/***************************************
 *
 *base CSS
 *
 *2019/XX
 *
 ****************************************** */
/***********************
 *
 *common
 *
 ********************** */

@chartset "UTF-8"; 

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    opacity: 0.8;
}

li {
    list-style: none;
}

i,
em,
u {
    font-style: normal;
    text-decoration: none;
}

body,
html {
    margin: 0px;
    padding: 0px;
    font-family: source-han-sans-japanese, sans-serif;
    font-feature-settings: "palt";
    color: #3e3a39;
    font-weight: 400;
}

body {
    overflow-x: hidden;
    color: #3e3a39;
}

ul {
    margin: 0;
    padding: 0;
}

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

.ib {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

table {
    border-collapse: collapse;
}

#wpadminbar {
    display: none;
}

.pc_content {
    display: block !important;
}

.sp_content {
    display: none !important;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 0 2px #777;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    box-shadow: none;
}

/*************************************
 *
 *top_scroll
 *
 ************************************* */
a.scroll {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 20px);
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    color: #fff;
    font-family: source-han-sans-japanese, sans-serif;
    padding-top: 60px;
}

a.scroll span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}

a.scroll span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: "";
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/***********************************************
 *
 *Ã§Â¸ÂºÃ¯Â½ÂµÃ§Â¹Â§Ã¤Â¸Å Ã¢â€“Â²Ã§Â¸ÂºÃ¯Â½Â¨Ã§Â¹Â§Ã¯Â½Â¢Ã§Â¹ÂÃ¤Â¹ÂÃŽâ€œÃ§Â¹ÂÃ¯Â½Â¼Ã§Â¹Â§Ã¯Â½Â·Ã§Â¹ÂÃ¯Â½Â§Ã§Â¹ÂÃ¯Â½Â³
 *
 ************************************************ */
