@charset "UTF-8";
/*** top page ***/
.page_top #heroimage {
  position: relative;
  margin: auto;
  max-width: 1330px;
  height: 450px;
  line-height: 0;
  overflow-x: hidden;
}

.page_top #heroimage ul {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 1300px;
  z-index: 1;
}

.page_top #heroimage ul li {
  position: relative;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  z-index: 1;
  width: 100%;
  height: 450px;
  background: url(../images/top/heroimage_01.jpg) no-repeat center;
}

.page_top #heroimage ul li img {
  display: none;
}

.page_top #heroimage ul li:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: url(../images/top/heroimage_02.jpg) no-repeat center;
}

.page_top #heroimage ul li.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .page_top #heroimage ul li {
    background: none !important;
    height: auto;
  }
  .page_top #heroimage ul li img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.page_top #heroimage .inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 450px;
  z-index: 10;
}

.page_top #heroimage p {
  position: absolute;
  top: 80px;
  left: 30px;
  margin: 0;
  z-index: 2;
  line-height: 0;
  width: 436px;
}

@media (max-width: 767px) {
  .page_top #heroimage {
    height: auto;
    background: none;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .page_top #heroimage > .inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .page_top #heroimage > .inner p {
    display: none;
  }
}

.page_top .sec_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
}

@media (max-width: 767px) {
  .page_top .sec_01 {
    display: block;
  }
}

.page_top .sec_01 .items {
  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;
  width: 50%;
  height: 380px;
}

@media (max-width: 767px) {
  .page_top .sec_01 .items {
    width: 100%;
  }
}

.page_top .sec_01 .items:first-child {
  background: url(../images/top/bg_sec_01_01.jpg) no-repeat center;
  background-size: cover;
}

.page_top .sec_01 .items:last-child {
  background: url(../images/top/bg_sec_01_02.jpg) no-repeat center;
  background-size: cover;
}

.page_top .sec_01 .items .box {
  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;
  width: 450px;
  height: 230px;
  background: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  .page_top .sec_01 .items .box {
    width: calc(100% - 40px);
  }
}

.page_top .sec_01 .items .box .box_inner {
  text-align: center;
}

.page_top .sec_01 .items .box .box_inner .headline {
  margin-top: 0;
  margin-bottom: 20px;
}

.page_top .sec_01 .items .box .box_inner .headline span {
  display: block;
}

.page_top .sec_01 .items .box .box_inner .headline span.sub {
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
}

.page_top .sec_02 {
  padding: 40px 0;
  background: #4ebbf1;
}

.page_top .sec_02 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  /*max-width: 1212px; */
  max-width: 960px;
}

@media (max-width: 767px) {
  .page_top .sec_02 .inner {
    display: block;
  }
}

