@charset "UTF-8";
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box;
  font-size: 62.5%;
  color: #222;
}
body {
  margin: 0 auto;
  color: #333;
  /* -webkit-font-smoothing: antialiased; */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
img {
  border: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  color: #000;
}
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS ゴシック", "MS Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
*,
div, dl, dt, dd, ul, ol, li, pre, form, blockquote, th, td, p, h1, h2, h3, h4, h5, h6,figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
p, h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    /* letter-spacing: 0.1em; */
    letter-spacing: 0;
    font-weight: 500;
}
ul, ol {
  list-style: none;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.row {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 30px;
}
.inner {
	max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
}
a {
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
    filter:alpha(opacity=80);
    transition: 0.2s;
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
    .row {
        padding: 0;
    }
    .inner {
        padding: 0 15px;
    }
}


.notes,
.disc {
    text-indent: -1em;
    padding-left: 1em;
}
.notes li:before {
    content: "※";
}


.disc li:before {
    content: "・";
}

.nolink {
    pointer-events: none;
}


#main{
    position: relative;
    z-index: 0;
}
/*------------------------------------------------------------
	HEADER
------------------------------------------------------------*/
header {
    position: relative;
    z-index: 100;
}
header .page_logo_area {
    text-align: center;
}


.header_001+#main{margin-top: 83px;}
.header_001{
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}
.header_001>.row{
    padding: 0;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.header_001 .page_logo_area {
    height: 83px;
    padding-left:30px;
    text-align: left;
}
.header_001 .page_logo_area img{
    height: 100%;
    width: auto;
}

.form-btn-head_001{
    font-size: 17px;
    line-height: 1.4;
    color: #FFF;
    background-color: #d82e3d;
    padding: 0 30px;

    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.form-btn-head_001 .part{
    position: relative;
    display: block;
    width: 21px;
    height: 21px;
    margin-left: 38px;
    background-color: #FF8200;
}
.form-btn-head_001 .part:after{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    margin: 6px auto 0;

    -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#main{
    background:#fef7f2;
}

#main .form-btn-head_001{display: none;}
@media only screen and (max-width: 768px) {
    .header_001{
        position: relative;
    }
    .header_001>.row{justify-content: center;}
    .header_001 .page_logo_area {
        padding-left: 0;
    }
    .form-btn-head_001{display: none;}
    #main .form-btn-head_001{
        position: sticky;
        position: -webkit-sticky;
        z-index: 101;
        top: 0;
        display: flex;
        min-height: 75px;
        padding: 0 15px;
    }
    #main .form-btn-head_001:hover{opacity: 1;}
    #main .form-btn-head_001 .part{
        width: 25px;
        height: 25px;
    }
    .form-btn-head_001 .part:after{
        width: 8px;
        height: 8px;
    }

}


/*------------------------------------------------------------
	COMMON elems
------------------------------------------------------------*/
.com-h2-001{
    color: #000;
    text-align: center;
}
#sections section .com-h2-001 h2{
    font-size: 26px;
    font-weight: lighter;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #ef93a3;
    padding-bottom: 0.7em;
}
.com-h2-001 h2:before{
    content: "";
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ef93a3 transparent transparent transparent;
}

.form .com-wrap-btn{padding-top: 0;}
.com-wrap-btn{
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}
.com-wrap-btn>*+*{margin-left: 20px;}
.com-btn-sq{
    position: relative;
	display: inline-block;
	font-size: 16px;
	color: #000;
	background-color: #f0c85a;
	text-align: center;
	height: 60px;
	line-height: 60px;
	padding: 0 2.5em;
}
.com-btn-sq.pdf:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 20px;
    top: calc(50% - 10px);
    right: 15px;
    background-image: url(../images/ico-pdf.png);
    background-repeat: no-repeat;
    background-size: contain;
}



