@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*cont*/
/*color*/
/* font */
/* img */
/* --------------------------------
        style
-------------------------------- */
body main.card, body main.oil {
  width: 100%;
  font-family: YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", 'Noto Sans JP',Avenir,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial,verdana,sans-serif !important;
  font-size: clamp(14px, 16px, 3vw);
  line-height: 1.3em;
  font-weight: 400;
  overflow: hidden;
  background-color: #fff; 
}
body main.card a, body main.oil a {
  text-decoration: none;
  color: #000000;
}
body main.card img, body main.oil img {
  width: 100%;
  height: auto;
}
body main.card .contFooter, body main.oil .contFooter {
  padding: 80px 10px;
  box-sizing: border-box;
  background-color: #fff7cc;
}
body main.card .contFooter dl, body main.oil .contFooter dl {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}
@media (min-width: 1000px) {
  body main.card .contFooter dl dd, body main.oil .contFooter dl dd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
body main.card .contFooter dl dd:not(:last-child), body main.oil .contFooter dl dd:not(:last-child) {
  margin-bottom: 80px;
}
body main.card .contFooter dl dd a, body main.oil .contFooter dl dd a {
  margin-top: 40px;
  padding: 20px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #ffd900;
  text-align: left;
  font-weight: bold;
  position: relative;
}
@media (max-width: 999px) {
  body main.card .contFooter dl dd a, body main.oil .contFooter dl dd a {
    width: 100%;
  }
}
body main.card .contFooter dl dd a:before, body main.oil .contFooter dl dd a:before {
  content: '';
  width: 20px;
  height: 2px;
  display: block;
  background-color: #000000;
  position: absolute;
  top: calc((100% - 2px)/2);
  right: 20px;
}
body main.card .contFooter dl dd a:after, body main.oil .contFooter dl dd a:after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: rotate(45deg);
  position: absolute;
  top: calc((100% - 12px)/2);
  right: 20px;
}
@media (max-width: 999px) {
  body main.card .contFooter dl dd a + a, body main.oil .contFooter dl dd a + a {
    margin-top: 20px;
  }
}
@media (min-width: 1000px) {
  body main.card .contFooter dl dd a.full, body main.oil .contFooter dl dd a.full {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  body main.card .contFooter dl dd a:not(.full), body main.oil .contFooter dl dd a:not(.full) {
    width: calc((100% - 40px)/2);
  }
}
body main.card .title01, body main.oil .title01 {
  max-width: 1000px;
  margin: 40px auto;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  font-size: clamp(18px, 24px, 4vw);
  line-height: 1.3em;
  font-weight: bold;
}
@media (max-width: 999px) {
  body main.card .title01, body main.oil .title01 {
    padding: 0 10px;
    box-sizing: border-box;
  }
}
body main.card .title01 .lab, body main.oil .title01 .lab {
  width: 30px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
body main.card .title01 .lab:before, body main.card .title01 .lab:after, body main.oil .title01 .lab:before, body main.oil .title01 .lab:after {
  content: '';
  width: 4px;
  height: calc(100% + 20px);
  display: inline-block;
  transform: rotate(20deg);
}
body main.card .title01 .lab:before, body main.oil .title01 .lab:before {
  background-color: #ffd900;
}
body main.card .title01 .lab:after, body main.oil .title01 .lab:after {
  background-color: #004ea2;
}
body main.card .title02, body main.oil .title02 {
  width: 100%;
  padding-bottom: 10px;
  font-size: clamp(18px, 24px, 4vw);
  line-height: 1.3em;
  font-weight: bold;
  text-align: left;
  position: relative;
}
@media (min-width: 1000px) {
  body main.card .title02, body main.oil .title02 {
    margin-bottom: 40px;
  }
}
@media (max-width: 999px) {
  body main.card .title02, body main.oil .title02 {
    margin-bottom: 20px;
  }
}
body main.card .title02:before, body main.card .title02:after, body main.oil .title02:before, body main.oil .title02:after {
  content: '';
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
}
body main.card .title02:before, body main.oil .title02:before {
  width: 100%;
  background-color: #ffd900;
  left: 0;
  z-index: 1;
}
body main.card .title02:after, body main.oil .title02:after {
  width: 5%;
  min-width: 50px;
  background-color: #004ea2;
  right: 0;
  z-index: 2;
}
body main.card .title03, body main.oil .title03 {
  padding: 5px 0;
  color: #004ea2;
  border-bottom: 1px solid #000000;
  font-size: clamp(18px, 24px, 4vw);
  line-height: 1.3em;
}
body main.card .title03:before, body main.oil .title03:before {
  content: '▶';
  margin-right: 10px;
}
body main.card .pageLink, body main.oil .pageLink {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 40px; 
}
body main.card .pageLink li, body main.oil .pageLink li {
  margin: 0 0 20px 16px;
  position: relative;
  font-size: clamp(18px, 24px, 4vw);
  line-height: 1.3em;
  cursor: pointer;
  line-height: 2em;
  color: #004ea2;
}
body main.card .pageLink li span, body main.oil .pageLink li span {
  padding-bottom: 5px;
  border-bottom: 1px solid #004ea2;
}
body main.card .pageLink li:before, body main.oil .pageLink li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  border-top: 1px solid #004ea2;
  border-right: 1px solid #004ea2;
  transform: rotate(45deg);
  position: absolute;
  top: 0.9em;
  left: -16px;
}
body main.card .square li:not(:last-child), body main.oil .square li:not(:last-child) {
  margin-bottom: 10px;
}
body main.card .square li:before, body main.oil .square li:before {
  content: '■';
  margin-right: 10px;
  font-size: clamp(10px, 12px, 2vw);
  line-height: 1.3em;
  color: #004ea2;
}
body main.card.faq .details, body main.oil.faq .details {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}
body main.card.faq .details .boxText, body main.oil.faq .details .boxText {
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: clamp(18px, 24px, 4vw);
  line-height: 1.3em;
}
@media (max-width: 999px) {
  body main.card.faq .details .boxText, body main.oil.faq .details .boxText {
    flex-direction: column;
  }
}
body main.card.faq .details .boxText .note, body main.oil.faq .details .boxText .note {
  margin-top: 10px;
  font-size: clamp(14px, 16px, 3vw);
  line-height: 1.3em;
}
body main.card.faq .details .boxText:after, body main.oil.faq .details .boxText:after {
  content: '';
  width: 90vw;
  height: 50vw;
  max-width: 350px;
  max-height: 220px;
  display: block;
}
@media (min-width: 1000px) {
  body main.card.faq .details .boxText:after, body main.oil.faq .details .boxText:after {
    margin-left: 40px;
  }
}
@media (max-width: 999px) {
  body main.card.faq .details .boxText:after, body main.oil.faq .details .boxText:after {
    margin-top: 20px;
  }
}
body main.card.faq .details .link, body main.oil.faq .details .link {
  margin-left: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #004ea2;
  color: #004ea2;
  font-size: clamp(18px, 24px, 4vw);
  line-height: 1.3em;
  line-height: 2em;
  position: relative;
}
body main.card.faq .details .link:before, body main.oil.faq .details .link:before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  border-top: 1px solid #004ea2;
  border-right: 1px solid #004ea2;
  transform: rotate(45deg);
  position: absolute;
  left: -16px;
}
@media (min-width: 1000px) {
  body main.card.faq .details .link:before, body main.oil.faq .details .link:before {
    top: 12px;
  }
}
@media (max-width: 999px) {
  body main.card.faq .details .link:before, body main.oil.faq .details .link:before {
    top: 8px;
  }
}
@media (min-width: 1000px) {
  body main.card.faq .details .pageLink li, body main.oil.faq .details .pageLink li {
    width: calc((100% - 140px)/3);
  }
}
@media (max-width: 999px) {
  body main.card.faq .details .pageLink li, body main.oil.faq .details .pageLink li {
    width: calc((100% - 80px)/2);
  }
}
body main.card.faq .details.obbli .boxText:after, body main.oil.faq .details.obbli .boxText:after {
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/card/img_card_obbli.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
}
body main.card.faq .details.jaccs .boxText:after, body main.oil.faq .details.jaccs .boxText:after {
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/card/img_card_jaccs.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
}
body main.card.faq .contents > section, body main.oil.faq .contents > section {
  margin-bottom: 80px;
}
body main.card.faq .contents > section > ul > li, body main.oil.faq .contents > section > ul > li {
  padding-bottom: 20px;
  counter-increment: number 1;
}
body main.card.faq .contents > section > ul > li > dl > dt, body main.oil.faq .contents > section > ul > li > dl > dt {
  min-height: 80px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: clamp(18px, 24px, 4vw);
  line-height: 1.3em;
  color: #004ea2;
  font-weight: bold;
  position: relative;
}
@media (min-width: 1000px) {
  body main.card.faq .contents > section > ul > li > dl > dt, body main.oil.faq .contents > section > ul > li > dl > dt {
    padding-left: 120px;
  }
}
@media (max-width: 999px) {
  body main.card.faq .contents > section > ul > li > dl > dt, body main.oil.faq .contents > section > ul > li > dl > dt {
    padding-left: 60px;
  }
}
body main.card.faq .contents > section > ul > li > dl > dt:before, body main.oil.faq .contents > section > ul > li > dl > dt:before {
  content: "Q" counter(number);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2e69ae;
  border: 4px solid #004ea2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-family: 'Montserrat' ,'Noto Sans JP',Avenir, YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial,verdana,sans-serif !important;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  left: 0;
}
@media (min-width: 1000px) {
  body main.card.faq .contents > section > ul > li > dl > dt:before, body main.oil.faq .contents > section > ul > li > dl > dt:before {
    width: 80px;
    height: 80px;
    font-size: clamp(24px, 36px, 5vw);
    line-height: 1.3em;
    top: calc((100% - 88px)/2);
  }
}
@media (max-width: 999px) {
  body main.card.faq .contents > section > ul > li > dl > dt:before, body main.oil.faq .contents > section > ul > li > dl > dt:before {
    width: 40px;
    height: 40px;
    font-size: clamp(18px, 24px, 4vw);
    line-height: 1.3em;
    top: calc((100% - 48px)/2);
  }
}
body main.card.faq .contents > section > ul > li > dl > dd, body main.oil.faq .contents > section > ul > li > dl > dd {
  line-height: 1.8em;
}
body main.card.faq .contents > section > ul > li > dl > dd > div, body main.oil.faq .contents > section > ul > li > dl > dd > div {
  min-height: 90px;
  position: relative;
}
@media (min-width: 1000px) {
  body main.card.faq .contents > section > ul > li > dl > dd > div, body main.oil.faq .contents > section > ul > li > dl > dd > div {
    padding: 20px 0 0 120px;
  }
}
@media (max-width: 999px) {
  body main.card.faq .contents > section > ul > li > dl > dd > div, body main.oil.faq .contents > section > ul > li > dl > dd > div {
    padding: 5px 0 0 60px;
  }
}
body main.card.faq .contents > section > ul > li > dl > dd > div dl:not(.boxFaq) dt, body main.card.faq .contents > section > ul > li > dl > dd > div dl:not(.boxFaq) dd, body main.oil.faq .contents > section > ul > li > dl > dd > div dl:not(.boxFaq) dt, body main.oil.faq .contents > section > ul > li > dl > dd > div dl:not(.boxFaq) dd {
  margin-top: 10px;
}
body main.card.faq .contents > section > ul > li > dl > dd > div dl:not(.boxFaq) dt, body main.oil.faq .contents > section > ul > li > dl > dd > div dl:not(.boxFaq) dt {
  font-weight: bold;
}
body main.card.faq .contents > section > ul > li > dl > dd > div dl.boxFaq, body main.oil.faq .contents > section > ul > li > dl > dd > div dl.boxFaq {
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fffbe5;
}
body main.card.faq .contents > section > ul > li > dl > dd > div dl.boxFaq dt, body main.oil.faq .contents > section > ul > li > dl > dd > div dl.boxFaq dt {
  margin-bottom: 10px;
  font-weight: bold;
}
body main.card.faq .contents > section > ul > li > dl > dd > div .note, body main.oil.faq .contents > section > ul > li > dl > dd > div .note {
  margin-top: 10px;
  font-size: clamp(10px, 12px, 2vw);
  line-height: 1.3em;
}
body main.card.faq .contents > section > ul > li > dl > dd > div:before, body main.oil.faq .contents > section > ul > li > dl > dd > div:before {
  content: "A" counter(number);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fee982;
  border: 4px solid #ffd900;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-family: 'Montserrat' ,'Noto Sans JP',Avenir, YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial,verdana,sans-serif !important;
  color: #000000;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1000px) {
  body main.card.faq .contents > section > ul > li > dl > dd > div:before, body main.oil.faq .contents > section > ul > li > dl > dd > div:before {
    width: 80px;
    height: 80px;
    font-size: clamp(24px, 36px, 5vw);
    line-height: 1.3em;
  }
}
@media (max-width: 999px) {
  body main.card.faq .contents > section > ul > li > dl > dd > div:before, body main.oil.faq .contents > section > ul > li > dl > dd > div:before {
    width: 40px;
    height: 40px;
    font-size: clamp(18px, 24px, 4vw);
    line-height: 1.3em;
  }
}
@media (min-width: 1000px) {
  body main.card.faq .contents > section > ul > li > dl > dd:not(:last-child), body main.oil.faq .contents > section > ul > li > dl > dd:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media (max-width: 999px) {
  body main.card.faq .contents > section > ul > li > dl > dd:not(:last-child), body main.oil.faq .contents > section > ul > li > dl > dd:not(:last-child) {
    margin-bottom: 40px;
  }
}
body main.card.faq .contents > section > ul > li .boxBtn, body main.oil.faq .contents > section > ul > li .boxBtn {
  margin-top: 20px;
  text-align: right;
}
body main.card.faq .contents > section > ul > li .boxBtn p, body main.oil.faq .contents > section > ul > li .boxBtn p {
  width: 150px;
  margin: 0 0 0 auto;
  padding: 5px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #818181;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
}
body main.card.faq .contents > section > ul > li .boxBtn p:before, body main.oil.faq .contents > section > ul > li .boxBtn p:before {
  font-size: clamp(18px, 24px, 4vw);
  line-height: 1.3em;
  color: #ffffff;
  font-weight: bold;
}
body main.card.faq .contents > section > ul > li .boxBtn .close:before, body main.oil.faq .contents > section > ul > li .boxBtn .close:before {
  content: '閉じる';
}
body main.card.faq .contents > section > ul > li .boxBtn .open:before, body main.oil.faq .contents > section > ul > li .boxBtn .open:before {
  content: '開く';
}
body main.card.faq .contents > section > ul > li:not(:last-child), body main.oil.faq .contents > section > ul > li:not(:last-child) {
  margin-bottom: 40px;
  border-bottom: 4px dotted #000000;
}
body main.card.faq .contMain .pageLink, body main.oil.faq .contMain .pageLink {
  justify-content: flex-start;
}
@media (min-width: 1000px) {
  body main.card.faq .contMain .pageLink li, body main.oil.faq .contMain .pageLink li {
    width: calc((100% - 168px)/3);
  }
}
@media (max-width: 999px) {
  body main.card.faq .contMain .pageLink li, body main.oil.faq .contMain .pageLink li {
    width: calc((100% - 40px)/2);
  }
}
body main.card.faq .contMain .pageLink li:not(:last-child), body main.oil.faq .contMain .pageLink li:not(:last-child) {
  margin-right: 60px;
}
body main.card .mainView .box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 1000px) {
  body main.card .mainView .box {
    height: calc(50vw + 220px);
    max-height: 920px;
    padding: 60px 10px;
  }
}
@media (max-width: 999px) {
  body main.card .mainView .box {
    padding: 40px 10px;
  }
}
body main.card .mainView .box .logo {
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/card/logo-kygnus-w.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
}
@media (min-width: 1000px) {
  body main.card .mainView .box .boxText {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
body main.card .mainView .box .boxText .text {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  font-size: clamp(20px, 30px, 3vw);
  line-height: 1.3em;
  color: #ffffff;
  font-weight: bold;
}
body main.card .mainView .box .boxText .text span {
  padding: 5px 0;
  display: inline-block;
  border-bottom: 2px solid #ffffff;
}
@media (min-width: 1000px) {
  body main.card .mainView .box .boxText .text span {
    margin-bottom: 20px;
  }
}
@media (max-width: 999px) {
  body main.card .mainView .box .boxText .text span {
    margin-bottom: 10px;
  }
}
body main.card .mainView .boxLine {
  margin-top: auto;
  position: relative;
  z-index: 1;
}
body main.card .mainView .boxLine p {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  font-family: 'Montserrat' ,'Noto Sans JP',Avenir, YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial,verdana,sans-serif !important;
  font-size: clamp(18px, 40px, 5vw);
  line-height: 1.3em;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}
@media (min-width: 1000px) {
  body main.card .boxApplicationBtn {
    padding: 100px 0;
  }
}
@media (max-width: 999px) {
  body main.card .boxApplicationBtn {
    padding: 70px 0 40px 0;
  }
}
body main.card .boxApplicationBtn .boxBtn {
  width: max-content;
  margin: 0 auto;
  position: relative;
}
body main.card .boxApplicationBtn .boxBtn a {
  width: max-content;
  margin: 0 auto;
  display: block;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  font-size: clamp(24px, 36px, 5vw);
  line-height: 1.3em;
  position: relative;
  z-index: 2;
}
@media (min-width: 1000px) {
  body main.card .boxApplicationBtn .boxBtn a {
    padding: 40px 100px 20px 40px;
  }
}
@media (max-width: 999px) {
  body main.card .boxApplicationBtn .boxBtn a {
    padding: 20px 60px 20px 20px;
  }
}
body main.card .boxApplicationBtn .boxBtn a .step {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-weight: bold;
  position: absolute;
}
@media (min-width: 1000px) {
  body main.card .boxApplicationBtn .boxBtn a .step {
    width: 200px;
    font-size: 20px;
    height: 40px;
    top: -20px;
  }
}
@media (max-width: 999px) {
  body main.card .boxApplicationBtn .boxBtn a .step {
    width: 140px;
    font-size: 14px;
    height: 30px;
    top: -15px;
  }
}
body main.card .boxApplicationBtn .boxBtn a .text {
  width: max-content;
  display: inline-block;
  font-weight: bold;
  position: relative;
}
body main.card .boxApplicationBtn .boxBtn a .text:before {
  content: '';
  width: calc(100% + 20px);
  height: 20px;
  background-color: #ffffff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: -10px;
  z-index: -1;
}
body main.card .boxApplicationBtn .boxBtn a:after {
  content: '';
  display: block;
  position: absolute;
}
@media (min-width: 1000px) {
  body main.card .boxApplicationBtn .boxBtn a:after {
    width: 200px;
    height: 130px;
    transform: rotate(25deg);
    top: -5px;
    right: -135px;
  }
}
@media (max-width: 999px) {
  body main.card .boxApplicationBtn .boxBtn a:after {
    width: 100px;
    height: 60px;
    transform: rotate(10deg);
    top: -40px;
    right: 0;
  }
}
body main.card .boxApplicationBtn .boxBtn:before {
  content: '';
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  z-index: 1;
}
@media (min-width: 1000px) {
  body main.card .boxApplicationBtn .boxBtn:before {
    width: 200px;
    height: 40px;
    top: -26px;
    left: 34px;
  }
}
@media (max-width: 999px) {
  body main.card .boxApplicationBtn .boxBtn:before {
    width: 140px;
    height: 30px;
    top: -21px;
    left: 14px;
  }
}
body main.card .boxApplicationBtn .boxBtn:after {
  content: '';
  width: 100%;
  height: 100%;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: 1;
}
body main.card .contents {
  box-sizing: border-box;
  text-align: left;
}
@media (min-width: 1000px) {
  body main.card .contents {
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 10px 10px 10px;
  }
}
@media (max-width: 999px) {
  body main.card .contents {
    padding: 40px 10px 10px 10px;
  }
}
body main.card .contents .balloon {
  width: max-content;
  box-sizing: border-box;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: clamp(24px, 36px, 5vw);
  line-height: 1.3em;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  text-align: center;
}
@media (min-width: 1000px) {
  body main.card .contents .balloon {
    min-width: 470px;
    padding: 20px;
    margin-bottom: 50px;
  }
}
@media (max-width: 999px) {
  body main.card .contents .balloon {
    padding: 10px 10%;
    margin: 0 0 30px 0;
  }
}
body main.card .contents .balloon:after {
  content: '';
  width: 40px;
  height: 30px;
  position: absolute;
  bottom: -30px;
  left: calc((100% - 40px)/2);
}
body main.card .contents .note li {
  margin-bottom: 10px;
  line-height: 1.5em;
}
body main.card .contents .note li:before {
  content: '';
  width: 0;
  height: 0;
  margin: -2px 10px 0 0;
  display: inline-block;
  border-left: 10px solid #000000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  vertical-align: middle;
}
body main.card .boxApplication {
  margin-top: 10vw;
  position: relative;
}
body main.card .boxApplication h1 {
  width: max-content;
  margin: 0 auto 80px auto;
  padding: 20px 80px;
  box-sizing: border-box;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: clamp(24px, 36px, 5vw);
  line-height: 1.3em;
  color: #ffffff;
  font-weight: bold;
}
@media (min-width: 1000px) {
  body main.card .boxApplication .listApplication {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 1000px) {
  body main.card .boxApplication .listApplication li {
    width: calc((100% - 40px)/2);
    margin-bottom: 40px;
  }
}
@media (max-width: 999px) {
  body main.card .boxApplication .listApplication li {
    margin-bottom: 20px;
  }
}
@media (min-width: 1000px) {
  body main.card .boxApplication .listApplication li dl {
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
  }
}
@media (max-width: 999px) {
  body main.card .boxApplication .listApplication li dl {
    padding: 0 10px;
    box-sizing: border-box;
  }
}
body main.card .boxApplication .listApplication li dl dt {
  height: 40px;
  background-color: #C5000C;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0 0;
  font-family: 'Montserrat' ,'Noto Sans JP',Avenir, YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial,verdana,sans-serif !important;
  font-size: clamp(18px, 24px, 4vw);
  line-height: 1.3em;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
body main.card .boxApplication .listApplication li dl dt .num {
  width: 3vw;
  height: 3vw;
  min-width: 40px;
  min-height: 40px;
  max-width: 80px;
  max-height: 80px;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 6px solid #C5000C;
  background-color: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: clamp(24px, 36px, 5vw);
  line-height: 1.3em;
  color: #C5000C;
}
body main.card .boxApplication .listApplication li dl dd {
  box-sizing: border-box;
  background-color: #ffffff;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0;
  border-radius: 0 0 6px 6px;
  font-size: clamp(18px, 24px, 4vw);
  line-height: 1.3em;
  font-weight: bold;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (min-width: 1000px) {
  body main.card .boxApplication .listApplication li dl dd {
    height: 100%;
    padding: 40px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 999px) {
  body main.card .boxApplication .listApplication li dl dd {
    padding: 20px 10px;
  }
}
body main.card .boxApplication .boxApplicationBtn .boxBtn a {
  background-color: #ffffff;
}
body main.card .boxApplication:before {
  content: '';
  width: 100vw;
  height: 10vw;
  display: block;
  position: absolute;
  top: -10vw;
  left: 0;
}
body main.card.obbli .mainView {
  background-image: url("/images/card/bg_main_obbli.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1000px) {
  body main.card.obbli .mainView {
    background-position: top center;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .mainView {
    background-position: left 10% center;
  }
}
@media (min-width: 1000px) {
  body main.card.obbli .mainView .logo {
    width: 100%;
    height: 15vw;
    max-height: 180px;
    margin-bottom: 40px;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .mainView .logo {
    width: 80%;
    height: 21vw;
    margin-left: 20%;
  }
}
body main.card.obbli .mainView .copy {
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/card/copy_obbli.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
}
@media (min-width: 1000px) {
  body main.card.obbli .mainView .copy {
    width: 100%;
    height: 10vw;
    max-height: 140px;
    margin-bottom: 60px;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .mainView .copy {
    width: 80%;
    height: 9vw;
    margin: 0 0 40px 20%;
  }
}
body main.card.obbli .mainView .boxText .text {
  align-items: center;
}
@media (min-width: 1000px) {
  body main.card.obbli .mainView .boxText .text {
    max-width: 50%;
  }
}
body main.card.obbli .mainView .boxText:after {
  content: '';
  max-width: 600px;
  max-height: 380px;
  display: block;
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/card/img_card_obbli.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
}
@media (min-width: 1000px) {
  body main.card.obbli .mainView .boxText:after {
    width: 40vw;
    height: 25vw;
    margin-left: 40px;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .mainView .boxText:after {
    width: 90vw;
    height: 57vw;
  }
}
body main.card.obbli .contents .balloon {
  background-color: #C5000C;
}
body main.card.obbli .contents .balloon:after {
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/card/item_balloon_red.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
}
body main.card.obbli .contents .boxApplicationBtn .boxBtn a {
  color: #C5000C;
  background-color: #f9dcd3;
}
body main.card.obbli .contents .boxApplicationBtn .boxBtn a:after {
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/card/img_card_obbli.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
}
body main.card.obbli .contents .boxApplicationBtn .boxBtn:before {
  border: 6px solid #C5000C;
}
body main.card.obbli .contents .boxApplicationBtn .boxBtn:after {
  border: 6px solid #C5000C;
}
body main.card.obbli .contents section .box .boxTitle {
  width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
  background-color: #C5000C;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0 0;
  font-family: 'Montserrat' ,'Noto Sans JP',Avenir, YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial,verdana,sans-serif !important;
  font-size: clamp(18px, 24px, 4vw);
  line-height: 1.3em;
  line-height: 1em;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
body main.card.obbli .contents section .box .boxCont {
  box-sizing: border-box;
  background-color: #e56c46;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0;
  border-radius: 0 0 6px 6px;
  color: #ffffff;
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section .box .boxCont {
    padding: 60px;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section .box .boxCont {
    padding: 20px 10px;
  }
}
body main.card.obbli .contents section .box .boxCont .note li:before {
  border-left: 10px solid #ffffff;
}
body main.card.obbli .contents section .box .boxTitleColor {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #9b0000;
  color: #ffffff;
  font-family: 'Montserrat' ,'Noto Sans JP',Avenir, YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial,verdana,sans-serif !important;
  font-size: clamp(18px, 24px, 4vw);
  line-height: 1.3em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli01 .box .boxCont .boxText {
    margin-bottom: 40px;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli01 .box .boxCont .boxText {
    margin-bottom: 20px;
  }
}
body main.card.obbli .contents section.boxObbli01 .box .boxCont .boxText p {
  font-weight: bold;
  text-align: center;
}
body main.card.obbli .contents section.boxObbli01 .box .boxCont .boxText p em {
  font-size: clamp(30px, 90px, 9vw);
  line-height: 1em;
  color: #ffd900;
}
body main.card.obbli .contents section.boxObbli01 .box .boxCont .boxText p:nth-child(1) {
  font-size: clamp(20px, 75px, 10vw);
  line-height: 1em;
}
body main.card.obbli .contents section.boxObbli01 .box .boxCont .boxText p.plus {
  display: block;
  overflow: hidden;
  text-indent: -1000%;
  position: relative;
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli01 .box .boxCont .boxText p.plus {
    width: 4vw;
    height: 4vw;
    margin: 1vw auto;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli01 .box .boxCont .boxText p.plus {
    width: 10vw;
    height: 10vw;
    margin: 2vw auto;
  }
}
body main.card.obbli .contents section.boxObbli01 .box .boxCont .boxText p.plus:before {
  content: '';
  width: 100%;
  display: block;
  background-color: #ffffff;
  position: absolute;
  left: 0;
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli01 .box .boxCont .boxText p.plus:before {
    height: 0.7vw;
    top: calc((100% - 0.7vw)/2);
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli01 .box .boxCont .boxText p.plus:before {
    height: 2vw;
    top: calc((100% - 2vw)/2);
  }
}
body main.card.obbli .contents section.boxObbli01 .box .boxCont .boxText p.plus:after {
  content: '';
  height: 100%;
  display: block;
  background-color: #ffffff;
  position: absolute;
  top: 0;
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli01 .box .boxCont .boxText p.plus:after {
    width: 0.7vw;
    left: calc((100% - 0.7vw)/2);
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli01 .box .boxCont .boxText p.plus:after {
    width: 2vw;
    left: calc((100% - 2vw)/2);
  }
}
body main.card.obbli .contents section.boxObbli01 .box .boxCont .boxText p:nth-child(3) {
  font-size: clamp(26px, 40px, 7vw);
  line-height: 1em;
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli01 .box .boxCont .boxText p:nth-child(3) {
    margin-bottom: 10px;
  }
}
body main.card.obbli .contents section.boxObbli01 .box .boxCont .boxText p:nth-child(4) em .num {
  font-size: clamp(50px, 110px, 18vw);
  font-family: 'Montserrat' ,'Noto Sans JP',Avenir, YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial,verdana,sans-serif !important;
}
body main.card.obbli .contents section.boxObbli01 .box .boxCont .boxText p:nth-child(4) em .min {
  font-size: clamp(24px, 60px, 10vw);
  line-height: 1em;
}
body main.card.obbli .contents section.boxObbli01 .box .boxCont .boxText p:nth-child(4) em .min span {
  display: inline-block;
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli01 .box .boxCont .boxText p:nth-child(4) em .min span {
    margin-right: -20px;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli01 .box .boxCont .boxText p:nth-child(4) em .min span {
    margin-right: -2vw;
  }
}
body main.card.obbli .contents section.boxObbli01 .box .boxCont .boxText p:nth-child(4) em:after {
  content: '!';
  display: inline-block;
  margin: 0 5px -0.2vw 5px;
  vertical-align: bottom;
}
body main.card.obbli .contents section.boxObbli01 .box .boxCont .boxText p.marker {
  width: max-content;
  margin: 0 auto 20px auto;
  position: relative;
}
body main.card.obbli .contents section.boxObbli01 .box .boxCont .boxText p.marker em {
  margin-left: 20px;
  position: relative;
  z-index: 2;
}
body main.card.obbli .contents section.boxObbli01 .box .boxCont .boxText p.marker:after {
  content: '';
  width: 100%;
  height: 3vw;
  max-height: 40px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  display: block;
  background-color: #ee9f87;
  position: absolute;
  left: 0;
  z-index: 1;
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli01 .box .boxCont .boxText p.marker:after {
    bottom: -10px;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli01 .box .boxCont .boxText p.marker:after {
    bottom: 0;
  }
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli02 {
    margin-bottom: 120px;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli02 {
    margin-bottom: 40px;
  }
}
body main.card.obbli .contents section.boxObbli02 .box .boxCont .boxText {
  margin-bottom: 40px;
}
body main.card.obbli .contents section.boxObbli02 .box .boxCont .boxText > p {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: clamp(24px, 42px, 8vw);
  text-align: center;
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont .boxText > p {
    line-height: 1em;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont .boxText > p {
    line-height: 1.3em;
  }
}
body main.card.obbli .contents section.boxObbli02 .box .boxCont .boxText .box {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
body main.card.obbli .contents section.boxObbli02 .box .boxCont .boxText .box p {
  font-weight: bold;
}
body main.card.obbli .contents section.boxObbli02 .box .boxCont .boxText .box p:nth-child(1) {
  font-size: clamp(10px, 44px, 5vw);
  line-height: 1em;
  text-align: right;
  position: absolute;
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont .boxText .box p:nth-child(1) {
    top: 50px;
    right: 30px;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont .boxText .box p:nth-child(1) {
    top: 10px;
    right: 0;
  }
}
body main.card.obbli .contents section.boxObbli02 .box .boxCont .boxText .box p.boxCircle {
  width: 30vw;
  height: 30vw;
  min-width: 90px;
  min-height: 90px;
  max-width: 300px;
  max-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-weight: bold;
  color: #C5000C;
  position: relative;
}
body main.card.obbli .contents section.boxObbli02 .box .boxCont .boxText .box p.boxCircle .point {
  font-size: clamp(14px, 40px, 5vw);
  line-height: 1em;
  position: absolute;
  top: 30%;
  right: 20%;
}
body main.card.obbli .contents section.boxObbli02 .box .boxCont .boxText .box p.boxCircle .num {
  font-size: clamp(24px, 140px, 15vw);
  line-height: 1em;
  color: #C5000C;
  font-family: 'Montserrat' ,'Noto Sans JP',Avenir, YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial,verdana,sans-serif !important;
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont .boxText .box p.boxCircle .num {
    margin: 0 5px;
  }
}
body main.card.obbli .contents section.boxObbli02 .box .boxCont .boxText .box p.boxCircle .min {
  font-size: clamp(14px, 44px, 6vw);
  line-height: 1em;
}
body main.card.obbli .contents section.boxObbli02 .box .boxCont .boxText .box p.boxCircle .min em {
  font-size: clamp(16px, 70px, 8vw);
  line-height: 1em;
}
body main.card.obbli .contents section.boxObbli02 .box .boxCont .boxText .box p.boxCircle .min em span {
  display: inline-block;
  font-weight: normal;
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont .boxText .box p.boxCircle .min em span {
    margin-right: -15px;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont .boxText .box p.boxCircle .min em span {
    margin-right: -10px;
  }
}
body main.card.obbli .contents section.boxObbli02 .box .boxCont .boxText .box p:nth-child(3) {
  font-size: clamp(24px, 110px, 11vw);
  line-height: 1em;
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont .boxText .box p:nth-child(3) {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont .boxText .box p:nth-child(3) {
    margin: 0 0 20px 10px;
  }
}
body main.card.obbli .contents section.boxObbli02 .box .boxCont .boxText .box p:nth-child(3):after {
  content: '!';
  display: inline-block;
  margin: 0 5px -5px 5px;
  vertical-align: bottom;
}
body main.card.obbli .contents section.boxObbli02 .box .boxCont section .boxSubCont {
  margin-bottom: 60px;
  box-sizing: border-box;
  background-color: #ffffff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #000000;
  font-weight: bold;
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section .boxSubCont {
    padding: 60px;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section .boxSubCont {
    padding: 20px 10px;
  }
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section .listExample {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 60px;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section .listExample {
    margin-bottom: 40px;
  }
}
body main.card.obbli .contents section.boxObbli02 .box .boxCont section .listExample li {
  color: #000000;
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section .listExample li {
    width: calc((100% - 40px)/3);
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section .listExample li:not(:last-child) {
    margin-bottom: 10px;
  }
}
body main.card.obbli .contents section.boxObbli02 .box .boxCont section.discount p:not(.note) {
  margin-bottom: 10px;
  font-size: clamp(14px, 18px, 2vw);
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section.discount p.note {
    margin-bottom: 20px;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section.discount .boxDiscount {
    width: max-content;
    margin: 0 auto;
    position: relative;
  }
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section.discount .boxDiscount .listDiscount {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section.discount .boxDiscount .listDiscount li {
    text-align: center;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section.discount .boxDiscount .listDiscount li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
body main.card.obbli .contents section.boxObbli02 .box .boxCont section.discount .boxDiscount .listDiscount li .boxCircle {
  width: 5vw;
  height: 5vw;
  min-width: 80px;
  min-height: 80px;
  margin: 0 auto 10px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #ffeb79;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-family: 'Montserrat' ,'Noto Sans JP',Avenir, YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial,verdana,sans-serif !important;
}
body main.card.obbli .contents section.boxObbli02 .box .boxCont section.discount .boxDiscount .listDiscount li .boxCircle em {
  font-size: clamp(24px, 36px, 5vw);
  line-height: 1.3em;
  margin-right: 5px;
}
body main.card.obbli .contents section.boxObbli02 .box .boxCont section.discount .boxDiscount .listDiscount li .text {
  font-weight: normal;
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section.discount .boxDiscount .listDiscount li .text {
    margin-left: 10px;
  }
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section.discount .boxDiscount .listDiscount li:nth-child(1) {
    margin-top: 160px;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section.discount .boxDiscount .listDiscount li:nth-child(1) {
    margin-left: 20px;
  }
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section.discount .boxDiscount .listDiscount li:nth-child(2) {
    margin-top: 120px;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section.discount .boxDiscount .listDiscount li:nth-child(2) {
    margin-left: 40px;
  }
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section.discount .boxDiscount .listDiscount li:nth-child(3) {
    margin-top: 80px;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section.discount .boxDiscount .listDiscount li:nth-child(3) {
    margin-left: 60px;
  }
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section.discount .boxDiscount .listDiscount li:nth-child(4) {
    margin-top: 40px;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section.discount .boxDiscount .listDiscount li:nth-child(4) {
    margin-left: 80px;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section.discount .boxDiscount .listDiscount li:nth-child(5) {
    margin-left: 100px;
  }
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section.discount .boxDiscount .arrow {
    width: 100%;
    margin: -40px 0 60px 0;
    transform: rotate(-15deg);
    text-align: center;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section.discount .boxDiscount .arrow {
    height: calc(100% - 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-11.5deg);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 20px;
    left: 18px;
  }
}
body main.card.obbli .contents section.boxObbli02 .box .boxCont section.discount .boxDiscount .arrow:before {
  content: '';
  display: block;
  background-color: #9b0000;
  position: absolute;
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section.discount .boxDiscount .arrow:before {
    width: 100%;
    height: 4px;
    top: -10px;
    left: 0;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section.discount .boxDiscount .arrow:before {
    width: 4px;
    height: 100%;
    top: 0;
    right: -10px;
  }
}
body main.card.obbli .contents section.boxObbli02 .box .boxCont section.discount .boxDiscount .arrow:after {
  content: '';
  display: block;
  position: absolute;
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section.discount .boxDiscount .arrow:after {
    border-left: 60px solid #9b0000;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    top: calc((100% - 70px)/2);
    right: -40px;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section.discount .boxDiscount .arrow:after {
    border-top: 40px solid #9b0000;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    bottom: -10px;
    right: -20px;
  }
}
body main.card.obbli .contents section.boxObbli02 .box .boxCont section.example01 .listExample li dl {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section.example01 .listExample li dl {
    height: 100%;
    flex-direction: column;
  }
}
body main.card.obbli .contents section.boxObbli02 .box .boxCont section.example01 .listExample li dl dt {
  background-color: #ffd900;
  padding: 10px;
  box-sizing: border-box;
  font-size: clamp(18px, 24px, 4vw);
  line-height: 1.3em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section.example01 .listExample li dl dt {
    width: 100%;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section.example01 .listExample li dl dt {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
body main.card.obbli .contents section.boxObbli02 .box .boxCont section.example01 .listExample li dl dd {
  width: 100%;
  height: 100%;
  padding: 40px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  background-color: #ffffff;
  font-weight: bold;
}
body main.card.obbli .contents section.boxObbli02 .box .boxCont section.example01 .listExample li dl dd span {
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}
body main.card.obbli .contents section.boxObbli02 .box .boxCont section.example01 .listExample li dl dd span em {
  margin: 5px 0;
  display: block;
  font-size: clamp(18px, 24px, 4vw);
  line-height: 1.3em;
}
body main.card.obbli .contents section.boxObbli02 .box .boxCont section.example02 .listExample li p {
  box-sizing: border-box;
  background-color: #ffffff;
  font-weight: bold;
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section.example02 .listExample li p {
    padding: 20px;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli02 .box .boxCont section.example02 .listExample li p {
    text-align: center;
    padding: 10px;
  }
}
body main.card.obbli .contents section.boxObbli02 .box .boxCont section.example02 .listExample li p em {
  display: block;
  text-align: center;
  font-size: clamp(18px, 24px, 4vw);
  line-height: 1.3em;
}
body main.card.obbli .contents section.boxObbli02 .box .boxCont section.example02 .listExample li p.color {
  text-align: center;
  background-color: #ffd900;
}
body main.card.obbli .contents section.boxObbli03 .box .boxCont {
  margin-bottom: 40px;
}
body main.card.obbli .contents section.boxObbli03 .box .boxCont p {
  font-weight: bold;
}
body main.card.obbli .contents section.boxObbli03 .box .boxCont p:nth-child(1) {
  font-size: clamp(24px, 40px, 6vw);
  line-height: 1em;
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli03 .box .boxCont p:nth-child(1) {
    margin-bottom: 20px;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli03 .box .boxCont p:nth-child(1) {
    margin-bottom: 10px;
  }
}
body main.card.obbli .contents section.boxObbli03 .box .boxCont p:nth-child(2) {
  font-size: clamp(24px, 73px, 12vw);
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli03 .box .boxCont p:nth-child(2) {
    line-height: 1em;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli03 .box .boxCont p:nth-child(2) {
    line-height: 1.3em;
  }
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli03 .box .boxCont p:nth-child(2) br {
    display: none;
  }
}
body main.card.obbli .contents section.boxObbli03 .box .boxCont p:nth-child(2):after {
  content: '!';
  display: inline-block;
  margin: 0 5px -5px 5px;
  vertical-align: bottom;
}
body main.card.obbli .contents section.boxObbli03 .box .boxCont .listConditions {
  margin: 40px 0 20px 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
body main.card.obbli .contents section.boxObbli03 .box .boxCont .listConditions li {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli03 .box .boxCont .listConditions li {
    width: calc((100% - 20px)/2);
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli03 .box .boxCont .listConditions li {
    width: calc((100% - 10px)/2);
  }
}
body main.card.obbli .contents section.boxObbli03 .box .boxCont .listConditions li dl {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
}
body main.card.obbli .contents section.boxObbli03 .box .boxCont .listConditions li dl dt {
  height: 30px;
  background-color: #9b0000;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  font-weight: bold;
  position: absolute;
  top: -20px;
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli03 .box .boxCont .listConditions li dl dt {
    width: calc(100% - 160px);
    left: 80px;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli03 .box .boxCont .listConditions li dl dt {
    width: calc(100% - 40px);
    left: 20px;
  }
}
body main.card.obbli .contents section.boxObbli03 .box .boxCont .listConditions li dl dd {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #ffffff;
  font-size: clamp(14px, 24px, 3vw);
  line-height: 1.3em;
  color: #000000;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1000px) {
  body main.card.obbli .contents section.boxObbli03 .box .boxCont .listConditions li dl dd {
    padding: 40px 10px;
  }
}
@media (max-width: 999px) {
  body main.card.obbli .contents section.boxObbli03 .box .boxCont .listConditions li dl dd {
    padding: 30px 10px 20px 10px;
  }
}
body main.card.obbli .boxApplication {
  background-color: #f9dcd3;
}
body main.card.obbli .boxApplication h1 {
  background-color: #C5000C;
}
body main.card.obbli .boxApplication .boxApplicationBtn .boxBtn a {
  background-color: #ffffff;
}
body main.card.obbli .boxApplication .boxApplicationBtn .boxBtn a .step {
  background-color: #f9dcd3;
}
body main.card.obbli .boxApplication .boxApplicationBtn .boxBtn a:after {
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/card/img_card_obbli.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
}
body main.card.obbli .boxApplication .boxApplicationBtn .boxBtn:before {
  border: 6px solid #C5000C;
}
body main.card.obbli .boxApplication .boxApplicationBtn .boxBtn:after {
  border: 6px solid #C5000C;
}
body main.card.obbli .boxApplication .listApplication li dl dt {
  background-color: #C5000C;
}
body main.card.obbli .boxApplication .listApplication li dl dt .num {
  border: 6px solid #C5000C;
  color: #C5000C;
}
body main.card.obbli .boxApplication:before {
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/card/item_application_red.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
  background-position: bottom center;
}
body main.card.business .mainView {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  background-image: url("/images/card/bg_main_business.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body main.card.business .mainView .box {
  text-align: left;
  position: relative;
  z-index: 2;
}
body main.card.business .mainView .box .logo {
  width: 50vw;
  height: 15vw;
  max-width: 660px;
  max-height: 180px;
}
@media (min-width: 1000px) {
  body main.card.business .mainView .box .logo {
    margin-bottom: 10px;
  }
}
body main.card.business .mainView .box .copy {
  width: calc(100vw - 80px);
  height: 30vw;
  max-width: 960px;
  max-height: 100px;
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/card/copy_business.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
}
@media (min-width: 1000px) {
  body main.card.business .mainView .box .copy {
    margin-bottom: 40px;
  }
}
body main.card.business .mainView .box .boxText {
  width: 100%;
  position: relative;
}
body main.card.business .mainView .box .boxText .text {
  width: 100%;
  align-items: flex-start;
}
body main.card.business .mainView .box:after {
  content: '';
  width: 38vw;
  height: 34vw;
  max-width: 450px;
  max-height: 400px;
  min-height: 250px;
  display: block;
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/card/img_card_business.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
}
@media (min-width: 1000px) {
  body main.card.business .mainView .box:after {
    position: absolute;
    bottom: -20px;
    right: 0;
  }
}
@media (max-width: 999px) {
  body main.card.business .mainView .box:after {
    width: 100%;
    margin: 20px auto 0 auto;
  }
}
body main.card.business .mainView .boxLine {
  background-color: #259415;
}
body main.card.business .contents section.boxBusiness01 h1 {
  font-family: 'Montserrat' ,'Noto Sans JP',Avenir, YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial,verdana,sans-serif !important;
  font-size: clamp(24px, 36px, 5vw);
  line-height: 1.3em;
  text-align: center;
}
@media (min-width: 1000px) {
  body main.card.business .contents section.boxBusiness01 h1 {
    margin-bottom: 80px;
  }
}
@media (max-width: 999px) {
  body main.card.business .contents section.boxBusiness01 h1 {
    margin-bottom: 40px;
  }
}
body main.card.business .contents section.boxBusiness01 h1 em {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(18px, 50px, 10vw);
  color: #259415;
  font-weight: bold;
}
body main.card.business .contents section.boxBusiness01 h1 em span {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body main.card.business .contents section.boxBusiness01 h1 em span:before {
  content: '';
  width: 10px;
  height: 10px;
  margin-bottom: 15px;
  display: block;
  background-color: #ffd900;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
body main.card.business .contents section.boxBusiness01 .listBusiness {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  body main.card.business .contents section.boxBusiness01 .listBusiness {
    margin-bottom: 160px;
    justify-content: center;
  }
}
@media (max-width: 999px) {
  body main.card.business .contents section.boxBusiness01 .listBusiness {
    margin-bottom: 40px;
    justify-content: space-between;
  }
}
body main.card.business .contents section.boxBusiness01 .listBusiness li {
  box-sizing: border-box;
  counter-increment: number 1;
  position: relative;
}
@media (min-width: 1000px) {
  body main.card.business .contents section.boxBusiness01 .listBusiness li {
    width: calc((100% - 40px)/3);
    margin: 20px 20px 20px 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 999px) {
  body main.card.business .contents section.boxBusiness01 .listBusiness li {
    width: calc((100% - 10px)/2);
    margin: 20px 0 10px 0;
  }
}
body main.card.business .contents section.boxBusiness01 .listBusiness li p {
  height: calc(100% - 140px);
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0 0;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
@media (min-width: 1000px) {
  body main.card.business .contents section.boxBusiness01 .listBusiness li p {
    padding: 40px 20px 20px 20px;
  }
}
@media (max-width: 999px) {
  body main.card.business .contents section.boxBusiness01 .listBusiness li p {
    padding: 40px 0 10px 0;
  }
}
body main.card.business .contents section.boxBusiness01 .listBusiness li:nth-child(odd) p {
  background-color: #259415;
}
body main.card.business .contents section.boxBusiness01 .listBusiness li:nth-child(odd):before {
  background-color: #259415;
}
body main.card.business .contents section.boxBusiness01 .listBusiness li:nth-child(even) p {
  background-color: #004ea2;
}
body main.card.business .contents section.boxBusiness01 .listBusiness li:nth-child(even):before {
  background-color: #004ea2;
}
@media (min-width: 1000px) {
  body main.card.business .contents section.boxBusiness01 .listBusiness li:first-child {
    margin-left: 20px;
  }
}
@media (min-width: 1000px) {
  body main.card.business .contents section.boxBusiness01 .listBusiness li:nth-child(5) {
    margin-right: 0;
  }
}
@media (min-width: 1000px) {
  body main.card.business .contents section.boxBusiness01 .listBusiness li:nth-child(6) {
    margin-left: 20px;
  }
}
body main.card.business .contents section.boxBusiness01 .listBusiness li:before {
  content: counter(number);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: clamp(24px, 36px, 5vw);
  line-height: 1.3em;
  color: #ffffff;
  position: absolute;
  top: -20px;
  left: calc((100% - 46px)/2);
  z-index: 2;
  font-family: 'Montserrat' ,'Noto Sans JP',Avenir, YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial,verdana,sans-serif !important;
    font-weight: 700;
}
body main.card.business .contents section.boxBusiness01 .listBusiness li:after {
  content: '';
  width: 100%;
  height: 140px;
  display: block;
  background-color: #ffffc8;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}
body main.card.business .contents section.boxBusiness01 .listBusiness li:nth-child(0):after {
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/card/img_business_list00.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
  background-size: auto 80%;
}
body main.card.business .contents section.boxBusiness01 .listBusiness li:nth-child(1):after {
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/card/img_business_list01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
  background-size: auto 80%;
}
body main.card.business .contents section.boxBusiness01 .listBusiness li:nth-child(2):after {
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/card/img_business_list02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
  background-size: auto 80%;
}
body main.card.business .contents section.boxBusiness01 .listBusiness li:nth-child(3):after {
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/card/img_business_list03.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
  background-size: auto 80%;
}
body main.card.business .contents section.boxBusiness01 .listBusiness li:nth-child(4):after {
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/card/img_business_list04.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
  background-size: auto 80%;
}
body main.card.business .contents section.boxBusiness01 .listBusiness li:nth-child(5):after {
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/card/img_business_list05.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
  background-size: auto 80%;
}
body main.card.business .contents section.boxBusiness01 .listBusiness li:nth-child(6):after {
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/card/img_business_list06.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
  background-size: auto 80%;
}
body main.card.business .contents section.boxBusiness01 .listBusiness li:nth-child(7):after {
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/card/img_business_list07.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
  background-size: auto 80%;
}
@media (min-width: 1000px) {
  body main.card.business .contents .point section {
    margin-bottom: 160px;
  }
}
@media (max-width: 999px) {
  body main.card.business .contents .point section {
    margin-bottom: 40px;
  }
}
body main.card.business .contents .point section .box {
  box-sizing: border-box;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  line-height: 1.8em;
}
@media (min-width: 1000px) {
  body main.card.business .contents .point section .box {
    padding: 40px;
  }
}
@media (max-width: 999px) {
  body main.card.business .contents .point section .box {
    padding: 20px;
  }
}
body main.card.business .contents .point section .box .boxText {
  box-sizing: border-box;
}
@media (min-width: 1000px) {
  body main.card.business .contents .point section .box .boxText {
    padding: 20px 20px 40px 20px;
  }
}
@media (max-width: 999px) {
  body main.card.business .contents .point section .box .boxText {
    margin-bottom: 20px;
  }
}
body main.card.business .contents .point section .box .boxText h1 {
  padding: 5px 0;
  box-sizing: border-box;
  display: initial;
  background: transparent linear-gradient(rgba(0, 0, 0, 0) 60%, #ffffff 0%) repeat scroll 0 0;
  font-size: clamp(24px, 36px, 5vw);
  line-height: 1.3em;
  font-weight: bold;
}
body main.card.business .contents .point section .box .boxText .text {
  margin-top: 20px;
  font-weight: bold;
}
body main.card.business .contents .point section .box .boxText .note {
  margin-top: 20px;
}
body main.card.business .contents .point section .box .listPoint {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (min-width: 1000px) {
  body main.card.business .contents .point section .box .listPoint li {
    width: calc((100% - 40px)/3);
  }
}
@media (max-width: 999px) {
  body main.card.business .contents .point section .box .listPoint li {
    width: calc((100% - 20px)/3);
  }
}
body main.card.business .contents .point section .box .listPoint li dl {
  margin-top: 40px;
}
body main.card.business .contents .point section .box .listPoint li dl dt, body main.card.business .contents .point section .box .listPoint li dl dd {
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 1000px) {
  body main.card.business .contents .point section .box .listPoint li dl dt, body main.card.business .contents .point section .box .listPoint li dl dd {
    padding: 10px;
    font-size: clamp(18px, 24px, 4vw);
    line-height: 1.3em;
  }
}
@media (max-width: 999px) {
  body main.card.business .contents .point section .box .listPoint li dl dt, body main.card.business .contents .point section .box .listPoint li dl dd {
    padding: 10px 0;
  }
}
body main.card.business .contents .point section .box .listPoint li dl dt {
  background-color: #259415;
  color: #ffffff;
}
body main.card.business .contents .point section .box .listPoint li dl dd {
  background-color: #ffffff;
  color: #259415;
}
body main.card.business .contents .point section .box .boxCircle {
  width: 50vw;
  height: 50vw;
  max-width: 250px;
  max-height: 250px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ffffc8;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-weight: bold;
}
body main.card.business .contents .point section .box .boxCircle dt {
  font-family: 'Montserrat' ,'Noto Sans JP',Avenir, YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial,verdana,sans-serif !important;
  font-size: clamp(18px, 24px, 4vw);
  line-height: 1.3em;
  letter-spacing: 10px;
}
body main.card.business .contents .point section .box .boxCircle dd {
  text-align: center;
}
body main.card.business .contents .point section .box .boxCircle dd .yen {
  font-size: clamp(14px, 50px, 10vw);
  line-height: 1em;
}
body main.card.business .contents .point section .box .boxCircle dd .yen em {
  font-size: clamp(14px, 100px, 20vw);
  line-height: 1em;
}
body main.card.business .contents .point section .box .boxCircle dd .min {
  margin-bottom: 10px;
  display: inline-block;
  font-size: clamp(18px, 24px, 4vw);
  line-height: 1.3em;
}
body main.card.business .contents .point section .box .boxCircle dd .note {
  font-size: clamp(10px, 12px, 2vw);
  line-height: 1.3em;
}
@media (min-width: 1000px) {
  body main.card.business .contents .point section .box .boxColumn {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 1000px) {
  body main.card.business .contents .point section .box .boxColumn dl {
    width: 50%;
  }
}
@media (max-width: 999px) {
  body main.card.business .contents .point section .box .boxColumn dl {
    margin-bottom: 40px;
  }
}
body main.card.business .contents .point section .box .boxColumn dl dt {
  width: max-content;
  margin-bottom: 20px;
  padding: 0 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #259415;
  color: #ffffff;
  font-weight: bold;
}
body main.card.business .contents .point section .box .boxColumn dl dd ul li {
  counter-increment: number 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
}
body main.card.business .contents .point section .box .boxColumn dl dd ul li:before {
  content: counter(number,upper-alpha);
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #259415;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: clamp(18px, 24px, 4vw);
  line-height: 1.3em;
  font-weight: bold;
  color: #ffffff;
}
body main.card.business .contents .point section .box .boxColumn dl dd ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  body main.card.business .contents .point section .box .boxColumn img {
    width: 50%;
  }
}
body main.card.business .contents .point section:nth-child(odd) .balloon {
  background-color: #259415;
}
body main.card.business .contents .point section:nth-child(odd) .balloon:after {
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/card/item_balloon_green.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
}
body main.card.business .contents .point section:nth-child(odd) .box {
  background-color: #cce2bf;
}
body main.card.business .contents .point section:nth-child(even) .balloon {
  background-color: #004ea2;
}
body main.card.business .contents .point section:nth-child(even) .balloon:after {
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/card/item_balloon_blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
}
body main.card.business .contents .point section:nth-child(even) .box {
  background-color: #cfe4f1;
}
body main.card.jaccs .mainView {
  background-image: url("/images/card/bg_main_jaccs.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body main.card.jaccs .mainView .box {
  height: inherit;
}
body main.card.jaccs .mainView .box .logo {
  width: 100%;
  height: 10vw;
  max-height: 120px;
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/card/logo-kygnus-jaccs.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
}
@media (min-width: 1000px) {
  body main.card.jaccs .mainView .box .logo {
    margin-bottom: 80px;
  }
}
@media (max-width: 999px) {
  body main.card.jaccs .mainView .box .logo {
    margin-bottom: 40px;
  }
}
@media (min-width: 1000px) {
  body main.card.jaccs .mainView .box .boxColumn {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
}
@media (min-width: 1000px) {
  body main.card.jaccs .mainView .box .boxColumn .boxText {
    width: 50%;
    height: 100vw;
    max-height: 350px;
    align-items: stretch;
    flex-direction: column;
  }
}
@media (max-width: 999px) {
  body main.card.jaccs .mainView .box .boxColumn .boxText {
    margin-bottom: 40px;
  }
}
body main.card.jaccs .mainView .box .boxColumn .boxText div {
  position: relative;
}
body main.card.jaccs .mainView .box .boxColumn .boxText div p {
  font-size: clamp(24px, 36px, 5vw);
  line-height: 1.3em;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
body main.card.jaccs .mainView .box .boxColumn .boxText div p em {
  font-size: clamp(18px, 50px, 10vw);
  line-height: 1.3em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (min-width: 1000px) {
  body main.card.jaccs .mainView .box .boxColumn .boxText div p em {
    margin-top: 20px;
  }
}
body main.card.jaccs .mainView .box .boxColumn .boxText div p em span {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body main.card.jaccs .mainView .box .boxColumn .boxText div p em span:before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  background-color: #ffd900;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
body main.card.jaccs .mainView .box .boxColumn .boxText div:after {
  content: 'W';
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat' ,'Noto Sans JP',Avenir, YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial,verdana,sans-serif !important;
  font-weight: bold;
  font-size: clamp(24px, 200px, 30vw);
  color: #264066;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
body main.card.jaccs .mainView .box .boxColumn .boxText ul {
  width: 100%;
  margin-top: auto;
  padding: 6px;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background-color: #ffffff;
  text-align: center;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
@media (max-width: 999px) {
  body main.card.jaccs .mainView .box .boxColumn .boxText ul {
    margin-top: 20px;
  }
}
body main.card.jaccs .mainView .box .boxColumn .boxText ul li {
  width: calc((100% - 6px)/2);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
body main.card.jaccs .mainView .box .boxColumn .boxText ul li dl {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
body main.card.jaccs .mainView .box .boxColumn .boxText ul li dl dt {
  width: 100px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-weight: bold;
  color: #001f4c;
  position: absolute;
  top: -15px;
  left: calc((100% - 100px)/2);
}
body main.card.jaccs .mainView .box .boxColumn .boxText ul li dl dd {
  height: 100%;
  padding: 30px 10px 10px 10px;
  box-sizing: border-box;
  background-color: #264066;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #ffffff;
  font-weight: bold;
}
body main.card.jaccs .mainView .box .boxColumn .boxText ul li dl dd em {
  font-size: clamp(24px, 36px, 5vw);
  line-height: 1.3em;
}
@media (min-width: 1000px) {
  body main.card.jaccs .mainView .box .boxColumn .card {
    width: 50%;
    padding-left: 40px;
    box-sizing: border-box;
  }
}
body main.card.jaccs .mainView .box .boxColumn .card .textLine {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #ffffff;
  font-size: clamp(24px, 36px, 5vw);
  line-height: 1.3em;
  font-weight: bold;
}
@media (min-width: 1000px) {
  body main.card.jaccs .mainView .box .boxColumn .card .textLine {
    margin-bottom: 20px;
  }
}
@media (max-width: 999px) {
  body main.card.jaccs .mainView .box .boxColumn .card .textLine {
    margin-bottom: 10px;
  }
}
body main.card.jaccs .mainView .box .boxColumn .card .textLine:before, body main.card.jaccs .mainView .box .boxColumn .card .textLine:after {
  content: '';
  width: 30px;
  height: 50px;
  display: block;
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/card/item_text_line.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
}
body main.card.jaccs .mainView .box .boxColumn .card .textLine:before {
  margin-right: 10px;
}
body main.card.jaccs .mainView .box .boxColumn .card .textLine:after {
  transform: rotateY(180deg);
}
body main.card.jaccs .mainView .box .boxColumn .card:after {
  content: '';
  width: 100%;
  height: 60vw;
  max-height: 290px;
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/card/img_card_jaccs.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
}
body main.card.jaccs .mainView .boxLine {
  background-color: #004ea2;
}
body main.card.jaccs .mainView .boxLine p {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 999px) {
  body main.card.jaccs .mainView .boxLine p {
    flex-direction: column;
  }
}
body main.card.jaccs .mainView .boxLine p .lab {
  margin-left: 20px;
  padding: 5px 20px;
  background-color: #e56c46;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: clamp(18px, 24px, 4vw);
  line-height: 1.3em;
  vertical-align: middle;
}
@media (max-width: 999px) {
  body main.card.jaccs .mainView .boxLine p .lab {
    margin-top: 10px;
  }
}
body main.card.jaccs .contents .boxApplicationBtn .boxBtn a {
  background-color: #ffd900;
  color: #001f4c;
}
body main.card.jaccs .contents .boxApplicationBtn .boxBtn a .step {
  background-color: #e56c46;
  color: #ffffff;
}
body main.card.jaccs .contents .boxApplicationBtn .boxBtn a:after {
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/card/img_card_jaccs.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
}
body main.card.jaccs .contents .boxApplicationBtn .boxBtn:before {
  border: 6px solid #004ea2;
}
body main.card.jaccs .contents .boxApplicationBtn .boxBtn:after {
  border: 6px solid #004ea2;
}
body main.card.jaccs .contents section.boxJaccs01 {
  color: #001f4c;
}
@media (min-width: 1000px) {
  body main.card.jaccs .contents section.boxJaccs01 .column {
    margin-bottom: 40px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
}
@media (min-width: 1000px) {
  body main.card.jaccs .contents section.boxJaccs01 .column > div {
    width: calc((100% - 20px)/2);
  }
}
@media (max-width: 999px) {
  body main.card.jaccs .contents section.boxJaccs01 .column > div {
    margin-bottom: 40px;
  }
}
body main.card.jaccs .contents section.boxJaccs01 .column > div .balloon {
  min-width: 100%;
}
body main.card.jaccs .contents section.boxJaccs01 .column > div dl {
  font-family: 'Montserrat' ,'Noto Sans JP',Avenir, YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial,verdana,sans-serif !important;
}
body main.card.jaccs .contents section.boxJaccs01 .column > div dl dt {
  padding: 10px;
  box-sizing: border-box;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0 0;
  font-weight: bold;
  letter-spacing: 10px;
  text-align: center;
}
body main.card.jaccs .contents section.boxJaccs01 .column > div dl dd {
  padding: 20px 10px;
  box-sizing: border-box;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0;
  border-radius: 0 0 6px 6px;
  text-align: center;
}
body main.card.jaccs .contents section.boxJaccs01 .column > div dl dd p {
  font-weight: bold;
}
body main.card.jaccs .contents section.boxJaccs01 .column > div dl dd p:nth-child(1) {
  font-size: clamp(18px, 24px, 4vw);
  line-height: 1.3em;
}
body main.card.jaccs .contents section.boxJaccs01 .column > div dl dd p:nth-child(2) {
  font-size: clamp(24px, 60px, 20vw);
  line-height: 1em;
}
body main.card.jaccs .contents section.boxJaccs01 .column > div dl dd p:nth-child(2) em {
  display: block;
  font-size: clamp(24px, 100px, 30vw);
  line-height: 1em;
}
body main.card.jaccs .contents section.boxJaccs01 .column > div dl dd p:nth-child(2) em .min {
  font-size: clamp(24px, 60px, 20vw);
  line-height: 1em;
}
body main.card.jaccs .contents section.boxJaccs01 .column > div dl dd p:nth-child(2) em .min span {
  font-weight: normal;
}
body main.card.jaccs .contents section.boxJaccs01 .column > div:nth-child(1) .balloon {
  background-color: #ffe556;
  color: #001f4c;
}
body main.card.jaccs .contents section.boxJaccs01 .column > div:nth-child(1) .balloon:after {
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/card/item_balloon_yellow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
}
body main.card.jaccs .contents section.boxJaccs01 .column > div:nth-child(1) dl dt {
  background-color: #e56c46;
  color: #ffe556;
}
body main.card.jaccs .contents section.boxJaccs01 .column > div:nth-child(1) dl dd {
  background-color: #ffe556;
  color: #001f4c;
}
body main.card.jaccs .contents section.boxJaccs01 .column > div:nth-child(2) .balloon {
  background-color: #004ea2;
  color: #ffffff;
}
body main.card.jaccs .contents section.boxJaccs01 .column > div:nth-child(2) .balloon:after {
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/card/item_balloon_blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
}
body main.card.jaccs .contents section.boxJaccs01 .column > div:nth-child(2) dl dt {
  background-color: #001f4c;
  color: #ffffff;
}
body main.card.jaccs .contents section.boxJaccs01 .column > div:nth-child(2) dl dd {
  background-color: #004ea2;
  color: #ffffff;
}
body main.card.jaccs .contents section.boxJaccs01 .note {
  line-height: 1.8em;
}
body main.card.jaccs .contents section.boxJaccs01 .boxMore {
  box-sizing: border-box;
  background-color: #fff2ae;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
@media (min-width: 1000px) {
  body main.card.jaccs .contents section.boxJaccs01 .boxMore {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    padding: 20px 60px;
  }
}
@media (max-width: 999px) {
  body main.card.jaccs .contents section.boxJaccs01 .boxMore {
    margin-top: 40px;
    padding: 20px;
  }
}
body main.card.jaccs .contents section.boxJaccs01 .boxMore .boxText {
  text-align: center;
}
body main.card.jaccs .contents section.boxJaccs01 .boxMore .boxText .lab {
  width: max-content;
  margin: 0 auto 20px auto;
  padding: 0 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #e56c46;
  font-weight: bold;
  color: #ffffff;
  font-size: clamp(24px, 36px, 5vw);
  line-height: 1.3em;
}
body main.card.jaccs .contents section.boxJaccs01 .boxMore .boxText .text {
  font-family: 'Montserrat' ,'Noto Sans JP',Avenir, YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial,verdana,sans-serif !important;
  font-weight: bold;
  color: #000000;
}
@media (min-width: 1000px) {
  body main.card.jaccs .contents section.boxJaccs01 .boxMore .boxText .text {
    font-size: clamp(24px, 50px, 30vw);
    line-height: 1.2em;
  }
}
@media (max-width: 999px) {
  body main.card.jaccs .contents section.boxJaccs01 .boxMore .boxText .text {
    margin-bottom: 20px;
    font-size: clamp(24px, 50px, 9vw);
    line-height: 1.2em;
  }
}
body main.card.jaccs .contents section.boxJaccs01 .boxMore .boxText .text em {
  color: #e56c46;
}
body main.card.jaccs .contents section.boxJaccs01 .boxMore .boxText .text span {
  width: max-content;
  margin: 0 auto;
  display: block;
  position: relative;
}
body main.card.jaccs .contents section.boxJaccs01 .boxMore .boxText .text span:after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #ffd900;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
body main.card.jaccs .contents section.boxJaccs01 .boxMore .boxText .text span + span {
  margin-top: 10px;
}
body main.card.jaccs .contents section.boxJaccs01 .boxMore:after {
  content: '';
  width: 240px;
  height: 240px;
  margin-left: 40px;
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/card/img_more.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
}
body main.card.jaccs .boxApplication {
  background-color: #cfe4f1;
}
body main.card.jaccs .boxApplication h1 {
  background-color: #004ea2;
}
body main.card.jaccs .boxApplication .boxApplicationBtn .boxBtn a {
  background-color: #ffd900;
  color: #001f4c;
}
body main.card.jaccs .boxApplication .boxApplicationBtn .boxBtn a .step {
  background-color: #e56c46;
  color: #ffffff;
}
body main.card.jaccs .boxApplication .boxApplicationBtn .boxBtn a:after {
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/card/img_card_jaccs.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
}
body main.card.jaccs .boxApplication .boxApplicationBtn .boxBtn:before {
  border: 6px solid #ffffff;
}
body main.card.jaccs .boxApplication .boxApplicationBtn .boxBtn:after {
  border: 6px solid #ffffff;
}
body main.card.jaccs .boxApplication .listApplication li dl dt {
  background-color: #004ea2;
}
body main.card.jaccs .boxApplication .listApplication li dl dt .num {
  border: 6px solid #004ea2;
  color: #004ea2;
}
body main.card.jaccs .boxApplication:before {
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/card/item_application_blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
  background-position: bottom center;
}
body main.card.faq .contents > section > ul {
  border-bottom: 2px solid #000000;
}
body main.card.faq .contents > section > ul > li > dl > dd {
  display: none;
}
body main.oil .list {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
}
body main.oil .list > ul > li > dl > dd {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 1000px) {
  body main.oil .list > ul > li > dl > dd {
    padding: 40px;
  }
}
@media (max-width: 999px) {
  body main.oil .list > ul > li > dl > dd {
    padding: 10px;
  }
}
body main.oil .list > ul > li > dl > dd img {
  width: 200px;
}
body main.oil .list > ul > li > dl > dd .boxText {
  margin-left: 40px;
  flex: 1;
}
body main.oil .list > ul > li > dl > dd .boxText p {
  font-weight: bold;
  color: #004ea2;
}
body main.oil .list > ul > li > dl > dd .boxText .pageLink li {
  width: 100%;
  font-size: clamp(14px, 16px, 3vw);
  line-height: 1.3em;
  line-height: 1em;
}
body main.oil .list > ul > li > dl > dd .boxText .pageLink li:before {
  top: 0.3em;
}
body main.oil .list > ul > li .column {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
body main.oil .list > ul > li .column > li {
  width: calc((100% - 40px)/3);
}
body main.oil .list > ul > li .column > li dl dt {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  line-height: 1.5em;
}
body main.oil .list > ul > li .column > li dl dt img {
  max-width: 100px;
}
body main.oil .contents {
  max-width: 1000px;
  margin: 40px auto;
  padding: 0 10px;
  box-sizing: border-box;
}
body main.oil .contents .cont {
  margin-bottom: 80px;
}
body main.oil .contents .cont .boxText {
  margin-bottom: 40px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
body main.oil .contents .cont .boxText img {
  max-width: 400px;
}
body main.oil .contents .cont .boxText dl {
  padding-top: 40px;
  box-sizing: border-box;
  line-height: 1.5em;
}
body main.oil .contents .cont .boxText dl dt {
  margin-bottom: 20px;
  font-weight: bold;
  color: #004ea2;
}
body main.oil .contents .cont table {
  width: 100%;
  table-layout: fixed;
}
body main.oil .contents .cont table tr th, body main.oil .contents .cont table tr td {
  border: 1px solid #b4b4b4;
  font-weight: bold;
  text-align: center;
}
body main.oil .contents .cont table tr th {
  background-color: #f3f3f3;
}
body main.oil .contents .cont table tr td span {
  display: block;
  padding: 20px 10px;
  box-sizing: border-box;
}
body main.oil .contents .cont table tr:nth-child(1) td span {
  background-color: #eaf8f8;
  color: #346733;
}
body main.oil .contents .cont table tr:nth-child(2) td span {
  background-color: #f8f4fc;
  color: #653465;
}
body main.oil .contents .cont table tr:nth-child(3) td span {
  background-color: #f9f3e8;
  color: #934a00;
}
body main.oil .contents .cont table tr:nth-child(4) td span {
  background-color: #f8f4fc;
  color: #993391;
}
body main.oil.faq .pageLinkBtn {
  max-width: 1000px;
  margin: 0 auto 80px auto;
  padding: 0 10px;
  box-sizing: border-box;
}
@media (min-width: 1000px) {
  body main.oil.faq .pageLinkBtn {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
}
body main.oil.faq .pageLinkBtn li {
  padding: 10px;
  box-sizing: border-box;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: clamp(18px, 24px, 4vw);
  line-height: 1.3em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1000px) {
  body main.oil.faq .pageLinkBtn li {
    width: calc((100% - 40px)/2);
  }
}
@media (max-width: 999px) {
  body main.oil.faq .pageLinkBtn li {
    margin-bottom: 20px;
  }
}
body main.oil.faq .pageLinkBtn li:nth-child(1) {
  background-color: #004ea2;
  color: #ffffff;
}
body main.oil.faq .pageLinkBtn li:nth-child(2) {
  background-color: #ffec80;
  color: #000000;
}
body main.oil.faq .boxFaq dt {
  padding: 10px;
  box-sizing: border-box;
  background-color: #004ea2;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: clamp(18px, 24px, 4vw);
  line-height: 1.3em;
}
body main.oil.faq .boxFaq dd {
  box-sizing: border-box;
  background-color: #fffbe5;
  position: relative;
}
@media (min-width: 1000px) {
  body main.oil.faq .boxFaq dd {
    padding: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
@media (max-width: 999px) {
  body main.oil.faq .boxFaq dd {
    padding: 10px;
    text-align: center;
  }
}
@media (min-width: 1000px) {
  body main.oil.faq .boxFaq dd img {
    max-width: 300px;
    margin: 0 100px;
  }
}
@media (max-width: 999px) {
  body main.oil.faq .boxFaq dd img {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
}
body main.oil.faq .boxFaq dd .boxText {
  padding-bottom: 40px;
  text-align: left;
}
@media (max-width: 999px) {
  body main.oil.faq .boxFaq dd .boxText {
    margin-top: 20px;
  }
}
body main.oil.faq .boxFaq dd .boxText p b {
  font-weight: bold;
}
body main.oil.faq .boxFaq dd .boxText p em {
  color: #004ea2;
}
body main.oil.faq .boxFaq dd .boxText p + p {
  margin-top: 20px;
}
body main.oil.faq .boxFaq dd ul.pageLinkFaq {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body main.oil.faq .boxFaq dd ul.pageLinkFaq li {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2e69ae;
  border: 4px solid #004ea2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-family: 'Montserrat' ,'Noto Sans JP',Avenir, YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial,verdana,sans-serif !important;
  font-size: clamp(24px, 36px, 5vw);
  line-height: 1.3em;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  cursor: pointer;
}
@media (min-width: 1000px) {
  body main.oil.faq .boxFaq dd ul.pageLinkFaq li {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 999px) {
  body main.oil.faq .boxFaq dd ul.pageLinkFaq li {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1000px) {
  body main.oil.faq .boxFaq dd ul.pageLinkFaq li:before {
    content: '';
    width: 30px;
    height: 2px;
    display: block;
    background-color: #004ea2;
    position: absolute;
    top: calc((100% - 2px)/2);
    z-index: 2;
  }
}
@media (min-width: 1000px) {
  body main.oil.faq .boxFaq dd ul.pageLinkFaq li:after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    background-color: #004ea2;
    border: 2px solid #ffffff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: calc((100% - 14px)/2);
    z-index: 1;
  }
}
@media (min-width: 1000px) {
  body main.oil.faq .boxFaq dd ul.pageLinkFaq li:nth-child(1) {
    top: 60px;
    left: 460px;
  }
}
@media (max-width: 999px) {
  body main.oil.faq .boxFaq dd ul.pageLinkFaq li:nth-child(1) {
    top: 60px;
    right: 30px;
  }
}
body main.oil.faq .boxFaq dd ul.pageLinkFaq li:nth-child(1):before {
  left: -30px;
}
body main.oil.faq .boxFaq dd ul.pageLinkFaq li:nth-child(1):after {
  left: -40px;
}
@media (min-width: 1000px) {
  body main.oil.faq .boxFaq dd ul.pageLinkFaq li:nth-child(2) {
    bottom: 60px;
    left: 40px;
  }
}
@media (max-width: 999px) {
  body main.oil.faq .boxFaq dd ul.pageLinkFaq li:nth-child(2) {
    top: 75vw;
    left: 30px;
  }
}
body main.oil.faq .boxFaq dd ul.pageLinkFaq li:nth-child(2):before {
  right: -30px;
}
body main.oil.faq .boxFaq dd ul.pageLinkFaq li:nth-child(2):after {
  right: -40px;
}
@media (min-width: 1000px) {
  body main.oil.faq .boxFaq dd ul.pageLinkFaq li:nth-child(3) {
    top: 60px;
    left: 40px;
  }
}
@media (max-width: 999px) {
  body main.oil.faq .boxFaq dd ul.pageLinkFaq li:nth-child(3) {
    top: 60px;
    left: 30px;
  }
}
body main.oil.faq .boxFaq dd ul.pageLinkFaq li:nth-child(3):before {
  right: -30px;
}
body main.oil.faq .boxFaq dd ul.pageLinkFaq li:nth-child(3):after {
  right: -40px;
}
body main.oil.faq .contMain {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}
@media (max-width: 999px) {
  body main.oil.faq .contMain .pageLink li {
    width: 100%;
  }
}
@media (max-width: 999px) {
  body main.oil.faq .contMain .pageLink li br {
    display: none;
  }
}
@media (max-width: 999px) {
  body main.oil.faq .contMain .pageLink li:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 999px) {
  body main.oil.faq .contMain .contents {
    padding: 0;
  }
}
@media (max-width: 999px) {
  body main.oil.faq .contMain .contents > section {
    margin-bottom: 20px;
  }
}
@media (min-width: 1000px) {
  body main.oil.faq .contMain .contents > section > ul li.cont {
    padding-bottom: 40px;
  }
}
@media (max-width: 999px) {
  body main.oil.faq .contMain .contents > section > ul li.cont {
    margin-bottom: 20px;
  }
}
body main.oil.faq .contMain .contents > section > ul li.cont:not(:last-child) {
  border-bottom: 1px solid #000000;
}
body main.oil.faq .contMain .contents > section .note {
  margin-top: 40px;
}
body main.oil.faq .contMain .contents > section .note.red {
  color: #C5000C;
  line-height: 1.5em;
}
body main.oil.faq .contMain:nth-child(2) .contents > section {
  border-bottom: 2px solid #000000;
}
@media (min-width: 1000px) {
  body main.oil.faq .contMain:nth-child(2) .contents > section {
    padding-bottom: 80px;
  }
}
@media (max-width: 999px) {
  body main.oil.faq .contMain:nth-child(2) .contents > section {
    padding-bottom: 20px;
  }
}
body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(1) > dl > dd > div ul {
  padding-left: 20px;
  box-sizing: border-box;
  list-style: decimal;
}
body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(1) > dl > dd > div ul li {
  margin-bottom: 20px;
}
body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(2) > dl > dd > div > dl > dd .column {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 999px) {
  body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(2) > dl > dd > div > dl > dd .column {
    flex-direction: column;
  }
}
@media (min-width: 1000px) {
  body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(2) > dl > dd > div > dl > dd .column p {
    flex: 1;
  }
}
@media (max-width: 999px) {
  body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(2) > dl > dd > div > dl > dd .column p {
    order: 2;
  }
}
@media (min-width: 1000px) {
  body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(2) > dl > dd > div > dl > dd .column img {
    width: 200px;
    height: auto;
    margin-left: 40px;
  }
}
@media (max-width: 999px) {
  body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(2) > dl > dd > div > dl > dd .column img {
    max-width: 200px;
    margin: 0 auto 20px auto;
    order: 1;
  }
}
body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(2) > dl > dd > div > dl > dd p + .square {
  margin-top: 10px;
}
body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div dl.lab dt {
  width: max-content;
  margin-bottom: 10px;
  padding: 5px 20px;
  background-color: #004ea2;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: clamp(14px, 16px, 3vw);
  line-height: 1.3em;
  color: #ffffff;
}
body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div dl.lab dd em {
  color: #004ea2;
  font-weight: bold;
}
body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div dl.lab + .lab {
  margin-top: 20px;
}
body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div dl.lab + .lab dt {
  background-color: #a9272d;
}
body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div dl.lab + .lab dd em {
  color: #a9272d;
}
body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div > section {
  margin-top: 40px;
}
body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div > section .title03 {
  margin-bottom: 20px;
  font-size: clamp(14px, 16px, 3vw);
  line-height: 1.3em;
  font-weight: bold;
  border-color: #004ea2;
}
body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div > section dl dt {
  font-weight: normal;
}
body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div > section dl dt em {
  color: #C5000C;
  font-weight: bold;
}
body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div > section dl dt:before {
  content: '■';
  margin-right: 10px;
  font-size: clamp(10px, 12px, 2vw);
  line-height: 1.3em;
  color: #004ea2;
}
body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div > section dl dd .lab {
  margin-top: 10px;
  padding: 5px 20px;
  background-color: #C5000C;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: clamp(14px, 16px, 3vw);
  line-height: 1.3em;
  color: #ffffff;
  text-align: center;
}
body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div > section dl dd + dt {
  margin-top: 20px;
}
body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div > section .column {
  margin-top: 40px;
}
@media (min-width: 1000px) {
  body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div > section .column {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div > section .column li {
  text-align: center;
}
@media (min-width: 1000px) {
  body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div > section .column li {
    width: calc((100% - 80px)/3);
  }
}
@media (max-width: 999px) {
  body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div > section .column li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
  }
}
@media (min-width: 1000px) {
  body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div > section .column li img {
    width: 60%;
  }
}
@media (max-width: 999px) {
  body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div > section .column li img {
    width: 100px;
  }
}
body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div > section .column li .boxCircle {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8dc73f;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  line-height: 1.3em;
  font-weight: bold;
  text-align: center;
}
body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div > section .column li .balloon {
  max-width: 200px;
  padding: 10px;
  box-sizing: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 4px solid #8dc73f;
  position: relative;
  font-weight: bold;
  line-height: 1.3em;
}
@media (min-width: 1000px) {
  body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div > section .column li .balloon {
    margin: 30px auto 0 auto;
  }
}
@media (max-width: 999px) {
  body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div > section .column li .balloon {
    margin: 0 0 0 30px;
  }
}
body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div > section .column li .balloon:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
}
@media (min-width: 1000px) {
  body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div > section .column li .balloon:before {
    border-bottom: 22px solid #ffffff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    top: -20px;
    left: calc((100% - 24px)/2);
  }
}
@media (max-width: 999px) {
  body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div > section .column li .balloon:before {
    border-right: 22px solid #ffffff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    top: calc((100% - 24px)/2);
    left: -20px;
  }
}
body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div > section .column li .balloon:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
}
@media (min-width: 1000px) {
  body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div > section .column li .balloon:after {
    border-bottom: 26px solid #8dc73f;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    top: -26px;
    left: calc((100% - 32px)/2);
  }
}
@media (max-width: 999px) {
  body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div > section .column li .balloon:after {
    border-right: 26px solid #8dc73f;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    top: calc((100% - 32px)/2);
    left: -26px;
  }
}
@media (min-width: 1000px) {
  body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div > section .column li:not(:last-child) {
    margin-right: 40px;
  }
}
@media (max-width: 999px) {
  body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div > section .column li:not(:last-child) {
    margin-bottom: 20px;
  }
}
body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div > section .column + .column li .boxCircle {
  background-color: #f48220;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div > section .column + .column li .balloon {
  border: 4px solid #f48220;
}
@media (min-width: 1000px) {
  body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div > section .column + .column li .balloon:after {
    border-bottom: 26px solid #f48220;
  }
}
@media (max-width: 999px) {
  body main.oil.faq .contMain:nth-child(2) .contents > section > ul li.cont:nth-child(3) > dl > dd > div > section .column + .column li .balloon:after {
    border-right: 26px solid #f48220;
  }
}
body main.oil.faq .contMain:nth-child(3) .contents > section > ul li.cont:nth-child(1) > dl > dd > div section {
  margin-top: 40px;
}
body main.oil.faq .contMain:nth-child(3) .contents > section > ul li.cont:nth-child(1) > dl > dd > div section .column {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 999px) {
  body main.oil.faq .contMain:nth-child(3) .contents > section > ul li.cont:nth-child(1) > dl > dd > div section .column {
    flex-direction: column;
  }
}
@media (min-width: 1000px) {
  body main.oil.faq .contMain:nth-child(3) .contents > section > ul li.cont:nth-child(1) > dl > dd > div section .column p {
    flex: 1;
  }
}
@media (max-width: 999px) {
  body main.oil.faq .contMain:nth-child(3) .contents > section > ul li.cont:nth-child(1) > dl > dd > div section .column p {
    order: 2;
  }
}
@media (min-width: 1000px) {
  body main.oil.faq .contMain:nth-child(3) .contents > section > ul li.cont:nth-child(1) > dl > dd > div section .column img {
    width: 50%;
    max-width: 400px;
    margin-left: 40px;
  }
}
@media (max-width: 999px) {
  body main.oil.faq .contMain:nth-child(3) .contents > section > ul li.cont:nth-child(1) > dl > dd > div section .column img {
    width: 100%;
    margin-bottom: 10px;
    order: 1;
  }
}
body main.oil.faq .contMain:nth-child(3) .contents > section > ul li.cont:nth-child(1) > dl > dd > div section .title03 {
  margin-bottom: 20px;
  font-size: clamp(14px, 16px, 3vw);
  line-height: 1.3em;
  font-weight: bold;
}
body main.oil.faq .contMain:nth-child(3) .contents > section > ul li.cont:nth-child(1) > dl > dd > div section .square li {
  margin-bottom: 0;
}
body main.oil.faq .contMain:nth-child(3) .contents > section > ul li.cont:nth-child(1) > dl > dd > div section:nth-child(2) .title03 {
  color: #d3a906;
  border-color: #d3a906;
}
body main.oil.faq .contMain:nth-child(3) .contents > section > ul li.cont:nth-child(1) > dl > dd > div section:nth-child(2) .square li:before {
  color: #d3a906;
}
body main.oil.faq .contMain:nth-child(3) .contents > section > ul li.cont:nth-child(1) > dl > dd > div section:nth-child(3) .title03 {
  color: #95a3ab;
  border-color: #95a3ab;
}
body main.oil.faq .contMain:nth-child(3) .contents > section > ul li.cont:nth-child(1) > dl > dd > div section:nth-child(4) .title03 {
  color: #004ea2;
  border-color: #004ea2;
}
body main.oil.faq .contMain:nth-child(3) .contents > section > ul li.cont:nth-child(2) > dl > dd > div p {
  margin-bottom: 20px;
}
body main.oil.faq .contMain:nth-child(3) .contents > section > ul li.cont:nth-child(2) > dl > dd > div p em {
  font-size: clamp(18px, 24px, 4vw);
  line-height: 1.3em;
  font-weight: bold;
}
body main.oil.faq .contMain:nth-child(3) .contents > section > ul li.cont:nth-child(2) > dl > dd > div .lab {
  margin-bottom: 10px;
  padding: 5px 20px;
  background-color: #d3a906;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: clamp(14px, 16px, 3vw);
  line-height: 1.3em;
  color: #ffffff;
  font-weight: bold;
}
body main.oil.faq .contMain:nth-child(3) .contents > section > ul li.cont:nth-child(2) > dl > dd:nth-child(2) > div > dl > dt {
  margin-top: 40px;
}
body main.oil.faq .contMain:nth-child(3) .contents > section > ul li.cont:nth-child(2) > dl > dd:nth-child(2) > div > dl > dt.title03 {
  font-size: clamp(14px, 16px, 3vw);
  line-height: 1.3em;
}
body main.oil.faq .contMain:nth-child(3) .contents > section > ul li.cont:nth-child(2) > dl > dd:nth-child(2) > div > dl > dd img + .lab {
  margin-top: 20px;
}
body main.oil.faq .contMain:nth-child(3) .contents > section > ul li.cont:nth-child(2) > dl > dd:nth-child(2) > div > dl > dd .lab {
  background-color: #95a3ab;
}
body main.oil.faq .contents section > ul > li > dl > dd > div > dl > dt {
  margin-bottom: 20px;
  font-size: clamp(18px, 24px, 4vw);
  line-height: 1.3em;
}
body main.oil.faq .contents section > ul > li > dl > dd > div > dl + img {
  margin: 20px 0;
}
body main.oil.faq .contents section > ul > li > dl > dd p b {
  font-weight: bold;
}
body main.oil .service {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
}
body main.oil .service .cont {
  padding: 6px;
  box-sizing: border-box;
  background-color: #b2cae3;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
@media (min-width: 1000px) {
  body main.oil .service .cont {
    margin: 0 auto 160px auto;
  }
}
@media (max-width: 999px) {
  body main.oil .service .cont {
    margin: 0 auto 80px auto;
  }
}
body main.oil .service .cont h1 {
  box-sizing: border-box;
  background-color: #ffffff;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0 0;
  color: #004ea2;
  font-weight: bold;
  position: relative;
}
@media (min-width: 1000px) {
  body main.oil .service .cont h1 {
    padding: 20px;
    font-size: clamp(18px, 24px, 4vw);
    line-height: 1.3em;
    text-align: center;
  }
}
@media (max-width: 999px) {
  body main.oil .service .cont h1 {
    padding: 10px;
    text-align: left;
  }
}
body main.oil .service .cont h1 .marker {
  width: max-content;
  margin: 0 auto 20px auto;
  position: relative;
}
body main.oil .service .cont h1 .marker em {
  position: relative;
  z-index: 2;
}
body main.oil .service .cont h1 .marker:after {
  content: '';
  width: 100%;
  height: 10px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  display: block;
  background-color: #ffd900;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
body main.oil .service .cont h1:after {
  content: '';
  display: block;
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/oil/img_service_title.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
  position: absolute;
  bottom: 0;
}
@media (min-width: 1000px) {
  body main.oil .service .cont h1:after {
    width: 180px;
    height: 220px;
    right: 0;
  }
}
@media (max-width: 999px) {
  body main.oil .service .cont h1:after {
    width: 70px;
    height: 80px;
    right: -14px;
  }
}
body main.oil .service .cont .box {
  margin-top: 6px;
  box-sizing: border-box;
  background-color: #ffffff;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0;
  border-radius: 0 0 6px 6px;
}
@media (min-width: 1000px) {
  body main.oil .service .cont .box {
    padding: 20px;
  }
}
@media (max-width: 999px) {
  body main.oil .service .cont .box {
    padding: 10px;
  }
}
body main.oil .service .cont .box .boxText p {
  margin-bottom: 20px;
}
body main.oil .service .cont .box .boxText .link {
  padding: 5px 0;
  color: #004ea2;
  border-bottom: 1px solid #004ea2;
  font-size: clamp(18px, 24px, 4vw);
  line-height: 1.3em;
}
body main.oil .service .cont .box .boxText .link:before {
  content: '▶';
  margin-right: 10px;
}
body main.oil .service .cont .box dl {
  margin-top: 40px;
  position: relative;
}
body main.oil .service .cont .box dl dt {
  width: 100%;
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0 0;
  background-color: #004ea2;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1000px) {
  body main.oil .service .cont .box dl dt {
    font-size: clamp(18px, 24px, 4vw);
    line-height: 1.3em;
  }
}
@media (min-width: 1000px) {
  body main.oil .service .cont .box dl dt br {
    display: none;
  }
}
body main.oil .service .cont .box dl dt:before {
  content: '';
  display: inline-block;
  display: inline-block;
  overflow: hidden;
  background-image: url("/images/oil/ico_service.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
  width: 80px;
  height: 80px;
}
@media (min-width: 1000px) {
  body main.oil .service .cont .box dl dt:before {
    margin-right: 10px;
  }
}
@media (max-width: 999px) {
  body main.oil .service .cont .box dl dt:before {
    margin-left: -10px;
  }
}
body main.oil .service .cont .box dl dd {
  min-height: 240px;
  box-sizing: border-box;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0;
  border-radius: 0 0 6px 6px;
  background-color: #e5edf6;
  color: #004ea2;
}
@media (min-width: 1000px) {
  body main.oil .service .cont .box dl dd {
    padding: 40px 300px 40px 40px;
  }
}
@media (max-width: 999px) {
  body main.oil .service .cont .box dl dd {
    padding: 20px 10px;
    text-align: center;
  }
}
body main.oil .service .cont .box dl dd p {
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  body main.oil .service .cont .box dl dd p {
    text-align: left;
  }
}
body main.oil .service .cont .box dl dd p:not(.note) {
  font-size: clamp(18px, 24px, 4vw);
  line-height: 1.3em;
  font-weight: bold;
}
body main.oil .service .cont .box dl dd .link {
  padding: 5px 20px;
  background-color: #ffd900;
  display: inline-block;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-weight: bold;
  color: #004ea2;
}
@media (min-width: 1000px) {
  body main.oil .service .cont .box dl dd .link {
    font-size: clamp(18px, 24px, 4vw);
    line-height: 1.3em;
  }
}
@media (max-width: 999px) {
  body main.oil .service .cont .box dl dd .link {
    margin-left: 0;
  }
}
@media (max-width: 999px) {
  body main.oil .service .cont .box dl dd:after {
    content: '';
    width: 200px;
    height: 200px;
    margin: 20px auto 0 auto;
    display: inline-block;
    display: inline-block;
    overflow: hidden;
    background-image: url("/images/oil/img_service.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -1000%;
  }
}
@media (min-width: 1000px) {
  body main.oil .service .cont .box dl:after {
    content: '';
    width: 200px;
    height: 200px;
    display: inline-block;
    display: inline-block;
    overflow: hidden;
    background-image: url("/images/oil/img_service.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -1000%;
    position: absolute;
    bottom: 20px;
    right: 40px;
  }
}
