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

/* title 系 */
.mainvisual {
	width: 100%;
	height: 302px;
	background: url("/brand_kaihatsu/img/fv_Bkaihatu.jpg") no-repeat;
	background-size: cover;
  }
  
  .brand_hinshitsu h3 {
	color: #2070a3;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 10px;
  }
  .brand_hinshitsu .page_title {
	margin-bottom: 2em;
  }
  .brand_hinshitsu .page_title h2 {
	font-size: 1.9em;
  }

  .brand_hinshitsu .page_title h3 {
	font-weight: bold;
	font-size: 1.4em;
  }

#Mimg{
	margin-bottom:50px;
}

.ci_branding h4{
	color:#005b96;
	font-size:1.385em;
	margin-bottom:16px;
}

.cate_ttl{
	margin-bottom:20px;
}
.cate_ttl h2{
	font-size:2.2em;
	color:#000000;
}
.brand_hinshitsu01 {
	margin-bottom:35px;
}
.brand_hinshitsu01 h3 {
	color: #005B96;
	font-size: 1.2rem;
	line-height: 1.2;
	margin: 0 0 10px 0;
}

.brand_hinshitsu02 {
	overflow: hidden;
	margin-bottom:50px;
}
.brand_hinshitsu02_inner{
	display: flex;
	flex-wrap: wrap;
    max-width: 605px;
}
.brand_hinshitsu02 h3 {
	font-size: 1.1em;
	font-weight:normal;
	margin-left:16px;
}
.brand_hinshitsu_case {
	/* float:left; */
	max-width:125px;
	margin-left:5px;
}
/* .brand_hinshitsu02 .brand_hinshitsu_case:nth-child(2) {
	margin-left:5px;
	clear:both;
} */
.brand_hinshitsu02 .brand_hinshitsu_case:nth-child(6) {
	margin-left:5px;
}
.brand_hinshitsu_case p {
	margin-left:10px;
	
}

.brand_youso01 {
	margin-bottom:35px;
}
.brand_youso01 h3 {
	font-size: 1.5em;
	line-height: 1.4;
	margin: 0 0 20px 0;
	color: #000;
	font-weight: 500;
}
.brand_youso01 h3 span {
	font-size: 1.3em;
}
.brand_youso01 h4 {
	color:#005B96;
	font-size: 1.5em;
	line-height: 1.2;
	margin-bottom:10px;
}
.brand_youso01_setumei {
}

.brand_youso02 {
	text-align: center;
	margin-bottom:35px;
}
.brand_youso02 p {
	font-size: 1.3em;
	margin-bottom:15px;
}
.brand_youso02 img {
}

.brand_youso03 {
	margin-bottom: 35px;
}
.brand_youso03 ul {
	list-style-type: decimal;
	margin: 0 20px;
	margin-bottom:10px;
}
.brand_youso03 li {
	text-indent: -1em;
    padding-left: 1em;
}

.brand_youso04 {
	margin-bottom:35px;
}
.brand_youso04 h4 {
	color: #005B96;
	font-size: 1.5em;
	margin-bottom: 10px;
}
.brand_youso05 {
	margin-bottom:35px;
	overflow: hidden;
	gap: 1.5em;
}
.brand_youso05 ul {
	list-style-type: none;
	justify-content: center;
    gap: 2em;	
}
.brand_youso05 li {
	text-indent: -1em;
    padding-left: 1em;
	line-height: 1.4;
    margin-bottom: 0.5em;
}
.brand_youso06 {
	margin-bottom:25px;
}
.brand_youso06 {
	text-align: center;
	margin-top: 4em;
}


/*ホバー*/
.button {
  line-height: 32px;
	border-radius:5px;
  color: #fff;
  background: #89A3CB;
	padding:5px 20px;;
}

@media (max-width: 768px) {
	.mainvisual {
	  height: 130px;
	}
	.brand_youso05 ul{
		flex-direction: column;
		gap: 0;
	}
	.brand_youso01 h3{
		font-size: 18px;
	}
  }
