@charset "utf-8";
@import "../../common/css/reset.css";
@import "../../common/css/base.css";

/* 2023年 所得補償保険 一斉募集中！
----------------------------------------------------------- */
#contents {
}
#contents .sectionBox {
  margin-bottom: 80px;
}

.hover a {
  display: block;
  opacity: 1;
  transition: opacity 0.5s;
}
.hover a:hover {
  opacity: 0.7;
}

/* lead
--------------------------------------- */
#lead .sectionBox {
  position: relative;
  margin-bottom: 80px;
  padding: 50px 38px;
  background: #ecf5fd;
}

#lead .text {
  color: #003b83;
  font-size: 186%; /*28px*/
  line-height: 1.8;
}
#lead .text strong {
  color: #bb0000;
  font-size: 160%; /*45px*/
  background: url(../img/lead_textbg.png) repeat-x;
  background-size: 1px 12px;
  background-position: bottom left;
}
#lead .text small {
  font-size: 78%; /*24*/
}
#lead .text2 {
  width: 66%;
  font-size: 166%; /*25*/
  line-height: 1.3;
}

#lead .radiusOn .text {
  margin-left: 120px;
}
#lead .radius {
  background: #003b83;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
}
#lead .radius p {
  font-size: 120%;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translateY(50%) translateX(-50%);
  width: 100%;
  text-align: center;
}

#lead .image {
  position: absolute;
  width: 19.67%; /* 236/1200 */
  max-width: 236px;
  right: 0;
  bottom: 0;
  margin: 0 2.16% 1.83% 0;
}
#lead .image img {
  width: 100%;
  height: auto;
}

/* main
--------------------------------------- */
#main .sectionBox:after {
  content: "";
  display: block;
  clear: both;
}
#main .sectionBox:last-child {
  margin-bottom: 0px;
}
#main h3 {
  margin-bottom: 50px;
  padding: 20px 40px 15px;
  font-size: 200%; /*30px*/
  font-weight: normal;
  border-bottom: 3px solid;
}

#main .detail .btn {
  display: inline-block;
  margin-top: 45px;
}
#main .detail .btn:nth-of-type(3) {
  margin-left: 20px;
}
#main .detail .btn a {
  display: inline-block;
  height: 60px;
  padding: 0 80px;
  line-height: 60px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  background: #439dea url(../img/btn_arrow.png) no-repeat;
  background-position: right 40px center;
  box-shadow: 0px 0px 35px -6px rgba(0, 0, 0, 0.2);
}

.imageBox p {
  margin-right: auto;
  margin-left: auto;
}
.imageBox .text {
  margin: 4.58% auto 2.5%;
  font-size: 153%; /*23*/
  text-align: center;
}
.imageBox .text.mb {
  margin-bottom: 0.834%;
}
.imageBox .text2 {
  display: block;
  margin: 1% 0;
  color: #003b83;
  font-weight: bold;
}
.imageBox .text2 strong {
  font-size: 139% /*32*/;
  background: url(../img/guide1/line1.png) repeat-x;
  background-size: 1px 12px;
  background-position: bottom left;
}

.wraps {
  max-width: 1200px;
  margin: 0 auto 70px;
  padding: 10px 40px 60px;
  box-sizing: border-box;
}

.guidance h4 {
  font-size: 173%; /*26*/
}
.guidance .text {
  font-size: 106%; /*16*/
}
.guidance .image {
  margin: 0 auto;
}
.guidance .image img {
  width: 100%;
  height: auto;
}
.guidance .textList li {
  position: relative;
  margin-top: 10px;
  padding-left: 1.1em;
  font-size: 106%; /*16*/
}
.guidance .textList li span {
  position: absolute;
  left: 0;
}
.guidance .subtext {
  margin: 25px auto 42px;
  padding: 25px;
  font-size: 106%; /*16*/
  background: #fff;
}

.borderBox {
  margin-top: 40px;
  padding: 2.679% 8.483%;
  border: 3px solid;
  border-radius: 28px;
  box-sizing: border-box;
  background: #fff;
}
.borderBox h5 {
  margin-bottom: 15px;
  font-size: 173%; /*26*/
  text-align: center;
}
.borderBox h5 strong {
  font-size: 138%; /*36*/
}
.borderBox h5 small {
  font-size: 88%; /*23*/
}
.borderBox li {
  position: relative;
  padding: 10px 0 40px 100px;
  font-size: 106%; /*16*/
}
.borderBox li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 50%;
}
.borderBox li strong {
  display: block;
  font-size: 131%; /*21*/
}
.borderBox li a {
  color: #e4007f;
}
.borderBox li span.red {
  color: #e4007f;
}

