@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

body {
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	box-sizing: border-box;
}

a {
	color: #6D6E71;
}

a > img {
	transition: 0.3s;
	opacity: 1;
}

.container {
	max-width: 1400px;
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

h2.htw_ttl {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 30px;
}

h2.htw_ttl.cntr {
	text-align:center;
}

.header {
	box-shadow: 0px 0px 10px 0px #e9e9e9;
}

.header .container{
	display: flex;
	height: 60px;
	align-items: center;
}

.header nav{
	margin-left:auto;
}

.header nav ul{
	display:flex;
	margin: 0 0 0 0;
}

.header nav ul li{
	margin: 0 10px;
}

.header nav ul li a{
	display:block;
	color:#000;
}

.header .header_logo {
	max-width: 240px;
}

.header .header_logo a{
	display:block;
}

.pg_sngl_trm {
	padding:60px 0;
}

.pg_sngl_trm.terms {

}

.pg_sngl_trm.terms .trms_top{
	display:flex;
	position:relative;
}

.pg_sngl_trm.terms .trms_top .trms_img {
	width: 240px;
	margin-right: 30px;
	cursor: pointer;
	color: #666;
	padding: 20px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background: #F5F6F6;
	border-radius: 0;
	border: none;
}

.pg_sngl_trm.terms .trms_top .trms_img.hide {
	position: relative;
}

.pg_sngl_trm.terms .trms_top .trms_img.hide:after {
	content:"";
	background:#FFF;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}

.pg_sngl_trm.terms .trms_top .trms_img .trms_clck {
	display: block;
	padding-right: 30px;
	position:relative;
}

.pg_sngl_trm.terms .trms_top .trms_img .trms_clck .img {
	display: flex;
	height: 120px;
	align-items: center;
	overflow: hidden;
}

.pg_sngl_trm.terms .trms_top .trms_img .trms_clck .img img{
	width:100%;
}

.pg_sngl_trm.terms .trms_top .trms_img .trms_clck:after {
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 16px 10px 0 10px;
	border-color: #F66401 transparent transparent transparent;
	position: absolute;
	right: 0;
	top: calc(50% - 8px);
}

.pg_sngl_trm.terms .trms_top .trms_img:hover .trms_clck:after {
	border-color: #b6b7b8 transparent transparent transparent;
}

.pg_sngl_trm.terms .trms_top .trms_img h3 {
	display: flex;
	text-align: center;
	font-weight: bold;
	height: 30px;
	justify-content: center;
	align-items: end;
}

.pg_sngl_trm.terms .trms_top .trms_right {
	width: calc(100% - 270px);
	display: flex;
	flex-wrap: wrap;
	background: #F5F6F6;
	padding: 20px;
}

.pg_sngl_trm.terms .trms_top .trms_right.fixed {
	position: fixed;
	z-index: 9;
	top: 0;
	width: 100%;
	padding: 0 20px;
	height: 100px;
	align-content: center;
	max-width: 1400px;
	left: auto;
	right: auto;
    z-index: 99;
}

.pg_sngl_trm.terms .trms_top .trms_right.fixed:after {
	content: "";
	background: #FFF;
	width: 100%;
	height: 20px;
	position: absolute;
	top: 100%;
	left: 0;
}

.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr.fxd {
	display:none;
}

.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr.fxd.fixed {
	position: fixed;
	top: 120px;
	z-index: 10;
	left: auto;
	width: 1400px;
	right: auto;
	display:flex;
}

.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr.fxd.fixed td{
	width: calc((100% - 80px) / 8);

}

.pg_sngl_trm.terms .trms_top .trms_right .slctbx {
	width: calc((100% / 3) - 20px);
	text-align: center;
	margin-right: 30px;
	margin-bottom: 20px;
	position:relative;
}

.pg_sngl_trm.terms .trms_top .trms_right .slctbx .slctopt {
	height: 60px;
	position:absolute;
	background:#FFF;
	padding: 0 10px;
	width:100%;
	z-index: 8;
	overflow: hidden;
	border:1px solid #e1e1e1;
    display: flex;
    flex-wrap: wrap;
}

.pg_sngl_trm.terms .trms_top .trms_right .slctbx .slctopt:after{
	content:"";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 12px 7px 0 7px;
	border-color: #F66401 transparent transparent transparent;
	transform: rotate(0deg);
	position: absolute;
	top: 0;
	right: 5px;
	top: 24px;
    z-index: 10;
}

.pg_sngl_trm.terms .trms_top .trms_right .slctbx .slctopt:before {
    content: "";
    position: absolute;
    height: 60px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.pg_sngl_trm.terms .trms_top .trms_right .slctbx .slctopt.open {
	height: auto;
	z-index: 9;
    max-height: 50vh;
    overflow-y: scroll;
}

.pg_sngl_trm.terms .trms_top .trms_right .slctbx .slctopt.open:after{
	border-width: 0 7px 12px 7px;
	border-color: transparent transparent #FF4532 transparent;
}

.pg_sngl_trm.terms .trms_top .trms_right .slctbx .slctopt .spnopt {
    display: block;
    line-height: 40px;
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    position: absolute;
    width: 100%;
    background: #FFF;
    left: 10px;
    z-index: 8;
    top: 0;
}

.pg_sngl_trm.terms .trms_top .trms_right .slctbx .slctopt .spnopt:first-child {
    z-index: 9;
}

.pg_sngl_trm.terms .trms_top .trms_right .slctbx .slctopt.open .spnopt {
    position: relative;
    left: 0;
}

.pg_sngl_trm.terms .trms_top .trms_right .slctbx .slctopt .spnopt:before {
    content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}

.pg_sngl_trm.terms .trms_top .trms_right .slctbx .slctopt .spnopt:has(span) {
    line-height: 20px;
}

.pg_sngl_trm.terms .trms_top .trms_right .slctbx .slctopt .spnopt span {
    display: block;
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.pg_sngl_trm.terms .trms_top .trms_right .slctbx .slctopt .spnopt:last-child {
	border-bottom:none;
}

.pg_sngl_trm.terms .trms_top .trms_right .slctbx:nth-child(3n) {
	margin-right: 0;
}

.pg_sngl_trm.terms .trms_top .trms_right .slctbx:nth-last-child(1),
.pg_sngl_trm.terms .trms_top .trms_right .slctbx:nth-last-child(2),
.pg_sngl_trm.terms .trms_top .trms_right .slctbx:nth-last-child(3) {
	margin-bottom: 0;
}

.pg_sngl_trm.terms .trms_top .trms_right.fixed .slctbx{
	width: calc(20% - 8px);
	margin-right: 10px;
	margin-bottom: 0;
    height: 60px;
}

.pg_sngl_trm.terms .trms_top .trms_right.fixed .slctbx:nth-child(3n) {
	margin-right: 10px;
}

.pg_sngl_trm.terms .trms_top .trms_right.fixed .slctbx:nth-child(5n) {
	margin-right: 0;
}

.pg_sngl_trm.terms .trms_top .trms_right .slctbx label {
	font-weight: normal;
	display: none;
	color: #797a7a;
	font-size: 14px;
	margin-bottom: 10px;
}

.pg_sngl_trm.terms .trms_top .trms_right .slctbx select {
	display: block;
	width: 100%;
	text-align: center;
	height: 40px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 500;
	color: #1B1004;
}

.pg_sngl_trm.terms #options-table {
	margin-top:60px;
	margin-bottom:110px;
}

.pg_sngl_trm.terms #options-table .table_prc{

}

.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr{
	display:flex;
}

.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr .tblprc_td {
	border-left: none;
	border-right: 1px solid #b6b7b8;
	text-align: center;
	padding: 10px 0;
	width: calc((100% - 80px) / 8);
}

.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr .tblprc_td:first-child{
	text-align: right;
	padding: 10px 10px;
	color:#1a1004;
	font-weight:bold;
	width: 80px;
	border-left: 1px solid #b6b7b8;
}

.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr.fxd .tblprc_td,
.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr:nth-child(1) .tblprc_td{
	background: #F5F6F6 !important;
	color: #1a1004;
	font-size: 14px;
	font-weight: bold;
	height: 60px;
	border-bottom: 1px solid #b6b7b8;
	border-top: 1px solid #b6b7b8;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr:last-child .tblprc_td{
	border-bottom: 1px solid #b6b7b8;
}

.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr:nth-child(2n) .tblprc_td {
	background: #FFFFFF;
	cursor:pointer;
	position:relative;
}

.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr:nth-child(2n + 1) .tblprc_td{
	background: #F5F6F6;
	cursor:pointer;
	position:relative;
}

.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr:nth-child(2n + 1):hover .tblprc_td,
.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr:nth-child(2n):hover .tblprc_td {
	background: #ccefff;
}

.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr:nth-child(2n + 1) .tblprc_td:hover,
.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr:nth-child(2n) .tblprc_td:hover {
	background: #00a0e8;
}

.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr:nth-child(2n + 1) .tblprc_td:first-child:hover{
	background: #F5F6F6;
}

.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr:nth-child(2n) .tblprc_td:first-child:hover {
	background:#FFF;
}

.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr:nth-child(2n + 1) .tblprc_td:hover .onepcs,
.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr:nth-child(2n) .tblprc_td:hover .onepcs,
.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr:nth-child(2n + 1) .tblprc_td:hover .price,
.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr:nth-child(2n) .tblprc_td:hover .price {
	color: #FFF;
}

.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr:nth-child(2n + 1) .tblprc_td:has(.selected),
.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr:nth-child(2n) .tblprc_td:has(.selected) {
	background: #00a0e8;
}

.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr:nth-child(2n + 1) .tblprc_td:has(.selected) .price + .onepcs,
.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr:nth-child(2n) .tblprc_td:has(.selected) .price + .onepcs,
.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr:nth-child(2n + 1) .tblprc_td:has(.selected) .price,
.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr:nth-child(2n) .tblprc_td:has(.selected) .price {
	color: #FFF;
}

.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr:nth-child(1) .tblprc_td:nth-child(1):hover,
.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr:nth-child(1) .tblprc_td:nth-child(1),
.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr.fxd .tblprc_td:nth-child(1){
	background:#FFF !important;
	position:relative;
	width: 80px;
}

.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr.fxd .tblprc_td:nth-child(1):after,
.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr:nth-child(1) .tblprc_td:nth-child(1):after {
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 80px 58px 0;
	border-color: transparent #F5F6F6 transparent transparent;
	transform: rotate(0deg);
	position: absolute;
	top: 0;
	right: 0;
}

.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr.fxd .tblprc_td:nth-child(1) .lft,
.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr:nth-child(1) .tblprc_td:nth-child(1) .lft {
	position: absolute;
	color: #1a1004;
	width: 100%;
	font-size: 14px;
	z-index: 2;
	top: 0;
	right: 0;
	text-align: right;
	padding-right:5px;
	padding-top:5px;
}

.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr.fxd .tblprc_td:nth-child(1) .rght,
.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr:nth-child(1) .tblprc_td:nth-child(1) .rght {
	position: absolute;
	color: #666;
	width: 100%;
	font-size: 14px;
	z-index: 2;
	bottom: 0;
	right: 0;
	text-align: left;
	padding-left:5px;
	padding-bottom:5px;
}


.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr .tblprc_td .price {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #00a0e8;
}

.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr .tblprc_td .price > span {
	font-size: 14px;
}


.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr .tblprc_td .price:after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr .tblprc_td .onepcs {
	display: block;
	font-size: 12px;
	color: #999;
	margin-top: 5px;
}

.pg_sngl_trm.terms #product-price{
	display:none;
}

.pg_sngl_trm.terms #selected_price_display + .gotopymntpg{
	background: #F66401;
	color: #FFF;
	border: none;
	box-shadow: none;
	width: 20%;
	font-weight: 500;
	border-radius: 0;
	padding: 0 0;
	height: 50px;
	cursor:pointer;
	display:none;
}

