@charset "utf-8";
/* PC/スマホ共通表示 */

.-----PC_MOBILE_COMMON_CSS_START----- {}

.mobile_nowrap {
	display: inline;
}
.pc_nowrap {
	display: none;
}
.mobile_only {
	display:none;
}
.pc_only {
	display: block;
}
.no_wrap {
	white-space: nowrap;	
}
#brand .section {
	margin-bottom: 55px;
	padding-bottom: 55px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#brand .section:last-child {
	margin-bottom: 0;
	border-bottom-style: none;
}
#brand .section .ttl {
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 120%;
	font-weight: 500;
	color: #245191;
}
#brand .section .ttl strong {
	font-weight: 700;
	line-height: 120%;
	font-size: 20px;
	padding-bottom:10px;
	color: #333;
	display:block;
	letter-spacing:0px;
}
#brand .section .subttl {
	font-size: 20px;
	color: #2F94CC;
	margin-bottom: 10px;
}
#brand .section .text p {
	margin-bottom: 1.5em;
	line-height:175%;
}
#brand .section .text p:last-child {
	margin-bottom: 0;
}
#brand .section .text p:last-child {

}
#brand .section .text .btn_center {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:stretch;
}
#brand .section .text .btn_center a {
	box-sizing: border-box;
	width: 48.5%;
	height: 54px;
	border-radius: 27px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	color: #FFF;
	font-size: 16px;
	line-height: 110%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: 0.4s;
	background-color: #214593;
}
#brand .section .text .btn_center a:hover {
	opacity:0.7;
}

#brand #section01 .box01 {
	box-sizing:border-box;
	width: 900px;
	padding: 20px;
	border: 1px dotted #CCCCCC;
	background-color: #FBF9F7;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	margin-top:2em;
	margin-bottom:50px;
	margin-left:auto;
	margin-right:auto;
}
#brand #section01 .box01 .photo {
	width: 352px;
	margin-left:10px;
	margin-right:10px;
}
#brand #section01 .box01 .photo img {
	width: 100%;
	height:auto;
}



#brand #section01 .box01 p {
	width: 100%;
	padding-top: 12px;
	clear: both;
}
#brand #section01 .bloc01 {
	margin-bottom: 25px;
}
#brand #section01 .bloc02 {
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:stretch;
}
#brand #section01 .bloc02 .text {
	width: 565px;
	margin-right:5px;
	padding-bottom:0px;
}
#brand #section01 .bloc02 .text p:last-child {
	margin-bottom:0;
}
#brand #section01 .bloc02 .aword {
	box-sizing:border-box;
	width: 300px;
	padding: 15px;
	background-color: #ECEAF0;
}
#brand #section01 .bloc02 .aword strong {
	font-size:18px;
	color:#245191;
}
#brand #section01 .bloc02 .aword p {
	font-size:14px;
	line-height:115%;
	margin-bottom:1em;
}
#brand #section01 .bloc02 .aword p:first-child {
	margin-bottom:0.7em;
}
#brand #section01 .bloc02 .aword p:last-child {
	margin-bottom:0;
}
#brand #section01 .bloc02 .photo {
	line-height:0px;
}
#brand #section01 .bloc02 .photo img {
	width:auto;
	height:295px;
}
#brand #section03 .bloc01 {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#brand #section03 .bloc01 .map {
	width:100%;
	margin-bottom: 40px;
	margin-top:20px;
	text-align:center;
	line-height:0px;
}
#brand #section03 .bloc01 .text {
	width: 765px;
	margin-bottom: 25px;
}

#brand #section03 .bloc01 .flex {
	width:100%;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	padding-top:40px;
}
#brand #section03 .bloc01 .flex .photo {
	margin-left:10px;
	margin-right:10px;
}


.-----PC_MOBILE_COMMON_CSS_END----- {}

/* スマートフォン用CSS */
@media screen and (max-width: 750px) {
	
.-----MOBILE_ONLY_CSS_START----- {}



#brand .section {
	border-bottom-width: 2px;
}
#brand .section .ttl {
	font-size: 50px;
	font-weight:300;
}
#brand .section .ttl strong {
	font-size: 30px;
}

#brand .section .subttl {
	font-size: 30px;
	line-height:130%;
	margin-bottom: 10px;
}
#brand .section .text p {
	margin-bottom: 1.5em;
	line-height:170%;
}
#brand .section .text p:last-child {
	margin-bottom: 0;
}
#brand .section .text p:last-child {

}
#brand .section .text .btn_center a {
	height: 90px;
	border-radius: 45px;
	font-size: 25px;
	line-height: 120%;
	transition: none;
}


#brand #section01 .box01 {
	width:100%;
	margin-top:1.5em;
	margin-bottom:50px;
	justify-content:space-between;
}


#brand #section01 .box01 p {
	width: 100%;
	padding-top: 12px;
	clear: both;
}
#brand #section01 .box01 .photo {
	width: 320px;
	margin-left:0px;
	margin-right:0px;
	line-height:0px;
}

#brand #section01 .bloc01 {
	margin-bottom: 25px;
}

#brand #section01 .bloc02 .subttl {
	margin-bottom:30px;
}
#brand #section01 .bloc02 .text {
	width:100%;
	order:3;
	margin-top:30px;
}
#brand #section01 .bloc02 .aword {
	order:1;
	padding:20px;
	width:410px;
}
#brand #section01 .bloc02 .aword strong {
	font-size:28px;
}
#brand #section01 .bloc02 .aword p {
	font-size:22px;
	line-height:110%;
	margin-bottom:0.4em;
}
#brand #section01 .bloc02 .aword p:first-child {
	margin-bottom:0.4em;
}
#brand #section01 .bloc02 .photo {
	order: 2;
	margin-bottom: 0px;
	text-align: center;
	height: 420px;
	background-color: #dfdedc;
	line-height:0px;
	display:flex;
	align-content:center;
	align-items:center;
}
#brand #section01 .bloc02 .photo img {
	width:auto;
	height:420px;
}
#brand #section03 .bloc01 .map {
	width:100%;
	margin-bottom: 25px;
	margin-top:15px;
	text-align:center;
}
#brand #section03 .bloc01 .text {
	width: 100%;
	margin-bottom: 25px;
}

#brand #section03 .bloc01 .p03a {
	margin-bottom: 25px;
	width:100%;
	text-align:center;
}
#brand #section03 .bloc01 .p03a img {
	height:307px;
	width:auto;
}

#brand #section03 .bloc01 .flex {
	justify-content: space-between;
	padding-top:10px;
}
#brand #section03 .bloc01 .flex .photo {
	margin-left:0px;
	margin-right:0px;
}
#brand #section03 .bloc01 .flex .photo img {
	height:256px;
	width:auto;
}


.-----MOBILE_ONLY_CSS_END----- {}

	
}

