@charset "utf-8";
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
:root {
  scroll-padding-top: 200px;
}
*, *:before, *:after {
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 vertical-align: baseline;
	font-style: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 display: block;
}
body {
 line-height: 1;
}
ol,ul,li{
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
 content: '';
 content: none;
}
sub,sup{
	font-size:80%;
}
sup{
	vertical-align:top;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
	width: 100%;
}
table td,
table th{
	padding: 20px;
	border: 1px solid #999;
}
table th{
	font-weight: 500;
	background: #002D64;
	color: #fff;
}

/* #Basic Styles
================================================== */
body.jp{
	font-family: Meiryo, 'メイリオ', verdana, Roboto, 'Droid Sans', 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ＭＳ ゴシック', sans-serif;
	font-size: 62.5%;
	
}
body.en {
	font-family: "Nunito Sans", Georgia, Meiryo, 'メイリオ', verdana, Roboto, 'Droid Sans', 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ＭＳ ゴシック', sans-serif;
	font-size: 75%; /*基本サイズ　12px*/
}
body{
	line-height: 1.7;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%
}
html {
 background: #fff;
/*overflow-x: hidden;*/ 
}

/* #Typography
================================================== */
.content_inner{
	max-width: 1106px;
	margin: 0 auto ;
}
@media screen and (max-width: 1105px){
	.content_inner{
		width:96%;
		margin: 0 2%;
	}
}
@media screen and (max-width: 749px){
	.content_inner h2{
		margin: 0px 0 10px 10px ;
		padding: 20px 0 0 0;
	}
}
#content_body h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
 color: #6d8696;
}
h1,h2{
	color: #002D64;
}
#content_body h1,.h1 {
 font-size: 600%;
 margin-bottom: 4px;
 line-height: 1.7;
 font-weight: bold;
}
h2,.h2{
 font-size: 400%; 
 margin-bottom: 10px;
 font-weight: bold;
 line-height: 1;
 padding: 60px 0 30px;
}
@media only screen and (max-width:480px) {
	h2 {
	 font-size: 250% ;
	}
}
h3, h4, h5, h6 {
 color: #151515;
}
h3,.h3 {
 font-size: 180%;
 margin-bottom: 10px;
 font-weight: bold;
 line-height: 1.1;
}
h4,.h4 {
 font-size: 170%;
 margin-bottom: 10px;
 font-weight: bold;
}
h5,.h5 {
 font-size: 1.2rem;
 margin-bottom: 10px;
 font-weight: bold;
}
h6,.h6 {
 font-size: 1rem;
 margin-bottom: 10px;
}
.subheader {
 color: #414558;
}
p{
	font-size: 1.6em;
	color: #151515;
	line-height: 1.6;
	margin: 0 0 1em 0;
}
p.last, p.mb0 , .mb0 p,.m0 p {
 margin-bottom: 0;
}
p img {
 margin: 0;
}
li, li a {
 font-size: 1em; 
}
img.left{
 float: left;
 margin-bottom: 20px;
 margin-right: 20px;
}
img.right {
 float: right;
 margin-bottom: 20px;
 margin-left: 20px;
}
em{
 font-style: italic;
}
strong,
.bold{
 font-weight: bold;
 /* color: #414558; */
}
small{
 font-size: 80%;
}
/*	Blockquotes  */
blockquote, blockquote p {
 font-size: 14px;
 line-height: 24px;
 color: #cdcdcd;
 font-style: italic;
}
blockquote {
 margin: 0 0 0px;
 padding: 0;
 border-right: 1px solid #796172;
}
blockquote cite {
 display: block;
 font-size: 12px;
 color: #cdcdcd;
}
blockquote cite:before {
 content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
 color: #cdcdcd;
}
hr {
 border: solid #ddd;
 border-width: 1px 0 0;
 clear: both;
 margin: 10px 0 30px;
 height: 0;
}
/* Text Selection */
::selection {
 background: #6d8696;
 color: #414558; /* Safari */
}
::-moz-selection {
background: #6d8696;
color: #414558; /* Firefox */
}
/* #Links
================================================== */
a, a:visited {
 text-decoration: none;
}
a{
 display: inline-block;
 text-decoration: none;
 transition: .6s background;
}
/* a:hover {
 color: #D8D8D8 !important;
} */
p a, p a:visited {
 line-height: inherit;
}
/* #Images
================================================== */
img.scale-with-grid {
 max-width: 100%;
 height: auto;
}
/* #Forms
================================================== */
/* General Forms */
form {
 margin-bottom: 0px;
}
fieldset {
 margin-bottom: 20px;
}
label, legend {
 display: block;
 font-weight: bold;
 font-size: 13px;
}
input[type="checkbox"] {
 display: inline;
}
label span, legend span {
 font-weight: normal;
 font-size: 13px;
 color: #444;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
 padding: .75rem;
 outline: none;
 overflow: hidden;
 font-size: 16px;
 color: #414558;
 /*margin: 0;*/
 /*width: 198px;*/
 /*max-width: 100%;*/
 /*display: block;*/
 /*margin-bottom: 10px;*/
 background: #eee;
 border:1px #fff solid;
 box-sizing: border-box;
}
select {
 padding: 0;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
 border: 1px solid #bbb;
 color: #555;
}
textarea {
 min-height: 100px;
}
select {
 width: 220px;
}
/* Header Responsive Menu Form Style */	
.header form {
 margin-bottom: 15px;
}
.header select {
 -webkit-appearance: none;
 padding: 10px;
 outline: none;
 border: none;
 overflow: hidden;
 font-size: 12px;
 margin: 0;
 width: 100%;
 max-width: 100%;
 display: block;
 background: #fff url('../../images/navselect.gif') no-repeat right center;
}
.header option {
 outline: none;
 border: 0;
 overflow: hidden;
 font-size: 12px;
 color: #414558;
 margin: 0;
 width: 100%;
 max-width: 100%;
 display: block;
 padding-left: 15px;
}
/* スキップリンク */
.skip-nav{
    margin: 0;
}
.skip-link {
  position: absolute;
  top: -5000px;
  left: 0;
  display: inline-block;
  height: 1px;
  padding: 2px 10px;
  text-align: left;
  overflow: hidden;
  color: #FFF;
  text-decoration: none;
  border-radius: 0 0 8px 8px;
  background: tomato;
  transition: top .3s ease;
}
.skip-link:focus {
  left: 0; 
  top: 0;
  width: auto; 
  height: auto; 
  overflow: visible; 
}

