@charset "utf-8";
/* CSS Document */

p.typeP {
	margin: 25px 0 10px 0;
	background: url(../img/lineup/kyoka_toroku/underline.gif) no-repeat 0 0;
	font-weight: bold;
	font-size: 20px;
	text-indent: 45px;
	line-height: 1.4;
	height: 37px;
}
.titleMain{
	padding-bottom: 8px;
	margin: 50px 0 18px;
	border-bottom: 2px dotted #ccc;
	font-size: 18px;
	font-weight: 600;
}
.kyoka-label{
	display: inline-block;
	width: 85px;
	padding: 5px 15px;
	margin-right: 1rem;
	font-size: 16px;
	text-align: justify;
	text-align-last: justify;
	background-color: #EE7325;
	color: #fff;
	border-radius: 3px;
}

span.titleSub {
	margin-left: 10px;
	font-size: 14px;
	font-weight: 400;
}

span.kyokaPrice {
	font-size: 22px;
	font-weight: bold;
	margin-right: 3px;
}

.kyokaTAB__wrap{
	display: flex;
	justify-content: space-between;
}
.kyokaTAB__img{
	max-width: 43%;
}
.kyokaTAB__img img{
	width: 100%;
}
.kyokaTAB__table{
	width: 55%;
}

/* 見積りボタン　テスト START */
.btnTd {
	font-size: 0.9rem;
	font-weight: 600;
	color: #fff;
	background-color: #f90;
	box-shadow: 0px 3px 3px #EE7325;
	border-radius: 2px;
	padding: 10px;
	border: none;
	white-space: nowrap;
}

.btnTd:hover {
	transform: translate(1px, 1px);
	box-shadow: inset 0px 3px 3px #EE7325;
}

.b-silver, .b-gold, .b-white {
	font-size: 1rem;
	font-weight: bold;
	text-align: center; 
	padding: 2px 7px;
	border-radius: 15px;
	line-height: 2;
}

.b-silver {
	border: 2px solid silver;
}

.b-gold {
	border: 2px solid gold;
}

.b-white {
	border: 2px solid #ddd;
}

.tableTitle {
	font-size: 1.2rem;
	background-color: #EE7325;
	color: #fefefe;
}

.table td.permit {
	vertical-align: middle;
}

.table td {
	line-height: initial;
}

/* 見積りボタン　テスト END */

table.kyokaTAB {
	margin-left: 40px;
	margin-bottom: 20px;
}

table.kyokaTAB td {
	vertical-align: middle;
}

table.kyokaTAB td.kyokaTDimage {
	vertical-align: top;
}

table.kyokaTAB th.kyokaTHgray {
	background-color: #ccc;
	color: #333;
	text-align: center;
}

table.kyokaKindTAB {
	margin: 0 0 0 40px;
	background-color: #666;
	float: left;
}

table.kyokaKindTAB th {
	background-color: #ccc;
	color: #333;
	text-align: center;
}

table.kyokaKindTAB td {
	background-color: #fff;
}

p.originalKyokaP {
	margin-top:20px;
	margin-left:60px;
	font-size: 13px;
}

#kyokaTL {
	margin-left:10px;
}

/* #kyokaTR {
} */

.kyoka-moreinfo{
	margin-top: 30px;
}

.kyoka-moreinfo__title{
	font-size: 16px;
	border-left: 8px solid #EE7325;
	background-color: #efefef;
	padding-left: 15px;
	line-height: 2;
	margin-bottom: 20px;
}

.kyoka-moreinfo__wrap{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.kyoka-moreinfo__box{
	height: auto;
}

.kyoka-moreinfo__box.ta-center{
	text-align: center;
}

.kyoka-moreinfo__box img{
	max-width: 100%;
}

.kyoka-moreinfo__box-title-dot{
	font-size: 18px;
	line-height: 1.8;
	border-bottom: 2px dotted #ccc;
	font-weight: bold;
	margin: 2rem 0 1rem;
}

.kyoka-moreinfo__box-title-line{
	font-size: 16px;
	line-height: 1.8;
	/* border-bottom: 1px solid #ccc; */
	font-weight: bold;
}

.kyoka-moreinfo__box-btn{
	text-align: center;
	margin: 1rem auto;
	display: inline-block;
	width: 200px;
	background-color: #EE7325;
	color: #fff !important;
	padding: 8px 16px;
	border: #EE7325 1px solid;
	border-radius: 30px;
	transition: ease 0.3s;
	box-shadow: #ccc 5px;
}

.kyoka-moreinfo__box-btn:hover{
	background-color: #fff;
	color: #EE7325 !important;
	transition: ease 0.3s;
}
.kyoka-moreinfo__box.-w30{
	width: 30%;
}
.kyoka-moreinfo__box.-w50{
	width: 45%;
}
.kyoka-moreinfo__box.-w60{
	width: 60%;
}