@charset "UTF-8";
main {
  /* overwrite
  -------------------------------------------------------------------------------------------------------- */
  /* baseSet
  -------------------------------------------------------------------------------------------------------- */
  /* common class */
  /* main_img */
  /* lead */
  /* contents-list */
  /* sec-box main
  -------------------------------------------------------------------------------------------------------- */
  /* tool */
  /* step */
}
main body {
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
main .container {
  min-width: inherit;
  padding: 0;
}
main .content {
  padding: 0;
}
main .content img {
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
}
main .content .only-sp {
  display: block;
}
main .content .only-pc {
  display: none;
}
main .content figure.switch img:nth-child(2) {
  display: none;
}
main .content .inner {
  padding: 0 2rem;
}
main .maker {
  background: url("../img/maker_bg.png") repeat-x;
  background-size: 1.5vw;
  background-position: center bottom;
  /*background: linear-gradient(transparent 70%,#ffeb5f 70%); background: -webkit-linear-gradient(transparent 70%,#ffeb5f 70%);*/
}
main .maker.pk {
  border-bottom: #eb5a82 1px solid;
  background: none;
}
main .content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  main .content .only-sp {
    display: none;
  }
  main .content .only-pc {
    display: block;
  }
  main .maker {
    background-size: 10px;
  }
  main .maker.pk {
    border-bottom: #eb5a82 2px solid;
  }
}
main .sec-box {
  width: calc(100% - 12%);
  margin: 0 auto;
  padding: 0;
}
main .sec-box.line01 {
  padding: 30px 0;
  background: url("../img/main_line.png") repeat-x center top;
  background-size: 23px;
  text-align: center;
  line-height: 2;
}
main .sec-box.line02 {
  padding-bottom: 14.5vw;
  background: url("../img/sub_line_sp.png") no-repeat center bottom;
  background-size: 100%;
}
@media print, screen and (min-width: 768px) {
  main .sec-box {
    margin: 0 auto;
    width: 1000px;
  }
  main .sec-box.line02 {
    padding-bottom: 85px;
    background-image: url("../img/sub_line_pc.png");
  }
}
main .linkBtn {
  width: 100%;
  max-width: 74.5vw;
  margin: 4.5vw auto 0;
  text-align: center;
}
main .linkBtn a {
  display: block;
  padding: 3.5vw 0;
  background: #ed1a3a;
  border-radius: 5px;
  font-size: 3.2vw;
  font-weight: 700;
}
main .linkBtn a span {
  color: #fff;
  background: url("../img/ar_red.png") no-repeat right center;
  padding-right: 5vw;
  background-size: 3.4vw;
}
@media print, screen and (min-width: 768px) {
  main .linkBtn {
    width: 100%;
    max-width: 420px;
    margin: 30px auto 0;
  }
  main .linkBtn a {
    padding: 20px 0;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
  }
  main .linkBtn a span {
    padding-right: 25px;
    background-size: 20px;
  }
}
main #main_img {
  padding: 28% 0 5%;
  background: url("../img/kv_bg_sp.png") no-repeat right -11px;
  background-size: contain;
}
main #main_img p {
  margin-top: 5px;
  font-size: 5.3vw;
  font-weight: 700;
}
main #main_img span.h1Text {
  display: block;
  margin: 5px 0 10px;
  font-size: 8vw;
  font-weight: 700;
  color: #004696;
}
main #main_img .maker {
  display: inline-block;
  font-weight: 700;
  font-size: 3.2vw;
  background-size: 2vw;
  /*background: linear-gradient(transparent 35%,#ffeb5f 35%); background: -webkit-linear-gradient(transparent 35%,#ffeb5f 35%);*/
}
main #main_img .maker span:before, main #main_img .maker span:after {
  content: "｜";
  display: inline-block;
  font-weight: 700;
}
main #main_img .maker span:after {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
main #main_img .maker span:before {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
main #main_img .row {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
main #main_img .row .main {
  position: relative;
  margin-top: 3px;
  color: #3c3c3c;
  font-size: 5vw;
  font-weight: 900;
  letter-spacing: -0.5vw;
}
main #main_img .row .main .ruby {
  position: absolute;
  top: 33%;
  left: 4vw;
  font-size: 3.2vw;
  font-weight: 700;
  letter-spacing: 3px;
}
main #main_img .row .main .large {
  font-size: 12.7vw;
  font-weight: 900;
  letter-spacing: -1vw;
}
main #main_img .row .sub {
  margin: auto 0 0 10px;
  font-weight: 900;
  font-size: 3vw;
  letter-spacing: -0.2vw;
}
@media print, screen and (min-width: 768px) {
  main #main_img {
    padding: 70px 0 30px;
    background: url("../img/kv_bg_pc.png") no-repeat right top;
    background-size: 800px;
  }
  main #main_img p {
    margin-top: 20px;
    font-size: 45px;
  }
  main #main_img span.h1Text {
    margin-top: 4px;
    margin-bottom: 20px;
    font-size: 60px;
    color: #004696;
  }
  main #main_img .maker {
    font-size: 26px;
    background-size: 17px;
  }
  main #main_img .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main #main_img .row .main {
    margin-top: 30px;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: 0;
    color: #3C3C3C;
  }
  main #main_img .row .main .ruby {
    left: 65px;
    font-size: 18px;
    letter-spacing: 6px;
  }
  main #main_img .row .main .large {
    font-size: 118px;
    letter-spacing: -10px;
  }
  main #main_img .row .sub {
    margin: auto 0 0;
    font-size: 26px;
    letter-spacing: 0;
  }
}
main #lead {
  padding: 10px 0 30px;
  background: url("../img/main_line.png") repeat-x center top;
  background-size: 23px;
  text-align: center;
  line-height: 2;
}
main #lead p {
  font-size: 3.2vw;
}
main #lead .maker {
  font-weight: 700;
}
main #lead .date {
  margin-bottom: 3vw;
  text-align: right;
  font-size: 3vw;
}
@media print, screen and (min-width: 768px) {
  main #lead {
    padding: 20px 0 40px;
    background-size: 40px;
  }
  main #lead p {
    font-size: 22px;
  }
  main #lead .date {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
