@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
/* global style
-------------------------------------------------------------- */
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  height: 100%;
  color: #333;
  background: #fff;
  font-family: "Open Sans", "Lucida Grande", Verdana, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴPro W3", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
}

a {
  color: #333;
  -webkit-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}
a:hover {
  color: #333;
  text-decoration: none;
}

ol, ul, dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: normal;
}

p {
  margin-bottom: 1em;
  -webkit-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.table {
  margin: 0;
}

img {
  width: 100%;
}

.page-ttl {
  margin-bottom: 30px;
  padding: 1em;
  background: #fff;
  border: 3px solid;
  text-align: center;
  color: #FFA620;
}

.line-through {
  text-decoration: line-through;
}

.btn-bd {
  border: 1px solid #333;
  border-radius: 3px;
  padding: 1em;
  display: inline-block;
}
.btn-bd:hover {
  background-color: #333;
  color: #fff;
}

.arrow-right {
  position: relative;
  padding-right: 2.5em;
}
.arrow-right:after {
  font-family: 'Glyphicons Halflings';
  font-size: 1.1rem;
  content: "\e080";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}
.arrow-right:hover:after {
  right: 5px;
}

.btn-free-trial {
  position: relative;
  display: inline-block;
  padding: 1em 2.5em 1em 1em;
  background-color: #FFA620;
  border-radius: 3px;
  color: #fff;
}
.btn-free-trial:hover {
  box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.8) inset;
  color: #fff;
}
.btn-free-trial:after {
  position: absolute;
  font-family: 'Glyphicons Halflings';
  font-size: 1.3rem;
  content: "\e080";
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}
.btn-free-trial:hover:after {
  right: 5px;
  -webkit-transition: 0.32s ease-out 0.13s;
  transition: 0.32s ease-out 0.13s;
}

.sec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sec-title {
  margin-bottom: 1em;
  border-left: 5px solid #FFA620;
  padding-left: 0.5em;
}
@media (min-width: 768px) {
  .sec-title {
    line-height: 1.5;
  }
}

.sec-btn-free-trial {
  padding-top: 50px;
}

.bg-pale-red {
  background-color: #FBF8F8;
}

.bg-yellow {
  background-color: #FFA620;
  color: #fff;
}

.bg-pale-gray {
  background-color: #f2f2f2;
}