.fadeInDown {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInn01 {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: slideInn01;
    animation-name: slideInn01;
    visibility: visible !important;
}

@keyframes slideInn01 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInn02 {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: slideInn02;
    animation-name: slideInn02;
    visibility: visible !important;
}

@keyframes slideInn02 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

header .ib {
    padding: 40px 0 20px;
}

header .ib h1 {
    text-align: center;
    margin-bottom: 60px;
}

header .ib h1 img {
    display: block;
    width: 400px;
    margin: 0 auto;
}

header nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

header nav a {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 15px;
    color: #3e3a39;
    letter-spacing: 0.06rem;
}

header nav a em {
    display: none;
}

header nav a span {
    display: none;
}

.topimg {
    height: 730px;
    background: url(../image/topimg_wide.png) 50% calc(50% - 40px) no-repeat;
    background-size: auto;
}

.topimg.partner {
    background: url(../image/img3_2_wide.png) 50% calc(0% - 300px) no-repeat;
    background-size: auto;
}

.topimg.about {
    background: url(../image/img1_wide.png) 50% 50% no-repeat;
    background-size: auto 100%;
}

.topimg.about .ib {
    padding-top: 300px;
}

.topimg.about .ib h3 {
    color: #333;
}

.topimg.column {
    background: url(../image/img4_2.jpg) 50% calc(50% + 40px) no-repeat;
    background-size: cover;
}

.topimg.column .ib {
    padding-top: 300px;
}

.topimg.column .ib h3 {
    color: #fff;
}

.topimg.basiccare {
    background: url(../image/img6_wide.png) 50% calc(50% - 70px) no-repeat;
    background-size: auto;
}

.topimg.specialcare {
    background: url(../image/special_wide.png) 50% calc(50% - 70px) no-repeat;
    background-size: auto;
}

.topimg .ib {
    padding: 100px 0;
    letter-spacing: 0.2rem;
}

.topimg .ib h3 {
    font-size: 28px;
    text-align: center;
    font-family: source-han-sans-japanese, sans-serif;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 50px;
}

.topimg .ib p {
    font-size: 16px;
    font-weight: 200;
    text-align: center;
    line-height: 2.1;
}

a.btn {
    font-family: source-han-sans-japanese, sans-serif;
    display: block;
    width: 320px;
    max-width: 100%;
    display: block;
    margin: 30px auto;
    font-size: 14px;
    text-align: center;
    padding: 11px 10px 10px;
    color: #3e3a39;
    border: 1px solid #3e3a39;
}

article h2 {
    font-size: 40px;
    font-weight: 500;
    font-family: source-han-sans-japanese, sans-serif;
    text-align: center;
    letter-spacing: 0.22rem;
}

article h2 span {
    display: block;
    line-height: 2.2;
    font-size: 17px;
    margin-top: 20px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    letter-spacing: 0.2rem;
}

article h3 {
    font-size: 30px;
    font-weight: 400;
    font-family: source-han-sans-japanese, sans-serif;
    letter-spacing: 0.1rem;
}

article h3 span {
    display: block;
    line-height: 2.2;
    font-size: 18px;
    margin-top: 15px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    letter-spacing: 0.2rem;
}

article p {
    font-size: 17px;
    font-weight: 200;
    letter-spacing: 0.1rem;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 200;
    font-style: normal;
    line-height: 2;
    text-align: center;
}

article .intro .ib {
    padding: 90px 0;
}

article .intro .ib h2 {
    margin-bottom: 50px;
}

article .intro .ib p {
    text-align: center;
}

article section.partner_doctor {
    background-image: url('{label:productbg}');
    background-size: cover;
    background-repeat: no-repeat;
}

article section.partner_doctor .ib {
    padding: 60px 0 75px;
}

article section.partner_doctor .ib h3 {
    text-align: center;
}

article section.partner_doctor .ib .d_box {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px auto;
}

article section.partner_doctor .ib .d_box .box {
    width: 160px;
    margin: 0 1%;
}

article section.partner_doctor .ib .d_box .box .img {
    height: 190px;
}

article section.partner_doctor .ib .d_box .box .img img {
    object-fit: cover;
    width: 100%;
}

article section.partner_doctor .ib .d_box .box div {
    font-size: 20.6px;
    text-align: center;
}

article section.partner_doctor .ib .d_box .box div i {
    display: inline-block;
    font-size: 16px;
    margin-left: 10px;
}

article section.partner_doctor .ib .d_box .box div span {
    display: block;
    font-size: 13px;
    font-family: source-han-sans-japanese, sans-serif;
    margin-top: 2px;
}

article .btm_bnr .ib {
    padding: 90px 0 75px;
}

article .btm_bnr .ib h3 {
    text-align: center;
    margin-top: 60px;
}

article .btm_bnr .ib .bnr1 {
    margin-bottom: 50px;
    position: relative;
    display: block;
}

article .btm_bnr .ib .bnr1 span {
    display: block;
    position: absolute;
    width: 100%;
    top: 80px;
    font-size: 32px;
    color: #000;
    font-family: source-han-sans-japanese, sans-serif;
    text-align: center;
    left: 0;
    letter-spacing: 0.1rem;
}

article .btm_bnr .ib .bnr1 span i {
    display: block;
    letter-spacing: 0.2rem;
    font-size: 18px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 200;
}

article .btm_bnr .ib .d_f {
    margin: 50px 0 55px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

article .btm_bnr .ib .d_f .box {
    width: 470px;
    text-align: center;
}

article .btm_bnr .ib .d_f .box span {
    margin-top: 5px;
    display: block;
    font-size: 21px;
    font-family: source-han-sans-japanese, sans-serif;
}

.shop_info {
    background: url(../image/bg1.png) 50% calc(50% + 40px) no-repeat;
    background-size: cover;
    height: 300px;
}

.shop_info .ib {
    height: 100%;
    padding: 20px 0;
}

.shop_info .ib .logo {
    margin: 30px auto 10px;
    display: block;
}

.shop_info .ib p {
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin-top: 10px;
}

.shop_info .ib h2,
footer .ib h2 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin-bottom: 1%;
}

.shop_info .ib p span {
    font-size: 16px;
}

.shop_info .ib .d_f {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 680px;
    margin: 25px auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.shop_info .ib .d_f a.btn {
    max-width: 90%;
    width: 320px;
    border-color: #fff;
    color: #fff;
    margin: 0 auto;
}

.shop_info .ib .sns {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.shop_info .ib .sns a {
    padding: 0 18px;
}

article .doctors {
    border-bottom: 1px solid #ccc;
}

article .doctors .ib {
    padding: 60px 0 0;
}

article .doctors .ib h3 {
    text-align: center;
}

article .doctors .ib h3.bd {
    padding-bottom: 80px;
}

article .doctors .ib .d_box {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
    margin: 50px 0 0;
}

article .doctors .ib .d_box img {
    display: block;
    margin: 30px auto 20px;
}

article .doctors .ib .d_box p {
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}

article .doctors .ib .d_box p span {
    display: block;
    font-size: 14px;
    margin-top: -3px;
}

article .doctors .ib .d_box nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 40px;
}

article .doctors .ib .d_box nav a {
    font-size: 21px;
    position: relative;
    padding-left: 50px;
    padding-right: 30px;
    min-width: 190px;
}

article .doctors .ib .d_box nav a:before {
    font-family: material icons;
    content: "";
    font-size: 27px;
    position: absolute;
    left: 20px;
    top: 3px;
}

article .doctors .ib .d_box nav a i {
    display: inline-block;
    font-size: 16px;
    margin-left: 10px;
}

article .doctors .ib .d_box nav a span {
    display: block;
    font-size: 13px;
    font-family: source-han-sans-japanese, sans-serif;
    margin-top: 2px;
}

article .doctors .ib .d_con .d_detail:last-child {
    border: none;
}

article .doctors .ib .d_detail {
    border-bottom: 1px solid #ccc;
    padding: 100px 25px 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

article .doctors .ib .d_detail .l {
    width: 260px;
}

article .doctors .ib .d_detail .l p {
    font-size: 21px;
    margin-top: 15px;
    line-height: 1.5;
}

article .doctors .ib .d_detail .l p i {
    display: inline-block;
    font-size: 16px;
    margin-left: 10px;
}

article .doctors .ib .d_detail .l p span {
    display: block;
    font-size: 13px;
    font-family: source-han-sans-japanese, sans-serif;
}

article .doctors .ib .d_detail .r {
    width: 510px;
}

article .doctors .ib .d_detail .r p {
    font-size: 16px;
    font-weight: 200;
    line-height: 2;
    letter-spacing: 0.05rem;
    text-align: left;
    margin-top: 0;
    margin-top: -10px;
}

article .doctors .ib .d_detail .r p span {
    margin-top: 30px;
    font-size: 14px;
    display: block;
}

article .kodawari .ib {
    padding: 70px 0;
    width: 960px;
    max-width: 90%;
}

article .kodawari .ib .k_con {
    margin-top: 8%;
}

article .kodawari .ib .k_con .k_box {
    margin-bottom: 60px;
}

article .kodawari .ib h3 {
    text-align: center;
    font-weight: 500;
}

article .kodawari .ib h3 span {
    margin-top: 0;
}

article .kodawari .ib h4 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
}

article .kodawari .ib p {
    font-size: 16px;
    letter-spacing: 0.05rem;
    text-align: left;
    line-height: 2;
    margin-top: 15px;
}

article .osusume {
    background: #e4edf0;
}

article .osusume .ib {
    padding: 50px 0;
    width: 880px;
}

article .osusume .ib h3 {
    font-size: 20px;
    text-align: center;
    padding-bottom: 15px;
    background: url(../image/line.png) 0 100% repeat-x;
    font-weight: 500;
}

article .osusume .ib .list {
    margin-top: 40px;
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

article .osusume .ib .list div {
    width: 48%;
}

article .osusume .ib .list div span,
article .osusume .ib .list table tr {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

article .osusume .ib .list table {
    width: 100%;
    border-collapse: collapse;
    margin: 4% auto 6% auto;
}

article .osusume .ib .list table tr {
    border-bottom: 1px solid #999;
}

article .osusume .ib .list table th {
    width: 250px !important;
    position: relative;
    padding: 19px 24px;
    text-align: left;
    vertical-align: top;
}

article .osusume .ib .list table th:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #999;
    position: absolute;
    bottom: -1px;
    left: 0;
}

article .osusume .ib .list table td {
    padding-left: 56px;
    padding: 19px 24px;
    text-align: left;
    vertical-align: top;
    display: table-cell;
}

article .osusume .ib .list div span:before {
    content: url(../image/check.png);
    margin-right: 4px;
    mix-blend-mode: multiply;
    position: relative;
    top: 4px;
}

article section.column {
    background: #e4edf0;
}

article section.column .ib {
    padding: 80px 0;
    width: 820px;
}

article section.column .ib h3 {
    font-size: 28px;
    text-align: center;
    font-weight: 500;
}

article section.column .ib h3 i {
    display: table;
    margin: 0 auto 25px;
    font-size: 21px;
    font-weight: 500;
    font-family: source-han-sans-japanese, sans-serif;
    border-bottom: 1px solid #3e3a39;
    padding-bottom: 2px;
}

article section.column .ib h3 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    margin-top: 20px;
}

article section.column .ib .col_con {
    margin-top: 80px;
}

article section.column .ib .col_con .col_box {
    margin-bottom: 70px;
}

article section.column .ib .col_con .col_box:last-child {
    margin-bottom: 0;
}

article section.column .ib .col_con .col_box p {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.9;
    text-align: left;
    letter-spacing: 0.05rem;
    margin-bottom: 30px;
}

article section.column .ib .col_con .col_box p span {
    font-weight: 500;
}

article section.column .ib .col_con .col_box p i {
    display: block;
    position: relative;
    padding-left: 25px;
    font-weight: 400;
}

article section.column .ib .col_con .col_box p i:before {
    position: absolute;
    content: "Ã¢â€”Â";
    left: 0;
    top: -7px;
    font-size: 21px;
}

article section.column .ib .col_con .col_box .d_f {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

article section.column .ib .col_con .col_box .d_f .l {
    width: 390px;
}

article section.column .ib .col_con .col_box .d_f .r {
    width: 370px;
}

article section.column .ib .col_con .col_box .remark {
    display: table;
    margin: 50px auto;
    font-size: 23.3px;
    font-weight: 500;
    font-family: source-han-sans-japanese, sans-serif;
    line-height: 1.6;
    padding-bottom: 3px;
    letter-spacing: 0.05rem;
    text-align: center;
}

article section.column .ib .col_con .col_box .remark span {
    display: table;
    margin: 0 auto;
    border-bottom: 1px solid #3e3a39;
}

article section.column .ib .col_con .col_box h4 {
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    padding: 15px;
    border: 1px solid #3e3a39;
    position: relative;
}

article section.column .ib .col_con .col_box h4:before {
    width: 0;
    height: 0;
    position: absolute;
    bottom: -20px;
    content: "";
    left: calc(50% - 6px);
    border-style: solid;
    border-width: 20px 6px 0 6px;
    border-color: #e4edf0 transparent transparent transparent;
}

article section.column .ib .col_con .col_box h4:after {
    height: 20px;
    width: 1px;
    content: "";
    display: block;
    background: #3e3a39;
    position: absolute;
    bottom: -20px;
    left: calc(50% + 4px);
    transform: rotate(14deg);
}

article section.column .ib .col_con .col_box h5 {
    font-size: 21px;
    font-weight: 500;
}

article .basiccare .ib {
    padding: 60px 0;
}

article .basiccare .ib h3 {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}

article .basiccare .ib .remark {
    text-align: center;
    margin: 40px 0;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.1rem;
    font-family: source-han-sans-japanese, sans-serif;
}

article .basiccare .ib .pr_con {
    padding: 45px 10px 45px 70px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 70px;
}

article .basiccare .ib .pr_con .box {
    width: 32%;
}

article .basiccare .ib .pr_con .box:nth-child(n+2) {
    padding-left: 10px;
}

article .basiccare .ib .pr_con .box div {
    font-size: 27px;
    font-weight: 400;
    font-family: source-han-sans-japanese, sans-serif;
}

article .basiccare .ib .pr_con .box div span {
    display: block;
    font-size: 23px;
    font-family: source-han-sans-japanese, sans-serif;
    margin-top: 10px;
}

article .basiccare .ib .pr_con .box p {
    font-size: 16.8px;
    font-weight: 400;
    margin: 15px 0;
    text-align: left;
}

article .basiccare .ib .pr_con .box a.btn {
    font-size: 14px;
    max-width: 190px;
    margin: 20px 0;
}

article .shohou {
    border-bottom: 1px solid #ccc;
}

article .shohou .ib {
    padding: 0px 0 60px;
}

article .shohou .ib h3 {
    background: #8194a8;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 21px;
    font-weight: 500;
}

article .shohou .ib .d_f {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0;
}

article .shohou .ib .d_f img:nth-child(1) {
    margin-right: 80px;
    margin-left: 60px;
}

article .shohou .ib .d_f img:nth-child(2) {
    position: relative;
    top: 20px;
}

article .shohou .ib .d_select {
    padding: 30px 30px 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #e4edf0;
    margin-bottom: 65px;
}

article .shohou .ib .d_select div:nth-child(2) {
    padding-top: 15px;
}

article .shohou .ib .d_select div:nth-child(3) {
    width: 340px;
}

article .shohou .ib .d_select div .emp {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #3e3a39;
    padding-bottom: 3px;
    margin-top: 10px;
    display: table;
}

article .shohou .ib .d_select div i {
    display: block;
    margin: 20px 0;
    line-height: 1.8;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-size: 22px;
}

article .shohou .ib .d_select div i span {
    font-size: 10px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    display: block;
}

article .shohou .ib .d_select div i em {
    font-size: 10px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
}

article .shohou .ib .d_select div p {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    line-height: 1.8;
}

article .shohou .ib .d_select div p span {
    font-size: 10px;
}

article .shohou .ib .d_select div p i {
    font-size: 10px;
    display: block;
    margin-top: 5px;
    font-family: source-han-sans-japanese, sans-serif;
}

article .shohou .ib .remark {
    font-size: 23px;
    font-weight: 500;
    font-family: source-han-sans-japanese, sans-serif;
    margin: 30px auto 20px;
    width: 880px;
}

article .shohou .ib .remark span {
    font-size: 10px;
    display: block;
    font-family: source-han-sans-japanese, sans-serif;
}

article .shohou .ib .m_con {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 880px;
    margin: 20px auto;
}

article .shohou .ib .m_con div {
    width: 400px;
}

article .shohou .ib .m_con div h4 {
    font-size: 19px;
    font-weight: 500;
    margin: 10px 0 15px;
}

article .shohou .ib .m_con div h4 span {
    font-size: 12px;
}

article .shohou .ib .m_con div p {
    text-align: left;
    font-size: 16px;
    line-height: 1.74;
    margin-bottom: 40px;
    margin-top: 10px !important;
}

article .shohou .ib .m_con div p i {
    font-size: 10px;
    display: block;
    margin-top: 30px;
}

article .product .ib {
    margin: 6% auto;
}

article .product .ib .p_detail {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

article .product .ib .p_detail #product_slider .sp-buttons {
    text-align: left;
    padding: 20px;
    margin-top: -55px;
}

article .product .ib .p_detail #product_slider .sp-buttons .sp-button {
    border: none;
    background: #ccc;
    height: 6px;
    width: 6px;
}

article .product .ib .p_detail #product_slider .sp-buttons .sp-button.sp-selected-button {
    background: #333;
}

article .product .ib .p_detail .l {
    width: 480px;
    height: 556px;
    background: #f7fbfb;
}

article .product .ib .p_detail .l img {
    display: block;
    margin: 0px auto;
}

article .product .ib .p_detail .r {
    width: 450px;
}

article .product .ib .p_detail .r h3 {
    font-size: 27px;
    font-weight: 400;
    margin-top: 60px;
}

article .product .ib .p_detail .r h3 span {
    font-size: 19.3px;
    font-family: source-han-sans-japanese, sans-serif;
    display: block;
    line-height: 1.7;
    font-weight: 200;
}

article .product .ib .p_detail .r h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
}

