@charset "UTF-8";
/* webfont */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese');

body, input, textarea, button {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W3', 'ヒラギノ角ゴシック W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-size: 1.6rem;
  min-height: 100vh;
}

* {
  box-sizing: border-box;
}

/* 必須マーク調整*/
.m-inputCustomerInfo.u-2cols-container .o-require {
  height: auto;
}

/*===============================================================
style-header
===============================================================*/
.style-header {
  position: relative;
  background: #fff;
  z-index: 2000;
}

.style-header_top {
  position: relative;
  background: #fff;
}

@media screen and (min-width: 769px) {
  .style-header_top {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
}

.style-header_nav {
  position: relative;
  background: #1C1D70;
}

@media screen and (min-width: 769px) {
  .style-header_nav {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .style-header_nav {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    display: none;
    border-top: 1px solid #fff;
    z-index: 2;
  }
}

.style-h-logo {
  display: block;
}

.style-h-logo img {
  width: auto;
  max-height: 50px;
}

@media screen and (max-width: 768px) {
  .style-h-logo img {
    max-width: 150px;
    margin-left: 10px;
  }
}

/*===============================================================
style-h-util
===============================================================*/
.style-h-util {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  margin: auto;
  padding: 8px 20px 10px;
}

@media screen and (max-width: 768px) {
  .style-h-util {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .style-h-util_logo {
    padding: 7px 0 6px 10px;
  }
}

@media screen and (max-width: 768px) {
  .style-h-util_links {
    display: none;
  }
}

.style-h-util_tgl {
  display: none;
}

@media screen and (max-width: 768px) {
  .style-h-util_tgl {
    display: block;
  }
}

.style-h-username {
  margin: 0 0 8px;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 300;
  color: #707070;
}

/*===============================================================
style-h-links
===============================================================*/
@media screen and (min-width: 769px) {
  .style-h-links-sp {
    display: none;
  }
}

.style-h-links_body {
  display: flex;
  list-style: none;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .style-h-links_body {
    flex-wrap: wrap;
    padding: 5px 10px 15px;
  }
}

.style-h-links_item {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .style-h-links_item {
    width: 50%;
    margin-top: 10px;
    padding: 0 5px;
  }
}

.style-h-links_item a {
  padding: 4px 12px 2px;
  font-size: 16px;
  color: #666;
  text-decoration: none;
  line-height: 1.2;
  display: inline-block;
}

.style-h-links_item a[class^="icon-"] {
  padding-left: 15px;
  border: 2px solid #666;
  border-radius: 20px;
}

.style-h-links_item a[class^="icon-"]::before {
  margin-right: 6px;
  font-family: "FontAwesome";
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  font-size: 1.8rem;
}

@media screen and (min-width: 769px) {
  .style-h-links_item a[class^="icon-"] {
    margin-left: 12px;
  }

  .style-h-links_item a.icon-entry {
    color: #fff !important;
    background: #4A4CEE;
    border-color: #4A4CEE;
  }

  .style-h-links_item a.icon-entry::before {
    color: #fff;
  }
}

.style-h-links_item a.icon-entry::before {
  content: "\f05d";
}

.style-h-links_item a.icon-login::before {
  content: "\f13e";
}

.style-h-links_item a.icon-logout::before {
  content: "\f023";
}

.style-h-links_item a.icon-mypage::before {
  content: "\f2be";
}

.style-h-links_item a.icon-cart::before {
  content: "\f07a";
}

@media screen and (max-width: 768px) {
  .style-h-links_item a {
    display: block;
    min-height: 50px;
    padding: 14px 10px 12px;
    background: #fff;
    color: #666;
    text-align: center;
    border-radius: 30px !important;
  }

  .style-h-links_item:nth-child(n + 3) {
    width: 100%;
  }
}

.style-h-links_item a:link, .style-h-links_item a:visited, .style-h-links_item a:hover {
  color: #666;
  text-decoration: none;
}

.style-h-links_item a:hover {
  opacity: .6;
}

/*===============================================================
style-navTgl
===============================================================*/
.style-navTgl {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

.style-navTgl_line {
  position: absolute;
  width: 24px;
  height: 2px;
  left: 18px;
  background: #333;
  transform: rotate(0);
  transition: all .1s linear;
}

.style-navTgl_line:nth-child(1) {
  top: 14px;
  transform: rotate(0);
}

.style-navTgl_line:nth-child(2) {
  top: 22px;
  transform: rotate(0);
}

.style-navTgl_line:nth-child(3) {
  top: 30px;
  transform: rotate(0);
}

.style-navTgl.is-open .style-navTgl_line:nth-child(1) {
  width: 30px;
  top: 22px;
  left: 15px;
  transform: rotate(-45deg);
}

.style-navTgl.is-open .style-navTgl_line:nth-child(2) {
  width: 0;
}

.style-navTgl.is-open .style-navTgl_line:nth-child(3) {
  width: 30px;
  top: 22px;
  left: 15px;
  transform: rotate(45deg);
}

.style-navTgl_text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 39px;
  font-size: 10px;
  line-height: 1.2;
  color: #333;
  text-align: center;
}

/*===============================================================
style-nav
===============================================================*/
.style-nav {
  max-width: 1300px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .style-nav {
    border-top: 1px solid #fff;
  }
}

.style-nav_body {
  position: relative;
  display: flex;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .style-nav_body {
    flex-direction: column;
  }
}

.style-nav_item {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .style-nav_item {
    width: 100%;
  }

  .style-nav_item+.style-nav_item {
    border-top: 1px solid #fff;
  }
}

.style-nav_link {
  position: relative;
  display: block;
  padding: 10px 21px 10px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .style-nav_link {
    padding: 15px 15px 13px;
  }
}

.style-nav_link:link, .style-nav_link:visited {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .style-nav_item.is-active .style-nav_link {
    background: #fff;
    color: #333;
  }

  .style-nav_item.is-active .style-nav_link:after {
    border-color: #333;
  }
}

@media screen and (min-width: 769px) {
  .style-nav_link:hover {
    background: #fff;
    color: #333;
  }

  .style-nav_link:hover:after {
    border-color: #333;
  }
}

/*===============================================================
style-overlay
===============================================================*/
.style-overlay {
  display: none;
}

@media screen and (max-width: 768px) {
  .style-overlay {
    position: absolute;
    width: 100%;
    min-width: 100vw;
    height: 100%;
    min-height: 100vh;
    background: #fff;
    opacity: .8;
    z-index: 1999;
  }
}

/*===============================================================
footer
===============================================================*/
.footer_wrp {
  background: #0f0f0f;
}

.l-footer-right {
  display: none;
}

.footer_wrp .content_width {
  width: 100%;
  margin: 0;
  padding: 0;
}

.footer_wrp .free_area {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
}

.l-footer-left {
  margin: 15px auto;
  width: 1300px !important;
  max-width: 100%;
  float: none;
  text-align: center;
}

.l-footer-left ul {
  margin: 0 auto;
}

.footer .foote_link {
  display: flex;
  justify-content: center;
}

.foote_link > li a {
  font-weight: 400;
}

.foote_link > li > a:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .footer .foote_link {
    flex-direction: column;
    justify-content: flex-start;
  }

  .footer .l-footer-left,
  .footer ul.foote_link > li {
    width: 100%;
    min-height: auto;
    border: none !important;
  }

  .footer ul.foote_link > li a {
    padding: 10px 18px;
  }
}

@media screen and (max-width: 480px) {
  .footer ul.foote_link > li a {
    font-size: 1.4rem;
  }
}

/*===============================================================
style-footer
===============================================================*/
.style-footer {
  max-width: 1300px;
  margin: auto;
  text-align: center;
  padding: 30px 20px;
}

.style-f-logo img {
  width: 215px;
  height: 43px;
  display: block;
  margin: 0 auto 30px;
}

.style-f-links,
.style-f-contact {
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
}

.style-f-links li,
.style-f-contact li {
  display: block;
}

.style-f-links a {
  padding: 4px 10px;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  display: inline-block;
}

.style-f-links a::before {
  content: "";
  margin-right: 4px;
  width: 6px;
  height: 2px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
}

.style-f-contact li {
  margin: 5px 10px;
}

.style-f-contact li *[class^="icon-"] {
  max-width: 250px;
  padding: 8px 20px 5px;
  color: #666;
  background: #fff;
  border-radius: 20px;
  text-decoration: none;
  line-height: 1.2;
  display: block;
}

.style-f-contact li *[class^="icon-"]::before {
  margin-right: 6px;
  font-family: "FontAwesome";
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  font-size: 1.8rem;
}

.style-f-contact {
  margin-top: 40px;
}

.style-f-contact li .icon-inquiries::before {
  content: "\f003";
}

.style-f-contact li .icon-tel::before {
  color: #e2e700;
  content: "\f098";
}

@media screen and (max-width: 768px) {
  .style-f-links {
    flex-direction: column;
    text-align: left;
  }

  .style-f-links li {
    margin-bottom: 5px;
  }

  .style-f-links li a {
    padding: 5px 0 0 15px;
    position: relative;
  }

  .style-f-links a::before {
    display: block;
    position: absolute;
    left: 0;
    top: 16px;
  }
}

@media screen and (max-width: 480px) {
  .style-f-contact {
    flex-direction: column;
  }

  .style-f-links {
    text-align: left;
  }

  .style-f-contact li {
    margin-bottom: 5px;
  }

  .style-f-contact li * {
    margin: 0 auto;
  }

  .style-f-contact li *[class^="icon-"] {
    padding: 10px 20px;
  }
}

.footer_wrp .copyright {
  background: transparent;
  height: auto;
  padding-bottom: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .footer_wrp .copyright {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .footer_wrp .copyright {
    padding: 10px;
  }
}

/*===============================================================
btn_pagetop
===============================================================*/
#btn_pagetop a {
  background: #666;
}

#btn_pagetop a:hover {
  background: #666;
  opacity: .6 !important;
}

#btn_pagetop a:after {
  border-color: #fff;
}

