@charset "utf-8";
@media (min-width: 768px) {
    body{
        padding-top: 0!important;
    }
}
.fs-preview-header{
    position:fixed;
    z-index:10000;
    left:0;right:0;
}

/*----------------------------------------------------------
	common
----------------------------------------------------------*/
* {
	word-break: break-all;
	box-sizing: border-box;
	min-height:0;
	min-width : 0;
}

h1{
  margin: 0;
  padding: 0;
  border: 0;
  letter-spacing: 0;
  font: inherit;
  vertical-align: baseline
}



html[lang="en-x-mtfrom-ja"] #content iframe {
	display: none;
}
body,
input,
textarea,
select {
	font-family:"メイリオ", YakuHanJP_Narrow, "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75;
	color: #101010;
}
body {
    overflow-x: auto;
    overflow-y: auto;
}
dl, dt, dd, ol, ul, li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: #FFF;
	font-weight: 500;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}
a {
	text-decoration: none;
	color: #101010;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:visited {
  color: initial;
}
a:active {
	color: #101010;
  }
  
a:hover {
  color: #101010;
  text-decoration: underline;
}
a:hover img {
	opacity: 0.5;
}
a.fs-c-textLink {
    text-decoration: underline;
}
a.fs-c-textLink:hover {
    text-decoration: none;
}
body#fs_CustomPage .fs-l-pageMain a , .news_cnt a , .contact_message a{
    color: #3c8fcf;
    text-decoration: underline;
}
body#fs_CustomPage .fs-l-pageMain a:hover,.news_cnt a:hover , .contact_message a:hover {
    text-decoration: none;
}
section.header03 a:hover {
    text-decoration: none;
}

section.header03 a:hover img {
    opacity: 1;
}

a img {
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

p {
	margin:0;
}

ul {
	list-style: none;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}


/*電話リンク動作させない*/
@media (min-width: 769px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
    }
    body#fs_CustomPage .fs-l-pageMain a[href*="tel:"],.contact_message a[href*="tel:"]{
        text-decoration: none;
        color: #101010;
    }
}

/**** コンテンツ幅：1100px ****/

.hd_inner {
	width: 1200px;
	margin: 0 auto;
}
.fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
	width: 920px;
}
.fs-l-main {
    max-width: 1216px;
    width: 1216px;
}

/**** コンテンツ幅 ****/

.sp {
	display: none;
}

