@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* ------------------------------
mixin
------------------------------ */
/* ------------------------------
default
------------------------------ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: initial;
  -webkit-text-size-adjust: 100%;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin: 0;
  color: #333333;
}

a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

a:hover {
  opacity: 0.65;
}

img {
  height: auto;
  max-width: 100%;
}

input, button, select, textarea {
  -webkit-appearance: none;
}

h2, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ------------------------------
font
------------------------------ */
.fontll {
  font-size: 24px;
}

.fontl {
  font-size: 20px;
}

.fontm {
  font-size: 16px;
}

.fonts {
  font-size: 14px;
}

.fontss {
  font-size: 12px;
}

/* ------------------------------
common
------------------------------ */
.main {
  min-width: 1160px;
}

.main.scroll {
  margin-top: 80px;
}

@media screen and (max-width: 599px) {
  .main.scroll {
    margin-top: 55px;
  }
}

section {
  padding-top: 65px;
  padding-bottom: 65px;
  text-align: center;
}

.button {
  background-color: #333333;
  color: #fff;
  border-radius: 70px;
  width: 300px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.button a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.button a img {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.button_wh {
  background-color: #fff;
  color: #333333;
  font-weight: bold;
  border: 2px solid #333333;
  margin-bottom: 100px;
}

.button_wh a {
  display: block;
  color: #333333;
}

.area_l {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}

.area_s {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.headline {
  font-size: 35px;
  font-weight: bold;
}

.description_text {
  font-weight: bold;
  margin: 35px 0;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexbox .flexchild:last-child {
  margin-right: 0 !important;
}

.diagram_box .pic_frame {
  position: relative;
  width: 100%;
}

.diagram_box .pic_frame::before {
  content: '';
  display: block;
  padding-top: 66.66%;
}

.diagram_box .pic_frame .image_pic {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.diagram_box .pic_frame_sq::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.diagram_box .pic_frame_sq .image_pic {
  border-radius: 50%;
}

.diagram_box .item_name {
  white-space: nowrap;
  font-weight: bold;
  margin-top: 25px;
}

.diagram_box .item_text {
  margin-top: 10px;
}

.pc {
  display: initial;
}

.sp {
  display: none;
}

/*background grey*/
.background_gr {
  background-color: #f8f8f8;
}

/*swiper customize*/
.swiper-pagination-bullet-active {
  background-color: #7EB8A8 !important;
}

.swiper-pagination-bullet {
  background-color: #dbdbdb;
  opacity: 1;
}

/* calendar */
.calendar .flexbox .headline {
  line-height: 35px;
  vertical-align: text-top;
}

.calendar .flexbox div {
  width: 67%;
  text-align: left;
  margin-left: 40px;
  padding-left: 35px;
  border-left: 1px solid #333333;
}

.calendar .flexbox div .fontm {
  font-weight: bold;
}

.calendar .flexbox div .fonts {
  white-space: nowrap;
  margin-top: 1em;
}

.calendar .calendar_area {
  margin: 50px auto 0;
  max-width: 960px;
  width: 100%;
}

.calendar .calendar_area iframe {
  width: 100%;
}

/* SPの横スライド */
@media screen and (max-width: 599px) {
  .slide_wrap {
    width: 100%;
    overflow: scroll;
  }
}

/* ------------------------------
SP
------------------------------ */
@media screen and (max-width: 599px) {
  /* ------------------------------
	common
	------------------------------ */
  .main {
    min-width: initial;
    margin-top: 50px;
  }
  section {
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: left;
  }
  .area_l,
  .area_s {
    padding-left: 15px;
    padding-right: 15px;
  }
  .headline {
    font-size: 25px;
  }
  .description_text {
    text-align: left;
    padding-left: 35px;
  }
  .article_title {
    margin-top: 15px;
  }
  .article_text {
    margin-top: 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: initial;
  }
  /*calendar*/
  .calendar .flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .calendar .flexbox .headline {
    line-height: initial;
    vertical-align: initial;
    margin-bottom: 20px;
  }
  .calendar .flexbox div {
    width: 100%;
    margin-left: 15px;
    padding-left: 15px;
  }
  .calendar .flexbox div .fonts {
    white-space: initial;
  }
  .calendar .calendar_area {
    margin-top: 30px;
  }
}

/* ------------------------------
header
------------------------------ */
.header {
  z-index: 999;
  width: 100%;
  min-width: 1160px;
  height: 80px;
  line-height: 75px;
  background-color: #fff;
  border-top: 5px solid #7EB8A8;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  font-weight: bold;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  top: -50px;
  /* ------------------------------
	width 600 - 1230px
	------------------------------ */
  /* ------------------------------
	SP
	------------------------------ */
}

.header div {
  width: 87%;
  margin: 0 auto;
  position: relative;
}

.header div h1 {
  position: absolute;
  left: 0;
  top: calc( 50% - 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 173px;
}

.header div h1 a {
  display: block;
  width: 100%;
  height: 100%;
}

.header div h1 a img {
  display: block;
  width: 100%;
}

.header div h1 a img.header_logo_flat {
  display: none;
}

.header div nav {
  margin-left: 20%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header div nav ul {
  /* TODO: メニューが少ない間だけ */
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header div nav ul .flexchild {
  margin-right: 2%;
}

.header div nav ul .flexchild a {
  white-space: nowrap;
  display: block;
  width: 100%;
  height: 100%;
}

.header div nav ul .button_word {
  background-color: #333333;
  color: #fff;
  border-radius: 70px;
  height: 45px;
  padding: 0 25px;
  line-height: 45px;
  width: auto;
}

.header div nav ul .button_word a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.header div nav ul .button_word_bl {
  background-color: #7EB8A8;
}

.header div nav ul .button_icon {
  display: none;
  margin-right: 5px;
}

.header div nav ul .button_icon a img {
  display: block;
  width: 100%;
  height: 100%;
}

.header.scroll {
  position: fixed;
  height: 50px;
  line-height: 45px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.header.scroll div {
  width: 100%;
}

.header.scroll div nav ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 20px;
}

.header.scroll div nav ul .button_word {
  display: none;
}

.header.scroll div nav ul .button_icon {
  display: block;
}

.header.scroll div h1 {
  width: auto;
}

.header.scroll div h1 a img.header_logo_normal {
  display: none;
}

.header.scroll div h1 a img.header_logo_flat {
  display: block;
  margin-left: 20px;
}

@media screen and (max-width: 1230px) {
  .header div nav ul .button_word {
    display: none;
  }
  .header div nav ul .button_icon {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .header {
    border-top: none;
    padding: 0 15px;
    min-width: auto;
    height: 55px !important;
    line-height: 55px !important;
    position: fixed !important;
    top: 0 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .header div {
    width: 100%;
  }
  .header div h1 {
    line-height: 55px;
    width: 134px !important;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 10px;
  }
  .header div h1 a img.header_logo_normal {
    display: block !important;
  }
  .header div h1 a img.header_logo_flat {
    display: none !important;
    height: 35px;
  }
  .header div nav {
    display: none;
  }
}

/* ------------------------------
sp navigation
------------------------------ */
@media screen and (min-width: 600px) {
  #sp_nav_menu {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  #sp_nav_menu {
    position: fixed;
    height: 55px;
    width: 55px;
    top: 0;
    right: 0;
    background-color: #7EB8A8;
    z-index: 1000;
  }
  #sp_nav_menu:before, #sp_nav_menu:after {
    display: block;
    content: "";
    border-top: solid 3px #fff;
    width: 30px;
    position: absolute;
    left: 13px;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  #sp_nav_menu:before {
    top: 20px;
  }
  #sp_nav_menu:after {
    top: 32px;
  }
  #sp_nav_menu.open:before {
    top: 26px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #sp_nav_menu.open:after {
    top: 26px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@media screen and (min-width: 600px) {
  #sp_nav_body {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  #sp_nav_body {
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 55px;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  #sp_nav_body.open {
    pointer-events: all;
    opacity: 1;
    z-index: 990;
  }
  #sp_nav_body #sp_nav_main ul {
    margin: 30px 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sp_nav_body #sp_nav_main ul li {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
  }
  #sp_nav_body #sp_nav_main ul li a {
    display: block;
    padding: 5px 0;
  }
  #sp_nav_body #sp_nav_main ul li.button_word {
    margin-top: 20px;
    width: 47.5%;
  }
  #sp_nav_body #sp_nav_main ul li.button_word a {
    border-radius: 70px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
    width: 100%;
  }
  #sp_nav_body #sp_nav_main ul li.button_word_bl a {
    background-color: #7EB8A8;
  }
  #sp_nav_body #sp_nav_main ul li.button_word_br {
    margin-left: 5%;
  }
  #sp_nav_body #sp_nav_main ul li.button_word_br a {
    background-color: #333333;
  }
  #sp_nav_body #sp_nav_main ul li.button_icon {
    display: none;
  }
  #sp_nav_body #sp_nav_pick {
    border-top: 1px solid #333;
    margin: 0 40px;
    padding-top: 25px;
  }
  #sp_nav_body #sp_nav_pick ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  #sp_nav_body #sp_nav_pick ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 68px;
    height: 68px;
    border: 2px solid #333333;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
  }
  #sp_nav_body #sp_nav_pick ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #sp_nav_body #sp_nav_pick ul li a img {
    display: block;
    margin: 0 auto;
  }
  #sp_nav_body #sp_nav_pick ul li:nth-child(1) {
    padding-top: 14px;
    margin-bottom: 5px;
  }
  #sp_nav_body #sp_nav_pick ul li:nth-child(2) {
    padding-top: 14px;
    margin-bottom: 5px;
  }
  #sp_nav_body #sp_nav_pick ul li:nth-child(3) {
    padding-top: 14px;
    margin-bottom: 5px;
  }
  #sp_nav_body #sp_nav_pick ul li:nth-child(4) {
    padding-top: 12px;
  }
  #sp_nav_body #sp_nav_sns {
    margin: 30px 45px;
  }
  #sp_nav_body #sp_nav_sns ul {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin: 0 auto;
  }
  #sp_nav_body #sp_nav_sns ul li {
    width: 65px;
    font-weight: bold;
  }
  #sp_nav_body #sp_nav_sns ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sp_nav_body #sp_nav_sns ul li a img {
    display: block;
    width: 30px;
    margin: 0 auto;
  }
  #sp_nav_body #sp_nav_sns ul li a span {
    display: none;
  }
  #sp_nav_body #sp_nav_company {
    text-align: center;
  }
}