@media only screen and (max-width: 768px) {
    #sections section .com-h2-001 h2{font-size: 20px;}
    .com-wrap-btn{
        padding-top: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .com-wrap-btn>*+*{
        margin-left: 0;
        margin-top: 20px;
    }
    .com-btn-sq{
        font-size: 12px;
        height: 55px;
        line-height: 55px;
        width: calc(100vw - 60px);
        padding: 0;
    }
    .com-btn-sq.pdf:after {
        content: "";
        display: block;
        position: absolute;
        width: 10px;
        height: 13px;
        top: calc(50% - 6px);
        right: 10px;
    }
}





/*------------------------------------------------------------
	MAIN_VISUAL
------------------------------------------------------------*/
.main_v_001 *{
    letter-spacing: 0;
    font-weight: normal;
}
.main_v_001{
    position: relative;
    height: 451px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {
    .main_v_001{
        justify-content: initial;
    }
}

.main_v_001 .main-img img{
    max-width:837px;
    width:100%;
    position:absolute;
    z-index:900;
    top:0;
    left:50%;
    transform:translateX(-50%);
}

.main_v_001 .main-img::before{
    content: "";
    display: inline-block;
    background: url(../images/hero-bg.jpg) no-repeat center;
    background-size: cover;
    max-height:357px;
    height:100%;
    width:100%;
    position:absolute;
    top:0;
}

.main_v_001>.row{
    position: relative;
    width: 100%;
}

.main_v_001 .page_title {
    background-color: #FFF;
    color: #d82285;
    padding: 35px 45px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    position:relative;
    z-index:999;
}
.main_v_001 .page_title .title1{
    padding-right: 20px;
}
.main_v_001 .page_title .part1{font-size: 25px;}
.main_v_001 .page_title .part2{

    font-size: 40px;
    font-weight: lighter;
    margin-top: 20px;
    letter-spacing:0.08em;
}
.main_v_001 .page_title .h1_sub{
    border-left: 1px solid #c8c9c9;
    padding-left: 35px;
    color: #393a39;
}
.main_v_001 .page_title .h1_sub p {
    font-size: 22px;
    line-height: 1.4;
    padding: 0 0 15px;
    line-height: 1.6;

    background: linear-gradient(transparent 40%, #fce4b4 30%,#fce4b4 75%,transparent 75%);
    display: inline;
}
.main_v_001 .page_title .h1_sub span {font-size: 12px;}

@media only screen and (max-width: 768px) {
    .main_v_001 .inner{padding-bottom: 15px;}
    .main_v_001{height: auto;}
    .main_v_001:before{
        bottom: auto;
        left: 0;
        right: 0;
        background-size: cover;
        min-height:200px;
        background-size: 150%;
        background-position:top center;
    }
    .main_v_001>.row{
        position: relative;
        width: 100%;
    }
    .main_v_001 .page_title {
        padding: 35px 20px;
        display: block;
        margin-top: 170px;
    }
    .main_v_001 .page_title .title1{padding-right: 0;}
    .main_v_001 .page_title .part1{font-size: 18px;}
    .main_v_001 .page_title .part2{font-size: 28px;}
    .main_v_001 .page_title .h1_sub{
        border-left: 0;
        padding-left: 0;
        margin-top: 2em;
    }
    .main_v_001 .page_title .h1_sub p {
        font-size: 16px;
        padding: 0 0 15px;
        letter-spacing: -0.02em;
        background: linear-gradient(transparent 40%, #fce4b4 30%,#fce4b4 75%,transparent 75%);
        display: inline;
    }

}

@media screen and (min-width: 625px) and  (max-width: 915px) {
    .main_v_001{
        height:500px;
    }
    .main_v_001 .page_title{
        margin-top:30%;
    }
}

@media only screen and (max-width: 480px) {
    .main_v_001 .page_title {
        margin-top: 40%;
    }
}

.main_v_003{margin-bottom: 30px;}
.main_v_003 .box2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main_v_003 .box2>.box{
    width: 50%;
}
.main_v_003 .page_title .img{
    background: url(../images/main_bg.jpg) no-repeat 50%;
    background-size: cover;
}
.main_v_003 .page_title .txt{
    background-color: #FFAD41;
    color: #FFF;
    text-align: center;
    padding: 80px 20px 65px;
}
.main_v_003 .page_title .part1{
    font-size: 30px;
    font-weight: normal;
}
.main_v_003 .page_title .part2{
    font-size: 50px;
    font-weight: normal;
    margin-top: 20px;
}
.main_v_003 .page_title .part3{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #FFAD41;
    margin-top: 25px;
}
.main_v_003 .page_title .part3 .part{
    display: inline-block;
    background-color: #FFF;
    border-radius: 5px;
    padding: 0.5em 2em;
}
.main_v_003 .page_title .part4{
    font-size: 20px;
    font-weight: normal;
    margin-top: 20px;
}
.main_v_003>.row{
    position: relative;
    width: 100%;
}
.main_v_003 .page_titlebox {
    background-color: #FFF;
    padding: 35px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    margin-top: -20px;
    text-align: center;
}
.main_v_003 .page_titlebox .h1_sub{
    display: inline-block;
    text-align: left;
}
.main_v_003 .page_titlebox .part5+.part6{margin-top: 14px;}
.main_v_003 .page_titlebox .part5{
    font-size: 24px;
    font-weight: normal;
    line-height: 1.3;
}
.main_v_003 .page_titlebox .part6{
    font-size: 11px;
    font-weight: normal;
    line-height: 1.6;
}

@media only screen and (max-width: 768px) {
    .header_001+#main{margin-top: 0;}
    .main_v_003 .box2{
        display: block;
    }
    .main_v_003 .box2>.box{
        width: 100%;
    }
    .main_v_003 .page_title .img{
        height: 50vw;
    }
    .main_v_003 .page_title .txt{
        padding: 30px 20px 40px;
    }
    .main_v_003 .page_title .part1{
        font-size: 22px;
    }
    .main_v_003 .page_title .part2{
        font-size: 34px;
        margin-top: 10px;
    }
    .main_v_003 .page_title .part3{
        font-size: 16px;
        margin-top: 15px;
    }
    .main_v_003 .page_title .part4{
        font-size: 18px;
        margin-top: 20px;
    }
    .main_v_003 .page_titlebox {
        padding: 25px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
        margin-top: -20px;
        text-align: center;
    }

    .main_v_003 .page_titlebox .part5{
        font-size: 18px;
    }
    .main_v_003 .page_titlebox .part6{
        font-size: 10px;
    }
}








/*------------------------------------------------------------
	#SECTIONS - FIX -
------------------------------------------------------------*/
#sections {
    padding: 50px 0 30px;
}
#sections section {
    padding: 50px 0 80px;
    /* background: #f1f1f1; */
}
#sections section:not(:last-child) {
    margin-bottom: 30px;
}
#sections section h2 {
    font-size: 28px;
    text-align: center;
    padding: 35px 0;
}
/* #sections section .inner div:first-of-type h2 {
    padding: 0 0 35px;
} */
#sections section .notes {
    padding-top: 25px;
}


