@charset "UTF-8";

/* CSS Document */


/*
Theme Name: トリセツ css
Description: トリセツ css
Theme URI: 
Author: ifdesign
Author URI: 
Version: 1.00
*/


/*全デバイス/画面サイズに共通：スマートフォン縦のモバイルファーストver*/


/*--------------------------
基本設定
---------------------------*/

body {
  color: #464646;
  background-color: #d2d2d2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  color: #3a3a3a;
  text-decoration: none;
}
h1 {
	margin-bottom: 10px;
    color: #3a3a3a;
    text-align: left;
    padding-left: 15px;
    font-size: medium;
    font-weight: bold;
}
h2 {
	text-align: left;
	font-size: large;
	margin-bottom: 10px;
}
h2 strong {
    font-size: xx-large;
}
h3 {
	text-align: left;
}
.overview {
	margin-bottom: 20px;
	line-height: 1.6em;
	padding-top: 10px;
	font-size: small;
}
main {
	padding-bottom: 55px;
	padding-top: 20px;
	width: 100%;
	position: relative;
}

/*--------------------------
ヘッダー
---------------------------*/
header {
	display: flex;
	justify-content: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}
header #logo {
	width: 47%;
	max-width: 210px;
	margin-left: auto;
	margin-right: auto;
}
header #logo a {
	display: block;
}
header #logo a img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
header .preview {
	position: absolute;
	top: 6px;
	left: 15px;
}
header .preview a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: large;
    font-weight: bold;
}

/*--------------------------
フロートナビ
---------------------------*/
nav#floating {
	position: fixed;
	bottom: 0px;
	width: 100%;
	color: #FFFFFF;
	background-color: rgba(16,16,16,0.80);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
nav#floating ul {
    display: flex;
}
nav#floating ul li {
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
}
nav#floating ul li a {
	color: #FFFFFF;
	display: block;
	width: 100%;
}
nav#floating ul li a img {
	width: auto;
	height: 20px;
	margin-bottom: 5px;
}
nav#floating ul li a p {
	font-size: x-small;
}

/*--------------------------
ログイン
---------------------------*/
section.form {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
form.form-signin input {
	width: 100%;
	font-size: medium;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 30px;
	border: 1px solid #E4E4E4;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
form.form-signin input#loginID {
	background-repeat: no-repeat;
	background-position: 97% center;
	background-size: 15px auto;
	/*background-image: url(/booth_statics/images/icon/mail.png);*/
}
form.form-signin input#password {
	background-repeat: no-repeat;
	background-position: 97% center;
	background-size: 15px auto;
	/*background-image: url(/booth_statics/images/icon/lock.png);*/
}
form.form-signin .forget {
text-align: center;
}
form.form-signin .forget a {
color: #FF6568;
}

/*FV設定*/
section.fv {
width: 100%;
}
section.fv .sp {
}
section.fv .sp img {
width: 100%;
height: auto;
}




/*--------------------------
一覧上部詳細
---------------------------*/

.detail {
	position: relative;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}
.detail div.img {
	width: 30%;
	text-align: center;
}
.detail div.img img {
	max-height: 90px;
	width: auto;
	vertical-align: bottom;
}
.detail dl {
	width: 70%;
}
.detail dl dt {
}
.detail dl dd {
	font-size: small;
	color: #646464;
}



/*追加ボタン*/
.sub_btn {
	position: absolute;
	top: 15px;
	right: 10px;
}
.sub_btn button {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-left: 1%;
	margin-right: 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
	border-style: none;
	font-size: small;
	white-space: nowrap
}

/*全てDL*/
section.detail .download {
	width: 100%;
	padding-top: 10px;
	display: flex;
	justify-content: center;
	font-size: small;
}

section.detail .download form {
	display: flex;
	justify-content: center;
	width: auto;
}
section.detail .download_all img {
	width: 20px;
	height: auto;
	vertical-align: bottom;
	margin-right: 5px;
}


