@charset "UTF-8";
body {
  color: #2A2A2A;
  background: #fff;
}

a {
  color: #535353;
}
a img {
  opacity: 1;
  -webkit-transition: opacity ease-in-out .3s;
          transition: opacity ease-in-out .3s;
}
a:hover {
  color: #F97900;
  text-decoration: none;
}
a:hover img {
  opacity: .8;
}
@media screen and (max-width: 991px) {
  a:hover img {
    opacity: 1;
  }
}

.wrap {
  width: auto;
  max-width: 1120px;
}

.main-inner,
.left-content .main-inner,
.left-content .main-inner {
  margin-right: 340px;
}

@media screen and (min-width: 992px) {
  #side,
  .left-content #side,
  .right-content #side {
    width: 300px;
  }
}

@media screen and (min-width: 992px) {
  #side,
  .left-content #side {
    margin-left: -300px;
  }
}

.item-wrap {
  font-size: 0;
}
.item-wrap .item {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}
.item-wrap.cols-4-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.item-wrap.cols-4-20 .item {
  padding-left: 10px;
  padding-right: 10px;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .item-wrap.cols-4-20 .item {
    width: 50%;
  }
}

body.page article.hentry {
  border: none;
}
body.page .post-header {
  padding: 0;
}
body.page .post-header .post-title {
  margin: 0 0 24px;
}

