body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
pre,
form,
dl,
dt,
dd,
blockquote,
fieldset,
input,
address {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
}

body {
  font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica,
    sans-serif;
  background-color: #fff;
}

ul {
  margin: 0;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
}

a {
  color: #000;
}

a:hover {
  text-decoration: none;
}

a:active,
a:focus {
  text-decoration: none;
}

.img-ow {
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

/*@media only screen and (max-width: 991px) {
	body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,pre,form,dl,dt,dd,blockquote,fieldset,input,address{font-size: 14px; line-height: 26px;}
}
@media only screen and (max-width: 767px) {
	body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,pre,form,dl,dt,dd,blockquote,fieldset,input,address{font-size: 12px; line-height: 22px;}
}*/

/*common*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10000;
}

#loading img {
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  text-align: center;
  line-height: 32px;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
}

.blc {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ttl_l {
  font-size: 23px;
  font-weight: bold;
}

.ttl_m {
  font-size: 20px;
  font-weight: bold;
  color: #0a623f;
  margin-bottom: 20px;
}

.ttl_s {
  font-size: 16px;
  line-height: 1;
  padding: 10px;
  background-color: #0a623f;
  margin-bottom: 10px;
  color: #fff;
}

.btn_basic {
  background-color: #00643d;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  display: block;
  border-radius: 40px;
  transition-property: all;
  transition: 0.2s linear;
}

.btn_basic:hover {
  color: #00643d;
  background-color: #c2e2d6;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.btn_kentei {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9999;
  display: none;
}

.btn_kentei img {
  width: 180px;
  height: auto;
}

.btn_kentei:hover img {
  opacity: 0.7;
}

.mv_base {
  opacity: 0;
  transition: 1s;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
}

.mv {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

@media only screen and (max-width: 991px) {

  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol,
  li,
  dl,
  pre,
  form,
  dl,
  dt,
  dd,
  blockquote,
  fieldset,
  input,
  address {
    font-size: 13px;
    line-height: 22px;
  }

  .blc {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ttl_l {
    font-size: 20px;
  }

  .ttl_m {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .ttl_s {
    font-size: 14px;
    padding: 8px;
    margin-bottom: 8px;
  }

  .btn_basic {
    padding: 14px 0;
    font-size: 12px;
  }

  /*.btn_kentei{position: fixed; bottom: 50px; right: 50px; z-index: 9999;  display: none;}
	.btn_kentei img{width: 180px; height: auto;}*/
}

@media only screen and (max-width: 767px) {

  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol,
  li,
  dl,
  pre,
  form,
  dl,
  dt,
  dd,
  blockquote,
  fieldset,
  input,
  address {
    font-size: 12px;
    line-height: 18px;
  }

  .blc {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ttl_l {
    font-size: 16px;
  }

  .ttl_m {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .ttl_s {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .btn_basic {
    padding: 10px 0;
    font-size: 11px;
  }

  .btn_kentei {
    display: none !important;
  }
}

/* Slider */
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* --- Dots --- */
.slick-dots {
  position: absolute;
  bottom: -15px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  height: 6px;
  z-index: 100;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 6px;
  width: 6px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.slick-dots li button {
  background: 0 0;
  border: 1px solid #d5d5d5;
  background-color: #d5d5d5;
  display: block;
  height: 4px;
  width: 4px;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  padding: 2px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.slick-dots li.slick-active button {
  outline: 0;
  border: 1px solid #001655;
  background: #001655;
}

.slick-dots li button:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  content: "";
  border: 1px solid transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slick-dots li.slick-active button:before {
  border: 1px solid #001655;
  content: "";
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 60px;
  height: 60px;
  padding: 0;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #111;
  border: #ddd 1px solid;
  border: none;
  background: #fefefe;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: 2;
}

.slick-prev:before,
.slick-next:before {
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
  margin-left: -30px;
}

.slick-prev:before {
  content: "\f104";
}

.slick-next {
  margin-right: -30px;
  right: 0;
}

.slick-next:before {
  content: "\f105";
}

@media only screen and (max-width: 767px) {
  .slick-arrow {
    display: none !important;
  }
}

header {
  background-color: #00643d;
  padding: 16px 15px;
  width: 100%;
  z-index: 9999;
}

header h1 {
  display: none;
}

header h1 img {
  transition-property: all;
  transition: 0.2s linear;
}

header .gmenu {
  display: block;
}

header ul {
  text-align: center;
}

header li {
  display: inline-block;
  padding: 0 18px;
}

header li:first-child {
  padding-left: 0;
}

header li:last-child {
  padding-right: 0;
}

header li.sns a {
  color: #fff;
}

header li.sns a svg {
  font-size: 34px;
  margin-bottom: 10px;
}

header li a {
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  display: block;
}

header li a:hover {
  color: #f8b62d;
}

header li a img {
  margin-bottom: 4px;
}

header.fixed {
  padding-top: 10px;
}

header.fixed h1 {
  display: block;
  float: left;
  margin-top: 12px;
}

header.fixed h1 img {
  width: 160px;
  height: auto;
}

header.fixed ul.lan_menu {
  float: right;
}

header.fixed li {
  display: inline;
  padding: 0;
  float: left;
  margin-right: 50px;
}

header.fixed li:last-child {
  margin-right: 0;
}

/* header.fixed li.sns {
  padding-top: 9px;
} */
header.fixed li a {
  font-size: 12px;
}

header .toggle {
  display: none;
}

footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}

footer>div {
  position: relative;
}

footer li {
  float: left;
  margin-right: 30px;
}

footer li a {
  font-size: 12px;
}

footer li a:hover {
  color: #aaa;
}

footer .copyright {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 11px;
}

.fixed-set article {
  padding-top: 109px;
}

/*.station header li:nth-child(2) a{color: #f8b62d;}*/

@media only screen and (max-width: 1280px) {
  header {
    padding: 12px 15px;
  }

  header li {
    padding: 0 10px;
  }

  header li a {
    font-size: 12px;
  }

  header li a img {
    margin-bottom: 12px;
  }

  header.fixed {
    padding-top: 5px;
  }

  header.fixed h1 img {
    width: 130px;
    height: auto;
  }

  header.fixed li {
    margin-right: 12px;
  }

  header.fixed li a {
    font-size: 11px;
  }

  header.fixed li a img {
    height: 40px;
    width: auto;
  }

  header li.sns a svg {
    font-size: 30px;
    margin-bottom: 16px;
  }

  header.fixed li.sns a svg {
    margin-bottom: 12px;
  }

  header.fixed h1 {
    margin-top: 13px;
  }

  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fixed-set article {
    padding-top: 71px;
  }
}

@media only screen and (max-width: 991px) {
  header {
    padding: 5px 15px;
    position: fixed;
    top: 0;
    left: 0;
  }

  header .gmenu {
    display: none;
  }

  header h1 {
    display: block;
  }

  header.fixed h1 {
    margin-top: 5px;
  }

  header h1 img,
  header.fixed h1 img {
    width: 100px;
    height: auto;
  }

  header li {
    display: inline;
    width: 50%;
    float: left;
    padding: 12px 0;
  }

  /*header li:last-child{width: 100%;}*/
  header li a {
    display: inline;
    font-size: 12px;
  }

  header li a img {
    margin-bottom: 5px;
    height: 40px;
    width: auto;
  }

  header .language_sp {
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    padding-top: 15px;
    padding-bottom: 10px;
  }

  header .language_sp li {
    width: 25%;
  }

  header .language_sp li,
  header .language_sp li a {
    color: #fff;
  }

  header .language_sp li a {
    text-decoration: underline;
  }

  header .toggle {
    position: absolute;
    top: 7px;
    right: 5px;
    display: block;
  }

  header .toggle button {
    width: 50px;
    height: 30px;
    cursor: pointer;
    outline: none;
    position: relative;
    border: none;
    background-color: transparent;
  }

  header .toggle button:after {
    content: "";
    position: absolute;
    width: 70%;
    height: 2px;
    background-color: #fff;
    top: 7px;
    left: 15%;
    box-shadow: 0 9px 0 #fff, 0 18px 0 #fff;
  }

  header.fixed {
    padding-top: 0;
  }

  header.fixed li {
    margin-right: 0;
    padding: 12px 0;
  }

  header.fixed li a {
    font-size: 12px;
  }

  header.fixed h1 {
    float: none;
  }

  header.fixed ul.lan_menu {
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  footer ul {
    text-align: center;
  }

  footer li {
    display: inline-block;
    float: none;
    margin: 0 10px;
  }

  footer .copyright {
    position: static;
    top: auto;
    right: auto;
    font-size: 11px;
    text-align: center;
    margin-top: 5px;
    font-size: 10px;
  }

  .fixed-set article {
    padding-top: 0;
  }

  .station header li a {
    color: #fff !important;
  }
}

/*home*/
#slideshow {
  width: 100%;
  position: fixed;
  top: 0;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.jumplink {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 20px;
  z-index: 20;
  left: 50%;
  margin-left: -30px;
}

.jumplink .arrow {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -19px 0px 0 -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

#contents {
  background-color: #fff;
  z-index: 2;
  position: relative;
}

.main_photo {
  position: relative;
}

.main_photo .main_logo {
  top: 30px;
  left: 30px;
  position: absolute;
}

.main_photo .main_il {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.t_about .right {
  padding-left: 50px;
  position: relative;
}

.t_about h1 {
  margin-bottom: 20px;
  margin-top: 30px;
}

.t_about p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 30px;
}

.t_about .btn_basic {
  width: 240px;
}

.t_about .yodosen_il01 {
  position: absolute;
  top: -40px;
  right: 0;
}

.information {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 70px;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.information h1 {
  text-align: center;
  margin-bottom: 40px;
}

.information .inner {
  width: 47%;
}

.information .inner:last-child {
  margin-top: 40px;
  width: 100%;
  max-width: 610px;
  margin: 60px auto 0;
}


.information .inner:last-child a {
  display: block;
  transition: 0.3s;
}




.information .inner:last-child a:hover {
  opacity: 0.6;
}

.information .inner img {
  width: 100%;
}

.information .inner .sp-banner {
  display: none;
}

.information {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 1200px) {
  .information {
    width: 970px;
  }

  .information .inner {
    width: 48%;
  }
}

@media only screen and (max-width: 992px) {
  .information {
    width: 750px;
  }
}

@media only screen and (max-width: 767px) {
  .information {
    width: 100%;
  }

  .information .inner:last-child {
    max-width: 270px;
    margin: 0px auto 0;
  }

  .information .inner .sp-banner {
    display: block;
  }

  .information .inner .pc-banner {
    display: none;
  }
}

.information li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.information dt {
  font-size: 13px;
  width: 110px;
  text-align: left;
}

.information dd {
  margin-left: 110px;
}

.information a {
  text-decoration: underline;
  font-weight: bold;
  color: #00643d;
}

.information a:hover {
  text-decoration: none;
}

.information a.btn_basic {
  color: #fff;
  text-decoration: none;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  display: block;
  font-weight: normal;
}

.information a.btn_basic:hover {
  color: #00643d;
}

.article_col {
  width: 100%;
  padding: 70px 0;
  background-color: #fff7e6;
}

.article_col>div {
  position: relative;
}

.article_col h1.ttl_l {
  text-align: center;
  margin-bottom: 60px;
}

.article_col .row {
  margin: 0 -40px;
}

.article_col .row section {
  padding: 0 40px;
}

.article_col .inner {
  border: 8px solid #00643d;
  border-radius: 15px;
  padding: 20px 40px 30px;
  background-color: #fff;
}

.article_col .inner h1 {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  color: #00643d;
  border-bottom: 1px dashed #00643d;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.article_col .inner h1 span {
  font-size: 18px;
}

.article_col .img_col {
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: #000;
  border: 1px solid #ddd;
}

.article_col .img_col img {
  display: block;
  transition-duration: 0.5s;
}

.article_col .img_col img:hover {
  transform: scale(1.2);
  transition-duration: 0.5s;
  opacity: 0.6;
}

.article_col .title {
  margin: 10px 0 0;
}

.article_col .title dt {
  font-size: 12px;
  color: #666;
}

.article_col .title dd {
  font-size: 15px;
  line-height: 22px;
  padding-top: 5px;
  font-weight: bold;
  height: 70px;
}

.article_col .title dd a:hover {
  text-decoration: underline;
  color: #000;
}

.article_col .profile {
  background-color: #f6e8cc;
  border-radius: 10px;
  padding: 15px 20px 20px;
}

.article_col .profile h2 {
  font-size: 13px;
  line-height: 1;
  padding: 10px 0 7px;
  font-weight: bold;
  margin-bottom: 14px;
  background-color: #fff;
  text-align: center;
  width: 100%;
  border-radius: 30px;
}

.article_col .profile dt {
  text-align: left;
  width: 80px;
}

.article_col .profile dt img {
  height: 80px;
  width: auto;
}

.article_col .profile dd {
  margin-left: 100px;
}

.article_col .profile dd h3 {
  font-size: 14px;
  font-weight: bold;
}

.article_col .profile dd h3 span {
  font-weight: normal;
  font-size: 12px;
}

.article_col .profile dd p {
  font-size: 12px;
  line-height: 19px;
  margin-top: 5px;
}

.article_col .btn_basic {
  margin: 20px auto 0;
  width: 100%;
}

.article_col .yodosen_il02 {
  position: absolute;
  top: -120px;
  left: -30px;
}

.article_col .yodosen_il03 {
  position: absolute;
  bottom: -150px;
  right: -30px;
}

.greensan {
  background: url(../images/bg_green.gif) no-repeat center;
  background-size: cover;
  width: 100%;
  padding: 70px 0 0;
}

.greensan h1 {
  text-align: center;
  margin-bottom: 60px;
}

.greensan .left {
  padding-left: 120px;
}

.greensan h2 {
  margin-bottom: 40px;
}

.greensan .btn_basic {
  width: 300px;
  margin: 40px auto 0;
}

#rect_col {
  position: relative;
  width: 100%;
  height: 60px;
  overflow: hidden;
  margin-top: 60px;
}

#rect {
  position: absolute;
  left: -150px;
  bottom: 0;
  width: 110px;
  text-align: center;
  color: #fff;
}

/*.movie{background: url(../images/bg_movie.jpg) no-repeat center; background-size: cover; width: 100%;}
.movie h1{text-align: center; color: #fff; margin-bottom: 40px;}
.movie .row{margin: 0 -40px;}
.movie .row>div{padding: 0 40px;}
.movie h2{font-size: 14px; font-weight: bold; margin-top: 15px; color: #fff;}
.movie p{font-size: 15px; line-height: 26px; text-align: center; color: #fff; margin-bottom: 30px;}*/

.movie {
  background: url(../images/bg_movie.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
}

.movie .row {
  margin: 0 -50px;
}

.movie .row>div {
  padding: 0 50px;
}

.movie .vol {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.movie h1 {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.movie .img_col {
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: #000;
}

.movie .img_col img {
  display: block;
  transition-duration: 0.5s;
}

.movie .img_col img:hover {
  transform: scale(1.2);
  transition-duration: 0.5s;
  opacity: 0.6;
}

.movie dd {
  margin-top: 15px;
  text-align: center;
}

.movie dd a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 26px;
}

.movie dd a:hover {
  text-decoration: underline;
}

.movie .btn_basic {
  background-color: #fff;
  color: #00643d;
  width: 300px;
  margin: 30px auto 0;
}

.btn_basic:hover {
  color: #00643d;
  background-color: #c2e2d6;
}

.youtube {
  position: relative;
  padding-top: 56.25%;
}

.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 1199px) {
  .article_col .row {
    margin: 0 -30px;
  }

  .article_col .row section {
    padding: 0 30px;
  }

  .article_col .inner {
    padding: 20px 30px 30px;
    background-color: #fff;
  }

  .article_col .inner h1 {
    font-size: 22px;
    line-height: 28px;
  }

  .article_col .inner h1 span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .main_photo {
    height: 500px;
  }

  .main_photo .main_logo {
    top: 20px;
    left: 40px;
    width: 280px;
    height: auto;
  }

  .main_photo .main_il {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 400px;
    height: auto;
  }

  .t_about .right {
    padding-left: 15px;
  }

  .t_about h1 {
    margin-bottom: 15px;
    margin-top: 0;
  }

  .t_about p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .t_about .btn_basic {
    width: 240px;
  }

  .t_about .yodosen_il01 {
    position: absolute;
    top: -50px;
    right: 0;
    width: 170px;
    height: auto;
  }

  .information {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .information h1 {
    margin-bottom: 30px;
  }

  .information .inner {
    width: 100%;
    margin-bottom: 30px;
  }

  .information dt {
    width: 100px;
  }

  .information dd {
    margin-left: 100px;
  }

  .information a {
    font-size: 14px;
  }

  .article_col {
    padding: 50px 0;
  }

  .article_col h1.ttl_l {
    margin-bottom: 30px;
  }

  .article_col .row {
    margin: 0 -20px;
  }

  .article_col .row section {
    padding: 0 20px;
  }

  .article_col .inner {
    border: 5px solid #00643d;
    border-radius: 10px;
    padding: 15px 20px 20px;
  }

  .article_col .inner h1 {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .article_col .inner h1 span {
    font-size: 15px;
  }

  .article_col .title dd {
    font-size: 14px;
    line-height: 20px;
    padding-top: 2px;
    height: 60px;
  }

  .article_col .title dd a:hover {
    text-decoration: underline;
    color: #000;
  }

  .article_col .profile {
    border-radius: 6px;
    padding: 15px;
  }

  .article_col .profile h2 {
    font-size: 12px;
    padding: 8px 0;
    margin-bottom: 12px;
  }

  .article_col .profile dt {
    width: 70px;
  }

  .article_col .profile dd {
    margin-left: 90px;
  }

  .article_col .profile dd h3 {
    font-size: 13px;
  }

  .article_col .profile dd h3 span {
    font-size: 11px;
  }

  .article_col .profile dd p {
    font-size: 11px;
    line-height: 17px;
    margin-top: 2px;
  }

  .article_col .yodosen_il02 {
    position: absolute;
    top: -100px;
    left: -30px;
  }

  .article_col .yodosen_il03 {
    position: absolute;
    bottom: -120px;
    right: -30px;
  }

  .greensan {
    padding: 50px 0 0;
  }

  .greensan h1 {
    margin-bottom: 40px;
  }

  .greensan .left {
    padding-left: 15px;
  }

  .greensan h2 {
    margin-bottom: 30px;
  }

  .greensan h2 img {
    width: 230px;
    height: auto;
  }

  .greensan .right img {
    width: 170px;
    height: auto;
  }

  .greensan .btn_basic {
    width: 300px;
    margin: 10px auto 0;
  }

  #rect_col {
    margin-top: 15px;
  }

  .movie h1 {
    margin-bottom: 30px;
  }

  .movie .row {
    margin: 0 -15px;
  }

  .movie .row>div {
    padding: 0 15px;
  }

  .movie h2 {
    font-size: 13px;
    margin-top: 10px;
  }

  .movie p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .main_photo .main_logo {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .main_photo {
    height: 320px;
  }

  /* .main_photo .main_logo {
    display: none;
  } */
  .main_photo .main_il {
    bottom: 10px;
    right: 10px;
    width: 260px;
    height: auto;
  }

  .t_about h1 {
    margin-bottom: 10px;
  }

  .t_about p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .t_about .btn_basic {
    width: 240px;
    margin: 0 auto 20px;
  }

  .t_about .yodosen_il01 {
    position: absolute;
    top: -20px;
    right: 10px;
    width: 130px;
    height: auto;
  }

  .information {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .information h1 {
    margin-bottom: 15px;
  }

  .information dt {
    width: 100%;
    font-size: 12px;
    float: none;
  }

  .information dd {
    margin-left: 0;
    margin-top: 5px;
  }

  .information a {
    font-size: 13px;
  }

  .article_col {
    padding: 30px 0;
    margin-top: 30px;
  }

  .article_col h1.ttl_l {
    margin-bottom: 20px;
  }

  .article_col .row {
    margin: 0 -15px;
  }

  .article_col .row section {
    padding: 0 15px;
  }

  .article_col .row section.right {
    margin-top: 20px;
  }

  .article_col .inner {
    border: 4px solid #00643d;
    padding: 15px;
  }

  .article_col .inner h1 {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 0;
    margin-bottom: 10px;
    border-bottom: none;
  }

  .article_col .inner h1 span {
    font-size: 13px;
  }

  .article_col .title dt {
    font-size: 11px;
  }

  .article_col .title dd {
    font-size: 13px;
    line-height: 19px;
    padding-top: 2px;
    height: auto;
  }

  .article_col .title dd a:hover {
    text-decoration: underline;
    color: #000;
  }

  .article_col .profile {
    padding: 12px;
    margin-top: 10px;
  }

  .article_col .profile h2 {
    padding: 6px 0;
    margin-bottom: 10px;
  }

  .article_col .profile dt {
    width: 70px;
    float: left;
  }

  .article_col .profile dd {
    margin-left: 85px;
  }

  .article_col .profile dd h3 {
    font-size: 12px;
  }

  .article_col .profile dd h3 span {
    font-size: 10px;
  }

  .article_col .yodosen_il02 {
    position: absolute;
    top: -60px;
    left: 10px;
    width: 100px;
    height: auto;
  }

  .article_col .yodosen_il03 {
    position: absolute;
    bottom: -110px;
    right: 10px;
    width: 50px;
    height: auto;
  }

  .greensan {
    padding: 30px 0 0;
  }

  .greensan h1 {
    margin-bottom: 20px;
  }

  .greensan h2 {
    margin-bottom: 20px;
  }

  .greensan h2 img {
    width: 180px;
    height: auto;
  }

  .greensan .right {
    margin-top: 15px;
  }

  .greensan .right img {
    width: 130px;
    height: auto;
  }

  .greensan .btn_basic {
    width: 260px;
  }

  #rect_col {
    margin-top: 10px;
  }

  .movie .row>div {
    margin-bottom: 25px;
  }

  .movie h1 {
    margin-bottom: 15px;
  }

  .movie h2 {
    font-size: 13px;
    margin-top: 10px;
  }

  .movie p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
  }

  .movie .btn_basic {
    width: 260px;
    margin: 0 auto;
  }
}

/*sub common*/
#sub header {
  padding-top: 10px;
  position: fixed;
  top: 0;
  left: 0;
}

#sub header h1 {
  display: block;
  float: left;
  margin-top: 5px;
}

#sub header h1 img {
  width: 160px;
  height: auto;
}

#sub header ul {
  float: right;
}

#sub header li {
  display: inline;
  padding: 0;
  float: left;
  margin-right: 35px;
}

#sub header li:last-child {
  margin-right: 0;
}