.page_top .sec_02 .inner .items {
  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;
  width: calc(100% / 3 - 20px);
  max-width: 380px;
  /*height: 360px;*/
  height: 280px;
  /*height: 300px;*/
  background: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .page_top .sec_02 .inner .items {
    margin-bottom: 20px;
    padding: 40px;
    width: 100%;
    max-width: none;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page_top .sec_02 .inner .items:last-child {
    margin-bottom: 0;
  }
}

.page_top .sec_02 .inner .items .icon {
  display: block;
}

.page_top .sec_02 .inner .items h1 {
  margin-top: 25px;
  margin-bottom: 0px;
}

.page_top .sec_02 .inner .items p {
  margin-top: 0;
  line-height: 1.15;
}

/* 製品紹介 */
.page_product .sec_01 h1 {
  margin: 0 auto;
  width: 380px;
}

@media (max-width: 767px) {
.page_product .sec_01 h1 {
  margin: 0 auto;
  width: 300px;
}
}


.page_product .sec_01 .intro {
  margin: 2em auto;
  max-width: 600px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}

.page_product .sec_01 figure {
  margin: -2em 0;
}

.page_product .sec_02 {
  background: #eee;
}

.page_product .sec_02 .headline {
  margin: 0 0 1.5em 0;
}

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

@media (max-width: 767px) {
  .page_product .sec_02 .point_list {
    display: block;
  }
}

.page_product .sec_02 .point_list .items {
  width: calc(100% / 3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .page_product .sec_02 .point_list .items {
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
  }
}

.page_product .sec_02 .point_list .items .icon {
  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;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page_product .sec_02 .point_list .items .icon img.quality_icon {
  margin-left: -6px;
}

.page_product .sec_02 .point_list .items .txt_box {
  padding: 0 25px;
  height: 250px;
  border-left: 1px solid #ccc;
}

@media (max-width: 767px) {
  .page_product .sec_02 .point_list .items .txt_box {
    height: auto;
    border: 0px !important;
  }
}

.page_product .sec_02 .point_list .items .txt_box h2 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #0096e0;
  text-align: center;
}

.page_product .sec_02 .point_list .items .txt_box p.txt {
  font-size: 12px;
  font-size: 1.2rem;
  height: 110px;
}

@media (max-width: 767px) {
  .page_product .sec_02 .point_list .items .txt_box p.txt {
    height: auto;
  }
}

.page_product .sec_02 .point_list .items .txt_box img {
  width: 100%;
  height: auto;
}

.page_product .sec_02 .point_list .items:last-child .txt_box {
  border-right: 1px solid #ccc;
}

.page_product .sec_03 {
  padding-bottom: 0;
}

.page_product .sec_03 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .page_product .sec_03 .inner {
    display: block;
  }
}

.page_product .sec_03 .inner .box_l {
  width: 330px;
  height: 330px;
}

@media (max-width: 767px) {
  .page_product .sec_03 .inner .box_l {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 280px;
    height: 280px;
  }
}

.page_product .sec_03 .inner .box_r {
  margin-left: 30px;
  width: calc(100% - 360px);
}

@media (max-width: 767px) {
  .page_product .sec_03 .inner .box_r {
    width: 100%;
    margin-left: 0;
  }
}

.page_product .sec_03 .inner .box_r .style_default {
  margin-bottom: 20px;
  width: 100%;
}

.page_product .sec_03 .inner .box_r .style_default th {
  width: 100px;
}

.page_product .sec_03 .inner .box_r .box_gray {
  padding: 20px;
  background: #eee;
  font-size: 12px;
  font-size: 1.2rem;
}

.page_product .sec_03 .inner .box_r .box_gray h3 {
  margin-top: 0;
}

.page_product .sec_03 .inner .box_r .box_gray p {
  margin-bottom: 0;
}

.page_product .bottle {
  padding-bottom: 0;
}

.page_product .bottle .inner .headline {
  margin-top: 0;
}

.page_product .bottle .inner p {
  margin: 0;
  margin-bottom: -10px;
  padding: 0 16px;
  text-align: center;
}

.page_product .bottle .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 16px;
  list-style: none;
  background: #fffde4;
  border-radius: 4px;
  border: 1px solid #0096e0;
}

.page_product .bottle .inner ul li {
  margin: 0 8px;
  padding: 16px;
  width: calc(100% / 5 - 16px);
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  background: #0096e0;
  border-radius: 4px;
  color: #fff;
}

@media (max-width: 767px) {
  .page_product .bottle .inner ul li {
    margin-bottom: 16px;
    width: 100%;
  }
  .page_product .bottle .inner ul li:last-child {
    margin-bottom: 0;
  }
}

/* 企業情報 */
.page_company .style_default {
  width: 100%;
}

.page_company .style_default th {
  width: 20%;
}

@media (max-width: 767px) {
  .page_company .style_default {
    display: block;
  }
  .page_company .style_default tbody,
  .page_company .style_default tr,
  .page_company .style_default th,
  .page_company .style_default td {
    display: block;
    width: 100%;
  }
  .page_company .style_default th {
    border: 0;
    text-align: left;
  }
  .page_company .style_default tr:first-child th {
    border-top: 1px solid #ccc;
  }
  .page_company .style_default td {
    border-top: 0;
  }
}

