@charset "utf-8";

/*===================================================================
	index.htm
===================================================================*/
#tabletpos a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


.cnt01 {
	padding: 50px 0;
}
.cnt01_title{
	margin: 0 0 50px;
}
.cnt01_list {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cnt01_list li {
	overflow: hidden;
	color: #666;
	margin: 0 0 50px;
}
.cnt01_list h3{
	display: flex;
	font-size: 25px;
	color: #4f4c91;
	margin: 0 0 15px;
}
.cnt01_list h3 span{
	display: inline-block;
	font-size: 20px;
	color: #fff;
	background: #4f4c91;
	padding: 10px 15px;
    border-radius: 5px;
}
.cnt01_list h3 span small{
	font-weight: normal;
}
.cnt01_list .full{
	width: 100%;
}
.cnt01_list .full h3{
    align-items: center;	
}
.cnt01_list .full h3 span{
	margin: 0 30px 0 0;
}
.cnt01_list .full dl{
	display: flex;
}
.cnt01_list .full dt{
    flex: 1;
	font-weight: normal;
	margin: 0 30px 0 0;
}
.cnt01_list .full dd{
	width: 270px;
	text-align: center;
}
.cnt01_list .half{
	width: 48%;
}
.cnt01_list .half h3{
    align-items: flex-start;
    flex-direction: column;	
}
.cnt01_list .half h3 span{
	margin: 0 0 15px;
}
.cnt01_list .half dt{
	font-weight: normal;
	margin: 0 0 30px;
}
.cnt01_list .half dd{
	text-align: center;
}



.cnt02_list{
	display: flex;
    justify-content: space-between;
}
.cnt02_item {
	width: 30%;
}
.cnt02_item a:hover{
	color: #333;
	text-decoration: none;
}
.cnt02_item img{
	margin: 0 0 0 -5px;
}
.cnt02_item div{
	position: relative;
	height: 284px;
	padding: 20px 25px 10px;
    box-sizing: border-box;
}
.cnt02_item h3{
	font-size: 20px;
	text-align: center;
	margin: 0 0 15px;
}
.cnt02_item li{
	color: #333;
}
.cnt02_item ul li{
	position: relative;
	padding: 0 0 0 25px;
	margin: 0 0 10px;
}
.cnt02_item ul li:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: #666;
    border-radius: 50%;
}
.cnt02_item ol{
	counter-reset: number;
}
.cnt02_item ol li{
	position: relative;
	padding: 0 0 0 25px;
	margin: 0 0 10px;
}
.cnt02_item ol li:before{
	counter-increment: number;
    content: counter(number);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    color: #fff;
    background: #666;
}

.cnt02_item p{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 10px;
    width: calc(100% - 20px);
	height: 50px;
	background: #666;
	margin: auto;
}
.cnt02_item p span{
	position: relative;
	color: #fff;
	padding: 0 20px 0 0;
}
.cnt02_item p span:before{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #fff;
}
.cnt02_item.item01 h3{
	color: #448FD8;
}
.cnt02_item.item01 div{
	border: 2px solid #448FD8;
}
.cnt02_item.item01 ul li:before,
.cnt02_item.item01 ol li:before,
.cnt02_item.item01 p{
	background: #448FD8;
}
.cnt02_item.item02 h3{
	color: #ff9f00;
}
.cnt02_item.item02 div{
	border: 2px solid #ff9f00;
}
.cnt02_item.item02 ul li:before,
.cnt02_item.item02 ol li:before,
.cnt02_item.item02 p{
	background: #ff9f00;
}
.cnt02_item.item03 h3{
	color: #28a479;
}
.cnt02_item.item03 div{
	border: 2px solid #28a479;
}
.cnt02_item.item03 ul li:before,
.cnt02_item.item03 ol li:before,
.cnt02_item.item03 p{
	background: #28a479;
}






