@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);
@import url(http://fonts.googleapis.com/earlyaccess/notosanssc.css);

/*---------------------------------------
    リセットCSS（編集不要）
----------------------------------------*/
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li,ol li{list-style-type:none;}a,label{cursor:pointer;}img,svg{vertical-align:middle;margin:0;padding:0;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}
h1,h2,h3,h4,h5,h6 {
  font-weight: 500;
}
/*----------------------------------------
    共通
----------------------------------------*/
@font-face {
  font-family: webFont;
  src: url(/fonts/Barlow-SemiBold.ttf);
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans Japanese", 'Noto Sans', sans-serif;
  min-width: 100%;
  font-size: 1.2rem;
  font-weight: 350;
  line-height: 1.6;
  color: #333333;
  background-color: #ffffff;
}
body.cn_page {
  font-family: "Noto Sans SC", sans-serif;
}

.inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
.sp_appear {
  display: none;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
a {
  color: #333333;
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
}
img.adaptive_img {
  width: 100%;
  height: auto;
}
#pageTop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
  z-index: 999;
}
/*----------------------------------------
    header
----------------------------------------*/
.header {
  display: flex;
  padding-left: 42px;
}
.header a:hover {
  opacity: 1;
  color: #bf1a1e;
}
.header .logo {
  flex: 0 0 294px;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.header .logo a:hover {
  opacity: 1;
}
.header .header_info {
  flex: 1 1 auto;
  padding-right: 10px;
}
.header .other_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding-bottom: 10px;
}
.header .other_nav a {
  color: #747474;
}
.header .other_nav a:hover {
  color: #bf1a1e;
}
.header .other_nav .web_site {
  margin-right: 4%;
  padding-top: 12px;
}
.header .other_nav .web_site a {
  display: block;
  padding: 0 0 0 12px;
  position: relative;
  font-weight: 500;
}
.header .other_nav .web_site a::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 0;
  border-top: 4px solid transparent;
  border-left:6px solid #BE191F;
  border-bottom: 4px solid transparent;
}
.header .language {
  display: flex;
  margin-right: 4%;
  padding-top: 12px;
  align-items: center;
  position: relative;
  z-index: 100;
}
.header .language li {
  padding: 0 5px;
}
.header .language li:first-child {
  position: relative;
  padding-right: 6px;
}
.header .language li:first-child::after {
  content: "";
  position: relative;
  height: 12px;
  width: 1px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 0;
  background: #747474;
}
.header .language a,
.header .language span {
  font-weight: 500;
}
.header .language span {
  color: #BE191F;
}
.header .menu {
  display: flex;
  padding-top: 12px;
  align-items: center;
}
.header .menu > li {
  margin-right: 10px;
  background-color: #EDEDED;
  border-radius: 3px;
  position: relative;
}
.header .menu a {
  display: block;
}
.header .menu a:hover {
  color: #747474;
  opacity: 0.6;
}
.header .menu .contact a {
  position: relative;
  z-index: 100;
  padding: 3px 7px 1px 22px;
  background: url(/img/share/ico-header_contact.png) no-repeat 7px center;
  font-weight: 500;
}
.header .menu .share > a {
  position: relative;
  z-index: 100;
  padding: 3px 7px 1px 18px;
  background: url(/img/share/ico-header_share.png) no-repeat 7px center;
  font-weight: 500;
}
.header .menu .share.current {
  background-color: #bf1a20
}
.header .menu .share.current > a {
  color: #ffffff;
  background: url(/img/share/ico-header_share_on.png) no-repeat 7px center;
}
.header .menu .share.current > a:hover {
  opacity: 1;
}
.header .share_sub_list_wrapper,
.header .share_sub_list_wrapper2 {
  position: absolute;
  top: 20px;
  right: 0;
  display: none;
}
.header .share_sub_list {
  background: #ffffff;
  box-shadow: 0 0 6px #999;
  position: relative;
  width: 250px;
}
.header .share_sub_list::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  right: 17px;
  background: #ffffff;
  transform: rotate(-45deg);
  box-shadow: -1px -1px 6px #999;
  z-index: 1;
}
.header .share_sub_list .share_sub_list_inner {
  display: flex;
  align-items: center;
  background: #ffffff;
  position: relative;
  z-index: 2;
  padding: 10px 20px;
}
.header .share_sub_list ul {
  flex: 1 0 auto;
}
.header .share_sub_list ul li {
  display: flex;
  padding-right: 20px;
  background-color: none;
  align-items: center;
}
.header .share_sub_list ul li:not(:first-child) {
  padding-top: 20px;
}
.header .share_sub_list span {
  padding-right: 9px;
}
.header .share_sub_list span img {
  width: 30px;
  height: auto;
}
.header .share_sub_list .wechart {
  text-align: center;
  flex: 1 0 100px;
}
.header .share_sub_list .wechart p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
}
.header .share_sub_list .qr img {
  width: 100px;
}
.header .global_nav {
  padding-right: 10px;
}
.header .global_nav .global_nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header .global_nav .global_nav_list > li {
  font-size: 1.5rem;
  margin-left: 36px;
  position: relative;
  border-bottom: 4px solid #fff;
  height: 45px;
}
.header .global_nav .global_nav_list > li:first-child {
  margin-left: 0;
}
.header .global_nav .global_nav_list > li.current {
  border-bottom: 4px solid #BE191F;
}
.header .global_nav .global_nav_list > li.current > a:hover {
  opacity: 1;
}
.header .global_nav .global_nav_list > li > a {
  display: block;
  letter-spacing: 1px;
  padding: 9px 0 8px 0;
  position: relative;
}
.header .global_nav .global_nav_list > li.js_down > a {
  padding-right: 12px;
}
.header .global_nav .global_nav_list > li.js_down > a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #BE191F;
  position: absolute;
  right: 0;
  top: 19px;
}
.header .global_nav .global_nav_list > li.js_down .global_sub {
  position: absolute;
  top: 45px;
  left: -10px;
  z-index: 9999;
  background-color: #fff;
  padding: 10px 0;
  width: 160px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 0px 5px #ccc;
  display: none;
}
#header_fixed.header .global_nav .global_nav_list > li.js_down .global_sub {
	top: 46px;
}
.header .global_nav .global_nav_list > li.js_down .global_sub li {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 9px;
  margin-bottom: 9px;
}
.header .global_nav .global_nav_list > li.js_down .global_sub li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.header .global_nav .global_nav_list > li.js_down .global_sub a {
  font-size: 1.4rem;
  display: block;
  padding: 0 10px;
}
.header .global_nav .global_nav_list > li.js_down .global_sub a:hover {
  opacity: 0.7;
}
.header .search {
  flex: 0 0 100px;
}
.header .search a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #ffffff;
  padding: 10px;
  background: #BE191F;
}
.header .search a span {
  display: block;
  width: 100%;
  padding-top: 36px;
  background: url(/img/share/ico-header_search.png) no-repeat center top;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
}
.header .search a:hover {
  opacity: 0.6;
}
#header_fixed {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0;
  display: none;
  padding-left: 42px;
  align-items: center;
  height: 50px;
}
#header_fixed.header .other_nav {
  padding-bottom: 0;
  align-items: stretch;
  height: 100%;
  width: 62px;
}
#header_fixed.header .menu {
  flex-wrap: wrap;
  padding-top: 0;
  align-items: stretch;
  flex: 0 0 62px;
}
#header_fixed.header .menu > li {
  margin-right: 0;
  width: 100%;
  border-radius: 0;
}
#header_fixed.header .menu .contact a {
  text-indent: -9999999px;
  background: url(/img/share/ico-header_contact.png) no-repeat center center;
  border-bottom: 1px solid #e0e0e0;
}
#header_fixed.header .search {
  flex: 0 0 50px;
}
#header_fixed.header .search a {
  height: 50px;
  padding: 0;
}
#header_fixed.header .search a span {
  text-indent: -9999999px;
  background: url(/img/share/ico-header_search.png) no-repeat center center;
}
/*----------------------------------------
    #article
----------------------------------------*/
#article {
  position: relative;
  min-height: 700px;
}
/*  #topic_path
----------------------------------------*/
#topic_path {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  width: 100%;
  border-top: 1px solid #eeeeee;
}
#topic_path ul {
  height: 20px;
}
#topic_path ul li {
  padding-right: 12px;
  margin-right: 7px;
  position: relative;
  display: inline;
}
#topic_path ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}
#topic_path ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
#topic_path ul li:last-child::after {
  display: none;
}
#topic_path.white ul li::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#topic_path.white ul li a,
#topic_path.white ul li span {
  color: #fff;
}
#topic_path ul li a:hover {
  text-decoration: underline;
}

