@charset "UTF-8";
/*===================================*/

.manufacturer-main{
    padding: 125px 0;
}
.manufacturer-title{
    font-size: 20px;
    text-align: center;
}

.bold{
    font-weight: bold;
}

.non-bold {
    font-weight: normal;
}

.title-en {
    color: #0085CE;
    font-size: 10px;
}
/* ==========================
アコーディオン
============================= */
.menu {
    max-width: 850px;
    margin: auto;
}

.menu li a {
    display: block; 
    text-decoration: none;
    color: #000;
}
.menu li {
}
label {
    display: block;
    padding: 16px 0 16px 5%;
    line-height: 1;
    background: #D9EDF8;
    cursor: pointer;
    position: relative;
}
label img {
    display: block;
    position: absolute;
    right: 5%;
    top: 40%;
}
input {
    display: none;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.title{
    font-weight: bold;
    font-size: 20px;
}

.menu li {
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	height: 0;
}

.last{
    margin-bottom: 80px;
}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li ,
#menu_bar05:checked ~ #links05 li ,
#menu_bar06:checked ~ #links06 li ,
#menu_bar07:checked ~ #links07 li ,
#menu_bar08:checked ~ #links08 li ,
#menu_bar09:checked ~ #links09 li ,
#menu_bar10:checked ~ #links10 li ,
#menu_bar11:checked ~ #links11 li {
    height: auto;
	padding: 15px;
    opacity: 1;
	    border-bottom: 1px solid #EEEEEE;
}
/*.open{
    position: relative;
    left: 88%;
    margin-top: -13px;
}*/

/*.open :hover{
    transform: rotate(180deg);
}*/


@media screen and (max-width: 767px) {
.menu {
    max-width: 90%;
}
.last{
    margin-bottom: 40px;
}
.manufacturer-main {
    padding: 50px 3%;
}
}

@media screen and (max-width: 553px) {

/*.open {
    position: relative;
    left: 74%;
    display: block;
    margin-top: -13px;
}*/

}












