@charset "UTF-8";
/* CSS Document */



/* --------------------------------------------------
ttl-page
-------------------------------------------------- */
/* ttl-page */
.ttl-page{
	background: url("../img/bg-ttl-exchange.jpg") center no-repeat;
	background-size: cover;
}

/* exchange-ttl */
.exchange-ttl{
	font-size: 3.6rem;
	font-weight: bold;
	position: relative;
	padding-bottom: .4em;
	margin-bottom: 1em;
}
.exchange-ttl:after{
	content: "";
	display: block;
	position: absolute;
	width: 215px;
	height: 5px;
	margin: auto;
	top: auto;
	bottom: 0;
	right: auto;
	left: 0;
	z-index: 0;
	background: #B9464A;
}


/* exchange-sttl */
.exchange-sttl{
	font-size: 2.4rem;
	font-weight: bold;
	padding-left: .5em;
	border-left: 6px solid #B9464A;
	margin-bottom: 1em;
}

.exchange-sttl span{
	font-size: 1.5rem;
}


/* exchange-ssttl */
.exchange-ssttl{
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 1em;
}

@media screen and (max-width: 800px) {
	/* exchange-ttl */
	.exchange-ttl{
		font-size: 2.2rem;
	}

	/* exchange-sttl */
	.exchange-sttl{
		font-size: 1.8rem;
	}
	/* exchange-ssttl */
	.exchange-ssttl{
		font-size: 1.5rem;
	}
}



/* sub-title */
.sub-title {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 5%;
}

.sub-title h3,
.sub-title p{
	display: table-cell;
	vertical-align: middle;
}

.sub-title h3 {
	font-size: 7.2rem;
	padding: 40px;
	font-weight: bold;
}

.sub-title h3 .title {
	position: relative;
	display: block;
	padding: 0;
	line-height: 1.1;
}

.sub-title h3 .title >span{
	font-size: 4.3rem;
}

.sub-title h3 .txt {
	display: block;
	font-size: 1.6rem;
	line-height: 2.5;
	margin: 40px auto;
	max-width: 730px;
}

/* .sub-title p {
	width: 613px;
} */

@media screen and (max-width: 800px) {
	.sub-title{
		display: block;
	}
	.sub-title h3 {
		display: block;
		font-size: 2.4rem;
		padding: 1em 1%;
	}
	.sub-title h3 .title {
		margin-bottom: 1em;
	}
	
	.sub-title h3 .title >span{
		font-size: 2rem;
	}

	.sub-title h3 .txt {
		max-width: none;
		margin: 0;
		line-height: 1.8;
	}
	.sub-title p {
		display: block;
		width: 100%;
	}
}



/* --------------------------------------------------
josaien-block
stores-block
-------------------------------------------------- */
.josaien-block,
.stores-block{
	margin-bottom: 5%;
	position: relative;
	z-index: 0;
	padding: 2em 0;
	overflow: hidden;
}
.josaien-block:after{
 content: '';
 position: absolute;
 display: block;
 width: 80%;
 height: 100%;
 margin: auto;
 top: 0;
 bottom: 0;
 right: 80%;
 left: 0;
 background: #F3F3F3;
 z-index: -1;
}
.josaien-block .inner-wrap,
.stores-block .inner-wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 3%;
}
.josaien-block .inner-wrap.reverse,
.stores-block .inner-wrap.reverse{
	flex-direction: row-reverse;
}
.josaien-block .inner-wrap .txt,
.stores-block .inner-wrap .txt{
	width: 48%;
	margin-bottom: 4%;
}
.josaien-block .inner-wrap .pht,
.stores-block .inner-wrap .pht{
	width: 48%;
	margin: 0 auto 1em;
}

