@charset "utf-8";

/**
 * Table of Contents:
 *
 * 1.0 - common
 * 2.0 - wrapper
 * 3.0 - Header
 * 4.0 - contents
 * 5.0 - mainimg
 * 6.0 - conBox
 * 7.0 - ページ別スタイル
 * -----------------------------------------------------------------------------
 */


/* =========================================================
 1.0 - common
========================================================= */






/* =========================================================
 2.0 - wrapper
========================================================= */
#wrapper {
	}



/* =========================================================
 3.0 - Header
========================================================= */
#header {
	}

/**********************************************/
/*mainNavi 現在位置用*/
#mainNavi li.n2 a.mn:before{
	display:block;
	position:absolute;
	bottom:2px;
	left:1px;
	right:1px;
	content:'';
	height:3px;
	background-color:#00ae84;

  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
	}
#header.fixed #mainNavi li.n2 a.mn{
	display:table-cell;
	height: 50px;
	line-height: 1;
	font-size: 13px;
	vertical-align:middle;
	color:#FFF;
	background-color:#00ae84;

  -webkit-transition: none;
  transition: none;
	}
#header.fixed #mainNavi li.n2 a.mn:before{
	display:none;
	}
/*slideMenu 現在位置用*/
/**********************************************/




/* =========================================================
 4.0 - contents
========================================================= */

.ttlBox .category{
	background-color:#00ae84;
	}
.ttlBox .bgbar{
  height: auto;
  padding: 14px 0;
  line-height:1.2;
	background-color:#00ae84;
	}
.ttlBox .bgbar img{
  width: 100%;
  max-width: 427px;
  height: auto;
	}
.ttlBox .pagettl{
	color:#20476b;
  font-size: 38px;
  line-height: 1.4;
  font-weight: 500;
	}
.ttlBox .pagettl span{
  font-size: 24px;
  letter-spacing:.04em;
	}

/* ttlBox */
.conBox .ttlBox{
  margin-bottom: 70px;
  text-align:center;
	}
.conBox .ttlBox .ttl{
  margin-bottom:0;
	font-size: 36px;
	/*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
	font-weight:500;
	line-height:1.2;
  color:#00ae84;
	}
.conBox .ttlBox .st{
	font-size: 24px;
	/*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
	font-weight:500;
	line-height:1.4;
  color:#00ae84;
	}
.conBox .ttlBox .line{
  width:500px;
  margin:10px auto 15px auto;
  height:5px;
  /*background-color:#00ae84;*/
  background:url(../images/index/line_bg.png) left top repeat-x;
  background-size: auto 5px;
	}
@media screen and (max-width:900px){
  .ttlBox .bgbar{
    /*height: 70px;
    line-height: 70px;*/
    padding: 10px 20px;
    }
  .point_cooking .ttlBox .bgbar,
  .point_course .ttlBox .bgbar,
  .community .ttlBox .bgbar{
    height: 30px;
    padding: 12px 20px 8px;
    }

  .ttlBox .bgbar span{
    display: block;
    width: 100%;
    max-width: 427px;
    height: 100%;
    margin: auto;
    /*background: url("../images/common/ttl.png") center center no-repeat;
    background-size: contain;*/
    }
  .ttlBox .bgbar img{
    display: none;
    }
  .ttlBox .pagettl{
    font-size: 30px;
    line-height: 1.4;
    }
  .ttlBox .pagettl span{
    display: block;
    font-size: 18px;
    }
  .ttlBox .pagettl span + br{
    display: none;
    }

  .conBox .ttlBox{
    margin-bottom: 25px !important;
    text-align:center;
    }
  .conBox .ttlBox .ttl{
    font-size: 32px;
    }
  .conBox .ttlBox .st{
    font-size: 20px;
    }
  .conBox .ttlBox .line{
    width:100%;
    margin:10px 15px 15px 15px;
    height: 3px;
    background:url(../images/index/line_bg.png) left top repeat-x;
    background-size: auto 3px;
    }
}
@media screen and (max-width:768px){
  #contents .ttlBox .pagettl{
    padding:10px 0;
    line-height:1.4;
    }
}


/* ttlBox2 */
.ttlBox2{
  display: table;
  width: auto;
  margin: 0 auto 70px;
	}
.ttlBox2 .icon,
.ttlBox2 h1{
  display: table-cell;
  width: auto;
  vertical-align: middle;
	}
.ttlBox2 h1{
  padding-left: 20px;
  font-weight: bold;
  line-height: 1.2;
	}
.ttlBox2 h1 .txt1{
  font-size: 20px;
	}
.point_curr .ttlBox2 h1 .txt1 img{
  width: 196px;
	}
.ttlBox2 h1 .txt2{
  display: inline-block;
  margin-top: 10px;
  padding: 7px 25px;
  border-radius: 5px;
  color: #fff;
  font-size: 38px;
  font-weight: normal;
	}
.point_curr .ttlBox2 h1 .txt2{
  font-size: 34px;
	}
@media screen and (max-width:768px){
  .ttlBox2,
  .ttlBox2 .icon,
  .ttlBox2 h1{
    display: block;
    }

  .ttlBox2{
    margin: 0 auto 30px;
    padding: 0 15px;
    }
  .ttlBox2 .icon{
    margin-bottom: 10px;
    text-align: center;
    }
  .ttlBox2 .icon img{
    width: 80px;
    }
  .ttlBox2 h1{
    padding: 0;
    text-align: center;
    }
  .ttlBox2 h1 .txt1{
    font-size: 16px;
    }
  .ttlBox2 h1 .txt2{
    margin-top: 10px;
    padding: 7px 25px;
    font-size: 28px;
    }
  .point_curr .ttlBox2 h1 .txt2{
    padding: 7px 20px;
    font-size: 24px;
    }
  }




/* =========================================================
 5.0 - mainimg
========================================================= */
#mainimg{
	height:740px;
	margin-bottom:40px;
	background:url(../images/index/mainimg.jpg) left top no-repeat #D0E5E6;
	background-size:cover;
	}
#mainimg .innerBox{
  position:relative;
  width:100%;
	height:740px;
	}
#mainimg h1{
  position:absolute;
  left:0;
  top:100px;
  width:511px;
  /*height:120px;*/
  padding:25px 40px 25px 35px;
  box-sizing:border-box;
  /*text-align:right;*/
	font-size: 56px;
	/*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
	font-weight:400;
	line-height:1.2;
	color:#FFF;
	background-color:#00ae84;
	}
#mainimg h1 span{
  display: block;
  margin-bottom: 5px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
	}
#mainimg .lead{
	position:absolute;
	bottom:20px;
	right:0;
  width:100%;
  box-sizing:border-box;
	font-size: 21px;
	line-height:2.1;
	background-color:rgba(255,255,255,0.8);
	}
#mainimg .lead span{
  display:block;
  width:960px;
  margin:0 auto;
  padding:15px 20px;
	}
@media screen and (max-width:768px){
	#mainimg{
		height: 65vh !important;
		background:url(../images/index/mainimg_smt.jpg) center top no-repeat !important;
		background-size: cover !important;
		}
	#mainimg .innerBox{
		height:65vh !important;
		padding-top:30px !important;
		}
	#mainimg h1{
    right:0;
    left: inherit;
    width:204px;
    padding:25px 15px 25px  0;
		margin-bottom:150px !important;
		font-size: 28px !important;
    text-align:right;
		}
  #mainimg h1 span{
    font-size: 8px;
    }
	#mainimg .lead{
		bottom:0 !important;
		max-width:100% !important;
		padding:20px !important;
		font-size: 15px !important;
		line-height:1.6 !important;
		}
  #mainimg .lead span{
    display: inline;
    width:100%;
    margin:0;
    padding:0;
    }
}

/* =========================================================
 6.0 - conBox
========================================================= */
.studentvoiceBox{
  /*border:solid 1px #00ae84;*/
  bottom: 0;
  }