.pg_sngl_trm.terms #selected_price_display:has(.bttmgtpymnt_left) + .gotopymntpg.login {
    background: none;
    color: #000;
    line-height: 1.4;
    font-size: 14px;
}

.pg_sngl_trm.terms #selected_price_display:has(.bttmgtpymnt_left) + .gotopymntpg{
	display:block;
}

.pg_sngl_trm.terms .gotopymntpg:hover{
	opacity:0.75;
}

.pg_sngl_trm.terms .gotopymntpg.login {
	margin-left: auto;
	background: none;
	color: #666;
	height: auto;
	cursor: auto;
}

.pg_sngl_trm.terms .gotopymntpg.login:hover{
	opacity:1;
}

.pg_sngl_trm.terms .gotopymntpg.login a {
	color:#03A0E8;
}

footer.footer{
	background:#153864;
	color:#FFF;
}

footer.footer .copyright{
	font-size:12px;
	text-align:center;
	padding:10px 0;
}

.main {
	padding: 60px 0;
}

.main h2 {
	font-size: 32px;
	font-weight: 500;
	color: #03A0E8;
	line-height: 40px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	/* border-bottom: 1px solid #e3e3e3; */
	text-align: center;
}

.main .terms_list {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0 0;
	padding: 20px;
	background: #F5F6F6;
}