main #contents-list {
  padding: 3vw;
  background: #d4e4f4;
  border: #004696 1px solid;
  border-radius: 14px;
}
main #contents-list .ttl-sec {
  font-weight: 700;
  color: #004696;
  text-align: center;
  font-size: 4vw;
}
main #contents-list .inbox {
  margin-top: 3vw;
  padding: 2.5vw 3vw 3vw;
  background: #fff;
}
main #contents-list .inbox .title {
  color: #ffeb5f;
  background: url("../img/contents_list_ttl_bg_sp.png") no-repeat center bottom;
  background-size: contain;
  font-weight: 500;
  font-size: 3.5vw;
  padding: 4.8vw 0 2.5vw;
  text-align: center;
}
main #contents-list .inbox a {
  display: block;
  padding: 2vw 1.5vw;
  font-size: 3.2vw;
}
main #contents-list .inbox .step li a {
  padding: 3vw 0 0;
}
main #contents-list .inbox .step li a span {
  display: inline-block;
  margin-right: 3vw;
  padding: 0.8vw 1.6vw;
  background: #2878c8;
  color: #fff;
  font-weight: 500;
  border-radius: 1vw;
  font-size: 2.6vw;
}
main #contents-list .inbox .step li:first-child a {
  padding-top: 4vw;
}
main #contents-list .inbox .step li:last-child a {
  padding-bottom: 1.5vw;
}
main #contents-list .inbox .step li a p {
  display: inline-block;
}
main #contents-list .inbox .faq li {
  padding-top: 2.5vw;
}
main #contents-list .inbox .faq li a {
  position: relative;
  padding: 0 0 0 6vw;
  line-height: 1.5;
  letter-spacing: -0.1vw;
}
main #contents-list .inbox .faq li a:after {
  position: absolute;
  top: 0.5vw;
  left: 0;
  content: "";
  display: block;
  width: 4vw;
  height: 4vw;
  background: url("../img/ico_que.png") no-repeat;
  background-size: contain;
}
main #contents-list .inbox .faq li:last-child a {
  padding-bottom: 1.5vw;
}
@media print, screen and (min-width: 768px) {
  main #contents-list {
    padding: 30px 0 45px;
    border: #004696 1px solid;
  }
  main #contents-list > * {
    max-width: 800px;
    margin: 0 auto;
  }
  main #contents-list .ttl-sec {
    font-size: 30px;
  }
  main #contents-list .inbox {
    margin-top: 24px;
    padding: 10px 10px 20px;
  }
  main #contents-list .inbox > * {
    margin: 0 auto 0;
    text-align: center;
  }
  main #contents-list .inbox .title {
    background: url("../img/contents_list_ttl_bg_pc.png") no-repeat center top;
    font-size: 20px;
    padding: 27px 0 12px;
  }
  main #contents-list .inbox .title + p {
    margin-top: 10px;
  }
  main #contents-list .inbox a {
    position: relative;
    display: inline-block;
    padding: 0 0 4px 0;
    font-size: 17px;
    text-align: center;
  }
  main #contents-list .inbox a:hover {
    border-bottom: #004696 1px solid;
  }
  main #contents-list .inbox .step {
    -webkit-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 16px -15px 0;
  }
  main #contents-list .inbox .step li {
    width: auto;
    margin: 0 15px;
  }
  main #contents-list .inbox .step li a {
    padding: 0 0 4px;
  }
  main #contents-list .inbox .step li a span {
    margin-right: 0;
    padding: 4px 9px;
    border-radius: 3.5px;
    font-size: 14px;
  }
  main #contents-list .inbox .step li:first-child a {
    padding-top: 0;
  }
  main #contents-list .inbox .step li:last-child a {
    padding-bottom: 4px;
  }
  main #contents-list .inbox .step li a p {
    margin-top: 5px;
  }
  main #contents-list .inbox .faq {
    max-width: 420px;
    margin: 0 auto;
    text-align: left;
  }
  main #contents-list .inbox .faq li {
    padding-top: 16px;
  }
  main #contents-list .inbox .faq li a {
    position: relative;
    padding: 0 0 0 30px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
  }
  main #contents-list .inbox .faq li a:after {
    top: 3px;
    width: 20px;
    height: 20px;
  }
  main #contents-list .inbox .faq li:last-child a {
    padding-bottom: 1.5vw;
  }
  main #contents-list .inbox .faq li a:hover {
    border-bottom: none;
  }
  main #contents-list .inbox .faq li a:hover span {
    border-bottom: #004696 1px solid;
  }
}
main .sec-box.main {
  padding-top: 8.5vw;
}
main .sec-box.main .ttl-sec {
  color: #ffeb5f;
  background: url("../img/sect_ttl_bg_sp.png") no-repeat center bottom;
  background-size: contain;
  font-weight: 500;
  font-size: 4.4vw;
  padding: 10.8vw 0 4.5vw;
  text-align: center;
}
main .sec-box.main .ttl-line {
  -webkit-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 3.7vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 7.1vw 0 6.2vw;
}
main .sec-box.main .ttl-line:before {
  margin-right: 5px;
  border-top: 2px solid #333333;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
main .sec-box.main .ttl-line:after {
  margin-left: 5px;
  border-top: 2px solid #333333;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media print, screen and (min-width: 768px) {
  main .sec-box.main .ttl-sec {
    background: url("../img/sect_ttl_bg_pc.png") no-repeat center top;
    background-size: auto;
    font-weight: 500;
    font-size: 24px;
    padding: 40px 0 14px;
  }
  main .sec-box.main .ttl-line {
    font-size: 20px;
    margin: 36px 0 25px;
  }
  main .sec-box.main .ttl-line:before, main .sec-box.main .ttl-line:after {
    border-width: 1px;
  }
}
main .kihon-img {
  width: 80%;
  margin: 6vw auto;
}
main .kihon-img img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  main .kihon-img {
    width: 400px;
    margin: 30px auto;
  }
}
main #tool .ul-list ul li {
  -webkit-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.4vw;
}
main #tool .ul-list ul li:first-child {
  margin-top: 0;
}
main #tool .ul-list ul li .pic {
  width: 32vw;
  margin-left: 2vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}
