/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Cinzel|Noto+Sans+JP:100,300,400,500,700,900|Roboto&subset=japanese');
@import url('style_form.css');


/*-----------------------------------------------------------------------------

Common

-------------------------------------------------------------------------------*/

.yellowline {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffff00 0%) repeat scroll 0 0;}
.blueline {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #00FFFF 0%) repeat scroll 0 0;}




/*--単語折り返し防止---------*/

span.ori {display: inline-block;}


ul li {list-style:none;}
img {border:0;}
a {color:#fff; outline: none; text-decoration: none;}

h1, h2, h3, h4, ul {margin:0; padding:0;}

html {
 overflow-y: scroll;
}

html,body{
    width: 100%;
}






body {
margin:0 auto;
padding:0;
font-size:15px;
color:#fff;
line-height:160%;
background-color: #000;
font-family:'Roboto','Noto Sans JP',"游ゴシック","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS UI Gothic,Osaka,sans-serif;
/*font-family:"游ゴシック","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS UI Gothic,Osaka,sans-serif;
font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS UI Gothic,Osaka,sans-serif;*/
}

/*----tel イベント------------------------------*/

a.tel {
    cursor: default;
    pointer-events: none;
	text-decoration: none;
}
@media screen and (max-width: 640px) {
    a.tel {
        pointer-events: auto;
    }
}




#wrap {
	padding: 0 20px;
	text-align: center;
	min-height: calc(100vh - 100px - 80px);
	max-width: 1360px;
	margin: 0 auto;
}



/*フッター---------------------------------------*/

.cpr{
 font-size: 20px;
 color: white;
 text-align: center;
	padding: 40px 20px;
}

@media screen and (max-width: 504px) {
.cpr{font-size: 15px;}	
}

/*タイトル部分---------------------------------------*/

.head{
	width: 100%;
	max-width: 1360px;
	margin: 0 auto 30px auto;
	font-size:16px;
	color: #FFFFFF;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
}


/*--パンくず-----------------------------------------*/

#bread {
	text-align: left;
	padding: 10px 0;
	margin-bottom: 30px;
	color: #fff;
}

#bread span {
	display: inline-block;
	padding: 0 5px;
}

/*--＞--*/
#bread span.arrw {
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	transform: scale(0.5, 1);
	position: relative;
	top: 4px;
}

/*--現在---*/

#bread span.current {
	border-bottom: 1px dashed #fff;
	padding: 0 5px 3px 5px;
}

/*--現在表示しているページ--*/
.botommtext{
	padding: 10px 20px;
	text-align: left;
}



#heading {
 width: 100%;
 margin: 0 auto;
 text-align: center;
 line-height: 6em;
}



/*----------------------------------------------------------------
タイトル回り
--------------------------------------------------------------*/

h1.title {
	font-size: 50px;
	line-height: 110%;
	margin-top: 40px;
}

h1.titles {
	font-size: 40px;
	line-height: 110%;
	margin-top: 40px;
}


h2.subtitle {
	font-size: 27px;
	color: white;
	padding-top: 40px;
	margin-bottom: 40px;
	font-weight: normal;
}

h2.subtitle.green {color:#66e9e2; }


@media screen and (max-width: 790px) {

	h1.title {font-size: 40px;}	
	h1.titles {font-size: 30px;}
	
}

@media screen and (max-width: 368px) {

h1.title {font-size: 30px;}	
h2.subtitle {font-size: 18px;}
}

/*-----------------------------------------------*/

/*------------------------------------------------
講義一覧と受講完了画面の注意書き
--------------------------------------------------*/
.notetext{
	font-size: 20px;
	margin-top: 40px;
	margin-bottom:0;
}

/*-----------------------------------------------*/


/*トップ-----------------------------------*/

#wrap.top {
	padding-top: 230px;
	min-height: calc(100vh - 380px);
}
	
#wrap.top h1.title {margin: 0 0 60px 0;}


@media screen and (max-width: 790px) {
	
#wrap.top {padding-top: 25vw;}	
#wrap.top h1.title {margin: 0 0 30px 0;}
	
}


/*List----------------------------------------*/
#wrap.list {
	padding-top: 150px;
	min-height: calc(100vh - 380px);
}
	
#wrap.list h1.title {margin: 0 0 60px 0;}


@media screen and (max-width: 790px) {
	
#wrap.list {padding-top: 20vw;}	
#wrap.list h1.title {margin: 0 0 30px 0;}
	
}


/*-----------------------------------------------

表組の大枠と半透明のボックス
--------------------------------------*/

