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

/* 全体 */

* {
	margin: 0;
	padding: 0;
}

html {
	text-align: left;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	letter-spacing: 0.02em;
	font-size: 0.95em;	
	-webkit-text-size-adjust: 100%;
}

/* IE6*/
* html body {
	font-size: 1em;
}

/*IE7*/
:first-child+html body (font-size: 0.95em;)

h1, h2, h3, h4, h5, h6,
p, pre, blockquote,
ul, ol, dl, address {
	margin: 0;
	padding: 0;
}

a {
	color: #3300FF;
	text-decoration: none;
}

a:link {color: #0000ff; }
a:visited { color: #0000ff; }

a:hover {
	color: #660033;
	text-decoration: underline;
}

img { border:none; max-width: 100%; height:auto; width:auto; /* ie8 */}

/*全体レイアウト関連*/
#wrapper {
   position: relative;
   box-sizing: border-box;
	width: 100%;
   min-height: 100vh;
   padding-bottom: 200px;
	text-align: left;
}

/*wrapper内の回り込みを解除*/
div#wrapper:after {
	visibility: hidden;
	content : "";
	display : block;
	height : 0;
	clear : both;
}

/*ロゴメニューテーブル*/
#headimg {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-bottom:1px solid #009;
}

#headimgcell {
	display: table-cell;
	padding: 8px;
	vertical-align: bottom;
	text-align: left;
	width:60%;
}

#headimgcell02 {
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	padding: 8px;
	vertical-align: center;
	text-align: right;
	width:100%;
}

a.headlink {
	font-size: 80%;
}

/*headimg内の回り込みを解除*/
div#headimg:after {
	visibility: hidden;
	content : "";
	display : block;
	height : 0;
	clear : both;
}

/*ページタイトル*/
#sentencetable {
	position: relative;
	box-sizing: border-box;
	display: table;
	table-layout: fixed; 
	width: 100%;
	padding: 10px 20px 20px;
	margin-bottom: 30px;
	border: none;
	background: linear-gradient(90deg, #00489d , #419af1);
	clip-path: ellipse(130% 100% at center top);
}
.sentencetcell {
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
	text-align: left;
}

.sentencetcell02 {
	display: table-cell;
	padding: 5px 20px 5px 5px;
	vertical-align: top;
	text-align: right;
	width: 30%;
}

img.sentenceimg {
	width: 120px;
	vertical-align: bottom;
	border: solid 1px;
/*	margin-top: 20px; */
}

img.sentenceimg2 {
	width: 180px;
	vertical-align: bottom;
	border: solid 1px;
/*	margin-top: 20px; */
}


#sentence01 {
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5;
	font-family: helvetica, arial, YuGothic,  "Yu Gothic","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	padding: 15px;
	color:#fff;
}

/*sentence01内の回り込みを解除*/
div#sentence01:after {
	visibility: hidden;
	content : "";
	display : block;
	height : 0;
	clear : both;
}

/*ページ内容*/
#sentence02 {
	margin: 5px 20px 0 20px;
	width: 90%;
	padding-bottom: 20px;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.5;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

img.splays {
	width: 30px;
	vertical-align: middle;
	margin:0 2px;
}

/*sentence02内の回り込みを解除*/
div#sentence02:after {
	visibility: hidden;
	content : "";
	display : block;
	height : 0;
	clear : both;
}

/*E01*/
#E01 {
	margin: 0 0 0 20px;
	width: 94%;
}

/*追加文言*/
#add {
	margin: 0 0 0 20px;
	width: 94%;
	font-size: 12px;
}



/*tbutton*/
.tbutton {
	display: table;
	table-layout: fixed; 
	width: 100%;
}

.tbuttoncell {
	display: table-cell;
	padding: 10px;
	vertical-align: top;
	text-align: left;
}