.borderBox li.no1:before {
  background-image: url(../img/guide1/no1.png);
}
.borderBox li.no2:before {
  background-image: url(../img/guide1/no2.png);
}
.borderBox li.no3:before {
  background-image: url(../img/guide1/no3.png);
}
.borderBox li.no4:before {
  background-image: url(../img/guide1/no4.png);
}
.borderBox li.no5:before {
  background-image: url(../img/guide1/no5.png);
}
.borderBox li.no6:before {
  background-image: url(../img/guide1/no6.png);
}

.note {
  width: 84.465%;
  margin: 2.679% auto;
}
.note li {
  position: relative;
  padding-left: 1em;
  font-size: 100%;
}
.note li span {
  position: absolute;
  left: 0;
}
.note .innernote li {
  padding-left: 3em;
}

.methodbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.methodbox > div {
  width: 49.108%;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  background: #fff;
}
.methodbox h4 {
  padding: 1em 0;
  color: #fff;
  font-size: 160%; /*24*/
  font-weight: bold;
  line-height: 100%;
  text-align: center;
}
.methodbox div.new h4 {
  background: #79d322;
}
.methodbox div.consider h4 {
  background: #1d8c1d;
}
.methodbox .inner {
  position: relative;
  padding-top: 190px;
}
.methodbox .inner p {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.methodbox .btn {
  text-align: center;
}
.methodbox .btn a {
  display: inline-block;
  width: 90%;
  max-width: 350px;
  padding: 1em 0;
  line-height: 150%;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  background: #439dea url(../img/btn_arrow.png) no-repeat;
  background-position: right 4.286% center;
  box-shadow: 0px 0px 35px -6px rgba(0, 0, 0, 0.2);
}
.methodbox .txt {
  margin-top: -1.25em;
  padding: 0 0.5em;
  font-size: 18px;
  text-align: center;
  line-height: 140%;
}
.methodbox .subtxt {
  margin-top: 1.25em;
  padding: 0 0.5em;
  color: #c00000;
  font-size: 16px;
  text-align: center;
  line-height: 140%;
}

#redwrap {
  background: #fdf2f7;
}
#redwrap h3 {
  color: #be0014;
  border-color: #be0014;
}
#redwrap .guidance h4,
#redwrap .borderBox h5 {
  color: #be0014;
}
#redwrap .borderBox {
  border-color: #be0014;
}
#redwrap .borderBox li:before {
  background-color: #be0014;
}

#orgwrap {
  background: #fff6e6;
}
#orgwrap h3 {
  color: #df4900;
  border-color: #df4900;
}
#orgwrap .guidance h4,
#orgwrap .borderBox h5 {
  color: #df4900;
}
#orgwrap .borderBox {
  border-color: #df4900;
}
#orgwrap .borderBox li:before {
  background-color: #df4900;
}

#product1 h4 {
  margin-bottom: 15px;
}
#product1 .text {
  margin-bottom: 20px;
}

#img1 {
  width: 40.84%;
  max-width: 450px;
  margin: 30px auto 0;
}
#img2 {
  width: 40.84%;
  max-width: 450px;
}
#img3 {
  width: 81.67%;
  max-width: 1020px;
}
#img3 img {
  width: 46.08%;
  margin: 0 1.83%;
  display: inline-block;
}
/* margin: 0 1.96%; */
#img4 {
  width: 34.67%;
  max-width: 416px;
  margin-bottom: 4.167%;
}
#img5 {
  width: 50.5%;
  max-width: 605px;
}

#main .guidance .btnhead {
  margin: 50px auto 20px;
  color: #439dea;
  font-size: 200%; /*30*/
  text-align: center;
}
#main .guidance .detail {
  float: none;
  width: 100%;
  margin: 0;
}
#main .guidance .detail p {
  display: block;
  margin: 0;
  text-align: center;
}

#main .ar {
  margin-top: 5%;
  margin-bottom: 70px;
  text-align: right;
}