@media (min-width: 768px) {
  body {
    font-size: 1.65rem;
  }

  h1, h2, h3, h4, h5 {
    font-size: 2rem;
    letter-spacing: 1px;
    line-height: 1.8;
  }

  .page-ttl {
    text-align: left;
  }
}
/* form
-------------------------------------------------------------- */
.contact-form textarea.form-control {
  height: 10em;
  resize: vertical;
}
.contact-form .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #ccc;
  border-radius: 3px;
  padding: 6px 10px;
  color: #333;
  height: 38px;
}
.contact-form .form-control:focus {
  border-color: #2AB1FF;
}
@media (min-width: 768px) {
  .contact-form .form-control {
    display: inline-block;
    padding: 10px;
    height: inherit;
  }
}
.contact-form fieldset {
  padding: 1em 0;
  border-bottom: 1px solid #e7e7e7;
  overflow: hidden;
}
.contact-form fieldset:first-child {
  border-top: 1px solid #e7e7e7;
}
.contact-form fieldset.error .subject {
  color: #FF406D;
}
.contact-form fieldset.error .checkbox-wrap {
  border: 2px solid #FF406D;
  border-radius: 3px;
  background: #ffe3ea;
  padding: 10px;
  overflow: hidden;
}
.contact-form fieldset.error select, .contact-form fieldset.error input, .contact-form fieldset.error textarea {
  border-color: #FF406D;
  background: #ffe3ea;
}
.contact-form fieldset label {
  vertical-align: top;
  width: 100%;
  padding-left: 35px;
  position: relative;
}
@media (min-width: 1024px) {
  .contact-form fieldset label {
    float: left;
    width: inherit;
    min-width: 280px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  .contact-form fieldset .subject {
    min-width: 450px;
  }
}
@media (min-width: 1024px) {
  .contact-form fieldset .input-wrap {
    float: left;
    max-width: 450px;
  }
}
.contact-form fieldset .input-wrap input.error {
  border-color: #FF406D;
  background: #ffe3ea;
}
@media (min-width: 1024px) {
  .contact-form fieldset .input-wrap input[type="text"], .contact-form fieldset .input-wrap input[type="url"], .contact-form fieldset .input-wrap input[type="email"] {
    width: 450px;
  }
  .contact-form fieldset .input-wrap input[type="tel"] {
    width: inherit;
  }
}
.contact-form fieldset .input-wrap select.error {
  border-color: #FF406D;
  background: #ffe3ea;
}
@media (min-width: 1024px) {
  .contact-form fieldset .input-wrap textarea.form-control {
    width: 450px;
    height: 250px;
  }
}
.contact-form fieldset .input-wrap textarea.error {
  border-color: #FF406D;
  background: #ffe3ea;
}
.contact-form fieldset .input-wrap .error-msg {
  color: #FF406D;
  font-size: smaller;
  margin-top: 1em;
}
.contact-form fieldset .input-wrap .msg {
  font-size: smaller;
  margin-top: 1em;
}
.contact-form fieldset legend {
  width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  vertical-align: top;
  float: left;
  padding-left: 35px;
  position: relative;
}
@media (min-width: 1024px) {
  .contact-form fieldset legend {
    float: left;
    width: inherit;
    min-width: 280px;
    padding-right: 10px;
  }
}
.contact-form fieldset label span, .contact-form fieldset legend span {
  display: inline-block;
  margin-right: .5em;
  padding: 3px 3px;
  background: #f00;
  border-radius: 2px;
  font-size: 1.1rem;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-form fieldset label span.must, .contact-form fieldset legend span.must {
  background: #FF406D;
}
.contact-form fieldset label span.option, .contact-form fieldset legend span.option {
  background: #ccc;
}
@media (min-width: 1024px) {
  .contact-form fieldset ul {
    display: inline-block;
  }
}
.contact-form fieldset ul li {
  margin-bottom: .5em;
}
.contact-form fieldset ul li:last-child {
  margin-bottom: 0;
}
.contact-form fieldset .last-name,
.contact-form fieldset .first-name {
  width: 100px !important;
  display: inline-block;
}
.contact-form fieldset .zip {
  width: 4em !important;
  display: inline-block;
}
.contact-form fieldset .confirm {
  display: inline-block;
}
.contact-form input[type="checkbox"] {
  display: none;
}
.contact-form .confirm-btns {
  text-align: center;
  padding: 2em 0;
  margin-top: 2em;
  background: #f2f2f2;
}

.checkbox {
  box-sizing: border-box;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 8px 12px 8px 50px;
  border-radius: 3px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 1.4rem;
  text-align: left;
  text-indent: -.5em;
}
input[type=checkbox]:checked + .checkbox {
  color: #2AB1FF;
}
.checkbox-agree input[type=checkbox]:checked + .checkbox {
  color: #333;
}
.checkbox:hover {
  color: #2AB1FF;
}
.checkbox:hover:after {
  background: #2AB1FF;
}
.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  margin-top: -8px;
  width: 6px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
.checkbox:after {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  margin-top: -10px;
  width: 18px;
  height: 18px;
  background: #ccc;
  border-radius: 3px;
  content: '';
  z-index: 0;
}
input[type=checkbox]:checked + .checkbox:after {
  background: #2AB1FF;
}

.form-select {
  position: relative;
  display: inline-block;
  width: inherit !important;
}
.form-select:before {
  font-family: 'Glyphicons Halflings';
  font-size: 1.3rem;
  color: #ccc;
  content: "\e080";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.form-select select {
  padding-right: 30px !important;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* header-sp (max-width: 1023px)
-------------------------------------------------------------- */
#header {
  display: none;
}

#header-sp {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 99997;
  background: #fff;
  height: 60px;
}

.header-wrap-sp {
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 99997;
  background: #fff;
  border-bottom: 1px solid #E7E7E7;
}

.header-wrap {
  position: relative;
  overflow: hidden;
}

.header-logo-sp a {
  width: 200px;
  height: 35px;
  background-image: url(../img/hjj_board_logo.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
}

.header-menu-sp {
  position: absolute;
  right: 15px;
  top: 18px;
  width: 30px;
  height: 23px;
}

.header-search-sp {
  position: absolute;
  right: 15px;
  top: 18px;
  width: 30px;
  height: 23px;
  font-size: 1.5rem;
}
.header-search-sp:before, .header-search-sp:after {
  opacity: 0;
  content: "";
  width: 24px;
  height: 2px;
  display: block;
  background: #555;
  position: absolute;
  left: 2px;
  top: 50%;
  -webkit-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}
.header-search-sp.active:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  -webkit-transition: 0.3s ease-out 0.3s;
  transition: 0.3s ease-out 0.3s;
}
.header-search-sp.active:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 1;
  -webkit-transition: 0.3s ease-out 0.3s;
  transition: 0.3s ease-out 0.3s;
}
.header-search-sp span {
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -8px;
  color: #555;
  -webkit-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}
.header-search-sp span.active {
  -webkit-transform: rotate(360deg) scale(0.2, 0.2);
  transform: rotate(360deg) scale(0.2, 0.2);
  opacity: 0;
}

.header-menulist-wrap-sp, .header-searchbox-wrap-sp {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  display: none;
  overflow-y: scroll;
}

.header-menulist-wrap-sp.active, .header-searchbox-wrap-sp.active {
  display: block;
}

.header-menulist-sp {
  margin-top: 60px;
  text-align: left;
}
.header-menulist-sp li a {
  position: relative;
  display: block;
  padding: 15px 20px 15px 35px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 1.5rem;
}
.header-menulist-sp li a:before {
  font-family: 'Glyphicons Halflings';
  font-size: 1.1rem;
  content: "\e080";
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-searchbox-sp {
  margin-top: 80px;
  padding: 0 20px;
}

.header-menulist-wrap-sp ul li {
  margin-left: 10px;
  opacity: 0;
}
.header-menulist-wrap-sp.active ul li {
  margin-left: 0;
  opacity: 1;
  -webkit-transition: 0.6s ease-out 0.3s;
  transition: 0.6s ease-out 0.3s;
}

/* header-sp > icon-bar (humberger menu)
-------------------------------------------------------------- */
#panel-btn-icon {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background: #555;
  top: 10px;
  left: 50%;
  margin-left: -12px;
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background: #555;
}
#panel-btn-icon:before, #panel-btn-icon:after {
  content: "";
  top: 50%;
  left: 0;
  -webkit-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}
#panel-btn-icon:before {
  margin-top: -6px;
}
#panel-btn-icon:after {
  margin-top: 4px;
}

.header-menu-sp .move {
  background: transparent !important;
}
.header-menu-sp .move:before, .header-menu-sp .move:after {
  margin-top: 0px !important;
  margin-left: 2px !important;
  width: 20px !important;
}
.header-menu-sp .move:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-menu-sp .move:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* header (min-width: 1024px)
-------------------------------------------------------------- */
@media (min-width: 1024px) {
  #header-sp {
    display: none;
  }

  #header {
    display: block;
  }

  .header-btn-free-trial {
    margin-right: 10px;
    border: 1px solid #FFA620;
    border-radius: 2px;
    color: #FFA620 !important;
    position: relative;
  }
  .header-btn-free-trial:hover {
    background: #FFA620 !important;
    color: #fff !important;
  }
  .header-btn-free-trial div {
    display: block;
    font-size: 1.0rem;
    position: absolute;
    top: -18px;
    background: #FFA620;
    color: #fff;
    font-weight: 600;
    padding: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    text-align: center;
    line-height: 1;
  }
  .header-btn-free-trial div::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 3px 0 3px;
    border-color: #FFA620 transparent transparent transparent;
    bottom: -8px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  z-index: 99997;
  background: #fff;
  border-bottom: 1px solid #E7E7E7;
}

