.section__title-h2 {
  text-align: center;
  font-size: 1.3em;
  font-weight: normal;
  margin: 1.5em 0;
}

/*Size select */
.dsp_box {
 
}

.dsp_box label {
  cursor :pointer;
	margin-top: 10px;
}


.dsp_box label:hover {
  text-decoration: none;
	color: #cc9200;
	opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
}

.dsp_box input {
    display: none;
}

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

/*クリックで中身表示*/
.dsp_check:checked + .dsp_show {
    padding: 0;
    height: auto;
    opacity: 1;
}


.fp-box-1 {
	list-style:none;
	margin:5px 0;
}
	
.fp-box-20 {
  border: none;
  font-size: .9em;
  margin: 0px;
  padding: 3px;
  display: inline-block;
}

.fp_line-box-2 { 
  border: none;
	font-size: .9em;
  margin: 2;
	padding: 3px;
	width:90%;
	text-align:center;
}