@charset "utf-8";

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
html,
body {
  width: 100%;
  overflow-x: hidden;
}
html {
  font-size: 62.5%;
}
body {
  background-color: var(--base-color1);
  font-size: var(--font-size);
  line-height: 1.7;
  color: var(--font-color);
  font-family: noto-sans-cjk-jp, sans-serif;
  -webkit-text-size-adjust: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.7;
}
a {
  text-decoration: none;
  -webkit-transition: color 0.2s, background-color 0.2s, background-image 0.2s, border 0.2s, opacity 0.2s;
  -o-transition: color 0.2s, background-color 0.2s, background-image 0.2s, border 0.2s, opacity 0.2s;
  transition: color 0.2s, background-color 0.2s, background-image 0.2s, border 0.2s, opacity 0.2s;
  color: var(--font-color);
  outline: none;
}

label {
  cursor: pointer;
}
input,
select,
textarea,
button {
  margin: 0;
  vertical-align: middle;
  font-family: inherit;
  outline: none;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  cursor: pointer;
}
iframe {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  iframe {
    max-width: 100%;
    height: 200px;
  }
}

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

.font-min {
  font-family: "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", YuMincho, serif;
}

/* pc / tab / sp
============================================================================================================ */
.pcs,
.tab,
.sp {
  display: none !important;
}
@media screen and (max-width: 960px) {
  .pcs {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .sp {
    display: block !important;
  }
  img.tab,
  span.tab,
  br.tab,
  em.tab,
  strong.tab {
    display: inline !important;
  }
}
@media screen and (max-width: 375px) {
  img.sp,
  spsan.sp,
  br.sp,
  em.sp,
  strong.sp {
    display: inline !important;
  }
}

/* sp
============================================================================================================ */
@media screen and (max-width: 768px) {
  *[data-label] img {
    display: none;
  }
  *[data-label]:before {
    content: attr(data-label);
  }
  *[data-label-r]:after {
    content: attr(data-label-r);
  }
}

/* w
============================================================================================================ */
.w {
  position: relative;
  display: block;
  width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}
.w1000 {
  position: relative;
  display: block;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.w800 {
  position: relative;
  display: block;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.w_side {
  background: #fff;
  margin-right: 3vw;
  margin-left: 3vw;
}
.mw {
  min-width: 1000px;
}
.w:after,
.mw:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .w1000 {
    width: auto;
    margin-right: 5vw;
    margin-left: 5vw;
  }
}
@media screen and (max-width: 900px) {
  .w800 {
    width: auto;
    margin-right: 5vw;
    margin-left: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .w {
    width: auto;
    padding: 0;
  }
  #container.sub .w {
    width: auto;
  }
  .mw {
    min-width: 0;
  }
}

/* hv_wh
============================================================================================================ */
a.hv_wh,
button.hv_wh,
a .hv_wh,
.hv_wh a {
  position: relative;
  display: inline-block;
}
a.hv_wh:after,
button.hv_wh:after,
a .hv_wh:after,
.hv_wh a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s;
  z-index: 3;
}
a.hv_wh:hover:after,
button.hv_wh:hover:after,
a:hover .hv_wh:after,
.hv_wh a:hover:after {
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  a.hv_wh:after,
  button.hv_wh:after,
  a .hv_wh:after,
  .hv_wh a:after {
    content: none;
  }
}

/* ヘッダー
============================================================================================================ */
#header {
  font-size: 1.4rem;
  width: 100%;
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--base-color1);
  height: 80px;
}
#header.fixed {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.15);
}
/* logo */
#header .logo {
  position: relative;
  left: 5vw;
  z-index: 50;
}
#header .logo img {
  width: 65%;
  height: auto;
}
#header > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 2vw;
}
#header nav > div > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/*header nav a  {
    transition: all 0.3s ease;
}*/
#header nav a:hover {
  opacity: 0.85;
}
#header nav > div > div > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 1em;
}
#header nav > div > div > ul > li a {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--font-color);
  padding: 0.8em 15px;
}
#header nav > div > div > ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header nav ul li.has_snav {
  position: relative;
}
#header nav ul li ul {
  display: block;
  visibility: hidden;
  opacity: 0;
}
#header nav ul li.has_snav ul {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 3.5em;
  min-width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header nav ul li.has_snav.open ul {
  display: block;
  visibility: visible;
  opacity: 1;
}
#header nav ul li.has_snav ul li a {
  display: block;
  font-weight: normal;
  text-align: center;
  color: #333;
  background: #e1ccff;
  padding: 0.5em 1em;
  width: 100%;
  white-space: nowrap;
}
#header nav ul li.has_snav ul li a:hover {
  opacity: 1 !important;
  background: #d3b9f8;
}
#header nav .contact a {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--subt-color);
  background: var(--base-color2);
  height: 80px;
  padding: 0 60px 0 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header nav .contact a span {
  position: relative;
  padding-left: 40px;
}
#header nav .contact a span:before {
  content: "";
  dispaly: inline-block;
  width: 28px;
  height: 22px;
  background: url("../images/blog/icon_contact_white.svg") no-repeat;
  /* background: url("../images/blog/icon_shopping_cart.svg") no-repeat; */
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  #header .logo span {
    font-size: 1.6rem;
  }
  #header nav > div > div > ul > li a {
    padding: 0.8em 1vw;
  }
}
@media screen and (max-width: 1000px) {
  #header nav > div > div > ul > li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  #header {
    height: 50px;
    display: block;
  }
  #header .logo {
    display: inline-block;
    top: 10px;
    left: 5vw;
    opacity: 1;
  }
  #header .logo img {
    width: 65%;
  }
  #header .logo span {
    font-size: 1.4rem;
  }
  #header nav {
    margin-right: 0;
    padding-left: 0;
  }
  #header nav > div > div {
    display: block;
  }
  #header nav > div > div > ul {
    display: block;
    text-align: center;
    padding-top: 5%;
    margin-right: 0;
  }
  #header nav > div > div > ul > li {
    display: block;
  }
  #header nav ul li.has_snav ul {
    position: relative;
    top: 0;
    height: 0;
    visibility: hidden;
    opacity: 0 !important;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background: #f5eeff;
  }
  #header nav ul li.has_snav ul li a {
    background: #f5eeff;
    color: #222222;
    font-size: 1.3rem;
  }
  #header nav ul li.has_snav ul.open {
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0 0 0.75em;
    padding: 0.5em 0;
  }
  #header nav ul li.has_snav > a > span {
    position: relative;
    display: inline-block;
    padding-right: 20px;
  }
  #header nav ul li.has_snav > a > span:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0.75em;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: 2px solid #222222;
    border-right: 2px solid #222222;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #header nav ul li.has_snav.open > a > span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
  }
}

