body {
  /* background-color: pink; */
  padding: 0 !important;
}

/* >> section: header */
.header {
  /* background: url(../img/bg_header_mobile.jpg) no-repeat center; */
  background: url(../img/bg_header.jpg) no-repeat center;
  background-position: center;
  /* background-size: 100% 100%; */
  background-size: cover;
  height: 320px;
}
.header .header_content {
  position: relative;
  display: block;
  /* width: 100%; */
  height: 100%;
  /* border: 1px solid #f00; */
  /* display: none; */
}
.header_content .corporate {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  /* opacity: 0.5; */
  /* background-color: #000; */
  background-color: rgba(0,0,0,0.5);
  padding: 20px;
}
.header_content .corporate h1 {
  margin: 0;
  padding: 0;
  width: 150px;
  height: 70px;
  text-indent: -9999px;
  display: block;
  background: transparent url(../img/logo-mk.png) no-repeat center;
  background-size: contain;
}

.header_content .corporate span {
  color: #fff;
  /* box-shadow: 3px 3px 3px 3px #ccc; */
  /* text-shadow: 2px 2px 4px black, 0 0 1em blackblue, 0 0 0.2em black;;  */
  text-shadow: 2px 2px 2px #000;
  display: block;
  text-align: center;
  opacity: 1;

}
.header_content .corporate span.tagline_1, .header_content .corporate span.tagline_4 {
  text-align: left;
  display: none;
}

.header_content .corporate span.tagline_3 {
  padding: 15px 0;
  font-size: 18px;
}

.header_content .corporate .btn_link {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  display: block;
  background-color: #eb5354;
  /* background-color: rgba(128,128,128,1); */
  border: 1px solid transparent;
  color: #fff;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 5px;
  text-decoration: none;
}

.header_content .main_menu {
  list-style-type: none;
  position: absolute;
  top: 0; right: 30px;

}
.header_content .main_menu li {
  width: 100px;
  height: 57px;
  /* display: inline-block; */
  float: left;
}
.header_content .main_menu li:nth-child(2) {
  display: none;
}

.header_content .main_menu li a {
  display: block;
  height: 100%;
  width: 100%;
}

.header_content .main_menu li:nth-child(1) a {
  background: url(../img/btn_login.png) no-repeat center;
  background-size: 100%;
}

.header_content .main_menu li:nth-child(2) a {
  background: url(../img/btn_trial.png) no-repeat center;
  background-size: 100%;
}

.header_content .main_menu li a span {
  display: block;
  text-indent: -9999px;
}

/* << section: header */

/* >> section: acquire */
.section_acquire {

}

.section_acquire h3 {
  text-align: center;
  font-weight: bold;
}
.section_acquire h3 span {
  font-size: 2em;
}

.section_acquire ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 90%;
  margin: 0 auto;
}

.section_acquire ul li {
  position: relative;
  padding-bottom: 20px;
  height: auto;
  display: block;
}

.section_acquire ul li .acquire_thumb {
  /* position: absolute;
  top: 0; */
}


.section_acquire h4 {
  font-weight: bold;
  text-align: center;
}

.section_acquire img#eiken {
  width: 90% !important;
  margin: 20px auto;
  display: block;
}

/* << section: acquire */

/* >> section: rates */
.section_rates table thead th {
  background-color: #59b6ae;
  text-align: center;
  border-bottom: 0;
}
.section_rates table thead td {
  text-align: center;
  border-bottom: 0;
}

.section_rates table tbody th, .section_rates table tbody td {
  vertical-align: middle;
}
.section_rates table tbody td {
  text-align: center;
}
/* << section: rates */



/* >> section : trial */
.section_trial {
  background-color: #fff;

}

.section_trial_content {
  display: flex;
  padding: 20px 10px;
  align-items: center;
  justify-items: center;;
  margin: 0 auto;
}

.section_trial_content button {
  background-color: #eb5354;
  border: 1px solid #fff;
  color: #fff;
  box-sizing: border-box;
  display: inline-block;
  flex: 1;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: none;
}

.section_trial_content a {
  background-color: #eb5354;
  border: 1px solid #fff;
  color: #fff;
  box-sizing: border-box;
  display: inline-block;
  flex: 1;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: none;
  text-decoration: none;
  text-align: center;
}
/* << section : trial */

/* >> section: slogan */
.section_slogan {
  display: flex;
  /* background-color: #8dcec6;
  background-color: #8dcec6; */
  background:  #8dcec6 url(../img/slogan_chevron_blank.png) no-repeat center;
  background-size:  100%;
  background-position: bottom;
  text-align: center;
  margin-bottom: 20px;

}
.section_slogan_content {
  padding: 5px 5px 15px 5px;
  text-align: center;
  margin: 0 auto;
}
.section_slogan h4 {
  font-size: 11px;
  padding: 0 5px 5px 5px;
}

