@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media print, screen and (max-width: 1276px) {
}
@media print, screen and (max-width: 1000px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 480px) {
}

/***************************************************************************
wrapper
****************************************************************************/

#wrapper {
	padding-top: 0px !important;
}

/***************************************************************************
top_img
****************************************************************************/

#top_img {
	padding-top: 44.0625%;
	background-image: url(../../img/index/top_img_pc.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

@media print, screen and (max-width: 1000px) {
#top_img {
	padding-top: 50%;
	background-image: url(../../img/index/top_img_sp.jpg);
}
}

@media only screen and (max-width: 767px) {
#top_img {
	padding-top: 65%;
}
}

@media only screen and (max-width: 480px) {
#top_img {
	padding-top: 80%;
}
}

/***************************************************************************
action_merit
****************************************************************************/

#action_merit {
	margin-bottom: 50px;
	color: #FFFFFF;
	background-color: #009A98;
}
#action_merit .contents {
	max-width: 1200px;
}
#action_merit ul {
	display: flex;
	justify-content: center;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
#action_merit li {
    padding: 20px 40px 20px 40px;
    display: flex;
    align-items: center;
}
#action_merit li:before { 
    content: " ";
    display: block;
    position: absolute;
    height: 70%;
    width: 1px;
    background-color: #FFFFFF;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#action_merit li:nth-child(1):before { 
    display: none;
}

@media print, screen and (max-width: 1276px) {
#action_merit li {
    padding: 1.6vw 3vw 1.6vw 3vw;
}
}

@media only screen and (max-width: 768px) {
#action_merit .contents {
	max-width: 100% !important;
}
}

@media only screen and (max-width: 767px) {
#action_merit {
	margin-bottom: 7.4vw;
}
#action_merit ul {
	flex-wrap: wrap;
	padding-top: 2.5vw;
	padding-bottom: 2.5vw;
}
#action_merit li {
	width: 50%;
    padding: 0;
	display: flex;
	justify-content: center;
}
#action_merit li:before { 
    height: 90%;
}
#action_merit li:nth-child(odd) {
}
#action_merit li:nth-child(even) {
}
#action_merit li:nth-child(-n+2) {
	padding-top: 2vw;
	margin-bottom: 2.5vw;
}
#action_merit li:nth-child(odd):before { 
    display: none;
}
}

/***************************************************************************
action_merit (文字設定)
****************************************************************************/

#action_merit {
    font-size: 20px;
}
#action_merit .txt_s,
#action_merit .lead {
    font-size: 13px;
	display: block;
}
#action_merit .txt_s {
    position: absolute;
    top: 5px;
    left: 2px;
}
#action_merit .toho {
	color: #FDEF04;
	margin-left: 5px;
}
#action_merit .num {
    font-size: 58px;
	font-weight: 700;
	line-height: 0.7;
	letter-spacing: 0em;
}

@media print, screen and (max-width: 1276px) {
#action_merit {
    font-size: 1.6vw;
}
#action_merit .txt_s,
#action_merit .lead {
    font-size: 1.0vw;
}
#action_merit .num {
    font-size: 4.5vw;
}
}

@media only screen and (max-width: 768px) {
#action_merit .txt_s {
    top: 0;
}
}

@media only screen and (max-width: 767px) {
#action_merit {
    font-size: 3.6vw;
}
#action_merit li:nth-child(n+3) {
    font-size: 4vw;
}
#action_merit .txt_s,
#action_merit .lead {
    font-size: 2.9vw;
}
#action_merit .txt_s {
    top: -2vw;
    left: 0.5vw;
}
#action_merit .toho {
	margin-left: 1vw;
}
#action_merit .num {
    font-size: 8vw;
}
}

/***********************************************************************
select_tab
***********************************************************************/

