@charset "utf-8";


#contents{
	padding: 60px 0 120px;
}
#contents h2{
	font-size: 2.2rem;
	line-height: 140%;
	text-align: left;
	padding: 0 0 10px;
	margin: 0 auto 30px;
	border-bottom: 1px solid #333;
}

#contents h3{
	font-size: 2.0rem;
	line-height: 140%;
	margin: 0 auto 15px;
}

#contents p.txt{
	font-size: 1.6rem;
	line-height: 200%;
	margin: 60px auto 20px;
}
#contents p.txt strong{
	color: #3a7775;
}
#contents .links>ul+p.btn{
	margin: 40px auto 0;
}

#contents .links{
	display: block;
	line-height: 0;
	border-bottom: 1px solid #999;
	margin: 0 auto;
}
#contents .links>ul{
	display: block;
	letter-spacing: -0.4em;
	text-align: center;
	line-height: 0;
	margin: 0 auto;
}
#contents .links>ul>li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 260px;
	margin: 0 6px 0 0;
	font-size: 1.6rem;
	color: #333;
	background: #fff;
	border: 1px solid #333;
	border-bottom: none;
	text-align: center;
	cursor: pointer;
	position: relative;
	transition: 0.3s ease-in-out;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#contents .links>ul>li:last-child{
	margin-right: 0;
}
#contents .links>ul>li:hover,
#contents .links>ul>li.active{
	color: #fff;
	background: #333;
}
#contents .links>ul>li::after{
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	/*content: '';*/
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#contents .links>ul>li:hover::after,
#contents .links>ul>li.active::after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
#contents .links>ul>li>a{
	display: table;
	width: 100%;
	min-height: 65px;
	color: #333;
	transition: 0.3s ease-in-out;
}
#contents .links>ul>li>a:hover,
#contents .links>ul>li.active>a{
	text-decoration: none;
	color: #fff;
}
#contents .links>ul>li>a>span{
	display: table-cell;
	line-height: 140%;
	vertical-align: middle;
}

#contents .cont{
	line-height: 0;
	text-align: left;
	margin: 0 auto;
	padding: 60px 0 0;
}
#contents .cont a{
	color: #3a7775;
}
#contents .cont p{
	font-size: 1.6rem;
	line-height: 200%;
	color: #333;
	margin: 0 auto 20px;
}
#contents .cont p.tx{
	margin-bottom: 40px;
}
#contents .cont p strong{
	font-weight: bold;
}
#contents .cont p strong span{
	color: #008c46;
}
#contents .cont p.image{
	width: 100%;
	margin: 0 auto 40px;
	text-align: center;
}
#contents .cont p.image img{
	max-width: 100%;
	height: auto;
}
#contents .cont ul{
	display: block;
	margin: 0 auto 20px;
	text-align: left;
	line-height: 0;
}
#contents .cont ul.v2{
	margin-bottom: 30px;
}
#contents .cont ul>li{
	display: block;
	font-size: 1.6rem;
	line-height: 200%;
	color: #333;
	margin: 0 auto;
	padding: 0 0 0 1em;
	position: relative;
}
#contents .cont ul>li:last-child{
	margin-bottom: 0;
}
#contents .cont ul>li::before{
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

#contents .cont ul.cap>li::before{
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

#contents .cont ol{
	display: block;
	margin: 0 auto 20px;
	text-align: left;
	line-height: 0;
}
#contents .cont ol>li{
	display: block;
	font-size: 1.6rem;
	line-height: 200%;
	color: #333;
	margin: 0 0 1em;
	padding: 0 0 0 25px;
	position: relative;
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
}
#contents .cont ol>li:last-child{
	margin-bottom: 0;
}
#contents .cont ol>li::before{
	display: marker;
	content: counter(cnt) ". ";
	position: absolute;
	top: 0;
	left: 0;
}

#contents .cont table{
	max-width: 100%;
}
#contents .cont table th{
	background: #f9f9f9;
	border: 1px solid #ccc;
}
#contents .cont table td{
	border: 1px solid #ccc;
}
#contents .cont table td dt{
    line-height: 2.0;
}
#contents .cont table td dt:before{
    display: inline-block;
    content: "・";
}
#contents .cont table td dd{
    margin: 0 0 10px 30px;
}
#contents .cont table td dd span{
    display: block;
    line-height: 1.4;
    font-size: 1.5rem;
    padding: 5px 0 0;
    text-indent: -1em;
    margin-left: 1em;
}


@media screen and (min-width:768px){
	
	#contents .cont a[data="tel"]{
		color: #333;
	}
}

@media screen and (max-width:767px){
	#contents{
        padding: 40px 0 0;
    }
	#contents h2{
		font-size: 1.8rem;
	}
	#contents h3{
		font-size: 1.6rem;
	}
	
	#contents p.txt{
        margin-top: 40px;
		font-size: 1.6rem;
	}
	#contents .cont p.x3{
		text-align: left !important;
	}
	
	#contents .links{
		width: 100%;
		overflow: auto;
	}
	#contents .links>ul>li{
		width: 83px;
		font-size: 1.2rem;
		margin: 0 3px 0 0;
	}
	#contents .links>ul>li:last-child{
		font-size: 1.1rem;
	}
	#contents .links>ul>li::after{
		right: 15px;
		width: 4px;
		height: 4px;
		margin-top: -2px;
	}
	#contents .links>ul>li>a{
		min-height: 55px;
	}
	#contents .links>ul>li>a>span{
		line-height: 120%;
	}
	
	
	#contents .cont{
		padding: 40px 0 0;
	}
	#contents .cont p{
		font-size: 1.45rem;
	}
	
	#contents .cont table,
	#contents .cont table tbody,
	#contents .cont table tr,
	#contents .cont table th,
	#contents .cont table td{
		display: block;
	}
	#contents .cont table{
		border: none;
	}
	#contents .cont table th,
	#contents .cont table td{
		padding: 22px 20px 20px;
		border: none;
	}
	#contents .cont table td{
		background: #fefefe;
	}
	
}