@charset "UTF-8";

body{
        font-family: "Noto Serif JP", serif;
        font-weight: 400;
        font-size: 25px;
      }
      

/******************** header ********************/
.img_top {
    width: 100%;
}
.img_top img, .img_top2 img {
    width: 100%;
}
.img_top2 {
    width: 40%;
    margin: 2rem auto;
}
.h_company {
    display: flex;
    justify-content: center;
}
.company_name_top {
    text-align: center;
    margin: 5rem 0;
    font-size: 80px;
}
.company_name {
    text-align: center;
    margin: 5rem 0 ;
    font-size: 40px;    
}

.company_name::before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 5rem;
    background-image: url(../img/Fudoh_logo_black.jpg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

header {
    background-color: #fff;
}
header nav ul {
    width: 70%;
    margin: 0 auto 5rem;
    display: flex;
    justify-content: space-between;
}
header nav ul li {
    margin: 0 1.5rem 3rem;
    position: relative;
}
header nav ul li::after {
    display: inline-block;
    content: '';
    position: absolute;
    top: 50%;
    right: -9rem;
    background: #ccc;
    width: 2.5rem;
    height: 1px;
}
/******************** index ********************/

.on_the_img {
    position: relative;
}
/*
.on_the_img::before {
    position: absolute;
    top: -80rem;
    left: 30rem;
    background-image: url('../img/circle_t.png');
    background-repeat: no-repeat;
    width: 150vw;
    height: 150vh;
    content: '';
    */
    /*animation: 30s linear 1.74s infinite;*/
    /*
    animation:30s linear infinite rotation1;
    z-index: -2;
}
*/
@keyframes rotation1{
    100%{ transform:rotate(0);}
    0%{ transform:rotate(360deg); }
  }
.middle_explain {
    line-height: 1.7;
    font-size: 40px;
    width: 80%;
    display: flex;
    justify-content: flex-end;
    margin: 1rem auto 3rem;
    text-align: center;
}
.middle_link ul {
    display: flex;
    justify-content: center;
}
.middle_link li{
    margin: 1rem;
    padding: 1rem 2rem;
    font-size: 20px;
    background-color: #fff;
    border: 2px solid #2e7b3b;
    border-radius: 40px ;
    color: #2e7b3b;
}


.wrapper {
    padding: 2rem 0;
}
.commitment_title {
    font-size: 35px;
    margin: 0 auto 1rem;
    padding: 2rem;
    background-color: #4D2400;
    color: #fff;
    width: 80%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
.commitment_title::before {
    position: absolute;
    content: '';
    top: 1rem ;
    left: 0;
    width: 30%;
    height: 33vh;
    background-image: url('../img/mark.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.commitment_explain {
    display: flex;
    justify-content: flex-end;
    width: 80%;
    margin: 2rem auto 4rem;
    padding: 2rem 0.5rem 0;
    border-bottom: 3rem solid #4D2400;
}
.c_e_title {
    font-size: 35px;
    border-bottom: 1px solid #4D2400;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}
.c_e_center ul li{
    font-size: 35px;
    padding-left: 2rem;
    position: relative;
}
.c_e_center ul li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 1rem;
    left: 0;
    width: 20px;
    height: 10px;
    border-left: 3px solid red;
    border-bottom: 3px solid red;
    transform: rotate(-45deg);
}
.c_e_img {
    width: 20%;
}
.c_e_img img {
    width: 100%;
}
.c_e_center {
    width: 25%;
    margin: 1rem;
}
.c_e_right {
    width: 50%;
    margin: 1rem;
    font-size: 30px;
}
.commitment_p {
    text-align: center;
    font-size: 30px;
}
.commitment  {
    display: flex;
    justify-content: space-between;
    margin: 1rem auto 3rem;
    padding: 1rem 0 5rem;
}
.commitment .c_img, .commitment .c-text {
    margin: 1rem 0;
    padding: 0.5rem;
}
.commitment .c_img img {
    max-width: 100%;
}
.commitment a {
    width: 32%;
    padding: 1rem;
    border: 2px solid #4D2400;
    background-color: #fff;
}
.commitment .part {
    text-align: center;
    background-color: #4D2400;
    color: #fff;
    padding: 1rem ;
}
.wholesale table {
    width: 100%;
}
.who_title {
    text-align: center;
    font-size: 35px;
    margin-top: 5rem;
    margin-bottom: 2rem;
}
.wholesale table th, .wholesale table td {
    padding: 1rem;
    border: 1px solid #ddd;
    background-color: #fff;
}
.wholesale .who_detail div{
    width: 20%;
    margin: 2rem auto;
    background-color: #fff;
    border: 1px solid #0e5021;
    border-radius: 50px;
    color: #0e5021;
    font-weight: bold;
    text-align: center;
    padding: 1rem 0;
}
.map {
    width: 70%;
    margin: 2rem auto ;
    padding-bottom: 3rem;
}
.map_title {
    background-color: #ddd;
    padding: 1rem 0 1rem 1rem;
    font-size: 30px;
}
iframe {
    width: 100%;
}
#footer {
    width: 70%;
    margin: 3rem auto;
    display: flex;
    justify-content: space-between;
}
#footer .f_left{
    line-height: 1.7;
}
#footer .f_right {
    display: flex;
    justify-content: flex-end;
    align-items: end;
 }
