@charset "UTF-8";
/* ****************************************************
style.css for 日本通運
***************************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
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;
}

html {
  line-height: 1;
}

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, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*general
=========================================*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 768px) {
  html {
    min-width: 1024px;
  }
}

body {
  padding: 0;
  font-size: 1rem;
  color: #000;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  body {
    font-family: sans-serif;
  }
  body > img {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1024px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 1px;
  }
}

a:link, a:visited, a:active {
  color: #2662a8;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: underline;
  }
}

img {
  vertical-align: top;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
}

em,
strong {
  font-weight: bold;
}
em.price,
strong.price {
  display: inline-block;
  color: #f58345;
  white-space: nowrap;
}

sup {
  font-size: 1rem;
  vertical-align: top;
}

*, *:before, *:after {
  box-sizing: inherit;
}

@media screen and (min-width: 768px) {
  .forSP {
    display: none;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .forPC {
    display: none;
  }
}
.cvBtn {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cvBtn {
   	width: 1005px;  
  }
  .cvBtn > p:first-child {
    margin: 0 0 10px;
    text-align: center;
  }
  .cvBtn ul {
		display: flex;
		justify-content: space-between;
    margin-top: 25px;
  }
  .cvBtn ul li.forPC {
    margin-top: 20px;
    text-align: center;
    font-size: 1.6rem;
  }
  .cvBtn ul li.forPC .small {
    font-size: 1.3rem;
  }
  .cvBtn ul li.forPC .tel {
    display: inline-block;
    min-height: 39px;
    margin: 0 auto 15px;
    padding-left: 80px;
    font-size: 5rem;
    font-weight: normal;
    background: url(/jp/ja/site/iten/lp/201904_ad/img/index_ic01.png) no-repeat 0 30%;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .cvBtn {
    width: 83.02632%;
  }
  .cvBtn > p:first-child {
    width: 76.06973%;
    margin: 0 auto 2.37718%;
  }
  .cvBtn ul li.forSP {
    margin-top: 2.37718%;
  }
}
.cvBnr{
  margin: 0 auto 40px;
}
.cvBnr.cvBnr-mT{
  margin: 40px auto 0;
}
.pc{
  display: none;
}
.tb{
  display: block;
}
@media screen and (min-width: 768px) {
  .cvBnr {
    width: 1005px;  
  }
  .pc{
    display: block;
  }
  .tb{
    display: none;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .cvBnr {
    width: 83.02632%;
  }
}

/*Header
=========================================*/
@media screen and (min-width: 768px) {
  header {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
  }
  header #logo {
    width: 116px;
    padding: 20px 0;
  }
  header #logo img {
    width: 116px;
    height: 40px;
  }
  header #hdTel {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-flow: row nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 25px;
    width: 619px;
    font-size: 1.2rem;
  }
  header #hdTel .tel {
    padding-right: 10px;
    font-size: 3rem;
  }
  header #hdTel .tel .telNo {
    display: inline-block;
    min-height: 24px;
    padding-left: 47px;
    background: url(/jp/ja/site/iten/lp/201904_ad/img/index_ic01.png) no-repeat 0 1px;
    background-size: 41px 24px;
  }
  header #hdTel .telNote {
    line-height: 1.4;
  }
  header #hdTel strong {
    font-weight: bold;
  }
  header #hdTel .small {
    display: block;
    font-size: .95rem;
  }
  header #hdBtn {
    padding: 10px 0;
    width: 265px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  header {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    padding: 1.31579% 1.31579% 1.31579% 2.89474%;
  }
  header #logo {
    width: 26.37363%;
    padding: 2.1978% 0;
  }
  header #hdTel {
    box-sizing: border-box;
    width: 39.28571%;
    padding: 0 2.74725%;
    font-size: 1rem;
    font-size: .9rem;
    line-height: 1.4;
  }
  header #hdTel > .telNote {
    display: table;
    float: right;
  }
  header #hdTel span.forSP {
    display: block;
    margin-bottom: .2rem;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2;
  }
  header #hdTel strong {
    font-weight: bold;
  }
  header #hdTel .small {
    display: block;
    font-size: 1rem;
    font-size: .7rem;
  }
  header #hdBtn {
    width: 34.34066%;
  }
  header #hdBtn ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header #hdBtn ul > li {
    width: 48%;
  }
}
#header{
    margin: 0 auto;
}
.fixed {
    position: fixed;
    top: 0px;
    z-index: 10000;
    width: 100%;
    background: #fff;
    border-bottom: 3px solid #0e3b7b;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.fixed:before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 50%;
    height: 0;
    bottom: -3px;
    left: 0;
    border-top: 3px solid #8EC300;
  }

