@charset "utf-8";
/***************************************************************************************************
	page_top.css
***************************************************************************************************/
/*
*/
#page_top_mv {
	position: fixed;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	overflow: hidden;
	pointer-events: none;
}
#page_top_mv .blk_mv_1 {
	position: absolute;
	width:80%;
	height: 100%;
	left:20%;
	top:0;
}
#page_top_mv .blk_mv_1 .blk_phts {
	width: 100%;
	height: 100%;
}
#page_top_mv .blk_mv_1 .blk_phts::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	background-color: #AD002D;
	z-index: 10;
	transform-origin: 100% 0;
}
#page_top_mv.show .blk_mv_1 .blk_phts::after {
	transform: scaleX(0);
	transition: transform .5s cubic-bezier(0.215, 0.610, 0.355, 1.000) .4s;
}
#page_top_mv .blk_mv_1 .pht {
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-position: 0 50%;
	background-size: cover;
	opacity: 0;
}
#page_top_mv .blk_mv_1 .pht:nth-of-type(1) {
	opacity: 1;
}
#page_top_mv .blk_mv_1 .pht.show {
	opacity: 1;
	transition: opacity 3s ease-out 0s;
}
#page_top_mv .blk_mv_1 .pht.hide {
	opacity: 0;
}
/*
*/
#page_top {
}
#page_top .page_anch {
	position: absolute;
	left:0;
	top:0;
/*
	width: 100px;
	height: 100px;
	border: 1px solid #ff0000; */
}
/*
*/
@keyframes kf_anim_1 {
  100% {
		transform: translateY(0);
		opacity: 1;
  }
}

/*
*/
#page_top .blk_1 {
	width: 100%;
	height: auto;
	min-height: 100%;
	background-color: #AD002D;
	background-image: url('../images/bk_1.jpg');
	background-position: 50% 100%;
	background-size: 100% auto;
	padding: 100px 0 0 0;
}
#page_top .blk_1_1 {
	width: 100%;
	max-width: 2080px;
	height: 100%;
	margin: auto;
	padding: 0 7% 300px 7%;
	opacity: 0;
}
#page_top .blk_1_1.psa_show {
  animation: kf_anim_1 .6s ease-out 0s 1 normal forwards;
}
#page_top .blk_1_1::before {
	position: absolute;
	display: block;
	content: '';
	width: 220px;
	height: 623px;
	left:7%;
	top:-60px;
	background-image: url('../images/bk_2.svg');
	background-position: 0 0;
	background-size: 100% auto;
	opacity: .09;
}
#page_top .blk_1_1 h2 {
	padding: 0 0 0 0;
	opacity: 0;
	transform: translateY(60px);
}
#page_top .blk_1_1.psa_show h2 {
  animation: kf_anim_1 .6s ease-out 0s 1 normal forwards;
}

