@charset "utf-8";
/* CSS Document */

/*---------------------------------------
  全体共通設定
----------------------------------------*/
header,footer{
  display:block;
  width: 100%;
  overflow: hidden;
}
/*フォント・余白　初期設定*/
body,p{
	margin:0;
	padding:0;
	font-size:100%;
	line-height:140%;
	font-weight:normal;
}
body{
  font-size:13px;
  -webkit-text-size-adjust:none;
  text-align: center;
}

/*フッター部位置設定*/
.wrapper{
  min-height: 100vmax;
  position: relative;
  padding-bottom: 14vmax;
  box-sizing: border-box;
}
footer{
  width: 100%;
  position: absolute;
  bottom: 0;
}

/*画像　共通設定*/
img{
  width: 100%;
  border:none;
}
/*動画　共通設定*/
video{
  max-width: 100%;
  max-height: 100%;
}

/*編集用デザイン設定*/
.center{ text-align: center; }
.left{ text-align: left; }
.right{ text-align: right; }
.space_5{ margin-bottom: 5vmax;}
.space_4{ margin-bottom: 4vmax;}
.space_3{ margin-bottom: 3vmax;}
.space_2{ margin-bottom: 2vmax;}
.space_1{ margin-bottom: 1vmax;}
.space_0{ margin-bottom: 0;}
.solid-box{
  border: solid 1px #464646;
  box-sizing: border-box;
  padding: 3%;
}



/*---------------------------------------
  ヘッダー部分
----------------------------------------*/

/*最上部デザイン*/
#header_line1{
  background:#0085f2 repeat;
	padding: 1vmax 0;
}
#header_line2{
  background:#0085f2 repeat;
  padding: 0.5vmax 0;
  margin-top: 0.4vmax;
}

/*学校名ロゴ画像、連絡先、アイコンデザイン*/
div.title{
  margin: 0 2vw;
  margin-top: 1vmax;
  text-align: center;
}
img.logo{
  max-width: 96vmin;
  max-height: 15vmax;
  vertical-align: bottom;
}
div.title ul{
	display:table;
  width: 100%;
	margin:auto;
  padding:0;
  text-align: center;
  vertical-align: middle;
	list-style: none;
  border: none;
}
li.address{
  display: table-cell;
  width: 80%;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  vertical-align: middle;
  text-align: right;
  font-size: 3.5vmin;
  line-height: 110%;
}
li.pcsite_icon{
  display: table-cell;
  width: 16%;
  padding-left: 2%;
  text-align: left;
}

/*アコーディオンメニューデザイン*/
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
  padding: 1vmax;
  margin: 0;
  text-align: left;
	position: relative;
	display: block;
	cursor: pointer;
  border-top: solid;
  border-bottom: solid;
  border-width: 2px;
  border-color: #0085f2;
}.cp_actab img {
  width: auto;
  vertical-align: middle;
  height: 6vmax;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
}
.cp_actab input:checked ~ .cp_actab-content {
	max-height: none;
  border-bottom: solid;
  border-width: 2px;
  border-color: #0085f2;
}
.cp_actab .cp_actab-content a {
  width: 100%;
  text-align: left;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 3vmax;
  vertical-align: middle;
  display: inline-block;
  padding: 1.5vmax 2vmax;
  text-decoration: none;
  border-bottom: dashed;
  border-width: 1px;
  border-color: #0085f2;
  color: #000000;
}
.cp_actab .cp_actab-content a.list_last{
  border-bottom: solid;
  border-width: 2px;
  border-color: #0085f2;
}



/*---------------------------------------
  ボディ部分
----------------------------------------*/

.page_body {
  display:inline-block;
  text-align:center;
  width:90%;
  margin: 2vmax 0;
}

.page_body div > a{
  text-decoration: none;
}