/* nav ハンバーガー
------------------------------------------------------------- */

#header .nav_btn {
  display: none;
}
@media screen and (max-width: 960px) {
  #header nav {
    width: 100%;
    position: fixed;
    overflow: hidden;
    height: 100%;
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px);
    top: 50px;
    /*right: 0;
		width: 0;*/
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10;
  }
  #header nav > div {
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #header nav > div > div {
    height: 100%;
    overflow-y: auto;
    background: #fff;
    pointer-events: auto;
  }

  #header .nav_btn {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 11;
    /*background: #fff;*/
  }
  #header .nav_btn a {
    position: relative;
    display: block;
    width: 55px;
    height: 50px;
    z-index: 2;
  }
  #header .nav_btn:before,
  #header .nav_btn a:before,
  #header .nav_btn a:after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    background-color: #222222;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  #header .nav_btn a:before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  #header .nav_btn a:after {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  /* open */
  #header.open nav {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  #header.open .nav_btn {
    background: none;
  }
  #header.open .nav_btn:before {
    opacity: 0;
  }
  #header.open .nav_btn a:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  #header.open .nav_btn a:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}


/* copyright
------------------------------------------------------------- */
.copyright {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  padding: 0.55em;
}

@media screen and (max-width: 768px) {
  .copyright {
    display: block;
    font-size: 1rem;
    padding: 0.69em;
    line-height: 1.4;
    text-align: center;
  }
}

