@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);
@import url(https://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(/jp/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: #202020;
}
body.cn_page {
  font-family: "Noto Sans SC", sans-serif;
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.sp_appear {
  display: none !important;
} 
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
a {
  color: #202020;
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
}
img.adaptive_img {
  width: 100%;
  height: auto;
}
#pageTop {
  position: fixed;
  right: 15px;
  bottom: 50px;
  cursor: pointer;
  z-index: 999;
}
.tb_br {
  display: none;
}
/*----------------------------------------
    header
----------------------------------------*/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
}
.header .inner {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 2.9%;
  max-width: 1400px;
}
.header .logo {
  display: flex;
  align-items: center;
  padding: 23px 0;
}
.header .logo a:hover {
  opacity: 1;
}
.header .header_main {
  width: 50%;
  max-width: 800px;
}
.header .header_info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.header .web_button {
  margin-top: 23px;
}
.header .web_button a {
  display: inline-block;
  padding-right: 16px;
  font-weight: bold;
  background: url(/jp/img/share/ico-window.png) no-repeat right center;
  width: 90px;
}
.header .web_button a:hover {
  color: #ff4237;
  opacity: 1;
}
.header .language_type {
  display: flex;
  color: #9d9d9d;
  margin: 17px 0 0 3%;
}
.header .language_type li:first-child {
  position: relative;
}
.header .language_type li:first-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 9px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0;
  background-color: #9d9d9d;
}
.header .language_type li span,
.header .language_type li a {
  display: inline-block;
  padding: 6px 4px 0 4px;
  color: #9d9d9d;
  transition: 0s;
  line-height: 1.0;
}
.header .language_type li.current span,
.header .language_type li a:hover {
  color: #ff4237;
  opacity: 1;
  background: url(/jp/img/share/ico-angle.png) no-repeat center top;
}
.header .share_button {
  margin: 19px 0 0 3%;
  position: relative;
}
.header .share_button > a {
  display: block;
  width: 76px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 2px;
  border-radius: 9px;
  padding-bottom: 1px;
  background-color: #212121;
}
.header .share_button > a:hover {
  background-color: #ff4237;
  opacity: 1;
}
.header .share_sub_list_wrapper {
  position: absolute;
  top: 20px;
  right: 0;
  display: none;
}
.header .share_sub_list {
  background: #ffffff;
  box-shadow: 0 0 6px #999;
  position: relative;
  width: 230px;
}
.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 10px 10px 20px;
}
.header .share_sub_list ul {
  flex: 1 0 auto;
}
.header .share_sub_list ul li {
  display: flex;
  background-color: inherit;
  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 85px;
}
.header .share_sub_list .wechart p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
}
.header .header_tel {
  width: 26%;
  margin-left: 2.2%;
  font-size: .9rem;
  color: #777;
  background: url(/jp/img/share/tel.png) no-repeat left 10px;
  padding-top: 8px;
}
.header .header_tel p {
  width: 210px;
  font-size: 230%;
  line-height: .8em;
  font-weight: bold;
  color: #d30000;
  margin: 0;
  padding-left: 18px;
}
.header .header_tel span {
  font-size: 1.2rem;
  color: #777;
  margin-left: 18px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
.header_tel2 {
  width: 40%;
  margin-left: 3%;
  font-size: 1.6rem;
  color: #777;
  /*background: url(/jp/img/share/tel.png) no-repeat left 25px;*/
  padding: 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: top;
}
}