/* header */
#top-head{
  position: fixed;
  top: 3%;
	width: 100%;
  height: 90px;
	margin: 0 auto ;
	padding: 0;
	z-index: 999;
  background: transparent;
}
#top-head header {
  height: 100%;
}
#top-head a,
#top-head{
  text-decoration: none;
}
#top-head .inner{
  height: 100%;
	max-width: 96%;
	margin: 0 auto;
  display: flex;
  justify-content: space-between;
	/* position: relative; */
}
@media screen and (min-width:1106px) {
  #top-head #mobile-head {
    margin-right: 30px;
  }
}
#top-head .logo{
  height: 100%;
  width: fit-content;
  padding: 0px 30px;
  border-radius: 8px;
  background: transparent;
  box-shadow: 0px 0px 9px rgba(255, 255, 255, 0.38);
  /* backdrop-filter: blur(0px); */
  backdrop-filter: blur(20px);
  --webkit-backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border: 1px solid #ffffffb3;
}
@media only screen and (max-width: 1106px) {
  #top-head .logo {
    border: none;
  }
}
#top-head .logo a {
  height: 100%;
}
#top-head .logo a img {
  width: 100%;
  height: 100%;
  max-width: 72px;
  object-fit: contain;
}

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  /* background: #002D64; */
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}