/* ===================================================================================================================

	コンテンツ

=================================================================================================================== */

/* topic_path
============================================================================================================ */
.topic_path {
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  z-index: 1;
}
.topic_path:before,
.topic_path:after {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 1px;
  background: var(--line-color);
  position: absolute;
  left: calc(-50vw + 50%);
}
.topic_path:before {
  top: -1px;
}
.topic_path:after {
  bottom: -1px;
}
.topic_path ul {
  list-style-type: none;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.topic_path ul li {
  display: inline-block;
  position: relative;
  background: var(--bg-color3);
  padding: 0.5em 0.5em 0.3em 2em;
  color: var(--font-color);
}
.topic_path ul li:last-child {
  padding-right: 1em;
}
.topic_path ul li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.topic_path ul li:after {
  top: 50%;
  transform: translateY(-50%);
  right: -0.8em;
  border-style: solid;
  border-color: transparent transparent transparent var(--bg-color3);
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.topic_path ul li:first-child {
  background: var(--base-color1);
  padding-left: 0;
}
.topic_path ul li:first-child:after {
  border-color: transparent transparent transparent var(--base-color1);
}
.topic_path ul li:nth-child(3) {
  background: #fff1cb;
}
.topic_path ul li:nth-child(3):after {
  border-color: transparent transparent transparent #fff1cb;
}
.topic_path ul li:nth-child(4) {
  background: var(--bg-color2);
  color: #fff;
}
.topic_path ul li:nth-child(4):after {
  border-color: transparent transparent transparent var(--bg-color2);
}
@media screen and (max-width: 768px) {
  .topic_path {
    width: 100%;
    margin: 0 !important;
    font-size: 1rem;
  }
  .topic_path ul {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    /*overflow: auto;*/
    white-space: nowrap;
  }
  .topic_path ul li:first-child {
    padding-left: 5vw;
  }
}

/* コンテナ
============================================================================================================ */
#container {
  position: relative;
  /*
	font-size: 16px;
	font-size: 1.6rem;
	*/
  display: block;
  /* padding-top: 80px; */
}
section a {
  text-decoration: underline;
  color: var(--font-color);
}
section a:hover {
  text-decoration: none;
}
#container a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  #container {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #container {
    /* font-size: 1.4rem; */
  }
}

/* ===================================================================================================================

	モジュール

=================================================================================================================== */

/* section
============================================================================================================ */
.section + .section,
.section-border + .section,
.section_s + .section {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .section + .section {
    margin-top: 30px;
  }
}

/* title
============================================================================================================ */
.title_l {
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: #222222;
  margin-bottom: 1.5em;
  font-weight: normal;
}
.title_m {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #222222;
  line-height: 1.4;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
  position: relative;
}
.title_s {
  font-size: 2.2rem;
  font-weight: bold;
  color: #222222;
  line-height: 1.5;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  padding: 0.6em 1em;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .title_l {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 1em;
  }
  .title_m {
    font-size: 2.2rem;
    text-align: center;
  }
  .title_s {
    font-size: 1.6rem;
  }
}