.header-logo {
  float: left;
}
.header-logo a {
  width: 300px;
  height: 52px;
  background-image: url(../img/hjj_board_logo.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-nav {
  float: right;
  display: table;
}
.header-nav li {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
}
.header-nav li a {
  padding: 3px 8px;
  display: block;
  font-size: 1.5rem;
}
.header-nav li a:hover {
  background-color: #555;
  border-radius: 3px;
  color: #fff;
}

/* wrapper
-------------------------------------------------------------- */
#wrapper {
  padding: 60px 0 60px;
  letter-spacing: 1px;
}
@media (min-width: 1024px) {
  #wrapper {
    padding: 80px 0 80px;
  }
}

#content {
  padding-top: 30px;
}
@media (min-width: 1024px) {
  #content {
    padding-top: 60px;
  }
}

/* nav-service-guide
-------------------------------------------------------------- */
.nav-service-guide {
  overflow: hidden;
}
.nav-service-guide ul {
  overflow: hidden;
  z-index: 10;
  border-bottom: 1px solid #E7E7E7;
}
.nav-service-guide li {
  display: inline-block;
  width: 50%;
  float: left;
  border-top: 1px solid #E7E7E7;
}
.nav-service-guide li:nth-child(2n+1) {
  border-right: 1px solid #E7E7E7;
}
.nav-service-guide li a {
  position: relative;
  display: block;
  padding: 1em 0px 1em 25px;
  font-size: 1.4rem;
}
.nav-service-guide li a:hover {
  padding-left: 15px;
  background-color: #333;
  color: #fff;
}
.nav-service-guide li a:before {
  font-family: 'Glyphicons Halflings';
  font-size: 1.1rem;
  content: "\e080";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: 0.3 ease-out 0.3s;
  transition: 0.3 ease-out 0.3s;
}
.nav-service-guide li a:hover:before {
  opacity: 0;
  -webkit-transition: 0s ease-out 0s;
  transition: 0s ease-out 0s;
}
.nav-service-guide li a:after {
  font-family: 'Glyphicons Halflings';
  font-size: 1.1rem;
  content: "\e080";
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0s ease-out 0s;
  transition: 0s ease-out 0s;
}
.nav-service-guide li a:hover:after {
  opacity: 1;
  right: 15px;
  -webkit-transition: 0.3s ease-out 0.25s;
  transition: 0.3s ease-out 0.25s;
}

@media (min-width: 768px) {
  .nav-service-guide {
    position: relative;
    height: 80px;
    border-bottom: 1px solid #E7E7E7;
    border-top: 1px solid #E7E7E7;
    background-color: #E7E7E7;
  }
  .nav-service-guide ul {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 750px;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    border-bottom: 0;
    background-color: #fff;
  }
  .nav-service-guide li {
    width: 25%;
    border-right: 1px solid #E7E7E7;
    border-top: 0;
  }
  .nav-service-guide li:last-child {
    border-right: none;
  }
  .nav-service-guide li a {
    padding: 20px 0px 20px 25px;
  }
}
@media (min-width: 1020px) {
  .nav-service-guide ul {
    width: 970px;
  }
}
@media (min-width: 1280px) {
  .nav-service-guide ul {
    width: 1170px;
  }
}
/* PAGE > toppage
-------------------------------------------------------------- */
.header-toppage {
  position: relative;
  height: 500px;
  background: url(../img/photo/header-toppage.jpg) center center/cover no-repeat scroll;
  overflow: hidden;
}

.header-toppage-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
}

.header-toppage-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding: 20px;
  width: 90%;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
}

