@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 1366px) {
  html, body {
    width: 100vw;
    height: 100%;
    _display: inline;
    _zoom: 1;
    -webkit-text-size-adjust: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "Noto Sans Japanese";
  }
  .bg-switcher {
    width: 100vw;
    height: 100vh;
    background-position: top center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bg-title {
    color: #fff;
/*font-size: 48px;*/
    font-size:1em;
    line-height: 1.5;
    font-weight: bold;
    text-align:center;
    text-shadow: 1px 1px 1px #000;
  }


  #top-tool {
    width: 100%;
    min-width: 1280px;
    margin: 0;
    text-align: right;
    background: url(/img/top/header_back01.png);
    position: relative;
  }
  #top-tool .logo {
    position: absolute;
    left: 20px;
    top: 8px;
  }
  #top-tool .tool_box {
    display: inline-block;
    margin: 1.2em 2.5em;
  }
  #tool { padding: 1.2em .5em; }
  #tool .logo {
    position: absolute;
    left: 30px;
    top: 8px;
  }
  .logo {
    /*padding-top: 4px;*/
    padding-top: 9px;
    position: absolute;
    left: 15px;
    top: 0px;
    z-index: 100;
  }
  /*.logo img {
    width: 80%;
  }*/
  #nocssread {
    color: #fff;
  }
  .arrow_bottom {
    border-color: #fff;
  }
  #theme {
    color: #fff;
  }
  #size p {
    color: #fff;
  }


  #searth {
    position: absolute;
    /*width: 70%;*/
    top: 0px;
    right: 0px;
    padding: 0px;
    background: none;
  }
  .searth_content {
    width: 100%;
    margin-left: auto;
    margin-bottom: 11px;
    margin-top: 0px;
    padding-left: 0px;
    position: relative;
  }
  .site_search {
    width: 100%;
    display: inline-block;
    height: auto;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 0px #999 solid;
  }
  .site_search .search-box {
    border: 0px #ccc solid;
    width: 75%;
    font-size: 85%;
    line-height: 30px;
    box-sizing: border-box;
  }
  .site_search .search-button {
    float: right;
    width: 25%;
    background: #1e7037;
    color: #fff;
    font-size: 85%;
    line-height: 30px;
    border: 0px #ccc solid;
  }
  .site_search input {
    padding: 0.3em 0.8em;
  }
  /*.searth_content:before {
    font-family: "Font Awesome 5 Free";
    font-family: FontAwesome;
    content: "\f002";
    font-size: 140%;
    margin-right: 10px;
    color: #0a1e20;
  }*/


  /* 目的なび・組織なび */
  .search_navi01 {
    display: flex;
  }
  .search_navi01 .nav01 {
    display: flex;
    width: 50%;
    border-right: 1px #3c9468 solid;
  }
  .search_navi01 .nav02 {
    display: flex;
    width: 50%;
  }
  .search_navi01 .nav01 a, .search_navi01 .nav02 a {
    display: block;
    width: 100%;
    padding: 0.5em;
    box-sizing: border-box;
    text-align: center;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    background: #0c6856;
    transition: .2s linear;
    -webkit-transition: .2s linear;
  }
  .search_navi01 .nav01 a:hover, .search_navi01 .nav02 a:hover {
    background: #0d4238;
    opacity: 0.9;
  }


  #footer {
    position: relative;
    bottom: 0;
    background: #0a1e20;
  }
  .footer_box {
    width: 90%;
    margin: 1.5em auto;
  }
  .footer_nav a {
    color: #fff;
    font-weight: 400;
  }
  
  .follow-me {
    width: 100%;
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
  }
  .follow-me li {
    width: 23%;
    float: left;
    margin: 0 5px 5px 0;
    padding: 0;
  }
  .follow-me li a::before {
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
/*    font-size: 30px;*/
    font-size: 1em;
    height: 100%;
    line-height: 55px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    width: 100%;
  }


  .FoLa-link {
    background: #fff;
    display: block;
    padding: 0.2em 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #9A9A9A;
    transition: .3s;
    margin-right: 1em;
    color: #000;
  }


  /********************
  loading effects
  ********************/
  .loadingAnim {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .loadingAnim:before,
  .loadingAnim:after {
    line-height: 1;
    position: fixed;
    z-index: 99;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50%;
    margin-right: auto;
    margin-left: auto;
    content: ' ';
    transition: all .3s cubic-bezier(.785, .135, .15, .86) 0s;
    transition-delay: .3s;
    background-color: #78BD36;
    background: url(/img/top/loading_back01.jpg);
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
  }
  .loadingAnim:before {
    top: 0;
  }
  .loadingAnim:after {
    bottom: 0;
  }

  .loaded .loadingAnim:before {
    height: 0;
    -webkit-transform: translateY(-1%);
    -ms-transform: translateY(-1%);
    transform: translateY(-1%);
  }
  .loaded .loadingAnim:after {
    height: 0;
    -webkit-transform: translateY(1%);
    -ms-transform: translateY(1%);
    transform: translateY(1%);
  }
  .loadingAnim_line {
    line-height: 1;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    overflow: hidden;
    width: 500px;
    height: 2em;
    margin: auto;
    transition: all .3s cubic-bezier(.785, .135, .15, .86) 0s;
    transition-delay: .6s;
    text-align: center;
  }
  .loadingAnim_line:after {
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    margin: auto  auto auto 0;
    content: ' ';
    -webkit-animation: loadingAnim 2s ease-in-out .1s infinite normal backwards;
    animation: loadingAnim 2s ease-in-out .1s infinite normal backwards;
    background-color: #fff;
    will-change: transform, width;
  }
  .loadingAnim_line:before {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 2em;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    display: block;
    content: '';
    -webkit-animation: loadingAnim_text 1s ease .1s infinite alternate both;
    animation: loadingAnim_text 1s ease .1s infinite alternate both;
    letter-spacing: .0.5em;
    color: #fff;
    will-change: opacity;
  }
  .loaded .loadingAnim_line {
    overflow: hidden;
    height: 0;
  }
  .loaded .loadingAnim_line:after,
  .loaded .loadingAnim_line:before {
    -webkit-animation: none;
    animation: none;
  }
  .loaded .loadingAnim_line:before {
    content: '';
    font-size: 2.5em;
  }

  /********************
  animation setting
  ********************/
  @-webkit-keyframes loadingAnim {
    0%{
      width: 0;
    }
    100%{
      width: 100%;
      -webkit-transform: translate(100%);
      transform: translate(100%);
    }
  }
  @keyframes loadingAnim{
    0%{
      width: 0;
    }
    100%{
      width: 100%;
      -webkit-transform: translate(100%);
      transform: translate(100%);
    }
  }
  @-webkit-keyframes loadingAnim_text{
    0%{
      opacity: 1;
      color: #cba166;
    }
    50%{
      color: #111;
    }
    100%{
      opacity: .5;
      color: #fff;
    }
  }
  @keyframes loadingAnim_text{
    0%{
      opacity: 1;
      color: #cba166;
    }
    50%{
      color: #111;
    }
    100%{
      opacity: .5;
      color: #fff;
    }
  }


  /**/
  .loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    background: #fff;
    background: url(/img/top/loading_back01.jpg);
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
    z-index: 9999;
  }

  .animation {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    -webkit-animation: lodanimetion 1500ms ease-out forwards infinite;
    animation: lodanimetion 1500ms ease-out forwards infinite;
  }

  @-webkit-keyframes lodanimetion {
    from,to {
      opacity: 0;
    }
    50% {
      opacity: .5;
    }
  }

  @keyframes lodanimetion {
    from,to {
      opacity: 0;
    }
    50% {
      opacity: .5;
    }
  }



  /**/
  .sk-wave {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0px auto;
    width: 80px;
    height: 70px;
    text-align: center;
    /*font-size: 10px;*/
    font-size: 1em;
  }
  .sk-wave .sk-rect {
    background-color: #fff;
    height: 100%;
    width: 8px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  }
  .sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
  }
  .sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }
  .sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
  }
  .sk-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }
  .sk-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }
  @-webkit-keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
      -webkit-transform: scaleY(0.4);
      transform: scaleY(0.4);
    }
    20% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
    }
  }
  @keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
      -webkit-transform: scaleY(0.4);
      transform: scaleY(0.4);
    }
    20% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
    }
  }



  /* Positioning */
  body {
    position: relative;
  }
  .p01, .div01 {
    position: absolute;
  }
  .p01 {
    font: 2.7em/1.2 'Courgette', cursive;
    color: #fff;
    text-align: center;
    top: 45.5%;
    left: 41%;
    z-index: 1;
  }
  .div01 {
    width: 280px;
    height: 300px;
    left: 40%;
    top: 40%;
    mix-blend-mode: multiply;
 }

  /* Circles */
  .circle-1 {
    background: #78bd36;
    border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
    animation: border-animation 6s infinite linear;
  }
  .circle-2 {
    background: #319041;
    border-radius: 80% 30% 50% 50%/50%;
    animation: border-animation 4s infinite linear;
  }
  .circle-3 {
    background: #3c9468;
    border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
    animation: border-animation 3s infinite linear;
  }

  /* Animation */
  @keyframes border-animation {
    to { transform: rotate(360deg); }
  }


  /* トップメニュー */

  /*menu*/
  .top-menu {
    height: 90px;
    position: absolute;
    left: 30px;
    top: 1.9em;
    width: 70px;
    z-index: 120;
    background: #0a1e20;
    border: 0px #fff solid;
  }
  .top-menu__line {
    background: #fff;
    display: block;
    height: 3px;
    position: absolute;
    transition:transform .3s;
    width: 60%;
    left: 20%;
  }
  .top-menu__line--top {
    top: 20px;
  }
  .top-menu__line--center {
    top: 33px;
  }
  .top-menu__line--bottom {
    bottom: 40px;
  }
  .top-menu__line--top.active {
    top: 33px;
    transform: rotate(45deg);
  }
  .top-menu__line--center.active {
    transform:scaleX(0);
  }
  .top-menu__line--bottom.active {
    bottom: 53px;
    transform: rotate(135deg);
  }
  .top-menu p {
    position: absolute;
    color: #fff;
    width: 60%;
    left: 17%;
    bottom: 12px;
    margin: 0px;
  }

  /* gnav */
  .gnav {
    background: rgba(30,112,55,0.9);
    display: none;
    /*height: 100%;*/
    position: fixed;
    /*position: absolute;*/
    /*position: relative;*/
    width: 100%;
    /*height: 100vh;*/
    z-index: 110;
    top: 0;
    bottom: 0;
    /*padding-bottom: 12%;*/
    overflow-y: scroll;
    margin: 0;
  }
  .gnav__wrap {
    /*display: flex;*/
    display: block;
    height: 90%;
    justify-content: center;
    position: absolute;
    width: 100%;
    /*top: 15%;*/
    top: 13%;
  }
  .gnav__wrap ul {
    width: 82%;
    max-width: 100%;
    list-style: none;
    padding-left: 0px;
    margin: 0px auto;
    /*margin-right: 6%;*/
  }
  .gnav__menu {
    position: relative;
    top: 0;
  }
  .gnav__menu__item {
    width: 100%;
    margin: 0px 0;
  }
  .gnav__menu__item p {
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    transition: .5s;
  }
  .gnav__menu__item a {
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    padding: 0px;
    text-decoration: none;
    transition: .5s;
  }
  .gnav__menu__item ul {
    display: block;
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }
  .gnav__menu__item ul li {
    margin: 0.8em 0em 1em 0em;
  }
  .gnav__menu__item ul li a {
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
    padding: 10px;
    padding-left: 0px;
    text-decoration: none;
    transition: .5s;
  }
  .gnav__menu__item ul li a:hover {
    color: #666;
  }

  .gnav__menu__item ul li ul {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin: 5px 0px 5px 0px;
  }
  .gnav__menu__item ul li ul li {
    float: left;
    /*width: 185px;*/
    width: 170px;
    padding-left: 15px;
    margin: 0.1em 0;
    position: relative;
  }
  .gnav__menu__item ul li ul li a {
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    padding: 5px;
    text-decoration: none;
    transition: .5s;
  }

  .gnav__menu__item ul li ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-top: 2px solid rgba(255,255,255,0.5);
    border-right: 2px solid rgba(255,255,255,0.5);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .gnav__menu .inner { display: none; }
  .gnav__menu .inner.open { display: block; }
  .gnav__menu p {
    cursor: pointer;
    padding: 10px;
    padding-left: 0px;
    border-bottom: 1px #fff solid;
  }

  .gnav__menu .link-btn {
    display: flex;
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
  }
  .gnav__menu .link-btn li {
    width: 20%;
    float: left;
    padding: .7em;
    margin-bottom: 1.5em;
    border: 1px #fff solid;
    text-align: center;
    position: relative;
  }
  .gnav__menu .link-btn li a {
    display: block;
    padding: 0px;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    text-decoration: none;
    transition: .5s;
  }
  .gnav__menu .link-btn li:before {
    content: '';
    position: absolute;
    left: 15px;
    /*top: 25px;*/
    top: 1.2em;
    width: 6px;
    height: 6px;
    border-top: 2px solid rgba(255,255,255,1);
    border-right: 2px solid rgba(255,255,255,1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  /**/
  .link_btn_box {
    width: 100%;
    position: static;
    top: 0px;
    left: 0px;
    background: rgba(255,255,255,0);
    display: block;
    margin: 0px 0px;
  }
  .link_btn01 {
    margin-bottom: 2px;
    filter: drop-shadow(0px 0px 0px rgba(0,0,0,0));
  }
  .link_btn01 a {
    display: block;
    background: #319041;
    background: url(/img/top/link_btn01.png) no-repeat;
    background-position: center;
    background-size: 220px;
    font-size: 1.5em;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
    padding: 0.25em;
    transition: .2s linear;
    -webkit-transition: .2s linear;
  }
  .link_btn01 a div {
    padding: 1.2em 0em;
    border: 1px rgba(255,255,255,0.7) solid;
    background: url(/img/top/triangle01.png) no-repeat;
    background-position: right 5px bottom 5px;
  }
  .link_btn01 a:hover { opacity: 0.8; }
  .link_btn01 p {
    margin: 0px;
    padding: 8px;
    line-height: 26px;
    letter-spacing: 0px;
    font-size: 1em;
    font-weight: 500;
    font-family: "Noto Sans Japanese";
  }

  .link_btn02 {
    margin-bottom: 2px;
    filter: drop-shadow(0px 0px 0px rgba(0,0,0,0));
  }
  .link_btn02 a {
    display: block;
    background: #3c9468;
    background: url(/img/top/link_btn04.png) no-repeat;
    background-position: center;
    background-size: 220px;
    font-size: 1.5em;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
    padding: 0.25em;
    position: relative;
    transition: .2s linear;
    -webkit-transition: .2s linear;
  }
  .link_btn02 a div {
    padding: 1.2em 0em;
    border: 1px rgba(255,255,255,0.7) solid;
    background: url(/img/top/triangle01.png) no-repeat;
    background-position: right 5px bottom 5px;
  }
  .link_btn02 a:hover { opacity: 0.8; }
  .link_btn02 p {
    margin: 0px;
    padding: 8px;
    line-height: 26px;
    letter-spacing: 0px;
    font-size: 1em;
    font-weight: 500;
    font-family: "Noto Sans Japanese";
  }

  .link_btn03 {
    margin-bottom: 0px;
    filter: drop-shadow(0px 0px 0px rgba(0,0,0,0));
  }
  .link_btn03 a {
    display: block;
    background: #78bd36;
    background: url(/img/top/link_btn03.png) no-repeat;
    background-position: center;
    background-size: 220px;
    font-size: 1.5em;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
    padding: 0.25em;
    transition: .2s linear;
    -webkit-transition: .2s linear;
  }
  .link_btn03 a div {
    padding: 1.2em 0em;
    border: 1px rgba(255,255,255,0.7) solid;
    background: url(/img/top/triangle01.png) no-repeat;
    background-position: right 5px bottom 5px;
  }
  .link_btn03 a:hover { opacity: 0.8; }
  .link_btn03 p {
    margin: 0px;
    padding: 8px;
    line-height: 26px;
    letter-spacing: 0px;
    font-size: 1em;
    font-weight: 500;
    font-family: "Noto Sans Japanese";
  }



  /* 災害情報 lv1 */
  #lv1-emergency-box01 {
    position: absolute;
    top: 160px;
    left: 0;
    width: 100%;
  }
  #lv1-emergency-box01 .tit01 {
    padding: 10px 15px;
    background: #9d0d05;
    color: #fff;
  }
  #lv1-emergency-box01 .news01 {
    padding: 10px 15px;
    background: #fff;
    font-size: 1em;
  }
  #lv1-emergency-box01 ul {
    list-style: none;
    margin: 0px;
    padding-left: 0px;
  }
  #lv1-emergency-box01 ul li {
    margin-left: 0px;
    margin: 0px 0px 10px 0px;
    padding:  0px 0px 10px 20px;
    line-height: 24px;
    font-weight: 400;
    border-bottom: 1px #ccc dashed;
    position: relative;
  }
  #lv1-emergency-box01 ul li::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #9d0d05;
    border-right: 2px solid #9d0d05;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* 災害情報 lv2 */
  #lv2-emergency-box01 {
    position: relative;
    top: 160px;
    left: 0px;
    width: 100%;
  }
  #lv2-emergency-box01 .tit01 {
    padding: 10px 15px;
    background: #9d0d05;
    color: #fff;
  }
  #lv2-emergency-box01 .news01 {
    padding: 10px 15px;
    background: #fff;
    font-size: 1em;
  }
  #lv2-emergency-box01 ul {
    list-style: none;
    margin: 0px;
    padding-left: 0px;
  }
  #lv2-emergency-box01 ul li {
    margin-left: 0px;
    margin: 0px 0px 10px 0px;
    padding:  0px 0px 10px 20px;
    line-height: 24px;
    font-weight: 400;
    border-bottom: 1px #ccc dashed;
    position: relative;
  }
  #lv2-emergency-box01 ul li::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #9d0d05;
    border-right: 2px solid #9d0d05;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  
  /* 試作 */
  #sw-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
  }
  .contents-left {
    position: absolute;
    top: 0;
    left: 30px;
    margin: 30px 0px;
  }
  .contents-right {
    width: 200px;
    position: absolute;
    top: 0;
    right: 30px;
    margin: 30px 0px;
  }
  
  
  /* 吹き出し */
  .balloon1-box {
    display: none;
    position: absolute;
    right: 100%;
    top: 7%;
    padding-right: 10px;
  }
  .balloon1-right {
    position: relative;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 8px 12px;
    min-width: 200px;
    max-width: 100%;
    color: #fff;
    background: rgba(10,10,10,0.8);
    border-radius: 6px;
  }
  .balloon1-right:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid rgba(10,10,10,0.8);
  }
  .balloon1-right p {
    margin: 0;
    padding: 0;
    color: #fff;
  }
  
  /* 吹き出し表示動作 */
  .link_btn_link01:hover + .balloon1-box,
  .link_btn_link02:hover + .balloon1-box,
  .link_btn_link03:hover + .balloon1-box {
    display: block;
    animation: fadeIn .5s ease 0s 1 normal;
    -webkit-animation: fadeIn .5s ease 0s 1 normal;
  }
  
  /* 翻訳CSS */
  .translated-ltr body #sw-box .contents-right .link_btn_box .link_btn01 a,
  .translated-ltr body #sw-box .contents-right .link_btn_box .link_btn02 a,
  .translated-ltr body #sw-box .contents-right .link_btn_box .link_btn03 a {
    font-size: 1.4em;
    line-height: 32px;
    letter-spacing: 0px;
  }
  
  .translated-ltr body #sw-box .contents-right .link_btn_box .link_btn01 .balloon1-box {
    right: 100%;
    top: 7%;
  }
  
}


