@charset "utf-8";
/* CSS Document */

/* -------------------------------------
Browser：IE11 over
-------------------------------------
01: CSSをReset
02: /css/default.cssを変更
03: Default
-------------------------------------*/

/** ================================================================================
		01.Reset
================================================================================ **/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
dt,
th {
  font-weight: normal;
  line-height: inherit;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* change border colour to suit your needs */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

img {
  border: none;
  line-height: 1;
}

b,
em,
i,
strong,
address {
  font-style: normal;
}

/** ================================================================================
		02./css/default.cssを変更
================================================================================ **/

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: none;
}

/** ================================================================================
		03.Default
================================================================================ **/
html {
  overflow: auto;
}

body {
  margin: 0 auto;
  min-width: 980px;
  background: #ffffff;
  color: #1e1109;
  font-size: 15px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "Noto Sans JP", sans-serif;
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  line-height: 1.8;

  /*-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

p a {
  text-decoration: underline;
}

p a:hover {
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover img {
  opacity: 0.8;
  -ms-filter: alpha(opacity=80);
  filter: alpha(opacity=80);
}

/**PC電話ボタン無効**/
a[href^="tel"] {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  a[href^="tel"] {
    pointer-events: auto;
  }
}

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #666666;
}

.note {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

figure img,
img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }

  /**post制御**/
  p {
    word-break: break-all;
  }

  table {
    width: 100%;
    word-break: break-all;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  /**post制御**/
}

/* -------------------------------------
ベーススタイル設定

1.clearfix,clear
2.font
3.float
4.text-align
5.margin
6.padding
-------------------------------------*/
/*0.clock */
.block {
  display: block;
}

.in-block {
  display: inline-block;
}

/*1. clearfix,clear */

/* For modern browsers */
.cf:before,
.cf:after {
  display: block;
  overflow: hidden;
  content: "";
}

.cf:after {
  clear: both;
}

.clear {
  clear: both;
}

/*2. font 必要なら追加　優先順位：高*/
body .fw_b {
  font-weight: bold;
}

body .fz12 {
  font-size: 12px;
}

body .fz13 {
  font-size: 13px;
}

body .fz14 {
  font-size: 14px;
}

body .fz16 {
  font-size: 16px;
}

body .fz18 {
  font-size: 18px;
  /*16*/
}

body .fz20 {
  font-size: 20px;
  /*16*/
}

body .fz22 {
  font-size: 22px;
  /*16*/
}

body .fz24 {
  font-size: 24px;
  /*18*/
}

body .fz26 {
  font-size: 26px;
  /*20*/
}

body .fz28 {
  font-size: 28px;
  /*20*/
}

body .fz30 {
  font-size: 30px;
  /*28*/
}

body .fz32 {
  font-size: 32px;
  /*28*/
}

body .fz35 {
  font-size: 35px;
  /*28*/
}

body .fz40 {
  font-size: 40px;
  /*36*/
}

body .fz44 {
  font-size: 44px;
  /*36*/
}

body .fz46 {
  font-size: 46px;
  /*40*/
}

body .fz54 {
  font-size: 54px;
  /*42*/
}

@media screen and (max-width: 768px) {
  body .fz18 {
    font-size: 16px;
    /*16*/
  }

  body .fz20 {
    font-size: 16px;
    /*16*/
  }

  body .fz22 {
    font-size: 16px;
    /*16*/
  }

  body .fz24 {
    font-size: 18px;
    /*18*/
  }

  body .fz26 {
    font-size: 20px;
    /*20*/
  }

  body .fz28 {
    font-size: 20px;
    /*20*/
  }

  body .fz30 {
    font-size: 28px;
    /*28*/
  }

  body .fz32 {
    font-size: 28px;
    /*28*/
  }

  body .fz35 {
    font-size: 28px;
    /*28*/
  }

  body .fz40 {
    font-size: 28px;
    /*36*/
  }

  body .fz44 {
    font-size: 36px;
    /*36*/
  }

  body .fz46 {
    font-size: 40px;
    /*40*/
  }

  body .fz54 {
    font-size: 42px;
    /*42*/
  }
}

/*3. float */
.f_L {
  display: inline;
  float: left;
}

.f_R {
  display: inline;
  float: right;
}

/*4. text-align 優先順位：高 */
body .t_R {
  text-align: right;
}

body .t_L {
  text-align: left;
}