#sub header li a {
  font-size: 12px;
}

/* #sub header li.sns {
  padding-top: 8px;
} */
#sub .pagetitle {
  margin-top: 142px;
  border-bottom: 4px solid #eee;
  padding-bottom: 70px;
  text-align: center;
}

#sub .pagetitle h1 {
  font-size: 22px;
  font-weight: bold;
  color: #00643d;
  margin-top: 4px;
}

#sub .pagetitle .st0 {
  fill: #00643d;
}

#sub article {
  margin-top: 50px;
  padding-bottom: 50px;
}

#sub footer {
  border-top: 1px solid #ddd;
  /* margin-top: 50px;*/
}

/*station*/
.station-child .name .left {
  padding-right: 50px;
}

.station-child .name h1 {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.station-child .name span {
  font-size: 14px;
}

.station-child .name h2 {
  font-size: 18px;
  color: #00643d;
  margin: 30px 0 10px;
  font-weight: bold;
}

.station-child .name p {
  line-height: 25px;
}

.station-child .info {
  margin: 60px -30px 0;
}

.station-child .info>div {
  padding: 0 30px;
}

.station-child .info h2 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
}

.station-child .info table {
  width: 100%;
}

.station-child .info th {
  width: 28%;
  text-align: center;
  font-weight: normal;
  background-color: #00643d;
  color: #fff;
}

.station-child .info td {
  width: 82%;
}

.station-child .info th,
.station-child .info td {
  padding: 15px;
  border: 1px solid #dedede;
  font-size: 12px;
  line-height: 18px;
}

.station-child .info h3 {
  background-color: #00643d;
  margin: 30px 0 15px;
  font-size: 14px;
  color: #fff;
  width: 100%;
  padding: 5px 0;
  border-radius: 30px;
  text-align: center;
}

.station-child .info .icon {
  margin-bottom: 5px;
}

.station-child .info .icon li {
  float: left;
  margin-right: 12px;
}

.station-child .info .icon li img {
  width: 52px;
  height: auto;
}

.station-child .info .icon li:last-child {
  margin-right: 0;
}

.station-child .info a {
  font-size: 12px;
}

.station-child .gmap {
  width: 100%;
  height: 450px;
  background-color: #eee;
  margin-top: 50px;
}

.station-child .rosenzu {
  margin-top: 60px;
}

.rosenzu h2 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
}

.rosenzu p {
  margin-bottom: 30px;
}

.station #eki_index {
  margin: 0 auto;
}

#eki_index {
  height: 256px;
  width: 750px;
  background-position: left top;
  background: url(../images/senro.gif) no-repeat left top;
}

#kochi ul {
  padding-left: 58px;
  margin-left: 0px;
}

#kochi li a {
  float: left;
  width: 65px;
  height: 128px;
  display: block;
}

#ehime ul {
  padding-left: 4px;
  margin-left: 0px;
}

#ehime li a {
  height: 128px;
  width: 62px;
  float: left;
  display: block;
}

#eki_index li {
  display: inline;
}

.eki01 a:link {
  background-image: url(../images/01.gif);
  text-indent: -9999px;
}

.eki01 a:visited {
  background-image: url(../images/01.gif);
  text-indent: -9999px;
}

.eki01 a:hover {
  background-image: url(../images/01_s1.gif);
}

.eki02 a:link {
  background-image: url(../images/02.gif);
  text-indent: -9999px;
}

.eki02 a:visited {
  background-image: url(../images/02.gif);
  text-indent: -9999px;
}

.eki02 a:hover {
  background-image: url(../images/02_s1.gif);
}

.eki03 a:link {
  background-image: url(../images/03.gif);
  text-indent: -9999px;
}

.eki03 a:visited {
  background-image: url(../images/03.gif);
  text-indent: -9999px;
}

.eki03 a:hover {
  background-image: url(../images/03_s1.gif);
}

.eki04 a:link {
  background-image: url(../images/04.gif);
  text-indent: -9999px;
}

.eki04 a:visited {
  background-image: url(../images/04.gif);
  text-indent: -9999px;
}

.eki04 a:hover {
  background-image: url(../images/04_s1.gif);
}

.eki05 a:link {
  background-image: url(../images/05.gif);
  text-indent: -9999px;
}

.eki05 a:visited {
  background-image: url(../images/05.gif);
  text-indent: -9999px;
}

.eki05 a:hover {
  background-image: url(../images/05_s1.gif);
}

.eki06 a:link {
  background-image: url(../images/06.gif);
  text-indent: -9999px;
}

.eki06 a:visited {
  background-image: url(../images/06.gif);
  text-indent: -9999px;
}

.eki06 a:hover {
  background-image: url(../images/06_s1.gif);
}

.eki07 a:link {
  background-image: url(../images/07.gif);
  text-indent: -9999px;
}

.eki07 a:visited {
  background-image: url(../images/07.gif);
  text-indent: -9999px;
}

.eki07 a:hover {
  background-image: url(../images/07_s1.gif);
}

.eki08 a:link {
  background-image: url(../images/08.gif);
  text-indent: -9999px;
}

.eki08 a:visited {
  background-image: url(../images/08.gif);
  text-indent: -9999px;
}