.main .terms_list li {
	margin-right:60px;
	margin-top:60px;
	width:calc(25% - 45px);
	box-sizing: border-box;
	position:relative;
}

.main .terms_list li:after {
	content: "";
	position: absolute;
	right: -29px;
	top: 10px;
	width: 2px;
	height: calc(100% - 20px);
	background: #FFF;
}

.main .terms_list li:before {
	content: "";
	position: absolute;
	top: -29px;
	left: 10px;
	height: 2px;
	width: calc(100% - 20px);
	background: #FFF;
}

.main .terms_list li:nth-child(4n) {
	margin-right:0;
	border-right: none;
}

.main .terms_list li:nth-child(1),
.main .terms_list li:nth-child(2),
.main .terms_list li:nth-child(3),
.main .terms_list li:nth-child(4){
	margin-top:0;
}

.main .terms_list li:nth-child(1):before,
.main .terms_list li:nth-child(2):before,
.main .terms_list li:nth-child(3):before,
.main .terms_list li:nth-child(4):before{
	display:none;
}

.main .terms_list li a {
	color: #666;
	padding: 20px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
	background: #FFF;
}

.main .terms_list li h3 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: auto;
}

.main .terms_list li img {
	margin-bottom: 10px;
	display:block;
}

.pg_sngl_trm.terms .terms_list_bslt {
	display: none;
	flex-wrap: wrap;
	position: absolute;
	background: #F5F6F6;
	padding: 20px;
	border-radius: 10px;
	width: calc(100% - 270px);
	right: 0;
	top: 0;
	z-index:9;
}

