@charset "UTF-8";

a:hover {
    text-decoration: none;
}

body {
    color: #231815;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}

.pc_display {
    display: block;
}

@media screen and (max-width: 768px) {
    .pc_display {
        display: none;
    }
}

.pc_display1 {
    display: inline;
}

@media screen and (max-width: 768px) {
    .pc_display1 {
        display: none;
    }
}

.pc_display2 {
    display: block;
}

@media screen and (max-width: 624px) {
    .pc_display2 {
        display: none;
    }
}

.pc_display3 {
    display: block;
}

@media screen and (max-width: 480px) {
    .pc_display3 {
        display: none;
    }
}

.sp_display {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp_display {
        display: block;
    }
}

.sp_display2 {
    display: none;
}

@media screen and (max-width: 624px) {
    .sp_display2 {
        display: block;
    }
}

.sp_display3 {
    display: none;
}

@media screen and (max-width: 414px) {
    .sp_display3 {
        display: block;
    }
}

.sp_display4 {
    display: none;
}

@media screen and (max-width: 380px) {
    .sp_display4 {
        display: block;
    }
}

.sp_display5 {
    display: none;
}

@media screen and (max-width: 300px) {
    .sp_display5 {
        display: block;
    }
}

.ins {
    display: none;
}

.del {
    display: block;
}

@media screen and (max-width: 1000px) {
    .del {
        display: none;
    }
}

.border_none {
    border: none !important;
}

.inline {
    display: inline;
}

.inlineblock {
    display: inline-block;
}

.lineheight {
    line-height: 2.5em !important;
}

.lineheight2 {
    line-height: 1.8em !important;
}

@media screen and (max-width: 768px) {
    .lineheight {
        line-height: 2em !important;
    }
}

.ma_t5 {
    margin-top: 5px !important;
}


.ma_t10 {
    margin-top: 10px !important;
}

.ma_t20 {
    margin-top: 20px !important;
}

.ma_t30 {
    margin-top: 30px !important;
}

.ma_t50 {
    margin-top: 50px !important;
}

.ma_t70 {
    margin-top: 70px !important;
}

@media screen and (max-width: 768px) {
    .ma_t50 {
        margin-top: 30px !important;
    }
}

.ma_t100 {
    margin-top: 100px !important;
}

@media screen and (max-width: 768px) {
    .ma_t100 {
        margin-top: 50px !important;
    }
}

.ma_t100-2 {
    margin-top: 100px !important;
}

.ma_t120 {
    margin-top: 120px !important;
}

@media screen and (max-width: 360px) {
    .ma_t120 {
        margin-top: 70px !important;
    }
}

.ma_t150 {
    margin-top: 150px !important;
}

.ma_b10 {
    margin-bottom: 10px !important;
}

.ma_b20 {
    margin-bottom: 20px !important;
}

.ma_b30 {
    margin-bottom: 30px !important;
}

.ma_b50 {
    margin-bottom: 50px !important;
}

.ma_b100 {
    margin-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
    .ma_b100 {
        margin-bottom: 30px !important;
    }
}

.ma_b100-2 {
    margin-bottom: 100px !important;
}

.ma_b150 {
    margin-bottom: 150px !important;
}

.ma_b200 {
    margin-bottom: 200px !important;
}

.ma_tb20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.ma_tb30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.ma_tb50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

@media screen and (max-width: 768px) {
    .ma_tb50 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
}

.ma_tb5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.ma_tb10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}


.ma_tb100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
    .ma_tb100 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
}

.pa_rl20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.pa_t30 {
    padding-top: 30px;
}

.pa_t50 {
    padding-top: 50px;
}

.pa_t75 {
    padding-top: 75px;
}

@media screen and (max-width: 768px) {
    .pa_t50 {
        padding-top: 30px;
    }
}

.pa_t70 {
    padding-top: 70px;
}

@media screen and (max-width: 768px) {
    .pa_t70 {
        padding-top: 20px;
    }
}

.pa_t100 {
    padding-top: 100px;
}

.pa_b20 {
    padding-bottom: 20px;
}

.pa_b50 {
    padding-bottom: 50px;
}

.pa_tb10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.pa_tb20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.pa_tb30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

@media screen and (max-width: 360px) {
    .pa_tb30 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

.paddng5 {
    padding: 5px;
}

.paddng10 {
    padding: 10px !important;
}

.yohaku5 {
    padding-right: 5% !important;
    padding-left: 5% !important;
}

.ta_left {
    text-align: left !important;
}

.ta_right {
    text-align: right !important;
}

.ta_center {
    text-align: center !important;
}

.ma_center {
    margin-right: auto;
    margin-left: auto;
}

.ma_right {
    margin-left: auto;
}

.ma_l15 {
    margin-left: 15%;
}

.va_middle {
    vertical-align: middle;
}

main {
    letter-spacing: 0.01em;
}

.arrow_image {
    margin: 30px auto;
    width: 80%;
    max-width: 356px;
}

/*--- header ---*/
#head {
    background-color: rgba(255, 255, 255, 0.8);
    height: auto;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
}

.head_inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: auto;
    width: 100%;
    max-width: 1200px;
}

#head .head_left {
    width: 64%;
    max-width: 660px;
}

#head .head_left .head_top {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}

#head .head_left .head_top .head_number {
    margin-left: 20px;
    width: 240px;
}

#head .head_left .head_top .head_number img {
    padding-bottom: 6px;
    width: 100%;
}

#head .head_right {
    width: 35%;
}

#head .head_right .icon_menu {
    display: flex;
    align-items: flex-start;
}

#head .head_right .icon_menu>li {
    width: 33.33333%;
    width: calc(100% / 3);
    height: 121px;
}

#head .head_right .icon_menu>li a {
    color: #FFF;
    display: block;
    font-weight: 700;
    line-height: 1.2em;
    height: 121px;
}

#head .head_right .icon_menu>li a:hover {
    text-decoration: none;
}

#head .head_right .icon_menu>li img {
    width: 100%;
}

#head .head_right .icon_menu .line_menu a {
    background-color: #38D430;
    border: 1px solid #38D430;
    transition: all .2s ease;
}

#head .head_right .icon_menu .line_menu a:hover {
    background-color: #fff;
    color: #38D430;
    transition: all .2s ease;
}

#head .head_right .icon_menu .mail_menu a {
    background-color: #00B0F0;
    border: 1px solid #00B0F0;
    transition: all .2s ease;
}

#head .head_right .icon_menu .mail_menu a:hover {
    background-color: #fff;
    color: #00B0F0;
    transition: all .2s ease;
}

#head .head_right .icon_menu .line_menu .line_icon {
    background-image: url(../img/common/menu_icon01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 32px;
    display: block;
    margin: 20px auto 10px;
    transition: all .2s ease;
}

#head .head_right .icon_menu .line_menu:hover .line_icon {
    background-image: url(../img/common/menu_icon03.svg);
    transition: all .2s ease;
}

#head .head_right .icon_menu .mail_menu .mail_icon {
    background-image: url(../img/common/menu_icon02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 56px;
    height: 32px;
    display: block;
    margin: 20px auto 10px;
}

#head .head_right .icon_menu .mail_menu:hover .mail_icon {
    background-image: url(../img/common/menu_icon04.svg);
    transition: all .2s ease;
}

#gnavi_rew {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

#gnavi_rew>li {
    width: 20%;
    margin: 0;
    height: 51px;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    line-height: 51px;
    color: #fff;
    border-top: 2px solid #77b631;
    border-bottom: 1px solid #cacacb;
    border-right: 1px solid #47712b;
    background: #77b631;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#77b631), to(#55951C));
    background: -webkit-linear-gradient(#77b631, #55951C);
    background: -moz-linear-gradient(#77b631, #55951C);
    background: -ms-linear-gradient(#77b631, #55951C);
    background: -o-linear-gradient(#77b631, #55951C);
    background: linear-gradient(#77b631, #55951C);
}

#gnavi_rew .gnavi_top {
    color: #77b631;
    border-top: 2px solid #a2c680;
    border-bottom: 1px solid #cacacb;
    border-right: 1px solid #cacacb;
    background: #fcfcfc;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fcfcfc), to(#E8E9EA));
    background: -webkit-linear-gradient(#fcfcfc, #E8E9EA);
    background: -moz-linear-gradient(#fcfcfc, #E8E9EA);
    background: -ms-linear-gradient(#fcfcfc, #E8E9EA);
    background: -o-linear-gradient(#fcfcfc, #E8E9EA);
    background: linear-gradient(#fcfcfc, #E8E9EA);
}

#head #head_in .sp_head_menu {
    display: none;
}

@media screen and (max-width: 768px) {
    #head #head_in .sp_head_menu {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    #head #head_in .sp_head_menu>a {
        background-color: #6BAB2A;
        display: block;
        font-size: 16px;
        padding: 10px 0;
    }
}

#head_logo {
    width: 100%;
    max-width: 400px;
}

#head_tel {
    display: flex;
    justify-content: flex-start;
    float: none;
    text-align: left;
    margin-top: 0;
}

#pc {
    margin-left: 12%;
    width: 38%;
}

#pc img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    #navi_index {
        display: none;
    }
}

.content_inner {
    margin: auto;
    padding: 20px;
    width: 100%;
    max-width: 1000px;
}

.content_inner .btn_area {
    margin-top: 10px;
}

.title_area {
    margin: auto;
    width: 100%;
    max-width: 1000px;
}

@media screen and (max-width: 768px) {
    .title_area {
        margin: 20px auto;
    }
}

.title_area .title_bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 800px;
}

@media screen and (max-width: 768px) {
    .title_area .title_bg {
        height: 120vw;
    }
}

.title_area .title_bg .title_outer {
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 96%;
}

.title_area .title_bg .title_outer .title_inner {
    background-color: rgba(255, 255, 255, 0.4);
    color: #231815;
    display: inline-block;
    font-size: 72px;
    font-weight: 900;
    letter-spacing: 0.3em;
    line-height: 1.4em;
    margin: 20px auto 50px;
    padding: 0 5%;
}

@media screen and (max-width: 768px) {
    .title_area .title_bg .title_outer .title_inner {
        font-size: 9vw;
        padding: 20px;
        max-width: 76vw;
    }
}

@media screen and (max-width: 480px) {
    .title_area .title_bg .title_outer .title_inner {
        font-size: 28px;
    }
}

.title_area .title_bg .title_outer .title_inner2 {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    display: inline-block;
    margin: 20px auto 50px;
    padding: 30px 0;
}

@media screen and (max-width: 768px) {
    .title_area .title_bg .title_outer .title_inner2 {
        padding: 20px 0;
    }
}

.title_area .title_bg .title_outer2 {
    padding: 10px;
    position: absolute;
    bottom: 10%;
    left: 5%;
    width: 100%;
    max-width: 540px;
    text-align: left;
}

@media screen and (max-width: 480px) {
    .title_area .title_bg .title_outer2 {
        bottom: 5%;
        left: 3%;
    }
}

.title_area .title_bg .title_outer2 .title_inner {
    color: #03203B;
    font-size: 72px;
    font-weight: 900;
    letter-spacing: 0.03em;
    line-height: 1.6;
    margin: auto;
    padding: 0;
    text-shadow: 1px 1px 3px white;
}

@media screen and (max-width: 768px) {
    .title_area .title_bg .title_outer2 .title_inner {
        font-size: 9vw;
    }
}

@media screen and (max-width: 480px) {
    .title_area .title_bg .title_outer2 .title_inner {
        font-size: 30px;
    }
}

.title_area .title_bg2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 240px;
}

@media screen and (max-width: 768px) {
    .title_area .title_bg2 {
        height: 200px;
    }
}

.title_area .title_bg2 .title_inner {
    background: rgba(255, 255, 255, 0.8);
    color: #231815;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.6;
    margin: auto;
    padding: 30px 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
    .title_area .title_bg2 .title_inner {
        font-size: 7vw;
        padding: 20px 0;
        width: 80%;
    }
}

.title_area .top_bg {
    background-image: url(../img/hisseki/hisseki_bg01.jpg);
}

.title_area .under_bg {
    background-image: url(../img/hisseki/hisseki_bg02.jpg);
}

.contents_area {
    margin: auto;
    width: 100%;
    max-width: 1000px;
}

.image_area {
    margin: 50px auto;
    width: 100%;
    max-width: 1000px;
}

@media screen and (max-width: 768px) {
    .image_area {
        margin: 10px auto;
    }
}

.image_area img {
    width: 100%;
}

.image_area6 {
    margin: 50px auto;
    width: 100%;
    max-width: 1200px;
}

.image_area6 img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .image_area6 {
        margin: 10px auto;
        width: 96%;
    }
}

.image_area7 {
    margin: 50px auto;
    width: 100%;
    max-width: 800px;
}

.image_area6 img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .image_area6 {
        margin: 10px auto;
    }
}

.image_area8 {
    margin: 20px auto 0;
    width: 100%;
    max-width: 1000px;
}

@media screen and (max-width: 768px) {
    .image_area8 {
        margin: 10px auto;
    }
}

.image_area8 img {
    width: 100%;
}

.image_area5 {
    margin: 50px auto;
    width: 100%;
    max-width: 1000px;
}

.image_area5 img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .image_area5 {
        margin: 10px auto;
        width: 70%;
    }
}

.image_area9 {
    margin: 20px auto 0;
    width: 94%;
    max-width: 1000px;
}

.image_area9 img {
    width: 100%;
}


.image_area .image_inner {
    margin: auto;
    width: 90%;
}

.image_area .image_inner>img {
    width: 100%;
}

.image_area>img {
    width: 100%;
}

.image_area2 {
    margin: 20px auto;
    width: 100%;
    max-width: 648px;
}

.image_area2 .image_inner {
    margin: auto;
    width: 80%;
}

.image_area2 .image_inner>img {
    width: 100%;
}

.image_area2 .image_inner2 {
    margin: auto;
    width: 50%;
}

@media screen and (max-width: 768px) {
    .image_area2 .image_inner2 {
        width: 70%;
    }
}

.image_area2 .image_inner2>img {
    width: 100%;
}

.image_area2>img {
    width: 100%;
}

.image_area3 {
    margin: 20px auto;
    width: 100%;
    max-width: 1000px;
}

.image_area3 .image_inner {
    margin: auto;
    width: 90%;
}

.image_area3 .image_inner>img {
    width: 100%;
}

.image_area3>img {
    width: 100%;
}

.image_area4 {
    margin: 0px auto;
    width: 100%;
    max-width: 1000px;
}

.image_area4 .image_inner {
    margin: auto;
    width: 90%;
}

.image_area4 .image_inner>img {
    width: 100%;
}

.image_area4>img {
    width: 100%;
}

.image_area10 {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.image_area10 img {
    width: 100%;
}

.image_area11 {
    margin: 0 auto;
    width: 96%;
}

.image_area11 img {
    width: 100%;
}


.box_shadow_red {
    box-shadow: 0px 0px 15px 15px #F1966D;
}


.jirei_bg {
    background-image: url(../img/shimon/shimon_bg02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}

.more_area {
    max-height: 1px;
    overflow: hidden;
}

a.more_btn {
    background-color: #D97679;
    display: block;
    font-weight: 700;
    margin: auto;
    padding: 20px 0;
    width: 100%;
    max-width: 240px;
    z-index: 100;
}

@media screen and (max-width: 768px) {
    a.more_btn {
        font-size: 26px;
    }
}

#top_head_index2 {
    margin: auto;
    width: 100%;
    max-width: 1200px;
}

.main_area .text_area {
    margin: 0px auto;
    position: relative;
    width: 100%;
    max-width: 1000px;
}

.main_area .text_area .text_inner {
    margin: auto;
    width: 96%;
}

.main_area .text_area .box_title {
    background-color: #fff;
    padding: 10px;
    position: absolute;
    top: -23px;
    left: 30px;
}

.main_area .text_area .title_image {
    background-color: #FFF;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: -65px;
    right: 0;
    left: 0;
    width: 90%;
    max-width: 620px;
}

@media screen and (max-width: 624px) {
    .main_area .text_area .title_image {
        top: -10vw;
    }
}

.main_area .text_area .title_image>img {
    width: 100%;
}

.main_area .text_inner {
    margin: auto;
    width: 90%;
}

@media screen and (max-width: 768px) {
    .main_area .text_inner {
        width: 96%;
    }
}

.main_area .text_inner .normal_title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3em;
}

