@charset "UTF-8";
html {
  font-size: 62.5%;
  /*10px*/
}

*, *:before, *:after {
  box-sizing: border-box;
}

a {
  color: #eb6d00;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.sp {
  display: none;
}

body {
  width: 100%;
  line-height: 1.7;
  color: #000;
  /*font-size: 1.4rem;*/
  font-size: 1.8rem;
  /*font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "MS PGothic", sans-serif;*/
  font-family: "MFW-HiraginoUDSansFStdN-W3", sans-serif;
  -webkit-text-size-adjust: 100%;
}

.header {
  position: fixed;
  width: 100%;
  border-top: 3px solid #f57818;
  z-index: 100;
  background: url(../img/common/bg_line_gry.gif) repeat-x 0 bottom #fff;
}

.header_top {
  min-width: 1200px;
  margin: 0 auto;
  padding-bottom: 10px;
  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;
  border-bottom: 1px solid #e3e3e3;
}

.head_l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
}

.head_l .head_l_txt {
  margin-left: 20px;
  padding-left: 20px;
  font-size: 1.2rem;
  line-height: 1.25;
  border-left: 1px solid #e3e3e3;
}

.head_r_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
}

.head_r_nav a {
  position: relative;
  display: block;
  padding: 0 10px;
  text-decoration: none;
  color: #545253;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
}

.head_r_nav a.head_r_nav_first {
  border-right: 1px solid #e3e3e3;
}

.head_r_nav a.head_info {
  color: #000;
  padding: 10px 15px 13px;
  background-color: #f57818;
}

.head_r_nav a.head_info:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0;
  display: block;
  width: 13px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: skewY(-45deg);
  -ms-transform: skewY(-45deg);
  transform: skewY(-45deg);
  z-index: 10;
}

.head_r_nav a.head_info span {
  padding-left: 1.5em;
  background: url(../img/common/ico_mail.webp) no-repeat 0 center;
}

.head_tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 7px 10px 0 0;
}

.head_tel .head_tel_txt {
  margin-left: 10px;
  font-size: 1rem;
  line-height: 1.4;
}

.globalNavi {
  width: 100%;
}

