@charset "utf-8";

.wrapper-center {
    margin: 0px auto;
    width: 1000px;
}

header .wrapper-center {
    margin: 0px auto;
    width: 1200px;
}

nav .wrapper-center {
    margin: 0px auto;
    width: 1200px;
}

header {
    height: 100px;
    border-bottom: 5px solid #499A36;
}

header h1 {
    position: absolute;
    left: 30px;
    top: 18px;
    font-size: 15px;
}

header #contact {
    position: absolute;
    left: 450px;
    top: 4px;
    width: 450px;
    height: 80px;
}

header #contact div {
    position: relative;
}

header #contact div #text {
    position: absolute;
    top: 0px;
    left: 60px;
    color: #E62018;
    font-size: 15px;
}

header #contact div #calltel {
    position: absolute;
    top: 23px;
    left: 20px;
    font-size: 15px;
}

header #contact div #call {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 15px;
}

header #contact div #tel {
    position: absolute;
    top: 0px;
    left: 40px;
    min-width: 220px;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 100%;
    white-space: nowrap;
    font-family: 'Open Sans',sans-serif,"YuGothic","Yu Gothic","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","MS UI Gothic","ＭＳ Ｐゴシック","MS PGothic",Tahoma,sans-serif;;
}

header #contact div #open {
    position: absolute;
    top: 60px;
    left: 60px;
    font-size: 15px;
}

header #contact div #button {
    position: absolute;
    top: 20px;
    right: 0px;
}

header #contact div #button a {
    display: block;
    padding: 8px 0px 0px 50px;
    width: 110px;
    height: 32px;
    background-color: #E62018;
    background-image: url(../img/common/mail.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    color: #FFF;
    font-size: 16px;
    border-radius: 2px;
}

header #contact div #button a:hover {
    background-color: #EF6F6A;
}

header #textsize {
    position: absolute;
    right: 30px;
    top: 4px;
    background-color: #DFDFDF;
    font-size: 13px;
}

/*
header #textsize {
    position: absolute;
    right: 30px;
    top: 27px;
    background-color: #DFDFDF;
    font-size: 13px;
}
*/

header #textsize ul {
    padding: 5px;
}

header #textsize ul li {
}

header #textsize ul li span {
    display: block;
    padding: 2px 10px;
    border-radius: 3px;
    background: rgba(255,255,255,1.00);
}

header #textsize ul li a {
    display: block;
    padding: 2px 10px;
    border-radius: 3px;
    background: rgba(255,255,255,1.00);
    color: #000000 !important;
}

/*header #textsize li#textsize-default a {
    background-color: #499A36;
    color: #FFFFFF !important;
}*/

header #textsize ul li a:hover,
header #textsize ul li a.active {
    background-color: #499A36;
    color: #FFFFFF !important;
}

header #sitesearch {
    position: absolute;
    right: 15px;
    top: 40px;
    width: 260px;
}

header #sitesearch div.gsc-clear-button {
    display: none;
}

/*header #sitesearch input[type=text] {
    width: 200px;
    border: none;
}

header #sitesearch dl {
    padding: 0px 5px;
    border-radius: 3px;
    border: 1px solid #E0E0E0;
}

header #sitesearch dl dt {
    display: inline-block;
}

header #sitesearch dl dd {
    display: inline-block;
    padding: 0px 3px;
}*/

header #sitesearch .cse .gsc-control-cse, header #sitesearch .gsc-control-cse {
    padding: 5px;
    background-color: transparent;
    border: 0px none rgba(0,0,0,0);
    font-size: 12px;
}

nav {
    height: 50px;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(223,223,223,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(223,223,223,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(223,223,223,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(223,223,223,1.00) 100%);
}

nav ul {
    text-align: center;
    border-left: 1px solid #BBBBBB;
}

nav ul li {
}

nav ul li a {
    display: block;
    width: 170px;
    height: 38px;
    padding-top: 12px !important;
    text-align: center;
    border-right: 1px solid #BBBBBB;
    font-size: 1.0rem;
}

nav li.group a {
    padding-top: 5px !important;
    height: 45px;
}

nav li.group span {
    display: block;
    font-size: 0.8rem;
    line-height: 8px;
}

nav ul li a:hover {
    background-color: rgba(255,255,255,0.5);
}

nav ul li a:link, nav ul li a:visited {
    color: rgba(0,0,0,1.00);
}

#slide {
}

#content {
    padding: 0px 0px 80px 0px;
    min-height: 500px;
}

#content p {
    margin: 20px;
}

section {
    margin: 30px 0px;
}

h2 {
    position: relative;
    margin: 20px 0px 60px 0px;
    padding: 0px 40px;
    height: 150px;
    line-height: 160px;
    font-size: 2.4rem;
    font-weight: normal;
    background-color: #95D385;
}

h2 span {
    position: absolute;
    left: 0px;
}

h2 img {
    position: absolute;
    right: 0px;
}

h2:after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    bottom: -6px;
    width: 100%;
    height: 1px;
    background-color: #95D385;
    z-index: 999;
}

h3 {
    margin: 70px 0px 30px 0px;
    padding: 10px 30px;
    font-weight: normal;
    font-size: 1.4rem;
    background-color: #EEEEEE;
}

h3:first-of-type {
    margin: 20px 0px 30px 0px;
}

h4 {
    margin: 30px 0px 10px 10px;
    padding: 10px 20px;
    font-weight: normal;
    font-size: 1.1rem;
    background-color: #EEEEEE;
}

.form {
    margin: 0px auto;
    width: 500px;
}

.form dl {
    margin: 40px 0px;
}

.form dt {
    font-size: 1.2rem;
}

.form dt.hissu {
    color: rgba(0,0,0,1.00);
}

.form dt.hissu:after {
    display: inline-block;
    content: "※必須";
    margin: 0px 0px 0px 20px;
    color: rgba(255,0,0,1.00);
    font-size: 1.0rem;
}

.form dd {
}

.form span.text-small {
    font-size: 1rem;
}

.form .input {
    width: 100%;
}

.form .inline .input {
    width: 200px;
}

.form .inline .input-small {
    width: 80px;
}

.form label {
    font-size: 1.2rem;
}

.form .inline label {
    margin: 0px 30px 0px 0px;
    padding: 5px 20px;
}

.form .inline label .input.input-small {
    width: 20px;
}

.form .error {
   color: #F00; 
}

.form input[type="number"]::-webkit-outer-spin-button,
.form input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form input[type="number"] {
    -moz-appearance:textfield;
}

footer {
    padding: 20px;
    background-color: #40822F;
    color: #FFFFFF;
}

footer ul {
    text-align: center;
}

footer ul li {
	margin: 0px 5px;
	line-height: 110%;
}

footer ul li span {
	display: block;
	font-size: 0.7rem;
}

footer ul li a {
	display: block;
    padding: 5px 10px;
    color: #FFFFFF !important;
    border-radius: 1px;
}

footer ul li a:hover {
    color: #274F1C !important;
    background: rgba(219,240,214,1.00);
}

footer #approval {
    margin: 30px 0px -30px 0px;
    text-align: center;
}

footer #copyright {
    padding: 30px 0px 20px 0px;
    text-align: center;
}
