/*0604追加*/

/*==================================
base
==================================*/

.tx_small{
	display: block;
	font-size: 11px;
	padding: 5px 0;
}

/*==================================
heading
==================================*/

.heading0４ .head {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1;
	padding: 0 0 0 25px;
	margin: 25px 0 15px;
}
.heading04 .span1803 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.7;
	padding: 0 0 0 25px;
	margin: 25px 0 15px;
}

/*==================================
Colum
==================================*/

.media > .mediaLeft {
	float: Left;
	margin-right: 20px;
}
.media > .mediaLeft > .figure {
	text-align: center;
}
.media > .mediaLeft > .twoColum .col.figure {
	float:right;
	width:165px;
	text-align: center;
}

.figure-4col .figureItem{
	float: left;
	width: 25%;
}
.figure-4col:after{
 clear: both;
 content: "";
 display: block;
 }

.referenceBox ul {
	margin: 0;
	padding: 0 0 0 30px;
	list-style-type: none;
}
.referenceBox ul li {
	padding: 10px 0 0;
}

 @media screen and (max-width: 640px) {
	.figure-4col .figureItem {
		float: left;
		width: 150px;
		height:auto;
		min-height: 150px;
		margin-bottom: 5px;
		margin-left: 10px;
	}
	.figure-4col .figureItem:nth-child(odd) {
		margin-left: 0;
	}

}

/*==================================
img
==================================*/

.figureBox {
	display:flex;
	width:100%;
	height:100%;
	justify-content: center;
	align-content:center;
}

@media screen and (max-width: 640px) {

	img.w100per {
		width:100%;
		height:auto;
	}
	img.w90per {
		width:90%;
		height:auto;
	}
	}

/*==================================
大見出し
==================================*/
.ttl-area img{
	width:100%;
}
.ttl-area .inner_red {
	margin-top: -5px;
	padding:20px 15px;
	box-sizing: border-box;
	background-color:#C1292E;
}
.ttl-area .inner_blue {
	margin-top: -5px;
	padding:20px 15px;
	box-sizing: border-box;
	background-color: #235789;
}

.ttl-area span {
	border: none;
	text-align: left;
	margin: 0;
	font-size: 150%;
	font-weight: bold;
	color:#ffffff;
}
.ttl-area h1 {
	border: none;
	text-align: left;
	letter-spacing:0.07em;
	margin: 0;
	padding: 0 5px;
	font-size: 200%;
	font-weight: bold;
	color:#ffffff;
}

/*==================================
目次
==================================*/

.ancArea > .offerbox {
	margin: 0 0 15px 13px; /* 20201006 */

/* 20201006
	float: right;
	width: 40%;
	text-align: right;
*/
}
.ancArea > .offerbox > .offerimg {
	margin-bottom:5px;
}

