@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: 50px;
		line-height: 1.5;
	}
	
	.kenshu{
		width:100%;
		margin-bottom: 30px;
	}
	
	.kenshu_box{
		width:45%;
		height:200px;
		margin-bottom: 20px;
	}
	
	.kenshu_box img{
		width:100%;
	}
	
	.kenshu_box h3{
		font-size:18px;
		padding-bottom:3px;
		color:#014bba;
		border-bottom: solid 2px #014bba;
		margin-bottom: 8px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	
	.kenshu_box p{
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		font-size:16px;
		line-height: 1.65;
	}
	
	.fukurikousei{
		width:100%;
		line-height: 1.5;
		margin-bottom: 40px;
	}
	
	.fukurikousei p{
		font-size:18px;
		margin-bottom: 30px;
	}
	
	.fukurikousei img{
		width:315px;
	}
	
	.fukurikousei img +img{
		margin-left: 27.5px;
	}

	p.fukuriList{
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
}







/*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";
	}	
	
	.kenshu{
		width:100%;
		/*margin-bottom: 5%;*/
		padding:3% 3% 0;
	}
	
	.kenshu_box{
		width:100%;
		/*height:200px;*/
		margin-bottom: 5%;
	}
	
	.kenshu_box img{
		width:100%;
		margin-bottom: 3%;
	}
	
	.kenshu_box h3{
		font-size:1.1rem;
		font-weight:normal;
		padding-bottom:1%;
		color:#014bba;
		border-bottom: solid 2px #014bba;
		margin-bottom: 2%;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	
	.kenshu_box p{
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		font-size:1.0rem;
	}
	
	
	.kenshu + h2{
		font-size:1.6rem;
		padding:2%;
		/*border-bottom:solid 3px #FBB03B;*/
		margin: 0 0 3%;
		background-color:#E765DD;
		color:#fff;
		text-align: center ;
		
	}
	
	.fukurikousei{
		width:100%;
		line-height: 1.5;
		margin-bottom: 5%;
		padding:2%;
	}
	
	.fukurikousei p{
		font-size:1.1rem;
		margin-bottom: 3%;
	}
	
	.fukurikousei img{
		width:32%;
	}
	
	.fukurikousei img +img{
		margin-left: 0.5%;
	}	

	p.fukuriList{
		font-size: 1.0rem;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
}