@charset "UTF-8";
html {
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
  line-height: 66.66667%;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Helvetica, sans-serif;
}

body {
  position: relative;
  width: 100%;
}

.dvDcP,
.dvDcT,
.dvDcS {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 1px;
  z-index: -9999;
  background: none;
  font-size: 0;
}

@media screen and (min-width: 960px) {
  .dvDcP {
    display: block;
  }

  .dvDcT {
    display: none;
  }

  .dvDcS {
    display: none;
  }

  .spOnly {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .dvDcP {
    display: none;
  }

  .dvDcT {
    display: block;
  }

  .dvDcS {
    display: none;
  }

  .spOnly {
    display: none;
  }

  .navbr {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .dvDcP {
    display: none;
  }

  .dvDcT {
    display: none;
  }

  .dvDcS {
    display: block;
  }

  .pcOnly {
    display: none;
  }

  .navbr {
    display: none;
  }

  .spOnly {
    display: block;
  }
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, table, th, td, header, main {
  margin: 0;
  padding: 0;
  border: none;
  position: static;
  list-style: none;
}

a {
  outline: none;
}

@media screen and (min-width: 960px) {
  .btncnv {
    display: block;
    width: 540px;
    height: 80px;
    margin: 100px auto 0;
    padding: 24px 0 0;
    background-color: #a30b1a;
    border-bottom: #333 5px solid;
    color: white !important;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .btncnv.long {
    width: 600px;
    height: 100px;
    padding-top: 18px;
    font-size: 2rem;
  }
  .btncnv.long sup {
    font-size: 1.4rem;
  }
  .btncnv.long span.text-l {
    margin: 0 2px;
    font-size: 2.6rem;
  }
  .btncnv:hover {
    border-top: #a30b1a 5px solid;
    border-bottom: none;
    color: white;
    text-decoration: none;
  }
  .notes {
    margin-top: 10px;
    font-size: 1.4rem;
  }

  .ttl01 {
    margin-bottom: 45px;
    color: #333;
    text-align: center;
    font-size: 3.6rem;
    line-height: 1.333;
  }
  .ttl01 small {
    display: block;
    font-size: 2.4rem;
    line-height: 1.1;
  }

  .tex00 {
    font-size: 1.8rem;
    line-height: 1.88;
  }

  .tex01 {
    font-size: 1.6rem;
    line-height: 2.25;
  }

  .tex02 {
    font-size: 1.4rem;
    line-height: 1.88;
  }

  .footerNote {
    margin-bottom: 30px;
    padding: 30px 0;
    border-bottom: #cdcdcd 1px solid;
    text-align: center;
  }
  .footerNote p {
    font-size: 1.4rem;
  }
  .footerNote p br {
    display: none;
  }

  .header {
    width: 100%;
    height: 133px;
  }
  .header .headerInner {
    position: relative;
    margin: 0 auto;
    width: 960px;
    height: 83px;
  }
  .header .headerInner .fLogo {
    position: absolute;
    top: 12px;
    left: 0;
    width: 281px;
    height: 31px;
  }
  .header .headerInner .fLogo img {
    width: 281px;
    height: 31px;
  }
  .header .headerInner .azm {
    position: absolute;
    top: 42px;
    right: 0;
  }
  .header .headerInner h1 {
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    font-size: 1.7rem;
    line-height: 1;
  }
  .header .headerInner h1 br {
    display: none;
  }
  .header .headerInner .spSwitch {
    display: none;
  }
  .header .navOuter {
    left: 0;
    width: 100%;
    height: 50px;
    background: #4b4a44;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  }
  .header .navOuter ul {
    display: table;
    margin: 0 auto;
    width: 960px;
    height: 50px;
    table-layout: fixed;
  }
  .header .navOuter ul li {
    display: table-cell;
    height: 50px;
    border-right: #3b3a35 1px solid;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
  }
  .header .navOuter ul li:first-child {
    border-left: #3b3a35 1px solid;
  }
  .header .navOuter ul li a {
    display: block;
    height: 50px;
    color: white;
    text-decoration: none;
    font-size: 1.3rem;
    line-height: 50px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .header .navOuter ul li a:hover {
    background: #87867e;
    color: white;
  }
  .header .navOuter ul li a.line2 {
    padding-top: 12px;
    line-height: 1.5rem;
  }
  .header .navOuter.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }

  .area00 {
    width: 100%;
    height: 600px;
    background: #f5f5f5 url(../images/img_00_00.jpg) no-repeat 50% 0;
  }
  .area00 .area00Inner {
    position: relative;
    margin: 0 auto;
    width: 960px;
    height: 600px;
  }
  .area00 .area00Inner h2 {
    position: absolute;
    top: 80px;
    left: 0;
    color: #333333;
    font-weight: bold;
    font-size: 4.8rem;
    line-height: 1.25;
    text-shadow: 0px 0px 10px white,  0px 0px 10px white,  0px 0px 10px white,  0px 0px 10px white;
  }
  .area00 .area00Inner h2 small {
    display: block;
    margin-bottom: 10px;
    font-size: 3.0rem;
    line-height: 1.1;
    font-weight: normal;
  }
  .area00 .area00Inner > p {
    position: absolute;
    top: 30px;
    left: 0;
    font-size: 2.4rem;
    font-weight: bold;
    text-shadow: 0px 0px 20px white,  0px 0px 20px white,  0px 0px 20px white,  0px 0px 20px white;
  }
  .area00 .area00Inner .benefit-list {
    position: absolute;
    top: 280px;
    left: 0;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .area00 .area00Inner .benefit-list > li {
    line-height: 1.75;
    padding-left: 40px;
    background: url(../images/icon_check_01.png) no-repeat;
    background-size: 36px 31px;
  }
  .area00 .area00Inner .benefit-list > li > sub {
    display: inline-block;
    vertical-align: baseline;
    line-height: 1.0;
    font-size: 1.4rem;
  }
  .area00 .area00Inner .benefit-list > li > small {
    display: block;
    font-weight: normal;
    font-size: 1.4rem;
  }
  .area00 .area00Inner .btncnv {
    position: absolute;
    width: 300px;
    bottom: 50px;
    padding: 10px 0 0;
  }
  .area00 .area00Inner .btncnv.long {
    width: 600px;
    height: 85px;
  }

  .area01 {
    position: relative;
    width: 100%;
    border-top: 5px solid #a30b1a;
  }
  .area01:after, .area01:before {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
  }
  .area01:after {
    border-top-color: #a30b1a;
    border-width: 40px;
    margin-left: -40px;
  }
  .area01:before {
    border-color: transparent;
    border-width: 84px;
    margin-left: -84px;
  }
  .area01 img {
    width: 100%;
    height: auto;
  }
  .area01 figure {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
  }
  .area01 .area01Inner {
    width: 960px;
    margin: 0 auto;
    padding: 90px 0 100px;
    text-align: center;
  }
  .area01 .notes.area00-notes {
    position: relative;
    top: -70px;
    text-align: right;
  }
  .area01 h2 + p {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: #cdcdcd 1px solid;
    font-weight: bold;
  }
  .area01 h2 + p + div {
    width: 100%;
    margin-top: 100px;
  }
  .area01 h2 + p + div > ul {
    width: 100%;
    zoom: 1;
  }
  .area01 h2 + p + div > ul:after {
    display: block;
    clear: both;
    content: "";
    font-size: 0.1em;
    line-height: 0;
  }
  .area01 h2 + p + div > ul > li {
    float: left;
    width: 300px;
    margin-left: 30px;
  }
  .area01 h2 + p + div > ul > li:first-child {
    margin-left: 0;
  }
  .area01 h2 + p + div > ul > li > h3 {
    width: 100%;
    margin-bottom: 30px;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .area01 h2 + p + div > ul > li > h3:before {
    position: static;
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    margin: 0 auto 25px;
    background-color: #a30b1a;
  }
  .area01 h2 + p + div > ul > li > p {
    margin-top: 30px;
    text-align: left;
  }
  .area01 h2 + p + div + div {
    width: 100%;
    margin-top: 100px;
  }
  .area01 h2 + p + div + div .lines-side {
    position: relative;
    width: 100%;
    margin-top: 50px;
    text-align: center;
    white-space: nowrap;
    color: #a30b1a;
    line-height: 30px;
    font-weight: bold;
    font-size: 3.0rem;
  }
  .area01 h2 + p + div + div .lines-side:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    z-index: 0;
    position: absolute;
    top: 14px;
    right: auto;
    bottom: auto;
    left: 0;
    border: 1px solid #a30b1a;
  }
  .area01 h2 + p + div + div .lines-side > span {
    position: relative;
    display: inline-block;
    height: 30px;
    padding: 3px 10px;
    font-weight: bold;
    line-height: 100%;
    background-color: white;
    z-index: 1;
  }
  .area01 h2 + p + div + div .lines-side > span:before {
    display: none;
  }
  .area01 h2 + p + div + div > ul {
    width: 100%;
    margin: 30px auto 0;
    zoom: 1;
  }
  .area01 h2 + p + div + div > ul:after {
    display: block;
    clear: both;
    content: "";
    font-size: 0.1em;
    line-height: 0;
  }
  .area01 h2 + p + div + div > ul > li {
    float: left;
    width: 300px;
    margin-left: 30px;
  }
  .area01 h2 + p + div + div > ul > li:first-child {
    margin-left: 0;
  }
  .area01 h2 + p + div + div > ul > li > h3 {
    margin: 30px 0 20px;
    font-size: 1.8rem;
  }
  .area01 h2 + p + div + div > ul > li > ul {
    text-align: left;
    font-size: 1.4rem;
  }
  .area01 h2 + p + div + div > ul > li > ul > li {
    margin-top: 10px;
    background: url(../images/icon_check_01.png) no-repeat;
    background-size: 28px 25px;
  }
  .area01 h2 + p + div + div > ul > li > ul > li:first-child {
    margin-top: 0;
  }
  .area01 h2 + p + div + div > ul > li > ul > li > span {
    display: inline-block;
    padding-left: 40px;
  }

  .area02 {
    position: relative;
    width: 100%;
    border-top: 5px solid #a30b1a;
    background: #f5f5f5 url(../images/bgimage_scene_01.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
  }
  .area02:after, .area02:before {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
  }
  .area02:after {
    border-top-color: #a30b1a;
    border-width: 40px;
    margin-left: -40px;
  }
  .area02:before {
    border-color: transparent;
    border-width: 84px;
    margin-left: -84px;
  }
  .area02 img {
    width: 100%;
    height: auto;
  }
  .area02 figure {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
  }
  .area02 .area02Inner {
    width: 960px;
    margin: 0 auto;
    padding: 90px 0 100px;
    text-align: center;
  }
  .area02 .area02Inner > div {
    width: 100%;
    margin-top: 50px;
    text-align: left;
  }
  .area02 .area02Inner > div:nth-of-type(3) figure {
    width: 768px;
    margin: 0 auto;
  }
  .area02 .area02Inner > div > h3 {
    color: #a30b1a;
    font-size: 2.4rem;
  }
  .area02 .area02Inner > div > h3 > em {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 40px;
    margin-right: 40px;
    line-height: 40px;
    color: white;
    font-style: normal;
    background-color: #a30b1a;
    text-align: center;
    font-size: 1.8rem;
  }
  .area02 .area02Inner > div > h3 > em:after {
    content: "";
    display: block;
    width: 21px;
    height: 40px;
    background-size: 100%;
    background: url(../images/icon_triangle_01.png) no-repeat right center;
    position: absolute;
    top: 0;
    right: -21px;
    bottom: auto;
    left: auto;
  }
  .area02 .area02Inner > div > h3 + dl {
    width: 100%;
    margin-top: 10px;
    zoom: 1;
  }
  .area02 .area02Inner > div > h3 + dl:after {
    display: block;
    clear: both;
    content: "";
    font-size: 0.1em;
    line-height: 0;
  }
  .area02 .area02Inner > div > h3 + dl > dt {
    float: left;
    display: block;
    width: 120px;
    height: 30px;
    margin-top: 10px;
    line-height: 30px;
    color: white;
    background-color: #7e7d76;
    text-align: center;
    font-size: 1.6rem;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
  }
  .area02 .area02Inner > div > h3 + dl > dd {
    display: block;
    float: left;
    width: 780px;
    margin-left: 60px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.8rem;
  }
  .area02 .area02Inner > div > h3 + dl + p {
    margin: 30px 0 50px;
  }

  .area03 {
    position: relative;
    width: 100%;
    border-top: 5px solid #a30b1a;
  }
  .area03:after, .area03:before {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
  }
  .area03:after {
    border-top-color: #a30b1a;
    border-width: 40px;
    margin-left: -40px;
  }
  .area03:before {
    border-color: transparent;
    border-width: 84px;
    margin-left: -84px;
  }
  .area03 .area03Inner {
    width: 960px;
    margin: 0 auto;
    padding: 90px 0 100px;
    text-align: center;
    zoom: 1;
  }
  .area03 .area03Inner:after {
    display: block;
    clear: both;
    content: "";
    font-size: 0.1em;
    line-height: 0;
  }
  .area03 .area03Inner .hiFixOuter {
    width: 100%;
    text-align: left;
    zoom: 1;
  }
  .area03 .area03Inner .hiFixOuter:after {
    display: block;
    clear: both;
    content: "";
    font-size: 0.1em;
    line-height: 0;
  }
  .area03 .area03Inner .hiFixOuter .hiFix {
    float: left;
    width: 450px;
    margin-left: 60px;
  }
  .area03 .area03Inner .hiFixOuter .hiFix:nth-of-type(odd) {
    margin-left: 0;
  }
  .area03 .area03Inner .hiFixOuter .hiFix:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > h3 {
    position: relative;
    padding-left: 35px;
    font-size: 2.0rem;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > h3:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/icon_gear_01.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 2px;
    right: auto;
    bottom: auto;
    left: 0;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > a {
    display: block;
    width: 100%;
    height: 300px;
    margin-top: 20px;
    border: 2px solid #4b4a44;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > a > figure {
    width: 100%;
    height: 300px;
    margin: 0 0 0 0;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > a > figure > img {
    width: 100%;
    height: auto;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > a + h4 {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    color: white;
    background-color: #4b4a44;
    text-align: center;
    font-size: 1.4rem;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > a + h4:after, .area03 .area03Inner .hiFixOuter .hiFix > a + h4:before {
    bottom: -40px;
    left: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > a + h4:after {
    border-top-color: #4b4a44;
    border-width: 20px;
    margin-left: -20px;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > a + h4:before {
    border-color: transparent;
    border-width: 42px;
    margin-left: -42px;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > em {
    display: block;
    margin-bottom: 10px;
    color: #a30b1a;
    font-size: 1.4rem;
    font-weight: bold;
    font-style: normal;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > em ~ em {
    margin: 20px 0 10px;
  }

  .area04 {
    position: relative;
    width: 100%;
    background-color: #f5f5f5;
    border-top: 5px solid #a30b1a;
  }
  .area04:after, .area04:before {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
  }
  .area04:after {
    border-top-color: #a30b1a;
    border-width: 40px;
    margin-left: -40px;
  }
  .area04:before {
    border-color: transparent;
    border-width: 84px;
    margin-left: -84px;
  }
  .area04 .area04Inner {
    width: 960px;
    margin: 0 auto;
    padding: 90px 0 100px;
    text-align: center;
  }
  .area04 .area04Inner > h3 {
    margin: 50px 0 20px;
    font-size: 2.4rem;
  }
  .area04 .area04Inner > h3 + table {
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
  }
  .area04 .area04Inner > h3 + table:before, .area04 .area04Inner > h3 + table:after {
    display: none !important;
  }
  .area04 .area04Inner > h3 + table tr {
    width: 100%;
  }
  .area04 .area04Inner > h3 + table tr th, .area04 .area04Inner > h3 + table tr td {
    padding: 10px 20px;
    vertical-align: top;
    background-color: #fce4e3;
  }
  .area04 .area04Inner > h3 + table tr th > em, .area04 .area04Inner > h3 + table tr td > em {
    display: block;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-style: normal;
  }
  .area04 .area04Inner > h3 + table tr th > span, .area04 .area04Inner > h3 + table tr td > span {
    display: inline-block;
    line-height: 1.75rem;
    font-size: 1.2rem;
    padding-left: 1em;
    text-indent: -1em;
  }
  .area04 .area04Inner > h3 + table tr th > span ~ span, .area04 .area04Inner > h3 + table tr td > span ~ span {
    margin-top: 5px;
  }
  .area04 .area04Inner > h3 + table tr th {
    font-weight: normal;
  }
  .area04 .area04Inner > h3 + table .td-title {
    color: white;
    background-color: #a30b1a !important;
    font-weight: bold;
  }
  .area04 .area04Inner > h3 + table:nth-of-type(2) td {
    vertical-align: middle;
  }

  .area05 {
    position: relative;
    width: 100%;
    border-top: 5px solid #a30b1a;
  }
  .area05:after, .area05:before {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
  }
  .area05:after {
    border-top-color: #a30b1a;
    border-width: 40px;
    margin-left: -40px;
  }
  .area05:before {
    border-color: transparent;
    border-width: 84px;
    margin-left: -84px;
  }
  .area05 .area05Inner {
    width: 960px;
    margin: 0 auto;
    padding: 90px 0 100px;
    text-align: center;
  }
  .area05 .area05Inner > h2 + table {
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
  }
  .area05 .area05Inner > h2 + table:before, .area05 .area05Inner > h2 + table:after {
    display: none !important;
  }
  .area05 .area05Inner > h2 + table tr {
    width: 100%;
  }
  .area05 .area05Inner > h2 + table tr th, .area05 .area05Inner > h2 + table tr td {
    padding: 10px 20px;
    vertical-align: middle;
    background-color: #fce4e3;
    font-size: 1.6rem;
    text-align: right;
  }
  .area05 .area05Inner > h2 + table tr th > em, .area05 .area05Inner > h2 + table tr td > em {
    display: block;
    margin-bottom: 10px;
    font-style: normal;
  }
  .area05 .area05Inner > h2 + table tr th > span, .area05 .area05Inner > h2 + table tr td > span {
    display: inline-block;
    line-height: 1.75rem;
    font-size: 1.2rem;
    padding-left: 1em;
    text-indent: -1em;
  }
  .area05 .area05Inner > h2 + table tr th > span ~ span, .area05 .area05Inner > h2 + table tr td > span ~ span {
    margin-top: 5px;
  }
  .area05 .area05Inner > h2 + table .td-title {
    color: white;
    background-color: #a30b1a !important;
    text-align: center;
    font-weight: bold;
  }
.area05 .area05Inner > h2 + table .td-title:empty {
    color: white;
    background-color: #ffffff !important;
    text-align: center;
    font-weight: bold;
  }    
  .area05 .area05Inner > h2 + table .flarge {
    font-size: 1.6rem;
    font-weight: normal;
  }
  .area05 .area05Inner > h2 + table + ul {
    width: 100%;
    margin-top: 20px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.4rem;
    text-align: left;
    line-height: 3.0rem;
  }

  .area06 {
    position: relative;
    width: 100%;
    background-color: #f5f5f5;
    border-top: 5px solid #a30b1a;
  }
  .area06:after, .area06:before {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
  }
  .area06:after {
    border-top-color: #a30b1a;
    border-width: 40px;
    margin-left: -40px;
  }
  .area06:before {
    border-color: transparent;
    border-width: 84px;
    margin-left: -84px;
  }
  .area06 .area06Inner {
    width: 960px;
    margin: 0 auto;
    padding: 90px 0 100px;
    text-align: center;
  }
  .area06 h3 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #cdcdcd;
    font-weight: bold;
    font-size: 1.8rem;
  }
  .area06 .hiFixOuter + h3 {
    width: 100%;
    margin-top: 50px;
  }
  .area06 .hiFixOuter {
    width: 100%;
    zoom: 1;
  }
  .area06 .hiFixOuter:after {
    display: block;
    clear: both;
    content: "";
    font-size: 0.1em;
    line-height: 0;
  }
  .area06 .hiFixOuter .hiFix {
    float: left;
    width: 450px;
    margin-left: 60px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #cdcdcd;
  }
  .area06 .hiFixOuter .hiFix:nth-of-type(odd) {
    margin-left: 0;
  }
  .area06 .hiFixOuter .faqQ,
  .area06 .hiFixOuter .faqA {
    padding-left: 40px;
    min-height: 30px;
    vertical-align: top;
    text-align: left;
  }
  .area06 .hiFixOuter .faqQ p,
  .area06 .hiFixOuter .faqA p {
    display: inline-block;
    min-height: 30px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .area06 .hiFixOuter .faqQ p a,
  .area06 .hiFixOuter .faqA p a {
    text-decoration: underline;
    color: #039;
  }
  .area06 .hiFixOuter .faqQ p a:hover,
  .area06 .hiFixOuter .faqA p a:hover {
    text-decoration: none;
  }
  .area06 .hiFixOuter .faqQ {
    margin-top: 40px;
    background: url(../images/ico_q.png) no-repeat left top;
  }
  .area06 .hiFixOuter .faqA {
    margin-top: 20px;
    background: url(https://c.azmarche.com/lp/azcloud-file-server/images/ico_a.png) no-repeat left top;
  }

  .area07 {
    position: relative;
    width: 100%;
    border-top: 5px solid #a30b1a;
  }
  .area07:after, .area07:before {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
  }
  .area07:after {
    border-top-color: #a30b1a;
    border-width: 40px;
    margin-left: -40px;
  }
  .area07:before {
    border-color: transparent;
    border-width: 84px;
    margin-left: -84px;
  }
  .area07 .area07Inner {
    width: 960px;
    margin: 0 auto;
    padding: 90px 0 100px;
    text-align: center;
  }
  .area07 .dlBoxOuter {
    margin-bottom: 50px;
    text-align: left;
  }
  .area07 .dlBoxOuter .dlBox .imgAndTex {
    zoom: 1;
    margin-bottom: 20px;
  }
  .area07 .dlBoxOuter .dlBox .imgAndTex:after {
    display: block;
    clear: both;
    content: "";
    font-size: 0.1em;
    line-height: 0;
  }
  .area07 .dlBoxOuter .dlBox .imgAndTex img {
    float: left;
    width: 160px;
    height: auto;
  }
  .area07 .dlBoxOuter .dlBox .imgAndTex .img + div {
    float: right;
    width: 770px;
  }
  .area07 .dlBoxOuter .dlBox .imgAndTex .img + div h3 {
    margin-bottom: 30px;
    color: #a30b1a;
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 1.1;
  }
  .area07 .dlBoxOuter .dlBox .imgAndTex .btnDl {
    display: inline-block;
    width: 340px;
    margin: 50px auto 0 150px;
  }
  .area07 .dlBoxOuter .dlBox .imgAndTex .btnDl a {
    display: block;
    padding: 18px 20px 16px;
    border-bottom: #333 5px solid;
    background: #7e7d76 url(../images/ico_dl_w.png) no-repeat 280px 50%;
    color: white;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .area07 .dlBoxOuter .dlBox .imgAndTex .btnDl a:hover {
    border-top: #7e7d76 5px solid;
    border-bottom: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .btncnv {
    display: block;
    width: 70%;
    height: auto;
    margin: 50px auto 0;
    padding: 20px 0 20px;
    background-color: #a30b1a;
    border-bottom: #333 5px solid;
    color: white !important;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .btncnv.long {
    width: 600px;
    height: auto;
    padding: 17px 0 15px;
    font-size: 1.6rem;
  }
  .btncnv.long span.text-l {
    margin: 0 2px;
    font-size: 2.2rem;
  }
  .btncnv:hover {
    border-top: #a30b1a 5px solid;
    border-bottom: none;
    color: white;
    text-decoration: none;
  }
  .notes {
    margin-top: 10px;
    font-size: 1.2rem;
  }

  .ttl01 {
    margin-bottom: 35px;
    color: #333;
    text-align: center;
    font-size: 3.0rem;
  }
  .ttl01 small {
    display: block;
    font-size: 2.0rem;
    line-height: 1.1;
  }

  .tex00 {
    font-size: 1.7rem;
    line-height: 1.88;
  }

  .tex01 {
    font-size: 1.5rem;
    line-height: 1.88;
  }

  .tex02 {
    font-size: 1.4rem;
    line-height: 1.88;
  }

  .footerNote {
    margin-bottom: 30px;
    padding: 30px 0;
    border-bottom: #cdcdcd 1px solid;
    text-align: center;
  }
  .footerNote p {
    font-size: 1.4rem;
  }
  .footerNote p br {
    display: none;
  }

  .header {
    width: 100%;
  }
  .header .headerInner {
    position: static;
    width: 100%;
  }
  .header .headerInner .spHeader1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5%;
    width: 100%;
    height: 41px;
    background: white;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  }
  .header .headerInner .spHeader1 .fLogo {
    position: static;
    display: block;
    padding-top: 6px;
    width: 245px;
  }
  .header .headerInner .spHeader1 .fLogo img {
    width: 245px;
    height: auto;
  }
  .header .headerInner .spHeader1 .spSwitch {
    position: fixed;
    top: 0;
    right: 0;
    width: 41px;
    height: 41px;
    background: #333;
    cursor: pointer;
  }
  .header .headerInner .spHeader1 .spSwitch span {
    position: absolute;
    left: 8px;
    width: 26px;
    height: 3px;
    background: white;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .header .headerInner .spHeader1 .spSwitch span:nth-of-type(1) {
    top: 9px;
  }
  .header .headerInner .spHeader1 .spSwitch span:nth-of-type(2) {
    top: 19px;
  }
  .header .headerInner .spHeader1 .spSwitch span:nth-of-type(3) {
    top: 29px;
  }
  .header .headerInner .spHeader1 .spSwitch.act span:nth-of-type(1) {
    background-color: white;
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .header .headerInner .spHeader1 .spSwitch.act span:nth-of-type(2) {
    left: 500px;
    opacity: 0;
  }
  .header .headerInner .spHeader1 .spSwitch.act span:nth-of-type(3) {
    background-color: white;
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  .header .headerInner .spHeader2 {
    zoom: 1;
    position: static;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 51px 2.5% 20px 2.5%;
    width: 100%;
  }
  .header .headerInner .spHeader2:after {
    display: block;
    clear: both;
    content: "";
    font-size: 0.1em;
    line-height: 0;
  }
  .header .headerInner .spHeader2 h1 {
    position: static;
    float: left;
    padding-top: 20px;
    width: auto;
    font-size: 1.45rem;
    line-height: 1;
  }
  .header .headerInner .spHeader2 h1 br {
    display: none;
  }
  .header .headerInner .spHeader2 .azm {
    display: inline-block;
    float: right;
    padding-top: 8px;
  }
  .header .navOuter {
    position: fixed;
    top: 41px;
    left: 0;
    display: none;
    width: 100%;
    height: 50px;
    background: #e8e8e6;
    z-index: 9999;
  }
  .header .navOuter ul {
    width: 100%;
  }
  .header .navOuter ul li {
    float: left;
    width: 50%;
    border-top: #666 1px solid;
    text-align: center;
  }
  .header .navOuter ul li:nth-child(2n) {
    border-left: #666 1px solid;
  }
  .header .navOuter ul li a {
    display: block;
    padding: 16px 0 14px;
    background: #333;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.1;
  }

  .area00 {
    width: 100%;
    height: 500px;
    background: #f5f5f5 url(../images/img_00_00.jpg) no-repeat right bottom;
    background-size: cover;
  }
  .area00 .area00Inner {
    width: 100%;
  }
  .area00 .area00Inner h2 {
    padding: 30px 5% 20px;
    color: #333333;
    text-align: left;
    font-weight: bold;
    font-size: 3.0rem;
    line-height: 1.25;
    text-shadow: 0px 0px 10px white,  0px 0px 10px white,  0px 0px 10px white,  0px 0px 10px white;
  }
  .area00 .area00Inner h2 small {
    display: block;
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 2.0rem;
    line-height: 1.1;
  }
  .area00 .area00Inner > p {
    text-align: left;
    padding: 30px 5% 0;
    font-size: 2.4rem;
    font-weight: bold;
    text-shadow: 0px 0px 20px white,  0px 0px 20px white,  0px 0px 20px white,  0px 0px 20px white;
  }
  .area00 .area00Inner .benefit-list {
    position: static;
    top: 280px;
    padding-left: 5%;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .area00 .area00Inner .benefit-list > li {
    line-height: 1.75;
    padding-left: 40px;
    background: url(../images/icon_check_01.png) no-repeat;
    background-size: 36px 31px;
    text-shadow: 0px 0px 10px white,  0px 0px 10px white,  0px 0px 10px white,  0px 0px 10px white;
  }
  .area00 .area00Inner .benefit-list > li > small {
    display: block;
    font-weight: normal;
    font-size: 1.4rem;
  }
  .area00 .area00Inner .benefit-list > li > sub {
    display: inline-block;
    vertical-align: baseline;
    line-height: 1.0;
    font-size: 1.2rem;
  }
  .area00 .area00Inner .btncnv {
    width: 300px;
    margin: 20px 0 0 5%;
    padding: 12px 0 10px;
  }
  .area00 .area00Inner .btncnv.long {
    width: 530px;
  }

  .area01 {
    position: relative;
    width: 100%;
    border-top: 5px solid #a30b1a;
  }
  .area01:after, .area01:before {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
  }
  .area01:after {
    border-top-color: #a30b1a;
    border-width: 40px;
    margin-left: -40px;
  }
  .area01:before {
    border-color: transparent;
    border-width: 84px;
    margin-left: -84px;
  }
  .area01 img {
    width: 100%;
    height: auto;
  }
  .area01 figure {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
  }
  .area01 .area01Inner {
    width: 90%;
    margin: 0 auto;
    padding: 90px 0 100px;
    text-align: center;
  }
  .area01 .notes.area00-notes {
    position: relative;
    top: -70px;
    text-align: right;
  }
  .area01 h2 + p {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: #cdcdcd 1px solid;
    font-weight: bold;
  }
  .area01 h2 + p + div {
    width: 100%;
    margin-top: 100px;
  }
  .area01 h2 + p + div > ul {
    width: 100%;
    zoom: 1;
  }
  .area01 h2 + p + div > ul:after {
    display: block;
    clear: both;
    content: "";
    font-size: 0.1em;
    line-height: 0;
  }
  .area01 h2 + p + div > ul > li {
    float: left;
    width: 30%;
    margin-left: 3.333%;
  }
  .area01 h2 + p + div > ul > li:first-child {
    margin-left: 0;
  }
  .area01 h2 + p + div > ul > li > h3 {
    width: 100%;
    margin-bottom: 30px;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .area01 h2 + p + div > ul > li > h3:before {
    position: static;
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    margin: 0 auto 25px;
    background-color: #a30b1a;
  }
  .area01 h2 + p + div > ul > li > p {
    margin-top: 30px;
    text-align: left;
  }
  .area01 h2 + p + div + div {
    width: 100%;
    margin-top: 100px;
  }
  .area01 h2 + p + div + div .lines-side {
    position: relative;
    width: 100%;
    margin-top: 50px;
    text-align: center;
    white-space: nowrap;
    color: #a30b1a;
    line-height: 30px;
    font-weight: bold;
    font-size: 3.0rem;
  }
  .area01 h2 + p + div + div .lines-side:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    z-index: 0;
    position: absolute;
    top: 14px;
    right: auto;
    bottom: auto;
    left: 0;
    border: 1px solid #a30b1a;
  }
  .area01 h2 + p + div + div .lines-side > span {
    position: relative;
    display: inline-block;
    height: 30px;
    padding: 3px 10px;
    font-weight: bold;
    line-height: 100%;
    background-color: white;
    z-index: 1;
  }
  .area01 h2 + p + div + div .lines-side > span:before {
    display: none;
  }
  .area01 h2 + p + div + div > ul {
    width: 100%;
    margin: 30px auto 0;
    zoom: 1;
  }
  .area01 h2 + p + div + div > ul:after {
    display: block;
    clear: both;
    content: "";
    font-size: 0.1em;
    line-height: 0;
  }
  .area01 h2 + p + div + div > ul > li {
    float: left;
    width: 30%;
    margin-left: 3.333%;
  }
  .area01 h2 + p + div + div > ul > li:first-child {
    margin-left: 0;
  }
  .area01 h2 + p + div + div > ul > li > h3 {
    margin: 30px 0 20px;
    font-size: 1.8rem;
  }
  .area01 h2 + p + div + div > ul > li > ul {
    text-align: left;
    font-size: 1.4rem;
  }
  .area01 h2 + p + div + div > ul > li > ul > li {
    margin-top: 10px;
    background: url(../images/icon_check_01.png) no-repeat;
    background-size: 28px 25px;
  }
  .area01 h2 + p + div + div > ul > li > ul > li:first-child {
    margin-top: 0;
  }
  .area01 h2 + p + div + div > ul > li > ul > li > span {
    display: inline-block;
    padding-left: 40px;
  }

  .area02 {
    position: relative;
    width: 100%;
    border-top: 5px solid #a30b1a;
    background: #f5f5f5 url(../images/bgimage_scene_01.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
  }
  .area02:after, .area02:before {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
  }
  .area02:after {
    border-top-color: #a30b1a;
    border-width: 40px;
    margin-left: -40px;
  }
  .area02:before {
    border-color: transparent;
    border-width: 84px;
    margin-left: -84px;
  }
  .area02 img {
    width: 100%;
    height: auto;
  }
  .area02 figure {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
  }
  .area02 .area02Inner {
    width: 90%;
    margin: 0 auto;
    padding: 90px 0 100px;
    text-align: center;
  }
  .area02 .area02Inner > div {
    width: 100%;
    margin-top: 50px;
    text-align: left;
  }
  .area02 .area02Inner > div:nth-of-type(3) figure {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  .area02 .area02Inner > div > h3 {
    color: #a30b1a;
    font-size: 2.0rem;
  }
  .area02 .area02Inner > div > h3 > em {
    position: relative;
    display: block;
    width: 140px;
    height: 40px;
    margin-right: 0;
    margin-bottom: 20px;
    line-height: 40px;
    color: white;
    font-style: normal;
    background-color: #a30b1a;
    text-align: center;
    font-size: 1.8rem;
  }
  .area02 .area02Inner > div > h3 > em:after {
    content: "";
    display: block;
    width: 21px;
    height: 40px;
    background-size: 100%;
    background: url(../images/icon_triangle_01.png) no-repeat right center;
    position: absolute;
    top: 0;
    right: -21px;
    bottom: auto;
    left: auto;
  }
  .area02 .area02Inner > div > h3 + dl {
    width: 100%;
    margin-top: 10px;
    zoom: 1;
  }
  .area02 .area02Inner > div > h3 + dl:after {
    display: block;
    clear: both;
    content: "";
    font-size: 0.1em;
    line-height: 0;
  }
  .area02 .area02Inner > div > h3 + dl > dt {
    float: left;
    display: block;
    width: 20%;
    height: auto;
    margin-top: 10px;
    line-height: auto;
    color: white;
    background-color: #7e7d76;
    text-align: center;
    font-size: 1.6rem;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
  }
  .area02 .area02Inner > div > h3 + dl > dd {
    display: block;
    float: left;
    width: 76%;
    margin-left: 4%;
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .area02 .area02Inner > div > h3 + dl + p {
    margin: 30px 0 50px;
  }

  .area03 {
    position: relative;
    width: 100%;
    border-top: 5px solid #a30b1a;
  }
  .area03:after, .area03:before {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
  }
  .area03:after {
    border-top-color: #a30b1a;
    border-width: 40px;
    margin-left: -40px;
  }
  .area03:before {
    border-color: transparent;
    border-width: 84px;
    margin-left: -84px;
  }
  .area03 .area03Inner {
    width: 90%;
    margin: 0 auto;
    padding: 90px 0 100px;
    text-align: center;
    zoom: 1;
  }
  .area03 .area03Inner:after {
    display: block;
    clear: both;
    content: "";
    font-size: 0.1em;
    line-height: 0;
  }
  .area03 .area03Inner .hiFixOuter {
    width: 100%;
    text-align: left;
    zoom: 1;
  }
  .area03 .area03Inner .hiFixOuter:after {
    display: block;
    clear: both;
    content: "";
    font-size: 0.1em;
    line-height: 0;
  }
  .area03 .area03Inner .hiFixOuter .hiFix {
    float: left;
    width: 48%;
    margin-left: 4%;
  }
  .area03 .area03Inner .hiFixOuter .hiFix:nth-of-type(odd) {
    margin-left: 0;
  }
  .area03 .area03Inner .hiFixOuter .hiFix:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > h3 {
    position: relative;
    padding-left: 30px;
    font-size: 1.6rem;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > h3:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/icon_gear_01.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 2px;
    right: auto;
    bottom: auto;
    left: 0;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > a {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 20px;
    border: 2px solid #4b4a44;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > a > figure {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > a > figure > img {
    width: 100%;
    height: auto;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > a + h4 {
    position: relative;
    width: 100%;
    height: auto;
    line-height: auto;
    margin-bottom: 30px;
    padding: 5px 0;
    color: white;
    background-color: #4b4a44;
    text-align: center;
    font-size: 1.2rem;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > a + h4:after, .area03 .area03Inner .hiFixOuter .hiFix > a + h4:before {
    bottom: -40px;
    left: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > a + h4:after {
    border-top-color: #4b4a44;
    border-width: 20px;
    margin-left: -20px;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > a + h4:before {
    border-color: transparent;
    border-width: 42px;
    margin-left: -42px;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > em {
    display: block;
    margin-bottom: 10px;
    color: #a30b1a;
    font-size: 1.4rem;
    font-weight: bold;
    font-style: normal;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > em ~ em {
    margin: 20px 0 10px;
  }

  .area04 {
    position: relative;
    width: 100%;
    background-color: #f5f5f5;
    border-top: 5px solid #a30b1a;
  }
  .area04:after, .area04:before {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
  }
  .area04:after {
    border-top-color: #a30b1a;
    border-width: 40px;
    margin-left: -40px;
  }
  .area04:before {
    border-color: transparent;
    border-width: 84px;
    margin-left: -84px;
  }
  .area04 .area04Inner {
    width: 90%;
    margin: 0 auto;
    padding: 90px 0 100px;
    text-align: center;
  }
  .area04 .area04Inner > h3 {
    margin: 50px 0 20px;
    font-size: 2.4rem;
  }
  .area04 .area04Inner > h3 + table {
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
  }
  .area04 .area04Inner > h3 + table:before, .area04 .area04Inner > h3 + table:after {
    display: none !important;
  }
  .area04 .area04Inner > h3 + table tr {
    width: 100%;
  }
  .area04 .area04Inner > h3 + table tr th, .area04 .area04Inner > h3 + table tr td {
    padding: 10px 20px;
    vertical-align: top;
    background-color: #fce4e3;
  }
  .area04 .area04Inner > h3 + table tr th > em, .area04 .area04Inner > h3 + table tr td > em {
    display: block;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-style: normal;
  }
  .area04 .area04Inner > h3 + table tr th > span, .area04 .area04Inner > h3 + table tr td > span {
    display: inline-block;
    line-height: 1.75rem;
    font-size: 1.2rem;
    padding-left: 1em;
    text-indent: -1em;
  }
  .area04 .area04Inner > h3 + table tr th > span ~ span, .area04 .area04Inner > h3 + table tr td > span ~ span {
    margin-top: 5px;
  }
  .area04 .area04Inner > h3 + table tr th {
    font-weight: normal;
  }
  .area04 .area04Inner > h3 + table .td-title {
    color: white;
    background-color: #a30b1a !important;
    font-weight: bold;
  }
  .area04 .area04Inner > h3 + table:nth-of-type(2) td {
    vertical-align: middle;
  }

  .area05 {
    position: relative;
    width: 100%;
    border-top: 5px solid #a30b1a;
  }
  .area05:after, .area05:before {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
  }
  .area05:after {
    border-top-color: #a30b1a;
    border-width: 40px;
    margin-left: -40px;
  }
  .area05:before {
    border-color: transparent;
    border-width: 84px;
    margin-left: -84px;
  }
  .area05 .area05Inner {
    width: 90%;
    margin: 0 auto;
    padding: 90px 0 100px;
    text-align: center;
  }
  .area05 .area05Inner > h2 + table {
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
  }
  .area05 .area05Inner > h2 + table:before, .area05 .area05Inner > h2 + table:after {
    display: none !important;
  }
  .area05 .area05Inner > h2 + table tr {
    width: 100%;
  }
  .area05 .area05Inner > h2 + table tr th, .area05 .area05Inner > h2 + table tr td {
    padding: 10px 20px;
    vertical-align: middle;
    background-color: #fce4e3;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: right;
  }
  .area05 .area05Inner > h2 + table tr th > em, .area05 .area05Inner > h2 + table tr td > em {
    display: block;
    margin-bottom: 10px;
    font-style: normal;
  }
  .area05 .area05Inner > h2 + table tr th > span, .area05 .area05Inner > h2 + table tr td > span {
    display: inline-block;
    line-height: 1.75rem;
    font-size: 1.2rem;
    padding-left: 1em;
    text-indent: -1em;
  }
  .area05 .area05Inner > h2 + table tr th > span ~ span, .area05 .area05Inner > h2 + table tr td > span ~ span {
    margin-top: 5px;
  }
  .area05 .area05Inner > h2 + table .td-title {
    color: white;
    background-color: #a30b1a !important;
    text-align: center;
    font-weight: bold;
  }
 .area05 .area05Inner > h2 + table .td-title:empty {
    color: white;
    background-color: #ffffff !important;
    text-align: center;
    font-weight: bold;
  }  
  .area05 .area05Inner > h2 + table .flarge {
    font-size: 2.4rem;
  }
  .area05 .area05Inner > h2 + table + ul {
    width: 100%;
    margin-top: 20px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.4rem;
    text-align: left;
    line-height: 3.0rem;
  }

  .area06 {
    position: relative;
    width: 100%;
    background-color: #f5f5f5;
    border-top: 5px solid #a30b1a;
  }
  .area06:after, .area06:before {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
  }
  .area06:after {
    border-top-color: #a30b1a;
    border-width: 40px;
    margin-left: -40px;
  }
  .area06:before {
    border-color: transparent;
    border-width: 84px;
    margin-left: -84px;
  }
  .area06 .area06Inner {
    width: 90%;
    margin: 0 auto;
    padding: 90px 0 100px;
    width: 95%;
    text-align: center;
  }
  .area06 h3 {
    padding: 20px 0;
    border-top: #cdcdcd 1px solid;
    border-bottom: #cdcdcd 1px solid;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.1;
  }
  .area06 .hiFixOuter + h3 {
    margin-top: 50px;
  }
  .area06 .faqQ,
  .area06 .faqA {
    padding-left: 40px;
    min-height: 30px;
    vertical-align: top;
    text-align: left;
  }
  .area06 .faqQ p,
  .area06 .faqA p {
    display: inline-block;
    min-height: 30px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .area06 .faqQ p a,
  .area06 .faqA p a {
    text-decoration: underline;
    color: #039;
  }
  .area06 .faqQ {
    margin-top: 40px;
    background: url(../images/ico_q_sp.png) no-repeat left top;
    background-size: 30px 30px;
    -webkit-background-size: 30px 30px;
  }
  .area06 .faqA {
    margin-top: 20px;
    background: url(../images/ico_a_sp.png) no-repeat left top;
    background-size: 30px 30px;
    -webkit-background-size: 30px 30px;
  }

  .area07 {
    position: relative;
    width: 100%;
    border-top: 5px solid #a30b1a;
  }
  .area07:after, .area07:before {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
  }
  .area07:after {
    border-top-color: #a30b1a;
    border-width: 40px;
    margin-left: -40px;
  }
  .area07:before {
    border-color: transparent;
    border-width: 84px;
    margin-left: -84px;
  }
  .area07 .area07Inner {
    width: 90%;
    margin: 0 auto;
    padding: 90px 0 100px;
    text-align: center;
  }
  .area07 .dlBoxOuter {
    margin-bottom: 50px;
    text-align: left;
  }
  .area07 .dlBoxOuter .dlBox {
    zoom: 1;
  }
  .area07 .dlBoxOuter .dlBox:after {
    display: block;
    clear: both;
    content: "";
    font-size: 0.1em;
    line-height: 0;
  }
  .area07 .dlBoxOuter .dlBox .imgAndTex {
    zoom: 1;
    margin-bottom: 0;
  }
  .area07 .dlBoxOuter .dlBox .imgAndTex:after {
    display: block;
    clear: both;
    content: "";
    font-size: 0.1em;
    line-height: 0;
  }
  .area07 .dlBoxOuter .dlBox .imgAndTex img {
    float: none;
    display: block;
    width: 20%;
    height: auto;
    margin: 0 auto 20px;
  }
  .area07 .dlBoxOuter .dlBox .imgAndTex .img + div {
    float: none;
    width: 100%;
    zoom: 1;
  }
  .area07 .dlBoxOuter .dlBox .imgAndTex .img + div:after {
    display: block;
    clear: both;
    content: "";
    font-size: 0.1em;
    line-height: 0;
  }
  .area07 .dlBoxOuter .dlBox .imgAndTex .img + div h3 {
    margin-bottom: 20px;
    color: #a30b1a;
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 1.5;
  }
  .area07 .dlBoxOuter .dlBox .imgAndTex .btnDl {
    display: block;
    width: 60%;
    margin: 50px auto 0 !important;
  }
  .area07 .dlBoxOuter .dlBox .imgAndTex .btnDl a {
    display: block;
    padding: 18px 20px 16px;
    border-bottom: #333 5px solid;
    background: #7e7d76 url(../images/ico_dl_w.png) no-repeat 96% 50%;
    color: white;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 1.4;
  }
  .area07 .dlBoxOuter .dlBox .imgAndTex .btnDl a:hover {
    border-top: #7e7d76 5px solid;
    border-bottom: none;
  }
}
@media screen and (max-width: 639px) {
  .btncnv {
    display: block;
    width: 100%;
    height: auto;
    margin: 50px auto 0;
    padding: 20px 0 20px;
    background-color: #a30b1a;
    border-bottom: #333 5px solid;
    color: white !important;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .btncnv.long {
    padding: 20px;
    font-size: 1.6rem;
  }
  .btncnv.long span.text-l {
    margin: 0 2px;
    font-size: 2rem;
  }
  .btncnv.long span.sp-mt {
    display: inline-block;
    margin-top: 5px;
  }
  .btncnv:hover {
    border-top: #a30b1a 5px solid;
    border-bottom: none;
    color: white;
    text-decoration: none;
  }
  .notes {
    margin-top: 10px;
    font-size: 1.2rem;
  }

  .ttl01 {
    margin-bottom: 30px;
    color: #333;
    text-align: center;
    font-size: 2.4rem;
  }
  .ttl01 small {
    display: block;
    font-size: 1.8rem;
    line-height: 1.1;
  }

  .tex00 {
    font-size: 1.6rem;
    line-height: 1.88;
  }

  .tex01 {
    font-size: 1.4rem;
    line-height: 1.88;
  }

  .tex02 {
    font-size: 1.2rem;
    line-height: 1.88;
  }

  .footerNote {
    padding: 30px 0;
    border-bottom: #cdcdcd 1px solid;
    text-align: center;
  }
  .footerNote p {
    font-size: 1.4rem;
  }

  .header {
    width: 100%;
  }
  .header .headerInner {
    position: static;
    width: 100%;
  }
  .header .headerInner .spHeader1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5%;
    width: 100%;
    height: 41px;
    background: white;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  }
  .header .headerInner .spHeader1 .fLogo {
    position: static;
    display: block;
    padding-top: 6px;
    width: 245px;
  }
  .header .headerInner .spHeader1 .fLogo img {
    width: 245px;
    height: auto;
  }
  .header .headerInner .spHeader1 .spSwitch {
    position: fixed;
    top: 0;
    right: 0;
    width: 41px;
    height: 41px;
    background: #333;
    cursor: pointer;
  }
  .header .headerInner .spHeader1 .spSwitch span {
    position: absolute;
    left: 8px;
    width: 26px;
    height: 3px;
    background: white;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .header .headerInner .spHeader1 .spSwitch span:nth-of-type(1) {
    top: 9px;
  }
  .header .headerInner .spHeader1 .spSwitch span:nth-of-type(2) {
    top: 19px;
  }
  .header .headerInner .spHeader1 .spSwitch span:nth-of-type(3) {
    top: 29px;
  }
  .header .headerInner .spHeader1 .spSwitch.act span:nth-of-type(1) {
    background-color: white;
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .header .headerInner .spHeader1 .spSwitch.act span:nth-of-type(2) {
    left: 500px;
    opacity: 0;
  }
  .header .headerInner .spHeader1 .spSwitch.act span:nth-of-type(3) {
    background-color: white;
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  .header .headerInner .spHeader2 {
    zoom: 1;
    position: static;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 2.5% 10px 5%;
    width: 100%;
  }
  .header .headerInner .spHeader2:after {
    display: block;
    clear: both;
    content: "";
    font-size: 0.1em;
    line-height: 0;
  }
  .header .headerInner .spHeader2 h1 {
    position: static;
    float: left;
    padding-top: 14px;
    width: auto;
    font-size: 1.05rem;
    line-height: 1.1;
  }
  .header .headerInner .spHeader2 .azm {
    display: inline-block;
    float: right;
    padding-top: 17px;
  }
  .header .headerInner .spHeader2 .azm img {
    width: 90px;
    height: auto;
  }
  .header .navOuter {
    position: fixed;
    top: 41px;
    left: 0;
    display: none;
    width: 100%;
    height: 50px;
    background: #e8e8e6;
    z-index: 9999;
  }
  .header .navOuter ul {
    width: 100%;
  }
  .header .navOuter ul li {
    float: none;
    width: 100%;
    border-top: #666 1px solid;
    text-align: center;
  }
  .header .navOuter ul li:nth-child(2n) {
    border-left: none;
  }
  .header .navOuter ul li a {
    display: block;
    padding: 16px 0 14px;
    background: #333;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.1;
  }

  .area00 {
    width: 100%;
    height: auto;
    background: #f5f5f5 url(../images/img_00_00_sp.jpg) no-repeat right top;
    background-size: contain;
  }
  .area00 .area00Inner {
    width: 100%;
  }
  .area00 .area00Inner h2 {
    padding: 30px 0 20px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    font-size: 3.0rem;
    line-height: 1.5;
    text-shadow: 0px 0px 10px white,  0px 0px 10px white,  0px 0px 10px white,  0px 0px 10px white;
  }
  .area00 .area00Inner h2 small {
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.1;
  }
  .area00 .area00Inner > p {
    padding: 180px 0 0;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    text-shadow: 0px 0px 20px white,  0px 0px 20px white,  0px 0px 20px white,  0px 0px 20px white;
  }
  .area00 .area00Inner .benefit-list {
    position: static;
    padding-left: 5%;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .area00 .area00Inner .benefit-list > li {
    line-height: 1.75;
    padding-left: 40px;
    background: url(../images/icon_check_01.png) no-repeat;
    background-size: 36px 31px;
    text-shadow: 0px 0px 10px white,  0px 0px 10px white,  0px 0px 10px white,  0px 0px 10px white;
  }
  .area00 .area00Inner .benefit-list > li > small {
    display: block;
    font-weight: normal;
    font-size: 1.2rem;
  }
  .area00 .area00Inner .benefit-list > li > sub {
    display: inline-block;
    vertical-align: baseline;
    line-height: 1.0;
    font-size: 1.2rem;
  }
  .area00 .area00Inner .btncnv {
    width: 90%;
    margin: 10px auto 30px;
    padding: 10px 0;
  }
  .area00 .area00Inner .btncnv.long {
    margin-bottom: 0;
    padding: 10px;
  }
  .area00 .area00Inner .notes {
    width: 90%;
    margin: 10px auto 0;
    padding-bottom: 30px;
    text-align: center;
  }

  .area01 {
    position: relative;
    width: 100%;
    border-top: 5px solid #a30b1a;
  }
  .area01:after, .area01:before {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
  }
  .area01:after {
    border-top-color: #a30b1a;
    border-width: 40px;
    margin-left: -40px;
  }
  .area01:before {
    border-color: transparent;
    border-width: 84px;
    margin-left: -84px;
  }
  .area01 img {
    width: 100%;
    height: auto;
  }
  .area01 figure {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
  }
  .area01 .area01Inner {
    width: 90%;
    margin: 0 auto;
    padding: 90px 0 50px;
    text-align: center;
  }
  .area01 h2 + p {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: #cdcdcd 1px solid;
    font-weight: bold;
    text-align: left;
  }
  .area01 h2 + p + div {
    width: 100%;
    margin-top: 50px;
  }
  .area01 h2 + p + div > ul {
    width: 100%;
    zoom: 1;
  }
  .area01 h2 + p + div > ul:after {
    display: block;
    clear: both;
    content: "";
    font-size: 0.1em;
    line-height: 0;
  }
  .area01 h2 + p + div > ul > li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .area01 h2 + p + div > ul > li:first-child {
    margin-left: 0;
    margin-top: 0;
  }
  .area01 h2 + p + div > ul > li > h3 {
    width: 100%;
    margin-bottom: 30px;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .area01 h2 + p + div > ul > li > h3:before {
    position: static;
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    margin: 0 auto 25px;
    background-color: #a30b1a;
  }
  .area01 h2 + p + div > ul > li > p {
    margin-top: 30px;
    text-align: left;
  }
  .area01 h2 + p + div + div {
    width: 100%;
    margin-top: 50px;
  }
  .area01 h2 + p + div + div .lines-side {
    position: relative;
    width: 100%;
    margin-top: 50px;
    text-align: center;
    white-space: nowrap;
    color: #a30b1a;
    line-height: 30px;
    font-weight: bold;
    font-size: 2.0rem;
  }
  .area01 h2 + p + div + div .lines-side:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    z-index: 0;
    position: absolute;
    top: 14px;
    right: auto;
    bottom: auto;
    left: 0;
    border: 1px solid #a30b1a;
  }
  .area01 h2 + p + div + div .lines-side > span {
    position: relative;
    display: inline-block;
    height: 30px;
    padding: 3px 10px;
    font-weight: bold;
    line-height: 100%;
    background-color: white;
    z-index: 1;
  }
  .area01 h2 + p + div + div .lines-side > span:before {
    display: none;
  }
  .area01 h2 + p + div + div > ul {
    width: 100%;
    margin: 30px auto 0;
    zoom: 1;
  }
  .area01 h2 + p + div + div > ul:after {
    display: block;
    clear: both;
    content: "";
    font-size: 0.1em;
    line-height: 0;
  }
  .area01 h2 + p + div + div > ul > li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .area01 h2 + p + div + div > ul > li:first-child {
    margin-left: 0;
    margin-top: 0;
  }
  .area01 h2 + p + div + div > ul > li > h3 {
    margin: 30px 0 20px;
    font-size: 1.8rem;
  }
  .area01 h2 + p + div + div > ul > li > ul {
    text-align: left;
    font-size: 1.4rem;
  }
  .area01 h2 + p + div + div > ul > li > ul > li {
    margin-top: 10px;
    background: url(../images/icon_check_01.png) no-repeat;
    background-size: 28px 25px;
  }
  .area01 h2 + p + div + div > ul > li > ul > li:first-child {
    margin-top: 0;
  }
  .area01 h2 + p + div + div > ul > li > ul > li > span {
    display: inline-block;
    padding-left: 40px;
  }

  .area02 {
    position: relative;
    width: 100%;
    border-top: 5px solid #a30b1a;
    background: #f5f5f5 url(../images/bgimage_scene_01.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
  }
  .area02:after, .area02:before {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
  }
  .area02:after {
    border-top-color: #a30b1a;
    border-width: 40px;
    margin-left: -40px;
  }
  .area02:before {
    border-color: transparent;
    border-width: 84px;
    margin-left: -84px;
  }
  .area02 img {
    width: 100%;
    height: auto;
  }
  .area02 figure {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
  }
  .area02 .area02Inner {
    width: 90%;
    margin: 0 auto;
    padding: 90px 0 50px;
    text-align: center;
  }
  .area02 .area02Inner > div {
    width: 100%;
    margin-top: 50px;
    text-align: left;
  }
  .area02 .area02Inner > div:nth-of-type(3) figure {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .area02 .area02Inner > div > h3 {
    color: #a30b1a;
    font-size: 2.0rem;
  }
  .area02 .area02Inner > div > h3 > em {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    margin-right: 0;
    margin-bottom: 20px;
    line-height: 40px;
    color: white;
    font-style: normal;
    background-color: #a30b1a;
    text-align: center;
    font-size: 1.8rem;
  }
  .area02 .area02Inner > div > h3 > em:after {
    display: none;
  }
  .area02 .area02Inner > div > h3 + dl {
    width: 100%;
    margin-top: 10px;
    zoom: 1;
  }
  .area02 .area02Inner > div > h3 + dl:after {
    display: block;
    clear: both;
    content: "";
    font-size: 0.1em;
    line-height: 0;
  }
  .area02 .area02Inner > div > h3 + dl > dt {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    margin: 20px auto 0;
    line-height: auto;
    color: white;
    background-color: #7e7d76;
    text-align: center;
    font-size: 1.4rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
  }
  .area02 .area02Inner > div > h3 + dl > dd {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .area02 .area02Inner > div > h3 + dl + p {
    margin: 20px 0 10px;
  }

  .area03 {
    position: relative;
    width: 100%;
    border-top: 5px solid #a30b1a;
  }
  .area03:after, .area03:before {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
  }
  .area03:after {
    border-top-color: #a30b1a;
    border-width: 40px;
    margin-left: -40px;
  }
  .area03:before {
    border-color: transparent;
    border-width: 84px;
    margin-left: -84px;
  }
  .area03 .area03Inner {
    width: 90%;
    margin: 0 auto;
    padding: 90px 0 50px;
    text-align: center;
    zoom: 1;
  }
  .area03 .area03Inner:after {
    display: block;
    clear: both;
    content: "";
    font-size: 0.1em;
    line-height: 0;
  }
  .area03 .area03Inner .hiFixOuter {
    width: 100%;
    text-align: left;
    zoom: 1;
  }
  .area03 .area03Inner .hiFixOuter:after {
    display: block;
    clear: both;
    content: "";
    font-size: 0.1em;
    line-height: 0;
  }
  .area03 .area03Inner .hiFixOuter .hiFix {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .area03 .area03Inner .hiFixOuter .hiFix:nth-of-type(odd) {
    margin-left: 0;
  }
  .area03 .area03Inner .hiFixOuter .hiFix:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > h3 {
    position: relative;
    padding-left: 0;
    padding-top: 20px;
    text-align: center;
    font-size: 1.6rem;
    border-top: 1px solid #cdcdcd;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > h3:before {
    position: static;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 10px;
    background: url(../images/icon_gear_01.png) no-repeat;
    background-size: 100%;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > a {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 20px;
    border: 2px solid #4b4a44;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > a > figure {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > a > figure > img {
    width: 100%;
    height: auto;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > a + h4 {
    position: relative;
    width: 100%;
    height: auto;
    line-height: auto;
    margin-bottom: 30px;
    padding: 5px 0;
    color: white;
    background-color: #4b4a44;
    text-align: center;
    font-size: 1.1rem;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > a + h4:after, .area03 .area03Inner .hiFixOuter .hiFix > a + h4:before {
    bottom: -40px;
    left: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > a + h4:after {
    border-top-color: #4b4a44;
    border-width: 20px;
    margin-left: -20px;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > a + h4:before {
    border-color: transparent;
    border-width: 42px;
    margin-left: -42px;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > em {
    display: block;
    margin-bottom: 10px;
    color: #a30b1a;
    font-size: 1.4rem;
    font-weight: bold;
    font-style: normal;
  }
  .area03 .area03Inner .hiFixOuter .hiFix > em ~ em {
    margin: 20px 0 10px;
  }

  .area04 {
    position: relative;
    width: 100%;
    background-color: #f5f5f5;
    border-top: 5px solid #a30b1a;
  }
  .area04:after, .area04:before {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
  }
  .area04:after {
    border-top-color: #a30b1a;
    border-width: 40px;
    margin-left: -40px;
  }
  .area04:before {
    border-color: transparent;
    border-width: 84px;
    margin-left: -84px;
  }
  .area04 .area04Inner {
    width: 90%;
    margin: 0 auto;
    padding: 90px 0 50px;
    text-align: center;
  }
  .area04 .area04Inner > h3 {
    margin: 50px 0 20px;
    font-size: 1.8rem;
  }
  .area04 .area04Inner > h3 + table {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
    overflow-x: scroll;
  }
  .area04 .area04Inner > h3 + table:before, .area04 .area04Inner > h3 + table:after {
    display: none !important;
  }
  .area04 .area04Inner > h3 + table tr {
    width: 100%;
  }
  .area04 .area04Inner > h3 + table tr th, .area04 .area04Inner > h3 + table tr td {
    padding: 10px 20px;
    vertical-align: top;
    background-color: #fce4e3;
  }
  .area04 .area04Inner > h3 + table tr th > em, .area04 .area04Inner > h3 + table tr td > em {
    display: block;
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-style: normal;
  }
  .area04 .area04Inner > h3 + table tr th > span, .area04 .area04Inner > h3 + table tr td > span {
    display: inline-block;
    line-height: 1.75rem;
    font-size: 1.2rem;
    padding-left: 1em;
    text-indent: -1em;
  }
  .area04 .area04Inner > h3 + table tr th > span ~ span, .area04 .area04Inner > h3 + table tr td > span ~ span {
    margin-top: 5px;
  }
  .area04 .area04Inner > h3 + table tr th {
    font-weight: normal;
  }
  .area04 .area04Inner > h3 + table .td-title {
    color: white;
    background-color: #a30b1a !important;
    font-weight: bold;
  }
  .area04 .area04Inner > h3 + table:nth-of-type(2) td {
    vertical-align: middle;
  }

  .area05 {
    position: relative;
    width: 100%;
    border-top: 5px solid #a30b1a;
  }
  .area05:after, .area05:before {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
  }
  .area05:after {
    border-top-color: #a30b1a;
    border-width: 40px;
    margin-left: -40px;
  }
  .area05:before {
    border-color: transparent;
    border-width: 84px;
    margin-left: -84px;
  }
  .area05 .area05Inner {
    width: 90%;
    margin: 0 auto;
    padding: 90px 0 50px;
    text-align: center;
  }
  .area05 .area05Inner > h2 + table {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
    overflow-x: scroll;
  }
  .area05 .area05Inner > h2 + table:before, .area05 .area05Inner > h2 + table:after {
    display: none !important;
  }
  .area05 .area05Inner > h2 + table tr {
    width: 100%;
  }
  .area05 .area05Inner > h2 + table tr th, .area05 .area05Inner > h2 + table tr td {
    padding: 10px 20px;
    vertical-align: middle;
    background-color: #fce4e3;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: right;
  }
  .area05 .area05Inner > h2 + table tr th > em, .area05 .area05Inner > h2 + table tr td > em {
    display: block;
    margin-bottom: 10px;
    font-style: normal;
  }
  .area05 .area05Inner > h2 + table tr th > span, .area05 .area05Inner > h2 + table tr td > span {
    display: inline-block;
    line-height: 1.75rem;
    font-size: 1.2rem;
    padding-left: 1em;
    text-indent: -1em;
  }
  .area05 .area05Inner > h2 + table tr th > span ~ span, .area05 .area05Inner > h2 + table tr td > span ~ span {
    margin-top: 5px;
  }
 .area05 .area05Inner > h2 + table .td-title:empty {
    color: white;
    background-color: #ffffff !important;
    text-align: center;
    font-weight: bold;
  }  
  .area05 .area05Inner > h2 + table .td-title {
    color: white;
    background-color: #a30b1a !important;
    text-align: center;
    font-weight: bold;
  }
  .area05 .area05Inner > h2 + table .flarge {
    font-size: 1.8rem;
  }
  .area05 .area05Inner > h2 + table + ul {
    width: 100%;
    margin-top: 20px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.2rem;
    text-align: left;
    line-height: 2.0rem;
  }

  .area06 {
    position: relative;
    width: 100%;
    background-color: #f5f5f5;
    border-top: 5px solid #a30b1a;
  }
  .area06:after, .area06:before {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
  }
  .area06:after {
    border-top-color: #a30b1a;
    border-width: 40px;
    margin-left: -40px;
  }
  .area06:before {
    border-color: transparent;
    border-width: 84px;
    margin-left: -84px;
  }
  .area06 .area06Inner {
    width: 90%;
    margin: 0 auto;
    padding: 90px 0 50px;
    width: 95%;
    text-align: center;
  }
  .area06 h3 {
    padding: 15px 0;
    border-top: #cdcdcd 1px solid;
    border-bottom: #cdcdcd 1px solid;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.1;
  }
  .area06 .hiFixOuter + h3 {
    margin-top: 40px;
  }
  .area06 .faqQ,
  .area06 .faqA {
    padding-left: 40px;
    min-height: 20px;
    vertical-align: top;
    text-align: left;
  }
  .area06 .faqQ p,
  .area06 .faqA p {
    display: inline-block;
    min-height: 30px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .area06 .faqQ p a,
  .area06 .faqA p a {
    text-decoration: underline;
    color: #039;
  }
  .area06 .faqQ {
    margin-top: 30px;
    background: url(../images/ico_q_sp.png) no-repeat left top;
    background-size: 30px 30px;
    -webkit-background-size: 30px 30px;
  }
  .area06 .faqA {
    margin-top: 15px;
    background: url(../images/ico_a_sp.png) no-repeat left top;
    background-size: 30px 30px;
    -webkit-background-size: 30px 30px;
  }

  .area07 {
    position: relative;
    width: 100%;
    border-top: 5px solid #a30b1a;
  }
  .area07:after, .area07:before {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
  }
  .area07:after {
    border-top-color: #a30b1a;
    border-width: 40px;
    margin-left: -40px;
  }
  .area07:before {
    border-color: transparent;
    border-width: 84px;
    margin-left: -84px;
  }
  .area07 .area07Inner {
    width: 90%;
    margin: 0 auto;
    padding: 90px 0 50px;
    text-align: center;
  }
  .area07 .dlBoxOuter {
    margin-bottom: 50px;
    text-align: left;
  }
  .area07 .dlBoxOuter .dlBox {
    zoom: 1;
  }
  .area07 .dlBoxOuter .dlBox:after {
    display: block;
    clear: both;
    content: "";
    font-size: 0.1em;
    line-height: 0;
  }
  .area07 .dlBoxOuter .dlBox .imgAndTex {
    zoom: 1;
    margin-bottom: 0;
  }
  .area07 .dlBoxOuter .dlBox .imgAndTex:after {
    display: block;
    clear: both;
    content: "";
    font-size: 0.1em;
    line-height: 0;
  }
  .area07 .dlBoxOuter .dlBox .imgAndTex img {
    float: none;
    display: block;
    width: 30%;
    height: auto;
    margin: 0 auto 20px;
  }
  .area07 .dlBoxOuter .dlBox .imgAndTex .img + div {
    float: none;
    width: 100%;
    zoom: 1;
  }
  .area07 .dlBoxOuter .dlBox .imgAndTex .img + div:after {
    display: block;
    clear: both;
    content: "";
    font-size: 0.1em;
    line-height: 0;
  }
  .area07 .dlBoxOuter .dlBox .imgAndTex .img + div h3 {
    margin-bottom: 20px;
    color: #a30b1a;
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 1.5;
  }
  .area07 .dlBoxOuter .dlBox .imgAndTex .btnDl {
    display: block;
    width: 100%;
    margin: 50px auto 0 !important;
  }
  .area07 .dlBoxOuter .dlBox .imgAndTex .btnDl a {
    display: block;
    padding: 18px 20px 16px;
    border-bottom: #333 5px solid;
    background: #7e7d76 url(../images/ico_dl_w.png) no-repeat 96% 50%;
    color: white;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 1.4;
  }
  .area07 .dlBoxOuter .dlBox .imgAndTex .btnDl a:hover {
    border-top: #7e7d76 5px solid;
    border-bottom: none;
  }
}