@charset "utf-8";

/**
 * filename: myportal.main.css
 * @overview マイポータル ログイン前トップ定義CSS
 * @version 1.0.1 2016-06-22
 * @version 1.0.2 2017-06-30
 * @version 1.0.3 2017-09-28 17K000251対応
 * @version 1.0.4 2017-10-17
 * @version 1.0.5 2019-10-31 19N001540 iPhone/Firefox対応
 * @version 1.0.6 2019-12-27 19N001638 法人設立OSSへの導線整備対応
 * @version 2.0.0 2019-11-28 18N001415 開示システムトップ画面修正対応
 * @version 2.0.1 2019-12-16 iOSのサービストップ画面上部にスマートフォンのブラウザでログインボタンがない
 * @version 2.0.2 2019-12-19 434364202 iOS端末でトップページを表示したときに上部の文字がインフォメーションと被っている
 * @version 2.0.3 2019-12-26 437265317 サービストップを表示したとき、画面のスタイルが想定と異なる箇所が存在する
 * @version 2.0.4 2019-12-26 437258674 Android端末でサービストップを表示したとき、画面中部の文字列の文字同士が被っている。
 * @version 2.0.5 2019-12-26 437724206 タブレットサイズで表示すると、サービストップ画面の「はじめて利用される方」「ログインにお困りの方はこちら」ボタンくっついている。
 * @version 2.0.6 2019-12-26 437724463 画面サイズによって、サービストップ画面「ICカードリーダライタを使ったログイン 新規登録」ボタンのマイナちゃんの画像が拡大表示される
 * @version 2.0.7 2020-02-04 437724205 タブレットサイズで表示すると、サービストップ画面の「はじめて利用される方」「ログインにお困りの方はこちら」ボタンくっついている。
 * @version 2.0.8 2020-02-12 Redmine-168 Android端末でトップページのスマホログインの説明文が枠からはみ出ている
 * @version 2.0.9 2020-02-13 Redmine-163 スマホ表示時のサービストップ英語画面がレスポンシブ崩れを起こしている
 * @version 2.0.10 2020-02-20 Redmine-174 モバイル端末にてサービストップ表示時に背景の一部が画面の横幅に合わせて表示されない(現行と次期で背景の表示に差異がある)
 * @version 2.0.11 2020-02-25 Redmine-341、342、343 [レスポンシブ対応]サービストップ
 * @version 2.0.12 2020-03-05 Redmine-555 サービストップ (スマホ)、（スマホ英語）
 */



/*---初期化---*/

.h1, .h2, .h3, h1, h2, h3 {
	margin-bottom: 0px;
	margin-top: 0px;
}

h1{
	font-size: 250%;
}

h2{
	border-bottom:none;
}

.myportal-under-icon{
	background:url(../images/top-under-n.png);
	background-repeat:no-repeat;
	background-position:center;
	height:90px;
	display:block;
}

.myportal-service-under-icon{
	background:url(../images/top-under-icon.png);
	background-repeat:no-repeat;
	background-position:center;
	height:70px;
	display:block;
}

h1,h3{
	background:none;
	padding: 0px;
}

h2,h3{
	font-size: 200%;
}

.myportal-textalign-center{
	text-align:center;
}


.myportal-service-box{
	margin:0 auto 0 auto;
	width:730px;
}

.myportal-memu-text {
	width:auto;
	padding-right:4px;
	padding-top:0px;
}


.myportal-memu-label{
	font-size:200%;
	font-weight:normal;
	line-height:100%;
}

.myportal-ready-menu .myportal-memu-label{
	color:#333333;
}

.myportal-menu-box{
	border:none;

}

.myportal-title-margin{
	margin-top:10px;

}

.myportal-start-margin{
	margin-top:30px;

}

.myportal-user-margin{
	margin-top:6px;

}

.myportal-usepotal-margin{
	margin-top:30px;

}

.myportal-marginminus{
	margin-left:-15px;
	margin-right:-15px;
	background-color: #f7dd79;
	padding-bottom: 0px;
}

.myportal-marginminus ul li {
	text-align: left;
}

.myportal-marginminus {

}

.myportal-footer{
}

.myportal-link-background li a{
	background-color:#f7dd79;
	text-decoration: underline;
	color:#337ab7;
}

.myportal-link-background li a:link {
	background-color:#f7dd79;
	text-decoration: underline;
	color:#006699;
}

.myportal-link-background li a:visited{
	background-color:#f7dd79;
	text-decoration: underline;
	color:#6927AB;
}

.myportal-link-background li a:hover {
	background-color:#f7dd79;
	text-decoration: underline;
	color:#B14D0C;
}

.myportal-link-background li a:active{
	background-color:#f7dd79;
	text-decoration: underline;
	color: #964712;
}

.myportal-link-background li a:link {
	background-color:#f7dd79;
	text-decoration: underline;
	color:#006699;
}



/*---初期化----*/



/*---個別設定----*/




/*---メディアクエリで個々のサイズの画像読ませる----*/
.myportal-branding {
	background: #FFFFFF url(../images/top-branding.png) repeat-x center bottom;
	padding-bottom: 120px;
}

.myportal-background-height{
	padding-top:30px;
	padding-bottom:30px;
}

.myportal-background-cream {
	background-color:#FAEAA9;
}

.myportal-background-yellow {
	background-color:#F7DD79;
}

.myportal-pittari-text {
	padding-top: 40px;
}


/*---個別設定----*/



.myportal-position-center{
	text-align:center;
}

.myportal-link-user {
	background: transparent url("../images/top-user-icon.png") no-repeat;
	padding-left: 24px;
	padding-bottom:10px;
}


/*---メディアクエリで幅100%にする----*/
a.myportal-memu-link.start{
	color:#FFFFFF;
	font-size: 150%;
	background-color: #3D3930;
	width: 256px;
	height:58px;
	float:none;
	line-height: 46px;
}

/*---メディアクエリで幅100%にする----*/
a.myportal-memu-link.user{
	font-size: 100%;
	border:#000000;
	border: 1px solid #DAD5CB;
	background-color:#FFFFFF;
	color:#333333;
	float:none;
	width: 256px;
	height:58px;
	line-height: 43px;
	padding-top:6px;
	padding-bottom:0px;

}


/** 「すでにアカウントをお持ちの方はこちら」ボタンの設定 **/
button.myportal-memu-link.start.service,
button.myportal-memu-link.start.service-top{
	color: #FFFFFF;
	font-size: 150%;
	background-color: #3D3930;
	float: none;
	display: inline-block;
	margin-top :10px;
	border-radius: 5px;
	text-align: center;
	text-decoration :none;
	position: relative;
	border-style: none;
}

/** 「初めて利用される方はこちら」ボタンの設定 **/
button.myportal-memu-link.user.service{
	color: #333333;
	font-size: 100%;
	border: 1px solid #DAD5CB;
	background-color: #FFFFFF;
	float: none;
	display: inline-block;
	margin-top :10px;
	border-radius: 5px;
	text-align: center;
	text-decoration :none;
	position: relative;
}


.myportal-kyotsuu-icon{
	display:inline-block;
	height: 150px;
	width: 150px;
}


section.process .google-play-badge {
}

section.process .google-play-badge a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	background: transparent url('../images/google-play-badge.png') no-repeat 0 0;
	background-size: 134px 40px;
	width: 134px;
	height: 40px;
}


.bg_button {
	width:250px;
	padding:12px  6px 12px 0px;
}

section.process .app-store-badge {
}

section.process .app-store-badge a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	background: transparent url('../images/app-store-badge.png') no-repeat 0 0;
	background-size: auto 40px;
	margin: 0 5px;
	width: 110px;
	height: 40px;
}


/*---↓メディアクエリでサイズ変更する---
.myportal-memu-icon .glyphicon.myportal-pittari-icon {
	background: transparent url("../images/top-pittari-icon.png") no-repeat scroll 0 0 / 100% auto;
	float:left;
}
.myportal-memu-icon .glyphicon.myportal-need-icon {
	background: transparent url("../images/top-need-icon.png") no-repeat scroll 0 0 / 100% auto;
	float:right;
}

.myportal-memu-icon .glyphicon.myportal-tax-icon {
	background: transparent url("../images/top-tax-icon.png") no-repeat scroll 0 0 / 100% auto;
	float:left;
}

.myportal-memu-icon .glyphicon.myportal-shorui-icon {
	background: transparent url("../images/top-shorui-icon.png") no-repeat scroll 0 0 / 100% auto;
	float:right;
}

.myportal-memu-icon .glyphicon.myportal-sm-icon {
	background: transparent url("../images/top-sm-icon.png") no-repeat scroll 0 0 / 100% auto;
	float:left;
}

.myportal-memu-icon .glyphicon.myportal-yourinfo-icon {
	background: transparent url("../images/top-yourinfo-icon.png") no-repeat scroll 0 0 / 100% auto;
	float:right;
}

/*---↑メディアクエリでサイズ変更する----*/


