@charset "UTF-8";
/*about*/
/** ===========================================================
* about
* 
* ========================================================= */
.new .container_inner{
	margin: 15px auto 118px;
}
.caption_txt{
	font-size: 15px;
	line-height: 1.5;
}
.box_img + .caption_txt{
	margin-top: 10px;
}

/* 見出し */
.new .primary_headingWrap{
	margin: 0 0 35px;
}
.new .primary_headingWrap .icon img{
	width: 45px;
	height: auto;
}

.new .secondary_heading{
	margin: 0 0 34px;
}

.new .tertiary_heading-bl{
	margin: 0 0 30px;
	padding: 15px 30px;
}

.new .quate_heading{
	margin: 3px 0 20px;
	font-size: 18px;
}


/* トップテキスト */
.new_top{
	margin: 0 0 48px;
}
.new_top .top_txt{
	margin: 0 0 23px;
	line-height: 1.5;
	text-align: center;
}

/* トップテキスト */
.mov_copy{
	margin: -40px 0px 48px 0px;
}
.mov_copy .top_txt{
	margin: 0 0 23px;
	line-height: 1.5;
	text-align: center;
}


/* ブロック */
.new_desc{
	position: relative;
	margin: 0 0 41px;
}
.new_desc-fb{
	display: flex;
	justify-content: space-between;
}
.new_desc-fb .desc_box{
	width: 49%;
}

.new_desc .desc_icon{
	position: absolute;
	top: -34px;
	left: -21px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: #0FA0E2;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}

/* ブロック内リスト */
.new_descList .list_item{
	position: relative;
	padding-left: 20px;
}
.new_descList .list_item:nth-child(n + 3){
	margin-top: 20px;
}
.new_descList .list_item::before{
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #0FA0E2;
	border-radius: 50%;
}
.new_descList-fb{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.new_descList-fb .list_item{
	width: 49%;
}

.new_descList .list_item .item_ttl{
	margin: 0 0 6px;
	font-size: 17px;
}
.new_descList .list_item .item_txt,
.new_desc .desc_note{
	font-size: 15px;
	line-height: 1.5;
}
.new_descList .list_item .item_img{
	margin-top: 13px;
}


/* 個別設定 */
.new_desc-03,
.new_desc-04,
.new_desc-05{
	margin-bottom: 55px;
}
.new_desc-04 .new_descList .list_item:nth-child(n + 2){
	margin-top: 20px;
}
.new_desc-05 .item_img{
	width: 145px;
}
.new_desc-06 .new_descList{
	margin: 0 0 14px;
}
.new_desc-07 .def_tbl th,
.new_desc-07 .def_tbl td{
	padding: 14px 20px;
	line-height: 1.5;
}
.new_desc-07 .def_tbl th{
	width: 195px;
}
.new_desc-07 .def_tbl .tel_num td{
	font-size: 20px;
	font-weight: bold;
}
.new_desc-08{
	margin-bottom: 33px;
}
.new_desc-08 .new_descList .list_item{
	margin-bottom: 13px;
}
.new_desc-09 .new_descList .list_item::before{
	top: 7px;
}
.new_desc-09 .new_descList{
	margin: 0 0 15px;
}
.new_desc-09 .new_descList .list_item:nth-child(n + 3){
	margin: 0;
}

@media screen and (max-width: 768px) {
	.new .container_inner{
		margin: 35px auto 56px;
	}
	.new .section_block{
		width: 78%;
	}

	.caption_txt{
		font-size: 13px;
	}

	/* 見出し */
	.new .primary_headingWrap{
		margin-bottom: 15px;
	}
	.new .primary_heading{
		margin-bottom: 11px;
	}
	.new .primary_headingWrap .icon img{
		width: 32px;
	}

	.new .tertiary_heading-bl{
		margin: 0 10px 18px;
		padding: 12px 30px;
		border-radius: 100px;
	}

	.new .quate_heading{
		margin-bottom: 10px;
		font-size: 17px;
	}

	/* トップテキスト */
	.new_top{
		margin: 0;
	}
	.new_top .top_txt{
		margin-bottom: 20px;
		font-size: 13px;
	}

	/* トップテキスト */
	.mov_copy{
		margin: -6.0vw 0.0vw 0.0vw 0.0vw;
	}
	.mov_copy .top_txt{
		margin-bottom: 20px;
		font-size: 13px;
	}


	/* ブロック */
	.new_desc{
		padding: 0 9px;
		margin: 0 0 41px;
	}
	.new_desc .desc_box{
		margin-bottom: 15px;
	}
	.new_desc-fb{
		display: block;
	}
	.new_desc-fb .desc_box{
		width: 100%;
	}

	.new_desc .desc_icon{
		top: -24px;
		left: -7px;
		width: 53px;
		height: 53px;
		font-size: 16px;
	}

	/* ブロック内リスト */
	.new_descList{
		margin-bottom: 25px;
	}
	.new_descList .list_item{
		margin-bottom: 20px;
		padding-left: 15px;
	}
	.new_descList .list_item .item_ttl{
		margin-bottom: 4px;
		font-size: 15px;
	}
	.new_descList .list_item .item_txt,
	.new_desc .desc_note{
		font-size: 13px;
	}

	.new_descList-fb{
		display: block;
	}
	.new_descList-fb .list_item{
		width: 100%;
	}


	/* 個別設定 */
	.new_desc-03,
	.new_desc-04,
	.new_desc-05{
		margin-bottom: 48px;
	}
	.new_desc-04{
		margin-bottom: 23px;
	}
	.new_desc-04 .new_descList .list_item:nth-child(n + 2){
		margin-top: 0;
	}
	.new_desc-06 + .secondary_heading{
		margin-bottom: 25px;
	}
	.new_desc-07 .def_tbl{
		font-size: 13px;
	}
	.new_desc-07 .def_tbl th{
		width: 60px;
	}
	.new_desc-07 .def_tbl th,
	.new_desc-07 .def_tbl td{
		padding: 14px 10px;
	}
	.new_desc-07 .def_tbl .tel_num td{
		font-size: 15px;
		font-weight: normal;
	}
	.new_desc-08 .desc_box .quate_heading{
		margin-bottom: 17px;
	}
	.new_desc-09 .new_descList{
		margin-bottom: 25px;
	}
	.new_desc-09 .new_descList .list_item,
	.new_desc-09 .new_descList .list_item:nth-child(n + 3){
		margin-bottom: 8px;
	}

}