@media screen and (max-width: 768px) {
    .main_area .text_inner .normal_title {
        font-size: 24px;
    }
}

.main_area .text_inner .normal_title2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3em;
}

.main_area .text_inner .normal_title3 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.3em;
}

@media screen and (max-width: 768px) {
    .main_area .text_inner .normal_title3 {
        font-size: 20px;
    }
}

.main_area .text_inner .normal_title4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
}

.main_area .text_inner2 {
    margin: auto;
    width: 100%;
}

.main_area .text_inner2 .normal_title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3em;
}

.main_area .text_inner2 .normal_title2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3em;
}

.main_area .text_inner2 .normal_title3 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.3em;
}

.main_area .text_inner2 .normal_title4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
}

.main_area .navi_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px auto;
    width: 100%;
    max-width: 1000px;
}

.main_area .navi_list>li {
    width: 48%;
    margin: 5px 1%;
}

@media screen and (max-width: 768px) {
    .main_area .navi_list>li {
        width: 48%;
    }
}

.main_area .navi_list>li a {
    background-color: #fff;
    border: 2px solid #231815;
    border-radius: 10px;
    color: #231815;
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5em;
    padding: 10px;
}

@media screen and (max-width: 768px) {
    .main_area .navi_list>li a {
        font-size: 22px;
    }
}

@media screen and (max-width: 480px) {
    .main_area .navi_list>li a {
        font-size: 4vw;
    }
}

.main_area .navi_list>li a .icon {
    margin: 5px auto;
    width: 80%;
    max-width: 100px;
}

.main_area .navi_list>li a .icon>img {
    width: 100%;
}

.main_area .sharp_title>li {
    position: relative;
    font-size: 28px;
    font-weight: 900;
    color: #231815;
    margin: 20px 0 20px auto;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .main_area .sharp_title>li {
        font-size: 22px;
        text-align: right;
    }
}

.main_area .sharp_title>li::before {
    content: '';
    position: absolute;
    top: 0;
    left: -26px;
    bottom: 0;
    padding: 1rem;
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
}

.main_area .sharp_title .blue {
    background: #009BDD;
    padding: 15px 10% 15px 0;
    width: 90%;
}

.main_area .sharp_title .blue::before {
    background-color: #009BDD;
    border-left: 10px solid #B2E1F5;
}

.main_area .sharp_title .orange {
    background: #F7B400;
    padding: 15px 8% 15px 0;
    width: 85%;
}

.main_area .sharp_title .orange::before {
    background-color: #F7B400;
    border-left: 10px solid #FDEECB;
}

.main_area .sharp_title .green {
    background: #4FB986;
    padding: 15px 6% 15px 0;
    width: 80%;
}

.main_area .sharp_title .green::before {
    background-color: #4CB785;
    border-left: 10px solid #B2FFF5;
}

.main_area .sharp_title2 {
    position: relative;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 20px auto 20px 0;
    text-align: left;
    background: #036EB7;
    padding: 10px 0 10px 10px;
    width: 92%;
    z-index: 2;
}

.main_area .sharp_title2::after {
    content: '';
    position: absolute;
    top: 0;
    right: -16px;
    bottom: 0;
    padding: 1rem;
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
    background-color: #036EB7;
    z-index: -1;
}

.main_area .normal_list {
    padding: 0 4%;
}

.main_area .normal_list>li {
    color: #000;
    line-height: 1.5em;
    margin-bottom: 0;
    padding-left: 1em;
    text-align: left;
    text-indent: -1em;
}

@media screen and (max-width: 768px) {
    .main_area .normal_list>li {
        font-size: 20px;
    }
}

.main_area .normal_list>li::before {
    content: '・';
}

.main_area .normal_list2>li {
    color: #000;
    line-height: 1.5em;
    margin-bottom: 0;
    padding-left: 0.9em;
    text-indent: -0.9em;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .main_area .normal_list2>li {
        font-size: 18px;
    }
}

.main_area .normal_list2>li::before {
    content: '・';
}

.main_area .normal_list3>li {
    color: #000;
    font-size: 17px;
    letter-spacing: -0.01em;
    line-height: 1.5em;
    margin-bottom: 0;
    padding-left: 1.2em;
    text-indent: -1.2em;
    text-align: left;
}

.main_area .normal_list3>li::before {
    content: '・';
}

.main_area .left_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main_area .left_list>li {
    font-size: 24px;
    letter-spacing: -0.005em;
    line-height: 1.7em;
    text-align: left;
    width: 50%;
}

@media screen and (max-width: 768px) {
    .main_area .left_list>li {
        font-size: 20px;
        width: 100%;
    }
}

@media screen and (max-width: 360px) {
    .main_area .left_list>li {
        font-size: 16px;
    }
}

.main_area .square_list>li {
    color: #000;
    font-size: 28px;
    line-height: 1.5em;
    margin-bottom: 0;
    padding-left: 1em;
    text-align: left;
    text-indent: -1em;
}

@media screen and (max-width: 768px) {
    .main_area .square_list>li {
        font-size: 18px;
    }
}

.main_area .square_list>li::before {
    content: '■';
}

.main_area .daia_list>li {
    color: #000;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding-left: 1em;
    text-align: left;
    text-indent: -1em;
}

@media screen and (max-width: 768px) {
    .main_area .daia_list>li {
        font-size: 18px;
    }
}

.main_area .daia_list>li::before {
    content: '◆';
}

.main_area .num_list>li {
    color: #000;
    line-height: 1.5em;
    margin-top: 10px;
    padding-left: 1em;
    text-align: left;
    text-indent: -1em;
}

@media screen and (max-width: 768px) {
    .main_area .num_list>li {
        font-size: 18px;
    }
}

.main_area .check_list3>li {
    color: #000;
    font-size: 24px;
    margin-top: 0px;
    margin-left: 30px;
    padding-left: 1em;
    position: relative;
    text-align: left;
    text-indent: -1em;
}

@media screen and (max-width: 768px) {
    .main_area .check_list3>li {
        font-size: 18px;
    }
}