/* ------------------------------
footer
------------------------------ */
footer {
  margin-top: 65px;
  /* ------------------------------
	SP
	------------------------------ */
}

footer .sns_area {
  padding-top: 65px;
  padding-bottom: 75px;
  text-align: center;
}

footer .sns_area .fontl {
  font-weight: bold;
  margin-bottom: 35px;
}

footer .sns_area .flexbox {
  width: 27%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

footer .sns_area .flexbox .flexchild {
  width: 65px;
  font-weight: bold;
}

footer .sns_area .flexbox .flexchild a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .sns_area .flexbox .flexchild a img {
  display: block;
  width: 30px;
  margin: 0 auto 10px;
}

footer .footer_info {
  background-color: #333333;
  color: #fff;
  padding-top: 35px;
  padding-bottom: 45px;
}

footer .footer_info .footerflex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

footer .footer_info .footerflex .footer_logo {
  width: 36%;
}

footer .footer_info .footerflex .footer_right .fontl {
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #fff;
}

footer .footer_info .footerflex .footer_right .fonts {
  margin-bottom: 20px;
}

footer .footer_info .footerflex .footer_right .fontm {
  font-weight: bold;
  /*a{
						display: inline-block;
						img{
							display: inline-block;
							vertical-align: middle;
							margin-right: 1em;
							padding-bottom: 5px;
						}
					}*/
}

footer .footer_info .footerflex .footer_right .fontm img {
  display: inline-block;
}

footer .footer_info .footerflex .footer_right ul.flexbox {
  font-size: 14px;
}

footer .footer_info .footerflex .footer_right ul.flexbox .flexchild {
  margin-right: 10px;
}

footer .footer_info .footerflex .footer_right ul.flexbox .flexchild a {
  color: #fff;
}

footer .copyright {
  height: 40px;
  line-height: 40px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  footer .sns_area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  footer .sns_area .fontl {
    font-size: 24px;
    margin-bottom: 20px;
  }
  footer .sns_area .flexbox {
    width: 77%;
  }
  footer .footer_info {
    padding-bottom: 35px;
  }
  footer .footer_info .footerflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    padding-left: 30px;
    padding-right: 30px;
  }
  footer .footer_info .footerflex .footer_logo {
    width: 61%;
    margin-bottom: 20px;
  }
  footer .footer_info .footerflex .footer_right .fontm {
    white-space: nowrap;
  }
  footer .footer_info .footerflex .footer_right .fontm a img {
    margin-right: 15px;
  }
  footer .footer_info .footerflex ul.flexbox .flexchild {
    margin-right: 0 !important;
  }
}