.section_wrp {
  margin: 0 !important;
}

/*===============================================================
style-section
===============================================================*/
.style-section.is-white {
  background: #fff;
}

.style-section.is-gray {
  background: #f5f5f5;
}

.style-section.is-bgNetwork {
  background: url("/image/style-bgNetwork") center center no-repeat;
  background-size: cover;
}

.style-section_inner {
  max-width: 1080px;
  margin: auto;
  padding: 60px 10px;
}

@media screen and (max-width: 768px) {
  .style-section_inner {
    padding: 40px 10px;
  }
}

.style-section.is-bnrArea .style-section_inner {
  padding: 40px 10px;
}

@media screen and (max-width: 768px) {
  .style-section.is-bnrArea .style-section_inner {
    padding: 10px;
  }
}

.style-section.is-entry .style-section_inner {
  padding: 65px 10px 76px;
}

@media screen and (max-width: 768px) {
  .style-section.is-entry .style-section_inner {
    padding: 36px 10px 50px;
  }
}

.style-bnrArea img {
  max-width: 100%;
  height: auto;
}

/*===============================================================
style-mvSection
===============================================================*/
.style-mvSection_inner {
  max-width: 1366px;
  margin: auto;
}

/*===============================================================
style-mvSlider
===============================================================*/
.style-mvSlider {
  position: relative;
}