.main_area .check_list3>li::before {
    content: '';
    background-image: url(../img/common/check_icon01.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 27px;
    position: absolute;
    bottom: 6px;
    left: -30px;
}

.main_area .qanda_list {
    margin: 30px auto;
    width: 96%;
}

.main_area .qanda_list>li {
    margin: 30px auto;
}

.main_area .qanda_list>li .question {
    background: -moz-linear-gradient(top, #017B6B, #199D8D);
    background: -webkit-linear-gradient(top, #017B6B, #199D8D);
    background: linear-gradient(to bottom, #017B6B, #199D8D);
    border-bottom: 3px solid #EDD864;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5em;
    padding: 10px;
    padding-left: 2.2em;
    text-indent: -1.8em;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .main_area .qanda_list>li .question {
        font-size: 18px;
    }
}

.main_area .qanda_list>li .answer {
    background-color: #C6E0B4;
    color: #231815;
    font-size: 26px;
    line-height: 1.5em;
    padding: 20px;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .main_area .qanda_list>li .answer {
        font-size: 18px;
    }
}

.main_area .shimon_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.main_area .shimon_list>li {
    margin: 20px auto 0;
    width: 45%;
}

@media screen and (max-width: 624px) {
    .main_area .shimon_list>li {
        width: 100%;
    }
}

.main_area .simple_list>li {
    margin: 30px auto 0;
    text-align: left;
    width: 100%;
}

.main_area .flow_list>li {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 1px 10px 30px;
    position: relative;
}

.main_area .flow_list>li:last-child {
    margin-bottom: 0;
}

.main_area .flow_list>li .step {
    background-color: #92D050;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6em;
    padding: 15px 25px;
    position: absolute;
    top: 10px;
    left: 3%;
}

@media screen and (max-width: 768px) {
    .main_area .flow_list>li .step {
        font-size: 20px;
        padding: 5px 10px;
    }
}

.main_area .flow_list>li .icon {
    display: block;
    width: 80px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .main_area .flow_list>li .icon {
        height: 50px;
    }

    .main_area .flow_list>li .icon img {
        width: auto !important;
        height: 100%;
    }

    #contact_area_sp .image_area img {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .flow_list>li p {
        font-size: 15px;
        line-height: 1.3em;
    }
}

.main_area .accordion-area {
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin: 0 auto;
}

.main_area .accordion-area>li {
    margin: 30px 0;
}

.main_area .accordion-area>li>section .case_title1 {
    background-color: #2DC3BC;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    margin-right: 10%;
    padding: 20px 30px;
}

@media screen and (max-width: 768px) {
    .main_area .accordion-area>li>section .case_title1 {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 624px) {
    .main_area .accordion-area>li>section .case_title1 {
        font-size: 20px;
    }
}

.main_area .accordion-area>li>section .case_title2 {
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4em;
    text-align: left;
    transition: all .2s ease;
}

@media screen and (max-width: 624px) {
    .main_area .accordion-area>li>section .case_title2 {
        font-size: 22px;
    }
}

.main_area .accordion-area>li>section .accordion-inner {
    position: relative;
}

.main_area .accordion-area>li>section .accordion-inner .accordion-title {
    background-color: #fff;
    cursor: pointer;
    display: block;
    padding: 80px 40px;
}

@media screen and (max-width: 624px) {
    .main_area .accordion-area>li>section .accordion-inner .accordion-title {
        padding: 60px 40px;
    }
}

.main_area .accordion-area>li>section .accordion-inner .accordion-title::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 90px solid #231815;
    position: absolute;
    top: 50px;
    right: 55%;
}

@media screen and (max-width: 624px) {
    .main_area .accordion-area>li>section .accordion-inner .accordion-title::before {
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 45px solid #231815;
        right: 50%;
    }
}

.main_area .accordion-area>li>section .accordion-inner .accordion-title::after {
    content: '詳細を読む';
    background-color: #2DC3BC;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6em;
    padding: 10px 20px;
    position: absolute;
    top: 50px;
    right: 15%;
}

@media screen and (max-width: 624px) {
    .main_area .accordion-area>li>section .accordion-inner .accordion-title::after {
        font-size: 18px;
        right: 5%;
    }
}

.main_area .accordion-area>li>section .accordion-inner .accordion-title.close {
    padding: 40px 40px 20px;
}

@media screen and (max-width: 624px) {
    .main_area .accordion-area>li>section .accordion-inner .accordion-title.close {
        padding: 30px 10px 10px;
    }
}

.main_area .accordion-area>li>section .accordion-inner .accordion-title.close::after {
    content: '閉じる';
}

.main_area .accordion-area>li>section .accordion-inner .accordion-title.close .case_image {
    display: block;
    width: 105px;
}

@media screen and (max-width: 624px) {
    .main_area .accordion-area>li>section .accordion-inner .accordion-title.close .case_image {
        width: 70px;
    }
}

.main_area .accordion-area>li>section .accordion-inner .accordion-title.close .case_image>img {
    width: 100%;
}

.main_area .accordion-area>li>section .accordion-inner .accordion-title .case_image {
    display: none;
}

.main_area .accordion-area>li>section .accordion-inner .accordion-box {
    display: none;
    text-align: left;
    width: 100%;
}

.main_area .two_colum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main_area .two_colum .left_area {
    padding: 20px 5% 20px 1%;
    width: 25%;
}

.main_area .two_colum .left_area>img {
    width: 100%;
}

.main_area .two_colum .left_area2 {
    padding: 10px 5% 0 0;
    width: 60%;
}

@media screen and (max-width: 768px) {
    .main_area .two_colum .left_area2 {
        order: 2;
        width: 100%;
    }
}

.main_area .two_colum .right_area {
    text-align: left;
    width: 75%;
}

.main_area .two_colum .right_area2 {
    width: 40%;
}

@media screen and (max-width: 768px) {
    .main_area .two_colum .right_area2 {
        order: 1;
        margin: 10px auto;
        width: 90%;
    }
}

.main_area .two_colum .right_area2>img {
    width: 100%;
}

.main_area .image_bg {
    margin: 0 auto;
    padding: 50px;
    position: relative;
    width: 100%;
    max-width: 1000px;
}

@media screen and (max-width: 768px) {
    .main_area .image_bg {
        padding: 10p;
    }
}

.main_area .image_bg .image_inner {
    background: rgba(255, 255, 255, 0.5);
    margin: auto;
    padding: 30px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 94%;
}

@media screen and (max-width: 360px) {
    .main_area .image_bg .image_inner {
        padding: 0 10px;
    }
}

.main_area .image_bg .image_inner2 {
    background: rgba(255, 255, 255, 0.5);
    margin: auto;
    padding: 20px;
    width: 100%;
}

@media screen and (max-width: 360px) {
    .main_area .image_bg .image_inner2 {
        padding: 0 20px;
    }
}

.main_area .image_bg .text_inner {
    margin: auto;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 90%;
}

@media screen and (max-width: 768px) {
    .main_area .image_bg .text_inner {
        width: 96%;
    }
}

@media screen and (max-width: 480px) {
    .main_area .image_bg .text_inner {
        position: static;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        width: 100%;
        padding: 0;
    }
}

.main_area .image_bg .com_image1 {
    position: absolute;
    bottom: 170px;
    left: 2%;
}

@media screen and (max-width: 768px) {
    .main_area .image_bg .com_image1 {
        bottom: 250px;
    }
}

@media screen and (max-width: 624px) {
    .main_area .image_bg .com_image1 {
        position: static;
    }
}

.main_area .image_bg .com_image1>img {
    width: 460px;
    height: 140px;
}

@media all and (max-width: 1100px) {
    .main_area .image_bg .com_image1>img {
        width: 45vw;
        height: 14vw;
    }
}

@media screen and (max-width: 624px) {
    .main_area .image_bg .com_image1>img {
        width: 94vw;
        height: auto;
        margin-top: 5px;
    }
}

.main_area .image_bg .com_image2 {
    position: absolute;
    bottom: 170px;
    right: 4%;
}

@media screen and (max-width: 624px) {
    .main_area .image_bg .com_image2 {
        position: static;
    }
}

.main_area .image_bg .com_image2>img {
    width: 460px;
    height: 140px;
}

@media all and (max-width: 1100px) {
    .main_area .image_bg .com_image2>img {
        width: 45vw;
        height: 14vw;
    }
}

@media screen and (max-width: 624px) {
    .main_area .image_bg .com_image2>img {
        width: 94vw;
        height: auto;
        margin-top: 5px;
    }
}

.main_area .image_bg .com_image3 {
    position: absolute;
    bottom: 15px;
    left: 4%;
}

@media screen and (max-width: 768px) {
    .main_area .image_bg .com_image3 {
        bottom: 95px;
    }
}

@media screen and (max-width: 624px) {
    .main_area .image_bg .com_image3 {
        position: static;
    }
}

.main_area .image_bg .com_image3>img {
    width: 460px;
    height: 140px;
}

@media all and (max-width: 1100px) {
    .main_area .image_bg .com_image3>img {
        width: 45vw;
        height: 14vw;
    }
}

@media screen and (max-width: 624px) {
    .main_area .image_bg .com_image3>img {
        width: 94vw;
        height: auto;
        margin-top: 5px;
    }
}

.main_area .image_bg .com_image4 {
    position: absolute;
    bottom: 15px;
    right: 2%;
}

@media screen and (max-width: 624px) {
    .main_area .image_bg .com_image4 {
        position: static;
    }
}

.main_area .image_bg .com_image4>img {
    width: 460px;
    height: 140px;
}

@media all and (max-width: 1100px) {
    .main_area .image_bg .com_image4>img {
        width: 45vw;
        height: 14vw;
    }
}

@media screen and (max-width: 624px) {
    .main_area .image_bg .com_image4>img {
        width: 94vw;
        height: auto;
        margin-top: 5px;
    }
}

.main_area .flower_bg {
    background-image: url(../img/top_bg02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 700px;
}

@media screen and (max-width: 480px) {
    .main_area .flower_bg {
        background-position: top;
        height: 150vw;
    }
}

@media screen and (max-width: 360px) {
    .main_area .flower_bg {
        height: 600px;
    }
}

.main_area .gold_bg {
    background-image: url(../img/top/top_bg07.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    width: 100%;
    height: 550px;
}

@media screen and (max-width: 768px) {
    .main_area .gold_bg {
        height: 400px;
        padding: 20px 20px 0;
    }
}

@media screen and (max-width: 480px) {
    .main_area .gold_bg {
        background-position: top;
    }
}

@media screen and (max-width: 360px) {
    .main_area .gold_bg {
        height: 350px;
    }
}

.main_area .gold_border {
    border: 5px solid #C79317;
}

.main_area .black_border {
    border: 2px solid #231815;
}

.main_area .black_underbar {
    background: linear-gradient(transparent 95%, #000 0%);
    display: inline !important;
    padding: 0 2px 4px;
}

.main_area .underbar {
    text-decoration: underline;
}

.main_area .green_underbar {
    background: linear-gradient(transparent 95%, #1EAA39 0%);
    display: inline !important;
    padding: 0 2px 4px;
}

.main_area .inline {
    display: inline !important;
}

.main_area .inline_block {
    display: inline-block !important;
    padding: 30px;
}

.main_area .inline_block2 {
    display: inline-block !important;
    vertical-align: middle;
}

.main_area .flower_bg3 {
    background-image: url(../img/top_bg09.jpg);
    background-position: top;
    background-repeat: repeat-y;
    background-size: auto;
    width: 100%;
}

.main_area .man_bg {
    background-image: url(../img/top_bg02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 738px;
}

@media screen and (max-width: 624px) {
    .main_area .man_bg {
        background-image: none;
        height: auto;
    }
}

.main_area .man_bg2 {
    background-image: url(../img/top_bg03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
}

@media screen and (max-width: 768px) {
    .main_area .man_bg2 {
        background-position: top;
        height: 360px;
    }
}

.main_area .man_bg3 {
    background-image: url(../img/top_bg04.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
}

@media screen and (max-width: 768px) {
    .main_area .man_bg3 {
        background-position: top;
        height: 400px;
    }
}

.main_area .man_bg4 {
    background-image: url(../img/top_bg05.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 700px;
}

@media screen and (max-width: 480px) {
    .main_area .man_bg4 {
        background-position: top;
        height: 400px;
    }
}

.main_area .man_bg5 {
    background-image: url(../img/top_bg08.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 600px;
}

@media screen and (max-width: 480px) {
    .main_area .man_bg5 {
        background-position: top;
        height: 300px;
    }
}

.main_area .urline_text {
    background: linear-gradient(transparent 85%, #2DC3BC 0%);
    display: inline;
    padding: 0 0 5px;
    font-size: 36px;
    font-weight: 700;
    line-height: 2em;
    margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
    .main_area .urline_text {
        font-size: 26px;
    }
}

@media screen and (max-width: 480px) {
    .main_area .urline_text {
        font-size: 20px;
    }
}

.main_area .urline_text1 {
    background: linear-gradient(transparent 95%, #2DC3BC 0%);
    color: #2DC3BC;
    display: inline;
    padding: 0;
    font-weight: 700;
    line-height: 2em;
    margin-bottom: 20px;
}

.main_area .urline_text2 {
    background: linear-gradient(transparent 95%, #FF696D 0%);
    display: inline;
    padding: 0 0 0px;
    color: #FF696D;
    font-weight: 700;
    line-height: 1.6em;
}

.main_area .red_box {
    background-color: #E50012;
    margin: 10px auto;
    padding: 20px;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .main_area .red_box {
        padding: 10px;
    }
}

.main_area .red_box2 {
    background-color: #E50012;
    display: inline-block;
    margin: 10px auto;
    padding: 20px;
    text-align: center;
    width: auto;
}

@media screen and (max-width: 480px) {
    .main_area .red_box2 {
        padding: 10px;
    }
}

.main_area .green_box3 {
    background-color: #2DC3BC;
    margin: 20px auto 50px;
    padding: 20px;
    text-align: center;
    width: 90%;
}

@media screen and (max-width: 480px) {
    .main_area .green_box3 {
        padding: 20px 10px;
    }
}

.main_area .green_box3.bottom_arrow {
    position: relative;
}

.main_area .green_box3.bottom_arrow::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid #2DC3BC;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: -25px;
    left: 0;
}

.main_area .green_box4 {
    background-color: #81DBD7;
    margin: 20px auto;
    padding: 20px 5%;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .main_area .green_box4 {
        padding: 20px 10px;
    }
}

.main_area .green_box5 {
    background-color: #BBDA79;
    margin: 20px auto;
    padding: 20px 5%;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .main_area .green_box5 {
        padding: 20px 10px;
    }
}

.main_area .wred_font {
    display: inline-block;
    color: #FF7B7F;
    font-size: 36px;
    letter-spacing: 0.01em;
    line-height: 1.6em;
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}

@media screen and (max-width: 960px) {
    .main_area .wred_font {
        font-size: 28px;
    }
}

@media screen and (max-width: 624px) {
    .main_area .wred_font {
        font-size: 4.6vw;
    }
}

.main_area .wred_font2 {
    display: inline-block;
    color: #FF7B7F;
    font-size: 24px;
    letter-spacing: 0.01em;
    line-height: 1.6em;
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}

@media screen and (max-width: 624px) {
    .main_area .wred_font2 {
        font-size: 20px;
    }
}

.main_area .wblack_font {
    display: inline-block;
    color: #595757;
    font-size: 24px;
    letter-spacing: 0.01em;
    line-height: 1.6em;
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}

@media screen and (max-width: 624px) {
    .main_area .wblack_font {
        font-size: 20px;
    }
}

.main_area .black_font {
    color: #231815;
}

.main_area .red_font {
    color: #E50012;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4em;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

@media screen and (max-width: 960px) {
    .main_area .red_font {
        font-size: 26px;
    }
}

@media screen and (max-width: 480px) {
    .main_area .red_font {
        font-size: 20px;
    }
}

.main_area .red_font7 {
    color: #E50012;
    font-weight: 700;
}

.main_area .green_font3 {
    color: #1EAA39;
    font-weight: 700;
    line-height: 1.4em;
    font-size: 120%;
}

.main_area .green_font4 {
    color: #1EAA39;
    font-weight: 700;
    line-height: 1.4em;
}

.main_area .green_font2 {
    border-bottom: 2px solid #1EAA39;
    color: #1EAA39;
    display: inline-block;
    font-weight: 700;
    line-height: 1.4em;
}

.main_area .green_font5 {
    color: #92D050;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4em;
}

.main_area .border_box {
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid #2DC3BC;
    padding: 20px;
    position: absolute;
    top: 3%;
    right: 3%;
    width: 100%;
    max-width: 400px;
}

@media screen and (max-width: 624px) {
    .main_area .border_box {
        position: static;
        max-width: none;
    }
}

.main_area .bnr_list {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    width: 96%;
}

@media screen and (max-width: 624px) {
    .main_area .bnr_list {
        position: static;
        width: 100%;
    }
}

.main_area .bnr_list>li {
    margin: 10px 1%;
    width: 48%;
}

.main_area .bnr_list>li>a>img {
    width: 100%;
}

.main_area .border_box2 {
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid #2DC3BC;
    border-radius: 10px;
    margin: auto;
    padding: 20px;
    position: absolute;
    bottom: 3%;
    left: 0;
    right: 0;
    width: 90%;
}

@media screen and (max-width: 768px) {
    .main_area .border_box2 {
        padding: 15px;
        width: 96%;
    }
}

.main_area .block_colum {
    margin: 20px auto;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .main_area .block_colum {
        margin: 10px auto;
    }
}

.main_area .block_colum>li {
    display: inline-block;
    width: 49%;
}

.main_area .block_colum .pink {
    background-color: #2DC3BC;
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    padding: 20px 10px;
    text-align: center;
}

@media screen and (max-width: 624px) {
    .main_area .block_colum .pink {
        font-size: 22px;
    }
}

@media screen and (max-width: 480px) {
    .main_area .block_colum .pink {
        font-size: 18px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .block_colum .pink {
        margin: 5px auto;
        width: 100%;
    }
}

.main_area .block_colum .pink_ar {
    background-color: #2DC3BC;
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    padding: 20px 10px;
    position: relative;
    text-align: center;
}

.main_area .block_colum .pink_ar::before {
    content: '';
    position: absolute;
    top: -15px;
    right: 10%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 18px solid #2DC3BC;
}

@media screen and (max-width: 360px) {
    .main_area .block_colum .pink_ar::before {
        content: none;
    }
}

@media screen and (max-width: 624px) {
    .main_area .block_colum .pink_ar {
        font-size: 22px;
    }
}

@media screen and (max-width: 480px) {
    .main_area .block_colum .pink_ar {
        font-size: 18px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .block_colum .pink_ar {
        margin: 5px auto;
        width: 100%;
    }
}

.main_area .block_colum .orange {
    background-color: #FFB360;
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

@media screen and (max-width: 624px) {
    .main_area .block_colum .orange {
        font-size: 22px;
    }
}

@media screen and (max-width: 480px) {
    .main_area .block_colum .orange {
        font-size: 18px;
        padding: 20px 5px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .block_colum .orange {
        margin: 5px auto;
        width: 100%;
    }
}

.main_area .block_colum .orange_ar {
    background-color: #FFB360;
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    padding: 20px;
    position: relative;
    text-align: center;
}

.main_area .block_colum .orange_ar::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 10%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 18px solid #FFB360;
}

@media screen and (max-width: 360px) {
    .main_area .block_colum .orange_ar::before {
        content: none;
    }
}

@media screen and (max-width: 624px) {
    .main_area .block_colum .orange_ar {
        font-size: 22px;
    }
}

@media screen and (max-width: 480px) {
    .main_area .block_colum .orange_ar {
        font-size: 18px;
        padding: 20px 5px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .block_colum .orange_ar {
        margin: 5px auto;
        width: 100%;
    }
}

.main_area .black_title {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.6em;
}

@media screen and (max-width: 768px) {
    .main_area .black_title {
        font-size: 26px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .black_title {
        font-size: 22px;
    }
}

.main_area .green_title {
    color: #2DC3BC;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6em;
}

@media screen and (max-width: 768px) {
    .main_area .green_title {
        font-size: 22px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .green_title {
        font-size: 18px;
    }
}

.main_area .green_title2 {
    color: #2DC3BC;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6em;
}

@media screen and (max-width: 768px) {
    .main_area .green_title2 {
        font-size: 26px;
    }
}

@media screen and (max-width: 480px) {
    .main_area .green_title2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .green_title2 {
        font-size: 18px;
    }
}

.main_area .normal_title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5em;
}

@media screen and (max-width: 768px) {
    .main_area .normal_title {
        font-size: 26px;
    }
}

@media screen and (max-width: 480px) {
    .main_area .normal_title {
        font-size: 21px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .normal_title {
        font-size: 18px;
    }
}

.main_area .normal_title5 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5em;
}

@media screen and (max-width: 768px) {
    .main_area .normal_title5 {
        font-size: 26px;
        letter-spacing: -0.02em;
    }
}

.main_area .normal_title6 {
    font-size: 90px;
    font-weight: 700;
    line-height: 1.5em;
}

@media screen and (max-width: 768px) {
    .main_area .normal_title6 {
        font-size: 52px;
    }
}

.main_area .orange_title {
    color: #FFB363;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2em;
}

@media screen and (max-width: 768px) {
    .main_area .orange_title {
        font-size: 26px;
    }
}

@media screen and (max-width: 480px) {
    .main_area .orange_title {
        font-size: 22px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .orange_title {
        font-size: 18px;
    }
}

.main_area .white_title {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2em;
}

@media screen and (max-width: 768px) {
    .main_area .white_title {
        font-size: 26px;
    }
}

@media screen and (max-width: 480px) {
    .main_area .white_title {
        font-size: 22px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .white_title {
        font-size: 18px;
    }
}

.main_area .white_title2 {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.6em;
}

@media screen and (max-width: 768px) {
    .main_area .white_title2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 480px) {
    .main_area .white_title2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .white_title2 {
        font-size: 18px;
    }
}

.main_area .arrow_title {
    background-color: #036EB7;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    margin: 50px auto 5px 0;
    padding: 10px 15px;
    position: relative;
}

.main_area .arrow_title::after {
    content: '';
    margin: auto;
    width: 0;
    height: 0;
    border-left: 18px solid #036EB7;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    position: absolute;
    top: 0;
    right: -18px;
    bottom: 0;
}

.main_area .title_border {
    border-bottom: 1px solid #B4B4B5;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.main_area .blue_border {
    border: 2px solid #2AA6E2;
    padding: 20px 1%;
}

.main_area .blue_border2 {
    border: 2px solid #4192C9;
    padding: 20px 1%;
}

.main_area .yellow_border {
    border: 2px solid #F6EBB1;
    padding: 20px 1%;
}

.main_area .green_border2 {
    border: 2px solid #82BF5F;
    padding: 20px 1%;
}

.main_area .green_border3 {
    border: 2px solid #2DC3BC;
}

.main_area .green_border4 {
    border: 2px solid #8DC21F;
    padding: 20px 1%;
}

.main_area .red_border {
    border: 2px solid #C74140;
    padding: 20px 1%;
}

.main_area .red_title {
    color: #E50012;
    font-weight: 700;
    line-height: 1.6em;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .main_area .red_title {
        font-size: 22px;
    }
}

.normal_text {
    font-size: 26px;
    letter-spacing: -0.01em;
    line-height: 1.5em;
}

@media screen and (max-width: 768px) {
    .normal_text {
        font-size: 18px;
    }
}

@media screen and (max-width: 360px) {
    .normal_text {
        font-size: 16px;
    }
}

.main_area .point_leader {
    position: relative;
}

.main_area .point_leader::after {
    content: '・・・・';
    color: #6EA00A;
    margin: auto;
    position: absolute;
    top: -10px;
    right: 30px;
}

@media screen and (max-width: 768px) {
    .main_area .point_leader::after {
        top: 0;
    }
}

.main_area .circle_text {
    text-indent: -1.3em;
    padding-left: 1.3em;
}

@media screen and (max-width: 768px) {
    .main_area .circle_text {
        text-indent: -1.4em;
        padding-left: 1.4em;
    }
}

.main_area .circle_text::before {
    content: '●';
    margin-right: 10px;
}

.main_area .circle_text2 {
    text-indent: -1.3em;
    padding-left: 1.3em;
}

@media screen and (max-width: 768px) {
    .main_area .circle_text2 {
        text-indent: -1.4em;
        padding-left: 1.4em;
    }
}

.main_area .circle_text2::before {
    content: '●';
    color: #E50012;
    margin-right: 10px;
}

.main_area .circle_text3 {
    text-indent: -1.7em;
    padding-left: 1.7em;
}

@media screen and (max-width: 768px) {
    .main_area .circle_text3 {
        text-indent: -1.4em;
        padding-left: 1.4em;
    }
}

.main_area .circle_text3::before {
    content: '●';
    margin-right: 5px;
}

.main_area .asterisk_text {
    text-indent: -1.3em;
    padding-left: 1.3em;
}

@media screen and (max-width: 768px) {
    .main_area .asterisk_text {
        text-indent: -1.4em;
        padding-left: 1.4em;
    }
}

.main_area .asterisk_text::before {
    content: '※';
    margin-right: 10px;
}

.main_area .asterisk_text2 {
    text-indent: -1.7em;
    padding-left: 1.7em;
}

@media screen and (max-width: 768px) {
    .main_area .asterisk_text2 {
        text-indent: -1.3em;
        padding-left: 1.3em;
    }
}

.main_area .asterisk_text2::before {
    content: '※';
}

.main_area .yellow_marker {
    background: linear-gradient(transparent 0, #FFF000 0);
    padding: 2px 5px;
}

.main_area .red_marker {
    background: linear-gradient(transparent 75%, #EF6671 75%);
    display: inline-block;
}

.main_area .red_line {
    background: linear-gradient(transparent 92%, #EE5C60 0%);
    display: inline;
    padding: 0 2px;
}

.main_area .red_line2 {
    background: linear-gradient(transparent 75%, #EE5C60 0%);
    display: inline;
    padding: 0 2px;
}

.red_line3 {
    background: linear-gradient(transparent 92%, #E50012 0%);
    display: inline;
    padding: 0 2px;
}

.main_area .blue_line {
    background: linear-gradient(transparent 92%, #00B0F0 0%);
    display: inline;
    padding: 0 2px;
}

.orange_line {
    background: linear-gradient(transparent 94%, #F29600 0%);
    display: inline;
    padding: 0 2px;
}

.blue_line {
    background: linear-gradient(transparent 94%, #30BFF3 0%);
    display: inline;
    padding: 0 2px;
}

.main_area .normal_text2 {
    font-size: 28px;
    line-height: 1.5em;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .main_area .normal_text2 {
        font-size: 17px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .normal_text2 {
        font-size: 15px;
    }
}

.main_area .normal_text3 {
    font-size: 23px;
    line-height: 1.5em;
}

@media screen and (max-width: 768px) {
    .main_area .normal_text3 {
        font-size: 19px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .normal_text3 {
        font-size: 16px;
    }
}

.main_area .normal_text4 {
    font-size: 23px;
    line-height: 1.5em;
    text-align: left;
}

@media screen and (max-width: 624px) {
    .main_area .normal_text4 {
        font-size: 28px;
    }
}

.main_area .normal_text5 {
    font-size: 36px;
    line-height: 1.5em;
}

@media screen and (max-width: 624px) {
    .main_area .normal_text5 {
        font-size: 22px;
    }
}

.main_area .price_text2 {
    font-size: 60px;
    line-height: 1.2em;
}

@media screen and (max-width: 768px) {
    .main_area .price_text2 {
        font-size: 30px;
        line-height: 1.7em;
    }
}

.main_area .price_text2 .big {
    font-size: 90px;
    line-height: 1.2em;
}

@media screen and (max-width: 768px) {
    .main_area .price_text2 .big {
        font-size: 52px;
        line-height: 1.7em;
    }
}

.main_area .small_text {
    font-size: 18px;
    line-height: 1.6em;
}

@media screen and (max-width: 768px) {
    .main_area .small_text {
        font-size: 14px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .small_text {
        font-size: 12px;
    }
}

.main_area .green_btn {
    background-color: #2DC3BC;
    display: block;
    font-size: 28px;
    font-weight: 700;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
    width: 100%;
    max-width: 300px;
}

.main_area .green_btn:hover {
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .main_area .green_btn {
        font-size: 22px;
        margin: 10px auto;
        padding: 10px;
        max-width: 160px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .green_btn {
        font-size: 18px;
    }
}

.main_area .tocheck_list {
    margin: 20px auto;
    width: 96%;
}

.main_area .tocheck_list>li {
    color: #59575B;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 6px;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .main_area .tocheck_list>li {
        font-size: 18px;
        padding-left: 2em;
        text-indent: -1.9em;
    }
}

.main_area .green_check>li::before {
    content: '';
    background-image: url(../img/common/check_icon02.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
    vertical-align: baseline;
    width: 29px;
    height: 26px;
}

@media screen and (max-width: 768px) {
    .main_area .green_check>li::before {
        vertical-align: text-top;
    }
}

.main_area .orange_check>li::before {
    content: '';
    background-image: url(../img/top_icon06.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
    vertical-align: baseline;
    width: 28px;
    height: 26px;
}

@media screen and (max-width: 768px) {
    .main_area .orange_check>li::before {
        vertical-align: text-top;
    }
}

.main_area .pink_slash {
    margin: 6px auto;
}

.main_area .pink_slash::before {
    content: '＼';
    font-size: 30px;
    font-weight: 700;
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .main_area .pink_slash::before {
        font-size: 24px;
        margin-right: 5px;
    }
}

@media screen and (max-width: 480px) {
    .main_area .pink_slash::before {
        content: none;
    }
}

.main_area .pink_slash::after {
    content: '／';
    font-size: 30px;
    font-weight: 700;
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
    .main_area .pink_slash::after {
        font-size: 24px;
        margin-left: 5px;
    }
}

@media screen and (max-width: 480px) {
    .main_area .pink_slash::after {
        content: none;
    }
}

.main_area .big_text {
    font-size: 24px;
    line-height: 1.4em;
}

@media screen and (max-width: 480px) {
    .main_area .big_text {
        font-size: 20px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .big_text {
        font-size: 16px;
    }
}

.main_area .big_text2 {
    font-size: 30px;
    line-height: 1.4em;
}

@media screen and (max-width: 768px) {
    .main_area .big_text2 {
        font-size: 22px;
    }
}

.main_area .big_text3 {
    font-size: 28px;
    line-height: 1.4em;
}

@media screen and (max-width: 624px) {
    .main_area .big_text3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .big_text3 {
        font-size: 16px;
    }
}

.main_area .big_text4 {
    font-size: 22px;
    line-height: 1.5em;
}

@media screen and (max-width: 768px) {
    .main_area .big_text4 {
        font-size: 20px;
    }
}

.main_area .big_text5 {
    font-size: 24px;
    line-height: 1.5em;
}

@media screen and (max-width: 768px) {
    .main_area .big_text5 {
        font-size: 22px;
    }
}

.main_area .green_text {
    color: #2DC3BC;
}

.main_area .green_text2 {
    color: #1EAA39;
}

.main_area .red_text {
    color: #E50012;
}

.main_area .red_text2 {
    color: #CE5A59;
}

.main_area .gray_text {
    color: #595757;
}

.main_area .blue_text {
    color: #1D2087;
}

.main_area .blue_text2 {
    color: #00B0F0;
}

.main_area .blue_text3 {
    color: #009FE8;
}

.main_area .gr_big_text {
    color: #2DC3BC;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4em;
    padding: 20px 0;
}

@media screen and (max-width: 480px) {
    .main_area .gr_big_text {
        font-size: 24px;
    }
}

.main_area .ta_left {
    text-align: left !important;
}

.link_list {
    margin-top: 50px;
}

@media screen and (max-width: 480px) {
    .link_list {
        margin-top: 20px;
    }
}

.link_list>li {
    margin-bottom: 10px;
    text-align: left;
}

.link_list>li:last-child {
    margin-bottom: 0;
}

.link_list>li>a {
    display: block;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.4em;
    padding: 15px 5px 15px 55px;
    position: relative;
}

.link_list>li>a:hover {
    opacity: 0.8;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .link_list>li>a {
        font-size: 16px;
        padding: 20px 5px;
    }
}

.link_list>li>a>p {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .link_list>li>a>p {
        width: 100%;
    }
}

.link_list>li .line {
    background-color: #00B050;
}

.link_list>li .line::before {
    content: '';
    background-image: url(../img/common/line_icon01.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4%;
    width: 40px;
    height: 30px;
}

@media screen and (max-width: 768px) {
    .link_list>li .line::before {
        background-size: contain;
        width: 10%;
        height: 25px;
    }
}

.link_list>li .tel {
    background-color: #8DC21F;
}

.link_list>li .tel::before {
    content: '';
    background-image: url(../img/common/tel_icon02.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4%;
    width: 40px;
    height: 44px;
}

@media screen and (max-width: 768px) {
    .link_list>li .tel::before {
        background-size: contain;
        width: 10%;
        height: 31px;
    }
}

.link_list>li .wtel {
    background-color: #FF696D;
}

.link_list>li .wtel::before {
    content: '';
    background-image: url(../img/common/tel_icon02.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4%;
    width: 40px;
    height: 44px;
}

@media screen and (max-width: 768px) {
    .link_list>li .wtel::before {
        background-size: contain;
        width: 10%;
        height: 31px;
    }
}

.link_list>li .mail {
    background-color: #00B0F0;
}

.link_list>li .mail::before {
    content: '';
    background-image: url(../img/common/mail_icon01.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4%;
    width: 40px;
    height: 25px;
}

@media screen and (max-width: 768px) {
    .link_list>li .mail::before {
        background-size: contain;
        width: 10%;
        height: 21px;
    }
}

.line_area {
    background-image: url(../img/top_line.jpg);
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    margin: 30px auto;
    width: 100%;
    height: 91px;
}

@media screen and (max-width: 768px) {
    .line_area {
        background-size: cover;
    }
}

.main_area .pink_bg {
    background-color: #FFE0E1;
    padding: 30px 0;
}

.main_area .pink_bg2 {
    background-color: #E95E7B;
    margin: auto 20px;
    padding: 5px;
}

.main_area .yellow_bg {
    background-color: #FFE69B;
    padding: 30px 0;
}

.main_area .yellow_bg2 {
    background-color: #FFECB4;
    padding: 30px 0;
}

.main_area .yellow_bg3 {
    background-color: #FFF000;
    padding: 20px;
}

.main_area .yellow_bg4 {
    background-color: #F7F7EC;
    padding: 30px 0;
}

.main_area .yellow_bg5 {
    background-color: #FFF000;
    padding: 1px 0;
}

.main_area .yellow_bg6 {
    background-color: #FFF000;
    padding: 8% 20px 10px;
}

@media screen and (max-width: 768px) {
    .main_area .yellow_bg6 {
        padding: 8% 10px 5px;
    }
}

.main_area .sky_bg {
    background-color: #E2FFF6;
    padding: 50px 0 30px;
}

.main_area .sky_bg2 {
    background-color: #5ABEFF;
    padding: 10px;
}

.main_area .purple_bg {
    background-color: #ECD9FF;
    padding: 30px 0;
}

.main_area .orange_bg {
    background-color: #F8CFB3;
    padding: 30px 0;
}

.main_area .orange_bg2 {
    background-color: #F7761D;
    padding: 30px 0;
}

.main_area .orange_bg3 {
    background-color: #FFB360;
    padding: 15px 5px;
}

.main_area .orange_bg4 {
    background-color: #FBE5D6;
    padding: 30px 0;
}

.main_area .orange_bg5 {
    background-color: #FBE0B2;
    padding: 15px 5px;
}

.main_area .orange_bg6 {
    background-color: #F8CBAD;
    padding: 0;
}

.main_area .orange_bg7 {
    background-color: #F5AC3C;
    padding: 10px;
}

.main_area .green_bg {
    background-color: #2DC3BC;
    padding: 30px 0;
}

.main_area .green_bg2 {
    background-color: #C7EED9;
    padding: 30px 0;
}

.main_area .green_bg3 {
    background-color: #B4D99F;
    padding: 15px 5px;
}

.green_bg9 {
    background-color: #B4D99F;
    padding: 30px;
}


.main_area .green_bg4 {
    background-color: #B4D99F;
    padding: 0;
}

.main_area .green_bg5 {
    background-color: #EEFFDD;
    padding: 30px 0;
}

.main_area .green_bg6 {
    background-color: #BCE293;
    padding: 10px 0;
}

.main_area .green_bg7 {
    background-color: #78B433;
    padding: 10px;
}

.main_area .green_bg8 {
    background-color: #2DC3BC;
    padding: 10px 0;
}

.main_area .stone_bg {
    background-image: url(../img/common/stone_bg.jpg);
    padding: 30px 0;
}

.main_area .green_try {
    position: relative;
}

.main_area .green_try::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 40px solid #78B433;
    margin: auto;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}

@media screen and (max-width: 768px) {
    .main_area .green_try::before {
        top: -39px;
    }
}

.main_area .orange_try {
    position: relative;
}

.main_area .orange_try::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 40px solid #F5AC3C;
    margin: auto;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}

@media screen and (max-width: 768px) {
    .main_area .orange_try::before {
        top: -39px;
    }
}

.main_area .sky_try {
    position: relative;
}

.main_area .sky_try::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 40px solid #5ABEFF;
    margin: auto;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}

@media screen and (max-width: 768px) {
    .main_area .sky_try::before {
        top: -39px;
    }
}

.main_area .white_bg {
    background-color: #FFF;
    padding: 10px 2% !important;
}

.main_area .gray_bg {
    background-color: #7F7F7F;
    padding: 30px 2%;
}

.main_area .misora_bg {
    background-color: #C1D9EF;
    padding: 30px 2%;
}

.main_area .blue_bg {
    background-color: #036EB7;
}

.main_area .blue_bg2 {
    background-color: #036EB7;
    padding: 10px 0;
}

.main_area .blue_bg3 {
    background-color: #142850;
    padding: 10px 0;
}

.main_area .blue_bg4 {
    background-color: #021A3E;
    padding: 20px;
}

.main_area .red_bg {
    background-color: #E76C4D;
    padding: 0;
}

.main_area .red_bg2 {
    background-color: #E50012;
    padding: 10px;
}

.bold_text {
    font-weight: 700;
}

.bold_text2 {
    font-weight: 900;
}

.main_area .white_text {
    color: #fff !important;
}

.main_area .green_text {
    color: #1EAA39;
}

.main_area .brown_text {
    color: #946134;
}

.main_area .gold_text {
    color: #C69B1A;
}

.main_area .dash_line {
    height: 2px;
    margin: 50px auto;
    position: relative;
}

.main_area .dash_line::before {
    content: '';
    background-image: linear-gradient(to right, #2DC3BC, #2DC3BC 20px, transparent 3px, transparent 8px);
    background-size: 36px 2px;
    background-repeat: repeat-x;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.main_area .svg_image {
    margin: 20px auto;
    width: 600px;
    height: 97px;
}

@media screen and (max-width: 624px) {
    .main_area .svg_image {
        width: 300px;
        height: 48px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .svg_image {
        width: 100%;
        height: auto;
    }
}

.main_area .svg_image2 {
    margin: auto;
    width: 100%;
    max-width: 960px;
    height: 466px;
}

@media all and (max-width: 1100px) {
    .main_area .svg_image2 {
        height: 40vw;
    }
}

.main_area .step_icon {
    background-color: #2DC3BC;
    color: #FFF;
    font-size: 20px;
    margin: auto;
    padding: 1px 15px 1px 40px;
    position: absolute;
    top: 0;
    left: 0;
}

.step_icon {
    width: 60px;
}

@media screen and (max-width: 624px) {
    .main_area .step_icon {
        padding: 5px 0;
        margin-bottom: 20px;
        position: static;
        text-align: center;
    }
}

.main_area .step_icon::before {
    content: '';
    border-left: 22px solid #FFF;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
}

@media screen and (max-width: 624px) {
    .main_area .step_icon::before {
        content: none;
    }
}

.main_area .step_icon::after {
    content: '';
    border-left: 22px solid #2DC3BC;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    display: block;
    margin: auto;
    position: absolute;
    right: -22px;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
}

@media screen and (max-width: 624px) {
    .main_area .step_icon::after {
        content: none;
    }
}

.main_area .logo_size {
    width: 100%;
    max-width: 570px;
}

@media screen and (max-width: 624px) {
    .main_area .logo_size {
        max-width: 300px;
    }
}

.main_area .google_map {
    margin-top: 10px;
    width: 100%;
    height: 400px;
}

.main_area .white_line {
    margin: 30px auto;
    width: 100%;
}

.main_area .dating_form {
    margin: 30px auto;
    width: 100%;
}

.main_area .dating_form th {
    font-size: 20px;
    position: relative;
    width: 50%;
}

@media screen and (max-width: 640px) {
    .main_area .dating_form th {
        display: block;
        text-align: left;
        width: 100%;
    }
}


@media screen and (max-width: 624px) {
    .main_area .dating_form th {
        display: block;
        text-align: left;
        width: 100%;
    }
}

@media screen and (max-width: 360px) {
    .main_area .dating_form th {
        font-size: 16px;
    }
}

.main_area .dating_form th .item {
    text-align: left;
}

@media screen and (max-width: 640px) {
    .main_area .dating_form th .item {
        display: inline-block;
    }
}

@media screen and (max-width: 624px) {
    .main_area .dating_form th .item {
        display: inline-block;
    }
}

.main_area .dating_form th .m_term {
    background-color: #F77DA6;
    color: #FFF;
    letter-spacing: 0.3em;
    margin: auto;
    padding: 7px;
    position: absolute;
    right: 5%;
    top: 0;
    bottom: 0;
    text-align: right;
    width: 70px;
    height: 40px;
}

@media screen and (max-width: 768px) {
    .main_area .dating_form th .m_term {
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    .main_area .dating_form th .m_term {
        display: inline-block;
        letter-spacing: 0.1em;
        margin-right: 6px;
        padding: 2px;
        position: static;
        width: 50px;
        height: 30px;
    }
}

@media screen and (max-width: 624px) {
    .main_area .dating_form th .m_term {
        display: inline-block;
        letter-spacing: 0.1em;
        margin-right: 6px;
        padding: 2px;
        position: static;
        width: 50px;
        height: 30px;
    }
}

.main_area .dating_form th .a_term {
    background-color: #545F6D;
    color: #FFF;
    letter-spacing: 0.3em;
    margin: auto;
    padding: 7px;
    position: absolute;
    right: 5%;
    top: 0;
    bottom: 0;
    text-align: right;
    width: 70px;
    height: 40px;
}

@media screen and (max-width: 768px) {
    .main_area .dating_form th .a_term {
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    .main_area .dating_form th .a_term {
        display: inline-block;
        letter-spacing: 0.1em;
        margin-right: 6px;
        padding: 2px;
        position: static;
        width: 50px;
        height: 30px;
    }
}

@media screen and (max-width: 624px) {
    .main_area .dating_form th .a_term {
        display: inline-block;
        letter-spacing: 0.1em;
        margin-right: 6px;
        padding: 2px;
        position: static;
        width: 50px;
        height: 30px;
    }
}

.main_area .dating_form td {
    width: 50%;
}

@media screen and (max-width: 640px) {
    .main_area .dating_form td {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 624px) {
    .main_area .dating_form td {
        display: block;
        width: 100%;
    }
}

.main_area .dating_form td>input {
    background-color: #F2F2F2;
    border: 1px solid #CCCCCC;
    font-size: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
    margin: 10px auto;
    padding: 10px 20px;
    width: 100%;
}

@media screen and (max-width: 360px) {
    .main_area .dating_form td>input {
        font-size: 16px;
    }
}

@media screen and (max-width: 300px) {
    .main_area .dating_form td>input {
        font-size: 15px;
    }
}

.main_area .dating_form td>textarea {
    background-color: #F2F2F2;
    border: 1px solid #CCCCCC;
    font-size: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
    margin: 10px auto;
    padding: 10px 20px;
    width: 100%;
}

@media screen and (max-width: 360px) {
    .main_area .dating_form td>textarea {
        font-size: 16px;
    }
}

.main_area .btn_area>li {
    margin-right: 5%;
    display: inline-block;
    width: 47%;
}

@media screen and (max-width: 768px) {
    .main_area .btn_area>li {
        margin: 20px auto;
        display: block;
        width: 100%;
    }
}

.main_area .btn_area>li:last-child {
    margin-right: 0;
}

.main_area .btn_area>li input {
    border: 2px solid #FFF;
    border-radius: 10px;
    color: #666;
    font-size: 28px;
    font-weight: 700;
    font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
    letter-spacing: 0.1em;
    padding: 20px 30px;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .main_area .btn_area>li input {
        font-size: 22px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .btn_area>li input {
        font-size: 5vw;
    }
}

.main_area .btn_area>li .btn_wrap {
    position: relative;
}

.main_area .btn_area>li .btn_wrap:hover {
    cursor: pointer;
}

.main_area .btn_area>li .btn_wrap .reset_btn {
    background-color: #FFB360;
    color: #fff;
}

.main_area .orange_marker {
    background-color: rgba(245, 192, 9, 0.9);
    display: inline-block;
    padding: 10px;
}

.main_area .icon_list {
    display: flex;
    -webkit-display: flex;
    align-items: flex-start;
    -webkit-align-items: start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 10px auto;
    width: 100%;
    max-width: 960px;
}

.main_area .icon_list>li {
    width: 20%;
    width: -webkit-calc(89% / 4);
    width: calc(89% / 4);
}

.main_area .icon_list>li>a>img {
    width: 70%;
}

.main_area .icon_list>li>a .name {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 10px;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .main_area .icon_list>li>a .name {
        font-size: 20px;
    }

}

@media screen and (max-width: 624px) {
    .main_area .icon_list>li>a .name {
        font-size: 3vw;
    }

    .main_area .icon_list>li>a>img {
        width: 90%;
    }

}

@media screen and (max-width: 300px) {
    .main_area .icon_list>li>a .name {
        font-size: 4vw;
    }

    .main_area .icon_list>li {
        width: 48%;
    }

    .main_area .icon_list>li>a>img {
        width: 70%;
    }
}


.main_area .position {
    position: relative;
}

.main_area .position .list_icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 127px;
    height: 127px;
}

@media screen and (max-width: 768px) {
    .main_area .position .list_icon {
        width: 19vw;
        height: 19vw;
    }
}

.main_area .position .list_icon>img {
    width: 100%;
}

.icon_area {
    display: block;
    margin: 30px auto;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .icon_area {
        margin: 0 auto;
    }
}

.flow_title {
    font-size: 22px;
    display: inline-block;
}

@media screen and (max-width: 414px) {
    .flow_title {
        font-size: 5.5vw;
    }
}

.icon_area .icon_inner {
    display: inline-block;
    text-align: left;
}

.icon_area .icon_inner .left_icon {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: auto;
}

.icon_area .icon_inner .right_text {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: auto;
}

.breadcrumb_list {
    margin: auto;
    padding: 20px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .breadcrumb_list {
        padding: 10px;
    }
}

.breadcrumb_list>li {
    background-color: #E95513;
    padding: 20px;
    width: 100%;
    max-width: 300px;
}

@media screen and (max-width: 768px) {
    .breadcrumb_list>li {
        padding: 10px;
        max-width: 210px;
    }
}

.breadcrumb_list>li>a {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1.4em;
}

@media screen and (max-width: 768px) {
    .breadcrumb_list>li>a {
        font-size: 14px;
    }
}

.case_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    padding: 0 20px;
}

@media screen and (max-width: 960px) {
    .case_list {
        padding: 0 1%;
    }
}

.case_list>li {
    background-color: #fff;
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 20px;
    width: 49%;
    height: 410px;
}

@media screen and (max-width: 960px) {
    .case_list>li {
        margin-right: 0;
        padding: 10px;
        width: 100%;
        height: auto;
    }
}

.case_list>li:nth-child(2n) {
    margin-right: 0;
}

.case_list>li:nth-child(3) {
    margin-bottom: 0;
}

@media screen var extracted1= {
    font-size: 34px;
    letter-spacing: 0.01em;
    line-height: 1.4em;
}

#contents2 .normal_text2 {
    font-size: 72px;
    letter-spacing: 0.01em;
    line-height: 1.6em;
}

@media screen and (max-width:1080px) {
    #contents2 .normal_text2 {
        font-size: 50px;
        letter-spacing: 0.01em;
        line-height: 1.6em;
    }
}

#contents2 .normal_text3 {
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 1.4em;
}

#contents2 .normal_text4 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.8em;
}

@media screen and (max-width:1080px) {
    #contents2 .normal_text4 {
        font-size: 36px;
    }
}

#contents2 .normal_text5 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.8em;
}

@media screen and (max-width:1080px) {
    #contents2 .normal_text5 {
        font-size: 32px;
        line-height: 1.5em;
    }
}

#contents2 .normal_text6 {
    font-size: 32px;
    letter-spacing: 0.01em;
    line-height: 1.4em;
}

#contents2 .normal_text7 {
    font-size: 28px;
    letter-spacing: 0.01em;
    line-height: 1.4em;
}

#contents2 .normal_text8 {
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 1.4em;
}

.green_bg {
    background-color: #C1E49B;
    border-radius: 15px;
    padding: 20px 0;
}

.green_bg2 {
    background-color: #C1E49B;
    padding: 20px 0;
}

.orange_bg {
    background-color: #FFDC78;
    padding: 25px 15px;
}

@media screen and (max-width:768px) {
    #contents2 .orange_bg {
        padding: 10px 5px;
    }
}

.sky_bg {
    background-color: #D2EDF4;
    padding: 15px;
}

@media screen and (max-width:414px) {
    .sky_bg {
        padding: 10px;
    }
}

@media screen and (max-width:300px) {
    .sky_bg {
        padding: 10px 5px;
    }
}

.white_bg {
    background-color: #FFF;
    padding: 10px 10%;
}

@media screen and (max-width:360px) {
    .white_bg {
        padding: 10px 5px;
    }
}

.yellow_marker {
    background: linear-gradient(transparent 0, #FFF000 0);
    padding: 2px 0px;
    width: 100%;
    max-width: 400px;
}

.yellow_marker3 {
    background: linear-gradient(transparent 0, #FFF000 0);
    padding: 2px 0;
    width: 100%;
    display: inline;
}

.orange_marker {
    background: linear-gradient(transparent 0, #F5C009 0);
    padding: 2px 0px;
    width: 100%;
    max-width: 400px;
}

.green_marker {
    background: linear-gradient(transparent 0, #99FF33 0);
    padding: 2px 0px;
    width: 100%;
    max-width: 400px;
}

.aqua_marker {
    background: linear-gradient(transparent 0, #A9D8E5 0);
    padding: 2px 0;
    width: 100%;
    display: inline;
}

.blue_marker2 {
    background: linear-gradient(transparent 0, #0070C0 0);
    padding: 2px;
    width: 100%;
    display: inline;
}


#contents2 .top_bg {
    background-image: url(../img/top/top_bg01.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
    padding: 100px 5% 50px;
}

#contents2 .top_bg2 {
    background-image: url(../img/top/top_bg02.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 50px 5%;
}

#contents2 .top_bg3 {
    background-image: url(../img/top/top_bg03.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 50px 5%;
}

#contents2 .top_bg4 {
    background-image: url(../img/top/top_bg04.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 10px;
}

#contents2 .pink_border {
    border: solid 3px #E4007F;
    padding: 10px;
}

#contents2 .green_b_tri {
    position: relative;
}

#contents2 .green_b_tri::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 50px solid #C1E49B;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -50px;
}

#contents2 .font_green_bg {
    background-color: #64A425;
    border-radius: 15px;
    color: #fff;
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    margin: auto 10px;
    padding: 10px 20px;
}

#contents2 .green_text {
    color: #0FB45A;
}

#contents2 .green_text2 {
    color: #8DC21F;
}

#contents2 .green_text3 {
    color: #5FD1CC;
}

.green_text4 {
    color: #70AD47;
}

.orange_text {
    color: #E95513;
}

.orange_text2 {
    color: #F29600;
}

.underline {
    text-decoration: underline;
}

.white_text {
    color: #fff;
}

#contents2 .red_text {
    color: #E50012;
}

#contents2 .orange_wave {
    padding-bottom: 3px;
    background: url(../img/common/wave_img01.png) repeat-x bottom left / auto 8px;
}

#contents2 .white_wave {
    padding-bottom: 3px;
    background: url(../img/common/wave_img02.png) repeat-x bottom left / auto 8px;
}

#contents2 .yellow_line {
    background: linear-gradient(transparent 92%, #FAED00 0%);
    display: inline;
    padding: 0 2px;
}

#contents2 .yellow_line2 {
    background: linear-gradient(transparent 80%, #FAED00 0%);
    display: inline;
    padding: 0 2px;
}

#contents2 .white_box {
    background-color: rgba(255, 255, 255, 0.7);
    margin: auto;
    padding: 30px 50px;
    width: 100%;
}

#contents2 .white_box2 {
    background-color: rgba(255, 255, 255, 1);
    margin: auto;
    padding: 30px 50px;
    position: relative;
    width: 100%;
}

#contents2 .green_box4 {
    background-color: rgba(176, 216, 133, 1);
    margin: auto;
    padding: 30px 50px;
    width: 100%;
}

#contents2 .green_box6 {
    background-color: rgba(141, 194, 31, 1);
    margin: auto;
    padding: 30px 0px;
    width: 100%;
}

#contents2 .two_col {
    display: flex;
}

#contents2 .two_col li {
    width: 48%;
    margin-right: 2%;
    flex-grow: 1;
}

#contents2 .two_col li:last-child {
    margin-right: 0;
}

#contents2 .two_col2 {
    display: flex;
    margin: 0px auto 20px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 960px;
}

#contents2 .two_col2 li {
    width: 48%;
    margin-right: 4%;
}

@media screen and (max-width:1000px) {
    #contents2 .two_col2 li {
        width: 100%;
        margin-top: 10px;
        margin-right: 0;
    }
}

#contents2 .two_col2 li:nth-child(2n) {
    margin-right: 0;
}

#contents2 .three_col {
    display: flex;
    justify-content: center;
}

#contents2 .three_col li {
    width: 30%;
    margin-right: 5%;
}

#contents2 .three_col li:last-child {
    margin-right: 0;
}

#contents2 .three_col2 {
    display: flex;
    justify-content: center;
}

#contents2 .three_col2 li {
    width: 29%;
    margin-right: 1%;
}

@media screen and (max-width:1180px) {
    #contents2 .three_col2 li {
        width: 33.33333%;
        width: calc(100% / 3);
    }
}

#contents2 .three_col2 li:last-child {
    margin-right: 0;
}

#contents2 .three_col2 li img {
    width: 100%;
}

#contents2 .content_area {
    position: relative;
}

#contents2 .content_area .merit_image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

@media screen and (max-width:1200px) {
    #contents2 .content_area .merit_image {
        right: 10vw;
    }
}

@media screen and (max-width:1000px) {
    #contents2 .content_area .merit_image {
        top: 256px;
        right: 34vw;
    }
}

#contents2 .content_area .merit_image .merit_image2 {
    position: relative;
}

#contents2 .content_area .merit_image .merit_image2 li {
    width: 12vw;
    max-width: 170px;
    position: absolute;
}

@media screen and (max-width:1000px) {
    #contents2 .content_area .merit_image .merit_image2 li {
        width: 10vw;
    }
}

#contents2 .content_area .merit_image .merit_image2 .merit_parts01 {
    top: -155px;
    right: -100px;
}

#contents2 .content_area .merit_image .merit_image2 .merit_parts02 {
    top: -240px;
    right: -250px;
}

