@charset "UTF-8";
/*
Theme Name: 株式会社イケガミ
Theme URI:
Description:
Author:
Author URI:
Version:
*/
/*-----------------------------------------------------------

	Reset Style

---------------------------------------------------------- */
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, 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;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a:focus {
  outline: none;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

button, input, select, textarea {
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

input, textarea {
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  appearance: none;
  border-radius: 0; /* Removing the inner shadow, rounded corners on iOS inputs */
}

input[type=checkbox] {
  appearance: checkbox;
}

input[type=radio] {
  appearance: radio;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*-----------------------------------------------------------

	Common

---------------------------------------------------------- */
/* style
-------------------------------------- */
body {
  overflow: hidden;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #444444;
}

/* text */
strong.marker.yellow {
  background: linear-gradient(transparent 40%, #ff9 40%);
}

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

p {
  line-height: 1.75;
  font-feature-settings: "palt";
  color: #444;
}

.red {
  color: #dc1a1a;
}

@media screen and (max-width: 600px) {
  .br-sp {
    display: block;
  }
}
/* link */
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #bbbbbb;
}

a:active, a:focus {
  outline: 0;
}

/* image */
a img {
  transition: 0.1s linear;
}

a img:hover {
  opacity: 0.6;
}

img {
  vertical-align: bottom;
}

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

/* font */
.gosic {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.serif {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.wf {
  font-family: "Sawarabi Mincho";
}

/* float */
.f-left {
  float: left;
}

.f-right {
  float: right;
}

/* text */
.taC {
  text-align: center;
}

/* clearfix */
.clearfix {
  width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

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

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

/* border */
.bdrTop {
  border-top: 1px solid #d8d7d7;
}

.bdrBottom {
  border-bottom: 1px solid #b8b8b8;
}

/* btn */
.btn-border {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 80%;
  margin: 0 auto 20px;
  padding: 16px 0 18px;
  border: 1px solid #0651a4;
  background-color: #0651a4;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-size: 16;
  transition: 0.1s;
  text-decoration: none !important;
}
.btn-border::after {
  position: absolute;
  top: 18px;
  right: 20px;
  font-family: "dashicons";
  content: "\f344";
}
.btn-border:hover {
  background-color: #fff;
  color: #333;
}
@media screen and (min-width: 768px) {
  .btn-border {
    width: 300px;
    margin: 0 auto 40px;
  }
  .btn-border::after {
    top: 20px;
    right: 20px;
  }
}

/* display */
.pc-only {
  display: none !important;
}
@media screen and (min-width: 600px) {
  .pc-only {
    display: block !important;
  }
}

@media screen and (min-width: 600px) {
  .sp-only {
    display: none !important;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.iframeWrap {
  position: relative;
}
.iframeWrap video {
  width: 100%;
  height: auto;
  background-color: #000;
}
.iframeWrap iframe {
  width: 100% !important;
}

/* fadein系 */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 4-1 ふわっ（左から）*/
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 4-1 ふわっ（右から） */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}

/* pager */
.pager {
  text-align: center;
  margin: 20px 0 10px;
}

a.page-numbers,
.pager .current {
  display: inline-block;
  background: #eee;
  padding: 8px 14px;
  margin: 0 2px 15px;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
}

.pager .current {
  background: #0551A4;
  color: rgb(255, 255, 255);
}

.pager a:hover {
  background-color: #0551A4;
  color: #FFF;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*-----------------------------------------------------------

	header

---------------------------------------------------------- */
#header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 10001;
}
#header .logo {
  padding: 20px;
}
#header .logo img {
  width: 120px;
  height: auto;
}
#header .g-nav {
  display: none;
}
#header .g-nav ul {
  opacity: 0;
}
#header .g-nav ul li {
  text-align: center;
  margin-bottom: 14px;
}
#header .g-nav ul li a {
  font-size: 20px;
  color: #fff;
}
#header .g-nav ul .social {
  margin-top: 40px;
}
#header .g-nav ul .social .ttl {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
#header .g-nav ul .social .list-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#header .g-nav ul .social .list-icon .link {
  width: 80px;
  margin: 0 20px;
}
#header .g-nav ul .social .list-icon .link .icon {
  margin-bottom: 10px;
}
#header .g-nav ul .social .list-icon .link .icon img {
  width: 60px;
  height: auto;
}
#header .g-nav ul .social .list-icon .link .name {
  text-align: center;
  color: #fff;
}
#header .btn-nav {
  position: absolute;
  z-index: 10002;
  right: 30px;
  top: 20px;
  width: 40px;
  height: 36px;
  cursor: pointer;
}
#header .btn-nav div {
  position: relative;
}
#header .btn-nav span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333;
  left: 0;
  transition: 0.3s ease-in-out;
}
#header .btn-nav span:nth-child(1) {
  top: 0;
}
#header .btn-nav span:nth-child(2) {
  top: 9px;
  width: 80%;
}
#header .btn-nav span:nth-child(3) {
  top: 18px;
  width: 60%;
}
#header .btn-nav :nth-child(3)::after {
  content: "メニュー";
  position: absolute;
  width: 80px;
  top: 8px;
  left: 0;
  color: #333;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -1px;
}
#header.open .btn-nav {
  position: fixed;
}
#header.open .btn-nav span {
  background-color: #fff;
}
#header.open .btn-nav span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}
#header.open .btn-nav span:nth-child(2) {
  opacity: 0;
}
#header.open .btn-nav span:nth-child(3) {
  top: 11px;
  width: 100%;
  transform: rotate(-45deg);
}
#header.open .btn-nav span:nth-child(3)::after {
  display: none;
}
#header.open .btn-nav:nth-child(3)::after {
  position: absolute;
  width: 40px;
  content: "閉じる";
  top: 34px;
  left: 6px;
  color: #fff;
  font-size: 10px;
}
#header.open .g-nav {
  display: block;
  position: fixed;
  width: 100%;
  top: 100px;
  z-index: 4;
}
#header.open .g-nav ul {
  opacity: 1;
}
#header.open .g-nav ul li {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
  margin-bottom: 30px;
}
#header.open .g-nav ul li a {
  font-size: 24px;
}
#header.open .g-nav ul li.instagram {
  margin-top: 60px;
}
#header.open .g-nav ul li.instagram img {
  width: 180px;
  height: auto;
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#header .g-nav-bg {
  position: fixed;
  z-index: 3;
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.8);
  transform: scale(0) rotate(70deg);
  left: -240px;
  top: -200px;
  transition: all 0.9s;
}
#header .g-nav-bg.bgopen {
  transform: scale(40);
}

@media screen and (min-width: 768px) {
  #header {
    padding-bottom: 0;
  }
  #header .inner {
    position: relative;
    width: 940px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #header .inner .logo {
    position: relative;
    top: -4px;
    padding: 0;
  }
  #header .inner .logo img {
    width: 120px;
  }
  #header .inner .globalnav {
    width: 780px;
    padding-top: 14px;
  }
  #header .inner .globalnav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #header .inner .globalnav ul li a {
    position: relative;
    display: inline-block;
    transition: 0.3s;
    color: #333333;
    font-size: 14.5px;
  }
  #header .inner .globalnav ul li a:hover {
    color: #000;
  }
  #header .inner .globalnav ul li a::after {
    position: absolute;
    z-index: -1;
    bottom: -10px;
    left: 0;
    content: "";
    width: 0;
    height: 2%;
    background-color: #0551A4;
    transition: 0.3s;
  }
  #header .inner .globalnav ul li a:hover::after {
    width: 100%;
  }
  #header .inner .globalnav ul li.contact a {
    position: relative;
    top: -10px;
    display: block;
    margin: 0 auto;
    padding: 10px 24px;
    border-radius: 40px;
    background-color: #0651a4;
    color: #fff;
    font-size: 14px;
  }
  #header .inner .globalnav ul li.contact a::after {
    display: none;
  }
  #header .inner .globalnav ul li.contact a:hover {
    transform: scale(0.95);
    background-color: #2171c9;
  }
}
/*-----------------------------------------------------------

	contents

---------------------------------------------------------- */
/* common
-------------------------------------- */
.section {
  width: 90%;
  margin: 0 auto 30px;
  padding: 0 0 30px;
}
.section .link-more {
  text-align: center;
  margin-top: 40px;
}
.section .link-more a {
  padding: 16px 24px;
  background-color: #D2E5D2;
  border-radius: 4px;
  font-weight: bold;
  color: #587458;
}
@media screen and (min-width: 768px) {
  .section {
    width: 940px;
  }
}