body.single article.hentry {
  border: none;
}
body.single .post-header {
  padding: 0;
}
body.single .post-header .post-title {
  margin: 0 0 24px;
}
@media screen and (max-width: 991px) {
  body.single .post-header .post-title {
    font-size: 22px;
  }
}
body.single .post-meta {
  margin: 0;
  border: none;
}
body.single .post-meta li {
  margin: 0;
}
body.single .post-meta li.cat {
  background: #B8E124;
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  text-align: center;
}
body.single .post-cont-wrap {
  position: relative;
}
@media screen and (min-width: 992px) {
  body.single .post-cont-inner {
    padding-left: 135px;
  }
}
body.single .post-header-meta {
  position: absolute;
  top: 0;
  left: 0;
  width: 108px;
  text-align: center;
}
body.single .post-header-meta ul {
  padding: 12px;
  border: 1px solid #E8ECE5;
  background: #F6F6F6;
}
body.single .post-header-meta li {
  display: block;
  margin: 0 0 8px;
}
@media screen and (max-width: 991px) {
  body.single .post-header-meta {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  body.single .post-header-meta ul {
    margin-bottom: 20px;
  }
  body.single .post-header-meta ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
  }
}
body.single .post-footer,
body.single .post-share {
  padding: 0;
}
body.single .post-footer-list li {
  display: block;
  width: 100%;
  font-size: 13px;
  margin: 12px 0;
}
body.single .post-footer-list li a {
  font-size: 11px;
  padding: 4px;
  border-radius: 2px;
  margin: 4px;
  font-weight: bold;
}
body.single .post-footer-list li a:hover {
  text-decoration: none;
}
body.single .post-footer-list li.cat a {
  border: 1px solid #EEEEEE;
  background: #F9F9F9;
}
body.single .post-footer-list li.tag a {
  border: 1px solid #EEEEEE;
  background: #FBFDF2;
}
body.single .post-footer-cta {
  border: 1px solid #E8ECE5;
  border-top: 3px solid #B8E124;
  background: #FDFDFD;
}
body.single .post-footer-cta h3 {
  padding: 28px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #E8ECE5;
}
body.single .post-footer-cta .post-footer-cta-item {
  border-bottom: 1px solid #E8ECE5;
  padding: 24px 30px;
  overflow: hidden;
}
body.single .post-footer-cta .post-footer-cta-item:last-child {
  border: none;
}
body.single .post-footer-cta .thumb {
  float: left;
  width: 156px;
  height: 156px;
  border: 1px solid #E8ECE5;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  body.single .post-footer-cta .thumb {
    float: none;
    text-align: center;
    margin: 0 auto 20px;
  }
}
body.single .post-footer-cta .post-footer-cta-cont {
  margin-left: 176px;
}
body.single .post-footer-cta .post-footer-cta-cont h4 {
  margin-bottom: 12px;
}
body.single .post-footer-cta .post-footer-cta-cont h4 a {
  color: #1A72D2;
  font-size: 18px;
  font-weight: bold;
}
body.single .post-footer-cta .post-footer-cta-cont p {
  margin-bottom: 1.2em;
}
@media screen and (max-width: 540px) {
  body.single .post-footer-cta .post-footer-cta-cont {
    margin-left: 0;
  }
}
body.single .post-footer-cta .cat-btn a {
  display: block;
  padding: 10px;
  color: #fff;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(270deg, #ffbf00 0%, #ffc000 48%, #ffbc37 51%, #ffaf00 100%);
  background-image: linear-gradient(180deg, #ffbf00 0%, #ffc000 48%, #ffbc37 51%, #ffaf00 100%);
  max-width: 256px;
  border-radius: 6px;
  border: 1px solid #ffaf00;
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 1px white;
  text-align: center;
}
@media screen and (max-width: 540px) {
  body.single .post-footer-cta .cat-btn a {
    max-width: 100%;
  }
  body.single .post-footer-cta .cat-btn a:hover {
    opacity: 1;
  }
}
body.single .post-footer-cta .cat-btn a:hover {
  text-decoration: none;
  opacity: .8;
}
body.single .post-share-title,
body.single .post-sns {
  margin: 0;
}
body.single .post-share {
  border: none;
  padding: 0 !important;
}
body.single .post-share h4 {
  background: transparent;
  color: #2A2A2A;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
body.single .post-sns {
  border: none;
}
body.single .post-sns ul {
  width: auto;
  border: none;
  font-size: 0;
  margin: 0 -10px;
}
body.single .post-sns ul li {
  border: none;
  font-size: 16px;
  vertical-align: top;
  display: inline-block;
  width: 25%;
  padding: 0 10px;
}
body.single .post-sns ul li:hover {
  background: transparent;
}
body.single .post-sns ul li a {
  color: #fff;
  border-radius: 4px;
  padding: 12px;
  text-align: center;
}
body.single .post-sns ul li a:before {
  display: none !important;
  color: #fff;
  opacity: .8;
}
body.single .post-sns ul li.post-sns-facebook a {
  background-image: -webkit-linear-gradient(270deg, #4561b5 0%, #3f5aab 100%);
  background-image: linear-gradient(180deg, #4561b5 0%, #3f5aab 100%);
}
body.single .post-sns ul li.post-sns-facebook a:hover {
  opacity: .8;
}
body.single .post-sns ul li.post-sns-twitter a {
  background-image: -webkit-linear-gradient(270deg, #00b3f4 0%, #00aeea 100%);
  background-image: linear-gradient(180deg, #00b3f4 0%, #00aeea 100%);
}
body.single .post-sns ul li.post-sns-twitter a:hover {
  opacity: .8;
}
body.single .post-sns ul li.post-sns-google a {
  background-image: -webkit-linear-gradient(270deg, #ea3e00 0%, #df3c06 100%);
  background-image: linear-gradient(180deg, #ea3e00 0%, #df3c06 100%);
}
body.single .post-sns ul li.post-sns-google a:hover {
  opacity: .8;
}
body.single .post-sns ul li.post-sns-feedly a {
  background-image: -webkit-linear-gradient(270deg, #61dc00 0%, #62cf00 100%);
  background-image: linear-gradient(180deg, #61dc00 0%, #62cf00 100%);
}
body.single .post-sns ul li.post-sns-feedly a:hover {
  opacity: .8;
}
@media screen and (max-width: 767px) {
  body.single .post-sns ul li {
    width: 50% !important;
    border: none !important;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 540px) {
  body.single .post-sns ul li {
    width: 100% !important;
    border: none !important;
    margin-bottom: 12px;
  }
}
body.single .post-footer-related h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
body.single .post-footer-related ul {
  font-size: 0px;
  margin: 0 -10px;
}
body.single .post-footer-related ul li {
  font-size: 16px;
  width: 33.3%;
  vertical-align: top;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 24px;
}
@media screen and (max-width: 540px) {
  body.single .post-footer-related ul li {
    width: 50%;
  }
}
body.single .post-footer-related ul a:hover {
  text-decoration: none;
}
body.single .post-footer-related ul .thumb {
  position: relative;
  text-align: center;
  border: 1px solid #E8ECE5;
  padding: 5px;
  background: #fff;
  margin-bottom: 8px;
}
body.single .post-footer-related ul .thumb img {
  margin: 0 auto;
  text-align: center;
}
body.single .post-footer-related ul .thumb .cat {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(166, 212, 0, 0.8);
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  text-align: center;
}
body.single .post-footer-related ul .title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  body.single .post-footer-cta,
  body.single .post-sns,
  body.single .post-footer-related {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  body.single .post-footer-cta,
  body.single .post-sns,
  body.single .post-footer-related {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 991px) {
  #main .post-share-title,
  #main .post-share .post-sns {
    margin: 0 0 12px !important;
  }
}
.cat-content {
  border: none;
  padding: 0;
}

.post-loop-wrap {
  border-top: 1px solid #E8ECE5;
  margin-bottom: 32px;
}
.post-loop-wrap .hentry {
  border: none;
  border-bottom: 1px solid #E8ECE5;
  margin: 0;
}
.post-loop-wrap .hentry a {
  display: block;
  overflow: hidden;
  padding: 28px 32px;
}
@media screen and (max-width: 540px) {
  .post-loop-wrap .hentry a {
    padding: 20px;
  }
}
.post-loop-wrap .hentry a:hover {
  background: #FBFDF2;
  color: #2A2A2A;
}
.post-loop-wrap .hentry a:hover .more-link-area {
  color: #F97900;
}
.post-loop-wrap .hentry a:hover .cat li.cat {
  background: #fff;
}
.post-loop-wrap .hentry .post-header {
  padding: 0;
}
.post-loop-wrap .hentry .post-meta {
  border: none;
  margin-bottom: 12px;
}
.post-loop-wrap .hentry .post-meta li {
  margin: 0;
  float: none;
  display: inline-block;
  border: 1px solid #E8ECE5;
  background: #FBFDF2;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 3px;
  line-height: 1;
}
.post-loop-wrap .hentry .post-thumbnail {
  float: left;
  width: 268px;
  height: auto;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 540px) {
  .post-loop-wrap .hentry .post-thumbnail {
    float: none;
    margin: 0 auto 12px;
    text-align: center;
  }
}
.post-loop-wrap .hentry .post-thumbnail img {
  border: 1px solid #E8ECE5;
  padding: 4px;
  background: #fff;
  vertical-align: top;
  width: 100%;
  height: auto;
}
.post-loop-wrap .hentry .post-thumbnail .cat {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(166, 212, 0, 0.8);
  font-size: 12px;
  padding: 4px 12px;
  font-weight: bold;
  color: #FBFDF2;
  line-height: 1;
}
.post-loop-wrap .hentry .loop-cont {
  margin-left: 288px;
}
@media screen and (max-width: 540px) {
  .post-loop-wrap .hentry .loop-cont {
    margin-left: 0;
  }
}
.post-loop-wrap .hentry .post-title {
  clear: none;
  font-size: 20px;
  margin: 0 0 12px;
}
.post-loop-wrap .hentry .post-content {
  padding: 0;
  font-size: 14px;
}
.post-loop-wrap .hentry .more-link-area {
  margin: 0;
  border: none;
  text-align: right;
}
.post-loop-wrap .pagination {
  margin: 36px 0;
  text-align: center;
}
.post-loop-wrap .pagination span, .post-loop-wrap .pagination a {
  float: none;
  display: inline-block;
  border: 1px solid #E8ECE5;
  border-radius: 5px;
  padding: 6px 12px;
  margin: 0 4px;
}
.post-loop-wrap .pagination a:hover,
.post-loop-wrap .pagination .current {
  background: #B8E124;
  color: #fff;
}

.post-sns-box {
  font-size: 0;
  margin: 0 -10px;
}
.post-sns-box .post-sns-box-facebook,
.post-sns-box .post-sns-box-twitter {
  font-size: 16px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 50%;
  padding: 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .post-sns-box .post-sns-box-facebook,
  .post-sns-box .post-sns-box-twitter {
    width: 100%;
    margin-bottom: 12px;
  }
}

body.page-template-page-top #content {
  padding: 0;
  color: #535353;
}
body.page-template-page-top #main {
  float: none;
  text-align: center;
  font-size: 14px;
}
body.page-template-page-top .main-inner {
  margin-right: 0;
}
body.page-template-page-top .header-title {
  background: #B8E124;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding: 52px 0;
}
body.page-template-page-top .header-title h1 {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  body.page-template-page-top .header-title {
    padding: 20px;
  }
  body.page-template-page-top .header-title h1 {
    font-size: 20px;
  }
  body.page-template-page-top .header-title h1 br {
    display: none;
  }
}
body.page-template-page-top p {
  text-align: left;
}
body.page-template-page-top .section {
  padding: 48px 0 24px;
}
body.page-template-page-top .section h2 {
  border: none;
  background: transparent;
  padding: 0;
}
body.page-template-page-top .section h2:before {
  display: none;
}
@media screen and (max-width: 991px) {
  body.page-template-page-top .section {
    padding: 20px 0;
  }
  body.page-template-page-top .section h2 {
    font-size: 18px;
  }
}

.search-area {
  background: #F6F6F6;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
.search-area .wrap {
  padding: 32px 0;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  .search-area .wrap {
    padding: 20px 10px;
  }
}
.search-area .text {
  float: left;
  width: 440px;
  padding-left: 48px;
  text-align: left;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 991px) {
  .search-area .text {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-bottom: 12px;
  }
  .search-area .text i.fa {
    display: none;
  }
}
.search-area .text i.fa {
  font-size: 36px;
  vertical-align: middle;
  float: left;
  position: absolute;
  top: 10px;
  left: 0;
}
.search-area .form {
  margin-left: 460px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .search-area .form {
    margin-left: 0;
    text-align: center;
  }
}
.search-area .form input[type=text] {
  width: 100%;
  text-align: left;
  line-height: 1.8;
}
.search-area .form input[type=submit] {
  background: #B8E124;
  border-radius: 3px;
  -webkit-transition: all ease-in-out .3s;
          transition: all ease-in-out .3s;
}
.search-area .form input[type=submit]:hover {
  background: #a8cf1c;
}
.search-area .form .form-input-text {
  display: block;
  margin-right: 120px;
}
.search-area .form #searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  font-size: 14px;
}
@media screen and (max-width: 540px) {
  .search-area .form .form-input-text {
    display: block;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .search-area .form #searchsubmit {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    font-size: 12px;
  }
}

.cont-area {
  padding: 20px 0;
}
.cont-area h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.cont-area .lead {
  margin-bottom: 20px;
  font-size: 14px;
}
.cont-area .item-wrap .thumb {
  border: 1px solid #E8ECE5;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 12px;
}
.cont-area .item-wrap .thumb img {
  vertical-align: top;
}
.cont-area .item-wrap .title {
  font-weight: bold;
  font-size: 14px;
}

.first-area {
  padding: 20px 0;
}
.first-area h2 {
  text-align: center;
}
@media screen and (max-width: 540px) {
  .first-area h2 span {
    max-width: 14em;
  }
}
@media screen and (max-width: 540px) {
  .first-area .item-wrap .item {
    width: 50%;
    margin-bottom: 12px;
  }
}
.first-area .item-wrap .title {
  position: relative;
  padding-left: 24px;
  text-align: left;
}
.first-area .item-wrap .title:before {
  color: #B8E124;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.first-area .item-wrap li:nth-child(1) .title:before {
  content: '01.';
}
.first-area .item-wrap li:nth-child(2) .title:before {
  content: '02.';
}
.first-area .item-wrap li:nth-child(3) .title:before {
  content: '03.';
}
.first-area .item-wrap li:nth-child(4) .title:before {
  content: '04.';
}

.cat-area {
  border: 1px solid #E8ECE5;
  background: #F6F6F6;
}
.cat-area .title {
  margin-bottom: 8px;
}
.cat-area .desc {
  font-size: 14px;
  text-align: left;
}

.ruby-section {
  background: #F3F3F3;
  padding: 0 30px 25px;
  margin-bottom: 40px;
}
.ruby-section h2 {
  font-size: 26px;
  font-weight: bold;
  vertical-align: top;
  position: relative;
  padding: 20px 0;
}
.ruby-section h2:before {
  display: block;
  content: '';
  width: 2em;
  height: 4px;
  background: #B8E124;
  position: absolute;
  top: 0;
  left: 0;
}
.ruby-section ul {
  font-size: 0;
  margin: 0 -5px;
}
.ruby-section ul li {
  vertical-align: top;
  font-size: 16px;
  padding: 0 5px 10px;
  display: inline-block;
  width: 33.3%;
}
.ruby-section ul li a {
  display: block;
  border: 1px solid #E8ECE5;
  border-radius: 2px;
  background: #fff;
  padding: 8px;
}
.ruby-section h3 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ruby-section {
    padding: 0 12px 12px;
  }
  .ruby-section h2 {
    font-size: 22px;
    padding: 12px 0;
  }
  .ruby-section ul li {
    width: 50%;
  }
}

.cat-body,
.cat-body.post-content {
  padding: 32px 0;
}

.post-loop-wrap .more-link {
  border: 1px solid #ff6600;
  color: #ff6600;
  margin-bottom: 64px;
  padding: 8px 20px;
  border-radius: 20px;
  -webkit-animation: outer05 4s ease-in infinite;
          animation: outer05 4s ease-in infinite;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
}

@-webkit-keyframes outer05 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  48% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
            transform: scale(1.1, 0.9);
  }
  53% {
    -webkit-transform: scale(0.9, 1.1) translate(0, -5px);
            transform: scale(0.9, 1.1) translate(0, -5px);
  }
  57.5% {
    -webkit-transform: scale(1, 1) translate(0, -3px);
            transform: scale(1, 1) translate(0, -3px);
  }
  59% {
    -webkit-transform: scale(1, 1) translate(0, 0px);
            transform: scale(1, 1) translate(0, 0px);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes outer05 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  48% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
            transform: scale(1.1, 0.9);
  }
  53% {
    -webkit-transform: scale(0.9, 1.1) translate(0, -5px);
            transform: scale(0.9, 1.1) translate(0, -5px);
  }
  57.5% {
    -webkit-transform: scale(1, 1) translate(0, -3px);
            transform: scale(1, 1) translate(0, -3px);
  }
  59% {
    -webkit-transform: scale(1, 1) translate(0, 0px);
            transform: scale(1, 1) translate(0, 0px);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
#post-404 .post-content {
  padding: 0 !important;
}
#post-404 .post-content .content-none {
  padding: 32px 20px;
}

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

.post-content {
  padding: 0;
}
.post-content a {
  color: #245fbb;
  text-decoration: underline;
}
.post-content a:hover {
  color: #F97900;
}
@media screen and (max-width: 991px) {
  .post-content {
    padding: 0 !important;
  }
}
.post-content h2 {
  padding: 18px 24px;
  border: 1px solid #E8ECE5;
  background: #F6F6F6;
  position: relative;
  border-radius: 3px;
  line-height: 1.4;
  font-size: 22px;
}
.post-content h2:before {
  width: 4px;
  height: auto;
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  content: '';
  display: block;
  background: #B8E124;
}
@media screen and (min-width: 992px) {
  .post-content h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .post-content h2 {
    padding: 8px 12px 8px 16px;
  }
  .post-content h2:before {
    top: 8px;
    bottom: 8px;
  }
}
.post-content h3 {
  border: none;
  border-bottom: 2px dotted #B8E124;
  padding: 8px 0;
}
@media screen and (min-width: 992px) {
  .post-content h3 {
    font-size: 20px;
  }
}
.post-content h4 {
  border: none;
  padding: 0;
  color: #B8E124;
}
@media screen and (min-width: 992px) {
  .post-content h4 {
    font-size: 20px;
  }
}
.post-content ol {
  padding-left: 32px;
}
.post-content table {
  width: 100%;
}

#header {
  border-bottom: 4px solid #B8E124;
  padding: 0;
}
#header .wrap {
  position: relative;
}
@media screen and (min-width: 992px) {
  #header {
    height: 89px;
  }
}
@media screen and (max-width: 991px) {
  #header {
    padding: 0 !important;
  }
}

#logo {
  padding: 8px 0;
}
@media screen and (max-width: 991px) {
  #logo {
    width: 180px;
  }
}

