


html {
	font-size: 62.5%;
	height: 100%;
}
body {
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem; /* basic size 16px */
	min-height: 100%;
	display: flex;
	flex-direction: column;
	color: #404051;
}
#footer {
	margin-top: 80px;
}

#appHeader {
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
}
#appHeader h1 {
	width: 30%;
	margin: 0 auto;
}
#appHeader h1 img {
	width: 100%;
	height: auto;
}

.pageName {
	height: 140px;
	background-image: url(/assets/2025_ride/images/exhibition/page_tit.png);
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.pageName h2 {
	margin: 0;
	line-height: 1;
	font-size: 3rem;
	color: #fff;
	font-weight: bolder;
	text-shadow:1px 1px 0 #000;
}




#app {
	width: 70%;
	margin: 0 auto;
	font-size: 1.5rem;
}


/* update */
.form-table table{
	margin	: 30px 0px 0px 0px;
	text-align: left;

}

.form-table.ns table{
	margin	: 10px 0px 0px 0px;

}


.form-table table.booth-table{
	margin-top: 10px;

}

.form-table.ts table.booth-table{
	margin-top: 30px;

}

.form-table table.booth-table th{
	width: auto;

}

.form-table table.booth-table th.type{width: 322px;}







.app-agree-att{
	background: #fdf3f4;
	text-align: center;
	margin: 25px auto 0px;
	padding: 15px;
	border: 2px solid #d71920;
	font-size:1.5rem;
	line-height:2.5rem;
}
.app-agree-att p{
	margin: 0 auto !important;
}
.app-agree-att ul{
	text-align: left;
	margin: 0px auto;
	padding: 10px 0px;
	width: 810px;
}

.app-agree-att ul li{
	list-style: none;
}

.app-agree-att a{
	text-decoration: underline;
	color: #d7000f;
}

.app-agree-att input[type="checkbox"] {
    margin-right: 5px;
    min-height: auto;
}





.block{
	margin: 0px;
	padding: 40px 0px 0px;
}

.block.top{
	margin: 0px;
	padding: 0px;
}
.enTxt {
	font-size: 90%;
}
.enTxt a {
	text-decoration: underline;
	color: #d7000f;
}

.separate-block{
	margin: 0px;
	padding: 40px 0px 0px;
}


.block p{
	margin: 0px;
	padding: 10px 0px 0px;
	font-size:1.5rem;
	line-height:2.5rem;
}

.block p.st{
	margin: 0px;
	padding: 0px 10px;
}

.block h3{
	color: #FFF;
	background-color: #444444;
	margin: 0px;
	padding: 13px 20px;
	font-size: 1.6rem;
}
.block h3 .en{
	margin: 0px 0 0 10px;
	padding: 0px;
	font-size: 1.4rem;
	display: inline-block;
}

.block h4{
	margin: 0px;
	padding: 20px 0px 0px;
	text-align: left;
	font-size: 1.6 rem;
}

.block p.item-title{
	margin: 0px;
	padding: 0px;
	font-size: 1.6rem;
	font-weight: bold;
}




/* app.ctp
========================================== */
.app-btn-list{
	margin: 0px;
	padding: 20px 0px 0px;
	text-align:center;
}

.app-btn-list .app-btn{
	margin: 0 0 15px;
	position: relative;
}

.app-btn-list .app-btn input.btn {
	color: #fff;
	font-size: 1.6rem;
	margin: 0px;
	padding: 20px 0px;
	width: 100%;
	font-weight: bold;
	height: auto;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.1), inset 0 -0.15em 0 rgba(0,0,0,.15), 0 0.15em 0.15em rgba(0,0,0,.05);
	cursor: pointer;
	border-radius: 3px;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.app-btn-list .app-btn:after {
	content: "";
	top: 50%;
	right: 14px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	z-index: 10;
}
.app-btn-list .app-btn input.btn:hover {
	opacity: .7;
}

.app-btn-list p.app-btn span{
	position: relative;
}
.app-btn-list input.btn.blue{
	background: #0080cc;
}
.app-btn-list input.btn.pink{
	background: #f5821f;
}
.app-btn-list p.app-btn span svg.pink{
	background: #f5821f;
}

.app-btn-list input.btn.red{
	background: #bd0b26;
}


.app-btn-list input.btn.yellow{
	background: #ffa500;
}

.app-btn-list input.btn.green{
	background: #62bb46;
}

.app-btn-list p.app-btn span svg.green{
	color: #62bb46;
}

.app-btn-list input.btn.purple{
	border: #433171 solid 3px;
	color: #433171;
	background: #FFF;
}

.app-btn-list p.app-btn span svg.purple{
	color: #433171;
}

.app-btn-list input.btn.blue2{
	border: #02c2ef solid 3px;
	color: #02c2ef;
	background: #FFF;
}