/* table
============================================================================================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table.basic {
  line-height: 1.6;
  table-layout: fixed;
  border: 1px solid #d5d5d5;
}
table.basic th,
table.basic td {
  padding: 1em 1em;
  word-wrap: break-word;
  border: 1px solid #d5d5d5;
}
table.basic a {
  text-decoration: underline;
}
table.basic a:hover {
  text-decoration: none;
}
table.basic.th_center th {
  text-align: center;
}
table.basic.td_center td {
  text-align: center;
}
table.basic.td_right td {
  text-align: right;
}
table.basic.th_nowrap th {
  white-space: nowrap;
}
table.basic.td_nowrap td {
  white-space: nowrap;
}
table.basic.td_right td.tac {
  text-align: center;
}
table.basic.td_center td.tal {
  text-align: left;
}
table.w100 {
  width: 100%;
}
table.th_w10 tr th:first-child,
table.th_w10 tr td:first-child {
  width: 10%;
}
table.th_w15 tr th:first-child,
table.th_w15 tr td:first-child {
  width: 15%;
}
table.th_w20 tr th:first-child,
table.th_w20 tr td:first-child {
  width: 20%;
}
table.th_w25 tr th:first-child,
table.th_w25 tr td:first-child {
  width: 25%;
}
table.th_w30 tr th:first-child,
table.th_w30 tr td:first-child {
  width: 30%;
}
table.th_w35 tr th:first-child,
table.th_w35 tr td:first-child {
  width: 35%;
}
table.th_w40 tr th:first-child,
table.th_w40 tr td:first-child {
  width: 40%;
}
table.th_w50 tr th:first-child,
table.th_w50 tr td:first-child {
  width: 50%;
}

table.border_none td,
table.border_none th {
  padding-bottom: 20px;
}
table.basic.border_c th,
table.basic.border_c td {
  border: 1px solid #231815 !important;
}

table.form {
  width: 100%;
  line-height: 1.6;
  table-layout: fixed;
}
table.form th,
table.form td {
  padding: 1em 0;
  word-wrap: break-word;
}
table.form th {
  width: 35%;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 0.2em;
  font-weight: bold;
  color: #444;
}
table.form td {
  font-size: 1.7rem;
}
table.form tr:first-child th {
  margin-top: 0;
}
table.form span.req {
  font-size: 1.6rem;
  color: #bb0000;
  margin-left: 0.5em;
}
.contact_top {
  font-size: 1.5rem;
}
.contact_top span.req {
  font-size: 1.8rem;
  color: #bb0000;
  margin-right: 0.5em;
  position: relative;
  top: 0.1em;
}
table.form span.note {
  font-size: 1.3rem;
  color: #dd0000;
  margin-left: 1em;
}
table.form input[type="text"],
table.form input[type="email"],
table.form input[type="tel"],
table.form input[type="url"],
table.form select,
table.form textarea {
  width: 100%;
  padding: 0.6em 1em;
  border: 1px solid #444;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
input::placeholder,
textarea::placeholder {
  color: #b2b2b2;
}
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
  transition: 0.1s;
}
/* Chrome・Safari用 */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  transition: 0.1s;
}
/* Firefox18以前用 */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
  transition: 0.1s;
}
/* Firefox19以上用 */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
  transition: 0.1s;
}
table.form input[type="text"]:focus,
table.form input[type="tel"]:focus,
table.form input[type="email"]:focus,
table.form textarea:focus {
  border: 1px solid #222222;
  -webkit-box-shadow: 0px 0px 0 1px #222222;
  -moz-box-shadow: 0px 0px 0 1px #222222;
  -ms-box-shadow: 0px 0px 0 1px #222222;
  box-shadow: 0px 0px 0 1px #222222;
}
table.form input.size_l {
  width: 100%;
}
table.form input.size_m {
  width: 50%;
}
table.form input.size_s {
  width: 29%;
}
table.form input.size01 {
  width: 80%;
}
table.form input.size02 {
  width: 150px;
}
table.form input.size03 {
  width: 320px;
}
table.form input.size04 {
  width: 85px;
}
table.form textarea.size_l {
  width: 100%;
  height: 200px;
}
table .w10 {
  width: 10%;
}
table .w15 {
  width: 15%;
}
table .w20 {
  width: 20%;
}
table .w25 {
  width: 25%;
}
table .w30 {
  width: 30%;
}
table .w35 {
  width: 35%;
}
table .w40 {
  width: 40%;
}
table .w45 {
  width: 45%;
}
table .w50 {
  width: 50%;
}