/* =========================================================
 7.0 - ページ別スタイル
========================================================= */
/*
トップページ
food.html
************************************************************/
/*
con1
*/
.index #con1{
	}
.index #con1 .ttlBox{
  margin-bottom: 40px;
	}
.index #con1 .ttlBox .ttl{
  width:937px;
  margin:0 auto 15px auto;
	}
.index #con1 .ttlBox .ttl img{
  width:100%;
  max-width: 950px;
  height:auto;
	}

.index #con1 .inner{
  position: relative;
	}
.index #con1 .img{
  z-index:0;
  float:right;
  width:480px;
	}
.index #con1 .img img{
  width:100%;
  height:auto;
	}
.index #con1 dl{
  z-index:1;
  position: absolute;
  top:0;
  left:0;
  width: 630px;
	}
.index #con1 dt{
	font-size: 26px;
	/*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
	font-weight:500;
	line-height:1.6;
  color:#333;
	}
.index #con1 dd{
  width: 630px;
  box-sizing:border-box;
  padding:25px 25px 25px 0;
  font-size: 16px;
  line-height:1.5;
  background-color:rgba(255,255,255,.8);
	}

.accordion-box input {
  display: none;
  }

@media screen and (max-width:768px){
  .index #con1{
    margin-bottom: 0;
    }
  .index #con1 .ttlBox .ttl{
    width:100%;
    margin:0 auto 0 auto;
    }
  .index #con1 .ttlBox .ttl img{
    width:100%;
    height:auto;
    }
  .index #con1 .ttlBox .st{
    font-size: 18px;
    }
  .index #con1 .inner{
    position: static;
    }
  .index #con1 .img{
    float:none;
    width:100%;
    margin-bottom: 30px;
    }
  .index #con1 .img img{
    width:100%;
    height:auto;
    }
  .index #con1 dl{
    position: static;
    width: 100%;
    margin-bottom: 30px;
    }
  .index #con1 dt{
    margin-bottom: 30px;
    font-size: 18px;
    }
  .index #con1 dd{
    width: 100%;
    padding:0;
    font-size: 15px;
    background-color: inherit;
    }

  .accordion-box {
    position: relative;
  }
  .accordion-box label {
    height: 140px; /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;

    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  }
  .accordion-box input:checked + label {
    background: inherit;
  }
  .accordion-box label:after {
    content: "続きをよむ";
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 80%;
    height:50px;
    line-height: 50px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    background-color: #eb6d87;
    background-image:url(../../common/images/icon_btn_1_down.png);
    background-position: 92% center;
    background-repeat:no-repeat;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .accordion-box input {
    display: none;
  }
  .accordion-box .accordion-container {
    overflow: hidden;
    height: 200px; /* 開く前の高さ */
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .accordion-box input:checked + label {
    /* display: none ; 閉じるボタンは要らないとき */
  }
  .accordion-box input:checked + label:after {
    content: "閉じる";
    background-image:url(../../common/images/icon_btn_1_up.png);
    background-position: 92% center;
	  background-repeat:no-repeat;
  }
  .accordion-box input:checked ~ .accordion-container {
    height: auto;
    padding-bottom: 100px; /* 閉じるボタンのbottomからの位置 */
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }


}




/*
con2
*/
.index #con2{
  width:100%;
  padding:50px 0;
  background-color:#00ae84;
	}
.index #con2 h2{
  width:100%;
	margin: 0 auto 15px;
  padding:5px;
  border-radius:6px;
  box-sizing:border-box;
  border:solid 1px #FFF;
	font-size: 20px;
	color:#FFF;
	font-weight:bold;
	}

.index #con2 .con2_1{
  margin-bottom: 50px;
  text-align:center;
	}