/* オンライン資格折り返し設定 */
@media screen and (min-width: 880px) {
    .middlesize {
       display:none;
    }
}


.myportal-partition-icon-hidden{

	display:inline-block;
	height: 31px;
	width: 1px;
	margin-right:13px;
	vertical-align:middle;
}

.myportal-partition-icon{
	background: transparent url("../images/top-partition-icon.png") no-repeat;
	display:inline-block;
	height: 31px;
	width: 1px;
	margin-right:13px;
	vertical-align:middle;
}


.myportal-lang{
	margin-top:50px;
}

.myportal-lang li{
	float:left;

}


.myportal-lang li a {
	color: #333333;
	text-decoration: none;
}


.myportal-text-image-kantaia{
	display:block;
	height:20px;
	width:70px;
	background: transparent url("../images/top-kantai-icon.png") no-repeat;
}

.myportal-text-image-hantaia{
	display:block;
	height:20px;
	width:70px;
	background: transparent url("../images/top-hantai-icon.png") no-repeat;
}

.myportal-text-image-koreaa{
	display:block;
	height:20px;
	width:43px;
	background: transparent url("../images/top-korea-icon.png") no-repeat;
}


.myportal-text-hiddena{
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 20px;
	width: 70px;

}

.myportal-text-korea-hiddena{
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 20px;
	width: 43px;
}



/*翻訳リストfloat解除*/
@media screen and (max-width: 767px) {
/* 表示領域が767px以下の場合に適用するスタイル */

	.navbar-collapse{
		padding-left:0px;
		padding-right:0px;
	}

	.navbar-nav {
		margin: 7.5px 0px;
	}

	.myportal-header-nav-top{
	}

	.myportal-lang{
		margin-right:0px;
		margin-left:0px;
	}


	.myportal-lang ul{
		height:auto;
	}

	.myportal-lang li{
		clear:both;
		width:100%;
		display:block;
		border-top:1px solid #efebda;
		margin-left:0px;
		margin-bottom:0px;
	}

	.myportal-lang li a {
		width:100%;
		display:block;
		padding-top:15px;
		padding-bottom:15px;
		padding-left:15px;
	}

	.myportal-lang li a {
		width:100%;
		display:block;
		background-color:#ffffff;
	}

	.myportal-lang a:hover {
		background-color:#fcf0c7;
	}

	.myportal-partition-icon{
		background:none;
	}

	.myportal-lang{
		margin-top:0px;
	}

	a.myportal-memu-link-a{
		height:50px;
		padding-top:17px;
	}

}/*メディアクエリ(max-width: 767px)*/



/*タイトルイメージサイズ*/
@media screen and (max-width: 830px) {
/* 表示領域が830px以下の場合に適用するスタイル */

	.myportal-header-logo{
		width:220px;
		height:auto;
	}

}/*メディアクエリ(max-width: 830px)*/

@media screen and (max-width: 856px){
/* 表示領域が856px以下の場合に適用するスタイル */
	.index-register__btn-newbie a + a{
		margin-top: 20px;
	}
}

@media screen and (max-width: 1060px) {
/* 表示領域が1060px以下の場合に適用するスタイル */

	.hidden_1060 {
		display:block;
	}
}/*メディアクエリ(max-width: 1060px)*/





@media screen and (max-width: 991px) {
/* 表示領域が970px以下の場合に適用するスタイル */
.myportal-branding {
	background: #FFFFFF url(../images/top-branding_991.png) repeat-x center bottom;
	padding-bottom: 130px;
}

.myportal-title-margin{
	margin-top:5px;

}

.myportal-start-margin{
	margin-top:20px;

}

}/*メディアクエリ(min-width: 991px)*/
















@media screen and (max-width: 767px) {
/* 表示領域が767px以下の場合に適用するスタイル */

h1{
	font-size: 180%;
}

h2, h3 {
	font-size: 160%;
}

.myportal-memu-label{
	font-size: 160%;
}

.myportal-branding {
	background: #FFFFFF url(../images/top-branding_767.png) no-repeat center bottom;
	padding-bottom: 120px;
}

.myportal-title-margin{
	margin-top:30px;

}

.myportal-start-margin{
	margin-top:10px;

}

.myportal-user-margin{
	margin-top:6px;

}


a.myportal-memu-link.start{
	width: 100%;
	height:50px;
	line-height: 39px;
}

a.myportal-memu-link.user{
	width: 100%;
	height:50px;
	line-height: 39px;

}

.myportal-service-box{
	width:600px;
}






.myportal-link-background li a{
	background-color:#fcf3cc;
	text-decoration:none;
	color:#333333;
}

.myportal-link-background li a:link {
	background-color:#fcf3cc;
	text-decoration:none;
	color:#333333;
}

.myportal-link-background li a:visited{
	background-color:#fcf3cc;
	text-decoration:none;
	color:#333333;
}

.myportal-link-background li a:hover {
	background-color:#fcf3cc;
	text-decoration:none;
	color:#333333;
}

.myportal-link-background li a:active{
	background-color:#fcf3cc;
	text-decoration:none;
	color: #333333;
}

.myportal-link-background li a:link {
	background-color:#fcf3cc;
	text-decoration:none;
	color:#333333;
}

.myportal-marginminus ul li {
	text-align: center;
}

.myportal-marginminus ul li a:link{
	background-color: #fbefbb;
}

.myportal-marginminus ul li a:hover,
.myportal-marginminus ul li a:focus {
	background-color: #FCF3CC;
}


}/*メディアクエリ(min-width: 767px)*/





/*サービスの固定幅変更専用*/

@media screen and (max-width: 620px) {
/* 表示領域が900px以下の場合に適用するスタイル */
.myportal-service-box{
	width:470px;
}
}/*メディアクエリ(min-width: 620px)*/


@media screen and (max-width: 500px) {
/* 表示領域が900px以下の場合に適用するスタイル */
.myportal-service-box{
	width: 90%;
}
}/*メディアクエリ(min-width: 620px)*/






/*スマホ専用*/
@media screen and (max-width: 400px) {
/* 表示領域が400px以下の場合に適用するスタイル */


.myportal-branding {
	background: #FFFFFF url(../images/top-branding_400.png) no-repeat center bottom;
	padding-bottom: 80px;
}

.myportal-service-box{
	width: 95%;
}

.myportal-memu-text{
	padding-left:15px;
}



}/*メディアクエリ(min-width: 400px)*/


.myportal-banner {
	margin-right: -15px;
	margin-left: -15px;
	width: auto;
}

/*iPhone専用*/
@media screen and (max-device-width: 480px) {
	.myportal-marginminus span.myportal-link-outer {
		background: transparent url("../images/contents-link-icon-outer.png") no-repeat scroll 0 0;
	}
}



/*---メッセージボックス表示対応----*/

.alert {
	max-width: 680px;
	margin: 0 auto 25px;
}

@media screen and (max-width: 767px) {
/* 表示領域が767px以下の場合に適用するスタイル */
	.alert {
		margin: 1px 15px 10px 15px;
	}
}

/*---利用規約文章----*/

.myportal-riyokiyaku-text {
	margin: 0 0 3px 0;
	padding: 0px 20px;
	text-align: center;
}

.myportal-position-center .myportal-riyokiyaku-text {
	padding: 0px;
}

.myportal-riyokiyaku-text span{
	text-align: left;
	display: inline-block;
}

.myportal-riyokiyaku-text a{
	text-decoration: underline;
	cursor: pointer;
	color: #006699;
}

/*--------------------------------ログインの手順用CSS--------------------------------*/

.myportal-login-step .myportal-header-menu {
	height: auto;
}

.myportal-login-step .myportal-header-menu h1 {
	margin-bottom: 20px;
}

.myportal-login-step-h1 {
	text-align: center;
	font-size: 200%;
	margin: 24px 0 20px;
}

.myportal-login-step .myportal-background-height {
	padding: 15px 0;
}

.myportal-login-step-box {
    margin: 0 auto;
    width: 720px;
}


/*アイコン*/
.myportal-login-step .myportal-memu-icon .glyphicon {
	display:inline-block;
	height: 122px;
	width: 122px;
}

.myportal-login-step-box .glyphicon.myportal-login-step1-icon {
	background: transparent url("../images/login-step1-icon.png") no-repeat scroll 0 0 / 100% auto;
	float:left;
}

.myportal-login-step-box .glyphicon.myportal-login-step2-icon {
	background: transparent url("../images/login-step2-icon.png") no-repeat scroll 0 0 / 100% auto;
	float:left;
}

