@charset "UTF-8";
html, h1, h2, h3, h4, h5, h6,
p, address, ul, ol, li, dl, dt, dd,
table, th, td, form, figure,
header, article, footer, section, figure
div,span {
    font-size: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none; 
}

html {
    font-size: 62.5%;
}

body {
    color: #444;
    font-size:1.6rem;
    font-family: '游ゴシック Medium' , 'Yu Gothic Medium', YuGothic , sans-serif;
    line-height: 1;
    background-color: #fcf8f5;
    margin: 0;
    padding: 0;
    /*overflow-x: hidden;*/
}

img {
    max-width: 100%;
    height: auto;
    border-style: none;
    vertical-align: text-bottom;
}

figure {
    margin: 10px auto;
}

figcaption {
    text-align: center;
    margin-top: 5px;
}

a {
    color: rgba(33, 145, 7, 0.8);
    text-decoration: none;
}

a:hover {
    color: rgba(33, 145, 7, 1);
}

main a:hover {
    text-decoration: underline;
}

a img {
    border-bottom: none;
}

sup {
    font-size: 0.8em;
    white-space: nowrap;
}

h1 {
    color: #219107;
    font-size: 3.0rem;
    padding-bottom: 5px;
}

h2 {
    color: #219107;
    font-size: 2.4rem;
    text-align: center;
    padding-bottom: 5px;
    margin: 72px 0 40px;
}

h3 {
    color: #219107;
    font-size: 1.6rem;
}

p {
    line-height: 1.6;
}

strong,
.strong {
    color: #db0000;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
    table-layout: fixed;
}

th {
    min-width: 4em;    
}

th,td {
    line-height: 1.5;
    text-align: left;
    padding: 10px;
}

form {
    text-align: center;
}

form em {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    background-color: #219107;
    padding: 2px 4px;
    margin-left: 5px;
    white-space: nowrap;
}

input, select {
    font-family: '游ゴシック Medium' , 'Yu Gothic Medium', YuGothic , sans-serif;
}

input[type=text],
input[type=password],
textarea  {
    -webkit-appearance: none;
    font-size: 1.4rem;
    border: solid 1px #999;
    padding: 5px;
    /*width: 100%;*/
    box-sizing: border-box;
    margin-top: 4px;
    margin-bottom: 4px;
}

input[type="text"]:focus,
textarea:focus {
  border: 1px solid #32b7d4;
  outline:  1px solid #32b7d4;
}

select {
    -webkit-appearance: none;
    font-size: 1.4rem;
    padding: 8px 30px 8px 10px;
    border: solid 1px #999;
    border-radius: 0;
    background-image: url(../img/icon_arrow_down_03.png);
    background-repeat: no-repeat;
    background-position: right 3px center;
    background-size: 15px;
}

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

