@charset "shift_jis";


/* -----------------------------------------------------
  mc
----------------------------------------------------- */

#mc {
  background: #fff;
  text-align: center;
  font-family: sans-serif;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

#mc * {
  position: static;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  width: auto;
  background: none;
  text-align: inherit;
  font: inherit;
  line-height: inherit;
  word-break: normal;
  color:  inherit;
  box-sizing: border-box;
}
#mc ul {
  list-style: none;
}
#mc img {
  border: none;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#mc a {
  text-decoration: none;
}

#mc h3 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
  color: #303840;
}


/* -----------------------------------------------------
  mc-kv
----------------------------------------------------- */

#mc .mc-kv .mc-logo {
  margin: 30px 0 10px;
}
#mc .mc-kv h2 {
  margin-bottom: 12px;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  color: #303840;
}
#mc .mc-kv .mc-txt {
  margin: 3px 0 12px;
  font-size: 14px;
  line-height: 1.1;
}
#mc .mc-kv .mc-txt ~ .mc-txt {
  margin-bottom: 26px;
  font-size: 12px;
  line-height: 1.2;
}


/* -----------------------------------------------------
  mc-nav
----------------------------------------------------- */

#mc .mc-nav {
  padding: 24px 0 38px;
  background: #f0f0f0;
}
#mc .mc-nav .mc-inner {
  padding: 0 4.2666%;
}

#mc .mc-nav h3 {
  margin-bottom: 15px;
}

#mc .mc-nav .mc-inner > ul > li ~ li {
  margin-top: 8px;
}

#mc .mc-nav ul ul {
  display: none;
}
#mc .mc-nav ul ul li {
  border: solid #303840;
  border-width: 0 1px 1px;
  background: #fff;
}
#mc .mc-nav ul ul a {
  display: block;
  padding: 16px 0;
  background: url("sp_icn_blank_01.png") no-repeat 96% center;
  background-size: 17px 17px;
  font-size: 15px;
}

#mc .mc-nav p {
  background: #384450;
}
#mc .mc-nav p a {
  display: block;
  padding: 18px 0;
  background-image: url("sp_icn_arrow_01_b.png"), url("sp_icn_arrow_01_t.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 94.5% center, -100% center;
  background-size: 13px 12px, 13px 12px;
  vertical-align: middle;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
}
#mc .mc-nav p.on a {
  background-position: -100% center, 95% center;
}
#mc .mc-nav .is-open p {
  pointer-events: none;
}
#mc .mc-nav .is-open p a {
  background: none;
}
#mc .mc-nav .is-open ul {
  display: block;
}


/* -----------------------------------------------------
  mc-ch
----------------------------------------------------- */

#mc .mc-ch {
  padding-top: 27px;
}
#mc .mc-ch .mc-inner {
  margin: 0 4.2666%;
  padding-bottom: 35px;
  border-bottom: 1px solid #303840;
}

#mc .mc-ch h3 {
  margin-bottom: -10px;
}

#mc .mc-ch dt {
  margin: 28px 0 15px;
}
#mc .mc-ch dd ~ dd {
  margin-top: 10px;
  font-size: 15px;
}

#mc .mc-ch a {
  display: table;
  border-radius: 25px;
  width: 100%;
  height: 50px;
  background: #384450 url("sp_icn_blank_02.png") no-repeat 94.5% center;
  background-size: 17px 17px;
}
#mc .mc-ch a span {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.3;
  color: #fff;
}


/* -----------------------------------------------------
  mc-not
----------------------------------------------------- */

#mc .mc-not {
  padding-top: 27px;
}
#mc .mc-not .mc-inner {
  margin: 0 4.2666%;
  padding-bottom: 35px;
  border-bottom: 1px solid #303840;
}

#mc .mc-not p {
  margin: 8px 0 22px;
  font-size: 15px;
}

#mc .mc-not ul li ~ li {
  margin-top: 15px;
}

#mc .mc-not a {
  display: table;
  border-radius: 40px;
  width: 100%;
  height: 80px;
  background: #f0f0f0 url("sp_icn_blank_01.png") no-repeat 94.5% center;
  background-size: 17px 17px;
}
#mc .mc-not a span {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.3;
}
#mc .mc-not ul li:first-child a {
  border-radius: 32px;
  height: 64px;
  background-color: #384450;
  background-image: url("sp_icn_blank_02.png");
  color: #fff;
}
#mc .mc-not ul small {
  font-size: 10px;
}


/* -----------------------------------------------------
  mc-jp
----------------------------------------------------- */

#mc .mc-jp {
  padding: 27px 0 30px;
}
#mc .mc-jp .mc-inner {
  margin: 0 4.2666%;
}

#mc .mc-jp p {
  margin: 8px 0 22px;
  font-size: 15px;
}

#mc .mc-jp a {
  display: table;
  border-radius: 32px;
  width: 100%;
  height: 64px;
  background: #384450 url("sp_icn_arrow_01_r.png") no-repeat 94.5% center;
  background-size: 13px 12px;
  color: #fff;
}
#mc .mc-jp a span {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.3;
}


/* -----------------------------------------------------
  mc-note
----------------------------------------------------- */

#mc .mc-note .mc-inner {
  margin: 0 4.2666% 10px;
  padding: 13px;
  background: #f0f0f0;
  text-align: left;
  font-size: 11px;
  line-height: 1.5;
  color: #535353;
}

#mc .mc-note h4 {
  margin-bottom: 2px;
  font-weight: 600;
}