main #tool .ul-list ul li .pic p {
  margin-top: 4px;
  text-align: center;
  font-size: 3vw;
  font-weight: bold;
}
main #tool .ul-list ul li .txt-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  margin-left: 3vw;
  padding-right: 4.6vw;
  text-align: center;
}
main #tool .ul-list ul li .txt-box .point {
  display: inline-block;
  margin-top: 1.5vw;
  font-size: 2.9vw;
  border: 1px solid #004696;
  font-weight: 500;
  color: #004696;
  padding: 0 1.5vw;
}
main #tool .ul-list ul li .txt-box p {
  line-height: 1.8;
  text-align: left;
  margin-top: 3vw;
  font-size: 3.2vw;
}
main #tool .link-wrap {
  margin-top: 6vw;
  text-align: center;
  font-weight: 700;
  font-size: 4vw;
}
@media print, screen and (min-width: 768px) {
  main #tool .ul-list {
    max-width: 914px;
    margin: 0 auto;
  }
  main #tool .ul-list ul {
    -webkit-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main #tool .ul-list ul li {
    width: 50%;
    margin-top: 20px;
  }
  main #tool .ul-list ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  main #tool .ul-list ul li:last-child {
    margin-top: 40px;
  }
  main #tool .ul-list ul li .pic {
    width: 170px;
    margin-left: 0;
  }
  main #tool .ul-list ul li .pic p {
    font-size: 16px;
  }
  main #tool .ul-list ul li .txt-box {
    width: 245px;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    margin-left: 15px;
    padding-right: 0;
  }
  main #tool .ul-list ul li .txt-box .point {
    font-size: 15px;
    padding: 0 14px;
    font-weight: initial;
  }
  main #tool .ul-list ul li .txt-box p {
    margin-top: 15px;
    font-size: 16px;
  }
  main #tool .link-wrap {
    margin-top: 0;
    font-size: 18px;
  }
}
main #step .step-nav {
  padding-top: 7vw;
}
main #step .step-nav ul {
  -webkit-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.6vw;
}
main #step .step-nav ul li {
  width: calc(33.33% - 3.2vw);
  text-align: center;
  margin: 0 1.6vw;
}
main #step .step-nav ul li > * {
  display: block;
  padding: 0 1.6vw 1.6vw;
  border-radius: 7.5vw;
  border: #004696 1px solid;
  color: #004696;
  font-weight: 700;
  font-size: 3.8vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main #step .step-nav ul li > * p {
  width: auto;
  line-height: 1.4;
}
main #step .step-nav ul li > * .num {
  display: inline-block;
  padding: 0.3vw 1.5vw;
  background: #2878c8;
  color: #fff;
  font-weight: 500;
  border-radius: 0.8vw;
  font-size: 2.6vw;
}
main #step .step-nav ul li.on > * {
  color: #ffeb5f;
  background: #004696;
}
main #step .step-nav ul li.on .num {
  background: #fff;
  color: #004696;
}
main #step .step-nav ul li .main {
  line-height: 1;
}
main #step .step-nav ul li .main span {
  margin-left: 3vw;
}
main #step .step-nav ul li a:hover {
  opacity: 1;
  color: #ffeb5f;
  background: #004696;
}
main #step .step-nav ul li a:hover .num {
  background: #fff;
  color: #004696;
}
@media print, screen and (min-width: 768px) {
  main #step .step-nav {
    padding-top: 50px;
    max-width: 840px;
    margin: 0 auto;
  }
  main #step .step-nav ul {
    margin: 0 -13px;
  }
  main #step .step-nav ul li {
    width: calc(33.33% - 26px);
    margin: 0 13px;
  }
  main #step .step-nav ul li > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 14px 10px;
    border-radius: 32px;
    font-size: 28px;
    border-width: 2px;
  }
  main #step .step-nav ul li > * p {
    display: inline-block;
  }
  main #step .step-nav ul li > * .num {
    margin-right: 20px;
    padding: 5px 13px;
    border-radius: 5px;
    font-size: 20px;
    line-height: 1;
  }
  main #step .step-nav ul li .main span {
    margin-left: 5px;
  }
}
main #step .inbox.line01 {
  padding-bottom: 14vw;
  background: url("../img/main_line.png") repeat-x center bottom;
  background-size: 23px;
  line-height: 2;
}
main #step .inbox .ttl-box {
  padding-top: 7.2vw;
}
main #step .inbox .ttl-box > * {
  position: relative;
}
main #step .inbox .ttl-box .txt-box {
  padding-top: 17vw;
  position: absolute;
  top: -3.5vw;
  left: -1.5vw;
  width: 39.5vw;
  height: 36vw;
  background: url("../img/step_ttl_sp.png") no-repeat left top;
  background-size: contain;
  text-align: center;
}
main #step .inbox .ttl-box .txt-box .title {
  margin: 0 4.5vw 0 3vw;
  font-weight: 700;
  font-size: 3.8vw;
  color: #fff;
  line-height: 1.4;
}
main #step .inbox .ttl-box .txt-box .title > span {
  position: absolute;
  top: 22vw;
  left: 9.5vw;
  width: 20vw;
  font-weight: 700;
  font-size: 8vw;
  letter-spacing: 2vw;
  color: #ffeb5f;
}
main #step .inbox .ttl-box .txt-box .title .num {
  position: relative;
  top: -23vw;
  left: 0.5vw;
  display: inline-block;
  margin: 4.2vw 4.5vw 3vw 3vw;
  font-weight: 700;
  font-size: 3.2vw;
  letter-spacing: 0;
  color: #004696;
  line-height: 1.1;
}
main #step .inbox .ttl-box .txt-box .title .num span {
  font-weight: 700;
  font-size: 5.8vw;
  color: #004696;
}
@media print, screen and (min-width: 768px) {
  main #step .inbox.line01 {
    padding-bottom: 70px;
    background-size: 30px;
  }
  main #step .inbox .ttl-box {
    padding-top: 64px;
  }
  main #step .inbox .ttl-box .txt-box {
    padding-top: 0px;
    -webkit-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 170px;
    top: 0;
    left: 0;
    width: 500px;
    height: 230px;
    background: url("../img/step_ttl_pc.png") no-repeat left top;
  }
  main #step .inbox .ttl-box .txt-box .title {
    margin: 50px 0 0 50px;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 1.3;
  }
  main #step .inbox .ttl-box .txt-box .title > span {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    font-size: 66px;
    letter-spacing: 10px;
  }
  main #step .inbox .ttl-box .txt-box .title .num {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 50px 0 0 65px;
    font-size: 36px;
  }
  main #step .inbox .ttl-box .txt-box .title .num span {
    font-size: 64px;
  }
}
main #step .inbox .point {
  margin-top: 9vw;
}
main #step .inbox .point .title {
  position: relative;
  border-radius: 1.5vw 1.5vw 0 0;
  font-weight: 700;
  color: #ffeb5f;
  font-size: 4vw;
  text-align: center;
  background: url("../img/step_point_bg_sp.png") no-repeat;
  background-size: cover;
}
main #step .inbox .point .title:after {
  position: absolute;
  bottom: 0;
  left: -2vw;
  content: "";
  width: calc(450vw / 26);
  height: calc(320vw / 26);
  display: block;
  background: url("../img/step1_point01.png") no-repeat left bottom;
  background-size: contain;
}
main #step .inbox .point .line {
  margin: -0.8vw 0 0 0;
  padding: 3vw 3vw 4vw 3vw;
  border: #eb5a82 3px solid;
}
main #step .inbox .point .line .main {
  color: #eb5a82;
  font-size: 4.2vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