.header-toppage h1 {
  margin: 0 auto 20px;
  width: 100%;
  height: 50px;
  background-image: url(../img/hjj_board_logo.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;

  /* SEO的にh1内にサイト名追加したので、そのテキストを隠す為 */
  text-indent: -9999px; 
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 480px) {
  .header-toppage h1 {
    height: 60px;
  }
}
@media (min-width: 640px) {
  .header-toppage h1 {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .header-toppage h1 {
    height: 100px;
  }
}
@media (min-width: 980px) {
  .header-toppage h1 {
    height: 120px;
  }
}

.toppage-main-problem1 {
  margin-bottom: 30px;
}
.toppage-main-problem1 .toppage-main-problem1-img1 {
  margin-bottom: 1em;
}
.toppage-main-problem1 h2 {
  font-size: 1.65rem;
}
.toppage-main-problem1 li p {
  padding-left: 1em;
}
.toppage-main-problem1 li:last-child p {
  margin-bottom: 0;
}

.toppage-main-problem2 .toppage-main-problem2-img1 {
  margin-bottom: 1em;
}
.toppage-main-problem2 ul {
  padding-left: .6em;
}
.toppage-main-problem2 li {
  text-indent: -.6em;
  padding-left: 1em;
  margin-bottom: .5em;
}
.toppage-main-problem2 li:last-child {
  margin-bottom: 0;
}
.toppage-main-problem2 li i {
  margin-right: 5px;
}
.toppage-main-problem2 li span {
  border-bottom: 1px dotted #333;
}

.toppage-effects-ttl {
  position: relative;
  text-align: center;
}
.toppage-effects-ttl:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #FFA620 transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.toppage-effects {
  padding-top: 30px;
}
.toppage-effects h3 {
  display: inline-block;
  margin-bottom: 1em;
  border-bottom: dotted;
  color: #FFA620;
}
.toppage-effects ul {
  margin-bottom: 30px;
}
.toppage-effects ul li {
  margin-bottom: .5em;
}
.toppage-effects ul li:last-child {
  margin-bottom: 0;
}
.toppage-effects ul li span {
  color: #FFA620;
  font-weight: 600;
}
.toppage-effects p {
  margin-bottom: 0;
  padding: 1em;
  background: #2AB1FF;
  color: #fff;
  border-radius: 2px;
}

@media (min-width: 768px) {
  .header-toppage-inner {
    padding: 30px 50px;
  }
}
@media (min-width: 1024px) {
  .header-toppage h1 {
    width: 700px;
  }
}
@media (min-width: 1280px) {
  .header-toppage-inner {
    width: 1170px;
  }
}
/* PAGE > function
-------------------------------------------------------------- */
@media (max-width: 767px) {
  .page-function-header h1 {
    margin-bottom: 1em;
  }
}

.page-function-main-contents article > .ttl,
.page-function-main-contents article > h1 {
  padding: 1em;
  margin-bottom: 2em;
  background: #2AB1FF;
  border-radius: 2px;
  color: #fff;
  font-weight: 400;
}
.page-function-main-contents section {
  margin-bottom: 50px;
}
.page-function-main-contents section .btn-bd {
  padding: .5em 2em .5em 1em;
}
.page-function-main-contents .page-function-img1 img,
.page-function-main-contents .page-function-img2 img,
.page-function-main-contents .page-function-img3 img,
.page-function-main-contents .page-function-img4 img {
  border: 1px solid #ccc;
}

@media (max-width: 767px) {
  .page-function-main-contents .page-function-img1,
  .page-function-main-contents .page-function-img3 {
    margin-top: 1em;
  }
  .page-function-main-contents .page-function-img2,
  .page-function-main-contents .page-function-img4 {
    margin-top: 2em;
  }
}
/* PAGE > service
-------------------------------------------------------------- */
.page-service-header .ttl,
.page-service-header h1 {
  margin-bottom: 1em;
}
.page-service-header p {
  margin-bottom: 0;
}

.page-service-article > .ttl,
.page-service-article > h1 {
  margin-bottom: 1em;
}
.page-service-article > .ttl span,
.page-service-article > h1 span {
  display: inline-block;
  margin-right: 1em;
  border-bottom: 3px solid #2AB1FF;
  border-top: 3px solid #2AB1FF;
  color: #2AB1FF;
  vertical-align: top;
}
.page-service-article > .ttl p,
.page-service-article > h1 p {
  display: inline-block;
  width: 70%;
  vertical-align: top;
}

.page-service-subject {
  padding: 1em;
  background-color: #fff3e2;
  border-radius: 2px;
}
.page-service-subject dt {
  margin-bottom: .5em;
  font-weight: 600;
  color: #FFA620;
}
.page-service-subject dt span {
  display: inline-block;
  margin-right: 1em;
  padding: .2em .5em;
  background-color: #FFA620;
  border-radius: 2px;
  color: #fff;
  font-weight: 500;
  vertical-align: top;
}
.page-service-subject dt p {
  display: inline-block;
  width: 70%;
  vertical-align: top;
}

.page-service-subject-answer {
  margin-bottom: 50px;
  padding: 1em;
  background-color: #fff;
  border: 3px solid #2AB1FF;
}
.page-service-subject-answer p {
  margin-bottom: 0;
}

.page-service-point1-graph .sec-title,
.page-service-point1-graph h1 {
  margin-bottom: 1em;
}
.page-service-point1-graph .page-service-point1-table {
  width: 100%;
  font-size: smaller;
}
.page-service-point1-graph .page-service-point1-table th, .page-service-point1-graph .page-service-point1-table td {
  padding: 1em 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}
.page-service-point1-graph .page-service-point1-table td {
  padding-right: .5em;
  padding-left: .5em;
}
.page-service-point1-graph .page-service-point1-table thead th:nth-child(3) {
  border-top: 3px solid #2AB1FF;
  color: #2AB1FF;
}
.page-service-point1-graph .page-service-point1-table tbody tr td:nth-child(3),
.page-service-point1-graph .page-service-point1-table tbody tr:nth-child(1) td:nth-child(4),
.page-service-point1-graph .page-service-point1-table tbody tr:nth-child(2) td:nth-child(4),
.page-service-point1-graph .page-service-point1-table tbody tr:nth-child(3) td:nth-child(4),
.page-service-point1-graph .page-service-point1-table tbody tr:nth-child(4) td:nth-child(2) {
  background-color: #2AB1FF;
  color: #fff;
}
.page-service-point1-graph .page-service-point1-table tbody td {
  border-left: 1px solid #cccccc;
}

.page-service-point2-graph {
  padding: 15px;
  background-color: #f2f2f2;
}
.page-service-point2-graph > .ttl,
.page-service-point2-graph > h1 {
  margin-bottom: 1em;
  text-align: center;
}
.page-service-point2-graph .page-service-point2-graph-image {
  margin-bottom: 1em;
}
.page-service-point2-graph .page-service-point2-graph-image li {
  background: #47B216;
  padding: .5em;
  margin-bottom: .5em;
  text-align: center;
  color: #fff;
}
.page-service-point2-graph .page-service-point2-graph-image li i {
  margin-right: .5em;
}
.page-service-point2-graph .daiko a {
  border-bottom: 1px dotted #FFA620;
  color: #FFA620;
}
.page-service-point2-graph .daiko a:hover {
  border-bottom: 1px solid #FFA620;
}

.page-service-point2-graph-basic,
.page-service-point2-graph-option1,
.page-service-point2-graph-option2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}
.page-service-point2-graph-basic .ttl,
.page-service-point2-graph-option1 .ttl,
.page-service-point2-graph-option2 .ttl,
.page-service-point2-graph-basic h1,
.page-service-point2-graph-option1 h1,
.page-service-point2-graph-option2 h1 {
  margin-bottom: 1em;
  text-align: center;
  color: #FFA620;
}
.page-service-point2-graph-basic .ttl span,
.page-service-point2-graph-option1 .ttl span,
.page-service-point2-graph-option2 .ttl span,
.page-service-point2-graph-basic h1 span,
.page-service-point2-graph-option1 h1 span,
.page-service-point2-graph-option2 h1 span {
  position: relative;
  background: #FFA620;
  color: #fff;
  display: block;
  border-radius: 2px;
  padding: 0.5em;
  margin-bottom: 1em;
  font-size: 1.45rem;
  font-weight: 500;
}
.page-service-point2-graph-basic .ttl span:after,
.page-service-point2-graph-option1 .ttl span:after,
.page-service-point2-graph-option2 .ttl span:after,
.page-service-point2-graph-basic h1 span:after,
.page-service-point2-graph-option1 h1 span:after,
.page-service-point2-graph-option2 h1 span:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #FFA620 transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page-service-point2-graph-basic p:last-child {
  margin-bottom: 0;
  font-size: smaller;
}
.page-service-point2-graph-basic p span {
  color: #FFA620;
  font-weight: 600;
}

