@charset "UTF-8";

/*////////// 共通 ///////////*/
main section .container {
	max-width: 1260px;
}
section h1 {
	color: #222;
	font-size: 1.8rem;
	line-height: 1.6em;
	font-weight: 600;
	letter-spacing: 0.03em;
}

section .title p {
	font-family: "Cormorant Garamond", serif;
	font-size: 1.5em;
	letter-spacing: 1px;
}

section .title h1 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}

@media (min-width: 576px) {
	section h1 {
		font-size: 2rem;
	}
}

@media (min-width: 768px) {
	section h1 {
		font-size: 1.8rem;
	}
}

@media (min-width: 992px) {
	section h1 {
		font-size: 2rem;
	}
}

@media (min-width: 1200px) {
	section h1 {
		font-size: 2rem !important;
	}
}

/*全館空調マッハシステム*/
.group-mach-system,
.group1 {
	background-color: #00ac6c;
}

/*広いバルコニーのある家*/
.group-balcony,
.group2 {
	background-color: #009d5a;
}

/*狭小住宅*/
.group-small,
.group3 {
	background-color: #00ac6c;
}

/*二世帯住宅*/
.group-2setai,
.group4 {
	background-color: #03a9de;
}

/*建築家コラボ住宅*/
.group-design,
.group5 {
	background-color: #ebbc3f;
}

/*ガレージ住宅*/
.group-garage,
.group6 {
	background-color: #c3b2d3;
}

/*木造3階建て住宅*/
.group-3fwood,
.group7 {
	background-color: #f7a282;
}

/*賃貸住宅*/
.group-chintai,
.group8 {
	background-color: #03a9de;
}

/*その他の住宅*/
.group-etc,
.group9 {
	background-color: #00ac6c;
}


/*//////////  MV ///////////*/
.mv {
	width: 100%;
}

.mv_video {
	width: 100%;
}
video {
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(0px 0px rgba(0,0,0,0));
	outline: none;
	border: none;
}

.mv .film {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.30);
}

.mv .mv-title {
	position: absolute;
	top: 23%;
	left: 5%;
}

.mv .mv-title p {
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	font-size: 1.3em;
	line-height: 1.6em;
}

.mv .mv-title h1 {
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	font-size: 2.1em;
	line-height: 1.5em;
}

.mv .architects {
	position: absolute;
	bottom: 28%;
	left: 5%;
	width: 100%;
}

.mv .architects img {
	width: 80px;
}

.mv .architects a {
	width: auto;
	display: block;
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	font-size: 0.95em;
	font-weight: 400;
	line-height: 1.6em;
}

.mv .architects a:hover {
	color: #82c6f9 !important;
}

.mv .news {
    position: absolute;
    left: 5%;
    bottom: 30px;
	border-radius: 12px;
	width: 90%;
	background-color: rgba(255,255,255,0.8);
	padding: 20px 15px;
}

.mv .news strong {
	background-color: #1384c8;
	color: #fff;
	padding: 4px 12px;
	border-radius: 6px;
	font-size: 0.95em;
}

.mv .news .day {
	color: #1384c8;
	display: inline-block;
	margin-right: 1.5em;
}

.mv .news a {
	color: #222;
}