#page_top .blk_1_1 h2 span {
	font-size: 50px;
	line-height: 1;
	color:#ffffff;
	font-family: 'Lora', serif;
}
#page_top .blk_1_1 p {
	font-size: 16px;
	line-height: 2;
	color:#ffffff;
	padding: 120px 0 0 0;
	transform: translateY(80px);
}
#page_top .blk_1_1.psa_show p {
  animation: kf_anim_1 .6s ease-out 0s 1 normal forwards;
}
/*
*/
#page_top .blk_2 {
	padding: 100px 0 0 0;
	background-color: #F3F4F7;
}
#page_top .blk_2_1 {
	width: 100%;
	max-width: 2060px;
	height: 100%;
	margin: auto;
	padding: 0 7% 20px 7%;
}
/*  */
#page_top .blk_2_1_1 {
}
#page_top .blk_2_1_1 h2 {
}
#page_top .blk_2_1_1 h2 span {
	font-size: 50px;
	line-height: 1;
	font-family: 'Lora', serif;
	display: block;
	opacity: 0;
	transform: translateY(60px);
}
#page_top .blk_2_1_1.psa_show h2 span {
  animation: kf_anim_1 .6s ease-out 0s 1 normal forwards;
}
#page_top .blk_2_1_1 h2 span.lin_sty_1 {
	font-size: 26px;
	padding: 0 0 10px 0;
	opacity: 0;
	transform: translateY(40px);
}
#page_top .blk_2_1_1.psa_show h2 span.lin_sty_1  {
  animation: kf_anim_1 .6s ease-out 0s 1 normal forwards;
}
/*  */
#page_top .blk_2_1_2 {
	padding: 80px 0 50px 0;
	display: flex;
	flex-wrap: wrap;
}
#page_top .blk_2_1_2 .rep_1 {
	width: 50%;
	padding: 0 3.5% 80px 0;
	opacity: 0;
}
#page_top .blk_2_1_2 .rep_1.psa_show {
  animation: kf_anim_1 .6s ease-out 0s 1 normal forwards;
}
#page_top .blk_2_1_2 .rep_1:nth-child(even) {
	padding: 0 0 80px 3.5%;
}
#page_top .blk_2_1_2 .rep_1 h3 {
	font-size: 24px;
	line-height: 1.5;
	padding: 0 0 20px 0;
	transform: translateY(40px);
}
#page_top .blk_2_1_2 .rep_1.psa_show h3 {
  animation: kf_anim_1 .6s ease-out 0s 1 normal forwards;
}
#page_top .blk_2_1_2 .rep_1 p {
	font-size: 16px;
	line-height: 2;
	transform: translateY(60px);
}
#page_top .blk_2_1_2 .rep_1.psa_show p {
  animation: kf_anim_1 .6s ease-out 0s 1 normal forwards;
}
#page_top .blk_2_1_2 .rep_1 p::before {
	display: block;
	content: '';
	width: 100%;
	height: auto;
	left:0;
	top:0;
	padding: 41.63% 0 0 0;
	background-position: 50% 50%;
	background-size: cover;
	margin-bottom: 20px;
	transform: translateY(20px);
}
#page_top .blk_2_1_2 .rep_1.psa_show p::before {
  animation: kf_anim_1 .6s ease-out 0s 1 normal forwards;
}
#page_top .blk_2_1_2 .rep_1:nth-of-type(1) p::before {
	background-image: url('../images/img_1.jpg');
}
#page_top .blk_2_1_2 .rep_1:nth-of-type(2) p::before {
	background-image: url('../images/img_2.jpg');
}
#page_top .blk_2_1_2 .rep_1:nth-of-type(3) p::before {
	background-image: url('../images/img_3.jpg');
}
#page_top .blk_2_1_2 .rep_1:nth-of-type(4) p::before {
	background-image: url('../images/img_4.jpg');
}
#page_top .blk_2_1_2 .rep_1:nth-of-type(5) p::before {
	background-image: url('../images/img_5.jpg');
}
/*
*/
#page_top .blk_3 {
	width: 100%;
	height: 100%;
	min-height: 700px;
	background-color: #2A4073;
	background-image: url('../images/bk_2.jpg');
	background-position: 50% 50%;
	background-size: cover;
}
#page_top .blk_3::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	background: linear-gradient(rgba(42, 64, 115, 1) 0%, rgba(42, 64, 115, 1) 15%, rgba(42, 64, 115, .9) 30%, rgba(42, 64, 115, 0) 80%);
	pointer-events:none;
}
#page_top .blk_3_1 {
	width: 100%;
	height: 100%;
	padding: 100px 0 0 0;
}
/*  */
#page_top .blk_3_1_1 {
	width: 100%;
	max-width: 2080px;
	height: 100%;
	margin: auto;
	padding: 0 7% 0 7%;
}
#page_top .blk_3_1_1 h2 {
}
#page_top .blk_3_1_1 h2 span {
	font-size: 50px;
	line-height: 1;
	font-family: 'Lora', serif;
	display: block;
	color: #ffffff;
	opacity: 0;
	transform: translateY(60px);
}
#page_top .blk_3_1_1.psa_show h2 span {
  animation: kf_anim_1 .6s ease-out 0s 1 normal forwards;
}
/*  */
#page_top .blk_3_1_2 {
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 2080px;
}
#page_top .blk_3_1_2 ul {
	width: 86%;
	display: flex;
	justify-content: space-between;
	margin: auto;
}
#page_top .blk_3_1_2 ul li {
	/* width: 23.5%; */
	width: 23%;
	opacity: 0;
	transform: translateY(40px);
	cursor: pointer;
}
#page_top .blk_3_1_2.psa_show ul li {
  animation: kf_anim_1 .6s ease-out 0s 1 normal forwards;
}
#page_top .blk_3_1_2 ul li:nth-of-type(1) {
	animation-delay: 0s;
}
#page_top .blk_3_1_2 ul li:nth-of-type(2) {
	animation-delay: .2s;
}
#page_top .blk_3_1_2 ul li:nth-of-type(3) {
	animation-delay: .4s;
}
#page_top .blk_3_1_2 ul li:nth-of-type(4)  {
	animation-delay: .6s;
}
#page_top .blk_3_1_2 ul li div {
	width: 100%;
	padding: 100% 0 0 0;
	border-radius: 50%;
	overflow: hidden;
}
#page_top .blk_3_1_2 ul li div::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	left:50%;
	top:50%;
	background-position: 50% 50%;
	background-size: cover;
	transform-origin: 50% 50%;
	transition:.3s ease-out 0s;
	transform: translate(-50%, -50%);
}
#page_top .blk_3_1_2 ul li:nth-of-type(1) div::before {
	background-image: url('../images/img_mem_1.jpg');
}
#page_top .blk_3_1_2 ul li:nth-of-type(2) div::before {
	background-image: url('../images/img_mem_2.jpg');
}
#page_top .blk_3_1_2 ul li:nth-of-type(3) div::before {
	background-image: url('../images/img_mem_3.jpg');
}
#page_top .blk_3_1_2 ul li:nth-of-type(4) div::before {
	background-image: url('../images/img_mem_4.jpg');
}
#page_top .blk_3_1_2 ul li div:hover::before {
	width: 120%;
	height: 120%;
}

