@charset "UTF-8";
.errrange {
  margin-top: 100px;
}

/* CSS Document */
body {
  background-color: #FFFFFF;
  color: #181818;
  font-family: "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

/* IE表示用のCSS　*/
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
}

.min-font {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }
}

img {
  -ms-interpolation-mode: bicubic;
}

html, body, h1, h2, h3, h4, h5, ul, li, p, span, iframe, footer, address, ol, ul {
  margin: 0;
  padding: 0;
}

li {
  line-height: 1.5em;
  list-style-type: none;
}

iframe {
  vertical-align: bottom;
}

h1 {
  line-height: 1.5;
}

hr {
  clear: both;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

p {
  line-height: 1.8em;
}

/*link*/
a {
  color: #333333;
  text-decoration: none;
  transition: all 0.5s;
}

a:link {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #20753B;
}

a:hover img {
  opacity: .8;
}

a.underline {
  text-decoration: underline;
}

a.underline_green {
  color: #20753B;
  text-decoration: underline;
}

/* //link*/
/*ガター幅*/
.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-10 > div, .row-10 > li {
  padding-left: 5px;
  padding-right: 5px;
}

.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.row-0 > div, .row-0 > li {
  padding-left: 0px;
  padding-right: 0px;
}

/* //ガター幅*/
.ctg_col {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

@media (min-width: 992px) {
  .ctg_col {
    float: left;
    width: 14.28571428571429%;
  }
}

figure {
  opacity: 1;
  transition: .3s ease-in-out;
}

figure img {
  opacity: 1;
  transition: .3s ease-in-out;
}

figure:hover {
  opacity: .6;
}

figure:hover img {
  opacity: .6;
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

/*font*/
.font_bold {
  font-weight: 600;
}

.font_space_c {
  letter-spacing: .1em;
  text-align: center;
  text-indent: .1em;
}

/* //font */
/* color */
.bg_green {
  background-color: #20753B;
}

.b_green {
  color: #086558;
}

.bg_instagram {
  background-color: #d83377;
}

.bg_twitter {
  background-color: #1da1f2;
}

.bg_facebook {
  background-color: #1877f2;
}

.bg_youtube {
  background-color: #ff0000;
}

.bg_b_green {
  background-color: #cee6db;
}

.bg_gray_meta {
  background-color: #f9f9f9;
  font-size: 12px;
  padding: 10px;
}

/* //color */
/*header*/
.sns_area {
  color: #FFFFFF;
  padding: 30px 0;
  position: fixed;
  right: 30px;
  top: 28%;
  z-index: 999;
}

.sns_area ul li {
  margin: 20px 0;
  text-align: center;
}

a.sns_bg {
  border-radius: 50%;
  color: #FFFFFF;
  display: inline-block;
  font-size: 24px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  width: 54px;
}

.header_logo {
  float: left;
  margin: 30px 10px 30px 15px;
}

.google_box {
  position: absolute;
  right: 403px;
  top: 40px;
}

@media (max-width: 480px) {
  /* .google_box{
  	display: none;
  } */
}

header ul.list-inline {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

header ul.list-inline li {
  font-size: 16px;
}

header .list-inline li:last-child {
  padding-right: 0;
}

/* //header*/
/*slick*/
.main_slider {
  display: none;
  margin: 0 auto;
}

.main_slider img {
  height: auto;
  width: 100%;
}

.main_slider.slick-initialized {
  display: block;
}

.slick-box {
  padding: 0 0;
}

.s-fade-wrap {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}

.s-fade-text {
  -webkit-transform: translateY(-50%) translateX(-50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 800px;
}

/* center*/
.outer {
  position: relative;
}

.inner {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

/* //center*/
/* section */
section {
  padding: 3rem 0;
}

section.multiple {
  padding: 3rem 0 0;
}

/* //section*/
/*section CATEGORYS*/
.life {
  background: url('/img/life.png');
}

.life:hover {
  background: url('/img/life_on.png');
}

.tab.is-active .life {
  background: url('/img/life_on.png');
}

.activity {
  background: url('/img/activity.png');
}

.activity:hover {
  background: url('/img/activity_on.png');
}

.tab.is-active .activity {
  background: url('/img/activity_on.png');
}

.learning {
  background: url('/img/learning.png');
}

.learning:hover {
  background: url('/img/learning_on.png');
}

.tab.is-active .learning {
  background: url('/img/learning_on.png');
}

.information {
  background: url('/img/information.png');
}

.information:hover {
  background: url('/img/information_on.png');
}

.tab.is-active .information {
  background: url('/img/information_on.png');
}

.consultation {
  background: url('/img/consultation.png');
}

.consultation:hover {
  background: url('/img/consultation_on.png');
}

.tab.is-active .consultation {
  background: url('/img/consultation_on.png');
}

.international {
  background: url('/img/international.png');
}

.international:hover {
  background: url('/img/international_on.png');
}

.tab.is-active .international {
  background: url('/img/international_on.png');
}

.environment {
  background: url('/img/environment.png');
}

.environment:hover {
  background: url('/img/environment_on.png');
}

.tab.is-active .environment {
  background: url('/img/environment_on.png');
}

.panel {
  display: none;
}

.panel.is-show {
  display: block;
}

.life, .activity, .learning, .information, .consultation, .international, .environment {
  background-repeat: no-repeat;
  background-size: 100%;
  height: 137.14px;
  margin: 0 auto;
  max-width: 680px;
  transition: 0.4s;
  width: 100%;
}

.life:hover, .activity:hover, .learning:hover, .information:hover, .consultation:hover, .international:hover, .environment:hover {
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.tab.is-active .life, .tab.is-active .activity, .tab.is-active .learning, .tab.is-active .learnin, .tab.is-active .information, .tab.is-active .consultation, .tab.is-active .international, .tab.is-active .environment {
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.tab-ctg {
  margin-bottom: 5rem;
}

.tit_category {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 1rem;
  text-align: center;
}

.tit_category span {
  color: #518886;
  display: block;
  font-size: 15px;
  font-weight: normal;
}

.tab-group {
  display: flex;
  justify-content: center;
}

.ctg-group {
  background: #f3f3f3;
  border-top: none;
  /* height:100px; */
  height: auto;
  padding: 3rem 1.5rem;
}

.ctg {
  display: none;
}

.ctg.is-show {
  display: block;
}

.ctg_box {
  border-bottom: 1px solid #CCC;
  padding: 2rem;
}

.ctg_box a[target="_blank"] h3::after {
  content: "\f35d";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 8px;
  vertical-align: -1px;
}

.ctg_box:last-child {
  border-bottom: 1px solid rgba(204, 204, 204, 0);
  padding: 2rem;
}

.ctg_box h3 {
  color: #086558;
  font-weight: 600;
}

.ctg_box h4 {
  color: #0c74cc;
  font-weight: 600;
  margin-bottom: .5rem;
}

.ctg_box .tit_space {
  margin-bottom: 1rem;
}

.ctg_box h3::before {
  color: #26b055;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: .2em;
}

ul.theme {
  margin: 3rem 0 0;
}

.ctg_box ul.theme li:not(:last-child) {
  margin-bottom: 2rem;
}

.modaal-container {
  background-color: #f3f3f3;
}

/*// section CATEGORYS*/
/*border*/
.border_dotted {
  border-bottom: 1px #555555 dotted;
}

.border_r {
  border-right: 1px solid #dddddd;
}

/* //border*/
/* box */
.info_box {
  width: 100%;
}

.info_box .title {
  background-color: rgba(38, 176, 85, 0.6);
  color: #FFF;
  font-size: 28px;
  font-weight: bold;
  padding: 2rem 1rem;
  text-align: center;
}

.info_text {
  background: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 4rem 20px;
  text-align: center;
}

.border_box_ctg {
  margin: 2rem 0;
}

.border_box_ctg ul li {
  line-height: 1.5;
}

/* //box */
/* space */
.m_t20 {
  margin-top: 2rem;
}

.m_b30 {
  margin-bottom: 3rem;
}

.m_b20 {
  margin-bottom: 2rem;
}

.m_b10 {
  margin-bottom: 1rem;
}

.m_t5 {
  margin-top: .5rem;
}

.m_t10 {
  margin-top: 1rem;
}

.m_t15 {
  margin-top: 1.5rem;
}

.m_t20 {
  margin-top: 2rem;
}

.m_60 {
  margin: 6rem 0;
}

.tit_space {
  margin-bottom: 2rem;
}

.box_space_t {
  margin: 3rem 0 0;
}

.p_r15 {
  padding-right: 1.5rem;
}

.p_30 {
  padding: 3rem;
}

.p_t5 {
  padding-top: .5rem;
}

.p_t10 {
  padding-top: 1rem;
}

.p_t15 {
  padding-top: 1.5rem;
}

.p_t30 {
  padding-top: 3rem;
}

/* //space */
/*title*/
.tit {
  font-size: 20px;
  line-height: 1.3;
}

.tit_sub {
  font-size: 18px;
}

.tit_small {
  font-size: 65%;
}

h2.tit span.tit_small {
  display: block;
  font-size: 18px;
}

/* //title*/
/*box*/
.card_box {
  position: relative;
}

.card_box dl {
  background-color: #FFF;
  display: flex;
  margin-bottom: 0;
}

.card_box dt img {
  max-width: 260px;
  position: relative;
  width: 100%;
}

.card_box dd {
  padding: 15px 15px;
  width: 100%;
}

.card_box h3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #086558;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.card_text p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: 14px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .card_box h3 {
    font-size: 18px;
  }
  .card_text p {
    font-size: 16px;
  }
}

/* //box*/
/*section news*/
.news ul li:not(:last-child) {
  padding: 0 0 30px;
}

.news ul li a {
  transition: border-color 0.2s !important;
  word-break: break-all;
  margin-left: 0.5em;
}

.news ul li a > span {
  margin: -0.25em 0 0 0;
}

time {
  display: inline-block;
  letter-spacing: .1em;
  line-height: 2;
  margin: 0 0.6em 0 0;
}

.n_label {
  border: 1px solid #20753B;
  border-radius: 4px;
  color: #20753B;
  display: inline-block;
  display: inline-block;
  line-height: 2;
  min-width: calc(183px / 2);
  padding: 6px 1em 4px 1em;
  text-align: center;
  vertical-align: middle;
}

.n_label::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((0.75 - 1.8) * 0.5em);
  width: 0;
}

.n_label::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  width: 0;
}

.news ul li a:hover .n_label, .news ul li a:focus .n_label {
  background: #20753B none;
  border-color: #20753B;
  color: #ffffff;
}

.news_text {
  padding-top: 2%;
}

@media (min-width: 768px) {
  .news ul li a {
    align-items: center;
    background-position: right 50%;
    flex-flow: rows nowrap;
    justify-content: flex-start;
    padding: 14px 0 14px 0;
  }
  time {
    margin: 0 24px 0 0;
    min-width: 110px;
    width: 9%;
  }
  .news_text {
    display: inline-block;
  }
  .news ul li a .news_text {
    padding: 0;
    width: 98%;
    /* font-size: 16px;
      font-size: 1.6rem; */
  }
  .news ul li a > span {
    margin: 0 24px 0 0;
    width: 11.6%;
  }
  .n_label {
    font-size: 12px;
    font-size: 1.2rem;
    min-width: 134px;
  }
}

/* //section news*/
/*section banner_area*/
.banner_area ul li {
  margin-bottom: 10px;
}

.banner_btn [class*='fa'] {
  font-size: 24px;
}

/* // section banner_area*/
/*button*/
.button_area {
  margin-top: 30px;
}

.button {
  box-sizing: border-box;
  display: inline-block;
  outline: none;
  /* width: 200px; */
  text-align: center;
  text-decoration: none;
  transition: all .3s;
}

.button::before, .button::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
}

.button::before, .button::after {
  box-sizing: border-box;
  transition: all .3s;
}

a.common_btn {
  background-color: #20753B;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  height: 52px;
  line-height: 52px;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 90%;
}

a.common_btn:hover {
  background-color: #138b3c;
}

a.common_btn::after {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5rem;
  top: 0;
  /* border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #fff; */
  transition: all .2s;
}

a.common_btn:hover::after {
  right: 4rem;
}

.banner_btn {
  background-color: #FFF;
  border: 2px solid #1a4d6e;
  box-sizing: border-box;
  color: #1a4d6e;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 2rem .3rem;
  text-align: center;
  width: 100%;
}

.banner_btn:hover {
  background-color: #1a4d6e;
  color: #FFF;
}

a.banner_btn {
  color: #1a4d6e;
}

/* //button*/
/* footer */
footer a:hover {
  text-decoration: underline;
}

.floor_area {
  background-color: #cee6db;
  font-size: 14px;
  padding: 4rem 0;
}

.floor_area a:hover {
  color: #20753B;
}

ul.Accordion_inner {
  padding: .5rem;
}

.Accordion_inner li:not(:last-child) {
  margin-bottom: 1rem;
}

.browser_text {
  border-top: 1px solid #b4b4b4;
  margin-top: 3rem;
  padding-top: 2rem;
}

.footer_global_area {
  background-color: #20753B;
  color: #FFFFFF;
  padding: 3rem 0 9.2rem;
  text-align: center;
}

.footer_logo p {
  display: inline-block;
  vertical-align: bottom;
}

.footer_logo p img {
  margin-right: 10px;
}

.address_text {
  font-size: 14px;
}

.footer_global_area a {
  color: #FFFFFF;
}

.footer_global_area a:hover {
  color: #FFFFFF;
}

.footer_global ul.list-inline li {
  padding-left: 0;
  padding-right: 0;
}

.footer_global ul.list-inline li a {
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
}

.footer_global ul.list-inline li::after {
  content: "|";
  position: absolute;
}

.footer_address_area p {
  margin-top: 1rem;
}

.footer_global {
  margin: 1.5rem 0;
}

.footer_sns {
  font-size: 30px;
}

.footer_sns a {
  background-color: #fff;
  border-radius: 5em;
  color: #000;
  display: block;
  font-size: 24px;
  height: 40px;
  text-align: center;
  width: 40px;
}

.footer_sns a[href*="twitter"] {
  color: #1da1f2;
}

.footer_sns a[href*="facebook"] {
  color: #1877f2;
}

.footer_sns a[href*="youtube"] {
  color: #f00;
}

.copy {
  clear: both;
  font-size: 14px;
}

.fixedfooter {
  bottom: 0;
  display: flex;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 4;
}

.icon {
  font-weight: bold;
  text-align: center;
  width: calc(100% / 2);
}

.icon a {
  color: white;
  display: block;
  height: 100%;
  padding: 1rem .5rem;
}

.m_contact {
  background: #0c7730;
}

.f_contact {
  background: #108576;
}

.icon span {
  display: block;
}

/*//footer*/
/*//top_button*/
main.topBtn_box {
  position: relative;
}

a.topBtn {
  color: #FFFFFF;
}

.topBtn {
  background-color: #0e983d;
  color: #FFFFFF;
  display: block;
  left: 0;
  padding: 1rem 0;
  position: relative;
  right: 0;
  /* z-index: 50; */
  text-align: center;
}

.topBtn:hover {
  color: #FFFFFF;
}

.topBtn svg:not(:root).svg-inline--fa {
  font-size: 30px;
  margin-right: 0;
}

/* //pagination*/
@media (min-width: 768px) {
  /* a[href^="tel:"]{
  	pointer-events: none!important;
  	display: inline-block;
  } */
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  section {
    padding: 6rem 0;
  }
  section.multiple {
    padding: 6rem 0 0;
  }
  /*// section*/
  /* //button*/
  .button_area {
    margin-top: 5rem;
  }
  .banner_btn:hover {
    background-color: #1a4d6e;
    color: #FFF;
  }
  .banner_btn span {
    padding-left: 1rem;
  }
  a.common_btn {
    font-size: 20px;
    height: 76px;
    line-height: 76px;
    max-width: 450px;
  }
  /* button*/
  /* //space */
  .box_space_t {
    margin: 6rem 0 0;
  }
  /* //space */
}

@media screen and (max-width: 767px) {
  .info_text {
    font-size: 12px;
    padding: 1rem 15px;
  }
  .info_box .title {
    font-size: 14px;
    line-height: 1.5;
    padding: .5rem 1rem;
  }
  /* //box*/
  /* button*/
  /* //button*/
  /* space */
  .s_m_b10 {
    margin-bottom: 1rem;
  }
  .s_m_b25 {
    margin-bottom: 2.5rem;
  }
  .s_m_b30 {
    margin-bottom: 3rem;
  }
  .s_m_b20 {
    margin-bottom: 2rem;
  }
  .s_m_b15 {
    margin-bottom: 15px;
  }
  .item_space img {
    margin-top: 1rem;
  }
  /* //space */
  /*section CATEGORYS*/
  .life, .activity, .learning, .information, .consultation, .international, .environment {
    height: 130px;
    width: 130px;
  }
  /* //section CATEGORYS*/
  /* footer */
  /* .footer_global{
  	display: none;
  } */
  .address_area {
    margin-bottom: 0;
  }
  .copy_area {
    margin-bottom: 62px;
  }
  /* footer */
}

@media (min-width: 992px) {
  /* header*/
  #header {
    background-color: #FFFFFF;
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.6);
    font-size: 15px;
    height: 110px;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    /* z-index:9999; */
    z-index: 999;
  }
  /* .s-fade-wrap {
  	padding-top: 130px;
  } */
  /* //header*/
  /* slick */
  .slick-box {
    padding: 30px 57px 0;
  }
  /* //slick */
  /*title*/
  .tit {
    font-size: 36px;
    line-height: 1.5;
  }
  .tit_sub {
    font-size: 21px;
  }
  /* //title*/
  /*section CATEGORYS*/
  .ctg-group {
    padding: 5rem 3rem;
  }
  .ctg_tb {
    display: none;
  }
  .ctg_pc {
    display: block;
  }
  /* //section CATEGORYS*/
  .banner_btn {
    font-size: 16px;
    padding: 3rem 1rem;
  }
  /*footer*/
  .footer_global_area {
    padding: 4rem 0;
  }
  .footer_address_area {
    text-align: left;
  }
  .footer_sns_area {
    float: right;
  }
  .footer_sns_box {
    padding: 2rem 0 2.8rem;
  }
  .footer_sns_box .footer_sns_inner {

  }
  .footer_nav_area {
    text-align: right;
  }
  .fixedfooter {
    display: none;
  }
  /* //footer*/
}

@media screen and (max-width: 991px) {
  /* header*/
  /* .header_left, */
  .header_logo {
    float: left;
    margin: 13px 30px 13px 15px;
  }
  .header_logo img {
    height: 36px;
  }
  .sns_area {
    display: none;
  }
  .google_box {
    right: 70px;
    top: 16px;
  }
  /* //header*/
  /* slick */
  .s-fade-text {
    width: 90%;
  }
  /* //slick */
  /*section CATEGORYS*/
  .ctg_col {
    margin-bottom: 2rem;
  }
  .ctg_tb {
    display: block;
  }
  .ctg_pc {
    display: none;
  }
  /* //section CATEGORYS*/
  /*space*/
  .tb_m20 {
    margin-bottom: 2rem;
  }
  /*//space*/
  .banner_btn span {
    display: block;
    padding-left: 0;
  }
  .footer_sns {
    margin: 1.5rem 0;
  }
  /*footer*/
}

@media (max-width: 991px) and (min-width: 768px) {
  .life, .activity, .learning, .information, .consultation, .international, .environment {
    height: 157.5px;
    width: 157.5px;
  }
}

@media (min-width: 1200px) {
  /* .header_logo{
  	float: left;
  	margin: 30px 30px 30px 15px;
  } */
}

@media (max-width: 1199px) {
  .paid_btn, .visit_btn {
    min-width: 100%;
    width: 100%;
  }
}

@media (max-width: 1360px) {
  .header_nav > .nav > li {
    padding: 0 6px;
  }
}

@media (max-width: 1520px) {
  .header_nav > .nav {
    margin-top: 2.25em;
    width: calc(100vw - 900px);
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .google_box {
    right: 364px;
  }
  .navbar-right .button {
    padding: 0 5px;
  }
}

@media (max-width: 1034px) and (min-width: 992px) {
  /* .nav_list{
  	font-size: 13px;
  } */
}

@media (max-width: 991px) and (min-width: 1200px) {
  /*section CATEGORYS*/
  .life, .activity, .learning, .information, .consultation, .international, .environment {
    height: 157.5px;
  }
  /* //section CATEGORYS*/
}

@media screen and (max-width: 360px) {
  footer .global_area {
    font-size: 12px;
  }
  .topBtn svg:not(:root).svg-inline--fa {
    font-size: 20px;
  }
  .life, .activity, .learning, .information, .consultation, .international, .environment {
    height: 130px;
  }
  .banner_btn {
    font-size: 12px;
  }
}

.shinibuki-member-table table tr td {
  border: none;
}

/* アコーディオン */
@media (min-width: 768px) {
  .Accordion_title {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .Accordion_title {
    pointer-events: all;
  }
  .Accordion_inner {
    display: none;
  }
  h3.Accordion_title {
    background-color: #20753B;
    color: #FFFFFF;
    margin-bottom: 1rem;
    padding: .8rem .5rem;
    position: relative;
  }
  h3.Accordion_title::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 1rem;
    top: .8rem;
  }
  h3.Accordion_title.active::after {
    content: "\f068";
  }
}

.slider {
  margin: 60px auto;
  /* width: 80%; */
  opacity: 0;
  transition: 3s;
}

.slick-initialized {
  opacity: 1;
}

.slider .card_box {
  padding: 0 10px;
}

.slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 768px) {
  .slick-next {
    right: 6.5% !important;
  }
  .slick-prev {
    left: 6.5% !important;
  }
}

@media screen and (max-width: 402px) {
  .navbar-header {
    margin-bottom: 34px;
  }
  .google_box {
    left: 15px;
    top: 62px;
  }
}

@media print {
  .fixedfooter, .sns_area, .navToggle, .google_box {
    display: none;
  }
}

.paid_btn, .visit_btn {
  min-width: 0;
}

@media screen and (max-width: 1300px) {
  body #header {
    font-size: 14px;
  }
  body .navbar .button, body .navbar-nav .button {
    font-size: 14px;
  }
}

.important-information {
  background-color: rgba(255, 0, 0, 0.05);
  font-size: 18px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .important-information {
    margin-top: -10px;
  }
}

@media (min-width: 768px) {
  .important-information-row {
    display: flex;
  }
}

.important-information-hd, .important-information-body {
  padding: 2em;
}

.important-information-hd {
  background-color: rgba(255, 0, 0, 0.8);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  white-space: nowrap;
}

.important-information-body dl:last-child {
  margin-bottom: 0;
}

.important-information-list {
  display: flex;
}

.important-information-list dd {
  padding-left: 2em;
}
/*# sourceMappingURL=sourcemaps/style.css.map */