@charset "UTF-8";

/*
SHOWA YAKUHIN KAKO. CSS
Author: Kazuya Tahara(Hdj)
Version: 170208
*/


/*-----------------------------------------------
 __ResetCss
-----------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-style:normal;
font-weight: normal;
font-size: 100%;
vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

html{
overflow-y: scroll;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

input, textarea{
margin: 0;
padding: 0;
}

ol, ul{
list-style:none;
}

table{
border-collapse: collapse; 
border-spacing:0;
}
table td{
vertical-align:middle;
}
caption, th{
text-align: left;
}

a:focus {
outline:none;
}

/*ClearFix*/
.clearfix:after {
content: "."; 
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix {
height: 1px;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}
/*-----------------------------------------------
 __BassSetting
-----------------------------------------------*/
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	line-height:1.6;
	min-width:960px;
	-webkit-text-size-adjust: 100%;
}
a{
	color:#09C;
	text-decoration:none;
}
a:hover{
	color:#F90;
}
.Wrapper{
	width:960px;
	margin:0 auto;
}
.Wrapper:after {
content: "."; 
display: block;
clear: both;
height: 0;
visibility: hidden;
overflow:hidden;
font-size:0.1em;
line-height:0;
}
/*-----------------------------------------------
 __header
-----------------------------------------------*/
header {
	width:auto;
	height:calc(39.37vw + 212px);
	min-height:299px;
	min-width:960px;
	background-size:100%;
	background:url(refer/bg_header.jpg) no-repeat 0 0;
	background-size:100%;
	overflow: hidden;
}
header .HeadWrap {
	box-sizing:border-box;
	width:100%;
	height:212px;
	margin:39.37vw auto 0;
	padding-top:20px;
	background-color: rgba(141,193,31,1.00);
}
header .HeadWrap h1{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	font-size:40px;
	line-height:1.2;
	margin-bottom:0.3em;
}
header .HeadWrap .Author{
	display:table;
	color:#FFF;
	font-weight:bold;
	font-size:large;
	margin:0 auto;
}
header .HeadWrap .Author a{
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
}
/*-----------------------------------------------
 __Footer
-----------------------------------------------*/
footer .Copyright{
	width:350px;
	height:43px;
	font-size:1px;
	text-indent:-9999px;
	margin:30px auto;
	background:url(refer/logo_syk.png) no-repeat 0 0;
	background-size: 350px;
}
footer .Copyright a{
	display:block;
	width:100%;
	height:100%;
}


/*-----------------------------------------------
ENTRANCE
-----------------------------------------------*/
#ENTRANCE{
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
    background-color: rgba(256,256,256,0.95);
	z-index:1000;
}

/*-----------------------------------------------
 __Article
-----------------------------------------------*/
article{
	width:100%;
}