.eki08 a:hover {
  background-image: url(../images/08_s1.gif);
}

.eki09 a:link {
  background-image: url(../images/09.gif);
  text-indent: -9999px;
}

.eki09 a:visited {
  background-image: url(../images/09.gif);
  text-indent: -9999px;
}

.eki09 a:hover {
  background-image: url(../images/09_s1.gif);
}

.eki10 a:link {
  background-image: url(../images/10.gif);
  text-indent: -9999px;
}

.eki10 a:visited {
  background-image: url(../images/10.gif);
  text-indent: -9999px;
}

.eki10 a:hover {
  background-image: url(../images/10_s1.gif);
}

.eki11 a:link {
  background-image: url(../images/11.gif);
  text-indent: -9999px;
}

.eki11 a:visited {
  background-image: url(../images/11.gif);
  text-indent: -9999px;
}

.eki11 a:hover {
  background-image: url(../images/11_s1.gif);
}

.eki12 a:link {
  background-image: url(../images/12.gif);
  text-indent: -9999px;
}

.eki12 a:visited {
  background-image: url(../images/12.gif);
  text-indent: -9999px;
}

.eki12 a:hover {
  background-image: url(../images/12_s1.gif);
}

.eki13 a:link {
  background-image: url(../images/13.gif);
  text-indent: -9999px;
}

.eki13 a:visited {
  background-image: url(../images/13.gif);
  text-indent: -9999px;
}

.eki13 a:hover {
  background-image: url(../images/13_s1.gif);
}

.eki14 a:link {
  background-image: url(../images/14.gif);
  text-indent: -9999px;
}

.eki14 a:visited {
  background-image: url(../images/14.gif);
  text-indent: -9999px;
}

.eki14 a:hover {
  background-image: url(../images/14_s1.gif);
}

.eki15 a:link {
  background-image: url(../images/15.gif);
  text-indent: -9999px;
}

.eki15 a:visited {
  background-image: url(../images/15.gif);
  text-indent: -9999px;
}

.eki15 a:hover {
  background-image: url(../images/15_s1.gif);
}

.eki16 a:link {
  background-image: url(../images/16.gif);
  text-indent: -9999px;
}

.eki16 a:visited {
  background-image: url(../images/16.gif);
  text-indent: -9999px;
}

.eki16 a:hover {
  background-image: url(../images/16_s1.gif);
}

.eki17 a:link {
  background-image: url(../images/17.gif);
  text-indent: -9999px;
}

.eki17 a:visited {
  background-image: url(../images/17.gif);
  text-indent: -9999px;
}

.eki17 a:hover {
  background-image: url(../images/17_s1.gif);
}

.eki18 a:link {
  background-image: url(../images/18.gif);
  text-indent: -9999px;
}

.eki18 a:visited {
  background-image: url(../images/18.gif);
  text-indent: -9999px;
}

.eki18 a:hover {
  background-image: url(../images/18_s1.gif);
}

.eki19 a:link {
  background-image: url(../images/19.gif);
  text-indent: -9999px;
}

.eki19 a:visited {
  background-image: url(../images/19.gif);
  text-indent: -9999px;
}

.eki19 a:hover {
  background-image: url(../images/19_s1.gif);
}

.eki20 a:link {
  background-image: url(../images/20.gif);
  text-indent: -9999px;
}

.eki20 a:visited {
  background-image: url(../images/20.gif);
  text-indent: -9999px;
}

.eki20 a:hover {
  background-image: url(../images/20_s1.gif);
}

.eki21 a:link {
  background-image: url(../images/21.gif);
  text-indent: -9999px;
}

.eki21 a:visited {
  background-image: url(../images/21.gif);
  text-indent: -9999px;
}

.eki21 a:hover {
  background-image: url(../images/21_s1.gif);
}

.eki22 a:link {
  background-image: url(../images/22.gif);
  text-indent: -9999px;
}

.eki22 a:visited {
  background-image: url(../images/22.gif);
  text-indent: -9999px;
}

.eki22 a:hover {
  background-image: url(../images/22_s1.gif);
}

@media only screen and (max-width: 1280px) {
  #sub header {
    padding-top: 5px;
  }

  #sub header h1 img {
    width: 100px;
    height: auto;
  }

  #sub header li {
    margin-right: 12px;
  }

  #sub header li a {
    font-size: 11px;
  }

  #sub header li a img {
    height: 40px;
    width: auto;
  }

  #sub header li.sns svg {
    margin-bottom: 13px;
  }
}

@media only screen and (max-width: 991px) {
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #sub .pagetitle {
    margin-top: 100px;
    padding-bottom: 30px;
  }

  #sub .pagetitle h1 {
    font-size: 18px;
    line-height: 1;
  }

  #sub .pagetitle h1 {
    font-size: 18px;
  }

  #sub article {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  /*#sub footer{margin-top: 40px;}*/

  .station-child .name .left {
    padding-right: 30px;
  }

  .station-child .name h1 {
    font-size: 26px;
    padding-bottom: 10px;
  }

  .station-child .name span {
    font-size: 13px;
  }

  .station-child .name h2 {
    font-size: 16px;
    margin: 20px 0 10px;
  }

  .station-child .name p {
    line-height: 23px;
  }

  .station-child .info {
    margin: 40px -15px 0;
  }

  .station-child .info>div {
    padding: 0 15px;
  }

  .station-child .info h2 {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .station-child .info th {
    width: 28%;
  }

  .station-child .info td {
    width: 72%;
  }

  .station-child .info th,
  .station-child .info td {
    padding: 10px;
    font-size: 11px;
  }

  .station-child .info h3 {
    margin: 20px 0 10px;
    font-size: 13px;
  }

  .station-child .info .slider {
    margin-top: 30px;
  }

  .station-child .gmap {
    height: 380px;
    margin-top: 70px;
  }

  .station-child .rosenzu {
    margin-top: 50px;
  }

  .station-child .rosenzu h2 {
    font-size: 15px;
  }

  #sub header {
    padding: 5px 15px;
  }

  #sub header .gmenu {
    display: none;
  }

  #sub header h1 {
    margin-top: 0;
    float: none;
  }

  #sub header h1 img {
    width: 100px;
    height: auto;
  }

  #sub header ul {
    float: none;
  }

  #sub header li {
    width: 50%;
    padding: 12px 0;
    margin-right: 0;
  }

  #sub header li a {
    display: inline;
    font-size: 12px;
  }

  #sub header li a img {
    margin-bottom: 5px;
    height: 40px;
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  #sub .pagetitle {
    margin-top: 60px;
    padding-bottom: 15px;
    border-bottom-width: 2px;
  }

  #sub .pagetitle svg {
    height: 40px;
    width: auto;
  }

  #sub .pagetitle h1 {
    font-size: 14px;
  }

  #sub article {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  /*#sub footer{margin-top: 30px;}*/

  .station-child .name .left {
    padding-right: 15px;
  }

  .station-child .name h1 {
    font-size: 20px;
    padding-bottom: 5px;
  }

  .station-child .name span {
    font-size: 12px;
  }

  .station-child .name h2 {
    font-size: 14px;
    margin: 15px 0 5px;
  }

  .station-child .name p {
    line-height: 20px;
  }

  .station-child .name img {
    display: none;
  }

  .station-child .info {
    margin: 30px -15px 0;
  }

  .station-child .info h2 {
    font-size: 13px;
  }

  .station-child .info h3 {
    font-size: 12px;
  }

  .station-child .info .icon li {
    margin-right: 10px;
  }

  .station-child .info .icon li img {
    width: 34px;
    height: auto;
  }

  .station-child .gmap {
    height: 250px;
    margin-top: 50px;
  }

  .station-child .rosenzu {
    margin-top: 40px;
  }

  .rosenzu {
    padding: 20px 25px;
    background-color: #00643d;
    border-radius: 10px;
  }

  .rosenzu h2 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
  }

  .rosenzu p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
    color: #fff;
  }

  .rosenzu ul {
    margin-left: 1.5em;
  }

  .rosenzu li {
    float: left;
    width: 50%;
    margin-bottom: 5px;
    list-style-type: disc;
    color: #fff;
  }

  .rosenzu li a {
    text-decoration: underline;
    color: #fff;
  }
}

/*about*/
.about .outline p {
  line-height: 26px;
  margin-bottom: 25px;
}

.about .outline .left {
  padding-right: 50px;
}

.about .outline .table-responsive {
  position: relative;
  border: none;
}

.about .outline table {
  width: 100%;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  margin-top: 30px;
}