.style-mvSlider .bx-wrapper {
  padding: 0;
}

.style-mvSlider_card {
  display: block;
}

.style-mvSlider_card img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

a.style-mvSlider_card {
  transition: opacity .1s;
}

a.style-mvSlider_card:hover {
  opacity: .6;
}

.style-mvSlider_btn {
  position: absolute;
  top: calc(50% - 30px);
}

@media screen and (max-width: 768px) {
  .style-mvSlider_btn {
    top: calc(50% - 16px);
  }
}

.style-mvSlider_btn a {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  background: #000;
  border: none;
  border-radius: 50%;
  outline: none;
  font-size: 0;
  opacity: .4;
  cursor: pointer;
  transition: opacity .1s;
}

@media screen and (max-width: 768px) {
  .style-mvSlider_btn a {
    width: 30px;
    height: 30px;
  }
}

.style-mvSlider_btn a:hover {
  opacity: .6;
}

.style-mvSlider_btn a:after {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: solid #fff;
  border-width: 2px 0 0 2px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .style-mvSlider_btn a:after {
    width: 8px;
    height: 8px;
  }
}

.style-mvSlider_btn.is-prev {
  left: 10px;
}

.style-mvSlider_btn.is-prev a:after {
  left: 8px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .style-mvSlider_btn.is-prev a:after {
    left: 4px;
  }
}