.mv .news a p {
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


@media (min-width: 414px) {
	.mv .mv-title {
		top: 23%;
	}

	.mv .mv-title h1 {
		font-size: 2.2em;
	}

	.mv .architects {
		bottom: 26%;
	}

	.mv .architects img {
		width: 90px;
	}

	.mv .news {
		padding: 20px;
	}
}

@media (min-width: 480px) {
	.mv .mv-title {
		top: 27%;
	}

	.mv .mv-title p {
		font-size: 1.5em;
	}

	.mv .mv-title h1 {
		font-size: 2.5em;
	}

	.mv .architects {
		bottom: 22%;
	}
}

@media (min-width: 576px) {
	.mv .mv-title {
		top: 27%;
	}

	.mv .mv-title p {
		font-size: 1.7em;
	}

	.mv .mv-title h1 {
		font-size: 3em;
	}

	.mv .architects {
		bottom: 21%;
	}

	.mv .architects img {
		width: 100px;
	}

	.mv .architects a {
		font-size: 1em;
	}

	.mv .news {
		bottom: 40px;
		padding: 25px;
	}

	.mv .news strong {
		font-size: 1.1em;
	}
}

@media (min-width: 768px) {
	.mv .mv-title {
		top: 27%;
		left: 4%;
	}

	.mv .mv-title p {
		font-size: 1.2em;
	}

	.mv .mv-title h1 {
		font-size: 2.1em;
	}

	.mv .architects {
		bottom: 25%;
		left: auto;
		right: 4%;
		width: auto;
	}

	.mv .architects img {
		width: 60px;
	}

	.mv .architects a {
		font-size: 0.8em;
	}

	.mv .news {
		left: 4%;
		bottom: 30px;
		border-radius: 12px;
		width: 92%;
		padding: 15px;
	}

	.mv .news strong {
		padding: 4px 15px;
		font-size: 0.9em;
	}

	.mv .news a p {
		-webkit-line-clamp: 1;
	}
}

@media (min-width: 992px) {
	.mv .mv-title {
		top: 32%;
		left: 4%;
	}

	.mv .mv-title p {
		font-size: 1.4em;
	}

	.mv .mv-title h1 {
		font-size: 2.7em;
	}

	.mv .architects {
		bottom: 22%;
		right: 4%;
	}

	.mv .architects img {
		width: 75px;
	}

	.mv .architects a {
		font-size: 0.9em;
	}

	.mv .news {
		left: 3%;
		width: 94%;
		bottom: 35px;
		padding: 18px;
	}

	.mv .news strong {
		padding: 4px 23px;
		font-size: 1em;
	}
}

@media (min-width: 1200px) {
	.mv .mv-title {
		top: 35%;
		left: 4%;
	}

	.mv .mv-title p {
		font-size: 1.6em;
	}

	.mv .mv-title h1 {
		font-size: 3.0em !important;
	}

	.mv .architects {
		bottom: 20%;
		right: 4%;
	}

	.mv .architects img {
		width: 80px;
	}

	.mv .architects a {
		font-size: 1em;
	}

	.mv .news {
		left: 7%;
		width: 86%;
		bottom: 40px;
		padding: 20px;
	}

	.mv .news strong {
		padding: 4px 25px;
	}
}

@media (min-width: 1400px) {
	.mv .mv-title {
		top: 35%;
	}

	.mv .mv-title p {
		font-size: 1.8em;
	}

	.mv .mv-title h1 {
		font-size: 3.4em !important;
	}

	.mv .architects {
		bottom: 18%;
	}

	.mv .architects img {
		width: 90px;
	}

	.mv .architects a {
		font-size: 1.1em;
	}

	.mv .news {
		left: 10%;
		width: 80%;
		bottom: 50px;
	}
}

@media (min-width: 1600px) {
	.mv .mv-title {
		top: 35%;
	}

	.mv .mv-title p {
		font-size: 2em;
	}

	.mv .mv-title h1 {
		font-size: 3.8em !important;
	}

	.mv .architects {
		bottom: 18%;
	}

	.mv .news {
		left: 15%;
		width: 70%;
		bottom: 60px;
	}
}


/*/// 新着のスライダー ///*/
.mv .slider{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.mv .slick-prev, .slick-next {
	width: 40px !important;
	height: 40px !important;
	padding: 0;
	z-index: 2;
}

.mv .slick-prev {
	top: -20px;
	left: auto;
	right: 14%;
}

.mv .slick-next {
	top: -20px;
	left: auto;
	right: 0%;
}

.mv .slick-arrow:before{
	content:""!important;
}

.mv .slick-arrow:before{
	content:""!important;
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
}

.mv .slick-next:before{
	background: url(../../assets/images/common/arrow_next1.png)!important;
	background-size: contain!important;
	background-repeat: no-repeat !important;
	opacity: 1;
}

.mv .slick-prev:before{
	background: url(../../assets/images/common/arrow_pre1.png)!important;
	background-size: contain!important;
	background-repeat: no-repeat !important;
	opacity: 1;
}

@media (min-width: 414px) {
	.mv .slick-prev, .slick-next {
		width: 45px !important;
		height: 45px !important;
		padding: 0;
		z-index: 2;
	}

	.mv .slick-prev {
		top: -22px;
		right: 11%;
	}

	.mv .slick-next {
		top: -22px;
		right: -2%;
	}
}

@media (min-width: 480px) {
	.mv .slick-prev, .slick-next {
		width: 50px !important;
		height: 50px !important;
	}

	.mv .slick-prev {
		top: -22px;
		right: 11%;
	}

	.mv .slick-next {
		top: -22px;
		right: -2%;
	}
}

@media (min-width: 576px) {
	.mv .slick-prev {
		top: -30px;
		right: 9%;
	}

	.mv .slick-next {
		top: -30px;
		right: -2%;
	}
}

@media (min-width: 768px) {
	.mv .slick-prev, .slick-next {
		width: 45px !important;
		height: 45px !important;
	}

	.mv .slick-prev {
		top: 15px;
		right: -17%;
	}

	.mv .slick-next {
		top: 15px;
		right: -27%;
	}
}

@media (min-width: 992px) {
	.mv .slick-prev, .slick-next {
		width: 45px;
		height: 45px;
	}

	.mv .slick-prev {
		top: 15px;
		right: -6%;
	}

	.mv .slick-next {
		top: 15px;
		right: -12%;
	}
}


/*////////// セクション1 ///////////*/
.sec1 h1 {
	font-size: 1.5em;
}

.sec1 .mahasystem_logo {
	width: 260px;
	margin-left: auto;
	margin-right: auto;
}

.sec1 h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5em;
	line-height: 1.6em;
	font-weight: 600;
}

.sec1 .btn1 {
	width: 300px;
}

.sec1 .btn1 a {
	text-indent: 0.75em;
}

@media (min-width: 414px) {
	.sec1 .btn1 {
		width: 320px;
	}
}

@media (min-width: 576px) {
	.sec1 h1 {
		font-size: 1.6em;
	}

	.sec1 .mahasystem_logo {
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}

	.sec1 h2 {
		font-size: 1.6em;
	}

	.sec1 .btn1 {
		width: 340px;
	}
}

@media (min-width: 992px) {
	.sec1 h1 {
		font-size: 1.5em !important;
		line-height: 1.7em;
	}

	.sec1 .mahasystem_logo {
		width: 330px;
		margin-left: 0;
	}

	.sec1 h2 {
		font-size: 1.3em;
	}

	.sec1 .btn1 {
		width: 340px;
		margin-left: 0;
	}
}

@media (min-width: 1200px) {
	.sec1 h1 {
		font-size: 1.6em !important;
	}

	.sec1 .mahasystem_logo {
		width: 350px;
		margin-left: 0;
	}

	.sec1 h2 {
		font-size: 1.5em;
	}
}


/*////////// セクション2 ///////////*/
.sec2 {
	background-image: url("../../assets/images/top/bg01_sp.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.sec2 .btn1 a {
	border: 1px solid #fff;
	background-color: rgba(14,0,0,0.00);
}

@media (min-width: 768px) {
	.sec2 {
		background-image: url("../../assets/images/top/bg01_pc.jpg");
		background-position: center;
	}
}

@media (min-width: 992px) {
	.sec2 .container {
		padding-left: 0;
		margin-left: 0;
	}

	.sec2 h1 {
		font-size: 1.7em !important;
	}

	.sec2 .btn1 {
		margin-left: 0;
	}
}

@media (min-width: 1200px) {
	.sec2 .container {
		max-width: 1600px !important;
	}
}


/*////////// セクション3 ///////////*/
.sec3 .title, .sec4 .title, .sec5 .title {
	border-bottom: 1px solid #808080;
	padding-bottom: 8px;
}

.sec3 .title p {
	margin-left: 0.75em;
	font-size: 1.3em;
}

.sec3 .title a {
	color: #222;
}

.sec3 .slider1 img {
	width: 100%;
	height: 220px;
	vertical-align: bottom;
	object-fit: cover;
}

.sec3 .slider1 h3 {
	font-size: 1.4em;
	line-height: 1.6em;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.sec3 .slider1 a, .sec4 .slider2 a, .sec5 .slider2 a {
	color: #222;
}

.sec3 .slider1 .icon span {
	font-size: 0.9em;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 16px 12px;
	margin: 0 5px 10px;
}

.sec3 .slider1 .icon span:first-child {
	margin-left: 0;
}

/*///// スライダ―1 /////*/
.sec3 .slider1, .sec4 .slider2, .sec5 .slider2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.sec3 .slick-prev, .sec3 .slick-next, .sec4 .slick-prev, .sec4 .slick-next, .sec5 .slick-prev, .sec5 .slick-next {
	width: 40px !important;
	height: 40px !important;
	padding: 0;
	z-index: 2;
}

.sec3 .slick-prev {
	top: 30%;
	left: -4%;
}

.sec3 .slick-next {
	top: 30%;
	right: -4%;
}

.sec3 .slick-arrow:before, .sec4 .slick-arrow:before, .sec5 .slick-arrow:before {
	content:""!important;
}

.sec3 .slick-arrow:before, .sec4 .slick-arrow:before, .sec5 .slick-arrow:before {
	content:""!important;
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
}

.sec3 .slick-next:before, .sec4 .slick-next:before, .sec5 .slick-next:before {
	background: url(../../assets/images/common/arrow_next2.svg)!important;
	background-size: contain!important;
	background-repeat: no-repeat !important;
	opacity: 1;
}

.sec3 .slick-prev:before, .sec4 .slick-prev:before, .sec5 .slick-prev:before {
	background: url(../../assets/images/common/arrow_pre2.svg)!important;
	background-size: contain!important;
	background-repeat: no-repeat !important;
	opacity: 1;
}

@media (min-width: 480px) {
	.sec3 .slider1 img {
		height: 260px;
	}
}

@media (min-width: 576px) {
	.sec3 .slick-list, .sec4 .slick-list, .sec5 .slick-list {
		margin: 0 -15px;
	}

	.sec3 .slick-slide, .sec4 .slick-slide, .sec5 .slick-slide {
		margin: 0 15px;
	}

	.sec3 .slider1 {
		overflow: hidden;
		width: 130%;
		height: 480px;
	}

	.sec3 .slider1 img {
		height: 210px;
	}

	.sec3 .slick-prev, .sec3 .slick-next, .sec4 .slick-prev, .sec4 .slick-next, .sec5 .slick-prev, .sec5 .slick-next {
		width: 45px !important;
		height: 45px !important;
	}

	.sec3 .slick-prev {
		top: auto;
		bottom: 25px;
		left: 0%;
	}

	.sec3 .slick-next {
		top: auto;
		bottom: 25px;
		right: auto;
		left: 70px;
	}
}

@media (min-width: 768px) {
	.sec3 .slider1 img {
		height: 220px;
	}

	.sec3 .slider1 h3 {
		font-size: 1.3em;
	}

	.sec3 .slider1 {
		width: 100%;
		height: 500px;
	}
}

@media (min-width: 992px) {
	.sec3 .container, .sec4 .container, .sec5 .container {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 2.5% !important;
		padding-right: 0 !important;
	}

	.sec3 .title, .sec4 .title, .sec5 .title {
		width: 88% !important;
	}

	.sec3 .slider1 {
		width: 110% !important;
		height: 510px;
	}
}

@media (min-width: 1200px) {
	.sec3 .slider1 {
		width: 110% !important;
		height: 560px;
	}

	.sec3 .slider1 img {
		height: 260px !important;
	}
}

@media (min-width: 1300px) {
	.sec3 .slider1 {
		height: 540px;
	}

	.sec3 .slider1 img {
		height: 220px !important;
	}
}

@media (min-width: 1400px) {
	.sec3 .slider1 {
		height: 550px;
	}

	.sec3 .slider1 img {
		height: 230px !important;
	}
}

@media (min-width: 1600px) {
	.sec3 .slider1 {
		height: 580px;
	}

	.sec3 .slider1 img {
		height: 260px !important;
	}
}

@media (min-width: 1900px) {
	.sec3 .slider1 {
		height: 580px;
	}

	.sec3 .slider1 img {
		height: 300px !important;
	}
}


/*////////// セクション4 ///////////*/
.sec4 .title h1, .sec5 .title h1 {
	font-size: 1.6em;
}

.sec4 .title p, .sec5 .title p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
	letter-spacing: 0;
}

.sec4 .slider2 .bg, .sec5 .slider2 .bg {
	background-color: #f4f4f4;
}

.sec4 .slider2 h3, .sec5 .slider2 h3 {
	width: 95%;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.5em;
	padding-left: 35px;
}

.sec5 h3.small {
	font-size: 1.2em !important;
}

.sec4 .slick-prev, .sec5 .slick-prev {
	top: 50%;
	left: -4%;
}

.sec4 .slick-next, .sec5 .slick-next {
	top: 50%;
	right: -4%;
}

@media (min-width: 576px) {
	.sec4 .title h1, .sec5 .title h1 {
		font-size: 1.8em;
	}

	.sec4 .slider2, .sec5 .slider2 {
		overflow-x: hidden;
		width: 130%;
		height: 200px;
	}

	.sec4 .slick-prev, .sec5 .slick-prev {
		top: auto;
		bottom: -20px;
		left: 0%;
	}

	.sec4 .slick-next, .sec5 .slick-next {
		top: auto;
		bottom: -20px;
		right: auto;
		left: 70px;
	}

	.sec4 .slider2 h3, .sec5 .slider2 h3 {
		width: 100%;
		font-size: 1.25em;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 768px) {
	.sec4 .slider2, .sec5 .slider2 {
		width: 135%;
		height: 180px;
	}

	.sec4 .slider2 h3, .sec5 .slider2 h3 {
		font-size: 1.2em !important;
		padding-left: 15px;
		padding-right: 15px;
	}

	.sec5 h3.small {
		font-size: 1.05em !important;
	}
}

@media (min-width: 992px) {
	.sec4 .title h1, .sec5 .title h1 {
		display: inline-block;
		margin-right: 1em;
	}

	.sec4 .slider2 h3, .sec5 .slider2 h3 {
		font-size: 1.15em !important;
		padding-right: 10px;
	}

	.sec4 .slider2, .sec5 .slider2 {
		width: 155% !important;
		height: 230px !important;
	}

	.sec5 h3.small {
		font-size: 1.1em !important;
	}
}

@media (min-width: 1200px) {
	.sec4 .title h1, .sec5 .title h1 {
		font-size: 1.9em;
	}

	.sec4 .slider2, .sec5 .slider2 {
		width: 150% !important;
		height: 240px !important;
	}

	.sec5 h3.small {
		font-size: 1.2em !important;
	}
}

@media (min-width: 1300px) {
	.sec4 .slider2 h3, .sec5 .slider2 h3 {
		font-size: 1.2em !important;
		padding-left: 20px;
	}

	.sec4 .slider2, .sec5 .slider2 {
		width: 140% !important;
	}

	.sec5 h3.small {
		font-size: 1.2em !important;
	}
}

@media (min-width: 1400px) {
	.sec4 .slider2, .sec5 .slider2 {
		width: 140% !important;
	}

	.sec4 .slider2, .sec5 .slider2 {
		height: 230px !important;
	}
}

@media (min-width: 1600px) {
	.sec4 .slider2, .sec5 .slider2 {
		width: 130% !important;
	}

	.sec4 .slider2 h3, .sec5 .slider2 h3 {
		font-size: 1.25em !important;
	}

	.sec5 h3.small {
		font-size: 1.25em !important;
	}
}

@media (min-width: 1800px) {
	.sec4 .slider2, .sec5 .slider2 {
		width: 120% !important;
		height: 260px !important;
	}
}


/*////////// セクション6 ///////////*/
.sec6 {
	background-color: #E6F2FF;
}

.sec6 img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.sec6 .ad {
	border: 1px solid #222;
	width: 8em;
	text-align: center;
	padding: 4px;
}

.sec6 h3 {
	font-size: 1.3em;
	line-height: 1.6em;
	margin-bottom: 0;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.sec6 .wrap {
	color: #222;
}

@media (min-width: 576px) {
	.sec6 img {
		height: 280px;
	}

	.sec6 .ad {
		border: 1px solid #222;
		width: 8em;
		text-align: center;
		padding: 4px;
	}

	.sec6 h3 {
		font-size: 1.3em;
		line-height: 1.6em;
		margin-bottom: 0;
		width: 100%;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
}

@media (min-width: 768px) {
	.sec6 {
		padding-top: 0 !important;
	}

	.sec6 {
		background: linear-gradient(180deg, #fff 0%, #fff 20%, #E6F2FF 20%, #E6F2FF 100%);
		padding-top: 0 !important;
	}

	.sec6 img {
		height: 200px;
	}
}

@media (min-width: 992px) {
	.sec6 img {
		height: 270px;
	}
}

@media (min-width: 1200px) {
	.sec6 {
		background: linear-gradient(180deg, #fff 0%, #fff 30%, #E6F2FF 30%, #E6F2FF 100%);
		padding-top: 0 !important;
	}

	.sec6 .container {
		width: 1100px !important;
	}

	.sec6 img {
		height: 200px;
	}
}

@media (min-width: 1400px) {
	.sec6 .container {
		width: 1300px !important;
	}
}


/*////////// セクション7 ///////////*/
.sec7 {
	background-color: #606566;
	background-image: url("../../assets/images/top/bg02.svg");
	background-repeat: no-repeat;
	background-size: 40%;
}

.sec7 a {
	color: #fff;
}

.sec7 h3 {
	font-size: 1.3em;
	line-height: 1.7em;
}

@media (min-width: 768px) {
	.sec7 {
		background-size: auto 100%;
	}
}

@media (min-width: 1200px) {
	.sec7 .container {
		width: 1100px !important;
	}
}


/*////////// セクション8 ///////////*/
.sec8 h2 {
	font-family: 'Noto Serif', serif;
	font-size: 1.4em;
	line-height: 1.6em;
}

@media (min-width: 576px) {
	.sec8 h2 {
		font-size: 1.5em;
	}
}

@media (min-width: 992px) {
	.sec8 .btn1 {
		margin-left: 0;
	}
}

@media (min-width: 1200px) {
	.sec8 .container {
		width: 1100px !important;
	}
}

@media (min-width: 1400px) {
	.sec8 .container {
		width: 1200px !important;
	}
}


/*////////// セクション（問い合わせ）///////////*/
section.infomation {
	background-image: url("../../assets/images/top/bg_info_sp.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

section.infomation .wrap {
	background-color: #fff;
	padding: 40px 30px;
}

section.infomation h1 {
	color: #fff;
	text-align: center;
}

section.infomation h2 {
	color: #0071bc;
	text-align: center;
	font-size: 1.3em;
}

section.infomation .border {
	border: 0;
	border-bottom: 1px solid #999;
}

section.infomation .telnum {
	display: block;
	font-size: 2.4em;
	font-weight: 600;
	text-align: center;
}

section.infomation .telnum img {
	width: 1.1em;
	vertical-align: -0.03em;
	margin-right: 2px;
}

section.infomation .btn1 a {
	background-color: #0071b3;
}

section.infomation .btn1 a:hover {
	background-color: #78CDFF;
	transition-duration: 0.3s;
}

@media (min-width: 576px) {
	section.infomation {
		background-image: url("../../assets/images/top/bg_info_pc.jpg");
	}

	section.infomation .wrap {
		background-color: #fff;
		padding: 25px 20px 0 20px;
		height: 220px;
	}

	section.infomation .wrap p {
			font-size: 0.9em;
		}

	section.infomation h1 {
		color: #fff;
		text-align: center;
	}

	section.infomation h2 {
		font-size: 1.2em;
		line-height: 1.5em;
	}

	section.infomation .border {
		border: 0;
		border-bottom: 0;
		border-right: 1px solid #999 !important;
	}

	section.infomation .btn1 {
		width: 220px;
	}

	section.infomation .btn1 a {
		font-size: 0.95rem;
	}

	section.infomation .telnum {
		font-size: 1.8em;
	}

	section.infomation .telnum img {
		width: 1.em;
	}
}

@media (min-width: 768px) {
	section .en, section .en-bla {
		font-size: 1.45em !important;
	}

	section.infomation .wrap {
		background-color: #fff;
		padding: 38px 20px 0 20px;
	}

	section.infomation .wrap p {
			font-size: 0.95em;
		}

	section.infomation .btn1 {
		width: 270px;
	}

	section.infomation .btn1 a {
		font-size: 1rem;
	}

	section.infomation .telnum {
		font-size: 2.2em;
	}
}

@media (min-width: 992px) {
	section.infomation .container {
		max-width: 1000px;
	}

	section.infomation .wrap {
		padding: 45px 20px 0 20px;
		height: 250px;
	}

	section.infomation .btn1 {
		width: 320px;
	}

	section.infomation .btn1 a {
		font-size: 1.1rem;
	}

	section.infomation .telnum {
		font-size: 2.4em;
	}
}
