@charset "UTF-8";
.title h1 {
 background:url(../images/title.png) no-repeat center 93px;
}
.title02.lineup {
 background: url(../images/title01.png) no-repeat center top;
}
.title02.special {
 background: url(../images/title02.png) no-repeat center top;
}
div.document {
 max-width: 1000px;
}
.lineup_box {
 margin: 60px 0;
}
.img_l {
 float: left;
 margin: 0 20px 0 0;
}
div.details {
 float: left;
 width: 710px;
}
.quasi {
 background: url(../../images/top06.png) no-repeat 0 0;
 line-height: 26px;
 color: #FFF;
 font-size: 12px;
 text-align: center;
 width: 110px;
}
.quasi.cosmetics {
 background: url(../../images/top06-2.png) no-repeat 0 0;
 color: #01aee4;
}
div.details h3 {
 font-size: 28px;
 margin: 10px 0;
}
.txt01 {
 font-size: 12px;
 margin-bottom: 15px;
}
.txt02 {
 font-size: 24px;
 font-weight: bold;
 display: inline-block;
 margin: 15px 0;
 position: relative;
 padding-left:25px;
}
.txt02:before {
 background: #01aee4;
 content: "";
 height: 20px;
 width: 20px;
 left: 0;
 position: absolute;
 top: 11px;
}
.txt02.cosmetics:before {
 background: #FFF;
	border: 2px solid #01aee4;
	box-sizing: border-box;
}
.txt02 span {
 font-size: 50%;
}
.txt03 {
 font-weight: bold;
 margin:0 0 10px 0;
}
.txt04 {
 float: right;
	text-align: right;
 font-size: 12px;
	margin-top: -25px;
}
.img_r {
 display: inline-block;
 margin: 15px 0;
 vertical-align: top;
 margin-left: 10px;
}
.mt-20 {
 margin-top: -20px;
}
.txt05 {
 text-align: right;
 font-size: 12px;
 /*margin-top: -25px;*/
}

.use {
	margin: 30px 0;
}
@media screen and (max-width: 700px) {
	.use {
		text-align: left;
	}
}
.use	dt {
 font-size: 16px;
 font-weight: 600;
 background: #f2f2f2;
 border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
 padding: 10px 20px;
 position: relative;
 cursor: pointer;
}
.use	dt span {
 position: absolute;
 right: 15px;
 top: 13px;
 background: #000000;
 width: 20px;
 height: 20px;
 border-radius: 10px;
}
.use	dt span::after,
.use	dt span::before {
	content: "";
	position: absolute;
	right: 5px;
	width: 10px;
	height: 1px;
	background: #FFF;
	padding: 0;
	transition: all .4s;
}
.use	dt span::after {
	top: 50%;
	transform: rotate(0deg);
}
.use	dt span::before {
	top: 50%;
	transform: rotate(90deg);
}
.use	dt.active span::after {
	display:none;
}
.use	dt.active span::before {
	top: 50%;
  transform: rotate(180deg);
}
.use	dd {
	padding: 15px 20px;
	display: none;
	font-size: 14px;
	text-indent: -1em;
	margin: 0 0 0 1em;
}
.use	dd.no-indent {
	text-indent: 0;
	margin: 0;
}
.use	dd.no-indent p {
	text-indent: -1em;
	margin: 0 0 0 1em;
}


@media screen and (max-width: 700px) {
 .title h1 {
  background:url(../images/title.png) no-repeat center 80px;
 }
 .title02.lineup {
  background: url(../images/title01_sp.png) no-repeat center top;
  background-size: 300px auto;
 }
 .title02.special {
  background: url(../images/title02_sp.png) no-repeat center top;
  background-size: 300px auto;
  padding: 70px 0 10px 0;
 }
 div.document {
  max-width: inherit;
 }
 .lineup_box {
  margin: 40px 0;
 }
 .img_l {
  float: none;
  margin: 0 20px 20px 20px;
  text-align: center;
 }
 div.details {
  float: none;
  width: auto;
 }
 .quasi {
  background: url(../../images/top06.png) no-repeat 0 0;
  line-height: 26px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  width: 110px;
 }
 div.details h3 {
  font-size: 22px;
  margin: 10px 0;
 }
 .txt01 {
  font-size: 12px;
  margin-bottom: 15px;
 }
 .txt02 {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin: 15px 0;
  position: relative;
  padding-left:25px;
 }
 .txt02:before {
 background: #01aee4;
 content: "";
 height: 20px;
 width: 20px;
 left: 0;
 position: absolute;
 top: 7px;
}
.txt02 span {
 font-size: 50%;
}
 .txt03 {
  font-weight: bold;
  margin:20px 0  10px 0;
 }
 .txt04 {
  float: none;
  font-size: 12px;
  margin-top: 10px;
		text-align: right;
 }
 .img_r {
  display: block;
  float: right;
  margin: 15px 0;
  vertical-align: top;
  margin-left: 10px;
  width: 50px;
 }
 .mt-20 {
  margin-top: 15px;
 }
 .txt05 {
  text-align: right;
  font-size: 12px;
  /*margin-top: -25px;*/
 }
 .flt_l_sp {
  float: left;
  width: 75%;
 }
 .clear {
  clear: both;
 }
}