.page-service-point2-graph-option2 .page-service-point2-graph-option2-img {
  margin-bottom: 1em;
}
.page-service-point2-graph-option2 .page-service-point2-graph-option2-img img {
  border: 1px solid #ccc;
}
.page-service-point2-graph-option2 dl {
  padding-top: 1em;
  border-top: 1px dotted #333;
}
.page-service-point2-graph-option2 dt {
  font-weight: 600;
}
.page-service-point2-graph-option2 ul li i {
  margin-right: .4em;
}

.page-service-point3-graph .ttl,
.page-service-point3-graph h1 {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .page-service-point1-graph .table-responsive tbody th {
    white-space: nowrap;
    text-align: left !important;
    padding: 1em 1em !important;
  }

  .page-service-point3-graph .sec-icon {
    margin: 0;
  }
  .page-service-point3-graph .sec-icon i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
/* PAGE > price
-------------------------------------------------------------- */
#content-page-price .tab-campaign {
  position: absolute;
  right: -10px;
  top: -10px;
  display: block;
  background: #2AB1FF;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
#content-page-price .tab-campaign p {
  display: block;
  -webkit-transform: translateY(60%);
  transform: translateY(60%);
}
#content-page-price .tab-campaign p span {
  display: block;
  font-size: .9rem;
  letter-spacing: -2px;
}
#content-page-price .notice {
  font-size: smaller;
  text-align: right;
}

.page-price-header {
  margin-bottom: 30px;
}

.page-price-plans section {
  position: relative;
  margin-bottom: 1em;
  padding: 10px;
  width: 48%;
  float: left;
  background-color: #fff;
  border: 1px solid #FFA620;
  border-radius: 5px;
}
.page-price-plans section p:last-child {
  margin-bottom: 0;
}
.page-price-plans section .ttl,
.page-price-plans section h1 {
  color: #2AB1FF;
}
.page-price-plans section .page-price-plans-description {
  color: #FFA620;
  font-weight: 600;
}
.page-price-plans section .page-price-plans-description span {
  display: block;
  font-size: smaller;
  line-height: 1.5;
}
.page-price-plans section .page-price-plans-price {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: right;
}
.page-price-plans section .page-price-plans-price span {
  font-size: smaller;
}
.page-price-plans section .page-price-plans-detail {
  font-size: smaller;
}
.page-price-plans section .page-price-plans-link {
  font-size: smaller;
  text-align: right;
}
.page-price-plans section .page-price-plans-link a {
  color: #FFA620;
  border-bottom: 1px dotted #FFA620;
}
.page-price-plans section .page-price-plans-link a:hover {
  border-bottom-style: solid;
}
.page-price-plans section:nth-child(3) .ttl,
.page-price-plans section:nth-child(3) h1 {
  letter-spacing: -2px;
}

.page-price-plan1,
.page-price-plan2 {
  margin-bottom: 1em;
}

.page-price-plan1,
.page-price-plan3 {
  margin-right: 4%;
}