#page_top .blk_3_1_2 ul li span {
	position: absolute;
	left:50%;
	top:-20px;
	transform: translate(-50%, -100%);
	font-size: 16px;
	line-height: 1;
	color:#ffffff;
	white-space: nowrap;
}
/*  */
#page_top .blk_3_1_3 {
	display: none;
}
/*
*/
#page_top .blk_4 {
	width: 100%;
	height: 640px;
	background-color: #F4F5F8;
	padding: 100px 0 0 0;
}
#page_top .blk_4_1 {
	width: 100%;
	max-width: 2080px;
	height: 100%;
	margin: auto;
	padding: 0 7% 0 7%;
}
/*
*/
#page_top .blk_4_1_1 {
}
#page_top .blk_4_1_1 h2 {
}
#page_top .blk_4_1_1 h2 span {
	font-size: 50px;
	line-height: 1;
	font-family: 'Lora', serif;
	display: block;
	opacity: 0;
	transform: translateY(60px);
}
#page_top .blk_4_1_1.psa_show h2 span {
  animation: kf_anim_1 .6s ease-out 0s 1 normal forwards;
}
/*
*/
#page_top .blk_4_1_2 {
	width: 100%;
	padding: 100px 0 0 0;
	opacity: 0;
	transform: translateY(40px);
}
#page_top .blk_4_1_2.psa_show {
  animation: kf_anim_1 .6s ease-out 0s 1 normal forwards;
}
#page_top .blk_4_1_2 table {
	margin: auto;
}
#page_top .blk_4_1_2 table tbody {
}
#page_top .blk_4_1_2 table tr {
}
#page_top .blk_4_1_2 table th {
	font-size: 16px;
	line-height: 2;
	padding: 0 50px 20px 0;
	vertical-align: top;
	white-space: nowrap;
}
#page_top .blk_4_1_2.psa_show table th {
  animation: kf_anim_blk_4_1 .6s ease-out 0s 1 normal forwards;
}
#page_top .blk_4_1_2 table td {
	font-size: 16px;
	line-height: 2;
	padding: 0 0 20px 0;
	vertical-align: top;
}
#page_top .blk_4_1_2.psa_show table td {
  animation: kf_anim_blk_4_1 .6s ease-out 0s 1 normal forwards;
}
#page_top .blk_4_1_2 table td * {
	font-size: inherit;
	line-height: inherit;
}
#page_top .blk_4_1_2 table td .nm_tgt_btn_mailto {
	cursor: pointer;
}
#page_top .blk_4_1_2 table td .nm_tgt_btn_mailto:hover {
	border-bottom: 1px solid #2A4073;
}
#page_top .blk_4_1_2 table td .nm_tgt_btn_mailto span {
	display: inline-block;
}
#page_top .blk_4_1_2 table td .nm_tgt_btn_mailto span.mt_at::after {
	content: '@';
}
@keyframes kf_anim_blk_4_1 {
  100% {
		padding-bottom:10px;
		opacity: 1;
  }
}
/*
*/
#mem_win {
	position: fixed;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	/* background-color: rgba(42, 64, 115, .9); */
	z-index: 100010;
	text-align: center;
	padding: 0 40px;
	opacity: 0;
	height: 0;
	overflow-y: auto;
	pointer-events: none;
}
#mem_win::before {
	position: fixed;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	background-color: #2A4073;
	opacity: .9;
}