.style-mvSlider_btn.is-next {
  right: 10px;
}

.style-mvSlider_btn.is-next a:after {
  right: 8px;
  transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
  .style-mvSlider_btn.is-next a:after {
    right: 4px;
  }
}

.style-mvSlider_control {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: -24px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .style-mvSlider_control {
    bottom: 0px;
  }
}

/*-------------------------------------------------------------
style-mvPager
-------------------------------------------------------------*/
.style-mvPager {
  position: relative;
}

@media screen and (min-width: 769px) {
  .style-mvPager {
    top: -40px;
  }
}

.style-mvPager .bx-pager {
  display: flex;
}

.style-mvPager .bx-pager-item+.bx-pager-item {
  margin-left: 5px;
}

.style-mvPager .bx-pager-link {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  font-size: 0;
}

.style-mvPager .bx-pager-link:before, .style-mvPager .bx-pager-link:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}

.style-mvPager .bx-pager-link:before {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .style-mvPager .bx-pager-link:before {
    width: 11px;
    height: 11px;
  }
}

.style-mvPager .bx-pager-link:after {
  width: 10px;
  height: 10px;
  background: #d9d9d9;
}

.style-mvPager .bx-pager-link.active:before {
  opacity: 1;
}

.style-mvPager .bx-pager-link.active:after {
  width: 8px;
  height: 8px;
  background-color: #333;
}

/*-------------------------------------------------------------
style-mvTgl
-------------------------------------------------------------*/
.style-mvTgl {
  position: relative;
  margin-left: 10px;
}

@media screen and (min-width: 769px) {
  .style-mvTgl {
    top: -40px;
  }
}

.style-mvTgl .bx-controls-auto .bx-start,
.style-mvTgl .bx-controls-auto .bx-stop {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  background: #333;
  border: none;
  border-radius: 0;
  font-size: 0;
  outline: none;
  appearance: none;
  cursor: pointer;
}

.style-mvTgl .bx-controls-auto .bx-start:before, .style-mvTgl .bx-controls-auto .bx-start:after,
.style-mvTgl .bx-controls-auto .bx-stop:before,
.style-mvTgl .bx-controls-auto .bx-stop:after {
  position: absolute;
  content: "";
  display: block;
  top: 7px;
}

.style-mvTgl .bx-controls-auto .bx-start:before, .style-mvTgl .bx-controls-auto .bx-start:after {
  width: 0;
  height: 0;
  left: 8px;
  background: none;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
}

.style-mvTgl .bx-controls-auto .bx-stop:before, .style-mvTgl .bx-controls-auto .bx-stop:after {
  width: 3px;
  height: 10px;
  background: #fff;
}

.style-mvTgl .bx-controls-auto .bx-stop:before {
  left: 8px;
}

.style-mvTgl .bx-controls-auto .bx-stop:after {
  left: 13px;
}

/*===============================================================
共通スタイル
===============================================================*/
sub {
  vertical-align: baseline;
  font-size: 1.2rem;
}

