@charset "utf-8"; /* CSS Document */
/* 基本
------------------------------------------------------*/
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.min {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}

.bld {
	font-weight: 700;
}

.slick-dots {
    display: none !important;
}

.slick-next:before {
    content: url(../images/next_sp.png) !important;
}

[dir='rtl'] .slick-next:before {
    content: url(../images/prev_sp.png) !important;
}

.slick-prev:before {
    content: url(../images/prev_sp.png) !important;
    ; }

[dir='rtl'] .slick-prev:before {
    content: url(../images/next_sp.png) !important;
    ; }

@media (min-width: 768px) {
    .slick-next:before {
        content: url(../images/next.png) !important;
    }

    [dir='rtl'] .slick-next:before {
        content: url(../images/prev.png) !important;
    }

    .slick-prev:before {
        content: url(../images/prev.png) !important;
        ; }

    [dir='rtl'] .slick-prev:before {
        content: url(../images/next.png) !important;
        ; }
}

.arrow_s_b {
    position: relative;
    display: inline-block;
    color: #333;
    text-decoration: none;
}

.arrow_s_b:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #00AAFF;
    border-radius: 50%;
    position: absolute;
    top: 57%;
    left: 102%;
    margin-top: -9px;
}

.arrow_s_b:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 105.5%;
    margin-top: -4px;
}

.arrow_s_c {
    position: relative;
    display: inline-block;
    color: #333;
    text-decoration: none;
}

.arrow_s_c:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #00AAFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 101%;
    margin-top: -9px;
}

.arrow_s_c:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 45%;
    left: 105.6%;
    margin-top: -4px;
}

@media (min-width: 768px) {
    .arrow_s_b {
        position: relative;
        display: inline-block;
        color: #333;
        text-decoration: none;
    }

    .arrow_s_b:before {
        content: '';
        width: 18px;
        height: 18px;
        background: #00AAFF;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -9px;
    }

    .arrow_s_b:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 6px;
        border-color: transparent transparent transparent #fff;
        position: absolute;
        top: 50%;
        left: 102.5%;
        margin-top: -4px;
    }

    .arrow_s_c {
        position: relative;
        display: inline-block;
        color: #333;
        text-decoration: none;
    }

    .arrow_s_c:before {
        content: '';
        width: 18px;
        height: 18px;
        background: #00AAFF;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -9px;
    }

    .arrow_s_c:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 6px;
        border-color: transparent transparent transparent #fff;
        position: absolute;
        top: 50%;
        left: 103.6%;
        margin-top: -4px;
    }
}

@media (min-width: 1000px) {
}

.slick-prev {
    left: 2.5% !important;
    z-index: 999;
}

.slick-next {
    right: 4% !important;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
}

img {
	max-width: 100%;
}

.en {
    font-family: 'Pompiere', cursive;
}

a:hover, #page-top:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}

