@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&amp;subset=japanese");
body {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #464646;
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
  width: 100%;
}
a {
  cursor: pointer;
  transition: all 0.1s ease-in-out 0.1s;
  color: #ea6f00;
  text-decoration: underline;
}
a:hover {
  color: #464646;
  text-decoration: none;
}
img {
  width: 100%;
}
/*-----------------
common
-----------------*/
/*breadcrumb*/
.common_breadcrumb {
  background: #ea6f00;
  padding: 30px 0;
  line-height: 1;
  color: #fff;
  font-size: 14px;
}
.common_breadcrumb__list {
  display: flex;
  align-items: center;
}
.common_breadcrumb__item {
  margin-right: 30px;
  position: relative;
}
.common_breadcrumb__item:not(:last-of-type)::after {
  content: ">";
  position: absolute;
  top: 0;
  right: -20px;
  color: #fff;
}
.common_breadcrumb__link,
.common_breadcrumb__link:hover {
  color: #fff;
}
/*title*/
.common_heading-l {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  padding: 16px 20px 16px 30px;
  border-left: 2px solid #ea6f00;
  margin-bottom: 30px;
}
.common_heading-m {
  font-size: 24px;
  line-height: 1.2;
  padding: 15px 0 15px 30px;
  font-weight: bold;
  border-bottom: 1px solid #898989;
  margin-bottom: 30px;
  position: relative;
}
.common_heading-m::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #ea6f00;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.common_heading-s {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
  margin-left: 30px;
}
.common_fontsize-xs {
  font-size: 75%;
  display: inline-block;
  font-weight: normal;
}
/*inner*/
.common_inner-1000 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.common_inner-1100 {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.common_inner-400 {
  max-width: 400px;
  width: 90%;
  margin: 0 auto;
}
.common_color-orange {
  color: #ea6f00;
}
/*list*/
* + .common_list-round {
  margin-bottom: 10px;
}
.common_list-round {
  margin-left: 20px;
}
.common_list-round__item {
  position: relative;
  padding: 0 0 20px 0;
  font-size: 18px;
  margin-left: 30px;
}
.common_list-round__item::before {
  content: "";
  position: absolute;
  background: #ea6f00;
  width: 12px;
  height: 12px;
  left: -18px;
  top: 11px;
  border-radius: 50%;
}
/*margin-left*/
.common_ml-0 {
  margin-left: 0;
}
/*margin-top*/
.common_mt-10 {
  margin-top: 10px;
}
.common_mt-20 {
  margin-top: 20px;
}
.common_mt-30 {
  margin-top: 30px;
}
.common_mt-40 {
  margin-top: 40px;
}
.common_mt-50 {
  margin-top: 50px;
}
.common_mt-60 {
  margin-top: 60px;
}
.common_mt-70 {
  margin-top: 70px;
}
.common_mt-80 {
  margin-top: 80px;
}
.common_mt-90 {
  margin-top: 90px;
}
.common_mt-100 {
  margin-top: 100px;
}
/*margin-bottom*/
.common_mb-10 {
  margin-bottom: 10px;
}
.common_mb-20 {
  margin-bottom: 20px;
}
.common_mb-30 {
  margin-bottom: 30px;
}
.common_mb-40 {
  margin-bottom: 40px;
}
.common_mb-50 {
  margin-bottom: 50px;
}
.common_mb-60 {
  margin-bottom: 60px;
}
.common_mb-70 {
  margin-bottom: 70px;
}
.common_mb-80 {
  margin-bottom: 80px;
}
.common_mb-90 {
  margin-bottom: 90px;
}
.common_mb-100 {
  margin-bottom: 100px;
}
/*padding top*/
.common_pt-100 {
  padding-top: 100px;
}
.common_pt-90 {
  padding-top: 90px;
}
.common_pt-80 {
  padding-top: 80px;
}
.common_pt-70 {
  padding-top: 70px;
}
.common_pt-60 {
  padding-top: 60px;
}
.common_pt-50 {
  padding-top: 50px;
}
.common_pt-40 {
  padding-top: 40px;
}
.common_pt-30 {
  padding-top: 30px;
}
.common_pt-20 {
  padding-top: 20px;
}
.common_pt-10 {
  padding-top: 10px;
}
/*padding bottom*/
.common_pb-100 {
  padding-bottom: 100px;
}
.common_pb-90 {
  padding-bottom: 90px;
}
.common_pb-80 {
  padding-bottom: 80px;
}
.common_pb-70 {
  padding-bottom: 70px;
}
.common_pb-60 {
  padding-bottom: 60px;
}
.common_pb-50 {
  padding-bottom: 50px;
}
.common_pb-40 {
  padding-bottom: 40px;
}
.common_pb-30 {
  padding-bottom: 30px;
}
.common_pb-20 {
  padding-bottom: 20px;
}
.common_pb-10 {
  padding-bottom: 10px;
}
.common_link-button__link {
  display: block;
  text-align: center;
  background: #ea6f00;
  position: relative;
  max-width: 350px;
  width: 100%;
  padding: 20px 10px;
  color: #fff;
  text-decoration: none;
  margin: 0 auto;
  border: 2px solid transparent;
}
.common_link-button__link:hover {
  color: #ea6f00;
  background: #fff;
  border: 2px solid #ea6f00;
}
.common_link-button__link::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: rotate(45deg) translateY(-50%);
}
.common_link-button__link:hover::after {
  border-top: 2px solid #ea6f00;
  border-right: 2px solid #ea6f00;
}
.common_add-icon-link-other-page {
  position: relative;
}
.common_add-icon-link-other-page::after {
  bottom: 3px;
  content: "";
  display: inline-block;
  background: url(/asset/image/icon_page-link.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  vertical-align: middle;
}
.detail__section > .common_ol-list {
  margin-left: 30px;
}
.common_ol-list {
  counter-reset: number 0;
}
.common_ol-item {
  font-size: 18px;
  text-indent: -2.7em;
  padding-left: 2em;
}
.common_ol-item::before {
  counter-increment: number 1;
  content: "［" counter(number) "］";
}
.common_sp {
  display: none;
}
.common_pc {
  display: block;
}
/*--------------
header
--------------*/
.header {
  background: #fff;
  padding: 20px 0 0;
}
.header__inner {
  width: 95%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto 30px;
}
.header__logo {
  margin-right: 20px;
}
.header__image {
  max-width: 40px;
  width: 100%;
  height: auto;
}
.header__text {
  font-weight: bold;
  color: #434343;
  font-size: 20px;
}
/*-----------------
top
-----------------*/
.top__box {
  margin-bottom: 90px;
}
.top__heading-xl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
}
.top__heading-xl-en {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #ea6f00;
  margin-top: 10px;
}
.top__heading-m {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.top__inbox {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
}
.top__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top__link {
  width: 31%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  display: block;
  border-radius: 6px;
  text-decoration: none;
  padding: 5px 12px 20px;
  margin-bottom: 40px;
  border: 1px solid transparent;
}
.top__link:hover {
  border: 1px solid #d2d2d2;
  box-shadow: none;
  opacity: 0.6;
}
.top__image-box {
  display: flex;
  justify-content: center;
}
.top__text {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #434343;
  line-height: 1.2;
  text-decoration: none;
}
.top__image-rakuraku {
  height: 80px;
  width: auto;
  margin: 0 auto;
}
/*-----------------
detail
-----------------*/
.common-detail_ml-30 {
  margin-left: 30px;
}
.detail__navi-content {
  padding-top: 80px;
}
.detail__main-content {
  padding-bottom: 80px;
}
.detail__inner {
  display: grid;
  grid-template-columns: 3fr 1fr;
  column-gap: 30px;
  align-items: start;
}
.deail__heading-xl {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 60px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.deail__heading-xl-image {
  width: 220px;
}
.rakurakudenshihozon .deail__heading-xl-image {
  width: 270px;
}
.detail__main-aera {
  padding-right: 50px;
  border-right: 1px solid #e2e2e2;
}
.detail__section {
  margin-bottom: 70px;
}
.detail__text {
  font-size: 18px;
  margin-bottom: 30px;
}
.detail__link-pdf,
.detail__table,
.detail__text,
.detail__caution {
  margin-left: 30px;
}
.detail__text-ml-0 {
  margin-left: 0;
}
.detail__table {
  font-weight: bold;
  margin-bottom: 10px;
}
.detail__thead-th {
  background: #ea6f00;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  border: 1px solid #fff;
  text-align: center;
}
.detail__th,
.detail__td {
  border: 1px solid #e2e2e2;
  padding: 10px 20px;
}
.detail__th {
  background: #f6f0ea;
}
/*-----------------
detail-navi
detail-side-navi
-----------------*/
.detail-navi {
  display: grid;
  grid-template-columns: 275px 1fr;
  row-gap: 10px;
  column-gap: 5px;
  margin-bottom: 100px;
  line-height: 1.3;
}
/* .detail-navi__category-title */
.detail-navi__category-title {
  background: #f6f0ea;
  padding: 10px 15px;
  font-weight: bold;
}
.detail-navi__category-title {
  border-top: 2px solid #ea6f00;
}
/* .detail-side-navi */
.detail-side-navi .detail-navi__category-title {
  border-left: 2px solid #f6f0ea;
  border-top: none;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.1s ease-in-out 0.1s;
  position: relative;
  margin-top: 3px;
  padding: 10px 30px 10px 10px;
}
.detail-side-navi .detail-navi__category-title.active,
.detail-side-navi .detail-navi__category-title:hover {
  border-left: 2px solid #ea6f00;
}
.detail-side-navi .detail-navi__category-title::before,
.detail-side-navi .detail-navi__category-title::after {
  content: "";
  width: 12px;
  height: 2px;
  background: #ea6f00;
  position: absolute;
  top: 50%;
  right: 6px;
  transition: all ease-in-out 0.25s;
  transform: translate(-50%, -50%);
}
.detail-side-navi .detail-navi__category-title::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.detail-side-navi .detail-navi__category-title.active::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

/* .detail-navi__list */
.detail-navi__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.detail-navi__item {
  display: flex;
}
/* .detail-side-navi */
.detail-side-navi .detail-navi__list {
  grid-template-columns: 1fr;
}

/* .detail-navi__link */
.detail-navi__link {
  width: 100%;
  color: #464646;
  text-decoration: none;
  display: flex;
  align-items: center;
  border: 1px solid #e2e2e2;
  padding: 10px 30px 10px 10px;
  font-weight: bold;
  position: relative;
  font-size: 14px;
}
.detail-navi__link::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(/asset/image/icon_arrow-under.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.detail-navi__link:hover {
  border: 1px solid #ea6f00;
  color: #ea6f00;
}
/* .detail-side-navi */
.detail-side-navi .detail-navi__link {
  font-size: 13px;
}

/*-----------------
detail-side-navi
-----------------*/
.detail__side-navi-aera {
  position: relative;
  height: 100%;
}
.detail-side-navi {
  padding-top: 20px;
  line-height: 1.3;
  overflow-y: scroll;
  height: calc(100vh - 20px);
}
.detail-side-navi__title {
  background: #ea6f00;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-size: 14px;
}
/*-----------------
pagetop
-----------------*/
.page-top {
  display: block;
  position: fixed;
  bottom: 50px;
  right: 45px;
  margin-bottom: 0;
  font-size: 18px;
  z-index: 99;
}
.page-top__link {
  display: block;
  width: 70px;
  background: #ea6f00;
  text-decoration: none;
  color: #fff !important;
  padding: 25px 15px;
  text-align: center;
  display: block;
  font-size: 12px;
}
/*-----------------
footer
-----------------*/
.footer {
  background: #f6f0ea;
  padding: 50px 0;
}
.footer__flex {
  display: flex;
}
.footer__logo {
  width: 5%;
  margin-right: 20px;
}
.footer__image {
  max-width: 40px;
  width: 100%;
  height: auto;
}
.footer__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__item {
  margin-right: 10px;
}
.footer__link {
  font-size: 12px;
  color: #434343;
  line-height: 1.2;
}
.footer__copy {
  font-size: 12px;
}
@media screen and (max-width: 820px) {
  .common_mt-50,
  .common_mt-60,
  .common_mt-70,
  .common_mt-80,
  .common_mt-90,
  .common_mt-100 {
    margin-top: 30px;
  }
  .common_mb-50,
  .common_mb-60,
  .common_mb-70,
  .common_mb-80,
  .common_mb-90,
  .common_mb-100 {
    margin-bottom: 30px;
  }
  .common_pt-50,
  .common_pt-60,
  .common_pt-70,
  .common_pt-80,
  .common_pt-90,
  .common_pt-100 {
    padding-top: 30px;
  }
  .common_pb-50,
  .common_pb-60,
  .common_pb-70,
  .common_pb-80,
  .common_pb-90,
  .common_pb-100 {
    padding-bottom: 30px;
  }
  .common_heading-l {
    font-size: 20px;
    padding: 8px 8px 8px 20px;
    margin-bottom: 15px;
  }
  .common_heading-m {
    font-size: 18px;
    padding: 10px 5px 10px 20px;
    margin-bottom: 15px;
  }
  .common_heading-s {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  .common_breadcrumb {
    padding: 20px 0;
  }
  .common_breadcrumb__item {
    font-size: 12px;
  }
  .common_sp {
    display: block;
  }
  .common_pc {
    display: none;
  }
  .main {
    padding-top: 50px;
  }
  .header {
    padding: 0 20px;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
  }
  .header__inner {
    width: 100%;
    margin-bottom: 0;
  }
  .header__text {
    font-size: 15px;
  }
  .header__image {
    max-width: 30px;
  }

  .top__box {
    margin-bottom: 20px;
  }
  .top__heading-xl {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3;
  }
  .top__heading-xl-en {
    font-size: 16px;
    margin-top: 10px;
  }
  .top__inbox--mb-50 {
    margin-bottom: 25px;
  }
  .top__image-rakuraku {
    height: 50px;
  }
  .top__image-rakus {
    height: 30px;
    margin: 10px auto;
  }
  .top__link {
    width: 48%;
    padding: 3px 4px 8px;
    margin-bottom: 15px;
  }
  .top__link--normal {
    padding: 10px 12px;
  }
  .top__text {
    letter-spacing: 0;
    font-size: 12px;
  }
  .top__text--normal {
    line-height: 1.5;
    font-size: 13px;
  }
  .top__heading-m {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  /*detail*/

  .header-sp-navi-button {
    background: #ea6f00;
    width: 50px;
    height: 50px;
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .header-sp-navi-button__line-01,
  .header-sp-navi-button__line-02,
  .header-sp-navi-button__line-03 {
    width: 24px;
    height: 3px;
    background: #fff;
    display: block;
    position: absolute;
    left: 13px;
    transition: all 0.3s ease 0s;
    transform: rotate(0deg);
  }
  .header-sp-navi-button__line-01 {
    top: 15px;
  }
  .header-sp-navi-button__line-02 {
    top: 24px;
  }
  .header-sp-navi-button__line-03 {
    top: 33px;
  }
  .js_navi-click-trigger.active .header-sp-navi-button__line-01 {
    transform: rotate(-45deg);
    transform-origin: center center;
    top: 23px;
  }
  .js_navi-click-trigger.active .header-sp-navi-button__line-02 {
    background: rgba(255, 255, 255, 0);
    transform: translateX(60px);
  }
  .js_navi-click-trigger.active .header-sp-navi-button__line-03 {
    transform: rotate(45deg);
    transform-origin: center center;
    top: 23px;
  }
  .detail__section {
    margin-bottom: 40px;
  }
  .detail__content {
    padding: 30px 0 40px;
  }
  .deail__heading-xl {
    font-size: 25px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .deail__logo-rakus {
    transform: translate(-10px, 0);
  }
  .detail__link-pdf {
    font-size: 16px;
  }
  .detail__link-pdf::after {
    top: inherit;
    bottom: 7px;
    width: 15px;
    height: 15px;
    right: inherit;
  }
  .common_list-round {
    margin-left: 0;
  }
  .common_list-round__item {
    font-size: 16px;
    margin-left: 20px;
  }
  .common_ol-item {
    font-size: 16px;
  }
  .detail__text {
    font-size: 16px;
  }
  .detail__caution {
    font-size: 12px;
    line-height: 1.3;
  }
  .detail__link-pdf,
  .detail__table,
  .detail__text,
  .detail__caution {
    margin-left: 0;
  }
  /*footer*/
  .footer {
    padding: 20px 0;
  }
  .footer__flex {
    flex-wrap: wrap;
  }
  .footer__logo,
  .footer__right {
    width: 100%;
  }
  .footer__logo {
    margin: 0 auto 20px;
  }
  .footer__list {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .footer__item {
    line-height: 1.4;
  }
  .page-top {
    bottom: 0;
    right: 0;
  }
  .page-top__link {
    width: 50px;
    padding: 15px 5px;
  }
  .top__caution-text {
    font-size: 20px;
  }

  /*-----------------
detail
-----------------*/
  .common-detail_ml-30 {
    margin-left: 0;
  }
  .detail__navi-content {
    padding-top: 20px;
  }
  .detail__main-content {
    padding-bottom: 50px;
  }
  .detail__inner {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .detail__main-aera {
    padding-right: 0;
    border-right: none;
  }
  .detail__table {
    font-size: 14px;
  }
  .detail__thead-th {
    padding: 5px 10px;
  }
  .detail__th,
  .detail__td {
    padding: 5px 10px;
  }
  /*-----------------
detail-navi
detail-side-navi
-----------------*/
  .detail-navi {
    grid-template-columns: 1fr;
    row-gap: 0;
    column-gap: 0;
    margin-bottom: 50px;
  }
  .detail-navi__category-title {
    padding: 5px 10px;
    font-size: 13px;
    border-top: none;
    border-left: 2px solid #ea6f00;
  }
  .detail-navi__list {
    margin-bottom: 5px;
  }
  .detail-navi__link {
    padding: 10px 30px 10px 10px;
  }
  .detail-navi__link {
    font-size: 14px;
  }
  /*-----------------
detail-side-navi
-----------------*/
  .detail__side-navi-aera {
    background: #fff;
    top: 50px;
    left: 0;
    width: 100%;
    position: fixed;
    padding: 20px;
  }
  .detail-side-navi {
    width: 100%;
    height: calc(100vh - 90px);
    padding: 0;
  }
}
@media screen and (max-width: 450px) {
  .top__image-rakus {
    height: 25px;
  }
  .common_fontsize-xs {
    font-size: 85%;
  }
  .deail__logo,
  .deail__logo-rakus {
    transform: inherit;
    margin: 0 auto;
    width: 190px;
  }
  .deail__logo-rakus {
    transform: translate(0, 10px);
  }
  .detail__image {
    max-width: 190px;
  }
  .footer__list {
    flex-direction: column;
    align-items: flex-start;
  }
}