.f-Co {
    font-size: 30px;
    margin-bottom: 1rem;
}
.f_down {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: end;
}
.f_down li{
    margin: 0 1rem;
}
/******************** washing ********************/
.inner {
    width: 70%;
    margin: 0 auto;
    padding: 3rem 0;
}
.manual p {
    padding: 2rem 0;
}
.w_title {
    font-size: 25px;
    background-color: #0e5021;
    color: #fff;
    padding: 2rem;
    display: inline-block;
}
.w_message {
    text-align: left;
    line-height: 1.5;
    font-size: 23px;
    margin: 1rem 0 5rem;
}
.manual .procedure {
    font-size: 25px;
    border-bottom: 3px solid #0082B2;
    display: inline;
    
}
.procedure_part {
    margin-bottom: 3rem;
}
.w_point {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    border: 2px dashed #0e5021;
    margin-bottom: 1rem;
}
.w_point_title {
    font-size: 20px;
    width: 60%;
    padding: 1rem 2rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0e5021;
    border-right: 1px dashed #0e5021;

}
.point_explain {
    width: 100%;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    text-align: left;
}
.w_img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}
.w_img .w_part {
    width: 24.5%;
}
.w_img .w_part img {
    width: 100%;
    height: 30vh;
}
/******************** sales_page ********************/
.sales_list {
    font-size: 30px;
    margin: 1rem auto;
    width: 25%;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
}
#sales {
    width: 70%;
    margin: 0 auto 3rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-bottom: 3rem;
}
#sales .s_individual {
    width: 30% ; /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc(100%/3.2);
    width: calc(100%/3.2);
    margin: 1rem 0.5rem;
    padding: 0.5rem;
    background-color: #fff;
}
#sales::after {
    content: "";
    display: block;
    width: 30% ; /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc(100%/3.2);
    width: calc(100%/3.2);
}
.sales_part {
    width:70%;
    margin: 2rem auto 0;
    padding-bottom: 1rem;
    font-size: 25px;
    border-bottom: 1px solid #0e5021;
    text-align: center;
}
#sales .s_img{
    width: 80%;
    margin: 1rem auto;
}
#sales .s_text {
    text-align: center;
    font-size: 20px;
    margin-bottom: 1rem;
}
#sales .s_img img {
    max-width: 100%;
    margin-bottom: 1rem;
}
.s_column2, .s_column3 {
    background-color: #fff;
}
/******************** sales_item ********************/
.s_top {
    width: 100%;
}
.s_top img {
    width: 100%;
    height: 80vh;
    object-fit: contain;
}
.item_name {
    font-size: 30px;
    text-align: center;
    margin: 1rem auto;
}
.item {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

}
.item_left {
    width: 60%;
}
.item_right{
    width: 30%;
}
.item_explain {
    background-color: #fff;
    height: 10rem;
    margin: 1rem auto;
    padding: 1rem;
}
.item .item_title {
    font-size: 20px;
    margin-bottom: 1rem;
}
.item_features {
    background-color: #fff;
    padding: 1rem;
}
.features {
    width: 80%;
    font-size: 20px;
    margin: 0.5rem auto;
    padding: 1rem;
}
.item .pay {
    height: 20rem;
    background-color: #fff;
    padding: 2rem 1rem;
    font-size: 20px;
}
.dotted_line {
    width: 90%;
    border-bottom : 1px dotted #000;
    padding-bottom: 2rem;
    margin: 0 auto;
}
#sales_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
#sales_item .s_individual {
    width: 30%;
    width: -webkit-calc(100% / 3.2);
    width: calc(100% / 3.2);
    margin: 1rem 0.5rem;
    padding: 1rem;
    background-color: #fff;
}
#sales_item .s_img img {
    width: 100%;
}
/******************** inquiry ********************/
.inquiry_explain {
    text-align: center;
    padding: 2rem 0 3rem;
    line-height: 1.7;
}
.contact {
    width: 40%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    border: 3px solid #66CDAA;
    border-radius: 20px;
    padding: 1rem;
    background-color: #fff;
}
.inquiry_title {
    width: 30%;
    font-size: 25px;
    line-height: 1.7;
    margin-left: 5rem;
    display: flex;
    align-items: center;
}
.i_left {
    width: 50%;
    font-size: 20px;
    line-height: 1.5;
    margin-left: 8rem;
}
.i_email {
    margin-right: 1rem;
}
.c_detail {
    display: flex;
    justify-content: flex-start;
}
.i_explain{
    width: 60%;
    margin: 3rem auto;
    text-align: left;
}
.link {
    color: #83A5C2;
}
.i_explain p {
    line-height: 1.5;
    font-size: 20px;
    padding-bottom: 3rem;
}
.i_e_title {
    font-size: 30px;
    text-align: center;
    margin: 5rem 0 1rem;
    color: #794294;
}
.i_table caption {
    position: relative;
    margin: 10rem auto 2rem;
}
.i_table caption:before,
.i_table caption:after {
    position: absolute;
    top: calc(50% - 3px);
    width: 50px;
    height: 6px;
    content: '';
    border-top: double 7px #794294;
  }
  