/*----------------------------------------
    .main_title
----------------------------------------*/
#article .main_title {
  text-align: center;
  line-height: 1;
}
#article .main_title .en {
  font-size: 5.6rem;
  display: block;
  font-family: webFont;
  letter-spacing: 6px;
  margin-left: 6px;
}
#article .main_title .jp {
  font-size: 2.0rem;
  display: block;
  font-weight: 500;
  margin: 18px 0 0 3px;
  letter-spacing: 3px;
}
#article .main_title.small .en {
  font-size: 2.2rem;
}
#article .main_title.small .jp {
  font-size: 1.4rem;
  margin-top: 12px;
}
/*----------------------------------------
    footer
----------------------------------------*/
#footer {
  padding-top: 27px;
  background: #000000;
}
#footer .menu_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.3rem;
}
#footer .menu_list a {
  color: #ffffff;
  position: relative;
  padding: 0 10px 0 11px;
}
#footer .menu_list a::before {
  content: "";
  height: 12px;
  position: absolute;
  width: 1px;
  background: #ffffff;
  top: 50%;
  left: 0;
  margin-top: -7px;
}
#footer .menu_list li:first-child a::before {
  display: none;
}
#footer .copyright {
  color: #ffffff;
  display: block;
  text-align: center;
  font-size: 1.1rem;
  padding: 14px 0 23px 0;
}
#footer .copyright a {
  color: #fff;
}
#footer .copyright a:hover {
  opacity: 1;
	text-decoration: underline;
}

@media screen and (max-width : 1180px) {
.header {
  padding-left: 10px;
}
.header .logo {
  flex: 0 0 22%;
}
.header .logo img {
  width: 100%;
  height: auto;
}
.header .header_info {
  flex: 1 1 65%;
  padding: 0 0 0 5px;
}
.header .search {
  flex: 0 0 10%;
}
.header .search a {
  padding: 10px 0;
}
.header .global_nav .global_nav_list > li {
  margin-left: 15px;
  font-size: 1.3rem;
}
.header .global_nav .global_nav_list > li.js_down .global_sub {
  top: 38px;
  width: 180px;
}
.header .global_nav .global_nav_list > li.js_down .global_sub a {
  font-size: 1.2rem;
}
#header_fixed {
  padding-left: 10px;
}
#header_fixed.header .global_nav .global_nav_list > li {
  margin-left: 12px;
  font-size: 1.2rem;
}
.header .global_nav .global_nav_list > li.js_down a::after {
  top: 16px;
}
}
