@charset "UTF-8";
@import url("/css/initialize.css");
@import url("/css/general.css?v=2");
@import url("/css/parts.css");
@import url("/css/margin.css");

.question,
.answer {
	background-color: #407dbc;
	color: #fff;
	padding: 5px 10px;
    font-size: 148.71%;
}
.answer {
	background-color: #e60012;
    margin: 20px 40px 20px 10px;
}
#main .question-title {
	margin-top: 15px;
    font-size: 122.71%;
    font-family: "FP-ヒラギノ角ゴ ProN W6", "FP-HiraKakuProN-W6";
}
#main .question-detail {
    font-size: 108.71%;
}
ul.faq_ul li {
	text-align: center;
}
ul.faq_ul .desc {
	display: table-cell;
	padding: 6px 8px;
}
ul.faq_ul h4 {
    padding: 20px 40px 20px 10px;
    font-size: 108%;
    text-align: center;
    cursor: pointer;
    position: relative;
}
ul.faq_ul h4:hover {
	background-color: #fafafa;
}
ul.faq_ul h4:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 50%;
  right: 15px;
  width: 15px;
  height: 2px;
  margin-top: -8px;
  background: #407dbc;
}
ul.faq_ul h4:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 50%;
  right: 15px;
  width: 15px;
  height: 2px;
  margin-top: -8px;
  background: #407dbc;
}
ul.faq_ul > li {
	border-bottom: 1px dotted #ccc;
}
ul.faq_ul h4.active:before {
  margin-top: -8px;
}

ul.faq_ul h4.active:after {
  margin-top: -3px;
  background: none;
}
ul.faq_ul li {
    padding: 20px 10px 10px 10px;
}
ul.faq_ul li a {
    position: relative;
    display: block;
}
ul.faq_ul li.on-link a {
    display: inline;
}
.d-seibetsu-title {
	font-size: 132%;
	color: #fff;
	text-align: center;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #ff9900;
	font-family: "FP-ヒラギノ丸ゴ StdN W5", "FP-HiraMaruStdN-W5";
}
.men {
	background-color: #a7c54a;
}
ul.faq_ul li .d-case-s-title {
	font-size: 132%;
	text-align: center;
	margin-bottom: 8px;
	font-family: "FP-ヒラギノ丸ゴ StdN W5", "FP-HiraMaruStdN-W5";
}
#main ul.faq_ul li .answer-box {
	padding: 15px;
	text-align: center;
	margin-top: 20px;
	font-size: 108.71%;
	background-color: #fef1f1;
}
.pickup-list {
	background-color: #fafafa;
	display: block;
	text-align: left;
	padding: 10px 20px;
	margin-top: 10px;
}
.youtube-block {
	margin: 20px auto 50px;
}
.movie-title {
	background-color: #eee;
	padding: 20px;
	text-align: center;
	font-size: 128.71%;
	font-family: "FP-ヒラギノ丸ゴ StdN W5", "FP-HiraMaruStdN-W5";
}


/* PC SIZE */
@media screen and (min-width: 980px){
	.youtube-block {
		width: 780px;
	}
	
	.t-block div {
		width: 480px;
		display: inline-block;
	}
	.t-left {
		margin-right: 20px;
	}
	.t-block div .youtube-block .hit-movie {
		width: 100%;
		height: 270px;
	}
}
/* SMARTPHONES SIZE */
@media screen and (max-width: 980px){
	.youtube-block {
	  position: relative;
	  width: 100%;
	  padding-top: 56.25%;
	}
	.youtube-block iframe {
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100% !important;
	  height: 100% !important;
	}	
}
@media screen and (max-width: 480px){
}