@charset "UTF-8";

/*---------- mv ----------*/
.l-content .c-mv {
  height: 260px;
  padding: 40px 0 0 350px;
  box-sizing: border-box;
  background: url("/special/alumiframe/service/img/mv.png") no-repeat;
}
.l-content .c-mv .c-mv__caption {
  margin-bottom: 5px;
  font-size: 25px;
  letter-spacing: .04em;
}
.l-content .c-mv .c-mv__caption > span {
  font-size: 31px;
}
.l-content .c-mv > h1 {
  font-size: 34px;
  letter-spacing: .05em;
}
.l-content .c-mv > h1 > span {
  font-size: 49px;
}

/*---------- title ----------*/
.l-content .c-title {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 2px solid #0a337f;
  font-size: 25px;
  line-height: 1;
}
.l-content .c-title::before {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 15px 0 5px;
  border: 4px solid #0a337f;
  border-radius: 50%;
  content: "";
}

/*---------- text ----------*/
.l-content .c-catch > span {
  padding-left: 8px;
  background: linear-gradient(to bottom, transparent, transparent 60%, #fff94e 61%, #fff94e 90%, transparent 91%, transparent);
  font-size: 33px;
}
.l-content .c-catch--slash > span {
  font-size: 27px;
}
.l-content .c-catch--slash > span::before,
.l-content .c-catch--slash > span::after {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 30px solid transparent;
  vertical-align: middle;
  content: "";
}
.l-content .c-catch--slash > span::before {
  margin-right: 20px;
  border-right: 10px solid #204f9a;
  transform: rotate(-20deg);
}
.l-content .c-catch--slash > span::after {
  margin-left: 15px;
  border-left: 10px solid #204f9a;
  transform: rotate(20deg);
}
.l-content .c-text--dots span {
  position: relative;
  display: inline-block;
  padding-top: 20px;
}
.l-content .c-text--dots span::before {
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 30px;
  letter-spacing: -.05em;
  content: "・・・・";
}

/*---------- button ----------*/
.l-content .m-btn--center .m-btnWin--conversion {
  width: 400px;
  padding: 16px 12px 12px;
}
.l-content .m-btn--center .m-btnWin--conversion::after {
  vertical-align: 2px;
}
.l-content .m-btnList > li + li {
  padding-left: 20px;
}
.l-content .m-btnList .m-btnWin--strong {
  width: 380px;
  padding: 10px 12px 9px;
}

/*---------- .c-point ----------*/
.l-content .c-catch + p {
  font-size: 19px;
}
.l-content .c-list--point {
  display: flex;
  justify-content: space-between;
  counter-reset: num_point;
}
.l-content .c-list--point > li {
  position: relative;
  width: 380px;
  padding: 10px 0 15px;
  border: 2px solid #204f9a;
  box-sizing: border-box;
  counter-increment: num_point;
}
.l-content .c-list--point > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: #204f9a;
  color: #fff;
  font-size: 39px;
  font-weight: bold;
  content: counter(num_point);
}
.l-content .c-list--point > li > h3 {
  padding-left: 95px;
}
.l-content .c-list--point > li > .c-list__point__picture {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 153px;
}
.l-content .c-list--point > li > p {
  color: #204f9a;
  font-size: 19px;
}