.section_slogan h3 {
  font-size: 14px;
  margin-top: 10px;
  font-weight: bolder;
}
/* >> section: slogan */

/* >> section: footer menu */
.section_footer_menu {
  display: none;
}
/* << section: footer menu */

/* << section: message */
.section_message_content {
  width: 80%;
  margin: 20px auto;
}
.section_message h3 {
  text-align: center;
  margin-bottom: 30px;
}

.section_message_content p {
  line-height: 1.8em;
  text-align: justify;

}
/* >> section: message */

/* >> section: footer */
.footer {
  background-color: #262626;
  text-align: center;
  color: #848484;

}
.footer span {
  display: none;
}
.footer p {
 padding: 30px 0;
}
/* << section: footer */

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

  body {
    padding: 0 !important;
  }

  /* >> section: header */
  .header {
    background: url(../img/bg_header.jpg) no-repeat center;
    background-position: center;
    background-size: cover;
    min-height: 800px;
  }

  .header .corporate {
    width: 45%;
  }

  .header_content .main_menu li {
    /* border: 1px solid #00f; */
    width: 171px;
    height: 98px;
  }


  .header_content .main_menu li a {
    /* width: 171px; */
    /* height: 98px; */
  }

  .header_content .main_menu li:nth-child(1) {
    display: none-;
  }
  .header_content .corporate span {
    text-align: left;
    text-shadow: 2px 2px 2px #CE5937;
    text-shadow: 2px 2px 2px #000;
  }
  .header_content .corporate span.tagline_1, .header_content .corporate span.tagline_4 {
    display: block;
  }

  .header_content .corporate span.tagline_2 {
    font-size: 24px;
    line-height: 2em;
  }
  .header_content .corporate span.tagline_3 {
    font-size: 34px;
    line-height: 2em;
  }

  .header_content .corporate span.tagline_4 {
    line-height: 2em;

  }
  .header_content .corporate .btn_link {
    margin-top: 30px;
  }
  /* << section: header */

  .section_content {
    width: 768px;
    margin: 0 auto;
  }

  .section_message_content {
    width: 600px;
  }

  /* >> section: slogan chevron */
  .section_slogan_content {
    padding: 10px 5px 50px 5px;
    padding: 30px 5px 70px 5px;
  }
  .section_slogan h4 {
    font-size: 18px;
    padding: 5px;
  }

  .section_slogan h3 {
    font-size: 24px;
    margin-top: 10px;
    font-weight: bolder;
  }
  /* << section: slogan chevron */

  /* >> section: trial */
  .section_trial {
    background-color: #eb5354;
  }

  .section_trial_content span {
    flex: 1;
    text-align: center;
    color: #fff;
    font-size: 1.1em;
    line-height:  1.1em;;
  }
  .section_trial_content button {
    border: 1px solid #fff;
  }
  /* <<  section: trial */

  /* >> section: footer menu */
  .section_footer_menu {
    display: block;
    background-color: #fff;
  }
  .section_footer_menu_content {
    display: flex;
    padding: 10px;

  }
  .section_footer_menu_content .footer_menu {
    flex: 1;
    padding: 0 10px;
  }
  .section_footer_menu_content .footer_menu h5 {
    color: #262626;
    border-bottom: 1px dotted #262626;
    margin-left: 20px;
    padding-bottom: 10px;
  }
  .section_footer_menu_content .footer_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .section_footer_menu_content .footer_menu ul li {
    /* margin: 5px; */
    display: block;
    padding: 10px;
  }
  .section_footer_menu_content .footer_menu ul li a,
  .section_footer_menu_content .footer_menu ul li a:visited {
    color: #59b6ae;
    /* border: 1px solid #f00; */
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
  }
  .section_footer_menu_content .footer_menu ul li a:hover {
    background-color: #dcf4ef;
    color: #262626;
  }
  /* << section: footer menu */

  /* >> section: footer */
  .footer {
    border-bottom: 10px solid #eb5354;
    background-color: #fff;
    padding-top: 10px;
  }
  .footer span {
    width: 200px;
    height: 80px;
    background-color: #eb5354;
    background: url(../img/logo-footer.png) no-repeat;
    margin: 10px auto;
    display: block;
    text-indent: -9999px;
  }
  .footer p {
    padding: 0;
    text-align: center;
    color: #262626;
  }
  /* << section: footer */

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .section_content {
    width: 992px;
  }

}

@media screen and (min-width: 1200px) {

}
