@charset "utf-8";
@import url("/css/common/common_sp.css");
@media screen and (max-width: 580px){

/* // Structure
----------------------------------------------- */
body {
    min-width:initial;
}

/* // Header
----------------------------------------------- */
#Header {
	padding: 0;
    border-bottom: solid 3px #f5f5f5;
	position: relative;
}

#Header h1 {
    width: 100%;
    position: relative;
}

#Header h1:before {
    content:"";
    padding-top: 15.625%;
    display: block;
}

#Header h1 a {
    width: auto;
    height: auto;
    font-size: 82%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#Header h1 a img {
    margin: 0 1.6em 0 0;
    width: auto;
    height: 100%;
}

#Header ul.link {
    font-size: 74%;
	position: static;
}

#Header ul.link li {
	margin-left: 0;
	margin-right: 15px;
    float: left;
}

#Header ul.link li:nth-child(5) {
    clear: none;
}

#Header ul.link li a:hover i {
    display: none !important;
}

.premiumYutaiclubLogo {
    width: 54px;
    height: 26px;
    -webkit-border-radius: 0 0 1px 1px;
    -moz-border-radius: 0 0 1px 1px;
    border-radius: 0 0 1px 1px;
    -moz-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px -1px rgba(0,0,0,0.3);
    right: 10px;
    bottom: -26px;
}

#ContentsWrap:after {
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility: hidden;
}

#ContentsWrap {
    display: inline-block;
}

/* Hides from IE Mac */
* html #ContentsWrap {
    height: 1%;
}

#ContentsWrap {
    display: block;
}
/* End Hack */


#ContentsWrap {
	padding-bottom: 60px;
}

#ContentsWrap #SideContents {
    margin-right: 0;
    width: 0;
    height: 0;
	float: none;
}

#ContentsWrap #MainContents {
    width: 100%;
	float: none;
}

#ContentsWrap #MainContents.narrow {
	width: 100%;
}

p {
    margin: 0 10px;
    font-size: 91%;
    line-height: 1.6;
}


/* // Footer
----------------------------------------------- */
#Footer {
    padding: 0;
    height: 80px;
}

#Footer ul.link {
    margin: 28px 0 0 10px;
    font-size: 0.857em; /* 12px */
}

#Footer p.copy {
    margin: 0;
    font-size: 0.714em; /* 10px */
    position: absolute;
	top: 36px;
    left: 20px;
}

#Footer .footeLogo {
    width: 54px;
    top: 28px;
    right: 20px;
}

/* // pageTop
----------------------------------------------- */
.pageTop {
    right: 10px;
    bottom: 110px;
}

/* // Live Streaming
 ----------------------------------------------- */
.videoContainerWrap {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

h1.headTxA {
    margin-bottom: 10px;
    padding-top: 1em;
}

.vcwfixes {
    margin: 0 auto !important;
    padding: 0 10px !important;
    width: calc(100% - 20px) !important;
    height: auto;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
}

.tabArea {
    padding: 20px 0 0;
}

.systemRequirementsNotesPra {
    width: 100%;
    padding: 1em;
    font-size: 73%;
    line-height: 1.3;
    text-align: left;
    box-sizing: border-box;
}

/* reload */
.reloadPra {
    /*margin: 0 10px;*/
	font-size: 73%;
	line-height: 1.6;
	width: 100%;
}

.reloadPra a {
	font-size: 82%;
}

/* // アーカイブ配信
----------------------------------------------- */
#videoArea {
	width: 100%;
	left: 0;
	margin-right: 0;
}

.videoContentsBox .videoContainerWrap {
	margin: 0;
	width: 100%;
	clear: both;
}

.chapterArea {
	display: flex;
	flex-wrap: nowrap;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 5px;
	width: 100%;
	background-color: #ffffff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: rgb(148 155 163 / 30%) 0px 0px 4px 1px;
	-webkit-box-shadow: rgb(148 155 163 / 30%) 0px 0px 4px 1px;
	-moz-box-shadow: rgba(148, 155, 163, 0.3) 0px 0px 4px 1px;
}

.chapter {
	width: 100%;
}

.chapter h3 {
	margin: 0;
}

.chapter .mov_cap {
	height: 300px;
}

/* ajax ver */
#changeTab li {
    width: 40%;
}

#changeTab li a {
    width: auto;
    font-size: 109%;
}

#status_disp {
    margin: 2em auto;
    width: calc(100% - 20px);
    font-size: 91%;
}

/* // Form
----------------------------------------------- */
/* Form Table */
dl.tableA {
    margin: 0 10px;
	line-height:1.5;
}

dl.tableA dt {
	color: #333;
    background: #eee;
    padding: 8px;
	width: 100%;
	font-size: 91%;
	border-width: 0;
	border-left: solid 2px #333;
    box-sizing: border-box;
    float:none;
}

dl.tableA dd {
	margin: 0 0 16px 0;
    padding: 8px;
	width: 100%;
	font-size: 91%;
    font-weight: 300;
	border-width: 0;
    float: none;
}

