@charset "utf-8";
/*
Theme Name: expo_2
Theme URI:
Template:
Description:
Author:
Tags:
Version:
*/

/*ベース*/
*{
    margin: 0;
    padding: 0;
}


body {
    font-size: 14px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.6;
    margin: 0px auto;
    color: #3E3E3E;
    background-color: #F8F8F8;
}
h2 {
    font-size: 25px;
    font-weight: bold;
}
h3 {
    font-size: 22px;
    font-weight: bold;
}
a {
    color: #3E3E3E;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a:hover{
    opacity: 0.6;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

input[type="submit"]{
    -webkit-appearance: none;
    border-radius: 0;
}

.pc{
    display: block !important;
}
.sp{
    display: none !important;
}

/*ベース*/

/* -------------------- */
/* header
/* -------------------- */
.header{
    width: 100%;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, .15);
    position: relative;
    z-index: 12;
    background-color: #fff;
}
.header_content{
    max-width: 910px;
    margin: 0px auto;
    padding: 30px 0px;
    display: flex;
    justify-content: space-between;
}
.header_content a{
	font-size: 13px;
}
.header .h_logo{
    width: 340px;
    height: auto;
    display: flex;
    align-items: center;
}

.nav-item .panelpc {
  position: absolute;
  top: 60px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 30px 2%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  background-color: #08A36B;
}
.nav-item:hover .panelpc {
  visibility: visible;
  opacity: 1;
}
.panel-inner{
  display: flex;
  justify-content: center;
}
.panel-inner .panel_item{
  margin: 0px 15px;
  font-size: 13px;
}
.panel-inner .panel_item a{
  color: #fff;
}

.burger-btn{
  display: none;
}
ul {
  list-style: none;
}

.nav-list-01, .nav-list-02 {
  display: flex;
  font-size: 14px;
  font-weight: bold;
  align-items: center;
}

.nav-list-01 .nav-item{
  margin: 0px 5px;
}
.nav-list-01 .nav-item.no-link-btn {
  padding: 8px;
  background-color: #fff;
  border: 1px solid #bcbaba;
  color: #bcbaba;
  line-height: 1;
  position: relative;
  font-size: 13px;
}
.nav-list-01 .nav-item.no-link-btn small {
  color: #CC0000;
  position: absolute;
  content: "";
  top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
width: 60%;
}
.nav-list-01 .syutten{
  padding: 8px;
  background-color: #08A36B;
  border: 1px solid #08A36B;
  color: #fff;
  line-height: 2.2;
}

.nav-list-01 .raijyo{
  padding: 8px;
  background-color: #fff;
  border: 1px solid #08A36B;
  color: #08A36B;
  line-height: 2.2;
}

.nav-list-01 .mypage{
  padding: 8px 0px 8px 0px;
  border: 1px solid #08A36B00;
  color: #7E7E7E;
  line-height: 2.2;
}

.nav-list-01 .mypage::before{
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/icon_mypage.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.nav-list-02 {
  justify-content: space-between;
  padding: 0px 5px;
  margin-top: 15px;
}

li.nav-item.sub-item {
  position: relative;
  font-size: 13px;
  color: #acacac;
  padding-top: 3px;
}

li.nav-item.sub-item small {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #CC0000;
}

.header.HeightMin{
	position: fixed;
    z-index: 999;/*最前面へ*/
	height: 80px;
	animation: DownAnime 0.5s forwards;
  top: 0;
}
.header.HeightMin .header_content{
    width: auto;
    padding: 20px 20px;
    align-items: center;
}
.header.HeightMin .h_logo{
    width: 240px;
}
.header.HeightMin .header-nav{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.header.HeightMin .nav-list-02 {
  margin-top: 0px;
  padding: 0px;
}
.header.HeightMin .nav-item {
  margin: 0px 5px;
}

.header.HeightMin .nav-item .panelpc{
  top: 50px;
}
.color_green {
    color: #08A36B;
    font-size: 7px;
    vertical-align: middle;
}

/* 下層メニュー*/
#header_sub.header{
    top: 0;
	position: fixed;
    z-index: 999;/*最前面へ*/
	height: 80px;
	animation: DownAnime 0.5s forwards;
}
#header_sub.header .header_content{
    width: auto;
    padding: 20px 20px;
    align-items: center;
}
#header_sub.header .h_logo{
    width: 200px;
}
#header_sub.header .header-nav{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
#header_sub.header .nav-list-02 {
  margin-top: 0px;
  padding: 0px;
}
#header_sub.header .nav-item {
  margin: 0px 5px;
  font-size: 13px;
  color: #acacac;
}
#header_sub.header .nav-item.no-link {
  padding-top: 4px;
}
#header_sub.header .nav-item .panelpc{
  display: block !important;
  top: 50px;
}
/* 下層メニュー*/