body .t_C,
body .t_CL,
body .t_CR {
  text-align: center;
}

body .ai_c {
  align-items: center;
}

body .ai_fe {
  align-items: flex-end;
}

body .ai_fs {
  align-items: flex-start;
}

body .ai_s {
  align-items: stretch;
}

body .jc_c {
  justify-content: center;
}

body .jc_fs {
  justify-content: flex-start;
}

body .jc_sb {
  justify-content: space-between;
}

body .jc_sa {
  justify-content: space-around;
}

@media screen and (max-width: 768px) {
  body .t_CL {
    text-align: left;
  }

  body .t_CR {
    text-align: right;
  }
}

/*5. margin 必要なら追加　優先順位：高 */
body .m0 {
  margin: 0;
}

body .mb0 {
  margin-bottom: 0;
}

body .mb5 {
  margin-bottom: 5px;
}

body .mb10 {
  margin-bottom: 10px;
}

body .mb15 {
  margin-bottom: 15px;
}

body .mb20 {
  margin-bottom: 20px;
}

body .mb30 {
  margin-bottom: 30px;
}

body .mb40 {
  margin-bottom: 40px;
}

body .mb50 {
  margin-bottom: 50px;
}

body .mb80 {
  margin-bottom: 80px;
}

body .mb100 {
  margin-bottom: 100px;
}

body .mb150 {
  margin-bottom: 150px;
}

body .mt0 {
  margin-top: 0px;
}

body .mt5 {
  margin-top: 5px;
}

body .mt10 {
  margin-top: 10px;
}

body .mt15 {
  margin-top: 15px;
}

body .mt20 {
  margin-top: 20px;
}

body .mt30 {
  margin-top: 30px;
}

body .mt40 {
  margin-top: 40px;
}

body .mt50 {
  margin-top: 50px;
}

body .mt80 {
  margin-top: 80px;
}

body .mt100 {
  margin-top: 100px;
}

body .mt150 {
  margin-top: 150px;
}

body .ml0 {
  margin-left: 0;
}

body .ml5 {
  margin-left: 5px;
}

body .ml10 {
  margin-left: 10px;
}

body .ml15 {
  margin-left: 15px;
}

body .ml20 {
  margin-left: 20px;
}

body .ml30 {
  margin-left: 30px;
}

body .mr0 {
  margin-right: 0;
}

body .mr5 {
  margin-right: 5px;
}

body .mr10 {
  margin-right: 10px;
}

body .mr15 {
  margin-right: 15px;
}

body .mr20 {
  margin-right: 20px;
}

body .mr30 {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  /*5. margin 30以上は1/2 */
  body .mb30 {
    margin-bottom: 15px;
  }

  body .mb40 {
    margin-bottom: 20px;
  }

  body .mb50 {
    margin-bottom: 25px;
  }

  body .mb80 {
    margin-bottom: 40px;
  }

  body .mb100 {
    margin-bottom: 50px;
  }

  body .mb150 {
    margin-bottom: 75px;
  }

  body .mt40 {
    margin-top: 20px;
  }

  body .mt50 {
    margin-top: 25px;
  }

  body .mt80 {
    margin-top: 40px !important;
  }

  body .mt100 {
    margin-top: 50px;
  }

  body .mt150 {
    margin-top: 75px;
  }
}

/*6. padding 優先順位:高*/
body .p0 {
  padding: 0;
}

body .plr5 {
  padding: 0 5px;
}

body .plr10 {
  padding: 0 10px;
}

body .plr15 {
  padding: 0 15px;
}

body .plr20 {
  padding: 0 20px;
}

body .ptb10 {
  padding: 10px 0;
}

body .ptb20 {
  padding: 20px 0;
}

body .pall10 {
  padding: 10px;
}

body .pall20 {
  padding: 20px;
}

body .p0 {
  padding: 0;
}

body .pb0 {
  padding-bottom: 0;
}

body .pb5 {
  padding-bottom: 5px;
}

body .pb10 {
  padding-bottom: 10px;
}

body .pb15 {
  padding-bottom: 15px;
}

body .pb20 {
  padding-bottom: 20px;
}

body .pb30 {
  padding-bottom: 30px;
}

body .pb40 {
  padding-bottom: 40px;
}

body .pb50 {
  padding-bottom: 50px;
}

body .pb70 {
  padding-bottom: 70px;
}

body .pb80 {
  padding-bottom: 80px;
}

