@charset "utf-8";
/*-------------------------------------------
  font
--------------------------------------------*/
@font-face {
	font-family: 'NotoSansCJKjp';
	font-style: normal;
	font-weight: 400;
	src: url('../font/NotoSansCJKjp-DemiLight.woff2') format('woff2'), url('../font/NotoSansCJKjp-DemiLight.woff') format('woff'), url('../font/NotoSansCJKjp-DemiLight.ttf') format('truetype'), url('../font/NotoSansCJKjp-DemiLight.eot') format('embedded-opentype');
}
@font-face {
	font-family: 'NotoSansCJKjp';
	font-style: normal;
	font-weight: 700;
	src: url('../font/NotoSansCJKjp-Bold.woff2') format('woff2'), url('../font/NotoSansCJKjp-Bold.woff') format('woff'), url('../font/NotoSansCJKjp-Bold.ttf') format('truetype'), url('../font/NotoSansCJKjp-Bold.eot') format('embedded-opentype');
}

/*-------------------------------------------
  base
--------------------------------------------*/
* {
	box-sizing: border-box;
}
html {
	overflow-y: scroll;
}
body {
	-webkit-text-size-adjust: 100%;
	color: #333;
	line-height: 1.5;
	font-family: 'NotoSansCJKjp', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', Arial, Helvetica, sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
	padding-top: 85px;
	position: relative;
}
img {
	vertical-align: bottom;
}
a.link {
	text-decoration: underline;
	color: #0062b2;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.tab {
	display: none;
}
/*2020/1/9 追加*/
body.tab {
	display: block;
}
.pc-inline {
	display: inline;
}
.inner {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}
.inner.narrow {
  max-width: 990px;
}
.link_indent {
	margin-top: -85px;
	padding-top: 85px;
}
.box_blue {
	background: #004d8f;
}
.mr44 {
	margin-right: 44px;
}
.mr44 .mr44_inner {
	margin-left: 44px;
}
.pb60{
	padding-bottom: 60px!important;
}
.mb15{
	margin-bottom: 15px!important;
}
.overflow {
  overflow: hidden;
}
.slideInUp {
  visibility: hidden;
}

/*-------------------------------------------
  block-revealer
--------------------------------------------*/
.block-revealer__element {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	pointer-events: none;
	opacity: 0;
}