#contents2 .content_area .merit_image .merit_image2 .merit_parts03 {
    top: -155px;
    right: -400px;
}

#contents2 .content_area .merit_image .merit_image2 .merit_parts04 {
    top: 15px;
    right: -400px;
}

#contents2 .content_area .merit_image .merit_image2 .merit_parts05 {
    top: 100px;
    right: -250px;
}

#contents2 .content_area .merit_image .merit_image2 .merit_parts06 {
    top: -70px;
    right: -250px;
}

@media screen and (max-width:1400px) {
    #contents2 .content_area .merit_image .merit_image2 .merit_parts01 {
        top: -10vw;
        right: -3vw;
    }

    #contents2 .content_area .merit_image .merit_image2 .merit_parts02 {
        top: -16vw;
        right: -13vw;
    }

    #contents2 .content_area .merit_image .merit_image2 .merit_parts03 {
        top: -10vw;
        right: -23vw;
    }

    #contents2 .content_area .merit_image .merit_image2 .merit_parts04 {
        top: 2vw;
        right: -23vw;
    }

    #contents2 .content_area .merit_image .merit_image2 .merit_parts05 {
        top: 8vw;
        right: -13vw;
    }

    #contents2 .content_area .merit_image .merit_image2 .merit_parts06 {
        top: -4vw;
        right: -13vw;
    }
}

