@charset "utf-8";

/*---------------------------------------
    共通
----------------------------------------*/
body {
  font-size: 1.2rem;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
}
img {
  width: 100%;
  height: auto;
}
.pc_appear {
  display: none !important;
}
.sp_appear {
  display: block !important;
}
.tb_br {
  display: none;
}
.inner {
  padding: 0 15px;
}
#pageTop {
  right: 10px;
  bottom: 10px;
  width: 30px;
}

/*----------------------------------------
    header
----------------------------------------*/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  border-bottom: none;
}
.header.current {
  border: 2.5px solid #eeeeee;
  border-bottom: none;
		position: absolute;
}
.header .inner {
  padding: 20px 15px;
}
.header.current .inner {
  padding: 20px 10px;
}
.header .logo {
  width: 184px;
  padding: 0;
}
.header .menu_button {
  width: 35px;
  position: absolute;
  top: 10px;
  right: 15px;
}
.header.current .menu_button {
  top: 6px;
  right: 10px;
}
.header .menu_button a {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 10px;
  padding: 14px 0 4px 0;
}
.header .menu_button a:hover {
  opacity: 1;
}
.header .menu_button .line {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 24px;
  height: 2px;
  margin-top: -1px;
  background-color: #212121;
  transition: all 0.3s;
  transform: translateX(-50%);
  cursor: pointer;
}
.header .menu_button .line::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #212121;
  content: "";
  transition: all 0.3s;
  transform: translateY(-300%);
}
.header .menu_button .line::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #212121;
  content: "";
  transition: all 0.3s;
  transform: translateY(300%);
}
.header .menu_button .menu {
  display: block;
  width: 100%;
  padding-top: 20px;
  text-align: center;
  font-weight: bold;
  font-family: webFont;
}
.header .global_nav_list {
  display: none;
}
.header .menu_button a.current .line {
  background-color: transparent;
}
.header .menu_button a.current .line::before {
  transform: translateY(0) rotate(45deg);
}
.header .menu_button a.current .line::after {
  transform: translateY(0) rotate(-45deg);
}
.header .language_type {
  display: none;
  margin: 0;
}
.header .language_type li span,
.header .language_type li a {
  padding: 6px 5px 0 5px;
}
.header .language_type li:first-child {
  margin-left: -5px;
}
.header .global_nav {
  display: flex;
}
.header .global_nav_list {
  position: absolute;
  width: calc(100% + 5px);
  background-color: #ffffff;
  top: 60px !important;
  left: -2.5px;
  z-index: 9998;
  border-left: 2.5px solid #eeeeee;
  border-right: 2.5px solid #eeeeee;
  border-bottom: 3px solid #eeeeee;
  padding-top: 10px;
}
.header .global_nav_list > li {
  border-bottom: 1px solid #eeeeee;
  margin: 0 10px;
}
.header .global_nav_list > li:first-child {
  border-top: 1px solid #eeeeee;
}
.header .global_nav_list > li > a {
  padding: 16px 15px;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
}
.header .global_nav_list > li.current > a,
.header .global_nav_list > li > a:hover {
  color: #202020;
  border-bottom: none;
}
.header .global_nav_list > li > a.slidedown,
.header .global_nav_list > li > a.slidedown {
  width: calc(100% - 47px);
}
.header .global_nav_list > li > a.slidedown::before,
.header .global_nav_list > li > a.slidedown::after {
  display: none;
}
.header .global_nav_list > li > span.js_slidedown {
  width: 47px;
  display: block;
  height: 54px;
  position: absolute;
  right: 0;
  top: 0;
}
.header .global_nav_list > li > span.js_slidedown::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #9f9f9f;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -0.5px;
}
.header .global_nav_list > li > span.js_slidedown::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #9f9f9f;
  position: absolute;
  right: 23px;
  top: 50%;
  margin-top: -8px;
  transition: all 0.5s;
}
.header .global_nav_list > li > span.js_slidedown.open::before {
  display: none;
}
.header .global_nav_list > li > span.js_slidedown.open::after {
  transform: rotate(90deg);
}
.header .global_nav_list > li > a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 20px;
  border-left: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  transform: rotate(-135deg);
}
.header .global_nav_list .global_sub {
  width: 100%;
  position: static;
  margin-left: 0;
  box-shadow: none;
}
.header .global_nav_list .global_sub a {
  text-align: left;
  border-top: 1px solid #eeeeee;
  border-bottom: 0;
  font-size: 1.4rem;
  padding: 16px 15px;
  position: relative;
}
.header .global_nav_list .global_sub a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 20px;
  border-left: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  transform: rotate(-135deg);
}
.header .global_nav_list .global_sub li:not(:last-child) a {
  border-bottom: none;
}
.header .global_nav_list > li:nth-last-child(2) {
  margin: 0; 
  padding: 0 3%; 
}
.header .global_nav_list > li:last-child {
  margin: 0;
  background-color: #fafafa;
}
.header .global_nav_list > li:last-child > .o-bg > ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 0 10px;
}
.header .global_nav_list > li:last-child > .o-bg > ul > li:nth-child(2) {
  padding: 0;
}
.header .global_nav_list > li:last-child > .o-bg > ul > li > a {
  padding: 16px 15px;
  display: block;
  font-weight: bold;
}
.header .global_nav_list > li:last-child > .o-bg > ul > li.o-narrow > a {
  position: relative;
}
.header .global_nav_list > li:last-child > .o-bg > ul > li.o-narrow > a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 20px;
  border-left: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  transform: rotate(-135deg);
}
.header .global_nav_list > li:last-child > .o-bg > ul > li:first-child > a > span {
  background: url(/jp/img/share/ico-window_sp.png) no-repeat right center;
  display: block;
}
.header .global_nav_list .share_list {
  display: flex;
}
.header .global_nav_list .share_list ul {
  width: 50%;
  border-right: 1px solid #eeeeee;
}
.header .global_nav_list .share_list li a {
  display: flex;
  align-items: center;
  padding: 12px 20px 12px 30px;
  font-weight: bold;
}
.header .global_nav_list .share_list li:not(:last-child) a {
  border-bottom: 1px solid #eeeeee;
}
.header .global_nav_list .share_list li span {
  margin-right: 10px;
}
.header .global_nav_list .share_list img {
  width: auto;
}
.header .global_nav_list .share_list .wechat {
  width: 50%;
  padding: 14px 0;
}
.header .global_nav_list .share_list .wechat div {
  text-align: center;
}
.header .global_nav_list .share_list .wechat div span {
  margin-right: 10px;
}
.header .global_nav_list .share_list .wechat .qr {
  margin-top: 18px;
}
.header .global_nav_list > li:last-child {
  border-bottom: none;
}
.header .menu_button.close_button {
  position: relative;
  right: inherit;
  top: inherit;
  margin: 10px auto 0 auto;
  padding: 20px 0 15px 0;
}
.header .menu_button.close_button a {
	padding: 0;
}
.header .menu_button.close_button .menu {
  padding-top: 20px;
}

