@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main {
	margin: 0 auto 40px;
	width: 1100px;
}

#conts .txt {
	margin-bottom: 47px;
	font-size: 1.5em;
}

#conts .bdBox {
	margin-bottom: 31px;
	padding: 15px 20px 31px 20px;
	border-radius: 5px;
	behavior: url(../js/pie.htc);
	position: relative;
	border: 3px solid #F2F2F2;
}

#conts .bdBox .title {
	margin-bottom: 10px;
	font-size: 2em;
	line-height: 1.2;
	font-weight: bold;
}

#conts .bdBox .title .red {
	margin-right: 15px;
	padding-bottom: 1px;
	width: 122px;
	display: inline-block;
	font-size: 0.7em;
	color: #fff;
	text-align: center;
	background-color: #E83C40;
	font-family: Century Gothic;
}

#conts .bdBox .title .red span {
	margin-right: 4px;
	font-size: 1.55em;
}

#conts .bdBox .title .txtSpan {
	margin-left: 5px;
	color: #E73B3F;
}

#conts .bdBox .title .txtSpan span {
	font-size: 1.75em;
	font-style: oblique;
}

#conts .bdBox .imgBoxL .photoBox {
	margin-top: 5px;
	float: left;
}

#conts .bdBox .imgBoxL .textBox {
	width: 400px;
	float: right;
}

#conts .bdBox .imgBoxL .textBox p {
	margin-bottom: 12px;
	font-size: 1.5em;
	line-height: 1.8;
}

#conts .bdBox .imgBoxL .textBox p .red {
	color: #CB2417;
	font-weight: bold;
}

#conts .bdBox .imgBoxL .textBox .bottomTxt {
	margin-bottom: 0;
	/*font-size: 1.8em;*/
	line-height: 1.2;
	font-weight: bold;
	font-family: Century Gothic;
	/*text-align: right;*/
}

#conts .bdBox .imgBoxL .textBox .bottomTxt .red {
	margin-left: 5px;
	color: #CB2417;
	font-size: 1.5em;
	font-weight: bold;
}

#conts .bdBox .imgBoxL .textBox .bottomTxt .nmlTxt {
	margin-left: 5px;
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
}

#conts .bdBox .imgBoxL .textBox .bottomTxt .small {
	font-size: 0.8em;
}

#conts .bdBox .imgBoxL .textBox .colorBox {
	margin-bottom: 10px;
	padding: 11px 5px 15px;
	background-color: #FDFAF7;
}

#conts .bdBox .imgBoxL .textBox .colorBox .pTitle {
	margin-bottom: 3px;
	font-size: 1.8em;
	font-weight: bold;
}

#conts .bdBox .imgBoxL .textBox .colorBox .ulBox ul {
	width: 195px;
	float: left;
}

#conts .bdBox .imgBoxL .textBox .colorBox .ulBox .rUl {
	width: 190px;
	float: left;
}
#conts .bdBox .imgBoxL .textBox .colorBox .ulBox .rUlWide {
	width: 210px;
	float: left;
}

#conts .bdBox .imgBoxL .textBox .colorBox li {
	padding-left: 10px;
	font-size: 1.3em;
	line-height: 1.8;
	color: #000;
	letter-spacing: -1.5px;
	background: url(../images/common/icon35.png) no-repeat left 8px;
}

#conts .bdBox01 .title .red {
	background-color: #669900;
}

#conts .bdBox01 .title .txtSpan {
	color: #669900;
	letter-spacing: -1px;
}

#conts .bdBox01 .title .txtSpan span {
	color: #669900;
	font-style: normal;
}

#conts .bdBox02 .title .red {
	background-color: #2196E4;
}

#conts .bdBox02 .title .txtSpan {
	color: #2196E4;
}

#conts .bdBox02 .title .txtSpan span {
	color: #2196E4;
	font-style: normal;
}

#conts .bdBox03,
#conts .bdBox04,
#conts .bdBox05 {
	padding: 25px 20px 30px 20px;
}

#conts .bdBox03 .title,
#conts .bdBox04 .title,
#conts .bdBox05 .title {
	font-size:  2.3em;
}

#conts .bdBox03 .title {
	color: #E73B3F;
}

#conts .bdBox04 .title {
	color: #669900;
}

#conts .bdBox05 .title {
	color: #2196E4;
}

#conts .bdBox03 .imgBoxL .textBox .colorBox .ulBox ul,
#conts .bdBox04 .imgBoxL .textBox .colorBox .ulBox ul {
	width: 190px;
}

#conts .bdBox03 .imgBoxL .textBox .colorBox .ulBox .rUl,
#conts .bdBox04 .imgBoxL .textBox .colorBox .ulBox .rUl {
	width: 190px;
}

#conts .bdBox05 .imgBoxL .textBox {
	width:100%;
	float: none;
}

#conts .bdBox05 .imgBoxL .textBox .colorBox .ulBox ul {
	width: 177px;
}

#conts .bdBox05 .imgBoxL .textBox .colorBox .ulBox ul:first-child {
	width: 146px;
}

#main .comNaviUl li a:hover {
	text-decoration:underline;
}

/***** 250817 add start *****/
.priceBox{
	margin-top: 30px;
	width: 100%;
	font-size: 1.8em;
}

.priceTxt{
	margin: auto 20px;
	line-height: 1.2;
	font-weight: bold;
	font-family: Century Gothic;
	float: left;
	text-align: center;
}

.triangle {
	background: #000000;
	height: calc(tan(60deg) * 17px / 2);
	width: 10px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	margin: 10px auto;
}
/***** 250817 add  end  *****/