@media screen and (max-width:767px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block;
	}
}
/********************************
	基本class
********************************/
.flex {
	display:-webkit-box;
	display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex.ft_re {
    flex-direction: row-reverse;
}
.grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 10px 1fr;
    grid-template-rows: 1fr 1fr;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.grid > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
.grid > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}
.mt-1 {
    margin-top: 1em;
}
.relative {
	position: relative;
}
.underline {
	background: -webkit-gradient(linear,left top, left bottom,from(#fff),color-stop(45%, #fff),color-stop(55%, #ffc453),to(#ffc453));
	background: -o-linear-gradient(#fff 0%,#fff 45%,#ffc453 55%,#ffc453 100%);
	background: linear-gradient(#fff 0%,#fff 45%,#ffc453 55%,#ffc453 100%);
}

.bule{
	color: #3c8fcf;
}
.red,span.error{
	color: #e5605c;
}
.bg-blue {
	background-color: #3c8fcf;
	color: #fff!important;
}
.fs-c-button--primary {
    box-shadow: none;
}
.fs-l-product2 .fs-c-productActionButton .fs-c-button--primary:hover, .fs-l-product2 .fs-c-productActionButton .fs-c-button--secondary:hover{
    opacity: 0.8;
}
.fs-c-button--primary:hover {
    opacity: 1;
    background-color: #3c8fcf;
    border-color: #3c8fcf;
}
.bg-red{
	background-color: #cf463c;
	color: #fff!important;
}
.bg-black {
	background-color: #384047;
	color: #fff!important;
}
.bold{
	font-weight: bold;
}

/*ボタン系*/
button {
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn {
    display: block;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn.bg-black:hover,.PageTop a:hover {
	background-color: #3c8fcf;
}
.btn.bg-red:hover , .btn.bg-blue:hover {
	background-color: #384047;
}
.btn a:hover{
    text-decoration: none;
}
section.footer01 section.ft_contact a:hover {
    text-decoration: none;
}

/*ログイン*/
.login-true , .logout-false , .logout-undefined{
    display: none;
}

/*パンくず*/
.fs-c-breadcrumb {
    font-size: 12px;
    width: 1200px;
    margin: 0 auto 0px;
    line-height: 1;
}
.fs-c-breadcrumb ol.fs-c-breadcrumb__list {
    max-width: 920px;
    margin-left: auto;
    padding: 0;
}
nav.fs-c-breadcrumb {
	margin-bottom:5px;
}
nav.fs-c-breadcrumb ol li {
	font-size: 14px;
}
nav.fs-c-breadcrumb ol.fs-c-breadcrumb__list li.fs-c-breadcrumb__listItem a {
	font-size: 14px;
	color:#3c8fcf;
}
nav.fs-c-breadcrumb a {
	font-size: 14px;
	color:#3c8fcf;
}

/*見出し系*/
h1.fs-c-heading.fs-c-heading--page {
    font-size: 22px;
    text-align: left;
    font-weight: bold;
    color: #101010;
    border-bottom: 2px solid #101010;
    padding: 0 0 10px;
    margin: 0 auto 35px;
}
h2.title,h2.fs-c-subSection__title,h2.fs-c-documentArticle__heading,h2.fs-c-documentColumn__heading,h2.fs-p-announcement__title {
    margin: 0 auto 14px;
    font-size: 18px;
    color: #101010;
    font-weight: bold;
    padding:0 0 12px;
    border: 0;
    border-bottom: 1px solid;
    background: none;
    text-align: left;
}
h3.title ,.guide-paper-cnt dt,h3.fs-c-documentColumn__heading {
    font-size: 16px;
    margin: 9px auto 16px;
    color: #101010;
    line-height: 1;
    font-weight: bold;
    padding:0 0 0 5px;
    border: 0;
    border-left: 5px solid;
}

/*チェック＆ラジオ*/
.fs-c-checkbox__checkMark {
    border: 1px solid #c2c2c2;
}
.fs-c-checkbox__checkMark::before {
    top: auto;
    left: -0.025em;
}
.fs-c-radio__radioMark {
    border: 1px solid #c2c2c2;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
    width: 10px;
    height: 10px;
    background-color: #3c8fcf;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
    border-color: #3c8fcf;
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
    background-color: #3c8fcf;
    border-color: #3c8fcf;
}

address {
    font-style: normal;
}

/********************
ヘッダー
********************/
.fs-l-header__contents {
    display: block;
}
header.fs-l-header {
    padding-top: 0;
}
section.header01 {
    background: #384047;
    color: #fff;
}
section.header01 h1.sub_title,
section.header01 p.sub_title {
    font-size: 12px;
}
section.header01 .hd_inner.flex {
    align-items: center;
    height: 40px;
}
section.header01 ul.flex li a {
    color: #fff;
    font-size: 14px;
    margin-right: 25px;
}
section.header01 ul.flex li a::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 14px;
    background: url(../images/common/ico_new.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 3px;
}
section.header01 ul.flex li:nth-child(2) a::before {
	background: url(../images/common/ico_faq.png) no-repeat center;
    background-size: contain;
}
section.header01 ul.flex li:nth-child(3) a::before {
	background: url(../images/common/ico_mail.png) no-repeat center;
    background-size: contain;
}
.fs-p-logo {
    padding: 0 20.5px;
    max-width: 293px;
}
section.header02 .hd_inner.flex {
    align-items: center;
    padding-top: 10px;
}
section.header02 ul.flex {
    width: 513px;
}
section.header02 ul.flex li {
    width: 83px;
}
section.header02 .tel_cnt {
    width: 394px;
    padding-left: 15px;
}
section.header02 .tel_cnt .left p {
    font-size: 12px;
    line-height: 1.666;
    letter-spacing: -0.038em;
}
section.header02 .tel_cnt .left span {
    font-size: 16px;
    display: block;
    line-height: 1;
    letter-spacing: 0.03em;
}
section.header02 .tel_cnt p.tel a {
    font-size: 27px;
	letter-spacing: -0.017em;
	line-height: 1;
	font-weight: bold;
	
}
section.header02 .tel_cnt p.tel a::before {
    content: "";
    display: inline-block;
    width: 24px;
	height: 24px;
	background: url(../images/common/ico_tel.png) no-repeat center;
	background-size: contain;
	margin-right: 5px;
}
section.header02 .tel_cnt div.flex {
	align-items: center;
	padding: 4px 0;
}
section.header02 .tel_cnt p.hd_card span {
    font-size: 12px;
    margin-right: 5px;
}
section.header02 .tel_cnt p.hd_card img {
    width: 289px;
}
section.header03 {
    padding: 10px 0 21px;
}
section.header03 ul.hd_menu.flex {
    width: 394px;
    padding-left: 10px;
}
section.header03 ul.hd_menu.flex li {
    width: 25%;
    text-align: center;
}
section.header03 ul.hd_menu.flex li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    line-height: 1;
    height: 50px;
    padding: 4px 0;
}
ul.hd_menu.flex a:not(.bg-red):hover {
    background-color: #f9e9e8;
}
section.header03 ul.hd_menu.flex li.cart a {
    border: 0;
    padding: 6px 0;
}
section.header03 ul.hd_menu.flex li a img {
    max-width: 17px;
}
section.header03 ul.hd_menu.flex li.mypage img {
    max-width: 22px;
}
section.header03 ul.hd_menu.flex li.coupon a img {
    max-width: 20px;
}
section.header03 ul.hd_menu.flex li.cart a img {
    max-width: 22px;
}
section.header03 ul.hd_menu.flex li + li a {
    border-left: 1px solid #ccc;
}
section.header03 nav {
	margin-top: 5px;
}
section.header03 nav ul.flex li {
    width: calc(25% - 1px);
}
section.header03 nav ul.flex li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    position: relative;
    cursor: pointer;
}
section.header03 nav ul.flex li a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4.5px 0 4.5px;
	border-color: #fff transparent transparent transparent;
	position: absolute;top: calc(50% - 4px);
	right: 11px;
}

/*検索メニュー*/
#hd_menubox-search-pc {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 1200px;
    background-color: #fff;
    z-index: 99;
}
section.header03 .fs-p-searchForm {
    position: relative;
}
section.header03 .hd_search {
    font-size: 12px;
    line-height: 1;
    padding: 14px;
    position: absolute;
    top: calc(50% - 20px);
    right: 56px;
    cursor: pointer;
}
section.header03 .hd_search p::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #101010;
	vertical-align: middle;
	margin-right: 1px;
	margin-bottom: 1px;
}
section.header03 span.fs-p-searchForm__inputGroup.fs-p-inputGroup {
    width: 806px;
    height: 50px;
    border: 1px solid #c2c2c2;
    background: #fff;
}
section.header03 .fs-p-inputGroup__button {
    background: #fff;
    top: calc(50% - 1em);
    width: 58px;
}
section.header03 .fs-p-searchForm__button::before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url(../images/common/ico_search.png) no-repeat;
    background-size: contain;
    margin: auto;
}
section.header03 .fs-p-searchForm__input {
    padding: 8px 25px;
}
header.fs-l-header .fs-p-productSearch__search {
    max-height: 100%;
}
header.fs-l-header .fs-p-productSearch__search form.fs-p-productSearch__form {
    transform: translateY(0);
}
header.fs-l-header .fs-p-productSearch {
    padding: 0;
}
.fs-c-button--secondary {
    background: #cf463c;
    border: 1px solid #cf463c;
}
.fs-p-productSearch__searchButton::before {
    content: "";
    display: inline-block;
    background: url(https://paperandgoods.itembox.design/item/images/common/ico_search_dtl.png) no-repeat center;
    background-size: contain;
    width: 22px;
    height: 22px;
    left: auto;
    right: 18px;
}

.fs-p-productSearch__searchButton {
    min-width: 11em;
}

/*カテゴリから探す*/
.menu_dtl {
    display: none;
    background-color: rgba(0,0,0,0.5);
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 99;
}
div#menu04 ul.cate.clearfix li,
div#menu03 ul.cate.clearfix li,
div#menu01 ul.cate.clearfix li {
    float: left;
}

