@charset "UTF-8";
img {
    width: auto;
    height: auto
}

a {
    outline: 0
}

#form body,
html#form {
    height: 100%;
    min-height: 720px
}

body {
    color: #333;
    font-size: 16px;
    line-height: 1;
    min-width: 1000px;
    max-width: 100%;
    overflow-x: hidden;
    margin: 0 auto
}

b,
strong {
    font-weight: 700
}

.hover {
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 1
}

.hover:hover {
    opacity: .7
}

p {
    font-size: 16px;
    line-height: 1.6em
}

.inner {
    width: 1000px;
    margin-right: auto;
    margin-left: auto
}

.inner_min {
    width: 940px;
    margin-right: auto;
    margin-left: auto
}

.center {
    text-align: center
}

.alignCenter,
.flex,
.flexBetween,
.flexStyleBC {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flexBetween,
.flexStyleBC {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.alignCenter,
.flexStyleBC {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #dbd0c5;
    background: #fff
}

.header .inner {
    height: 80px;
    display: table
}

.header .inner>* {
    display: table-cell;
    vertical-align: middle
}

.header .inner>ul {
    text-align: right;
    font-size: 0
}

.header .inner>ul li {
    display: inline-block;
    vertical-align: middle
}

.header .inner>ul li.form {
    padding-left: 4px
}

.header .inner>ul li dl {
    text-align: center;
    position: relative;
}

.header .inner>ul li dl::before {
    content: '';
    background: url(../img/header_icon_tel.png) no-repeat;
    position: absolute;
    top: 0;
    left: -91px;
    width: 90px;
    height: 65px;
}

.header .inner>ul li dl dt {
    font-size: 17px;
    line-height: 1.2em
}

.header .inner>ul li dl dd {
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2em
}

.header .inner>ul li img {
    vertical-align: middle
}

.fv {
    background: url(../img/fv_background.jpg) no-repeat center bottom;
    min-height: 672px;
    width: 100%;
    margin-top: 60px
}

.fv-inner {
    display: table;
    padding-top: 40px;
    margin: 0 auto
}

.fv .txt-01 {
    margin-bottom: 20px
}

.fv .txt-02 {
    margin-bottom: 40px
}

.fv .txt-03 {
    margin-bottom: 25px
}

.trouble {
 
    background: url(../img/trouble_background.png) no-repeat;
    background-position: 50%;
    height: 456px;
}
.trouble .inner {
    text-align: center;
    width: 55%;
    margin: 0 10% 0 auto;
}

.trouble h2 {
    padding-top: 20px;
    margin: 0 auto 20px;
}

.yotsuba {
    padding: 70px auto 100px;
    background-color: #fefdfb
}

.yotsuba dl {
    background: url(../img/yotsuba_img01.png) no-repeat;
    background-position: 100% 100%;
    padding-top: 100px
}

.yotsuba dl dd {
    line-height: 1.5;
    margin: 30px 0;
    width: 520px
}

.yotsuba ul {
    text-align: center;
    margin: 40px auto 60px
}

.yotsuba li {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 30px
}

.yotsuba p {
    text-align: center;
    padding-bottom: 80px
}

.voice {
    background-color: #f9f2e4;
    padding-bottom: 100px
}

.voice h2 {
    padding: 40px 0
}

.voice .example {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 70px
}

.voice .example dl {
    width: 485px;
    height: 250px;
    padding-top: 35px;
    background: #fff;
    border-radius: 20px;
}

.voice .example dl dd,
.voice .example dl dt {
    margin: 0 auto;
    width: 420px
}

.voice .example dl dt {
    font-size: 30px;
    font-weight: 700;
    color: #51a792;
    display: inline;
    border-bottom: 1px solid #51a792;
    padding-bottom: 3px
}

.voice .example dl dd {
    margin-top: 25px;
    text-align: left;
    font-size: 16px;
    color: #333;
    line-height: 1.5
}

.voice .example dl.example1 {
/*    background: url(../img/voice_problem1_background.png) no-repeat*/
 
}

.voice .example dl.example2 {
/*    background: url(../img/voice_problem2_background.png) no-repeat*/
}

.voice .accordion+.accordion {
    margin-top: 30px
}

.voice .accordion .voice_ttl {
    cursor: pointer;
    width: 100%;
    border: 3px solid #ec5b7d;
    background:url("../img/voice_bg.gif");
}
/*

.voice .accordion .voice_ttl.active .voice_ttl_txt {
    background: url(../img/voice_button_on.png) no-repeat right center!important
}

.voice .accordion .voice_ttl .voice_ttl_inner {
    width: 100%;
    border: 1px solid #ec5b7d;
    padding: 10px;
    display: table
}

.voice .accordion .voice_ttl .voice_ttl_inner figure {
    padding-right: 25px
}

.voice .accordion .voice_ttl .voice_ttl_inner>* {
    display: table-cell;
    vertical-align: middle
}

.voice .accordion .voice_ttl .voice_ttl_inner h3 {
    border-bottom: 1px solid #ec5b7d;
    margin-bottom: 10px;
    padding-bottom: 5px
}

.voice .accordion .voice_ttl .voice_ttl_inner h3 span {
    font-weight: 700;
    color: #ec5b7d;
    font-size: 26px;
    display: block;
    line-height: 1.4em
}

.voice .accordion .voice_ttl .voice_ttl_inner h3 small {
    font-size: 15px;
    display: block;
    line-height: 1.4em
}

.voice .accordion .voice_ttl .voice_ttl_inner .voice_ttl_txt {
    min-height: 37px;
    padding-right: 160px;
    background: url(../img/voice_button_off.png) no-repeat right center
}
*/

.voice .accordion .voice_ttl.active .voice_ttl_txt {
    background: url(../img/voice_button_on.png) no-repeat right bottom!important;
}

.voice .accordion .voice_ttl .voice_ttl_inner {
    width: 100%;
    border: 1px solid #ec5b7d;
    padding: 10px;
    position: relative;
    min-height: 148px;
    
}

.voice .accordion .voice_ttl .voice_ttl_inner figure {
    position: absolute;
    left: 10px;
    top: 10px;
    
}

.voice .accordion .voice_ttl .voice_ttl_inner h3 {
    border-bottom: 1px solid #ec5b7d;
    margin-bottom: 10px;
    padding-bottom: 5px;
    margin-left: 150px;
}

.voice .accordion .voice_ttl .voice_ttl_inner h3 span {
    font-weight: 700;
    color: #ec5b7d;
    font-size: 26px;
    display: block;
    line-height: 1.4em
}

.voice .accordion .voice_ttl .voice_ttl_inner h3 small {
    font-size: 15px;
    display: block;
    line-height: 1.4em
}

.voice .accordion .voice_ttl .voice_ttl_inner .voice_ttl_txt {
    min-height: 50px;
    padding-right: 160px;
    margin-left: 150px;
    background: url(../img/voice_button_off.png) no-repeat right bottom;
}

.voice .accordion .content {
    display: none;
    background: url(../img/voice_pattern.gif);
    border: 1px solid #ddd
}

.voice .accordion .content .content_in {
    padding: 40px 45px
}

.voice .accordion .content .content_in p {
    color: #333;
    line-height: 1.5
}

.voice .accordion .content .content_in p+p {
    margin-top: 25px
}

.info {
    background: url(../img/info_background.jpg) no-repeat center;
    height: 270px;
    padding-top: 20px
}
.info.fv_bottom {
    background: url(../img/info_background2.jpg) no-repeat center;
    height: 104px;
    padding-top: 5px
}


.info h2 {
    margin-bottom: 25px
}

.info ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.info ul li.tel {
    background-color: #fff
}

.info ul li dl {
    text-align: center;
    padding: 0px 3px 7px 102px;
    border: 1px solid #e2e2e5;
    position: relative;
}

.info ul li dl::before {
    content: '';
    background: url(../img/info_icon_tel.png) no-repeat;
    position: absolute;
    top: 11px;
    left: 8px;
    width: 90px;
    height: 70px;
}

.info ul li dl dt {
    text-align: left;
    font-size: 19px;
    line-height: 42px
}

.info ul li dl dd {
    font-weight: bold;
    font-size: 46px;
    line-height: 42px
}

.info ul li img {
    vertical-align: middle
}

.reason {
    background-color: #fefdfb
}

.reason h2 {
    padding-top: 100px
}

.reason .center ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 100px 0 90px
}

.reason dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 40px
}