.wrap {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.min1000 {
    display: none !important;    
}
.pc {
    display: none !important;
}

.tab {
    display: none !important;
}

.sp {
    display: block !important;
}

@media (min-width: 768px) {
    .pc {
        display: block !important;
    }
    .tab {
        display: block !important;
    }
    .sp {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .tab {
        display: none !important;
    }
}
@media (min-width: 1000px) {
    .min1000 {
        display: block !important;    
    }
	.max999 {
        display: none;
	}
}



.ttl_type1 {
	text-align: center;
	padding: 20px 25px 35px;
}

@media (min-width: 768px) {

    .ttl_type1 {
        text-align: center;
        padding: 40px 25px 70px;
    }

}


.ttl_type1 img {
	max-width: 120px;
}

@media (min-width: 768px) {

    .ttl_type1 img {
        max-width: 165px;
    }

    
}



.ttl_type1 h1 {
	position: relative;
	font-size: 28px;
	line-height: 1.2;
	margin-top: 20px;
	display: inline-block;
}


@media (min-width: 768px) {

    .ttl_type1 h1 {
        font-size: 50px;
        line-height: 60px;
        margin-top: 20px;
    }

}



.ttl_type1 h1 img {
	max-width: 60px;
	position: absolute;
	top: -50px;
	left: -25px;
}


@media (min-width: 768px) {

    .ttl_type1 h1 img {
        max-width: 110px;
        top: -90px;
        left: -35px;
    }

}



.wrap_type1 {
	max-width: 768px;
	margin: 25px auto 0;
	text-align: center;
}
@media (min-width: 768px) {

    .wrap_type1 {
        margin: 50px auto 0;
    }
    
}



.wrap_type1 h1 {
	font-size: 14px !important;
	margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding: 0 2em;
    line-height: 1.2;
}
.wrap_type1 h1 span {
	position: absolute;
    top: 50%;
    margin-top: -7px;
}
@media (min-width: 768px) {

    .wrap_type1 h1 span {
        margin-top: -12px;
    }

}



.wrap_type1 h1 span:first-of-type {
	left: 0;
}
.wrap_type1 h1 span:last-of-type {
	right: 0;
}
@media (min-width: 768px) {

    .wrap_type1 h1 {
        font-size: 24px !important;
    }

}


.wrap_type1 h1 span {
	color: #449a90;
}
.wrap_type1 figure {
	margin-top: 0 !important;
	max-width: 768px !important;
}
.wrap_type1 figure figcaption {
	font-size: 12px;
	line-height: 16px;
	margin-top: 15px;
	text-align: left;
}

@media (min-width: 768px) {

    .wrap_type1 figure figcaption {
        font-size: 14px;
        line-height: 18px;
    }

}








ul.pics {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 768px;
	margin: 25px auto 0;
}
ul.pics li {
	width: 49%;
	margin-bottom: 20px;
}

@media (min-width: 768px) {

    ul.pics li {
        width: 33%;
        margin-bottom: 20px;
    }

    
}



ul.pics li figure figcaption {
	margin-top: 10px;
	text-align: center;
    font-size: 14px;
    line-height: 1.5;
}

@media (min-width: 768px) {

    ul.pics li figure figcaption {
        font-size: 16px;
    }

}



p.mist {
	margin-top: 15px;
	font-weight: 700;
	font-size: 20px;
	text-align: center
}
@media (min-width: 768px) {

    p.mist {
        font-size: 30px;
    }

}




.pd_lr-25 {
    padding-right: 25px;
    padding-left: 25px;
    box-sizing: border-box;
}
@media (min-width: 768px) {

    .pd_lr-25.tab_pd_lr-0 {
        padding-right: 0;
        padding-left: 0;
    }
    
}



.inPageLink {
	padding-top: 80px;
	margin-top: -80px;
}






/* header
------------------------------------------------------*/

.drawer--navbarTopGutter {
	padding-top: 80px !important;
}

@media (min-width: 768px) {

	.drawer--navbarTopGutter {
		padding-top: 20px !important;
	}

}




.drawer-navbar,
.drawer-navbar .drawer-container .drawer-navbar-header {
	border-bottom: none !important;
}
.drawer-navbar {
	height: 80px !important;
	box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.1);
}

.drawer-navbar .drawer-container {
	max-width: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1040px;
}
.drawer-navbar .drawer-container .drawer-navbar-header {
	padding: 5px 20px;
	text-align: left;
}
.drawer-navbar .drawer-container .drawer-navbar-header img {
	width: 140px;
}
.drawer-navbar .drawer-container .drawer-nav,
.drawer-navbar .drawer-container .drawer-navbar-header,
.drawer-navbar .drawer-container .drawer-navbar-header .drawer-brand {
	height: auto;
	line-height: 1;
}
.drawer-navbar .drawer-container .drawer-navbar-header .drawer-brand {
	padding: 0;
}


.drawer-hamburger {
	padding: 11px .75rem 19px !important;
	top: 10px !important;
	right: 10px !important;
}

.drawer-hamburger p {
	text-align: center;
	font-size: 10px;
	position: relative;
	top: 14px;
	font-family: 'Heebo', sans-serif;
}
.drawer-hamburger p.close,
.drawer-open .drawer-hamburger p.menu {
	display: none;
}
.drawer-open .drawer-hamburger p.close {
	display: block;
}



.drawer--top.drawer-open .drawer-nav {
	background: #449a90;
	padding-top: 80px;
}
.drawer-navbar .drawer-menu {
	padding: 8px 0 10px !important;
}

@media (min-width: 64em) {

	.drawer-navbar .drawer-menu {
		padding: 0 20px !important;
	}

}



.drawer-navbar .drawer-container .drawer-nav ul li {
	margin-left: 2.5em;
}
.drawer-navbar .drawer-container .drawer-nav ul li a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 10px 0;
}

