?ver1.00?ver1.00?ver1.00?ver1.00?ver1.00?ver1.00?ver1.00?ver1.00?ver1.00?ver1.00@charset "utf-8";
@import url(common.css);
/* CSS Document */

html{
	overflow-x:hidden;
	font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
body{
	margin: 0px;
	line-height:1.7em;
}
p, h2, h3, h4{
	margin-block-start: 0em;
    margin-block-end: 0em;
	text-align: justify;
    text-justify: inter-ideograph;
}
img{
	vertical-align: bottom;
}
p span, h2 span, h3 span, h4 span, p span, li span, td span, th span{
	display: inline-block;
}
ul{
	padding-inline-start: 20px;
}
p, h2, h3, h4, li, a{
	color: #000;
}
a{
	transition: 0.8s;
}
a:hover{
	opacity: 0.7;
}

header{
	background-color: rgba(255, 255, 255, 0.5); /*背景透過*/
	width:100%;
	position: fixed;
	z-index: 1000;
}
header .header_width{
	max-width: 1200px;
	margin:0 auto;
	display: flex;
	align-items: center;
}
header .header_img{
	width:150px;
	height: auto;
	padding:20px;
	padding-left: 0;
}
header .header_img img{
	width:100%;
}
header nav{
	margin-left: auto; 
	height:100%;
}
header nav ul{
	display: flex;
}
header nav ul li{
	padding:0.8em 1em 0.8em 1em;
	font-size:17px;
	list-style-type: none;
}
header nav ul li:last-child{
	padding:0.8em 0em 0.8em 1em;
}
header nav ul li a{
	text-decoration: none;
	color: #000;
}
header p{
	border-left:1px solid #fff;
	padding-left: 1em;
	font-size:21px;
	color: #fff;
	letter-spacing:1px;
}
header p a{
	text-decoration: none;
	color:#fff;
}
header p span{
	font-size:14px;
}
header .top_tel p{
	margin: 0;
}
header p.top_yoyaku{
	border-left:none;
	padding-left:0.5em;
}



footer{
}
footer .footer{
	text-align: center;
	background-color: #00abcc;
	padding-top: 30px;
	padding-bottom: 30px;
}
footer .footer .footerrogo{
	width:100%;
	margin-top: 0.5rem;
	background-color: #fff;
}
footer .footer .footerrogo .rogo{
	width:200px;
	margin:0 auto;
	padding-bottom: 20px;
	padding-top: 20px;
}
footer .footer .footerrogo .rogo img{
	width:100%;
}
footer .footer nav{
	width: 600px;
	margin:0 auto;
}
footer .footer nav ul{
	display: flex;
	justify-content: space-between;
	width:100%;
	padding-inline-start: 0px;
}
footer .footer nav ul li{
	/*padding:0.8em 1em 0.8em 1em;*/
	font-size:16px;
	list-style-type: none;
}
footer .footer nav ul li a{
	text-decoration: none;
	color: #fff;
}

footer .copyright{
	text-align: center;
	background-color: #00abcc;
	padding-bottom: 5px;
	padding-top: 5px;
}
footer .copyright small{
	color:#fff;
}

/*コンテンツ共通部*/
.content_top{
	padding-top: 110px;
}


/*メインイメージ*/
#main_img{
	background-image: url("../img/topimg_3.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 800px;
}
#main_img .main_img{
	width:100%;
	position: relative;
}
#main_img .main_img img{
	width:100%;
}
#main_img .main_img .text{
	width: 1200px;
	margin: 0 auto;
	position: absolute;
	top:0vw;
	left:15vw;
}
#main_img .main_img .text h1{
	font-size: 60px;
	line-height: 1.5em;
	color: #fff;
	text-shadow: 0 0 10px #00abcc;
	font-weight: bold;
}
#main_img .main_img .text .text_p{
	width: 400px;
	border-top: 2px solid #fff;
	padding-top: 3rem;
}
#main_img .main_img .text .text_p .box{
	
}
#main_img .main_img .text .text_p .box p.regular{
	font-size: 25px;
	color: #fff;
	font-weight: bold;
}
#main_img .main_img .text .text_p .box p.large{
	font-size: 50px;
	line-height: 1.2em;
	color: #ffff00;
	margin-bottom: 0.5em;
	font-weight: bold;
}
#main_img .main_img .text .text_p .box p.large span{
	font-size: 20px;
}
#main_img .main_img .text .text_p p.small{
	font-size: 16px;
	line-height: 1.8em;
	color: #fff;
	/*border-top: 2px solid #fff;*/
	/*border-bottom: 2px solid #fff;*/
	padding-bottom: 1em;
	padding-top:1em;
}


