@charset "UTF-8";
/* ==================================================
	basic settings
================================================== */
h1, h3, h4, h5, h6, p, li, pre, td, th, dt, dd {
  line-height: 1.5;
}

/* basic line-height */
a {
  color: #262626;
}
a:link {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

iframe {
  vertical-align: top;
}

/* ==================================================
	layout
================================================== */
/* float
-------------------------------------------------- */
.flr {
  float: right;
}

.fll {
  float: left;
}

/* clearfix
-------------------------------------------------- */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* overflow
-------------------------------------------------- */
.ofh {
  overflow: hidden;
}

/* RWD layout settings
-------------------------------------------------- */
.rwd_disp_xxo, .rwd_disp_xox, .rwd_disp_oxx,
.rwd_disp_oox, .rwd_disp_oxo, .rwd_disp_xoo {
  display: none !important;
}

/* display SP */
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  .rwd_disp_xxo {
    display: block !important;
  }
}
/* ----- end △ */
/* display TB */
/* ▽ TAB layout ----- */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .rwd_disp_xox {
    display: block !important;
  }
}
/* ----- end △ */
/* display PC */
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  .rwd_disp_oxx {
    display: block !important;
  }
}
/* ----- end △ */
/* display SP/PC only */
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  .rwd_disp_oxo {
    display: block !important;
  }
}
/* ----- end △ */
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  .rwd_disp_oxo {
    display: block !important;
  }
}
/* ----- end △ */
/* display TAB/SP only */
/* ▽ SP-TAB layout ----- */
@media only screen and (max-width: 1023px) {
  .rwd_disp_xoo {
    display: block !important;
  }
}
/* ----- end △ */
/* display TAB/PC only */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .rwd_disp_oox {
    display: block !important;
  }
}
/* ----- end △ */
/* do not display SP only */
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  .sp_none {
    display: none !important;
  }
}
/* ----- end △ */
/* do not display PRINT only */
/* ▽ PRINT layout ----- */
@media print {
  .print_none {
    display: none !important;
  }
}
/* ----- end △ */
/* column wrap
-------------------------------------------------- */
.divide_wrap {
  margin-top: 5%;
}
.divide_wrap::after {
  content: "";
  display: block;
  clear: both;
}
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .divide_wrap.clm2 .left_col {
    float: left;
    width: 49%;
  }
}
/* ----- end △ */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .divide_wrap.clm2 .right_col {
    float: right;
    width: 49%;
  }
}
/* ----- end △ */
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  .divide_wrap.clm2 .right_col {
    margin-top: 5%;
  }
}
/* ----- end △ */
/* list column
-------------------------------------------------- */
.list_2clm::after {
  content: "";
  display: block;
  clear: both;
}
.list_2clm li {
  float: left;
  width: 49%;
}
.list_2clm li:nth-of-type(2n) {
  float: right;
}

.list_2clm_sp::after {
  content: "";
  display: block;
  clear: both;
}
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  .list_2clm_sp li {
    float: left;
    width: 49%;
  }
  .list_2clm_sp li:nth-of-type(2n) {
    float: right;
  }
}
/* ----- end △ */
.list_2clm_pc::after {
  content: "";
  display: block;
  clear: both;
}
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .list_2clm_pc li {
    float: left;
    width: 49%;
  }
  .list_2clm_pc li:nth-of-type(2n) {
    float: right;
  }
}
/* ----- end △ */
.list_3clm::after {
  content: "";
  display: block;
  clear: both;
}
.list_3clm li {
  float: left;
  width: 32%;
  margin-top: 2%;
  margin-left: 2%;
}
.list_3clm li:nth-of-type(3n+1) {
  margin-left: 0;
  clear: both;
}