article .product .ib .p_detail .r p {
    font-size: 14px;
    text-align: left;
}

article .product .ib .p_detail .r p span {
    font-size: 10px;
    display: block;
    margin-top: 10px;
}

article .product .ib .d_f {
    display: -webkit-flex;
    margin: 75px 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 30px;
}

article .product .ib .d_f img:nth-child(2) {
    margin-top: 44px;
}

article .product .ib .faq_con .box {
    padding: 0px 20px 0px 40px;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-bottom: 15px;
}

article .product .ib .faq_con .box.open:before {
    content: "Ã®â€”Å½";
}

article .product .ib .faq_con .box:before {
    content: "Ã®â€”Â";
    font-family: material icons;
    position: absolute;
    right: 40px;
    top: 5px;
    font-size: 26px;
    color: #ccc;
    z-index: -1;
}

article .product .ib .faq_con .box h4 {
    font-size: 18px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    cursor: pointer;
}

article .product .ib .faq_con .box div {
    display: none;
    font-size: 14px;
    font-weight: 200;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 25px;
}

article .product .ib .faq_con .box div p.d_f {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0px;
    margin: -40px 0 30px;
}

article .product .ib .faq_con .box div p.d_f i {
    padding: 0 17px;
    width: 25%;
}

article .product .ib .faq_con .box div p.d_f i em {
    display: block;
    font-size: 30px;
    font-weight: 500;
    font-family: source-han-sans-japanese, sans-serif;
}