.mg_l10{
	margin-left:10px;
}
.mg_b5{
	margin-bottom:5px;
}
.mg_b20{
	margin-bottom:20px;
}
.contents{
	margin: 0 20px 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.contents_ttl{
	padding: 12px 0;
	position: relative;
	font-size: 1.4em;
	margin-bottom: 20px;
	font-weight: bold;
	color: #000;
	padding-left: 20px;
}
.contents_ttl:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 6px;
	height: 30px;
	border-radius: 3px;
	background-color: #009cef;
	transform: translateY(-50%);
}
.contents_body{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 25px;
	padding: 30px 15px 10px;
	border-radius: 10px;
	background-color: #d0def7;
	box-shadow: 4px 4px 8px #00000033;
}
.contents_comment{
	color: #333;
	font-size: 14px;
	margin-bottom: 15px;
	/* margin-top: -20px; */
}
.contents_box{
	display: block;
	width: 300px;
	box-sizing: border-box;
	padding: 20px;
	margin: 0 10px 20px;
	border: none;
	background: none;
	background-color: #fff;
	border-radius: 12px;
}
.contents_box__ttl{
	position: relative;
	display: block;
	background: transparent;
	cursor: pointer;
	padding: 0 10px 0;
	margin-bottom: 5px;
}
.contents_box__movie{
	width: 260px;
	height: 146px;
    position: relative;
	 margin: 0;
}
.contents_box__movie_sub{
	color: #333;
	font-size: 12px;
}
.contents_box__movie_sub span{
	background: linear-gradient(transparent 60%, #aaffdd 60%);
}
.contents_box__photo{
	width: 100%;
    position: relative;
	box-sizing: border-box;
}
.contents_box__photo:after{
   content: "画像を押すと拡大表示されます。";
   display: block;
   width: 100%;
   padding: 0;
   margin: 0;
   text-align: right;
   font-size: 13px;
   color: #555;
}
.contents_box__photo a{
   display: block;
	border: 1px solid #ddd;
	background-color: #fff;
}
.contents_box__photo a:nth-child(n + 2){
   display: none;
}
.contents_box__photo a img{
   display: block;
   max-height: 152px;
   margin: auto;
}
.contents_ready{
    margin: 20px;
   font-size: 1.4em;
   font-weight: bold;
   color: #666;
}
/*目次へ戻るボタン*/
#headimgcell02.indexBack a{
	display: block;
	padding-right: 0;
	animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes slideIn {
0% {
	transform: translateX(180px);
	opacity: 0;
}
100% {
	transform: translateX(0);
}
40%,100% {
	opacity: 1;
}
}
#headimgcell02.indexBack img{
	width: 160px;
	max-width: 100%;
}

.contents_box__modal{
	position: relative;
}
/* .contents_box__modal:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	border-width: 12px 0 12px 20px;
	border-style: solid;
	border-color: transparent transparent transparent #ffffffcc;
	transform: translateX(-50%)translateY(-50%);
} */
.contents_box__modal img{
	display: block;
	cursor: pointer;
	border: 1px solid #ddd;
}
.jstream__modal{
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 0;
	background-color: #00000099;
	transition: all 0.3s;
	z-index: 100;
	overflow: hidden;
}
.jstream__modal.is--open{
	display: block;
	height: 100%;
}
.jstream__player{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 640px;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.acc_ttl{
	position: relative;
	box-sizing: border-box;
	width: calc(100% - 20px);
	padding: 16px 50px 16px 10px;
	margin: 5px 10px 15px;
	/* background: linear-gradient(90deg, #00489d , #419af1); */
	background-color: #345ba3;
	color: #fff;
	font-size: 20px;
	box-shadow: 3px 3px 3px #00000033;
	border-radius: 0 31px 31px 0;
	/* cursor: pointer; */
}
/* .acc_ttl:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	display: block;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-70%)rotate(45deg);
	transition: all 0.2s;
}
.acc_ttl.is-open:after{
	transform: translateY(-20%)rotate(-135deg);
} */
.acc_body{
	
	/* display: none; */
	padding: 0 0 30px;
}
.footerlogo{
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	padding-top: 10px;
	border-top: 1px solid #036;
}
.footerlogo img{
	display: block;
	margin: 0 auto;
	max-width: 150px;
}
.note{
	padding: 10px;
	margin-bottom: 20px;
}
.note p{
	padding: 0;
	color: #333;
	font-size: 14px;
}
.btn_wrap{
	padding: 0 8px;
	text-align: right;
}
.btn_wrap a{
	position: relative;
	display: inline-block;
	background-color: #cde7ff;
	color: #333;
	padding: 8px 30px 8px 15px;
	border-radius: 5px;
}
.btn_wrap a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.btn_wrap a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 14px;
	display: block;
	width: 7px;
	height: 7px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	transform: translateY(-50%)rotate(315deg);
	transition: all 0.2s;
}
/* QRトップ用カスタム */
.onsei_list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 20px;
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
}
.onsei_list a{
	position: relative;
	width: 100%;
	padding: 10px 10px 10px 30px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #333;
}
.onsei_list a:after{
	content: "";
	position: absolute;
	left: 11px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #345ba3;
	border-style: solid;
}
.onsei_list a:hover{
	text-decoration: none;
	background-color: #eaedff;
}
.onsei_download{
	position: relative;
	display: inline-block;
	padding: 8px 12px 8px 40px;
	margin: 10px 0;
	background-color: #137a9f;
	font-size: 16px;
	color: #fff !important;
	border-radius: 5px;
	box-shadow: 2px 2px 4px #00000055;
}
.onsei_download:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	width: 22px;
	height: 22px;
	background: url(/rika_2026/img/common/download.png) center no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}