body .pb100 {
  padding-bottom: 100px;
}

body .pb150 {
  padding-bottom: 150px;
}

body .pt0 {
  padding-top: 0px;
}

body .pt5 {
  padding-top: 5px;
}

body .pt10 {
  padding-top: 10px;
}

body .pt15 {
  padding-top: 15px;
}

body .pt20 {
  padding-top: 20px;
}

body .pt30 {
  padding-top: 30px;
}

body .pt40 {
  padding-top: 40px;
}

body .pt50 {
  padding-top: 50px;
}

body .pt70 {
  padding-top: 70px;
}

body .pt80 {
  padding-top: 80px;
}

body .pt100 {
  padding-top: 100px;
}

body .pt150 {
  padding-top: 150px;
}

body .pl0 {
  padding-left: 0;
}

body .pl5 {
  padding-left: 5px;
}

body .pl10 {
  padding-left: 10px;
}

body .pl15 {
  padding-left: 15px;
}

body .pl20 {
  padding-left: 20px;
}

body .pl30 {
  padding-left: 30px;
}

body .pr0 {
  padding-right: 0;
}

body .pr5 {
  padding-right: 5px;
}

body .pr10 {
  padding-right: 10px;
}

body .pr15 {
  padding-right: 15px;
}

body .pr20 {
  padding-right: 20px;
}

body .pr30 {
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  body .pb20 {
    padding-bottom: 15px;
  }

  body .pb30 {
    padding-bottom: 20px;
  }

  body .pb40 {
    padding-bottom: 20px;
  }

  body .pb50 {
    padding-bottom: 25px;
  }

  body .pb70 {
    padding-bottom: 35px;
  }

  body .pb80 {
    padding-bottom: 40px;
  }

  body .pb100 {
    padding-bottom: 50px;
  }

  body .pb150 {
    padding-bottom: 75px;
  }

  body .pt20 {
    padding-top: 15px;
  }

  body .pt30 {
    padding-top: 20px;
  }

  body .pt40 {
    padding-top: 20px;
  }

  body .pt50 {
    padding-top: 25px;
  }

  body .pt70 {
    padding-top: 35px;
  }

  body .pt80 {
    padding-top: 40px;
  }

  body .pt100 {
    padding-top: 50px;
  }

  body .pt150 {
    padding-top: 75px;
  }
}

/* -------------------------------------
幅
-------------------------------------*/
body .w100p,
body .w980,
body .w900,
body .w820,
body .w800,
body .w700,
body .w650,
body .w600,
body .w500 {
  margin-right: auto;
  margin-left: auto;
}

body .w100p {
  width: 100%;
}

body .w980 {
  width: 980px;
}

body .w900 {
  width: 900px;
}

body .w820 {
  width: 820px;
}

body .w800 {
  width: 800px;
}

body .w700 {
  width: 700px;
}

body .w650 {
  width: 650px;
}

body .w600 {
  width: 600px;
}

body .w500 {
  width: 500px;
}