.app-btn-list p.app-btn span svg.blue2{
	color: #02c2ef;
}



.app-office-area{
	background: #FFF7F8;
	padding: 20px;
	margin: 30px 0px 0px;
	overflow: hidden;
	border: 2px solid #D6000F;
}
.app-office-area .form-table table {
	margin: 0px !important;
	padding: 0px;
}

.tax-notes{
	margin: 0px 0px 5px;
	padding: 5px;
	color: #FFF;
	background: #F00;
	display: block;
	font-size: .95rem;
	line-height:1.3rem;
}






table.select-table{
	width		: 100%;
	margin		: 10px 0px 0px;
	border-collapse:collapse;
	font-size:1.5rem;
	line-height:1.8;
}

.no-sep table.select-table{
	margin-top: 0px;
}

table.select-table th{
	background	: #F4F4F4;
	text-align	: left;
	padding		: 5px 10px;
	font-weight	: normal;
	border: 1px solid #e7ecf0;
	letter-spacing: normal;
}

table.select-table td{
	padding		: 5px 10px;
	border: 1px solid #e7ecf0;
	text-align	: left;
	letter-spacing: normal;
}

table.select-table th.right,table.select-table td.right{
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
}

table.select-table th.center,table.select-table td.center{
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
}





table.select-table-in{
	width		: 100%;
	margin		: 10px 0px 0px;
	border-collapse:collapse;
	font-size:1.5rem;
	line-height:1.8;
}

.no-sep table.select-table-in{
	margin-top: 0px;
}

table.select-table-in th{
	background	: #F4F4F4;
	text-align	: left;
	padding		: 5px 10px;
	font-weight	: normal;
	border: 1px solid #e7ecf0;
	letter-spacing: normal;
}

table.select-table-in td{
	padding		: 5px 10px;
	border: 1px solid #e7ecf0;
	text-align	: left;
	letter-spacing: normal;
}

table.select-table-in td.nopd{padding: 0px;}

table.select-table-in th.right,table.select-table-in td.right{
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
}

table.select-table-in th.center,table.select-table-in td.center{
	text-align: center;
	padding-right: 0px;
}

table.select-table-in td.check{
	width: 40px;
	padding-right: 0px;
	padding-left: 0px;
}



table.select-table-in table{
	width		: 100%;
	margin		: 0px;
	border-collapse:collapse;
}

table.select-table-in table th{
	border-right: 1px solid #e7ecf0;
	border-bottom: 1px solid #e7ecf0;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
}

table.select-table-in table th.thr{
	border-right-width: 0px;
	border-right-style: none;
}
table.select-table-in table td{
	border-right: 1px solid #e7ecf0;
	border-bottom: 1px solid #e7ecf0;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
}

table.select-table-in table td.tdr{
	border-right-width: 0px;
	border-right-style: none;
}

table.select-table-in table tr:last-child td{
	border-bottom-width: 0px;
	border-bottom-style: none;
}


.no-sep table.select-table{
	margin-top: 0px;
}

table.select-table th{
	background	: #F4F4F4;
	text-align	: left;
	padding		: 5px 10px;
	font-weight	: normal;
	border: 1px solid #e7ecf0;
	letter-spacing: normal;
	width:auto;
}

table.select-table th.check{
	width: 40px;
}

table.select-table td{
	padding		: 5px 10px;
	border: 1px solid #e7ecf0;
	text-align	: left;
	letter-spacing: normal;
}


input.text-area-total{
	width: 80px;
	border: 1px solid #A5ACB2;
	background: #FFF;
}

input.text-area-total-short{
	width: 40px;
	border: 1px solid #A5ACB2;
	background: #FFF;
}

input.text-area-total-disabled{
	width: 150px;
	border: 1px solid #A5ACB2;
	color: #000000;
}


table td.confirm-type{
	padding		: 20px 10px;
	background: #FFF;
	border: 1px solid #e7ecf0;
	font-size: 1.2rem;
}


.thanks{
	margin: 0px;
	padding: 40px 0px 0px;
	font-size:1rem;
	line-height:1.6rem;
}

.thanks p{
	margin: 0px;
	padding: 30px 0px 0px;
}

.thanks p.top{
	margin: 0px;
	padding: 0px;
}


.false{
	margin: 0px;
	padding: 0px;
	font-size:1rem;
	line-height:1.6rem;
}

.false p{
	margin: 0px;
	padding: 30px 0px 0px;
	text-align:center;
}


.AppFramePriceOut{
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: table;
}

.AppFramePrice{
	width:50%;
	display:table-cell;
}

.AppFramePriceText{
	margin: 10px 0px 0px;
}


.list-notes ul{
	margin: 5px 0px 0px 20px;
	padding: 0px;
	list-style: disc;
}




.dis-btn{
	padding: 0px;
	text-align: center;
	margin: 0px;
}