#mem_win.show {
	opacity: 1;
	height: 100%;
	/* overflow-y: auto; */
	pointer-events: auto;
	transition: opacity .3s ease-out 0s;
}
#mem_win.hide {
	opacity: 0;
	height: 100%;
	pointer-events: auto;
	transition: opacity .4s ease-out .5s;
}
#mem_win.hide_2 {
	height: 0;
	overflow-y: hidden;
	pointer-events: none;
}

#mem_win .back {
	position: fixed;
	left:0;
	top:0;
	right: 0;
	bottom:0;
}
#mem_win .mw_blk_1 {
	display: block;
	top:max(calc((100% - 630px) / 2), 40px);
	width: 100%;
	max-width: 900px;
	height: auto;
	min-height: 630px;
	margin: auto;
	margin-top:0;
	padding: 0 0 40px 0;
	opacity: 0;
	transform: translateY(40px);
}
#mem_win.show .mw_blk_1 {
	opacity: 1;
	margin-top: 0;
	transform: translateY(0);
	transition: opacity .4s ease-out .5s, transform .4s ease-out .5s;
}
#mem_win.hide .mw_blk_1 {
	opacity: 0;
	margin-top:-40px;
	transform: translateY(40px);
	transition: opacity .4s ease-out 0s, margin-top .4s ease-out 0s, transform .0s ease-out .4s;
}
#mem_win .mw_blk_1_1 {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 630px;
	background-color: #ffffff;
	text-align: left;
}
#mem_win .mw_blk_1_1_1 {
	display: table-cell;
	width: 50%;
	padding: 40px;
}
#mem_win .mw_blk_1_1.change_hide .mw_blk_1_1_1 {
	opacity: 0;
	transition: opacity .4s ease-out 0s;
}
#mem_win .mw_blk_1_1.change_show .mw_blk_1_1_1 {
	opacity: 1;
	transition: opacity .4s ease-out 0s;
}
#mem_win .mw_blk_1_1_1 h4 span {
	font-size: 24px;
	line-height: 1.5;
}
#mem_win .mw_blk_1_1_1 div p {
	font-size: 14px;
	line-height: 2;
	padding: 30px 0 0 0;
}
#mem_win .mw_blk_1_1_2 {
	display: table-cell;
	width: 50%;
}
#mem_win .mw_blk_1_1_2 .p {
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
}
#mem_win .change_hide .mw_blk_1_1_2 .p {
	opacity: 0;
	transition: opacity .4s ease-out 0s;
}
#mem_win .change_show .mw_blk_1_1_2 .p {
	opacity: 1;
	transition: opacity .4s ease-out .1s;
}
/*  */
#mem_win .btn_close {
	position: absolute;
	left:calc(100% - 20px);
	top:-30px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
}
#mem_win.show .btn_close {
	opacity: 1;
	pointer-events: auto;
	transition: opacity .4s ease-out .8s;
}
#mem_win.hide .btn_close {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0s .4s;
}
#mem_win .btn_close::before,
#mem_win .btn_close::after {
	position: absolute;
	display: block;
	content: '';
	width: 1px;
	height: 20px;
	left:50%;
	top:0;
	background-color: #ffffff;
	transform-origin: 50% 50%;
	transform: rotate(45deg);
}
#mem_win .btn_close::before {
		transform: rotate(-45deg);
}
/*  */
#mem_win .blk_btn_pn {
	position: absolute;
	left:calc(100% - 101px);
	top:calc(100% - 50px);
	width: 101px;
	height: 50px;
	background-color: #ffffff;
}
#mem_win .blk_btn_pn::after {
	position: absolute;
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	left:50%;
	top:0;
	background-color: #2A4073;
}
#mem_win .blk_btn_pn .btn_prev,
#mem_win .blk_btn_pn .btn_next {
	position: absolute;
	left:0;
	top:0;
	width: 50px;
	height: 50px;
	background-color: #ffffff;
	cursor: pointer;
}
#mem_win .blk_btn_pn .btn_next {
	transform: scaleX(-1);
	left:calc(100% - 50px);
}
#mem_win .blk_btn_pn .btn_prev::after,
#mem_win .blk_btn_pn .btn_next::after {
	position: absolute;
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	left:50%;
	top:50%;
	border-top:1px solid #2A4073;
	border-left:1px solid #2A4073;
	transform: translateX(-50%) rotate(-45deg) ;
	transform-origin: 0 0;
}
#mem_win .blk_btn_pn .btn_prev.disable::after,
#mem_win .blk_btn_pn .btn_next.disable::after {
	border-color: #CBD1DD;
}
/***************************************************************************************************
  responsive
***************************************************************************************************/