/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  .list_3clm_sp::after {
    content: "";
    display: block;
    clear: both;
  }
  .list_3clm_sp li {
    float: left;
    width: 32%;
    margin-top: 2%;
    margin-left: 2%;
  }
  .list_3clm_sp li:nth-of-type(3n+1) {
    margin-left: 0;
    clear: both;
  }
}
/* ----- end △ */
.list_4clm::after {
  content: "";
  display: block;
  clear: both;
}
.list_4clm li {
  float: left;
  width: 24%;
  margin-top: 1%;
  margin-left: 1%;
}
.list_4clm li:nth-of-type(4n+1) {
  margin-left: 0;
  clear: both;
}

.list_4clm_pc::after {
  content: "";
  display: block;
  clear: both;
}
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .list_4clm_pc li {
    float: left;
    width: 24%;
    margin-top: 1.3%;
    margin-left: 1.3%;
  }
  .list_4clm_pc li:nth-of-type(4n+1) {
    margin-left: 0;
    clear: both;
  }
}
/* ----- end △ */
.list_5clm_pc::after {
  content: "";
  display: block;
  clear: both;
}
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .list_5clm_pc li {
    float: left;
    width: 19%;
    margin-top: 1.1%;
    margin-left: 1.1%;
  }
  .list_5clm_pc li:nth-of-type(5n+1) {
    margin-left: 0;
    clear: both;
  }
}
/* ----- end △ */
/* ==================================================
	width
================================================== */
.w10p {
  width: 10% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w40p {
  width: 40% !important;
}

.w50p {
  width: 50% !important;
}

.w60p {
  width: 60% !important;
}

.w70p {
  width: 70% !important;
}

.w80p {
  width: 80% !important;
}

.w90p {
  width: 90% !important;
}

.w100p {
  width: 100% !important;
}

/* ==================================================
	margin
================================================== */
/* %
-------------------------------------------------- */
/* margin-top */
.mt03p {
  margin-top: 3% !important;
}

.mt05p {
  margin-top: 5% !important;
}

/* margin-bottom */
.mb03 {
  margin-bottom: 3% !important;
}

.mb05 {
  margin-bottom: 5% !important;
}

/* margin-right */
.mr03 {
  margin-right: 3% !important;
}

.mr05 {
  margin-right: 5% !important;
}

/* margin-left */
.ml03 {
  margin-left: 3% !important;
}

.ml05 {
  margin-left: 5% !important;
}

/* px
-------------------------------------------------- */
/* margin-top */
.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

/* margin-bottom */
.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

/* margin-right */
.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

/* margin-left */
.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

/* inner
-------------------------------------------------- */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .inner {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}
/* ----- end △ */
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  .inner {
    margin-right: auto;
    margin-left: auto;
    width: 93.75%;
  }
}
/* ----- end △ */
/* ==================================================
	page title
================================================== */
#page_ttl {
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  background-color: #f9f9f9;
  font-size: 1.8rem;
  display: none;
}
/* ▽ SP-TAB layout ----- */
@media only screen and (max-width: 1023px) {
  #page_ttl {
    padding: 6% 3%;
  }
}
/* ----- end △ */
#page_ttl span {
  margin-left: 1%;
  color: #f75126;
  font-size: 1.1rem;
  font-weight: normal;
}
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  #page_ttl span {
    display: none;
  }
}
/* ----- end △ */
/* ==================================================
	contents title
================================================== */
.ttl_style {
  margin-bottom: 3%;
  line-height: 1.3;
  font-size: 1.6rem;
  padding-left: 6%;
  padding-right: 3%;
  padding-top: 2%;
  padding-bottom: 2%;
  position: relative;
  background: url(../common_img/ttl_style_bg.png) right center no-repeat #262626;
  background-size: 50% auto;
  color: #fff;
  font-weight: 700;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .ttl_style {
    margin-bottom: 20px;
    padding-left: 20px;
  }
}
/* ----- end △ */
.ttl_style::before {
  content: '';
  display: block;
  position: absolute;
  left: 3%;
  top: 8px;
  bottom: 8px;
  width: 3px;
  background: #f75126;
}
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .ttl_style::before {
    left: 10px;
  }
}
/* ----- end △ */
.subttl_style {
  font-size: 1.6rem;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background-color: #f5f5f5;
  font-weight: bold;
  padding: 5px 13px;
  margin-top: 10px;
  margin-bottom: 15px;
}
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  .subttl_style {
    margin-top: 5%;
    font-size: 1.4rem;
  }
}
/* ----- end △ */
/* ==================================================
	text
================================================== */
/* color
-------------------------------------------------- */
.c_red {
  color: #ff1818;
}

