#mainc {
  width: 100%;
}

#mainc_inner {
  width: 100%;
}

.fs_16px{
	font-size: 16px;
}

.title01_02{
	font-size: 30px;
	margin:30px 0;
	color: #004b87;
  text-align: center;
}

.title01_02 span{
	background: linear-gradient(transparent 60%, #ffbc3f 40%);
    display: inline-block;
}

.txt_main{
	color:#0070bb;
}

.title02_01{
	color: #fff;
	background-color: #004b87;
	padding: 3px 20px 5px 20px;
	font-size: 24px;
	margin: 40px 0 20px 0;
}

.link_underline{
	text-decoration: underline!important;
}

.mouser_search{
	background-color: #f9f9f9;
	padding: 20px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.mouser_search div{
	display: flex;
	align-items: center;
}

.mouser_search .search_field{
	background:#fff;
	border:solid 1px #cccccc;
	border-radius: 3px;
	width:300px;
	font-size:18px;
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
	padding: 0 10px;
	height: 38px;
  color: #000;
}
.mouser_search input[type="text"]:focus{
    box-shadow:none!important;
    border: solid 1px #cccccc!important;
}

.mouser_search_btn{
	border:none;
	color: #fff;
	background-color: #555566;
	border-radius: 3px;
	font-size: 18px;
	padding: 5px;
	height: 40px;
	width: 100px;
}

.title03_01{
	font-size: 22px;
	margin: 30px 0;
}

.merit_06{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;	
}

.merit_06 p {
  font-size: 160%;
}

.merit_contents{
	border:solid 2px #0070bb;
	border-radius: 20px;
	width: 300px;
	height: 400px;
	margin-bottom: 30px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.merit_contents_title{
	color: #004b87;
	font-size: 22px;
	font-family: 'Hiragino Kaku Gothic W7 JIS2004';
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	height: 50px;
}

.merit_contents img{
	margin: 40px auto;
	text-align: center;
}

.merit_contents p{
	line-height: 1.6;
}

.mouser_bland_btn{
	display: inline-block;
	padding: 10px;
	background: linear-gradient(150deg, #004b87, #0070bb)!important;
	color: #fff!important;
	text-decoration: none!important;
	border-radius: 10px;
	text-align: center;
	width: 280px; 
	line-height: 1.4;
	font-family: 'Hiragino Kaku Gothic W7 JIS2004';
	font-weight: bold;
	margin: 30px 0;
	font-size: 18px!important;
}

.mouser_search_btn:hover, .mouser_bland_btn:hover{
	opacity: .6;
}

.mouser_bland p {
  font-size: 160%;
}