@charset "UTF-8";

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-image: url(../../img/space.gif);
}
table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-image: url(../../img/space.gif);
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
	background-image: url(../../img/space.gif);
}
a {
	outline: none;
	text-decoration: none;
	color: #2a2b2b;
}
a:hover {
	text-decoration: underline;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	color: #1f5aa5;
}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
img , iframe { vertical-align: bottom; }
* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}
.Clear { clear: both; }
.SpNo { display: none; }

* {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			 -o-box-sizing: border-box;
			-ms-box-sizing: border-box;
					box-sizing: border-box;
}


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*------------Google Fonts---------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');


/*------------body---------------------------------------------------------------*/
html { height: 100%; }
body {
	height: 100%;
	background-color: #fff;
	overflow-y: scroll;
	line-height: 1.55;
	font-family: Arial, Roboto, Verdana, "Droid Sans", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 15px;
	color: #2a2b2b;
}

div#PageTop a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../../img/pagetop.png) no-repeat left top;
	position: fixed;
	bottom: 1%;
	right: 1%;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	z-index: 200;
}


/*------------Header------------------------------------------------------------*/
.HeadHide { transform: translateY(-100%); }
div#Header {
	position: fixed;
	width: 100%;
	top: 0;
	transition: .5s;
	z-index: 999;
}


/*------------HeaderNav------------------------------------------------------------*/
div#HeaderNav {
	width: 100%;
	padding: 15px 0;
	background-color: rgba(255, 255, 255, 0.85);
}

/*------------HinNav------------------------------------*/
div#HinNav {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
div#HinNav h1 {
	width: 316px;
	margin: 0 auto;
}
div#HinNav h1#SpLogo { margin: 20px auto; }
div#HinNav h1 span {
	display: block;
	width: 275px;
	margin: 0 auto;
}
div#HinNav h1 a {
	display: block;
	height: 75px;
	background: url(../../img/logo.png) no-repeat left top;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#HinNav ul {
	width: 100%;
	padding: 20px 30px 0;
	list-style: none;
	overflow: hidden;
}
div#HinNav ul + ul { padding-top: 0; }
div#HinNav ul li { margin-bottom: 20px; }
div#HinNav ul li a {
	position: relative;
	display: block;
	transition: .5s;
	z-index: 1;
	letter-spacing: 0;
	font-size: 0.93em;
	color: #1f5aa5;
}
div#HinNav ul li a:hover {
	text-decoration: none;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
div#HinNav ul li a:before {
	display: inline-block;
	margin-right: 0.3em;
	content: "▲";
	font-size: 0.8em;
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #1f5aa5;
}

/**/
#nav-drawer { position: relative; }
.nav-unshown { display:none; }
#nav-open {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 22px;
	vertical-align: middle;
	margin-top: -80px;
	margin-left: 90%;
	cursor: pointer;
	z-index: 999;
}
#nav-open span,
#nav-open span:before,
#nav-open span:after {
	position: absolute;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background: #555;
	display: block;
	content: "";
	cursor: pointer;
}
#nav-open span:before { bottom: -8px; }
#nav-open span:after { bottom: -16px; }

/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 90%;
	max-width: 330px;
	height: 100%;
	background: #fff;
	transition: .3s ease-in-out;
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
	display: block;
	opacity: .5;
}

#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
/**/

/**/
#PcNav {
	display: none;
  position: relative;
}
/**/


/*------------Title---------------------------------------------------------------*/
div#Title {
	width: 100%;
	min-height: 200px;
	margin: 120px 0 60px;
	background: url(../../img/title_bg.jpg) no-repeat center top;
	background-size: auto;
}
div#Title h2 {
	padding-top: 80px;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.04em;
	font-size: 2.46em;
	font-weight: bolder;
	color: #1f5aa5;
}
div#Title p {
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.04em;
	font-size: 0.86em;
	color: #bfbfbf;
}


