@charset "UTF-8";
@import "common/css/variables.css";
/* Scss Document */
embed,
iframe,
object {
  max-width: 100%;
}

.contents {
  padding: 0 0 0px 0;
  background-color: #FFF;
}
@media (max-width: 834px) {
  .contents {
    overflow-x: hidden;
  }
}

h1.page-heading {
  font-size: 24px;
  line-height: 42px;
  padding: 0px 0 40px;
  letter-spacing: 2px;
  font-weight: 400;
}

/*記事フォーマット*/
.entry {
  font-size: 1em;
  margin: 0;
  padding: 130px 0px 60px 0px;
}
@media (max-width: 834px) {
  .entry {
    padding: 0 0px 0px 0px;
  }
}
.entry div {
  max-width: 720px !important;
}
@media (max-width: 834px) {
  .entry div {
    max-width: 100% !important;
  }
}
.entry p {
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 25px;
}
@media (max-width: 834px) {
  .entry p {
    font-size: 14px;
    line-height: 26px;
    margin: 0 0px 25px;
  }
}
.entry a {
  color: #FFF;
  display: block;
}
.entry a:hover {
  text-decoration: underline;
}
.entry .link-area .link-common-btn {
  text-decoration: none !important;
}
.entry .link-area .link-common-btn:hover {
  color: #0086CF !important;
}
.entry h1 {
  font-size: 30px;
  line-height: 46px;
}
@media (max-width: 834px) {
  .entry h1 {
    font-size: 22px;
    line-height: 36px;
  }
}
.entry h2 {
  font-size: 24px;
  line-height: 38px;
  margin: 0 0 25px;
  padding: 1px 10px;
  display: inline-block;
  color: #0086CF;
  background-color: #FFF;
}
@media (max-width: 834px) {
  .entry h2 {
    font-size: 16px;
    line-height: 30px;
    margin: 0px 0px 20px;
  }
}
.entry h3 {
  font-size: 21px;
  line-height: 34px;
  margin: 0 0 5px;
}
@media (max-width: 834px) {
  .entry h3 {
    font-size: 16px;
    line-height: 28px;
  }
}
.entry h4 {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 25px;
  display: block;
}
@media (max-width: 834px) {
  .entry h4 {
    font-size: 14px;
    line-height: 24px;
    margin: 0px 0px 20px;
  }
}
.entry h5 {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 25px;
}
@media (max-width: 834px) {
  .entry h5 {
    font-size: 12px;
    line-height: 22px;
    margin: 0px 0px 20px;
  }
}
.entry img {
  max-width: 100%;
  height: auto;
  margin: 0px 0 10px;
}
@media (max-width: 834px) {
  .entry img {
    width: 100%;
  }
}
@media (max-width: 834px) {
  .entry img.alignnone {
    max-width: 400px;
  }
}
@media (max-width: 834px) {
  .entry .wp-caption img {
    margin: 20px 20px 10px;
    width: calc(100% - 40px);
  }
}
.entry .kiji-img {
  margin: 0 auto 20px;
}
@media (max-width: 834px) {
  .entry .kiji-img {
    margin: 0px;
  }
}
.entry .kiji-img img {
  width: 100%;
  margin: 0;
}
@media (max-width: 834px) {
  .entry .kiji-img img {
    margin: 0px;
  }
}
.entry .entry-info {
  padding: 0px 0 30px;
}
@media (max-width: 834px) {
  .entry .entry-info {
    padding: 15px 20px 20px;
  }
}
.entry .entry-info .entry-date {
  font-size: 14px;
  line-height: 24px;
  padding: 0px 15px 0 0;
  color: #FFF;
}
@media (max-width: 834px) {
  .entry .entry-info .entry-date {
    font-size: 11px;
  }
}
.entry .entry-info .cat-data {
  font-size: 14px;
  padding: 0px 0px 0 0;
  color: #FFF;
}
@media (max-width: 834px) {
  .entry .entry-info .cat-data {
    font-size: 11px;
  }
}
.entry .entry-info .tag-area {
  padding: 0 0px 10px 0;
}
.entry .entry-info .tag-area .tag-name {
  color: #FFF;
  padding: 0 10px 5px 0;
  font-size: 14px;
}
.entry .entry-info .tag-area .tag-name::before {
  content: "#";
}
.entry .wp-caption-text {
  text-align: center;
  font-size: 14px;
  margin: 0px 0 40px;
}
@media (max-width: 834px) {
  .entry .wp-caption-text {
    font-size: 12px;
    line-height: 18px;
    margin: 0px 20px 40px;
  }
}
.entry .wp-caption-text a {
  padding-left: 0px;
}
.entry .wp-caption-text a:hover {
  text-decoration: underline;
}
.entry .wp-caption-text a::before {
  display: none;
}
.entry .wp-caption-text a::after {
  display: none;
}
.entry blockquote {
  position: relative;
  padding: 50px 40px 20px 40px;
  margin: 0px 0 40px;
  box-sizing: border-box;
  color: #999;
  background-color: #F8F8F8;
}
@media (max-width: 834px) {
  .entry blockquote {
    padding: 30px 30px 5px 32px;
    margin: 0px 20px 40px;
  }
}
.entry blockquote::before {
  display: inline-block;
  content: "“";
  position: absolute;
  top: 20px;
  left: 15px;
  vertical-align: middle;
  font-family: FontAwesome;
  color: #828282;
  font-size: 50px;
  line-height: 1;
  font-weight: 900;
}
@media (max-width: 834px) {
  .entry blockquote::before {
    top: 20px;
    left: 15px;
    font-size: 30px;
  }
}
.entry blockquote::after {
  display: inline-block;
  content: "”";
  position: absolute;
  bottom: 0px;
  right: 35px;
  vertical-align: middle;
  font-family: FontAwesome;
  color: #828282;
  font-size: 50px;
  line-height: 1;
  font-weight: 900;
}
@media (max-width: 834px) {
  .entry blockquote::after {
    right: 18px;
    font-size: 30px;
  }
}
.entry blockquote p {
  font-size: 14px;
  line-height: 28px;
  margin: 0 0 30px;
}
@media (max-width: 834px) {
  .entry blockquote p {
    font-size: 12px;
    line-height: 24px;
    margin: 0 0 15px;
  }
}
.entry .target {
  background-color: #F0FCFA;
  padding: 25px 25px 5px;
  margin: 0 0 40px;
}
@media (max-width: 834px) {
  .entry .target {
    padding: 30px 0px 1px;
    margin: 0 20px 40px;
  }
}
.entry .highlight {
  background-color: #F0FCFA;
  padding: 25px 25px 5px;
  margin: 0 0 40px;
}
@media (max-width: 834px) {
  .entry .highlight {
    padding: 30px 0px 1px;
    margin: 0 20px 40px;
  }
}
.entry .highlight p {
  font-size: 14px;
  line-height: 28px;
}
@media (max-width: 834px) {
  .entry .highlight p {
    font-size: 12px;
    line-height: 24px;
    margin: 0 0 20px;
  }
}
.entry .attend {
  background-color: #F8F8F8;
  padding: 25px 25px 5px;
  margin: 0 0 40px;
}
@media (max-width: 834px) {
  .entry .attend {
    padding: 30px 0px 1px;
    margin: 0 20px 40px;
  }
}
.entry .attend p {
  font-size: 14px;
  line-height: 28px;
}
@media (max-width: 834px) {
  .entry .attend p {
    font-size: 12px;
    line-height: 24px;
    margin: 0 0 20px;
  }
}
.entry .point {
  margin: 0 0 40px;
}
@media (max-width: 834px) {
  .entry .point {
    margin: 0 20px 40px;
  }
}
.entry .point .heading {
  color: #FFF;
  display: inline-block;
  background-color: #0F2350;
  padding: 4px 10px;
  font-size: 12px;
}
.entry .point .inner {
  padding: 15px 0px 0px;
  border-top: solid 1px #0F2350;
  border-bottom: solid 1px #0F2350;
}
.entry .point .inner p {
  margin: 0 0 15px;
}
.entry table {
  margin: 0 0 40px;
  width: 100%;
  /*@include sp{
      margin: 0 20px 40px;
      width: calc(100% - 40px) !important;
  }*/
}
.entry table td {
  font-size: 14px;
  line-height: 24px;
  padding: 12px 0px;
  border-bottom: solid 1px #E6E6E6;
  color: #333333;
}
@media (max-width: 834px) {
  .entry table td {
    font-size: 12px;
    line-height: 24px;
    width: 100% !important;
    display: block;
    padding: 0px 0 15px;
  }
}
.entry table td:nth-child(1) {
  font-weight: 500;
  padding: 12px 30px 12px 0px;
}
@media (max-width: 834px) {
  .entry table td:nth-child(1) {
    border-bottom: none;
    padding: 12px 0px 0px 0px;
  }
}
.entry table td a {
  padding-left: 0px;
}
.entry table td a:hover {
  text-decoration: underline;
}
.entry table td a::before {
  display: none;
}
.entry table td a::after {
  display: none;
}