.index #con2 .con2_1 p{
	font-size: 20px;
	/*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
	font-weight:500;
	line-height:1.2;
  color:#FFF;
	}

.index #con2 .con2_2{
  padding:20px 0;
  margin-bottom: 50px;
  border-radius:12px;
  background-color:#FFF;
	}
.index #con2 .con2_2 .inner{
  overflow:hidden;
  width:900px;
  margin:0 auto;
  box-sizing:border-box;
	}
.index #con2 .con2_2 dl,
.index #con2 .con2_2 .inner div{
  float:left;
  width:415px;
  padding-left:95px;
  box-sizing:border-box;
	}
.index #con2 .con2_2 dl.con2_2_1{
  min-height:120px;
  background: url(../images/index/con2_icon1.png) left top no-repeat;
	}
.index #con2 .con2_2 dl.con2_2_2{
  min-height:120px;
  background: url(../images/index/con2_icon2.png) left top no-repeat;
	}
.index #con2 .con2_2 dl.con2_2_3{
  min-height:150px;
  background: url(../images/index/con2_icon3.png) left top no-repeat;
	}
.index #con2 .con2_2 dl.con2_2_4{
  min-height:150px;
  background: url(../images/index/con2_icon4.png) left top no-repeat;
	}
.index #con2 .con2_2 dl.con2_2_5{
  min-height:120px;
  background: url(../images/index/con2_icon5.png) left top no-repeat;
	}
.index #con2 .con2_2 div.con2_2_6{
  min-height:120px;
  background: url(../images/index/con2_icon6.png) left top no-repeat;
	}
.index #con2 .con2_2 dt,
.index #con2 .con2_2 div p{
  margin-bottom: 5px;
  font-size: 20px;
  line-height:1.2;
  font-weight: bold;
	}
.index #con2 .con2_2 dd{
  font-size: 14px;
	}
.index #con2 .con2_2 dd .icon_txt{
  display: block;
  width: 140px;
  text-align:center;
  font-size: 11px;
  color:#FFF;
  background-color:#eb6d87;
	}



.index #con2 .con2_3{
  margin-bottom: 20px;
	}
.index #con2 .con2_3 p{
  color:#FFF;
  font-size: 16px;
	}

.index #con2 .con2_4{
  width: 100%;
  overflow:hidden;
  border-radius:12px;
  background-color:#FFF;
	}
.index #con2 .con2_4 .img{
  float:left;
  width:240px;
	}
.index #con2 .con2_4 .img img{
  width:100%;
  height:auto;
	}
.index #con2 .con2_4 .txtBox{
  float:left;
  width:720px;
  box-sizing:border-box;
  padding:20px;
	}
.index #con2 .con2_4 .txtBox .ttl{
  margin:15px 0 30px 0;
	font-size: 24px;
	/*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
	font-weight:500;
	line-height:1.2;
	color:#FFF;
	color:#00ae84;
	}
.index #con2 .con2_4 .txtBox .name{
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
	}
.index #con2 .con2_4 .txtBox .name span{
  font-size: 18px;
	}
.index #con2 .con2_4 .txtBox .txt{
  font-size: 15px;
	}

@media screen and (max-width:768px){
  .index #con2{
    width:100%;
    margin-left:0 !important;
    margin-right:0 !important;
    padding:50px 20px;
    box-sizing:border-box;
    background-color:#00ae84;
    }
  .index #con2 h2{
    width:100%;
    margin-bottom: 10px;
    padding:5px;
    border-radius:3px;
    font-size: 17px;
    }
  .index #con2 .con2_1{
    margin-bottom: 30px;
    text-align: left;
    }
  .index #con2 .con2_1 p{
    font-size: 18px;
    line-height:1.4;
    }
  .index #con2 .con2_2{
    padding:10px 0;
    margin-bottom: 30px;
    border-radius:6px;
    background-color:#FFF;
    }
  .index #con2 .con2_2 .inner{
    width:auto;
    margin:10px 20px;
    }
  .index #con2 .con2_2 dl,
  .index #con2 .con2_2 .inner div{
    width:100%;
    min-height:auto;
    margin-bottom: 20px;
    padding-left:0;
    }
  .index #con2 .con2_2 dl.con2_2_1,
  .index #con2 .con2_2 dl.con2_2_2,
  .index #con2 .con2_2 dl.con2_2_3,
  .index #con2 .con2_2 dl.con2_2_4,
  .index #con2 .con2_2 dl.con2_2_5,
  .index #con2 .con2_2 div.con2_2_6{
    float:none;
    min-height:auto;
    background:none;
    }
  .index #con2 .con2_2 dl.con2_2_2,
  .index #con2 .con2_2 dl.con2_2_3{
    position:relative;
    padding-top:25px;
    }
  .index #con2 .con2_2 dt,
  .index #con2 .con2_2 div p{
    font-size: 15px;
    text-align:center;
    }
  .index #con2 .con2_2 dd{
    font-size: 13px;
    }
  .index #con2 .con2_2 dd .icon_txt{
    position:absolute;
    left:0;right:0;top: 0;
    margin:auto;
    width: 140px;
    text-align:center;
    font-size: 11px;
    }
  .index #con2 .con2_3{
    margin-bottom: 20px;
    }
  .index #con2 .con2_3 p{
    font-size: 15px;
    }

  .index #con2 .con2_4{
    width: 100%;
    overflow:hidden;
    border-radius:12px;
    background-color:#FFF;
    }
  .index #con2 .con2_4 .img{
    width:170px;
    margin:0 15px 0 0;
    }
  .index #con2 .con2_4 .img img{
    width:100%;
    height:auto;
    }
  .index #con2 .con2_4 .txtBox{
    float:none;
    width:auto;
    padding:0;
    }
  .index #con2 .con2_4 .txtBox .ttl{
    margin:30px 0 30px 0;
    font-size: 17px;
    }
  .index #con2 .con2_4 .txtBox .name{
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    }
  .index #con2 .con2_4 .txtBox .name span{
    font-size: 15px;
    }
  .index #con2 .con2_4 .txtBox .txt{
    clear:both;
    padding:20px;
    font-size: 14px;
    }

}
@media screen and (max-width:360px){
  .index #con2 .con2_4 .img{
    width:120px;
    margin:0 10px 0 0;
    }
  .index #con2 .con2_4 .txtBox .ttl{
    margin:15px 0 15px 0;
    }
}

/*
con3
*/
.index #con3{

	}

.index #con3 .box{
  width:450px;
  float:left;
	}
.index #con3 .box:nth-child(2n+2){
  margin-right:60px;
	}
.index #con3 .box:nth-child(1),
.index #con3 .box:nth-child(2){
  margin-bottom:50px;
	}
.index #con3 .box .img{
  margin-bottom: 25px;
	}
.index #con3 .box .img img{
  width:450px;
  height:auto;
	}
.index #con3 .box .txt{
  margin-bottom: 25px;
  text-align: center;
	font-size: 20px;
	/*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
	font-weight:500;
	line-height:1.4;
  color:#00ae84;
	}
.index #con3 .box .btn_txt{
  width:310px;
  margin:0 auto;
	}
@media screen and (max-width:768px){
  .index #con3 .box{
    width:100%;
    float:none;
    margin-bottom:50px;
    }
  .index #con3 .box:nth-child(2n+2){
    margin-right:0;
    }
  .index #con3 .box .img{
    margin-bottom: 25px;
    }
  .index #con3 .box .img img{
    width:100%;
    height:auto;
    }
  .index #con3 .box .txt{
    margin-bottom: 25px;
    font-size: 20px;
    }
  .index #con3 .box .btn_txt{
    width:100%;
    max-width:310px;
    margin:0 auto;
    }
}


/*
con4
*/
.index #con4{
	}
.index #con4 .ttlBox .st{
  display:none;
	}
.index #con4 .innerBox{
  position:relative;
  width:100%;
  overflow:hidden;
	}
.index #con4 .innerBox .txt{
  float:left;
  width:470px;
	}
.index #con4 .innerBox .txt dt{
  display: block;
  margin-bottom: 10px;
	font-size: 24px;
	/*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
	font-weight:500;
	line-height:1.2;
  color:#00ae84;
	}
.index #con4 .innerBox .txt dd{
  display: block;
  font-size: 16px;
	}
.index #con4 .innerBox .img{
  float:right;
  width:460px;
	}
.index #con4 .innerBox .img img{
  width:460px;
  height:auto;
	}
.index #con4 .innerBox .btn_txt{
  position:absolute;
  bottom:75px;
  left:75px;
  width:310px;
	}
@media screen and (max-width:768px){
  .index #con4 .ttlBox .st{
    display:block;
    }
  .index #con4 .innerBox{
    position:relative;
    width:100%;
    overflow:hidden;
    }
  .index #con4 .innerBox .txt{
    float:none;
    width:100%;
    margin-bottom:20px;
    }
  .index #con4 .innerBox .txt dt{
    display: none;
    }
  .index #con4 .innerBox .txt dd{
    display: block;
    font-size: 15px;
    }
  .index #con4 .innerBox .img{
    float:none;
    width:100%;
    margin-bottom:25px;
    }
  .index #con4 .innerBox .img img{
    width:100%;
    }
  .index #con4 .innerBox .btn_txt{
    position: static;
    width:100%;
    }
}






/*
コース別履修プラン
point_basic.html
************************************************************/
/*
con3
*/
.point_basic #con3 {
  margin-top: 60px;
}
.point_basic #con3 .col4 {
  position: relative;
  display: flex;
  gap: 0 40px;
}
.point_basic #con3 .col4 .box {
  flex: 1;
  margin: 0;
}
.point_basic #con3 .col4 .box .heading{
  width: 304px;
  margin-bottom: 24px;
}
.point_basic #con3 .col4 .box .heading img{
  width: 100%;
  height: auto;
}
.point_basic #con3 .col4 .box .lead span{
  padding: 3px 12px;
  display: inline-block;
  font-size: 20px;
  line-height: calc(34 / 20);
  font-weight: 700;
  color: #694C56;
  background-color: #FFFCD1;
  border-radius: 8px;
  font-family: "TsukuARdGothic-Regular", "Zen Maru Gothic", "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
