@charset "UTF-8";
/*-------------------------------
	全体
-------------------------------*/
*,
::before,
::after {
  margin: 0;
  padding: 0;
  border: 0;
  /*Safari*/
  /*Firefox*/
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

/*
* 1. デバイスの向きを変えた後にユーザーの文字サイズ調整を防ぐ
* 2. remの基準となるフォントサイズ
*/
html {
  font-size: 62.5%;
  /*2*/
  -ms-text-size-adjust: 100%;
  /*1*/
  -webkit-text-size-adjust: 100%;
  /*1*/
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*リストスタイルを消去*/
ul,
ol {
  list-style: none;
}

/*デフォルトでcollapse*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
  * IE9+用に、displayプロパティを定義。
  * 1. Edge, IE, Firefox用、details要素とsummary要素に「display: block;」を定義。
  * 2. IE, Firefox用、main要素に「display: block;」を定義。
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/*-------------------------------
	フォーム類のスタイルをリセットする
-------------------------------*/
input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  /*Chromeのフォーカス時アウトラインを削除*/
  border: none;
  border-radius: 0;
  background: none;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  box-shadow: none;
  resize: none;
}

select {
  /*Firefoxのセレクト矢印を削除*/
  text-indent: 0.01px;
  text-overflow: "";
}

select::-ms-expand {
  /*IEのセレクト装飾を非表示*/
  display: none;
}

textarea {
  overflow: auto;
}

button,
[type=button],
[type=reset],
[type=submit] {
  border: 0;
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*-------------------------------
	テキスト・イメージ類スタイル
-------------------------------*/
a {
  background-color: transparent;
  /*IE10のリンクバックグラウンドカラーを透明にする*/
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

img {
  border-style: none;
  /*リンク内画像のborderを消去*/
  vertical-align: bottom;
  /*画像下のスキマを消去*/
}

svg:not(:root) {
  overflow: hidden;
}

/*-------------------------------
    全体
-------------------------------*/
html {
  font-size: 62.5%;
  /*2*/
  -ms-text-size-adjust: 100%;
  /*1*/
  -webkit-text-size-adjust: 100%;
  /*1*/
}

@media screen and (max-width: 1024px) {
  html {
    overflow-x: hidden;
  }
}
body {
  color: #333;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow-x: hidden;
  background: #fff;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  font-size: 1.5rem;
  letter-spacing: 0;
  background: #ffffff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
/*-------------------------------
          	font
-------------------------------*/
.fs_50 {
  font-size: 0.5rem;
}

@media screen and (max-width: 767px) {
  .fs_50_sp {
    font-size: 0.5rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_50_tab {
    font-size: 0.5rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_50_pc {
    font-size: 0.5rem !important;
  }
}
.fs_55 {
  font-size: 0.55rem;
}

@media screen and (max-width: 767px) {
  .fs_55_sp {
    font-size: 0.55rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_55_tab {
    font-size: 0.55rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_55_pc {
    font-size: 0.55rem !important;
  }
}
.fs_60 {
  font-size: 0.6rem;
}

@media screen and (max-width: 767px) {
  .fs_60_sp {
    font-size: 0.6rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_60_tab {
    font-size: 0.6rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_60_pc {
    font-size: 0.6rem !important;
  }
}
.fs_65 {
  font-size: 0.65rem;
}

@media screen and (max-width: 767px) {
  .fs_65_sp {
    font-size: 0.65rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_65_tab {
    font-size: 0.65rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_65_pc {
    font-size: 0.65rem !important;
  }
}
.fs_70 {
  font-size: 0.7rem;
}

@media screen and (max-width: 767px) {
  .fs_70_sp {
    font-size: 0.7rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_70_tab {
    font-size: 0.7rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_70_pc {
    font-size: 0.7rem !important;
  }
}
.fs_75 {
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .fs_75_sp {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_75_tab {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_75_pc {
    font-size: 0.75rem !important;
  }
}
.fs_80 {
  font-size: 0.8rem;
}

@media screen and (max-width: 767px) {
  .fs_80_sp {
    font-size: 0.8rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_80_tab {
    font-size: 0.8rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_80_pc {
    font-size: 0.8rem !important;
  }
}
.fs_85 {
  font-size: 0.85rem;
}

@media screen and (max-width: 767px) {
  .fs_85_sp {
    font-size: 0.85rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_85_tab {
    font-size: 0.85rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_85_pc {
    font-size: 0.85rem !important;
  }
}
.fs_90 {
  font-size: 0.9rem;
}

@media screen and (max-width: 767px) {
  .fs_90_sp {
    font-size: 0.9rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_90_tab {
    font-size: 0.9rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_90_pc {
    font-size: 0.9rem !important;
  }
}
.fs_95 {
  font-size: 0.95rem;
}

@media screen and (max-width: 767px) {
  .fs_95_sp {
    font-size: 0.95rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_95_tab {
    font-size: 0.95rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_95_pc {
    font-size: 0.95rem !important;
  }
}
.fs_100 {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .fs_100_sp {
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_100_tab {
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_100_pc {
    font-size: 1rem !important;
  }
}
.fs_105 {
  font-size: 1.05rem;
}

@media screen and (max-width: 767px) {
  .fs_105_sp {
    font-size: 1.05rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_105_tab {
    font-size: 1.05rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_105_pc {
    font-size: 1.05rem !important;
  }
}
.fs_110 {
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  .fs_110_sp {
    font-size: 1.1rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_110_tab {
    font-size: 1.1rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_110_pc {
    font-size: 1.1rem !important;
  }
}
.fs_115 {
  font-size: 1.15rem;
}

@media screen and (max-width: 767px) {
  .fs_115_sp {
    font-size: 1.15rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_115_tab {
    font-size: 1.15rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_115_pc {
    font-size: 1.15rem !important;
  }
}
.fs_120 {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .fs_120_sp {
    font-size: 1.2rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_120_tab {
    font-size: 1.2rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_120_pc {
    font-size: 1.2rem !important;
  }
}
.fs_125 {
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .fs_125_sp {
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_125_tab {
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_125_pc {
    font-size: 1.25rem !important;
  }
}
.fs_130 {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .fs_130_sp {
    font-size: 1.3rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_130_tab {
    font-size: 1.3rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_130_pc {
    font-size: 1.3rem !important;
  }
}
.fs_135 {
  font-size: 1.35rem;
}

@media screen and (max-width: 767px) {
  .fs_135_sp {
    font-size: 1.35rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_135_tab {
    font-size: 1.35rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_135_pc {
    font-size: 1.35rem !important;
  }
}
.fs_140 {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .fs_140_sp {
    font-size: 1.4rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_140_tab {
    font-size: 1.4rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_140_pc {
    font-size: 1.4rem !important;
  }
}
.fs_145 {
  font-size: 1.45rem;
}

@media screen and (max-width: 767px) {
  .fs_145_sp {
    font-size: 1.45rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_145_tab {
    font-size: 1.45rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_145_pc {
    font-size: 1.45rem !important;
  }
}
.fs_150 {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .fs_150_sp {
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_150_tab {
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_150_pc {
    font-size: 1.5rem !important;
  }
}
.fs_155 {
  font-size: 1.55rem;
}

@media screen and (max-width: 767px) {
  .fs_155_sp {
    font-size: 1.55rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_155_tab {
    font-size: 1.55rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_155_pc {
    font-size: 1.55rem !important;
  }
}
.fs_160 {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .fs_160_sp {
    font-size: 1.6rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_160_tab {
    font-size: 1.6rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_160_pc {
    font-size: 1.6rem !important;
  }
}
.fs_165 {
  font-size: 1.65rem;
}

@media screen and (max-width: 767px) {
  .fs_165_sp {
    font-size: 1.65rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_165_tab {
    font-size: 1.65rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_165_pc {
    font-size: 1.65rem !important;
  }
}
.fs_170 {
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .fs_170_sp {
    font-size: 1.7rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_170_tab {
    font-size: 1.7rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_170_pc {
    font-size: 1.7rem !important;
  }
}
.fs_175 {
  font-size: 1.75rem;
}

@media screen and (max-width: 767px) {
  .fs_175_sp {
    font-size: 1.75rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_175_tab {
    font-size: 1.75rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_175_pc {
    font-size: 1.75rem !important;
  }
}
.fs_180 {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .fs_180_sp {
    font-size: 1.8rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_180_tab {
    font-size: 1.8rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_180_pc {
    font-size: 1.8rem !important;
  }
}
.fs_185 {
  font-size: 1.85rem;
}

@media screen and (max-width: 767px) {
  .fs_185_sp {
    font-size: 1.85rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_185_tab {
    font-size: 1.85rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_185_pc {
    font-size: 1.85rem !important;
  }
}
.fs_190 {
  font-size: 1.9rem;
}

@media screen and (max-width: 767px) {
  .fs_190_sp {
    font-size: 1.9rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_190_tab {
    font-size: 1.9rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_190_pc {
    font-size: 1.9rem !important;
  }
}
.fs_195 {
  font-size: 1.95rem;
}

@media screen and (max-width: 767px) {
  .fs_195_sp {
    font-size: 1.95rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_195_tab {
    font-size: 1.95rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_195_pc {
    font-size: 1.95rem !important;
  }
}
.fs_200 {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .fs_200_sp {
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_200_tab {
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_200_pc {
    font-size: 2rem !important;
  }
}
.fs_205 {
  font-size: 2.05rem;
}

@media screen and (max-width: 767px) {
  .fs_205_sp {
    font-size: 2.05rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_205_tab {
    font-size: 2.05rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_205_pc {
    font-size: 2.05rem !important;
  }
}
.fs_210 {
  font-size: 2.1rem;
}

@media screen and (max-width: 767px) {
  .fs_210_sp {
    font-size: 2.1rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_210_tab {
    font-size: 2.1rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_210_pc {
    font-size: 2.1rem !important;
  }
}
.fs_215 {
  font-size: 2.15rem;
}

@media screen and (max-width: 767px) {
  .fs_215_sp {
    font-size: 2.15rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_215_tab {
    font-size: 2.15rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_215_pc {
    font-size: 2.15rem !important;
  }
}
.fs_220 {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .fs_220_sp {
    font-size: 2.2rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_220_tab {
    font-size: 2.2rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_220_pc {
    font-size: 2.2rem !important;
  }
}
.fs_225 {
  font-size: 2.25rem;
}

@media screen and (max-width: 767px) {
  .fs_225_sp {
    font-size: 2.25rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_225_tab {
    font-size: 2.25rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_225_pc {
    font-size: 2.25rem !important;
  }
}
.fs_230 {
  font-size: 2.3rem;
}

@media screen and (max-width: 767px) {
  .fs_230_sp {
    font-size: 2.3rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_230_tab {
    font-size: 2.3rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_230_pc {
    font-size: 2.3rem !important;
  }
}
.fs_235 {
  font-size: 2.35rem;
}

@media screen and (max-width: 767px) {
  .fs_235_sp {
    font-size: 2.35rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_235_tab {
    font-size: 2.35rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_235_pc {
    font-size: 2.35rem !important;
  }
}
.fs_240 {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .fs_240_sp {
    font-size: 2.4rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_240_tab {
    font-size: 2.4rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_240_pc {
    font-size: 2.4rem !important;
  }
}
.fs_245 {
  font-size: 2.45rem;
}

@media screen and (max-width: 767px) {
  .fs_245_sp {
    font-size: 2.45rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_245_tab {
    font-size: 2.45rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_245_pc {
    font-size: 2.45rem !important;
  }
}
.fs_250 {
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .fs_250_sp {
    font-size: 2.5rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_250_tab {
    font-size: 2.5rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_250_pc {
    font-size: 2.5rem !important;
  }
}
.fs_255 {
  font-size: 2.55rem;
}

@media screen and (max-width: 767px) {
  .fs_255_sp {
    font-size: 2.55rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_255_tab {
    font-size: 2.55rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_255_pc {
    font-size: 2.55rem !important;
  }
}
.fs_260 {
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  .fs_260_sp {
    font-size: 2.6rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_260_tab {
    font-size: 2.6rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_260_pc {
    font-size: 2.6rem !important;
  }
}
.fs_265 {
  font-size: 2.65rem;
}

@media screen and (max-width: 767px) {
  .fs_265_sp {
    font-size: 2.65rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_265_tab {
    font-size: 2.65rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_265_pc {
    font-size: 2.65rem !important;
  }
}
.fs_270 {
  font-size: 2.7rem;
}

@media screen and (max-width: 767px) {
  .fs_270_sp {
    font-size: 2.7rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_270_tab {
    font-size: 2.7rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_270_pc {
    font-size: 2.7rem !important;
  }
}
.fs_275 {
  font-size: 2.75rem;
}

@media screen and (max-width: 767px) {
  .fs_275_sp {
    font-size: 2.75rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_275_tab {
    font-size: 2.75rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_275_pc {
    font-size: 2.75rem !important;
  }
}
.fs_280 {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .fs_280_sp {
    font-size: 2.8rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_280_tab {
    font-size: 2.8rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_280_pc {
    font-size: 2.8rem !important;
  }
}
.fs_285 {
  font-size: 2.85rem;
}

@media screen and (max-width: 767px) {
  .fs_285_sp {
    font-size: 2.85rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_285_tab {
    font-size: 2.85rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_285_pc {
    font-size: 2.85rem !important;
  }
}
.fs_290 {
  font-size: 2.9rem;
}

@media screen and (max-width: 767px) {
  .fs_290_sp {
    font-size: 2.9rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_290_tab {
    font-size: 2.9rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_290_pc {
    font-size: 2.9rem !important;
  }
}
.fs_295 {
  font-size: 2.95rem;
}

@media screen and (max-width: 767px) {
  .fs_295_sp {
    font-size: 2.95rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_295_tab {
    font-size: 2.95rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_295_pc {
    font-size: 2.95rem !important;
  }
}
.fs_300 {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .fs_300_sp {
    font-size: 3rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_300_tab {
    font-size: 3rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_300_pc {
    font-size: 3rem !important;
  }
}
.fs_305 {
  font-size: 3.05rem;
}

@media screen and (max-width: 767px) {
  .fs_305_sp {
    font-size: 3.05rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_305_tab {
    font-size: 3.05rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_305_pc {
    font-size: 3.05rem !important;
  }
}
.fs_310 {
  font-size: 3.1rem;
}

@media screen and (max-width: 767px) {
  .fs_310_sp {
    font-size: 3.1rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_310_tab {
    font-size: 3.1rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_310_pc {
    font-size: 3.1rem !important;
  }
}
.fs_315 {
  font-size: 3.15rem;
}

@media screen and (max-width: 767px) {
  .fs_315_sp {
    font-size: 3.15rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_315_tab {
    font-size: 3.15rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_315_pc {
    font-size: 3.15rem !important;
  }
}
.fs_320 {
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .fs_320_sp {
    font-size: 3.2rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_320_tab {
    font-size: 3.2rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_320_pc {
    font-size: 3.2rem !important;
  }
}
.fs_325 {
  font-size: 3.25rem;
}

@media screen and (max-width: 767px) {
  .fs_325_sp {
    font-size: 3.25rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_325_tab {
    font-size: 3.25rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_325_pc {
    font-size: 3.25rem !important;
  }
}
.fs_330 {
  font-size: 3.3rem;
}

@media screen and (max-width: 767px) {
  .fs_330_sp {
    font-size: 3.3rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_330_tab {
    font-size: 3.3rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_330_pc {
    font-size: 3.3rem !important;
  }
}
.fs_335 {
  font-size: 3.35rem;
}

@media screen and (max-width: 767px) {
  .fs_335_sp {
    font-size: 3.35rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_335_tab {
    font-size: 3.35rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_335_pc {
    font-size: 3.35rem !important;
  }
}
.fs_340 {
  font-size: 3.4rem;
}

@media screen and (max-width: 767px) {
  .fs_340_sp {
    font-size: 3.4rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_340_tab {
    font-size: 3.4rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_340_pc {
    font-size: 3.4rem !important;
  }
}
.fs_345 {
  font-size: 3.45rem;
}

@media screen and (max-width: 767px) {
  .fs_345_sp {
    font-size: 3.45rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_345_tab {
    font-size: 3.45rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_345_pc {
    font-size: 3.45rem !important;
  }
}
.fs_350 {
  font-size: 3.5rem;
}

@media screen and (max-width: 767px) {
  .fs_350_sp {
    font-size: 3.5rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_350_tab {
    font-size: 3.5rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_350_pc {
    font-size: 3.5rem !important;
  }
}
.fs_355 {
  font-size: 3.55rem;
}

@media screen and (max-width: 767px) {
  .fs_355_sp {
    font-size: 3.55rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_355_tab {
    font-size: 3.55rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_355_pc {
    font-size: 3.55rem !important;
  }
}
.fs_360 {
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  .fs_360_sp {
    font-size: 3.6rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_360_tab {
    font-size: 3.6rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_360_pc {
    font-size: 3.6rem !important;
  }
}
.fs_365 {
  font-size: 3.65rem;
}

@media screen and (max-width: 767px) {
  .fs_365_sp {
    font-size: 3.65rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_365_tab {
    font-size: 3.65rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_365_pc {
    font-size: 3.65rem !important;
  }
}
.fs_370 {
  font-size: 3.7rem;
}

@media screen and (max-width: 767px) {
  .fs_370_sp {
    font-size: 3.7rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_370_tab {
    font-size: 3.7rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_370_pc {
    font-size: 3.7rem !important;
  }
}
.fs_375 {
  font-size: 3.75rem;
}

@media screen and (max-width: 767px) {
  .fs_375_sp {
    font-size: 3.75rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_375_tab {
    font-size: 3.75rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_375_pc {
    font-size: 3.75rem !important;
  }
}
.fs_380 {
  font-size: 3.8rem;
}

@media screen and (max-width: 767px) {
  .fs_380_sp {
    font-size: 3.8rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_380_tab {
    font-size: 3.8rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_380_pc {
    font-size: 3.8rem !important;
  }
}
.fs_385 {
  font-size: 3.85rem;
}

@media screen and (max-width: 767px) {
  .fs_385_sp {
    font-size: 3.85rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_385_tab {
    font-size: 3.85rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_385_pc {
    font-size: 3.85rem !important;
  }
}
.fs_390 {
  font-size: 3.9rem;
}

@media screen and (max-width: 767px) {
  .fs_390_sp {
    font-size: 3.9rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_390_tab {
    font-size: 3.9rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_390_pc {
    font-size: 3.9rem !important;
  }
}
.fs_395 {
  font-size: 3.95rem;
}

@media screen and (max-width: 767px) {
  .fs_395_sp {
    font-size: 3.95rem !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .fs_395_tab {
    font-size: 3.95rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_395_pc {
    font-size: 3.95rem !important;
  }
}
em {
  font-style: normal;
}

.font_gothic,
.normal {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bold {
  font-weight: 700;
  font-style: normal;
}

.font_yugo {
  font-family: "游ゴシック", sans-serif;
}

.lh_100 {
  line-height: 100;
}

.lh_110 {
  line-height: 110;
}

.lh_120 {
  line-height: 120;
}

.lh_130 {
  line-height: 130;
}

.lh_140 {
  line-height: 140;
}

.lh_150 {
  line-height: 150;
}

.lh_160 {
  line-height: 160;
}

.lh_170 {
  line-height: 170;
}

.lh_180 {
  line-height: 180;
}

.lh_190 {
  line-height: 190;
}

.lh_200 {
  line-height: 200;
}

.lh_210 {
  line-height: 210;
}

.lh_220 {
  line-height: 220;
}

.lh_230 {
  line-height: 230;
}

.lh_240 {
  line-height: 240;
}

.lh_250 {
  line-height: 250;
}

/*-------------------------------
          	margin
-------------------------------*/
.m0 {
  margin: 0 0;
}

@media screen and (max-width: 767px) {
  .m0_sp {
    margin: 0 0 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m0_tab {
    margin: 0 0 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m0_pc {
    margin: 0 0 !important !important;
  }
}
.m5 {
  margin: 0 5;
}

@media screen and (max-width: 767px) {
  .m5_sp {
    margin: 0 5 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m5_tab {
    margin: 0 5 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m5_pc {
    margin: 0 5 !important !important;
  }
}
.m10 {
  margin: 0 10;
}

@media screen and (max-width: 767px) {
  .m10_sp {
    margin: 0 10 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m10_tab {
    margin: 0 10 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m10_pc {
    margin: 0 10 !important !important;
  }
}
.m15 {
  margin: 0 15;
}

@media screen and (max-width: 767px) {
  .m15_sp {
    margin: 0 15 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m15_tab {
    margin: 0 15 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m15_pc {
    margin: 0 15 !important !important;
  }
}
.m20 {
  margin: 0 20;
}

@media screen and (max-width: 767px) {
  .m20_sp {
    margin: 0 20 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m20_tab {
    margin: 0 20 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m20_pc {
    margin: 0 20 !important !important;
  }
}
.m25 {
  margin: 0 25;
}

@media screen and (max-width: 767px) {
  .m25_sp {
    margin: 0 25 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m25_tab {
    margin: 0 25 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m25_pc {
    margin: 0 25 !important !important;
  }
}
.m30 {
  margin: 0 30;
}

@media screen and (max-width: 767px) {
  .m30_sp {
    margin: 0 30 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m30_tab {
    margin: 0 30 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m30_pc {
    margin: 0 30 !important !important;
  }
}
.m35 {
  margin: 0 35;
}

@media screen and (max-width: 767px) {
  .m35_sp {
    margin: 0 35 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m35_tab {
    margin: 0 35 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m35_pc {
    margin: 0 35 !important !important;
  }
}
.m40 {
  margin: 0 40;
}

@media screen and (max-width: 767px) {
  .m40_sp {
    margin: 0 40 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m40_tab {
    margin: 0 40 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m40_pc {
    margin: 0 40 !important !important;
  }
}
.m45 {
  margin: 0 45;
}

@media screen and (max-width: 767px) {
  .m45_sp {
    margin: 0 45 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m45_tab {
    margin: 0 45 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m45_pc {
    margin: 0 45 !important !important;
  }
}
.m50 {
  margin: 0 50;
}

@media screen and (max-width: 767px) {
  .m50_sp {
    margin: 0 50 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m50_tab {
    margin: 0 50 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m50_pc {
    margin: 0 50 !important !important;
  }
}
.m55 {
  margin: 0 55;
}

@media screen and (max-width: 767px) {
  .m55_sp {
    margin: 0 55 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m55_tab {
    margin: 0 55 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m55_pc {
    margin: 0 55 !important !important;
  }
}
.m60 {
  margin: 0 60;
}

@media screen and (max-width: 767px) {
  .m60_sp {
    margin: 0 60 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m60_tab {
    margin: 0 60 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m60_pc {
    margin: 0 60 !important !important;
  }
}
.m65 {
  margin: 0 65;
}

@media screen and (max-width: 767px) {
  .m65_sp {
    margin: 0 65 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m65_tab {
    margin: 0 65 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m65_pc {
    margin: 0 65 !important !important;
  }
}
.m70 {
  margin: 0 70;
}

@media screen and (max-width: 767px) {
  .m70_sp {
    margin: 0 70 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m70_tab {
    margin: 0 70 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m70_pc {
    margin: 0 70 !important !important;
  }
}
.m75 {
  margin: 0 75;
}

@media screen and (max-width: 767px) {
  .m75_sp {
    margin: 0 75 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m75_tab {
    margin: 0 75 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m75_pc {
    margin: 0 75 !important !important;
  }
}
.m80 {
  margin: 0 80;
}

@media screen and (max-width: 767px) {
  .m80_sp {
    margin: 0 80 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m80_tab {
    margin: 0 80 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m80_pc {
    margin: 0 80 !important !important;
  }
}
.m85 {
  margin: 0 85;
}

@media screen and (max-width: 767px) {
  .m85_sp {
    margin: 0 85 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m85_tab {
    margin: 0 85 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m85_pc {
    margin: 0 85 !important !important;
  }
}
.m90 {
  margin: 0 90;
}

@media screen and (max-width: 767px) {
  .m90_sp {
    margin: 0 90 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m90_tab {
    margin: 0 90 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m90_pc {
    margin: 0 90 !important !important;
  }
}
.m95 {
  margin: 0 95;
}

@media screen and (max-width: 767px) {
  .m95_sp {
    margin: 0 95 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m95_tab {
    margin: 0 95 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m95_pc {
    margin: 0 95 !important !important;
  }
}
.m100 {
  margin: 0 100;
}

@media screen and (max-width: 767px) {
  .m100_sp {
    margin: 0 100 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m100_tab {
    margin: 0 100 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m100_pc {
    margin: 0 100 !important !important;
  }
}
.ml0 {
  margin-left: 0px;
}

@media screen and (max-width: 767px) {
  .ml0_sp {
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml0_tab {
    margin-left: 0px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml0_pc {
    margin-left: 0px !important;
  }
}
.ml5 {
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .ml5_sp {
    margin-left: 5px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml5_tab {
    margin-left: 5px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml5_pc {
    margin-left: 5px !important;
  }
}
.ml10 {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .ml10_sp {
    margin-left: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml10_tab {
    margin-left: 10px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml10_pc {
    margin-left: 10px !important;
  }
}
.ml15 {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .ml15_sp {
    margin-left: 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml15_tab {
    margin-left: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml15_pc {
    margin-left: 15px !important;
  }
}
.ml20 {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .ml20_sp {
    margin-left: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml20_tab {
    margin-left: 20px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml20_pc {
    margin-left: 20px !important;
  }
}
.ml25 {
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  .ml25_sp {
    margin-left: 25px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml25_tab {
    margin-left: 25px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml25_pc {
    margin-left: 25px !important;
  }
}
.ml30 {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .ml30_sp {
    margin-left: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml30_tab {
    margin-left: 30px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml30_pc {
    margin-left: 30px !important;
  }
}
.ml35 {
  margin-left: 35px;
}

@media screen and (max-width: 767px) {
  .ml35_sp {
    margin-left: 35px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml35_tab {
    margin-left: 35px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml35_pc {
    margin-left: 35px !important;
  }
}
.ml40 {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .ml40_sp {
    margin-left: 40px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml40_tab {
    margin-left: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml40_pc {
    margin-left: 40px !important;
  }
}
.ml45 {
  margin-left: 45px;
}

@media screen and (max-width: 767px) {
  .ml45_sp {
    margin-left: 45px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml45_tab {
    margin-left: 45px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml45_pc {
    margin-left: 45px !important;
  }
}
.ml50 {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .ml50_sp {
    margin-left: 50px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml50_tab {
    margin-left: 50px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml50_pc {
    margin-left: 50px !important;
  }
}
.ml55 {
  margin-left: 55px;
}

@media screen and (max-width: 767px) {
  .ml55_sp {
    margin-left: 55px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml55_tab {
    margin-left: 55px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml55_pc {
    margin-left: 55px !important;
  }
}
.ml60 {
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .ml60_sp {
    margin-left: 60px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml60_tab {
    margin-left: 60px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml60_pc {
    margin-left: 60px !important;
  }
}
.ml65 {
  margin-left: 65px;
}

@media screen and (max-width: 767px) {
  .ml65_sp {
    margin-left: 65px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml65_tab {
    margin-left: 65px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml65_pc {
    margin-left: 65px !important;
  }
}
.ml70 {
  margin-left: 70px;
}

@media screen and (max-width: 767px) {
  .ml70_sp {
    margin-left: 70px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml70_tab {
    margin-left: 70px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml70_pc {
    margin-left: 70px !important;
  }
}
.ml75 {
  margin-left: 75px;
}

@media screen and (max-width: 767px) {
  .ml75_sp {
    margin-left: 75px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml75_tab {
    margin-left: 75px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml75_pc {
    margin-left: 75px !important;
  }
}
.ml80 {
  margin-left: 80px;
}

@media screen and (max-width: 767px) {
  .ml80_sp {
    margin-left: 80px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml80_tab {
    margin-left: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml80_pc {
    margin-left: 80px !important;
  }
}
.ml85 {
  margin-left: 85px;
}

@media screen and (max-width: 767px) {
  .ml85_sp {
    margin-left: 85px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml85_tab {
    margin-left: 85px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml85_pc {
    margin-left: 85px !important;
  }
}
.ml90 {
  margin-left: 90px;
}

@media screen and (max-width: 767px) {
  .ml90_sp {
    margin-left: 90px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml90_tab {
    margin-left: 90px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml90_pc {
    margin-left: 90px !important;
  }
}
.ml95 {
  margin-left: 95px;
}

@media screen and (max-width: 767px) {
  .ml95_sp {
    margin-left: 95px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml95_tab {
    margin-left: 95px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml95_pc {
    margin-left: 95px !important;
  }
}
.ml100 {
  margin-left: 100px;
}

@media screen and (max-width: 767px) {
  .ml100_sp {
    margin-left: 100px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml100_tab {
    margin-left: 100px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml100_pc {
    margin-left: 100px !important;
  }
}
.mr0 {
  margin-right: 0px;
}

@media screen and (max-width: 767px) {
  .mr0_sp {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr0_tab {
    margin-right: 0px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr0_pc {
    margin-right: 0px !important;
  }
}
.mr5 {
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .mr5_sp {
    margin-right: 5px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr5_tab {
    margin-right: 5px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr5_pc {
    margin-right: 5px !important;
  }
}
.mr10 {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .mr10_sp {
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr10_tab {
    margin-right: 10px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr10_pc {
    margin-right: 10px !important;
  }
}
.mr15 {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .mr15_sp {
    margin-right: 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr15_tab {
    margin-right: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr15_pc {
    margin-right: 15px !important;
  }
}
.mr20 {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .mr20_sp {
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr20_tab {
    margin-right: 20px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr20_pc {
    margin-right: 20px !important;
  }
}
.mr25 {
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .mr25_sp {
    margin-right: 25px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr25_tab {
    margin-right: 25px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr25_pc {
    margin-right: 25px !important;
  }
}
.mr30 {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .mr30_sp {
    margin-right: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr30_tab {
    margin-right: 30px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr30_pc {
    margin-right: 30px !important;
  }
}
.mr35 {
  margin-right: 35px;
}

@media screen and (max-width: 767px) {
  .mr35_sp {
    margin-right: 35px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr35_tab {
    margin-right: 35px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr35_pc {
    margin-right: 35px !important;
  }
}
.mr40 {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .mr40_sp {
    margin-right: 40px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr40_tab {
    margin-right: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr40_pc {
    margin-right: 40px !important;
  }
}
.mr45 {
  margin-right: 45px;
}

@media screen and (max-width: 767px) {
  .mr45_sp {
    margin-right: 45px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr45_tab {
    margin-right: 45px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr45_pc {
    margin-right: 45px !important;
  }
}
.mr50 {
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .mr50_sp {
    margin-right: 50px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr50_tab {
    margin-right: 50px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr50_pc {
    margin-right: 50px !important;
  }
}
.mr55 {
  margin-right: 55px;
}

@media screen and (max-width: 767px) {
  .mr55_sp {
    margin-right: 55px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr55_tab {
    margin-right: 55px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr55_pc {
    margin-right: 55px !important;
  }
}
.mr60 {
  margin-right: 60px;
}

@media screen and (max-width: 767px) {
  .mr60_sp {
    margin-right: 60px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr60_tab {
    margin-right: 60px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr60_pc {
    margin-right: 60px !important;
  }
}
.mr65 {
  margin-right: 65px;
}

@media screen and (max-width: 767px) {
  .mr65_sp {
    margin-right: 65px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr65_tab {
    margin-right: 65px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr65_pc {
    margin-right: 65px !important;
  }
}
.mr70 {
  margin-right: 70px;
}

@media screen and (max-width: 767px) {
  .mr70_sp {
    margin-right: 70px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr70_tab {
    margin-right: 70px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr70_pc {
    margin-right: 70px !important;
  }
}
.mr75 {
  margin-right: 75px;
}

@media screen and (max-width: 767px) {
  .mr75_sp {
    margin-right: 75px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr75_tab {
    margin-right: 75px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr75_pc {
    margin-right: 75px !important;
  }
}
.mr80 {
  margin-right: 80px;
}

@media screen and (max-width: 767px) {
  .mr80_sp {
    margin-right: 80px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr80_tab {
    margin-right: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr80_pc {
    margin-right: 80px !important;
  }
}
.mr85 {
  margin-right: 85px;
}

@media screen and (max-width: 767px) {
  .mr85_sp {
    margin-right: 85px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr85_tab {
    margin-right: 85px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr85_pc {
    margin-right: 85px !important;
  }
}
.mr90 {
  margin-right: 90px;
}

@media screen and (max-width: 767px) {
  .mr90_sp {
    margin-right: 90px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr90_tab {
    margin-right: 90px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr90_pc {
    margin-right: 90px !important;
  }
}
.mr95 {
  margin-right: 95px;
}

@media screen and (max-width: 767px) {
  .mr95_sp {
    margin-right: 95px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr95_tab {
    margin-right: 95px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr95_pc {
    margin-right: 95px !important;
  }
}
.mr100 {
  margin-right: 100px;
}

@media screen and (max-width: 767px) {
  .mr100_sp {
    margin-right: 100px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr100_tab {
    margin-right: 100px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr100_pc {
    margin-right: 100px !important;
  }
}
.mt0 {
  margin-top: 0px !important;
}

@media screen and (max-width: 767px) {
  .mt0_sp {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt0_tab {
    margin-top: 0px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt0_pc {
    margin-top: 0px !important;
  }
}
.mt5 {
  margin-top: 5px !important;
}

@media screen and (max-width: 767px) {
  .mt5_sp {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt5_tab {
    margin-top: 5px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt5_pc {
    margin-top: 5px !important;
  }
}
.mt10 {
  margin-top: 10px !important;
}

@media screen and (max-width: 767px) {
  .mt10_sp {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt10_tab {
    margin-top: 10px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt10_pc {
    margin-top: 10px !important;
  }
}
.mt15 {
  margin-top: 15px !important;
}

@media screen and (max-width: 767px) {
  .mt15_sp {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt15_tab {
    margin-top: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt15_pc {
    margin-top: 15px !important;
  }
}
.mt20 {
  margin-top: 20px !important;
}

@media screen and (max-width: 767px) {
  .mt20_sp {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt20_tab {
    margin-top: 20px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt20_pc {
    margin-top: 20px !important;
  }
}
.mt25 {
  margin-top: 25px !important;
}

@media screen and (max-width: 767px) {
  .mt25_sp {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt25_tab {
    margin-top: 25px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt25_pc {
    margin-top: 25px !important;
  }
}
.mt30 {
  margin-top: 30px !important;
}

@media screen and (max-width: 767px) {
  .mt30_sp {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt30_tab {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt30_pc {
    margin-top: 30px !important;
  }
}
.mt35 {
  margin-top: 35px !important;
}

@media screen and (max-width: 767px) {
  .mt35_sp {
    margin-top: 35px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt35_tab {
    margin-top: 35px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt35_pc {
    margin-top: 35px !important;
  }
}
.mt40 {
  margin-top: 40px !important;
}

@media screen and (max-width: 767px) {
  .mt40_sp {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt40_tab {
    margin-top: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt40_pc {
    margin-top: 40px !important;
  }
}
.mt45 {
  margin-top: 45px !important;
}

@media screen and (max-width: 767px) {
  .mt45_sp {
    margin-top: 45px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt45_tab {
    margin-top: 45px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt45_pc {
    margin-top: 45px !important;
  }
}
.mt50 {
  margin-top: 50px !important;
}

@media screen and (max-width: 767px) {
  .mt50_sp {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt50_tab {
    margin-top: 50px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt50_pc {
    margin-top: 50px !important;
  }
}
.mt55 {
  margin-top: 55px !important;
}

@media screen and (max-width: 767px) {
  .mt55_sp {
    margin-top: 55px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt55_tab {
    margin-top: 55px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt55_pc {
    margin-top: 55px !important;
  }
}
.mt60 {
  margin-top: 60px !important;
}

@media screen and (max-width: 767px) {
  .mt60_sp {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt60_tab {
    margin-top: 60px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt60_pc {
    margin-top: 60px !important;
  }
}
.mt65 {
  margin-top: 65px !important;
}

@media screen and (max-width: 767px) {
  .mt65_sp {
    margin-top: 65px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt65_tab {
    margin-top: 65px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt65_pc {
    margin-top: 65px !important;
  }
}
.mt70 {
  margin-top: 70px !important;
}

@media screen and (max-width: 767px) {
  .mt70_sp {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt70_tab {
    margin-top: 70px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt70_pc {
    margin-top: 70px !important;
  }
}
.mt75 {
  margin-top: 75px !important;
}

@media screen and (max-width: 767px) {
  .mt75_sp {
    margin-top: 75px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt75_tab {
    margin-top: 75px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt75_pc {
    margin-top: 75px !important;
  }
}
.mt80 {
  margin-top: 80px !important;
}

@media screen and (max-width: 767px) {
  .mt80_sp {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt80_tab {
    margin-top: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt80_pc {
    margin-top: 80px !important;
  }
}
.mt85 {
  margin-top: 85px !important;
}

@media screen and (max-width: 767px) {
  .mt85_sp {
    margin-top: 85px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt85_tab {
    margin-top: 85px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt85_pc {
    margin-top: 85px !important;
  }
}
.mt90 {
  margin-top: 90px !important;
}

@media screen and (max-width: 767px) {
  .mt90_sp {
    margin-top: 90px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt90_tab {
    margin-top: 90px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt90_pc {
    margin-top: 90px !important;
  }
}
.mt95 {
  margin-top: 95px !important;
}

@media screen and (max-width: 767px) {
  .mt95_sp {
    margin-top: 95px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt95_tab {
    margin-top: 95px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt95_pc {
    margin-top: 95px !important;
  }
}
.mt100 {
  margin-top: 100px !important;
}

@media screen and (max-width: 767px) {
  .mt100_sp {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt100_tab {
    margin-top: 100px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt100_pc {
    margin-top: 100px !important;
  }
}
.mb0 {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .mb0_sp {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb0_tab {
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb0_pc {
    margin-bottom: 0px !important;
  }
}
.mb5 {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .mb5_sp {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb5_tab {
    margin-bottom: 5px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb5_pc {
    margin-bottom: 5px !important;
  }
}
.mb10 {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .mb10_sp {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb10_tab {
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb10_pc {
    margin-bottom: 10px !important;
  }
}
.mb15 {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .mb15_sp {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb15_tab {
    margin-bottom: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb15_pc {
    margin-bottom: 15px !important;
  }
}
.mb20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .mb20_sp {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb20_tab {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb20_pc {
    margin-bottom: 20px !important;
  }
}
.mb25 {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .mb25_sp {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb25_tab {
    margin-bottom: 25px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb25_pc {
    margin-bottom: 25px !important;
  }
}
.mb30 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .mb30_sp {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb30_tab {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb30_pc {
    margin-bottom: 30px !important;
  }
}
.mb35 {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .mb35_sp {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb35_tab {
    margin-bottom: 35px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb35_pc {
    margin-bottom: 35px !important;
  }
}
.mb40 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .mb40_sp {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb40_tab {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb40_pc {
    margin-bottom: 40px !important;
  }
}
.mb45 {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .mb45_sp {
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb45_tab {
    margin-bottom: 45px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb45_pc {
    margin-bottom: 45px !important;
  }
}
.mb50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .mb50_sp {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb50_tab {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb50_pc {
    margin-bottom: 50px !important;
  }
}
.mb55 {
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .mb55_sp {
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb55_tab {
    margin-bottom: 55px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb55_pc {
    margin-bottom: 55px !important;
  }
}
.mb60 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .mb60_sp {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb60_tab {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb60_pc {
    margin-bottom: 60px !important;
  }
}
.mb65 {
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .mb65_sp {
    margin-bottom: 65px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb65_tab {
    margin-bottom: 65px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb65_pc {
    margin-bottom: 65px !important;
  }
}
.mb70 {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .mb70_sp {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb70_tab {
    margin-bottom: 70px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb70_pc {
    margin-bottom: 70px !important;
  }
}
.mb75 {
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .mb75_sp {
    margin-bottom: 75px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb75_tab {
    margin-bottom: 75px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb75_pc {
    margin-bottom: 75px !important;
  }
}
.mb80 {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .mb80_sp {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb80_tab {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb80_pc {
    margin-bottom: 80px !important;
  }
}
.mb85 {
  margin-bottom: 85px;
}

@media screen and (max-width: 767px) {
  .mb85_sp {
    margin-bottom: 85px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb85_tab {
    margin-bottom: 85px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb85_pc {
    margin-bottom: 85px !important;
  }
}
.mb90 {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .mb90_sp {
    margin-bottom: 90px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb90_tab {
    margin-bottom: 90px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb90_pc {
    margin-bottom: 90px !important;
  }
}
.mb95 {
  margin-bottom: 95px;
}

@media screen and (max-width: 767px) {
  .mb95_sp {
    margin-bottom: 95px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb95_tab {
    margin-bottom: 95px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb95_pc {
    margin-bottom: 95px !important;
  }
}
.mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .mb100_sp {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb100_tab {
    margin-bottom: 100px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb100_pc {
    margin-bottom: 100px !important;
  }
}
.mt-40 {
  margin-top: -40px !important;
}

/*-------------------------------
          	padding
-------------------------------*/
.p0 {
  padding: 0px;
}

@media screen and (max-width: 767px) {
  .p0_sp {
    padding: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .p0_tab {
    padding: 0px;
  }
}
@media screen and (min-width: 1025px) {
  .p0_pc {
    padding: 0px;
  }
}
.p5 {
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .p5_sp {
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .p5_tab {
    padding: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .p5_pc {
    padding: 5px;
  }
}
.p10 {
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .p10_sp {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .p10_tab {
    padding: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .p10_pc {
    padding: 10px;
  }
}
.p15 {
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .p15_sp {
    padding: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .p15_tab {
    padding: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .p15_pc {
    padding: 15px;
  }
}
.p20 {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .p20_sp {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p20_tab {
    padding: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .p20_pc {
    padding: 20px;
  }
}
.p25 {
  padding: 25px;
}

@media screen and (max-width: 767px) {
  .p25_sp {
    padding: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .p25_tab {
    padding: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .p25_pc {
    padding: 25px;
  }
}
.p30 {
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .p30_sp {
    padding: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .p30_tab {
    padding: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .p30_pc {
    padding: 30px;
  }
}
.p35 {
  padding: 35px;
}

@media screen and (max-width: 767px) {
  .p35_sp {
    padding: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .p35_tab {
    padding: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .p35_pc {
    padding: 35px;
  }
}
.p40 {
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .p40_sp {
    padding: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .p40_tab {
    padding: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .p40_pc {
    padding: 40px;
  }
}
.p45 {
  padding: 45px;
}

@media screen and (max-width: 767px) {
  .p45_sp {
    padding: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .p45_tab {
    padding: 45px;
  }
}
@media screen and (min-width: 1025px) {
  .p45_pc {
    padding: 45px;
  }
}
.p50 {
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .p50_sp {
    padding: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .p50_tab {
    padding: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .p50_pc {
    padding: 50px;
  }
}
.p55 {
  padding: 55px;
}

@media screen and (max-width: 767px) {
  .p55_sp {
    padding: 55px;
  }
}
@media screen and (max-width: 1024px) {
  .p55_tab {
    padding: 55px;
  }
}
@media screen and (min-width: 1025px) {
  .p55_pc {
    padding: 55px;
  }
}
.p60 {
  padding: 60px;
}

@media screen and (max-width: 767px) {
  .p60_sp {
    padding: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .p60_tab {
    padding: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .p60_pc {
    padding: 60px;
  }
}
.p65 {
  padding: 65px;
}

@media screen and (max-width: 767px) {
  .p65_sp {
    padding: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .p65_tab {
    padding: 65px;
  }
}
@media screen and (min-width: 1025px) {
  .p65_pc {
    padding: 65px;
  }
}
.p70 {
  padding: 70px;
}

@media screen and (max-width: 767px) {
  .p70_sp {
    padding: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .p70_tab {
    padding: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .p70_pc {
    padding: 70px;
  }
}
.p75 {
  padding: 75px;
}

@media screen and (max-width: 767px) {
  .p75_sp {
    padding: 75px;
  }
}
@media screen and (max-width: 1024px) {
  .p75_tab {
    padding: 75px;
  }
}
@media screen and (min-width: 1025px) {
  .p75_pc {
    padding: 75px;
  }
}
.p80 {
  padding: 80px;
}

@media screen and (max-width: 767px) {
  .p80_sp {
    padding: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .p80_tab {
    padding: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .p80_pc {
    padding: 80px;
  }
}
.p85 {
  padding: 85px;
}

@media screen and (max-width: 767px) {
  .p85_sp {
    padding: 85px;
  }
}
@media screen and (max-width: 1024px) {
  .p85_tab {
    padding: 85px;
  }
}
@media screen and (min-width: 1025px) {
  .p85_pc {
    padding: 85px;
  }
}
.p90 {
  padding: 90px;
}

@media screen and (max-width: 767px) {
  .p90_sp {
    padding: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .p90_tab {
    padding: 90px;
  }
}
@media screen and (min-width: 1025px) {
  .p90_pc {
    padding: 90px;
  }
}
.p95 {
  padding: 95px;
}

@media screen and (max-width: 767px) {
  .p95_sp {
    padding: 95px;
  }
}
@media screen and (max-width: 1024px) {
  .p95_tab {
    padding: 95px;
  }
}
@media screen and (min-width: 1025px) {
  .p95_pc {
    padding: 95px;
  }
}
.p100 {
  padding: 100px;
}

@media screen and (max-width: 767px) {
  .p100_sp {
    padding: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .p100_tab {
    padding: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .p100_pc {
    padding: 100px;
  }
}
.pt0 {
  padding-top: 0px;
}

@media screen and (max-width: 767px) {
  .pt0_sp {
    padding-top: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .pt0_tab {
    padding-top: 0px;
  }
}
@media screen and (min-width: 1025px) {
  .pt0_pc {
    padding-top: 0px;
  }
}
.pt5 {
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .pt5_sp {
    padding-top: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .pt5_tab {
    padding-top: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .pt5_pc {
    padding-top: 5px;
  }
}
.pt10 {
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .pt10_sp {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .pt10_tab {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .pt10_pc {
    padding-top: 10px;
  }
}
.pt15 {
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .pt15_sp {
    padding-top: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .pt15_tab {
    padding-top: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .pt15_pc {
    padding-top: 15px;
  }
}
.pt20 {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .pt20_sp {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .pt20_tab {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .pt20_pc {
    padding-top: 20px;
  }
}
.pt25 {
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
  .pt25_sp {
    padding-top: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .pt25_tab {
    padding-top: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .pt25_pc {
    padding-top: 25px;
  }
}
.pt30 {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .pt30_sp {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .pt30_tab {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .pt30_pc {
    padding-top: 30px;
  }
}
.pt35 {
  padding-top: 35px;
}

@media screen and (max-width: 767px) {
  .pt35_sp {
    padding-top: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .pt35_tab {
    padding-top: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .pt35_pc {
    padding-top: 35px;
  }
}
.pt40 {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .pt40_sp {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .pt40_tab {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .pt40_pc {
    padding-top: 40px;
  }
}
.pt45 {
  padding-top: 45px;
}

@media screen and (max-width: 767px) {
  .pt45_sp {
    padding-top: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .pt45_tab {
    padding-top: 45px;
  }
}
@media screen and (min-width: 1025px) {
  .pt45_pc {
    padding-top: 45px;
  }
}
.pt50 {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .pt50_sp {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .pt50_tab {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .pt50_pc {
    padding-top: 50px;
  }
}
.pt55 {
  padding-top: 55px;
}

@media screen and (max-width: 767px) {
  .pt55_sp {
    padding-top: 55px;
  }
}
@media screen and (max-width: 1024px) {
  .pt55_tab {
    padding-top: 55px;
  }
}
@media screen and (min-width: 1025px) {
  .pt55_pc {
    padding-top: 55px;
  }
}
.pt60 {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .pt60_sp {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .pt60_tab {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .pt60_pc {
    padding-top: 60px;
  }
}
.pt65 {
  padding-top: 65px;
}

@media screen and (max-width: 767px) {
  .pt65_sp {
    padding-top: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .pt65_tab {
    padding-top: 65px;
  }
}
@media screen and (min-width: 1025px) {
  .pt65_pc {
    padding-top: 65px;
  }
}
.pt70 {
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  .pt70_sp {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .pt70_tab {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .pt70_pc {
    padding-top: 70px;
  }
}
.pt75 {
  padding-top: 75px;
}

@media screen and (max-width: 767px) {
  .pt75_sp {
    padding-top: 75px;
  }
}
@media screen and (max-width: 1024px) {
  .pt75_tab {
    padding-top: 75px;
  }
}
@media screen and (min-width: 1025px) {
  .pt75_pc {
    padding-top: 75px;
  }
}
.pt80 {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .pt80_sp {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .pt80_tab {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .pt80_pc {
    padding-top: 80px;
  }
}
.pt85 {
  padding-top: 85px;
}

@media screen and (max-width: 767px) {
  .pt85_sp {
    padding-top: 85px;
  }
}
@media screen and (max-width: 1024px) {
  .pt85_tab {
    padding-top: 85px;
  }
}
@media screen and (min-width: 1025px) {
  .pt85_pc {
    padding-top: 85px;
  }
}
.pt90 {
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .pt90_sp {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .pt90_tab {
    padding-top: 90px;
  }
}
@media screen and (min-width: 1025px) {
  .pt90_pc {
    padding-top: 90px;
  }
}
.pt95 {
  padding-top: 95px;
}

@media screen and (max-width: 767px) {
  .pt95_sp {
    padding-top: 95px;
  }
}
@media screen and (max-width: 1024px) {
  .pt95_tab {
    padding-top: 95px;
  }
}
@media screen and (min-width: 1025px) {
  .pt95_pc {
    padding-top: 95px;
  }
}
.pt100 {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .pt100_sp {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .pt100_tab {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .pt100_pc {
    padding-top: 100px;
  }
}
.pl0 {
  padding-left: 0px;
}

@media screen and (max-width: 767px) {
  .pl0_sp {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .pl0_tab {
    padding-left: 0px;
  }
}
@media screen and (min-width: 1025px) {
  .pl0_pc {
    padding-left: 0px;
  }
}
.pl5 {
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  .pl5_sp {
    padding-left: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .pl5_tab {
    padding-left: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .pl5_pc {
    padding-left: 5px;
  }
}
.pl10 {
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .pl10_sp {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .pl10_tab {
    padding-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .pl10_pc {
    padding-left: 10px;
  }
}
.pl15 {
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .pl15_sp {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .pl15_tab {
    padding-left: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .pl15_pc {
    padding-left: 15px;
  }
}
.pl20 {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .pl20_sp {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .pl20_tab {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .pl20_pc {
    padding-left: 20px;
  }
}
.pl25 {
  padding-left: 25px;
}

@media screen and (max-width: 767px) {
  .pl25_sp {
    padding-left: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .pl25_tab {
    padding-left: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .pl25_pc {
    padding-left: 25px;
  }
}
.pl30 {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .pl30_sp {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .pl30_tab {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .pl30_pc {
    padding-left: 30px;
  }
}
.pl35 {
  padding-left: 35px;
}

@media screen and (max-width: 767px) {
  .pl35_sp {
    padding-left: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .pl35_tab {
    padding-left: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .pl35_pc {
    padding-left: 35px;
  }
}
.pl40 {
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .pl40_sp {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .pl40_tab {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .pl40_pc {
    padding-left: 40px;
  }
}
.pl45 {
  padding-left: 45px;
}

@media screen and (max-width: 767px) {
  .pl45_sp {
    padding-left: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .pl45_tab {
    padding-left: 45px;
  }
}
@media screen and (min-width: 1025px) {
  .pl45_pc {
    padding-left: 45px;
  }
}
.pl50 {
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .pl50_sp {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .pl50_tab {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .pl50_pc {
    padding-left: 50px;
  }
}
.pl55 {
  padding-left: 55px;
}

@media screen and (max-width: 767px) {
  .pl55_sp {
    padding-left: 55px;
  }
}
@media screen and (max-width: 1024px) {
  .pl55_tab {
    padding-left: 55px;
  }
}
@media screen and (min-width: 1025px) {
  .pl55_pc {
    padding-left: 55px;
  }
}
.pl60 {
  padding-left: 60px;
}

@media screen and (max-width: 767px) {
  .pl60_sp {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .pl60_tab {
    padding-left: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .pl60_pc {
    padding-left: 60px;
  }
}
.pl65 {
  padding-left: 65px;
}

@media screen and (max-width: 767px) {
  .pl65_sp {
    padding-left: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .pl65_tab {
    padding-left: 65px;
  }
}
@media screen and (min-width: 1025px) {
  .pl65_pc {
    padding-left: 65px;
  }
}
.pl70 {
  padding-left: 70px;
}

@media screen and (max-width: 767px) {
  .pl70_sp {
    padding-left: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .pl70_tab {
    padding-left: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .pl70_pc {
    padding-left: 70px;
  }
}
.pl75 {
  padding-left: 75px;
}

@media screen and (max-width: 767px) {
  .pl75_sp {
    padding-left: 75px;
  }
}
@media screen and (max-width: 1024px) {
  .pl75_tab {
    padding-left: 75px;
  }
}
@media screen and (min-width: 1025px) {
  .pl75_pc {
    padding-left: 75px;
  }
}
.pl80 {
  padding-left: 80px;
}

@media screen and (max-width: 767px) {
  .pl80_sp {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .pl80_tab {
    padding-left: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .pl80_pc {
    padding-left: 80px;
  }
}
.pl85 {
  padding-left: 85px;
}

@media screen and (max-width: 767px) {
  .pl85_sp {
    padding-left: 85px;
  }
}
@media screen and (max-width: 1024px) {
  .pl85_tab {
    padding-left: 85px;
  }
}
@media screen and (min-width: 1025px) {
  .pl85_pc {
    padding-left: 85px;
  }
}
.pl90 {
  padding-left: 90px;
}

@media screen and (max-width: 767px) {
  .pl90_sp {
    padding-left: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .pl90_tab {
    padding-left: 90px;
  }
}
@media screen and (min-width: 1025px) {
  .pl90_pc {
    padding-left: 90px;
  }
}
.pl95 {
  padding-left: 95px;
}

@media screen and (max-width: 767px) {
  .pl95_sp {
    padding-left: 95px;
  }
}
@media screen and (max-width: 1024px) {
  .pl95_tab {
    padding-left: 95px;
  }
}
@media screen and (min-width: 1025px) {
  .pl95_pc {
    padding-left: 95px;
  }
}
.pl100 {
  padding-left: 100px;
}

@media screen and (max-width: 767px) {
  .pl100_sp {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .pl100_tab {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .pl100_pc {
    padding-left: 100px;
  }
}
.pb0 {
  padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .pb0_sp {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .pb0_tab {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1025px) {
  .pb0_pc {
    padding-bottom: 0px;
  }
}
.pb5 {
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .pb5_sp {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .pb5_tab {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .pb5_pc {
    padding-bottom: 5px;
  }
}
.pb10 {
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .pb10_sp {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .pb10_tab {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .pb10_pc {
    padding-bottom: 10px;
  }
}
.pb15 {
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .pb15_sp {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .pb15_tab {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .pb15_pc {
    padding-bottom: 15px;
  }
}
.pb20 {
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .pb20_sp {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .pb20_tab {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .pb20_pc {
    padding-bottom: 20px;
  }
}
.pb25 {
  padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .pb25_sp {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .pb25_tab {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .pb25_pc {
    padding-bottom: 25px;
  }
}
.pb30 {
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .pb30_sp {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .pb30_tab {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .pb30_pc {
    padding-bottom: 30px;
  }
}
.pb35 {
  padding-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .pb35_sp {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .pb35_tab {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .pb35_pc {
    padding-bottom: 35px;
  }
}
.pb40 {
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .pb40_sp {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .pb40_tab {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .pb40_pc {
    padding-bottom: 40px;
  }
}
.pb45 {
  padding-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .pb45_sp {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .pb45_tab {
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1025px) {
  .pb45_pc {
    padding-bottom: 45px;
  }
}
.pb50 {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .pb50_sp {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .pb50_tab {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .pb50_pc {
    padding-bottom: 50px;
  }
}
.pb55 {
  padding-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .pb55_sp {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 1024px) {
  .pb55_tab {
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 1025px) {
  .pb55_pc {
    padding-bottom: 55px;
  }
}
.pb60 {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .pb60_sp {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .pb60_tab {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .pb60_pc {
    padding-bottom: 60px;
  }
}
.pb65 {
  padding-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .pb65_sp {
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .pb65_tab {
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 1025px) {
  .pb65_pc {
    padding-bottom: 65px;
  }
}
.pb70 {
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .pb70_sp {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .pb70_tab {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .pb70_pc {
    padding-bottom: 70px;
  }
}
.pb75 {
  padding-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .pb75_sp {
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 1024px) {
  .pb75_tab {
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 1025px) {
  .pb75_pc {
    padding-bottom: 75px;
  }
}
.pb80 {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .pb80_sp {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .pb80_tab {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .pb80_pc {
    padding-bottom: 80px;
  }
}
.pb85 {
  padding-bottom: 85px;
}

@media screen and (max-width: 767px) {
  .pb85_sp {
    padding-bottom: 85px;
  }
}
@media screen and (max-width: 1024px) {
  .pb85_tab {
    padding-bottom: 85px;
  }
}
@media screen and (min-width: 1025px) {
  .pb85_pc {
    padding-bottom: 85px;
  }
}
.pb90 {
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .pb90_sp {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .pb90_tab {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1025px) {
  .pb90_pc {
    padding-bottom: 90px;
  }
}
.pb95 {
  padding-bottom: 95px;
}

@media screen and (max-width: 767px) {
  .pb95_sp {
    padding-bottom: 95px;
  }
}
@media screen and (max-width: 1024px) {
  .pb95_tab {
    padding-bottom: 95px;
  }
}
@media screen and (min-width: 1025px) {
  .pb95_pc {
    padding-bottom: 95px;
  }
}
.pb100 {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .pb100_sp {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .pb100_tab {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .pb100_pc {
    padding-bottom: 100px;
  }
}
.pr0 {
  padding-right: 0px;
}

@media screen and (max-width: 767px) {
  .pr0_sp {
    padding-right: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .pr0_tab {
    padding-right: 0px;
  }
}
@media screen and (min-width: 1025px) {
  .pr0_pc {
    padding-right: 0px;
  }
}
.pr5 {
  padding-right: 5px;
}

@media screen and (max-width: 767px) {
  .pr5_sp {
    padding-right: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .pr5_tab {
    padding-right: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .pr5_pc {
    padding-right: 5px;
  }
}
.pr10 {
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .pr10_sp {
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .pr10_tab {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .pr10_pc {
    padding-right: 10px;
  }
}
.pr15 {
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .pr15_sp {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .pr15_tab {
    padding-right: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .pr15_pc {
    padding-right: 15px;
  }
}
.pr20 {
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .pr20_sp {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .pr20_tab {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .pr20_pc {
    padding-right: 20px;
  }
}
.pr25 {
  padding-right: 25px;
}

@media screen and (max-width: 767px) {
  .pr25_sp {
    padding-right: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .pr25_tab {
    padding-right: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .pr25_pc {
    padding-right: 25px;
  }
}
.pr30 {
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .pr30_sp {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .pr30_tab {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .pr30_pc {
    padding-right: 30px;
  }
}
.pr35 {
  padding-right: 35px;
}

@media screen and (max-width: 767px) {
  .pr35_sp {
    padding-right: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .pr35_tab {
    padding-right: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .pr35_pc {
    padding-right: 35px;
  }
}
.pr40 {
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  .pr40_sp {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .pr40_tab {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .pr40_pc {
    padding-right: 40px;
  }
}
.pr45 {
  padding-right: 45px;
}

@media screen and (max-width: 767px) {
  .pr45_sp {
    padding-right: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .pr45_tab {
    padding-right: 45px;
  }
}
@media screen and (min-width: 1025px) {
  .pr45_pc {
    padding-right: 45px;
  }
}
.pr50 {
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .pr50_sp {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .pr50_tab {
    padding-right: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .pr50_pc {
    padding-right: 50px;
  }
}
.pr55 {
  padding-right: 55px;
}

@media screen and (max-width: 767px) {
  .pr55_sp {
    padding-right: 55px;
  }
}
@media screen and (max-width: 1024px) {
  .pr55_tab {
    padding-right: 55px;
  }
}
@media screen and (min-width: 1025px) {
  .pr55_pc {
    padding-right: 55px;
  }
}
.pr60 {
  padding-right: 60px;
}

@media screen and (max-width: 767px) {
  .pr60_sp {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .pr60_tab {
    padding-right: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .pr60_pc {
    padding-right: 60px;
  }
}
.pr65 {
  padding-right: 65px;
}

@media screen and (max-width: 767px) {
  .pr65_sp {
    padding-right: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .pr65_tab {
    padding-right: 65px;
  }
}
@media screen and (min-width: 1025px) {
  .pr65_pc {
    padding-right: 65px;
  }
}
.pr70 {
  padding-right: 70px;
}

@media screen and (max-width: 767px) {
  .pr70_sp {
    padding-right: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .pr70_tab {
    padding-right: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .pr70_pc {
    padding-right: 70px;
  }
}
.pr75 {
  padding-right: 75px;
}

@media screen and (max-width: 767px) {
  .pr75_sp {
    padding-right: 75px;
  }
}
@media screen and (max-width: 1024px) {
  .pr75_tab {
    padding-right: 75px;
  }
}
@media screen and (min-width: 1025px) {
  .pr75_pc {
    padding-right: 75px;
  }
}
.pr80 {
  padding-right: 80px;
}

@media screen and (max-width: 767px) {
  .pr80_sp {
    padding-right: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .pr80_tab {
    padding-right: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .pr80_pc {
    padding-right: 80px;
  }
}
.pr85 {
  padding-right: 85px;
}

@media screen and (max-width: 767px) {
  .pr85_sp {
    padding-right: 85px;
  }
}
@media screen and (max-width: 1024px) {
  .pr85_tab {
    padding-right: 85px;
  }
}
@media screen and (min-width: 1025px) {
  .pr85_pc {
    padding-right: 85px;
  }
}
.pr90 {
  padding-right: 90px;
}

@media screen and (max-width: 767px) {
  .pr90_sp {
    padding-right: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .pr90_tab {
    padding-right: 90px;
  }
}
@media screen and (min-width: 1025px) {
  .pr90_pc {
    padding-right: 90px;
  }
}
.pr95 {
  padding-right: 95px;
}

@media screen and (max-width: 767px) {
  .pr95_sp {
    padding-right: 95px;
  }
}
@media screen and (max-width: 1024px) {
  .pr95_tab {
    padding-right: 95px;
  }
}
@media screen and (min-width: 1025px) {
  .pr95_pc {
    padding-right: 95px;
  }
}
.pr100 {
  padding-right: 100px;
}

@media screen and (max-width: 767px) {
  .pr100_sp {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .pr100_tab {
    padding-right: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .pr100_pc {
    padding-right: 100px;
  }
}
/*-------------------------------
          	inner wrapper
-------------------------------*/
#wrapper {
  overflow: hidden;
  position: relative;
}

.inner1 {
  width: 800px;
  max-width: 92%;
  margin: 0 auto;
}
.inner1.inner_100 {
  max-width: 100%;
}

.inner2 {
  width: 980px;
  max-width: 92%;
  margin: 0 auto;
}
.inner2.inner_100 {
  max-width: 100%;
}

.inner3 {
  width: 1100px;
  max-width: 92%;
  margin: 0 auto;
}
.inner3.inner_100 {
  max-width: 100%;
}
.inner3 .constitution_tbl {
	max-width: 700px;
	margin: 0 auto;	
}
.inner3 .gaiyo_tbl {
	max-width: 500px;
	margin: 0 auto;	
}
.constitution_tbl table,
.constitution_tbl td {
	border: none;
}
.constitution_tbl table {
	width: 100%!important;
	height: auto!important;	
}
.constitution_tbl table td {
	padding: 10px 15px;
	width: auto;
	vertical-align: top;	
}
.constitution_tbl table td strong {
	font-size: 120%;	
}
.constitution_tbl table tr td:first-child {
	white-space: nowrap;	
}
.inner3 .gaiyo_tbl table{
	border: 1px solid #CCC;
	margin-bottom: 20px;
}


.inner3 .gaiyo_tbl td {
	border: 1px solid #CCC;
	font-size: 110%;
	padding: 10px 20px;
	white-space: nowrap;
	width: auto;
	text-align: center
}
.inner3 .gaiyo_tbl tr td:first-child {
	width: 25%!important;
	white-space: nowrap;
	background: #EDEDED;
}

.schedule_tbl_flex table {
	max-width: 800px;
	width: 100%;
	height: auto!important;
	margin: 0 auto;
	border: 1px solid #CCC;
 }

.schedule_tbl td {
	padding: 10px;
	border: 1px solid #CCC;
	height: auto!important;
}
.schedule_tbl table td[rowspan] {
}

.inner4 {
  width: 1060px;
  max-width: 92%;
  margin: 0 auto;
}
.inner4.inner_100 {
  max-width: 100%;
}

.inner5 {
  width: 860px;
  max-width: 92%;
  margin: 0 auto;
}
.inner5.inner_100 {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .inner1.inner_100_sp, .inner2.inner_100_sp, .inner3.inner_100_sp, .inner4.inner_100_sp, .inner5.inner_100_sp {
    max-width: 100%;
  }
}
/*-------------------------------
          	color カラー
-------------------------------*/
.black {
  color: #000 !important;
}

.white {
  color: #fff !important;
}

.brown {
  color: #231815 !important;
}

.red {
  color: #ff0000 !important;
}

.blue {
  color: #00A8FF !important;
}

.orange {
  color: #E79F3A !important;
}

/*-------------------------------
background バックグラウンドカラー
-------------------------------*/
.bg_gray {
  background: #F5F5F5;
}

.bg_blue {
  background: #00A8FF;
}

/*-------------------------------
          	a リンク
-------------------------------*/
a {
  opacity: 1;
  transition: all 0.2s ease;
}
a:hover {
  opacity: 0.7;
}

/*-------------------------------
          	表示非表示
-------------------------------*/
@media screen and (min-width: 1025px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pc_none {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .tab_none {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tab_none {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .tab_none {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .sp_disp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .sp_disp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_disp {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .sp_indisp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .sp_indisp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_indisp {
    display: inline-block;
  }
}

@media screen and (min-width: 1025px) {
  .pc_disp {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .pc_disp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc_disp {
    display: none;
  }
}

/*-------------------------------
          	width
-------------------------------*/
.w0 {
  width: 0%;
}

@media screen and (max-width: 767px) {
  .w0_sp {
    width: 0%;
  }
}
@media screen and (max-width: 1024px) {
  .w0_tab {
    width: 0%;
  }
}
@media screen and (min-width: 1025px) {
  .w0_pc {
    width: 0%;
  }
}
.w5 {
  width: 5%;
}

@media screen and (max-width: 767px) {
  .w5_sp {
    width: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .w5_tab {
    width: 5%;
  }
}
@media screen and (min-width: 1025px) {
  .w5_pc {
    width: 5%;
  }
}
.w10 {
  width: 10%;
}

@media screen and (max-width: 767px) {
  .w10_sp {
    width: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .w10_tab {
    width: 10%;
  }
}
@media screen and (min-width: 1025px) {
  .w10_pc {
    width: 10%;
  }
}
.w15 {
  width: 15%;
}

@media screen and (max-width: 767px) {
  .w15_sp {
    width: 15%;
  }
}
@media screen and (max-width: 1024px) {
  .w15_tab {
    width: 15%;
  }
}
@media screen and (min-width: 1025px) {
  .w15_pc {
    width: 15%;
  }
}
.w20 {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .w20_sp {
    width: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .w20_tab {
    width: 20%;
  }
}
@media screen and (min-width: 1025px) {
  .w20_pc {
    width: 20%;
  }
}
.w25 {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .w25_sp {
    width: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .w25_tab {
    width: 25%;
  }
}
@media screen and (min-width: 1025px) {
  .w25_pc {
    width: 25%;
  }
}
.w30 {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .w30_sp {
    width: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .w30_tab {
    width: 30%;
  }
}
@media screen and (min-width: 1025px) {
  .w30_pc {
    width: 30%;
  }
}
.w35 {
  width: 35%;
}

@media screen and (max-width: 767px) {
  .w35_sp {
    width: 35%;
  }
}
@media screen and (max-width: 1024px) {
  .w35_tab {
    width: 35%;
  }
}
@media screen and (min-width: 1025px) {
  .w35_pc {
    width: 35%;
  }
}
.w40 {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .w40_sp {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .w40_tab {
    width: 40%;
  }
}
@media screen and (min-width: 1025px) {
  .w40_pc {
    width: 40%;
  }
}
.w45 {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .w45_sp {
    width: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .w45_tab {
    width: 45%;
  }
}
@media screen and (min-width: 1025px) {
  .w45_pc {
    width: 45%;
  }
}
.w50 {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .w50_sp {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .w50_tab {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .w50_pc {
    width: 50%;
  }
}
.w55 {
  width: 55%;
}

@media screen and (max-width: 767px) {
  .w55_sp {
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .w55_tab {
    width: 55%;
  }
}
@media screen and (min-width: 1025px) {
  .w55_pc {
    width: 55%;
  }
}
.w60 {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .w60_sp {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .w60_tab {
    width: 60%;
  }
}
@media screen and (min-width: 1025px) {
  .w60_pc {
    width: 60%;
  }
}
.w65 {
  width: 65%;
}

@media screen and (max-width: 767px) {
  .w65_sp {
    width: 65%;
  }
}
@media screen and (max-width: 1024px) {
  .w65_tab {
    width: 65%;
  }
}
@media screen and (min-width: 1025px) {
  .w65_pc {
    width: 65%;
  }
}
.w70 {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .w70_sp {
    width: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .w70_tab {
    width: 70%;
  }
}
@media screen and (min-width: 1025px) {
  .w70_pc {
    width: 70%;
  }
}
.w75 {
  width: 75%;
}

@media screen and (max-width: 767px) {
  .w75_sp {
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  .w75_tab {
    width: 75%;
  }
}
@media screen and (min-width: 1025px) {
  .w75_pc {
    width: 75%;
  }
}
.w80 {
  width: 80%;
}

@media screen and (max-width: 767px) {
  .w80_sp {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .w80_tab {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  .w80_pc {
    width: 80%;
  }
}
.w85 {
  width: 85%;
}

@media screen and (max-width: 767px) {
  .w85_sp {
    width: 85%;
  }
}
@media screen and (max-width: 1024px) {
  .w85_tab {
    width: 85%;
  }
}
@media screen and (min-width: 1025px) {
  .w85_pc {
    width: 85%;
  }
}
.w90 {
  width: 90%;
}

@media screen and (max-width: 767px) {
  .w90_sp {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .w90_tab {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  .w90_pc {
    width: 90%;
  }
}
.w95 {
  width: 95%;
}

@media screen and (max-width: 767px) {
  .w95_sp {
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  .w95_tab {
    width: 95%;
  }
}
@media screen and (min-width: 1025px) {
  .w95_pc {
    width: 95%;
  }
}
.w100 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .w100_sp {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .w100_tab {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .w100_pc {
    width: 100%;
  }
}
/*-------------------------------
          	float
-------------------------------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

/*-------------------------------
          	clear
-------------------------------*/
.clear {
  clear: both;
}
.clear:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*-------------------------------
          	hr ライン
-------------------------------*/
hr.line {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  height: 0;
  line-height: 0;
  border: none;
  border-bottom: 2px solid #b6b6b6;
  clear: both;
}

/*-------------------------------
          	block
-------------------------------*/
.block {
  display: block;
}
@media screen and (max-width: 767px) {
  .block_sp {
    display: block;
  }
}

/*-------------------------------
          	clear
-------------------------------*/
.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px !important;
}

* html .clearfix {
  height: 1px !important;
}

/*-------------------------------
          	text-algn
-------------------------------*/
.txt_right {
  text-align: right !important;
}

.txt_left {
  text-align: left !important;
}

.txt_center {
  text-align: center !important;
}

.txt_center img {
  margin-left: auto !important;
  margin-right: auto !important;
}

/*-------------------------------
  flex flex
-------------------------------*/
.display-flex-between {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.order_1 {
  order: 1;
}

@media screen and (min-width: 1025px) {
  .order_1_pc {
    order: 1;
  }
}
@media screen and (max-width: 1024px) {
  .order_1_tab {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .order_1_sp {
    order: 1;
  }
}
.order_2 {
  order: 2;
}

@media screen and (min-width: 1025px) {
  .order_2_pc {
    order: 2;
  }
}
@media screen and (max-width: 1024px) {
  .order_2_tab {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .order_2_sp {
    order: 2;
  }
}
.order_3 {
  order: 3;
}

@media screen and (min-width: 1025px) {
  .order_3_pc {
    order: 3;
  }
}
@media screen and (max-width: 1024px) {
  .order_3_tab {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .order_3_sp {
    order: 3;
  }
}
.order_4 {
  order: 4;
}

@media screen and (min-width: 1025px) {
  .order_4_pc {
    order: 4;
  }
}
@media screen and (max-width: 1024px) {
  .order_4_tab {
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  .order_4_sp {
    order: 4;
  }
}
.order_5 {
  order: 5;
}

@media screen and (min-width: 1025px) {
  .order_5_pc {
    order: 5;
  }
}
@media screen and (max-width: 1024px) {
  .order_5_tab {
    order: 5;
  }
}
@media screen and (max-width: 767px) {
  .order_5_sp {
    order: 5;
  }
}
/*-------------------------------
  カラム column
-------------------------------*/
.col_1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

@media screen and (min-width: 1025px) {
  .col_1_pc {
    flex: 0 0 8.3333333333% !important;
    max-width: 8.3333333333% !important;
  }
}
@media screen and (max-width: 1024px) {
  .col_1_tab {
    flex: 0 0 8.3333333333% !important;
    max-width: 8.3333333333% !important;
  }
}
@media screen and (max-width: 767px) {
  .col_1_sp {
    flex: 0 0 8.3333333333% !important;
    max-width: 8.3333333333% !important;
  }
}
.col_2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

@media screen and (min-width: 1025px) {
  .col_2_pc {
    flex: 0 0 16.6666666667% !important;
    max-width: 16.6666666667% !important;
  }
}
@media screen and (max-width: 1024px) {
  .col_2_tab {
    flex: 0 0 16.6666666667% !important;
    max-width: 16.6666666667% !important;
  }
}
@media screen and (max-width: 767px) {
  .col_2_sp {
    flex: 0 0 16.6666666667% !important;
    max-width: 16.6666666667% !important;
  }
}
.col_3 {
  flex: 0 0 25%;
  max-width: 25%;
}

@media screen and (min-width: 1025px) {
  .col_3_pc {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}
@media screen and (max-width: 1024px) {
  .col_3_tab {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}
@media screen and (max-width: 767px) {
  .col_3_sp {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}
.col_4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

@media screen and (min-width: 1025px) {
  .col_4_pc {
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
}
@media screen and (max-width: 1024px) {
  .col_4_tab {
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
}
@media screen and (max-width: 767px) {
  .col_4_sp {
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
}
.col_5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

@media screen and (min-width: 1025px) {
  .col_5_pc {
    flex: 0 0 41.6666666667% !important;
    max-width: 41.6666666667% !important;
  }
}
@media screen and (max-width: 1024px) {
  .col_5_tab {
    flex: 0 0 41.6666666667% !important;
    max-width: 41.6666666667% !important;
  }
}
@media screen and (max-width: 767px) {
  .col_5_sp {
    flex: 0 0 41.6666666667% !important;
    max-width: 41.6666666667% !important;
  }
}
.col_6 {
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (min-width: 1025px) {
  .col_6_pc {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media screen and (max-width: 1024px) {
  .col_6_tab {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  .col_6_sp {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
.col_7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

@media screen and (min-width: 1025px) {
  .col_7_pc {
    flex: 0 0 58.3333333333% !important;
    max-width: 58.3333333333% !important;
  }
}
@media screen and (max-width: 1024px) {
  .col_7_tab {
    flex: 0 0 58.3333333333% !important;
    max-width: 58.3333333333% !important;
  }
}
@media screen and (max-width: 767px) {
  .col_7_sp {
    flex: 0 0 58.3333333333% !important;
    max-width: 58.3333333333% !important;
  }
}
.col_8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

@media screen and (min-width: 1025px) {
  .col_8_pc {
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
}
@media screen and (max-width: 1024px) {
  .col_8_tab {
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
}
@media screen and (max-width: 767px) {
  .col_8_sp {
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
}
.col_9 {
  flex: 0 0 75%;
  max-width: 75%;
}

@media screen and (min-width: 1025px) {
  .col_9_pc {
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
}
@media screen and (max-width: 1024px) {
  .col_9_tab {
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
}
@media screen and (max-width: 767px) {
  .col_9_sp {
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
}
.col_10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

@media screen and (min-width: 1025px) {
  .col_10_pc {
    flex: 0 0 83.3333333333% !important;
    max-width: 83.3333333333% !important;
  }
}
@media screen and (max-width: 1024px) {
  .col_10_tab {
    flex: 0 0 83.3333333333% !important;
    max-width: 83.3333333333% !important;
  }
}
@media screen and (max-width: 767px) {
  .col_10_sp {
    flex: 0 0 83.3333333333% !important;
    max-width: 83.3333333333% !important;
  }
}
.col_11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

@media screen and (min-width: 1025px) {
  .col_11_pc {
    flex: 0 0 91.6666666667% !important;
    max-width: 91.6666666667% !important;
  }
}
@media screen and (max-width: 1024px) {
  .col_11_tab {
    flex: 0 0 91.6666666667% !important;
    max-width: 91.6666666667% !important;
  }
}
@media screen and (max-width: 767px) {
  .col_11_sp {
    flex: 0 0 91.6666666667% !important;
    max-width: 91.6666666667% !important;
  }
}
.col_12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (min-width: 1025px) {
  .col_12_pc {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 1024px) {
  .col_12_tab {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .col_12_sp {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
/*-------------------------------
  header
-------------------------------*/
.header {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transform: translate3d(0, 0, 0);
}
.header_logo {
	width: 164px;
	margin-bottom: 10px;
}
.header_logo img {
	width: 100%;
	height: auto;	
}

.header_inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 1100px;
  max-width: 100%;
  margin: auto;
  height: 58px;
}

@media screen and (max-width: 1024px) {
  .header {
    background: white;
    box-shadow: 0 3px 4.5px rgba(0, 0, 0, 0.11);
  }
  .header_logo {
    margin-bottom: 0;
	width: 132px;
  }
  .header_inner {
	max-width: 94%;
	height: 50px;
	padding: 10px 0;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .header_inner {
	width: 100%;
	max-width: inherit;
	padding: 0 20px;
	margin: 0;
  }
}
/*-------------------------------
  menu
-------------------------------*/
.main_menu {
  width: 900px;
  max-width: 88%;
}
.main_menu_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.main_menu_list > li {
  position: relative;
  width: 103px;
  max-width: calc(100% / 8);
  cursor: pointer;
}
.main_menu_list > li.menu_1 {
  width: 115px;
  max-width: calc(100% / 7);
}
.main_menu_list > li.menu_1 a {
  letter-spacing: -1.5px;
}
.main_menu_list > li:after {
  display: block;
  width: 103px;
  margin: auto;
  height: 3px;
  content: "";
}
.main_menu_list > li.menu_1:after {
  background: #00A8FF;
}
.main_menu_list > li.menu_2:after {
  background: #3633B6;
}

.main_menu_list > li.menu_3:after,
.main_menu_list > li.menu_4:after,
.main_menu_list > li.menu_5:after,
.main_menu_list > li.menu_6:after,
.main_menu_list > li.menu_7:after,
.main_menu_list > li.menu_8:after {
	transition: all 0.2s;
	transform: scale(0);
}

.main_menu_list > li.menu_3:after {
	background: rgba(118,215,175,0);
}
.main_menu_list > li.menu_3:hover:after {
	background: rgba(118,215,175,1);
}
.main_menu_list > li.menu_4:after {
  background: rgba(215,118,198,0);
}
.main_menu_list > li.menu_4:hover:after {
  background: rgba(215,118,198,1);
}
.main_menu_list > li.menu_5:after {
  background: rgba(215,206,118,0);
}
.main_menu_list > li.menu_5:hover:after {
  background: rgba(215,206,118,1);
}
.main_menu_list > li.menu_6:after {
  background: rgba(186,126,85,0);
}
.main_menu_list > li.menu_6:hover:after {
  background: rgba(186,126,85,1);
}
.main_menu_list > li.menu_7:after {
  background: rgba(150,52,89,0);
}
.main_menu_list > li.menu_7:hover:after {
  background: rgba(150,52,89,1);
}
.main_menu_list > li.menu_8:after {
  background: rgba(172,118,215,0);
}
.main_menu_list > li.menu_8:hover:after {
  background: rgba(172,118,215,1);
}

.main_menu_list > li.menu_3:hover:after,
.main_menu_list > li.menu_4:hover:after,
.main_menu_list > li.menu_5:hover:after,
.main_menu_list > li.menu_6:hover:after,
.main_menu_list > li.menu_7:hover:after,
.main_menu_list > li.menu_8:hover:after {
	transform: scale(1);
}


.main_menu_list > li > a {
  display: block;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #000;
  padding-bottom: 5px;
  text-align: center;
  white-space: nowrap;
}
.main_menu_list > li > a span {
  display: block;
  font-family: calibri, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}
.main_menu_list > li ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
  position: absolute;
  top: 90%;
  left: 0;
  z-index: -1;
  width: 190px;
}
.main_menu_list > li ul.sub-menu li {
  display: block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 40px;
}
.main_menu_list > li ul.sub-menu li a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding-left: 20px;
  color: #fff;
  height: 100%;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
}
.main_menu_list > li ul.sub-menu li a:hover {
  opacity: 1;
}
.main_menu_list > li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
  z-index: 3;
}
.main_menu_list > li.menu_1 > ul.sub-menu {
  background: #00A8FF;
}
.main_menu_list > li.menu_1 > ul.sub-menu li a:hover {
  background: #3EBDFF;
}
.main_menu_list > li.menu_2 > ul.sub-menu {
  background: #3633B6;
}
.main_menu_list > li.menu_2 > ul.sub-menu li a:hover {
  background: #524FD1;
}

#nav_sp {
  display: none;
}

@media screen and (min-width: 1025px) {
  .main_menu_list > li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    z-index: 3;
  }
}
@media screen and (max-width: 1024px) {
  #nav {
    display: none !important;
  }

  #nav_sp {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

.main_menu .menu-main-container {
	background: #FFF;
	max-height: inherit;
	min-height: 100vh;
}
  .main_menu {
    width: 250px;
    height: 100vh;
    max-width: 100%;
    position: fixed;
    top: 50px;
    right: -250px;
    transition: all 0.3s ease;
  }
  .main_menu_bg {
    display: block;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    width: 100vw;
    height: 100vh;
    content: "";
    position: fixed;
    z-index: 5;
    top: 50px;
    left: 0;
    z-index: -2;
    visibility: hidden;
    transition: all 0.5s ease;
  }
  .main_menu .menu-main-container {
    width: 250px;
    max-width: 100%;
    max-height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .main_menu_list {
    display: block;
    width: 100%;
  }
  .main_menu_list > li {
    position: relative;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #DEDEDE;
  }
  .main_menu_list > li.menu_1 {
    width: 100%;
    max-width: 100%;
  }
  .main_menu_list > li.menu_1:before {
    display: block;
    background: url(../images/ico_submenu_1@2x.png) 0 0 no-repeat;
    background-size: 16px 10px;
    width: 16px;
    height: 10px;
    content: "";
    transition: all 0.6s ease;
    position: absolute;
    top: 25px;
    right: 40px;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .main_menu_list > li.menu_1:before {
    top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .main_menu_list > li.menu_1.open:before {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 1024px) {
  .main_menu_list > li.menu_2 {
    width: 100%;
    max-width: 100%;
  }
  .main_menu_list > li.menu_2:before {
    display: block;
    background: url(../images/ico_submenu_2@2x.png) 0 0 no-repeat;
    background-size: 16px 10px;
    width: 16px;
    height: 10px;
    content: "";
    transition: all 0.6s ease;
    position: absolute;
    top: 25px;
    right: 40px;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .main_menu_list > li.menu_2:before {
    top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .main_menu_list > li.menu_2.open:before {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 1024px) {
  .main_menu_list > li:after {
    display: block;
    width: 3px;
    height: 1em;
    content: "";
    position: absolute;
    top: 24px;
    left: 25px;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .main_menu_list > li:after {
    top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .main_menu_list > li > a {
    font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 1.5rem;
    padding: 16px 20px 16px 40px;
    text-align: left;
    background: #fff;
  }
  .main_menu_list > li > a:hover {
    opacity: 1;
  }
  .main_menu_list > li > a span {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .main_menu_list > li > a {
    padding: 4px 20px 4px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .main_menu_list > li ul.sub-menu {
    display: none;
    transition: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
    letter-spacing: 0;
    font-size: 0;
    width: 100%;
  }
  .main_menu_list > li ul.sub-menu li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    height: 30px;
    border-bottom: 1px solid #F5F5F5;
  }
  .main_menu_list > li ul.sub-menu li a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding-left: 20px;
    color: #fff;
    height: 100%;
    width: 100%;
    letter-spacing: 0;
    font-size: 1.3rem;
    font-weight: 700;
  }
  .main_menu_list > li ul.sub-menu li a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .main_menu_list > li:hover > ul.sub-menu {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .main_menu_list > li.menu_1 > ul.sub-menu li {
    width: calc(50% - 1px);
    display: inline-block;
    border-right: 1px solid #F5F5F5;
  }
  .main_menu_list > li.menu_1 > ul.sub-menu li:nth-of-type(2n) {
    border-right: none;
    width: 50%;
  }
  .main_menu_list > li.menu_1 > ul.sub-menu li:nth-of-type(5), .main_menu_list > li.menu_1 > ul.sub-menu li:nth-of-type(6) {
    border-bottom: none;
  }
  .main_menu_list > li.menu_1 > ul.sub-menu li a {
    text-align: center;
    justify-content: center;
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .main_menu_list > li.menu_2 > ul.sub-menu li {
    width: 100%;
  }
  .main_menu_list > li.menu_2 > ul.sub-menu li:nth-of-type(3) {
    border-bottom: none;
  }
  .main_menu_list > li.menu_2 > ul.sub-menu li a {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .main_menu.open {
    right: 0;
  }
  .main_menu.open .main_menu_bg {
    opacity: 1;
    z-index: 5;
    visibility: visible;
  }
}
/*nav_toggle*/
.nav_toggle {
  visibility: hidden;
}

@media screen and (max-width: 1024px) {
  .nav_toggle {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    visibility: visible;
    top: 15px;
    right: 3vw;
    z-index: 1000;
    width: 26px;
    z-index: 10000;
    box-sizing: border-box;
  }
  .nav_toggle div {
    position: relative;
    width: 26px;
    height: 20px;
    cursor: pointer;
  }
  .nav_toggle span.menu_line {
    display: block;
    height: 2px;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    transition: 0.5s ease-in-out 0.1s;
  }
  .nav_toggle span.menu_line_1 {
    top: 0px;
    background: #E79F3A;
  }
  .nav_toggle span.menu_line_2 {
    top: 8px;
    background: #FAE834;
  }
  .nav_toggle span.menu_line_3 {
    top: 16px;
    background: #E79F3A;
  }

  /*開閉ボタンopen時*/
  .nav_toggle.open span.menu_line_1 {
    top: 8px;
    transform: rotate(135deg);
    height: 3px;
    width: 30px;
    left: 5px;
  }
  .nav_toggle.open span.menu_line_2 {
    top: 8px;
    transform: rotate(-135deg);
    height: 3px;
    width: 30px;
    left: 5px;
  }
  .nav_toggle.open span.menu_line_3 {
    top: 8px;
    transform: rotate(135deg);
    height: 3px;
    width: 30px;
    left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .nav_toggle {
    top: 15px;
    width: 40px;
  }
  .nav_toggle div {
    width: 26px;
    height: 20px;
  }
  .nav_toggle span.menu_line {
    height: 2px;
  }
  .nav_toggle span.menu_line_1 {
    top: 0px;
  }
  .nav_toggle span.menu_line_2 {
    top: 9px;
  }
  .nav_toggle span.menu_line_3 {
    top: 18px;
  }

  /*開閉ボタンopen時*/
}
/*-------------------------------
    fadein
-------------------------------*/
.fade_in, .fade_in_once {
  position: relative;
  opacity: 0;
  visibility: hidden;
  top: 20px;
  transition: all 0.8s ease 0.2s;
}
.fade_in.fade_in_up, .fade_in_once.fade_in_up {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.fade_bottom {
  position: relative;
  opacity: 0;
  visibility: hidden;
  bottom: -20px;
  transition: all 0.8s ease 0.2s;
}
.fade_bottom.fade_bottom_up {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

/*-------------------------------
    button
-------------------------------*/
.btn_01 {
  display: block;
  text-align: center;
  margin-top: 20px;
  height: 36px;
}
.btn_01 a {
  display: block;
  width: 340px;
  max-width: 90%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
  overflow: visible;
  z-index: 2;
  margin-left: auto;
}
.btn_01 a:hover {
  opacity: 1;
}
/*
.btn_01 a:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #DDDDDD;
  position: absolute;
  bottom: -4px;
  right: -4px;
  z-index: 0;
  z-index: 1;
}
*/
.btn_01_txt {
  display: block;
  overflow: hidden;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 2;
  margin: auto;
  height: 100%;
}
.btn_01_txt span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.5s ease 0.1s;
  overflow: hidden;
  border: 2px solid #000;
  z-index: 2;
  color: #000;
  height: 100%;
  overflow: hidden;
}
/*
.btn_01_txt span:hover {
  color: #fff;
}
.btn_01_txt:before {
  display: block;
  content: "";
  width: 100%;
  height: 62px;
  background: #000;
  position: absolute;
  left: -100%;
  top: 0;
  transition: all 0.25s;
  z-index: 1;
}
*/
.btn_01_txt:hover:before {
  left: 0;
}

@media screen and (max-width: 767px) {
  .btn_01 a {
    margin: auto;
	width: 80%;
  }
  .btn_01 a span {
	font-size: 12px!important;
  }
  .btn_01_txt {
    font-size: 1.4rem;
  }
}
.btn_02 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 211px;
  max-width: 100%;
  height: 63px;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  overflow: visible;
  z-index: 2;
  transition: all 0.4s ease;
  background: #838383 url(../images/ico_sankaku_02.png) 94% 50% no-repeat;
}
.btn_02:hover {
  background-color: #D7CE76;
}

.btn_03 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 373px;
  max-width: 100%;
  height: 57px;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  overflow: visible;
  z-index: 2;
  border: 2px solid #E79F3A;
  transition: all 0.4s ease;
  background: none;
  color: #E79F3A;
}
.btn_03:hover {
  background-color: #E79F3A;
}

/*-------------------------------
  footer
-------------------------------*/
.footer {
  width: 100%;
  border-top: 2px solid #FAE834;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1);
}
.footer_inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 820px;
  max-width: 100%;
  justify-content: center;
  padding: 70px 0 40px 0;
  margin: auto;
}
.footer_logo {
  display: block;
  margin-right: 4%;
  width: 250px;
}
.footer_logo img {
	width: 100%;
	height: auto;	
}
.footer_txt {
  max-width: 60%;
  text-align: left;
}
.footer_link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  max-width: 100%;
  height: 38px;
  margin-top: 25px;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  overflow: visible;
  z-index: 2;
  border: 2px solid #E79F3A;
  transition: all 0.4s ease;
  background: none;
  color: #E79F3A;
}
.footer_link:hover {
  background-color: #E79F3A;
  color: #fff;
}
.footer_bottom {
  background: #e79f3a;
  background: linear-gradient(to right, #e79f3a 0%, #fae834 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e79f3a", endColorstr="#fae834",GradientType=1 );
}
.footer_bottom_inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 820px;
  max-width: 100%;
  color: #fff;
  padding: 5px;
  margin: auto;
}
.footer_menu li {
  display: inline-block;
  border-right: 2px solid #fff;
}
.footer_menu li:last-child {
  border-right: 0;
}
.footer_menu li a {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0px 15px;
  line-height: 1;
}
.footer_copyright {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}
.footer_tel {
  display: inline-block;
  padding-right: 1em;
}
.footer_tel span {
  display: inline-block;
}
.footer_tel a {
  display: none;
}
.footer_fax {
  display: inline-block;
}

.pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background: #EBB465;
	box-sizing: border-box;
	border: 2px solid #FFF;
	cursor: pointer;
	display: none;
	z-index: 100;
}
.pagetop:after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	border-left: 3px solid #FFF;
	border-top: 3px solid #FFF;
	transform: rotate(45deg);
	position: absolute;
	top: 23px;
	left: 20px;
}


@media screen and (max-width: 1024px) {
  .footer_logo {
    display: block;
    margin-right: 4%;
    width: 160px;
  }
  .footer_txt {
    max-width: 64%;
    text-align: left;
  }
  .footer_menu li {
    display: inline-block;
    border-right: 2px solid #fff;
  }
  .footer_menu li:last-child {
    border-right: 0;
  }
  .footer_menu li a {
    font-size: 1.3rem;
  }
  .footer_copyright {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .footer_inner {
    padding: 30px 0 30px ;
    margin: auto;
	display: block;
  }
  .footer_logo {
		width: 50%;
		margin: 0 auto 20px;
		text-align: center;
  }
  .footer_txt {
    max-width: 100%;
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .footer_link {
    margin: 20px auto 0 auto;
  }
  .footer_bottom {
    background: none;
  }
  .footer_bottom_inner {
    padding: 0;
    display: block;
  }
  .footer_menu {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
  .footer_menu li {
    display: inline-block;
    border-right: 1px solid #000;
  }
  .footer_menu li a {
    display: block;
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    padding: 0px 10px;
    line-height: 1;
  }
  .footer_copyright {
    display: block;
    padding: 10px 0;
    background: #e79f3a;
    background: linear-gradient(to right, #e79f3a 0%, #fae834 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e79f3a", endColorstr="#fae834",GradientType=1 );
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
  }
  .footer_tel span {
    display: none;
  }
  .footer_tel a {
    display: inline-block;
    color: #000;
  }
}
.top_btn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  padding: 10px;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 1.8rem;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.top_btn.visible {
  visibility: visible;
  opacity: 1;
}

/*-------------------------------
  1-main
-------------------------------*/
.anker {
  position: relative;
  height: 0;
  visibility: hidden;
  opacity: 0;
  display: block;
  content: "";
  width: 100%;
  margin-top: -10vw;
  padding-top: 10vw;
}

.main_img {
  position: relative;
  z-index: 1;
  height: 100vh;
}
.main_img_logo {
  position: absolute;
  top: calc(50% - 39px);
  left: calc(50% - 195px);
  z-index: 3;
}
.main_img_bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100vh;
  content: "";
}
.main_img_bg_slide {
  display: block;
  content: "";
  height: 100vh !important;
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.main_img_bg_slide_box {
  transition: all 0.8s ease 0.2s;
  opacity: 0;
  visibility: hidden;
}
.main_img_bg_slide_box.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.main_img_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  z-index: 3;
  width: 1100px;
  max-width: 100%;
  margin: auto;
  height: 100vh;
  padding: 10px 6% 15px 6%;
}
.main_img_caution {
  position: relative;
  z-index: 3;
  background: #fff;
  width: 332px;
  max-width: 90%;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.main_img_caution dt {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 33px;
  width: 100%;
  background: #CB1717;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.main_img_caution dd {
  display: block;
  background: #fff;
  width: 100%;
  padding: 1px 20px;
}
.main_img_caution dd a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  font-size: 1.5rem;
  color: #000;
}
.main_img_caution dd a time {
  display: inline-block;
  margin-right: 1em;
}
.main_img_news {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  background: #fff;
  height: 45px;
  width: 890px;
  max-width: 100%;
  padding: 5px;
}
.main_img_news dt {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 130px;
  max-width: 18%;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  border-right: 1px solid #000;
  line-height: 1.3;
}
.main_img_news dt span {
  display: block;
  line-height: 1;
  font-size: 1.4rem;
  font-family: calibri, sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  text-align: center;
}
.main_img_news dd {
  display: block;
  width: calc(100% - 130px);
  max-width: 82%;
  padding: 0 20px;
}
.main_img_news dd a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  color: #000;
}
.main_img_news dd a time {
  display: inline-block;
  margin-right: 1em;
}
.main_img_news dd .slick-arrow {
  display: none !important;
}
.main_img_news dd .pc_tit {
  display: inline;
}
.main_img_news dd .sp_tit {
  display: none;
}
.main_img_news_cat {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
  font-size: 1.2rem;
  text-align: center;
  width: 87px;
  margin-right: 1em;
  letter-spacing: -1px;
  border: 2px solid #E79F3A;
  color: #E79F3A;
  font-weight: 700;
  border-color: #E79F3A;
}
@media screen and (max-width: 767px) {
  .main_img_logo {
    width: 250px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 125px);
    z-index: 3;
  }
  .main_img_logo img {
    max-width: 100%;
  }
  .main_img_list {
    padding: 10px 20px 15px 20px;
  }
  .main_img_caution {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    z-index: 3;
    background: #fff;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    padding-bottom: 0;
  }
  .main_img_caution dt {
    height: 32px;
    width: 75px;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .main_img_caution dd {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    width: calc(100% - 75px);
    padding: 1px 10px;
  }
  .main_img_caution dd a {
    font-size: 1.2rem;
    overflow: hidden;
  }
  .main_img_caution dd a time {
    margin-right: 0.5em;
  }
  .main_img_caution dd:nth-of-type(2) {
    display: none;
  }
  .main_img_news {
    padding: 5px 0;
    height: 32px;
  }
  .main_img_news dt {
    width: 75px;
    max-width: 100%;
    font-size: 1.2rem;
  }
  .main_img_news dt span {
    font-size: 1rem;
  }
  .main_img_news dd {
    width: calc(100% - 75px);
    max-width: 100%;
    padding: 0 10px;
  }
  .main_img_news dd a {
    font-size: 1.2rem;
  }
  .main_img_news dd a time {
    display: inline-block;
    margin-right: 0.5em;
  }
  .main_img_news dd .pc_tit {
    display: none;
  }
  .main_img_news dd .sp_tit {
    display: inline-block;
    letter-spacing: -1px;
    white-space: nowrap;
  }
  .main_img_news_cat {
    padding: 2px;
    font-size: 1rem;
    width: 60px;
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 320px) {
  .main_img_list {
    padding: 10px 10px 15px 10px;
  }
  .main_img_caution dd {
    padding: 1px 8px;
  }
  .main_img_caution dd a {
    font-size: 1.15rem;
    white-space: nowrap;
  }
  .main_img_caution dd a time {
    margin-right: 0.4em;
  }
  .main_img_news {
    padding: 5px 0;
    height: 32px;
  }
  .main_img_news dt {
    font-size: 1.15rem;
  }
  .main_img_news dt span {
    font-size: 0.9rem;
  }
  .main_img_news dd {
    padding: 0 8px;
  }
  .main_img_news dd a {
    font-size: 1.15rem;
    white-space: nowrap;
  }
  .main_img_news dd a time {
    margin-right: 0.4em;
    white-space: nowrap;
  }
  .main_img_news_cat {
    font-size: 1rem;
    width: 60px;
    white-space: nowrap;
    margin-right: 0.4em;
  }
}
.top_ban {
  background: #F8F5E6;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 40px;
}
.top_ban_inner {
  width: 960px;
  max-width: 100%;
  margin: auto;
}
.top_ban .slick-list {
  width: 960px;
  max-width: 100%;
  position: relative;
  right: -5px;
}
.top_ban .slick-track {
  justify-content: space-between;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
}
.top_ban .slick-prev {
  left: -65px;
  width: 59px;
  height: 60px;
  content: "";
}
.top_ban .slick-next {
  right: -65px;
  width: 59px;
  height: 60px;
  content: "";
}
.top_ban .slick-prev:before {
  display: block;
  width: 59px;
  height: 60px;
  content: "";
  background: url(../images/ico_cal_left.png) 0 0 no-repeat;
}
.top_ban .slick-next:before {
  display: block;
  width: 59px;
  height: 60px;
  content: "";
  background: url(../images/ico_cal_right.png) 0 0 no-repeat;
}

@media screen and (max-width: 1024px) {
  .top_ban {
    padding: 20px 20px;
    box-sizing: border-box;
    max-width: 100%;
  }
  .top_ban .slick-list {
    right: -5px;
  }
  .top_ban .slick-prev {
    left: -20px;
    width: 44px;
    height: 44px;
    content: "";
    z-index: 3;
  }
  .top_ban .slick-next {
    right: -15px;
    width: 44px;
    height: 44px;
    content: "";
    z-index: 3;
  }
  .top_ban .slick-prev:before {
    display: block;
    width: 44px;
    height: 44px;
    content: "";
    background: url(../images/ico_cal_left@2x.png) 0 0 no-repeat;
    background-size: cover;
  }
  .top_ban .slick-next:before {
    display: block;
    width: 44px;
    height: 44px;
    content: "";
    background: url(../images/ico_cal_right@2x.png) 0 0 no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .top_ban {
    padding: 20px 0 30px 0;
    margin-bottom: -30px;
  }
  .top_ban .slick-list {
    right: -1px;
  }
  .top_ban .slick-slide {
    text-align: center;
  }
  .top_ban .slick-slide img {
    display: block;
    margin: auto;
  }
  .top_ban .slick-prev {
    left: 20px;
    width: 44px;
    height: 44px;
    content: "";
    z-index: 3;
  }
  .top_ban .slick-next {
    right: 20px;
    width: 44px;
    height: 44px;
    content: "";
    z-index: 3;
  }
  .top_ban .slick-dots li {
    width: 18px;
  }
  .top_ban .slick-dots li button:before {
    font-size: 7px;
    width: 20px;
    height: 20px;
    content: "■";
    text-align: center;
    opacity: 0.25;
    color: #FAE834;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .top_ban .slick-dots li.slick-active button:before {
    color: #E79F3A;
  }
}
.top_news {
  display: block;
  width: 860px;
  max-width: 100%;
  margin: auto auto 40px auto;
}
.top_news_tab {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 57px 0 0 65px;
  background: url(../images/ico_news.png) 0 0 no-repeat;
}
.top_news_tit {
  width: 175px;
  font-size: 3rem;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 1;
}
.top_news_btn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 175px);
  margin-bottom: 30px;
}
.top_news_btn li {
  display: block;
}
.top_news_btn li span, .top_news_btn li a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 700;
  width: 113px;
  height: 32px;
}
.top_news_btn_all {
  background: #E79F3A;
}
.top_news_btn_news {
  background: #76D7AF;
}
.top_news_btn_event {
  background: #AC76D7;
}
.top_news_btn_other {
  background: #D776C6;
}
.top_news_btn_caution {
  background: #CB1717;
}
.top_news_list {
  padding: 0 0 0 65px;
  position: relative;
}
.top_news_list_child {
  display: block;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 65px;
  width: calc(100% - 75px );
}
.top_news_list_child ul {
  display: block;
}
.top_news_list_child ul li {
  display: block;
  position: relative;
  background: #fff;
  width: 100%;
  padding: 5px 20px 5px 0;
  border-bottom: 1px dotted #DDDDDD;
}
.top_news_list_child ul li:last-child {
  border-bottom: 0;
}
.top_news_list_child ul li a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  font-size: 1.5rem;
  color: #000;
}
.top_news_list_child ul li a time {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  display: block;
  width: 175px;
  letter-spacing: -0.1px;
  padding-right: 20px;
  text-align: right;
}
.top_news_list_child_news {
  display: none;
  position: absolute;
  top: 0;
  left: 65px;
}
.top_news_list_child_event {
  display: none;
  position: absolute;
  top: 0;
  left: 65px;
}
.top_news_list_child_other {
  display: none;
  position: absolute;
  top: 0;
  left: 65px;
}
.top_news_list_child_caution {
  display: none;
  position: absolute;
  top: 0;
  left: 65px;
}
.top_news_list_child_space {
  display: block !important;
  position: relative;
  opacity: 0;
  top: auto;
  visibility: hidden;
  height: calc(750 / 300 * 120px);
}
.top_news_list_new {
  position: absolute;
  left: 35px;
  top: 8px;
  color: #CB1717;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.2px;
}
.top_news_list_cat {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 90px;
  height: 25px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -1px;
  border: 2px solid #000;
  margin-right: 20px;
}
.top_news_list_cat_event {
  color: #E79F3A;
  border-color: #E79F3A;
}
.top_news_list_cat_news {
  color: #76D7AF;
  border-color: #76D7AF;
}
.top_news_list_cat_other {
  color: #D776C6;
  border-color: #D776C6;
}
.top_news_list_cat_caution {
  color: #fff;
  background: #CB1717;
  border-color: #CB1717;
}
.top_news_more {
  display: block;
  text-align: right;
  padding-top: 20px;
}
.top_news_more a {
  display: block;
  width: 180px;
  max-width: 90%;
  height: 50px;
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
  overflow: visible;
  z-index: 2;
  margin-left: auto;
}
.top_news_more a:hover {
  opacity: 1;
}
.top_news_more a,
.btn_01 a,
.top_blog_btn a {
  box-shadow: 4px 4px 0 #000;
  height: 50px;
  width: 200px;
}
.top_news_more a:hover,
.btn_01 a:hover,
.top_blog_btn a:hover {
  opacity: 1;
   box-shadow: -4px -4px 0 #000
}

.btn_01 a {
  width: 380px;
}

.top_news_more_txt::after,
.btn_01_txt::after {
	content: '';
	display: block;
	width: 25px;
	height: 7px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	position: absolute;
	top: calc(50% - 4px);
	right: 20px;
	z-index: 10;
	transform:skewX(55deg);
	transition: ease 0.3s;
}
.top_news_more_txt:hover::after,
.btn_01_txt:hover::after{
	right: 10px;
}
/*
.top_news_more_txt:hover::after,
.btn_01_txt:hover::after{
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
*/
.top_news_more a:hover,
.btn_01 a:hover,
.top_blog_btn a:hover {
	opacity: 1;
	box-shadow: -4px -4px 0 #000
}
@media(max-width: 767px) {
.top_news_more a,
.btn_01 a,
.top_blog_btn a {
  height: 40px;
}
.top_news_more_txt::after,
.btn_01_txt::after {
	width: 20px;
	height: 6px;
	top: calc(50% - 4px);
}
}

/*
.top_news_more a:after {
  display: block;
  content: "";
  width: 180px;
  max-width: 100%;
  height: 30px;
  background: #000;
  position: absolute;
  bottom: -5px;
  right: -4px;
  z-index: 0;
  z-index: 1;
}
*/
.top_news_more_txt {
  display: block;
  overflow: hidden;
  width: 100%;
  background: #fff;
  height: 100%;
  position: relative;
  z-index: 2;
}
.top_news_more_txt span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.5s ease 0.1s;
  overflow: hidden;
  border: 2px solid #000;
  z-index: 2;
  height: 100%;
  color: #000;
  overflow: hidden;
}
/*
.top_news_more_txt span:hover {
  color: #fff;
}
.top_news_more_txt:before {
  display: block;
  content: "";
  width: 100%;
  height: 62px;
  background: #000;
  position: absolute;
  left: -100%;
  top: 0;
  transition: all 0.25s;
  z-index: 1;
}
.top_news_more_txt:hover:before {
  left: 0;
}
*/
@media screen and (max-width: 1024px) {
  .top_news {
    max-width: 92%;
  }
  .top_news_tab {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 67px 0 0 65px;
    background: url(../images/ico_news@2x.png) 0 0 no-repeat;
    background-size: 107px 73px;
  }
  .top_news_tit {
    width: 130px;
    padding-top: 5px;
    font-size: 2.6rem;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 1;
  }
  .top_news_btn {
    width: calc(100% - 130px);
  }
  .top_news_btn li {
    display: block;
    width: 19%;
  }
  .top_news_btn li span, .top_news_btn li a {
    font-size: 1.4rem;
    width: 100%;
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .top_news {
    max-width: 100%;
  }
  .top_news_tab {
    width: 270px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 30px 0 30px 0;
    background-image: url(../images/ico_tit_top@2x.png), url(../images/ico_tit_bottom@2x.png);
    background-position: 5px 5px, 98% 98%;
    background-size: 46px 46px, 46px 46px;
    background-color: #fff;
    margin: auto;
  }
  .top_news_tab:before {
    display: block;
    background: url(../images/ico_news_sp@2x.png) 0 0 no-repeat;
    background-size: 39px 30px;
    width: 39px;
    height: 30px;
    content: "";
    position: absolute;
    top: 14px;
    left: 65px;
  }
  .top_news_tit {
    width: 260px;
    padding-top: 5px;
    font-size: 2rem;
    text-align: center;
  }
  .top_news_btn {
    display: none;
  }
  .top_news_list {
    padding: 0 0 0 0;
    position: relative;
  }
  .top_news_list_child {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  .top_news_list_child ul {
    display: block;
  }
  .top_news_list_child ul li {
    display: block;
    position: relative;
    background: #fff;
    width: 100%;
    padding: 8px 30px 8px 30px;
    border-bottom: 1px dotted #DDDDDD;
  }
  .top_news_list_child ul li:last-child {
    border-bottom: 1px dotted #DDDDDD;
  }
  .top_news_list_child ul li a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
  }
  .top_news_list_child ul li a time {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    display: block;
    width: auto;
    order: 2;
  }
  .top_news_list_child_space {
    display: none !important;
  }
  .top_news_more {
    display: block;
    text-align: center;
    padding-top: 20px;
  }
  .top_news_more a {
    display: block;
    font-size: 1.4rem;
    margin: auto;
  }
}
.top_about {
  width: 860px;
  margin: auto;
  max-width: 100%;
  padding-bottom: 80px;
}
.top_about_header {
  max-width: 100%;
}
.top_about_header img {
  max-width: 100%;
  height: auto;
}
.top_about_tit {
  width: 385px;
  max-width: 100%;
  font-size: 3rem;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  padding: 57px 0 18px 65px;
  background-image: url(../images/ico_about_1.png), url(../images/ico_about_2.png);
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  letter-spacing: 1px;
  line-height: 1;
  margin: 40px 0;
}
.top_about_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-top: 40px;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
 }
.top_about_box_l_1 {
  width: 380px;
  max-width: 40%;
  padding-right: 2%;
  margin-bottom: 40px;
}
.top_about_box_l_2 {
  width: 440px;
  max-width: 60%;
  margin-bottom: 40px;
}
.top_about_box_r_1 {
  width: 440px;
  max-width: 60%;
  margin-bottom: 40px;
}
.top_about_box_r_2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 380px;
  max-width: 40%;
  padding-left: 2%;
  margin-bottom: 40px;
}
.top_about_box p {
  margin-bottom: 20px;
}
.top_about_img {
  width: 416px;
  max-width: 100%;
  position: relative;
  overflow: visible;
}
.top_about_img img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
}
.top_about_img:before {
  display: block;
  width: 100%;
  position: absolute;
  content: "";
  z-index: 0;
  padding-top: calc(266 / 416 * 100%);
}
.top_about_img_1:before {
  right: -30px;
  bottom: -30px;
  background: #FDFF4D;
}
.top_about_img_2:before {
  left: -30px;
  bottom: -30px;
  background: #FFE896;
}
.top_about_bottomimg {
  display: block;
}
.top_about_bottomimg img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .top_about {
    width: 860px;
    margin: auto;
    max-width: 100%;
    padding-bottom: 80px;
  }
  .top_about_header {
    max-width: 100%;
  }
  .top_about_header img {
    max-width: 100%;
    height: auto;
  }
  .top_about_tit {
    font-size: 2.6rem;
    background-image: url(../images/ico_about_1@2x.png), url(../images/ico_about_2@2x.png);
    background-position: 0 0, 100% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 111px 73px, 61px 61px;
    margin: 40px 0;
  }
  .top_about_img_1:before {
    right: -15px;
    bottom: -15px;
  }
  .top_about_img_2:before {
    left: -15px;
    bottom: -15px;
  }
}
@media screen and (max-width: 767px) {
  .top_about {
    padding-bottom: 60px;
    max-width: 92%;
  }
  .top_about_header {
    margin-bottom: -6vw;
  }
  .top_about_header img {
    max-width: 200%;
    position: relative;
    left: -55%;
    height: auto;
  }
  .top_about_tit {
    width: 270px;
    font-size: 2rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 40px 0 25px 0;
    background-image: url(../images/ico_tit_top@2x.png), url(../images/ico_tit_bottom@2x.png);
    background-position: 5px 5px, 98% 98%;
    background-size: 46px 46px, 46px 46px;
    background-color: #fff;
    margin: auto;
  }
  .top_about_tit:before {
    display: block;
    background: url(../images/ico_about_sp@2x.png) 0 0 no-repeat;
    background-size: 39px 30px;
    width: 40px;
    height: 30px;
    content: "";
    position: absolute;
    top: 14px;
    left: 40px;
  }
  .top_about_box {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .top_about_box_l_1 {
    width: 100%;
    max-width: 100%;
    padding-right: 2%;
    margin-bottom: 40px;
    order: 2;
  }
  .top_about_box_l_2 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    order: 1;
  }
  .top_about_box_r_1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    order: 1;
  }
  .top_about_box_r_2 {
    width: 100%;
    max-width: 100%;
    padding-left: 2%;
    margin-bottom: 0;
    order: 2;
  }
  .top_about_box p {
    margin-bottom: 20px;
  }
  .top_about_img_1:before {
    right: -15px;
    bottom: -15px;
  }
  .top_about_img_2:before {
    left: -15px;
    bottom: -15px;
  }
  .top_about_bottomimg {
    margin-bottom: 50px;
  }
}
.tit_top_bg {
  width: 100%;
  position: relative;
  margin-bottom: -65px;
  z-index: 0;
}
.tit_top_bg picture {
  display: block;
  width: 100%;
}
.tit_top_bg picture img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .tit_top_bg {
    margin-bottom: -35px;
    z-index: 0;
  }
  .tit_top_bg picture {
    display: block;
    width: 100%;
  }
  .tit_top_bg picture img {
    width: 200%;
    height: auto;
    position: relative;
    left: -50%;
  }
}
.top_greeting {
  margin-bottom: 140px;
  position: relative;
  z-index: 2;
}
.top_greeting_tit {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  font-size: 3rem;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  padding: 57px 0 18px 0;
  background-image: url(../images/ico_greeting_1.png), url(../images/ico_about_2.png);
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  text-align: center;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  margin: auto auto 20px auto;
}
.top_greeting_aisatsu {
  display: block;
  text-align: center;
  margin-bottom: 65px;
  font-size: 2.5rem;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
}
.top_greeting_aisatsu span {
  display: block;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.top_greeting_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 820px;
  max-width: 100%;
  margin: auto;
}
.top_greeting_box_l {
  width: 320px;
  max-width: 38%;
  /* margin-bottom: 30px; */
  overflow: hidden;
}
.home .top_greeting_box_l {
	margin-bottom: 15px;	
}

.top_greeting_box_l img {
  max-width: 100%;
  height: auto;
}
.top_greeting_box_r {
  width: 58%;
  /* margin-bottom: 30px; */
}
.top_greeting_box_b {
  width: 100%;
  margin-bottom: 30px;
}
.top_greeting_box p {
  margin-bottom: 20px;
}
.nishinoomote .top_greeting_box_r p:first-child,
.kagoshima .top_greeting_box_r p:first-child  {
	font-family: ten-mincho, serif;
	font-size: 2rem;
}

.top_greeting_box_r p:last-child {
	margin-bottom: 10px;	
}
.top_greeting_flex_right {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	font-size: 110%;
	font-family: ten-mincho, serif;
}
.home .top_greeting_flex_right {
	margin-bottom: 80px;	
}


@media screen and (max-width: 1024px) {
  .top_greeting_tit {
    font-size: 2.6rem;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    padding: 57px 0 18px 0;
    background-image: url(../images/ico_greeting_1@2x.png), url(../images/ico_about_2.png);
    background-position: 0 0, 100% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 174px 79px, 61px 61px;
  }
  .top_greeting_aisatsu {
    margin-bottom: 50px;
    font-size: 2.3rem;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
  }
  .top_greeting_aisatsu span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top_greeting_tit {
    width: 270px;
    font-size: 2rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 40px 0 25px 0;
    background-image: url(../images/ico_tit_top@2x.png), url(../images/ico_tit_bottom@2x.png);
    background-position: 5px 5px, 98% 98%;
    background-size: 46px 46px, 46px 46px;
    background-color: #fff;
    margin: auto;
  }
  .top_greeting_tit:before {
    display: block;
    background: url(../images/ico_greeting_sp@2x.png) 0 0 no-repeat;
    background-size: 61px 36px;
    width: 61px;
    height: 36px;
    content: "";
    position: absolute;
    top: 9px;
    left: 47px;
  }
  .top_greeting_aisatsu {
    margin-bottom: 25px;
    font-size: 1.8rem;
  }
  .top_greeting_aisatsu span {
    font-size: 1.8rem;
  }
  .top_greeting_box {
    max-width: 92%;
  }
  .top_greeting_box_l {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .top_greeting_box_l img {
    max-width: 100%;
    height: auto;
  }
  .top_greeting_box_r {
    width: 100%;
    max-width: 100%;
  }
  .top_greeting_box_b {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .top_greeting_box p {
    margin-bottom: 20px;
  }

}
.top_blog {
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}
.top_blog_tit {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  font-size: 3rem;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  padding: 57px 0 18px 0;
  background-image: url(../images/ico_blog_1.png), url(../images/ico_about_2.png);
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  text-align: center;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  margin: auto auto 20px auto;
}
.top_blog_sub {
  display: block;
  text-align: center;
  margin-bottom: 45px;
  font-size: 2.2rem;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
}
.top_blog_box {
  text-align: center;
  padding: 70px 20px 40px 20px;
  max-width: 100%;
  margin: auto;
  background: #F8F5E6;
}
.top_blog_btn {
  width: 245px;
  margin: auto;
  height: 40px;
  padding-top: 0;
}

.top_blog_btn_txt {
  height: 100%;
}
.top_blog_btn_txt span {
  height: 100%;
}
.top_blog_slider {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.top_blog_slider_item {
  display: block;
  width: 275px;
  height: 355px;
  margin: 0 8px;
  max-width: 19.5vw;
  background: #fff;
}
.top_blog_slider_item a {
  display: block;
  width: 100%;
  color: #000;
}
.top_blog_slider_item a figure {
  width: 100%;
}
.top_blog_slider_item a figure img {
  display: block;
  width: 100%;
  height: auto;
}
.top_blog_slider_txt {
  display: block;
  padding: 10px 10px;
}
.top_blog_slider_txt time {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 5px;
  letter-spacing: 0.2px;
}
.top_blog_slider_txt h3 {
  font-size: 1.5rem;
  text-align: left;
  font-weight: 400;
}
.top_blog_slider_cat {
  text-align: center;
  height: auto;
  font-weight: 700;
  margin: 0 auto 7px;
  color: #E79F3A;
  font-size: 15px;
  letter-spacing: 0;
  border: 2px solid #000;
  display: inline-block;
  padding: 2px 10px;
}
.top_blog_slider_cat_event {
  border-color: #E79F3A;
}
.top_blog_slider_cat_ {
  border-color: #E79F3A;
}
.top_blog_slider_cat_ {
  border-color: #E79F3A;
}
.top_blog_slider .slick-prev {
  left: 17vw;
  width: 59px;
  height: 60px;
  content: "";
  z-index: 3;
}
.top_blog_slider .slick-next {
  right: 17vw;
  width: 59px;
  height: 60px;
  content: "";
  z-index: 3;
}
.top_blog_slider .slick-prev:before {
  display: block;
  width: 59px;
  height: 60px;
  content: "";
  background: url(../images/ico_cal_left.png) 0 0 no-repeat;
}
.top_blog_slider .slick-next:before {
  display: block;
  width: 59px;
  height: 60px;
  content: "";
  background: url(../images/ico_cal_right.png) 0 0 no-repeat;
}

@media screen and (max-width: 1024px) {
  .top_blog {
    margin-bottom: 60px;
  }
  .top_blog_tit {
    font-size: 2.6rem;
    padding: 57px 0 18px 0;
    background-image: url(../images/ico_blog_1@2x.png), url(../images/ico_about_2@2x.png);
    background-size: 130px 70px, 61px 61px;
    background-position: 0 0, 100% 100%;
    background-repeat: no-repeat, no-repeat;
    text-align: center;
  }
  .top_blog_sub {
    font-size: 2rem;
  }
  .top_blog_box {
    padding: 70px 0 40px 0;
  }
  .top_blog_slider_item {
    width: 220px;
  }
  .top_blog_slider_txt {
    padding: 10px 10px;
  }
  .top_blog_slider_txt time {
    font-size: 1.4rem;
  }
  .top_blog_slider_txt h3 {
    font-size: 1.4rem;
  }
  .top_blog_slider_txt .top_blog_slider_cat {
    font-size: 14px;
  }
  .top_blog_slider .slick-prev {
    left: 5vw;
    width: 44px;
    height: 44px;
    content: "";
    z-index: 3;
  }
  .top_blog_slider .slick-next {
    right: 5vw;
    width: 44px;
    height: 44px;
    content: "";
    z-index: 3;
  }
  .top_blog_slider .slick-prev:before {
    display: block;
    width: 44px;
    height: 44px;
    content: "";
    background: url(../images/ico_cal_left@2x.png) 0 0 no-repeat;
    background-size: contain;
  }
  .top_blog_slider .slick-next:before {
    display: block;
    width: 44px;
    height: 44px;
    content: "";
    background: url(../images/ico_cal_right@2x.png) 0 0 no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .top_blog {
    margin-bottom: 60px;
  }
  .top_blog_header {
    margin-bottom: -6vw;
    width: auto;
  }
  .top_blog_header img {
    width: auto !important;
    max-width: 300% !important;
    position: relative;
    left: -100% !important;
    height: auto;
  }
  .top_blog_tit {
    width: 270px;
    font-size: 2rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 40px 0 25px 0;
    background-image: url(../images/ico_tit_top@2x.png), url(../images/ico_tit_bottom@2x.png);
    background-position: 5px 5px, 98% 98%;
    background-size: 46px 46px, 46px 46px;
    background-color: #fff;
    margin: auto auto 25px auto;
  }
  .top_blog_tit:before {
    display: block;
    background: url(../images/ico_blog_sp@2x.png) 0 0 no-repeat;
    background-size: 35px 29px;
    width: 35px;
    height: 29px;
    content: "";
    position: absolute;
    top: 14px;
    left: 50px;
  }
  .top_blog_sub {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  .top_blog_box {
    padding: 40px 0 40px 0;
  }
  .top_blog_slider_item {
    width: 275px;
    max-width: 100vw;
  }
  .top_blog_slider_txt {
    padding: 10px 10px;
  }
  .top_blog_slider_txt time {
    font-size: 1.4rem;
  }
  .top_blog_slider_txt h3 {
    font-size: 1.4rem;
  }
  .top_blog_slider_cat {
    height: 32px;
    font-size: 1.7rem;
  }
  .top_blog_slider .slick-prev {
    left: 6vw;
  }
  .top_blog_slider .slick-next {
    right: 6vw;
  }
  .top_blog_slider .slick-dots li {
    width: 18px;
  }
  .top_blog_slider .slick-dots li button:before {
    font-size: 7px;
    width: 20px;
    height: 20px;
    content: "■";
    text-align: center;
    opacity: 0.25;
    color: #FAE834;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .top_blog_slider .slick-dots li.slick-active button:before {
    color: #E79F3A;
  }
}
.top_link {
  margin-bottom: 140px;
  position: relative;
  z-index: 2;
}
.top_link_tit {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  font-size: 3rem;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  padding: 57px 0 18px 0;
  background-image: url(../images/ico_link_1.png), url(../images/ico_about_2.png);
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  text-align: center;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  margin: auto auto 20px auto;
}
.top_link_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto 90px auto;
  width: 100%;
}
.top_link_list li {
  display: block;
  width: 200px;
  max-width: calc(20% - 10px);
  margin: 0 5px 10px 5px;
}
.top_link_list li a {
  display: block;
}

@media screen and (max-width: 1024px) {
  .top_link {
    margin-bottom: 70px;
  }
  .top_link_tit {
    font-size: 2.6rem;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    padding: 57px 0 18px 0;
    background-image: url(../images/ico_link_1@2x.png), url(../images/ico_about_2@2x.png);
    background-position: 0 0, 100% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 136px 78px, 61px 61px;
  }
  .top_link_list {
    margin: 50px auto 90px auto;
  }
  .top_link_list li a img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .top_link {
    margin-bottom: 70px;
  }
  .top_link_header {
    margin-bottom: -6vw;
    width: auto;
  }
  .top_link_header img {
    width: auto !important;
    max-width: 300% !important;
    position: relative;
    left: -100% !important;
    height: auto;
  }
  .top_link_tit {
    width: 270px;
    font-size: 2rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 40px 0 25px 0;
    background-image: url(../images/ico_tit_top@2x.png), url(../images/ico_tit_bottom@2x.png);
    background-position: 5px 5px, 98% 98%;
    background-size: 46px 46px, 46px 46px;
    background-color: #fff;
    margin: auto auto 25px auto;
  }
  .top_link_tit:before {
    display: block;
    background: url(../images/ico_link_sp@2x.png) 0 0 no-repeat;
    background-size: 35px 29px;
    width: 35px;
    height: 29px;
    content: "";
    position: absolute;
    top: 16px;
    left: 72px;
  }
  .top_link_list {
    margin: 50px auto 50px auto;
  }
  .top_link_list li {
    max-width: 100%;
    width: 100%;
    margin-bottom: 25px;
  }
  .top_link_list li a img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
/*-------------------------------
  2-sub
-------------------------------*/
.sub_img_bg {
  width: 100%;
  position: relative;
  margin-bottom: -65px;
  z-index: 0;
}
.sub_img_bg picture {
  display: block;
  width: 100%;
}
.sub_img_bg picture img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .sub_img_bg {
    width: 100%;
    max-width: 100%;
    position: relative;
    margin-bottom: -30px;
    z-index: 0;
  }
  .sub_img_bg picture {
    display: block;
    width: 100%;
  }
  .sub_img_bg picture img {
    width: auto;
    max-width: 280%;
    position: relative;
    left: -80%;
    height: auto;
  }
  .sub_img_bg.sub_img_bg_infromation picture {
    display: block;
  }
  .sub_img_bg.sub_img_bg_infromation picture img {
    width: auto;
    max-width: 210%;
    position: relative;
    left: -60%;
    height: auto;
  }
}
.tit_box {
  padding: 25px 40px;
  background: #fff;
  width: 480px;
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
}
.tit_box_sub {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  font-size: 3rem;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  padding: 30px 0 20px 0;
  background-image: url(../images/ico_tit_top.png), url(../images/ico_tit_bottom.png);
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  text-align: center;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.35;
  margin: auto auto 20px auto;
}
.tit_box_sub span {
  display: block;
  width: 100%;
  font-size: 2rem;
  margin-bottom: 12px;
  line-height: 1;
  text-align: center;
}
.tit_box_sub_information {
  padding-top: 65px;
  background-image: url(../images/ico_information_1.png), url(../images/ico_tit_bottom.png);
}
.tit_box_sub_blog {
  padding-top: 65px;
  background-image: url(../images/ico_blog_1.png), url(../images/ico_tit_bottom.png);
}
.tit_box_sub_contact {
  padding-top: 65px;
  background-image: url(../images/ico_contact_1.png), url(../images/ico_tit_bottom.png);
}

@media screen and (max-width: 767px) {
  .tit_box {
    padding: 0;
    width: 270px;
  }
  .tit_box_sub {
    font-size: 2rem;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    padding: 20px 0 20px 0;
    background-image: url(../images/ico_tit_top@2x.png), url(../images/ico_tit_bottom@2x.png);
    background-position: 2px 2px, 100% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 41px 41px, 41px 41px;
  }
  .tit_box_sub span {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
  .tit_box_sub_information {
    padding-top: 25px;
    background-image: url(../images/ico_tit_top@2x.png), url(../images/ico_tit_bottom@2x.png);
    background-position: 2px 2px, 100% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 41px 41px, 41px 41px;
  }
  .tit_box_sub_information:before {
    display: block;
    background: url(../images/ico_information_sp@2x.png) 0 0 no-repeat;
    background-size: 67px 36px;
    width: 67px;
    height: 36px;
    content: "";
    position: absolute;
    top: 3px;
    left: 30px;
  }
  .tit_box_sub_blog {
    padding-top: 25px;
    background-image: url(../images/ico_tit_top@2x.png), url(../images/ico_tit_bottom@2x.png);
    background-position: 2px 2px, 100% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 41px 41px, 41px 41px;
  }
  .tit_box_sub_blog:before {
    display: block;
    background: url(../images/ico_blog_sp@2x.png) 0 0 no-repeat;
    background-size: 35px 29px;
    width: 35px;
    height: 29px;
    content: "";
    position: absolute;
    top: 8px;
    left: 30px;
  }
  .tit_box_sub_contact {
    padding-top: 25px;
    background-image: url(../images/ico_tit_top@2x.png), url(../images/ico_tit_bottom@2x.png);
    background-position: 2px 2px, 100% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 41px 41px, 41px 41px;
  }
  .tit_box_sub_contact:before {
    display: block;
    background: url(../images/ico_contact_sp@2x.png) 0 0 no-repeat;
    background-size: 56px 34px;
    width: 56px;
    height: 34px;
    content: "";
    position: absolute;
    top: 3px;
    left: 30px;
  }
}
.sub_content p {
  margin-bottom: 20px;
}
.sub_content p a {
  color: #E79F3A;
  font-weight: 700;
}
.sub_content h2 {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.sub_content h3 {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.sub_content h4 {
  color: #E79F3A;
  font-size: 1.5rem;
  margin-bottom: 30px;
}

/*-------------------------------
  3-greeting
-------------------------------*/
.greeting_menu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 860px;
  max-width: 100%;
  margin: auto;
}
.greeting_menu li {
  display: block;
  width: 19.2%;
  max-width: calc(100% / 5);
}
.greeting_menu li:nth-child(6) {
  width: 170px;
  max-width: calc(100% / 5);
}
.greeting_menu li a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background: #838383 url(../images/ico_sankaku_1.png) 95% 52% no-repeat;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  transition: all 0 ease;
}
.greeting_menu li a:hover {
  background-color: #DECB32;
  opacity: 1;
}
.greeting_menu_current a {
  background-color: #DECB32 !important;
}

@media screen and (max-width: 767px) {
  .greeting_menu {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    max-width: 92%;
    margin: auto;
  }
  .greeting_menu li {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 7px;
  }
  .greeting_menu li:nth-child(6) {
    width: 100%;
    max-width: 100%;
  }
  .greeting_menu li a {
    height: 40px;
    background: #838383 url(../images/ico_sankaku_1@2x.png) 94% 52% no-repeat;
    background-size: 8px 11px;
  }
}
.greeting_bottom {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 20px 20px;
  max-width: 100%;
  margin: auto;
  background: #F8F5E6;
}
.greeting_bottom_item {
  display: block;
  max-width: 25%;
  margin: 0 8px;
  max-width: 19.5vw;
  background: #fff;
}
.greeting_bottom_item a {
  display: block;
  width: 100%;
  border: 2px solid #F8F5E6;
}
.greeting_bottom_item a figure {
  display: block;
  width: 100%;
  overflow: hidden;
}
.greeting_bottom_item a img {
  display: block;
  width: 100%;
  height: auto;
}
.greeting_bottom_item a:hover {
  border: 2px solid #FAE834;
}
.greeting_bottom_current a {
  border: 2px solid #FAE834;
}

@media screen and (max-width: 767px) {
  .greeting_bottom {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 10px;
  }
  .greeting_bottom_item {
    max-width: 100%;
    margin: 0 0 10px 0;
  }
}
/*-------------------------------
  4-information
-------------------------------*/
.news_archive {
  display: block;
  width: 750px;
  margin: auto auto 8vw auto;
}
.news_archive_tab {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 30px 0 0 0;
}
.news_archive_tit {
  width: 175px;
  font-size: 3rem;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 1;
}
.news_archive_btn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 620px;
  max-width: 92%;
  margin: auto auto 45px auto;
}
.news_archive_btn li {
  display: block;
}
.news_archive_btn li span, .news_archive_btn li a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 700;
  width: 113px;
  height: 32px;
}
.news_archive_btn_all {
  background: #E79F3A;
}
.news_archive_btn_news {
  background: #76D7AF;
}
.news_archive_btn_event {
  background: #AC76D7;
}
.news_archive_btn_other {
  background: #D776C6;
}
.news_archive_btn_caution {
  background: #CB1717;
}
.news_archive_list {
  padding: 0 0 0 0;
  position: relative;
}
.news_archive_list_child {
  display: block;
  visibility: visible;
  /*    position: absolute;
        top: 0;
        left: 0;
        */
  width: 100%;
}
.news_archive_list_child ul {
  display: block;
}
.news_archive_list_child ul li {
  display: block;
  position: relative;
  background: #fff;
  width: 100%;
  padding: 5px 20px 5px 0;
  border-bottom: 1px dotted #DDDDDD;
}
.news_archive_list_child ul li:last-child {
  border-bottom: 0;
}
.news_archive_list_child ul li a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  font-size: 1.5rem;
  color: #000;
}
.news_archive_list_child ul li a time {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  display: block;
  width: 175px;
  letter-spacing: -0.1px;
  padding-right: 20px;
  text-align: right;
}
.news_archive_list_child_news {
  display: none;
  position: absolute;
  top: 0;
  left: 65px;
}
.news_archive_list_child_event {
  display: none;
  position: absolute;
  top: 0;
  left: 65px;
}
.news_archive_list_child_other {
  display: none;
  position: absolute;
  top: 0;
  left: 65px;
}
.news_archive_list_child_caution {
  display: none;
  position: absolute;
  top: 0;
  left: 65px;
}
.news_archive_list_child_space {
  display: block !important;
  position: relative;
  opacity: 0;
  top: auto;
  visibility: hidden;
  height: calc(750 / 300 * 120px);
}
.news_archive_list_new {
  position: absolute;
  left: 35px;
  top: 8px;
  color: #CB1717;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.2px;
}
.news_archive_list_cat {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 90px;
  padding: 2px 5px;
  box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: -1px;
  border: 2px solid #000;
  margin-right: 20px;
}
.news_archive_list_cat_event {
  color: #E79F3A;
  border-color: #E79F3A;
}
.news_archive_list_cat_news {
  color: #76D7AF;
  border-color: #76D7AF;
}
.news_archive_list_cat_other {
  color: #D776C6;
  border-color: #D776C6;
}
.news_archive_list_cat_caution {
  color: #fff;
  background: #CB1717;
  border-color: #CB1717;
}
.news_archive_more {
  display: block;
  text-align: right;
  padding-top: 20px;
}
.news_archive_more a {
  display: block;
  width: 180px;
  max-width: 90%;
  height: 30px;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  overflow: visible;
  z-index: 2;
  margin-left: auto;
}
.news_archive_more a:hover {
  opacity: 1;
}
.news_archive_more a:after {
  display: block;
  content: "";
  width: 180px;
  max-width: 100%;
  height: 30px;
  background: #DDDDDD;
  position: absolute;
  bottom: -5px;
  right: -4px;
  z-index: 0;
  z-index: 1;
}
.news_archive_more_txt {
  display: block;
  overflow: hidden;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 2;
}
.news_archive_more_txt span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.5s ease 0.1s;
  overflow: hidden;
  border: 2px solid #000;
  z-index: 2;
  color: #000;
  overflow: hidden;
}
.news_archive_more_txt span:hover {
  color: #fff;
}
.news_archive_more_txt:before {
  display: block;
  content: "";
  width: 100%;
  height: 62px;
  background: #000;
  position: absolute;
  left: -100%;
  top: 0;
  transition: all 0.25s;
  z-index: 1;
}
.news_archive_more_txt:hover:before {
  left: 0;
}

@media screen and (max-width: 767px) {
  .news_archive {
    display: block;
    width: 750px;
    max-width: 100%;
    margin: auto auto 8vw auto;
  }
  .news_archive_tab {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 30px 0 0 0;
  }
  .news_archive_tit {
    width: 175px;
    font-size: 3rem;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 1;
  }
  .news_archive_btn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 92%;
    margin: auto auto 45px auto;
  }
  .news_archive_btn li {
    display: block;
    width: 110px;
    max-width: 32%;
    margin: 2px;
  }
  .news_archive_btn li span, .news_archive_btn li a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 700;
    width: 100%;
    height: 32px;
  }
  .news_archive_btn_all {
    background: #E79F3A;
  }
  .news_archive_btn_news {
    background: #76D7AF;
  }
  .news_archive_btn_event {
    background: #AC76D7;
  }
  .news_archive_btn_other {
    background: #D776C6;
  }
  .news_archive_btn_caution {
    background: #CB1717;
  }
  .news_archive_list {
    padding: 0 0 0 0;
    position: relative;
  }
  .news_archive_list_child {
    display: block;
    visibility: visible;
    /*    position: absolute;
          top: 0;
          left: 0;
          */
    width: 100%;
  }
  .news_archive_list_child ul {
    display: block;
  }
  .news_archive_list_child ul li {
    display: block;
    position: relative;
    background: #fff;
    width: 100%;
    padding: 8px 30px 8px 30px;
    border-bottom: 1px dotted #DDDDDD;
  }
  .news_archive_list_child ul li:last-child {
    border-bottom: 0;
  }
  .news_archive_list_child ul li a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
  }
  .news_archive_list_child ul li a time {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    display: block;
    width: auto;
    font-size: 1.4rem;
    letter-spacing: -0.1px;
    padding-right: 20px;
    text-align: right;
    order: 2;
  }
  .news_archive_list_child_news {
    display: none;
  }
  .news_archive_list_child_event {
    display: none;
  }
  .news_archive_list_child_other {
    display: none;
  }
  .news_archive_list_child_caution {
    display: none;
  }
  .news_archive_list_child_space {
    display: block !important;
    position: relative;
    opacity: 0;
    top: auto;
    visibility: hidden;
    height: calc(750 / 300 * 120px);
  }
  .news_archive_list_new {
    position: relative;
    left: auto;
    top: 3px;
    font-size: 1rem;
    order: 3;
  }
  .news_archive_list_title {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    order: 4;
    padding-top: 5px;
  }
  .news_archive_list_cat {
    margin-right: 10px;
  }
  .news_archive_more {
    display: block;
    text-align: right;
    padding-top: 20px;
  }
  .news_archive_more a {
    display: block;
    width: 180px;
    max-width: 90%;
    height: 30px;
    font-size: 1.5rem;
    font-weight: 700;
    position: relative;
    overflow: visible;
    z-index: 2;
    margin-left: auto;
  }
  .news_archive_more a:hover {
    opacity: 1;
  }
  .news_archive_more a:after {
    display: block;
    content: "";
    width: 180px;
    max-width: 100%;
    height: 30px;
    background: #DDDDDD;
    position: absolute;
    bottom: -5px;
    right: -4px;
    z-index: 0;
    z-index: 1;
  }
  .news_archive_more_txt {
    display: block;
    overflow: hidden;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 2;
  }
  .news_archive_more_txt span {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.5s ease 0.1s;
    overflow: hidden;
    border: 2px solid #000;
    z-index: 2;
    color: #000;
    overflow: hidden;
  }
  .news_archive_more_txt span:hover {
    color: #fff;
  }
  .news_archive_more_txt:before {
    display: block;
    content: "";
    width: 100%;
    height: 62px;
    background: #000;
    position: absolute;
    left: -100%;
    top: 0;
  transition: all 0.25s;
    z-index: 1;
  }
  .news_archive_more_txt:hover:before {
    left: 0;
  }
}
.wp-pagenavi {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  width: 100%;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #ADACAC;
  color: #fff;
  margin: 0 5px;
  font-weight: 700;
  font-size: 1.6rem;
}
.wp-pagenavi .previouspostslink {
  background: #E79F3A url(../images/ico_navi_l.png) 50% 50% no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}
.wp-pagenavi .nextpostslink {
  background: #E79F3A url(../images/ico_navi_r.png) 50% 50% no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}

.single_pager {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 400px;
  max-width: 100%;
  margin: auto auto 60px auto;
}
.single_pager li {
  display: block;
}
.single_pager li a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #000;
  transition: all 0.8s ease;
}
.single_pager_previous a:before {
  display: block;
  width: 30px;
  height: 30px;
  background: #E79F3A url(../images/ico_navi_l.png) 50% 50% no-repeat;
  content: "";
  margin-right: 20px;
}
.single_pager_next a:after {
  display: block;
  width: 30px;
  height: 30px;
  background: #E79F3A url(../images/ico_navi_r.png) 50% 50% no-repeat;
  content: "";
  margin-left: 20px;
}

.information_meta {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.information_meta time {
  display: block;
  font-size: 2rem;
  margin-right: 20px;
}
.information_meta_cat {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 10px;
  height: 30px;
  line-height: 28px;
  font-size: 90%;
  font-weight: 700;
  letter-spacing: -1px;
  border: 2px solid #000;
  margin-right: 20px;
}
.information_meta_cat_event {
  color: #E79F3A;
  border-color: #E79F3A;
}
.information_meta_cat_news {
  color: #76D7AF;
  border-color: #76D7AF;
}
.information_meta_cat_other {
  color: #D776C6;
  border-color: #D776C6;
}
.information_meta_cat_caution {
  color: #fff;
  background: #CB1717;
  border-color: #CB1717;
}
.information_tit {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 45px;
}
.information_single_more {
  width: 245px;
  height: 41px;
  text-align: center;
  margin: 80px auto;
  padding-top: 0;
}
.information_single_more a {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .information_meta {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .information_meta time {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    margin-right: 0;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    order: 2;
  }
  .information_meta_cat {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 36px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -1px;
    margin-right: 0;
    margin-bottom: 15px;
    order: 1;
  }
  .information_tit {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .information_single_more {
    width: 245px;
    height: 41px;
    text-align: center;
    margin: 80px auto;
    padding-top: 0;
  }
  .information_single_more a {
    height: 100%;
  }
}
.single-contents {
	max-width: 660px;
	margin: 0 auto 100px;

}


.single-contents p {
  margin-bottom: 20px;
}
.single-contents a {
	color: #E79F3A;	
}


/*-------------------------------
  5-blog
-------------------------------*/
.blog_archive {
  padding: 60px 0;
  background: #F8F5E6;
}
.blog_archive_box {
  width: 1100px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 100%;
  margin: auto;
  justify-content: space-between;
}
.blog_archive_box_l {
  width: 790px;
  max-width: 76%;
}
.blog_archive_box_r {
  width: 260px;
  max-width: 24%;
  background: #fff;
  padding: 20px;
}
.blog_archive_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}
.blog_archive_list_item {
  display: block;
  width: 275px;
  min-height: 325px;
  margin: 0 10px 25px 0;
  max-width: calc(100% /3 - 15px);
  background: #fff;
}
.blog_archive_list_item a {
  display: block;
  width: 100%;
  color: #000;
}
.blog_archive_list_item a figure {
  width: 100%;
}
.blog_archive_list_item a figure img {
  display: block;
  width: 100%;
  height: auto;
}
.blog_archive_list_txt {
  display: block;
  padding: 10px 10px;
  text-align: center;
}
.blog_archive_list_txt time {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 5px;
  letter-spacing: 0.2px;
}
.blog_archive_list_txt h3 {
  font-size: 1.5rem;
  text-align: left;
  font-weight: 400;
}
.blog_archive_list_cat {
  text-align: center;
  height: 30px;
  font-weight: 500;
  margin: 0 auto 7px;
  color: #E79F3A;
  font-size: 1.4rem;
  letter-spacing: 0;
  border: 2px solid #000;
  display: inline-block;
  padding: 0 10px;
}
.blog_archive_side {
  margin-bottom: 40px;
}
.blog_archive_side dt {
  display: block;
  border-left: 2px solid #000;
  padding-left: 8px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.blog_archive_side_list_1 {
  display: block;
}
.blog_archive_side_list_1 li {
  display: block;
  margin-left: 8px;
  margin-bottom: 15px;
}
.blog_archive_side_list_1 li a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  border: 2px solid #000;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 10px;
}
.blog_archive_side_list_2 li {
  display: block;
}
.blog_archive_side_list_2 li:before {
  display: inline-block;
  content: "・";
  width: 1em;
  height: 1em;
}
.blog_archive_side_list_2 li a {
  color: #000;
}

@media screen and (max-width: 767px) {
  .blog_archive {
    padding: 50px 0;
  }
  .blog_archive_box {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .blog_archive_box_l {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
  }
  .blog_archive_box_r {
    width: 100%;
    max-width: 100%;
    padding: 60px 30px;
  }
  .blog_archive_list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 40px;
  }
  .blog_archive_list_item {
    display: block;
    width: 50%;
    height: auto;
    margin: 0 10px 10px 0;
    max-width: calc(100% /2 - 5px);
    background: #fff;
	min-height: 300px;
  }
  .blog_archive_list_item a {
    display: block;
    width: 100%;
    color: #000;
  }
  .blog_archive_list_item a figure {
    width: 100%;
  }
  .blog_archive_list_item a figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .blog_archive_list_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .blog_archive_list_txt {
    display: block;
    padding: 10px 10px;
  }
  .blog_archive_list_txt time {
    font-size: 1.3rem;
    margin-bottom: 5px;
    letter-spacing: 0.2px;
  }
  .blog_archive_list_txt h3 {
    font-size: 1.4rem;
  }
  .blog_archive_list_cat {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: auto;
	padding: 1px 3px;
    font-weight: 700;
    margin: auto auto 7px auto;
    color: #E79F3A;
    font-size: 12px;
    letter-spacing: 0.5px;
    border: 2px solid #000;
  }
  .blog_archive_side {
    margin-bottom: 40px;
  }
  .blog_archive_side dt {
    display: block;
    border-left: 2px solid #000;
    padding-left: 8px;
    font-size: 1.6rem;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.4;
  }
  .blog_archive_side_list_1 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
  }
  .blog_archive_side_list_1 li {
    display: block;
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 10px;
    height: 25px;
  }
  .blog_archive_side_list_1 li a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    color: #000;
    font-size: 1rem;
    font-weight: 700;
  }
  .blog_archive_side_list_2 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .blog_archive_side_list_2 li {
    display: block;
    width: 49%;
    margin-bottom: 7px;
  }
  .blog_archive_side_list_2 li:before {
    display: inline-block;
    content: "・";
    width: 1em;
    height: 1em;
  }
  .blog_archive_side_list_2 li a {
    color: #000;
  }
}
/*-------------------------------
  6-newsletter
-------------------------------*/
.newsletter_caution {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 860px;
  padding: 5px;
  max-width: 100%;
  font-weight: 700;
  margin: 50px auto 30px auto;
  font-size: 1.6rem;
  color: #CB1717;
  border: 2px solid #CB1717;
}
.newsletter_btn {
  height: 42px;
}
.newsletter_btn a {
  margin: auto;
  height: 100%;
}
.newsletter_archive {
  width: 1010px;
  max-width: 92%;
  margin: 100px auto 70px auto;
}
.newsletter_archive_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.newsletter_archive_list_item {
  width: 165px;
  max-width: 17%;
  margin-right: 4%;
  text-align: center;
}
.newsletter_archive_list_item:nth-of-type(5) {
  margin-right: 0;
}
.newsletter_archive_list_item figure {
  width: 165px;
  margin-bottom: 10px;
}
.newsletter_archive_list_item figure img {
  max-width: 100%;
  height: auto;
}
.newsletter_archive_list a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 158px;
  max-width: 100%;
  height: 38px;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  overflow: visible;
  z-index: 2;
  border: 2px solid #E79F3A;
  transition: all 0.4s ease;
  background: none;
  margin: 10px auto 0 auto;
  color: #E79F3A;
  line-height: 1;
}
.newsletter_archive_list a:hover {
  background-color: #E79F3A;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .newsletter_caution {
    max-width: 90%;
    margin: 40px auto 20px auto;
    font-size: 1.4rem;
  }
  .newsletter_btn {
    height: 42px;
  }
  .newsletter_btn a {
    margin: auto;
    height: 100%;
    font-size: 1.3rem;
  }
  .newsletter_btn a .btn_01_txt {
    font-size: 1.3rem;
  }
  .newsletter_archive {
    width: 1010px;
    max-width: 92%;
    margin: 50px auto 70px auto;
  }
  .newsletter_archive_list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .newsletter_archive_list_item {
    width: 165px;
    max-width: 48%;
    margin: 3% 1%;
    font-size: 1.4rem;
    text-align: center;
  }
  .newsletter_archive_list_item:nth-of-type(5) {
    margin: 3% 1%;
  }
  .newsletter_archive_list_item figure {
    width: 100%;
    margin-bottom: 10px;
  }
  .newsletter_archive_list_item figure img {
    max-width: 100%;
    height: auto;
  }
  .newsletter_archive_list a {
    font-size: 1.4rem;
    width: 138px;
    height: 34px;
  }
  .newsletter_archive_list a:hover {
    background-color: #E79F3A;
    color: #fff;
    opacity: 1;
  }
}
/*-------------------------------
  7-contact
-------------------------------*/
.contact_sub {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.3;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
}
.contact .ta_center,
.join .ta_center,
.magazine-contact .ta_center  {
  text-align: center;
}
.contact_navi {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  background: #F5F5F5;
  height: 46px;
  width: 750px;
  max-width: 100%;
  margin: auto auto 100px auto;
}
.contact_navi_item_1, .contact_navi_item_2, .contact_navi_item_3 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  width: calc( 100% / 3);
  position: relative;
}
.contact_navi_1 .contact_navi_item_1 {
  background: #FAE834;
}
.contact_navi_1 .contact_navi_item_1:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 0 23px 18px;
  border-color: transparent transparent transparent #fae934;
  position: absolute;
  right: -18px;
  top: 0;
}
.contact_navi_1 .contact_navi_item_2 {
  background: url(../images/contact_bg.png) 100% 0% no-repeat;
}
.contact_navi_2 .contact_navi_item_1, .contact_navi_2 .contact_navi_item_2 {
  background: #FAE834;
}
.contact_navi_2 .contact_navi_item_1:after, .contact_navi_2 .contact_navi_item_2:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 0 23px 18px;
  border-color: transparent transparent transparent #fae934;
  position: absolute;
  right: -18px;
  top: 0;
}
.contact_navi_3 .contact_navi_item_1, .contact_navi_3 .contact_navi_item_2 {
  background: #FAE834;
}
.contact_navi_3 .contact_navi_item_1:after, .contact_navi_3 .contact_navi_item_2:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 0 23px 18px;
  border-color: transparent transparent transparent #fae934;
  position: absolute;
  right: -23px;
  top: 0;
}
.contact_navi_3 .contact_navi_item_3 {
  background: #FAE834;
}
.contact_form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 700px;
  max-width: 100%;
  margin: auto;
}
.contact_form dt {
  width: 220px;
  max-width: 32%;
  padding-left: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DEDEDE;
  position: relative;
}
.contact_form dt span.must {
	position: absolute;
	right: 30px;
	top: 5px;
	font-size: 10px;
	background: #333;
	color: #FFF;
	width: 36px;
	display: block;
	text-align: center;
}
/*
.contact_form dt.last,
.contact_form dd.last {
  border-bottom: none;
}
*/
.contact_form dd {
  width: 68%;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.contact_form dd input[type=text], .contact_form dd input[type=email], .contact_form dd textarea {
  background: #F5F5F5;
  padding: 10px 15px;
  width: 100%;
}
.contact .form_check,
.join .form_check,
.magazine-contact .form_check {
  position: relative;
  display: block;
  margin: auto;
  width: 300px;
  margin-top: 40px;
}
.contact .form_check input[type=checkbox],
.join .form_check input[type=checkbox] ,
.magazine-contact .form_check input[type=checkbox] {
  /*border: 1px solid #000; */
  background: #F0F0F0;
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
}
.contact .form_check input[type=checkbox]:checked,
.join .form_check input[type=checkbox]:checked,
.magazine-contact .form_check input[type=checkbox]:checked  {
  background: #E79F3A;
}

.contact .form_kakunin,
.join .form_kakunin,
.magazine-contact .form_kakunin {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  background: #000;
  height: 40px;
  margin: auto auto 150px auto;
  border: 2px solid #000;
  transition: all 0.4s ease;
}
.contact .form_kakunin:hover ,
.join .form_kakunin:hover,
.magazine-contact .form_kakunin:hover {
  background: #fff;
  color: #000;
}
.contact .form_back,
.join .form_back,
.magazine-contact .form_back {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  background: #fff;
  color: #000;
  height: 40px;
  margin: auto auto auto auto;
  border: 2px solid #000;
  transition: all 0.4s ease;
}
.contact .form_back:hover,
.join .form_back:hover,
.magazine-contact .form_back:hover  {
  background: #000;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .contact_sub {
    font-size: 1.4rem;
  }
  .contact .ta_center,
  .join .ta_center,
  .magazine-contact .ta_center {
    text-align: center;
  }
  .contact_navi {
    height: 35px;
    margin: auto auto 60px auto;
  }
  .contact_navi_item_1, .contact_navi_item_2, .contact_navi_item_3 {
    font-size: 1.15rem;
    letter-spacing: -0.5px;
  }
  .contact_navi_1 .contact_navi_item_1:after {
    border-width: 18px 0 18px 12px;
    right: -12px;
  }
  .contact_navi_1 .contact_navi_item_2 {
    background: url(../images/contact_bg.png) 100% 0% no-repeat;
    background-size: contain;
  }
  .contact_navi_2 .contact_navi_item_1, .contact_navi_2 .contact_navi_item_2 {
    background: #FAE834;
  }
  .contact_navi_2 .contact_navi_item_1:after, .contact_navi_2 .contact_navi_item_2:after {
    border-width: 18px 0 18px 12px;
    right: -12px;
  }
  .contact_navi_3 .contact_navi_item_1, .contact_navi_3 .contact_navi_item_2 {
    background: #FAE834;
  }
  .contact_navi_3 .contact_navi_item_1:after, .contact_navi_3 .contact_navi_item_2:after {
    border-width: 18px 0 18px 12px;
    right: -12px;
  }
  .contact_navi_3 .contact_navi_item_3 {
    background: #FAE834;
  }
  .contact_form {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    width: 700px;
    max-width: 100%;
    margin: auto;
  }
  .contact_form dt {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    margin-bottom: 0;
    border-bottom: 0;
    text-align: center;
  }
  .contact_form dd {
    width: 100%;
    border-bottom: 0;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .contact_form dd input[type=text], .contact_form dd input[type=email], .contact_form dd textarea {
    background: #F5F5F5;
    padding: 10px 15px;
    width: 100%;
  }
  .contact .form_check,
   .join .form_check,
   .magazine-contact .form_check {
    position: relative;
    display: block;
    margin: auto;
    width: 300px;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .contact .form_check input[type=checkbox] ,
  .join .form_check input[type=checkbox],
  .magazine-contact .form_check input[type=checkbox] {
    border: 1px solid #000;
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
  }
  .contact .form_check input[type=checkbox]:checked,
   .join .form_check input[type=checkbox]:checked,
   .magazine-contact .form_check input[type=checkbox]:checked {
    background: #000;
  }
  .contact .form_kakunin ,
  .join .form_kakunin,
  .magazine-contact .form_kakunin {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    background: #000;
    height: 40px;
    margin: auto auto 150px auto;
    border: 2px solid #000;
    transition: all 0.4s ease;
  }
  .contact .form_kakunin:hover,
    .join .form_kakunin:hover,
	 .magazine-contact .form_kakunin:hover {
    background: #fff;
    color: #000;
  }
  .contact .form_back,
  .join .form_back,
  .magazine-contact .form_back {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
    background: #fff;
    color: #000;
    height: 40px;
    margin: auto auto auto auto;
    border: 2px solid #000;
    transition: all 0.4s ease;
  }
  .contact .form_back:hover,
  .join .form_back:hover,
  .magazine-contact .form_back:hover {
    background: #000;
    color: #fff;
  }
  
  
  .contact_form dt span.must {
	right: 10px;
	top: 10px;
}


}
@media screen and (max-width: 320px) {
  .contact_navi_item_1, .contact_navi_item_2, .contact_navi_item_3 {
    font-size: 1rem;
    letter-spacing: -0.5px;
  }
  .contact_navi_1 .contact_navi_item_1:after {
    border-width: 18px 0 18px 10px;
    right: -10px;
  }
  .contact_navi_2 .contact_navi_item_1:after, .contact_navi_2 .contact_navi_item_2:after {
    border-width: 18px 0 18px 10px;
    right: -10px;
  }
  .contact_navi_3 .contact_navi_item_1:after, .contact_navi_3 .contact_navi_item_2:after {
    border-width: 18px 0 18px 10px;
    right: -10px;
  }
}
.mw_wp_form_input .contact_navi_2, .mw_wp_form_input .contact_navi_3 {
  display: none;
}

.mw_wp_form_confirm .contact_navi_1, .mw_wp_form_confirm .contact_navi_3, .mw_wp_form_confirm .form_check {
  display: none;
}

.mw_wp_form_complete .contact_navi_1, .mw_wp_form_complete .contact_navi_2, .mw_wp_form_complete .contact_sub, .mw_wp_form_complete .ta_center {
  display: none;
}

.mw_wp_form_complete p {
  text-align: center;
}

/*-------------------------------
  8-sitemap
-------------------------------*/
.sitemap_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15%;
}
.sitemap_box_item {
  width: 220px;
  max-width: 20%;
}
.sitemap_box_item a {
  color: #000 !important;
  font-weight: 400 !important;
}

@media screen and (max-width: 767px) {
  .sitemap_box {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 15%;
  }
  .sitemap_box_item {
    width: 220px;
    max-width: 49%;
  }
  .sitemap_box_item:nth-of-type(1) {
    padding-right: 2%;
  }
}
.about_site {
  width: 860px;
  max-width: 100%;
  margin: 10% auto 15% auto;
}
.about_site p {
  margin-bottom: 20px;
}
.about_site p a {
  color: #E79F3A;
  font-weight: 700;
}
/*# sourceMappingURL=style.css.map */





@media(max-width: 767px) {
.pagetop {
	transform: scale(0.7);
	right: 10px;
	bottom: 10px;	
}
}



/* PRIVACYPOLICY */

.sub_content .privacypolicy_wrap h4 {
	color: #333;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 1px solid #333;
}
.sub_content .privacypolicy_wrap p {
	margin-bottom: 40px;	
}
.sub_content .privacypolicy_wrap ul {
	padding-left: 25px;
	margin-bottom: 40px;
}
.sub_content .privacypolicy_wrap ul li {
	margin: 0 0 10px;
	list-style: disc;	
}


/* DONATION  */
.sub_content .donation_wrap .lead {
	text-align: center;
	margin-bottom: 60px;
	font-family: ten-mincho, serif;
	font-size: 130%;
}
.sub_content .donation_wrap .lead p {
	margin-bottom: 1em;	
}

.sub_content .donation_wrap table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #999;	
}

.sub_content .donation_wrap th,
.sub_content .donation_wrap td {
	padding: 15px;
	font-weight: normal;
	border: 1px solid #999;	
}
.sub_content .donation_wrap th {
	width: 25%;
	white-space: nowrap;
	background: #EDEDED;
}

.join_flex {
	max-width: 700px;
	margin: 60px  auto 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.join_flex p {
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;	
}
.join_left,
.join_right {
	width: 240px;
	text-align: center;	
}
.join_left a,
.join_right a {
	display: block;
	text-align: center;
	color: #FFF!important;
	height: 44px;
	line-height: 44px;	
}
.join_left a {
	background: #E79F3A;
}
.join_right a {
	background: #00A8FF;
}
.join_left a:hover,
.join_right a:hover {
	opacity: 0.7;	
}


@media(max-width: 767px) {
.sub_content .donation_wrap .lead {
	text-align: left;
	margin-bottom: 30px;
	font-size: 16px;
}

.sub_content .donation_wrap th,
.sub_content .donation_wrap td {
	border: none;
	padding: 0;
	display: block;
	width: auto;	
}
.sub_content .donation_wrap table {
	border: none;
	border-top: 1px solid #999;
}


.sub_content .donation_wrap th {
	font-weight: bold;
	padding: 20px 0 10px;
	background: none;
	text-align: left;
}
.sub_content .donation_wrap td {
	padding: 0 0 20px;
	border-bottom: 1px solid #999;
}



.join_flex {
	display: block;
}
.join_left,
.join_right {
	width: 100%;
	margin: 0 auto 30px;
}
.join_flex p {
	margin: 0 0 10px;
}
.join_left a,
.join_right a {
	width: 100%;
}

	
}






dd label {
    position: relative;
    display: inline-block;
    word-break: break-all;
}

dd label span {
    display: inline-block;
}

dd label input[type="radio"]+span {
    position: relative;
    padding: 0 0px 0 34px;
}

dd label input[type="radio"]+span::before {
    z-index: 0;
    background-color: transparent;
    width: 22px;
    height: 22px;
    background: #F0F0F0;
	box-sizing: border-box;
	border-radius: 11px;
}

dd label input[type="radio"]:checked+span::before {
    background: #F0F0F0;
}

dd label input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

dd label input[type="radio"]+span::before,
dd label input[type="radio"]+span::after {
    position: absolute;
    top: 0px;
    left: 0;
    display: inline-block;
    content: '';
    box-sizing: border-box;
}

dd label input[type="radio"]+span::after  {
	position: absolute;
	top: 2px;
	left: 0;
	display: inline-block;
	content: '';
	box-sizing: border-box;
}

dd label input[type="radio"]:checked+span::after {
	position: absolute;
	content: "";
	top: 6px;
	left: 6px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #E79F3A;
}




dd label input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

dd label input[type="checkbox"]+span {
    position: relative;
    padding: 0 0px 0 34px;
}

dd label input[type="checkbox"]+span::before {
    z-index: 0;
    background-color: transparent;
    width: 20px;
    height: 20px;
    background: #F0F0F0;
	box-sizing: border-box;
}



dd label input[type="checkbox"]+span::before,
dd label input[type="checkbox"]+span::after {
    position: absolute;
    top: 0px;
    left: 0;
    display: inline-block;
    content: '';
    box-sizing: border-box;
}

dd label input[type="checkbox"]:checked+span::before {
    background: #E79F3A;
}
/*
dd label input[type="checkbox"]+span::after  {
    z-index: 1;
    margin: 1px 6px 0;
    width: 10px;
    height: 15px;
}

dd label input[type="checkbox"]:checked+span::after  {
    border: 2px solid #E79F3A;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
*/

.kagoshima .top_greeting_box_r p:first-child {
	font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	line-height: 1.6;
    font-size: 1.5rem;
}
.kagoshima .top_greeting_box_l {
	margin-bottom: 20px;	
}

@media(max-width: 767px) {
.schedule_tbl_flex table {
	width: auto!important;
}
.schedule_tbl table td {
	padding: 5px;

}
.schedule_tbl table td[rowspan] {
	width: 1%;
	white-space: nowrap;
}
.top_ban .slick-prev:before,
.top_ban .slick-next:before {
	transform: scale(0.8);
}
.kagoshima .top_greeting_box_r p:first-child {
    font-size: 1.4rem;
}	
}

@media(max-width: 320px) {
  .top_blog_slider_txt .top_blog_slider_cat {
    font-size: 10px;
	height: auto!important;
	letter-spacing: 0;
	padding: 2px 5px!important;
  }
  .blog_archive_list_cat {
    font-size: 9px;
	letter-spacing: 0;
  }
}