/* gnavi */
@media only screen and (min-width: 1107px) {
		#global-nav{
			/* position: absolute;
			top: 0px; */
		}
		.en #global-nav{
      display: flex;
      align-items: center; 
      width: fit-content;
      margin: 0 0 0 auto;
      padding: 0 30px;
      border-radius: 8px;
      background: transparent;
      background-color: rgba(255, 255, 255, 0.85);
      box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
      backdrop-filter: blur(20px);
      --webkit-backdrop-filter: blur(20px);
      border: 1px solid #ffffffb3;
		}		
		.jp #global-nav{
      display: flex;
      align-items: center;
      width: fit-content;
      margin: 0 0 0 auto;
      padding: 0 30px;
      border-radius: 8px;
      background: transparent;
      background-color: rgba(255, 255, 255, 0.85);
      box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
      backdrop-filter: blur(20px);
      --webkit-backdrop-filter: blur(20px);
      border: 1px solid #ffffffb3;
		}
		#global-nav li{
			float: left;
			/* padding:8px .85rem 8px 0; */
      padding:2px 1.3rem 2px 0;
		}
}
#global-nav {
  /* position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0; */
}
#global-nav .clearfix{
  display: flex;
  /* flex-direction: column; */
  align-items: flex-end;
  font-family: 'Noto Sans JP';
  flex-wrap: wrap;
  justify-content: right;
}
#global-nav .clearfix .mr-150 {
  margin-right: 115px;
  margin-bottom: 10px;
}
#global-nav .clearfix .contact, 
#global-nav .clearfix .press
{
  font-weight: 400;
}
#global-nav li{
	text-align: center;
  padding-top: 12px;
}
#global-nav li a{
  /* color: #fff!important; */
  color: #002D64;
	display: block;	
	line-height: 1.1;
	/* font-size: 1.5em; */
  font-size: 1.2em;
  font-weight: 600;
  position: relative;
}
/* @media only screen and (max-width: 1270px) {
  #global-nav li a{
    font-size: 1em;
  }
} */
.en #global-nav li a {
  font-family: "Nunito Sans";
  font-weight: 800;
}
.jp #global-nav li a {
  font-weight: bold;
}
#global-nav li a:hover {
  color: #002D64 !important;
}
@media only screen and (min-width: 1107px) {
  #global-nav li a:hover::before {
    content: '•';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    color: #002D64;
    font-size: 15px;
  }
}
#global-nav li a:active {
  color: #0389D2 !important;
}
#global-nav li a:active::before {
  color: #0389D2;
}
#global-nav li a.press{
	/* background-color: rgba(255,255,255,0.8); */
	/* color:#002D64!important; */
	max-width: 220px;
  border-left: 1px solid #707070;
}
.en #global-nav li a.press{
	/* padding: 3px 25px 4px; */
  padding: 0 15px;
	/* margin:  -3px 0 0 -4px; */
}
.jp #global-nav li a.press{
	/* padding: 4px 15px ; */
  padding: 0 15px;
	/* margin: -4px 0 0 10px; */
}
#global-nav li a.press:hover {
	background-color: rgba(255,255,255,0.6);
}

