@charset "utf-8";

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

body {
	overflow-x: visible;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	line-height: 1.45em;
}

#ContentsWrap *{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

/* 2022/03/08 [WSYS-8887] 株主優待券に関する改修_stocks12ページ作成依頼 - サイト Haruka Arai */
.d-inline-block {
	display: inline-block;
}

.main_txt{
	background:#fff;
	font-size:16px;
	padding:30px 40px;
}
/* WSYS-12019 【フロント・VMDB】株主優待券に関する改修_stocks18ページ作成依頼 20250311 M.Shimizu */
.solid_area .stocks_detail_table {
	width: 100%;
	max-width: 400px;
	margin: 10px 0;
}
.solid_area .stocks_detail_table td {
	border-bottom: none;
}
.solid_area .stocks_detail_table .last td {
	padding-bottom: 0;
}
.tokuten th,
.tokuten td{
	border-bottom:2px solid #f0f0f0;
	font-size:16px;
	line-height:1.5;
	padding:10px 0;
}
.tokuten tr:last-child th,
.tokuten tr:last-child td{
	border-bottom:none;
}
.tokuten tr:first-child th,
.tokuten tr:first-child td{
	padding-top:0;
}

.tokuten th{
	font-weight:700;
	text-align:left;
	padding-right:15px;
	width:170px;
}
.solid_area .stocks_detail_btn {
	margin: 20px 0;
	text-align: center;
}

.notes_list{
	color:#fd0000;
	font-size:12px;
	font-weight:700;
}

.flow_area{
	font-size:16px;
}
.flow_area .col{
	background:#fff;
	border:3px solid #0b4aa8;
}
.one_column .img{
	float:left;
	padding:20px 30px;
	width:240px;
}
.one_column .txt{
	float:left;
	padding:30px 10px;
	width:730px;
}
/* WSYS-12019 【フロント・VMDB】株主優待券に関する改修_stocks18ページ作成依頼 20250311 M.Shimizu */
.three_column.flow_area_inner {
	display: flex;
	justify-content: space-between;
}
.three_column.flow_area_inner::after {
	content: none;
}
.three_column .col {
	width: 31%;
}
.three_column .col:first-child{
	margin-left:0;
}

.flow_area .ttl {
	background:#0b4aa9;
	color:#fff;
	font-size: 16px;
	padding: 8px 10px;
}
.three_column .txt{
	padding:10px 15px;
	min-height:120px;
}
.flow_area .ttl .round{
	border-radius:50%;
	background:#fff;
	color:#0b4aa9;
	display:inline-block;
	font-size:16px;
	margin-right:10px;
	line-height:30px;
	text-align:center;
	width:30px;
}
.three_column img {
	padding: 8px;
}

/* 2021/08/10 [WSYS-8574] 株主優待券に関する改修_stocks11ぺージ作成依頼 TC.nanri */
.stocks_airport,
.-modal_title,
.module-link_btn,
.-note{
	font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.stocks_airport .layout-content_inner {
	width: 974px;
}

.-link .module-link_btn {
	color: #fff;
}
.-link .module-link_btn:hover {
	color: #07308c;
}

.modalBox .popup_close_btn {
	border: 0;
}

.stocks_airport .module-receive .-map {
	height: 500px;
}

.stocks_airport .airport_text {
	margin: 30px 60px 20px;
}

.number > li{
	font-size:12px;
	list-style-type:decimal;
	line-height:1.8;
	margin:0 0 0 1em;
}
.number a {
	color: #0a4087;
	text-decoration: underline;
}

.note_title{
	border-bottom:1px solid #cd0000;
	color:#cd0000;
	font-size:16px;
	font-weight:400;
	margin-bottom:15px;
	padding:0 0 6px;
}

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

/* WSYS-12019 【フロント・VMDB】株主優待券に関する改修_stocks18ページ作成依頼 20250311 M.Shimizu */
.stocks_btn_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: auto;
	margin: 15px 17px 0 17px;
	font-size: 0;
	line-height: 1.4;
}
.stocks_btn_area .stocks_block {
	display: table-cell;
}
.stocks_btn_area .stocks_btn {
	border-radius: 5px;
	display: block;
	padding: 13px 35px 13px 15px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background:#f00 url(/common/images/cmn/btn_icon_02.png) no-repeat right center ;
	text-decoration: none;
	display: inline-block;
}

.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 .stocks_btn:hover{
	opacity: 0.8;
	background-position: right -5px center;
	-webkit-transition:background-position .1s ease-in;
	-moz-transition:background-position .1s ease-in;
	-o-transition:background-position .1s ease-in;
	transition:background-position .1s ease-in;
}
.stocks_btn_area .stocks_btn span{
	display: block;
	font-size: 12px;
}
.stocks_tel_area {
	margin-top: 15px;
}

.indent_list{
	margin: 0 0 0 20px;
	color: #000;
	font-weight: normal;
}

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

.st_pad{
	padding-left: 15px;
}

/* correct_area */

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

.stocks_prodrivers #ContentsWrap{
	padding-bottom: 50px;
}

.stocks_prodrivers .introduction{
	background-color: #fff;
	padding: 34px;
	margin-bottom: 50px;
	font-size: 16px;
}