.point_basic #con3 .col4 .box .lead span:not(:first-child){
  margin-top: 8px;
}
.point_basic #con3 .col4 .box .txt{
  margin-top: 24px;
  font-size: 14px;
  line-height: calc(20 / 14);
  font-weight: 400;
  color: #694C56;
}
.point_basic #con3 .col4 .fig{
  width: 425px;
  margin: 0;
}
.point_basic #con3 .col4 .fig img{
  border-radius: 16px;
  width: 100%;
  height: auto;
}
.point_basic #con3 .cooking {
  margin-top: 60px;
  width: 100%;
}
.point_basic #con3 .cooking img{
  width: 100%;
  height: auto;
}
.point_basic #con3 .col5 {
  margin-top: 60px;
  position: relative;
  display: flex;
  padding-bottom: 223px;
  gap: 0 40px;
  flex-direction: row-reverse;
}
.point_basic #con3 .col5::before {
  content: "";
  position: absolute;
  bottom: 89px;
  left: 156px;
  width: 211px;
  height: 95px;
  background: url(../images/point_basic/con3_bg.png) center center no-repeat;
  background-size: cover;
}
.point_basic #con3 .col5 .box {
  flex: 1;
  margin: 0;
}
.point_basic #con3 .col5 .box .heading{
  width: 410px;
  margin-bottom: 24px;
}
.point_basic #con3 .col5 .box .heading img{
  width: 100%;
  height: auto;
}
.point_basic #con3 .col5 .box .lead span{
  padding: 3px 12px;
  display: inline-block;
  font-size: 20px;
  line-height: calc(34 / 20);
  font-weight: 700;
  color: #694C56;
  background-color: #E7F0C1;
  border-radius: 8px;
  font-family: "TsukuARdGothic-Regular", "Zen Maru Gothic", "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
.point_basic #con3 .col5 .box .lead span:not(:first-child){
  margin-top: 8px;
}
.point_basic #con3 .col5 .box .txt{
  margin-top: 24px;
  font-size: 14px;
  line-height: calc(20 / 14);
  font-weight: 400;
  color: #694C56;
}
.point_basic #con3 .col5 .fig{
  width: 480px;
  margin: 0;
}
.point_basic #con3 .col5 .fig img{
  border-radius: 16px;
  width: 100%;
  height: auto;
}
.point_basic #con3 .col5 .charge{
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 41px;
  width: 520px;
}
.point_basic #con3 .col5 .charge img{
  width: 100%;
  height: auto;
}

@media screen and (max-width:768px){
  .point_basic #con3 .col4 {
    display: block;
  }
  .point_basic #con3 .col4 .box {
    flex: 1;
    margin: 0;
  }
  .point_basic #con3 .col4 .box .heading{
    max-width: 240px;
    width: 100%;
    margin-bottom: 18px;
  }
  .point_basic #con3 .col4 .box .lead span{
    padding: 3px 9px;
    font-size: 15px;
    line-height: calc(25 / 15);
  }
  .point_basic #con3 .col4 .box .lead span:not(:first-child){
    margin-top: 6px;
  }
  .point_basic #con3 .col4 .box .txt{
    margin-top: 14px;
    font-size: 12px;
    line-height: calc(17 / 12);
  }
  .point_basic #con3 .col4 .fig{
    margin-top: 20px;
    width: 100%;
  }
  .point_basic #con3 .col4 .fig img{
    border-radius: 16px 16px 0 0;
  }
  .point_basic #con3 .cooking{
    margin-top: 0;
  }
  .point_basic #con3 .cooking img{
    border-radius: 0 0 16px 16px;
  }
  .point_basic #con3 .col5 {
    margin-top: 60px;
    display: block;
    padding-bottom: 0;
  }
  .point_basic #con3 .col5::before {
    display: none;
  }
  .point_basic #con3 .col5 .box {
    margin: 0;
  }
  .point_basic #con3 .col5 .box .heading{
    max-width: 305px;
    width: 100%;
    margin-bottom: 18px;
  }
  .point_basic #con3 .col5 .box .lead span{
    padding: 3px 9px;
    font-size: 15px;
    line-height: calc(25 / 15);
  }
  .point_basic #con3 .col5 .box .lead span:not(:first-child){
    margin-top: 6px;
  }
  .point_basic #con3 .col5 .box .txt{
    margin-top: 14px;
    font-size: 12px;
    line-height: calc(17 / 12);
  }
  .point_basic #con3 .col5 .fig{
    margin-top: 20px;
    width: 100%;
  }
  .point_basic #con3 .col5 .charge{
    position: relative;
    margin-top: 20px;
    width: 100%;
    right: inherit;
  }
}



/*
コース別履修プラン
point_course.html
************************************************************/
/*
con1
*/
.point_course #con1{
	}
.point_course #con1 img{
  width: 100%;
  height: auto;
	}
.point_course #con1 .label{
  margin-bottom: 15px;
  text-align: left;
	}
.point_course #con1 .label img{
  max-width: 459px;
	}
@media screen and (max-width:768px){
  .point_course #con1 .label{
    text-align: center;
    }
}


/*
con2
*/
.point_course #con2{
	margin-bottom:50px;
	}
.point_course #con2 .head2,
.point_course #con3 .head2{
  margin-bottom: 0;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  font-size: 24px;
  font-weight: bold;
  color: #20476b;
  line-height: 1.4;
  background-color: #fee39a;
	}
.point_course #con2 .inner,
.point_course #con3 .inner{
  padding: 40px 45px;
  background-color: #fffcdb;
	}
.point_course #con2 .inner .lead,
.point_course #con3 .inner .lead{
  overflow: hidden;
  margin-bottom: 30px;
	}
.point_course #con2 .inner .lead .rightBox,
.point_course #con3 .inner .lead .rightBox{
  max-width: 320px;
  margin-left: 10px;
	}

.point_course #con2 .inner .studentvoiceBox,
.point_course #con3 .inner .studentvoiceBox{
  background-color: #b3dbc2;
	}
@media screen and (max-width:768px){
	.point_course #con2{
		margin-bottom:20px !important;
		}
  .point_course #con2 .head2,
  .point_course #con3 .head2{
    margin-bottom: 0;
    padding: 15px 20px;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    }

  .point_course #con2 .inner,
  .point_course #con3 .inner{
    padding: 15px 20px;
    }

  .point_course #con2 .inner .lead .rightBox,
  .point_course #con3 .inner .lead .rightBox{
    float: none;
    display: block;
    margin: 0 auto 15px;
    text-align: center;
    }
  }


/* col */
.point_course #con2 .col{
  margin-bottom: 60px;
	}
.point_course #con2 .col > div{
  margin-bottom: 30px;
	}
.point_course #con2 .col > div.basic4,
.point_course #con2 .col > div.basic5{
  margin-bottom: 0;
	}
.point_course #con2 .col > div h3{
  margin-bottom: 0;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  font-weight: bold;
  color: #20476b;
  text-align: center;
  line-height: 1.4;
  background-color: #bee3e9;
	}
/*.point_course #con2 .col > div.basic1 h3,
.point_course #con2 .col > div.basic3 h3,
.point_course #con2 .col > div.basic5 h3{
  background-color: #546180;
	}
.point_course #con2 .col > div.basic2 h3,
.point_course #con2 .col > div.basic4 h3{
  background-color: #f0907a;
	}*/

.point_course #con2 .col > div .img{
  margin-bottom: 10px;
	}