/***********************************************************************************************/


@media screen and (max-width: 1024px) {
  
  .acc-title {
    background: url(/img/top/header_back01.png);
    display: block;
    pointer-events: all;
    -webkit-pointer-events: all;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 1em 0;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 110%;
    color: #fff;
  }
  .logo img {
    width: 60%;
    height: 60%;
    max-width: 60%;
    max-height: 60%;
  }
  
  .logo_sp{
    width:0px;
    min-width:0px;
  }
  
  .top-menu {
    height: 90px;
    position: absolute;
    left: 30px;
    top: 1.9em;
    width: 70px;
    z-index: 120;
    background: #0a1e20;
    border: 0px #fff solid;
  }
  .gnav {
    background: rgba(30,112,55,0.9);
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 110;
    top: 0;
    padding-bottom: 0%;
  }
  .gnav__wrap {
    display: flex;
    height: 94%;
    justify-content: center;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    top: 6%;
  }
  
}


/***********************************************************************************************/


@media screen and (max-width: 812px) {
  .acc-title { padding: 1.0em 0; }
  
  #header {
    display: none;
    border-bottom: 0px solid rgb(12,65,152);
  }
  #header_flex {
    width: 45%;
    max-width: 45%;
    min-width: 45%;
  }
  .nav-toggle .logo {
    display: none;
  }
  .logo {
    width: 270px;
    padding-top: 9px;
    position: absolute;
    left: 15px;
    top: 0px;
    z-index: 100;
  }

  #footer {
    position: relative;
    bottom: 0;
    background: #0a1e20;
  }
  .footer_r {
    width: 70%;
    margin: 1.5em auto;
  }
  
  .link_btn_box {
    width: 100%;
    position: static;
    top: 0px;
    left: 0px;
    background: rgba(255,255,255,0);
    display: block;
    margin: 0px 0px;
  }
  
  #g_nav_m {
    padding: 1em;
    background: #226D37;
    margin-top: 20px;
  }
  #g_nav-open {
    display: inline-block;
    width: 30px;
    height: 20px;
    margin-top: 0px;
  }
  .gnav__wrap ul {
    width: 82%;
    max-width: 100%;
    list-style: none;
    padding-left: 0px;
    margin: 0px auto;
    margin-right: 5%;
  }
  
  .link_btn01 a {
    display: block;
    background: #319041;
    background: url(/img/top/link_btn01_mb.png);
    background-position: center;
    background-size: 800px;
    border-radius: 5px;
    font-size: 1.4em;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
    padding: 0.3em;
    transition: .2s linear;
    -webkit-transition: .2s linear;
  }
  
  .link_btn02 a {
    display: block;
    background: #319041;
    background: url(/img/top/link_btn04_mb.png);
    background-position: center;
    background-size: 800px;
    border-radius: 5px;
    font-size: 1.4em;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
    padding: 0.3em;
    transition: .2s linear;
    -webkit-transition: .2s linear;
  }
  
  .link_btn03 a {
    display: block;
    background: #319041;
    background: url(/img/top/link_btn03_mb.png);
    background-position: center;
    background-size: 800px;
    border-radius: 5px;
    font-size: 1.4em;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
    padding: 0.3em;
    transition: .2s linear;
    -webkit-transition: .2s linear;
  }
  .link_btn01 a div, .link_btn02 a div, .link_btn03 a div {
    border-radius: 5px;
  }
  .link_btn01 p, .link_btn02 p, .link_btn03 p {
    line-height: 23px;
    font-size: 0.6em;
  }
  
  /* 試作 */
  #sw-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
  }
  .contents-left {
    width: 320px;
    position: absolute;
    top: 0;
    left: 20px;
    margin: 30px 0px;
  }
  .contents-right {
    width: 200px;
    position: absolute;
    top: 0;
    right: 20px;
    margin: 30px 0px;
  }
  
  #searth {
    width: 220px;
  }

  .gsc-input-box {
	width: 180px !important;
  }
  .gsc-search-button {
	width: 40px !important;
  }
  #header-flex .gsc-input-box {
	width: 200px !important;
  }
  #header-flex .gsc-search-button {
	width: 70px !important;
  }

  
  .top-menu {
    left: 20px;
  }
  
  
  /* 翻訳CSS */
  .translated-ltr body #sw-box .contents-right .link_btn_box .link_btn01 a,
  .translated-ltr body #sw-box .contents-right .link_btn_box .link_btn02 a,
  .translated-ltr body #sw-box .contents-right .link_btn_box .link_btn03 a {
    font-size: 1.2em;
    line-height: 32px;
    letter-spacing: 0px;
  }
  
  .translated-ltr body #sw-box .contents-right .link_btn_box .link_btn01 a div,
  .translated-ltr body #sw-box .contents-right .link_btn_box .link_btn02 a div,
  .translated-ltr body #sw-box .contents-right .link_btn_box .link_btn03 a div {
    padding: 0.5em 1.5em;
    border: 1px rgba(255,255,255,0.7) solid;
    background: url(/img/top/triangle01.png) no-repeat;
    background-position: right 5px bottom 5px;
  }
  
  .gsc-input-box { width: 160px !important; }
  .attention-word-box .gsc-search-button-v2 { width: 40px!important; }
  
}