@media (min-width: 1024px) {

	.drawer-navbar .drawer-container .drawer-nav ul li a {
		color: #565656;
		font-size: 14px;
		font-weight: 600;
	}

}








/* .sec_1
------------------------------------------------------*/

.sec_1 {
	background: url("../images/bg_dot-1.png");
	padding-top: 50px;
	padding-bottom: 55px;
}
.sec_1 > h1 {
	text-align: center;
}

.sec_1 figure {
	max-width: 550px;
	margin: 0 auto;
}





.sec_1 > p.btn {
	max-width: 260px;
	margin-right: auto;
	margin-left: auto;
}



/* .sec_2
------------------------------------------------------*/

.sec_2 {
	background: url("../images/bg_stripe-gr.png");
	padding-top: 40px;
	padding-bottom: 45px;
	text-align: center;
}
@media (min-width: 768px) {

    .sec_2 {
        padding-top: 80px;
        padding-bottom: 90px;
    }

}


.sec_2 > h1 {
	font-size: 30px;
	background: url("../images/bg_pen.png") repeat-x center bottom;
	display: inline-block;
	padding: 5px 0;

}
@media (min-width: 768px) {

    .sec_2 > h1 {
        font-size: 50px;
        padding: 5px 10px;
    }

}


.sec_2 dl {
	background: #fff;
	border: 1px solid #449a90;
	padding: 0 30px 25px;
	border-radius: 6px;
	max-width: 620px;
	margin: 23px auto 0;
	text-align: left;
	box-sizing: border-box;
}

@media (min-width: 768px) {

    .sec_2 dl {
		padding: 0 35px 30px;
        margin: 45px auto 0;
    }

    
}



.sec_2 dl dt {
	background: #449a90;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	width: 180px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.sec_2 dl dd {
	font-weight: 700;
	font-size: 14px;
	line-height: 2;
	display: inline;
	white-space: nowrap;
	margin-right: 1em;
}

@media (min-width: 768px) {
	.sec_2 dl dt {
		font-size: 21px;
		line-height: 40px;
		width: 220px;
		margin-bottom: 30px;
	}
    .sec_2 dl dd {
        font-size: 21px;
        line-height: 43px;
    }

    
}


.sec_2 dl dd span {
	color: #449a90;
}
.sec_2 .lv2 {
	margin-top: 60px;
}
.sec_2 .lv2 h1 {
	font-size: 16px;
}

@media (min-width: 768px) {

    .sec_2 .lv2 h1 {
        font-size: 30px;
    }

}


.sec_2 > p {
	font-size: 18px;
	line-height: 1.5;
	margin-top: 15px;
}

@media (min-width: 768px) {

    .sec_2 > p {
        font-size: 24px;
        line-height: 40px;
	   margin-top: 30px;
    }
}


.sec_2 > p span {
	font-weight: 700;
	background: url("../images/bg_pen.png") repeat-x center bottom;
}




/* .sec_3
------------------------------------------------------*/