@media screen and (max-width:1000px) {
    #contents2 .content_area .merit_image .merit_image2 .merit_parts01 {
        top: -18vw;
        right: -6vw;
    }

    #contents2 .content_area .merit_image .merit_image2 .merit_parts02 {
        top: -23vw;
        right: -14vw;
    }

    #contents2 .content_area .merit_image .merit_image2 .merit_parts03 {
        top: -18vw;
        right: -22vw;
    }

    #contents2 .content_area .merit_image .merit_image2 .merit_parts04 {
        top: -8.5vw;
        right: -22vw;
    }

    #contents2 .content_area .merit_image .merit_image2 .merit_parts05 {
        top: -4vw;
        right: -14vw;
    }

    #contents2 .content_area .merit_image .merit_image2 .merit_parts06 {
        top: -13.5vw;
        right: -14vw;
    }
}

#contents2 .point_list>li {
    background: -moz-linear-gradient(left, #FFE8A6, #FFF);
    background: -webkit-linear-gradient(left, #FFE8A6, #FFF);
    background: linear-gradient(to right, #FFE8A6, #FFF);
    margin: 0 auto 80px 10%;
    padding: 20px 0;
    position: relative;
    text-align: center;
}

#contents2 .point_list>li::before {
    content: '';
    box-shadow: 0px 0px 20px 10px rgba(248, 154, 35, 0.9);
    border-radius: 200px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

@media screen and (max-width:1180px) {
    #contents2 .point_list>li::before {
        width: 225px;
        height: 225px;
    }
}

#contents2 .point_list>li:nth-child(1) {
    width: 650px;
}

