.spBlock {
    display: none !important;
}
.pcBlock {
    display: block !important;
}
@media screen and (max-width:899px) {
    .spBlock {
        display: block !important;
    }
    .pcBlock {
        display: none !important;
    }
}

/*固定カートボタンここから*/
.fixed-cart {
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
	z-index: 9999;
}
.fixed-cart a {
	background-color: #fff;
    display: flex;
    color: #555;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
    padding: 2%;
    box-sizing: border-box;
    font-weight: bold;
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.2);
}
.fixed-cart a img {
	width: 100%;
}
.fixed-cart a .fix-img {
	width: 15%;
}
.fixed-cart a .fix-price {
	width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.fixed-cart a .fix-price .fix-low {
	display: flex;
    align-items: center;
    width: 100%;
	justify-content: flex-start;
}
.fixed-cart a .fix-price span.fix-name {
	width: 100%;
    margin-bottom: 2%;
}
.fixed-cart a .fix-price span.fix-first {
	font-size: 0.7rem;
    border: 1px solid #555;
    line-height: 1.2;
    display: inline-block;
    margin-right: 10px;
	box-sizing: border-box;
	padding: 2px 5px;
}
.fixed-cart a .fix-price span.fix-num {
	    font-size: 1.3rem;
    display: inline-block;
}
.fixed-cart a .btn {
	    width: 30%;
    color: #fff;
    background-color: #F15055;
    border-radius: 6px;
    padding: 3% 2%;
    text-align: center;
}
.fixed-cart.fc-v2 a {
	padding: 0;
    box-shadow: none;
}
.fixed-cart.fc-v2 a img {
}
/*固定カートボタンここまで*/

.ul-ptn1 {}
.ul-ptn1 ul {
	padding: 2% 1% 2% 8%;
}
.ul-ptn1 ul li {
	line-height: 1.5;
    padding: 2px 0;
    list-style-type: disc;
}
.btn-wrapper {}
.btn-wrapper .btn-bg {
	padding: 5% 5% 10%;
}
.btn-wrapper .btn-bg a {
	display: block;
}
.btn-wrapper .btn-bg a img {
	width: 100%;
}
#form01 #content .entry dt {
	background-image: unset;
}

.t-offer {
	padding: 0 0 30px;
    text-align: center;
	width: 100%;
	position: relative;
}
.t-offer .offer-flex a:first-of-type {
	margin-bottom: 4%;
}
.t-offer img {
	width: 100%;
}
.t-offer a {
	display: block;
    width: 90%;
    margin: 0 auto 2%;
}
.t-offer a img {
	display: block;
	width: 100%;
}
#amazon-pay {
	padding: 15% 0 10%;
	width: 100%;
}
#amazon-pay h3 {
	width: 80%;
    margin: 0 auto;
    padding-bottom: 30px;
}
#amazon-pay img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
#amazon-pay .btn-area {
	background-color: #f2f2f2;
    padding: 30px;
    box-sizing: border-box;
}
#amazon-pay .btn-area a {
	width: 100%;
    display: block;
    margin: 0 auto;
}
.foot_nav ul li a {
    border-bottom: 4px double;
    padding: 0 5px;
	text-decoration: none;
}
.sarani {
	width: 100%;
}
.sarani img {
	width: 100%;
}
.moneyback .cont04-box h4 {
    font-size: 18px;
    margin: 5% 0 0% 0;
    font-weight: bold;
    margin: 3% 0 6px 0;
    text-align: left;
    color: #373737;
}
.moneyback .cont04-box h2 {
    text-align: left;
    font-size: 20px;
    padding: 1% 3%;
    border-left: 6px solid #b42373;
    border-bottom: 2px solid #ccc;
    margin: 5% 0 2% 0;
    color: #373737;
}
.moneyback .cont04-box p {
	font-size: 18px;
    line-height: 150%;
    text-align: left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #373737;
	padding: 5px;
}
.moneyback .cont04-box p .bigt {}
.moneyback .cont04-box ol {
	text-align: left;
    font-size: 1rem;
    padding: 10px;
    box-sizing: border-box;
}
.moneyback .cont04-box ol li {
	padding: 5px;
    box-sizing: border-box;
	list-style: auto;
    margin-left: 20px;
}
.moneyback .cont04-box .infomation {
	background-color: #f9f9f9;
    padding: 15px 30px;
    box-sizing: border-box;
    margin: 10px;
}
.moneyback .cont04-box .infomation h5  {
	font-size: 16px;
}
.moneyback .cont04-box .infomation .tels {
	font-size: 32px;
    font-weight: bold;
    padding: 10px 0;
}
.moneyback .cont04-box .infomation ul {
    margin: 0 auto;
}
.moneyback .cont04-box .infomation ul li {
	font-size: 12px;
    padding: 0;
}
input {
	border: 1px solid #ddd!important;
}