#gnav {
  float: right;
  border: none;
  border-right: 1px solid #E8ECE5;
}
#gnav li {
  border: none;
  border-left: 1px solid #E8ECE5;
  margin: 0;
  padding: 0;
  font-size: 14px;
  width: auto;
}
#gnav li a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 12px 1.4em;
  text-align: center;
}
#gnav li a:hover {
  background: #f7f7f7;
}
#gnav li a .nav-inner {
  display: table-cell;
  height: 2.4em;
  line-height: 1.2;
  vertical-align: middle;
}
#gnav li .sub-menu {
  background: #B8E124;
}
#gnav li .sub-menu a {
  text-align: left;
  background: #B8E124 !important;
}
#gnav li .sub-menu a:hover {
  background: #a8cf1c !important;
}
#gnav li .sub-menu a:before {
  display: none;
}
#gnav li a:before {
  display: block;
  font-size: 18px;
  line-height: 28px;
  margin: auto;
  text-align: center;
}
#gnav li.gnav01 a:before {
  content: '\f0ca';
  font-family: FontAwesome;
  color: #B8E124;
}
#gnav li.gnav02 a:before {
  content: '';
  font-family: FontAwesome;
  color: #B8E124;
}
#gnav li.gnav03 a:before {
  content: '\f086';
  font-family: FontAwesome;
  color: #B8E124;
}
#gnav li.gnav04 a:before {
  content: '\f0ca';
  font-family: FontAwesome;
  color: #B8E124;
}
#gnav li.gnav05 a:before {
  content: '';
  background: url(../images/icon_spl.png) no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 28px;
  color: #B8E124;
}

