.header_logo svg {
    color: #12405a !important;
  }

  .list_title {
    background-color: #12405a !important;
  }

	.nerusiaLpCmBtnInner{
		max-width: 680px;
		margin: 0 auto;
	}
	.nerusiaLpCmBtnOuter{
		background-color: #fff;
		padding: 15px 10px 10px;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 999;
		width: 100%;
	}
	.nerusiaLpCmBtn{
		color: #fff;
		background-color: #f27900;
		border-radius: 3px;
		text-align: center;
		margin-bottom: 5px!important;
		padding: 8px;
		display: block;
		width: 100%;
		border: 2px solid #f27900;
		transition: all 0.3s;
		font-weight: bold;
		flex: 1;
	}
	.nerusiaLpCmBtn:before {
		display: inline-block;
		content: "\e902";
		vertical-align: middle;
		margin-right: 6px;
		font-family: 'fs-icon' !important;
		font-size: 1.4em;
		font-weight: normal;
	}
	.nerusiaLpCmBtn:hover{
		cursor: pointer;
		background-color: #fff;
		color: #f27900;
	}
	.nerusiaLpCmBtnCash {
		display: block;
		margin-bottom: 0px!important;
		letter-spacing: -0.4em;
		text-align: center;
	}
	.nerusiaLpCmBtnCash > li{
		display: inline-block;
		vertical-align: bottom;
		letter-spacing: normal;
	}
	.nerusiaLpCmBtnCash > li img {
		height: 14px;
		margin-bottom: 0px!important;
	}
	.nerusiaLpCmBtnCash > li img.nerusiaLpCmBtnRp{
		height: 22px;
	}
	.nerusiaLpCmBtnCash > li img.nerusiaLpCmBtnPp{
		height: 22px;
	}
	.nerusiaLpCmBtnCash > li span{
		font-size: 0.7em;
		line-height: 1em;
		display: inline-block;
	}
	.fs-l-main-nerusialp #PageTopBtn{
		bottom: 100px;
	}
	.nerusiaLpCmCart{
		padding: 20px;
		background-color: #fff;
		position: absolute;
		width: 92%;
		height: 92%;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
		max-width: 700px;
	}
	.nerusiaLpCmCart table{
		width: 100%;
	}
	.nerusiaLpCmCart button{
		background-color: #f27900;
		color: #fff;
		border: none;
		width: 100%;
		padding: 10px;
	}
	.nerusiaLpCmCartPrice{
		font-size: 1.8em;
		font-weight: bold;
		font-family: "Roboto";
	}
	.nerusiaLpCmCartPrice span{
		font-size: 0.4em;
		font-weight: bold;
	}
	.nerusiaLpCmCartTop{
		display: flex;
		align-items: center;
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 20px;
	}
	.nerusiaLpCmCartTop img {
		width: 80px;
	}
	.nerusiaLpCmCartTop p {
		flex: 1;
		margin-bottom: 0px;
		padding-left: 15px;
		padding-top: 4px;
	}
	.nerusiaLpCmCartTitle{
		margin-top: 25px;
		font-size: 1.1em;
		font-weight: bold;
	}
	.nerusiaLpCmCartNouki{
	    background-color: #efefef;
		padding: 10px 15px;
		border-radius: 5px;
		margin-bottom: 20px;
	}
	.nerusiaLpCmCart select{
		background-color: #fff!important;
		border-radius: 5px;
		margin-bottom: 20px;
	}
	.nerusiaLpCmAccordion{
		padding-bottom: 0px;
		background-color: #fff;
	}
	.list {
		background-color: #fff;
	}
	.list01 dt {
		margin-top: 10px;
	}
	.btnCloseS a {
        right: 0px;
        top: 0px;
        padding: 10px 12px;
    }
	.nerusiaLpCmBtnFlex{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.nerusiaLpCmBtnPrice{
		margin-bottom: 0px;
		width: 130px;
		font-weight: bold;
		color: #111;
		text-align: center;
		font-size: 1.1em;
		font-family: 'Roboto';
	}
	.nerusiaLpCmBtnPrice span{
		font-size: 0.7em;
		display: inline-block;
		margin-left: -4px;
		font-weight: normal;
	}
	@media screen and (max-width: 767px){
		.fs-l-main-nerusialp #PageTopBtn{
			bottom: 95px;
		}
		.nerusiaLpCmBtnOuter{
			padding: 10px;
		}
		.nerusiaLpCmBtnPrice{
			width: 120px;
		}
	}