.point_course #con2 .col > div .img img{
  width: 100%;
  height: auto;
  border-radius: 0 0 10px 10px;
	}
.point_course #con2 .col > div li{
  font-size: 14px;
  font-weight: 500;
	}
.point_course #con2 .col > div li span{
  color: #fee39a;
	}

.point_course #con2 .col > div.basic6{
  padding-top: 20px;
  text-align: center;
	}
.point_course #con2 .col > div.basic6 img{
  max-width: 214px;
	}

.point_course #con2 .studentvoiceBox{
  background-image: url("../images/point_basic/sv1.png");
  background-position: left 10px bottom -5px;
  background-size: 200px auto;
  }
@media screen and (max-width:768px){
  .point_course #con2 .col > div{
    margin-bottom: 30px;
    }
  .point_course #con2 .col > div.basic4{
    margin-bottom: 30px;
    }
  .point_course #con2 .col > div.basic5{
    margin-bottom: 0;
    }
  .point_course #con2 .col > div h3{
    font-size: 16px;
    }
  .point_course #con2 .col > div li{
    display: inline;
    margin-right: 10px;
    }
  .point_course #con2 .studentvoiceBox .img img{
    width: 184px;
    }
  }

/* 矢印
.point_course #con2:after{
  display: block;
  content: '';
  width: 0;
  height: 0;
  margin: 50px auto 0;
  border-style: solid;
  border-width: 50px 120px 0 120px;
  border-color: #20476b transparent transparent transparent;
	}
@media screen and (max-width:768px){
  .point_course #con2:after{
    margin: 30px auto 0;
    border-width: 25px 60px 0 60px;
    }
  }*/


/*
con3
*/
.point_course #con3{
	}
.point_course #con3 .courseBox{
  width: 100%;
  height: 180px;
  display: table;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #fff;
	}
.point_course #con3 .courseBox:nth-child(5){
  margin-bottom: 60px;
	}
.point_course #con3 .courseBox h3,
.point_course #con3 .courseBox .img,
.point_course #con3 .courseBox .txt,
.point_course #con3 .courseBox .div_td{
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
	}
.point_course #con3 .courseBox h3{
  width: 160px;
  margin-bottom: 0;
  border-radius: 10px 0 0 10px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
	}
.point_course #con3 .course1 h3{
  background-color: #f29983;
	}
.point_course #con3 .course2 h3{
  background-color: #fbc510;
	}
.point_course #con3 .course3 h3{
  background-color: #92d2dc;
	}
.point_course #con3 .course4 h3{
  background-color: #f3a7b2;
	}
.point_course #con3 .courseBox h3 img{
  width: 100px;
  max-width: 540px;
  height: auto;
  margin-bottom: 5px;
	}
.point_course #con3 .courseBox .img{
  padding-left: 10px;
  text-align: center;
	}
.point_course #con3 .courseBox .img img{
  max-width: 160px;
	}
.point_course #con3 .courseBox .txt{
  padding-left: 10px;
  font-size: 14px;
  font-weight: 500;
	}
.point_course #con3 .courseBox .div_td{
  width: 180px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  color: #092e4d;
  font-weight: bold;
	}
/*.point_course #con3 .course1 .div_td .i{
  background-color: #fde498;
	}
.point_course #con3 .course2 .div_td .i{
  background-color: #f9cda6;
	}
.point_course #con3 .course3 .div_td .i{
  background-color: #f8c5ba;
	}
.point_course #con3 .course4 .div_td .i{
  background-color: #a0dcd6;
	}*/
.point_course #con3 .courseBox .div_td p{
  display: inline-block;
  margin-bottom: 5px;
  /*padding: 0 10px;*/
  font-size: 13px;
	}
/*.point_course #con3 .courseBox .div_td dl{
	}
.point_course #con3 .courseBox .div_td dt{
  margin-bottom: 5px;
  font-weight: bold;
	}
.point_course #con3 .courseBox .div_td dd{
  text-align: left;
  font-size: 13px;
  font-weight: 500;
	}*/
.point_course #con3 .courseBox .div_td li{
  padding: 10px;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 5px;
	}
.point_course #con3 .courseBox .div_td li:nth-child(1){
  margin-bottom: 5px;
	}
.point_course #con3 .course1 .div_td li{
  background-color: #f4b4a0;
	}
.point_course #con3 .course2 .div_td li{
  background-color: #fcd97b;
	}
.point_course #con3 .course3 .div_td li{
  background-color: #abdbe3;
	}
.point_course #con3 .course4 .div_td li{
  background-color: #f5bcc3;
	}

.point_course #con3 .studentvoiceBox{
  background-image: url("../images/point_course/sv2.png");
  background-position: left 20px bottom -5px;
  background-size: 181px auto;
  }
@media screen and (max-width:768px){
  .point_course #con2 .col > div{
    margin-bottom: 30px;
    }
  .point_course #con2 .col > div.basic4{
    margin-bottom: 30px;
    }
  .point_course #con2 .col > div.basic5{
    margin-bottom: 0;
    }

  .point_course #con3 .courseBox{
    width: 100%;
    height: auto;
    display: block;
    }
  .point_course #con3 .courseBox h3,
  .point_course #con3 .courseBox .img,
  .point_course #con3 .courseBox .txt,
  .point_course #con3 .courseBox .div_td{
    display: block;
    width: 100%;
    }
  .point_course #con3 .courseBox h3{
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
    }
  .point_course #con3 .courseBox .txt{
    margin-bottom: 0;
    padding: 15px 15px 5px;
    font-size: 13px;
    }

  .point_course #con3 .courseBox .div_td{
    padding: 0 10px 10px;
    }
  .point_course #con3 .courseBox .div_td .i{
    height: auto;
    }
  .point_course #con3 .studentvoiceBox .img img{
    width: 181px;
    }
  }







/*
おだたん調理実習
point_cooking.html
************************************************************/
/*
con1
*/
.point_cooking #con1{
	}
@media screen and (max-width:768px){
}

/*
con2
*/
.point_cooking #con2{
	margin-bottom:60px;
	}
.point_cooking #con2 .head2{
  margin-bottom: 0;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  font-size: 24px;
  font-weight: bold;
  color: #20476b;
  line-height: 1.4;
  background-color: #fee39a;
	}
.point_cooking #con2 .inner{
  padding: 40px 45px;
  background-color: #fffcdb;
	}
@media screen and (max-width:768px){
	.point_cooking #con2{
		margin-bottom:20px !important;
		}
  .point_cooking #con2 .head2{
    margin-bottom: 0;
    padding: 15px 20px;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    }

  .point_cooking #con2 .inner{
    padding: 15px 20px;
    }
  }

/* col */
.point_cooking #con2 .col{
  margin-bottom: 30px;
	}
.point_cooking #con2 .col > div{
	}
.point_cooking #con2 .col > div h3{
  margin-bottom: 0;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  font-weight: bold;
  color: #20476b;
  text-align: center;
  line-height: 1.4;
  background-color: #bee3e9;
	}
.point_cooking #con2 .col > div .img{
  margin-bottom: 10px;
	}
.point_cooking #con2 .col > div .img img{
  width: 100%;
  max-width: 540px;
  height: auto;
  border-radius: 0 0 10px 10px;
	}
.point_cooking #con2 .col > div .txt{
  font-size: 14px;
	}
