/*PC・タブレット横*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	letter-spacing: 3px;
	color: #2E2624;
    overflow-x: hidden;
    position: relative;
}
@media all and (-ms-high-contrast: none) {
 .btn {
  padding-bottom: 2px;
 }
}
_:-ms-input-placeholder, :root .btn {
  padding-bottom: 2px;
}

img {
    width: 100%;
    display: block;
}

.pconly {
    display: block;
}
.sponly {
    display: none;
}
.spsp {
    display: none;
}
.pcpc {
    display: block;
} 
.kv_sp {
    display: none
}
.aiseki_now {
    width: 800px;
    position: absolute;
    top: 0;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    max-width: 700px;
    padding: 15px 20px;
    text-align: center;
    width: 32%;
    border-radius: 0 0 500px 500px;
    background: rgba(255,255,255,.9);
    /*background: -moz-linear-gradient(-45deg, #ff6969 0%, #b549ef 100%);
    background: -webkit-linear-gradient(-45deg, #ff6969 0%,#b549ef 100%);
    background: linear-gradient(135deg, #ff6969 0%,#b549ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6969', endColorstr='#b549ef',GradientType=1 );*/
}
.now_ttl {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 10px;
    background: -webkit-linear-gradient(0deg, #ff6969, #b549ef);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.aiseki_now ul {
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
}
.aiseki_now ul li {
    padding: 0 10px;
}
.aiseki_now ul li:nth-child(2) {
    width: 20%;
}
.sex {
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-weight: bold;
    color: #ff6969;
    background: -webkit-linear-gradient(0deg, #ff6969, #b549ef);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    font-style: normal!important;
}
.nom {
    font-size: 5rem;
    font-weight: bold;
    color: #fff;
    font-style: normal!important;
    color: #ff6969;
    background: -webkit-linear-gradient(0deg, #ff6969, #b549ef);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.nom span {
    font-size: 1rem;
}

/*fadeIn*/
.fadeIn {
    transition: 2.5s;
    -webkit-transition: 2.5s;
    -moz-transition: 2.5s;
    -ms-transition: 2.5s;
    -o-transition: 2.5s;
    opacity: 0;
    transform: translateY(15%);
}
.fadeIn.animated {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    transform: translateY(-0%);
}
.slideConts {
  width: 50%;
  margin: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.slideContsL {
  transform: translate(-1800px, 0);
  position: relative;
}
.slideContsR {
    transform: translate(1800px, 0);
    margin-left: auto;
    margin-right: 0;
    position: relative;
}
.slideContsL.show {
  transform: translate(0px, 0) !important;
}
.slideContsR.show {
  transform: translate(0, 0) !important;
}

.monstera {
    font-family: "Montserrat", sans-serif;
    font-style: italic;
}

.kv {
    width: 100%;
    background: url(../img/kv.jpg)no-repeat;
    background-size: 135%;
    background-position: 100% 60%;
    position: relative;
    height: 100vh;
}
.logo {
    width: 176px;
    position: absolute;
    left: 45px;
    top: 45px;
}
.kv_right {
    right: 0;
    width: 50%;
    margin: 0 0 0 auto;
    background: rgba(255,255,255,.7);
    padding: 50px 3%;
    position: relative;
    height: 100%;
}
.no1 {
    width: 35%;
    margin: 0 auto;
}
.title {
    width: 56%;
    margin: 40px auto;
}
.right_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.line_btn {
    margin: 50px auto 0;
    max-width: 85%;
}

.line_btn a {
    background: #ff6969;
    background: -moz-linear-gradient(-45deg, #ff6969 0%, #b549ef 100%);
    background: -webkit-linear-gradient(-45deg, #ff6969 0%,#b549ef 100%);
    background: linear-gradient(135deg, #ff6969 0%,#b549ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6969', endColorstr='#b549ef',GradientType=1 );
    display: block;
    padding: 15px 0;
    border-radius: 10px;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: center;
    letter-spacing: 5px;
    position: relative;
}

.line_btn a:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b549ef+1,ff6969+99 */
background: #b549ef; /* Old browsers */
background: -moz-linear-gradient(-45deg, #b549ef 1%, #ff6969 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #b549ef 1%,#ff6969 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #b549ef 1%,#ff6969 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b549ef', endColorstr='#ff6969',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.line_btn ul {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: space-between;
    align-items: center;
}

.line_btn li {
    font-size: 3rem;
}

.line_btn li:first-child {
    width: 13%;
    margin-left: 4%;
    padding: 0!important
}
.line_btn li:last-child {
    width: 2%;
    margin-right: 4%;
}

section.bg {
    background: url(../img/bg.svg)no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.body_ttl {
    text-align: center;
    padding: 100px 0 60px;
}
.body_ttl h2 {
    font-size: 4.6rem;
    font-weight: 700;
    margin: 30px 0;
    letter-spacing: 5px;
}
.body_ttl img.icon {
    width: 200px;
    display: block;
    margin: 0 auto;
}
.picktext {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    padding-top: 20px;
    width: 80%;
    margin: 0 auto;
    color: #fd686f;
}
.wrap {
    max-width: 1200px;
    margin: 0 auto;
}
.reason {
    padding-bottom: 200px;
}
.reason ul {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-wrap: wrap;
    padding: 15px 0;
}
.reason ul li {
    box-shadow: 5px 10px 14px -7px rgba(0,0,0,0.4);
}
.reason ul li.reason_img {
    width: 70%;
}
.reason ul li.reason_ttl {
    width: 30%;
    padding: 60px 30px;
    background: #fff;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    line-height: 1.4;
}
.reason ul li.reason_ttl p {
    font-size: 1.2rem;
    line-height: 2rem;
    padding-top: 20px;
}
.reason ul li.reason_img.reason_img01 {
    background: url(../img/reason01.jpg)no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.reason ul li.reason_img.reason_img02 {
    background: url(../img/reason02.jpg)no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.reason ul li.reason_img.reason_img03 {
    background: url(../img/reason03.jpg)no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.reason ul li.reason_img.reason_img04 {
    background: url(../img/reason04.jpg)no-repeat;
    background-size: cover;
    background-position: 50% 90%;
}
.reason span {
    font-family: "Montserrat", sans-serif;
    display: block;
    letter-spacing: .5px;
    font-weight: bold;
    font-size: 2.1rem;
    font-style: italic;
    text-align: center;
    color: #808080;
    padding-bottom: 10px;
}

.reason ul li.borderradius01 {
    border-radius: 70px 0 0 0;
}
.reason ul li.borderradius02 {
    border-radius: 0 0 70px 0;
}
.reason ul li.borderradius03 {
    border-radius: 0 0 0 70px;
}
.reason ul li.borderradius04 {
    border-radius: 0 70px 0 0;
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}
.shadow {
    box-shadow: 10px 10px 25px -10px rgba(0,0,0,0.2);
}

.wrap.corona {
    margin: 0 auto 80px;
}
.corona_box {
    border: 3px solid #FE696A;
    padding: 100px 80px;
}
.corona_box h3 {
    font-size: 4.8rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 10px;
    color: #FE696A;
    border-bottom: 3px solid #FE696A;
    padding-bottom: 20px;
}
.corona_box p {
    font-size: 2.5rem;
    line-height: 1.6;
    padding-top: 40px;
    color: #FE696A;
    text-align: left;
}
.corona_img_box {
    height: 120px;
    position: relative;
}
.corona_img_box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
}
.corona_box ul {
    justify-content: space-between;
    margin: 50px auto 0;
}
.corona_box ul li {
    width: 17%;
    text-align: center;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: bold;
    color: #FE696A;
}

.body_ttl img.icon2 {
    width: 100px;
    display: block;
    margin: 0 auto;
}

.step ul.step_list {
    flex-wrap: wrap;
    justify-content: center;
}
.step ul.step_list li {
    width: 50%;
    padding: 40px;
}
.step_box {
    background: #fff;
    padding: 50px;
    text-align: center;
    height: 100%;
    border-radius: 30px;
    position: relative;
}
.step span {
    position: absolute;
    top: -35px;
    left: 50%;
    border-radius: 100px;
    transform: translateX(-50%);
    text-align: center;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 3.2rem;
    letter-spacing: 1px;
    padding: 18px 60px;
    background: #ff6969;
    background: -moz-linear-gradient(-45deg, #ff6969 0%, #b549ef 100%);
    background: -webkit-linear-gradient(-45deg, #ff6969 0%,#b549ef 100%);
    background: linear-gradient(135deg, #ff6969 0%,#b549ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6969', endColorstr='#b549ef',GradientType=1 );
}
.step_ttl {
    font-size: 3rem;
    line-height: 40px;
    font-weight: bold;
    margin: 40px 0 10px;
}
.step_img {
    padding: 5% 10%;
    box-sizing: border-box;
}
.step_coment {
    text-align: left;
    line-height: 1.8;
    font-size: 2rem;
}
.step ul.step_list li:first-child .step_coment {
    text-align: center;
}

.line_btn.bottom {
    max-width: 700px;
    text-align: center;
}
.service {
    margin-top: 280px;
}
.body_ttl.service_bg {
    background: url(../img/service.svg)no-repeat;
    background-size: 110%;
    background-position: 50%;
}
.body_ttl.service_bg h2 {
    font-size: 4.6rem;
    font-weight: 700;
    margin: 0 0 30px;
    letter-spacing: 5px;
}
.service_bg p {
    font-size: 3rem;
}
.service ul {
    margin-top: 70px;
    justify-content: space-between;
}
.service ul li {
    padding: 0 30px;
    width: 33%;
}
.service ul li:nth-child(2) {
    margin-top: 80px
}
.service_img {
    border-radius: 30px;
    overflow: hidden;
}
.service_ttl {
    letter-spacing: 7px;
    font-size: 3.4rem;
    font-weight: 600;
    margin: 30px 0;
}
.service_box p {
    font-size: 1.6rem;
    line-height: 1.8;
}
.ok {
    margin-top: 200px;
    overflow-x: hidden;
}
.ok ul {
    align-items: end;
}
.ok ul li:first-child {
    border-radius: 30px;
    overflow: hidden;
}
.ok ul li:last-child {
    padding: 50px 0 0 60px;
}
.recomend_ttl,
.ok_ttl {
    font-size: 3.2rem;
    font-weight: bold;
}
.recomend p,
.ok p {
    font-size: 1.6rem;
    line-height: 2;
    padding-top: 30px;
}

.merit {
    margin-top: 200px;
}

.merit_area ul {
    flex-wrap: wrap;
    max-width: 920px;
    margin: 0 auto;
    justify-content: center;
    align-items: end;
}
.merit_area ul li {
    width: 45%;
    text-align: center;
    padding: 0 40px 0;
}
.merit_area ul li.down {
    padding-top: 120px;
}
.mert_img_box {
    width: 320px;
    height: 320px;
    border-radius: 1000px;
    overflow: hidden;
    margin: 0 auto;
}
.merit_img01 {
    background: url(../img/merit01.jpg)no-repeat;
    background-size: cover;
}
.merit_img02 {
    background: url(../img/merit02.jpg)no-repeat;
    background-size: cover;
}
.merit_img03 {
    background: url(../img/merit03.jpg)no-repeat;
    background-size: cover;
}
.merit_img04 {
    background: url(../img/merit04.jpg)no-repeat;
    background-size: cover;
}
.merit_ttl {
    font-size: 3rem;
    font-weight: bold;
    margin: 25px auto;
}
.merit_box p {
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
}

.price {
    margin-top: 150px;
    overflow-x: hidden;
}

table {
    width: 100%;
    margin-bottom: 50px;
}
th,
td {
    width: 50%;
    padding: 30px;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.6;
    vertical-align: middle;
}

th {
    color: #fff;
    font-weight: bold;
    background: #ff6969;
    background: -moz-linear-gradient(-45deg, #ff6969 0%, #b549ef 100%);
    background: -webkit-linear-gradient(-45deg, #ff6969 0%,#b549ef 100%);
    background: linear-gradient(135deg, #ff6969 0%,#b549ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6969', endColorstr='#b549ef',GradientType=1 );
}
td {
    border: 2px solid #E3E3E3;
}
td.womanset {
    font-weight: bold;
    font-size: 3rem;
    color: #fc686e;
}
td.menset h4,
td.menset b{
    font-weight: bold;
    font-size: 4rem;
    color: #fc686e;
}
td.menset b span {
    font-size: 2.5rem;
}
td.menset .imasugu {
    margin: 30px auto;
}
td.menset .line_btn {
    margin: 0 auto;
}
.imasugu {
    position: relative;
    display: inline-block;
    padding: 0 75px;
    font-weight: bold;
    text-align: center;
    font-size: 2.8rem;
    letter-spacing: 5px;
    margin: 80px auto 30px;
}
.imasugu:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
}

.imasugu:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.imasugu:before {
  left:0;
}
.imasugu:after {
  right: 0;
}
.recomend {
    margin-top: 200px;
    overflow-x: hidden;
}
.recomend ul li:first-child {
    background: url(../img/recommend.jpg)no-repeat;
    background-size: cover;
    background-position: 45% 15%;
    width: 42%;
}
.recomend ul li:last-child {
    width: 58%;
    background: #F8F8F9;
    position: relative;
    padding: 150px 80px;
}
.recomend_ttl {
    font-size: 2.8rem;
    letter-spacing: 4px;
    letter-spacing: 2px;
    text-align: left;
    margin-bottom: 30px;
    display: flex;
    white-space: nowrap;
    align-items: baseline;
    width: 60%;
    margin: 0 auto;
}
.qa_box {
    margin-bottom: 40px;
}
.acd-check{
    display: none;
}
.acd-label {
    display: block;
    margin-bottom: 1px;
    padding: 40px;
    position: relative;
    border-bottom: 1px solid #D5D5D5;
    font-size: 2.6rem;
    padding-left: 150px;
}
.acd-label:hover {
    cursor: pointer;
}
.acd-label:before {
    content: '';
    background: url(../img/q.svg)no-repeat;
    background-size: 100%;
    display: block;
    height: 75px;
    width: 50px;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.acd-label:after {
    content: '';
    background: url(../img/arrow_bk.svg)no-repeat;
    background-size: 100%;
    display: block;
    height: 20px;
    width: 30px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.acd-content {
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
    font-size: 1.6rem;
    line-height: 2;
}
.acd-check:checked + .acd-label:after{
    transform: rotate(-180deg);
    top: 40%;
}
.acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding: 40px;
    visibility: visible;
    padding-left: 150px;
    position: relative;
}
.acd-check:checked + .acd-label + .acd-content:before {
    content: '';
    background: url(../img/a.svg)no-repeat;
    background-size: 100%;
    display: block;
    height: 90px;
    width: 50px;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}



footer {
    background: #F7F7F7;
    width: 100%;
    margin: 300px 0 0;
}

.footer_wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 30px;
}
.footer_wrap ul {
    justify-content: center;
}
.footer_wrap ul li {
    padding: 0 20px;
}
.footer_wrap ul li a {
    text-decoration: none;
    color: #000;
}
.footer_wrap ul li a:hover {
    text-decoration: underline;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
.line_btn li {
    font-size: 2rem;
}
.wrap {
    padding: 0 5%;
}
.wrap.reason {
    padding-bottom: 100px;
}
.corona_box h3 {
    font-size: 3rem;
    letter-spacing: 4px;
    line-height: 1.5;
}
.corona_box ul {
    flex-wrap: wrap;
}
.corona_box ul li {
    width: 20%;
    font-size: 1.6rem;
}


.step_ttl {
    font-size: 3rem;
    line-height: 1.8;
}

.service {
    margin-top: 180px;
}

.aiseki_now {
    width: 40%;
}

}


@media screen and (max-width: 940px) {
}

/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 1024px) {



}


/*SP〜タブレット*/
@media screen and (max-width: 768px) {
.pconly {
    display: none;
}
.sponly {
    display: block;
}
.logo {
    z-index: 999;
}
.kv {
    background-size: 280%;
    background-position: 48% 60%;
}
.kv_right {
    width: 100%;
}
.line_btn li {
    font-size: 3rem;
}

.corona_box {
    padding: 50px;
}
.corona_box h3 {
    font-size: 2.8rem;
    letter-spacing: 4px;
}
.corona_box ul li {
    width: 50%;
    font-size: 2rem;
    margin: 50px 0;
    padding: 0 20px;
}
.corona_img_box {
    margin-bottom: 20px;
}

.step ul.step_list li {
    padding: 10px;
    margin-bottom: 45px;
}
.step span {
    font-size: 2.8rem;
}
.step_box {
    padding: 30px;
}
.step_ttl {
    font-size: 2.4rem;
}
.step_coment {
    text-align: left;
    line-height: 1.8;
    font-size: 1.6rem;
}

.service {
    margin-top: 90px;
}

.service ul li {
    padding: 0 15px;
}

.ok_ttl {
    font-size: 2.4rem;
}

.ok ul li:last-child {
    padding: 30px 0 0 40px;
}
.ok {
    margin-top: 100px;
}

.merit_area ul li {
    padding: 0 20px 0;
}
.mert_img_box {
    width: 280px;
    height: 280px;
}
.merit_area ul li.down {
    padding-top: 100px;
}

.recomend ul li:first-child {
    background-position: 50% 15%;
}
.recomend ul li:last-child {
    padding: 100px 40px;
}
.recomend_ttl {
    margin-bottom: 0;
}

.acd-label:before {
    height: 65px;
    width: 40px;
    left: 10px;
}
.acd-check:checked + .acd-label + .acd-content,
.acd-label {
    padding-left: 100px;
}
.acd-check:checked + .acd-label + .acd-content:before {
    height: 75px;
    width: 40px;
    left: 10px;
}

.aiseki_now {
    width: 60%;
}

.aiseki_now {
    width: 60%;
    right: 0;
    left: inherit;
    transform: inherit;
    border-radius: 0 0 0 500px;
}

.footer_wrap ul {
    display: block;
}
.footer_wrap ul li {
    padding: 45px 20px;
    font-size: 2rem;
    border-bottom: 1px solid #ddd;
}
.acd-label:after {
    right: 20px;
}

.footer_wrap ul li:last-child {
    border-bottom: none;
}


}


/*SP*/
@media screen and (max-width: 480px) {
.logo {
    width: 90px;
    position: absolute;
    left: 15px;
    top: 25px;
}
.kv {
    background-size: 420%;
    background-position: 50% 100%;
}
.pcpc {
    display: none;
}
.spsp {
    display: block;
}
.kv_sp {
    display: block;
    background: url(../img/kv.jpg)no-repeat;
}
.no1 {
    width: 45%;
}
.title {
    width: 70%;
    margin: 20px auto;
}
.kv_right {
    background: none;
    padding: 0;
    background: rgba(255,255,255,.7);
}
.right_box {
    top: inherit;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 45%;
    padding: 30px 0;
}
.line_btn {
    margin: 20px auto 0;
    max-width: 90%;
}
.line_btn li {
    font-size: 1.8rem;
    letter-spacing: 2px;
}
.reason ul li.reason_img {
    padding-top: 50%;
    width: 100%;
}
.reason ul li.reason_ttl {
    padding: 20px;
    width: 100%;
}

.reason ul li.borderradius03 {
    border-radius: 0 70px 0 0;
}
.reason ul li.borderradius04 {
    border-radius: 0 0 0 70px;
}
.reason span {
    font-size: 1.6rem;
    padding-bottom: 0;
}
.reason ul li.reason_ttl {
    font-size: 1.8rem;
}
.reason ul li.reason_img.reason_img01,
.reason ul li.reason_img.reason_img02,
.reason ul li.reason_img.reason_img03,
.reason ul li.reason_img.reason_img04 {
    background-size: 180%;
}
.reason ul li.reason_img.reason_img02 {
    background-position: 65% 65%;
}
.body_ttl img.icon {
    width: 140px;
}
.body_ttl h2 {
    font-size: 2.4rem;
    margin: 30px 0 0;
    letter-spacing: 3px;
}
.body_ttl {
    text-align: center;
    padding: 80px 0 50px;
}
.corona_box {
    padding: 30px;
    border: 2px solid #FE696A;
}
.corona_box h3 {
    font-size: 2.2rem;
    letter-spacing: 4px;
    border-bottom: 2px solid #FE696A;
    padding-bottom: 10px;
}
.corona_box ul {
    margin: 30px auto 0;
}
.corona_box p {
    font-size: 1.6rem;
    line-height: 1.8;
    padding-top: 20px;
}
.corona_box ul li {
    font-size: 1.4rem;
    margin: 0 0 20px 0;
    padding: 0 15px;
    letter-spacing: 1px;
}
.corona_img_box {
    margin-bottom: 0px;
    height: 70px;
}
.wrap.corona {
    margin: 0 auto 30px;
}
.body_ttl img.icon2 {
    width: 90px;
}
.step ul.step_list li {
    padding: 10px 0;
    margin-bottom: 45px;
    width: 100%;
}
.step span {
    font-size: 2.8rem;
    padding: 13px 60px;
    top: -25px;
}
.step_ttl {
    margin: 25px 0 0;
}
.line_btn.bottom ul {
    flex-wrap: wrap;
    justify-content: center;
}
.line_btn.bottom {
    max-width: 100%;
}

.line_btn.bottom a {
    padding: 70px 0;
}

.line_btn.bottom li:nth-child(2) {
    margin-bottom: 5px;
    width: 100%;
    padding: 10px 0;
}
.line_btn.bottom li:first-child {
    width: 13%;
    margin-left: 0;
    margin-bottom: 5px;
    padding: 0 0 0;
}
.line_btn.bottom li:last-child {
    width: 3%;
    margin: 0!important;
    padding: 0;
}
.line_btn.bottom li:last-child img {
    transform: rotate(90deg);
}


.body_ttl.service_bg h2 {
    font-size: 2.4rem;
    margin: 30px 0 0;
    letter-spacing: 3px;
}
.service_bg p {
    font-size: 1.4rem;
    margin: 15px auto 0;
}
.service ul {
    margin-top: 00px;
    flex-wrap: wrap;
}
.service ul li {
    padding: 0;
    margin-bottom: 50px;
}
.service_ttl {
    font-size: 2.8rem;
    margin: 20px 0 15px;
}
.service ul li:nth-child(2) {
    margin-top: 0;
}
.ok ul {
    flex-wrap: wrap;
}
.ok ul li {
    width: 100%;
}
.ok {
    margin-top: 0;
}
.ok ul li:last-child {
    padding: 25px 0 0;
}

.merit {
    margin-top: 60px;
}
.merit_area ul li {
    padding: 35px 20px;
    width: 100%;
}

.merit_ttl {
    font-size: 2.4rem;
    font-weight: bold;
}
.merit_area ul li.down {
    padding-top: 0;
}
.price {
    margin-top: 30px;
}
.price .body_ttl img.icon2 {
    width: 60px;
}
th,
td {
    padding: 20px 10px;
    font-size: 1.4rem;
    letter-spacing: 1px;
}

.imasugu {
    padding: 0 55px;
    font-size: 1.8rem;
    letter-spacing: 3px;
    margin: 0px auto 20px;
    line-height: 1.6;
}
.recomend {
    margin-top: 100px;
}
.recomend ul {
    display: block;

}
.recomend ul li:first-child,
.recomend ul li:last-child {
    width: 100%;
}
.recomend ul li:first-child {
    background-size: 200%;
    height: 450px;
}
.recomend ul li:last-child {
    padding: 60px 30px;
}
.recomend_ttl {
    text-align: center;
    font-size: 2.4rem;
}
.acd-label:before {
    height: 45px;
    width: 30px;
    left: 0;
}
.acd-check:checked + .acd-label + .acd-content:before {
    height: 50px;
    width: 25px;
    left: 0;
}
.acd-check:checked + .acd-label + .acd-content, .acd-label {
    padding-left: 50px;
}
.acd-content {
    padding-right: 0!important;
}
.acd-label {
    padding: 25px 40px 25px 50px;
    font-size: 1.4rem;
    line-height: 1.8;
}
.acd-label:after {
    height: 10px;
    width: 15px;
    right: 15px;
}
.qa_box {
    margin-bottom: 0px;
}
.acd-content p {
    font-size: 1.4rem;
}

.aiseki_now {
    width: 100%;
    border-radius: 0;
    padding: 15px 8px;
    position: absolute;
    box-shadow: none;
    bottom: 0;
    top: inherit;
}
.now_ttl {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

footer {
    margin: 150px 0 0;
}
.footer_wrap {
    padding: 50px 5%;
}
.footer_wrap ul li {
    padding: 30px 20px;
    font-size: 1.6rem;
}

}