/*--------------------------
一覧サブ情報
---------------------------*/
.sub_info {
display: flex;
}
.sub_info h3 {
	padding-left: 10px;
	font-size: small;
	font-weight: bold;
}
.sub_info .num {
	display: block;
	padding-right: 10px;
	margin-left: auto;
	font-size: small;
}

/*--------------------------
一覧
---------------------------*/

section.list {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
section.list ul {
display: flex;
flex-direction: column;
}
section.list ul li {
	position: relative;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	margin-bottom: 1px;
}
section.list ul li a {
	display: flex;
}
section.list ul li a div.img {
	width: 25%;
	text-align: center;
}
section.list ul li a div.img img {
	height: 100px;
	max-width: 90px;
	vertical-align: bottom;
}
section.list ul li a dl {
	width: 65%;
}
section.list ul li a dl dt {
}
section.list ul li a dl dd {
	font-size: small;
	color: #646464;
}
section.list.section a {
	padding-top: 20px;
	padding-bottom: 20px;
}
section.list li a:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 6px;
height: 6px;
margin: -4px 0 0 0;
border-top: solid 2px #b9b9b9;
border-right: solid 2px #b9b9b9;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

/*--------------------------
一覧：動画
---------------------------*/
section.list.movie form {
	width: auto;
}
section.list.movie li {
	display: flex;
    align-items: center;
	padding-top: 20px;
    padding-bottom: 20px;
}
section.list.movie li button.download {
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-color: #FFFFFF;
	border-style: none;
	margin-left: 10px;
	margin-right: 10px;
}
section.list.movie li button.download.yet {
	background-image: url(/user/statics/images/icn_dl_start.png);
}
section.list.movie li button.download.complete {
	background-image: url(/user/statics/images/icn_dl_finish.png);
}
section.list.movie li p {
	width: 75%;
	padding-top: 0px;
    padding-bottom: 0px;
}
section.list.movie li .play {
    width: 25%;
}
section.list.movie li .play button {
	background-color: transparent;
    border: none;
	margin-left: auto;
    display: block;
}
section.list.movie li .play img {
	width: 30px;
	height: auto;
}
section.list.movie li label {
	margin-left: 10px;
	margin-right: 10px;
}
section.list.section li label {
	margin-left: 10px;
	margin-right: 10px;
}
/*--------------------------
動画再生
---------------------------*/
section.movie {
}
section.movie video {
	width: 100%;
	height: auto;
}
section.movie h2 {
	padding-left: 20px;
	margin-bottom: 0px;
	padding-top: 10px;
}
section.movie h3 {
	padding-left: 20px;
	font-size: small;
	margin-bottom: 20px;
}
section.movie p.limited {
	text-align: center;
	color: #575757;
	font-size: small;
}

/*--------------------------
書籍の追加
---------------------------*/
.qr {
	text-align: center;
}

/*--------------------------
設定
---------------------------*/
section.list.register li {
	display: flex;
}
section.list.register form {
	margin-left: auto;
	width: auto;
}
section.list.register form button {
	border-style: none;
	margin-left: 3px;
	border-radius: 5px;
	margin-right: 3px;
}
section.list.register form button.unregister {
	color: #B30002;
	border: 1px solid #B30002;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*--------------------------
動画コード
---------------------------*/
/*初期cssリセット用*/
input[type="button"]  {
  -webkit-appearance: none;
}
input[type="submit"]  {
  -webkit-appearance: none;
}
input[type="reset"]  {
  -webkit-appearance: none;
}

/*入力数値表示部分*/
#numerical_value_input{
	background-color: #950002;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 1%;
	padding-right: 1%;
	display: flex;
	justify-content: center;
}
#numerical_value_input .value_input_index {
	font-size: 25pt;
	width: 31%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #555555;
	margin-left: 1%;
	margin-right: 1%;
	line-height: 0.3em;
	border-radius: 0;
	padding: 0;
	background-color: #FFFFFF;
}