/*---------- .c-step ----------*/
.l-content .c-step .c-step__title {
  font-size: 35px;
}
.l-content .c-step .c-step__title > span {
  color: #204f9a;
  font-size: 70px;
}
.l-content .c-step .c-step__caption {
  font-size: 25px;
}
.l-content .c-step .c-step__content {
  position: relative;
  margin-bottom: 80px;
}
.l-content .c-step .c-step__content::before {
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -150px;
  width: 0;
  height: 0;
  border-top: 61px solid #f4f4f4;
  border-right: 150px solid transparent;
  border-left: 150px solid transparent;
  display: block;
  content: "";
}
.l-content .c-step .c-step__content .c-step__content__head {
  display: flex;
  align-items: flex-end;
  padding: 10px 0;
  border-top: 3px solid #204f9a;
  background-color: #e6eaf2;
}
.l-content .c-step .c-step__content .c-step__content__head > h3,
.l-content .c-step .c-step__content .c-step__content__head > p {
  color: #204f9a;
  font-size: 27px;
}
.l-content .c-step .c-step__content .c-step__content__head > h3 {
  padding-left: 30px;
}
.l-content .c-step .c-step__content .c-step__content__head > p {
  height: 50px;
  padding: 0 25px 0 30px;
  border-right: 1px solid #204f9a;
}
.l-content .c-step .c-step__content .c-step__content__head > p > span {
  font-size: 35px;
}
.l-content .c-step .c-step__content .c-step__content__inner {
  height: 220px;
  padding-top: 15px;
  box-sizing: border-box;
  background: #f4f4f4 url("/special/alumiframe/service/img/bg_step_01.png") no-repeat right top;
}
.l-content .c-step .c-step__content:first-of-type .c-step__content__inner {
  height: auto;
  padding-bottom: 30px;
}
.l-content .c-step .c-step__content:nth-of-type(2) .c-step__content__inner {
  height: 230px;
  background-image: url("/special/alumiframe/service/img/bg_step_02.png");
}
.l-content .c-step .c-step__content:nth-of-type(3) .c-step__content__inner {
  background-image: url("/special/alumiframe/service/img/bg_step_03.png");
}
.l-content .c-step .c-step__content:nth-of-type(4) .c-step__content__inner {
  background-image: url("/special/alumiframe/service/img/bg_step_04.png");
}
.l-content .c-step .c-step__content:nth-of-type(5) .c-step__content__inner {
  height: 230px;
  background-image: url("/special/alumiframe/service/img/bg_step_05.png");
}
.l-content .c-step .c-step__content .c-step__content__inner > p,
.l-content .c-step .c-step__content .m-btnList {
  padding-left: 60px;
}
.l-content .c-step .c-step__content .c-step__content__inner > p {
  font-size: 19px;
}
.l-content .c-step .c-step__content .c-step__content__inner > p > span {
  font-size: 29px;
}
.l-content .c-step .c-step__content .c-box {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 480px;
  margin-left: 60px;
  padding: 15px 0 20px;
  background-color: #fff;
}
.l-content .c-step .c-step__content .c-box + .c-box {
  width: 150px;
  margin-left: 30px;
}
.l-content .c-step .c-step__content .c-box > h4,
.l-content .c-step .c-step__content .c-box .c-box__text {
  color: #204f9a;
}
.l-content .c-step .c-step__content .c-box .c-box__text {
  padding: 35px 17px 0;
}
.l-content .c-step .c-step__content .c-box > h4 {
  width: 100%;
}
.l-content .c-step .c-step__content .c-box .c-box__item .c-box__item__picture {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 82px;
}
.l-content .c-step .c-step__content .m-btn--center {
  margin: 0;
  padding-left: 140px;
  text-align: left;
}
.l-content .c-step .c-step__content .c-note {
  display: inline-block;
  margin-left: 60px;
  padding: 10px 20px;
  background-color: #ddd;
}
.l-content .c-step .c-step__content .c-note > p {
  padding-left: 1em;
  text-indent: -1em;
}

/*---------- .c-qa ----------*/
.l-content .c-qa .c-accordion {
  width: 1000px;
}
.l-content .c-qa .c-accordion > dt > a,
.l-content .c-qa .c-accordion > dd {
  display: flex;
  align-items: baseline;
  padding: 10px 16px;
  color: #333;
}
.l-content .c-qa .c-accordion > dt > a::before,
.l-content .c-qa .c-accordion > dd::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  padding-top: 2px;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.l-content .c-qa .c-accordion > dt > a::before {
  background-color: #0a337f;
  content: "Q";
}
.l-content .c-qa .c-accordion > dd::before {
  background-color: #d00;
  content: "A";
}

/*---------- .c-caution ----------*/
.l-content .c-caution .c-accordion {
  width: 1100px;
}
.l-content .c-caution .c-accordion > dt > a {
  display: block;
  padding: 13px 20px 11px;
  color: #004098;
}
.l-content .c-caution .c-accordion > dd {
  padding: 20px;
}
.l-content .c-caution .c-accordion > dd > ul:not(.c-list--note) {
  padding-left: 5px;
}
.l-content .c-caution .c-accordion > dd > ul > li + li {
  margin-top: 10px;
}
.l-content .c-caution .c-accordion .c-list--note {
  width: 1040px;
  padding: 15px;
  box-sizing: border-box;
  background-color: #f7f7f7;
}

/*---------- .c-contact ----------*/
.l-content .c-contact .c-box {
  width: 950px;
  display: flex;
  justify-content: space-between;
  padding: 15px 30px 15px 0;
  box-sizing: border-box;
  background-color: #f4f4f4;
}
.l-content .c-contact .c-box .c-box__content {
  width: 500px;
  padding-top: 25px;
}
.l-content .c-contact .c-box + p {
  padding-left: 125px;
}

/*---------- .c-accordion ----------*/
.l-content .c-caution .c-accordion > dt > a,
.l-content .c-qa .c-accordion > dt > a {
  position: relative;
  background-color: #f4f4f4;
  text-decoration: none;
}
.l-content .c-caution .c-accordion > dt > a::after,
.l-content .c-qa .c-accordion > dt > a::after {
  position: absolute;
  right: 20px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #0a337f;
  border-left: 1px solid #0a337f;
  content: "";
}
.l-content .c-qa .c-accordion > dt > a::after,
.l-content .c-caution .c-accordion > dt > a::after {
  top: 20px;
  transform: rotate(-45deg);
}
.l-content .c-qa .c-accordion > dt > a.on::after,
.l-content .c-caution .c-accordion > dt > a.on::after {
  top: 24px;
  transform: rotate(135deg);
}
.l-content .title_txt_01{
    text-align: right;
    margin: -59px 10px 40px 0;
}