@media screen and (max-width: 750px) {
  #main .sectionBox:last-child {
    margin-bottom: 0%;
  }
  #contents .sectionBox {
    margin-bottom: 7.88%;
  }

  .hover a:hover {
    opacity: 1;
  }

  /* lead
--------------------------------------- */
  #lead .sectionBox {
    margin-bottom: 7.88%;
    padding-bottom: 60px;
  } /* A * 0.7 / 710 */

  #lead .text {
    font-size: 133%; /*20*/
  }
  #lead .text strong {
    background-size: 1px 30%;
  }
  #lead .text small {
    font-size: 80%; /*16*/
  }
  #lead .text2 {
    width: 100%;
    font-size: 113%; /*17*/
    line-height: 1.3;
  }

  #lead .radiusOn .text {
    margin-left: 0px;
  }
  #lead .radius {
    width: 70px;
    height: 70px;
    position: inherit;
    transform: none;
    margin: 0 auto 20px;
  }
  #lead .radius p {
    font-size: 100%;
  }

  #lead .image {
    width: 118px;
    margin: 0 5px -30px 0;
  }

  /* main
--------------------------------------- */
  #main .sectionBox:after {
    content: none;
  }
  #main h3 {
    margin-bottom: 6.39%;
    padding: 2.56% 5.12% 1.91%;
    font-size: 140%; /*21*/
    border-width: 2px;
  }

  #main .detail .btn {
    text-align: center;
    margin-top: 5.75%;
  }
  #main .detail .btn:nth-of-type(3) {
    margin-top: 2.87%;
  }
  #main .detail .btn a {
    width: 90.625%;
    max-width: 290px;
    height: auto;
    padding: 20px 0;
    line-height: inherit;
    font-size: 13px;
    background-size: 7% auto;
    background-position: right 3% center;
  }

  .imageBox .text {
    font-size: 113%; /*17*/
  }

  .wraps {
    margin: 0 auto 10%;
    padding: 1.334% 0 8%;
  }

  .guidance h4 {
    font-size: 126%; /*19*/
  }
  .guidance .text {
    font-size: 14px; /*14*/
  }
  .guidance .textList li {
    font-size: 93%; /*14*/
  }
  .guidance .subtext {
    margin: 2.81% auto 0%;
    padding: 3.52%;
    font-size: 93%; /*14*/
  }

  .borderBox {
    margin-top: 4.23%;
    padding: 3.24% 5.634%;
    border-width: 2px;
    border-radius: 21px;
  }
  .borderBox h5 {
    margin-bottom: 3.11%;
    font-size: 126%; /*19*/
  }
  .borderBox h5 strong {
    font-size: 116%;
  }
  .borderBox h5 small {
    font-size: 80%;
  }
  .borderBox li {
    padding: 1.4% 0 5.63% 66px;
    font-size: 93%; /*14*/
  }
  .borderBox li:before {
    width: 56px;
    height: 56px;
    background-size: 100% auto;
  }
  .borderBox li strong {
    font-size: 114%; /*16*/
  }

  .note {
    width: 100%;
    margin: 5.58% auto;
  }
  .note li {
    font-size: 13px;
  }

  .methodbox > div {
    width: 100%;
  }
  .methodbox > div.new {
    margin-bottom: 3%;
  }
  .methodbox h4 {
    font-size: 20px;
  }
  .methodbox .inner {
    padding: 7% 0;
  }
  .methodbox .inner p {
    position: static;
    transform: translateY(0);
  }
  .methodbox .btn a {
    width: 90.625%;
    font-size: 13px;
    background-size: 7% auto;
    background-position: right 3% center;
  }
  .methodbox .txt {
    margin-top: 0;
    font-size: 15px;
  }
  .methodbox .subtxt {
    margin-top: 1em;
    font-size: 14px;
  }

  #product1 h4 {
    margin-bottom: 2.81%;
  }
  #product1 .text {
    margin-bottom: 3.52%;
  }

  #img1 {
    width: 63.381%;
    margin: 4.226% auto 0;
  }
  #img2 {
    width: 63.381%;
  }
  #img3 {
    width: 66.2%;
    max-width: 470px;
  }
  #img3 img {
    width: 100%;
    display: block;
    margin: 0 0 4%;
  }
  #img4 {
    width: 58.6%;
  }
  #img4 img {
    width: 100%;
    height: auto;
  }
  #img5 {
    width: 85.2%;
  }

  #main .guidance .btnhead {
    margin: 4.226% auto 2.81%;
    font-size: 160%; /*24*/
  }

  #main .ar {
    margin-bottom: 10%;
  }
}