.stocks_prodrivers .introduction .block{
	border-bottom: 1px solid #0b4aa8;
	padding-bottom: 20px;
	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: 24px;
	margin-bottom: 30px;
}
.stocks_prodrivers .introduction .list li{
	color: #0b4aa8;
	font-weight: 700;
}
.stocks_prodrivers .introduction .notes{
	font-size: 12px;
}
.stocks_prodrivers .introduction .bg_text{
	background-color: #efefef;
	font-size: 14px;
	padding: 4px;
	margin-top: 4px;
}
.stocks_prodrivers .introduction .bg_text .blue{
	color: #0b4aa8;
	text-decoration: underline;
}

.solid_title{
	text-align: center;
	background: #000;
	font-weight: 700;
	font-size: 22px;
	color: #fff;
	padding: 8px 0;
}

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

.prodrivers_tel_area .tel_block{
	margin-top: 10px;
	display: flex;
	border: 3px solid #0b4aa8;
}
.prodrivers_tel_area .tel_block dt,
.prodrivers_tel_area .tel_block dd{
	padding: 20px 10px 20px 30px;
}
.prodrivers_tel_area .tel_block dt{
	color: #0b4aa8;
	font-size: 18px;
	font-weight: 700;
	width: 64%;
	background-color: #fff;
}
.prodrivers_tel_area .tel_block dd{
	background-color: #0b4aa8;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	flex: 1;
}

.prodrivers_flow_wrap{
	margin-top: 30px;
}

.wifi_regist_area{
	margin-bottom: 30px;
}
.wifi_regist_area .wifi_regist_block{
	border-color: #da0700;
}
.wifi_regist_area .wifi_regist_block dd{
	background-color: #da0700;
}
.wifi_regist_area .wifi_regist_block dt{
	color: #da0700;
}
.wifi_regist_area .wifi_regist_block dd a{
	color: #fff;
	font-size: 18px;
	display: block;
}

.note_frame{
	border: 1px solid #cd0600;
	padding: 30px;
}

/* 2022/03/08 [WSYS-8887] 株主優待券に関する改修_stocks12ページ作成依頼 - サイト Haruka Arai */
.stocks_prodrivers .introduction .-flelist li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.stocks_prodrivers .introduction .-flelist span{
	margin-right: 65%;
}

/* 20200331 start */
.solid_title.-prov {
	text-align: left;
	background: none;
	font-weight: 700;
	font-size: 22px;
	color: #002664;
	padding-inline: 10px;
	padding-bottom: 0;
	border-bottom: 1px solid #002664;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.solid_title.-prov br{
	display: none;
}

/* WSYS-11381 【サイト・VMDB】株主優待券に関する改修__stocks17ページ作成依頼 20240905 M.Amamno */
.stocks_attention_area {
	border: 3px solid #ff0000;
	padding: 10px;
	margin: 30px 0;
}

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

.ex_list .list_head {
	display: block;
}

/* 20200331 end */

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

.Call_Center_Attention {
	font-size: 1em;
	padding: 0 15px 15px;
}

/* 2022/03/08 [WSYS-8887] 株主優待券に関する改修_stocks12ページ作成依頼 - サイト Haruka Arai */
.stocks_service_box {
	border: solid 1px #002664;
	border-radius: 10px;
	position: relative;
	width: 100%;
	padding: 40px 20px 20px;
	margin-bottom: 50px;
}
.stocks_service_box img {
	position: absolute;
	width: 300px;
	top: 0px;
	left: 50%;
	transform: translate(-50%,-50%);
}
/* WSYS-12019 【フロント・VMDB】株主優待券に関する改修_stocks18ページ作成依頼 20250311 M.Shimizu */
.btnA.red {
	border-radius: 5px;
}
.btnA.red:hover {
	opacity: 0.7;
}
.stocks_service_box .stocks_btn_area.glamping_btn {
	flex-direction: column;
	align-items: flex-start;
}
/* WSYS-10783 【サイト・VMDB】株主優待券に関する改修_stocks16ページ作成依頼 20240307 M.Amano */
.stocks_service_row_box {
	display: flex;
	border: solid 1px #002664;
	border-radius: 10px;
	padding: 20px;
	align-items: center;
}
.stocks_service_row_box_image {
	width: 50%;
	margin-right: 20px;
}
.stocks_service_row_box_contents {
	width: 50%;
}
a.stocks_tel {
	font-size: 3rem;
	color: #fd0000;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
.gw_stocks_btn .stocks_btn {
	background: #144c99 url(/common/images/cmn/btn_icon_11.png) no-repeat right center;
}
.gw_stocks_btn .stocks_btn:hover {
	background-position: right bottom 3px;
}
.vg_stocks_brn {
	margin: 10px 0;
}
.vg_stocks_brn .stocks_btn {
	padding: 13px 0;
}
#gw_stocks_content {
	padding-top: 150px;
	margin-top: -150px;
}
.bg_lightgray{
	background-color: #f8f8f8;
}
.stocks_logo {
	padding: 0 15px;
	box-sizing: content-box !important;
}

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

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

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

/* WSYS-11381 【サイト・VMDB】株主優待券に関する改修__stocks17ページ作成依頼 20240905 M.Amamno */
.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;
}