.pg_sngl_trm.terms .terms_list_bslt.open {
	display: flex;
}

.pg_sngl_trm.terms .terms_list_bslt li {
	margin-right: 10px;
	margin-bottom: 10px;
	width: calc((100% / 8) - (70px / 8));
	border: 1px solid #b6b7b8;
	box-sizing: border-box;
	border-radius: 0;
	background: #FFF;
}

.pg_sngl_trm.terms .terms_list_bslt li:nth-child(8n) {
	margin-right:0;
}

.pg_sngl_trm.terms .terms_list_bslt li a {
	color: #666;
	padding: 5px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.pg_sngl_trm.terms .terms_list_bslt li h3 {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-top: auto;
}

.pg_sngl_trm.terms .terms_list_bslt li img {
	margin-bottom: 10px;
	display:block;
}

ul.history_list {

}

ul.history_list li {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

ul.history_list li .customer_sec {
	margin-top:20px;
}

ul.history_list li .customer_sec.lft {
	width: calc(60% - 20px);
	margin-right:20px;
	background: #f5f6f6;
	padding: 20px;
}

ul.history_list li .customer_sec.hidden {
	display:none;
}

ul.history_list li .customer_sec .cstmrsc_sub {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dbdcdc;
	display: flex;
}

ul.history_list li .customer_sec .cstmrsc_sub:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

ul.history_list li .customer_sec .cstmrsc_sub .tp {
	color: #797a7a;
	font-size: 14px;
	width: 100px;
}

ul.history_list li .customer_sec .cstmrsc_sub .bttm {
	font-size: 14px;
	margin-left: auto;
	font-weight: 500;
	width: calc(100% - 50px);
}

ul.history_list li .customer_sec .cstmrsc_sub .bttm.prg {
	line-height:1.6;
}



ul.history_list li .customer_sec.rght {
	width: 40%;
	background: #f5f6f6;
	padding: 20px;
}

ul.history_list li .last {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 10px;
}

ul.history_list li .last .prc {
	margin-right: auto;
	font-size: 20px;
	font-weight: bold;
	color: #f99;
}

ul.history_list li .last .time {
	font-size: 14px;
	color: #666;
}

ul.history_list li .order_info .tp {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #b6b7b8;
	font-weight: bold;
}

ul.history_list li .order_info .bttm {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background: #FFFFFF;
}

ul.history_list li .dwnld > a{
	background-color: #03A0E8;
	color: white;
	padding: 14px 20px;
	margin: 20px auto 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	width: 100%;
	max-width: 400px;
	display:block;
	text-align:center;
}

ul.history_list li .dwnld > a{
	background-color: #03A0E8;
	color: white;
	padding: 14px 20px;
	margin: 20px auto 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	width: 100%;
	max-width: 400px;
	display:block;
	text-align:center;
}

ul.history_list li .ttl_ordr {
	width: 100%;
	background: #f5f6f6;
	padding: 20px;
	display:flex;
	flex-wrap:wrap;
	cursor: pointer;
	position: relative;
}

ul.history_list li .ttl_ordr:after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	border-right: 2px solid #797a7a;
	border-bottom: 2px solid #797a7a;
	transform: rotate(45deg);
	bottom: 20px;
	left: calc(50% - 10px);
	transition: 0.2s;
}

ul.history_list li .ttl_ordr.open:after {
	transform: rotate(225deg);
	bottom: 10px;
}

ul.history_list li .ttl_ordr .tp{

}

ul.history_list li .ttl_ordr .tp .nmbr {
	font-size: 22px;
	color: #F76500;
	background-image: linear-gradient(to right, #797a7a 65%, #03A0E8 0 100%, #797a7a 0);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	display:block;
	position:relative;
}

ul.history_list li .ttl_ordr .tp .nmbr .term_nm {
	position: absolute;
	left: calc(100% + 10px);
	width: 100%;
	font-size: 14px;
	top: 6px;
}

ul.history_list li .ttl_ordr .tp .nmbr .term_nm.preparing {
	color: #DB2B39;
}

ul.history_list li .ttl_ordr .tp .nmbr .term_nm.finished {
	color: #51ab46;
}

ul.history_list li .ttl_ordr .tp .time{
	font-size:12px;
	margin-top:10px;
	color:#797a7a;
	display:block;
}

ul.history_list li .ttl_ordr .prc {
	margin-left: auto;
	color: #db2b39;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
}

ul.history_list li .ttl_ordr .prc .prcmn_txt {
	font-size: 14px;
	color: #797a7a;
}

ul.history_list li .ttl_ordr .prc .prcmn_yn {
	font-size: 26px;
}

.pymnt .price_main {
	color: #db2b39;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.pymnt .price_main .prcmn_txt {
	font-size: 14px;
	color: #797a7a;
}

.pymnt .price_main .prcmn_yn {
	font-size: 26px;
}

.pymnt .upload_file {
	margin-bottom: 30px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.pymnt .upload_file input[type="file" i] {
	width: 400px;
	border: 1px solid #b6b7b8;
	border-radius: 0;
	padding: 5px;
	background: #FFF;
	color: #b6b7b8;
}

.pymnt .upload_file button[type="submit"],
.pymnt .upload_file button[type="button"] {
	background: #03A0E8;
	color: #FFF;
	border-radius: 0;
	border: none;
	box-shadow: none;
	margin-left: 10px;
	padding: 0 10px;
}

.pymnt .upload_file {
	margin-bottom: 30px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #F5F5F5;
	padding: 20px;
	justify-content: center;
}

.pymnt .upload_file .mtpl_txt {
	width: 100%;
	text-align: center;
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}

.pymnt .card_dtls {
	width: 100%;
	background: #F5F5F5;
	padding: 20px;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}

.CardField-number {
	border: 1px solid #CCC;
	border-radius: 5px;
	font-size: 20px;
	color: #666;
	padding: 5px 10px;
}

.pymnt {

}

.pymnt .container{
	display:flex;
	flex-wrap: wrap;
}

.pymnt .container .pymnt_lft {
	background: #F5F6F6;
	padding: 20px;
	margin-right: 30px;
	width: 450px;
}

.pymnt .container .pymnt_rght {
	width: calc(100% - 450px);
}

.pymnt .container .pymnt_lft .pymntl_list {

}

.pymnt .container .pymnt_lft .pymntl_list li{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #dbdcdc;
	display: flex;
}

.pymnt .container .pymnt_lft .pymntl_list li .tp {
	color: #797a7a;
	font-size: 14px;
}

.pymnt .container .pymnt_lft .pymntl_list li .bttm {
	font-size: 14px;
	margin-left:auto;
	font-weight: 500;
}

.pymnt .container .pymnt_rght {
	width: calc(100% - 480px);
}

.pymnt .container .pymnt_rght #box_file_upload_form {
	display: flex;
	flex-wrap: wrap;
}

.pymnt .StripeElement {
	background-color: white;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
	width: 60%;
	margin-right: 20px;
}

.pymnt #cardholder-name {
	background-color: white;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
	width: calc(40% - 20px);
}

.pymnt #cardholder-name::placeholder {
	color:#AAB7C4;
}