dl.tableA.s dt,
dl.tableA.s dd {
	padding: 5px;
	font-size: 96%;
}

dl.tableA dt:first-child {
	border-width: 0;
	border-left: solid 2px #333;
}

dl.tableA dt.last {
	border-width:0;
	border-left: solid 2px #333;
}

dl.tableA dd.first {
	border-width: 0;
}

dl.tableA .item em {
	display: block;
}



/* Form Module */
input, textarea {
	width: 100%;
}

input, button, textarea, select {
    padding: 4px 7px;
    border-radius: 2px;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
    font-size: 100%;
}

/* // Login Dialog Box
----------------------------------------------- */
.loginBox {
	width:100%;
	margin:0 auto;
}

.loginBox dl {
    margin: 0 10px;
}

/* 新規会員登録 : 株主番号 + 郵便番号  */
.boxFrameB {
    margin: 0 10px;
}

.boxFrameB.account .box1 {
	width: 100%;
}

/* // Terms of Service Box
----------------------------------------------- */
.kiyakubox {
    width: calc(100% - 20px);
	height: 200px;
}

.kiyakuboxSmall {
    margin: 0 auto 20px;
    width: calc(100% - 20px);
}

/* 【個人情報の取扱いについて】に同意する + 【利用規約】に同意する */
.boxFramA,
.boxFrameA {
    margin: 0 10px;
}

/* // Step Form Wizard
----------------------------------------------- */
ul.registFlow {
	margin: 0 10px 25px;
}

ul.registFlow li {
    padding: 4px 4px;
	width: 50%;
}

ul.registFlow li span {
    padding: 5px 5px;
	border: solid 4px #e7e7e7;
}

ul.registFlow li span em {
	font-size: 140%;
	letter-spacing: 0em;
}


/* // Heading
----------------------------------------------- */
.headTxB {
    margin: 0 10px;
    font-size: 118%;
    line-height: 1.4;
}

#Help .headTxA.mab35,
#ContentsWrap #MainContents.narrow .headTxA.mab35,
#ContentsWrap #MainContents.narrow .headTxA.mat20 {
    margin: 20px 10px 0;
    font-size: 1.375em; /* 22px */
}

h3 {
   margin: 0 10px;
}

/* // Button
----------------------------------------------- */

/* オンライン決算説明会・バーチャル株主総会・電子議決権行使 - 共有 ---- */

/* ログイン -［ログイン］ボタン */
#loginBtn {
    width: 76%;
}

dl #loginBtn {
    width: 82%;
}

/* ［アンケート］ボタン */
#surveyBtn {
    width: 76%;
}

/* ［メッセージを送信］ボタン */
#sendBtn {
    width: 76%;
}

/* 電子議決権行使 ------------------------------- */

/* 新規会員登録 -［登録を開始する］ボタン */
#accountLoginBtn {
    width: 82%;
}

/* 新規会員登録 : 利用規約 -［次へ］ボタン */
/* 新規会員登録 : Step 1 株主さま情報入力 -［次へ］ボタン */
#accountNextBtn {
    width: 76%;
}

/* 新規会員登録 : Step 2 株主さまへの質問 -［入力内容を確認する］ボタン */
#accountConfirmBtn {
    width: 76%;
}

/* 新規会員登録 : Step 2 株主さまへの質問 -［戻る］ボタン */
#accountHistoryBackBtn {
    width: 26%;
}

/* 新規会員登録 : Step 3 入力内容のご確認 -［修正する］ボタン */
#accountReviseBtn {
    width: 32%;
}

/* 新規会員登録 : Step 3 入力内容のご確認 -［登録する］ボタン */
/* 新規会員登録 : 本パスワードの設定 -［登録する］ボタン */
#accountRegisterBtn {
    margin: 60px auto;
    width: 76%;
}

/* パスワードを忘れたら -［メール送信］ボタン */
#accountSendMailBtn {
    width: 76%;
}

/* パスワードを忘れたら : パスワード再設定 -［設定する］ボタン */
#accountPWResetBtn {
    width: 82%;
}

/* パスワードを忘れたら : パスワード再設定完了 -［ログインページへ］ボタン */
#accountGoToLoginBtn {
    width: 76%;
}

/* 退会手続き -［退会する］ボタン */
#accountUnsubscribeBtn {
    width: 76%;
}

/* 登録情報の確認・変更 : 登録情報の確認 -［登録情報を変更する］ボタン */
#privacyChangeBtn {
    width: 76%;
}

/* 登録情報の確認・変更 : 登録情報の変更 -［変更内容を確認する］ボタン */
#privacyConfirmBtn {
    width: 76%;
}

/* 登録情報の確認・変更 : 登録情報の変更 -［戻る］ボタン */
/* パスワードの変更 : 登録情報の変更 -［戻る］ボタン */
#privacyHistoryBackBtn {
    width: 26%;
}