@media (max-width: 834px) {
  .entry-contents {
    padding: 0 20px;
  }
}

/*記事詳細下部*/
.entry-sub {
  padding: 20px 0px;
}
.entry-sub .sub-headline {
  width: 180px;
  padding: 0 15px 0 0;
}
@media (max-width: 834px) {
  .entry-sub .sub-headline {
    width: 150px;
  }
}
.entry-sub .sub-headline p {
  font-size: 16px;
  margin: 0px;
}
@media (max-width: 834px) {
  .entry-sub .sub-headline p {
    font-size: 14px;
  }
}
.entry-sub .sub-share {
  width: calc(100% - 180px);
}
@media (max-width: 834px) {
  .entry-sub .sub-share {
    width: calc(100% - 150px);
  }
}
.entry-sub .sub-share a {
  display: block;
  margin: 0 15px 0 0;
}
@media (max-width: 834px) {
  .entry-sub .sub-share a {
    margin: 0 5px 0 0;
    transform: scale(0.8);
  }
}
.entry-sub .sub-share a:hover {
  opacity: 0.6;
}
.entry-sub .sub-share a::before {
  display: none;
}
.entry-sub .sub-share a img {
  margin: 0;
  width: initial;
}
@media (max-width: 834px) {
  .entry-sub .sub-share a img {
    margin: 0 0 10px;
  }
}
.entry-sub .sub-share .tweet a {
  padding: 2px 0 0px;
}
.entry-sub .sub-share .line a {
  margin: 0 0px 0 0;
}