.sec_3 .inr {
	padding-top: 33px;
	text-align: center;
	position: relative;
}

@media (min-width: 768px) {

    .sec_3 .inr {
        padding-top: 65px;
    }

    
}


.sec_3 .inr > h1 {
	font-size: 26px;
    margin-bottom: 35px;
}

@media (min-width: 768px) {

    .sec_3 .inr > h1 {
        font-size: 40px;
    }

}



.sec_3 .inr > h1 span,
.sec_3 .inr > h1 img {
	display: block;
	margin-right: auto;
	margin-left: auto;

}
.sec_3 .inr > h1 img {
	max-width: 60%;
}

@media (min-width: 768px) {

    .sec_3 .inr > h1 img {
        max-width: 100%;
    }
    
}



.sec_3 .inr > h1 span.font-1 {
	font-size: 20px;
	margin-top: 5px;
}

@media (min-width: 768px) {

    .sec_3 .inr > h1 span.font-1 {
        font-size: 30px;
        margin-top: 5px;
    }

    
}



.sec_3 .inr > h1 img {
	margin-top: 15px;
}
.sec_3 .inr > h1 span.font-2 {
	font-size: 14px;
	margin-top: 10px;
}
.sec_3 .wrap {
	background: url("../images/bg_stripe-gr.png");
	padding: 30px 25px 40px;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .sec_3 .wrap {
        padding: 60px 25px 80px;
    }

    
}

.sec_3 .wrap .hand {
	position: absolute;
	top: 90px;
	right: 0;
	width: 20%;
	
}

@media (min-width: 768px) {

    .sec_3 .wrap .hand {
        top: 120px;
        width: 24.8%;
    }

    
}



.sec_3 .wrap .lv2 > h1 {
	font-size: 20px;
	line-height: 1.5;
}

@media (min-width: 768px) {

    .sec_3 .wrap .lv2 > h1 {
        font-size: 30px;
    }
    
}


.sec_3 .wrap .lv2.lv2-1 p {
	font-size: 14px;
	line-height: 1.7;
	margin-top: 15px;
}


@media (min-width: 768px) {

    .sec_3 .wrap .lv2.lv2-1 p {
        font-size: 18px;
        line-height: 30px;
        margin-top: 30px;
    }

    
}

.sec_3 .wrap .lv2.lv2-1 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: calc(780px + 2%);
	margin: 20px auto 0;
}
@media (min-width: 768px) {

    .sec_3 .wrap .lv2.lv2-1 ul {
        margin: 40px auto 0;
    }

}


.sec_3 .wrap .lv2.lv2-1 ul li {
	width: 31%;
	margin: 0 1% 2%;
}
@media (min-width: 768px) {

    .sec_3 .wrap .lv2.lv2-1 ul li {
        width: 23%;
        margin: 0 1%;
    }

}



.sec_3 .wrap .lv2.lv2-2 {
	text-align: center;
}
.sec_3 .wrap .lv2.lv2-2 > h1 {
	display: inline-block;
	padding: 0 5px;
	margin-top: 23px;
}
@media (min-width: 768px) {

    .sec_3 .wrap .lv2.lv2-2 > h1 {
        margin-top: 45px;
    }

}
.sec_3 .wrap .lv2.lv2-2 > h1 span {
	background: url("../images/bg_pen.png") repeat-x center bottom;
}


.sec_3 .wrap .lv3,
.sec_3 .wrap .lv3 .wrap {
	border: 1px solid #000;
	border-radius: 3px;
	max-width: 620px;
	position: relative;
}
.sec_3 .wrap .lv3 {
	margin: 23px auto 0;
	right: -5px;
	bottom: -5px;
	background: url("../images/bg_stripe-bk.png");
}
.sec_3 .wrap .lv3 .wrap {
	top: -5px;
	left: -5px;
	background: #fff;
	padding: 35px 30px 40px;
	box-sizing: border-box;
}

