@charset "UTF-8";
/*------------------------------------------------------------
  Default
------------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
button,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 1em;
}


body,
table,
input,
textarea,
select,
option,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

table,
input,
textarea,
select,
option {
    line-height: 1.1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
    -webkit-transition: .3s;
    transition: .3s;
}

/*------------------------------------------------------------
  Top page
------------------------------------------------------------*/

.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.wideslider__list,
.wideslider__list__item {
    float: left;
    display: inline;
    overflow: hidden;
}

.wideslider_base {
    top: 0;
    position: absolute;
}

.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
}

.slider_prev,
.slider_next {
    top: 0;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}

.slider_prev,
.slider_prev:hover {
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.slider_next,
.slider_next:hover {
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.pagination {
    bottom: 26px;
    left: 0;
    width: 100%;
    height: 6px;
    text-align: center;
    position: absolute;
    z-index: 200;
}

.pagination a {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    display: inline-block;
    overflow: hidden;
    background: #c0c0c0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
}

.pagination a.active {
    background: #ffdb00;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
}

/* =======================================
    ClearFixElements
======================================= */

.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.wideslider__list {
    display: inline-block;
    overflow: hidden;
}

.material-scrolltop {
    display: block;
    position: fixed;
    width: 0;
    height: 0;
    top: 70%;
    right: 17px;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    padding: 0;
    z-index: 55;
    overflow: hidden;
    outline: none;
    border: none;
    cursor: hand;
    background: #0068B7;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
}

.material-scrolltop::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    background: #0068B7;
}

.material-scrolltop:active::before {
    width: 120%;
    padding-top: 120%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.material-scrolltop.reveal {
    width: 104px;
    height: 104px;
}

.material-scrolltop span {
    display: block;
    font-size: 25px;
    color: #fff;
}

.material-scrolltop,
.material-scrolltop::before {
    background-image: url(../img/top.png);
    background-position: center 50%;
    background-repeat: no-repeat;
}

.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0;
}

.lb-dataContainer:after,
.lb-outerContainer:after {
    content: "";
    clear: both;
}

html.lb-disable-scrolling {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100vw;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff;
}

.lb-loader,
.lb-nav {
    position: absolute;
    left: 0;
}

.lb-outerContainer:after {
    display: table;
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../img/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../img/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    display: table;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../img/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1;
}

/*------------------------------------------------------------
  Layout
------------------------------------------------------------*/

body {
    /* ウインドウ幅で横スクロール時に背景が切れるバグ対策でコンテンツと同じ幅を指定 */
}

.wrapper {
    margin: 0 auto;
    width: 100%;
    min-width: 1030px;
    background-image: url("../img/bg-main.png");
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1030px;
    *zoom: 1;
}

.container:after {
    display: block;
    clear: both;
    content: "";
}


.spmenu{
	display:none;
}

.c-header {
	display:none;
}

.c-header1 {
    margin-bottom: 10px;
}

.c-header1 {
    font-size: 1rem;
}

.c-header2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 7px;
}

.c-header2__logo {
    padding: 0 7px;
}

.c-header2__contact {
    margin-top: 4px;
}

.c-header2__contact__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px;
}

.c-header2__right {
    margin-left: 5px;
    font-style: normal;
}

.c-header2__right__phone,
.c-header2__right__fax {
    font-size: 1.2rem;
    color: #3c3c3c;
    position: relative;
    padding-left: 33px;
    margin-bottom: 7px;
}

.c-header2__right__phone:before,
.c-header2__right__fax:before {
    content: url("../img/icon1.png");
    position: absolute;
    left: 0;
    top: 0;
}

.c-header2__right__fax:before {
    content: url("../img/icon2.png");
}

.c-header2__right__text {
    font-size: 0.8rem;
    color: #3c3c3c;
}

.c-header2__right__text2 a {
    color: #005aff;
    text-decoration: underline;
    display: block;
    font-size: 0.7rem;
}

.c-header2__text1 {
    width: 465px;
    margin-right: 15px;
}

.c-header2__text1 {
    font-size: 0.9rem;
}