article .product .ib .faq_con .box div p {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 200;
    text-align: left;
}

article .product .ib .faq_con .box div span {
    display: block;
    padding-left: 15px;
    position: relative;
}

article .product .ib .faq_con .box div span:before {
    content: "Ã¢â€”Â";
    position: absolute;
    left: 0px;
    top: 0px;
}

article .voice {
    background: #f8f9f8;
}

article .voice .ib {
    padding: 30px 0;
}

article .voice .ib h3 {
    background: #3e3a39;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 26px;
    position: relative;
}

article .voice .ib h3 em {
    position: absolute;
    font-size: 10px;
    color: #3e3a39;
    right: 0;
    bottom: -20px;
    font-family: source-han-sans-japanese, sans-serif;
}

article .voice .ib .d_f {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0 30px;
}

article .voice .ib .d_f div {
    font-size: 15px;
    line-height: 1.9;
    font-weight: 200;
    width: 33.3%;
    padding: 0px 45px;
    border-right: 1px solid #ddd;
}

article .voice .ib .d_f div:last-child {
    border: none;
}

article.special .basiccare.special .ib .pr_con {
    justify-content: center;
}

article.special .basiccare.special .ib .pr_con .box {
    width: 50%;
    width: 500px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

article.special .basiccare.special .ib .pr_con .box span {
    margin-top: 70px;
}

article.special .shohou {
    border-bottom: none;
}

article.special .shohou .ib {
    padding-bottom: 30px;
}

article.special .shohou .ib h3 {
    position: relative;
}

article.special .shohou .ib h3 em {
    display: inline-block;
    font-size: 10px;
}

article.special .shohou .ib h3 i {
    position: absolute;
    display: block;
    left: 40px;
    text-align: left;
    bottom: -70px;
    font-size: 10px;
    font-weight: 200;
    color: #3e3a39;
}

article.special .shohou .ib .d_f {
    align-items: flex-start;
}

article.special .shohou .ib .d_select.ds2 {
    padding-top: 20px;
}

article.special .shohou .ib .d_select.ds2 div:nth-child(3) {
    width: 620px;
}

article.special .shohou .ib .d_select.ds2 div p {
    line-height: 1.7;
}

article.special .shohou .ib .d_select.ds2 div p i {
    font-weight: 200;
    margin-top: 25px;
}

article.special .shohou .ib .m_con {
    margin-top: 80px;
}

article.special .shohou .ib .m_con div {
    width: 100%;
}

article.special .shohou .ib .m_con div p {
    font-size: 17.4px;
    font-weight: 400;
}

article.special .column {
    position: relative;
}

article.special .column:before {
    position: absolute;
    content: "";
    height: 580px;
    display: block;
    width: 100%;
    background: url(../image/dc2_2.jpg) 50% 50% no-repeat;
    background-size: cover;
}

article.special .column .ib {
    position: relative;
    z-index: 2;
}

article.special .column .ib h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 70px;
}

