@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs 
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
}

.contentarea {
  min-height: calc(100vh - 200px);
}

.container {
  width: 100%;
}
@media only screen and (min-width:980px) {
  .container {
    max-width: 1140px;
    margin: 0 auto 0 auto;
  }
}

.bg_white {
  background: white;
}

.bg_blue {
  background: #005bac;
}

.bg_subColor {
  background: #ebebeb;
}

.bg_subBlue {
  background: #5994c9;
}

br.sp-br {
  display: none;
}
@media only screen and (max-width:639px) {
  br.sp-br {
    display: initial;
  }
}

.bottom_space {
  padding-bottom: 3rem;
}

.back_to_top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 60px;
  width: 60px;
}

.header_fix {
  display: block;
  position: initial;
}
@media only screen and (min-width:980px) {
  .header_fix {
    display: block;
    position: sticky;
    z-index: 100;
    width: 100%;
    top: 0;
  }
}

header {
  background: white;
  min-height: 70px;
}
@media only screen and (min-width:1140px) {
  header {
    background: white;
  }
}
@media only screen and (min-width:1140px) {
  header .sp_navarea {
    display: none;
  }
}
header .sp_navarea img {
  width: 80%;
  max-width: 280px;
  height: auto;
  padding-left: 20px;
  padding-top: 20px;
}
header .sp_navarea #menu-btn-check {
  display: none;
}
header .sp_navarea .menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #005bac;
}
header .sp_navarea .menu-btn span,
header .sp_navarea .menu-btn span:before,
header .sp_navarea .menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
header .sp_navarea .menu-btn span:before {
  bottom: 8px;
}
header .sp_navarea .menu-btn span:after {
  top: 8px;
}
header .sp_navarea #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
header .sp_navarea #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
header .sp_navarea #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
header .sp_navarea .menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #005bac;
  transition: all 0.5s; /*アニメーション設定*/
}
header .sp_navarea #menu-btn-check:checked ~ .menu-content {
  left: 0; /*メニューを画面内へ*/
}
header .sp_navarea .menu-content ul {
  padding: 70px 10px 0;
}
header .sp_navarea .menu-content ul.search_area {
  padding: 40px 10px 0;
}
header .sp_navarea .menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
header .sp_navarea .menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 18px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 15px 15px 8px;
  position: relative;
}
header .sp_navarea .menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
header .sp_navarea .menu-content .search_area {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
}
@media only screen and (min-width:640px) {
  header .sp_navarea .menu-content .search_area {
    width: 100%;
    padding: 10px;
  }
}
@media only screen and (min-width:980px) {
  header .sp_navarea .menu-content .search_area {
    width: 100%;
    padding: 10px;
  }
}
header .sp_navarea .menu-content .search_area h2.sp_search_header {
  color: white;
  font-size: 1.2rem;
  padding: 0 0 10px 0;
}
header .sp_navarea .menu-content .search_area form.Search-form-style {
  display: flex;
  flex-wrap: wrap;
}
header .sp_navarea .menu-content .search_area form.Search-form-style input.form-text {
  box-sizing: border-box;
  font-size: 0.8rem;
  line-height: 1.5;
  padding: 0.5rem;
  border: 0px;
  width: calc(100% - 2.2rem);
  text-align: center;
  border-radius: 0;
}
header .sp_navarea .menu-content .search_area form.Search-form-style button.search-btn {
  background: #808080;
  border: 1px solid #808080;
  width: 2.2rem;
  height: 2.2rem;
}
@media only screen and (max-width:639px) {
  header .sp_navarea .menu-content .search_area form.Search-form-style button.search-btn {
    padding: 1px 0;
  }
}
header .sp_navarea .menu-content .search_area form.Search-form-style button.search-btn .dashicons {
  font-size: 1.6rem;
  padding: 0.1rem 0.6rem 0.5rem 0;
  text-align: center;
  vertical-align: middle;
  transition: none;
}
header .nav_area {
  display: none;
}
@media only screen and (min-width:1140px) {
  header .nav_area {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    background: #005bac;
    min-height: 80px;
    position: relative;
  }
  header .nav_area::after {
    content: "";
    position: absolute;
    top: 0;
    right: calc((100vw - 1140px) / 2 * -1);
    display: block;
    z-index: 10;
    background-color: #005bac;
    height: 80px;
    width: calc((100vw - 1140px) / 2);
  }
  header .nav_area .logo_area {
    display: flex;
    align-items: center;
    background: white;
  }
  header .nav_area .logo_area img.logo {
    width: 240px;
  }
  header .nav_area .menu-item {
    display: flex;
    align-items: center;
    color: white;
    text-align: center;
    justify-content: center;
    font-size: 1em;
    font-weight: 700;
    padding: 0 20px;
    cursor: pointer;
  }
  header .nav_area .menu-item p {
    color: white;
    line-height: 1.2;
  }
  header .nav_area .menu-item p span.menu-sub {
    font-size: 0.7em;
  }
  header .nav_area .menu-item :first-child {
    margin-left: 2px;
  }
  header .nav_area .menu-item:hover {
    background: #1390ff;
  }
  header .nav_area .menu-item.active {
    background: #0076df;
  }
  header .nav_area .menu-item.active:hover {
    background: #1390ff;
  }
  header .nav_area .menu-follow {
    margin-left: auto;
    margin-right: 8px;
    display: flex;
    align-items: center;
    color: white;
  }
  header .nav_area .menu-follow p {
    background: #5994c9;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.8em;
    padding-left: 0.4em;
    padding-right: 0.4em;
    display: inline-block;
  }
  header .nav_area .menu-follow p a {
    color: #ffffff;
    display: block;
    text-decoration: none;
    font-size: 0.8rem;
  }
}

footer {
  background: #808080;
  min-height: 120px;
  padding-bottom: 20px;
}

.footer_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_area .footer_item {
  color: white;
  width: 90%;
  margin: 10px 5%;
  box-sizing: border-box;
}
@media only screen and (min-width:640px) {
  .footer_area .footer_item {
    width: 40%;
    margin: 10px 5%;
  }
}
@media only screen and (min-width:980px) {
  .footer_area .footer_item {
    width: 18%;
    margin: 10px 1%;
  }
}
.footer_area .footer_item p {
  display: inline-block;
  border-bottom: 1px solid white;
  width: 100%;
  font-size: 0.8rem;
  line-height: 3;
}
.footer_area .footer_item p a {
  text-decoration: none;
  color: white;
  display: inline-block;
  width: 100%;
}
.footer_area .footer_item ul {
  font-size: 0.8rem;
  margin-top: 16px;
}
.footer_area .footer_item ul li {
  line-height: 1.8;
}
.footer_area .footer_item ul li a {
  text-decoration: none;
  color: white;
}

.footer_copuright {
  margin-top: 4rem;
  margin-bottom: 1rem;
}
.footer_copuright p {
  text-align: center;
  color: white;
  font-size: 0.8rem;
  line-height: 1.6;
}

