@charset "UTF-8";
/* CSS Document */
input, select {
	padding: 0 8px;
}


/*
システム ヘッダー・フッター
--------------------------*/
.fs-l-header--min,
.fs-l-footer {
	border: none;
}
.fs-l-header--min {
	padding: 0;
}
#category {
	margin: 0 0 60px 0;
}


/*
カート
--------------------------*/
.fs-p-announcement__title {
	font-size: 1.5rem;
	margin: 0 0 20px 0;
	color: #333;
}
.fs-p-flexibleColumn {
	margin: 20px 0 0 0;
}
.fs-p-linkButton {
	padding: 10px;
	font-weight: bold;
}
.fs-c-checkout-preview__title {
	padding: 0 0 17px;
	font-weight: bold;
}

.fs-c-orderTotalTable .fs-c-orderTotalTable__total > td,
.fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td {
    font-size: 1.2rem;
    font-weight: bold;
}

#fs_orderTotalContainer .fs-c-totalAndActions {
    padding: 30px 24px 20px;
}

#fs_orderTotalContainer .fs-c-confirmOrder {
	margin: 10px 0 0;
}

/*
店舗メンテナンス中
--------------------------*/
.fs-p-closed__heading {
	margin: 40px 0 0 0;
}
.fs-p-closed__message {
	margin: 30px 0 0 0;
}
.fs-p-closed__message > p {
	font-weight: bold;
	line-height: 2;
	font-size: 16px;
}
.tit_pageNotFound {
	color: #c30813;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

/*
 ショッピングカート
-----------------------*/
.fs-c-wishlistProduct__header {
	margin: 60px 0 0 0;
}

.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal {
	min-width: 80px;
}
.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--action {
	min-width: 100px;
}
.fs-c-checkout-delivery__method__title,
.fs-c-cartTable__actionButton__container > button {
	font-size: 1rem;
}
.fs-c-checkout-delivery__method__title {
	font-weight: bold;
}
.fs-c-checkout-delivery__method {
	padding: 4%;
}

.fs-c-cartDiscountInfo__body .fs-c-cartDiscountInfo__info {
	font-size: 1.2rem;
}

.fs-c-purchaseHere__message > p,
.fs-c-cartTable__actionButton__container > button,
.fs-c-cartDiscountInfo__note > li {
	font-size: .9rem;
}

.fs-c-orderTotalTable__earnPoints,
.fs-c-cartDiscountInfo__info__next,
.fs-c-orderTotalTable__getPoint,
.fs-c-cartDiscountInfo__more {
	color: #c30813;
}
.fs-c-cartDiscountInfo__note {
	margin-top: 10px;
	font-size: 1rem;
}
.fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal,
.fs-c-orderTotalTable__itemPriceSummary .fs-c-price {
	line-height: 1.5;
}

.fs-c-orderTotalTable__itemPriceSummary .fs-c-price {
	font-size: 1.2rem;
}

.fs-c-checkout-pointInfo__comment > p {
	color: #c30813;
	font-weight: bold;
}
.fs-l-checkout .fs-c-checkout-preview {
	padding: 30px 24px;
	border: 1px solid #CCC;
}

.fs-c-checkout-pointInfo__usePoint__number {
	font-size: 1.6rem;
}
.fs-c-checkout-destination__name,
.fs-c-checkout-customerInfo__name {
	font-size: 1.1rem;
	margin: 10px 0;
}
.fs-c-checkout-multiDestination__info__name {
	font-size: 1.1rem;
	margin: 0 0 10px 0;
}
.fs-c-checkout-multiDestination__deliveryMethod .fs-c-checkout-multiDestination__subtitle,
.fs-c-checkout-multiDestination__wrapping .fs-c-checkout-multiDestination__subtitle {
	border-width: 4px;
	border-bottom: none;
	margin: 40px 0 16px 0;
}
.fs-c-modal__close::before {
	font-size: 20px;
}
.fs-body-checkout-multi.is-modalOpen h2 {
	border: none;
}
.fs-c-checkout-deliveryMethod__option__title {
	font-size: 1rem;
	border-left: none;
	margin: 20px 0 14px 0;
	font-weight: bold;
}
.fs-c-checkout-deliveryMethod__option__setting label {
	font-weight: bold;
}

.fs-c-checkout-multiDestination__wrapping div:nth-child(2) {
	border-top: none;
}
.fs-c-checkout-multiDestination__wrapping__body {
	padding: 18px 0;
}

.fs-c-checkout-pointInfo__usePoint__label {
    font-size: 1rem;
}

.fs-l-checkout__mainColumn h2.fs-c-checkout-preview__title {
	color: #333;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0 0 18px;
	text-align: left;
}
.fs-c-checkout-confirmationList > dd {
	font-size: 1.2rem;
	padding: 6px 10px;
}
.fs-c-checkout-previewAndEdit__info {
	padding: 6px 10px;
}

/*　お支払いボタン */
.fs-c-cartPayment__button .fs-c-button--purchaseHere {
	padding: 1em 0.6em 1em;
	font-size: 1.1rem;
}
/*　注文確定ボタン */
.fs-c-totalAndActions button:not(.fs-c-button--image) {
	font-size: 1.2rem;
}
#fs_orderTotalContainer .fs-c-totalAndActions,
.fs-body-cart .fs-l-cart__sideColumn {
	background: #f7f7f7;
}
.fs-c-checkout-multiDestination__title {
    font-size: 16px;
	border: none;
}

/*--------------------------
商品並び替え

.fs-p-productSearch {
	border-bottom: none;
}
.fs-c-productList__controller {
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
	padding: 10px 0;
}

.fs-c-productList__controller > * {
	font-size: 14px;
}
.fs-c-sortItems__list .fs-c-sortItems__list__item > a {
	color: #006db8;
	font-size: 15px;
}
.fs-c-sortItems__list .fs-c-sortItems__list__item > a:hover {
	opacity: .7;
}
--------------------------*/


.fs-c-sortItems__label {
	border: none;
}
.fs-c-sortItems__label:after {
	content: "：";
	display: inline-block;
}

.fs-c-sortItems__list__item.is-active {
	border-radius: 4px;
	background: #DEDEDE;
	color: #333;
}
.fs-p-productSearch .fs-p-productSearch__parameter {
	display: none;
}


/*
カテゴリデザイン
--------------------------*/
.fs-c-productList__list__item {
	border: none;
}


/*
ボタンデザイン
--------------------------*/
.fs-p-productSearch__formSwitch {
	width: 200px;
	padding: 8px;
	text-align: center;
	color: #006db8;
	font-size: 16px;
	border-radius: 4px;
	border: 1px solid #006db8;
	background: #FFF;
	margin-bottom: 10px;
	transition: .3s;
	-webkit-transition: .3s;
}
.fs-p-productSearch__formSwitch:hover {
	background: #f4f4f4;
}

.fs-p-productSearch {
	padding: 0;
}
.fs-c-button--secondary {
	background: #008b53;
	border-color: #008b53;
	border-radius: 4px;
	font-size: 16px;
	width: 230px;
	line-height: 1.2;
	padding: .8em 1.6em;
}
/* お支払い：ボタン */
.fs-c-button--primary {
	font-size: 1.1rem;
	padding: 1.1em 1.6em;
	border-radius: 4px;
}
.fs-c-button--standard {
	border-radius: 4px;
}

.fs-c-button--cancel.fs-c-button--standard {
	font-weight: normal;
	padding: 1.2rem 1rem;
}

#fs_button_placeOrder .fs-c-button--primary,
#fs-checkout-payHere-container .fs-c-button--primary {
	background: #c30813;
	border: 1px solid #c30813;
}