@media (min-width: 768px) {
    
    .sec_3 .wrap .lv3 {
        margin: 45px auto 0;
        right: -10px;
        bottom: -10px;
    }
    .sec_3 .wrap .lv3 .wrap {
        top: -10px;
        left: -10px;
        padding: 40px 35px 45px;
    }

    
}



.sec_3 .wrap .lv3 .wrap h1 {
	color: #449a90;
	font-size: 18px;
	line-height: 1.5;
}

@media (min-width: 768px) {

    .sec_3 .wrap .lv3 .wrap h1 {
        font-size: 21px;
	   line-height: 30px;
    }

}


.sec_3 .wrap .lv3 .wrap p {
	text-align: justify;
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.7;
}

@media (min-width: 768px) {

    .sec_3 .wrap .lv3 .wrap p {
        text-align: justify;
        margin-top: 20px;
        font-size: 18px;
        line-height: 30px;
    }

    
}




/* .sec_4
------------------------------------------------------*/

.sec_4 .wrap {
	background: #ecf5f4;
	padding-top: 28px;
	padding-bottom: 40px;
}
@media (min-width: 768px) {

    .sec_4 .wrap {
        padding-top: 55px;
        padding-bottom: 80px;
    }
    
}


.sec_4 .wrap figure.chigai {
	max-width: 569px;
	margin: 0 auto;
}
.sec_4 .wrap figure.chigai figcaption {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 15px;
	text-align: center
}

@media (min-width: 768px) {

    .sec_4 .wrap figure.chigai figcaption {
        font-size: 20px;
        line-height: 30px;
        margin-top: 30px;
    }

    
}




/* .sec_5
------------------------------------------------------*/

.sec_5 .wrap {
	background: #ecf5f4;
	padding-top: 28px;
	padding-bottom: 40px;
}
@media (min-width: 768px) {

    .sec_5 .wrap {
        padding-top: 55px;
        padding-bottom: 80px;
    }

}


.sec_5 .wrap figure {
	max-width: 540px;
	margin: 0 auto;
}
.sec_5 .wrap figure:last-of-type {
	margin-top: 15px;
}
@media (min-width: 768px) {

    .sec_5 .wrap figure:last-of-type {
        margin-top: 30px;
    }

}


.sec_5 .wrap figure figcaption {
	font-size: 14px;
	line-height: 1.7;
	margin-top: 15px;
	text-align: justify;
}

@media (min-width: 768px) {

    .sec_5 .wrap figure figcaption {
        font-size: 18px;
        line-height: 30px;
        margin-top: 15px;
    }

}



.sec_5 .wrap figure figcaption span {
	display: block;
	font-size: 12px;
	line-height: 16px;
	margin-top: 5px;
}


@media (min-width: 768px) {

    .sec_5 .wrap figure figcaption span {
        font-size: 14px;
        line-height: 18px;
    }

}




/* .sec_6
------------------------------------------------------*/

.sec_6 > p {
	max-width: 540px;
	margin: -25px auto 25px;
	font-size: 14px;
	line-height: 1.7;
	text-align: justify
}
@media (min-width: 768px) {

    .sec_6 > p {
        margin: -50px auto 50px;
        font-size: 18px;
        line-height: 30px;
    }
    
}



.sec_6 .wrap {
	background: #ecf5f4;
	padding-top: 28px;
	padding-bottom: 40px;
}

@media (min-width: 768px) {

    .sec_6 .wrap {
        padding-top: 55px;
        padding-bottom: 80px;
    }
    
}


.sec_6 .wrap .lv2 h1 {
	font-size: 18px;
	text-align: center;
}
@media (min-width: 768px) {

    .sec_6 .wrap .lv2 h1 {
        font-size: 24px;
    }

}


