@charset "utf-8";
/* ========================
product base
======================== */
/* common
------------------------ */
tbody th {
  padding-right: 10px;
  width: 180px;
}

/* ========================
product module
======================== */
/* common
------------------------ */
.main h2 {
  font-size: 214.29%;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 40px 0;
  text-align: center;
}

.main h3 {
  font-weight: 600;
}

/* font
------------------------ */
.font-serif {
  font-family: 'Times New Roman', serif;
}

/* ------------------------
button
------------------------ */
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover,
.btn a:hover {
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  transition: background-color .2s;
}

/* ------------------------
list
------------------------ */
/* list-point
------------------------ */
.list-point {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 60px;
  width: 100%;
}

.list-point li {
  padding: 0;
  width: 30%;
}

.list-point li img {
}

/* list-flow
------------------------ */
.list-flow li {
  letter-spacing: -.4em;
  margin: 0 0 50px 0;
  position: relative;
}

.list-flow li:last-child {
  margin-bottom: 0;
}

.list-flow li::after {
  content: "";
  border-style: solid;
  border-width: 30px 20px 0 20px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.list-flow li:last-child::after {
  content: none;
}

.list-flow li > * {
  letter-spacing: normal;
}

.list-flow img {
  display: inline-block;
  vertical-align: top;
}

.list-flow li .box {
  display: inline-block;
  padding: 40px 40px 40px 50px;
  width: calc(100% - 230px);
}

.list-flow h3,
.list-flow p {
  padding: 0;
}

.list-flow h3 {
  font-size: 142.86%;
  line-height: 1.35;
  margin: 0 0 20px 0;
}

.list-flow p {
  margin: 20px 0 0 0;
}

/* list-reason
------------------------ */
.list-reason {
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-reason li {
  margin: 20px 0;
  width: 30%;
  max-width: 300px;
}

.list-reason li img {
  flex-shrink: 0;
  width: 100%;
}

.list-reason li h3 {
  font-size: 142.86%;
  line-height: 1.35;
  margin: 0 0 10px 0;
  padding: 0 20px;
  text-align: center;
}

.list-reason li p {
  margin: 20px 0;
  padding: 0 20px;
}

/* list-faq
------------------------ */
.list-faq {
}

.list-faq li {
  margin: 20px 0;
}

.list-faq .question {
  border-bottom: 1px solid;
  font-size: 114.29%;
  line-height: 1.35;
  padding: 0 0 .75em 1.35em;
  text-indent: -1.35em;
}

.list-faq .answer {
  margin: 15px 0 10px 0;
  padding-left: 1.34em;
  text-indent: -1.24em;
}

.list-faq .question::before {
  content: "Q. ";
}

.list-faq .answer::before {
  content: "A. ";
}

/* list-info
------------------------ */
.list-info {
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.list-info li {
  border-bottom: 1px solid;
  padding: 20px 0;
}

.list-info li:last-child {
  border-bottom: none;
}

.list-info li time {
  display: inline-block;
  padding: 0 10px 0 0;
  vertical-align: top;
  width: 100px;
}

.list-info li h3 {
  display: inline-block;
  line-height: 1.5;
  width: calc(100% - 100px);
}

.list-info li a {
  text-decoration: underline;
}

.list-info li a:hover {
  text-decoration: none;
}

/* ========================
page module
======================== */
/* ------------------------
 hero
------------------------ */
.hero {
  background-image: url(../img/product/bg_main02.jpg);
  background-position: 50% 30%;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.hero .flex-box {
  width: 100%;
}

.hero h1 {
  font-size: 285.72%;
  font-weight: 600;
  line-height: 1.5;
}

.hero h1 span {
  display: block;
  font-size: 50%;
}

.hero .flex-btn {
  margin: 80px 0 0 0;
}

/* ------------------------
 point
------------------------ */
.main .point h2 {
  font-size: 285.72%;
  font-weight: 400;
}

.point p {
  margin: 0 auto;
  max-width: 870px;
}

/* ------------------------
 merit
------------------------ */
.merit h2 {
  margin-bottom: 80px;
}

.merit h3 {
  font-size: 200%;
  line-height: 1.35;
  margin: 0 0 10px 0;
}

.merit h4 {
  font-size: 128.575%;
  line-height: 1.35;
  margin: 0 0 40px 0;
}

/* ------------------------
 reason
------------------------ */

/* ------------------------
 flow
------------------------ */
.flow .list-flow li {
  min-height: 200px;
  z-index: 0;
}

.flow .list-flow img {
  height: auto;
  position: relative;
  vertical-align: top;
  width: 240px;
  z-index: 2;
}

.flow .list-flow .box {
  margin: 0 -10px;
  min-height: 200px;
  vertical-align: middle;
  z-index: 1;
}

/* ------------------------
 faq
------------------------ */
.faq .list-faq {
  padding: 20px 40px;
}

/* ------------------------
 contact
------------------------ */
.contact-tel a {
  font-family: "Myriad Web", "Myriad Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 285.72%;
  letter-spacing: .075em;
  line-height: 1;
}

.contact-tel a:hover {
  text-decoration: none;
}

/* ------------------------
 member
------------------------ */
.member {
  background-image: url(../img/product/bg_member.jpg);
  background-position: 50% 50%;
  background-size: cover;
}

.main .member h3 {
  font-size: 114.29%;
  line-height: 1.35;
  margin: 0 0 20px 0;
}

.member .btn.btn-user,
.member .btn.btn-adv {
  margin-top: auto;
}

/* ------------------------
 info
------------------------ */
.main .info h3 {
  font-size: 100%;
  font-weight: 400;
}