@charset "utf-8";

#ykkap-tpl-contents .main .text {
	padding-top: 90px;
}
#ykkap-tpl-contents .main .text h3 {
	font-weight: bold;
	color: #007FBF;
	font-size: 20px;
	margin-bottom: 20px;
}

#ykkap-tpl-contents .tabs {
	padding-top: 10px;
	margin-bottom: 10px;
}
#ykkap-tpl-contents .tabs li {
	margin-left: 0;
}
#ykkap-tpl-contents .tabs li.tab-kodate {
	margin-left: 5px;
}
#ykkap-tpl-contents .tabs li.tab-building {
	margin-left: 10px;
}
#ykkap-tpl-contents .tabs li a {
	display: block;
	width: 456px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 6px;
	position: relative;
}
#ykkap-tpl-contents .tabs li a.active {
	background: #f5fbff;
	border: 1px solid #dee9f5;
}
#ykkap-tpl-contents .tabs li a .icon {
	padding: 0;
	display: block;
	height: 46px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#ykkap-tpl-contents .tabs li.tab-kodate a .icon {
	width: 50px;
	background: url(/support/safety/amido/img/tab_icon_kodate.png) no-repeat;
}
#ykkap-tpl-contents .tabs li.tab-building a .icon {
	width: 36px;
	background: url(/support/safety/amido/img/tab_icon_building.png) no-repeat;
}

#ykkap-tpl-contents .tab-contents {
	padding: 15px 15px 0;
}
#ykkap-tpl-contents .tab-contents .inner-box {
	margin-bottom: 25px;
}
#ykkap-tpl-contents .tab-contents .inner-box .inner {
	padding: 15px 25px;
}
#ykkap-tpl-contents .tab-contents .inner-box .inner.amido-main {
	padding: 15px;
	margin-top: 20px;
}

#ykkap-tpl-contents .btns {
	margin-left: -10px;
}
#ykkap-tpl-contents .btns .btn-conversion {
	float: left;
	margin-left: 10px;
}

#ykkap-tpl-contents #toiawase .toiawase-box {
	padding: 20px;
}
#ykkap-tpl-contents #toiawase .toiawase-box h4 {
	font-weight: bold;
	font-size: 16px;
}
#ykkap-tpl-contents #toiawase .toiawase-box dl dt {
	background: #333;
	padding: 6px 20px;
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	border-radius: 6px;
}
#ykkap-tpl-contents #toiawase .toiawase-box dl dd {
	float: left;
	margin-left: 10px;
}
#ykkap-tpl-contents #toiawase .toiawase-box dl dd ul {
	margin-top: 2px;
	margin-left: -5px;
}
#ykkap-tpl-contents #toiawase .toiawase-box dl dd ul li {
	float: left;
	margin-left: 30px;
}

#ykkap-tpl-contents #toiawase .tpl-style-column2 .column .contents-ttl-lv3 {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#ykkap-tpl-contents #toiawase .tpl-style-column2 .column dl dt {
	font-weight: bold;
	margin-bottom: 3px;
}
#ykkap-tpl-contents #toiawase .tpl-style-column2 .column dl dd {
	margin-bottom: 12px;
}
#ykkap-tpl-contents #toiawase .tpl-style-column2 .column dl dd .tel {
	font-weight: bold;
	font-size: 20px;
	vertical-align: middle;
	margin-left: 2px;
}
#ykkap-tpl-contents #toiawase .tpl-style-column2 .column dl dd img {
	vertical-align: middle;
	margin-right: 2px;
}


/* ===================================================================================
for SP max-width: 640px
=================================================================================== */
@media screen and (max-width: 640px) {
	#ykkap-tpl-contents .main .text {
		padding-top: 0px;
	}
	#ykkap-tpl-contents .main .text h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	#ykkap-tpl-contents .tabs {
		padding: 10px 10px 0;
	}
	#ykkap-tpl-contents .tabs li {
		width: 100%;
	}
	#ykkap-tpl-contents .tabs li.tab-kodate {
		margin: 0 0 5px 0;
	}
	#ykkap-tpl-contents .tabs li.tab-building {
		margin: 0 0 5px 0;
	}
	#ykkap-tpl-contents .tabs li a {
		width: 100%;
		height: 40px;
		line-height: 40px;
	}
	#ykkap-tpl-contents .tabs li a .icon {
		height: 25px;
		left: 10px;
		top: 8px;
	}
	#ykkap-tpl-contents .tabs li.tab-kodate a .icon {
		width: 25px;
		background-size: 25px 25px;
	}
	#ykkap-tpl-contents .tabs li.tab-building a .icon {
		width: 25px;
		background-size: 18px 25px;
	}

	#ykkap-tpl-contents .tab-contents {
		padding: 10px;
	}
	#ykkap-tpl-contents .tab-contents .inner-box {
		margin: 0 0 15px 0;
	}
	#ykkap-tpl-contents .tab-contents .inner-box .inner {
		padding: 15px 15px;
	}
	#ykkap-tpl-contents .tab-contents .inner-box .inner.amido-main {
		padding: 10px 5px 10px 10px;
		margin-top: 10px;
	}

	#ykkap-tpl-contents .btns {
		margin-left: 0;
	}
	#ykkap-tpl-contents .btns .btn-conversion {
		float: none;
		margin-left: 0;
	}

	#ykkap-tpl-contents .btns .btn-conversion .YKKAP-Button {
		background: #fff;
		border: 2px solid #0084b9;
		line-height: 1.2;
		padding: 5.33333vw 13.33333vw 5.33333vw 5.46667vw;
		text-align: left;
		font-weight: normal;
		height: auto;
		border-radius: 0;
	}
	#ykkap-tpl-contents .btns .btn-conversion .YKKAP-Button:before {
		content: none;
	}
	#ykkap-tpl-contents #toiawase .toiawase-box {
		padding: 10px;
	}
	#ykkap-tpl-contents #toiawase .toiawase-box h4 {
		font-size: 14px;
	}
	#ykkap-tpl-contents #toiawase .toiawase-box dl dt {
		padding: 3px;
		float: none;
		font-size: 12px;
		border-radius: 4px;
		text-align: center;
	}
	#ykkap-tpl-contents #toiawase .toiawase-box dl dd {
		float: none;
		margin-left: 0;
	}
	#ykkap-tpl-contents #toiawase .toiawase-box dl dd ul {
		margin-top: 0;
		margin-left: -10px;
		padding-top: 5px;
	}
	#ykkap-tpl-contents #toiawase .toiawase-box dl dd ul li {
		float: none;
		margin-left: 30px;
	}

	#ykkap-tpl-contents #toiawase .tpl-style-column2 .column .contents-ttl-lv3 {
		padding-bottom: 6px;
		margin-bottom: 10px;
		font-size: 16px;
	}
	#ykkap-tpl-contents #toiawase .tpl-style-column2 .column .contents-ttl-lv4 {
		margin-bottom: 10px;
		font-size: 14px;
	}


}