/*メニューボタン、主題、副題デザイン*/
.menu_btn, .maintitle, .subtitle {
  width: 68%;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 8vmin;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  padding: 1vmax 15%;
  margin: 1vmax 0;
  text-decoration: none;
  background: #5a9d23;
  color: #FFF;
  border-radius: 0;
  border-left: solid;
  border-right: solid;
  border-color: #5a9d23;
  position: relative;
  vertical-align: middle;
  line-height: 140%;
}
.maintitle{ margin-bottom: -1px; }
.subtitle {
  width: 95%;
  font-family: "HGS創英プレゼンスEB","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 6vmin;
  padding-left: 3%;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 2vmax;
  text-align: left;
  color: #000000;
  background: #fff;
  border-radius: 0px;
  border-style: solid;
}
.nosubtitle{
  margin-bottom: 2vmax;
}
.menu_btn img, .maintitle img {
  width: 13vmin;
  position: absolute;
  top: 8%;
  left: 2%;
}
.titleText_width {
  width: 95%;
  margin-left: -12.5%;
  margin-right: -12.5%;
  transform: scale(0.8, 1);
}

/*ページ本文デザイン*/
p.topic{
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 6vmin;
  font-weight: bold;
  text-indent: -6vmin;
  margin-left: 6vmin;
}
p.topic:before{
  content: '●';
  color: #0085f2;
}
p.text, p.notes{
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 4vmin;
}
p.notes{
  font-size: small;
}
p.box{
  font-family: "HG丸ｺﾞｼｯｸM-PRO","meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
  font-weight: bold;
  font-size: 5vmin;
  background-color: #0085f2;
  padding: 0.5em 1em;
  font-weight: bold;
  border: solid 3px #ffffff;
  border-radius: 50px;
  color: #ffffff;
}

/*動画コンテンツデザイン*/
div.video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
div.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*箇条書きデザイン*/
ul.list, ol.list{
  font-family: "HG丸ｺﾞｼｯｸM-PRO","meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
  font-size: 4vmin;
  padding-inline-start: 7%;
  line-height: 140%;
  margin: 0;
}

/*表デザイン*/
table.solid{
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}
table.solid td,th{
  font-family: "HG丸ｺﾞｼｯｸM-PRO","meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
  font-size: 4vmin;
  line-height: 170%;
  border: solid 1px black;
  box-sizing: border-box;
  background: white;
}

/*タイトルクリック折り畳み式コンテンツデザイン*/
.accbox {
  padding: 0;
}
.accbox label {
  display: block;
  margin: 1vmax 0;
  padding : 11px 12px;
  font-family: "HG丸ｺﾞｼｯｸM-PRO","meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
  color :#fff;
  background : linear-gradient(#046614 0%, #047517 100%);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  cursor :pointer;
  transition: all 0.5s;
  font-size: 1.5em;
  text-align: left;
  line-height: 1.2em;
}
.accbox input {
  display: none;
}
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
.cssacc:checked + .accshow {
  height: auto;
  padding: 5px;
  opacity: 1;
}

.accshow img{
  width: 60vmin;
  margin: 1vmax 0;
}

/*タブ切り替え式コンテンツデザイン*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  order: -1;
}
.tab-label {
  color: rgb(3, 3, 3);
  background: #ebebeb;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
  font-size: 2em;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-switch:checked+.tab-label {
  background: #5a9d23;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
.tab-switch {
  display: none;
}



/*---------------------------------------
  フッター部分
----------------------------------------*/

/*最下部デザイン*/
#footer_line1{
  background:#0085f2 repeat;
  padding: 0.5vmax 0;
}
#footer_line2{
  background:#0085f2 repeat;
  padding: 1vmax 0;
  margin-top: 0.4vmax;
}

/*パソコンサイトリンクデザイン*/
.foot_pcsite {
  border-top: solid;
  border-bottom: solid;
  border-width: 2px;
  border-color: #0085f2;
  box-sizing: border-box;
  padding: 2vmax 0;
  text-align: center;
  margin-bottom: 1vmax;
}
.foot_pcsite a{
  width: auto;
  font-weight: 400;
  font-family: "UD Digi Kyokasho N-R",'メイリオ', 'Meiryo', sans-serif;
  font-size: 6vmin;
  color: #0085f2;
  text-align: center;
  vertical-align: middle;
}
.foot_pcsite img{
  width: 6vmax;
  height: 5vmax;
  vertical-align: middle;
  padding-right: 2vmin;
}