@charset "utf-8";
/* CSS Document */

#main_area_ex {
width:800px;
}
#main_in1_wide_ex {
width:780px;
}
h1{
margin: 5px 0;
text-align: center;	
}

h2 {
margin: 30px 20px;		
}

h3 {
margin: 20px 15px;
background: linear-gradient(transparent 70%, #a7d6ff 70%);
}

h4 {
margin: 20px 15px;
background: linear-gradient(transparent 70%, #ffa7aa 70%);
}

h5 {
display: inline-block;
margin: 20px 15px;
background: linear-gradient(transparent 70%, #a7d6ff 70%);
}

h6 {
display: inline-block;
margin: 20px 15px;
background: linear-gradient(transparent 70%, #ffa7aa 70%);
}

h7 {
margin: 20px 15px;
background: linear-gradient(transparent 70%, #ffd700 70%);
}

#main_in1_wide {
width:980px;
padding:10px 0;
background:#ffffff;	
border-radius:0 0 8px 8px;
}
#honbun {
margin:0 20px !important;	
}
#content_list {
margin:0 30px 0 150px;
}

ol.ol01 li {
margin: 30px;
font-size:130% !important;
line-height:250% !important;	
}

dl.category {
margin:20px 40px;
text-align:center;
line-height: 180%;
}
dl.category dt,dl.category dd {
text-align:left;
}
dl.category dd {
margin:0 0 10px 12px;;
}

.table04 tr:nth-child(even) td {
    background-color: #ffffff;
	padding:6px 3px;
	text-align: left;
}
.table04 tr:nth-child(odd) td {
    background-color: #f7f7f7;
	padding:6px 3px;
		text-align: left;

}


#pankuzu {
    margin: 20px !important;
}

a:hover img.alpha {
opacity: 0.75;
filter: alpha(opacity=75);
}

/*「対応製品を検索」ボタン*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding: 0rem 1rem;
  cursor: pointer;
  text-align: left;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.3rem;
}

a.btn--orange {
  color: #fff;
  background: #eb6100;
display: block;
        width:18rem;
}
a.btn--orange:hover {
    display: block;
    width:18rem;
      font-weight: 700;
      color: #f56500;
  background-color: #fff;
    border:1.5px solid #f56500;

}

a.btn-c {
  font-size: 1.3rem;
  position: relative;
  padding: 0rem 1rem;
}

a.btn-c i.fa {
  margin-right: .8rem;
}

.frame-box-001 {
	padding: 10px;
	position: relative;
	margin: 20px 150px;
	font-size: 18px;
	font-weight: bold;
	color: #DD6803;
	text-align: center;	
	background-color: #FEE8D5;
}

.frame-box-001::before, .frame-box-001::after {
	content: '';
	width: 50px;
	height: 50px;
	position: absolute;
}

.frame-box-001::before {
	border-left: solid 10px #F77503;
	border-top: solid 10px #F77503;
	top: 0;
	left: 0;
}

.frame-box-001::after {
	border-right: solid 10px #F77503;
	border-bottom: solid 10px #F77503;
	bottom: 0;
	right: 0;
}