/*コンテンツ1*/
.content1{
	margin-top: 5rem;
	padding-bottom: 2rem;
	background-color: #ffffdd;
}
.content1 .con1{
	width: 1200px;
	margin: 0 auto;
}
.content1 .con1 .text{
}
.content1 .con1 .text h2{
	text-align: center;
	padding-bottom: 0.8em;
	padding-top: 0.8em;
	background-color: #00abcc;
	margin-bottom: 2em;
	color: #fff;
}
.content1 .con1 .text p{
	text-align: center;
	margin-bottom: 2em;
	margin-top: 1em;
}
.content1 .con1 .flex .photo_sp{
	display:none;
}
.content1 .con1 .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3rem;
}
.content1 .con1 .flex.flex1{
	flex-flow: row-reverse;
}
.content1 .con1 .flex.flex2{
}
.content1 .con1 .flex .text{
	width: 510px;
}
.content1 .con1 .flex .text h3{
	margin-bottom: 1em;
	font-size: 25px;
	color: #00abcc;
}
.content1 .con1 .flex .text p{
	margin-bottom: 30px;
	text-align: left;
}
.content1 .con1 .flex .text a{
	color: #fff;
	background-color: #0059b6;
	border-radius: 10px;
	transition: 0.4s;
	text-decoration: none;
	padding: 0.5em 2em;
}
.content1 .con1 .flex .text a:hover{
	opacity: 0.6;
}
.content1 .con1 .flex .photo{
	width:580px;
}
.content1 .con1 .flex .photo img{
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 30px;
}


/*コンテンツ2*/
.content2{
	background-color: #eaffff;
}
.content2 .con2{
	max-width: 1200px;
	margin: 0 auto;
}
.content2 .con2 .text{
	width: 100%;
}
.content2 .con2 .text h2{
	text-align: center;
	padding-top: 1em;
}
.content2 .con2 .text p{
	text-align: center;
	margin-bottom: 2em;
	margin-top: 1em;
}
.content2 .con2 .flex{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: top;
}
.content2 .con2 .flex .box{
	width:250px;
}
.content2 .con2 .flex .box .photo{
	width:100%;
}
.content2 .con2.flex .box .photo img{
	width:100%;
	height: 250px;
	object-fit: cover;
}
.content2 .con2 .flex .box .text{
	width: 100%;
	text-align: center;
}
.content2 .con2 .flex .box .text p{
	text-align: center;
	font-size: 20px;
	margin-top: 0.5em;
	margin-bottom: 2em;
}

/*コンテンツ3*/
.content3{
	padding-bottom: 2rem;
}
.content3 .con3{
	width: 1200px;
	margin: 0 auto;
}
.content3 .con3 .text{
}
.content3 .con3 .text h2{
	padding-top: 1em;
	color: #00abcc;
	border-bottom: 3px solid #00abcc;
	padding-bottom: 0.3em;
}
.content3 .con3 .text p{
	margin-bottom: 1em;
	margin-top: 1em;
}
.content3 .con3 .flex{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: top;
}
.content3 .con3 .flex .photo{
	width: 600px;
}
.content3 .con3 .flex .photo img{
	width: 100%;
}
.content3 .con3 .flex .text{
	width: 533px;
}
.content3 .con3 .flex .text h3{
	padding-bottom: 1em;
	margin-top: 1em;
}
.content3 .con3 .flex .text h4{
	padding-bottom: 1em;
	margin-top: -1em;
}
.content3 .con3 .flex .text p{
	width:100%;
	margin-top:0em;
}
.content3 .con3 .p_box{
	width: 100%;
	background-color: #eee;
	padding: 2em 0;
	margin-top: 0;
}
.content3 .con3 .p_box p{
	width: 90%;
	margin: 0 auto;
}