/* 下部メニュー */
.under_menu {
  width: 100%;
  background-color: #08A36B;
  position: fixed;
  bottom: 0;
  z-index: 11;
}
.under_menu .under_list{
  max-width: 910px;
  margin: 0px auto;
  font-weight: bold;
  letter-spacing: 0.1em;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.under_list .syutten_c, .under_list .raijyo_c {
  padding: 8px 12px;
  background-color: #fff;
  color: #08A36B;
  line-height: 2.2;
}
.under_list .no-link-unnder {
  padding: 8px;
  background-color: #fff;
  border: 1px solid #bcbaba;
  color: #bcbaba;
  line-height: 1;
  position: relative;
  font-size: 13px;
}
.under_list .no-link-unnder small {
  color: #CC0000;
  position: absolute;
  content: "";
  top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
width: 70%;
}
.under_list .syutten_c{
  margin-right: 5px;
}

.under_list .contact{
  padding: 8px 20px 8px;
  color: #fff;
  line-height: 2.2;
}
.under_list .contact::before{
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  background: url(../img/icon_contact.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.under_list .event{
  padding: 15px 20px;
  background-color: #fff;
  color: #08A36B;
  line-height: 2.2;
}
.under_list .event::after{
  content: "";
  display: inline-block;
  width: 7px;
  height: 11px;
  background: url(../img/icon_arrow_or.png) no-repeat;
  background-size: contain;
  margin-left: 10px;
}



/* 下層 */
.sub_content{
  max-width: 910px;
  padding: 0px 30px;
  margin: 80px auto 140px;
}
.sub_content h2{
  text-align: center;
}
/* 下層 */


@media screen and (max-width:850px){
  /* ----------------------- */
/* base_sp
/* ----------------------- */
/* デフォルトのbuttonスタイルをリセット */
	button {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: transparent;
		border: 0;
		border-radius: 0;
		color: inherit;
		cursor: pointer;
		font: inherit;
		margin: 0;
		outline: none;
		padding: 0;
		vertical-align: middle;
	}

  /* ------------------ */
  /* humberger-menu */
  /* ------------------ */
/* 以下、ハンバーガーボタン */
.burger-btn{
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 3;
  border:none;
  top: 0px;
  right: 0px;
}
.bar{
  width: 40px;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #08A36B;
  right: 0;
  left: 0;
  margin: auto;
}
.bar_top{
  top: 15px;
}
.bar_mid{
  top: 50%;
  transform: translateY(-50%);
}
.bar_bottom{
  bottom: 15px;
}

.burger-btn.close .bar_top{
  transform: translatey(15px) rotate(45deg);
  transition: transform .3s;
}
.burger-btn.close .bar_mid{
  opacity: 0;
  transition: opacity .3s;
}
.burger-btn.close .bar_bottom{
  transform: translateY(-13px) rotate(-45deg);
  transition: transform .3s;
}

.noscroll{
  overflow: hidden;
}

.nav-wrapper{
  /* visibility: hidden; */
  /* opacity: 0; */
    display: none;
    margin-top: 0px;
	/*height: 100vh;*/
	left: 0;
	position: fixed;
	top: 80px;
	transform: translateX(100%);
	transition: transform .3s;
	width: 100vw;
	z-index: 2; /*キービジュアルと.btn_triggerとの重なりの前後関係を調整*/
}
.header-nav{
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap-reverse;
}
.nav-list{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}

/* メニューオープン時 */
.nav-wrapper.slide-in {
    display: block;
	transform: translateX(0);
}

.nav-list-01, .nav-list-02 {
  flex-wrap: wrap;
  width: 100%;
}

.nav-item {
  width: 100%;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  padding: 15px 0px;
}
.nav-list-01 .nav-item {
  margin: 0px 0px;
  border-top: 2px solid #08A36B;
}
.nav-list-01 .syutten {
  padding: 0px;
  background-color: #fff;
  border: 0px solid #08A36B;
  color: #08A36B;
}
.nav-list-01 .raijyo {
  padding: 0px;
  background-color: #fff;
  border: 0px solid #08A36B;
  color: #08A36B;
}
.nav-list-01 .mypage {
  padding: 0px;
  border: 0px solid #08A36B;
  color: #08A36B;
}
.nav-list-01 .mypage::before {
  display: none;
}

.nav-list-02 {
  margin-top: 0px;
}
.nav-list-02 .nav-item {
  padding: 10px 0px;
}
.nav-list-02 .nav-item:last-child {
  padding-bottom: 15px;
}

.js-dropdown-menu{
  display: none;
}
.panel-inner .panel_item a {
  color: #3E3E3E;
}
.panel-inner {
  flex-wrap: wrap;
}
.panel-inner .panel_item {
  position: relative;
  margin: 0px 15px;
  width: 100%;
  padding: 15px 15px;
  text-align: left;
  border-top: 1px solid #3E3E3E;
  font-size: 14px;
}
.panel-inner .panel_item:first-child{
  margin: 10px 15px 0px;
}
.panel-inner .panel_item::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 7px;
  height: 11px;
  background: url(../img/icon_arrow_gr.png) no-repeat;
  background-size: contain;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto 0px;
}

.under_menu .under_list{
  position: relative;
  justify-content: space-between;
}

.apply_list {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 45px;
  background-color: #fff;
  padding: 5px 0px;
  text-align: center;
}
.apply_list_sp {
  display: flex;
  justify-content: center;
}
.under_list .syutten_c{
  border-right: 1px solid #08A36B;
  width: 40%;
}
.under_list .raijyo_c{
  width: 40%;
}

.under_list .apply {
  padding: 0px 15px;
  background-color: #fff;
  color: #08A36B;
  line-height: 2.2;
  margin-left: 20px;
}
.under_list .contact {
  padding: 8px 0px 8px;
  border-right: 0px solid #fff;
}

.header.HeightMin .header_content {
  width: auto;
  padding: 10px 20px;
  align-items: center;
}

.header_content, #header_sub.header .header_content{
  padding: 10px 20px;
  align-items: center;
}

}

/*フッター*/
footer {
  margin: 0px auto;
  padding: 35px 0px 110px;
  background-color: #fff;
}
footer .footer_content{
  display: flex;
  justify-content: space-between;
  max-width: 910px;
  margin: 0px auto 50px;
  padding: 0px 30px;
}
.footer_content .f_logo{
  width: 353px;
  height: auto;
  display: flex;
    align-items: end;
}
.footer_content .f_list{
  width: 50%;
  text-align: right;
}
.footer_content .f_list a{
  color: #3E3E3E;
  font-weight: bold;
}
.footer_content .f_list h3{
  font-size: 22px;
}
.footer_content .f_list_sub{
  display: flex;
  justify-content: space-between;
}

footer .cr{
  text-align: center;
}
/*フッター*/


@media only screen and (max-width: 768px) {
.pc{
    display: none !important;
}
.sp{
    display: block !important;
}
h3 {
    font-size: 20px;
}

.header .h_logo,.header.HeightMin .h_logo,#header_sub.header .h_logo {
  width: 50%;
}

footer .footer_content {
  flex-wrap: wrap;
  justify-content: center;
}
.footer_content .f_logo {
  width: 80%;
  height: auto;
  margin-bottom: 30px;
}
.footer_content .f_list {
  width: 100%;
  text-align: center;
}
footer .cr {
  text-align: center;
  margin: 0px auto;
}

.sub_content {
  margin: 130px auto 140px;
}

}