.myportal-login-step-box .glyphicon.myportal-login-step3-icon {
	background: transparent url("../images/login-step3-icon.png") no-repeat scroll 0 0 / 100% auto;
	float:left;
}

.myportal-login-step-box .glyphicon.myportal-login-step4-icon {
	background: transparent url("../images/login-step4-icon.png") no-repeat scroll 0 0 / 100% auto;
	float:left;
}

/*説明文-見出し*/
.myportal-login-step .myportal-memu-label {
	position: relative;
	padding: 2px 0 0 44px;
	line-height: 120%;
}

.myportal-login-step .myportal-memu-label .myportal-login-step-number {
	display:inline-block;
	height: 36px;
	width: 36px;
	vertical-align: middle;
	margin: 0 8px 0 0;
	position: absolute;
	top: -2px;
	left: 0;
}

.myportal-login-step .myportal-memu-guidance {
	margin-bottom: 6px;
}

.myportal-login-step a.myportal-memu-link {
	margin: 10px 0;
}

.myportal-login-step a.myportal-memu-link.user {
	margin-top: 5px;
}

.myportal-login-step .myportal-riyokiyaku-text {
	padding: 0 40px;
}

.myportal-link-nowrap {
	display: inline-block;
	white-space: nowrap;
	text-decoration: underline;
}


/*タイトルイメージサイズ*/
@media screen and (min-width: 768px) , print {
/* 表示領域が768px以上の場合に適用するスタイル */
	.myportal-login-step .myportal-header-logo{
		width:310px;
	}
}

@media screen and (min-width: 1060px) {
/* 表示領域が1060px以上の場合に適用するスタイル */
	.hidden_1060{
		display: none;
	}
}



@media screen and (max-width: 767px) {
/* 表示領域が767px以下の場合に適用するスタイル */
	.myportal-login-step .myportal-header-menu h1 {
		margin: 4px 0 5px 7px;
	}

	.myportal-login-step-box {
		width: 100%;
		padding: 10px 12px 10px 10px;
	}

	.myportal-login-step a.myportal-memu-link {
		width: 90%;
	}

	.myportal-login-step .myportal-memu-icon {
		width: 80px;
	}

	.myportal-login-step-box .glyphicon.myportal-login-step1-icon,
	.myportal-login-step-box .glyphicon.myportal-login-step2-icon,
	.myportal-login-step-box .glyphicon.myportal-login-step3-icon,
	.myportal-login-step-box .glyphicon.myportal-login-step4-icon {
		width: 80px;
	}

	.myportal-login-step .myportal-memu-label {
		padding: 2px 0 0 30px;
	}

	.myportal-login-step .myportal-memu-label .myportal-login-step-number {
		height: 26px;
		width: 26px;
		top: 0px;
	}

	.myportal-login-step .label .myportal-login-step-number img {
		height: 100%;
	}

	.alert.alert-info {
		margin-right: 15px;
	}

	#loadingDialog .alert.alert-info {
		margin-right: 18px;
	}

	.alert.alert-danger {
		margin-right: 15px
	}

}

.myportal-login-step .myportal-link-outer a:hover{
	color: #006699;
}

@media screen and (max-width: 480px) {
/* 表示領域が480px以下の場合に適用するスタイル */
	.myportal-login-step .myportal-link-outer {
		background: transparent url("../images/contents-link-icon-outer.png") no-repeat scroll 0 0;
	}
}


/*--------------------------------ComingSoon追加用CSS--------------------------------*/

/*---Coming Soonアイコン----*/
.myportal-pittari-text {
	padding-top: 0px;
}

/*メッセージ*/
.myportal-top-message {
	text-align: center;
}

.myportal-top-message {
	background-color: #FFFFFF;
	max-width: 680px;
	margin: 0 auto 30px;
	padding: 15px 25px;
	border-radius: 5px;
	text-align: left;
}

.myportal-top-message .myportal-top-message-label {
	font-size: 170%;
	line-height: 120%;
}

.myportal-top-message .myportal-top-message-text {

}

@media screen and (max-width: 767px) {
/* 表示領域が767px以下の場合に適用するスタイル */
	.myportal-top-message {
		margin: -10px auto 20px;
		padding: 5px 20px;
	}

	.myportal-top-message .myportal-top-message-label {
		font-size: 150%;
	}
}



/*-------------------------------------------------*/
/** 0309追加 サービストップCSS追加 **/
.myportal-memu-link.user.service,
.myportal-memu-link.start.service,
.myportal-memu-link.start.service-top {
	line-height: 135%;
	padding: 16px 12px 14px 12px;
	height: 100%;
	width: 400px;
}

.myportal-memu-link.user.service span {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	width: 18px;
	height: 22px;
	margin-right: 10px;
}

.myportal-memu-link.user.service span + span {
	display: inline-block;
	height: auto;
	width: auto;
	max-width: calc(100% - 28px);
	margin: 0;
}

.myportal-memu-link.start.service span,
.myportal-memu-link.start.service-top span{
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	font-size: 66.7%;
	line-height: 135%;
}

.myportal-user-margin {
	margin-top: 30px;
}

.myportal-start-margin {
	margin-top: 6px;
}

@media screen and (max-width: 767px) {
/* 表示領域が767px以下の場合に適用するスタイル */
	.myportal-memu-link.user.service, .myportal-memu-link.start.service-top {
		width: 80%;
		margin-bottom: 30px;
	}

	.myportal-memu-link.user.service, .myportal-memu-link.start.service {
		width: 100%;
	}
}



/* add 2017.0907 */
.myportal-user-margin {
	margin-top: 16px;
	margin-bottom: 16px;
}

.myportal-user-margin a {
	margin-top: 0;
}

.icon {
	display: inline-block;
}

.icon.ic-card {
	background: transparent url('../images/loginprocess-iccard-icon.png') no-repeat 0 0;
}

.icon.barcode {
	background: transparent url('../images/loginprocess-barcode-icon.png') no-repeat 0 0;
}

.icon.intent {
	background: transparent url('../images/loginprocess-intent-icon.png') no-repeat 0 0;
}

.login-pattern-chart {
	margin: 24px 0 60px 0;
	display: flex;
	justify-content: center;
	max-width: 920px;
	margin: 30px auto;
}

.login-pattern-chart li {
	background: #FFFBEB;
	width: 320px;
	margin: 0 20px 0 0;
	position: relative;
	vertical-align: top;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.login-pattern-chart li.other {
	width: 200px;
}

.login-pattern-chart li:last-of-type {
	margin-right: 0;
}

.login-pattern-chart li.is-disabled {
	background: #E0E0E0;
	pointer-events: none;
}

.login-pattern-chart li a {
	color: #333;
	text-decoration: none;
	display: inline-block;
	padding: 12px 10px;
	width: 100%;
	height: 100%;
}

.login-pattern-chart li .icon {
	width: 98px;
	height: 90px;
	background-size: 98px 90px;
	vertical-align: middle;
	float: left;
}

.login-pattern-chart li .text {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 108px);
	margin-left: 0px;
	margin-top: 14px;
}

.login-pattern-chart li.is-disabled .text {
	color: #888;
}

.login-pattern-chart li.other .text {
	width: 100%;
	text-align: center;
	margin: 24px 0 0 0;
}

.login-pattern-chart li .text .title {
	font-weight: bold;
	font-size: 114.3%;
	display: block;
	line-height: 150%;
}

.login-pattern-chart li .text .sub {
	font-size: 71.4%;
	display: block;
	margin-top: -2px;
	line-height: 150%;
}


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

	.myportal-memu-link.user.service {
		width: 100%;
	}

	.login-pattern-chart {
		flex-direction: column;
	}

	.login-pattern-chart li {
		margin: 0 0 16px 0;
		width: 100%;
	}

	.login-pattern-chart li:last-of-type {
		margin-bottom: 0;
	}

	.login-pattern-chart li.other {
		width: 100%;
	}

	.login-pattern-chart li a {
		text-align: center;
		padding-top: 0;
	}

	.login-pattern-chart li.other a {
		padding-top: 12px;
	}

	.login-pattern-chart li .icon {
		float: none;
	}

	.login-pattern-chart li .text {
		display: inline-block;
		width: auto;
		text-align: left;
	}

	.login-pattern-chart li.other .text {
		margin-top: 0;
	}
}

.myportal-pittari-text .myportal-memu-guidance {
	font-size: 15px;
}
/**** デザイン変更用追加CSS ****/

@-ms-viewport {
    width: auto;
    initial-scale: 1;
}
.myportal-label-nowrap{
	color: #000000;
}
* {
    padding: 0;
    margin: 0;
}