/*Contents
=========================================*/
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main .toggleBtn.type01 {
    position: relative;
    margin-top: -1px;
    box-sizing: border-box;
    padding: 1.31579% 18.42105% 1.31579% 3.94737%;
    background-color: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 2.5rem;
    line-height: 1.4;
  }
  main .toggleBtn.type01 + .toggleContents {
    border-top: 4px solid #e7e7e7;
  }
  main .toggleBtn.type01:before {
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    top: 3px;
    right: 0;
    width: 18.42105%;
    height: calc(100% - 6px);
    border-left: 1px solid #000;
    background: url(/jp/ja/site/iten/lp/201904_ad/img/index_ic04.png) no-repeat 50% 50%;
    background-size: 45.71429% auto;
    content: "open";
    white-space: nowrap;
    text-indent: 100%;
    font-size: 1px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) and (orientation: landscape) {
  main .toggleBtn.type01:before {
    background-size: 40px auto;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main .toggleBtn.type01.open:before {
    background-image: url(url(/jp/ja/site/iten/lp/201904_ad/img/index_ic05.png);
    content: "close";
  }
  main .toggleBtn.type01 > span {
    display: table-cell;
    width: 77.63158vw;
    height: 4em;
    vertical-align: middle;
  }
  main .toggleBtn.type01 > span > span {
    display: block;
    font-size: 1.8rem;
    color: #1d759e;
  }
}
main .childToggle {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
main .childToggle.open .wrap02:before {
  background-image: url(url(/jp/ja/site/iten/lp/201904_ad/img/index_ic05.png);
  content: "close";
}
main .childToggle:before, main .childToggle:after {
  position: absolute;
  width: 0;
  border-left: 1px solid #000;
  content: " ";
}
main .childToggle:before {
  left: 0;
}
main .childToggle:after {
  right: 0;
}
main .childToggle .wrap01, main .childToggle .wrap02 {
  display: block;
  box-sizing: border-box;
}
main .childToggle .wrap01 {
  position: relative;
}
main .childToggle .wrap01:before, main .childToggle .wrap01:after {
  position: absolute;
  height: 0;
  border-top: 1px solid #000;
  content: " ";
}
main .childToggle .wrap01:before {
  top: 0;
}
main .childToggle .wrap01:after {
  bottom: 0;
}
main .childToggle .wrap02 {
  background-color: #fff;
}
main .childToggle .wrap02:before {
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  border-left: 1px solid #000;
  background: url(/jp/ja/site/iten/lp/201904_ad/img/index_ic04.png) no-repeat 50% 50%;
  content: "open";
  white-space: nowrap;
  text-indent: 100%;
  font-size: 1px;
}
main .childToggle .wrap02:after {
  position: absolute;
  display: block;
  border-top: 4px solid #e7e7e7;
  content: " ";
}
@media screen and (min-width: 768px) {
  main .childToggle {
    width: 1000px;
    cursor: pointer;
  }
  main .childToggle:before, main .childToggle:after {
    top: 6px;
    height: calc(100% - 12px);
  }
  main .childToggle .wrap01 {
    padding: 6px;
  }
  main .childToggle .wrap01:before, main .childToggle .wrap01:after {
    left: 6px;
    width: calc(100% - 12px);
  }
  main .childToggle .wrap02 {
    padding-right: 140px;
  }
  main .childToggle .wrap02:before {
    top: 6px;
    width: 130px;
    height: calc(100% - 12px);
    background-size: 53px auto;
  }
  main .childToggle .wrap02:after {
    left: 6px;
    width: calc(100% - 12px);
    border-top-width: 5px;
    bottom: -6px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main .childToggle {
    width: 94.21053%;
  }
  main .childToggle:before, main .childToggle:after {
    top: 3px;
    height: calc(100% - 6px);
  }
  main .childToggle .wrap01 {
    padding: 1.67598%;
  }
  main .childToggle .wrap01:before, main .childToggle .wrap01:after {
    left: 1.67598%;
    width: calc(100% - (24 / 716 * 100%));
  }
  main .childToggle .wrap02 {
    padding-right: 19.42029%;
  }
  main .childToggle .wrap02:before {
    top: 1.67598vw;
    width: 17.97101%;
    height: calc(100% - (24 / 716 * 100vw));
    background-size: 51.6129% auto;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) and (orientation: landscape) {
  main .childToggle .wrap02:before {
    background-size: 40px auto;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main .childToggle .wrap02:after {
    left: 1.67598%;
    width: calc(100% - (24 / 716 * 100%));
    bottom: -4px;
  }
}
main #h1Box {
  position: relative;
  border-top: 3px solid #0e3b7b;
}
main #h1Box:before {
  position: absolute;
  z-index: 2;
  width: 50%;
  height: 0;
  top: -3px;
  left: 0;
  border-top: 3px solid #8EC300;
  content: " ";
}
main #h1Box > h1, main #h1Box > ol, main #h1Box > p {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 1px;
}
@media screen and (min-width: 768px) {
  main #h1Box {
    width: 100%;
    height: 740px;
    background: url(/jp/ja/site/iten/lp/201904_ad/img/index_bg01_pc.webp) no-repeat 50% 0;
  }
  main #h1Box h1 {
    position: absolute;
    top: 46px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 950px;
    height: 280px;
    background: url(/jp/ja/site/iten/lp/201904_ad/img/index_h01_pc.webp) no-repeat 0 0;
  }
  main #h1Box ol {
    position: absolute;
    top: 322px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 946px;
    height: 86px;
    background: url(/jp/ja/site/iten/lp/201904_ad/img/index_tx17_pc.webp) no-repeat 0 0;
  }
  main #h1Box ol + p {
    position: absolute;
    top: 424px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 946px;
    height: 106px;
    background: url(/jp/ja/site/iten/lp/201904_ad/img/index_tx16_pc.webp) no-repeat 0 0;
  }
  main #h1Box + .cvBtn {
    padding: 70px 0 55px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #h1Box {
    width: 100%;
    height: 0;
    padding-top: 136.05263%;
    background: url(/jp/ja/site/iten/lp/201904_ad/img/index_bg01_sp.webp) no-repeat 0 0;
    background-size: 100% 100%;
  }
  main #h1Box h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-top: 37.33333%;
    background: url(/jp/ja/site/iten/lp/201904_ad/img/index_h01_sp.webp) no-repeat 0 0;
    background-size: 100% 100%;
  }
  main #h1Box ol + p {
    position: absolute;
    left: 4%;
    bottom: 3.86847%;
    width: 92%;
    height: 0;
    padding-top: 47.33333%;
    background: url(/jp/ja/site/iten/lp/201904_ad/img/index_tx16_sp.webp) no-repeat 0 0;
    background-size: 100% 100%;
  }
  main #h1Box + .cvBtn {
    padding: 9.73684% 0 8.42105%;
  }
}
@media screen and (min-width: 768px) {
  main .anchor {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 1000px;
		padding-top: 12px;
    border-right: 1px solid #bababa;
    margin: 0 auto;
    font-size: 1.7rem;
  }
  main .anchor > li {
    width: 167px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    border-left: 1px solid #bababa;
    vertical-align: middle;
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
  }
  main .anchor > li:nth-child(3), main .anchor > li:nth-child(4), main .anchor > li:nth-child(5) {
    width: 166px;
  }
  main .anchor > li:nth-child(3) a, main .anchor > li:nth-child(4) a, main .anchor > li:nth-child(5) a {
    width: 166px;
  }
  main .anchor > li a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    width: 167px;
    padding: 30px 0 22px;
    color: #1d759e;
    text-decoration: none;
    background: url(/jp/ja/site/iten/lp/201904_ad/img/index_ic02.png) no-repeat 50% 3%;
  }
  main .anchor > li a:hover {
    color: #8EC300;
    background-image: url(url(/jp/ja/site/iten/lp/201904_ad/img/index_ic03.png);
  }
  main .anchor > li a span {
    width: 100%;
    text-align: center;
  }
}
main .iconList {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #59a3c5;
  font-weight: bold;
  line-height: 1.2;
}
main .iconList > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
main .iconList > li > span {
  display: block;
  width: 100%;
  text-align: center;
}
main .iconList > li > span > img {
  height: auto;
}
@media screen and (min-width: 768px) {
  main .iconList {
    width: 1000px;
    margin: 40px auto 0;
    font-size: 1.5rem;
  }
  main .iconList > li {
    width: 12.5%;
  }
  main .iconList > li > span > img {
    width: 85px;
  }
  main .iconList > li > span + span {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main .iconList {
    margin: 5.26316% 0 0;
    font-size: 1rem;
  }
  main .iconList > li {
    width: 22%;
    margin-left: 4%;
  }
  main .iconList > li:nth-child(4n + 1) {
    margin-left: 0;
  }
  main .iconList > li:nth-child(n + 5) {
    margin-top: 1rem;
  }
  main .iconList > li > span + span {
    margin-top: .5rem;
  }
}
main #trouble {
  background-color: #f5f5f5;
}
main #trouble h2 {
  text-align: center;
  color: #1d759e;
  line-height: 1.4;
}
main #trouble h2 span {
  display: block;
  color: #000;
}
main #trouble ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  main #trouble {
    margin-top: 110px;
    padding: 90px 0 95px;
  }
  main #trouble h2 {
    font-size: 6rem;
  }
  main #trouble h2 span {
    font-size: 3rem;
  }
  main #trouble ul {
    width: 1005px;
    margin: 30px auto 0;
  }
  main #trouble ul > li:first-child {
    width: 355px;
  }
  main #trouble ul > li:nth-child(2) {
    width: 326px;
  }
  main #trouble ul > li:nth-child(3) {
    width: 324px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #trouble {
    padding: 9.21053% 0 6.57895%;
    border-bottom: 1px solid #fff;
  }
  main #trouble h2 {
    font-size: 3rem;
  }
  main #trouble h2 span {
    font-size: 1.5rem;
  }
  main #trouble ul {
    width: 96.31579%;
    margin: 6.31579% 0 0 2.63158%;
  }
  main #trouble ul > li:first-child {
    width: 52.18579%;
  }
  main #trouble ul > li:nth-child(2) {
    width: 47.81421%;
  }
  main #trouble ul > li:nth-child(3) {
    margin-top: 2.45902%;
    width: 47.54098%;
  }
}
main #reason {
  background-color: #f1fbff;
}
@media screen and (min-width: 768px) {
  main #reason {
    padding: 145px 0;
  }
  main #reason h2 {
    position: relative;
    padding-bottom: 60px;
    font-size: 6rem;
    text-align: center;
    line-height: 1.4;
  }
  main #reason h2:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    border-top: 1px solid #000;
    content: " ";
  }
  main #reason h2 > span > span {
    display: block;
    font-size: 4rem;
    color: #1d759e;
  }
  main #reason #reason01 {
    padding: 100px 0 125px;
  }
  main #reason #reason01 .oneStop {
    width: 1000px;
    margin: 66px auto;
  }
  main #reason #reason01 .oneStop h4 {
    font-size: 2.8rem;
    text-align: center;
  }
  main #reason #reason01 .cvBtn {
    margin-top: 50px;
  }
  main #reason #reason02 .reasonHead + .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0 145px;
  }
  main #reason #reason02 .reasonHead + .wrap .col {
    width: 50%;
    text-align: center;
  }
  main #reason #reason02 .reasonHead + .wrap .col > p:first-child {
    margin: 0 0 15px;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.5;
  }
  main #reason #reason02 .reasonHead + .wrap .col img {
    width: auto;
    height: 532px;
  }
  main #reason #reason03 .reasonHead .wrap h3 {
    font-size: 3.2rem;
    letter-spacing: 0;
  }
  main #reason #reason03 .reasonHead .wrap h3 strong {
    font-size: 5.2rem;
  }
  main #reason #reason03 .cvBtn {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #reason .toggleBton.type01 {
    margin-top: 0;
  }
  main #reason #reason01 {
    padding-bottom: 3.94737%;
  }
  main #reason #reason01 .oneStop {
    margin: 10.52632% 0;
  }
  main #reason #reason01 .oneStop h4 {
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
  }
  main #reason #reason01 .oneStop .iconList {
    width: 92.10526%;
    margin: 5.26316% auto 0;
  }
  main #reason #reason01 .cvBtn {
    margin-top: 8.55263%;
  }
  main #reason #reason02 .reasonHead + .wrap {
    padding: 9.21053% 0 0;
  }
  main #reason #reason02 .reasonHead + .wrap .col {
    width: 90.78947%;
    margin: 0 auto;
  }
  main #reason #reason02 .reasonHead + .wrap .col + .col {
    margin-top: 7.24638%;
  }
  main #reason #reason02 .reasonHead + .wrap .col > p:first-child {
    margin-bottom: 2.89855%;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.6;
    font-weight: bold;
  }
  main #reason #reason03 {
    padding-bottom: 10.52632%;
  }
  main #reason #reason03 .iconList {
    width: 92.10526%;
    margin: 10.52632% auto 0;
  }
  main #reason #reason03 .cvBtn {
    margin-top: 13.15789%;
  }
}
@media screen and (min-width: 768px) {
  main #reason .reasonHead {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
  }
  main #reason .reasonHead .wrap {
    width: 440px;
  }
  main #reason .reasonHead .wrap > p {
    width: 558px;
  }
  main #reason .reasonHead .wrap .text {
    width: 400px;
    margin: 25px 0 0;
    font-size: 1.6rem;
    line-height: 2;
  }
  main #reason .reasonHead h3 {
    position: relative;
    min-height: 345px;
    font-size: 4rem;
    line-height: 1.5;
    display: table;
  }
  main #reason .reasonHead h3 strong {
    font-size: 6rem;
    font-weight: normal;
  }
  main #reason .reasonHead h3 .small {
    display: block;
    margin-bottom: 5px;
    font-size: 2.5rem;
  }
  main #reason .reasonHead h3 .num {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  main #reason .reasonHead h3 .num + span {
    position: relative;
    z-index: 2;
    display: table-cell;
    width: 440px;
    height: 360px;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #reason .reasonHead {
    margin: 0 3.94737%;
  }
  main #reason .reasonHead .wrap .text {
    padding: 0 0 5.71429%;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  main #reason .reasonHead h3 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    padding: 10% 0 7.14286%;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  main #reason .reasonHead h3 strong {
    font-weight: normal;
    font-size: 2.8rem;
  }
  main #reason .reasonHead h3 .small {
    display: block;
    font-size: 1.5rem;
  }
  main #reason .reasonHead h3 .num {
    width: 15.42857%;
  }
  main #reason .reasonHead h3 .num + span {
    box-sizing: border-box;
    width: 84.57143%;
    padding: 0 5.71429%;
  }
}
main #reason .childToggle .btnBox {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  background: url(/jp/ja/site/iten/lp/201904_ad/img/index_im04.png) no-repeat 0 100%;
}
main #reason .childToggle .btnBox .small {
  display: block;
  color: #8EC300;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  main #reason .childToggle .btnBox {
    height: 150px;
    padding: 0 0 0 185px;
    background-position: 42px 100%;
    background-size: auto 140px;
    line-height: 1;
  }
  main #reason .childToggle .btnBox .btnWrap {
    font-size: 4.2rem;
  }
  main #reason .childToggle .btnBox .btnWrap .small {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #reason .childToggle .btnBox {
    padding: 0 0 0 39.56835%;
    background-size: auto 95%;
    line-height: 1.4;
  }
  main #reason .childToggle .btnBox .btnWrap {
    width: 100%;
    padding: 8.99281% 0;
    font-size: 2.2rem;
  }
  main #reason .childToggle .btnBox .btnWrap .small {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  main #reason .childContents {
    padding: 20px 0 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #reason .childContents {
    padding: 2.63158% 0 0;
  }
}
main #reason .childContents > section {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  main #reason .childContents > section {
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }
  main #reason .childContents > section + section {
    margin-top: 10px;
  }
  main #reason .childContents > section > h5 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #reason .childContents > section {
    width: 90.78947%;
    margin: 0 auto;
  }
  main #reason .childContents > section + section {
    margin-top: 4.34783%;
  }
}
@media screen and (min-width: 768px) {
  main #reason .childContents > section .serviceWrap {
    padding: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
  }
  main #reason .childContents > section .serviceWrap .pickup {
    box-sizing: border-box;
    width: 490px;
    padding: 0 0 0 35px;
  }
  main #reason .childContents > section .serviceWrap .pickup h6 {
    position: relative;
    margin: 35px 0 25px -5px;
    padding-left: 125px;
    font-size: 3.2rem;
  }
  main #reason .childContents > section .serviceWrap .pickup h6 > span {
    display: block;
    margin-bottom: 15px;
    font-size: 1.8rem;
    color: #4c86ae;
  }
  main #reason .childContents > section .serviceWrap .pickup h6 > img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100px;
    height: auto;
  }
  main #reason .childContents > section .serviceWrap .pickup .text {
    font-size: 1.6rem;
    line-height: 2;
  }
  main #reason .childContents > section .serviceWrap > p {
    width: 470px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #reason .childContents > section .serviceWrap {
    padding-bottom: 4.34783%;
  }
  main #reason .childContents > section .serviceWrap .pickup {
    position: relative;
    width: 92.75362%;
    margin: 0 auto 2.89855%;
  }
  main #reason .childContents > section .serviceWrap .pickup + p {
    width: 92.75362%;
    margin: 0 auto;
  }
  main #reason .childContents > section .serviceWrap .pickup h6 {
    position: relative;
    padding: 4.6875% 0 5.46875% 27.34375%;
    font-size: 2.2rem;
  }
  main #reason .childContents > section .serviceWrap .pickup h6 > span {
    display: block;
    margin-bottom: .6rem;
    font-size: 1.3rem;
    color: #4c86ae;
    letter-spacing: 1px;
  }
  main #reason .childContents > section .serviceWrap .pickup h6 > img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20.9375%;
  }
  main #reason .childContents > section .serviceWrap .pickup .text {
    line-height: 1.8;
    font-size: 1.2rem;
  }
}
main #reason .childContents > section .other {
  background-color: #f8f8f8;
}
@media screen and (min-width: 768px) {
  main #reason .childContents > section .other {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
  }
  main #reason .childContents > section .other h5 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    width: 150px;
    border-right: 1px solid #cfcfcf;
  }
  main #reason .childContents > section .other h5 span {
    width: 100%;
    text-align: center;
    color: #59a3c5;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #reason .childContents > section .other {
    padding: 4.34783% 2.89855%;
  }
  main #reason .childContents > section .other h5 {
    border-bottom: 1px solid #cfcfcf;
  }
  main #reason .childContents > section .other h5 span {
    display: block;
    width: 100%;
    padding-bottom: 3.90625%;
    text-align: center;
    color: #59a3c5;
    font-size: 1.4rem;
    font-weight: bold;
  }
}
main #reason .childContents > section .other .iconList > li {
  color: #000;
}
@media screen and (min-width: 768px) {
  main #reason .childContents > section .other .iconList {
    width: 825px;
    margin: 0 15px 0 0;
  }
  main #reason .childContents > section .other .iconList > li {
    width: 13.4%;
    margin-left: 1%;
  }
  main #reason .childContents > section .other .iconList > li:nth-child(7n + 1) {
    margin-left: 0;
  }
  main #reason .childContents > section .other .iconList > li:nth-child(n + 8) {
    margin-top: 6px;
  }
  main #reason .childContents > section .other .iconList > li > span {
    font-size: 1.1rem;
  }
  main #reason .childContents > section .other .iconList > li > span img {
    width: 56px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #reason .childContents > section .other .iconList > li {
    width: 25%;
    margin-left: 0;
  }
  main #reason .childContents > section .other .iconList > li > span img {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  main #reason .childContents #service03 {
    padding: 80px 100px 60px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #reason .childContents #service03 {
    padding: 0 0 10.14493%;
  }
}
main #reason .childContents #service03 .iconList > li > span {
  color: #000;
}
@media screen and (min-width: 768px) {
  main #reason .childContents #service03 .iconList {
    width: 800px;
    margin: 0 auto;
  }
  main #reason .childContents #service03 .iconList > li {
    width: 20%;
  }
  main #reason .childContents #service03 .iconList > li:nth-child(n + 6) {
    margin-top: 10px;
  }
  main #reason .childContents #service03 .iconList > li > span {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  main #reason .childContents #service03 .iconList > li > span img {
    width: 80px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #reason .childContents #service03 .iconList > li {
    width: 32%;
    margin-left: 2%;
    margin-top: 0;
  }
  main #reason .childContents #service03 .iconList > li:nth-child(3n + 1) {
    margin-left: 0;
  }
  main #reason .childContents #service03 .iconList > li:nth-child(n + 4) {
    margin-top: .5rem;
  }
  main #reason .childContents #service03 .iconList > li > span {
    line-height: 1.4;
  }
  main #reason .childContents #service03 .iconList > li > span img {
    width: 62%;
  }
}
@media screen and (min-width: 768px) {
  main #jisseki {
    padding: 130px 0;
  }
  main #jisseki h2 {
    position: relative;
    padding-bottom: 60px;
    font-size: 6rem;
    text-align: center;
    line-height: 1.4;
  }
  main #jisseki h2:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    border-top: 1px solid #000;
    content: " ";
  }
  main #jisseki h2 > span > span {
    display: block;
    font-size: 4rem;
    color: #1d759e;
  }
}
main #jisseki .lead {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  main #jisseki .lead {
    width: 1000px;
    margin: 70px auto 65px;
  }
  main #jisseki .lead > p:first-child {
    width: 170px;
  }
  main #jisseki .lead > p:first-child img {
    width: 100%;
    height: auto;
  }
  main #jisseki .lead > p:first-child + p {
    box-sizing: border-box;
    width: 830px;
    padding: 0 0 0 30px;
    font-size: 2.5rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #jisseki .lead {
    width: 92.10526%;
    margin: 0 auto;
    padding: 6.57895% 0;
  }
  main #jisseki .lead > p:first-child {
    width: 29.14286%;
  }
  main #jisseki .lead > p:first-child + p {
    width: 65%;
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 768px) {
  main #jisseki .tsukiji {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
  }
  main #jisseki .tsukiji > p:first-child {
    box-sizing: border-box;
    width: 500px;
    padding: 0 0 0 20px;
  }
  main #jisseki .tsukiji > p:first-child img {
    width: 100%;
    height: auto;
  }
  main #jisseki .tsukiji > p:first-child + p {
    width: 482px;
    font-size: 2.9rem;
    line-height: 1.6;
  }
  main #jisseki .tsukiji > p:first-child + p span {
    display: block;
  }
  main #jisseki .tsukiji > p:first-child + p img {
    width: 290px;
    height: auto;
  }
  main #jisseki .tsukiji ul {
    width: 750px;
    margin: 40px auto 70px;
    font-size: 2rem;
    line-height: 1.6;
  }
  main #jisseki .tsukiji ul > li {
    position: relative;
    padding-left: 32px;
    min-height: 18px;
  }
  main #jisseki .tsukiji ul > li + li {
    margin-top: 10px;
  }
  main #jisseki .tsukiji ul > li:before {
    position: absolute;
    top: .3em;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #59a3c5;
    border-radius: 100%;
    content: " ";
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #jisseki .tsukiji {
    width: 92.10526%;
    margin: 0 auto 7.89474%;
  }
  main #jisseki .tsukiji > p:first-child {
    width: 96%;
    margin: 0 auto;
  }
  main #jisseki .tsukiji > p:first-child + p {
    margin-top: 7.14286%;
    font-size: 2.1rem;
    line-height: 1.6;
  }
  main #jisseki .tsukiji > p:first-child + p span {
    display: block;
    width: 62.28571%;
    line-height: 1.4;
  }
  main #jisseki .tsukiji ul {
    margin: 4.28571% auto 0;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  main #jisseki .tsukiji ul > li {
    position: relative;
    padding-left: 1.8rem;
    min-height: 1.2rem;
  }
  main #jisseki .tsukiji ul > li + li {
    margin-top: .5rem;
  }
  main #jisseki .tsukiji ul > li:before {
    position: absolute;
    top: .45em;
    left: 0;
    width: .9rem;
    height: .9rem;
    background-color: #59a3c5;
    border-radius: 100%;
    content: " ";
  }
}
main #jisseki #jissekiList .childToggle .btnBox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  background: url(/jp/ja/site/iten/lp/201904_ad/img/index_im10.png) no-repeat 40px 50%;
}
@media screen and (min-width: 768px) {
  main #jisseki #jissekiList .childToggle .btnBox {
    padding: 0 0 0 205px;
  }
  main #jisseki #jissekiList .childToggle .btnWrap {
    font-size: 3.5rem;
  }
  main #jisseki #jissekiList .childToggle .btnWrap .inner {
    display: table-cell;
    height: 150px;
    vertical-align: middle;
  }
  main #jisseki #jissekiList .childToggle .btnWrap .caption {
    display: block;
    margin-right: -10px;
    margin-top: 12px;
    font-size: 1.2rem;
    color: #59a3c5;
    font-weight: bold;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #jisseki #jissekiList .childToggle .btnBox {
    background-image: none;
    padding: 6.29496% 0 4.4964%;
  }
  main #jisseki #jissekiList .childToggle .btnBox .title {
    display: block;
    margin: 0 7.19424% 2.69784%;
    padding: 0 0 0 26.2605%;
    background: url(/jp/ja/site/iten/lp/201904_ad/img/index_im10.png) no-repeat 0 0;
    background-size: auto 95%;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  main #jisseki #jissekiList .childToggle .btnBox .caption {
    display: block;
    padding: 0 7.19424%;
    color: #59a3c5;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.4;
  }
}
main #jisseki #jissekiList .childContents .listWrap {
  background-color: #f8f8f8;
}
@media screen and (min-width: 768px) {
  main #jisseki #jissekiList .childContents .listWrap {
    width: 1000px;
    margin: 22px auto 0;
    padding: 60px 0;
  }
  main #jisseki #jissekiList .childContents .listWrap dl {
    overflow: hidden;
    padding: 0 40px 0 50px;
  }
  main #jisseki #jissekiList .childContents .listWrap dl + p {
    margin-top: -15px;
    padding: 0 40px 0 50px;
    text-align: right;
    font-weight: bold;
    color: #ff0000;
    font-size: 1.3rem;
  }
  main #jisseki #jissekiList .childContents .listWrap dl dt {
    box-sizing: border-box;
    clear: both;
    float: left;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    width: 120px;
    height: 50px;
    padding: 5px;
    color: #fff;
    background-color: #59a3c5;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  main #jisseki #jissekiList .childContents .listWrap dl dt .note {
    font-size: 1.1rem;
  }
  main #jisseki #jissekiList .childContents .listWrap dl dt > span {
    width: 100%;
    text-align: center;
  }
  main #jisseki #jissekiList .childContents .listWrap dl dd {
    box-sizing: border-box;
    float: left;
    width: 790px;
    padding: 0 0 45px 30px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #jisseki #jissekiList .childContents .listWrap {
    width: 90.78947%;
    margin: 3.94737% auto 0;
    padding: 4.34783%;
  }
  main #jisseki #jissekiList .childContents .listWrap dl {
    padding: 0 0 10.14493%;
  }
  main #jisseki #jissekiList .childContents .listWrap dl + p {
    text-align: right;
    font-weight: bold;
    color: #ff0000;
    font-size: 1.2rem;
  }
  main #jisseki #jissekiList .childContents .listWrap dl dt {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    width: 7em;
    height: 3.6em;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #59a3c5;
  }
  main #jisseki #jissekiList .childContents .listWrap dl dt .note {
    font-size: 1rem;
  }
  main #jisseki #jissekiList .childContents .listWrap dl dt > span {
    width: 100%;
    text-align: center;
  }
  main #jisseki #jissekiList .childContents .listWrap dl dd {
    margin: 2.89855% 0 0 1.44928%;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  main #jisseki #jissekiList .childContents .listWrap dl dd + dt {
    margin-top: 7.93651%;
  }
}
@media screen and (min-width: 768px) {
  main #jisseki .cvBtn {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #jisseki .cvBtn {
    margin-top: 7.23684%;
    padding-bottom: 8.55263%;
  }
}
main #jirei {
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  main #jirei {
    padding: 145px 0 120px;
  }
  main #jirei h2 {
    position: relative;
    padding-bottom: 60px;
    font-size: 6rem;
    text-align: center;
    line-height: 1.4;
  }
  main #jirei h2:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    border-top: 1px solid #000;
    content: " ";
  }
  main #jirei h2 > span > span {
    display: block;
    font-size: 4rem;
    color: #1d759e;
  }
  main #jirei .cvBtn {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #jirei .cvBtn {
    margin-top: 7.89474%;
    padding-bottom: 10.52632%;
  }
}
main #jirei .case .result {
  background-color: #fff;
}
main #jirei .case .result ol em {
  font-weight: bold;
  color: #59a3c5;
}
main #jirei .case .result .use {
  background-color: #f1fbff;
}
@media screen and (min-width: 768px) {
  main #jirei .case .result .use {
    margin-top: 50px;
    padding: 30px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #jirei .case .result .use {
    margin-top: 8.69565%;
    padding: 5.7971% 0;
  }
}
main #jirei .case .result .use > p:first-child {
  text-align: center;
  color: #59a3c5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  main #jirei .case .result .use > p:first-child {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #jirei .case .result .use > p:first-child {
    font-size: 1.4rem;
  }
}
main #jirei .case .result .use .iconList {
  color: #000;
}
@media screen and (min-width: 768px) {
  main #jirei .case .result .use .iconList {
    width: 880px;
    margin-top: 20px;
  }
  main #jirei .case .result .use .iconList > li:nth-child(n + 9) {
    margin-top: 5px;
  }
  main #jirei .case .result .use .iconList > li > span {
    font-size: 1.1rem;
  }
  main #jirei .case .result .use .iconList > li > span > img {
    width: 56px;
    height: auto;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #jirei .case .result .use .iconList {
    padding: 0 2%;
  }
  main #jirei .case .result .use .iconList > li {
    margin-left: 0;
    width: 25%;
  }
  main #jirei .case .result .use .iconList > li img {
    width: 65.8%;
  }
}
@media screen and (min-width: 768px) {
  main #jirei .case {
    width: 1000px;
    margin: 88px auto 0;
  }
  main #jirei .case + .case {
    margin-top: 44px;
  }
  main #jirei .case h3 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 66px 0 0;
  }
  main #jirei .case h3 > span {
    box-sizing: border-box;
  }
  main #jirei .case h3 > span:first-child {
    width: 142px;
    padding: 0 0 0 25px;
  }
  main #jirei .case h3 > span:first-child img {
    width: 62px;
    height: auto;
  }
  main #jirei .case h3 > span:nth-child(2) {
    width: 480px;
    padding-right: 10px;
    font-size: 3.5rem;
    line-height: 1.4;
  }
  main #jirei .case h3 > span:nth-child(2) sup {
    font-size: 1.2rem;
    vertical-align: super;
    font-weight: bold;
  }
  main #jirei .case h3 > span:nth-child(3) {
    width: 312px;
    -webkit-align-self: flex-end;
    align-self: flex-end;
  }
  main #jirei .case h3 > span:nth-child(3) img {
    width: 100%;
    height: auto;
  }
  main #jirei .case .result {
    padding: 50px 20px 20px;
  }
  main #jirei .case .result .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
  }
  main #jirei .case .result .wrap > p:first-child {
    width: 202px;
    padding-left: 30px;
  }
  main #jirei .case .result .wrap ol {
    width: 730px;
    padding-right: 10px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  main #jirei .case .result .wrap ol > li {
    position: relative;
    padding-left: 85px;
  }
  main #jirei .case .result .wrap ol > li > span {
    display: table-cell;
    width: 635px;
    height: 45px;
    vertical-align: middle;
  }
  main #jirei .case .result .wrap ol > li + li {
    margin-top: 15px;
  }
  main #jirei .case .result .wrap ol > li > img {
    position: absolute;
    top: 50%;
    left: 33px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 27px;
    height: auto;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #jirei .case {
    padding-top: 6.97368%;
  }
  main #jirei .case + .case {
    padding-top: 10.52632%;
  }
  main #jirei .case + .case h3 > span:nth-child(3) img {
    margin-left: 22.76923%;
  }
  main #jirei .case h3 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 7.23684%;
  }
  main #jirei .case h3 > span {
    box-sizing: border-box;
  }
  main #jirei .case h3 > span:first-child {
    width: 11.38462%;
  }
  main #jirei .case h3 > span:nth-child(2) {
    width: 88.61538%;
    padding-left: 6.46154%;
    font-size: 2rem;
    line-height: 1.6;
  }
  main #jirei .case h3 > span:nth-child(3) {
    width: 100%;
    padding-top: 9.23077%;
  }
  main #jirei .case h3 > span:nth-child(3) img {
    width: 57.53846%;
    margin-left: 24.92308%;
  }
  main #jirei .case .result {
    box-sizing: border-box;
    width: 90.78947%;
    margin: 0 auto;
    padding: 5.7971% 0 0;
  }
  main #jirei .case .result .wrap {
    padding: 0 5.21739%;
  }
  main #jirei .case .result .wrap > p:first-child {
    width: 32.68608%;
    margin: 0 auto;
  }
  main #jirei .case .result ol {
    font-size: 1.2rem;
    line-height: 1.8;
  }
  main #jirei .case .result ol > li {
    position: relative;
    margin-top: 5.66343%;
    padding-left: 13.59223%;
  }
  main #jirei .case .result ol > li > img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 8.89968%;
    max-width: calc(55px / 2);
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) and (orientation: landscape) {
  main #jirei .case .result ol > li > img {
    left: 3.23625%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #jirei .case .result ol > li > span {
    display: table-cell;
    height: 4em;
    vertical-align: middle;
  }
}
@media screen and (min-width: 768px) {
  main #faq {
    padding: 145px 0;
  }
  main #faq h2 {
    position: relative;
    margin-bottom: 85px;
    padding-bottom: 60px;
    font-size: 6rem;
    text-align: center;
    line-height: 1.4;
  }
  main #faq h2:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    border-top: 1px solid #000;
    content: " ";
  }
  main #faq h2 > span > span {
    display: block;
    font-size: 4rem;
    color: #1d759e;
  }
  main #faq .cvBtn {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #faq .cvBtn {
    margin-top: 7.89474%;
    padding-bottom: 8.55263%;
  }
}
main #faq .childToggle .btnBox {
  display: block;
}
@media screen and (min-width: 768px) {
  main #faq .childToggle .btnWrap {
    position: relative;
    display: block;
    padding: 0 0 0 125px;
    font-size: 2.5rem;
  }
  main #faq .childToggle .btnWrap > img {
    position: absolute;
    top: 50%;
    left: 35px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 56px;
    height: auto;
  }
  main #faq .childToggle .btnWrap .inner {
    display: table-cell;
    height: 150px;
    width: 720px;
    vertical-align: middle;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #faq .childToggle .btnWrap {
    position: relative;
    display: block;
    padding: 0 0 0 18.11594%;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  main #faq .childToggle .btnWrap > img {
    position: absolute;
    top: 50%;
    left: 1.73913%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 12.31884%;
  }
  main #faq .childToggle .btnWrap .inner {
    display: table-cell;
    height: 5em;
    vertical-align: middle;
  }
}
main #faq .faqBox .aBox {
  background-color: #f8f8f8;
}
@media screen and (min-width: 768px) {
  main #faq .faqBox {
    width: 1000px;
    margin: 0 auto;
  }
  main #faq .faqBox + .faqBox {
    margin-top: 15px;
  }
  main #faq .faqBox .aBox {
    box-sizing: border-box;
    position: relative;
    padding: 45px 40px 45px 135px;
    margin-top: 20px;
    min-height: 150px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  main #faq .faqBox .aBox > p:first-child {
    position: absolute;
    top: 48px;
    left: 40px;
  }
  main #faq .faqBox .aBox > p:first-child img {
    width: 56px;
    height: auto;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #faq .faqBox {
    padding-top: 5.26316%;
  }
  main #faq .faqBox + .faqBox {
    padding-top: 3.94737%;
  }
  main #faq .faqBox .aBox {
    position: relative;
    width: 90.78947%;
    margin: 0 auto;
    padding: 7.24638% 7.24638% 7.24638% 18.11594%;
    margin-top: 4.34783%;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  main #faq .faqBox .aBox > p:first-child {
    position: absolute;
    top: 6.31579vw;
    left: 2.17391%;
    width: 12.31884%;
  }
}
main #flow {
  background-color: #f1fbff;
}
@media screen and (min-width: 768px) {
  main #flow {
    padding: 145px 0 180px;
  }
  main #flow h2 {
    position: relative;
    padding-bottom: 60px;
    font-size: 6rem;
    text-align: center;
    line-height: 1.4;
  }
  main #flow h2:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    border-top: 1px solid #000;
    content: " ";
  }
  main #flow h2 > span > span {
    display: block;
    font-size: 4rem;
    color: #1d759e;
  }
  main #flow ol {
    width: 920px;
    margin: 90px auto 0;
  }
  main #flow ol > li {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
  }
  main #flow ol > li:nth-child(2) .step > p:first-child {
    letter-spacing: 0;
    margin-right: -30px;
  }
  main #flow ol > li:nth-child(2) .step > p:first-child b {
    letter-spacing: 1px;
  }
  main #flow ol > li + li {
    margin-top: 77px;
  }
  main #flow ol > li + li:before {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 40px;
    background: url(/jp/ja/site/iten/lp/201904_ad/img/index_ic41.png) no-repeat 50% 0;
    background-size: 40px auto;
    content: " ";
  }
  main #flow ol > li > p:first-child {
    width: 310px;
  }
  main #flow ol > li > p:first-child img {
    width: 100%;
    height: auto;
  }
  main #flow ol > li .step {
    width: 560px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  main #flow ol > li .step > p:first-child {
    margin-bottom: 10px;
    font-size: 3rem;
  }
  main #flow ol > li .step > p:first-child b {
    display: block;
    font-size: 2.2rem;
    color: #59a3c5;
    font-weight: normal;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main #flow ol {
    width: 82.23684%;
    margin: 9.86842% auto 0;
    padding: 0 0 13.6%;
  }
  main #flow ol > li {
    position: relative;
  }
  main #flow ol > li + li {
    margin-top: 24%;
  }
  main #flow ol > li + li:before {
    position: absolute;
    top: -13.15789vw;
    left: 0;
    width: 100%;
    height: 11.84211vw;
    background: url(/jp/ja/site/iten/lp/201904_ad/img/index_ic41.png) no-repeat 50% 0;
    background-size: 12.8% auto;
    content: " ";
  }
  main #flow ol > li > p:first-child {
    width: 69.44%;
    margin: 0 auto;
  }
  main #flow ol > li .step {
    margin-top: 4%;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  main #flow ol > li .step > p:first-child {
    margin-bottom: .4rem;
    text-align: center;
    font-size: 2rem;
    line-height: 1.4;
  }
  main #flow ol > li .step > p:first-child b {
    display: block;
    font-size: 1.6rem;
    color: #59a3c5;
    font-weight: normal;
  }
}

