﻿@charset "utf-8";

/*------------------------------------------------------------------------------ base --*/
html {
}
body {
	width: 100%;
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	padding:0;
	color:#333;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background:#FFF url("/sp/common/image/menu_bg.png") right top repeat-y;
}
h1, h2, h3, h4, h5, h6, div, p, th, td, ul, ol, li, dl, dt, dd, img, p, table {
	list-style: none;
	margin:0;
	padding:0;
	border:none;
}
img {
	vertical-align:bottom;
}
form {
	margin:0;
	padding:0;
}
*:focus {
 outline: none;
}

/*------------------------------------------------------------------------------ common --*/
a:link {
	color:#126bbf;
	text-decoration: none;
}
a:visited {
	color:#126bbf;
	text-decoration: none;
}
a:active {
	color:#126bbf;
	text-decoration:underline;
}
a.over:active{text-decoration:none !important;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}

.link:after{
 content:url("/common/image/icon_link.png");
 vertical-align:middle;
 margin-left:8px;
}
.outside:after{
 content:url("/common/image/icon_outside.png");
 vertical-align:middle;
 margin-left:8px;
}
.file:after{
 content:url("/common/image/icon_file.png");
 vertical-align:middle;
 margin-left:8px;
}
.linkW:after{
 content:url("/common/image/icon_link_w.png");
 vertical-align:middle;
 margin-left:8px;
}
.outsideW:after{
 content:url("/common/image/icon_outside_w.png");
 vertical-align:middle;
 margin-left:8px;
}
.fileW:after{
 content:url("/common/image/icon_file_w.png");
 vertical-align:middle;
 margin-left:8px;
}
.back:before {
 content: url(/common/image/icon_back.png);
 vertical-align: middle;
 margin-right: 8px;
}

/*------------------------------------------------------------------------------ header --*/
#header{
	width:100%;
	height:70px;
	position: relative;
}
#header .hdLogo{
	position: absolute;
	top:14px;left:10px;
}
#header #searchBtn{
	width:44px;
	height:44px;
	position: absolute;
	top:14px;right:54px;
	cursor: pointer;
}
#header #searchBox{
	width: 100%;
	position: absolute;
	top:70px;
	background:url("/sp/common/image/search_bg.png");
	display: none;
	z-index: 120;
}
#header #searchBox:before{
 content:url("/sp/common/image/search_bg_arw.png");
 position: absolute;
 top:-13px;right:80px;
}
#header #searchBox .inner{
	width: 320px;
	height:96px;
	margin: 0 auto;
	z-index: 121;
}
#cse-search-box input[type="text"] {
	width: 220px;
	height: 41px;
	padding: 2px 5px!important;
	font-size: 16px;
	border: none!important;
	float:left;
	position: relative;
	top:23px;
}
#cse-search-box input[type="image"] {
	position: relative;
	top:23px;right:0px;
}
/*--- overlay ---*/
#overlay{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background:transparent;
	z-index:119;
}

/*------------------------------------------------------------------------------ globalnavi --*/
#naviBtn{
	position: absolute;
	top:14px;right:4px;
}
#naviBtn a{
	display: block;
	width:44px;
	height:44px;
	background:url("/sp/common/image/hd_navi.png") no-repeat 96% center;
	background-size: 44px 44px;
}
.sb-active #naviBtn a{
	background:url("/sp/common/image/hd_navi_off.png") no-repeat 96% center;
	background-size: 44px 44px;
}
.sb-slidebar{
	background: transparent;
}
ul.menu01 li{
	border-bottom:2px solid #126bbf;
	background:url("/common/image/icon_link.png") no-repeat 96% center;
}
ul.menu01 li a{
	display: block;
	padding:15px 0 15px 50px;
	font-size: 16px;
}
ul.menu01 li a.logo{
	padding-left:15px;
}
ul.menu01 li a.know{
	background:url("/sp/common/image/icon_know.png") 10px center no-repeat;
	background-size: 35px 25px;
}
ul.menu01 li a.start{
	background:url("/sp/common/image/icon_start.png") 10px center no-repeat;
	background-size: 35px 25px;
}
ul.menu01 li a.master{
	background:url("/sp/common/image/icon_master.png") 10px center no-repeat;
	background-size: 35px 25px;
}
ul.menu01 li a.everyone{
	background:url("/sp/common/image/icon_everyone.png") 10px center no-repeat;
	background-size: 35px 25px;
}
ul.menu01 li a.about{
	background:url("/sp/common/image/icon_about.png") 10px center no-repeat;
	background-size: 35px 25px;
}
ul.menu02 li{
	border-bottom:1px solid #126bbf;
	background: url("/common/image/icon_link.png") no-repeat 96% center;
	background-color: rgba( 193, 207, 221, 0.3 );
}
ul.menu02 li a{
	display: block;
	padding:12px 0 12px 15px;
	font-size: 14px;
}