*, ::after, ::before {
    background-repeat: no-repeat;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.index-main {
    background: url(../images/main-bg-city.png) center 56px no-repeat;
}

.myportal-start-p{
	padding: 5px;
	display: none;
}
.myportal-start-p.sub{
	padding: 0 5px 5px;
}
.myportal-memu-icon .glyphicon.myportal-pittari-icon{
	background: url(../images/recommend-ico-pittari.png) no-repeat scroll 0 0 / 100% auto;
}
.myportal-memu-icon .glyphicon.myportal-hokensho-icon{
	background: url(../images/recommend-ico-hokensho.png) no-repeat scroll 0 0 / 100% auto;
}

.myportal-memu-icon .glyphicon.myportal-password-icon {
	background: url(../images/useful-ico-feature08.png) no-repeat scroll 0 0 / 100% auto;
}

.myportal-textalign-center{
	margin-top: 27px;
	font-size: 115%;
}
.index-kv__lead {
	margin-bottom: -27px;
}
.index-kv__lead_mobile{
	margin-bottom: -17px;
}
/*-- 小杉丸フォント設定 --*/
.kosugi-maru{
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 126%;
	text-align: center;
	letter-spacing: 0.06em;

}

.bold {
	font-weight: bold;

}
.text-center.bold{
	display: none;
}
.orange {
	color: #ff5900;
}

.myportal-box{
	margin:0 auto 0 auto;
	max-width:900px;
	border: 2px solid #ff5900;
	padding: 21px 20px 21px;
	border-radius: 10px;
	background: #fff5cb;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.16);
}
.myportal-box .myportal-ready-menu{
	padding-bottom: 0;
	width: auto;
}
.index-kv__cv {
	margin-top: 24px;
}
.index-kv__cv a {
	display: block;
	max-width: 225px;
	margin: 0 auto 0;
	padding: 9px 0 9px;
	border-radius: 9999px;
	font-size: 77%;
	font-size: 0.77rem;
	background: #f5d654;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.index-kv__cv a .txt {
	position: relative;
	display: inline-block;
}
.index-kv__cv a .txt::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -26px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 13px;
	height: 16px;
	background: url(../images/common-ico-lock.png) 0 0 no-repeat;
	background-size: 13px 16px;
}


.index-recommend__hdg {
    font-size: 157%;
    text-align: center;
    color: #fff;
    margin: -22px -21px 0;
    background: #ff5900;
    padding: 20px;
    border-radius: 8px 8px 0 0;
    font-weight: bold;
}

.index-recommend__hdg .txt {
	position: relative;
	display: inline-block;
}
.index-recommend__hdg .txt::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -50px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 28px;
	height: 26px;
	margin-top: -4px;
	background: url(../images/recommend-ico-star.png) 0 0 no-repeat;
}
/* オン資のコメントアウト対応
 div.myportal-ready-menu > div:nth-of-type(odd) {
	background-color: #ffd4ad;
} */

.index-recommend__service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px 0 -20px;
    padding: 20px 0 20px 44px;
    position: relative;
}

.index-recommend__service .container-txt {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding-top: 25px;
    padding-left: 25px;
}
.index-recommend__service .myportal-memu-guidance {
    display: block;
    padding-right: 220px;
    margin-top: 3px;
    line-height: 1.5714;
    letter-spacing: -0.02em;
}

.index-recommend__service .label {
    font-size: 128%;
    font-size: 1.3rem;
    color: #000;
    font-weight: bold;
	padding: 0px;
}


.index-recommend__service .myportal-memu-guidance {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.index-recommend__cv {
    position: absolute;
	right: 28px;
	bottom: 33px;
}
.index-recommend__cv a {
    display: inline-block;
    width: 190px;
    padding: 7px  6px 7px 0px;
    border: 2px solid #f9c558;
    border-radius: 9999px;
    background: #fff;
    color: #333;
    font-weight: bold;
    font-size: 106%;
    font-size: 1.06rem;
    text-decoration: none;
    text-align: center;
}
.index-recommend__cv a .txt {
    opacity: 1;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.index-recommend__cv a .window-icon {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
		transition: opacity .2s;
		margin-left: 8px;
		height: 18px;
}

.myportal-background-height{
	padding-bottom: 0px;
}

.index-useful__hdg {
    position: relative;
    padding: 19px 250px;
    margin: -23px -21px 0;
    background: #ff5900;
    border-radius: 8px 8px 0 0;
}
.index-useful__hdg .hdg-body {
	font-size: 157%;
	font-weight: bold;
	letter-spacing: .07em;
	text-align: center;
	color: #fff;
	border: none;
	margin-left: -55px;
}
.index-useful__hdg .hdg-body .txt {position: relative;}
.index-useful__hdg .hdg-body .txt::before {
	content: '';
	position: absolute;
	top: 55%;
	left: -45px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 25px;
	height: 30px;
	margin-top: -2px;
	background: url(../images/useful-ico-lock.png) 0 0 no-repeat;
}

.index-useful__hdg .button-register {
	position: absolute;
	top: 50%;
	right: 28px;
	margin-top: -1px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index-useful__hdg .button-register a {
    position: relative;
    display: block;
    width: 215px;
    padding: 7px 10px 6px;
    font-size: 106%;
    font-size: 1.06rem;
    text-align: center;
    color: #000;
    background: #f5d654;
    border-radius: 9999px;
    text-decoration: none;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(230, 194, 44, 1);
    box-shadow: 0px 3px 0px 0px rgba(230,194,44,1);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.index-useful__hdg .button-register a::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 23px;
    margin-right: 10px;
    vertical-align: middle;
    background: url(../images/common-ico-newbie.png) 0 0 no-repeat;
}
.index-useful__hdg .button-register a .txt {
    vertical-align: middle;
}
.index-useful__feature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px 30px 0;
	padding-bottom: 30px;

}

div.border-line {
	border-top: 1px solid #e0e0e0;
	border-bottom: none;
}

/*** max-width:767px ***/
@media screen and (max-width: 767px) {
	div.border-line {
		border-top: none;
		border-bottom: none;
	}
}

.index-useful__feature .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}
.index-useful__feature_other .index-useful__feature{
	border-bottom: none;
	padding-bottom: 10px;
	margin: 30px 0 0 30px;
}
.index-useful__feature_other .title{
	width: 100%;
	text-align: center;
	font-size: 157%;
  font-size: 1.57rem;
  line-height: 1.33;
	font-weight: bold;
	margin-top: 30px;
	text-indent: -30px;
}
.index-useful__feature_other .index-useful__feature .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 33.3333%;
	flex-basis: 33.3333%;
}
.index-useful__feature_other .index-useful__feature .myportal-memu-icon{
	width: 100px;
	height: 100px;
}
.index-useful__feature_other .index-useful__feature .myportal-memu-icon .glyphicon{
	width: 100px;
	height: 100px;
	background-size: 100px;
}
.index-useful__feature_other .index-useful__feature .myportal-memu-icon .myportal-glyphicon-menu-userinfo {
  background-position: 0px -500px;
}
.index-useful__feature_other .index-useful__feature .myportal-memu-icon .myportal-glyphicon-menu-rireki {
  background-position: 0px -400px;
}
.index-useful__feature_other .index-useful__feature .myportal-memu-icon .myportal-glyphicon-menu-dairinin {
  background-position: 0px -700px;
}
.index-useful__feature_other .index-useful__feature .item:nth-child(n + 3){
	margin-top: 0;
}
.index-useful__feature .item .inner {
	position: relative;
	top: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	padding-left: 5.7%;
}

.index-useful__feature .item:nth-child(even) {
	position: relative;
	left: 2px;
}
.index-useful__feature .item:nth-child(n + 3) {margin-top: 38px;}
.index-useful__feature .item:nth-child(1) .bg {background-image: url(../images/useful-ico-feature01.png);}
.index-useful__feature .item:nth-child(2) .bg {background-image: url(../images/useful-ico-feature02.png);}
.index-useful__feature .item:nth-child(3) .bg {background-image: url(../images/useful-ico-feature03.png);}
.index-useful__feature .item:nth-child(4) .bg {background-image: url(../images/useful-ico-feature04.png);}
.index-useful__feature .item:nth-child(5) .bg {background-image: url(../images/useful-ico-feature05.png);}
.index-useful__feature .item:nth-child(6) .bg {background-image: url(../images/useful-ico-feature06.png);}
.index-useful__feature .item:nth-child(7) .bg {background-image: url(../images/useful-ico-feature07.png);}
.index-useful__feature .item:nth-child(8) .bg {background-image: url(../images/useful-ico-feature08.png);}

.index-useful__feature .item .label {
	font-size: 128%;
	font-size: 1.3rem;
	line-height: 1.33;
	font-weight: bold;
	color: #000;
	padding: 0px;
	text-align: left;
	white-space: normal;
}
.index-useful__feature .item .myportal-memu-guidance {
	font-size: 1rem;
	font-size: 99%;
	line-height: 1.571428571;
	margin-top: 5px;
}

