@charset "UTF-8";

body{
	width:100%;
	text-align:left;
	font-family: inherit;
	}

body img{
	max-width:100%;
	}

.content{
	font-size:12px;
	line-height:18px;
	}

.area_style{
	padding: 0 18px;
	margin:15px 0;
}

.toptext_area p{
	text-indent:1em;
}

/* 2022/03/08 [WSYS-8887] 株主優待券に関する改修_stocks12ページ作成依頼 - サイト Haruka Arai */
.d-inline-block {
	display: inline-block;
}
.fwb{
	font-weight:bold;
	}
.fcr{
	color:#ff0000;
	}
.line_under{
	text-decoration:underline;
	}

.mrg_top10{
	margin-top:10px;
	}

.st_pad{
	padding-left: 10px;
}

.toptext_area p:nth-child(3){
	margin-top:15px;
}


.subtitle{
	background-color:#1579c6;
	padding:10px 15px;
	text-align:center;
	color:white;
	font-size:15px;
	font-weight:bold;
	}

.subtitle span{
	font-size:10px;
	font-weight:normal;
	}

.privilege_area dt{
	font-weight:bold;
	font-size:14px;
	text-decoration: underline;
}


.privilege_area dd{
	border-bottom: 2px solid #e3e3e3;
	padding-bottom: 10px;
}

.privilege_area dd:last-child{
	border: none;
}

/* WSYS-12019 【フロント・VMDB】株主優待券に関する改修_stocks18ページ作成依頼 20250311 M.Shimizu */
.stocks_detail_table {
	width: 100%;
	max-width: 500px;
	margin: 10px 0;
}

.stocks_detail_btn {
	margin: 24px 3% 60px;
}

.stocks_detail_btn .btnA.red {
	width: 100%;
	margin-inline: auto;
}

.privilege_area dd .stocks_detail_btn {
	margin: 30px 0;
}

.flow_boxstyle{
	margin:15px 0;
	border:3px solid #0b4aa8;
	}

.flow_title{
	background: #0b4aa8;
	color:white;
	padding:10px 0 10px 10px;
	font-weight:bold;
	}

.number_icon{
	color:#0b4aa8;
	background-color:white;
	display:inline-block;
	width:20px;
	border-radius: 50%;
	text-align:center;
	margin-right:6px;
	}

.flow_area dd{
	margin:20px 0;
	padding:0 25px;
	}

.flow_area p{
	margin:20px 0 10px;
	}

.txtalign_cnt{
	text-align:center;
	}

.receive_img{
	width:60%;
	}

/* 2021/08/10 [WSYS-8574] 株主優待券に関する改修_stocks11ぺージ作成依頼 TC.nanri */

.receive_area .layout-content_inner {
	width: 100%;
	margin: 0;
}

/* WSYS-11577 【フロント・VMDB】新規場所追加_広島空港 ロッカー受取 20241024 M.Shimizu */
.receive_area .module-receive .-fee {
	margin: 0 0 60px;
}

.module-receive .-map .-aiport_txt {
	top: 90px;
}

.receive_area .module-receive .-map .-list {
	padding: 0;
}

.receive_area .module-receive .-map .-list li:last-child {
	margin: 0;
}

.receive_area .module-receive .-map_btn {
	padding: 0 3vw 0 0;
	box-sizing: border-box;
}

.receive_area .module-receive .-east .-map_btn {
	padding: 0;
}

.modalBox.airport_modal {
	font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	height: 70%;
	top: 15% !important;
}

.module-link_btn.theme-receive_btn,
.airport_modal .-airport_column .-img{
	box-sizing: border-box;
}

#FooterMenu .footer_menu_list li a:before {
	font-family: FontAwesome;
}

#FooterText {
	font-size: 84%;
}

#FooterText .pc {
	display: block!important;
}

#FooterText .footer_sp_sms {
	margin: 0 auto 1rem;
}

.caution_title {
	color:#cd0000;
	font-size:14px;
	font-weight:bold;
	border-bottom: 3px solid #cd0000;
	padding-bottom: 6px;
	margin-bottom:12px;
}

.caution_ul li:before {
	counter-increment:listnumber;
	content:counter(listnumber)".";
}
.caution_ul {
	margin: 0 0 0 1em;
	text-indent: -1em;
	list-style-position: inside;
	counter-reset: listnumber;
}

