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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;

}
 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
 
html{
	overflow-y: scroll;
	font-size: 62.5%;
}

html,body {
	width:100%;
}

 
blockquote, q {
	quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
input, textarea {
	margin: 0;
	padding: 0;
}
 
ol, ul{
	list-style:none;
}
 
table{
	border-collapse: collapse;
	border-spacing:0;
}
 
caption, th{
	text-align: left;
}
 
a:focus {
	outline:none;
}
 
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
 
.clearfix {
	min-height: 1px;
}
 
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
 
.both{
	clear:both;
}
 
.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

img{
	width: 100%;	
}
a {
  color: #0ae;
}
a:visited {
	color: #0ae;
}
a:hover {
	color: #0ae;
	text-decoration: none;
}
a:active {
  color: #c00;
}


/*
Normlize
***************************************************/
body{
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Mairyo, sans-serif;
	font-size: 1.0rem;/* 10px相当 */

}

/**************************
共通
**************************/
.main {
	font-size:1.4rem;

}
/* 下向きアロー */
.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;
}

/* 各コンテンツ */
.content {
	margin-bottom:20px;
}


.mod-title1{
	background: #232272;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	-webkit-box-shadow:0 0 0 2px #232272;
	box-shadow:0 0 0 2px #232272;
	color: #fff;
	padding: 10px;
    line-height: 1.2;
    font-size: 1.8rem;
	margin: 0 0 2px;
	text-align: center;
}
.mod-title1 span{
	font-size: 2.0rem;
	color: #ffe346;
	
}

/* mod-menu */
.mod-menu{
	margin: 0 0 20px;
}
.mod-menu li{
	border-bottom: 1px solid #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mod-menu li a{
	display: block;
	padding: 15px 10px;
	color: #333;
	text-decoration: none;
	font-size: 1.5rem;
	background: url(../spimg/ic_arrow.png) no-repeat 96%;
	background-size: 6px 10px;
}

.mod-menu__half ul{
	border-bottom: 1px solid #ccc;
}
.mod-menu__half li{
	width: 50%;
	float: left;
}
.mod-menu__half li:last-child{
	border-bottom: none;
}
.mod-menu__half li:nth-child(odd){
	border-right: 1px solid #ccc;
}





/**************************
ヘッダー
**************************/

.head {
	border-top:3px solid #2b5ca9;
	border-bottom:1px solid #2b5ca9;
	position:relative;
	padding:9px 10px 7px;
	background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e8e8e8 100%);
	line-height:0;
}

.head::before {
	content:"";
	display:block;
	width:100%;
	height:1px;
	background-color:#2b5ca9;
	position:absolute;
	top:1px;
	left:0;
}

h1 {
	line-height:0;
}

.oote {
	border-top:3px solid #2b5ca9;
	border-bottom:1px solid #2b5ca9;
	position:relative;
	line-height:0;
	padding:9px 10px 7px;
}

.oote::before {
	content:"";
	display:block;
	width:100%;
	height:1px;
	background-color:#2b5ca9;
	position:absolute;
	top:1px;
	left:0;
}

/* こんなお悩みございませんか？ */
.nayami {
	line-height:0;
	border-bottom:1px solid #082b61;
}

.nayami2 img {
	width:78%;
}

.nayami2{
	text-align: center;
	font-weight: bold;
	color: #e31010;
	line-height: 1.3;
	font-size: 1.5rem;
}
.nayami2 span{
	font-size: 2.0rem;
}



/* 一括登録ナビが選ばれる3つの理由 */

.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: 5px 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.4rem;
}


/* 家庭教師アルバイト登録者統計 */
.tokei {
	padding:10px;
	margin-bottom:10px;
}
.tokei-q{
	padding: 0 0 0 60px;
	background: url(../spimg/ic_tokei_q.png) no-repeat left center;
	background-size: 53px 49px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}
.tokei-graph{
	text-align: center;
	margin: 10px 0;
}
.tokei-graph img{
	width: 71%;
}
.tokei-txt{
	text-align: center;
	margin: 0 0 10px;
}
.tokei-txt1{
	font-weight: bold;
	background: url(../spimg/ic_tokei_txt.png) no-repeat left;
	background-size: 19px 19px;
	display: inline-block;
	padding: 0 0 0 22px;
	min-height: 19px;
}
.tokei-txt2{
	text-align: right;
	font-size: 1.1rem;
}
.tokei-a{
	padding: 0 0 0 60px;
	background: url(../spimg/ic_tokei_a.png) no-repeat left center;
	background-size: 53px 49px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.3;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}





/* ご利用者の声 */

.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.4rem;
	padding: 0 0 0 10px;
	width: 72%;
}

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

/* 登録は簡単！3ステップ */
.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.4rem;
}
.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.6rem;
}
.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.4rem;
	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;
}


/* about */
.about{
	padding: 10px;
	-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.5);
	box-shadow:0 0 5px 0 rgba(0,0,0,.5);
}
.about-img{
	text-align: center;
	padding: 5px 0;
}
.about-img img{
	width: 60%;
}
.about p{
	font-size: 1.4rem;
}


/* フッター */

.mod-foot-navi{
}
.mod-foot-navi ul{
	display: table;
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
	border-top: 1px solid #ccc;
}
.mod-foot-navi li{
	display: table-cell;
	border-left: 1px solid #ccc;
}
.mod-foot-navi li:first-child{
	border: none;
}
.mod-foot-navi li a{
	display: block;
	text-align: center;
	padding: 10px 0 7px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2rem;
	color: #232272;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.mod-foot-navi li a span{
	padding: 30px 0 0 0;
	display: block;
}
.mod-foot-navi__home span{
	background: url(../spimg/ic_home.png) no-repeat center top;
	background-size: 28px 26px;
}
.mod-foot-navi__touroku span{
	background: url(../spimg/ic_touroku.png) no-repeat center top;
	background-size: 24px 24px;
}
.mod-foot-navi__howto span{
	background: url(../spimg/ic_howto.png) no-repeat center top;
	background-size: 24px 24px;
}
.mod-foot-navi__column span{
	background: url(../spimg/ic_column.png) no-repeat center 2px;
	background-size: 22px 26px;
}
.mod-foot-navi__features span{
	background: url(../spimg/ic_features.png) no-repeat center 2px;
	background-size: 24px 24px;
}



.mod-foot-bottom {
	color:white;
	font-size:1.2rem;
	background: -moz-linear-gradient(top, rgb(59,59,59) 0%, rgb(17,17,17) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(59,59,59)), color-stop(100%,rgb(17,17,17)));
	background: -webkit-linear-gradient(top, rgb(59,59,59) 0%,rgb(17,17,17) 100%);
	background: linear-gradient(to bottom, rgb(59,59,59) 0%,rgb(17,17,17) 100%);
	padding:7px 10px 12px;
}

.uneisha {
	text-align:right;
}

.uneisha a {
	font-size:1.2rem;
	color:white;
}

.name {
	font-size:1.0rem;
	text-align:center;
}

a.powered {
	text-decoration:none;
	color:#ffffff;
}

.top-kyubo{
	padding: 0 0 25px 0;
	text-align: center;
}

.shin{
	padding: 0 0 25px 0;
	text-align: center;
	font-weight: bold;
	color: #ff0000;
}









.mod-menu__half ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