.index-register {
	position: relative;
	margin-top: 85px;
	padding: 0px 20px 57px;
	background: #f5d654;
}

.index-register::before {
	content: '';
	position: absolute;
	top: 0;
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 16.5px 0 16.5px;
	border-color: #FFFFFF transparent transparent transparent;
}

.index-register__hdg {
	font-size: 230%;
	font-size: 2.28rem;
	font-weight:bold;
	letter-spacing: .06em;
	text-align: center;
}

.index-register__lead {
	font-size: 115%;
	line-height: 2.000625;
	text-align: center;
}

.index-register__notice.is-hidden {display: none;}

.index-register__btn-newbie a::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 23px;
    vertical-align: middle;
    background: url(../images/common-ico-newbie.png) 0 0 no-repeat;
    margin-right: 15px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    opacity: 1;
}
.index-register__btn-newbie a:nth-child(2):before{
	display: none;
}
.index-register__btn-newbie a {
    font-size: 115%;
	font-weight: bold;
    display: inline-block;
    width: 332px;
    padding: 15px 30px 13px;
    border-radius: 9999px;
    text-decoration: none;
    color: #000;
    background: #fcefbb;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(230, 194, 44, 1);
    box-shadow: 0px 3px 0px 0px rgba(230,194,44,1);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    margin-left: 10px;
	margin-right: 10px;
}


.index-register__btn-newbie {
    margin-top: 24px;
    text-align: center;
}

.index-register__nav-login {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 920px;
	margin: 23px auto 0;
}

.index-register__nav-login .item.is-disable a {
	background: #dbdbdb;
	pointer-events: none;
}

.index-register__nav-login .sub {
    margin-top: 5px;
    font-size: 99%;
    font-size: 0.99rem;
    line-height: 1.5714;
    color: #333;
	display: block;
}

.index-register__nav-login .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	margin: 0 10px;
}
.index-register__nav-login .item .hidden_pc {
	display: none;
}
.index-register__nav-login .item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	padding: 0 0 0 0;
	border-radius: 10px;
	background: #fff;
	text-decoration: none;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(230, 194, 44, 1);
	box-shadow: 0px 3px 0px 0px rgba(230, 194, 44, 1);
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.index-register__nav-login .item a .item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}
.index-register__nav-login .item.is-disable a {
	background: #dbdbdb;
	pointer-events: none;
}

.index-register__nav-login .item .ico {
	-ms-flex-preferred-size: 31.2%;
	flex-basis: 31.2%;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: center center no-repeat;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}
.index-register__nav-login .ico::before {
	content: '';
	display: block;
	padding-top: 100%;
}
.index-register__nav-login .ico.ic {
	background-image: url(../images/register-fig-ic.png);
	background-position: 65% 40%;
	background-size: 82% auto;
}
.index-register__nav-login .ico.qr {
	background-image: url(../images/register-fig-qr.png);
	background-position: 90% 55%;
	background-size: 73% auto;
}
.index-register__nav-login .ico.android {
	background-image: url(../images/register-fig-android.png);
	background-position: 90% 55%;
	background-size: 73% auto;
}

.index-register__nav-login .item .hdg {
	font-size: 157%;
	line-height: 1.363636364;
	letter-spacing: 0;
	color: #000;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	font-weight: bold;
	letter-spacing: -1px;
}

.index-register__nav-login .item .inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 25px 10px 25px 10px;
}


.index-register__oss {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 920px;
	margin: 23px auto 0;
	border-top: 2px solid #ff5900;
	padding-top: 20px;
}

.index-register__oss .item.is-disable a {
	background: #dbdbdb;
	pointer-events: none;
}

.index-register__oss .sub {
    margin-top: 5px;
    font-size: 99%;
    font-size: 0.99rem;
    line-height: 1.5714;
    color: #333;
}

.index-register__oss .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	margin: 0 10px;
	max-width: 350px;
}
.index-register__oss .item.is-hidden {display: none;}
.index-register__oss .item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	padding: 0 0 0 0;
	border-radius: 10px;
	background: #fff;
	text-decoration: none;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(230, 194, 44, 1);
	box-shadow: 0px 3px 0px 0px rgba(230, 194, 44, 1);
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.index-register__oss .item a .item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.index-register__oss .item.is-disable a {
}

.index-register__oss .item .ico {
	-ms-flex-preferred-size: 31.2%;
	flex-basis: 31.2%;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: center center no-repeat;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}
.index-register__oss .ico::before {
	content: '';
	display: block;
}
.index-register__oss .ico.oss {
	background-image: url(../images/houzinseturitu.png);
	background-position: 60% 50%;
	background-size: 42% auto;
}
.index-register__oss .ico.wrkcert {
	background-image: url(../images/syuurousyoumeisyo.png);
	background-position: 60% 50%;
	background-size: 43% auto;
}

.index-register__oss .item .hdg {
	font-size: 1.3rem;
	line-height: 1.363636364;
	letter-spacing: 0;
	color: #000;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	font-weight: bold;
}

.index-register__oss .item .inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 15px 10px 15px 10px;
}






.char-nakaguro {
    letter-spacing: -0.2em;
}
.char-nakaguro-title {
    letter-spacing: -0.1em;
}
.txt-margin {
	margin-left: -13px;
}
.txt-margin-mobile{
	margin-left: -6px;
}
.index-login-fixed-nav {
	position: fixed;
	top: 153px;
	right: 0;
	overflow: hidden;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-radius: 6px 0 0 6px;
	z-index: 10;
}
.index-login-fixed-nav__hdg {
    padding: 0;
    margin-bottom: 15px;

}

