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

*{ margin:0; padding:0; }

body{ background-color:#F0F8FF; }

/**************** link ***************/

a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}

/**************** wrapper ***************/
#wrapper{
	width:94%;
	max-width:1200px;
	margin:10px auto;
	width:auto;
	background-color:#FFF;
}

#header {
	margin:10px auto 0;
	padding-top:10px;
	font-size:90%;
}

#header img {
	margin:0px 10px;
}
/**************** header ***************/

h1{	padding-bottom:1.2em;
	font-size:120%;
	font-weight:lighter;
	text-align:right;
}


/**************** main ***************/

#main{
	margin:0 auto;
	width:auto;
	background-color:#ffffff;
}

.bnr{
	float:right;
	width:100%;
	text-align: center;
	padding-top:1em;
	padding-bottom:2em;
}

.center{
	text-align:center;
}

.text{
	max-width:670px;
	margin-left:50px;
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:larger;
	font-weight:bold;
	color:#593F22;
}



.txt_red{
	color:#ff0000;
	font-weight:bold;
}

.txt_indigo{
	color:#4b0082;
	font-weight:bold;
}

.txt_orange{
	color:#d2691e;
	font-weight:bold;
}

.txt_green {
	color:#006e54;
	font-weight:bold;
}

#button{
	text-align:center;
	margin-bottom:2em;
	clear:both;
}

/**************** footer ***************/

#footer{
	clear:both;
	text-align:center;
	font-size:small;
	color:#696969;
	font-family:Arial, Helvetica, sans-serif;
	padding:1em;
}



/*-- added 141119 ^^*/

img { max-width: 100%; height: auto; vertical-align: bottom; }

#main { max-width: 800px; }

/*-- テキスト装飾 --*/
.bg_blue {
	background-color:#191970;
}

.bg_red {
	background-color:#c9171e;
}

.bg_green {
	background-color:#007b43;
}

/* ボタン */
.enquete_wrapper {
	display: flex;
	justify-content: center;
	padding: 0px 20px;
}

.enquete_dvd {
	display: inline-block;
	background-color:  #63a5e6;
	color: #333;
	padding: 14px 24px;
	font-size: 16px;
	font-weight: bold;
	border: none;
	border-radius: 6px;
	text-decoration: none;
	transition: background-color 0.3s ease;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	width: 100%;
	max-width: 400px;
	text-align: center;
	cursor: pointer;
}

.enquete_dvd:hover {
	background-color:#b0cfed;
}