.dis-btn a{
	padding: 18px 0px 0px;
	font-size: 1rem;
	color: #FFFFFF;
	position: relative;
	display: inline-block;
	line-height: .9em;
	cursor: pointer;
	background: url(../../../images/2018/exhibition/common/b_type_03.png) no-repeat;
	text-align: center;
	height: 52px;
	width: 231px;
}

.dis-btn a svg {
    color: #FFF;
    position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}


.modal{
	display: none;
}


.modal-block{
	padding: 0px;
	position: relative;
}

.modal-block-in{
	padding: 0px;
	background: #FFF;
}

.modaal-overlay{
	z-index:2000 !important;
}


table.discount-table{
	width		: 100%;
	margin		: 30px 0px 10px;
	border-collapse:collapse;
	font-size:1rem;
	line-height:1.6rem;
}


table.discount-table td.check{
	background	: #F4F4F4;
	text-align	: left;
	padding		: 10px 10px;
	font-weight	: normal;
	border: 1px solid #e7ecf0;
	letter-spacing: normal;
	width:70px;
	text-align:center;
}

table.discount-table td.text{
	padding		: 10px 10px;
	border: 1px solid #e7ecf0;
	text-align	: left;
	letter-spacing: normal;
}

table.discount-table td.text span{
	display: inline-block;
	margin-left: 20px;
	font-size:.9rem;
}

.jsoff{
	color: #F00;
	text-align: center;
	margin: 0px;
	padding: 10px;
	border: 1px solid #e7ecf0;
	font-size:1rem;
	line-height:1.6rem;
}





.blue-text {
	color: #888;
	font-size: 1.3rem;
	line-height: 1.5;
}


td div {
	margin-bottom: 10px;
}
td div:last-child {
	margin-bottom: 0;
}
td div > input {
	margin-top: 5px;
}


.head-text{
	margin: 40px 0px 0px;
	padding: 0px;
	font-size: 1rem;
	line-height:1.6rem;
}

.contact-notes{
	padding:40px 0px 0px;
	margin:0;
	font-size: 1rem;
	line-height:1.6rem;
}
input[type="submit"] {
	outline: none;
	border: none;
}
.send {
	width: 20%;
	min-width: 240px;
	text-align: center;
	position: relative;
}
.send:after {
	content: "";
	top: 50%;
	right: 14px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	z-index: 10;
}
.send .btn {
	min-width: 100%;
	outline: none;
	border: none !important;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	text-decoration: none !important;
	padding: 18px 60px;
	background: #0cab66;
	border-radius: 50em;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.1), inset 0 -0.15em 0 rgba(0,0,0,.15), 0 0.15em 0.15em rgba(0,0,0,.05);
	cursor: pointer;
}
.send .btn .en{
	font-size: 1.4rem;
}

.send .btn:hover {
	opacity: .8;
}

.actions ul {
	display: flex;
	justify-content: center;
}
.actions ul li {
	margin: 0 5px;
}
.back {
	text-align: center;
	position: relative;
}
.back:after {
	content: "";
	top: 50%;
	left: 14px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(-135deg);
	position: absolute;
	z-index: 10;
}
.back .btn {
	width: 100%;
	outline: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	text-decoration: none !important;
	padding: 18px 60px;
	background: #848484;
	border-radius: 50em;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.1), inset 0 -0.15em 0 rgba(0,0,0,.15), 0 0.15em 0.15em rgba(0,0,0,.05);
	cursor: pointer;
}
.back.free {
	width: 40%;
}
.back.free a {
	color: #fff !important;
}

.contact-address{
	background: #fff;
	border: solid 2px #e7ecf0;
	padding: 20px 0px;
	text-align: center;
	font-size: 1rem;
	line-height: 1.4rem;
	margin: 50px 0;
	zoom: 1;
}
.contact-address:after {content: ""; display: block; clear: both;}
.contact-address h3{
	margin:0 0 5px;
	font-size: 1.6rem;
}



.thanks{
	margin: 0px;
	padding: 60px 0px 0px;
	font-size: 1.6rem;
	line-height:2;
}

.thanks p{
	margin: 0px;
	padding: 0px 0px 20px;
}



/* form */

.form-table{
	margin: 0px;
	padding: 0px;
}

.form-table table{
	width		: 100%;
	margin		: 40px 0px 0px 0px;
	border-collapse:collapse;
	line-height:1.8;
}

.form-table table th{
	background	: #f6f8fa;
	text-align	: left;
	padding		: 14px;
	font-weight	: normal;
	width: 250px !important;
	vertical-align: top;
	border: 1px solid #e7ecf0;
	font-size: 1.5rem;
	line-height: 1.5;
	box-sizing: border-box;
}

.form-table table th .en{
	font-size: 1.3rem;
}