@media screen and (max-width: 768px) {
  table.basic {
    border-width: 2px;
    font-size: 1.4rem;
    line-height: 1.5;
    border: none;
  }
  table.basic.sp_td_center td {
    text-align: center;
  }
  table.sp_table_block th,
  table.sp_table_block td {
    border-top: none;
  }
  table.sp_table_block tbody,
  table.sp_table_block tr,
  table.sp_table_block th,
  table.sp_table_block td {
    display: block;
  }
  /*table.basic th {
		width: 10%;
	}
	table.basic td {
		width: 20%;
	}*/
  table.sp_table_block.th_w10 tr th:first-child,
  table.sp_table_block.th_w15 tr th:first-child,
  table.sp_table_block.th_w20 tr th:first-child,
  table.sp_table_block.th_w25 tr th:first-child,
  table.sp_table_block.th_w30 tr th:first-child,
  table.sp_table_block.th_w35 tr th:first-child,
  table.sp_table_block.th_w40 tr th:first-child,
  table.sp_table_block.th_w50 tr th:first-child,
  table.sp_table_block.th_w15 tr td:first-child,
  table.sp_table_block.th_w10 tr td:first-child,
  table.sp_table_block.th_w20 tr td:first-child,
  table.sp_table_block.th_w25 tr td:first-child,
  table.sp_table_block.th_w30 tr td:first-child,
  table.sp_table_block.th_w35 tr td:first-child,
  table.sp_table_block.th_w40 tr td:first-child,
  table.sp_table_block.th_w50 tr td:first-child {
    width: 100%;
  }

  table.form th,
  table.form td {
    display: block;
    border-right: none;
    padding: 0.3em 0;
  }

  table.form th {
    width: 100%;
    font-size: 1.5rem;
  }
  table.form td {
    font-size: 1.6rem;
  }
  table.form span.req {
    font-size: 1.2rem;
    margin-left: 1em;
  }
  table.form input[type="text"],
  table.form input[type="tel"],
  table.form select,
  table.form textarea {
    padding: 0.5em 0.75em;
    font-size: 15px;
    font-size: 1.5rem;
  }
  table.form textarea.size_l {
    height: 100px;
  }

  .scroll_table .scroll {
    overflow: auto;
  }
  .scroll_table .scroll table {
    width: 100%;
    white-space: nowrap;
    display: block;
  }
  /* scroll */
  .scroll_table .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 20px !important;
  }
  .scroll_table #mCSB_1_scrollbar_horizontal,
  .scroll_table #mCSB_2_scrollbar_horizontal {
    position: relative;
    height: 10px;
    bottom: 5px;
  }
  .scroll_table #mCSB_1_scrollbar_horizontal:before,
  .scroll_table #mCSB_2_scrollbar_horizontal:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    border-bottom: 10px solid #f0f0f0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    z-index: 1;
  }
  .scroll_table mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #222222 !important;
  }
  .scroll_table .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 100px !important;
  }
  .scroll_table .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
  .scroll_table .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-color: #222222;
    height: 10px !important;
    top: 0;
    margin: 0 !important;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    opacity: 1 !important;
  }
  .scroll_table .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 10px !important;
  }
  .scroll_table .mCSB_scrollTools {
    opacity: 1 !important;
    filter: "alpha(opacity=100)" !important;
    -ms-filter: "alpha(opacity=100)" !important;
  }
  .scroll_table .mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff !important;
  }
  .scroll_table .mCSB_scrollTools .mCSB_draggerContainer {
    position: relative !important;
  }
  .scroll_table .mCSB_scrollTools {
    position: relative !important;
  }
}

/* dl
============================================================================================================ */

dl.basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
dl.basic > dt {
  width: 20%;
  text-align: center;
  background: #b9dcf9;
  padding: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}
dl.basic > dd {
  width: 80%;
  padding: 0.5em 0 0.5em 1.5em;
  margin-top: 15px;
}
dl.basic > dt:first-child,
dl.basic > dt:first-child + dd {
  margin-top: 0;
}

dl.dl_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
dl.dl_line > dt {
  width: 20%;
  padding: 1em 0.5em 1em 1em;
  border-top: 1px solid #222222;
}
dl.dl_line > dd {
  width: 80%;
  padding: 1em 1em 1em 0.5em;
  border-top: 1px solid #222222;
}
dl.dl_line > dt:first-child,
dl.dl_line > dt:first-child + dd {
  border-top: none;
}

dt.dl_full,
dd.dl_full {
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  dl.basic > dt {
    margin-top: 10px;
  }
  dl.basic > dd {
    margin-top: 10px;
  }
}

