@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/*  font-family:
    'Noto Sans JP',
    "sans-serif",
    "メイリオ",
    Meiryo,
    "Microsoft YaHei",
    "Microsoft JhengHei UI",
    "SimSun",
    "SimHei",
    "Times New Roman"
  ;
*/
  color: #333;
  font-size: 16px;
  line-height: 160%;
  background: url(../../j/common/images/bg.png) repeat center top;
}

*[lang=zh] {
  /*font-family: 'Noto Sans TC', sans-serif;*/
}

[v-cloak] {
  display: none;
}

a:link,
a:visited {
  color: #3eb3ed;
  text-decoration: none;
}

a:hover {
  color: #e46898;
  text-decoration: underline;
}

a img {
  vertical-align: bottom;
}

a:hover img {
  opacity: 0.8;
}

.wrap {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
}


/* ヘッダー */
header {
  width: 100%;
  margin: 0 auto;
}

.logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
}

.logo a {
  font-size: 0.9rem;
}

.logo a:hover img {
  opacity: 0.8;
}

.goto_home:before {
  content: "▲";
  display: inline-block;
  transform: rotate(90deg);
}

.head_tit {
  margin: 0;
  padding: 0;
  /*background-color: #eee;*/
  color: #6f6f6f;
  font-size: 2rem;
  line-height: 140%;
  font-weight: normal;
  text-align: center;
  /* background-image: url(../images/main_banner.png); */
  background-color: rgba(255,255,255,0.5);
  background-blend-mode: lighten;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /*text-shadow: 0px 0px 4px #000,
    0px 0px 4px #000,
    0px 0px 4px #000,
    0px 0px 4px #000;
  */
  height: auto;
  font-weight: 700;
}

.head_tit img{width: 100%;}

.head_tit2{
  margin: 0;
  padding: 0;
  /*background-color: #eee;*/
  color: #6f6f6f;
  font-size: 2rem;
  line-height: 155%;
  font-weight: normal;
  text-align: center;
  background-image: url(../images/main_banner4.png);
  background-color: rgba(255,255,255,0.5);
  background-blend-mode: lighten;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /*text-shadow: 0px 0px 4px #000,
    0px 0px 4px #000,
    0px 0px 4px #000,
    0px 0px 4px #000;
  */
  height: auto;
  font-weight: 700;
}

.head_tit3{
  margin: 0;
  padding: 0;
  /*background-color: #eee;*/
  color: #0e4864;
  font-size: 2rem;
  line-height: 155%;
  font-weight: normal;
  text-align: center;
  background-image: url(../images/main_banner4.png);
  background-color: rgba(255,255,255,0.5);
  background-blend-mode: lighten;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* text-shadow: 0px 0px 4px #000,
    0px 0px 4px #000,
    0px 0px 4px #000,
    0px 0px 4px #000;
  */
  height: auto;
  font-weight: 700;
}

.head_tit_lang {
  margin: 0;
  display: block;
  font-size: 1.5rem;
}

.head_tit_lang .pc {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.head_tit_lang .sp {
  display: none;
}

.saigai_tit {font-size: 1.5rem;}

/* コンテンツ */
.contents {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}

.contents h2 {
  border-bottom: 1px solid #ebaa30;
  padding-left: 1rem;
  padding-bottom: 4px;
  margin: 0 0 1.5rem;
  font-weight: normal;
}

.contents h2 .br.pc {
  height: 0;
  display: block;
  visibility: hidden;
}

/* インフォタブ */
.info_tab {
  margin: 8px 0 ;
  border-top: solid 2px #a7a1a2;
}

.info_tab_btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 96%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.info_tab_btn {
  width: calc(100% / 5 - 8px);
  margin: 0 4px;
}

.info_tab_btn input {
  display: none;
}

.info_tab_btn .locale {
  display: block;
  text-align: center;
  padding: 8px 2px;
  color: #333;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
}

.info_tab_btn .locale.blank {
  /* background: url(/j/exchange/common/images/icon_blank2.png) no-repeat bottom 20% right 15%; */
}

.info_tab_btn .locale:hover {
  color: #b1bcc2;
  text-decoration: none;
}

.info_tab_btn input:checked+.locale {
  color: #333;
  background-color: #e0c2ff;
  padding-top: 8px;
}

.info_tab_btn .locale2 {
  display: block;
  text-align: center;
  padding: 8px 2px;
  color: #333;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
}

.info_tab_btn .locale2.blank {
  background: url(/j/exchange/common/images/icon_blank2.png) no-repeat bottom 20% right 15%;
}

.info_tab_btn .locale2:hover {
  color: #b1bcc2;
  text-decoration: none;
}

.info_tab_btn input:checked+.locale2 {
  color: #333;
  background-color: #fdfdc0;
  padding-top: 8px;
}

.info_tab_main {margin-top: 16px;}

.head_tit3 input {
  display: none;
}

.info_tab_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  margin: -1px 0 0;
  padding: 10px;
  list-style: none;
  /* border-top: solid 2px #a7a1a2; */
}

