@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
	font-family: 'Noto Sans Japanese', serif;
	font-size: 14px;
	font-weight: 350;
	color: #6A6A6A;
}

body.-conf .btn,
body.-conf .person_btn,
body.-conf .sponsor_btn {
	display: none;
}

.fnav {
	list-style: none;
	overflow: hidden;
	width: 100%;
	margin-top: 35px;
}

.fnav ul {
	display: flex;
	justify-content: space-between;
}

.fnav ul > li {
	width: 33.3%;
	height: 50px;
	text-align: center;
	background-color: #bbb;
	color: #fff;
	line-height: 48px;
	font-weight: bold;
	position: relative;
}

.fnav ul > li:after,
.fnav ul > li:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	z-index: 5;
}

.fnav ul > li.fnav_bgc {
	background-color: #a9d413;
}

.fnav ul > li.fnav_bgc:after {
	right: -10px;
	border-style: solid;
	border-width: 25px 0 25px 10px;
	border-color: transparent transparent transparent #aad413;
}

.fnav ul > li.fnav_bgc:before {
	right: -13px;
	border-style: solid;
	border-width: 25px 0 25px 12px;
	border-color: transparent transparent transparent #ffffff;
}

.fnav ul > li.fnav_scd:after {
	right: -9px;
	border-style: solid;
	border-width: 25px 0 25px 10px;
	border-color: transparent transparent transparent #bbb;
}

.precautionary {
	margin-top: 10px;
}

.request_tbl {
	width: 950px;
}

.request_tbl tr {
	border-top: 1px solid #ccc;
}

.request_tbl tr:last-child {
	border-bottom: 1px solid #ccc;
}

.request_tbl tr th {
	text-align: left;
	background-color: #EEE;
	padding: 10px 15px;
	position: relative;
	width: 20%;
	vertical-align: top;
}

.request_tbl tr th span.-required:after {
	content: "必須";
	color: #fff;
	font-weight: bold;
	background-color: #fc3a6b;
	padding: 0 5px;
	position: absolute;
	right: 10px;
}

.request_tbl td {
	padding: 15px 0 15px 15px;
}

.request_tbl.-stage {
	table-layout: fixed;
}

table input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea {
	margin-top: 5px;
	border-radius: 3px;
	padding: 10px;
	font-size: inherit;
	border: solid 1px #aaa;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, .1) inset;
	box-sizing: border-box;
	max-width: 100%;
	outline: none;
}

input[type="number"] {
	text-align: right;
}

.item {
	margin: 15px 0 0;
}

.request_info .-info .mem_const {
	width: 75px;
	text-align: center;
}

.request_info .-info .mem_const_sec {
	width: 200px;
	vertical-align: top;
	line-height: 1.2;
}

.request_info .-info .total input[type="text"] {
}

.request_info .-info .-general,
.request_info .-info .-junior {
    text-align: center;
    width: 45%;
    font-weight: bold;
    margin-bottom: 10px;
}

.request_info .-within {
	margin-left: 3em;
}

.request_info .-within input[type="text"]{
	text-align: right;
}


.line_top {
	width: 100%;
	border-top: 1px solid #ccc;
}

.btn_area  input[type="text"] {
	margin-bottom: 5px;
}

.btn_area input[type="button"] {
	padding: 2px 10px;
	margin-bottom: 8px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background-color: #777;
	border-radius: 4px;
	cursor: pointer;
}

.-exhibition .bgc_gray {
	background-color: #eee;
	width: 70%;
	margin-bottom: 20px;
}

.box_group {
	width: 80%;
}

.box_group label {
	display: block;
}

.-tent {
	line-height: 0.75;
}

.person dt:nth-child(n+2) {
	margin: 15px 0 0;
}

.p_item span:after {
	content: "必須";
	color: #fff;
	font-weight: bold;
	background-color: #fc3a6b;
	padding: 0 5px;
	margin: 015px;
}

.parking input[type="text"] {
	margin: 0 15px;
}

.parking_num input[type="text"] {
	margin: 0 15px;
}