.onsei_download:hover{
	text-decoration: none;
	opacity: 0.8;
}

/* 理科のカスタム */
.ar_rika__icn_movie{
	position: relative;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	display: block;
	background: url(/rika_2026/img/common/ar_logo_m.png) center no-repeat;
	background-size: contain;
}
.ar_rika__icn_movie:after{
	content: "";
	position: absolute;
	top: 12px;
	right: 0;
	left: 0;
	margin: auto;
	display: block;
	width: 26px;
	height: 26px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.ar_rika__icn_photo{
	position: relative;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	display: block;
	background: url(/rika_2026/img/common/ar_logo_p.png) center no-repeat;
	background-size: contain;
}
.ar_rika__icn_photo:after{
	content: "";
	position: absolute;
	top: 17px;
	right: 0;
	left: 0;
	margin: auto;
	display: block;
	width: 22px;
	height: 22px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.ar_rika__icn_text{
	width: 100%;
}
.ar_rika__icn_movie--1:after{
	background-image: url(/rika_2026/img/common/ar_logo_m1.png);
}
.ar_rika__icn_movie--2:after{
	background-image: url(/rika_2026/img/common/ar_logo_m2.png);
}
.ar_rika__icn_movie--3:after{
	background-image: url(/rika_2026/img/common/ar_logo_m3.png);
}
.ar_rika__icn_movie--4:after{
	background-image: url(/rika_2026/img/common/ar_logo_m4.png);
}
.ar_rika__icn_movie--5:after{
	background-image: url(/rika_2026/img/common/ar_logo_m5.png);
}
.ar_rika__icn_movie--6:after{
	background-image: url(/rika_2026/img/common/ar_logo_m6.png);
}
.ar_rika__icn_movie--7:after{
	background-image: url(/rika_2026/img/common/ar_logo_m7.png);
}
.ar_rika__icn_movie--8:after{
	background-image: url(/rika_2026/img/common/ar_logo_m8.png);
}
.ar_rika__icn_movie--9:after{
	background-image: url(/rika_2026/img/common/ar_logo_m9.png);
}
.ar_rika__icn_photo--1:after{
	background-image: url(/rika_2026/img/common/ar_logo_p1.png);
}
.ar_rika__icn_photo--2:after{
	background-image: url(/rika_2026/img/common/ar_logo_p2.png);
}
.ar_rika__icn_photo--3:after{
	background-image: url(/rika_2026/img/common/ar_logo_p3.png);
}
.ar_rika__icn_photo--4:after{
	background-image: url(/rika_2026/img/common/ar_logo_p4.png);
}
.ar_rika__icn_photo--5:after{
	background-image: url(/rika_2026/img/common/ar_logo_p5.png);
}
.ar_rika__icn_photo--6:after{
	background-image: url(/rika_2026/img/common/ar_logo_p6.png);
}
.ar_rika__icn_photo--7:after{
	background-image: url(/rika_2026/img/common/ar_logo_p7.png);
}
.ar_rika__icn_photo--8:after{
	background-image: url(/rika_2026/img/common/ar_logo_p8.png);
}
.ar_rika__icn_photo--9:after{
	background-image: url(/rika_2026/img/common/ar_logo_p9.png);
}
.ar_rika__icn_movie-p{
	position: relative;
	width: 50px;
	height: 50px;
	display: block;
	background: url(/rika_2026/img/common/ar_logo-p_m.png) center no-repeat;
	background-size: contain;
}
.ar_rika__icn_movie-p:after{
	content: "";
	position: absolute;
	top: 12px;
	right: 0;
	left: 0;
	margin: auto;
	display: block;
	width: 26px;
	height: 26px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.ar_rika__icn_photo-p{
	position: relative;
	width: 50px;
	height: 50px;
	display: block;
	background: url(/rika_2026/img/common/ar_logo-p_p.png) center no-repeat;
	background-size: contain;
}
.ar_rika__icn_photo-p:after{
	content: "";
	position: absolute;
	top: 17px;
	right: 0;
	left: 0;
	margin: auto;
	display: block;
	width: 22px;
	height: 22px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.ar_rika__icn_movie--1-p:after{
	background-image: url(/rika_2026/img/common/ar_logo-p_m1.png);
}
.ar_rika__icn_movie--2-p:after{
	background-image: url(/rika_2026/img/common/ar_logo-p_m2.png);
}
.ar_rika__icn_movie--3-p:after{
	background-image: url(/rika_2026/img/common/ar_logo-p_m3.png);
}
.ar_rika__icn_movie--4-p:after{
	background-image: url(/rika_2026/img/common/ar_logo-p_m4.png);
}
.ar_rika__icn_movie--5-p:after{
	background-image: url(/rika_2026/img/common/ar_logo-p_m5.png);
}
.ar_rika__icn_movie--6-p:after{
	background-image: url(/rika_2026/img/common/ar_logo-p_m6.png);
}
.ar_rika__icn_movie--7-p:after{
	background-image: url(/rika_2026/img/common/ar_logo-p_m7.png);
}
.ar_rika__icn_movie--8-p:after{
	background-image: url(/rika_2026/img/common/ar_logo-p_m8.png);
}
.ar_rika__icn_movie--9-p:after{
	background-image: url(/rika_2026/img/common/ar_logo-p_m9.png);
}
.ar_rika__icn_photo--1-p:after{
	background-image: url(/rika_2026/img/common/ar_logo-p_p1.png);
}
.ar_rika__icn_photo--2-p:after{
	background-image: url(/rika_2026/img/common/ar_logo-p_p2.png);
}
.ar_rika__icn_photo--3-p:after{
	background-image: url(/rika_2026/img/common/ar_logo-p_p3.png);
}
.ar_rika__icn_photo--4-p:after{
	background-image: url(/rika_2026/img/common/ar_logo-p_p4.png);
}
.ar_rika__icn_photo--5-p:after{
	background-image: url(/rika_2026/img/common/ar_logo-p_p5.png);
}
.ar_rika__icn_photo--6-p:after{
	background-image: url(/rika_2026/img/common/ar_logo-p_p6.png);
}
.ar_rika__icn_photo--7-p:after{
	background-image: url(/rika_2026/img/common/ar_logo-p_p7.png);
}
.ar_rika__icn_photo--8-p:after{
	background-image: url(/rika_2026/img/common/ar_logo-p_p8.png);
}
.ar_rika__icn_photo--9-p:after{
	background-image: url(/rika_2026/img/common/ar_logo-p_p9.png);
}

/* タブレット対応 */
/* @media screen and (max-width: 820px) {
	.contents_box {
    width: calc(50% - 20px);
}
} */


/*幅が広いデバイスの場合*/
@media screen and (min-width: 769px) {

/*テーブル部*/
.ttable {
	display: table;
/*	width: 100%; */
	table-layout: fixed; 
	/*border: solid 1px #000;
	border-collapse: collapse;*/
}

.ttr {
	display: table-cell;
	width:150px;
	float:left;
	margin:0 5px 5px 0;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	border: solid 1px #036;
	background-image:url("../img/bg.png" ); background-repeat:repeat-x; background-position:bottom left;
}

.accordion .ac-content {
	display: table;
	table-layout: fixed; 
	margin: 0 20px;
}


.accordion input {
	display: none;
}

table.list {
	margin: 0 auto;
	text-align: center;
	width: 600px;
	font-size: 120%;
}

table.list th {
	width:100%;
	border: 1px solid #000A67;
	background-color:#000080;
	color: #FFFFFF;
	padding:5px
}

table.list td {
	width:100%;
	border: 1px solid #000A67;
	color: #000000;
	padding:5px
}
  
table.list td a{
	display:block;
	/*margin: 0px 130px;*/
	width:100%;
	height:100%;
	text-decoration: none;
	overflow: hidden ;
}

table.list td a:link { color: #000000; }
table.list td a:visited { color: #000000; }
table.list td:hover{
	background-color: #BDE1FF;
}

table.list td a left{
	float: left;
	margin-left: 60px;
}

table.list td a right{
	float: right;
	margin-right: 40px;
}

.big_font1 {font-weight:bold; font-size:110% ; }
.big_font2 {font-weight:bold; font-size:120% ; }
.notice{
	font-size:125%;
	font-weight:bold;
	color:#FF3300;
}

.min{
	display: none;
}
	.contents_box__ttl{
		position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: transparent;
    cursor: inherit;
    padding: 0 10px 0;
    margin-bottom: 12px;
    min-height: 50px;
		font-size: 16px;
	}

}

/*幅が狭いデバイスの場合*/
@media screen and (max-width: 768px) {



.accordion {
	min-width: 300px;
	margin: 0 auto;
	padding: 10px;
}
.accordion .ac-content {
	margin: 0 auto;
}
.accordion input {
	display: none;
}
.accordion label {
	display: block;
	background: #9fb7d4;
	cursor: pointer;
	padding: 10px;
	border-bottom: 1px solid #fff;
}
.accordion label:hover {
	background: #ccc;
}
.accordion .ac-cont {

	text-align:center;
	transition: 0.2s;
	height: 0;
	overflow: hidden;
	background: #ddd;
	padding: 0 10px;
}
.accordion .ttrmin {

	margin: 0 auto;
	width:150px;
	padding: 5px;
	text-align: left;
	border: solid 1px #036;

}
.accordion input:checked + .ac-cont {
	height: auto;
	padding: 10px;
}

table.list {
	margin: 0 auto;
	text-align:center;
	width: 340px;
	font-size: 120%;
}

table.list th {
	width:100%;
	border: 1px solid #000A67;
	background-color:#000080;
	color: #FFFFFF;
	padding:5px
}

table.list td { 
	width:100%;
	border: 1px solid #000A67; 
	color: #000000; 
	padding:5px
}
  
table.list td a{
	display:block;
	width:100%;
	height:100%;
	text-decoration: none;
}
table.list td a:link { color: #000000; }
table.list td a:visited { color: #000000; }
table.list td:hover{
	background-color: #BDE1FF;
}

.big_font1 {font-weight:bold; font-size:100% ; }
.big_font2 {font-weight:bold; font-size:110% ; }
.notice{
	font-size:105%;
	font-weight:bold;
	color:#FF3300;
}

.wide{
	display: none;
}
	.contents{
		display: block;
		margin: 0 10px 0;
	}
	.contents_ttl{
		font-size: 1.4em;
		text-align: center;
		padding-left: 0;
	}
	.contents_ttl:after{
		content: "";
		position: absolute;
		top: inherit;
		bottom: 0;
		left: 50%;
		display: block;
		width: 26px;
		height: 6px;
		border-radius: 3px;
		background-color: #009cef;
		transform: translateX(-50%);
	}
	.contents_comment{
		margin-top: 0;
		font-size: 12px;
	}
	.contents_body{
		display: block;
		max-width: 400px;
		margin: 0 auto 20px;
		padding: 30px 20px;
	}
	.contents_box{
    width: 100%;
		margin: 0 0 20px;
	}
	
.contents_body .contents_box:last-of-type{
	margin-bottom: 0;
}
	.contents_box__ttl{
		position: relative;
		background: none;
		display: block;
    background: transparent;
		cursor: pointer;
		margin-bottom: 12px;
		padding: 0;
		line-height: 30px;
		border-bottom: 1px solid #fff;
	}
	/* .contents_box__ttl:after{
		content: "";
		position: absolute;
		top: calc(50% - 10px);
		right: 15px;
		display: block;
		width: 10px;
		height: 10px;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		transition: all 0.2s;
	}
	.contents_box__ttl.is-open:after{
		top: calc(50% - 3px);
		transform: rotate(-135deg);
	} */
	.contents_box__movie{
		/* display: none; */
		width: 208px;
		height: 117px;
		padding: 0;
		margin: 10px auto;
	}
	.contents_box__movie_sub{
		text-align: center;
		font-size: 12px;
	}
	.contents_box__photo{
		/* display: none; */
		width: 208px;
		/*height: 143px;*/
		padding: 0;
		margin: 10px auto;
	}
	.contents_box__photo:after{
		text-align: center;
		font-size: 12px;
	}
	/*目次へ戻るボタン*/
	#headimgcell02.indexBack{
		padding: 0 8px 16px;
	}
	#headimgcell02.indexBack img{
		width: 109px;
		max-width: 100%;
	}
	.acc_ttl{
		box-sizing: border-box;
		width: calc(100% - 10px);
		margin: 5px 5px 10px;
		padding:15px 40px 15px 8px;
		/* background: linear-gradient(90deg, #00489d , #419af1); */
		background-color: #345ba3;
		color: #fff;
		border-radius: 0 28px 28px 0;
		box-shadow: 3px 3px 3px #00000033;
		font-size: 17px;
	}
	.acc_ttl:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-70%)rotate(45deg);
    transition: all 0.2s;
	}
	.acc_ttl.is-open{
		margin-bottom: 15px;
	}
	.acc_ttl.is-open:after{
		transform: translateY(-20%)rotate(-135deg);
	}
	.acc_body{
		display: none;
	}
	
.footerlogo{
	bottom: 60px;
}
	.ar_rika__icn_photo{
		margin: -10px auto;
	}
	.ar_rika__icn_movie{
		margin: -10px auto;
	}
	
	#wrapper{
		padding-bottom: 320px;
 }
 #footer{
		box-sizing: border-box;
		width: 100%;
		margin: 0;
		bottom: 120px;
		padding-left: 10px;
		padding-right: 10px;
 }
 #copyright{
		height: 50px;
		line-height: 25px;
 }
.note p{
	font-size: 12px;
}
.btn_wrap{
	padding: 0 8px 10px;
}
.btn_wrap a{
	font-size: 12px;
}
.btn_wrap a:after{
	width: 5px;
	height: 5px;
}
.onsei_list{
	width: 100%;
}
.onsei_list a{
	padding: 10px 8px 10px 30px;
	font-size: 16px;
}
.onsei_download{
	font-size: 14px;
}
}

.tcell {
	display: table-cell;
	width: 100%;
	padding: 5px;
	vertical-align: top;
	text-align: center;
	border: solid 1px #036;
	background-image:url("../img/bg.png" ); background-repeat:repeat-x; background-position:bottom left;
}

.tth {
	display: table-cell;
	width:150px;
	float:left;
	margin:0 5px 5px 20px;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	border: solid 1px #036;
	background-image:url("../img/bg.png" ); background-repeat:repeat-x; background-position:bottom left;
}

/*ttable内の回り込みを解除*/
div.ttable:after {
	visibility: hidden;
	content : "";
	display : block;
	height : 0;
	clear : both;
}

/*ボタン*/
button {
	font-size: 1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bb01 {
	font-weight: bold;
	background-color: #3366cc;
	color: #fff;
	border-style: none;
	padding: 2px 10px;
	margin: 0px 20px 0px;
}

.bo01 {
	font-weight: bold;
	background-color: #ff9900;
	color: #fff;
	border-style: none;
	padding: 2px 20px;
	margin: 0px 10px;
}

.S_ON {
	float: center;
	border: none;
	font-weight: bold;
	background-color: #036;
	font-size: 24pt;
}

.S_OFF {
	float: center;
	border: none;
	color: blue;
	font-size: 10pt;
}

.link { background-image:url("../img/arrow.png"); background-repeat:no-repeat; background-position:center left; padding-left:1.5em; background-size:15px 15px;}

/*プレイヤー自動リサイズ*/
#resize1 {
	width: 100%;
	position: relative;
	padding-bottom: 95%;
	}

/*フッター部*/
#footer {
		position: absolute;
    left: 0;
    bottom: 100px;
    margin: 15px 20px 20px 20px;
    width: 90%;
    padding-top: 20px;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    color: #000000;
    clear: both;
}

