@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* ------------------------------
	base.css
	modified: 2014/07/30
------------------------------ */
/* reset
------------------------------ */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p,
a, img,
dl, dt, dd, ol, ul, li,
strong, sub, sup, i, small, address, time,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
header, footer, nav, section, article, aside,
figure, figcaption, canvas, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, figure, figcaption,
footer, header, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
  min-height: 100%;
}

body {
  min-height: 100%;
}

input, textarea, button {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a {
  color: #8c8c8c;
  text-decoration: underline;
}

a:hover {
  color: #8c8c8c;
  text-decoration: none;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

body {
  font-size: 100%;
  font: 400 87.5%/1.5em 'Open Sans', sans-serif;
  font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}

/* PC・スマホ共通
---------------------------------------- */
.t-center {
  text-align: center;
}

/* error */
div.error-message {
  margin: 0px;
  margin-top: 5px;
  display: block;
  color: #B20000;
  font-weight: bold;
}

@media (max-width: 767px) {
  /*	SP共通
  ------------------------------ */
  body {
    background: #fff;
    color: #5e5e5e;
    font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-tap-highlight-color: transparent;
  }
  body .container {
    position: relative;
    width: 100%;
    height: 90px;
  }
  body .container:after {
    content: '';
    display: block;
    clear: both;
  }
  body .container.container-login {
    height: 50px;
  }
  body .bg-sp-nav {
    display: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 40px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    background: #fff;
    cursor: pointer;
  }
  body .bg-sp-nav.active {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 40px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    background: #fff;
  }

  form {
    padding: 0 1.5em;
  }
  form .search-form {
    padding: 0px 0px;
  }

  .fl_left {
    float: left;
  }

  .fl_right {
    float: right;
  }

  .pankuzu-delim {
    margin: 0 2px 0 2px;
  }

  .item-oval {
    text-align: center;
    padding: 2px 4px 2px 12px;
    background: #ddd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  .item-oval.open {
    background: #87cefa;
    color: #fff;
  }
  .item-oval.secret {
    background: #deb887;
    color: #fff;
  }
  .item-oval.stop {
    background: #ddd;
  }

  /* コンテンツメイン
  ------------------------------ */
  div#content {
    max-width: 980px;
    padding: 0 10px;
    margin: 0 auto;
  }

  /*	ヘッダ
  ------------------------------ */
  header {
    position: fixed;
    width: 100%;
    top: 0px;
    background: #fff;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 0px 18px 0px;
    height: 20px;
    z-index: 1001;
  }
  header.bline {
    border-bottom: 1px solid #ccc;
  }
  header h1.logo {
    float: left;
    height: 25px;
    margin-left: 14px;
  }
  header h1.logo a {
    background: url("../img/sp/logo.png") no-repeat;
    background-size: 100px auto;
    background-position: 0px 4px;
    width: 110px;
    height: 25px;
    outline: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
  }
  header h1.logo a.mhover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  header h1.logo-common {
    float: left;
    margin: 1.0em 0 0 0;
    padding: 0px 0px 2px 0px;
    margin-top: 2px;
    margin-left: 14px;
  }
  header h1.logo-common .navi-floating-logo-main.mhover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  header h1.logo-common .navi-floating-logo-main img {
    width: 100px;
    height: auto;
  }
  header h1.logo-common .navi-floating-logo-sub {
    margin-left: 6px;
    position: relative;
    top: 2px;
  }
  header h1.logo-common .navi-floating-logo-sub img {
    width: 72px;
    height: auto;
  }
  header div.logo-asp {
    float: left;
    background: url("../img/sp/bn_asp.png") no-repeat;
    background-size: 72px auto;
    background-position: 0px 2px;
    width: 72px;
    height: 21px;
    margin-top: 2px;
  }
  header div.logo-asp.non {
    display: none;
  }
  header div.inner a:hover {
    cursor: pointer;
  }
  header div.inner a.sp-nav {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 12px;
    right: 14px;
    width: 32px;
    height: 22px;
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  header div.inner a.sp-nav.non {
    display: none;
  }
  header div.inner a.sp-nav.mhover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  header div.inner a.sp-nav span {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    border-radius: 2px;
    transition: all .25s .25s;
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  header div.inner a.sp-nav span:nth-of-type(1) {
    top: 0;
    margin: auto;
    right: 0px;
    left: 0px;
  }
  header div.inner a.sp-nav span:nth-of-type(2) {
    top: 10px;
    margin: auto;
    right: 0px;
    left: 0px;
  }
  header div.inner a.sp-nav span:nth-of-type(3) {
    bottom: 0;
    margin: auto;
    right: 0px;
    left: 0px;
  }
  header div.inner div.btns {
    display: none;
    position: fixed;
    top: 48px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    padding-bottom: 72px;
  }
  header div.inner div.btns .header-menu .header-menu-apply {
    display: none;
  }
  header div.inner div.btns .header-menu .header-menu-contact {
    position: absolute;
    top: 232px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    text-align: center;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 14px 0px;
  }
  header div.inner div.btns .header-menu .header-menu-contact .btn-sp-hover {
    width: 80%;
    position: relative;
    left: 0px;
    right: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    border-radius: 0.2em;
  }
  header div.inner div.btns .header-menu .header-menu-contact .btn-sp-hover a {
    color: #fff;
  }
  header div.inner div.btns .menu nav ul li {
    border-top: 1px solid #ededed;
  }
  header div.inner div.btns .menu nav ul li a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    display: block;
    padding: 12px 16px;
  }
  header div.inner div.btns .menu nav ul li a:before, header div.inner div.btns .menu nav ul li a:after {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    transform: scale(0, 1);
  }
  header div.inner div.btns .menu nav ul li a:before {
    background: #333;
    transform-origin: right top;
  }
  header div.inner div.btns .menu nav ul li a:after {
    background: #333;
    opacity: 0;
    transform-origin: left top;
    transition: transform 0s .3s, opacity .3s;
  }
  header div.inner div.btns .menu nav ul li a.mhover {
    padding-left: 8%;
    color: #fff;
  }
  header div.inner div.btns .menu nav ul li a.mhover span:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 3%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header div.inner div.btns .menu nav ul li a.mhover:before {
    transform-origin: left top;
    transform: scale(1, 1);
    transition: transform .3s;
  }
  header div.inner div.btns .menu nav ul li a.mhover:afrer {
    opacity: 1;
    transform-origin: right top;
    transform: scale(1, 1);
    transition: transform .3s .3s, opacity .3s;
  }

  div#navi-floating {
    clear: both;
    display: none;
  }
  div#navi-floating div.inner div.navi-floating-logo {
    display: none;
  }
  div#navi-floating div.inner div.navi-floating-menu {
    background: #fff;
  }
  div#navi-floating div.inner div.navi-floating-menu nav ul li {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    height: 98px;
    font-size: 26px;
    padding-left: 20px;
  }
  div#navi-floating div.inner div.navi-floating-menu nav ul li a {
    position: relative;
    top: 36px;
    color: #333;
  }
  div#navi-floating div.inner div.navi-floating-menu nav ul li .navi-next {
    background: url("../img/sp/icon_menu.png") no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    float: right;
    position: relative;
    top: 30px;
    right: 30px;
  }
  div#navi-floating div.inner div.navi-floating-menu nav ul li.btn-apply-free {
    display: none;
  }
  div#navi-floating div.inner div.navi-floating-menu nav ul li.btn-apply {
    text-align: center;
  }
  div#navi-floating div.inner div.navi-floating-menu nav ul li.btn-apply a {
    background: #f90;
    color: #fff;
    padding: 14px 60px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }

  div.headerline {
    display: none;
    position: relative;
    top: 32px;
    z-index: 1001;
  }
  div.headerline div.section-line {
    margin-top: 20px;
    width: 100%;
    background: url("../img/common/bg_shadow.png") repeat-x;
    height: 10px;
    position: relative;
    bottom: 0;
  }
  div.headerline div.section-line-common {
    margin-top: 10px;
    width: 100%;
    height: 4px;
    position: relative;
    bottom: 0;
    border-bottom: 1px solid #ccc;
  }

  .pankuzu {
    width: 94%;
    margin: 0px auto;
    padding-top: 10px;
  }
  .pankuzu p {
    font-size: 12px;
  }
  .pankuzu p a {
    color: #333;
    text-decoration: none;
    padding: 0 14px 0 0px;
    margin-right: 8px;
    background: url(../img/pankuzu_arrow02.png) no-repeat top 7px right 2px;
  }
  .pankuzu p a:hover, .pankuzu p a:focus {
    color: #F08200;
  }

  .error-message {
    text-align: left;
    color: #B20000;
    font: 14px/26px Meiryo, notosans-bold, sans-serif;
    font-weight: bold;
    line-height: 24px;
    margin-top: 4px;
  }

  .validate-error-message {
    color: #B20000;
    font: 12px/18px Meiryo, notosans-bold, sans-serif;
    font-weight: bold;
    background-color: #F0C1B2;
    padding: 8px 10px 5px;
    text-align: center;
    margin: 10px 0px 15px;
    border: 1px solid #B20000;
  }

  .post-send-btn {
    max-width: 200px;
    background-color: #ff8400;
    font: 16px/20px Meiryo, raleway-bold, sans-serif;
    padding: 15px 10%;
    color: #fff;
  }
  .post-send-btn:hover {
    color: #fff;
    background-color: #d14836;
    background-image: -webkit-linear-gradient(top, #dd4b39, #d14836);
    border: 1px solid #b0281a;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .post-send-btn.form-disable-btn {
    background: #ddd;
    color: #f3f3f3;
    cursor: default;
    border: none;
  }
  .post-send-btn.form-disable-btn:hover {
    border: none;
  }

  .efo_alertarea {
    margin-top: 20px;
  }

  .efo_alert {
    background: #333;
    background: rgba(0, 0, 0, 0.8);
    clear: both;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 6px 4% 20px 4%;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    -webkit-transition: .1s;
    transition: .1s;
  }
  .efo_alert span {
    font-weight: 800;
    font-size: 18px;
    padding: 0 8px;
    vertical-align: baseline;
    line-height: 1.2em;
  }
  .efo_alert:before {
    content: "";
    display: block;
    position: relative;
    border: 12px solid transparent;
    width: 0;
    height: 0;
    border-bottom-color: #333;
    border-top-width: 0;
    left: 50%;
    margin-left: -10px;
    bottom: 16px;
  }

  .btn-hover {
    color: #fff;
    background-color: #ff8400;
    font-weight: bold;
  }
  .btn-hover:hover {
    cursor: pointer;
    background-color: #d14836;
    background-image: -webkit-linear-gradient(top, #dd4b39, #d14836);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }

  /*	ナビ
  ------------------------------ */
  header .nav {
    overflow: hidden;
    position: absolute;
    top: 40px;
    right: 0;
    margin-bottom: 10px !important;
  }
  header .nav .current {
    background-color: #1f2429;
  }
  header .nav .current:hover {
    background-color: #1f2429;
  }
  header .nav li {
    margin-top: 1px;
    position: relative;
    float: left;
    width: 44px;
    height: 49px;
    color: #fff;
  }
  header .nav li:hover {
    background-color: #38434d;
  }
  header .nav li a {
    display: block;
    width: 44px;
    height: 0;
    padding-top: 60px;
    line-height: 2;
    overflow: hidden;
  }

  /*	フッタ
  ------------------------------ */
  footer, #footer {
    width: 100%;
    padding: 0px;
    clear: both;
    font-size: 11px;
    margin: 10px auto 0px auto;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f3f3f3 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f3f3f3 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f3f3f3 0%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f3f3f3 0%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f3f3f3 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-8 */
    background-color: #f3f3f3/9;
  }
  footer div.footer-apply-area, #footer div.footer-apply-area {
    background: url("../img/pc/bg_footer.png") no-repeat;
    background-position: center;
    width: 100%;
    height: 287px;
  }
  footer div.footer-apply-area div.footer-apply-area-inner, #footer div.footer-apply-area div.footer-apply-area-inner {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 287px;
    z-index: 1;
  }
  footer div.footer-apply-area p.apply-area-catch, #footer div.footer-apply-area p.apply-area-catch {
    background: url("../img/pc/img_introduction.png") no-repeat;
    background-size: 280px auto;
    background-position: center;
    width: 100%;
    height: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0px 20px 0px;
    color: #fff;
    font-size: 0px;
    z-index: 1000;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    padding-top: 10px;
    overflow: hidden;
    position: relative;
    top: 60px;
  }
  footer div.footer-apply-area div.apply-area-banner, #footer div.footer-apply-area div.apply-area-banner {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 0px 0px 0px;
    width: 300px;
    height: 40px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border: 3px solid #fff;
    z-index: 1000;
    position: relative;
    top: 50px;
  }
  footer div.footer-apply-area div.apply-area-banner a, #footer div.footer-apply-area div.apply-area-banner a {
    color: #fff;
    font-size: 18px;
  }
  footer div.footer-apply-area p.apply-area-link, #footer div.footer-apply-area p.apply-area-link {
    text-align: center;
    padding: 20px 0px;
    color: #fff;
    font-size: 16px;
    z-index: 1000;
    position: relative;
    top: 50px;
  }
  footer div.footer-apply-area p.apply-area-link a, #footer div.footer-apply-area p.apply-area-link a {
    color: #eee;
    font-size: 14px;
  }
  footer div.btn-page-top, #footer div.btn-page-top {
    position: absolute;
    background: url("../img/pc/pagetop.png") no-repeat;
    bottom: 20px;
    right: 40px;
    width: 54px;
    height: 54px;
  }
  footer div.btn-page-top.mhover, #footer div.btn-page-top.mhover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  footer div.btn-page-top a, #footer div.btn-page-top a {
    width: 54px;
    height: 54px;
  }
  footer div.footer-line, #footer div.footer-line {
    padding: 10px 0px 16px 0px;
    height: 100px;
    background: #333;
  }
  footer div.footer-line div.footer-line-area, #footer div.footer-line div.footer-line-area {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  footer div.footer-line div.footer-line-area div.shares, #footer div.footer-line div.footer-line-area div.shares {
    float: left;
    margin: 2px 5%;
  }
  footer div.footer-line div.footer-line-area div.shares ul li, #footer div.footer-line div.footer-line-area div.shares ul li {
    float: left;
    padding-right: 4px;
  }
  footer div.footer-line div.footer-line-area nav, #footer div.footer-line div.footer-line-area nav {
    float: right;
    margin: 5px 2%;
  }
  footer div.footer-line div.footer-line-area nav ul li, #footer div.footer-line div.footer-line-area nav ul li {
    float: left;
    color: #888;
    font-size: 11px;
    font-weight: normal;
    padding: 0 4px;
  }
  footer div.footer-line div.footer-line-area nav ul li a, #footer div.footer-line div.footer-line-area nav ul li a {
    color: #888;
    padding-right: 10px;
  }
  footer div.footer-line div.footer-line-area nav ul li a.footer-link, #footer div.footer-line div.footer-line-area nav ul li a.footer-link {
    border-right: 1px solid #aaa;
  }

  #footer div#linkSection, #footer div#linkSection {
    width: 100%;
    margin: 10px auto;
  }
  #footer div#linkSection ul li, #footer div#linkSection ul li {
    float: left;
    list-style-type: none;
    border-left: 1px solid #ddd;
    padding: 0px 10px 0px 10px;
    line-height: 13px;
  }
  #footer div#linkSection ul li.last, #footer div#linkSection ul li.last {
    border-right: none;
    border: none;
    padding-left: 0px;
  }
  #footer div#copyright {
    clear: both;
    width: 100%;
    margin: 25px auto 0px auto;
    color: #888;
  }

  #page-top {
    position: absolute;
    background: url("../img/pc/pagetop.png") no-repeat;
    background-size: 40px;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  #page-top a {
    width: 40px;
    height: 40px;
  }

  #page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2001;
  }
  #page-top a {
    display: block;
    padding: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
  }

  /*	コンテンツ内
  ------------------------------ */
  #body {
    background: #e9e9e9;
    color: #5e5e5e;
    font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  #body .content {
    position: relative;
    padding: 0 0 15px 0;
  }

  a {
    color: #8c8c8c;
    text-decoration: none;
    transition: border-color 0.3s;
  }

  a.noanchor:hover {
    border-bottom: 0px;
  }

  .form-item {
    margin-bottom: 0.75em;
    width: 100%;
  }
  .form-item input {
    background: #fafafa;
    border: none;
    border-bottom: 2px solid #e9e9e9;
    color: #666;
    font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1em;
    height: 50px;
    transition: border-color 0.3s;
    padding-left: 5px;
    width: 100%;
  }
  .form-item input:focus {
    border-bottom: 2px solid #c0c0c0;
    outline: none;
  }

  .button-panel {
    margin: 0.5em 0;
    width: 100%;
  }
  .button-panel .button {
    background: #f16272;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 50px;
    font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    text-align: center;
    transition: background 0.3s ease-in-out;
    width: 100%;
  }
  .button-panel .button:hover {
    background: #ee3e52;
  }

  .form-footer {
    font-size: 1em;
    padding: 2em 0;
    text-align: center;
  }
  .form-footer a {
    color: #8c8c8c;
    text-decoration: none;
    transition: border-color 0.3s;
  }
  .form-footer a:hover {
    border-bottom: 1px dotted #8c8c8c;
  }

  .form-wrapper {
    background: #fafafa;
    margin: 2em auto;
    padding: 0 1em;
    max-width: 370px;
  }

  .form-wrapper-login {
    background: #fafafa;
    margin: 5px auto;
    padding: 0 1em;
    max-width: 370px;
  }

  .content-head {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    padding-bottom: 10px;
  }
  .content-head h2 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
    font-weight: bold;
  }
  .content-head p.note {
    padding: 5px 0 0 0;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    font-weight: bold;
  }

  .content-body .content-lead {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }

  /*	エラー画面
  ------------------------------ */
  .validate-msg-auth, .validate-msg-success, .validate-msg-error {
    max-width: 100%;
    margin: 0 auto;
  }

  .alert-auth {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    text-align: center;
  }

  .alert-success {
    color: #eee;
    background-color: #f90;
    border-color: #f90;
    text-align: center;
  }

  .alert-error {
    color: #CC3300;
    background-color: #F0C1B2;
    border-color: #F0C1B2;
    text-align: center;
  }

  .alert-dismissable {
    margin: 0px 0px 0px 0px;
  }

  .alert {
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 0px;
  }
  .alert .alert-msg {
    margin-right: 25px;
    font-size: 14px;
  }
  .alert .alert-msg strong {
    font-weight: bold;
  }

  .alert-dismissable .close {
    position: relative;
    top: -2px;
    color: inherit;
  }

  button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
  }

  .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
  }

  /*	コンテンツ ベース
  ------------------------------ */
  article {
    width: 100%;
    margin-top: 48px;
  }

  section.sec-site-banner {
    clear: both;
    width: 100%;
    min-height: 340px;
    background: #fff;
    background: url("../img/sp/img_main_2018.jpg") no-repeat;
    background-size: 100% auto;
  }
  section.sec-site-banner div.info {
    display: none;
  }
  section.sec-site-banner div.banner {
    display: none;
  }
  section.sec-feature {
    clear: both;
    width: 100%;
    background: #fff;
  }
  section.sec-feature div.inner {
    max-width: 300px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
  }
  section.sec-feature div.inner div.feature-differentiate div.feature-differentiate-left {
    background: url("../img/sp/titile_service01.png") no-repeat;
    background-size: 80% auto;
    background-position: center;
    min-height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  section.sec-feature div.inner div.feature-differentiate div.feature-differentiate-left div.feature-differentiate-tbanner {
    display: none;
  }
  section.sec-feature div.inner div.feature-differentiate div.feature-differentiate-left div.feature-differentiate-catch {
    display: none;
  }
  section.sec-feature div.inner div.feature-differentiate div.feature-differentiate-right {
    background: url("../img/common/img_service01.png") no-repeat;
    background-size: 100% auto;
    min-height: 100px;
    margin-bottom: 20px;
  }
  section.sec-feature div.inner div.feature-differentiate div.feature-differentiate-right div.feature-differentiate-banner {
    display: none;
  }
  section.sec-feature div.section-line {
    width: 100%;
    background: url("../img/common/bg_shadow.png") repeat-x;
    height: 10px;
    position: relative;
    bottom: -10px;
  }
  section.sec-lowcost {
    clear: both;
    width: 100%;
    background: #eee;
    min-height: 430px;
  }
  section.sec-lowcost div.inner {
    max-width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  section.sec-lowcost div.inner div.lowcost-differentiate {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  section.sec-lowcost div.inner div.lowcost-differentiate div.lowcost-left {
    max-width: 300px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background: url("../img/sp/titile_service02.png") no-repeat;
    background-size: 80% auto;
    background-position: center;
    min-height: 110px;
    margin-top: 0px;
  }
  section.sec-lowcost div.inner div.lowcost-differentiate div.lowcost-left div.lowcost-banner {
    position: absolute;
    text-align: center;
    top: 200px;
    left: 0;
    right: 0;
  }
  section.sec-lowcost div.inner div.lowcost-differentiate div.lowcost-left div.lowcost-banner img {
    width: 240px;
  }
  section.sec-lowcost div.inner div.lowcost-differentiate div.lowcost-right div.lowcost-tbanner {
    display: none;
  }
  section.sec-lowcost div.inner div.lowcost-differentiate div.lowcost-right div.lowcost-catch {
    font-size: 12px;
    text-align: center;
    padding: 4px 3% 0px 3%;
  }
  section.sec-customize {
    clear: both;
    width: 100%;
    background: #fff;
  }
  section.sec-customize div.inner {
    max-width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  section.sec-customize div.inner .customize-differentiate {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  section.sec-customize div.inner .customize-differentiate .customize-left {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    min-height: 123px;
  }
  section.sec-customize div.inner .customize-differentiate .customize-left .customize-tbanner {
    max-width: 300px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background: url("../img/sp/titile_service03.png") no-repeat;
    background-size: 80% auto;
    background-position: center;
    min-height: 123px;
  }
  section.sec-customize div.inner .customize-differentiate .customize-left .customize-tbanner img {
    display: none;
  }
  section.sec-customize div.inner .customize-differentiate .customize-left .customize-catch {
    font-size: 12px;
    text-align: center;
    padding: 4px 3% 0px 3%;
  }
  section.sec-customize div.inner .customize-differentiate .customize-right .customize-banner {
    background: url("../img/sp/img_service03.png") no-repeat;
    background-size: 80% auto;
    background-position: center;
    min-height: 120px;
    margin-top: 20px;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  section.sec-customize div.inner .customize-differentiate .customize-right .customize-banner img {
    display: none;
  }
  section.sec-customize div.section-line {
    width: 100%;
    background: url("../img/common/bg_shadow.png") repeat-x;
    height: 10px;
    position: relative;
    bottom: -10px;
  }
  section.sec-howto {
    clear: both;
    width: 100%;
    background: #fff;
  }
  section.sec-howto div.inner {
    max-width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  section.sec-howto div.inner h2 {
    background: url(../img/sp/title_use.png) no-repeat;
    background-size: 80px auto;
    background-position: center;
    width: 100px;
    height: 40px;
    color: #333;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
  }
  section.sec-howto div.inner .howto-area {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  section.sec-howto div.inner .howto-area .howto-area-left {
    margin: 0 2%;
  }
  section.sec-howto div.inner .howto-area .howto-area-left h3 {
    background-color: #333;
    color: #fff;
    padding: 12px 0px 14px 0px;
    text-align: center;
    font-size: 16px;
  }
  section.sec-howto div.inner .howto-area .howto-area-left .howto-area-left-content {
    margin-top: 30px;
    max-width: 320px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
  }
  section.sec-howto div.inner .howto-area .howto-area-left .howto-area-left-content p {
    float: left;
    width: 40%;
    padding-right: 10px;
    font-size: 12px;
  }
  section.sec-howto div.inner .howto-area .howto-area-left .howto-area-left-content .howto-area-left-banner {
    float: left;
    width: 52%;
    background: url("../img/sp/img_use01.png") no-repeat;
    background-size: 100%;
    height: 100px;
  }
  section.sec-howto div.inner .howto-area .howto-area-left .howto-area-left-content .howto-area-left-banner img {
    display: none;
  }
  section.sec-howto div.inner .howto-area .howto-area-next {
    clear: both;
    padding-bottom: 10px;
    max-width: 320px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
  section.sec-howto div.inner .howto-area .howto-area-next img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  section.sec-howto div.inner .howto-area .howto-area-center {
    margin: 0 2%;
  }
  section.sec-howto div.inner .howto-area .howto-area-center h3 {
    background-color: #888;
    color: #fff;
    padding: 12px 0px 14px 0px;
    text-align: center;
    font-size: 16px;
  }
  section.sec-howto div.inner .howto-area .howto-area-center p {
    text-align: center;
    padding: 10px 0px;
    font-size: 12px;
  }
  section.sec-howto div.inner .howto-area .howto-area-center .howto-area-center-banner {
    text-align: center;
  }
  section.sec-howto div.inner .howto-area .howto-area-right {
    margin: 0 2%;
  }
  section.sec-howto div.inner .howto-area .howto-area-right h3 {
    background-color: #333;
    color: #fff;
    padding: 12px 0px 14px 0px;
    text-align: center;
    font-size: 16px;
  }
  section.sec-howto div.inner .howto-area .howto-area-right p {
    text-align: center;
    padding: 10px 0px 0px 0px;
    font-size: 12px;
  }
  section.sec-howto div.inner .howto-area .howto-area-right .howto-area-right-banner {
    text-align: center;
  }
  section.sec-howto .bottom-banner p {
    background-color: #f9f9f9;
    padding: 10px 10px 10px 10px;
    text-align: center;
    margin: 0 2%;
    margin-bottom: 40px;
    font-size: 12px;
  }
  section.sec-howto .section-line {
    width: 100%;
    background: url("../img/common/bg_shadow.png") repeat-x;
    height: 10px;
    position: relative;
    bottom: -10px;
  }
  section.sec-flow {
    clear: both;
    width: 100%;
    background: url("../img/common/bg_stripe01.png") repeat;
  }
  section.sec-flow div.inner {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
  }
  section.sec-flow div.inner h2 {
    background: url("../img/pc/titile_flow.png") no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 300px;
    text-align: center;
    font-weight: bold;
    font-size: 0px;
    color: #333;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    overflow: hidden;
  }
  section.sec-flow div.inner p.sec-flow-catch {
    text-align: center;
    margin: 10px auto;
    padding: 0 4%;
    font-size: 12px;
  }
  section.sec-flow div.inner .flow-area {
    margin-top: 20px;
  }
  section.sec-flow div.inner .flow-area ul li.flow-area-item {
    max-width: 300px;
    margin: auto;
  }
  section.sec-flow div.inner .flow-area ul li.flow-area-item .flow-area-num {
    text-align: center;
    font-size: 28px;
    color: #333;
    margin: 10px auto;
    padding-bottom: 5px;
    border-bottom: solid 0.05em #333;
    width: 20px;
  }
  section.sec-flow div.inner .flow-area ul li.flow-area-item .flow-area-num-title {
    text-align: center;
    font-size: 16px;
    color: #f90;
    margin: 10px 0px;
  }
  section.sec-flow div.inner .flow-area ul li.flow-area-item .flow-area-num-banner {
    display: inline-block;
    float: left;
    width: 40%;
    margin: 10px 0px;
    position: relative;
    left: 5%;
  }
  section.sec-flow div.inner .flow-area ul li.flow-area-item .flow-area-num-banner img {
    width: 100px;
    height: auto;
  }
  section.sec-flow div.inner .flow-area ul li.flow-area-item .flow-area-num-msg {
    display: inline-block;
    float: right;
    width: 56%;
    text-align: left;
    font-size: 12px;
    position: relative;
    top: 50px;
  }
  section.sec-flow div.inner .flow-area ul li .flow-area-next {
    clear: both;
    background: url(../img/pc/icon_arrowright.png) no-repeat;
    background-size: 50px;
    height: 50px;
    background-position: center;
    margin: 20px 0px;
    width: 100%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  section.sec-flow div.section-line {
    width: 100%;
    background: url("../img/common/bg_shadow.png") repeat-x;
    height: 10px;
    position: relative;
    bottom: -10px;
  }
  section.sec-management {
    clear: both;
    width: 100%;
    background: #fff;
  }
  section.sec-management div.inner {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
  }
  section.sec-management div.inner h2 {
    background: url("../img/pc/title_admin.png") no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 220px;
    text-align: center;
    font-weight: bold;
    font-size: 0px;
    color: #333;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    overflow: hidden;
  }
  section.sec-management div.inner p.sec-management-catch {
    text-align: center;
    margin: 10px auto;
    padding: 0 4%;
    font-size: 12px;
  }
  section.sec-management div.inner .management-area .management-area-main-banner {
    text-align: center;
    margin: 20px auto;
  }
  section.sec-management div.inner .management-area .management-area-main-banner img {
    width: 94%;
  }
  section.sec-management div.inner .management-area .management-area-table {
    width: 96%;
    margin: auto;
    margin-bottom: 30px;
  }
  section.sec-management div.inner .management-area .management-area-table h3 {
    background: url(../img/common/icon_tool.png) no-repeat;
    background-size: 17px 17px;
    background-position: left;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin: 6px 0px 10px 0px;
    padding-left: 24px;
  }
  section.sec-management div.inner .management-area .management-area-table dl {
    border-top: 1px solid #eee;
  }
  section.sec-management div.inner .management-area .management-area-table dl.line-last-sp {
    border-bottom: 1px solid #eee;
  }
  section.sec-management div.inner .management-area .management-area-table dt {
    font-size: 14px;
    width: 33%;
    text-align: left;
    font-weight: bold;
    padding: 6px 10px;
    display: inline-block;
    float: left;
  }
  section.sec-management div.inner .management-area .management-area-table dd {
    text-align: left;
    padding: 6px 10px;
    font-size: 12px;
    display: inline-block;
    width: 52%;
  }
  section.sec-management div.section-line {
    width: 100%;
    background: url("../img/common/bg_shadow.png") repeat-x;
    height: 10px;
    position: relative;
    bottom: -10px;
  }
  section.sec-price {
    clear: both;
    width: 100%;
    padding-top: 20px;
    background: url(../img/common/bg_stripe02.png) repeat;
  }
  section.sec-price div.inner {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
  }
  section.sec-price div.inner h2 {
    background: url(../img/pc/title_price.png) no-repeat;
    background-size: 120px;
    width: 120px;
    text-align: center;
    font-size: 0px;
    font-weight: bold;
    color: #333;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-top: 10px;
    overflow: hidden;
  }
  section.sec-price div.inner .sec-price-banner {
    text-align: center;
    margin: 10px 4%;
    background: #bd3728;
    padding: 10px 20px;
  }
  section.sec-price div.inner .sec-price-banner h3 {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 8px 0px 2px 0px;
  }
  section.sec-price div.inner .sec-price-banner p {
    color: #fff;
    font-size: 14px;
    padding: 6px 0px 8px 0px;
  }
  section.sec-price div.inner .sec-price-banner .box {
    position: relative;
  }
  section.sec-price div.inner .sec-price-banner .box:after {
    content: '';
    position: absolute;
    border-top: 18px solid #bd3728;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    bottom: -26px;
    margin-left: auto;
    margin-right: auto;
  }
  section.sec-price div.inner .price-area {
    margin: 25px auto 0px auto;
  }
  section.sec-price div.inner .price-area .price-area-table .price-area-table-left {
    text-align: center;
  }
  section.sec-price div.inner .price-area .price-area-table .price-area-table-left h3 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0px;
  }
  section.sec-price div.inner .price-area .price-area-table .price-area-table-right {
    margin: auto;
    width: 100%;
  }
  section.sec-price div.inner .price-area .price-area-table .price-area-table-right h3 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0px;
  }
  section.sec-price div.inner .price-area .price-area-table .price-area-table-right table {
    width: 92%;
    margin: auto;
    box-shadow: 4px 4px 1px #cecece;
  }
  section.sec-price div.inner .price-area .price-area-table .price-area-table-right table .table-left {
    border-right: 1px solid #fff;
  }
  section.sec-price div.inner .price-area .price-area-table .price-area-table-right table th {
    width: 120px;
    background: #ff8000;
    color: #fff;
    padding: 10px 0 10px 30px;
    font-size: 14px;
  }
  section.sec-price div.inner .price-area .price-area-table .price-area-table-right table td {
    padding: 10px 0 10px 30px;
    background: #fff;
    font-size: 14px;
  }
  section.sec-price div.inner .price-area .price-area-table .price-area-table-right table td.table-gray {
    background: #eee;
  }
  section.sec-price div.inner .price-area .price-area-caution {
    width: 90%;
    margin: 30px auto;
  }
  section.sec-price div.inner .price-area .price-area-caution h3 {
    font-weight: bold;
    margin: 4px 0px;
  }
  section.sec-price div.inner .price-area .price-area-caution ul li {
    font-size: 12px;
    color: #666;
    line-height: 1.2em;
    margin: 8px 0px;
  }
  section.sec-price div.section-line {
    width: 100%;
    background: url("../img/common/bg_shadow.png") repeat-x;
    height: 10px;
    position: relative;
    bottom: -10px;
  }
  section.sec-introduction {
    clear: both;
    width: 100%;
    padding-top: 10px;
    margin-bottom: 30px;
  }
  section.sec-introduction div.inner {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
  }
  section.sec-introduction div.inner .sec-introduction-area .sec-introduction-area-side {
    background-color: #333;
    padding: 20px 5% 20px 5%;
    min-height: 150px;
    color: #fefefe;
  }
  section.sec-introduction div.inner .sec-introduction-area .sec-introduction-area-side h2 {
    font-size: 22px;
    line-height: 1.2em;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
  section.sec-introduction div.inner .sec-introduction-area .sec-introduction-area-side .sec-introduction-area-side-logo {
    margin: 10px 0 5px 0px;
  }
  section.sec-introduction div.inner .sec-introduction-area .sec-introduction-area-side .sec-introduction-area-side-company {
    color: #fefefe;
    font-size: 12px;
    line-height: 1.4em;
  }
  section.sec-introduction div.inner .sec-introduction-area .sec-introduction-area-main {
    min-height: 330px;
    background-color: #f9f9f9;
  }
  section.sec-introduction div.inner .sec-introduction-area .sec-introduction-area-main .ico_question {
    background: url(/img/pc/ico_question.png) no-repeat;
    background-size: 16px 23px;
    background-position: 0px 4px;
  }
  section.sec-introduction div.inner .sec-introduction-area .sec-introduction-area-main .ico_answer {
    background: url(/img/pc/ico_answer.png) no-repeat;
    background-size: 18px 22px;
    background-position: 0px 2px;
    height: 22px;
  }
  section.sec-introduction div.inner .sec-introduction-area .sec-introduction-area-main dl {
    padding: 20px 5%;
  }
  section.sec-introduction div.inner .sec-introduction-area .sec-introduction-area-main dl dt {
    font-size: 16px;
    font-weight: bold;
    margin: 6px 0px;
  }
  section.sec-introduction div.inner .sec-introduction-area .sec-introduction-area-main dl dd {
    margin-top: 14px;
    margin-left: 0px;
    margin-bottom: 20px;
  }
  section.sec-introduction div.inner .sec-introduction-area .sec-introduction-area-main dl dd .sec-introduction-area-answer {
    border-left: 4px solid #fff;
    padding-left: 14px;
  }
  section.sec-introduction div.inner .sec-introduction-area .sec-introduction-area-main dl dd .sec-introduction-area-answer .sec-introduction-area-answer-logo {
    float: left;
    font-size: 20px;
  }
  section.sec-introduction div.inner .sec-introduction-area .sec-introduction-area-main dl dd .sec-introduction-area-answer .sec-introduction-area-answer-content {
    padding-left: 30px;
    font-size: 12px;
  }
  section.sec-introduction div.section-line {
    width: 100%;
    background: url("../img/common/bg_shadow.png") repeat-x;
    height: 10px;
    position: relative;
    bottom: 0;
  }
  section.sec-contact {
    clear: both;
    width: 100%;
    padding-top: 10px;
  }
  section.sec-contact div.inner {
    max-width: 900px;
    margin: 0 auto;
  }
  section.sec-contact div.inner .sec-contact-header {
    padding: 0 4%;
  }
  section.sec-contact div.inner .sec-contact-header h1 {
    text-align: center;
    margin: 20px 0px 40px 0px;
    font-weight: normal;
    font-size: 20px;
  }
  section.sec-contact div.inner .sec-contact-header h1:before {
    width: 50px;
    border-bottom: 2px solid #333;
  }
  section.sec-contact div.inner .sec-contact-header h1 span.title-line {
    display: block;
    position: relative;
    bottom: -18px;
    width: 50px;
    height: 3px;
    margin: 0 auto;
    background: #646464;
  }
  section.sec-contact div.inner .sec-contact-header p {
    font-size: 12px;
    padding: 2px 0px;
  }
  section.sec-contact div.inner .sec-contact-header p.notes {
    padding: 6px 0px;
  }
  section.sec-contact div.inner .sec-contact-header .button-box {
    margin: 80px 4%;
    text-align: center;
  }
  section.sec-contact div.inner .form-title-area {
    float: left;
    width: 100%;
    margin: 0 30px 0 0 !important;
  }
  section.sec-contact div.inner .form-title {
    padding: 12px 0 6px 0;
    float: left;
    width: 100%;
    display: block;
    margin: 0 30px 0 0 !important;
    clear: left;
    min-height: 20px;
    font-size: 16px;
  }
  section.sec-contact div.inner .form-title span {
    font-weight: bold;
  }
  section.sec-contact div.inner .form-sub-title {
    color: #999;
    font-size: 12px;
    padding: 10px 0px 10px 0px;
  }
  section.sec-contact div.inner .efo_icon-required span:after {
    margin-left: 14px;
    content: "必須";
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    padding: 2px 8px;
    background: #de6060;
  }
  section.sec-contact div.inner .efo_icon-ok span:after {
    margin-left: 14px;
    content: "ＯＫ";
    background: #ff8400;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    padding: 2px 8px;
  }
  section.sec-contact div.inner .efo_icon-ng span:after {
    margin-left: 10px;
    content: "不可";
    background: #de6060;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    padding: 2px 8px;
  }
  section.sec-contact div.inner .input-box {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  section.sec-contact div.inner .input-box .code_url {
    float: left;
    margin-right: 20px;
    padding-top: 14px;
    font-size: 11px;
  }
  section.sec-contact div.inner .input-box .req-type-desc {
    font-size: 11px;
    margin: 10px 0px 20px 0px;
  }
  section.sec-contact div.inner .input-box .column {
    display: inline-block;
  }
  section.sec-contact div.inner div.input-box-bottom {
    margin: 10px 0px;
  }
  section.sec-contact div.inner .input-check-box {
    float: left;
    width: 100%;
  }
  section.sec-contact div.inner .text-field {
    -webkit-appearance: none;
    border-radius: 0;
    display: block;
    margin: 0;
    padding: 6px;
    line-height: 1.2em;
    background: #f0f0f0;
    border: 2px solid #ddd;
    color: #333;
    font-size: 20px;
    -webkit-transition: .1s;
    transition: .1s;
    width: 100%;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  section.sec-contact div.inner .text-field.middle {
    width: 40%;
  }
  section.sec-contact div.inner .text-field:hover {
    background: #fafafa;
    -webkit-transition: none;
    transition: none;
  }
  section.sec-contact div.inner .text-field:focus {
    outline: none;
    background: #fff !important;
    border-color: #ff8400 !important;
    color: #000 !important;
    cursor: text !important;
  }
  section.sec-contact div.inner .agreement-box {
    clear: both;
    margin: auto;
    overflow-y: auto;
    resize: vertical;
    width: 90%;
    height: 200px;
    margin-bottom: 10px;
    padding: 10px 4%;
    background: #f0f0f0;
    border: 1px solid #ccc;
    font-size: 12px;
    line-height: 1.8;
  }
  section.sec-contact div.inner .agreement-box pre {
    font-size: 12px !important;
    line-height: 1.0em !important;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  section.sec-contact div.inner .agreement-box h2 {
    font-size: 15px;
    padding: 5px 0px;
    font-weight: bold;
  }
  section.sec-contact div.inner .agreement-box h3 {
    font-size: 14px;
    padding: 10px 0px 0px 0px;
    font-weight: bold;
  }
  section.sec-contact div.inner .agreement-box ul {
    margin: 5px 0px;
  }
  section.sec-contact div.inner hr {
    display: none;
  }
  section.sec-contact div.inner hr.uline {
    display: block;
    border: 0.05em solid #ddd;
    margin: 15px 0px 10px 0px;
  }

  div#page-frame {
    padding: 0px 2%;
  }
  div#page-frame div#page-content {
    margin-bottom: 80px;
  }
  div#page-frame div#page-content h2 {
    font-size: 18px;
    color: #ff8000;
    line-height: 42px;
    margin-bottom: 6px;
  }
  div#page-frame div#page-content h3 {
    font-size: 20px;
    color: #ff8000;
    line-height: 42px;
    margin-bottom: 6px;
  }
  div#page-frame div#page-content p.lead {
    margin-bottom: 18px;
    color: #666;
  }
  div#page-frame div#page-content ul, div#page-frame div#page-content ol {
    list-style: none outside;
    margin-bottom: 24px;
    margin-top: 12px;
  }
  div#page-frame div#page-content ul li, div#page-frame div#page-content ol li {
    line-height: 18px;
    margin-bottom: 7px;
    text-indent: -12px;
    margin-left: 12px;
  }
  div#page-frame div#page-content div#contact-box {
    margin-top: 30px;
  }
  div#page-frame div#page-content .talign-right {
    text-align: right;
  }

  .text-field:hover {
    background: #fafafa;
    -webkit-transition: none;
    transition: none;
  }

  .text-field:focus {
    outline: none;
    background: #fff !important;
    border-color: #ff8400 !important;
    color: #000 !important;
    cursor: text !important;
  }

  textarea.text-field {
    resize: vertical;
    height: 200px;
  }

  input[type="radio"], input[type="checkbox"] {
    display: none;
  }

  input[type="radio"] + label:hover, input[type="checkbox"] + label:hover {
    color: gray;
  }

  input[type="radio"]:checked + label, input[type="checkbox"]:checked + label {
    color: #ff8400;
  }

  input[type="radio"] + label:hover:before {
    background-color: #fff;
  }

  input[type="radio"]:checked + label {
    cursor: default;
    -webkit-tap-highlight-color: transparent;
  }

  input[type="radio"]:checked + label:before {
    border-color: #ff8400 !important;
    background-color: #ff8400 !important;
    -webkit-box-shadow: inset -1px 0 0 7px #fff;
    box-shadow: inset 0 0 0 7px #fff;
  }

  input[type="checkbox"] + label:before {
    width: 34px;
    height: 34px;
    line-height: 32px;
    font-size: 42px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    content: "";
    color: transparent;
    padding: 0;
    border-radius: 5px;
    border: 2px solid #ddd;
    background: #f0f0f0;
    margin: -2px 5px 0 0;
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  input[type="radio"] + label, input[type="checkbox"] + label {
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    margin-right: 0;
    color: #505050;
    line-height: 1;
    padding: 7px 0 3px 50px;
    text-indent: -39px;
  }

  input[type="radio"] + label:before {
    width: 30px;
    height: 30px;
    display: inline-block;
    content: "";
    border-radius: 17px;
    vertical-align: middle;
    border: 2px solid #ddd;
    background: #fafafa;
    margin: -2px 5px 0 0;
    -webkit-transition: .1s;
    transition: .1s;
  }

  input[type="radio"] + label, input[type="checkbox"] + label {
    margin-right: 10px;
    padding: 7px 0 3px 0;
    text-indent: 0;
  }

  input[type="checkbox"] + label:before {
    width: 34px;
    height: 34px;
    line-height: 32px;
    font-size: 42px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    content: "";
    color: transparent;
    padding: 0;
    border-radius: 0px;
    border: 2px solid #ddd;
    background: #f0f0f0;
    margin: -2px 5px 0 0;
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  input[type="checkbox"]:checked + label:before {
    content: "\2714";
    font-size: 25px;
    background: #fff !important;
    color: #f90 !important;
    border-color: #ff8400 !important;
  }

  .form-error, input[type="radio"].required + label:before, input[type="checkbox"].required + label:before {
    background: #feefeb;
    border-color: #fcdbd2;
  }

  .btn-sp-hover {
    color: #fff;
    background-color: #ff8400;
    font-weight: bold;
  }
  .btn-sp-hover:hover {
    cursor: pointer;
    background-color: #d14836;
    background-image: -webkit-linear-gradient(top, #dd4b39, #d14836);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .btn-sp-hover.mhover {
    cursor: pointer;
    background-color: #d14836;
    background-image: -webkit-linear-gradient(top, #dd4b39, #d14836);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }

  .btn-sp-hover-grey {
    color: #fff;
    background-color: #878787;
    font-weight: bold;
  }
  .btn-sp-hover-grey:hover {
    cursor: pointer;
    background-color: #d14836;
    background-image: -webkit-linear-gradient(top, #dd4b39, #d14836);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }

  .submit-area {
    clear: both;
    width: 100%;
    margin: 40px auto;
    text-align: center;
  }
}
@media (max-width: 650px) {
  section.sec-site-banner {
    min-height: 340px;
  }
}
@media (max-width: 550px) {
  section.sec-site-banner {
    min-height: 280px;
  }
}
@media (max-width: 450px) {
  section.sec-site-banner {
    min-height: 240px;
  }
}
@media (max-width: 320px) {
  section.sec-site-banner {
    min-height: 200px;
  }
}
@media (min-width: 768px) {
  /*	PC共通
  ------------------------------ */
  h1 {
    font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    margin: 1.0em 0;
  }

  form .search-form {
    padding: 0px 0px;
  }

  .fl_left {
    float: left;
  }

  .fl_right {
    float: right;
  }

  .pankuzu-delim {
    margin: 0 2px 0 2px;
  }

  .item-oval {
    text-align: center;
    padding: 2px 4px 2px 12px;
    background: #ddd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  .item-oval.open {
    background: #87cefa;
    color: #fff;
  }
  .item-oval.secret {
    background: #deb887;
    color: #fff;
  }
  .item-oval.stop {
    background: #ddd;
  }

  hr {
    clear: both;
    width: 100%;
    height: 1px;
    border: none;
    margin: 20px 0;
    background: #e0e0e0;
    background: -webkit-gradient(linear, left top, right top, from(#e0e0e0), to(#fff));
    background: -webkit-linear-gradient(0, #e0e0e0, #fff);
    background: linear-gradient(60deg, #e0e0e0, #ffffff);
  }

  .mt14 {
    margin-top: 14px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .flt-left {
    float: left;
  }

  .form-input-loading {
    margin: 14px 0px 0px 18px;
  }

  /*	ヘッダ
  ------------------------------ */
  header {
    background: #fff;
    max-width: 900px;
    margin: 0 auto;
  }
  header h1.logo {
    float: left;
  }
  header h1.logo a {
    background: url("../img/pc/logo.png") no-repeat;
    width: 199px;
    height: 60px;
    outline: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  header h1.logo a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  header h1.logo-common {
    float: left;
    margin: 1.0em 0 0 0;
    padding: 10px 0px 2px 0px;
    margin-top: 10px;
    margin-right: 40px;
  }
  header h1.logo-common .navi-floating-logo-sub {
    margin-left: 10px;
  }
  header div.inner {
    float: right;
  }
  header div.inner .sp-nav {
    display: none;
  }
  header div.inner div.btns ul.header-menu {
    list-style: none outside;
    color: #fff;
    width: 345px;
    margin-left: auto;
  }
  header div.inner div.btns ul.header-menu li {
    float: left;
    zoom: 1;
    padding: 12px 18px;
  }
  header div.inner div.btns ul.header-menu li a {
    color: #fff;
    text-decoration: none;
  }
  header div.inner div.btns div.menu {
    clear: both;
    padding-top: 1px;
  }
  header div.inner div.btns div.menu nav ul {
    list-style: none outside;
    margin-top: 12px;
  }
  header div.inner div.btns div.menu nav ul li {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: left;
    padding: 10px 6px;
  }
  header div.inner div.btns div.menu nav ul li a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #333;
    font-weight: bold;
    padding-right: 10px;
    border-right: 2px solid #ddd;
  }
  header div.inner div.btns div.menu nav ul li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
  header .color-bar-1, header .color-bar-2 {
    width: 100%;
  }
  header .color-bar-1 {
    background: #212121;
    height: 3px;
  }
  header .color-bg {
    background: #FF9F0F;
  }
  header .color-bar-2 {
    height: 1px;
  }
  header .container {
    position: relative;
  }
  header .container .site-branding {
    float: left;
    padding: 14px 50px 8px 0px;
  }
  header .container .site-branding h1 {
    padding: 0.8em 0;
  }
  header .container .site-branding a.site-title {
    margin: 10px 0 0 15px;
    font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 21px;
  }
  header .container .site-header-status {
    color: #fff;
    padding-top: 14px;
    padding-left: 100px;
  }
  header .container .site-header-status .site-header-checkpage {
    float: left;
    position: relative;
    left: 0px;
    padding-left: 0px;
  }
  header .container .site-header-status .site-header-checkpage a {
    padding: 10px;
  }
  header .container .site-header-status .site-header-disp-status a {
    border-left: 1px solid #666;
    padding: 12px;
  }
  header .login-action {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 10px !important;
  }
  header .login-action li {
    margin-top: 1px;
    padding: 10px 0 0 24px;
    position: relative;
    border-left: 1px solid #999;
    float: left;
    width: 100px;
    height: 49px;
    color: #fff;
  }
  header .login-action li:hover {
    background-color: #38434d;
  }
  header .login-action li a {
    width: 150px;
    height: 0;
    line-height: 2;
    overflow: hidden;
  }

  #navi-floating {
    width: 100%;
    height: 60px;
    top: 0px;
    position: fixed;
    background: #fff;
    box-shadow: 0px 1px 10px #cecece;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    z-index: 2000;
  }
  #navi-floating div.inner {
    width: 980px;
    margin: 0 auto;
    height: 60px;
    background: #fff;
    text-align: center;
  }
  #navi-floating div.inner div.navi-floating-logo {
    float: left;
    padding: 8px 0px;
    margin-top: 10px;
    margin-right: 40px;
  }
  #navi-floating div.inner div.navi-floating-logo .navi-floating-logo-sub {
    margin-left: 10px;
  }
  #navi-floating div.inner div.navi-floating-menu {
    float: left;
    width: 640px;
    padding: 8px 0px;
  }
  #navi-floating div.inner div.navi-floating-menu nav ul.navi-floating-menu-area {
    float: left;
  }
  #navi-floating div.inner div.navi-floating-menu nav ul.navi-floating-menu-area li {
    float: left;
    margin: 10px 6px;
    padding-right: 10px;
  }
  #navi-floating div.inner div.navi-floating-menu nav ul.navi-floating-menu-area li.menu {
    border-right: 2px solid #ddd;
  }
  #navi-floating div.inner div.navi-floating-menu nav ul.navi-floating-menu-area li a {
    font-size: 12px;
    font-weight: bold;
    color: #333;
  }
  #navi-floating div.inner div.navi-floating-menu nav ul.navi-floating-menu-area li a.navi-floating-service {
    width: 49px;
  }
  #navi-floating div.inner div.navi-floating-menu nav ul.navi-floating-menu-area li span {
    display: block;
    position: relative;
    left: 50%;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: #646464;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  #navi-floating div.inner div.navi-floating-menu nav ul.navi-floating-menu-area li:hover span {
    width: 100%;
    left: 0px;
  }
  #navi-floating div.inner div.navi-floating-menu nav ul.navi-floating-menu-action {
    float: right;
    list-style: none outside;
    color: #fff;
    margin-top: -10px;
  }
  #navi-floating div.inner div.navi-floating-menu nav ul.navi-floating-menu-action li {
    float: left;
    padding: 10px 6px;
    zoom: 1;
    padding: 12px 20px;
  }
  #navi-floating div.inner div.navi-floating-menu nav ul.navi-floating-menu-action li a {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
  }

  div.headerline div.section-line {
    margin-top: 20px;
    width: 100%;
    background: url("../img/common/bg_shadow.png") repeat-x;
    height: 10px;
    position: relative;
    bottom: 0;
  }
  div.headerline div.section-line-common {
    margin-top: 10px;
    width: 100%;
    height: 4px;
    position: relative;
    bottom: 0;
    border-bottom: 1px solid #ccc;
  }

  article {
    width: 100%;
  }

  .pankuzu {
    width: 90%;
    max-width: 900px;
    margin: 10px auto 0 auto;
  }
  .pankuzu p {
    font-size: 13px;
  }
  .pankuzu p a {
    color: #333;
    text-decoration: none;
    padding: 0 14px 0 0px;
    margin-right: 8px;
    background: url(../img/pankuzu_arrow02.png) no-repeat top 7px right 2px;
  }
  .pankuzu p a:hover, .pankuzu p a:focus {
    color: #F08200;
  }

  .error-message {
    text-align: left;
    color: #B20000;
    font: 14px/26px Meiryo, notosans-bold, sans-serif;
    font-weight: bold;
    line-height: 24px;
    margin-top: 4px;
  }

  .validate-error-message {
    color: #B20000;
    font: 14px/26px Meiryo, notosans-bold, sans-serif;
    font-weight: bold;
    background-color: #F0C1B2;
    padding: 8px 10px 5px;
    text-align: center;
    margin: 10px 0px 15px;
    border: 1px solid #B20000;
  }

  .post-send-btn {
    width: 300px;
    background-color: #ff8400;
    font: 20px/36px Meiryo, raleway-bold, sans-serif;
    padding: 15px 55px;
    color: #fff;
  }
  .post-send-btn:hover {
    color: #fff;
    background-color: #d14836;
    background-image: -webkit-linear-gradient(top, #dd4b39, #d14836);
    border: 1px solid #b0281a;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .post-send-btn.form-disable-btn {
    background: #ddd;
    color: #f3f3f3;
    cursor: default;
    border: none;
  }
  .post-send-btn.form-disable-btn:hover {
    border: none;
  }

  .efo_alertarea {
    margin-top: 20px;
  }

  .efo_alert {
    background: #333;
    background: rgba(0, 0, 0, 0.8);
    clear: both;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 6px 20px 20px 20px;
    left: 0;
    right: 0;
    width: 280px;
    margin: 0 auto !important;
    -webkit-transition: .1s;
    transition: .1s;
  }
  .efo_alert span {
    font-weight: 800;
    font-size: 26px;
    padding: 0 8px;
    vertical-align: baseline;
    line-height: 1.2em;
  }
  .efo_alert:before {
    content: "";
    display: block;
    position: relative;
    border: 12px solid transparent;
    width: 0;
    height: 0;
    border-bottom-color: #333;
    border-top-width: 0;
    left: 50%;
    margin-left: -10px;
    bottom: 16px;
  }

  section.sec-site-banner {
    clear: both;
    width: 100%;
    height: 472px;
    background: url("../img/pc/img_main_2018.jpg") no-repeat;
    background-position: center top;
    background-size: auto auto;
  }
  section.sec-site-banner div.info {
    max-width: 900px;
    margin: 0 auto;
  }
  section.sec-site-banner div.info .info-catch {
    padding-top: 100px;
    padding-left: 20px;
  }
  section.sec-site-banner div.info .info-catch h2 {
    color: #444;
    font-size: 28px;
    font-weight: bold;
    line-height: 60px;
  }
  section.sec-site-banner div.info .info-catch h2 span {
    color: #fff;
    background: #000;
    padding: 4px 12px;
    margin: 0 6px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
  }
  section.sec-site-banner div.info .info-catch .info-sales {
    margin-top: 20px;
    width: 400px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
  }
  section.sec-site-banner div.info .info-catch .info-sales p {
    letter-spacing: 0.11em;
    text-align: center;
    padding: 10px 8px;
    font-size: 15px;
    font-weight: bold;
  }
  section.sec-feature {
    clear: both;
    width: 100%;
  }
  section.sec-feature div.inner {
    max-width: 980px;
    margin: 0 auto;
  }
  section.sec-feature div.inner div.feature-differentiate {
    margin-top: 50px;
  }
  section.sec-feature div.inner div.feature-differentiate div.feature-differentiate-left {
    float: left;
  }
  section.sec-feature div.inner div.feature-differentiate div.feature-differentiate-left div.feature-differentiate-catch {
    font-size: 16px;
  }
  section.sec-feature div.inner div.feature-differentiate div.feature-differentiate-right {
    float: right;
  }
  section.sec-feature div.inner div.feature-differentiate div.feature-differentiate-right div.feature-differentiate-banner {
    max-width: 540px;
  }
  section.sec-lowcost {
    clear: both;
    width: 100%;
    margin-top: 80px;
  }
  section.sec-lowcost div.inner {
    max-width: 980px;
    margin: 0 auto;
  }
  section.sec-lowcost div.inner div.lowcost-differentiate {
    margin-top: 5px;
  }
  section.sec-lowcost div.inner div.lowcost-differentiate div.lowcost-left {
    float: left;
  }
  section.sec-lowcost div.inner div.lowcost-differentiate div.lowcost-right {
    float: right;
  }
  section.sec-lowcost div.inner div.lowcost-differentiate div.lowcost-right div.lowcost-catch {
    font-size: 16px;
  }
  section.sec-customize {
    clear: both;
    width: 100%;
    margin-top: 60px;
  }
  section.sec-customize div.inner {
    max-width: 980px;
    margin: 0 auto;
  }
  section.sec-customize div.inner div.customize-differentiate {
    margin-top: 5px;
  }
  section.sec-customize div.inner div.customize-differentiate div.customize-left {
    float: left;
  }
  section.sec-customize div.inner div.customize-differentiate div.customize-left div.customize-catch {
    font-size: 16px;
  }
  section.sec-customize div.inner div.customize-differentiate div.customize-right {
    float: right;
  }
  section.sec-customize div.inner div.customize-differentiate div.customize-right div.customize-banner {
    width: 394px;
    padding-right: 80px;
    margin-bottom: 30px;
  }
  section.sec-customize div.section-line {
    margin-top: 20px;
    width: 100%;
    background: url("../img/common/bg_shadow.png") repeat-x;
    height: 10px;
    position: relative;
    bottom: 0;
  }
  section.sec-howto {
    clear: both;
    width: 100%;
    margin-top: 80px;
  }
  section.sec-howto div.inner {
    max-width: 980px;
    margin: 0 auto;
  }
  section.sec-howto div.inner h2 {
    background: url("../img/pc/title_use.png") no-repeat;
    width: 130px;
    text-align: center;
    font-weight: bold;
    font-size: 0px;
    color: #333;
    height: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    overflow: hidden;
  }
  section.sec-howto div.inner div.howto-area {
    margin-top: 30px;
  }
  section.sec-howto div.inner div.howto-area h3 {
    color: #fff;
    padding: 8px 10px;
    background: #333;
    text-align: center;
  }
  section.sec-howto div.inner div.howto-area h3.howto-area-title-grey {
    background: #aaa;
  }
  section.sec-howto div.inner div.howto-area p {
    text-align: center;
    margin: 4px 0px;
  }
  section.sec-howto div.inner div.howto-area div.howto-area-left {
    float: left;
  }
  section.sec-howto div.inner div.howto-area div.howto-area-left div.howto-area-left-banner {
    margin-top: 26px;
  }
  section.sec-howto div.inner div.howto-area div.howto-area-center {
    float: left;
  }
  section.sec-howto div.inner div.howto-area div.howto-area-center div.howto-area-center-banner {
    margin-bottom: 20px;
  }
  section.sec-howto div.inner div.howto-area div.howto-area-right {
    float: left;
  }
  section.sec-howto div.inner div.howto-area div.howto-area-next {
    float: left;
    padding-top: 140px;
    margin: 0px 4px 0px 0px;
  }
  section.sec-howto div.bottom-banner {
    margin-bottom: 40px;
  }
  section.sec-howto div.bottom-banner p {
    background-color: #f9f9f9;
    padding: 20px 0px 20px 0px;
    text-align: center;
  }
  section.sec-howto div.section-line {
    margin-top: 20px;
    width: 100%;
    background: url("../img/common/bg_shadow.png") repeat-x;
    height: 10px;
    position: relative;
    bottom: -10px;
  }
  section.sec-flow {
    clear: both;
    width: 100%;
    background: url("../img/common/bg_stripe01.png") repeat;
  }
  section.sec-flow div.inner {
    max-width: 980px;
    margin: 0 auto;
    padding-top: 60px;
  }
  section.sec-flow div.inner h2 {
    background: url("../img/pc/titile_flow.png") no-repeat;
    width: 480px;
    text-align: center;
    font-weight: bold;
    font-size: 0px;
    color: #333;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    overflow: hidden;
  }
  section.sec-flow div.inner p.sec-flow-catch {
    text-align: center;
    margin: 10px 0px;
  }
  section.sec-flow div.inner div.flow-area ul {
    width: 980px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  section.sec-flow div.inner div.flow-area ul li {
    float: left;
    margin-bottom: 30px;
  }
  section.sec-flow div.inner div.flow-area ul li.flow-area-item {
    width: 180px;
  }
  section.sec-flow div.inner div.flow-area ul li div.flow-area-next {
    background: url("../img/sp/icon_menu.png") no-repeat;
    background-size: 15px 15px;
    margin-top: 200px;
    width: 15px;
    height: 15px;
  }
  section.sec-flow div.inner div.flow-area ul li div.flow-area-num {
    text-align: center;
    font-size: 24px;
    color: #333;
    margin: 6px 0px;
  }
  section.sec-flow div.inner div.flow-area ul li div.flow-area-num-title {
    text-align: center;
    font-size: 16px;
    color: #f90;
    margin: 6px 0px;
  }
  section.sec-flow div.inner div.flow-area ul li div.flow-area-num-banner {
    margin: 10px 0px;
  }
  section.sec-flow div.inner div.flow-area ul li div.flow-area-num-msg {
    text-align: left;
    font-size: 11px;
  }
  section.sec-flow div.section-line {
    margin-top: 20px;
    width: 100%;
    background: url("../img/common/bg_shadow.png") repeat-x;
    height: 10px;
    position: relative;
    bottom: -10px;
  }
  section.sec-management {
    clear: both;
    width: 100%;
    margin-top: 80px;
  }
  section.sec-management div.inner {
    max-width: 980px;
    margin: 0 auto;
  }
  section.sec-management div.inner h2 {
    background: url("../img/pc/title_admin.png") no-repeat;
    width: 300px;
    text-align: center;
    font-weight: bold;
    font-size: 0px;
    color: #333;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    overflow: hidden;
  }
  section.sec-management div.inner p.sec-management-catch {
    text-align: center;
    margin: 10px 0px;
  }
  section.sec-management div.inner div.management-area {
    text-align: center;
  }
  section.sec-management div.inner div.management-area div.management-area-main-banner {
    text-align: center;
  }
  section.sec-management div.inner div.management-area div.management-area-table {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
  }
  section.sec-management div.inner div.management-area div.management-area-table h3 {
    background: url("../img/common/icon_tool.png") no-repeat;
    background-size: 17px 17px;
    background-position: left;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin: 6px 0px 10px 0px;
    padding-left: 24px;
  }
  section.sec-management div.inner div.management-area div.management-area-table div.management-area-left {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  section.sec-management div.inner div.management-area div.management-area-table div.management-area-left dl {
    width: 400px;
    border-top: 1px solid #eee;
  }
  section.sec-management div.inner div.management-area div.management-area-table div.management-area-left dl.line-last {
    border-bottom: 1px solid #eee;
  }
  section.sec-management div.inner div.management-area div.management-area-table div.management-area-left dl dt {
    font-size: 14px;
    width: 110px;
    text-align: left;
    font-weight: bold;
    float: left;
    padding: 6px 10px;
  }
  section.sec-management div.inner div.management-area div.management-area-table div.management-area-left dl dd {
    text-align: left;
    nax-width: 180px;
    padding: 6px 10px;
    font-size: 12px;
  }
  section.sec-management div.inner div.management-area div.management-area-table div.management-area-right {
    float: left;
    margin-bottom: 20px;
  }
  section.sec-management div.inner div.management-area div.management-area-table div.management-area-right dl {
    width: 400px;
    border-top: 1px solid #eee;
  }
  section.sec-management div.inner div.management-area div.management-area-table div.management-area-right dl.line-last {
    border-bottom: 1px solid #eee;
  }
  section.sec-management div.inner div.management-area div.management-area-table div.management-area-right dl dt {
    font-size: 14px;
    width: 110px;
    text-align: left;
    font-weight: bold;
    float: left;
    padding: 6px 10px;
  }
  section.sec-management div.inner div.management-area div.management-area-table div.management-area-right dl dd {
    text-align: left;
    nax-width: 180px;
    padding: 6px 10px;
    font-size: 12px;
  }
  section.sec-management div.section-line {
    margin-top: 20px;
    width: 100%;
    background: url("../img/common/bg_shadow.png") repeat-x;
    height: 10px;
    position: relative;
    bottom: -10px;
  }
  section.sec-price {
    clear: both;
    width: 100%;
    padding-top: 80px;
    background: url("../img/common/bg_stripe02.png") repeat;
  }
  section.sec-price div.inner {
    max-width: 980px;
    margin: 0 auto;
  }
  section.sec-price div.inner h2 {
    background: url("../img/pc/title_price.png") no-repeat;
    width: 156px;
    text-align: center;
    font-size: 0px;
    font-weight: bold;
    color: #333;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-top: 10px;
    overflow: hidden;
  }
  section.sec-price div.inner div.sec-price-banner {
    text-align: center;
    margin: 10px 0px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background: #bd3728;
    padding: 10px 20px;
  }
  section.sec-price div.inner div.sec-price-banner h3 {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding: 8px 0px 2px 0px;
  }
  section.sec-price div.inner div.sec-price-banner p {
    color: #fff;
    font-size: 14px;
    padding: 6px 0px 8px 0px;
  }
  section.sec-price div.inner div.sec-price-banner .box {
    position: relative;
  }
  section.sec-price div.inner div.sec-price-banner .box:after {
    content: '';
    position: absolute;
    border-top: 18px solid #bd3728;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    bottom: -26px;
    margin-left: auto;
    margin-right: auto;
  }
  section.sec-price div.inner div.price-area {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  section.sec-price div.inner div.price-area div.price-area-table div.price-area-table-left {
    float: left;
    margin-right: 40px;
  }
  section.sec-price div.inner div.price-area div.price-area-table div.price-area-table-left h3 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0px;
  }
  section.sec-price div.inner div.price-area div.price-area-table div.price-area-table-right {
    float: left;
    width: 580px;
  }
  section.sec-price div.inner div.price-area div.price-area-table div.price-area-table-right h3 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0px;
  }
  section.sec-price div.inner div.price-area div.price-area-table div.price-area-table-right table {
    box-shadow: 4px 4px 1px #cecece;
  }
  section.sec-price div.inner div.price-area div.price-area-table div.price-area-table-right table .table-left {
    border-right: 1px solid #fff;
  }
  section.sec-price div.inner div.price-area div.price-area-table div.price-area-table-right table th {
    width: 290px;
    background: #ff8000;
    color: #fff;
    padding: 10px 0 10px 30px;
    font-size: 16px;
  }
  section.sec-price div.inner div.price-area div.price-area-table div.price-area-table-right table td {
    width: 290px;
    padding: 10px 0 10px 30px;
    background: #fff;
    font-size: 16px;
  }
  section.sec-price div.inner div.price-area div.price-area-table div.price-area-table-right table td.table-gray {
    background: #eee;
  }
  section.sec-price div.inner div.price-area div.price-area-caution {
    margin: 10px 0px 50px 0px;
  }
  section.sec-price div.inner div.price-area div.price-area-caution h3 {
    font-weight: bold;
    margin: 4px 0px;
  }
  section.sec-price div.inner div.price-area div.price-area-caution ul li {
    font-size: 12px;
    color: #666;
    line-height: 1.2em;
  }
  section.sec-price div.section-line {
    margin-top: 20px;
    width: 100%;
    background: url("../img/common/bg_shadow.png") repeat-x;
    height: 10px;
    position: relative;
    bottom: -10px;
  }
  section.sec-introduction {
    clear: both;
    width: 100%;
    padding-top: 80px;
  }
  section.sec-introduction div.inner {
    max-width: 900px;
    margin: 0 auto;
  }
  section.sec-introduction div.inner div.sec-introduction-area {
    margin-bottom: 80px;
  }
  section.sec-introduction div.inner div.sec-introduction-area div.sec-introduction-area-side {
    float: left;
    width: 200px;
    background-color: #333;
    padding: 30px 30px 0px 30px;
    min-height: 300px;
    color: #fefefe;
  }
  section.sec-introduction div.inner div.sec-introduction-area div.sec-introduction-area-side h2 {
    font-size: 22px;
    line-height: 1.2em;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
  section.sec-introduction div.inner div.sec-introduction-area div.sec-introduction-area-side p.sec-introduction-area-side-logo {
    margin: 10px 0 5px 0px;
  }
  section.sec-introduction div.inner div.sec-introduction-area div.sec-introduction-area-side div.sec-introduction-area-side-company {
    color: #fefefe;
    font-size: 12px;
    line-height: 1.4em;
  }
  section.sec-introduction div.inner div.sec-introduction-area div.sec-introduction-area-main {
    padding-left: 260px;
    min-height: 330px;
    background-color: #f9f9f9;
  }
  section.sec-introduction div.inner div.sec-introduction-area div.sec-introduction-area-main .ico_question {
    background: url("/img/pc/ico_question.png") no-repeat;
    background-size: 16px 23px;
    background-position: 0px 4px;
  }
  section.sec-introduction div.inner div.sec-introduction-area div.sec-introduction-area-main .ico_answer {
    background: url("/img/pc/ico_answer.png") no-repeat;
    background-size: 18px 22px;
    background-position: 0px 2px;
    height: 22px;
  }
  section.sec-introduction div.inner div.sec-introduction-area div.sec-introduction-area-main dl {
    padding: 30px;
  }
  section.sec-introduction div.inner div.sec-introduction-area div.sec-introduction-area-main dl dt {
    font-size: 16px;
    font-weight: bold;
    margin: 6px 0px;
  }
  section.sec-introduction div.inner div.sec-introduction-area div.sec-introduction-area-main dl dt span {
    color: #f90;
    font-size: 20px;
  }
  section.sec-introduction div.inner div.sec-introduction-area div.sec-introduction-area-main dl dd {
    margin-top: 14px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  section.sec-introduction div.inner div.sec-introduction-area div.sec-introduction-area-main dl dd div.sec-introduction-area-answer {
    border-left: 4px solid #fff;
    padding-left: 14px;
  }
  section.sec-introduction div.inner div.sec-introduction-area div.sec-introduction-area-main dl dd div.sec-introduction-area-answer div.sec-introduction-area-answer-logo {
    float: left;
    font-size: 20px;
  }
  section.sec-introduction div.inner div.sec-introduction-area div.sec-introduction-area-main dl dd div.sec-introduction-area-answer div.sec-introduction-area-answer-content {
    padding-left: 30px;
    font-size: 12px;
  }
  section.sec-contact {
    clear: both;
    width: 100%;
    padding-top: 10px;
  }
  section.sec-contact div.inner {
    max-width: 900px;
    margin: 0 auto;
  }
  section.sec-contact div.inner .sec-contact-header h1 {
    text-align: center;
    margin: 20px 0px 40px 0px;
    font-weight: normal;
    font-size: 26px;
  }
  section.sec-contact div.inner .sec-contact-header h1:before {
    width: 50px;
    border-bottom: 2px solid #333;
  }
  section.sec-contact div.inner .sec-contact-header h1 span.title-line {
    display: block;
    position: relative;
    bottom: -18px;
    width: 50px;
    height: 3px;
    margin: 0 auto;
    background: #646464;
  }
  section.sec-contact div.inner .sec-contact-header p {
    padding: 2px 0px;
  }
  section.sec-contact div.inner .sec-contact-header p.notes {
    padding: 6px 0px;
  }
  section.sec-contact div.inner .sec-contact-header .button-box {
    margin: 80px;
    text-align: center;
  }
  section.sec-contact div.inner .form-title-area {
    float: left;
    width: 248px;
    margin: 0 30px 0 0 !important;
  }
  section.sec-contact div.inner .form-title {
    padding: 12px 0;
    float: left;
    width: 248px;
    display: block;
    margin: 0 30px 0 0 !important;
    clear: left;
    min-height: 60px;
    font-size: 18px;
  }
  section.sec-contact div.inner .form-sub-title {
    color: #999;
    font-size: 12px;
    padding: 10px 0px 10px 0px;
  }
  section.sec-contact div.inner .efo_icon-required span:after {
    margin-left: 14px;
    content: "必須";
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    padding: 2px 8px;
    background: #de6060;
  }
  section.sec-contact div.inner .efo_icon-ok span:after {
    margin-left: 14px;
    content: "ＯＫ";
    background: #ff8400;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    padding: 2px 8px;
  }
  section.sec-contact div.inner .efo_icon-ng span:after {
    margin-left: 10px;
    content: "不可";
    background: #de6060;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    padding: 2px 8px;
  }
  section.sec-contact div.inner .input-box {
    float: left;
    min-width: 500px;
  }
  section.sec-contact div.inner .input-box .code_url {
    float: left;
    margin-right: 20px;
    padding-top: 14px;
  }
  section.sec-contact div.inner div.input-box-bottom {
    margin: 30px 0px;
  }
  section.sec-contact div.inner .input-check-box {
    float: left;
    width: 400px;
  }
  section.sec-contact div.inner .text-field {
    -webkit-appearance: none;
    border-radius: 0;
    display: block;
    margin: 0;
    padding: 12px;
    line-height: 1.2em;
    background: #f0f0f0;
    border: 2px solid #ddd;
    color: #333;
    font-size: 20px;
    -webkit-transition: .1s;
    transition: .1s;
    width: 100%;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  section.sec-contact div.inner .text-field.middle {
    width: 40%;
  }
  section.sec-contact div.inner .text-field:hover {
    background: #fafafa;
    -webkit-transition: none;
    transition: none;
  }
  section.sec-contact div.inner .text-field:focus {
    outline: none;
    background: #fff !important;
    border-color: #ff8400 !important;
    color: #000 !important;
    cursor: text !important;
  }
  section.sec-contact div.inner .agreement-box {
    both: clear;
    margin: auto;
    overflow-y: auto;
    resize: vertical;
    width: 80%;
    height: 200px;
    margin-bottom: 10px;
    padding: 10px 30px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    font-size: 12px;
    line-height: 1.8;
  }
  section.sec-contact div.inner .agreement-box pre {
    font-size: 12px !important;
    line-height: 1.0em !important;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  section.sec-contact div.inner .agreement-box h2 {
    font-size: 15px;
    padding: 5px 0px;
    font-weight: bold;
  }
  section.sec-contact div.inner .agreement-box h3 {
    font-size: 14px;
    padding: 10px 0px 0px 0px;
    font-weight: bold;
  }
  section.sec-contact div.inner .agreement-box ul {
    margin: 5px 0px;
  }

  div#page-frame div#page-content {
    margin-bottom: 80px;
  }
  div#page-frame div#page-content h2 {
    font-size: 22px;
    color: #ff8000;
    line-height: 42px;
    margin-bottom: 6px;
  }
  div#page-frame div#page-content h3 {
    font-size: 20px;
    color: #ff8000;
    line-height: 42px;
    margin-bottom: 6px;
  }
  div#page-frame div#page-content p.lead {
    margin-bottom: 18px;
    color: #666;
  }
  div#page-frame div#page-content ul, div#page-frame div#page-content ol {
    list-style: none outside;
    margin-bottom: 24px;
    margin-top: 12px;
  }
  div#page-frame div#page-content ul li, div#page-frame div#page-content ol li {
    line-height: 18px;
    margin-bottom: 7px;
    text-indent: -12px;
    margin-left: 12px;
  }
  div#page-frame div#page-content div#contact-box {
    margin-top: 30px;
  }
  div#page-frame div#page-content .talign-right {
    text-align: right;
  }
  div#page-frame div#page-content .cmn-list.ml2em {
    margin-left: 2em;
  }

  .text-field:hover {
    background: #fafafa;
    -webkit-transition: none;
    transition: none;
  }

  .text-field:focus {
    outline: none;
    background: #fff !important;
    border-color: #ff8400 !important;
    color: #000 !important;
    cursor: text !important;
  }

  textarea.text-field {
    resize: vertical;
    height: 200px;
  }

  input[type="radio"], input[type="checkbox"] {
    display: none;
  }

  input[type="radio"] + label:hover, input[type="checkbox"] + label:hover {
    color: gray;
  }

  input[type="radio"]:checked + label, input[type="checkbox"]:checked + label {
    color: #ff8400;
  }

  input[type="radio"] + label:hover:before {
    background-color: #fff;
  }

  input[type="radio"]:checked + label {
    cursor: default;
    -webkit-tap-highlight-color: transparent;
  }

  input[type="radio"]:checked + label:before {
    border-color: #ff8400 !important;
    background-color: #ff8400 !important;
    -webkit-box-shadow: inset -1px 0 0 7px #fff;
    box-shadow: inset 0 0 0 7px #fff;
  }

  input[type="checkbox"] + label:before {
    width: 34px;
    height: 34px;
    line-height: 32px;
    font-size: 42px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    content: "";
    color: transparent;
    padding: 0;
    border-radius: 5px;
    border: 2px solid #ddd;
    background: #f0f0f0;
    margin: -2px 5px 0 0;
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  input[type="radio"] + label, input[type="checkbox"] + label {
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    margin-right: 0;
    color: #505050;
    line-height: 1;
    padding: 7px 0 3px 50px;
    text-indent: -39px;
  }

  input[type="radio"] + label:before {
    width: 30px;
    height: 30px;
    display: inline-block;
    content: "";
    border-radius: 17px;
    vertical-align: middle;
    border: 2px solid #ddd;
    background: #fafafa;
    margin: -2px 5px 0 0;
    -webkit-transition: .1s;
    transition: .1s;
  }

  input[type="radio"] + label, input[type="checkbox"] + label {
    margin-right: 10px;
    padding: 7px 0 3px 0;
    text-indent: 0;
  }

  input[type="checkbox"] + label:before {
    width: 34px;
    height: 34px;
    line-height: 32px;
    font-size: 42px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    content: "";
    color: transparent;
    padding: 0;
    border-radius: 0px;
    border: 2px solid #ddd;
    background: #f0f0f0;
    margin: -2px 5px 0 0;
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  input[type="checkbox"]:checked + label:before {
    content: "\2714";
    font-size: 25px;
    background: #fff !important;
    color: #f90 !important;
    border-color: #ff8400 !important;
  }

  .form-error, input[type="radio"].required + label:before, input[type="checkbox"].required + label:before {
    background: #feefeb;
    border-color: #fcdbd2;
  }

  .btn-hover {
    color: #fff;
    background-color: #ff8400;
    font-weight: bold;
  }
  .btn-hover:hover {
    cursor: pointer;
    background-color: #d14836;
    background-image: -webkit-linear-gradient(top, #dd4b39, #d14836);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }

  .btn-hover-grey {
    color: #fff;
    background-color: #878787;
    font-weight: bold;
  }
  .btn-hover-grey:hover {
    cursor: pointer;
    background-color: #d14836;
    background-image: -webkit-linear-gradient(top, #dd4b39, #d14836);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }

  .submit-area {
    clear: both;
    width: 900px;
    margin: 40px auto;
    text-align: center;
  }

  /*	ナビ
  ------------------------------ */
  header .aanav {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 120px;
    margin-bottom: 10px !important;
  }
  header .aanav .current {
    background-color: #1f2429;
  }
  header .aanav .current:hover {
    background-color: #1f2429;
  }
  header .aanav li {
    margin-top: 1px;
    position: relative;
    float: left;
    width: 44px;
    height: 49px;
    color: #fff;
  }
  header .aanav li:hover {
    background-color: #38434d;
  }
  header .aanav li a {
    display: block;
    width: 44px;
    height: 0;
    padding-top: 60px;
    line-height: 2;
    overflow: hidden;
  }

  /* コンテンツメイン
  ------------------------------ */
  div#content {
    max-width: 980px;
    padding: 0 10px;
    margin: 0 auto;
  }

  /*	フッタ
  ------------------------------ */
  footer, #footer {
    width: 100%;
  }
  footer div.footer-apply-area, #footer div.footer-apply-area {
    background: url("../img/pc/bg_footer.png") no-repeat;
    background-position: center;
    width: 100%;
    height: 287px;
  }
  footer div.footer-apply-area div.footer-apply-area-inner, #footer div.footer-apply-area div.footer-apply-area-inner {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 287px;
    z-index: 1;
  }
  footer div.footer-apply-area p.apply-area-catch, #footer div.footer-apply-area p.apply-area-catch {
    background: url("../img/pc/img_introduction.png") no-repeat;
    width: 400px;
    height: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0px 20px 0px;
    color: #fff;
    font-size: 0px;
    z-index: 1000;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    padding-top: 10px;
    overflow: hidden;
    position: relative;
    top: 60px;
  }
  footer div.footer-apply-area div.apply-area-banner, #footer div.footer-apply-area div.apply-area-banner {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 0px 0px 0px;
    width: 300px;
    height: 40px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border: 3px solid #fff;
    z-index: 1000;
    position: relative;
    top: 50px;
  }
  footer div.footer-apply-area div.apply-area-banner a, #footer div.footer-apply-area div.apply-area-banner a {
    color: #fff;
    font-size: 18px;
  }
  footer div.footer-apply-area p.apply-area-link, #footer div.footer-apply-area p.apply-area-link {
    text-align: center;
    padding: 20px 0px;
    color: #fff;
    font-size: 16px;
    z-index: 1000;
    position: relative;
    top: 50px;
  }
  footer div.footer-apply-area p.apply-area-link a, #footer div.footer-apply-area p.apply-area-link a {
    color: #eee;
    font-size: 14px;
  }
  footer div.btn-page-top, #footer div.btn-page-top {
    position: absolute;
    background: url("../img/pc/pagetop.png") no-repeat;
    bottom: 20px;
    right: 40px;
    width: 54px;
    height: 54px;
  }
  footer div.btn-page-top a, #footer div.btn-page-top a {
    width: 54px;
    height: 54px;
  }
  footer div.footer-line, #footer div.footer-line {
    padding: 10px 0px 16px 0px;
    height: 20px;
    background: #333;
  }
  footer div.footer-line div.footer-line-area, #footer div.footer-line div.footer-line-area {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  footer div.footer-line div.footer-line-area div.shares, #footer div.footer-line div.footer-line-area div.shares {
    float: left;
  }
  footer div.footer-line div.footer-line-area div.shares ul li, #footer div.footer-line div.footer-line-area div.shares ul li {
    float: left;
    padding-right: 4px;
  }
  footer div.footer-line div.footer-line-area nav, #footer div.footer-line div.footer-line-area nav {
    float: right;
  }
  footer div.footer-line div.footer-line-area nav ul li, #footer div.footer-line div.footer-line-area nav ul li {
    float: left;
    color: #888;
    font-size: 11px;
    font-weight: normal;
    padding: 0 4px;
  }
  footer div.footer-line div.footer-line-area nav ul li a, #footer div.footer-line div.footer-line-area nav ul li a {
    color: #888;
    padding-right: 10px;
  }
  footer div.footer-line div.footer-line-area nav ul li a.footer-link, #footer div.footer-line div.footer-line-area nav ul li a.footer-link {
    border-right: 1px solid #aaa;
  }

  #page-top {
    position: absolute;
    background: url("../img/pc/pagetop.png") no-repeat;
    bottom: 20px;
    right: 40px;
    width: 54px;
    height: 54px;
  }
  #page-top a {
    width: 54px;
    height: 54px;
  }

  #footer div#linkSection, #footer div#linkSection {
    width: 100%;
    margin: 10px auto;
  }
  #footer div#linkSection ul li, #footer div#linkSection ul li {
    float: left;
    list-style-type: none;
    border-left: 1px solid #ddd;
    padding: 0px 10px 0px 10px;
    line-height: 13px;
  }
  #footer div#linkSection ul li.last, #footer div#linkSection ul li.last {
    border-right: none;
    border: none;
    padding-left: 0px;
  }
  #footer div#copyright {
    clear: both;
    width: 100%;
    margin: 25px auto 0px auto;
    color: #888;
  }

  #page-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 999;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #page-top:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  #page-top a {
    display: block;
    padding: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
  }

  /*	コンテンツ内
  ------------------------------ */
  body {
    background: #fff;
    color: #5e5e5e;
    font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  body .container {
    position: relative;
    width: 100%;
    height: 50px;
  }
  body .container:after {
    content: '';
    display: block;
    clear: both;
  }

  a {
    color: #8c8c8c;
    text-decoration: none;
    padding-bottom: 1px;
  }

  a:hover {
    text-decoration: none;
  }

  .form-item {
    margin-bottom: 0.75em;
    width: 100%;
  }
  .form-item input {
    background: #fafafa;
    border: none;
    border-bottom: 2px solid #e9e9e9;
    color: #666;
    font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1em;
    height: 50px;
    transition: border-color 0.3s;
    padding-left: 5px;
    width: 100%;
  }
  .form-item input:focus {
    border-bottom: 2px solid #c0c0c0;
    outline: none;
  }

  .button-panel {
    margin: 0.5em 0;
    width: 100%;
  }
  .button-panel .button {
    background: #f16272;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 50px;
    font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    text-align: center;
    transition: background 0.3s ease-in-out;
    width: 100%;
  }
  .button-panel .button:hover {
    background: #ee3e52;
  }
  .button-panel .search-submit {
    margin: 0 auto;
    width: 30%;
  }

  .form-footer {
    font-size: 1em;
    padding: 2em 0;
    text-align: center;
  }
  .form-footer a {
    color: #8c8c8c;
    text-decoration: none;
    transition: border-color 0.3s;
  }
  .form-footer a:hover {
    border-bottom: 1px dotted #8c8c8c;
  }

  .form-wrapper {
    background: #fafafa;
    margin: 2em auto;
    padding: 0 1em;
    max-width: 370px;
  }

  .form-wrapper-login {
    background: #fafafa;
    margin: 5px auto;
    padding: 0 1em;
    max-width: 370px;
  }

  /*	ポップアップ / エラー画面
  ------------------------------ */
  .validate-msg-auth, .validate-msg-success, .validate-msg-error {
    max-width: 100%;
    margin: 0 auto;
  }

  .alert-auth {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    text-align: center;
  }

  .alert-success {
    color: #eee;
    background-color: #f90;
    border-color: #f90;
    text-align: center;
  }

  .alert-error {
    color: #CC3300;
    background-color: #F0C1B2;
    border-color: #F0C1B2;
    text-align: center;
  }

  .alert-dismissable {
    margin: 0px 0px 0px 0px;
  }

  .alert {
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 0px;
  }
  .alert .alert-msg {
    margin-right: 25px;
    font-size: 14px;
  }
  .alert .alert-msg strong {
    font-weight: bold;
  }

  .alert-dismissable .close {
    position: relative;
    top: -2px;
    color: inherit;
  }

  button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
  }

  .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.6;
    filter: alpha(opacity=20);
  }

  .icon-caution {
    color: #bd3728;
  }

  /*	フォーム関連
  ------------------------------ */
  span.required:before {
    absolute: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-right: 10px;
    border-top: 10px solid #f16272;
    border-right: 10px solid transparent;
  }

  span.norequired:before {
    absolute: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-right: 10px;
  }

  .btn-info {
    position: relative;
    top: 3px;
    margin-left: 13px;
    vertical-align: 3px;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
  }

  /* radio */
  .radio-setting li {
    float: left;
    margin-top: 15px;
    position: relative;
    list-style-type: none;
  }
  .radio-setting li:hover {
    background: #ee3e52;
  }
  .radio-setting li input:checked + label {
    background: #ff9900 no-repeat left 9px top 7px;
    color: #fff;
  }
  .radio-setting li input + label {
    background: #c9c9c9 no-repeat left 9px top 8px;
    color: #333;
    display: block;
    text-align: center;
    padding: 10px 25px 10px 25px;
  }
  .radio-setting li input {
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .radio-setting li input:hover {
    cursor: pointer;
  }
  .radio-setting .radio-setting-dayweeks {
    position: absolute;
    top: 30px;
    z-index: 10;
    height: 200px;
  }
  .radio-setting .radio-setting-dayweeks li {
    left: 0px;
    margin: 0 0;
    margin-top: 0px;
    overflow: hidden;
  }

  /* input file */
  .uploadButton {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: #099;
    color: #fff;
    text-align: center;
    padding: 10px;
    line-height: 30px;
    width: 100%;
    cursor: pointer;
  }
  .uploadButton:hover {
    background: #0aa;
  }
  .uploadButton input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
  }

  /*	コンテンツ ベース
  ------------------------------ */
  .wrapper {
    position: relative;
    width: 980px;
    margin: 30px auto 0 auto;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    padding: 0 10px;
    background: #fafafa;
  }

  .wrapper_list {
    position: relative;
    width: 980px;
    margin: 10px auto 0 auto;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 0 10px;
    background: #fafafa;
  }

  .wrapper_search_list {
    position: relative;
    width: 980px;
    margin: 10px auto 0 auto;
    margin-bottom: 20px;
  }

  .heading_side_btn {
    float: right;
    margin-top: 18px;
  }

  .button-panel .button {
    background: #f16272;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    text-align: center;
    transition: background 0.3s ease-in-out;
  }
  .button-panel .button:hover {
    background: #ee3e52;
  }
  .button-panel .link-btn {
    background: #f16272;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
    padding: 8px 15px;
    letter-spacing: 0.05em;
    text-align: center;
    transition: background 0.3s ease-in-out;
  }
  .button-panel .link-btn:hover {
    background: #ee3e52;
  }
  .button-panel .link-page-btn {
    background: #F90;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
    padding: 8px 20px;
    letter-spacing: 0.05em;
    text-align: center;
    transition: background 0.3s ease-in-out;
    font-size: 16px;
  }
  .button-panel .link-page-btn:hover {
    background: #ee3e52;
  }
  .button-panel .download-page-btn {
    background: #099;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
    padding: 8px 20px;
    letter-spacing: 0.05em;
    text-align: center;
    transition: background 0.3s ease-in-out;
    font-size: 16px;
  }
  .button-panel .download-page-btn:hover {
    background: #0aa;
  }
  .button-panel .cancel-btn {
    background: #999;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
    padding: 8px 20px;
    letter-spacing: 0.05em;
    text-align: center;
    transition: background 0.3s ease-in-out;
    font-size: 16px;
  }
  .button-panel .cancel-btn:hover {
    background: #666;
  }

  .btn_basic a {
    display: block;
    color: #fff;
    text-decoration: none;
    background-color: #F90;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
  }
  .btn_basic button {
    width: 160px;
    height: 40px;
    color: #fff;
    text-decoration: none;
    vertical-align: text-top;
    background-color: #999;
    font-size: 15px;
  }

  .form_basic .cols {
    padding: 25px 20px;
    background: url("../img/account/border_dot.gif") repeat-x top;
    letter-spacing: -0.35em;
  }
  .form_basic .cols dt {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 220px;
    font-size: 15px;
    font-weight: bold;
    line-height: 180%;
  }
  .form_basic .cols dd, .form_basic .cols li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
  }
  .form_basic .cols input[type="text"], .form_basic .cols input[type="password"] {
    padding: 0 5px;
    background: #f6f6f6;
    background-color: #f6f6f6;
    border: none;
    border-bottom: 2px solid #e9e9e9;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    height: 50px;
    transition: border-color 0.3s;
    padding-left: 10px;
  }
  .form_basic .cols input[type="text"].form-error, .form_basic .cols input[type="password"].form-error {
    background-color: #F0C1B2;
  }
  .form_basic .cols input[type="text"]:focus, .form_basic .cols input[type="password"]:focus {
    border-bottom: 2px solid #c0c0c0;
    outline: none;
  }
  .form_basic .cols-bottom {
    background: url("../img/account/border_dot.gif") repeat-x bottom;
  }
  .form_basic .w490 {
    width: 490px;
  }
  .form_basic .w120 {
    width: 120px;
  }
  .form_basic .form_caution {
    display: block;
    padding: 8px 0 0 0;
    color: #999;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.45455;
  }
  .form_basic .form_example {
    margin-left: 20px;
  }
  .form_basic .error {
    display: block;
    padding: 10px 0 0 0;
    color: #ff0000;
  }
  .form_basic .fileup {
    margin-bottom: 10px;
    font-size: 13px !important;
  }
  .form_basic .images.dragdrop {
    background: url("../img/account/bg_dragdrop.png") no-repeat center center #e9e9e9;
  }
  .form_basic .images {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 450px;
    height: 112px;
    border: 1px solid #ccc;
    margin-top: 20px;
    padding: 12px 0px 0 12px;
    background-color: #e9e9e9;
    cursor: move;
  }
  .form_basic textarea {
    width: 480px;
    height: 150px;
    border: #ccc 1px solid;
    padding: 5px;
    background: #fff;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    line-height: 1.6em;
  }
  .form_basic textarea.form-error {
    background-color: #F0C1B2;
  }
  .form_basic .btn_pair {
    padding-top: 25px;
  }
  .form_basic .border_top {
    background: url("../img/account/border_dot.gif") repeat-x top;
  }
  .form_basic .border_top .btn_pair {
    padding: 25px 0px 20px 0px;
    clear: both;
    width: 381px;
    margin: 0 auto;
    letter-spacing: -0.35em;
  }
  .form_basic .border_top .btn_pair dd, .form_basic .border_top .btn_pair li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    padding: 0 10px;
    vertical-align: bottom;
  }

  /*	リスト ベース
  ------------------------------ */
  table#search-list, table#sub-category-list {
    background: #fafafa;
    margin: 15px 0px 20px 0px;
    padding: 10px;
    border-collapse: separate;
    border-spacing: 2px;
    border-bottom: 1px solid #dddddd;
    width: 100%;
  }
  table#search-list th, table#sub-category-list th {
    vertical-align: bottom;
    font-weight: bold;
  }
  table#search-list th, table#search-list td, table#sub-category-list th, table#sub-category-list td {
    padding: 15px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
  }

  table.search-box {
    border: 3px solid #CCC9C3;
    background: linear-gradient(to bottom, #f3f3f3 0%, rgba(255, 255, 255, 0) 100%);
    border-collapse: collapse;
    margin-top: 0.3em;
    padding: 8px 5px;
    width: 100%;
    clear: both;
  }
  table.search-box tr {
    border: 1.5px solid #DCD9D3;
  }
  table.search-box th {
    color: #666;
    padding-bottom: 10px;
    background-color: #ECE9E3;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
    padding: 0px 10px 0px 0;
    width: 200px;
    line-height: 1.3;
    overflow: hidden;
    color: #555;
    padding: 6px;
  }
  table.search-box td {
    border: 1px solid #CCC9C3;
    background-color: #fff;
    width: 30%;
    min-width: 50px;
    line-height: 1.3;
    vertical-align: middle;
    overflow: hidden;
    color: #555;
    padding: 5px;
  }
  table.search-box td input {
    margin: 0px 5px;
  }
  table.search-box input[type="text"], table.search-box table.search-box input[type="password"] {
    width: 90%;
    border: none;
    padding: 0 3px;
    background: #f6f6f6;
    background-color: #f6f6f6;
    border: none;
    border-bottom: 2px solid #e9e9e9;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    height: 36px;
    transition: border-color 0.3s;
    padding-left: 10px;
    outline: none;
  }
  table.search-box nput:focus {
    border-bottom: 2px solid #c0c0c0;
    outline: none;
  }

  /*	ページング
  ------------------------------ */
  .pagingSection {
    text-align: center;
    vertical-align: top;
  }
  .pagingSection ul li {
    float: none;
    display: inline-block;
    margin: 0 0;
    color: #666;
    font-size: 16px;
  }
  .pagingSection .pagination {
    margin: 0px auto 0px auto;
    height: 30px;
  }
  .pagingSection .pagination ul, .pagingSection .pagination ol {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .pagingSection .pagination li {
    display: inline-block;
    margin: 0;
    padding: 5px;
    margin: 0px 2px;
  }
  .pagingSection .pagination li span.disabled {
    padding: 3px 6px 1px 6px;
    border: 1.5px solid #eee;
  }
  .pagingSection .pagination span {
    font: 16px/18px notosans-bold, sans-serif;
    display: inline-block;
    margin-bottom: 6px;
    color: #333;
    background-color: #fff;
    border: 1.5px solid #eee;
    padding: 2px 0px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
  .pagingSection .pagination span .pagingContinue {
    margin: 0 8px;
    border: 0px;
    background-color: #e9e9e9;
  }
  .pagingSection .pagination span.pagingContinue {
    margin: 0 8px;
    border: 0px;
    background-color: #e9e9e9;
  }
  .pagingSection .pagination .page-numbers {
    font: 16px/18px notosans-bold, sans-serif;
    display: inline-block;
    padding: 2px 0px;
    margin-bottom: 6px;
    color: #6E757C;
    background-color: #fff;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
  }
  .pagingSection .pagination .page-numbers:hover {
    background: #888;
    color: #fff;
  }
  .pagingSection .pagination .page-numbers a {
    color: #6E757C;
    border-bottom: 0px;
  }
  .pagingSection .pagination .page-numbers a:hover {
    color: #6E757C;
  }
  .pagingSection .pagination .disabled, .pagingSection .pagination .disabled:hover {
    background-color: #DDD;
    padding: 2px 6px;
    color: #fff;
  }
  .pagingSection .pagination .disabled {
    background-color: #DDD;
    color: #A9ADB2;
  }
  .pagingSection .pagination .current, .pagingSection .pagination .current:hover {
    background-color: #f90;
    color: #F9F9F9;
  }
  .pagingSection .pagination a, .pagingSection .pagination a:visited {
    text-decoration: none;
    border-bottom: 0px;
    outline: 0;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    padding: 4px 8px;
  }
  .pagingSection .pagination a:hover {
    color: #6E757C;
    background-color: #E6E8EB;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
  }
}
