@charset "utf-8";
/* CSS Document */






/* 下向きアロー */
.arrow {
	margin:10px 0;
	text-align:center;
	line-height:0;
}

.arrow img {
	width:40%;
}

/* cvボタン */
.cvbtn {
	padding:0 10px;
}

.cvbtn h2 {
	background-color:#346dc7;
	border-radius:3px 3px 0 0;
	box-shadow:rgba(0, 0, 0, 0.24) 0px 2px 3px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.24) 0px 2px 3px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.24) 0px 2px 3px 0px;
	text-align:center;
	line-height:0;
	padding:6px 0 4px;
}

.cvbtn h2 img {
	width:73%;
}

.cvbtn div {
	padding:10px;
	line-height:0;
	border-radius:0 0 3px 3px;
	box-shadow:rgba(0, 0, 0, 0.24) 0px 2px 5px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.24) 0px 2px 5px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.24) 0px 2px 5px 1px;
	margin-bottom:20px;
}

.cvbtn img{
	width: 100%;	
}

/* 一括登録ナビの特徴 */

.riyu {
	background-color:#dbeeff;
	padding:10px;
}
.riyu li{
	background: #fff;
	margin-bottom:10px;
}
.riyu li:last-child {
	margin-bottom:0;
}
.riyu-title{
	font-size: 1.5rem;
	font-weight: bold;
	padding: 25px 0;
}
.riyu-title-border{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 59%, #f3b3ff 60%, #f3b3ff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 59%,#f3b3ff 60%,#f3b3ff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 59%,#f3b3ff 60%,#f3b3ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3b3ff',GradientType=0 ); /* IE6-9 */
}
.riyu-title-ic{
	font-size: 1.3rem;
	background: #2b5ca9;
	color: #fff;
	padding: 1px 5px;
	margin: 0 3px 0 0;
}
.riyu p{
	padding: 0 5px 5px;
	font-size: 1.5rem;
	line-height: 1.5;
}




/* ご利用者の声 */

.koe img{
	width: 100%;	
}


.koe {
	padding:10px;
}

.koe li {
	margin-bottom:20px;
}

.koe li:last-child {
	margin-bottom:0;
}
.koe dl{
	display: table;
}
.koe dt{
	display: table-cell;
	width: 28%;
	vertical-align: top;
}
.koe dd{
	display: table-cell;
	vertical-align: top;
	font-size: 1.3rem;
	line-height: 1.2;
	padding: 0 0 0 10px;
	width: 72%;
}

.chushaku {
	font-size:1.2rem;
	padding:0 10px;
}

/* 登録は簡単！3ステップ */

.tstep img{
	width: 100%;	
}

.tstep {
	padding:10px;
	margin-bottom:20px;
}

.tstep li {
	margin: 0 0 7px;
	border: 2px solid #336dc8;
	position: relative;
}
.tstep li:last-child{
	margin: 0;
}
.tstep-wrap{
	margin: 1px;
	border: 1px solid #336dc8;
	padding: 5px;
}
.tstep-title{
	color: #2b5ca9;
	font-weight: bold;
	font-size: 1.6rem;
	border-bottom: 1px solid #2b5ca9;
	margin: 0 0 3px;
}
.tstep-title img{
	width: 56px;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.tstep-txt{
	display: table;
}
.tstep-txt dt{
	display: table-cell;
	font-size: 1.3rem;
	line-height: 1.2;
}
.tstep-txt dd{
	display: table-cell;
	width: 32%;
	vertical-align: middle;
	padding: 5px 0;
}
.tstep-txt dd img{
	vertical-align: bottom;
}

.tstep li:after{
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #2b5ba9 transparent transparent transparent;
}
.tstep li:last-child:after{
	display: none;
}


/* よくある不安や疑問をまとめて解決 */
.faqbox {
	padding:0 10px;
}
.faqbox h2{
	line-height: 0;
}
.faq {
	padding:10px 15px;
	background:url(../spimg/lp_bg_qa.gif) repeat-y 0 0;
	background-size:100%;
}

.faq dt{
}
.faq dt h3{
	padding-left:1.6rem;
	text-indent:-1.6rem;
	font-weight:bold;
	font-size:1.4rem;
}
.faq dt h3::before {
	content:"";
	display:inline-block;
	width:1.4rem;
	height:1.4rem;
	background:url(../spimg/lp_ic_q.gif) no-repeat 50% 50%;
	background-size:1.4rem 1.3rem;
	margin-right:.2rem;
}

.faq dd {
	font-size:1.2rem;
	background:url(../spimg/lp_il_qaline.gif) no-repeat 50% 100%;
	background-size:98%;
	padding-bottom:20px;
	margin-bottom:20px;
	padding-left:1.6rem;
	text-indent:-1.6rem;
}

.faq dd::before {
	content:"";
	display:inline-block;
	width:1.4rem;
	height:1.4rem;
	background:url(../spimg/lp_ic_a.gif) no-repeat 0 0;
	background-size:1.3rem 1.4rem;
	margin-right:.2rem;
}

.faq dd:last-child {
	background:none;
	padding-bottom:0;
	margin-bottom:0;
}

.faqbtm {
	margin-bottom:20px;
}