.c-header3 {
    background-color: #fff;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}

.c-header3__menupc {
    display: table;
    width: 100%;
    margin: 0 auto;
}

.c-header3__menupc__item {
    display: table-cell;
    width: 16%;
    border-left: 2px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.c-header3__menupc__item:last-child {
    border-right: 2px solid #e0e0e0;
}

.c-footer1 {
    background-color: #daf1ff;
    padding: 20px 0 10px;
}

.c-footer1__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-footer1__list__item {
    margin-right: 12px;
    margin-bottom: 10px;
}

.c-footer1__list__link {
    display: block;
}

.c-footer2 {
    background-color: #3d6db8;
    padding-top: 10px;
    padding-bottom: 10px;
}

.c-footer2__menu-footer {
    display: table;
}

.c-footer2__menu-footer__item {
    display: inline-block;
}

.c-footer2__menu-footer__item:first-child a {
    border: 0;
}

.c-footer2__menu-footer a {
    color: #fff;
    font-size: 0.8rem;
    padding: 0 5px;
    line-height: 2;
    border-left: 1px solid #fff;
}

.c-footer2__top {
    *zoom: 1;
}

.c-footer2__top:after {
    display: block;
    clear: both;
    content: "";
}

.c-footer2__top__logo {
    float: left;
    padding-left: 10px;
}

.c-footer2__top__center {
    float: left;
    margin-left: 20px;
}

.c-footer2__top__right {
    float: right;
    text-align: right;
    color: #fff;
    margin-right: 25px;
    line-height: 1.5;
}

.c-footer2__top__right__text1 {
    font-size: 1rem;
}

.c-footer2__top__right__text2 {
    font-size: 0.8rem;
}

.c-footer2__bottom {
    margin-top: 25px;
    font-size: 0.8rem;
    text-align: center;
    color: #fff;
}

.c-sidebar {
    width: 228px;
    float: left;
    margin-top: 6px;
}

.c-sidebar__top {
    background-color: #fff;
    padding: 10px 13px 8px 13px;
}

.c-sidebar__top .c-list1 {
    margin-top: 20px;
}

.c-sidebar__top .c-list1 li img {
    width: 200px;
}

.c-sidebar__sidebar1 {
    margin-bottom: 25px;
    border: 1px solid #797979;
    padding: 4px 0 1px;
    text-align: center;
}

.c-sidebar__sidebar1 p {
    color: #222222;
    font-size: 0.8rem;
    text-align: center;
    margin-top: 4px;
    font-weight: 500;
}

.c-sidebar__sidebar3 {
    margin-top: 30px;
}

.c-sidebar__sidebar3__group {
    margin-top: 10px;
}

.c-sidebar__bottom .c-list1 {
    margin-top: 18px;
}

.c-title1 {
    color: #462400;
    font-size: 1.4rem;
    padding-bottom: 8px;
    position: relative;
    font-weight: bold;
}

.c-title1:after {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #462400;
    border-bottom: 1px solid #a99988;
    border-top: 1px solid #a99988;
    position: absolute;
    left: 0;
    bottom: 0;
}

.c-title2 {
    font-size: 1.4rem;
    color: #1b1b1b;
    padding-left: 45px;
    position: relative;
    line-height: 36px;
    margin-bottom: 20px;
}

.c-title2:before {
    content: url("../img/icon3.png");
    position: absolute;
    left: 5px;
    top: 0;
}

.c-title2 span {
    font-size: 1.1rem;
    margin-left: 20px;
}

.c-title3 {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 50px;
    background-color: #ffc4d8;
    padding-left: 20px;
    color: #1b1b1b;
}

.c-title4 {
    color: #1b1b1b;
    font-size: 1.4rem;
    margin-bottom: 15px;
    line-height:2em;
    padding:5px;
}

.c-title4 span {
    border-bottom: 9px solid #ffc4d8;
}

.c-title5 {
    color: #1b1b1b;
    font-size: 1.3rem;
    font-weight: normal;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin:5px 5px 25px;
}

.c-title6 {
    font-size: 1.3rem;
    margin-bottom: 25px;
}

.c-list1 li {
    margin-bottom: 18px;
}

.c-list1 a {
    display: block;
}

.c-btn1 {
    font-size: 1.2rem;
    color: #fff;
    width: 114px;
    padding: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    display: block;
    text-align: center;
    font-weight: 500;
}

.c-btn1 .small {
    font-size: 0.6rem;
}

.c-btn1--style1 {
    background-color: #1d58b9;
}

.c-btn1--style2 {
    background-color: #1e90f1;
}

.c-btn1--style3 {
    background-color: #006fbc;
    line-height: 27px;
    width: 100px;
    font-size: 1rem;
}

.c-btn1--style4 {
    background-color: #006fbc;
    line-height: 26px;
    width: 180px;
    font-size: 1.1rem;
    border: 2px solid #006fbc;
}

.c-btn1--style4:hover {
    background-color: #fff;
    color: #006fbc;
    -webkit-transition: .3s;
    transition: .3s;
}

.c-btn2 {
    font-size: 1rem;
    color: #525252;
    display: block;
    text-align: center;
    line-height: 49px;
    position: relative;
    font-weight: 500;
}

.c-btn2--color1:after,
.c-btn2--color2:after,
.c-btn2--color3:after,
.c-btn2--color4:after,
.c-btn2--color5:after,
.c-btn2--color6:after {
    content: '';
    position: absolute;
    height: 4px;
    width: 97%;
    left: 50%;
    bottom: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #e8373d;
    border-top: 1px solid #f39498;
    border-bottom: 1px solid #f39498;
}

.c-btn2--color1.active,
.active.c-btn2--color2,
.active.c-btn2--color3,
.active.c-btn2--color4,
.active.c-btn2--color5,
.active.c-btn2--color6,
.c-btn2--color1:hover,
.c-btn2--color2:hover,
.c-btn2--color3:hover,
.c-btn2--color4:hover,
.c-btn2--color5:hover,
.c-btn2--color6:hover {
    color: #fff;
    background-color: #e8373d;
    opacity: 1;
}

.c-btn2--color1.active:after,
.active.c-btn2--color2:after,
.active.c-btn2--color3:after,
.active.c-btn2--color4:after,
.active.c-btn2--color5:after,
.active.c-btn2--color6:after,
.c-btn2--color1:hover:after,
.c-btn2--color2:hover:after,
.c-btn2--color3:hover:after,
.c-btn2--color4:hover:after,
.c-btn2--color5:hover:after,
.c-btn2--color6:hover:after {
    background-color: #fff;
}

.c-btn2--color2:after {
    background-color: #ffaa00;
    border-top: 1px solid #ffd277;
    border-bottom: 1px solid #ffd277;
}

.c-btn2--color2.active,
.c-btn2--color2:hover {
    background-color: #ffaa00;
}

.c-btn2--color2.active:after,
.c-btn2--color2:hover:after {
    background-color: #fff;
}

.c-btn2--color3:after {
    background-color: #00afec;
    border-top: 1px solid #77d4f5;
    border-bottom: 1px solid #77d4f5;
}

.c-btn2--color3.active,
.c-btn2--color3:hover {
    background-color: #00afec;
}

.c-btn2--color3.active:after,
.c-btn2--color3:hover:after {
    background-color: #fff;
}

.c-btn2--color4:after {
    background-color: #00a73c;
    border-top: 1px solid #77d097;
    border-bottom: 1px solid #77d097;
}

.c-btn2--color4.active,
.c-btn2--color4:hover {
    background-color: #00a73c;
}

.c-btn2--color4.active:after,
.c-btn2--color4:hover:after {
    background-color: #fff;
}

.c-btn2--color5:after {
    background-color: #ec6e81;
    border-top: 1px solid #f9cfd5;
    border-bottom: 1px solid #f9cfd5;
}

.c-btn2--color5.active,
.c-btn2--color5:hover {
    background-color: #ec6e81;
}

.c-btn2--color5.active:after,
.c-btn2--color5:hover:after {
    background-color: #fff;
}

.c-btn2--color6:after {
    background-color: #006fbc;
    border-top: 1px solid #aacfe9;
    border-bottom: 1px solid #aacfe9;
}

.c-btn2--color6.active,
.c-btn2--color6:hover {
    background-color: #006fbc;
}

.c-btn2--color6.active:after,
.c-btn2--color6:hover:after {
    background-color: #fff;
}

.c-btn3 a {
    font-size: 1.8rem;
    color: #fff;
    display: block;
    background-color: #c81c14;
    width: 490px;
    line-height: 54px;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    border: 3px solid #c81c14;
}

.c-btn3 a:hover {
    background-color: #fff;
    color: #c81c14;
    -webkit-transition: .3s;
    transition: .3s;
}

.c-btn4 {
    font-size: 1.8rem;
    color: #fff;
    display: block;
    background-color: #c81c14;
    width: 490px;
    line-height: 54px;
    border-radius: 5px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    margin: 0 auto;
    cursor: pointer;
    border: 3px solid #c81c14;
}

.c-btn4:hover {
    background-color: #fff;
    color: #c81c14;
    -webkit-transition: .3s;
    transition: .3s;
}

.c-btn4--color1 {
    background-color: #006fbc;
    border: 3px solid #006fbc;
}

.c-btn4--color1:hover {
    background-color: #fff;
    color: #006fbc;
    -webkit-transition: .3s;
    transition: .3s;
}

.c-btn4--style1 {
    background-color: #fff;
    border: 3px solid #c81c14;
    color: #c81c14;
    line-height: 54px;
}

.c-btn4--style2 {
    width: 94px;
    line-height: 22px;
    font-size: 1rem;
}

.c-btn4--style2:hover {
    background-color: #c81c14;
    color: #fff;
}

.c-btn4--style3 {
    background-color: #aae4f1;
    color: #3c3c3c;
    border: 3px solid #aae4f1;
}

.c-btn4--style3:hover {
    background-color: #fff;
    color: #3c3c3c;
}

.c-breadcrumbs {
    border-bottom: 1px solid #c4c4c4;
    background-color: #fff;
    padding: 6px 0;
}

.c-breadcrumbs__list__item {
    display: inline;
    font-size: 0.7rem;
    color: #1f1f1f;
    font-weight: 500;
}

.c-breadcrumbs__list li+li:before {
    padding: 5px;
    color: black;
    content: "\003E";
}

.c-breadcrumbs__link {
    color: #1f1f1f;
    position: relative;
}

.c-breadcrumbs__link:after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #d6d6d6;
    position: absolute;
    left: 0;
    bottom: 0;
}

.c-banner-top {
    margin-top: 7px;
    margin-bottom: 9px;
    border: none;
    line-height: 320px;
    text-align: center;
    background-color: #fff;
}

.c-banner-top--style1 {
    line-height: 234px;
}

.c-calendar table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1rem;
    font-weight: 500;
}