.globalNavi .globalNavi_list {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.globalNavi .globalNavi_list a {
  display: block;
  padding: 10px 25px;
  color: #545253;
  text-decoration: none;
  font-weight: bold;
  border-left: 1px solid #e3e3e3;
  -webkit-transition: .2s all ease-in;
  transition: .2s all ease-in;
}

.globalNavi .globalNavi_list a.border_r {
  border-right: 1px solid #e3e3e3;
}

.globalNavi .globalNavi_list a:hover {
  background-color: #fafafa;
}

.globalNavi .globalNavi_list a.active {
  background-color: #fafafa;
}

.breadcrumb {
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}

.breadcrumb .breadcrumb_list {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.breadcrumb .breadcrumb_list li {
  display: inline-block;
}

.breadcrumb .breadcrumb_list a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-right: 40px;
  padding: 4px 10px 2px 0;
  text-decoration: none;
}

.breadcrumb .breadcrumb_list a:after {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  width: 1px;
  height: 100px;
  background-color: #e3e3e3;
  -webkit-transform: rotate(32deg);
  -ms-transform: rotate(32deg);
  transform: rotate(32deg);
  margin-right: 30px;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.inner_m {
  width: 950px;
  margin: 0 auto;
}

.inner_s {
  width: 870px;
  margin: 0 auto;
}

/*----------------------------------------------------
TOP SLIDER
----------------------------------------------------*/
/*----------------------------------------------------
TOP
----------------------------------------------------*/
/*----------------------------------------------------
INNER CONTENTS
----------------------------------------------------*/
.pt_short {
  padding-top: 74px;
}

.pt_long {
  padding-top: 127px;
}

p.gotop{
  position: fixed;
  right: 2%;
  bottom: 20px;
  z-index: 999;
}

p.gotop a{
  width: 42px;
  height: 42px;
  display: block;
}

p.gotop:hover {
  opacity: 0.8;
}

.hero_area {
  width: 100%;
  padding: 34px 0;
}

.hero_area .hero_area_ttl {
  font-size: 2.5rem;
}

.bg_base_gry {
  padding: 20px 0;
  background-color: #fafafa;
  border-bottom: 1px solid #e3e3e3;
}

.bg_img_gry {
  background: url(../img/common/bg_hero02.webp) repeat-x center 0;
}

.bg_img_lt_bl {
  background: url(../img/common/bg_hero01.webp) repeat-x center 0;
}

.contents_area {
  width: 1200px;
  margin: 0 auto;
  padding: 35px 0;
}

.box_bg_gry {
  padding: 20px;
  background-color: #fafafa;
}

.box_bg_gry p {
  margin-bottom: .5em;
}

.doc_list_wrap {
  width: 900px;
  margin: 50px auto;
}

.doc_list {
  width: 100%;
}

.doc_list li {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 30px;
  border-top: 1px solid #e3e3e3;
}

.doc_list li:last-child {
  border-bottom: 1px solid #e3e3e3;
}

.doc_list li .doc_ttl {
  width: 50%;
}

.doc_list li .doc_btn a {
  display: block;
  width: 220px;
  padding: 10px 0 10px 1.5em;
  text-align: center;
  font-weight: bold;
  color: #48525c;
  text-decoration: none;
  border: 1px solid #0279b0;
  background: url(../img/clause/ico_pdf.svg) no-repeat 56px center;
  background-size: 20px auto;
}

/*----------------------------------------------------
PERSON PAGE
----------------------------------------------------*/
.l_r_clm {
  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;
}

.anch_namelist {
  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;
  width: 100%;
  margin: 30px 0 50px;
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
}

.anch_namelist li {
  width: 10%;
  text-align: center;
}

.anch_namelist li a {
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  color: #000;
  border-right: 1px solid #e3e3e3;
  border-bottom: 4px solid #fff;
  -webkit-transition: .2s all ease-in;
  transition: .2s all ease-in;
}

.anch_namelist li a:hover {
  border-bottom: 4px solid #0279b0;
}

.anch_namelist li:last-child a {
  border-right: none;
}

.person_list_ttl {
  width: 100%;
  padding: 10px 30px;
  background: #f0f0f0;
}

.table_clm2 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.table_clm2 li {
  width: 50%;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.table_clm2 li:nth-child(odd) {
  border-left: 1px solid #f0f0f0;
}

.table_clm2 li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #0279b0;
}

.indent_1em {
  text-indent: -1em;
  padding-left: 1em;
}

/*----------------------------------------------------
CASE PAGE
----------------------------------------------------*/
.case_content_wrap {
  width: 960px;
  margin: 30px auto;
}

.case_box {
  position: relative;
  margin-bottom: 60px;
  background-color: #fafafa;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.case_box a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #000000;
}

.case_box:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-right: 17px solid #f57818;
  border-bottom: 17px solid #f57818;
  border-left: 17px solid transparent;
  z-index: 10;
}

.case_box .case_box_img {
  width: 451px;
  overflow: hidden;
}

.case_box .case_box_img img {
  width: 100%;
  height: auto;
}

.case_box .case_box_body {
  width: 509px;
}

.case_box .case_box_body_top {
  position: relative;
  padding: 15px 30px;
}

.case_box .case_box_body_top:after {
  content: "";
  width: 426px;
  height: 1px;
  background-color: #464a4d;
  position: absolute;
  bottom: 0;
  left: 0px;
}

.case_box .case_box_cnp {
  color: #48525c;
  font-size: 2.0rem;
  font-weight: bold;
}

.case_box .case_box_body_bottom {
  padding: 15px 30px;
}

.case_box .case_box_ttl {
  margin-bottom: 10px;
  font-size: 2.3rem;
  color: #0279b0;
  line-height: 1.5;
}

/*----------------------------------------------------
SITEMAP PAGE
----------------------------------------------------*/
/*----------------------------------------------------
FORM AREA
----------------------------------------------------*/
.form_area_wrap {
  width: 100%;
}

.step_area {
  margin: 50px 0 0;
  text-align: center;
}

.form_area {
  width: 900px;
  margin: 0 auto;
}

.form_area .txt_thank {
  margin-top: 50px;
  font-size: 1.8rem;
  text-align: center;
}

.form_list {
  width: 100%;
  display: table;
  margin-bottom: 30px;
}

.form_list dt, .form_list dd {
  display: table-cell;
}

.form_list dt {
  position: relative;
  width: 250px;
  color: #48525c;
  font-weight: bold;
}

.form_list dt .req {
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
  padding: 1px 10px 0;
  color: #ba2500;
  font-weight: bold;
  border: 1px solid #ba2500;
}

.form_list dd {
  width: 600px;
  padding-left: 55px;
}

.form_list dd > .add_list {
  margin-bottom: 20px;
  display: block;
}

.form_list dd > .add_list > dt, .form_list dd > .add_list dd {
  display: block;
}

.form_list dd > .add_list > dt {
  float: left;
  width: 150px;
  margin-top: 7px;
}

.form_list dd > .add_list > dd {
  float: right;
  width: 430px;
  padding-left: 0;
}

.form_list .ipt_txt, .form_list .textArea, select {
  width: 100%;
  border: 1px solid #e3e3e3;
}

.form_list .ipt_zip {
  width: 30%;
  border: 1px solid #e3e3e3;
}

.form_list .indent li {
  text-indent: -1.8em;
  margin-left: 1.8em;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

input, select, textarea {
  font-size: 100%;
}

input,select {
  padding: 10px 3px;
}

.fmBtn_area {
  margin: 50px 0;
  text-align: center;
}

.fmBtn_area .btn_form1 {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 280px;
  height: 100%;
  margin: 0 20px;
  padding: 20px 0px;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: none;
}

.fmBtn_area .btn_form1:after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  border-top: 2px solid #fff;
  background-color: #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn_gry {
  background-color: #e3e3e3;
}

.btn_ore {
  background-color: #f57818;
}

/*----------------------------------------------------
ANIMATION
----------------------------------------------------*/
.scroll {
  opacity: 0;
}

.scroll.shw {
  -webkit-animation: fadein 0.8s ease 0s 1 normal both;
  animation: fadein 0.8s ease 0s 1 normal both;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*----------------------------------------------------
FOOTER
----------------------------------------------------*/
.footer {
  width: 100%;
}

.footer_t {
  width: 100%;
  min-width: 1074px;
  padding: 30px 0 20px;
  color: #fff;
  background: url(../img/common/bg_foot.webp) repeat center 0;
}

.footer_t_inner {
  width: 915px;
  margin: 0 auto;
  padding: 0 0 27px 35px;
  background: url(../img/common/bg_foot_info_line.webp) no-repeat 0 15px;
}

.footer_t_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.footer_info {
  margin: 30px 0 0;
}

.footer_info_list {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_info_list .date {
  padding-left: 15px;
  border-left: 1px solid #6f7373;
  font-size: 1.2rem;
  line-height: 1.25;
}

.footer_info_list .footer_info_btn {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 25px 30px;
  color: #000;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  background-color: #f57818;
}

.footer_info_list .footer_info_btn:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #3d4242;
  -webkit-transform: skewY(-45deg);
  -ms-transform: skewY(-45deg);
  transform: skewY(-45deg);
  z-index: 10;
}

.footer_m {
  width: 100%;
  padding: 20px 0;
}

.footer_m_inner {
  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;
  width: 1200px;
  margin: 0 auto;
}

.footer_m_inner .footer_m_logo {
  margin-top: 10px;
}

.footer_m_menu {
  padding-left: 15px;
  border-left: 1px solid #e3e3e3;
}

.footer_m_menu li {
  margin-bottom: 5px;
}

.footer_m_menu li:last-child {
  margin-bottom: 0px;
}

.footer_m_menu a {
  color: #48525c;
  font-weight: bold;
  text-decoration: none;
}

.footer_b {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #e3e3e3;
}

.footer_b.bg_lt_gry {
  background-color: #fafafa;
}

.footer_b_inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  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;
}

.footer_b_menu li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 20px;
  line-height: 1.25;
  border-right: 1px solid #e3e3e3;
}

