@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,700&display=swap');
/*csslint 
adjoining-classes      : false //adjoining classesの許可,
important              : false //inportantの許可,
outline-none           : false //outolineの許可,
unique-headings        : false //h1~6繰り返し使用許可,
box-sizing             : false //box-sizingの許可,
universal-selector     : false //アスタリスクの使用許可,
order-alphabetical     : false //outolineの許可,
overqualified-elements : false //li.activeなどの「li部分」許可,
ids                    : false //セレクタIDの使用の許可,
box-model              : flase //border,paddingの警告,
qualified-headings     : false //見出しの修飾許可,
fallback-colors: false //カラー正式指定の解除,
*/

/*
----------------------*/
/*
----------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
html {
	font-size:100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0;
	padding: 0;
	font:inherit;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 700;
}
body {
	color: #333;
	font-size:16px;
	margin: 0 auto;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic ProN',Meiryo,Helvetica,Arial,'游ゴシック',YuGothic,'MS PGothic', Sans-serif;
	line-height: 1.8;
	letter-spacing: 0.2px;
	min-width: 1020px;
/*	-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;*/
}
ul li{
	list-style: outside none none;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
iframe{
	width: 100%;
}
address{
	font-style: normal;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	text-decoration:none;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	outline: none;
	overflow: hidden;
	color:#08C;
}
a:hover {
	opacity:0.8;
	text-decoration: none;
}
/*フォント設定
---------------------------------------------------------------------------*/
.mincho{
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,"ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.mplus1p { font-family: "Mplus 1p"; }
/*共通見出し設定
---------------------------------------------------------------------------*/
.secTtl1{
	font-family: 'Oswald', sans-serif;
}
.secTtl1 {
	margin:  0;
	position:  relative;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 35px;
	font-size: 40px;
	text-align:  center;
}
.secTtl1 span {
	display:  block;
	font-size:  14px;
	margin-top:  10px;
	position:  relative;
	width: 140px;
	margin: 10px auto 0;
	padding: 0 0 2px;
	background-color: #6ED3F1;
}
.secTtl1 span:before {
	content: '';
	height:  1px;
	background-color:  #000;
	position:  absolute;
	top: 0;
	bottom:  0;
	margin:  auto;
	z-index: -1;
	width: 200px;
	left:  -30px; 
}

/*共通コンテンツ・部品
---------------------------------------------------------------------------*/
/*ボタン設定
--------------------------------------*/
button{
	border: none;
	cursor: pointer;
	outline: none;
}
/*カラム設定
---------------------------------------------------------------------------*/
.flexCols {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap : wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex_AlignC{
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex_AlignEnd{
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.flex_CC { 
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex_Sbet{ 
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.flex_SbetC{ 
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.col2 > * ,
.col_max2 > *{ 
	width: 48%;
}
.col3 > *,
.col_max3 > * { 
	width: 32%;
}
.col4 > *,
.col_max4 > * {
	width: 23.5%;
}
.col5 > *,
.col_max5 > * {
	width: 18.5%;
}
/*table 関連
----------------------------------------*/
select {
	color: #111;
	background-color: #fff;
	outline: none;
	font-size: 16px;
	height: 28px;
}
.tableType1 {
	width: 100%;
	font-size: 15px;
	margin-bottom: 30px;
	background: #FFF;
	border: 1px solid #e9e9e9;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.tableType1 th, .tableType1 td {
	padding: 12px 15px;
	border: 1px solid #ddd;
}
.tableType1 th {
	background-color: #fcfcfc;
	text-align: left;
}
/*Layout
---------------------------------------------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	main {
		display: block;
	}
}
.innerWrap{
	width: 980px;
	margin: 0 auto;
}
article.mainContents{
	width: 980px;
	margin: 0 auto;
}
/*Header
---------------------------------------------------------------------------*/
header .innerWrap{
	margin-top: 24px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
header h1 {
	font-size: 20px;
	font-weight: 500;
}
header h1 span{
	font-size: 11px;
	display: block;
	line-height: 10px;
	margin-bottom: 4px;
}
header h1 a{
	color: #333;
}
header nav{
	letter-spacing:-.4em;
}
header nav ul li{
	display: inline-block;
	letter-spacing:normal;
}
header nav ul li a{
	display: block;
	color: #333;
	padding: 0 15px;
}
/*スマホ用メニュー
--------------------------------------*/
.sp_menuBtn{
	display: none;
}
/*FOOTER
---------------------------------------------------------------------------*/
footer {
	background-color: #ffffff;
	text-align: center;
}
footer .footerInner{
	padding: 20px;
}
footer nav{
	text-align: right;
	margin-bottom: 10px;
}
footer nav ul{
	letter-spacing: -.4em;
}
footer nav ul li {
	display: inline-block;
	border-left: 1px solid #333;
	letter-spacing: normal;
	font-size: 14px;
	line-height: 16px;
	padding: 0 10px;
}
footer nav ul li:first-of-type {
	border-left: none;
}
footer nav ul li a{
	color: #333;
}
.copyRight{
	font-size:13px;
	text-align: center;
}

/*--------------------------------------------------------------------------
TOPページ home
---------------------------------------------------------------------------*/
.home main{
	background-color: #6ED3F1;
	padding: 0 0 50px;
	margin-top: 20px;
	position: relative;
	z-index: 0;
}
.homeSec{
	margin-bottom: 80px;
}
/*MainVisual
---------------------------------------------------------------------------*/
.mainVisual{
	width: 980px;
	margin: 0 auto 80px;
}
/*Main
---------------------------------------------------------------------------*/
/*featureSec
--------------------------------------*/
.featureSec .cmt{
	text-align: center;
	margin-bottom: 50px;
}
.featureSec .boxWrap .box{
	color: #FFF;
	text-align: center;
	padding: 20px;
	width: 23%;
}
.featureSec .boxWrap .box:nth-of-type(n+1){
	background-color: #127cba;
}
.featureSec .boxWrap .box:nth-of-type(2n){
	background-color: #3a97ce;
}
.featureSec .boxWrap .box picture{
	display: block;
	margin-bottom: 10px;
}
.featureSec .boxWrap .box picture i{
	font-size: 64px;
}
.featureSec .boxWrap .box h5{
	font-weight: 400;
}
/*conditionsSec
--------------------------------------*/
.conditionsSec table{
	border-collapse: separate;
	border-spacing: 0 5px;
	margin: 0 auto 6px;
	width: 430px;
}
.conditionsSec td,
.conditionsSec th{
	padding: 10px 20px;
	font-size: 17px;
}
.conditionsSec th{
	background: #10a0e0;
	color: #fff;
	text-align: left;
}
.conditionsSec td{
	background: #f1fafe;
}
.conditionsSec .cmt{
	text-align: center;
	font-size: 15px;
}
/*ect
---------------------------------------------------------------------------*/
.floatL { float: left; }
.floatR { float: right; }
.alignL {text-align: left;}
.alignR {text-align: right;}
.alignCR {text-align: center;}

.w_itl{width: initial!important;}

.red {color: #e60000;}
.pink{color: #FF6666}

.pcNone{display: none;}
.spNone{display: block;}

.fw700{font-weight: 700;}
.textNone {text-indent: 100%;white-space: nowrap;overflow: hidden;}