@media screen and (max-width: 1000px) {
/*
*/
#page_top_mv {
	top:70px;
	height: calc(100% - 70px);
}
#page_top_mv .blk_mv_1 {
	width:100%;
	height: calc(100vh - 70px);
	left:0;
}
#page_top_mv .blk_mv_1 .blk_i {
}

#page_top_mv .blk_mv_1 .pht:nth-of-type(1) {
	background-position: 15% 50%;
}
#page_top_mv .blk_mv_1 .pht:nth-of-type(2) {
	background-position: 60% 50%;
}
/*
*/
#page_top {
}
#page_top .page_anch {
	top:-68px;
}
/*
*/
#page_top .blk_1 {
	padding: 50px 0 0 0;
	min-height: calc(100% - 68px);
}
#page_top .blk_1_1 {
	max-width: none;
	padding: 0 7% 160px 7%;
}
#page_top .blk_1_1::before {
	width: 140px;
	height:400px;
	left:calc(50% - 70px);
	top:-25px;
}
#page_top .blk_1_1 h2 {
	text-align: center;
}
#page_top .blk_1_1 h2 span {
	font-size: 30px;
}
#page_top .blk_1_1 p {
	font-size: 14px;
	padding: 60px 0 0 0;
}
/*
*/
#page_top .blk_2 {
	padding: 50px 0 0 0;
}
#page_top .blk_2_1 {
	max-width: none;
	padding: 0 7% 10px 7%;
}
/*  */
#page_top .blk_2_1_1 {
}
#page_top .blk_2_1_1 h2 {
	display: flex;
	flex-direction: column-reverse;
}
#page_top .blk_2_1_1 h2 span {
	font-size: 30px;
	text-align: center;
	transform: translateY(40px);
}
#page_top .blk_2_1_1 h2 span.lin_sty_1 {
	font-size: 18px;
	padding: 8px 0 0 0;
	transform: translateY(60px);
}
/*  */
#page_top .blk_2_1_2 {
	padding: 50px 0 0 0;
	display: block;
	max-width: 700px;
	margin: auto;
}
#page_top .blk_2_1_2 .rep_1 {
	width: 100%;
	padding: 0 0 40px 0;
}
#page_top .blk_2_1_2 .rep_1:nth-child(even) {
	padding: 0 0 40px 0;
}
#page_top .blk_2_1_2 .rep_1 h3 {
	font-size: 20px;
	padding: 0 0 10px 0;
}
#page_top .blk_2_1_2 .rep_1 p {
	font-size: 14px;
}
#page_top .blk_2_1_2 .rep_1 p::before {
	margin-bottom: 10px;
}
#page_top .blk_2_1_2 .rep_1:nth-of-type(1) p::before {
}
#page_top .blk_2_1_2 .rep_1:nth-of-type(2) p::before {
}
#page_top .blk_2_1_2 .rep_1:nth-of-type(3) p::before {
}
#page_top .blk_2_1_2 .rep_1:nth-of-type(4) p::before {
}
#page_top .blk_2_1_2 .rep_1:nth-of-type(5) p::before {
}
/*
*/
#page_top .blk_3 {
	height: auto;
	min-height: calc(100% - 68px);
	padding: 0 0 100px 0;
}
#page_top .blk_3::before {

}
#page_top .blk_3_1 {
	width: 100%;
	height: 100%;
	padding: 50px 0 0 0;
}
/*  */
#page_top .blk_3_1_1 {
	max-width: none;
	padding: 0 7% 0 7%;
}
#page_top .blk_3_1_1 h2 {
	text-align: center;
}
#page_top .blk_3_1_1 h2 span {
	font-size: 30px;
}
/*  */
#page_top .blk_3_1_2 {
	position: relative;
	left:0;
	top:0;
	padding: 90px 0 0 0;
	transform: none;
	max-width: 700px;
	margin: auto;

}
#page_top .blk_3_1_2 ul {
	width: 86%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
}
#page_top .blk_3_1_2 ul li {
	width: 46%;
	padding-bottom:14%;
}
#page_top .blk_3_1_2 ul li div {
}
#page_top .blk_3_1_2 ul li div:hover::before {
	width: 100%;
	height: 100%;
}
#page_top .blk_3_1_2 ul li div:active::before {
	width: 120%;
	height: 120%;
}
#page_top .blk_3_1_2 ul li span {
	top:-10px;
	font-size: 14px;
}