.index-login-fixed-nav__hdg a {
	display: block;
    width: 148px;
    height: 90px;
    padding: 25px 0 25px 55px;
    box-sizing: border-box;
    border-radius: 6px 0 0 6px;
    font-size: 1.0rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    color: #333;
    font-weight: normal;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    /*white-space: nowrap;*/
    background: #f6db5e;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(230, 194, 44, 1);
    box-shadow: 0px 5px 0px 0px rgba(230, 194, 44, 1);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.index-register__nav-login .item .hidden_sp{
	display: inline;
}
.index-login-fixed-nav__hdg a strong{
	font-weight: normal;
}
.index-login-fixed-nav__hdg.ic a{
	background-image: url(../images/fixed-nav-fig-ic.png);
	background-repeat: no-repeat;
	background-size: 43px auto;
	background-position: 10px center;
}
.index-login-fixed-nav__hdg.qr a{
	background-image: url(../images/fixed-nav-fig-qr.png);
	background-repeat: no-repeat;
	background-size: 38px auto;
	background-position: 13px center;
}
.index-login-fixed-nav__hdg.movie a{
	background-image: url(../images/fixed-nav-fig-movie.png);
	background-repeat: no-repeat;
	background-size: 38px auto;
	background-position: 13px center;
	border-top: 3px solid #f6db5e;
	border-left: 3px solid #f6db5e;
	border-bottom: 3px solid #f6db5e;
	background-color: #fff;
}

.myportal-glyphicon-outer {
    height: 17px;
    width: 20px;
}
.myportal-usepotal-margin{
	padding-top: 70px;
}

/***** IE ********/
@media all and (-ms-high-contrast: none) {
	.index-login-fixed-nav__hdg a {
	    height: 85px;
	}

	@media screen and (max-width: 767px) {
		.row {
			margin-right: -15px;
		}
	}
}

.index-login-fixed-nav.is-hidden {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.index-register__notice {
	margin-top: 25px;
	padding: 0px 15px 3px;
	background: #fcefbb;
	margin-left: 0px;
	margin-right: 0px;
}
.index-register__notice .hdg {
	margin-bottom: 2px;
	padding-right: 25px;
	font-size: 86%;
	font-weight: bold;
}
.index-register__notice .hdg::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 18px;
	margin-right: 7px;
	background: url(../images/register-ico-notice.png) 0 0 no-repeat;
	background-size: 20px 18px;
	vertical-align: middle;
}
.index-register__notice .hdg .txt {
	vertical-align: middle;
}

.index-register__notice .description {
	font-size: 113%;
	font-size: 1.13rem;
	line-height: 1.75;
}

.index-register__notice .description {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.index-login-fixed-nav__hdg a:hover {
		-webkit-transform: translateY(5px);
		-ms-transform: translateY(5px);
		transform: translateY(5px);
		-webkit-box-shadow: 0px 0px 0px 0px rgba(230, 194, 44, 1);
		box-shadow: 0px 0px 0px 0px rgba(230,194,44,1);
		background-color: #f8e187;
	}
	.index-login-fixed-nav__hdg a:hover {
		background-color: #f8e187;
	}

	.index-login-fixed-nav__hdg.movie a:hover {
    	background-color: #fff;
	}

	.myportal-memu-icon .glyphicon.myportal-pittari-icon{
		width: 125px;
		height: 125px;
	}

	.iframe {
		width: 560px;
		height: 315px;
	}
	.index-movie__anchors_div {
		width: 560px;
	}
	.index-register__lead {
		margin-top: 19px;
	}
	.index-useful__feature .item .inner {
		padding-right: 10%;
	}

	.myportal-memu-icon .glyphicon.myportal-pittari-icon{
		background-size: 100%;
	}

	.myportal-memu-icon .glyphicon.myportal-hokensho-icon{
		background-size: 100%;
	}

	.myportal-memu-icon .glyphicon.myportal-password-icon{
		background-size: 100%;
	}

	.index-register__notice {
		margin-right: 30px
	}
}

/*** max-width:767px ***/
@media screen and (max-width: 767px) {

	.index-main {
	    background-image: url(../images/main-bg-city-sp.png);
	    background-position: center 151px;
	    background-size: 100% auto;
	}


	.index-recommend__inner {
	    margin: 0 0 30px 0;
	    border-radius: 5px;
	}


	.row.index-recommend {
	    padding-top: 20px;
	    padding-left: 30px;
	    padding-right: 30px;
	}

	.index-recommend__hdg {
		font-size: 106.54%;
		padding: 8px;
		letter-spacing: .07em;
		height: 32px;
		box-sizing: border-box;
	}

	.index-recommend__hdg .txt::before {
	    left: -22px;
	    width: 14px;
	    height: 13px;
	    margin-top: 0px;
	    background-size: 14px 13px;
	}

	.index-recommend__service {
	    padding: 15px;
		background-size: 62 auto;
		background-position: 3.877551% 15px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.myportal-memu-icon{
		width: 62px;
		height: 62px;
	}
	.myportal-memu-icon .glyphicon.myportal-pittari-icon,
	.myportal-memu-icon .glyphicon.myportal-hokensho-icon{
		width: 62px;
		height: 62px;
	}
	.index-recommend__service .container-txt {
    	padding-top: 0;
    	padding-left: 15px;
		width: calc(100% - 77px);
	}

	.index-recommend__service .myportal-memu-guidance {
	    padding-top: 1px;
	    padding-right: 0px;
	    font-size: 80%;
	}
	.index-recommend__service .label {
	    padding-top: 1px;
	    padding-right: 0px;
	    font-size: 85.23%;
		font-size: 0.8523rem;
		letter-spacing: 0.06em;
	}

	.myportal-memu-icon .glyphicon.myportal-pittari-icon::before {
	    background-size: contain;
	}

	.myportal-memu-icon .glyphicon.myportal-hokensho-icon::before {
	    background-size: contain;
	}

	.index-recommend__cv {
		position: static;
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}

	.index-recommend__cv a .window-icon {
	}
	.index-recommend__cv a {
		width: 76.2711864%;
		font-size: 78%;
		margin: auto;
		padding: 3px 6px 3px 9px;
	}
	.pittari-glyphicon-outer {
		width: 9px;
		height: 9px;
		background: transparent url(../images/contents-link-icon-outer.png) no-repeat 0 0/100%;
	}

	.row.myportal-start-p-margin{
		margin-right: -15px;
	}

	.myportal-start-p{
	    margin-top: 15px;
	    font-size: 75%;
	    line-height: 1.75;
	}

	.myportal-start-p{
		padding: 0px;
		margin-bottom: 0px
	}

	.myportal-start-p.sub{
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 15px;
	}

	.index-useful__hdg .hdg-body{
		margin-left: 0;
	}
	.index-useful__hdg .hdg-body .txt::before {
		position: relative;
		top: 4px;
		left: -10px;
		display: inline-block;
		width: 13px;
		height: 15px;
		background-size: 13px 15px;
		margin-right: 0;
		vertical-align: bottom;
	}
	.index-register {
		margin-top: 40px;
		padding: 49px 30px 34px;
	}

	.index-register__hdg {
		font-size: 140%;
	}

	.index-useful__hdg .hdg-body {
		font-size: 106.54%;
		padding: 8px;
		line-height: 1.333;
	}

	.myportal-usepotal-margin{
		margin-top: -10px;
		padding-top: 0px;
	}

	.index-register__lead {
		font-size: 90%;
		line-height: 1.75;
		text-align: center;
		margin-bottom: -10px;
	}

	.myportal-memu-icon .myportal-glyphicon-menu-yourinfo {
	    background-position: 0px -62px;
	}
	.myportal-memu-icon .myportal-glyphicon-menu-yaritori {
	    background-position: 0px -124px;
	}
	.myportal-memu-icon .myportal-glyphicon-menu-oshirase {
	    background-position: 0px -186px;
	}
	.index-useful__feature_other .index-useful__feature .myportal-memu-icon .myportal-glyphicon-menu-rireki{
	    background-position: 0px -248px;
	}
	.index-useful__feature_other .index-useful__feature .myportal-memu-icon .myportal-glyphicon-menu-userinfo{
	    background-position: 0px -310px;
	}
	.myportal-memu-icon .myportal-glyphicon-menu-contact {
	    background-position: 0px -372px;
	}
	.index-useful__feature_other .index-useful__feature .myportal-memu-icon .myportal-glyphicon-menu-dairinin {
	    background-position: 0px -434px;
	}

	.myportal-memu-icon .glyphicon {
	    width: 62px;
	    height: 62px;
	}

	.myportal-memu-icon .glyphicon.myportal-pittari-icon{
		background-size: 90%;
	}

	.myportal-memu-icon .glyphicon.myportal-hokensho-icon{
		background-size: 90%;
	}

	.myportal-memu-icon .glyphicon.myportal-password-icon{
		background-size: 90%;
	}

	.index-register__nav-login {
		display: block;
		margin-top: 17px;
	}
	.index-register__nav-login .item .hidden_pc {
		display: inline;
	}
	.index-register__nav-login .item .hidden_sp {
		display: none;
	}
	.index-register__nav-login .item a {
		margin-bottom: 10px;
	}

	.index-register__nav-login .item {
		margin-left: 0;
		margin-right: 0;
	}

	.index-register__nav-login .item + .item {
		margin-top: 10px;
	}

	.index-register__nav-login .item a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-shadow: 0px 4px 0px 0px rgba(230, 194, 44, 1);
		box-shadow: 0px 4px 0px 0px rgba(230, 194, 44, 1);
		min-height: 120px;
	}

	.index-register__nav-login .item a .item-inner {
	}

	.index-register__nav-login .item a .hdg {
		font-size: 110%;
		line-height: 1.5;
	}

	.index-register__nav-login .item a .sub {
		font-size: 80%;
		font-size: 0.78rem;
		line-height: 1.545454545;
	}

	.index-register__nav-login .item a .ico {
		-ms-flex-preferred-size: 38%;
		flex-basis: 38%;
	}
	.index-register__nav-login .item a .ico:before {
		padding-top: 0;
	}
	.index-register__nav-login .item a .ico.ic {
		background-position: 70% center;
		background-size: 70px auto;
	}
	.index-register__nav-login .item a .ico.qr {
		background-position: 70% center;
		background-size: 70px auto;
	}
	.index-register__nav-login .item a .ico.android {
		background-position: 70% center;
		background-size: 70px auto;
	}



	.index-register__oss {
		display: block;
		margin-top: 17px;
	}

	.index-register__oss .item {
		max-width: none;
	}

	.index-register__oss .item a {
		margin-bottom: 10px;
	}

	.index-register__oss .item {
		margin-left: 0;
		margin-right: 0;
	}

	.index-register__oss .item + .item {
		margin-top: 10px;
	}

	.index-register__oss .item a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-shadow: 0px 4px 0px 0px rgba(230, 194, 44, 1);
		box-shadow: 0px 4px 0px 0px rgba(230, 194, 44, 1);
	}

	.index-register__oss .item a .item-inner {
		max-width: 317px;
	}

	.index-register__oss .item a .hdg {
		font-size: 110%;
		line-height: 1.5;
	}

	.index-register__oss .item a .sub {
		font-size: 80%;
		font-size: 0.78rem;
		line-height: 1.545454545;
	}

	.index-register__oss .item a .ico {
		-ms-flex-preferred-size: 38%;
		flex-basis: 38%;
	}
	.index-register__oss .item a .ico.qr {
		background-position: 60% 60%;
		background-size: 60% auto;
	}
	.index-register__oss .item a .ico.android {
		background-position: 60% 60%;
		background-size: 60% auto;
	}

	.index-register__btn-newbie {
		margin: 10px auto 0;
	}
	.index-register__btn-newbie a {
		padding: 10px 0px;
		width: 100%;
		font-size: 78%;
		font-size: 0.78rem;
		-webkit-box-shadow: 0px 4px 0px 0px rgba(230, 194, 44, 1);
		box-shadow: 0px 4px 0px 0px rgba(230, 194, 44, 1);
		margin: 0 auto 0;
	}
	.index-register__btn-newbie a + a{
		margin-top: 20px;
	}
	.index-register__btn-newbie a::before {
		width: 14px;
		height: 19px;
		background-size: 14px 19px;
		margin-right: 5px;
	}

	.index-useful__feature .item .inner {
		padding-right: 0px;
	}

	.index-register__notice .description {
		font-size: 80%;
		font-size: 0.8rem;
		line-height: 1.75;
	}

	.index-register__notice .description {
		text-align: left;
	}

	.index-register__nav-login .item .inner {
		padding: 10px 8px 10px 5px;
	}

	.index-register__oss .item .inner {
	    padding: 10px 8px 10px 5px;
	}

}
@media screen and (max-width: 374px) {
	.index-register__nav-login .item a {
		/*max-height: 145px;*/
	}
	.index-register__nav-login .item a .sub{
		letter-spacing: -0.5px;
	}
}
/*** min-width:768px ***/
@media screen and (min-width: 768px) {

	.index-recommend {
	    margin-top: 40px;
	    padding-left: 30px;
	    padding-right: 30px;
	}

 	.index-useful__inner .myportal-background-height {
	    padding-left: 30px;
	    padding-right: 30px;
	}

	.hidden_pc {
		display: none;
	}
	.index-register__btn-newbie a:hover {
	    -webkit-transform: translateY(3px);
	    -ms-transform: translateY(3px);
	    transform: translateY(3px);
	    -webkit-box-shadow: 0px 0px 0px 0px rgba(230, 194, 44, 1);
	    box-shadow: 0px 0px 0px 0px rgba(230,194,44,1);
	    background: #fcf1c5;
	}

	.index-register__btn-newbie a:hover::before,
	.index-register__btn-newbie a:hover .txt {
	    opacity: 0.6;
	}

	.index-register__nav-login .item a:hover {
		-webkit-transform: translateY(3px);
		-ms-transform: translateY(3px);
		transform: translateY(3px);
		-webkit-box-shadow: 0px 0px 0px 0px rgba(230, 194, 44, 1);
		box-shadow: 0px 0px 0px 0px rgba(230, 194, 44, 1);
	}
	.index-register__nav-login .item a:hover .hdg,
	.index-register__nav-login .item a:hover .sub,
	.index-register__nav-login .item a:hover .ico {opacity: .6;}


	.index-register__oss .item a:hover {
		-webkit-transform: translateY(3px);
		-ms-transform: translateY(3px);
		transform: translateY(3px);
		-webkit-box-shadow: 0px 0px 0px 0px rgba(230, 194, 44, 1);
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.16);
	}
	.index-register__oss .item a:hover .hdg,
	.index-register__oss .item a:hover .sub,
	.index-register__oss .item a:hover .ico {opacity: .6;}


	.index-register__lead a:hover {text-decoration: none;}
	.index-register__btn-newbie a:hover {
		-webkit-transform: translateY(3px);
		-ms-transform: translateY(3px);
		transform: translateY(3px);
		-webkit-box-shadow: 0px 0px 0px 0px rgba(230, 194, 44, 1);
		box-shadow: 0px 0px 0px 0px rgba(230, 194, 44, 1);
		background: #fcf1c5;
	}
	.index-register__btn-newbie a:hover::before,
	.index-register__btn-newbie a:hover .txt {opacity: .6;}
}