/*1024px以上*/
@media screen and (min-width:1024px) {
/** レイアウト **/
.leadtxt {
	width:90%;
	max-width:1200px;
	margin:20px auto;
	padding:10px;
	color:#1f3134;
	font-size:120%;
	background-color:#c6e8ec;
}

.subleadtxt {
	width:90%;
	max-width:1200px;
	margin:10px auto;
	padding:10px;
	text-align:center;
	color:#fff;
	background-color:#ff6347;
	font-size:150%;
	font-weight:bold;
}
	
.index_frame {
	width:90%;
	max-width:1200px;
	margin:10px auto;	
}

.index_frame dl {
	width:100%;
	margin:0;
}
	
.index_frame dl dt {
	width:35%;
	float:left;
	height:150px;
}
	
.index_frame dl dd {
	width:58%;
	float:left;
	margin-bottom:10px;
	margin-left:20px;
	font-size:130%;
	padding:10px;
	background-color:#e0f3f5;
}
	
.gotodetail {
	text-align:right;
	font-size:85%;
}
	
.index_tokuten li {
	margin-left:1.5em;
	text-indent:-1.25em;
	list-style-type:none;
}
	
.detail_frame {
	width:90%;
	max-width:1200px;
	margin:10px auto;
	padding:10px;	
}
	
.media_frame {
	width:100%;
	border:solid 1px #000;
	padding:10px;
	margin-bottom:20px;
	background-color:#FFF;
}

.media_frame img {
	margin:10px 0px;	
}
	
.media_title {
	color:#FFF;
	padding:5px 10px;
	font-size:160%;
	font-weight:bold;
}
	
.media_title span {
	font-size:75%;
	font-weight:normal;
	text-decoration:italic;

}
	
.media_catch {
	font-size:180%;
	padding:10px 1em;
	font-weight:bold;
	color: #541c2a;
	line-height:200%;
	
}
	
.link_frame {
	width:98%;
	margin:5px auto;
	background-color:#FFFFFF;
	padding:1%;
}

.link_title {
	font-size:110%;
	font-weight:bold;
	color:#eb6101;
}

.tokuten_notice {
	width:85%;
	margin:10px 1em 10px 3em;
	padding:10px;
	font-size:110%;
	line-height:150%;
	background-color:  #cfe2de;
}
	
.tokuten_notice ul {
	width:90%;
	margin-left:2em;
}

.tokuten_notice li {

}
	
.tokuten_howtouse {
	width:85%;
	margin:10px 1em 3em 3em;
	padding:10px;
	font-size:110%;
	line-height:150%;
	background-color:#f7ecb0;
}

.tokuten_howtouse span{
	font-size:125%;
	font-weight:bold;
	color:#ff5500;
}
	
.tokuten_howtouse ol {
	width:90%;
	margin-left:2em;
	margin-top:1em;
}

.tokuten_ondemand {
	width:85%;
	margin:10px 1em 10px 3em;
	padding:10px;
	font-size:110%;
	line-height:150%;
	background-color:  #fffacd;
}
	
.tokuten_ondemand ul {
	width:90%;
	margin-left:2em;
}

.tokuten_ondemand li {

}

	
.tokuten_lead {
	margin:10px auto;
	padding:10px;
	font-size:110%;
}
	
.tokuten_lead span {
	font-size:140%;
	font-weight:bold;
}
	
.tokuten_lead font {
	display:inline-block;
	font-size:100%;
	padding:2px 5px;
	border:solid 0.5px #FF0000;
}
	
.tokuten_X {
	width:85%;
	margin:10px 1em 10px 3em;
	background-color:#d9cfe2;
	padding:10px;
	font-size:110%;
	line-height:150%;
}
	
.tokuten_Xtitle {
	color:#df2050;
	font-weight:bold;
}

.tokuten_textarea {
	width:90%;
	max-width:800px;
	margin:10px 1em 10px 3em;
}
	
.tokuten_phrase {
	font-family:serif;
	width:80%;
	margin:20px auto;
	font-size:125%;
	line-height:120%;
	color:#4d4398;
	border:solid 1px #483d8b;
	padding:10px 15px;
	background-color:#FFFFFF;
	font-weight:bold;
}
	
.tokuten_corporate {
	width:80%;
	margin:10px auto;
	padding:10px;
	border:solid 1px #000;
}
	
.tokuten_corporate ul{
	width:100%;
	margin:0px 10px;
	padding:10px;
}
	
.tokuten_corporate a {
	display:inline-block;
	width:90%;
	margin:10px auto;
	text-align:center;
	background-color:#008080;
	padding:5px 10px;
	color:#FFFFFF;
}
	

.thanks_pic {
	float:right;
	margin-left:15px;
	margin-bottom:10px;
	width:60%;
	max-width:200px;
}
	
.categolyline {
	width:100%;
	margin:0 10px;
}
	
.categoly_index {
	width:25%;
	float:left;
	font-size:80%;
	height:8em;
}
	
.categoly_index img{
	width:40%;
}

.sp_none {
	display:none;
}
	

}
/*600px以上 1023px以下*/
@media screen and (min-width:600px) and (max-width:1023px) {
/** レイアウト **/
.leadtxt {
	width:90%;
	max-width:1200px;
	margin:20px auto;
	padding:10px;
	color:#1f3134;
	font-size:120%;
	background-color:#c6e8ec;
}

.subleadtxt {
	width:90%;
	max-width:1200px;
	margin:10px auto;
	padding:10px;
	text-align:center;
	color:#fff;
	background-color:#ff6347;
	font-size:150%;
	font-weight:bold;
}
	
.index_frame {
	width:90%;
	max-width:1200px;
	margin:10px auto;	
}

.index_frame dl {
	width:100%;
	margin:0;
}
	
.index_frame dl dt {
	width:35%;
	float:left;
	height:150px;
}
	
.index_frame dl dd {
	width:58%;
	float:left;
	margin-bottom:10px;
	margin-left:20px;
	font-size:130%;
	padding:10px;
	background-color:#e0f3f5;
}
	
.gotodetail {
	text-align:right;
	font-size:85%;
}
	
.index_tokuten li {
	margin-left:1.5em;
	text-indent:-1.25em;
	list-style-type:none;
}
	
.detail_frame {
	width:90%;
	max-width:1200px;
	margin:10px auto;
	padding:10px;	
}
	
.media_frame {
	width:100%;
	border:solid 1px #000;
	padding:10px;
	margin-bottom:20px;
	background-color:#FFF;
}

.media_frame img {
	margin:10px 0px;	
}
	
.media_title {
	color:#FFF;
	padding:5px 10px;
	font-size:160%;
	font-weight:bold;
}
	
.media_title span {
	font-size:75%;
	font-weight:normal;
	text-decoration:italic;

}
	
.media_catch {
	font-size:180%;
	padding:10px 1em;
	font-weight:bold;
	color: #541c2a;
	line-height:200%;
}
	
.link_frame {
	width:98%;
	margin:5px auto;
	background-color:#FFFFFF;
	padding:1%;
}

.link_title {
	font-size:110%;
	font-weight:bold;
	color:#eb6101;
}

.tokuten_notice {
	width:85%;
	margin:10px 1em 10px 3em;
	padding:10px;
	font-size:110%;
	line-height:150%;
	background-color:#cfe2de;
}
	
.tokuten_notice ul {
	width:90%;
	margin-left:2em;
}

.tokuten_notice li {

}

.tokuten_howtouse {
	width:85%;
	margin:10px 1em 3em 3em;
	padding:10px;
	font-size:110%;
	line-height:150%;
	background-color:#f7ecb0;
}

.tokuten_howtouse span{
	font-size:125%;
	font-weight:bold;
	color:#ff5500;
}
	
.tokuten_howtouse ol {
	width:90%;
	margin-left:2em;
}

.tokuten_howtouse ol li {
	MARGIN:10px;
}

	
.tokuten_ondemand {
	width:85%;
	margin:10px 1em 10px 3em;
	padding:10px;
	font-size:110%;
	line-height:150%;
	background-color:  #fffacd;
}
	
.tokuten_ondemand ul {
	width:90%;
	margin-left:2em;
}

.tokuten_ondemand li {

}

	
.tokuten_lead {
	margin:10px auto;
	padding:10px;
	font-size:110%;
}
	
.tokuten_lead span {
	font-size:140%;
	font-weight:bold;
}
	
.tokuten_lead font {
	display:inline-block;
	font-size:100%;
	padding:2px 5px;
	border:solid 0.5px #FF0000;
}
	
.tokuten_X {
	width:85%;
	margin:10px 1em 10px 3em;
	background-color:#d9cfe2;
	padding:10px;
	font-size:110%;
	line-height:150%;
}
	
.tokuten_Xtitle {
	color:#df2050;
	font-weight:bold;
}

.tokuten_textarea {
	width:90%;
	max-width:800px;
	margin:10px 1em 10px 3em;
}
	
.tokuten_phrase {
	font-family:serif;
	width:80%;
	margin:20px auto;
	font-size:125%;
	line-height:120%;
	color:#4d4398;
	border:solid 1px #483d8b;
	padding:10px 15px;
	background-color:#FFFFFF;
	font-weight:bold;
}
	
.tokuten_corporate {
	width:80%;
	margin:10px auto;
	padding:10px;
	border:solid 1px #000;
}
	
.tokuten_corporate ul{
	width:100%;
	margin:0px 10px;
	padding:10px;
}
	
.tokuten_corporate a {
	display:inline-block;
	width:90%;
	margin:10px auto;
	text-align:center;
	background-color:#008080;
	padding:5px 10px;
	color:#FFFFFF;
}
	

.thanks_pic {
	float:right;
	margin-left:15px;
	margin-bottom:10px;
	width:60%;
	max-width:200px;
}
	
.categolyline {
	width:100%;
	margin:0 10px;
}
	
.categoly_index {
	width:25%;
	float:left;
	font-size:80%;
	height:4em;
}
	
.categoly_index img{
	width:30%;
}

.sp_none {
	display:none;
}
	

}