/*-------------------------------------------
  header
--------------------------------------------*/
header {
	position: fixed;
	width: 100%;
	height: 85px;
	top: 0;
	z-index: 1;
	color: #fff;
	text-align: center;
	transition: all .3s ease;
}
header.active {
	background: #fff;
}
header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1366px;
	height: 100%;
	margin: 0 auto;
	padding: 20px 220px 20px 30px;
}
header .logo {
	max-width: 345px;
  min-width: 235px;
  width: 35%;
}
header .logo a {
	display: block;
	opacity: 1;
	transition: opacity .3s ease;
}
header .logo img {
	width: 100%;
	display: block;
}
header.active .logo img.normal {
	display: none;
}
header .logo img.active {
	display: none;
}
header.active .logo img.active {
	display: block;
}
header nav ul.pc {
	display: flex;
	flex-wrap: nowrap;
}
header nav {
  display: flex;
}
header nav ul li {
	margin-left: 32px;
}
header .inner > nav > ul > li {
  display: flex;
}
header nav ul li a {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	height: 85px;
	padding: 15px 0;
	color: #fff;
	transition: color .3s ease;
	cursor: pointer;
}
header.active nav ul li a.on {
	color: #0062b2;
}
header nav ul li a:after, header nav ul li a.on:after {
	position: absolute;
	bottom: 15px;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
header.active nav ul li a:after, header.active nav ul li a.on:after {
	background: #0062b2;
}
header nav ul li a.on:after {
	transform: scale(1, 1);
}
header nav ul li a.on + .inner_menu a:after, header nav ul li a.on + .inner_news a:after {
	display: none;
}
header.active nav ul li a {
	color: #333;
}
header nav .inner_menu {
	display: none;
	position: absolute;
  top: 85px;
	left: 0;
	width: 100%;
	height: 100vh;
	min-height: 100vh;
	background: #fff;
}
header nav .inner_news {
	display: none;
	position: absolute;
  top: 85px;
	left: 0;
	width: 100%;
	height: 100vh;
	min-height: 100vh;
	background: #fff;
}
header nav .nav_hover.on .inner_menu, header nav .nav_hover.on .inner_news {
	height: auto;
	overflow-y: scroll;
}
header nav .inner_menu ul, header nav .inner_news ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 10px 20px 32px;
}
header nav .inner_menu li, header nav .inner_news li {
	flex-basis: 49%;
	text-align: left;
	margin: 0;
}
header nav .inner_menu li:nth-child(even), header nav .inner_news li:nth-child(even) {
  padding-left: 5px;
}
header nav .inner_menu li a, header nav .inner_news li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8;
	height: auto;
	margin: 20px 0;
	padding: 0;
	color: #333;
}
header nav .inner_menu li a .img, header nav .inner_news li a .img {
	flex-basis: 150px;
	max-width: 150px;
	overflow: hidden;
}
header nav .inner_menu li a .img img, header nav .inner_news li a .img img {
	width: 100%;
	transform: scale(1);
	transition: transform .3s ease;
}
header nav .inner_menu li a .txt, header nav .inner_news li a .txt {
	flex-basis: calc(100% - 150px);
	max-width: calc(100% - 150px);
	padding-left: 20px;
}
header .btn_right {
	position: fixed;
	top: 0;
	right: 0;
}
header .btn_right ul {
	display: flex;
	flex-wrap: wrap;
}
header .btn_right ul li {
	display: block;
	width: 90px;
	height: 85px;
}
header .btn_right ul li a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	height: 100%;
	padding-top: 50px;
	color: #fff;
	background: url("../img/common/icon_h_note.png") no-repeat center 19px, #4c4948;
	background-size: 24px 24px;
	transition: color .3s ease, background .3s ease;
}
header .btn_right ul li:last-child a {
	background: url("../img/common/icon_h_mail.png") no-repeat center 19px, #b7b506;
	background-size: 28px 20px;
}
.btn_blue {
	line-height: 1.5!important;
}
.btn_blue a {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 21px 40px 20px;
	color: #fff;
	border: 1px solid #fff;
	background: #0062b2;
	transition: all .3s ease;
}
.btn_blue a:after {
	content: "";
	position: absolute;
	top: 45%;
	right: 20px;
	display: inline-block;
	width: 18px;
	height: 10px;
	background: url("../img/common/icon_arrow_white.png") no-repeat;
	background-size: 18px 10px;
}
.btn_white a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  padding: 20px 39px;
  color: #0062b2;
  background: #fff;
  border: 1px solid #0062b2;
  transition: background .3s ease, color .3s ease, border .3s ease;
}
.btn_white a:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 20px;
  display: block;
  width: 18px;
  height: 10px;
  background: url("../img/common/icon_arrow_blue.png") no-repeat 0 0;
  background-size: 18px 10px;
  transition: background .3s ease;
}