@media screen and (max-width:768px){
  .point_cooking #con2 .col > div h3{
    font-size: 16px;
    }
  }

/* pickupBox */
.point_cooking #con2 .pickupBox{
  margin-bottom: 60px;
  background-color: #def0f4;
}
.point_cooking #con2 .pickupBox .col{
  margin-bottom: 0;
}
.point_cooking #con2 .pickupBox .t{
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #20476b;
}
.point_cooking #con2 .pickupBox dl{
  position: relative;
  margin-bottom: 0;
}
.point_cooking #con2 .pickupBox dl:after{
  position: absolute;
  top: 30px;
  right: -17px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 12px;
  border-color: transparent transparent transparent #20476b;
}
.point_cooking #con2 .pickupBox dl:last-child:after{
  display: none;
}
.point_cooking #con2 .pickupBox dt{
  margin-bottom: 10px;
  padding: 5px 0 10px;
  border-radius: 10px;
  color: #20476b;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  background-color: #fff;
}
.point_cooking #con2 .pickupBox dt span{
  color: #092e4d;
  font-size: 12px;
}
.point_cooking #con2 .pickupBox dd{
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width:768px){
  .point_cooking #con2 .pickupBox .t{
    text-align: center;
  }
  .point_cooking #con2 .pickupBox dl{
    margin-bottom: 30px;
  }
  .point_cooking #con2 .pickupBox dl:last-child{
    margin-bottom: 0;
  }
  .point_cooking #con2 .pickupBox dl:after{
    position: absolute;
    top: inherit;bottom: -20px;left: 0;right: 0;
    display: block;
    content: '';
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 12px 17px 0 17px;
    border-color: #546180 transparent transparent transparent;
  }
  .point_cooking #con2 .pickupBox dl:last-child:after{
    display: none;
  }

}

/* studentvoiceBox */
.point_cooking #con2 .studentvoiceBox{
  background-image: url("../images/point_cooking/sv.png");
  background-position: left 30px bottom -20px;
  background-size: 160px auto;
  background-color: #b3dbc2;
  }
@media screen and (max-width:768px){
  .point_cooking #con2 .studentvoiceBox .img img{
    max-width: 144px;
    }
}













/*
おだたん調理実習
point_curr.html
************************************************************/
/*
con1
*/
.point_curr #con1{
	}
@media screen and (max-width:768px){
}

/*
con2
*/
.point_curr #con2{
	margin-bottom:60px;
	}
.point_curr #con2 .head2{
  margin-bottom: 0;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  font-size: 24px;
  font-weight: bold;
  color: #20476b;
  line-height: 1.4;
  background-color: #fee39a;
	}
.point_curr #con2 .inner{
  padding: 40px 45px;
  background-color: #fffcdb;
	}
@media screen and (max-width:768px){
	.point_curr #con2{
		margin-bottom:20px !important;
		}
  .point_curr #con2 .head2{
    margin-bottom: 0;
    padding: 15px 20px;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    }

  .point_curr #con2 .inner{
    padding: 15px 20px;
    }
  }

/* col */
.point_curr #con2 .col{
  margin-bottom: 30px;
	}
.point_curr #con2 .col > div{
	}
.point_curr #con2 .col > div h3{
  margin-bottom: 0;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  font-weight: bold;
  color: #20476b;
  text-align: center;
  line-height: 1.4;
  background-color: #bee3e9;
	}
.point_curr #con2 .col > div .img{
  margin-bottom: 10px;
	}
.point_curr #con2 .col > div .img img{
  width: 100%;
  max-width: 540px;
  height: auto;
  border-radius: 0 0 10px 10px;
	}
.point_curr #con2 .col > div .txt{
  font-size: 14px;
	}
@media screen and (max-width:768px){
  .point_curr #con2 .col > div h3{
    font-size: 16px;
    }
  }

/* pickupBox */
.point_curr #con2 .pickupBox{
  margin-bottom: 60px;
  background-color: #def0f4;
}
.point_curr #con2 .pickupBox .col{
  margin-bottom: 0;
}
.point_curr #con2 .pickupBox .t{
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #20476b;
}
.point_curr #con2 .pickupBox dl{
  position: relative;
  margin-bottom: 0;
}
.point_curr #con2 .pickupBox dl:after{
  position: absolute;
  top: 20px;
  right: -17px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 12px;
  border-color: transparent transparent transparent #20476b;
}
.point_curr #con2 .pickupBox dl:last-child:after{
  display: none;
}
.point_curr #con2 .pickupBox dt{
  width: 100%;
  display: table;
  min-height: 60px;
  margin-bottom: 10px;
  padding: 5px 0 10px;
  border-radius: 10px;
  color: #20476b;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  background-color: #fff;
}
.point_curr #con2 .pickupBox dt span{
  display: table-cell;
  min-height: 60px;
  vertical-align: middle;
  text-align: center;
  /*color: #092e4d;
  font-size: 12px;*/
}
.point_curr #con2 .pickupBox dd{
  font-size: 12px;
  font-weight: 500;
}
.point_curr #con2 .pickupBox dd img{
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto 10px;
}
@media screen and (max-width:768px){
  .point_curr #con2 .pickupBox .t{
    text-align: center;
  }
  .point_curr #con2 .pickupBox dl{
    margin-bottom: 30px;
  }
  .point_curr #con2 .pickupBox dl:last-child{
    margin-bottom: 0;
  }
  .point_curr #con2 .pickupBox dl:after{
    top: inherit;bottom: -20px;left: 0;right: 0;
    margin: auto;
    border-width: 12px 17px 0 17px;
    border-color: #20476b transparent transparent transparent;
  }
  .point_curr #con2 .pickupBox dl:last-child:after{
    display: none;
  }
  .point_curr #con2 .pickupBox dt{
    display: block;
    min-height: auto;
    padding: 10px 0;
  }
  .point_curr #con2 .pickupBox dt span{
    display: block;
    min-height: auto;
  }

}

/* studentvoiceBox */
.point_curr #con2 .studentvoiceBox{
  background-image: url("../images/point_curr/sv.png");
  background-position: left 10px bottom -5px;
  background-size: 190px auto;
  background-color: #b3dbc2;
  }
@media screen and (max-width:768px){
  .point_curr #con2 .studentvoiceBox .img img{
    max-width: 190px;
    }
}











/*
地域連携プログラム
community .html
************************************************************/
.community #con1{
  position: relative;
  overflow: inherit;
	}
.community #con1 .mainimg{
  margin-bottom: 60px;
	}
.community #con1 .mainimg .ttl{
  position: absolute;
  top: 5px;right: -30px;
	}
.community #con1 .mainimg .ttl img,
.community #con1 .mainimg .img img{
  width: 100%;
  height: auto;
	}

/* col */
.community #con1 .col{
	}
.community #con1 .col > div.img{
	}
.community #con1 .col > div.img .t{
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
	}
.community #con1 .img_inner{
  width: 100%;
  overflow: hidden;
	}
.community #con1 .img_inner > div{
  width: 48%;
  float: left;
  margin-bottom: 10px;
	}
.community #con1 .img_inner > div:nth-child(2n-1){
	margin-right:4%;
	}
.community #con1 .img_inner > div .img{
  margin-bottom: 5px;
	}
.community #con1 .img_inner > div .img img{
  width: 100%;
  height: auto;
	}