article.special .column .ib .col_con {
    margin-top: 180px;
}

article.special .column .ib h5 {
    margin-top: 0;
}

article .company {
    background: #f8f9f8;
}

article .company .ib {
    padding: 80px 0 60px;
}

article .company .ib h2 {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    font-family: source-han-sans-japanese, sans-serif;
    letter-spacing: 0.05rem;
}

article .company .ib table {
    width: 605px;
    margin: 70px auto 30px;
}

article .company .ib table tr th {
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    padding: 15px 0;
    width: 50%;
}

article .company .ib table tr td {
    font-size: 17px;
    color: #766f6f;
    font-weight: 400;
    width: 15px 0;
    width: 50%;
}

article .contact {
    background: #f8f9f8;
}

article .contact .alert-danger {
    color: red;
}

article .contact #error_message {
    text-align: center;
}

article .contact .ib {
    padding: 80px 0 90px;
    width: 880px;
}

article .contact .ib .ninja-forms-req-symbol {
    display: none;
}

article .contact .ib .nf-form-fields-required {
    display: none;
}

article .contact .ib .nf-form-content {
    margin-top: 80px;
}

article .contact .ib .nf-form-content .label-above .nf-field-label {
    width: 250px;
    padding-top: 10px;
}

article .contact .ib .nf-form-content .label-above .nf-field-label label {
    font-size: 16px;
    font-weight: 400;
}

article .contact .ib .nf-form-content .label-above .nf-field-label label:before {
    content: "必須";
    font-size: 14px;
    display: inline-block;
    padding: 2px 7px;
    color: #fff;
    background: #377d79;
    margin-right: 10px;
}

article .contact .ib .nf-form-content .label-above .nf-field-element {
    width: 615px;
}

article .contact .ib .nf-form-content .label-above .nf-field-element input[type="text"],
article .contact .ib .nf-form-content .label-above .nf-field-element input[type="email"],
article .contact .ib .nf-form-content .label-above .nf-field-element textarea {
    background: #fff;
}

article .contact .ib input[type="button"] {
    display: block;
    width: 200px;
    padding: 12px;
    background: #766f6f;
    color: #fff;
    font-size: 15.6px;
    font-weight: 400;
    cursor: pointer;
    margin: 15px 0;
    margin-left: 90px;
    box-shadow: none;
    border: none;
}

article .contact .ib h2 {
    letter-spacing: 0.05rem;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    font-family: source-han-sans-japanese, sans-serif;
}

article .contact .ib table {
    width: 880px;
    margin: 80px auto 10px;
}