/*------------Contents---------------------------------------------------------------*/
div#Contents {
	width: 100%;
	padding: 0;
	overflow: hidden;
}

/*------------Main------------------------------------*/
div#Main {
	width: 100%;
	margin: 0 auto;
}

/*------------TopNav------------------------------------*/
div#TopNav {
	width: 94%;
	margin: 0 auto 70px;
}
div#TopNav ul {
	width: 100%;
	margin-bottom: -1%;
	list-style: none;
	overflow: hidden;
}
div#TopNav ul+ul {
	margin-top: 1em;
}
div#TopNav ul li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 1%;
	background: #1f5aa5;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	float: left;
	transition: opacity .3s;
}
div#TopNav ul li.aftb {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 1%;
	background: #00a9b7;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	float: left;
	transition: opacity .3s;
}
div#TopNav ul li:nth-child(2n) { margin-right: 0; }
div#TopNav ul li a {
	display: block;
	position: relative;
	padding: 0.5em 0.55em;
	line-height: 1.2;
	text-align: center;
	font-size: 0.93em;
	color: #fff;
	transition: opacity .3s;
}
div#TopNav ul li a:before {
	display: inline-block;
	position: absolute;
	width: 9px;
	height:100%;
	background-image: url(../../img/top_nav.png);
	background-repeat: no-repeat;
	background-position: left center;
	content: "";
	top: 0;
	left: 0.9em;
}
div#TopNav ul li:hover,
div#TopNav ul li a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	text-decoration: none;
	color: #ff0;
}

/*------------InBox------------------------------------*/
div.InBox {
	width: 96%;
	margin: 0 auto 100px;
	overflow: hidden;
}
section:nth-last-of-type(1) div.InBox { margin-bottom: 0; }
div.InBox table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #bfbfbf;
}
div.InBox table tr th {
	display: block;
	width: auto;
	padding: 5px 10px;
	background-color: #eaeaea;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
}
div.InBox table tr td {
	display: block;
	width: auto;
	padding: 10px 20px;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
}
div.InBox h3 {
	margin-top: 20px;
	margin-bottom: 40px;
	padding-bottom: 0.85em;
	background: url(../../img/title_line.png) no-repeat center bottom;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.04em;
	font-size: 1.73em;
	font-weight: bolder;
	color: #1f5aa5;
}
div.InBox h4 {
	margin-bottom: 0.35em;
	line-height: 1.2;
	letter-spacing: 0.04em;
	font-size: 1.4em;
	font-weight: bolder;
}
div.Inner {
	width: 100%;
	margin: 20px 0 40px;
	overflow: hidden;
}
div.Inner:nth-last-of-type(1) { margin-bottom: 0; }

.txtBtn {
	margin-top: 10px;
	text-align: center;
}
.txtBtn a {
	position: relative;
	display: inline-block;
	padding: 0.45em 30px;
	font-size: 1.33em;
	color: #1f5aa5;
	transition: opacity .3s;
}
.txtBtn a:before {
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../../img/arrow.png) no-repeat left center;
	content: "";
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.txtBtn a:hover {
	filter: alpha(opacity=55);
	-moz-opacity: 0.55;
	opacity: 0.55;
	text-decoration: none;
}
.Btn {
	width: 220px;
	margin: 20px auto 0;
	text-align: center;
}
.Btn a {
	display: inline-block;
	position: relative;
	padding: 0.25em 1.5em;
	background: url(../../img/btn.png) no-repeat 0.5em center;
	overflow: hidden;
	transition: opacity .3s;
	border: 1px solid #1f5aa5;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	text-align: center;
	color: #1f5aa5;
}
.Btn a:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(30,160,240,0) 0%, rgba(30,160,240,.3) 100%);
	background: linear-gradient(to right, rgba(30,160,240,0) 0%, rgba(30,160,240,.3) 100%);
	-webkit-transform: skewX(-25deg);
	        transform: skewX(-25deg);
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}
.Btn a:hover { text-decoration: none; }
.Btn a:hover:before {
	-webkit-animation: shine .9s;
	        animation: shine .9s;
}
@-webkit-keyframes shine { 100% { left: 125%; } }
         @keyframes shine { 100% { left: 125%; } }


