@charset "UTF-8";
/* ---------------------------------------------------------
   with.css【お客様との交流を大切に】
----------------------------------------------------------*/
.anshin{
	width: auto;
	margin: 0 auto 20px auto;
}
#anshin01{
	background: #F4FAF2;
}
#anshin01 h1{
	text-align: center;
}
#anshin02{
	background: #F2FAFE;
}
#anshin02 h1{
	text-align: center;
}
#anshin03{
	background: #F2F7F8;
}
#anshin03 h1{
	text-align: center;
}
#anshin04{
	background: #FFFBFA;
}
#anshin04 h1{
	text-align: center;
}
.anshin .inner{
	max-width: 700px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.koutei{
	width: 300px;
}
.koutei dl{
	border: 1px solid #279B00;
	border-top: none;
	padding: 0 7px 10px 7px;
	font-size: 14px;
}
.koutei dd{
	padding: 0 8px;
	min-height: 100px;
}
.kanryo{
	background: #DAE9EC;
	padding: 3px;
}
.kanryo_inner{
	border: 1px solid #FFFFFF;
	padding: 15px;
	font-size: 14px;
}
#rireki{
	/*background: #FDF3E7;*/
	padding: 10px;
}
#rireki ul{
	font-size: 12px;
	color: #FE6310;
	list-style: square;
	margin-left: 18px;
	margin-right:25px;
}
#rireki ol{
	list-style: none;
}

/*2015_11_追記*/
.anshin h1{
	padding-top:15px;
	padding-left:30px;
	margin-bottom:10px;
}
.koutei dt{
	padding-top:10px;
	padding-bottom:10px;
}
/*20190620追記*/
.page_with_bg .page_with h2.first_text {
    width: 100%;
    line-height: 1.5;
    font-size: 2em;
    padding: 12px 12px 12px 90px;
    margin: 40px 0 20px;
    background: #eb6120;
    color: #ffffff;
    position: relative;
}
.page_with_bg .page_with h2.first_text::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 70px 0 0;
    border-color: #000000 transparent transparent transparent;
}
.page_with_bg .page_with p{
	font-size: 1.1em;
	line-height: 1.6;
}
.page_with_bg .page_with p.text{
	font-size: 36px;
	font-weight: 900;
	margin-top: 30px;
}
.page_with_bg .page_with p.text span{
	color: #f00;
	font-weight: 900;
}
.flow_arw{
	text-align: center;
}
.with_subttl {
   /* display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;*/
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    min-height: 75px;
}
.with_subttl:first-child {
	margin-top: 20px;
}
.with_subttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
	border-left: 3px solid #000;
	margin-left: -3px;
}
.with_subttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    border-bottom: 3px solid #eb6120;
    border-right: 3px solid #eb6120;
	border-left: 3px solid #eb6120;
	margin-left: -3px;
}
.with_subttl h2.point_item {
    padding-left: 54px;
	padding-top: 25px;
    font-size: 22px;
    color: #000;
}
.with_subttl h2.point_item span{
    color: #EB6120;
	font-weight: 900;
}
.with_subttl h2.point_item {
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
	margin-left: -3px;
   /* display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;*/
}
.with_subttl h2.point_item::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 75px 75px 0 0;
    border-color: #000000 transparent transparent transparent;
    line-height: 0px;
    _border-color: #000000 #ffffff #ffffff #ffffff;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
    z-index: 1;
}
.page_with_bg .page_with h2.point_item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 70px 0 0;
    border-color: #000000 transparent transparent transparent;
}
#kouteiWrapper,
#kanryoWrapper{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 40px;
}
.koutei_box,
.kanryo_box{
	margin-right: 40px;
	background-color: #f0f0f0;
	padding: 20px;
	font-size: 1.1em;
	line-height: 1.5;
	width: 470px;
}
.koutei_box:nth-child(2),
.kanryo_box:nth-child(2){
	margin-right: 0;
}
.koutei_box h4,
.kanryo_box h4{
	color: #eb6120;
	text-align: center;
	font-size:24px;
	font-weight: 900;
	margin-bottom: 20px;
}
.koutei_box img,
.kanryo_box img{
	display: block;
	margin: 20px auto;
}
@media screen and (max-width: 767px) {
	.page_with_bg .page_with h2.first_text{
		font-size: 20px;
	}
	.page_with_bg .page_with h2.first_text{
		padding: 12px 12px 12px 60px;
	}
	.with_intro img{
		margin-bottom: 20px;
	}
	.page_with_bg .page_with p{
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		float: none;
	}
	.page_with_bg .page_with p.text{
		font-size: 28px;
	}
	.with_subttl{
		min-height: 95px;
	}
	.with_subttl h2.point_item{
		padding-left: 65px;
    	padding-top: 11px;
    	padding-bottom: 5px;
		height: 95px;
		font-size: 20px;
		line-height: 1.2;
		margin-left: -3px;
	}
	.with_subttl::after{
		border-left: 3px solid #eb6120;
	}
	#kouteiWrapper,
	#kanryoWrapper{
		display: block;
	}
	.koutei_box,
	.kanryo_box{
		width: 100%;
		margin-bottom: 20px;
	}
	.f_right,
	.f_left{
    	float: none;
		width: 90%;
		margin-right: auto;
		margin-top: auto;
	}
	.f_right img,
	.f_left img{
	 	margin-bottom: 20px;
	}
	
}
@media screen and (max-width: 320px) {
	.page_with_bg .page_with h2.first_text{
		font-size: 16px;
	}
	.page_with_bg .page_with p.text{
		font-size: 24px;
	}
	.with_subttl h2.point_item{
		font-size: 17px;
		padding-left: 60px;
		padding-top: 16px;
		padding-right: 5px;
	}
}
