@charset "utf-8";
/* 
 style info : 基本共通スタイル

2019/02/26


 */
 
/*----------------------------------------------------
	base	
----------------------------------------------------*/
* {
}
html{
	/*padding-bottom: 50px;*/
	font-size: 62.5%;　/* 16px x 0.625 = 10px(=1rem) */ 
}
html,
body {
 overflow-x: hidden;
 
}

body{  
font-size:16px; 
font-size: 1.6rem;/* 16px */ 
font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; 
line-height:1.6; 
-webkit-text-size-adjust: 100%;/*iphone 調整用*/ 
-webkit-font-smoothing: antialiased;/*ちらつき防止用*/ 
	color:#005084;
	text-align:center;
	background:#bae8f5;
} 

@media all and (-ms-high-contrast:none) {
body{  
font-family: Meiryo, Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif; 
}
}


@media screen and (max-width: 768px) {
body{
	font-size:14px;
	font-size: 1.4rem;/* 14px */ 
}
}
select,input,button,textarea,button{
	font:99% arial,helvetica,clean,sans-serif;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* link*/
a {
	color:#0071bc;
	text-decoration: none;
}

a:link {
}

a:visited {
}

a:hover{
}

a.linktext{
	text-decoration:underline;
}

a img:hover,.mover:hover,.schedule table td a:hover{
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
	opacity:0.5;
	filter: alpha(opacity=50);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
	-moz-opacity:0.5;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.5;              /* Safari 1.x */
}

@media screen and (max-width: 768px) {
img{
	max-width:100%;
	height:auto;
}
}

/*----------------------------------------------------
	layout
----------------------------------------------------*/

#contents{
	width: 980px;
	margin: auto;
	padding:50px 0 90px;
	}
footer{
	width:980px;
	margin:auto;
}
.inner{
	padding:0 40px;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
#contents,footer{
	width:100%;
}
#contents{
	padding:30px 0 80px;
	}
.inner{
	padding:0 15px;
}
}



/*----------------------------------------------------
	wrap
----------------------------------------------------*/
#wrap{
}


/*----------------------------------------------------
	header
----------------------------------------------------*/
header{
	background:#47c3e5;
}
header .inner{
	position: relative;
}
@media screen and (min-width: 769px) {
header{
	height:80px;
}

header .logo {
	position: absolute;
	right:40px;
	top: 20px;
}
header .logo img{
	height: 40px;
}
header h2{
	position: absolute;
	left: 0;
  right: 0;
  margin: auto;
	top:25px;
}
header h2 img{
	height: 35px;
}
}

@media screen and (max-width: 768px) {
	header{
		height:50px;
}
	header .logo {
	position: absolute;
	right: 10px;
	top: 7px;
}
header .logo img{
	height: 35px;
}
header h2{
	position: absolute;
	left:10px;
	top:15px;
	text-align: left;
}
header h2 img{
	/*height: 20px;*/
	width:70%;
}
}
@media screen and (max-width: 320px) {

header .logo img{
	height: 30px;
}
header h2 img{
	/*height: 20px;*/
	width:70%;
}
}


/*----------------------------------------------------
	footer
----------------------------------------------------*/
footer{
	width: 100%;
	padding:20px 10px;
}

p.copyright{
	font-size:1.4rem;
}
/*TOPへ戻るボタン*/
.totop{
	position:fixed;
	right:30px;
	bottom:50px;
}
.totop a{
	display:block;
	background:rgba(200,200,200,0.7);
	width:70px;
	height:70px;
	line-height:70px;
	border-radius:35px;
	text-align:center;
	color:#333;
}

.totop i{
	font-size:3.0rem;
}
@media screen and (max-width: 768px) {

p.copyright{
	font-size:1.2rem;
}

.totop{
	right:20px;
	bottom:55px;
}
.totop a{
	width:50px;
	height:50px;
	line-height:50px;
	border-radius:25px
}
.totop i{
	font-size:2.0rem;
}

}



