@charset "utf-8";

@media screen and (min-width: 768px) {
	
.sptag{
		display: none !important;
		
	}
content{
	width:1000px;
	margin:0 auto;
}
	
	h2{
		font-size:34px;
		padding-bottom:3px;
		border-bottom:solid 3px #E765DD;
		margin-bottom: 30px;
		line-height: 1.5;
	}
	.ichinichi p{
		font-size:20px;
		margin-bottom: 20px;
		line-height: 1.5;
		font-weight:bold;
	}
	
	.ichinichi img{
		margin-bottom:15px;
		width:100%;
	}
	
	.naiyou{
		width:100%;
		line-height: 1.5;
	}
	
	.naiyou p{
		font-size:20px;
		font-weight:bold;
		margin-bottom: 30px;
	}
	
	
	
	.kyoumu h3,
	.gyoumu h3{
		font-size:20px;
		font-weight: bold;
		color:#08287F;
		background-color: #DBDCDC;
		padding:5px 10px;
		margin-bottom: 20px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	
	.naiyou_box{
		width:310px;
		height:200px;
		font-size:16px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		line-height: 1.7;
		margin-bottom:40px;
	}
	

	
	div.naiyou_box + div{
		margin-left: 35px;
	}
	
	.naiyou_box h4{
		font-size:18px;
		font-weight:500;
		color:#08287F;
		padding-bottom: 3px;
		border-bottom: solid 2px #08287F;
		margin-bottom: 8px;
	}
	

	.naiyou_box p{
		font-size:16px;
		margin-bottom: 30px;
		font-weight: normal;
	}	
	
}







/*spここから*/
@media screen and (max-width: 767px) {

.pctag{
	display: none !important;
	}
	
content{
	width:100%;
	margin:0 auto;
}
	
h2{
		font-size:1.6rem;
		padding:2%;
		/*border-bottom:solid 3px #FBB03B;*/
		margin: 12% 0 3%;
		background-color:#E765DD;
		color:#fff;
		text-align: center ;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}		
	
.ichinichi p{
		font-size:1.1rem;
		margin-bottom: 3%;
		line-height: 1.5;
		padding:2% 3%;
	font-weight:bold;
	}
	
	.ichinichi img{
		margin-bottom:5%;
		width:100%;
	}
	
	.naiyou{
		width:100%;
		line-height: 1.5;
		margin-bottom: 5%;
	}
	
	.naiyou h2{
		font-size:1.6rem;
		padding:2%;
		/*border-bottom:solid 3px #FBB03B;*/
		margin: 3% 0 3%;
		background-color:#E765DD;
		color:#fff;
		text-align: center ;
	}
	.naiyou p{
		font-size:1.1rem;
		font-weight:bold;
		margin-bottom: 3%;
		padding:2% 3%;
	}
	
	
	
	.kyoumu h3,
	.gyoumu h3{
		font-size:1.1rem;
		font-weight: normal;
		text-align:center;
		color:#fff;
		background-color: #08287F;
		padding:2%;
		margin-bottom:2%;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	
	.naiyou_box{
		width:100%;
		padding:3% 3% 0;
		/*height:200px;*/
		font-size:1.0rem;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		line-height: 1.7;
		margin-bottom:3%;
	}
	

	
	/*div.naiyou_box + div{
		margin-left: 35px;
	}*/
	
	.naiyou_box h4{
		font-size:1.1rem;
		font-weight:500;
		color:#08287F;
		padding-bottom:1%;
		border-bottom: solid 2px #08287F;
		margin-bottom: 2%;
	}
	

	.naiyou_box p{
		font-size:1.0rem;
		/*margin-bottom: 30px;*/
		font-weight: normal;
	}		
}