@charset "UTF-8";
/* ==========================================================================

    Theme Name: neostaff
    Theme URI: http://
    Author: Yuria Shoji
    Author URI: http://kiu.co.jp/
    Version: 1.0

   ========================================================================== */

html {
   font-size: 62.5%;
}

body {
   margin: 0;
   background: #66cc1f;
   color: #3F3F3F;
   font-family: sans-serif;
   font-size: 16px; font-size: 1.6rem;
   line-height: 1.6;
   -webkit-text-size-adjust: 100%;
}

::-moz-selection {
   background: #A4DDF1;
   text-shadow: none;
}

::selection {
   background: #A4DDF1;
   text-shadow: none;
}

hr {
   display: block;
   height: 1px;
   border: 0;
   border-top: 1px solid #ccc;
   margin: 1em 0;
   padding: 0;
}

p{ margin: 0; }

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

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

a,
a:hover{
   color: #fff;
   text-decoration: none;
}

a:focus{
   outline: none;
   color: #fff;
   text-decoration: none;
}


audio,
canvas,
iframe,
img,
svg,
video {
   vertical-align: middle;
}

fieldset {
   border: 0;
   margin: 0;
   padding: 0;
}

textarea {
   resize: vertical;
}

button{
   outline: none;
}

.clearfix:before,
.clearfix:after {
   content: " ";
   display: table;
}

.clearfix:after {
   clear: both;
}

.clearfix {
   *zoom: 1;
}

.ctr{ text-align: center; }

.mb20{ margin: 0 0 20px; }
.mb30{ margin: 0 0 30px; }

.mt10{ margin: 10px 0 0; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"]{
    width: 100%;
    height: 40px;
    line-height: 38px;
    margin: 0;
    padding: 10px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    box-sizing: border-box;
    background: #fff;
    cursor: pointer;
    resize: none;
    font-size: 16px; font-size: 1.6rem;
}

input[type="text"].disabled{
    background: #eee;
    color: #999;
}

.select-wrap {
    position: relative;
}
.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 10px;
    top: 0;
    content: "\f107";
    font-family: 'FontAwesome';
    font-weight: 900;
    line-height: 40px;
    color: #989aaf;
    pointer-events: none;
}

select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    box-sizing: border-box;
    color:#3f3f3f;
    width:100%;
    font-size :16px; font-size: 1.6rem;
}
   /* ==============
       Header
      ============== */

#header-container.menu{
    height: 44px;
    margin: 0 0 20px;
    background: #66cc1f;
}

.hx-ttl{
    line-height: 44px;
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 16px; font-size: 1.6rem;
    font-weight: normal;
    color: #fff;
}

.hx-ttl a{
    text-decoration: none;
}

#mobile-head {
    width: 100%;
    z-index: 99999;
    position: relative;
}

#nav-container{
    position: relative;
    margin: 0 -10px;
}

#g-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -800px;
    background: rgba(102,204,31,0.9);
    width: 100%;
    padding: 20px 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 99999;
}
#g-nav ul {
    list-style: none;
    position: static;
    margin: 0 0 40px;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#g-nav ul li {
    position: relative;
}
#header-container #g-nav ul li a{
    position: relative;
    width: 100%;
    display: block;
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    font-size: 16px; font-size: 1.6rem;
    text-align: left;
}

#header-container #g-nav ul li:first-child a{
    border-top: 1px solid #fff;
}

#header-container #g-nav ul li::after{
    position: absolute;
    content: "\f054";
    font-family: 'FontAwesome';
    font-weight: 900;
    line-height: 46px;
    color: #fff;
    top: 0;
    right: 10px;
}

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #g-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(800px);
    -webkit-transform: translateY(800px);
    transform: translateY(800px);
}

/* Toggle Button */
#nav-toggle {
    position: absolute;
    display: block;
    top: 8px;
    right: 10px;
    width: 28px;
    height: 34px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

.hdr-nav{
    margin: 0 0 20px;
    color: #fff;
}

.hdr-nav i{
    margin: 0 5px 0 0;
}

.btn-hdr{
    display: block;
    height: 45px;
    line-height: 45px;
    margin: 0 10px;
    border: 0;
    border-radius: 4px;
    background: #176C11;
    color: #fff;
    text-decoration: none;
}

/* ==============
    Main
   ============== */

#main-container{
    margin: 0 10px 40px;
}

#main-container.bg-white{
    margin: 0;
    padding: 0 0 20px;
    background: #fff;
}

#main-container.bg-white .wrapper{
    margin: 0 10px;
    padding: 20px 0 0;
}

.alert-error{
    margin: 0 0 20px;
    padding: 10px;
    border-radius: 4px;
    background: #FBDFDE;
    color: #EE5F5B;
    text-align: center;
    font-weight: bold;
    font-size: 12px; font-size: 1.2rem;
}

.alert-message{
    margin: 0 0 20px;
    padding: 10px 20px;
    border-radius: 4px;
    background: #CDECF5;
    color: #5BC0DE;
    text-align: center;
    font-weight: bold;
    font-size: 12px; font-size: 1.2rem;
}

.hx-main{
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 9px;
    border-left: 4px solid #66cc1f;
    font-size: 20px; font-size: 2.0rem;
    font-weight: normal;
}

.btn-green{
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 0;
    border-radius: 4px;
    background: #66cc1f;
    text-align: center;
    color: #fff;
    font-size: 18px; font-size. 1.8rem;
    text-decoration: none;
}

.btn-gray{
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 0;
    border-radius: 4px;
    background: #EFEFEF;
    text-align: center;
    color: #176C11;
    font-size: 18px; font-size: 1.8rem;
    text-decoration: none;
}