.page-price-compare .page-price-compare-table {
  width: 100%;
  font-size: smaller;
}
.page-price-compare .page-price-compare-table thead th {
  text-align: center;
}
.page-price-compare .page-price-compare-table th {
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.page-price-compare .page-price-compare-table th.daiko {
  font-weight: 600;
}
.page-price-compare .page-price-compare-table th.daiko a {
  border-bottom: 1px dotted #FFA620;
  color: #FFA620;
}
.page-price-compare .page-price-compare-table th.daiko a:hover {
  border-bottom: 1px solid #FFA620;
}
.page-price-compare .page-price-compare-table th.option {
  padding-top: 2em;
  padding-bottom: 2em;
}
.page-price-compare .page-price-compare-table td {
  width: 20%;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.page-price-option-plans header .ttl,
.page-price-option-plans header h1 {
  margin-bottom: 1em;
  text-align: center;
}
.page-price-option-plans header .ttl span,
.page-price-option-plans header h1 span {
  display: block;
}

.page-price-option-plan1 {
  margin-bottom: 30px;
}

.page-price-option-plan1-wrap .page-price-option-plan1-image {
  margin-bottom: 1em;
}
.page-price-option-plan1-wrap .page-price-option-plan1-image img {
  border: 1px solid #ccc;
}
.page-price-option-plan1-wrap .page-price-option-plan1-detail {
  position: relative;
  margin-bottom: 1em;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #FFA620;
  border-radius: 5px;
}
.page-price-option-plan1-wrap .page-price-option-plan1-detail p:last-child {
  margin-bottom: 0;
}
.page-price-option-plan1-wrap .page-price-option-plan1-detail .ttl,
.page-price-option-plan1-wrap .page-price-option-plan1-detail h1 {
  color: #2AB1FF;
}
.page-price-option-plan1-wrap .page-price-option-plan1-detail .page-price-plans-description {
  color: #FFA620;
  font-weight: 600;
}
.page-price-option-plan1-wrap .page-price-option-plan1-detail .page-price-plans-description span {
  display: block;
  font-size: smaller;
  line-height: 1.5;
}
.page-price-option-plan1-wrap .page-price-option-plan1-detail .page-price-plans-price {
  font-size: 1.8rem;
  font-weight: 600;
}
.page-price-option-plan1-wrap .page-price-option-plan1-detail .page-price-plans-price span {
  font-size: smaller;
}
.page-price-option-plan1-wrap .page-price-option-plan1-detail .page-price-plans-detail {
  font-size: smaller;
}
.page-price-option-plan1-wrap .page-price-option-plan1-detail .page-price-plans-notice {
  font-size: smaller;
  color: #FF406D;
}

.page-price-option-plan1-merit {
  margin-top: 30px;
}
.page-price-option-plan1-merit dl dt {
  margin-bottom: .5em;
  font-size: larger;
  font-weight: 600;
  color: #2AB1FF;
}
.page-price-option-plan1-merit dl dd {
  margin-bottom: 2em;
}
.page-price-option-plan1-merit dl dd span {
  color: #FFA620;
}

.page-price-option-plan2-image {
  margin-bottom: 1em;
}

.page-price-option-plan2-table {
  margin-bottom: 1em;
  width: 100%;
  font-size: smaller;
}
.page-price-option-plan2-table th, .page-price-option-plan2-table td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1em .5em;
  text-align: center;
}
.page-price-option-plan2-table thead th:nth-child(1) {
  width: 6%;
}
.page-price-option-plan2-table thead th:nth-child(2) {
  width: 28%;
}
.page-price-option-plan2-table thead th:nth-child(3) {
  width: 20%;
}
.page-price-option-plan2-table tbody th {
  color: #FF406D;
}
.page-price-option-plan2-table tbody td .btn-detail {
  background: #FF406D;
  color: #fff;
  padding: 1px 3px;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .page-price-option-plan2-table tbody td .btn-detail {
    padding: 5px 10px;
  }
}
.page-price-option-plan2-table tbody td .btn-detail:hover {
  border: 1px solid #FF406D;
  color: #FF406D;
  background: #fff;
}

@media (min-width: 640px) {
  .page-price-option-plan1-wrap .page-price-option-plan1-image {
    float: left;
    margin-right: 3%;
    width: 32%;
  }
  .page-price-option-plan1-wrap .page-price-option-plan1-detail {
    float: left;
    width: 65%;
    padding: 15px;
  }
}
@media (min-width: 768px) {
  #content-page-price .tab-campaign {
    -webkit-transform: scale(1.5) rotate(15deg);
    transform: scale(1.5) rotate(15deg);
    right: 20px;
    top: 0px;
  }

  .page-price-option-plan1-detail {
    padding: 20px !important;
  }

  .page-price-plans section {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .page-price-plans section {
    margin-right: 2.66%;
    width: 23%;
  }
  .page-price-plans section:last-child {
    margin-right: 0;
  }

  .page-price-compare-table td {
    width: 18% !important;
  }
}
/* PAGE > flow
-------------------------------------------------------------- */
.sec-flow dt {
  overflow: hidden;
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px 3px 0 0;
}
.sec-flow dt span {
  display: inline-block;
  float: left;
  margin-right: 1em;
  padding: .5em 1em;
  background-color: #FFA620;
  border-radius: 3px;
  color: #fff;
}
.sec-flow dt h2 {
  display: inline-block;
  float: left;
  width: 83%;
}
.sec-flow dd {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-radius: 0 0 3px 3px;
}
.sec-flow dd span {
  display: block;
  margin-top: .3em;
  font-size: smaller;
}
.sec-flow dd a {
  border-bottom: 1px dotted #FFA620;
  color: #FFA620;
}
.sec-flow dd a:hover {
  border-bottom: 1px solid #FFA620;
}

.sec-icon {
  margin: .5em 0;
  text-align: center;
  font-size: 3rem;
  color: #FFA620;
}

.sec-flow-option .sec-flow {
  margin-top: 30px;
}
.sec-flow-option .sec-flow dt span {
  float: none;
  color: #FFA620;
  background: #fff;
  border: 1px solid #FFA620;
  margin-bottom: .5em;
  font-weight: 600;
}
.sec-flow-option .sec-flow dt h2 {
  width: 100%;
}

@media (min-width: 768px) {
  .sec-flow-option .sec-flow dt span {
    float: left;
  }
  .sec-flow-option .sec-flow dt h2 {
    width: inherit;
  }
}
/* PAGE > kiyaku
-------------------------------------------------------------- */
.page-kiyaku-wrap {
  padding-top: 50px;
}
.page-kiyaku-wrap header {
  margin-bottom: 2em;
}
.page-kiyaku-wrap section {
  margin-bottom: 2em;
}
.page-kiyaku-wrap section .ttl,
.page-kiyaku-wrap section h1 {
  margin-bottom: 1em;
}
.page-kiyaku-wrap section ol {
  margin-bottom: 1em;
}
.page-kiyaku-wrap section li {
  margin-bottom: 1em;
  text-indent: -1em;
  padding-left: 1em;
}
.page-kiyaku-wrap section li ol {
  margin: .5em 0;
}
.page-kiyaku-wrap section li ol li {
  margin-bottom: 0;
}
.page-kiyaku-wrap section table {
  margin: 1em 0;
}
.page-kiyaku-wrap section table th, .page-kiyaku-wrap section table td {
  border: 1px solid #ccc;
  padding: .5em 1em;
}
.page-kiyaku-wrap section table th {
  background: #f2f2f2;
}

/* PAGE > shinsa
-------------------------------------------------------------- */
.page-shinsa-wrap {
  padding-top: 50px;
}
.page-shinsa-wrap section {
  margin-bottom: 2em;
}
.page-shinsa-wrap section .ttl,
.page-shinsa-wrap section h1 {
  margin-bottom: 1em;
}
.page-shinsa-wrap section ul {
  margin-bottom: 1em;
}
.page-shinsa-wrap section ul li {
  text-indent: -1em;
  padding-left: 1em;
}

/* PAGE > hyoki
-------------------------------------------------------------- */
.page-hyoki-wrap {
  padding-top: 50px;
}
.page-hyoki-wrap header {
  margin-bottom: 2em;
}
.page-hyoki-wrap section {
  margin-bottom: 2em;
}
.page-hyoki-wrap section h1 {
  margin-bottom: 1em;
}
.page-hyoki-wrap section ul {
  margin-bottom: 1em;
}
.page-hyoki-wrap section ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: .5em;
}

/* PAGE > privacy
-------------------------------------------------------------- */
.page-privacy-wrap {
  padding-top: 50px;
}
.page-privacy-wrap header {
  margin-bottom: 2em;
}
.page-privacy-wrap section {
  margin-bottom: 2em;
}
.page-privacy-wrap section .ttl,
.page-privacy-wrap section h1 {
  margin-bottom: 1em;
}
.page-privacy-wrap section ul {
  margin-bottom: 1em;
}
.page-privacy-wrap section ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: .5em;
}

/* PAGE > company
-------------------------------------------------------------- */
.page-company-wrap {
  padding-top: 50px;
}
.page-company-wrap table {
  width: 100%;
}
.page-company-wrap table th, .page-company-wrap table td {
  border-bottom: 1px dotted #ccc;
  padding: 1.5em 1em;
}

