@charset "utf-8";

/*===================================================================
	full.htm
===================================================================*/
#tabletpos a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.cnt01{
	padding: 30px 0 50px;
	border-bottom: 1px dashed #ccc;
}
.cnt01_tltle{
	font-size: 40px;
	font-weight: normal;
	color: #4F4C91;
	text-align: center;
}
.cnt01_lead{
	font-size: 40px;
	font-weight: normal;
	color: #4F4C91;
	text-align: center;
	margin: 0 0 30px;
}
.cnt01_arrow{
	text-align: center;
	margin: 15px 0;
}
.cnt01_btn{
	margin: 0 0 30px;
}
.cnt01_btn a{
	display: flex;
    align-items: center;
    justify-content: center;
	width: 600px;
	height: 150px;
	border: 2px solid #4F4C91;
    border-radius: 10px;
    margin: 0 auto;
    box-sizing: border-box;
}
.cnt01_btn a:hover{
	text-decoration: none;
}
.cnt01_btn span{
	display: block;
	font-size: 35px;
	color: #4F4C91;
	border-bottom: 10px solid #FDF0B1;
}
.cnt01_btn span:after{
	content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/full/arrow_right.png);
    background-size: cover;
    margin: 0 10px;
}
.cnt01_txt{
	font-size: 12px;
	text-align: center;
}


.cnt02{
	padding: 50px 0 30px;
}
.cnt02_tltle{
	font-size: 40px;
	font-weight: normal;
	color: #4F4C91;
	text-align: center;
	margin: 0 0 50px;
}
.cnt02_list{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -20px;
}
.cnt02_list li{
	width: 50%;
	text-align: center;
	padding: 0 20px 40px;
    box-sizing: border-box;
}
.cnt02_list p{
	display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    margin: 30px 0 0;
}
.cnt02_btn{
	display: flex;
}
.cnt02_btn a{
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	width: 420px;
	height: 70px;
	font-size: 22px;
	color: #fff;
	background: #4F4C91;
    border-radius: 10px;
    margin: 0 auto;
    box-shadow: 2px 2px 10px rgba(0,0,0,.2);
}
.cnt02_btn a:hover{
	text-decoration: none;
}
.cnt02_btn a:before{
	content: "";
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 14px;
	height: 14px;
	margin: auto;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
    box-sizing: border-box;	
}


@media only screen and (max-width: 768px) {
.cnt01{
	padding: 30px 0;
}
.cnt01_tltle{
	font-size: 20px;
}
.cnt01_lead{
	font-size: 20px;
	margin: 0 0 30px;
}
.cnt01_btn{
	margin: 0 0 15px;
}
.cnt01_btn a{
	width: 100%;
	height: 100px;
}
.cnt01_btn span{
	font-size: 25px;
	border-bottom: 5px solid #FDF0B1;
}
.cnt01_btn span:after{
    width: 18px;
    height: 18px;
}
#contents .cnt01_arrow img{
	width: auto;
}
.cnt02{
	padding: 30px 0;
}
.cnt02_tltle{
	font-size: 20px;
	margin: 0 0 30px;
}
.cnt02_list{
	display: block;
	margin: 0;
}
.cnt02_list li{
	width: 100%;
	padding: 0 0 30px;
}
.cnt02_list p{
    margin: 15px 0 0;
}
.cnt02_btn{
	display: block;
}
.cnt02_btn a{
	width: 100%;
	height: 50px;
	font-size: 16px;
	margin: 0 0 15px;
}
.cnt02_btn a:before{
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
}