@charset "UTF-8";

/* 共通 */

body {
  font-size: 16px;
}

@media screen and (max-width: 599px) {
  body {
    font-size: 14px;
  }
}

.section {
  padding: 5rem 0;
}

@media screen and (max-width: 599px) {
  .section {
    padding: 3rem 0;
  }
}

.section h2 {
  color: #073e6e;
  font-family: 'Haru TP R', sans-serif;
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 2rem;
}

.section h2 span {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 0.8rem;
}

.section p.lead {
  text-align: center;
  margin: 0 auto 3rem;
}

@media screen and (max-width: 599px) {
  .section p.lead {
    text-align: left;
  }
}

.bg-gray {
  background: #f3f3f4;
}

.btn_apply a {
  background: #f57;
  display: block;
  padding: 0 0.8rem;
  line-height: 3.2rem;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  border-radius: 1px;
}

.btn_apply a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.btn_contact a:hover {
  background: #fff;
  color: #073e6e;
  text-decoration: none;
}

.btn_contact a {
  background: #073e6e;
  display: block;
  padding: 0 0.8rem;
  line-height: 3.2rem;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  border-radius: 1px;
  border: 1px solid #fff;
}

.note {
  font-size: 0.8rem;
  color: #797979;
}

a {
  color: #0861af;
}

a:hover {
  text-decoration: underline;
}