#contents2 .point_list>li:nth-child(1)::before {
    background-image: url(../img/top/top_merit11.svg);
    left: -20%;
}

#contents2 .point_list>li:nth-child(2) {
    width: 770px;
}

#contents2 .point_list>li:nth-child(2)::before {
    background-image: url(../img/top/top_merit12.svg);
    left: -15%;
}

#contents2 .point_list>li:nth-child(3) {
    width: 1100px;
}


#contents2 .point_list>li:nth-child(3)::before {
    background-image: url(../img/top/top_merit13.svg);
    left: -10%;
}

@media screen and (max-width:1000px) {
    #contents2 .point_list>li {
        text-align: left;
        padding-left: 20%;
    }

    #contents2 .point_list>li:nth-child(1) {
        width: 90vw;
    }

    #contents2 .point_list>li:nth-child(1)::before {
        background-image: url(../img/top/top_merit11.svg);
        left: -10%;
    }

    #contents2 .point_list>li:nth-child(2) {
        width: 100vw;
    }

    #contents2 .point_list>li:nth-child(2)::before {
        background-image: url(../img/top/top_merit12.svg);
        left: -9%;
    }

    #contents2 .point_list>li .ins {
        display: block;
    }

    #contents2 .point_list>li:nth-child(3) {
        width: 100vw;
    }
}

#contents2 .research_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.list_center {
    justify-content: center !important;
}

#contents2 .research_list>li {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 150px;
    margin: 10px 1%;
    width: 22%;
    max-width: 216px;
    transition: all 0.5s;
}

#contents2 .research_list>li a {
    display: block;
    margin: 5px auto;
    text-align: center;
    width: 100%;
}

#contents2 .research_list>li img {
    width: 100%;
}

#contents2 .research_list>li:hover img {
    border-radius: 150px;
    box-shadow: 0px 0px 50px 10px rgba(248, 154, 35, 0.9);
    transition: all 0.5s;
}

#contents2 .research_list .item_sonota:hover {
    cursor: pointer;
}

#contents2 .bloon_area {
    border: 3px solid #F29600;
    position: relative;
    opacity: 0;
    transition: all 0.5s;
    z-index: -1;
}

#contents2 .bloon_area::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 90px solid #F29600;
    margin: auto;
    position: absolute;
    top: -90px;
    right: 15vw;
}

#contents2 .bloon_area::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 95px solid transparent;
    border-right: 29px solid transparent;
    border-bottom: 86px solid #FFDC78;
    margin: auto;
    position: absolute;
    top: -84px;
    right: 15.2vw;
}

#contents2 .space_area {
    padding: 30px 50px;
}

#contents2 .urline_text2 {
    color: #E50012;
    text-decoration: underline;
}

#contents2 .flow_list>li {
    margin-bottom: 20px;
    position: relative;
    text-align: left;
}

#contents2 .flow_list>li:last-child {
    margin-bottom: 0;
}

#contents2 .flow_list>li::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 40px solid #8DC21F;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -30px;
    z-index: 2;
}

#contents2 .flow_list>li:last-child::after {
    content: none;
}

#contents2 .flow_list>li .icon_area {
    position: relative;

}

#contents2 .flow_list>li .step {
    background-color: #8DC21F;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.001em;
    line-height: 1.4em;
    margin-right: 3%;
    padding: 10px 30px;
    display: inline-block;
    position: static;
}

@media screen and (max-width:768px) {
    #contents2 .flow_list>li .step {
        position: static;
        top: 0;
        left: 0;
        padding: 4px;
        display: inline-block;
    }

    #contents2 .flow_list>li::after {
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 30px solid #8DC21F;
        bottom: -25px;
    }
}

@media screen and (max-width:380px) {
    #contents2 .flow_list>li .step {
        font-size: 15px;
        padding: 5px;
    }
}

#contents2 .flow_list>li .flow_image {
    position: absolute;
    top: 20px;
    right: 20px;
}

@media screen and (max-width:940px) {
    #contents2 .flow_list>li .flow_image {
        display: none;
    }
}

#contents2 .google_map {
    width: 100%;
    height: 400px;
}

#contents2 .advice_area {
    display: flex;
    justify-content: space-between;
}

#contents2 .advice_area>li {
    background-color: #FFDB00;
    margin-right: 2%;
    width: 49%;
}

#contents2 .advice_area>li:last-child {
    margin-right: 0;
}

#contents2 .advice_area>li .advice_title {
    background-color: #FFF;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    padding: 20px;
    margin: 30px auto;
}

#contents2 .advice_area>li .advice_text {
    background-color: #3B4043;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.001em;
    padding: 10px;
    margin: 0 auto 10px;
}

@media screen and (max-width:1040px) {
    #contents2 .advice_area>li .advice_text {
        font-size: 21px;
    }
}

#contents2 .advice_area>li .advice_box {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    padding: 20px 10px;
    width: 90%;
}

#contents2 .advice_area>li .advice_box .box_text_center {
    margin: auto 3%;
    width: 100%;
    max-width: 180px;
}

#contents2 .advice_area>li .advice_image {
    margin: 30px auto 30px 3%;
    width: 80%;
}

#contents2 .advice_list {
    margin: auto;
    width: 80%;
}

#contents2 .advice_list>li {
    margin-bottom: 10px;
}

#contents2 .green_border2 {
    border: 2px solid #8DC21F;
    padding: 50px 3%;
}

.box_center {
    display: block;
    text-align: center;
}

.box_center .inner_text {
    display: inline-block;
    text-align: center;
}

.merit_area {
    position: relative;
}

.merit_area .main_merit {
    text-align: center;
}

.merit_area .main_merit td {
    padding: 0 10px;
}

.merit_area .main_merit td img {
    border-radius: 150px;
    width: 100%;
    max-width: 290px;
    box-shadow: 0px 0px 50px 20px rgba(232, 234, 27, 0.6);
}

.merit_area2>li>img {
    border-radius: 200px;
    box-shadow: 0px 0px 50px 30px rgba(248, 154, 35, 0.9);
    width: 100%;
    max-width: 324px;
}

.merit_area .main_merit .left {
    text-align: right;
}

.merit_area .main_merit .right {
    text-align: left;
}

.merit_area .last_merit {
    position: absolute;
    top: 170px;
    left: 67%;
}

@media screen and (max-width:1150px) {
    .merit_area .last_merit {
        top: 13vw;
        left: 65vw;
    }
}

.merit_area .last_merit img {
    border-radius: 150px;
    width: 100%;
    max-width: 190px;
    box-shadow: 0px 0px 50px 30px rgba(255, 228, 103, 0.9);
}

.active .fadeIn {
    animation: fadeInAnime 1s 0s forwards;
    transform: scale(0);
}

.active .fadeIn2 {
    animation: fadeInAnime 1s 0.6s forwards;
    transform: scale(0);
}

.active .fadeIn3 {
    animation: fadeInAnime 1s 1.2s forwards;
    transform: scale(0);
}

.active .fadeIn4 {
    animation: fadeInAnime 1s 1.8s forwards;
    transform: scale(0);
}

.active .fadeIn5 {
    animation: fadeInAnime 1s 2.4s forwards;
    transform: scale(0);
}

.active .fadeIn6 {
    animation: fadeInAnime 1s 3s forwards;
    transform: scale(0);
}

.width_half {
    width: 50% !important;
}

.fadeIn8-2,
.fadeIn9-2,
.fadeIn10-2 {
    opacity: 0;
    transform: scale(0);
}

.active .fadeIn7 {
    animation: fadeInAnime 1s 4s forwards;
    transform: scale(0);
}

.active .fadeIn8 {
    animation: fadeInAnime 1s 1s forwards;
    transform: scale(0);
}

.active .fadeIn8-2 {
    animation: fadeInAnime 1s 0.3s both;
    transform: scale(0);
}

.active .fadeIn9 {
    animation: fadeInAnime 1s 1.6s forwards;
    transform: scale(0);
}

.active .fadeIn9-2 {
    animation: fadeInAnime 1s 0.6s both;
    transform: scale(0);
}

.active .fadeIn10 {
    animation: fadeInAnime 1s 2.2s forwards;
    transform: scale(0);
}

.active .fadeIn10-2 {
    animation: fadeInAnime 1s 0.9s both;
    transform: scale(0);
}


.active.fadeIn11 {
    animation: fadeInAnime2 1s 0.3s forwards;
}

.active.fadeIn12 {
    animation: fadeInAnime 1s 1.8s forwards;
    transform: scale(0);
}

.active.fadeIn13 {
    animation: fadeInAnime2 1s 0s forwards;
}

.active.fadeIn14 {
    animation: fadeInAnime3 0.8s 0.6s forwards;
}

.active .fadeIn15 {
    animation: fadeInAnime 0.8s 0.4s forwards;
    transform: scale(0);
}

.active .fadeIn16 {
    animation: fadeInAnime 0.8s 0.5s forwards;
    transform: scale(0);
}

.active .fadeIn17 {
    animation: fadeInAnime 0.8s 0.6s forwards;
    transform: scale(0);
}

.active .fadeIn18 {
    animation: fadeInAnime 0.8s 0.7s forwards;
    transform: scale(0);
}

.active .fadeIn19 {
    animation: fadeInAnime 0.8s 0.8s forwards;
    transform: scale(0);
}

.active .fadeIn20 {
    animation: fadeInAnime 0.8s 0.9s forwards;
    transform: scale(0);
}

.active.fadeIn21 {
    animation: fadeInAnime4 0.8s 0.6s forwards;
}

.active .fadeIn22 {
    animation: fadeInAnime 1s 3.6s forwards;
    transform: scale(0);
}

.active .fadeIn23 {
    animation: fadeInAnime 1s 4.2s forwards;
    transform: scale(0);
}

.active .fadeIn24 {
    animation: fadeInAnime 1s 4.8s forwards;
    transform: scale(0);
}

.active .fadeIn25 {
    animation: fadeInAnime 1s 5.4s forwards;
    transform: scale(0);
}

.active .fadeIn31 {
    animation: fadeInAnime 1s 0s forwards;
    transform: scale(0);
}

.active .fadeIn32 {
    animation: fadeInAnime 1s 0.3s forwards;
    transform: scale(0);
}

.active .fadeIn33 {
    animation: fadeInAnime 1s 0.6s forwards;
    transform: scale(0);
}

.active .fadeIn34 {
    animation: fadeInAnime 1s 0.9s forwards;
    transform: scale(0);
}

.active .fadeIn35 {
    animation: fadeInAnime 1s 1.2s forwards;
    transform: scale(0);
}

.active .fadeIn36 {
    animation: fadeInAnime 1s 1.5s forwards;
    transform: scale(0);
}

.active .fadeIn37 {
    animation: fadeInAnime 1s 1.8s forwards;
    transform: scale(0);
}

.active .fadeIn38 {
    animation: fadeInAnime 1s 2.1s forwards;
    transform: scale(0);
}

.active .fadeIn39 {
    animation: fadeInAnime 1s 2.4s forwards;
    transform: scale(0);
}

.active .fadeIn40 {
    animation: fadeInAnime 1s 2.7s forwards;
    transform: scale(0);
}

.active .fadeIn41 {
    animation: fadeInAnime 1s 3.0s forwards;
    transform: scale(0);
}

.active .fadeIn51 {
    animation: fadeInAnime 0.6s 0s forwards;
    transform: scale(0);
}

.active .fadeIn52 {
    animation: fadeInAnime 0.6s 0.2s forwards;
    transform: scale(0);
}

.active .fadeIn53 {
    animation: fadeInAnime 0.6s 0.4s forwards;
    transform: scale(0);
}

.active .fadeIn54 {
    animation: fadeInAnime 0.6s 0.6s forwards;
    transform: scale(0);
}

.active .fadeIn55 {
    animation: fadeInAnime 0.6s 0.8s forwards;
    transform: scale(0);
}

.active .fadeIn56 {
    animation: fadeInAnime 0.6s 1.0s forwards;
    transform: scale(0);
}

.active .fadeIn57 {
    animation: fadeInAnime 0.6s 1.2s forwards;
    transform: scale(0);
}

.active .fadeIn58 {
    animation: fadeInAnime 0.6s 1.4s forwards;
    transform: scale(0);
}

.active .fadeIn59 {
    animation: fadeInAnime 0.6s 1.6s forwards;
    transform: scale(0);
}

.active .fadeIn60 {
    animation: fadeInAnime 0.6s 1.8s forwards;
    transform: scale(0);
}

.active .fadeIn61 {
    animation: fadeInAnime 0.6s 2.0s forwards;
    transform: scale(0);
}


@media screen and (max-width:1150px) {
    .fadeIn7 {
        width: 16vw !important;
    }
}

