/* CSS Document */
#sub article.cWrap {
	width: auto !important;
	line-height: 1.8em;
	font-size: 110%;
}
.reflects h1 {
    font-size: 190%;
}
#subBox h2{
	margin: 30px 0 15px;
    padding: 5px 0 15px;
    font-size: 160%;
    font-weight: 700;
    border-bottom: 2px solid #181818;
	color: #181818;
}	

#subBox h3{
	font-size:125%;
	font-weight:bold;
	margin-bottom: 10px;
	padding: 8px 4px 8px 12px;
    background-color: #f6f6f6;
    border-radius: 5px;
}
#subBox p{
	font-size: 16px;
	line-height: 180%;
    letter-spacing: 1px;
}
#subBox .flex{
    display: flex;
    justify-content: space-between;
}
#subBox .flex img{
	width: 36%;
}
#subBox .flex p{
    width: 60%;
}

#subBox ul{
	line-height: 160%;
}

#subBox ul li{
	list-style-type:disc;
	margin-bottom:5px;
}

#subBox .img{
	list-style-type: none;
}

#subBox .img li{
	list-style-type:none;
	float:left;
	width:48%;
	margin:5px 0.9%;
}

#subBox .img li dl dt img{
	width:100%;
	height:auto;
}

#subBox .img li dl dd{
	text-align:left;
	color:#666;
	padding:5px 0 8px;
	letter-spacing:1px;
	line-height: 130%;
	display: table-cell;
    vertical-align: middle;
	width: 390px;
	font-size: 95%;
}
#subBox a{
    color: #666666 !important;
    font-weight: 500;
    font-size: 110%;
}
@media screen and (max-width:640px){

#subBox .img li{
	float:none;
	width:100%;
}
#subBox h2{	
	font-size: 150%;
}
#subBox .flex {
    display: block;
}
#subBox .flex img {
    width: 100%;
}
#subBox .flex p {
    width: 100%;
}

}

/* ADD CSS 2024.10.21 */
/*---------------------------------
	.page-branding_information
---------------------------------*/
.page-branding_information #subBox ul > li {
	list-style-type: none;
}
.page-branding_information #subBox .img li {
  list-style-type: none;
  float: left;
  width: 48%;
  margin: 5px 0.9%;
}
@media screen and (max-width: 640px) {
  .page-branding_information #subBox .img li {
    float: none;
    width: 100%;
  }
}