.about .outline th,
.about .outline td {
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.about .outline td dl {
  margin-top: 10px;
}

.about .outline td dt {
  background-color: #eee;
  width: 70px;
  text-align: center;
  padding: 4px 0 2px;
  margin-bottom: 5px;
}

.about .outline .about_map {
  position: absolute;
  bottom: -60px;
  right: 40px;
  width: 400px;
  height: auto;
}

.about .history {
  margin-top: 100px;
}

.about .history table {
  width: 100%;
}

.about .history th {
  width: 30%;
  text-align: center;
  font-weight: normal;
  background-color: #f1efe7;
}

.about .history td {
  width: 70%;
}

.about .history th,
.about .history td {
  padding: 20px;
  border: 1px solid #dedede;
}

.about .history td ul {
  margin-top: 20px;
}

.about .history td li {
  float: left;
  width: 50%;
  padding: 0 10px;
}

.about .kyogikai {
  margin-top: 100px;
}

.about .kyogikai h2 {
  font-size: 17px;
  font-weight: bold;
}

.about .kyogikai .ehime {
  margin-top: 30px;
}

.about .kyogikai .ehime a {
  text-decoration: underline;
  color: #00643d;
}

.about .kyogikai .ehime a:hover {
  text-decoration: none;
}

.about .kyogikai h2{
  margin: 30px 0 10px;
}
.about .ttl_s.last{
  margin-top: 40px;
}
.about .kyogikai dl {
  margin-top: 20px;
}

.about .kyogikai dt {
  font-weight: normal;
  margin-bottom: 10px;
  display: inline-block;
/*  width: auto;*/
  background-color: #ddd;
  border-radius: 40px;
  text-align: center;
  padding: 4px 15px 2px;
}

.about .kyogikai .ehime dt.suport {
  width: 222px;
}

.ko-KR .kyogikai .ehime dt.suport {
  width: 155px;
}

.zh-TW .kyogikai .ehime dt.suport {
  width: 190px;
}

.about .kyogikai dd {
  line-height: 26px;
}

.about .kyogikai p {
  font-size: 13px;
  line-height: 22px;
}

.about .kyogikai .mt {
  margin-top: 20px;
}

@media only screen and (max-width: 991px) {
  .about .outline p {
    line-height: 23px;
    margin-bottom: 15px;
  }

  .about .outline .left {
    padding-right: 15px;
  }

  .about .outline table {
    margin-top: 20px;
  }

  .about .outline th,
  .about .outline td {
    padding: 15px;
  }

  .about .outline th {
    width: 25%;
  }

  .about .outline td {
    width: 75%;
  }

  .about .outline .about_map {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 300px;
    height: auto;
  }

  .about .history {
    margin-top: 80px;
  }

  .about .history th {
    padding: 20px 5px;
  }

  .about .history td {
    padding: 20px 15px;
  }

  .about .history td ul {
    margin-top: 10px;
  }

  .about .kyogikai {
    margin-top: 80px;
  }

  .about .kyogikai h2 {
    font-size: 16px;
  }

  .about .kyogikai dl {
    margin-top: 15px;
  }

  /*.about .kyogikai dt {
    width: 80px;
  }*/

  .about .kyogikai dd {
    line-height: 24px;
  }

  .about .kyogikai p {
    font-size: 12px;
    line-height: 20px;
  }

  .about .kyogikai .mt {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .about .outline p {
    line-height: 20px;
    margin-bottom: 10px;
  }

  .about .outline table {
    margin-top: 50px;
  }

  .about .outline th,
  .about .outline td {
    padding: 10px;
  }

  .about .outline .about_map {
    position: static;
    bottom: auto;
    right: auto;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .about .history {
    margin-top: 50px;
  }

  .about .history th {
    padding: 10px 5px;
    font-size: 11px;
    width: 35%;
  }

  .about .history td {
    padding: 10px 10px;
    font-size: 11px;
    width: 65%;
  }

  .about .history td ul {
    margin-top: 0;
  }

  .about .history td li {
    float: none;
    width: 100%;
    padding: 0;
    margin-top: 5px;
  }

  .about .kyogikai {
    margin-top: 50px;
  }

  .about .kyogikai h2 {
    font-size: 13px;
  }

  .about .kyogikai dl {
    margin-top: 10px;
  }

  .about .kyogikai dt {
/*    width: 70px;*/
    margin-bottom: 5px;
    font-size: 11px;
  }

  .about .kyogikai dd {
    line-height: 20px;
  }

  .about .kyogikai p {
    font-size: 12px;
    line-height: 20px;
  }

  .about .kyogikai .mt {
    margin-top: 15px;
  }

  .about .kyogikai h3 {
    margin-top: 15px;
  }

  .about .kyogikai .ehime {
    margin-top: 25px;
  }

  .about .kyogikai .ehime dt.suport {
    width: 182px;
  }

  .ko-KR .kyogikai .ehime dt.suport {
    width: 125px;
  }

  .zh-TW .kyogikai .ehime dt.suport {
    width: 150px;
  }
}

/*dia*/
.dia .col p {
  text-align: center;
}

.dia .col {
  width: 750px;
  margin: 0 auto;
}

.dia .col ul {
  border-bottom: 2px solid #0a623f;
}

.dia .col li {
  width: 50%;
  margin-bottom: 0;
  padding: 0 15px;
  text-align: center;
}

.dia .col li a {
  border-radius: 5px 5px 0 0;
  border: none !important;
  background-color: #ddd;
  margin-right: 0;
  padding: 18px 15px 15px;
  font-weight: bold;
  font-size: 15px;
}

.dia .col li.active a {
  background-color: #0a623f;
  color: #fff;
}

.dia .col li a:hover {
  border: none !important;
  color: #0a623f;
}

.dia .col li.active a:hover {
  color: #fff;
}

.dia .col .tab-content {
  padding-top: 50px;
}

.dia .col .tab-content h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #0a623f;
}

.dia .col .tab-content a {
  width: 400px;
  margin: 30px auto 0;
}

@media only screen and (max-width: 991px) {
  .dia .col {
    width: 720px;
  }

  .dia .col .tab-content a {
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .dia .col {
    width: 100%;
  }

  .dia .col li {
    padding: 0 5px;
  }

  .dia .col li a {
    padding: 14px 5px 12px;
    font-size: 12px;
  }

  .dia .col .tab-content {
    padding-top: 30px;
  }

  .dia .col .tab-content h2 {
    font-size: 16px;
  }

  .dia .col .tab-content a {
    width: 250px;
    margin: 20px auto 0;
  }
}

/*howto*/
.howto .col li {
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .howto ul {
    margin: 0 -8px;
  }

  .howto .col li {
    margin-bottom: 16px;
    padding: 0 8px;
  }
}

@media only screen and (max-width: 767px) {
  .howto ul {
    margin: 0 -5px;
  }

  .howto .col li {
    margin-bottom: 10px;
    padding: 0 5px;
  }
}

.manga .greensan {
  margin-top: 92px !important;
  background: url(../images/bg_green.gif);
}

.manga .col {
  width: 900px;
  margin: 50px auto 0;
}

.manga .col li {
  float: left;
  width: 140px;
  height: 140px;
  position: relative;
  margin: 0 20px 30px;
}

.manga .col li a {
  display: block;
  line-height: 1;
  width: 100%;
  text-align: center;
  height: 100%;
  border-radius: 320px;
}

.manga .col li a span {
  background-color: #0a623f;
  width: 140px;
  height: 140px;
  display: block;
  border-radius: 320px;
  transition-property: all;
  transition: 0.4s linear;
}

.manga .col li a img {
  width: 80px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -12px;
}

.manga .col li.bg01 a:hover {
  background: url(../images/bg_manga01.jpg) no-repeat transparent center;
}

.manga .col li.bg02 a:hover {
  background: url(../images/bg_manga02.jpg) no-repeat transparent center;
}

.manga .col li.bg03 a:hover {
  background: url(../images/bg_manga03.jpg) no-repeat transparent center;
}

.manga .col li.bg04 a:hover {
  background: url(../images/bg_manga04.jpg) no-repeat transparent center;
}

.manga .col li.bg05 a:hover {
  background: url(../images/bg_manga05.jpg) no-repeat transparent center;
}

.manga .col li.bg06 a:hover {
  background: url(../images/bg_manga06.jpg) no-repeat transparent center;
}

.manga .col li.bg07 a:hover {
  background: url(../images/bg_manga07.jpg) no-repeat transparent center;
}

.manga .col li.bg08 a:hover {
  background: url(../images/bg_manga08.jpg) no-repeat transparent center;
}

.manga .col li.bg09 a:hover {
  background: url(../images/bg_manga09.jpg) no-repeat transparent center;
}

.manga .col li.bg10 a:hover {
  background: url(../images/bg_manga10.jpg) no-repeat transparent center;
}

.manga .col li.bg11 a:hover {
  background: url(../images/bg_manga11.jpg) no-repeat transparent center;
}

.manga .col li.bg12 a:hover {
  background: url(../images/bg_manga12.jpg) no-repeat transparent center;
}

.manga .col li.bg13 a:hover {
  background: url(../images/bg_manga13.jpg) no-repeat transparent center;
}

.manga .col li a:hover span {
  background-color: transparent;
}

.manga .col li a:hover img {
  display: none;
}

.manga footer {
  margin-top: 0 !important;
}

@media only screen and (max-width: 991px) {
  .manga .greensan {
    margin-top: 71px !important;
  }

  .manga .col {
    width: 720px;
    margin: 40px auto 0;
  }

  .manga .col li {
    width: 124px;
    height: 124px;
    margin: 0 10px 20px;
  }

  .manga .col li a span {
    width: 124px;
    height: 124px;
  }

  .manga .col li a img {
    width: 60px;
    margin-left: -30px;
    margin-top: -9px;
  }
}

@media only screen and (max-width: 767px) {
  .manga .greensan {
    margin-top: 48px !important;
  }

  .manga .col {
    width: 300px;
    margin: 30px auto 0;
  }

  .manga .col li {
    width: 90px;
    height: 90px;
    margin: 0 5px 10px;
  }

  .manga .col li a span {
    width: 90px;
    height: 90px;
  }

  .manga .col li a img {
    width: 50px;
    margin-left: -25px;
    margin-top: -7.5px;
  }
}

/*manga-child*/
.manga-child .greensan {
  margin-top: 72px;
  background: url(../images/bg_green.gif);
}

.manga-child .greensan .greensan_il {
  width: 130px;
  height: auto;
}

.manga-child .greensan h1 {
  line-height: 36px;
  margin-top: 20px;
}

.manga-child .greensan .manga_koma.last {
  margin-top: 50px;
}

.manga-child .greensan .manga_nav {
  margin-top: 40px;
}

.manga-child .greensan .manga_nav li {
  float: left;
  width: 33.3333%;
}

.manga-child .greensan .manga_nav li a {
  font-size: 20px;
  font-weight: bold;
  color: #00643d;
}

.manga-child .greensan .manga_nav li .btn_basic {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  margin-top: 0;
}

.manga-child .greensan .manga_nav li:last-child {
  text-align: right;
  float: right;
}

.manga-child .greensan .manga_nav li:first-child,
.manga-child .greensan .manga_nav li:last-child {
  padding-top: 20px;
}

.manga-child footer {
  margin-top: 0 !important;
}

@media only screen and (max-width: 991px) {
  .manga-child .greensan {
    margin-top: 60px;
  }

  .manga-child .greensan h1 {
    margin-top: 15px;
    line-height: 30px;
  }

  .manga-child .greensan .manga_koma {
    margin: 0 -5px;
  }

  .manga-child .greensan .manga_koma li {
    padding: 0 5px;
  }

  .manga-child .greensan .manga_nav li:first-child,
  .manga-child .greensan .manga_nav li:last-child {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .manga-child .greensan {
    margin-top: 38px;
  }

  .manga-child .greensan .greensan_il {
    width: 90px;
    height: auto;
  }

  .manga-child .greensan h1 {
    line-height: 24px;
  }

  .manga-child .greensan .manga_koma {
    margin: 0 -15px;
  }

  .manga-child .greensan .manga_koma.last {
    margin-top: 0;
  }

  .manga-child .greensan .manga_koma li {
    padding: 0 15px;
    margin-bottom: 25px;
  }

  .manga-child .greensan .manga_nav {
    margin-top: 20px;
  }

  .manga-child .greensan .manga_nav li {
    width: 50%;
  }

  .manga-child .greensan .manga_nav li a {
    font-size: 16px;
  }

  .manga-child .greensan .manga_nav li:first-child,
  .manga-child .greensan .manga_nav li:last-child {
    padding-top: 0;
  }

  .manga-child .greensan .btn_basic {
    font-size: 12px;
    margin-top: 15px;
  }
}

/*contact*/
.contact article .col {
  width: 850px;
  margin: 0 auto;
}

.contact article .kome {
  text-align: right;
  font-size: 13px;
  margin-bottom: 10px;
}

.contact article table {
  width: 100%;
}

.contact article th,
.contact article td {
  border: 1px solid #dedede;
  padding: 20px;
}

.contact article th {
  text-align: center;
  background-color: #f1efe7;
  width: 25%;
}

.contact article td {
  width: 75%;
}

.contact article td input {
  height: 40px;
}

.contact article td input.wide_l {
  width: 400px;
}

.contact article td input.wide_s {
  width: 100px;
}

.contact article td textarea {
  width: 100%;
  height: 200px;
}

.contact article td p {
  margin-top: 5px;
}

.contact article input[type="submit"] {
  width: 300px;
  display: block;
  margin: 20px auto 0;
  background-color: #00643d;
  color: #fff;
  padding: 20px 0;
  border-radius: 40px;
  transition-property: all;
  transition: 0.2s linear;
  border: none;
}

.contact article input[type="submit"]:hover {
  color: #00643d;
  background-color: #c2e2d6;
}

@media only screen and (max-width: 991px) {
  .contact article .col {
    width: 720px;
  }

  .contact article input[type="submit"] {
    padding: 14px 0;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .contact article .col {
    width: 100%;
  }

  .contact article .kome {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .contact article table {
    border-bottom: 1px solid #dedede;
  }

  .contact article th,
  .contact article td {
    padding: 10px;
    display: list-item;
    list-style: none;
    width: 100%;
    border-bottom: none;
  }

  .contact article th {
    text-align: left;
  }

  .contact article td input {
    height: 30px;
  }

  .contact article td input.wide_l {
    width: 250px;
  }

  .contact article td input.wide_s {
    width: 70px;
  }

  .contact article td textarea {
    height: 150px;
  }

  .contact article input[type="submit"] {
    padding: 10px 0;
    font-size: 11px;
    width: 250px;
    margin: 15px auto 0;
  }
}

/*privacy*/
.privacy .col {
  width: 850px;
  margin: 0 auto;
}

.privacy .col dl {
  margin-top: 40px;
}

.privacy .col dt {
  font-size: 16px;
  color: #0a623f;
  margin-bottom: 5px;
}

@media only screen and (max-width: 991px) {
  .privacy article .col {
    width: 720px;
  }

  .privacy .col dl {
    margin-top: 30px;
  }

  .privacy .col dt {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .privacy article .col {
    width: 100%;
  }

  .privacy .col dl {
    margin-top: 20px;
  }

  .privacy .col dt {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.kentei .pagetitle {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.kentei #qArea {
  position: relative;
  width: 940px;
  margin: 0 auto;
}

.kentei #qArea .icon_greensan {
  position: absolute;
  top: -30px;
  right: 10px;
  width: 80px;
  height: auto;
}

.kentei #qArea .icon_train {
  position: absolute;
  bottom: 8px;
  left: 40px;
  width: 110px;
  height: auto;
}

.kentei .qArea_in {
  overflow: hidden;
  width: 940px;
  border: 8px solid #0b623f;
  border-radius: 40px;
  padding: 40px 42px;
  height: 520px;
}

.kentei #qContainer {
  width: 9790px;
  height: auto;
  position: relative;
}

.kentei .qBox {
  margin-right: 50px;
  float: left;
  width: 840px;
}

.kentei .ques {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 20px;
}

.kentei .ques dt {
  text-align: left;
  width: 90px;
}

.kentei .ques dd {
  margin-left: 90px;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  padding-top: 6px;
}

.kentei .answer_box {
  margin-top: 40px;
}

.kentei .answer_box .left {
  float: left;
  width: 60%;
  padding-right: 30px;
}

.kentei .answer_box .right {
  float: right;
  width: 40%;
}

.kentei .answer_box .photo_text {
  text-align: center;
  margin-top: 5px;
}

.kentei .answer li {
  width: 100%;
  padding: 20px;
  font-weight: bold;
  border-radius: 50px;
  border: 1px solid #d3d3d3;
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
  font-size: 18px;
}

.kentei .answer li:hover {
  background-color: #00643d;
  color: #fff;
}

.kentei .answer li:last-child {
  margin-bottom: 0;
}

.kentei .answer li.selected {
  background-color: #00643d;
  color: #fff;
}

.kentei #resultBox #resultTitle {
  font-size: 24px;
  background-color: #f8b62d;
  text-align: center;
  padding: 14px 0 10px;
  width: 300px;
  border-radius: 5px;
  margin: 30px auto 40px;
  font-weight: bold;
}

.kentei #resultBox ul {
  text-align: center;
}

.kentei #resultBox #resultPoint {
  font-size: 80px;
  line-height: 1;
  font-weight: bold;
}

.kentei #resultBox .ten {
  font-size: 30px;
}

.kentei #resultBox li {
  display: inline-block;
  margin: 0;
}

.kentei #resultText {
  text-align: center;
  font-size: 22px;
  line-height: 1;
  margin: 30px 0 50px;
}

.kentei #resultBox .btn_hidden {
  display: none;
}

.kentei #resultBox .btn_basic {
  width: 300px;
  margin: 0 auto;
}

/*.kentei #resultBox #resultTitle,
.kentei #resultText{display: none;}*/
.kentei #resultBox ul {
  margin: 50px 0 50px;
}

@media only screen and (max-width: 991px) {
  .kentei .pagetitle img {
    width: 150px;
    height: auto;
  }

  .kentei #qArea {
    width: 720px;
  }

  .kentei #qArea .icon_greensan {
    width: 70px;
  }

  .kentei #qArea .icon_train {
    bottom: 5px;
    left: 30px;
    width: 95px;
  }

  .kentei .qArea_in {
    width: 720px;
    border: 5px solid #0b623f;
    border-radius: 30px;
    padding: 30px 35px;
    height: 420px;
  }

  .kentei .qBox {
    margin-right: 240px;
    float: left;
    width: 650px;
  }

  .kentei .ques {
    padding-bottom: 10px;
  }

  .kentei .ques dt {
    width: 70px;
  }

  .kentei .ques dt img {
    width: 55px;
    height: auto;
  }

  .kentei .ques dd {
    margin-left: 70px;
    font-size: 14px;
    line-height: 22px;
  }

  .kentei .answer_box {
    margin-top: 30px;
  }

  .kentei .answer_box .left {
    width: 59%;
    padding-right: 25px;
  }

  .kentei .answer_box .right {
    width: 41%;
  }

  .kentei .answer_box .photo_text {
    font-size: 12px;
  }

  .kentei .answer li {
    padding: 16px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .kentei #resultBox #resultTitle {
    font-size: 20px;
    padding: 12px 0 8px;
    width: 250px;
    margin: 25px auto 35px;
  }

  .kentei #resultBox #resultPoint {
    font-size: 70px;
  }

  .kentei #resultBox .ten {
    font-size: 22px;
  }

  .kentei #resultText {
    font-size: 18px;
    margin: 25px 0 45px;
  }

  .kentei #resultBox ul {
    margin: 40px 0;
  }
}