/* font-family
-------------------------------------------------- */
.font_basic {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ＭＳ Ｐゴシック", sans-serif ;
}

/* font-size
-------------------------------------------------- */
.fs12 {
  font-size: 1.2rem;
}

.fs13 {
  font-size: 1.3rem;
}

.fs14 {
  font-size: 1.4rem;
}

.fs16 {
  font-size: 1.6rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs20 {
  font-size: 2.0rem;
}

.fs24 {
  font-size: 2.4rem;
}

/* font-weight
-------------------------------------------------- */
.bold {
  font-weight: bold !important;
}

/* text-align
-------------------------------------------------- */
.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

/* text-decoration
-------------------------------------------------- */
a.tdn {
  text-decoration: none;
}
a.tdn:hover {
  text-decoration: underline;
}

/* vertical-align
-------------------------------------------------- */
.vat {
  vertical-align: top !important;
}

.vam {
  vertical-align: middle !important;
}

.vab {
  vertical-align: bottom !important;
}

.vabl {
  vertical-align: baseline !important;
}

/* text-indent
-------------------------------------------------- */
.indent-1em {
  display: block;
  padding-left: 1em !important;
  text-indent: -1em !important;
}

/* scroll table text
-------------------------------------------------- */
.txt_scroll_x {
  margin: 15px 10px 5px 0;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.txt_scroll_x .fa {
  margin-right: 5px;
  font-size: 2.4rem;
  vertical-align: middle;
}

/* text-indent
-------------------------------------------------- */
.indent-1em {
  display: block;
  padding-left: 1em !important;
  text-indent: -1em !important;
}

/* blank
-------------------------------------------------- */
.txt_blank {
  margin-top: 200px;
  margin-bottom: 200px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

/* scroll table text
-------------------------------------------------- */
.txt_scroll_x {
  margin: 15px 10px 5px 0;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.txt_scroll_x .fa {
  margin-right: 5px;
  font-size: 2.4rem;
  vertical-align: middle;
}

.txt_blank {
  margin-top: 200px;
  margin-bottom: 200px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

/* ==================================================
	image
================================================== */
/* pic
-------------------------------------------------- */
.pic img {
  max-width: 100%;
  height: auto;
}

/* hover fade
-------------------------------------------------- */
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  /* ▽ PC layout ----- */
}
@media print, screen and (min-width: 1024px) and (min-width: 1024px) {
  .fadeout {
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
  }
  .fadeout:hover {
    opacity: 0.6;
  }
}
@media print, screen and (min-width: 1024px) {
  /* ----- end △ */
}
/* ----- end △ */
/* ==================================================
	icon
================================================== */
/* zoom
-------------------------------------------------- */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .ico_zoom a {
    display: block;
    position: relative;
  }
  .ico_zoom a:before {
    box-sizing: border-box;
    content: "\f00e";
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    padding-top: 5px;
    background-color: #000;
    border-radius: 15px;
    color: #fff;
    font-size: 1.6rem;
    font-family: FontAwesome ;
    text-align: center;
  }
}
/* ----- end △ */
/* ==================================================
	pagination
================================================== */
.pagination {
  margin-top: 30px;
}
/* ▽ TAB layout ----- */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .pagination {
    margin-right: 2%;
    margin-left: 2%;
  }
}
/* ----- end △ */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .pagination {
    margin-top: 50px;
  }
}
/* ----- end △ */
.pagination li {
  font-size: 1.2rem;
  text-align: center;
}
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  .pagination li {
    width: 80%;
    margin: 4% auto 0;
  }
}
/* ----- end △ */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .pagination li {
    width: 20%;
  }
}
/* ----- end △ */
.pagination li a {
  display: block;
  padding-top: 4%;
  padding-bottom: 4%;
  border-radius: 3px;
  background-color: #262626;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  .pagination li a {
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
  }
  .pagination li a:hover {
    background-color: #f75126;
  }
}
/* ----- end △ */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .pagination .prev {
    float: left;
  }
}
/* ----- end △ */
.pagination .prev a {
  position: relative;
}
.pagination .prev a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 4px;
  height: 12px;
  margin-top: -6px;
  background-image: url(../common_img/ico_arw_h_wh.png);
  background-repeat: no-repeat;
  background-size: auto 12px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .pagination .next {
    float: right;
  }
}
/* ----- end △ */
.pagination .next a {
  background-image: url(../common_img/ico_arw_h_wh.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
}
.pagination .back {
  margin-right: auto;
  margin-left: auto;
}
.pagination .back a {
  background-color: #787878;
}
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  .pagination .back a {
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
  }
  .pagination .back a:hover {
    background-color: #f75126;
  }
}
/* ----- end △ */
/* ==================================================
	button
================================================== */
/* accordion
-------------------------------------------------- */
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  .ac_btn.sp_disp {
    position: relative;
    padding-right: 1em;
  }
  .ac_btn.sp_disp::before {
    content: "\f0fe";
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -0.5em;
    font-family: FontAwesome ;
  }
  .ac_btn.sp_disp.open::before {
    content: "\f146";
  }
}
/* ----- end △ */
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  .ac_body.sp_disp {
    display: none !important;
  }
}
/* ----- end △ */
.ac_body.sp_disp.open {
  display: block;
}