/* ------------------------------
fixed_navigation
------------------------------ */
.fixed_navigation {
  position: fixed;
  right: 47px;
  bottom: 30px;
  z-index: 99;
}

.fixed_navigation ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 68px;
  height: 68px;
  border: 2px solid #333333;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
}

.fixed_navigation ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.fixed_navigation ul li a img {
  display: block;
  margin: 0 auto;
}

.fixed_navigation ul li:nth-child(1) {
  padding-top: 14px;
  margin-bottom: 5px;
}

.fixed_navigation ul li:nth-child(2) {
  padding-top: 14px;
  margin-bottom: 5px;
}

.fixed_navigation ul li:nth-child(3) {
  padding-top: 14px;
  margin-bottom: 5px;
}

.fixed_navigation ul li:nth-child(4) {
  padding-top: 12px;
}

@media screen and (max-width: 599px) {
  .fixed_navigation {
    display: none;
  }
}

/* ------------------------------
page common
------------------------------ */
.page {
  /* ------------------------------
	page_head
	------------------------------ */
  /* ------------------------------
	anchor_menu
	------------------------------ */
  /* ------------------------------
	breadcrumb_list
	------------------------------ */
  /* ------------------------------
	article_base
	------------------------------ */
  /* ------------------------------
	status
	------------------------------ */
  /* ------------------------------
	message
	------------------------------ */
  /* ------------------------------
	image_slide
	------------------------------ */
  /* ------------------------------
	paging_area
	------------------------------ */
  /* ------------------------------
	page_loewer_area
	------------------------------ */
  /* ------------------------------
	SP
	------------------------------ */
}