div#menu04 ul.cate.clearfix li a,
div#menu03 ul.cate.clearfix li a,
div#menu01 ul.cate.clearfix li a {
    display: flex;
    align-items: center;
    padding: 22px;
    height: 60px;
    width: 399px;
    background-color: #fff;
    margin-right: 1px;
    margin-bottom: 1px;
}

div#menu04 ul.cate.clearfix li a br,
div#menu03 ul.cate.clearfix li a br,
div#menu01 ul.cate.clearfix li a br {
    display: none;
}

div#menu04 ul.cate.clearfix li a .image,
div#menu03 ul.cate.clearfix li a .image,
div#menu01 ul.cate.clearfix li a .image {
    max-width: 31px;
    margin-right: 0.8em;
}

div#menu04 ul.cate.clearfix li:nth-child(3n) a,
div#menu03 ul.cate.clearfix li:nth-child(3n) a,
div#menu01 ul.cate.clearfix li:nth-child(3n) a {
    margin-right: 0;
}

/*シーンから探す*/
div#menu02 .inner.flex {
    display: block;
}
div#menu02 .inner.flex h3.bold {
    text-align: left;
    font-size: 16px;
    margin: 0 auto 15px;
}
div#menu02 .inner.flex h3.bold span {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 25px;
}
div#menu02 section.scene_dtl ul.flex {
    max-width: 100%;
    width: 100%;
}
div#menu02 section.scene_dtl ul.flex li {
    width: 278px;
}
div#menu02 section.scene_dtl ul.flex li:nth-child(-n + 4) {
    margin-top: 0;
}
div#menu02 section.scene_dtl ul.flex li a {
    font-size: 14px;
    height: 60px;
    padding: 10px;
}
div#menu02 section.scene_dtl p.image {
    max-width: 40px;
}
/*シンプルヘッダー*/
header.fs-l-header.fs-l-header--min .fs-l-header__logo .fs-p-logo {
    margin: 0 auto;
    padding: 20px;
}
header.fs-l-header.fs-l-header--min + nav.fs-c-breadcrumb ol {
    margin: 15px 0;
}
/*
header.fs-l-header.fs-l-header--min + nav.fs-c-breadcrumb + main.fs-l-main {
    max-width: 920px;
}
*/