/*Footer
=========================================*/
@media screen and (min-width: 768px) {
  footer #footerBox {
    box-sizing: border-box;
    height: 966px;
    padding: 60px 0 0;
    background: url(/jp/ja/site/iten/lp/201904_ad/img/index_im11_pc.webp) no-repeat 0 50%;
  }
  footer #footerBox > p:first-child {
    padding: 0 0 3px;
    text-align: center;
  }
  footer #footerBox .cvBtn {
		width: 1060px;
    padding: 75px 30px 65px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  footer #footerBox .cvBnr {
    width: 1060px;
    padding: 0px 30px 65px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
  }
  footer #footerBox .cvBtn > p:first-child {
    width: 570px;
    margin: 0 auto 25px;
  }
  footer #footerBox .cvBtn > p:first-child img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  footer #footerBox {
    padding: 10.52632% 0 51.31579%;
    background: #f5f5f4 url(url(/jp/ja/site/iten/lp/201904_ad/img/index_im11_sp.webp) no-repeat 0 100%;
    background-size: 100% auto;
  }
  footer #footerBox > p:first-child {
    padding-bottom: 7.23684%;
  }
  footer #footerBox .cvBtn > p:first-child {
    width: 108.24089%;
    margin-left: -4.12044%;
  }
  footer #footerBox .cvBnr {
    margin-top: 10px;
  }
}
footer #pageUp {
  position: fixed;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  footer #pageUp {
    bottom: 30px;
    right: 30px;
    width: 109px;
    height: 109px;
    background: url(/jp/ja/site/iten/lp/201904_ad/img/index_bt08.png) no-repeat 0 0;
    background-size: 109px 109px;
    cursor: pointer;
  }
  footer #pageUp img {
    opacity: 0;
    width: 109px;
    height: auto;
  }
  footer #pageUp:hover {
    background-image: url(url(/jp/ja/site/iten/lp/201904_ad/img/index_bt08_on.png);
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  footer #pageUp {
    bottom: 1.5rem;
    right: 1.5rem;
    width: 22.76316%;
    max-width: calc(173px / 2);
  }
}
footer #copy {
  position: relative;
  border-top: 3px solid #0e3b7b;
  text-align: center;
}
footer #copy:before {
  position: absolute;
  z-index: 2;
  width: 50%;
  height: 0;
  top: -3px;
  left: 0;
  border-top: 3px solid #8EC300;
  content: " ";
}
@media screen and (min-width: 768px) {
  footer #copy {
    padding: 60px 0;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  footer #copy {
    padding: 5.92105% 0;
    font-family: Roboto, Arial, Helvetica, Tahoma, Verdana;
    color: #000;
    font-size: 1rem;
    font-size: .9rem;
  }
}