.community #con1 .img_inner > div .txt{
  font-size: 13px;
	}

/* studentvoiceBox */
.community #con1 .studentvoiceBox{
  background-image: url("../images/community/sv.png");
  background-position: left 30px top 20px;
  background-size: 140px auto;
  }

@media screen and (max-width:768px){
  .community #con1 .mainimg .ttl{
    position: absolute;
    top: -10px;right: -10px;
    width: 235px;
    height: 60px;
    }
  .community #con1 .img_inner{
    margin-bottom: 60px;
    }

  .community #con1 .studentvoiceBox img{
    max-width: 140px;
    }
}






/*
カリキュラム紹介
curr.html
************************************************************/
/*
con1
*/
.curr #con1{
	}
.curr #con1 tbody {
  -webkit-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
	}
/* .curr #con1 tbody.g2 {
	display:none;
	} */
.curr #con1 .curr_btn {
	cursor:pointer;
	}
.curr #con1 .curr_btn:hover td.ttl{
	opacity:0.7;
	}
.curr #con1 .curr_btn td{
	position:relative;
	}
.curr #con1 .curr_btn span{
	position: absolute;
	top: 20px;
	left:60%;
	right:40%;
	margin:atuo;
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: #FFF transparent transparent transparent;
	}
.curr #con1 .curr_btn .g2 span{
  top: inherit;
	bottom: 20px;
	}
.curr #con1 .curr_btn.active span{
	border-width: 15px 10px 0 10px;
	border-color: #FFF transparent transparent transparent;
	}
.curr #con1 .curr_btn p{
  position: absolute;
  top: 5px;
  left:10px;
  display:block;
  width: 235px;
  padding:5px;
  border:solid 3px #20476b;
  border-radius:999px;
  font-size:16px;
  color:#000;
  background-color:#FFF;
  }
.curr #con1 .tbl th,
.curr #con1 .tbl td{
	text-align:center;
	}
.curr #con1 .tbl th{
	padding:10px;
	font-weight: bold;
	}
.curr #con1 .tbl td{
	padding:10px;
	font-size: 14px;
	font-weight: bold;
	background-color:#E3F3F3;
	}
.curr #con1 .tbl td.ttl{
	padding:10px;
	font-weight: bold;
	font-size: 20px;
	color:#FFF;
	}
.curr #con1 .tbl td.empty{
  padding:2px;
	background-color:#E4F2F2 !important;
	}
.curr #con1 .tbl td.td1{
	font-weight: bold;
	font-size: 18px;
	line-height:1.3;
	background-color:#EDEDED;
	}
.curr #con1 .tbl td.td1 span{
	font-weight: normal;
	font-size: 12px;
	}
.curr #con1 .tbl th.w0,
.curr #con1 .tbl td.w0{
  padding-left:0 !important;
  padding-right:0 !important;
  width:1px !important;
  background-color:#FFF;
	}

.curr #con1 .tbl td.friday_3{
  position: relative;
  border-bottom: 0 !important;
	}
.curr #con1 .tbl td.friday_3 span{
  position: absolute;
  bottom: -.5em;
  left: 0;
  right: 0;
  margin: auto;

	}
@media screen and (max-width:768px){
	.curr #con1{
		margin-bottom:20px !important;
		}
	.curr #con1 tbody {
		-webkit-transition: none !important;
		transition: none !important;
		}
	.curr #con1 .curr_btn:hover{
		opacity:1 !important;
		}
	.curr #con1 .curr_btn span{
		top: 15px !important;
		left:90% !important;
		right:10% !important;
		border-width: 10px 5px 0 5px !important;
		}
	.curr #con1 .curr_btn.active span{
		border-width: 10px 5px 0 5px !important;
		}
  .curr #con1 .curr_btn p{
    top: 7px !important;
    left:-45px !important;
    width: 145px !important;
    padding:5px 0 !important;
    border:solid 2px #20476b !important;
    font-size:10px !important;
    }
	.curr #con1 .tbl th{
		font-size: 13px !important;
		}
	.curr #con1 .tbl td{
		padding:10px 3px !important;
		font-size: 12px !important;
		font-weight: normal !important;
		line-height:1.3 !important;
		}
	.curr #con1 .tbl td.ttl{
		font-weight: bold !important;
		font-size: 16px !important;
		}
  .curr #con1 .tbl td.empty{
    padding:3px !important;
    }
	.curr #con1 .tbl td.td1{
		font-weight: birmal !important;
		font-size: 15px !important;
		line-height:1.2 !important;
		}
	.curr #con1 .tbl td.td1 span{
		font-size: 10px !important;
		}
}


.curr #con1 .tbl .g2_ttl .bg_f{
  background-color: #70A0D6 !important;
  }
.curr #con1 .tbl .g2_ttl p{
  border:solid 2px #20476b !important;
  }
.curr #con1 .tbl .g2 td{
  background-color: #EAF6FD !important;
  }
.curr #con1 .tbl .g2 td.td1{
	background-color:#EDEDED !important;
	}
.curr #con1 .tbl .g2_ttl td.empty,
.curr #con1 .tbl .g2 td.empty{
	background-color:#DBF2FD !important;
	}
.curr #con1 .tbl th:last-child,
.curr #con1 .tbl td:last-child{
  border-right: solid 5px #FFF;
  }

@media screen and (max-width:768px){
  .curr #con1 .tbl th:last-child,
  .curr #con1 .tbl td:last-child{
    border-right: solid 3px #FFF;
  }
  .curr #con1 .tbl .g2_ttl .bg_f{
    padding-left: 25px!important;
  }
}


/*
con2
*/
.curr #con2{
  overflow: inherit;
	}

.curr #con2 .semiBox{
  position: relative;
  background-color: #def0f4;
}
.curr #con2 .semiBox h2{
  position: absolute;
  z-index: 100;
  top: -30px;left: 0;
  /*width: 110px;
  height: 19px;*/
}
.curr #con2 .semiBox h2 img{
  width: 280px;
}
.curr #con2 .semiBox:after{
  display: block;
  content: '';
  clear: both;
}
.curr #con2 .semiBox .img{
  position: relative;
  z-index: 1;
  float: left;
  width: 400px;
  height: 100%;
}
.curr #con2 .semiBox .img img{
  width: 100%;
  height: auto;
}
.curr #con2 .semiBox .img p{
  position: absolute;
  z-index: 10;
  bottom: 10px;
  left: 10px;
  text-align: left;
}
.curr #con2 .semiBox .img p span{
  display: inline-block;
  margin-top: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  color: #20476b;
  background-color: #fff;
}
.curr #con2 .semiBox .txt{
  float: right;
  width : -webkit-calc(100% - 400px);
  width : calc(100% - 400px);
  min-height: 300px;
  padding: 15px 15px 0 ;
  box-sizing: border-box;
  background: url("../images/curr/6.png") left bottom no-repeat;
  background-size: 126px;
}
.curr #con2 .semiBox .txt dt{
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.curr #con2 .semiBox .txt dd{
  margin-bottom: 10px;
  padding-left: 120px;
  font-size: 14px;
}
.curr #con2 .semiBox .txt dd .name{
  display: block;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width:768px){
	.curr #con2{
		margin-bottom:30px !important;
		}

  .curr #con2 .semiBox{
  }
  .curr #con2 .semiBox h2{
    left: 0;right: 0;
    margin: auto;
  }
  .curr #con2 .semiBox .img{
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 10px;
  }
  .curr #con2 .semiBox .img img{
  }
  .curr #con2 .semiBox .txt{
    float: none;
    width: 100%;
    padding-bottom: 10px;
    background: none;
  }
  .curr #con2 .semiBox .txt dt{
    text-indent: 1em;
    text-align: center;
  }
  .curr #con2 .semiBox .txt dd{
    padding-left: 0;
  }
  .curr #con2 .semiBox .txt dd .name{
    text-align: center;
  }
}