@media only screen and (max-width: 768px) {
    #sections {
        padding-top: 0;
    }
    #sections section h2 {
        font-size: 20px;
    }
}







/*------------------------------------------------------------
	#elements - EDIT -
------------------------------------------------------------*/

#sections .worry_solve_001{
    background: none;
    padding-top: 00px;
}
.worry_solve_001{color: #ef93a3;}
.worry_solve_001 .wrap-h2{text-align: center;}
#sections .worry_solve_001 .wrap-h2 h2{
    font-size: 26px;
    font-weight: lighter;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #ef93a3;
    padding-bottom: 0.7em;
}
.worry_solve_001 .wrap-h2 h2:before{
    content: "";
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ef93a3 transparent transparent transparent;
}
.worry_solve_001 .worry_items{
    margin: 45px -6.5px 0;
    display: flex;
    flex-wrap: nowrap;
}
.worry_solve_001 .worry_items>li{
    position: relative;
    width: calc((100% - 39px) / 3.001);
    margin: 0 6.5px;
}
.worry_solve_001 .worry_items>li:before{
    content:"";
    display: block;
    padding-top: 95%;
}
.worry_solve_001 .worry_items>li .img{
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: #4D4D4D;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #E6EFEF;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.worry_solve_001 .worry_items>li:nth-child(1) .img{background-image: url(../images/sec_img01.png);}
.worry_solve_001 .worry_items>li:nth-child(2) .img{background-image: url(../images/sec_img02.png);}
.worry_solve_001 .worry_items>li:nth-child(3) .img{background-image: url(../images/sec_img03.png);}
#sections .worry_solve_001 .solve_block .wrap-h2 h2{
    color: #4D4D4D;
    margin-top: 50px;
    border-bottom: none;
    padding-top: 30px;
}
.worry_solve_001 .solve_block .wrap-h2 h2:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: calc(50% - 339px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 97px 339px 0 339px;
    border-color: rgba(41, 153, 185, 0.2) transparent transparent transparent;
}
.worry_solve_001 .solve_items{
    margin: 0 -10px 0;
    display: flex;
    flex-wrap: nowrap;
}
.worry_solve_001 .solve_items>li{
    background-color: #ef93a3;
    border-radius: 10px;
    width: calc((100% - 60px) / 3.001);
    margin: 0 10px;
    color: #FFF;
    font-size: 16px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


@media only screen and (max-width: 768px) {
    #sections .worry_solve_001{padding-top: 30px;}
    #sections .worry_solve_001 .wrap-h2 h2{font-size: 20px; }
    .worry_solve_001 .worry_items{
        display: block;
        margin: 45px 0 0;
    }
    .worry_solve_001 .worry_items>li{
        display: block;
        width: 100%;
        margin: 0;
    }
    .worry_solve_001 .worry_items>li+li{margin-top: 10px;}
    .worry_solve_001 .worry_items>li:before{padding-top: 45%;}
    .worry_solve_001 .worry_items>li .img{
        font-size: 18px;
        background-size: auto 115%;
        background-position: 50% 0;
    }
    .worry_solve_001 .worry_items>li:nth-child(2) .img{
        background-position: 50% 100%;
    }
    #sections .worry_solve_001 .solve_block .wrap-h2 h2{
        margin-top: 50px;
        padding-top: 0;
        width: 100%;
    }
    .worry_solve_001 .solve_block .wrap-h2 h2:before{
        top: 2em;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 50px calc(50vw - 15px) 0 calc(50vw - 15px);
    }
    .worry_solve_001 .solve_items{
        margin: 0 0;
        display: block;
    }
    .worry_solve_001 .solve_items>li{
        width:  100%;
        margin: 0;
        font-size: 20px;
        /* height: 140px; */
    }
    .worry_solve_001 .solve_items>li+li{margin-top: 10px;}

}














