@charset "UTF-8";

h1 {
width: 100%;
text-align: center;
background-color: #112444;
color: #fff;
font-size: 26px;
padding-top:10px;
padding-bottom:12px;
}

/* 商品選択（トップ）
-------------------------------------------------- */
.product_toparea{
display: flex;
margin-bottom: 60px;
}
.product_pagetitle{
width: 550px;
margin-right: 100px;
}
.product_pagetitle dl{
}
.product_pagetitle dl dt{
font-size: 26px;
font-weight: 900;
border-bottom: 1px solid #000;
padding-bottom: 10px;
}
.product_pagetitle dl dd{
padding-top: 5px;
font-size: 18px;
}
.product_topnavi{
}
.topnavi_item{
padding: 0;
margin: 0;
width: 700px;
}
.topnavi_item li{
display: flex;
flex-wrap: wrap;
height: 70px;
background-color: #F6F6F6;
margin-bottom: 10px;
margin-right: 10px;
padding-left: 15px;
width: 150px;
font-size: 13px;
line-height: 140%;
font-weight: bold;
align-items: center;
position: relative;
}
.topnavi_item li a{
position: absolute;
display: block;
width: 150px;
height: 70px;
left: -2px;
}
.topnavi_item li:hover{
opacity: 0.3;
transition: 0.3s;
}
.topnavi_item li p{
padding: 0;
margin: 0;
}
.topnavi_item .active{
background-color: #112444;
color: #FFFFFF;
}


/* アイテムボックス
-------------------------------------------------- */
.itembox_rap{
display: flex;
flex-wrap: wrap;
justify-content:flex-start;
padding-top: 60px;
}
.item_col{
width: 30%;
background: #E4EEF3;
padding: 10px;
margin-bottom: 30px;
margin-right: 5%;
}
.item_col:nth-child(3n){
margin-right: 0;
}
.item_col a{
color: #000;
}
.item_col a:hover{
text-decoration: underline;
}
.name_wrap{
margin-bottom: 30px;
}
.name_wrap dt img{
display: block;
background:#fff;
}
.name_wrap dt p{
text-align: center;
font-weight: 700;
font-size: 16px;
line-height: 140%;
margin-top: 15px;
}
.name_wrap dd{
font-size: 15px;
}
