@charset "utf-8";
/* reset __________________________________ */
@media print {
  .spNav {
    display: none;
  }
}
/* common __________________________________ */
header {
  z-index: 9999 !important;
}
.pc_only {
  display: block !important;
}
.sp_only {
  display: none !important;
}
.toggle-area {
  margin: 30px 0;
}
.toggle_contents {
  border-top: 1px solid #ccc;
}
.toggle_contents:last-of-type {
  border-bottom: 1px solid #ccc;
}
.toggle_title {
  position: relative;
  padding: 1.65rem 0.25rem 1.65rem;
  cursor: pointer;
  font-size: 1.45rem;
  font-weight: bold;
  line-height: normal;
}
.toggle_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: #10228a;
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
  display: block;
  content: '';
  background-color: #fff;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toggle_btn:before {
  width: 2px;
  height: 10px;
}
.toggle_title.selected .toggle_btn:before {
  content: normal;
}
.toggle_contents dd {
  display: none;
  padding: 10px 20px 28px;
}
@media screen and (min-width:1px) and (max-width:767px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
  .toggle-area {
    margin: 20px 0 10px;
  }
  .toggle_title {
    padding: 1.65rem 2.55rem 1.65rem 0.35rem;
    font-size: 1.2rem;
  }
  .toggle_btn {
    right: 10px;
  }
  .toggle_contents dd {
    padding: 6px 12px 20px;
  }
  .toggle_contents dd.full_width {
    padding: 10px 0 28px;
  }
}
.sc21-LST-normal ul.big-circle-list:not(.sc21-LST-ordered) > li::before {
  display: inline-block;
  margin-right: .5em;
  margin-left: -1.5em;
  width: 1em;
  height: 1em;
  background-image: none;
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: 70% 70%;
  vertical-align: 0em;
  content: "●";
}
.sc21-ICN-inline-end {
  margin-left: 1.5rem;
}
.img_shinzoku .sc21-MDA__image{
  max-width: 70%;
}
.icon_check {
  width: 22px;
  height: 30px;
  margin: 0 10px 0 0;
  vertical-align: sub;
}
.sc21-questions-openButton {
  display: flex;
  align-items: center;
}
/* チェックボックス */
.checkbox__input {
  display: none;
}
.checkbox__text {
  padding-left: 40px;
  position: relative;
  cursor: pointer;
}
.checkbox__text::before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.checkbox__input:checked + .checkbox__text:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 8px;
  width: 8px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 4px solid #dd1a1a;
  border-right: 4px solid #dd1a1a;
}
/* ボタン */
.button {
  max-width: 400px;
  cursor: pointer;
  transition: 0.5s;
  margin: 0 auto;
}
.button:disabled {
  background: #a6a6a6;
  cursor: not-allowed;
  transition: 0.5s;
}
.button:not([disabled]):hover {
  opacity: 0.7;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .img_shinzoku .sc21-MDA__image{
    max-width: 100%;
  }
  .sc21-questions-openButton {
    align-items: flex-start;
  }
  /*.icon_check {
    padding-top: 1.65rem;
  }*/
}
.sc21-HLN-5{
  background: #eee;
  padding: 6px 14px;
}
.sc21-LST-annotation.indent {
  padding-left: 1.5em;
}

.step-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin-top: 50px;
}
.step-list li {
    position: relative;
    width: 250px;
    text-align: center;
    padding: 35px 5px 5px;
    box-sizing: border-box;
    border-radius: 10px 10px;
    list-style: none;
    background-color: #f2f4f7;
}
.step-list li + li {
    margin-left: 68px;
}
.step-list li .num {
    position: absolute;
    top: -10px;
    left: -5px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 28px;
    color: #ffffff;
    border-radius: 50% 50%;
    background-color: #666666;
    font-weight: bold;
}
.step-list li img {
    width: auto;
    height: 75px;
}
.step-list li img.centering {
    margin-left: 25px;
}
.step-list li .text {
    line-height: 1.4;
    font-size: 18px;
    font-weight: bold;
    margin: 1em 0;
}
.step-list li:after {
    content: "";
    position: absolute;
    top: calc(50% - 20px);
    right: -68px;
    border: 20px solid transparent;
    border-left-color: #666666;
}
.step-list li:last-child:after {
    content: none;
}
.important-point .sc21-u-brand {
    font-size: 1.625rem;
    font-weight: 600;
}
.important-point .important-point__inner {
    border: 2px solid #dd1a1a;
    padding: 20px 15px 20px 15px;
}
.important-point .important-point__inner li span {
    font-size: .875rem;
    line-height: 1.8;
    color: #707070;
    padding-left: 1.5714285714em;
    display: block;
}
.important-point .important-point__inner li span::before{
    display: inline-block;
    margin-right: .5714285714em;
    margin-left: -1.5714285714em;
    content: "※";
}
.sc21-Home-faq h3.sc21-CLI-headline-medium.sc21-HLN-3-bdr img {
    width: 40px;
    height: auto;
    margin-right: 10px;
    vertical-align: bottom;
}
.sc21-Home-faq ul li {
    margin: 0 0 9px;
}
#main a.link01 {
    position: relative;
    display: inline-block;
    padding-left: 22px;
    color: #333 !important;
    font-weight: bold;
}
#main a.link01::before {
    content: "";
    width: 14px;
    height: 14px;
    background: #10228a;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 0;
}
#main a.link01::after {
    content: "";
    width: 3px;
    height: 3px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    top: 8px;
    left: 4px;
    transform: rotate(45deg);
}
#main a:hover {
    opacity: 0.7;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .step-list li img {
        height: 90px;
    }
    .important-point .sc21-HLN-2-adding, .important-point .sc21-HLN-2-bdr {
        margin-bottom: 0;
    }
    .important-point .sc21-u-brand {
        font-size: 2.25rem;
    }
    .important-point .important-point__inner {
        padding: 25px 30px 30px 30px;
    }
}

@media screen and (max-width: 767px) {
    .step-list {
        display: block;
        margin: 35px auto 0;
        padding: 0;
    }
    .step-list li {
        width: 100%;
        padding: 30px 5px 5px;
    }
    .step-list li + li {
        margin-left: 0;
        margin-top: 55px;
    }
    .step-list li .num {
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 24px;
    }
    .step-list li:after {
        top: -40px;
        right: calc(50% - 20px);
        transform: rotate(90deg);
    }
    .step-list li:first-child:after {
        content: none;
    }
    .step-list li:last-child:after {
        content: "";
    }
    #main a.link01 {
        display: block;
    }
    #main a.link01::before {
        top: 3px;
        margin-top: 0;
    }
    #main a.link01::after {
        top: 8px;
        margin-top: 0;
    }
    #main a.link01 span {
        display: block;
    }
}