.sec_6 .wrap .lv2 figure {
	max-width: 700px;
	margin: 25px auto 0;
}
.sec_6 .wrap .lv2 figure.daichokin {
	margin-bottom: 50px;
}
@media (min-width: 768px) {

    .sec_6 .wrap .lv2 figure.daichokin {
        margin-bottom: 100px;
    }

}


.sec_6 .wrap .lv2 figure figcaption {
	margin-top: 10px;
	text-align: right;
	font-size: 12px;
	line-height: 16px;
}

@media (min-width: 768px) {

    .sec_6 .wrap .lv2 figure figcaption {
        margin-top: 20px;
        font-size: 14px;
        line-height: 18px;
    }

}




/* .sec_7
------------------------------------------------------*/

.sec_7 > p,
.sec_7 > figure {
	max-width: 540px;
	margin: -50px auto 50px;
	font-size: 18px;
	line-height: 30px;
}
.sec_7 > p {
	margin: -25px auto 0;
	font-size: 14px;
	line-height: 1.7;
	text-align: justify
}
@media (min-width: 768px) {

    .sec_7 > p {
        margin: -50px auto 0;
        font-size: 18px;
        line-height: 30px;
    }

}



.sec_7 > figure {
	margin: 15px auto 50px;
}

.sec_7 .wrap {
	background: #ecf5f4;
	padding-top: 8px;
	padding-bottom: 40px;
}

@media (min-width: 768px) {

    .sec_7 .wrap {
        padding-top: 15px;
        padding-bottom: 80px;
    }

}



/* .sec_8
------------------------------------------------------*/

.sec_8 > p {
	max-width: 540px;
	margin: -25px auto 25px;
	font-size: 14px;
	line-height: 1.7;
	text-align: justify
}
@media (min-width: 768px) {

    .sec_8 > p {
        margin: -50px auto 50px;
        font-size: 18px;
        line-height: 30px;
    }

}



.sec_8 .wrap {
	background: #ecf5f4;
	padding-top: 28px;
	padding-bottom: 40px;
}

@media (min-width: 768px) {

    .sec_8 .wrap {
        padding-top: 55px;
        padding-bottom: 80px;
    }

}