article .contact .ib table tr th {
    width: 250px;
    padding: 25px 0 15px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    vertical-align: top;
}

article .contact .ib table tr th span.req {
    display: inline-block;
    padding: 2px 7px;
    background: #766f6f;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
}

article .contact .ib table tr td {
    width: 615px;
    padding: 15px 0;
}

article .contact .ib table tr td input[type="text"],
article .contact .ib table tr td input[type="email"] {
    display: block;
    width: 100%;
    background: #fff;
    padding: 14px;
    border: 1px solid #aaa;
}

article .contact .ib table tr td textarea {
    display: block;
    width: 100%;
    min-height: 180px;
    background: #fff;
    border: 1px solid #aaa;
}

article .contact .ib input[type="submit"] {
    display: block;
    width: 200px;
    padding: 12px;
    background: #377d79;
    color: #fff;
    font-size: 15.6px;
    font-weight: 400;
    cursor: pointer;
    margin: 25px auto;
    box-shadow: none;
    border: none;
}

/*************************************
 *
 *footer
 *
 ************************************** */
#pagetop {
    width: 52px;
    height: 52px;
    background: #000;
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    cursor: pointer;
    right: 0px;
}

#pagetop:before {
    content: "Ã¯ÂËœ";
    font-size: 28px;
    position: absolute;
    top: 7px;
    left: 16px;
    font-family: ionicons;
    color: #fff;
}

#pagetop i {
    font-size: 10px;
    position: absolute;
    bottom: 5px;
    left: 0;
    text-align: center;
    width: 100%;
    display: block;
    color: #fff;
}

footer .ib {
    padding: 30px 0 50px;
}

footer .ib img {
    display: block;
    width: 259px;
    margin: 40px auto;
}

footer .ib nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    padding-left: 5px;
}

footer .ib nav a {
    font-size: 13px;
    padding: 0 25px;
}

footer .ib nav a:nth-child(1) {
    padding-right: 0px;
}

footer .ib nav a:nth-child(2):before {
    content: "Ã£Æ’Â»";
    margin-right: 22px;
    display: inline-block;
}

footer .ib p {
    font-size: 14px;
    text-align: center;
    margin-top: 1%;
    line-height: 1.7;
    margin-bottom: 1%;
}

footer .ib p.copy {
    font-size: 10px;
    margin-top: 7px;
    font-family: source-han-sans-japanese, sans-serif;
}

footer .ib h2 {
    font-size: 20px;
    color: #3e3a39;
}

/*# sourceMappingURL=style.css.map */


.l-section.is-page {
    padding-top: 64px;
    padding-bottom: 120px;
    color: #333;
    margin: 0;
    font-size: 1rem;
    letter-spacing: 1.5px;
    line-height: 2;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-section.is-page {
        padding: 40px 25px 0;
    }
    .c-opening__title{
        margin-bottom: 10% !important;
    }
}

.container,
.l-container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.c-opening {
    text-align: center;
    margin-bottom: 80px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-opening {
        margin-bottom: 32px;
    }
}

.c-opening__title {
    margin-top: 0;
    text-align: center;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 72px;
    font-size: 30px;
    letter-spacing: 3px;
}

.c-opening__title:after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background-color: #377d79;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.c-tabs__navs {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.c-tabs__navs li {
    width: calc(25% - 3px);
    margin-right: 4px;
}

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

.c-tabs__navs li:last-child a:before {
    display: none;
}

.c-tabs__navs li a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    text-align: center;
    display: block;
    background-color: #377d79;
    padding: 11px 16px;
    border-radius: 2px 2px 0 0;
    border: 1px solid #377d79;
    position: relative;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-tabs__navs li a {
        padding: 11px 12px;
        font-weight: normal;
        font-size: 12px;
    }
    .c-tabs__navs li {
        width: calc(50% - 3px);
    }
}

.c-tabs__navs li a:hover {
    opacity: 1;
    background-color: #235754;
}