@media only screen and (max-width: 767px) {
  .kentei .pagetitle img {
    width: 100px;
    height: auto;
  }

  .kentei article {
    margin-top: 0 !important;
  }

  .kentei #qArea {
    width: 100%;
  }

  .kentei #qArea .icon_greensan {
    display: none;
  }

  .kentei #qArea .icon_train {
    display: none;
  }

  .kentei .qArea_in {
    width: 100%;
    border: none;
    border-radius: 20px;
    padding: 0;
    height: auto;
  }

  .kentei .qBox {
    margin-right: 546px;
    float: left;
    width: 344px;
  }

  .kentei .ques dt {
    width: 100%;
  }

  .kentei .ques dt img {
    width: 50px;
    height: auto;
  }

  .kentei .ques dd {
    margin-left: 0;
    font-size: 13px;
    line-height: 19px;
  }

  .kentei .answer_box {
    margin-top: 15px;
  }

  .kentei .answer_box .left {
    width: 100%;
    padding-right: 0;
    float: none;
  }

  .kentei .answer_box .right {
    width: 100%;
    float: none;
    margin-top: 15px;
  }

  .kentei .answer_box .photo_text {
    font-size: 11px;
  }

  .kentei .answer li {
    padding: 12px;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .kentei #resultBox #resultTitle {
    font-size: 16px;
    padding: 10px 0 8px;
    width: 230px;
    margin: 20px auto 25px;
  }

  .kentei #resultBox #resultPoint {
    font-size: 70px;
  }

  .kentei #resultBox .ten {
    font-size: 16px;
  }

  .kentei #resultText {
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0 30px;
  }

  .kentei #resultBox ul {
    margin: 40px 0;
  }
}

.topics_title {
  margin-top: 142px;
}

.topics_title ul {
  text-align: center;
}