.keyvisual_area .keyvisual_container {
  width: 100%;
}
.keyvisual_area .keyvisual_content {
  position: relative;
}
@media only screen and (min-width:980px) {
  .keyvisual_area .keyvisual_content {
    height: 600px;
  }
}
.keyvisual_area .keyvisual_content img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
@media only screen and (min-width:980px) {
  .keyvisual_area .keyvisual_content img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.keyvisual_area .keyvisual_content .key_sentense01 {
  background: rgba(0, 91, 172, 0.7);
  position: absolute;
  top: 4.5rem;
  right: 3rem;
  color: white;
  font-size: 1.2rem;
  padding: 0.24rem;
}
@media only screen and (min-width:640px) {
  .keyvisual_area .keyvisual_content .key_sentense01 {
    top: 9rem;
    right: 6rem;
    color: white;
    font-size: 2.4rem;
    padding: 0.48rem;
  }
}
@media only screen and (min-width:980px) {
  .keyvisual_area .keyvisual_content .key_sentense01 {
    top: 15rem;
    right: 6rem;
    color: white;
    font-size: 4rem;
    padding: 0.8rem;
  }
}
.keyvisual_area .keyvisual_content .key_sentense02 {
  background: rgba(0, 91, 172, 0.7);
  position: absolute;
  top: 6.18rem;
  right: 0rem;
  color: white;
  font-size: 1.2rem;
  padding: 0.24rem;
}
@media only screen and (min-width:640px) {
  .keyvisual_area .keyvisual_content .key_sentense02 {
    top: 12.36rem;
    right: 0rem;
    color: white;
    font-size: 2.4rem;
    padding: 0.48rem;
  }
}
@media only screen and (min-width:980px) {
  .keyvisual_area .keyvisual_content .key_sentense02 {
    top: 20.6rem;
    right: 0rem;
    color: white;
    font-size: 4rem;
    padding: 0.8rem;
  }
}
.keyvisual_area .keyvisual_content .sub_key_sentense01 {
  position: absolute;
  top: 7.86rem;
  right: 0rem;
  color: white;
  font-size: 0.48rem;
  font-weight: 700;
  padding: 0.06rem;
  text-shadow: 1px 1px 1px gray;
}
@media only screen and (min-width:640px) {
  .keyvisual_area .keyvisual_content .sub_key_sentense01 {
    top: 15.72rem;
    right: 3.6rem;
    color: white;
    font-size: 0.96rem;
    font-weight: 700;
    padding: 0.12rem;
  }
}
@media only screen and (min-width:980px) {
  .keyvisual_area .keyvisual_content .sub_key_sentense01 {
    top: 26.2rem;
    right: 3.6rem;
    color: white;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0.2rem;
  }
}
.keyvisual_area .keyvisual_content .sub_key_sentense02 {
  position: absolute;
  top: 8.46rem;
  right: 0rem;
  color: white;
  font-size: 0.24rem;
  font-weight: 700;
  padding: 0.06rem;
  text-shadow: 1px 1px 1px gray;
}
@media only screen and (min-width:640px) {
  .keyvisual_area .keyvisual_content .sub_key_sentense02 {
    top: 16.92rem;
    right: 0rem;
    color: white;
    font-size: 0.96rem;
    font-weight: 700;
    padding: 0.12rem;
  }
}
@media only screen and (min-width:980px) {
  .keyvisual_area .keyvisual_content .sub_key_sentense02 {
    top: 28.2rem;
    right: 0rem;
    color: white;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0.2rem;
  }
}

.bg_black {
  background: black;
}
.bg_black .search-area {
  display: none;
}
@media only screen and (min-width:1140px) {
  .bg_black .search-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
}
.bg_black .search-area .category_labe {
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  color: white;
  padding: 0.3rem 0.5rem;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (min-width:640px) {
  .bg_black .search-area .category_labe {
    text-align: right;
    width: 25%;
    margin: 10px 0;
  }
  .bg_black .search-area .category_labe p::after {
    content: "　　|　　";
    white-space: nowrap;
  }
}
@media only screen and (min-width:980px) {
  .bg_black .search-area .category_labe {
    text-align: right;
    width: 20%;
    margin: 10px 0 10px 0;
  }
  .bg_black .search-area .category_labe p::after {
    content: "　　|　　";
    white-space: nowrap;
  }
}
.bg_black .search-area .category_area {
  box-sizing: border-box;
  width: 80%;
  margin: 10px 10%;
}
@media only screen and (min-width:640px) {
  .bg_black .search-area .category_area {
    width: 30%;
    margin: 10px 6% 10px 0;
  }
}
@media only screen and (min-width:980px) {
  .bg_black .search-area .category_area {
    width: 25%;
    margin: 10px 2.5% 10px 0;
  }
}
.bg_black .search-area .category_area a {
  text-decoration: none;
}
.bg_black .search-area .category_area .category_button {
  background: #dddddd;
  color: black;
  text-align: center;
  padding: 0.3rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1.5;
  position: relative;
}
.bg_black .search-area .category_area .category_button span.triangle {
  position: absolute;
  right: 10px;
}
.bg_black .search-area .search_area {
  box-sizing: border-box;
  width: 80%;
  margin: 10px 10%;
}
@media only screen and (min-width:640px) {
  .bg_black .search-area .search_area {
    width: 80%;
    margin: 10px 10%;
  }
}
@media only screen and (min-width:980px) {
  .bg_black .search-area .search_area {
    width: 20%;
    margin: 10px 0 10px 2.5%;
  }
}
.bg_black .search-area .search_area form.Search-form-style {
  display: flex;
  flex-wrap: wrap;
}
.bg_black .search-area .search_area form.Search-form-style input.form-text {
  box-sizing: border-box;
  font-size: 0.8rem;
  line-height: 1.5;
  padding: 0.3rem 0.5rem;
  border: 0px;
  width: calc(100% - 2.2rem);
  text-align: center;
  border-radius: 0;
}
.bg_black .search-area .search_area form.Search-form-style button.search-btn {
  background: #808080;
  border: 1px solid #808080;
  width: 2.2rem;
  height: 1.8rem;
}
@media only screen and (max-width:639px) {
  .bg_black .search-area .search_area form.Search-form-style button.search-btn {
    padding: 1px 0;
  }
}
.bg_black .search-area .search_area form.Search-form-style button.search-btn .dashicons {
  font-size: 1.6rem;
  padding: 0rem 0.6rem 0.5rem 0;
  text-align: center;
  vertical-align: middle;
  transition: none;
}

.header-title {
  background: #005bac;
}
.header-title h1 {
  color: white;
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 3px;
  padding: 6rem 0;
}

.breadcrumbs {
  background: #ebebeb;
}
.breadcrumbs ul.breadcrumbs-items {
  display: flex;
  flex-wrap: wrap;
  padding: 0.6rem 1rem;
}
@media pc {
  .breadcrumbs ul.breadcrumbs-items {
    padding: 0.6rem 0;
  }
}
.breadcrumbs ul.breadcrumbs-items li.breadcrumbs-item {
  color: #696969;
  font-size: 0.8rem;
  line-height: 1.6;
  padding-right: 2rem;
}
.breadcrumbs ul.breadcrumbs-items li.breadcrumbs-item:not(:first-child) {
  border-left: 1px solid #696969;
  padding-left: 2rem;
}
.breadcrumbs ul.breadcrumbs-items li.breadcrumbs-item a {
  text-decoration: none;
  color: #696969;
  display: block;
}

.contact_marge_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact_marge_area .top_contact_area {
  width: 100%;
}
@media only screen and (min-width:980px) {
  .contact_marge_area .top_contact_area {
    width: 66.6666666667%;
  }
}
.contact_marge_area .top_contact_area h2 {
  font-size: 1.5rem;
  padding: 3rem 2rem 1rem 2.5rem;
}
.contact_marge_area .top_contact_area .contact_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 4rem;
}
.contact_marge_area .top_contact_area .contact_area .contact_desc {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.6;
}
@media only screen and (min-width:640px) {
  .contact_marge_area .top_contact_area .contact_area .contact_desc {
    padding: 0 2rem;
    width: 100%;
  }
}
@media only screen and (min-width:980px) {
  .contact_marge_area .top_contact_area .contact_area .contact_desc {
    padding: 0 20px;
    margin: 20px 0;
    padding: 0 2rem;
    width: 100%;
  }
}
@media only screen and (min-width:1140px) {
  .contact_marge_area .top_contact_area .contact_area .contact_desc {
    padding: 0;
    margin: 10px 0;
    padding: 0 2rem;
    width: 100%;
  }
}
.contact_marge_area .top_contact_area .contact_area .contact_desc .phone_number {
  font-size: 1.3rem;
}
.contact_marge_area .top_contact_area .contact_area .contact_desc .phone_number a {
  color: black;
  font-weight: 400;
}
.contact_marge_area .top_contact_area .contact_area .contact_button_area {
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width:640px) {
  .contact_marge_area .top_contact_area .contact_area .contact_button_area {
    width: 50%;
  }
}
@media only screen and (min-width:980px) {
  .contact_marge_area .top_contact_area .contact_area .contact_button_area {
    width: 50%;
  }
}
@media only screen and (min-width:1140px) {
  .contact_marge_area .top_contact_area .contact_area .contact_button_area {
    width: 50%;
  }
}
.contact_marge_area .top_contact_area .contact_area .contact_button_area a {
  text-decoration: none;
}
.contact_marge_area .top_contact_area .contact_area .contact_button_area .contact_button {
  background: black;
  color: white;
  text-align: center;
  width: calc(100% - 1rem);
  margin: 1.5rem 5%;
  font-size: 100%;
  line-height: 40px;
}
.contact_marge_area .top_contact_addiction_area {
  width: 100%;
}
@media only screen and (min-width:980px) {
  .contact_marge_area .top_contact_addiction_area {
    width: 33.3333333333%;
  }
}
.contact_marge_area .top_contact_addiction_area h2 {
  font-size: 1.5rem;
  padding: 3rem 1rem 1rem 1.5rem;
}
.contact_marge_area .top_contact_addiction_area .contact_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 4rem;
}
.contact_marge_area .top_contact_addiction_area .contact_area .contact_desc {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media only screen and (min-width:640px) {
  .contact_marge_area .top_contact_addiction_area .contact_area .contact_desc {
    padding: 0 2rem;
    width: 100%;
  }
}
@media only screen and (min-width:980px) {
  .contact_marge_area .top_contact_addiction_area .contact_area .contact_desc {
    padding: 0 20px;
    margin: 20px 0;
    padding: 0 2rem;
    width: 100%;
  }
}
@media only screen and (min-width:1140px) {
  .contact_marge_area .top_contact_addiction_area .contact_area .contact_desc {
    padding: 0;
    margin: 20px 0;
    padding: 0 2rem;
    width: 100%;
  }
}
.contact_marge_area .top_contact_addiction_area .contact_area .contact_button_area {
  width: 100%;
  box-sizing: border-box;
}
.contact_marge_area .top_contact_addiction_area .contact_area .contact_button_area a {
  text-decoration: none;
}
.contact_marge_area .top_contact_addiction_area .contact_area .contact_button_area .contact_button {
  background: black;
  color: white;
  text-align: center;
  width: calc(100% - 1rem);
  margin: 1.5rem 5%;
  font-size: 100%;
  line-height: 1.1;
  height: 40px;
}
.contact_marge_area .top_contact_addiction_area .contact_area .contact_button_area .contact_button p {
  display: inline-block;
  padding-top: 2px;
}
.contact_marge_area .top_contact_addiction_area .contact_area .contact_button_area .contact_button p .small_char {
  font-size: 0.8rem;
}

.news_header h1 {
  font-size: 1.8rem;
  padding: 4rem 0 3rem 0;
  text-align: center;
}
.news_header .category_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.news_header .category_area .category_button_area {
  box-sizing: border-box;
  width: 50%;
}
@media only screen and (min-width:640px) {
  .news_header .category_area .category_button_area {
    width: 50%;
  }
}
@media only screen and (min-width:980px) {
  .news_header .category_area .category_button_area {
    width: 25%;
  }
}
.news_header .category_area .category_button_area a {
  text-align: center;
  text-decoration: none;
}
.news_header .category_area .category_button_area .news_category_buttton {
  box-sizing: border-box;
  width: calc(100% - 0.7rem);
  margin: 0.7rem 0.35rem 0.7rem 0.35rem;
  padding: 1rem 0;
  background: black;
  color: white;
  margin-bottom: 0;
}
@media only screen and (min-width:640px) {
  .news_header .category_area .category_button_area .news_category_buttton {
    margin-bottom: 0;
  }
}
@media only screen and (min-width:980px) {
  .news_header .category_area .category_button_area .news_category_buttton {
    margin: 1.5rem 5%;
  }
}
.news_header .category_area .category_button_area .news_category_buttton:hover {
  background: #6f6f6f;
}
.news_header .category_area .category_button_area .news_category_buttton.active {
  background: #555555;
}
.news_header .category_area .select_post_year {
  box-sizing: border-box;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width:640px) {
  .news_header .category_area .select_post_year {
    width: 50%;
  }
}
@media only screen and (min-width:980px) {
  .news_header .category_area .select_post_year {
    width: 25%;
  }
}
.news_header .category_area .select_post_year select {
  box-sizing: border-box;
  width: calc(100% - 0.7rem);
  margin: 0.7rem 0.35rem 0.7rem 0.35rem;
  padding: calc(1rem - 1px) 0;
  text-indent: 1rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
}
@media only screen and (min-width:980px) {
  .news_header .category_area .select_post_year select {
    width: calc(90% - 3rem);
    margin: 1.5rem 0 1.5rem 5%;
    text-indent: 0;
  }
}
@media only screen and (min-width:1140px) {
  .news_header .category_area .select_post_year select {
    text-indent: 1rem;
  }
}
.news_header .category_area .select_post_year select option {
  box-sizing: border-box;
  padding-left: 1rem;
  font-size: 100%;
  text-align: center;
}
@media only screen and (min-width:980px) {
  .news_header .category_area .select_post_year select option span.option_hide {
    display: none;
  }
}
.news_header .category_area .select_post_year .pull_down_button {
  display: none;
}
@media only screen and (min-width:980px) {
  .news_header .category_area .select_post_year .pull_down_button {
    display: initial;
    box-sizing: border-box;
    background: gray;
    width: 3rem;
    height: 3rem;
    margin: 1.5rem 5% 1.5rem 0;
    color: white;
    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
    padding: 1rem 0;
  }
}

.top_news_list .news_header h1 {
  font-size: 1.6rem;
  padding: 3rem 0;
  text-align: center;
}
.top_news_list .news_header .category_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_news_list .news_header .category_area .category_button_area {
  box-sizing: border-box;
  width: 50%;
}
@media only screen and (min-width:640px) {
  .top_news_list .news_header .category_area .category_button_area {
    width: 50%;
  }
}
@media only screen and (min-width:980px) {
  .top_news_list .news_header .category_area .category_button_area {
    width: 33%;
  }
}
.top_news_list .news_header .category_area .category_button_area a {
  text-align: center;
  text-decoration: none;
}
.top_news_list .news_header .category_area .category_button_area .news_category_buttton {
  box-sizing: border-box;
  width: calc(100% - 0.7rem);
  margin: 0.7rem 0.35rem 0.7rem 0.35rem;
  padding: 1rem 0;
  background: black;
  color: white;
  margin-bottom: 0;
}
@media only screen and (min-width:640px) {
  .top_news_list .news_header .category_area .category_button_area .news_category_buttton {
    margin-bottom: 0;
  }
}
@media only screen and (min-width:980px) {
  .top_news_list .news_header .category_area .category_button_area .news_category_buttton {
    margin: 1.5rem 5%;
  }
}
.top_news_list .news_header .category_area .category_button_area .news_category_buttton:hover {
  background: #6f6f6f;
}
.top_news_list .news_header .category_area .category_button_area .news_category_buttton.active {
  background: #555555;
}
.top_news_list .news_header .category_area .select_post_year {
  box-sizing: border-box;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width:640px) {
  .top_news_list .news_header .category_area .select_post_year {
    width: 50%;
  }
}
@media only screen and (min-width:980px) {
  .top_news_list .news_header .category_area .select_post_year {
    width: 25%;
  }
}
.top_news_list .news_header .category_area .select_post_year select {
  box-sizing: border-box;
  width: calc(100% - 0.7rem);
  margin: 0.7rem 0.35rem 0.7rem 0.35rem;
  padding: calc(1rem - 1px) 0;
  text-indent: 1rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
}
@media only screen and (min-width:980px) {
  .top_news_list .news_header .category_area .select_post_year select {
    width: calc(90% - 3rem);
    margin: 1.5rem 0 1.5rem 5%;
    text-indent: 0;
  }
}
@media only screen and (min-width:1140px) {
  .top_news_list .news_header .category_area .select_post_year select {
    text-indent: 1rem;
  }
}
.top_news_list .news_header .category_area .select_post_year select option {
  box-sizing: border-box;
  padding-left: 1rem;
  font-size: 100%;
  text-align: center;
}
@media only screen and (min-width:980px) {
  .top_news_list .news_header .category_area .select_post_year select option span.option_hide {
    display: none;
  }
}
.top_news_list .news_header .category_area .select_post_year .pull_down_button {
  display: none;
}
@media only screen and (min-width:980px) {
  .top_news_list .news_header .category_area .select_post_year .pull_down_button {
    display: initial;
    box-sizing: border-box;
    background: gray;
    width: 3rem;
    height: 3rem;
    margin: 1.5rem 5% 1.5rem 0;
    color: white;
    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
    padding: 1rem 0;
  }
}

.search_results_area {
  line-height: 1.8;
  margin-bottom: 4rem;
  padding: 0 1em;
}
@media only screen and (min-width:1140px) {
  .search_results_area {
    padding: 0;
  }
}
.search_results_area .results_num {
  margin-bottom: 1.4rem;
}
.search_results_area .no_results {
  text-align: center;
  font-size: 1.2rem;
}
.search_results_area .result_title a {
  color: #005bac;
  font-weight: 700;
  font-size: 1rem;
}
.search_results_area .result_title a :visited {
  color: #005bac;
}
.search_results_area .result_title a.add::after {
  content: "　";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 1rem;
  margin-top: -5px;
  background-image: url("../img/external_link_icon.png");
  background-size: contain;
  vertical-align: middle;
}
.search_results_area .result_breadcrumbs {
  color: gray;
  font-size: 0.8rem;
  font-weight: 200;
}
.search_results_area .result_url {
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.bg_blue {
  background: #005bac;
}
.bg_blue .top_product_search h2 {
  color: white;
  font-size: 1.6rem;
  padding: 3rem 2rem 2rem 2rem;
}
.bg_blue .top_product_search .top_search_button_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 3rem;
}
.bg_blue .top_product_search .top_search_button_area .top_search_button {
  color: white;
  background: black;
  width: 80%;
  margin: 20px 10%;
  font-size: 20px;
  line-height: 60px;
  position: relative;
  text-align: center;
}
@media only screen and (min-width:980px) {
  .bg_blue .top_product_search .top_search_button_area .top_search_button {
    width: 40%;
    margin: 20px 5%;
  }
}
.bg_blue .top_product_search .top_search_button_area .top_search_button a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
}