.cnt03 {
	padding: 50px 0;
	border-top: 1px dashed #4C4F89;
}
.cnt03_title{
	font-size: 40px;
	color: #4C4F89;
	text-align: center;
	margin: 0 0 15px;
}
.cnt03_inner{
	background: #4C4F89;
	padding: 50px;
}
.cnt03_list {
	display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
}
.cnt03_list li {
	width: 49%;
	background: #fff;
	padding: 15px;
    box-sizing: border-box;
}
.cnt03_list li img{
	max-width: 100%;
	height: auto;
}
.cnt03_list li h3 {
	font-size: 30px;
	color: #666;
	text-align: center;
}
.cnt03_list li p {
	color: #666;
	text-align: center;
}
.cnt03_list li a{
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	width: 230px;
	height: 42px;
	font-weight: bold;
	color: #fff;
	background: #666;
	margin: 15px auto;
}
.cnt03_list li a:before{
	content: "";
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #fff;
}
.cnt03_list li a:hover{
	text-decoration: none;
}
.cnt03_reccomend {
	display: flex;
}
.cnt03_reccomend h3{
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	width: 200px;
	font-size: 20px;
	color: #fff;
	border: 2px solid #fff;
    border-radius: 10px;
	padding: 15px;
	margin: 0 30px 0 0;
    box-sizing: border-box;
}
.cnt03_reccomend h3:before{
	content: "";
	position: absolute;
	top: 0;
	right: -21px;
	bottom: 0;
	width: 22px;
	height: 20px;
	background: url(../images/index/icon_arow_index.png);
    background-size: cover;
	margin: auto;
}
.cnt03_reccomend ul li {
	flex: 1;
	color: #fff;	
}
.cnt03_reccomend ul li:before {
	content: "・";
}






.cnt04 {
	padding: 50px 0;
	border-top: 1px dashed #4C4F89;
}
.cnt04_title{
	font-size: 40px;
	color: #4C4F89;
	text-align: center;
	margin: 0 0 15px;
}
.cnt04_txt {
	color: #666;
	margin: 0 0 30px;
}
.cnt04_list{
	overflow: hidden;
	margin: 0 0 50px;
}
.cnt04_list dl {
	float:left;
	margin: 35px 0 0;
	width:460px;
}
.cnt04_list dl dt {
	color: #4f4c91;
	font-size:143%;
}
.cnt04_list dl dd {
	position: relative;
	margin: 16px 0 0 0;
}
.cnt04_list dl dd p{
	position: absolute;
	top: 0;
	left: 0;
}
.cnt04_list table{
	width: 75%;
	margin: 0 0 0 auto;
}
.cnt04_list table caption{
	font-size: 20px;
	font-weight: bold;
	color: #666;
	text-align: center;
	margin: 0 0 15px;
}
.cnt04_list table th{
	font-size: 16px;
	color: #fff;
	background: #4C4F89;
	text-align: center;
	border: 1px solid #4C4F89;
	border-bottom: 1px solid #fff;
	padding: 15px;
}
.cnt04_list table tr:last-child th{
	border-bottom: 1px solid #4C4F89;
}
.cnt04_list table td{
	font-size: 16px;
	text-align: center;
	border: 1px solid #4C4F89;
	padding: 15px;
}
.cnt04_list table span{
	font-size: 20px;
	font-weight: bold;
	color: #4C4F89;
}
.cnt04_btn a {
	display: flex;
    align-items: center;
    justify-content: center;
    max-width: 800px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #4C4F89;
	padding: 30px 30px 30px 8.2%;
	margin: 0 auto;
	box-shadow: 2px 2px 0px rgba(0,0,0,.2);
    box-sizing: border-box;
}
.cnt04_btn a:hover {
	text-decoration: none;
	opacity: .7;
}
.cnt04_btn a span{
	position: relative;
	font-size: 14px;
	padding: 0 20px 0 0;
	margin: 0 0 0 50px;
}
.cnt04_btn a span:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #fff;
}




