@charset "UTF-8";

/********************************
 * override
********************************/
body {
  font-family: "Roboto", "YakuHanJP", "Subset-NotoSansJP", Meiryo, sans-serif;
  color:#0a1f33;
}
.m-attention-list__em,
.u-color--red {
  color: #d90016 !important;
}
.m-list.-note li {
  color: #848484;
}
@media only screen and (max-width: 767.98px){
  .l-main {
    padding: 24px 16px 32px;
  }
  .m-anchor-navi.-top .m-anchor-navi__list {
    width: 142px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px){
  .l-main {
    margin-top: 12px;
  }
  [data-col-pc]:not([data-col-pc="1"]) {
    justify-content: center;
  }
  .m-list.-note li {
  }
}

.m-tab {
  margin: 40px auto 0;
}
.m-tab__body {
}
.m-tab__detail {
  margin: auto;
}
@media only screen and (max-width: 767.98px) {
  .m-tab {
  }
  .m-tab__body {
    padding-top: 24px;
  }
  .m-tab .m-tab__button {
    font-size: 1.3rem;
  }
  .m-tab li .m-tab__button {
    padding: 12px 0 10px;
    line-height: 1.3;
  }
  .m-tab__detail {
    width: 360px;
  }
}
@media print, screen and (min-width: 768px) {
  .m-tab {
  }
  .m-tab__body {
    padding-top: 40px;
  }
  .m-tab .m-tab__button {
    font-size: 1.6rem;
  }
  .m-tab li .m-tab__button {
    padding: 16px 0 14px;
  }
  .m-tab__detail {}
}


.m-tab__read {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.m-tab__read.-badge {
  position: relative;
}
.m-tab__read.-badge > span {
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 15px;
  color: #fff;
  background-color: #0067c3;
}
@media only screen and (max-width: 767.98px) {
  .m-tab__read {
    font-size: 1.8rem;
  }
  .m-tab__read.-badge {
    padding-top: 45px;
  }
  .m-tab__read.-badge > span {
    width: 68px;
    height: 20px;
    line-height: 20px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .m-tab__read {
    font-size: 2.4rem;
  }
  .m-tab__read.-badge {
    padding-top: 54px;
  }
  .m-tab__read.-badge > span {
    width: 108px;
    height: 30px;
    line-height: 30px;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .step-flex-wrap {
    display: flex;
    margin-top: 72px;
    justify-content: space-between;
  }
}

.step-wrap {
  position: relative;
}
.step-wrap h3,
.step-wrap p {
  margin: 0;
}
.step-wrap h3 {
  font-weight: bold;
  margin-bottom: 8px;
  text-indent: 0;
}
.step-wrap ._item {
  text-align: center;
}
.step-wrap > ._badge {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  color: #0067c3;
}
.step-wrap::after {
  position: absolute;
  display: block;
  content: "";
  margin: auto;
  background-color: rgba(0, 103, 195, 0.2);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .step-wrap {
    width: 360px;
    margin: 42px auto 0;
    padding: 31px 0 0 80px;
    overflow: hidden;
  }
  .step-wrap + .step-wrap {
    margin-top: 32px;
  }
  .step-wrap ._item {
    width: 256px;
    margin: 0 auto;
  }
  .step-wrap ._item + ._item {
    margin: 22px auto 0;
  }
  .step-wrap > ._badge {
    width: 68px;
    height: 20px;
    font-size: 10px;
    border-radius: 10px;
    border: solid 1px #0067c3;
  }
  .step-wrap::after {
    width: 4px;
    height: 100%;
    top: 36px;
    left: 32px;
  }
  .step-wrap h4 {
    font-size: 1.6rem;
  }
  .step-wrap p {
    line-height: 1.5;
  }
  .step-wrap .m-list.-note li {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .step-wrap {
    margin: 0;
    padding-top: 54px;
  }
  .step-wrap > ._badge {
    width: 108px;
    height: 30px;
    font-size: 15px;
    border-radius: 15px;
    border: solid 2px #0067c3;
    margin: auto;
    right: 0;
  }
  .step-wrap + .step-wrap::after {
    width: 100%;
    width: 179px;
    height: 4px;
    top: 13px;
    left: -125px;
  }
  .step-wrap ._item {
    width: 250px;
  }
  .step-wrap ._item + ._item {
    margin-top: 37px;
  }
  .step-wrap h3 {
    font-size: 2.4rem;
    margin-bottom: 8px;
  }
  .step-wrap h4 {
    font-size: 1.8rem;
    margin-bottom: 14px;
  }
  .step-wrap p {
    line-height: 1.75;
  }
}

.balloon {
  border-radius: 4px;
  text-align: center;
  color: #0067c3;
  border: solid 1px #0067c3;
  background-color: #fff;
  position: relative;
}
.balloon:before,
.balloon:after{
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  margin: auto;
  right: 0;
  left: 0;
  border-style: solid;
}

@media only screen and (max-width: 767.98px) {
  .balloon {
    width: 328px;
    height: 40px;
    line-height: 40px;
    margin: 24px auto 52px;
    font-size: 14px;
  }
  .balloon:before,
  .balloon:after{
    border-width: 12px 10px 0 10px;
  }
  .balloon:before{
    bottom: -13px;
    border-color: #0067c3 transparent transparent transparent;
  }
  .balloon:after{
    bottom: -12px;
    border-color: #fff transparent transparent transparent;
  }
}
@media print, screen and (min-width: 768px) {
  .balloon {
    height: 52px;
    line-height: 52px;
    margin: 36px auto 88px;
    font-size: 20px;
  }
  .balloon:before,
  .balloon:after{
    border-width: 20px 20px 0 20px;
  }
  .balloon:before{
    bottom: -20px;
    border-color: #0067c3 transparent transparent transparent;
  }
  .balloon:after{
    bottom: -19px;
    border-color: #fff transparent transparent transparent;
  }
}


.box-mailing {
  border-radius: 8px;
  border: solid 1px #d9d9d9;
  background-color: #fff;
}
.box-mailing p {
  margin: 0;
  line-height: 1.75;
}
.box-mailing ._address {
  text-align: center;
  margin: 24px auto 0;
  padding: 16px;
  border: solid 1px #d9d9d9;
  background-color: #f7f7f7;
  color: #0a1f33;
}
@media only screen and (max-width: 767.98px) {
  .box-mailing {
    margin: 40px 0 0;
    padding: 24px 16px;
  }
  .box-mailing p {
    line-height: 1.5;
  }
  .box-mailing ._address {
    width: 296px;
    height: 95px;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 768px) {
  .box-mailing {
    height: 350px;
    margin: 48px 0 0;
    padding: 24px 40px 44px;
    text-align: center;
  }
  .box-mailing p {
    line-height: 1.75;
  }
  .box-mailing ._address {
    width: 405px;
    height: 88px;
    line-height: 1.75;
  }
}


@media only screen and (max-width: 767.98px) {
  .w360-sp {
    width: 360px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
}
@media print, screen and (min-width: 768px) {
}