.header .wechart_pc {
  margin: 15px 0 0 2%;
  text-align: center;
}
.header .contact_button {
  margin-left: 2%;
}
.header .contact_button a {
  display: block;
  width: 140px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1px;
  padding: 18px 0 14px 0;
  transition: 1.5s;
  background: linear-gradient(to right, #ff4338, #c50102);
}
.header .contact_button a:hover {
  opacity: 1;
  background: linear-gradient(to right, #c50102, #ff4338);
}
.header .contact_button a span {
  display: inline-block;
  padding-left: 24px;
  background: url(/jp/img/share/ico-contact.png) no-repeat left center;
}
.header .global_nav_list {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.header .global_nav_list.o-hide {
	display: none;
}
.header .global_nav_list.o-show {
	display: flex !important;
}
.header .global_nav_list > li {
  margin-right: 3.9%;
  position: relative;
}
.header .global_nav .language_type {
  display: none;
}

@media screen and (min-width: 1400px) {
.header .global_nav_list > li {
  margin-right: 4.6%;
} 
}

.header .global_nav_list > li:last-child {
  margin-right: 6%;
}
.header .global_nav_list > li > a {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 6px;
		transition-property: color;
}
.header .global_nav_list > li.current > a,
.header .global_nav_list > li > a:hover {
  color: #ff4237;
  opacity: 1;
  border-bottom: 4px solid #ff4338;
}
.header .global_nav_list > li > span.js_down {
	display: block;
}
.header .global_nav_list .global_sub {
  position: absolute;
  top: 32px;
  left: 50%;
  margin-left: -102px;
  width: 204px;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px #ccc;
  display: none;
  border-radius: 8px;
}
.header .global_nav_list .global_sub a {
  display: block;
  padding: 10px 15px;
  font-size: 1.4rem;
}
.header .global_nav_list .global_sub li:not(:last-child) a {
  border-bottom: 1px solid #eeeeee;
} 
.header .global_nav_list .global_sub a:hover {
  color: #ff4237;
  opacity: 1;
}

/*----------------------------------------
    #contents
----------------------------------------*/
#contents.js-padding {
	padding-top: 164px;
}
.section_title {
  font-size: 4.0rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 3px;
}
.section_title.o-color {
  color: #ffffff;
}
.section_title.o-bold {
  font-weight: bold;
}
.section_title .eng {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: webFont;
  display: block;
  letter-spacing: 1px;
}
.section_title .eng.o-margin {
  margin-top: 4px;
}
.main_title {
  font-size: 3.0rem;
  text-align: center;
  letter-spacing: 3px;
  color: #ffffff;
}
.main_title .eng {
  font-size:1.2rem;
  display: block;
  letter-spacing: 1px;
  margin-top: 4px;
}
.section {
  margin-top: -249px;
  padding-left: 7%;
}
.section .page_area {
  padding: 183px 7% 0 0; 
  height: 500px;
  margin-bottom: 51px;
  position: relative;
}
.section .page_area::before {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: url(/jp/img/share/bg-shadow.png) repeat-x left top;
  position: absolute;
  top: -12px;
  left: 0;
}
.section .page_title {
  font-size: 3.5rem;
  color: #ffffff;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 17px;
  text-shadow: 0 0 10px #000000;
}
.section .page_area .text {
  font-size: 1.6rem;
  color: #ffffff;
  text-align: center;
  line-height: 2.0;
  letter-spacing: 2px;
  text-shadow: 2px 1px 5px #000000;
}
.page_text {
  font-size: 1.8rem;
  font-weight: 500;
  color: #414141;
  text-align: center;
  line-height: 2.0;
  margin-bottom: 51px;
}

/*----------------------------------------
    #topic_path
----------------------------------------*/
.mainimg {
  width: 100%;
  padding-right: 7%;
}
.mainimg .mainimg_area {
  padding: 7px 0 0 7%;
  height: 500px;
}
#topic_path {
  display: flex;
  margin-bottom: 52px;
}
#topic_path li:not(:first-child) {
  background: url(/jp/img/share/ico-topic_narrow.png) no-repeat left center;
  padding-left: 14px;
  margin-left: 9px;
}
#topic_path li a,
#topic_path li span {
  color: #ffffff;
}

/*----------------------------------------
    .button_list
----------------------------------------*/
.button_list {
  background-color: #edf1f2;
  padding: 60px 0;
}
.button_list .inner {
  max-width: 1190px;
}
.button_list ul {
  display: flex;
}
.button_list ul li {
  width: 32.8%;
  max-width: 390px;
}
.button_list ul.o-width li {
  width: 24.4%;
  max-width: 290px;
}
.button_list ul li:not(:first-child) {
  margin-left: 0.8%;
}
.button_list ul li a {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  border: 1px solid #e0e0e0;
  position: relative;
  padding: 34px 11px 29px 114px;
}
.button_list ul.o-width li a {
  padding: 21px 11px 22px 94px;
}
.button_list ul li a:hover,
.button_list ul li a.current {
  opacity: 1;
  border: 1px solid #ff4338;
}
.button_list ul li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background: url(/jp/service/img/ico-narrow.png) no-repeat center center;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 14px;
}
.button_list ul li a.current::after {
  display: none;
}
.button_list ul li .eng {
  font-size: 1.8rem;
  color: #ff4338;
  display: block;
  margin-bottom: 2px;
}