/* 言語ナビ */
#nav-lang {
  display: flex;
  align-items: center;
}
#nav-lang .nav-lang-icon {
  max-width: 25px;
  margin-right: 5px;
}
#nav-lang .nav-lang-icon img {
  width: 100%;
}
/* .jp #nav-lang .en{ font-family: Georgia, "Times New Roman", Times, "serif"!important;  } */
.en #nav-lang .jp,
.en #nav-lang .en,
.jp #nav-lang .jp,
.jp #nav-lang .en
{font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";}
#nav-lang{
	/* position: absolute; */
	/* top:-1px; */
  top: 33%;
  /* transform: translateY(-50%); */
	/* right: 60px; */
  right: 25px;
  z-index: 999;
}
#nav-lang div{
	display: inline-block;
	width: 35px;
	box-sizing:border-box;
	text-align: center;
	/* font-size: 14px; */
  font-size: 1.5em;
	/* padding: 6px 0; */
  margin-top: 3px;
	line-height: 0.9;
}
#nav-lang .en{
	/* border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF; */
  font-size: 18px;
}
#nav-lang .jp{
	/* border-right: 1px solid #FFF; */
  border-right: 1px solid #002D64;
	/* border-bottom: 1px solid #FFF; */
  font-size: 18px;
}
#nav-lang .en,
#nav-lang .jp {
  margin: 0 3px;
  cursor: pointer;
  color: #ACBCD0;
}
/* #nav-lang .en:hover,
#nav-lang .jp:hover {
  opacity: 0.4;
} */
#nav-lang .en a,
#nav-lang .jp a {
  font-size: 18px;
}
.en #nav-lang .en,
.jp #nav-lang .jp {
	/* background-color: #FFF; */
	/* color: #002D64!important;	 */
  color: #002D64;
  font-weight: 800;
  /* text-decoration: underline;
  text-decoration-color: #2F80ED;
  text-underline-offset: 3px; */
  pointer-events: none;
}
.en #nav-lang .jp a,
.jp #nav-lang .en a{
  color: #7A7A7A;
}
.en #nav-lang .jp-txt,
.jp #nav-lang .en-txt {
  position: relative;
}
.en #nav-lang .jp-txt:hover::before,
.jp #nav-lang .en-txt:hover::before {
  content: '•';
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  color: #002D64;
  font-size: 15px;
}
#nav-lang a:hover{
	color:#D8D8D8;
}
.tab-block {
  display: none !important;
}
@media only screen and (max-width: 1106px) {
  #nav-lang .nav-lang-icon {
    max-width: 20px;
    margin-right: 0;
  }
  .nav_right_wrap {
    display: flex;
    align-items: center;
  }
  /* Toggle Button */
  #nav-toggle {
    /* position: absolute; */
    right: 12px;
    top: 12px;
    /* width: 34px; */
    width: 24px;
    /* height: 36px; */
    height: 20px;
    cursor: pointer;
    z-index: 101;
    margin-left: 10px;
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    /* background: #fff; */
    background: #002D64;
    left: 0;
    -webkit-transition: .60s ease-in-out;
    -moz-transition: .60s ease-in-out;
    transition: .60s ease-in-out;
    transition-timing-function: ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 8px;
  }
  #nav-toggle span:nth-child(3) {
    top: 17px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* スマホヘッダー */
  #top-head {
    /* height: 40px; */
    height: 64px;
    top: 15px;
  }
  #top-head .inner{
    /* width:90%; */
    /* max-width: 86%; */
    padding: 0 16px;
  }
  #top-head .inner #mobile-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #top-head .logo {
    /* top:8px;
    left: 10px; */
    /* max-width: 200px; */
    max-width: 100px;
    top: 60%;
    padding: 0;
  }
  #top-head .logo a img {
    max-width: 51px;
  }
  #global-nav{
    width: 100%;
    position: absolute;
    top: -1000px;
    left: 0;
    text-align: left;
    padding: 10px 0 10px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 10;
    background: transparent;
    /* filter: drop-shadow(0px 0px 9px rgba(255, 255, 255, 0.38)); */
    /* backdrop-filter: blur(0px); */
    /* --webkit-backdrop-filter: blur(0px); */
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);  
  }
  .open #global-nav{
    -moz-transform: translateY(1000px);
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    /* margin-top: 40px; */
    margin-top: 79px;
    border-radius: 8px;
  }
  .open #global-nav ul{
    display: block;
    /* margin-bottom: 10px; */
    align-items: center;
    margin-left: 16px;
  }
  #global-nav li{
      /* min-height: 48px; */
      margin-bottom: 16px;
      text-align: left;
  }
  #global-nav li:last-child {
    margin-bottom: 0;
  }
  #global-nav li a.press {
    padding: 10px 15px ;
  }
  #global-nav .clearfix li{
    width: 100%;
  }
  #nav-lang{
    right: 70px;
    z-index: 20;
    top: 50%;
  }
  #top-head .logo {
    box-shadow: unset;
    backdrop-filter: unset;
    --webkit-backdrop-filter: unset;
    background-color: unset;  
  }
  #top-head .inner {
    border-radius: 8px;
    background: transparent;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(12px);
    --webkit-backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, 0.85);
    
  }
  .tab-none {
    display: none !important;
  }
  .tab-block {
    display: block !important;
  }
}
/* footer ------------------------------------------------------- */
#footer{
  background: #F2F4F7;
	color: #151515;
	/* padding: 30px 0 35px; */
}
#footer .jimu p{
	font-size:15px;
	line-height: 1.5;
}
#footer .foot_inner{
	/* max-width: 790px; */
  width: 95%;
  max-width: 1106px;
	margin: 0 auto;
}
#footer .footmenu{
  display: flex;
  align-items: flex-end;
	margin: 20px 0 0 0;
  padding: 30px 0 35px;
}
#footer .footmenu .foot_links {
  width: 85%;
}
#footer .footmenu .foot_links ul {
  display: flex;
  flex-wrap: wrap;
}
#footer .footmenu .foot_links ul:not(:last-child) {
  margin-bottom: 30px;
}
#footer .footmenu .foot_links ul li {
  margin-right: 15px;
  color: #002D64;
}
#footer .footmenu .foot_links ul li a {
  font-size: 15px;
  font-weight: 800;
  color: #002D64;
}
.jp #footer .footmenu .foot_links ul li a {
  font-weight: bold;
}
#footer .foot_sns{
	margin: 0 auto;
	display: flex;
	align-items: center;
	max-width: 220px;
	justify-content: space-around;
  width: 10%;
  min-width: 115px;
  max-width: 115px;
}
#footer .foot_sns i{
	color: #666;
}
#footer .foot_sns a{
	/* margin: 0 12px; */
  width: 40px;
  height: 40px;
  margin-right: 24px;
}
#footer .foot_sns a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#footer .footmenu p{
	font-size: 11px;
	white-space: nowrap;
}
#footer .copyright {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: #E5E8ED;
  padding: 10px 0;
}
#footer .copyright p {
  text-align: center;
  font-size: 12px;
  color: #002D64;
}
@media screen and (min-width: 750px) {
  #footer .jimu_left{
    width: 130px;
    float: left;
  }
  #footer .jimu_right{
    padding: 0 20px 15px;
    border-left: 1px solid #000;
    margin-left: 130px;
  }
}
@media screen and (max-width: 749px) {
  /* #footer .foot_inner{
    padding: 0 20px;
  } */
  #footer .jimu_left{
    border-bottom: 1px solid #000;
  }
  #footer .jimu_right{
    margin: 20px 0;
  }
  #footer .footmenu{
    text-align: center;
    flex-direction: column;
  }
  #footer .footmenu .foot_links {
    width: 100%;
  }
  #footer .foot_sns {
    width: 100%;
    margin: 30px auto 0 0;
  }
  #footer .footmenu .copy{
    display: block;
  }
}
/* --------------  初回のみクッキーの案内表示  -------------- */
.cookie_area{
	position: fixed;
	bottom:0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
/*
.cookie_area.fixed{
	position: fixed;
	bottom:0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
*/
.cookie_area{
	width:100%;
}
.cookie_box{
	min-height: 60px;
	padding: 20px 10px;	
	background: #fff;
	border: solid 4px #002D64;
}
@media screen and (min-width: 750px){
	.cookie_box{
		width:600px;
		margin: -160px auto 20px;
	}
		/* 短いページ */
		.report .cookie_box,
		.register .cookie_box{
			/*margin: -60px auto 20px;*/
		}	
}
@media screen and (max-width: 749px){
	.cookie_box{
		width: 90%;
		margin: 0 auto 20px;
	}
}
.cookie_box p{
	margin-bottom: 4px;
}
.cookie_box #cookie_btn{
	font-size: 14px;
	font-weight: bold;
	padding: 2px 10px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	border-radius: 8px;
	background-color: #002D64;
	margin-left: 1em;
}


