@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#service .msg .txt {
	width: 650px;
	margin-top: 30px;
}
#service .cont_box {
	position: relative;
	min-height: 320px;
	margin-bottom: 100px;
}
#service .cont_box .img_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 340px;
}
#service .cont_box .img_box img {
	border-radius: 5px;
}
#service .cont_box.reverse .img_box {
	left: auto;
	right: 0;
}
#service .cont_box .txt_box {
	width: 710px;
	margin-left: auto;
}
#service .cont_box.reverse .txt_box {
	margin-left: 0;
}
#service .cont_box .ttl {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
#service .cont_box .ttl::before {
	content: "";
	background: #000030;
	width: calc(100% + 50px);
	height: 1px;
	position: absolute;
	bottom: 0;
	left: -50px;
	z-index: -1;
}
#service .cont_box.reverse .txt_box .ttl::before {
	left: 0;
}
#service .btn01 a {
	margin-top: 5px;
}
#service .cont_box .main_cont .maru {
	display: inline-block;
	width: 195px;
	height: 195px;
	background: #f2f2fc;
	border-radius: 50%;
	font-weight : 600;
	font-size : 25px;
	color : #000030;
	text-align: center;
	padding: 50px 25px;
}
#service .cont_box .main_cont .in {
	width: calc(100% - 230px)
}
#service .cont_box .main_cont .in  dl {
	border-bottom: 1px dotted #ccccd6;
	padding: 15px 0;
	display: flex;
}
#service .cont_box .main_cont .in  dl:last-of-type {
	margin-bottom: 30px;
}
#service .cont_box .main_cont .in  dt {
	font-size : 18px;
	line-height : 30px;
	color : #0000C6;
	font-weight: 600;
	width: 15%;
}
#service .cont_box .main_cont .in.long dt {
	width: 25%;
}
#service .cont_box .txt.fm {
	font-size : 25px;
}
#service .cont_box .ttl.ttl_w100::before {
	width: 100%;
	left: 0;
}
#service .cont_box .img {
	border: 1px solid #ccc;
	padding: 15px;
	background: #fff;
	width: 840px;
	margin: 30px auto;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#service .msg .txt {
		width: 100%;
		margin-top: 0;
	}
	#service .cont_box {
		min-height: auto;
	}
	#service .cont_box .txt_box {
		width: 65%;
	}
	#service .cont_box .ttl {
		margin-bottom: 20px;
	}
	#service .cont_box .img_box {
		width: 30%;
	}
	#service .btn01 a {
		margin-top: 0;
	}
	#service .cont_box .main_cont .maru {
		width: 150px;
		height: 150px;
		font-size: 20px;
		padding: 35px 20px;
	}
	#service .cont_box .main_cont .in {
		width: calc(100% - 180px);
	}
	#service .cont_box .main_cont .in dt {
		width: 25%;
	}
	#service .cont_box .main_cont .in dd {
		width: 75%;
	}
	#service .cont_box .txt.fm {
		font-size: 115%;
	}
	#service .cont_box .img {
		width: 80%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#service {
		font-size: 87.5%;
	}
	#service .cont_box {
		margin-bottom: 50px;
	}
	#service .cont_box .img_box {
		position: relative;
		width: 100%;
		margin: 0 auto 15px;
	}
	#service .cont_box .img_box img {
		object-fit: cover;
		width: 100%;
		height: 180px;
	}
	#service .cont_box .txt_box {
		width: 100%;
	}
	#service .cont_box .txt_box.pb02 {
		padding-bottom: 0;
	}
	#service .cont_box .ttl {
		display: block;
	}
	#service .btn01 {
		padding-bottom: 15px;
	}
	#service .btn01 a {
		margin-left: auto;
	}
	#service .cont_box .ttl::before {
		width: 100%;
		left: 0;
	}
	#service .cont_box .main_cont .maru {
		width: 120px;
		height: 120px;
		display: block;
		margin: 0 auto;
		padding: 20px;
	}
	#service .cont_box .main_cont .in {
		width: 100%;
	}
	#service .cont_box .main_cont .in dl {
		display: block;
	}
	#service .cont_box .main_cont .in dt,#service .cont_box .main_cont .in dd,#service .cont_box .main_cont .in.long dt {
		width: 100%;
	}
	#service .cont_box .ttl h4.sub02 {
		padding-bottom: 15px;
	}
	#service .cont_box .img {
		width: 100%;
		padding: 5px;
	}
}