#header-special {
  float: right;
}
@media screen and (max-width: 991px) {
  #header-special {
    display: none;
  }
}
#header-special > a {
  display: block;
  padding: 12px 24px 11px;
  text-align: center;
  border-right: 1px solid #E8ECE5;
  font-size: 14px;
  color: #2A2A2A;
}
#header-special > a:hover {
  text-decoration: none;
}
#header-special > a i.fa {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #F97900;
}
#header-special > a .nav-inner {
  display: table-cell;
  height: 2.4em;
  line-height: 1.2;
  vertical-align: middle;
}
#header-special:hover > a {
  background: #F97900;
  color: #fff;
}
#header-special:hover > a i.fa {
  color: #fff;
}
#header-special .header-special-cont {
  border-top: 4px solid #B8E124;
  display: none;
  padding: 24px 32px;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
#header-special .header-special-cont h2 {
  color: #F97900;
  border-bottom: 2px dotted #F97900;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 18px;
}
#header-special .header-special-cont ul {
  list-style: none;
  font-size: 0;
  margin: 0 -16px;
  padding: 0;
}
#header-special .header-special-cont ul li {
  font-size: 16px;
  display: inline-block;
  padding: 0 16px 12px;
  width: 25%;
  vertical-align: top;
}
#header-special .header-special-cont ul li a {
  display: block;
  overflow: hidden;
}
#header-special .header-special-cont ul li a:hover {
  text-decoration: none;
}
#header-special .header-special-cont ul li a img {
  float: left;
  width: 68px;
  border: 1px solid #E8ECE5;
  border-radius: 5px;
  padding: 5px;
  background: #fff;
  height: auto;
}
#header-special .header-special-cont ul li a .title {
  display: block;
  margin-left: 78px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  vertical-align: middle;
}

