@charset "UTF-8";
/*base*/
* {
	margin:0px;
	padding:0px;
	font-style:normal;
}
header,footer,nav,section,article {
	display:block;
}
html {
	font-size:62.5%;
	overflow-y:scroll;
}
body {
	font-size:1.2em;
	font-family:Meiryo,"メイリオ",Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color:#000000;
	background:#ffffff;
}
ul li {
	list-style-type:none;
	list-style-position:outside;
}
ol li {
	list-style-position:outside;
	margin:0px 0px 5px 2em;
}
p {
	line-height: 150%;
}
/*float*/
.left {
	float:left;
}
.right {
	float:right;
}
.cl {
	clear:both;
}
.clearfix:before,.clearfix:after {
	content:" ";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	*zoom:1;
}
* html .clearfix {
	zoom: 1;
}
/* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
}
/* IE7 */
/*text-align*/
.alignleft {
	text-align:left !important;
}
.alignright {
	text-align:right !important;
}
.aligncenter {
	text-align: center !important;
}
/*vertical-align*/
.aligntop {
	vertical-align:top !important;
}

.alignmiddle {
	vertical-align:middle !important;
}
.alignbottom {
	vertical-align: bottom !important;
}
/*link*/
a img {
	border-style:none;
}
a:hover img {
	opacity:0.6;
}
A:link {
	color:#cc0000;
	text-decoration:none;
}
A:active {
	color:#cc0000;
	text-decoration:underline;
}
A:visited {
	color:#cc0000;
	text-decoration:none;
}
A:hover {
	color:#cc0000;
	text-decoration: underline;
}
/*header*/
header {
	width:100%;
	height:136px;
	border-bottom:1px solid #cccccc;
	position:relative;
}
header div.inner {
	margin-left: -600px;
	width:1200px;
	position:absolute;
	top:50px;
	left: 50%;
}
header h1 {
	float:left;
	margin-left:10px;
}

header h1 a.logo_jp{
	display: inline-block;
	text-decoration: none;
	text-indent: -9999px;
	width: 279px;
	height: 76px;
	background: url('../img/logo_jp.gif?date=20240910') left top no-repeat;
	cursor: default;
}
header h1 a.logo_kr{
	display: inline-block;
	text-decoration: none;
	text-indent: -9999px;
	width: 279px;
	height: 76px;
	background: url('../img/logo_kr.gif') left top no-repeat;
	cursor: default;
}
header h1 a.logo_cn{
	display: inline-block;
	text-decoration: none;
	text-indent: -9999px;
	width: 279px;
	height: 76px;
	background: url('../img/logo_cn.gif') left top no-repeat;
	cursor: default;
}
header h1 a.logo_tw{
	display: inline-block;
	text-decoration: none;
	text-indent: -9999px;
	width: 279px;
	height: 76px;
	background: url('../img/logo_tw.gif') left top no-repeat;
	cursor: default;
}
header h1 a.logo_en{
	display: inline-block;
	text-decoration: none;
	text-indent: -9999px;
	width: 279px;
	height: 76px;
	background: url('../img/logo_en.gif') left top no-repeat;
	cursor: default;
}
header h1 a.logo_vt{
	display: inline-block;
	text-decoration: none;
	text-indent: -9999px;
	width: 279px;
	height: 76px;
	background: url('../img/logo_vt.gif') left top no-repeat;
	cursor: default;
}


header h1 a.logo_tabelog{
	display: inline-block;
	text-decoration: none;
	text-indent: -9999px;
	width: 279px;
	height: 76px;
	background: url('../img/tabelog_logo.jpg') center no-repeat;
	cursor: default;
}

header h1 a.logo_matcha{
	display: inline-block;
	text-decoration: none;
	text-indent: -9999px;
	width: 279px;
	height: 76px;
	background: url('../img/matcha_logo.jpg') center no-repeat;
	cursor: default;
}

header h1 a.logo_kinuya{
	display: inline-block;
	text-decoration: none;
	text-indent: -9999px;
	width: 430px;
	height: 59px;
	background: url('../img/kinuya_logo.png') left bottom no-repeat;
	cursor: default;
}