.i_table caption:before {
    left: 25rem;
  }
  
.i_table caption:after {
    right: 25rem;
  }
form {
    padding-bottom: 3rem;
}
.i_table {
    width: 100%;
}
.i_table th{
    width: 30%;
}
.i_table th, .i_table td {
    padding: 1rem;
    font-size: 20px;
    line-height: 2;
}
.i_table input {
    background-color: #fff;
    width: 100%;
    height: 3vh;
    border: 1px solid #ddd;
    padding: 0.5rem;
}
.i_table textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    height: 15vh;
}
.i_btn {
    width: 30%;
    background-color: #66cdaa;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 1rem 2rem;
    margin: 2rem auto;
}
.i_supplement {
    font-size: 15px;
    text-align: center;
    color: red;
}
/******************** completion ********************/
.comp_text {
    text-align: center;
    margin-bottom: 7rem;
}
.return_index {
    width: 20%;
    margin: 0 auto;
    background-color: #fff;
    border: 3px solid #66cdaa;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    padding: 1rem;


}
/******************** privacy ********************/
.p_title {
    font-size: 20px;
    margin: 1rem 0 3rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3rem;
    
}
.p_area {
    margin: 5rem 0;
}
.heading {
    font-size: 20px;
    margin: 2rem 0 1rem;
}
/******************** overview ********************/
.o_table {
    width: 70%;
    margin: 0 auto 8rem;
}
.o_table caption {
    font-size: 30px;
    font-weight: bold;
    margin: 3rem auto 2rem;
    text-align: center;
}
.o_table th {
    width: 30%;
    background-color: #e5e3e3;
    border-top: 1px solid #fff;
}
.o_table td{
    width: 70%;
    background-color: #fff;
    border: 1px solid #ddd;
}
.o_table th, .o_table td {
    font-size: 20px;
    padding: 1rem 0 1rem 3rem;

}
.S_declaration {
    font-size: 30px;
    border-bottom: 3px solid #66CDAA;
    padding-left: 1rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
}
.S_explain {
    font-size: 18px;
    padding:1rem;
    background-color: #fff;
    line-height: 1.7;
    margin-bottom: 2rem;
}
.S_detail {
    display: flex;
    justify-content: space-around;
}
.S_c_title {
    font-size: 20px;
    color: #fff;
    padding: 0.8rem 1.5rem;
    border-radius: 30px;
    background-color: #8ecea0;
    display: inline-block;
    margin: 1rem 0 0;
    text-align: center;
}
.S_content ul {
    margin-left: 1rem;
}
.S_d_detail {
    margin: 0.3rem 0 2rem;
}
.S_d_detail li{
    font-size: 18px;
    line-height: 1.7;;
}
.S_attempt {
    position: relative;
    margin: 2em 0 1rem;
    padding: 1em;
    border: solid 3px #8ecea0;
    border-radius: 30px;
}
.attempt {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 1rem;
    line-height: 1;
    font-size: 19px;
    background: #fff;
    color: #8ecea0;
    font-weight: bold;
}
.S_attempt ul{
    list-style: inside;
    font-size: 17px;
}
.S_img {
    width: 40%;
    margin: 5rem 0 ;
}
.S_img img{
    max-width: 100%;
}
/******************** media query ********************/
@media only screen and (max-width: 2200px) {
    .commitment_title::before {
        top: 2rem;
    }
    .S_img {
        margin: 6rem 0;
    }
}
@media only screen and (max-width: 2100px) {
    header nav ul li::after {
        right: -7rem;
    }
    .c_e_center ul li {
        font-size: 30px;
        margin-left: 2rem;
    }
    .commitment_explain {
        padding-bottom: 2rem;
        padding-top: 0;
    }
    .c_e_title {
        font-size: 30px;
    }
    .c_e_right {
        font-size: 27px;
    }
    .middle_explain {
        font-size: 37px;
    }
    .commitment_title {
        margin-top: 5rem;
    }
    .commitment_p {
        margin-bottom: 0;
    }
    .S_content ul {
        margin-bottom: 0;
    }
    .S_attempt {
        margin-top: 1rem;
        margin-right: 1rem;
    }
    .S_img {
        margin: 4rem 0;
    }
    .S_left {
        width: 55%;
    }
}
@media only screen and (max-width: 2000px) {
    .company_name {
        margin: 3.5rem 0;
        font-size: 37px;
    }
}
@media only screen and (max-width: 1900px){
    .company_name_top {
        font-size: 60px;
    }
    .middle_explain {
        font-size: 33px;
    }
    .c_e_right {
        font-size: 24px;
    }
    .wholesale table, .f_down {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1800px) {
    .img_top img {
        height: 81vh;
    }
    .img_top2 {
        width: 35%;
    }
    .company_name_top {
        font-size: 55px;
    }
    header nav ul li::after {
        width: 2rem;
        right: -5.5rem;
    }
    .company_name {
        margin: 3rem 0;
    }
    .f-Co {
        font-size: 27px;
    }
    .f_detail, .f_down {
        font-size: 20px;
    }
    .inquiry_title {
        margin-left: 2rem;
    }
} 
@media only screen and (max-width: 1750px) {
    header nav ul li:after {
        right: -5rem;
    }
    .middle_explain {
        font-size: 30px;
    }
    .i_left {
        margin-left: 5rem;
    }
}
@media only screen and (max-width: 1650px){
    .commitment_title {
        margin-top: 0;
    }
}
@media only screen and (max-width: 1600px) {
    .company_name_top {
        font-size: 45px;
        margin: 3rem auto;
    }
    .middle_explain {
        font-size: 27px;
    }
    .commitment {
        margin-bottom: 0;
        padding-bottom: 2rem;
    }
    .company_name {
        margin: 2.8rem 0;
        font-size: 30px;
    }
    header nav ul li , .h_nav span{
        font-size: 20px;
    }

    .map_title {
        font-size: 20px;
    }
    .f_detail, .f_down {
        font-size: 17px;
    }
    .contact {
        width: 50%;
    }
}
@media only screen and (max-width: 1500px) {
    header nav ul li, header nav ul span {
        font-size: 18px;

    }
    header nav ul li:after {
        right: -4rem;
    }
    .middle_p {
        font-size: 19px;
    }
    .middle_link li {
        padding: 0.8rem 1.5rem;
        font-size: 17px;
    }
    .commitment_title {
        font-size: 25px;
    }
    .commitment_p {
        font-size: 15px;
    }
    .commitment .part{
        font-size: 17px;
    }
    .commitment .c-text {
        font-size: 14px;
    }
    .f-Co {
        font-size: 24px;
    }
    .who_title {
        font-size: 25px;
    }
    .wholesale table, .f_down {
        font-size: 18px;
    }
    .wholesale .who_detail div {
        font-size: 18px;
        padding: 0.5rem 0;
    }
    .f-detail {
        font-size: 22px;
    }
    .inner {
        width: 80%;
    }
    .w_title {
        font-size: 20px;
        padding: 1rem 2rem;
    }
    .w_title {
        font-size: 20px;
        padding: 1rem 2rem;
    }
    .w_message {
        font-size: 18px;
        margin-bottom: 3rem;
    }
    .manual .procedure {
        font-size: 20px;
    }
    .w_point_title {
        font-size: 18px;
    }
    .point_explain {
        font-size: 15px;
        padding: 1rem 0.5rem;
    }

}
@media only screen and (max-width: 1450px) {
    .company_name{
        font-size: 27px;
    }
    header nav ul li, header nav ul span {
        font-size: 16px;
    }
    header nav ul li:after {
        right: -4.2rem;
    }
    .commitment{
        padding-top: 0;
    }
    .w_title {
        font-size: 20px;
        padding: 1rem 2rem;
    }
}
@media only screen and (max-width: 1400px) {
    .middle_explain {
        font-size: 24px;
    }
    .middle_link li {
        font-size: 15px;
        padding: 0.5rem 1rem;
    }
    .company_name {
        margin: 2.5rem 0 ;
        font-size: 25px;
    }
    header nav ul li , header nav ul span {
        font-size: 15px;
    }
    #sales {
        width: 80%;
    }
    .f_detail, .f_down {
        font-size: 14px;
    }
    .i_explain p {
        font-size: 17px;
    }
}
@media only screen and (max-width: 1350px){
    .commitment_title{
        padding-top: 3rem;
    }
}
@media only screen and (max-width: 1320px) {
    .commitment .part {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1300px){
    .company_name_top {
        font-size: 35px;
    }
    header nav ul {
        margin-bottom: 2rem;
    }
    .img_top img{
        height: 79vh;
    }
    .middle_explain {
        font-size: 21px;
        margin-bottom: 0;
    }
    .commitment_title {
        margin-top: 0;
    }
    .f_down li {
        margin: 0 0.5rem;
    }
    #sales .s_text {
        font-size: 17px;
    }
    .contact {
        width: 60%;
    }
    .inquiry_explain, .inquiry_title {
        font-size: 20px;
    }
    .i_e_title {
        font-size: 25px;
    }
    .i_left {
        font-size: 17px;
    }
}
@media only screen and (max-width: 1250px){
    .f_right {
        padding-top: 4rem;
    }
    .w_message {
        font-size: 16px;
    }
    .w_point_title {
        width: 30%;
        padding: 0.5rem;
    }
}
@media only screen and (max-width: 1200px){
    .company_name {
        margin: 2.2rem 0;
        font-size: 22px;
    }
    .middle_p {
        font-size: 15px;
    }
    header nav ul li, header nav ul span {
        font-size: 13px;
    }
}
@media only screen and (max-width: 1150px){
    .map, #footer{
        width: 80%;
    }
    .commitment a {
        padding: 0.5rem;
    }
    .commitment .c_img, .commitment .c-text {
        padding: 0.5rem;
    }
    .f_detail {
        line-height: 1;
    }
    .f_right {
        padding-top: 4rem;
    }
}
@media only screen and (max-width: 1100px){
    .company_name_top {
        font-size: 30px;
    }
    .middle_explain {
        font-size: 18px;
    }
    .who_title {
        font-size: 20px;
        margin-top: 2rem;
    }
}
@media only screen and (max-width: 1024px){
    .middle_explain {
        width: 90%;
        font-size: 20px;
        margin-top: 40rem;
        position: relative;
    }
    .middle_explain::after {
        position: absolute;
        width: 60%;
        height: 45vh;
        top: -40rem;
        left: 11.5rem;
        margin: 2rem auto 4rem;
        content: '';
        background-image: url(../img/Fudoh_logo_black_small.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .img_top img {
        height: 50vh;
    }
    .img_top2 {
        display: none;
    }
    .company_name_top {
        font-size: 30px;
        margin: 2.5rem 9rem 2.5rem 2rem;
    }
    .company_name {
        font-size: 30px;
        margin: 1.5em 0 1.5rem 1.5rem;
    }
    .company_name::before {
        margin: 0 1rem 0 2rem ;
        padding-left: 1rem;
    }
    header {
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .openbtn1{
        position: relative;/*ボタン内側の基点となるためrelativeを指定*/
        background: #0e5021;
        cursor: pointer;
        width: 50px;
        height:50px;
        left: 35rem;
        border-radius: 5px;
        top: -2rem;
        -webkit-transition: all 400ms;
        transition: all 400ms;
        z-index: 10;
      }
    .openbtn1 span{
        display: inline-block;
        transition: all .4s;/*アニメーションの設定*/
        position: absolute;
        left: 0.8rem;
        height: 3px;
        border-radius: 2px;
        background: #fff;
        width: 50%;
        transition: all 400ms;
      }
    
    .openbtn1 span:nth-of-type(1) {
      top:15px; 
    }
    
    .openbtn1 span:nth-of-type(2) {
      top:23px;
    }
    
    .openbtn1 span:nth-of-type(3) {
      top:31px;
    }
    /*activeクラスが付与されると線が回転して×に*/

    .openbtn1.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }
    .openbtn1.active span:nth-of-type(2) {
    opacity: 0;/*真ん中の線は透過*/
    }
    .openbtn1.active span:nth-of-type(3){
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }
    
    .gNav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
      position:fixed;
      /*ナビのスタート位置と形状*/
      top:-130%;
      left:0;
      width:100%;
      z-index : 1;
      height: 100vh;/*ナビの高さ*/
      background-color:#0e5021;
          /*動き*/
      transition: all 0.6s;
      color: #fff;
      }
      .gNav.open {
          top: 0;
      }
      .gNav .menu {
          display: block;
          margin: 4rem auto 0;
  
      }
    .gNav .menu ul {
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        text-align: center;
        margin-top: 6rem;
        /*justify-content: center;*/
    }
    .gNav .menu li{
        width: 90%;
        color: #0e5021;
        background-color: #fff;
        border-radius: 20px;
        font-size: 15px;
        font-weight: bold;
        padding: 0.5rem 1rem;
        margin: 0 auto;
        border-bottom: 1px solid #fff;
        z-index: 3;
        border: 2px solid #0e5021;
        text-align: center;
    }
    .gNav .menu .h_inquiry {
        display: block;
        width: 90%;;
        color:#0e5021;
        background-color: #fff;
        border-radius: 20px;
        font-size: 15px;
        font-weight: bold;
        padding: 0.5rem 1rem;
        margin: 2px auto 0;
        text-align: center;
    }
    .gNav .menu li::after {
        display: none;
    }
    .middle_link li {
        font-size: 17px;
        padding: 0.5rem 2rem;
        margin: 1rem 0.2rem;
    }
    .commitment_title {
        font-size: 22px;
    }
    .commitment .part  {
        font-size: 15px;
    }
    .f_left {
        width: 80%;
    }
    .f_detail {
        line-height: 1.5;
    }
    .f_down li {
        margin: 0 0.3rem;
    }
    #footer .f_right {
        width: 100%;
    }
    .w_title {
        font-size: 18px;
        padding: 1rem;
    }
    .manual .procedure {
        font-size: 18px;
    }
    .w_point_title{
        font-size: 16px;
    }
    .point_explain {
        padding: 1rem 0.3rem;
    }
    .w_img {
        flex-wrap: wrap;
    }
    .w_img .w_part img {
        width: 90%;
        height: auto;
    }
    .wholesale table, .f_down {
        font-size: 17px;
    }
    .sales_list {
        font-size: 25px;
        margin: 0 auto;
    }
    .o_table {
        width: 100%;
    }
    .S_detail {
        display: block;
    }
    .S_left, .S_img {
        width: 100%;
    }
    .i_explain, .contact {
        width: 80%;
    }
    .manual p {
        font-size: 16px;
    }
    .sales_part {
        font-size: 20px;
        padding-bottom: 0.5rem;
    }
    #sales .s_individual {
        padding: 0;
    }
    #sales .s_img {
        width: 100%;
    }
    #sales .s_text {
        font-size: 15px;
    }
    #sales .s_individual {
        width: 44%;
        width: -webkit-calc(100% / 2.5);
        width: calc(100% / 2.5);
    }
    .commitment_explain {
        display: block;
    }
    .c_e_center {
        width: 60%;
        margin-left: 40%;
    } 
    .c_e_title {
        font-size: 25px;
    }
    .c_e_center ul li {
        font-size: 20px;
    }
    .c_e_right {
        width: 100%;
        margin: 4rem 1rem 0;
        font-size: 17px;
    }
    .commitment_p {
        margin-top: 2rem;
    }
}
@media only screen and (max-width: 980px) {
    .openbtn1 {
        left: 40rem;
    }
    #sales .s_individual {
        width: 30%;
        width: -webkit-calc(100% / 3.5);
        width: calc(100% / 3.5);
    }
    .commitment .part {
        font-size: 14px;
    }
}
@media only screen and (max-width: 950px){
    .openbtn1{
        left: 38rem;
    }
    .commitment {
        margin-bottom: 0;
    }
    iframe {
        height: 30vh;
    }
}
@media only screen and (max-width: 912px){
    .openbtn1 {
        left: 35rem;
    }
    .f_left {
        width: 70%;
    }

}
@media only screen and (max-width: 900px){
    .openbtn1 {
        left: 35rem;
    }
    .middle_p, .middle_link li {
        font-size: 13px;
    }
    .commitment_title {
        font-size: 22px;
    }
    .commitment_p {
        font-size: 12px;
        margin-bottom: 2rem;
    }
    .commitment .part {
        font-size: 13px;
    }
    .f-Co {
        font-size: 22px;
        margin-bottom: 0;
    }
    .f_right {
        padding-top: 2rem;
    }
    #footer .f_left {
        width: 50%;
    }
    #footer .f_right {
        padding-top: 2rem;
    }
    .f_detail {
        font-size: 12px;
        line-height: 1.3;
    }
    .who_title {
        font-size: 20px;
        margin-top:2rem;
        margin-bottom: 1rem;
    }
    .wholesale .who_detail div {
        margin: 1rem auto 0;
    }
    .wholesale table, .f_down {
        font-size: 15px;
    }
    .wholesale table th, .wholesale table td {
        padding: 0.5rem ;
    }
}
@media only screen and (max-width: 853px){
    .openbtn1 {
        left: 32rem;
    }
}