@keyframes fadeInAnime {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeInAnime2 {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInAnime3 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInAnime4 {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

;

and (max-width: 960px) {
    .case_list>li:nth-child(3) {
        margin-bottom: 20px;
    }
}

.case_list>li:nth-child(4) {
    margin-bottom: 0;
}

.case_list>li>img {
    width: 100%;
}

.slide {
    position: relative;
    overflow: hidden;
    margin: auto;
    width: 100%;
    height: 30vw;
    background: #fff;
}

.slide img {
    display: block;
    position: absolute;
    width: 94vw;
    height: auto;
    left: 100%;
    animation: slideAnime 20s ease infinite;
}

.slide img:nth-of-type(1) {
    animation-delay: 0s;
}

.slide img:nth-of-type(2) {
    animation-delay: 5s;
}

.slide img:nth-of-type(3) {
    animation-delay: 10s;
}

.slide img:nth-of-type(4) {
    animation-delay: 15s;
}

@keyframes slideAnime {
    0% {
        left: 100%;
    }

    3% {
        left: 0;
    }

    22% {
        left: 0;
    }

    25% {
        left: -100%;
    }

    100% {
        left: -100%;
    }
}


.grbl_box {
    background-color: #E2EDF8;
    border: 1px solid #6EA00A;
    display: block;
    margin: auto;
    padding: 5px 0 10px;
    position: relative;
    width: 100%;
    transition: all 0.5s;
}

.grbl_box:hover {
    opacity: 0.8;
    transition: all 0.5s;
}

.grbl_box::after {
    content: '';
    background-image: url(../img/common/arrow_icon02.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: auto;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    right: 3%;
    bottom: 0;
    transition: all 0.5s;
}

.grbl_box:hover {
    text-decoration: none;
}


.oraon_box {
    background-color: #FFD753;
    display: block;
    margin: auto;
    padding: 5px;
    position: relative;
    width: 100%;
    max-width: 600px;
    transition: all 0.5s;
}

.oraon_box:hover {
    transition: all 0.5s;
}

.oraon_box:hover {
    color: #000;
    text-decoration: underline;
}

.yere_box {
    background-color: #FFEEBA;
    border: 1px solid #E50012;
    display: block;
    margin: auto;
    padding: 5px 0 10px;
    position: relative;
    width: 100%;
    transition: all 0.5s;
}


.green_font3 {
    color: #6EA00A;
    font-size: 16px;
    line-height: 1.2em;
}

@media screen and (max-width:380px) {
    .green_font3 {
        font-size: 15px;
    }
}

@media screen and (max-width:300px) {
    .green_font3 {
        font-size: 12px;
    }
}


#contents2 {
    margin: 121px auto 0;
    background-color: #fff;
    padding: 3px 0 10px;
    width: 100%;
    max-width: 1080px;
}

@media screen and (max-width:768px) {
    #contents2 {
        margin: 0 auto 0;
    }
}

.text_shadow {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.text_shadow2 {
    text-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
}

.text_shadow3 {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.text_shadow4 {
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

#contents2 .normal_text extracted1 .title_image {
    margin: 20px auto;
}

.title_image img {
    width: 100%;
    max-width: 911px;
}

.title_image2 img {
    width: 100%;
    max-width: 871px;
}

.bnr_image img {
    width: 100%;
    max-width: 787px;
}

.btn_area .btn_wrap .submit_btn {
    border-radius: 5px;
    background-color: #1EAA39;
}

.btn_area .btn_wrap {
    position: relative;
}

/*
.btn_area .btn_wrap::before {
    content: "";
    border-radius: 15px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border: solid 2px #fff;
    z-index: 1;
}
*/

.btn_area .btn_wrap .reset_btn {
    background-color: #FFB360;
    color: #FFF;
}

.btn_area .btn_wrap .reset_btn:hover {
    cursor: pointer;
}

.dating_form th .m_term {
    background-color: #F77DA6;
}

.normal_text12 {
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 1.4em;
}

@media screen and (max-width:380px) {
    .normal_text12 {
        font-size: 10px;
    }
}

.normal_text14 {
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 1.4em;
}

.normal_text15 {
    font-size: 15px;
    letter-spacing: -0.01em;
    line-height: 1.5em;
}

.normal_text17 {
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height: 1.5em;
}

@media screen and (max-width:380px) {
    .normal_text17 {
        font-size: 16px;
    }
}

@media screen and (max-width:300px) {
    .normal_text17 {
        font-size: 15px;
    }
}

.normal_text18 {
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 1.5em;
}

@media screen and (max-width:380px) {
    .normal_text18 {
        font-size: 16px;
    }
}

@media screen and (max-width:360px) {
    .normal_text18 {
        font-size: 15px;
    }
}

@media screen and (max-width:300px) {
    .normal_text18 {
        font-size: 14px;
    }
}

@media screen and (max-width:250px) {
    .normal_text18 {
        font-size: 12px;
    }
}

@media screen and (max-width:230px) {
    .normal_text18 {
        font-size: 11px;
    }
}

.normal_text19 {
    font-size: 19px;
    letter-spacing: 0.01em;
    line-height: 1.5em;
}

@media screen and (max-width:380px) {
    .normal_text19 {
        font-size: 16px;
    }
}

@media screen and (max-width:300px) {
    .normal_text19 {
        font-size: 15px;
    }
}

.normal_text20 {
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: 1.5em;
}

@media screen and (max-width:380px) {
    .normal_text20 {
        font-size: 18px;
    }
}

@media screen and (max-width:300px) {
    .normal_text20 {
        font-size: 16px;
    }
}

@media screen and (max-width:290px) {
    .normal_text20 {
        font-size: 15px;
    }
}

@media screen and (max-width:250px) {
    .normal_text20 {
        font-size: 12px;
    }
}

.normal_text21 {
    font-size: 21px;
    letter-spacing: 0.01em;
    line-height: 1.5em;
}

.normal_text22 {
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 1.5em;
}

@media screen and (max-width:414px) {
    .normal_text22 {
        font-size: 17px;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:360px) {
    .normal_text22 {
        font-size: 16px;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:300px) {
    .normal_text22 {
        font-size: 15px;
    }
}

@media screen and (max-width:290px) {
    .normal_text22 {
        font-size: 14px;
    }
}

@media screen and (max-width:250px) {
    .normal_text22 {
        font-size: 12px;
    }
}


.normal_text24 {
    font-size: 24px;
    letter-spacing: 0.01em;
    line-height: 1.5em;
}

@media screen and (max-width:640px) {
    .normal_text24 {
        font-size: 20px;
    }
}

.normal_text25 {
    font-size: 25px;
    letter-spacing: 0.01em;
    line-height: 1.5em;
}

@media screen and (max-width:380px) {
    .normal_text25 {
        font-size: 20px;
    }
}

@media screen and (max-width:300px) {
    .normal_text25 {
        font-size: 18px;
    }
}

.normal_text26 {
    font-size: 26px;
    letter-spacing: 0.01em;
    line-height: 1.5em;
}

@media screen and (max-width:380px) {
    .normal_text26 {
        font-size: 22px;
    }
}

@media screen and (max-width:300px) {
    .normal_text26 {
        font-size: 20px;
    }
}

@media screen and (max-width:290px) {
    .normal_text26 {
        font-size: 18px;
    }
}

.normal_text28 {
    font-size: 28px;
    letter-spacing: 0.01em;
    line-height: 1.5em;
}

.normal_text30 {
    font-size: 30px;
    letter-spacing: 0.01em;
    line-height: 1.5em;
}

.normal_text32 {
    font-size: 32px;
    letter-spacing: 0.01em;
    line-height: 1.5em;
}

.normal_text36 {
    font-size: 36px;
    letter-spacing: 0.01em;
    line-height: 1.5em;
}

@media screen and (max-width:640px) {
    .normal_text36 {
        font-size: 30px;
    }
}

@media screen and (max-width:414px) {
    .normal_text36 {
        font-size: 24px;
    }
}

@media screen and (max-width:380px) {
    .normal_text36 {
        font-size: 21px;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:300px) {
    .normal_text36 {
        font-size: 18px;
    }
}

.normal_text40 {
    font-size: 40px;
    letter-spacing: 0.01em;
    line-height: 1.5em;
}

.normal_text48 {
    font-size: 48px;
    letter-spacing: 0.01em;
    line-height: 1.5em;
}

#footer {
    margin-top: 50px;
}

#footer .foot_inner {
    margin: auto;
    width: 100%;
    max-width: 1080px
}

#footer .green_bg {
    background-color: #C1E49B;
    padding: 20px;
}

#footer .license_image img {
    width: 100%;
    max-width: 288px;
}

.foot_top {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.foot_top .license_area {
    width: 30%;
}

.foot_top .etc_area {
    width: 39%;
}

@media screen and (max-width:768px) {
    .foot_top .license_area {
        width: 48%;
    }

    .foot_top .etc_area {
        display: none;
    }
}

.bnr_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bnr_list>li {
    margin-bottom: 5px;
    width: 49%;
}

.bnr_list>li img {
    width: 100%;
}

.foot_bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}

.foot_bottom .foot_logo {
    padding: 20px;
    width: 32%;
}

.foot_bottom .foot_logo img {
    max-width: 300px;
}

.foot_bottom .foot_add {
    padding: 10px;
    width: 68%;
}

.foot_bottom .foot_add>li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.foot_bottom .foot_add>li .name {
    background-color: #FFF000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    margin-right: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
    width: 180px;
}

.foot_bottom .foot_add>li .add {
    color: #595757;
    font-size: 14px;
    line-height: 1.4em;
}

.two_col {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.two_col .tel_area {
    padding: 0 4px;
    width: 49%;
}

@media screen and (max-width:360px) {
    .two_col .tel_area {
        margin: 10px auto 0;
        width: 90%;
    }
}

.two_col .content_btn {
    margin-left: 3%;
    width: 45%;
}

@media screen and (max-width:360px) {
    .two_col .content_btn {
        margin: 10px auto 0;
        width: 90%;
    }
}

.two_col .content_btn>a {
    background-color: #72B338;
    border-radius: 30px;
    display: block;
    padding: 5px 0;
}

#head_sp {
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    width: 100%;
    z-index: 50;
    top: 0;
}

#main_sp {
    margin-top: 200px;
}

@media screen and (max-width:768px) {
    #main_sp {
        margin-top: 26vw;
    }
}

@media screen and (max-width:640px) {
    #main_sp {
        margin-top: 30vw;
    }
}

#main_sp.is_scroll {
    margin-top: 200px;
}

#head_sp.is_scroll .top {
    width: 80%;
}

#head_sp.is_scroll .top .logo>a {
    padding: 15px 10% 5px;
}

#sp_logo.is_scroll+.bottom {
    display: none;
}


#main_sp .green_bg {
    background: -moz-radial-gradient(#BEE876, #30820F 70%, #1B6E08);
    background: -webkit-radial-gradient(#BEE876, #30820F 70%, #1B6E08);
    background: radial-gradient(#BEE876, #30820F 60%, #1B6E08);
    width: 96%;
    margin: auto;
}

#main_sp .green_bg2 {
    background-color: #C1E49B;
    padding: 10px 20px;
}

#main_sp .green_bg3 {
    background-color: #8DC21F;
    padding: 10px 20px;
}

#main_sp .green_bg4 {
    background-color: #C1E49B;
    padding: 10px 20px;
}

#main_sp .green_b_tri::after {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 30px solid #2B7D0D;
    bottom: -30px;
}

#main_sp .merit_list .postion1 {
    position: relative;
    top: -20px;
}

#main_sp .merit_list .postion2 {
    position: relative;
    top: -40px;
}

.merit_list>li img {
    width: 100%;
}

#main_sp .sp_merit {
    position: relative;
}

#main_sp .sp_merit .merit07 {
    width: 28%;
    margin: auto;
    position: absolute;
    bottom: 25vw;
    right: 5px;
}

#main_sp .sp_merit .merit07 img {
    border-radius: 150px;
    width: 100%;
    box-shadow: 0px 0px 50px 20px rgba(232, 234, 27, 0.6);
}

#main_sp .top_bg {
    padding: 100px 1% 50px;
}

#main_sp .three_col li {
    width: 32%;
    margin-right: 2%;
}

#main_sp .ins {
    display: block;
}

#main_sp .content_area .point_bg {
    background: -moz-linear-gradient(left, #FFE8A6, #FFF);
    background: -webkit-linear-gradient(left, #FFE8A6, #FFF);
    background: linear-gradient(to right, #FFE8A6, #FFF);
    padding: 10px 1%;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

#main_sp .content_area .point01 {
    margin-top: 150px;
}

#main_sp .content_area .point02 {
    margin-top: 300px;
    position: relative;
}

#main_sp .content_area .point03 {
    margin-top: 250px;
}

#main_sp .content_area .point_image {
    width: 20%;
}

#main_sp .content_area .point_image::before {
    content: '';
    width: 200px;
    height: 200px;
    margin: auto;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0px 0px 50px 30px rgba(248, 154, 35, 0.9);
    z-index: 5;
}

#main_sp .content_area .point01 .point_image::before {
    background-image: url(../img/top/top_merit11_sp.svg);
    top: 0;
    bottom: 0;
    left: 10px;
}

#main_sp .content_area .point02 .point_image::before {
    background-image: url(../img/top/top_merit12_sp.svg);
    top: -215px;
    left: 10px;
}

#main_sp .content_area .point03 .point_image::before {
    background-image: url(../img/top/top_merit13_sp.svg);
    top: -200px;
    right: 0;
    left: 0;
}

#main_sp .content_area .point_text {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4em;
}

#main_sp .content_area .point01 .point_text {
    margin-left: auto;
    width: 70%;
}

#main_sp .content_area .point02 .point_text {
    margin-right: auto;
    width: 65%;
}

#main_sp .content_area .point03 .point_text {
    margin: auto;
    width: 100%;
}

#main_sp .content_area .point02 .merit_image2 {
    position: relative;
}

#main_sp .content_area .point02 .merit_image2 li {
    width: 18vw;
    height: 16vw;
    position: absolute;
}

#main_sp .content_area .point02 .merit_image2 .merit_parts01 {
    top: -33vw;
    right: 30vw;
}

#main_sp .content_area .point02 .merit_image2 .merit_parts02 {
    top: -41vw;
    right: 15vw;
}

#main_sp .content_area .point02 .merit_image2 .merit_parts03 {
    top: -33vw;
    right: 0vw;
}

#main_sp .content_area .point02 .merit_image2 .merit_parts04 {
    top: -16vw;
    right: 0vw;
}

#main_sp .content_area .point02 .merit_image2 .merit_parts05 {
    top: -7vw;
    right: 15vw;
}

#main_sp .content_area .point02 .merit_image2 .merit_parts06 {
    top: -24vw;
    right: 15vw;
}

#main_sp .advice_col {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#main_sp .advice_col .col_left {
    padding-left: 5px;
    padding-right: 5px;
    width: 85%;
}

#main_sp .advice_col .col_right {
    width: 15%;
}

#main_sp .advice_col .col_right img {
    width: 100%:
}