/*
con3
*/
.curr #con3{
	}
.curr #con3 .col2{
	}
/*.curr #con3 .col2 > div:nth-child(1),
.curr #con3 .col2 > div:nth-child(2){
	margin-bottom:80px;
	}*/

.curr #con3 .col2 > div,
.curr #con3 .col2 > dl{
  width:31.6667%;
	margin: 0 0 15px 0;
  box-sizing:border-box;
	}
.curr #con3 .col2 > div:nth-child(3n-1),
.curr #con3 .col2 > dl:nth-child(3n-1){
  margin:0 2.5% 15px 2.5%;
	}

.curr #con3 .col2 h3{
	height:50px;
	line-height:50px;
	margin-bottom:10px;
  border-radius: 5px;
	color:#20476b;
	font-size: 20px;
	text-align:center;
	background-color:#bee3e9;
	}
.curr #con3 .col2 .img{
  margin-bottom: 10px;
	}
.curr #con3 .col2 .img img{
  width: 100%;
  height: auto;
	}
.curr #con3 .col2 .txt{
	min-height:85px;
	padding:0 0;
	margin:0;
	}
.curr #con2 .h3line + .txt{
	margin-bottom:20px;
	}
.curr #con3 .col2 dl{
	}
.curr #con3 .col2 dt{
	position: relative;
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom: solid 3px #00ae84;
	font-size: 18px;
	text-align:center;
	color:#00ae84;
	font-weight: bold;
	}
.curr #con3 .col2 dt:before,
.curr #con3 .col2 dt:after{
	position: absolute;
	left:0;
	right:0;
	margin:auto;
	display:block;
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	}
.curr #con3 .col2 dt:before{
	bottom:-13px;
	z-index:11;
	border-color: #FFF transparent transparent transparent;
	}
.curr #con3 .col2 dt:after{
	bottom:-18px;
	z-index:10;
	border-color: #00ae84 transparent transparent transparent;
	}
.curr #con3 .col2 dd{
	min-height:50px;
	padding:15px 20px;
	font-size: 14px;
	background-color:#D0E5E6;
	}
@media screen and (max-width:768px){
	.curr #con3{
		margin-bottom:20px !important;
		}
	.curr #con3 .col2 > div{
		margin-bottom:30px !important;
		}
  .curr #con3 .col2 > div,
  .curr #con3 .col2 > dl{
    width:100%;
    margin: 0;
    }
  .curr #con3 .col2 > div:nth-child(3n-1),
  .curr #con3 .col2 > dl:nth-child(3n-1){
    margin:0;
    }

	.curr #con3 .col2 h3{
		height:40px !important;
		line-height:40px !important;
		font-size: 18px !important;
		}
	.curr #con3 .col2 .txt{
		min-height: inherit !important;
		margin-bottom: 5px !important;
		padding: 0 !important;
		font-size: 15px !important;
		}
	.curr #con3 .col2 dt{
		font-size: 16px !important;
		font-weight: bold !important;
		}
	.curr #con3 .col2 dd{
		min-height: inherit !important;
		}
}




/*
教員からのメッセージ
teacher.html
************************************************************/
/*
con1
*/
.teacher #con1 .col .img{
	}
.teacher #con1 .col div img{
  max-width: 310px;
	}
/* txt */
.teacher #con1 .col .txt{
	margin-bottom:40px;
	}
/* prof */
.teacher #con1 .prof{
	}
.teacher #con1 .prof .txt1{
	font-size: 15px;
	font-weight: bold;
	}
.teacher #con1 .prof h2{
	margin:0;
	text-align:left;
	font-size: 21px;
	font-weight: bold;
	}
.teacher #con1 .prof h2 span{
	font-size: 16px;
	}
.teacher #con1 .prof h2 + .txt{
	text-align:left;
	font-size: 15px;
	color:#249794;
	}
@media screen and (max-width:768px){
	.teacher #con1 .col{
		margin-bottom: 40px !important;
		}
	.teacher #con1 .col .txt{
		margin-bottom:20px !important;
		text-align:left !important;
		}
	.teacher #con1 .prof h2{
		text-align:center !important;
		font-size: 20px !important;
		}
	.teacher #con1 .prof h2 span{
		font-size: 15px !important;
		}
	.teacher #con1 .prof h2 + .txt{
		text-align:center !important;
		}
}



/**********************************************/
@media screen and (max-width:768px){

}

/* ns 20240624 編集 { */
.about-zemi {
  padding: 80px 15px 105px;
  background-color: #E6F7F2;
}
.about-zemi > .view {
  max-width: 960px;
  margin: auto;
  border-radius: 16px;
  overflow: hidden;
  background: -o-linear-gradient(left, transparent calc(100% - 2px), #E6F7F2 100%) top left/20px 100% repeat-x, -o-linear-gradient(top, transparent calc(100% - 2px), #E6F7F2 100%) top left/100% 20px repeat-y;
  background: linear-gradient(to right, transparent calc(100% - 2px), #E6F7F2 100%) top left/20px 100% repeat-x, linear-gradient(to bottom, transparent calc(100% - 2px), #E6F7F2 100%) top left/100% 20px repeat-y;
  background-color: white;
}
.about-zemi > .view > .inner {
  padding: 60px 20px;
}
.about-zemi .about-zemi-header {
  max-width: 760px;
  margin: auto;
}
.about-zemi .about-zemi-title img {
  width: 100%;
  height: auto;
}
.about-zemi .about-zemi-headertext {
  margin-top: 30px;
}
.about-zemi .zemis-block {
  margin: 60px auto 0;
  max-width: 760px;
}
.about-zemi .zemi-item {
  margin-top: 40px;
}
.about-zemi .zemi-image img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.about-zemi .zemi-name {
  margin-top: 10px;
  color: #13AE84;
  font-weight: bold;
  font-size: 21px;
  line-height: 30px;
}
.about-zemi .zemi-teacher {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.about-zemi .zemi-details {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .about-zemi .zemi-item {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .about-zemi .zemi-image {
    width: 230px;
  }
  .about-zemi .zemi-info {
    width: 500px;
    margin-left: 30px;
  }
  .about-zemi .zemi-name {
    margin-top: 0;
  }
}

.curr #con2 {
  width: 100%;
  background-color: #E6F7F2;
  margin: 0 0 105px;
  padding: 0 15px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.curr #con2 .semiBox {
  max-width: 960px;
  margin: auto;
  background-color: #D0EFE7;
}
.curr #con2 .semiBox .txt {
  background: none;
}
.curr #con2 .semiBox .txt dt {
  color: #13AE84 !important;
}
.curr #con2 .semiBox .txt dd {
  margin-bottom: 10px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .curr #con2 .semiBox .txt dd {
    margin-bottom: 15px;
  }
}

/* } */
