<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* モーダル */
.popupModal1 &gt; input { /* ラジオボックス非表示 */
    display: none;
}
.popupModal1 &gt; input:nth-child(1) + label {
    cursor: pointer;
}
.modalPopup2 { /* 初期設定 ポップアップ非表示 */
    display: none;
}
.popupModal1 &gt; input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {/* ラジオ１ チェックでポップアップ表示 */
    display: block;
    z-index: 998;
    position: fixed;
    width: 90%;
    height: 80%;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    margin-top: 30px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 10px 20px;
    overflow: hidden;
}
/* PCのときはページの真ん中の600x600領域 */
.popupModal1 &gt; input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
         width: 600px;
         height: 328px;
         padding: 30px;
    }
.popupModal1 &gt; input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
     left: 50% !important;
     top: 50% !important;
     margin-left: 270px !important;
     margin-top: -310px !important;
}


.popupModal1 &gt; input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 &gt; div {/* */
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.popupModal1 &gt; input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 &gt; div &gt; iframe {
    width: 100%;
      height:100%;
      border:none;
      display:block;
}

.popupModal1 &gt; input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 &gt; div &gt; img {/* ポップアップの中の要素 */
max-width: 100%;
}
.popupModal1 &gt; input:nth-child(1) + label ~ label {
    display: none;/* ラジオ１ 以外のラベルを初期は非表示 */

}
.popupModal1 &gt; input:nth-child(1):checked + label + input:nth-child(3) + label {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 997;
    text-indent: -999999px;
    overflow: hidden;
    animation: fadeIns 1s ease 0s 1 normal;
}
.popupModal1 &gt; input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    display: inline-block;
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 999;
    width: 44pt;
    height: 44pt;
    font-size: 40px;
    border-radius: 50%;
    line-height: 258pt;
    text-align: center;
	color: #589BDA;
}

.popupModal1 &gt; input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
.popupModal1 &gt; input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 { /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
    display: none;
}