.header .global_nav_list .header_tel {
  width: 100%;
  margin-left: 3%;
  font-size: 1.2rem;
  color: #777;
  background: url(/jp/img/share/tel.png) no-repeat left 25px;
  padding: 8px 0 12px;
}
.header .global_nav_list .header_tel a {
  font-size: 2.6rem;
  font-weight: bold;
  color: #d30000;
  margin: 0;
  padding-left: 0;
}
.header .global_nav_list .header_tel span {
  font-size: 1.2rem;
  color: #777;
  margin-left: 8px;
  vertical-align: middle;
}

.header_tel2 {
  width: 100%;
  margin-left: 3%;
  font-size: 1.6rem;
  color: #777;
  /*background: url(/jp/img/share/tel.png) no-repeat left 25px;*/
  padding: 8px 0 0;
}
.header_tel2 a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #d30000;
  margin: 0;
  padding-left: 0;
}
.header_tel2 span {
  font-size: 1.2rem;
  color: #777;
  margin-left: 0px;
  vertical-align: middle;
}

/*----------------------------------------
    #contents
----------------------------------------*/
#contents.js-padding {
	padding-top: 75px;
}
.section_title {
  font-size: 3.0rem;
}
.section_title .eng.o-margin {
  margin-top: 0;
}
.mainimg {
  padding-right: 15px;
}
.mainimg .mainimg_area{
  height: auto;
  padding: 15% 0 57% 0;
}
.main_title .eng {
  font-size: 1.5rem;
}
.section {
  margin-top: -44%;
  padding-left: 15px;
}
.section .page_area {
  padding: 33.3% 0 27.2% 0;
  height: auto;
  margin-bottom: 40px;
}
.section .page_title {
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
.section .page_area .text {
  font-size: 1.5rem;
  line-height: 1.6;
}
.page_text {
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 40px;
}

/*----------------------------------------
    .button_list
----------------------------------------*/
.button_list {
  padding: 30px 0 40px 0;
}
.button_list ul {
  display: block;
  margin-top: -10px;
}
.button_list ul li {
  width: 100%;
  max-width: 345px;
  margin: 10px auto 0 auto;
}
.button_list ul.o-width {
  margin-top: -10px;
}
.button_list ul.o-width li {
  width: 100%;
  max-width: 345px;
  margin: 10px auto 0 auto;
}
.button_list ul li:nth-child(even) {
  margin-left: auto;
}
.button_list ul li:not(:first-child) {
  margin-left: auto;
}
.button_list ul li a {
  font-size: 1.4rem;
  padding: 22px 11px 22px 119px;
}

/*----------------------------------------
    .box_section
----------------------------------------*/
.box_section {
  margin-top: -65%;
  padding-left: 15px;
}
.box_section::after {
  display: none;
}
.box_section .box_inner {
  width: 100%;
  padding: 30px 15px 20px 0;
}

/*----------------------------------------
    footer
----------------------------------------*/
#footer {
  padding-top: 0;
}
.footer_info {
  padding: 0;
}
.footer_info .inner {
  padding: 0;
}
.footer_info .privacy_list {
  display: block;
  border-bottom: 1px solid #424242;
  padding: 0 15px;
  margin-bottom: 15px;
}
.footer_info .privacy_list a {
  font-size: 1.4rem;
  padding: 16px 0;
}
.footer_info .privacy_list li:not(:first-child) {
  margin-left: 0;
  border-top: 1px solid #424242;
}
.footer_info .privacy_list li a {
  position: relative;
}
.footer_info .privacy_list li:not(:first-child) a {
  border-left: none;
  padding-left: 0;
}
.footer_info .privacy_list li a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 0;
  border-left: 1px solid #949494;
  border-bottom: 1px solid #949494;
  transform: rotate(-135deg);
}
#copyright {
  font-size: 1.1rem;
  padding-bottom: 15px;
}