@charset "UTF-8";
/*!***************************************************************
 *  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, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  border: none;
}

/*!***************************************************************
 *  ベーススタイル
 ****************************************************************/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #222625;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-kerning: auto;
  font-kerning: auto;
  letter-spacing: .1em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

p:not(:last-child) {
  margin-bottom: 1em;
}

i {
  font-style: normal;
}

em {
  background: linear-gradient(transparent 60%, #fff178);
  font-weight: bold;
  color: #da3d2a;
  font-style: normal;
}

a {
  color: #208885;
  text-decoration: none;
}

a:hover {
  color: #96d6d4;
  text-decoration: underline;
}

a.disabled {
  color: #ccc;
}

a.disabled:hover {
  text-decoration: none;
}

label, input[type=radio], input[type=checkbox], input[type=file], select {
  cursor: pointer;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

input, textarea {
  padding-left: 10px;
  padding-right: 10px;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

pre {
  margin-bottom: 20px;
}

code {
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: 320px;
    font-size: 1.4rem;
  }
}

/*!***************************************************************
 *  見出し
 ****************************************************************/
h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

.ttl_01 {
  font-size: 1.0rem;
  position: absolute;
  top: 10px;
  left: 20px;
  max-width: calc(100% - 675px);
}

@media only screen and (max-width: 1199px) {
  .ttl_01 {
    width: calc(100% - 20px);
    max-width: 100%;
    position: static;
    font-size: 0.8rem;
    letter-spacing: 0;
    margin-top: 10px;
    margin-left: 20px;
  }
}

.ttl_02 {
  font-weight: bold;
  font-size: 4rem;
  margin: 0 0 80px;
  text-align: center;
}

.ttl_02 .ttl_02_eng {
  font-family: "Roboto Condensed", sans-serif;
  color: #5fc0be;
  font-size: 1.8rem;
  font-weight: normal;
  display: block;
}

@media only screen and (max-width: 767px) {
  .ttl_02 {
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
  .ttl_02 .ttl_02_eng {
    font-size: 1rem;
  }
}

.ttl_03 {
  font-weight: bold;
  font-size: 3.2rem;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}

.ttl_03 .ttl_03_s {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .ttl_03 {
    font-size: 2.3rem;
    margin-bottom: 20px;
  }
  .ttl_03 .ttl_03_s {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}

.ttl_04 {
  font-weight: bold;
  font-size: 2.4rem;
}

.ttl_04.ttl_04_line {
  border-bottom: 1px solid #d2e4db;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .ttl_04 {
    font-size: 1.8rem;
  }
}

.ttl_05 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.ttl_05 .ttl_05_s {
  font-size: 1.5rem;
  color: #5fc0be;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .ttl_05 {
    font-size: 1.5rem;
  }
}

.ttl_06 {
  font-size: 2.8rem;
  font-weight: bold;
  background: #eff9f8;
  padding: 20px 30px;
  border-top: 4px solid #5fc0be;
  box-shadow: 0 3px 4px 0 rgba(74, 73, 66, 0.1);
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .ttl_06 {
    font-size: 1.4rem;
    margin-bottom: 30px;
    padding: 10px;
  }
}

.ttl_07 {
  font-size: 3.2rem;
  border-bottom: 1px solid #d2e4db;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  padding-bottom: 30px;
  position: relative;
  color: #208885;
}

.ttl_07::after {
  content: '';
  background: #5fc0be;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
}

@media only screen and (max-width: 767px) {
  .ttl_07 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}

.ttl_08 {
  border-left: 4px solid #5fc0be;
  border-bottom: 1px solid #d2e4db;
  padding: 10px 20px;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .ttl_08 {
    font-size: 1.5rem;
    padding: 5px 10px;
    margin-bottom: 20px;
  }
}

.ttl_min {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3rem;
  margin-bottom: 60px;
  letter-spacing: .15em;
}

@media only screen and (max-width: 767px) {
  .ttl_min {
    font-size: 2.2rem;
    margin-bottom: 80px;
  }
}

.ttl-primary {
  color: #5fc0be;
}

.ttl-secondary {
  color: #35a2a0;
}

.ttl-thirdly {
  color: #208885;
}

.ttl-error {
  color: #da3d2a;
}

.ttl-accent {
  color: #f3b52f;
}

.ttl-border {
  color: #d2e4db;
}

.ttl-base_bg {
  color: #fafcfb;
}

.ttl-base_bg2 {
  color: #fafcfb;
}

.ttl-white {
  color: white;
}

.ttl-black {
  color: black;
}

.ttl-font {
  color: #222625;
}

.ttl-font2 {
  color: #b0b0b0;
}

/*!***************************************************************
 *  ボタンスタイル
 ****************************************************************/
.m-btn {
  text-align: center;
  display: block;
  color: #FFF;
  font-size: 1.4rem;
  border: 0;
  width: 300px;
  max-width: 100%;
  padding: 10px 20px;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
}

.m-btn:after {
  content: '';
  height: 100%;
  width: 0;
  vertical-align: middle;
  display: inline-block;
}

.m-btn:hover {
  /*opacity         : 0.7;*/
  text-decoration: none;
  color: white;
  transition: opacity .2s linear;
}

.m-btn.btn-primary {
  background: #5fc0be;
  color: white;
  border-bottom: 4px solid #3b9795;
}

.m-btn.btn-primary:hover {
  background: #7cccca;
  transition: .2s linear;
}

.m-btn.btn-secondary {
  background: #35a2a0;
  color: white;
  border-bottom: 4px solid #226867;
}

.m-btn.btn-secondary:hover {
  background: #3fc0be;
  transition: .2s linear;
}

.m-btn.btn-thirdly {
  background: #208885;
  color: white;
  border-bottom: 4px solid #114a48;
}

.m-btn.btn-thirdly:hover {
  background: #28a9a5;
  transition: .2s linear;
}

.m-btn.btn-error {
  background: #da3d2a;
  color: white;
  border-bottom: 4px solid #9c291b;
}

.m-btn.btn-error:hover {
  background: #e05d4d;
  transition: .2s linear;
}

.m-btn.btn-accent {
  background: #f3b52f;
  color: white;
  border-bottom: 4px solid #ca8e0c;
}

.m-btn.btn-accent:hover {
  background: #f5c356;
  transition: .2s linear;
}

.m-btn.btn-border {
  background: #d2e4db;
  color: white;
  border-bottom: 4px solid #a2c7b5;
  color: #222625;
}

.m-btn.btn-border:hover {
  background: #ecf3ef;
  transition: .2s linear;
}

.m-btn.btn-base_bg {
  background: #fafcfb;
  color: white;
  border-bottom: 4px solid #cadfd5;
  color: #222625;
}

.m-btn.btn-base_bg:hover {
  background: white;
  transition: .2s linear;
}

.m-btn.btn-base_bg2 {
  background: #fafcfb;
  color: white;
  border-bottom: 4px solid #cadfd5;
  color: #222625;
}

.m-btn.btn-base_bg2:hover {
  background: white;
  transition: .2s linear;
}

.m-btn.btn-white {
  background: white;
  color: white;
  border-bottom: 4px solid #d9d9d9;
  color: #222625;
}

.m-btn.btn-white:hover {
  background: white;
  transition: .2s linear;
}

.m-btn.btn-black {
  background: black;
  color: white;
  border-bottom: 4px solid black;
}

.m-btn.btn-black:hover {
  background: #141414;
  transition: .2s linear;
}

.m-btn.btn-font {
  background: #222625;
  color: white;
  border-bottom: 4px solid black;
}

.m-btn.btn-font:hover {
  background: #353c3a;
  transition: .2s linear;
}

.m-btn.btn-font2 {
  background: #b0b0b0;
  color: white;
  border-bottom: 4px solid #8a8a8a;
  color: #222625;
}

.m-btn.btn-font2:hover {
  background: #c4c4c4;
  transition: .2s linear;
}

.m-btn.btn-disabled {
  cursor: default;
  background-color: #d1d1d1;
  outline: none;
}

.m-btn.btn-disabled:hover {
  opacity: 1;
}

.m-btn.btn-ghost {
  background-color: transparent;
  border: 1px solid white;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 0px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.m-btn.btn-ghost:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.m-btn.btn-thin {
  padding: 4px 20px;
}

.m-btn.btn-img {
  padding: 0;
  border-radius: 0px;
  width: 100%;
  background: none;
}

.m-btn.btn-arrow {
  position: relative;
}

.m-btn.btn-arrow:before {
  content: '>';
  position: absolute;
  font-weight: bold;
  top: 50%;
  right: 1em;
  transform: translateY(-47%);
}

.m-btn.btn-arrow.btn-arrow-r:before {
  transform: translateY(-47%) rotate(180deg);
  left: 1em;
}

.m-btn.btn-blank {
  position: relative;
}

.m-btn.btn-blank:after {
  content: '';
  position: absolute;
  right: 25px;
  font-family: FontAwesome;
}

.m-btn.btn_nav {
  background: #d2e4db;
  color: #222625;
  width: 100%;
}

.m-btn.btn_nav > * {
  display: table-cell;
  vertical-align: middle;
}

.m-btn.btn_nav .btn_icon {
  padding: 15px;
}

.m-btn.btn_nav .btn_txt {
  width: 100%;
  padding: 0 20px;
  text-align: left;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.2;
}

.m-btn.btn_nav::after {
  content: none;
}

.m-btn.btn_nav:hover {
  background: #5fc0be;
  color: white;
  transition: .2s linear;
}

@media only screen and (max-width: 1199px) {
  .m-btn.btn_nav {
    padding: 10px 0;
  }
  .m-btn.btn_nav > * {
    display: block;
  }
  .m-btn.btn_nav .btn_icon {
    padding: 5px;
  }
  .m-btn.btn_nav .btn_txt {
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 1.2rem;
    display: table-cell;
    vertical-align: middle;
  }
  .m-btn.btn_nav .btn_tb {
    display: table;
    width: 100%;
  }
  .m-btn.btn_nav.btn-arrow::after {
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }
}

.m-btn.btn-flex {
  width: auto;
  display: inline-block;
}

.m-btn.btn-xl {
  font-size: 2.4rem;
  width: 400px;
  padding: 15px;
}

.m-btn.btn-l {
  font-size: 2rem;
  width: 300px;
  padding: 15px;
}

.m-btn.btn-m {
  font-size: 1.4rem;
  width: 150px;
  padding: 10px;
}

.m-btn.btn-s {
  font-size: 1.2rem;
  font-weight: normal;
  width: auto;
  padding: 4px 10px;
  display: inline-block;
  margin-bottom: 0;
}

a.btn-Fcv:hover {
  transition: .2s linear;
  color: white;
  border: 2px solid white;
}

a.btn-Fcv:hover .color-font2 {
  color: white;
  transition: .2s linear;
}

.btn-circle {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 50%;
  border-radius: 50%;
  background: white;
  color: #222625;
}

.btn-circle .m-tag {
  font-size: 1.6rem;
}

.btn-circle img {
  display: block;
  margin: 20px auto;
}

.btn-circle:before {
  padding-top: 100%;
}

.btn-circle_inner {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .btn-circle .m-tag {
    font-size: 1.1rem;
  }
  .btn-circle img {
    max-width: 40%;
    height: auto;
    margin: 10px auto;
  }
}

.btn-acc {
  border: 1px solid #d2e4db;
  padding: 10px 20px 10px 40px;
  position: relative;
  font-weight: bold;
}

.btn-acc:hover {
  background: #d2e4db;
  transition: .2s linear;
}

.btn-acc.open {
  background: #d2e4db;
  transition: .2s linear;
}

.btn-acc.open:after {
  content: '－';
  font-size: 1.6rem;
  position: absolute;
  font-weight: bold;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-acc.close:after {
  content: '+';
  font-size: 1.6rem;
  position: absolute;
  font-weight: bold;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btns {
  text-align: center;
}

.btns.txt_r {
  text-align: right;
}

.btns .m-btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .btns .m-btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}

.btn-square {
  border: 2px solid #208885;
  border-radius: 10px;
  background: white;
  text-align: center;
  width: 80px;
  height: 80px;
  font-size: 1.2rem;
  letter-spacing: 0;
}

.Tel_btn {
  border: 2px solid #208885;
  border-radius: 50px;
  text-align: center;
  padding: 10px 20px;
  width: 300px;
  max-width: 100%;
}

.Tel_btn a {
  color: #222625;
}

.Tel_btn.sp_Tel_btn {
  border: none;
  padding: 0;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .Tel_btn.sp_Tel_btn {
    border: 2px solid #208885;
    padding: 10px 20px;
  }
}

.Tel-btn_s {
  border: 2px solid #208885;
  width: 40px;
  height: 40px;
  line-height: 35px;
  margin-right: 5px;
  text-align: center;
  border-radius: 20px;
}

.Tel-btn_s a {
  display: block;
}

@media only screen and (max-width: 767px) {
  .Contact-btn_s {
    width: 40px !important;
    height: 40px;
    padding: 7px 0 0 0;
    line-height: 10px;
    box-shadow: none;
  }
  .Contact-btn_s .sp {
    font-size: .6rem;
    letter-spacing: 0;
  }
}

/*!***************************************************************
 *  タグタイル
 ****************************************************************/
.m-tag {
  text-align: center;
  display: inline-block;
  background-color: #222625;
  color: #FFF;
  font-size: 1rem;
  font-weight: bold;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 0;
  max-width: 100%;
  padding: 2px 10px;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  margin-right: 5px;
}

.m-tag:after {
  content: '';
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.m-tag.tag-primary {
  color: #5fc0be;
  background: none;
  border: 1px solid #5fc0be;
}

.m-tag.tag-secondary {
  color: #35a2a0;
  background: none;
  border: 1px solid #35a2a0;
}

/*------------------------------------------------------------
ページング
------------------------------------------------------------*/
.m-paging {
  margin-bottom: 80px;
}

.m-paging.paging-type-square ul {
  text-align: center;
}

.m-paging.paging-type-square ul li {
  border: 1px solid #5fc0be;
  display: inline-block;
  line-height: 0.6;
  border-radius: 3px;
  margin-left: 3px;
  margin-right: 3px;
}

.m-paging.paging-type-square ul li a {
  display: block;
  height: 100%;
  padding: 10px;
}

.m-paging.paging-type-square ul li a:hover {
  text-decoration: none;
  color: white;
  background: #96d6d4;
  transition: background 0.2s ,color 0.2s;
}

.m-paging.paging-type-square ul li.paging-active {
  background: #5fc0be;
  color: white;
  padding: 10px;
}

.m-paging.paging-type-circle ul {
  text-align: center;
}

.m-paging.paging-type-circle ul li {
  border: 1px solid #5fc0be;
  display: inline-block;
  line-height: 0.6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: 3px;
  margin-right: 3px;
}

.m-paging.paging-type-circle ul li a {
  display: block;
  width: 30px;
  height: 30px;
}

.m-paging.paging-type-circle ul li a:hover {
  text-decoration: none;
  color: white;
  background: #96d6d4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: background 0.2s , color 0.2s;
}

.m-paging.paging-type-circle ul li a:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.m-paging.paging-type-circle ul li.paging-active {
  background: #5fc0be;
  color: white;
  width: 30px;
  height: 30px;
}

.m-paging.paging-type-circle ul li.paging-active:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/*------------------------------------------------------------
ローカルナビ
------------------------------------------------------------*/
.m-local_nav {
  margin-bottom: 80px;
}

.m-local_nav header {
  display: inline-block;
  font-weight: bold;
}

.m-local_nav header:after {
  content: ":";
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.m-local_nav ul {
  display: inline-block;
}

.m-local_nav ul li {
  display: inline-block;
}

.m-local_nav ul li:after {
  content: "|";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

/*!***************************************************************
 *  リスト
 ****************************************************************/
.m-list:not(:last-child) {
  margin-bottom: 40px;
}

.m-list.list-disc > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 5px;
}

.m-list.list-disc > li:after {
  display: block;
  content: '';
  position: absolute;
  top: .6em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #5fc0be;
  border-radius: 100%;
}

.m-list.list-disc.list-primary li:after {
  background-color: #5fc0be;
}

.m-list.list-disc.list-secondary li:after {
  background-color: #35a2a0;
}

.m-list.list-disc.list-thirdly li:after {
  background-color: #208885;
}

.m-list.list-disc.list-error li:after {
  background-color: #da3d2a;
}

.m-list.list-disc.list-accent li:after {
  background-color: #f3b52f;
}

.m-list.list-disc.list-border li:after {
  background-color: #d2e4db;
}

.m-list.list-disc.list-base_bg li:after {
  background-color: #fafcfb;
}

.m-list.list-disc.list-base_bg2 li:after {
  background-color: #fafcfb;
}

.m-list.list-disc.list-white li:after {
  background-color: white;
}

.m-list.list-disc.list-black li:after {
  background-color: black;
}

.m-list.list-disc.list-font li:after {
  background-color: #222625;
}

.m-list.list-disc.list-font2 li:after {
  background-color: #b0b0b0;
}

.m-list.list-disc_small > li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}

.m-list.list-disc_small > li:after {
  position: absolute;
  top: 0;
  left: .5em;
  content: '・';
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.m-list.list-disc_small.list-primary li:after {
  color: #5fc0be;
}

.m-list.list-disc_small.list-secondary li:after {
  color: #35a2a0;
}

.m-list.list-disc_small.list-thirdly li:after {
  color: #208885;
}

.m-list.list-disc_small.list-error li:after {
  color: #da3d2a;
}

.m-list.list-disc_small.list-accent li:after {
  color: #f3b52f;
}

.m-list.list-disc_small.list-border li:after {
  color: #d2e4db;
}

.m-list.list-disc_small.list-base_bg li:after {
  color: #fafcfb;
}

.m-list.list-disc_small.list-base_bg2 li:after {
  color: #fafcfb;
}

.m-list.list-disc_small.list-white li:after {
  color: white;
}

.m-list.list-disc_small.list-black li:after {
  color: black;
}

.m-list.list-disc_small.list-font li:after {
  color: #222625;
}

.m-list.list-disc_small.list-font2 li:after {
  color: #b0b0b0;
}

.m-list.list-disc_large > li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}

.m-list.list-disc_large > li::before {
  position: absolute;
  top: 1px;
  left: 0;
  content: '●';
  color: #5fc0be;
}

.m-list.list-disc_large.list-primary li:after {
  color: #5fc0be;
}

.m-list.list-disc_large.list-secondary li:after {
  color: #35a2a0;
}

.m-list.list-disc_large.list-thirdly li:after {
  color: #208885;
}

.m-list.list-disc_large.list-error li:after {
  color: #da3d2a;
}

.m-list.list-disc_large.list-accent li:after {
  color: #f3b52f;
}

.m-list.list-disc_large.list-border li:after {
  color: #d2e4db;
}

.m-list.list-disc_large.list-base_bg li:after {
  color: #fafcfb;
}

.m-list.list-disc_large.list-base_bg2 li:after {
  color: #fafcfb;
}

.m-list.list-disc_large.list-white li:after {
  color: white;
}

.m-list.list-disc_large.list-black li:after {
  color: black;
}

.m-list.list-disc_large.list-font li:after {
  color: #222625;
}

.m-list.list-disc_large.list-font2 li:after {
  color: #b0b0b0;
}

.m-list.list-angle > li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}

.m-list.list-angle > li:after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.m-list.list-angle.list-primary li:after {
  border-right-color: #5fc0be;
  border-bottom-color: #5fc0be;
}

.m-list.list-angle.list-secondary li:after {
  border-right-color: #35a2a0;
  border-bottom-color: #35a2a0;
}

.m-list.list-angle.list-thirdly li:after {
  border-right-color: #208885;
  border-bottom-color: #208885;
}

.m-list.list-angle.list-error li:after {
  border-right-color: #da3d2a;
  border-bottom-color: #da3d2a;
}

.m-list.list-angle.list-accent li:after {
  border-right-color: #f3b52f;
  border-bottom-color: #f3b52f;
}

.m-list.list-angle.list-border li:after {
  border-right-color: #d2e4db;
  border-bottom-color: #d2e4db;
}

.m-list.list-angle.list-base_bg li:after {
  border-right-color: #fafcfb;
  border-bottom-color: #fafcfb;
}

.m-list.list-angle.list-base_bg2 li:after {
  border-right-color: #fafcfb;
  border-bottom-color: #fafcfb;
}

.m-list.list-angle.list-white li:after {
  border-right-color: white;
  border-bottom-color: white;
}

.m-list.list-angle.list-black li:after {
  border-right-color: black;
  border-bottom-color: black;
}

.m-list.list-angle.list-font li:after {
  border-right-color: #222625;
  border-bottom-color: #222625;
}

.m-list.list-angle.list-font2 li:after {
  border-right-color: #b0b0b0;
  border-bottom-color: #b0b0b0;
}

.m-list.list-arrow > li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}

.m-list.list-arrow > li:after {
  display: block;
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.m-list.list-arrow > li:before {
  display: block;
  content: '';
  position: absolute;
  top: 12px;
  left: -.025em;
  width: 8px;
  height: 1px;
  background-color: black;
}

.m-list.list-arrow.list-primary li:after {
  border-right-color: #5fc0be;
  border-bottom-color: #5fc0be;
}

.m-list.list-arrow.list-primary li:before {
  background-color: #5fc0be;
}

.m-list.list-arrow.list-secondary li:after {
  border-right-color: #35a2a0;
  border-bottom-color: #35a2a0;
}

.m-list.list-arrow.list-secondary li:before {
  background-color: #35a2a0;
}

.m-list.list-arrow.list-thirdly li:after {
  border-right-color: #208885;
  border-bottom-color: #208885;
}

.m-list.list-arrow.list-thirdly li:before {
  background-color: #208885;
}

.m-list.list-arrow.list-error li:after {
  border-right-color: #da3d2a;
  border-bottom-color: #da3d2a;
}

.m-list.list-arrow.list-error li:before {
  background-color: #da3d2a;
}

.m-list.list-arrow.list-accent li:after {
  border-right-color: #f3b52f;
  border-bottom-color: #f3b52f;
}

.m-list.list-arrow.list-accent li:before {
  background-color: #f3b52f;
}

.m-list.list-arrow.list-border li:after {
  border-right-color: #d2e4db;
  border-bottom-color: #d2e4db;
}

.m-list.list-arrow.list-border li:before {
  background-color: #d2e4db;
}

.m-list.list-arrow.list-base_bg li:after {
  border-right-color: #fafcfb;
  border-bottom-color: #fafcfb;
}

.m-list.list-arrow.list-base_bg li:before {
  background-color: #fafcfb;
}

.m-list.list-arrow.list-base_bg2 li:after {
  border-right-color: #fafcfb;
  border-bottom-color: #fafcfb;
}

.m-list.list-arrow.list-base_bg2 li:before {
  background-color: #fafcfb;
}

.m-list.list-arrow.list-white li:after {
  border-right-color: white;
  border-bottom-color: white;
}

.m-list.list-arrow.list-white li:before {
  background-color: white;
}

.m-list.list-arrow.list-black li:after {
  border-right-color: black;
  border-bottom-color: black;
}

.m-list.list-arrow.list-black li:before {
  background-color: black;
}

.m-list.list-arrow.list-font li:after {
  border-right-color: #222625;
  border-bottom-color: #222625;
}

.m-list.list-arrow.list-font li:before {
  background-color: #222625;
}

.m-list.list-arrow.list-font2 li:after {
  border-right-color: #b0b0b0;
  border-bottom-color: #b0b0b0;
}

.m-list.list-arrow.list-font2 li:before {
  background-color: #b0b0b0;
}

.m-list.list-ad > li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}

.m-list.list-ad > li:after {
  display: block;
  content: '';
  position: absolute;
  top: .35em;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: black;
  border-radius: 100%;
}

.m-list.list-ad > li:before {
  display: block;
  content: '';
  position: absolute;
  z-index: 2;
  top: .7em;
  left: .3em;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.m-list.list-ad.list-primary li:after {
  background-color: #5fc0be;
}

.m-list.list-ad.list-primary li:before {
  border-right-color: white;
  border-bottom-color: white;
}

.m-list.list-ad.list-secondary li:after {
  background-color: #35a2a0;
}

.m-list.list-ad.list-secondary li:before {
  border-right-color: white;
  border-bottom-color: white;
}

.m-list.list-ad.list-thirdly li:after {
  background-color: #208885;
}

.m-list.list-ad.list-thirdly li:before {
  border-right-color: white;
  border-bottom-color: white;
}

.m-list.list-ad.list-error li:after {
  background-color: #da3d2a;
}

.m-list.list-ad.list-error li:before {
  border-right-color: white;
  border-bottom-color: white;
}

.m-list.list-ad.list-accent li:after {
  background-color: #f3b52f;
}

.m-list.list-ad.list-accent li:before {
  border-right-color: white;
  border-bottom-color: white;
}

.m-list.list-ad.list-border li:after {
  background-color: #d2e4db;
}

.m-list.list-ad.list-border li:before {
  border-right-color: #222625;
  border-bottom-color: #222625;
}

.m-list.list-ad.list-base_bg li:after {
  background-color: #fafcfb;
}

.m-list.list-ad.list-base_bg li:before {
  border-right-color: #222625;
  border-bottom-color: #222625;
}

.m-list.list-ad.list-base_bg2 li:after {
  background-color: #fafcfb;
}

.m-list.list-ad.list-base_bg2 li:before {
  border-right-color: #222625;
  border-bottom-color: #222625;
}

.m-list.list-ad.list-white li:after {
  background-color: white;
}

.m-list.list-ad.list-white li:before {
  border-right-color: #222625;
  border-bottom-color: #222625;
}

.m-list.list-ad.list-black li:after {
  background-color: black;
}

.m-list.list-ad.list-black li:before {
  border-right-color: white;
  border-bottom-color: white;
}

.m-list.list-ad.list-font li:after {
  background-color: #222625;
}

.m-list.list-ad.list-font li:before {
  border-right-color: white;
  border-bottom-color: white;
}

.m-list.list-ad.list-font2 li:after {
  background-color: #b0b0b0;
}

.m-list.list-ad.list-font2 li:before {
  border-right-color: white;
  border-bottom-color: white;
}

.m-list.list-line > li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}

.m-list.list-line > li:after {
  display: block;
  content: '';
  position: absolute;
  top: .65em;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #5fc0be;
}

.m-list.list-line.list-primary li:after {
  background-color: #5fc0be;
}

.m-list.list-line.list-secondary li:after {
  background-color: #35a2a0;
}

.m-list.list-line.list-thirdly li:after {
  background-color: #208885;
}

.m-list.list-line.list-error li:after {
  background-color: #da3d2a;
}

.m-list.list-line.list-accent li:after {
  background-color: #f3b52f;
}

.m-list.list-line.list-border li:after {
  background-color: #d2e4db;
}

.m-list.list-line.list-base_bg li:after {
  background-color: #fafcfb;
}

.m-list.list-line.list-base_bg2 li:after {
  background-color: #fafcfb;
}

.m-list.list-line.list-white li:after {
  background-color: white;
}

.m-list.list-line.list-black li:after {
  background-color: black;
}

.m-list.list-line.list-font li:after {
  background-color: #222625;
}

.m-list.list-line.list-font2 li:after {
  background-color: #b0b0b0;
}

.m-list.list-inline > li {
  display: inline-block;
  margin-right: 10px;
}

.m-list.list-check > li {
  position: relative;
  padding-left: 25px;
}

.m-list.list-check > li:after {
  content: '';
  background: url(../images/icon_check.png) 0 0 no-repeat;
  -webkit-background-size: 23px 20px;
  background-size: 23px 20px;
  width: 23px;
  height: 20px;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
}

.m-list.list-border li {
  border-bottom: 1px dashed #d2e4db;
}

.m-list.list-border li:first-child {
  border-top: 1px dashed #d2e4db;
}

.m-list.list-star > li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}

.m-list.list-star > li::before {
  font-family: FontAwesome;
  position: absolute;
  top: .5rem;
  left: 0;
  content: '\f005';
  color: #5fc0be;
}

/*!***************************************************************
 *  box
 *  wide_box
 *  thumbnail
 *  panel
 ****************************************************************/
/***** boxモジュール *****/
.m-box {
  padding: 20px;
}

.m-box:not(:last-child) {
  margin-bottom: 80px;
}

.m-box.box-primary {
  background: #5fc0be;
  color: white;
}

.m-box.box-secondary {
  background: #35a2a0;
  color: white;
}

.m-box.box-thirdly {
  background: #208885;
  color: white;
}

.m-box.box-error {
  background: #da3d2a;
  color: white;
}

.m-box.box-accent {
  background: #f3b52f;
  color: white;
}

.m-box.box-border {
  background: #d2e4db;
}

.m-box.box-base_bg {
  background: #fafcfb;
}

.m-box.box-base_bg2 {
  background: #fafcfb;
}

.m-box.box-white {
  background: white;
}

.m-box.box-black {
  background: black;
  color: white;
}

.m-box.box-font {
  background: #222625;
  color: white;
}

.m-box.box-font2 {
  background: #b0b0b0;
}

.m-box.box-p-10 {
  padding: 10px;
}

.m-box.box-p-30 {
  padding: 30px;
}

.m-box.box-p-50 {
  padding: 50px;
}

.m-box.box-border {
  border: 1px solid #ccc;
}

.m-box.box-border.box-primary {
  border: 1px solid #3b9795;
}

.m-box.box-border.box-secondary {
  border: 1px solid #226867;
}

.m-box.box-border.box-thirdly {
  border: 1px solid #114a48;
}

.m-box.box-border.box-error {
  border: 1px solid #9c291b;
}

.m-box.box-border.box-accent {
  border: 1px solid #ca8e0c;
}

.m-box.box-border.box-border {
  border: 1px solid #a2c7b5;
}

.m-box.box-border.box-base_bg {
  border: 1px solid #cadfd5;
}

.m-box.box-border.box-base_bg2 {
  border: 1px solid #cadfd5;
}

.m-box.box-border.box-white {
  border: 1px solid #d9d9d9;
}

.m-box.box-border.box-black {
  border: 1px solid black;
}

.m-box.box-border.box-font {
  border: 1px solid black;
}

.m-box.box-border.box-font2 {
  border: 1px solid #8a8a8a;
}

.m-box.box-radius {
  border-radius: 5px;
}

.m-box.box-thin {
  padding: 10px 20px;
}

.m-box.box-scroll {
  height: 300px;
  overflow: auto;
}

.m-box.box-scroll_l {
  height: 500px;
  overflow: auto;
}

.m-box.box-scroll_s {
  height: 150px;
  overflow: auto;
}

.m-box.box-sideScroll {
  padding: 0;
}

.m-box.box-wide {
  padding: 30px 15px;
}

.m-box.box-wide .box-wide-white {
  background: white;
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  .m-box.box-wide {
    padding: 10px 5px 10px 5px;
  }
  .m-box.box-wide .box-wide-white {
    padding: 20px 10px;
  }
  .m-box.box-wide .row.row-middle {
    display: block;
  }
  .m-box.box-wide .row.row-middle > [class^="col-"] {
    display: block;
    float: left;
  }
}

.m-box.box-xl {
  padding: 60px 40px;
}

@media only screen and (max-width: 767px) {
  .m-box.box-xl {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .m-box.box-sideScroll {
    padding: 0 0 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .m-box.box-sideScroll > * {
    min-width: 100%;
    width: 640px !important;
  }
}

.bg-color-grade {
  background-image: -moz-linear-gradient(top left, #d2e4db 0%, #fafcfb 100%);
  background-image: -webkit-linear-gradient(top left, #d2e4db 0%, #fafcfb 100%);
  background-image: -ms-linear-gradient(top left, #d2e4db 0%, #fafcfb 100%);
  background-image: linear-gradient(top left, #d2e4db 0%, #fafcfb 100%);
}

@media only screen and (max-width: 1199px) {
  .sp_bg-color-grade {
    background-image: -moz-linear-gradient(top left, #d2e4db 0%, #fafcfb 100%);
    background-image: -webkit-linear-gradient(top left, #d2e4db 0%, #fafcfb 100%);
    background-image: -ms-linear-gradient(top left, #d2e4db 0%, #fafcfb 100%);
    background-image: linear-gradient(top left, #d2e4db 0%, #fafcfb 100%);
  }
}

.bg-color-primary-opa {
  background: rgba(95, 192, 190, 0.2);
}

/*!***************************************************************
 *  m-card
 *  スキン
 *  card-no_border
 *  card-overlay
 *    - card-overlay-fit
 *  色展開
 ****************************************************************/
a.m-card {
  color: #222625;
  display: block;
}

a.m-card:hover {
  text-decoration: none;
}

.m-card {
  position: relative;
  padding: 40px;
}

.m-card:not(:last-child) {
  margin-bottom: 40px;
}

.m-card .card-img img {
  width: 100%;
  height: auto;
}

.m-card .CardSlash {
  position: relative;
}

.m-card .CardSlash::after {
  content: '';
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  background: #5fc0be;
}

.m-card .CardLinkTxt {
  color: #5fc0be;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  font-size: 2.4rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 100%;
}

.m-card .CardHash {
  text-align: center;
  color: #b0b0b0;
  font-size: 1.4rem;
  margin-top: 70px;
}

.m-card.HoverTargetOn {
  -webkit-box-shadow: 0 7px 10px 0 rgba(0, 71, 157, 0.3);
  -moz-box-shadow: 0 7px 10px 0 rgba(0, 71, 157, 0.3);
  box-shadow: 0 7px 10px 0 rgba(0, 71, 157, 0.3);
  transition: 0.5s;
}

.m-card.card-arr {
  padding-bottom: 30px;
}

.m-card.card-arr:after {
  content: '>';
  position: absolute;
  font-weight: bold;
  color: #5fc0be;
  bottom: 10px;
  right: 10px;
  font-size: 1.6rem;
}

.m-card .m-tag {
  margin-bottom: 10px;
}

.m-card.card-no_border {
  background: transparent;
}

.m-card.card-no_border .card-img img {
  width: 100%;
  height: auto;
}

.m-card.card-no_border .card-header {
  padding: 10px 0 10px 0;
}

.m-card.card-no_border .card-header h1, .m-card.card-no_border .card-header h2, .m-card.card-no_border .card-header h3, .m-card.card-no_border .card-header h4, .m-card.card-no_border .card-header h5, .m-card.card-no_border .card-header h5 {
  font-weight: bold;
}

.m-card.card-no_border .card-body {
  padding: 0;
}

.m-card.card-no_border .card-footer {
  padding: 0 0 20px 0;
}

.m-card.card-no_border .card-footer-border {
  margin-top: 10px;
  padding: 10px 0 20px 0;
  border-top: 1px solid #d2e4db;
}

.m-card.card-overlay .m-tag {
  margin: 0;
}

.m-card.card-overlay .card-body {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
}

.m-card.card-overlay .card-footer {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 10px;
  background: #5fc0be;
  color: white;
}

.m-card.card-overlay.card-overlay-fit .card-overlay-fit-category span {
  float: right;
  font-size: 1.2rem;
}

.m-card.card-primary {
  background-color: #5fc0be;
  color: white;
}

.m-card.card-secondary {
  background-color: #35a2a0;
  color: white;
}

.m-card.card-thirdly {
  background-color: #208885;
  color: white;
}

.m-card.card-error {
  background-color: #da3d2a;
  color: white;
}

.m-card.card-accent {
  background-color: #f3b52f;
  color: white;
}

.m-card.card-border {
  background-color: #d2e4db;
}

.m-card.card-base_bg {
  background-color: #fafcfb;
}

.m-card.card-base_bg2 {
  background-color: #fafcfb;
}

.m-card.card-white {
  background-color: white;
}

.m-card.card-black {
  background-color: black;
  color: white;
}

.m-card.card-font {
  background-color: #222625;
  color: white;
}

.m-card.card-font2 {
  background-color: #b0b0b0;
}

@media only screen and (max-width: 1199px) {
  .m-card .card-header .ttl_03 {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .m-card.sp_card-horizonantal {
    overflow: hidden;
  }
  .m-card.sp_card-horizonantal .card-img {
    width: 40%;
    float: left;
  }
  .m-card.sp_card-horizonantal .card-header {
    float: left;
    width: 60%;
  }
  .m-card.sp_card-horizonantal .card-body {
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    width: 60%;
  }
}

.CardLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.m-horizontal_card {
  position: relative;
  padding: 20px 0;
}

.m-horizontal_card:after {
  content: '';
  display: table;
  clear: both;
}

.m-horizontal_card .card-img {
  float: left;
  width: 200px;
}

.m-horizontal_card .card-img img {
  width: 100%;
  height: auto;
}

.m-horizontal_card .card-main {
  float: left;
  width: calc(100% - 200px);
  padding-left: 20px;
}

.m-horizontal_card .card-main .card-header {
  padding: 20px 20px 0 20px;
}

.m-horizontal_card .card-main .card-body {
  padding: 20px;
}

.m-horizontal_card .card-main a {
  color: #5fc0be;
}

.m-horizontal_card .CardLinkTxt {
  position: absolute;
  left: calc(200px + 20px);
  top: calc(5rem + 20px);
  word-break: break-word;
}

.m-horizontal_card.horizontal_card-reverse .card-img {
  float: right;
}

.m-horizontal_card.vertical_card-primary .card-main {
  background-color: #5fc0be;
  color: white;
}

.m-horizontal_card.vertical_card-secondary .card-main {
  background-color: #35a2a0;
  color: white;
}

.m-horizontal_card.vertical_card-thirdly .card-main {
  background-color: #208885;
  color: white;
}

.m-horizontal_card.vertical_card-error .card-main {
  background-color: #da3d2a;
  color: white;
}

.m-horizontal_card.vertical_card-accent .card-main {
  background-color: #f3b52f;
  color: white;
}

.m-horizontal_card.vertical_card-border .card-main {
  background-color: #d2e4db;
}

.m-horizontal_card.vertical_card-base_bg .card-main {
  background-color: #fafcfb;
}

.m-horizontal_card.vertical_card-base_bg2 .card-main {
  background-color: #fafcfb;
}

.m-horizontal_card.vertical_card-white .card-main {
  background-color: white;
}

.m-horizontal_card.vertical_card-black .card-main {
  background-color: black;
  color: white;
}

.m-horizontal_card.vertical_card-font .card-main {
  background-color: #222625;
  color: white;
}

.m-horizontal_card.vertical_card-font2 .card-main {
  background-color: #b0b0b0;
}

.m-horizontal_card.horizontal_card-top .card-header {
  font-size: 2rem;
  color: #5fc0be;
}

@media only screen and (max-width: 1199px) {
  .m-horizontal_card .card-img {
    width: 30%;
  }
  .m-horizontal_card .card-main {
    width: 70%;
  }
  .m-horizontal_card .CardLinkTxt {
    width: calc(70% - 20px);
    left: calc(30% + 20px);
    top: calc(3rem + 20px);
  }
}

.HoverTargetOn {
  background: #fafcfb;
}

/************************************************
	フォーム
************************************************/
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.m-form-summary {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-form {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-form .form-wrapper {
  margin-left: 250px;
}

.m-form .form-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.m-form .form-wrapper.last {
  margin-bottom: 30px;
}

.m-form .form-header {
  width: 250px;
  float: left;
  position: relative;
  margin-left: -250px;
  padding: 20px 50px 20px 20px;
  border-bottom: 1px solid #fafcfb;
  font-weight: bold;
}

.m-form .form-content {
  width: 100%;
  margin-right: -250px;
  float: left;
  padding: 20px;
  border-bottom: 1px solid #fafcfb;
}

.m-form input[type=radio] {
  margin-top: -0.1em;
}

.m-form input[type=checkbox] {
  margin-top: 0.05em;
}

.m-form input[type=text], .m-form input[type=email], .m-form input[type=tel], .m-form select {
  height: 35px;
}

.m-form.form-middle .form-wrapper {
  width: 100%;
  display: table;
  margin-left: 0;
}

.m-form.form-middle .form-header {
  float: none;
  display: table-cell;
  margin-left: 0;
  vertical-align: middle;
}

.m-form.form-middle .form-content {
  float: none;
  display: table-cell;
  margin-right: 0;
  vertical-align: middle;
  width: auto;
}

.m-form.form-striped .form-wrapper:nth-child(2n) {
  background: #fafcfb;
}

.m-form.form-striped .form-wrapper:nth-child(2n) .form-header {
  background: #fafcfb;
}

.m-form .form-require {
  font-size: smaller;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
}

.m-form .form-require:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.m-form .form-require i {
  background: #da3d2a;
  padding: 2px 5px;
  line-height: 1.1;
  color: white;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .m-form {
    max-width: none;
    width: auto;
    /*margin-left :-$sp_side_space;
		margin-right :-$sp_side_space;*/
  }
  .m-form .form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .m-form .form-wrapper .m-box {
    margin-left: 20px;
    margin-right: 20px;
  }
  .m-form input[type=text], .m-form input[type=email], .m-form input[type=tel], .m-form select, .m-form textarea {
    width: 100%;
  }
  .m-form .form-wrapper, .m-form.form-middle .form-wrapper {
    margin-left: 0;
  }
  .m-form .form-header, .m-form.form-middle .form-header {
    width: 100%;
    display: block;
    float: none;
    margin-left: 0;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .m-form .form-content, .m-form.form-middle .form-content {
    margin-right: 0;
    float: none;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}

.mw_wp_form_confirm .form-box .m-card {
  display: none;
}

/*------------------------------------------------------------
テーブル
------------------------------------------------------------*/
.m-table {
  background: white;
  border-collapse: collapse;
  margin-bottom: 80px;
  width: 100%;
  border: 1px solid #d2e4db;
}

.m-table thead th {
  padding: 10px 20px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #d2e4db;
  color: white;
  background: #5fc0be;
  border-right: 1px solid #d2e4db;
  text-align: center;
}

.m-table thead th.bg-color-white {
  background: white;
}

.m-table thead td {
  border-collapse: collapse;
  padding: 20px;
  border-bottom: 1px dashed #d2e4db;
}

.m-table tbody th {
  width: 20%;
  padding: 10px 20px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px dashed #d2e4db;
}

.m-table tbody td {
  border-collapse: collapse;
  padding: 10px 20px;
  border-bottom: 1px dashed #d2e4db;
  border-left: 1px solid #d2e4db;
}

.m-table tbody .table_caption_bottom {
  caption-side: bottom;
}

.m-table tbody .table-line th {
  vertical-align: top;
  width: 8em;
}

.m-table tbody .table-line th, .m-table tbody .table-line td {
  border-bottom: none;
  padding: 5px;
  box-sizing: border-box;
}

.m-table tbody .table-line td {
  padding-left: 0;
}

.m-table.table_striped tbody td {
  border-bottom: none;
}

.m-table.table_striped tbody th {
  border-bottom: none;
  background: none;
}

.m-table.table_striped tbody tr:nth-child(2n-1) {
  background: rgba(95, 192, 190, 0.1);
}

.m-table.table_middle th {
  vertical-align: middle;
}

.m-table.table_middle td {
  vertical-align: middle;
}

.m-table.table_comfortable th {
  padding: 5px 10px;
}

.m-table.table_comfortable td {
  padding: 5px 10px;
}

.m-table.table-price tbody th {
  width: auto;
}

.m-table.table-price tbody .table-yen {
  font-weight: bold;
  color: #5fc0be;
  text-align: right;
  border-left: none;
}

@media only screen and (max-width: 767px) {
  .m-table tbody td, .m-table tbody th {
    padding: 10px;
  }
  .m-table thead td, .m-table thead th {
    padding: 10px;
  }
  .m-table tfoot td, .m-table tfoot th {
    padding: 10px;
  }
  .m-table.table_form {
    display: block;
    width: 100%;
  }
  .m-table.table_form tbody th {
    border-bottom: none;
  }
  .m-table.table_form tbody th, .m-table.table_form tbody td {
    display: block;
  }
  .m-table.table-price tbody .table-yen {
    text-align: left;
  }
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    min-height: .01%;
    overflow-x: auto;
  }
  .table-responsive .m-table thead tr th, .table-responsive .m-table thead tr td, .table-responsive .m-table tbody tr th, .table-responsive .m-table tbody tr td, .table-responsive .m-table tfoot tr th, .table-responsive .m-table tfoot tr td {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 1199px) {
  .table-block tr {
    display: block;
    width: 100%;
  }
  .table-block thead th {
    display: block;
    width: 100%;
  }
  .table-block tbody tr:first-of-type th {
    border-top: none;
  }
  .table-block tbody th {
    display: block;
    width: 100%;
    border-bottom: none;
    border-top: 1px solid #d2e4db;
  }
  .table-block tbody td {
    display: block;
    width: 100%;
    border-top: 1px dashed #d2e4db;
    border-left: none;
    border-bottom: none;
  }
}

/*==================================
    TIMELINE
==================================*/
/*-- GENERAL STYLES
------------------------------*/
.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
  line-height: inherit;
}

/*----- TIMELINE ITEM -----*/
.timeline-item {
  padding-left: 40px;
  position: relative;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/
.timeline-info {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 .5em 0;
  text-transform: uppercase;
  white-space: nowrap;
}

/*----- TIMELINE MARKER -----*/
.timeline-marker {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  width: 15px;
}

.timeline-marker:before {
  background: #35a2a0;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out,
 border 0.3s ease-in-out;
}

.timeline-marker:after {
  content: "";
  width: 3px;
  background: #d2e4db;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}

.timeline-item:last-child .timeline-marker:after {
  content: none;
}

/*.timeline-item:not(.period):hover .timeline-marker:before {
	background: transparent;
	border: 3px solid $color_secondary;
}*/
/*----- TIMELINE CONTENT -----*/
.timeline-content {
  padding-bottom: 30px;
}

.timeline-content p:last-child {
  margin-bottom: 0;
}

.timeline-ttl {
  background: #35a2a0;
  padding: 10px;
  color: white;
  border-radius: 5px;
  margin-bottom: 20px;
}

/*----- TIMELINE PERIOD -----*/
.period {
  padding: 0;
}

.period .timeline-info {
  display: none;
}

.period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #d2e4db;
  border-bottom: 3px solid #d2e4db;
}

.period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}

.period .timeline-content {
  padding: 40px 0 70px;
}

.period .timeline-title {
  margin: 0;
}

/*----------------------------------------------
	MOD: TIMELINE SPLIT
----------------------------------------------*/
@media (min-width: 768px) {
  .timeline-split .timeline, .timeline-centered .timeline {
    display: table;
  }
  .timeline-split .timeline-item, .timeline-centered .timeline-item {
    display: table-row;
    padding: 0;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info,
  .timeline-split .timeline-marker,
  .timeline-centered .timeline-marker,
  .timeline-split .timeline-content,
  .timeline-centered .timeline-content,
  .timeline-split .period .timeline-info,
  .timeline-centered .period .timeline-info {
    display: table-cell;
    vertical-align: top;
  }
  
  .timeline-split .timeline-marker,
  .timeline-centered .timeline-marker {
    position: relative;
  }
  
  .timeline-split .timeline-content,
  .timeline-centered .timeline-content {
    padding-left: 30px;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info {
    padding-right: 30px;
  }
  .timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
    position: relative;
    left: -45px;
  }
}

/*----------------------------------------------
	MOD: TIMELINE CENTERED
----------------------------------------------*/
@media (min-width: 992px) {
  .timeline-centered,
  .timeline-centered .timeline-item,
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-marker,
  .timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-content {
    width: 50%;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .timeline-centered .timeline-item.period {
    padding: 50px 0 90px;
  }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }
  .timeline-centered .period .timeline-title {
    left: auto;
  }
}

/*----------------------------------------------
	MOD: MARKER OUTLINE
----------------------------------------------*/
.marker-outline {
  /*.timeline-item:hover .timeline-marker:before {
		background: $color_secondary;
	}*/
}

.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #35a2a0;
}

.Biyou .shadowImg:first-of-type {
  margin-top: -80px;
}

.Biyou .ttl_02 {
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .Biyou .shadowImg:first-of-type {
    margin-top: -20px;
  }
  .Biyou .ttl_02 {
    top: 40px;
    text-shadow: 2px 2px 3px white;
  }
}