﻿/*---------------------------------------------
 
 dc open css
 
---------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	font-size: 100%;
	box-sizing: border-box;
}

li, dl{ line-height: 1.7; }
p{ margin:0 0 0.5em 0; }
img{ border: none; }
.clear{ clear: both; }
li{list-style: none;}

a:link   { color: #003399; text-decoration: none; }
a:visited{ color: #003399; text-decoration: none; }
a:hover  { text-decoration: underline; }
a:active { text-decoration: underline; }

.larger{ font-size: 16px;}
.pdf-link{
	background: url(../img/icon_pdf.gif) no-repeat 100% 50%;
    padding-right: 20px;
}

/* ここからこのページ専用　*/

body{
	font-size: 75%;
	color: #333;
	font-family: "メイリオ", Meirio, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

#Container {
    width: 900px;
    margin: 0 auto 80px;
    padding: 20px 0 50px;
    font-size: 120%;
    font-family: 'Noto Sans JP', sans-serif;
}

#header {
	width: 900px;
    margin: 20px auto 30px;
}

/*
.fixed_hd {
	position: fixed;
    top: 0;
	left: 0;
	right: 0;
    min-width: 320px;
    z-index: 1000;
    background-color: #fff;
}*/


.m_contents{
    margin: 0 auto;
}

.alignC{text-align:center;}
.alignR{text-align:right;}

h1 img{
	width: 250px;
	margin: 0 0 10px;
}

h2{
	color: #110d59;
	font-size: 30px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	text-align:center;
	transform: rotate(0.03deg);    
}

h3{
	font-size: 20px;	
  	font-family: 'M PLUS 1p', sans-serif;
  	font-weight: 400;
	line-height: 2.8;
	color: #000;
	text-align:center;
	transform: rotate(0.03deg);		
}

.ttl-date {
	margin: 30px 0 0;
	padding: 5px 15px 8px;
	font-size: 20px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	text-align:center;
	transform: rotate(0.03deg);   
	color: #fff; 
	background: #15136f;	
	text-align: left;	
	letter-spacing: .1em;
}

.lead_box{
	width: 100%;
	margin: 20px auto;
}

.lead_box p{
	font-size: 15px;
	line-height: 1.8;
  	font-family: 'M PLUS 1p', sans-serif;
  	font-weight: 500;
	transform: rotate(0.03deg);			
}

.main_box{
	width: 100%;
	margin: 20px auto;
}

.main_box p{
	font-size: 16px;
	line-height: 1.8;
}


/************* oritatami **************************/
.text-container {
    padding: 16px 0;
    border-radius: 8px;
    font-family: sans-serif;
    line-height: 1.6;
}
 
/* 3行で省略表示するスタイル */
.text-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* ここで表示させたい行数を指定 */
    overflow: hidden;
	font-size: 16px;
    line-height: 1.8;
}
 
/* 「展開時」のスタイル（行数制限を解除） */
.text-content.is-expanded {
    display: block;
    -webkit-line-clamp: unset;
}
 
/* ボタンのスタイル */
.toggle-btn {
    margin: 0 0 20px;
    padding: 6px 12px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
	float: right;
}
 
.toggle-btn:hover {
   	background-color: #0056b3;
}
/****************************************/

.contents{
	width: 100%;
	box-sizing: border-box;
	margin: 1em 0 0;
}

.flex{
	display:flex;
}

.flex2 {
    display: flex;
}

.js-bet {
	justify-content: space-between;
}

.al-center {
	items-align: center;
}

/* movie */
.hou-title{
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
	font-size: 17px;
	line-height: 1.3;
	transform: rotate(0.03deg);
	margin: 10px 0;
}

.houkoku_box{
	width:100%;
	margin:30px auto;
}

.name{
	line-height: 1.5;
    font-family: 'M PLUS 1p', sans-serif;	
	font-size: 14px;
	font-weight: 400;
	transform: rotate(0.03deg);
}

.movie_box{
	position: relative;
	width: 224px;
	height: 148px;
}

.movie_box2 {
	position: relative;
	width: 224px;
	height: 120px;
}

.cont_box {
	margin: 10px 0 0 20px;
	width: 640px;
}

.cont_box2 {
    margin: 10px 0 0 20px;
    width: 864px;
}

.cat {
	display: inline-block;
    background: #110e5d;
    color: #fff;
    padding: 3px 10px 5px;
    margin: 0 0 5px;
	text-align: center;
}

ul.disc {
	margin-left: 30px;
}

ul.disc li{
	list-style-type: disc;
	line-height: 1.5;
  	font-size: 16px;
}

.noopen {
	color: #ccc;
}

.ttl {
	margin-top: 15px;
	font-family: 'M PLUS 1p', sans-serif;
  	font-size: 16px;
  	font-weight: 700;
  	transform: rotate(0.03deg);

}

.source {
	margin-top: 15px;
	font-family: 'M PLUS 1p', sans-serif;
  	font-size: 16px;
  	font-weight: 500;
  	transform: rotate(0.03deg);
}