main #step .inbox .point .line .main .maker {
  background-position: center bottom 0.5vw;
}
main #step .inbox .point .line .main + p {
  position: relative;
  margin: 4vw 0 0 7.5vw;
  padding: 3.5vw 5.5vw 3.5vw 12.5vw;
  font-size: 3.2vw;
  background: #d4e4f4;
  line-height: 1.6;
  border-radius: 1.5vw;
}
main #step .inbox .point .line .main + p:after {
  position: absolute;
  top: -1vw;
  left: -8.5vw;
  content: "";
  display: block;
  width: 17vw;
  height: 17vw;
  background: url("../img/step_point_b01_why_sp.png") no-repeat left top;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  main #step .inbox .point {
    margin-top: 36px;
  }
  main #step .inbox .point .title {
    line-height: 1;
    padding: 12px 0 8px;
    border-radius: 0;
    font-size: 30px;
    background: url("../img/step_point_bg_pc.png") no-repeat;
  }
  main #step .inbox .point .title:after {
    bottom: 0;
    left: 0;
    width: 120px;
    height: 76px;
    background-position: left top;
    background-size: 130px;
  }
  main #step .inbox .point .line {
    margin-top: -4px;
    padding: 20px 0;
    border: #eb5a82 4px solid;
  }
  main #step .inbox .point .line > * {
    width: 600px;
    margin: 0 auto;
  }
  main #step .inbox .point .line .main {
    width: auto;
    font-size: 24px;
  }
  main #step .inbox .point .line .main .maker {
    background-position: center bottom;
  }
  main #step .inbox .point .line .main + p {
    margin: 20px auto 0;
    padding: 45px 0 0 0;
    font-size: 16px;
    background: none;
  }
  main #step .inbox .point .line .main + p:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 104px;
    height: 40px;
    background: url("../img/step_point_b01_why_pc.png") no-repeat center top;
    background-size: auto;
    margin: 0 auto;
  }
}
main #step .inbox .use-box .item {
  -webkit-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 4vw;
}
main #step .inbox .use-box .item li {
  width: 33.33%;
  margin: 0 auto;
  text-align: center;
}
main #step .inbox .use-box .item li p {
  font-weight: bold;
  font-size: 3vw;
  line-height: 110%;
}
@media print, screen and (min-width: 768px) {
  main #step .inbox .use-box .item {
    width: 520px;
    margin: 0 auto;
  }
  main #step .inbox .use-box .item li {
    margin: 0;
  }
  main #step .inbox .use-box .item li p {
    font-size: 16px;
  }
}
main #step .inbox .flow {
  margin-top: 10vw;
  padding: 5.5vw;
  border: #004696 3px solid;
  background: #fffce7;
  border-radius: 3vw;
}
main #step .inbox .flow .title {
  width: 37.5vw;
  margin: -11vw auto 4vw;
}
main #step .inbox .flow ol li {
  position: relative;
  padding-left: 6.8vw;
  font-size: 3.2vw;
  line-height: 1.6;
}
main #step .inbox .flow ol li + li {
  margin-top: 3vw;
}
main #step .inbox .flow ol li .pic {
  margin-top: 4vw;
  max-width: 60vw;
}
main #step .inbox .flow ol li:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "1";
  background: #004696;
  color: #fff;
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  text-align: center;
  font-size: 3.2vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main #step .inbox .flow ol li .sm {
  font-size: 2.9vw;
}
main #step .inbox .flow ol li:nth-child(2):after {
  content: "2";
}
main #step .inbox .flow ol li:nth-child(3):after {
  content: "3";
}
main #step .inbox .flow .movie-wrap {
  margin-top: 8vw;
}
main #step .inbox .flow .movie-wrap .title {
  width: 50vw;
  margin: 0 auto;
  color: #004696;
  font-weight: 700;
  border: #004696 1px solid;
  background: #fff;
  border-radius: 7vw;
  text-align: center;
}
main #step .inbox .flow .movie-wrap .title + p {
  margin: 3vw 0 2vw;
  font-size: 3.2vw;
  color: #004696;
  font-weight: 700;
  text-align: center;
}
main #step .inbox .flow .movie-wrap .ttl-line {
  margin: 1vw 0 0;
  color: #004696;
  font-size: 3.2vw;
}
main #step .inbox .flow .movie-wrap .ttl-line:before {
  border-color: #004696;
}
main #step .inbox .flow .movie-wrap .ttl-line:after {
  border-color: #004696;
}
main #step .inbox .flow .movie-wrap .ttl-line + p {
  font-size: 3.2vw;
  line-height: 1.4;
}
main #step .inbox .flow .movie-wrap .movie iframe {
  width: 100%;
  height: 100%;
}
main #step .inbox .flow .movie-wrap .sm {
  margin-top: 3vw;
  font-size: 2.9vw;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  main #step .inbox .flow {
    position: relative;
    margin-top: 40px;
    padding: 38px 0 50px;
    border: #004696 4px solid;
    border-radius: 20px;
  }
  main #step .inbox .flow .title {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 170px;
    margin: 0;
  }
  main #step .inbox .flow ol {
    width: 630px;
    margin: 0 auto;
  }
  main #step .inbox .flow ol li {
    padding-left: 40px;
    font-size: 18px;
    line-height: 1.6;
  }
  main #step .inbox .flow ol li:after {
    width: 28px;
    height: 28px;
    font-size: 17px;
  }
  main #step .inbox .flow ol li .pic {
    width: 320px;
    margin: 20px auto 0;
    padding-right: 4.4vw;
  }
  main #step .inbox .flow ol li .sm {
    margin-top: 10px;
    font-size: 15px;
  }
  main #step .inbox .flow .movie-wrap {
    width: 800px;
    margin: 40px auto 0;
  }
  main #step .inbox .flow .movie-wrap .title {
    position: relative;
    width: 800px;
    margin: 0 auto;
    border-radius: 26px;
    font-size: 24px;
  }
  main #step .inbox .flow .movie-wrap .title + p {
    margin: 20px 0 10px;
    font-size: 20px;
  }
  main #step .inbox .flow .movie-wrap .movie {
    text-align: center;
  }
  main #step .inbox .flow .movie-wrap .movie iframe {
    width: 430px;
    height: 240px;
    margin: 0 auto;
  }
  main #step .inbox .flow .movie-wrap .ttl-line {
    margin: 1vw 0;
    font-size: 18px;
  }
  main #step .inbox .flow .movie-wrap .ttl-line:before {
    border-width: 2px;
  }
  main #step .inbox .flow .movie-wrap .ttl-line:after {
    border-width: 2px;
  }
  main #step .inbox .flow .movie-wrap .ttl-line + p {
    width: 600px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.4;
  }
  main #step .inbox .flow .movie-wrap .sm {
    width: 600px;
    margin: 20px auto 0;
    font-size: 15px;
  }
}
main #step .finish {
  margin: 6.4vw auto 0;
}
main #step .finish .row .pic {
  width: 33vw;
}
main #step .finish .row .txt-box {
  font-size: 3.2vw;
}
main #step .finish .row .txt-box p {
  margin-left: 4.5vw;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  main #step .finish {
    position: relative;
    width: 830px;
    margin: 6.4vw auto 0;
  }
  main #step .finish .title {
    margin-left: 20px;
    text-align: center;
  }
  main #step .finish .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main #step .finish .row .pic {
    position: absolute;
    right: 0;
    top: 80px;
    width: 150px;
  }
  main #step .finish .row .txt-box {
    font-size: 18px;
    text-align: center;
  }
  main #step .finish .row .txt-box p {
    margin-left: 0;
    line-height: 1.6;
  }
}
main #step #step2 .point .title:after {
  background-image: url("../img/step2_point01.png");
}
main #step #step2 .point.b02 .title:after {
  background-image: url("../img/step2_point02.png");
}
main #step #step2 .ttl-awa {
  line-height: 1;
  margin-top: 8vw;
  text-align: center;
}
main #step #step2 .ttl-awa span {
  display: block;
  font-size: 6.2vw;
  color: #004696;
  font-weight: 700;
  background: url("../img/ttl_awa_01.png") no-repeat left center, url("../img/ttl_awa_02.png") no-repeat right center;
  background-size: 10vw;
}
main #step #step2 .ttl-awa + .point {
  margin-top: 14vw;
}
main #step #step2 .ttl-ico {
  line-height: 1;
  margin-top: 4vw;
  text-align: center;
}
main #step #step2 .ttl-ico span {
  position: relative;
  padding-left: 13vw;
  font-size: 6vw;
  color: #004696;
  font-weight: 700;
}
main #step #step2 .ttl-ico span:before {
  position: absolute;
  left: 0;
  top: -1vw;
  content: "";
  display: block;
  width: 11vw;
  height: 11vw;
  background: url("https://placehold.jp/190x190.png") no-repeat left center;
  background-size: contain;
}
main #step #step2 .ttl-ico.body span:before {
  background-image: url("../img/ico_car.png");
}
main #step #step2 .ttl-ico.wheel span:before {
  background-image: url("../img/ico_wheel.png");
}
main #step #step2 .other {
  margin-top: 9.5vw;
}
main #step #step2 .other p {
  margin-bottom: 1vw;
  font-size: 4.4vw;
  color: #004696;
  font-weight: 700;
  text-align: center;
}
main #step #step2 .other .pic {
  padding: 7vw 4vw 5vw;
  background: url("../img/step_other_sp.png") no-repeat;
  background-size: contain;
}
main #step #step2 .other .pic p {
  font-size: 3vw;
  color: #fff;
  line-height: 7vw;
}
main #step #step2 .other .pic p span {
  display: inline-block;
  color: #ffeb5f;
  position: relative;
}
main #step #step2 .other .pic p span::after {
  width: 100%;
  height: 2px;
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0.5vw;
}
main #step #step2 .coating {
  margin-top: 5vw;
  padding-top: 5vw;
  border-top: 2px solid #004696;
  font-size: 3.2vw;
  line-height: 1.6;
}
main #step #step2 .coating .coatingTtl {
  margin-bottom: 4vw;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  color: #004696;
}
main #step #step2 .coating .coatingTtl span {
  display: inline-block;
  margin-right: 3vw;
  padding: 0 3vw;
  background-color: #004696;
  color: #fff;
}
main #step #step2 .coating .item {
  margin: 4vw 0;
}
main #step #step2 .coating .item li {
  width: 35%;
}
main #step #step2 .coating .coatingDtl {
  margin: 4vw auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