input[type=checkbox]+span{
    background-image : url(../img/icon_check.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 2px 10px 2px 20px;
}

input[type=checkbox]:checked+span{
    background-image : url(../img/icon_check_o.png);
}

button,
.button {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: #81bd20;
    border-radius: 30px;
    border: none;
    padding: 12px 20px;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.3s;
}

.button-line {
    color: #81bd20;
    background-color: #fff;
    border-radius: 30px;
    border: solid 1px #81bd20;
}

.button-line:hover {
    cursor: pointer;
}

button:hover,
.button:hover  {
    color: #fff;
    text-decoration: none;
    background-color: #219107;
}

.button-small {
    padding: 10px;
}

.button-login {
    border-radius: 4px;
    background-color: #219107;
    padding:  0 8px ;
    white-space: nowrap;
}

.more {
    cursor: pointer;
    background-image: url(../img/icon_arrow_down_03.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px;
}

.more:not(.open) + * {
    display: none;
}


/* comon layout */
header {
    width: 100%;
    min-width: 1000px;
    background-color: #fff;
    padding-top: 20px;
}

.search {
    /*width: 200px;*/
    position: relative;
}
.search input[type=text] {
    border-radius: 15px;
    outline: none;
}

.btn-search {
    width: 35px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top:4px;
    right: 10px;
    padding: 0;
}

.menu {
    display: flex;
    margin-top: 40px;
    margin-bottom: 4px;
    margin-left: auto;
}

.menu li {
    border-left: dotted 1px #ccc;
    padding: 0 4px;
}

.menu-contact {
    color: #444;
    background-image: url(../img/icon_contact.png);
    white-space: nowrap;
}

.menu-request {
    color: #444;
    background-image: url(../img/icon_request.png);
}

.menu-information {
    color: #444;
    background-image: url(../img/icon_information.png);
}

.menu-login {
    background-color: #ffcc00;
    background-image: url(../img/icon_login.png);
}
.menu-logout {
    color: #444;
    background-image: url(../img/icon_logout.png);
}

.menu-contact:hover,
.menu-request:hover,
.menu-information:hover,
.menu-logout:hover {
    color: #fff;
    background-color: #81bd20;
}

.is_enabled .menu-login {
    display: none;
}

.login {
    display: none;
}

.is_enabled .login {
    display: block;
}

.login {
    font-size: 1.4rem;
    border-radius: 4px;
    padding: 4px 4px 4px 4px;
    background-color: #ffcc00;
}

.login form {
    text-align: left;
    display: flex;
}

.loginclose {
    padding: 16px;
}

.table-login {
    width: auto;
    margin-bottom: 0;
}

.table-login th,
.table-login td {
    padding: 0;
}

.login input[type=text],
.login input[type=password] {
    padding: 0 4px;
    margin: 4px;
}

.login-option {
    font-size: 1.2rem;
    margin-top: 4px;
}

.menu li:last-child {
    border-right: dotted 1px #ccc;
}

.menu-item {
    font-size: 1.2rem;
    font-weight: 600;
    display: block;
    padding: 32px 16px 8px 16px;
    border-radius: 4px;
    background-position: center top 5px;
    background-repeat: no-repeat;
}

nav {
    color: #ddf5b4;
    font-size: 1.4rem;
    background-color: #219107;
}

.nav {
    display: flex;
    align-items: center;
}

.nav>li {
    position: relative;
}

.nav-item {
    color: #ddf5b4;
    text-align: center;
    height: 52px;
    width: 160px;
    display: table-cell;
    vertical-align: middle;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.nav-member .nav-item {
    color: #ffcc00;
}

.nav-item:hover {
    color: #fff;
    background-color: #81bd20;
}

.nav-link {
    color: #219107;
    font-weight: bold;
    display: inline-block;
    padding: 8px;
    background-color: #ffcc00;
}

.hasmenu .nav-item {
    background-image: url(../img/icon_arrow_down_01.png);
    background-position: right 8px center;
    background-repeat: no-repeat;
    padding-right: 20px;
    box-sizing: border-box;
}

.nav-member .hasmenu  .nav-item {
    background-image: url(../img/icon_arrow_down_02.png);
}

.submenu {
    display: none;
    position: absolute;
    top: 52px;
    left: 0;
    z-index: 10;
}

.submenu a,
.submenu span,
.nav-member .submenu a{
    color: #003300;
    text-align: left;
    display: block;
    width: 240px;
    box-sizing: border-box;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #fff;
    background-image: url(../img/icon_arrow_right_green.png);
    background-position: left 8px top 8px;
    background-repeat: no-repeat;
    padding-left: 24px;
}

.submenu a:hover,
.submenu span:hover {
    color: #fff;
    background-color: #219107;
    background-image: url(../img/icon_arrow_right_white.png);
}

.submenu .hasmenu {
    position: relative;
}

.level2 {
    display: none;
    top: 0;
    left: 240px;
    z-index: 10;
    
}

main {
    padding-bottom: 80px;
    flex: 1;
}

aside {
    width:240px; 
    margin-left: 20px;
    margin-bottom: 40px;
}

footer {
    background-color: #f0e6df;
    min-width: 1000px;
}

footer li a {
    font-size: 1.2rem;
    display: block;
    margin-top: 10px;
}

footer li a:hover {
    text-decoration: underline;
}

footer a {
    color: #219107;
}

.copyright {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    background-color: #81bd20;
    padding: 20px 0;
}


.totop {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

/* SP */
@media only screen and (max-width: 750px) {
    aside {
        width: auto;
    }
}