.page .page_head {
  height: 300px;
  background-size: cover;
  background-position: center center;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page .anchor_menu {
  padding-top: 45px;
  padding-bottom: 45px;
}

.page .anchor_menu .flexbox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page .anchor_menu .flexbox li {
  font-weight: bold;
}

.page .anchor_menu .flexbox li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.page .anchor_menu .flexbox li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f063";
  margin-left: 1em;
}

.page .anchor_menu .flexbox li a:hover {
  color: #7EB8A8;
}

.page .breadcrumb_list {
  height: 35px;
  line-height: 35px;
  padding-top: 0;
  padding-bottom: 0;
}

.page .breadcrumb_list ul.flexbox li.flexchild {
  margin-right: 8px;
  white-space: nowrap;
}

.page .breadcrumb_list ul.flexbox li.flexchild a {
  text-decoration: underline;
  color: #666666;
}

.page .breadcrumb_list ul.flexbox li.flexchild:last-of-type {
  overflow: hidden;
  text-overflow: ellipsis;
}

.page .page_headline {
  font-size: 35px;
  font-weight: bold;
}

.page .description_text {
  text-align: left;
  border-left: 1px solid #333333;
  padding-left: 40px;
}

.page .article_container .flexbox {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page .article_container .flexbox .article_base {
  border: 1px solid #cccccc;
  border-radius: 5px;
  text-align: left;
  position: relative;
}

.page .article_container .flexbox .article_base a {
  display: block;
  width: 100%;
  height: 100%;
}

.page .article_container .flexbox .article_base a .thumbnail_frame {
  position: relative;
  width: 100%;
}

.page .article_container .flexbox .article_base a .thumbnail_frame::before {
  content: '';
  display: block;
  padding-top: 66.66%;
}

.page .article_container .flexbox .article_base a .thumbnail_frame .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
}

