/*
header
*/
.header_contents {
	position: fixed;
	z-index: 102;
	width: 100%;
	height: 50px;
	background: #1a1a1a;
	box-shadow: 0px -11px 20px #000;
}
.nav_fixed {
	position: fixed;
}
.logo {
	position: fixed;;
	left: 18px;
	width: 100%;
}
.logo_img {
	width: 112px;
	height: 35px;
}
@media only screen and (min-width: 1271px) {
	.header_contents {
		height: 120px;
	}
	.logo {
		position: absolute;
		top: 50px;
		left: 30px;
		width: auto;
		padding: 0;
	}
	.logo_img {
		width: 140px;
		height: 44px;
	}
}
@media only screen and (min-width: 1601px) {
	.logo {
		left: 50px;
	}
	.logo_img {
		width: 192px;
		height: 60px;
	}
}
/*
ナビ
*/
.nav_btn {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 103;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: #444;
}
.nav_btn_wrap {
	position: relative;
	width: 20px;
	height: auto;
	transition: all 0.5s ease-out;
}
.nav_btn_txt {
	position: relative;
	top: 6px;
	left: -3px;
	z-index: -1;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	letter-spacing: 1px;
	transition: all 0.5s ease-out;
	transform: scale(0.7);
}
.navbtn_open {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s ease-out;
}
.navbtn_close {
	position: absolute;
	top: 15px;
	left: -1px;
	display: none;
	transition: all 0.5s ease-out;
	transform: scale(0.5)
}
.nav_btn_line {
	position: absolute;
	top: -2px;
	width: 100%;
	height: 1px;
	background: #fff;
	transition: transform .6s;
	transition: all 0.5s ease-out;
}
.nav_btn_line_open {
	display: block;
}
.nav_btn_line-bottom {
	top: -9px;
}
.nav_btn_line-center {
	top: 8px;
	display: none;
}
.nav_btn_line-top.active {
	top: -7px;
	transform: rotate(15deg);
}
.nav_btn_line-center.active {
	transform:scaleX(0);
}
.nav_btn_line-bottom.active {
	top: -7px;
	transform: rotate(-15deg);
}
.gnav_container {
	width: 100%;
	overflow-x: hidden;
}
.gnav {
	position: fixed;
	top: 0;
	display: none;
	width: calc(100% + 17px);
	height: 100%;
	background: #1a1a1a;
	overflow-y: scroll;
	font-size: 20px;
}
.gnav_wrap {
	display: flex;
	flex-direction: column;
	flex-flow: column;
	animation: gnav_wrap_ani02 .5s linear;
}
.gnav_wrap_ani {
	animation: gnav_wrap_ani01 .5s linear;
}
@keyframes gnav_wrap_ani01 {
	0% {
		transform:translateY(-10px);
	}
	100% {
		transform:translateY(0);
	}
}
@keyframes gnav_wrap_ani02 {
	0% {
		transform:translateY(0);
	}
	100% {
		transform:translateY(-10px);
	}
}
.menu_list {
	padding: 50px 35px 68px;
	background: url(../images/common/gnav_bg.png) right bottom/88% auto no-repeat;
}
.menu_list_inner {
	display: flex;
	padding: 0 0 60px;
}
.menu_list_logo {
	width: 100%;
	margin: 0 0 20px;
}
.menu_list_logo img {
	width: 146px;
	height: 65px;
}
.menu_list_inner ul {
	margin: 0 10% 0 0;
}
.menu_list_inner ul:last-child {
	margin: 0;
}
.menu_list_inner ul li {
	margin: 0 0 3px;
}
.menu_list_inner ul li:last-child {
	margin: 0;
}
.nav_foot {
	width: 100%;
	padding: 30px 0 0;
	border-top: solid #fff 1px;
}
.menu_img {
	background: url(../images/common/menu_img_sp.jpg) no-repeat;
	background-size: 100%;
}
.menu_img:before {
	content: "";
	display: block;
	padding-top: 53%;
}
.head_nav {
	display: none;
}
.head_nav ul {
	display: flex;
	padding: 20px 0 0;
}
.head_nav ul li {
	margin: 0 0 0 15px;
	text-align: center;
}
.head_nav .head_nav_ja {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	transition: all .5s ease-out;
}
.menu_list .head_nav_ja {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	transition: all .5s ease-out;
}
.head_nav ul li:nth-last-child(2) a {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 144px;
	height: 100%;
	border: solid #fff 2px;
	border-radius: 20px;
}
.head_nav ul li:nth-last-child(1) a {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 144px;
	height: 100%;
	border: solid #fff 2px;
	border-radius: 20px;
	background: #ff0;
}
.head_nav ul li:nth-last-child(1) a .head_nav_ja {
	color: #1a1a1a;
}
.headline_onlinelink {
	display: none;
}
.menu_list .nav_foot_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 40px;
}
.menu_list .nav_foot_btn li {
	margin: 0;
}
.menu_list .nav_foot_btn li:first-child {
	margin: 0 0 15px;
}
.menu_list .nav_foot_btn li:last-child {
	width: 100%;
	margin: 15px 0 0;
}
.menu_list .nav_foot_btn li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 144px;
	height: 32px;
	padding: 0 0 3px;
	border: solid #fff 2px;
	border-radius: 20px;
	text-align: center;
	transition: all .5s ease-out;
}
.menu_list .nav_foot_btn li:first-child a {
	background: #ff0;
}
.menu_list .nav_foot_btn li a .head_nav_ja {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	transition: all .5s ease-out;
}
.menu_list .nav_foot_btn li:first-child a .head_nav_ja {
	color: #1a1a1a;
}
.nav_foot_member {
	margin: 0 0 20px;
}
.nav_foot_member a {
	display: block;
	width: 170px;
	height: 30px;
	padding: 0 5px;
	border: solid #fff 1px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}
.nav_foot_list li {
	margin: 0 0 5px;
}
.nav_foot_list li:last-child {
	margin: 0;
}
.nav_foot_list li a {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
.nav_foot_list li a span.privacy_link {
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.nav_foot_list li a span.privacy_link:nth-child(2) {
	margin: 1px 10px 0 0;
}
@media only screen and (min-width: 351px) {
	.menu_list .head_nav_ja {
		font-size: 16px;
	}
	.menu_list .nav_foot_btn li:first-child {
		margin: 0;
	}
	.nav_foot_member a {
		font-size: 15px;
	}
	.nav_foot_list li a {
		font-size: 15px;
	}
}
@media only screen and (min-width: 541px) {
	.menu_list {
		padding: 56px 36px 40px;
	}
	.menu_list_inner {
		display: flex;
	}
	.menu_list_inner ul li {
		margin: 0 0 25px;
	}
	.nav_foot {
		padding: 40px 0 0;
	}
	_:-ms-lang(x), .nav_foot {
		padding: 40px 0 60px;
	}
	.menu_list .nav_foot_btn {
		justify-content: flex-start;
	}
	.menu_list .nav_foot_btn li:first-child {
		margin: 0 15px 0 0;
	}
}
@media only screen and (min-width: 769px) {
	.head_nav .head_nav_ja:hover {
		font-size: 13px;
		color: #ff0;
		transition: all 1s ease-out;
	}
	.head_nav ul li:nth-last-child(2) a:hover {
		background: #fff;
	}
	.head_nav ul li:nth-last-child(1) a:hover {
		background: #fff;
		border: solid #fff 2px;
	}
	.head_nav ul li:nth-last-child(2) a:hover .head_nav_ja {
		color: #1a1a1a;
	}
	.head_nav ul li:nth-last-child(1) a:hover .head_nav_ja {
		color: #1a1a1a;
	}
	.menu_list .head_nav_ja:hover {
		color: #ff0;
		transition: all 1s ease-out;
	}
	.menu_list .nav_foot_btn li a:hover {
		color: #1a1a1a;
		background: #fff;
		transition: all 1s ease-out;
	}
	.menu_list .nav_foot_btn li a:hover .head_nav_ja {
		color: #1a1a1a;
		transition: all 1s ease-out;
	}
	.menu_list .nav_foot_btn li:first-child a:hover {
		background: #fff;
	}
	.menu_list .nav_foot_btn li:first-child a:hover .head_nav_ja {
		color: #1a1a1a;
		transition: all 1s ease-out;
	}
	.nav_foot_member a:hover {
		border: solid #fff 1px;
		color: #1a1a1a;
		background: #fff;
	}
	.nav_foot_list li a:hover {
		color: #ff0;
	}
}
@media only screen and (min-width: 961px) {
	.gnav {
		overflow-y: auto;
	}
	.gnav_wrap {
		flex-direction: row;
		flex-flow: row-reverse;
		height: 100%;
		margin: 0;
	}
	.menu_list {
		width: 61%;
		padding: 70px 20px 68px 60px;
		background: url(../images/common/gnav_bg.png) right bottom/auto auto no-repeat;
		overflow-y: scroll;
	}
	.menu_img {
		width: 39%;
		background: url(../images/common/menu_img_pc.jpg) no-repeat right center;
	}
	.menu_img:before {
		display: none;
	}
}
@media only screen and (min-width: 1025px) {
	.nav_btn_open {
		right: 17px;
	}
}
@media only screen and (min-width: 1271px) {
	.nav_btn {
		top: 0;
		width: 120px;
		height: 120px;
	}
	.nav_btn_wrap {
		width: 45px;
		height: 45px;
	}
	.nav_btn_line {
		top: 4px;
	}
	.nav_btn_line-bottom {
		top: 4px;
	}
	.nav_btn_txt {
		position: relative;
		top: 30px;
		left: 0;
		font-size: 18px;
		color: #fff;
		transform: scale(1);
	}
	.nav_btn_line {
		background: #fff;
	}
	.nav_btn_line-center {
		top: 11px;
	}
	.nav_btn_line-bottom {
		top: 16px;
	}
	.nav_btn_line-top.active {
		top: 10px;
	}
	.nav_btn_line-bottom.active {
		top: 10px;
	}
	.nav_btn_txt.close {
		letter-spacing: 1px;
	}
	.headline_onlinelink {
		display: flex;
		justify-content: space-between;
		margin: 0 160px 0 30px;
		padding: 5px 0;
		border-bottom: solid #fff 1px;
	}
	.headline_onlinelink p {
		font-size: 14px;
		color: #fff;
	}
	.headline_onlinelink a {
		font-size: 14px;
		color: #fff;
		transition: all .5s ease-out;
	}
	.headline_onlinelink a:hover {
		color: #ff0;
		transition: all 1s ease-out;
	}
	.head_nav {
		display: flex;
		justify-content: flex-end;
		margin: 0 160px 0 30px;
	}
	.menu_list {
		padding: 80px 50px 60px 50px;
	}
	.menu_list_logo {
		margin: 0 0 45px;
	}
	.menu_list_logo img {
		width: 300px;
		height: 94px;
	}
	.menu_list .head_nav_ja {
		font-size: 24px;
	}
	.menu_list .nav_foot_btn li a {
		width: 180px;
		height: 40px;
	}
	.menu_list .nav_foot_btn li a .head_nav_ja {
		font-size: 18px;
	}
	.menu_list .nav_foot_btn li {
		margin: 0 28px 0 0;
	}
	.menu_list .nav_foot_btn li:first-child {
		margin: 0 28px 0 0;
	}
	.menu_list .nav_foot_btn li:last-child {
		width: auto;
		margin: 0;
	}
	.menu_list_inner {
		padding: 0 0 107px;
	}
	.nav_foot {
		padding: 63px 0 0;
	}
	_:-ms-lang(x), .nav_foot {
		padding: 63px 0 88px;
	}
	.nav_foot_member {
		margin: 0 0 40px;
	}
}
@media only screen and (min-width: 1601px) {
	.menu_list_inner ul {
		margin: 0 23% 0 0;
	}
	.menu_list_inner ul:last-child {
		margin: 0 23% 0 0;
	}
	.headline_onlinelink {
		margin: 0 190px 0 50px;
	}
	.headline_onlinelink p {
		font-size: 16px;
	}
	.headline_onlinelink a {
		font-size: 16px;
	}
	.head_nav {
		margin: 0 190px 0 50px;
	}
	.head_nav ul li {
		margin: 0 0 0 36px;
	}
	.head_nav ul li:nth-last-child(1) {
		margin: 0 0 0 20px;
	}
	.head_nav ul li:nth-last-child(2) a {
		min-width: 150px;
	}
	.head_nav ul li:nth-last-child(1) a {
		min-width: 150px;
	}
	.head_nav .head_nav_ja {
		font-size: 16px;
	}
	.head_nav .head_nav_ja:hover {
		font-size: 16px;
	}
}
@media only screen and (min-width: 1751px) {
	.menu_list {
		padding: 164px 7% 88px 10%;
	}
}
/* main */
main {
	position: relative;
	padding: 50px 0 0;
	display: block;
}
@media only screen and (min-width: 1271px) {
	main {
		padding: 120px 0 0;
	}
}
/* page_共通 */
.inner_01 {
	padding: 100px 0;
}
.page_body_01 {
	width: 100%;
	padding: 0 36px;
}
@media only screen and (min-width: 1025px) {
	.inner_01 {
		padding: 200px 0 154px;
	}
}
@media only screen and (min-width: 1306px) {
	.page_body_01 {
		width: 1270px;
		margin: auto;
		padding: 0;
	}
}
/*
ページトップ
*/
.page_top a {
    width: 50px;
    height: 50px;
    margin: 0 0 27px;
    display: block;
    background: url(../images/common/page_top.svg) no-repeat;
    background-size: 50px 50px
}
.page_top {
    position: fixed;
    right: 3%;
    bottom: 30px;
    z-index: 10;
}
 @media only screen and (min-width: 1025px) {
	.page_top a {
	    width: 80px;
	    height: 80px;
	    margin: 0 0 10px;
	    background: url(../images/common/page_top.svg) no-repeat;
	    background-size: 80px 80px
	}
}
/* footer */
.footer {
	position: relative;
	z-index: 1;
	padding: 136px 0;
	background: #fff;
}
.footer_contents {
	display: flex;
	flex-direction: column;
}
.footer_col_01 {
	margin: 35px 0 0;
}
.footer_logo {
	text-align: center;
}
.footer_logo img {
	width: 150px;
	height: 80px;
}
.footer_copy {
	margin: 22px 0 0;
	text-align: center;
}
.footer_copy small {
	font-size: 10px;
}
.footer_copy small span {
	display: inline-block;
	margin: 0 4px 0 0;
}
@media only screen and (min-width: 641px) {
	.footer_col_wrap {
		display: flex;
		justify-content: center;
	}
}
@media only screen and (min-width: 1025px) {
	.footer_contents {
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.footer_col_wrap {
		padding: 0 0 0 30px;
	}
	.footer_col_01 {
		width: 317px;
		margin: 0;
	}
	.footer_logo {
		text-align: left;
	}
	.footer_logo img {
		width: 188px;
		height: 100px;
	}
	.footer_copy {
		margin: 64px 0 0;
		text-align: left;
	}
	.footer_copy small {
		font-size: 14px;
	}
}
/*
スクロール背景固定
*/
.scroll-prevent {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
}
/*
ボタン
*/
a.btn_type_01 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 300px;
	height: 50px;
	background: #050A50;
	text-align: center;
	padding: 0 2em;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #050A50;
	transition: all 1s ease-out;
}
@media all and (-ms-high-contrast: none) {
	a.btn_type_01 {
		padding: .5em 2em 0;
	}
}
a.btn_type_01 span.link_txt {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
a.btn_type_01 span.link_arw {
	position: relative;
	width: 12px;
	height: 21px;
}
a.btn_type_01 span.link_arw img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
a.btn_type_01 span.link_arw .btn_type_01_h {
	z-index: 2;
}
@media screen and (min-width:769px) {
	a.btn_type_01 span.link_arw img {
		-webkit-transition: opacity 1s ease-out;
		-moz-transition: opacity 1s ease-out;
		-ms-transition: opacity 1s ease-out;
		transition: opacity 1s ease-out;
	}
	a.btn_type_01:hover {
		border: 1px solid #050A50;
		background: #fff;
		color: #050A50;
	}
	a.btn_type_01:hover span.link_txt {
		color: #050A50;
	}
	a.btn_type_01:hover span.link_arw img.btn_type_01_h {
		opacity: 0;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "alpha(opacity=0)";
	}
}
@media all and (-ms-high-contrast: none) and (min-width:769px) {
	a.transparentbtn {
		padding: .5em 4em 0 2em;
	}
}
/* sectionタイトル */
.upbar{
	width: 68px;
	height: 2px;
	background: #0033A0;
}
.sec_ttl{
	letter-spacing: 0.136em;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin: 50px 0 -17px;
}
@media screen and (min-width: 769px){
	.upbar{
		width: 192px;
	}
	.sec_ttl{
		font-size: 34px;
		margin: 100px 0 -17px;
	}
}
/* breadcrumb */
.breadcrumb_wrap {
	width: 100%;
	padding: 20px 0 0;
}
.breadcrumb {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	font-size: 14px;
}
.breadcrumb_ttl {
	margin: 0 10px 0 0;
}
@media screen and (min-width: 769px) {
	/* .breadcrumb_wrap {
		position: absolute;
		top: 50px;
		left: 0;
	} */
	.breadcrumb_ttl a {
		transition: all 1s ease-out;
	}
	.breadcrumb_ttl a:hover {
		color: #dcdcdc;
		transition: all .5s ease-out;
	}
}
@media screen and (min-width: 1025px) {
	.breadcrumb_wrap {
		/* top: 120px; */
		padding: 35px 0 0;
	}
}
/* page_タイトル*/


.page_ttl {
	padding: 85px 0 55px;
}
.page_ttl_en {
	display: inline-block;
	margin: 0 0 30px;
	font-size: 40px;
	font-weight: bold;
}
.page_ttl_ja {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
}
@media screen and (min-width: 375px) {
	.page_ttl_en {
		font-size: 55px;
	}
}
@media screen and (min-width: 1025px) {
	.page_ttl {
		padding: 110px 0 110px;
	}
	.page_ttl_en {
		font-size: 100px;
	}
	.page_ttl_ja {
		font-size: 30px;
	}
}
/* ボタン */
.btn_01 {
	display: block;
	width: 200px;
	height: 40px;
	margin: auto;
}
a.btn_01 {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 200px;
	padding: 0 30px 0 15px;
	color: #141B20;
	text-align: center;
	font-size: 13px;
	border: 1px solid #141B20;
	overflow: hidden;
}
span.btn_01 {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 200px;
	padding: 0 30px 0 15px;
	color: #141B20;
	text-align: center;
	font-size: 13px;
	border: 1px solid #141B20;
	overflow: hidden;
}
.btn_01::after {
	position: absolute;
	z-index: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	transition: all .5s ease-out;
}
.btn_01:hover::after {
	top: 0;
	left: 0;
	background-color: #0033A0;
}
a.btn_01 img {
	position: absolute;
	right: -2px;
	top: 50%;
	z-index: 1;
	width: 21px;
	height: 3px;
	margin: -2px 0 0;
}
a.btn_01 img.arw_btn_on {
	z-index: 2;
}
a.btn_01 span {
	position: relative;
	z-index: 1;
	margin: 0 5px 0 0;
}
span.btn_01 img {
	position: absolute;
	left: -2px;
	top: 50%;
	z-index: 1;
	width: 21px;
	height: 3px;
	margin: -2px 0 0;
}
span.btn_01 img.arw_btn_on {
	z-index: 2;
}
span.btn_01 span {
	position: relative;
	z-index: 1;
	margin: 0 5px 0 0;
}
@media screen and (min-width: 641px) {
	.btn_01 {
		margin: 0;
	}
}
@media screen and (min-width: 1025px) {
	.btn_01 {
		width: 250px;
		height: 50px;
	}
	a.btn_01 {
		width: 250px;
		padding: 0 30px 0 15px;
		font-size: 18px;
	}
	a.btn_01:hover{
		color: #fff;
		border: solid #0033A0 1px;
	}
	a.btn_01:hover img.arw_btn_on {
		opacity: 0;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "alpha(opacity=0)";
	}
	a.btn_01 img {
		width: 27px;
		height: 5px;
		margin: -2.5px 0 0;
		-webkit-transition: opacity 1s ease-out;
		-moz-transition: opacity 1s ease-out;
		-ms-transition: opacity 1s ease-out;
		transition: opacity 1s ease-out;
	}
	span.btn_01 {
		width: 250px;
		padding: 0 30px 0 15px;
		font-size: 18px;
	}
	a.btn_01:hover{
		color: #fff;
		border: solid #0033A0 1px;
	}
	span.btn_01:hover img.arw_btn_on {
		opacity: 0;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "alpha(opacity=0)";
	}
	span.btn_01 img {
		left: 90%;
		width: 27px;
		height: 5px;
		margin: -2.5px 0 0;
		-webkit-transition: opacity 1s ease-out;
		-moz-transition: opacity 1s ease-out;
		-ms-transition: opacity 1s ease-out;
		transition: opacity 1s ease-out;
	}
}
/* ページヒーロー */
.page_hero {
	margin: 40px 0 0;
}
@media screen and (min-width: 769px) {
	.page_hero {
		margin: 90px 0 0;
	}
}
/* フローティングフット */
.floating_foot_btn {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: flex;
	width: 100%;
}
.floating_foot_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.floating_foot_btn a:nth-child(1) {
	background: #141B20;
}
.floating_foot_btn a:nth-child(2) {
	background: #ff0;
	color: #1a1a1a;
}
@media screen and (min-width: 769px) {
	.floating_foot_btn {
		display: none;
	}
}
/* 右に黄色い四角があるボタン */
.top_comn_rsidearw_btbox,
.partner_comn_rsidearw_btbox{
	margin: 95px auto 0;
	width: 100%;
	max-width: 300px;
}

.partner_comn_rsidearw_btbox{
	margin: 30px auto 0;
	max-width: 250px;
}

@media only screen and (min-width: 769px) {

	.top_comn_rsidearw_btbox,
	.partner_comn_rsidearw_btbox{
		margin: 95px auto 0;
		width: 100%;
		max-width: 375px;
	}

	.partner_comn_rsidearw_btbox{
		margin: 50px auto 0;
	}

}

a.comn_rsidearw_bt{
	display: block;
	position: relative;
	width: 100%;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	line-height: calc( 40px - ( 2px * 2 ) );
	border: 2px solid #1A1A1A;
	padding: 0 0 0 10px;
	background: #fff;
	transition: all 1s ease-out;
}

a.comn_rsidearw_bt:hover{
	background: #FFFF00;
	transition: all 1s ease-out;
}
a.comn_rsidearw_bt::before {
	content: '';
	display: block;
	position: absolute;
	width: 36px;
	height: calc( 40px - ( 2px * 2 ) );
	top:0px;
	right: 0px;
	background: #FFFF00;
}


a.comn_rsidearw_bt::after{
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 16px;
	background: url("../images/common/rsidearw_10_20.svg");
	background-position: center;
	background-size: cover;
	top: calc( 50% - 8px );
	right: 12px;
}

@media only screen and (min-width: 769px) {

	a.comn_rsidearw_bt{
		display: block;
		position: relative;
		width: 375px;
		height: 50px;
		font-size: 18px;
		font-weight: bold;
		line-height: calc( 50px - ( 2px * 2 ) );
		border: 2px solid #1A1A1A;
		padding: 0 0 0 21px;
		background: #fff;
		transition: all 1s ease-out;
	}

	a.comn_rsidearw_bt:hover{
		background: #FFFF00;
		transition: all 1s ease-out;
	}

	a.comn_rsidearw_bt::before {
		content: '';
		display: block;
		position: absolute;
		width: 46px;
		height: calc( 50px - ( 2px * 2 ) );
		top:0px;
		right: 0px;
		background: #FFFF00;
	}

	a.comn_rsidearw_bt::after{
		content: '';
		display: block;
		position: absolute;
		width: 10px;
		height: 20px;
		background: url("../images/common/rsidearw_10_20.svg");
		background-position: center;
		background-size: cover;
		top: calc( 50% - 10px );
		right: 15px;
	}

}
/* 一覧ページページャー */
.page_nav_wrap {
	padding: 0 0 150px;
}
.page_nav_wrap .wp-pagenavi {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	min-height: 40px;
	padding: 0 50px;
	background: #D5DBDB;
}
.page_nav_wrap .wp-pagenavi .pages {
	display: none;
}
.page_nav_wrap .wp-pagenavi a, .page_nav_wrap .wp-pagenavi span {
	display: block;
	padding: 0;
	margin: 0 10px;
	padding: 5px 0 0;
	border: none;
	font-size: 15px;
}
.page_nav_wrap .wp-pagenavi a.previouspostslink {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0;
	background: #1a1a1a url(../images/common/arw_prev.svg) center center/8px 16px no-repeat;
}
.page_nav_wrap .wp-pagenavi a.nextpostslink {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0;
	background: #1a1a1a url(../images/common/arw_next.svg) center center/8px 16px no-repeat;
}
.page_nav_wrap .wp-pagenavi span.extend:nth-of-type(2) {
	display: none;
}
.page_nav_wrap .wp-pagenavi span.extend:nth-last-of-type(1) {
	display: none;
}
@media screen and (min-width:769px) {
	.page_nav_wrap .wp-pagenavi {
		min-height: 50px;
		padding: 0 70px;
	}
	.page_nav_wrap .wp-pagenavi a, .page_nav_wrap .wp-pagenavi span {
		margin: 0 10px;
		padding: 5px 0 0;
		font-size: 20px;
	}
	.page_nav_wrap .wp-pagenavi a:hover {
		font-weight: bold;
	}
	.page_nav_wrap .wp-pagenavi a.previouspostslink {
		width: 50px;
		height: 50px;
		background: #1a1a1a url(../images/common/arw_prev.svg) center center/10px 20px no-repeat;
	}
	.page_nav_wrap .wp-pagenavi a.nextpostslink {
		width: 50px;
		height: 50px;
		background: #1a1a1a url(../images/common/arw_next.svg) center center/10px 20px no-repeat;
	}
	.page_nav_wrap .wp-pagenavi a.previouspostslink:hover {
		background: #ccc url(../images/common/arw_prev.svg) center center/10px 20px no-repeat;
	}
	.page_nav_wrap .wp-pagenavi a.nextpostslink:hover {
		background: #ccc url(../images/common/arw_next.svg) center center/10px 20px no-repeat;
	}
}
/* 個別ページページナビ */
.single_link {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	min-height: 40px;
	margin: 70px 0 0;
	padding: 0 50px;
	background: #D5DBDB;
}
.post_prev a {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0;
	background: #1a1a1a url(../images/common/arw_prev.svg) center center/8px 16px no-repeat;
}
.post_next a {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0;
	background: #1a1a1a url(../images/common/arw_next.svg) center center/8px 16px no-repeat;
}
.back_btn {
	display: flex;
	align-items: center;
	justify-content: center;
}
.back_btn a {
	font-size: 14px;
}
_:-ms-lang(x), .back_btn a {
	padding: 7px 0 0;
}
@media only screen and (min-width: 769px) {
	.single_link {
		min-height: 50px;
		margin: 100px 0 0;
		padding: 0 70px;
	}
	.post_prev a {
		width: 50px;
		height: 50px;
		background: #1a1a1a url(../images/common/arw_prev.svg) center center/10px 20px no-repeat;
	}
	.post_next a {
		width: 50px;
		height: 50px;
		background: #1a1a1a url(../images/common/arw_next.svg) center center/10px 20px no-repeat;
	}
	.post_prev a:hover {
		background: #ccc url(../images/common/arw_prev.svg) center center/10px 20px no-repeat;
	}
	.post_next a:hover {
		background: #ccc url(../images/common/arw_next.svg) center center/10px 20px no-repeat;
	}
	.back_btn a {
		font-size: 18px;
	}
}
/* テレワークバナー */
.telework_bnr_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 103;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}
.telework_bnr {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	width: 80%;
}
.telework_bnr a {
	position: relative;
	z-index: 1;
}
.telework_bnr a img {
	width: 100%;
	max-width: none;
}
.telework_bnr_close {
	position: absolute;
	top: -4px;
	right: -3px;
	z-index: 2;
	display: block;
	content: ' ';
	width: 50px;
	height: 50px;
	background: url('../images/common/telework_bnr_close.png') center/50px no-repeat;
	cursor: pointer;
}
.telework_bnr_overlay.bnr_close {
	display: none;
}
@media only screen and (min-width: 641px) {
	.telework_bnr_overlay {
		position: fixed;
		top: auto;
		left: auto;
		right: 0;
		bottom: 150px;
		width: auto;
		height: auto;
		background: none;
	}
	.telework_bnr {
		position: fixed;
		top: auto;
		left: auto;
		right: 0;
		bottom: 150px;
		transform: none;
		width: auto;
		height: auto;
		background: none;
	}
	.telework_bnr a img {
		width: 280px;
	}
	.telework_bnr_close {
		top: -13px;
		right: -9px;
	}
}
/* テレワークリンクエリア */
.telework_link_wrap {
	padding: 25px 20px;
	text-align: center;
}
.telework_link_wrap img {
	width: 90%;
}
@media only screen and (min-width: 481px) {
	.telework_link_wrap img {
		width: 60%;
	}
}
@media only screen and (min-width: 769px) {
	.telework_link_wrap {
		padding: 50px 20px;
	}
	.telework_link_wrap img {
		width: auto;
	}
}
