@charset "utf-8";
/* CSS Document */
header {
    background: url("../images/pic_top_01.jpg") no-repeat center right;
    background-size: cover;
    padding: 8% 0 5% 0;
}
header h1 {
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 3px #000;
}
.line_b_b {
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 3px #000;
    background: linear-gradient(transparent 60%, #ddd436 0%);
    display: inline-block;
}
.bdr01 {
    display: flex;
    margin: 9% auto 0 auto;
    padding: 0 !important;
}
.bdr01 li {
    padding: 0 !important;
    margin: 20px;
    list-style: none;
}
.bdr01 li p {
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    width: 215px;
    height: 215px;
    margin: 0;
    background-color: #6ea924;
    position: relative;
    font-weight: bold;
    padding-top: 19.5%;
    box-sizing: border-box;
}
.bdr01 li:nth-child(2) p {
    padding-top: 15%;
}
.bdr01 li p span {
    line-height: 1;
}
.bdr01 li p:after {
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
}
.bdr01 li .p_g {
    color: #fff;
}
.bdr01 li .p_g:after {
    border: solid 2px #fff;
}
.block {
    display: block;
}
#sec01 {
    background: url("../images/bg_gray.jpg") no-repeat right top;
    position: relative;
    padding: 6% 0;
}
#sec01 .pic {
    margin-top: 4%;
}
#sec01 .text {
    position: absolute;
    top: 10%;
    right: 0;
    background: #fff;
    padding: 4%;
    width: 45%;
    box-sizing: border-box;
}
.line_b_y {
    background: linear-gradient(transparent 60%, #fff119 0%);
}
.txt_grn {
    color: #6ea924;
}
.style_h2 {
    font-weight: bold;
    color: #6ea924;
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 3%;
    position: relative;
}
.style_h2::before {
    position: absolute;
    content: '';
    background: #6ea924;
    width: 48px;
    height: 4px;
    left: -11%;
    top: calc(50% - 2px);
}
.inquiry {
    max-width: 1100px;
    width: 96%;
    margin: 5% auto;
    border: 5px solid #c9c9c9;
    display: flex !important;
}
.inquiry > div {
    width: 50%;
    box-sizing: border-box;
    padding: 1% 2%;
}
.inquiry > div:first-child {
    border-right: 5px solid #c9c9c9;
}
.ttl_org, .ttl_grn {
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative;
}
.ttl_org {
    color: #ff8400;
}
.ttl_org::before {
    position: absolute;
    content: '';
    background: #ff8400;
    width: 48px;
    height: 2px;
    left: 0;
    bottom: 0px;
}
.ttl_grn {
    color: #6ea924;
}
.ttl_grn::before {
    position: absolute;
    content: '';
    background: #6ea924;
    width: 48px;
    height: 2px;
    left: 0;
    bottom: 0px;
}
#sec03 {
    background: #6ea924;
    padding: 7% 0;
    color: #fff;
}
#sec03 form input, #sec03 form textarea {
    border: none;
    padding: 1.5%;
    width: 100%;
    box-sizing: border-box;
}
#sec03 form input[type=submit],#sec03 form input[type=button] {
    background: #fff;
    border-radius: 50px;
    max-width: 240px;
    box-sizing: border-box;
    padding: 1%;
    letter-spacing: 11px;
    text-align: center;
    color: #6ea924;
}
#sec03 table {
    margin: auto;
}
.ttl_syoudan {
    color: #fff;
    padding: 8% 2%;
    text-align: center;
    background: url("../images/pic_top_03.jpg");
    background-size: cover;
}
#sec03 table td, #sec03 table th {
    padding: 2% 3.5%;
    vertical-align: top;
    box-sizing: border-box;
}
#sec03 table {
    width: 100%;
    border-collapse: collapse;
    max-width: 700px;
}
#sec03 table th {
    width: 29%;
    padding-right: 0;
}
#sec04 table {
    width: 100%;
    border-collapse: collapse;
}
#sec04 table th {
    color: #6ea924;
    font-weight: bold;
    width: 24%;
}
#sec04 table td, #sec04 table th {
    padding: 2.5%;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    /*border: 1px solid #ccc;*/
    box-sizing: border-box;
}
.btn_org a {
    /*display: inline-block;*/
    background: #ff8400;
    border-radius: 50px;
    padding: 1.5%;
    width: 40%;
    color: #fff;
    box-sizing: border-box;
	padding: 20px 30px;
}
.delay-1s,.delay-2s,.delay-3s {
    opacity: 0;
    animation: fadein 1s ease forwards;
}
.delay-1s {animation-delay: 0.1s;}
.delay-2s {animation-delay: 2s;}
.delay-3s {animation-delay: 0.5s;}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


.effect-fade {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

/*
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.delay-1s {
    animation-duration: 2s;
}
.delay-2s {
    animation-duration: 3s;
}
.delay-3s {
    animation-duration: 4s;
}*/
@media screen and (max-width: 769px) {
.bdr01 li:nth-child(2) p {
    padding-top: 10%;
}
.bdr01 li p {
    width: 120px;
    height: 120px;
}
.bdr01 li {
    margin: 0 13px 0 0;
}
.bdr01 {
    margin: 4% auto 0 auto;
}
#sec01 .text {
    position: inherit;
    top: inherit;
    right: inherit;
    padding: 7%;
    width: 100%;
}
.style_h2::before {
    width: 30px;
    left: -11%;
    top: 16%;
}
.inquiry > div:first-child {
    border-bottom: 5px solid #c9c9c9;
    border-right: none;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.inquiry > div:last-child {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.btn_org a {
    width: 100%;
    padding: 4%;
}
.icon {
    max-height: 20px;
}
#sec03 table td, #sec03 table th {
    display: block;
    width: 100%;
}
#sec03 form input[type=submit],#sec03 form input[type=button] {
    max-width: 87%;
    ;
    padding: 3%;
	margin-bottom: 5px;
}
#sec03 {
    padding: 10% 0;
}
.p_g .txt_m {
    font-size: 1.4rem;
}

}


.noborder th,
.noborder td {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: auto !important;
}




/* ==========================================================================
Footer
========================================================================== */
#pageTop {
    position: fixed;
    z-index: 9999;
    bottom: 100px;
    right: 15px;
    font-size: 14px;
    line-height: 1.3;
}
#pageTop a {
    background: #242830;
    text-decoration: none;
    color: #fff;
    padding: 15px 17px;
    text-align: center;
    display: block;
    opacity: 0.8;
    border-radius: 50%;
}
#pageTop .arrow {
    display: block;
    width: 4px;
    height: 4px;
    border: 2px solid #3498db;
    border-left-color: #FFF;
    border-top-color: #FFF;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-radius: 2px;
    text-align: center;
    margin-left: 10px;
}
footer a {
    color: #fff;
}
footer {
    color: #fff;
    background-color: #242830;
    padding: 15px;
}
footer p {
    color: #fff;
}
footer #f_info {
    display: flex;
}
footer #f_info dl {
    width: 50%;
}
footer dl dt {
    width: 8em;
    clear: left;
    float: left;
}
footer dl dd {
    margin-left: 8em;
}


@media screen and (max-width: 769px) {
#pageTop {
    bottom: 15px;
}
footer {
    padding: 5px;
}
.tb2 td {
	width: 100% !important;
	display: inline-block !important;
}
.tb2 a {
	font-size: 1.2rem !important;
	width: 90%;
	display: inline-block;
}
}