.page .article_container .flexbox .article_base a .thumbnail_frame span.category {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #333333;
  color: #fff;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  border-radius: 5px 0 0 0;
  padding: 0 15px;
}

.page .article_container .flexbox .article_base a .thumbnail_frame .article_info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.6);
  height: 35px;
  line-height: 35px;
  padding-left: 19px;
  padding-right: 19px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page .article_container .flexbox .article_base a .article_detail {
  padding: 15px 19px 17px;
}

.page .article_container .flexbox .article_base a .article_detail .article_title {
  font-weight: bold;
}

.page .article_container .flexbox .article_base a .article_detail .article_text {
  margin-top: 10px;
}

.page .article_container .flexbox .article_base a .article_detail .edit_date {
  padding-bottom: 15px;
  margin-top: 20px;
}

.page .article_container .flexbox .article_base a .article_detail .edit_date::before {
  content: url(../images/icon_pen.svg);
  display: inline-block;
  width: 15px;
  margin-right: 5px;
}

.page .article_container .flexbox .article_base a .article_detail .tag_area span.tag {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  border: 1px solid #333333;
  border-radius: 22px;
  padding: 0 10px;
}

.page .article_container .flexbox .article_base a .article_detail img.arrow {
  position: absolute;
  right: 26px;
  bottom: 16px;
}

.page .article_container .flexbox .article_base .category_others .thumbnail_frame .article_info {
  display: none;
}

.page .status {
  display: inline-block;
  border-radius: 3px;
  margin-right: 10px;
  height: 26px;
  line-height: 22px;
  padding: 0 5px;
  white-space: nowrap;
}

.page .entry_ok {
  background-color: #E6B923;
  border: 2px solid #E6B923;
  color: #fff;
}

.page .entry_full {
  color: #E6B923;
  border: 2px solid #E6B923;
  background-color: #fff;
}

.page .entry_end {
  color: #fff;
  border: 2px solid #fff;
  background-color: #333333;
}

.page .term {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page .message_head {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 70px;
}

.page .message_body {
  background-color: #fff;
  padding: 50px 100px;
  text-align: left;
}

.page .message_body .page_headline {
  text-align: center;
}

.page .message_body .head_copy {
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}

.page .message_body .fontll {
  font-weight: bold;
  margin-bottom: 30px;
}

.page .message_body .fontm {
  margin-bottom: 30px;
  letter-spacing: initial;
}

.page .box_wh {
  background-color: #fff;
  padding: 50px 100px;
  text-align: left;
}

.page .box_wh .fontll {
  font-weight: bold;
  margin-bottom: 30px;
}

.page .box_wh .fontm {
  margin-bottom: 30px;
  letter-spacing: initial;
}

.page .image_slide .swiper-wrapper .swiper-slide .thumbnail_frame {
  position: relative;
  width: 100%;
}

.page .image_slide .swiper-wrapper .swiper-slide .thumbnail_frame::before {
  content: '';
  display: block;
  padding-top: 66.66%;
}

.page .image_slide .swiper-wrapper .swiper-slide .thumbnail_frame .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
}

.page .paging_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page .paging_area ul .paging_button a {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
}

.page .paging_area ul .paging_button a span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #dbdbdb;
  margin-right: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page .paging_area ul .paging_button a img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page .paging_area ul .paging_button .active span {
  background-color: #7EB8A8;
}