header h1 a.logo_voyagin{
	display: inline-block;
	text-decoration: none;
	text-indent: -9999px;
	width: 279px;
	height: 76px;
	background: url('../img/voyagin_logo.png') center no-repeat;
	cursor: default;
}



header div.inner a.right img {
	margin:8px 10px 0px 0px;
}
header div.header_txt {
	position:absolute;
	width:100%;
	top:0;
}

header div.header_txt .header_txt_inner {
	width: 100%;
	padding:8px 10px;
	background-color:#e7e7e7;
}

header div.header_txt p {
	margin: 0 auto;
	width: 1200px;
}

.header_txt .header_currency {
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

.header_txt .header_currency #currencyForm {
	position: absolute;
	right: 0;
	top: 0;
}

.header_txt .header_currency select {
	color: #ffffff;
	box-sizing: border-box;
	min-width: 156px;
	min-height: 42px;
	border: 0;
	background: #000000 url("../img/form_drop_3.png") right center no-repeat;
}

/*section*/
section {
	clear:both;
	width:1200px;
	margin: 20px auto 40px;
}
/*article*/
article {
}
/*footer*/
footer {
	width:100%;
}
footer address.callcenter {
	border-top:1px solid #cccccc;
	padding:20px 0px;
	text-align:center;
	font-size:1.2em;
	font-style:normal;
}
footer address.callcenter .footer_logoblock {
	margin: 0 auto;
	display: table;
}

footer address.callcenter .txt_callcenter {
	padding-right: 20px;
	display: table-cell;
	font-weight: bold;
	vertical-align: middle;
	font-size: 1.5em;
}

footer address.callcenter .footer_logo {
	display: table-cell;
}
footer address.callcenter .footer_addressblock {
	margin: 10px auto 0;
	display: table;
	line-height: 1;
}
footer address.callcenter .callcenter_tel {
	padding-right: 20px;
	display: table-cell;
	font-weight: bold;
	font-size: 1.5em;
}
footer address.callcenter .callcenter_hours {
	display: table-cell;
}
/* NWI-757 コールセンターの営業時間変更 */
footer address.callcenter div.nwi-757 {
	padding: 0px 20px;
}
footer address.callcenter div.nwi-757.tw{
	display: inline-flex;
	flex-direction: column;
    justify-content: center;
}
footer address.callcenter div.nwi-757.tw .contact_box{
	margin: 5px 0;
}
footer address.callcenter div.nwi-757.tw p{
	vertical-align: middle;
	margin-top: 0;
	justify-content: center;
}
footer address.callcenter div.nwi-757 p {
	text-align: center;
}
.nwi-757 .contact_box p {
	display: inline-flex;
	align-items: center;
	font-weight: normal;
    margin: 0 10px;
}
.nwi-757 .contact_box p::before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 5px;
}
.nwi-757 .contact_box p.mail::before {
	background: url(../images/icon_mail.png) no-repeat;
	background-position: center;
  	background-size: contain;
}
.nwi-757 .contact_box p.tel::before {
	background: url(../images/icon_phone.png?date=20230831) no-repeat;
	background-position: center;
  	background-size: contain;
}
.nwi-757 .contact_box p.facebook::before {
	background: url(../images/icon_facebook.png) no-repeat;
	background-position: center;
  background-size: contain;
}
.nwi-757 .contact_box p.whatsapp::before {
	background: url(../images/icon_whatsapp.png) no-repeat;
	background-position: center;
    background-size: contain;
}
.nwi-757 .contact_box p.facebook a{
	cursor: pointer;
}
.nwi-757 p.time{
	margin-top: 10px;
}
@media screen and (max-width: 767px){
	.nwi-757 .contact_box{
		display: inline-flex;
		flex-direction: column;
	}
	.nwi-757 .contact_box p{
		padding: 3px;
		margin: 0;
	}
	
}