/*コンテンツ4*/
.content4{
	background-color: #eaffff;
	padding-bottom: 2rem;
}
.content4 .con4{
	max-width: 1200px;
	margin: 0 auto;
}
.content4 .con4 .text{
}
.content4 .con4 .text h2{
	text-align: center;
	padding-bottom: 0.3em;
	padding-top: 1em;
}
.content4 .con4 .text p{
	text-align: center;
	margin-bottom: 2em;
	margin-top: 1em;
}
.content4 .con4 .photo{
	width: 600px;
	margin: 0 auto;
}
.content4 .con4 .photo img{
	width: 100%;
}
.content4 .con4 .text_box{
	width: 100%;
	background-color: #fff;
	padding: 2em 0;
	margin-top: 3rem;
}
.content4 .con4 .text_box p{
	width: 80%;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.content4 .con4 .text_box ul{
	padding-inline-start:40px;
	width: 80%;
	margin: 0 auto;
}
.content4 .con4 .text_box ul li{
}

/*コンテンツ5*/
.content5{
	padding-bottom: 2rem;
}
.content5 .con5{
	max-width: 1200px;
	margin: 0 auto;
}
.content5 .con5 .text{
	text-align: center;
	width: 100%;
}
.content5 .con5 .text h2{
	text-align: center;
	padding-bottom: 0.3em;
	padding-top: 1em;
}
.content5 .con5 .text p{
	text-align: center;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
.content5 .con5 .text a{
	text-align: center;
	font-size: 36px;
}
.content5 .con5 table{
	width: 800px;
	margin: 0 auto;
	border-collapse:collapse;
	background-color: #eee;
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.content5 .con5 table tbody{
	width: 100%;
}
.content5 .con5 table tbody tr{
	width: 100%;
}
.content5 .con5 table tbody tr th{
	width: 20%;
	border: 2px solid #fff;
	padding: 0.5em 1em;
}
.content5 .con5 table tbody tr td{
	border: 2px solid #fff;
	padding: 0.5em 1em;
}
.content5 .con5 .map{
	width: 800px;
	margin: 0 auto;
}

/*コンテンツ6*/
.content6{
	width: 100%;
}
.content6 .con6{
	width: 1200px;
	margin: 0 auto;
}
.content6 .con6 h2{
	padding-top: 1em;
	padding-bottom: 1em;
}
.content6 .con6 .merit{
	margin-bottom: 4rem;
}
.content6 .con6 .merit .box{
	width: 100%;
	margin-bottom: 2rem;
}
.content6 .con6 .merit .box .flex_sp{
	display: none;
}
.content6 .con6 .merit .box .flex_pc{
	padding: 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #e2eaf1;
	border-radius: 20px;
}
.content6 .con6 .merit .box .flex_pc .img{
	width:150px;
}
.content6 .con6 .merit .box .flex_pc .img img{
	width:100%;
}
.content6 .con6 .merit .box .flex_pc .text{
	width: 950px;
}
.content6 .con6 .merit .box .flex_pc .text p{
}
.content6 .con6 .merit .box .flex_pc .text p.bold{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.8em;
}

/*コンテンツ7*/
.content7{
	width: 100%;
	padding-bottom: 2rem;
}
.content7 .con7{
	width: 1200px;
	margin: 0 auto;
}
.content7 .con7 .text{
}
.content7 .con7 .text h2{
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
}
.content7 .con7 .text p{
	margin-bottom: 0.5em;
	margin-top: 1em;
	width: 600px;
	margin: 0 auto;
}
.content7 .con7 .flex{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: top;
	margin-top: 2rem;
}
.content7 .con7 .flex .box{
	width: 350px;
}
.content7 .con7 .flex .box .photo{
	width: 350px;
	margin-bottom: 1rem;
}
.content7 .con7 .flex .box .photo img{
	width: 100%;
	height: 350px;
	object-fit: cover;
	border-radius: 200px;
}
.content7 .con7 .flex .box .text{
	width: 100%;
}
.content7 .con7 .flex .box .text h4{
	width: 100%;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
.content7 .con7 .flex .box .text p{
	width: 100%;
	margin-bottom:1em;
}
.content7 .con7 .flex .box .text a{
	padding: 0.3em 1em;
	background-color: #ff9e17;
	color: #fff;
	text-decoration: none;
}

/*コンテンツ8*/
.content8{
	background-color: #ebffff;
	width: 100%;
	padding-bottom: 2rem;
}
.content8 .con8{
	width: 1000px;
	margin: 0 auto;
}
.content8 .con8 .text{
	width: 100%;
}
.content8 .con8 .text h2{
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
}
.content8 .con8 .text p{
	margin-bottom: 0.5em;
	margin-top: 1em;
	padding-bottom: 1em;
	width: 600px;
	margin: 0 auto;
	text-align: center;
}
.content8 .con8 .box{
	width: 100%;
	/*box-shadow: 0 0 3px 2px rgba(0,0,0,0.4);*/
	border: 1px solid #00abcc;
	background-color: #fff;
	margin-bottom: 2rem;
}
.content8 .con8 .box .row{
	padding: 2rem;
}
.content8 .con8 .box .row .n1{
	display: inline-block;
	vertical-align: middle;
	width: 80px;
}
.content8 .con8 .box .row .n1 p{
	font-size: 28px;
	font-weight: bold;
	color: #00abcc;
}
.content8 .con8 .box .row .n2{
	display: inline-block;
	vertical-align: middle;
	width:200px;
}
.content8 .con8 .box .row .n2 p{
	font-size: 22px;
	font-weight: bold;
}
.content8 .con8 .box .row .n3{
	display: inline-block;
	vertical-align: middle;
	width: 640px;
}
.content8 .con8 .box .row .n3 p{
	width: 100%;
}



/*問い合わせ*/
#contact{
	background-color: #ebffff;
	width: 100%;
	padding-bottom: 3rem;
}
#contact .contact{
	width: 800px;
	margin: 0 auto;
}
#contact .contact .text h2{
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
}


@media screen and (min-width:769px){
	header #drawer_wrapper{
	    display:none;
}
}