.bg_subColor {
  background: #ebebeb;
}
.bg_subColor .top_news_list h2 {
  font-size: 1.6rem;
  padding: 3rem 2rem 2rem 2rem;
}
.bg_subColor .top_news_list .top_news_list_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 4rem;
}
@media only screen and (min-width:980px) {
  .bg_subColor .top_news_list .top_news_list_area {
    padding-bottom: 0;
  }
}
.bg_subColor .top_news_list .top_news_list_area .top_news_list_category {
  width: 80%;
  margin: 20px 10%;
}
@media only screen and (min-width:980px) {
  .bg_subColor .top_news_list .top_news_list_area .top_news_list_category {
    width: 46%;
    margin: 20px 2%;
    padding-bottom: 20px;
  }
}
.bg_subColor .top_news_list .top_news_list_area .top_news_list_category a {
  text-decoration: none;
}
.bg_subColor .top_news_list .top_news_list_area .top_news_list_category .top_news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1.6rem;
}
.bg_subColor .top_news_list .top_news_list_area .top_news_list_category .top_news a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 48px;
}
.bg_subColor .top_news_list .top_news_list_area .top_news_list_category .top_news .date_area {
  background: #005bac;
  color: white;
  width: 130px;
  text-align: center;
  min-width: 120px;
  min-height: 48px;
  line-height: 48px;
  font-weight: 700;
  box-sizing: border-box;
}
.bg_subColor .top_news_list .top_news_list_area .top_news_list_category .top_news .title_area {
  background: white;
  max-width: calc(100% - 120px);
  width: calc(100% - 130px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  min-height: 48px;
}
.bg_subColor .top_news_list .top_news_list_area .top_news_list_category .top_news .title_area .news_title_category {
  background: gray;
  color: white;
  margin: 12px;
  line-height: 24px;
  min-height: 24px;
  font-size: 0.8rem;
  padding: 0 0.6rem;
  width: 65px;
  text-align: center;
}
.bg_subColor .top_news_list .top_news_list_area .top_news_list_category .top_news .title_area .news_title {
  display: block;
  width: 70%;
}
@media only screen and (max-width:639px) {
  .bg_subColor .top_news_list .top_news_list_area .top_news_list_category .top_news .title_area .news_title {
    width: 100%;
  }
}
.bg_subColor .top_news_list .top_news_list_area .top_news_list_category .top_news .title_area .news_title h3 {
  color: black;
  padding: 12px 0;
  line-height: 24px;
  font-size: 0.9rem;
  font-weight: 500;
}
@media only screen and (max-width:639px) {
  .bg_subColor .top_news_list .top_news_list_area .top_news_list_category .top_news .title_area .news_title h3 {
    padding: 0 0 12px 12px;
  }
}
.bg_subColor .top_news_list .top_news_list_area .top_news_list_category .news_list_button {
  background: black;
  color: white;
  text-align: center;
  position: relative;
  width: 60%;
  margin: 20px 20%;
  font-size: 20px;
  line-height: 60px;
}
@media only screen and (max-width:639px) {
  .bg_subColor .top_news_list .top_news_list_area .top_news_list_category .news_list_button {
    width: 80%;
    margin: 20px 10%;
  }
}
.bg_subColor .top_news_list .top_news_list_area .top_news_list_category .news_list_button a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width:980px) {
  .bg_subColor .top_news_list .top_news_list_area .top_news_list_category .news_list_button {
    display: none;
  }
}
.bg_subColor .top_news_list .pc_news_list_area {
  display: none;
}
@media only screen and (min-width:980px) {
  .bg_subColor .top_news_list .pc_news_list_area {
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.bg_subColor .top_news_list .pc_news_list_area .pc_news_list_button_area {
  width: 46%;
  margin: 0 2% 20px 2%;
  padding-bottom: 20px;
}
.bg_subColor .top_news_list .pc_news_list_area .pc_news_list_button_area a {
  text-decoration: none;
}
.bg_subColor .top_news_list .pc_news_list_area .pc_news_list_button_area .news_list_button {
  background: black;
  color: white;
  text-align: center;
  position: relative;
  width: 60%;
  margin: 20px 20%;
  font-size: 20px;
  line-height: 60px;
}

.bg_white .top_new_agriculture h2 {
  font-size: 1.6rem;
  padding: 3rem 2rem 2rem 2rem;
}
.bg_white .top_new_agriculture .recommend_article_area {
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.bg_white .top_new_agriculture .recommend_article_area .recommend_article {
  box-sizing: border-box;
  width: 80%;
  margin: 10px 10% 20px 10%;
}
@media only screen and (min-width:640px) {
  .bg_white .top_new_agriculture .recommend_article_area .recommend_article {
    width: 40%;
    margin: 10px 5% 40px 5%;
  }
}
@media only screen and (min-width:980px) {
  .bg_white .top_new_agriculture .recommend_article_area .recommend_article {
    width: 20%;
    margin: 10px 2.5% 40px 2.5%;
  }
}
.bg_white .top_new_agriculture .recommend_article_area .recommend_article .article_img {
  background: #EEEEEE;
  width: 100%;
  aspect-ratio: 4/3;
}
.bg_white .top_new_agriculture .recommend_article_area .recommend_article .article_img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.bg_white .top_new_agriculture .recommend_article_area .recommend_article .article_desc {
  background: #EEEEEE;
  padding: 6px;
  color: black;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width:640px) {
  .bg_white .top_new_agriculture .recommend_article_area .recommend_article .article_desc {
    min-height: 70px;
  }
}
@media only screen and (min-width:980px) {
  .bg_white .top_new_agriculture .recommend_article_area .recommend_article .article_desc {
    min-height: 70px;
  }
}
.bg_white .top_new_agriculture .recommend_article_area .recommend_article .article_desc h3.article_title {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.6rem;
}
.bg_white .top_new_agriculture .recommend_article_area .recommend_article .article_desc p.article_link {
  font-size: 0.8rem;
  font-weight: 500;
  width: 100%;
  margin-top: auto;
  text-align: right;
}
.bg_white .top_new_agriculture .recommend_article_area .recommend_article .article_desc p.article_link a {
  text-decoration: none;
  color: black;
}
.bg_white .top_new_agriculture .recommend_article_area .article_all_button_area {
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width:640px) {
  .bg_white .top_new_agriculture .recommend_article_area .article_all_button_area {
    width: 60%;
    margin: 10px 20% 0 20%;
  }
}
@media only screen and (min-width:980px) {
  .bg_white .top_new_agriculture .recommend_article_area .article_all_button_area {
    width: 40%;
    margin: 20px 30% 0 30%;
  }
}
@media only screen and (min-width:1140px) {
  .bg_white .top_new_agriculture .recommend_article_area .article_all_button_area {
    width: 40%;
    margin: 20px 30% 0 30%;
  }
}
.bg_white .top_new_agriculture .recommend_article_area .article_all_button_area a {
  text-decoration: none;
}
.bg_white .top_new_agriculture .recommend_article_area .article_all_button_area .article_all_button {
  background: black;
  color: white;
  text-align: center;
  width: 80%;
  margin: 20px 10%;
  font-size: 20px;
  line-height: 60px;
}

.products_category_purpose {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.products_category_purpose .category_button_area {
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (min-width:640px) {
  .products_category_purpose .category_button_area {
    width: 50%;
  }
}
@media only screen and (min-width:980px) {
  .products_category_purpose .category_button_area {
    width: 20%;
  }
}
.products_category_purpose .category_button_area a {
  text-align: center;
  text-decoration: none;
}
.products_category_purpose .category_button_area .products_category_buttton {
  box-sizing: border-box;
  width: calc(100% - 0.7rem);
  margin: 0.7rem 0.35rem 0.7rem 0.35rem;
  padding: 1rem 0;
  background: black;
  color: white;
  margin-bottom: 0;
  position: relative;
}
.products_category_purpose .category_button_area .products_category_buttton::nth-of-type(2n) {
  margin: 0.7rem 0.7rem 0.7rem 0.35rem;
}
@media only screen and (min-width:640px) {
  .products_category_purpose .category_button_area .products_category_buttton {
    margin-bottom: 0;
  }
}
@media only screen and (min-width:980px) {
  .products_category_purpose .category_button_area .products_category_buttton {
    margin: 1.5rem 5%;
  }
}
.products_category_purpose .category_button_area .products_category_buttton:hover {
  background: #6f6f6f;
}
.products_category_purpose .category_button_area .products_category_buttton.active {
  background: #555555;
}

.products_category_kana {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.products_category_kana .category_button_area {
  box-sizing: border-box;
  width: 50%;
}
@media only screen and (min-width:640px) {
  .products_category_kana .category_button_area {
    width: 50%;
  }
}
@media only screen and (min-width:980px) {
  .products_category_kana .category_button_area {
    width: 20%;
  }
}
.products_category_kana .category_button_area a {
  text-align: center;
  text-decoration: none;
}
.products_category_kana .category_button_area .products_category_buttton {
  box-sizing: border-box;
  width: calc(100% - 0.7rem);
  margin: 0.7rem 0.35rem 0.7rem 0.35rem;
  padding: 1rem;
  background: black;
  color: white;
  margin-bottom: 0;
}
.products_category_kana .category_button_area .products_category_buttton::nth-of-type(2n) {
  margin: 0.7rem 0.7rem 0.7rem 0.35rem;
}
@media only screen and (min-width:640px) {
  .products_category_kana .category_button_area .products_category_buttton {
    margin-bottom: 0;
  }
}
@media only screen and (min-width:980px) {
  .products_category_kana .category_button_area .products_category_buttton {
    margin: 1.5rem 5% 0 5%;
  }
}
.products_category_kana .category_button_area .products_category_buttton:hover {
  background: #6f6f6f;
}
.products_category_kana .category_button_area .products_category_buttton.active {
  background: #555555;
}

.category_title {
  padding: 3rem 0;
}
.category_title h1 {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

.kana_title {
  padding: 3rem 0;
}
.kana_title h1 {
  font-size: 1.6rem;
  font-weight: 700;
}

.products_list_area {
  display: flex;
  flex-wrap: wrap;
}
.products_list_area .product_list_item {
  box-sizing: border-box;
  width: 100%;
  padding: 1rem;
  margin-bottom: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width:640px) {
  .products_list_area .product_list_item {
    width: 50%;
    border-right: 1px solid gray;
  }
  .products_list_area .product_list_item:nth-of-type(2n) {
    border-right: 0px;
  }
}
@media only screen and (min-width:980px) {
  .products_list_area .product_list_item {
    width: 25%;
    border-right: 1px solid gray;
  }
  .products_list_area .product_list_item:nth-of-type(2n) {
    border-right: 1px solid gray;
  }
  .products_list_area .product_list_item:nth-of-type(4n) {
    border-right: 0px;
  }
}
.products_list_area .product_list_item a.product_list_item_cover {
  display: block;
  text-decoration: none;
  position: relative;
}
.products_list_area .product_list_item a.product_list_item_cover:hover {
  opacity: 0.6;
}
.products_list_area .product_list_item a.product_list_item_cover:hover p.hidden_label {
  opacity: 1;
}
.products_list_area .product_list_item a.product_list_item_cover:hover .hidden_cover {
  opacity: 0.6;
}
.products_list_area .product_list_item a.product_list_item_cover p.hidden_label {
  position: absolute;
  background: white;
  color: black;
  font-size: 0.6rem;
  line-height: 0.9rem;
  text-align: center;
  padding: 0.3rem 1.5rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 100;
}
.products_list_area .product_list_item a.product_list_item_cover p.hidden_label:hover p.hidden_label {
  opacity: 1;
}
.products_list_area .product_list_item a.product_list_item_cover p.hidden_label:hover .hidden_cover {
  opacity: 0.6;
}
.products_list_area .product_list_item a.product_list_item_cover .hidden_cover {
  opacity: 0;
  background: #696969;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.products_list_area .product_list_item a.product_list_item_cover .hidden_cover:hover {
  opacity: 0.6;
}
.products_list_area .product_list_item a.product_list_item_cover .hidden_cover:hover p.hidden_label {
  opacity: 1;
}
.products_list_area .product_list_item img {
  height: 180px;
  max-width: 100%;
  object-fit: contain;
  margin: 1rem auto;
  text-align: center;
}
.products_list_area .product_list_item h3 {
  color: black;
  text-align: left;
  margin-bottom: 0.4rem;
  line-height: 1.4;
}
.products_list_area .product_list_item .product_item_tags_area {
  display: flex;
  flex-wrap: wrap;
  margin: auto 0 6px 0;
}
.products_list_area .product_list_item .product_item_tags_area .product_item_tag {
  box-sizing: border-box;
  border: 1px solid gray;
  font-size: 0.6rem;
  line-height: 1.5;
  margin: 0.2rem 0.5rem;
  padding: 0.2rem 0.6rem;
}
.products_list_area .product_list_item .product_list_itme_button_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: auto;
}
.products_list_area .product_list_item .product_list_itme_button_area .product_list_itme_button {
  box-sizing: border-box;
  width: 50%;
}
.products_list_area .product_list_item .product_list_itme_button_area .product_list_itme_button a {
  text-decoration: none;
}
.products_list_area .product_list_item .product_list_itme_button_area .product_list_itme_button .button {
  background: black;
  box-sizing: border-box;
  font-size: 0.7rem;
  width: 90%;
  margin: 0.3rem 5%;
  padding: 0.5rem;
  background: black;
  color: white;
}

.kana_list_area ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.kana_list_area ul li {
  box-sizing: border-box;
  width: 50%;
  line-height: 2.4;
  padding: 0 1rem;
  font-weight: 600;
}
@media only screen and (min-width:640px) {
  .kana_list_area ul li {
    width: 33%;
  }
}
.kana_list_area ul li a {
  display: inline-block;
  color: black;
  text-decoration: none;
}
.kana_list_area ul li a::before {
  content: "・";
}

.faq_category_area {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.faq_category_area .category_button_area {
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (min-width:640px) {
  .faq_category_area .category_button_area {
    width: 50%;
  }
}
@media only screen and (min-width:980px) {
  .faq_category_area .category_button_area {
    width: 25%;
  }
}
.faq_category_area .category_button_area a {
  text-align: center;
  text-decoration: none;
}
.faq_category_area .category_button_area .faq_category_buttton {
  box-sizing: border-box;
  width: 90%;
  margin: 0.7rem 5%;
  padding: 1rem;
  background: black;
  color: white;
  margin-bottom: 0;
}
@media only screen and (min-width:640px) {
  .faq_category_area .category_button_area .faq_category_buttton {
    margin-bottom: 0;
  }
}
@media only screen and (min-width:980px) {
  .faq_category_area .category_button_area .faq_category_buttton {
    margin: 0.7rem 5%;
  }
}

.faq_attention {
  margin-bottom: 4rem;
  padding: 0 0.7rem;
}
.faq_attention h2 {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  padding-top: 150px;
  margin-top: -150px;
  text-align: center;
  line-height: 1.2;
}
.faq_attention h2 .attention_small {
  font-size: 1.2rem;
  font-weight: 300;
}
.faq_attention p {
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
}
@media only screen and (min-width:640px) {
  .faq_attention p {
    text-align: center;
  }
}
@media only screen and (min-width:980px) {
  .faq_attention p {
    text-align: center;
  }
}
.faq_attention table, .faq_attention tr, .faq_attention td, .faq_attention th {
  border: 1px solid #333;
  min-width: 240px;
  padding: 8px 16px;
  text-align: center;
}
.faq_attention table {
  margin: 1rem auto 1rem auto;
}
.faq_attention th, .faq_attention td {
  vertical-align: middle;
  line-height: 1.4;
}
.faq_attention th a, .faq_attention td a {
  font-weight: 400;
  color: black;
}
.faq_attention th {
  background: #f5f5f5;
}
.faq_attention td.general {
  padding: 18px 48px;
}
.faq_attention .table_scroll {
  overflow: scroll;
}

.faq_category_block {
  margin-bottom: 4rem;
  padding: 0 0.7rem;
}
.faq_category_block .faq-check {
  display: none;
}
.faq_category_block h2 {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  padding-top: 150px;
  margin-top: -150px;
  text-align: center;
}
.faq_category_block label.faq_question {
  box-sizing: border-box;
  margin: 0;
  border-right: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  position: relative;
  display: block;
  padding: 1rem 0 1rem 1rem;
}
.faq_category_block label.faq_question p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  padding-right: 2em;
  padding-left: 3em;
  text-indent: -3em;
}
.faq_category_block label.faq_question span.icon {
  color: #5994c9;
  position: absolute;
  top: 50%;
  right: 20px; /*右からの距離*/
  width: 13px; /*アイコンの横幅指定*/
  transform: translateY(-50%); /*この指定で上下中央に*/
}
.faq_category_block .first-question {
  border-top: 1px solid #c0c0c0;
}
.faq_category_block .faq_content {
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #c0c0c0;
  border-top: 0;
  height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}
.faq_category_block .faq-check:checked + .faq_question + .faq_content {
  height: auto;
  opacity: 1;
  padding: 1rem;
  visibility: visible;
}
.faq_category_block .faq-check:checked + .faq_question + .faq_content p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  padding-left: 3em;
  text-indent: -3em;
  margin-bottom: 0.5rem;
}
.faq_category_block .faq-check:checked + .faq_question + .faq_content p:not(:first-child) {
  text-indent: 0;
}

.nga_area {
  margin-bottom: 3rem;
}
.nga_area .excerpt_area {
  display: flex;
  flex-wrap: wrap;
}
.nga_area .excerpt_area .excerpt_img_area {
  box-sizing: border-box;
  width: 80%;
  margin: 1rem 10%;
}
@media only screen and (min-width:640px) {
  .nga_area .excerpt_area .excerpt_img_area {
    width: 25%;
    margin: 1rem 5%;
  }
}
@media only screen and (min-width:980px) {
  .nga_area .excerpt_area .excerpt_img_area {
    width: 20%;
    margin: 1rem 5% 1rem 0;
  }
}
.nga_area .excerpt_area .excerpt_img_area img {
  width: 100%;
}
.nga_area .excerpt_area .excerpt_desc_area {
  box-sizing: border-box;
  padding: 0 1rem 1rem 1rem;
  width: 100%;
}
@media only screen and (min-width:640px) {
  .nga_area .excerpt_area .excerpt_desc_area {
    padding: 0 10px 0 0;
    width: 65%;
    margin: 1rem 0;
  }
}
@media only screen and (min-width:980px) {
  .nga_area .excerpt_area .excerpt_desc_area {
    padding: 0;
    width: 75%;
    margin: 1rem 0;
  }
}
.nga_area .excerpt_area .excerpt_desc_area h2 {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}
@media only screen and (min-width:980px) {
  .nga_area .excerpt_area .excerpt_desc_area h2 {
    display: block;
    padding-top: 150px;
    margin-top: -150px;
  }
}
.nga_area .excerpt_area .excerpt_desc_area p {
  color: #696969;
  line-height: 1.6;
}
.nga_area .contents_area .nga-check {
  display: none;
}
.nga_area .contents_area label.nga_openlabel, .nga_area .contents_area label.nga_closelabel {
  box-sizing: border-box;
  width: 100%;
  background: #A8A8A8;
  margin: 0;
  position: relative;
  display: block;
  padding: 1rem 0 1rem 1rem;
}
@media only screen and (max-width:639px) {
  .nga_area .contents_area label.nga_openlabel, .nga_area .contents_area label.nga_closelabel {
    margin: 0 1rem;
    width: calc(100% - 2rem);
  }
}
.nga_area .contents_area label.nga_openlabel p, .nga_area .contents_area label.nga_closelabel p {
  color: white;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
.nga_area .contents_area label.nga_closelabel {
  padding: 0;
  height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}
.nga_area .contents_area .nga_content {
  box-sizing: border-box;
  margin: 0;
  border-top: 0;
  height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}
.nga_area .contents_area .nga_content .table_wrap {
  overflow-x: scroll;
}
.nga_area .contents_area .nga_content .table_wrap table.nga_desc {
  width: 1140px;
  border-collapse: collapse;
  white-space: nowrap;
  border: 1px solid #696969;
  color: black;
  margin: 0 1rem;
}
@media only screen and (min-width:1140px) {
  .nga_area .contents_area .nga_content .table_wrap table.nga_desc {
    margin: 0;
  }
}
.nga_area .contents_area .nga_content .table_wrap table.nga_desc tr, .nga_area .contents_area .nga_content .table_wrap table.nga_desc td {
  border: 1px solid #696969;
}
.nga_area .contents_area .nga_content .table_wrap table.nga_desc tr {
  font-size: 0.8rem;
  line-height: 24px;
  min-height: 40px;
}
.nga_area .contents_area .nga_content .table_wrap table.nga_desc tr td.head {
  width: 400px;
  line-height: 24px;
  padding: 1rem;
  font-size: 0.8rem;
}
.nga_area .contents_area .nga_content .table_wrap table.nga_desc tr td.desc {
  width: 500px;
  line-height: 24px;
  padding: 1rem;
  font-size: 0.8rem;
}
.nga_area .contents_area .nga_content .table_wrap table.nga_desc tr td.button_area {
  width: 200px;
  line-height: 24px;
  padding: 0.5rem 1rem;
}
.nga_area .contents_area .nga_content .table_wrap table.nga_desc tr td.button_area a {
  text-decoration: none;
}
.nga_area .contents_area .nga_content .table_wrap table.nga_desc tr td.button_area a .button {
  background: black;
  color: white;
  text-align: center;
  line-height: 3;
}
.nga_area .contents_area .nga-check:checked + .nga_openlabel + .nga_content + .nga_closelabel {
  height: auto;
  opacity: 1;
  padding: 1rem;
  visibility: visible;
}
.nga_area .contents_area .nga-check:checked + .nga_openlabel + .nga_content + .nga_closelabel p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  padding-left: 3em;
  text-indent: -3em;
  margin-bottom: 0.5rem;
}
.nga_area .contents_area .nga-check:checked + .nga_openlabel + .nga_content + .nga_closelabel p:not(:first-child) {
  text-indent: 0;
}
.nga_area .contents_area .nga-check:checked + .nga_openlabel + .nga_content + .nga_closelabel .nga_closelabel {
  padding: 1rem 0 1rem 1rem;
}
.nga_area .contents_area .nga-check:checked ~ .nga_content {
  height: auto;
  opacity: 1;
  transition: 0.5s;
  visibility: visible;
  padding: 0;
}
.nga_area .contents_area .nga-check:checked + .nga_openlabel {
  height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
  padding: 0;
}

.product_header {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 0;
}
@media only screen and (min-width:640px) {
  .product_header {
    padding: 2rem 0;
  }
}
@media only screen and (min-width:980px) {
  .product_header {
    padding: 2rem 0;
  }
}
.product_header .title_area {
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (min-width:640px) {
  .product_header .title_area {
    width: 65%;
    position: relative;
  }
}
@media only screen and (min-width:980px) {
  .product_header .title_area {
    width: 65%;
    position: relative;
  }
}
.product_header .title_area h1 {
  color: white;
  font-size: 1.5rem;
  text-align: center;
  padding: 0.8rem 0 0.4rem 0;
}
@media only screen and (min-width:640px) {
  .product_header .title_area h1 {
    font-size: 1.8rem;
    text-align: left;
    padding: 0 0 0 1rem;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media only screen and (min-width:980px) {
  .product_header .title_area h1 {
    font-size: 2rem;
    text-align: left;
    padding: 0 0 0 1rem;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.product_header .logo_area {
  box-sizing: border-box;
  width: 100%;
  padding: 1rem;
}
@media only screen and (min-width:640px) {
  .product_header .logo_area {
    width: 35%;
    padding: 1rem;
  }
}
@media only screen and (min-width:980px) {
  .product_header .logo_area {
    width: 35%;
    padding: 0 0 0 2rem;
  }
}
.product_header .logo_area img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.product_category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.5rem 0;
}
@media only screen and (min-width:980px) {
  .product_category {
    padding: 0;
  }
}
.product_category .button_area {
  width: 50%;
  box-sizing: border-box;
}
@media only screen and (min-width:640px) {
  .product_category .button_area {
    width: 30%;
  }
}
@media only screen and (min-width:980px) {
  .product_category .button_area {
    width: 25%;
  }
}
@media only screen and (min-width:1140px) {
  .product_category .button_area {
    width: 25%;
  }
}
.product_category .button_area a {
  text-decoration: none;
}
.product_category .button_area .puroduct_category_button {
  background: black;
  color: white;
  text-align: center;
  width: calc(100% - 0.7rem);
  margin: 0.35rem 0.35rem;
  padding: 1rem 0;
}
@media only screen and (min-width:980px) {
  .product_category .button_area .puroduct_category_button {
    margin: 1.5rem 5%;
  }
}

.specification p.attenntion_note {
  color: red;
  line-height: 1.8;
  padding: 0 0 0.5rem 0;
}
@media only screen and (min-width:980px) {
  .specification p.attenntion_note {
    text-align: right;
  }
}
.specification p.attenntion_note a {
  color: red;
  font-weight: 700;
}
.specification h2 {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  padding: 1rem 0 3rem 0;
}
.specification .specification_area {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 3rem;
}
.specification .specification_area .specification_img {
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (min-width:640px) {
  .specification .specification_area .specification_img {
    width: 40%;
  }
}
@media only screen and (min-width:980px) {
  .specification .specification_area .specification_img {
    width: 40%;
  }
}
.specification .specification_area .specification_img img {
  width: 90%;
  height: auto;
  margin: 0 5%;
}
@media only screen and (min-width:640px) {
  .specification .specification_area .specification_img img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (min-width:980px) {
  .specification .specification_area .specification_img img {
    max-width: 100;
    max-height: auto;
    object-fit: contain;
  }
}
.specification .specification_area .specification_desc {
  box-sizing: border-box;
  width: 100%;
  overflow-x: scroll;
  padding: 1rem;
}
@media only screen and (min-width:640px) {
  .specification .specification_area .specification_desc {
    width: 60%;
    padding: 0 1rem;
  }
}
@media only screen and (min-width:980px) {
  .specification .specification_area .specification_desc {
    width: 60%;
    padding: 0 1rem;
  }
}
.specification .specification_area .specification_desc table {
  box-sizing: border-box;
  background: white;
  width: 100%;
}
.specification .specification_area .specification_desc table th, .specification .specification_area .specification_desc table td {
  border: 1px solid #696969;
  padding: 0.4rem 1rem;
  line-height: 1.6;
  font-size: 0.8rem;
}
.specification .specification_area .specification_desc table th {
  width: 180px;
  box-sizing: border-box;
  text-align: left;
}
.specification .specification_area .specification_desc table td {
  width: 360px;
  box-sizing: border-box;
}
.specification .specification_area .specification_desc p.attenntion_note {
  color: red;
  line-height: 1.8;
  padding: 0.5rem 0;
}
.specification .specification_area .specification_desc p.attenntion_note a {
  color: red;
  font-weight: 700;
}

.feature_point h2 {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  padding: 3rem;
}
.feature_point .feature_area {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-bottom: 3rem;
}
.feature_point .feature_area .feature_img {
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (min-width:640px) {
  .feature_point .feature_area .feature_img {
    width: 30%;
  }
}
@media only screen and (min-width:980px) {
  .feature_point .feature_area .feature_img {
    width: 25%;
  }
}
.feature_point .feature_area .feature_img img {
  width: 60%;
  height: auto;
  margin: 0 20% 10px 20%;
}
@media only screen and (min-width:640px) {
  .feature_point .feature_area .feature_img img {
    width: 90%;
    margin: 0 5%;
  }
}
@media only screen and (min-width:980px) {
  .feature_point .feature_area .feature_img img {
    width: 90%;
    margin: 0 5%;
  }
}
.feature_point .feature_area .feature_img.no_img {
  display: none;
}
.feature_point .feature_area .feature_desc {
  box-sizing: border-box;
  width: 100%;
  padding: 0 1rem;
}
@media only screen and (min-width:640px) {
  .feature_point .feature_area .feature_desc {
    width: 70%;
    padding: 0 2em;
  }
}
@media only screen and (min-width:980px) {
  .feature_point .feature_area .feature_desc {
    width: 75%;
    padding: 0 2em;
  }
}
.feature_point .feature_area .feature_desc ol {
  padding: 0 2em;
  list-style-position: inside;
}
.feature_point .feature_area .feature_desc ol li {
  padding: 0 0 0 0;
  line-height: 1.6;
}
@media only screen and (min-width:640px) {
  .feature_point .feature_area .feature_desc ol li {
    padding: 0;
  }
}
.feature_point .feature_area .feature_desc a {
  text-decoration: nene;
  display: flex;
}
.feature_point .feature_area .feature_desc a .drone_konyou_button {
  background: black;
  color: white;
  text-align: center;
  width: calc(100% - 2rem);
  margin: 0.35rem 1rem;
  padding: 1rem 0;
}
@media only screen and (min-width:980px) {
  .feature_point .feature_area .feature_desc a .drone_konyou_button {
    width: calc(100% - 16rem);
    margin: 1.5rem 8rem;
  }
}
.feature_point .feature_area .feature_desc.no_img {
  width: 100%;
}
@media only screen and (max-width:639px) {
  .feature_point .feature_area .feature_desc.no_img {
    padding: 0 1rem;
  }
}
.feature_point .feature_area .feature_desc.no_img ol {
  padding: 0;
  list-style-position: inside;
}
.feature_point .feature_area .feature_desc.no_img ol li {
  line-height: 1.6;
}

.desc_movie {
  padding-bottom: 3rem;
}
.desc_movie h2 {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  padding: 3rem;
}
.desc_movie .youtube_area {
  box-sizing: border-box;
  width: 100%;
  padding: 0 5%;
  aspect-ratio: 16/9;
}
@media only screen and (min-width:640px) {
  .desc_movie .youtube_area {
    max-width: 640px;
    margin: 0 auto 2rem auto;
  }
}
@media only screen and (min-width:980px) {
  .desc_movie .youtube_area {
    max-width: 640px;
    margin: 0 auto 2.5rem auto;
  }
}
.desc_movie .youtube_area iframe {
  margin-bottom: 1rem;
}
.desc_movie .youtube_area p {
  line-height: 1.6;
}

.important_foruse {
  padding-bottom: 3rem;
}
.important_foruse h2 {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  padding: 3rem;
}
.important_foruse .important_area {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.important_foruse .important_area .important_img {
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (min-width:640px) {
  .important_foruse .important_area .important_img {
    width: 40%;
  }
}
@media only screen and (min-width:980px) {
  .important_foruse .important_area .important_img {
    width: 40%;
  }
}
.important_foruse .important_area .important_img img {
  width: 90%;
  height: auto;
  margin: 0 5% 10px 5%;
}
.important_foruse .important_area .important_img.no_img {
  display: none;
}
.important_foruse .important_area .important_desc {
  box-sizing: border-box;
  width: 100%;
  padding: 0 1rem;
}
@media only screen and (min-width:640px) {
  .important_foruse .important_area .important_desc {
    width: 60%;
    padding: 0 1rem;
  }
}
@media only screen and (min-width:980px) {
  .important_foruse .important_area .important_desc {
    width: 60%;
    padding: 0 2em;
  }
}
.important_foruse .important_area .important_desc ol {
  padding: 0 0 0 2em;
}
.important_foruse .important_area .important_desc ol li {
  line-height: 1.6;
}
.important_foruse .important_area .important_desc p {
  line-height: 1.6;
}
.important_foruse .important_area .important_desc.no_img {
  width: 100%;
}
@media only screen and (max-width:639px) {
  .important_foruse .important_area .important_desc.no_img {
    padding: 0 1rem;
  }
}
.important_foruse .important_area .important_desc.no_img ol {
  padding: 0;
}
.important_foruse .important_area .important_desc.no_img ol li {
  line-height: 1.6;
}

.casestudy {
  padding-bottom: 3rem;
}
.casestudy h2 {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  padding: 3rem 3rem 2rem 3rem;
}
.casestudy .detail_desc {
  text-align: center;
  margin-bottom: 2rem;
}
.casestudy .detail_desc a {
  color: black;
}
.casestudy .tekiyou_header {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.casestudy .tekiyou_header .product_case_attention {
  text-align: left;
  line-height: 1.6;
}
@media only screen and (max-width:639px) {
  .casestudy .tekiyou_header .product_case_attention {
    padding: 0 1rem;
  }
}
@media only screen and (min-width:640px) {
  .casestudy .tekiyou_header .product_case_attention {
    width: 50%;
    text-align: right;
  }
}
@media only screen and (min-width:980px) {
  .casestudy .tekiyou_header .product_case_attention {
    width: 50%;
    text-align: right;
  }
}
.casestudy .tekiyou_header .product_case_attention p {
  display: inline-block;
  text-align: left;
}
.casestudy .tekiyou_header .select_area {
  width: 50%;
  text-align: center;
}
@media only screen and (min-width:640px) {
  .casestudy .tekiyou_header .select_area {
    width: 50%;
    text-align: left;
  }
}
.casestudy .tekiyou_header .select_area select {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  padding: 0.4rem 0;
  margin: 1rem 0;
}
@media only screen and (min-width:640px) {
  .casestudy .tekiyou_header .select_area select {
    width: 260px;
    margin: 0.3rem 1.5rem 1rem 1.5rem;
  }
}
.casestudy .table_area {
  overflow-x: scroll;
  padding: 0 1.5rem;
}
.casestudy .table_area table {
  min-width: 1400px;
}
.casestudy .table_area table tr th {
  box-sizing: border-box;
  text-align: center;
  background: #5994c9;
}
.casestudy .table_area table tr td {
  box-sizing: border-box;
  text-align: left;
  background: #eee;
}
.casestudy .table_area table tr th, .casestudy .table_area table tr td {
  border: 1px solid #696969;
  padding: 0.4rem 1rem;
  line-height: 1.6;
  font-size: 0.8rem;
  min-width: 80px;
  white-space: nowrap;
  text-align: center;
}
.casestudy .table_area table tr:nth-child(odd) td {
  background: #fff;
}

.heigh_space {
  display: block;
  width: 100%;
  height: 60px;
}

.inquiry_area {
  box-sizing: border-box;
  width: 100%;
  background: white;
  padding: 3rem 1rem;
}
.inquiry_area h2 {
  font-size: 2rem;
  text-align: center;
}
.inquiry_area p {
  padding: 1rem 0 3rem 0;
  font-size: 1rem;
  text-align: center;
  line-height: 1.4;
}
.inquiry_area form {
  box-sizing: border-box;
  width: 100%;
}
.inquiry_area form .form_part_area {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}
.inquiry_area form .form_part_area .label_area {
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem;
}
@media only screen and (min-width:640px) {
  .inquiry_area form .form_part_area .label_area {
    width: 220px;
    padding: 0.5rem 0;
  }
}
.inquiry_area form .form_part_area .label_area p {
  display: inline-block;
  padding: 0 5px 0 0;
  font-size: 1.2rem;
  font-weight: 700;
}
.inquiry_area form .form_part_area .label_area span {
  display: inline-block;
  color: white;
  background: #ff6666;
  padding: 3px 6px;
  border-radius: 4px;
  letter-spacing: 1px;
  font-size: 1rem;
  font-weight: bold;
}
.inquiry_area form .form_part_area .input_area {
  box-sizing: border-box;
  width: 100%;
  font-size: 1rem;
  line-height: 2;
}
@media only screen and (min-width:640px) {
  .inquiry_area form .form_part_area .input_area {
    width: calc(100% - 220px);
  }
}
.inquiry_area form .form_part_area .input_area input, .inquiry_area form .form_part_area .input_area textarea {
  width: 90%;
  max-width: 700px;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
@media only screen and (min-width:640px) {
  .inquiry_area form .form_part_area .input_area input, .inquiry_area form .form_part_area .input_area textarea {
    width: 80%;
  }
}
.inquiry_area form p.privacy_policy {
  text-align: left;
  line-height: 1.8;
  font-size: 1rem;
  padding-top: 2rem;
}
@media only screen and (min-width:980px) {
  .inquiry_area form p.privacy_policy {
    text-align: center;
    font-size: 1.2rem;
  }
}
.inquiry_area .check_area {
  text-align: center;
  font-size: 1.2rem;
  padding-top: 2rem;
}
.inquiry_area .check_area input {
  font-size: 1.2rem;
}
.inquiry_area .check_area span.mwform-checkbox-field-text {
  font-size: 1.2rem;
}
.inquiry_area .check_area span.check_must {
  display: inline-block;
  color: white;
  background: #ff6666;
  padding: 3px 6px;
  border-radius: 4px;
  letter-spacing: 1px;
  font-size: 1rem;
  font-weight: bold;
}
.inquiry_area .check_page {
  text-align: center;
  padding-top: 3rem;
}
.inquiry_area .check_page input {
  margin: 0 2rem;
  background: #005bac;
  color: white;
  font-size: 1.6rem;
  padding: 0.8rem 3rem;
  border: 0px;
  border-radius: 8px;
}

.inquiry_area_thanks {
  width: 100%;
  background: white;
  padding: 3rem 1rem;
  text-align: center;
}
.inquiry_area_thanks h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.inquiry_area_thanks p {
  padding: 1rem 0 5rem 1rem;
  font-size: 1rem;
  line-height: 2;
}

.news_area {
  width: 100%;
  padding: 20px 0;
}
@media only screen and (min-width:980px) {
  .news_area {
    width: 100%;
  }
}
.news_area .news_more_check {
  display: none;
}
.news_area label.news_more {
  background: #005bac;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin: 1rem 10%;
  padding: 1rem;
  text-align: center;
  width: 80%;
}
@media only screen and (min-width:640px) {
  .news_area label.news_more {
    margin: 1rem calc((100% - 240px) / 2);
    width: 240px;
  }
}
.news_area .new_more {
  border-top: 0;
  height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}
.news_area .news_more_check:checked + label.news_more {
  display: none;
}
.news_area .news_more_check:checked ~ .new_more {
  height: auto;
  margin-bottom: 1.6rem;
  opacity: 1;
  visibility: visible;
}
.news_area .news_more_check:checked ~ a > .new_more {
  height: auto;
  margin-bottom: 1.6rem;
  opacity: 1;
  visibility: visible;
}
.news_area .new_item.new_more {
  margin-bottom: 0;
}
.news_area .new_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1.6rem;
  margin-left: 1.25%;
}
.news_area .new_item .date_area {
  background: #005bac;
  color: white;
  width: 130px;
  text-align: center;
  line-height: 48px;
  font-weight: 700;
  box-sizing: border-box;
}
.news_area .new_item .title_area {
  background: white;
  max-width: calc(100% - 120px);
  width: calc(100% - 130px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  min-height: 48px;
}
.news_area .new_item .title_area .news_title_category {
  background: gray;
  color: white;
  margin: 12px;
  line-height: 24px;
  min-height: 24px;
  font-size: 0.8rem;
  padding: 0 0.6rem;
  width: 65px;
  text-align: center;
}
.news_area .new_item .title_area .news_title_category.topic_fix {
  background: #fe0000;
}
.news_area .new_item .title_area .news_title_category.topic {
  background: #4791d0;
}
.news_area .new_item .title_area .news_title_category.tekiyou_kakudai {
  background: #04a50f;
}
.news_area .new_item .title_area .news_title {
  display: block;
  width: 70%;
}
@media only screen and (max-width:639px) {
  .news_area .new_item .title_area .news_title {
    width: 100%;
  }
}
.news_area .new_item .title_area .news_title h3 {
  color: black;
  padding: 12px 0;
  line-height: 24px;
  font-size: 0.9rem;
  font-weight: 500;
}
@media only screen and (max-width:639px) {
  .news_area .new_item .title_area .news_title h3 {
    padding: 0 0 12px 12px;
  }
}
.news_area a {
  text-decoration: none;
}
.news_area a .new_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1.6rem;
}
.news_area a .new_item .date_area {
  background: #005bac;
  color: white;
  width: 130px;
  text-align: center;
  line-height: 48px;
  font-weight: 700;
  box-sizing: border-box;
}
.news_area a .new_item .title_area {
  background: white;
  max-width: calc(100% - 120px);
  width: calc(100% - 130px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  min-height: 48px;
}
.news_area a .new_item .title_area .news_title_category {
  background: gray;
  color: white;
  margin: 12px;
  line-height: 24px;
  min-height: 24px;
  font-size: 0.8rem;
  padding: 0 0.6rem;
  width: 65px;
  text-align: center;
}
.news_area a .new_item .title_area .news_title {
  display: block;
  width: 70%;
}
@media only screen and (max-width:639px) {
  .news_area a .new_item .title_area .news_title {
    width: 100%;
  }
}
.news_area a .new_item .title_area .news_title h3 {
  color: black;
  padding: 12px 0;
  line-height: 24px;
  font-size: 0.9rem;
  font-weight: 500;
}
@media only screen and (max-width:639px) {
  .news_area a .new_item .title_area .news_title h3 {
    padding: 0 0 12px 12px;
  }
}
.news_area a .new_item .title_area .news_title h3::after {
  content: "　";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 1rem;
  margin-top: -5px;
  background-image: url("../img/external_link_icon.png");
  background-size: contain;
  vertical-align: middle;
}

.support_area {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.support_area .support_category_title h2 {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  margin-top: -130px;
  padding-top: 130px;
}
.support_area .support_content_area {
  box-sizing: border-box;
  width: 97%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
  padding: 0 2%;
}
@media only screen and (min-width:640px) {
  .support_area .support_content_area {
    width: 50%;
  }
}
.support_area .support_content_area .support_img {
  width: 100%;
}
@media only screen and (min-width:640px) {
  .support_area .support_content_area .support_img {
    width: 35%;
  }
}
.support_area .support_content_area .support_img img {
  width: 90%;
  height: auto;
  margin: 0 5% 10px 5%;
}
@media only screen and (min-width:640px) {
  .support_area .support_content_area .support_img img {
    margin: 0 5%;
    max-width: 100%;
    height: auto;
    max-height: auto;
    object-fit: contain;
  }
}
.support_area .support_content_area .support_desc_area {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  padding: 0 5%;
}
@media only screen and (min-width:640px) {
  .support_area .support_content_area .support_desc_area {
    width: 65%;
  }
}
.support_area .support_content_area .support_desc_area h3 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.support_area .support_content_area .support_desc_area p {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.support_area .support_content_area .support_desc_area .button_area {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  width: 100%;
}
.support_area .support_content_area .support_desc_area .button_area .button {
  background: black;
  box-sizing: border-box;
  font-size: 0.7rem;
  width: 48%;
  margin: 0 2% 0 0;
  padding: 0.5rem;
  background: black;
  color: white;
  text-align: center;
  position: relative;
}
.support_area .support_content_area .support_desc_area .button_area .button:nth-child(2n) {
  margin: 0 0 0 2%;
}
.support_area .support_content_area .support_desc_area .button_area .button a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.konyou_table_area {
  box-sizing: border-box;
  padding: 0 1.5rem;
}
@media only screen and (min-width:1140px) {
  .konyou_table_area {
    padding: 0;
  }
}
.konyou_table_area .exm_area {
  padding: 0 10%;
}
.konyou_table_area .exm_area img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width:640px) {
  .konyou_table_area .exm_area img {
    max-width: 900px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
.konyou_table_area .konyo_table-scroll {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width:640px) {
  .konyou_table_area .konyo_table-scroll {
    width: 600px;
  }
}
.konyou_table_area .konyo_table-scroll .form-control {
  box-sizing: border-box;
  margin-bottom: 1rem;
}
@media only screen and (min-width:640px) {
  .konyou_table_area .konyo_table-scroll .form-control {
    margin-bottom: 0;
  }
}
.konyou_table_area .konyo_table-scroll .form-control select {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  padding: 0.4rem 0;
  margin: 1rem 0;
}
@media only screen and (min-width:640px) {
  .konyou_table_area .konyo_table-scroll .form-control select {
    width: 260px;
    margin: 2rem 18px;
  }
}
.konyou_table_area .nothing_message {
  text-align: center;
  font-size: 1rem;
}
.konyou_table_area .table-scroll {
  overflow-x: scroll;
}
.konyou_table_area .table-scroll table {
  margin: 0 auto 4rem auto;
  border: 1px solid #aaaaaa;
  width: 1600px;
}
.konyou_table_area .table-scroll table thead tr.table_head, .konyou_table_area .table-scroll table thead tbody tr.table_row, .konyou_table_area .table-scroll table tbody thead tr.table_row {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.4;
  border-bottom: 1px solid #aaaaaa;
}
.konyou_table_area .table-scroll table thead tr.table_head th.item, .konyou_table_area .table-scroll table thead tbody tr.table_row th.item, .konyou_table_area .table-scroll table tbody thead tr.table_row th.item {
  width: 360px;
}
.konyou_table_area .table-scroll table thead tr.table_head th.produce, .konyou_table_area .table-scroll table thead tbody tr.table_row th.produce, .konyou_table_area .table-scroll table tbody thead tr.table_row th.produce {
  width: 360px;
}
.konyou_table_area .table-scroll table thead tr.table_head th.target, .konyou_table_area .table-scroll table thead tbody tr.table_row th.target, .konyou_table_area .table-scroll table tbody thead tr.table_row th.target {
  width: 360px;
}
.konyou_table_area .table-scroll table thead tr.table_head th.judge, .konyou_table_area .table-scroll table thead tbody tr.table_row th.judge, .konyou_table_area .table-scroll table tbody thead tr.table_row th.judge {
  width: 60px;
  text-align: center;
}
.konyou_table_area .table-scroll table thead tr.table_head th.bikou, .konyou_table_area .table-scroll table thead tbody tr.table_row th.bikou, .konyou_table_area .table-scroll table tbody thead tr.table_row th.bikou {
  width: 460px;
  text-align: center;
}
.konyou_table_area .table-scroll table tbody {
  min-width: 1600px;
}
.konyou_table_area .table-scroll table tbody tr th, .konyou_table_area .table-scroll table tbody tr td {
  white-space: nowrap;
}
.konyou_table_area .table-scroll table tbody tr.table_row {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 3;
  border-bottom: 1px solid #aaaaaa;
}
.konyou_table_area .table-scroll table tbody tr.table_row td.item {
  width: 360px;
  text-indent: 1rem;
}
.konyou_table_area .table-scroll table tbody tr.table_row td.produce {
  width: 360px;
  text-indent: 1rem;
}
.konyou_table_area .table-scroll table tbody tr.table_row td.target {
  width: 360px;
  text-indent: 1rem;
}
.konyou_table_area .table-scroll table tbody tr.table_row td.judge {
  width: 60px;
  text-align: center;
}
.konyou_table_area .table-scroll table tbody tr.table_row th.bikou {
  width: 460px;
  text-align: center;
}

.history .generation_select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.history .generation_select a {
  text-decoration: none;
  display: contents;
}
.history .generation_select a .button {
  box-sizing: border-box;
  background: black;
  color: white;
  text-align: center;
  width: 90%;
  margin: 1rem 5%;
  padding: 1rem 0;
}
@media only screen and (min-width:640px) {
  .history .generation_select a .button {
    margin: 1rem 2.5%;
    width: 45%;
  }
}
@media only screen and (min-width:980px) {
  .history .generation_select a .button {
    margin: 1rem 0;
    width: 32%;
  }
}
.history .generation_select a .button:hover {
  background: #6f6f6f;
}
.history .history_table {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.history .history_table .year {
  box-sizing: border-box;
  border-bottom: solid 2px black;
  margin: 0 1rem;
  padding: 1em;
  width: calc(100% - 2rem);
}
@media only screen and (min-width:640px) {
  .history .history_table .year {
    margin: 0 20px 0 0;
    width: 300px;
  }
}
@media only screen and (min-width:980px) {
  .history .history_table .year {
    margin: 0 20px 0 0;
    width: 300px;
  }
}
.history .history_table .year p {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
}
.history .history_table .year #gen_taisho, .history .history_table .year #gen_heisei, .history .history_table .year #gen_reiwa {
  margin-top: -140px;
  padding-top: 140px;
  visibility: hidden;
}
.history .history_table .year_content {
  box-sizing: border-box;
  border-bottom: solid 2px #bebebe;
  margin: 0 1rem;
  padding: 1em;
  width: calc(100% - 2rem);
}
@media only screen and (min-width:640px) {
  .history .history_table .year_content {
    margin: 0;
    width: calc(100% - 320px);
  }
}
@media only screen and (min-width:980px) {
  .history .history_table .year_content {
    margin: 0;
    width: calc(100% - 320px);
  }
}
.history .history_table .year_content p {
  line-height: 1.8;
}
.history .history_table .year_content img.hitory_img {
  max-width: 300px;
  max-height: 200px;
  cursor: pointer;
}

/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media only screen and (min-width:980px) {
  .modal__overlay {
    width: 900px;
  }
}

/* モーダルのコンテンツ */
.modal__content {
  position: relative;
  width: 100%;
  max-width: 800px;
  padding: 20px;
}

.modal_inner {
  filter: drop-shadow(0px 0px 4px #ddd);
  background: #FFF;
  width: 90%;
  margin: 0 auto;
  border-radius: 2px;
  padding: 20px 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* 閉じるボタン */
.modal__close-btn {
  position: absolute;
  right: 0;
  top: -40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 20;
}

.modal__close-btn:hover {
  opacity: 0.8;
}

/* 閉じるボタンのX */
.lineClose {
  display: inline-block;
  vertical-align: middle;
  color: white;
  line-height: 1;
  width: 2rem;
  height: 0.1rem;
  background: currentColor;
  border-radius: 0.1rem;
  position: relative;
  transform: rotate(45deg);
}

.lineClose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

p.swiperText {
  margin: 0;
  text-align: center;
}

.img_area {
  display: flex;
  justify-content: center;
  height: 100vw;
}
@media only screen and (min-width:640px) {
  .img_area {
    height: 80vh;
  }
}
@media only screen and (min-width:980px) {
  .img_area {
    height: 80vh;
  }
}
.img_area img.modal_img {
  max-width: 90%;
  max-height: 80vh;
  align-self: center;
}
@media only screen and (min-width:640px) {
  .img_area img.modal_img {
    max-width: 100%;
  }
}
@media only screen and (min-width:980px) {
  .img_area img.modal_img {
    max-width: 100%;
  }
}

.swiper-button-next, .swiper-button-prev {
  color: #005bac !important;
}

.swiper-button-prev:after {
  margin-right: 20px;
}

.swiper-button-next:after {
  margin-left: 20px;
}

/*# sourceMappingURL=common.css.map */