.form-table table td{
	font-size: 1.5rem;
	padding		: 14px;
	background: #FFF;
	border: 1px solid #e7ecf0;
	word-wrap: break-word;
	width: calc(100% - 250px);
	box-sizing: border-box;
}
.form-table table td .en{
	font-size: 1.3rem;
}

.form-table table td pre {
	word-wrap: break-word !important;
}

.form-table table td input[type="radio"] {
	margin-right: 5px;
	margin-top: 0 !important;
}
.form-table table td input[type="checkbox"] {
    margin-right: 5px;
    min-height: auto;
}

table.contact-form .ipt{
	border:solid 1px #e7ecf0;
	padding:0px;
}
.flw {
	margin-right: 3px;
	font-size: 1.3rem;
}

input[type="checkbox"]{
    min-height: auto;
}

input[type="radio"] {
    min-height: auto;
}
input[type="text"] {
	font-size: 1.5rem;
	padding: 7px;
	box-sizing: border-box;
	border: 1px solid rgba(167, 174, 179, 0.5);
	border-radius: 3px;
	outline: none;
}
input[type="text"]:focus {
	border: 1px solid rgba(113, 182, 231, 0.5);
}
textarea {
	width: 80%;
	padding: 7px;
	box-sizing: border-box;
	border: 1px solid rgba(167, 174, 179, 0.5);
	border-radius: 3px;
	outline: none;
	font-size: 1.5rem;
}

.checkbox{
	padding-left: 1.4em;
    text-indent: -1.4em;
    margin: 0 0 5px;
    font-size: 1.5rem;
}
.other {
	padding-left: 1.4em;
}

.small{
	font-size: 1.2rem;
}

input.text-area-long{
	width: 350px;
}

input.text-area-long-disabled{
	width: 350px;
	color: #000000;
}

input.text-area-name{
	width: 130px;
}

input.text-area-number{
	width: 4em;
}

textarea.text-area-multi{
	width: 350px;
	height: 150px;
}

input.text-area-total{
	width: 80px;
}

textarea.text-area-text{
	width: 500px;
	height: 200px;
	background: #FFF;
}

input:disabled,
select:disabled,
textarea:disabled {
  background: #eee;
}

.actions{
	padding: 50px 0px 0px;
	text-align: center;
	margin: 0px;
}

.actions p{
	padding:0px;
	margin:0px;
}

.actions p span{
	position: relative;
}

.actions p span svg{
	color: #FFF;
	position: absolute;
	top: 7px;
	right: 10px;
}

.actions p span svg.l{
	color: #FFF;
	position: absolute;
	top: 7px;
	right:auto;
	left: 10px;
}

.actions p.sbtn{
	margin: 0px auto;
	padding: 0px;
	height: 42px;
	width: 281px;
	position: relative;
	z-index: 10;
	display: block;
}

.actions p.sbtn a{
	font-size: .9rem;
	color: #FFF;
	height: 42px;
	width: 281px;
	text-align: center;
	display: block;
	padding-top: 13px;
	background: url(../../../images/2018/exhibition/common/b_type_01.png) no-repeat;
}

.ins {
	color: #fff;
	background: #d71920;
	padding: 2px 5px;
	font-size: 1rem;
	border-radius: 2px;
}
.ins2 {
	color: #fff;
	background: #047bc6;
	padding: 2px 5px;
	font-size: 1rem;
	border-radius: 2px;
}

th .ins {
	position: relative;
	float: right;
	color: #fff;
	background: #d71920;
	padding: 2px 5px;
	font-size: 1rem;
	border-radius: 2px;
}
th .ins2 {
	color: #fff;
	font-size: 1rem;
	background: #047bc6;
	border-radius: 2px;
	font-weight: bold;
	padding: 2px 5px;
	margin: 10px 0;
	display: inline-block;
}

#contents .error-message {
	border: solid 2px #ff0023;
	padding: 5px;
	color: #ff0023;
	margin-top: 5px;
}

#contents .app-agree-att .error-message{
	color: #ff0023;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}

.frame-inline{
    display: inline-block;
    width: 480px;
	vertical-align: top;;
}

.item-block{
    margin: 0px;
	padding: 0px;
}

.item-block .item-block-num{
    margin: 0px;
	padding: 0px 0px 0px 40px;
}

.item-block .item-block-inline{
    display: block;
    width: 100%;
	margin: 0px;
	padding: 15px 0 0px;
}

.red-text{
    color: #f00;
}






/* SELECT */
.select {
  display: inline-block;
  position: relative;
  border: 1px solid rgba(167, 174, 179, 0.5);
  border-radius: 3px;
  vertical-align: middle;
}
.select select {
  min-width: 100px;
  padding: 8px;
  margin: 3px;
  cursor: pointer;
}
.select::before {
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 100;
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  font-weight: 900;
  color: #A0A7B4;
  pointer-events: none;
}