@charset "utf-8";
body {
	font-family: 'Open Sans', sans-serif !important;
}
ul,
li {
    list-style: none;
    margin: 0;
	padding: 0;
}
p {
    margin: 0;
	padding: 0;
}
.esim-login {
	padding-bottom: 60px;
}
#login-box.esim-login #main {
	margin: 60px auto 0;
	float: none;
}
.esim-login-notice {
	font-size: 14px !important;
}

.veri-text {
	font-size: 14px !important;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
.veri-guide {
	text-align: center;
	color: #3333;
}
.veri-guide:before {
    content: "\f059";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #333;
    font-size: 14px;
    margin-right: 2px;
}
.esim-login a:hover {
	text-decoration: underline !important;
}
.veri-send {
	text-align: center;
	margin: 30px auto 0;
}
.veri-send a {
	color: #F53D7E;
	padding: 12px 50px;
	box-sizing: border-box;
	border: 1px solid #F53D7E;
}
.veri-send a:hover {
	color: #FFF;
	background-color: #F53D7E;
	text-decoration: none !important;
}
.esim-login input[name="verification"] {
	font-size: 14px;
    margin: 0 auto;
}
#login-box.esim-login #main a {
	font-weight: normal;
	text-decoration: none;
}
.esim-contract {
    font-size: 13px;
	line-height: 1.5;
    border: 1px solid #DBDBDB;
    padding: 20px;
    margin-top: 20px;
}
.esim-contract dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.esim-contract dt {
    	width: 30%;
}
.esim-contract dd {
		width: 70%;
}
.esim-notice {
	font-size: 12px !important;
	margin-top: 10px;
}
.form-control {
	appearance: none;
}
.cashless-notice dl {
	color:#ff0000;
	font-size:12px;
	margin-bottom:10px;
}
.cashless-notice dt {
	font-weight: bold;
	margin-bottom:5px;
}
.form-card p.text-confirm + label + .text-required {
    margin-top: 15px;
}
.select-1 .btn-group .no-check {
	color: #9e9e9e;
	pointer-events: none;
}
.select-1 .btn-group .no-check:before {
	color: #9e9e9e;
}
.name-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.name-box .text-confirm {
    width: 49%;
	margin-bottom: 5px !important;
}
.agree-notice {
	font-size: 14px;
	color: #d44a4a;
	border: 1px solid #f38585;
    margin-bottom: 25px;
    padding: 15px 20px;
    border-radius: 4px;
}
.agree-notice p {
	font-weight: bold;
}
.agree-notice ul li {
	list-style: disc;
	margin-left: 15px;
}
.esim-complete {
    text-align: center;
}
.esim-complete .reservation-num {
	font-size: 15px;
}
.esim-complete .messege01 {
	font-size: 16px;
	padding: 15px 0 30px;
}
.esim-complete .messege02 {
	font-size: 14px;
	padding: 30px 10px;
}
.esim-complete .messege03 {
	font-size: 15px;
	padding: 30px 10px;
}
.esim-complete .messege-error {
	padding: 30px 0;
}
.esim-maintenance {
    text-align: center;
}
.esim-maintenance-date {
	color: #d44a4a;
	border: 1px solid #f38585;
    border-radius: 4px;
	padding: 15px 20px;
	margin: 20px 0;
}
.esim-maintenance .messege01 {
	font-size: 18px;
}
.esim-maintenance .messege02 {
	line-height: 1.5;
}
@media(max-width:767px) {
	.modal-content {
        width: 100% !important;
    }
    .name-box {
		flex-direction: column;
	}
	.name-box .text-confirm {
		width: 100%;
		margin-bottom: 10px !important;
	}
}
@media(min-width:767px) {
	.esim-login #main {
		width: 60%;
	}
	.esim-login-notice {
		text-align: left;
	}
    .esim-contract dt {
   		width: 15%;
	}
	.esim-contract dd {
		width: 85%;
	}
}

/* header.html修正 */
#login-box p {
	font-size: 12px;
	margin-bottom: 0;
}
#footer{
	padding-bottom:0 !important
}

/*
ログイン
********************************************/