#sections .worry_solve_002{
    background: none;
    padding-top: 0px;
    background-color: #FAFAFA;
}
.worry_solve_002{color: #ef93a3;}
.worry_solve_002 .wrap-h2{text-align: center;}
#sections .worry_solve_002 .wrap-h2 h2{
    font-size: 26px;
    font-weight: lighter;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #ef93a3;
    padding-bottom: 0.7em;
}
.worry_solve_002 .wrap-h2 h2:before{
    content: "";
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ef93a3 transparent transparent transparent;
}
.worry_solve_002 .worry_items{
    margin: 45px -6.5px 0;
    display: flex;
    flex-wrap: nowrap;
}
.worry_solve_002 .worry_items>li{
    position: relative;
    width: calc((100% - 39px) / 3.001);
    margin: 0 6.5px;
}
.worry_solve_002 .worry_items>li:before{
    content:"";
    display: block;
    padding-top: 95%;
}
.worry_solve_002 .worry_items>li .img{
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    color: #4D4D4D;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #E6EFEF;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.worry_solve_002 .worry_items>li:nth-child(1) .img{background-image: url(../images/sec_img01.png);}
.worry_solve_002 .worry_items>li:nth-child(2) .img{background-image: url(../images/sec_img02.png);}
.worry_solve_002 .worry_items>li:nth-child(3) .img{background-image: url(../images/sec_img03.png);}
.worry_solve_002 .worry_items .img>span{
    position: absolute;
    left: 15px;
    right: 15px;
    width: auto;
    background-color: #FFF;
    border-radius: 10px;
    height: 80px;
    bottom: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.worry_solve_002 .worry_items .img>span:before{
    content: "";
    position: absolute;
    top: -30px;
    right: 50px;
    -webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 40px 10px;
    border-color: transparent transparent #FFF transparent;
}
#sections .worry_solve_002 .solve_block .wrap-h2 h2{
    color: #4D4D4D;
    margin-top: 90px;
    border-bottom: none;
    padding-top: 30px;
}
.worry_solve_002 .solve_block .wrap-h2 h2>span{
    position: relative;
    z-index: 0;
    color: #FFAD41;
    font-weight: bold;
}
.worry_solve_002 .solve_block .wrap-h2 h2:before{
    content: "";
    position: absolute;
    /* z-index: -1; */
    top: 8px;
    left: calc(50% - 72px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 97px 72px 0 72px;
    border-color: rgba(255, 255, 255, 1) transparent transparent transparent;
}
.worry_solve_002 .solve_items{
    margin: 65px -10px 0;
    display: flex;
    flex-wrap: nowrap;
}
.worry_solve_002 .solve_items>li{
    background-color: #FFAD41;
    border-radius: 10px;
    width: calc((100% - 60px) / 3.001);
    margin: 0 10px;
    color: #FFF;
    font-size: 20px;
    /* height: 188px; */
    padding: 1em 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    #sections .worry_solve_002{padding-top: 30px;}
    #sections .worry_solve_002 .wrap-h2 h2{font-size: 20px; }
    .worry_solve_002 .worry_items{
        display: block;
        margin: 45px 0 30px;
    }
    .worry_solve_002 .worry_items>li{
        display: block;
        width: 100%;
        margin: 0;
    }
    .worry_solve_002 .worry_items>li+li{margin-top: 60px;}
    .worry_solve_002 .worry_items>li:before{padding-top: 45%;}
    .worry_solve_002 .worry_items>li .img{
        font-size: 14px;
        background-size: auto 115%;
        background-position: 50% 0;
    }
    .worry_solve_002 .worry_items>li:nth-child(2) .img{
        background-position: 50% 100%;
    }
    .worry_solve_002 .worry_items .img>span{
        left: 30px;
        right: 30px;
        height: 60px;
        bottom: -40px;
    }
    .worry_solve_002 .worry_items .img>span:before{
        top: -26px;
        right: 50px;
        border-width: 0 7px 30px 7px;
    }
    #sections .worry_solve_002 .solve_block .wrap-h2 h2{
        margin-top: 50px;
        padding-top: 0;
        width: 100%;
    }
    .worry_solve_002 .solve_block .wrap-h2 h2:before{
        top: 2em;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 50px calc(50vw - 15px) 0 calc(50vw - 15px);
    }
    .worry_solve_002 .solve_items{
        margin: 65px 0 0;
        display: block;
    }
    .worry_solve_002 .solve_items>li{
        width:  100%;
        margin: 0;
        font-size: 20px;
        height: 140px;
    }
    .worry_solve_002 .solve_items>li+li{margin-top: 10px;}
}















section#contents_001{
    padding: 20px 0 60px;
    margin-bottom: 0 !important;
}
/* #contents_001{color: #ef93a3;} */
#contents_001 .wrap-h2{text-align: center;}
section#contents_001 .wrap-h2 h2{
    font-size: 26px;
    font-weight: lighter;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #ef93a3;
    padding-bottom: 0.7em;
}
#contents_001 .wrap-h2 h2:before{
    content: "";
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ef93a3 transparent transparent transparent;
}


#contents_001 .contents_items {
    margin: 45px -6.5px 0;
    display: flex;
    flex-wrap: nowrap;
}
#contents_001 .contents_items li {
    overflow: hidden;
    background-color: #FFF;
    /* border-radius: 15px; */
    width: calc((100% - 39px) / 3.001);
    margin: 0 6.5px;
}
#contents_001 .contents_items li figure img {width: 100%;vertical-align: bottom;}
#contents_001 .contents_items li figcaption {
    font-size: 16px;
    line-height: 1.5;
    padding: 0.8em 5px;
    text-align: center;
    color: #000;
    border-left: 4px solid #ef93a3;
}
@media only screen and (max-width: 768px) {
    section#contents_001{padding: 10px 0 60px;}
    section#contents_001 .wrap-h2 h2{font-size: 20px;}
    #contents_001 .contents_items {
        display: block;
        margin: 45px 0 0;
    }
    #contents_001 .contents_items li {
        width: calc(100% - 60px);
        margin: 0 auto;
    }
    #contents_001 .contents_items li+li{margin-top: 25px;}
    #contents_001 .contents_items li figcaption {font-size: 18px;}
}




/* #flow_001 .flow_items *{outline: 1px solid #DDD;} */
section#flow_001{
    background: #ffffff;
    padding: 0 0 70px;
}

#flow_001 .flow_block{
    text-align: center;
}