/* PC 960px〜 */
@media screen and (min-width: 960px) {
  .section .inner {
    width: 960px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 959px) {
  .section .inner {
    width: 90%;
    margin: 0 auto;
  }

  .tab-none {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .sp-none {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .pc-none {
    display: none;
  }
}

/*
  MainVisual
 */

.main-visual {
  background: #f8f8f8;
}

.main-visual .inner {
  position: relative;
}

.section h1 {
  font-family: 'Haru TP R', sans-serif;
  font-size: 2.6rem;
  color: #1e1e3b;
  font-weight: normal;
}

.main-visual .btn_apply a {
  width: 15rem;
}

.main-visual .controlpanel {
  position: absolute;
  right: 1rem;
  top: 0;
  margin: 1rem 0 0;
}

.main-visual .free {
  position: absolute;
  right: 438px;
  top: -2rem;
  z-index: 1;
}

.main-visual .free p {
  color: #f57;
  font-size: 1.9rem;
  text-align: center;
  line-height: 2.5rem;
  transform: rotate(-10deg);
  border: 2px solid #f57;
  border-radius: 5rem;
  width: 5rem;
  height: 5rem;
  padding: 1rem;
}

.main-visual p.main_lead {
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin: 1rem 0 1.5rem 3px;
}

@media screen and (max-width: 960px) {
  .main-visual .inner {
    position: static;
  }

  .main-visual .controlpanel {
    position: relative;
    width: 80%;
    margin: 3rem auto 0;
    right: 0;
  }

  .main-visual .controlpanel img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .main-visual .free {
    position: absolute;
    top: 0;
    left: -1rem;
    z-index: 1;
  }

  .main-visual .free p {
    background: #fff;
    width: 4rem;
    height: 4rem;
    border-radius: 4rem;
    font-size: 1.5rem;
    padding: 0.4rem;
    line-height: 2rem;
  }

  .main-visual .btn_apply a {
    width: 20rem;
    margin: 0 auto;
  }

  .section h1 {
    text-align: center;
  }

  .main-visual p.main_lead {
    text-align: center;
    margin: 2rem 0;
  }
}

@media screen and (max-width: 599px) {
  .main-visual .btn_apply a {
    width: 80%;
  }

  .section h1 {
    font-size: 2rem;
  }
}

/*
  about_
 */

.about_area .figure {
  margin: 4.5rem auto 4rem;
  width: 90%;
}

.about_area p {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .about_area .figure {
    margin: 2rem auto 2rem;
    width: 100%;
  }

  .about_area p {
    text-align: left;
  }
}

/*
  feature
 */

.feature_area ul.feature_list {
  display: flex;
  justify-content: space-around;
  margin: 4rem 0 0;
}

.feature_area ul.feature_list li {
  width: 280px;
}

.feature_area ul.feature_list li h3 {
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 2.1rem;
  text-align: center;
  margin: 2.5rem 0 1.5rem;
}

.feature_area ul.feature_list li img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .feature_area ul.feature_list {
    display: block;
  }

  .feature_area ul.feature_list li {
    width: 100%;
    margin: 2rem auto;
  }
}

/*
  specification
 */

.specification_area .function {
  margin: 0 auto;
}

.specification_area .function tr {
  border-bottom: 1px solid #ddd;
}

.specification_area .function tr:last-child {
  border-bottom: none;
}

.specification_area .function th,td {
  padding: 2rem 3rem;
}

.specification_area .function th {
  text-align: center;
  color: #073e6e;
  font-size: 1.1rem;
}

.specification_area .function td .note {
  margin: 0.4rem 0 0;
}

@media screen and (max-width: 960px) {
  .specification_area .function th {
    padding: 1.5rem 1rem 1.5rem 0;
  }

  .specification_area .function td {
    padding: 1.5rem 0 1.5rem 0;
  }

  .specification_area .function th {
    width: 35%;
  }
}

/*
  comment
 */

.comment_area {
  background: url(../images/bg_comment-2x.jpg) center center no-repeat #073e6e;
  background-size: cover;
  padding: 4rem 0;
}

.comment_area p {
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  line-height: 2.2rem;
}

.comment_area p a {
  color: #fff;
}

@media screen and (max-width: 599px) {
  .comment_area p {
    text-align: left;
  }
}

/*
  flow
 */

.flow_area ol.flow {
  display: flex;
  justify-content: space-around;
  margin: 0 auto 3rem;
}

.flow_area ol.flow li {
  width: 210px;
}

.flow_area ol.flow li p.txt {
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.3rem;
  font-weight: bold;
  margin: 2rem 0 1.5rem;
  height: 2rem;
}

.flow_area ol.flow li .step {
  width: 4.5rem;
  height: 4.5rem;
  background: #073e6e;
  border-radius: 4.5rem;
  position: relative;
  margin: 0 auto;
}

.flow_area ol.flow li .step p {
  line-height: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
  position: absolute;
  top: 1rem;
  left: 1.1rem;
}

.flow_area ol.flow li img {
  display: block;
  margin: 0 auto;
}

.flow_area ol.flow li .step p span {
  display: block;
  font-size: 1.2rem;
}

.flow_area ol.flow img.arrow {
  width: 30px;
}

@media screen and (max-width: 960px) {
  .flow_area ol.flow li {
    width: 30%;
  }

  .flow_area ol.flow li p.txt {
    margin: 2rem 0 2rem;
    height: 3rem;
  }
}

/*
  immunity
 */

.immunity_area {
  padding: 5rem 0 4rem;
}

.immunity_area h2 {
  font-size: 1.5rem;
  margin-bottom: 4rem;
}

.immunity_area {
  font-size: 0.9rem;
  line-height: 1.3rem;
}

.immunity_area .sec {
  margin: 2.5rem 0;
  padding: 0;
}

.immunity_area h3 {
  margin: 0 0 1.1rem;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1rem;
}

.immunity_area ul.abput-lab li {
  line-height: 1.4rem;
  margin: 0 0 0.6rem 1rem;
  list-style-type: square;
}

.immunity_area .recom_os {
  background: #f3f3f4;
  padding: 0.7rem 1.6rem;
  margin-top: 0.8rem;
  font-size: 0.8rem;
}

@media screen and (max-width: 599px) {
  .immunity_area {
    padding: 3rem 0 1rem;
  }

  .immunity_area h2 {
    margin-bottom: 2rem;
  }
}

/*
  apply
 */

.apply_area {
  background: url(../images/bg_apply-2x.jpg) center center no-repeat;
  background-size: cover;
  padding: 3.5rem 0;
}

.apply_area h2 {
  font-size: 1.5rem;
}

.apply_area .btn_apply {
  width: 20rem;
  margin: 0 auto;
}

.apply_area .btn_apply {
  width: 20rem;
  margin: 0 auto;
}

.apply_area .login {
  text-align: center;
  margin: 1rem 0 0;
}

/*
  contact
 */

.contact_area {
  background: #073e6e;
  padding: 2rem 0;
}

.contact_area p {
  color: #fff;
  font-size: 1rem;
  line-height: 2rem;
}

.contact_area .btn_contact {
  width: 17rem;
  float: left;
  margin: 0.35rem 3rem 0 9rem;
}

@media screen and (max-width: 960px) {
  .contact_area .btn_contact {
    float: none;
    margin: 0 auto 1.5rem;
  }

  .contact_area p {
    text-align: center;
  }
}