.hyo {
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
	padding: 40px 0;
	font-size: 20px;
	text-align: left;
	box-sizing: border-box;
}

.hyo .box{
	background-color: rgba(255,255,255,0.2);
	border-radius: 10px;
	margin: 5px auto;
	padding: 10px 10px;
	display: flex;
	align-items: center;
}
.hyo .box.ttl {background-color: transparent;text-align: center;}

.hyo .box p {margin:0 ; box-sizing: border-box;}


/*---講義管理の表---*/

.hyo.kk .box p:nth-child(1) {width: 10em; padding: 0 10px; text-align: center;}
.hyo.kk .box p:nth-child(2) {width: calc(100% - 20em); padding: 0 20px;}
.hyo.kk .box p:nth-child(3) {width: 10em; padding: 0; text-align: center;}

@media screen and (max-width: 900px) {
.hyo .box{display: block;}
.hyo .box.ttl {display: none;}
.hyo.kk .box p:nth-child(1),
.hyo.kk .box p:nth-child(2),
.hyo.kk .box p:nth-child(3) {width: 100%; padding: 10px; text-align: left;}	
}


/*-------------------------------------------------------
所属等
-------------------------------------------------------*/
#swaku {
	background-color: rgba(255,255,255,0.2);
	border-radius: 10px;
	margin: 30px auto;
	padding: 30px 30px;
	max-width: 800px;
	text-align: left;
}

#swaku p {
	margin: 10px 0;
	padding: 0;
	font-size: 18px;
}

#swaku p span.ttl {
	width: 150px;
	display: inline-block;
}

#swaku p span.need {
	display: inline-block;
	background-color: red;
	color: #fff;
	font-size: 13px;
	border-radius: 3px;
	line-height: 100%;
	padding: 3px 5px;
	margin-left: 10px;
}

#swaku p input {
	width: calc(100% - 150px);
	display: inline-block;
}

@media screen and (max-width: 482px) {
	
#swaku p span.ttl {
	width: 100%;
	display: inline-block;
}
	
#swaku p input {
	width: 100%;
	margin: 5px 0;
}
}

/*-----------------------------------------------*/

/*管理者ログイン---------------------------------*/

#login{
	display: block;
	max-width: 340px;
	font-size: 20px;
	margin: 20px auto 30px;
}


/*------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------*/
#test #q0,	
#test #q1,
#test #q2,
#test #q3,
#test #q4 {
	text-align: left;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	border-top: 1px solid rgba(255,255,255,0.6);
	padding-bottom: 30px;
}

#test p.q {
	font-size: 20px;
	margin: 50px 0 20px 0;
}

#test p.a {
	font-size: 16px;
	padding: 3px;
	margin: 0;
	padding-left: 25px;
	text-indent: -25px;
}

#test p.q span {
	content: "Q: ";
	font-size: 40px;
	font-style: italic;
	font-weight: 700;
}

#test p.ans {
	text-align: center;
	padding: 30px 0;
}

	#test p.ans a {
		display: inline-block;
		background-color: orangered;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		transition: 0.5s;
		text-align: center;
		color: #ffffff;
		text-decoration: none;
		padding: 10px 20px;
	}
	
	#test p.ans a:hover {background-color: orange;}
	


/*--動画---------------------------------------------*/

iframe {
	width: 100%;
	height: 50vw;
	max-height: 90vh;
}


/*---次へボタン---*/

#wrap .tab {
	position: absolute;
	width: auto;
	top:50vh;
	right: 0;	
}

#wrap .tab a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 20px 50px 20px 30px;
	background:url("image/yajiw.png") no-repeat right;
	background-size: 30px auto;
	background-color: #E73C7E;
	transition: 0.5s;
}

#wrap .tab a:hover {background-color:#0099FE;}


/*-終了画面----------------------------------------------*/

.btnarea {
	width: 100%;
	max-width: 700px;
	letter-spacing: -0.4em;
	margin: 50px auto;
	/*margin: 50px auto 0 auto;*/
}

.btnarea p {
	display: inline-block;
	margin: 10px;
	width: calc(50% - 20px);
	letter-spacing: normal;
}

/*---回答欄---*/

.ans {
	max-width: 600px;
	margin: 50px auto 0 auto;
	font-size: 20px;
}

.ans p {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 10px;
	margin: 0;
	letter-spacing: -0.4em;
}

.ans p span {
	display: inline-block;
	letter-spacing: normal;
	width: calc(100% / 3);
	padding: 0 10px;
	text-align: center;
	box-sizing: border-box;
}