@charset "utf-8";

/* ==========================================================================================
768px 以下の指定 印刷除く
========================================================================================== */

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

img {
  max-width: 100%;
  height: auto;
}


/* 1.5倍に拡大表示 */

input[type="radio"], input[type="chexkbox"], input[type="checkbox"] {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}


/* 大枠 */

#basebg {
  min-width: auto;
  background-color: #FFF;
}

.main {
  padding: 0 0 0 0;
  padding: 0 20px 50px 20px;
}

#base {
  overflow-y: scroll;
}

.wrap {
  padding: 0;
  text-align: left;
}

.main_inner {
  padding: 0 20px;
}

.wrap {
  padding: 0 20px;
}

/* ===============================================
ヘッダー
================================================= */
#header_logo img {
  width: 150px;
}

#header_logo {
  text-align: center;
  padding: 0 50px;
  margin: 0;
}
/* メニューボタン */

#toggle01 {
  background-color: #264b24;
}
.menu-trigger.menu_btn02 {
  padding-top: 5px;
}

.menu-trigger.menu_btn01 {
  padding-top: 5px;
}

.menu_btn01_text {
  color: #fff;
}
.button_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5px;
  font-size: 1.0rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 56px;
  min-height: 56px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu_btn_wp {
  position: absolute;
  top: 10px;
  right: 10px;
}

.sp_headin {
  padding: 10px;
  position: relative;
}
span.menu-trigger.head_menu_btn01 {
  padding-top: 5px;
}
ul.smph_gnavi li {
  border-bottom: 1px solid #e8e8e8;
  padding: 0;
}

ul.smph_gnavi li:first-of-type {
  border-top: 1px solid #e8e8e8;
}
ul.smph_gnavi li:last-of-type a {
  border-radius: 0 0 12px 12px;
}

ul.smph_gnavi li a {
  color: #000;
  text-decoration: none;
  padding: 14px 22px 14px 15px;
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
}

ul.smph_gnavi li a::after {
  position: absolute;
  top: 24px;
  right: 15px;
  display: block;
  content: ' ';
  width: 8px;
  height: 8px;
  border-top: 2px solid #264b24;
  border-right: 2px solid #264b24;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.smph_gnavi {
  padding: 10px;
    list-style-type: none;
    list-style-image: none;
}
/* テーブル */
.profile table tr:first-child th ,
.price table tr:first-child th  {
  border-top: 1px solid #CCCCCC;
}
.profile table th,
.profile table td,
.price table th,
.price table td {
  display: block;
  width: 100%;
}
.profile table th,
.price table th {
  background-color: #EEF8F7;
}
/* プロフィールページ */
.profile_con {
  display: flex;
  flex-direction: column-reverse;
}

/* 広告 */
.kyousan_con {
  flex-direction: column;
}

.kyousan_con li {
  width: 100%;
}
/* ===============================================
フッター
================================================= */
.footer_logo {
  text-align: center;
}

.footer_in {
  padding: 10px 20px;
}