/* CSS Document */

#koushukai .banner{
text-align: center
}

#koushukai .banner img{
max-width: 100%;
margin: auto;
}

section header p{
color:#0689bb;
font-size:231.25%;
}

section h2{
color:#0689bb;
}

#koushukai .map{
width: 500px;
}

#koushukai .map iframe{
width: 100%;
}

.wrap {
clear: both;
	display: flex;
	margin: 30px 30px 30px 20px;
	border: 2px solid #1595c7;
	overflow: hidden;
	background: #1595c7;
	box-sizing: border-box;
}

.wrap .fax,
.wrap .web {
	width: 50%;
	padding: 25px 30px;
	box-sizing: border-box;
}

.wrap .fax {
	border-right: 1px dotted rgba(255, 255, 255, 0.8);
}

/* 見出し */
.wrap h3 {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.9);
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

/* FAX番号 */
.wrap .fax > p:first-of-type {
	margin: 30px 0;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}

/* FAX用紙ダウンロード */
.wrap .fax > p:last-of-type {
	margin: 0;
}

.wrap .fax > p:last-of-type a {
	display: block;
	padding: 14px 20px;
	border: 2px solid #fff;
	border-radius: 5px;
	background: #fff;
	color: #168bb8;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: 0.2s;
}

.wrap .fax > p:last-of-type a:hover {
	background: #eaf8fc;
	color: #087eae;
}

/* WEB側 */
.wrap .web {
	text-align: center;
}

.wrap .web p {
	margin: 0;
}

/* QRコード */
.wrap .web p:first-of-type {
	margin: 5px 0 15px;
}

.wrap .web img {
	display: block;
	width: 110px;
	height: 110px;
	margin: 0 auto;
	padding: 5px;
	background: #fff;
	border-radius: 4px;
	box-sizing: border-box;
}

/* URL */
.wrap .web p:last-of-type {
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	word-break: break-all;
	text-align: center;
}

.wrap .web p:last-of-type a:link,
.wrap .web p:last-of-type a:visited{
color: #fff;
}

section .notice{
clear: both;
color: #f00;
font-weight: bold;
text-align: center;
}

@media screen and (max-width: 500px) {

#koushukai .map{
width: 100%;
}

	.wrap {
		display: block;
		width: auto;
		margin: 20px 0;
	}

	.wrap .fax,
	.wrap .web {
		width: 100%;
		padding: 20px;
	}

	.wrap .fax {
		border-right: none;
		border-bottom: 1px dotted #1595c7;
	}

	.wrap h3 {
		font-size: 19px;
	}

	.wrap .fax > p:first-of-type {
		margin: 25px 0;
		font-size: 24px;
	}

	.wrap .fax > p:last-of-type a {
		font-size: 16px;
	}

	.wrap .web img {
		width: 100px;
		height: 100px;
	}

}