@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: var(--font-familiy);
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #000029;
}

.m-plus {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

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;
  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;
  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;
    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;
  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;
  }
}
/* ヘッダー
============================================================================================================ */
/* nav ハンバーガー
------------------------------------------------------------- */
/* footer
============================================================================================================ */
/* 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;
  padding-top: 45px;
  margin-bottom: 30px;
}

.topic_path:before {
  top: -1px;
}

.topic_path:after {
  bottom: -1px;
}

.topic_path ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  overflow-scrolling: touch;
  white-space: nowrap;
  max-width: 1200px;
  width: 100%;
}

.topic_path ul li {
  display: inline-block;
  position: relative;
  font-size: 15px;
  line-height: 1;
  position: relative;
}

.topic_path .home-icon {
  width: 14px;
  height: 16px;
}

.topic_path ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topic_path li a:after {
  content: "";
  display: inline-block;
  background-image: url(../images/top/arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 8px;
  height: 16px;
  margin-right: 10px;
  margin-left: 8px;
}

@media screen and (max-width: 1220px) {
  .topic_path.w1200 {
    padding-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .topic_path {
    width: 100%;
    font-size: 1rem;
  }
  .topic_path.w1200 {
    padding: 20px 0 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .topic_path ul {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    /*overflow: auto;*/
    white-space: nowrap;
  }
}
/* コンテナ
============================================================================================================ */
#container {
  position: relative;
  /*
  font-size: 16px;
  font-size: 1.6rem;
  */
  display: block;
}

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: 768px) {
  #container {
    /* font-size: 1.4rem; */
    padding-top: 0;
  }
}
/* ===================================================================================================================

	モジュール

=================================================================================================================== */
/* 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;
  border-radius: 2px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #b2b2b2;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #b2b2b2;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #b2b2b2;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #b2b2b2;
}

input::placeholder,
textarea::placeholder {
  color: #b2b2b2;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: 0.1s;
  transition: 0.1s;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
  -ms-transition: 0.1s;
  transition: 0.1s;
}

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: transparent;
  -ms-transition: 0.1s;
  transition: 0.1s;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

/* Chrome・Safari用 */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

/* Firefox18以前用 */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
  -moz-transition: 0.1s;
  transition: 0.1s;
}

/* Firefox19以上用 */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: 0.1s;
  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;
  -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%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .border_box {
    padding: 5% 6%;
  }
}
/* border_radius
============================================================================================================ */
.border_radius {
  border-radius: 4px;
}

/* flex
============================================================================================================ */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ai-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.jc-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jc-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fd-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.fw-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b_box {
  -webkit-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: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col_5 {
  display: -webkit-box;
  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: 31.8%;
}

.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%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          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: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -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 !important;
  }
}
/* text_area
============================================================================================================ */
.text_area p + p {
  margin-top: 1.25em;
}

footer .breadcrumb-content {
  display: none;
}

.headeing {
  background-image: url(../images/top/heading-bk.jpg);
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.headeing-sub-ttl {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background-color: #f05a24;
  text-align: center;
  max-width: 252px;
  width: 100%;
  border-radius: 50px;
  letter-spacing: 0.3em;
  margin-bottom: 5px;
}

.headeing-ttl {
  font-size: 34px;
  letter-spacing: 0.08em;
  font-weight: 300;
}