  @charset "UTF-8";

.box {
	background-color: #fff;
	padding: 20px 0;
}
.box2 {
	background-color: #fff;
	padding: 0;
}
.box .inner {
	padding: 0 60px;
}
.box .wrap .img {
	text-align: center;
	margin: 40px 0;
}
.box .txt {
	font-size: 16px;
	margin-bottom: 20px;
	padding: 0 60px;
}
.box .txt a {
	text-decoration: underline;
}
.box .txt2 {
	font-size: 18px;
	font-weight: bold;
	padding: 0 60px;
}
.box .txt3 {
	font-size: 16px;
	margin-bottom: 20px;
	padding: 0 120px;
}
.get_adobe_reader {
	text-align: center;
	margin: 20px 0;
}
.get_adobe_reader p {
	display: inline-block;
	padding: 20px 100px;
	border: 1px dashed #ccc;
	line-height: 33px;
	font-size: 14px;
}
.page_title:before {
	content: "Service";
}
/* service_area */
.service_area{
	background:#fff;
	padding: 20px 100px;
	margin: auto auto 20px;
	border: 1px dashed #ccc;
	}
.service_area dl{
	width: 500px;
	margin-left: auto; 
	margin-right: auto;
	font-weight:bold;
	}
.service_area dl dt {
	font-weight:bold;
	font-size: 14px;
	}
.service_area dl dd {
	background:url(/corp/kte/common/images/aboutus/logo_freecall.png) left bottom no-repeat;
	padding-left:40px;
	letter-spacing:0.1em;
	font-weight:bold;
	}
a[href^="tel:"] {
	pointer-events: none;
	cursor:default;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	}

@media screen and (max-width: 736px) {
	.box {
		padding: 20px 0;
	}
	.box2 {
		padding: 0;
	}
	.box .inner {
		padding: 0 15px;
	}
	.box .wrap .img {
		margin: 20px 0;
	}
	.box .txt {
		font-size: 15px;
		padding: 0;
	}
	.box .txt a {
		word-break: break-all;
	}
	.box .txt2 {
		margin-bottom: 10px;
		font-size: 16px;
		padding: 0;
		text-align: left;
	}
	.box .txt3 {
		font-size: 15px;
		padding: 0;
	}
	.get_adobe_reader p {
		display: block;
		padding: 10px 15px;
		line-height: 1.4;
		font-size: 14px;
	}
	.get_adobe_reader p a {
		display: block;
		margin-top: 10px;
	}
	.comment {
		padding: 10px 0;
		font-size: 13px;
		color: #999;
		text-align: center;
	}
	.service_area{
	background:#fff;
	padding: 5px 40px;
	margin: auto auto 20px;
	border: 1px dashed #ccc;
	}
	.service_area dl{
	width: 100%;
	margin-left: auto; 
	margin-right: auto;
	font-weight:bold;
	}
	.service_area dl dt {
	font-weight:bold;
	}
	.service_area dl dd {
	background:url(/corp/kte/common/images/aboutus/logo_freecall.png) left bottom no-repeat;
	padding-left:40px;
	letter-spacing:0.1em;
	font-weight:bold;
	}
	a[href^="tel:"] {
	pointer-events: auto;
	cursor:auto;
	color: #E60012;
	font-weight:bold;
	text-decoration: underline;
	font-size: 32px;
	}
}


/*-------------------------------- 210310×·Ó› */
.btnList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 40px 0 0 -30px;
}
.btnList li {
	width: calc(100% / 2 - 30px);
	margin-left: 30px;
	margin-bottom: 30px;
}
.btnList li a {
	display: block;
    position: relative;
    padding: 20px 10px;
    color: inherit;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
	border: 1px solid #ccc;
    background-color: #fff;
	box-shadow: 2px 4px 5px #ccc;
}
.btnList li a::after {
	content: "?";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.btnList li a:hover {
	color: #006ab0;
	border-color: #006ab0;
}
.btnList li a:active {
	right: -2px;
	bottom: -2px;
}
@media screen and (max-width: 736px) {
	.btnList {
		display: block;
		margin: 30px 0 0;
	}
	.btnList li {
		width: 100%;
		margin-left: 0;
	}
	.btnList li a {
		padding: 15px 40px;
		font-size: 16px;
	}
	.btnList li a::after {
		right: 15px;
	}
}
/*-------------------------------- 210310¤³¤³¤Þ¤Ç */