footer address.vision {
	border-top:1px solid #cccccc;
	padding:20px 0px;
	text-align:center;
	font-size:1.2em;
	font-style:normal;
}
footer address.vision img {
	vertical-align:middle;
	margin-right:2em;
}
footer address.vision span.ad_vision {
	display:inline;
}
footer address.vision span.ad_vision_sp {
	display:none;
}
footer div.graybase {
	padding:10px 10px 6px;
	background:#e7e7e7;
}
footer div.graybase div.seal {
	float:left;
}
#ss_gmo_img_wrapper_100-50_image_ja {
	float:left;
}
#ss_gmo_img_wrapper_100-50_image_ja img {
	width:100px;
	height:50px;
}
footer div.graybase div.seal img.seal {
	margin-left:5px;
}
footer div.graybase p.copyright {
	float:right;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
	width:271px;
	height:15px;
	background:url('../img/copyright.gif') right top no-repeat;
	margin-top: 36px;
}
/*h*/
h2 {
	display:block;
	text-decoration:none;
	width:1200px;
	height: 70px;
	font-size: 2.5em;
	line-height: 70px;
	text-indent: 35px;
	font-weight: normal;
	color: #ffffff;
	background:#000000 url('../img/h2.gif') left top no-repeat;
}
.bg_shuriken {
	font-size:2.3em;
	font-weight:normal;
	line-height:1;
	padding:14px 17px;
	background:#cccccc url('../img/bg_shuriken.gif') right top no-repeat;
}
.bottom_dot {
	font-size:2em;
	font-weight:normal;
	line-height:1;
	padding:20px 0px 16px 0px;
	background: url('../img/bottom_dot.gif') left bottom repeat-x;
}
.bg_ccc {
	font-size:1.8em;
	font-weight:normal;
	line-height:1.8em;
	padding:0px 0.5em;
	background:#cccccc;
}
/*width*/
.half {
	width:50%;
}
*:first-child+html .half {
	width: 49%;
}
/* IE7 */
.full {
	width:100%;
}
.w50 {
	width:50px;
}
.w109 {
	width:109px;
}
.w109 {
	width: 109px;
}
.w124 {
	width:124px;
}
.w131 {
	width:131px;
}
.w140 {
	width:140px;
}
.w230 {
	width:230px;
}
.w270 {
	width:270px;
}
.w278 {
	width:278px;
}
.w280 {
	width:280px;
}
.w290 {
	width:290px;
}
.w300 {
	width:300px;
}
.w420 {
	width: 420px;
}
.w435 {
	width: 435px;
}
.w593 {
	width: 593px;
}
.w615 {
	width: 615px;
}

/*padding*/
.pdt5 {
	padding-top:5px;
}
.pdr10 {
	padding-right:10px;
}
/*margin*/
.mgt05 {
	margin-top:5px;
}
.mgt10 {
	margin-top:10px;
}
.mgt15 {
	margin-top:15px;
}
.mgt20 {
	margin-top:20px !important;
}
.mgt25 {
	margin-top:25px;
}
.mgt30 {
	margin-top:30px;
}
.mgt40 {
	margin-top:40px !important;
}
.mgt50 {
	margin-top:50px !important;
}
.mgt120 {
	margin-top:120px !important;
}
.mgr10 {
	margin-right:10px;
}
.mgr20 {
	margin-right:20px;
}
.mgr30 {
	margin-right:30px;
}
.mgl30 {
	margin-left:30px;
}
.mgauto {
	margin: 0px auto !important;
}
/*line-height*/
.lh01 {
	line-height:1px;
}

.lh30 {
	line-height:30px;
}

.lh40 {
	line-height:40px;
}
/*fontsize*/
.txt_reset {
	font-size:1em;
}
.txt_14 {
	font-size:1.2em;
}

.txt_16 {
	font-size:1.3em;
}

.txt_18 {
	font-size: 1.5em;
}
/*fontweight*/
.txt_bold {
	font-weight:bold;
}
.txt_normal {
	font-weight: normal;
}

/*indent*/
.txt_ind{
	text-indent: 50px;
}