.btn-bdr-green{
    border: 1px solid #66cc1f;
    border-radius: 4px;
    background: transparent;
    color: #66cc1f;
    text-align: center;
}

.btn{
    display: inline-block;
    font-size: 16px; font-size: 1.6rem;
}

.li-tab li{
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 10px;
    color: #fff;
    cursor: pointer;
}

.scroll-box{
    background: #fff;
    padding: 10px;
    max-height: 480px;
    overflow-y: auto;
}

.li-form{
    margin: 0 -10px 30px;
}

.li-form li{
    position: relative;
    display: block;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #66cc1f;
    background: #fff;
}

.li-form li:first-child{
    border-top: 1px solid #66cc1f;
}

.li-form.li-ico li i{
    position: absolute;
    top: 50%;
    left: 10px;
    margin: -0.5em 0 0;
    color: #66cc1f;
}

.li-form.li-ico input[type="text"],
.li-form.li-ico input[type="password"],
.li-form.li-ico input[type="email"],
.li-form.li-ico input[type="tel"],
.li-form.li-ico select{
    padding: 0 10px;
}

.li-form.li-flex li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
    align-items: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.li-form.li-flex li i{
    margin: 0 10px 0 0;
    color: #66cc1f;
}

.li-form.li-flex li .name{
    width: 98px;
    margin: 0 20px 0 0;
    font-weight: bold;
    font-size: 14px; font-size: 1.4rem;
}

.li-form.li-flex li .name.no-ico{
    margin: 0 20px 0 22px;
}

.li-form.li-flex li .item{
    flex: 1;
    margin: 0;
}

.li-form .btn-green{
    width: auto;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 auto;
    padding: 0 10px;
}

.btn-area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0 -10px
}

.btn-area li{
    flex: 1;
    padding: 0 10px;
}

.btn-area.single-center{
    text-align: center;
}

.btn-area.single-center li{
    max-width: 50%;
    margin: 0 auto;
}

.box-w{
    min-height: 200px;
    padding: 10px;
    background: #fff;
}

.dl-inl dt{
    float: left;
    clear: left;
    margin: 0 0.5em 0 0;
    width: 80px;
}

.dl-inl dd{
    float: left;
    margin: 0 0 10px 1em;
}

.li-form.top-link {
    margin: 0 -10px;
    padding: 0 0 20px;
}

.li-form.top-link li a{
    position: relative;
    display: block;
    line-height: 44px;
    padding: 0 10px;
    color: #3F3F3F;
    text-decoration: none;
}

.li-form.top-link li a::after{
    position: absolute;
    content: "\f054";
    font-family: 'FontAwesome';
    font-weight: 900;
    line-height: 46px;
    color: #989aaf;
    top: 0;
    right: 10px;
    
}

.dl-form dt{
    margin: 0 0 5px;
    font-size: 14px; font-size: 1.4rem;
    font-weight: bold;
}

.dl-form dd {
    position: relative;
    margin: 0 0 20px;
}

.dl-form.login-info .ico-pw{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    line-height: 46px;
    font-size: 20px; font-size: 2.0rem;
    padding: 0 10px;
}

.dl-form dd input{
    border: 1px solid #d8d8d8;
}

#help{
    min-height: 100vh;
    padding: 20px 0 40px;
    box-sizing: border-box;
    background: #E3FCD2;
}

.li-help-link{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -2px;
}

.li-help-link li{
    display: block;
    width: 50%;
    margin: 0 0 16px;
    padding: 0 8px;
    box-sizing: border-box;
}

.li-help-link li a{
    display: block;
    padding: 20px 10px;
    border-radius: 20px;
    background: #fff;
    color: #3f3f3f;
    font-weight: bold;
    font-size: 14px; font-size: 1.4rem;
    text-decoration: none;
    text-align: center;
}

.li-help-link li a .material-icons{
    display: block;
    margin: 0 auto 10px;
    color: #66cc1f;
    font-size: 40px; font-size: 4.0rem;
}

#help .txt-green{
    padding: 8px 4px 8px;
    border-top: 2px solid #66cc1f;
    border-bottom: 2px solid #66cc1f;
    font-weight: bold;
    color: #206E10;
}

#help .txt-green .material-icons{
    margin: 0 8px 0 0;
    font-size: 20px; font-size: 2.0rem;
    vertical-align: middle;
}

.hx-help{
    width: 236px;
    height: 0;
    margin: 0 auto 30px;
    padding: 40px 0 0;
    background: url(../img/ttl_help@3x.png) no-repeat left top;
    background-size: 236px 40px;
    overflow: hidden;
}

.hx-white{
    margin: 20px 10px;
    font-size: 24px; font-size: 2.4rem;
    color: #fff;
}


.required{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 0 0 0 10px;
    padding: 0 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px; font-size: 1.2rem;
    font-weight: bold;
}

.required{
    background: #FBDFDE;
    color:#EE5F5B;
}

.hdr-flex-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 0 10px;
}

.hdr-flex-box .btn-box{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 20px 40px;
    flex: 1;
}

.hdr-flex-box .btn-box li{
    margin: 0 0 0 20px;
    white-space: nowrap;
}

.hdr-flex-box .btn-box li:first-child{
    margin: 0;
}

.hdr-flex-box .btn-box .txt-link{
    color: #66cc1f;
    text-decoration: underline;
}

.hdr-flex-box .btn-box .btn{
    display: block;
    width: auto;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
}

/* ==============
    Footer
   ============== */

#footer-container {
    background: #66cc1f;
}

#footer-container .copy{
    padding: 20px 0;
    text-align: center;
    color: #fff;
}