.c-calendar .month {
    width: 100%;
    text-align: center;
}

.c-calendar .month td {
    padding-bottom: 5px;
}

.c-calendar .month__prev,
.c-calendar .month__next {
    color: #1818f0;
    text-decoration: underline;
    cursor: pointer;
}

.c-calendar .weekday,
.c-calendar .days {
    border: 1px solid #d0d0d0;
    border-collapse: collapse;
}

.c-calendar .weekday td,
.c-calendar .weekday th,
.c-calendar .days td,
.c-calendar .days th {
    padding: 3px;
    text-align: center;
    border: 1px solid #d0d0d0;
}

.c-calendar .weekday td:nth-child(6n),
.c-calendar .weekday th:nth-child(6n),
.c-calendar .days td:nth-child(6n),
.c-calendar .days th:nth-child(6n) {
    color: #1818f0;
}

.c-calendar .weekday td:nth-child(7n),
.c-calendar .weekday th:nth-child(7n),
.c-calendar .days td:nth-child(7n),
.c-calendar .days th:nth-child(7n) {
    color: #fe1818;
}

.c-calendar .weekday th {
    background-color: #fcfcfc;
}

.c-calendar__note {
    display: table;
    margin: 0 auto;
}

.c-calendar__note li {
    display: inline-block;
    position: relative;
    padding: 10px 10px 0;
    font-size: 1rem;
}