/*-------------------------------------------
  main_visual
--------------------------------------------*/
.main_visual {
	margin: 0 auto;
	padding-top: 100px;
	position: relative;
	overflow: hidden;
}
.main_visual .inner {
	width: 100%;
	max-width: 1000px;
	padding: 0;
}
.main_visual .inner .bg_img {
	position: absolute;
	top: 0px;
	width: 87%;
	max-width: 100%;
	height: 349px;
	z-index: -1;
}
.main_visual .box_white {
	position: relative;
	font-weight: bold;
	max-width: 623px;
	width: 100%;
	min-height: 250px;
	margin-left: -2px;
	padding: 60px 60px 35px 2px;
	background: #fff;
}
.main_visual h1 {
	font-size: 44px;
	line-height: 2;
	letter-spacing: .05em;
}
h3.title {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  height: 100px;
  margin-bottom: 38px;
  padding-left: 50px;
  background: url("../img/common/icon_h3.png") no-repeat 0 center, #f2f2f2;
  background-size: 30px 2px;
}
h3.title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25px;
  display: block;
  width: 25px;
  background: #f2f2f2;
}
h3.title:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 200%;
  margin-right: -150%;
  background: #f2f2f2;
  z-index: -1;
}
h4 {
  font-size: 26px;
  font-weight: bold;
  color: #0062b2;
  margin-bottom: 15px;
}
.main_visual p {
	font-size: 16px;
	line-height: 1.8;
}
.main_visual .breadcrumb {
	display: flex;
	justify-content: flex-end;
	margin-top: -23px;
	margin-bottom: 58px;
}
.main_visual .breadcrumb.mt0 {
	margin-top: 0;
}
.main_visual .breadcrumb ul {
	text-align: right;
	line-height: 2;
	padding: 8px 40px 6px;
	margin-left: 75px;
	background: #4c4948;
	z-index: 0;
}
.main_visual .breadcrumb ul li, .main_visual .breadcrumb ul li a {
	display: inline;
	font-size: 12px;
	color: #fff;
}
.main_visual .breadcrumb ul li + li:before {
	content: ">";
	padding: 0 12px 0 10px;
}
.box_blue h2 {
	margin-bottom: 60px;
}
.box_blue h2 .inner {
	display: flex;
  align-items: center;
	font-size: 38px;
	font-weight: bold;
  line-height: 1.4;
  min-height: 145px;
  padding: 34.5px 20px;
	color: #fff;
}
.box_blue h2 .inner .border {
	font-size: 22px;
	padding: 3px 26px;
	margin-right: 30px;
	border: 1px solid #fff;
	border-radius: 19px;
  white-space: nowrap;
}
.q_wrap {
	max-width: 990px;
	padding: 0 20px;
}
.box_blue + .q_wrap.inner .accordion {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.q_wrap .accordion:last-child {
	margin-bottom: 160px;
	border-bottom: 1px solid #333;
}
.q_wrap .accordion.bottom {
	margin-bottom: 140px;
}
.q_wrap .accordion dt {
  width: 100%;
  display: flex;
}
.q_wrap .accordion dt a {
	display: flex;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	align-items: center;
  width: 100%;
  flex-basis: 100%;
	min-height: 126px;
	border-top: 1px solid #333;
	cursor: pointer;
  color: #333;
  text-decoration: none;
}
.q_wrap .accordion dt span {
	display: block;
	padding: 31px 0;
	padding-left: 80px;
	background: url("../img/faq/icon_q.png") no-repeat 13px center;
	background-size: 41px 41px;
}
.q_wrap .accordion dt.open a {
	color: #0062b2;
}
.q_wrap .accordion dd {
	display: none;
	font-size: 16px;
	line-height: 1.8;
  width: 100%;
	margin-bottom: 32px;
	padding: 22px 30px 2px;
	background: #f2f2f2;
}
.q_wrap .accordion dd p, .q_wrap .accordion dd ul {
	padding-bottom: 20px;
}
.q_wrap .accordion dd ul li, .q_wrap .accordion dd ul li a {
	color: #0062b2;
	line-height: 1.8;
}
.q_wrap .accordion dd ul li:before {
	content: "●";
	margin-right: 3px;
}
.q_wrap .accordion dd .video {
  max-width: 690px;
  max-height: 388px;
  margin: 0 auto 18px;
  line-height: 1;
}
.txt_date {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 47px;
}
.txt_date:before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 1px;
  margin-right: 15px;
  background: #333;
}
.column2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 0!important;
}
.column2 .txt,
.column2 .img,
.column2 ul li,
.column2.column .box {
  flex-basis: calc(50% - 30px);
}
.column2 .img {
  margin: 6px 0 8px;
}
.column2.r_img .txt,
.column2.l_img .img {
  order: 0;
}
.column2.r_img .img,
.column2.l_img .txt {
  order: 1;
}
.inner .img img {
  width: 100%;
}
.column2 ul {
  margin-top: 15px;
  padding-bottom: 5px;
}
.column2.column .box .img {
  margin: 10px 0 25px;
}
.border_box {
  margin: 10px 0 25px;
  padding: 20px 30px 10px;
  border: 2px solid #999;
}
ul.circle_blue li {
  text-indent: -20px;
  padding-left: 20px;
}
ul.dot li {
  text-indent: -16px;
  padding-left: 16px;
}
ul.circle_blue li:before {
  content: "●";
  margin-right: 3px;
  color: #0062b2;
}
ul.dot li:before {
  content: "・";
  margin-right: 0;
}
ol.number,
ol.caution {
  margin-left: 38px;
  margin-bottom: 20px;
}
ol.number li {
  counter-increment: j;
}
ol.number li:before {
  display: inline-block;
  content: counter(j) ".";
  margin-left: -38px;
  width: 38px;
}
ol.caution {
  margin: 0 0 55px 40px;
}
ol.caution li{
  font-size: 14px;
  counter-increment: i;
}
ol.caution li:before {
  display: inline-block;
  content: "※" counter(i);
  margin-left: -40px;
  width: 40px;
}
.highlighter {
  display: inline-block;
  font-weight: bold;
  line-height: 1.4;
  background: #eae9a0;
}
.tbl_wrap table,
table.border_bottom {
  width: 100%;
  margin: 25px 0;
}
.tbl_wrap thead th {
  padding: 24px;
  background: #f2f2f2;
}
.tbl_wrap th:first-child {
  width: 102px;
  padding: 15px;
}
.tbl_wrap thead th:nth-child(n + 2) {
  width: 212px;
}
.tbl_wrap th,
.tbl_wrap td {
  padding: 20px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
.tbl_wrap th {
  font-weight: bold;
  text-align: left;
}
.tbl_wrap tr th:last-child,
.tbl_wrap tr td:last-child {
  border-right: 1px solid #999;
}
.tbl_wrap tr:last-child th,
.tbl_wrap tr:last-child td {
  border-bottom: 1px solid #999;
}
sup {
  font-size: 12px;
  vertical-align: 4px;
}

table.border_bottom {
  margin-bottom: 30px;
}
table.border_bottom th {
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  width: 175px;
  padding: 25px 0;
  border-bottom: 1px solid #999;
}
table.border_bottom td {
  width: calc(100% - 175px);
  padding: 25px 0;
  border-bottom: 1px solid #999;
}
.img_center {
  text-align: center;
  margin: 0 auto 20px;
}
.img_center img {
  max-width: 690px;
  width: auto;
}

/*-------------------------------------------
  footer
--------------------------------------------*/
footer {
	position: relative;
	background: #004d8f;
}
footer .pageTop {
	display: inline-block;
	position: absolute;
	cursor: pointer;
	top: -30px;
	right: 30px;
	text-align: center;
	width: 70px;
	height: 35px;
	padding-top: 12px;
	background: #004d8f;
	transition: opacity .3s ease;
}
footer .pageTop img {
	width: 25px;
	height: 23px;
	margin: 0 auto;
}
footer .blue {
	position: relative;
	display: flex;
	padding: 90px 20px 82px;
}
footer .blue dl {
	flex-basis: 20%;
}
footer .blue dl:nth-child(2) {
	flex-basis: 30%;
}
footer .blue dl dt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 23px;
	color: #4e81b4;
}
footer .blue dl dd a {
	display: inline-block;
	text-decoration: none;
	margin-bottom: 21px;
	color: #fff;
}
footer .blue dl dd a.window:after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 13px;
	background: url("../img/common/icon_window.png") no-repeat;
	background-size: 14px 13px;
	margin-left: 7px;
}
footer .blue dl:nth-child(2) dd ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	/*2020/1/9 210px ⇒ 260px */
	/*2020/2/4 max-height: 260px; */
	max-height: 420px;
	padding-right: 47px;
}
footer .blue dl:nth-child(2) dd ul li {
	flex-basis: 50%;
	letter-spacing: -.01em;
}
footer .blue dl:nth-child(3), footer .blue dl:nth-child(4) {
	padding-left: 10px;
}
footer .blue .bnr {
	position: absolute;
	right: 20px;
	bottom: 100px;
	width: 200px;
}
footer .blue .bnr a, footer .black .logo a {
	opacity: 1;
	transition: opacity .3s ease;
}
footer .blue .bnr img {
	width: 100%;
}
footer .black {
	text-align: center;
	color: #8c8c8c;
	background: #000;
}
footer .black .inner {
	position: relative;
	height: 50px;
	line-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .black .logo {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 139px;
	height: 30px;
	opacity: 1;
	transition: opacity .3s ease;
  line-height: 0;
}
footer .black .logo img {
	width: 100%;
}
footer .black .copy {
	font-size: 12px;
}

@media all and (max-width: 1365px) {
.mr44 {
	margin-right: 0;
}
.mr44 .mr44_inner {
	margin-left: 0;
}
.main_visual .inner .bg_img {
	max-width: 1185px;
	width: 100%;
}
}

@media all and (max-width: 1000px) {
.main_visual .box_white {
	padding-left: 20px;
}
}

@media all and (max-width: 930px) {
header nav ul li {
	margin-left: 20px;
}
header nav ul li a {
	font-size: 14px;
}
}

@media all and (max-width: 830px) {
header nav ul li {
	margin-left: 15px;
}
header nav ul li a {
	font-size: 12px;
}
footer .blue .bnr {
	bottom: 62px;
}
}

@media all and (-ms-high-contrast: none) {
.btn_blue a {
  padding-top: 24px;
  padding-bottom: 17px;
}
.box_blue h2 {
  display: flex;
}
.box_blue h2 .inner {
  width: 100%;
  padding: 44.5px 20px 24.5px;
}
.box_blue h2 .inner .border {
	display: inline-block;
	line-height: 1.1;
	vertical-align: 7px;
  margin-bottom: 20px;
	padding: 10px 26px 1px;
}
h3.title {
  padding-top: 10px;
}
footer .blue dl:nth-child(2) dd ul {
	height: 210px;
	padding-right: 30px;
}
footer .blue dl:nth-child(2) dd ul li {
	flex-basis: auto;
	max-width: 50%;
}
footer .black .inner {
  height: auto;
}
footer .black .copy {
  margin-top: 4px;
}
}

@media all and (min-width: 769px) {
/*-------------------------------------------
	  hover
	--------------------------------------------*/
a.link:hover {
	text-decoration: none;
}
header .logo a:hover {
	opacity: .5;
}
header.active nav ul li a:hover {
	color: #0062b2;
	cursor: pointer;
}
header nav ul li a:hover:after {
	transform: scale(1, 1);
}
header nav .inner_menu li a:hover, header nav .inner_news li a:hover {
	text-decoration: underline;
	color: #0062b2;
}
header nav .inner_menu li a:hover .img img, header nav .inner_news li a:hover .img img {
	transform: scale(1.3);
}
header .btn_right ul li a:hover {
	color: #0062b2;
	background: url("../img/common/icon_h_note_on.png") no-repeat center 19px, #fff;
	background-size: 24px 24px;
}
header .btn_right ul li:last-child a:hover {
	background: url("../img/common/icon_h_mail_on.png") no-repeat center 19px, #fff;
	background-size: 28px 20px;
}
.btn_blue a:hover:after {
	background: url("../img/common/icon_arrow_white_on.png") no-repeat;
	background-size: 18px 10px;
}
.btn_blue a:hover {
	color: #0062b2;
	border: 1px solid #0062b2;
	background: #fff;
}
.btn_white a:hover {
  color: #fff;
  border: 1px solid #fff;
  background: #0062b2;
}
.btn_white a:hover:after {
  background: url("../img/common/icon_arrow_blue_on.png") no-repeat 0 0;
  background-size: 18px 10px;
}
.main_visual .breadcrumb ul li a:hover {
	text-decoration: none;
}
.q_wrap .accordion dt a:hover {
	text-decoration: underline;
	color: #0062b2;
}
.q_wrap .accordion dd ul li a:hover {
	text-decoration: none;
}
footer .pageTop:hover {
	opacity: .5;
}
footer .blue dl dd a:hover {
	text-decoration: underline;
}
footer .black .logo a:hover, footer .blue .bnr a:hover {
	opacity: .5;
}
}


@media all and (max-width: 768px) {
body {
	padding-top: 43px;
}
.sp, .tab {
	display: block;
}
.pc, .pc-inline {
	display: none;
}
.inner {
	width: 100%;
	padding: 0 15px;
}
.link_indent {
	margin-top: -43px;
	padding-top: 43px;
}

/*-------------------------------------------
    header
  --------------------------------------------*/
header {
	height: 43px;
}
header .inner {
	padding: 5px 10px;
}
header .logo {
	max-width: 344px;
  min-width: auto;
  width: auto;
	padding-right: 172px;
	z-index: 1;
}
header .logo img {
	width: 100%;
}
header nav ul.pc {
	display: none;
}
header .btn_right {
	z-index: 1;
}
header .btn_right ul li {
	width: 80px;
	height: 42.5px;
}
header .btn_right ul li a {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: .04em;
	padding-top: 24px;
	background-position: center 7px;
	background-size: 15px 15px;
}
header .btn_right ul li:last-child a {
	background-position: center 8px;
	background-size: 17px 12.5px;
}
h3.title {
  font-size: 23px;
  line-height: 1.4;
  height: auto;
  padding: 19.5px 0 19.5px 60px;
  margin-bottom: 55px;
  background-size: 25px 2px;
  background-position: 25px 36px;
}
h3.title:before {
  display: none;
}
h4 {
  font-size: 21px;
  line-height: 1.8;
}
.menu_box {
	height: 0;
}
.menu_box .btn_toggle.left {
	position: fixed;
	bottom: 40px;
	left: 0;
	width: 55px;
	height: 42.5px;
	cursor: pointer;
	z-index: 5;
	color: #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #004d8f;
	visibility: visible;
	opacity: 1;
	transition: visibility .5s, opacity .5s;
}
.menu_box.open .btn_toggle.right {
	visibility: visible;
	position: fixed;
	right: 0;
	bottom: 40px;
	width: 55px;
	height: 42.5px;
	cursor: pointer;
	z-index: 5;
	color: #fff;
	background: rgba(0, 0, 0, .4);
	transition: right .5s;
}
.menu_box.open .btn_toggle.left {
	visibility: hidden;
	opacity: 0;
}
.menu_box .btn_toggle.right {
	visibility: hidden;
	right: 150vw;
}
.menu_box .btn_toggle div {
	position: relative;
	text-align: center;
}
.menu_box .btn_toggle span {
	position: absolute;
	display: inline-block;
	width: 15.5px;
	height: 1px;
	border-radius: 1px;
	left: 19px;
	background: #fff;
	transition: 0.3s ease-in-out;
}
.btn_toggle span:nth-child(1) {
	top: 10px;
}
.btn_toggle span:nth-child(2) {
	top: 15px;
}
.btn_toggle span:nth-child(3) {
	top: 20px;
}
.menu_box .btn_toggle .menu_text {
	font-size: 10px;
	text-align: center;
	padding-top: 23px;
}
.menu_box.open .btn_toggle.right span:nth-child(1) {
	top: 15px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.menu_box.open .btn_toggle.right span:nth-child(2) {
	width: 0;
	left: 50%;
}
.menu_box.open .btn_toggle.right span:nth-child(3) {
	top: 15px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.menu_box .menu_link {
	position: absolute;
	top: 0;
	left: -150vw;
	width: 100vw;
	height: 100vh;
	z-index: 4;
	background: #fff;
	transition: left .5s ease;
}
.fixbody .menu_box .menu_link {
	left: 0;
	right: 0;
	padding: 20px 30px;
	overflow-y: scroll;
}
.menu_box .menu_link ul.txt_link {
	margin-bottom: 30px;
}
.menu_box .menu_link ul.txt_link li a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	padding: 15px 0;
	color: #333;
	border-bottom: 1px solid #333;
}
.menu_box .menu_link ul.txt_link li a.plus {
	background: url("../img/common/icon_plus.png") no-repeat center right 10px;
	background-size: 10.5px 10.5px;
}
.menu_box .menu_link ul.txt_link li a.plus.open {
	background: url("../img/common/icon_minus.png") no-repeat center right 10px;
	background-size: 8.5px 1px;
}
.menu_box .menu_link ul.txt_link li a.plus + .inner {
	display: none;
}
.menu_box .menu_link ul.txt_link li a.plus + .inner li a {
	font-size: 13px;
	line-height: 1.75;
	padding-left: 20px;
}
.menu_box .menu_link ul.txt_link .inner {
	display: block;
	padding: 0;
}
.fixbody .menu_box .bnr_box ul {
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
}
.fixbody .menu_box .bnr_box ul li {
	flex-basis: calc(50% - 7.5px);
	height: 100px;
}
.fixbody .menu_box .bnr_box ul li a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	height: 100%;
	padding-top: 55px;
	color: #fff;
	background: url("../img/common/icon_nav_note.png") no-repeat center 28px, #4c4948;
	background-size: 20px 20px;
}
.fixbody .menu_box .bnr_box ul li:last-child a {
	background: url("../img/common/icon_nav_mail.png") no-repeat center 30px, #b7b506;
	background-size: 23px 17px;
}
.btn_blue a {
	font-size: 15px;
	padding-top: 16px;
	padding-bottom: 15px;
}
.main_visual {
	padding-top: 50px;
}
.main_visual .inner {
	padding: 0;
}
.main_visual .inner {
	max-width: 100%;
	padding: 0;
}
.main_visual .inner .bg_img {
	width: calc(100% - 50px);
	max-width: 100%;
	height: 175px;
	position: absolute;
	top: 0px;
	left: 50px;
	z-index: -1;
}
.main_visual .box_white {
	max-width: calc(100% - 73px);
	min-height: auto;
	padding: 32px 15px 24px;
}
.main_visual h1 {
	font-size: 30px;
  line-height: 1.4;
	margin-bottom: 15px;
}
.main_visual .lead {
	font-size: 15px;
}
.main_visual .breadcrumb {
	margin: 0 0 30px;
	background: #fff;
}
.main_visual .breadcrumb ul {
	line-height: 1.4;
	padding: 7px 20px;
  margin-left: 15px;
}
.main_visual .breadcrumb ul li,  .main_visual .breadcrumb ul li a {
	display: inline;
	font-size: 10px;
}
.main_visual .breadcrumb ul li + li:before {
  padding: 0 10px 0 8px;
}
.box_blue h2 {
	margin-right: 0;
}
.box_blue h2 .inner {
	font-size: 25px;
  min-height: 84px;
  line-height: 1.512;
	padding: 22px 15px 24px;
  align-items: flex-start;
}
.box_blue h2 .inner .border {
	font-size: 13px;
	padding: 3px 19px;
  margin-top: 5px;
	margin-left: 0;
	margin-right: 15px;
	border-radius: 14px;
}
.q_wrap {
	padding: 0 15px;
}
.q_wrap .accordion:last-child {
	margin-bottom: 110px;
}
.q_wrap .accordion dt a {
	font-size: 15px;
	min-height: auto;
	padding-top: 13px;
	padding-bottom: 13px;
	background-position: right 0 center;
	background-size: 22px 22px;
}
.q_wrap .accordion dt.open a {
	background-position: right 0 center;
	background-size: 22px 22px;
}
.q_wrap .accordion dt span {
	padding: 10px 0 10px 40px;
	background-size: 30px 30px;
	background-position: 0 46%;
}
.q_wrap .accordion dt span.center {
	background-position: 0 46%;
}
.q_wrap .accordion dd {
	line-height: 1.8;
	padding: 22px 24px 4px;
}
.q_wrap .accordion dd p,  .q_wrap .accordion dd ul {
	font-size: 15px;
}
.q_wrap .accordion dd .video {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto 28px;
}
.txt_date {
  font-size: 14px;
  margin-bottom: 45px;
}
.txt_date:before {
  width: 200px;
  margin-top: 1px;
  margin-right: 20px;
}
.column2 {
  display: block;
}
.column2.r_img .img,
.column2.l_img .img {
  margin-bottom: 24px;
  order: 0;
}
.column2.r_img .txt,
.column2.l_img .txt {
  order: 1;
}
.border_box {
  margin: 10px 0 22px;
  padding: 21px 28px 6px;
}
.inner.narrow .border_box ul.circle_blue {
  margin-bottom: 17px;
}
.tbl_wrap table {
  margin-bottom: 23px;
}
.tbl_wrap tbody,
.tbl_wrap tr,
.tbl_wrap th,
.tbl_wrap td {
  display: block;
  width: 100%!important;
}
.tbl_wrap th, .tbl_wrap td {
  border-right: 1px solid #999;
}
.tbl_wrap tr:last-child th,
.tbl_wrap tr:last-child td {
  border-bottom: none;
}
.tbl_wrap tr:last-child td:last-child {
  border-bottom: 1px solid #999;
}
.tbl_wrap th {
  text-align: center;
  padding: 23px!important;
  background: #f2f2f2;
}
.tbl_wrap td {
  padding: 23.5px 14px 25px;
}
.inner .tbl_wrap td p {
  margin-bottom: 0;
}
.tbl_wrap td p.bold {
  font-weight: bold;
  margin-bottom: 5px;
}
ol.caution {
  margin-left: 35px;
}
ol.caution li {
  font-size: 15px;
}
ol.caution li:before {
  width: 35px;
  margin-left: -35px;
}
ol.number {
  margin-left: 35px;
  margin-bottom: 35px;
}
ol.number li:before {
  width: 35px;
  margin-left: -35px;
}
ul.dot li:before {
  margin-right: 1px;
}
.hightlighter {
  display: inline;
}
table.border_bottom {
  margin-top: 21px;
}
table.border_bottom th {
  width: 95px;
  padding-right: 30px;
}
table.border_bottom td {
  width: calc(100% - 95px);
}
.img_center img {
  max-width: none;
  width: 100%;
}
.btn_white a {
  max-width: 275px;
  margin: 0 auto;
}
.btn_white a:after {
  right: 10px;
}
.btn_white.bottom {
  padding: 37px 0 132px;
}



footer .blue {
	flex-wrap: wrap;
	padding: 55px 15px;
}
footer .blue dl, footer .blue dl:nth-child(2) {
	flex-basis: 48%;
	margin-bottom: 13px;
}
footer .blue dl:nth-child(2) dd ul {
	display: block;
	max-height: none;
	height: auto;
	padding-right: 0;
}
footer .blue dl:nth-child(2) dd ul li {
	max-width: none;
}
footer .blue dl:nth-child(3) {
	padding-left: 0;
}
footer .blue dl:nth-child(even) {
	padding-left: 7px;
}
footer .blue dl dd a {
	font-size: 13px;
	margin-bottom: 19px;
}
footer .blue .bnr {
	position: static;
	margin: 0 auto 5px;
}
footer .blue .bnr img {
	width: 100%;
}
footer .black .inner {
	height: auto;
	line-height: 1;
	padding: 22px 0;
  display: block;
}
footer .black .logo {
	position: static;
	width: 134.5px;
	margin: -2px auto 8px;
}
footer .pageTop {
	top: -38px;
	right: 0;
	width: 60px;
	height: 38px;
	padding-top: 6px;
}
footer .pageTop img {
	width: 17px;
	height: 15px;
}
}

@media all and (-ms-high-contrast: none) and (max-width: 768px) {
  .box_blue h2 .inner {
    padding: 30px 15px 16px;
  }
  .box_blue h2 .inner .border {
		vertical-align: 4px;
		padding: 9px 19px 4px;
	}
  .column2 {
    display: block;
  }
}

@media all and (max-width: 544px) {
.tab {
	display: none;
}
}
@media print {
header, header .btn_right {
	position: absolute!important;
}
.slideIn, .fadeIn, .slideInUp, .block-revealer__content {
	opacity: 1!important;
	visibility: visible!important;
}
.q_wrap .accordion dd{
	display: block!important;
}
#satori__popup_wrapper{
	display: none!important;
}
.menu_box .btn_toggle{
	display: none!important;
}
.border_l, .border_l01, .border_l02, .border_l03{
	height: auto!important;
}
.top .other_service{
	display: block!important;
}
header nav{
	display: none!important;
}
}