.Lead{
	width:890px;
	min-height:436px;
	margin:35px auto;
	background:url(refer/bg_cause.png) no-repeat 520px 60px;
}
.Lead h3{
	font-size:xx-large;
	color:#0071BC;
	text-align:center;
	margin:35px 0 30px;
}
.Lead p{
	width:450px;
	margin:0 0 10px;
}
.MovieBox{
	width:100%;
	min-height:720px;
	background: rgba(62,93,150,1.00) url(refer/bg_movie.jpg) no-repeat 50% 0;
	background-size:cover;
}
.MovieBox .MovieContent{
	width:920px;
	margin:0 auto;
}
/*ClearFix*/
.MovieBox .MovieContent:after {
content: "."; 
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.MovieBox  .MovIndex{
	width:600px;
	float:left;
}
.MovieBox .BtLeaf{
	width:12em;
	margin:2em 0 0 auto;
	background: rgba(0,0,0,0.5) url(refer/ic_prdlink_pdf.png) no-repeat 1em 50%;
	background-size:18px;
	border-radius:10px 10px 0 0;
}
.MovieBox .BtLeaf a{
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
	font-weight:bold;
	line-height:2.5em;
	text-align:center;
	border-radius:10px 10px 0 0;
	background:rgba(178,200,236,0)  url(refer/ic_prdlink_pdf.png) no-repeat 1em 50%;
	background-size:18px;
}
.MovieBox .BtLeaf a:hover{
	transition: all 0.3s linear;
	color:rgba(13,33,65,1.00);
	background:rgba(178,200,236,1.00)  url(refer/ic_prdlink_pdf.png) no-repeat 1em 50%;
	background-size:18px;
}
.MovieBox  .MovList{
	margin-bottom:40px;
	padding:10px;
	background-color:rgba(255,255,255,0.3);
}
.MovieBox  .MovList.New{
	padding-top:40px;
	background:rgba(255,255,255,0.3) url(refer/bg_new.png) no-repeat 0 0;
}
.MovieBox  .MovIndex h4{
	color:#FFF;
	font-size:large;
	margin-bottom:10px;
}
.MovieBox  .MovIndex .NoteTitle{
	color:#FFF;
	font-size:75%;
	padding-left:1em;
	text-indent:-1em;
	margin-bottom:1em;
}
.MovieBox  .MovIndex li{
	display:table;
	width:100%;
	height:70px;
	box-sizing:border-box;
	line-height:1.3;
	margin-bottom:10px;
	background: rgba(0,0,0,0.50);
}
.MovieBox  .MovIndex li a{
  display: table-cell;
  vertical-align: middle;
	width:100%;
	height:100%;
	box-sizing:border-box;
	color:#FFF;
	padding-left:150px;
	margin-bottom:10px;
	overflow: hidden;
	background-repeat:no-repeat;
	background-size:contain;
	position:relative;
}
.MovieBox  .MovIndex li:last-child{
	margin-bottom:0;
}
.MovieBox  .MovIndex li a .Time{
	width:4em;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:center;
	line-height:1.5;
	position:absolute;
	left:0;
	bottom:0;
	background: #0D1C3B;
}
.MovieBox  .MovIndex li.Mov01 a{
	background-image:
		url(refer/ic_movide.png),
		url(refer/thumb01.png);
}
.MovieBox  .MovIndex li.Mov02 a{
	background-image:
		url(refer/ic_movide.png),
		url(refer/thumb02.png);
}
.MovieBox  .MovIndex li.Mov03 a{
	background-image:
		url(refer/ic_movide.png),
		url(refer/thumb03.png);
}
.MovieBox  .MovIndex li.Mov04 a{
	background-image:
		url(refer/ic_movide.png),
		url(refer/thumb04.png);
}
.MovieBox  .MovIndex li.Mov05 a{
	background-image:
		url(refer/ic_movide.png),
		url(refer/thumb05.png);
}
.MovieBox  .MovIndex li.Mov06 a{
	background-image:
		url(refer/ic_movide.png),
		url(refer/thumb06.png);
}
.MovieBox  .MovIndex li.Mov07 a{
	background-image:
		url(refer/ic_movide.png),
		url(refer/thumb07.png);
}
.MovieBox  .MovIndex li.And2018{
	height: auto;
	width: auto;
	margin-left:125px;
}
.MovieBox  .MovIndex li.And2018 a{
	padding-left:0;
	line-height:1.5;
	font-size:small;
	padding:0.5em 0.5em 0.5em  50px;
	background:url(refer/ic_link_mov.png) no-repeat 10px 50%;
}

.MovieBox  .MovIndex li.Mov0201 a{
	background-image:
		url(refer/ic_movide.png),
		url(refer/thumb201801.png);
}
.MovieBox  .MovIndex li.Mov0202 a{
	background-image:
		url(refer/ic_movide.png),
		url(refer/thumb201802.png);
}
.MovieBox  .MovIndex li.Mov0203 a{
	background-image:
		url(refer/ic_movide.png),
		url(refer/thumb201803.png);
}
.MovieBox  .MovIndex li.Mov0204 a{
	background-image:
		url(refer/ic_movide.png),
		url(refer/thumb201804.png);
}
.MovieBox  .MovIndex li.Mov0301 a{
	background-image:
		url(refer/ic_movide.png),
		url(refer/thumb202001.jpg);
}
.MovieBox  .MovIndex li.Mov0302 a{
	background-image:
		url(refer/ic_movide.png),
		url(refer/thumb202002.jpg);
}
.MovieBox  .MovIndex li.Mov0303 a{
	background-image:
		url(refer/ic_movide.png),
		url(refer/thumb202003.jpg);
}
.MovieBox  .MovIndex li.Mov0304 a{
	background-image:
		url(refer/ic_movide.png),
		url(refer/thumb202004.jpg);
}
.MovieBox  .MovIndex li.Mov0305 a{
	background-image:
		url(refer/ic_movide.png),
		url(refer/thumb202005.jpg);
}
.MovieBox  .MovIndex li.Mov0306 a{
	background-image:
		url(refer/ic_movide.png),
		url(refer/thumb202006.jpg);
}
.MovieBox  .MovIndex li.Mov0307 a{
	background-image:
		url(refer/ic_movide.png),
		url(refer/thumb202007.jpg);
}
.MovieBox  .MovIndex li.Mov0308 a{
	background-image:
		url(refer/ic_movide.png),
		url(refer/thumb202008.jpg);
}
.MovieBox  .MovIndex li.Mov0309 a{
	background-image:
		url(refer/ic_movide.png),
		url(refer/thumb202009.jpg);
}
.MovieBox  .MovIndex li.Mov0310 a{
	background-image:
		url(refer/ic_movide.png),
		url(refer/thumb202010.jpg);
}
.MovieBox  .MovIndex li.Mov0311 a{
	background-image:
		url(refer/ic_movide.png),
		url(refer/thumb202011.jpg);
}
.MovieBox  .MovIndex li.Mov0312 a{
	background-image:
		url(refer/ic_movide.png),
		url(refer/thumb202012.jpg);
}

.MovieBox  .MovIndex li.HOME a{
	background-image:none;
	font-size:large;
	text-align:center;
	padding-left:0;
}
.MovieBox  .MovIndex li.Active a{
	cursor:default;
	color:rgba(13,33,65,1.00);
	background-color:rgba(178,200,236,1.00);
}
.MovieBox  .MovIndex li a:hover{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color:rgba(13,33,65,1.00);
	background-color:rgba(178,200,236,1.00);
}
.MovieBox .Howto{
	width:280px;
	float:right;
	margin-right:20px;
}
.MovieBox  .Howto h4{
	color:#FFF;
	font-size:x-large;
	margin-top:20px;
	margin-bottom:10px;
}
.MovieBox  .Howto p{
	color:#FFF;
	font-size: small;
}
.MovieBox  .Howto .DLmov{
	font-size:medium;
}
.MovieBox  .Howto .DLmov a{
	color:#FFF;
	text-decoration:underline;
}
.MovieBox  .Howto a:hover{
	background-color: rgba(255,255,255,0.2);
}
/*-----------------------------------------------
 __Download
-----------------------------------------------*/
.Download .Lead h4{
	font-weight:bold;
	font-size:150%;
	text-align:center;
	margin-bottom:1em;
	color:rgba(49,61,94,1.00);
}
.Download .Lead{
	width:890px;
	min-height: inherit;
	margin:35px auto;
	background-image:none;
}
.Download .Lead strong{
	font-weight:bold;
	color:#F00;
}
.Download .Lead p{
	width: auto
}
.Download .MovieBox  .MovIndex li a{
	background-image: url(refer/ic_download.png);
	background-size:60px;
	background-position:20px 6px;
}
.Download .MovieBox  .MovIndex li.HOME a{
	background-image:none;
}
.Download .MovieBox  .MovIndex li a .Time{
	width:126px;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:center;
	line-height:1.5;
	position:absolute;
	left:0;
	bottom:0;
	background-color: transparent;
}

/*Mov*/
.Mov header{
	display:none;
}
.Mov .VideoBox{
	width: auto;
	height:auto;
	position: relative;
	padding: 0 0 56.25%;
	margin:0 auto 0;
	overflow: hidden;
}
.Mov .VideoBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}
.Mov .MovIndex h4{
	padding-top:30px;
}
.Mov .MovIndex.New{
	background:url(refer/bg_new.png) no-repeat 0 0;
}