.spl_breadcrumbs {
  border-bottom: 1px solid #E8ECE5;
}
.spl_breadcrumbs .wrap {
  padding: 12px 0;
}
.spl_breadcrumbs ol {
  margin-bottom: 0;
}
.spl_breadcrumbs ol li {
  margin-left: 0;
  margin-right: 8px;
}

#header-menu-tog {
  padding-top: 10px;
}
#header-menu-tog a {
  color: #B8E124;
}

#sp-nav {
  display: none;
  font-size: 0;
  background: #B8E124;
  color: #fff;
  padding: 0 12px;
}
#sp-nav .wrap {
  margin: 0;
  margin-left: -8px;
  margin-right: -8px;
}
#sp-nav #sp-gnav,
#sp-nav .header-special-cont {
  width: 50%;
  padding: 20px 8px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 540px) {
  #sp-nav #sp-gnav,
  #sp-nav .header-special-cont {
    width: 100%;
  }
}
#sp-nav h2 {
  font-size: 18px;
  margin-bottom: 12px;
}
#sp-nav ul {
  border: 1px solid #E8ECE5;
  border-bottom: none;
}
#sp-nav ul li {
  border-bottom: 1px solid #E8ECE5;
}
#sp-nav ul li a {
  display: block;
  background: #fff;
  padding: 10px;
}
#sp-nav .header-special-cont li a {
  overflow: hidden;
}
#sp-nav .header-special-cont li img {
  max-width: 80px;
  height: auto;
  float: left;
}
#sp-nav .header-special-cont li .title {
  display: block;
  margin-left: 90px;
}