/*599px以下*/
@media screen and (max-width:599px) {
/** レイアウト **/
#header img {
	width:30%!important;
}
	
h1{	padding-top:1em;
	padding-bottom:1.2em;
	font-size:100%;
	font-weight:lighter;
	text-align:right;
}	

.leadtxt {
	width:90%;
	max-width:1200px;
	margin:20px auto;
	padding:10px;
	color:#1f3134;
	font-size:110%;
	background-color:#c6e8ec;
}

.subleadtxt {
	width:90%;
	margin:10px auto;
	padding:10px;
	text-align:center;
	color:#fff;
	background-color:#ff6347;
	font-size:100%;
	font-weight:bold;
}
	
.index_frame {
	width:90%;
	max-width:1200px;
	margin:10px auto;	
}
	
.index_frame img {
	margin:10px 0px;	
}

.index_frame dl {
	width:100%;
	margin:0;
}
	
.index_frame dl dt {
	width:60%;
}
	
.index_frame dl dd {
	width:90%;
	margin-left:20px;
	margin-bottom:20px;
	font-size:120%;
	padding:5px;
	background-color:#e0f3f5;
}
	
.gotodetail {
	text-align:right;
	font-size:85%;
}
	
.index04 {
	text-decoration:underline;
}

.index_tokuten li {
	margin-left:2em;
	text-indent:-2em;
	list-style-type:none;
}