.c-calendar__note li:before {
    content: '';
    height: 10px;
    width: 10px;
    border: 1px solid #d0d0d1;
    position: absolute;
    left: -5px;
}

.c-calendar__note__open:before {
    background-color: #ffffdd;
}

.c-calendar__note__close:before {
    background-color: #ffe4e4;
}

.c-rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.c-rows .c-btn1 {
    margin-left: 25px;
}

.c-box1 {
    padding: 15px 20px 0;
    border-radius: 5px;
}

.c-box1 h2 {
    font-size: 1.4rem;
    line-height: 1.5;
}

.c-box1 .c-text3 {
    margin-bottom: 20px;
}

.c-box1 .c-nav7 {
    margin-bottom: 15px;
}

.c-box1--bg1 {
    background-color: #ffeffc;
    border: 1px solid #ff0000;
}

.c-box1--bg2 {
    background-color: #fffff5;
    border: 1px solid #676766;
}

.c-box2 {
    padding: 20px 30px 32px;
    border: 1px solid #4d4d4d;
    border-radius: 5px;
}

.c-box2 h2 {
    font-size: 1.4rem;
    color: #3c3c3c;
    margin-bottom: 25px;
    padding-left: 5px;
}

.c-box2__group {
    display: table;
    margin: 0 auto;
    *zoom: 1;
}

.c-box2__group:after {
    display: block;
    clear: both;
    content: "";
}

.c-box2__group__li1,
.c-box2__group__li2 {
    width: 120px;
    height: 85px;
    position: relative;
    float: left;
    background-color: #006fbc;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    border-radius: 5px;
    margin-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-box2__group__li1:first-child,
.c-box2__group__li2:first-child {
    background-color: #ff8400;
    margin-right: 8px;
}

.c-box2__group__li1:first-child:after,
.c-box2__group__li2:first-child:after {
    content: '';
    border: 0;
}

.c-box2__group__li1:last-child,
.c-box2__group__li2:last-child {
    background-color: #e60012;
    margin-right: 0;
}

.c-box2__group__li1:last-child:after,
.c-box2__group__li2:last-child:after {
    display: block;
    content: '';
    clear: both;
    border: 0;
}

.c-box2__group__li1:after,
.c-box2__group__li2:after {
    position: absolute;
    right: -40px;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #cecece;
}

.c-box2__group__li2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff !important;
    color: #3c3c3c !important;
    font-size: 1rem !important;
    font-weight: 500;
    width: 95px !important;
}