.side-widget {
  padding-bottom: 0;
  margin-bottom: 32px;
}

.side-bnr-area li {
  border: 1px solid #E8ECE5;
  background: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.side-search {
  border: 1px solid #E8ECE5;
  background: #F6F6F6;
  padding: 10px 12px;
}
.side-search h4 {
  font-weight: bold;
  margin-bottom: 8px;
}
.side-search #searchform {
  border: none;
  background: transparent;
}
.side-search #searchform div {
  padding: 0;
}
.side-search #searchform input[type=text],
.side-search #searchform input[type=search] {
  max-width: 100%;
  border: 1px solid #E8ECE5;
  margin-bottom: 12px;
}
.side-search #searchform button {
  display: block;
  max-width: 110px;
  float: none;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #B8E124;
  color: #fff;
  font-size: 18px;
}
.side-search #searchform button i.fa {
  font-size: 18px;
  font-weight: normal;
}
.side-search #searchform button:after {
  content: '検索する';
  font-size: 13px;
  margin-left: 4px;
}

.side-sns {
  border: 1px solid #E8ECE5;
}
.side-sns .side-wedget-inner-01 {
  border-bottom: 1px solid #E8ECE5;
}
.side-sns .side-wedget-inner-01 ul {
  font-size: 0;
  text-align: center;
}
.side-sns .side-wedget-inner-01 ul li {
  border: none;
  font-size: 24px;
  width: auto;
  margin: 0 8px;
  padding: 0 0 12px;
  display: inline-block;
  vertical-align: top;
}
.side-sns .side-wedget-inner-01 ul li a {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
  color: #fff;
}
.side-sns .side-wedget-inner-01 ul li a:hover {
  opacity: .8;
}
.side-sns .side-wedget-inner-01 ul li.side-sns-facebook a {
  background: #305097;
}
.side-sns .side-wedget-inner-01 ul li.side-sns-twitter a {
  background: #00aced;
}
.side-sns .side-wedget-inner-01 ul li.side-sns-google a {
  background: #db4a39;
}
.side-sns .side-wedget-inner-01 ul li.side-sns-feedly a {
  background: #6cc655;
}
.side-sns h4 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 16px;
}
.side-sns .side-wedget-inner-02 {
  background: #f7f7f7;
  padding: 20px 15px;
  text-align: center;
}

