@charset "utf-8";

/*===================================================================
	implementation.htm
===================================================================*/

#tabletpos_operation a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#tabletpos_operation .detailSectionInner {
	width: 930px;
	padding: 15px;
	margin: 0 auto;
	background: #28a479;
}
.tabletpos_localnav {
	margin: 0 auto;
	padding: 0px 15px;
	text-align: center;
}
.tabletpos_localnav_footer {
	padding: 65px 15px 40px;
}
.tabletpos_localnav li {
	position: relative;
	display: inline-block;
	width: 208px;
	height: 42px;
	margin-right: 8px;
}
.tabletpos_localnav li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}
.tabletpos_localnav li a{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 42px;
    box-sizing: border-box;
}
.tabletpos_localnav li a:hover{
	text-decoration: none;
	opacity: .7;
}
.tabletpos_localnav .current a{
	position: relative;
	opacity: .7;
}
.tabletpos_localnav .nav01 a{
	font-size: 11px;
	color: #4D4D8E;
	background: #fff;
}
.tabletpos_localnav .nav02 a{
	background: #588FD2;
}
.tabletpos_localnav .nav03 a{
	background: #F2A33A;
}
.tabletpos_localnav .nav04 a{
	background: #52A17B;
}

.cnt01 {
	padding: 0 0 30px;
}
.cnt01_title img{
	margin: 0 auto;
}
.cnt01_lead img{
	margin: 0 auto;
}
.cnt01_txt{
	font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.7;
}




.cnt02 {
	background: #fff;
	padding: 30px;
	margin: 0 0 30px;	
}
.cnt02_inner{
	width: 782px;
	margin: 0 auto;
}
.cnt02_title{
	font-size: 30px;
	text-align: center;
	margin: 0 0 30px;
}
.cnt02_lead{
	font-size: 20px;
	padding: 0 0 5px;
	margin: 0 0 10px;
	border-bottom: 1px solid #666;
}
.cnt02_heading{
	color: #666;
	background: #F1F1F1;
	padding: 5px 10px;
	margin: 0 0 15px;
}
.cnt02_txt {
	font-size: 15px;
	color: #666;
	margin: 0 0 15px;
}
.cnt02_txt span{
	display: block; 
	padding-left: 2.3em;
}
.cnt02_thumb{
	margin: 0 0 15px;
}
.cnt02_thumb img{
	margin: 0 auto;
}
.cnt02_number li{
	list-style: none;
}
.cnt02_list{
	padding: 0 0 0 30px;
	margin: 0 0 30px;
}
.cnt02_list li{
	position: relative;
	padding: 0 0 0 16px;
}
.cnt02_list li:before{
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}



.cnt03 a{
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 784px;
	background: #fff;
	text-align: center;
	padding: 20px 30px;
	margin: 0 auto;
    box-shadow: 2px 2px 0 rgba(0,0,0,.2);
}
.cnt03 a:hover{
	text-decoration: none;
}
.cnt03 a .in01{
	font-size: 25px;
	font-weight: bold;
	color: #28A479;
}

.cnt03 a .in01 small{
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #28A479;
	margin: 5px 0 0;
}
.cnt03 a .in02{
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #28A479;
	padding: 0 20px 0 0;
}
.cnt03 a .in02: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 #28A479;
}

.appLinkSection {
	display: flex;
	height: 150px;
	margin: 30px 0;
	border: 2px solid #28a479;
}
.appLinkSection .appLinkSectionIcon{
	position: static;
	top: 0;
	left: 0;
	background: #28a479;
}
.appLinkSection .appLinkSectionContentWrap{
	padding: 5px 15px;
}
.appLinkSection .appLinkSectionTtl {
	color: #666;
	margin: 0;
}
.appLinkSection .appLinkSectionDetail {
	overflow: hidden;
	margin: 0 0 10px;
}






@media only screen and (max-width: 768px) {
#contents.responsive img{
    width: auto!important;
}
#contents .detailSection{
	padding: 0;
}
#tabletpos_operation .detailSectionInner{
	width: 100%;
    box-sizing: border-box;
}

.tabletpos_localnav{
	padding: 15px;
}
.tabletpos_localnav li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}
.cnt01_txt{
	font-size: 18px;
	text-align: left;
}

.cnt02{
	padding: 15px;
}
.cnt02_inner{
	width: 100%;
}
.cnt02_txt{
	font-size: 14px;
}
.cnt02_list{
	padding: 0;
}

.cnt03 a{
	display: block;
	width: 100%;
	padding: 15px;
    box-sizing: border-box;
}
.cnt03 a .in01{
	font-size: 20px;
}

.cnt03 a .in01 small{
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #28A479;
	margin: 5px 0 0;
}
.cnt03 a .in02{
	position: relative;
	display: inline-block;
	top: auto;
	right: auto;
	margin: 15px 0 0;
}
.appLinkSection {
	display: block;
	height: auto;
	margin: 0 0 15px;
}
.appLinkSection .appLinkSectionIcon{
	padding: 0 60px;
}
.appLinkSection .appLinkSectionContentWrap{
	padding: 15px;
}
.appLinkSection .appLinkSectionDetail{
	margin: 0;
}
.appLinkSection .appLinkSectionDetail p{
	margin: 10px 0;
}
}