@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*設定する場合→ font-family:'Noto sans japanese', sans-serif; を追加*/
/*同時に他のWEBフォントを使う場合はhtml側に記載すること*/

*{
	box-sizing:border-box;
}
a{
    text-decoration: none;
	color: inherit;
}
body{
	font-size:14px;
	background:#FFFFFF;
	font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
}

#wrapper{
	min-width:320px;
	max-width:600px;
	margin:0 auto;
}

img{
	vertical-align: bottom;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
input[type=button]{
	-webkit-appearance: none;
	border:1px solid #E7E7E7;
}

.for-pc{
	display: none !important;
}

/*共通
----------------------------------------------------------------------------------------------------*/
.t-center{
    text-align: center !important;
}

.t-link{
    color: #0092DB;
    text-decoration: underline;
}

.btn-box{
	margin: 10px 0;
	text-align: center;
}

.blue-btn{
    display: inline-block;
    padding: 15px;
    background: #0092DB;
    border: 1px solid #0092DB;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    min-width: 300px;
    box-shadow: 0 10px 15px rgba(153,153,153,0.3);
}

.blue-btn:after{
    content: "→";
    
    display: inline-block;
    margin-left: 10px;
}


/*ヘッダー
----------------------------------------------------------------------------------------------------*/
header{
	background: #FFFFFF;
	min-width: 320px;
	max-width: 600px;
	margin: 0 auto;
}

header .h1box{
	height: 2px;
	background: #1869c3;
}

header .head-inner{
	display: block;
	overflow: hidden;
	padding: 5px;
}

header .head-inner .logo-box{
	float: left;
	width: 115px;
}

header .head-inner .logo-box img{
	width: 100%;
}

.ht-right{
	float: right;
	display: flex;
    align-items: center;
    height: 40px;
    font-size: 24px;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 700;
	color: #1869c3;
}

/*メインコンテンツ
----------------------------------------------------------------------------------------------------*/
#main{}

#main .content{
	padding:0 5px;
}

.st{
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 20px;
	font-weight: 700;
    color: #1869c3;
    margin-bottom: 20px;
}

.st span{
    display: inline-block;
    padding-left: 10px;
    border-left: 5px solid #1869c3;
}

.st-blue{
    color: #0092DB;
}

.st-blue span{
    border-left: 5px solid #0092DB;
}

.sst{
    margin: 10px 0;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 18px;
	font-weight: 700;
    color: #0092DB;
}

.sst:before{
    content: "";
    
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    background: url(../img/common/icon-search.png) no-repeat center;
    background-size: contain;
}

section{
	margin: 30px 0;
	display: block;
}

.gray-box{
    background: #EFEFEF;
    padding: 20px 0;
}

.textbox{
    margin: 10px 0;
    line-height: 150%;
}

/**/
.main-img{
    display: block;
    overflow: hidden;
    background: #0092DB;
}

.main-img .content{
    background: url(../img/index/main-img-sp.png) no-repeat center top;
    background-size: cover;
    height: 250px;
    position: relative;
}

.main-img .mainimg-inner{
    position: absolute;
    right: 10px;
    top: 50%;
    
    -webkit-transform:  translateY( -50% );
    transform:  translateY( -50% );
    background: #FFFFFF;
    padding: 15px;
    width: 230px;
}

.main-img .mainimg-inner h1{
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #0092DB;
    line-height: 130%;
}

.main-img .mainimg-inner .mi-border{
    display: inline-block;
    width: 40px;
    border-bottom: 5px solid #0092DB;
    margin: 10px 0;
}

.main-img .mainimg-inner p{
    line-height: 150%;
}

/**/
.twin-box{
    display: block;
    width: 100%;
    margin-top: 20px;
}

.twin-box li{}

.twin-box li:last-of-type{
    margin-top: 10px;
    line-height: 150%;
}

.twin-box li img{
    width: 100%;
}

.twin-box li p{
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #0092DB;
    margin-bottom: 10px;
}

.twin-box li .btn-box{
    margin-bottom: 0;
}

.twin-box li .btn-box a{
    width: 100%;
}

/**/
.staff-recruit{}

.staff-recruit ul{
    display: block;
    overflow: hidden;
}

.staff-recruit ul li{
    margin-bottom: 20px;
}

.staff-recruit ul li:last-of-type{
    margin-bottom: 0;
}

.staff-recruit ul li dl{}

.staff-recruit ul li dl dt{
    border-top: 2px solid #1869c3;
    margin-bottom: 10px;
}

.staff-recruit ul li dl dt img{
    width: 100%;
}

.staff-recruit ul li dl dd{
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #0092DB;
    line-height: 130%;
}

.staff-recruit .blue-btn{
    display: block;
}


/**/
.rs-todofuken .rs-todo-box ul{
	display: block;
	overflow: hidden;
}

.rs-todofuken .rs-todo-box ul li{
	margin-bottom: 10px;
	float: left;
    width: 49%;
}

.rs-todofuken .rs-todo-box ul li:nth-of-type(2n){
    float: right;
}

.rs-todofuken .rs-todo-box ul li a{
    display: block;
    border:1px solid #E7E7E7;
    padding: 10px;
    padding-right: 40px;
    text-align: center;
    font-family: 'Noto sans japanese', sans-serif;
    color: #0092DB;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.rs-todofuken .rs-todo-box ul li a:after{
    content: "↓";
    
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY( -50% );
    transform: translateY( -50% );
    
    font-size:14px;
    font-weight: 400;
}

/**/
.recruit-faq{
    margin-bottom: 0;
}

.recruit-faq dl{
    margin: 20px 0;
    border: 1px solid #CCCCCC;
}

.recruit-faq dl dt{
    color: #FFFFFF;
    font-weight: bold;
    background: #0092DB;
    padding: 10px;
    padding-left: 40px;
    position: relative;
}

.recruit-faq dl dt span{
    position: absolute;
    top: 10px;
    left: 10px;
}

.recruit-faq dl dd{
    padding: 10px;
    line-height: 150%;
    background: #FFFFFF;
    padding-left: 40px;
    position: relative;
    font-weight: bold;
}

.recruit-faq dl dd span{
    position: absolute;
    top: 10px;
    left: 15px;
    color: rgba(0,146,219,.7);
}

/*フッター
----------------------------------------------------------------------------------------------------*/
/* footer{
	background:#12438C;
	color:#FFFFFF;
	padding: 20px 5px;
}

footer .f-copy{
	line-height: 150%;
	text-align: center;
}

footer ul{
    width: 200px;
    margin: 20px auto 0;
}

footer ul li{
    margin-bottom: 10px;
}

footer ul li a{
	text-decoration:underline;
}

footer ul li a:before{
	content:" ";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right:5px;
	background:url(../img/common/arrow-right-w.png) no-repeat left center;
	background-size:cover;
	vertical-align: middle;
}*/

/*トップに戻る*/
/* .totop{
	position:fixed;
	bottom:90px;
	right: 10px;
	
	display: inline-block;
	width:40px;
}

.totop img{
	width: 100%;
}  */
