@charset "UTF-8";
/* 少額短期保険 */
.tab-area {
  position: relative;
  /*
  .btn-tab {
    position: relative;
    padding-bottom: 58px;

    .tab-group {
      .tab {
        position: absolute;
        top: 12px;
        left: 0;
        &:nth-child(1){
          left: 116px;
        }
        &:nth-child(2){
          left: 362px;
        }
        &:nth-child(3){
          left: 608px;
        }
        &:nth-child(4){
          left: 855px;
        }
        &:nth-child(5){
          left: 1100px;
        }
        a {
          display: block;
          width: 232px;
          height: 125px;
          font-size: 0;
        }
      }

    }


  }

   */
}
.tab-area .btn-tab {
  padding-bottom: 58px;
}
.tab-area .btn-tab .tab-group {
  position: relative;
  padding: 14px 0;
  text-align: center;
  overflow: hidden;
  height: 149px;
  /* タブ数５個 */
  /* タブ数４個 */
}
.tab-area .btn-tab .tab-group.is-active:before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #43869F;
  overflow: hidden;
  z-index: 1;
}
.tab-area .btn-tab .tab-group.is-active:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 14px;
  background: #fff;
  overflow: hidden;
}
.tab-area .btn-tab .tab-group .tab {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  height: 125px;
  border: solid 2px #43869F;
  box-sizing: border-box;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0px 1px 14px 0px #aaa;
  margin-bottom: -4px;
  position: relative;
}
.tab-area .btn-tab .tab-group .tab div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  height: 100%;
  border: solid 2px #fff;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
}
.tab-area .btn-tab .tab-group .tab div a {
  display: block;
  width: 100%;
}
.tab-area .btn-tab .tab-group .tab div.new:before {
  content: '';
  position: absolute;
  top: -11px;
  left: -11px;
  width: 73px;
  height: 73px;
  background: url(../../images/mini_hoken/ico_new_tab.png) no-repeat left top;
  background-size: contain;
}
.tab-area .btn-tab .tab-group .tab.is-active {
  border: solid 4px #43869F;
}
.tab-area .btn-tab .tab-group .tab.is-active div {
  border: none;
}
.tab-area .btn-tab .tab-group .tab.is-active:before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 7px;
  background: #fff;
  z-index: 2;
}
.tab-area .btn-tab .tab-group.limit-5 .tab {
  /*
  width: 200px;
   */
  width: 182px;
}
.tab-area .btn-tab .tab-group.limit-5 .tab + .tab {
  margin-left: 10px;
}
.tab-area .btn-tab .tab-group.limit-4 .tab {
  width: 232px;
}
.tab-area .btn-tab .tab-group.limit-4 .tab + .tab {
  margin-left: 10px;
}

@media only screen and (max-width: 640px) {
  .panel-group {
    border-top: solid 3px #4592af;
  }
}
@media only screen and (min-width: 641px) {
  .panel-group .panel {
    display: none;
  }
  .panel-group .panel.is-show {
    display: block;
  }
}
.panel-group .panel .panel-inner {
  margin-top: 5px;
  font-size: 2.0rem;
  width: 910px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .panel-group .panel .panel-inner {
    font-size: 1.4rem;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .panel-group .panel .acc-content {
    border-top: solid 3px #4592af;
    padding: 0 15px;
      display: none;
  }
}
@media only screen and (max-width: 640px) {
  .panel-group .panel + .panel {
    border-top: solid 3px #4592af;
  }
}
.panel-group .panel .text-copy {
  color: #4592af;
  font-size: 4.0rem;
  font-weight: bold;
  line-height: 1.375;
}
@media only screen and (max-width: 640px) {
  .panel-group .panel .text-copy {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.panel-group .panel .text-point {
  color: #f2855e;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 5px;
}
@media only screen and (max-width: 640px) {
  .panel-group .panel .text-point {
    font-size: 1.8rem;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .panel-group .panel .list-group {
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .panel-group .panel.new {
    position: relative;
  }
  .panel-group .panel.new:before {
    content: '';
    position: absolute;
    top: -7px;
    left: -5px;
    width: 50px;
    height: 50px;
    background: url(../../images/mini_hoken/ico_new_tab.png) no-repeat left top;
    background-size: contain;
    z-index: 1;
  }
}

@media only screen and (min-width: 641px) {
  .box-4frames {
    margin-top: 70px;
    margin-bottom: 25px;
  }
  .box-4frames .slider {
    margin-top: 22px;
    width: 100%;
  }
  .box-4frames .slider div {
    display: inline-block;
    margin-bottom: 18px;
    width: 48.8%;
  }
  .box-4frames .slider div img {
    width: 100%;
  }
  .box-4frames .slider div:nth-child(2n) {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .box-4frames {
    width: 72%;
    margin: 40px auto 0;
  }
  .box-4frames div + div {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .box-4frames .slider {
    margin-top: 10px;
  }
}

.slick-prev,
.slick-next {
  z-index: 1;
}
.slick-prev:before,
.slick-next:before {
  color: #4592af;
}

.slick-prev {
  left: 5px;
}

.slick-next {
  right: 5px;
}

.flex-center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}

.jsTelLink {
  font-size: 30px;
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  .jsTelLink {
    font-size: 20px;
    text-decoration: none;
  }
}

@media only screen and (max-width: 640px) {
  .category_nav li {
    width: inherit !important;
  }
}

/*よくあるお問い合わせ*/
.box-faq {
  margin-top: 1em;
  /*
  dd + dt {
    margin-top: 20px;
  }

   */
}
.box-faq dt,
.box-faq dd {
  padding: .5em 3.5em .5em 3.5em;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .box-faq dt,
  .box-faq dd {
    /*
    padding-top: 0;
     */
    padding-right: 3em;
  }
}
.box-faq .icon {
  background: #4592af;
  border-radius: 3px;
  display: block;
  text-align: center;
  width: 3em;
  padding: .5em;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: bold;
}
.box-faq dt .icon {
  background: #f5beaa;
}
.box-faq dt + dd {
  margin-top: .5em;
}
.box-faq dt {
  font-weight: bold;
}
.box-faq dd .icon {
  opacity: .8;
}
.box-faq + .box-faq {
  margin-top: 1em;
  border-top: solid 1px #c5c5c5;
  padding-top: 1em;
}

.tit-faq {
  color: #4592af;
  font-weight: bold;
  font-size: 18px;
  margin-top: 2em;
}
@media only screen and (max-width: 640px) {
  .tit-faq {
    font-size: 16px;
    margin-top: 1em;
  }
}

.link-line {
  position: absolute;
  top: 0;
  left: 66px;
  width: 55%;
  height: 30%;
}
@media only screen and (max-width: 640px) {
  .link-line {
    left: 24%;
    width: 50%;
  }
}

.box-jump {
  background: #eee;
  border-radius: 10px;
  padding: 25px 35px;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .box-jump {
    padding: 20px;
    margin-bottom: 20px;
    height: 30rem;
  }
}