@media screen and (max-width:768px){
	
img.hana{
	display: none;
}
header .pc_nav{
	display: none;
}
body{
	min-width:auto;
	overflow-x: visible;
}
header{
	
}
header .header_width{
	max-width: auto;
	margin:auto;
	display: block;
	text-align: center;
	height:auto;
}
header .header_img{
	/*margin:0 auto;*/
	padding:10px 20px 10px;
	width: 100px;
}
header .header_img img{
	width:100%;
}
header nav{
	margin-left: auto; 
}
header nav ul{
	display: block;
	padding-inline-start: 0px;
	justify-content: space-between;
}
header nav ul li{
	padding:0.8em 1em 0.8em 1em;
	font-size:17px;
}
header p{
	border-left:none;
	padding-left: 0em;
	font-size:18px;
	margin-block-start: 0em;
    margin-block-end: 0em;
}
header p span{
	font-size:12px;
}
header .top_tel{
	display: inline-block;
	vertical-align: middle;
}
header p.top_yoyaku{
	display: inline-block;
	vertical-align: middle;
}
footer .footer img{
	width:60%;
}
footer .footer nav{
	display: none;
}
footer .copyright small{
	color:#fff;
}
	
/*コンテンツ共通部*/
.content_top{
	padding-top: 80px;
}

/*メインイメージ*/
#main_img{
	height: 60vh;
}
#main_img .main_img{
	width:100%;
	position: relative;
}
#main_img .main_img img{
	width:100%;
}
#main_img .main_img .text{
	width: 90vw;
	top:0vw;
	left:10vw;
}
#main_img .main_img .text h1{
	font-size: 6vw;
}
#main_img .main_img .text .text_p{
	width: 300px;
	padding-top: 2rem;
}
#main_img .main_img .text .text_p .box p.regular{
	font-size: 20px;
}
#main_img .main_img .text .text_p .box p.large{
	font-size: 35px;
}
#main_img .main_img .text .text_p .box p.large span{
	font-size: 16px;
}
#main_img .main_img .text .text_p p.small{
	font-size: 14px;
}
	
	
/*コンテンツ1*/
.content1{
	margin-top: 2rem;
}
.content1 .con1{
	width: 90vw;
}
.content1 .con1 .text h2{
	font-size: 20px;
}
.content1 .con1 .text p{
}
.content1 .con1 .flex{
	display: block;
	margin-bottom: 3rem;
}
.content1 .con1 .flex .text{
	width: 100%;
	margin-bottom: 2rem;
	padding-top: 1rem;
}
.content1 .con1 .flex .photo_sp{
	display:block;
	width: 100%;
	margin-bottom: 1rem;
}
.content1 .con1 .flex .photo_sp img{
	width: 100%;
	border-radius: 30px;
}
.content1 .con1 .flex .text h3{
	margin-bottom: 20px;
	font-size: 20px;
}
.content1 .con1 .flex .text p{
	margin-bottom: 20px;
}
.content1 .con1 .flex .text a{
}
.content1 .con1 .flex .photo{
	display: none;
}
.content1 .con1 .flex img{
	border-radius: 30px;
	height: 60vw;
}	
	
	
/*コンテンツ2*/
.content2 .con2{
	width: 90vw;
}
.content2 .con2 .text h2{
	font-size: 20px;
	padding-top: 1em;
}
.content2 .con2 .text p{
}
.content2 .con2 .flex .box{
	width:48%;
}
.content2 .con2 .flex .box .photo img{
	width:100%;
	height: 200px;
}
.content2 .con2 .flex .box .text p{
	font-size: 16px;
}
	
