@charset "utf-8";
/* CSS Document */
/* body{
	overflow-y: auto;
} */

.main{
	width: 100%;
	margin: 0 auto;
	/* height: 100%; */
	/*font-family: Arial, Helvetica, sans-serif;*/
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	position: relative;

}
/* 印刷用 */
/* overflowを初期値(visible)にしないと1ページ分しか印刷できない */
/* footer固定用にmin-heightに数値を指定している場合、印刷時footerが変にずれるので、ここでcontents{min-height:0(初期値);}を指定 */

@media print {
    body{
        overflow-y: visible;
        overflow-x: visible;
    }
    .main{
        overflow-y: visible;
        overflow-x: visible;
	}
}
/* NOW */
nav .container_item:nth-child(1) > a{
	color: #916eb0;
    font-weight: bold;
}
.section1{
	/* text-align: center; */
	margin-top: 50px;
}
.section1 > p,
.section1 > p > span{
	font-size: 1.8rem;
	text-align: left;
	line-height: 1.5;
}
.img_center_wrap{
	margin-bottom: 30px;
}
.section1_sub_text{
	/* margin: 0px 15px; */
    margin-top: 50px;
}
.section1_sub_text > p,
.section1_sub_text > a{
	font-size: 1.6rem;
	text-align: left;
	/* background-color: rgba(211, 211, 211, 0.2); */
    /* padding: 25px; */
}

.section2 .container{
	margin-bottom: 20px;
}
.container_item_l_section1{
	width: 70%;
}
.container_item_r_section1{
	width: 30%;
	text-align: center;
}
.container_item_r_section1 img{
	width: 100%;
}
.container_item_l_section2_1{
	width: 300px;
}
.container_item_r_section2_1{
	width: calc(100% - 300px);
	padding-left: 40px;
	padding-top: 40px;
}
.container_item_l_section2_2{
	width: calc(100% - 300px);
	padding-right: 20px;
}
.container_item_r_section2_2{
	width: 300px;
}

.section3 .section3_text{
	background-color: #eee;
	/* background-color: #cdeee8; */
	border-radius: 10px;
	padding: 40px;
	text-align: center;
	width: 700px;
    margin: 0 auto;
}
.section3 .section3_text p span{
	font-size: 2.2rem;
}
.section3 .section3_text p{
	font-size: 2rem;
	line-height: 1.8em;
	font-weight: bold;
}

.section3 .btn{
	width:	400px;
	height: 50px;
    line-height: 50px;
	margin-top: 20px;
}

.container_item_shadow{
	margin: 15px;
    box-shadow: 0 1px 6px 0 rgba(77, 75, 107, 0.5);
    -webkit-box-shadow: 0 1px 6px 0 rgba(77, 75, 107, 0.5);
	background-color: #fff;
	border-radius: 30px;
	transition: 0.2s;
}
.container_item_shadow:hover{
    box-shadow: 0 1px 18px 0 rgba(77, 75, 107, 0.5);
    -webkit-box-shadow: 0 1px 18px 0 rgba(77, 75, 107, 0.5);
	transition: 0.2s;
}

.container_item_link{
	display: block;
	padding: 25px 20px;
}
.container_item_head{
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.container_item_head_ifilter{
	height: 75px;
    padding-top: 10px;
}
.container_item_icon{
	/* margin-bottom: 20px; */
	text-align: center;
}
.container_item_icon > img{
	width: auto;
	height: 70px;
}

.container_item_img{
	/* margin-bottom: 20px; */
	text-align: center;
}
.container_item_img > img{
	width: auto;
	height: 30px;
}
.container_item_img_extreme > img{
	position: relative;
	top: 5px;
	height: 60px;
}

.container_item_img_ifilter > img{
	position: relative;
	top: 10px;
    height: 60px;
}
.container_item_img_onebe > img{
	position: relative;
	top: 10px;
	height: 55px;
}
.container_item_text{
	text-align: left;
	line-height: 1.5;
	font-size: 1.4rem;
}

.section4_p{
	text-align: center;
    padding: 5px 0px;
}
.section4_p > a{
	font-size: 2rem;
    font-weight: bold;
	text-decoration: underline;
}

.section5_text{
	background-color: #eee;
    border-radius: 10px;
    padding: 40px;
    width: 830px;
    margin: 0 auto;
	font-weight: bold;
}

.section5 .contents_list_A > ul > li{
	font-size: 2rem;
    line-height: 1.8em;
}

.section5 .btn{
    width: 400px;
    height: 50px;
    line-height: 50px;
    margin-top: 50px;
}

@media only screen and (min-device-width:320px) and (max-device-width:812px) {
	.section1{
		padding: 0px 20px;
	}
	.section1 > p,
	.section1 > p > span{
		font-size: 1.8rem;
	}


.container_item_l_section1{
	width: 100%;
}
.container_item_r_section1{
	width: 100%;
	text-align: center;
	padding-top	: 40px;
}

.container_item_l_section2_1{
	width: 100%;
	text-align: center;
}
.container_item_r_section2_1{
	width: 100%;
	padding: 0px;
}
.container_item_l_section2_2{
	width: 100%;
	padding-right: 0px;
}
.container_item_r_section2_2{
	width: 100%;
	text-align: center;
	padding-top	: 40px;
}

.section3 .section3_text{
	padding: 40px;
	text-align: center;
	width: 100%;
    margin: 0 auto;
}
.section5 .section5_text {
    padding: 40px;
    width: 100%;
    margin: 0 auto;
}
.section3 .btn{
	width:	auto;
	height: auto;
}
.section5 .btn{
	width:	auto;
	height: auto;
}

.container_item_shadow{
	margin: 10px 0px;
	}
}