.sec_8 .wrap ul {
	max-width: calc(768px + 2%);
	margin: 0 auto -2%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sec_8 .wrap ul li {
	width: 31%;
	margin: 0 1% 2%;
}

@media (min-width: 768px) {

    .sec_8 .wrap ul li {
        width: 23%;
    }

    
}




/* .sec_9
------------------------------------------------------*/

.sec_9 > p {
	max-width: 540px;
	margin: -25px auto 25px;
	font-size: 14px;
	line-height: 1.7;
	text-align: justify
}
@media (min-width: 768px) {

    .sec_9 > p {
        margin: -50px auto 50px;
        font-size: 18px;
        line-height: 30px;
    }

}

.sec_9 .wrap {
	background: #ecf5f4;
	padding-top: 8px;
	padding-bottom: 40px;
}

@media (min-width: 768px) {

    .sec_9 .wrap {
        padding-top: 15px;
        padding-bottom: 80px;
    }

    
}



/* .sec_10
------------------------------------------------------*/

.sec_10 > p {
	max-width: 540px;
	margin: -25px auto 25px;
	font-size: 14px;
	line-height: 1.7;
	text-align: justify;
}
@media (min-width: 768px) {

    .sec_10 > p {
        margin: -50px auto 50px;
        font-size: 18px;
        line-height: 30px;
    }

}

.sec_10 .wrap {
	background: #ecf5f4;
	padding-top: 28px;
	padding-bottom: 40px;
}

@media (min-width: 768px) {

    .sec_10 .wrap {
        padding-top: 55px;
        padding-bottom: 80px;
    }

    
}


.sec_10 .wrap .wrap_type1 {
	max-width: 540px;
}
.sec_10 .wrap .wrap_type1 p {
	font-size: 14px;
	line-height: 1.7;
	text-align: justify;
}


@media (min-width: 768px) {

    .sec_10 .wrap .wrap_type1 p {
        font-size: 18px;
        line-height: 30px;
    }

}


/* .sec_11
------------------------------------------------------*/

.sec_11 {
	text-align: center;
}
.sec_11 > .link {
	margin: 40px 0 50px;
}

@media (min-width: 768px) {

    .sec_11 > .link {
        margin: 80px 0 100px;
    }
    
}



.sec_11 > .link a {
	font-size: 16px;
    line-height: 1.5;
	color: #449a90;
	text-decoration: none;
}
.sec_11 > .link a img {
	width: 15px;
	position: relative;
	top: 4px;
}

@media (min-width: 768px) {

    .sec_11 > .link a {
        font-size: 27px;
    }
    .sec_11 > .link a img {
        width: 25px;
        top: 7px;
    }

    
}



.sec_11 .lv2 .link {
	margin-top: 20px;
}
@media (min-width: 768px) {

    .sec_11 .lv2.lv2-1 .link {
        margin-top: 70px;
    }

}


.sec_11 .wrap {
	margin-top: 30px;
	background: url("../images/mask-top.png") no-repeat left top / 100% auto,
		url("../images/mask-btm.png") no-repeat left bottom / 100% auto,
		url("../images/bg_dot-2.png");
	padding-top: 15%;
	padding-bottom: 15%;
}

.sec_11 .lv2.lv2-1 {
	margin-top: 10px;
}
.sec_11 .lv2.lv2-2 figcaption {
	font-size: 14px;
	line-height: 1.7;
}

@media (min-width: 768px) {

    .sec_11 .lv2.lv2-2 figcaption {
        font-size: 18px;
        line-height: 30px;
    }

}


.sec_11 .lv2.lv2-3 .fukidashi h1 {
	text-align: center;
	background: #fff;
	font-size: 24px;
	line-height: 1.25;
	color: #231815;
	max-width: 768px;
	padding: 10px 0;
	margin: 70px auto 0;
}
.sec_11 .lv2.lv2-3 ul {
	margin-top: 15px;
}



/* section012
------------------------------------------------------*/


body .wrap section.contents12 .con12_box01 h1 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color : #FFFFFF;
	background: #7cb8b1;
	padding: 20px 0;
}

@media (min-width: 768px) {

    body .wrap section.contents12 .con12_box01 h1 {
        font-size: 40px;
        padding: 20px 0;
    }

}


body .wrap section.contents12 .titlelv01 h1 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
    color : #231815;
    padding: 0%;
}

@media (min-width: 768px) {

    body .wrap section.contents12 .titlelv01 h1 {
        font-size: 21px;
		line-height: 30px;
    }

    
}






body .wrap section.contents12 .title {
    background: url(../images/icon_plus.png) no-repeat right 30px center / auto auto,
        url(../images/bg_faq.png) repeat-x 0 0 / auto 100%;
    padding: 20px 60px;
    border-bottom: 1px solid #a1ccc7;
    position: relative;
    cursor: pointer;
}

@media (min-width: 768px) {
    body .wrap section.contents12 .title {
        background: url(../images/icon_plus.png) no-repeat right 70px center / auto auto,
            url(../images/bg_faq.png) repeat-x 0 0 / auto 100%;
    }

    body .wrap section.contents12 .title {
        padding: 20px 60px;
    }

    
}



body .wrap section.contents12 .title.open {
    background: url(../images/icon_minus.png) no-repeat right 30px center / auto auto,
        url(../images/bg_faq.png) repeat-x 0 0 / auto 100%;
}
@media (min-width: 768px) {
    body .wrap section.contents12 .title.open {
        background: url(../images/icon_minus.png) no-repeat right 70px center / auto auto,
            url(../images/bg_faq.png) repeat-x 0 0 / auto 100%;
    }

    body .wrap section.contents12 .title h1 {
        padding-right: 65px;
        padding-left: 65px;
    }
    
}
body .wrap section.contents12 .title h1 span {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -22px;
    font-size: 30px;
    color: #7cb8b1;
}