/*****************
フッター
*****************/
.fs-l-footer {
    border: 0;
    color: #384047;
    background-color: #fff;
}
h3.ft_title {
    font-size: 20px;
    line-height: 1.5;
    border-left: 7px solid #3c8fcf;
    padding: 0 9px;
    margin: 30px 0 20px;
}
section.footer01 {
    padding: 30px 0 60px;
    background-color: #f9f9fa;
}
/*カレンダー*/
section.cal {
    max-width: 495px;
    width: 100%;
}
section.cal .cal_flex {
    display: flex;
    justify-content: space-between;
}
div.cal_wrapper {
    background: #fff;
    padding: 12px 15px 24px;
    width: 48.4849%;
}
div.cal_wrapper table.cal {
    width: 100%;
}
div.cal_wrapper table.cal tr.headline {
    background-color: #fff;
}
div.cal_wrapper table.cal tr.headline td {
    color: #101010;
}
div.cal_wrapper table.cal tr th p {
    font-size: 18px;
    color: #101010;
    font-weight: 500;
    padding: 0;
}
div.cal_wrapper table.cal tr th div.cal_ui {
    display: none;
}
div.cal_wrapper table.cal tr td div.Sun,div.cal_wrapper table.cal tr td div.Sat,div.cal_wrapper table.cal tr td div.Holyday {
    color: #101010;
    background-color: #ff9999;
}
div.cal_wrapper table.cal tr td {
    padding: 0 3.5px;
    border-top: solid 1px #fff;
}
div.cal_wrapper table.cal tr td div {
    font-size: 11px;
    border-radius: 0;
    padding: 2px 0;
}
div.cal_wrapper table.cal tr td div.backward {
    background-color: #fff;
    color: #ccc;
}
section.cal p.cal_txt {
    font-size: 13px;
    line-height: 1;
    padding: 11px 7px;
}
section.cal p.cal_txt::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ff9999;
    vertical-align: middle;
    margin-right: 5px;
}