.cnt05{
	text-align: center;
}
.cnt05 h2{
	text-align: center;
    font-size: 260%;
}
.cnt05 img{
	display: block;
	margin: auto;
}
.cnt05_list li{
	list-style: none;
	display: block;
	float: left;
}
.cnt05_list_ul02 .li02{
	margin-left: 25px;
}
.cnt05_list_ul02 .li03{
	margin-left: 45px;
}
.cnt05_list .pc{
	display: block;
}
.cnt05_list .sp{
	display: none;
}
#contents .headSection .title span{
	font-size: 20px;
}
@media only screen and (max-width: 768px) {
#contents.responsive img{
    width: auto!important;
}
.cnt01 {
	padding: 30px 0;
}
.cnt01_title{
	margin: 0 0 30px;
}
.cnt01_list {
	display: block;
}
.cnt01_list h3{
    flex-direction: column;
	font-size: 20px;
}
.cnt01_list h3 span{
	font-size: 14px;
	margin: 0;
}
.cnt01_list .full h3 span{
	margin: 0 0 10px;
}
.cnt01_list .full dl{
	display: block;
}
.cnt01_list .full dt{
    margin: 0 0 15px;
}
.cnt01_list .full dd{
	width: 100%;
}
.cnt01_list .half{
	width: 100%;
}
.cnt01_list .half h3{
    align-items: center;
}
.cnt01_list .half h3 span{
	margin: 0 0 10px;
}
.cnt01_list .half dt{
	margin: 0 0 15px;
}
#contents .cnt01_list img{
	width: auto;
}


.cnt02_list{
	display: block;	
}
.cnt02_item {
	width: 100%;
	margin: 0 auto 30px;
	text-align: center;
}
.cnt02_item img{
	margin: 0;
}
.cnt02_item div{
	height: auto;
}
.cnt02_item p{
	position: static;
    width: 100%;
}
.cnt02_item p span{
	position: relative;
	color: #fff;
	padding: 0 20px 0 0;
}


.cnt03 {
	padding: 30px 0;
}
.cnt03_title{
	font-size: 20px;
}
.cnt03_inner{
	padding: 15px;
	margin: 0 -15px;
}
.cnt03_list {
	display: block;
    margin: 0;
}
.cnt03_list li {
	width: 100%;
	margin: 0 0 15px;
}
.cnt03_list li a{
	width: 100%;
}
.cnt03_reccomend {
	display: block;
}
.cnt03_reccomend h3{
	width: 100%;
    margin: 0 0 30px;
}
.cnt03_reccomend h3:before{
	top: auto;
    right: 0;
    left: 0;
    bottom: -20px;
    transform: rotate(90deg);
}


.cnt04{
	padding: 30px 0;
}
.cnt04_title{
	font-size: 18px;
	text-align: left;
}
.cnt04_txt{
	margin: 0 0 15px;
}

.cnt04_list dl{
	float: none;
	width: 100%;
	margin: 0 !important;
}
.cnt04_list dl dt{
	font-size: 16px;
	margin: 15px 0;
}
.cnt04_btn a{
	flex-direction: column;
    font-size: 16px;
    text-indent: 1em;
    text-align: center;
    padding: 15px;
}
.cnt04_btn a span{
	margin: 10px 0 0;
}
.cnt04_list table caption{
	font-size: 14px;
}
.cnt04_list table th{
	font-size: 12px;
	padding: 5px;
}
.cnt04_list table td{
	font-size: 12px;
	padding: 5px;
	
}
.cnt04_list table span{
	font-size: 16px;
}
.cnt04_list dl dd p{
	top: 10px;
}
#contents .cnt04_list dl dd p img{
	width: 90px!important;
}




.cnt05 .title{
	font-size: 20px;
	text-align: left;

}
.cnt05_list li{
	margin: 0 auto 30px;
	float: none;
}
.cnt05_list li.pc{
	display: none;
}
.cnt05_list .pc{
	display: none;
}
.cnt05_list .sp{
	display: block;
}
.cnt05_list .first{
	text-align: left;
}
.cnt05 .arrow{
	margin: 30px auto 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 100px 0 100px;
	border-color: #cccccc transparent transparent transparent;
}
}