.c-box2__group__li2 p {
    margin-bottom: 5px;
}

.lb-next,
.lb-prev,
.lb-number {
    display: none !important;
}

.c-nav1 {
    margin-bottom: 14px;
}

.c-nav1 a {
    display: block;
}

.c-nav1__image {
    border: 1px solid #6c6c6c;
}

.c-nav1 p {
    font-size: 1.1rem;
    color: #3c3c3c;
    margin-top: 5px;
    padding-left: 8px;
    font-weight: 500;
}

.c-nav2 {
    margin-bottom: 15px;
}

.c-nav2 a {
    display: block;
}

.c-nav2 p {
    font-size: 0.9rem;
    color: #3c3c3c;
    margin-top: 5px;
    text-decoration: underline;
}

.c-nav3 {
    width: 364px;
    border: 1px solid #c9c9c9;
    padding: 1px;
    margin-right: 16px;
    background-color: #fffff5;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.c-nav3 a {
    display: block;
}

.c-nav3:nth-child(2n) {
    margin-right: 0;
}

.c-nav3__image {
    border-bottom: 1px solid #c9c9c9;
}

.c-nav3__title {
    font-size: 1.4rem;
    margin-top: 15px;
    margin-bottom: 23px;
    color: #3c3c3c;
    font-weight: bold;
}

.c-nav3__title span {
    border-bottom: 9px solid #ffc4d8;
}

.c-nav3__text {
    font-size: 1.1rem;
    color: #3c3c3c;
    font-weight: 500;
    margin: 5px;
    padding:5px;
}

.c-nav4 {
    width: 180px;
    margin-right: 10px;
}

.c-nav4 a {
    display: block;
}

.c-nav4:last-child {
    margin-right: 0;
}

.c-nav4__top {
    border: 1px solid #c9c9c9;
}

.c-nav4__top__text {
    background-color: #ffaec8;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    padding: 18px 0;
}

.c-nav4__top__img {
    line-height: 122px;
    text-align: center;
}

.c-nav4__bottom {
    margin-top: 10px;
    padding: 0 12px;
}

.c-nav5 a {
    display: block;
}

.c-nav5:last-child {
    margin-right: 0;
}

.c-nav5__detail {
    padding: 10px 4px 0;
    text-align: center;
}

.c-nav5__detail__price {
    text-align: left;
}

.c-nav5__detail__text {
    font-size: 1rem;
    color: #2b2b2b;
    margin-bottom: 5px;
    font-weight: 500;
    line-height:1.3;
}

.c-nav5__detail__cart {
    background-color: #c81c14;
    margin-top: 12px;
    color: #fff;
    font-size: 1rem;
    width: 100px;
    padding: 4px 0;
    font-weight: 600;
    cursor: pointer;
    border-radius: 8px;
    border: 2px solid #c81c14;
}

.c-nav5__detail__cart:hover {
    background-color: #fff;
    color: #c81c14;
}

.c-nav6 figure {
    width: 350px;
    height: 350px;
    text-align: center;
    line-height: 350px;
    border: 1px solid #c0c0c0;
}

.c-nav7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-nav7__image {
    width: 40%;
}

.c-nav7__image__text {
    font-size: 1.1rem;
    padding-top: 5px;
}

.c-nav7__text {
    width: 57%;
    font-size: 1.1rem;
    color: #1e1e1e;
    padding-top: 10px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.c-nav8 {
    width: 360px;
    position: relative;
}

.c-nav8:nth-child(odd) {
    margin-right: 24px;
}

.c-nav8__detail {
    margin-bottom: 15px;
    padding-bottom: 30px;
}

.c-nav8__detail__img {
    margin-left: 20px;
    margin-bottom: 10px;
    float: right;
}

.c-nav8__detail__img figcaption {
    font-size: 1rem;
    padding-top: 5px;
}

.c-nav8 .c-btn1 {
    position: absolute;
    bottom: 0;
}

.wideslider {
    background-color: #f9f9f9;
    border-bottom: 3px solid #cccccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wideslider__list {
    padding: 10px 0;
}

.wideslider .pagination {
    display: none;
}

.c-img {
    max-width: 100%;
    height: auto;
}

.c-img--center {
    display: block;
    margin: 0 auto;
}

.c-img--left {
    width: 40%;
    float: left;
    margin-right: 40px;
}

.c-img--right {
    width: 40%;
    float: right;
    margin-left: 40px;
}

.c-figure--left {
    width: 40%;
    float: left;
    margin-right: 20px;
}

.c-figure--right {
    width: 40%;
    float: right;
    margin-left: 20px;
}

.c-text1 {
    font-size: 1.2rem;
    color: #1f1f1f;
    line-height: 1.5;
    font-weight: 500;
}

.c-text1--style1 {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
}

.c-text2,
.c-text3,
.c-text4,
.c-text5 {
    font-size: 1.5rem;
    color: #1f1f1f;
    line-height: 1.5;
    font-weight: 500;
}

.c-text3 {
    font-size: 1rem;
}

.c-text4 {
    font-size: 1rem;
}


.c-text5 {
    font-size: 1em;
}

.c-text6 {
    font-size: 0.6rem;
}


.c-table1 {
    margin: 0 0 25px;
}

.c-table1 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 0;
    width: 690px;
}