/*コンテンツ3*/
.content3{
}
.content3 .con3{
	width: 90vw;
}
.content3 .con3 .text{
}
.content3 .con3 .text h2{
	font-size:20px
}
.content3 .con3 .text p{
}
.content3 .con3 .flex{
	display:block;
}
.content3 .con3 .flex .photo{
	width: 100%;
}
.content3 .con3 .flex .text{
	width: 100%;
}
.content3 .con3 .flex .text h3{
	font-size: 18px;
}
.content3 .con3 .flex .text h4{
	font-size: 17px;
}
.content3 .con3 .flex .text p{
	margin-top:1em;
}
.content3 .con3 .p_box{
	margin-top: 0.5rem;
}
.content3 .con3 .p_box p{
}
	
	
/*コンテンツ4*/
.content4 .con4{
	max-width: 90vw;
}
.content4 .con4 .text{
}
.content4 .con4 .text h2{
	font-size:20px
}
.content4 .con4 .text p{
}
.content4 .con4 .photo{
	width: 90vw;
}
.content4 .con4 .text_box{
	margin-top: 0.5rem;
}
.content4 .con4 .text_box p{
	font-size: 16px;
}
.content4 .con4 .text_box ul li{
	font-size: 14px;
}
	

/*コンテンツ5*/
.content5{
}
.content5 .con5{
	max-width: 90vw;
}
.content5 .con5 .text h2{
	font-size:20px
}
.content5 .con5 .text p{
}
.content5 .con5 .text a{
	font-size: 24px;
}
.content5 .con5 table{
	width: 100%;
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.content5 .con5 table tbody tr th{
	width: 20%;
}
.content5 .con5 table tbody tr td{
}
.content5 .con5 .map{
	width: 100%;
}

/*コンテンツ6*/
.content6 .con6{
	width: 90vw;
}
.content6 .con6 h2{
	font-size: 20px;
}
.content6 .con6 .merit{
	margin-bottom: 2rem;
}
.content6 .con6 .merit .box{
	width: 100%;
	margin-bottom: 1rem;
}
.content6 .con6 .merit .box .flex_sp{
	padding: 2rem;
	display: block;
	background-color: #e2eaf1;
	border-radius: 20px;
}
.content6 .con6 .merit .box .flex_pc{
	display: none;
}
.content6 .con6 .merit .box .flex_sp .img_flex{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.content6 .con6 .merit .box .flex_sp .img_flex .img{
	width:25%;
	margin-bottom: 1rem;
}
.content6 .con6 .merit .box .flex_sp .img_flex .img img{
	width:100%;
}
.content6 .con6 .merit .box .flex_sp .img_flex .text{
	width: 70%;
}
.content6 .con6 .merit .box .flex_sp .img_flex p{
	width:100%;
}
.content6 .con6 .merit .box .flex_sp .img_flex .text p.bold{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0.8em;
	line-height: 1.4em;
}

/*コンテンツ7*/
.content7 .con7{
	width: 90vw;
}
.content7 .con7 .text h2{
	font-size: 20px;
}
.content7 .con7 .text p{
	width: 100%;
}
.content7 .con7 .flex .box{
	width: 27vw;
}
.content7 .con7 .flex .box .photo{
	width: 100%;
	margin-bottom: 1rem;
}
.content7 .con7 .flex .box .photo img{
	width: 100%;
	height: 27vw;
}
.content7 .con7 .flex .box .text h4{
}
.content7 .con7 .flex .box .text p{
	font-size: 14px;
}
.content7 .con7 .flex .box .text a{
	font-size: 14px;
}
	
/*コンテンツ8*/
.content8 .con8{
	width: 90vw;
	margin: 0 auto;
}
.content8 .con8 .text h2{
	font-size: 20px;
}
.content8 .con8 .text p{
	width: 100%;
}
.content8 .con8 .box{
	margin-bottom: 1rem;
}
.content8 .con8 .box .row{
	padding: 2rem;
}
.content8 .con8 .box .row .n1{
	display: inline-block;
	vertical-align: middle;
	width: 90px;
}
.content8 .con8 .box .row .n1 img{
	width:88%;
}
.content8 .con8 .box .row .n2{
	display: inline-block;
	vertical-align: middle;
	width:70%;
}
.content8 .con8 .box .row .n3{
	display: block;
	width: 100%;
	margin-top: 1em;
}
.content8 .con8 .box .row .n3 p{
}
	
	
	
/*問い合わせ*/
#contact .contact{
	width: 85vw;
}
#contact .contact .text h2{
	font-size: 20px;
}
	
	
}
@media screen and (max-width:400px){
	
/*メインイメージ*/
#main_img .main_img .text{
	width: 90vw;
	top:0vw;
	left:8vw;
}
#main_img .main_img .text h1{
	font-size: 6vw;
}
#main_img .main_img .text .text_p{
	width: 80vw;
	padding-top: 1rem;
}
#main_img .main_img .text .text_p .box p.regular{
	font-size: 16px;
}
#main_img .main_img .text .text_p .box p.large{
	font-size: 20px;
}
#main_img .main_img .text .text_p .box p.large span{
	font-size: 14px;
}

	
/*コンテンツ1*/
.content1{
	margin-top:0rem;
	padding-bottom:1rem;
}
.content1 .con1 .flex{
	margin-bottom: 3rem;
}
.content1 .con1 .text p{
	font-size: 14px;
}
.content1 .con1 .flex .text{
	margin-bottom: 1rem;
	padding-top: 0.5rem;
}
.content1 .con1 .flex .text h3{
}
.content1 .con1 .flex .text p{
	font-size: 14px;
}
.content1 .con1 .flex .text a{
	font-size: 14px;
}
.content1 .con1 .flex .photo{
	width:100%;
}
	