/***********************************************************************************************/

@media screen and (max-width: 767px) {
  /*.top-menu { display: none; }
  .gnav { display: none; }*/
  .gnav__wrap ul {
    width: auto;
    max-width: 100%;
    list-style: none;
    padding-left: 0px;
    margin: 0px auto;
    margin-right: 5%;
  }
#g_nav-open {
    display: inline-block;
    width: 200px;
    height: 25px;
    text-align: left;
    color: #fff;
}
  
  .balloon1-right {
    position: relative;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 8px 12px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    background: rgba(10,10,10,0.8);
    border-radius: 6px;
  }
  .link_btn01 p, .link_btn02 p, .link_btn03 p {
    line-height: 23px;
    font-size: 0.8em;
  }
  
}


@media screen and (max-width: 640px) {
  
  .top-menu { display: none; }
  .gnav { display: none; }
  
  .searth_content {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0px auto;
  }
  .gsc-input-box {
    width: 250px!important;
  }
  #___gcse_0 {
    width: 300px;
    margin: 0px auto;
  }
  
  .logo-top { display: none; }
  .nav-toggle .logo {
    display: none;
  }
  .acc-title {
    padding: 0.8em 1em 0.8em 0em;
    text-align: right;
  }
  .FoLa-link { border-radius: 5px; }
  #ss-voice { border-radius: 5px; }
  #ss-small, #ss-medium, #ss-large { border-radius: 5px; }
  
  #header {
    display: block;
    border-bottom: 0px solid rgb(12,65,152);
  }