.pymnt .StripeElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
}

.pymnt .StripeElement--invalid {
	border-color: #fa755a;
}

.pymnt .StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
}

/* Submit Button Styling */
.pymnt button[type="submit"] {
	background-color: #F66401;
	color: white;
	padding: 14px 20px;
	margin: 20px auto 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	width: 100%;
	max-width: 400px;
}

.pymnt button[type="submit"]:hover {
	background-color: #007B9A;
}

.pymnt .upload_file #upload-status2,
.pymnt .upload_file #upload-status {
	font-size: 12px;
	width: 100%;
	display: block;
	text-align: center;
	margin-top:10px;
}

.pymnt .upload_file #upload-status2 a,
.pymnt .upload_file #upload-status a{
	color:#03A0E8;
}

.pymnt .upload_file #additional-upload-status {
	font-size: 12px;
	width: 100%;
	display: block;
	text-align: center;
	margin-top:10px;
}

.pymnt .upload_file #additional-upload-status a{
	color:#03A0E8;
}

.pymnt .info_customer {
	width: 100%;
	background: #F5F5F5;
	padding: 20px;
}

.pymnt .info_customer .infc_bx {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dbdcdc;
}

.pymnt .info_customer .infc_bx:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.pymnt .info_customer .infc_bx.flx{
	display:flex;
	flex-wrap:wrap;
}