@media screen and (max-width: 800px) {
	.josaien-block .inner-wrap .txt,
	.stores-block .inner-wrap .txt{
		width: 100%;
		margin-bottom: 4%;
	}
	.josaien-block .inner-wrap .pht,
	.stores-block .inner-wrap .pht{
		width: 100%;
	}
	.josaien-block .inner-wrap .txt p,
	.stores-block .inner-wrap .txt p{
		font-size: 1.4rem;
	}
}
/* wide-wrap */
.josaien-block .wide-wrap .txt,
.stores-block .wide-wrap .txt{
	padding-left: 8%;
	margin-bottom: 1em;
}
.josaien-block .wide-wrap .pht,
.stores-block .wide-wrap .pht{
	margin-right: 0;
}
@media screen and (max-width: 800px) {
	.josaien-block .wide-wrap .txt,
	.stores-block .wide-wrap .txt{
		width: 92%;
		padding-left: 0;
		margin: 0 auto;
	}
}

/* info-txt */
.info-txt{
	border-left: 2px solid #707070;
	padding: .4em 0 .4em 1.5em;
	font-size: 1.3rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 3em 0;
}
.info-txt dt,
.info-txt dd{
	margin-bottom: 1em;
	line-height: 2;
}
.info-txt dt{
	min-width: 16rem;
	font-weight: bold;
}
.info-txt dd{
	width: calc(100% - 16rem);
}

@media screen and (max-width: 800px) {
	.info-txt dt{
		min-width: 8rem;
	}
	.info-txt dd{
		width: calc(100% - 8rem);
	}
}

/* --------------------------------------------------
josaien-block
-------------------------------------------------- */
.josaien-block .wide-wrap .pht{
	display: flex;
	justify-content: space-between;
}
.josaien-block .wide-wrap .pht img{
	width: 48%;
}

/* --------------------------------------------------
stores-block
-------------------------------------------------- */
.stores-block:after{
	content: '';
	position: absolute;
	display: block;
	width: 80%;
	height: 75%;
	margin: auto;
	top: 0;
	bottom: auto;
	right: 80%;
	left: 0;
	background: #F3F3F3;
	z-index: -1;
   }
   .stores-block p:not(.btn-postmore){
	   margin-bottom: 2em;
   }

   .stores-block p.btn-postmore a{
	width: 320px;
}

@media screen and (max-width: 800px) {
	.stores-block:after{
		height: 100%;
	}
	.stores-block  p.btn-postmore a{
		width: 100%;
		max-width: none;
	}
}

/* --------------------------------------------------
exchange-block
-------------------------------------------------- */
.exchange-block{
	margin-bottom: 5%;
}

.exchange-block .list-4col{
	margin-bottom: 5%;
}
.exchange-block .list-4col li{
	width: 23.5%;
	background: #F3F3F3;
	padding: 5em 2em 2em;
	margin-top: 40px;
	margin-right: 2%;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	position: relative;
}
.exchange-block .list-4col li:nth-child(4n){
	margin-right: 0;
}
.exchange-block .list-4col li:before{
	content: "";
	display: inline-block;
	width: 4.2em;
	height: 4.2em;
	position: absolute;
	margin: auto;
	top: 0;
	right: 50%;
	transform: translate(50%,-50%);
	border-radius: 50%;
	background: #CA0011;
	z-index: 1;
}
.exchange-block .list-4col li:after{
	content: "2";
	display: inline-block;
	position: absolute;
	margin: auto;
	top: 0;
	right: 50%;
	transform: translate(50%,-50%);
	border-radius: 50%;
	color: #fff;
	font-size: 3.5rem;
	font-weight: bold;
	z-index: 2;
}
.exchange-block .list-4col li:first-child:after{
	content: "1";
}
.exchange-block .list-4col li:last-child:after{
	content: "4";
}
.exchange-block .list-4col li:nth-child(3):after{
	content: "3";
}
.exchange-block .list-4col li .exchange-sttl{
	width: 100%;
	align-self: flex-start;
}
.exchange-block .list-4col figure{
	text-align: center;
	margin: 2em auto 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.exchange-block .list-4col figure img{
	width: 100%;
}
@media screen and (max-width: 800px) {
	.exchange-block .list-4col li{
		width: 100%;
		margin-right: 0;
	}
}