#flow_001 .flow_block>h2{
    font-size: 24px;
    margin-bottom: 1em;
    position:relative;
}

#flow_001 .flow_block h2{
    display: inline-block;
    margin-bottom: 45px;
    padding-top:75px;
    padding-bottom:0.7em;
    border-bottom: 1px solid #ef93a3;
}

#flow_001 .flow_block h2:before{
    content: "";
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ef93a3 transparent transparent transparent;
}

#flow_001 .flow_items .box{
    position: relative;
    border-right: 1px solid #ef93a3;
}
#flow_001 .flow_items .box:after{
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #ef93a3;
}
#flow_001 .flow_items .slick-slide:last-child .box{border: 0;}
#flow_001 .flow_items .slick-slide:last-child .box:after{display: none;}
#flow_001 .slick-wrap{margin: 0 -7px;}
#flow_001 .flow_items .slick-track{margin: 0;}
#flow_001 .flow_items .slick-slide>*{margin: 0 7px;}
@media only screen and (max-width: 768px) {
    section#flow_001{padding: 0 0 80px;}
    #flow_001 .flow_block>h2{font-size: 20px;}
    #flow_001 .slick-wrap{margin: 0;}
    #flow_001 .flow_items .slick-slide>*{margin: 0 30px;}
}
















/*------------------------------------------------------------
	#FIX
------------------------------------------------------------*/

/*---FORM---*/
.form {
    background: linear-gradient(90deg, #ffe6c0 0%, #ffe6c0 50%, #f5d8d6 50%, #f5d8d6 100%);
    padding: 30px 0;
    text-align: center;
    position: relative;
    z-index: 100;
}
.form.btn_area {
    background: initial;
    margin-top: 50px;
}

@media only screen and (max-width: 768px) {
    .form{
        background: linear-gradient(to bottom, #ffe6c0 0%, #ffe6c0 45%, #f5d8d6 45%, #f5d8d6 100%);
    }
    .form.btn_area {
        margin-top: 0px;
    }
}


.form .entry_btn .entry{
    width: 500px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 8px;
    font-size: 21px;
    background: #d82e3d;
    color: #fff;
    padding: 22px 0;
    line-height: 1.3;
    box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2);
}
.form .entry_btn .entry:before {
    display: block;
    position: absolute;
    left: -30%;
    top: -100%;
    content: "";
    width: 10%;
    height: 300%;
	opacity: .8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background:-webkit-gradient(linear,left top, right bottom,color-stop(40%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,.8)), color-stop(60%, rgba(255,255,255,0)));
    background:linear-gradient(to right bottom,rgba(255,255,255,0) 40%, rgba(255,255,255,.8) 50%, rgba(255,255,255,0) 60%);
    -webkit-animation: shiny 2s ease infinite;
    animation: shiny 2s ease infinite;
}
@-webkit-keyframes shiny {
0% {left: -30%;}
30% {left: 120%;}
100% {left: 120%;}
}
@keyframes shiny {
0% {left: -30%;}
30% {left: 120%;}
100% {left: 120%;}
}

.form .entry_btn .entry.nolink:before {
    display: none;
}

.form .entry_btn .entry.bottom{
    /* box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2), 0px -5px 3px #fccb6f;
    -webkit-box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2), 0px -5px 3px #fccb6f;
    -moz-box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2), 0px -5px 3px #fccb6f; */
    cursor: pointer;
}
.form .entry_btn .entry span {
    display: block;
    font-size: 12px;
}


.form .entry_btn .entry a {
    color: #fff;
    width: 100%;
    display: inline-block;
}


