@charset "utf-8";
@import url("page.css");
/* CSS Document */

.subtit {
	font-size: 26px;
	font-weight: 900;
	color: #135966;
	margin: 30px auto;
	width: 96%;
}

#advantage {
	display: block;
	margin: 40px 0;
	height: auto;
	width: 100%;
}
#advantage li {
	display: block;
	margin: 50px 0;
	padding: 30px 10px;
	box-sizing: border-box;
}

#advantage li:nth-child(2n+1) {
background: rgba(172,255,172,0.23);
display:block;
}

#advantage img {
	height: auto;
	width: 100%;
}

#advantage dt {
	margin-bottom: 1em;
}

#advantage p {
	text-indent: 1em;
	margin: 0.5em 0;
}
.adv01 {
	display: none;
}
#btn_point {
	text-align: right;
	margin: 30px auto;
	width: 96%;
}
#btn_point img {
	height: auto;
	width: auto;
	max-width: 100%;
}

#btn_under50 {
	text-align: right;
	margin: 30px auto;
	width: 96%;
}
#btn_under50 img {
	height: auto;
	width: auto;
	max-width: 100%;
}

#bn_contact {
	display: block;
	margin: 20px auto;
	width: 100%;
}
#bn_contact img {
	height: auto;
	width: 100%;
}

#btn_contact {
	display: block;
	margin: 30px auto;
	width: 98%;
}
#btn_contact img {
	height: auto;
	width: 100%;
}

#btn_tel {
	display: block;
	margin: 30px auto;
	width: 98%;
}
#btn_tel img {
	height: auto;
	width: 100%;
}

@media only screen and (min-width: 769px) {
#title h2 {
	background-image: url(../images/advantage/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	height: 488px;
	width: 1100px;
}

.subtit {
	font-size: 36px;
	font-weight: 900;
	color: #A0A0A0;
	text-align: left;
	margin: 60px auto;
	width: 925px;
}

#advantage ol {
	display: block;
	margin: 90px auto;
	padding: 0;
	width: 1100px;
}

#advantage li#adv01 dl {
	background-image: url(../images/advantage/ad01.png);
	background-repeat: no-repeat;
	background-position: 50px 50px;
	padding-top: 50px;
	display: block;
}

#advantage li#adv02 {
	background-image: url(../images/advantage/ad02.png);
	background-repeat: no-repeat;
	background-position: 50px 50px;
	display: block;
}

#advantage li#adv03 {
	background-image: url(../images/advantage/ad03.png);
	background-repeat: no-repeat;
	background-position: 50px 50px;
	display: block;
}

#advantage li#adv04 {
	background-image: url(../images/advantage/ad04.png);
	background-repeat: no-repeat;
	background-position: 50px 50px;
	display: block;
}

#advantage li#adv05 {
	background-image: url(../images/advantage/ad05.png);
	background-repeat: no-repeat;
	background-position: 50px 50px;
	display: block;
}
#advantage dl {
	margin: 30px 0;
	padding: 0 100px;
	box-sizing: border-box;
}
#advantage dt {
	text-indent: -9999px;
	height: 50px;
}

#advantage dd {
	margin: 0 0 0 70px;
	width: 860px;
}

#contract {
	margin: 100px auto;
	width: 1100px;
}

#contract h1 {
	font-size: 36px;
	font-weight: 600;
	color: #135966;
	display: block;
	margin: 0 20px 50px 90px;
	float: left;
}
#contract p {
	color: #135966;
	display: block;
	float: left;
}

#bn_contact {
	background-image: url(../images/advantage/btn_contact_bg.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 50px 0 0;
	height: 517px;
	width: 1100px;
	position: relative;
	clear: both;
}
#bn_contact a {
	background-image: url(../images/advantage/btn_contact.png);
	background-repeat: no-repeat;
	display: block;
	height: 181px;
	width: 417px;
	position: absolute;
	top: 300px;
	left: 635px;
}
#bn_contact a:hover {
	opacity: 0.7;
}
#btn_contact {
	display: none;
}
#btn_tel {
	display: none;
}
}