@charset "UTF-8";

body {
    color: #231815;
}

.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: 480px) {
    .sp_display3 {
        display: block;
    }
}

.inlineblock {
    display: inline-block;
}

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

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

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

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

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

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

.ma_t100 {
    margin-top: 100px !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_b200 {
    margin-bottom: 200px !important;
}

.ma_tb20 {
    margin: 20px auto !important;
}

.ma_tb30 {
    margin: 30px auto !important;
}

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

@media screen and (max-width: 768px) {
    .ma_tb50 {
        margin-top: 30px !important;
        margin-bottom: 30px !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_t50 {
    padding-top: 50px;
}

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

.pa_b50 {
    padding-bottom: 50px;
}

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

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

main {
    letter-spacing: 0.01em;
}

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

@media screen and (max-width: 768px) {
    .arrow_image {
        max-width: 225px !important;
    }
}

/*--- header ---*/
#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 #head_in #head_tel {
    float: right;
}

@media screen and (max-width: 768px) {
    #head #head_in #head_tel {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        text-align: center;
        margin: 10px 2%;
        width: 96%;
    }
}

@media screen and (max-width: 768px) {
    #head #head_in #head_tel #pc {
        display: block;
        width: 49%;
        margin-right: 2%;
        margin-left: 0;
    }

    #head #head_in #head_tel #pc:last-child {
        margin-right: 0;
    }

    #head #head_in #head_tel #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: 50px auto;
    width: 100%;
    max-width: 1000px;
}

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

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

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

@media screen and (max-width: 480px) {
    .title_area .title_bg {
        height: 200px !important;
    }
}

.title_area .title_bg .title_outer {
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    max-width: 420px;
}

.title_area .title_bg .title_outer .title_inner {
    color: #fff;
    font-size: 72px;
    font-weight: 900;
    letter-spacing: 0.3em;
    line-height: 1.6;
    margin: auto;
    padding: 100px 0;
}

@media screen and (max-width: 768px) {
    .title_area .title_bg .title_outer .title_inner {
        font-size: 9vw;
        padding: 20px 0;
        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_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/shimon/shimon_bg01.jpg) !important;
}

.title_area .under_bg {
    background-image: url(../img/shimon/shimon_bg03.jpg) !important;
}

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

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

.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%;
}

.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;
    }
}

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

.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%;
}

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

.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;
}

.main_area .text_inner .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: auto;
    width: 100%;
    max-width: 1000px;
}

.main_area .navi_list > li {
    width: 31%;
    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: 25px;
    }
}

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

.main_area .navi_list > li a.orange {
    background-color: #E95513;
    border: 2px solid #E95513;
    color: #fff;
}

.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: 18px;
    }
}

.main_area .normal_list > 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: 18px;
    font-weight: 400;
    padding: 10px;
    padding-left: 3em;
    text-indent: -2.2em;
    text-align: left;
}

.main_area .qanda_list > li .answer {
    background-color: #C6E0B4;
    color: #231815;
    font-size: 18px;
    font-weight: 700;
    padding: 20px;
    text-align: left;
}

.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 .accordion-area {
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin: 0 auto;
}

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

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

.main_area .accordion-area > li > section .accordion-title {
    background-color: #FFB360;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    padding: 15px 10px;
    text-align: left;
    transition: all .5s ease;
}

.main_area .accordion-area > li > section .accordion-title::after {
    content: '詳細';
    background-color: #D97679;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 10px;
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.main_area .accordion-area > li > section .accordion-title.close::after {
    content: '戻る';
    background-color: #036EB7;
    bottom: 30px;
}

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

.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: 10px 3% 0 !important;
    width: 17% !important;
}

.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: 20% !important;
}

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

.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_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: 700px;
    }
}

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

.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 .red_font {
    color: #2DC3BC;
    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 .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: 30px;
    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: 22px;
    }
}

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

.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;
    }
}

.main_area .normal_text {
    font-size: 22px !important;
    letter-spacing: -0.005em;
    line-height: 1.7em;
    text-align: left;
}

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

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

.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;
}

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

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

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

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

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

@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 .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: 30px;
    line-height: 1.4em;
}

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

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

.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;
}

.main_area .link_list {
    margin: 20px auto;
    width: 100%;
    max-width: 800px;
}

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

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

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

.main_area .link_list > li > a {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    padding: 15px 20px;
}

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

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

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

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

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

.main_area .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: 56px;
    height: 40px;
}

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

.main_area .link_list > li .tel {
    background-color: #08B8B0;
}

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

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

.main_area .link_list > li .wtel {
    background-color: #2DC3BC;
}

.main_area .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: 5%;
    width: 44px;
    height: 50px;
}

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

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

.main_area .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: 55px;
    height: 35px;
}

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

.main_area .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) {
    .main_area .line_area {
        background-size: cover;
    }
}

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

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

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

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

.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 .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;
}

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

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

.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 .red_bg {
    background-color: #E76C4D;
    padding: 0;
}

.main_area .bold_text {
    font-weight: 700;
}

.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;
}

@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;
}

.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: 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: 624px) {
    .main_area .dating_form th .item {
        display: inline-block;
    }
}

.main_area .dating_form th .m_term {
    background-color: #E50012;
    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: 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: 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: 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;
    }
}

.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 .submit_btn {
    background-color: #FF7B7F;
}

.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: center;
    -webkit-align-items: center;
    margin: 10px auto;
    width: 96%;
}

@media screen and (max-width: 360px) {
    .main_area .icon_list {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.main_area .icon_list > li {
    margin-right: 2%;
    width: 31.33333%;
    width: -webkit-calc(94% / 3);
    width: calc(94% / 3);
}

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

@media screen and (max-width: 360px) {
    .main_area .icon_list > li {
        width: 49%;
    }

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

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

.main_area .icon_list > li > a .name {
    color: #2DC3BC;
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
}

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

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

.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 50px;
    width: 100%;
}

.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 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%;
    }
}