.section-full {
  width: 100%;
  margin-bottom: 60px;
}
.section-full .section-inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .section-full {
    width: 100%;
    margin-bottom: 80px;
  }
  .section-full .section-inner {
    width: 940px;
  }
}

/* title */
.ttl-level-02 {
  margin-bottom: 30px;
  padding-bottom: 24px;
  text-align: center;
  font-size: 20px;
  background-image: url(images/common/title-bar.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (min-width: 768px) {
  .ttl-level-02 {
    margin-bottom: 40px;
    font-size: 26px;
  }
}

.ttl-level-03 {
  margin-bottom: 20px;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: normal;
  background-color: #0651A4;
  color: #fff;
}
.ttl-level-03 span {
  padding: 4px 10px;
  border-left: 4px solid #fff;
}
@media screen and (min-width: 768px) {
  .ttl-level-03 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.article-pager {
  text-align: center;
}
.article-pager li {
  display: inline-block;
  vertical-align: top;
}
.article-pager .home {
  margin: 0 30px;
}
.article-pager .home a {
  display: block;
  text-align: center;
  padding: 6px 24px;
  border: 1px solid #a8a8a8;
}
@media screen and (min-width: 600px) {
  .article-pager .home {
    margin: 0 100px;
  }
}

.btn-more {
  margin-top: 20px;
}
.btn-more a {
  width: 70%;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 15px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #b09d7c;
}
@media screen and (min-width: 768px) {
  .btn-more a {
    width: 300px;
  }
}

/* パンくず */
#breadcrumb {
  width: 90%;
  margin: 0 auto 20px;
}
#breadcrumb ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #breadcrumb {
    width: 940px;
    margin: 0 auto 40px;
  }
}

/* ページャー */
.pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width: 36px;
  min-height: 36px;
  color: #333;
}

.pagination li:not([class*=current]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before {
  content: "\f100";
}

.pagination li.last a::after {
  content: "\f101";
}

.pagination li.previous a::before {
  content: "\f104";
}

.pagination li.next a::after {
  content: "\f105";
}

.pagination li.current a {
  background-color: #ddd;
  cursor: default;
  pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and (max-width: 680px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 500px) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }
  .pagination li.previous a {
    border-left-width: 0;
  }
}
@media only screen and (max-width: 400px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 240px) { /* For watches? */
  .pagination li {
    width: 50%;
  }
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}
/* top
-------------------------------------- */
.page .header {
  margin-bottom: 20px;
  height: 140px;
  background: rgb(108, 187, 24);
  background: linear-gradient(280deg, rgb(108, 187, 24) 0%, rgb(108, 187, 24) 0%, rgb(108, 187, 24) 6%, rgb(102, 181, 33) 63%, rgb(14, 68, 163) 100%);
}
.page .header .inner {
  width: 90%;
  margin: 0 auto;
}
.page .header .inner .page-title {
  padding-top: 52px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 2px #000;
}
.page .header .inner .page-title span {
  display: block;
  position: relative;
  top: -10px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page .header {
    height: 260px;
  }
  .page .header .inner {
    width: 940px;
  }
  .page .header .inner .page-title {
    padding-top: 100px;
    font-size: 42px;
  }
  .page .header .inner .page-title span {
    font-size: 20px;
    font-weight: normal;
  }
}