/*
  #header_flex {
    width: 80%;
    max-width: 80%;
    min-width: 80%;
  }
*/
  #header .logo {
    display: none;
    margin: 0px auto 10px auto;
  }
  .searth_content {
    margin-bottom: 0px;
    margin-top: 10px;
  }
  
  #footer {
    position: relative;
    bottom: 0;
    background: #0a1e20;
  }
  
  #wrapper .contents-left {
    display: none;
    width: 440px;
    position: relative;
    margin: 30px 0px;
  }
  #wrapper .contents-right {
    width: 90%;
    position: relative;
    margin: 30px auto;
  }
  .link_btn_box {
    display: none;
    width: 100%;
    position: static;
    top: 0px;
    left: 0px;
    background: rgba(255,255,255,0);
    margin: 0px 0px;
  }
  .link_btn_box_sp { display: block; }
  
  #g_nav_m {
    padding: 0.8em;
    background: #226D37;
    margin-top: 20px;
    box-sizing: border-box;
  }
  #g_nav-open {
    /*
    display: inline-block;
    width: 30px;
    height: 20px;
    margin-top: 5px;
    */
    display: inline-block;
    width: 200px;
    height: 25px;
    text-align: left;
    color: #fff;
  }
  
  .link_btn01 a {
    display: block;
    /*background: #319041;*/
    background: url(/img/top/link_btn01_mb.png) no-repeat;
    background-color: #319041;
    background-position: center;
    background-size: 800px;
    font-size: 1.7em;
    font-weight: 600;
    padding: 0.2em;
    border-radius: 0px;
  }
  .link_btn01 a div {
    padding: 0.6em 0em;
    border: 1px rgba(255,255,255,0.7) solid;
    border-radius: 0px;
  }
  
  .link_btn02 a {
    display: block;
    background: #319041;
    background: url(/img/top/link_btn04_mb.png) no-repeat;
    background-color: #2E6FB7;
    background-position: center;
    background-size: 800px;
    font-size: 1.7em;
    font-weight: 600;
    padding: 0.2em;
    border-radius: 0px;
  }
  .link_btn02 a div {
    padding: 0.6em 0em;
    border: 1px rgba(255,255,255,0.7) solid;
    border-radius: 0px;
  }
  
  .link_btn03 a {
    display: block;
    /*background: #319041;*/
    background: url(/img/top/link_btn03_mb.png) no-repeat;
    background-color: #319041;
    background-position: center;
    background-size: 800px;
    font-size: 1.7em;
    font-weight: 600;
    padding: 0.2em;
    border-radius: 0px;
  }
  .link_btn03 a div {
    padding: 0.6em 0em;
    border: 1px rgba(255,255,255,0.7) solid;
    border-radius: 0px;
  }
  
  
  /* 試作 */