.topics_title li {
  margin: 0 10px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.topics_title li h1 {
  font-size: 28px;
  line-height: 40px;
  margin-top: 60px;
  font-weight: bold;
  color: #0b623f;
}

.topics_title li h1 span {
  font-size: 20px;
}

@media only screen and (max-width: 991px) {
  .topics_title {
    margin-top: 101px;
  }

  .topics_title li h1 {
    font-size: 23px;
    line-height: 36px;
    margin-top: 40px;
  }

  .topics_title li h1 span {
    font-size: 16px;
  }

  .topics_title li img {
    width: 200px;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .topics_title {
    margin-top: 58px;
  }

  .topics_title li h1 {
    font-size: 19px;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .topics_title li h1 span {
    font-size: 13px;
  }

  .topics_title li img {
    width: 120px;
    height: auto;
  }
}

.category .col img {
  border: 1px solid #ddd;
}

.category .col dl {
  margin-top: 10px;
}

.category .col dt {
  font-size: 12px;
  color: #686868;
}

.category .col dd {
  font-weight: bold;
  line-height: 22px;
}

.category .col dd a:hover {
  text-decoration: underline;
  color: #0b623f;
}

.category .img_col {
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: #000;
}

.category .img_col img {
  display: block;
  transition-duration: 0.5s;
}

.category .img_col img:hover {
  transform: scale(1.2);
  transition-duration: 0.5s;
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .category .img_col {
    background-color: transparent;
  }

  .category .col dt {
    font-size: 11px;
  }

  .category .col dd {
    line-height: 20px;
  }
}

.category article li {
  margin-bottom: 30px;
}

.single .col {
  width: 880px;
  margin: 0 auto;
}

.single .col dl {
  border-top: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
  padding: 25px 0;
  margin-bottom: 40px;
}

.single .col dt {
  font-size: 13px;
  color: #686868;
  margin-bottom: 10px;
  padding-left: 1rem;
}

.single .col dd h1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.single .col .dotsubo_main {
  border: 6px solid #e8e8e8;
  border-radius: 15px;
}

.single .col .text {
  margin-top: 40px;
  border-bottom: 1px solid #ddd;
}

.single .col .text p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 40px;
}

.single .col .text img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.single .col .text h1 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.single .col .text a {
  text-decoration: underline;
}

.single .col .text a:hover {
  text-decoration: none;
}

.single .col .btn_basic {
  width: 300px;
  margin: 30px auto 0;
}

@media only screen and (max-width: 991px) {
  .single .col {
    width: 720px;
  }

  .single .col dl {
    border-top: 2px solid #0b623f;
    border-bottom: 2px solid #0b623f;
    padding: 15px 0;
    margin-bottom: 30px;
  }

  .single .col dt {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .single .col dd h1 {
    font-size: 18px;
    line-height: 26px;
  }

  .single .col .text {
    margin-top: 30px;
  }

  .single .col .text p {
    margin-bottom: 30px;
  }

  .single .col .text img {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .single .col {
    width: 100%;
  }

  .single .col dl {
    padding: 10px 0;
    margin-bottom: 25px;
  }

  .single .col dt {
    font-size: 11px;
  }

  .single .col dd h1 {
    font-size: 14px;
    line-height: 22px;
  }

  .single .col .dotsubo_main {
    border: 3px solid #e8e8e8;
    border-radius: 10px;
  }

  .single .col .text {
    margin-top: 20px;
  }

  .single .col .text p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .single .col .text img {
    margin: 0 auto;
    max-width: 80%;
  }

  .single .col .text h1 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .single .col .btn_basic {
    width: 250px;
    margin: 20px auto 0;
  }
}

@media only screen and (min-width: 992px) {
  .topics article {
    width: 940px;
  }
}

.topics article>.row {
  margin: 0 -50px;
}

.topics article>.row .wrap {
  padding: 0 50px;
}

.topics .topicspage_title {
  margin-bottom: 30px;
}

.topics .topicspage_title h1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #0b623f;
  text-align: center;
  margin-bottom: 10px;
}

.topics .topicspage_title h1 span {
  font-size: 15px;
}

.topics .topicspage_title img {
  height: 150px;
  width: auto;
}

.topics .col img {
  border: 1px solid #ddd;
}

.topics .col dl {
  margin-top: 5px;
}

.topics .col dt {
  font-size: 12px;
  color: #686868;
}

.topics .col dd {
  height: 50px;
}

.topics .col dd h1 {
  font-weight: bold;
  line-height: 22px;
  font-size: 13px;
}

.topics .img_col {
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: #000;
}

.topics .img_col img {
  display: block;
  transition-duration: 0.5s;
}

.topics .img_col img:hover {
  transform: scale(1.2);
  transition-duration: 0.5s;
  opacity: 0.6;
}

@media only screen and (max-width: 991px) {
  .topics article>.row {
    margin: 0 -25px;
  }

  .topics article>.row .wrap {
    padding: 0 25px;
  }

  .topics .topicspage_title {
    margin-bottom: 20px;
  }

  .topics .topicspage_title h1 {
    font-size: 18px;
    line-height: 26px;
  }

  .topics .topicspage_title h1 span {
    font-size: 14px;
  }

  .topics .topicspage_title img {
    height: 120px;
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .topics article>.row {
    margin: 0 -15px;
  }

  .topics article>.row .wrap {
    padding: 0 15px;
  }

  .topics .topicspage_title {
    margin-bottom: 20px;
  }

  .topics .topicspage_title h1 {
    font-size: 16px;
    line-height: 22px;
  }

  .topics .topicspage_title h1 span {
    font-size: 12px;
  }

  .topics .topicspage_title img {
    height: 100px;
    width: auto;
  }

  .topics .col dt {
    font-size: 11px;
  }

  .topics .col dd {
    height: 40px;
  }

  .topics .col dd h1 {
    line-height: 20px;
    font-size: 13px;
  }

  .topics article>.row .wrap.last {
    margin-top: 30px;
    border-top: 2px solid #ddd;
    padding-top: 30px;
  }

  .topics .img_col {
    background-color: transparent;
  }
}

.bus {
  padding-top: 60px;
  padding-bottom: 30px;
}

.bus h1 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
}

.bus h2 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.bus p {
  text-align: center;
  margin-bottom: 20px;
}

.bus .kome {
  font-size: 15px;
  font-weight: bold;
  color: #e74c3c;
  margin-top: 10px;
}

.bus ul {
  text-align: center;
  margin-bottom: 20px;
}

.bus li {
  display: inline-block;
  margin: 0 5px 10px;
}

.bus li a {
  width: 200px;
}

.bus .text_link {
  text-decoration: underline;
}

@media only screen and (max-width: 1199px) {
  .bus li a {
    width: 240px;
  }
}

@media only screen and (max-width: 991px) {
  .bus {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .bus h1 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .bus h2 {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .bus {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .bus h1 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .bus h2 {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .bus p {
    text-align: left;
    font-size: 11px;
    line-height: 18px;
  }

  .bus p br {
    display: none;
  }

  .bus .kome {
    font-size: 12px;
    margin-top: 0;
  }

  .bus .kome br {
    display: block;
  }

  .bus li a {
    width: 180px;
  }
}

.category-travel .row {
  margin: 0 -50px;
}

.category-travel .row>div {
  padding: 0 50px;
  margin-bottom: 30px;
}

.category-travel h2 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}

.category-travel dd {
  margin-top: 15px;
  text-align: center;
}

.category-travel .vol {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: #00643d;
}

.category-travel dd a {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 26px;
  color: #00643d;
}

.category-travel dd a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 991px) {
  .category-movie .pagetitle h1 {
    font-size: 18px;
  }

  .category-movie .row {
    margin: 0 -15px;
  }

  .category-movie .row>div {
    padding: 0 15px;
  }

  .category-movie h2 {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .category-movie .pagetitle svg {
    height: 40px;
    width: auto;
  }

  .category-movie .pagetitle h1 {
    font-size: 14px;
  }

  .category-movie .row>div {
    margin-bottom: 25px;
  }

  .category-movie h2 {
    font-size: 13px;
    margin-top: 5px;
  }
}

.youtube {
  position: relative;
  padding-top: 56.25%;
}

.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}

.travel article {
  padding-bottom: 0 !important;
}

.travel .main_visual {
  width: 100%;
  height: 750px;
  margin-top: 92px;
  padding: 3%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.travel .main_visual .lead {
  margin-bottom: 15px;
}

.travel .main_visual h1 {
  border-top: 1px solid #fff;
  padding-top: 25px;
  display: inline-block;
}

.travel .main_visual .person {
  font-size: 18px;
  color: #fff;
  margin-top: 40px;
}

.travel .main_visual .caption {
  position: absolute;
  bottom: 25px;
  right: 25px;
  font-size: 18px;
  color: #fff;
}

#sub .travel article {
  margin-top: 842px;
  background-color: #fff;
  z-index: 999;
  padding-top: 60px;
}

.travel article p {
  line-height: 28px;
}

.travel .img_lead {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  padding: 25px 0;
}

.travel .img_lead.lt {
  border-top: 1px solid #000;
}

.travel .img_lead.lb {
  border-bottom: 1px solid #000;
}

.travel .movie_col {
  width: 740px;
  margin: 40px auto 0;
}

.travel .box {
  border: 10px solid #f3f3f3;
  padding: 25px 30px;
  background-color: #fff;
}

.travel .box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

.travel .box .add {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 0;
  margin-bottom: 15px;
}

.travel .box .add p {
  font-size: 12px;
  line-height: 20px;
}

.travel .box .text {
  font-size: 13px;
  line-height: 22px;
}

.travel .box .movie_col {
  width: 100%;
  margin: 0 auto;
}

.travel .travel_title {
  height: 40px;
  background: url(../images/travel_title_line.gif) no-repeat left bottom #dedede;
  margin-bottom: 30px;
}

.travel .travel_title h2 {
  font-size: 24px;
  color: #00643d;
  font-weight: bold;
  height: 38px;
  background-color: #fff;
}

.travel .sec01 .left {
  padding-right: 40px;
}

.travel .sec02 {
  background-color: #00633c;
  padding: 80px 0;
  margin-top: 70px;
}

.travel .sec02 .row {
  margin: 0 -30px;
}

.travel .sec02 .row>div {
  padding: 0 30px;
}

.travel .sec02 .img_lead {
  color: #fff;
}

.travel .sec02 .img_lead.lt,
.travel .sec02 .img_lead.lb {
  border-color: #fff;
}

.travel .sec02 p {
  color: #fff;
}

.travel .sec03 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.travel .sec03 .left {
  padding-right: 60px;
}

.travel .sec03 .right {
  padding-left: 0;
}

.travel .sec04 {
  background-color: #f3f0e9;
  padding: 80px 0;
}

.travel .sec04 .box {
  border-color: #e6e2d8;
}

.travel .schedule {
  margin-top: 50px;
  padding-bottom: 50px;
}

.travel .schedule .schedule_col {
  position: relative;
}

.travel .schedule .time_line li {
  padding: 18px 0;
  border-bottom: 1px solid #dedede;
}

.travel .schedule .time_line li.hoshi {
  background-color: #f8f8f8;
}

.travel .schedule dt {
  width: 110px;
  font-size: 15px;
}

.travel .schedule dd {
  margin-left: 150px;
  font-size: 15px;
}

.travel .schedule .photo {
  position: absolute;
  top: 0;
  right: 50px;
}

.travel .schedule .photo li {
  margin-bottom: 35px;
}

.travel .schedule p {
  text-align: right;
  font-size: 13px;
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .travel .main_visual {
    height: 680px;
  }

  .travel .main_visual .lead {
    margin-bottom: 10px;
  }

  .travel .main_visual .lead img {
    height: 25px;
    width: auto;
  }

  .travel .main_visual h1 {
    padding-top: 20px;
  }

  .travel .main_visual .person {
    font-size: 16px;
    margin-top: 30px;
  }

  .travel .main_visual .caption {
    bottom: 20px;
    right: 20px;
    font-size: 16px;
  }

  #sub .travel article {
    margin-top: 772px;
    padding-top: 50px;
  }

  .travel article p {
    line-height: 26px;
  }

  .travel .img_lead {
    font-size: 16px;
    padding: 20px 0;
  }

  .travel .box {
    border: 8px solid #f3f3f3;
    padding: 20px;
  }

  .travel .box h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .travel .box .add {
    padding: 8px 0;
    margin-bottom: 12px;
  }

  .travel .travel_title {
    height: 37px;
    margin-bottom: 25px;
  }

  .travel .travel_title h2 {
    font-size: 22px;
    height: 35px;
  }

  .travel .sec01 .left {
    padding-right: 25px;
  }

  .travel .sec02 {
    padding: 60px 0;
    margin-top: 50px;
  }

  .travel .sec02 p {
    color: #fff;
  }

  .travel .sec03 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .travel .sec03 .left {
    padding-right: 30px;
  }

  .travel .sec03 .right {
    padding-left: 0;
  }

  .travel .sec03 .img_lead {
    line-height: 24px;
    padding-bottom: 15px;
  }

  .travel .sec04 {
    padding: 60px 0;
  }

  .travel .schedule {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .travel .schedule .time_line li {
    padding: 15px 0;
  }

  .travel .schedule dt {
    width: 90px;
    font-size: 14px;
  }

  .travel .schedule dd {
    margin-left: 120px;
    font-size: 14px;
  }

  .travel .schedule .photo {
    right: 30px;
  }

  .travel .schedule .photo li {
    width: 250px;
  }
}

@media only screen and (max-width: 991px) {
  .travel .main_visual {
    height: 550px;
    margin-top: 71px;
  }

  .travel .main_visual .lead {
    margin-bottom: 5px;
  }

  .travel .main_visual .lead img {
    height: 23px;
    width: auto;
  }

  .travel .main_visual h1 {
    padding-top: 15px;
  }

  .travel .main_visual .person {
    font-size: 14px;
    margin-top: 25px;
  }

  .travel .main_visual .caption {
    bottom: 15px;
    right: 15px;
    font-size: 14px;
  }

  #sub .travel article {
    margin-top: 621px;
    padding-top: 50px;
  }

  .travel article p {
    line-height: 22px;
  }

  .travel .img_lead {
    font-size: 14px;
    padding: 15px 0;
  }

  .travel .movie_col {
    width: 680px;
    margin: 30px auto 0;
  }

  .travel .travel_title {
    height: 34px;
    margin-bottom: 20px;
  }

  .travel .travel_title h2 {
    font-size: 18px;
    height: 32px;
  }

  .travel .sec01 ul {
    margin-top: 20px;
  }

  .travel .sec02 {
    padding: 40px 0;
    margin-top: 40px;
  }

  .travel .sec02 .row {
    margin: 0 -20px;
  }

  .travel .sec02 .row>div {
    padding: 0 20px;
  }

  .travel .sec03 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .travel .sec03 .left {
    padding-right: 15px;
  }

  .travel .sec03 .right {
    padding-left: 15px;
  }

  .travel .sec03 .img_lead {
    line-height: 24px;
    padding-bottom: 10px;
    margin-top: 20px;
  }

  .travel .sec04 {
    padding: 40px 0;
  }

  .travel .sec04 .box {
    margin-top: 20px;
  }

  .travel .schedule {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .travel .schedule .time_line li {
    padding: 13px 0;
  }

  .travel .schedule dt {
    width: 85px;
    font-size: 13px;
  }

  .travel .schedule dd {
    margin-left: 115px;
    font-size: 13px;
  }

  .travel .schedule .photo {
    right: auto;
    top: auto;
    position: static;
    margin-top: 20px;
  }

  .travel .schedule .photo ul {
    text-align: center;
  }

  .travel .schedule .photo li {
    width: 30%;
    display: inline-block;
    margin: 0 5px;
  }

  .travel .schedule p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .travel .main_visual {
    height: 260px;
    margin-top: 48px;
  }

  .travel .main_visual .lead {
    margin-bottom: 0px;
  }

  .travel .main_visual .lead img {
    height: 15px;
    width: auto;
  }

  .travel .main_visual h1 {
    padding-top: 10px;
  }

  .travel .main_visual .person {
    font-size: 12px;
    line-height: 20px;
    margin-top: 22px;
  }

  .travel .main_visual .caption {
    bottom: 10px;
    right: auto;
    left: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  #sub .travel article {
    margin-top: 308px;
    padding-top: 30px;
  }

  .travel article p {
    line-height: 20px;
  }

  .travel .box {
    border: 4px solid #f3f3f3;
    padding: 12px;
  }

  .travel .box h3 {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .travel .box .add {
    padding: 6px 0;
    margin-bottom: 10px;
  }

  .travel .box .add p {
    font-size: 11px;
    line-height: 18px;
  }

  .travel .box .text {
    font-size: 12px;
    line-height: 19px;
  }

  .travel .movie_col {
    width: 100%;
    margin: 20px auto 0;
  }

  .travel .img_lead {
    font-size: 12px;
    line-height: 18px !important;
    padding: 12px 0;
  }

  .travel .travel_title {
    height: 43px;
    margin-bottom: 15px;
  }

  .travel .travel_title h2 {
    font-size: 14px;
    line-height: 22px;
    height: 42px;
  }

  .travel .sec01 ul {
    margin-top: 15px;
  }

  .travel .sec02 {
    padding: 30px 0;
    margin-top: 30px;
  }

  .travel .sec02 .row {
    margin: 0 -15px;
  }

  .travel .sec02 .row>div {
    padding: 0 15px;
  }

  .travel .sec03 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .travel .sec03 .img_lead {
    line-height: 24px;
    padding-bottom: 10px;
    margin-top: 20px;
  }

  .travel .sec04 {
    padding: 30px 0;
  }

  .travel .schedule {
    margin-top: 20px;
  }

  .travel .schedule .travel_title {
    height: 31px;
  }

  .travel .schedule .travel_title h2 {
    height: 30px;
  }

  .travel .schedule .time_line li {
    padding: 10px;
  }

  .travel .schedule dt {
    width: 100%;
    font-size: 12px;
    margin-bottom: 5px;
  }

  .travel .schedule dd {
    margin-left: 0;
    font-size: 12px;
  }

  .travel .schedule .photo {
    margin-top: 15px;
  }

  .travel .schedule .photo li {
    width: 44%;
    margin: 0 5px 5px 5px;
  }

  .travel .schedule p {
    font-size: 11px;
    line-height: 17px;
    text-align: left;
  }
}

/*travel01*/
.travel01 .main_visual {
  background: url(../images/travel01_main.jpg) no-repeat center;
  background-size: cover;
}

.travel01 .sec01 li {
  float: left;
  margin-bottom: 20px;
}

.travel01 .sec01 li:last-child {
  float: right;
}

.travel01 .sec02 p {
  margin-top: 20px;
}

.travel01 .sec02 .right {
  margin-top: 100px;
}

.travel01 .sec03 .box {
  margin-top: 30px;
}

.travel01 .sec04 .col {
  position: relative;
  margin-bottom: 50px;
}

.travel01 .sec04 .text_col {
  background-color: #f3f0e9;
  position: absolute;
  top: 140px;
  left: 0;
  width: 400px;
  padding: 50px 50px 0 0;
}

.travel01 .sec04 .img_lead {
  text-align: left;
  line-height: 28px;
  padding-bottom: 15px;
}

.travel01 .sec04 .left {
  padding-right: 0;
}

.travel01 .sec04 .right {
  padding-left: 60px;
}

.travel01 .sec04 .last {
  margin-top: 50px;
}

@media only screen and (max-width: 1199px) {
  .travel01 .main_visual h1 img {
    height: 85px;
    width: auto;
  }

  .travel01 .sec01 li {
    width: 47%;
  }

  .travel01 .sec01 li:first-child {
    width: 100%;
  }

  .travel01 .sec01 li:last-child {
    float: right;
  }

  .travel01 .sec01 .box {
    margin-top: 30px;
  }

  .travel01 .sec02 p {
    margin-top: 15px;
  }

  .travel01 .sec03 .box {
    margin-top: 30px;
  }

  .travel01 .sec04 .col img {
    width: 680px;
    height: auto;
  }

  .travel01 .sec04 .text_col {
    top: 100px;
    left: 0;
    width: 380px;
    padding: 40px 35px 0 0;
  }

  .travel01 .sec04 .img_lead {
    line-height: 24px;
    padding-bottom: 15px;
  }

  .travel01 .sec04 .left {
    padding-right: 15px;
  }

  .travel01 .sec04 .right {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .travel01 .main_visual h1 img {
    height: 80px;
    width: auto;
  }

  .travel01 .sec01 li {
    width: 33.33333% !important;
    float: left !important;
  }

  .travel01 .sec01 .box {
    margin-top: 30px;
  }

  .travel01 .sec01 .movie_col {
    width: 500px;
    margin: 20px auto 0;
  }

  .travel01 .sec02 p {
    margin-top: 10px;
  }

  .travel01 .sec02 .right {
    margin-top: 130px;
  }

  .travel01 .sec03 .box {
    margin-top: 20px;
  }

  .travel01 .sec04 .col img {
    width: 500px;
    height: auto;
  }

  .travel01 .sec04 .text_col {
    top: 30px;
    left: 0;
    width: 320px;
    padding: 30px 20px 0 0;
  }

  .travel01 .sec04 .img_lead {
    line-height: 22px;
    padding-bottom: 10px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .travel01 .main_visual h1 img {
    height: 40px;
    width: auto;
  }

  .travel01 .sec01 .movie_col {
    width: 100%;
    margin: 15px auto 0;
  }

  .travel01 .sec01 li {
    width: 47% !important;
  }

  .travel01 .sec01 li:first-child {
    width: 100% !important;
  }

  .travel01 .sec01 li:last-child {
    float: right !important;
  }

  .travel01 .sec01 .box {
    margin-top: 15px;
  }

  .travel01 .sec02 p {
    margin-top: 5px;
  }

  .travel01 .sec02 .right {
    margin-top: 15px;
  }

  .travel01 .sec03 .box img {
    margin-top: 10px;
  }

  .travel01 .sec04 .col {
    margin-bottom: 10px;
  }

  .travel01 .sec04 .col img {
    width: 100%;
    height: auto;
    float: none;
  }

  .travel01 .sec04 .text_col {
    top: auto;
    left: auto;
    position: static;
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }

  .travel01 .sec04 .last {
    margin-top: 15px;
  }
}

/*.travel01 .main_visual{background: url(../images/travel01_main.jpg) no-repeat center; background-size: cover; width: 100%; height: 750px; margin-top: 92px; padding: 3%; position: fixed; top: 0; left: 0; z-index: -1;}
.travel01 .main_visual .lead{margin-bottom: 15px;}
.travel01 .main_visual h1{border-top: 1px solid #fff; padding-top: 25px; display: inline-block;}
.travel01 .main_visual .person{font-size: 18px; color: #fff; margin-top: 40px;}
.travel01 .main_visual .caption{position: absolute; bottom: 25px; right: 25px; font-size: 18px; color: #fff;}
#sub .travel01 article{margin-top: 842px; background-color: #fff; z-index: 999; padding-top: 60px;}
.travel01 article p{line-height: 28px;}
.travel01 .img_lead{font-size: 18px; line-height: 1; font-weight: bold; text-align: center; padding: 25px 0;}
.travel01 .img_lead.lt{border-top: 1px solid #000;}
.travel01 .img_lead.lb{border-bottom: 1px solid #000;}
.travel01 .movie_col{width: 740px; margin: 40px auto 0;}
.travel01 .box{border: 10px solid #f3f3f3; padding: 25px 30px; background-color: #fff;}
.travel01 .box h3{font-size: 18px; font-weight: bold; margin-bottom: 12px;}
.travel01 .box .add{border-top: 1px solid #d8d8d8; border-bottom: 1px solid #d8d8d8; padding: 10px 0; margin-bottom: 15px;}
.travel01 .box .add p{font-size: 12px; line-height: 20px;}
.travel01 .box .text{font-size: 13px; line-height: 22px;}
.travel01 .sec01 .travel_title{height: 40px; background: url(../images/travel_title_line.gif) no-repeat left bottom #dedede; margin-bottom: 30px;}
.travel01 .sec01 .travel_title h2{font-size: 24px; color: #00643d; font-weight: bold; height: 38px; background-color: #fff;}
.travel01 .sec01 .left{padding-right: 40px;}
.travel01 .sec01 li{float: left; margin-bottom: 20px;}
.travel01 .sec01 li:last-child{float: right;}
.travel01 .sec01 .movie_col{width: 100%; margin: 0 auto;}
.travel01 .sec02{background-color: #00633c; padding: 100px 0; margin-top: 70px;}
.travel01 .sec02 .row{margin: 0 -30px;}
.travel01 .sec02 .row>div{padding: 0 30px;}
.travel01 .sec02 .img_lead{color: #fff;}
.travel01 .sec02 .img_lead.lt,
.travel01 .sec02 .img_lead.lb{border-color: #fff;}
.travel01 .sec02 p{color: #fff; margin-top: 20px;}
.travel01 .sec02 .right{margin-top: 100px;}
.travel01 .sec03{padding-top: 80px; padding-bottom: 80px;}
.travel01 .sec03 .left{padding-right: 60px;}
.travel01 .sec03 .right{padding-left: 0;}
.travel01 .sec03 .box{margin-top: 30px;}
.travel01 .sec04{background-color: #f3f0e9; padding: 80px 0;}
.travel01 .sec04 .col{position: relative; margin-bottom: 50px; width: 100%;}
.travel01 .sec04 .text_col{background-color: #f3f0e9; position: absolute; top: 140px; left: 0; width: 400px; padding: 50px 50px 0 0;}
.travel01 .sec04 .box{border-color: #e6e2d8;}
.travel01 .sec04 .img_lead{text-align: left; line-height: 28px; padding-bottom: 15px;}
.travel01 .sec04 .left{padding-right: 0}
.travel01 .sec04 .right{padding-left: 60px;}
.travel01 .sec04 .last{margin-top: 50px;}

@media only screen and (max-width: 1199px) {
	.travel01 .main_visual{height: 680px;}
	.travel01 .main_visual .lead{margin-bottom: 10px;}
	.travel01 .main_visual .lead img{height: 25px; width: auto;}
	.travel01 .main_visual h1{padding-top: 20px;}
	.travel01 .main_visual h1 img{height: 85px; width: auto;}
	.travel01 .main_visual .person{font-size: 16px; margin-top: 30px;}
	.travel01 .main_visual .caption{bottom: 20px; right: 20px; font-size: 16px;}
	#sub .travel01 article{margin-top: 772px; padding-top: 50px;}
	.travel01 article p{line-height: 26px;}
	.travel01 .img_lead{font-size: 16px; padding: 20px 0;}
	.travel01 .box{border: 8px solid #f3f3f3; padding: 20px;}
	.travel01 .box h3{font-size: 17px; margin-bottom: 10px;}
	.travel01 .box .add{padding: 8px 0; margin-bottom: 12px;}
	.travel01 .sec01 .travel_title{height: 37px; margin-bottom: 25px;}
	.travel01 .sec01 .travel_title h2{font-size: 22px; height: 35px;}
	.travel01 .sec01 .left{padding-right: 25px;}
	.travel01 .sec01 li{width: 47%;}
	.travel01 .sec01 li:first-child{width: 100%;}
	.travel01 .sec01 li:last-child{float: right;}
	.travel01 .sec01 .box{margin-top: 30px;}
	.travel01 .sec01 .movie_col{width: 100%;}
	.travel01 .sec02{padding: 60px 0; margin-top: 50px;}
	.travel01 .sec02 p{color: #fff; margin-top: 15px;}
	.travel01 .sec03{padding-top: 60px; padding-bottom: 60px;}
	.travel01 .sec03 .left{padding-right: 30px;}
	.travel01 .sec03 .right{padding-left: 0;}
	.travel01 .sec03 .box{margin-top: 30px;}
	.travel01 .sec03 .img_lead{line-height: 24px; padding-bottom: 15px;}
	.travel01 .sec04{padding: 60px 0;}
	.travel01 .sec04 .col img{width: 680px; height: auto;}
	.travel01 .sec04 .text_col{top: 60px; left: 0; width: 340px; padding: 40px 35px 0 0;}
	.travel01 .sec04 .box{border-color: #e6e2d8;}
	.travel01 .sec04 .img_lead{line-height: 24px; padding-bottom: 15px;}
	.travel01 .sec04 .left{padding-right: 15px;}
	.travel01 .sec04 .right{padding-left: 15px;}
}

@media only screen and (max-width: 991px) {
	.travel01 .main_visual{height: 550px; margin-top: 71px;}
	.travel01 .main_visual .lead{margin-bottom: 5px;}
	.travel01 .main_visual .lead img{height: 23px; width: auto;}
	.travel01 .main_visual h1{padding-top: 15px;}
	.travel01 .main_visual h1 img{height: 80px; width: auto;}
	.travel01 .main_visual .person{font-size: 14px; margin-top: 25px;}
	.travel01 .main_visual .caption{bottom: 15px; right: 15px; font-size: 14px;}
	#sub .travel01 article{margin-top: 621px; padding-top: 50px;}
	.travel01 article p{line-height: 22px;}
	.travel01 .img_lead{font-size: 14px; padding: 15px 0;}
	.travel01 .movie_col{width: 680px; margin: 30px auto 0;}
	.travel01 .sec01 .travel_title{height: 34px; margin-bottom: 20px;}
	.travel01 .sec01 .travel_title h2{font-size: 18px; height: 32px;}
	.travel01 .sec01 ul{margin-top: 20px;}
	.travel01 .sec01 li{width: 33.33333%!important; float: left!important;}
	.travel01 .sec01 .box{margin-top: 30px;}
	.travel01 .sec01 .movie_col{width: 500px; margin: 20px auto 0;}
	.travel01 .sec02{padding: 40px 0; margin-top: 40px;}
	.travel01 .sec02 .row{margin: 0 -20px;}
	.travel01 .sec02 .row>div{padding: 0 20px;}
	.travel01 .sec02 p{margin-top: 10px;}
	.travel01 .sec02 .right{margin-top: 130px;}
	.travel01 .sec03{padding-top: 40px; padding-bottom: 40px;}
	.travel01 .sec03 .left{padding-right: 15px;}
	.travel01 .sec03 .right{padding-left: 15px;}
	.travel01 .sec03 .box{margin-top: 20px;}
	.travel01 .sec03 .img_lead{line-height: 24px; padding-bottom: 10px; margin-top: 20px;}
	.travel01 .sec04{padding: 40px 0;}
	.travel01 .sec04 .col img{width: 480px; height: auto;}
	.travel01 .sec04 .text_col{top: 0px; left: 0; width: 280px; padding: 20px 20px 0 0;}
	.travel01 .sec04 .box{margin-top: 20px;}
	.travel01 .sec04 .img_lead{line-height: 22px; padding-bottom: 10px; text-align: center;}
}
@media only screen and (max-width: 767px) {
	.travel01 .main_visual{height: 260px; margin-top: 48px;}
	.travel01 .main_visual .lead{margin-bottom: 0px;}
	.travel01 .main_visual .lead img{height: 15px; width: auto;}
	.travel01 .main_visual h1{padding-top: 10px;}
	.travel01 .main_visual h1 img{height: 40px; width: auto;}
	.travel01 .main_visual .person{font-size: 12px; line-height: 20px; margin-top: 22px;}
	.travel01 .main_visual .caption{bottom: 10px; right: auto; left: 10px; font-size: 12px; line-height: 18px;}
	#sub .travel01 article{margin-top: 308px; padding-top: 30px;}
	.travel01 article p{line-height: 20px;}
	.travel01 .box{border: 4px solid #f3f3f3; padding: 12px;}
	.travel01 .box h3{font-size: 13px; margin-bottom: 5px;}
	.travel01 .box .add{padding: 6px 0; margin-bottom: 10px;}
	.travel01 .box .add p{font-size: 11px; line-height: 18px;}
	.travel01 .box .text{font-size: 12px; line-height: 19px;}
	.travel01 .movie_col{width: 100%; margin: 20px auto 0;}
	.travel01 .img_lead{font-size: 12px; line-height: 18px!important; padding: 12px 0;}
	.travel01 .sec01 .travel_title{height: 43px; margin-bottom: 15px;}
	.travel01 .sec01 .travel_title h2{font-size: 14px; line-height: 22px; height: 42px;}
	.travel01 .sec01 .movie_col{width: 100%; margin: 15px auto 0;}
	.travel01 .sec01 ul{margin-top: 15px;}
	.travel01 .sec01 li{width: 47%!important;}
	.travel01 .sec01 li:first-child{width: 100%!important;}
	.travel01 .sec01 li:last-child{float: right!important;}
	.travel01 .sec01 .box{margin-top: 15px;}
	.travel01 .sec02{padding: 30px 0; margin-top: 30px;}
	.travel01 .sec02 .row{margin: 0 -15px;}
	.travel01 .sec02 .row>div{padding: 0 15px;}
	.travel01 .sec02 p{margin-top: 5px;}
	.travel01 .sec02 .right{margin-top: 15px;}
	.travel01 .sec03{padding-top: 30px; padding-bottom: 30px;}
	.travel01 .sec03 .img_lead{line-height: 24px; padding-bottom: 10px; margin-top: 20px;}
	.travel01 .sec03 .box img{margin-top: 10px;}
	.travel01 .sec04{padding: 30px 0;}
	.travel01 .sec04 .col{margin-bottom: 10px;}
	.travel01 .sec04 .col img{width: 100%; height: auto; float: none;}
	.travel01 .sec04 .text_col{top: auto; left: auto; position: static; width: 100%; padding: 0; margin-top: 10px;}
	.travel01 .sec04 .last{margin-top: 15px;}
}*/

/*travel02*/
.travel02 .main_visual {
  background: url(../images/travel/travel02_main.jpg) no-repeat center;
  background-size: cover;
}

.travel02 .sec01 p {
  margin-bottom: 40px;
}

.travel02 .sec01 li:first-child {
  margin-bottom: 20px;
}

.travel02 .sec02 p {
  margin-bottom: 40px;
}

.travel02 .sec02 .right {
  margin-top: 5px;
}

.travel02 .sec02 .box {
  margin-top: 20px;
}

.travel02 .sec02 .box p {
  color: #000;
  margin-bottom: 0;
}

.travel02 .sec03 p {
  margin-bottom: 40px;
}

.travel02 .sec03 .right ul {
  margin-top: 20px;
}

.travel02 .sec03 .right li {
  float: left;
  width: 48%;
}

.travel02 .sec03 .right li:first-child {
  margin-right: 4%;
}

.travel02 .sec03 .right .img_lead {
  line-height: 26px;
  padding: 10px 0;
}

.travel02 .sec04 li {
  float: left;
  width: 50%;
}

.travel02 .sec04 li:first-child {
  z-index: 100;
  position: relative;
}

.travel02 .sec04 li:last-child {
  margin: 140px 0 0 -50px;
  z-index: 1;
  position: relative;
}

.travel02 .sec04 .box {
  margin-top: 40px;
}

.travel02 .sec05 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.travel02 .sec05 p {
  margin-bottom: 40px;
}

.travel02 .sec05 li:first-child {
  margin-bottom: 20px;
}

.travel02 .sec05 .movie_col p {
  margin-top: 20px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .travel02 .main_visual h1 img {
    height: 35px;
    width: auto;
  }

  .travel02 .sec01 p {
    margin-bottom: 30px;
  }

  .travel02 .sec02 p {
    margin-bottom: 30px;
  }

  .travel02 .sec03 p {
    margin-bottom: 30px;
  }

  .travel02 .sec03 .right .img_lead {
    line-height: 24px;
  }

  .travel02 .sec04 .right {
    padding-left: 0;
  }

  .travel02 .sec04 li:last-child {
    margin: 140px 0 0 -30px;
  }

  .travel02 .sec05 p {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .travel02 .main_visual h1 img {
    height: 30px;
    width: auto;
  }

  .travel02 .sec01 p {
    margin-bottom: 20px;
  }

  .travel02 .sec01 li {
    float: left;
    width: 48%;
  }

  .travel02 .sec01 li:first-child {
    margin-bottom: 0;
    margin-right: 4%;
  }

  .travel02 .sec02 p {
    margin-bottom: 20px;
  }

  .travel02 .sec02 .movie_col {
    margin-top: 15px;
  }

  .travel02 .sec03 .right .img_lead {
    line-height: 22px;
    margin-top: 10px;
  }

  .travel02 .sec04 ul {
    margin-bottom: 20px;
  }

  .travel02 .sec04 li:last-child {
    margin: 80px 0 0 -30px;
  }

  .travel02 .sec04 .right {
    padding-left: 15px;
  }

  .travel02 .sec05 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .travel02 .sec05 li {
    float: left;
    width: 48%;
  }

  .travel02 .sec05 li:first-child {
    margin-bottom: 0;
    margin-right: 4%;
  }
}

@media only screen and (max-width: 767px) {
  .travel02 .main_visual {
    background-position: center right;
  }

  .travel02 .main_visual h1 img {
    height: 40px;
    width: auto;
  }

  .travel02 .sec01 ul {
    margin-top: 0;
  }

  .travel02 .sec01 li {
    float: none;
    width: 100%;
  }

  .travel02 .sec01 li:first-child {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .travel02 .sec03 .right li {
    float: none;
    width: 100%;
  }

  .travel02 .sec03 .right li:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .travel02 .sec03 .right .img_lead {
    line-height: 20px;
    margin-top: 0;
  }

  .travel02 .sec04 ul {
    margin-bottom: 15px;
  }

  .travel02 .sec04 li:last-child {
    margin: 0;
  }

  .travel02 .sec04 .box {
    margin-top: 20px;
  }

  .travel02 .sec05 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .travel02 .sec05 li {
    float: none;
    width: 100%;
  }

  .travel02 .sec05 li:first-child {
    margin-bottom: 15px;
    margin-right: 0;
  }
}

/*travel03*/
.travel03 .main_visual {
  background: url(../images/travel/travel03_main.jpg) no-repeat center;
  background-size: cover;
}

.travel03 .beta_box {
  background-color: #f3f0e9;
  padding: 15px 25px;
  margin-bottom: 40px;
}

.travel03 .beta_box p {
  margin-bottom: 0 !important;
}

.travel03 .sec01 p {
  margin-bottom: 40px;
}

.travel03 .sec01 li {
  margin-bottom: 30px;
}

.travel03 .sec01 .movie_col {
  width: 100%;
}

.travel03 .sec02 li {
  margin-top: 40px;
}

.travel03 .sec02 .box.ayu {
  margin-top: 40px;
}

.travel03 .sec02 .box .add p {
  color: #000;
}

.travel03 .sec02 .box .text {
  color: #000;
  margin-bottom: 18px;
}

.travel03 .sec03 p {
  margin-bottom: 40px;
}

.travel03 .sec03 li:first-child {
  margin-bottom: 40px;
}

.travel03 .sec04 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.travel03 .sec04 .left {
  padding-right: 30px;
}

.travel03 .sec04 .left p {
  margin-bottom: 40px;
}

.travel03 .sec04 .right {
  padding-left: 28px;
}

.travel03 .sec04 .box {
  border-color: #f3f3f3;
  margin-top: 35px;
}

.travel03 .sec04 .box .text {
  margin-bottom: 20px;
}

.travel03 .sec05 {
  background-color: #f3f0e9;
  padding: 80px 0;
  margin-top: 80px;
}

.travel03 .sec05 .box {
  border-color: #e6e2d8;
  margin-top: 30px;
}

.travel03 .sec05 .box_left {
  padding-right: 40px;
}

.travel03 .sec05 .box_right {
  padding-left: 0;
}

.travel03 .radio_col {
  margin-top: 60px;
  padding-bottom: 50px;
}

.travel03 .radio_col .inner {
  background-color: #f3f0e9;
  padding: 30px;
}

.travel03 .radio_col dt {
  font-size: 20px;
  font-weight: bold;
}

.travel03 .radio_col dd {
  font-size: 16px;
  font-weight: bold;
  margin: 12px 0 5px;
}

.travel03 .radio_col .btn_radio {
  display: block;
  background-color: #00643d;
  color: #fff;
  width: 100%;
  border-radius: 6px;
  padding: 33px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.travel03 .radio_col p a {
  text-decoration: underline;
}

.travel03 .radio_col p a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1199px) {
  .travel03 .main_visual h1 img {
    height: 85px;
    width: auto;
  }

  .travel03 .beta_box {
    padding: 15px 25px;
    margin-bottom: 30px;
  }

  .travel03 .sec01 p {
    margin-bottom: 30px;
  }

  .travel03 .sec02 .box.ayu {
    margin-top: 30px;
  }

  .travel03 .sec02 .box .text {
    margin-bottom: 14px;
  }

  .travel03 .sec03 p {
    margin-bottom: 30px;
  }

  .travel03 .sec04 {
    padding: 0 15px;
  }

  .travel03 .sec04 .left {
    padding-right: 40px;
  }

  .travel03 .sec04 .left p {
    margin-bottom: 30px;
  }

  .travel03 .sec04 .right {
    padding-left: 15px;
  }

  .travel03 .sec05 {
    padding: 60px 0;
    margin-top: 60px;
  }

  .travel03 .sec05 .box_left {
    padding-right: 35px;
  }

  .travel03 .sec05 .box_right {
    padding-left: 0;
  }

  .travel03 .radio_col {
    margin-top: 50px;
    padding-bottom: 40px;
  }

  .travel03 .radio_col .inner {
    padding: 25px;
  }

  .travel03 .radio_col dt {
    font-size: 18px;
  }

  .travel03 .radio_col dd {
    font-size: 15px;
    margin: 10px 0 5px;
  }

  .travel03 .radio_col p {
    line-height: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .travel03 .main_visual h1 img {
    height: 80px;
    width: auto;
  }

  .travel03 .beta_box {
    padding: 12px 17px;
    margin-bottom: 20px;
  }

  .travel03 .sec01 p {
    margin-bottom: 20px;
  }

  .travel03 .sec01 ul {
    margin-top: 0;
  }

  .travel03 .sec01 li {
    float: left;
    width: 32%;
    margin-right: 2%;
  }

  .travel03 .sec01 li:last-child {
    margin-right: 0;
  }

  .travel03 .sec01 .img_lead {
    line-height: 20px;
  }

  .travel03 .sec02 li {
    float: left;
    width: 48%;
  }

  .travel03 .sec02 li:first-child {
    margin-right: 4%;
  }

  .travel03 .sec03 li {
    float: left;
    width: 48%;
  }

  .travel03 .sec03 li:first-child {
    margin-right: 4%;
    margin-bottom: 0;
  }

  .travel03 .sec03 .img_lead {
    margin-top: 0;
    line-height: 20px;
  }

  .travel03 .sec03 .right {
    margin-top: 30px;
  }

  .travel03 .sec03 p {
    margin-bottom: 20px;
  }

  .travel03 .sec04 .right {
    margin-top: 30px;
  }

  .travel03 .sec05 {
    padding: 40px 0;
    margin-top: 40px;
  }

  .travel03 .sec05 .box_left {
    padding-right: 15px;
  }

  .travel03 .sec05 .box_right {
    padding-left: 15px;
    margin-top: 20px;
  }

  .travel03 .radio_col {
    margin-top: 40px;
    padding-bottom: 30px;
  }

  .travel03 .radio_col .inner {
    padding: 20px;
  }

  .travel03 .radio_col dt {
    font-size: 16px;
  }

  .travel03 .radio_col dd {
    font-size: 13px;
    margin: 10px 0 2px;
  }

  .travel03 .radio_col p {
    line-height: 20px;
  }

  .travel03 .radio_col .btn_radio {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .travel03 .main_visual h1 img {
    height: 40px;
    width: auto;
  }

  .travel03 .sec01 li {
    width: 48%;
    margin-right: 0%;
    margin-bottom: 20px;
  }

  .travel03 .sec01 li:first-child {
    width: 100%;
  }

  .travel03 .sec01 li:last-child {
    margin-left: 4%;
  }

  .travel03 .sec01 .img_lead {
    line-height: 18px;
  }

  .travel03 .sec02 li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }

  .travel03 .sec02 li:first-child {
    margin-right: 0%;
  }

  .travel03 .sec02 .box {
    margin-top: 20px;
  }

  .travel03 .sec03 li {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .travel03 .sec03 li:first-child {
    margin-right: 0%;
    margin-bottom: 20px;
  }

  .travel03 .sec03 .right {
    margin-top: 0px;
  }

  .travel03 .sec04 .left {
    padding-right: 15px;
  }

  .travel03 .sec04 .right {
    margin-top: 20px;
  }

  .travel03 .sec04 .box {
    margin-top: 20px;
  }

  .travel03 .sec05 {
    padding: 30px 0;
    margin-top: 30px;
  }

  .travel03 .sec05 .left {
    margin-bottom: 15px;
  }

  .travel03 .radio_col {
    margin-top: 30px;
    padding-bottom: 10px;
  }

  .travel03 .radio_col .inner {
    padding: 15px;
  }

  .travel03 .radio_col dt {
    font-size: 15px;
  }

  .travel03 .radio_col p {
    line-height: 19px;
  }

  .travel03 .radio_col .btn_radio {
    font-size: 13px;
    padding: 20px 0;
    margin-top: 15px;
  }
}

.captcha {
  margin-top: 20px;
}

/*.home .language{display: none;}*/
.language {
  position: fixed;
  top: 117px;
  right: 0;
  background-color: #fff;
  border: 6px solid #00643d;
  border-right: none;
  padding: 10px 15px 10px 10px;
  z-index: 9999;
  border-radius: 10px 0 0 10px;
  /* margin-top: -64px;*/
}

.language li,
.language a {
  font-size: 13px;
}

.language a:hover {
  text-decoration: underline;
}

.language .current {
  color: #00643d;
  font-weight: bold;
}

@media only screen and (max-width: 991px) {
  .language {
    top: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .language {
    display: none;
  }
}

.category-information .inner {
  width: 800px;
  margin: 0 auto;
}

.category-information .inner li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.category-information .inner dt {
  text-align: left;
  width: 110px;
  font-size: 13px;
}

.category-information .inner dd {
  margin-left: 110px;
}

.category-information .inner dd a {
  font-size: 14px;
  text-decoration: underline;
  color: #00643d;
  font-weight: bold;
}

.category-yodosen .inner {
  width: 800px;
  margin: 0 auto;
}

.category-yodosen .inner li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.category-yodosen .inner dt {
  text-align: left;
  width: 110px;
  font-size: 13px;
}

.category-yodosen .inner dd {
  margin-left: 110px;
}

.category-yodosen .inner dd a {
  font-size: 14px;
  text-decoration: underline;
  color: #00643d;
  font-weight: bold;
}



.category-bunchan-dotsubo .inner {
  width: 800px;
  margin: 0 auto;
}

.category-bunchan-dotsubo .inner li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.category-bunchan-dotsubo .inner dt {
  text-align: left;
  width: 110px;
  font-size: 13px;
}

.category-bunchan-dotsubo .inner dd {
  margin-left: 110px;
}

.category-bunchan-dotsubo .inner dd a {
  font-size: 14px;
  text-decoration: underline;
  color: #00643d;
  font-weight: bold;
}

@media only screen and (max-width: 991px) {
  .category-information .inner {
    width: 100%;
  }

  .category-information .inner dt {
    width: 100px;
  }

  .category-information .inner dd {
    margin-left: 100px;
  }

  .category-yodosen .inner {
    width: 100%;
  }

  .category-yodosen .inner dt {
    width: 100px;
  }

  .category-yodosen .inner dd {
    margin-left: 100px;
  }

  .category-bunchan-dotsubo .inner {
    width: 100%;
  }

  .category-bunchan-dotsubo .inner dt {
    width: 100px;
  }

  .category-bunchan-dotsubo .inner dd {
    margin-left: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .category-information .inner dt {
    width: 100%;
    font-size: 12px;
  }

  .category-information .inner dd {
    margin-left: 0;
    margin-top: 5px;
  }

  .category-information .inner dd a {
    font-size: 13px;
  }

  .category-yodosen .inner dt {
    width: 100%;
    font-size: 12px;
  }

  .category-yodosen .inner dd {
    margin-left: 0;
    margin-top: 5px;
  }

  .category-yodosen .inner dd a {
    font-size: 13px;
  }


  .category-bunchan-dotsubo .inner dt {
    width: 100%;
    font-size: 12px;
  }

  .category-bunchan-dotsubo .inner dd {
    margin-left: 0;
    margin-top: 5px;
  }

  .category-bunchan-dotsubo .inner dd a {
    font-size: 13px;
  }


}

.information_single .flex_box {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

.information_single .contents {
  width: 75%;
  padding-right: 60px;
}

.information_single .contents dl {
  border-bottom: 3px solid #ddd;
  padding-bottom: 25px;
  margin-bottom: 40px;
}

.information_single .contents dt {
  font-size: 13px;
  color: #686868;
  margin-bottom: 10px;
}

.information_single .contents dd h1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.information_single .contents .text a {
  text-decoration: underline;
}

.information_single .contents .text a:hover {
  text-decoration: none;
}

.information_single .contents .text p {
  margin-bottom: 40px;
}

.information_single .contents .text .aligncenter {
  display: block;
  margin: 0 auto;
}

.information_single .contents .btn_basic {
  width: 300px;
  margin: 30px auto 0;
}

.information_single .side {
  width: 27%;
}

.information_single .side h3 {
  background-color: #00643d;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 15px;
  margin-bottom: 15px;
}

.information_single .side li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.information_single .side .date,
.information_single .side h2 {
  font-size: 13px;
  line-height: 22px;
}

.information_single .side h2 a {
  text-decoration: underline;
}

.information_single .side h2 a:hover {
  text-decoration: none;
}

.information_single .contents .text img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .information_single .contents {
    width: 72%;
    padding-right: 40px;
  }

  .information_single .contents dl {
    border-bottom: 2px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .information_single .contents dt {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .information_single .contents dd h1 {
    font-size: 18px;
    line-height: 26px;
  }

  .information_single .contents .text p {
    margin-bottom: 30px;
  }

  .information_single .contents .text img {
    max-width: 100%;
    height: auto;
  }

  .information_single .side {
    width: 28%;
  }

  .information_single .side h3 {
    font-size: 15px;
    padding: 12px;
    margin-bottom: 10px;
  }

  .information_single .side .date,
  .information_single .side h2 {
    font-size: 12px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .information_single .flex_box {
    display: block;
  }

  .information_single .contents {
    width: 100%;
    padding-right: 0px;
  }

  .information_single .contents dl {
    padding-bottom: 10px;
    margin-bottom: 25px;
  }

  .information_single .contents dt {
    font-size: 11px;
  }

  .information_single .contents dd h1 {
    font-size: 14px;
    line-height: 22px;
  }

  .information_single .contents .text p {
    margin-bottom: 25px;
  }

  .information_single .contents .btn_basic {
    width: 250px;
  }

  .information_single .side {
    width: 100%;
    margin-top: 40px;
  }

  .information_single .side h3 {
    font-size: 14px;
  }
}

.pagination {
  margin-top: 30px;
}

.pagination li {
  float: left;
  margin-right: 10px;
  line-height: 1;
  width: 34px;
  text-align: center;
}

.pagination li.active {
  background-color: #00643d;
  color: #fff;
  padding: 10px 0;
  border: 1px solid #00643d;
}

.pagination li a {
  display: block;
  border: 1px solid #666;
  padding: 10px 0;
}

.pagination li a:hover {
  background-color: #00643d;
  color: #fff;
  text-decoration: none;
}

.audio_sec {
  padding-top: 150px;
  padding-bottom: 70px;
  text-align: center;
}

.audio_sec .inner {
  max-width: 490px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.audio_sec .inner img {
  width: 100%;
  height: auto;

}

@media only screen and (max-width: 992px) {
  .audio_sec {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .audio_sec {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}


.link-saneki{
  display: block;
  color: #fff;
  background-color: #00643d;
  padding: 10px 15px;
  text-align: center;
  margin-top: 15px;
  border-radius: 3px;
}
.link-saneki:hover{
  color: #fff;
  opacity: .5;
}


/* タブのスタイル */
.tabs {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.tabs li{
  width: 40%;
  text-align: center;
}

/* タブリンクのスタイル */
.tablink {
  background-color: #ddd;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 18px 0;
  font-size: 15px;
  border-radius: 5px 5px 0 0;
  color: #000;
  display: block;
  width: 100%;
  font-weight: bold;
}

/* 選択されたタブリンクのスタイル */
.tablink.active {
  background-color: #00643d;
  color: #fff;
}

/* タブコンテンツのスタイル */
.tabcontent {
  display: none;
  padding-top: 50px;
}
.tabcontent.active{
  display: block;
}
/* タブコンテンツのアニメーション */
.tabcontent.fade {
  animation-name: fade;
  animation-duration: 0.5s;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .tablink{
    font-size: 12px;
    padding: 14px 0 12px;
  }
  .tabcontent {
    padding-top: 30px;
  }
}


.dia .col .dia-text{
  text-align: right;
  margin: 10px 0 30px;
}