.select_tab {
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}
.select_tab li {
	cursor: pointer;
	width: 33.5%;
	max-width: 335px;
	text-align: center;
	margin-left: 1%;
	padding: 5px 0px 5px 0px;
    border-radius: 70px;
	border: 2px solid #2B448E;
	color: #2B448E;
	font-size: 16px;
	font-weight: bold;
}
.select_tab li:first-child {
	margin-left: 0%;
}
.select_tab li.active {
	border: 2px solid #FFFFFF;
}
.select_tab li span {
	display: inline-block;
	border-bottom: 2px solid #FFFFFF;
	padding: 10px 0px 10px 0px;
}
.select_tab li.active span {
	border-bottom: 2px solid #2B448E;
}

@media only screen and (max-width: 767px) {
.select_tab {
	margin-bottom: 4.8vw;
}
.select_tab li {
	width: 43%;
	padding: 0.6vw 0px 0.6vw 0px;
	font-size: 3.7vw;
}
.select_tab li span {
	padding: 1.3vw 0px 1.3vw 0px;
}
}

/***************************************************************************
landscape
****************************************************************************/

#landscape .box {
	overflow: hidden;
}
#landscape .box .inner {
    width: 2500px;
	height: 450px;
}
#landscape .box .inner img {
    width: auto;
	height: 100%;
}
#landscape .attention {
	padding-top: 1em;
}

.landscape_arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.landscape_arrow .left_arrow,
.landscape_arrow .right_arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.landscape_arrow .left_arrow {
	left: 0;
}
.landscape_arrow .right_arrow {
	right: 0;
}
.landscape_arrow img {
    width: 60px;
	height: auto;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
#landscape .box .inner {
    width: 250vw;
	height: 45vw;
}
.landscape_arrow img {
    width: 10vw;
}
}

/***************************************************************************
train
****************************************************************************/

#train {
	margin-bottom: 35px;
}
#train .section_ttl li:nth-child(1) {
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
#train {
	margin-bottom: 5.3vw;
}
#train .section_ttl li:nth-child(1) {
	margin-bottom: 15vw;
}
}

#train .route .scroll_pic {
	text-align: center;
}
@media screen and (max-width: 480px) {
#train .route .scroll_pic {
	overflow-x: auto; 
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}
/*.route .scroll_pic li {
	height: 228px;
}*/
#train .route .scroll_pic img {
	max-width: inherit;
	width: 643px;
}
}

/***************************************************************************
thumb_fit
****************************************************************************/

.thumb_fit {
	display: flex;
	margin-bottom: 50px;
}
.thumb_fit.thumb_right {
	flex-direction: row-reverse;
}
.thumb_fit .thumb {
	width: 55%;
}
.thumb_fit .thumb img {
	width: 100%;
}
.thumb_fit .exp {
	line-height: 2.14;
}

.thumb_fit .btn.view_all {
	margin-top: 60px;
}
.thumb_left .exp {
	padding-left: 70px;
}
.thumb_right .exp {
	padding-right: 70px;
}

@media print, screen and (max-width: 1000px) {
.thumb_fit {
	margin-bottom: 5vw;
}
.thumb_fit .btn.view_all {
	margin-top: 6vw;
}
.thumb_fit .exp {
	flex: 1;
}
.thumb_left .exp,
.thumb_right .exp {
	padding-left: 4vw;
	padding-right: 4vw;
}
}

@media only screen and (max-width: 767px) {
.thumb_fit {
	flex-direction: column !important;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.thumb_fit .thumb {
	width: 100%;
	margin-bottom: 3vw;
}
.thumb_left .exp,
.thumb_right .exp {
	padding-left: 0vw;
	padding-right: 0vw;
}
.thumb_fit .btn.view_all {
	margin-top: 4vw;
}
}

@media only screen and (max-width: 480px) {
.thumb_fit {
	width: 94%;
}
.thumb_fit .thumb {
	display: none;
}
}

/***************************************************************************
other_station
****************************************************************************/

#other_station {
	margin-bottom: 50px;
}
#other_station .sld {
	display: flex;
	justify-content: space-between;
}
#other_station .sld > div {
	width: 283px;
}
#other_station .thumb {
	margin-bottom: 10px;
}
#other_station .exp  {
	line-height: 1;
}
#other_station .exp .from {
	font-size: 13px;
	letter-spacing: 0.07em;
	margin-bottom: 8px;
}
#other_station .exp .minutes {
	font-size: 24px;
	font-weight: 500;
    text-indent: -0.5em;
	margin-bottom: 10px;
}
#other_station .exp .minutes .icon {
	display: inline-flex;
	width: 23px;
	top: 6px;
	margin-left: 7px;	
}
#other_station .exp .minutes .txt_l {
	font-size: 54px;
	line-height: 0.7;
	color: #1A6877;
	padding-left: 0.1em;
	top: 5px;
}
#other_station .exp .detail {
	font-size: 13px;
	line-height: 1.5;
}