.source a:after {
	font-family: "Font Awesome 5 Free";
   	content: '\f1c1';
    font-weight: 900;
    padding-left: 5px;
	color: #f00;
}
.color1{
	border:1px solid #14126f;
}

.att_box{
	width: 100%;
	margin: 20px auto;
}

.att_box p{
	font-family: 'M PLUS 1p', sans-serif;	
	font-size: 14px;
	font-weight: 400;
	transform: rotate(0.03deg);
	
}

.contact_box {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 20px 0 10px;
	background: #110d59;
}

.contact_box p{
	color: #fff;
	font-family: 'M PLUS 1p', sans-serif;	
	font-size: 16px;
	font-weight: 500;
	transform: rotate(0.03deg);
	text-align: center;
}

.contact_box p a{
	color: #007bff;
}

#ft-Copylight {
	margin-bottom:20px;
    padding: 0;
    text-align: center;
}

#FootArea {
	margin-top:30px;
    height: 30px;
    border-width: 1px 0 0;
}

.img-responsive{
	max-width:100%;
	height:auto;
}

.br-sp{
	display:none;
}

.copy {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	font-weight: 400;
}

/* - Right margin */

.marA0 {margin: 0px !important;}
.marA5 {margin: 5px !important;}
.marA10 {margin: 10px !important;}
.marA15 {margin: 15px !important;}
.marA20 {margin: 20px !important;}
.marA25 {margin: 25px !important;}
.marA30 {margin: 30px !important;}
.marA40 {margin: 40px !important;}
.marA50 {margin: 50px !important;}

/* - Top margin */

.marT0 {margin-top: 0px !important;}
.marT5 {margin-top: 5px !important;}
.marT10 {margin-top: 10px !important;}
.marT15 {margin-top: 15px !important;}
.marT20 {margin-top: 20px !important;}
.marT25 {margin-top: 25px !important;}
.marT30 {margin-top: 30px !important;}
.marT40 {margin-top: 40px !important;}
.marT50 {margin-top: 50px !important;}
.marT60 {margin-top: 60px !important;}

/* - Bottom margin */

.marB0 {margin-bottom: 0px !important;}
.marB5 {margin-bottom: 5px !important;}
.marB10 {margin-bottom: 10px !important;}
.marB15 {margin-bottom: 15px !important;}
.marB20 {margin-bottom: 20px !important;}
.marB25 {margin-bottom: 25px !important;}
.marB30 {margin-bottom: 30px !important;}
.marB40 {margin-bottom: 40px !important;}
.marB50 {margin-bottom: 50px !important;}

/* - Left margin */

.marL0 {margin-left: 0px !important;}
.marL5 {margin-left: 5px !important;}
.marL10 {margin-left: 10px !important;}
.marL15 {margin-left: 15px !important;}
.marL20 {margin-left: 20px !important;}
.marL25 {margin-left: 25px !important;}
.marL30 {margin-left: 30px !important;}
.marL40 {margin-left: 40px !important;}
.marL50 {margin-left: 40px !important;}

/* - Right margin */

.marR0 {margin-right: 0px !important;}
.marR5 {margin-right: 5px !important;}
.marR10 {margin-right: 10px !important;}
.marR15 {margin-right: 15px !important;}
.marR20 {margin-right: 20px !important;}
.marR25 {margin-right: 25px !important;}
.marR28 {margin-right: 28px !important;}
.marR30 {margin-right: 30px !important;}
.marR40 {margin-right: 40px !important;}
.marR50 {margin-right: 50px !important;}


@media screen and (max-width: 768px) {
	body{
		font-size:80%!important;
	}
	
	#hd-Logo {
	    display:block;
	    padding:20px 0 0;
	}

	#header {
		width: 100%;
	}
	
	#Container {
		width: 100%;
		padding: 0 10px;
	}

	.fixed_hd {
		position: inherit;
		margin: 20px 0 0;
	}

	.m_contents {
	    margin: 20px auto 0;
	}

	h3 {
		line-height: 1.7;
		margin-bottom: 20px;
	}
    
    .br-sp{
		display:block;
	}
	
	.area {
	    width: 100%;
	    margin: 30px auto;
	}
	
	.houkoku_box{
		width: 100%;
		margin: 10px auto;
	}

	.flex {
		display:block;
	}
	
	.flex2{
		display:block;
		height: auto;
	}
	
	.color1 {
	    border: 1px solid #14126f;
	}	
	
	.movie_box {
	    position: relative;
	    width: 224px;
	    margin:20px auto;
	}

	.movie_box2 {
	    position: relative;
	    width: 100%;
	    margin: 10px auto;
	}
		
	.cont_box {
	    margin: 10px auto;
    	width: 90%;
    }

	.cont_box2 {
	    margin: 10px auto;
    	width: 90%;
    } 

   .questionnaire {
		display:none;
   }
   
   .questionnaire_sp{
   		display: block;
		width: 400px;	
		margin: 20px auto;
	}

	.contact_box {
		position: inherit;
	}
	
}

@media screen and (max-width: 480px) {
   .questionnaire_sp{
   		display: block;
		width: 100%;	
		margin: 20px auto;
	}

}