.btn_style{
	background: #ff0000; /* Old browsers */
background: -moz-linear-gradient(#ff0000 0%, #d00404 100%);
background: -webkit-linear-gradient(#ff0000 0%, #d00404 100%);
background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff0000), to(#d00404));
background: -o-linear-gradient(#ff0000 0%, #d00404 100%);
background: linear-gradient(#ff0000 0%, #d00404 100%); /* FF3.6-15 */
 /* Chrome10-25,Safari5.1-6 */
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#d00404',GradientType=0 ); /* IE6-9 */

box-shadow:0px 3px 2px -1px #7e0f0f;
-moz-box-shadow:0px 3px 2px -1px #7e0f0f;
-webkit-box-shadow:0px 4px 1px -1px #7e0f0f;

	color:white;
	padding:5px;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	border-radius: 5px;
	}
.btn_area a{
	text-decoration:none;
	}

.btn_style i{
	float: right;
	line-height: 0;
	margin-right: 10px;
}

.btnA.red {
	width: 100%;
	margin: 10px auto 0;
	padding: 4% 4% 4% 0;
}

.stocks_btn_area {
	margin-top: 10px;
}

/* WSYS-11381 【サイト・VMDB】株主優待券に関する改修__stocks17ページ作成依頼 20240905 M.Amamno */
.stocks_btn_area .stocks_btn{
	border-radius: 5px;
	display: inline-block;
	width: 100%;
	padding: 4% 4% 4% 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background:#f00 url(/common/images/cmn/btn_icon_02.png) no-repeat right center;
}
.stocks_btn_area .stocks_btn_02{
	background-color: #27a95d;
}
.stocks_btn_area .stocks_btn_03{
	background-color: #f16028;
}
.stocks_btn_area .stocks_btn_04{
	background-color: #144c99;
}
/* WSYS-11289 【フロント】株主優待ページKOSHIKA誘導修正 20240801 J.Young */
.stocks_btn_area .stocks_btn_05{
	background-color: #4ea72e;
}
.stocks_koshika_box p {
	margin-top: 15px;
}

.stocks_btn_area a{
	text-decoration: none;
}
.stocks_btn span {
	font-size: 13px;
	font-weight: normal;
}

.stocks_tel_area {
	margin-top: 10px;
}

.stocks_logo {
	padding: 0 10px;
	box-sizing: content-box !important;
}

.solid_area .stocks_detail_btn {
	padding: 4% 4% 4% 0;
}

.indent_list li{
	text-indent: -1em;
}

.indent_list{
	margin: 0 0 0 20px;
}

.mgt15{
	margin-top:15px;
}

/* correct_area */

.correct_link {
	margin: 15px 0;
}
.correct_link {
	text-align: center;
}
.correct_link a {
	color: #e11115;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}
.correct_area {
	margin: 20px 18px;
	padding: 15px 10px;
	border: 2px solid #e11115;
}
.correct_area .ttl {
	font-size: 15px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}
.correct_table {
	width: auto;
	margin: 15px 0 15px 0;
}
.correct_table caption {
	text-align: left;
}
.correct_table th {
	padding: 0 5px 0 0;
	font-weight: normal;
}
.correct_area .img {
	margin: 0 0 15px 0;
	text-align: center;
}
.correct_area .img img {
	width: 100%;
}











.stocks_prodrivers .introduction{
	background-color: #fff;
	margin-bottom: 30px;
	font-size: 12px;
}

.stocks_prodrivers .introduction .block{
	border-bottom: 1px solid #0b4aa8;
	padding-bottom: 16px;
	margin-bottom: 20px;
}
.stocks_prodrivers .introduction .block:last-of-type{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.stocks_prodrivers .introduction .title{
	color: #002664;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 20px;
}
.stocks_prodrivers .introduction .list li{
	color: #0b4aa8;
	font-weight: 700;
}
.stocks_prodrivers .introduction .notes{
	font-size: 10px;
}
.stocks_prodrivers .introduction .bg_text{
	background-color: #efefef;
	font-size: 12px;
	padding: 4px;
	margin-top: 4px;
}
.stocks_prodrivers .introduction .bg_text .blue{
	color: #0b4aa8;
	text-decoration: underline;
}


/* WSYS-11381 【サイト・VMDB】株主優待券に関する改修__stocks17ページ作成依頼 20240905 M.Amamno */
.privilege_area dt,
.privilege_area dd{
	padding: 10px;
}

.stocks_prodrivers .solid_title{
	text-align: center;
	background: #000;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	padding: 8px 0;
	margin-bottom: 16px;
	text-decoration: none;
}
.solid_title .mini{
	font-size: 10px;
	display: block;
	line-height: 1.6;
	text-align: center;
	margin-top: 5px;
}


.prodorivers_flow li:nth-child(2) dd{
	margin-bottom: 0;
	text-align: center;
}
.prodorivers_flow li:nth-child(2) dl img{
	width: 60%;
}


.prodrivers_tel_area .tel_text{
	color: #0b4aa8;
	font-size: 12px;
	font-weight: 700;
}

.prodrivers_tel_area .tel_block{
	margin-top: 10px;
	border: 3px solid #0b4aa8;
}
.prodrivers_tel_area .tel_block dt,
.prodrivers_tel_area .tel_block dd{
	padding: 3%;
	margin: 0;
	text-align: center;
}
.prodrivers_tel_area .tel_block dt{
	color: #0b4aa8;
	font-size: 12px;
	font-weight: 700;
	background-color: #fff;
}
.prodrivers_tel_area .tel_block dd{
	background-color: #0b4aa8;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}

.wifi_regist_area{
	margin-bottom: 30px;
}

.wifi_regist_area{
	margin-bottom: 20px;
}
.wifi_regist_area .wifi_regist_block{
	border-color: #da0700;
}
.wifi_regist_area .wifi_regist_block dt{
	color: #da0700;
}
.wifi_regist_area .wifi_regist_block dd{
	background-color: #da0700;
}
.wifi_regist_area .wifi_regist_block dd a{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

.note_frame{
	border: 1px solid #cd0600;
	padding: 3%;
	margin: 3%;
}

/* 20200331 start */
.solid_title.-prov{
	border-bottom: 1px solid #1579c6;
	background: none;
	color: #1579c6;
	padding: 3% 2%;
}

.stocks_attention_area {
	border: 3px solid #ff0000;
	padding: 10px;
	margin: 3%;
}

.ex_list li {
	display: flex;
	justify-content: flex-start;
}

.ex_list .list_head {
	display: block;
}

/* 20200331 end */

/* [WSYS-7882]【当日依頼】株主ページテキスト修正 */
.unlimited_plan{
	font-weight: 700;
}

/* 2022/03/08 [WSYS-8887] 株主優待券に関する改修_stocks12ページ作成依頼 - サイト Haruka Arai */
.stocks_service_box {
	border: solid 1px #002664;
	border-radius: 10px;
	position: relative;
	width: 90%;
	padding: 20px 10px 10px;
	margin: 40px auto;
}
.stocks_service_box img {
	position: absolute;
	width: 50%;
	top: 0px;
	left: 50%;
	transform: translate(-50%,-50%);
}
.stocks_service_image_in_box {
	border: solid 1px #002664;
	border-radius: 10px;
	width: 90%;
	padding: 20px 10px 10px;
	margin: -10px auto 40px;
}
/* WSYS-10783 【サイト・VMDB】株主優待券に関する改修_stocks16ページ作成依頼 20240307 M.Amano */
a.stocks_tel {
	font-size: 2rem;
	color: #fd0000;
	text-decoration: none;
}
.gw_stocks_btn {
	margin: 10px 0 0;
}
.gw_stocks_btn .stocks_btn {
	background: #144c99 url(/common/images/cmn/btn_icon_11.png) no-repeat right center;
}
.vg_stocks_brn {
	margin: 10px 0;
}
#gw_stocks_content {
	padding-top: 50px;
	margin-top: -50px;
}
.bg_white{
	background-color: #ffffff;
}

.fwSyuiro {
	color: #C9171E;
	font-size: 0.8em;
	margin-left: 1em;
    font-weight: normal;
}

.fwSyuiro11 {
	color: #C9171E;
	font-size: 0.8em;
	margin-left: 0em;
    font-weight: normal;
}

.fwStrike {
	text-decoration: line-through;
	text-decoration-style: double;
}

/* WSYS-11381 【サイト・VMDB】株主優待券に関する改修__stocks17ページ作成依頼 20240905 M.Amamno */
.more-info-block {
	display: flex;
	justify-content: center;
}

.more-info-button {
	display: inline-block;
	border-bottom: 2px solid #000;
}

.more-info-button:hover {
	cursor: pointer;
}

.more-info-button p:after {
	content: "\f078";
	font-weight: 900;
	font-family: "font awesome 5 free";
	padding-left: 10px;
}

.more-info-button p.active:after {
	content: "\f077";
}

.more-info-detail {
	display: none;
}