@charset "utf-8";
/* ===============================================
# common
=============================================== */
*{
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;} /* 10px */

/*略*/
.one  {
  z-index: 9999;
  left: 0;
  top: 0;
}
.two {
  z-index: 200;
  left: 20px;
  top: 20px;
}
.three {
  z-index: 100;
  left: 40px;
  top: 40px;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
body{
  padding: 0;
  word-wrap : break-word;
  overflow-wrap : break-word;
  color: #000;
  background-color: #fff;
  font-size:18px;
  font-size:1.8rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-animation: PageIn 1.3s ease 0s 1 normal;
  animation: PageIn 1.3s ease 0s 1 normal;
  line-height: 1.875;
  -webkit-text-size-adjust: 100%;
}
@keyframes PageIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-webkit-keyframes PageIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.wrapper{
  position: relative;
  width: 100%;
  overflow: hidden;
}
main{
  display: block;
	background-color:  #cedfbf;
        color: #2e8b57;
}

nav_main .inner{
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 60px 0 30px;
	font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.59;
	
}

.inner{
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 60px 0 30px;
	font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.59;
	
}

.inner_m30{
  position: relative;
  max-width: 100%;
  margin: 60px auto 40px;
  padding: 0 60px 0 30px;
}
p{font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.59;}
a,
a:visited{
  text-decoration: none;
  color: #2e8b58;
}
a[href=""] {
  pointer-events: none;
}
img{
  max-width: 100%;
  vertical-align: bottom;
}
img[src*=".svg"] {
  width: 100%;
}
.for_pc{
  display: block;
}
.for_sp{
  display: none;
}
span.for_pc,
br.for_pc,
img.for_pc{
  display: inline;
}
span.for_sp,
br.for_sp,
img.for_sp{
  display: none;
}
.clear{
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.flex{
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
 justify-content: center;
}

.flex_sp{
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
 justify-content: center;
}
button {
  border: none;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
button:focus {
  outline: none;
}
@media print,screen and (min-width :769px){
  .tellink{
    pointer-events: none;
  }
  .flex_pc{
    display: -webkit-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (max-width :768px){
  body{
    font-size:13px;
    font-size:1.3rem;
    line-height: 1.538;
  }
	nav_main .inner{
    max-width: 86.7%;
    padding: 10px;
  }
  .inner{
    max-width: 86.7%;
    padding: 0;
  }
  img{
    width: 100%;
    height: auto;
  }
  .for_pc{
    display: none;
  }
  .for_sp{
    display: block;
  }
  span.for_pc,
  br.for_pc,
  img.for_pc{
    display: none;
  }
  span.for_sp,
  br.for_sp,
  img.for_sp{
    display: inline;
  }
}

/*
 マウスオーバー
----------------------------------------------------------- */
.ov{
  display:block;
}
.over{
  display:block;
}
@media screen and (min-width : 769px){
  .ov,
  .over{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
  }
  .ov:hover{
    opacity: .6;
    text-decoration: none;
  }
}
/*
  swiper設定
----------------------------------------------------------- */
.swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  outline: none;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #6ba539 !important;
}
/* ===============================================
# ヘッダー
=============================================== */




/*PC
------------------------------------------------------*/
header.for_pc {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
header.for_pc .inner {
  z-index: 11;
}
header.for_pc.absolute {
  position: absolute;
}
header.for_pc .inner {
  width: 100%;
  max-width: 100%;
  padding: 0;
  background-color: #fff;
}
header.for_pc .top_header {
  -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
  border-bottom: 1px solid #b7b7b7;
  padding-left: 30px;
  position: relative;
}
header.for_pc .top_header .list_for {
  width: 885px;
  max-width: 68%;
}
header.for_pc .top_header .list_for>li {
  -webkit-box-flex:1;
	-ms-flex:1 1 auto;
  flex: 1 1 auto;
  height: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.25;
}
header.for_pc .top_header .list_for>li a {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header.for_pc .top_header .list_for>li a .txt {
  display: block;
  width: 100%;
  padding: 0 5px;
  text-align: center;
  border-right: 1px solid #b7b7b7;
}
header.for_pc .top_header .list_for>li:last-child a .txt {
  border-right: none;
}
header.for_pc .top_header .list_info {
  width: 415px;
  max-width: 32%;
  min-width: 245px;
}
header.for_pc .top_header .list_info>li {
  position: relative;
}
header.for_pc .top_header .list_info>li a {
  width: 100%;
  height: 100%;
  padding: 17px 0 13px;
  background-color: #f6f6f6;
  border-left: 1px solid #b7b7b7;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.25;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
header.for_pc .top_header .list_info>li a .txt {
  display: inline-block;
  position: relative;
  padding-left: 29px;
  padding-right: 5px;
}
header.for_pc .top_header .list_info>li a .txt::before {
  content: "";
  display: block;
  position: absolute;
  height: 24px;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* 検索 */
header.for_pc .top_header .list_info>li.item_serch {
  -webkit-box-flex:0;
	-ms-flex:0 1 30.8%;
  flex: 0 1 30.8%;
  cursor: pointer;
}
header.for_pc .top_header .list_info>li.item_serch a .txt {
  padding-left: 26px;
}
header.for_pc .top_header .list_info>li.item_serch a .txt::before {
  width: 17px;
  background: url(../img/ico_serch.svg) no-repeat left top 1px;
  background-size: 100%;
}
/* アクセス */
header.for_pc .top_header .list_info>li.item_access {
  -webkit-box-flex:0;
	-ms-flex: 0 0 30.8%;
  flex: 0 0 30.8%;
}
header.for_pc .top_header .list_info>li.item_access a .txt {
  padding-left: 22px;
}
header.for_pc .top_header .list_info>li.item_access a .txt::before {
  width: 14px;
  background: url(../img/ico_access.svg) no-repeat left top 1px;
  background-size: 100%;
}
/* お問い合わせ */
header.for_pc .top_header .list_info>li.item_contact {
  -webkit-box-flex: 1;
	-ms-flex: 1 0 142px;
  flex: 1 0 142px;
}
header.for_pc .top_header .list_info>li.item_contact a .txt {
  padding-left: 27px;
}
header.for_pc .top_header .list_info>li.item_contact a .txt::before {
  width: 18px;
  background: url(../img/ico_contact.svg) no-repeat left center;
  background-size: 100%;
}
/* 検索ボックス */
header.for_pc .top_header .list_info>li.item_serch .mod_serch {
  width: 620px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  background-color: rgba(246, 246, 246, 0.95);
  z-index: 100;
  display: none;
}
header.for_pc .top_header .list_info>li.item_serch .mod_serch .inner_mod {
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  justify-content: space-between;
  padding: 16px 40px;
}
header.for_pc .top_header .list_info>li.item_serch .mod_serch .inner_mod .txt_mod {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33;
  font-weight: bold;
}
header.for_pc .top_header .list_info>li.item_serch .mod_serch .inner_mod .field_serch {
  width: 76.3%;
}
header.for_pc .top_header .list_info>li.item_serch .mod_serch .inner_mod .field_serch input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 71.8%;
  border: 1px solid #525252;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  background: none;
  background-color: #fff;
  padding: 5px 10px;
}
header.for_pc .top_header .list_info>li.item_serch .mod_serch .inner_mod .field_serch input:focus {
  outline: 0;
}
header.for_pc .top_header .list_info>li.item_serch .mod_serch .inner_mod .field_serch button {
  width: 14.1%;
  padding-top: 14.1%;
  background-color: #525252;
  border: 1px solid #525252;
  background: url(../_img/common/ico_serch_white.svg) no-repeat center center, #525252;
  background-size: 22px;
  cursor: pointer;
}
header.for_pc .top_header .list_info>li.item_serch .mod_serch .inner_mod .field_serch button:focus {
  outline: 0;
}
header.for_pc .top_header .list_info>li.item_serch .mod_serch .inner_mod .field_serch .btn_close {
  width: 14.1%;
  padding-top: 14.1%;
  border-left: 1px solid #b7b7b7;
  background-color: #525252;
  background: url(../_img/common/ico_close.svg) no-repeat center center, #525252;
  background-size: 20px;
  cursor: pointer;
}
header.for_pc .bottom_header {
  padding-left: 30px;
  position: relative;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  z-index: 1;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.for_pc .bottom_header .area_logo {
  padding: 15px 0 11px;
  margin-right: 20px;
  width: 321px;
  max-width: 25.7%;
}
header.for_pc .bottom_header .area_menu {
  width: 1080px;
  max-width: 64.3%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
header.for_pc .bottom_header .area_menu .list_main_menu {
  height: 100%;
  width: 960px;
  max-width: 77%;
  -ms-flex-pack: distribute;
	justify-content: space-around;
}
header.for_pc .bottom_header .area_menu .list_main_menu>li {
  height: 100%;
}
header.for_pc .bottom_header .area_menu .list_main_menu>li>a {
  width: 100%;
  height: 100%;
  padding: 20px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  position: relative;
}
header.for_pc .bottom_header .area_menu .list_main_menu .txt_main_menu {
  display: inline-block;
  position: relative;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.33;
  font-weight: bold;
}
header.for_pc .bottom_header .area_menu .list_main_menu>li.on>a::after,
header.for_pc .bottom_header .area_menu .list_main_menu>li.active>a::after{
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #6ba539;
}
header.for_pc .bottom_header .area_menu .list_main_menu .txt_main_menu::before {
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* 学校案内 */
header.for_pc .bottom_header .area_menu .list_main_menu>li.item_guide .txt_main_menu {
  padding-left: 36px;
}
header.for_pc .bottom_header .area_menu .list_main_menu>li.item_guide .txt_main_menu::before {
  width: 26px;
  background: url(../img/ico_guide.svg) no-repeat left center;
  background-size: 100%;
}
/* 学校生活 */
header.for_pc .bottom_header .area_menu .list_main_menu>li.item_school .txt_main_menu {
  padding-left: 34px;
}
header.for_pc .bottom_header .area_menu .list_main_menu>li.item_school .txt_main_menu::before {
  width: 24px;
  background: url(../img/ico_school.svg) no-repeat left center;
  background-size: 100%;
}
/* 教育内容 */
header.for_pc .bottom_header .area_menu .list_main_menu>li.item_education .txt_main_menu {
  padding-left: 46px;
}
header.for_pc .bottom_header .area_menu .list_main_menu>li.item_education .txt_main_menu::before {
  width: 36px;
  background: url(../img/ico_education.png) no-repeat left center;
  background-size: 100%;
}

/* 受験情報 */
header.for_pc .bottom_header .area_menu .list_main_menu>li.item_admission .txt_main_menu {
  padding-left: 26px;
}
header.for_pc .bottom_header .area_menu .list_main_menu>li.item_admission .txt_main_menu::before {
  width: 16px;
  background: url(../img/ico_admission.svg) no-repeat left center;
  background-size: 100%;
}
/* 特色 */
header.for_pc .bottom_header .area_menu .list_main_menu>li.item_feature .txt_main_menu {
  padding-left: 29px;
}
header.for_pc .bottom_header .area_menu .list_main_menu>li.item_feature .txt_main_menu::before {
  width: 19px;
  background: url(../img/ico_feature.svg) no-repeat left center;
  background-size: 100%;
}
/* facebook */
header.for_pc .bottom_header .area_menu .list_main_menu>li.item_fb .txt_main_menu {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 34px;
}
header.for_pc .bottom_header .area_menu .list_main_menu>li.item_fb .txt_main_menu::before {
  width: 24px;
  background: url(../img/ico_fb.svg) no-repeat left center;
  background-size: 100%;
}
/* サブメニュー */
header.for_pc .bottom_header .area_menu .sub_menu {
  display: none;
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background-color: rgba(246, 246, 246, 0.95);
  z-index: -1;
}
header.for_pc .bottom_header .area_menu .sub_menu .inner_submenu {
  width: 1360px;
  max-width: 100%;
  padding: 35px 30px 30px;
  margin: 0 auto;
}
header.for_pc .bottom_header .area_menu .sub_menu .box_img {
  width: 35%;
}
header.for_pc .bottom_header .area_menu .sub_menu .box_img .img {
  position: relative;
  width: 100%;
  padding-top: 52.7%;
  border-radius: 10px;
  overflow: hidden;
}
header.for_pc .bottom_header .area_menu .sub_menu .box_img .img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header.for_pc .bottom_header .area_menu .sub_menu .box_nav {
  width: 60.8%;
  margin-left: 4.2%;
}
header.for_pc .bottom_header .area_menu .sub_menu .box_nav h4 {
  width: 31.8%;
  padding: 0 30px 0 0;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
/*  background: url(../_img/common/ico_arrow.svg) no-repeat right 10px center;*/
  background-size: 18px;
  margin-top: 20px;
}
header.for_pc .bottom_header .area_menu .sub_menu .box_nav .list_nav {
  width: 100%;
  margin-top: 16px;
}
header.for_pc .bottom_header .area_menu .sub_menu .box_nav .list_nav>li {
/*  width: 31.8%;*/
}
header.for_pc .bottom_header .area_menu .sub_menu .box_nav .list_nav>li a {
  display: block;
  padding: 10px 25px 10px 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.38;
  border-top: 1px solid #cbcbcb;
  background: url(../_img/common/ico_arrow.svg) no-repeat right 10px center;
  background-size: 13px;
}
header.for_pc .bottom_header .area_menu .sub_menu .box_nav .list_nav>li a:nth-child(3n) {
  border-bottom: 1px solid #cbcbcb;
}
header.for_pc .bottom_header .area_menu .sub_menu .box_nav .list_nav>li a:last-child {
  border-bottom: 1px solid #cbcbcb;
}
header.for_pc .bottom_header .area_menu .sub_menu .box_nav .list_nav>li:nth-child(n+2) {
  margin-left: 2.3%;
}
header.for_pc .bottom_header .area_menu .suport_menu {
  position: relative;
  width: 215px;
  max-width: 23%;
  padding: 10px 0;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header.for_pc .bottom_header .area_menu .suport_menu .txt_suport{
  width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  border-left: 1px solid #000;
}
header.for_pc .bottom_header .area_menu .suport_menu .txt_suport .ico_suport {
  display: block;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 5px;
}
header.for_pc .bottom_header .area_menu .suport_menu .ico_suport::before {
  content: "";
  display: block;
  width: 20px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/ico_suport.svg) no-repeat left center;
  background-size: 100%;
}
header.for_pc .area_side {
  width: 60px;
  position: fixed;
  right: 0;
  z-index: 10;
}
header.for_pc.absolute .area_side {
  position: absolute;
}
header.for_pc .area_side .list_materials>li {
  height: 120px;
  background-color: #8ec63f;
}
header.for_pc .area_side .list_materials>li.item_pamph {
  height: 140px;
  background-color: #6ba539;
}
header.for_pc .area_side .list_materials>li>a {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header.for_pc .area_side .list_materials>li .txt_materials {
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
}
header.for_pc .area_side .list_materials>li .txt_materials::before {
  position: absolute;
  content: "";
  height: 26px;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* 資料請求 */
header.for_pc .area_side .list_materials>li.item_mail .txt_materials {
  padding-top: 34px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
header.for_pc .area_side .list_materials>li.item_mail .txt_materials::before {
  width: 28px;
  background: url(../img/ico_mail_white.svg) no-repeat center top;
  background-size: 100%;
}
/* デジタルパンフレット */
header.for_pc .area_side .list_materials>li.item_pamph .txt_materials {
  padding-top: 33px;
}
header.for_pc .area_side .list_materials>li.item_pamph .txt_materials::before {
  width: 26px;
  background: url(../img/ico_book_white.svg) no-repeat center top;
  background-size: 100%;
}
header.for_pc .area_side .list_class {
/*  margin-top: 10px;*/
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #fff;
}
header.for_pc .area_side .list_class>li{
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
header.for_pc .area_side .list_class>li .txt_class {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
  padding: 17px 0 17px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
header.for_pc .area_side .list_class>li:nth-child(n+2) .txt_class {
  border-top: 1px solid #d1d1d1;
}
@media screen and (min-width :769px){
  header.for_pc .top_header .list_for>li a:hover::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    background-color: #6ba539;
  }
  header.for_pc .top_header .list_info>li a:hover,
  header.for_pc .top_header .list_info>li.item_serch.on a {
    color: #fff;
    background-color: #6ba539;
  }
  /* 検索 */
  header.for_pc .top_header .list_info>li.item_serch a:hover .txt::before ,
  header.for_pc .top_header .list_info>li.item_serch.on a .txt::before {
    background: url(../img/ico_serch_white.svg) no-repeat left center;
    background-size: 100%;
  }
  /* アクセス */
  header.for_pc .top_header .list_info>li.item_access a:hover .txt::before {
    background: url(../img/ico_access_white.svg) no-repeat left center;
    background-size: 100%;
  }
  /* お問い合わせ */
  header.for_pc .top_header .list_info>li.item_contact a:hover .txt::before {
    background: url(../img/ico_contact_white.svg) no-repeat left center;
    background-size: 100%;
  }
  header.for_pc .bottom_header .area_menu .suport_menu:hover::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    background-color: #6ba539;
  }
	

}
@media screen and (max-width :1024px){
  header.for_pc .top_header {
    padding-left: 2.93%;
}
  header.for_pc .top_header .list_for>li {
    font-size: 1.46vw;
  }
  header.for_pc .top_header .list_info>li a {
    font-size: 1.46vw;
  }
  /* 検索 */
  header.for_pc .top_header .list_info>li.item_serch {
    -webkit-box-flex:0;
  	-ms-flex:0 1 22.5%;
    flex: 0 1 22.5%;
  }
  header.for_pc .top_header .list_info>li.item_serch a .txt {
    padding-left: 21px;
  }
  header.for_pc .top_header .list_info>li.item_serch a .txt::before {
    width: 11px;
    background: url(../img/ico_serch.svg) no-repeat left center;
    background-size: 100%;
  }
  /* アクセス */
  header.for_pc .top_header .list_info>li.item_access {
    -webkit-box-flex:0;
  	-ms-flex: 1 1 30.9%;
    flex: 1 1 30.9%;
  }
  header.for_pc .top_header .list_info>li.item_access a .txt {
    padding-left: 19px;
  }
  header.for_pc .top_header .list_info>li.item_access a .txt::before {
    width: 11px;
    background: url(../img/ico_access.svg) no-repeat left center;
    background-size: 100%;
  }
  /* お問い合わせ */
  header.for_pc .top_header .list_info>li.item_contact {
    -webkit-box-flex: 1;
  	-ms-flex: 1 1 30.9%;
    flex: 1 1 46.6%;
  }
  header.for_pc .top_header .list_info>li.item_contact a .txt {
    padding-left: 22px;
  }
  header.for_pc .top_header .list_info>li.item_contact a .txt::before {
    width: 15px;
    background: url(../img/ico_contact.svg) no-repeat left center;
    background-size: 100%;
  }
  /* 検索ボックス */
  header.for_pc .top_header .list_info>li.item_serch .mod_serch {
    width: 54.6vw;
  }
  header.for_pc .top_header .list_info>li.item_serch .mod_serch .inner_mod {
    padding: 2.6% 7.4%;
  }
  header.for_pc .top_header .list_info>li.item_serch .mod_serch .inner_mod .txt_mod {
    font-size: 1.66vw;
  }
  header.for_pc .bottom_header {
    padding-left: 2.93%;
  }
  header.for_pc .bottom_header .area_logo {
    margin-right: 10px;
  }
  header.for_pc .bottom_header .area_menu .list_main_menu {
    margin-right: 3px;
  }
  header.for_pc .bottom_header .area_menu .list_main_menu .txt_main_menu {
    font-size: 1.46vw;
  }
  /* 学校案内 */
  header.for_pc .bottom_header .area_menu .list_main_menu>li.item_guide .txt_main_menu {
    padding-left: 26px;
  }
  header.for_pc .bottom_header .area_menu .list_main_menu>li.item_guide .txt_main_menu::before {
    width: 21px;
    background: url(../img/ico_guide.svg) no-repeat left center;
    background-size: 100%;
  }
  /* 学校生活 */
  header.for_pc .bottom_header .area_menu .list_main_menu>li.item_school .txt_main_menu {
    padding-left: 26px;
  }
  header.for_pc .bottom_header .area_menu .list_main_menu>li.item_school .txt_main_menu::before {
    width: 21px;
  }
  /* 受験情報 */
  header.for_pc .bottom_header .area_menu .list_main_menu>li.item_admission .txt_main_menu {
    padding-left: 18px;
  }
  header.for_pc .bottom_header .area_menu .list_main_menu>li.item_admission .txt_main_menu::before {
    width: 13px;
  }
  /* 特色 */
  header.for_pc .bottom_header .area_menu .list_main_menu>li.item_feature .txt_main_menu {
    padding-left: 17px;
  }
  header.for_pc .bottom_header .area_menu .list_main_menu>li.item_feature .txt_main_menu::before {
    width: 12px;
  }
  /* facebook */
  header.for_pc .bottom_header .area_menu .list_main_menu>li.item_fb .txt_main_menu {
    font-size: 1.46vw;
    padding-left: 24px;
  }
  header.for_pc .bottom_header .area_menu .list_main_menu>li.item_fb .txt_main_menu::before {
    width: 19px;
  }
  header.for_pc .bottom_header .area_menu .sub_menu .box_nav h4 {
    font-size: 1.95vw;
  }
  header.for_pc .bottom_header .area_menu .sub_menu .box_nav .list_nav>li a {
    font-size: 1.46vw;
  }
  header.for_pc .bottom_header .area_menu .suport_menu .txt_suport .ico_suport {
    font-size: 1.46vw;
    padding-left: 27px;
    padding-right: 0;
  }
  header.for_pc .bottom_header .area_menu .suport_menu .txt_suport .ico_suport::before {
    width: 16px;
  }
  header.for_pc .area_side {
    width: 5.86%;
}
  header.for_pc .area_side .list_materials>li .txt_materials {
    font-size: 1.46vw;
  }
  header.for_pc .area_side .list_class>li .txt_class {
    font-size: 1.56vw;
  }
}
@media print{
  header.for_pc {
    position: absolute;
  }
  header.for_pc .area_side {
    position: absolute;
  }
}
/*スマホ
------------------------------------------------------*/
header.for_sp {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
header.for_sp .top_header {
  background-color: #fff;
}
header.for_sp .top_header .inner{
  max-width: 100%;
}
header.for_sp .top_header .box_top {
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-left: 2.7%;
}
header.for_sp .top_header .box_top h1 {
  width: 230px;
  padding-right: 5px;
  max-width: 61.3%;
	line-height: 1.3;
	padding-bottom: 3px;
	font-size: 9px;
}
header.for_sp .top_header .box_top .item_right {
  width: 38.7%;
  -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header.for_sp .top_header .box_top .item_right .item_access {
  width: 70px;
  max-width: 48.2%;
  text-align: center;
}
header.for_sp .top_header .box_top .item_right .item_access .ico{
  width: 15px;
}
header.for_sp .top_header .box_top .item_right .item_access .txt {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}
header.for_sp .top_header .box_top .item_right .btn_menu {
  width: 75px;
  max-width: 51.8%;
  height: 75px;
  background: url(../_img/common/ico_menu.svg) no-repeat center center, #6ba539;
  background-size: 35px;
}
header.for_sp.open .top_header .box_top .item_right .btn_menu {
  background: url(../_img/common/ico_close.svg) no-repeat center center, #6ba539;
  background-size: 26px;
}
header.for_sp .menu_header {
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
  height: auto;
  height: calc(100vh - 76px);
  overflow-y: auto
}
header.for_sp .menu_header .nav_for {
  padding-top: 18px;
  width: 100%;
}
header.for_sp .menu_header .nav_for .list_for {
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* android */
.android header.for_sp .menu_header .nav_for .list_for {
  display: block;
  border-top: 1px solid #bbb;
  border-left: none;
}
.android header.for_sp .menu_header .nav_for .list_for>li {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #bbb;
}
header.for_sp .menu_header .nav_for .list_for>li {
  width: 50%;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
header.for_sp .menu_header .nav_for .list_for>li a {
  display: block;
  padding: 14px 2px 12px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}
header.for_sp .menu_header .inner.class {
  max-width: 100%;
  padding-top: 20px;
}
header.for_sp .menu_header .inner.class .list_class>li {
  -webkit-box-flex:1;
	-ms-flex:1 1 33%;
	flex:1 1 33%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.65;
  font-weight: bold;
  height: 60px;
}
header.for_sp .menu_header .inner.class .list_class>li>a {
  width: 100%;
  height: 100%;
  padding-top: 3px;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
header.for_sp .menu_header .inner.class .list_class>li>a.hs {
  border-top: 2px solid #005baa;
  border-bottom: 2px solid #005baa;
}
header.for_sp .menu_header .inner.class .list_class>li>a.js {
  border-top: 2px solid #6ba539;
  border-bottom: 2px solid #6ba539;
}
header.for_sp .menu_header .inner.class .list_class>li>a.teiji {
  border-top: 2px solid #008fcb;
  border-bottom: 2px solid #008fcb;
}
header.for_sp .menu_header .inner.class .list_class>li:nth-child(n+2)>a {
  border-left: 1px solid #000;
}
header.for_sp .menu_header .nav_main .list_main_menu {
  margin-top: 20px;
  width: 100%;
}
header.for_sp .menu_header .nav_main .list_main_menu h4 {
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  background: url(../_img/common/ico_arrow.svg) no-repeat right 15px center;
  background-size: 18px;

  padding: 14px 0 11px;
  margin-bottom: 0;
}
header.for_sp .menu_header .nav_main .list_main_menu>li:first-child h4 {
/*  border-top:1px solid #000;*/
}
header.for_sp .menu_header .nav_main .list_main_menu h4.js-acd {
  background: url(../_img/common/ico_plus.svg) no-repeat right 15px center;
  background-size: 18px;
}
header.for_sp .menu_header .nav_main .list_main_menu h4.js-acd.open {
  background: url(../_img/common/ico_minus.svg) no-repeat right 15px center;
  background-size: 18px;
}
header.for_sp .menu_header .nav_main .list_main_menu .list_sub_menu {
  
  display: none;
}
header.for_sp .menu_header .nav_main .list_main_menu .list_sub_menu>li>a {
  display: block;
  font-weight: bold;
  width: 98%;
  width: calc(100% - 25px);
  margin-left: 25px;
  background: url(../_img/common/ico_arrow.svg) no-repeat right 15px center;
  background-size: 15px;

  padding: 11px 0 9px;
}
header.for_sp .menu_header .nav_main .list_main_menu .list_sub_menu>li:last-child a {
  border-bottom: none;
}
header.for_sp .menu_header .box_btn {
  margin-top: 3px;
}
.for_sp .menu_header box_btn flex .box_btn {
  margin-top: 1px;
}
header.for_sp .menu_header .box_btn>a {
  width: 90%;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.07;
  padding: 12px 5px;
}
header.for_sp .menu_header .box_btn>a .txt_btn {
  padding-left: 38px;
  position: relative;
}
header.for_sp .menu_header .box_btn>a .txt_btn::before {
  content: "";
  display: block;
  height: 29px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
header.for_sp .menu_header .box_btn>a.ico_mail {
  background-color: #8ec63f;
}
header.for_sp .menu_header .box_btn>a.ico_mail .txt_btn {
  padding-left: 38px;
}
header.for_sp .menu_header .box_btn>a.ico_mail .txt_btn::before {
  width: 38px;
  background: url(../_img/common/ico_mail_white.svg) no-repeat left center;
  background-size: 28px;
}
header.for_sp .menu_header .box_btn>a.ico_pamph {
  background-color: #6ba539;
}
header.for_sp .menu_header .box_btn>a.ico_pamph .txt_btn {
  padding-left: 36px;
}
header.for_sp .menu_header .box_btn>a.ico_pamph .txt_btn::before {
  width: 36px;
  background: url(../_img/common/ico_book_white.svg) no-repeat left center;
  background-size: 26px;
}
header.for_sp .menu_header .box_contact {
  margin-top: 15px;
}
header.for_sp .menu_header .box_contact a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  border: 1px solid #c9c9c9;
  text-align: center;
  padding: 7px 5px 5px;
}
header.for_sp .menu_header .box_contact a .txt_btn {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
header.for_sp .menu_header .box_contact a .txt_btn::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../_img/common/ico_contact.svg) no-repeat left center;
  background-size: 15px;
}
header.for_sp .menu_header .box_contact a .txt_btn.fb::before {
  background: url(../_img/common/ico_fb.svg) no-repeat left center;
  background-size: 15px;
}
header.for_sp .area_serch {
  margin-top: 15px;
  max-width: 100%;
  background-color: #cdcdcd;
  margin-bottom: 70px;
}
header.for_sp .area_serch .inner_serch {
  max-width: 86.7%;
  margin: 0 auto;
  padding: 15px 0 15px;
}
header.for_sp .area_serch .inner_serch .box_serch input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 73.5%;
  border: 1px solid #cdcdcd;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  background: none;
  background-color: #fff;
  padding: 5px 10px;
}
header.for_sp .area_serch .inner_serch .box_serch input:focus {
  outline: none;
}
header.for_sp .area_serch .inner_serch .box_serch button {
  width: 26.5%;
  background-color: #fff;
  border-style: none;
  border: 1px solid #cdcdcd;
  border-left: none;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 5px 10px;
}
header.for_sp .area_serch .inner_serch .box_serch button span {
  position: relative;
  padding-left: 23px;
}
header.for_sp .area_serch .inner_serch .box_serch button span::before {
  content: "";
  display: block;
  width: 30px;
  height: 35px;
  background: url(../_img/common/ico_serch.svg) no-repeat left center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* android4 */
.android header.for_sp .menu_header {
  height: 1000px;
}
.android header.for_sp .menu_header .nav_for .list_for {
  display: block;
}
.android header.for_sp .top_header .box_top .item_right .item_access .ico{
  display: block;
  margin: 0 auto;
}
@media print{
  header.for_sp {
    position: absolute;
  }
}
/* ===============================================
# フッター
=============================================== */
footer {
  position: relative;
  background-color: #e8e8e8;
}
footer .btn_top {
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 99;
}
footer .btn_top>a {
  display: block;
  width:  60px;
  padding-top: 100%;
  background: url(../_img/common/ico_top.svg) no-repeat center center,#6ba539;
  background-size: 28px;
}
footer .inner {
  width: 1720px;
  padding-top: 35px;
  padding-bottom: 20px;
}
footer .area_top .area_info {
  -webkit-box-flex:0;
	-ms-flex:0 1 360px;
  flex: 0 1 360px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
footer .area_top .area_info .box_access {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.39;
}
footer .area_top .area_info .box_access h1{
  width: 225px;
}
footer .area_top .area_info .box_access .adress_item {
  display: inline-block;
  margin-top: 15px;
}
footer .area_top .area_info .box_access .adress_item span {
  display: block;
}
footer .area_top .area_info .box_access .access_item {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  margin-left: 14px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 10px;
}
footer .area_top .area_info .box_access .access_item::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../_img/common/ico_access.svg) no-repeat left center;
  background-size: 14px;
}
footer .area_top .area_info .box_access .tel_item {
  position: relative;
  margin-top: 10px;
  padding-left: 2.8em;
}
footer .area_top .area_info .box_access .tel_item::before {
/*  content:"TEL：";
  position: absolute;
  top: 0;
  left: 0;*/
}
footer .area_top .area_info .box_btn {
  margin-top: 15px;
}
footer .area_top .area_info .box_btn>p {
  width: 100%;
  min-height: 58px;
}
footer .area_top .area_info .box_btn a {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.07;
  padding: 12px 5px;
}
footer .area_top .area_info .box_btn a .txt_btn {
  display: block;
  padding-left: 38px;
  position: relative;
}
footer .area_top .area_info .box_btn a .txt_btn::before {
  content: "";
  display: block;
  height: 29px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
footer .area_top .area_info .box_btn a.ico_mail {
  background-color: #8ec63f;
}
footer .area_top .area_info .box_btn a.ico_mail .txt_btn {
  padding-left: 38px;
}
footer .area_top .area_info .box_btn a.ico_mail .txt_btn::before {
  width: 8px;
 /* background: url(../_img/common/ico_mail_white.svg) no-repeat left center;*/
  background-size: 28px;
}
footer .area_top .area_info .box_btn a.ico_pamph {
  background-color: #6ba539;
}
footer .area_top .area_info .box_btn a.ico_pamph .txt_btn {
/*  padding-left: 36px;*/
}
footer .area_top .area_info .box_btn a.ico_pamph .txt_btn::before {
  width: 36px;
 background: url(../_img/common/ico_book_white.svg) no-repeat left center;
  background-size: 26px;
}
footer .area_sitemap {
  margin-left: 4%;
  -webkit-box-flex:1;
	-ms-flex:1 0 550px;
  flex: 1 0 550px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .area_sitemap .box_sitemap {
  width: 146px;
  margin-right: 4%;
  margin-bottom: 30px;
}
footer .area_sitemap .box_sitemap.feature {
  width: 184px;
}
footer .area_sitemap .box_sitemap h4 {
  font-size: 155px;
  font-size: 1.5rem;
  line-height: 1.39;
  font-weight: bold;
  background: url(../_img/common/ico_arrow.svg) no-repeat right center;
  background-size: 18px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
footer .area_sitemap .box_sitemap .list_sitemap>li>a {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.39;
}
footer .area_sitemap .box_sitemap .list_sitemap>li:nth-child(n+2) {
  margin-top: 3px;
}
footer .area_sitemap .box_for .list_for {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
footer .area_sitemap .box_for .box_btn {
  margin-top: 15px;
}
footer .area_sitemap .box_for .box_btn .cmn_btn_r {
  width: 200px;
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
  background: none;
  border: 1px solid #000;
  border-radius: 19px;
  padding: 9px 10px 7px;
  margin-left: 0;
}
footer .copyright {
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width :1024px){
  footer .area_top {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
  }
  footer .area_top .area_info {
    margin-top: 20px;
    webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  footer .area_sitemap {
    margin-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
  }
  footer .area_sitemap .box_sitemap {
    width: 31%;
    margin-right: 3.5%;
  }
  footer .area_sitemap .box_sitemap.feature {
    width: 31%;
  }
  footer .area_sitemap .box_sitemap:nth-child(3n) {
    margin-right: 0;
  }
  footer .area_sitemap .box_for {
    width: 31%;
  }
}
@media screen and (max-width :768px){
  footer .inner {
    padding-top: 10px;
  }
  footer .btn_top{
    width:  55px;
    height: 55px;
    background: url(../_img/common/ico_top.svg) no-repeat center center,#6ba539;
    background-size: 25px;
  }
  footer .area_top {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
  }
  footer .area_top .area_info {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
  }
  footer .area_top .area_info .box_access {
    position: relative;
    padding-bottom: 7px;
  }
  footer .area_top .area_info .box_access h1 {
    width: 207px;
    max-width: 100%;
    margin-top: 25px;
  }
  footer .area_top .area_info .box_access .adress_item {
    display: block;
    margin-top: 13px;
  }
  footer .area_top .area_info .box_access .adress_item span {
    display: inline;
    padding-right: 0.5em;
  }
  footer .area_top .area_info .box_access .access_item {
    width: 100%;
    display: block;
    padding-left: 0;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  footer .area_top .area_info .box_access .access_item::before {
    content: none;
  }
  footer .area_top .area_info .box_access .access_item a{
    display: block;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    border: 1px solid #000;
    padding: 12px 0 11px;
  }
    footer .area_top .area_info .box_access .access_item a span{
      position: relative;
      padding-left: 20px;
    }
  footer .area_top .area_info .box_access .access_item a span::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../_img/common/ico_access.svg) no-repeat left center;
    background-size: 14px;
  }
  footer .area_top .area_info .box_access .tel_item {
    width: 105%;
    margin-top: 0;
  }
  footer .area_top .area_info .box_access .tel_item:before {
    top: 4px;
  }
  footer .area_top .area_info .box_access .tel_item .txt_big {
    font-size: 20px;
    font-size: 2.0rem;
    vertical-align: middle;
  }
  footer .area_top .area_info .box_access .tel_item .txt_middle {
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: middle;
  }
  footer .area_top .area_info .box_btn {
    margin-top: 27px;
}
footer .area_top .area_info .box_btn a {
  min-height: 55px;
}
  footer .area_sitemap {
    margin-left: 0;
  }
  footer .area_sitemap .box_sitemap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  footer .area_sitemap .box_sitemap.feature {
    width: 100%;
  }
  footer .area_sitemap .box_sitemap h4 {
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    background: url(../_img/common/ico_arrow.svg) no-repeat right 15px center;
    background-size: 18px;
    border-bottom: 1px solid #000;
    padding: 14px 0 12px;
    margin-bottom: 0;
  }
  footer .area_sitemap .box_sitemap h4.js-acd {
    background: url(../_img/common/ico_plus.svg) no-repeat right 15px center;
    background-size: 18px;
  }
  footer .area_sitemap .box_sitemap h4.js-acd>a {
    pointer-events: none;
  }
  footer .area_sitemap .box_sitemap h4.js-acd.open {
    background: url("../_img/common/ico_minus.svg") no-repeat right 15px center;
    background-size: 18px;
  }
  footer .area_sitemap .box_sitemap .list_sitemap {
    display: none;
    border-bottom: 1px solid #000;
  }
  footer .area_sitemap .box_sitemap .list_sitemap>li>a {
    font-weight: bold;
    width: 98%;
    width: calc(100% - 25px);
    margin-left: 25px;
    background: url(../_img/common/ico_arrow.svg) no-repeat right 15px center;
    background-size: 15px;
    border-bottom: 1px solid #000;
    padding: 11px 0 10px;
  }
  footer .area_sitemap .box_sitemap .list_sitemap>li:nth-child(n+2) {
    margin-top: 0;
  }
  footer .area_sitemap .box_sitemap .list_sitemap>li:last-child a {
    border-bottom: none;
  }
  footer .copyright {
    margin-top: 30px;
  }
  /* android4 */
  android footer .area_top {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
  }
  android footer .area_sitemap {
    display: block;
  }
  @media print{
    footer .btn_top {
      display: none;
    }
  }
}


header.for_pc .bottom_header .area_logo h1{font-size: 
9px;}


.example {
	font-size: 0.8em;
	vertical-align: top;
	color: #FF0004;
}




@media screen and (max-width: 768px) {
    img.d-img02 {
     
        height: auto;
        width: 50%;
    }
}





/*from THH */

.inner{
/*  width: 100%;
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;  
  position: relative;*/
}
a,
a:link,
a:visited{
  color: #528A00;  
}
a[href=""],a[href="#"] {
  pointer-events: none;
  text-decoration: none;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img[src*=".svg"] {
  width: 100%; 
}
button{
/*  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;  
  color: #000;
  font-size:17px;
  font-size:1.7rem; 
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
}
.for_pc{
  display: block;
}
.for_sp{
  display: none;
}
span.for_pc,
br.for_pc,
img.for_pc{
  display: inline;
}
span.for_sp,
br.for_sp,
img.for_sp{
  display: none;
}
.clear{
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.flex{
  display:-webkit-box;
  display:flex;
}
.flex_center{
  display:-webkit-box;
  display:flex;
  -webkit-box-align: center;
	align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}



.flex_sp{
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
	
	
}
legend[aria-hidden="true"]{
  display: none;
}
rt{
  font-size: 70%;
}

h1.logo {
    font-size: 9px;
}
@media print,screen and (min-width :835px){
  .flex_pc{
    display:-webkit-box;
    display:flex;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
	.flex_sp{
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
}
@media screen and (max-width :1024px){
 menu_header .inner{
  width:94.6%;
  }
}
@media screen and (max-width :834px){
  body{
    font-size:14px;
    font-size:1.4rem;  
  }
  img{
    width: 100%;
    height: auto;
  }
  .for_pc{
    display: none;
  }
  .for_sp{
    display: block;
  }
  span.for_pc,
  br.for_pc,
  img.for_pc{
    display: none;
  }
  span.for_sp,
  br.for_sp,
  img.for_sp{
    display: inline;
  }
}