.page-top .slideshow {
  margin-bottom: 40px;
}
.page-top .slideshow img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-top .slideshow {
    margin-bottom: 60px;
  }
}
.page-top .sec-product {
  background-image: url(images/contents/top/txt-item.png);
  background-position: top 80px right -40px;
  background-repeat: no-repeat;
  background-size: 70%;
}
.page-top .sec-product .list-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 20px;
}
.page-top .sec-product .list-product li {
  width: 48%;
  margin-bottom: 20px;
}
.page-top .sec-product .list-product li a {
  display: block;
  border: 1px solid #eee;
}
.page-top .sec-product .list-product li a:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transform: scale(1.02);
}
.page-top .sec-product .list-product li a:hover h3 {
  color: #000;
}
.page-top .sec-product .list-product li a:hover img {
  opacity: 1;
}
.page-top .sec-product .list-product li a .photo {
  margin-bottom: 10px;
}
.page-top .sec-product .list-product li a .photo img {
  width: 100%;
  height: auto;
}
.page-top .sec-product .list-product li a .detail {
  box-sizing: border-box;
  padding: 0 10px 10px;
  text-align: center;
}
.page-top .sec-product .list-product li a .detail h3 {
  margin-bottom: 6px;
  font-size: 12px;
}
.page-top .sec-product .list-product li a .detail p {
  color: #828282;
  font-size: 12px;
}
.page-top .sec-product .other {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-top .sec-product {
    background-size: 25%;
  }
  .page-top .sec-product .list-product li {
    width: 290px;
    margin-bottom: 30px;
  }
  .page-top .sec-product .list-product li a .photo {
    margin-bottom: 14px;
  }
  .page-top .sec-product .list-product li a .detail {
    padding: 0 14px 14px;
  }
  .page-top .sec-product .list-product li a .detail h3 {
    margin-bottom: 8px;
    font-size: 15px;
  }
  .page-top .sec-product .list-product li a .detail p {
    font-size: 13px;
  }
}
.page-top .sec-solarcorn .ttl-level-02 .icon-new {
  position: relative;
  top: -3px;
  display: inline-block;
  margin-right: 10px;
  padding: 4px 12px 5px;
  background-color: red;
  color: #fff;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-solarcorn .ttl-level-02 .icon-new {
    top: -5px;
    font-size: 14px;
    padding: 4px 12px;
  }
}
.page-top .sec-solarcorn p {
  font-size: 16px;
}
.page-top .sec-solarcorn .area-photos {
  margin-top: 20px;
}
.page-top .sec-solarcorn .area-photos .col {
  margin-bottom: 40px;
}
.page-top .sec-solarcorn .area-photos .col h3 {
  margin-bottom: 10px;
}
.page-top .sec-solarcorn .area-photos .col h3 span {
  position: relative;
  display: inline-block;
  color: #79DA00;
  font-size: 12px;
  margin-right: 6px;
  top: -2px;
}
.page-top .sec-solarcorn .area-photos .col .photos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-top .sec-solarcorn .area-photos .col .photos .photo {
  width: 48%;
  margin-bottom: 10px;
}
.page-top .sec-solarcorn .area-photos .col .photos .photo img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-top .sec-solarcorn .area-photos .col {
    margin-bottom: 60px;
  }
  .page-top .sec-solarcorn .area-photos .col h3 {
    margin-bottom: 14px;
    font-size: 18px;
  }
  .page-top .sec-solarcorn .area-photos .col h3 span {
    top: -4px;
  }
  .page-top .sec-solarcorn .area-photos .col .photos .photo {
    width: 32%;
    margin-bottom: 8px;
  }
}
.page-top .sec-solarcorn .area-video h3 {
  margin-bottom: 10px;
}
.page-top .sec-solarcorn .area-video h3 span {
  position: relative;
  display: inline-block;
  color: #79DA00;
  font-size: 12px;
  margin-right: 6px;
  top: -2px;
}
.page-top .sec-solarcorn .area-video .videos {
  margin-bottom: 20px;
}
.page-top .sec-solarcorn .area-video .videos .video {
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-solarcorn .area-video h3 {
    margin-bottom: 14px;
    font-size: 18px;
  }
  .page-top .sec-solarcorn .area-video h3 span {
    top: -4px;
  }
}
.page-top .sec-leddrum p {
  font-size: 16px;
}
.page-top .sec-leddrum .area-photos {
  margin-top: 20px;
}
.page-top .sec-leddrum .area-photos .col {
  margin-bottom: 40px;
}
.page-top .sec-leddrum .area-photos .col h3 {
  margin-bottom: 10px;
}
.page-top .sec-leddrum .area-photos .col h3 span {
  position: relative;
  display: inline-block;
  color: #79DA00;
  font-size: 12px;
  margin-right: 6px;
  top: -2px;
}
.page-top .sec-leddrum .area-photos .col .photos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-top .sec-leddrum .area-photos .col .photos .photo {
  width: 48%;
  margin-bottom: 10px;
}
.page-top .sec-leddrum .area-photos .col .photos .photo img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-top .sec-leddrum .area-photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-top .sec-leddrum .area-photos .col {
    width: 450px;
    margin-bottom: 60px;
  }
  .page-top .sec-leddrum .area-photos .col h3 {
    margin-bottom: 14px;
    font-size: 18px;
  }
  .page-top .sec-leddrum .area-photos .col h3 span {
    top: -4px;
  }
  .page-top .sec-leddrum .area-photos .col .photos .photo {
    width: 32%;
    margin-bottom: 8px;
  }
}
.page-top .sec-leddrum .area-video h3 {
  margin-bottom: 10px;
}
.page-top .sec-leddrum .area-video h3 span {
  position: relative;
  display: inline-block;
  color: #79DA00;
  font-size: 12px;
  margin-right: 6px;
  top: -2px;
}
.page-top .sec-leddrum .area-video .videos {
  margin-bottom: 20px;
}
.page-top .sec-leddrum .area-video .videos .video {
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-leddrum .area-video h3 {
    margin-bottom: 14px;
    font-size: 18px;
  }
  .page-top .sec-leddrum .area-video h3 span {
    top: -4px;
  }
  .page-top .sec-leddrum .area-video .videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-top .sec-leddrum .area-video .videos .video {
    width: 49%;
  }
}
.page-top .sec-event {
  background-image: url(images/contents/top/txt-event.png);
  background-position: top 80px left -10px;
  background-repeat: no-repeat;
  background-size: 70%;
}
@media screen and (min-width: 768px) {
  .page-top .sec-event {
    background-position: top 140px left -20px;
    background-size: auto;
  }
}
.page-top .sec-event .area-event {
  margin-bottom: 40px;
}
.page-top .sec-event .area-event .detail {
  margin-top: 80px;
  margin-bottom: 20px;
}
.page-top .sec-event .area-event .detail h3 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #0e2d52;
}
.page-top .sec-event .area-event .detail p {
  margin-bottom: 20px;
  color: #0e2d52;
}
.page-top .sec-event .area-event .photo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-top .sec-event .area-event {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-top .sec-event .area-event .detail {
    order: 2;
    width: 500px;
  }
  .page-top .sec-event .area-event .detail h3 {
    font-size: 20px;
  }
  .page-top .sec-event .area-event .photo {
    order: 1;
    width: 370px;
  }
}
.page-top .sec-business {
  background-image: url(images/contents/top/txt-business.png);
  background-position: top 80px right -20px;
  background-repeat: no-repeat;
  background-size: 70%;
}
@media screen and (min-width: 768px) {
  .page-top .sec-business {
    background-position: top 80px right -20px;
    background-size: auto;
  }
}
.page-top .sec-business .area-business {
  margin-bottom: 40px;
}
.page-top .sec-business .area-business .detail {
  margin-top: 80px;
  margin-bottom: 20px;
}
.page-top .sec-business .area-business .detail h3 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #0e2d52;
}
.page-top .sec-business .area-business .detail p {
  margin-bottom: 20px;
  color: #0e2d52;
}
.page-top .sec-business .area-business .detail .link a {
  text-decoration: underline;
}
.page-top .sec-business .area-business .photo {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .page-top .sec-business .area-business {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-top .sec-business .area-business .detail {
    width: 500px;
    margin-top: 120px;
  }
  .page-top .sec-business .area-business .detail h3 {
    font-size: 20px;
  }
  .page-top .sec-business .area-business .photo {
    width: 370px;
  }
}
.page-top .sec-news {
  background-image: url(images/contents/top/txt-topics.png);
  background-position: top 80px left -20px;
  background-repeat: no-repeat;
  background-size: 70%;
}
@media screen and (min-width: 768px) {
  .page-top .sec-news {
    background-position: top 100px left -20px;
    background-size: auto;
  }
}
.page-top .sec-news .area-news {
  margin-bottom: 40px;
}
.page-top .sec-news .area-news .news {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #e0e0e0;
}
.page-top .sec-news .area-news .news .date {
  order: 2;
  margin-top: 4px;
  margin-left: 10px;
  font-size: 14px;
}
.page-top .sec-news .area-news .news .cat {
  order: 1;
}
.page-top .sec-news .area-news .news .cat .label {
  font-size: 12px;
  background-color: #111;
  padding: 4px 12px 5px;
  border-radius: 2px;
  color: #fff;
}
.page-top .sec-news .area-news .news .cat .cat-news {
  background-color: #6eb92b;
}
.page-top .sec-news .area-news .news .cat .cat-important {
  background-color: #cf0505;
}
.page-top .sec-news .area-news .news h1 {
  order: 3;
  width: 100%;
  margin-top: 10px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .page-top .sec-news .area-news .news {
    padding: 20px;
    justify-content: space-between;
  }
  .page-top .sec-news .area-news .news .date {
    width: 120px;
    order: 1;
    margin: 2px 0 0 0;
  }
  .page-top .sec-news .area-news .news .cat {
    width: 120px;
    order: 2;
  }
  .page-top .sec-news .area-news .news .cat .label {
    display: block;
    text-align: center;
  }
  .page-top .sec-news .area-news .news h1 {
    width: 600px;
    margin-top: 0;
  }
}

.page-news .sec-news .area-news {
  margin-bottom: 40px;
}
.page-news .sec-news .area-news .news {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #e0e0e0;
}
.page-news .sec-news .area-news .news .date {
  order: 2;
  margin-top: 4px;
  margin-left: 10px;
  font-size: 14px;
}
.page-news .sec-news .area-news .news .cat {
  order: 1;
}
.page-news .sec-news .area-news .news .cat .label {
  font-size: 12px;
  background-color: #111;
  padding: 4px 12px 5px;
  border-radius: 2px;
  color: #fff;
}
.page-news .sec-news .area-news .news .cat .cat-news {
  background-color: #6eb92b;
}
.page-news .sec-news .area-news .news .cat .cat-important {
  background-color: #cf0505;
}
.page-news .sec-news .area-news .news h1 {
  order: 3;
  width: 100%;
  margin-top: 10px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .page-news .sec-news .area-news .news {
    padding: 20px;
    justify-content: space-between;
  }
  .page-news .sec-news .area-news .news .date {
    width: 80px;
    order: 1;
    margin: 2px 0 0 0;
  }
  .page-news .sec-news .area-news .news .cat {
    width: 120px;
    order: 2;
  }
  .page-news .sec-news .area-news .news .cat .label {
    display: block;
    text-align: center;
  }
  .page-news .sec-news .area-news .news h1 {
    width: 650px;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-news .area-article {
    width: 640px;
    float: left;
  }
}
.page-news .area-article .article {
  margin-bottom: 40px;
}
.page-news .area-article .article .article-header {
  margin-bottom: 20px;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.page-news .area-article .article .article-header .title {
  margin-bottom: 10px;
  font-size: 16px;
}
.page-news .area-article .article .article-header .date {
  font-size: 12px;
  color: #666;
}
@media screen and (min-width: 768px) {
  .page-news .area-article .article .article-header .title {
    font-size: 20px;
  }
}
.page-news .area-article .article .article-content h1 {
  margin: 40px 0 20px;
  font-size: 24px;
}
.page-news .area-article .article .article-content h2 {
  margin: 40px 0 20px;
  font-size: 18px;
}
.page-news .area-article .article .article-content h3 {
  margin: 40px 0 20px;
  font-size: 16px;
}
.page-news .area-article .article .article-content p {
  margin: 20px 0;
}
.page-news .area-article .article .article-content img {
  max-width: 100%;
  height: auto;
}
.page-news .sidebar .area-side {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.page-news .sidebar .area-side .title {
  margin-bottom: 10px;
  font-weight: bold;
}
.page-news .sidebar .area-side ul li {
  margin-bottom: 4px;
}
.page-news .sidebar .area-side ul li::before {
  content: "- ";
}
@media screen and (min-width: 768px) {
  .page-news .sidebar {
    width: 240px;
    float: right;
  }
}

.page-product .sec-product {
  background-image: url(images/contents/top/txt-item.png);
  background-position: top 80px right -40px;
  background-repeat: no-repeat;
  background-size: 70%;
}
.page-product .sec-product .list-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 20px;
}
.page-product .sec-product .list-product li {
  width: 48%;
  margin-bottom: 20px;
}
.page-product .sec-product .list-product li a {
  display: block;
  border: 1px solid #eee;
}
.page-product .sec-product .list-product li a:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transform: scale(1.02);
}
.page-product .sec-product .list-product li a:hover h3 {
  color: #000;
}
.page-product .sec-product .list-product li a:hover img {
  opacity: 1;
}
.page-product .sec-product .list-product li a .photo {
  margin-bottom: 10px;
}
.page-product .sec-product .list-product li a .photo img {
  width: 100%;
  height: auto;
}
.page-product .sec-product .list-product li a .detail {
  box-sizing: border-box;
  padding: 0 10px 10px;
  text-align: center;
}
.page-product .sec-product .list-product li a .detail h3 {
  margin-bottom: 6px;
  font-size: 12px;
}
.page-product .sec-product .list-product li a .detail p {
  color: #828282;
  font-size: 12px;
}
.page-product .sec-product .other {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-product .sec-product {
    background-size: 40%;
  }
  .page-product .sec-product .list-product li {
    width: 290px;
    margin-bottom: 30px;
  }
  .page-product .sec-product .list-product li a .photo {
    margin-bottom: 14px;
  }
  .page-product .sec-product .list-product li a .detail {
    padding: 0 14px 14px;
  }
  .page-product .sec-product .list-product li a .detail h3 {
    margin-bottom: 8px;
    font-size: 15px;
  }
  .page-product .sec-product .list-product li a .detail p {
    font-size: 13px;
  }
}
.page-product .sec-item .area-title {
  margin-bottom: 40px;
}
.page-product .sec-item .area-title .photo {
  position: relative;
  margin-bottom: 30px;
}
.page-product .sec-item .area-title .photo img {
  max-width: 100%;
  height: auto;
}
.page-product .sec-item .area-title .photo:after {
  position: absolute;
  content: "";
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5); /* シャドウ */
  transform: rotate(3deg); /* 回転させる */
  right: 8px;
  left: auto;
  top: auto;
  bottom: 13px;
  z-index: -1;
  width: 40%;
  height: 20%;
}
@media screen and (min-width: 768px) {
  .page-product .sec-item .area-title .photo:after {
    width: 50%;
    bottom: 12px;
  }
}
.page-product .sec-item .area-title .detail {
  margin-bottom: 40px;
}
.page-product .sec-item .area-title .detail .label {
  margin-bottom: 10px;
}
.page-product .sec-item .area-title .detail .label span {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 12px;
  color: #fff;
  font-size: 12px;
}
.page-product .sec-item .area-title .detail .label span.blue {
  background-color: #0A5FE3;
}
.page-product .sec-item .area-title .detail .label span.green {
  background-color: #559A62;
}
.page-product .sec-item .area-title .detail .label span.black {
  background-color: #111111;
}
.page-product .sec-item .area-title .detail .name {
  margin-bottom: 10px;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .page-product .sec-item .area-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page-product .sec-item .area-title .photo {
    width: 420px;
  }
  .page-product .sec-item .area-title .detail {
    width: 480px;
  }
  .page-product .sec-item .area-title .detail .label span {
    font-size: 14px;
  }
  .page-product .sec-item .area-title .detail .name {
    font-size: 26px;
  }
}
.page-product .sec-item .ttl-level-03 {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-product .sec-item .ttl-level-03 {
    margin-bottom: 50px;
  }
}
.page-product .sec-item .inner img {
  max-width: 100%;
  height: auto;
}
.page-product .sec-item .area-detail {
  margin-bottom: 60px;
}
.page-product .sec-item .area-detail .inner p {
  margin-bottom: 20px;
}
.page-product .sec-item .area-detail .inner .impact {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #0551A4;
}
@media screen and (min-width: 768px) {
  .page-product .sec-item .area-detail .inner .impact {
    font-size: 24px;
  }
}
.page-product .sec-item .area-special {
  margin-bottom: 60px;
}
.page-product .sec-item .area-special .inner .special .photo {
  margin-bottom: 20px;
  text-align: center;
}
.page-product .sec-item .area-special .inner .special .photo img {
  max-width: 80%;
}
@media screen and (min-width: 768px) {
  .page-product .sec-item .area-special .inner .special {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page-product .sec-item .area-special .inner .special .photo {
    width: 300px;
  }
  .page-product .sec-item .area-special .inner .special .photo img {
    max-width: 100%;
    height: auto;
  }
  .page-product .sec-item .area-special .inner .special .detail {
    width: 520px;
  }
}
.page-product .sec-item .area-special .inner .special-list {
  margin-top: 40px;
  margin-bottom: 40px;
}
.page-product .sec-item .area-special .inner .special-list li {
  margin-bottom: 20px;
}
.page-product .sec-item .area-special .inner .special-list li .detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-product .sec-item .area-special .inner .special-list li .detail .photo {
  width: 34%;
}
.page-product .sec-item .area-special .inner .special-list li .detail .photo img {
  max-width: 100%;
  height: auto;
}
.page-product .sec-item .area-special .inner .special-list li .detail .ex {
  width: 60%;
}
.page-product .sec-item .area-special .inner .special-list li .detail .ex .ttl {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 14px;
}
.page-product .sec-item .area-special .inner .special-list li .detail .ex p {
  font-size: 12px;
  line-height: 1.4;
  color: #444;
}
@media screen and (min-width: 768px) {
  .page-product .sec-item .area-special .inner .special-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-product .sec-item .area-special .inner .special-list li {
    width: 400px;
  }
}
.page-product .sec-item .area-special .inner .youtube {
  margin: 0 auto 40px;
}
.page-product .sec-item .area-specification {
  margin-bottom: 60px;
}
.page-product .sec-item .area-specification .inner table {
  font-size: 12px;
}
.page-product .sec-item .area-specification .inner table th {
  padding: 10px;
  border-bottom: 1px solid #aaa;
  text-align: left;
}
.page-product .sec-item .area-specification .inner table th.koumoku {
  width: 70px;
  border-right: 10px solid #fff;
}
.page-product .sec-item .area-specification .inner table td {
  padding: 14px;
}
@media screen and (min-width: 768px) {
  .page-product .sec-item .area-specification .inner table {
    font-size: 14px;
  }
  .page-product .sec-item .area-specification .inner table th {
    padding: 14px;
  }
  .page-product .sec-item .area-specification .inner table th.koumoku {
    width: 180px;
  }
  .page-product .sec-item .area-specification .inner table td {
    padding: 14px;
  }
}
.page-product .sec-item .area-sample {
  margin-bottom: 40px;
}
.page-product .sec-item .area-sample .ex {
  margin-bottom: 40px;
}
.page-product .sec-item .area-sample .sample-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-product .sec-item .area-sample .sample-list li {
  width: 48%;
  margin-bottom: 20px;
}
.page-product .sec-item .area-sample .sample-list li .photo {
  margin-bottom: 6px;
}
.page-product .sec-item .area-sample .sample-list li .photo img {
  max-width: 100%;
  height: auto;
}
.page-product .sec-item .area-sample .sample-list li .ex p {
  text-align: center;
  font-size: 14px;
}
.page-product .sec-item .area-catalogue {
  margin-bottom: 40px;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
}
.page-product .sec-item .area-catalogue .ttl {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}
.page-product .sec-item .area-catalogue .ttl img {
  width: 30px;
  height: auto;
}
.page-product .sec-item .area-catalogue p {
  text-align: center;
}
.page-product .sec-item .area-catalogue p a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-product .sec-item .area-catalogue {
    width: 600px;
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 768px) {
  .page-product .sec-item .inner {
    width: 840px;
    margin: 0 auto;
  }
}

.page-about .sec-about {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .page-about .sec-about {
    margin-top: 80px;
  }
}
.page-about .sec-about p {
  text-align: center;
}
.page-about .sec-about .message {
  margin-bottom: 40px;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .page-about .sec-about .message {
    font-size: 38px;
  }
}
.page-about .sec-message .area-message .message {
  margin-bottom: 40px;
}
.page-about .sec-message .area-message .message p {
  margin-bottom: 14px;
}
.page-about .sec-message .area-message .message .sign {
  text-align: right;
}
.page-about .sec-message .area-message .photo {
  position: relative;
  text-align: center;
}
.page-about .sec-message .area-message .photo img {
  max-width: 60%;
  height: auto;
}
.page-about .sec-message .area-message .photo:after {
  position: absolute;
  content: "";
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5); /* シャドウ */
  transform: rotate(3deg); /* 回転させる */
  right: 90px;
  left: auto;
  top: auto;
  bottom: 10px;
  z-index: -1;
  width: 40%;
  height: 20%;
}
@media screen and (min-width: 768px) {
  .page-about .sec-message .area-message .photo:after {
    width: 50%;
    right: 4px;
    bottom: 49px;
  }
}
@media screen and (min-width: 768px) {
  .page-about .sec-message .area-message {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-about .sec-message .area-message .message {
    order: 2;
    width: 600px;
  }
  .page-about .sec-message .area-message .photo {
    order: 1;
    width: 300px;
  }
  .page-about .sec-message .area-message .photo img {
    max-width: 100%;
  }
}
.page-about .sec-company table {
  color: #666;
  font-size: 14px;
}
.page-about .sec-company table th {
  width: 100px;
  padding: 20px 0;
  text-align: left;
  border-bottom: 1px solid #E6E6E6;
  font-weight: normal;
}
.page-about .sec-company table td {
  padding: 20px 0;
  border-bottom: 1px solid #E6E6E6;
}
.page-about .sec-company table td a {
  color: #666;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-about .sec-company table {
    width: 800px;
    margin: 0 auto;
    font-size: 16px;
  }
  .page-about .sec-company table th {
    width: 200px;
    padding: 24px 0;
  }
  .page-about .sec-company table td {
    padding: 24px 0;
  }
}

.page-business .sec-business .business {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 40px;
  border: 1px solid #eee;
}
.page-business .sec-business .business::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  border-left: solid 1px #0551A4;
  border-top: solid 1px #0551A4;
  top: 0;
  left: 0;
}
.page-business .sec-business .business::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  border-right: solid 1px #0551A4;
  border-bottom: solid 1px #0551A4;
  bottom: 0;
  right: 0;
}
.page-business .sec-business .business .photo {
  margin-bottom: 20px;
}
.page-business .sec-business .business .photo img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 10px #ccc;
}
.page-business .sec-business .business .detail .ttl {
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
}
.page-business .sec-business .business .detail p {
  margin-bottom: 20px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .business {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page-business .sec-business .business .photo {
    width: 340px;
    margin-bottom: 0;
  }
  .page-business .sec-business .business .detail {
    width: 480px;
  }
  .page-business .sec-business .business .detail .ttl {
    margin-bottom: 20px;
    text-align: left;
    font-size: 20px;
  }
  .page-business .sec-business .business .detail p {
    font-size: 16px;
  }
  .page-business .sec-business .business .detail .btn-border {
    margin: 0 auto;
  }
}

.page-recruit .sec-recruit {
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}
.page-recruit .sec-recruit .area-recruit {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-recruit .sec-recruit .area-recruit {
    margin-bottom: 60px;
  }
}
.page-recruit .sec-recruit .notice {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #faf7bc;
  border-radius: 4px;
}
.page-recruit .sec-recruit .notice p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #333;
}
.page-recruit .sec-recruit .notice p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-recruit .sec-recruit .notice {
    width: 90%;
    margin: 0 auto 20px;
    padding: 30px 40px;
  }
  .page-recruit .sec-recruit .notice p {
    font-size: 16px;
  }
}
.page-recruit .sec-recruit .accordion-area {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .page-recruit .sec-recruit .accordion-area {
    width: 90%;
    margin: 0 auto;
  }
}
.page-recruit .sec-recruit .accordion-area li {
  margin: 10px 0;
}
.page-recruit .sec-recruit .accordion-area section {
  border: 1px solid #ddd;
}
.page-recruit .sec-recruit .title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all 0.5s ease;
}
.page-recruit .sec-recruit .title::before,
.page-recruit .sec-recruit .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
}
.page-recruit .sec-recruit .title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}
.page-recruit .sec-recruit .title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}
.page-recruit .sec-recruit .title.close::before {
  transform: rotate(45deg);
}
.page-recruit .sec-recruit .title.close::after {
  transform: rotate(-45deg);
}
.page-recruit .sec-recruit .box {
  display: none; /*はじめは非表示*/
  box-sizing: border-box;
  padding: 0 14px;
}
.page-recruit .sec-recruit .bosyu {
  margin-bottom: 20px;
  font-size: 14px;
}
.page-recruit .sec-recruit .bosyu th {
  display: block;
  background-color: #F5F5F5;
  padding: 14px;
  text-align: left;
}
.page-recruit .sec-recruit .bosyu td {
  display: block;
  padding: 14px;
}
@media screen and (min-width: 768px) {
  .page-recruit .sec-recruit .bosyu {
    width: 840px;
    margin: 0 auto 40px;
    font-size: 16px;
    border-top: 1px solid #eee;
  }
  .page-recruit .sec-recruit .bosyu th {
    display: table-cell;
    width: 200px;
    padding: 20px;
    border-bottom: 1px solid #eee;
  }
  .page-recruit .sec-recruit .bosyu td {
    display: table-cell;
    padding: 20px;
    border-bottom: 1px solid #eee;
  }
}
.page-recruit .sec-recruit .contact {
  box-sizing: border-box;
  margin: 0 auto 40px;
  padding: 20px;
  border: 4px double #DDDDDD;
}
.page-recruit .sec-recruit .contact h4 {
  margin-bottom: 14px;
  text-align: center;
  font-size: 16px;
}
.page-recruit .sec-recruit .contact p {
  margin-bottom: 14px;
  text-align: center;
}
.page-recruit .sec-recruit .contact p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-recruit .sec-recruit .contact {
    width: 700px;
  }
}