/*お問い合わせ・ご注文*/
section.ft_contact {
    max-width: 640px;
    width: 100%;
}
section.ft_contact ul li {
    padding: 20px 10px 21px 29px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c2c2c2;
}
section.ft_contact ul li:nth-child(3) {
    padding-top: 13px;
    padding-bottom: 14px;
}
section.ft_contact ul li:nth-child(1) p.image {
    max-width: 38px;
    margin-left: 0.5px;
    margin-right: 22.5px;
}
section.ft_contact ul li:nth-child(2) p.image {
    max-width: 36px;
    margin-left: 1.5px;
    margin-right: 23.5px;
}
section.ft_contact ul li:nth-child(3) p.image {
    max-width: 39px;
    margin-right: 22px;
}
section.ft_contact ul li:nth-child(4) p.image {
    max-width: 29px;
    margin-left: 5px;
    margin-right: 27px;
}
section.ft_contact ul li p.txt {
    margin-right: auto;
    line-height: 1.25;
}
section.ft_contact ul li p.txt span.bold {
    font-size: 22px;
}
section.ft_contact ul li p.btn.bg-black {
    width: 250px;
    text-align: center;
    line-height: 45px;
    position: relative;
}
section.ft_contact ul li:first-child p.btn.bg-black::after {
    content: "";
    display: block;
    width: 15px;
    height: 12px;
    background: url(../images/common/ico_download.png);
    background-size: contain;
    position: absolute;
    top: calc(50% - 6px);
    right: 13px;
}
section.ft_contact ul li:nth-child(n + 2) p.btn.bg-black::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 8px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: calc(50% - 4.5px);
    right: 15px;
}
section.ft_contact ul li .ft_tel p {
    font-size: 14px;
    line-height: 1.25;
    text-align: center;
    padding-right: 12px;
}
section.ft_contact ul li .ft_tel p.bold {
    font-size: 33px;
    color: #9d1f1f;
}
section.ft_info {
    max-width: 640px;
    width: 100%;
}
section.ft_info ul.flex.row04 {
    margin-bottom: 10px;
}
section.ft_info ul.flex.row04 li {
    max-width: 152px;
}
section.ft_info ul.flex.row03 li {
    max-width: 206px;
}
section.footer01 .flex.ft_re {
    align-items: flex-end;
}
section.ft_address {
    max-width: 495px;
}
section.ft_address p.ft_logo {
    max-width: 215px;
}
section.ft_address address {
    font-style: normal;
    font-size: 12px;
    padding: 8px 4px;
}
section.ft_address p.ft_card {
    font-size: 12px;
    margin-top: 64px;
}
section.ft_address p.ft_card img {
    max-width: 425px;
    margin-top: 8px;
}

/*サイトマップ*/
section.footer02 {
    background-color: #1d1d1d;
    color: #fff;
    font-size: 14px;
    line-height: 1.8572;
    padding-top: 60px;
}
section.footer02 a {
    color: #fff;
}
ul.ft_sitemap.flex {
    margin-top: 3px;
}
ul.ft_sitemap.flex .bold {
    font-size: 16px;
}
ul.ft_sitemap.flex li ul {
    margin-top: 18px;
}
ul.ft_sitemap.flex li ul + ul {
    margin-top: 28px;
}
ul.ft_sitemap02.flex {
    justify-content: center;
    margin-top: 80px;
}
ul.ft_sitemap02.flex li a {
    padding: 0 20px;
    border-right: 1px solid;
}
ul.ft_sitemap02.flex li:first-child a {
    border-left: 1px solid;
}
.fs-p-footerCopyright {
    background-color: #1d1d1d;
    padding: 4px 0 16px;
}
.fs-p-footerCopyright small {
    font-size: 14px;
}
.fs-p-footerPageTop__link::before {
    font-size: 1.6rem;
}

/*ページトップ*/
.PageTop {
    width: 47px;
    height: 47px;
    position: fixed;
    right: 1.2vw;
    bottom: 47px;
    z-index: 99;
}
.PageTop a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #494949;
    border-radius: 50%;
}
.PageTop a::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.fs-c-anotherLogin__message{
	display: table-cell;
}