/* --------------  共通装飾   -------------- */
/* ダウンロードボタン */
.dl_btn {
	font-size: 160%;
	font-weight: bold;
	background: #002D64;	
	 text-align: center; 
	margin: 60px auto ;
	max-width:400px;
	padding: 1em;
}
.dl_btn a{
	display: block;
	color: #fff ;
}
/* ボーダー */
.bdTop,
.bd_top{
	border-top: 1px solid #595757;
	padding-bottom: 40px;
}
.bd_bottom{
	border-bottom: 1px solid #595757;
	padding-top: 40px;
}

/* ページトップボタン */
.top_btn_wrap {
  position: fixed;
  bottom: 2%;
  right: 2%;
}
.top_btn {
  right: 30px;
  width: 64px;
  height: 64px;
  margin: 0 0 50px auto;
  border: 1px solid #002D64;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.top_btn:hover {
  background: #F5F9FC;
}
.top_btn a {
  position: relative;
  display: inline-block;
  color: #002D64;
  font-size: 16px;
  font-weight: 800;
  bottom: -25px;
}
.top_btn a::before {
  content: '';
  width: 13px;
  height: 13px;
  border-top: solid 2px #002D64;
  border-right: solid 2px #002D64;
  position: absolute;
  left: 32%;
  top: -11px;
  transform: rotate(-45deg);
}

/*_____ 現在のページに下線 _____*/
#global-nav .current a {
  position: relative;
  width: fit-content;
}
#global-nav .current a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px; /* テキストと下線の間隔 */
  height: 3px; /* 下線の太さ */
  width: 100%;
  background-color: #002D64; /* 下線の色 */
}
.jp #global-nav .current a::after {
  bottom: -7px;
}