@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#felling .felling_msg h4.sub02 {
	line-height: 1.8em;
}
#felling .felling_msg li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
}
#felling .felling_msg li::before {
	content: "";
	background: url(../img/chk.png) no-repeat center/100%;
	width: 22px;
	height: 21px;
	position: absolute;
	top: 5px;
	left: 0;
}
#felling .felling_msg .txt.fm {
	font-size : 25px;
}
#felling .cont_box {
	border-top: 1px solid #000030;
	padding-top: 50px;
}
#felling .cont_box .photo_box img {
	width: 48%;
	margin-bottom: 50px;
	border-radius: 5px;
}
#felling .cont_box .photo_box img:last-of-type,#felling .cont_box .photo_box img:nth-last-of-type(2) {
	margin-bottom: 0;
}
#felling .cont_box .waku_box .txt_box {
	width: 720px;
}
#felling .cont_box .waku_box .txt_box li {
	background: #f2f2fc;
	padding: 20px 30px;
	font-weight: 600;
	font-size: 18px;
	color: #000030;
	position: relative;
	margin: 15px 0;
}
#felling .cont_box .waku_box .txt_box li::before {
	content: "";
	background: #0000c6;
	width: 20px;
	height: 2px;
	position: absolute;
	top: 36px;
	left: 0;
}
#felling .cont_box .waku_box .txt_box li .fs {
	font-weight: normal;
	font-weight: 16px;
}
#felling .cont_box .waku_box .txt_box .w2 li {
	width: 48%;
}
#felling .cont_box .waku_box .img {
	width: 330px;
}
#felling .cont_box .txt_box02 {
	margin-top: 50px;
	align-items: center;
}
#felling .cont_box .txt_box02 .ttl {
	font-size: 25px;
}
#felling .cont_box .txt_box02 .txt .fm {
	font-size: 19px;
}
#felling .cont_box .txt_box02 .txt .fm02 {
	font-size: 20px;
}
#felling .cont_box dl {
	width: 24%;
	border: 1px solid #000030;
	padding: 30px;
	margin: 20px 0;
}
#felling .cont_box dt {
	font-weight : bold;
	font-size : 18px;
	line-height : 30px;
	text-align: center;
	margin-bottom: 15px;
}
#felling .cont_box dd {
	text-align: center;
}
#felling .cont_box02 {
	border-top: 1px dotted #ccccd6;
	padding-top: 50px;
}
#felling .cont_box02 h5 {
	margin-bottom: 20px;
}
#felling .cont_box02 .lft_box {
	width: calc(100% - 780px);
}
#felling .cont_box02 .tbl {
	margin-bottom: 30px;
}
#felling .cont_box02 .tbl th,#felling .cont_box02 .tbl td {
	border: 1px solid #ccc;
}
#felling .cont_box02 .tbl th {
	background: #f2f2fc;
	text-align: center;
}
#felling .cont_box02 .tbl td .fm {
	font-size : 18px;
	font-weight: 600;
}
#felling .cont_box02 .tbl td:nth-of-type(2),#felling .cont_box02 .tbl td:nth-of-type(3),#felling .cont_box02 .tbl td:nth-of-type(4) {
	text-align: center;
}
#felling .cont_box02 .rit_box {
	width: 768px;
}
@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) {  /* タブレット以下 */
	#felling .cont_box .photo_box img {
		margin-bottom: 30px;
	}
	#felling .cont_box .waku_box {
		display: block;
	}
	#felling .cont_box .waku_box .txt_box {
		width: 100%;
	}
	#felling .cont_box .waku_box .img {
		width: 50%;
		margin: 20px auto 0;
	}
	#felling .cont_box dl {
		width: 48%;
		margin: 15px 0;
	}
	#felling .cont_box02 .rit_box,#felling .cont_box02 .lft_box {
		width: 100%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#felling {
		font-size: 87.5%;
	}
	#felling .felling_msg li::before {
		width: 15px;
		height: 16px;
	}
	#felling .felling_msg .txt.fm {
		font-size: 115%;
	}
	#felling .cont_box .photo_box img {
		margin-bottom: 5px;
	}
	#felling .cont_box .waku_box .txt_box li {
		padding: 15px 30px;
		font-size: 115%;
		margin: 15px 0;
	}
	#felling .cont_box .waku_box .txt_box .w2 li {
		width: 100%;
	}
	#felling .cont_box .waku_box .txt_box li::before {
		top: 28px;
	}
	#felling .cont_box .waku_box .img {
		width: 100%;
	}
	#felling .cont_box .txt_box02 {
		margin-top: 15px;
	}
	#felling .cont_box .txt_box02 .ttl {
		font-size: 20px;
	}
	#felling .cont_box .txt_box02 .txt .fm {
		font-size: 110%;
	}
	#felling .cont_box .txt_box02 .txt .fm02 {
		font-size: 115%;
	}
	#felling .cont_box dl {
		padding: 15px;
		width: 100%;
		margin: 10px 0;
	}
	#felling .cont_box .rit {
		text-align: left;
	}
	#felling .cont_box02 .scroll {
		overflow-x: auto;
		display: block;
	}
	#felling .cont_box02 .tbl th, #felling .cont_box02 .tbl td {
		display: table-cell;
		white-space: nowrap;
	}
	#felling .cont_box02 .tbl td .fm {
		font-size: 105%;
	}
}