/* button style
-------------------------------------------------- */
.btn_style {
  margin-top: 5%;
  border-radius: 3px;
  background-color: #262626;
  text-align: center;
  font-size: 1.2rem;
}
.btn_style a {
  display: block;
  padding-top: 4%;
  padding-bottom: 4%;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  .btn_style a {
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
  }
  .btn_style a:hover {
    background-color: #f75126;
  }
}
/* ----- end △ */
.btn_style.og {
  background-color: #f75126;
}
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  .btn_style.og {
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
  }
  .btn_style.og:hover {
    background-color: #262626;
  }
}
/* ----- end △ */
.btn_style.og a {
  color: #fff;
}
.btn_style.ico_def {
  background-image: url(../common_img/ico_arw_h_wh.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
}
.btn_style.ico_def_down {
  position: relative;
}
.btn_style.ico_def_down::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 4px;
  height: 12px;
  margin-top: -6px;
  background-image: url(../common_img/ico_arw_h_wh.png);
  background-repeat: no-repeat;
  background-size: auto 12px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.btn_style.ico_def_back {
  position: relative;
}
.btn_style.ico_def_back::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 4px;
  height: 12px;
  margin-top: -6px;
  background-image: url(../common_img/ico_arw_h_wh.png);
  background-repeat: no-repeat;
  background-size: auto 12px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
/* ▽ SP-TAB layout ----- */
@media only screen and (max-width: 1023px) {
  .btn_style.close {
    width: 5em;
    margin-right: auto;
    margin-left: auto;
    padding: 3% 5%;
    background-color: #262626;
    color: #fff;
  }
  .btn_style.close::after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 0.5em;
    background: url(../common_img/ico_close_wh.png) no-repeat;
    background-size: auto 11px;
    vertical-align: middle;
  }
}
/* ----- end △ */
/* ▽ TAB layout ----- */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .btn_style.close {
    padding: 2% 3%;
  }
}
/* ----- end △ */
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  .btn_style.close {
    cursor: pointer;
  }
}
/* ----- end △ */
.btn_style.fax {
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 99%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
}
.btn_style.fax .fa {
  color: #f75126;
  margin-right: 0.5em;
  font-weight: bold;
}