.page_company .map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .page_company .map {
    display: block;
  }
}

.page_company .map figure {
  margin: 0 20px 0 0;
}

@media (max-width: 767px) {
  .page_company .map figure {
    margin: 0 0 20px 0;
  }
}

.page_company .map iframe {
  height: 340px;
}

@media (max-width: 767px) {
  .page_company .map iframe {
    width: 100%;
  }
}

.page_company .sec_02 {
  background: #eee;
}

.page_company .headline {
  margin-top: 0;
}

.page_company .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .page_company .container {
    display: block;
  }
}

.page_company .container .photo {
  max-width: 350px;
}

@media (max-width: 767px) {
  .page_company .container .photo {
    margin: 0 auto 20px auto;
  }
}

.page_company .container .photo img {
  border: 1px solid #ccc;
}

.page_company .container .inner_box {
  max-width: 590px;
}

@media (max-width: 767px) {
  .page_company .container .inner_box {
    max-width: none;
  }
}

.page_company .container .inner_box .map_img {
  margin: 20px auto 0px auto;
  width: 100%;
}

.page_company .container .inner_box .map_img iframe {
  height: 245px;
}

@media (max-width: 767px) {
  .page_company .container .inner_box .map_img iframe {
    width: 100%;
  }
}

.page_company .sec_03 .map_img iframe {
  height: 224px !important;
}

@media (max-width: 767px) {
  .page_company .sec_03 .map_img iframe {
    width: 100%;
    height: 245px !important;
  }
}

.page_news.details .article_header {
  border-bottom: 1px solid #ccc;
}

.page_news.details .article_header time {
  display: block;
  font-size: 16px;
  /*font-size: 1.2rem;
  font-weight: bold;*/
}

.page_news.details .article_header .headline {
  margin: 20px auto;
  text-align: left;
}

.page_news.details .article_footer {
  margin-top: 30px;
}

.page_news.details .article_footer .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page_news.details .article_footer .pagination .prev_link a::before {
  display: inline-block;
  content: '';
  margin-right: 8px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right: 5px solid #004ea2;
}

.page_news.details .article_footer .pagination .next_link a::after {
  display: inline-block;
  content: '';
  margin-left: 8px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #004ea2;
}

.page_news.details .content {
  /* Playlist Style Overrides */
}

.page_news.details .content h1 {
  padding-left: 10px;
  font-size: 26px;
  font-size: 2.6rem;
  border-left: 8px solid #004ea2;
}

.page_news.details .content h2 {
  font-size: 22px;
  font-size: 2.2rem;
}

.page_news.details .content blockquote {
  color: #666;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.page_news.details .content blockquote.alignleft,
.page_news.details .content blockquote.alignright {
  font-size: 14px;
  font-size: 0.875rem;
  width: 34%;
}

.page_news.details .content ul,
.page_news.details .content ol {
  margin: 0 0 1.5em;
  padding: 0;
}

.page_news.details .content ul {
  list-style: disc;
}

.page_news.details .content ol {
  counter-reset: item;
}

.page_news.details .content ol li {
  display: block;
  position: relative;
}

.page_news.details .content ol li:before {
  content: counter(item);
  counter-increment: item;
  font-weight: 800;
  left: -1.5em;
  position: absolute;
}

.page_news.details .content li > ul,
.page_news.details .content li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

.page_news.details .content dt {
  font-weight: 700;
}

.page_news.details .content dd {
  margin: 0 1.5em 1.5em;
}

.page_news.details .content table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}

.page_news.details .content thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em;
}

.page_news.details .content th {
  padding: 0.4em;
  text-align: left;
}

.page_news.details .content tr {
  border-bottom: 1px solid #eee;
}