/*----------------------------------------------------
	パーツ
----------------------------------------------------*/



/*ボタン
-----------------------------------------*/	
.btn{
	margin:40px 0 0;
}
.btn.btn-regist{
	/*margin: 40px 0 0;*/
}
.btn a{
	box-sizing:border-box;
	position:relative;
	display:block;
	background:#FF4323;
	color:#fff;
	/*width: 600px;*/
	width:100%;
	margin:auto;
	padding:10px 0;
	text-align:center;
	font-size:2.5rem;;
	border-radius: 10px;
}
/*.btn a:after{
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -12px;
    content: "\f105";
	color:#fff;
    font-family: FontAwesome;
	}
	*/
.btn.btn-back a{
	background:#D7CFCC;
	color: #000;
}

.btn.btn-regist a{
	background:#25BCE5;
	color: #fff;
}

input.btn,input.btn-back{
	cursor:pointer;
}

/*inputボタン装飾*/
input.btn{
	font-family: FontAwesome;
	background:#FF4323;
	color: #fff;
	border:0;
	width:100%;
	/*height:50px;*/
	margin:40px 0 0;
	padding:10px 0;
	text-align:center;
	font-size:2.5rem;
	border-radius: 10px;
}
input.btn.btn-back{
	background:#D7CFCC;
	color: #000;
}
input.btn.btn-regist{
	background:#25BCE5;
	color: #fff;
}

.btnwrap{
	text-align:center;
}
@media screen and (max-width: 768px) {
	/*.btn a,input.btn{
		width:90%;
		margin: auto;
	}*/
    .btn a:after{
	right: 20px;
	}

}
@media screen and (max-width: 320px) {
	.btn a,input.btn{
        font-size: 1.4rem;
	}

}
/*注釈リスト(２行目以降インデント有り
-----------------------------------------*/	
.notice{
	margin-left:1em;
}
.notice li{
	text-indent: -1em;
}
.notice li:before {
  content: "・";
}

.notice2{
	margin-left:1em;
}
.notice2 li{
	text-indent: -1em;
/*	font-size:85.7%  ;*/
}
.notice2 li:before {
  content: "※";
}


/*----------------------------------------------------
	汎用
----------------------------------------------------*/


/* clerfix */

.clear {
  clear: both;
}
.cf:after{
	content: "";
	display: block;
	clear: both;
}
.cf:before {
  display: inline-table;
}
.cf {
	zoom:1;
}

/* float */

.floatL {
	float: left;
}
.floatR {
	float: right;
}

/*位置*/
.imgC {
	margin:0 auto 20px;
}

.alL{
	text-align: left;
}

.alC{
	text-align: center;
}
.alR{
	text-align: right;
}
/*fontsize*/

.s-font{
	font-size:1.4rem ;
}
.l-font{
	font-size:1.8rem;
}
/*fontcolor*/

.redtxt{
	color:#E51A21;
}
.greentxt{
	color:#25aa33;
}

/*PC用左右パディング*/

.pc-box{
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box;
}
.pc-box_s{
	padding-left:40px;
	padding-right:40px;
	box-sizing:border-box;
}
.pc-box_ss{
	padding-left:60px;
	padding-right:60px;
	box-sizing:border-box;
}

/*PC 兼用左右パディングbox*/

.box{
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box;
}
.box_s{
	padding-left:40px;
	padding-right:40px;
	box-sizing:border-box;
}
.box_ss{
	padding-left:60px;
	padding-right:60px;
	box-sizing:border-box;
}

/*2020.2追加 バナーボタン追加*/
.bnrwrap ul{
	margin-top: 40px;
}

@media screen and (min-width: 769px) {
.bnrwrap ul{
	display: flex;
	justify-content: space-between;
	
}
	.bnrwrap li img{
	width: 380px;
}
}
@media screen and (max-width: 768px) {
	.bnrwrap li{
		margin-bottom:10px;
	}

}