.info_tab_list_text{padding: 0 1.6rem;}

.info_tab_list_item {
  line-height: 1.6rem;
  margin: 0 0 1.6rem;
  padding: 0 1.6rem;
  width: calc(100% / 2);
}

.info_tab_list_item p{
  font-weight: 700;
}

.info_tab_list_item:last-of-type {
  margin-bottom: 0;
}

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

.info_tab_list_item a{color: #0e4864;}


/* emergency */
.emergency {
  margin: 32px 0 0;
  padding: 8px 16px;
  border: solid 3px #b93c3c;
}

.emergency_content h1,
.emergency_content h2,
.emergency_content h3,
.emergency_content h4 {
  margin: 8px 0;
}

.emergency_content p {
  margin: 0 0 0.5rem;
  line-height: 140%;
  font-size: 0.925rem;
}

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

.emargency_datetime {
  width: 100%;
  line-height: 140%;
  text-align: left;
  font-size: 0.925rem;
  margin-bottom: 8px;
}

.emargency_update {
  width: 100%;
  line-height: 140%;
  text-align: right;
  font-size: 0.925rem;
}

/* Informations */
.info_content {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.info_content h2 {
  width: 100%;
  padding-top: 32px;
  margin-bottom: 0;
}

.blog-stock{
  text-align: center;
  font-size: 1.2rem;
}
.blog-stock span{
  padding: 5px 5px 0 0;
}
.blog-stock span img{
  width: 20px;
}


/* notice */
.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ebaa30;
  background: -moz-linear-gradient(left, #ebaa30 10%, rgba(255, 222, 0, 0) 42%);
  background: -webkit-linear-gradient(left,
      #ebaa30 10%,
      rgba(255, 222, 0, 0) 42%);
  background: -o-linear-gradient(left, #ebaa30 10%, rgba(255, 222, 0, 0) 42%);
  background: -ms-linear-gradient(left, #ebaa30 10%, rgba(255, 222, 0, 0) 42%);
  background: linear-gradient(to right, #ebaa30 10%, rgba(255, 222, 0, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #ebaa30;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.loader:after {
  background: #ffffff;
  width: 85%;
  height: 85%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.notice {
  width: 100%;
  margin: 0;
}

.notice_list {
  margin: 24px 0 16px;
  padding: 0 16px;
  list-style: none;
}

.notice_list_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 12px;
  padding: 0 0 12px;
  border-bottom: solid 1px #eee;
}

.notice_date {
  width: 16%;
  margin: 0;
}

.notice_title {
  width: 68%;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  /* word-break: break-all; */
}

.notice_datetime {
  width: 16%;
  margin: 0;
  font-size: 0.8rem;
  text-align: right;
}

.notice_pages {
  margin: 8px 0;
  text-align: center;
}

.notice_pager {
  margin: 8px 0;
}

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

.notice_pager .page-numbers {
  display: none;
}

.notice_pager .prev {
  float: left;
}

.notice_pager .next {
  float: right;
}

.notice_pager .prev,
.notice_pager .next {
  display: inline-block;
  padding: 4px 16px;
  border: solid 1px #ebaa30;
  border-radius: 5px;
  background: none;
  color: #ebaa30;
  cursor: pointer;
  outline: none;
  transition: 0.25s;
  text-decoration: none;
}

.notice_pager .prev:before {
  display: inline-block;
  content: "<";
  margin: 0 4px 0 0;
}

.notice_pager .next:after {
  display: inline-block;
  content: ">";
  margin: 0 0 0 4px;
}

.notice_pager .prev:hover,
.notice_pager .next:hover {
  color: #fff;
  background: #ebaa30;
  transition: 0.25s;
}

/* 資料 */
.informations {
  width: 100%;
  margin: 32px 0;
  padding: 0;
}

.informations ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
}

.informations ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: calc(100% / 3);
}

.informations ul li .book_img {
  width: 100%;
  margin: 0 0 8px;
  text-align: center;
}

.informations ul li .book_img img {
  width: 64%;
}

.informations ul li .book_text {
  width: 80%;
  padding: 8px;
}

.informations ul li .book_text a {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  line-height: 140%;
  margin: 0 0 4px;
}

/* バナー */
.banners {
  margin: 32px 0;
}

.banner_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.banner_list_item {
  width: calc(100% / 4 - 8px);
  margin-bottom: 8px;
}

.banner_list_item a img {
  width: 100%;
  height: auto;
}

.fade-enter-active {
  transition: opacity 0.5s;
}

.fade-enter {
  opacity: 0;
}

/* シングル記事 */
.post {
  margin: 64px auto 0;
}

.post-box h1 {
  border-bottom: 1px solid #ebaa30;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 4px;
  margin: 0 0 1.5rem;
  /*word-break: break-all;*/
  line-height: 140%;
}

.post-box .date {
  text-align: right;
}

.post-content {
  padding: 0 16px;
}

.post-content img {
  display: block;
  margin: 16px auto;
  max-width: 100%;
  height: auto;
}

/* フッター */
footer {
	padding: 10px 0;
    width: 960px;
    clear: both;
    border-top: 4px solid #3DB3ED;
    background-color: #fff;
    margin: 0 auto;
}

.foot_logo {
  width: 30%;
}

.foot_logo a {
  display: block;
  padding: 0 0 10px;
}

.foot_logo a.blank {
  display: inline-block;
  background: url(/j/exchange/common/images/icon_blank2.png) no-repeat bottom right;
}

.foot_address {
  width: 70%;
}

.foot_address ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.foot_address ul li {
  text-align: right;
  font-size: 0.9rem;
}

.copyright {
  width: 100%;
  padding: 8px 0;
  text-align: center;
}

.inner {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    text-align: right;
    padding: 0 5px;
}

.sentia-link {
    float: right;
    font-size: 11px;
    text-align: right;
    display: block;
}

/* 1024px以下 */
@media screen and (max-width: 1024px) {
  .wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
  }

  .info_tab_btn .locale.blank {
    color: #333 !important;
    /* background: url(/j/exchange/common/images/icon_blank2.png) no-repeat bottom 20% right 5%; */
  }

  /* コンテンツ */
  .contents {
    width: 98%;
    margin: 0 auto;
    padding: 0;
  }

  .contents h2 {
    font-size: 1.2rem;
    padding-left: 8px;
    padding-right: 8px;
  }

  /* お知らせ */
  .notice_date {
    width: 100%;
    margin: 0;
  }

  .notice_title {
    width: 72%;
    margin: 0;
    font-size: 1rem;
    font-weight: normal;
  }

  .notice_datetime {
    width: 28%;
    margin: 0;
    font-size: 0.8rem;
    text-align: right;
  }

  /* 資料 */
  .informations ul li .book_img img {
    width: 80%;
  }

  .informations ul li .book_text {
    width: 96%;
    margin: 0 auto;
    padding: 8px;
  }

  /* バナー */
  .banner_list {
    justify-content: flex-start;
  }

  .banner_list_item {
    width: calc(100% / 4 - 8px);
    margin: 0 4px 8px;
  }

  /* シングル記事 */
  .post-content {
    padding: 0 8px;
  }

  .post-box img {
    display: block;
    margin: 8px 0;
    max-width: 100%;
    height: auto;
  }
   
  footer{width: 100%;}

}

/* 768px以下 */
@media screen and (max-width: 768px) {

  /* コンテンツ */
  .contents {
    margin: 0 auto;
    padding: 0;
  }

  /* ヘッダー */
  .logo {
    padding: 8px 2%;
    justify-content: center;
    align-items: center;
  }

  .logo_img {
    width: 64%;
  }

  .logo_img img {
    width: 100%;
  }

  .goto_home {
    width: 36%;
    text-align: right;
  }

  .head_tit {
    height: auto;
    
  }
  .head_tit2 {
    padding: 8px 16px;
    font-size: 1.25rem;
    line-height: 140%;
    height: auto;
    
  }
  .head_tit3 {
    padding: 8px 16px;
    font-size: 1.25rem;
    line-height: 140%;
    height: auto;
    
  }

  /* インフォタブ */
  .info_tab {
    /* margin: 32px 0; */
  }

  .info_tab_btn .locale.blank {
    /* background: url(/j/exchange/common/images/icon_blank2.png) no-repeat bottom 20% right 5%; */
  }

  /* emergency */
  .emergency {
    margin: 32px 0 0;
  }

  /* Informations */
  .info_content {
    margin: 0;
  }

  /* 資料 */
  .informations ul li {
    width: 100%;
    align-items: center;
    margin-bottom: 16px;
  }

  .informations ul li .book_img {
    width: 30%;
    margin: 0;
    text-align: center;
  }

  .informations ul li .book_img img {
    width: 80%;
  }

  .informations ul li .book_text {
    width: 70%;
    margin: 0 auto;
    padding: 16px;
  }

  .informations ul li .book_text a {
    margin-bottom: 16px;
    font-size: 1.1rem;
  }

  .informations ul li .book_text a:last-of-type {
    margin-bottom: 0;
  }

  /* バナー */
  .banners {
    margin: 32px 0;
  }

  .banner_list_item {
    width: calc(100% / 2 - 8px);
    margin: 0 4px 8px;
  }

  /* シングル記事 */
  .post-box h1 {
    padding: 0 8px;
    font-size: 1.4rem;
  }

  .post-content {
    padding: 0 8px;
  }
  
  .inner {
    text-align: center;
  }
}

/* 640px以下 */
@media screen and (max-width: 640px) {

  .head_tit_lang .pc {
    display: none;
  }

  .head_tit_lang .sp {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .info_tab_btn .locale {
    font-size: 1.2rem;
  }

  .contents h2 .br {
    height: 0;
    display: block;
    visibility: hidden;
  }

  .info_tab_list {
    margin: -1px 0 0;
    padding: 8px;
    list-style: none;
    /* border-top: solid 2px #a7a1a2; */
  }
  
  .info_tab_list_item {
    width: 100%;
  }

  .info_tab_list li p {
    margin-top: 0;
  }

  .info_tab_list li p:last-of-type {
    margin-bottom: 0;
  }

  /* お知らせ */
  .notice_date {
    width: 100%;
    margin: 0;
  }

  .notice_title {
    width: 100%;
    margin: 0;
    font-size: 1rem;
    font-weight: normal;
  }

  .notice_datetime {
    width: 100%;
    margin: 0;
    font-size: 0.8rem;
    text-align: right;
  }
  
  .blog-stock{
    font-size: 16px;
  }

  /* 資料 */
  .informations ul li {
    width: 100%;
    align-items: center;
    margin-bottom: 16px;
  }

  .informations ul li .book_img {
    width: 40%;
    margin: 0;
    text-align: center;
  }

  .informations ul li .book_img img {
    width: 96%;
  }

  .informations ul li .book_text {
    width: 60%;
    margin: 0 auto;
    padding: 8px;
  }

  .informations ul li .book_text a {
    margin-bottom: 8px;
    font-size: 0.925rem;
  }

  .informations ul li .book_text a:last-of-type {
    margin-bottom: 0;
  }

  /* バナー */
  .banner_list_item {
    width: 80%;
    margin: 0 auto 8px;
  }

  /* フッター */
  .foot_logo {
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
  }

  .foot_logo a {
    display: block;
    padding: 0 0 10px;
  }

  .foot_logo a.blank {
    display: inline-block;
    background: url(/j/exchange/common/images/icon_blank2.png) no-repeat bottom right;
  }

  .foot_address {
    width: 100%;
  }

  .foot_address ul li {
    text-align: center;
    font-size: 0.9rem;
  }
}

/* 468px以下 */
@media screen and (max-width: 468px) {

  /* インフォタブ */
  .info_tab_btns {
    justify-content: center;
  }

  .info_tab_btn {
    width: calc(100% / 2 - 8px);
    margin: 0 4px;
  }

  .info_tab_btn .locale:hover {
    color: #fff;
    background-color: #ebaa30;
  }

  .info_tab_btn input:checked+.locale {
    color: #fff;
  	background-color: #b2def7;
    border: none;
    border-bottom: 0;
    padding-top: 8px;
  }

  .info_tab_btn:nth-of-type(1),
  .info_tab_btn:nth-of-type(2),
  .info_tab_btn:nth-of-type(3) {
    width: calc(100% / 3 - 8px);
  }

  .info_tab_btn .locale.blank {
    /* background: url(/j/exchange/common/images/icon_blank2.png) no-repeat bottom 20% right 5%; */
  }
}