/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/
/* Add your custom css below
-------------------------------------------------------------- */
/*
---------------------------------*/
html {
  font-size: 62.5%;
}

body {
  min-width: 300px;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-feature-settings: "normal";
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  body .container {
    width: 620px;
  }
}

@media only screen and (min-width: 992px) {
  body {
    font-size: 1.6rem;
  }
  body .container {
    padding-left: 0;
    padding-right: 0;
    width: 960px;
  }
}

@media only screen and (min-width: 1201px) {
  body {
    font-size: 1.8rem;
  }
  body .container {
    width: 1240px;
  }
}

a {
  color: #777777;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

a:hover, a:focus {
  color: #777777;
  text-decoration: none;
  opacity: .6;
}

button {
  outline: none !important;
}

button:focus {
  outline: none !important;
}

picture {
  display: block;
}

.font-serif {
  font-family: 'Noto Serif JP', serif;
}

/* header
---------------------------------*/
.site-header {
  line-height: 61px;
}

@media only screen and (min-width: 1141px) {
  .site-header {
    line-height: 42px;
  }
  .site-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 1240px;
  }
}

@media only screen and (min-width: 1201px) {
  .site-header .container {
    padding-right: 0;
    padding-left: 0;
  }
}

.site-branding .site-logo-div {
  line-height: 61px;
}

@media only screen and (min-width: 1141px) {
  .site-branding {
    width: 20%;
    max-width: 300px;
  }
  .site-branding .site-logo-div {
    line-height: 100px;
  }
}

@media only screen and (min-width: 1201px) {
  .site-branding {
    width: 22%;
  }
}

/* nav
---------------------------------*/
#nav-toggle {
  width: 33px;
  position: absolute;
  top: 0;
  right: 15px;
}

#nav-toggle span {
  right: 0;
  height: 2px;
  width: 33px;
  background: #fbbc36;
}

#nav-toggle span:before {
  top: -9px;
  height: 2px;
  width: 33px;
  background: #fbbc36;
}

#nav-toggle span:after {
  top: 9px;
  height: 2px;
  width: 33px;
  background: #fbbc36;
}

#nav-toggle.nav-is-visible span:before {
  background: #fbbc36;
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
          transform: translateX(4px) translateY(-3px) rotate(45deg);
}

#nav-toggle.nav-is-visible span:after {
  background: #fbbc36;
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
          transform: translateX(4px) translateY(2px) rotate(-45deg);
}

.onepress-menu.onepress-menu-mobile {
  position: fixed;
}

@media only screen and (min-width: 1141px) {
  .onepress-menu li {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
  .onepress-menu li a {
    padding-left: .1rem;
    padding-right: .1rem;
    font-size: 1.5rem;
  }
  .onepress-menu li.current_page_item a, .onepress-menu li:hover a, .onepress-menu li:focus a {
    color: #fbbc36;
    opacity: 1;
    position: relative;
  }
  .onepress-menu li.current_page_item a::after, .onepress-menu li:hover a::after, .onepress-menu li:focus a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 0.3rem solid #fbbc36;
    height: 0.3rem;
    width: 100%;
  }
  .post-type-archive-faq .onepress-menu li.menu-item-112 a {
    color: #fbbc36;
    opacity: 1;
    position: relative;
  }
  .post-type-archive-faq .onepress-menu li.menu-item-112 a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 0.3rem solid #fbbc36;
    height: 0.3rem;
    width: 100%;
  }
  .category-news .onepress-menu li.menu-item-1964 a, .news .onepress-menu li.menu-item-1964 a {
    color: #fbbc36;
    opacity: 1;
    position: relative;
  }
  .category-news .onepress-menu li.menu-item-1964 a::after, .news .onepress-menu li.menu-item-1964 a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 0.3rem solid #fbbc36;
    height: 0.3rem;
    width: 100%;
  }
  .category-cases .onepress-menu li.menu-item-42 a, .cases .onepress-menu li.menu-item-42 a {
    color: #fbbc36;
    opacity: 1;
    position: relative;
  }
  .category-cases .onepress-menu li.menu-item-42 a::after, .cases .onepress-menu li.menu-item-42 a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 0.3rem solid #fbbc36;
    height: 0.3rem;
    width: 100%;
  }
}

@media only screen and (min-width: 1201px) {
  .onepress-menu {
    margin-top: 0.5rem;
  }
  .onepress-menu li a {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 1140px) {
  .site-branding {
    width: calc(100% + 30px);
    max-width: inherit;
    margin-left: -15px;
    background-color: #fff;
    position: relative;
    z-index: 1000;
  }
  .site-branding .site-brand-inner {
    max-width: 160px;
    margin-left: 15px;
  }
  #nav-toggle {
    z-index: 1000;
  }
  .onepress-menu {
    width: 100% !important;
    position: absolute;
    top: -100vh;
    right: 0;
    left: 0;
    height: 100vh !important;
    width: 100%;
    z-index: 800;
    overflow: auto !important;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
  }
  .onepress-menu li {
    width: 100% !important;
    max-width: 510px;
    margin: auto;
    float: none;
    line-height: 20px;
    background: #ffffff;
    border-bottom: 1px solid #e9e9e9;
    border-top: none !important;
  }
  .onepress-menu li a {
    padding: 12px 20px;
    color: #777777;
    position: relative;
  }
  .onepress-menu li a:after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    position: absolute;
    right: 2rem;
    top: 50%;
    margin: auto;
    border-top: 2px solid #fbbc36;
    border-right: 2px solid #fbbc36;
  }
  .onepress-menu.onepress-menu-mobile {
    top: 61px !important;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
  }
}

/* footer
---------------------------------*/
.site-footer {
  padding-top: 3.4rem;
  padding-bottom: 6.8rem;
  background-color: #fff;
  border-top: 0.15rem solid #fbbc36;
}

@media only screen and (min-width: 992px) {
  .site-footer {
    padding-top: 4rem;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1201px) {
  .site-footer {
    padding-top: 5.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .footer-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
  }
  .footer-btn a {
    display: block;
    padding-top: 1rem;
    padding-bottom: .3rem;
    background-color: #fff;
    text-align: center;
  }
  .footer-btn a img {
    max-width: 250px;
    margin: auto;
  }
}

@media only screen and (min-width: 992px) {
  .footer-btn {
    display: none;
    position: fixed;
    right: 1rem;
    bottom: .6rem;
    margin: 0;
    z-index: 5;
  }
  .footer-btn a {
    display: inline-block;
    padding: 0;
  }
  .footer-btn a img {
    max-width: 340px;
  }
}

.footer-nav {
  padding-bottom: 3.5rem;
}

.footer-nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style: none;
  font-size: 1.2rem;
}

.footer-nav_list li {
  width: 50%;
  margin: 0 0 .7rem;
  padding-left: 4%;
}

.footer-nav_list li a {
  display: block;
  padding-left: 1.4rem;
  color: #333;
  position: relative;
}

.footer-nav_list li a::before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  left: 0;
  top: 50%;
  margin: auto;
  border-top: 1px solid #fbbc36;
  border-right: 1px solid #fbbc36;
}

@media only screen and (min-width: 992px) {
  .footer-nav {
    padding-bottom: 5rem;
  }
  .footer-nav_list {
    margin-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.5rem;
  }
  .footer-nav_list li {
    width: inherit;
    margin: 0;
    padding: 0 1.5rem;
    position: relative;
  }
  .footer-nav_list li::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: .1rem;
    height: 1.7rem;
    background-color: #b7b7b7;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer-nav_list li:last-child::after {
    content: none;
  }
  .footer-nav_list li a {
    padding: 0.5rem 0.8rem;
  }
  .footer-nav_list li a::before {
    content: none;
  }
}

@media only screen and (min-width: 1201px) {
  .footer-nav {
    padding-bottom: 6rem;
  }
  .footer-nav_list {
    padding: 0 2rem;
    font-size: 1.8rem;
  }
  .footer-nav_list li a::after {
    content: '';
  }
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1.5rem;
}

@media only screen and (min-width: 992px) {
  .footer-info {
    padding-bottom: 2.5rem;
  }
}

@media only screen and (min-width: 1201px) {
  .footer-info {
    padding-bottom: 3.8rem;
  }
}

.footer-logo {
  max-width: 148px;
}

.footer-logo a {
  display: block;
}

@media only screen and (min-width: 992px) {
  .footer-logo {
    max-width: 200px;
  }
}

@media only screen and (min-width: 1201px) {
  .footer-logo {
    max-width: 288px;
  }
}

.footer-sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  list-style: none;
}

.footer-sns_list li {
  margin: 0 1rem;
}

.footer-sns_list li a {
  color: transparent;
  display: block;
}

