@charset "UTF-8";

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: sans-serif;
  background: #ffffff;
  color: #454545;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.6;
  overflow-x: hidden;
  min-width: 300px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 5px;
}

#wrap {
  position: relative;
  width: 100%;
  padding: 20px 0;
}

.logo {
  margin: 30px auto;
}

.sec {
  margin: 10px 24px 50px;
}

.sec_02 {
  margin: 10px auto 50px;
}

.title_01 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.title_02 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.title_03 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: left;
  color: #003366;
  margin: 0 0 20px 30px;
}

.title_03::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/faq.svg);
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 27px;
}

.text {
  text-align: left;
  font-size: 14px;
  line-height: 27px;
}

.text_faq {
  text-align: left;
  font-size: 14px;
  line-height: 27px;
  padding-left: 28px;
}

.text_02 {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  width: 300px;
  margin: 0 auto;
}

span {
  font-weight: bold;
}

span.small {
  font-size: 11px;
  line-height: 18px;
  display: block;
  padding-top: 10px;
  font-weight: 500;
}


.FAQ {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.img {
  width: 96%;
  margin: 20px auto 0;
}

.btn_area {
  margin: 30px 0;
}

a.btn {
  display: flex;
  justify-content: space-evenly;
  text-decoration: none;
  margin: auto;
  padding: 1rem 3rem 1rem 3rem;
  font-weight: bold;
  background: #438bff;
  color: #fff;
  border-radius: 6px;
  transition: 0.5s;
}

a.btn_function{
  justify-content: space-evenly;
  text-decoration: none;
  font-weight: bold;
  background: #C7EAFF;
  color: #3C3C3C;
  border-radius: 6px;
  position: relative;
  transition: 0.5s;
  display: inline-block;
  line-height: 18px;
  font-size: 14px;
  width: 40%;
    margin: 0 10px;
    padding: 10px;
}

a.premium{
  background-color: #0C1D4C;
  color: #fff;
}


a.btn:hover {
  background: #4779d0; 
  color: #fff; 
}

a.btn_function:hover {
  background: #95ceeb; 
  color: #222; 
}

a.premium:hover {
  background-color: #1C3888; 
  color: #fff; 
}



footer .form {
  margin: 20px 0;
  padding: 20px;
  background-color: #efefef;
  text-align: center;
}

.copyright {
  font-size: 9px;
}

@media screen and (min-width: 750px) {
  .pc-wrapper {
    width: 100%;
    background-color: #ffffff;
  }

  #wrap {
    position: relative;
    margin: 0 auto;
    width: 500px;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.27);
  }
}


.app_price {
  width: 90%;
  border-radius: 8px;
  border-top: solid 1px lightgray;
  border-left: solid 1px lightgray;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 auto 20px;
}

.app_price th,
.app_price td {
  border-bottom: solid 1px lightgray;
  border-right: solid 1px lightgray;
  padding: 8px 8px;
}

.app_price thead th{
  background-color: #C7EAFF;
  text-align: center;
  padding: 15px;
}

.app_price tbody td{
  width: 30%;
  text-align: center;
  padding: 15px;
  font-weight: bold;
}

.app_price tbody tr:first-child{
  background-color: #F5F5F5;
}

.app_price tbody tr:first-child td{
  padding: 4px;
  font-weight: 300;
}

.app_price tbody td:first-child {
  font-size: 14px;
  line-height: 16px;
}

.app_price tbody td:nth-child(2) {
font-weight: normal;
}



.app_price thead tr:first-child th:first-child {
  border-top-left-radius: 8px;
}
.app_price thead tr:first-child th:last-child {
  border-top-right-radius: 8px;
}
.app_price tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.app_price tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
  color: #FF7979;
}



.web_price {
  width: 90%;
  border-radius: 8px;
  border-top: solid 1px lightgray;
  border-left: solid 1px lightgray;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 auto 20px;
}
.web_price th,
.web_price td {
  border-bottom: solid 1px lightgray;
  border-right: solid 1px lightgray;
  padding: 8px 8px;
}

.web_price thead th{
  background-color: #1C3888;
  text-align: center;
  padding: 15px;
  color: #fff;
}

.web_price tbody td{
  width: 30%;
  text-align: center;
  padding: 15px;
  font-weight: bold;
}

.web_price tbody tr:first-child{
  background-color: #F5F5F5;
}

.web_price tbody tr:first-child td{
  padding: 4px;
  font-weight: 300;
  color: #454545;
}

.web_price tbody td:first-child {
  font-size: 14px;
  line-height: 16px;
}

.web_price tbody td:last-child {
  color: #FF7879;
}
.web_price tbody td:nth-child(2) {
  font-weight: normal;
  }

.web_price thead tr:first-child th:first-child {
  border-top-left-radius: 8px;
}
.web_price thead tr:first-child th:last-child {
  border-top-right-radius: 8px;
}
.web_price tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.web_price tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}


.price_comparison {
  width: 96%;
  border-radius: 8px;
  border-top: solid 1px lightgray;
  border-left: solid 1px lightgray;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 auto 20px;
}
.price_comparison th,
.price_comparison td {
  border-bottom: solid 1px lightgray;
  border-right: solid 1px lightgray;
  padding: 8px 8px;
}

.price_comparison thead th{
  background-color:#fff;
  text-align: center;
  padding: 10px 5px;
  color: #454545;
}

.price_comparison tbody td{
  width: 24%;
  text-align: center;
  padding: 10px 5px;
  font-weight: bold;
}

.price_comparison tbody tr:first-child{
  background-color: #F5F5F5;
}

.price_comparison tbody td:first-child {
  font-size: 14px;
  line-height: 16px;
}

.price_comparison tbody td:last-child {
  color: #FF7879;
}

.price_comparison thead tr:first-child th:first-child {
  border-top-left-radius: 8px;
}
.price_comparison thead tr:first-child th:last-child {
  border-top-right-radius: 8px;
}
.price_comparison tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.price_comparison tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

.price_comparison tbody tr:nth-child(2n+1) {
      background: #F5F5F5;
  }

  .price_comparison tbody td:nth-child(2) {
    font-weight: normal;
    font-size: 14px;
    }

  .p_mode{
    background-color: #C7EAFF!important;
    color: #454545!important;
    font-size: 12px;
  }

  .p_web{
    background-color: #0C1D4C!important;
    color: #fff!important;
    font-size: 12px;
  }

  .blue{
    background-color: #E0FBFF!important;
    color: #081D64!important;
  }
  .light_blue{
    background-color: #F4FEFF!important;
    color: #081D64!important;
  }