/* ログインせずに購入：ボタン */
.fs-c-buttonContainer--myPageTop {
	margin-top: 20px;
}
.fs-c-button--myPageTop {
	width: 100%;
	max-width: 242px;
	margin: 0 auto;
}

.fs-c-button--guestPurchase {
	width: 100%;
	max-width: 240px;
	display: block;
	background: #DEDEDE;
	border-radius: 4px;
	padding: 8px;
	font-weight: bold;
}

.btn_cart_login01.fs-c-button--guestPurchase {
	padding: 0;
}

.fs-c-inputInformation__button {
	margin-top: 20px;
}

.fs-c-button--chooseDestination.fs-c-button--standard,
.fs-c-button--addAddressee.fs-c-button--standard {
	background: #008b53;
	color: #FFF;
	font-weight: normal;
	border-color: #008b53;
}
.fs-c-button--addAddressee.fs-c-button--standard {
	padding: 1.2rem 1.5rem;
}
.fs-c-button--chooseDestination.fs-c-button--standard {
	padding: .9rem 1.5rem;
}

/*
 パスワードページ
--------------------------*/
#fs_form fieldset {
	width: 100%;
}
.attention_text01 {
	padding: 3%;
	border: 1px solid #c30813;
}


/*
 会員登録ページ
--------------------------*/
.fs-c-purchaseHere__message {
    text-align: center;
}