.modalPopup2 {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@keyframes fadeIns {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIns {
    0% {opacity: 0}
	80% {opacity: 0}
    100% {opacity: 1}
}
.popupModal1 {
    position: relative;
}
.ok {
    position: absolute;
    top: 480px;
    right: 185px;
    font-size: 16px;
    line-height: 42px;
    width: 260px;
    height: 40px;
    display: block;
    color: #fff;
    background: url(/resources/img/common/sprite_btn.png) no-repeat -194px -304px;
    animation: fadeIn 1s ease 0s 1 normal;
}
.popupModal1 .modalTitle {
     padding-bottom: .5em;
     margin: .5em 0;
     border-bottom:
     1px solid #ccc;
     font-weight: bold;
}
.popupModal1 .modalMain {
     color:#222;
     text-align: left;
     font-size: 14px;
     line-height: 1.8em;
}

.modalPopup3 h2::before {
	content: "";
	width: 20px;
	height: 19px;
	background: url(/resources/img/semihall/icn_attention.png) center center /contain no-repeat;
	float: left;
	margin-right: 8px;
    margin-top: 5px;
}

.popupModal1 .modalMain .incorrect::before {
    content: "";
    width: 10px;
    height: 10px;
    background: url(/resources/img/semihall/icn_incorrect.png) center center /contain no-repeat;
    float: left;
    margin-right: 4px;
    margin-top: 7px;
}
/* login
--------------------------------------------*/
.login .form_wrap th{
	width: 223px;
	height: 90px;
	padding-left: 20px;
}
.login .form_wrap td{
	padding-left: 34px;
	padding-right: 34px;
	vertical-align: middle;
}
.login .form_wrap td input{
	width: 100%;
/* 	height: 30px; */
}
.login .form_wrap td input:disabled {
    background-color: #f1f2f4;
    color: #ccc;
}

.login .other_account{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 123px;
	padding-top: 50px;
	border-top: 1px dotted #c8ced6;
}
.login .other_account h3{
	font-size: 16px;
	line-height: 1;
	margin-bottom: 30px;
}
.login .other_account .login_sns li{
	width: 180px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	text-align: left;
	border: 1px solid #dbdbdb;
    margin-bottom: 10px;
}
.login .other_account .login_sns li a{
	display: block;
	padding-left: 40px;
}
.login .other_account .login_sns li.fb  {
    width: 200px;
}
.login .other_account .login_sns li.passnavi {
    width: 190px;
}

.login .other_account .login_sns li.tw a{
	background: url(/resources/img/common/icn_login_tw_l.gif) no-repeat 5px center;
}
.login .other_account .login_sns li.fb a{
	background: url(/resources/img/common/icn_login_fb_l.gif) no-repeat 5px center;
}
.login .other_account .login_sns li.passnavi a{
	background: url(/resources/img/common/icn_login_pn_l.gif) no-repeat 5px center;
}
.login .other_account .login_sns li.line a{
	background: url(/resources/img/common/icn_login_line_l.png) no-repeat 5px center;
}
.login .other_account .login_sns li.apple .apple_signin_btn {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.login .other_account .login_sns li.apple .apple_signin_btn div {
	max-width: unset !important;
	min-width: unset !important;
	max-height: unset !important;
	min-height: unset !important;
}
.login .other_account .login_sns li.apple .apple_signin_btn div div {
	top: 0px;
	left: 0px;
	padding-right: 0px !important;
	padding-left: 0px !important;
	display: none !important;
	position: relative;
}
.login .other_account .login_sns li.apple .apple_signin_btn div::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 8px;
    top: 8px;
    background: url(/resources/img/common/icn_login_apple.png) center center / contain no-repeat;
    pointer-events: inherit;
}
.login .other_account .login_sns li.apple .apple_signin_btn div::after {
	content: "Apple IDでログイン";
    position: absolute;
    left: 40px;
	top: 0px;
    pointer-events: inherit;
}
.login .other_account .login_sns li a:hover{
	text-decoration: none;
}

/* ログイン・新規会員登録
--------------------------------------------*/
.login .col2{
	width: 470px;
	min-height: 320px;
	padding: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.login .col2 h3{
	text-align: center;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 30px;
}
.login .col2.fright h3{
/* 	margin-bottom: 20px; */
}
.login .login_col2 input{
	width: 100%;
	margin-bottom: 10px;
}
.login .login_col2 .login_btn{
	margin-top: 20px;
}
.login .login_col2 .other_account{
	margin-top: 54px;
	margin-bottom: 0;
}
.login .login_col2 .other_account h3{
	font-size: 16px;
}
.login .login_col2 .other_account .login_sns li{
	width: 200px;
	height: 45px;
	line-height: 45px;
	font-size: 12px;
	margin-bottom: 5px;
}
.login .login_col2 .other_account .login_sns li a{
	display: block;
	padding-left: 45px;
}
.login .login_col2 .other_account .login_sns li.tw a{
	background: url(/resources/img/common/icn_login_tw_l.gif) no-repeat 9px center;
}
.login .login_col2 .other_account .login_sns li.fb a{
	background: url(/resources/img/common/icn_login_fb_l.gif) no-repeat 9px center;
}
.login .login_col2 .other_account .login_sns li.passnavi a{
	background: url(/resources/img/common/icn_login_pn_l.gif) no-repeat 9px center;
}
.login .login_col2 .other_account .login_sns li.line a{
	background: url(/resources/img/common/icn_login_line_l.png) no-repeat 9px center;
}
.login .login_col2 .other_account .login_sns li.passnavi,
.login .login_col2 .other_account .login_sns li.fb {
	margin-bottom: 0;
}
.login .login_col2 .other_account .login_sns li.passnavi {
    display: block;
}
.login .login_col2 .other_account .login_sns li.apple {
    background: url(/resources/img/common/icn_login_apple_l.png) 9px center / contain no-repeat;
    background-size: 26px 26px;
}
.login .login_col2 .about{
	padding-top: 50px;
	padding-bottom: 165px;
	clear: both;
}

/* duplication_einaviid */
.modal {
    z-index: 9999;
}
.modal.modalbg {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0, .8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
    width: 100%;
    height: 100%;
}
.modal.modalcont {
    width: 550px;
    height: 350px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    margin: -175px 0 0 -275px;
    padding: 40px;
    box-sizing: border-box;
}
.modal.modalcont .txt {
	font-size: 16px;
	margin-bottom: 40px;
}
.junkaijou .notification {
	margin: 30px 120px;
	background-color: #fff;
	padding: 20px;
	border: #419ddf solid 1px;
}
.junkaijou .notification p {
	color: #333333;
    letter-spacing: 0.02em;
    line-height: 1.6;
    font-size: 15px;
}
.junkaijou .notification .attention {
	margin-top: 16px;
	font-weight: bold;
}
.junkaijou .notification .attention::before {
	content: "";
	width: 20px;
	height: 19px;
	background: url(/resources/img/semihall/icn_attention.png) center center /contain no-repeat;
	float: left;
    margin-right: 8px;
}
.junkaijou .notification .attention a {
	color: #419ddf;
}
.junkaijou .cmn_form th {
	position: relative;
}
.junkaijou .cmn_form .kaijyou_note{
	content: "";
	width: 20px;
	height: 20px;
	background: url(/resources/img/common/icn_form_note.png) center center /contain no-repeat;
	position: absolute;
	top: calc(50% - 10px);
	left: 200px;
	display: block;
	cursor: pointer;
}
.junkaijou .cmn_form .info_note {
	position: absolute;
    padding: 25px;
	top: 65px;
	left: 225px;
    background: #fff;
    float: left;
    z-index: 100;
    width: 520px;
    border: #dddddd solid 1px;
	display: none;
	cursor: pointer;
	transition: 0.3s;
}
.junkaijou .cmn_form .info_note.mailadd.open {
	display: block;
	transition: 0.3s;
}
.junkaijou  .cmn_form .info_note.pwd.open {
	display: block;
	transition: 0.3s;
}
.junkaijou .cmn_form .info_note dl {
	color: #333333;
    font-weight: normal;
    font-size: 13px;
}
.junkaijou .cmn_form .info_note_1 {
	padding-bottom: 25px;
}
.junkaijou .cmn_form .info_note_2 {
	padding-top: 25px;
	border-top: #dddddd solid 1px;
}
.junkaijou .cmn_form .info_note dt {
	font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
}
.junkaijou .cmn_form .info_note dd {
    line-height: 1.87;
}
.junkaijou .cmn_form .info_note  .close_note {
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
}
.junkaijou .btn_b_10 {
    width: 320px !important;
	height: 60px !important;
}

.junkaijou .btn_b_10 input {
	border-radius: 9999px;
    background: #469edd;
    width: 320px !important;
    height: 60px !important;
    /* background: url(/resources/img/form/step2_btn.png) center center /contain no-repeat !important; */
    background: url(/resources/img/form/step2_btn_default.png) center center /contain no-repeat !important;
    border: none !important;
    color: #fff !important;
    font-size: 16px !important;
    letter-spacing: 0.025em !important;
    /* padding-top: 24px; */
    font-weight: bold;
}
.junkaijou .btn_b_10 input:hover {
	background: #4090ca;
}


.login_btn input:disabled {
    background: #D3D6DB;
    border-radius: 100px;
    pointer-events: none;
}
.errorbox .btn_reload {
    height: 0;
}
.errorbox .btn_reload a {
    position: relative;
    display: block;
    width: 120px;
    height: 22px;
    font-size: 10px;
    line-height: 22px;
    color: #fff;
    background-color: #3D9AE0;
    border-radius: 100px;
    margin: 8px auto 0;
    transition: all .3s;
}
.errorbox .btn_reload a:hover {
    text-decoration: none;
    background-color: #3B8FCC;
}
.errorbox .btn_reload a::before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background: url(/resources/img/common/icn_reload.png)no-repeat;
    background-size: 100%;
}
</pre></body></html>