@charset "UTF-8";
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*----------------------------------------------------
	container
----------------------------------------------------*/
.container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .container {
    padding-right: 2% !important;
    padding-left: 2% !important;
  }
}
/*----------------------------------------------------
	spNav
----------------------------------------------------*/
header .header_menu {
  display: none;
  position: absolute;
  right: 20px;
  top: 12px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 1000;
}
header .header_menu div {
  position: relative;
}
header .header_menu span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: blue;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
header .header_menu span:nth-child(1) {
  top: 10px;
}
header .header_menu span:nth-child(2) {
  top: 20px;
}
header .header_menu span:nth-child(3) {
  top: 30px;
}
header .header_menu.open span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  background: blue;
}
header .header_menu.open span:nth-child(2) {
  width: 0;
  left: 50%;
}
header .header_menu.open span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: blue;
}

#spNav {
  display: none;
  position: fixed;
  left: 0;
  top: 68px;
  width: 100%;
  height: -webkit-calc(100vh - 68px);
  height: calc(100vh - 68px);
  background: RGBa(7, 31, 58, 0.9);
  text-align: center;
  padding: 6vh 10% 8vh;
  z-index: 9999;
}
#spNav ul {
  opacity: 0;
  margin-bottom: 30px;
}
#spNav ul li {
  border-bottom: 1px solid blue;
}
#spNav ul li a {
  display: block;
  width: 100%;
  line-height: 6.2vh;
  color: #fff;
  text-decoration: none;
}

/*----------------------------------------------------
	responsive
----------------------------------------------------*/
.hide {
  display: none;
}

.pc {
  display: inline;
}

.pc.block {
  display: block;
}

.pc.inline-block {
  display: inline-block;
}

.pc_hide {
  display: none;
}

.pc_hide.block {
  display: none;
}

.pc_hide.inline-block {
  display: none;
}

.sp {
  display: none;
}

.sp.block {
  display: none;
}

.sp.inline-block {
  display: none;
}