@media print, screen and (max-width: 1000px) {
#other_station {
	margin-bottom: 5vw;
}
#other_station .sld > div {
	width: 28.3vw;
}
#other_station .thumb {
	margin-bottom: 1vw;
}

#other_station .exp .from {
	font-size: 1.2vw;	/* レイアウトシビアな場合は、remではなく、vwで指定。remはベンリだが可変しないため、シームレスではレイアウト崩れる。*/
	margin-bottom: 0.8vw;
}
#other_station .exp .minutes {
	font-size: 2.4vw;
	margin-bottom: 1vw;
}
#other_station .exp .minutes .icon {
	display: inline-flex;
	width: 2.3vw;
	top: 0.6vw;
	margin-left: 0.7vw;
}
#other_station .exp .minutes .txt_l {
	font-size: 5.4vw;
	top: 0.5vw;
}
#other_station .exp .detail {
	font-size: 1.2vw;
}
}

@media only screen and (max-width: 480px) {
#other_station .thumb {
	margin-bottom: 2.5vw;
}
#other_station .exp .from {
	font-size: 3.2vw;
	margin-bottom: 3vw;
}
#other_station .exp .minutes {
	font-size: 6.4vw;
	margin-bottom: 2vw;
}
#other_station .exp .minutes .icon {
	display: inline-flex;
	width: 5.9vw;
	top: 1.5vw;
	margin-left: 2vw;
}
#other_station .exp .minutes .txt_l {
	font-size: 14.4vw;
	top: 0.5vw;
}
#other_station .exp .detail {
	font-size: 2.7vw;
}
}

@media only screen and (max-width: 480px) {  /* sld部分CSS */
#other_station .slick-track {
	width: 100vw !important;
}
#other_station .box {
	width: 100vw;
}
#other_station .slick-list {
  padding: 0 20vw 0 0!important;
}
#other_station .slick-slide {
  margin-right: 10vw;  /* ガター */
}
#other_station .sld_unit {
    margin: 0px 10vw 0px 10vw;  /* ガター分ネガティブマージン */
}
#other_station .box:not(:last-child) .thumb:after {
	content: " ";
	display: block;
	width: 4.5vw;
	height: 9.9vw;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -7.5vw;
	background-image: url(../../dummy/img/sp_slick_arrow_right.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
}

/***************************************************************************
toggle_01
****************************************************************************/

#toggle_01 .upper_block,
#toggle_01 .bottom_block {
	text-align: center;
}

#toggle_01 .bottom_block {
	display: none;
	opacity: 0;
	transition: opacity 1s;
	padding-bottom: 50px;
}
#toggle_01 .bottom_block.active {
	opacity: 1;
}

#toggle_01 .btn_toggle a {
	display: block;
	color: #FFFFFF;
	line-height: 1;
	background-color: #0085B2;
	border-radius: 20px;
	cursor: pointer;
	max-width: 240px;
	margin: 20px auto 20px auto;
	padding: 10px 0px 10px 0px;
	transition: background-color 0.3s, opacity 0.3s !important;
}
#toggle_01 .btn_toggle a:hover {
	background-color: #003362;
	opacity: 1 !important;
}

/*ボタン内文字変更*/