.page_news.details .content td {
  padding: 0.4em;
}

.page_news.details .content th:first-child,
.page_news.details .content td:first-child {
  padding-left: 0;
}

.page_news.details .content th:last-child,
.page_news.details .content td:last-child {
  padding-right: 0;
}

.page_news.details .content img {
  height: auto;
  /* Make sure images are scaled correctly. */
  width: inherit;
  /* Make images fill their parent's space. Solves IE8. */
  max-width: 100%;
  /* Adhere to container width. */
}

.page_news.details .content embed,
.page_news.details .content iframe,
.page_news.details .content object {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.page_news.details .content .wp-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.page_news.details .content .wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page_news.details .content .wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.page_news.details .content .gallery {
  margin-bottom: 1.5em;
}

.page_news.details .content .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.page_news.details .content .gallery-item a,
.page_news.details .content .gallery-item a:hover,
.page_news.details .content .gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
}

.page_news.details .content .gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.page_news.details .content .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.page_news.details .content .gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.page_news.details .content .gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.page_news.details .content .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.page_news.details .content .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.page_news.details .content .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.page_news.details .content .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.page_news.details .content .gallery-caption {
  display: block;
}

.page_news.details .content .mejs-container {
  margin-bottom: 1.5em;
}

.page_news.details .content .mejs-controls a.mejs-horizontal-volume-slider,
.page_news.details .content .mejs-controls a.mejs-horizontal-volume-slider:focus,
.page_news.details .content .mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0;
}

.page_news.details .content .wp-playlist-light {
  border-color: #eee;
  color: #222;
}

.page_news.details .content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
  color: #333;
}

.page_news.details .content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
  color: #767676;
}

.page_news.details .content .wp-playlist-light .wp-playlist-item {
  border-bottom: 1px dotted #eee;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.page_news.details .content .wp-playlist-light .wp-playlist-item:hover,
.page_news.details .content .wp-playlist-light .wp-playlist-item:focus {
  border-bottom-color: transparent;
  background-color: #767676;
  color: #fff;
}

.page_news.details .content .wp-playlist-light a.wp-playlist-caption:hover,
.page_news.details .content .wp-playlist-light .wp-playlist-item:hover a,
.page_news.details .content .wp-playlist-light .wp-playlist-item:focus a {
  color: #fff;
}

.page_news.details .content .wp-playlist-dark {
  background: #222;
  border-color: #333;
}

.page_news.details .content .wp-playlist-dark .mejs-container .mejs-controls {
  background-color: #333;
}

.page_news.details .content .wp-playlist-dark .wp-playlist-caption {
  color: #fff;
}

.page_news.details .content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
  color: #eee;
}

.page_news.details .content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
  color: #aaa;
}

.page_news.details .content .wp-playlist-dark .wp-playlist-playing {
  background-color: #333;
}

.page_news.details .content .wp-playlist-dark .wp-playlist-item {
  border-bottom: 1px dotted #555;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.page_news.details .content .wp-playlist-dark .wp-playlist-item:hover,
.page_news.details .content .wp-playlist-dark .wp-playlist-item:focus {
  border-bottom-color: transparent;
  background-color: #aaa;
  color: #222;
}

.page_news.details .content .wp-playlist-dark a.wp-playlist-caption:hover,
.page_news.details .content .wp-playlist-dark .wp-playlist-item:hover a,
.page_news.details .content .wp-playlist-dark .wp-playlist-item:focus a {
  color: #222;
}

.page_news.details .content .wp-playlist {
  padding: 0.625em 0.625em 0.3125em;
}

.page_news.details .content .wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 700;
}

.page_news.details .content .wp-playlist-current-item .wp-playlist-item-album {
  font-style: normal;
}

.page_news.details .content .wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

.page_news.details .content .wp-playlist-item {
  padding: 0 0.3125em;
  cursor: pointer;
}

.page_news.details .content .wp-playlist-item:last-of-type {
  border-bottom: none;
}

