@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: 2.5 /*1.5*/;
	}

	.saiyou,
	.kenshu {
		width: 100%;
		margin-bottom: 100px;
		line-height: 1.5;
	}
	.kenshu2 {
		width: 100%;
		margin-bottom: 60px;
		line-height: 1.5;
	}

	.saiyou p {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 30px;
	}

	.saiyou_box,
	.kenshu_box {
		width: 315px;
		/*height:200px;*/
	}

	.kenshu_box img {
		width: 100%;
		display: block;
		margin: 0 auto 10px;
	}

	div.saiyou_box + div,
	div.kenshu_box + div {
		margin-left: 27.5px;
	}

	.saiyou_box h3 {
		font-size: 20px;
		height: 100px;
		padding-bottom: 3px;
		border-bottom: solid 2px #c9287f;
		margin-bottom: 8px;
	}

	.saiyou_box p,
	.kenshu_box p {
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 30px;
		height: 80px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
			"MS PGothic", "sans-serif";
	}

	.saiyou_box .saiyou_button {
		width: 100%;
		height: 50px;
		background-color: #dbdcdc;
		border: solid 3px #c9287f;
		border-radius: 5px;
		/*padding:10px 0;*/
		font-size: 17px;
		font-weight: bold;
		box-shadow: 3px 3px 10px rgba(3, 12, 30, 0.5);
		-moz-box-shadow: 3px 3px 10px rgba(3, 12, 30, 0.5);
		-webkit-box-shadow: 3px 3px 10px rgba(3, 12, 30, 0.5);
		-o-box-shadow: 3px 3px 10px rgba(3, 12, 30, 0.5);
		-ms-box-shadow: 3px 3px 10px rgba(3, 12, 30, 0.5);
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
			"MS PGothic", "sans-serif";
	}

	.saiyou_box .saiyou_button a {
		padding: 10px;
		text-align: center;
		color: #333;
		display: block;
	}

	.kenshu_box h3 {
		font-size: 20px;
		padding-bottom: 3px;
		border-bottom: solid 2px #08287f;
		margin-bottom: 8px;
	}
	.kenshu_box h4 {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
			"MS PGothic", "sans-serif";
		font-size: 20px;
		padding-bottom: 3px;
		border-bottom: solid 2px #08287f;
		margin-bottom: 8px;
	}

	.kenshu_box .kenshu_button {
		width: 100%;
		height: 50px;
		background-color: #dbdcdc;
		border: solid 3px #08287f;
		border-radius: 5px;
		/*padding:10px 0;*/
		font-size: 17px;
		font-weight: bold;
		box-shadow: 3px 3px 10px rgba(3, 12, 30, 0.5);
		-moz-box-shadow: 3px 3px 10px rgba(3, 12, 30, 0.5);
		-webkit-box-shadow: 3px 3px 10px rgba(3, 12, 30, 0.5);
		-o-box-shadow: 3px 3px 10px rgba(3, 12, 30, 0.5);
		-ms-box-shadow: 3px 3px 10px rgba(3, 12, 30, 0.5);
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
			"MS PGothic", "sans-serif";
	}

	.kenshu_box .kenshu_button a {
		padding: 10px;
		color: #333;
		display: block;
		text-align: center;
	}
}

/*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";
	}
	h2 img {
		width: 100%;
	}

	.saiyou,
	.kenshu {
		width: 100%;
		margin-bottom: 5%;
		line-height: 1.5;
	}
	.kenshu2 {
		width: 100%;
		margin-bottom: 5%;
		line-height: 1.5;
	}
	.kenshu2 img {
		width: 100%;
	}

	.saiyou p {
		font-size: 1.2rem;
		padding: 2% 3%;
		font-weight: bold;
		margin-bottom: 3%;
	}

	.saiyou_box {
		background-color: #fcdbee;
		width: 100%;
		margin-bottom: 5%;
		position: relative;
	}

	.saiyou_box a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.kenshu_box {
		background-color: #d2f7f7;
		width: 100%;
		margin-bottom: 5%;
		position: relative;
		min-height: 170px;
		/*height:200px;*/
	}

	.kenshu_box a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.kenshu_box .image_wrap {
		width: 40%;
		min-height: 170px;
		display: block;
		margin: 0 auto;
		float: right;
		position: relative;
		right: 8%;
		overflow: hidden;
	}
	.kenshu_box .image_wrap {
		width: 32%;
		min-height: 170px;
		display: block;
		margin: 0 auto;
		position: relative;
		right: 14%;
		overflow: hidden;
	}
	.kenshu_box .image_wrap img {
		object-fit: cover;
		width: 100%;
		min-height: 170px;
	}

	/* .kenshu_box img {
		height: 100%;
		position: absolute;
		top: 0;
		right: -20%;
	} */
	/*	div.saiyou_box + div,
	div.kenshu_box + div{
		margin-left: 27.5px;
	}*/

	.saiyou_box h3 {
		width: 95%;
		font-size: 1.2rem;
		padding: 3% 3% 1%;
		border-bottom: solid 2px #c9287f;
		margin: 0 auto 3%;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
			"MS PGothic", "sans-serif";
	}

	.saiyou_box p {
		width: 88%;
		font-size: 1rem;
		font-weight: normal;
		margin-bottom: 3%;
		padding: 1% 3% 5%;
		/*height:80px;*/
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
			"MS PGothic", "sans-serif";
	}

	.kenshu_box p {
		width: 52%;
		float: left;
		font-size: 0.9rem;
		font-weight: normal;
		/*margin-bottom: 3%;*/
		padding: 3% 3% 5%;
		/*height:80px;*/
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
			"MS PGothic", "sans-serif";
	}

	.saiyou_box .saiyou_button a {
		padding: 10px 85px;
		color: #333;
	}

	.kenshu_box h3 {
		width: 47%;
		float: left;
		font-size: 1rem;
		padding: 3% 0 1% 0;
		border-bottom: solid 2px #08287f;
		margin: 0 2% 2%;
		text-align: left;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
			"MS PGothic", "sans-serif";
	}

	.kenshu_box .kenshu_button a {
		padding: 10px 100px;
		color: #333;
	}

	.saiyou_box img {
		float: right;
		width: 30px;
		color: #c9287f;
		padding-top: 20%;
		margin-left: 5%;
		margin-right: 2%;
	}

	.saiyou_box .icn {
		width: 15%;
		float: right;
		padding-top: 15%;
		margin-left: 5%;
		margin-right: 2%;
	}

	/*矢印部分*/
	.kenshu_box a + img {
		/*width:10%;*/
		width: 30px;
		height: 30px;
		margin: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
	}
}