.pymnt .info_customer .infc_bx .incfbx_sb{
	display: flex;
	align-items: center;
	padding: 0 20px;
	margin-bottom: 10px;
}

.pymnt .info_customer .infc_bx.flx .incfbx_sb {
	width: 50%;
	margin-bottom: 0;
}

.pymnt .info_customer .infc_bx .incfbx_sb label {
	color: #797a7a;
	font-size: 14px;
	width: 140px;
	display: block;
	position: relative;
}

.pymnt .info_customer .infc_bx .incfbx_sb input {
	font-size: 14px;
	width: calc(100% - 140px);
	display: block;
	padding: 8px 5px;
	box-sizing:border-box;
}

.pymnt .info_customer .infc_bx .incfbx_sb textarea {
	font-size: 14px;
	width: calc(100% - 140px);
	display: block;
	padding: 8px 5px;
	line-height:1.4;
	box-sizing:border-box;
}

.pymnt .info_customer .infc_bx .incfbx_sb input#postal-code {
	width: 140px;
}

.pymnt .info_customer .infc_bx .incfbx_sb input#qphone {
	width: 200px;
}

.pymnt .info_customer .infc_bx .incfbx_sb label .rqrd {
	position: absolute;
	right: 10px;
	background: #DB2B39;
	color: #FFF;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	padding: 0 5px;
	top: calc(50% - 8px);
}