/* link
============================================================================================================ */
/*a.blank {
	padding: 3px 26px 3px 0;
	background: url(../images/parts/ico_blank.png) 100% no-repeat;
}
a.pdf {
	padding: 3px 22px 3px 0;
	background: url(../images/parts/ico_pdf.png) 100% no-repeat;
}

@media screen and (max-width: 768px) {
	a.blank {
		background-image: url(../images/parts/ico_blank_sp.png);
		-webkit-background-size: 16px;
		background-size: 16px;
	}
	a.pdf {
		background-image: url(../images/parts/ico_pdf_sp.png);
		-webkit-background-size: 16px;
		background-size: 16px;
	}
}*/

/* li
============================================================================================================ */
/* square
------------------------------------------------------------- */
ul.square > li {
  position: relative;
  padding-left: 1.2em;
}
ul.square > li:before {
  content: "■";
  position: absolute;
  left: 0;
  color: #d3b9f8;
}

/* circle
------------------------------------------------------------- */
ul.circle > li {
  position: relative;
  padding-left: 1em;
}
ul.circle > li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #222222;
  position: absolute;
  left: 0;
  top: 0.6em;
}
ul.circle > li + li {
  margin-top: 0.75em;
}

/* asterisk
------------------------------------------------------------- */
ul.asterisk > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 5px;
}
ul.asterisk > li:before {
  content: "＊";
  position: absolute;
  left: 0;
}

/* disc
------------------------------------------------------------- */
ul.disc > li {
  position: relative;
  padding-left: 1em;
}
ul.disc > li:before {
  content: "・";
  position: absolute;
  left: 0;
}

/* notes
------------------------------------------------------------- */
ul.notes > li {
  position: relative;
  padding-left: 1em;
}
ul.notes > li:before {
  content: "※";
  position: absolute;
  left: 0;
}

/* decimal
------------------------------------------------------------- */
ol.decimal {
  list-style-type: decimal;
}
ol.decimal > li {
  margin-left: 1.5em;
}

/* parentheses
------------------------------------------------------------- */
ol.parentheses > li {
  position: relative;
  padding-left: 2em;
}
ol.parentheses > li .num {
  position: absolute;
  left: 0;
}

/* ol_basic
------------------------------------------------------------- */
ol.ol_basic {
  counter-reset: count 0;
}
ol.ol_basic > li {
  padding-left: 1em;
  position: relative;
}
ol.ol_basic > li:before {
  content: counter(count) ".";
  counter-increment: count 1;
  position: absolute;
  left: 0;
  top: 0;
}
ol.ol_basic > li + li,
ol.ol_basic > li > ol > li + li,
ol.ol_basic > li > ol > li > ol > li + li {
  margin-top: 0.5em;
}
ol.ol_basic > li > ol,
ol.ol_basic > li > ol > li > ol {
  margin-top: 0.5em;
}
ol.ol_basic > li > ol {
  counter-reset: count02 0;
}
ol.ol_basic > li > ol > li {
  padding-left: 1.5em;
  position: relative;
}
ol.ol_basic > li > ol > li:before {
  content: counter(count02) ")";
  counter-increment: count02 1;
  position: absolute;
  left: 0;
  top: 0;
}

/* number
------------------------------------------------------------- */
ol.number > li {
  position: relative;
  padding-left: 40px;
}
ol.number > li + li {
  margin-top: 1.5em;
}
ol.number > li .num {
  position: absolute;
  left: 0;
  top: -0.15em;
}
ol.number > li .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #222222;
  width: 30px;
  height: 30px;
  padding-top: 0.1em;
}

@media screen and (max-width: 768px) {
  ol.number > li {
    padding-left: 35px;
  }
  ol.number > li .num {
    font-size: 1.8rem;
    width: 25px;
    height: 25px;
  }
}

/* img
============================================================================================================ */
img {
  max-width: 100%;
  height: auto;
}
/* img.radius
============================================================================================================ */
img.radius {
  border-radius: 50%;
}

/* border_box
============================================================================================================ */
.border_box {
  border: 1px solid #222222;
  padding: 3% 4%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .border_box {
    padding: 5% 6%;
  }
}

