@charset "UTF-8";
.icon-d {
  position: relative;
}
.icon-d:after {
  content: "";
  width: .6rem;
  height: 1rem;
  display: block;
  background-image: url("../img/lp-woman/ico-arrow-w.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: .6rem auto;
}

/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0;
}

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  overflow-x: hidden;
  /* _overflow: auto; */
}

html, body {
  width: 100%;
  min-height: 100%;
}

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #142e43;
  letter-spacing: .1rem;
}

@media only screen and (min-width: 835px) {
  .sp-visible {
    display: none !important;
  }
}
@media only screen and (max-width: 834px) {
  html {
    font-size: 3.125vw;
  }

  .sp-hidden {
    display: none !important;
  }

  select,
  textarea,
  input[type='url'],
  input[type='text'],
  input[type='date'],
  input[type='tel'],
  input[type='email'],
  input[type='submit'] {
    -webkit-appearance: none;
  }
}
span.link,
a {
  color: #142e43;
  text-decoration: none;
  transition: color 0.3s, background-color 0.1s, background-image 0.3s, border-color 0.1s, box-shadow 0.3s, transform 0.3s;
  -webkit-transition: color 0.3s, background-color 0.1s, background-image 0.3s, border-color 0.1s, box-shadow 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
}
@media only screen and (min-width: 835px) {
  span.link:hover,
  a:hover {
    color: #142e43;
    text-decoration: none;
    opacity: 0.8;
  }
}
@media all and (-ms-high-contrast: none) {
  .section-form-inner dl dd input[type="text"], .section-form-inner dl dd input[type="url"], .section-form-inner dl dd input[type="tel"], .section-form-inner dl dd input[type="mail"], .section-form-inner dl dd textarea, select {
    height: 40px;
  }
  .section-form-inner table td input[type="text"], .section-form-inner table td input[type="url"], .section-form-inner table td input[type="tel"], .section-form-inner table td input[type="mail"], .section-form-inner table td textarea, select {
    height: 40px;
  }
}
/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
dt, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}

p {
  line-height: 1.6;
}

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol, ul, li {
  list-style: none;
  zoom: 1;
  overflow: hidden;
}

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
  font-weight: 400;
}

dl, dt, dd {
  zoom: 1;
  overflow: hidden;
}

mark {
  background: rgba(252, 252, 51, 0.7);
  color: #142e43;
}

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
  border: none;
}

input[type="text"], input[type="tel"], input[type="mail"], textarea, select, label {
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 834px) {
  input, textarea, select {
    font-size: 1.6rem;
    box-sizing: border-box;
  }
}
.form-select {
  line-height: 3.8rem;
  height: 4rem;
  overflow: hidden;
  background: #fff;
  border-radius: .5rem;
  border: .1rem solid #e5e5e5;
  position: relative;
  float: left;
}
.form-select.w16 {
  width: 16rem;
}
.form-select.w8 {
  width: 8rem;
}
.form-select.w21 {
  width: 21rem;
  margin-right: 4rem;
  margin-bottom: 1rem;
}
.form-select:after {
  content: "";
  top: 50%;
  margin-top: -.5rem;
  right: 1rem;
  position: absolute;
  border-style: solid;
  border-color: #999 transparent transparent;
  border-width: .7rem .4rem;
}
.form-select > select {
  width: 130%;
  line-height: 4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0 3rem 0 1.5rem;
  background: transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
.form-select > select::-ms-expand {
  display: none;
}
.form-select > select:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

button, input[type="submit"] {
  font-family: inherit;
  outline: none;
  border: none;
}
button:focus, input[type="submit"]:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

label {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

legend {
  display: none;
}


.section-form-inner table td .form-group.date .form-group__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section-form-inner table td .form-group.date .form-group__item:first-child {
  margin-bottom: 2rem;
}
.section-form-inner table td .form-group.date .form-group__item .form-group__title {
  width: 100%;
}
.section-form-inner table td .form-group.date .form-group__item > input {
  width: calc(50% - 0.2rem);
  margin-right: 0.2rem;
}
.section-form-inner table td .form-group.date .form-group__item > select {
  width: calc(50% - 0.2rem);
  margin-left: 0.2rem;
  padding: 0 3rem 0 1.5rem;
  font-size: inherit;
  border-radius: 0.5rem;
  border: 0.1rem solid #e5e5e5;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.section-form-inner table td .form-group.date .form-group__item::after {
  content: "";
  top: 70%;
  margin-top: -0.5rem;
  right: 1rem;
  position: absolute;
  border-style: solid;
  border-color: #999 transparent transparent;
  border-width: 0.7rem 0.4rem;
}

/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
}

object {
  vertical-align: middle;
  outline: none;
}

em {
  font-style: italic;
}

b,
strong {
  font-weight: 400;
}

small {
  font-size: 100%;
}

i {
  font-style: normal;
}

u {
  text-decoration: none;
}

abbr, acronym {
  border: none;
  font-variant: normal;
}

address, caption, cite, code, dfn, var {
  font-weight: 400;
  font-style: normal;
}

sup {
  vertical-align: text-top;
  font-size: 1rem;
  position: relative;
}

sub {
  font-size: 1rem;
  position: relative;
  vertical-align: text-bottom;
}

hr {
  display: none;
}

/* --------------------------------------
		101 outline
-------------------------------------- */
#wrap {
  position: relative;
}

div:focus,
img:focus,
textarea:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none;
}