main #step #step2 .coating .coatingDtl p:first-child {
  width: 40%;
  padding-top: 1vw;
}
main #step #step2 .coating .coatingDtl p:last-child {
  width: 55%;
}
main #step #step2 .coating .textLink {
  margin-top: 4vw;
  text-align: center;
}
main #step #step2 .coating .textLink a {
  color: #ed1a3a;
  text-decoration: underline;
}
main #step #step3 .point .title:after {
  background-image: url("../img/step3_point01.png");
}
@media print, screen and (min-width: 768px) {
  main #step #step2 .ttl-awa {
    margin-top: 35px;
  }
  main #step #step2 .ttl-awa span {
    display: inline-block;
    padding: 4px 80px;
    font-size: 36px;
    background: url("../img/ttl_awa_01_pc.png") no-repeat left center, url("../img/ttl_awa_02_pc.png") no-repeat right center;
    background-size: auto;
  }
  main #step #step2 .ttl-awa + .point {
    margin-top: 20px;
  }
  main #step #step2 .ttl-ico {
    margin-top: 70px;
  }
  main #step #step2 .ttl-ico + .ttl-line {
    margin-top: 15px;
  }
  main #step #step2 .ttl-ico span {
    padding-left: 80px;
    font-size: 30px;
  }
  main #step #step2 .ttl-ico span:before {
    top: -1vw;
    width: 62px;
    height: 62px;
    background-size: contain;
  }
  main #step #step2 .other {
    margin-top: 55px;
    text-align: center;
  }
  main #step #step2 .other p {
    margin-bottom: 0;
    font-size: 26px;
  }
  main #step #step2 .other .pic {
    padding: 70px 70px 50px;
    background: url("../img/step_other_pc.png") no-repeat;
    background-size: contain;
  }
  main #step #step2 .other .pic p {
    font-size: 22px;
    line-height: 44px;
  }
  main #step #step2 .other .pic p span::after {
    bottom: 4px;
  }
  main #step #step2 .coating {
    width: 630px;
    margin: 40px auto 0;
    padding-top: 40px;
    font-size: 18px;
    line-height: 1.6;
  }
  main #step #step2 .coating .coatingTtlWp {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  main #step #step2 .coating .coatingTtl {
    margin-bottom: 30px;
    font-size: 24px;
  }
  main #step #step2 .coating .coatingTtl span {
    display: inline-block;
    margin-right: 20px;
    padding: 0 20px;
  }
  main #step #step2 .coating .item {
    width: 200px;
    margin: 0;
  }
  main #step #step2 .coating .item li {
    width: 45%;
  }
  main #step #step2 .coating .item li p {
    font-size: 12px;
  }
  main #step #step2 .coating .coatingDtl {
    margin: 30px auto;
  }
  main #step #step2 .coating .coatingDtl p:first-child {
    width: 40%;
    padding-top: 6px;
  }
  main #step #step2 .coating .coatingDtl p:last-child {
    width: 60%;
  }
  main #step #step3 .use-box .item li {
    width: 48%;
  }
}
main .master_link-wrap {
  margin-top: 6vw;
  text-align: center;
  font-weight: 700;
  font-size: 4vw;
}
@media print, screen and (min-width: 768px) {
  main .master_link-wrap {
    margin-top: 30px;
    font-size: 18px;
  }
}
main #faq {
  margin-top: 8vw;
  background: #dfebf7;
}
main #faq .sec-box.main {
  padding: 8.5vw 0;
}
main #faq .title {
  padding: 12vw 0vw 7vw 18vw;
  background: url("../img/faq_title_sp.png") no-repeat;
  background-size: contain;
  font-size: 3.5vw;
  line-height: 5.5vw;
  font-weight: bold;
  text-align: center;
  color: #ffeb5f;
}
main #faq .dl-list .faq {
  margin-top: 8vw;
}
main #faq .dl-list .faq:first-child {
  margin-top: 2vw;
}
main #faq .dl-list .faq h3 {
  padding-top: 9vw;
  text-align: center;
  color: #004696;
  font-weight: 700;
  font-size: 3.8vw;
  background: url("../img/ico_que_bl.png") no-repeat center top;
  background-size: 6.5vw;
}
main #faq .dl-list .faq .faqTxt {
  position: relative;
  margin-top: 9vw;
  padding: 4.5vw 3vw;
  font-size: 3.2vw;
  line-height: 1.6;
  border-radius: 1.4vw;
  background: #fff;
}
main #faq .dl-list .faq .faqTxt:after {
  position: absolute;
  top: -3vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  display: block;
  width: 6.5vw;
  height: 6.5vw;
  background: url("../img/ico_ans.png") no-repeat center top;
  background-size: contain;
}
main #faq .maker {
  /*background: linear-gradient(transparent 70%, #ffeb5f 70%); background: -webkit-linear-gradient(transparent 70%, #ffeb5f 70%); background-position: center bottom 1px;*/
}
main #faq .dl-list .faq .faqTxt .inbox {
  margin-bottom: 6vw;
}
main #faq .dl-list .faq .faqTxt .inbox + p {
  font-size: 3vw;
}
main #faq .dl-list .faq .faqTxt .row {
  margin-top: 3vw;
}
main #faq .dl-list .faq .faqTxt .row + .row {
  margin-top: 4.5vw;
}
main #faq .dl-list .faq .faqTxt .row .pic {
  width: 20vw;
}
main #faq .dl-list .faq .faqTxt .row .txt-box {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 3vw;
}
main #faq .dl-list .faq .faqTxt .row .txt-box .main {
  font-weight: 700;
  font-size: 3.8vw;
}
main #faq .dl-list .faq .faqTxt .sm {
  margin-top: 3vw;
  font-size: 2.9vw;
}
main #faq .dl-list .faq .faqTxt dl {
  margin-top: 2vw;
  margin-bottom: 5vw;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