.c-table1 dl:first-child dt {
    border-top: 1px solid #4d4d4d;
}

.c-table1 dl:first-child dd {
    border-top: 1px solid #4d4d4d;
}

.c-table1 dl dt {
    font-size: 1.1rem;
    width: 260px;
    line-height: 55px;
    text-align: center;
    color: #5d5d5d;
    border: 1px solid #4d4d4d;
    border-top: 0;
    font-weight: 600;
}

.c-table1 dl dd {
    font-size: 1.1rem;
    width: 430px;
    line-height: 55px;
    text-align: center;
    color: #ff0000;
    font-weight: 600;
    border: 1px solid #4d4d4d;
    border-top: 0;
    border-left: 0;
}

.c-table1--style1 dl dt {
    background-color: #fffff5;
}

.c-table1--style2 dl:first-child {
    background-color: #fffff5 !important;
}

.c-table1--style2 dl:nth-child(odd) {
    background-color: #f7f7f7;
}

.c-table1--style2 dl dd {
    color: #5d5d5d;
}

.c-table1--style3 dl {
    width: 100%;
    border-right: 0;
}

.c-table1--style3 dl dt {
    background-color: #fffff5;
    border-left: 0;
}

.c-table1--style3 dl dt:first-child {
    border-left: 1px solid #4d4d4d;
}

.c-table1--style3 dl dd {
    width: 260px;
    border-right: 1px solid #4d4d4d;
}

.c-content {
    width: 794px;
    margin-left: 8px;
    float: left;
    margin-top: 6px;
}

.c-content__bannertop {
    margin-bottom: 18px;
}

.c-content__content1 {
    background-color: #fff;
    border-radius: 5px;
    margin-right: 14px;
    padding: 10px 18px 35px;
    margin-bottom: 40px;
}

.c-content__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-content__content2,
.c-content__content3,
.c-content__content4 {
    padding: 30px 11px 0px;
    margin-right: 10px;
    border-radius: 0;
    margin-bottom: 40px;
    background-color: #fff;
}

.c-content__content2 .c-nav1,
.c-content__content3 .c-nav1,
.c-content__content4 .c-nav1 {
    margin-right: 10px;
    margin-bottom: 35px;
}

.c-content__content2 .c-nav1__image,
.c-content__content3 .c-nav1__image,
.c-content__content4 .c-nav1__image {
    width: 180px;
    height: 180px;
    overflow: hidden;
    position: relative;
}

.c-content__content2 .c-nav1__image img,
.c-content__content3 .c-nav1__image img,
.c-content__content4 .c-nav1__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.c-content__content2 .c-nav1:nth-child(4n),
.c-content__content3 .c-nav1:nth-child(4n),
.c-content__content4 .c-nav1:nth-child(4n) {
    margin-right: 0;
}

.c-content__content2 .c-nav1 p,
.c-content__content3 .c-nav1 p,
.c-content__content4 .c-nav1 p {
    font-size: 1rem;
}

.c-content__content2 .c-more a,
.c-content__content3 .c-more a,
.c-content__content4 .c-more a {
    display: block;
    font-size: 1.3rem;
    color: #fff;
    background-color: #00a0e8;
    width: 180px;
    padding: 67px 0;
    text-align: center;
    line-height: 1.5;
}

.c-content__content3 {
    padding: 25px;
    border-radius: 0;
}

.c-content__content3 .c-text3 {
    margin-bottom: 15px;
}

.c-content__content3__text span {
    text-decoration: underline;
}

.c-content__content3__icon {
    text-align: center;
    margin: 20px 0;
}

.c-content__content4 {
    border-radius: 0;
    padding: 10px 18px 25px;
    margin-right: 8px;
}