.page_history .container {
	display: flex;
	flex-wrap: wrap;
}

.page_history .history_left {
	width:calc(30% - 40px);
	margin-right:40px;
}

.page_history .history_right {
	width:70%;
}

.page_history .history_left .user_info {
	display: block;
	width:100%;
	padding:20px;
	background:#F5F6F6;
}

.page_history .history_left .user_info .reset_password {
	color: #797a7a;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	display: block;
	margin-top: 20px;
}

.page_history .history_left .user_info .ui_sec {
	margin-bottom:30px;
	font-weight:600;
	font-size:16px;
}

.page_history .history_left .user_info .ui_sec .uist {
	display:block;
	margin-bottom:10px;
}

.page_history .history_left .user_info .ui_sec .rslt {
	display: block;
	width: 100%;
	padding: 20px;
	background: #ffffff;
	border: 1px solid #e3e3e3;
}

.bottom_gotopymnt {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 32px;
	background: #F5F6F6;
	padding: 20px 0;
	border-top: 1px solid #c9cacb;
}

.bottom_gotopymnt .container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.bottom_gotopymnt #selected_price_display{
	margin-right: auto;
	width: 80%;
}

.bottom_gotopymnt #selected_price_display .bttmgtpymnt_left {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.bottom_gotopymnt #selected_price_display .bttmgtpymnt_left .day {
	font-weight: 600;
	color: #db2b39;
	font-size: 20px;
}

.bottom_gotopymnt #selected_price_display .bttmgtpymnt_left .day > span:first-child{
	margin-bottom: 10px;
	font-size: 14px;
	color: #797a7a;
	display:block;
}

.bottom_gotopymnt #selected_price_display .bttmgtpymnt_left .quantity {
	font-weight: 600;
	color: #666;
	font-size: 20px;
	margin-left: 60px;
}

.bottom_gotopymnt #selected_price_display .bttmgtpymnt_left .quantity > span:first-child{
	margin-bottom: 10px;
	font-size: 14px;
	color: #797a7a;
	display:block;
}

.bottom_gotopymnt #selected_price_display .bttmgtpymnt_left .price {
	font-size: 32px;
	font-weight: 600;
	line-height: 1;
	color: #db2b39;
	margin-right:20px;
	margin-left:auto;
}

.bottom_gotopymnt #selected_price_display .bttmgtpymnt_left .price > span:first-child{
	font-size: 14px;
	font-weight: 600;
	color: #797a7a;
}

.pg_sngl_trm.terms.page_logregres{

}

.pg_sngl_trm.terms.page_logregres .plrr_frm{
	display: block;
	width: 100%;
	padding: 20px;
	background: #F5F6F6;
	max-width:800px;
	margin:0 auto;
}