@media only screen and (max-width: 850px){
    .openbtn1 {
        left: 32rem;
    }
    .commitment_p {
        margin-bottom: 0;
    }
    .commitment_title {
        margin-bottom: 1rem;
    }
    .commitment .part {
        font-size: 15px;
        height: 5vh;
    }
    .commitment {
        padding-bottom: 3rem 
    }
    .f_down {
        display: none;
    }
    #footer .f_left {
        width: 90%;
    }
}
@media only screen and (max-width: 820px) {
    .gNav {
        height: 40vh;
    }
    .openbtn1 {
        left: 26rem;
    }
    .company_name_top {
        margin-right: 6rem;
    }
    .company_name::before {
        margin-left: 0;
    }
    .middle_img {
        width: 60%;
    }
    .middle_explain {
        margin-top: 20rem;
        font-size: 17px;
    }
    .middle_explain::after {
        width: 40%;
        height: 25vh;
        top: -21rem;
    }
    .img_top::after {
        left: 3rem;
        width: 90%;
        top: 38rem;
        height: 60vh;
        margin-top: 0;
        margin-bottom: 0;
    }
    .manual p {
        font-size: 17px;
        padding-bottom: 0;
    }
    .o_table caption {
        margin-top: 0;
    }
    
}
@media only screen and (max-width: 800px){
    .openbtn1 {
        left: 24rem;
    }
    .commitment_title{
        font-size: 19px;
        margin-bottom: 2rem;
    }
    .commitment .part {
        font-size: 11px;
        height: 3vh;
    }
    .commitment .c-text {
        font-size: 12px;
        margin: 0;
    }
    .f-Co {
        font-size: 20px;
    }
    .w_title, .manual .procedure ,.w_point_title {
        font-size: 15px;
    }
    .w_message , .manual p, .point_explain{
        font-size: 13px;
    }
    .w_img .w_part{
        margin: 0.5rem auto;
    }
    .w_point_title {
        padding: 0;
    }
    #sales {
        width: 90%;
    }
}
@media only screen and (max-width: 768px){
    .company_name_top {
        margin: 2.5rem 5rem 2.5rem 2rem;
    }
    .middle_explain::after {
        margin: 0;
        top: -19rem;
        left: 14rem;
    }
    .middle_img {
        width: 60%;
        margin: 5rem auto;
    }
    .middle_explain {
        font-size: 15px;
    }
    .company_name {
        font-size: 30px;
    }
    .img_top::after {
        top: 34rem;
        left: 2rem;
        width: 95%;
        height: 70vh;
    }
    .o_table caption {
        margin-top: 0;
    }
    .S_declaration {
        font-size: 25px;
        margin-bottom: 1rem;
    }
    .inquiry_explain {
        font-size: 17px;
    }
    .inquiry_title {
        margin-left: 0;
        font-size: 18px;
    }
    .i_left {
        margin-left: 1rem;
        font-size: 14px;
    }
    .i_explain p {
        font-size: 15px;
    }
    .i_e_title {
        font-size: 20px;
        margin-top: 2rem;
    }
}
@media only screen and (max-width: 750px){
    .img_top img {
        height: 56.5vh;
    }
    .openbtn1 {
        left: 25rem;
    }
    .middle_p {
        font-size: 12px;
        margin-bottom: 1rem;
    }
    .wholesale table th, .wholesale table td {
        width: 100%;
        display: block;
        text-align: center;
    }
    .wholesale table th {
        background-color: #ccc;
    }
    .wholesale .who_detail div {
        font-size: 14px;
    }
    .commitment_title {
        padding-top: 3rem;
    }
    .commitment {
        flex-wrap: wrap;
    }
    .commitment a {
        width: 80%;
        margin: 0 auto 1rem;
    }
    .commitment .part {
        font-size: 17px;
    }
}
@media only screen and (max-width: 700px){
    .img_top img {
        height: 53vh;
    }
    .openbtn1 {
        left: 22rem;
    }
}
@media only screen and (max-width: 650px){
    .openbtn1 span {
        left: 0.6rem;
    }
    .openbtn1 span:nth-of-type(1){
        top: 13px;
    }
    .openbtn1 span:nth-of-type(2){
        top: 20px;
    }
    .openbtn1 span:nth-of-type(3){
        top: 27px;
    }
    .company_name {
        font-size: 17px;
    }
    .company_name::before {
        width: 40px;
        height: 40px;
    }
    .img_top img {
        height: 49vh;
    }
    .openbtn1 {
        left: 22rem;
        top: -1.3rem;
        width: 40px;
        height: 40px;
    }
    .middle_link li {
        margin: 0.5em;
        padding: 5px 0.5rem;
    }
    .br::before{
        content: "\A" ;
        white-space: pre ;
    }
    .f_right {
        padding-top: 5rem;
    }
}
@media only screen and (max-width: 600px){
    .img_top img {
        height: 45.5vh;
    }
    .openbtn1 {
        left: 20rem;
    }
    .wrapper {
        padding: 0;
    }
    .inner {
        padding: 2rem 0;
    }
    .wholesale table td {
        font-size: 13px;
    }
}
@media only screen and (max-width: 550px){
    .openbtn1 {
        left: 15rem;
    }
    .middle_img {
        margin: 3rem auto;
    }
    .f-Co {
        font-size: 17px;
    }
    .f_detail {
        font-size: 11px;
    }
    .commitment {
        padding-bottom: 0;
    }
    #footer .f_right {
        padding-top: 1rem;
    }
    #footer .f_left {
        width: 100%;
    }
    .w_point {
        display: block;
    }
    .w_point_title {
        width: 100%;
        border-right: none;
        border-bottom: 1px dashed #0e5021;
        padding: 0.5rem 0;
    }
    .w_img .w_part {
        width: 48%;
    }
}
@media only screen and (max-width: 500px){
    .openbtn1 {
        left: 16rem;
    }
    .commitment a {
        width: 90%;
    }
    .company_name {
        display: flex;
        align-items: center;
    }
    .company_name::before{
        margin-left: 1rem;
    }
    .middle_img {
        width: 55%;
        margin: 3rem auto;
    } 
    .f_detail {
        font-size: 10px;
    }
    .wholesale table td {
        font-size: 12px;
    }
    .map_title {
        font-size: 17px;
    }
    .wholesale .who_detail div {
        width: 30%;
    }
}
@media only screen and (max-width: 450px){
    .openbtn1 {
        left: 13rem;
    }
    .img_top img {
        height: 35vh;
    }
    .middle_img {
        width: 80%;
        margin: 4rem auto;
    }
    .middle_link ul {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    .commitment .part {
        font-size: 13px;
    }
    .commitment {
        padding-bottom: 0;
    }
    .w_title {
        padding: 0.7rem;
    }
    .w_message {
        font-size: 12px;
    }
    .manual p {
        padding: 1rem 0;
    }
}
@media only screen and (max-width: 430px){
    .gNav {
        height: 50vh;
    }

    .openbtn1 {
        left: 11rem;
        top: -1rem;
    }
    .company_name {
        margin: 1rem 0 ;
    }

    .o_table {
        margin-bottom: 3rem;
    }
    .o_table th, .o_table td {
        padding-left: 0.5rem;
        font-size: 15px;
    }
    .o_table caption {
        font-size: 25px;
    }
    .S_declaration {
        font-size: 25px;
        margin-bottom: 1rem;
    }
    .S_explain{
        padding: 0;
        font-size: 14px;
    }

}
@media only screen and (max-width: 414px){
    .openbtn1 {
        top: -1rem;
        left: 10rem;
    }
    .img_top {
        margin: 0;
    }
    .company_name {
        margin-left: 0rem;
    }
    .company_name_top {
        font-size: 17px;
        margin: 1.5rem 3rem 1.5rem 2rem;
    }
    .company_name::before {
        margin: 0 0.5rem;
    }
    
    .middle_explain {
        margin-top: 14rem;
    }
    .middle_explain::after {
        top: -12rem;
        left: 6rem;
        height: 20vh;
        margin: 0;
    }
    .S_d_detail li {
        padding: 0;
        font-size: 14px;
    }
    .S_c_title {
        font-size: 15px;
        margin: 0;
    }
    .S_attempt {
        padding: 1rem 0.5rem;
        font-size: 20px;
    }
    .S_content ul {
        font-size: 15px;
        padding-right: 0.2rem;
    }
    .S_attempt {
        margin-right: 0;
    }
    .map, #footer {
        width: 90%;
    }
    .inquiry_explain {
        font-size: 13px;
    }
    .contact {
        display: block;
    }
    .i_left {
        width: 70%;
        margin: 0 auto;
        font-size: 14px;
    }
    .i_explain p {
        font-size: 13px;
        padding-bottom: 1rem;
    }
    .inquiry_title {
        display: block;
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    .i_explain p {
        font-size: 15px;
    }
    .i_e_title {
        font-size: 20px;
        margin-top: 2rem;
    }
}

@media only screen and (max-width: 400px){
    .openbtn1 {
        left: 10rem;
        top: -1rem;
    }
    .middle_p {
        font-size: 10px;
    }
    .commitment a {
        width: 90%;
        margin: 0 auto 1rem;
    }
    .f_detail .br {
        display: inline-block;
        line-height: 0.6;
    }
    .wholesale .who_detail div {
        width: 50%;
    }
    .inquiry_explain {
        font-size: 12px;
    }
    .inquiry_title {
        font-size: 17px;
    }
}
@media only screen and (max-width: 375px){
    .openbtn1 {
        left: 9rem;
        top: -1rem;
    } 
    .inner {
        width: 90%;
    }
    .img_top::after {
        top: 15rem;
        width: 80%;
        background-size: contain;
    }
    .company_name_top {
        margin: 1.7rem 2rem 1.7rem 2rem;
    }
    .middle_explain::after {
        top: -10rem;
        left: 6rem;
        height: 20vh;
    }
    .middle_explain {
        margin-top: 11rem;
        font-size: 13px;
    }
    .who_title {
        font-size: 15px;
    }
    .inquiry_explain {
        font-size: 12px;
    }
    .contact {
        display: block;
    }
    .i_explain p {
        font-size: 14px;
    }
    .i_e_title {
        font-size: 20px;
        margin-top: 2rem;
    }
    .sales_list {
        width: 40%;
        font-size: 20px;
    }
    .sales_part {
        font-size: 20px;
        padding-bottom: 0.5rem;
    }
    #sales .s_individual {
        width: 90%;
        width: -webkit-calc(100% / 1);
        width: calc(100% / 1);
        padding: 0;
    } 
    #sales .s_img {
        width: 90%;
        margin: 0 auto;
    }
    .commitment_title::before {
        top: 5rem; 
        left: 3rem;
        width: 60%;
    }
    .commitment_explain {
        display: block;
    }
    .commitment_title {
        width: 90%;
        display: block;
        text-align: center;
    }
    .c_e_center {
        width: 100%;
        margin-top: 12rem;
    }
    .c_e_title {
        font-size: 23px;
    }
    .c_e_center ul li {
        font-size: 23px;
    }
    .c_e_right {
        width: 100%;
        font-size: 15px;
        margin: 1rem 0;
    }
    .S_declaration {
        font-size: 20px;
    }
    .attempt {
        font-size: 15px;
    }
    .inquiry_explain {
        width: 80%;
        margin: 0 auto;
        font-size: 13px;
    }
    #footer .f_right {
        width: 0%;
    }
}
@media only screen and (max-width: 360px) {
    .openbtn1 {
        left: 8rem;
        top: -1rem;
    }
    .w_title {
        font-size: 14px;
    }
}
@media only screen and (max-width: 350px){
    .openbtn1 {
        left: 6.5rem;
    }
}
@media only screen and (max-width: 300px){
    .openbtn1 {
        left: 3.5rem;
    }
    .middle_img {
        margin: 6rem auto;
    }
    .commitment_p {
        font-size: 10px;
    }
    #footer {
        display: block;
    }
}

@media only screen and (max-width: 280px){
    .company_name {
        font-size: 13px;
    }    
    .middle_img img {
        height: 80vh;
    }
    .middle_p {
        font-size: 13px;
    }
}