/*------------------------------------------------------------------------------ footer --*/
#footer{
	border-top:4px solid #126bbf;
}
/*faq*/
#footer .faq .title{
	width:100%;
	display: table;
	margin: 15px auto 0;
	padding: 10px 0;
}
#footer .faq .title h2{
	display: table-cell;
	padding:5px 0 5px 50px;
	background:url("/sp/common/image/icon_faq.png") 10px center no-repeat;
	background-size: 35px 25px;
}
#footer .faq .title .moreLink{
	display: table-cell;
	padding-right: 5px;
	text-align: right;
	font-size:16px;
}
#footer .faq ul{
	width:100%;
	border-top: 1px solid #dadce1;
}
#footer .faq ul li{
	border-bottom: 1px solid #dadce1;
}
#footer .faq ul li a{
	display: block;
	padding:12px 5px 12px 45px;
	text-align: left;
	background:url("/image/faq_icon.png") 15px center no-repeat;
}
/*siteInfo*/
.siteInfo{
padding:12px 3%;
font-size:10px;
line-height: 1.6;
}
/*footNavi*/
#footer ul.footNavi li{
	border-top:1px solid #4189cc;
}
#footer ul.footNavi li a{
	display: block;
	padding:12px;
	background-color: #126bbf;
	color:#fff;
	text-align: center;
}
/*copyright*/
#footer .copyright{
	padding:10px 0;
	background-color: #333;
}
#footer .copyright p{
	color: #FFF;
	text-align: center;
	font-size: 10px;
}
/*pageTop*/
#pageTop {
 position: fixed;
 bottom: 20px;
 right: 10px;
	display:block;
	width:40px;height:40px;
	border:2px solid #fff;
	background-color: #fff;
	z-index:100;
}
#pageTop a {
	line-height:0px !important;
	width:40px;
	height:40px;
}

.pcbtn{
	display: block;
	width:100%;
	padding: 20px 0;
	background:#126bbf;
	text-align: center;
}


/*------------------------------------------------------------------------------ contents --*/
.btn{
	width:84%;
	margin: 0 auto;
}
.btn a{
 display: block;
	padding:12px 0;
	color:#fff;
	font-size:18px;
	text-align: center;
	background:#126bbf;
}

/* ------ carousel ------ */
.carouselArea .swiper-container {
	width: 100%;
	height: auto;
	box-sizing: content-box;
	overflow: hidden;
}
.carouselArea .swiper-slide {
	width: 200px;
	margin: 0 0 0 15px;
	position: relative;
}
.carouselArea .swiper-slide:last-child {
	margin: 0 15px;
}
.carouselArea .swiper-slide img {
	width: 100%;
	height: auto;
}
.carouselArea .swiper-slide p.ttl {
	text-align: center;
	color:#126bbf;
	font-size: 16px;
	padding:6px 0;
}
.carouselArea .swiper-slide img.banaNew {
	width:30px;
	height:19px;
	position: absolute;
	top:2px;left:-5px;
}


/*pickup*/
.pickupArea{
	padding: 15px 0 30px;
	background-color: #edf2f7;
}
.pickupArea .title {
	width: 100%;
	display: table;
	margin: 0 auto;
	padding: 10px 0;
}
.pickupArea .title h2{
	padding: 5px 0px;
	text-align: center;
}
.pickupArea .swiper-slide a {
	display: block;
}
.pickupArea .swiper-slide a .title {
	padding: 10px 0;
}

.btmBack a{
	display: block;
	padding: 10px 4%;
	text-align: left;
	font-weight: bold;
	border-top:1px solid #bacfe6;
}


/*------------------------------------------------------------------------------ layoutSet --*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
	overflow:visible;
}
/* End hide from IE-mac */

.boxline{border-top:1px solid #d9dee3;}
.br{white-space: nowrap;}
.red{color:#ea0000;}
.blue{color:#126bbf;}
.bold{font-weight: bold;}
.small {font-size: 12px !important;}
.ar{text-align: right !important;}
.al{text-align: left !important;}
.ac{text-align: center !important;}

/*--- margin ---*/
.mT0 {
	margin-top :  0px !important;
}
.mT5 {
	margin-top :  5px !important;
}
.mT10 {
	margin-top : 10px !important;
}
.mT15 {
	margin-top : 15px !important;
}
.mT20 {
	margin-top : 20px !important;
}
.mT25 {
	margin-top : 25px !important;
}
.mT30 {
	margin-top : 30px !important;
}
.mT40 {
	margin-top : 40px !important;
}
.mT50 {
	margin-top : 50px !important;
}
.mT60 {
	margin-top : 60px !important;
}
.mB0 {
	margin-bottom :  0px !important;
}
.mB5 {
	margin-bottom :  5px !important;
}
.mB10 {
	margin-bottom : 10px !important;
}
.mB20 {
	margin-bottom : 20px !important;
}
.mB30 {
	margin-bottom : 30px !important;
}
.mB40 {
	margin-bottom : 40px !important;
}
.mB50 {
	margin-bottom : 50px !important;
}
.mB60 {
	margin-bottom : 60px !important;
}
/*--- padding ---*/
.pT0 {
	padding-top :  0px !important;
}
.pT5 {
	padding-top :  5px !important;
}
.pT10 {
	padding-top : 10px !important;
}
.pT15 {
	padding-top : 15px !important;
}
.pT20 {
	padding-top : 20px !important;
}
.pT25 {
	padding-top : 25px !important;
}
.pT30 {
	padding-top : 30px !important;
}
.pT40 {
	padding-top : 40px !important;
}
.pT45 {
	padding-top : 45px !important;
}
.pT50 {
	padding-top : 50px !important;
}
.pB0 {
	padding-bottom :  0px !important;
}
.pB5 {
	padding-bottom :  5px !important;
}
.pB10 {
	padding-bottom : 10px !important;
}
.pB20 {
	padding-bottom : 20px !important;
}
.pB30 {
	padding-bottom : 30px !important;
}
.pB40 {
	padding-bottom : 40px !important;
}
.pB50 {
	padding-bottom : 50px !important;
}
.pB60 {
	padding-bottom : 50px !important;
}
 /* android クロームで文字がでかくなるバグ対策 */
h1, h2, h3, h4, p, ul, ol, th, td {
    max-height: 100%; 
 } 