.reason dl dd {
    width: 480px;
    color: #333;
    font-size: 17px;
    line-height: 1.4
}

.support {
    background-color: #fefdfb
}

.support h2 {
    padding-top: 130px
}

.support .support_ttl_sub {
    font-size: 17px;
    color: #333;
    margin: 40px
}

.support p.support_right {
    font-size: 16px;
    text-align: right;
    padding: 0 0 100px
}

.support .counselor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.support .counselor .counselor_frame {
    background-color: #fcf4f6;
    border-radius: 10px;
    width: 490px;
    height: 230px;
    padding: 20px 10px;
    margin-bottom: 25px;
    display: table
}

.support .counselor .counselor_frame.yellow {
    background-color: #ebf3f1
}

.support .counselor .counselor_frame figure {
    padding-right: 16px;
    padding-top: 4px
}

.support .counselor .counselor_frame>* {
    display: table-cell;
    vertical-align: top
}

.support .counselor .counselor_frame .counselor_inner h3 {
    font-size: 25px;
    font-weight: 700;
    color: #ec5b7d
}

.support .counselor .counselor_frame .counselor_inner p {
    font-size: 16px;
    margin: 10px 0 0
}

.flow {
    padding-bottom: 100px;
    background-color: #fefdfb
}

.flow p {
    font-size: 17px;
    color: #333;
    margin: 50px 0
}