.fs-c-loginForm > .fs-c-registeredUsers {
	padding: 30px;
	border-radius: 6px;
	border: 1px solid #CCC;
}
.fs-c-subSection__title {
	font-size: 1.3rem;
	font-weight: bold;
}
.fs-c-newUsers.fs-c-subSection .fs-c-newUsers__title.fs-c-subSection__title {
	color: #bb0813;
	border-color: #7c8790;
}

.fs-c-newUsers__message.fs-c-subSection__message {
	margin: 0 0 20px 0;
}
#fs_form .fs-c-inputInformation__field {
	padding: 0;
	background: #FFF;
	margin: 0 auto;
}
.fs-c-fsLogin .fs-c-inputInformation__button {
	margin-top: 20px;
}
.fs-c-fsLogin .fs-c-inputInformation__link.fs-c-textLinkContainer {
	text-align: center;
}

.fs-c-agreementConfirmation__addon__message,
.fs_registrationCheckedMessage,
.fs-c-agreementConfirmation__message {	
    margin-bottom: 10px;
}
.fs-c-fsLogin .fs-c-inputInformation__link.fs-c-textLinkContainer a:hover {
	color: #006db8;
	text-decoration: underline;
}

#fs_form .fs-c-fsLoginField {
	margin: 0;
}

.fs-c-agreementConfirmationArea__message {
	font-weight: bold;
}
.fs-c-checkbox__checkMark {
	margin-right: 15px;
}
.fs-c-agreementConfirmation__addon {
    margin: 15px 0 0 0;
}
.fs-c-agreementConfirmationArea .fs-c-agreementConfirmation {
    margin: 20px 0;
}


[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
    height: 40px;
}

.fs-body-cart-login .fs-c-guestPurchase {
	margin-top: 30px;
}

.fs-l-block--center {
	margin: 30px 0 0 0;
}

.fs-c-inputField .fs-c-checkbox {
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
}

/*
 システム：リード部分
--------------------------*/
.fs-c-inputInformation__message,
.fs-c-documentContent {
	font-size: 15px;
}


/*
 ご注文完了
--------------------------*/
#category .fs-c-checkoutSuccess.fs-c-subSection h2 {
	border: none;
	color: #c30813;
	padding: 0;
	font-weight: bold;
	font-size: 18px;
}

.fs-p-announcement h2.fs-p-announcement__title {
	border: none;
	background: #f4f4f4;
	border-left: 4px solid #c30813;
	padding: 10px 20px 10px 14px;
	box-sizing: border-box;
	margin: 20px 0 15px;
	font-weight: bold;
	font-size: 18px;
	border-radius: 0 4px 4px 0;
	text-align: left;
}


/*
 レビュー
--------------------------*/
.fs-c-productReviewed__image.fs-c-productImage {
	width: 260px;
	grid-row: 1 / 8;
	-webkit-grid-row: 1 / 8;
}

.fs-c-productReviewed .fs-c-productReviewed__image.fs-c-productImage .fs-c-productImage a {
	height: auto;
}