.parking_num .truck input[type="text"] {
	margin: 0 15px;
}

.parking_num input[type="number"].parking {
	width: 50%;
}

.request_tbl.-category .parking_num td {
	display: table-cell;
	vertical-align: middle;
}

.submit_area {
	text-align: center;
	margin-top: 45px;
}

.submit_btn {
	position: relative;
	display: inline-block;
	margin-right: 20px;
}

.submit_btn:last-child {
	margin-right: 0;
}

.submit_btn input[type="submit"] {
	border-radius: 5px;
	background-color: #66c14d;
	width: 400px;
	padding: 22px;
	font-size: 24px;
	color: #fff;
	letter-spacing: 0.050em;
	border: none;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	box-sizing: border-box;
	cursor: pointer;
	font-weight: bold;
}

.submit_btn:after {
	content: "\e900";
	font-family: icomoon;
	position: absolute;
	top: 38%;
	left: 80%;
	color: #FFF;
}

.submit_btn.-back:after {
	content: "\e901";
	right: 80%;
	left: auto;
}

.block_bnr {
	display: flex;
}

.block_bnr p {
	line-height: 0.75;
	padding: 8px 10px;
	margin-bottom: 10px;
	margin-top: 30px;
}

.request_tbl.-category .cate_hd th:nth-child(3) {
	text-align: center;
	padding-left: 30px;
}

.request_tbl.-category .cate_hd th:nth-child(4) {
	padding-left: 20px;
}

.request_tbl.-category td:first-child {
	width: 36%;
}

.request_tbl.-category tr.cate td {
	padding: 8px 0 10px 15px;
}

.request_tbl.-category td.-price {
	text-align: right;
}

.request_tbl.-category td.txt_num {
	width: 10%;
	text-align: right;
}

.txt_num input[type="text"] {
	text-align: right;
}

.txt_num #sum {
	pointer-events: none;
}

.request_cont button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

.request_cont .-plus {
	text-align: right;
	margin-top: 10px;
	margin-right: 16px;
}

.request_cont .-plus img {
	margin-left: 10px;
}

.request_cont td.-del_space {
	width: 1%;
}

.hidden_text {
	display: none;
}

.mw_wp_form_confirm .hidden_text {
	display: block;
}

.mw_wp_form_confirm .request_cont .-plus,
.mw_wp_form_confirm .request_tbl.-cont {
	display: none;
}

.request_cont input[type="text"] {
	padding: 10px 0;
	margin-right: 5px;
	width: 100%;
}

.request_tbl.-cont th {
	padding: 10px 8px;
}

.request_tbl.-cont th:first-child {
	padding-left: 15px;
}

.request_tbl.-cont .cont_hd th:nth-child(2) {
	width: 6%;
}

.request_tbl.-cont .cont_hd th:nth-child(3),
.request_tbl.-cont .cont_hd th:nth-child(4) {
	width: 10%;
}

.request_tbl.-cont th.cont_method {
	width: 15%;
}

.request_tbl.-cont th.cont_dist {
	width: 30%;
}

.product_msg textarea,
.display_msg textarea,
.dist_msg textarea {
	width: 100%;
	margin: 10px 0;
}

.request_tbl.-cont caption {
	background-color: #ddd;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 15px;
}

.request_tbl.-cont caption span {
	font-size: 14px;
	font-weight: 350;
}

.secondary span:first-child {
	margin-right: 29px;
}

.secondary.-checkbox03 span:nth-child(2) {
	margin-right: 29px;
}

.secondary .second_left {
	margin-right: 43px;
}

.question {
}

.question textarea{
	width: 100%;
	margin-top: 20px;
}

.thanks {
	width: 750px;
	margin: 0 auto;
}

.thanks h3 {
	font-size: 24px;
	color: #6a6a6a;
	text-align: center;
	margin: 45px 0;
}

.thanks p {
	line-height: 1.7;
	letter-spacing: 0.025em;
	margin: 20px 0;
}

.txt_right {
	text-align: right;
}

.maintenance {
	text-align: center;
    margin-top: 10%;
    font-size: 24px;
    color: red;
}