/*コンテンツ2*/
.content2 .con2 .text p{
	font-size:14px;
}
.content2 .con2 .flex .box{
	width:100%;
}
.content2 .con2 .flex .box .photo img{
	width:100%;
	height: 250px;
}
.content2 .con2 .flex .box .text p{
	font-size: 14px;
}
	
/*コンテンツ3*/
.content3 .con3 .text p{
	font-size: 14px;
}
.content3 .con3 .flex .text h4{
	font-size: 16px;
}
.content3 .con3 .flex .text p{
	font-size: 14px;
}
.content3 .con3 .p_box p{
	font-size: 14px;
}

/*コンテンツ4*/
.content4 .con4 .text p{
	font-size: 14px;
}
.content4 .con4 .text_box p{
	font-size: 16px;
}
	
/*コンテンツ5*/
.content5 .con5 .text p{
	font-size: 14px;
}
.content5 .con5 .text a{
	font-size: 20px;
}
.content5 .con5 table tbody tr th{
	width: 30%;
	font-size: 14px;
}
.content5 .con5 table tbody tr td{
	font-size: 14px;
}
	
/*コンテンツ6*/
.content6 .con6 .merit .box .flex_sp{
	padding: 1rem;
}
.content6 .con6 .merit .box .flex_sp .img_flex .img{
	width:23%;
}
.content6 .con6 .merit .box .flex_sp .img_flex .text{
	width: 72%;
}
.content6 .con6 .merit .box .flex_sp .img_flex .text p{
	font-size: 14px;
}
.content6 .con6 .merit .box .flex_sp .img_flex .text p.bold{
	font-size: 16px;
}
	
/*コンテンツ7*/
.content7 .con7 .text p{
	font-size: 14px;
}
.content7 .con7 .flex{
	display: block;
}
.content7 .con7 .flex .box{
	width: 100%;
	margin-bottom: 3rem;
}
.content7 .con7 .flex .box .photo{
	width: 70vw;
	margin-bottom: 1rem;
	margin: 0 auto;
}
.content7 .con7 .flex .box .photo img{
	width: 100%;
	height: 70vw;
}
.content7 .con7 .flex .box .text h4{
}
	
/*コンテンツ8*/
.content8 .con8 .text p{
	font-size: 14px;
}
.content8 .con8 .box .row{
	padding: 1rem;
}
.content8 .con8 .box .row .n1{
	width: 30px;
}
.content8 .con8 .box .row .n1 p{
	font-size: 20px;
}
.content8 .con8 .box .row .n2{
	
}
.content8 .con8 .box .row .n2 p{
	font-size: 17px;
}
.content8 .con8 .box .row .n3 p{
	font-size: 14px;
}
}