/**********************
サイドコンテンツ
**********************/
.fs-l-sideArea {
    max-width: 250px;
    width: 100%;
    padding: 0;
    box-shadow: none;
    position: relative;
    transform: translateX(0);
}
.fs-c-breadcrumb + .fs-l-main .fs-l-sideArea {
    margin-top: 0px;
}
section.side_cnt {
    border: 3px solid #ececec;
}
section.side_cnt + section.side_cnt {
    margin-top: 10px;
}
section.side_cnt .fax {
    padding: 17px 12px;
    font-size: 15px;
}
section.side_cnt .fax a {
    border-bottom: 1px solid;
}
section.side_cnt .fax a:hover {
    text-decoration: none;
    opacity: 0.5;
}
section.side_cnt ul.cate.clearfix br {
    display: none;
}
section.side_cnt ul.cate.clearfix span {
    display: block;
}
section.side_cnt ul.cate.clearfix li a {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 1.15385;
    padding: 12px;
}
section.side_cnt ul.cate.clearfix li a .image {
    max-width: 40px;
    margin-right: 1em;
}
section.side_cnt ul.cate.clearfix li + li {
    border-top: 1px solid #c2c2c2;
}
section.side_cnt > a.bold {
    display: block;
    padding: 10.5px 12px;
    position: relative;
}
section.side_cnt > a.bold::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid;
    border-top: 2px solid;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 14px;
}

/*サイドバナー*/
section.side_bnr a {
    margin-top: 10px;
    display: block;
}

/*サイドリンク*/
section.side_link {
    margin-top: 20px;
    border-bottom: 1px solid #c2c2c2;
}
section.side_link a.flex {
    font-size: 13px;
    align-items: center;
    border-top: 1px solid #c2c2c2;
    padding: 9px 17px 9px 15px;
}
section.side_link p.image {
    display: flex;
    align-items: center;
    width: 16.5px;
}

/**********************************
下層共通
**********************************/
.fs-c-documentArticle  {
    padding: 0;
}
.fs-c-documentArticle + .fs-c-documentArticle {
    margin-top: 50px;
}
.fs-c-documentArticle > *:not(h2) {
    padding-left: 10px;
    padding-right: 10px;
}
* + .fs-c-documentColumn {
    margin-top: 32px;
}
.fs-c-documentColumn__content {
    padding-top: 0;
}
.fs-c-orderedList > li::before{
    color: #101010;
}
.fs-c-postage__list > dt,.fs-c-postage__table > thead ,.fs-c-specTable__headerCell ,.fs-c-cartTable__headerCell,.fs-body-my-account-password .fs-c-inputInformation__field,.fs-c-noResultMessage,.fs-p-accountInfo{
    background-color: #f9f9fa;
}
.fs-c-postage__list > dt, .fs-c-postage__list > dd {
    border-color: #c2c2c2;
}
.fs-c-postage__table,.fs-c-postage__table__headerCell {
    font-size: 14px;
}
.fs-c-note {
    font-size: 0.875em;
}
.fs-c-list li::before,.fs-c-orderedList > li .fs-c-orderedList{
    border-color: #101010;
}


/*ショッピングカート*/
.fs-c-orderTotalTable__mainRow > td {
    font-size: 1.25em;
}
th.fs-c-cartTable__headerCell.fs-c-cartTable__headerCell--subtotal {
    min-width: 75px;
}
.fs-c-cartPayment, .fs-c-payWithAmazon,.fs-c-button--secondary{
    font-size: 1em;
}
.fs-c-button--standard {
    background: #f9f9fa;
    border: 1px solid #c2c2c2;
    color: #101010;
    font-size: 0.9em;
    padding: 0.8em 1.6em 0.6em;
    box-shadow: none;
}
.fs-c-cartDiscountInfo__title {
    font-size: 1.25em;
}
.fs-c-cartDiscountInfo__note {
    font-size: 0.875em;
}
.fs-c-continueShopping {
    margin-bottom: 50px;
}

/*マイページ*/
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
    color: #101010;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    background: #f9f9fa;
    color: #101010;
    box-shadow: none;
    border-color: #c2c2c2;
}


/*IE11のみ*/
@media all and (-ms-high-contrast: none) {
    .fs-p-logo__image {
        max-height: 41px;
    }
  }