.c-detail__cont1 {
    padding: 15px 15px 30px;
    border-radius: 9px;
    border: 1px solid #462400;
    margin-bottom: 42px;
    background-color: #fff;
    margin-right: 15px;
}

.c-detail__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 25px;
}

.c-detail__row__left {
    font-size: 1.1rem;
    color: #525252;
    background-color: #eeeeee;
    line-height: 30px;
    width: 6%;
    text-align: center;
    border: 1px solid #a0a0a0;
}

.c-detail__row__right {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 1.1rem;
    width: 18%;
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
}

.c-detail__row__right:last-child {
    border-right: 1px solid #a0a0a0;
}

.c-detail__row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 17px;
    margin-bottom: 27px;
}

.c-detail__row2__img {
    margin-right: 20px;
    border: 1px solid #717171;
    width: 308px;
    height: 308px;
    overflow: hidden;
    position: relative;
}

.c-detail__row2__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.c-detail__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.c-detail__group .c-nav5 {
    width: 128px;
    margin-right: 18px;
}

.c-detail__group .c-nav5__image {
    width: 128px;
    height: 128px;
    overflow: hidden;
    position: relative;
}

.c-detail__group .c-nav5__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.c-detail__group .c-nav5__detail__price {
    color: #ff0000;
    font-size: 1.1rem;
}

.c-level__c-content__content1 {
    padding: 15px 15px 10px;
    border-radius: 9px;
    margin-bottom: 42px;
    background-color: #fff;
    margin-right: 15px;
}

.c-content__group .c-nav5 {
    width: 174px;
    margin-right: 16px;
    margin-bottom: 25px;
}

.c-content__group .c-nav5:nth-child(4n) {
    margin-right: 0;
}

.c-content__group .c-nav5__image {
    width: 174px;
    height: 174px;
    overflow: hidden;
    position: relative;
}

.c-content__group .c-nav5__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.c-content__group .c-nav5__detail {
    text-align: left;
    padding: 4px 4px 0;
}

.c-content__group .c-nav5__detail__price {
    font-size: 1.3rem;
    color: #d00000;
}

.c-content__group {
    margin-top: 25px;
}

.c-template__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.c-template__group .c-nav5 {
    width: 180px;
    margin-right: 7px;
    position: relative;
    padding-bottom: 18px;
}

.c-template__group .c-nav5:nth-child(4n) {
    margin-right: 0;
}

.c-template__group .c-nav5__image img {
    max-width: 180px;
    max-height: 180px;
}

.c-template__group .c-nav5__detail {
    text-align: left;
}

.c-template__group .c-nav5__detail__price {
    color: #d00000;
    font-size: 1.3rem;
    position: absolute;
    bottom: 0;
}

.c-template__group .c-nav6 {
    margin-right: 10px;
}

.c-template__group .c-nav6:nth-child(2n) {
    margin-right: 0;
}

.p-product-detail__row {
    margin-bottom: 25px;
}

.c-content__group1 {
    margin-bottom: 25px;
}

.c-content__group4 {
    margin-top: 40px;
}

.c-content__group2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-content__group4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.c-content__group4 .c-nav3 {
    width: 300px;
    border: 0;
    background-color: transparent;
}

.c-content__group4 .c-nav3__detail {
    padding-left: 0;
}

.c-content__group4 .c-nav3__title {
    margin-bottom: 5px;
}

.c-pform__sec01 {
    margin-top: 10px;
    background-color: #fff;
    padding: 10px 22px 0 18px;
    margin-bottom: 50px;
    margin-right: 20px;
}

.c-pform__sec01 .c-title3 {
    margin-bottom: 15px;
}

.c-pform__sec02 {
    padding: 40px 25px 30px 18px;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 60px;
    margin-right: 15px;
}

.c-pform__sec02 .c-title3 {
    margin-bottom: 20px;
}

.c-pform__sec02 .c-text4 {
    margin-top: 15px;
    margin-bottom: 30px;
}

.c-pform__sec02__box3 {
    padding: 15px 10px;
    border: 1px solid #4d4d4d;
    margin-bottom: 30px;
    margin-top: 10px;
}

.c-pform__sec02__box3 p {
    font-size: 1rem;
    line-height: 1.5;
}

.c-form1 {
    margin-top: 13px;
    padding-bottom: 30px;
}

.c-form1 table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1rem;
}

.c-form1 th {
    background-color: #006fbc;
    color: #fff;
    font-size: 1.1rem;
    line-height: 32px;
    border: 1px solid #4d4d4d;
}