@media only screen and (max-width: 500px) {
.header .h_logo,.header.HeightMin .h_logo,#header_sub.header .h_logo {
  width: 50%;
}
.header_content a{
	font-size: 16px;
}
}
/* メニュー */


.mainVisual {
    max-width: 1200px;
    margin: 0 auto;
}

.swiper-pointer-events {
    touch-action: pan-y;
    background-color: #FFF;
}

/* header_bottom */
.header_bottom {
    text-align: center;
}
.header_bottom .header_bottom_link {
    width: 100%;
    background-color: #08A36B;
    padding: 10px 0;
}
.header_bottom .header_bottom_link a {
    display: inline-flex;
    color: #FFF;
    font-size: 18px;
    align-items: center;
}
.header_bottom .header_bottom_link a img {
    width: 20px;
    margin-right: 15px;
    height: 20px;
}

.semi_tab {

}
.semi_tab .time {

}
.semi_tab .checkTitle {
  margin-bottom: 20px
}
.semi_tab span.semi_tit {
  font-size: 18px;
  font-weight: bold;
}
.semi_tab span.nameTitle {
  font-weight: bold;
  font-size: 16px;
}
.semi_tab span.seminar {

}
.semi_tab td.check-wrap {
    padding: 25px 30px 10px;
    background-color: #FFF;
    margin: 10px 0;
    display: block;
}
.semi_tab td.check-wrap.mt-00 {
  margin: 10px 0 0 0;
}
.semi_tab td.check-wrap.m-00 {
  margin: 0;
}
.semi_tab span.bold {
    font-size: 14px;
    font-weight: bold;
}