/* PAGE > 404
-------------------------------------------------------------- */
.not-found {
  height: 100%;
  position: relative;
}
.not-found .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
}
@media (min-width: 768px) {
  .not-found .inner {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .not-found .inner {
    width: 50%;
  }
}
.not-found .inner .page-ttl {
  text-align: center;
}
.not-found .inner h2 {
  color: #8BC335;
  font-size: 11rem;
  text-align: center;
  line-height: .3;
  margin: 50px 0;
  font-weight: bold;
}
.not-found .inner h2 span {
  font-size: 3rem;
}
.not-found .inner .logo {
  margin: 30px auto 0;
}
@media (min-width: 480px) {
  .not-found .inner .logo {
    width: 80%;
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .not-found .inner .logo {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .not-found .inner .logo {
    width: 300px;
  }
}
.not-found .inner .btn-normal {
  display: inline-block;
  border: none;
  background: #333;
  color: #fff;
}
.not-found .inner .btn-normal:hover {
  opacity: .8;
}

/* PAGE > login
-------------------------------------------------------------- */
.login-form {
  margin: 0 auto;
  padding: 30px;
  width: 350px;
  background: #f2f2f2;
  border-radius: 3px;
  text-align: center;
}

.login-logo {
  display: inline-block;
  margin-bottom: 30px;
  width: 330px;
}

.login-form input {
  display: inline-block;
  margin-bottom: 10px;
  width: 290px;
}

.login-btn {
  display: block;
  margin-bottom: 30px;
  padding: 10px 0px;
  width: 290px;
  background: #43AFFF;
  border-radius: 3px;
  color: #fff;
}
.login-btn:hover {
  color: #fff;
  box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.8) inset;
}

.login-nav {
  font-size: 1.4rem;
}
.login-nav a:hover {
  text-decoration: underline;
}

/* FORM > contact, signup
-------------------------------------------------------------- */
.sec-contact-tel {
  margin-bottom: 30px;
}
.sec-contact-tel h1 {
  margin-bottom: 1em;
  font-weight: bold;
}

.sec-contact-form h1 {
  margin-bottom: 1em;
  font-weight: bold;
}

.breadcrumbs {
  overflow: hidden;
  margin-bottom: 30px;
}
.breadcrumbs li {
  display: block;
  float: left;
  width: 28%;
  color: #9DA0A4;
  background: #f2f2f2;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 22px;
}
.breadcrumbs li.selected {
  background: #2AB1FF;
  color: #fff;
}
.breadcrumbs li:first-child {
  padding-left: 15px;
  border-radius: 2px 0 0 2px;
}
.breadcrumbs li:last-child {
  padding-right: 15px;
  border-radius: 0 2px 2px 0;
  margin-right: 0;
}
.breadcrumbs li:before {
  left: -15px;
  border-left-color: transparent !important;
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #f2f2f2;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
.breadcrumbs li:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #f2f2f2;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
.breadcrumbs li.selected:before {
  border-color: #2AB1FF;
  border-left-color: transparent;
}
.breadcrumbs li:first-child:before, .breadcrumbs li:last-child:after {
  border: none;
}
.breadcrumbs li:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #f2f2f2;
}
.breadcrumbs li.selected:after {
  border-left-color: #2AB1FF;
}

.policy-box {
  margin: 1em 0;
  padding: 20px;
  height: 100px;
  overflow-y: scroll;
  font-size: 1.3rem;
  background: #f2f2f2;
}
.policy-box h1, .policy-box h2 {
  font-size: 1.3rem;
}
.policy-box ol li {
  margin-bottom: 1em;
}

.checkbox-agree {
  margin-top: 2em;
  margin-bottom: 1.5em;
  text-align: center;
}
.checkbox-agree label {
  padding-left: 40px;
  font-weight: 500;
}
.checkbox-agree label.error {
  color: #FF406D;
  font-weight: bold;
}
.checkbox-agree label.error:after {
  background: #FF406D;
}
.checkbox-agree label.checkbox:hover {
  color: #333;
}
.checkbox-agree label.checkbox a {
  border-bottom: 1px solid;
}
.checkbox-agree label.checkbox a:hover {
  border-bottom: none;
}
.checkbox-agree .error-msg {
  font-size: 1.4rem;
}

.btn-confirm {
  display: inline-block;
  position: relative;
  padding: 10px 35px 10px 20px;
  border-radius: 3px;
  border: 1px solid #43AFFF;
  color: #43AFFF;
  background: #fff;
  -webkit-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}
.btn-confirm.back {
  padding: 10px 20px 10px 35px;
}
.btn-confirm:after {
  font-family: 'Glyphicons Halflings';
  font-size: 1.3rem;
  content: "\e080";
  position: absolute;
  top: 50%;
  margin-top: -11px;
  margin-left: 5px;
  -webkit-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}
.btn-confirm.back:after {
  margin-left: 0;
  margin-top: -10px;
  left: 15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-confirm:hover {
  background-color: #43AFFF;
  color: #fff;
}
.btn-confirm:hover:after {
  margin-left: 15px;
  -webkit-transition: 0.32s ease-out 0.13s;
  transition: 0.32s ease-out 0.13s;
}
.btn-confirm:hover.back:after {
  left: -5px;
  -webkit-transition: 0.32s ease-out 0.13s;
  transition: 0.32s ease-out 0.13s;
}

.signup-form-notice {
  margin: 2em 0;
  font-size: 1.3rem;
  background: #333;
  color: #fff;
  padding: 20px;
  border-radius: 2px;
  position: relative;
}
.signup-form-notice:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0;
  border-color: #333 transparent transparent transparent;
  bottom: -10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.signup-form-notice a {
  border-bottom: 1px dotted #fff;
  color: #fff;
}
.signup-form-notice a:hover {
  border-bottom-style: solid;
}

.signup-form-announce {
  margin-top: 2em;
  padding-top: 20px;
  font-size: 1.2rem;
  border-top: 1px solid #e7e7e7;
}

.thx {
  text-align: center;
}
@media (min-width: 768px) {
  .thx {
    margin-top: 50px;
  }
}
.thx h2 {
  color: #2AB1FF;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .thx h2 {
    font-size: 3rem;
  }
}

/* pagetop
-------------------------------------------------------------- */
.pagetop {
  margin-bottom: 30px;
  text-align: center;
}
.pagetop a {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 50%;
  color: #555;
  -webkit-transition: 0.2s ease-out 0.2s;
  transition: 0.2s ease-out 0.2s;
}
.pagetop a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: 0.15s ease-out 0s;
  transition: 0.15s ease-out 0s;
}
.pagetop a:hover {
  border: 5px solid #555;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: 0.15s ease-out 0s;
  transition: 0.15s ease-out 0s;
}
.pagetop a:hover span {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg) scale(0.77);
  transform: translate(-50%, -50%) rotate(-90deg) scale(0.77);
}