#toggle_01 .btn_toggle a:before {
	display: block;
	text-align: center;
	content: "さらに情報を表示する";
	transition: opacity 0.2s !important;
}
#toggle_01 .btn_toggle a:after {
	display: block;
	text-align: center;
	content: "閉じる";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	opacity: 0;
	transition: opacity 0.2s !important;
}
#toggle_01 .btn_toggle a.active:before {
	opacity: 0;
}
#toggle_01 .btn_toggle a.active:after {
	opacity: 1;
}

/*ボタン内 矢印 変更*/

#toggle_01 .btn_toggle i.arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	border-radius: 20px;
	background-color: #FFFFFF;
	transition: 0.2s;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
#toggle_01 .btn_toggle i.arrow:after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-top: 2px solid #0085B2;
	border-right: 2px solid #0085B2;
	transform: rotate(135deg);
	margin-top: -2px;
}
#toggle_01 .btn_toggle a:hover i.arrow:after {
	border-top: 2px solid #003362;
	border-right: 2px solid #003362;
}
#toggle_01 .btn_toggle a.active i.arrow:after {
	transform: rotate(-45deg);
	margin-top: 2px;
}

@media print, screen and (max-width: 1000px) {
#toggle_01 .bottom_block {
	padding-bottom: 5vw;
}
#toggle_01 .btn_toggle a {
	font-size: 2vw;
	border-radius: 2vw;
	max-width: 32vw;
	margin: 2vw auto 2vw auto;
	padding: 1vw 0px 1vw 0px;
}
#toggle_01 .btn_toggle i.arrow {
	width: 2vw;
	height: 2vw;
	border-radius: 2vw;
	right: 2vw;
}
#toggle_01 .btn_toggle i.arrow:after {
	width: 0.4vw;
	height: 0.4vw;
	border-top: 0.2vw solid #0085B2;
	border-right: 0.2vw solid #0085B2;
	margin-top: -0.2vw;
}
#toggle_01 .btn_toggle a:hover i.arrow:after {
	border-top: 0.2vw solid #003362;
	border-right: 0.2vw solid #003362;
}
#toggle_01 .btn_toggle a.active i.arrow:after {
	margin-top: 0.2vw;
}
}

@media only screen and (max-width: 767px) {
#toggle_01 .btn_toggle a {
	font-size: 2.6vw;
	max-width: 40vw;
	border-radius: 5vw;
	margin: 5vw auto 5vw auto;
	padding: 2vw 0px 2vw 0px;
}
#toggle_01 .btn_toggle i.arrow {
	width: 2.5vw;
	height: 2.5vw;
	border-radius: 2.5vw;
}
#toggle_01 .btn_toggle i.arrow:after {
	width: 0.6vw;
	height: 0.6vw;
	border-top: 0.3vw solid #0085B2;
	border-right: 0.3vw solid #0085B2;
}
#toggle_01 .btn_toggle a:hover i.arrow:after {
	border-top: 0.3vw solid #003362;
	border-right: 0.3vw solid #003362;
}
}

@media only screen and (max-width: 480px) {
#toggle_01 .btn_toggle a {
	font-size: 4vw;
	max-width: 60vw;
	border-radius: 6vw;
	margin: 8vw auto 8vw auto;
	padding: 3vw 0px 3vw 0px;
}
#toggle_01 .btn_toggle i.arrow {
	width: 4vw;
	height: 4vw;
	border-radius: 4vw;
}
#toggle_01 .btn_toggle i.arrow:after {
	width: 0.9vw;
	height: 0.9vw;
	border-top: 0.5vw solid #0085B2;
	border-right: 0.5vw solid #0085B2;
	margin-top: -0.4vw;
}
#toggle_01 .btn_toggle a:hover i.arrow:after {
	border-top: 0.5vw solid #003362;
	border-right: 0.5vw solid #003362;
}
#toggle_01 .btn_toggle a.active i.arrow:after {
	margin-top: 0.4vw;
}
}

