@charset "UTF-8";
/* CSS Document */
/***special****/
#special .IBinBox{
width:80%;
margin:0 auto;
}
#special .movie-wrap {
position: relative;
width: 100%;
padding-top: 56.25%;
margin: 0 auto 30px;
}
#special .movie-wrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#special02 p.pic {
width: 80%;
margin:0 auto 20px;
}
h4{
width:80%;
height:64px;
padding:0;
margin:0 auto 20px;
border-top: 2px solid #fff;
border-bottom: 2px solid #fff;
border-image: linear-gradient(to right, #c82090 0%, #6a14d1 50%, #c82090 100%) 1;;
}
.txtQ,
.txtA{
text-align: left;
}
.txtQ:before {
content: "問";
font-size: 1.5rem;
background: #6a14d1;
color: #fff;
padding: 0.5rem 1rem;
margin-left:0;
margin-right:1rem;
border-radius: 3px;
}
.txtA:before {
content: "答";
font-size: 1.5rem;
background: #dd14d1;
color: #fff;
padding: 0.5rem 1rem;
margin-left:0;
margin-right:1rem;
border-radius: 3px;
}
#special04 p.pic {
width: 80%;
margin:10px auto;
}
#special04 p.txt {
text-align: center;
}
/*-------------------------------
SP only
--------------------------------*/
@media screen and (max-width: 768px) {
h4{
width:80%;
height:auto;
}
.infoBox {
border-bottom: 1px dotted #333;
margin: 20px 0;
}
.infoBox:last-of-type {
border-bottom: none;
}
.infoBox dl {
width: 90%;
margin: 0 auto 20px;
border: 2px solid #fff;
}
.infoBox dl dt {
width: 10rem;
padding: 10px 0;
float: left;
clear: both;
border-top: 1px solid #fff;
text-align: center;
}
.infoBox dl dd {
margin-left: 10rem;
padding: 10px 20px;
text-align: left;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
}
.infoBox dl dt:first-of-type,
.infoBox dl dd:first-of-type{
border-top: none;
}
.infoBox p.pic {
width: 90%;
margin: 0 auto 10px;
}
#live .infoBox p.pic img {
border: none;
}
.txtQ{
width:72%;
margin:0 auto 10px;
text-indent: -4.5rem;
}
.txtA{
width:72%;
margin:0 auto 40px;
text-indent: -4.5rem;
}
#special04 .infoBox dl{
width:84%;
margin:0 auto;
float: none;
border: 1px solid #fff;
}
}
/*-------------------------------
PC only
--------------------------------*/
@media screen and (min-width: 769px) {
h4 img{
height:64px;
}
.infoBox{
width: 960px;
clear: both;
margin: 10px auto 40px;
border-bottom: 1px dotted #333;
}
.infoBox:first-of-type{
margin-top: 50px;
}
 .infoBox:last-of-type{
border-bottom: none;
}
.infoBox dl{
width: 44%;
margin: 0 10% 0 0;
border: 2px solid #fff;
float: right;
}
.infoBox dl dt {
width: 10rem;
padding: 10px 0;
float: left;
clear: both;
border-top: 1px solid #fff;
text-align: center;
}
.infoBox dl dd {
margin-left: 10rem;
padding: 10px 20px;
text-align: left;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
}
.infoBox dl dt:first-of-type,
.infoBox dl dd:first-of-type{
border-top: none;
}
.infoBox p.pic {
float: left;
width: 34%;
margin: 0 0 0 10%;
}
.infoBox p.pic img {
border: none;
}
.txtQ{
width:68%;
margin:0 auto 10px;
text-indent: -4.5rem;
}
.txtA{
width:68%;
margin:0 auto 40px;
text-indent: -4.5rem;
}
#special04 .infoBox dl{
width:80%;
margin:0 auto;
float: none;
border: 1px solid #fff;
}

}