@media screen and (max-width:768px) {
    #contents2 {
        padding-bottom: 0;
    }

    #contents2 .advice_area {
        flex-wrap: wrap;
    }

    #contents2 .advice_area>li {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    #contents2 .advice_area .two_col {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #contents2 .advice_area .two_col .area_left {
        width: 32%;
        padding: 0 10px;
        text-align: right;
    }

    #contents2 .advice_area .two_col .area_left img {
        width: 100%;
        max-width: 136px;
    }


    #contents2 .advice_area .two_col .area_right {
        width: 68%;
        padding: 5px;
    }

    #contents2 .advice_list {
        margin: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    #contents2 .advice_list>li {
        width: 48%;
        margin: 0 1% 10px;
    }

    #contents2 .space_area2 {
        padding: 10px;
    }

    .link_list {
        margin-top: 50px;
    }

    #main_sp .content_area .point02 .point_text {
        margin: auto;
        width: 100%;
    }

    #main_sp .content_area .point02 .merit_image2 {
        top: -55px;
        right: 2vw;
    }

    #main_sp .content_area .point02 .merit_image2 .merit_parts01 {
        top: -16vw;
        right: 30vw;
    }

    #main_sp .content_area .point02 .merit_image2 .merit_parts02 {
        top: -33vw;
        right: 30vw;
    }

    #main_sp .content_area .point02 .merit_image2 .merit_parts03 {
        top: -41vw;
        right: 15vw;
    }

    #main_sp .content_area .point02 .merit_image2 .merit_parts04 {
        top: -33vw;
        right: 0vw;
    }

    #main_sp .content_area .point02 .merit_image2 .merit_parts05 {
        top: -16vw;
        right: 0vw;
    }

    #contents2 .two_col li {
        width: 100%;
        margin-right: 0;
        flex-grow: 1;
    }

    #contents2 .two_col li:last-child {
        margin-right: 0;
    }

    .acd-check {
        display: none;
    }

    .acd-label01 {
        display: block;
        margin-bottom: 1px;
        position: relative;
    }

    .acd-label01:hover {
        cursor: pointer;
    }

    .pointer_icon::after {
        content: '';
        background-image: url(../img/top/top_icon11.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 44px;
        height: 52px;
        margin: auto;
        position: absolute;
        top: 0;
        right: 3%;
        bottom: 0;
    }

    .acd-content {
        height: 0;
        opacity: 0;
        padding: 0 10px;
        transition: .5s;
        visibility: hidden;
    }

    .acd-check:checked+.acd-label01+.acd-content {
        height: auto;
        opacity: 1;
        visibility: visible;
    }

    .yellow_marker {
        padding: 5px 0;
        max-width: 220px;
    }

    .foot_bottom {
        margin-bottom: 60px;
    }

    .foot_bottom .foot_logo {
        padding: 20px;
        width: 100%;
    }

    .foot_bottom .foot_add {
        padding: 10px;
        width: 100%;
    }

    .foot_bottom .foot_add>li {
        flex-wrap: wrap;
    }

    .foot_bottom .foot_add>li .name {
        display: block;
        font-size: 16px;
        margin: 15px auto 5px;
        width: 180px;
    }

    .foot_bottom .foot_add>li .add {
        color: #595757;
        font-size: 14px;
        line-height: 1.4em;
        text-align: center;
        width: 100%;
    }

    .link_list {
        margin: 10px auto 0;
        width: 100%;
        max-width: 300px;
    }

    .link_list>li {
        margin-bottom: 5px;
        text-align: left;
    }

    .link_list>li:last-child {
        margin-bottom: 0;
    }

    .link_list>li>a {
        display: block;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.4em;
        padding: 10px 5px 10px 30px;
        position: relative;
    }

    .link_list>li>a:hover {
        opacity: 0.8;
        text-decoration: none;
    }

    .link_list>li>a>p {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }

    .link_list>li .line {
        background-color: #00B050;
    }

    .link_list>li .line::before {
        content: '';
        background-image: url(../img/top/top_icon07.png);
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 10px;
        width: 10%;
        height: 25px;
    }

    .link_list>li .tel {
        background-color: #F99F33;
    }

    .link_list>li .tel::before {
        content: '';
        background-image: url(../img/top/top_icon08.png);
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 10px;
        width: 10%;
        height: 31px;
    }

    .link_list>li .wtel {
        background-color: #FF696D;
    }

    .link_list>li .wtel::before {
        content: '';
        background-image: url(../img/top/top_icon08.png);
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 10px;
        width: 10%;
        height: 31px;
    }

    .link_list>li .mail {
        background-color: #00B0F0;
    }

    .link_list>li .mail::before {
        content: '';
        background-image: url(../img/top/top_icon10.png);
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 10px;
        width: 10%;
        height: 21px;
    }
}

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

    #main_sp .content_area .point01 {
        margin-top: 250px;
    }

    #main_sp .content_area .point01 .point_image::before {
        background-image: url(../img/top/top_merit11_sp.svg);
        top: -145px;
        bottom: auto;
        left: 0;
        right: 0;
    }

    #main_sp .content_area .point02 .point_image::before {
        top: -150px;
    }

    #main_sp .content_area .point03 .point_image::before {
        top: -145px;
    }

    #main_sp .content_area .point01 .point_text {
        margin: auto;
        width: 100%;
    }

    #main_sp .content_area .point_image::before {
        width: 150px;
        height: 150px;
    }

    #main_sp .content_area .point_text {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.4em;
    }

    #main_sp .content_area .point01 {
        margin-top: 200px;
    }

    #main_sp .content_area .point02 {
        margin-top: 250px;
    }

    #main_sp .content_area .point03 {
        margin-top: 200px;
    }

    #contents2 .white_box {
        padding: 10px;
    }

    #contents2 .white_box2 {
        padding: 15px 10px;
    }

    #contents2 .research_list>li {
        margin: 5px 1%;
        opacity: 1;
        width: 31%;
    }

    #contents2 .bloon_area::before {
        border-left: 60px solid transparent;
        border-right: 25px solid transparent;
        border-bottom: 40px solid #F29600;
        top: -40px;
        left: 35%;
        right: auto;
    }

    #contents2 .bloon_area::after {
        border-left: 56px solid transparent;
        border-right: 23px solid transparent;
        border-bottom: 38px solid #FFDC78;
        top: -36px;
        left: 35.7%;
        right: auto;
    }

    #contents2 .top_bg3 {
        padding: 10px;
    }

    #contents2 .space_area {
        padding: 0;
    }

    #contents2 .green_box4 {
        padding: 10px;
    }

    #contents2 .green_box6 {
        padding: 10px;
    }

    #contents2 .advice_area>li .advice_title {
        font-size: 22px;
        margin: 10px auto;
        padding: 10px;
    }

    #contents2 .advice_area>li .advice_text {
        font-size: 15px;
        letter-spacing: -0.05em;
        padding: 4px;
    }

    #contents2 .advice_area>li .advice_box {
        margin: 0px auto 10px;
        padding: 5px;
        width: 97%;
    }

    .white_area_sp .link_area {
        margin: 20px auto;
        width: 100%;
    }

    .step_icon img {
        width: 100%;
    }
}

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

    .foot_top .license_area {
        margin: 0 1%;
        width: 48%;
    }

    #footer {
        margin-top: 20px;
    }

    #footer .green_bg {
        background-color: #C1E49B;
        padding: 10px 5px;
    }

    #main_sp .green_bg2 {
        padding: 10px 5px;
    }

    #main_sp .green_bg4 {
        padding: 10px 5px;
    }

    #contact_link2 {
        padding-top: 60px;
    }

    #contents2 .advice_area>li .advice_image {
        margin: 10px auto;
        width: 75%;
    }

    #contents2 .advice_area>li .advice_box .box_text_center {
        max-width: 110px;
    }

    #contents2 .advice_list>li {
        width: 80%;
        padding: 0;
        margin: 0px auto 5px;
    }
}

@media screen and (max-width:414px) {
    .pointer_icon::after {
        content: '';
        width: 22px;
        height: 26px;
        top: 0;
        right: 3%;
        bottom: 0;
    }

    .acd-content {
        padding: 0;
    }
}

@media screen and (max-width:380px) {
    .link_list>li:nth-child(2)>.wtel>p {
        font-size: 4vw;
    }
}

@media screen and (max-width:300px) {
    .acd-content {
        font-size: 15px;
    }
}

@media screen and (max-width:360px) {
    #main_sp .content_area .point_text {
        font-size: 18px;
    }

    #contents2 .advice_area>li .advice_title {
        font-size: 18px;
    }

    .white_area_sp .link_area>li {
        width: 49% !important;
    }

    .link_list>li>a>p {
        padding-left: 5px;
    }
}

@media screen and (max-width:300px) {
    .white_area_sp .link_area>li {
        width: 48% !important;
    }
}

.gray_box {
    border: 1px solid #C7C4C3;
    margin: auto;
    width: 97%;
}

.gray_box2 {
    border: 1px solid #C7C4C3;
    margin: auto;
    width: 100%;
}


.box_inner {
    margin: 10px auto;
    width: 97%;
}

.gold_border {
    border: 3px solid #C79317;
}

.green_text3 {
    color: #598E20;
}

.green_text5 {
    color: #2DC3BC;
}


.black_text {
    color: #000;
}

.black_text:hover {
    color: #000;
}

.gray_bg2 {
    background-color: #F2F2F2;
    padding: 20px 0;
}

.gray_bg3 {
    background-color: #F2F2F2;
    padding: 20px 0;
    margin: auto;
    width: 96%;
}

.yellow_underbar {
    border-bottom: 2px solid #FFF000;
    margin-bottom: 10px;
}

.yellow_box {
    background-color: #FFFEE1;
    box-shadow: 0px 0px 20px 5px #FFE865;
    margin: 10px auto;
    padding: 10px;
    width: 96%;
}

.yellow_box2 {
    background-color: #FFEEBA;
    margin: 10px auto;
    width: 96%;
}

.yellow_box3 {
    background-color: #FFFF94;
    margin: 10px auto;
    padding: 30px 0 1px;
    width: 96%;
}

.yellow_box4 {
    background-color: #FFEEBA;
    margin: 10px auto;
    padding: 10px;
    width: 100%;
}

@media screen and (max-width:380px) {
    .yellow_box4 {
        padding: 10px 5px;
    }
}

.yellow_box5 {
    background-color: #FFFF99;
    margin: 10px auto;
    padding: 10px;
    width: 100%;
}

.window_text4 {
    font-size: 4vw;
    line-height: 5vw;
}

.window_text4-5 {
    font-size: 4.5vw;
    line-height: 5.5vw;
}

@media screen and (max-width:380px) {
    .window_text4-5 {
        font-size: 4.2vw;
        letter-spacing: 0.01em;
    }
}

.window_text5 {
    font-size: 5vw;
    line-height: 6vw;
}

.window_text5-5 {
    font-size: 5.5vw;
    line-height: 8.5vw;
}

.noicon {
    padding-left: 95px;
    line-height: 45px;
}

#contents2 .iyagarase_flow>li .step {
    background-color: #5FD1CC;
}

#contents2 .iyagarase_flow>li .tel {
    background-color: #5FD1CC;
}


.gray_text2 {
    color: #595757;
}

.contant_radio {
    display: flex;
    justify-content: flex-start;
}

.contant_radio label {
    font-size: 20px;
    width: auto;
    margin-right: 5%;
}

.contant_radio label:last-child {
    margin-right: 0;
}

.contant_radio label span {
    padding-left: 5px;
}

.contant_radio input {
    width: auto !important;
}

.contant_select {
    display: flex;
    justify-content: flex-start;
}

.contant_select select {
    margin: auto !important;
}

.contant_select p {
    font-size: 20px;
    padding: 10px;
}

@media screen and (max-width:640px) {
    .contant_radio label {
        font-size: 18px;
        width: auto;
        margin-right: 5%;
    }

    .contant_select select {
        font-size: 18px !important;
        padding: 5px !important;
    }

    .contant_select p {
        font-size: 18px;
    }

}

@media screen and (max-width:360px) {
    .contant_radio {
        flex-wrap: wrap;
    }

    .contant_select {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:360px) {
    .contant_radio label {
        font-size: 16px;
        padding-left: 5%;
        text-align: left;
        width: 100%;
    }
}

@media screen and (max-width:300px) {
    .link_list>li>a {
        font-size: 15px;
        width: 100%
    }

    .contant_select select {
        font-size: 15px !important;
    }
}

.gray_link a {
    color: #666;
}

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

    .ws_height2 {
        height: 6em;
    }
}

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

    .ws_height2 {
        height: 7em;
    }
}

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

    .ws_height {
        height: 6em;
    }
}

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

    .ws_height2 {
        height: 8.5em;
    }
}


#main_sp .faq_area {
    width: 95%;
    margin: 30px auto 50px;
}

#main_sp .faq_area .faq_title {
    position: relative;
    padding: 1rem 2rem calc(1rem + 10px);
    margin: auto;
    width: 75%;
    height: 55px;
    max-width: 230px;
    border: 1px solid #000;
    background: #fff;
    margin-bottom: 20px;

}

#main_sp .faq_area .faq_title::before {
    content: "よくあるご質問";
    position: absolute;
    top: 92%;
    left: 52%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    font-weight: bold;

}

#main_sp .faq_area .faq_title::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    width: 100%;
    height: 100%;
    background: #eeeeef;
    border: 1px solid #000;
}

#main_sp .faq_question label {
    padding-left: 2em;
    padding-right: 5px;
    text-align: left;
    border-bottom: 1px solid #231815;
    position: relative;
}

#main_sp .faq_question label::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../img/common/faq_icon.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

#main_sp .faq_question label::after {
    content: none;
}

#main_sp .faq_question label>div {
    line-height: 1.2em;
    margin: 5px auto;
}

#main_sp .faq_area .acd-check:checked+.acd-label01+.acd-content {
    padding: 5px;
    background-color: #eeeeef;
    text-align: left;
    margin: 3px 0 15px;
}

#main_sp .faq_area .acd-check:checked+.acd-label01+.acd-content>div {
    font-size: 16px;
}

.main_pc .faq_area {
    width: 100%;
    margin: 30px auto 50px;
}

.main_pc .faq_area .faq_title {
    position: relative;
    padding: 1rem 2rem calc(1rem + 10px);
    margin: auto;
    width: 75%;
    height: 55px;
    max-width: 230px;
    border: 1px solid #000;
    background: #fff;
    margin-bottom: 20px;

}

.main_pc .faq_area .faq_title::before {
    content: "よくあるご質問";
    position: absolute;
    top: 92%;
    left: 52%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    font-weight: bold;
    font-size: 22px;
}

.main_pc .faq_area .faq_title::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    width: 100%;
    height: 100%;
    background: #eeeeef;
    border: 1px solid #000;
}

.main_pc .faq_question label {
    padding-left: 2em;
    padding-right: 3em;
    text-align: left;
    border-bottom: 1px solid #231815;
    position: relative;
}

.main_pc .faq_question label::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../img/common/faq_icon.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.main_pc .faq_question label::after {
    content: none;
}

.main_pc .faq_question label>div {
    line-height: 1.5em;
    margin: 0 auto;

}

.main_pc .acd-content {
    height: auto;
    opacity: 1;
    transition: .5s;
    visibility: visible;
    padding: 20px 3%;
    background-color: #eeeeef;
    text-align: left;
    margin: 3px 0 15px;
}

.main_pc .acd-content>div {
    font-size: 22px;
    line-height: 1.5em;
}

.accbox>li {
    margin-top: 30px;
}

.acd-content_no {
    padding: 5px;
    background-color: #eeeeef;
    text-align: left;
    margin: 3px 0 15px;
}

.left_text {
    display: inline-block;
}

.left_text2 {
    text-align: left;
    width: auto;
    display: inline-block;
}

.center_text {
    width: 97%;
    margin: auto;
}

.center_text2 {
    margin: auto;
}

.center_text3 {
    width: 90%;
    margin: auto;
}

@media screen and (max-width:360px) {
    .center_text3 {
        width: 98%;
    }
}

.acd-content_no>div {
    font-size: 16px;
    line-height: 1.4em;
}

@media screen and (max-width:360px) {
    .acd-content_no>div {
        font-size: 15px;
    }
}

.corona_title {
    margin: 10px auto;
    width: 100%;
    max-width: 320px;
}

@media screen and (max-width:300px) {
    .corona_title {
        width: 80%;
    }
}

.step1_text {
    display: inline-block;
    vertical-align: middle;
    width: 65%;
}

#contents2 .sp_contact {
    padding: 10px;
    width: 96%;
    margin: auto;
    border: 1px solid #231815;
}

.flexbox {
    display: flex;
    flex-wrap: wrap;
}

.accbox .accshow .close_btn {
    background-color: #FFAB37;
    box-shadow: 2px 2px 4px #999;
}

.blue_text {
    color: #378ECE;
}

.blue_text3 {
    color: #035AB7;
}

.blue_text4 {
    color: #0070C0;
}

.dot_line {
    border-bottom: 5px dotted #00B0F0;
    margin: 10px 0;
}

.width1000 {
    margin: auto;
    width: 100%;
    max-width: 1000px;
}

.width96 {
    margin: auto;
    width: 96%;
}



/*******************************************
* 一時的処理
********************************************/
#contents2 .sky_bg .two_col li {
    margin-right: 0;
    max-width: 800px;
}

#contents2 .sky_bg .two_col li:last-child {
    display: none !important;
}

.foot_top .license_area {
    width: 49%;
}

.foot_top .etc_area {
    width: 50%;
}

#footer .foot_top .green_bg:nth-child(2) {
    display: none;
}

#head_sp .bottom .map:nth-child(2) {
    display: none;
}

@media screen and (max-width: 768px) {
    .foot_top .license_area {
        width: 100%;
    }
}