/*color*/
.col_c00 {
	color:#cc0000;
}
.col_666 {
	color: #666666;
}
/*icon*/
.icon_link {
	padding:5px 0px 5px 30px;
	background:url('../img/icon_link.gif') 0px 3px no-repeat;
}
.icon_link_square {
	padding:2px 0px 2px 25px;
	font-size: 1.3em;
	background:url('../img/icon_link_square.gif') 0px 3px no-repeat;
}
.icon_newwin {
	padding:5px 0px 5px 30px;
	background: url('../img/icon_newwin.gif') 0px 3px no-repeat;
}
/*div*/
.box_line_01 {
	border:1px solid #cccccc;
	padding:20px;
}
.box_line_02 {
	border:3px solid #7fbae0;
	padding: 15px;
}
.box_line_03 {
	border:1px solid #cc0000;
	padding:20px;
	margin-left: 5%;
	margin-right: 5%;
}
.box_color_01 {
	padding:20px;
	background: #fae8e8;
}
.box_color_02 {
	padding:20px;
	background: #fef5e2;
}

/*fontweight*/
.txt_bold {
	font-weight:bold;
}
.txt_20 {
    font-size: 1.7em;
}
.icon_circle {
	padding: 2px 0px 2px 13px;
	background:url('../img/icon_circle.png') 0px 7px no-repeat;
}

/* white-space*/
.ws_nowrap {
	white-space:nowrap;
}

/*table*/
table {
	width:100%;
	border-spacing:0px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}
table th,table td {
	line-height:160%;
	padding:5px 10px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
/*background*/
.cl_f3f3f3 {
	background-color: #f3f3f3;
}
.cl_fff3da {
	background-color: #fff3da;
}

/*hr*/
hr.line_ccc {
	height:1px;
	border:none;
	border-top: 1px solid #cccccc;
}
/*form*/
input.txt,select {
	display:block;
	border:1px solid #cccccc;
	background-color:#ffffcc;
	color:#666666;
	font-size:1.2em;
	height:30px;
	padding:0px 10px;
	border-radius:0;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border-radius:0;
}
select::-ms-expand {
	display:none;
	display:block\9;
	*display: block;
}

/*追加*/
/*.r-bnt {
margin:0;
padding:10px 0 5px 0;
text-align:center;
}*/

#form_step03-doui {
	width:893px;
	margin:50px 0 0 0;
	border:1px #CBCCCC solid;
	background-color:#F3F3F3;
	text-align:center;
}
.form_step03-doui01 {
	font-size:16px;

	padding:10px 0 10px 0;
}
.form_step03-doui02 {
	padding:0 0 10px 0;
	line-height:20px;
}
.form_step03-doui02 img {
	width:16px;
}
.form_step03-doui02 a {
	color:#CC0000;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;

}
.form_step03-doui02 a:hover {
	color:#CC0000;
	font-weight:normal;
	text-decoration:underline;
	background-color:#F3F3F3;
}
.form_step03-doui03 {
	padding:0 0 10px 0;
	font-size:16px;
	line-height:20px;
}
#form_step04 {
	width:1200px;
	margin:0;
	padding:0;
	text-align:center;
}
.form_step04-info1 {
	width:1200px;
	margin:30px 0 0 0;
	text-align:center;
	font-size:14px;
}
.form_step04-info2 {
	width:1200px;
	margin:20px 0 0 0;
	border:1px #CBCCCC solid;
	background-color:#F3F3F3;
}
.form_step04-info2 p {
	width:1200px;
	margin:0;
	padding:10px 0;
	font-size:14px;
	color:#CC0000;
}

.hankaku {
	ime-mode: disabled;
}

.reminder {
	text-align:center;
	margin: 10px auto;
}
.reminder a {
	color: #0066cc;
}

.device-sel {
	width: 200px;
}