/*
  #sw-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
  }
*/
  .contents-left {
    display: none;
  }
/*
  .contents-right {
    width: 90%;
    position: absolute;
    top: 0;
    right: 5%;
    margin: 30px 0px;
  }
*/  
  .site_search {
    border: 1px #999 solid;
  }
/*  
}

@media screen and (max-width: 414px) {
*/
  #header_flex {
    width: 90%;
    max-width: 90%;
    min-width: 90%;
  }
  #sw-box {
    display: block;
    width: 100%;
    position: relative;
  }
  #full .del {
    display: none;
  }
  .contents-right {
    width: 94%;
    position: relative;
    top: 0;
    right: 0;
    margin: 20px auto;
  }
  .link_btn01 a div, .link_btn02 a div, .link_btn03 a div { padding: 0.5em 0em; }
  .link_btn01 p, .link_btn02 p, .link_btn03 p {
    padding: 5px;
    color: #fff;
    font-size: .6em;
    font-weight: 400;
  }
  
  .logo{
    width:40%;
    max-width:300px;
    min-width:200px;
  }
  
  #lv1-emergency-box-sp01 {
    display: block;
    margin-bottom: 10px;
  }
  #lv1-emergency-box-sp01 .tit01 {
    padding: 10px 15px;
    background: #9d0d05;
    color: #fff;
  }
  #lv1-emergency-box-sp01 .news01 {
    padding: 10px 0px;
    background: #fff;
    font-size: 1em;
  }
  #lv1-emergency-box-sp01 ul {
    list-style: none;
    margin: 0px;
    padding-left: 0px;
  }
  #lv1-emergency-box-sp01 ul li {
    margin-left: 0px;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 20px;
    line-height: 24px;
    font-weight: 400;
    border-bottom: 1px #ccc dashed;
    position: relative;
  }
  #lv1-emergency-box-sp01 ul li::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #9d0d05;
    border-right: 2px solid #9d0d05;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #lv2-emergency-box-sp01 {
    display: block;
    margin-bottom: 10px;
  }
  #lv2-emergency-box-sp01 .tit01 {
    padding: 10px 15px;
    background: #9d0d05;
    color: #fff;
  }
  #lv2-emergency-box-sp01 .news01 {
    padding: 10px 0px;
    background: #fff;
    font-size: 1em;
  }
  #lv2-emergency-box-sp01 ul {
    list-style: none;
    margin: 0px;
    padding-left: 0px;
  }
  #lv2-emergency-box-sp01 ul li {
    margin-left: 0px;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 20px;
    line-height: 24px;
    font-weight: 400;
    border-bottom: 1px #ccc dashed;
    position: relative;
  }
  #lv2-emergency-box-sp01 ul li::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #9d0d05;
    border-right: 2px solid #9d0d05;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  
  /* 注目ワード */
  .attention-word-box {
    width: 90%;
    margin-bottom: 0px;
    margin: 0px auto;
    background: none;
    box-sizing: border-box;
    border-radius: 0px;
    padding: 0em;
    color: #1B7A3B;
    text-align: center;
  }
  .attention-word-box .word {
    margin: 7px 0px;
    font-weight: 500;
  }
  .attention-word-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0px;
    padding-left: 0px;
  }
  .attention-word-box ul li {
    display: flex;
    width: 49.5%;
    margin-bottom: 2px;
    border-right: 0px #3c9468 solid;
    color: #fff;
    font-size: .9em;
    font-weight: 200;
  }
  .attention-word-box ul li a {
    display: block;
    width: 100%;
    padding: .3em;
    background: #1B7A3B;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
  }
  
  
  .logo {
    width: 200px;
    padding-top: 4px;
    position: absolute;
    left: 15px;
    top: 7px;
    z-index: 100;
  }
  
  .lv2-emergency-box01-rs{
  	
  }
  
  .tab_content ul li br {
    display: inline;
  }
  
  .tab_content ul li {
    padding-left: 23px;
    text-indent: 0;
  }
  
}