.fs-c-productReviewed .fs-c-productReviewed__name .fs-c-productName__name {
	max-height: inherit;
	font-size: 1.2rem;
	line-height: 1.3;
}

.fs-c-reveiwNotes {
	padding: 30px 0;
}
.fs-c-reveiwNotes h3 {
	font-size: 20px;
	border-color: #c30813;
	padding-left: 12px;
	margin: 0 0 20px;
	font-weight: bold;
}

.fs-c-productReviewed .fs-c-productPrice__main > span {
	font-size: 24px;
	margin: 10px 0 0 0;
}


/* レビュー一覧ページ */
.fs-c-history .fs-c-reviewerStatus,
.fs-c-history .fs-c-reviewer__profile,
.fs-c-history .fs-c-reviewInfo__date {
	font-size: 14px;
}

.fs-c-history .fs-c-reviewer__status {
	margin: 3px 0 10px 0;
}
.fs-c-productNumber {
	border: none;
	font-size: 14px;
	padding: 0;
	margin: 0;
	font-weight: bold;	
}


/*
 マイページ
--------------------------*/
.fs-c-accountService__page {
	flex-basis: 140px;
	height: 140px;
}

.fs-c-accountService__page.fs-c-accountService__page--accountDelete {
	flex-basis: 100%;
	height: auto;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    box-shadow: 0 2px 0px #dbdbdb;
 }
 .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
 	color: #c30813;
 }

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
	font-size: 15px;
	font-weight: bold;
}
.fs-c-wishlistProduct__title {
	border: none;
	border-bottom: 1px solid #dedede;
	padding: 10px 20px 14px 0;
	box-sizing: border-box;
	margin: 40px 0 30px;
	font-weight: bold;
	color: #333;
	font-size: 20px;
    	border-radius: 0 4px 4px 0;
	text-align: left;
}

.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number,
.fs-p-accountInfo__point__point__available__number {
    color: #c30813;
}
.fs-l-account .fs-p-accountInfo__accountName .fs-p-accountInfo__accountName__name {
	font-size: 16px;
	font-weight: bold;
}
.fs-p-accountInfo {
	border: 4px solid #DEDEDE;
	background: #FFF;
}
.fs-p-accountInfo__body {
	margin-bottom: 0;
}
.fs-p-accountInfo__accountName {
	margin: 0 0 14px 0;
	border-bottom: 2px solid #c30813;
	display: inline-block;
	width: 100%;
	padding: 0 0 11px 0;
}
.fs-p-accountInfo {
	padding: 2%;
}
.fs-p-accountInfo__point__label {
	padding: 0 0 5px 0;
	margin: 0 0 16px 0;
	border-bottom: 1px dotted #CCC;
	display: block;
}
.fs-p-accountInfo__point__point {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #CCC;
	display: block;
}

/* マイページ：お気に入り　*/
.fs-c-wishlistProduct .fs-c-productListCarousel__ctrl--next {
	right: -23px;
}

.fs-c-wishlistProduct .fs-c-mark--coolDelivery {
	font-size: 1.1em;
}

.fs-c-wishlistProduct .fs-c-productListItem__prices.fs-c-productPrices,
.fs-c-wishlistProduct .fs-c-productMarks {
	margin: 0 !important;
}
.fs-c-wishList .fs-c-mark--coolDelivery,
.fs-c-wishList .fs-c-productPrice__main__price,
.fs-c-wishlistProduct .fs-c-productPrice--listed .fs-c-productPrice__main__price,
.fs-c-wishlistProduct .fs-c-productListCarousel__list__item .fs-c-mark--coolDelivery {
	display: inline-block !important;
}

.fs-c-wishlistProduct .fs-c-button--viewProductDetail.fs-c-button--plain,
.fs-c-wishlistProduct .fs-c-button--addToCart--list.fs-c-button--plain {
  width: 100%;
  font-size: 13px;
  padding: 8px 10px;
}