.ttl-box h1 {
	margin-bottom: 0;
}
.login-esim {
	padding-bottom: 30px;
}
#login-box.login-esim #main {
	margin: 60px auto 0;
	float: none;
}
.login-esim p {
    margin-bottom: 0 !important;
	font-size: 12px;
}
@media(min-width:767px) {
		.login-esim #main {
		width: 60%;
	}
}

/*
契約詳細 
********************************************/
.esim-container {
	width: 960px;
	margin: 0 auto;
}
@media(max-width:990px) {
	.esim-container {
		width: 100%;
		padding: 0 10px;
	}
}
.esim-container .box-breadcrumbs {
	font-size: 12px;
    margin: 0 0 15px 0;
}

/*
予約詳細ページ
********************************************/
.esim-box {
    font-size: 14px;
    border-top: 4px solid #6b86a0;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    padding: 20px;
    margin-bottom: 30px;
    box-sizing: border-box;
    border-radius: 5px;
}
.esim-box-inner:not(:last-child) {
    margin-bottom: 40px;
}
.esim-title {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.esim-table-con {
    width: 100%;
	font-size: 14px;
    border: 1px solid #999999;
}
.esim-table-con th,
.esim-table-con td {
    padding: 10px;
    box-sizing: border-box;
	font-weight: normal;
}
.esim-table-con th {
    width: 20%;
    background-color: #f0f0f0;
}
.esim-table-con tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.esim-table-con.number {
	margin-bottom: 20px;
}
.esim-table-con.number td {
	display: flex;
	flex-direction: row;
}
.esim-box-qr {
    width: 100%;
    border: 1px solid #999999;
    padding: 20px 20px 0;
    box-sizing: border-box;
}
.esim-box-qr .qr-num {
    width: 100%;
    color: #FFF;
	font-size: 18px;
	font-weight: normal;
    background-color: #333;
    padding: 5px 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.esim-box-qr .qr-icon {
    margin-bottom: 15px;
    display: flex;
}
.esim-box-qr .qr-info {
    display: flex;
}
.esim-box-qr .qr-info img {
    width: 15%;
    height: 15%;
}
.esim-box-qr .qr-text {
    padding-left: 20px;
}
.esim-box-qr .qr-text .qr-device {
	margin-top: 20px;
}
.esim-box-qr .qr-text .qr-device span {
    background-color: #3c3c3c;
	border-radius: 50px;
	color: #FFF;
	padding: 1px 20px;
}
.esim-box-qr .qr-text .qr-activate {
	box-sizing: border-box;
	margin-top:10px;
	list-style: none;
}
.esim-box-qr .qr-text .qr-activate li {
	word-break: break-all;
}
.esim-box-qr .qr-text .qr-title {
	font-weight: bold;
	margin-top: 10px;
}
.esim-list-qr {
    padding-bottom: 20px;
}
.esim-container .esim-lead {
    margin-bottom: 10px;
}
.esim-icon {
	display: block;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    padding: 1px 0;
    border-radius: 3px;
	margin-left: 10px;
}
.esim-icon.completed {
	width: 130px;
    background-color: #216dc4;
}
.esim-icon.restricted {
	width: 130px;
    color: #cf1e1e;;
    border: 1px solid #cf1e1e;
}
.esim-icon.notpaid {
	width: 120px;
    background-color: #e08f16;
}
.esim-icon.proceeding {
	width: 150px;
    background-color: #e08f16;
}
.esim-icon.stop, 
.esim-icon.cancel {
	width: 130px;
    background-color: #db5673;
}
.qr-icon .esim-icon {
	margin-left: 0px;
    margin-right: 5px;
}
@media(max-width:767px) {
	.esim-icon {
		margin-top: 5px;
		margin-left: 0;
	}
	.esim-table-con.number td {
		flex-direction: column;
	}
	.qr-notice,
	.esim-box-qr .qr-text .qr-activate li {
		text-align: center;
	}
	.esim-box-qr .qr-text .qr-device {
		text-align: center;
	}
	.esim-box-qr .qr-icon {
		justify-content: center;
	}
}
.esim-btn-01 a {
    display: block;
    width: 200px;
    color: #FFF;
    text-align: center;
    background-color: #265e95;
    text-decoration: none;
    border-radius: 50px;
    padding: 10px 0;
    margin-top: 20px;
}
.esim-btn-01 a {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}
.esim-btn-01 a:hover {
    color: #FFF;
    background-color: #5589bd;
	text-decoration: none;
}
.esim-btn-01 a:before {
    content: '';
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
}
.esim-btn-02 a {
    display: block;
    width: 190px;
    color: #212529;
    text-align: center;
    background-color: #eaeaea;
	border: 1px solid #999999;
    text-decoration: none;
    padding: 10px 0;
    margin-top: 20px;
}
.esim-btn-02 a {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}
.esim-btn-02 a:hover {
    background-color: #999999;
	color: #212529;
	text-decoration: none;
}
.esim-btn-02 a:before {
    content: '';
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 2px #212529;
    border-right: solid 2px #212529;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
}
.esim-box-link {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.esim-box-link li {
    width: 25%;
    margin: 0 10px;
}
.esim-box-link li a {
    display: block;
	position: relative;
    color: #333;
    text-align: center;
    text-decoration: none;
    padding: 15px;
    box-sizing: border-box;
    background-color: #e4e4e4;
	border: 1px solid #999999;
}
.esim-box-link li a:hover {
    background-color: #c6c6c6;
}
.esim-box-link li a:before {
    content: '';
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 2px #999999;
    border-right: solid 2px #999999;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
}
.esim-box-receipt {
	margin-top: 20px;
}
.esim-box-receipt input {
	width: 320px;
	font-size: 13px;
	margin: 5px 0 15px;
}
.esim-box-receipt .receipt-text {
	margin: 20px 0 10px;
}
.esim-box-receipt ul li {
	list-style: disc;
	margin-left: 20px;
}
@media(max-width:767px) {
	.esim-table-con th {
        width: 40%;
        background-color: #f0f0f0;
    }
    .esim-box-qr .qr-info {
    	flex-direction: column;
	}
    .esim-box-qr .qr-info img {
        width: 100px;
        height: 100px;
		margin: 20px auto;
    }
    .esim-box-link {
        display: flex;
        flex-direction: column;
    }
    .esim-box-link li {
        width: 100%;
        margin: 0;
    }
    .esim-box-link li:not(:last-child) {
        margin-bottom: 15px;
    }
    .modal.esim-data .modal-content {
    padding: 0 0 !important;
    }
	.esim-btn-01 {
		text-align: center;
	}
}
@media(max-width:390px) {
	.esim-box-receipt input {
		width: 100%;
	}
}
.modal.esim-data .esim-table-con th,
.modal.esim-data .esim-table-con td {
	font-weight: normal;
    padding: 5px;
    box-sizing: border-box;
}
.modal.esim-data .modal-footer button {
	width: 120px;
	font-size: 14px;
    background: #e4e4e4;
	margin: 0 auto;
}
.modal.esim-data .modal-footer .btn-quit {
	display: inline-block;
    margin-right: 10px;
}
.modal.esim-data .modal-footer .btn-print {
	display: inline-block;
    background: #265e95;
    color: #FFF;
}

/* modal */
.modal-open {
	overflow: auto;
    padding-right:0px !important;
}
.modal-header{
	background:#FAFAFA;
	border-radius:0;
	padding: 0;
}
.modal-header .close{
	color:#F53D7E;
	font-size:24px;
	padding:0 !important;
	opacity:1.0;
	position: absolute;
	top:23px;
	right:25px;
}
.modal-header .close span{
	font-weight:bold;
}
.modal-header.sticky-top{
	margin-right:0 !important;
}
.modal-content{
	border-radius:0;
}
.modal-body h1{
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
	color:#000;
}
.modal-body-number:before {
    content: "Bus No. ";
    font-size:12px;
    font-weight: normal;
}
.modal-body h2{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
.modal-body h2.busstop-detail-midashi {
    background-color: #333;
    color: #FFF;
    padding: 2px 2px 2px 5px;
}
.modal-body .busstop-detail-pref {
    color: #212529;
    font-weight: bold;
    margin:10px 0 0;
}
.modal-body .h1-sub{
	font-size:12px;
	font-weight:bold;
	color:#999;
	line-height:1.5;
	display: inherit;
	margin-bottom:15px;
}
.modal-body .activation-date{
	font-size:12px;
	color:#666;
	margin-bottom:20px;
}
.modal-body.recipient{
    height: 130px;
    font-size: 16px;
    text-align: center;
    margin: 15px;
    box-sizing: border-box;
    overflow-y: hidden;
}
@media(max-width:480px) {
    .modal-body.recipient{
        height: 160px;
    }
}
.modal-body .recipient-text1{
    margin-bottom: 20px;
	color: #cc0000;
}
.modal-body .recipient-name{
    font-size: 20px;
}
.modal-body .recipient-name:after{
    content: "先生/小姐";
    font-size: 20px;
    margin-left: 5px;
}
.modal-body .recipient-text1:before{
    content: "\f06a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #cc0000;
    margin-right: 5px;
}
.modal-body label{
	font-size:12px;
	font-weight:bold;
}
.modal-body dt,
.modal-body dd,
.modal-body li{
	font-size:12px;
}
.modal-body .plan-label{
	padding:4px 6px;
	font-size:12px;
	line-height:1.0;
	vertical-align: 0px;
}
.modal-body .carousel{
	margin-bottom:40px;
}
.modal-footer{
	display:block;
	border-top:none;
	text-align:center !important;
	position: sticky;
	position: -webkit-sticky;
	bottom: 0;
	width: 99.5%;
	background: rgba(255,255,255,0.8);
	z-index:10;
}
.modal-footer button{
	background:#F53D7E;
}
.modal-title {
	font-size: 16px;
    font-weight: bold;
    padding: 10px 10px 10px 15px;
}
#modal-veri .modal-footer button {
    width: 150px;
}
#modal-veri .modal-title {
	font-size: 14px;
}
.modal-list-nomail li {
	list-style: disc;
	margin-left: 15px;
}
.modal-list-nomail li:nth-child(n+2) {
	margin-top: 5px;
}

/* header */
.esim-header .esim-container {
	width: 960px;
	margin: 0 auto 20px;
}
.esim-header .esim-container h1 {
	margin-bottom: 0;
}
@media(max-width:990px) {
	.esim-header .esim-container {
		width: 100%;
		padding: 0 10px;
	}
}

/* footer */
.foot-tw {
	width: 100%;
}
.foot-tw > div {
    width: 960px;
    margin: 0 auto;
    clear: both;
}
.foot-tw {
	background-color:#666;
	background: url(/st/3/en/pc/img/new-img/bottom-footer-bg.jpg) repeat-x scroll center top;
	padding: 15px 0;
	margin-top: 20px;
	color:#FFF;
	text-align: center;
}
.foot-tw .foternav {
	clear: both;
	padding-bottom:15px;
}
.foot-tw .foternav ul {
	margin: 5px 0;
	text-align: center;
}
.foot-tw .foternav li {
	display: inline;
	padding: 0 5px 0 8px;
	border-left: 1px solid #999999;
	font-size:14px;
}
.foot-tw .foternav li:first-child{
	border-left: none!important;
}

.foot-tw .foternav li  a{
	color:#FFF;
	text-decoration:none;
}
.foot-tw .foternav li a:link{
	color:#FFF!important;
	text-decoration:none;
}
.foot-tw .foternav li a:visited{
	color:#FFF!important;
	text-decoration:none;
}
.foot-tw .foternav li a:hover{
	color:#FFF!important;
	text-decoration:underline;
}
.foot-tw .foternav li a:active{
	color:#FFF!important;
	text-decoration:none;
}
.foot-tw .copyright p {
	margin: 15px 0;
	text-align: center;
}
.foot-tw .site a {
	margin-left: 5px;
}
.foot-tw .site img {
	margin-left: 10px;
}
.foot-tw .site a img {
	margin-left: 0;
}
.foot-tw small {
	font-size: 10px;
}
.foot-tw .w-group a {
	color: #666;
	text-decoration: none;
}
.foot-tw .w-group a:hover {
	text-decoration: underline;
}
.foot-tw {
	min-height: auto;
}
@media(max-width:992px) {
	.foot-tw > div {
		width: 100%;
	}
	.foot-tw {
		padding: 15px;
		box-sizing: border-box;
	}
	.foot-tw .foternav li a:link {
		line-height: 1.8;
	}
}
.foot-tw .foternav li {
	font-size: 12px;
}
@media(max-width:767px) {
	.foot-tw {
        width: 100%;
    }
}