@charset "UTF-8";
/*------------------------------------------------------------pagetitle*/
#pagetitle {
	background: url(../img/exchange_img/pagetitle_bg.jpg) center center no-repeat;
	background-size: cover;
}

/*------------------------------------------------------------sec01*/
#sec01 h3 {
	margin-bottom: 20px;
	text-align: left;
	font-family: "NotoSerifMedium", serif;
	font-size:18px;
	color:#04347d;
}
#sec01 h3 strong {
	font-size:20px;
	font-weight: normal;
	background: linear-gradient(transparent 70%, rgba(255,241,0,0.7) 70%);
}
@media print, screen and (min-width:768px) {
#sec01 h3 {
	margin-bottom: 30px;
	font-size:24px;
	color:#04347d;
}
#sec01 h3 strong {
	font-size:30px;
}
}

/*------------------------------------------------------------sec03*/
#sec03 .bn_contact {
	margin-top:20px;
}
#sec03 .bn_contact a {
	display: block;
	text-decoration: none;
	color:#000;
	border:solid 3px #23a9da;
	background: url(../img/exchange_img/bn_contact_bg.jpg) right center no-repeat;
	background-size: auto 100%;
}
#sec03 .bn_contact a div {
	padding:15px;
	background:rgba(255,255,255,0.6);
}
#sec03 .bn_contact h4 {
	margin-bottom:10px;
	line-height: 1.3;
	font-family: "NotoSansBold";
	font-size: 18px;
	color: #04347d;
}
#sec03 .bn_contact p.tx {
	line-height: 1.5;
}
#sec03 .bn_contact p.btn_contact {
	display: inline-block;
	margin-top: 10px;
	padding:2px 10px;
	color:#fff;
	background: #04347d;
}
@media print, screen and (min-width:480px) {
#sec03 .bn_contact a div {
	background:none;
}
}
@media print, screen and (min-width:768px) {
#sec03 .bn_contact {
	width: 720px;
	margin:20px auto 0;
}
#sec03 .bn_contact a {
	background: url(../img/exchange_img/bn_contact_bg.jpg) right center no-repeat;
	background-size: 60% auto;
	transition: 0.5s all;
}
#sec03 .bn_contact a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#sec03 .bn_contact a div {
	padding:20px;
}
#sec03 .bn_contact h4 {
	font-size: 22px;
}
#sec03 .bn_contact h4 br {
	display: none;
}
#sec03 .bn_contact a div {
	background:none;
}
}

/*------------------------------------------------------------sec04*/
#sec04 figure {
	text-align: center;
}
#sec04 figure img {
	width:100%;
	max-width: 660px;
	height: auto;
}