.style-content img {
  max-width: 100%;
}

section::after {
  content: "";
  display: block;
  clear: both;
}

/* CMSページ以外のパンクズ位置調整 */
.pankuzu {
  max-width: 1280px;
  margin: 0 auto;
}

.pankuzu .content_width {
  padding: 0;
}

[class^="index-section"] p,
[class^="index-section"] dt,
[class^="index-section"] dd {
  color: #333;
  line-height: 2;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 480px) {
  [class^="index-section"] p,
  [class^="index-section"] dt,
  [class^="index-section"] dd {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

[class^="index-section"] h2 {
  line-height: 1.2;
}

.style-content ol {
  padding: 0 0 0 30px;
}

.style-content ol li {
  list-style: decimal outside;
  margin: 0 0 1.5em 0;
  padding: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
  .style-content ol {
    padding: 0 0 0 25px;
  }

  .style-content ol li {
    padding: 0 15px 0 5px;
  }
}

.style-content p.note {
  margin: 10px 0 0 1em;
  line-height: 1.6;
  font-size: 90%;
}

.style-content p.note .mark {
  margin-left: -1em;
}

.style-content strong {
  font-weight: 700;
  color: #666;
}

/* カード */
.card-container {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0 0;
  justify-content: space-between;
}

.card-container .card,
.card-container .gap {
  display: inline-block;
  vertical-align: top;
  width: 350px;
  max-width: 98%;
}

.card-container .card {
  background: #fff;
}

/* flexboxの最終列左寄せ用 */
.card-container:after {
  content: "";
  display: block;
  width: 350px;
  height: 0;
}

/* カード共通スタイル */
.card-container .card {
  padding: 0 0 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
}

.card-container h2::after {
  display: none;
}

.card-container .card-title {
  margin: 20px;
  padding: 0 10px;
  border-left: 4px solid #1C1D70;
  color: #333;
  font-size: 2rem;
  line-height: 1.4;
  text-align: left;
}

.card-container .card-title a {
  color: #333;
  text-decoration: none;
}

.card-container .card-title a:hover,
.card-container .card-title a:active {
  color: #666;
}

.card-container .card a.photo {
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
  border-bottom: 1px solid #efefef;
}

.card-container .card a.photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: box-shadow 0.4s ease;
}

@media screen and (min-width: 1025px) {
  /* 1025px以上のみ */
  .card-container .card a.photo:hover:after {
    box-shadow: #cfb361 0px 0px 0px 4px inset;
  }
}

.card-container .card .details {
  margin: 0 20px;
}

.card-container .card p.details {
  margin-top: 15px;
  line-height: 1.6;
}

.card-container .card dl dt {
  margin: 15px 0 0 0;
  display: inline-block;
  font-weight: 700;
  border-bottom: 2px solid #666;
  color: #666;
  line-height: 1.6;
}

.card-container .card dl dd {
  margin: 6px 0 0 0;
  line-height: 1.6;
}

.card-container .card dl dd a {
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  /* 1025px以上のみ */
  .card-container .card dl dd a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 1300px) {
  .card-container {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media screen and (max-width: 900px) {
  .card-container {
    margin: 30px 0 0;
  }

  .card-container .card-title {
    margin: 20px 15px;
  }

  .card-container .card dl {
    margin: 0 15px;
  }

  .card-container .card .details {
    margin: 0 15px;
  }
}

@media screen and (max-width: 480px) {
  .card-container .btn_detail {
    width: calc(100% - 30px);
  }
}

/* リンクボタン */
[class^="index-section"] .btn_detail {
  min-width: 270px;
}

[class^="index-section"] .btn_detail.btn_next a {
  background: #4A4CEE;
  font-weight: 400;
  line-height: 1.2;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
  font-size: 1.6rem;
  border: none;
}

[class^="index-section"] .btn_detail.btn_next a:hover,
[class^="index-section"] .btn_detail.btn_next a:active,
[class^="index-section"] .btn_detail.btn_next a:focus {
  color: #fff;
  background: #1C1D70;
}

@media screen and (max-width: 480px) {
  [class^="index-section"] .btn_detail.btn_next {
    width: 70%;
  }

  [class^="index-section"] .btn_detail.btn_next a {
    font-size: 1.6rem;
  }
}

/*===============================================================
トップページ
===============================================================*/
[class^="index-section"] {
  padding: 50px 0;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

[class^="index-section"] .btn_detail.btn_next:after {
  border-color: #fff;
}

@media screen and (max-width: 1380px) {
  [class^="index-section"] {
    padding: 50px 40px;
  }
}

@media screen and (max-width: 480px) {
  [class^="index-section"] {
    padding: 30px 20px;
  }
}

[class^="index-section"]:nth-child(even):before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  background: #F3F4F7;
}

@media screen and (min-width: 1301px) {
  /* 1300px以上はウィンドウサイズの端まで背景を出す */
  [class^="index-section"]:nth-child(even):before {
    width: 800%;
    left: -400%;
  }
}

/* 見出し */
[class^="index-section"] h2,
.topics .headline .title {
  position: relative;
  display: block;
  margin: 0 0 20px;
  padding: 0.2em 0 0.2em 1.4em;
  font-size: 3rem;
  font-weight: 400;
  color: #333;
  border: none;
  line-height: 1.2;
}

[class^="index-section"] h2:before,
.topics .headline .title:before {
  position: absolute;
  top: 0.3em;
  left: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: #1C1D70;
  box-shadow: 0 0.6em 0 #FAFF00, 0.6em 0 0 #FAFF00, 0.6em 0.6em 0 #1C1D70;
  content: "";
}

@media screen and (min-width: 1101px) {
  .index-section-introduction .btn_detail {
    margin: 30px 0 0;
  }
}

@media screen and (max-width: 480px) {
  [class^="index-section"] h2,
  .topics .headline .title {
    font-size: 2.4rem;
  }
}

/* メインビジュアル */
.c-hero__body {
  width: 1440px;
  margin: 0 auto;
}
.c-hero__body img {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .c-hero__body {
    width: 100%;
  }
}

/* お知らせ */
.section_wrp .topics {
  max-width: 1300px;
  padding: 0;
  margin: 0 auto 50px;
  position: relative;
}

@media screen and (max-width: 1380px) {
  .section_wrp .topics {
    padding: 0 40px;
  }
}

@media screen and (max-width: 480px) {
  .section_wrp .topics {
    margin: 0 auto 30px;
    padding: 0 20px;
  }
}

.topics .headline {
  text-align: left;
}

.topics .headline .btn_more {
  position: absolute;
  width: 200px;
  height: auto;
  top: auto;
  bottom: 0;
  right: 0;
}

.topics .headline .btn_more a {
  padding: 10px;
  border: none;
  color: #1C1D70;
  background: #fff;
  border: 2px solid #1C1D70;
  text-decoration: none;
  position: relative;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 25px;
}

@media screen and (max-width: 768px) {
  .topics .headline .btn_more {
    width: auto;
    bottom: -5px;
  }

  .topics .headline .btn_more a {
    font-size: 1.4rem;
    padding: 10px 1em;
  }
}

.section_wrp .topics h3 {
  display: none;
}

.topic_list {
  float: none;
  width: 100%;
  border-top: none;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .topic_list {
    margin-top: 21px;
  }
}

.section_wrp .topics .topic_list dl {
  margin: 0;
  border: none;
}

.topics .topic_list dt {
  width: 140px;
  padding: 8px 0;
  border: none;
  line-height: 1.5;
  font-size: 1.6rem;
  color: #666;
  position: relative;
}

.topics .topic_list dt:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #707070;
  position: absolute;
  bottom: 0.2em;
  left: 28px;
}

.topics .topic_list dt .icon {
  background: #cfb361;
  width: 20px;
  height: 20px;
  line-height: 1.2;
}

.topics .topic_list dd {
  padding: 8px 0 8px 150px;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: none;
}

.section_wrp .topics .topic_list dd {
  border: none;
}

.topics .topic_list dd a {
  color: #666;
  text-decoration: none;
}

.topics .topic_list dd a:hover {
  color: #666;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .topics .topic_list dt:not(.important) .icon {
    display: none;
  }

  .topics .topic_list dt:after {
    left: 0;
  }

  .topics .topic_list dt,
  .topics .topic_list dd {
    width: 100%;
  }

  .topics .topic_list dt {
    font-weight: 400;
  }

  .topics .topic_list dd {
    padding: 0 0 8px;
  }
}

/* introduction */
.index-section-introduction {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.index-section-introduction .introduction-text {
  width: calc(100% - 560px);
}

.index-section-introduction .introduction-img {
  width: 500px;
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 1100px) {
  .index-section-introduction {
    flex-direction: column;
  }

  .index-section-introduction .introduction-text {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .index-section-introduction {
    flex-direction: column;
  }

  .index-section-introduction .introduction-text {
    width: 100%;
  }

  .index-section-introduction .introduction-img {
    margin: 30px auto 0;
  }
}

/*===============================================================
CMSページ Base
===============================================================*/

/*cms_list*/
.cms_breadCrumb {
  margin: 0 0 10px 0;
}

/*cms_listBreadCrumb*/
.cms_listBreadCrumb {
  letter-spacing: -.34em;
}

.cms_listBreadCrumb_item {
  position: relative;
  display: inline;
  letter-spacing: normal;
  font-size: 14px;
}
@media screen and (max-width: 1299px) {
  .cms_listBreadCrumb {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .cms_listBreadCrumb_item {
    font-size: 12px;
  }
}
.cms_listBreadCrumb_item + .cms_listBreadCrumb_item {
  margin-left: 6px;
}

.cms_listBreadCrumb_item + .cms_listBreadCrumb_item:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: -2px 16px 0 0;
  border: solid #1C1D70;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: middle;
  letter-spacing: -.34em;
}

@media screen and (max-width: 768px) {
  .cms_listBreadCrumb_item + .cms_listBreadCrumb_item:before {
    width: 4px;
    height: 4px;
    margin-right: 14px;
    border-width: 0 1px 1px 0;
  }
}

.cms_listBreadCrumb_item_link {
  color: #008f99;
  text-decoration: none;
}

.cms_listBreadCrumb_item_link:link, .cms_listBreadCrumb_item_link:visited {
  color: #008f99;
  text-decoration: none;
}

.cms_listBreadCrumb_item_link:hover {
  color: #008f99;
  text-decoration: underline;
}

.cms_breadCrumb_item_link:hover {
  color: #008f99;
  text-decoration: underline;
}

/*cms_mainArea*/
.tpl_mainArea {
  box-sizing: border-box;
}
.cms_mainArea_inner {
  max-width: 1300px;
  margin: auto;
  padding: 17px 0 80px;
}
.content-txtCenter {
  width: 700px;
  margin: 50px auto;
}
.content-txtCenter img {
  width: 100%;
}
.content-txtCenter h2 {
  text-align: center;
}
.cms-tpl-content h1, .cms-tpl-content h2, .cms-tpl-content h3, .cms-tpl-content h4,
.cms-tpl-content p, .cms-tpl-content li, .cms-tpl-content dt, .cms-tpl-content dd,
p {
  color: #333;
  line-height: 2;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.cms-tpl-content li {
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  .cms-tpl-content h1, .cms-tpl-content h2, .cms-tpl-content h3, .cms-tpl-content h4,
  .cms-tpl-content p, .cms-tpl-content li {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.cms-tpl-content h1, .cms-tpl-content h2, .cms-tpl-content h3, .cms-tpl-content h4, h2 {
  line-height: 1.2;
}
.cms-tpl-content h1 {
  margin: 0 0 20px 0;
  width: 100%;
  height: 0;
  padding-top: 15.2%;
  background: transparent url("/image/cms-header-pc") right center no-repeat;
  position: relative;
  color: #333;
}
.cms-tpl-content h1 span {
  position: absolute;
  left: 0;
  top: 30%;
  font-weight: 700;
}
@media (min-width: 769px) {
.cms-tpl-content h1 span {
  font-size: 3rem;
}
.cms-tpl-content h1 span small {
  font-size: 1.8rem;
}
}
@media screen and (max-width: 768px) {
.cms-tpl-content h1 span{
  top: 20%;
  font-size: 2.6rem;
}
.cms-tpl-content h1 span small {
  font-size: 1.4rem;
  padding-top: 5px;
}
.cms-tpl-content h1 span small:before {
  margin-bottom: 5px;
}
.cms-tpl-content h1.title {
  background: transparent url("/image/cms-header-sp") right center no-repeat;
  background-size: cover;
}
}
@media screen and (max-width: 480px) {
  .cms-tpl-content h1.title {
    margin-top: 0;
    padding-top: 32%;
    color: #1C1D70;
  }
  .cms-tpl-content h1 span{
    left: 10px;
  }
}
.cms-tpl-content h1 span small {
  padding-top: 10px;
  display: block;
  position: relative;
  font-family: Raleway,'Noto Sans JP','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','HiraKakuProN-W3','ヒラギノ角ゴシック W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
}
p,dt,dd {
  color: #333;
  line-height: 2;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 480px) {
    p,dt,dd  {
      font-size: 1.5rem;
      letter-spacing: 0;
  }
}
.cms-tpl-content h1 span small:before {
  content: "";
  display: block;
  width: 3em;
  height: 2px;
  margin-bottom: 10px;
  background: #1C1D70;
}
.content-txtCenter h2 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.content-txtCenter p {
  margin-bottom: 30px;
}
.cms-tpl-content .content-txt-Block h2,.cms-tpl-content .content-img-txt-Block h2,.cms-tpl-content .content-txt-img-Block h2 {
  position: relative;
  display: block;
  margin: 0 0 20px;
  padding: 0.2em 0 0.2em 1.4em;
  font-size: 3rem;
  font-weight: 400;
  color: #333;
  border: none;
  line-height: 1.2;
  letter-spacing: 2px;
}
.cms-tpl-content .content-txt-Block h2:before,.cms-tpl-content .content-img-txt-Block h2:before,.cms-tpl-content .content-txt-img-Block h2:before  {
  position: absolute;
  top: 0.3em;
  left: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: #1C1D70;
  box-shadow: 0 0.6em 0 rgba(207, 179, 97,1), 0.6em 0 0 rgba(207, 179, 97,1), 0.6em 0.6em 0 #1C1D70;
  content: "";
}
.tpl_mainArea article {
  margin-bottom: 50px;
  padding: 20px;
}
.content-img-txt-Block .content .imgArea {
  float: left;
  width: 30%;
  margin-right: 20px;
}
.content-txt-img-Block .content .imgArea {
  float: right;
  width: 30%;
  margin-left: 20px;
}
.content-img-txt-Block .content .imgArea img,.content-txt-img-Block .content .imgArea img {
  width: 100%;
  margin-bottom: 10px;
}
.content-img-txt-Block .content .imgArea .caption,.content-txt-img-Block .content .imgArea .caption {
  display: block;
  text-align: center;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
@madia screen and (max-width: 1299px) {
  .tpl_mainArea article section {
    max-width: inherit;
    width: 100%;
    margin: auto;
    padding: 17px 20px 80px;
  }
}
@media screen and (max-width: 768px) {
  .content-img-txt-Block .content .imgArea {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .content-txt-img-Block .content .imgArea {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .content-txtCenter {
    width: 100%;
  }
  .content-txtCenter img {
    width: 100%;
  }
}