/*-----------------------------------------------
 __MobilePhone
-----------------------------------------------*/
@media screen and (max-width: 767px) {
body{
	min-width:inherit;
}
header{
	width:100vw;
	height: auto;
	min-height:inherit;
	min-width:inherit;
	background-position:100% 0;
	background-size:contain;
	background-color:rgba(9,20,49,1.00);
	background-attachment: inherit;  
	}
header .HeadWrap{
	width:auto;
	height:100%;
	z-index:100;
}
header .HeadWrap .Title{
	width:100vw;
	height:auto;
	position:absolute;
	top:inherit;
	bottom:0;
	left:0;
	z-index:100;
}
header .HeadWrap  h1{
	font-weight:bold;
	font-size:xx-large;
	z-index:100;
}
header .HeadWrap  h1 strong{
	font-weight:bold;
	font-size:medium;
}
header .HeadWrap .Author{
	padding-top:0.5em;
	padding-bottom:1em;
}
.Mov .VideoBox{
	margin-bottom:-20px;
}

.Lead{
	width:90vw;
	margin:0 auto 10vh;
	padding-bottom:70vw;
	background-position:50% 100%;
	background-size: 70vw;
}
article .Lead h3{
	font-size: large;
	text-align:left;
}
article .Lead p{
	width:auto;
}
.MovieBox .MovieContent{
	width:100%;
	height:auto;
}
.MovieBox .MovieContent h4{
	padding-top:20px;
}
.MovieBox .MovieContent .MovIndex{
	width:90%;
	float:none;
	margin:0 auto;
}
.MovieBox .MovieContent .Howto{
	width:100%;
	float:none;
	margin:0 auto;
	background-color:rgba(0,0,0,0.5);
}
.MovieBox .MovieContent .Howto h4{
	padding:10px 10px 0;
	margin-bottom:0;
	font-size:large;
}
.MovieBox .MovieContent .Howto p + h4{
	margin-top:0;
}
.MovieBox .MovieContent .Howto p{
	padding:10px;
}
.Download .Lead{
	width:100vw;
	padding-bottom:0;
}
.Download .Lead h3{
	width:90vw;
	margin:0 auto 0.5em;
	font-weight:bold;
	font-size:x-large;
}
.Download .Lead h4{
	width:90vw;
	text-align:left;
	font-size:large;
	font-weight:bold;
	margin:0 auto 0.5em;
}
.Download .Lead p{
	width:90vw;
	margin:0 auto;
}
} 

@media screen and (max-width: 414px) {
header{
	height:auto;
	min-height:inherit;
}
header .HeadWrap h1{
	font-size:large;
}
header .HeadWrap .Author{
	font-size:small;
}
.Lead{
	padding-bottom:350px;
}
.Lead h3{
	font-size:x-large;
	text-align:left;
}
.Lead p{
	width:auto;
	font-size: medium;
}
.MovieBox .MovieContent .Howto h3{
	font-size: x-small;
}
.MovieBox .MovieContent .Howto p{
	font-size: medium;
	padding:10px;
}
.MovieBox .MovIndex h4{
	font-size: medium;
}
.Mov .MovieBox .MovIndex h4{
	margin-top:1em;
	padding-top:2em;
}
}
/*<-----------Don't Remove this " } " */

