@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: #120711;
  -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 {
  font-style: normal;
}

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

a:hover {
  color: #0073ef;
  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: 0;
}

@media only screen and (max-width: 767px) {
  .ttl_01 {
    position: static;
    font-size: 1rem;
    letter-spacing: 0;
    margin-top: 10px;
  }
}

.ttl_02 {
  font-weight: bold;
  font-size: 3.2rem;
  margin: 0 0 80px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  padding-left: 40px;
}

.ttl_02 .ttl_02_eng {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #004ea2;
  letter-spacing: .1px;
  font-size: 13px;
  position: absolute;
  top: -15px;
  left: -120px;
  width: 250px;
  text-align: right;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.ttl_02 .ttl_02_eng::after {
  content: "";
  display: inline-block;
  height: 1px;
  background-color: #ccdcec;
  width: 120px;
  vertical-align: middle;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .ttl_02 {
    font-size: 2.8rem;
    padding-left: 30px;
    margin-bottom: 40px;
  }
  .ttl_02 .ttl_02_eng {
    top: 20px;
    left: -95px;
    width: 200px;
    font-size: 10px;
  }
  .ttl_02 .ttl_02_eng::after {
    width: 60px;
    left: 60px;
  }
}

.ttl_03 {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 60px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #004ea2;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .ttl_03 {
    margin-bottom: 20px;
  }
}

.ttl_no {
  position: absolute;
  font-size: 7.2rem;
  top: -7.2rem;
  left: -10.2rem;
  font-weight: normal;
}

.ttl_no::after {
  content: '';
  width: 1px;
  height: 40px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #004ea2;
  display: block;
  position: absolute;
  bottom: 7px;
  right: 7px;
}

@media only screen and (max-width: 767px) {
  .ttl_no {
    font-size: 2.2rem;
    top: -2.2rem;
    left: -30px;
  }
  .ttl_no::after {
    height: 20px;
    bottom: 0;
    right: 0;
  }
}

.ttl_04 {
  font-weight: bold;
  font-size: 2.0rem;
  margin-bottom: 30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #004ea2;
}

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

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

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

.ttl_05.ttl_05_line {
  border-bottom: 1px solid #ccdcec;
  padding-bottom: 10px;
}

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

.ttl_06 {
  font-size: 1.6rem;
  margin-bottom: 5px;
  font-weight: bold;
  color: #004ea2;
}

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

.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: 30px;
  }
}

.ttl-primary {
  color: #004ea2;
}

.ttl-secondary {
  color: #00a0e9;
}

.ttl-thirdly {
  color: #ccaf60;
}

.ttl-error {
  color: #bb002c;
}

.ttl-accent {
  color: #e98900;
}

.ttl-border {
  color: #ccdcec;
}

.ttl-base_bg {
  color: #f5f8fb;
}

.ttl-base_bg2 {
  color: #d7d7d8;
}

.ttl-white {
  color: white;
}

.ttl-black {
  color: black;
}

.ttl-font {
  color: #120711;
}

.ttl-font2 {
  color: #666464;
}

/*!***************************************************************
 *  ボタンスタイル
 ****************************************************************/
.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;
  border-radius: 10px;
}

.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: #004ea2;
  color: white;
  border: 1px solid transparent;
}

.m-btn.btn-primary:hover {
  background: white;
  color: #004ea2;
  border: 1px solid #004ea2;
  transition: .2s linear;
}

.m-btn.btn-secondary {
  background: #00a0e9;
  color: white;
  border: 1px solid transparent;
}

.m-btn.btn-secondary:hover {
  background: white;
  color: #00a0e9;
  border: 1px solid #00a0e9;
  transition: .2s linear;
}

.m-btn.btn-thirdly {
  background: #ccaf60;
  color: white;
  border: 1px solid transparent;
}

.m-btn.btn-thirdly:hover {
  background: white;
  color: #ccaf60;
  border: 1px solid #ccaf60;
  transition: .2s linear;
}

.m-btn.btn-error {
  background: #bb002c;
  color: white;
  border: 1px solid transparent;
}

.m-btn.btn-error:hover {
  background: white;
  color: #bb002c;
  border: 1px solid #bb002c;
  transition: .2s linear;
}

.m-btn.btn-accent {
  background: #e98900;
  color: white;
  border: 1px solid transparent;
}

.m-btn.btn-accent:hover {
  background: white;
  color: #e98900;
  border: 1px solid #e98900;
  transition: .2s linear;
}