.page_news.details .content .wp-playlist-item a {
  padding: 0.3125em 0;
  border-bottom: none;
}

.page_news.details .content .wp-playlist-item a,
.page_news.details .content .wp-playlist-item a:focus,
.page_news.details .content .wp-playlist-item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.page_news.details .content .wp-playlist-item-length {
  top: 5px;
}

.page_news.details .content .rtl th {
  text-align: right;
}

.page_news.details .content .rtl ol {
  counter-reset: item;
}

.page_news.details .content .rtl ol li:before {
  left: auto;
  right: -1.5em;
}

.page_news.details .content .rtl li > ul,
.page_news.details .content .rtl li > ol {
  margin-left: 0;
  margin-right: 1.5em;
}

.page_news.details .content .rtl .mejs-offscreen {
  right: -10000px;
}

/* 設置例 */
.page_case .section + .construction {
  display: none;
}

.page_case .case_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 60px;
}

@media (max-width: 767px) {
  .page_case .case_wrap {
    display: block;
  }
}

.page_case .case_wrap .section {
  padding-top: 0;
  width: calc(100% - 200px - 32px);
}

@media (max-width: 767px) {
  .page_case .case_wrap .section {
    width: auto;
  }
}

.page_case .case_wrap .section .headline {
  margin-top: 0;
  text-align: left;
  padding-top: 16px;
  border-top: 1px solid #0096e0;
  color: #0096e0;
}

.page_case .case_wrap .case_category {
  width: 200px;
}

@media (max-width: 767px) {
  .page_case .case_wrap .case_category {
    width: auto;
  }
}

.page_case .case_wrap .case_category ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #0096e0;
}

.page_case .case_wrap .case_category ul li {
  border-bottom: 1px solid #ccc;
}

.page_case .case_wrap .case_category ul li a {
  display: block;
  padding: 10px;
}

.page_case .pager_area {
  position: relative;
  text-align: center;
  padding-top: 20px;
}

.page_case .pager_area > * {
  display: inline-block;
}

.page_case .pager_area .prev {
  position: absolute;
  left: 0;
}

.page_case .pager_area .next {
  position: absolute;
  right: 0;
}

.page_case .pager_area .page-numbers {
  margin: 0 8px;
}

.page_case .inner_items {
  border-bottom: 1px solid #ccc;
  /* Playlist Style Overrides */
}

.page_case .inner_items .time {
  margin-top: 20px;
  padding-bottom: 20px;
  text-align: right;
  color: #ccc;
  font-weight: bold;
}

.page_case .inner_items h1 {
  padding-left: 10px;
  font-size: 26px;
  font-size: 2.6rem;
  border-left: 8px solid #004ea2;
}

.page_case .inner_items h2 {
  font-size: 22px;
  font-size: 2.2rem;
}

.page_case .inner_items blockquote {
  color: #666;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.page_case .inner_items blockquote.alignleft,
.page_case .inner_items blockquote.alignright {
  font-size: 14px;
  font-size: 0.875rem;
  width: 34%;
}

.page_case .inner_items ul,
.page_case .inner_items ol {
  margin: 0 0 1.5em;
  padding: 0;
}

.page_case .inner_items ul {
  list-style: disc;
}

.page_case .inner_items ol {
  counter-reset: item;
}

.page_case .inner_items ol li {
  display: block;
  position: relative;
}

.page_case .inner_items ol li:before {
  content: counter(item);
  counter-increment: item;
  font-weight: 800;
  left: -1.5em;
  position: absolute;
}

.page_case .inner_items li > ul,
.page_case .inner_items li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

.page_case .inner_items dt {
  font-weight: 700;
}

.page_case .inner_items dd {
  margin: 0 1.5em 1.5em;
}

.page_case .inner_items table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}

.page_case .inner_items thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em;
}

.page_case .inner_items th {
  padding: 0.4em;
  text-align: left;
}

