@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 #08287f;
		margin-bottom: 50px;
		line-height: 1.5;
	}

	.business {
		width: 100%;
		margin-bottom: 30px;
		line-height: 1.5;
	}

	.business_box {
		width: 460px;
		height: 550px;
		padding: 10px;
		/*height:200px;*/
		margin: 0 auto 30px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
			"MS PGothic", "sans-serif";
	}

	.business_box h3 {
		width: 90%;
		margin: 0 auto;
		height: 88px;
	}
	.business_box h3 img {
		margin-bottom: 10px;
		margin-top: 35px;
		border: none;
	}

	.business_box:nth-child(2) h3 img {
		height: 85px;
		margin-bottom: 10px;

		margin-top: 0;
	}

	.business_box img {
		width: 100%;
		/*background-color: #ccc;*/
		/*height:30px;*/
		margin-bottom: 5px;
		margin-top: 5px;
		border-top: solid 2px #08287f;
	}

	.business_box h4 {
		width: 100%;
		font-size: 18px;
		color: #08287f;
		font-weight: bold;
		padding-bottom: 3px;
		margin-bottom: 8px;
	}

	.business_box img + p {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.business_box p {
		font-size: 16px;
		margin-bottom: 20px;
		width: 460px;
	}

	.business_box img.btn {
		width: 386px;
		margin: 0 auto;
		display: block;
		border: none;
	}
}

/*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: #08287f;
		color: #fff;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
			"MS PGothic", "sans-serif";
		/*font-family:"游明朝体" , "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",Sawarabi Mincho", serif"*/
	}

	.business {
		width: 100%;
		margin-bottom: 5%;
		line-height: 1.5;
	}

	.business_box {
		width: 94%;
		/*height:550px;*/
		padding: 3%;
		/*height:200px;*/
		margin: 0 auto 5%;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
			"MS PGothic", "sans-serif";
		position: relative;
	}
	.business_box a.sptag {
		border: 1px solid #08287f;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}

	.business_box .sp_title {
		width: 100%;
		height: 80px;
		background-color: #dbdcdc;
		overflow: hidden;
	}

	.business_box .sp_title2 {
		width: 100%;
		height: 90px;
		background-color: #dbdcdc;
		overflow: hidden;
	}

	.business_box h3 {
		width: 55%;
		margin: 0 auto;
		float: left;
	}
	.business_box h3 img {
		border: none;
		width: 90%;
		padding: 5% 0;
		margin: 0 auto;
		display: block;
		border-bottom: solid 2px #08287f;
	}

	.business_box .image_wrap {
		width: 45%;
		float: right;
		height: 100px;
		overflow: hidden;
	}
	.business_box img {
		width: 145%;
	}

	.business_box h4 {
		width: 100%;
		font-size: 1.1rem;
		color: #08287f;
		font-weight: bold;
		/*padding-bottom: 3px;*/
		margin: 3% 0;
		text-align: center;
	}

	.business_box div.image_wrap + p {
		font-size: 0.8rem;
		width: 55%;
		float: left;
		margin: 2% auto 3%;
		text-align: center;
	}
	.business_box p {
		font-size: 1rem;
		margin-bottom: 3%;
		width: 100%;
	}

	.business_box img.btn {
		width: 100%;
		margin: 0 auto;
		display: block;
		border: none;
	}
}