.page .paging_area ul .prev_button {
  margin-right: 60px;
}

.page .paging_area ul .next_button {
  margin-left: 60px;
}

.page .page_loewer_area {
  padding-top: 90px;
  padding-bottom: 100px;
}

.page .page_loewer_area .flexbox {
  margin-top: 50px;
}

.page .page_loewer_area .flexbox .article_base {
  width: 31%;
  margin-right: 40px;
  margin-bottom: 59px;
}

.page .page_loewer_area .flexbox .article_base:nth-child(3n) {
  margin-right: 0;
}

.page .page_loewer_area .button {
  margin: 60px auto 0;
}

@media screen and (max-width: 599px) {
  .page .page_head {
    height: 150px;
    font-size: 30px;
  }
  .page .anchor_menu {
    padding-top: 25px;
    padding-bottom: 0;
  }
  .page .anchor_menu .flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }
  .page .anchor_menu .flexbox li {
    margin-bottom: 25px;
    position: relative;
  }
  .page .anchor_menu .flexbox li a::after {
    margin-left: 0;
    position: absolute;
    right: 0;
  }
  .page .message_head {
    font-size: 30px;
    margin-bottom: 35px;
    line-height: initial;
  }
  .page .message_body {
    padding: 35px 15px;
  }
  .page .message_body .fontm {
    margin-bottom: 40px;
  }
  .page .box_wh {
    padding: 35px 15px;
  }
  .page .page_headline {
    font-size: 25px;
  }
  .page .description_text {
    padding-left: 20px;
  }
  .page .page_loewer_area {
    padding-top: 35px;
  }
  .page .page_loewer_area .headline {
    text-align: center;
  }
  .page .page_loewer_area .flexbox {
    margin-top: 30px;
    min-width: 960px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    width: 599px;
  }
}

/* ------------------------------
single_page
------------------------------ */
.single_page {
  /* ------------------------------
	SP
	------------------------------ */
}

.single_page .breadcrumb_list {
  padding-top: 18px;
  line-height: initial;
}

.single_page .single_article {
  text-align: left;
}

.single_page .single_article .article_body {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.single_page .single_article .article_body div#page_nav {
  background-color: #f7f9f9;
  color: #666;
  padding: 2em 1em;
  margin: 40px 0;
}

.single_page .single_article .article_body div#page_nav .page_nav_title {
  font-weight: bold;
}

.single_page .single_article .article_body div#page_nav ul {
  margin-top: 1em;
}

.single_page .single_article .article_body div#page_nav ul li {
  border-bottom: solid 1px #e8e8e8;
  padding: 0.5em 0;
}

.single_page .single_article .article_body div#page_nav ul li a {
  color: #666;
  border: none;
  display: block;
}

.single_page .single_article .article_body .article_detail .article_info {
  font-weight: bold;
}

.single_page .single_article .article_body .article_detail .article_info .category {
  display: inline-block;
  color: #fff;
  background-color: #333333;
  border: solid 2px #333333;
  border-radius: 5px;
  margin-right: 10px;
  height: 26px;
  line-height: 22px;
  padding: 0 14px;
}

.single_page .single_article .article_body .article_detail .article_title {
  font-size: 35px;
  font-weight: bold;
  margin: 20px 0 20px;
}

.single_page .single_article .article_body .article_detail .tags_area {
  margin: 20px 0 20px;
}

.single_page .single_article .article_body .article_detail .tags_area .tag {
  margin-right: 20px;
  color: #7EB8A8;
  padding-bottom: 1px;
  border-bottom: 1px solid #7EB8A8;
}

.single_page .single_article .article_body .article_detail .tags_area .tag a {
  color: #7EB8A8;
  display: inline;
}

