@charset "utf-8";

#sec2 .wid1 {
	max-width: 830px;
	margin: 0 auto;
}

#seidenki .main-read {
    width: 100%;
    float: none;
	letter-spacing: 0;
}

#sec3 {
    margin: 30px 0 40px;
    padding: 50px 0;
    background: #E3F7FF;
}


#sec3 .wid1:after {
	content: none;
}

/*-------- hタグ --------*/
h2,h3,h4,h5 {letter-spacing: 0.05em;}

h2 {
	margin-bottom: 30px;
	text-align: center;
}

h3 {
	margin: 0 0 5px;
	color: #272b76;
	font-size: 190%;
	line-height: 1.4;
}

h4 {
	padding: 10px 25px;
	color: #fff;
	font-size: 140%;
	text-align: center;
	background: #272b76;
	border-radius: 50px;
}

h5 {
	margin: 0 0 20px;
	color: #272b76;
	display: inline-block;
	font-size: 160%;
	font-weight: normal;
	border-bottom: 2px solid #272b76;
}

/*-------- 製品 --------*/
#product_4rows {text-align: justify;}

#product_4rows .box,
#product_4rows .box_last {
	width: 24%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

#product_4rows:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
}

#product_flex {
	max-width: 830px;
	margin: auto;
	display: flex;
	justify-content: space-around;
}

.semicon #product_flex div {
	width: 24%;
}



/*-------- タイトル --------*/
#seidenki .main-read .title {
	padding-left: 0.4em;
	margin: 0 0 10px;
	color: #272b76;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.2em;
	border-left: 5px solid #272b76;
}

.keigu {
	margin: 0 auto; 
	display: block;
	text-align: right;
}

.box-frame {
	margin: 30px 0 0;
	padding: 20px;
	border: 3px solid #272b76;
}

.box-frame ul {
	margin: 10px 0 0;
	padding-left: 20px;
}

.box-frame ul li {
	color: #272b76;
	font-weight: bold;
	list-style-type: decimal;
}

.box-frame ul li p {
	color: #333;
	font-weight: normal;
}

.semicon .box-frame ul li a {
	text-decoration: underline;
}

/*-------- 案内 --------*/
.expo-logo {
	max-width: 410px;
	display: inline-block;
}

.guide {
	margin-left: 30px;
	display: inline-block;
	vertical-align: middle;
}

.guide div {margin-top: 10px;}

.semicon .guide span {
	margin-right: 10px;
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	background: #024191;
	border-radius: 50px;
}


.guide p {
	display: inline-block;
	font-size: 130%;
	font-weight: bold;
	vertical-align: middle;
}

.guide p .bold {
	font-weight: bold;
}

.guide span.small {
	margin: 0;
	padding: 0;
	display: inline;
	color: #333;
	font-size: 85%;
	font-weight: normal;
	background: none;
	border-radius: 0;
}

.underline {
	text-decoration: underline;
}

.semicon #kome {
	padding: 20px 0 0;
	margin-top: 20px;
	border-top: 1px solid #272b76;
}

.semicon #kome img {
	width: 85px;
	margin: -5px 3px 0 3px;
	display: inline-block;
	vertical-align: middle;
}


/** middle
===================================*/
@media screen and (max-width: 990px){
#sec2 .wid1 {width: 100%;}

#sec3 {
	margin-bottom: 15px;
	padding: 50px 40px;
}

/*-------- タイトル --------*/
.title {
	padding-left: 10px !important;
}

/*-------- 案内 --------*/
.expo-logo {
	max-width: 410px;
	margin: 0 auto;
	display: block;
}

.guide {
	margin: 0 auto;
	display: table;
	vertical-align: top;
}

/*-------- 製品 --------*/
#product_4rows .box {width: 30%;}

#product_4rows .box_last {
	width: 30%;
	margin-top: 20px;
}

}


/** mobile
===================================*/
@media screen and (max-width: 768px){
#sec3 {
	padding: 50px 40px 20px;
	width: 100%;
}
.semicon #sec3 {padding: 50px 20px 20px;}

/*-------- 案内 --------*/
.expo-logo {
	width: 90%;
}

.guide p {
	margin-top: 3px;
	padding-left: 0.7em;
	display: block;
}

/*-------- 製品 --------*/
#product_4rows .box,#product_4rows .box_last {width: 47%;}
#product_4rows .box img {margin-bottom: 20px;}
#product_4rows .box_last {margin: 0;}

.semicon #product_flex {
	flex-wrap: wrap;
}
.semicon #product_flex div {
	width: 48% !important;
	margin-bottom: 3.5%;
}

}
