@charset "utf-8";
/* CSS Document */

.title h2 {
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	margin-top: 150px;
}

.tekigohyo {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.tekigohyo p {
	text-align: center;
}

.tekigohyo a {
	display: block;
	text-align: center;
	margin: 30px auto 0 auto;

	width: 750px;
	height: 60px;
	padding: 15px 0;
	color: #333;
	border: solid 1px #fff;
	background: orange;
	font-weight:bold; 
	text-decoration: none;
}

.tekigohyo a:hover {
	color: orange;
	border: solid 1px orange;
	background: #fff;
	text-decoration: none;
	transition: 0.2s;
}




.contents {
	width: 1400px;
	display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}


.e_lineup {
	width: 400px;
	margin: 100px auto 0 auto;
	text-align: center;
}

.e_lineup h3 {
	font-size: 20px;
	font-weight: bold;
}

.e_lineup p {
	text-align: center;
}

.e_lineup a:hover {
	color: red;
}

.lineup_head {
	background: #3cb371;
	color: #fff;
	padding: 10px 0;
	margin-bottom: 10px;
	font-weight: bold;
}


.chui {
	font-size: 12px;
	color: red;
}

.torikae {
	margin: 30px 0;
}

.torikae_cation {
	font-size: 26px;
	color: red;
}

.torikae h4 {
	margin: 50px 0 0 0;
	font-size: 20px;
	font-weight: bold;
}

.movie-wrap {
	clear: both;
	margin: 10px 0 0 0;
	padding: 50px 0 0px 60px;
	text-align: center;
}

.torikae_explain {
	margin-top: 50px;
}

.torikae_explain h4 {
	font-weight: bold;
	font-size: 32px;
}

.torikae_explain p {
	font-size: 32px;
}

.torikae_explain img {
	border: solid 1px #333;
}




/*------------------FAQのページ------------------*/
.Q {
  	display: inline-block;
  	width: 35px;
  	height: 35px;
  	border-radius: 50%;
  	font-size: 18px;
  	background: #00B5BD;
  	color: #fff;
  	font-weight: bold;
  	text-align:center;
  	margin-right: 20px;
	margin-bottom: 30px;
}

.A {
  	display: inline-block;
  	width: 35px;
  	height: 35px;
  	border-radius: 50%;
  	font-size: 18px;
  	background: #FF9933;
  	color: #fff;
  	font-weight: bold;
  	text-align:center;
  	margin-right: 20px;
}

.faq {
	width: 1400px;
	font-size: 18px;
	line-height: 2;
	margin-top: 40px;
	padding: 0 40px 40px;
	border-bottom: solid 1px #ddd;
}

.faq h4 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 30px;
}

.question {
	font-size: 22px;
	font-weight: bold;
	color: navy;
}

.answer {
}

.faq_indent {
 	text-align: justify;
    text-justify: distribute-all-lines;
	margin-left: 50px;
}

.faq a {
	color: red;
	font-weight: bold;
}

.faq_ul_img {
	display: flex;
}

.faq_ul_img li {
	margin: 20px auto;
}

.faq_ul_img li img {
	border: solid 1px #ededed;
}

.faq_ul_img li img a{
}

.faq_ul_img li img a:hover{
	border: solid 1px #d7000f;
}
	














/*------------------FAQのページ------------------*/












@media only screen and (max-width: 959px) {

.title h2 {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	margin-top: 50px;
}

.tekigohyo {
	display: block;
	text-align: center;
	margin: 30px auto 0 auto;
}
	
.tekigohyo p {
	text-align: center;
}

.tekigohyo a {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 70%;
	height: 50px;
	padding: 15px 0;
	color: #333;
	border: solid 1px #fff;
	background: orange;
	font-weight:bold; 
	text-decoration: none;
}

.tekigohyo a:hover {
	color: orange;
	border: solid 1px orange;
	background: #fff;
	text-decoration: none;
	transition: 0.2s;
}
	
	
	
.contents {
	width: 100%;
	display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
}

.e_lineup {
	width: 50%;
	padding: 5px;
	margin: 40px auto 0 auto;
	text-align: center;
}
	
.e_lineup h3 {
	font-size: 11px;
	font-weight: bold;
}
	
.e_lineup img {
	width: 70%;
}

.lineup_head p {
}

.e_lineup p {
	font-size: 10px;
}

p.lineup_head {
	font-weight: bold;
	font-size: 11px;
}



.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
	margin: 20px 0 0 0;
}
	
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.torikae {
	margin: 30px 0;
}

.torikae_cation {
	font-size: 16px;
	color: red;
}

.torikae h4 {
	margin: 50px 0 0 0;
	font-size: 16px;
	font-weight: bold;
}


.torikae_explain {
	margin-top: 20px;
}

.torikae_explain h4 {
	font-weight: bold;
	font-size: 16px;
}

.torikae_explain p {
	font-size: 14px;
}

.torikae_explain img {
	border: solid 1px #333;
}



/*------------------FAQのページ------------------*/

.faq {
	width: 100%;
}	
	
	
.Q {
  	display: inline-block;
  	width: 25px;
  	height: 25px;
  	border-radius: 50%;
  	font-size: 14px;
  	background: #00B5BD;
  	color: #fff;
  	font-weight: bold;
  	text-align:center;
  	margin-right: 20px;
}

.A {
  	display: inline-block;
  	width: 25px;
  	height: 25px;
  	border-radius: 50%;
  	font-size: 14px;
  	background: #FF9933;
  	color: #fff;
  	font-weight: bold;
  	text-align:center;
  	margin-right: 20px;
}

.faq {
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	margin: 40px 0 0 0;
	text-align: center;
	padding-bottom: 40px;
	border-bottom: solid 1px #ddd;
}

.answer {
}
	
.question {
	font-size: 11px;
	font-weight: bold;
	color: navy;
}

.faq_ul_img {
	display: flex;
	flex-direction: column;
}

.faq_ul_img li {
	margin: 30px auto 0 30px;
	text-align: center;
	border: none;
}

.faq_ul_img li img {
	width: 80%;
	border: solid 1px #ededed;
}

.faq_ul_img li img a:hover{
	width: 80%;
	border: solid 1px #d7000f;
}
	
	
	
	
	
	
	
/*------------------FAQのページ------------------*/












}


/*-------------------tableのレスポンシブcss----------------*/



table.table01 {
	width:100%;
	margin: 20px 0;
	border-right:#ddd solid 1px;
	border-collapse: collapse;
}
table.table01 thead th {
	background:#ddd;
	color:#333;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.table01 thead th:last-child {
	border-right:#ddd solid 1px;
}
table.table01 tbody th {
	background:#ddd;
	color:#333;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
}
table.table01 tbody tr:last-child th {
	border-bottom:#ddd solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#ddd solid 1px;
	border-bottom:#ddd solid 1px;
	vertical-align:top;
}

@media screen and (max-width: 640px) {
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
}
table.table01 tbody td {
	display:block;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	padding-left:6em;
}
}









/*-------------------tableのレスポンシブcss----------------*/