/*キーパッド部分*/
#index_numeric_keypad{
	background-color: #5c5c5c;
}
#index_numeric_keypad ul{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 0px;
	box-sizing: border-box;
}
#index_numeric_keypad ul:after{
	content: ".";
	display: block;
	visibility: hidden;
	line-height: 0;
	width: 100%;
	height: 0;
	clear: both;
}
#index_numeric_keypad ul li{
	display: block;
	width: 33.33%;
}
input[type="button"] {
	color: #707070;
	font-size: 30px;
	line-height: 1em;
	width: 100%;
	background-color: #FFFFFF;
	text-align: center;
	height: 90px;
	padding-right: 0px;
	padding-left: 0px;
	border-radius: 0;
	border: 1px solid #DBDBDB;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(/user/statics/images/num_bg.png);
	background-position: center center;
	background-size: auto auto;
	background-repeat: no-repeat;
}
input[type="submit"] {
	color: #FFFFFF;
	font-size: 30px;
	line-height: 1em;
	width: 100%;
	background-color: #950002;
	text-align: center;
	height: 90px;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-style: none;
}
input[type="reset"] {
	color: #FFFFFF;
	font-size: 20px;
	width: 100%;
	background-color: #9b9b9b;
	text-align: center;
	height: 90px;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: middle;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-style: none;
}

#contents #keypad_7{
}
#contents #keypad_8{
}
#contents #keypad_9{
}
#contents #keypad_4{
}
#contents #keypad_5{
}
#contents #keypad_6{
}
#contents #keypad_1{
}
#contents #keypad_2{
}
#contents #keypad_3{
}
#contents #keypad_0{
}
#contents #reset_btn{
}
#contents #go_btn{
	color: #000000;
	font-size: 40px;
	line-height: 1em;
	margin: 0%;
	background-color: #FFFFFF;
	margin-bottom: 1%;
	text-align: center;
	display: block;
	width: 12%;
	height: 55px;
	float: right;
	padding-left: 0px;
	padding-right: 0px;
}
/*動画がない場合：入力画面*/
div#alert.alert.alert-error {
	text-align: center;
	color: #ED262A;
	font-size: small;
	padding-bottom: 10px;
}
div#alert.alert.alert-error button.close {
	border-radius: 0;
	color: #FFFFFF;
	border-style: none;
	background-color: #ED262A;
	font-size: medium;
	line-height: normal;
}
div#alert.alert.alert-error strong {
}
div#alert.alert.alert-error span {
}

/*drawer設定*/
.drawer-hamburger {
    padding-top: 8px;
	width: 2rem;
	padding-bottom: 18px;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
background-color: #FFFFFF;
}


/*PDFリスト設定*/
.pdf_list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding-top: 20px;
}
.pdf_list a {
width: 80%;
display: block;
margin-left: auto;
margin-right: auto;
background-color: #0f4c77;
font-size: medium;
text-align: center;
color: #FFFFFF;
text-decoration: none;
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 20px;
}