/* マイページボタン：退会手続き　お気に入りへ */
.fs-c-button--standard {
	font-size: 1rem;
	font-weight: bold;
}
.fs-c-accountService__page:last-child .fs-c-accountService__pageLink__label {
	margin: 10px 10px 10px 0;
	padding: 0 0 0 30px;
	color: #1e5d9b;
	position: relative;
	display: inline-block;
}
.fs-c-accountService__page:last-child .fs-c-accountService__pageLink__label:hover {
	text-decoration: underline;
}
.fs-c-accountService__page:last-child .fs-c-accountService__pageLink__label:before {
	left: 7px;
	width: 7px;
	height: 7px;
	top: 5px;
	border-top: 2px solid #1e5d9b;
	border-right: 2px solid #1e5d9b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	display: inline-block;
	content: "";
}

.fs-c-wishlistProduct__footer .fs-c-wishlistProduct__viewAllProducts {
	display: inline-block;
	margin: 30px 0 0 0;
	background: #EDEDEE;
	border-radius:4px;
	padding: 10px 35px 14px 30px;
	font-weight: bold;
}

.fs-c-wishlistProduct__footer .fs-c-wishlistProduct__viewAllProducts span:before {
	font-family: 'fs-icon' !important;
	content: "\e919";
	speak: none;
	font-size: 1.5rem;
	color: #c30813;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0 5px 0 0;
	position: relative;
	top: 5px;
}

.fs-c-wishlistProduct__footer .fs-c-wishlistProduct__viewAllProducts:hover {
	opacity: .8;
}
.fs-c-continueShopping {
	max-width: 250px;
}
.fs-c-continueShopping {
	box-shadow: 0 0 4px #acacac;
}

/*
 お気に入り
------------------------*/
.favorite_wrap .fs-c-productList__list__item {
	padding-right: 20px;
}

.favorite_wrap .fs-c-productListItem__imageContainer {
	/*max-height: 170px;
	max-width: 170px;*/
	width: auto;
	height: auto;
}
.favorite_wrap .fs-c-productList__list {
	border-bottom: 1px solid #DEDEDE; 
}

/*　会員情報詳細　*/
.fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
	font-size: .9rem;
	background: #EDEDED;
	padding: 8px 12px;
	margin: 0 0 10px 0;
}

/*
 ポイント履歴
------------------------*/
.point_wrap dt {
	font-weight: bold;
}
.point_wrap .fs-c-pointSummary__label--limitedPoint {
	font-weight: normal;
	background: #FFF;
	border-bottom: 1px solid #DEDEDE;
}
.point_wrap .fs-c-pointSummary__value--limitedPoint {
	background: #FFF;
	border-bottom: 1px solid #DEDEDE;
}

.point_wrap .fs-c-pointSummary {
	padding: 20px 30px;
	background: #FFF;
}
.point_wrap .fs-c-pointSummary__label--availablePoint, 
.point_wrap .fs-c-pointSummary__value--availablePoint {
	background: #FFF;
}

.point_wrap .fs-c-history__info {
    background: rgba(255, 131, 0, 0.08);
}

/* 注文履歴
------------------------*/
.fs-c-history__term {
	font-size: 1rem;
}
.fs-c-history__info {
	padding: 25px;
}
.fs-c-history__listContainer .fs-c-noResultMessage {
	margin: 0 0 20px 0;
}
.cart01 .fs-p-flexibleColumn a {
	padding: 20px;
}
.cart01 .fs-p-flexibleColumn a,
.cart01 .fs-p-flexibleColumn a:visited {
	color: #1e5d9b !important;
}
.cart01 .fs-p-flexibleColumn a:hover {
	 opacity: .6;
}

/*
 お届け先
------------------------*/
.addressee_wrap .fs-c-buttonContainer--deleteChange > [class^="fs-c-button"]{
	font-size: 1rem;
}
.addressee_wrap .fs-c-button--secondary {
	width: auto;
}
.addressee_wrap .fs-c-listTable td:nth-child(2) {
	width: 480px;
}
.addressee_wrap .fs-c-listTable td:nth-child(3) {
	width: 230px;
}

.fs-c-checkout-addressee__data__name {
	margin-bottom: 10px;
	font-size: 1.1rem;
}
.fs-c-checkout-addressee__data__name__home {
	font-size: 1.1rem;
}