.pg_sngl_trm.terms.page_logregres .plrr_frm .plrr_dbl{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #dbdcdc;
}

.pg_sngl_trm.terms.page_logregres .plrr_frm .plrr_sb{
	display: flex;
	align-items: center;
	padding: 0 20px 20px 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dbdcdc;
	width: 100%;
}

.pg_sngl_trm.terms.page_logregres .plrr_frm .plrr_sb:nth-last-child(2){
	border-bottom: none;
}

.pg_sngl_trm.terms.page_logregres .plrr_frm .plrr_dbl .plrr_sb{
	width: 50%;
	margin-bottom: 0;
	padding: 0 20px;
	border-bottom: none;
}

.pg_sngl_trm.terms.page_logregres .plrr_frm .plrr_sb label{
	color: #797a7a;
	font-size: 14px;
	width: 160px;
	display: block;
	position: relative;
}

.pg_sngl_trm.terms.page_logregres .plrr_frm .plrr_sb label .rqrd{
	position: absolute;
	right: 10px;
	background: #DB2B39;
	color: #FFF;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	padding: 0 5px;
	top: calc(50% - 8px);
}

.pg_sngl_trm.terms.page_logregres .plrr_frm .plrr_sb input {
	font-size: 14px;
	width: calc(100% - 160px);
	display: block;
	padding: 8px 5px;
	box-sizing: border-box;
}

.pg_sngl_trm.terms.page_logregres .plrr_frm .plrr_sb input#phone {
	width: 200px;
}

.pg_sngl_trm.terms.page_logregres .plrr_frm .plrr_sb input#postal-code {
	width: 140px;
}

.pg_sngl_trm.terms.page_logregres .plrr_frm .plrr_sb input#username,
.pg_sngl_trm.terms.page_logregres .plrr_frm .plrr_sb input#password {
	width: 300px;
}

.pg_sngl_trm.terms.page_logregres.logres .plrr_frm .plrr_sb input#username,
.pg_sngl_trm.terms.page_logregres.logres .plrr_frm .plrr_sb input#password {
	margin-left: calc((100% - 460px) / 2 - 80px);
}

.pg_sngl_trm .main_log_button{
	background: #03A0E8;
	color: #FFF;
	border: none;
	box-shadow: none;
	width: 240px;
	font-weight: 500;
	border-radius: 0;
	padding: 0 0;
	height: 50px;
	cursor: pointer;
	margin: 0 auto;
	display:block;
}

.pg_sngl_trm.terms.page_logregres .plrr_frm .account_privacy_text{
	margin-bottom:20px;
}

.pg_sngl_trm.terms.page_logregres .plrr_frm .account_privacy_text li{
	display:block;
	font-size: 13px;
	line-height:2;
}

.pg_sngl_trm.terms.page_logregres .plrr_frm .account_privacy_text li a{
	color:#03A0E8;
}










.file-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
}
.file-popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.file-popup-close {
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
	font-size: 20px;
	color: #333;
}

.pls_lgn {
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	height: calc(100vh - 90px);
	align-content: center;
	justify-content: center;
}

.pls_lgn span {
	color: #999;
	font-size: 20px;
}

.pls_lgn span a{
	color: #03A0E8;
}

.note_prc {
	display: block;
	width: 100%;
	background: #F5F6F6;
	padding: 20px;
	text-align: center;
	color: #999;
	font-size: 20px;
}




@media screen and (max-height: 100vh){
	.footer{
		position:fixed;
		bottom:0;
		left:0;
		width:100%;
	}
}

@media screen and (min-width: 1100px) {

}


@media screen and (min-width: 768px) {

}


@media screen and (min-width: 500px) {

}



@media screen and (max-width: 1400px) {
	.pg_sngl_trm.terms #options-table .table_prc .tblprc_tr.fxd.fixed{
		width:100%;
	}






}

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

}

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



}