/* footer
-------------------------------------------------------------- */
.footer-top {
  padding: 50px 0;
  background-color: #f2f2f2;
}

.footer-nav ul {
  overflow: hidden;
}
.footer-nav li {
  float: left;
  margin-bottom: 5px;
}
.footer-nav a {
  display: block;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 1.5rem;
}
.footer-nav a:hover {
  margin-left: 0;
  background: #555;
  color: #fff;
}

.footer-bottom {
  padding: 50px;
}

.footer-logo a {
  margin: 0 auto 10px;
  width: 100%;
  height: 40px;
  background-image: url(../img/hjj_board_logo.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
}
@media (min-width: 360px) {
  .footer-logo a {
    height: 46px;
  }
}
@media (min-width: 480px) {
  .footer-logo a {
    width: 300px;
    height: 50px;
  }
}

.footer-copyright {
  font-size: 0.8rem;
  letter-spacing: 0.58px;
}

@media (min-width: 361px) {
  .footer-copyright {
    font-size: 1.0rem;
  }
}
@media (max-width: 767px) {
  .footer-nav .row div {
    margin-bottom: 30px;
  }
  .footer-nav .row div:last-child {
    margin-bottom: 0;
  }
}
/* IE, margin, thickbox
-------------------------------------------------------------- */
/* for IE lt10
-------------------------------------------------------------- */
select::-ms-expand {
  display: none;
}

/* for IE11
-------------------------------------------------------------- */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .header-nav li a {
    padding: 7px 8px 2px;
  }

  .footer-nav a {
    padding: 7px 8px 0px;
  }

  .page-ttl {
    padding-top: 1.4em;
  }

  .sec-title {
    line-height: .9;
    padding-top: .3em;
  }

  .btn-free-trial {
    padding: 1.2em 2.5em .8em 1em;
  }

  .btn-bd {
    padding-top: 1.1em;
    padding-bottom: .8em;
  }

  .login-btn {
    padding: 11px 0 5px;
  }

  .breadcrumbs li {
    padding: 3px 10px 0 5px;
  }

  .contact-form fieldset label span, .contact-form fieldset legend span {
    padding: 5px 3px 0px;
  }

  .btn-confirm {
    padding: 13px 35px 7px 20px;
  }

  .signup-form-notice {
    padding: 20px 20px 15px;
  }

  .page-function-main-contents article > .ttl,
  .page-function-main-contents article > h1 {
    padding-top: 1.4em;
  }

  .page-function-main-contents section .btn-bd {
    padding: .9em 2em .5em 1em;
  }

  .nav-service-guide li a {
    padding: 1.2em 0px .8em 25px;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 768px) {
  .nav-service-guide li a {
    padding: 22px 0px 16px 25px;
  }
}
.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt1em {
  margin-top: 1em !important;
}

.mt2em {
  margin-top: 2em !important;
}

.mt3em {
  margin-top: 3em !important;
}

.mt4em {
  margin-top: 4em !important;
}

.mt5em {
  margin-top: 5em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb3em {
  margin-bottom: 3em !important;
}

.mb4em {
  margin-bottom: 4em !important;
}

.mb5em {
  margin-bottom: 5em !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pt1em {
  padding-top: 1em !important;
}

.pt2em {
  padding-top: 2em !important;
}

.pt3em {
  padding-top: 3em !important;
}

.pt4em {
  padding-top: 4em !important;
}

.pt5em {
  padding-top: 5em !important;
}

.pb1em {
  padding-bottom: 1em !important;
}

.pb2em {
  padding-bottom: 2em !important;
}

.pb3em {
  padding-bottom: 3em !important;
}

.pb4em {
  padding-bottom: 4em !important;
}

.pb5em {
  padding-bottom: 5em !important;
}

#TB_overlay {
  position: fixed;
  z-index: 99998;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.TB_overlayMacFFBGHack {
  background: url(macFFBgHack.png) repeat;
}

.TB_overlayBG {
  background-color: #000;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

#TB_window {
  position: fixed;
  background: #fff;
  z-index: 99999;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow-y: scroll;
  max-height: 60%;
}
#TB_window #TB_ImageOff {
  display: block;
  pointer-events: none;
}
#TB_window #TB_ImageOff:hover {
  opacity: 1;
}
#TB_window img#TB_Image {
  display: block;
  width: 100%;
  height: auto;
}

#TB_caption {
  padding: 1em;
  float: left;
  display: none;
}

#TB_closeWindow {
  margin-top: 20px;
  padding: 30px 0;
  text-align: center;
}
#TB_closeWindow #TB_closeWindowButton {
  padding: 10px 20px;
  background: #000;
  border-radius: 3px;
  color: #fff;
}

#TB_closeAjaxWindow {
  float: right;
  background: #000;
  height: 40px;
  line-height: 34px;
  padding-left: 3px;
}
#TB_closeAjaxWindow a {
  color: #fff;
  font-size: 1.2rem;
  padding: 1em;
}
#TB_closeAjaxWindow a:hover {
  color: #333;
}

#TB_ajaxWindowTitle {
  float: left;
}

#TB_ajaxContent {
  clear: both;
  padding: 2px 15px 15px 15px;
  overflow: auto;
  text-align: left;
  line-height: 1.4em;
}
#TB_ajaxContent.TB_modal {
  padding: 15px;
}
#TB_ajaxContent p {
  padding: 5px 0px 5px 0px;
}

#TB_load {
  position: fixed;
  display: none;
  height: 13px;
  width: 208px;
  z-index: 10001;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px;
  /* -height/2 0 0 -width/2 */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#TB_HideSelect {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}

#TB_iframeContent {
  clear: both;
  border: none;
  margin-bottom: -1px;
  margin-top: 1px;
  width: 520px !important;
}