/*
 会員登録
------------------------*/
.membership_wrap {
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 32px;
}
.fs-c-returnedSpecialContract__link a,
.fs-c-returnedSpecialContract__link a:visited,
.membership_wrap a,
.membership_wrap a:visited {
	color: #1e5d9b;
}
.fs-c-returnedSpecialContract__link a:hover,
.membership_wrap a:hover {
	text-decoration: underline;
}
.membershipSuccess .fs-c-registerSuccessMessage p {
	margin: 10px 0;	
}
.membershipSuccess .fs-c-registerSuccessMessage p:first-child {
	font-weight: bold;
}

.fs-c-payWithAmazon__message > p{
	font-size: .9rem;
}
#fs-multipleAddressButton-container .fs-c-button__label{
	font-size: 15px;
}


/*
 商品サムネイル画像
------------------------*/
.fs-c-productMainImage .fs-c-productMainImage__image > img {
    max-height: 100%;
    max-width: 100%;
}


/*
 注文履歴
------------------------*/
.fs-c-priceDisplay .fs-c-productPrice__main .fs-c-productPrice__main__price {
	font-size: 15px;
}
.fs-c-history__total .fs-c-price {
	font-size: 14px;
}
.fs-c-orderHistoryItem__productQuantity .fs-c-orderHistoryItem__productQuantity__label,
.fs-c-orderHistoryItem__productQuantity .fs-c-orderHistoryItem__productQuantity__number,
.fs-c-orderHistoryItem__unitPrice .fs-c-orderHistoryItem__productQuantity__label {
    font-size: .9rem;
}

.fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__deliveryInfo {
	font-size: 13px;
}

.fs-c-orderPerAddressee__orderDeliveryInfo.fs-c-orderDeliveryInfo .fs-c-deliveryInfoList {
	margin: 10px 0 0 0;
}

/*
 クーポン
------------------------*/
.fs-c-couponList__item {
	padding: 16px;
}
.fs-c-couponList .fs-c-couponName__name {
	font-size: 1.1rem;
}
.fs-c-couponAppliedCondition__notice {
	color: #c30813;
}
.fs-c-couponName__discount {
	background: #fff;
	border: 2px solid #c30813;
}
.fs-c-couponName__discount__offLabel  {
	font-size: 1.2rem;
	color: #c30813;
}
.fs-c-couponName__discount__value > span {
	font-size: 1.2rem;
	color: #c30813;
}
.fs-c-couponName__discount .fs-c-couponName__discount__value {
	line-height: 1.5;
}

.fs-c-couponName__discount__value .fs-c-price__currencyMark,
.fs-c-couponName__discount__value .fs-c-price__value {
	color: #c30813;
}
.fs-c-couponList .fs-c-coupon__description h3 {
    font-size: 1.1rem;
    padding-left: 10px;
    margin: 0 0 15px;
   border-color: #c30813;
}

.fs-c-couponList .fs-c-coupon__description__appliedCondition {
	margin-top: 30px;
}
 

/*
 購入入力画面
------------------------*/
.fs-c-checkout-couponCodeInput .fs-c-checkout-couponCodeInput__title {
    font-size: 13px;
    font-weight: bold;
}


/* 
会員規約
------------------------*/
.fs-c-documentColumn__heading {
    border: none;
    border-left: 4px solid #7c8790;
    font-size: 22px;
    margin-bottom: 16px;
}

.fs-c-checkbox__labelText a:visited,
.fs-c-checkbox__labelText a:visited {
	color: #0057b5 !important;
}

.fs-c-checkbox__labelText a,
.fs-c-checkbox__labelText a {
	color: #0057b5 !important;
	text-decoration: underline;
}


.fs-c-checkbox__labelText a:hover,
.fs-c-checkbox__labelText a:hover {
	text-decoration: none;
}

/* 
注意文
------------------------*/
.tit_attention01 {
    padding: 6px 8px;
    background: red;
    margin: 0 0 16px 0;
    color: #FFF;
    font-weight: bold;
}