/* border_radius
============================================================================================================ */
.border_radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* flex
============================================================================================================ */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ai-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.jc-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jc-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fd-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.fw-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sp_block {
    display: block;
  }
}

/* col_
============================================================================================================ */
.col_2,
.col_3,
.col_4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col_5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.col_2 > li,
.col_2 > div,
.col_2 > ul,
.col_2 > dl {
  width: 47.27%;
  margin-bottom: 3%;
}
.col_2_s > li,
.col_2_s > div,
.col_2_s > ul,
.col_2_s > dl {
  width: 45%;
  margin-bottom: 3%;
}
.col_2_l > li,
.col_2_l > div,
.col_2_l > ul,
.col_2_l > dl {
  width: 49%;
  margin-bottom: 2%;
}
.col_3 > li,
.col_3 > div,
.col_3 > ul,
.col_3 > dl {
  width: 32.2%;
  margin-bottom: 3%;
}
.col_3:after {
  content: "";
  display: block;
  width: 32.2%;
}
.col_4 > li,
.col_4 > div,
.col_4 > ul,
.col_4 > dl {
  width: 23.7%;
  margin-bottom: 3%;
}
.col_4:before {
  content: "";
  display: block;
  width: 23.7%;
  order: 1;
}
.col_4:after {
  content: "";
  display: block;
  width: 23.7%;
}
.col_5 > li,
.col_5 > div,
.col_5 > ul,
.col_5 > dl {
  width: 18.4%;
  margin-bottom: 3%;
  margin-right: 2%;
}
.col_5 > li:nth-of-type(5n),
.col_5 > div:nth-of-type(5n),
.col_5 > ul:nth-of-type(5n),
.col_5 > dl:nth-of-type(5n) {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .col_2_l > li,
  .col_2_l > div,
  .col_2_l > ul,
  .col_2_l > dl {
    width: 48%;
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 768px) {
  .col_2,
  .col_3,
  .col_4,
  .col_5 {
    display: block;
  }
  .col_2 > li,
  .col_2 > div,
  .col_2 > ul,
  .col_2 > dl {
    width: 100%;
    margin-bottom: 5%;
  }
  .col_2_s > li,
  .col_2_s > div,
  .col_2_s > ul,
  .col_2_s > dl {
    width: 100%;
    margin-bottom: 5%;
  }
  .col_2_l > li,
  .col_2_l > div,
  .col_2_l > ul,
  .col_2_l > dl {
    width: 100%;
    margin-bottom: 5%;
  }
  .col_3 > li,
  .col_3 > div,
  .col_3 > ul,
  .col_3 > dl {
    width: 100%;
    margin-bottom: 5%;
  }
  .col_3:after {
    content: none;
  }
  .col_4 > li,
  .col_4 > div,
  .col_4 > ul,
  .col_4 > dl {
    width: 100%;
    margin-bottom: 5%;
  }
  .col_4:before,
  .col_4:after {
    content: none;
  }
  .col_5 > li,
  .col_5 > div,
  .col_5 > ul,
  .col_5 > dl {
    width: 100%;
    margin-bottom: 5%;
  }

  .sp_col_2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sp_col_2 > li,
  .sp_col_2 > div,
  .sp_col_2 > ul,
  .sp_col_2 > dl {
    width: 48.5%;
    margin-bottom: 3%;
  }
}

/* btn
============================================================================================================ */
.btn {
  display: inline-block;
  min-width: 260px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #222222;
  padding: 0.9em 0;
  position: relative;
  text-decoration: none;
}
.btn.btn_s {
  min-width: 180px;
  font-size: 1.5rem;
  padding: 0.5em 0;
}
.btn.btn_gray {
  background: #888;
}
.btn.btn_2row {
  padding: 0.6em 0 0.5em;
  line-height: 1.3;
}
.btn_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn_2col > button,
.btn_2col > a {
  margin-right: 2%;
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  .btn {
    min-width: 260px;
    font-size: 1.5rem;
  }
  .btn_2col .btn {
    min-width: 48%;
  }
}

/* tel_link
============================================================================================================ */
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: underline;
  }
}
/* text_area
============================================================================================================ */
.text_area p + p {
  margin-top: 1.25em;
}
