@charset "utf-8";
/*sub common
---------------------------------------------------------------------------*/
#sub_wrap {
	width: 980px;
	margin: 0 auto;
	height: 300px;
}
#sub_wrap img.left {
	float: left;
	width: 300px;
	margin-right: 80px;
}
#sub_wrap img.left02 {
	float: left;
	width: 392px;
	margin-left: -92px;
	margin-right: 80px;
}
#sub_wrap .test {
	width: 450px;
	float: left;
	text-align: left;
}
#sub_wrap .test p {
	font-weight: bold;
	text-align: left;
	margin: 20px 0 0 0;
}
a.arrow {
	color: #7F92B2;
	font-weight: bold;
	display: inline-block;
	background-image: url(../img/common/arrow03.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 6px 7px;
	padding-left: 10px;
}
 a.arrow:hover {
	opacity: 0.7;
}
/*about
---------------------------------------------------------------------------*/
.advantage {
	margin: 10px 0 0 0;
}
.advantage img {
	width: 53%;
	float: left;
	margin-right: 5%;
}
.advantage .text {
	margin: 5% 0 0 0;
	width: 42%;
	float: right;
	text-align: left;
}
.advantage h4 {
	font-size: 32px;
	font-weight: bold;
	margin: 0 0 15px 0;
}
.advantage h4 span {
	color: #7FA9D1;
	font-weight: bold;
}
.reasons {
	width: 90%;
	margin: 20px auto;
}
.reasons h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0;
}
.reasons p {
	text-align: left;
}
.reasons_box01 {
	background-image: url(../img/about/about15.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 300px;
	position: relative;
	background-size: 300px auto;
	margin: 30px auto 0 auto;
}
.reasons_box02 {
	background-image: url(../img/about/about16.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 300px;
	position: relative;
	background-size: 300px auto;
	margin: 30px auto 0 auto;
}
.reasons_box03 {
	background-image: url(../img/about/about17.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 300px;
	position: relative;
	background-size: 300px auto;
	margin: 30px auto 0 auto;
}
.reasons_box01 p,
.reasons_box02 p,
.reasons_box03 p  {
	width: 240px;
	text-align: left;
	position: absolute;
	bottom: 0;
	right: 0;
}

.filter {
	background-image: url(../img/sp/about/about18.png);
	width: 300px;
	min-height: 510px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: relative;
	margin: 30px auto 40px auto;
	text-align: center;
}
.filter img {
	position: absolute;
	left: 20px;
	bottom: 15px;
}
/*flow
---------------------------------------------------------------------------*/
.step01,
.step02,
.step03,
.step04,
.step05 {
	background-repeat: no-repeat;
	background-size: 300px 480px;
	height: 195px;
	width: 290px;
	margin: 20px auto 0 auto;
	text-align: left;
	padding: 285px 0 0 10px;
}
.step03 {
	background-repeat: no-repeat;
	background-size: 300px 430px;
	height: 155px;
	width: 290px;
	margin: 20px auto 0 auto;
	text-align: left;
	padding: 285px 0 0 10px;
}
.step04 {
	background-repeat: no-repeat;
	background-size: 300px 530px;
	height: 245px;
	width: 290px;
	margin: 20px auto 0 auto;
	text-align: left;
	padding: 285px 0 0 10px;
}
.step01 h3,
.step02 h3,
.step03 h3,
.step04 h3,
.step05 h3 {
	margin: 0;
}
.step01 h4,
.step02 h4,
.step03 h4,
.step04 h4,
.step05 h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 15px 0;
}
.step01 p,
.step02 p,
.step03 p,
.step04 p,
.step05 p {
	width: 90%;
}
.step01 {
	background-image: url(../img/sp/flow/flow03.jpg);
}

.step02 {
	background-image: url(../img/sp/flow/flow04.jpg);
}

.step03 {
	background-image: url(../img/sp/flow/flow05.jpg);
}

.step04 {
	background-image: url(../img/sp/flow/flow06.jpg);
}

.step05 {
	background-image: url(../img/sp/flow/flow07.jpg);
}

/*price
---------------------------------------------------------------------------*/
.area {
	width: 100%;
	margin: 40px auto;
}
.area p {
	text-align: left;
	float: left;
	width: 33%;
	font-size: 10px;
}
/*faq
---------------------------------------------------------------------------*/
/*::::    accordion   ::::*/
#faq {
	width: 100%;
	margin: 0 auto;
}
#faq dt{
	display: block;
	cursor: pointer;
	margin: 10px 0 0 0;
	padding: 15px 40px 15px 45px;
	background-size: 30px 30px, 30px 30px;
	background-image: url(../img/faq/q.png), url(../img/faq/open.png);
	background-position: left 10px top 10px,right 10px top 10px;
	background-repeat: no-repeat;
	background-color: #fff;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}
#faq dt.active {
	background-image: url(../img/faq/q.png), url(../img/faq/close.png);
	background-position: left 10px top 10px,right 10px top 10px;
	background-repeat: no-repeat;
}
#faq dd{
	background-color: #fff;
	display: none;
	padding: 15px 10px 15px 45px;
	font-weight: normal;
	text-align: left;
	background-size: 30px 30px;
	background-image: url(../img/faq/a.png);
	background-position: left 10px top 10px;
	background-repeat: no-repeat;
}
/*company
---------------------------------------------------------------------------*/
#company table {
	border-top: 1px solid #ddd;
}
#company table tr {
	border-bottom: 1px solid #ddd;
}
#company table th {
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 0 0 0;
}