.form .entry_btn .entry .part ,
.form.btn_area .entry .part{
    position: absolute;
    right: 13px;
    top: calc(50% - 10px);
    display: block;
    width: 21px;
    height: 21px;
    background-color: #f29218;
}
.form .entry_btn .entry .part:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    right: calc(50% - 3px);
    top: calc(50% - 3px);

    -webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.form.btn_area .entry .part:after {
    top: calc(50% - 5px);
    -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.form.btn_area .entry:before {
    -webkit-animation: none;
    animation: none;
}

@media only screen and (max-width: 768px) {
    .form .entry_btn .entry {
        /* max-width: 90%; */
        width: calc(100vw - 60px);
        font-size: 16px;
    }
}






.summary {
    padding: 55px 0 95px;
    font-size: 14px;
}
.summary h2 {
    font-size: 26px;
    text-align: center;
}
.summary dl {
    margin: 25px auto;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e5eae8;
    border-right: 1px solid #e5eae8;
    border-left: 1px solid #e5eae8;
    background-color: #fff;
}
.summary dt {
    width: 22%;
    border-right: 1px solid #e5eae8;
    font-size:16px;
    display:flex;
    align-items:center;
}
.summary dd {
    width: 78%;
}
.summary dt,
.summary dd {
    border-bottom: 1px solid #e5eae8;
    padding: 25px;
}
.summary dt, .summary dd .li_number {
    counter-reset: number;
}
.summary dt, .summary dd .li_number li:before {
  counter-increment: number;
  content: counter(number)".";
}

@media only screen and (max-width: 768px) {
    .summary h2 {
        font-size: 18px;
    }
    .summary dt,
    .summary dd {
        padding: 10px;
    }
    .summary dt {
        width: 30%;
    }
    .summary dd {
        width: 70%;
    }
}

.attention .scroll,
.privacy_policy .scroll,
.privacy_policy .regulation {
    overflow-y: scroll;
    height: 300px;
    padding: 20px;
    border: 1px solid #b2b2b2;
}


.attention {
    background:#ffffff;
    color: #555;
    padding: 60px 0 0;
}
.attention h3,
.privacy_policy h3,
.regulation h3 {
    padding: 20px;
    background: #ebebeb;
    font-size: 17px;
    text-align: center;
    font-weight: normal;
}

.attention h4 {
    padding: 30px 0 20px;
    font-size: 16px;
    font-weight: normal;
}
.attention .disc  {
    font-size: 12px;
}
.attention .disc li {
    line-height: 2;
    margin-bottom: 0.5em;
}
.attention .area dt {
    font-size: 16px;
    padding: 30px 0 10px;
}
.attention .area dd {
    font-size: 12px;
    padding-left: 1em;
    line-height: 1.7;
}

@media only screen and (max-width: 768px) {
    .attention h3,
    .privacy_policy h3,
    .regulation h3 {line-height: 1.4;}
}



 .print{
    text-align: right;
    padding-top: 0.5em;
} 

@media only screen and (max-width: 768px) {
    .regulation .print{
        text-align:left;;
    } 
}


/* .privacy_policy {
    padding: 50px 0 0;
}
.regulation {
    padding: 50px 0;
}
.privacy_policy,
.regulation {
    font-size: 14px;
    line-height: 1.7;
}
.privacy_policy p,
.regulation p {
    line-height: 1.7;
}
.privacy_policy .scroll,
.regulation .scroll {
    overflow-y: scroll;
    padding: 20px;
    border: 1px solid #f1f1f1;
}
.privacy_policy .headline h3,
.regulation .headline h3 {
    font-size: 18px;
    text-align: center;
}
.privacy_policy .headline p,
.regulation .headline p {
    padding: 20px 0 30px;
}
.privacy_policy .text,
.regulation .text {
    padding: 10px 0;
}
.privacy_policy h4,
.regulation h4 {
    font-size: 16px;
    text-align: center;
    font-weight: normal;
}


.privacy_policy .text .li_article h5,
.regulation .text .li_article h5 {
    font-size: 15px;
    padding: 20px 0 10px;
}

.privacy_policy .text .li_number01,
.privacy_policy .text .li_number02,
.regulation .text .li_number02,
.regulation .text .li_number01 {
    counter-reset:number01;
}
.privacy_policy .text .li_number01 > dt,
.regulation .text .li_number01 > dt {
    padding: 15px 0 5px
}
.privacy_policy .text .dt-bold .li_number01 > dt,
.regulation .text .dt-bold .li_number01 > dt{
    font-weight: bold;
}
.privacy_policy .text .li_number01 > li {
    padding: 0 0 5px 0;
}
.privacy_policy .text .li_number01 > dt:before,
.privacy_policy .text .li_number01 li:before,
.regulation .text .li_number01 li:before {
    counter-increment: number01;
    content: counters(number01,".") ". ";
}
.privacy_policy .text .li_number01 dd,
.regulation .text .li_number01 dd {
    padding-left: 1em;
}
.privacy_policy .text .li_number01 li,
.regulation .text .li_number01 li {
    text-indent: -1em;
    padding-left: 1em;
}

.privacy_policy .text .li_number02,
.regulation .text .li_number02 {
    counter-reset:number02;
}
.privacy_policy .text .li_number02>li:before,
.regulation .text .li_number02>li:before {
    counter-increment: number02;
    content: "(" counters(number02,".") ")";
}
.privacy_policy .text .li_number02>li>ul,
.regulation .text .li_number02>li>ul {
    counter-reset:number03;
}
.privacy_policy .text .li_number02 li,
.regulation .text .li_number02 li {
    text-indent: -2em;
    padding-left: 2em;
}
.privacy_policy .text .li_circle li,
.regulation .text .li_circle li,
.privacy_policy .text .li_nakag li,
.regulation .text .li_nakag li{
    text-indent: -1em;
    padding-left: 1em;
}
.privacy_policy .text .li_circle li:before,
.regulation .text .li_circle li:before {
    content: "○";
}
.privacy_policy .text .li_nakag li:before,
.regulation .text .li_nakag li:before {
    content: "・";
}
.privacy_policy .text .li_nomark li,
.regulation .text .li_nomark li{
    text-indent: 0;
    padding-left: 0;
}
.privacy_policy .text .li_nomark li:before,
.regulation .text .li_nomark li:before {
    content: "";
}



.privacy_policy .text .li_number02 li .frame02 {
    text-indent: 0;
    padding-left: 1em;
    width: calc(100% - 2em);
}



.privacy_policy .frame01,
.regulation .frame01 {
    border: 1px solid #555;
}
.privacy_policy .frame01 th,
.privacy_policy .frame01 td,
.regulation .frame01 th,
.regulation .frame01 td {
    border: 1px solid #555;
    text-indent: 0;
    padding: 3px 10px;
}
.privacy_policy .frame01 th,
.regulation .frame01 th {
    text-align: center;
}

.privacy_policy .frame02,
.regulation .frame02 {
    border: 1px #555 dotted;
    text-indent: 0;
    padding: 10px;
    width: 50%;
    margin-bottom: 10px;
}
.privacy_policy .privacy_centre {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.privacy_policy .privacy_centre dt {
    width: 100%;
}
.privacy_policy .privacy_centre .frame02 {
    width: 49.5%;
}


@media only screen and (max-width: 768px) {
    .privacy_policy .frame02,
    .regulation .frame02 {
        width: 100%;
    }
}







.privacy_policy .dl_period {
    display: flex;
}
.privacy_policy .dl_period dt {
    width: 7em;
}
.privacy_policy .text .li_number01 .dl_period dd {
    width: calc(100% - 7em);
    padding-left: 0;
}
.privacy_policy .dl_period dd li:before {
    display: none;
}


.info_add {
    padding-top: 2em;
}


@media only screen and (max-width: 768px) {
    .privacy_policy .dl_period {
        display: flex;
        flex-direction: column;
    }
    .privacy_policy .dl_period dt {
        width: 100%;
    }
    .privacy_policy .text .li_number01 .dl_period dd {
        width: 100%;
        padding-left: 0;
    }
}
*/








.privacy_policy .right,
.regulation .right {
    text-align: right;
}




.privacy_policy {
    background:#ffffff;
    padding: 50px 0;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0;
}
.privacy_policy p {
    line-height: 1.7;
}

.privacy_policy .headline h3 {
    font-size: 18px;
    text-align: center;
}
.privacy_policy .headline p {
    padding: 20px 0 30px;
}
.privacy_policy .text {
    padding: 10px 0;
}
.privacy_policy .text01 {
    padding: 10px 0 40px;
}
.privacy_policy h4 {
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    padding: 0 0 15px;
}


.privacy_policy .text .li_article h5 {
    font-size: 15px;
    padding: 20px 0 10px;
}

.attention .li_number01,
.privacy_policy .text .li_number01,
.privacy_policy .text .li_number02 {
    counter-reset:number01;
}
.privacy_policy .text .li_number01 > dt {
    padding: 15px 0 5px;
}

.privacy_policy .text .li_number01 > li {
    padding: 15px 0 0;
}
.privacy_policy .text .li_number01 > dt:before,
.privacy_policy .text .li_number01 li:before,
.attention .li_number01 li:before {
    counter-increment: number01;
    content: counters(number01,".") ". ";
}
.privacy_policy .text .li_number01 dd {
    padding-left: 1em;
}
.privacy_policy .text .li_number01 li,
.attention .li_number01 li {
    text-indent: -1em;
    padding-left: 1em;
}

.privacy_policy .text .li_number02,
.summary dd .li_number02 {
    counter-reset:number02;
}
.privacy_policy .text .li_number02 li:before,
.summary dd .li_number02 li:before {
    counter-increment: number02;
    content: "(" counters(number02,".") ")";
}
.privacy_policy .text .li_number02 li,
.summary dd .li_number02 li {
    text-indent: -2em;
    padding-left: 2em;
}
.privacy_policy .text .li_circle li {
    text-indent: -1em;
    padding-left: 1em;
}
.privacy_policy .text .li_circle li:before {
    content: "○";
}
.privacy_policy .text .li_number02 li .frame02 {
    text-indent: 0;
    padding-left: 1em;
    width: calc(100% - 2em);
}
.privacy_policy .frame01 {
    border: 1px solid #555;
}
.privacy_policy .frame01 th,
.privacy_policy .frame01 td {
    border: 1px solid #555;
    text-indent: 0;
    padding: 3px 10px;
}
.privacy_policy .frame01 th {
    text-align: center;
}

.privacy_policy .frame02 {
    border: 1px #555 dotted;
    text-indent: 0;
    padding: 10px;
    width: 50%;
    margin-bottom: 10px;
}
.privacy_policy .frame02:before {
    display: none;
}
.privacy_policy .privacy_centre {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.privacy_policy .privacy_centre dt {
    width: 100%;
    padding-left: 1em;
}
.privacy_policy .privacy_centre .frame02 {
    width: 49.5%;
    word-break: break-all;
}


@media only screen and (max-width: 768px) {
    .privacy_policy .text .li_number02 li,
    .summary dd .li_number02 li {
        text-indent: -1em;
        padding-left: 1em;
    }
    .privacy_policy .frame02,
    .privacy_policy .privacy_centre .frame02 {
        width: 100%;
    }
    .privacy_policy .text .li_number02 li .frame02 {
        width: calc(100% + 2em);
        margin-left: -2em;
    }
}



.privacy_policy .dl_period {
    display: flex;
}
.privacy_policy .dl_period dt {
    width: 7em;
}
.privacy_policy .text .li_number01 .dl_period dd {
    width: calc(100% - 7em);
    padding-left: 0;
}
.privacy_policy .dl_period dd li:before {
    display: none;
}
.info_add {
    padding-top: 2em;
}


@media only screen and (max-width: 768px) {
    .privacy_policy .dl_period {
        display: flex;
        flex-direction: column;
    }
    .privacy_policy .dl_period dt {
        width: 100%;
    }
    .privacy_policy .text .li_number01 .dl_period dd {
        width: 100%;
        padding-left: 0;
    }
}




.check_area {
    background:#ffffff;
    text-align: center;
    font-size: 16px;
    padding-bottom: 50px;
    padding-top: 60px;
}
.next_form {
    display: none;
}

input[type=checkbox] {
    position: relative;
    margin: 0 20px 0 0;
}
input[type=checkbox]:before {
    position: absolute;
    z-index: 1;
    top:50%;
    left:65%;
    width: 7px;
    height: 3px;
    content: "";
    transform:rotate(-45deg) scale(0, 0);
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
    transition: 0.2s;
}
input[type=checkbox]:checked:before {
    transform:translateY(-50%) rotate(-45deg) scale(2, 2);
}
input[type=checkbox]:after {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 2em;
	height: 2em;
	content: '';
	cursor: pointer;
    background: #ffffff;
    border: #9e9d9d 1px solid;
    border-radius: 5px;
}
input[type=checkbox]:checked:after {
    background: #4eb3d3;
    border: none;
}


.form.last {
    padding: 45px 0 50px;
}
.last_form {
    display: flex;
    justify-content: space-between;
}
.last_form .entry_block {
    width: 48%;
}
.last_form .entry_block h4 {
    color: #fff;
    font-size: 18px;
    padding: 20px 0;
    font-weight: normal;
}
.last_form .web_entry h4 {
    background: #719ee1;
}
.last_form .net_entry h4 {
    background: #f05252;
}
/* .last_form .entry_block .entry_box {
    padding: 20px 16px;
    background: rgba(255, 255, 255, 0.7);
} */
.last_form .entry_block .entry_box .entry_btn .entry {
    width: 100%;
    max-width: 308px;
}
.last_form .entry_block .entry_box .entry_case {
    display: block;
    padding: 10px 0 15px;
    font-size: 13px;
}
.last_form .web_entry .entry_box .step_title {
    border: #719ee1 1px solid;
}
.last_form .web_entry .entry_box .step_title h5 {
    background: #719ee1;
}
.last_form .net_entry .entry_box .step_title {
    border: #f05252 1px solid;
}
.last_form .net_entry .entry_box .step_title h5 {
    background: #f05252;
}
.last_form .entry_block .entry_box .step_title h5 {
    color: #fff;
    font-size: 15px;
    padding: 10px 0;
    font-weight: normal;
}
.last_form .entry_block .entry_box .step_title ol {
    display: flex;
    flex-wrap: wrap;
}
.last_form .entry_block .entry_box .step_title li {
    width: 50%;
    background: #fff;
    color: #777;
    font-size: 17px;
    padding: 20px 0;
}
.last_form .web_entry .entry_box .step_title li:not(:nth-last-child(-n+2)) {
    border-bottom: #719ee1 1px solid;
}
.last_form .web_entry .entry_box .step_title li:nth-child(odd) {
    border-right: #719ee1 1px solid;
}
.last_form .net_entry .entry_box .step_title li:not(:nth-last-child(-n+2)) {
    border-bottom: #f05252 1px solid;
}
.last_form .net_entry .entry_box .step_title li:nth-child(odd) {
    border-right: #f05252 1px solid;
}

.last_form .entry_block .entry_box .lead{
    font-size:14px;
    padding-bottom:10px;
}

@media only screen and (max-width: 950px) {
    .last_form .entry_block .entry_box .entry_btn .entry {
        font-size: 16px;
    }
    .last_form .entry_block .entry_box .entry_case {
        font-size: 12px;
    }
    .last_form .entry_block .entry_box .step_title li {
        font-size: 14px;
    }
}
@media only screen and (max-width: 768px) {
    .last_form {
        flex-direction: column;
    }
    .last_form .entry_block {
        width: 100%;
        margin-bottom: 20px;
    }
}

/*------------------------------------------------------------
	FOOTER
------------------------------------------------------------*/
footer {
    padding:40px 0 50px;
    text-align: center;
    border-top: #dedede 1px solid;
}

footer .page_logo_area img{
    height:43px;
}



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





/*------------------------------------------------------------
	display
------------------------------------------------------------*/
.sp {display: none !important;}
@media only screen and (max-width: 768px){
    .pc {display: none !important;}
    .sp {display: block !important;}
}


.attention h3+ul{padding-top: 30px;}{
    font-size: 12px;
    line-height: 2;
}
.attention ul+ul{margin-top: 1em;}

.privacy_policy p+p{margin-top: 1em;}

.attention ul{
    font-size: 14px;
    line-height: 1.75;
}



#flow_001 .flow_items.no-slicks{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#flow_001 .flow_items.no-slicks .box{
    width: calc((100% + 56px) / 4.001);
    margin-left: 7px;
    margin-right: 7px;
}
#flow_001 .flow_items.no-slicks .box:last-child{
    border: 0;
}
#flow_001 .flow_items.no-slicks .box:last-child:after{
    display: none;
}
@media only screen and (max-width: 768px) {
    #flow_001 .flow_items.no-slicks{
        display: block;
    }
    #flow_001 .flow_items.no-slicks .box+.box{
        margin-top: 30px;
    }
    #flow_001 .flow_items.no-slicks .box{
        width: calc(100% - 60px);
        margin: 0 auto;
        border-right: 0;
        border-bottom: 1px solid #ef93a3;
    }
    #flow_001 .flow_items.no-slicks .box:after{
        top: auto;
        left: calc(50% - 10px);
        bottom: -10px;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #ef93a3 transparent transparent transparent ;
    }
}