.c-tabs__navs li a:after {
    content: "\f107";
    font-size: 24px;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    right: 28px;
    font-family: "FontAwesome";
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-tabs__navs li a:after {
        font-size: 12px;
        top: 50%;
        margin-top: 0px;
        right: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.c-tabs__navs li a:before {
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    background-color: #377d79;
    position: absolute;
    bottom: -1px;
    right: -5px;
}

.c-tabs__navs li a.is-active {
    background-color: #fff;
    color: #377d79;
    border-bottom-color: #fff;
}

.c-service-card {
    margin-top: 48px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-service-card {
        margin-top: 24px;
    }
}

.c-service-card h3.heading {
    background-color: #edf1fa;
    padding: 8px 16px;
    border-left: 4px solid #377d79;
    margin-bottom: 40px;
}

.c-service-card__card-list {
    overflow: hidden;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-service-card__card-list {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .c-service-card h3.heading {
        margin-bottom: 24px;
    }
}

.c-service-card__box {
    float: left;
    width: 22.63%;
    margin-right: 3.1%;
    margin-bottom: 48px;
}

.c-service-card__box:nth-child(4n) {
    margin-right: 0%;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-service-card__box {
        width: 48%;
        float: none;
        margin-right: 0%;
    }
}

.c-service-card__image-block {
    min-height: 180px;
    width: 100%;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-service-card__image-block {
        min-height: 108px;
    }
}

.c-service-card__image {
    min-height: 180px;
    background-size: cover;
    background-position: top center;
    margin-bottom: 16px;
    border: 1px solid #CCC;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-service-card__image {
        margin-bottom: 12px;
        min-height: 108px;
    }
    .shop_info .ib h2, footer .ib h2{
        font-size: 20px;
        margin-bottom: 3%;
    }
}

.c-service-card__text-block {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1.5px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-service-card__text-block {
        font-size: 14px;
    }
}

.c-tabs__content {
    display: none;
}

.c-tabs__content.is-active {
    display: block;
}

.c-products-head {
    display: flex;
    align-items: flex-start;
}

.c-products-head__images {
    width: calc(50% - 64px);
}

.c-products-head__content {
    width: 50%;
    margin-left: auto;
}

.c-products-head__title {
    border-bottom: 1px solid #000;
    font-weight: 700;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 24px;
    padding-bottom: 12px;
}

.c-products-head__text {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.c-products-head__description__title {
    font-weight: 700;
    margin-bottom: 6px;
}

.c-products-head__description {
    font-size: 15px;
    line-height: 1.7;
}

.c-products-head__buttons {
    display: flex;
    margin-top: 10px;
	margin-bottom:30px;
}


.c-products-head__buttons .c-button {
    width: calc(50% - 8px) !important;
    min-width: calc(50% - 8px) !important;
    max-width: calc(50% - 8px) !important;
}

.c-products-head__buttons .c-button:nth-child(2n) {
    margin-left: auto;
}

.c-products-head__images__main {
    width: 100%;
    height: 366px;
    background-size: cover;
    border: 1px solid #CCC;
    background-position: center center;
    transition: all .2s;
    background-size: 100% auto;
}

.c-products-head__images__thumbnails {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 24px;
}

.c-products-head__images__thumbnail {
    width: calc(25% - 12px);
    margin-right: 16px;
    height: 100px;
    background-size: cover;
    border: 1px solid #CCC;
    background-position: center center;
    position: relative;
    cursor: pointer;
    margin-bottom: 12px;
}

.c-products-head__images__thumbnail:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: 0;
    transition: all .2s;
    pointer-events: none;
}

.c-products-head__images__thumbnail:hover:after {
    opacity: 0.4;
}

.c-products-head__images__thumbnail:nth-child(4n) {
    margin-right: 0 !important;
}

@media (max-width: 750px) {
    .c-products-head {
        display: block;
    }

    .c-products-head__images {
        width: 100%;
        margin-top: 0 !important;
    }

    .c-products-head__images__main {
        height: 80vw;
    }

    .c-products-head__content {
        width: 100%;
    }

    .c-products-head__images__thumbnails {
        margin-top: 8px;
    }

    .c-products-head__images__thumbnail {
        width: calc(25% - 3px);
        height: 20vw;
        margin-right: 4px;
        margin-bottom: 4px;
    }

    .c-products-head__content {
        margin-top: 32px;
    }

    .c-products-head__title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .c-products-head__text,
    .c-products-head__description {
        font-size: 13px;
    }
}

.c-products-head__buttons .c-button {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1.6px;
    padding: 15px 10px;
    border: solid 1px #fff;
    color: #fff;
    background: #377d79;
    cursor: pointer;
    position: relative;
}

#marks.marks {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    position: fixed;
    z-index: 999;
    display: none;
}

#marks .marks-inner {
    width: 448px;
    height: 650px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 24px;
    font-size: 12px;
    box-sizing: border-box;
}

#marks .shop-info_ {
    background: #eee;
    border: 2px solid #ccc;
    margin-top: 8px;
    padding: 8px;
}

#marks .shop-info>p+p {
    margin-top: 8px;
}

#marks .msg_ .msg-input {
    width: 100%;
    padding: 3px;
    border: 1px solid #CCCCCC;
}

#marks .msg_ {
    margin: 16px auto 24px;
}

#marks .msg-dl {
    display: flex;
    flex-wrap: wrap;
}

#marks .msg-dl>dt {
    width: 140px;
    font-weight: 600;
}

#marks .msg-dl>dd {
    width: 80%;
    flex: 1;
}

#marks .required_ {
    background: none repeat scroll 0 0 #CC0000;
    color: #FFFFFF;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    margin-left: 8px;
    padding: 1px 3px;
}

#marks .msg-dl+.msg-dl {
    margin-top: 10px;
}

#marks .w-info_ {
    padding: 10px;
    border: 1px solid #ccc;
    height: 120px;
    margin: 10px auto 15px;
    overflow-y: auto;
    line-height: 1.6em;
}

#marks .agreeBox_ {
    text-align: center;
    margin-bottom: 20px;
   
    height: 30px;
   
    background-color: #fff;

    font-size: 12px;
    box-sizing: border-box;
}

#marks .agree_ {
    display: inline-block;
    vertical-align: middle;
}

#marks .send_btn {
	margin-top: 10px;
    padding: 10px 70px;
    background-color: #377d79;
    color: #fff;
	font-size: 14px;
}

#marks .tc_ {
    text-align: center;
  
    height: 60px;
    
    background-color: #fff;
    margin-top: -20px;
    font-size: 12px;
    box-sizing: border-box;
}

#marks .icon-gb {
    width: 26px;
    height: 26px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
}

#marks .icon-gb:before,
#marks .icon-gb:after {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #ccc;
    transform: translate(-50%, -50%) rotate(45deg);
    transform-origin: center center;
    content: "";
    top: 50%;
    left: 50%;
}

#marks .icon-gb:after {
    transform: translate(-50%, -50%) rotate(135deg);
}

