.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
	font-size:20px;
    color: #D90000;/*文字色*/
    background: #FFF;
    border: solid 3px #D90000;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}


/* ==========================================================================
お客様は20歳以上ですか
========================================================================== */

.ageCheckMain {
	background: #fff;
	max-width: 900px;
	width: 95%;
	margin: 0 auto;
	text-align: center;
	padding: 100px 10px;
  box-sizing: border-box;
}

.acTxt {
	font-size: 26px;;
	margin-bottom: 24px;]
  line-height: 1.5;
}

.acConfirm {
	margin-bottom: 36px;
	color: #004099;
	font-size: 36px;
	font-weight: bold;
}

.acButtonWrap{
	margin-bottom: 40px;
	font-size: 0;
}

.acButtonWrap div{
	display: inline-block;
	background: #004099;
	width: 220px;
	height: 68px;
	transition: .3s;
	position: relative;
	border-radius: 5px;
}

.acButtonWrap div:first-of-type{
	margin-right: 20px;
}

.acButtonWrap a::after{
	content: '';
	background: url(../img/icon_right.png)no-repeat;
	background-size: cover;
	display: inline-block;
	width: 18px;
	height: 22px;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.acButtonWrap a:hover{
	opacity: .7;
}

.acButtonWrap a:last-child{
	margin-right: 0;
}

.acButtonWrap a{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	width: 220px;
	height: 68px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.9;
	border-radius: 5px;
	text-decoration: none;
}


/****************************/
.acButtonWrap2{
	margin-bottom: 40px;
	font-size: 0;
}

.acButtonWrap2 div{
	display: inline-block;
	background: #0dcaF0;
	width: 220px;
	height: 68px;
	transition: .3s;
	position: relative;
	border-radius: 5px;
}

.acButtonWrap2 div:first-of-type{
	margin-right: 20px;
}

.acButtonWrap2 a::after{
	content: '';
	background: url(../img/icon_right.png)no-repeat;
	background-size: cover;
	display: inline-block;
	width: 18px;
	height: 22px;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.acButtonWrap2 a:hover{
	opacity: .7;
}

.acButtonWrap2 a:last-child{
	margin-right: 0;
}

.acButtonWrap2 a{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	width: 220px;
	height: 68px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.9;
	border-radius: 5px;
	text-decoration: none;
}


/*******************************/







.checkbox_wrap{
	position: relative;
	margin: 0 auto;
	width: 459px;
	height: 48px;
	background-color: #f2f2f2;
	border-radius: 6px;
	text-align: center;
}

.checkbox_wrap label{
	position: relative;
    display: block;
	padding: 6px 0;
	top: 6px;
	font-size: 16px;
}

.checkbox_wrap .option_input{
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 24px;
	height: 24px;
	margin-right: 0.5rem;
	cursor:pointer;
	transition: all 0.15s ease-out 0s;
	color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	outline: none;
	background: #fff;
	-webkit-appearance: none;
	appearance: none;
}

.checkbox_wrap .option_input:checked{
	background: #004099;
}

.checkbox_wrap .option_input:checked::after,
.checkbox_wrap .option_input:checked::before{
	position: absolute;
  content: '';
  display: block;
  background: #fff;
  top: .4em;
  left: .84em;
  height: 12px;
  width: 3px;
  border-radius: 10px;
  transform: rotate(45deg);
}

.checkbox_wrap .option_input:checked::before{
	top: .7em;
	left: .4em;
	height:	5px;
	transform:rotate(-45deg);
}

 
@media (max-width:768px) {
	.acTxt{
		font-size: 20px;
	}

	.acConfirm{
		font-size: 26px;
	}
	
	.acButtonWrap{
		width: 100%;
	}

	.acButtonWrap div{
		display: block;
		width: 100%;
	}
	
	.acButtonWrap div:first-of-type{
		margin-bottom: 20px;
	}
	
	.acButtonWrap a{
		display: inline-block;
		/* width: 100%; */
		padding: 12px;
	}


	.acButtonWrap2{
		width: 100%;
	}

	.acButtonWrap2 div{
		display: block;
		width: 100%;
	}
	
	.acButtonWrap2 div:first-of-type{
		margin-bottom: 20px;
	}
	
	.acButtonWrap2 a{
		display: inline-block;
		/* width: 100%; */
		padding: 12px;
	}

	
	.checkbox_wrap{
		width: 100%;
		height: 48px;
	}
}

@media (max-width:410px) {
	.acTxt {
		margin-bottom: 20px;
		font-size: 15px;
	}
	
	.acConfirm{
		font-size: 22px;
	}
}