.index-movie {
    padding: 50px 30px 57px;
		background-color: #FFFFFF;
		text-align: center;
}
.myportal-marginminus{
	background-color: #FFFFFF;
}

.index-movie__hdg {
    margin-bottom: 38px;
    font-size: 182%;
    letter-spacing: 0.06em;
    line-height: 1;
    text-align: center;
	font-weight: bold;
}
.index-movie__cv{
	margin: auto;
}
.index-movie__cv img{
	max-width: 500px;
}
.index-movie__anchors .item {
    position: relative;
    display: table-cell;
    padding: 0 20px;
    background-color: #FFFFFF;
}

.index-movie__anchors {
    display: table;
    table-layout: fixed;
    margin: 39px auto 0;
    text-align: center;
}

.index-movie__anchors .item .txt,
.myportal-footer-nav-menu .index-movie li a{
    background-color: #FFFFFF;
    font-weight: normal;
}
.index-movie__anchors .item a .txt,
.index-movie__anchors .item a .window-icon {vertical-align: middle;}
.index-movie__anchors .item a .window-icon {
	margin-left: 5px;
}

.index-movie__anchors .item a {
		font-size: 0.9rem;
    font-size: 90%;
    text-decoration: none;
    color: #005b8e;
}

.index-movie__anchors .item + .item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 100%;
    background: #ccc;
}


/** banner **/
.index-related {
    padding: 40px 0 39px;
    background: #fcefbb;
    text-align: center;
}
.index-related__hdg {
    margin-bottom: 10px;
    font-size: 135%;
    line-height: 1;
    text-align: center;
}