/*footer内の回り込みを解除*/
div#footer:after {
	visibility: hidden;
	content : "";
	display : block;
	height : 0;
	clear : both;
}

#copyright {
   position: absolute;
   left: 0;
   bottom: 0;
	width: 100%;
	height: 30px;
	font-size: 9px;
	line-height: 30px;
	text-align: center;
	background-color: #19499e;
	color: #fff;
	border-top:solid 1px #39F;
	border-bottom:solid 1px #39F;
}

/*copyright内の回り込みを解除*/
div#copyright:after {
	visibility: hidden;
	content : "";
	display : block;
	height : 0;
	clear : both;
}

a.esw{
	font-size: 14pt;
}

.ttl { color:#036; }
.gototop { padding:3px; border:1px solid #C00; }
a.arrow  { background-image:url('../img/arrow1.png'); background-repeat:no-repeat; background-position:center left; padding:3px  0 3px 1.5em; background-size:15px 15px; }

.cube {
	border:1px solid #000000;
}

.notice_red{
	font-size:125%;
	font-weight:bold;
	color:#ff0000;
}

.center {
	width: 100%;
	margin: 0 auto;
	text-align:center;
}

.list_big_font {
	margin-left: auto;
	margin-right: auto;	font-weight:bold;
	font-size:160% ;
}