.footer_b_menu li:last-child {
  border-right: none;
}

.footer_b_menu a {
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
}

.mark_area {
	margin-left: auto;
  /* position: absolute;
  top: -8px;
  right: 260px; */
}

.copyright_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.copyright_area p {
	display: flex;
	align-items: center;
	margin-left: 10px;
  /* margin-top: 6px; */
}

.copyright_area .copyright {
  margin: 3px 0 0 10px;
  padding-left: 6px;
  font-size: 1.0rem;
  border-left: 1px solid #e3e3e3;
}

/*----------------------------------------------------
COMMON
----------------------------------------------------*/
.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt70 {
  margin-top: 70px;
}

.mt100 {
  margin-top: 100px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb200 {
  margin-bottom: 200px;
}

.mr08 {
  margin-right: 8px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr70 {
  margin-right: 70px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml50 {
  margin-left: 50px;
}

.ml70 {
  margin-left: 70px;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.alC {
  text-align: center;
}

.alL {
  text-align: left;
}

.alR {
  text-align: right;
}

.pb80 {
  padding-bottom: 80px;
}

.fs10 {
  font-size: 1.0rem;
}

.fs11 {
  font-size: 1.1rem;
}

.fs12 {
  font-size: 1.2rem;
}

.fs13 {
  font-size: 1.3rem;
}

.fs14 {
  font-size: 1.4rem;
}

.fs15 {
  font-size: 1.5rem;
}

.fs16 {
  font-size: 1.6rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs20 {
  font-size: 2.0rem;
}

.fs22 {
  font-size: 2.2rem;
}

.fs24 {
  font-size: 2.4rem;
}

.fs26 {
  font-size: 2.6rem;
}

.fs28 {
  font-size: 2.8rem;
}

.fs30 {
  font-size: 3.0rem;
}

.fs40 {
  font-size: 4.0rem;
}

.sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.keyC {
  color: #47bc00;
}

/*----------------------------------------------------
CLEAR FIX
----------------------------------------------------*/
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  body {
    line-height: 1.7;
    font-size: 2.0rem;
  }
  .contents_area h2 {
    font-size: 2.2rem !important;
  }
  .contents_area h3 {
    font-size: 2.2rem !important;
  }
  .contents_area p,
  .contents_area a {
    font-size: 1.8rem !important;
  }
  .sp_wrap {
    padding: 0 20px;
  }
  .header {
    position: static;
    width: 100%;
  }
  .header_top {
    min-width: inherit;
    margin: 0;
    padding: 10px 0;
  }
  .header_top.border_b_none {
    border-bottom: none;
  }
  .head_l {
    width: 35%;
    margin-left: 10px;
  }
  .head_l .head_l_txt {
    margin-left: 10px;
    padding-left: 10px;
    font-size: 1.2rem !important;
  }
  .head_l .head_logo {
    width: 55%;
  }
  .head_l .head_logo img {
    width: 100%;
    height: auto;
  }
  .sp_head_r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 65%;
    margin-right: 10px;
  }
  .sp_head_r li {
    width: 37%;
    margin-top: 4px;
  }
  .sp_head_r li img {
    width: 100%;
    height: auto;
  }
  .sp_head_r .head_tel {
    width: 50%;
    display: block;
    margin: 0 15px 0 0;
    padding-right: 15px;
    border-right: 1px solid #e3e3e3;
  }
  .sp_head_r .head_tel.sp_tel_st {
    margin: 0;
    padding-right: 0px;
    border-right: none;
  }
  .sp_globalNavi {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
  }
  .sp_globalNavi .sp_globalNavi_list {
    width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sp_globalNavi .sp_globalNavi_list a {
    display: block;
    padding: 0px 5px;
  }
  .sp_globalNavi .sp_globalNavi_list .hamb {
    cursor: pointer;
  }
  .sp_globalNavi .sp_globalNavi_list .hamb a {
    padding: 0;
  }
  .sp_globalNavi .sp_globalNavi_list img {
    width: 100%;
    height: auto;
  }
  .sp_head {
    width: 100%;
    position: fixed;
    top: -100px;
    z-index: 200;
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in;
    background-color: #fff;
  }
  .sp_head.show {
    top: 0px;
  }
  .modal .modal-wrap {
    width: 90%;
    padding: 0 20px;
  }
  .modal_menu {
    position: relative;
    width: 100%;
    margin: 5% auto 0;
    padding: 70px 20px 0;
    background-color: #fff;
  }
  .modal .modal-overlay .close {
    position: absolute;
    left: 50%;
    top: 20px;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    text-align: center;
  }
  .modal .modal-overlay .close img {
    width: 100%;
    height: auto;
  }
  .modal_navi_list {
    margin-bottom: 20px;
  }
  .modal_navi_list li {
    padding: 20px 15px;
    border-top: 1px solid #e3e3e3;
  }
  .modal_navi_list li:last-child {
    border-bottom: 1px solid #e3e3e3;
  }
  .modal_navi_list a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #545253;
    background: url(../img/common/ico_arw_bl.webp) no-repeat right center;
    background-size: 10px auto;
  }
  .modal_btn_list {
    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;
    padding: 20px 0;
    background-color: #fafafa;
  }
  .modal_btn_list li {
    width: 48%;
  }
  .modal_btn_list li img {
    width: 100%;
    height: auto;
  }
  .sp_pagetop {
    width: 6%;
    margin-right: 10px;
    text-align: right;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .sp_pagetop img {
    width: 100%;
    height: auto;
  }
  .breadcrumb {
    padding: 0 10px;
  }
  .breadcrumb .breadcrumb_list {
    width: 100%;
  }
  .breadcrumb .breadcrumb_list li {
    font-size: 1.6rem;
  }
  .breadcrumb .breadcrumb_list a {
    font-size: 1.6rem;
    margin-right: 20px;
  }
  .breadcrumb .breadcrumb_list a:after {
    margin-right: 20px;
  }
  .breadcrumb .breadcrumb_list a .home {
    margin-top: 4px;
  }
  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .inner_m {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .inner_s {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .pt_short {
    padding-top: 0;
  }
  .pt_long {
    padding-top: 0;
  }
  .hero_area {
    width: 100%;
    padding: 30px 10px;
  }
  .contents_area {
    width: 100%;
  }
  .doc_list_wrap {
    width: 100%;
    margin: 30px auto;
  }
  .doc_list {
    width: 100%;
  }
  .doc_list li {
    padding: 12px 0px;
    border-top: 1px solid #e3e3e3;
  }
  .doc_list li .doc_ttl {
    width: 44%;
  }
  .doc_list li .date {
    width: 19%;
    font-size: 1.6rem;
  }
  .doc_list li .doc_btn {
    width: 33%;
  }
  .doc_list li .doc_btn a {
    width: 100%;
    padding: 10px 0 10px 1em;
    font-size: 1.8rem;
    background: url(../img/clause/ico_pdf.svg) no-repeat 30px center;
    background-size: 20px auto;
  }
  .case_content_wrap {
    width: 100%;
    padding: 0 20px;
  }
  .case_box {
    margin-bottom: 40px;
  }
  .case_box a {
    display: block;
  }
  .case_box .case_box_img {
    width: 100%;
  }
  .case_box .case_box_body {
    width: 100%;
  }
  .case_box .case_box_body_top:after {
    width: 80%;
  }
  .case_box .case_box_ttl {
    margin-bottom: 5px;
    font-size: 2.7rem;
  }
  .case_box .case_box_txt {
    line-height: 1.5;
  }
  .person_area {
    padding: 0 20px;
  }
  .anch_namelist li a {
    font-size: 1.8rem;
  }
  .person_list_ttl {
    width: 100%;
    padding: 10px 30px;
    background: #f0f0f0;
  }
  .table_clm2 {
    display: block;
  }
  .table_clm2 li {
    width: 100%;
  }
  .border_t_ore {
    border-top: 3px solid #f57818;
  }
  .form_area_wrap {
    padding: 0 20px;
  }
  .form_area {
    width: 100%;
  }
  .form_area .txt_thank {
    margin-top: 50px;
    font-size: 1.8rem;
    text-align: center;
  }
  .form_list {
    width: 100%;
    display: block;
    margin: 30px 0;
  }
  .form_list dt, .form_list dd {
    display: block;
  }
  .form_list dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_list dt .req {
    top: 0;
    padding: 0 10px 0;
  }
  .form_list dd {
    width: 100%;
    padding-left: 0;
  }
  .form_list dd > .add_list > dt {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  .form_list dd > .add_list > dd {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .form_list .ipt_zip {
    width: 100%;
  }
  .fmBtn_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fmBtn_area .btn_form1 {
    width: 50%;
  }
  .footer_m {
    background-color: #fafafa;
  }
  .footer_m_inner {
    width: 90%;
  }
  .footer_m_menu {
    width: 50%;
    font-size: 1.6rem;
  }
  .footer_m_menu li {
    margin-bottom: 10px;
  }
  .footer_b {
    width: 100%;
    padding: 0;
    background-color: #fafafa;
  }
  .footer_b_inner {
    width: 100%;
    display: block;
  }
  .footer_b_menu {
    border-bottom: 1px solid #e3e3e3;
    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;
  }
  .footer_b_menu li {
    display: block;
    width: 50%;
    text-align: center;
    margin-right: 0;
    padding-right: 0;
  }
  .footer_b_menu a {
    display: block;
    padding: 20px 0;
    font-size: 1.6rem;
  }
  .copyright_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #e3e3e3;
  }
  .mark_area {
    position: static;
    text-align: center;
    padding: 10px 0;
  }
  .mark_area img {
    margin: 0 10px;
  }
  .copyright_area .copyright {
    margin: 0 0 0 10px;
    font-size: 1.3rem;
  }
  .sp_fs10 {
    font-size: 1.0rem;
  }
  .sp_fs11 {
    font-size: 1.1rem;
  }
  .sp_fs12 {
    font-size: 1.2rem;
  }
  .sp_fs13 {
    font-size: 1.3rem;
  }
  .sp_fs14 {
    font-size: 1.4rem;
  }
  .sp_fs15 {
    font-size: 1.5rem;
  }
  .sp_fs16 {
    font-size: 1.6rem;
  }
  .sp_fs18 {
    font-size: 1.8rem;
  }
}
