/*ボックス全体*/
/*ボックス全体*/
.accbox {
    margin-top: 1em;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 0;/*最大幅*/
}

/*ラベル*/
.accbox label {
display: block;

padding : 13px 12px;
color: #000;
font-weight: bold;
background: #c2e4f0;
cursor : pointer;
transition: all 0.5s;
font-size: 1.5em;


}

.accbox label.BG-R {
background: #FC863B;
}

.accbox label.BG-H {
background: #FFC772;
}


.accbox label.c12 {
background: #20B2EF;
}

.accbox label.c11 {
background: #17B2CB;
}

.accbox label.c10 {
background: #2EB39B;
}

.accbox label.c9 {
background: #49B468;
}

.accbox label.c8 {
background: #64B737;
}

.accbox label.c7 {
background: #7CBC10;
}

.accbox label.c6 {
background: #93C200;
}

.accbox label.c5 {
background: #A9CC00;
}

.accbox label.c4 {
background: #C2D900;
}

.accbox label.c3 {
background: #D6E501;
}

.accbox label.c2 {
background: #E8F200;
}

.accbox label.c1 {
background: #F8FB03;
}

.accbox label div {

text-align: center;
width: 90%;
float: left;	
}




/*アイコンを表示*/
.accbox label:before {
content: '\f054';
font-family: 'Font Awesome 5 Free';
color: #FFFFFF;
float: left;
width: 10%;
}

/*ラベルホバー時*/
.accbox label:hover {
filter:alpha(opacity=70);
	-ms-filter:""alpha(opacity=70)"";
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
height: 0;
padding: 0;
overflow: hidden;
opacity: 0;
transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #fff;
    opacity: 1;
}

.accbox .accshow p {
    margin: 15px 10px}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f078';
}


/*------------アコ/-------------*/


/*テーブル*/

.tbbdr{
border-collapse: collapse;
width: 100%;
margin-bottom: 15px;
}

.tbbdr td{
border-bottom: 1px dotted #CCC;
vertical-align: top;
padding: 4px;
line-height: 1.5em;
text-align: center;
}


.tbbdr th{
border-bottom: 1px dotted #CCC;
vertical-align: top;
padding: 3px;
line-height: 1.5em;
font-weight: normal;
width: 70%;
}	






.kentei-mainp {
width: 960px;
margin-left: auto;
margin-right: auto;
}



.kentei-contents {
width: 960px;
margin-left: auto;
margin-right: auto;
background-color: #FFFFFF;
}


.kentei-wrapper {

background-image: url(images/bg_dot.png);
}


.q-left {
width: 15%;
float: left;
text-align: center;
}
.q-right {
    width: 80%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.q-right h3 {
    font-size: 1.5em;
    font-weight: bold;
    color: #818181;
    margin-bottom: 15px;
}

.q-right h2 {
font-size: 1.5em;
font-weight: bold;
color: #F30000;
margin-bottom: 15px;
}

.q-txt {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 20px;
}

.onepoint {
    color: #41ACD0;
    text-align: center;
}


.main-txt {
    text-align: center;
    padding-top: 15px;
    font-size: 1.5em;
    line-height: 1.3em;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    color: #0667A1;
    margin-bottom: 0px;
    padding-bottom: 15px;
    background-color: #FFFFFF;
    padding-left: 2%;
    padding-right: 2%;
}

.kentei-mainp-wrapper {
background-image: url(images/bg_rail.png);
}
.sec-wrapper {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
.q-box {
    padding-top: 20px;
    padding-bottom: 0px;
}
.lineupTit {
background-color: #FECB00;
padding: 10px;
text-align: center;
	    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 20px;

}

.lineupPbox-c li {
float: left;
margin-left: 35px;
margin-right: 35px;
margin-bottom: 20px;
}





.lineupPbox-2 {
text-align: center;
margin-bottom: 20px;
}


.lineupPbox li {
float: left;
margin-left: 50px;
margin-bottom: 20px;
}



.mustparts li {
float: left;
width: 100%;
	margin-bottom: 20px;
}


.main-txt-BG {
background-image: url(../kentei/images/bg_pattern_lg.jpg);
}