#company table td {
	text-align: left;
	display: block;
	padding: 0 0 10px 0;

}
/*apply
---------------------------------------------------------------------------*/
#apply_wrap {
	margin: 30px auto 0px auto;
	background-image: url(../img/sp/apply/apply01.jpg);
	background-repeat: no-repeat;
	background-size: 300px 300px;
	min-height: 150px;
	width: 280px;
	padding: 100px 0 50px 20px;
}
#apply_wrap p {
	width: 90%;
	text-align: left;
}
#apply table {
	border-top: 1px solid #ddd;
	width: 90%;
	margin: 0 auto 30px auto;
}
#apply table tr {
	border-bottom: 1px solid #ddd;
}
#apply table th {
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 0 5px 0;
}

#apply table td {
	text-align: left;
	display: block;
	padding: 0 0 10px 10px;
	color: #999999;
}
.con_frame01 {
	height: 25px;
	width: 95%;
	border: 1px solid #DDDDDD;
	margin: 0 0 2px 0;
}
.con_frame02 {
	height: 25px;
	width: 95%;
	border: 1px solid #DDDDDD;
	margin-bottom: 5px;
	margin-right: 20px;
}
.con_frame03 {
	height: 25px;
	width: 95%;
	border: 1px solid #DDDDDD;
	margin-bottom: 5px;
}

.con_frame04 {
	height: 150px;
	width: 95%;
	border: 1px solid #DDDDDD;
	margin-bottom: 5px;
}
.red {
	color:#FF0000;
}
#confirmbtn {
	margin: 40px 0 0 0;
}
.apply_frame {
	width: 820px;
	text-align: left;
	margin: 0 auto;
}
/*lifestyle
---------------------------------------------------------------------------*/
.lifestyle01,
.lifestyle02,
.lifestyle03,
.lifestyle04,
.lifestyle05,
.lifestyle06 {
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 300px;
	width: 285px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 270px 0 0 15px;
}
.lifestyle01 h4,
.lifestyle02 h4,
.lifestyle03 h4,
.lifestyle04 h4,
.lifestyle05 h4,
.lifestyle06 h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
.lifestyle01 p,
.lifestyle02 p,
.lifestyle03 p,
.lifestyle04 p,
.lifestyle05 p,
.lifestyle06 p {
	width: 95%;
}
.lifestyle01 {
	background-image: url(../img/sp/lifestyle/lifestyle04.jpg);
}

.lifestyle02 {
	background-image: url(../img/sp/lifestyle/lifestyle05.jpg);
}

.lifestyle03 {
	background-image: url(../img/sp/lifestyle/lifestyle06.jpg);
}

.lifestyle04 {
	background-image: url(../img/sp/lifestyle/lifestyle07.jpg);
}

.lifestyle05 {
	background-image: url(../img/sp/lifestyle/lifestyle08.jpg);
}
.lifestyle06 {
	background-image: url(../img/sp/lifestyle/lifestyle09.jpg);
}