/*記事一覧用*/
.entry-list {
  width: 31%;
  margin: 0 3.5% 50px 0;
}
.entry-list:nth-child(3n) {
  margin: 0 0% 50px 0;
}
@media (max-width: 834px) {
  .entry-list {
    width: 100%;
    margin: 0 auto 10px;
    padding: 0px 0px 25px;
  }
  .entry-list:nth-child(3n) {
    margin: 0 auto 10px;
  }
}
.entry-list:hover .text a::after {
  width: 100%;
}
.entry-list.type-garage {
  width: 48%;
  margin: 0 0% 50px 0;
}
@media (max-width: 834px) {
  .entry-list.type-garage {
    width: 100%;
    margin: 0 auto 10px;
    padding: 0px 0px 25px;
  }
}
.entry-list.long {
  width: 100%;
  margin: 0 0% 25px 0;
  padding: 0;
  border-bottom: solid 1px #e6e6e6;
}
@media (max-width: 834px) {
  .entry-list.long {
    margin: 0 0% 25px 0;
  }
}
.entry-list.long .text a::after {
  display: none;
}
.entry-list.long .text a:hover h2 {
  text-decoration: underline;
}
.entry-list.long .text a h2 {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 834px) {
  .entry-list.long .text a h2 {
    font-size: 14px;
    line-height: 20px;
  }
}
.entry-list .entry-thumb {
  width: 100%;
  padding: 0 0 5px;
  margin: 0 auto 10px;
}
.entry-list .entry-thumb a {
  overflow: hidden;
  display: block;
  background-color: #000;
}
.entry-list .entry-thumb a:hover img {
  transform: scale(1.03);
  opacity: 0.9;
}
.entry-list .entry-thumb img {
  width: 100%;
  height: auto;
  transition: 0.3s ease-in-out;
}
.entry-list .text {
  width: 100%;
  padding: 0 0% 0 0;
}
.entry-list .text h2 {
  font-size: 16px;
  line-height: 32px;
  font-weight: normal;
  margin: 0px 0 8px;
  padding: 0px;
  border: none;
  color: #1d1d1d;
}
@media (max-width: 834px) {
  .entry-list .text h2 {
    font-size: 14px;
    line-height: 20px;
  }
}
.entry-list .text a {
  display: inline-block;
  margin: 0 0 20px;
  position: relative;
}
.entry-list .text a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  width: 20px;
  height: 1px;
  background-color: #828282;
  margin: 0 0 10px;
  transition: 0.3s ease-in-out;
}
.entry-list .text .cat-data {
  font-size: 14px;
  margin: 0px 0 5px;
  display: block;
  color: #0F2350;
}
@media (max-width: 834px) {
  .entry-list .text .cat-data {
    font-size: 11px;
  }
}
.entry-list .text .entry-date {
  font-size: 12px;
  color: #0F2350;
  padding: 0 15px 0 0;
  display: block;
}
.entry-list .text .tag-area {
  padding: 0 0px 8px 0;
}
.entry-list .text .tag-area .tag-name {
  color: #0F2350;
  padding: 0 10px 5px 0;
  font-size: 12px;
  letter-spacing: 1px;
}
.entry-list .text .tag-area .tag-name::before {
  content: "#";
}
@media (max-width: 834px) {
  .entry-list .text .tag-area .tag-name {
    font-size: 12px;
  }
}