.flow ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.flow .step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.flow .step dl img {
  width: 100%;
}
.flow .step dl dt,
.flow .step dl dd{
    width: 310px;
    font-size: 16px;
    color: #333;
    line-height: 1.3;
    margin: 0 auto;
    padding-top: 10px
}

.faq {
    background-color: #fefdfb
}

.faq h2 {
    padding: 80px 0 60px
}

.faq .faq_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.faq dl {
    width: 450px
}

.faq dl dt {
    font-size: 18px;
    font-weight: 700;
    color: #ec5b7d
}

.faq dl dd {
    font-size: 16px;
    color: #333;
    line-height: 1.3;
    margin: 20px 0 60px
}

.about {
    background-color: #fefdfb;
    background: url(../img/aboutus_background.jpg) no-repeat center;
    height: 454px;
    
}

.about h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    padding-top: 50px
}

.about .about_inner {
    margin: 25px auto 0;
    width: 770px;
    font-size: 16px;
    color: #fff
}

.about .about_inner p {
    line-height: 1.9
}

.footer {
    margin-top: 20px;
    padding: 45px 0 20px;
    background: #fff
}

.footer-inner {
    display: table;
    margin-bottom: 55px
}

.footer-inner>* {
    display: table-cell;
    vertical-align: top
}

.footer-inner h2 {
    padding-right: 45px
}

.footer-inner dl dt {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8em
}

.footer-inner dl dd {
    color: #333333
}

.footer .copyright {
    display: block;
    text-align: center;
    color: #333333;
    font-size: 16px
}

.pc { display: block}
.sp { display: none}