.c-form1 td {
    border: 1px solid #4d4d4d;
    text-align: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.c-form1 td:first-child {
    width: 178px;
}

.c-form1 td:nth-child(7n+3) {
    width: 350px;
}

.c-form1 .c-delete a {
    font-size: 1rem;
    color: #0018ff;
    text-decoration: underline;
}

.c-form1__picture {
    width: 178px;
    height: 178px;
    overflow: hidden;
    position: relative;
}

.c-form1__picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.c-form1__style1 td {
    font-size: 1.4rem;
    text-align: right;
    padding: 15px 12px;
}

.c-form1__style1--change td:first-child {
    line-height: 12px;
}

.c-form1__style1--change td:last-child {
    padding: 3px 10px;
}

.c-form1__style1--change td:last-child input[type=text] {
    width: 100%;
    height: 37px;
    border: 1px solid #4d4d4d;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

.c-form1__style1 .radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.c-form1__style1 .radio label {
    margin-right: 15px;
    top: 0;
    left: 0;
    position: relative;
    padding-left: 25px;
}

.c-form1__style1 .radio input[type=radio] {
    opacity: 0;
    position: absolute;
    cursor: pointer;
}

.c-form1__style1 .radio input[type=radio]:checked~.checkmark:after {
    display: block;
}

.c-form1__style1 .radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.c-form1__style1 .radio input[type=radio]:checked~.checkmark {
    background-color: #fff;
}

.c-form1__style1 .radio .checkmark {
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    top: -3px;
    border: 1px solid #515151;
    border-radius: 50%;
}

.c-form1__style1 .radio .checkmark:after {
    width: 12px;
    height: 12px;
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #000;
    border-radius: 50%;
}

.c-form1__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 10px;
}

.c-form1__button .c-btn4 {
    width: 300px;
    margin: 0;
    margin-bottom: 20px;
}

.c-form2 {
    margin-top: 20px;
}

.c-form2__gr1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-form2__picture {
    width: 98px;
    height: 98px;
    background-size: cover;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
}

.c-form2__picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.c-form2__text p {
    font-size: 1rem;
    line-height: 1.5;
}

.c-form2 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #cecece;
    padding: 16px 14px 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 60px;
}

.c-form2 dl dt {
    width: 220px;
    font-size: 1.1rem;
    text-align: right;
    padding-right: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600;
    color: #3c3c3c;
}

.c-form2 dl dd {
    width: 600px;
}

.c-form2 dl dd p {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
}

.c-form2 dl dd input {
    border: 1px solid #4d4d4d;
    border-radius: 6px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.c-form2 dl dd textarea {
    border: 1px solid #4d4d4d;
    border-radius: 6px;
    height: 110px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.c-form2__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 160px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.c-form2__button .c-btn4 {
    width: 300px;
    font-weight: 500;
    margin: 0;
}

.u-pt30 {
    padding-top: 30px;
}

.u-mt5 {
    margin-top: 5px;
}

.u-mt10 {
    margin-top: 10px;
}

.u-mt15 {
    margin-top: 15px;
}

.u-mt20 {
    margin-top: 20px;
}

.u-mt25 {
    margin-top: 25px;
}

.u-mt30 {
    margin-top: 30px;
}

.u-mt35 {
    margin-top: 35px;
}

.u-mt40 {
    margin-top: 40px;
}

.u-mt45 {
    margin-top: 45px;
}

.u-mt50 {
    margin-top: 50px;
}

.u-mb5 {
    margin-bottom: 5px;
}

.u-mb10 {
    margin-bottom: 10px;
}

.u-mb15 {
    margin-bottom: 15px;
}

.u-mb20 {
    margin-bottom: 20px;
}

.u-mb25 {
    margin-bottom: 25px;
}

.u-mb30 {
    margin-bottom: 30px;
}

.u-mb35 {
    margin-bottom: 35px;
}

.u-mb40 {
    margin-bottom: 40px;
}

.u-mb45 {
    margin-bottom: 45px;
}

.u-mb50 {
    margin-bottom: 50px;
}

.u-color1 {
    background-color: #ffffdd;
}

.u-color2 {
    background-color: #ffe4e4;
}

.u-border {
    border: 1px solid #462400;
}

.u-bold {
    font-weight: bold;
}

.u-color3 {
    color: #e00000;
}

.u-color4 {
    color: #002aff;
    text-decoration: underline;
}

.u-color5 {
    background-color: #fffff5;
}

.u-color6 {
    color: #0017f4;
    font-size: 1rem;
    text-decoration: underline;
}

.u-required {
    color: #dd0000;
}

.u-mw320 {
    width: 320px;
}

.u-mw610 {
    width: 600px;
}

.u-mw180 {
    width: 180px;
}

.u-clearfix::after {
    content: "";
    clear: both;
    display: block;
}

.u-underline {
    text-decoration: underline;
}