main #faq .dl-list .faq .faqTxt dl:last-of-type {
  margin-bottom: 0;
}
main #faq .dl-list .faq .faqTxt dl dt {
  width: 25%;
}
main #faq .dl-list .faq .faqTxt dl dd {
  width: 75%;
}
main #faq .dl-list #faq1 .faqTxt dl dd {
  margin-bottom: 3vw;
}
main #faq .dl-list #faq1 .faqTxt dl dd:last-of-type {
  margin-bottom: 0;
}
main #faq .other {
  margin-top: 8vw;
  padding-bottom: 0;
  font-size: 4vw;
  text-align: center;
  font-weight: 700;
  color: #004696;
}
main #faq .other .pic {
  margin-bottom: 1.5vw;
}
main .bottom {
  width: calc(100% - 20%);
  margin: 0 auto 8vw;
  padding-top: 10vw;
}
main .bottom .nextBtn a {
  background: #e6e6e6;
  padding: 3vw;
  text-align: center;
  color: #003c82;
  font-size: 3.75vw;
  display: block;
  line-height: 1.5;
}
main .bottom .nextBtn strong {
  font-size: 4.375vw;
  font-weight: 500;
}
main .bottom .nextBtn span {
  position: relative;
}
main .bottom .nextBtn span::after {
  content: "＞";
  padding-left: 0.5rem;
}
main .bottom .linkBtn {
  margin-top: 6vw;
}
main .relatedInfo {
  background: #fff;
  border: 1px #999 solid;
  width: calc(100% - 12%);
  margin: 10vw auto 3vw;
}
main .relatedInfo dt {
  background: #dfebf7;
  color: #2878c8;
  font-size: 4.375vw;
  font-weight: 500;
  text-align: center;
  padding: 3vw;
}
main .relatedInfo dd {
  padding: 6%;
}
main .relatedInfo dd a {
  border-top: 1px #2878c8 solid;
  padding-top: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .relatedInfo dd a figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
main .relatedInfo dd a div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  margin-left: 3%;
}
main .relatedInfo dd a div p {
  font-size: 2.625vw;
  line-height: 1.5;
}
main .relatedInfo dd a div strong {
  font-size: 3.125vw;
  font-weight: 700;
  display: block;
  margin-bottom: 1%;
}
main .relatedInfo dd a .detainBtn {
  width: 100%;
  background: #2878c8;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 3.125vw;
  font-weight: 500;
  padding: 3%;
  margin-top: 6%;
}
@media print, screen and (min-width: 768px) {
  main #faq {
    width: 1000px;
    margin: 80px auto 0;
  }
  main #faq .sec-box.main {
    width: 800px;
    margin: 0 auto;
    padding: 40px 0;
  }
  main #faq .title {
    padding: 120px 40px 70px 220px;
    background: url("../img/faq_title_pc.png") no-repeat;
    background-size: contain;
    font-size: 30px;
    line-height: 44px;
    font-weight: bold;
    text-align: center;
    color: #ffeb5f;
  }
  main #faq .maker {
    background-size: 7px;
  }
  main #faq .dl-list .faq {
    margin-top: 42px;
  }
  main #faq .dl-list .faq h3 {
    padding-top: 48px;
    font-size: 26px;
    background-size: 40px;
  }
  main #faq .dl-list .faq .faqTxt {
    margin-top: 45px;
    padding: 30px 100px 30px;
    font-size: 16px;
    border-radius: 14px;
    line-height: 1.8;
  }
  main #faq .dl-list .faq .faqTxt:after {
    top: -20px;
    width: 40px;
    height: 40px;
  }
  main #faq .dl-list .faq .faqTxt .inbox {
    -webkit-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px 0 30px;
  }
  main #faq .dl-list .faq .faqTxt .inbox + p {
    font-size: 16px;
  }
  main #faq .dl-list .faq .faqTxt .row {
    -webkit-display: block;
    display: block;
    margin-top: 0;
    text-align: center;
  }
  main #faq .dl-list .faq .faqTxt .row + .row {
    margin-top: 0;
  }
  main #faq .dl-list .faq .faqTxt .row .pic {
    width: 100px;
    margin: 0 auto;
  }
  main #faq .dl-list .faq .faqTxt .row .txt-box {
    margin-left: 0;
    margin-top: 10px;
  }
  main #faq .dl-list .faq .faqTxt .row .txt-box .main {
    font-size: 20px;
  }
  main #faq .dl-list .faq .faqTxt .sm {
    margin-top: 10px;
    font-size: 12px;
  }
  main #faq .dl-list .faq .faqTxt dl {
    margin-top: 4px;
    margin-bottom: 20px;
  }
  main #faq .dl-list #faq1 .faqTxt dl dd {
    margin-bottom: 20px;
  }
  main #faq .other {
    margin-top: 72px;
    padding-bottom: 50px;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    color: #004696;
  }
  main #faq .other .pic {
    margin-bottom: 0;
  }
  main #faq .other p {
    margin-top: -70px;
    padding-bottom: 42px;
  }
  main .bottom {
    width: 760px;
    margin: 0 auto 50px;
    padding-top: 70px;
  }
  main .bottom .nextBtn a {
    padding: 16px;
    font-size: 20px;
    line-height: 1.7;
  }
  main .bottom .nextBtn strong {
    font-size: 24px;
  }
  main .relatedInfo {
    width: 1000px;
    margin: 70px auto 20px;
  }
  main .relatedInfo dt {
    font-size: 24px;
    padding: 20px;
  }
  main .relatedInfo dd {
    padding: 30px 0;
  }
  main .relatedInfo dd a {
    border-top: 2px #2878c8 solid;
    padding-top: 15px;
    width: 880px;
    margin: 0 auto;
  }
  main .relatedInfo dd a figure {
    max-width: 310px;
  }
  main .relatedInfo dd a div {
    margin-left: 45px;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  main .relatedInfo dd a div p {
    font-size: 20px;
    line-height: 1.4;
  }
  main .relatedInfo dd a div strong {
    font-size: 26px;
    margin-bottom: 5px;
  }
  main .relatedInfo dd a .detainBtn {
    font-size: 20px;
    padding: 8px;
    margin-top: 12px;
  }
}
main .date-02 {
  margin-bottom: 6vw;
  text-align: center;
  font-size: 3vw;
}
@media print, screen and (min-width: 768px) {
  main .date-02 {
    margin-bottom: 60px;
    font-size: 16px;
  }
}
main #pageTop {
  position: fixed;
  bottom: 3vw;
  right: 3vw;
  z-index: 50;
}
main #pageTop a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  main #pageTop {
    bottom: 20px;
    right: 20px;
  }
}
/*# sourceMappingURL=base.css.map */