/* Media Queries==========================================================================*/
@media screen and (max-width:1200px) {
	header div.header_txt .header_txt_inner {
		width:1180px;
	}
	header div.inner {
		margin-left: -510px;
		width:1200px;
	}
}
@media screen and (max-width:799px) {
	html {
		-webkit-text-size-adjust:none;
	}
	img {
		max-width:100%;
		height:auto;
	}
	header#lp {
		height:205px;
	}
	header div.header_txt .header_txt_inner {
		width: 100%;
	}
	header div.inner {
		margin-left: 10px;
		width:100%;
		left: auto;
	}
	header h1,header div.inner a.right {
		float:none;
	}
	header h1 {
		margin-left:0px;
		padding-top: 20px;
		text-align:center;
	}
	header div.inner a.right img {
		display:block;
		margin:10px auto;
	}
	header div.header_txt p {
		width: 100%;
	}
	.header_txt .header_currency{
		width:100%;
	}
	section,h2 {
		width:100%;
	}
	input.txt,select {
		font-size:1.4em;
	}

	footer div.graybase div.seal,footer div.graybase p.copyright {
		float:none;
	}
	footer div.graybase div.seal {
		width:400px;
		margin:0px auto;
	}
	footer div.graybase p.copyright {
		clear:both;
		margin:10px auto;
	}
	.r-bnt {
		margin:0;
		padding:10px 0 5px 0;
		text-align:center;
	}
	.r-bnt img {
		width:730px;
	}

	header h1{
		text-align: center;
		padding-top: 30px;
	}
	header h1 a.logo_jp, header h1 a.logo_en, header h1 a.logo_kr, header h1 a.logo_vt,
	header h1 a.logo_cn, header h1 a.logo_tw {
		width: 180px;
		background-size: 100%;
	}
	header h1 a.logo_tabelog{
		width: 150px;
		height: 40px;
		background-size: 100%;
	}

	header h1 a.logo_matcha{
		width: 150px;
		height: 30px;
		background-size: 100%;
	}

	header h1 a.logo_kinuya{
		background-size: 95%;
		height: 55px;
	}

	header h1 a.logo_voyagin{
		width: 150px;
		height: 55px;
		background-size: 90%;
	}
	
	.device-sel {
		width: 80px;
	}
}
@media screen and (max-width:699px) {
	header {
		height:133px;
	}
	header#lp {
		height:170px;
	}
	header div.header_txt {
		display:block;
		position:absolute;
		width:100%;
		top:0px;
	}
	header div.header_txt .header_txt_inner {
		width:95%;
		background-color:#e7e7e7;
	}
	header div.header_txt p {
		width: auto;
	}
	header div.header_txt .header_currency {
		margin-right: 10px;
		float: right;
	}

	header div.header_txt .header_currency select {
		padding: 2px 10px;
		min-width: 80px;
		min-height: 30px;
		height: auto;
	}
	header h1 a.logo {
		width:162px;
		height:44px;
		-webkit-background-size:162px 44px;
		-o-background-size:162px 44px;
		-khtml-background-size:162px 44px;
		background-size:162px 44px;
	}
	header h1 a.logo_tabelog {
		width:144px;
		height:44px;
		-webkit-background-size:144px 44px;
		-o-background-size:144px 44px;
		-khtml-background-size:144px 44px;
		background-size:144px 44px;
	}
	header div.inner a.right img {
		width:300px;
		margin:5px auto;
	}
	header div.header_txt p {
		width: 100%;
	}
	.header_txt .header_currency{
		width:100%;
	}
	.pickup_method_cover, .return_method_cover {
		box-sizing: border-box;
		width: 300px;
		margin: 0 auto;
		border: 1px solid #cccccc;
		line-height: 30px;
		padding: 0 20px 0 10px;
		background: #ffffcc url(../img/form_drop.png) right 4px no-repeat;
		color: #666666 !important;
		font-size: 1.4em;
		display: block;
		height: 31px;
		overflow: hidden;
	}

	/* モーダルの中身 */
	.modal_place {
		width : 100vw;
		height : 100%;
		border : #ccc 1px solid;
		overflow-y : scroll;
	}
	.optgroup {
		background-color: lightgrey;
		pointer-events: none;
	}
	.modal_place li {
		border : 1px solid #ddd;
		border-left : none;
		border-right : none;
		padding : 5px;
		cursor : pointer;
	}
	.modal_place li.active {
		background : #ccffff;
	}
	.select_row > ul > li {
		popsition : relative;
	}
	.closeModal {
		font-size: 17px;
		padding: 5px auto;
	}
	/* モーダルCSS */
	.modalArea {
		display: none;
		position: fixed;
		z-index: 101; /*サイトによってここの数値は調整 */
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
	}

	.modalWrapper {
		position: absolute;
		top: 50%;
		left: 50%;
		transform:translate(-50%,-50%);
		width: 100vw;
		height: 100%;
		max-width: 700px;
		padding: 0px;
		background-color: #fff;
		overflow-y : scroll;
	}

	.closeModal {
		position: absolute;
		top: 0.5rem;
		right: 1rem;
		cursor: pointer;
	}
	/* モーダルCSS */

	section {
		margin:20px auto 0px;
	}
	footer address.callcenter {
		border-top:none;
		padding:10px 0px;
		font-size:1em;
	}
	footer address.callcenter .footer_addressblock {
		display: block;
	}
	footer address.callcenter .callcenter_tel {
		padding-right: 0;
		display: block;
	}
	footer address.callcenter .callcenter_hours {
		display: block;
	}
	footer address.vision {
		padding:10px 0px;
		font-size:1em;
	}
	footer address.vision em {
		display:block;
	}
	footer address.vision img {
		display:block;
		margin:0px auto 10px;
	}
	footer address.vision span.ad_vision {
		display:none;
	}
	footer address.vision span.ad_vision_sp {
		display:inline;
	}
	footer div.graybase div.seal {
		width:100%;
		margin:0px auto;
		text-align:center;
	}
	#ss_gmo_img_wrapper_100-50_image_ja {
		float:none;
		display:block;
		width:100%;
		height:50px;
		margin:0px auto 10px;
	}
	footer div.graybase div.seal img.seal {
		margin:5px;
	}
	h2 {
		height:50px;
		font-size: 2em;
		line-height: 50px;
		text-indent: 25px;
		-webkit-background-size: 14px 50px;
		-o-background-size:14px 50px;
		-khtml-background-size:14px 50px;
		background-size:14px 50px;
	}
	.bg_shuriken {
		font-size:1.5em;
		padding:12px 17px;
		-webkit-background-size:57px 40px;
		-o-background-size:57px 40px;
		-khtml-background-size:57px 40px;
		background-size:57px 40px;
	}
	.bottom_dot {
		font-weight:bold;
		font-size:1.2em;
	}
	.mgt25 {
		margin-top: 10px;
	}
	.r-bnt {
		margin:0;
		padding:10px 0 5px 0;
		text-align:center;
	}
	.r-bnt img {
		width:310px;
	}
	/*一時NWI536対応*/
	 #form_credit_card_security_code {
		width: 278px;
	}
	.w593 {
		width: 100%;
	}
	.w615 {
		width: 100%;
	}
	.box_color_01 {
		margin-right: auto;
		margin-left: auto;
		width: 262px;
	}
	.box_color_02 {
		margin-right: auto;
		margin-left: auto;
		width: 262px;
	}

	header h1{
		text-align: center;
		padding-top: 40px;
		margin-left: auto;
	}
	header h1 a.logo_jp, header h1 a.logo_en, header h1 a.logo_kr, header h1 a.logo_vt,
	header h1 a.logo_cn, header h1 a.logo_tw {
		width: 150px;
		background-size: 100%;
	}
	header h1 a.logo_tabelog{
		width: 121px;
		height: 40px;
		background-size: 100%;
		margin-left: -35px;
	}

	header h1 a.logo_matcha{
		width: 120px;
		background-size: 100%;
		margin-left: -35px;
	}

	header h1 a.logo_kinuya{
		background-size: 94%;
		width: 100%;
		height: 45px;
		margin-left: 0;
	}

	header h1 a.logo_voyagin{
		width: 120px;
		height: 45px;
		background-size: 100%;
		margin-left: -35px;
	}

	.device-sel {
		width: 70px;
	}
}
.grayText {
	color: #808080!important;
}
.redText {
	color: #cc0000!important;
}
.blueText {
	color: #0602ff;
}
.termsSection .bottom_dot {
	margin-bottom: 20px;
}
.termsSection table {
	margin-bottom: 20px;
}
.termsSection table th,
.termsSection table td {
	padding: 10px;
}
.termsSection table th {
	width: 30%;
}
.termsBox {
	border: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 20px;
}
.termsBox h5 {
	font-size: 18px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 15px;
}
.termsBox .h2_company {
	font-size: 18px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 15px;
	background: none;
	color: #000000;
	width: auto;
	height: auto;
	font-weight: bold;
	text-indent: 0;
	line-height: 1.5;
}
.termsBox .table_2 {
	color: #595757;
	width: 98%;
	margin-left: 2%;
}
.termsBox .table_2,
.termsBox .table_2 td,
.termsBox .table_2 tr  {
	border: 0;
	padding: 2px;
}
.termsBox .h3_company{
	font-size:15px;
	font-weight:bold;
	color:#1791d1;
}
.termsBox .block_text {
	margin-bottom: 20px;
}
.termsBox .h3_company {
	margin-bottom: 10px;
}
.termsBox .ul_kiyaku {
	margin-left: 20px;
}
.termsSection .scrollable {
	height: 240px;
	overflow-y: auto;
}
/* custom checkbox
-------------------------------------------------- */
#form_step02 .styledCheckbox label:before,
#form_step03 .styledCheckbox label:before {
	display: none!important;
}