/*
*/
#page_top .blk_4 {
	min-height: calc(100% - 68px);
	padding: 50px 0 0 0;
}
#page_top .blk_4_1 {
	max-width: none;
	padding: 0 7% 100px 7%;
}
/*
*/
#page_top .blk_4_1_1 {
}
#page_top .blk_4_1_1 h2 {
	text-align: center;
}
#page_top .blk_4_1_1 h2 span {
	font-size: 30px;
}
/*
*/
#page_top .blk_4_1_2 {
	padding: 50px 0 0 0;
}
#page_top .blk_4_1_2 table {
	display: block;
}
#page_top .blk_4_1_2 table tbody {
	display: block;
}
#page_top .blk_4_1_2 table tr {
	display: block;
}
#page_top .blk_4_1_2 table th {
	display: block;
	text-align: center;
	font-size: 14px;
	padding: 0 0 10px 0;
}
#page_top .blk_4_1_2.psa_show table th {
  animation: kf_anim_blk_4_2 .6s ease-out 0s 1 normal forwards;
}
#page_top .blk_4_1_2 table td {
	display: block;
	text-align: center;
	font-size: 14px;
	padding: 0 0 30px 0;
}
#page_top .blk_4_1_2.psa_show table td {
  animation: kf_anim_blk_4_3 .6s ease-out 0s 1 normal forwards;
}
#page_top .blk_4_1_2 table td * {
}
#page_top .blk_4_1_2 table td .nm_tgt_btn_mailto:hover {
	text-decoration: none;
}
#page_top .blk_4_1_2 table td .nm_tgt_btn_mailto:active {
	text-decoration: underline;
}
#page_top .blk_4_1_2 table td.td_sty_1 span {
	display: block;
}
#page_top .blk_4_1_2 table td .nm_tgt_btn_mailto:hover {
	border-bottom: none;
}
#page_top .blk_4_1_2 table td .nm_tgt_btn_mailto:active {
	border-bottom: 1px solid #2A4073;
}
@keyframes kf_anim_blk_4_2 {
  100% {
		padding-bottom:0;
		opacity: 1;
  }
}
@keyframes kf_anim_blk_4_3 {
  100% {
		padding-bottom:20px;
		opacity: 1;
  }
}
/*
*/
#mem_win {
	z-index: 90000;
	padding: 0 7%;
}
#mem_win::before {
}