.single_page .single_article .article_body .thumbnail_frame {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.single_page .single_article .article_body .thumbnail_frame::before {
  content: '';
  display: block;
  padding-top: 66.66%;
}

.single_page .single_article .article_body .thumbnail_frame .thumbnail {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.single_page .single_article .article_body .lead_text {
  font-weight: bold;
  margin-bottom: 60px;
}

.single_page .single_article .article_body .article_text h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 20px;
}

.single_page .single_article .article_body .article_text h2::before {
  display: inline-block;
  content: '';
  width: 7px;
  height: 30px;
  background-color: #7EB8A8;
  margin-right: 13px;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

.single_page .single_article .article_body .article_text h3 {
  font-weight: bold;
}

.single_page .single_article .article_body .article_text p {
  margin: 1em 0;
}

.single_page .single_article .article_body .article_text a {
  display: inline;
  color: #7EB8A8;
  padding-bottom: 1px;
  border-bottom: 1px solid #7EB8A8;
}

.single_page .single_article .article_body .article_text blockquote {
  padding: 25px 36px;
  background-color: #f8f8f8;
  margin: 1em 0;
}

.single_page .single_article .article_body .article_text blockquote p {
  margin: 0;
}

.single_page .single_article .article_body .article_text strong {
  font-weight: bold;
}

.single_page .single_article .article_body .article_text em {
  font-style: italic;
}

.single_page .single_article .article_body .article_text del {
  text-decoration: line-through;
}

.single_page .single_article .article_body .article_text ul li {
  list-style-type: disc;
  margin-left: 1em;
}

.single_page .single_article .article_body .article_text ol li {
  list-style-type: decimal;
  margin-left: 1em;
}

.single_page .single_article .article_body .article_text .wp-caption {
  max-width: 100%;
}

.single_page .single_article .article_body .article_text .wp-caption-text {
  font-size: small;
  margin: 0;
}

.single_page .single_article .article_body .article_text .alignleft {
  display: block;
  margin: 0 auto 0 0;
}

.single_page .single_article .article_body .article_text .aligncenter {
  display: block;
  margin: 0 auto 0;
}

.single_page .single_article .article_body .article_text .alignright {
  display: block;
  margin: 0 0 0 auto;
}

.single_page .single_article .article_body .event_info dl {
  margin: 25px 0 35px;
}

.single_page .single_article .article_body .event_info dl dt {
  font-weight: bold;
  width: 14%;
  float: left;
}

.single_page .single_article .article_body .event_info dl dd {
  margin-left: 14%;
}

.single_page .single_article .article_body .peatix_window {
  margin: 90px 0 135px;
}

.single_page .single_article .article_body .peatix_window img {
  display: inline-block;
  width: 24px;
  margin-right: 16px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.single_page .single_article .article_body .peatix_window .fontll {
  font-weight: bold;
}

.single_page .single_article .article_body .peatix_window iframe {
  margin-top: 10px;
  width: 100%;
  height: 600px;
}

.single_page .bottom_line {
  width: 90%;
  height: 1px;
  background-color: #333333;
  margin: 0 auto;
}

.single_page .page_loewer_area .button_wh a img {
  left: 20px;
}

@media screen and (max-width: 599px) {
  .single_page .breadcrumb_list {
    padding-top: 10px;
  }
  .single_page .single_article .article_body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .single_page .single_article .article_body .article_detail .article_info .term {
    display: block;
    margin-top: 5px;
  }
  .single_page .single_article .article_body .article_detail .article_title {
    font-size: 30px;
    margin: 15px 0 15px;
    line-height: initial;
  }
  .single_page .single_article .article_body .article_detail .tags_area {
    margin: 15px 0 15px;
  }
  .single_page .single_article .article_body .thumbnail_frame {
    margin-bottom: 26px;
  }
  .single_page .single_article .article_body .lead_text {
    margin-bottom: 45px;
    line-height: initial;
  }
  .single_page .single_article .article_body .event_info dl {
    margin: 18px 0 30px;
  }
  .single_page .single_article .article_body .event_info dl dt {
    width: 20%;
  }
  .single_page .single_article .article_body .event_info dl dd {
    margin-left: 20%;
  }
  .single_page .single_article .article_body .peatix_window {
    margin: 10px 0 100px;
  }
}
/*# sourceMappingURL=single_page.css.map */