/***************************************************************************
toggle_02/toggle_03
****************************************************************************/

#toggle_02 .ttl,
#toggle_03 .ttl {
	font-size: 24px;
	line-height: 1;
    padding: 35px;
	cursor: pointer;
}

@media print, screen and (max-width: 1000px) {
#toggle_02 .ttl,
#toggle_03 .ttl {
    padding: 3.5vw;
}
}

/***************************************************************************
toggle_02
****************************************************************************/

#toggle_02 .event_list {
    background-color: #F0F0F0;
	margin-bottom: 20px;
}
#toggle_02 .ttl .open_icon {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
    width: 30px;
    height: 30px;
}
#toggle_02 .ttl .open_icon span {
    width: 100%;
    height: 2px;
    background-color: #000000;
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
    transition: .4s !important;
}
#toggle_02 .ttl.Close .open_icon span:nth-child(1) {
    transform: rotate(-90deg);
}
#toggle_02 .ttl.Close .open_icon span:nth-child(2) {
    transform: rotate(180deg);
}

#toggle_02 .toggle_display {
	padding: 0px 35px 35px 35px;
}

#toggle_02 table {
	width: 100%;
}
#toggle_02 th,
#toggle_02 td {
	padding: 8px 0px 8px 0px;
}
#toggle_02 td {
	text-align: right;
	white-space: nowrap;
}

@media print, screen and (max-width: 1000px) {
#toggle_02 .event_list {
    margin-bottom: 2vw;
}
#toggle_02 .ttl .open_icon {
	right: 3vw;
    width: 3vw;
    height: 3vw;
}
#toggle_02 .ttl .open_icon span {
    height: 0.2vw;
}
#toggle_02 .toggle_display {
	padding: 0px 3.5vw 3.5vw 3.5vw;
}
}

@media only screen and (max-width: 480px) {
#toggle_02 .ttl .open_icon {
    width: 6vw;
    height: 6vw;
}
}

/***************************************************************************
toggle_03
****************************************************************************/

#toggle_03 {
	margin-bottom: 20px;
}
#toggle_03 .ttl {
	letter-spacing: 0.3em;
	text-align: center;
	background-image: url(../../dummy/img/marble_bg.jpg);
	background-position: center bottom;
	border: 1px solid #DEE8ED;
}

#toggle_03 .ttl .toggle_icon {
	display: block;
	height: 100%;
	width: 10%;
	position: absolute;
	top: 0;
	left: 1vw;
	background-image: url(../../dummy/img/toggle_03_toggle_btn_close.svg);
	background-position: center center;
	background-size: auto 60%;
	background-repeat: no-repeat;
    transition: .4s !important;
}
#toggle_03 .ttl.open .toggle_icon {
    transform:rotate(90deg);    /* 中心を基準点に時計回りに回転する */
}

#toggle_03 .inner {
	display: none;
	padding-top: 20px;
}
#toggle_03 table {
	margin-top: 0 !important;
}
#toggle_03 th,
#toggle_03 td {
	padding: 8px 0px 8px 0px;
}
#toggle_03 td {
	text-align: right;
	white-space: nowrap;
}

@media print, screen and (max-width: 1000px) {
#toggle_03 {
	margin-bottom: 2vw;
}
#toggle_03 .inner {
	padding-top: 2vw;
}
#toggle_03 th,
#toggle_03 td {
	padding: 0.8vw 0px 0.8vw 0px;
}
}

@media only screen and (max-width: 768px) {
#toggle_03 .grid_2 {
	display: block;
}
#toggle_03 .grid_2 table {
	width: 100% !important;
}
}

/***************************************************************************
login_box
****************************************************************************/

#login_box {
	margin-bottom: 50px;
	background-color: #EEEEEE;
}

@media print, screen and (max-width: 1000px) {
#login_box {
	margin-bottom: 5vw;
}
}

/***************************************************************************
login_box(password_box)
****************************************************************************/