/*動画視聴履歴*/
section.history_select {
width: 96%;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 3%;
padding-right: 3%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #efefef;
background-color: #f5f5f5;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}
section.history_select p {
color: #101010;
margin-bottom: 5px;
font-weight: bold;
font-size: small;
}
section.history_select .wrap {
}
section.history_select .wrap select {
border-radius: 5px;
border: 1px solid #CFCFCF;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-left: 20px;
padding-right: 20px;
margin-right: 5px;
height: 3em;
}
section.history_select .wrap select option {
font-size: medium;
}
section.history_select .wrap button {
height: 3em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
margin: 0;
box-sizing: border-box;
padding-left: 20px;
border-radius: 5px;
padding-right: 20px;
border-style: none;
background-color: #656565;
}
section.history {
width: 96%;
margin-left: auto;
margin-right: auto;
}
section.history .wrap {
display: flex;
flex-wrap: wrap;
}
section.history .wrap dl {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-top: 10px;
padding-left: 3%;
padding-right: 3%;
padding-bottom: 10px;
margin-bottom: 10px;
background-color: #FFFFFF;
font-size: small;
display: flex;
flex-wrap: wrap;
}
section.history .wrap dl dt {
font-size: small;
padding-right: 10px;
}
section.history .wrap dl dd {
font-size: small;
}
section.history .wrap dl.head {
}
section.history .wrap dl.head dt {
}
section.history .wrap dl.head dd {
}
section.history .wrap dl dd.section {
}
section.history .wrap dl dd.name {
width: 100%;
font-size: medium;
margin-bottom: 5px;
}
section.history .wrap dl dd.date {
color: #727272;
padding-right: 10px;
}
section.history .wrap dl dd.time {
color: #727272;
}
/*ページャー*/
section.pager  {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: flex-end;
justify-content: flex-end;
padding-top: 10px;
padding-bottom: 10px;
font-size: small;
}
section.pager span a {
margin: 5px;
padding-top: 10px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 10px;
background-color: #c6c6c6;
font-size: small;
color: #fff;
text-decoration: none;
}    
section.pager span a:hover {
    cursor:pointer;
	background: #ff6f3b;
}
section.pager span a.active {
	background: #ff6f3b;
}


/*PC、タブレット縦、スマートフォン横レイアウト：481px以上に適用*/
@media screen and (min-width: 481px) { 

/*セクション系*/
main {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
section.form {
max-width: 800px;
}

/*ログイン画面*/
.login section.form {
max-width: 400px;
}
.login section.form h2 {
text-align: center;
}

/*一覧系*/
section.detail .download button {
border-style: none;
}
section.list.movie li .play button {
border-style: none;
}
section.list ul li {
    padding-right: 4%;
}
section.list li a:after {
    right: 20px;
}
section.list.movie li p {
    width: 90%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.detail div.img img {
    height: 160px;
    width: auto;
}

/*drawer設定*/
.drawer-hamburger {
    padding-top: 12px;
	padding-bottom: 25px;
}

/*キーパッド設定*/
form.code_input {
    width: 100%;
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*FV設定*/
section.fv {
width: 100%;
}
body section.fv .pc {
width: 100%;
height: 150px;
background-repeat: no-repeat;
background-position: center center;
background-size: auto auto;
}
body.login section.fv .pc {
width: 100%;
height: 350px;
background-repeat: no-repeat;
background-position: center center;
background-size: auto auto;
}

/*PDFリスト設定*/
.pdf_list {
justify-content: center;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.pdf_list a {
width: 30%;
margin-bottom: 30px;
}
.pdf_list a:hover {
opacity: 0.8;
}


}


/*PC、タブレット横レイアウト：769px以上に適用*/
@media screen and (min-width: 769px) { 

/*ヘッダー*/
header {
justify-content: left;
}
header #logo {
    margin-left: 10px;
}
header .preview {
    position: absolute;
    top: 9px;
    left: auto;
    right: 60px;
}
header .preview a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: large;
    font-weight: bold;
}
header .preview a {
    font-size: 0;
    display: block;
    width: 60px;
    border-radius: 5px;
    height: 23px;
    background-color: #eaeaea;
    padding-top: 5px;
}
header .preview a:before {
font-size: small;
content: "戻る";
color: #000000;
padding-left: 18px;
}

/*FV設定*/
section.fv {
width: 100%;
}
body section.fv .pc {
width: 100%;
height: 150px;
background-repeat: no-repeat;
background-position: center center;
background-size: auto auto;
}
body.login section.fv .pc {
width: 100%;
height: 350px;
background-repeat: no-repeat;
background-position: center center;
background-size: auto auto;
}

/*PDFリスト設定*/
.pdf_list {
justify-content: center;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.pdf_list a {
width: 30%;
margin-bottom: 30px;
}
.pdf_list a:hover {
opacity: 0.8;
}



}