#mem_win.show {
}
#mem_win.hide {
}
#mem_win.hide_2 {
}

#mem_win .back {
}
#mem_win .mw_blk_1 {
	top:110px;
	width: 100%;
	max-width: none;
	height: auto;
	min-height: 0;
	margin-top:0;
	padding: 0 0 40px 0;
}
#mem_win.show .mw_blk_1 {
}
#mem_win.hide .mw_blk_1 {
}
#mem_win .mw_blk_1_1 {
	display: flex;
	flex-direction: column-reverse;
	min-height: 0;
}
#mem_win .mw_blk_1_1_1 {
	display: block;
	width: 100%;
	padding: 25px 20px 40px 20px;
}
#mem_win .mw_blk_1_1.change_hide .mw_blk_1_1_1 {
}
#mem_win .mw_blk_1_1.change_show .mw_blk_1_1_1 {
}
#mem_win .mw_blk_1_1_1 h4 {
}
#mem_win .mw_blk_1_1_1 div p {
	padding: 20px 0 0 0;
}
#mem_win .mw_blk_1_1_2 {
	display: block;
	width: 100%;
	height:auto;
	padding: 100% 0 0 0;
}
#mem_win .mw_blk_1_1_2 .p {
}
#mem_win .change_hide .mw_blk_1_1_2 .p {
}
#mem_win .change_show .mw_blk_1_1_2 .p {
}
/*  */
#mem_win .btn_close {
}
#mem_win.show .btn_close {
}
#mem_win.hide .btn_close {
}
#mem_win .btn_close::before,
#mem_win .btn_close::after {
}
#mem_win .btn_close::before {
}
/*  */
#mem_win .blk_btn_pn {
}
#mem_win .blk_btn_pn::after {
}
#mem_win .blk_btn_pn .btn_prev,
#mem_win .blk_btn_pn .btn_next {
}
#mem_win .blk_btn_pn .btn_next {
}
#mem_win .blk_btn_pn .btn_prev::after,
#mem_win .blk_btn_pn .btn_next::after {
}
#mem_win .blk_btn_pn .btn_prev.disable::after,
#mem_win .blk_btn_pn .btn_next.disable::after {
}
/*  */
}
