@charset "utf-8"

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'ヒラギノ角ゴシック','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
  background-color: #e2e2e2;
  margin-left:0%;
  margin-right:0%;
}

.header {
  width: 100%;
  box-shadow: 0 0 10px #dddddd;
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 9999;
}

.header-left {
  float: left;
}

.header-right {
  float: right;
}

.clear {
  clear: both;
}

.header-logo {
  height: 40px;
  margin-top: 8px;
}

.header-right a {
  line-height: 56px;
  color: #5a5c5f;
  margin-left: 5px;
  font-size: 16px;
  padding: 16px 5px;
  font-weight: bold;
}

.header-right a:hover{
  background-color: #e2f1ff;
  transition: background-color 0.5s;
}

.container-header {
  max-width: 94%;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 0px;
  margin-top: -30px;
}

a.same {
  color: #39758c;
}

a.footer {
  color: white;
}
.container p{
  max-width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

p.text {
  text-align: left;
  margin: 10px;
  padding: 10px;
}

p.visual {
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 10px;
}

p.score {
  font-size: 16px;
  margin-top: 20px;
}

h2 {
    padding:6px;
}

h2.title {
  background-color: #39758c;
  color: white ;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: serif;
  font-size: 30px;
  text-align: center;
}

/*平行四辺形の見出し*/
div.skew {
  transform: skewX(-25deg); /*transformで曲げる*/
  background-color: white;
  color: #39758c;
  max-width: 60%;
  font-size: 20px;
  padding: 5px 0px;
  margin: 20px auto;
  margin-bottom: 30px;
  border: solid 8px #39758c;
}

.skew p {
  transform: skewX(25deg);
  /*このままだとtransformでテキストも曲がるので打ち消すために入れます。*/
  text-align: center;
  margin-top:15px;
  margin-bottom:15px;
}

.d-price-img {
  margin-top: 40px;
  margin-bottom: 70px;
  position: relative;

}

.radius-img {
  position: absolute;
  border-radius: 22px;
  background-color: #2cae62;
  color: white;
  padding: 10px 10px 10px 10px;
  width: 150px;
  top:-20px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 20px;
}

.white-wall-img {
  background-color: white;
  width: 70%;
  margin: 0px auto;
  padding-top: 40px;
  padding-bottom: 50px;
  font-size: 20px;
}

.image {
  width: 60%;
}

.feature {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.radius-feature {
  position: absolute;
  border-radius: 22px;
  background-color: #2cae62;
  color: white;
  padding: 10px 10px 10px 10px;
  width: 70px;
  top:-20px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 20px;
}

.monthly-acc{
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}

.daily-acc{
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

div.visual{
  margin-top: 20px;
}

.radius-acc {
  position: absolute;
  border-radius: 22px;
  background-color: #2cae62;
  color: white;
  padding: 10px 10px 10px 10px;
  width: 200px;
  top:-20px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 20px;
  text-align:center;

}

.radius-step {
  position: absolute;
  border-radius: 22px;
  background-color: #2cae62;
  color: white;
  padding: 10px 10px 10px 10px;
  width: 240px;
  top:-20px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 20px;
  text-align:center;
}

.white-wall-feature {
  background-color: white;
  width: 70%;
  margin: 0px auto;
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: left;
  font-size: 20px;
}

ul li, ol li {
  line-height: 1.5; /*文の行高*/
  padding: 0.5em 30px;; /*前後の文との余白*/

}

b.strong {
  color: #39758c;
}

.white-wall-table{
  background-color: white;
  width: 70%;
  margin: 0px auto;
  padding-top: 30px;
  padding-bottom: 5px;
  margin-bottom: 70px;
}

.white-wall-table p{
  margin-top: 0px;
}

.white-wall-table table{
  margin-left: auto;
  margin-right: auto;
}

.white-wall-table input{
  width: 150px;
}

.main-visual {
  padding-top: 0px;
  text-align: center;

}

.top-image {
  width: 80%;
  vertical-align:bottom;
}

.about {
  padding: 0 0;
  color: #5a5c5f;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 30px;
}


.detail {
  padding: 0 0;
  color: #5a5c5f;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 30px;
}

.acuuracy {
  padding: 0 0;
  color: #5a5c5f;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 30px;
}

.chart-area{
  width: 95%;
  margin: 0 auto;
}


div.flow{
  margin: 0 auto;
  padding: 0 0;
  text-align: center;
}

.link_in {
  position: relative;
  top: -100px;
  display: block;
}

table.about {
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #ddd;
  border-collapse: collapse;
  width:95%;
  max-width: 800px;
}
table.about th, table.about td {
  /*実線 1px 黒*/
  padding-left: 5px;
  padding-right: 5px;
  border: solid 1px #ddd;
  border-collapse: collapse;
}

table.about th.col1{/*thに対して*/
  background-color: #39758c;
  color: white;
  font-size: 18px;
  padding: 8px 8px;
  width: 150px;
}

table.about th.col2{/*thに対して*/
  background-color: #39758c;
  color: white;
  font-size: 18px;
  padding: 8px 8px;
  width: 150px;
}

table.about th.col3{/*thに対して*/
  background-color:#39758c;
  color: white;
  font-size: 18px;
  padding: 8px 8px;
  width: 150px;
}

.acc-1day {
  padding: 0 0;
  color: #5a5c5f;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 30px;
}
table.acc-1day {
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #ddd;
  border-collapse: collapse;
  width:95%;
  max-width: 600px;
}
table.acc-1day th, table.acc-1day td {
  /*実線 1px 黒*/
  padding-left: 5px;
  padding-right: 5px;
  border: solid 1px #ddd;
  border-collapse: collapse;
  font-size: 18px;
}

table.acc-1day th.col1{/*thに対して*/
  background-color: #39758c;
  color: white;
  font-size: 18px;
  padding: 8px 8px;
  width: 150px;
}

table.acc-1day th.col2{/*thに対して*/
  background-color: #39758c;
  color: white;
  font-size: 18px;
  padding: 8px 8px;
  width: 150px;
}

table.acc-1day th.col3{/*thに対して*/
  background-color: #39758c;
  color: white;
  font-size: 18px;
  padding: 8px 8px;
  width: 150px;
}

.price {
  padding: 0 0;
  color: #5a5c5f;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 30px;

}

.howto {
  padding: 0 0;
  color: #5a5c5f;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 30px;

}

.howto ol {
  padding: 30px 50px;
  color: #5a5c5f;
  text-align: left;
  font-size: 18px;
  margin: 30px auto;
  display: inline-block;
}

.contact {
  padding: 0 0 60px;
  color: #5a5c5f;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 30px;
}

.contact-title {
  margin-bottom: 15px;
}

.contact-form h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #4c4e52;
}

input, textarea {
  font-size: 15px;
  width: 400px;
  padding: 2px 4px;
}

.submit-button {
  margin-top: 20px;
  font-size: 18px;
  width: 70px;
}

.footer {
  height: 30px;
  background-color: #39758c;
  color: white;
  padding-top: 40px;
  padding: 30px;
}

.footer-left {
  float: left;
}

.footer-right {
  float: right;
  margin-top: 30px;
  margin-bottom: auto;
}

table.price{
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  width:95%;
  max-width: 600px;
}

table.price tr:last-child{
  border-bottom:solid 1px #ddd;
}

table.price th{
  text-align: center;
  padding: 7px 0;
  border-right:solid 1px #ddd;
  border-left:solid 1px #ddd;
  width: 250px;
  font-size: 18px;
}

table.price th:nth-child(1){
  background-color: #39758c;
  color: white;
}

table.price th:nth-child(2){
  background-color: #39758c;
  color: white;
}

table.price th:nth-child(3){
  background-color: #39758c;
  color: white;
}

table.price td{
  text-align: center;
  padding: 14px 0;
  border-right:solid 1px #ddd;
  border-left:solid 1px #ddd;
  width: 155px;
}

table.price td a{
  background-color: #25b327;
  color: white;
  padding:5px 20px;
  border-radius: 30px;
  font-weight: bold;
}

td.price_monthly {
  font-size: 18px;
}

.g-recaptcha div {
  margin: 20px auto;
}

@media screen and (max-width:480px){

  * {
    margin: 0;
    padding: 0;
  }

  body {
    font-family: 'ヒラギノ角ゴシック','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
    background-color: #e2e2e2;
    margin-left:0%;
    margin-right:0%;
  }

  .header {
    width: 100%;
    box-shadow: 0 0 10px #dddddd;
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 9999;
  }

  .header-left {
    float: left;
    display: none;
  }

  .header-right {
    float: right;
    padding: 5px 10px;
  }

  .clear {
    clear: both;
  }

  .header-logo {
    height: 40px;
    margin-top: 8px;
  }

  .header-right a {
    line-height: 20px;
    color: #5a5c5f;
    margin-left: 0px;
    font-size: 8px;
    padding: 10px 2px;
    font-weight: bold;
  }

  .header-right a:hover{
    background-color: #e2f1ff;
    transition: background-color 0.5s;
  }

  .container-header {
    max-width: 100%;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 0px;
    margin-top: -30px;
  }

  a.same {
    color: #39758c;
  }

  a.footer {
    color: white;
  }
  .container p{
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  p.text {
    text-align: left;
    margin: 10px;
    padding: 10px;
  }

  h2 {
      padding:6px;
  }

  h2.title {
    background-color: #39758c;
    color: white ;
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: serif;
    font-size: 20px;
    text-align: center;
  }

  /*平行四辺形の見出し*/
  div.skew {
    transform: skewX(-15deg); /*transformで曲げる*/
    background-color: white;
    color: #39758c;
    max-width: 80%;
    font-size: 14px;
    padding: 5px 7px;
    margin: 15px auto;
    border: solid 5px #39758c;
  }

  .skew p {
    transform: skewX(15deg);
    /*このままだとtransformでテキストも曲がるので打ち消すために入れます。*/
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .d-price-img {
    margin-top: 40px;
    margin-bottom: 60px;
    position: relative;
  }

  .radius-img {
    position: absolute;
    border-radius: 22px;
    background-color: #2cae62;
    color: white;
    padding: 10px 10px 10px 10px;
    width: 40%;
    top:-20px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 16px;
  }

  .white-wall-img {
    background-color: white;
    width:  95%;
    margin: 10px auto;
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .image {
    width: 90%;
  }

  .feature {
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
  }

  .radius-feature {
    position: absolute;
    border-radius: 22px;
    background-color: #2cae62;
    color: white;
    padding: 10px 10px 10px 10px;
    width: 20%;
    top:-20px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 16px;
  }

  .monthly-acc{
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
  }

  .daily-acc{
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
  }
  .radius-acc {
    position: absolute;
    border-radius: 22px;
    background-color: #2cae62;
    color: white;
    padding: 10px 10px 10px 10px;
    width: 40%;
    top:-20px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 16px;
    text-align:center;
  }

  .radius-step {
    position: absolute;
    border-radius: 22px;
    background-color: #2cae62;
    color: white;
    padding: 10px 10px 10px 10px;
    width: 50%;
    top:-20px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 16px;
    text-align:center;
  }

  .white-wall-feature {
    background-color: white;
    width: 95%;
    margin: 0px auto;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: left;
    font-size: 14px;
  }

  ul li{
    line-height: 1.5; /*文の行高*/
    padding: 0.5em 10%;; /*前後の文との余白*/
    list-style: none;

  }

  b.strong {
    color: #39758c;
  }

  .white-wall-table{
    background-color: white;
    width: 95%;
    margin: 0px auto;
    padding-top: 5px;
    padding-bottom: 1px;
    margin-bottom: 10%;
  }

  .white-wall-table table{
    margin-left: auto;
    margin-right: auto;
  }

  .white-wall-table input{
    width: 150px;
  }

  .main-visual {
    padding-top: 40px;
    text-align: center;

  }

  .top-image {
    width: 100%;
    vertical-align:bottom;
  }

  .about {
    padding: 0 0;
    color: #5a5c5f;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
  }


  .detail {
    padding: 0 0;
    color: #5a5c5f;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px;
  }

  .acuuracy {
    padding: 0 0;
    color: #5a5c5f;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
  }


  div.flow{
    margin: 0 auto;

  }

  .chart-area{
    width: 95%;
    margin: 0 auto;
  }

  .link_in {
    position: relative;
    top: -100px;
    display: block;
  }

  table.about {
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #ddd;
    border-collapse: collapse;
    font-size: 6px;
    width: 95%;
  }
  table.about th, table.about td {
    /*実線 1px 黒*/
    padding-left: 5px;
    padding-right: 5px;
    border: solid 1px #ddd;
    border-collapse: collapse;
  }

  table.about th.col1{/*thに対して*/
    background-color: #39758c;
    color: white;
    font-size: 10px;
    padding: 8px 8px
  }

  table.about th.col2{/*thに対して*/
    background-color: #39758c;
    color: white;
    font-size: 10px;
    padding: 8px 8px
  }

  table.about th.col3{/*thに対して*/
    background-color:#39758c;
    color: white;
    font-size: 10px;
    padding: 8px 8px
  }

  .acc-1day {
    padding: 0 0;
    color: #5a5c5f;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
  }
  table.acc-1day {
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #ddd;
    border-collapse: collapse;
    font-size: 6px;
    width: 95%;
  }
  table.acc-1day th, table.acc-1day td {
    /*実線 1px 黒*/
    padding-left: 5px;
    padding-right: 5px;
    border: solid 1px #ddd;
    border-collapse: collapse;
    font-size: 6px;
  }

  table.acc-1day th.col1{/*thに対して*/
    background-color: #39758c;
    color: white;
    font-size: 10px;
    padding: 8px 8px
  }

  table.acc-1day th.col2{/*thに対して*/
    background-color: #39758c;
    color: white;
    font-size: 10px;
    padding: 8px 8px
  }

  table.acc-1day th.col3{/*thに対して*/
    background-color:#39758c;
    color: white;
    font-size: 10px;
    padding: 8px 8px
  }


  .price {
    padding: 0 0;
    color: #5a5c5f;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;

  }

  .howto {
    padding: 0 0;
    color: #5a5c5f;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
    font-size: 12px;
  }

  .howto ol {
    padding: 30px 40px;
    color: #5a5c5f;
    text-align: left;
    font-size: 18px;
    margin: 30px auto;
    display: inline-block;
    font-size: 14px;
  }

  div.visual{
    margin-top: 20px;

  }

  .contact {
    padding: 0 0 60px;
    color: #5a5c5f;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
  }

  .contact-title {
    margin-bottom: 15px;
  }

  .form {
    margin: 0 auto;
    width: 90%;
  }

  .contact-form h4 {
    margin-top: 20px;
    margin-bottom: 5px;
    color: #4c4e52;
  }

  input, textarea {
    font-size: 15px;
    width: 95%;
    padding: 2px 4px;
  }

  .submit-button {
    margin-top: 20px;
    font-size: 18px;
    width: 70px;
  }

  .footer {
    height: 20px;
    background-color: #39758c;
    color: white;
    padding-top: 40px;
    padding: 30px;
    font-size: 14px;
  }

  .footer-left {
    float: left;
  }

  .footer-right {
    float: right;
    margin-top: 30px;
    margin-bottom: auto;
  }

  table.price{
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    width: 95%
  }

  table.price tr:last-child{
    border-bottom:solid 1px #ddd;
  }

  table.price th{
    text-align: center;
    padding: 7px 0;
    border-right:solid 1px #ddd;
    border-left:solid 1px #ddd;
    width: 250px;
    font-size: 14px;
  }

  table.price th:nth-child(1){
    background-color: #39758c;
    color: white;
  }

  table.price th:nth-child(2){
    background-color: #39758c;
    color: white;
  }

  table.price th:nth-child(3){
    background-color: #39758c;
    color: white;
  }

  table.price td{
    text-align: center;
    padding: 14px 0;
    border-right:solid 1px #ddd;
    border-left:solid 1px #ddd;
    width: 155px;
  }

  table.price td a{
    background-color: #25b327;
    color: white;
    padding:5px 20px;
    border-radius: 30px;
    font-weight: bold;
  }

  td.price_monthly {
    font-size: 16px;
  }
  p.visual {
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 10px;
  }

  p.score {
    font-size: 16px;
    margin-top: 20px;
  }

  .g-recaptcha div {
    margin: 20px auto;
  }
}
