@charset "utf-8";

/* ==============================================================*
769px 以上の指定 印刷含む
================================================================ */


/* ===============================================
  基本設定
================================================= */

.pc-none {
  display: none !important;
}

/* =====================
header
===================== */
.logo {
  text-align: center;
  padding: 8px 0;
}

/* メガドロップ */

.gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  position: relative;
}
.gnavi>li {
  width: calc(100% / 4);
  font-size: 1.7rem;
  padding: 0;
  position: static;
  text-align: center;
  position: relative;
}
.gnavi_wp {
  border-bottom: 1px solid #43843f;
  border-top: 1px solid #43843f;
  padding: 0 30px;

}

.gnavi li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  position: static;
  padding: 10px 10px 14px 10px;
  height: 100%;
  position: relative;
  font-weight: bold;
  color: #000000;
  font-size: 1.7rem;
}
.gnavi>li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* hoverエフェクト */

.gnavi>li>a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #43843f;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.gnavi>li>a.open::before, .gnavi>li>a.active::before, .gnavi>li>a:hover::before, .gnavi>li>a:focus::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* コンテンツ */
.main {
  padding: 0 80px 100px 80px;
}


/* ===============================================
topページ
================================================= */

.top_con {
  display: flex;
  align-items: center;
}

.top_con02 {
  padding-left: 30px;
}
/* ===============================================
プロフィールページ
================================================= */
.profile_con_r img {
  width: 350px;
  height: auto;
}

.profile_con {
  display: flex;
  justify-content: space-between;
}

.profile_con_r {
  margin: 3em 0 2em 2.2em;
  width: 350px;
}

/* ===============================================
料金表ページ
================================================= */

  .price table th {
    width: 26em;
}
.price_con01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.price_con01_r {
  width: 300px;
}

.price_con01_r img {
  width: 300px;
}

.price_con01_l {
  flex-shrink: 0;
}
/* ===============================================
フッター
================================================= */
.footer_in {
  padding: 20px 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer_box2 {
  width: 20em;
  padding-left: 25px;
}

ul.fotter_li {
  padding-top: .85em;
  padding-right: .85em;
  padding-left: .95em;
}