@charset "UTF-8";


/*------------------------------------------------------------
	NOW SHOW POLICY
------------------------------------------------------------*/

.noshow-msg {
	width: 90%;
	margin: 30px auto 15px;
	border: 1px solid #c49f4f; 
	padding: 20px;
	text-align: center;
	box-sizing: border-box;
}

.noshow-msg dt {
	font-size: 16px;
	line-height: 1.8;
	color: #000;
	font-weight: bold;
	position: relative;
	margin-bottom: 20px;
}

.noshow-msg dt:after {
	content: '';
	background: #c49f4f;
	width: 40px;
	height: 1px;;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%); 
}

.noshow-msg dd {
	font-size: 13px;
	text-align: left;
	line-height: 1.8;
	color: #333;
}

.noshow-msg dd p:not(:last-child) {
	margin-bottom: 10px;
}

.noshow-msg dd ul {
	margin: 15px 0;
}

.noshow-msg dd ul li {
	text-indent: -0.7em;
    padding-left: 0.7em;
}

@media only screen and (min-width: 813px) {
	
	.noshow-msg {
	    max-width: 1020px;
	    margin: 60px auto 0;
	    padding: 30px 80px;
	}
	
	.noshow-msg dt {
		font-size: 18px;
		margin-bottom: 40px;
	}
	
	.noshow-msg dt:after {
		bottom: -20px;
	}
	
	.noshow-msg dd {
		font-size: 13px;
		line-height: 2;
	}

}

/*------------------------------------------------------------
	MENU コンテンツ
------------------------------------------------------------*/

div.menuBox {
	background:#fff;
	box-shadow:0 0 3px #ccc;
	margin-bottom:20px;
	padding:10px 3%;
}

div.menuBox h3 {
	font-size:26px;
	font-family:'FuturaBTW01-MediumConde';
	text-align:center;
	border-bottom:2px solid #E54F51;
	margin-bottom:20px;
}
div.menuBox dl {
	border-bottom:1px dotted #ccc;
	padding:0 3% 15px;
	margin-bottom:15px;
}

div.menuBox dl dt {
	font-size:14px;
/* 	font-weight:bold; */
	float:left;
}


div.menuBox dl dd {
	font-size:14px;
	font-weight:bold;
	float:right;
}

div.menuBox dl dd span {
	font-size: 10px;
}


div.menuBox p {
	font-size:11px;
	color:#777;
	border-bottom:1px dotted #ccc;
	padding:0 3% 10px;
	margin-bottom:20px;
}


@media only screen and (min-width: 641px) {

div#container div.contents {
	margin:0 auto 40px;
	padding-top:60px;
}
	
}