.detail_frame {
	width:94%;
	max-width:1200px;
	margin:10px auto;
	padding:10px;	
}
	
.media_frame {
	width:94%;
	border:solid 1px #000;
	padding:10px;
	margin-bottom:20px;
	background-color:#FFF;
}

.media_title {
	color:#FFF;
	padding:5px 10px;
	font-size:145%;
	font-weight:bold;
}
	
.media_title span {
	font-size:75%;
	font-weight:normal;
	text-decoration:italic;

}
	
.media_catch {
	font-size:140%;
	padding:10px 0.5em;
	font-weight:bold;
	color: #541c2a;
}	
	
.tokuten_lead {
	margin:10px auto;
	padding:0 10px;
	font-size:110%;
}
	
.tokuten_lead span {
	font-size:110%;
	font-weight:bold;
}
	
.tokuten_lead font {
	display:inline-block;
	font-size:100%;
	padding:2px 5px;
	border:solid 0.5px #FF0000;
}
	
.tokuten_phrase {
	font-family:serif;
	width:90%;
	margin:10px auto;
	font-size:125%;
	line-height:120%;
	color:#4d4398;
	border:solid 1px #483d8b;
	padding:10px 15px;
	background-color:#FFFFFF;
	font-weight:bold;
}
	
.tokuten_textarea {
	width:90%;
	margin:10px 1em;
}	
	
.tokuten_notice {
	width:90%;
	margin:10px 1em 20px;
	padding:10px;
	font-size:110%;
	line-height:150%;
	background-color:#cfe2de;
}
	
.tokuten_notice ul {
	width:90%;
	margin-left:1em;
}

.tokuten_notice li {

}
	
.tokuten_howtouse {
	width:90%;
	margin:10px 1em 20px;
	padding:10px;
	font-size:110%;
	line-height:150%;
	background-color:#f7ecb0;
}
	
.tokuten_howtouse span{
	font-size:125%;
	font-weight:bold;
	color:#ff5500;
}
	
.tokuten_howtouse ol {
	width:90%;
	margin-left:1em;
}
	
.tokuten_howtouse ol li{
	margin-top:1em;
}	

	
.tokuten_X {
	width:92%;
	margin:10px 1em;
	background-color:#d9cfe2;
	padding:5px;
	font-size:85%;
	line-height:150%;
}
	
.tokuten_Xtitle {
	color:#df2050;
	font-weight:bold;
}

.tokuten_corporate {
	width:90%;
	margin:10px auto;
	padding:10px;
	border:solid 1px #000;
}
	
.tokuten_corporate ul{
	width:100%;
	margin:0px 10px;
	padding:10px;
}
	
.tokuten_corporate a {
	display:inline-block;
	width:95%;
	margin:10px auto;
	text-align:center;
	background-color:#008080;
	padding:5px 10px;
	color:#FFFFFF;
}	
	
.tokuten_ondemand {
	width:90%;
	margin:10px 1em;
	padding:10px;
	font-size:110%;
	line-height:150%;
	background-color:  #fffacd;
}
	
.tokuten_ondemand ul {
	width:90%;
	margin-left:2em;
}

.tokuten_ondemand li {

}	

.link_frame {
	width:98%;
	margin:5px auto;
	background-color:#FFFFFF;
	padding:1%;
}

.link_title {
	font-size:140%;
	font-weight:bold;
	color:#eb6101;
}

.thanks_pic {
	float:right;
	margin-left:15px;
	margin-bottom:10px;
	width:40%;
	max-width:200px;
}

.categolyline {
	width:100%;
	margin:0 10px;
}
	
.categoly_index {
	width:50%;
	float:left;
	font-size:85%;
	height:6em;
}
	
.categoly_index img{
	width:40%;
}

.pc_none {
	display:none;
}

.enquete_dvd {
font-size: 15px;
padding: 12px 20px;
}

	
}