.m-btn.btn-border {
  background: #ccdcec;
  color: white;
  border: 1px solid transparent;
  color: #120711;
}

.m-btn.btn-border:hover {
  background: white;
  color: #ccdcec;
  border: 1px solid #ccdcec;
  transition: .2s linear;
}

.m-btn.btn-base_bg {
  background: #f5f8fb;
  color: white;
  border: 1px solid transparent;
  color: #120711;
}

.m-btn.btn-base_bg:hover {
  background: white;
  color: #f5f8fb;
  border: 1px solid #f5f8fb;
  transition: .2s linear;
}

.m-btn.btn-base_bg2 {
  background: #d7d7d8;
  color: white;
  border: 1px solid transparent;
  color: #120711;
}

.m-btn.btn-base_bg2:hover {
  background: white;
  color: #d7d7d8;
  border: 1px solid #d7d7d8;
  transition: .2s linear;
}

.m-btn.btn-white {
  background: white;
  color: white;
  border: 1px solid transparent;
  color: #120711;
}

.m-btn.btn-white:hover {
  background: white;
  color: white;
  border: 1px solid white;
  transition: .2s linear;
}

.m-btn.btn-black {
  background: black;
  color: white;
  border: 1px solid transparent;
}

.m-btn.btn-black:hover {
  background: white;
  color: black;
  border: 1px solid black;
  transition: .2s linear;
}

.m-btn.btn-font {
  background: #120711;
  color: white;
  border: 1px solid transparent;
}

.m-btn.btn-font:hover {
  background: white;
  color: #120711;
  border: 1px solid #120711;
  transition: .2s linear;
}

.m-btn.btn-font2 {
  background: #666464;
  color: white;
  border: 1px solid transparent;
}

.m-btn.btn-font2:hover {
  background: white;
  color: #666464;
  border: 1px solid #666464;
  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: '';
  background: url(../images/icon_arr_white.png) 0 0 no-repeat;
  -webkit-background-size: 7px 11px;
  background-size: 7px 11px;
  width: 7px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -5px;
}

.m-btn.btn-arrow:hover:before {
  background: url(../images/icon_arr_white.png) 0 0 no-repeat;
  -webkit-background-size: 7px 11px;
  background-size: 7px 11px;
}

.m-btn.btn-arrow.btn-grade:before {
  background: url(../images/icon_arr_white.png) 0 0 no-repeat;
  -webkit-background-size: 7px 11px;
  background-size: 7px 11px;
}

.m-btn.btn-arrow.btn-arrow-r:before {
  transform: scale(-1, 1);
  left: 1em;
}

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

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

.m-btn.btn-bd {
  color: white;
  text-transform: uppercase;
  transition: 0.5s;
  background-position: left center;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #004ea2 0%, #00a0e9 51%, #00a0e9 100%);
  -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);
}

.m-btn.btn-bd:hover {
  background-image: linear-gradient(to right, #004ea2 0%, #00a0e9 51%, #004ea2 100%);
  background-position: right center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: brightness(1.1);
  color: white;
  transition: 0.5s;
}

.m-btn.btn_nav {
  background: #ccdcec;
  color: #120711;
  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: #004ea2;
  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: #120711;
}

.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;
  }
}

.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-grade {
  background-image: linear-gradient(to right, #ccaf60 0%, #e6cb83 51%, #ccaf60 100%);
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  -webkit-box-shadow: 0 7px 10px 0 rgba(118, 87, 1, 0.3);
  -moz-box-shadow: 0 7px 10px 0 rgba(118, 87, 1, 0.3);
  box-shadow: 0 7px 10px 0 rgba(118, 87, 1, 0.3);
}

.btn-grade:hover {
  background-position: right center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: brightness(1.1);
  color: white;
  transition: 0.5s;
}

.btn-grade .btn-grade_inner {
  background: white;
  display: block;
  color: #ccaf60;
  padding: 10px 20px;
  border-radius: 100px;
}

.btn-grade.btn-grade_bd {
  padding: 2px;
}

.btn-grade::after {
  display: none;
}

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

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

.Tel_btn a {
  color: #120711;
}

.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 #ccaf60;
    padding: 10px 20px;
  }
}

.Tel-btn_s {
  border: 2px solid #ccaf60;
  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: .8rem;
    letter-spacing: 0;
    line-height: 1;
  }
}

/*!***************************************************************
 *  タグタイル
 ****************************************************************/