@media (max-width:575px) {
    #marks .marks-inner {
        width: 94%;
    }

    #marks .msg-dl {
        flex-direction: column;
    }

    #marks .msg-dl>dt {
        width: auto;
    }

    #marks .msg-dl>dd {
        margin-top: 5px;
    }
}

#marks input[type="text"],
#marks input[type="url"],
#marks input[type="search"],
#marks input[type="email"],
#marks input[type="tel"] {
    font-size: 15px;
    line-height: 1.8;
    border: 2px solid rgba(51, 51, 51, 0.3);
    padding: 7px 12px;
    max-width: 100%;
    width: 100%;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    background-color: #fff;
}

#marks input[type="text"]:focus,
#marks input[type="text"]:active,
#marks input[type="url"]:focus,
#marks input[type="url"]:active,
#marks input[type="search"]:focus,
#marks input[type="search"]:active,
#marks input[type="email"]:focus,
#marks input[type="email"]:active,
#marks input[type="tel"]:focus,
#marks input[type="tel"]:active {
    outline: none;
    border-color: #888888;
    box-shadow: inset 0 0 0px 1px #888888;
}

#marks textarea {
    border: 2px solid rgba(51, 51, 51, 0.3);
    font-size: 15px;
    width: 100%;
    padding: 16px 8px;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    background-color: #fff;
    padding: 7px 12px;
}

#marks textarea:focus,
#marks textarea:active {
    outline: none;
    border-color: #888888;
    box-shadow: inset 0 0 0px 1px #888888;
}

#marks input[type="checkbox"] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

#marks input[type="radio"] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

#marks select {
    text-transform: none;
    display: block;
    width: 100%;
    height: 48px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #fff;
    background-image: none;
    border: 2px solid rgba(51, 51, 51, 0.3);
    border-radius: 0 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    #marks select {
        width: 100%;
    }
}

/*  ãƒ—ãƒ¬ã‚¤ã‚¹ãƒ›ãƒ«ãƒ€ãƒ¼ã®è‰²å¤‰æ›´ */
:placeholder-shown {
    color: rgba(51, 51, 51, 0.5);
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.5);
}

/* Firefox 18- */
:-moz-placeholder {
    color: rgba(51, 51, 51, 0.5);
}

/* Firefox 19+ */
::-moz-placeholder {
    color: rgba(51, 51, 51, 0.5);
}

/* IE 10+ */
:-ms-input-placeholder {
    color: #9FA0A0;
}

#marks p,
#marks .text-normal {
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.8rem;
    letter-spacing: 1.5px;
    line-height: 2;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    #marks p,
    #marks .text-normal {
        font-size: 0.7rem;
        line-height: 1.2;
        line-height: 1.5;
		
    }
}

.c-konpou-image {
    margin: 6% auto;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-konpou-image {
        margin-bottom: 32px;
    }
}

.c-konpou-image__block {
    width: 100%;
    margin-right: 36px;
    background-color: #fff;
    border-left: 2px solid #3e94bb;
    border-top: 1px solid #edf1fa;
    border-right: 1px solid #edf1fa;
    border-bottom: 1px solid #edf1fa;
    padding: 32px;
    margin-bottom: 8px;
    display: -webkit-box;
    display: flex;
    position: relative;
}

.c-konpou-image__block a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-konpou-image__block {
        display: block;
        width: 100%;
        margin-right: 0;
        padding: 24px;
        margin-bottom: 8px;
    }
}

.c-konpou-image__image-block {
    width: 35%;
    margin-right: 3%;
    min-width: 258px;
    max-width: 258px;
}

.c-konpou-image__image-block img {
    width: 100%;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-konpou-image__image-block {
        min-width: 206.4px;
        margin: 0 auto 24px;
    }
}

.c-konpou-image__title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2.4px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 8px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-konpou-image__title {
        font-size: 16.8px;
        letter-spacing: 1.6px;
        margin-bottom: 6px;
    }
}

#main {
    color: #333;
    margin: 6% auto;
}

#main .wrap {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
    padding: 0 10px;
    max-width: 1140px;
}

.newlist {
    border-top: 1px solid #d4d4de;
}

.newlist>li {
    padding: 1.2em 0;
    text-align: left;
    border-bottom: 1px solid #d4d4de;
}

.newlist>li,
.newlist>li>div {
    overflow: hidden;
}

.newlist>li>time {
    padding-left: 0;
}

.newlist p {
    margin-bottom: 0;
}

.newlist p a {
    text-decoration: underline;
}

.newlist p+p {
    padding-top: .5em;
}

.newlist+p {
    line-height: 0;
    margin-bottom: 0;
    padding: 20px 0;
}

@media(min-width: 30em) {
    .newlist>li {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    .newlist>li>time,
    .newlist>li>div {
        display: table-cell;
        text-align: left;
        padding: .8em 0;
    }

    .newlist>li>time {
        width: 10em;
        text-align: left;
        padding: .8em .178em .8em 1em;
    }
}

#a-post_1 {}

#a-post_1 h3 {
    font-size: 2.125rem;
    padding: 1em 0;
    text-align: left;
}

#a-post_1 .content {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
    padding: 0 10px;
    max-width: 1140px;
}

#a-post_1 h3 p {}

#a-post_1 h3 span {}


@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    article .osusume .ib .list table th,
    article .osusume .ib .list table td{
        display: block;
        width: 100% !important;
        padding: 6% 0;
    }
}