@charset "utf-8";
.mainvisual{
	width:100%;	
	height:400px;
	background: url(../common_img/bg_mainvisual.jpg) no-repeat center top;
	border-top:2px solid #616161;
}
.mainvisual h2{
	padding:53px 0 0 25px;	
}
.main{
	background:#f5f5f5;	
	padding:0 0 60px;
}
.title01{
	width:100%;
	height:108px;
	text-align:center;
	display:table;
	background: url(../images/bg01.png) repeat-x center top;	
	position:relative;
}
.title01 span{
	display:table-cell;
	vertical-align:middle;	
}
.title01:before{
	content:"";
	width:47px;
	height:18px;
	background: url(../images/ico01.png) no-repeat center top;	
	position:absolute;
	left:50%;
	top:100%;
	margin:0 0 0 -23px;
}
.title01.ico03:before{
	content:"";
	width:1010px;
	height:137px;
	background: url(../images/ico03.png) no-repeat 20px top;	
	position:absolute;
	left:50%;
	top:0;
	margin:-10px 0 0 -505px;
}

.title02{
	width:100%;
	height:108px;
	text-align:center;
	display:table;
	background: url(../images/bg02.png) repeat-x center top;	
	position:relative;
}
.title02 span{
	display:table-cell;
	vertical-align:middle;	
	padding:7px 0 0;
}
.title02:before{
	content:"";
	width:47px;
	height:18px;
	background: url(../images/ico02.png) no-repeat center top;	
	position:absolute;
	left:50%;
	top:100%;
	margin:0 0 0 -23px;
}
.recommend{
	padding:40px 0;	
}
.recommend_left{
	float:left;
	padding:23px 0 0;	
}
.recommend_left ul{
	margin:0 0 0 -4px;	
}
.recommend_left li{
	margin:0 0 13px;	
}
.recommend_right{
	float:right;	
}

.collabos_phone{
	padding:45px 0 30px;
	background:#fff;	
}
.collabos_phone li{
  float:left; 
}
.collabos_phone li:last-child{
  float:right;  
}

.case{
	background: url(../images/base.jpg) no-repeat center top;
	padding:50px 0 40px;	
	min-height:1157px;
	text-align:center;
}
.case h4{
	margin:0 0 30px;	
}
.mb55{
	margin-bottom:55px;	
}

.intro{
	padding:30px 0 60px;	
}
.remit{
	margin:0 0 50px;	
}
.remit_in{
	padding:30px 0 30px 370px;	
}
.remit_in p{
	font-size:18px;	
	margin:0 0 20px;
}
.remit_in p span{
	margin:0 15px 0 60px;
	padding:7px 40px;
	background:#61b7ec;	
	color:#140d61;
}
.remit_box{
	padding:10px;	
	background:#023090;
	color:#fff;
}
.remit_box_in{
	border:3px solid #ededed;	
	padding:15px 22px;
}
.remit_box_in h5{
	font-size:21px;
	color:#ffd053;
	margin:0 0 10px;	
}
.remit_box_in li{
	font-size:18px;
	margin:0 0 5px;	
}
.tt_line{
	font-size:33px;
	color:#140d61;
	padding:5px 0 0;
	background: url(../images/line.png) no-repeat right center;	
	margin:0 0 20px;
}
.faq{
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	background:#56b2ec;	
}
.faq{
	padding:15px;	
	margin:0 0 20px;
}
.faq dt{
	font-size:18px;
	color:#140d65;
	padding:0 20px;
	font-weight:bold;	
	position:relative;
}
.faq dt:before{
	content:"";
	width:16px;
	height:16px;
	background: url(../images/ico_off.png) no-repeat center center;	
	position:absolute;
	right:20px;
	top:50%;
	margin:-8px 0 0;
}
.faq dt.opened:before{
	background: url(../images/ico_on.png) no-repeat center center;	
}
.faq dd{
	padding:15px 20px;
	background:#fff;
	margin:15px 0 0;
	line-height:1.8;
	display:none;	
}

.info{
	padding:40px 30px 0;	
}
#contact, #pp{
	padding:17px 0;
	text-align:center;
	background:#140d61;	
}
.fz18{
	font-size:18px;	
}
.tb_info{
	padding:10px 0;
	border-bottom:1px solid #140d61;
	display:table;
	width:100%;	
	color:#2c3b51;
}
.tb_info dt{
	display:table-cell;
	width:245px;	
	background:#c5d0d9;
	font-size:18px;
	text-align:center;
	padding:8px 0;
	font-weight:bold;
}
.tb_info dd{
	display:table-cell;
	background:#fff;
	padding:8px 20px;
}
.mb80{
	margin-bottom:80px !important;	
}

.contact_form dl{
	padding:10px 0;
	border-bottom:1px solid #dbdbdb;
	display:table;
	width:100%;	
	color:#2c3b51;
}
.contact_form dt{
	display:table-cell;
	width:245px;	
	background:#fff;
	font-size:16px;
	text-align:left;
	vertical-align:top;
	padding:12px 20px 8px;
	font-weight:bold;
}
.contact_form dd{
	display:table-cell;
	padding:8px 0 8px 20px;
	vertical-align:middle;
}
input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {
	border: 1px solid #e0e0e0;
	padding: 5px;
	width: 100%;
}
textarea {
	border: 1px solid #e0e0e0;
	padding: 5px;
	width: 100%;
	height:150px;
}
select {
	border: 1px solid #e0e0e0;
	padding: 5px;
}
#formEnd p{
	margin:30px 0;	
	font-size:18px;
}
#formEnd p a{
	color:#140d61;	
}
.hissu:before{
	background-color: #cc0000;
  content: "必須";	
	color: #fff;
	display: inline-block;
	float: right;
	padding:3px 7px;
	font-weight:normal;
	-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	font-size:14px;
	margin:-3px 0 0;
}
.ninni:before{
	background-color: #3f3f3f;
  content: "任意";	
	color: #fff;
	display: inline-block;
	float: right;
	padding:3px 7px;
	font-weight:normal;
	-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	font-size:14px;
	margin:-3px 0 0;
}
.note{
	line-height:2;	
	margin:0 0 20px;
}
.pp{
	padding:20px;
	background:#fff;
	border:1px solid #140D61;
}
.pp p{
	line-height:2;	
}

.box_note{
	margin:0 0 35px;	
}
.box_note li{
	width:483px;
	float:left;	
	background:#fff;
	padding:14px 11px;
	color:#000;
	position:relative;
}
.box_note li:first-child:after{
	content:"";
	width:44px;
	height:100%;
	background: url(../images/arrow.png) no-repeat center center;	
	position:absolute;
	left:100%;
	top:0;	
}
.box_note li:last-child{
	float:right;
	background:#023090;
}
.box_in{
	border:3px solid #023090;
	padding:15px 30px;	
}
.box_note li:last-child .box_in{
	border:3px solid #fff;
	color:#fff;
}
.box_in h5{
	font-size:21px;
	color:#ffd053;
	margin:0 0 5px;	
}
.box_in p{
	font-size:18px;
	margin:0 0 0 -6px;
}
input.txtfS2, input#zip2{
	width:150px;	
}
















