@charset "UTF-8";
/*--- news_release ------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.pc {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

a {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  display: inline-block;
}

a:hover {
  cursor: pointer;
}

html {
  font-family: "NotoSansCJKjp-Jxck" , "Yu Gothic", "游ゴシック", "YuGothic" , "游ゴシック体" ,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
  width: 100%;
  height: auto;
}

/* ----- メインヴィジュアルスライダー設定 ここから ----- */
.mainVisual-slider {
  background: #000;
  overflow: hidden;
  width: calc(50% - 170px);
  height: 100vh;
  position: fixed;
  left: 170px;
  border-top: 5.692vw solid #000;
  border-bottom: 5.692vw solid #000;
}

@media screen and (max-width: 768px) {
  .mainVisual-slider {
    width: 100%;
    position: relative;
    left: 0;
    border-top: 0vw solid #000;
    border-bottom: 0vw solid #000;
  }
}

.mainVisual-slider01 {
  width: 100%;
  height: calc(100vh - 5.692vw*2);
  background-color: #fd9500;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

@media screen and (max-width: 768px) {
  .mainVisual-slider01 {
    height: 100vh;
    background-image: none;
    background-color: #fd9500;
  }
}

.mainVisual-slider-title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 60;
  color: #fff;
  width: 100%;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIUlEQVQYV2NkQAL///9PY4TxwRxGxllgARgHxGZE5oAEAPm3D2hsLeiBAAAAAElFTkSuQmCC) repeat;
}

.mainVisual-slider-title .slider-title {
  font-size: 36px;
  font-size: get_vw(36);
  font-family: Helvetica, "Helvetica Neue", sans-serif;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 0 2.153vw 2.153vw;
  display: inline-block;
}
@media screen and (max-width: 768px) {
	.mainVisual-slider-title .slider-title {
	  margin: 0;
	}
}

@media screen and (max-width: 768px) {
  .mainVisual-slider-title .slider-title {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    bottom: auto;
    text-align: center;
  }
}

.mainVisual-slider-title .slider-title_sub {
  display: block;
  font-size: 13px;
  font-size: get_vw(13);
  font-weight: lighter;
  margin: 0.215vw auto 0;
}

@media screen and (max-width: 768px) {
  .mainVisual-slider-title {
    margin: 4vw auto 0;
  }
}

/* ----- メインヴィジュアルスライダー設定 ここまで ----- */
.news-contents {
  margin: -4.61538vw 0 0;
}

/* ----- タイトル カテゴリ プルダウン ----- */
#categories {
  padding: 3.0769vw 3.0769vw 0;
}

@media screen and (max-width: 768px) {
  #categories {
    padding: 8vw  6.4vw 13.33vw 6.4vw;
  }
}

#categories .categories_title {
  font-size: 35.43px;
  font-size: get_vw(35.43);
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-style: italic;
  margin: 0 2.307vw 1.76923vw 0;
  display: block;
}

.selectWrap {
  width: auto;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .selectWrap {
    margin: 4vw 0 0;
    width: 100%;
  }
}

.selectWrap:after {
  content: ' ';
  width: 6px;
  height: 6px;
  border: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #000;
  top: 50%;
  right: 22px;
  margin-top: -3px;
  position: absolute;
}

.postform {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15.3846vw;
  height: 35px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 6px 12px 5px 12px;
  border: 1px solid #000000;
  border-radius: 0;
  font-size: 13px;
  font-size: get_vw(13);
  box-sizing: border-box;
  line-height: 1.2;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 768px) {
  .postform {
    width: 100%;
    margin: 0 0 0 0;
    height: 45px;
    padding: 16px 22px 15px 22px;
  }
}

select::-ms-expand {
  display: none;
}

/* ----- タイトル カテゴリ プルダウン ----- */
/* ----- 会宝通信メールマガジン ----- */
.mail-magazine-link {
  color: #fff;
  background: #ffa200;
  font-size: 13px;
  font-size: get_vw(13);
  padding: 11px 21px 10px;
  height: 35px;
}

.mail-magazine-link:hover {
  color: #ffa200;
  background: #000;
  transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}

@media screen and (max-width: 768px) {
  .mail-magazine-link {
    font-size: 14px;
    font-size: get_vw(14);
    padding: 16px 21px 10px;
    width: 100%;
    margin: 4vw 0 0;
    height: 45px;
  }
}

/* ----- 会宝通信メールマガジン ----- */
/* ----- 記事中 ----- */
.article-contents {
  padding: 9.61538vw 3.0769vw 0;
}

@media screen and (max-width: 768px) {
  .article-contents {
    padding: 0  6.4vw 13.33vw 6.4vw;
  }
}

.post-date-sub .time-post-date {
  display: inline-block;
  font-size: 14px;
  font-size: get_vw(14);
  margin: 0 15px 0 0;
}

.post-date-sub .sword-post-date {
  display: inline-block;
  font-size: 14px;
  font-size: get_vw(14);
}

.post-date-sub .sword-post-date a {
  color: #000;
}

.post-date-title {
  font-size: 25px;
  font-size: get_vw(25);
  font-weight: 300;
  margin: 1.3076vw 0 0;
  padding: 0 0 1.23vw;
  line-height: 1.5;
  border-bottom: 3px solid #ffa500;
}
_:-ms-lang(x)::-ms-backdrop, .post-date-title {
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .post-date-title {
    margin: 3.4vw 0 0;
    padding: 0 0 2vw;
  }
}

.article-contents-box {
  font-size: 13px;
  font-size: get_vw(13);
  line-height: 2.0769;
  margin: 3vw 0 0;
}

@media screen and (max-width: 768px) {
  .article-contents-box {
    margin: 5vw 0 0;
  }
}

.pager-nav {
  text-align: center;
  padding: 0 3.0769vw;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pager-nav {
    margin: 0 0 15.384vw;
    padding: 0 6.4vw;
  }
}

.page-numbers {
  display: inline-block;
  transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  font-size: 18px;
  font-size: get_vw(18);
  font-family: Helvetica, "Helvetica Neue", sans-serif;
  font-weight: bold;
  color: #000;
  padding: 1vw;
  margin: 5.384vw 0 0;
  vertical-align: middle;
}

.page-numbers:hover {
  color: #ffa500;
}

.current {
  display: inline-block;
  color: #ffa500;
  transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  font-size: 18px;
  font-size: get_vw(18);
  font-family: Helvetica, "Helvetica Neue", sans-serif;
  font-weight: bold;
}

.prev {
  float: left;
  padding-left: 0;
}

.prev:hover:before {
  border-right: 8px solid #ffa500;
}

.prev:before {
  content: " ";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 8px solid #000;
  border-bottom: 7px solid transparent;
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}

.next {
  float: right;
  padding-left: 0;
}

.next:hover:after {
  border-left: 7px solid #ffa500;
}

.next:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 7px solid #000;
  border-top: 8px solid transparent;
  border-bottom: 7px solid transparent;
  position: relative;
  display: inline-block;
  margin: 0 0 0 15px;
  transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}