.footer-sns_list li.menu-item-108 a {
  width: 26px;
  height: 20px;
  background: url(https://hondana.biz/site/wp-content/uploads/2021/10/icon-tw.png) no-repeat;
  background-size: contain;
}

.footer-sns_list li.menu-item-109 a {
  width: 16px;
  height: 22px;
  background: url(https://hondana.biz/site/wp-content/uploads/2021/10/icon-fb.png) no-repeat;
  background-size: contain;
}

.footer-sns_list li.menu-item-110 a {
  width: 27px;
  height: 26px;
  background: url(https://hondana.biz/site/wp-content/uploads/2021/10/icon-line.png) no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 992px) {
  .footer-sns_list li {
    margin: 0 1.4rem;
  }
  .footer-sns_list li.menu-item-108 a {
    width: 36px;
    height: 28px;
  }
  .footer-sns_list li.menu-item-109 a {
    width: 19px;
    height: 34px;
  }
  .footer-sns_list li.menu-item-110 a {
    width: 37px;
    height: 35px;
  }
}

@media only screen and (min-width: 1201px) {
  .footer-sns_list li {
    margin: 0 1.8rem;
  }
  .footer-sns_list li.menu-item-108 a {
    width: 56px;
    height: 44px;
  }
  .footer-sns_list li.menu-item-109 a {
    width: 27px;
    height: 49px;
  }
  .footer-sns_list li.menu-item-110 a {
    width: 58px;
    height: 56px;
  }
}

.footer-link {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fbbc36;
}

.footer-link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style: none;
  font-size: 1rem;
}

.footer-link_list li {
  width: 50%;
  margin: 0 0 .7rem;
  padding-left: 4%;
}

.footer-link_list li a {
  display: block;
  padding-left: 1.4rem;
  color: rgba(51, 51, 51, 0.9);
  position: relative;
}

.footer-link_list li a::before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  left: 0;
  top: 50%;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media only screen and (min-width: 992px) {
  .footer-link {
    padding-bottom: 3rem;
  }
  .footer-link_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .footer-link_list li {
    width: inherit;
    margin: 0;
    padding: 0 1rem;
    position: relative;
  }
  .footer-link_list li::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: .1rem;
    height: 1.4rem;
    background-color: #000;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer-link_list li:last-child::after {
    content: none;
  }
  .footer-link_list li a {
    padding: 0.4rem 0.6rem;
  }
  .footer-link_list li a::before {
    content: none;
  }
}

@media only screen and (min-width: 1201px) {
  .footer-link_list {
    font-size: 1.6rem;
  }
  .footer-link_list li {
    padding: 0 1.4rem;
  }
  .footer-link_list li a::after {
    content: '';
  }
}

.footer-copy {
  padding: 0.5rem 0px !important;
  background-color: #fff !important;
  color: #000 !important;
  font-size: 1rem !important;
}

.footer-copy small {
  font-size: 100% !important;
}

@media only screen and (min-width: 992px) {
  .footer-copy {
    padding: 3.5rem 0px !important;
    font-size: 1.2rem !important;
  }
}

@media only screen and (min-width: 1201px) {
  .footer-copy {
    font-size: 1.4rem !important;
  }
}

/* home
---------------------------------*/
.home .content-area {
  padding-top: 0 !important;
  background-color: #fff;
}

.home .slick-slide a {
  display: block;
}

.home .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.home .slick-dots {
  bottom: 1.5rem !important;
}

.home .slick-dots li {
  margin: 0 !important;
}

.home .slick-dots li button::before {
  font-size: 12px !important;
  opacity: 1 !important;
  color: #ffeca0 !important;
}

.home .slick-dots li.slick-active button::before {
  opacity: 1 !important;
  color: #fbc800 !important;
}

@media only screen and (min-width: 992px) {
  .home .slick-dots {
    bottom: 3rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .home .content-area .container {
    max-width: 600px;
  }
}

@media only screen and (min-width: 992px) {
  .home .content-area .container {
    max-width: 800px;
  }
}

@media only screen and (min-width: 1201px) {
  .home .content-area .container {
    max-width: 1040px;
  }
}

.top-ttl {
  margin-bottom: 0;
  padding: 4.6rem 0 4.2rem;
  font-size: 2.5rem;
  font-weight: 700;
  background-color: #fbbc36;
  position: relative;
}

.top-ttl .ttl-bg {
  position: absolute;
  max-width: 105px;
  top: 50%;
  left: -28%;
  right: 0;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.top-ttl .ttl-txt {
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 992px) {
  .top-ttl {
    font-size: 3.6rem;
    padding: 5.6rem 0 5.2rem;
  }
}

@media only screen and (min-width: 1201px) {
  .top-ttl {
    font-size: 4.6rem;
    font-weight: 900;
    padding: 6.6rem 0 6.2rem;
  }
  .top-ttl .ttl-bg {
    max-width: 118px;
    left: -33%;
  }
}

.top-ttl02 {
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: 700;
}

.top-ttl02 span {
  font-size: 4rem;
}

@media only screen and (min-width: 992px) {
  .top-ttl02 {
    margin-bottom: 5rem;
    font-size: 4rem;
    font-weight: 900;
  }
  .top-ttl02 span {
    font-size: 5.5rem;
  }
}

@media only screen and (min-width: 1201px) {
  .top-ttl02 {
    margin-bottom: 8rem;
    font-size: 5rem;
  }
  .top-ttl02 span {
    font-size: 7rem;
  }
}

.top-btn {
  display: block;
  width: 100%;
  min-width: 250px;
  max-width: 350px;
  padding: 1.7rem 0.5rem;
  margin: auto;
  background-color: #bf202b;
  color: #fff !important;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 3rem;
  position: relative;
}

.top-btn::after {
  content: '';
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 2rem;
  top: 50%;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.top-btn:hover, .top-btn:focus {
  color: #fff !important;
}

@media only screen and (min-width: 992px) {
  .top-btn {
    max-width: 350px;
    padding: 2.2rem 1rem;
    border-radius: 8rem;
  }
}

@media only screen and (min-width: 1201px) {
  .top-btn {
    max-width: 450px;
    padding: 2.7rem 1rem;
    font-size: 2.2rem;
    border-radius: 10rem;
  }
  .top-btn::after {
    content: none;
  }
}

.purchase-cont {
  background-color: #f2f2f2;
}

.purchase-cont_lead {
  max-width: 320px;
  margin: 0 auto 2rem;
  padding-top: 3.8rem;
  padding-bottom: 3rem;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  color: #c8202c;
  background: url(https://hondana.biz/site/wp-content/uploads/2021/10/purchase-bg.png) no-repeat bottom center;
  background-size: contain;
}

.purchase-cont_row {
  padding-left: 2rem;
  padding-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 2rem;
}

.purchase-cont_ill {
  width: 40%;
}

.purchase-cont_txtarea {
  width: 55%;
}

.purchase-cont_txt {
  font-size: 1.3rem;
}

.purchase-cont_txt .large-txt {
  display: block;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}

.purchase-cont_list {
  margin-bottom: 3rem;
  padding: 0;
  list-style: none;
}

.purchase-cont_item {
  margin-bottom: .8rem;
}

.purchase-cont_box {
  padding: 1.5rem 1.2rem;
  border: .15rem solid #f1bf53;
  border-radius: 1rem;
  background-color: #fff;
}

.purchase-cont_ttl {
  margin-bottom: 0.2rem;
  font-size: 1.9rem;
  font-weight: 700;
}

.purchase-cont_ttl:before {
  content: "\025cf";
  margin-right: .6rem;
  font-size: 80%;
  color: #f1bf53;
}

.purchase-cont_note {
  margin: 0;
  padding-left: .8rem;
  line-height: 1.6;
  font-size: 1.4rem;
  font-weight: 500;
}

.purchase-cont_note ul li {
  margin: 0 0 .1rem;
}

.purchase-cont .top-btn {
  margin-bottom: 5rem;
}

@media only screen and (min-width: 992px) {
  .purchase-cont_row {
    max-width: 800px;
    margin-bottom: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .purchase-cont_ill {
    width: 28%;
    margin-top: 6rem;
  }
  .purchase-cont_txtarea {
    width: 66%;
  }
  .purchase-cont_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4rem;
  }
  .purchase-cont_item {
    width: 49%;
    margin-bottom: 1.8rem;
    margin-top: 0;
    position: relative;
  }
  .purchase-cont .top-btn {
    margin-bottom: 8rem;
  }
}

@media only screen and (min-width: 1201px) {
  .purchase-cont {
    background-color: #f2f2f2;
  }
  .purchase-cont_lead {
    max-width: 510px;
    margin: 0 auto;
    padding-top: 7.5rem;
    padding-bottom: 5rem;
    font-size: 3rem;
  }
  .purchase-cont_row {
    max-width: 927px;
    margin-bottom: 4rem;
  }
  .purchase-cont_ill {
    margin-top: 12rem;
  }
  .purchase-cont_txt {
    font-size: 2.2rem;
  }
  .purchase-cont_txt .large-txt {
    font-size: 6.2rem;
  }
  .purchase-cont_box {
    padding: 2.7rem 2.5rem 3.2rem 2rem;
    border: .2rem solid #f1bf53;
    border-radius: 1.7rem;
    background-color: #fff;
    position: relative;
    height: 100%;
  }
  .purchase-cont_ttl {
    margin-bottom: 0.2rem;
    font-size: 2.6rem;
  }
  .purchase-cont_ttl:before {
    font-size: 80%;
  }
  .purchase-cont_note {
    margin: 0;
    padding-left: .8rem;
    font-size: 1.6rem;
  }
  .purchase-cont_note ul li {
    margin: 0 0 .4rem;
  }
  .purchase-cont .top-btn {
    margin-bottom: 12rem;
  }
}

.check-cont {
  padding-top: 4.5rem;
  padding-bottom: 5rem;
  background-color: #fff;
}

.check-cont_ttl {
  width: 94%;
  margin: 0 auto 3rem;
  padding: 1rem 0 0.7rem;
  background-color: #fbbc36;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  color: #0e0e0e;
}

.check-cont_item {
  margin: 0;
}

.check-cont_point {
  width: 66%;
  margin: 0 auto 3rem;
}

.check-cont_ill {
  width: 81%;
  margin: 0 auto;
}

@media only screen and (min-width: 992px) {
  .check-cont {
    padding-top: 8rem;
    padding-bottom: 7rem;
  }
  .check-cont_ttl {
    max-width: 480px;
    padding: 1.5rem 0 1rem;
  }
}

@media only screen and (min-width: 1201px) {
  .check-cont {
    padding-top: 12rem;
    padding-bottom: 14rem;
    background-color: #fff;
  }
  .check-cont_ttl {
    max-width: 480px;
    padding: 1.9rem 0 1.3rem;
    font-size: 2.4rem;
    font-weight: 700;
  }
  .check-cont_item {
    margin: 0;
  }
  .check-cont_point {
    width: 66%;
    margin-bottom: 5rem;
  }
  .check-cont_ill {
    width: 81%;
    margin: 0 auto;
  }
}

.notpurchase-cont {
  padding-bottom: 4.5rem;
  background-color: #f7f7f7;
}

.notpurchase-cont .top-ttl {
  padding: 5.8rem 0 5rem 3.5rem;
}

.notpurchase-cont_box {
  margin-top: 1.8rem;
  padding: 3.8rem 2.5rem 1rem;
  background-color: #fff;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 0px 0px 1px rgba(10, 10, 10, 0.02);
          box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 0px 0px 1px rgba(10, 10, 10, 0.02);
}

.notpurchase-cont_ttl {
  padding-bottom: 1.6rem;
  margin-bottom: 2.4rem;
  border-bottom: 0.3rem solid #fbbc36;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  font-size: 2.3rem;
}

.notpurchase-cont_list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.notpurchase-cont_item {
  width: 32%;
  margin: 0 0 1rem;
  background-color: #fefdf6;
}

.notpurchase-cont_ill {
  width: 85%;
  margin: 3rem auto 4rem;
}

.notpurchase-cont_note {
  margin-bottom: 2rem;
  padding: 1.3rem 1.8rem;
  background-color: #f9f9f9;
  font-size: 1.3rem;
}

.notpurchase-cont_note a {
  display: inline-block;
  padding-bottom: .2rem;
  color: #237bcd !important;
  border-bottom: 1px solid #237bcd;
}

@media only screen and (min-width: 992px) {
  .notpurchase-cont {
    padding-bottom: 7rem;
  }
  .notpurchase-cont .top-ttl {
    padding: 7rem 0 5rem 4rem;
    margin-bottom: 7rem;
  }
  .notpurchase-cont_box {
    margin-top: 3rem;
    padding: 5.8rem 5.5rem 3rem;
  }
  .notpurchase-cont_ttl {
    font-size: 2.8rem;
  }
  .notpurchase-cont_ill {
    max-width: 330px;
  }
  .notpurchase-cont_note {
    padding: 2rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1201px) {
  .notpurchase-cont {
    padding-bottom: 19.5rem;
  }
  .notpurchase-cont .top-ttl {
    padding: 7rem 0 5.6rem 4rem;
    margin-bottom: 11rem;
  }
  .notpurchase-cont_box {
    margin-top: 5rem;
    padding: 6.8rem 8rem 4rem;
    background-color: #fff;
    border-radius: 1.6rem;
  }
  .notpurchase-cont_ttl {
    padding-bottom: 3.2rem;
    margin-bottom: 4rem;
    font-size: 3.4rem;
  }
  .notpurchase-cont_list {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .notpurchase-cont_item {
    width: 32%;
    margin-bottom: 2rem;
  }
  .notpurchase-cont_ill {
    max-width: 430px;
    margin-bottom: 6.5rem;
  }
  .notpurchase-cont_note {
    margin-bottom: 4rem;
    padding: 3rem;
    font-size: 1.8rem;
  }
}

.step-cont {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #fcf2dd;
}

.step-cont_box {
  margin-bottom: 3.5rem;
  padding: 4.5rem 2.5rem 6rem;
  background-color: #fff;
  border-radius: 1rem;
}

.step-cont_box:nth-of-type(1) .step-cont_ill {
  width: 57%;
  margin: auto;
}

.step-cont_box:nth-of-type(2) .step-cont_ill {
  width: 70.5%;
  margin: 3rem auto 4rem;
}

.step-cont_box:nth-of-type(2) .step-cont_list {
  margin-bottom: 2rem;
}

.step-cont_box:nth-of-type(3) .step-cont_ill {
  width: 69%;
  margin: 1.5rem auto 2.5rem;
}

.step-cont_ttl {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 2.5rem;
}

.step-cont_list {
  margin-bottom: 4.5rem;
  padding: 0;
  list-style: none;
}

.step-cont_item {
  margin-bottom: 3rem;
  position: relative;
}

.step-cont_item::after {
  content: "";
  position: absolute;
  bottom: -2.2rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #e5e5e5 transparent transparent transparent;
}

.step-cont_item:last-child {
  margin-bottom: 0;
}

.step-cont_item:last-child::after {
  content: none;
}

.step-cont_inner {
  padding-bottom: 1.5rem;
  border: 0.1rem solid #fbbc36;
  border-radius: 0 0 .6rem .6rem;
  overflow: hidden;
}

.step-cont_inner p {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 0;
  margin-top: 1.5rem;
  font-weight: 500;
}

.step-cont_inner a {
  display: inline-block;
  padding-bottom: .2rem;
  color: #237bcd !important;
  border-bottom: 1px solid #237bcd;
  font-weight: 500;
}

.step-cont_num {
  display: block;
  padding: 0.5rem 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background-color: #fbbc36;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  border-radius: .6rem .6rem 0 0;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .step-cont {
    padding-top: 7rem;
    padding-bottom: 2rem;
  }
  .step-cont_box {
    margin-bottom: 5rem;
    padding: 7rem 5rem 5rem;
  }
  .step-cont_box:nth-of-type(1) .step-cont_ill {
    width: 21%;
    margin-bottom: 3rem;
  }
  .step-cont_box:nth-of-type(2) .step-cont_ill {
    width: 24.5%;
  }
  .step-cont_box:nth-of-type(2) .step-cont_list {
    margin-bottom: 2rem;
  }
  .step-cont_box:nth-of-type(3) .step-cont_ill {
    width: 21%;
    margin-bottom: 4rem;
  }
  .step-cont_ttl {
    font-size: 3rem;
  }
  .step-cont_item {
    margin-bottom: 5rem;
  }
  .step-cont_item::after {
    bottom: -3.2rem;
  }
  .step-cont_inner {
    padding-left: 12rem;
    border: 0.2rem solid #fbbc36;
    position: relative;
    border-radius: 1rem;
  }
  .step-cont_num {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 10.4rem;
    font-size: 1.2rem;
    line-height: 1.1;
    border-radius: 1rem 0 0 1rem;
  }
  .step-cont_num .num-step {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .step-cont_num .num-txt {
    display: block;
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 1201px) {
  .step-cont {
    padding-top: 17rem;
    padding-bottom: 3rem;
  }
  .step-cont_box {
    padding: 9.5rem 8rem 6rem;
    border-radius: 2rem;
  }
  .step-cont_ttl {
    margin-bottom: 1rem;
    font-size: 4.6rem;
  }
  .step-cont_list {
    margin-bottom: 4.5rem;
    padding: 0;
    list-style: none;
  }
  .step-cont_item {
    margin-bottom: 6.2rem;
  }
  .step-cont_item::after {
    bottom: -4rem;
    border-width: 17px 17px 0 17px;
  }
  .step-cont_item:last-child {
    padding-bottom: 0;
  }
  .step-cont_item:last-child::after {
    content: none;
  }
  .step-cont_inner {
    padding-bottom: 2.4rem;
    border-radius: 1rem;
    padding-left: 12rem;
    position: relative;
  }
  .step-cont_inner p {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 0;
    margin-top: 2.4rem;
  }
  .step-cont_num {
    font-size: 1.4rem;
  }
  .step-cont_num .num-txt {
    font-size: 2.8rem;
  }
}

.step-cont .carryon-note {
  margin-bottom: 3rem;
  font-size: 1.3rem;
}

.step-cont .carryon-note a {
  display: inline-block;
  padding-top: .5rem;
  color: #237bcd !important;
  border-bottom: 1px solid #237bcd;
  font-size: 1.4rem;
}

.step-cont .carryon-box {
  margin-bottom: 3rem;
  padding: 4rem 2.5rem 3rem;
  border-radius: 1rem;
  background-color: #f9f9f9;
}

.step-cont .carryon-box_ttl {
  padding-bottom: 1.4rem;
  margin-bottom: 2.2rem;
  border-bottom: 0.2rem solid #fbbc36;
  font-size: 2rem;
  text-align: center;
}

.step-cont .carryon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 1.1rem;
  margin-bottom: 1.1rem;
  border-bottom: .1rem dotted #b6b6b6;
}

.step-cont .carryon-ttl {
  width: 7rem;
  margin-bottom: 0;
}

.step-cont .carryon-txt {
  width: calc(100% - 7rem);
  margin: 0;
}

.step-cont .carryon-map {
  width: 100%;
  margin-top: 3.5rem;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.step-cont .carryon-map #gmap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 992px) {
  .step-cont .carryon-note {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
  .step-cont .carryon-box {
    padding: 6rem 6rem 4rem;
    text-align: center;
  }
  .step-cont .carryon-box_ttl {
    display: inline-block;
    margin-bottom: 4.8rem;
    font-size: 2.6rem;
    border-bottom: 0.4rem solid #fbbc36;
  }
  .step-cont .carryon-item {
    text-align: left;
  }
  .step-cont .carryon-ttl {
    width: 12rem;
    padding: 0 1rem;
  }
  .step-cont .carryon-txt {
    width: calc(100% - 12rem);
    margin: 0;
  }
}

@media only screen and (min-width: 1201px) {
  .step-cont .carryon-note {
    margin-bottom: 9rem;
    font-size: 1.8rem;
    padding-top: 3.4rem;
  }
  .step-cont .carryon-note.map-note {
    padding-top: 0;
  }
  .step-cont .carryon-box {
    margin-bottom: 3rem;
    padding: 8rem 8rem 4rem;
    border-radius: 1rem;
    background-color: #f9f9f9;
  }
  .step-cont .carryon-box_ttl {
    margin-bottom: 4.8rem;
    font-size: 2.8rem;
  }
  .step-cont .carryon-item {
    padding-bottom: 1.3rem;
    margin-bottom: 1.3rem;
    border-bottom: .2rem dotted #b6b6b6;
  }
  .step-cont .carryon-ttl {
    width: 14rem;
  }
  .step-cont .carryon-txt {
    width: calc(100% - 14rem);
  }
  .step-cont .carryon-map {
    height: 400px;
    margin-top: 5.5rem;
  }
  .step-cont .carryon-map #gmap {
    width: 100%;
    height: 100%;
  }
}

.news-cont {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #f7f7f7;
}

.news-cont_box {
  margin-bottom: 4rem;
  padding: 3rem 2.5rem;
  border: 0.1rem solid #fbbc36;
  border-radius: 1.4rem;
  background-color: #fff;
}

.news-cont_lead {
  padding-bottom: 1.8rem;
  margin-bottom: 2.2rem;
  border-bottom: 0.2rem solid #fbbc36;
  font-weight: 700;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.5;
}

.news-cont_list {
  padding: 0;
  list-style: none;
}

.news-cont_item {
  padding: 1rem 0;
  margin: 0;
  border-bottom: .1rem solid #f1f1f1;
}

.news-cont_date {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fbbc36;
}

.news-cont_txt {
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 500;
}

.news-cont_txt a {
  color: #333 !important;
}

@media only screen and (min-width: 992px) {
  .news-cont {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .news-cont_box {
    padding: 6rem 5rem;
    text-align: center;
    border: 0.3rem solid #fbbc36;
  }
  .news-cont_lead {
    display: inline-block;
    padding-bottom: 1.8rem;
    margin-bottom: 7rem;
    border-bottom: 0.3rem solid #fbbc36;
    font-weight: 700;
    font-size: 2.2rem;
  }
  .news-cont_item {
    padding: 1.8rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
  }
  .news-cont_date {
    width: 13rem;
    padding-left: 1rem;
    font-size: 1.6rem;
  }
  .news-cont_txt {
    width: calc(100% - 13rem);
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1201px) {
  .news-cont {
    padding-top: 20rem;
    padding-bottom: 25rem;
  }
  .news-cont .top-ttl02 {
    margin-bottom: 6rem;
  }
  .news-cont_box {
    margin-bottom: 4rem;
    padding: 11rem 8rem;
    border-radius: 1rem;
    background-color: #fff;
  }
  .news-cont_lead {
    display: inline-block;
    padding-bottom: 1.8rem;
    margin-bottom: 7rem;
    border-bottom: 0.3rem solid #fbbc36;
    font-size: 2.8rem;
  }
  .news-cont_item {
    padding: 2.2rem 0;
    border-bottom: .2rem solid #f1f1f1;
    text-align: left;
  }
  .news-cont_date {
    width: 15rem;
    padding-left: 1.5rem;
    font-size: 1.8rem;
  }
  .news-cont_txt {
    width: calc(100% - 15rem);
    font-size: 1.8rem;
  }
  .news-cont_txt a {
    color: #333 !important;
  }
}

.company-cont {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #fff;
}

.company-cont_list {
  padding: 0;
  list-style: none;
}

.company-cont_item {
  padding: 1.6rem 0;
  margin: 0;
  border-bottom: 0.1rem solid rgba(119, 119, 119, 0.2);
}

.company-cont_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}

.company-cont_ttl {
  width: 9rem;
  margin-bottom: 0;
}

.company-cont_txt {
  width: calc(100% - 9rem);
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .company-cont {
    padding-top: 12rem;
    padding-bottom: 6rem;
  }
  .company-cont_item {
    padding: 2rem 0;
    border-bottom: 0.2rem solid rgba(119, 119, 119, 0.1);
  }
  .company-cont_ttl {
    width: 28%;
    padding-left: 5%;
  }
  .company-cont_txt {
    width: 72%;
  }
}

@media only screen and (min-width: 1201px) {
  .company-cont {
    padding-top: 23rem;
    padding-bottom: 9.5rem;
  }
  .company-cont_item {
    padding: 2.5rem 0;
  }
  .company-cont_ttl {
    width: 30%;
  }
  .company-cont_txt {
    width: 70%;
  }
}

/* second common
---------------------------------*/
.breadcrumbs {
  padding: 1.85rem 0px;
  color: #000;
  font-size: 1rem;
}

.breadcrumbs a {
  color: #777777;
  font-weight: 400;
}

.breadcrumbs a:after {
  border: none;
  content: "/";
  right: -12px;
  top: -2px;
  color: #333;
}

.breadcrumbs a:before {
  content: none;
}

.breadcrumbs span {
  margin-right: 2rem;
}

@media only screen and (min-width: 992px) {
  .breadcrumbs {
    padding: 1.85rem 0 1.6rem;
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 1201px) {
  .breadcrumbs {
    font-size: 1.6rem;
  }
}

.content-area {
  padding-top: 5rem !important;
  padding-bottom: 4rem !important;
  background-color: #f4ede0;
}

@media only screen and (min-width: 768px) {
  .content-area {
    padding-top: 7rem !important;
    padding-bottom: 6rem !important;
  }
}

@media only screen and (min-width: 992px) {
  .content-area {
    padding-top: 9.5rem !important;
    padding-bottom: 8rem !important;
  }
}

@media only screen and (min-width: 1201px) {
  .second .content-area .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.second-container {
  margin: auto;
  padding: 0;
  border-radius: 1.6rem;
  background-color: #fff;
  overflow: hidden;
}

@media only screen and (min-width: 1201px) {
  .second-container {
    border-radius: 2.2rem;
  }
}

.second-area {
  width: 100%;
  padding: 3rem 2.5rem;
}

@media only screen and (min-width: 992px) {
  .second-area {
    padding: 3rem 0;
    max-width: 800px;
    margin: auto;
  }
}

@media only screen and (min-width: 1201px) {
  .second-area {
    padding: 4.5rem 0;
    max-width: 1040px;
  }
}

.second-title {
  margin-bottom: 4rem;
  padding-bottom: 2.2rem;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
}

.second-title .small-txt {
  display: block;
  padding-top: 1.5rem;
  font-size: 76%;
}

.second-title .ttl-block {
  display: inline-block;
}

.second-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 6rem;
  height: .4rem;
  background-color: #fbbc36;
}

.second-title.no-bor {
  margin-bottom: 2rem;
}

.second-title.no-bor::after {
  content: none;
}

@media only screen and (min-width: 992px) {
  .second-title {
    padding-bottom: 2.2rem;
    margin-bottom: 5rem;
    font-size: 3rem;
  }
  .second-title .small-txt {
    padding-top: 2rem;
  }
  .second-title::after {
    width: 6rem;
    height: .4rem;
  }
  .second-title.no-bor {
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 1201px) {
  .second-title {
    padding-bottom: 3.5rem;
    margin-bottom: 7.5rem;
    font-size: 4rem;
  }
  .second-title::after {
    width: 12rem;
    height: .7rem;
  }
  .second-title.no-bor {
    margin-bottom: 3rem;
  }
}

.entry-content {
  font-weight: 500;
}

.entry-content p {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.entry-content ol, .entry-content ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 2rem;
}

.entry-content ol li, .entry-content ul li {
  margin-left: 0;
  margin: 0;
}

.entry-content ol ol, .entry-content ol ul, .entry-content ul ol, .entry-content ul ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.entry-content ol.list-unstyled, .entry-content ul.list-unstyled {
  margin-left: 0;
}

.entry-content ol.list-hasbor > li, .entry-content ul.list-hasbor > li {
  margin: 0;
  padding: 1.4rem 0;
}

.entry-content dl {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.entry-content dl dt {
  width: 100%;
  margin-bottom: 0.1rem;
  font-size: 1.6rem;
}

.entry-content dl dd {
  width: 100%;
  margin: 0;
}

.entry-content dl.entry-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
}

.entry-content dl.entry-hasbor {
  padding: 2rem 0;
  border-bottom: 0.1rem solid #ccc;
}

.entry-content dl.entry-hasbor:nth-of-type(1) {
  border-top: 0.1rem solid #ccc;
}

.entry-content .icon-arr {
  position: relative;
  padding-left: 1.8rem;
}

.entry-content .icon-arr:before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  left: 0;
  top: 50%;
  margin: auto;
  border-top: 1px solid #fac800;
  border-right: 1px solid #fac800;
}

@media only screen and (min-width: 992px) {
  .entry-content p {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .entry-content ol, .entry-content ul {
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: 2rem;
  }
  .entry-content .list-hasbor > li {
    margin: 0;
    padding: 1.8rem 0;
    border-bottom: 0.1rem solid #ccc;
  }
  .entry-content .list-hasbor > li:nth-of-type(1) {
    border-top: 0.1rem solid #ccc;
  }
  .entry-content dl {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .entry-content dl dt {
    width: 22rem;
    font-size: 1.6rem;
  }
  .entry-content dl dd {
    width: calc(100% - 22rem);
    margin: 0;
  }
  .entry-content dl.entry-hasbor {
    padding: 2.2rem 0;
  }
}

@media only screen and (min-width: 1201px) {
  .entry-content dl dt {
    width: 28rem;
    font-size: 1.8rem;
  }
  .entry-content dl dd {
    width: calc(100% - 28rem);
  }
}

.entry-title {
  padding-left: 1.5rem;
  margin-bottom: 0 !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
  position: relative;
}

.entry-title::before {
  content: "";
  position: absolute;
  top: .2rem;
  left: 0;
  width: .5rem;
  height: 1.8rem;
  background-color: #fbbc36;
}

@media only screen and (min-width: 992px) {
  .entry-title {
    font-size: 2rem !important;
  }
  .entry-title::before {
    height: 2.2rem;
  }
}

@media only screen and (min-width: 1201px) {
  .entry-title {
    margin-bottom: 0.3rem !important;
    font-size: 2.4rem !important;
  }
  .entry-title::before {
    width: .7rem;
    height: 2.6rem;
  }
}

.entry-date {
  display: block;
  font-size: 1rem;
  color: #9b844e;
  font-weight: 500;
}

@media only screen and (min-width: 992px) {
  .entry-date {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1201px) {
  .entry-date {
    margin-bottom: .5rem;
    font-size: 1.8rem;
  }
}

.entry-excerpt {
  font-size: 1.1rem;
}

@media only screen and (min-width: 992px) {
  .entry-excerpt {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1201px) {
  .entry-excerpt {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 992px) {
  .page-template-template-fullwidth-stretched .entry-content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media only screen and (min-width: 1201px) {
  .page-template-template-fullwidth-stretched .entry-content {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

/* carity(page-id-10)
---------------------------------*/
.page-id-10 .content-area {
  background-color: #ecf5f7;
  padding-bottom: 0 !important;
}

@media only screen and (min-width: 768px) {
  .page-id-10 .content-area .container {
    max-width: 600px;
  }
}

@media only screen and (min-width: 992px) {
  .page-id-10 .content-area .container {
    max-width: 800px;
  }
}

@media only screen and (min-width: 1201px) {
  .page-id-10 .content-area .container {
    max-width: 1040px;
  }
}

@media only screen and (min-width: 1201px) {
  .charity .second-title {
    margin-bottom: 2rem;
  }
}

.charity .second-title::after {
  background-color: #47a8bd;
}

.charity .top-ttl {
  background-color: #47a8bd;
  color: #fff;
}

.charity .notpurchase-cont .top-ttl {
  padding: 4rem 0 4rem 3.5rem;
  background: #47a8bd;
}

@media only screen and (min-width: 1201px) {
  .charity .notpurchase-cont .top-ttl {
    padding: 6.4rem 0 6.4rem 3.5rem;
  }
}

.charity .purchase-cont_box {
  border-color: #47a8bd;
}

.charity .purchase-cont_ttl::before {
  color: #47a8bd;
}

.charity .notpurchase-cont_ttl {
  border-color: #47a8bd;
}

.charity .check-cont_ttl {
  background-color: #47a8bd;
}

.charity .step-cont {
  background-color: #ecf6f8;
}

@media only screen and (min-width: 1201px) {
  .charity .step-cont {
    padding-bottom: 13rem;
  }
}

.charity .step-cont_inner {
  border-color: #47a8bd;
}

.charity .step-cont_num {
  background-color: #47a8bd;
}

.charity .step-cont .carryon-box {
  background-color: #f9f9f9;
}

.charity .step-cont .carryon-box_ttl {
  border-color: #47a8bd;
}

.charity-ill {
  display: block;
  width: 84%;
  max-width: 500px;
  margin: 0 auto 3.4rem;
}

@media only screen and (min-width: 992px) {
  .charity-ill {
    max-width: 640px;
    margin-bottom: 5rem;
  }
}

@media only screen and (min-width: 1201px) {
  .charity-ill {
    max-width: 770px;
    margin-bottom: 7.5rem;
  }
}

.program-cont {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #43a6bb;
}

.program-cont_box {
  max-width: 380px;
  margin: auto;
  padding: 2.5rem 0;
  border-radius: 1.4rem;
  background-color: #fff;
  text-align: center;
  position: relative;
}

.program-cont_box:after {
  content: "";
  display: block;
  width: 90%;
  max-width: 330px;
  height: calc(100% - 5rem);
  padding: 3rem 1.5rem;
  position: absolute;
  top: 2.5rem;
  left: 0;
  right: 0;
  margin: auto;
  border: 0.2rem solid #47a8bd;
}

.program-cont_bor {
  width: 90%;
  max-width: 330px;
  margin: auto;
  padding: 3rem 1.5rem;
  background-size: contain;
  overflow: hidden;
  position: relative;
}

.program-cont_bor:after, .program-cont_bor:before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: -1.4rem;
  border-radius: 100%;
  border: 0.2rem solid #47a8bd;
  background-color: #fff;
  z-index: 3;
}

.program-cont_bor:after {
  right: -1.4rem;
}

.program-cont_bor:before {
  left: -1.4rem;
}

.program-cont_bor02 {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.program-cont_bor02:after, .program-cont_bor02:before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  bottom: -1.4rem;
  border-radius: 100%;
  border: 0.2rem solid #47a8bd;
  background-color: #fff;
  z-index: 3;
}

.program-cont_bor02:after {
  right: -1.4rem;
}

.program-cont_bor02:before {
  left: -1.4rem;
}

.program-cont_ttl {
  padding-bottom: 2rem;
  margin-bottom: 4rem;
  border-bottom: 0.3rem solid #47a8bd;
  font-size: 2.3rem;
  line-height: 1.4;
  font-weight: 700;
}

.program-cont_ttl img {
  display: block;
  width: 44px;
  margin: 0 auto 1.5rem;
}

.program-cont_txt {
  margin-bottom: 2rem;
  font-weight: 500;
}

@media only screen and (min-width: 992px) {
  .program-cont {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .program-cont_box {
    width: 100%;
    max-width: inherit;
    padding: 4rem 0px;
    text-align: center;
  }
  .program-cont_box:after {
    width: 92%;
    max-width: inherit;
    height: calc(100% - 8rem);
    top: 4rem;
    padding: 4rem 0px;
    border: 0.4rem solid #47a8bd;
  }
  .program-cont_bor {
    width: 92%;
    padding: 6rem 10rem;
    max-width: inherit;
  }
  .program-cont_bor:after, .program-cont_bor:before {
    width: 4.5rem;
    height: 4.5rem;
    top: -1.8rem;
    border: 0.4rem solid #47a8bd;
  }
  .program-cont_bor:after {
    right: -1.8rem;
  }
  .program-cont_bor:before {
    left: -1.8rem;
  }
  .program-cont_bor02:after, .program-cont_bor02:before {
    width: 4.5rem;
    height: 4.5rem;
    bottom: -1.8rem;
    border: 0.4rem solid #47a8bd;
  }
  .program-cont_bor02:after {
    right: -1.8rem;
  }
  .program-cont_bor02:before {
    left: -1.8rem;
  }
  .program-cont_ttl {
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 1201px) {
  .program-cont {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
  .program-cont_bor {
    padding: 7.3rem 10rem 6.1rem;
  }
  .program-cont_ttl {
    margin-bottom: 5.5rem;
    font-size: 2.8rem;
  }
  .program-cont_ttl img {
    width: 60px;
    margin-bottom: 2rem;
  }
  .program-cont_txt {
    margin-bottom: 2.5rem;
    font-size: 2rem;
    line-height: 1.5;
  }
}

.flow-cont {
  padding-top: 6rem;
  padding-bottom: .5rem;
  background-color: #fff;
}

.flow-cont_list {
  list-style: none;
  padding: 0 2.5rem;
}

.flow-cont_item {
  position: relative;
  margin: 0;
  padding-bottom: 3rem;
}

.flow-cont_item::after {
  content: "";
  position: absolute;
  bottom: 1.1rem;
  left: 0;
  right: 0;
  width: 13px;
  height: 13px;
  display: block;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin: auto;
  border-top: 0.3rem solid #47a8bd;
  border-right: 0.3rem solid #47a8bd;
}

.flow-cont_item:last-child::after {
  content: none;
}

.flow-cont_num {
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  width: 60px;
  height: auto;
}

.flow-cont_box {
  margin-bottom: 0;
  padding: 2.3rem;
  border: 0.3rem solid #47a8bd;
  border-radius: 1.2rem;
}

.flow-cont_ttl {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
}

.flow-cont_ill {
  margin: 0;
  text-align: center;
}

.flow-cont_ill .ill01 {
  width: 116px;
}

.flow-cont_ill .ill02 {
  width: 121px;
}

.flow-cont_ill .ill03 {
  width: 130px;
}

.flow-cont_txt {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
}

@media only screen and (min-width: 992px) {
  .flow-cont_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .flow-cont_item {
    width: 31%;
  }
  .flow-cont_item::after {
    content: none;
  }
  .flow-cont_item:last-child .flow-cont_txt {
    margin-top: -2.2rem;
  }
  .flow-cont_num {
    top: -1.5rem;
    left: -2rem;
    width: 73px;
  }
  .flow-cont_box {
    position: relative;
    height: 100%;
    border: 0.4rem solid #47a8bd;
  }
  .flow-cont_ill .ill03 {
    margin-top: -4rem;
  }
  .flow-cont_ttl {
    margin-bottom: 3rem;
    font-size: 2.8rem;
    line-height: 1.2;
  }
  .flow-cont_txt {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1201px) {
  .flow-cont {
    padding-top: 11rem;
    padding-bottom: 5.5rem;
  }
  .flow-cont_item:last-child .flow-cont_txt {
    margin-top: -2.2rem;
  }
  .flow-cont_box {
    padding: 3rem 2.5rem;
  }
  .flow-cont_ill .ill01 {
    width: 160px;
    margin-bottom: 2.1rem;
  }
  .flow-cont_ill .ill02 {
    width: 197px;
  }
  .flow-cont_ill .ill03 {
    width: 214px;
    margin-top: -6rem;
  }
  .flow-cont_ttl {
    margin-bottom: 4.5rem;
    font-size: 3.2rem;
  }
  .flow-cont_txt {
    font-size: 1.8rem;
  }
}

.request-cont {
  padding-top: 7rem;
  padding-bottom: 10.5rem;
}

.request-cont .container {
  max-width: 380px;
}

.request-cont_ttl {
  margin-bottom: .8rem;
  padding-top: 4rem;
  text-align: center;
  color: #2790a7;
  font-size: 2rem;
  font-weight: 700;
  border-top: .2rem solid #2790a7;
}

.request-cont_lead {
  margin-bottom: 4rem;
  padding-bottom: 3rem;
  text-align: center;
  border-bottom: .2rem solid #2790a7;
  font-weight: 500;
}

.request-cont_ill {
  display: block;
  max-width: 103px;
  margin: 0 auto 4rem;
}

.request-cont_txt {
  padding-bottom: 17px;
  text-align: center;
  background-color: #ecf5f7;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #ecf5f7 50%, #ecf5f7 100%), linear-gradient(180deg, #b5d6e1 1px, #ecf5f7 1px);
  background-size: 3px 100%, 100% 2.2em;
  line-height: 2.2em;
  position: relative;
}

.request-cont_txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(80%, #fff3a4));
  background: linear-gradient(rgba(255, 255, 255, 0) 20%, #fff3a4 80%);
  font-weight: 700;
}

.request-cont_txt:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 0.1rem;
  background-color: #ecf5f7;
}

.request-cont .top-btn {
  margin-top: 5rem;
}

@media only screen and (min-width: 992px) {
  .request-cont .container {
    max-width: inherit;
  }
  .request-cont_ttl {
    margin-bottom: .8rem;
    padding-top: 4rem;
    color: #2790a7;
    font-size: 2.8rem;
    border-top: none;
  }
  .request-cont_lead {
    border-bottom: .3rem solid #2790a7;
    font-size: 1.9rem;
  }
  .request-cont .container {
    position: relative;
  }
  .request-cont_ill {
    max-width: 200px;
    position: absolute;
    top: 35%;
    right: 32px;
    margin: 0;
    z-index: 3;
  }
  .request-cont_txt {
    width: 68%;
    font-size: 1.6rem;
    text-align: left;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #ecf5f7 50%, #ecf5f7 100%), linear-gradient(180deg, #b5d6e1 2px, #ecf5f7 2px);
    background-size: 5px 100%, 100% 2.2em;
  }
  .request-cont_txt:before {
    height: 0.2rem;
  }
}

@media only screen and (min-width: 1201px) {
  .request-cont {
    padding-top: 10.5rem;
    padding-bottom: 15.5rem;
  }
  .request-cont_ttl {
    margin-bottom: .3rem;
    padding-top: 4rem;
    font-size: 3.4rem;
  }
  .request-cont_lead {
    padding-bottom: 3.1rem;
    margin-bottom: 6rem;
    font-size: 2.4rem;
  }
  .request-cont_ill {
    top: 31%;
  }
  .request-cont_txt {
    width: 74%;
    font-size: 2rem;
    padding-bottom: 2.4rem;
    margin-bottom: 2.5rem;
    background-size: 5px 100%, 100% 2.1em;
    line-height: 2.1em;
  }
  .request-cont .top-btn {
    margin-top: 11.5rem;
  }
}

.support-cont {
  padding-top: 7rem;
  padding-bottom: 6rem;
  position: relative;
  background-color: #f7f7f7;
}

.support-cont_select {
  width: 100%;
  padding: 0 1.5rem;
  height: 5.5rem;
  margin-bottom: 2.5rem;
  position: relative;
}

.support-cont_select:after {
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  right: 15%;
  top: 46%;
  border-bottom: 0.4rem solid #47a8bd;
  border-right: 0.4rem solid #47a8bd;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.support-cont_select select {
  padding: 0 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 5.5rem;
  overflow: auto;
  vertical-align: top;
  outline: none;
  border: 2px solid #47a8bd;
  line-height: 5.5rem;
  font-size: 1.7rem;
  text-align: center;
  font-weight: 700;
  color: #333;
  margin-bottom: 2.5rem;
  border-radius: .6rem;
  background-color: #fff;
}

.support-cont_box {
  display: none;
  position: relative;
}

.support-cont_cate {
  padding: 2rem 0;
  background-color: #47a8bd;
  color: #fff;
  text-align: center;
  font-size: 2rem;
}

.support-cont #cate-children {
  display: block;
}

.support-cont_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 .5rem;
  list-style: none;
}

.support-cont_item {
  width: 47.4%;
  margin-left: 1.3%;
  margin-right: 1.3%;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 0px 0px 1px rgba(10, 10, 10, 0.02);
          box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 0px 0px 1px rgba(10, 10, 10, 0.02);
  overflow: hidden;
  position: relative;
}

.support-cont_inner {
  position: relative;
  height: 100%;
  background-color: #fff;
}

.support-cont_img {
  padding-top: 66.5%;
}

.support-cont_txt {
  margin: 0;
  padding: 1rem;
}

.support-cont_txt dt {
  margin: 0 0 .3rem;
  padding: 0;
  text-align: center;
  font-size: 1.1rem;
}

.support-cont_txt dd {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

@media only screen and (min-width: 992px) {
  .support-cont {
    padding-top: 10rem;
    padding-bottom: 8rem;
  }
  .support-cont_select {
    max-width: 790px;
    margin: 0 auto 4rem;
    height: 7.5rem;
  }
  .support-cont_select:after {
    width: 1.6rem;
    height: 1.6rem;
    border-bottom: 0.5rem solid #47a8bd;
    border-right: 0.5rem solid #47a8bd;
  }
  .support-cont_select select {
    height: 7.5rem;
    border: 3px solid #47a8bd;
    font-size: 2.4rem;
  }
  .support-cont_cate {
    margin-bottom: 4rem;
    padding: 3.2rem 0;
    font-size: 2.8rem;
  }
  .support-cont_item {
    width: 30.7333333333%;
    margin-bottom: 2.5rem;
  }
  .support-cont_txt {
    padding: 2rem;
  }
  .support-cont_txt dt {
    margin-bottom: .5rem;
    font-size: 1.6rem;
  }
  .support-cont_txt dd {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1201px) {
  .support-cont {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .support-cont .top-ttl02 {
    margin-bottom: 5.5rem;
  }
  .support-cont_select {
    height: 11.6rem;
    margin-bottom: 4rem;
  }
  .support-cont_select:after {
    right: 25%;
    width: 2rem;
    height: 2rem;
    border-bottom: 0.6rem solid #47a8bd;
    border-right: 0.6rem solid #47a8bd;
  }
  .support-cont_select select {
    height: 11.6rem;
    border: 4px solid #47a8bd;
    font-size: 2.8rem;
    border-radius: 1rem;
  }
  .support-cont_cate {
    margin-bottom: 7.6rem;
    padding: 4.3rem 0;
    font-size: 3.4rem;
  }
  .support-cont_item {
    margin-bottom: 3.3rem;
  }
  .support-cont_txt {
    padding: 3rem 3.5rem;
  }
  .support-cont_txt dt {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .support-cont_txt dd {
    font-size: 1.6rem;
  }
}

/* 
contact
selling-application
charity-application
(page-id-14/16/18)
---------------------------------*/
.page-id-14 .entry-content, .page-id-16 .entry-content, .page-id-18 .entry-content {
  max-width: 800px;
  margin: auto;
}

@media only screen and (max-width: 767.98px) {
  .page-id-14 .site-main > .container, .page-id-16 .site-main > .container, .page-id-18 .site-main > .container {
    padding-right: 0;
    padding-left: 0;
  }
  .page-id-14 .second-container, .page-id-16 .second-container, .page-id-18 .second-container {
    border-radius: 0;
  }
  .page-id-14 .second-area, .page-id-16 .second-area, .page-id-18 .second-area {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2rem;
  }
}

.page-id-14 .contact-lead {
  margin-bottom: 2rem;
  text-align: center;
  color: #777777;
}

.page-id-14 .contact-lead a {
  display: inline-block;
  padding-bottom: .2rem;
  color: #237bcd !important;
  border-bottom: 1px solid #237bcd;
}

@media only screen and (min-width: 1201px) {
  .page-id-14 .contact-lead {
    margin-bottom: 5.5rem;
    font-size: 1.9rem;
  }
}

/* archive
---------------------------------*/
.nav-links {
  padding: 1.8rem 0;
  margin-bottom: 30px;
  margin-top: 3.4rem;
  text-align: center;
  border-top: 0.15rem solid #fbbc36;
  border-bottom: 0.15rem solid #fbbc36;
}

.nav-links:after {
  display: block;
  content: "";
  clear: both;
}

.nav-links a {
  background: no-repeat;
  color: #777;
  font-size: 1rem;
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  display: block;
  border-top: 0.15rem solid #fbbc36;
  border-right: 0.15rem solid #fbbc36;
}

.nav-links a:hover {
  color: #333;
  background: none;
}

.nav-links .nav-previous a::after {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.nav-links .nav-next a::after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media only screen and (min-width: 992px) {
  .nav-links {
    margin-top: 7rem;
  }
  .nav-links a {
    padding: 12px 30px;
    font-size: 1.4rem;
  }
  .nav-links a::after {
    width: 12px;
    height: 12px;
    border-top: 0.2rem solid #fbbc36;
    border-right: 0.2rem solid #fbbc36;
  }
}

@media only screen and (min-width: 1201px) {
  .nav-links {
    padding: 4.2rem 0;
    margin-top: 10rem;
    border-top: .3rem solid;
    border-bottom: .3rem solid;
  }
  .nav-links a {
    font-size: 1.8rem;
  }
  .nav-links a::after {
    width: 15px;
    height: 15px;
    border-top: 0.3rem solid #fbbc36;
    border-right: 0.3rem solid #fbbc36;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none;
  padding: 0;
  margin: 0;
  width: 2.8rem;
  height: 2.8rem;
  line-height: 25px;
  text-align: center;
  font-weight: 400;
  color: #959595;
  font-size: 1.1rem;
}

.wp-pagenavi span.current {
  border: .1rem solid #fbbc36;
  border-radius: 100%;
  font-weight: 400;
  color: #fbbc36;
}

.wp-pagenavi .nextpostslink {
  color: transparent;
  position: relative;
}

.wp-pagenavi .nextpostslink::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  border-top: .15rem solid;
  border-right: .15rem solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.wp-pagenavi .previouspostslink {
  color: transparent;
  position: relative;
}

.wp-pagenavi .previouspostslink::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  border-top: .15rem solid;
  border-right: .15rem solid;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

@media only screen and (min-width: 992px) {
  .wp-pagenavi a, .wp-pagenavi span {
    margin: 0 6px;
    width: 4rem;
    height: 4rem;
    line-height: 35px;
    font-size: 1.8rem;
  }
  .wp-pagenavi span.current {
    border: .2rem solid #fbbc36;
  }
  .wp-pagenavi .nextpostslink::after {
    width: 12px;
    height: 12px;
    border-top: 0.2rem solid #fbbc36;
    border-right: 0.2rem solid #fbbc36;
  }
  .wp-pagenavi .previouspostslink::after {
    width: 12px;
    height: 12px;
    border-top: 0.2rem solid #fbbc36;
    border-right: 0.2rem solid #fbbc36;
  }
}

@media only screen and (min-width: 1201px) {
  .wp-pagenavi {
    margin-top: 5rem;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    margin: 0 12px;
    width: 5.4rem;
    height: 5.4rem;
    line-height: 45px;
    font-size: 2.4rem;
  }
  .wp-pagenavi span.current {
    border: .3rem solid #fbbc36;
  }
  .wp-pagenavi .nextpostslink::after {
    width: 14px;
    height: 14px;
    border-top: 0.3rem solid #fbbc36;
    border-right: 0.3rem solid #fbbc36;
  }
  .wp-pagenavi .previouspostslink::after {
    width: 14px;
    height: 14px;
    border-top: 0.3rem solid #fbbc36;
    border-right: 0.3rem solid #fbbc36;
  }
}

@media only screen and (min-width: 992px) {
  .archive .second-area {
    padding: 6rem 6rem;
    margin-top: 8rem;
    margin-bottom: 8rem;
    border: 0.4rem solid #ffe6b1;
    border-radius: 1.4rem;
  }
}

@media only screen and (min-width: 1201px) {
  .archive .second-area {
    padding: 8rem 8rem;
    margin-top: 10rem;
    margin-bottom: 10rem;
    border-radius: 1.6rem;
  }
}

.archive .list-article {
  border-top: none;
  border-bottom: 1px solid #ccc !important;
}

@media only screen and (min-width: 992px) {
  .archive .list-article {
    padding: 2.8rem 0;
  }
}

@media only screen and (min-width: 1201px) {
  .archive .list-article {
    padding: 4rem 0;
  }
}

/* single
---------------------------------*/
@media only screen and (min-width: 992px) {
  .single .second-area {
    padding: 6rem 6rem;
    margin-top: 8rem;
    margin-bottom: 8rem;
    border: 0.4rem solid #ffe6b1;
    border-radius: 1.6rem;
  }
}

@media only screen and (min-width: 1201px) {
  .single .second-area {
    padding: 8rem 8rem;
    margin-top: 10rem;
    margin-bottom: 10rem;
    border-radius: 1.8rem;
  }
}

.single .entry-header {
  padding: 1.2rem 0 1.8rem;
  margin-bottom: .5rem;
  border-bottom: .3rem solid #eeeeee;
}

@media only screen and (min-width: 992px) {
  .single .entry-header {
    padding-top: 0;
  }
}

.single .entry-title {
  padding-left: 1.5rem;
  margin-top: 0;
  margin-bottom: 0.5rem !important;
  font-size: 1.7rem !important;
  font-weight: 700;
  position: relative;
}

.single .entry-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: .5rem;
  height: 98%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 992px) {
  .single .entry-title {
    padding-left: 2rem;
    font-size: 2.4rem !important;
  }
  .single .entry-title::before {
    width: .7rem;
    height: 2.8rem;
    top: 1.6rem;
    -webkit-transition: inherit;
    transition: inherit;
  }
}

@media only screen and (min-width: 1201px) {
  .single .entry-title {
    padding-left: 3rem;
    font-size: 3.2rem !important;
  }
  .single .entry-title::before {
    width: .8rem;
    height: 3rem;
    top: 2.2rem;
  }
}

.single .entry-date {
  font-size: 1.2rem;
}

@media only screen and (min-width: 992px) {
  .single .entry-date {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1201px) {
  .single .entry-date {
    font-size: 1.8rem;
  }
}

.single .entry-content {
  margin-bottom: 0;
}

.single .entry-content h1, .single .entry-content h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
}

.single .entry-content h3, .single .entry-content h4, .single .entry-content h5 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
}

.single .entry-content p {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.single .entry-content strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(80%, #fff3a4));
  background: linear-gradient(rgba(255, 255, 255, 0) 20%, #fff3a4 80%);
  font-weight: 700;
}

.single .entry-content ol, .single .entry-content ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 1rem !important;
  padding-left: 1rem !important;
}

.single .entry-content ol li, .single .entry-content ul li {
  margin-left: 0;
  margin: 0;
}

.single .entry-content ol ol, .single .entry-content ol ul, .single .entry-content ul ol, .single .entry-content ul ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 992px) {
  .single .entry-content h1, .single .entry-content h2 {
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 2rem;
  }
  .single .entry-content h3, .single .entry-content h4, .single .entry-content h5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
  .single .entry-content p {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .single .entry-content ol, .single .entry-content ul {
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}

@media only screen and (min-width: 1201px) {
  .single .entry-content h1, .single .entry-content h2 {
    font-size: 2.4rem;
  }
  .single .entry-content h3, .single .entry-content h4, .single .entry-content h5 {
    font-size: 2rem;
  }
}

.single .entry-pager {
  padding: 0;
  list-style: none;
  font-size: 1rem;
}

.single .entry-pager_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.8rem 0;
  margin-bottom: 30px;
  margin-top: 3.4rem;
  text-align: center;
  border-top: 0.15rem solid #fbbc36;
  border-bottom: 0.15rem solid #fbbc36;
  list-style: none;
}

.single .entry-pager_item {
  width: 40%;
  margin: 0;
  text-align: left;
}

.single .entry-pager_item a {
  display: block;
  position: relative;
  padding: .3rem 1rem;
}

.single .entry-pager_item a::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  display: block;
  border-top: .15rem solid;
  border-right: .15rem solid;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.single .entry-pager_item:last-of-type {
  text-align: right;
}

.single .entry-pager_item:last-of-type a::after {
  left: inherit;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.single .entry-pager_center {
  width: 15%;
  margin: 0;
  border-right: 0.1rem solid rgba(187, 187, 187, 0.5);
  border-left: 0.1rem solid rgba(187, 187, 187, 0.5);
}

.single .entry-pager_center a {
  display: block;
  padding: .3rem 1rem;
}

@media only screen and (min-width: 992px) {
  .single .entry-pager {
    font-size: 1.4rem;
  }
  .single .entry-pager_list {
    margin-top: 7rem;
  }
  .single .entry-pager_item a {
    padding: .3rem 3rem;
  }
  .single .entry-pager_item a::after {
    width: 12px;
    height: 12px;
    border-top: 0.2rem solid #fbbc36;
    border-right: 0.2rem solid #fbbc36;
  }
}

@media only screen and (min-width: 1201px) {
  .single .entry-pager {
    font-size: 1.8rem;
  }
  .single .entry-pager_list {
    padding: 4.2rem 0;
    margin-top: 10rem;
    border-top: .3rem solid;
    border-bottom: .3rem solid;
  }
  .single .entry-pager_item a::after {
    width: 15px;
    height: 15px;
    border-top: 0.3rem solid #fbbc36;
    border-right: 0.3rem solid #fbbc36;
  }
}

#atrsb {
  margin-top: 40px;
}

@media only screen and (min-width: 992px) {
  #atrsb {
    margin-top: 70px;
    text-align: right;
  }
}

/* news
---------------------------------*/
.archive.news .content-area, .single.news .content-area {
  background-color: #d9dde3;
}

.archive.news .content-area a:hover, .archive.news .content-area span.current, .single.news .content-area a:hover, .single.news .content-area span.current {
  border-color: #444f6d;
  color: #444f6d;
}

.archive.news .second-title::after, .single.news .second-title::after {
  background-color: #444f6d;
}

.archive.news .entry-title::before, .single.news .entry-title::before {
  background-color: #444f6d;
}

.archive.news .nav-links, .single.news .nav-links {
  border-color: #444f6d;
}

.archive.news .nav-links .nav-next a::after, .archive.news .nav-links .nav-previous a::after, .single.news .nav-links .nav-next a::after, .single.news .nav-links .nav-previous a::after {
  border-color: #444f6d;
}

.archive.news .wp-pagenavi .previouspostslink::after, .archive.news .wp-pagenavi .nextpostslink::after, .single.news .wp-pagenavi .previouspostslink::after, .single.news .wp-pagenavi .nextpostslink::after {
  border-color: #444f6d;
}

.archive.news .news-cont_lead, .single.news .news-cont_lead {
  padding-bottom: 1.6rem;
  margin-bottom: 2rem;
  margin-top: 0;
  border-color: #444f6d;
}

@media only screen and (min-width: 992px) {
  .archive.news .second-area, .single.news .second-area {
    border-color: #a1a7b6;
  }
  .archive.news .news-cont_lead, .single.news .news-cont_lead {
    padding-bottom: 1.6rem;
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 1201px) {
  .archive.news .news-cont_lead, .single.news .news-cont_lead {
    margin-bottom: 4rem;
  }
}

.single.news .entry-title::before {
  background-color: #8f95a7;
}

.single.news .entry-pager_item a::after {
  border-color: #444f6d;
}

.single.news .entry-pager_list {
  border-color: #444f6d;
}

/* cases
---------------------------------*/
.archive.cases .content-area, .single.cases .content-area {
  background-color: #ebdede;
}

.archive.cases .content-area a:hover, .archive.cases .content-area span.current, .single.cases .content-area a:hover, .single.cases .content-area span.current {
  border-color: #92424c;
  color: #92424c;
}

.archive.cases .second-title::after, .single.cases .second-title::after {
  background-color: #92424c;
}

.archive.cases .entry-title::before, .single.cases .entry-title::before {
  background-color: #92424c;
}

.archive.cases .nav-links, .single.cases .nav-links {
  border-color: #92424c;
}

.archive.cases .nav-links .nav-next a::after, .archive.cases .nav-links .nav-previous a::after, .single.cases .nav-links .nav-next a::after, .single.cases .nav-links .nav-previous a::after {
  border-color: #92424c;
}

.archive.cases .wp-pagenavi .previouspostslink::after, .archive.cases .wp-pagenavi .nextpostslink::after, .single.cases .wp-pagenavi .previouspostslink::after, .single.cases .wp-pagenavi .nextpostslink::after {
  border-color: #92424c;
}

@media only screen and (min-width: 992px) {
  .archive.cases .second-area, .single.cases .second-area {
    border-color: #c8a0a5;
  }
}

.single.cases .entry-title::before {
  background-color: #be8e94;
}

.single.cases .entry-pager_item a::after {
  border-color: #92424c;
}

.single.cases .entry-pager_list {
  border-color: #92424c;
}

/* faq
---------------------------------*/
@media only screen and (min-width: 992px) {
  .post-type-archive-faq .second-area {
    padding: 3rem 0;
    max-width: 800px;
    border: none;
    margin: auto;
  }
}

@media only screen and (min-width: 1201px) {
  .post-type-archive-faq .second-area {
    padding: 4.5rem 0;
    max-width: 1040px;
  }
}

.faq-item {
  margin-bottom: 1rem;
  border: .15rem solid #fcc95e;
  border-radius: .6rem;
  overflow: hidden;
}

.faq-ttl {
  margin-bottom: 0;
}

.faq-ttl button {
  display: block;
  width: 100%;
  padding: 1.5rem 5rem 1.5rem 4.5rem;
  border: none;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: left;
  background-color: #fefaf3;
  color: #333;
  line-height: 1.5;
  position: relative;
}

.faq-ttl button:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 9px;
  width: 27px;
  height: 22px;
  background: url(https://hondana.biz/site/wp-content/uploads/2021/10/faq-q.png) no-repeat;
  background-size: contain;
}

.faq-ttl button:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 9px;
  width: 27px;
  height: 27px;
  background: url(https://hondana.biz/site/wp-content/uploads/2021/10/faq-close.png) no-repeat;
  background-size: contain;
}

.faq-ttl button.collapsed:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 9px;
  width: 27px;
  height: 27px;
  background: url(https://hondana.biz/site/wp-content/uploads/2021/10/faq-open.png) no-repeat;
  background-size: contain;
}

.faq-txt {
  margin: -.5rem 0 0;
  padding: 0 2.5rem 2.5rem;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}

.faq-txt p {
  margin-bottom: 0;
  margin-top: 2rem;
}

.faq-txt a {
  display: inline-block;
  padding-bottom: .2rem;
  color: #237bcd !important;
  border-bottom: 1px solid #237bcd;
  font-weight: 500;
}

.faq-backlink {
  padding: 1rem 1.5rem;
  display: block;
  position: relative;
}

.faq-backlink:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  display: block;
  border-top: 0.2rem solid #fbbc36;
  border-right: 0.2rem solid #fbbc36;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

@media only screen and (min-width: 992px) {
  .faq-item {
    margin-bottom: 2rem;
    border: .2em solid #fcc95e;
    border-radius: 1.6rem;
  }
  .faq-ttl button {
    padding: 2.2rem 4rem 2.2rem 6rem;
    font-size: 1.8rem;
  }
  .faq-ttl button:before {
    top: 23px;
    left: 24px;
  }
  .faq-ttl button:after {
    top: 20px;
  }
  .faq-ttl button.collapsed:after {
    top: 20px;
  }
  .faq-txt {
    margin: -.5rem 0 0;
    padding: 0 6rem 3rem;
    font-size: 1.6rem;
  }
  .faq-txt p {
    margin-top: 3rem;
  }
  .faq-backlink {
    padding: 3rem 2rem;
  }
  .faq-backlink:after {
    width: 12px;
    height: 12px;
    border-top: 0.3rem solid #fbbc36;
    border-right: 0.3rem solid #fbbc36;
  }
}

@media only screen and (min-width: 1201px) {
  .faq-ttl button {
    padding: 2.6rem 6rem 2.6rem 10rem;
    font-size: 2.4rem;
  }
  .faq-ttl button:before {
    top: 26px;
    left: 42px;
    width: 43px;
    height: 32px;
  }
  .faq-ttl button:after {
    top: 21px;
    right: 35px;
    width: 44px;
    height: 44px;
  }
  .faq-ttl button.collapsed:after {
    top: 21px;
    right: 35px;
    width: 44px;
    height: 44px;
  }
  .faq-txt {
    margin: -.5rem 0 0;
    padding: 0 8rem 4.5rem;
    font-size: 2rem;
  }
  .faq-txt p {
    margin-top: 4.5rem;
  }
}

.search-cont {
  padding: 2.5rem 3rem;
  background-color: #fcc95e;
  text-align: center;
}

.search-cont form {
  position: relative;
}

.search-cont ::-webkit-input-placeholder {
  color: rgba(119, 119, 119, 0.5);
  font-size: 1.3rem !important;
}

.search-cont :-ms-input-placeholder {
  color: rgba(119, 119, 119, 0.5);
  font-size: 1.3rem !important;
}

.search-cont ::-ms-input-placeholder {
  color: rgba(119, 119, 119, 0.5);
  font-size: 1.3rem !important;
}

.search-cont ::placeholder {
  color: rgba(119, 119, 119, 0.5);
  font-size: 1.3rem !important;
}

.search-cont_txt {
  padding: 1.3rem 1rem !important;
  font-size: 1.6rem !important;
  border-radius: 3rem !important;
  background-color: #fff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-bottom: none !important;
  text-align: center;
}

.search-cont_btn {
  position: absolute;
  top: 56%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(https://hondana.biz/site/wp-content/uploads/2021/10/faq-search.png) no-repeat !important;
  background-size: contain !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0 !important;
  padding: 1.1rem !important;
}

@media only screen and (min-width: 992px) {
  .search-cont {
    padding: 3rem;
  }
  .search-cont_btn {
    left: 40%;
    width: 27px;
  }
}

@media only screen and (min-width: 1201px) {
  .search-cont {
    padding: 3.3rem 3rem;
  }
  .search-cont ::-webkit-input-placeholder {
    font-size: 2rem !important;
  }
  .search-cont :-ms-input-placeholder {
    font-size: 2rem !important;
  }
  .search-cont ::-ms-input-placeholder {
    font-size: 2rem !important;
  }
  .search-cont ::placeholder {
    font-size: 2rem !important;
  }
  .search-cont_txt {
    width: 430px;
    padding: 1.9rem 1rem !important;
  }
}
/*# sourceMappingURL=style.css.map */