.side-topics {
  border: 1px solid #E8ECE5;
  background: #FBFDF2;
  padding: 20px 15px;
}
.side-topics h4 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}
.side-topics ul {
  border: 1px solid #E8ECE5;
  border-bottom: none;
}
.side-topics ul li {
  border-bottom: 1px solid #E8ECE5;
  padding: 0;
}
.side-topics ul li a {
  display: block;
  background: #fff;
  overflow: hidden;
  padding: 10px;
}
.side-topics ul li img {
  width: 80px;
  height: auto;
  float: left;
  border: 1px solid #E8ECE5;
}
.side-topics ul li .title {
  margin-left: 90px;
  display: block;
  text-align: left;
  line-height: 1.4;
}

.side-reccomend.side-widget {
  background: #FFF4E5;
  padding: 20px 15px;
}
.side-reccomend.side-widget h4 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.side-reccomend.side-widget ul li {
  border: none;
}
.side-reccomend.side-widget .thumb {
  text-align: center;
  padding: 10px;
  border: 3px solid #FFBD00;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 12px;
}

.popular-posts h4 {
  background: #74BF9E;
  color: #fff;
  line-height: 20px;
  padding: 12px 50px;
  text-align: center;
  position: relative;
}
.popular-posts h4 span:before {
  content: '\f005';
  font-family: FontAwesome;
}
.popular-posts h4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-top: 22px solid #74BF9E;
  border-right: 8px solid #74BF9E;
  border-bottom: 22px solid #74BF9E;
  border-left: 8px solid #fff;
}
.popular-posts h4:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border-top: 22px solid #74BF9E;
  border-right: 8px solid #fff;
  border-bottom: 22px solid #74BF9E;
  border-left: 8px solid #74BF9E;
}
.popular-posts ul {
  border: 1px solid #E8ECE5;
  border-bottom: none;
}
.popular-posts ul li {
  border-bottom: 1px solid #E8ECE5;
  padding: 0;
}
.popular-posts ul li a {
  display: block;
  background: #fff;
  padding: 10px;
}

#side .popular-posts li {
  overflow: hidden;
}
#side .popular-posts a {
  float: left;
  display: block;
}
#side .popular-posts a.wpp-post-title {
  margin-left: 90px;
  float: none;
}

#footer {
  background: #FBFDF2;
}
#footer a:hover {
  color: #F97900;
}
#footer .footer-01 {
  background: transparent;
  text-align: center;
}
#footer .footer-01 .wrap {
  padding: 30px 0 48px;
}
#footer #flogo {
  margin-bottom: 20px;
}
#footer #footer-nav {
  text-align: center;
  margin-bottom: 32px;
}
#footer .footer-coution {
  border: 1px solid #F97900;
  background: #fff;
  padding: 20px 32px;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
  color: #535353;
}
#footer .footer-coution strong {
  color: #F97900;
  font-size: 14px;
}
#footer .footer-coution p {
  margin-bottom: 1.4em;
}
#footer .footer-coution p:last-child {
  margin-bottom: 0;
}
#footer .footer-02 {
  background: #B8E124;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
#footer .footer-02 .wrap {
  padding: 12px 0;
}
#footer .footer-02 .footer-copy {
  text-align: center;
}

.home-mainv {
  text-align: center;
  position: relative;
}
.home-mainv .mainv-cont {
  background: #B8E124;
  color: #fff;
  padding: 72px 40px 72px;
  width: 100%;
  max-width: 578px;
  margin: 0 auto;
  z-index: 1;
}
.home-mainv .mainv-cont:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #B8E124;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: auto;
}
.home-mainv .mainv-cont h2 {
  font-size: 24px;
  font-weight: bold;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}
.home-mainv .mainv-cont .link a {
  display: inline-block;
  padding: 10px;
  line-height: 24px;
  width: 100%;
  max-width: 230px;
  border-radius: 25px;
  border: 3px solid #fff;
  color: #fff;
  font-weight: bold;
}
.home-mainv .mainv-cont .link a:hover {
  background: #fff;
  color: #B8E124;
}
@media screen and (max-width: 540px) {
  .home-mainv .mainv-cont {
    padding: 0;
  }
  .home-mainv .mainv-cont:after {
    display: none;
  }
  .home-mainv .mainv-cont h2 {
    font-size: 14px;
    padding: 20px;
    margin-bottom: 0;
  }
  .home-mainv .mainv-cont h2 br {
    display: none;
  }
  .home-mainv .mainv-cont .link {
    width: 100%;
  }
  .home-mainv .mainv-cont .link a {
    padding: 12px 20px;
    border: none;
    border-radius: 0;
    font-size: 14px;
    background: #96b919;
    max-width: 100%;
  }
}
.home-mainv .mainv-bg-01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-size: cover;
}
@media screen and (max-width: 540px) {
  .home-mainv .mainv-bg-01 {
    display: none;
  }
}
.home-mainv .mainv-bg-02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-size: cover;
}
@media screen and (max-width: 540px) {
  .home-mainv .mainv-bg-02 {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    height: 230px;
    width: 100%;
  }
}