@media (max-width: 767px) {
  .sp {
    display: inline;
  }

  .sp.block {
    display: block;
  }

  .sp.inline-block {
    display: inline-block;
  }

  .sp_hide {
    display: none;
  }

  .sp_hide.block {
    display: none;
  }

  .sp_hide.inline-block {
    display: none;
  }

  .pc {
    display: none;
  }

  .pc.block {
    display: none;
  }

  .pc.inline-block {
    display: none;
  }

  .pc_hide {
    display: inline;
  }

  .pc_hide.block {
    display: block;
  }

  .pc_hide.inline-block {
    display: inline-block;
  }
}
/*----------------------------------------------------
	flexbox
----------------------------------------------------*/
.flex {
  display: -webkit-flex;
  display: flex;
}
.flex.flex--justify {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex.flex--jcenter {
  -webkit-justify-content: center;
  justify-content: center;
}
.flex.flex--wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.flex--center {
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
.flex.flex--col02 {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.flex--col02 .w64 {
  width: 64%;
}
.flex.flex--col02 .w62 {
  width: 62%;
}
.flex.flex--col02 .w50 {
  width: 50%;
}
.flex.flex--col02 .w46 {
  width: 46%;
}
.flex.flex--col02 .w44 {
  width: 44%;
}
.flex.flex--col02 .w33 {
  width: 33.33%;
}
.flex.flex--col02 .w30 {
  width: 30%;
}

@media (max-width: 767px) {
  .flex.flex--col02 .pic {
    order: 1;
    text-align: center;
    margin-bottom: 30px;
  }
  .flex.flex--col02 .txt {
    order: 2;
    margin-bottom: 30px;
  }
  .flex.flex--col02 .w64,
  .flex.flex--col02 .w62,
  .flex.flex--col02 .w50,
  .flex.flex--col02 .w46,
  .flex.flex--col02 .w44,
  .flex.flex--col02 .w33,
  .flex.flex--col02 .w30 {
    width: 100%;
  }
}
/*----------------------------------------------------
	btn
----------------------------------------------------*/
a.btn, .btn {
  display: inline-block;
  color: #fff;
  width: 10rem;
  background: blue;
  text-align: center;
  padding: 14px 0.5rem;
  text-decoration: none;
  border: 1px solid blue;
}
a.btn:hover, .btn:hover {
  background: #fff;
  color: blue;
}
a.btn.btn--wt, .btn.btn--wt {
  background: #fff;
  color: blue;
}
a.btn.btn--wt:hover, .btn.btn--wt:hover {
  color: #fff;
  background: blue;
}
a.btn.btn--small, .btn.btn--small {
  padding: 4px 0.5rem;
}
a.btn.btn--large, .btn.btn--large {
  min-width: 40%;
  padding: 20px 0.5rem;
  font-size: 1.25rem;
}
a.btn.btn--100per, .btn.btn--100per {
  width: 100%;
}

@media (max-width: 767px) {
  a.btn, .btn {
    padding: 10px 0.5rem;
  }
  a.btn.btn--large, .btn.btn--large {
    width: 90%;
    font-size: 1rem;
  }
}
/*----------------------------------------------------
	align
----------------------------------------------------*/
.al-right {
  text-align: right;
}

.al-center {
  text-align: center;
}

.al-left {
  text-align: left;
}

/*----------------------------------------------------
	object
----------------------------------------------------*/
embed,
iframe,
object {
  max-width: 100%;
}

/*----------------------------------------------------
	font-size
----------------------------------------------------*/
.fz-13 {
  font-size: 1.3em;
}

.fz-17 {
  font-size: 1.7em;
}

.fz-19 {
  font-size: 1.9em;
}

.fz-21 {
  font-size: 2.1em;
}

.fz-23 {
  font-size: 2.3em;
}

.fz-30 {
  font-size: 3em;
}

/*----------------------------------------------------
	padding
----------------------------------------------------*/
.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .pt-60 {
    padding-top: 50px;
  }

  .pt-80 {
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  .pt-60 {
    padding-top: 40px;
  }

  .pt-80 {
    padding-top: 50px;
  }
}
/*----------------------------------------------------
	margin
----------------------------------------------------*/
.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 50px;
  }

  .mb-80 {
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .mb-60 {
    margin-bottom: 40px;
  }

  .mb-80 {
    margin-bottom: 50px;
  }
}
/*----------------------------------------------------
	animation
----------------------------------------------------*/
.dl01s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.dl02s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.dl03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.dl04s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.dl05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.dl06s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.dl07s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.dl08s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.dl09s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.dl1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.dl15s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.dl2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.dl25s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.dl3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.dl35s {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.dl4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.dl45s {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.dl5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.dl55s {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

.dl6s {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.dl65s {
  -webkit-animation-delay: 6.5s;
  animation-delay: 6.5s;
}

.dl7s {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.dl75s {
  -webkit-animation-delay: 7.5s;
  animation-delay: 7.5s;
}

.dl8s {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.dl85s {
  -webkit-animation-delay: 8.5s;
  animation-delay: 8.5s;
}

.dl9s {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.dl95s {
  -webkit-animation-delay: 9.5s;
  animation-delay: 9.5s;
}

/*----------------------------------------------------
	display:table
----------------------------------------------------*/
.dis_t {
  display: table;
  width: 100%;
}

.dis_cell {
  display: table-cell;
  vertical-align: middle;
}

/*----------------------------------------------------
	youtube
----------------------------------------------------*/
.ytube {
  position: relative;
  height: 0;
  margin-bottom: 10px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

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

/*table*/
.base_t {
  width: 100%;
  margin-bottom: 30px;
}
.base_t tr th {
  color: #fff;
  padding: 14px 2em;
  text-align: center;
  border: 1px solid #ccc;
}
.base_t tr td {
  padding: 14px 3em;
  color: blue;
  border: 1px solid #ccc;
  background: #fff;
}

@media (max-width: 767px) {
  .base_t {
    font-size: 0.8125rem;
    margin-bottom: 18px;
  }
  .base_t tr th {
    padding: 12px 0.5rem;
    width: 8em;
  }
  .base_t tr td {
    padding: 12px 0.5rem;
  }
}
/* ----------------------------------------------------------------------
 WordPress プリセットスタイル
---------------------------------------------------------------------- */
/* alignment */
.post_content .alignright {
  float: right;
}

.post_content .alignleft {
  float: left;
}

.post_content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}

.post_content blockquote.alignleft, .post_content img.alignleft {
  margin: 7px 24px 7px 0;
}

.post_content .wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

.post_content blockquote.alignright, .post_content img.alignright {
  margin: 7px 0 7px 24px;
}

.post_content .wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

.post_content blockquote.aligncenter, .post_content img.aligncenter, .post_content .wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}

/* text and headline */
.post_content p {
  line-height: 2.4;
  margin: 0 0 2em 0;
}

.post_content h3 {
  font-size: 130%;
  padding-top: 20px;
}

.post_content h4 {
  font-size: 120%;
}

.post_content h5 {
  font-size: 110%;
}

.post_content h6 {
  font-size: 100%;
}

/* image */
.post_content img[class*="align"], .post_content img[class*="wp-image-"], .post_content img[class*="attachment-"], .post_content img.size-full, .post_content img.size-large, .post_content .wp-post-image, .post_content img {
  height: auto;
  max-width: 100%;
}

/* list */
.post_content li, .post_content dt, .post_content dd {
  line-height: 2.2;
}

.post_content ul, .post_content ol, .post_content dl {
  margin-bottom: 24px;
}

.post_content ol {
  list-style: decimal outside none;
  margin-left: 1.5em;
}

.post_content ul {
  list-style: circle outside none;
  margin-left: 1.3em;
}

.post_content li > ul, .post_content li > ol {
  margin-bottom: 0;
}

.post_content dt {
  font-weight: bold;
}

.post_content dd {
  margin-bottom: 1em;
}

/* table */
.post_content table {
  margin: 0 0 24px 0;
  /*width:100% !important;*/
}

.post_content td, .post_content th {
  border: 1px solid #bbb;
  padding: 10px 15px;
  line-height: 2.2;
}

.post_content th {
  background: #eee;
  font-weight: normal;
}

/* table style */
.post_content table.table_no_border th, .post_content table.table_no_border td {
  border: none;
  padding-left: 0;
}

.post_content table.table_border_horizontal th, .post_content table.table_border_horizontal td {
  border-left: none;
  border-right: none;
  padding-left: 0;
}

/* block quote */
.post_content blockquote {
  margin: 0 0 25px 0;
  padding: 27px 30px 0;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 0px 0px #f2f2f2;
  position: relative;
}

.post_content blockquote:before {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 10px;
  color: #5cbcd7;
}

.post_content blockquote:after {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  line-height: 60px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 7px;
  right: -2px;
  color: #5cbcd7;
}

.post_content blockquote cite {
  border-top: 1px dotted #aaa;
  display: block;
  padding: 20px 0 0 0;
  font-style: italic;
  text-align: right;
  font-size: 90%;
}

/* captions */
.post_content .wp-caption {
  margin-bottom: 24px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  max-width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.post_content .wp-caption-text {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px auto;
}

.post_content .wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

/* gallery */
.gallery {
  margin-bottom: 20px;
}

.gallery a img {
  border: 0 !important;
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}

.gallery-columns-10 .gallery-item {
  max-width: 7%;
  max-width: -webkit-calc(9.4% - 0px);
  max-width: calc(9.4% - 0px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n), .gallery-columns-10 .gallery-item:nth-of-type(10n) {
  margin-right: 0;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption, .gallery-columns-10 .gallery-caption {
  display: none;
}

/* etc */
.post_content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.post_content address {
  margin: 0 0 24px 0;
  line-height: 2.2;
}

.post_content pre {
  border-left: 5px solid #7fc120;
  font-size: 12px;
  margin: 0 0 27px 0;
  line-height: 25px;
  background: url(img/common/pre.gif) repeat left top;
  padding: 0 17px;
  overflow: auto;
}

.post_content .mejs-container {
  margin: 12px 0 25px;
}
