@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
 スタイルシート初期設定
 node-sass style.scss ../css/style.css -w
 node-sass style.scss ../css/style.css --output-style compressed
 PHPサーバー起動
 php -S localhost:8000
-------------------------------------------------------------------------------------------------------*/
/*
0 <= SP <=414
415<= Tablet <= 1024
1025 <= PC
*/
.g_site_width {
  max-width: 1300px;
}
/* 
  html5doctor.com Reset Stylesheet
  v1.6.1
  Last Updated: 2010-09-17
  Author: Richard Clark - http://richclarkdesign.com 
  Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
/*リセットＣＳＳ読込*/
/*-------------------------------------------------------------------------------------------------------
 ユーティリティ関連　utility
-------------------------------------------------------------------------------------------------------*/
.test--grid div {
  padding: 1rem 0;
  border: #333 1px solid;
  text-align: center;
}
/* 使い回し用ユーティリティ mixin
-------------------------------------------------------------------------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.wrap {
  overflow: hidden;
}
.clearfix, ul.horizon {
  zoom: 1;
}
.clearfix:after, ul.horizon:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  _width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.box--center {
  margin-left: auto;
  margin-right: auto;
}
.nowrap {
  white-space: nowrap;
}
.chang--inline * {
  display: inline;
}
.chang--inline_block * {
  display: inline-block;
}
@media all and (min-width: 1025px) {
  .no_visible_pc {
    display: none;
  }
}
@media all and (min-width: 415px) {
  .no_visible_tab_pc {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .no_visible_tab_sp {
    display: none;
  }
}
@media all and (min-width: 415px) and (max-width: 1024px) {
  .no_visible_tab {
    display: none;
  }
}
@media all and (max-width: 414px) {
  .no_visible_sp {
    display: none;
  }
}
/*-------------------------------------------------------------------------------------------------------
 ボックス制御
-------------------------------------------------------------------------------------------------------*/
.screen--full {
  width: 100vw;
  /*min-height: 720px;*/
}
@media all and (max-width: 1024px) {
  .screen--full_sp {
    height: auto;
  }
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: 'Noto Sans Japanese', serif;
  font-size: 1.4rem;
  color: g_font_base_color;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #FFF;
  font-weight: normal;
}
a {
  outline: none;
  text-decoration: none;
  color: #333;
}
a:hover {
  color: gray;
}
a:active {
  color: #999999;
}
a:focus {
  color: #999999;
}
a:visited {
  color: black;
}
.wf-sawarabimincho {
  font-family: 'Sawarabi Mincho', serif;
}
/*-------------------------------------------------------------------------------------------------------
 レイアウト　グリッドシステム　gridsystem
-------------------------------------------------------------------------------------------------------*/
/*初期設定*/
.grid {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.grid-cell {
  box-sizing: border-box;
  flex: 1;
}
/* マージン制御 */
.padding--left_right {
  padding-left: 15px;
  padding-right: 15px;
}
.grid--padding > .grid-cell {
  padding: 15px;
}
/* すべてのメディアに対応するベースクラス */
.grid--fit > .grid-cell {
  flex: 1;
}
.grid--full > .grid-cell {
  flex: 0 0 100%;
  max-width: 100%;
}
.grid--1of2 > .grid-cell {
  flex: 0 0 50%;
  max-width: 50%;
}
.grid--1of3 > .grid-cell {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.grid--1of4 > .grid-cell {
  flex: 0 0 25%;
  max-width: 25%;
}
/* スマホ・タブレットでのレイアウト */
@media all and (max-width: 1024px) {
  .midle-grid--fit > .grid-cell {
    flex: 1;
  }
  .midle-grid--full > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .midle-grid--1of2 > .grid-cell {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .midle-grid--1of3 > .grid-cell {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .midle-grid--1of4 > .grid-cell {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
/* スマホでのレイアウト */
@media all and (max-width: 414px) {
  .grid--padding > .grid-cell {
    padding: 0px;
    padding-bottom: 25px;
  }
  .small-grid--fit > .grid-cell {
    flex: 1;
  }
  .small-grid--full > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .small-grid--1of2 > .grid-cell {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .small-grid--1of3 > .grid-cell {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .small-grid--1of4 > .grid-cell {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
/* 横位置制御 */
.grid--s_left {
  justify-content: flex-start;
}
.grid--s_right {
  justify-content: flex-end;
}
.grid--s_center {
  justify-content: center;
}
/* 縦位置制御 */
.grid--v_top {
  align-items: flex-start;
}
.grid--v_bottom {
  align-items: flex-end;
}
.grid--v_center {
  align-items: center;
}
.grid--v_stretch {
  align-items: stretch;
}
/* セルごとの縦位置制御 */
.grid-cell--v_top {
  align-self: flex-start;
}
.grid-cell--v_bottom {
  align-self: flex-end;
}
.grid-cell--v_center {
  align-self: center;
}
/*-------------------------------------------------------------------------------------------------------
 レイアウト関連　layout
-------------------------------------------------------------------------------------------------------*/
main {
  position: relative;
}
.head_bar {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
  padding: 3px 4px;
}
.head_bar .mk_logo {
  width: 250px;
}
.head_bar .button_mk {
  margin: 3px;
  margin-right: 20px;
}
.main_logo {
  margin-left: 8px;
  width: 320px;
  margin-bottom: 5px;
}
@media all and (max-width: 414px) {
  .main_logo {
    width: 200px;
  }
  .head_bar .button_mk {
    margin-right: 0px;
  }
}
.main_img_box {
  display: block;
  position: relative;
  /*background-image: url(../images/main_back.png);
  background-repeat: repeat;*/
  padding-top: 41px;
}
.main_title {
  transform: translate(-50%, -47%);
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  visibility: visible;
  padding: 30px 25px;
}
.main_title h1 {
  margin-bottom: 2em;
}
.main_title p {
  text-align: center;
  line-height: 180%;
  font-size: 110%;
}
.logo_mk {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 4px;
  left: 0px;
  top: 0;
}
.logo_mk img {
  width: 200px;
}
@media all and (max-width: 414px) {
  .main_title {
    width: 90%;
  }
}
/* 事例
==========================*/
.ex_box {
  padding: 60px 15px;
}
.ex_color-red {
  color: #eb615a;
}
.ex_color-green {
  color: #2eb6aa;
}
.ex_color-blue {
  color: #6c9bd2;
}
.ex_title {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 2px;
  line-height: 130%;
  font-weight: 600;
  padding-bottom: 15px;
}
.ex_title img {
  margin-bottom: 15px;
}
.ex_title.border-red {
  border-bottom: #eb615a 3px solid;
}
.ex_title.border-green {
  border-bottom: #2eb6aa 3px solid;
}
.ex_title.border-blue {
  border-bottom: #6c9bd2 3px solid;
}
.point_p {
  text-align: left;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-weight: 400;
}
@media all and (max-width: 414px) {
  .point_cach {
    font-size: 2.2rem;
  }
  .point_title {
    font-size: 1.9rem;
  }
  .point_p {
    font-size: 1.6rem;
  }
}
/* 特典
==========================*/
.attend_p {
  font-size: 1.4rem;
  line-height: 140%;
}
@media all and (max-width: 414px) {
  .attend_p {
    font-size: 1.3rem;
    text-align: left;
  }
}
/* フッタ―
==========================*/
footer {
  background: #f5f1df;
  padding: 60px 20px;
  line-height: 140%;
}
.contact_box {
  border: #000 1px solid;
  padding: 15px;
}
.contact_box h2 {
  background: #9a947a;
  padding: 20px 15px;
  font-size: 2.3rem;
  color: #FFF;
  font-family: 'Noto Sans Japanese', serif;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 130%;
}
@media all and (max-width: 414px) {
  .foot_p {
    text-align: center;
  }
  .foot_adress {
    font-size: 90%;
  }
  .contact_box h2 {
    font-size: 1.7rem;
  }
  .outline_p {
    font-size: 90%;
  }
}
/* バナー用ロールオーバー
==========================*/
.img-opacity {
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.img-opacity:hover {
  opacity: 0.5;
}
/*改行制御
==========================*/
.pc-non-br {
  display: inline;
}
.tab_pc-non-br {
  display: inline;
}
@media all and (min-width: 415px) {
  .tab_pc-non-br {
    display: none;
  }
}
@media all and (min-width: 1025px) {
  .pc-non-br {
    display: none;
  }
}
/* メディアクエリサンプル
@media screen and (min-width: 1281px) {
  // 画面幅が1281px以上（PC専用スタイル）
}
@media screen and (max-width: 1280px) {
  // 画面幅が1280px以下（タブレット・スマホ共通スタイル）
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  // 画面幅が768px～1280px（タブレット専用スタイル）
}
@media screen and (max-width: 767px) {
  // 画面幅が767px以下（スマートフォン専用スタイル）
}
@media screen and (max-width: 414px) {
  // 画面幅が414px以下（スマートフォン縦向き専用スタイル）
}
*/
/* 印刷用スタイル */
/* ===============================
	print setting
 =============================== */
@media print {
  .printNl {
    page-break-before: always;
  }
}
/*-------------------------------------------------------------------------------------------------------
 モジュール（コンポーネント）　module
-------------------------------------------------------------------------------------------------------*/
/* 見出し関連
==========================*/
.cach--bottom_border .cach--head_sub_text, .cach--bottom_border--2color .cach--head_sub_text, .cach--left_border_inbox .cach--head_sub_text {
  color: #aaa;
  font-size: .8em;
  position: absolute;
  top: -1.4em;
}
.cach--bottom_border .cach--under_sub_text, .cach--bottom_border--2color .cach--under_sub_text, .cach--left_border_inbox .cach--under_sub_text {
  display: block;
  color: #aaa;
  font-size: .8em;
}
.cach--bottom_border, .cach--bottom_border--2color {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.6rem;
}
.cach--bottom_border--2color:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  content: '';
  width: 5%;
  height: 1px;
  background-color: #639e6f;
}
.cach--icon_bottom_border {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.6rem;
  padding-left: 2.5rem;
}
.cach--icon_bottom_border:after {
  position: absolute;
  top: .5em;
  left: 0.4rem;
  z-index: 10;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cach--top_bottom_border {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 1rem;
  padding-bottom: 1.2rem;
}
.cach--thrue_border {
  overflow: hidden;
  text-align: center;
}
.cach--thrue_border span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
}
.cach--thrue_border span:before, .cach--thrue_border span:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 600%;
  height: 1px;
  background-color: #ccc;
}
.cach--thrue_border span:before {
  right: 100%;
}
.cach--thrue_border span:after {
  left: 100%;
}
.cach--left_border {
  border-left: 6px solid #cce198;
  padding-top: 0.5rem;
  padding-bottom: 0.6rem;
  padding-left: 1rem;
}
.cach--left_bottom_border {
  position: relative;
  border-left: 6px solid #639e6f;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}
.cach--left_bottom_border:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}
.cach--left_border_inbox {
  position: relative;
  border: 1px solid #ccc;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
}
.cach--left_border_inbox:after {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1rem);
  height: calc(100% - 1rem);
  background-color: #639e6f;
  border-radius: 4px;
}
.cach--counticon {
  position: relative;
  counter-increment: titleNum;
  padding-left: 35px;
}
.cach--counticon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(titleNum);
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: #ccc;
  border-radius: 100%;
  color: #fff;
  font-size: .9em;
  text-align: center;
}
.cach--counticon-reset {
  counter-reset: titleNum;
}
.cach--fukidashi--mono:before, .cach--fukidashi--mono:after, .cach--fukidashi--color:before, .cach--fukidashi--color:after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  height: 0;
  width: 0;
  border: 10px solid transparent;
}
.cach--fukidashi--mono {
  position: relative;
  padding: .5em .75em;
  background-color: #FFF;
  border: 1px solid #ccc;
  border-radius: 6px;
  color: #333;
}
.cach--fukidashi--mono:before {
  border-top: 15px solid #ccc;
}
.cach--fukidashi--mono:after {
  margin-top: -2px;
  border-top: 15px solid #FFF;
}
.cach--fukidashi--color {
  position: relative;
  padding: .5em .75em;
  background-color: #639e6f;
  border: 1px solid #639e6f;
  border-radius: 6px;
  color: #FFF;
}
.cach--fukidashi--color:before {
  border-top: 15px solid #639e6f;
}
.cach--fukidashi--color:after {
  margin-top: -2px;
  border-top: 15px solid #639e6f;
}
.cach--paper {
  position: relative;
  padding: .5em .75em;
  background-color: #f6f6f6;
}
.cach--paper:after {
  position: absolute;
  bottom: 8px;
  z-index: -1;
  content: '';
  width: 90%;
  height: 20%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
  right: .3em;
}
/* 装飾ボックス関連
==========================*/
.basicbox--gray {
  background: #ececec;
  padding: 2rem;
  overflow: auto;
}
/* リスト関連
==========================*/
ul.horizon {
  /* 水平並びリスト */
  list-style: none;
  min-height: 1px;
}
ul.horizon li {
  float: left;
  margin-right: 2.4em;
}
ul.horizon:after {
  font-size: 0px;
}
ul.dot {
  /* リスト（・） */
  list-style: none;
  padding-left: 1.5em;
}
ul.dot li {
  text-indent: -1.5em;
}
ul.dot li:before {
  content: "\0030fb";
  margin-right: 0.5em;
}
ul.star {
  /* リスト（※） */
  list-style: none;
  padding-left: 1.5em;
}
ul.star li {
  text-indent: -1.5em;
}
ul.star li:before {
  content: "\203b";
  margin-right: 0.5em;
}
ul.disc {
  /* リスト（●） */
  list-style: none;
  padding-left: 1.5em;
}
ul.disc li {
  text-indent: -1.5em;
}
ul.disc li:before {
  content: "\25cf";
  margin-right: 0.5em;
}
ul.square {
  /* リスト（■） */
  list-style: none;
  padding-left: 1.5em;
}
ul.square li {
  text-indent: -1.5em;
}
ul.square li:before {
  content: "\25a0";
  margin-right: 0.5em;
}
/*ペーパーボタン*/
.button--paper {
  position: relative;
  display: block;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transform-style: flat;
  transition: all 250ms ease-out;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(128, 128, 128, 0.1) inset;
  border-color: #dedede;
}
.button--paper:before, .button--paper:after {
  content: "";
  position: absolute;
  z-index: -2;
  transition: all 250ms ease-out;
}
.paper-curl-right:before, .paper-curl-right:after {
  bottom: 12px;
  width: 50%;
  height: 55%;
  max-width: 200px;
  max-height: 100px;
  box-shadow: 1px 8px 12px rgba(31, 31, 31, 0.6);
}
.paper-curl-right:before {
  left: 10px;
  display: none;
}
.paper-curl-right:after {
  right: 10px;
}
.paper-curl-right:hover {
  border-radius: 0 0 40% 0 / 0 0 30% 0;
}
.paper-curl-right:hover:before, .paper-curl-right:hover:after {
  box-shadow: 1px 8px 12px rgba(31, 31, 31, 0.8);
}
.paper-curl-right:hover:before {
  transform: skew(-8deg) rotate(-3deg);
}
.paper-curl-right:hover:after {
  transform: skew(8deg) rotate(3deg);
}
/*矢印ボタン*/
a.button--arrow {
  position: relative;
  display: inline-block;
  padding: 10px 4em;
  background-color: #0073bc;
  border: 2px solid #0073bc;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
a.button--arrow::after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .3s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
a.button--arrow:hover {
  background-color: #fff;
  color: #0073bc;
}
a.button--arrow:hover::after {
  border-left-color: #0073bc;
}
/* テーブル関連
==========================*/
.table--basic-line, .table--basic {
  border-collapse: collapse;
  width: 100%;
}
.table--basic th, .table--basic td {
  padding: 10px;
  border: 1px solid #999;
  text-align: center;
}
.table--basic-line th {
  padding: 10px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background-color: #eee;
  width: 60%;
  line-height: 130%;
  vertical-align: middle;
}
.table--basic-line td {
  padding: 10px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  line-height: 130%;
  vertical-align: middle;
}
.table--basic th {
  background-color: #eee;
}
.table--scloll {
  overflow: auto;
  white-space: nowrap;
}
.table--scloll::-webkit-scrollbar {
  height: 2px;
}
.table--scloll::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
  border-radius: 5px;
}
.table--scloll::-webkit-scrollbar-thumb {
  background: #639e6f;
  border-radius: 5px;
}
@media all and (max-width: 414px) {
  .table--basic_splite {
    border-top: 1px solid #999;
  }
  .table--basic_splite td {
    display: block;
    text-align: center;
  }
  .table--basic_splite th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
  .table--basic_splite2 {
    border: 0;
  }
  .table--basic_splite2 tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #999;
  }
  .table--basic_splite2 thead {
    display: none;
  }
  .table--basic_splite2 td {
    display: block;
    text-align: right;
    border-bottom: 1px dotted #999;
  }
  .table--basic_splite2 td:first-child {
    background-color: #eee;
    text-align: center;
  }
  .table--basic_splite2 td:first-child:before {
    display: none;
  }
  .table--basic_splite2 td:last-child {
    border-bottom: 0;
  }
  .table--basic_splite2 td:before {
    content: attr(data-label);
    float: left;
  }
}
@media all and (max-width: 1024px) {
  dl.history_style dt {
    margin-bottom: 15px;
    position: relative;
  }
  dl.history_style dt:before {
    content: "";
    width: 150px;
    position: absolute;
    border-top: 1px solid #639e6f;
    top: 20px;
  }
  dl.history_style dd {
    display: inline-block;
    padding-left: 55px;
    position: relative;
    line-height: 140%;
  }
  span.history_month {
    position: absolute;
    display: block;
    width: 55px;
    text-align: right;
    left: -10px;
  }
}
@media all and (min-width: 1025px) {
  dl.history_style {
    overflow: hidden;
    position: relative;
  }
  dl.history_style dt {
    white-space: nowrap;
    float: left;
    display: inline-block;
    text-align: right;
    width: 14%;
    clear: both;
    padding: 3px 0 15px 0;
    position: relative;
  }
  dl.history_style dt:before {
    content: "";
    width: 50%;
    position: absolute;
    border-top: 1px solid #999;
    top: 12px;
    right: -68%;
  }
  dl.history_style dd {
    float: right;
    display: inline-block;
    width: 85%;
    padding: 3px 0 10px 11%;
    position: relative;
  }
  span.history_month {
    margin-bottom: 10px;
    display: block;
    position: absolute;
    width: 55px;
    left: 4%;
    text-align: right;
  }
}
/* ページトップボタン
==========================*/
#button_top {
  position: fixed;
  right: 0;
  bottom: 5%;
  color: #FFF;
  background: rgba(120, 120, 120, 0.5);
  width: 40px;
  height: 70px;
  z-index: 998;
  border-radius: 10px 0 0 10px;
}
#button_top a {
  z-index: 999;
  display: block;
  width: 40px;
  height: 70px;
  position: relative;
}
#button_top a i {
  font-size: 30px;
  color: #FFF;
  position: absolute;
  top: 15px;
  right: 0px;
}
#button_top a:hover {
  background: rgba(50, 50, 50, 0.5);
  border-radius: 10px 0 0 10px;
}
/*モジュール（コンポーネント）ＣＳＳ読込*/
/*-------------------------------------------------------------------------------------------------------
 ユーティリティ関連　utility
-------------------------------------------------------------------------------------------------------*/
.contena--left {
  box-sizing: border-box;
  display: flex;
  justify-content: left;
}
.contena--center {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.align_items--center {
  align-items: center;
}
.align_items--bottom {
  align-items: flex-end;
}
.align_self--center {
  align-self: center;
}
.position_rerative {
  position: relative;
}
/* マージン関連
==========================*/
.margin_padding_top_bottom--0 {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.mgn80dwn {
  margin-bottom: 80px;
  -webkit-margin-after: 80px;
}
.mgn80left {
  margin-left: 80px;
}
.pad80top {
  padding-top: 80px;
}
.pad80dwn {
  padding-bottom: 80px;
}
.pad80left {
  padding-left: 80px;
}
.pad80right {
  padding-right: 80px;
}
.mgn75dwn {
  margin-bottom: 75px;
  -webkit-margin-after: 75px;
}
.mgn75left {
  margin-left: 75px;
}
.pad75top {
  padding-top: 75px;
}
.pad75dwn {
  padding-bottom: 75px;
}
.pad75left {
  padding-left: 75px;
}
.pad75right {
  padding-right: 75px;
}
.mgn70dwn {
  margin-bottom: 70px;
  -webkit-margin-after: 70px;
}
.mgn70left {
  margin-left: 70px;
}
.pad70top {
  padding-top: 70px;
}
.pad70dwn {
  padding-bottom: 70px;
}
.pad70left {
  padding-left: 70px;
}
.pad70right {
  padding-right: 70px;
}
.mgn65dwn {
  margin-bottom: 65px;
  -webkit-margin-after: 65px;
}
.mgn65left {
  margin-left: 65px;
}
.pad65top {
  padding-top: 65px;
}
.pad65dwn {
  padding-bottom: 65px;
}
.pad65left {
  padding-left: 65px;
}
.pad65right {
  padding-right: 65px;
}
.mgn60dwn {
  margin-bottom: 60px;
  -webkit-margin-after: 60px;
}
.mgn60left {
  margin-left: 60px;
}
.pad60top {
  padding-top: 60px;
}
.pad60dwn {
  padding-bottom: 60px;
}
.pad60left {
  padding-left: 60px;
}
.pad60right {
  padding-right: 60px;
}
.mgn55dwn {
  margin-bottom: 55px;
  -webkit-margin-after: 55px;
}
.mgn55left {
  margin-left: 55px;
}
.pad55top {
  padding-top: 55px;
}
.pad55dwn {
  padding-bottom: 55px;
}
.pad55left {
  padding-left: 55px;
}
.pad55right {
  padding-right: 55px;
}
.mgn50dwn {
  margin-bottom: 50px;
  -webkit-margin-after: 50px;
}
.mgn50left {
  margin-left: 50px;
}
.pad50top {
  padding-top: 50px;
}
.pad50dwn {
  padding-bottom: 50px;
}
.pad50left {
  padding-left: 50px;
}
.pad50right {
  padding-right: 50px;
}
.mgn45dwn {
  margin-bottom: 45px;
  -webkit-margin-after: 45px;
}
.mgn45left {
  margin-left: 45px;
}
.pad45top {
  padding-top: 45px;
}
.pad45dwn {
  padding-bottom: 45px;
}
.pad45left {
  padding-left: 45px;
}
.pad45right {
  padding-right: 45px;
}
.mgn40dwn {
  margin-bottom: 40px;
  -webkit-margin-after: 40px;
}
.mgn40left {
  margin-left: 40px;
}
.pad40top {
  padding-top: 40px;
}
.pad40dwn {
  padding-bottom: 40px;
}
.pad40left {
  padding-left: 40px;
}
.pad40right {
  padding-right: 40px;
}
.mgn35dwn {
  margin-bottom: 35px;
  -webkit-margin-after: 35px;
}
.mgn35left {
  margin-left: 35px;
}
.pad35top {
  padding-top: 35px;
}
.pad35dwn {
  padding-bottom: 35px;
}
.pad35left {
  padding-left: 35px;
}
.pad35right {
  padding-right: 35px;
}
.mgn30dwn {
  margin-bottom: 30px;
  -webkit-margin-after: 30px;
}
.mgn30left {
  margin-left: 30px;
}
.pad30top {
  padding-top: 30px;
}
.pad30dwn {
  padding-bottom: 30px;
}
.pad30left {
  padding-left: 30px;
}
.pad30right {
  padding-right: 30px;
}
.mgn25dwn {
  margin-bottom: 25px;
  -webkit-margin-after: 25px;
}
.mgn25left {
  margin-left: 25px;
}
.pad25top {
  padding-top: 25px;
}
.pad25dwn {
  padding-bottom: 25px;
}
.pad25left {
  padding-left: 25px;
}
.pad25right {
  padding-right: 25px;
}
.mgn20dwn {
  margin-bottom: 20px;
  -webkit-margin-after: 20px;
}
.mgn20left {
  margin-left: 20px;
}
.pad20top {
  padding-top: 20px;
}
.pad20dwn {
  padding-bottom: 20px;
}
.pad20left {
  padding-left: 20px;
}
.pad20right {
  padding-right: 20px;
}
.mgn15dwn {
  margin-bottom: 15px;
  -webkit-margin-after: 15px;
}
.mgn15left {
  margin-left: 15px;
}
.pad15top {
  padding-top: 15px;
}
.pad15dwn {
  padding-bottom: 15px;
}
.pad15left {
  padding-left: 15px;
}
.pad15right {
  padding-right: 15px;
}
.mgn10dwn {
  margin-bottom: 10px;
  -webkit-margin-after: 10px;
}
.mgn10left {
  margin-left: 10px;
}
.pad10top {
  padding-top: 10px;
}
.pad10dwn {
  padding-bottom: 10px;
}
.pad10left {
  padding-left: 10px;
}
.pad10right {
  padding-right: 10px;
}
.mgn5dwn {
  margin-bottom: 5px;
  -webkit-margin-after: 5px;
}
.mgn5left {
  margin-left: 5px;
}
.pad5top {
  padding-top: 5px;
}
.pad5dwn {
  padding-bottom: 5px;
}
.pad5left {
  padding-left: 5px;
}
.pad5right {
  padding-right: 5px;
}
.mgn0dwn {
  margin-bottom: 0px;
  -webkit-margin-after: 0px;
}
.mgn0left {
  margin-left: 0px;
}
.pad0top {
  padding-top: 0px;
}
.pad0dwn {
  padding-bottom: 0px;
}
.pad0left {
  padding-left: 0px;
}
.pad0right {
  padding-right: 0px;
}
/* サムネイル画像の上下マージン
==========================*/
img.samnail {
  -webkit-margin-after: 14px;
  -webkit-margin-before: 14px;
  margin-top: 14px;
  margin-bottom: 14px;
}
/* テキスト関連
==========================*/
.text__align--left {
  text-align: left;
}
.text__align--center {
  text-align: center;
}
.text__align--right {
  text-align: right;
}
.text_first--big:first-letter {
  margin-right: .150%;
  font-size: 150%;
}
.text__size--0_9rem {
  font-size: 0.9rem;
}
.text__size--0_8rem {
  font-size: 0.8rem;
}
.text__size--0_7rem {
  font-size: 0.7rem;
}
.text__size--0_6rem {
  font-size: 0.6rem;
}
.text__size--0_5rem {
  font-size: 0.5rem;
}
.text__size--0_4rem {
  font-size: 0.4rem;
}
.text__size--1_9rem {
  font-size: 1.9rem;
}
.text__size--1_8rem {
  font-size: 1.8rem;
}
.text__size--1_7rem {
  font-size: 1.7rem;
}
.text__size--1_6rem {
  font-size: 1.6rem;
}
.text__size--1_5rem {
  font-size: 1.5rem;
}
.text__size--1_4rem {
  font-size: 1.4rem;
}
.text__size--1_3rem {
  font-size: 1.3rem;
}
.text__size--1_2rem {
  font-size: 1.2rem;
}
.text__size--1_1rem {
  font-size: 1.1rem;
}
.text__size--1_0rem {
  font-size: 1rem;
}
.text__size--2_9rem {
  font-size: 2.9rem;
}
.text__size--2_8rem {
  font-size: 2.8rem;
}
.text__size--2_7rem {
  font-size: 2.7rem;
}
.text__size--2_6rem {
  font-size: 2.6rem;
}
.text__size--2_5rem {
  font-size: 2.5rem;
}
.text__size--2_4rem {
  font-size: 2.4rem;
}
.text__size--2_3rem {
  font-size: 2.3rem;
}
.text__size--2_2rem {
  font-size: 2.2rem;
}
.text__size--2_1rem {
  font-size: 2.1rem;
}
.text__size--2_0rem {
  font-size: 2rem;
}
.text__size--3_9rem {
  font-size: 3.9rem;
}
.text__size--3_8rem {
  font-size: 3.8rem;
}
.text__size--3_7rem {
  font-size: 3.7rem;
}
.text__size--3_6rem {
  font-size: 3.6rem;
}
.text__size--3_5rem {
  font-size: 3.5rem;
}
.text__size--3_4rem {
  font-size: 3.4rem;
}
.text__size--3_3rem {
  font-size: 3.3rem;
}
.text__size--3_2rem {
  font-size: 3.2rem;
}
.text__size--3_1rem {
  font-size: 3.1rem;
}
.text__size--3_0rem {
  font-size: 3rem;
}
.text__size--4_0rem {
  font-size: 4rem;
}
.letter-spacing--0_1rem {
  letter-spacing: 0.1rem;
}
.letter-spacing--0_2rem {
  letter-spacing: 0.2rem;
}
.letter-spacing--0_3rem {
  letter-spacing: 0.3rem;
}
.letter-spacing--0_4rem {
  letter-spacing: 0.4rem;
}
.letter-spacing--0_5rem {
  letter-spacing: 0.5rem;
}
.text--bold {
  font-weight: bold;
}
.font_weight--100 {
  font-weight: 100;
}
.font_weight--200 {
  font-weight: 200;
}
.font_weight--300 {
  font-weight: 300;
}
.font_weight--400 {
  font-weight: 400;
}
.font_weight--500 {
  font-weight: 500;
}
.font_weight--700 {
  font-weight: 700;
}
.font_weight--900 {
  font-weight: 900;
}
.text_lineheight--120p {
  line-height: 120%;
}
.text_lineheight--130p {
  line-height: 130%;
}
.text_lineheight--140p {
  line-height: 140%;
}
.text_lineheight--150p {
  line-height: 150%;
}
.text_indent--1_4rem {
  text-indent: -1.4rem;
  margin-left: 1.4rem;
}
/* メディアレイアウト関連（スマホ時レイアウト固定）
==========================*/
.media--left, .media--right {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.media--left .media__image {
  display: table-cell;
  padding-right: 2rem;
}
.media--right .media__image {
  display: table-cell;
  padding-left: 2rem;
}
.media__body {
  display: table-cell;
  vertical-align: top;
}
.media__body--middle {
  vertical-align: middle;
}
.media__body--bottom {
  vertical-align: bottom;
}
/* カラー関係
==========================*/
.color--sitebace {
  color: #639e6f;
}
.color--white {
  color: #fff;
}
.back_color--white {
  background: #fff;
}
/* width・height関連
==========================*/
.width--5p {
  width: 5%;
}
.width--100p {
  width: 100%;
}
.width--90p {
  width: 90%;
}
.width--80p {
  width: 80%;
}
.width--70p {
  width: 70%;
}
.width--60p {
  width: 60%;
}
.width--50p {
  width: 50%;
}
.width--40p {
  width: 40%;
}
.width--30p {
  width: 30%;
}
.width--20p {
  width: 20%;
}
.width--10p {
  width: 10%;
}
.width--0p {
  width: 0%;
}
.height--300px {
  height: 300px;
}
.height--270px {
  height: 270px;
}
.height--240px {
  height: 240px;
}
.height--210px {
  height: 210px;
}
.height--180px {
  height: 180px;
}
.height--150px {
  height: 150px;
}
.height--120px {
  height: 120px;
}
.height--90px {
  height: 90px;
}
.height--60px {
  height: 60px;
}
.height--30px {
  height: 30px;
}
/* アニメエフェクト
==========================*/
.invisible--bottom {
  transition: all 1s ease 0s;
  opacity: 0.0;
  margin-bottom: -100px;
}
.visible--bottom {
  transition: all 2s ease 0.3s;
  opacity: 1.0;
  margin-bottom: 0;
}
.invisible--top {
  transition: all 1s ease 0s;
  opacity: 0.0;
  margin-top: -100px;
}
.visible--top {
  transition: all 2s ease 0.3s;
  opacity: 1.0;
  margin-top: 0;
}
.invisible--right {
  transition: all 1s ease 0s;
  opacity: 0.0;
  margin-right: 100px;
}
.visible--right {
  transition: all 2s ease 0.3s;
  opacity: 1.0;
  margin-right: 0;
}
.invisible--left {
  transition: all 1s ease 0s;
  opacity: 0.0;
  margin-left: 100px;
}
.visible--left {
  transition: all 2s ease 0.3s;
  opacity: 1.0;
  margin-left: 0;
}
.invisible {
  transition: all 1s ease 0s;
  opacity: 0.0;
}
.visible {
  transition: all 3s ease 0.3s;
  opacity: 1.0;
}
/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
/*ユーティリティーＣＳＳ読込*/