@charset "utf-8";
.base {
	margin: 3em auto;
	max-width: 1170px;	
	background-color: #fff;
	padding: 1em;
	width:75%;
}


img.logo {
	width:600px;
	max-width: 90%;
	height: auto;
}

h1.logo-pos {
	text-align: center;
	/*! margin-top: 2em; */
}
p.about {
	text-align: center;
	width: 36em;
	max-width: 90%;
	margin: auto;
	padding: 1em;
	border: 0.2em solid crimson;
	font-size: 1em;
	line-height: 1.8em;
}

p.attention{
	text-align: center;
	width: 36em;
	max-width: 90%;
	margin: auto;
	padding: 1em;
	font-size: 0.8em;
	line-height: 1.6
em;
}

div.ask {
	text-align: center;
	font-weight: bold;
	margin: 1em 1em;
	font-size: 1.2em;
}
.ask > span {
	display: inline-block;
}

div.col_2 {
	justify-content: center;
	align-content: center;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	text-align: center;
}
.col_2 > div{
	padding: 0em 0em;
	box-sizing: content-box;
}
a.button-yes {
	display:block;
	width: 100px;
	font-size: 1.5em;
	margin: 0em 1em;
	padding: 0.25em 3em;
	text-decoration: none;
	color: #f7f7f7;
	background: #ff1a2c;/*背景色*/
	border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
	border-radius: 4px;/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	font-weight: bold;
	transition: all 0.3s ease;
	text-shadow: 1px 1px 2px #000;
}
a.button-yes:hover {
	background: #d50011;
	border-bottom: solid 2px #fd9535;
  	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	color:#FFF;
	text-shadow: 1px 1px 2px #000;
}
a.button-no {
	display:block;
	width: 100px;
	flex-grow: 1;
	font-size: 1.5em;
	margin: 0em 1em;
	padding: 0.25em 3em;
	text-decoration: none;
	color: #666;
	background: #EEE;/*背景色*/
	border-bottom: solid 2px #dfdfdf;/*少し濃い目の色に*/
	border-radius: 4px;/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	font-weight: bold;
}
a.button-no:hover {
	background: #FFF;
	border-bottom: solid 2px #dfdfdf;
  	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

hr {
	width: 100%;
  	border: 0; 
  	height: 1px; 
background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: linear-gradient(to right, #f0f0f0, #8c8b8b, #f0f0f0); 
}

div.col_4 {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > div{
	padding: 0.2em 0.2em;
	width: 200px;
}

.bottom_col{display: flex;
	display: -ms-flexbox; /* IE10 */
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */}



.seal{
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */}

.sealtext{
	font-size:12px;
	text-align: justify;
	height:88px;
	padding-right: 15px;
	width: 250px;
}

.over18 {
	width: 3em;
	margin: 0 1em;
}
.SalesNo {
	font-size: 0.8em;
	color: #666;
}

.back-black {
	background-color: #000;
}


@media(max-width:464px) {

.base {
	margin: 1em auto;
	width:90%;
}

div.ask{
	font-size: 1em;
}


}