@media screen and (max-width: 750px) { 
.sp { display: block}
.pc { display: none}
img {
  width: 100%;
}
body {
    color: #333;
    font-size: 16px;
    line-height: 1;
    min-width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    margin: 0 auto
}
.inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.inner_min {
    width: 94%;
    margin-right: auto;
    margin-left: auto
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #dbd0c5;
    background: #fff
}

.header .inner {
    height: auto;
    display: flex;
    align-items: center;
    padding: 5px;
}
.header .inner .logo {
  width: 30%;
}
.header .inner>* {
    display: inherit;
}

.header .inner>ul {
    display: flex;
    justify-content: flex-end;
    width: 68%;
    margin: 0;
    padding: 0;
}

.header .inner>ul li{
    width: 42%;
}
.header .inner>ul li.tel.pc {
    display: none;
}

.header .inner>ul li.form {
    padding-left: 4px
}

.header .inner>ul li dl {
    display: none;
}

.header .inner>ul li img {
    vertical-align: middle
}

.fv {
    background: none;
    min-height: auto;
    max-width: 100%;
    width: 100%;
    margin-top: 60px
}

.fv-inner {
    display: table;
    padding-top: 0;
    margin: 0 auto
}

.trouble {
    background: none;
    background-position: none;
    height: auto;
}
.trouble .inner {
    text-align: center;
    width: 100%;
    margin: 0 0 0 auto;
}

.trouble h2 {
    padding-top: 0;
    margin: 0 auto 0;
}

.yotsuba {
    padding: 70px auto 100px;
    background-color: #fefdfb
}

.yotsuba dl {
    background: none;
    background-position: 100% 100%;
    padding-top: 0
}

.yotsuba dl dd {
    line-height: 1.5;
    margin: 10px auto;
    width: 94%;
    text-align: justify;
}

.yotsuba ul {
    text-align: center;
    margin: 20px auto 40px
}

.yotsuba li {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 ;
    width: 30%;
}

.yotsuba p {
    text-align: center;
    padding-bottom: 80px;
    width: 94%;
    margin: 0 auto;
}

.voice {
    background-color: #f9f2e4;
    padding-bottom: 100px
}

.voice h2 {
    padding: 20px 0;
    margin: 0 auto;
    width: 66.17%;
}

.voice .example {
    display: flex;
    flex-direction: column;
    
    padding-bottom: 40px
}

.voice .example dl {
    width: 90%;
    height: auto;
    padding-top: 25px;
    padding-bottom: 15px;
    background: #fff;
    border-radius: 20px;
    margin: 0 auto 20px;
}

.voice .example dl dd,
.voice .example dl dt {
    margin: 0 auto;
    width: 90%;
}

.voice .example dl dt {
    font-size: 25px;
    font-weight: 700;
    color: #51a792;
    display: inline;
    border-bottom: 1px solid #51a792;
    padding-bottom: 3px
}

.voice .example dl dd {
    margin-top: 25px;
    text-align: left;
    font-size: 15px;
    color: #333;
    line-height: 1.5
}

.voice .example dl.example1 {
/*    background: url(../img/voice_problem1_background.png) no-repeat*/
 
}

.voice .example dl.example2 {
/*    background: url(../img/voice_problem2_background.png) no-repeat*/
}

.voice .accordion+.accordion {
    margin-top: 30px
}


.voice .accordion .voice_ttl.active .voice_ttl_txt {
    background: url(../img/voice_button_on.png) no-repeat center bottom!important
}

.voice .accordion .voice_ttl .voice_ttl_inner {
    width: 100%;
    border: 1px solid #ec5b7d;
    padding: 10px;
    position: relative;
    min-height: 148px;
    
}

.voice .accordion .voice_ttl .voice_ttl_inner figure {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 25%;
    
}

.voice .accordion .voice_ttl .voice_ttl_inner h3 {
    border-bottom: 1px solid #ec5b7d;
    margin-bottom: 10px;
    padding-bottom: 5px;
    margin-left: 30%;
    padding-top: 15px;
}
.voice .accordion .voice_ttl .voice_ttl_inner h3.pt0 {
    padding-top: 0;
}

.voice .accordion .voice_ttl .voice_ttl_inner h3 span {
    font-weight: 700;
    color: #ec5b7d;
    font-size: 22px;
    display: block;
    line-height: 1.4em
}

.voice .accordion .voice_ttl .voice_ttl_inner h3 small {
    font-size: 15px;
    display: block;
    line-height: 1.4em
}

.voice .accordion .voice_ttl .voice_ttl_inner .voice_ttl_txt {
    min-height: 120px;
    height: auto;
    padding-right: 0px;
    margin-left: 10px;
    padding-top: 20px;
    background: url(../img/voice_button_off.png) no-repeat center bottom;
}

.voice .accordion .content {
    display: none;
    background: url(../img/voice_pattern.gif);
    border: 1px solid #ddd
}

.voice .accordion .content .content_in {
    padding: 20px 25px;
}

.voice .accordion .content .content_in p {
    color: #333;
    line-height: 1.5;
    font-size: 14px;
}

.voice .accordion .content .content_in p+p {
    margin-top: 25px
}

.info {
    background: url(../img/sp_info_background2.jpg) no-repeat center;
    height: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    background-size: cover;
}
.info.fv_bottom {
    background: url("../img/sp_info_background2.jpg") no-repeat center;
    height: auto;
    padding-top: 5px
}


.info h2 {
    margin: 0 auto 20px;
    width: 94%;
}

.info ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: 20px auto 0;
}

.info ul li {
  margin-bottom: 10px;
}

.info ul li.tel {
    background-color: none;
}



.reason {
    background-color: #fefdfb
}

.reason h2 {
    padding-top: 40px;
    width: 82.83%;
    margin: 0 auto;
}

