.comment {
background: #333;
color: #fff;
text-align: center;line-height: 20px;
font-size: 12px;
}
#pc_header {
font-size: 11px;
font-weight: 500;
background: #fff;
padding-bottom: 20px;
}
#pc_header .inner {
max-width: 1080px;
margin: auto;
}
#pc_header .inner .top {
padding: 1% 0;
display: flex;
line-height: 22px;
}
#pc_header .inner .top h1 {
margin-left: 0;
}
#pc_header .inner .top ul {
margin-right: 0;
margin-left: auto;
display: flex;
}
#pc_header .inner .top ul li {
border-right: 1px solid #333;
box-sizing: border-box;
}
#pc_header .inner .top ul li a {
display: block;
padding: 0 10px;
}

#pc_header .inner .bot {
display: flex;
}
#pc_header .inner .bot h1 {}
#pc_header .inner .bot h1 a {}
#pc_header .inner .bot h1 a img {
max-width: 260px;
width: 100%;
}

#pc_header .inner .bot .search_box {
margin-left: auto;
margin-right: 0;
}
#pc_header .inner .bot .search_box form {
display: block;
border-bottom: 1px solid #333;
line-height: 40px;
}
#pc_header .inner .bot .search_box form img {}
#pc_header .inner .bot .search_box form .text {
border: none;
line-height: 40px;
min-height:inherit;
padding: 0;
width: auto;
}
#pc_header .inner .bot .search_box form input.submit {
width: 20px;
}

#pc_header .inner .bot ul {
display: flex;
margin-left: 5px;
}
#pc_header .inner .bot ul li {
line-height: 40px;
margin-left: 5px;
}
#pc_header .inner .bot ul li a {
display: flex;
align-items: center;
height: 40px;
}
#pc_header .inner .bot ul li img {
max-width: 25px;
}


#sp_header {
padding: 2%;
margin: 2% 0;
background: #fff;
/*position: sticky;
top: 0;
z-index: 9;*/
}
#sp_header .inner {
display: flex;
}
#sp_header .logo {}
#sp_header .logo img {
max-width: 120px;
}
#sp_header .menu {
display: flex;
margin-left: auto;
margin-right: 0;
}
#sp_header .menu li {}
#sp_header .menu li img {
width: 22px;
}

#sp_header .menu input[type="checkbox"] {
display:none;
}

#sp_header .menu .search_box {
display:none;
}
#sp_header .menu input[type="checkbox"]:checked + label + .search_box {
display: block;
position: absolute;
left: 2%;
top: 70px;
width: 96%;
background: #fff;
z-index: 9999;
}
#sp_header .menu .search_box form {
display: block;
border: 1px solid #ccc;
border-radius: 4px;
line-height: 24px;
}
#sp_header .menu .search_box form input {
display: block;
line-height: 24px;
}

/*ここからレスポンシブ指定*/
/*アイパッド*/
@media screen and (max-width: 1024px) {

}

/*アイホン678＋*/
@media screen and (max-width: 767px) {

}