/*----------------------------------------
    .box_section
----------------------------------------*/
.box_section {
  margin-top: -349px;
  position: relative;
}
.box_section::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #ffffff;
  right: 0;
  top: 0;
  box-shadow: 4px -5px 10px -6px #666666;
}
.box_section .box_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 52px 0 58px 0;
}

@media screen and (max-width: 1240px) {
  .box_section .box_inner {
    width: 90%;
  }
}

/*----------------------------------------
    footer
----------------------------------------*/
#footer {
  background-color: #212121;
  padding: 56px 0 0 0;
}
.footer_nav_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 55px;
}
.footer_nav_list > li {
  width: 18.7%;
}
.footer_nav_list > li:not(:first-child) {
  margin-left: 1.62%;
}
.footer_nav_list dl dt {
  border-bottom: 1px solid #414141;
  padding-bottom: 9px;
  margin-bottom: 18px;
}
.footer_nav_list > li:last-child dl dt {
  border-bottom: none;
}
.footer_nav_list > li > ul > li > a {
  color: #ffffff;
  font-size: 1.6rem;
  letter-spacing: 2px;
}
.footer_nav_list > li > ul > li:not(:first-child) {
  margin-top: 8px;
}
.footer_nav_list dl dt a {
  color: #ffffff;
  font-size: 1.6rem;
  letter-spacing: 2px;
}
.footer_nav_list dl dd a {
  color: #bcbcbc;
}
.footer_nav_list dl dd li:not(:first-child) {
  margin-top: 5px;
}
.footer_info {
  background-color: #000000;
  padding: 19px 0 12px 0;
}
.footer_info .inner {
  display: flex;
  justify-content: space-between;
}
.footer_info .privacy_list {
  display: flex;
}
.footer_info .privacy_list li:not(:first-child) {
  margin-left: 7px;
}
.footer_info .privacy_list li:not(:first-child) a {
  border-left: 1px solid #ffffff;
  padding-left: 7px;
}
.footer_info .privacy_list a {
  color: #ffffff;
  line-height: 1.0;
  display: block;
  letter-spacing: 1px;
}
#copyright {
  color: #ffffff;
  letter-spacing: 0.4px;
}
#copyright a {
  color: #ffffff;
}

@media screen and (max-width: 1245px) {
.header .global_nav_list > li > a {
  font-size: 1.3rem;
}
.header .global_nav_list .global_sub {
  top: 30px;
}
.header .global_nav_list .global_sub a {
  font-size: 1.3rem;
}
.header .header_main {
  width: 70%;
}
.header .global_nav_list {
  justify-content: flex-end;
}
}

@media screen and (max-width: 1190px) {
.button_list ul {
  flex-wrap: wrap;
  max-width: 796px;
  margin: -2% auto 0 auto;
}
.button_list ul.o-width {
  flex-wrap: wrap;
  max-width: 796px;
  margin: -2% auto 0 auto;
}
.button_list ul li {
  width: 49%;  
  max-width: 390px;
  margin-top: 2%;
}
.button_list ul.o-width li {
  width: 49%;  
  max-width: 390px;
  margin-top: 2%;
}
.button_list ul li:not(:first-child) {
  margin-left: 0;
}
.button_list ul li:nth-child(even) {
  margin-left: 2%;
}
}

@media screen and (max-width: 979px) {
.inner {
  padding: 0 15px;
}
.tb_br {
  display: block;
}
.header .inner {
  padding-left: 15px;
}
.header .logo {
	 width: 220px;
  padding: 30px 0;
}
.header .logo img {
	width: 100%;
	height: auto;
}
.header .global_nav_list > li {
  margin-right: 2.5%;
}
.mainimg .inner {
  padding: 0;
}
.button_list ul {
  flex-wrap: wrap;
  margin: -2% auto 0 auto;
  max-width: 796px;
}
.button_list ul li {
  width: 49%;
  margin-top: 2%;
}
.button_list ul li:not(:first-child) {
  margin-left: 0;
}
.button_list ul li:nth-child(even) {
  margin-left: 2%;
}
.footer_nav_list dl dt a {
  font-size: 1.5rem;
}
.footer_nav_list > li > ul > li > a {
  font-size: 1.5rem;
}
.footer_info .inner {
  display: block;
}
.footer_info .privacy_list {
  justify-content: center;
  margin-bottom: 5px;
}
#copyright {
  text-align: center;
}
#contents.js-padding {
	padding-top: 109px;
}
}