.home-org .first-area {
  text-align: center;
}
.home-org .first-area h2 {
  margin-bottom: 20px;
}
.home-org .first-area h2 span {
  border-bottom: 2px dotted #00BFFF;
  padding-bottom: 12px;
  display: inline-block;
}
.home-org .first-area .item-wrap .title:before {
  color: #00BFFF;
}
.home-org .first-area .lead {
  display: none;
}

.home-table-area {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.home-table-area .home-table-01,
.home-table-area .home-table-02 {
  width: 50%;
  display: table-cell;
  overflow: hidden;
  vertical-align: top;
}
.home-table-area .home-table-01 .inner,
.home-table-area .home-table-02 .inner {
  width: 100%;
  max-width: 560px;
}
.home-table-area .home-table-01 {
  background: #FBFDF2;
}
.home-table-area .home-table-01 h2 {
  text-align: center;
}
.home-table-area .home-table-01 .inner {
  float: right;
  padding: 35px 35px 52px 0;
}
.home-table-area .home-table-02 {
  background: #FFF4E5;
}
.home-table-area .home-table-02 h2 {
  text-align: center;
}
.home-table-area .home-table-02 .inner {
  float: left;
  padding: 35px 0 52px 35px;
}
@media screen and (max-width: 991px) {
  .home-table-area .home-table-01 .inner,
  .home-table-area .home-table-02 .inner {
    padding: 20px;
  }
}
@media screen and (max-width: 540px) {
  .home-table-area {
    display: block;
  }
  .home-table-area .home-table-01,
  .home-table-area .home-table-02 {
    width: 100%;
    display: block;
  }
}

.home-table-01 li {
  margin-bottom: 12px;
}
.home-table-01 li a {
  display: block;
  overflow: hidden;
}
.home-table-01 li a .thumb {
  width: 180px;
  border: 1px solid #E8ECE5;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  background: #fff;
  float: left;
}
.home-table-01 li a .cont {
  margin-left: 200px;
}
.home-table-01 li a .cont .title {
  font-weight: bold;
  font-size: 14px;
}
.home-table-01 li a .cont .desc {
  font-size: 12px;
}
@media screen and (max-width: 991px) {
  .home-table-01 li a .thumb {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }
  .home-table-01 li a .cont {
    margin-left: 0;
  }
}

.home-table-02 {
  font-size: 0;
  margin: 0 -6px;
}
.home-table-02 .thumb {
  border: 3px solid #FFBD00;
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 8px;
  text-align: center;
}
.home-table-02 li {
  width: 33.33%;
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  padding: 6px;
  text-align: center;
}
.home-table-02 li.home-rec-1,
.home-table-02 li.home-rec-2 {
  width: 50%;
}
.home-table-02 .title {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .home-table-02 li {
    width: 50%;
  }
  .home-table-02 li.home-rec-1 {
    width: 100%;
  }
}

.home-new-link {
  text-align: center;
  padding: 55px;
}
@media screen and (max-width: 991px) {
  .home-new-link {
    padding: 20px;
  }
}
.home-new-link a {
  display: inline-block;
  width: 100%;
  max-width: 278px;
  border: 1px solid #E8ECE5;
  background: #FBFBFB;
  border-radius: 25px;
  padding: 16px;
  line-height: 18px;
}
.home-new-link a:hover {
  background: #fff;
}

.home-table-area h2 {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 18px;
}
.home-table-area .flaticon-search102,
.home-table-area .flaticon-rank2 {
  width: 48px;
  height: 48px;
  line-height: 48px;
  vertical-align: middle;
  text-align: center;
  background: #B8E124;
  border-radius: 24px;
  display: inline-block;
  color: #fff;
  margin-bottom: 8px;
  font-weight: normal;
}
.home-table-area .flaticon-search102:before,
.home-table-area .flaticon-rank2:before {
  margin: 0;
}
.home-table-area .flaticon-search102 {
  background: #B8E124;
}
.home-table-area .flaticon-rank2 {
  background: #F97900;
}