.BoxField {
  position: relative;
      max-width: 910px;
      padding: 50px 45px 35px;
      margin: 60px auto 0px;
      background-color: #fff;
      border-radius: 10px;
      color: #000;
      box-sizing: border-box;
}


/*ContactForm7カスタマイズ*/

.BoxField{
  border-spacing: 0px 15px;
  width: 100%;
}

.BoxField input[type="text"],
.BoxField input[type="email"],
.BoxField input[type="tel"],
.BoxField textarea {
  box-sizing: border-box;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #707070;
  padding: 6px 20px;
}
::placeholder{
    font-size: 14px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.6;
}
::-webkit-input-placeholder{
    font-size: 14px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.6;
}
:-moz-placeholder {
    font-size: 14px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.6;
}


.BoxField input[type="radio"] + span{
  position: relative;
  padding-left: 30px;
}
.BoxField input[type="radio"] + span::before {
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  border: 1px solid #707070;
  border-radius: 50%;
  margin-right: .5rem;
}
.BoxField input[type="radio"]:checked + span::before {
  background-image: url("../img/radio.svg");
  background-repeat: no-repeat;
}

.BoxField select{
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #707070;
  padding: 6px 20px;
  background-color: #fff;
}

.BoxField .CF7_checkbox label, .BoxField .CF7_radio label{
  white-space: nowrap;
  margin-right: 20px;
  line-height: 2.5;
}
.BoxField .CF7_checkbox .wpcf7-free-text{
  margin-top: 15px;
}

.BoxField ::placeholder {
  color:#797979;
}
.form-flex {
  display: flex;
  margin-bottom: 15px;
}
.itemNameFlex {
  width: 80%;
}
.form-flex .itemNameFlex .itemName {
  width: 100%;
  margin-top: 15px;
}
.form-flex .itemTitle {
  width: 20%;
}
.form-flex .itemName {
    width: 80%;
}
.itemTitle span.spdb {
  display: block;
}

.BoxField input[type="submit"] {
    width: 20%;
    color: #fff;
    display: inline-block;
    padding: 15px 0px;
    text-align: center;
    background-color: #FF7B0D;
    border: 1px solid #FF7B0D;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.BoxField .btn-wrapper {
  margin: 30px 0;
  text-align: center;
}

.BoxField tr:nth-child(even) {
  margin-bottom: 50px;
  display: block;
}
.seminarTitle {
  margin-bottom: 50px;
}

span.must {
    font-size: 10px;
    padding: 5px;
    margin-left: 5px;
    background-color: #CC0000;
    color: #FFF;
    border-radius: 6px;
}

@media only screen and (max-width: 768px) {
  .form-flex {
      display: block;
      margin-bottom: 15px;
  }
  .form-flex .itemTitle {
      width: 100%;
      margin-bottom: 10px;
  }
  .BoxField {
        padding: 30px 15px;
  }
  .form-flex .itemName {
    width: 100%;
  }
  .semi_tab td.check-wrap {
    padding: 25px 15px;
  }
}