/* ==================================================
	list
================================================== */
/* indent
-------------------------------------------------- */
.list_indent > li {
  padding-left: 1em;
  text-indent: -1em;
}

/* ==================================================
	dl
================================================== */
/* default
-------------------------------------------------- */
.dl_style dt {
  margin-top: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
.dl_style dt:first-child {
  margin-top: 0;
}
.dl_style dd {
  margin-top: 5px;
}

.dl_style02 dt {
  margin-top: 10px;
}
.dl_style02 dt:first-child {
  margin-top: 0;
}
.dl_style02 dd {
  margin-top: 5px;
}
.dl_style02.dt_bold dt {
  font-weight: bold;
}

/* table
-------------------------------------------------- */
.dl_table_style {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .dl_table_style {
    display: table;
    width: 100%;
    border-spacing: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .dl_table_style > dl {
    display: table-row;
    width: 100%;
  }
  .dl_table_style > dl > dt,
  .dl_table_style > dl > dd {
    display: table-cell;
    vertical-align: top;
  }
}
/* ----- end △ */
.dl_table_style > dl > dt, .dl_table_style > dl > dd {
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  .dl_table_style > dl > dt, .dl_table_style > dl > dd {
    border-top: none;
  }
}
/* ----- end △ */
.dl_table_style > dl > dt {
  min-width: 120px;
  background-color: #f4f4f4;
  font-weight: normal;
}
.dl_table_style > dl > dd {
  font-size: 1.3rem;
}
.dl_table_style.dl_vam > dl > dt, .dl_table_style.dl_vam > dl > dd {
  vertical-align: middle;
}

/* ==================================================
	table
================================================== */
/* default
-------------------------------------------------- */
.table_style caption {
  padding: 5px 0;
  background-color: #262626;
  color: #fff;
  font-weight: bold;
}
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  .table_style caption {
    padding: 8px 0;
  }
}
/* ----- end △ */
.table_style table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.table_style th,
.table_style td {
  padding: 3px 5px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  .table_style th,
  .table_style td {
    font-size: 1.2rem;
  }
}
/* ----- end △ */
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  .table_style th,
  .table_style td {
    padding: 5px 10px;
  }
}
/* ----- end △ */
.table_style th {
  background-color: #f4f4f4;
  font-weight: normal;
}
.table_style td {
  padding: 10px;
  font-size: 1.3rem;
}
.table_style thead th {
  font-weight: bold;
  text-align: center;
}

.table_caption {
  padding: 5px 0;
  background-color: #262626;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  .table_caption {
    padding: 8px 0;
  }
}
/* ----- end △ */
/* SP scroll table
-------------------------------------------------- */
.rwd_table_wrap {
  width: 100%;
  height: auto;
}
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  .rwd_table_wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/* ----- end △ */
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  .rwd_table_wrap table {
    width: 200%;
  }
}
/* ----- end △ */
/* ==================================================
	breadcrumb（パンくず）
================================================== */
#breadcrumb {
  margin-top: 10px;
  margin-bottom: 10px;
  /* display: none; */
}
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  #breadcrumb {
    display: none;
  }
}
/* ----- end △ */
/* ▽ TAB layout ----- */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  #breadcrumb {
    margin-right: 1%;
    margin-left: 1%;
  }
}
/* ----- end △ */
#breadcrumb li {
  display: inline-block;
  font-size: 1.1rem;
}
#breadcrumb li::before {
  content: ">";
  margin-right: 3px;
}
#breadcrumb li:first-of-type::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 16px;
  height: 13px;
  background: url(../common_img/ico_home.png) 0 50% no-repeat;
  background-size: 16px 13px;
  line-height: 1.0;
}
#breadcrumb li a {
  text-decoration: none;
}
#breadcrumb li a:hover {
  text-decoration: underline;
}
