@charset "UTF-8";
@media screen and (min-width: 640px) {
  .side_bar {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .side_bar h2 {
    width: 90%;
    margin-left: 3%;
    font-size: 20px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    border-bottom: 2px solid green;
  }
  .side_bar h2 span {
    color: green;
  }
  .side_bar .brand {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 5px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .side_bar .side_contact {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 3vh;
    border-radius: 5px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    padding: 12px 0;
  }
  .side_bar .side_contact .side_contact_img {
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed black;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .side_bar .side_contact p {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-top: 3px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .side_bar .side_banner {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 15px;
  }
  .side_bar .topic .p {
    width: 90%;
    margin: 0 auto;
    margin-top: 5px;
    font-size: 15px;
    border-bottom: 1px dashed black;
  }
}

@media screen and (max-width: 640px) {
  .side_bar {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .side_bar h2 {
    width: 90%;
    margin-left: 3%;
    margin-top: 15px;
    font-size: 16px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    border-bottom: 2px solid green;
  }
  .side_bar h2 span {
    color: green;
  }
  .side_bar .brand-side {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .side_bar .brand {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 5px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .side_bar .side_contact {
    width: 90%;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 3vh;
    border-radius: 5px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    padding: 12px 0;
  }
  .side_bar .side_contact .side_contact_img {
    width: 70%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed black;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .side_bar .side_contact p {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-top: 3px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .side_bar .side_banner {
    display: block;
    width: 75%;
    margin: 0 auto;
    margin-top: 15px;
  }
  .side_bar .topic .p {
    width: 90%;
    margin: 0 auto;
    margin-top: 5px;
    font-size: 15px;
    border-bottom: 1px dashed black;
  }
}

html {
  font-size: 100%;
}

body {
  max-width: 1800px;
  margin: 0 auto;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

@media screen and (min-width: 640px) {
  .top_header {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    height: 60px;
    width: 100%;
    overflow: hidden;
    background-color: white;
    margin: 0 auto;
  }
  .top_header .second_header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    position: fixed;
    gap: 2px;
    z-index: 99;
    right: -8%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .top_header .second_header .top_logo_2 {
    height: 28px;
    width: auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-top: 8px;
    display: block;
    margin-left: auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    -webkit-box-shadow: 0 0 3px rgba(128, 128, 128, 0.8);
            box-shadow: 0 0 3px rgba(128, 128, 128, 0.8);
    border-radius: 20px;
    padding: 8px;
    color: #fff;
    background-color: white;
  }
  .top_header .second_header .top_logo_3 {
    height: 28px;
    width: auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-top: 8px;
    display: inline-block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    -webkit-box-shadow: 0 0 3px rgba(128, 128, 128, 0.8);
            box-shadow: 0 0 3px rgba(128, 128, 128, 0.8);
    border-radius: 20px;
    background-color: white;
    padding: 8px;
    color: #fff;
  }
  .top_header .second_header .top_logo_4 {
    height: 28px;
    width: auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-top: 8px;
    display: inline-block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    -webkit-box-shadow: 0 0 3px rgba(128, 128, 128, 0.8);
            box-shadow: 0 0 3px rgba(128, 128, 128, 0.8);
    border-radius: 20px;
    padding: 8px;
    position: fixed;
    color: #fff;
  }
  .top_header .top_logo {
    height: 50px;
    width: auto;
    display: block;
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-right: auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .header_space {
    width: 100%;
    height: 3px;
  }
  .hamburger-menu {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  #menu-btn-check {
    display: none;
  }
  .menu-content .icon_menu {
    width: 16%;
    display: inline-block;
    -webkit-transform: translate(-2px, 4px);
            transform: translate(-2px, 4px);
    margin: 0 auto;
  }
  .menu-content .al {
    font-size: 13px;
  }
  .menu-content ul {
    width: 60%;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding: 0;
    text-align: center;
    z-index: 50;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-bottom: 2vh;
    position: fixed;
    top: 1%;
    right: 3%;
  }
  .menu-content ul li {
    width: 100%;
    list-style: none;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .menu-content ul li:hover {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .menu-content ul li .al {
    display: none;
  }
  .menu-content ul li a {
    text-decoration: none;
    display: block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-weight: lighter;
    font-size: 15px;
    text-align: center;
    color: black;
    padding: 3px 0 1px 0;
  }
  .menu-content ul li a:hover {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .top_twitter_3 {
    width: 20%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-top: 3vh;
    display: block;
    margin-left: auto;
    margin-right: 4%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: white;
    padding: 3px;
    display: none;
    border-radius: 50%;
  }
}

@media screen and (max-width: 640px) {
  .top_header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    height: 60px;
    width: 100%;
    margin: 0 auto;
  }
  .top_header .top_logo_2 {
    height: 20px;
    width: auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-top: 10px;
    display: block;
    margin-left: auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    display: none;
  }
  .top_header .top_logo_3 {
    height: 20px;
    width: auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-top: 10px;
    display: block;
    margin-left: auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    display: none;
  }
  .top_header .top_logo {
    width: 80%;
    display: block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-right: auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .header_space {
    display: none;
  }
  .menu-btn {
    position: fixed;
    top: 0px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    height: 60px;
    width: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 90;
  }
  .icon_menu {
    display: none;
  }
  .al {
    font-size: 13px;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: #000000;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .menu-btn span:after {
    top: 8px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  #menu-btn-check {
    display: none;
  }
  .menu-content {
    width: 60%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #00896c;
    background-attachment: fixed;
    background-size: cover;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /*アニメーション設定*/
  }
  .top_twitter_3 {
    width: 20%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-top: 3vh;
    display: block;
    margin-left: auto;
    margin-right: 4%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: white;
    padding: 3px;
    border-radius: 20px;
  }
  .menu-content ul {
    margin: 0 auto;
    padding: 70px 10px 0;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }
  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 40%;
    /*メニューを画面内へ*/
  }
}

@media screen and (min-width: 640px) {
  .fotter_all {
    border-top: 3px solid #34963e;
    margin-top: 15vh;
  }
  .fotter_all .fotter_one {
    width: 85%;
    margin: 0 auto;
    color: black;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3.5fr 1fr;
        grid-template-columns: 3.5fr 1fr;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .fotter_all .fotter_one .fotter {
    width: 90%;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .fotter_all .fotter_one .fotter a {
    width: 100%;
    display: block;
    color: black;
    font-size: 13px;
    letter-spacing: -2px;
  }
  .fotter_all .fotter_one h2 {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .fotter_all .fotter_one .fotter_img {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  footer img {
    display: block;
    width: 10%;
    margin: 0 auto;
  }
  footer p {
    font-size: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .fotter_all {
    border-top: 3px solid #02964e;
    margin-top: 15vh;
  }
  .fotter_all .fotter_one {
    width: 95%;
    margin: 0 auto;
    color: black;
    margin-top: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.5fr 1fr;
        grid-template-columns: 1.5fr 1fr;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .fotter_all .fotter_one .fotter {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .fotter_all .fotter_one .fotter a {
    width: 100%;
    display: block;
    color: black;
    font-size: 13px;
    margin-top: 10px;
    letter-spacing: -2px;
  }
  .fotter_all .fotter_one h2 {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .fotter_all .fotter_one .fotter_img {
    width: 80%;
    display: block;
    margin-top: 27px;
  }
  footer img {
    display: block;
    width: 30%;
    margin: 0 auto;
  }
  footer p {
    font-size: 10px;
    text-align: center;
  }
}

body {
  margin: 0;
  width: 100%;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 640px) {
  .ichach {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .ichach .siryo {
    position: absolute;
    top: 5%;
    right: 12%;
    width: 27%;
    margin: 0 auto;
    padding: 0px 20px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: white;
    border-radius: 20px;
    -webkit-box-shadow: -1px -5px 6px rgba(0, 0, 0, 0.2), 3px 3px 5px white, 0 10px 10px rgba(0, 0, 0, 0.1), inset 0 -4px 5px rgba(0, 0, 0, 0.1);
            box-shadow: -1px -5px 6px rgba(0, 0, 0, 0.2), 3px 3px 5px white, 0 10px 10px rgba(0, 0, 0, 0.1), inset 0 -4px 5px rgba(0, 0, 0, 0.1);
  }
  .ichach h2 {
    margin: 0;
    font-size: 20px;
    text-align: center;
    padding-top: 0px;
  }
  .ichach h2 span {
    font-size: 17px;
  }
  .ichach p {
    margin: 0;
  }
  .ichach label {
    line-height: 20px;
    font-size: 13px;
    margin-top: 0;
    width: 90%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin: 0 auto;
  }
  .ichach label .cummon {
    width: 97%;
    height: 25px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: #f0f0f0;
    border: 2px solid white;
  }
  .ichach label .place_number {
    width: 50%;
    display: block;
    height: 25px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: #f0f0f0;
    border: 2px solid white;
  }
  .ichach label .text_area {
    width: 97%;
    height: 80px;
    display: block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    background-color: #f0f0f0;
    border: 2px solid white;
  }
  .ichach .submit {
    display: block;
    cursor: pointer;
    width: 80%;
    font-size: 13px;
    margin: 0 auto;
    margin-top: 0vh;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    height: 50px;
    color: white;
    margin-top: 2vh;
    background-color: orangered;
  }
  .ichach img {
    display: block;
    width: 100%;
    margin: 0 auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .ichach .kyosan {
    display: block;
    position: absolute;
    width: 35%;
    bottom: 3vw;
    left: 5vw;
  }
  .ichach .top_smf {
    display: none;
  }
  .ichach a {
    display: block;
    text-decoration: none;
    color: black;
    width: 28%;
    text-align: center;
    position: absolute;
    top: 57%;
    right: 11%;
    padding: 20px 50px;
    color: white;
  }
  .ichach a :hover {
    opacity: .9;
  }
  .reason_under {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    margin-top: 4vh;
    margin-bottom: 4vh;
  }
  .reason_under img {
    display: block;
    height: 24vh;
    width: 100%;
    -webkit-box-shadow: 0 0 3px gray;
            box-shadow: 0 0 3px gray;
  }
  .reason_under p {
    margin: 0;
    text-align: center;
    background-color: green;
    color: white;
    padding: 12px 0;
    font-size: 18px;
    -webkit-box-shadow: 0 0 3px gray;
            box-shadow: 0 0 3px gray;
  }
  .reason_under p span {
    display: inline-block;
  }
  .reason_under p span img {
    display: inline-block;
    width: 30%;
  }
  .apeal_link {
    display: block;
    position: absolute;
    width: 20%;
    top: 65%;
  }
  .top_imgs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 0 auto;
    gap: 10px;
    width: 98%;
    margin-top: 5vh;
  }
  .shopp {
    text-align: center;
    text-decoration: none;
    display: block;
    background-color: #a8a315;
    color: white;
    width: 50%;
    margin: 0 auto;
    padding: 10px;
    margin-top: 3vw;
  }
  .about {
    width: 70%;
    margin: 0 auto;
    gap: 20px;
    margin-top: 5vh;
  }
  .about img {
    display: block;
    width: 100%;
  }
  .about .about_tai {
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 5vh;
  }
  .about h2 {
    font-size: 3.2rem;
  }
  .about h3 {
    font-size: 1.3rem;
  }
  .about .taigood {
    display: block;
    width: 78%;
    margin: 0 auto;
  }
  .about .about_under {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.5fr 1fr;
        grid-template-columns: 1.5fr 1fr;
    margin-top: 5vh;
    gap: 30px;
  }
  .about .about_under img {
    display: block;
    width: 100%;
    margin-top: 5%;
  }
  .about .about_under .koe {
    display: block;
    width: 90%;
  }
  .about .about_under p {
    font-size: 1vw;
    width: 90%;
    margin-left: 5%;
  }
  .data {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  .body_top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 1fr;
        grid-template-columns: 3fr 1fr;
    width: 77%;
    margin: 0 auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .reason .btn {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 5vh;
  }
  .body_top .body_content .reason .btn a {
    display: block;
    width: 90%;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: #ff5e00;
  }
  .body_top .body_content .reason h1 {
    font-size: 28px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-bottom: 0;
  }
  .body_top .body_content .reason h1 span {
    color: green;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content a {
    display: block;
    width: 97%;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 5px;
  }
  .body_top .body_content a img {
    display: block;
    width: 100%;
    border-radius: 5px;
  }
  .body_top .body_content .totyu_contact {
    background-color: orangered;
    display: block;
    text-align: center;
    color: white;
    padding: 10px;
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
    text-decoration: none;
    margin-top: 3vh;
  }
  .body_top .body_content .total {
    width: 100%;
    padding-bottom: 50px;
    overflow: hidden;
    margin: 0 auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .total h2 {
    font-size: 25px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .total h2 span {
    color: green;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .total .newtitle {
    padding-bottom: 0;
    font-size: 13px;
    text-align: left;
    color: black;
    letter-spacing: 10px;
    margin-bottom: 0;
    margin-left: 10%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-weight: lighter;
  }
  .body_top .body_content .total .post-categories {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .total .post-categories li {
    list-style: none;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .total .post-categories li a {
    color: white;
    text-decoration: none;
    background-color: green;
    width: 100%;
    padding: 5px 0;
    margin: 0 auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    z-index: 5;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    text-align: center;
    border-radius: 0;
  }
  .body_top .body_content .total .blog_link {
    display: block;
    width: 70%;
    text-align: center;
    color: white;
    background-color: #ff4d00;
    padding: 15px 0;
    margin-bottom: 8vh;
    text-decoration: none;
    -webkit-transform: translateY(-3vh);
            transform: translateY(-3vh);
  }
  .body_top .body_content .total .new-time {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    text-align: left;
    color: black;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .total .mainarticle {
    width: 100%;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .total .mainarticle .wp-post-image {
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .total .mainarticle .article {
    background-color: white;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 0 8px gray;
            box-shadow: 0 0 8px gray;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .total .mainarticle img {
    width: 97%;
    display: block;
    margin: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .total .mainarticle div .desc p {
    margin: 0;
  }
  .body_top .body_content .total .mainarticle div .desc p a {
    color: black;
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 10px 0;
    -webkit-appearance: none;
    margin-top: 0;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .total .message {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2.5fr 1fr;
        grid-template-columns: 2.5fr 1fr;
    gap: 10px;
  }
  .body_top .body_content .total .message .sya_smf {
    display: none;
  }
  .body_top .body_content .total .message p {
    letter-spacing: 2px;
    font-size: 15px;
  }
  .body_top .body_content .total .message_second {
    letter-spacing: 2px;
    font-size: 15px;
  }
  .body_top .body_content .siryo {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px;
  }
  .body_top .body_content .siryo_h2 {
    font-size: 30px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-bottom: 0;
    padding: 10px 0px;
  }
  .body_top .body_content .siryo_h2 span {
    color: green;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content label {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr;
        grid-template-columns: 1fr 3fr;
    line-height: 25px;
    font-size: 15px;
    width: 90%;
    margin: 0 auto;
  }
  .body_top .body_content label .cummon {
    width: 90%;
    display: block;
    height: 25px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: #f0f0f0;
    border: 2px solid white;
  }
  .body_top .body_content label .place_number {
    width: 50%;
    display: block;
    height: 25px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: #f0f0f0;
    border: 2px solid white;
  }
  .body_top .body_content label .text_area {
    width: 90%;
    display: block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    background-color: #f0f0f0;
    border: 2px solid white;
  }
  .body_top .body_content label .drop {
    height: 25px;
    display: block;
    width: 30%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .submit {
    display: block;
    cursor: pointer;
    width: 40%;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 0vh;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    height: 50px;
    color: white;
    margin-top: 0vh;
    background-color: orangered;
  }
  .body_top .body_content .about_open h3 {
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .about_open h3 span {
    display: inline-block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-right: 5px;
    background-color: green;
    color: white;
    font-size: 25px;
    padding: 3px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    border-radius: 5px;
  }
  .body_top .body_content .about_open h4 span {
    font-size: 25px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .about_open p {
    font-size: 15px;
  }
  .body_top .body_content .about_open p span {
    font-size: 20px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    color: red;
  }
  .body_top .body_content .about_open .question_about {
    border: 1px solid #c3c3c3;
  }
  .body_top .body_content .about_open .question_about h4 {
    background-color: green;
    padding: 5px 10px;
    margin-top: 0;
    color: white;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .about_open .question_about p {
    padding: 8px 10px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
}

@media screen and (max-width: 640px) {
  .ichach {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    padding-bottom: 5vh;
  }
  .ichach .kyosan {
    display: block;
    width: 95%;
    margin: 0 auto;
    margin-top: 2em;
  }
  .ichach .siryo {
    width: 92%;
    margin: 0 auto;
    margin-top: 2vh;
    padding: 5px 5px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: white;
    -webkit-box-shadow: -10px -10px 20px 0 rgba(255, 255, 255, 0.06), 10px 10px 16px 0 rgba(31, 31, 31, 0.1);
            box-shadow: -10px -10px 20px 0 rgba(255, 255, 255, 0.06), 10px 10px 16px 0 rgba(31, 31, 31, 0.1);
  }
  .ichach h2 {
    margin: 0;
    font-size: 17px;
    text-align: center;
    padding-top: 10px;
  }
  .ichach h2 span {
    font-size: 15px;
  }
  .ichach p {
    margin: 0;
  }
  .ichach label {
    line-height: 25px;
    font-size: 13px;
    width: 98%;
    margin: 0 auto;
  }
  .ichach label .must {
    color: white;
    background-color: #ff8400;
    padding: 0px 3px;
    font-size: 13px;
  }
  .ichach label .cummon {
    width: 98%;
    height: 25px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: #f0f0f0;
    border: 2px solid white;
  }
  .ichach label .text_area {
    width: 98%;
    display: block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    height: 14vh;
    background-color: #f0f0f0;
    border: 2px solid white;
  }
  .ichach label .drop {
    height: 25px;
    display: block;
    width: 30%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .ichach .data {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 3vh;
  }
  .ichach .submit {
    display: block;
    cursor: pointer;
    width: 80%;
    font-size: 15px;
    padding: 10px 0;
    margin: 0 auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    color: white;
    margin-top: 0vh;
    margin-bottom: 0;
    background-color: #ff2f00;
  }
  .ichach img {
    display: block;
    width: 100%;
    margin: 0 auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .ichach .top_pc {
    display: none;
  }
  .ichach a {
    display: block;
    text-decoration: none;
    color: black;
    width: 80%;
    text-align: center;
    position: absolute;
    top: 67%;
    right: 10%;
    padding: 13px 0;
    color: white;
  }
  .ichach a :hover {
    opacity: .9;
  }
  .ichach .apeal_link {
    display: block;
    position: absolute;
    width: 50%;
    top: -2%;
    right: 0;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  .reason_under {
    margin-top: 4vh;
    margin-bottom: 4vh;
  }
  .reason_under img {
    display: block;
    height: 22vh;
    -o-object-fit: cover;
       object-fit: cover;
    width: 90%;
    -webkit-box-shadow: 0 0 3px gray;
            box-shadow: 0 0 3px gray;
    margin: 0 auto;
    margin-top: 1vh;
  }
  .reason_under p {
    margin: 0;
    text-align: center;
    background-color: green;
    color: white;
    margin: 0 auto;
    width: 90%;
    padding: 12px 0;
    font-size: 14px;
    -webkit-box-shadow: 0 0 3px gray;
            box-shadow: 0 0 3px gray;
    font-weight: bold;
  }
  .apeal_link {
    display: block;
    position: absolute;
    width: 50%;
    top: 8%;
    right: 0;
  }
  .top_imgs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    gap: 5px;
    width: 98%;
    margin-top: 5vh;
  }
  .shopp {
    text-align: center;
    text-decoration: none;
    display: block;
    background-color: #a8a315;
    color: white;
    width: 50%;
    margin: 0 auto;
    padding: 10px;
    margin-top: 3vw;
  }
  .about {
    width: 95%;
    margin: 0 auto;
    gap: 20px;
    margin-top: 5vh;
  }
  .about .sppp {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 25px;
  }
  .about img {
    display: block;
    width: 80%;
    margin: 0 a;
  }
  .about h2 {
    font-size: 2rem;
  }
  .about h3 {
    font-size: 1.3rem;
  }
  .about .taigood {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .about .about_under {
    margin-top: 5vh;
    gap: 10px;
  }
  .about .about_under img {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 5%;
  }
  .about .about_under .koe {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 3vh;
  }
  .about .about_under p {
    font-size: 13px;
    width: 90%;
    margin: auto;
  }
  .body_top {
    width: 98%;
    margin: 0 auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .reason .btn {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 5vh;
  }
  .body_top .body_content .reason .btn a {
    display: block;
    width: 90%;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: #ff5e00;
  }
  .body_top .body_content .reason h1 {
    font-size: 20px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-bottom: 0;
  }
  .body_top .body_content .reason h1 span {
    color: green;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .totyu_contact {
    background-color: orangered;
    display: block;
    text-align: center;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    width: 97%;
    margin: 0 auto;
    text-decoration: none;
    margin-top: 2vh;
    border: 3px double white;
  }
  .body_top .body_content a {
    display: block;
    width: 97%;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 5px;
  }
  .body_top .body_content a img {
    display: block;
    width: 100%;
    border-radius: 5px;
  }
  .body_top .body_content .total {
    width: 100%;
    padding-bottom: 50px;
    overflow: hidden;
    margin: 0 auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .total h2 {
    font-size: 22px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .total h2 span {
    color: green;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .total .newtitle {
    padding-bottom: 0;
    font-size: 13px;
    text-align: left;
    color: black;
    letter-spacing: 10px;
    margin-bottom: 0;
    margin-left: 10%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-weight: lighter;
  }
  .body_top .body_content .total .post-categories {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .total .post-categories li {
    list-style: none;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .total .post-categories li a {
    color: white;
    text-decoration: none;
    background-color: green;
    width: 100%;
    padding: 5px 0;
    margin: 0 auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    z-index: 5;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    text-align: center;
    border-radius: 0;
  }
  .body_top .body_content .total .blog_link {
    display: block;
    width: 80%;
    text-align: center;
    color: white;
    background-color: #ff4d00;
    padding: 15px 0;
    margin-bottom: 8vh;
    text-decoration: none;
  }
  .body_top .body_content .total .new-time {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    text-align: left;
    color: black;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .total .mainarticle {
    width: 98%;
    margin: 0 auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .total .mainarticle .wp-post-image {
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .total .mainarticle .article {
    background-color: white;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 8px gray;
            box-shadow: 0 0 8px gray;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .total .mainarticle img {
    width: 97%;
    display: block;
    margin: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .total .mainarticle div .desc p {
    margin: 0;
  }
  .body_top .body_content .total .mainarticle div .desc p a {
    color: black;
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 10px 0;
    -webkit-appearance: none;
    margin-top: 0;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .total .message {
    gap: 10px;
  }
  .body_top .body_content .total .message .sya_pc {
    display: none;
  }
  .body_top .body_content .total .message .sya_smf {
    display: block;
    height: 30vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0% 10%;
       object-position: 0% 10%;
  }
  .body_top .body_content .total .message p {
    letter-spacing: 2px;
    font-size: 13px;
    width: 95%;
    margin: 0 auto;
    margin-top: 5px;
  }
  .body_top .body_content .total .message_second {
    letter-spacing: 2px;
    font-size: 13px;
    width: 95%;
    margin: 0 auto;
    margin-top: 15px;
  }
  .body_top .body_content .siryo {
    width: 98%;
    margin: 0 auto;
    -webkit-box-shadow: -1px -5px 6px rgba(0, 0, 0, 0.2), 3px 3px 5px white, 0 10px 10px rgba(0, 0, 0, 0.1), inset 0 -4px 5px rgba(0, 0, 0, 0.1);
            box-shadow: -1px -5px 6px rgba(0, 0, 0, 0.2), 3px 3px 5px white, 0 10px 10px rgba(0, 0, 0, 0.1), inset 0 -4px 5px rgba(0, 0, 0, 0.1);
    margin-top: 5px;
    padding: 5px;
  }
  .body_top .body_content .siryo_h2 {
    font-size: 22px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-bottom: 0;
    padding: 0px 0px;
  }
  .body_top .body_content .siryo_h2 span {
    color: green;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .siryo_h2 p {
    margin: 0;
  }
  .body_top .body_content label {
    line-height: 20px;
    font-size: 13px;
    margin-top: 0;
    width: 95%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin: 0 auto;
  }
  .body_top .body_content label .cummon {
    width: 95%;
    height: 25px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: #f0f0f0;
    border: 2px solid white;
  }
  .body_top .body_content label .place_number {
    width: 50%;
    display: block;
    height: 25px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: #f0f0f0;
    border: 2px solid white;
  }
  .body_top .body_content label .text_area {
    width: 97%;
    display: block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    background-color: #f0f0f0;
    border: 2px solid white;
  }
  .body_top .body_content .submit {
    display: block;
    cursor: pointer;
    width: 80%;
    font-size: 13px;
    margin: 0 auto;
    margin-top: 0vh;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    height: 50px;
    color: white;
    margin-top: 2vh;
    background-color: orangered;
  }
  .body_top .body_content .about_open h3 {
    width: 95%;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 15px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .about_open h3 span {
    display: inline-block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-right: 5px;
    background-color: green;
    color: white;
    font-size: 17px;
    padding: 3px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    border-radius: 5px;
  }
  .body_top .body_content .about_open h4 span {
    font-size: 25px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .about_open p span {
    font-size: 20px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    color: red;
  }
  .body_top .body_content .about_open .question_about h4 {
    background-color: green;
    padding: 5px 10px;
    font-size: 14px;
    color: white;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .about_open .question_about p {
    font-size: 13px;
    padding: 5px 10px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .about_open h3 {
    width: 95%;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 5px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .about_open h3 span {
    display: inline-block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-right: 5px;
    background-color: green;
    color: white;
    font-size: 16px;
    padding: 3px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    border-radius: 5px;
  }
  .body_top .body_content .about_open h4 span {
    font-size: 17px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .about_open p span {
    font-size: 15px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    color: red;
  }
  .body_top .body_content .about_open .question_about h4 {
    background-color: green;
    padding: 3px 10px;
    font-size: 15px;
    margin: 0;
    margin-top: 4px;
    color: white;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .body_top .body_content .about_open .question_about p {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 2px 10px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
}
/*# sourceMappingURL=newtop.css.map */