/* 登録情報の確認・変更 : 変更内容のご確認 -［修正する］ボタン */
#privacyReviseBtn {
    width: 32%;
}

/* 登録情報の確認・変更 : 変更内容のご確認 -［確定する］ボタン */
#privacyRegisterBtn {
    margin: 60px auto;
    width: 76%;
}

/* 登録情報の確認・変更 : 登録情報の変更完了 -［ホームへ］ボタン */
/* パスワードの変更 : パスワードの変更完了 -［ホームへ］ボタン */
#privacyGoToHomeBtn {
    width: 76%;
}

/* パスワードの変更 -［パスワードを変更する］ボタン */
#privacyChangePWBtn {
    width: 76%;
}

/* お問い合わせ -［内容を確認する］ボタン */
#contactConfirmBtn {
    width: 76%;
}

/* お問い合わせ : 入力内容のご確認 -［修正する］ボタン */
#contactReviseBtn {
    width: 32%;
}

/* お問い合わせ : 入力内容のご確認 -［送信する］ボタン */
#contactRegisterBtn {
    margin: 60px auto;
    width: 76%;
}

/* お問い合わせ : お問い合わせの送信完了 -［ホームへ］ボタン */
#contactGoToHomeBtn {
    width: 76%;
}

/* 推奨動作環境 -［戻る］ボタン */
#historyBackBtn {
    width: 76%;
}

/* // ホーム - Phase 01 : 〈サイトオープン〉
 ----------------------------------------------- */

.entrance {
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
}

.topH2 {
    margin: 20px 10px 0;
    font-size: 1.25em; /* 20px */
    line-height: 1.2;

    margin: 20px 10px 40px;
    font-size: 1.375em;
    line-height: 1.4;
}

.entrancePhase01List {
    margin: 0 auto 60px;
    width: calc(100% - 20px);
}

.entrancePhase01List li {
    margin: 0;
    width: 100%;
    float: none;
}

.entrancePhase01List li:first-child {
    margin: 0 0 40px;
}

.register,
.register:hover {
    background-position: right 20px bottom 14px;
}

#EVRLoginBtn {
    margin: 0 auto;
    width: 76%;
}

.loginInfoDL {
    margin: 0 0 80px;
    padding: 0;
    width: 100%;
}

/* // ホーム - Phase 02 : 〈議決権行使終了から LIVE 配信ページオープンまで〉
 ----------------------------------------------- */

.entrancePhase02List {
    margin: 0 auto 60px;
    width: calc(100% - 20px);
}

.entrancePhase02List li {
    margin: 0;
    width: 100%;
    float: none;
}

.entrancePhase02List li:first-child {
    margin: 0 0 40px;
}

.entrancePhase02List .loginInfoDL {
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
}

/* // ホーム - Phase 03 : 〈LIVE 配信ページオープン以降〉
 ----------------------------------------------- */

.entrancePhase03List {
    margin: 0 auto 60px;
    width: calc(100% - 20px);
}

.entrancePhase03List li {
    margin: 0;
    width: 100%;
    float: none;
}

.entrancePhase03List li:first-child {
    margin: 0 0 40px;
}

.loginRegisterDL {
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
}

/* redirect */
.redirectPra {
    font-size: 100%;
    line-height: 2.4;
}

/* // お問い合わせ
 ----------------------------------------------- */

.pointTableNotesList {
    margin: 1em auto 40px;
    padding: 0;
    width: calc(100% - 20px);
}

/* // 推奨動作環境
 ----------------------------------------------- */

.systemRequirementsTable {
    font-size: 82%;
}

/* // 動画配信障害発生時
 ----------------------------------------------- */

.failureInfoH2 {
    margin: 20px;
    font-size: 1.125em; /* 18px */
}

.failureInfoPra {
    margin: 10px 20px;
    font-size: 0.938em; /* 15px */
}

.lineSwitchingPra {
	font-size: 73%;
	width: 100%;
}

.lineSwitchingOList li:nth-child(9n),
.lineSwitchingOList li:nth-child(n+10) {
	margin: 6px 1% 6px 0;
}

.lineSwitchingOList li {
	margin: 6px 1% 6px 0;
	padding: 0;
	width: 23%;
	float: left;
}

.lineSwitchingOList li:nth-child(4n+1) {
	margin: 0 1% 6px 2.5%;
}

.lineSwitchingOList li:nth-child(4n) {
	margin: 6px 0 6px 0;
}

.lineSwitchingOList li:nth-child(n+5) {
	margin-top: 0;
}

.lineSwitchingOList li:first-child {
	margin-top: 6px;
}

/* ajax ver */
#changeTab li {
    width: 40%;
}

#changeTab li a {
    width: auto;
    font-size: 109%;
}

/* iframe ver */
#changeIFrame li {
    width: 40%;
    font-size: 109%;
}


/* css ver */
#changeDiv li {
    width: 40%;
    font-size: 109%;
}




}

