.reason .center ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 40px 0 40px
}

.reason .center ul li:first-child {
  width: 100%;
}
.reason .center ul li:first-child img {
  width: 48%;
}
.reason .center ul li {
  width: 48%;
}

.reason .inner > ul {
  width: 94%;
  margin: 0 auto;
}
.reason dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 20px 0 40px
}

.reason dl dd {
    width: 100%;
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.5
}

.support {
    background-color: #fefdfb
}

.support h2 {
    padding-top: 30px;
    width: 100%;
    margin: 0 auto;
}

.support .support_ttl_sub {
    font-size: 15px;
    color: #333;
    margin: 10px 0;
    text-align: left;
    padding: 0 3%;
}

.support p.support_right {
    font-size: 14px;
    text-align: left;
    padding: 0 3% 60px
}

.support .counselor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.support .counselor .counselor_frame {
    background-color: #fcf4f6;
    border-radius: 10px;
    width: 94%;
    height: auto;
    padding: 20px 20px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}

.support .counselor .counselor_frame.no1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.support .counselor .counselor_frame.no2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.support .counselor .counselor_frame.no3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.support .counselor .counselor_frame.no4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.support .counselor .counselor_frame.yellow {
    background-color: #ebf3f1
}

.support .counselor .counselor_frame figure {
    padding-right: 0;
    padding-top: 4px;
    width: 100%;
}

.support .counselor .counselor_frame>* {
    display: table-cell;
    vertical-align: top
}

.support .counselor .counselor_frame .counselor_inner h3 {
    display: none;
}

.support .counselor .counselor_frame .counselor_inner p {
    font-size: 16px;
    margin: 10px 0 0;
    text-align: justify;
}

.flow {
    padding-bottom: 100px;
    background-color: #fefdfb
}

.flow p {
    font-size: 15px;
    color: #333;
    margin: 10px 0;
    padding: 0 3%;
    text-align: left;
}

.flow ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 94%;
    margin: 0 auto;
}
.flow ul li:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
.flow ul li:first-child img {
    width: 48%;
}
.flow ul li {
    width: 48%;
}
.flow ul li + li {
  margin-left: 2%;
}

.flow .step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-top: 18%;
}

.flow .step dl dt,
.flow .step dl dd{
    width: 90%;
    font-size: 16px;
    color: #333;
    line-height: 1.3;
    margin: 0 auto;
    padding-top: 10px
}
.flow .step dl dd {
    margin-bottom: 8%;
}

.faq {
    background-color: #fefdfb
}

.faq h2 {
    padding: 40px 0 40px;
    width: 55.33%;
    margin: 0 auto;
}

.faq .faq_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.faq dl {
    width: 94%;
    margin: 0 auto;
}

.faq dl dt {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: #ec5b7d
}

.faq dl dd {
    font-size: 15px;
    color: #333;
    line-height: 1.3;
    margin: 10px 0 40px;
    text-align: justify;
}

.about {
    background-color: #fefdfb;
    background: url(../img/aboutus_background.jpg) no-repeat center bottom;
    background-size: cover;
    height: auto;
    padding-bottom: 100px;
}

.about h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    padding-top: 100px
}

.about .about_inner {
    margin: 25px auto 0;
    width: 90%;
    font-size: 16px;
    color: #fff
}

.about .about_inner p {
    line-height: 1.9;
    text-align: justify;
}

.footer {
    margin-top: 20px;
    padding: 0 ;
    background: #fff
}

.footer-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 35px
}

.footer-inner>* {
    
}

.footer-inner h2 {
    padding-right: 0;
    width: 150px;
    margin: 0 auto 20px;
}

.footer-inner dl dt {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8em
}

.footer-inner dl dd {
    color: #333333;
    font-size: 13px;
}

.footer .copyright {
    display: block;
    text-align: center;
    color: #333333;
    font-size: 12px
}

}

.info .form.sp a {
    color: #fff;
    display: grid;
    text-decoration: none;
}
.info .form.sp img {
    grid-area: 1 / 1;
}
.info .form.sp span {
    font-size: min((26vw / 3.75), 46.6613px);
    font-weight: 500;
    letter-spacing: .05em;
    grid-area: 1 / 1;
    margin: calc(30em / 26) 0 0 calc(75em / 26);
}