@media only screen and (max-width: 834px) {
  .header {
    width: 100%;
    box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.2);
    padding: 1rem 0;
    height: 6rem;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .header-inner {
    padding: 0 1rem;
  }
  .header-logo {
    width: 11rem;
    margin-right: auto;
    display: inline-block;
  }
  .header-logo img {
    max-width: 100%;
  }
  .header-btn {
    max-width: 12rem;
    margin-right: 1.5rem;
    width: 100%;
    display: inline-block;
  }
  .header-btn a {
    width: 25rem;
    height: 5rem;
    border-radius: .4rem;
    background: url("../img/lp-quality/btn-bg.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-shadow: 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
    font-size: 1.8rem;
    font-weight: 700;
    display: block;
    line-height: 5rem;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 1.3rem;
    height: 3.6rem;
    line-height: 3.6rem;
    padding: 0;
    position: relative;
    outline: none;
  }
  .header-nav {
    display: none;
  }
  .header .drawer-menu-open {
    display: inline-block;
    width: 3rem;
    height: 2.5rem;
    position: relative;
  }
  .header .drawer-menu-open span {
    background: #ccc;
    display: block;
    width: 100%;
    height: .3rem;
    position: absolute;
    border-radius: .3rem;
  }
  .header .drawer-menu-open span:nth-child(2) {
    top: 50%;
    margin-top: -.15rem;
  }
  .header .drawer-menu-open span:nth-child(1) {
    top: 0;
  }
  .header .drawer-menu-open span:nth-child(3) {
    bottom: 0;
  }
  .main-image {
    background: url("../img/lp-quality/main.jpg") no-repeat 50% 0%;
    background-size: auto 38.3rem;
    position: relative;
    padding-top: 5rem;
    z-index: 1;
  }
  .main-image-ttl {
    padding: 2rem 0 2rem 0;
    text-align: center;
    position: relative;
    margin: 20rem auto 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.8);
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 400;
  }
  .main-image-ttl strong {
    font-size: 3rem;
    color: #1e61a8;
    display: inline-block;
    line-height: 1.2;
    font-weight: 700;
  }
  .main-image-ttl span {
    font-size: 2.1rem;
    line-height: 1.2;
    font-weight: 400;
    display: inline-block;
  }
  .main-image-ttl b {
    font-size: 2.4rem;
    font-weight: 700;
    display: inline-block;
  }
  .main-image_inner-point {
    background: url("../img/lp-quality/bg-safty.png") no-repeat;
    background-size: 10rem auto;
    width: 10rem;
    height: 10rem;
    position: absolute;
    left: .5rem;
    top: 7rem;
    text-align: center;
    font-size: 1rem;
    padding-top: 2rem;
    color: #fff;
    padding-right: .8rem;
    z-index: 10;
  }
  .main-image_inner-point b {
    font-size: 1.25rem;
    display: inline-block;
    line-height: 1.2;
  }
  .main-image_inner dl {
    overflow: visible;
  }
  .main-image_inner dl:after {
    content: "";
    clear: both;
    display: block;
  }
  .main-image_inner dl > div {
    color: #fff;
    text-align: center;
    position: relative;
    padding-top: 1rem;
    width: 33%;
    float: left;
    height: 17rem;
  }
  .main-image_inner dl > div:after, .main-image_inner dl > div:before {
    content: "";
    position: absolute;
  }
  .main-image_inner dl > div:nth-of-type(1) {
    background: rgba(9, 82, 160, 0.9);
  }
  .main-image_inner dl > div:nth-of-type(1):before {
    background: url("../img/lp-quality/fig_1.png") no-repeat;
    background-size: 3.1rem auto;
    width: 3.1rem;
    height: 4.1rem;
    left: 1rem;
    bottom: -1rem;
  }
  .main-image_inner dl > div:nth-of-type(1):after {
    background: url("../img/lp-quality/fig_2.png") no-repeat;
    background-size: 4.1rem auto;
    width: 4.1rem;
    height: 4.5rem;
    right: 1.5rem;
    bottom: -1rem;
  }
  .main-image_inner dl > div:nth-of-type(2) {
    background: rgba(26, 126, 233, 0.9);
    width: 34%;
  }
  .main-image_inner dl > div:nth-of-type(2):before {
    background: url("../img/lp-quality/fig_3.png") no-repeat;
    background-size: 3.3rem auto;
    width: 3.3rem;
    height: 6.4rem;
    left: 4rem;
    bottom: -1rem;
  }
  .main-image_inner dl > div:nth-of-type(3) {
    background: rgba(0, 59, 122, 0.9);
  }
  .main-image_inner dl > div:nth-of-type(3):before {
    background: url("../img/lp-quality/fig_4.png") no-repeat;
    background-size: 3.8rem auto;
    width: 3.8rem;
    height: 7.1rem;
    left: 3.5rem;
    bottom: -1.5rem;
  }
  .main-image_inner dl > div:nth-of-type(3) dd {
    font-weight: 700;
  }
  .main-image_inner dl > div dt {
    font-family: "Roboto Slab", serif;
    font-size: 1.1rem;
    line-height: 1.1;
    display: inline-block;
    padding-left: .1rem;
    border-bottom: .2rem solid #fff;
  }
  .main-image_inner dl > div dt b {
    font-size: 1.5rem;
  }
  .main-image_inner dl > div dd {
    padding-top: .8rem;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .main-image_inner dl > div dd strong {
    font-size: 1.8rem;
    line-height: 1;
    display: inline-block;
    font-weight: 700;
  }
  .main-image_inner dl > div dd b {
    font-size: 2.4rem;
    letter-spacing: .2rem;
    line-height: 1;
    font-weight: 700;
    display: inline-block;
  }
  .main-image-btn {
    text-align: center;
    padding: 1rem;
    position: relative;
    z-index: 2;
  }
  .main-image-btn a {
    width: 80rem;
    height: 12rem;
    border-radius: .8rem;
    background: url("../img/lp-quality/btn-bg.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-shadow: 0.2rem 0.2rem 0 0 rgba(0, 0, 0, 0.2);
    font-size: 2rem;
    display: block;
    padding: .8rem 0 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
    position: relative;
    font-size: 2rem;
    height: auto;
    font-weight: 700;
    padding: 1rem 0;
    padding-left: 7.6rem;
    text-align: left;
  }
  .main-image-btn a span {
    display: block;
    font-size: 1rem;
    line-height: 1.2;
  }
  .main-image-btn a:after {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: url("../img/lp-quality/btn-arrow.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -1.25rem;
    content: "";
    right: 1rem;
    width: 1.6rem;
    height: 1.6rem;
    margin-top: -.8rem;
  }
  .main-image-btn a:before {
    content: "";
    background: url("../img/lp-quality/btn-icon.png") no-repeat;
    background-size: 7rem auto;
    width: 7rem;
    height: 5rem;
    position: absolute;
    left: 0;
    bottom: .5rem;
  }
  .slick-arrow {
    position: absolute;
    background: url("../img/lp-quality/icon-slider-arrow.png") no-repeat;
    background-size: 2rem auto;
    width: 2rem;
    height: 2rem;
    top: 50%;
    margin-top: -1rem;
    text-indent: -9999rem;
    z-index: 10;
  }
  .slick-arrow.slick-prev {
    left: .5rem;
    transform: scale(-1, 1);
  }
  .slick-arrow.slick-next {
    right: .5rem;
  }

  .contents {
    overflow: hidden;
  }
  .contents .formError .formErrorContent {
    margin-left: -90%;
  }
  .contents .lounge-list .formErrorContent {
    margin-left: 1rem;
  }

  .drawer {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    transition: .15s all ease-out;
    width: 23rem;
    height: 100%;
    z-index: 10000;
    overflow: hidden;
    transform: translateX(30rem);
  }
  .drawer-trigger {
    display: none;
  }
  .drawer-trigger:checked ~ .drawer {
    transform: translateX(0);
    box-shadow: -1rem 0 1rem rgba(0, 0, 0, 0.1);
  }
  .drawer-trigger:checked ~ .drawer-menu-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9000;
  }
  .drawer__close {
    width: 6rem;
    height: 6rem;
    background: #1e61a8;
    margin-left: auto;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .drawer-menu-close {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .drawer-menu-close span {
    background: #fff;
    display: block;
    width: 2.5rem;
    height: .4rem;
    border-radius: .3rem;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .drawer-menu-close span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .drawer-menu-close span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .drawer__inner {
    background: #fff;
    position: relative;
    height: 100%;
  }
  .drawer__header {
    height: 6rem;
    margin-bottom: 4rem;
    background: #f5f5f5;
  }
  .drawer__content {
    padding: 0 1.5rem 1.5rem;
  }
  .drawer__content ul li {
    padding-bottom: 1rem;
  }
  .drawer__content ul li a {
    display: block;
    padding: 1rem 0;
  }
  .drawer__content .icon-r {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    margin-right: .5rem;
    position: relative;
    bottom: -.2rem;
  }
  .drawer__content .icon-r:after {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    background-image: url("../img/lp-quality/icon-slider-arrow.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 1.5rem auto;
  }

  .form-btn {
    text-align: center;
    padding: 1rem;
    position: relative;
    z-index: 2;
  }
  .form-btn a {
    width: 80rem;
    height: 12rem;
    border-radius: .8rem;
    background: url("../img/lp-quality/btn-bg.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-shadow: 0.2rem 0.2rem 0 0 rgba(0, 0, 0, 0.2);
    font-size: 2rem;
    display: block;
    padding: .8rem 0 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
    position: relative;
    font-size: 2rem;
    height: auto;
    font-weight: 700;
    padding: 1rem 0;
    padding-left: 7.6rem;
    text-align: left;
  }
  .form-btn a span {
    display: block;
    font-size: 1rem;
    line-height: 1.2;
  }
  .form-btn a:after {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: url("../img/lp-quality/btn-arrow.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -1.25rem;
    content: "";
    right: 1rem;
    width: 1.6rem;
    height: 1.6rem;
    margin-top: -.8rem;
  }
  .form-btn a:before {
    content: "";
    background: url("../img/lp-quality/btn-icon.png") no-repeat;
    background-size: 7rem auto;
    width: 7rem;
    height: 5rem;
    position: absolute;
    left: 0;
    bottom: .5rem;
  }

  .section-form {
    padding: 2rem 1rem;
  }
  .section-form-header {
    width: 28rem;
    margin: 0 auto 4rem;
    color: #fff;
    background: #0952a0;
    position: relative;
    padding: .8rem 1rem .8rem;
    text-align: center;
    color: #fff;
  }
  .section-form-header:after {
    content: "";
    border-style: solid;
    border-color: #0952a0 transparent transparent;
    border-width: 1rem;
    position: absolute;
    margin-left: -1rem;
    bottom: -1.8rem;
    left: 50%;
  }
  .section-form-header-ttl {
    font-size: 2rem;
    font-weight: 700;
  }

  .section-form-inner table tr,
  .section-form-inner table th,
  .section-form-inner table td {
    display: block;
    width: auto;
  }
  .section-form-inner table th {
    background: #eee;
    padding: .5rem 1.5rem;
    text-align: left;
    font-size: 1.3rem;
  }
  .section-form-inner table td {
    font-size: 1.3rem;
    padding: 1.5rem;
  }
  .section-form-inner table td .form-select {
    width: 100%;
  }
  .section-form-inner table td ul li {
    margin-bottom: 1rem;
  }
  .section-form-inner table td ul.lounge-list li {
    width: 50%;
    float: left;
  }
  .section-form-inner table td ul.triple-item .form-select {
    width: 90%;
  }
  .section-form-inner table td ul.triple-item span {
    float: left;
    margin-left: .5rem;
    line-height: 1;
    position: relative;
    bottom: -2rem;
  }
  .section-form-inner table td ul.double-item li {
    width: 50%;
    float: left;
    padding-right: .2rem;
  }
  .section-form-inner table td ul.double-item li:nth-of-type(2n) {
    padding-right: 0;
    padding-left: .2rem;
  }
  .section-form-inner table td ul.radio-multi.sex li, .section-form-inner dl dd ul.radio-multi.send li {
    width: 49%;
    float: left;
  }
  .section-form-inner table td ul.radio-multi.sex li:nth-of-type(2), .section-form-inner dl dd ul.radio-multi.send li:nth-of-type(2) {
    margin: 0 0 0 2%;
  }
  .section-form-inner table td ul.radio-multi li {
    width: 100%;
  }
  .section-form-inner table td ul.radio-multi li:nth-of-type(2) {
    margin: 0 2%;
  }
  .section-form-inner table td ul.radio-multi li:nth-of-type(3) .radio-block label {
    padding: 1.8rem 0;
  }
  .section-form-inner table td ul.radio-multi li .radio-block label {
    border-radius: .5rem;
    text-align: center;
    display: block;
    width: 100%;
    border: .2rem solid #e5e5e5;
    color: #999;
    padding: 1rem 0;
    position: relative;
    height: 100%;
    line-height: 1.6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-form-inner table td ul.radio-multi li .radio-block.radio-block--woman label {
    padding: 2rem 1rem;
  }
  .section-form-inner table td ul.radio-multi li .radio-block.radio-block--woman input:checked ~ label {
    background: #003b7a;
    border-color: #003b7a;
  }
  .section-form-inner table td ul.radio-multi li .radio-block.radio-block--man label {
    padding: 2rem 1rem;
  }
  .section-form-inner table td ul.radio-multi li .radio-block.radio-block--man input:checked ~ label {
    background: #0952a0;
    border-color: #0952a0;
  }
  .section-form-inner table td ul.radio-multi li .radio-block input:checked ~ label {
    background: #c20000;
    color: #fff;
    border-color: #c20000;
  }
  .section-form-inner table td ul.radio-multi li .radio-block input {
    display: none;
    margin-right: 5px;
  }
  .section-form-inner table td p {
    font-size: 1.2rem;
  }
  .section-form-inner table td small {
    display: block;
    font-size: 1rem;
    line-height: 1.1;
    margin-top: -0.7rem;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .section-form-inner table td input[type="text"], .section-form-inner table td input[type="url"], .section-form-inner table td input[type="tel"], .section-form-inner table td input[type="mail"], .section-form-inner table td textarea {
    border-radius: .5rem;
    border: .1rem solid #e5e5e5;
    line-height: 3.8rem;
    width: 100%;
    padding: 0 .8rem;
  }

  .section-form-inner-privacy {
    font-size: 1rem;
    line-height: 1.1;
    text-align: center;
  }
  .section-form-inner-btn {
    padding-top: 1.5rem;
  }
  .section-form-inner-btn input {
    width: 25rem;
    height: 5rem;
    border-radius: .4rem;
    background: url("../img/lp-quality/btn-bg.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-shadow: 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
    font-size: 1.8rem;
    font-weight: 700;
    display: block;
    line-height: 5rem;
    margin: 0 auto;
    position: relative;
    text-align: center;
    background: #1e61a8;
    box-shadow: 0 0.3rem 0 0 #0952a0;
    line-height: 5rem;
    padding: 0;
    font-size: 1.5rem;
  }
  .section-form-inner-btn input .icon-r {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background: rgba(9, 82, 160, 0.5) url("../img/lp-woman/ico-arrow-w.png") no-repeat 50% 50%;
    background-size: 0.3rem auto;
    border-radius: 50%;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -.75rem;
  }

  .mark-section {
    padding: 1.5rem 0;
  }
  .mark-section dl {
    min-height: 8rem;
    text-align: left;
    letter-spacing: 0;
    padding: 1rem 1rem 1rem 8rem;
    position: relative;
  }
  .mark-section dl dt {
    width: 8rem;
    height: 8rem;
    line-height: 8rem;
    position: absolute;
    text-align: center;
    left: 0;
    top: 50%;
    margin-top: -4rem;
  }
  .mark-section dl dt img {
    height: 45px;
    width: auto;
  }
  .mark-section dl dd {
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: left;
  }

  .footer {
    text-align: center;
    background: #011141;
    color: #fff;
  }
  .footer .footer-ibj {
    padding: 3rem 0;
  }
  .footer .footer-ibj img {
    width: 85%;
  }
  .footer .copyright {
    font-size: 71%;
    line-height: 45px;
    font-style: italic;
    background: #000928;
  }

  .div-catch {
    background: url("../img/lp-quality/bg-start.png") no-repeat 50% 100%;
    background-size: 100% 100%;
    position: relative;
    padding: 1.5rem 0;
    text-align: center;
  }
  .div-catch figure {
    padding-bottom: 1.5rem;
  }
  .div-catch figure img {
    width: 3.6rem;
  }
  .div-catch-ttl {
    font-size: 2rem;
    padding-bottom: 2rem;
  }
  .div-catch-ttl b {
    font-weight: 700;
    padding-left: .5rem;
    border-bottom: 0.3rem solid #1e61a8;
  }
  .div-catch-txt {
    text-align: center;
    background: url("../img/lp-quality/bg-arrow.png") no-repeat 50% 100%;
    background-size: .8rem auto;
    padding-bottom: 6.5rem;
    margin-bottom: 4rem;
    position: relative;
    z-index: 1;
  }
  .div-catch-txt:after {
    content: "";
    background: url("../img/lp-quality/icon-go.png") no-repeat 50% 100%;
    background-size: auto 4.6rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    height: 4.6rem;
  }
  .div-catch-txt b {
    color: #fff;
    font-size: 1.5rem;
  }
  .div-catch-txt p {
    padding-bottom: 1rem;
    line-height: 2;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .div-catch-txt p mark {
    background: rgba(140, 128, 1, 0.5);
    font-style: italic;
    font-size: 1.8rem;
    display: inline;
  }
  .div-catch .div-catch-result {
    background: #fff;
    border-radius: 1rem;
    margin: 0 1rem 2rem;
    position: relative;
    padding: 1.2rem;
    box-shadow: 0.3rem 0.3rem 0 0 rgba(30, 97, 168, 0.1);
  }
  .div-catch .div-catch-result .icon-check {
    position: absolute;
    top: -2.4rem;
    left: 50%;
    margin-left: -2.8rem;
  }
  .div-catch .div-catch-result p {
    font-size: 1.4rem;
    text-align: center;
  }

  .icon-check {
    width: 5.6rem;
    line-height: 1.4rem;
    background: #c20000;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 1rem;
    font-family: "Roboto Slab", serif;
    padding: 0 .5rem;
    margin: 0 auto;
  }
  .icon-check:after {
    content: "";
    border-style: solid;
    border-color: #c20000 transparent transparent;
    border-width: .4rem .4rem;
    position: absolute;
    margin-left: -.4rem;
    bottom: -.7rem;
    left: 50%;
  }

  .section-point {
    background: #f4f8fb;
  }
  .section-point-header {
    width: 28rem;
    margin: 0 auto 4rem;
    color: #fff;
    background: #0952a0;
    position: relative;
    padding: .8rem 1rem .8rem;
    text-align: center;
    color: #fff;
  }
  .section-point-header:after {
    content: "";
    border-style: solid;
    border-color: #0952a0 transparent transparent;
    border-width: 1rem;
    position: absolute;
    margin-left: -1rem;
    bottom: -1.8rem;
    left: 50%;
  }
  .section-point-header-ttl {
    font-size: 2rem;
    font-weight: 700;
  }
  .section-point-inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .section-point-inner .article-point {
    padding-bottom: 3rem;
  }
  .section-point-inner .article-point:nth-of-type(2) header figure {
    bottom: 0;
  }
  .section-point-inner .article-point:nth-of-type(3) {
    padding-bottom: 0;
  }
  .section-point-inner .article-point:nth-of-type(3) header figure {
    right: auto;
    left: 1rem;
    bottom: .5rem;
  }
  .section-point-inner .article-point-header {
    text-align: center;
    border-top: 0.1rem solid #1e61a8;
    border-bottom: 0.1rem solid #1e61a8;
    padding: .3rem 0;
    position: relative;
    width: 28rem;
    margin: 0 auto 2rem;
  }
  .section-point-inner .article-point-header-num {
    width: 8rem;
    height: 4rem;
    color: #1e61a8;
    background: #f4f8fb;
    font-family: "Roboto Slab", serif;
    font-size: 1.6rem;
    line-height: 4rem;
    position: absolute;
    left: 50%;
    margin-left: -4rem;
    top: -2rem;
    letter-spacing: 0;
  }
  .section-point-inner .article-point-header-num b {
    font-size: 2rem;
    line-height: 4rem;
  }
  .section-point-inner .article-point-header figure {
    right: .5rem;
    bottom: -1rem;
    position: absolute;
  }
  .section-point-inner .article-point-header-ttl {
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 700;
    border-top: 0.3rem solid #1e61a8;
    border-bottom: 0.3rem solid #1e61a8;
    padding: 2rem 0;
  }
  .section-point-inner .article-point-inner > p {
    padding: 0 1rem 1rem;
    font-size: 1.3rem;
    text-align: center;
  }
  .section-point-inner .article-point .div-box {
    background: #fff;
    text-align: center;
    border-radius: 1rem;
    margin: 0 1rem 1rem;
    position: relative;
    padding: 1.2rem;
    box-shadow: 0.3rem 0.3rem 0 0 rgba(30, 97, 168, 0.1);
  }
  .section-point-inner .article-point .div-box .attention {
    text-align: right;
    font-size: .9rem;
  }
  .section-point-inner .article-point .div-box dl {
    border-bottom: 0.1rem solid #0952a0;
    padding: .5rem 0;
  }
  .section-point-inner .article-point .div-box dl:nth-last-of-type(1) {
    border-bottom: none;
  }
  .section-point-inner .article-point .div-box dl dt {
    font-weight: 700;
    font-size: 1.5rem;
    padding: 0 0 .8rem 0;
    text-align: center;
  }
  .section-point-inner .article-point .div-box dl dd span {
    font-size: 1.3rem;
    background: rgba(30, 97, 168, 0.3);
    font-weight: 700;
    display: inline-block;
    padding: 0 .5rem;
    margin: .5rem 0;

  }
  .section-point-inner .article-point .div-box dl dd mark {
    background: rgba(185, 170, 8, 0.4);
    font-size: 2rem;
    font-weight: 700;
    display: inline-block;
    padding: 0 1rem;
    margin-bottom: .5rem;
  }
  .section-point-inner .article-point .div-box dl dd p {
    font-size: 1.2rem;
    border-radius: 1rem;
    display: inline-block;
    padding: .8rem 1rem;
    background: rgba(30, 97, 168, 0.1);
  }
  .section-point-inner .article-point .div-box dl dd p.gold {
    background: rgba(185, 170, 8, 0.2);
  }
  .section-point-inner .article-point .div-box-graph {
    text-align: center;
    padding: 1rem 0;
    position: relative;
  }
  .div-box-graph span {
    position: absolute;
    top: 17%;
    left: 76%;
    color: #fff;
    font-weight: 600;
    font-family: 'Noto Sans JP';
    font-size: 4vw;
  }
  .div-box-graph span::after {
    content: '※1';
    font-size: 10px;
    font-weight: 100;
  }
  .section-point-inner .article-point .div-box-graph figcaption {
    font-size: 1.6rem;
    display: block;
    padding-bottom: 1rem;
  }
  .section-point-inner .article-point .div-box-graph figcaption mark {
    background: rgba(185, 170, 8, 0.5);
    font-weight: 700;
  }
  .section-point-inner .article-point .div-box .pick {
    width: 8rem;
    background: #b9aa08;
    color: #fff;
    border-radius: 1.5rem;
    line-height: 3rem;
    position: absolute;
    top: .5rem;
    right: 1rem;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0;
    z-index: 1;
  }
  .section-point-inner .article-point .div-box .pick:after {
    content: "";
    border-style: solid;
    border-color: #b9aa08 transparent transparent #b9aa08;
    border-width: .5rem;
    position: absolute;
    bottom: -.6rem;
    left: 4rem;
  }
  .section-point-inner .article-point .div-box p {
    text-align: left;
  }
  .section-point-inner .article-point .div-box p small {
    font-size: 1rem;
  }

  .section-hikaku {
    position: relative;
    padding: 2rem 0 0;
  }
  .section-hikaku:after {
    content: "";
    display: block;
    clear: both;
  }
  .section-hikaku-header {
    width: 28rem;
    margin: 0 auto 4rem;
    color: #fff;
    background: #0952a0;
    position: relative;
    padding: .8rem 1rem .8rem;
    text-align: center;
    color: #fff;
  }
  .section-hikaku-header:after {
    content: "";
    border-style: solid;
    border-color: #0952a0 transparent transparent;
    border-width: 1rem;
    position: absolute;
    margin-left: -1rem;
    bottom: -1.8rem;
    left: 50%;
  }
  .section-hikaku-header-ttl {
    font-size: 2rem;
    font-weight: 700;
  }
  .section-hikaku-inner {
    padding-bottom: 2rem;
  }
  .section-hikaku-inner dl {
    margin: 0 .5rem 1rem;
    overflow: visible;
  }
  .section-hikaku-inner dl:after {
    content: "";
    display: block;
    clear: both;
  }
  .section-hikaku-inner dl > div {
    border-bottom: 0.1rem solid #142e43;
    text-align: center;
    letter-spacing: 0;
  }
  .section-hikaku-inner dl > div:after {
    content: "";
    display: block;
    clear: both;
  }
  .section-hikaku-inner dl > div:nth-of-type(2) {
    background: url("../img/lp-quality/bg-border.png");
    background-size: 4.5rem auto;
    border-bottom: 0.1rem solid #b9aa08;
    position: relative;
  }
  .section-hikaku-inner dl > div:nth-of-type(2) dt {
    border-right-color: #b9aa08;
  }
  .section-hikaku-inner dl > div:nth-of-type(2) dd {
    border-right-color: #b9aa08;
  }
  .section-hikaku-inner dl > div.dl-head {
    background: #0952a0;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-left: 0.1rem solid #142e43;
    border-top: 0.1rem solid #142e43;
  }
  .section-hikaku-inner dl > div.dl-head dt {
    font-size: 1rem;
    line-height: 2rem;
    border-left: none;
  }
  .section-hikaku-inner dl > div dt {
    width: 25%;
    float: left;
    font-size: 1rem;
    font-weight: 700;
    line-height: 4rem;
    border-right: 0.1rem solid #142e43;
    border-left: 0.1rem solid #142e43;
  }
  .section-hikaku-inner dl > div dd {
    width: 25%;
    float: left;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 4rem;
    border-right: 0.1rem solid #142e43;
  }
  .section-hikaku-inner .attention {
    margin: 0 1rem 2rem;
    text-align: right;
    font-size: .9rem;
  }
  .section-hikaku-inner .div-box {
    background: #f4f8fb;
    text-align: center;
    border-radius: 1rem;
    margin: 0 1rem 2rem;
    position: relative;
    padding: 1.2rem;
    box-shadow: 0.3rem 0.3rem 0 0 rgba(30, 97, 168, 0.1);
  }
  .section-hikaku-inner .div-box .icon-check {
    position: absolute;
    top: -2rem;
    left: 50%;
    margin-left: -2.8rem;
  }
  .section-hikaku-inner .div-box p {
    font-size: 1.3rem;
  }

  .section-reason {
    padding: 0 0 .9rem 0;
    position: relative;
    background: #0952a0;
  }
  .section-reason-header {
    width: 26rem;
    background: #fff;
    border-radius: 0  0 1rem 1rem;
    text-align: center;
    padding: 1.2rem 0;
    margin: 0 auto;
  }
  .section-reason-header-en {
    line-height: 1.4rem;
    color: #1a7ee9;
    font-size: .9rem;
    font-family: "Roboto Slab", serif;
  }
  .section-reason-header-ttl {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .section-reason-inner .article-reason {
    padding: 2rem 0;
    overflow: hidden;
  }
  .section-reason-inner .article-reason:nth-of-type(2) {
    background: rgba(0, 59, 122, 0.2);
  }
  .section-reason-inner .article-reason-header {
    text-align: center;
    padding-bottom: 2rem;
  }
  .section-reason-inner .article-reason-header-num {
    background: url("../img/lp-quality/bg-reason-num.png") no-repeat;
    background-size: 8rem auto;
    width: 8rem;
    height: 4rem;
    display: block;
    text-align: center;
    font-size: .9rem;
    line-height: 1;
    margin: 0 auto 1rem;
    color: #fff;
    font-family: "Roboto Slab", serif;
    padding-top: 1.2rem;
  }
  .section-reason-inner .article-reason-header-num b {
    font-size: 1.8rem;
    display: block;
    line-height: 1;
  }
  .section-reason-inner .article-reason-header-ttl {
    display: inline;
    border-bottom: 0.3rem solid #003b7a;
    font-weight: 700;
    font-size: 1.8rem;
    color: #fff;
  }
  .section-reason-inner .article-reason-inner {
    margin: 0 1.5rem;
  }
  .section-reason-inner .article-reason-inner > p {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #fff;
    text-align: left;
    padding-bottom: 2rem;
  }
  .section-reason-inner .article-reason-inner > p mark {
    background: none;
    color: #fff;
    font-weight: 700;
    border-bottom: 0.2rem solid #b9aa08;
  }
  .section-reason-inner .article-reason-inner > ul {
    margin: 0 0 1.5rem;
  }
  .section-reason-inner .article-reason-inner > ul li {
    width: 33%;
    color: #fff;
    float: left;
    text-align: center;
    font-size: 1.3rem;
  }
  .section-reason-inner .article-reason-inner > ul li figure {
    text-align: center;
    width: 8rem;
    height: 8rem;
    line-height: 7.8rem;
    border-radius: 50%;
    border: .1rem solid #fff;
    margin: 0 auto .5rem;
  }
  .section-reason-inner .article-reason-inner > ul li figure img {
    width: 4.5rem;
  }
  .section-reason-inner .article-reason dl:nth-of-type(2) dt p {
    color: #1e61a8;
  }
  .section-reason-inner .article-reason dl:nth-of-type(2) dt mark {
    background: rgba(30, 97, 168, 0.3);
  }
  .section-reason-inner .article-reason dl:nth-of-type(2) dd ul li:before {
    background: url("../img/lp-quality/icon-bad.png") no-repeat 50% 50%;
    background-size: 2.7rem auto;
  }
  .section-reason-inner .article-reason dl dt {
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem 0;
    text-align: center;
    box-shadow: 0.3rem 0.3rem 0 0 rgba(30, 97, 168, 0.1);
  }
  .section-reason-inner .article-reason dl dt p {
    font-weight: 700;
    color: #b9aa08;
  }
  .section-reason-inner .article-reason dl dt mark {
    background: rgba(185, 170, 8, 0.3);
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0 1rem;
  }
  .section-reason-inner .article-reason dl dt figure {
    padding: 1.5rem 2rem;
  }
  .section-reason-inner .article-reason dl dd ul li {
    border: .1rem solid #fff;
    border-radius: .3rem;
    padding: 1.5rem 1.2rem 1.5rem 5rem;
    position: relative;
    margin: 1.2rem 0;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
    font-size: 1.3rem;
  }
  .section-reason-inner .article-reason dl dd ul li:before {
    background: url("../img/lp-quality/icon-good.png") no-repeat 50% 50%;
    background-size: 3rem auto;
    width: 3.5rem;
    height: 3.5rem;
    left: 1rem;
    top: 50%;
    margin-top: -1.75rem;
    content: "";
    position: absolute;
  }

  .section-safty-header {
    text-align: center;
    position: relative;
    padding: 0 0 4rem;
    background: url("../img/lp-quality/bg-fuki.png") no-repeat 50% 8rem;
    background-size: 2rem auto;
  }
  .section-safty-header-catch {
    color: rgba(9, 82, 160, 0.8);
    font-size: 1.4rem;
    line-height: 2rem;
    background: #DFEDF7;
    padding: 0 1.5rem 1rem;
    margin-bottom: 4rrem;
    text-align: center;
    font-weight: 700;
  }
  .section-safty-header-catch:before {
    content: "";
    width: 4.4rem;
    height: 4.4rem;
    background: url("../img/lp-quality/icon-badface.png") no-repeat 50% 50%;
    background-size: auto 4.4rem;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -1rem;
    margin-bottom: -1rem;
  }
  .section-safty-header-catch p {
    display: inline-block;
  }
  .section-safty-header-ttl {
    line-height: 1.3;
    display: inline-block;
    position: relative;
    margin-top: 5rem;
  }
  .section-safty-header-ttl:before {
    content: "";
    transform: rotate(-35deg);
    width: .2rem;
    height: 5rem;
    position: absolute;
    left: -4rem;
    bottom: -1.4rem;
    background: #1e61a8;
  }
  .section-safty-header-ttl:after {
    content: "";
    transform: rotate(35deg);
    width: .2rem;
    height: 5rem;
    position: absolute;
    right: -4rem;
    bottom: -1.4rem;
    background: #1e61a8;
  }
  .section-safty-header-ttl b {
    font-size: 2rem;
    font-weight: 700;
  }
  .section-safty-inner {
    position: relative;
    text-align: center;
  }
  .section-safty-inner .div-box {
    background: #f4f8fb;
    text-align: center;
    border-radius: 1rem;
    margin: 0 1rem 4rem;
    position: relative;
    padding: 1.2rem;
    box-shadow: 0.3rem 0.3rem 0 0 rgba(30, 97, 168, 0.1);
  }
  .section-safty-inner .div-box:nth-of-type(2) {
    margin: 2rem 1rem 1rem;
  }
  .section-safty-inner .div-box:nth-of-type(2) p {
    font-size: 1.4rem;
  }
  .section-safty-inner .div-box:nth-of-type(2) .icon-check {
    position: absolute;
    top: -2rem;
    left: 50%;
    margin-left: -2.8rem;
  }
  .section-safty-inner .div-box:after {
    content: "";
    display: block;
    clear: both;
  }
  .section-safty-inner .div-box-fig figcaption {
    display: block;
    font-size: 1rem;
    text-align: center;
    padding: .5rem 0;
  }
  .section-safty-inner .div-box-cashback p {
    text-align: right;
  }
  .section-safty-inner .div-box-cashback p small {
    font-size: 1rem;
  }
  .section-safty-inner > p {
    font-size: 1.4rem;
    padding: 0 1rem 2rem;
    text-align: left;
  }
  .section-safty-inner > p br {
    display: none;
  }
  .section-safty-inner > p mark {
    background: rgba(185, 170, 8, 0.4);
    font-weight: 700;
  }
  .section-safty-inner dl {
    padding: 1.5rem 0 0;
  }
  .section-safty-inner dl > div {
    background: #fff;
    line-height: 1.4rem;
    text-align: center;
    margin-bottom: .2rem;
    overflow: hidden;
  }
  .section-safty-inner dl > div:nth-of-type(2) dd b, .section-safty-inner dl > div:nth-of-type(3) dd b, .section-safty-inner dl > div:nth-of-type(4) dd b {
    color: #c20000;
  }
  .section-safty-inner dl > div:nth-last-of-type(2) {
    border-bottom: 0.2rem solid #0952a0;
  }
  .section-safty-inner dl > div:nth-last-of-type(1) {
    background: none;
    border: 0.1rem solid #b9aa08;
    margin-top: .5rem;
  }
  .section-safty-inner dl > div:nth-last-of-type(1) dt {
    background: #fff;
    font-weight: 700;
    padding: 0.5rem;
  }
  .section-safty-inner dl > div:nth-last-of-type(1) dd {
    background: url("../img/lp-quality/bg-border.png");
    background-size: 4.5rem auto;
    color: #8c8001;
    padding: 0.5rem;
  }
  .section-safty-inner dl > div:nth-last-of-type(1) dd span {
    color: #142e43;
  }
  .section-safty-inner dl dt {
    text-align: center;
    font-size: 1rem;
    padding: .8rem 0 0;
    font-weight: 700;
  }
  .section-safty-inner dl dd {
    font-size: 1.2rem;
    padding-bottom: .8rem;
  }
  .section-safty-inner dl dd b {
    font-size: 1.8rem;
    line-height: 1;
    display: inline-block;
    font-weight: 700;
    position: relative;
    bottom: -.2rem;
  }
  .section-safty-inner dl dd span {
    font-size: 1rem;
  }

  .section-exam {
    background: #f4f8fb;
    text-align: center;
    position: relative;
    padding: 2rem 0 0;
  }
  .section-exam:after {
    content: "";
    display: block;
    clear: both;
  }
  .section-exam-header {
    width: 28rem;
    margin: 0 auto 4rem;
    color: #fff;
    background: #0952a0;
    position: relative;
    padding: .8rem 1rem .8rem;
    text-align: center;
    color: #fff;
  }
  .section-exam-header:after {
    content: "";
    border-style: solid;
    border-color: #0952a0 transparent transparent;
    border-width: 1rem;
    position: absolute;
    margin-left: -1rem;
    bottom: -1.8rem;
    left: 50%;
  }
  .section-exam-header-ttl {
    font-size: 2rem;
    font-weight: 700;
  }
  .section-exam-inner {
    padding-bottom: 1.5rem;
  }
  .section-exam-inner > p {
    font-size: 1.3rem;
    padding: 0 1rem 2rem;
  }
  .section-exam-inner #tabs > ul {
    text-align: center;
    overflow: visible;
    padding-bottom: 1.5rem;
  }
  .section-exam-inner #tabs > ul li {
    width: 10rem;
    display: inline-block;
    margin: 0 .8rem;
    vertical-align: top;
    opacity: 0.5;
    overflow: visible;
  }
  .section-exam-inner #tabs > ul li.ui-tabs-active {
    opacity: 1;
  }
  .section-exam-inner #tabs > ul li.ui-tabs-active a:after {
    content: "";
  }
  .section-exam-inner #tabs > ul li:nth-of-type(1) a {
    background: #142e43;
  }
  .section-exam-inner #tabs > ul li:nth-of-type(1) a:after {
    border-color: #142e43 transparent transparent;
  }
  .section-exam-inner #tabs > ul li a {
    display: block;
    border-radius: .5rem;
    line-height: 3.6rem;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 700;
    background: #e93f57;
    position: relative;
  }
  .section-exam-inner #tabs > ul li a:after {
    border-width: .5rem;
    border-style: solid;
    border-color: #e93f57 transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -.5rem;
    bottom: -1rem;
  }
  .section-exam-inner .article-flow {
    margin: 0 1rem 3rem;
    background: #fff;
    border-radius: .5rem;
    position: relative;
    padding: 1.5rem;
    box-shadow: 0.3rem 0.3rem 0 0 rgba(30, 97, 168, 0.1);
  }
  .section-exam-inner .article-flow.on .article-flow-header-ttl:after, .section-exam-inner .article-flow.on .article-flow-header-ttl:before {
    display: none;
  }
  .section-exam-inner .article-flow:before {
    content: "";
    position: absolute;
    right: 0;
    top: -2rem;
    height: 4rem;
    width: 3rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .section-exam-inner .article-flow:nth-of-type(1):before {
    background-image: url("../img/lp-quality/icon-step1.png");
    background-size: 3.1rem auto;
  }
  .section-exam-inner .article-flow:nth-of-type(2):before {
    background-image: url("../img/lp-quality/icon-step2.png");
    background-size: 2.7rem auto;
  }
  .section-exam-inner .article-flow:nth-of-type(3):before {
    background-image: url("../img/lp-quality/icon-step3.png");
    background-size: 2.8rem auto;
  }
  .section-exam-inner .article-flow:nth-of-type(4) {
    margin-bottom: 0;
  }
  .section-exam-inner .article-flow:nth-of-type(4):before {
    background-image: url("../img/lp-quality/icon-step4.png");
    background-size: 2.5rem auto;
  }
  .section-exam-inner .article-flow:after {
    content: "";
    background: url("../img/lp-quality/icon-step-arrow.png") no-repeat 50% 50%;
    background-size: auto 1.2rem;
    width: 100%;
    height: 1.2rem;
    position: absolute;
    left: 0;
    bottom: -2rem;
  }
  .section-exam-inner .article-flow:nth-last-of-type(1):after {
    display: none;
  }
  .section-exam-inner .article-flow-header {
    text-align: left;
    position: relative;
  }
  .section-exam-inner .article-flow-header-step {
    background: #142e43;
    border-radius: 1rem;
    line-height: 2rem;
    width: 5rem;
    font-size: 1rem;
    font-family: "Roboto Slab", serif;
    color: #fff;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
  }
  .section-exam-inner .article-flow-header-step b {
    font-size: 1.2rem;
  }
  .section-exam-inner .article-flow-header-ttl {
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0;
    padding-left: 6rem;
    font-weight: 700;
  }
  .section-exam-inner .article-flow-header-ttl:after {
    content: "";
    background-image: url("../img/lp-quality/icon-slider-arrow.png");
    background-size: 1.2rem auto;
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
    margin-left: .3rem;
    position: relative;
    bottom: -.1rem;
    transform: rotate(90deg);
  }
  .section-exam-inner .article-flow-header-ttl:before {
    content: "＼TOUCH／";
    position: absolute;
    left: 0;
    top: -1.5rem;
    line-height: 1.5rem;
    font-size: 1rem;
    font-family: "Roboto Slab", serif;
    color: #b9aa08;
  }
  .section-exam-inner .article-flow-inner {
    text-align: left;
    font-size: 1.3rem;
    display: none;
    padding: 1rem 0;
  }
  .section-exam-inner .article-flow-comment {
    background: rgba(185, 170, 8, 0.3);
    z-index: 1;
    padding: 1.2rem;
    display: none;
    position: relative;
    padding-bottom: 6rem;
  }
  .section-exam-inner .article-flow-comment:after {
    content: "";
    position: absolute;
    width: 40%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    left: 0;
    bottom: 0;
  }
  .section-exam-inner .article-flow-comment p {
    border-radius: 1rem;
    padding: 1rem;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0;
    background: #fff;
    position: relative;
  }
  .section-exam-inner .article-flow-comment p:after {
    content: "";
    border-style: solid;
    border-width: .5rem;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 20%;
    bottom: -.9rem;
  }
  .section-exam-inner .article-flow-comment:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url("../img/lp-quality/bg-border.png");
    background-size: 4.5rem auto;
    opacity: 0.5;
  }
  .section-exam-inner #womens .article-flow-header-step {
    background: #e93f57;
  }
  .section-exam-inner #womens .article-flow-header-ttl:after {
    background-image: url("../img/lp-quality/icon-step-btn.png");
    transform: rotate(0deg);
  }
  .section-exam-inner #womens .article-flow-comment:after {
    background-image: url("../img/lp-quality/fig-women.png");
    background-size: auto 7.6rem;
  }
  .section-exam-inner #mens .article-flow-header-step {
    background: #142e43;
  }
  .section-exam-inner #mens .article-flow-comment:after {
    background-image: url("../img/lp-quality/fig-men.png");
    background-size: auto 7.6rem;
  }

  .section-voice {
    text-align: center;
    position: relative;
    padding: 2rem 0 0;
  }
  .section-voice:after {
    content: "";
    display: block;
    clear: both;
  }
  .section-voice-header {
    width: 28rem;
    margin: 0 auto 4rem;
    color: #fff;
    background: #0952a0;
    position: relative;
    padding: .8rem 1rem .8rem;
    text-align: center;
    color: #fff;
  }
  .section-voice-header:after {
    content: "";
    border-style: solid;
    border-color: #0952a0 transparent transparent;
    border-width: 1rem;
    position: absolute;
    margin-left: -1rem;
    bottom: -1.8rem;
    left: 50%;
  }
  .section-voice-header-ttl {
    font-size: 2rem;
    font-weight: 700;
  }
  .section-voice-inner {
    text-align: center;
    margin: 0 2rem;
    padding-bottom: 1rem;
  }
  .section-voice-inner > p {
    text-align: center;
    font-size: 1.3rem;
    padding: 2rem 0;
  }
  .section-voice .div-box {
    margin: 1rem 1.8rem;
    border-radius: 1rem;
    background: #f4f8fb;
    box-shadow: 0.3rem 0.3rem 0 0 rgba(30, 97, 168, 0.1);
    padding: 1.2rem;
    position: relative;
  }
  .section-voice .div-box .div-sex {
    margin: 0 auto 1rem;
    width: 8rem;
    height: 8rem;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 1rem;
    padding-top: 1.5rem;
    line-height: 1.2;
  }
  .section-voice .div-box .div-sex:before {
    content: "";
    background: url("../img/lp-quality/icon-star.png") no-repeat;
    background-size: 3.9rem auto;
    width: 3.9rem;
    height: 4.2rem;
    position: absolute;
    top: -1rem;
    left: 50%;
    margin-left: -2rem;
  }
  .section-voice .div-box .div-sex b {
    font-size: 1.4rem;
  }
  .section-voice .div-box .div-sex div {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .section-voice .div-box .div-sex div.men {
    color: #142e43;
  }
  .section-voice .div-box .div-sex div.women {
    color: #e93f57;
  }
  .section-voice .div-box dl dt {
    font-weight: 700;
    padding-bottom: 1rem;
    text-align: center;
  }
  .section-voice .div-box dl dd {
    font-size: 1.2rem;
    text-align: left;
    letter-spacing: 0;
  }

  .section-flow {
    background: #f4f8fb;
    padding: 0 0 2rem 0;
    position: relative;
  }
  .section-flow-header {
    width: 26rem;
    background: #fff;
    border-radius: 0  0 1rem 1rem;
    text-align: center;
    padding: 1.2rem 0;
    margin: 0 auto;
  }
  .section-flow-header-en {
    line-height: 1.4rem;
    color: #1a7ee9;
    font-size: .9rem;
    font-family: "Roboto Slab", serif;
  }
  .section-flow-header-ttl {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .section-flow .div-flow-nav {
    padding-top: 1.5rem;
  }
  .section-flow .div-flow-nav ul {
    text-align: center;
    padding-bottom: 1rem;
  }
  .section-flow .div-flow-nav ul li {
    display: inline-block;
    margin: 0 .2rem .5rem;
    width: 8rem;
    height: 5rem;
    background: #fff;
    border: .1rem solid #e0edf8;
    border-radius: .3rem;
    font-size: 1.1rem;
    line-height: 2.2rem;
    letter-spacing: 0;
    vertical-align: bottom;
  }
  .section-flow .div-flow-nav ul li:nth-of-type(4) {
    line-height: 1.1;
  }
  .section-flow .div-flow-nav ul li.on {
    border-color: #0952a0;
    background: #0952a0;
    color: #fff;
  }
  .section-flow .div-flow-nav ul li span {
    font-family: "Roboto Slab", serif;
    font-size: .9rem;
    line-height: 2rem;
    color: #1a7ee9;
    display: block;
  }
  .section-flow .div-flow-box {
    margin: 0 1rem;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0.3rem 0.3rem 0 0 rgba(30, 97, 168, 0.1);
    padding: 1.2rem;
    text-align: center;
  }
  .section-flow .div-flow-box figure {
    margin-bottom: 1rem;
  }
  .section-flow .div-flow-box figure img {
    max-width: 100%;
  }
  .section-flow .div-flow-box .flow-num {
    font-family: "Roboto Slab", serif;
    font-size: 1rem;
    color: #1a7ee9;
    display: block;
    padding-top: .5rem;
  }
  .section-flow .div-flow-box .flow-ttl {
    font-size: 1.6rem;
    font-weight: 700;
    padding: .5rem 0 1.5rem;
  }
  .section-flow .div-flow-box p {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 835px) {
  .drawer, #drawer-menu {
    display: none;
  }

  .header {
    width: 100%;
    min-width: 100rem;
    padding: 1rem 0;
    height: 8.3rem;
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .header-inner {
    padding: 0 20% 0 1rem;
    margin: 0 auto;
    position: relative;
  }
  .header-logo {
    width: 16rem;
    margin: 0 1.5rem;
    float: left;
  }
  .header-logo img {
    max-width: 100%;
  }
  .header-btn {
    width: 18%;
    max-width: 25rem;
    position: absolute;
    right: 2rem;
    top: 0;
  }
  .header-btn a {
    width: 25rem;
    height: 5rem;
    border-radius: .4rem;
    background: url("../img/lp-quality/btn-bg.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-shadow: 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
    font-size: 1.8rem;
    font-weight: 700;
    display: block;
    line-height: 5rem;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding-left: 1.6rem;
    width: 100%;
  }
  .header-btn a:before {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: url("../img/lp-quality/btn-arrow.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -1.25rem;
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    left: 1.5rem;
    margin-top: -.7rem;
  }
  .header-nav {
    float: right;
  }
  .header-nav ul {
    text-align: right;
  }
  .header-nav ul li {
    display: inline-block;
  }
  .header-nav ul li a {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 5rem;
    padding: 0 .5rem;
  }
  .header .drawer-menu-open {
    display: none;
  }
  .main-image {
    height: 90rem;
    background: url("../img/lp-quality/main.jpg") no-repeat 50% 50%;
    background-size: cover;
    position: relative;
    padding-top: 5rem;
    z-index: 1;
  }
  .main-image:before {
    content: "";
    background: url("../img/lp-quality/main-cover.png");
    background-size: 100% 36.5rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 36.5rem;
  }
  .main-image-ttl {
    width: 100rem;
    padding: 16rem 50rem 5rem 0;
    text-align: center;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    font-size: 3.3rem;
    line-height: 1.3;
    font-weight: 400;
  }
  .main-image-ttl strong {
    font-size: 5rem;
    color: #1e61a8;
    display: inline-block;
    line-height: 1.2;
    font-weight: 700;
  }
  .main-image-ttl span {
    font-size: 4.1rem;
    line-height: 1.2;
    font-weight: 400;
    display: inline-block;
  }
  .main-image-ttl b {
    font-size: 4.4rem;
    font-weight: 700;
    display: inline-block;
  }
  .main-image_inner {
    width: 93rem;
    margin: 0 auto;
    position: relative;
  }
  .main-image_inner-point {
    background: url("../img/lp-quality/bg-safty.png") no-repeat;
    background-size: 15rem auto;
    width: 15rem;
    height: 15rem;
    position: absolute;
    right: -2rem;
    top: -10rem;
    text-align: center;
    font-size: 1.4rem;
    padding-top: 3.2rem;
    color: #fff;
    padding-right: .8rem;
    z-index: 10;
  }
  .main-image_inner-point b {
    font-size: 2.15rem;
    display: inline-block;
    line-height: 1.2;
  }
  .main-image_inner dl {
    overflow: visible;
  }
  .main-image_inner dl:after {
    content: "";
    clear: both;
    display: block;
  }
  .main-image_inner dl > div {
    color: #fff;
    text-align: center;
    position: relative;
    padding-top: 2.5rem;
    width: 31rem;
    float: left;
    height: 27rem;
  }
  .main-image_inner dl > div:after, .main-image_inner dl > div:before {
    content: "";
    position: absolute;
  }
  .main-image_inner dl > div:nth-of-type(1) {
    background: rgba(9, 82, 160, 0.9);
  }
  .main-image_inner dl > div:nth-of-type(1):before {
    background: url("../img/lp-quality/fig_1.png") no-repeat;
    background-size: 7.1rem auto;
    width: 7.1rem;
    height: 8.1rem;
    left: -3rem;
    bottom: -2rem;
  }
  .main-image_inner dl > div:nth-of-type(1):after {
    background: url("../img/lp-quality/fig_2.png") no-repeat;
    background-size: 8.1rem auto;
    width: 8.1rem;
    height: 9.1rem;
    right: .5rem;
    top: -1rem;
  }
  .main-image_inner dl > div:nth-of-type(2) {
    background: rgba(26, 126, 233, 0.9);
  }
  .main-image_inner dl > div:nth-of-type(2):before {
    background: url("../img/lp-quality/fig_3.png") no-repeat;
    background-size: 6.5rem auto;
    width: 6.5rem;
    height: 12.7rem;
    left: 2rem;
    bottom: -2rem;
  }
  .main-image_inner dl > div:nth-of-type(3) {
    background: rgba(0, 59, 122, 0.9);
  }
  .main-image_inner dl > div:nth-of-type(3):before {
    background: url("../img/lp-quality/fig_4.png") no-repeat;
    background-size: 7.5rem auto;
    width: 7.5rem;
    height: 14.2rem;
    left: 0;
    bottom: -3.5rem;
  }
  .main-image_inner dl > div:nth-of-type(3) dd {
    font-weight: 700;
  }
  .main-image_inner dl > div dt {
    font-family: "Roboto Slab", serif;
    font-size: 2rem;
    line-height: 1.1;
    display: inline-block;
    padding-left: .1rem;
    border-bottom: .2rem solid #fff;
  }
  .main-image_inner dl > div dt b {
    font-size: 3rem;
  }
  .main-image_inner dl > div dd {
    padding-top: 2.8rem;
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .main-image_inner dl > div dd strong {
    font-size: 3rem;
    line-height: 1;
    display: inline-block;
    font-weight: 700;
  }
  .main-image_inner dl > div dd b {
    font-size: 4.4rem;
    letter-spacing: .2rem;
    line-height: 1;
    font-weight: 700;
    display: inline-block;
  }
  .main-image-btn {
    text-align: center;
    padding: 5rem 0;
    position: relative;
    z-index: 2;
  }
  .main-image-btn a {
    width: 80rem;
    height: 12rem;
    border-radius: .8rem;
    background: url("../img/lp-quality/btn-bg.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-shadow: 0.2rem 0.2rem 0 0 rgba(0, 0, 0, 0.2);
    font-size: 2rem;
    display: block;
    padding: .8rem 0 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    position: relative;
    font-size: 4rem;
    font-weight: 700;
    padding-top: 2.5rem;
  }
  .main-image-btn a span {
    display: block;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .main-image-btn a:after {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: url("../img/lp-quality/btn-arrow.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -1.25rem;
    content: "";
    right: 2rem;
  }
  .main-image-btn a:before {
    content: "";
    background: url("../img/lp-quality/btn-icon.png") no-repeat;
    background-size: 16rem auto;
    width: 16rem;
    height: 13.3rem;
    position: absolute;
    left: 2rem;
    top: 50%;
    margin-top: -5rem;
  }
  .slick-arrow {
    position: absolute;
    background: url("../img/lp-quality/icon-slider-arrow.png") no-repeat;
    background-size: 2.5rem auto;
    width: 2.5rem;
    height: 2.5rem;
    top: 50%;
    margin-top: -1.25rem;
    text-indent: -9999rem;
    z-index: 10;
  }
  .slick-arrow.slick-prev {
    left: 1rem;
    transform: scale(-1, 1);
  }
  .slick-arrow.slick-next {
    right: 1rem;
  }

  .contents {
    overflow: hidden;
  }

  .form-btn {
    text-align: center;
    bottom: -6rem;
    margin-top: -6rem;
    position: relative;
    z-index: 2;
  }
  .form-btn a {
    width: 80rem;
    height: 12rem;
    border-radius: .8rem;
    background: url("../img/lp-quality/btn-bg.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-shadow: 0.2rem 0.2rem 0 0 rgba(0, 0, 0, 0.2);
    font-size: 2rem;
    display: block;
    padding: .8rem 0 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    position: relative;
    font-size: 4rem;
    font-weight: 700;
    padding-top: 2.5rem;
  }
  .form-btn a span {
    display: block;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .form-btn a:after {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: url("../img/lp-quality/btn-arrow.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -1.25rem;
    content: "";
    right: 2rem;
  }
  .form-btn a:before {
    content: "";
    background: url("../img/lp-quality/btn-icon.png") no-repeat;
    background-size: 16rem auto;
    width: 16rem;
    height: 13.3rem;
    position: absolute;
    left: 2rem;
    top: 50%;
    margin-top: -5rem;
  }

  .div-catch {
    background: url("../img/lp-quality/bg-start.png") no-repeat 50% 100%;
    background-size: 100% 63.8rem;
    position: relative;
    padding: 2rem 0 3rem;
    text-align: center;
  }
  .div-catch figure {
    padding-bottom: 2.5rem;
  }
  .div-catch-ttl {
    font-size: 3rem;
    padding-bottom: 4rem;
  }
  .div-catch-ttl b {
    font-weight: 700;
    padding-left: .5rem;
    border-bottom: 0.4rem solid #1e61a8;
  }
  .div-catch-txt {
    text-align: center;
    background: url("../img/lp-quality/bg-arrow.png") no-repeat 50% 100%;
    background-size: 1.2rem auto;
    padding-bottom: 9.5rem;
    margin-bottom: 5rem;
    position: relative;
    z-index: 1;
  }
  .div-catch-txt:after {
    content: "";
    background: url("../img/lp-quality/icon-go.png") no-repeat 50% 100%;
    background-size: auto 7.1rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    height: 7.1rem;
  }
  .div-catch-txt b {
    color: #fff;
    font-size: 1.5rem;
  }
  .div-catch-txt p {
    padding-bottom: 1rem;
    line-height: 2;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .div-catch-txt p mark {
    background: rgba(140, 128, 1, 0.5);
    font-style: italic;
    font-size: 2.4rem;
    display: inline;
  }
  .div-catch .div-catch-result {
    background: #fff;
    border-radius: 1.5rem;
    width: 67rem;
    margin: 0 auto 10rem;
    position: relative;
    padding: 2rem;
    box-shadow: 0.5rem 0.5rem 0 0 rgba(30, 97, 168, 0.1);
  }
  .div-catch .div-catch-result .icon-check {
    position: absolute;
    top: -3rem;
    left: 50%;
    margin-left: -3.3rem;
  }
  .div-catch .div-catch-result p {
    font-size: 2.4rem;
    text-align: center;
  }

  .icon-check {
    width: 6.6rem;
    line-height: 1.5rem;
    background: #c20000;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 1.2rem;
    font-family: "Roboto Slab", serif;
    padding: 0 .5rem;
    margin: 0 auto;
  }
  .icon-check:after {
    content: "";
    border-style: solid;
    border-color: #c20000 transparent transparent;
    border-width: .4rem .4rem;
    position: absolute;
    margin-left: -.4rem;
    bottom: -.7rem;
    left: 50%;
  }

  .section-point {
    background: #f4f8fb;
  }
  .section-point-header {
    width: 50rem;
    margin: 0 auto 6rem;
    color: #fff;
    background: #0952a0;
    position: relative;
    padding: 1.8rem 2rem 1.8rem;
    text-align: center;
    color: #fff;
  }
  .section-point-header:after {
    content: "";
    border-style: solid;
    border-color: #0952a0 transparent transparent;
    border-width: 1rem;
    position: absolute;
    margin-left: -1rem;
    bottom: -1.9rem;
    left: 50%;
  }
  .section-point-header-ttl {
    font-size: 3.6rem;
    font-weight: 700;
  }
  .section-point-inner {
    width: 80rem;
    margin: 0 auto;
  }
  .section-point-inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .section-point-inner .article-point {
    padding-bottom: 6rem;
  }
  .section-point-inner .article-point:nth-of-type(2) header figure {
    bottom: -1rem;
  }
  .section-point-inner .article-point:nth-of-type(3) {
    padding-bottom: 0;
  }
  .section-point-inner .article-point:nth-of-type(3) header figure {
    right: auto;
    left: 2rem;
    bottom: -1rem;
  }
  .section-point-inner .article-point-header {
    text-align: center;
    padding-top: 4rem;
    border-top: 0.1rem solid #1e61a8;
    border-bottom: 0.1rem solid #1e61a8;
    padding: .3rem 0;
    position: relative;
    width: 38rem;
    margin: 0 auto 4rem;
  }
  .section-point-inner .article-point-header-num {
    width: 10rem;
    height: 5rem;
    color: #1e61a8;
    background: #f4f8fb;
    font-family: "Roboto Slab", serif;
    font-size: 2rem;
    line-height: 5rem;
    position: absolute;
    left: 50%;
    margin-left: -5rem;
    top: -3rem;
    letter-spacing: 0;
  }
  .section-point-inner .article-point-header-num b {
    font-size: 3rem;
    line-height: 5rem;
  }
  .section-point-inner .article-point-header figure {
    right: .5rem;
    bottom: -3rem;
    position: absolute;
  }
  .section-point-inner .article-point-header-ttl {
    font-size: 3rem;
    line-height: 4.8rem;
    font-weight: 700;
    border-top: 0.3rem solid #1e61a8;
    border-bottom: 0.3rem solid #1e61a8;
    padding: 3rem 0;
  }
  .section-point-inner .article-point-inner > p {
    padding: 0 1.5rem 5rem;
    font-size: 2rem;
    text-align: center;
  }
  .section-point-inner .article-point .div-box {
    background: #fff;
    text-align: center;
    border-radius: 1.5rem;
    width: 80rem;
    margin: 0 auto 10rem;
    position: relative;
    padding: 2rem;
    box-shadow: 0.5rem 0.5rem 0 0 rgba(30, 97, 168, 0.1);
  }
  .section-point-inner .article-point .div-box .attention {
    text-align: right;
    font-size: 1rem;
  }
  .section-point-inner .article-point .div-box dl {
    border-bottom: 0.1rem solid #0952a0;
    padding: 2rem 0;
  }
  .section-point-inner .article-point .div-box dl:nth-last-of-type(1) {
    border-bottom: none;
  }
  .section-point-inner .article-point .div-box dl dt {
    width: 17%;
    float: left;
    font-weight: 700;
    font-size: 1.6rem;
    padding: .8rem 0;
  }
  .section-point-inner .article-point .div-box dl dd {
    width: 65%;
    float: left;
  }
  .section-point-inner .article-point .div-box dl dd:nth-of-type(1) {
    width: 18%;
  }
  .section-point-inner .article-point .div-box dl dd:nth-of-type(2) {
    text-align: left;
  }
  .section-point-inner .article-point .div-box dl dd span {
    font-size: 1.5rem;
    background: rgba(30, 97, 168, 0.3);
    font-weight: 700;
    display: inline-block;
    padding: 0 .5rem;
    margin: .5rem 0;
  }
  .section-point-inner .article-point .div-box dl dd mark {
    background: rgba(185, 170, 8, 0.4);
    font-size: 2.4rem;
    font-weight: 700;
    display: inline-block;
    padding: 0 1rem;
  }
  .section-point-inner .article-point .div-box dl dd p {
    border-radius: 1rem;
    display: inline-block;
    padding: .8rem 1rem;
    background: rgba(30, 97, 168, 0.1);
  }
  .section-point-inner .article-point .div-box dl dd p.gold {
    background: rgba(185, 170, 8, 0.2);
  }
  .section-point-inner .article-point .div-box-graph {
    text-align: center;
    padding: 2rem 0;
    position: relative;
  }
  .div-box-graph span {
    position: absolute;
    top: 17%;
    left: 73%;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
  }
  .div-box-graph span::after {
    content: '※1';
    font-size: 10px;
    font-weight: 100;
  }
  .section-point-inner .article-point .div-box-graph figcaption {
    font-size: 2.4rem;
    display: block;
    padding-bottom: 2rem;
  }
  .section-point-inner .article-point .div-box-graph figcaption mark {
    background: rgba(185, 170, 8, 0.5);
    font-weight: 700;
  }
  .section-point-inner .article-point .div-box .pick {
    width: 16rem;
    background: #b9aa08;
    color: #fff;
    border-radius: 2.3rem;
    line-height: 4.6rem;
    position: absolute;
    top: 3.5rem;
    right: 5rem;
    font-size: 2rem;
    font-weight: 700;
    z-index: 1;
  }
  .section-point-inner .article-point .div-box .pick:after {
    content: "";
    border-style: solid;
    border-color: #b9aa08 transparent transparent #b9aa08;
    border-width: .5rem;
    position: absolute;
    bottom: -1rem;
    left: 4rem;
  }
  .section-point-inner .article-point .div-box p {
    text-align: left;
  }
  .section-point-inner .article-point .div-box p small {
    font-size: 1.2rem;
  }

  .section-hikaku {
    position: relative;
    padding: 14rem 0 0;
  }
  .section-hikaku:after {
    content: "";
    display: block;
    clear: both;
  }
  .section-hikaku-header {
    width: 50rem;
    margin: 0 auto 4rem;
    color: #fff;
    background: #0952a0;
    position: relative;
    padding: 1.8rem 2rem 1.8rem;
    text-align: center;
    color: #fff;
  }
  .section-hikaku-header:after {
    content: "";
    border-style: solid;
    border-color: #0952a0 transparent transparent;
    border-width: 1rem;
    position: absolute;
    margin-left: -1rem;
    bottom: -1.9rem;
    left: 50%;
  }
  .section-hikaku-header-ttl {
    font-size: 3.6rem;
    font-weight: 700;
  }
  .section-hikaku-inner {
    padding-bottom: 4rem;
  }
  .section-hikaku-inner dl {
    width: 85rem;
    margin: 0 auto 1rem;
    overflow: visible;
  }
  .section-hikaku-inner dl:after {
    content: "";
    display: block;
    clear: both;
  }
  .section-hikaku-inner dl > div {
    border-bottom: 0.1rem solid #142e43;
    text-align: center;
  }
  .section-hikaku-inner dl > div:after {
    content: "";
    display: block;
    clear: both;
  }
  .section-hikaku-inner dl > div:nth-of-type(2) {
    background: url("../img/lp-quality/bg-border.png");
    background-size: 4.5rem auto;
    border: 0.3rem solid #b9aa08;
    width: 90rem;
    left: -2.5rem;
    position: relative;
  }
  .section-hikaku-inner dl > div:nth-of-type(2) dt {
    border: none;
    width: 26.3%;
  }
  .section-hikaku-inner dl > div:nth-of-type(2) dd {
    width: 26.3%;
    border-right: none;
    border-left: 0.1rem solid #b9aa08;
  }
  .section-hikaku-inner dl > div:nth-of-type(2) dd:nth-of-type(2), .section-hikaku-inner dl > div:nth-of-type(2) dd:nth-of-type(1) {
    width: 23.7%;
  }
  .section-hikaku-inner dl > div.dl-head {
    background: #0952a0;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-left: 0.1rem solid #142e43;
    border-top: 0.1rem solid #142e43;
  }
  .section-hikaku-inner dl > div.dl-head dt {
    font-size: 1.4rem;
    line-height: 4rem;
    border-left: none;
  }
  .section-hikaku-inner dl > div dt {
    width: 25%;
    float: left;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 6rem;
    border-right: 0.1rem solid #142e43;
    border-left: 0.1rem solid #142e43;
  }
  .section-hikaku-inner dl > div dd {
    width: 25%;
    float: left;
    font-size: 2rem;
    font-weight: 700;
    line-height: 6rem;
    border-right: 0.1rem solid #142e43;
  }
  .section-hikaku-inner .attention {
    width: 85rem;
    margin: 0 auto 8rem;
    text-align: right;
    font-size: 1rem;
  }
  .section-hikaku-inner .div-box {
    background: #f4f8fb;
    text-align: center;
    border-radius: 1.5rem;
    width: 67rem;
    margin: 0 auto 8rem;
    position: relative;
    padding: 2rem;
    box-shadow: 0.5rem 0.5rem 0 0 rgba(30, 97, 168, 0.1);
  }
  .section-hikaku-inner .div-box .icon-check {
    position: absolute;
    top: -3rem;
    left: 50%;
    margin-left: -3.3rem;
  }
  .section-hikaku-inner .div-box p {
    font-size: 2rem;
  }

  .section-reason {
    padding: 0 0 .9rem 0;
    position: relative;
    background: #0952a0;
  }
  .section-reason-header {
    width: 50.1rem;
    background: #fff;
    border-radius: 0  0 1.5rem 1.5rem;
    text-align: center;
    padding: 2.8rem 0;
    margin: 0 auto;
  }
  .section-reason-header-en {
    line-height: 2rem;
    color: #1a7ee9;
    font-size: 1rem;
    font-family: "Roboto Slab", serif;
  }
  .section-reason-header-en b {
    font-size: 1.8rem;
  }
  .section-reason-header-ttl {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .section-reason-inner .article-reason {
    padding: 6rem 0;
    overflow: hidden;
  }
  .section-reason-inner .article-reason:nth-of-type(2) {
    background: rgba(0, 59, 122, 0.2);
  }
  .section-reason-inner .article-reason-header {
    text-align: center;
    padding-bottom: 4rem;
  }
  .section-reason-inner .article-reason-header-num {
    background: url("../img/lp-quality/bg-reason-num.png") no-repeat;
    background-size: 10rem auto;
    width: 10rem;
    height: 5rem;
    display: block;
    text-align: center;
    font-size: 1rem;
    line-height: 1;
    margin: 0 auto 1rem;
    color: #fff;
    font-family: "Roboto Slab", serif;
    padding-top: 1.5rem;
  }
  .section-reason-inner .article-reason-header-num b {
    font-size: 3rem;
    display: block;
    line-height: 1;
  }
  .section-reason-inner .article-reason-header-ttl {
    display: inline-block;
    border-bottom: 0.3rem solid #003b7a;
    font-weight: 700;
    font-size: 3rem;
    color: #fff;
  }
  .section-reason-inner .article-reason-inner {
    width: 86rem;
    margin: 0 auto;
  }
  .section-reason-inner .article-reason-inner > p {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #fff;
    text-align: center;
    padding-bottom: 4rem;
  }
  .section-reason-inner .article-reason-inner > p mark {
    background: none;
    color: #fff;
    font-weight: 700;
    border-bottom: 0.2rem solid #b9aa08;
  }
  .section-reason-inner .article-reason-inner > ul {
    width: 70.5rem;
    margin: 0 auto 5rem;
  }
  .section-reason-inner .article-reason-inner > ul li {
    width: 20.5rem;
    height: 20.5rem;
    border-radius: 50%;
    border: .1rem solid #fff;
    padding-top: 3rem;
    color: #fff;
    float: left;
    text-align: center;
    font-size: 1.8rem;
    margin: 0 1.5rem;
  }
  .section-reason-inner .article-reason-inner > ul li figure {
    text-align: center;
    margin-bottom: 1.8rem;
  }
  .section-reason-inner .article-reason-inner > ul li figure img {
    width: 9rem;
  }
  .section-reason-inner .article-reason dl {
    width: 40rem;
    float: left;
    margin: 0 1.5rem;
  }
  .section-reason-inner .article-reason dl:nth-of-type(2) dt p {
    color: #1e61a8;
  }
  .section-reason-inner .article-reason dl:nth-of-type(2) dt mark {
    background: rgba(30, 97, 168, 0.3);
  }
  .section-reason-inner .article-reason dl:nth-of-type(2) dd ul li:before {
    background: url("../img/lp-quality/icon-bad.png") no-repeat 50% 50%;
    background-size: 2.7rem auto;
  }
  .section-reason-inner .article-reason dl dt {
    background: #fff;
    height: 32rem;
    border-radius: 1.5rem;
    padding: 2rem 0;
    text-align: center;
    margin-bottom: 1rem;
    box-shadow: 0.5rem 0.5rem 0 0 rgba(30, 97, 168, 0.1);
  }
  .section-reason-inner .article-reason dl dt p {
    font-weight: 700;
    color: #b9aa08;
  }
  .section-reason-inner .article-reason dl dt mark {
    background: rgba(185, 170, 8, 0.3);
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 700;
    padding: 0 1rem;
  }
  .section-reason-inner .article-reason dl dt figure {
    padding-top: 1.5rem;
  }
  .section-reason-inner .article-reason dl dd ul li {
    border: .1rem solid #fff;
    border-radius: .3rem;
    padding: 1.5rem 1.2rem 1.5rem 5rem;
    position: relative;
    margin: 1.2rem 0;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
  }
  .section-reason-inner .article-reason dl dd ul li:before {
    background: url("../img/lp-quality/icon-good.png") no-repeat;
    background-size: 3.5rem auto;
    width: 3.5rem;
    height: 3.5rem;
    left: 1rem;
    top: 50%;
    margin-top: -1.75rem;
    content: "";
    position: absolute;
  }

  .section-safty-header {
    text-align: center;
    position: relative;
    padding: 12rem 0 4rem;
    background: url("../img/lp-quality/bg-fuki.png") no-repeat 50% 5rem;
    background-size: 2rem auto;
  }
  .section-safty-header-catch {
    width: 60rem;
    line-height: 7.6rem;
    color: rgba(9, 82, 160, 0.8);
    font-size: 1.8rem;
    border-radius: 3.8rem;
    background: #DFEDF7;
    margin: 0 auto;
    position: absolute;
    top: -3.8rem;
    left: 50%;
    margin-left: -30rem;
    text-align: center;
    font-weight: 700;
  }
  .section-safty-header-catch:before {
    content: "";
    width: 4.4rem;
    height: 4.4rem;
    background: url("../img/lp-quality/icon-badface.png") no-repeat 50% 50%;
    background-size: auto 4.4rem;
    display: inline-block;
    margin-right: .3rem;
    position: relative;
    top: 1.4rem;
  }
  .section-safty-header-catch p {
    display: inline-block;
  }
  .section-safty-header-ttl {
    line-height: 1.3;
    display: inline-block;
    position: relative;
  }
  .section-safty-header-ttl:before {
    content: "";
    transform: rotate(-35deg);
    width: .2rem;
    height: 8rem;
    position: absolute;
    left: -4rem;
    bottom: -1.4rem;
    background: #1e61a8;
  }
  .section-safty-header-ttl:after {
    content: "";
    transform: rotate(35deg);
    width: .2rem;
    height: 8rem;
    position: absolute;
    right: -4rem;
    bottom: -1.4rem;
    background: #1e61a8;
  }
  .section-safty-header-ttl b {
    font-size: 3.2rem;
    font-weight: 700;
  }
  .section-safty-inner {
    position: relative;
    text-align: center;
  }
  .section-safty-inner .div-box {
    background: #f4f8fb;
    text-align: center;
    border-radius: 1.5rem;
    width: 95rem;
    margin: 0 auto 4rem;
    position: relative;
    padding: 3rem 3rem 2rem;
    box-shadow: 0.5rem 0.5rem 0 0 rgba(30, 97, 168, 0.1);
  }
  .section-safty-inner .div-box:nth-of-type(2) {
    width: 67rem;
    margin: 4rem auto 7rem;
  }
  .section-safty-inner .div-box:nth-of-type(2) p {
    font-size: 2.4rem;
  }
  .section-safty-inner .div-box:nth-of-type(2) .icon-check {
    position: absolute;
    top: -3rem;
    left: 50%;
    margin-left: -3.3rem;
  }
  .section-safty-inner .div-box:after {
    content: "";
    display: block;
    clear: both;
  }
  .section-safty-inner .div-box-fig {
    width: 36rem;
    text-align: center;
    float: left;
  }
  .section-safty-inner .div-box-fig figcaption {
    display: block;
    font-size: 1rem;
    text-align: center;
    padding-top: .5rem;
  }
  .section-safty-inner .div-box-cashback {
    padding-bottom: 1.5rem;
    width: 52rem;
    float: right;
  }
  .section-safty-inner .div-box-cashback p {
    text-align: right;
  }
  .section-safty-inner .div-box-cashback p small {
    font-size: 1rem;
  }
  .section-safty-inner > p {
    font-size: 1.6rem;
    padding-bottom: 3rem;
  }
  .section-safty-inner > p mark {
    background: rgba(185, 170, 8, 0.4);
    font-weight: 700;
  }
  .section-safty-inner dl {
    padding-bottom: .5rem;
  }
  .section-safty-inner dl > div {
    background: #fff;
    line-height: 4rem;
    text-align: center;
    margin-bottom: .2rem;
    overflow: hidden;
  }
  .section-safty-inner dl > div:nth-of-type(2) dd b, .section-safty-inner dl > div:nth-of-type(3) dd b, .section-safty-inner dl > div:nth-of-type(4) dd b {
    color: #c20000;
  }
  .section-safty-inner dl > div:nth-last-of-type(2) {
    border-bottom: 0.2rem solid #0952a0;
  }
  .section-safty-inner dl > div:nth-last-of-type(1) {
    background: none;
  }
  .section-safty-inner dl > div:nth-last-of-type(1) dt {
    border: 0.2rem solid #b9aa08;
    background: #fff;
    font-weight: 700;
    border-radius: .3rem;
    margin-top: .5rem;
    width: 59.5%;
    margin-right: .5%;
  }
  .section-safty-inner dl > div:nth-last-of-type(1) dd {
    border: 0.2rem solid #b9aa08;
    background: url("../img/lp-quality/bg-border.png");
    background-size: 4.5rem auto;
    color: #8c8001;
    margin-top: .5rem;
    width: 39.5%;
    margin-left: .5%;
    border-radius: .3rem;
    height: 4.4rem;
  }
  .section-safty-inner dl > div:nth-last-of-type(1) dd span {
    color: #142e43;
  }
  .section-safty-inner dl dt {
    width: 60%;
    float: left;
    border-radius: .5rem;
    text-align: center;
    font-size: 1.4rem;
  }
  .section-safty-inner dl dd {
    width: 40%;
    float: right;
    font-size: 1.3rem;
    border-left: 0.2rem solid #f4f8fb;
  }
  .section-safty-inner dl dd b {
    font-size: 2.4rem;
    line-height: 1;
    display: inline-block;
    font-weight: 700;
    position: relative;
    bottom: -.2rem;
  }
  .section-safty-inner dl dd span {
    font-size: 1rem;
  }
  .section-safty .form-btn {
    margin-bottom: -3rem;
  }

  .section-exam {
    background: #f4f8fb;
    text-align: center;
    position: relative;
    padding: 18rem 0 0;
  }
  .section-exam:after {
    content: "";
    display: block;
    clear: both;
  }
  .section-exam-header {
    width: 50rem;
    margin: 0 auto 4rem;
    color: #fff;
    background: #0952a0;
    position: relative;
    padding: 1.8rem 2rem 1.8rem;
    text-align: center;
    color: #fff;
  }
  .section-exam-header:after {
    content: "";
    border-style: solid;
    border-color: #0952a0 transparent transparent;
    border-width: 1rem;
    position: absolute;
    margin-left: -1rem;
    bottom: -1.9rem;
    left: 50%;
  }
  .section-exam-header-ttl {
    font-size: 3.6rem;
    font-weight: 700;
  }
  .section-exam-inner {
    padding-bottom: 10rem;
    margin-bottom: 3rem;
    width: 100rem;
    margin: 0 auto;
    padding: 0 .5rem;
    overflow: hidden;
  }
  .section-exam-inner > p {
    font-size: 1.6rem;
    padding: 0 0 4rem;
  }
  .section-exam-inner #tabs > ul {
    text-align: center;
    overflow: visible;
    padding-bottom: 4rem;
  }
  .section-exam-inner #tabs > ul li {
    width: 15rem;
    display: inline-block;
    margin: 0 .8rem;
    vertical-align: top;
    opacity: 0.5;
    overflow: visible;
  }
  .section-exam-inner #tabs > ul li.ui-tabs-active {
    opacity: 1;
  }
  .section-exam-inner #tabs > ul li.ui-tabs-active a:after {
    content: "";
  }
  .section-exam-inner #tabs > ul li:nth-of-type(1) a {
    background: #142e43;
  }
  .section-exam-inner #tabs > ul li:nth-of-type(1) a:after {
    border-color: #142e43 transparent transparent;
  }
  .section-exam-inner #tabs > ul li a {
    display: block;
    border-radius: .5rem;
    line-height: 5rem;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
    background: #e93f57;
    position: relative;
  }
  .section-exam-inner #tabs > ul li a:after {
    border-width: .5rem;
    border-style: solid;
    border-color: #e93f57 transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -.5rem;
    bottom: -1rem;
  }
  .section-exam-inner .article-flow {
    width: 80rem;
    margin: 0 auto 7rem;
    background: #fff;
    border-radius: 1.5rem;
    position: relative;
    padding: 4rem;
    box-shadow: 0.5rem 0.5rem 0 0 rgba(30, 97, 168, 0.1);
  }
  .section-exam-inner .article-flow.on .article-flow-header-ttl:after, .section-exam-inner .article-flow.on .article-flow-header-ttl:before {
    display: none;
  }
  .section-exam-inner .article-flow:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 8rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .section-exam-inner .article-flow:nth-of-type(1):before {
    background-image: url("../img/lp-quality/icon-step1.png");
    background-size: 4.1rem auto;
  }
  .section-exam-inner .article-flow:nth-of-type(2):before {
    background-image: url("../img/lp-quality/icon-step2.png");
    background-size: 3.7rem auto;
  }
  .section-exam-inner .article-flow:nth-of-type(3):before {
    background-image: url("../img/lp-quality/icon-step3.png");
    background-size: 3.8rem auto;
  }
  .section-exam-inner .article-flow:nth-of-type(4):before {
    background-image: url("../img/lp-quality/icon-step4.png");
    background-size: 3.5rem auto;
  }
  .section-exam-inner .article-flow:after {
    content: "";
    background: url("../img/lp-quality/icon-step-arrow.png") no-repeat 50% 50%;
    background-size: auto 2.9rem;
    width: 100%;
    height: 2.9rem;
    position: absolute;
    left: 0;
    bottom: -5rem;
  }
  .section-exam-inner .article-flow:nth-last-of-type(1):after {
    display: none;
  }
  .section-exam-inner .article-flow-header {
    text-align: left;
    position: relative;
  }
  .section-exam-inner .article-flow-header-step {
    background: #142e43;
    border-radius: 1.5rem;
    line-height: 3rem;
    width: 7.8rem;
    font-size: 1.6rem;
    font-family: "Roboto Slab", serif;
    color: #fff;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
  }
  .section-exam-inner .article-flow-header-step b {
    font-size: 2rem;
  }
  .section-exam-inner .article-flow-header-ttl {
    font-size: 2rem;
    line-height: 3rem;
    padding-left: 9rem;
    font-weight: 700;
  }
  .section-exam-inner .article-flow-header-ttl:after {
    content: "";
    background-image: url("../img/lp-quality/icon-slider-arrow.png");
    background-size: 1.8rem auto;
    width: 1.8rem;
    height: 1.8rem;
    display: inline-block;
    margin-left: .5rem;
    position: relative;
    bottom: -.2rem;
    transform: rotate(90deg);
  }
  .section-exam-inner .article-flow-header-ttl:before {
    content: "＼CLICK／";
    position: absolute;
    left: .5rem;
    top: -2.2rem;
    line-height: 2rem;
    font-size: 1.2rem;
    font-family: "Roboto Slab", serif;
    color: #b9aa08;
  }
  .section-exam-inner .article-flow-inner {
    text-align: left;
    padding: 1.5rem 46% 0 0;
    display: none;
  }
  .section-exam-inner .article-flow-comment {
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background: rgba(185, 170, 8, 0.3);
    z-index: 1;
    padding: 1.5rem;
    display: none;
  }
  .section-exam-inner .article-flow-comment:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    left: 0;
    bottom: 0;
  }
  .section-exam-inner .article-flow-comment p {
    width: 28rem;
    margin: 0 auto;
    position: absolute;
    border-radius: 1rem;
    padding: 1.5rem;
    text-align: center;
    font-size: 1.4rem;
    background: #fff;
    left: 50%;
    margin-left: -14rem;
    bottom: 8rem;
  }
  .section-exam-inner .article-flow-comment p:after {
    content: "";
    border-style: solid;
    border-width: .5rem;
    border-color: #fff transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -.5rem;
    bottom: -1rem;
  }
  .section-exam-inner .article-flow-comment:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url("../img/lp-quality/bg-border.png");
    background-size: 4.5rem auto;
    opacity: 0.5;
  }
  .section-exam-inner #womens .article-flow-header-step {
    background: #e93f57;
  }
  .section-exam-inner #womens .article-flow-header-ttl:after {
    background-image: url("../img/lp-quality/icon-step-btn.png");
    transform: rotate(0deg);
  }
  .section-exam-inner #womens .article-flow-comment:after {
    background-image: url("../img/lp-quality/fig-women.png");
    background-size: auto 7.6rem;
  }
  .section-exam-inner #mens .article-flow-header-step {
    background: #142e43;
  }
  .section-exam-inner #mens .article-flow-comment:after {
    background-image: url("../img/lp-quality/fig-men.png");
    background-size: auto 7.6rem;
  }
  .section-exam .form-btn {
    margin-bottom: -3rem;
  }

  .section-voice {
    text-align: center;
    position: relative;
    padding: 14rem 0 0;
  }
  .section-voice:after {
    content: "";
    display: block;
    clear: both;
  }
  .section-voice-header {
    width: 50rem;
    margin: 0 auto 4rem;
    color: #fff;
    background: #0952a0;
    position: relative;
    padding: 1.8rem 2rem 1.8rem;
    text-align: center;
    color: #fff;
  }
  .section-voice-header:after {
    content: "";
    border-style: solid;
    border-color: #0952a0 transparent transparent;
    border-width: 1rem;
    position: absolute;
    margin-left: -1rem;
    bottom: -1.9rem;
    left: 50%;
  }
  .section-voice-header-ttl {
    font-size: 3.6rem;
    font-weight: 700;
  }
  .section-voice-inner {
    text-align: center;
    width: 80rem;
    margin: 0 auto;
    padding-bottom: 4rem;
  }
  .section-voice-inner > p {
    text-align: center;
    font-size: 1.6rem;
    padding: 6rem 0;
  }
  .section-voice .div-box {
    width: 70rem;
    margin: 1rem 5rem;
    border-radius: 1.5rem;
    background: #f4f8fb;
    box-shadow: 0.5rem 0.5rem 0 0 rgba(30, 97, 168, 0.1);
    padding: 5rem 5rem 5rem 20rem;
    position: relative;
  }
  .section-voice .div-box .div-sex {
    position: absolute;
    left: 5rem;
    top: 50%;
    margin-top: -5rem;
    width: 10rem;
    height: 10rem;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 1.3rem;
    padding-top: 2.5rem;
    line-height: 1.2;
  }
  .section-voice .div-box .div-sex:before {
    content: "";
    background: url("../img/lp-quality/icon-star.png") no-repeat;
    background-size: 3.9rem auto;
    width: 3.9rem;
    height: 4.2rem;
    position: absolute;
    top: -2rem;
    left: 50%;
    margin-left: -2rem;
  }
  .section-voice .div-box .div-sex b {
    font-size: 1.6rem;
  }
  .section-voice .div-box .div-sex div {
    font-size: 2rem;
    font-weight: 700;
  }
  .section-voice .div-box .div-sex div.men {
    color: #142e43;
  }
  .section-voice .div-box .div-sex div.women {
    color: #e93f57;
  }
  .section-voice .div-box dl {
    text-align: left;
  }
  .section-voice .div-box dl dt {
    font-weight: 700;
    font-size: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .section-flow {
    background: #f4f8fb;
    padding: 0 0 9rem 0;
    position: relative;
  }
  .section-flow-header {
    width: 50.1rem;
    background: #fff;
    border-radius: 0  0 1.5rem 1.5rem;
    text-align: center;
    padding: 2.8rem 0;
    margin: 0 auto 4rem;
  }
  .section-flow-header-en {
    line-height: 2rem;
    color: #1a7ee9;
    font-size: 1rem;
    font-family: "Roboto Slab", serif;
  }
  .section-flow-header-en b {
    font-size: 1.8rem;
  }
  .section-flow-header-ttl {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .section-flow-inner {
    width: 80rem;
    margin: 0 auto;
  }
  .section-flow .div-flow-nav {
    height: 7.5rem;
  }
  .section-flow .div-flow-nav ul {
    text-align: center;
    padding-bottom: 1rem;
  }
  .section-flow .div-flow-nav ul li {
    display: inline-block;
    margin: 0 .5rem;
    width: 12.2rem;
    height: 6.5rem;
    background: #fff;
    border: .1rem solid #e0edf8;
    border-radius: .3rem;
    font-size: 1.5rem;
    line-height: 3.3rem;
  }
  .section-flow .div-flow-nav ul li:nth-of-type(4) {
    line-height: 1.2;
  }
  .section-flow .div-flow-nav ul li.on {
    border-color: #0952a0;
    background: #0952a0;
    color: #fff;
  }
  .section-flow .div-flow-nav ul li span {
    font-family: "Roboto Slab", serif;
    font-size: 1rem;
    line-height: 2rem;
    color: #1a7ee9;
    display: block;
  }
  .section-flow .div-flow-box {
    width: 70rem;
    margin: 0 5rem 5rem;
    border-radius: 1.5rem;
    height: 26rem;
    background: #fff;
    box-shadow: 0.5rem 0.5rem 0 0 rgba(30, 97, 168, 0.1);
    padding: 4rem 4rem 4rem 37rem;
    position: relative;
    text-align: left;
  }
  .section-flow .div-flow-box figure {
    width: 29rem;
    position: absolute;
    left: 4rem;
    top: 4rem;
    height: 20rem;
    overflow: hidden;
  }
  .section-flow .div-flow-box figure img {
    max-width: 100%;
  }
  .section-flow .div-flow-box .flow-num {
    font-family: "Roboto Slab", serif;
    font-size: 1rem;
    color: #1a7ee9;
    display: block;
    padding-top: 2.5rem;
  }
  .section-flow .div-flow-box .flow-ttl {
    font-size: 2rem;
    font-weight: 700;
    padding: .5rem 0 1.5rem;
  }
  .section-flow .div-flow-box p {
    font-size: 1.5rem;
  }

  .section-form {
    padding-top: 10rem;
  }
  .section-form-header {
    width: 50rem;
    margin: 0 auto 4rem;
    color: #fff;
    background: #0952a0;
    position: relative;
    padding: 1.8rem 2rem 1.8rem;
    text-align: center;
    color: #fff;
  }
  .section-form-header:after {
    content: "";
    border-style: solid;
    border-color: #0952a0 transparent transparent;
    border-width: 1rem;
    position: absolute;
    margin-left: -1rem;
    bottom: -1.9rem;
    left: 50%;
  }
  .section-form-header-ttl {
    font-size: 3.6rem;
    font-weight: 700;
  }

  .section-form-inner {
    width: 100rem;
    margin: 0 auto;
    padding: 3rem 0;
  }
  .section-form-inner table.lp-form {
    border-collapse: separate;
    border-spacing: 2rem;
  }
  .section-form-inner table tr {
    padding: 1.5rem 0;
    margin: 2rem 0;
    position: relative;
  }
  .section-form-inner table tr:after {
    content: "";
    display: block;
    clear: both;
  }
  .section-form-inner table th {
    width: 28%;
    height: 100%;
    background: rgba(238, 238, 238, 0.5);
    padding: 2.5rem 1.5rem;
    line-height: 4rem;
    text-align: center;
    border-radius: .5rem;
    font-size: 1.5rem;
  }
  .section-form-inner table td {
    font-size: 1.4rem;
    padding: 1rem 0;
    overflow: visible;
    vertical-align: middle;
  }
  .section-form-inner table td .form-select {
    width: 100%;
  }
  .section-form-inner table td ul.lounge-list li {
    margin-bottom: 1rem;
    width: 50%;
    float: left;
  }
  .section-form-inner table td ul.triple-item li {
    width: 33%;
    padding-right: .2rem;
    float: left;
  }
  .section-form-inner table td ul.triple-item .form-select {
    width: 90%;
  }
  .section-form-inner table td ul.triple-item span {
    float: left;
    margin-left: .5rem;
    line-height: 1;
    position: relative;
    bottom: -2rem;
  }
  .section-form-inner table td ul.double-item li {
    width: 50%;
    float: left;
    padding-right: .2rem;
  }
  .section-form-inner table td ul.double-item li:nth-of-type(2n) {
    padding-right: 0;
    padding-left: .2rem;
  }
  .section-form-inner table td ul.radio-multi.sex li, .section-form-inner dl dd ul.radio-multi.send li {
    width: 49%;
  }
  .section-form-inner table td ul.radio-multi.sex li:nth-of-type(2), .section-form-inner dl dd ul.radio-multi.send li:nth-of-type(2) {
    margin: 0 0 0 2%;
  }
  .section-form-inner table td ul.radio-multi li {
    width: 32%;
    float: left;
    margin-bottom: 0;
  }
  .section-form-inner table td ul.radio-multi li:nth-of-type(2) {
    margin: 0 2%;
  }
  .section-form-inner table td ul.radio-multi li .radio-block label {
    border-radius: .5rem;
    text-align: center;
    display: block;
    width: 100%;
    border: .2rem solid #e5e5e5;
    color: #999;
    padding: 1.8rem 0;
    position: relative;
    height: 100%;
    line-height: 1.6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-form-inner table td ul.radio-multi li .radio-block.radio-block--woman label {
    padding: 2rem 1rem;
  }
  .section-form-inner table td ul.radio-multi li .radio-block.radio-block--woman input:checked ~ label {
    background: #c20000;
    border-color: #c20000;
  }
  .section-form-inner table td ul.radio-multi li .radio-block.radio-block--man label {
    padding: 2rem 1rem;
  }
  .section-form-inner table td ul.radio-multi li .radio-block.radio-block--man input:checked ~ label {
    background: #0952a0;
    border-color: #0952a0;
  }
  .section-form-inner table td ul.radio-multi li .radio-block input:checked ~ label {
    background: #c20000;
    color: #fff;
    border-color: #c20000;
  }
  .section-form-inner table td ul.radio-multi li .radio-block input {
    display: none;
    margin-right: 5px;
  }
  .section-form-inner table td p {
    font-size: 1.4rem;
  }
  .section-form-inner table td small {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.1;
  }
  .section-form-inner table td input[type="text"], .section-form-inner table td input[type="url"], .section-form-inner table td input[type="tel"], .section-form-inner table td input[type="mail"], .section-form-inner table td textarea {
    border-radius: .5rem;
    border: .1rem solid #e5e5e5;
    line-height: 3.8rem;
    width: 100%;
    padding: 0 .8rem;
  }
  .section-form-inner-privacy {
    font-size: 1.4rem;
    line-height: 1.1;
    text-align: center;
    padding: 3rem 0 2rem;
  }
  .section-form-inner-privacy br {
    display: none;
  }
  .section-form-inner-btn {
    padding-top: 1.5rem;
  }
  .section-form-inner-btn input {
    width: 80rem;
    height: 12rem;
    border-radius: .8rem;
    background: url("../img/lp-quality/btn-bg.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-shadow: 0.2rem 0.2rem 0 0 rgba(0, 0, 0, 0.2);
    font-size: 2rem;
    display: block;
    padding: .8rem 0 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 0;
    font-size: 1.6rem;
    width: 48rem;
    line-height: 6rem;
    height: 6rem;
  }






  .mark-section {
    padding: 3.5rem 0;
    width: 100rem;
    margin: 0 auto;
    overflow: hidden;
  }
  .mark-section dl {
    min-height: 8rem;
    text-align: left;
    letter-spacing: 0;
    padding: 1rem 1rem 1rem 8rem;
    position: relative;
    width: 33%;
    float: left;
  }
  .mark-section dl:nth-of-type(2) {
    margin: 0 0.5%;
  }
  .mark-section dl dt {
    width: 8rem;
    height: 8rem;
    line-height: 8rem;
    position: absolute;
    text-align: center;
    left: 0;
    top: 50%;
    margin-top: -4rem;
  }
  .mark-section dl dt img {
    height: 45px;
    width: auto;
  }
  .mark-section dl dd {
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: left;
  }

  .footer {
    text-align: center;
    background: #011141;
    color: #fff;
  }
  .footer .footer-ibj {
    padding: 3rem 0;
    text-align: center;
  }
  .footer .copyright {
    font-size: 1.2rem;
    line-height: 45px;
    font-style: italic;
    background: #000928;
  }
}
#ui-datepicker-div.ui-widget-content {
  position: absolute;
  width: 28.8rem;
  background: #fff;
  border: .1rem solid #eee;
  border-radius: .3rem;
  display: none;
  box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.16), 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 834px) {
  #ui-datepicker-div.ui-widget-content {
    left: 50% !important;
    margin-left: -14.45rem;
  }
}
#ui-datepicker-div.ui-widget-content .ui-widget-header {
  width: 100%;
  background: #eee;
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  padding: .5rem 0;
  color: #666;
}
#ui-datepicker-div.ui-widget-content .ui-widget-header .ui-datepicker-next, #ui-datepicker-div.ui-widget-content .ui-widget-header .ui-datepicker-prev {
  position: absolute;
  width: 2.7rem;
  height: 2.7rem;
  display: block;
}
#ui-datepicker-div.ui-widget-content .ui-widget-header .ui-datepicker-next:before, #ui-datepicker-div.ui-widget-content .ui-widget-header .ui-datepicker-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -.7rem;
  display: block;
  border: none;
  width: 1rem;
  height: 1rem;
}
#ui-datepicker-div.ui-widget-content .ui-widget-header .ui-datepicker-next:hover, #ui-datepicker-div.ui-widget-content .ui-widget-header .ui-datepicker-next:active, #ui-datepicker-div.ui-widget-content .ui-widget-header .ui-datepicker-next:focus, #ui-datepicker-div.ui-widget-content .ui-widget-header .ui-datepicker-prev:hover, #ui-datepicker-div.ui-widget-content .ui-widget-header .ui-datepicker-prev:active, #ui-datepicker-div.ui-widget-content .ui-widget-header .ui-datepicker-prev:focus {
  text-decoration: none;
}
#ui-datepicker-div.ui-widget-content .ui-widget-header .ui-datepicker-next span, #ui-datepicker-div.ui-widget-content .ui-widget-header .ui-datepicker-prev span {
  display: none;
}
#ui-datepicker-div.ui-widget-content .ui-widget-header .ui-datepicker-next {
  right: 0;
}
#ui-datepicker-div.ui-widget-content .ui-widget-header .ui-datepicker-next:before {
  right: 10px;
  border-top: .3rem solid #666;
  border-right: .3rem solid #666;
  transform: rotate(45deg);
}
#ui-datepicker-div.ui-widget-content .ui-widget-header .ui-datepicker-prev {
  left: 0;
}
#ui-datepicker-div.ui-widget-content .ui-widget-header .ui-datepicker-prev:before {
  left: 10px;
  border-top: .3rem solid #666;
  border-left: .3rem solid #666;
  transform: rotate(-45deg);
}
#ui-datepicker-div.ui-widget-content .ui-datepicker-calendar {
  table-layout: fixed;
  width: 100%;
  padding: .5rem;
}
#ui-datepicker-div.ui-widget-content .ui-datepicker-calendar a {
  text-decoration: none;
  color: #666;
  display: inline-block;
  text-align: center;
  vertical-align: text-top;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.2rem;
  border-radius: 100rem;
}
#ui-datepicker-div.ui-widget-content .ui-datepicker-calendar a:hover {
  background: #eee;
}
#ui-datepicker-div.ui-widget-content .ui-datepicker-calendar a.ui-state-active {
  background: #9b804a;
  border-radius: 100rem;
  color: #fff;
}
#ui-datepicker-div.ui-widget-content .ui-datepicker-calendar th, #ui-datepicker-div.ui-widget-content .ui-datepicker-calendar td {
  width: 20%;
  font-weight: 700;
  vertical-align: middle;
}
#ui-datepicker-div.ui-widget-content .ui-datepicker-calendar th {
  text-align: center;
  height: 3rem;
  color: #999;
  font-size: 1.2rem;
  font-weight: 700;
}
#ui-datepicker-div.ui-widget-content .ui-datepicker-calendar td {
  text-align: center;
}
#ui-datepicker-div.ui-widget-content .ui-datepicker-calendar td.tuesday {
  background: #f5f5f5;
  color: #ccc;
}
#ui-datepicker-div.ui-widget-content .ui-datepicker-calendar td.saturday a {
  color: #5aa9ff;
}
#ui-datepicker-div.ui-widget-content .ui-datepicker-calendar td.sunday a {
  color: #ed263a;
}
#ui-datepicker-div.ui-widget-content .ui-datepicker-calendar td.ui-state-disabled {
  color: #ccc;
}
#ui-datepicker-div.ui-widget-content .ui-datepicker-calendar .ui-datepicker-other-month {
  position: relative;
}
#ui-datepicker-div.ui-widget-content .ui-datepicker-calendar .ui-datepicker-other-month span {
  font-size: 1.1rem;
  position: absolute;
  top: 1.2rem;
  left: 1em;
  letter-spacing: -.1rem;
  line-height: 1;
  color: #ccc;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-state-disabled {
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  pointer-events: none;
  cursor: default;
}
@media only screen and (max-width:834px) {
  .show-for-small, .show-for-small-only {
    display: block
  }
}
@media only screen and (min-width:835px) {
  .show-for-small, .show-for-small-only {
    display: none
  }
}
@media only screen and (max-width:834px){
  .lp-form .cap{
      font-size: 10px;
  }
  .lp-form .lounge-list li label{
    font-size:13px;
  }
}
@media only screen and (min-width:835px){
  .lp-form .cap{
      margin-top: 10px;
      margin-bottom: -10px;
      font-size: 11px;
  }
  .lp-form .lounge-list li label{
    font-size:15px;
  }
}
.info {
  margin-bottom: 60px !important;
}
@media (max-width: 834px) {
  .info {
    margin-bottom: 40px !important;
  }
}
.section-form-inner tr td.selectError {
  background: #ffe6e6
}
.section-form-inner tr td.selectError select,
.section-form-inner tr td.selectError textarea {
  background-color: #ffe6e6
}
.section-form-inner tr td.selectError.radio-check {
  background-color: #ffe6e6
}
.section-form-inner tr td .inputError,
.section-form-inner tr td .dateError {
  background-color: #ffe6e6
}
/* cmp banner */
.cmp-area__inner{width:100%;max-width:800px;margin:20px auto}@media only screen and (max-width:47.9375em){.cmp-area__inner{padding:0 1rem}}.cmp-area__img{margin:0 auto 40px}@media only screen and (min-width:48em){.cmp-area__img{width:100%;margin:0 auto 60px}}.cmp-area__img img{width:100%}@media screen and (min-width: 48em) {.cmp-area .tit-under-border{width: auto;}}.text_center{text-align: center;}
/* reCAPTCHA */
.grecaptcha-badge{display:none}