@media (min-width: 768px) {

    body .wrap section.contents12 .title h1 span {
        left: 70px;
        margin-top: -20px;
        font-size: 44px;
    }

    
}







body .wrap section.contents12 .box_con012_bg {
    margin-top: 5%;
}

body .wrap section.contents12 .box_con012_bg p {
    font-size: 10vw;
    text-align: center;
    color : #FF3E7E;
}

@media (min-width: 768px) {
    body .wrap section.contents12 .box_con012_bg p {
        font-size: 5vw;
        text-align: center;
        color : #FF3E7E;
    }
}

@media (min-width: 1000px) {
    body .wrap section.contents12 .box_con012_bg p {
        font-size: 50px;
        text-align: center;
        color : #FF3E7E;
    }
}

body .wrap section.contents12 .box_con012_bg .con12_box02 {
}

body .wrap section.contents12 .box_con012_bg .con12_box02 p.right {
    text-align: right;
    padding-right: 7%;
}

body .wrap section.contents12 .box_con012_bg .con12_box02 p {
    font-size : 3vw;
    line-height : 6vw;
    letter-spacing : 1.05px;
    color : #231815;
    text-align: justify;
    width: 90%;
    margin: 5% auto;
    margin-top: 3%;
}

@media (min-width: 768px) {
    body .wrap section.contents12 .box_con012_bg .con12_box02 p {
        font-size: 2.1vw;
        line-height: 4vw;
        letter-spacing: 0.105vw;
        color : #231815;
        text-align: justify;
        width: 90%;
        margin: 5% auto;
        margin-top: 3%;
    }
}

@media (min-width: 1000px) {
    body .wrap section.contents12 .box_con012_bg .con12_box02 p {
        font-size : 21px;
        line-height : 40px;
        letter-spacing : 1.05px;
        color : #231815;
        text-align: justify;
        width: 86%;
        margin: 5% auto;
        margin-top: 3%;
    }
}

body .wrap section.contents12 .box_con012_bg .con12_box02 p span {
    font-weight: bold;
    color : #FF3E7E;
}

body .wrap section.contents12 .box_con012_bg .con12_box02 p a {
    color: #00AAFF;
}

body .wrap section.contents12 .box_con012_bg .con12_box02 p span.small_f {
    font-size: 2.5vw;
    font-weight: normal;
    color: #000;
}

@media (min-width: 768px) {
    body .wrap section.contents12 .box_con012_bg .con12_box02 p span.small_f {
        font-size: 1.8vw;
        font-weight: normal;
        color: #000;
    }
}

@media (min-width: 1000px) {
    body .wrap section.contents12 .box_con012_bg .con12_box02 p span.small_f {
        font-size: 18px;
        font-weight: normal;
        color: #000;
    }
}

body .wrap section.contents12 ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex ;
    justify-content: center;
}

@media (min-width: 768px) {
}

@media (min-width: 1000px) {
}

body .wrap section.contents12 li {
    margin: 5% 2%;
}

@media (min-width: 768px) {
}

@media (min-width: 1000px) {
}

body .wrap section.contents12 li img {
    width: 100%
}

@media (min-width: 768px) {
}

@media (min-width: 1000px) {
}

body .wrap section.contents12 .end_btn {
    max-width: 600px;
	padding: 0 25px;
    margin: 30px auto 0;
    display: block;
}

@media (min-width: 768px) {

	body .wrap section.contents12 .end_btn {
		margin: 100px auto 0;
	}

}



footer {
    background-color: #449a90;
    margin-top: 40px;
    padding: 20px 10px;
    line-height: 1.5;
    font-size: 14px;
}
@media (min-width: 768px) {

    footer {
        margin-top: 110px;
    }

}



footer p {
    text-align: center;
    color: #FFF;
}
