@charset "utf-8";
/* CSS Document */
.fl {display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; margin-top:20px; }
.fl li {
	-ms-flex-preferred-size: 33.3333%;
               flex-basis: 33.3333%;
			   max-width:33.3333%;
	 }
.fl li img { width:100%; height:auto; }


.parts_wrap_03 > figure.main { max-width:100% !important }
.red { color:red!important; }


.spec li { box-sizing:border-box; padding:.4em .7em; padding-bottom: calc( 32767px + .4em ); line-height:1.5;
   margin-bottom: -32767px;}
.spec li:nth-child(1) { width:9em; float:left; color:#fff; font-weight:bold;background-color:rgba(0,0,0,.6); }
.spec li:nth-child(2) { margin-left:9em; }

.clm li {
    text-align: center;
    line-height: 0;
}
.clm li img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 737px) {
.smallBlock {
    max-width: 500px;
    margin: 0 auto;
}
.smallImg {
    max-width: 500px;
    display: inline-block;
}

}

.spec { background-color:rgba(0,0,0,.4); border:0px solid #00F600; overflow:hidden; margin-top:-1px; color:#FFF;}

ul.idt01, ol.idt01 {
    color: #ddd;
    text-indent: 0;
    margin: 0 0 0 1em;
}

ul.idt01 {
    list-style: disc;
}

ol.idt01 {
    list-style: decimal;
}

th {
    width: 12em;
}

.error-input {
    border: 2px solid #ff0000 !important;
    background-color: #fff0f0 !important;
}

.error-message {
    color: #ff0000;
    font-size: 0.9em;
    margin-top: 5px;
    display: block;
}
    .text { color: #FFF;}

.opinion input[type="checkbox"] {
    width: 20px; height: 20px; vertical-align: middle; margin-right: .5em;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-indent: 10px;
    color: #333;
    cursor: pointer;
    /* text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); */
    background-color: rgba(255, 255, 255, .7);
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    -webkit-transition: all 0.3s 
ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s 
ease;
}

.opinion input[type="button"]:disabled { cursor: default; opacity: .5;}
p.idt01 { font-size: 100%!important;}