.m-tag {
  text-align: center;
  display: inline-block;
  background-color: #120711;
  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: #004ea2;
  background: none;
  border: 1px solid #004ea2;
}

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

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

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

.m-paging.paging-type-square ul li {
  border: 1px solid #004ea2;
  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: #0073ef;
  transition: background 0.2s ,color 0.2s;
}

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

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

.m-paging.paging-type-circle ul li {
  border: 1px solid #004ea2;
  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: #0073ef;
  -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: #004ea2;
  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: 30px;
}

.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: 30px;
}

.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: .5em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #666;
  border-radius: 100%;
}

.m-list.list-disc.list-primary li:after {
  background-color: #004ea2;
}

.m-list.list-disc.list-secondary li:after {
  background-color: #00a0e9;
}

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

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

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

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

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

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

.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: #120711;
}

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

.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: #004ea2;
}

.m-list.list-disc_small.list-secondary li:after {
  color: #00a0e9;
}

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

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

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

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

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

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

.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: #120711;
}

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

.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: #004ea2;
  border-bottom-color: #004ea2;
}

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

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

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

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

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

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

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

.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: #120711;
  border-bottom-color: #120711;
}

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

.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: #004ea2;
  border-bottom-color: #004ea2;
}

.m-list.list-arrow.list-primary li:before {
  background-color: #004ea2;
}

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

.m-list.list-arrow.list-secondary li:before {
  background-color: #00a0e9;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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: #120711;
  border-bottom-color: #120711;
}

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

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

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

.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: #004ea2;
}

.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: #00a0e9;
}

.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: #ccaf60;
}

.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: #bb002c;
}

.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: #e98900;
}

.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: #ccdcec;
}

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

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

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

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

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

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

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

.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: #120711;
}

.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: #666464;
}

.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: black;
}

.m-list.list-line.list-primary li:after {
  background-color: #004ea2;
}

.m-list.list-line.list-secondary li:after {
  background-color: #00a0e9;
}

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

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

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

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

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

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

.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: #120711;
}

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

.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 #ccdcec;
}

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

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

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

.m-box.box-primary {
  background: #004ea2;
  color: white;
}

.m-box.box-secondary {
  background: #00a0e9;
  color: white;
}

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

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

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

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

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

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

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

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

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

.m-box.box-font2 {
  background: #666464;
  color: white;
}

.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 #002956;
}

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

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

.m-box.box-border.box-error {
  border: 1px solid #6f001a;
}

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

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

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

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

.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 #3f3e3e;
}

.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, #ccdcec 0%, #f5f8fb 100%);
  background-image: -webkit-linear-gradient(top left, #ccdcec 0%, #f5f8fb 100%);
  background-image: -ms-linear-gradient(top left, #ccdcec 0%, #f5f8fb 100%);
  background-image: linear-gradient(top left, #ccdcec 0%, #f5f8fb 100%);
}

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

.bg-color-primary-opa {
  background: rgba(0, 78, 162, 0.2);
}

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

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

.m-card {
  position: relative;
  padding: 30px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #ccdcec;
}

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

.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: #004ea2;
}

.m-card .CardLinkTxt {
  color: #004ea2;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  font-size: 2.4rem;
  width: 100%;
  -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: #666464;
  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 {
  background: transparent url(../images/arr_box.png) center center no-repeat;
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
}

.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 #ccdcec;
}

.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: #004ea2;
  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: #004ea2;
  color: white;
}

.m-card.card-secondary {
  background-color: #00a0e9;
  color: white;
}

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

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

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

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

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

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

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

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

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

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

@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: #004ea2;
}

.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: #004ea2;
  color: white;
}

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

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

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

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

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

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

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

.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: #120711;
  color: white;
}

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

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

@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: #f5f8fb;
}

/************************************************
	フォーム
************************************************/
/* 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 #f5f8fb;
  font-weight: bold;
}

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

.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: #f5f8fb;
}

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

.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: #bb002c;
  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: 30px;
  width: 100%;
  border: 1px solid #ccdcec;
}

.m-table thead th {
  padding: 10px 20px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #ccdcec;
  color: white;
  background: #004ea2;
  border-right: 1px solid #ccdcec;
  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 #ccdcec;
}

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

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

.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(0, 78, 162, 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;
}

@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;
  }
  .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;
    padding-bottom: 0;
    border-top: 1px solid #ccdcec;
  }
  .table-block tbody td {
    display: block;
    width: 100%;
    border-top: 1px dashed #ccdcec;
    border-left: none;
    border-bottom: none;
  }
}