.styledCheckbox span > input[type='checkbox'] {
	float: left;
	width: 0px;
	display: none;
}

.styledCheckbox span > input[type='checkbox'] + label {
	clear: none;
	display: block;
	cursor: pointer;
	background: url("/common/survey/img/checkbox_off.png") 0px 2px no-repeat;
	padding: 0px 0px 0px 30px!important;
	text-indent: 0!important;
	line-height: 2!important;
}

.styledCheckbox span > input[type='checkbox']:checked + label {
	background-image: url("/common/survey/img/checkbox_on.png");
}

.styledCheckbox span.fieldTxt {
	display: inline-block;
	vertical-align: middle;
}
.tableType1 td {
	text-align: center;
	background: #ffffee;
}
.tableType1 td .required {
	display: inline-block;
	background: #ffcaca;
	padding: 0 5px;
	border-radius: 4px;
	border: 1px solid #a24e4d;
	margin-right: 20px;
}
.tableType1 td .styledCheckbox {
	display: inline-block;
	font-weight: bold;
}

.happy_go_id {
	border: 2px solid #595959;
	padding: 30px;
	background: #f2f2f2;
	border-radius: 4px;
	margin-top: 20px;
}

.pdf_link {
	text-align: center;
	font-size: 2em;
	margin-top: 30px;
}