/*ページネーション*/
.pagination {
  margin: 30px auto 80px;
  text-align: center;
}
@media (max-width: 834px) {
  .pagination {
    margin: 20px auto 50px;
  }
}
.pagination ul {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.pagination .page-numbers {
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 14px;
  padding: 10px 15px;
  margin-right: 5px;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
@media (max-width: 834px) {
  .pagination .page-numbers {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
.pagination .page-numbers.current {
  color: #0086CF;
  background-color: #FFF;
}
.pagination .page-numbers:hover {
  color: #0086CF;
  background-color: #FFF;
}

/*固定ページフォーマット*/
.page-box {
  padding: 25px 0 0;
}

#relation {
  padding: 0px 0 60px;
}
@media (max-width: 834px) {
  #relation {
    padding: 20px 0;
  }
}
#relation .area-box {
  border-top: solid 1px #FFF;
  padding: 80px 0 15px 0;
}
@media (max-width: 834px) {
  #relation .area-box {
    padding: 40px 20px 15px;
  }
}
#relation .topics {
  width: 100%;
}
@media (max-width: 834px) {
  #relation .topics {
    width: 100%;
  }
}
#relation .topics .top-list {
  width: 48%;
  margin: 0 4% 25px 0;
  padding: 0 0 25px 0;
  display: block;
  position: relative;
}
@media (max-width: 834px) {
  #relation .topics .top-list {
    width: 100%;
    margin: 0 0% 10px;
    padding: 0 0 10px;
  }
}
#relation .topics .top-list:nth-child(2n) {
  margin: 0 0% 25px 0;
}
@media (max-width: 834px) {
  #relation .topics .top-list:nth-child(2n) {
    width: 100%;
    margin: 0 0% 10px;
    padding: 0 0 10px;
  }
}
#relation .topics .top-list:hover .top-thumb {
  transform: scale(1.05);
}
#relation .topics .top-list:hover .top-thumb:after {
  opacity: 0;
}
#relation .topics .top-list .new {
  position: absolute;
  top: 0px;
  left: 0;
  display: inline;
  color: #FFF;
  background-color: #E9193E;
  padding: 2px 20px;
  z-index: 100;
  font-size: 12px;
}
@media (max-width: 834px) {
  #relation .topics .top-list .new {
    padding: 2px 14px;
    font-size: 10px;
    line-height: 1.1;
  }
}
#relation .topics .top-list .top-thumb-area {
  width: 220px;
  height: 125px;
  overflow: hidden;
}
@media (max-width: 834px) {
  #relation .topics .top-list .top-thumb-area {
    width: 160px;
    height: 90px;
  }
}
#relation .topics .top-list .top-date {
  font-size: 12px;
  color: #FFF;
  padding: 0 0 8px;
  display: block;
  font-weight: 300;
  transition: 0.3s ease-in-out;
}
@media (max-width: 834px) {
  #relation .topics .top-list .top-date {
    padding: 0px;
  }
}
#relation .topics .top-list .top-thumb {
  width: 220px;
  background-size: cover;
  background-position: center;
  height: 125px;
  transition: 0.3s ease-in-out;
  display: block;
  position: relative;
}
@media (max-width: 834px) {
  #relation .topics .top-list .top-thumb {
    width: 160px;
    height: 90px;
  }
}
#relation .topics .top-list .top-thumb:after {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  display: block;
  opacity: 0;
  transition: 0.3s all;
}
#relation .topics .top-list .text {
  width: calc(100% - 240px);
}
@media (max-width: 834px) {
  #relation .topics .top-list .text {
    width: calc(100% - 175px);
  }
}
#relation .topics .top-list .text .top-title {
  font-size: 16px;
  color: #FFF;
  transition: 0.3s ease-in-out;
}
@media (max-width: 834px) {
  #relation .topics .top-list .text .top-title {
    font-size: 14px;
  }
}
#relation .link-area {
  padding: 20px 0;
}

#breadcrumb {
  width: 100%;
  color: #FFF;
  padding: 15px;
  font-size: 12px;
}
@media (max-width: 834px) {
  #breadcrumb {
    font-size: 10px;
    padding: 12px 15px;
  }
}
#breadcrumb ul {
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 834px) {
  #breadcrumb ul {
    max-width: 100%;
    min-width: 100%;
    padding: 0px;
  }
}
#breadcrumb ul li {
  display: inline;
  list-style: none;
  padding-right: 15px;
  position: relative;
}
#breadcrumb ul li:last-child {
  padding-right: 0px;
}
#breadcrumb ul li:last-child:after {
  content: "";
  display: none;
}
#breadcrumb ul li span {
  margin-right: 20px;
  color: #FFF;
  display: inline;
}
#breadcrumb ul li::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 4px;
  height: 4px;
  margin: -2px 0px 0 0;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  transform: rotate(45deg);
}
#breadcrumb ul li a {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  display: inline-block;
}
#breadcrumb ul li a span {
  color: #FFF;
  position: relative;
  z-index: 1;
}
#breadcrumb ul li a:hover span {
  text-decoration: underline;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  transform: scale(0.8) !important;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
  margin: 0 10px 0 0 !important;
}

.post-password-form {
  padding: 100px 0 0;
}/*# sourceMappingURL=style.css.map */