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

/*---------------------------------------
  全体共通設定
----------------------------------------*/
header,footer,nav,section{display:block;}

/*フォント・余白　初期設定*/
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: 27.5vmax;
  box-sizing: border-box;
}
footer{
  width: 100%;
  position: absolute;
  bottom: 0;
}

/*画像　共通設定*/
img{
  border:none;
  width: 100%;
}
/*動画　共通設定*/
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:#5a9d23 repeat;
	padding:1.1vmax 0;
}
#header_line2{
  background:#5a9d23 repeat;
  padding: 0.4vmax 0;
  margin-top: 0.4vmax;
}

/*学校名ロゴ画像デザイン*/
div.title{
  margin: 1vmax 2vw;
  text-align: center;
}
img.logo{
  width: auto;
  max-width: 96vmin;
  max-height: 10vmax;
  vertical-align: bottom;
}

/*アコーディオンメニューデザイン*/
.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: #5a9d23;
}.cp_actab img {
  vertical-align: middle;
  height: 5vmax;
  width: auto;
}
.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;
}
.cp_actab .cp_actab-content a {
  width: 100%;
  text-align: left;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima,  Arial, 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: #5a9d23;
  color: #000000;
}
.cp_actab .cp_actab-content a.list_last{
  border-bottom: solid;
  border-width: 1.5px;
  border-color: #5a9d23;
}
.cp_actab .cp_actab-content a.list_pcsite{
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 3vmax;
  color: #ffffff;
  padding: 1.5vmax 0;
  text-decoration: underline;
  text-align: center;
  vertical-align: middle;
  border-style: none;
  background-color: #5a9d23;
}
.cp_actab .cp_actab-content .list_pcsite img{
  width: 1.7em;
  height: 1.4em;
  vertical-align: middle;
  padding: 0 0.5em 0 0;
}



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

.top_page, .sub_page {
  display:inline-block;
  text-align:center;
  margin: 2vmax 0;
  width: 98%;
}
.sub_page{ width: 90%; }

/*メニューボタンデザイン（Table構成)*/
.top_page table {
  box-sizing: border-box;
  border-spacing: 1vmax;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.top_page td{  
  width: 50%;
  border: solid #0085f2;
}
.top_page td a{
  display: block;
  width: 100%;
  height: 100%;
  font-family: "ＭＳ ゴシック",sans-serif;
  font-size: 3vmax;
  color: #3b3838;
  text-decoration: none;
  line-height: 110%;
  padding-top: 1.5vmax;
  padding-bottom: 0.5vmax;
}
.top_page td img{
  margin-top:2vmax;
  max-width: 20vmin;
}

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

/*主題、副題デザイン*/
.maintitle, .subtitle {
  width: 100%;
  font-family: "ＭＳ ゴシック",sans-serif;
  font-size: 7vmin;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  padding: 1vmax 15%;
  margin: 1vmax 0;
  text-decoration: none;
  background: #0085f2;
  color: #FFF;
  border-radius: 0;
  border: solid;
  border-color: #0085f2;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  line-height: 160%;
}
.maintitle{ 
  margin-bottom: -1px;
  border-bottom: none;
}
.subtitle {
  font-family: "HGS創英プレゼンスEB","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 6vmin;
  padding: 1vmax 0;
  margin-top: 0;
  margin-bottom: 2vmax;
  color: #000000;
  background: #fff;
}
.nosubtitle{
  margin-bottom: 2vmax;
}
.menu_btn img, .maintitle img {
  width: 13vmin;
  position: absolute;
  top: 7%;
  left: 2%;
}
a.titleText_width {
  transform: scale(0.9, 0.8);
}
a.titleText_width img{
  transform: scale(1.111, 1.25);
}

/*ページ本文デザイン*/
p.topic{
  font-family: "HG丸ｺﾞｼｯｸM-PRO","meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
  font-size: 6vmin;
  font-weight: bold;
  text-indent: -6vmin;
  margin-left: 6vmin;
}
p.topic:before{
  content: '●';
  color: #5a9d23;
}
p.text, p.notes{
  font-family: "HG丸ｺﾞｼｯｸM-PRO","meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
  font-size: 4.5vmin;
}
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: 4.5vmin;
  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;
  display: inline-block;
}
.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: 5vmin;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-content p{
  font-size: 3.5vmin;
}
.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_line {
  text-align: center;
  background: #5a9d23 repeat;
  padding: 0.5vmax 0;
}
.img_design { position: relative; }
.img_design img {
  width: auto;
  position: absolute;
  right: 2vmin;
  bottom: 0.5vmax;
  max-height: 13vmax;
}

/*パソコンサイトリンクデザイン*/
.foot_pcsite {
  border-style: none;
  background: #5a9d23;
  padding: 1.5vmax 0;
  text-align: center;
}
.foot_pcsite a {
  width: auto;
  font-family: "HGS創英角ﾎﾟｯﾌﾟ体",sans-serif;
  font-size: 3vmax;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.foot_pcsite img {
  width: 5vmax;
  height: 5vmax;
  vertical-align: middle;
  padding-right: 1vmax;
}

/*学校名ロゴ画像デザイン*/
.footer_logo { text-align: left; }
.footer_logo img {
  width: auto;
  margin-top: 3vmax;
  margin-left: 3vmin;
  max-height: 6vmax;
  max-width: 70vmin;
}

/*学校連絡先デザイン*/
footer .text {
  text-align: left;
  font-size: 3.5vmin;
  margin-left: 3vmin;
  margin-bottom: 0.5vmax;
  width: 70%;
}