.pdf_link a {
	color: #000000;
	text-decoration: underline;
}

table .device_cell_th {
	border-right: none;
}
table .device_cell_td {
	border-left: 1px solid #cccccc;
}

/* 縦向きの場合のスタイル */
@media screen and (orientation: landscape) {
	.pickup_method_cover, .return_method_cover {
		box-sizing: border-box;
		width: 300px;
		margin: 0 auto;
		border: 1px solid #cccccc;
		line-height: 30px;
		padding: 0 20px 0 10px;
		background: #ffffcc url(../img/form_drop.png) right 4px no-repeat;
		color: #666666 !important;
		font-size: 1.4em;
		display: block;
		height: 31px;
		overflow: hidden;
	}
	.landscape_return_method {
		margin-top: 10px;
	}
	/* モーダルの中身 */
	.modal_place {
		width : 100vw;
		height : 100%;
		border : #ccc 1px solid;
		overflow-y : scroll;
	}
	.optgroup {
		background-color: lightgrey;
		pointer-events: none;
	}
	.modal_place li {
		border : 1px solid #ddd;
		border-left : none;
		border-right : none;
		padding : 5px;
		cursor : pointer;
	}
	.modal_place li.active {
		background : #ccffff;
	}
	.select_row > ul > li {
		popsition : relative;
	}
	.closeModal {
		font-size: 17px;
		padding: 5px auto;
	}
	/* モーダルCSS */
	.modalArea {
		display: none;
		position: fixed;
		z-index: 101; /*サイトによってここの数値は調整 */
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
	}

	.modalWrapper {
		position: absolute;
		top: 50%;
		left: 50%;
		transform:translate(-50%,-50%);
		width: 100vw;
		height: 100%;
		max-width: 700px;
		padding: 0px;
		background-color: #fff;
		overflow-y : scroll;
	}

	.closeModal {
		position: absolute;
		top: 0.5rem;
		right: 1rem;
		cursor: pointer;
	}
	/* モーダルCSS */
}