.page_case .inner_items tr {
  border-bottom: 1px solid #eee;
}

.page_case .inner_items td {
  padding: 0.4em;
}

.page_case .inner_items th:first-child,
.page_case .inner_items td:first-child {
  padding-left: 0;
}

.page_case .inner_items th:last-child,
.page_case .inner_items td:last-child {
  padding-right: 0;
}

.page_case .inner_items img {
  height: auto;
  /* Make sure images are scaled correctly. */
  width: inherit;
  /* Make images fill their parent's space. Solves IE8. */
  max-width: 100%;
  /* Adhere to container width. */
}

.page_case .inner_items embed,
.page_case .inner_items iframe,
.page_case .inner_items object {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.page_case .inner_items .wp-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.page_case .inner_items .wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page_case .inner_items .wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.page_case .inner_items .gallery {
  margin-bottom: 1.5em;
}

.page_case .inner_items .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.page_case .inner_items .gallery-item a,
.page_case .inner_items .gallery-item a:hover,
.page_case .inner_items .gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
}

.page_case .inner_items .gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.page_case .inner_items .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.page_case .inner_items .gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.page_case .inner_items .gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.page_case .inner_items .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.page_case .inner_items .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.page_case .inner_items .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.page_case .inner_items .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.page_case .inner_items .gallery-caption {
  display: block;
}

.page_case .inner_items .mejs-container {
  margin-bottom: 1.5em;
}

.page_case .inner_items .mejs-controls a.mejs-horizontal-volume-slider,
.page_case .inner_items .mejs-controls a.mejs-horizontal-volume-slider:focus,
.page_case .inner_items .mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0;
}

.page_case .inner_items .wp-playlist-light {
  border-color: #eee;
  color: #222;
}

.page_case .inner_items .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
  color: #333;
}

.page_case .inner_items .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
  color: #767676;
}

.page_case .inner_items .wp-playlist-light .wp-playlist-item {
  border-bottom: 1px dotted #eee;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.page_case .inner_items .wp-playlist-light .wp-playlist-item:hover,
.page_case .inner_items .wp-playlist-light .wp-playlist-item:focus {
  border-bottom-color: transparent;
  background-color: #767676;
  color: #fff;
}

.page_case .inner_items .wp-playlist-light a.wp-playlist-caption:hover,
.page_case .inner_items .wp-playlist-light .wp-playlist-item:hover a,
.page_case .inner_items .wp-playlist-light .wp-playlist-item:focus a {
  color: #fff;
}

.page_case .inner_items .wp-playlist-dark {
  background: #222;
  border-color: #333;
}

.page_case .inner_items .wp-playlist-dark .mejs-container .mejs-controls {
  background-color: #333;
}

.page_case .inner_items .wp-playlist-dark .wp-playlist-caption {
  color: #fff;
}

.page_case .inner_items .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
  color: #eee;
}

.page_case .inner_items .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
  color: #aaa;
}

.page_case .inner_items .wp-playlist-dark .wp-playlist-playing {
  background-color: #333;
}

.page_case .inner_items .wp-playlist-dark .wp-playlist-item {
  border-bottom: 1px dotted #555;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.page_case .inner_items .wp-playlist-dark .wp-playlist-item:hover,
.page_case .inner_items .wp-playlist-dark .wp-playlist-item:focus {
  border-bottom-color: transparent;
  background-color: #aaa;
  color: #222;
}

.page_case .inner_items .wp-playlist-dark a.wp-playlist-caption:hover,
.page_case .inner_items .wp-playlist-dark .wp-playlist-item:hover a,
.page_case .inner_items .wp-playlist-dark .wp-playlist-item:focus a {
  color: #222;
}

.page_case .inner_items .wp-playlist {
  padding: 0.625em 0.625em 0.3125em;
}

.page_case .inner_items .wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 700;
}

.page_case .inner_items .wp-playlist-current-item .wp-playlist-item-album {
  font-style: normal;
}