#login_box .password_box {
	padding: 40px 0px 40px 0px;
}
#login_box .password_box ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media print, screen and (max-width: 1000px) {
#login_box .password_box {
	padding: 4vw 0px 4vw 0px;
}
#login_box .password_box ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
}

#login_box input[type*="password"],
#login_box input[type*="submit"] {
    border: none;
    outline: none;			/*hover時に水色の枠線が付くのを防ぐ*/
    font-size: 14px;		/*iPhoneで角丸になるのを防ぐ*/
    display: inline-block;
    line-height: 1.6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Cinzel", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}
#login_box input[type*="password"] {
    width: 440px;
	height: 50px;
    padding: 0px 25px 0px 25px;
}
#login_box input[type*="submit"] {
    cursor: pointer;
	color: #FFFFFF;
    width: 100%;
	height: 100%;
  	background-color: rgba(255, 255, 255, 0);
    z-index: 2;
}

@media print, screen and (max-width: 1000px) {
#login_box input[type*="password"] {
    width: 55vw;
	height: 6vw;
    padding: 0px 4vw 0px 4vw;
	margin-bottom: 2vw;
}
#login_box input[type*="submit"] {
    font-size: 2vw !important;
}
}

@media only screen and (max-width: 768px) {
#login_box input[type*="password"] {
    font-size: 20px;
    width: 70vw;
	height: 8vw;
	margin-bottom: 3vw;
}
#login_box input[type*="submit"] {
    font-size: 2.5vw !important;
}
}

@media only screen and (max-width: 570px) {
#login_box input[type*="password"] {
    width: 84vw;
	height: 9.6vw;
}
#login_box input[type*="submit"] {
    font-size: 3vw !important;
}
}

@media only screen and (max-width: 480px) {
#login_box input[type*="password"] {
    width: 94vw;
	height: 12vw;
	margin-bottom: 4vw;
}
#login_box input[type*="submit"] {
    font-size: 3.8vw !important;
}
}

#login_box .btn {
    border-left: 3px solid #144E59;
    width: 180px;
	height: 50px;
	margin-left: 20px;
}

@media print, screen and (max-width: 1000px) {
#login_box .btn {
    border-left: 0.3vw solid #1A6877;
    width: 35vw;
	height: 6vw;
	margin-left: 0px;
}
}

@media only screen and (max-width: 768px) {
#login_box .btn {
    border-left: 0.5vw solid #1A6877;
    width: 40vw;
	height: 7vw;
}
}

@media only screen and (max-width: 570px) {
#login_box .btn {
    width: 48vw;
	height: 8vw;
}
}

@media only screen and (max-width: 480px) {
#login_box .btn {
    border-left: 1vw solid #1A6877;
	height: 11vw;
}
}

/***************************************************************************
placeholder
****************************************************************************/

#login_box ::-webkit-input-placeholder {
    color: #939393;
	font-family: "Cinzel", serif;
	font-size: 16px;
	font-weight: 500;
}
#login_box ::-moz-placeholder {
    color: #939393;
	font-family: "Cinzel", serif;
	font-size: 16px;
	font-weight: 500;
}
#login_box :-ms-input-placeholder {
    color: #939393;
	font-family: "Cinzel", serif;
	font-size: 16px;
	font-weight: 500;
}

@media print, screen and (max-width: 1000px) {
#login_box ::-webkit-input-placeholder {
    font-size: 1.6vw;
	line-height: 6vw;
}
#login_box ::-moz-placeholder {
    font-size: 1.6vw;
	line-height: 6vw;
}
#login_box :-ms-input-placeholder {
    font-size: 1.6vw;
	line-height: 6vw;
}
}

@media only screen and (max-width: 768px) {
#login_box ::-webkit-input-placeholder {
    font-size: 2.5vw;
	line-height: 7vw;
}
#login_box ::-moz-placeholder {
    font-size: 2.5vw;
	line-height: 7vw;
}
#login_box :-ms-input-placeholder {
    font-size: 2.5vw;
	line-height: 7vw;
}
}