@media screen and (max-width: 768px) {
  body .w100p,
  body .w980,
  body .w900,
  body .w820,
  body .w800,
  body .w700,
  body .w650,
  body .w600,
  body .w500 {
    margin-right: auto;
    margin-left: auto;
  }

  body .w100p {
    width: 100%;
  }

  body .w980 {
    width: 100%;
  }

  body .w900 {
    width: 100%;
  }

  body .w820 {
    width: 100%;
  }

  body .w800 {
    width: 100%;
  }

  body .w700 {
    width: 100%;
  }

  body .w650 {
    width: 100%;
  }

  body .w600 {
    width: 100%;
  }

  body .w500 {
    width: 100%;
  }

  body .w100p > *,
  body .w980 > *,
  body .w900 > *,
  body .w820 > *,
  body .w800 > *,
  body .w700 > *,
  body .w650 > *,
  body .w600 > *,
  body .w500 > * {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  body .w100p > .max,
  body .w100p.max,
  body .w980 > .max,
  body .w980.max,
  body .w900 > .max,
  body .w900.max,
  body .w820 > .max,
  body .w820.max,
  body .w800 > .max,
  body .w800.max,
  body .w700 > .max,
  body .w700.max,
  body .w650 > .max,
  body .w650.max,
  body .w600 > .max,
  body .w600.max,
  body .w500 > .max,
  body .w500.max {
    width: 100%;
  }
}

body .calc980 {
  padding-right: calc((100% - 980px) / 2);
  padding-left: calc((100% - 980px) / 2);
}

body .calc820 {
  padding-right: calc((100% - 820px) / 2);
  padding-left: calc((100% - 820px) / 2);
}

@media screen and (max-width: 768px) {
  body .calc980,
  body .calc820 {
    padding-right: 0;
    padding-left: 0;
  }

  body .calc980 > .max,
  body .calc820 > .max {
    width: 100%;
  }

  body .calc980 > *,
  body .calc820 > * {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
}

/* -------------------------------------
文字装飾
-------------------------------------*/
/**黄色マーカー**/
b.liner {
  background: -webkit-linear-gradient(transparent 40%, #fff552 0%);
  background: linear-gradient(transparent 40%, #fff552 0%);
}

/* -------------------------------------
改行
-------------------------------------*/
.pc {
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/* -------------------------------------
横並びボックスの数
-------------------------------------*/
.boxLR {
  display: flex;
}

/**２つ並び**/
.box2C {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box2C > * {
  width: 48%;
}

.box2C:after {
  display: block;
  width: 48%;
  content: "";
}

/**3つ並び**/
.box3C {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box3C > * {
  width: 32%;
}

.box3C:after {
  display: block;
  width: 32%;
  content: "";
}

/**4つ並び**/
.box4C {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box4C > * {
  width: 24%;
}

.box4C:after,
.box4C:before {
  display: block;
  width: 24.5%;
  content: "";
}

.box4C:before {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 768px) {
  /* -------------------------------------
横並びボックスの数
-------------------------------------*/
  /**２つ並び**/
  .box2C {
    width: 100%;
  }

  .box2C.box1C_sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .box2C.box2C_sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .box2C.box1C_sp > * {
    width: 100%;
  }

  .box2C.box1C_sp:after {
    display: none;
  }

  .box2C.box2C_sp > *,
  .box2C.box2C_sp::after {
    width: 48%;
  }

  .box2C.box2C_sp.sp1c > *,
  .box2C.box2C_sp.sp1c::after {
    /*		min-width: 300px;*/
  }

  /**3つ並び**/
  .box3C {
    width: 100%;
  }

  .box3C.box1C_sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .box3C.box2C_sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .box3C.box3C_sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .box3C.box1C_sp > * {
    width: 100%;
  }

  .box3C.box1C_sp:after {
    display: none;
  }

  .box3C.box2C_sp > *,
  .box3C.box2C_sp::after {
    width: 48%;
  }

  .box3C.box3C_sp > *,
  .box3C.box3C_sp::after {
    width: 31%;
  }

  /**4つ並び**/
  .box4C {
    width: 100%;
  }

  .box4C.box1C_sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .box4C.box2C_sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .box4C.box1C_sp > * {
    width: 100%;
  }

  .box4C.box2C_sp > * {
    width: 48%;
  }

  .box4C:after,
  .box4C:before {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  /* -------------------------------------
横並びボックスの数
-------------------------------------*/
  .sp1c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column !important;
  }

  .sp1c > *,
  .sp1c::after {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

/* -------------------------------------
見出し+テキスト+画像
.h-text-img>
div>h+p
figure>img

.h-text-img　：　見出し+テキスト　画像右
.h-text-img.left　：　画像左　見出し+テキスト
.h-text-img.center　：　画像+見出し+テキスト　縦並び
-------------------------------------*/
/* -------------------------------------
配置･･･画像の位置が基準
-------------------------------------*/
.h-text-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*配置*/
.h-text-img.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
}

.h-text-img.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.h-text-img.center_t {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

.h-text-img.center_b {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

/*画像*/
.h-text-img figure {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.h-text-img.right figure {
  margin-left: 30px;
}

.h-text-img.left figure {
  margin-right: 30px;
}

.h-text-img.center_t figure {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.h-text-img.center_b figure {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.h-text-img figure.w50p {
  width: 50%;
}

/*テキスト領域*/
.h-text-img .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pdf {
  width: 100%;
  margin: 30px auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  /*配置*/
  .h-text-img.right.top,
  .h-text-img.left.top,
  .h-text-img.center_b.top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /*画像*/
  .h-text-img.right figure {
    margin-left: 20px;
  }

  .h-text-img.left figure {
    margin-right: 20px;
  }

  .h-text-img.center_t figure {
    margin-bottom: 20px;
  }

  .h-text-img.center_b figure {
    margin-top: 20px;
  }

  .h-text-img.right.top figure,
  .h-text-img.left.top figure {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  /*テキスト領域*/
  .pdf {
    margin: 20px auto;
  }
}

@media screen and (max-width: 480px) {
  /*配置*/
  .h-text-img.right,
  .h-text-img.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /*画像*/
  .h-text-img.right figure,
  .h-text-img.left figure {
    margin: 0 auto 16px;
  }

  .h-text-img figure.w50p {
    width: 100%;
  }
}

/* -------------------------------------
写真+テキスト
-------------------------------------*/
.img-text {
}

.img-text figure {
  margin: 0 auto 20px;
  width: 980px;
}

.img-text .richtext {
  margin: 0 auto 40px;
  width: 700px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .img-text figure {
    width: 100%;
  }

  .img-text .richtext {
    width: 95%;
  }
}

/* -------------------------------------
テーブル
-------------------------------------*/
.table table {
  margin: 30px auto;
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
  background: #fff;
}

.table th,
.table td {
  padding: 10px 20px;
  vertical-align: top;
  text-align: left;
  background: #fff;
}

.table th {
  width: 25%;
  background: #f5f5f5;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .table table,
  .table tbody,
  .table tr,
  .table th,
  .table td {
    display: block;
    border: none;
  }

  .table table {
    border-bottom: 1px solid #fff;
  }

  .table th,
  .table td {
    padding: 10px;
    border: 1px solid #fff;
    border-bottom: none;
  }

  .table th {
    width: 100%;
  }
}

/* -------------------------------------
tableA
-------------------------------------*/
.tableA table,
table.tableA {
  width: 100%;
  border-top: 1px dotted red;
}

.tableA tr {
  border-bottom: 1px dotted red;
}

.tableA tr:nth-of-type(odd) {
  background: yellow;
}

.tableA tr:nth-of-type(even) {
  background: pink;
}

.tableA th,
.tableA td {
  padding: 20px 16px;
  vertical-align: top;
  text-align: left;
}

.tableA th {
  width: 25%;
  font-weight: bold;
}

.tableA td a:hover {
}

@media screen and (max-width: 768px) {
  .tableA th,
  .tableA td {
    padding: 8px 10px;
    font-size: 14px;
  }

  .tableA th {
    min-width: 6em;
    font-size: 0.9rem;
    font-size: 13px;
  }
}

/* -------------------------------------
tableB
-------------------------------------*/
.tableB table,
table.tableB {
  width: 100%;
  border-top: 1px dotted #aaa;
  background: #fff;
  /*	border: 1px solid red;*/
}

.tableB tr {
  border-bottom: 1px dotted #aaa;
}

.tableB th,
.tableB td {
  padding: 16px 20px;
  vertical-align: middle;
  text-align: left;
}

.tableB th {
  width: 25%;
  background: #ccc;
}

.tableB td a:hover {
}

@media screen and (max-width: 768px) {
  .tableB th,
  .tableB td {
    padding: 8px 10px;
    font-size: 14px;
  }

  .tableB th {
    width: 25%;
    min-width: 6em;
    font-size: 0.9rem;
    font-size: 13px;
  }
}

/* -------------------------------------
tableC
-------------------------------------*/
.tableC table,
table.tableC {
  width: 100%;
  border-top: 1px dotted #aaa;
  background: #fff;
}

.tableC tr {
  border-bottom: 1px dotted #aaa;
}

.tableC th,
.tableC td {
  padding: 16px 20px;
  vertical-align: middle;
  text-align: left;
}

.tableC th {
  width: 25%;
  background: #ccc;
}

.tableC td a:hover {
}

@media screen and (max-width: 768px) {
  .tableC th,
  .tableC td {
    display: block;
    width: 100%;
    font-size: 14px;
  }

  .tableC th {
    padding: 6px 10px;
  }

  .tableC td {
    padding: 6px 10px 20px;
  }
}

/* -------------------------------------
tableD
-------------------------------------*/
.tableD table,
table.tableD {
  width: 100%;
}

.tableD th,
.tableD td {
  display: block;
  width: 100%;
}

.tableD th {
  margin-bottom: 10px;
  padding: 14px;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: left;
  background: #f4f4f4;
}

.tableD td {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .tableD th {
    margin-bottom: 4px;
    font-size: 0.9rem;
  }

  .tableD td {
    margin-bottom: 20px;
  }
}

/* -------------------------------------
吹き出し
-------------------------------------*/
/**塗りつぶし（下）**/
.balloon1_B {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background: #e0edff;
  color: #555;
  text-align: center;
  font-size: 16px;
}

.balloon1_B:before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 5px;
  border-style: solid;
  border-color: #e0edff transparent transparent transparent;
  content: "";
}

/**塗りつぶし（上）**/
.balloon1_T {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background: #e0edff;
  color: #555;
  text-align: center;
  font-size: 16px;
}

.balloon1_T:before {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 5px;
  border-style: solid;
  border-color: transparent transparent #e0edff transparent;
  content: "";
}

/**塗りつぶし（左）**/
.balloon1_L {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background: #e0edff;
  color: #555;
  text-align: center;
  font-size: 16px;
}

.balloon1_L:before {
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -5px;
  border-width: 5px 10px;
  border-style: solid;
  border-color: transparent #e0edff transparent transparent;
  content: "";
}

/**塗りつぶし（右）**/
.balloon1_R {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background: #e0edff;
  color: #555;
  font-size: 16px;
}

.balloon1_R:before {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #e0edff;
  content: "";
}

/**線（下）**/
.balloon2_B {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  border: solid 1px #555;
  background: #fff;
  color: #555;
  text-align: center;
  font-size: 16px;
}

.balloon2_B:before {
  position: absolute;
  bottom: -18px;
  left: 50%;
  z-index: 2;
  margin-left: -6px;
  border-width: 9px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  content: "";
}

.balloon2_B:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  z-index: 1;
  margin-left: -7px;
  border-width: 10px 7px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
  content: "";
}

/**線（上）**/
.balloon2_T {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  border: solid 1px #555;
  background: #fff;
  color: #555;
  text-align: center;
  font-size: 16px;
}

.balloon2_T:before {
  position: absolute;
  top: -18px;
  left: 50%;
  z-index: 2;
  margin-left: -6px;
  border-width: 9px 6px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  content: "";
}

.balloon2_T:after {
  position: absolute;
  top: -20px;
  left: 50%;
  z-index: 1;
  margin-left: -7px;
  border-width: 10px 7px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
  content: "";
}

/**線（左）**/
.balloon2_L {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  border: solid 1px #555;
  background: #fff;
  color: #555;
  text-align: center;
  font-size: 16px;
}

.balloon2_L:before {
  position: absolute;
  top: 50%;
  left: -18px;
  z-index: 2;
  margin-top: -6px;
  border-width: 6px 9px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  content: "";
}

.balloon2_L:after {
  position: absolute;
  top: 50%;
  left: -20px;
  z-index: 1;
  margin-top: -7px;
  border-width: 7px 10px;
  border-style: solid;
  border-color: transparent #555 transparent transparent;
  content: "";
}

/**線（右）**/
.balloon2_R {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  border: solid 1px #555;
  background: #fff;
  color: #555;
  text-align: center;
  font-size: 16px;
}

.balloon2_R:before {
  position: absolute;
  top: 50%;
  right: -18px;
  z-index: 2;
  margin-top: -6px;
  border-width: 6px 9px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: "";
}

.balloon2_R:after {
  position: absolute;
  top: 50%;
  right: -20px;
  z-index: 1;
  margin-top: -7px;
  border-width: 7px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #555;
  content: "";
}

/* -------------------------------------
カテゴリボタン
-------------------------------------*/
.catBtn {
  display: flex;
  margin: 25px auto;

  justify-content: center;
}

.catBtn a {
  position: relative;
  display: block;
  margin: 15px;
  padding: 10px 40px 10px 20px;
  min-width: 8em;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  text-align: left;
  font-weight: bold;
}

.catBtn a:after {
  position: absolute;
  right: 10px;
  content: "\e5cc";
  font-family: "Material Icons";
}

.catBtn a:hover {
  background: #fff;
  color: #000;
}

@media screen and (max-width: 768px) {
  .catBtn {
    display: flex;
    margin: 20px auto;
    width: 100%;

    flex-wrap: wrap;
    justify-content: space-between;
  }

  .catBtn a {
    margin: 0 0 8px;
    padding: 10px 20px 10px 10px;
    min-width: 8em;
    width: 49%;
  }
}

.catBtn2 {
  display: flex;
  margin: 25px auto;
  flex-wrap: wrap;

  justify-content: center;
  max-width: 980px;
  border: 1px solid #1e1109;
  padding: 15px;
  position: relative;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
}

.catBtn2 a,
.catBtn2 span {
  position: relative;
  display: block;
  margin: 5px;
  padding: 5px 20px;
  border-left: 1px solid #1e1109;
  background: #fff;
  color: #1e1109;
  text-align: left;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.catBtn2 a:first-child,
.catBtn2 span:first-child {
  border: none;
}

.catBtn2 a:hover,
.catBtn2 span:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .catBtn2 {
    display: flex;
    margin: 20px auto;
    width: 100%;

    flex-wrap: wrap;
    justify-content: space-between;
  }

  .catBtn2 a,
  .catBtn2 span {
    margin: 0 0 5px;
    padding: 5px;
    min-width: 5em;
    width: auto;
    flex: 1;
    border: none;
  }
}

.catBtn3 {
  display: flex;
  margin: 25px auto;
  flex-wrap: wrap;

  justify-content: center;
  max-width: 980px;
  border: 1px solid #1e1109;
  padding: 15px;
  position: relative;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
}

.catBtn3 a,
.catBtn3 span {
  position: relative;
  display: block;
  margin: 5px;
  padding: 5px 10px;
  border-left: 1px solid #1e1109;
  background: #fff;
  color: #1e1109;
  text-align: left;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.catBtn3 a:first-child,
.catBtn3 span:first-child {
  border: none;
}

.catBtn3 a:hover,
.catBtn3 span:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .catBtn3 {
    display: flex;
    margin: 20px auto;
    width: 100%;

    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 15px 5px;
  }

  .catBtn3 a,
  .catBtn3 span {
    margin: 0 0 5px;
    padding: 0;
    width: 100%;
    flex: none;
    border: none;
  }

  .catBtn3 > *:before {
    content: "\e5e1";
    font-family: "Material Icons";
    font-size: 10px;
    color: #0d7841;
    line-height: 1;
    display: inline-block;
    margin: 0 5px 0 0;
  }
}

/* -------------------------------------
写真のエフェクト
-------------------------------------*/
/**4辺ぼかし：親要素にかける**/
.blur_w {
  position: relative;
  display: inline-block;
}

.blur_w:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  box-shadow: inset 0 0 40px #fff, inset 0 0 40px #fff, inset 0 0 40px #fff,
    inset 0 0 40px #fff;
  content: "";
}

/**角丸：画像に直接かけれる**/
.radius {
  border-radius: 15px;
}

/**hover時画像拡大**/
.scale {
  overflow: hidden;
}

.scale img {
  -webkit-transition: -webkit-transform 0.3s linear;
  -moz-transition: -moz-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  transition: transform 0.3s linear;
}

a:hover .scale img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/**-------------------------------------
地図 動画 iframe
-------------------------------------**/
iframe {
  width: 100%;
}

.youtube {
  margin: 30px auto 20px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .youtube {
    margin: 20px auto 10px;
  }
}

/*--------------------------------
ページャー
---------------------------------*/

/*コメントナビ*/

.st-pagelink,
.page_navi > .page-numbers {
  padding: 20px 0px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.st-pagelink a,
.page_navi .page-numbers .page-numbers {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  color: #32211a;
}

.st-pagelink a:hover,
.page_navi .page-numbers .page-numbers:hover {
  opacity: 0.5;
}

.st-pagelink .page-numbers {
  height: auto;
}

.st-pagelink .page-numbers,
.page_navi .page-numbers li {
  margin-right: 5px;
  margin-bottom: 5px;
}

.st-pagelink .page-numbers,
.page_navi .page-numbers .page-numbers {
  border: 1px solid #32211a;
  padding: 5px 10px;
  font-size: 15px;
  display: block;
  text-align: center;
  background: #fff;
}

.st-pagelink .page-numbers.current,
.st-pagelink .page-numbers.disabled,
.page_navi .current,
.page_navi .current {
  opacity: 0.5;
}

.page_navi p.back {
  text-align: center;
  display: none;
}

/* 投稿・固定ページ内ナビ */

.st-pagelink-pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagination {
  clear: both;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}

.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background-color: #999;
}

.pagination a:hover {
  color: #fff;
  background-color: #666666;
}

.pagination .current {
  padding: 6px 9px 5px 9px;
  color: #fff;
  background-color: #cccccc;
}