.page-event .sec-itemlist .area-nav {
  box-sizing: border-box;
  margin-bottom: 40px;
}
.page-event .sec-itemlist .area-nav .nav {
  margin-bottom: 20px;
}
.page-event .sec-itemlist .area-nav .nav select {
  position: relative;
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 10px 10px 10px 0;
  font-size: 18px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.page-event .sec-itemlist .area-nav .tag li {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 24px;
  margin-right: 2px;
  margin-bottom: 8px;
  background-color: #eee;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .page-event .sec-itemlist .area-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page-event .sec-itemlist .area-nav .nav {
    width: 300px;
  }
  .page-event .sec-itemlist .area-nav .tag {
    width: 600px;
  }
  .page-event .sec-itemlist .area-nav .tag li {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.page-event .sec-itemlist .area-item {
  box-sizing: border-box;
  margin: 0 auto 40px;
}
.page-event .sec-itemlist .area-item .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 14px;
  border-bottom: 1px solid #ddd;
}
.page-event .sec-itemlist .area-item .item .photo {
  width: 30%;
}
.page-event .sec-itemlist .area-item .item .photo img {
  max-width: 100%;
  height: auto;
}
.page-event .sec-itemlist .area-item .item .detail {
  width: 67%;
}
.page-event .sec-itemlist .area-item .item .detail .name {
  font-size: 14px;
}
.page-event .sec-itemlist .area-item .item .detail .ex {
  margin-bottom: 4px;
  font-size: 12px;
  word-break: auto-phrase;
}
.page-event .sec-itemlist .area-item .item .detail .other .meta {
  margin-bottom: 10px;
  text-align: right;
}
.page-event .sec-itemlist .area-item .item .detail .other .meta .no {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}
.page-event .sec-itemlist .area-item .item .detail .other .meta .event-item-price {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.page-event .sec-itemlist .area-item .item .detail .other .thumb {
  margin-bottom: 20px;
}
.page-event .sec-itemlist .area-item .item .detail .other .thumb div {
  width: 40px;
  display: inline-block;
  margin-right: 10px;
}
.page-event .sec-itemlist .area-item .item .detail .other .thumb div img {
  max-width: 100%;
  height: auto;
  padding: 4px;
  border: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  .page-event .sec-itemlist .area-item .item {
    width: 94%;
    margin: 0 auto 14px;
    padding-bottom: 4px;
  }
  .page-event .sec-itemlist .area-item .item .photo {
    width: 14%;
    margin-bottom: 10px;
  }
  .page-event .sec-itemlist .area-item .item .detail {
    width: 84%;
  }
  .page-event .sec-itemlist .area-item .item .detail .no {
    font-size: 14px;
  }
  .page-event .sec-itemlist .area-item .item .detail .name {
    margin-bottom: 6px;
    font-size: 18px;
  }
  .page-event .sec-itemlist .area-item .item .detail .ex {
    margin-bottom: 6px;
    font-size: 14px;
  }
  .page-event .sec-itemlist .area-item .item .detail .event-item-price {
    font-size: 14px;
  }
  .page-event .sec-itemlist .area-item .item .detail .other {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-event .sec-itemlist .area-item .item .detail .other .thumb {
    order: 1;
  }
  .page-event .sec-itemlist .area-item .item .detail .other .thumb div {
    width: 55px;
    display: inline-block;
    margin-bottom: 6px;
  }
  .page-event .sec-itemlist .area-item .item .detail .other .thumb div img {
    max-width: 100%;
    height: auto;
  }
  .page-event .sec-itemlist .area-item .item .detail .other .meta {
    order: 2;
  }
  .page-event .sec-itemlist .area-item .item .detail .other .meta .no {
    margin-right: 10px;
  }
  .page-event .sec-itemlist .area-item .item .detail .other .meta .event-item-price {
    font-size: 18px;
  }
}
.page-event .sec-list .area-kiyaku {
  color: #fff;
  box-sizing: border-box;
  margin-bottom: 20px;
  background-color: #3f6326;
  padding: 20px;
}
.page-event .sec-list .area-kiyaku .ttl {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
.page-event .sec-list .area-kiyaku ol {
  margin-bottom: 20px;
}
.page-event .sec-list .area-kiyaku ol li {
  position: relative;
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 14px;
  line-height: 1.7;
}
.page-event .sec-list .area-kiyaku ol li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: -20px;
}
.page-event .sec-list .area-kiyaku .contact {
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}
.page-event .sec-list .area-kiyaku .contact a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-event .sec-list .area-kiyaku {
    padding: 30px 40px;
  }
  .page-event .sec-list .area-kiyaku .ttl {
    font-size: 24px;
  }
  .page-event .sec-list .area-kiyaku .contact a {
    font-size: 32px;
  }
}
.page-event .sec-list .area-search {
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
  background-color: #f9f9f9;
}
.page-event .sec-list .area-search h3 {
  text-align: left;
  padding-left: 10px;
  margin-bottom: 10px;
  border-left: 4px solid #333;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .page-event .sec-list .area-search {
    margin: 40px auto 20px;
    padding: 30px 40px;
  }
  .page-event .sec-list .area-search h3 {
    font-size: 24px;
  }
}
.page-event .sec-list .area-search .searcharea {
  margin-top: 14px;
}
.page-event .sec-list .area-search .searcharea #feas_0_0 {
  width: 240px;
  margin-bottom: 10px;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .page-event .sec-list .area-search .searcharea #feas_0_0 {
    width: 400px;
    padding: 12px 24px;
    font-size: 18px;
  }
}
.page-event .sec-list .area-search .searcharea #feas_0_1 {
  width: 240px;
  margin-bottom: 10px;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .page-event .sec-list .area-search .searcharea #feas_0_1 {
    width: 400px;
    padding: 12px 24px;
    font-size: 18px;
    margin-right: 8px;
  }
}
.page-event .sec-list .area-search .searcharea .feas-submit-button {
  display: block;
  width: 200px;
  margin: 10px auto;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px #ccc;
  padding: 4px 8px;
  border-radius: 4px;
}
.page-event .sec-list .area-search .searcharea .feas-submit-button:hover {
  cursor: pointer;
  background-color: #e2e2e2;
}
@media screen and (min-width: 768px) {
  .page-event .sec-list .area-search .searcharea .feas-submit-button {
    display: inline-block;
    width: 160px;
    padding: 8px 24px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .page-event .sec-list .area-search .searcharea #feas_0_0 {
    margin-right: 10px;
  }
  .page-event .sec-list .area-search .searcharea #feas_0_2 {
    margin-right: 20px;
  }
  .page-event .sec-list .area-search .searcharea #feas_0_4 {
    margin-right: 20px;
  }
  .page-event .sec-list .area-search .searcharea #feas_0_6 {
    margin-right: 20px;
  }
  .page-event .sec-list .area-search .searcharea #feas_0_8 {
    margin-right: 20px;
  }
}
.page-event .sec-list .list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-event .sec-list .list-item li {
  width: 48%;
  margin-bottom: 20px;
}
.page-event .sec-list .list-item li a {
  display: block;
  border: 1px solid #eee;
}
.page-event .sec-list .list-item li a:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transform: scale(1.02);
}
.page-event .sec-list .list-item li a:hover h3 {
  color: #000;
}
.page-event .sec-list .list-item li a:hover img {
  opacity: 1;
}
.page-event .sec-list .list-item li a .photo {
  margin-bottom: 10px;
}
.page-event .sec-list .list-item li a .photo img {
  width: 100%;
  height: auto;
}
.page-event .sec-list .list-item li a .detail {
  box-sizing: border-box;
  padding: 0 10px 10px;
  text-align: center;
}
.page-event .sec-list .list-item li a .detail h3 {
  margin-bottom: 6px;
  font-size: 12px;
}
.page-event .sec-list .list-item li a .detail h3 .icon-new {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 6px;
  margin-right: -4px;
  font-size: 10px;
  color: #fff;
  background-color: #ff0000;
  padding: 2px 8px;
  animation: blinking 0.7s ease-in-out infinite alternate;
}
@media screen and (min-width: 768px) {
  .page-event .sec-list .list-item li a .detail h3 .icon-new {
    margin-left: 10px;
    padding: 4px 14px;
    top: -2px;
  }
}
@keyframes blinking {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.page-event .sec-list .list-item li a .detail p {
  color: #828282;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .page-event .sec-list .list-item li {
    width: 290px;
    margin-bottom: 30px;
  }
  .page-event .sec-list .list-item li a .photo {
    margin-bottom: 14px;
  }
  .page-event .sec-list .list-item li a .detail {
    padding: 0 14px 14px;
  }
  .page-event .sec-list .list-item li a .detail h3 {
    margin-bottom: 8px;
    font-size: 15px;
  }
  .page-event .sec-list .list-item li a .detail p {
    font-size: 13px;
  }
}
.page-event .area-event .accordion-area {
  margin: 0 auto 20px;
  list-style: none;
  border: 1px solid #ddd;
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
}
.page-event .area-event .accordion-area .title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all 0.5s ease;
}
.page-event .area-event .accordion-area .title .icon-new {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 6px;
  margin-right: -4px;
  font-size: 10px;
  color: #fff;
  background-color: #ff0000;
  padding: 2px 8px;
  animation: blinking 0.7s ease-in-out infinite alternate;
}
@media screen and (min-width: 768px) {
  .page-event .area-event .accordion-area .title .icon-new {
    margin-left: 10px;
    padding: 4px 14px;
    top: -2px;
  }
}
@keyframes blinking {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.page-event .area-event .accordion-area .title::before,
.page-event .area-event .accordion-area .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
}
.page-event .area-event .accordion-area .title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}
.page-event .area-event .accordion-area .title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}
.page-event .area-event .accordion-area .title.close::before {
  transform: rotate(45deg);
}
.page-event .area-event .accordion-area .title.close::after {
  transform: rotate(-45deg);
}
.page-event .area-event .accordion-area .box {
  display: none;
  box-sizing: border-box;
  padding: 0 14px;
}
.page-event .area-event .accordion-area .box .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.page-event .area-event .accordion-area .box .item .photo {
  width: 30%;
}
.page-event .area-event .accordion-area .box .item .photo img {
  max-width: 100%;
  height: auto;
}
.page-event .area-event .accordion-area .box .item .detail {
  width: 67%;
}
.page-event .area-event .accordion-area .box .item .detail .name {
  font-size: 14px;
}
.page-event .area-event .accordion-area .box .item .detail .name .icon-new {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 6px;
  font-size: 12px;
  color: #fff;
  background-color: #ff0000;
  padding: 2px 8px;
  animation: blinking 0.7s ease-in-out infinite alternate;
}
@media screen and (min-width: 768px) {
  .page-event .area-event .accordion-area .box .item .detail .name .icon-new {
    padding: 4px 14px;
    top: -2px;
    margin-right: 10px;
  }
}
@keyframes blinking {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.page-event .area-event .accordion-area .box .item .detail .ex {
  margin-bottom: 4px;
  font-size: 12px;
}
.page-event .area-event .accordion-area .box .item .detail .link-video a {
  display: inline-block;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 4px 12px;
  font-size: 12px;
}
.page-event .area-event .accordion-area .box .item .detail .link-video .dashicons {
  margin-right: 4px;
  color: #fc0f1d;
}
.page-event .area-event .accordion-area .box .item .detail .other .meta {
  margin-bottom: 10px;
  text-align: right;
}
.page-event .area-event .accordion-area .box .item .detail .other .meta .no {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}
.page-event .area-event .accordion-area .box .item .detail .other .meta .event-item-price {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.page-event .area-event .accordion-area .box .item .detail .other .thumb div {
  width: 40px;
  display: inline-block;
  margin-right: 10px;
}
.page-event .area-event .accordion-area .box .item .detail .other .thumb div img {
  max-width: 100%;
  height: auto;
  padding: 4px;
  border: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  .page-event .area-event .accordion-area .box .item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .page-event .area-event .accordion-area .box .item .photo {
    width: 200px;
  }
  .page-event .area-event .accordion-area .box .item .detail {
    width: 680px;
  }
  .page-event .area-event .accordion-area .box .item .detail .no {
    font-size: 14px;
  }
  .page-event .area-event .accordion-area .box .item .detail .name {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .page-event .area-event .accordion-area .box .item .detail .ex {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .page-event .area-event .accordion-area .box .item .detail .event-item-price {
    font-size: 18px;
  }
  .page-event .area-event .accordion-area .box .item .detail .other {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-event .area-event .accordion-area .box .item .detail .other .thumb {
    order: 1;
    width: 530px;
  }
  .page-event .area-event .accordion-area .box .item .detail .other .thumb div {
    width: 80px;
    display: inline-block;
  }
  .page-event .area-event .accordion-area .box .item .detail .other .thumb div img {
    max-width: 100%;
    height: auto;
  }
  .page-event .area-event .accordion-area .box .item .detail .other .meta {
    order: 2;
    width: 140px;
  }
  .page-event .area-event .accordion-area .box .item .detail .other .meta .no {
    display: block;
    margin-right: 0;
  }
  .page-event .area-event .accordion-area .box .item .detail .other .meta .event-item-price {
    display: block;
    font-size: 20px;
  }
}

.page-result .sec-result .text-result {
  background-color: #0551A4;
  margin-bottom: 10px;
  padding: 8px 12px;
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-result .sec-result .text-result {
    margin-bottom: 20px;
    padding: 12px 24px;
    font-size: 18px;
  }
}
.page-result .sec-result .area-result {
  box-sizing: border-box;
}
.page-result .sec-result .area-result .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.page-result .sec-result .area-result .item .photo {
  width: 30%;
}
.page-result .sec-result .area-result .item .photo img {
  width: 100%;
  height: auto;
}
.page-result .sec-result .area-result .item .detail {
  width: 65%;
}
.page-result .sec-result .area-result .item .detail .name {
  font-size: 14px;
}
.page-result .sec-result .area-result .item .detail .ex {
  margin-bottom: 4px;
  font-size: 12px;
}
.page-result .sec-result .area-result .item .detail .other .meta {
  margin-bottom: 10px;
  text-align: right;
}
.page-result .sec-result .area-result .item .detail .other .meta .no {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}
.page-result .sec-result .area-result .item .detail .other .meta .event-item-price {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.page-result .sec-result .area-result .item .detail .other .thumb div {
  width: 40px;
  display: inline-block;
  margin-right: 10px;
}
.page-result .sec-result .area-result .item .detail .other .thumb div img {
  max-width: 100%;
  height: auto;
  padding: 4px;
  border: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  .page-result .sec-result .area-result .item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .page-result .sec-result .area-result .item .photo {
    width: 220px;
  }
  .page-result .sec-result .area-result .item .detail {
    width: 700px;
  }
  .page-result .sec-result .area-result .item .detail .no {
    font-size: 14px;
  }
  .page-result .sec-result .area-result .item .detail .name {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .page-result .sec-result .area-result .item .detail .ex {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .page-result .sec-result .area-result .item .detail .event-item-price {
    font-size: 18px;
  }
  .page-result .sec-result .area-result .item .detail .other {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-result .sec-result .area-result .item .detail .other .thumb {
    order: 1;
    width: 530px;
  }
  .page-result .sec-result .area-result .item .detail .other .thumb div {
    width: 80px;
    display: inline-block;
  }
  .page-result .sec-result .area-result .item .detail .other .thumb div img {
    max-width: 100%;
    height: auto;
  }
  .page-result .sec-result .area-result .item .detail .other .meta {
    order: 2;
    width: 140px;
  }
  .page-result .sec-result .area-result .item .detail .other .meta .no {
    display: block;
    margin-right: 0;
  }
  .page-result .sec-result .area-result .item .detail .other .meta .event-item-price {
    display: block;
    font-size: 20px;
  }
}
.page-result .sec-result .area-noresult .text-nodata {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.page-result .sec-result .area-noresult .area-search {
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  background-color: #f9f9f9;
}
.page-result .sec-result .area-noresult .area-search h3 {
  text-align: left;
  padding-left: 10px;
  margin-bottom: 10px;
  border-left: 4px solid #333;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .page-result .sec-result .area-noresult .area-search {
    margin: 40px auto 20px;
    padding: 30px 40px;
  }
  .page-result .sec-result .area-noresult .area-search h3 {
    font-size: 24px;
  }
}
.page-result .sec-result .area-noresult .area-search .searcharea {
  margin-top: 14px;
}
.page-result .sec-result .area-noresult .area-search .searcharea #feas_0_0 {
  width: 240px;
  margin-bottom: 10px;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .page-result .sec-result .area-noresult .area-search .searcharea #feas_0_0 {
    width: 340px;
    padding: 12px 24px;
    font-size: 18px;
  }
}
.page-result .sec-result .area-noresult .area-search .searcharea #feas_0_1 {
  width: 240px;
  margin-bottom: 10px;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .page-result .sec-result .area-noresult .area-search .searcharea #feas_0_1 {
    width: 340px;
    padding: 12px 24px;
    font-size: 18px;
  }
}
.page-result .sec-result .area-noresult .area-search .searcharea .feas-submit-button {
  display: block;
  width: 200px;
  margin: 10px auto;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px #ccc;
  padding: 4px 8px;
  border-radius: 4px;
}
.page-result .sec-result .area-noresult .area-search .searcharea .feas-submit-button:hover {
  cursor: pointer;
  background-color: #e2e2e2;
}
@media screen and (min-width: 768px) {
  .page-result .sec-result .area-noresult .area-search .searcharea .feas-submit-button {
    display: inline-block;
    width: 160px;
    padding: 8px 24px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .page-result .sec-result .area-noresult .area-search .searcharea #feas_0_0 {
    margin-right: 10px;
  }
  .page-result .sec-result .area-noresult .area-search .searcharea #feas_0_2 {
    margin-right: 20px;
  }
  .page-result .sec-result .area-noresult .area-search .searcharea #feas_0_4 {
    margin-right: 20px;
  }
  .page-result .sec-result .area-noresult .area-search .searcharea #feas_0_6 {
    margin-right: 20px;
  }
  .page-result .sec-result .area-noresult .area-search .searcharea #feas_0_8 {
    margin-right: 20px;
  }
}

.page-video .sec-video .area-video h4 {
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .page-video .sec-video .area-video h4 {
    text-align: center;
    font-size: 18px;
  }
}
.page-video .sec-video .area-video .video {
  width: 80%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .page-video .sec-video .area-video .video {
    width: 500px;
    margin: 0 auto 40px;
  }
}

.page-contact .text {
  text-align: center;
}

.area-contactform .contact-form {
  margin: 40px 0 0;
}
.area-contactform .contact-form caption {
  margin-bottom: 14px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
.area-contactform .contact-form th {
  display: block;
  text-align: left;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}
.area-contactform .contact-form th .hissu {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 6px;
  font-weight: normal;
  padding: 1px 6px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  background-color: #D40000;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form th .hissu {
    font-size: 12px;
  }
}
.area-contactform .contact-form th .ninni {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 12px;
  font-weight: normal;
  padding: 1px 6px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  background-color: #bbb;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form th .ninni {
    font-size: 12px;
  }
}
.area-contactform .contact-form th .bikou {
  display: block;
  font-size: 12px;
  color: #666;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form th .bikou {
    font-size: 14px;
  }
}
.area-contactform .contact-form td {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}
.area-contactform .contact-form td .ttl {
  display: block;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 4px;
}
.area-contactform .contact-form td .text-form {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-form-short {
  width: 24%;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-form-middle {
  width: 74%;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-area {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td ::placeholder {
  color: #b9b9b9;
}
.area-contactform .contact-form td .wpcf7-list-item {
  display: block;
  padding: 0;
  margin: 0 0 2px 0;
}
.area-contactform .contact-form td .col {
  margin-bottom: 14px;
}
.area-contactform .contact-form td .ex {
  margin-top: 6px;
  font-size: 14px;
}
.area-contactform .contact-form td .wpcf7-list-item-label {
  font-size: 16px;
  margin: 0;
  opacity: 1;
}
.area-contactform .contact-form td .wpcf7-date {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .checkbox-346 {
  display: block;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .area-contactform .contact-form th {
    width: 240px;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding: 20px 40px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
  }
  .area-contactform .contact-form td {
    display: table-cell;
    padding: 20px 40px;
    margin-bottom: 10px;
  }
  .area-contactform .contact-form td .wpcf7-list-item-label {
    font-size: 14px;
  }
  .area-contactform .contact-form td .checkbox-346 {
    padding-bottom: 0;
  }
  .area-contactform .contact-form td .text-form {
    background-color: #fff;
  }
  .area-contactform .contact-form td .text-area {
    background-color: #fff;
  }
}
.area-contactform .wpcf7-submit {
  display: block;
  width: 80%;
  padding: 20px;
  margin: 40px auto 20px;
  border: none;
  background-color: #00A935;
  text-align: center;
  font-size: 18px;
  color: #fff;
  box-shadow: 0 2px 10px #bbb;
}
.area-contactform .wpcf7-submit:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .area-contactform {
    margin-top: 50px;
  }
  .area-contactform .wpcf7-submit {
    width: 400px;
  }
}

/*-----------------------------------------------------------

	side

---------------------------------------------------------- */
/*-----------------------------------------------------------

	footer

---------------------------------------------------------- */
#footer {
  margin-top: 80px;
  position: relative;
  /*リンクを右下に固定*/
  /*　上に上がる動き　*/
  /*　下に下がる動き　*/
}
@media screen and (min-width: 768px) {
  #footer {
    margin-top: 100px;
  }
}
#footer #page-top a {
  display: flex;
  transition: all 0.3s;
}
#footer #page-top a img {
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  #footer #page-top a img {
    width: 100px;
    height: 100px;
  }
}
#footer #page-top a:hover {
  opacity: 0.6;
}
#footer #page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(200px);
}
#footer #page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#footer #page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(2400px);
  }
}
#footer .area-contact {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 30px 0 50px;
  background-image: url(images/footer/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
#footer .area-contact p {
  color: #fff;
}
#footer .area-contact .ttl {
  margin-bottom: 14px;
  font-size: 24px;
}
#footer .area-contact .ex {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #footer .area-contact .ttl {
    font-size: 32px;
  }
  #footer .area-contact .ex {
    margin-bottom: 30px;
  }
}
#footer .area-contact .btn .tel {
  margin-bottom: 20px;
}
#footer .area-contact .btn .tel span {
  font-size: 26px;
  font-weight: bold;
}
#footer .area-contact .btn .email .btn-border {
  border: 1px solid #fff;
  background-color: transparent;
  margin: 0 auto;
}
#footer .area-contact .btn .email .btn-border img {
  position: relative;
  top: -3px;
  left: -6px;
}
#footer .area-contact .btn .email .btn-border::after {
  content: "";
}
#footer .area-contact .btn .email .btn-border:hover {
  color: #fff;
  box-shadow: 0 0 10px #fff;
}
@media screen and (min-width: 768px) {
  #footer .area-contact .btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 640px;
    margin: 0 auto;
  }
  #footer .area-contact .btn .tel {
    margin-bottom: 0;
  }
  #footer .area-contact .btn .tel span {
    font-size: 32px;
  }
}
#footer .area-info {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
#footer .area-info .info {
  margin-bottom: 20px;
}
#footer .area-info .info .logo {
  margin-bottom: 20px;
  text-align: center;
}
#footer .area-info .info .logo img {
  width: 120px;
  height: auto;
}
#footer .area-info .info .about {
  font-size: 12px;
}
#footer .area-info .nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer .area-info .nav ul li a {
  font-size: 12px;
}
#footer .area-info .nav ul li a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  #footer .area-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 940px;
    padding-bottom: 40px;
  }
  #footer .area-info .info {
    width: 400px;
    margin-bottom: 0;
  }
  #footer .area-info .info .logo {
    text-align: left;
  }
  #footer .area-info .info .about {
    font-size: 14px;
  }
  #footer .area-info .nav {
    width: 540px;
    margin-top: 40px;
    padding-bottom: 0;
  }
  #footer .area-info .nav ul li a {
    font-size: 14px;
  }
  #footer .area-info .copyright {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 40px;
    right: 0;
  }
}
#footer .copyright {
  padding-bottom: 20px;
  text-align: center;
  font-size: 14px;
}