.index-related__bnr {
    font-size: 2%;
    font-size: 0.02rem;
    line-height: 1;
    text-align: center;
}
.index-related__bnr .item {
	display: inline-block;
	margin: 10px 5px 0;
	vertical-align: top;
}
.index-related__bnr .item a {
	display: block;
	background: #fff;
}
.index-related__bnr .item a img {
	opacity: 1;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

.hdg .is-hidden {
	display: nomal;
}

.sub .is-hidden {
	display: nomal;
}

.label .is-hidden {
	display: nomal;
}

@media screen and (min-width: 768px) {
	.index-useful__hdg .button-register a:hover {
		background: #f8e187;
		-webkit-transform: translateY(3px);
		-ms-transform: translateY(3px);
		transform: translateY(3px);
		-webkit-box-shadow: 0px 0px 0px 0px rgba(230, 194, 44, 1);
		box-shadow: 0px 0px 0px 0px rgba(230, 194, 44, 1);
	}
	.index-useful__hdg .button-register a:hover .txt,
	.index-useful__hdg .button-register a:hover::before {opacity: .6;}
	.index-useful__feature_other .index-useful__feature{
		display: flex!important;
	}
	.index-useful__feature_other .title{
		pointer-events: 0;
	}

	.index-recommend__cv a.bg_btn{
		width:250px;
		font-size: 135%;
		padding:12px  6px 12px 0px;
	}
	.hokensho {
		text-align: right;
	}
}

@media screen and (min-width: 880px) {
    .middlesize {
       display:none;
    }
}
@media screen and (max-width: 767px) {

	.txt-margin {
		margin-left: -6px;
	}
	.middlesize {
       display:none;
    }
	.myportal-box{
		padding-bottom: 0;
	}
	.index-movie {
			padding: 30px 0;
	}
	.index-movie__hdg{
		font-size: 107.1%;
		margin-bottom: 20px;
	}
	.index-movie__cv {
	    width: 87%;
	}
	.index-movie__cv a{
		display: block;
	}
	.index-movie__cv a img{
		width: 100%;
	}

	.iframe {
		width: 90%;
		height: 315px;
	}
	.index-movie__anchors_div {
		width: 410px;
	}

	.index-kv {
	    padding-top: 27px;
	}
	.myportal-marginminus{
		width: 100%;
		margin: 0;
	}

	.myportal-marginminus ul li a:link{
		background-color: #FFFFFF;
	}
	.myportal-marginminus ul li a:hover,
	.myportal-marginminus ul li a:focus {
	    background-color: #FFFFFF;
	}

	.myportal-label-nowrap{
		margin-top: 10px;
	}

	.myportal-box{
		padding: 21px 20px 0px;
	}

	.index-useful {
		margin-top: 30px;
		padding-left: 30px;
 		padding-right: 30px;
	}

 	.index-useful__inner {
		padding-left: 30px;
		padding-right: 30px;
	}

	.index-useful__hdg {
		padding: 10px;
		line-height: 1.333333333;
	}

	.index-useful__hdg .txt::before {
		position: relative;
		top: 2px;
		left: 0;
		display: inline-block;
		width: 13px;
		height: 15px;background-size: 13px 15px;
		margin-right: 15px;
		vertical-align: bottom;
	}
	.index-useful__hdg .button-register {
		position: static;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.index-useful__hdg .button-register a {
		margin: 0 auto;
		font-size: 78%;
		font-size: 0.78rem;
		line-height: 1.8;
		font-weight: bold;
		width: 76.2711864%;
		padding-top: 5px;
		padding-bottom: 5px;
		-webkit-box-shadow: 0px 2px 0px 0px rgba(230, 194, 44, 1);
		box-shadow: 0px 2px 0px 0px rgba(230, 194, 44, 1);
	}

	.index-useful__hdg .is-disabled .button-register a {
		margin: 0 auto;
		font-size: 100%;
		font-size: 1.0rem;
		-webkit-box-shadow: 0px 2px 0px 0px rgba(230, 194, 44, 1);
		box-shadow: 0px 2px 0px 0px rgba(230, 194, 44, 1);
	}

	.index-useful__hdg .button-register a::before {
		width: 14px;
		height: 19px;
		background-size: 14px 19px;
		margin-right: 5px;
	}

	.index-useful__feature {
		display: block;
		padding: 15px;
		margin: 0 -20px 0;
		border-bottom: none;
	}
	.border-line {
		border-top: none;
		border-bottom: 1px solid #e0e0e0;
	}
	.index-useful__feature_other .title{
		font-size: 114%;
		font-size: 1.14rem;
		text-indent: 0;
		background: #fff;
		cursor: pointer;
		margin: 0 -20px 0;
		width: calc(100% + 40px);
		height: 40px;
		line-height: 40px;
		background: url(../images/top-icon-puls.png) no-repeat 10px center/20px #fff;
		border-radius: 0 0 10px 10px;
		transition: all .3s ease;
	}

	.index-useful__feature_other .border-line{
		border-radius: 0;
		border-bottom: 1px solid rgba(209,202,174,1);
	}
	.index-useful__feature_other .title.is-open{
		background: url(../images/top-icon-minus.png) no-repeat 10px center/20px #fff;
		border-radius: 0;
		border-bottom: 1px solid rgba(209,202,174,1);
	}
	.index-useful__feature_other .index-useful__feature{
		margin: 0 -20px 0;
		display: none;
		background: #fff;
		border-radius: 0 0 10px 10px;
		padding-bottom: 20px;
	}
	.index-useful__feature_other .index-useful__feature .myportal-memu-icon{
		width: 62px;
		height: 62px;
	}
	.index-useful__feature_other .index-useful__feature .myportal-memu-icon .glyphicon{
		width: 62px;
		height: 62px;
		background-size: 62px;
	}

	.index-useful__feature .item + .item {
		margin-top: 20px;
	}
	.index-useful__feature_other .index-useful__feature .item:nth-child(n + 3){
		margin-top: 20px;
	}

	.index-useful__feature .item .inner {
		padding-top: 0;
		padding-right: 0;
	}

	.index-useful__feature .item .label {
		font-size: 85.23%;
		font-size: 0.8523rem;
	}
	.index-useful__feature .item .myportal-memu-guidance {
		font-size: 80%;
		font-size: 0.80rem;
	}

	.index-login-fixed-nav {
		position: static;
    	padding-left: 15px;
    	padding-right: 40px;
	}

	.index-login-fixed-nav .index-login-fixed-nav__hdg {
    	border-radius: 5px;
	}

	.index-login-fixed-nav .index-login-fixed-nav__hdg a {
	    width: 100%;
	    border-radius: 5px;
	    height: 60px;
	    font-weight: bold;
	    text-align: center;
	    padding: 25px 0 25px 30px;
	}
	.index-login-fixed-nav .index-login-fixed-nav__hdg a br{
		display: none;
	}
	.index-login-fixed-nav__hdg.android a {
		background-image: url(../images/register-fig-android.png);
		background-repeat: no-repeat;
		background-size: 31px auto;
		background-position: 20px center;
	}
	.index-login-fixed-nav__hdg.iphone a {
		background-image: url(../images/register-fig-iphone.png);
		background-repeat: no-repeat;
		background-size: 31px auto;
		background-position: 20px center;
	}
	.index-login-fixed-nav__hdg.qr a {
		background-size: 31px auto;
		background-position: 20px center;
	}
	.index-login-fixed-nav__hdg.movie a {
		border: 2px solid #f6db5e;
		background-size: 31px auto;
		background-position: calc(50% - 60px) center;
		padding: 22px 0 22px 30px;
	}

	.index-related__hdg {
	    margin-bottom: 29px;
	}

	.index-related__bnr .item {
		margin: 10px 5px 0 !important;
	}

	.index-related__bnr .item + .item {
		margin-top: 17px;
	}

	.index-movie__anchors .item {
		display: inline-table;
	}

	.index-movie__anchors .item:before {display: none !important;}
	.index-movie__anchors .item a {
		font-size: 67.7%;
		letter-spacing: 0;
		color: #005b8e;
		padding-right: 0px;
		padding-left: 0px;
		margin-left: 0px;
		display: inline-block;
	}

	.index-movie__anchors {
	    display: block;
	    margin-top: 20px;
	    text-align: center;
	    padding-left: 30px;
	    padding-right: 30px;
	}

	.index-related__bnr {
		text-align: center;
	}

	.index-register__lead {
	    text-align: left;
	}

	.hidden_and {
		display: none;
	}

	.index-kv__cv a {
		font-size: 100%;
		font-size: 1.0rem;
	}

	.myportal-footer-nav-menu li a {
		width: auto;
	}

	.index-useful__hdg .button-register .width-auto {
		width: auto;
	}
	.myportal-glyphicon-outer{
		width: 11px;
		height: 11px;
		background-size: 100%;
	}

}

/*スマホ専用*/
@media screen and (max-width: 400px) {
/* 表示領域が400px以下の場合に適用するスタイル */
	.iframe {
		width: 90%;
		height: auto;
	}

	.label {
	    white-space: normal;
	}

	.hdg .is-hidden {
		display: none;
	}
	.sub .is-hidden {
		display: none;
	}

	.label .is-hidden {
		display: none;
	}

	.item.qr {
		height: 127px;
	}

	.index-useful__inner .myportal-background-height {
	    padding-top: 0px;
	}

	.index-kv__lead {
		font-size: 107%;
		font-size: 1.07rem;
	}

	.myportal-marginminus {
		margin-right: 0px;
	}

	.myportal-memu-icon .glyphicon.myportal-pittari-icon{
		background-size: 88%;
	}

	.myportal-memu-icon .glyphicon.myportal-hokensho-icon{
		background-size: 88%;
	}

	.index-useful__hdg .hdg-body {
		margin-left: 0px;
	}

}/*メディアクエリ(min-width: 400px)*/

.index-register__nav-login li.is-disabled  {
	background : #e0e0e0;
	pointer-events : none;
	box-shadow : none;
	border-radius : 10px;
}
.index-register__nav-login li.is-disabled a {
	pointer-events : none;
	box-shadow : none;
	opacity : .6;
}


.index-register__oss li.is-disabled  {
	background : #e0e0e0;
	pointer-events : none;
	box-shadow : none;
	border-radius : 10px;
}
.index-register__oss li.is-disabled a {
	pointer-events : none;
	box-shadow : none;
	opacity : .6;
}



.index-useful__hdg .is-disabled .text {
	color: #888;
}

.index-useful__hdg .is-disable{
	background: #dbdbdb;
	pointer-events: none;
}

.index-useful__hdg .is-disabled  {
	background : #e0e0e0;
	pointer-events : none;
	box-shadow : none;
	border-radius : 20px;
}
.index-useful__hdg .is-disabled a {
	pointer-events : none;
	box-shadow : none;
	opacity : .6;
}

/***** IE ********/
@media all and (-ms-high-contrast: none) {
	.index-login-fixed-nav__hdg a {
	    height: 85px;
	}

	.ie_padding_right_0{
	   	margin-left:0px;
	}

	.pc_padding_left_0 {
		padding-left: 15px;
	}

	.ie-padding-right-0 {
		padding-right: 0px;
	}

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

		.row {
			margin-right: -15px;
		}

		#loadingDialog .alert.alert-info {
			margin-right: 18px;
		}
	}
}

/****** Chrome ***********/
@media screen and (-webkit-min-device-pixel-ratio:0){
	@media screen and (max-width: 767px) {
		.row {
			margin-right: 15px;
		}

		.row.index-recommend {
		}
	}

	@media screen and (min-width: 768px) {
		.chrome_padding_left_0{
	    	padding-left: 0;
		}

		.chrome_padding_left_15{
	    	padding-left: 15px;
		}

		.myportal-ready-menu {
			width: auto;
		}
	}
}
@media screen and (max-width: 450px) {
	.index-login-fixed-nav .index-login-fixed-nav__hdg a{
		padding: 25px 0 25px 40px;
		font-size: 12px;
	}
	.index-register__nav-login .item a .sub br{
		display: none;
	}
}
/******* Safari *********/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root body {
		font-family: "Meiryo", Verdana , sans-serif;
		line-height: 135%;
		background: #FFF;
		color: #333;
	}
}


.oss_border {
	width: 95%;
	noshade;
	color: #ff5900;
	background: #ff5900;
}