.page_case .inner_items .wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

.page_case .inner_items .wp-playlist-item {
  padding: 0 0.3125em;
  cursor: pointer;
}

.page_case .inner_items .wp-playlist-item:last-of-type {
  border-bottom: none;
}

.page_case .inner_items .wp-playlist-item a {
  padding: 0.3125em 0;
  border-bottom: none;
}

.page_case .inner_items .wp-playlist-item a,
.page_case .inner_items .wp-playlist-item a:focus,
.page_case .inner_items .wp-playlist-item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.page_case .inner_items .wp-playlist-item-length {
  top: 5px;
}

.page_case .inner_items .rtl th {
  text-align: right;
}

.page_case .inner_items .rtl ol {
  counter-reset: item;
}

.page_case .inner_items .rtl ol li:before {
  left: auto;
  right: -1.5em;
}

.page_case .inner_items .rtl li > ul,
.page_case .inner_items .rtl li > ol {
  margin-left: 0;
  margin-right: 1.5em;
}

.page_case .inner_items .rtl .mejs-offscreen {
  right: -10000px;
}

.page_message .headline {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  border-top: 1px solid #0096e0;
}

.page_message h3 {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 20px;
}

.page_message .img_box {
  position: relative;
  margin: auto;
  width: 1300px;
  height: 400px;
  overflow: hidden;
}

.page_message .img_box img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (max-width: 767px) {
  .page_message .img_box {
    width: 100%;
    height: auto;
  }
  .page_message .img_box img {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.page_message #message02 {
  margin-top: 0;
  padding-top: 0;
}

.page_message .inner h3 {
  margin-top: 3em;
  text-align: center;
  color: #0096e0;
}

.page_message .inner p {
  margin-top: 1em;
}

.page_contact table {
  width: 100%;
}

.page_contact table th {
  width: 220px;
  text-align: left;
}

.page_contact table th::before {
  display: inline-block;
  content: '';
  padding: 4px 8px;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: 2px;
  color: #fff;
}

.page_contact table th.select::before {
  content: '任意';
  background: #0096e0;
}

.page_contact table th.must::before {
  content: '必須';
  background: #fc4848;
}

@media (max-width: 767px) {
  .page_contact table table,
  .page_contact table thead,
  .page_contact table tbody,
  .page_contact table tr,
  .page_contact table th,
  .page_contact table td {
    display: block;
    width: 100%;
    max-width: none;
    border-bottom: 0;
  }
  .page_contact table td {
    margin-bottom: 16px;
  }
}

.page_contact table.personal .select_form {
  display: none;
}

.page_contact .form_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page_contact .form_list li {
  display: inline-block;
  margin-right: 16px;
}

.page_contact .submit {
  text-align: center;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .page_contact .submit .btn {
    width: 100%;
  }
}

.page_contact #confirm_modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  padding: 32px 8px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 12;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  element.style.overflow = "auto";
  element.style.overflow-x = "hidden";
  opacity: 0;
  visibility: hidden;
}

.page_contact #confirm_modal.open {
  opacity: 1;
  visibility: visible;
}

.page_contact #confirm_modal .inner_modal {
  width: 100%;
  max-width: 640px;
}

.page_contact #confirm_modal .inner_modal .send_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .page_contact #confirm_modal {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 8px;
    -webkit-overflow-scrolling: touch;
  }
  .page_contact #confirm_modal .inner_modal table td {
    margin-bottom: 0;
  }
}

.page_contact .screen-reader-response {
  display: none;
}

.page_contact #response_modal {
  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;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.page_contact #response_modal .modal_inner {
  padding: 16px;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.page_contact #response_modal .modal_inner #response_close {
  margin-top: 24px;
}

.page_contact .wpcf7-form.sent #response_modal {
  opacity: 1;
  visibility: visible;
}

.page_contact .wpcf7-form.sent #response_modal.close {
  opacity: 0;
  visibility: hidden;
}

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