@media only screen and (max-width: 570px) {
#login_box ::-webkit-input-placeholder {
    font-size: 3vw;
	line-height: 8vw;
}
#login_box ::-moz-placeholder {
    font-size: 3vw;
	line-height: 8vw;
}
#login_box :-ms-input-placeholder {
    font-size: 3vw;
	line-height: 8vw;
}
}

@media only screen and (max-width: 480px) {
#login_box ::-webkit-input-placeholder {
    font-size: 3.8vw;
	line-height: 11vw;
}
#login_box ::-moz-placeholder {
    font-size: 3.8vw;
	line-height: 11vw;
}
#login_box :-ms-input-placeholder {
    font-size: 3.8vw;
	line-height: 11vw;
}
}

/***************************************************************************
page_link
****************************************************************************/

#page_link .box {
	background-image: url(../../dummy/img/marble_bg.jpg);
	background-position: center bottom;
	width: 300px;
	margin-top: 50px;
}
#page_link .box a {
	font-weight: normal;
	text-decoration: none;
	display: block;
	border-left: 2px solid #1A6877;
	padding: 25px 0px 12px 25px;
	color: #333333;
}
#page_link .box a:hover {
	color: #FFFFFF;
}

@media print, screen and (max-width: 1000px) {
#page_link .box {
	width: 32% !important;
	margin-top: 5vw;
}
#page_link .box a {
	padding: 2.5vw 0px 1.2vw 2.5vw;
}
}

@media only screen and (max-width: 768px) {
#page_link .box a {
	padding: 2vw 0vw 1vw 2vw;
}
}

@media only screen and (max-width: 767px) {
#page_link {
	max-width: 540px !important;
}
#page_link .box {
	width: 48% !important;
}
}

@media only screen and (max-width: 580px) {
#page_link {
	max-width: 94% !important;
}
}

#page_link .disable a {
	pointer-events: none !important;
	cursor: default !important;
	text-decoration: none !important;
	border-left: none;
}
#page_link .disable a:before {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	opacity: 0.6;
	z-index: 1;
}

#page_link .thumb_exp {
	display: block;
}
#page_link .exp {
	font-weight: 500;
	position: absolute;
	left: 195px;
	top: 0;
	transform:rotate(90deg);
	transform-origin:left top;
	white-space: nowrap;
}

@media print, screen and (max-width: 1000px) {
#page_link .thumb {
	display: block;
	width: 65%;
}
#page_link .exp {
	left: 79%;
	top: 0;
}
}

#page_link .exp .en {
	font-size: 22px;
	line-height: 0.8;
}
#page_link .exp .jp {
	top: -2px;
}

@media print, screen and (max-width: 1000px) {
#page_link .exp .en {
	font-size: 1.9vw;
}
#page_link .exp .jp {
	top: -0.2vw;
}
}

@media only screen and (max-width: 768px) {
#page_link .exp .en {
	font-size: 2.5vw;
}
}

@media only screen and (max-width: 480px) {
#page_link .exp .en {
	font-size: 3.5vw;
}
}

#page_link .view_all {
	display: flex;
	align-items: center;
	font-weight: 600;
	margin-top: 10px;
	z-index: 2;
}
#page_link .view_all:after {
	content: " ";
	display: block;
	height: 1px;
	width: 30px;
	background-color: #4C4C4C;
	margin-left: 20px;
}
#page_link .box a:hover .view_all:after {
	background-color: #FFFFFF;
}

@media print, screen and (max-width: 1000px) {
#page_link .view_all {
	margin-top: 1vw;
}
#page_link .view_all:after {
	width: 3vw;
	margin-left: 2vw;
}
}

@media only screen and (max-width: 768px) {
#page_link .view_all {
	margin-top: 2vw;
}
#page_link .view_all:after {
	width: 4vw;
}
}

@media only screen and (max-width: 480px) {
#page_link .view_all {
	margin-top: 3vw;
}
#page_link .view_all:after {
	width: 6vw;
}
}