/*------------Footer---------------------------------------------------------------*/
div#Footer {
	margin-top: 70px;
	font-size: .8em;
}
/*------------FooterLogo------------------------*/
div#FooterLogo {
	width: 80%;
	margin: 0 auto 35px;
}
div#FooterLogo h2 a {
	display: block;
	padding-top: 28.20512820512821%;
	background: url(../../img/logo.png) no-repeat center top;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#FooterLogoTop {
	width: 80%;
	margin: 0 auto 35px;
}
div#FooterLogoTop h2.footer-solan a {
	display: block;
	padding-top: 28.20512820512821%;
	background: url(../../img/logo.png) no-repeat center top;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#FooterLogoTop h2.footer-mirai a {
	display: block;
	padding-top: 28.20512820512821%;
	background: url(../../img/mirai-no-hako.png) no-repeat center top;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}

/*------------FooterAdd------------------------*/
div.InFooter {
	width: 100%;
	background: #0071bc;
	color: #fff;
}
/*------------FooterAdd------------------------*/
div#FooterAdd {
	width: 96%;
	margin: 0 auto;
	padding: 25px 0 40px;
	overflow: hidden;
}
div#FooterAdd dl {
	width: 264px;
	margin: 0 auto;
}
div#FooterAdd p,
div#FooterAdd dl dt { display: none; }
div#FooterAdd dl dd span,
div#FooterAdd dl dd a {
	display: block;
	height: 32px;
	background: url(../../img/tel.png) no-repeat left top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#FooterAdd table {
	width: auto;
	border-collapse: collapse;
	margin: 1em auto 0;
}
div#FooterAdd table tr th,
div#FooterAdd table tr td {
	width: auto;
	text-align: left;
	vertical-align: middle;
}
div#FooterAdd table tr th { padding-right: 1.2em; }
div#FooterAdd table tr th span:before,
div#FooterAdd table tr th span:after { display: inline-block; }
div#FooterAdd table tr th span:before {
	padding-right: 0.35em;
	content: "【";
}
div#FooterAdd table tr th span:after {
	padding-left: 0.35em;
	content: "】";
}
/*------------FooterNav------------------------*/
div#FooterNav {
	padding: 0 2em;
}
div#FooterNav ul {
	list-style: none;
	text-align: center;
}
div#FooterNav ul ul,
div#FooterNav ul li { display: inline-block; }
div#FooterNav ul ul:before,
div#FooterNav ul ul:after { display: inline-block; }
div#FooterNav ul ul:before {
	padding-right: 0.35em;
	content: "【";
}
div#FooterNav ul ul:after {
	padding-left: 0.35em;
	content: "】";
}
div#FooterNav ul li:after {
	margin: 0 0.35em;
	content: "｜";
}
div#FooterNav ul ul li + li:before {
	padding: 0 0.35em;
	content: "／";
}
div#FooterNav ul ul li:after,
div#FooterNav ul li:nth-last-of-type(1):after {
	margin: 0;
	content: "";
}
div#FooterNav a { color: #fff; }
/*------------address------------------------*/
div#Footer address {
	padding: 25px 0 50px;
	text-align: center;
}
/*
.googlecal {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (min-width: 600px) {
  .googlecal {
    padding-bottom: 75%;
  }
}
*/
.googlecal iframe {
  width: 100% !important;
  overflow-y: scroll;
}
 
.absence {
	padding-bottom: 45%;
}
iframe[src^="https://docs.google.com/forms/d/e"]{
  width:100%;
}
iframe[src^="https://www.youtube.com"]{
  width:100%;
}
.links dl {
  width:100%;
}

