/*-- なぜか全体がboldなっているので、強制的に戻す --*/
b { font-weight:normal;}

/*-- 年末年始、緊急企画 --*/
/*-- .fs-c-productSelection__name:last-of-type { color: red;}  --*/

/*-- 緊急アナウンス　強調(emphasis) --*/
b.emp  { color:red;}

/****** common parts ******/

/*+++++++++ エリア別ページのCSS +++++++++*/
.cont_ttl {
	position: relative;
}

.cont_ttl img:last-child {
	position: absolute;
	top:10%;
	left:15%;
	width: 50%;
}

ul.area_list {
  border: solid 2px #ffb03f;
}

ul.area_list li {
  line-height: 1.5;
  list-style-type: none !important;
  padding: 0 20px;
}

ul.area_list li:last-child {
  padding-bottom: 10px;
}

ul.area_list li.area_ttl {
  font-weight: bold;
  margin: 10px 0 5px;
}


/**************************/
/* 両サイドにバーが入ったタイトル */
/**************************/
h2.title_bar01 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin-bottom: 0;
  font-weight: bold;
}

h2.title_bar01:before, h2.title_bar01:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

h2.title_bar01:before {
  left:0;
}
h2.title_bar01:after {
  right: 0;
}

/*******************/
/* 色付きのサブタイトル */
/*******************/
h3.sub_title01 {
  color: #fff;
  text-shadow: 0 0 5px white;
  padding: 0.3em 0.5em;

  background: -webkit-repeating-linear-gradient(-45deg, #1d2f3f, #1d2f3f 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: #1d2f3f;
}

ul.cat_select01  {}
ul.cat_select01 li:first-child { margin-bottom: 20px;}

/*******************/
/* 色付きのサブタイトル */
/*******************/
h3.arrow_title01 {
  position: relative;
  padding-left: 25px;
}

h3.arrow_title01:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 12px #E0B142;
}

h3.arrow_title01:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 2px #E0B142;
}

/*******************/


.under_head {
  padding-bottom: .2em;
  border-bottom: 3px double #ccc;
  color: #444;
}

/*---- 注意喚起 ----*/
.careful_box01, .careful_box02 { position: relative; padding: 3rem 1rem 1rem 1.5rem;}

.careful_box01 { background: linear-gradient(177deg, transparent 2rem, #f5eeba 0 100%);}
.careful_box02 { background: linear-gradient(177deg, transparent 2rem, #e5e5e5 0 100%);}

.careful_box01::before, .careful_box02::before {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.7rem 1rem;
    border-style: solid;
    border-width: 0 3px 3px 0;
    background-color: #333;
    color: white;
    content: "注意事項";
    font-size: 18px;
}

.careful_box01 p, .careful_box02 p {
    line-height: 1.5;
    font-size:16px;
}

.careful_box01 span.more_b, .careful_box02 span.more_b {
    font-weight: bold;
    font-size:22px;
    color: #bf1616;
}

/*+++++++++++++++++++++++++++++++++++*/

/*-- よくあるご質問のCSS --*/
.t_title {
    background: #E6E6E6;
    padding:10px 0 10px 10px;
    color:#1A171D;
    font-weight:bold;
}
.title_b {
    font-size:18px;
    color:#000;
    padding-left:20px;
    border-left: 6px solid #B5495B;
}

.question ul {
    list-style: none;
    padding: 0;
}

.question .menu {
    color: #000;
    padding:10px 0 10px 16px;
    font-size:14px;
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.question .menu:hover { background: #ffeef4; text-decoration: none;}

.question a { display: block; }
.question .child {
    display: none;
    margin: 0 0 -1px;
    padding: 0;
    padding-left: 10px;
    background: #fff;
    border: 1px solid #eaeaea;
}
.question .child .menu {
    background: #eaeaea;
    color: #5e5e5e;
}

.question .child .menu:hover { background: #d0d0d0; }
.question .child > li {
    margin: 4px 0;
    padding: 0 16px;
    border-bottom: 1px dotted #dddddd;
}
.question .child > li:last-child {
    padding-bottom: 20px;
    /* border-bottom: 0; */
}

.child01 {  border: 1px solid #eaeaea; }
.child01 ul { display:table; margin:10px 0;}
.child01 li { display:table-cell;}
.child01 li.ans { padding-left:20px;}
.child01 li.text { padding:0 20px; font-size: 12px;}
.child01 li.text span { color:#C7243A; font-weight:bold;}
.child01 li.text a { font-weight:bold; color:#007AB7;}

span.q_no { background: #317ad3; padding:0 8px; color:#fff; font-size:20px; font-weight:bold; border-radius: 10px;}
span.a_no { background: #b83d51; padding:0 8px; color:#fff; font-size:20px; font-weight:bold; border-radius: 10px;}

/*--------------------------------*/

/*-- mapのセレクトボックス --*/
.selectlink{
  margin: 30px 0px 0px;
  padding: 15px;
  border: 2px #ddd solid;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
}

.selectlink:hover{
  border: 2px #333 solid;
  background-color: #eee;
}

/*--------------------------------*/


/*-- 基本の横幅設定とブロック要素のセンター揃え --*/
p.mp_0 { margin: 0; padding: 0;}

/*-- 基本の横幅設定とブロック要素のセンター揃え --*/
.default_size  {
    width: 960px;    /* 元のサイズが960pxなので、固定長にする */
    margin: 0 auto;
}

/*-- block要素のセンター揃え　--*/
.blk_cnt {
    margin: 0 auto;
    width: 500px;
    text-align: center;
}

/* head positionの調整 */
.modal_margin_top { margin-top:45px !important;}

/*-- フォントの大きさ　--*/
.font-4 { font-size:16px;}
.font-5 {
  font-family: 'Noto Sans JP';
  font-size:18px;
}
.font-6 { font-size:20px;}
.font-7 { font-size:22px;}
.font-8 { font-size:24px;}

/*-- 上記のイレギュラー対応　--*/
.font-5 span {
    font-family: 'Noto Sans JP';
    font-weight:500;
    font-size:24px;
}

/*-- Webフォント設定 --*/
.main_size {
    font-family: 'Noto Sans JP';
    font-size: 12px;
}

/*-- メインエリアの画像幅を、730pxに合わせる。（左 margin:10px） --*/
.main_size img  { width: 730px;}


/*-- テキスト要素のセンター揃え --*/
.cnt  { text-align: center;}


/*-- hrは、すべてドット --*/
hr  {
    border-top: 2px dotted #d9d9d9;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

/*-- メッセージに、変なmarginが付いているので削除　--*/
.fs-p-messageBoard { margin-bottom: 0;}


/*-- カートボタンの背景色を変更　--*/
.fs-c-button--primary  {
    background: #B30000;
    border: 1px solid #B30000;
    font-size: 1.8rem;
    padding: 1.5em 1.6em;
    min-width: 100%;
}

/*-- カートボタンの前にアイコンをつける　--*/
.original_cart .fs-c-button__label:before  {
    font-family: 'fs-icon';
    content: "\e902";
    padding-right: 10px;
}

/*-- 値段関連のフォントコントロール　--*/
.fs-c-productPrices--productDetail .fs-c-price__value { font-size: 30px !important; font-weight: bold;}
.fs-c-productPrices--productDetail .fs-c-price__currencyMark { font-size: 30px !important;}
.fs-c-productPrices--productDetail .fs-c-productPrice__main__label { font-size: 20px !important;}
.fs-c-productPrices--productDetail .fs-c-productPrice__addon__label { font-size: 14px !important;}
.fs-c-productPrices--productDetail .fs-c-productPrices--productDetail .fs-c-productPrice__addon__label { font-size: 20px !important;}
 { font-size: 18px !important;}
.fs-c-productPrices--productDetail .fs-c-productPrice__addon__label::after { font-size: 14px !important;}
.fs-c-productPrice { padding: 15px 0 10px;}

/*-- 一覧表示の価格表示設定 --*/
.fs-c-price__value {
    font-size:20px;
    font-weight:bold;
/*    color:#000; */
}

/*-- font-sizeの共有設定 --*/
.font_8p { font-size:8px;}
.font_10p { font-size:10px;}
.font_11p { font-size:11px;}
.font_12p { font-size:12px;}
.font_16p { font-size:16px;}
.font_18p { font-size:18px;}
.font_30p { font-size:30px;}

/*-- widthの大きさ（PX）　--*/
.w_10p { width:10px !important;}
.w_12p { width:12px !important;}
.w_20p { width:20px !important;}
.w_30p { width:30px !important;}
.w_40p { width:40px !important;}
.w_50p { width:50px !important;}
.w_60p { width:60px !important;}
.w_70p { width:70px !important;}
.w_80p { width:80px !important;}
.w_90p { width:90px !important;}
.w_100p { width:100px !important;}

/*-- margin-topの共有設定 --*/
.top_m0 { margin-top: 0px !important;}
.top_m2 { margin-top: 2px !important;}
.top_m5 { margin-top: 5px !important;}
.top_m10 { margin-top: 10px !important;}
.top_m20 { margin-top: 20px !important;}
.top_m30 { margin-top: 30px !important;}
.top_m40 { margin-top: 40px !important;}
.top_m50 { margin-top: 50px !important;}

/*-- padding-topの共有設定 --*/
.top_p10 { padding-top: 10px !important;}
.top_p20 { padding-top: 20px !important;}
.top_p30 { padding-top: 30px !important;}

/*-- bottomの共有設定 --*/
.bottom_m0 { margin-bottom: 0 !important;}
.bottom_m10 { margin-bottom: 10px !important;}
.bottom_m20 { margin-bottom: 20px !important;}
.bottom_m30 { margin-bottom: 30px !important;}
.bottom_m34 { margin-bottom: 34px !important;}
.bottom_m40 { margin-bottom: 40px !important;}
.bottom_m50 { margin-bottom: 50px !important;}

.btm_m30 { margin-bottom: 30px;}

/*-- leftのpadding --*/
.l_10p { padding-left:10px !important;}
.l_20p { padding-left:20px !important;}
.l_30p { padding-left:30px !important;}
.l_40p { padding-left:40px !important;}
.l_50p { padding-left:50px !important;}

/*-- rightのpadding --*/
.r_10p { padding-right:10px !important;}
.r_20p { padding-right:20px !important;}
.r_30p { padding-right:30px !important;}
.r_40p { padding-right:40px !important;}
.r_50p { padding-right:50px !important;}

/*-- 全体のpadding --*/
.a_10p { padding:10px !important;}
.a_20p { padding:20px !important;}
.a_30p { padding:30px !important;}
.a_40p { padding:40px !important;}
.a_50p { padding:50px !important;}

/*-- 全体のrem --*/
.rem_50 { width:50rem;}
.rem_60 { width:60rem;}
.rem_70 { width:70rem;}
.rem_80 { width:80rem;}

/*-- leftの共有設定 --*/
.left_m10 { margin-left: 10px !important;}
.left_m20 { margin-left: 20px !important;}


/*-- 左のmarginを消す --*/
.l_margin_none { margin-left:0 !important;}

/*-- 右のmarginを消す --*/
.r_margin_none { margin-right:0 !important;}

/*-- 両サイドのmarginを消す --*/
.s_margin_none {
    margin-left:0 !important;
    margin-right:0 !important;
}

/*-- すべてのmarginを消す --*/
.a_margin_none {
    margin:0 !important;
}

.side_m14  {  /* marginだと、影響あるので個別に書く */
    margin-left: 14px !important;
    margin-right: 14px !important;
}

/*-- 左横の隙間をつぶす --*/
ul { padding-left: 0px;}

/*-- リンクの文字色設定 --*/
a:link {
    color: #313131;
    text-decoration: none;
}
a:visited {
    color: #313131;
    text-decoration: none;
}
a:hover {
    color: #313131;
    text-decoration: none;
}
a:active {
    color: #313131;
    text-decoration: none;
}

/*-- pの中の文章に、アンダーラインをつける --*/
.p_sentence  {
    line-height: 30px;
    border-bottom:dotted 2px #eeeeee;
}

/*-- 注意喚起カラー --*/
.heads_up_color  { color: #e92525;}


/*-- Before画像のmargin --*/
.before-img { margin-right:20px;}

/*-- After画像のmargin --*/
.after-img { margin-left:20px;}

/*-- 行間の調整　--*/
.line_h30p { line-height:30px !important;}

/*-- max-widthを変更 --*/
.fs-p-headerNavigation, .fs-l-Main  { max-width: 960px !important;}   /* 元のサイズは1216px */
.fs-l-sideArea  { max-width: 220px !important;}                       /* 元のサイズは240px */
.fs-l-pageMain  { max-width: 730px !important;}                       /* .fs-l-sideArea + .fs-l-pageMain という記述　元のサイズは927px */

.fs-l-main  { max-width: 960px !important;}                           /* 元のサイズは1216px */

.fs-p-footerPageTop {
    max-width: 960px !important;    /* 元のサイズは1216px */
    padding: 0;
}
.fs-l-footer__contents  { max-width: 960px !important;}               /* 元のサイズは1216px */
.fs-l-footer__utility  { max-width: 960px !important;}                /* 元のサイズは1216px */
.fs-c-breadcrumb  { max-width: 960px; margin: 0 auto;}                /* パンくず部分 基本は画面左詰め */

.fs-l-header__contents  {           /* ウェルカムメッセージ部分 基本は画面左詰め */
    max-width: 960px;
    margin: 0 auto;
}

.fs-l-header__leftContainer  { padding: 0 !important;}                /* パンくず部分 基本は画面左詰め */
.fs-l-product4 .fs-l-productLayout > * > *  { margin: 0 !important;}  /* mainエリアのトップに、わけのわからんmarginが入ってるので、初期化 */


/*-- サイドとメインエリアのpaddingを調整 --*/
.fs-p-drawer  { padding: 0;}
.fs-l-main  { padding: 0;}
/* .fs-l-pageMain  { padding-left: 10px;} */



/****** header ******/

/*-- ヘッダーのタイトルとメニュー部分
     absoluteを使って、中身の位置を調整 --*/
ul.header_position  {
    position:relative;
    list-style: none;
    padding: 0;
    font-size: 0;   /* liの間にできる隙間を消すためのおまじない　～ ただしliに文字が入るときは、個別で指定が必要 ～ */
}


/*-- ロゴの位置調整 --*/
li.start_point_logo  {
    position: absolute;
    top: 20px;
    left: 0;
}



/****** navigation ******/

/*-- ナビ全体の位置調整 --*/
li.start_point_nav  {
    position: absolute;
    top: 5px;
    left: 0;
}

/*-- ナビ全体の位置調整 --*/
li.start_point_nav_2  {
    position: absolute;
    top: 9px;
    left: 0;
}

/*-- ナビの横並び（ladiesカテゴリ） --*/
ul.navi_position_ladies_1  {
    display: flex;
    list-style: none;
    margin-left:100px;
}


/*-- ナビの横並び内のパーツ間隔（ladiesカテゴリ） --*/
ul.navi_position_ladies_1 li  {
    padding-left: 5px;    
}


/*-- ナビの横並び（ladiesサイズ） --*/
ul.navi_position_ladies_2  {
    display: flex;
    list-style: none;
    margin-left:435px;
}


/*-- ナビの横並び内のパーツ間隔（ladiesサイズ） --*/
ul.navi_position_ladies_2 li  {
    padding-left: 3px;    
}


/*-- ナビの横並び（mensカテゴリ） --*/
ul.navi_position_mens_1  {
    display: flex;
    list-style: none;
    margin-left:100px;
}


/*-- ナビの横並び内のパーツ間隔（mensカテゴリ） --*/
ul.navi_position_mens_1 li  {
    padding-left: 6px;    
}


/*-- ナビの横並び（mensサイズ） --*/
ul.navi_position_mens_2  {
    display: flex;
    list-style: none;
    margin-left: 400px;
}


/*-- ナビの横並び（2022年秋に変更分:共通） --*/
ul.navi_position_btn  {
    display: flex;
    list-style: none;
    margin-left: 254px;
}


/*-- ナビの横並び（2022年秋に変更分:内容同じだけど、liの制御したいのでladiesとmens分ける） --*/
ul.navi_position_btn_upper  {
    display: flex;
    list-style: none;
    margin-left: 254px;
}

ul.navi_position_btn_down  {
    display: flex;
    list-style: none;
    margin-left: 254px;
}



/*-- ナビの横並び内のパーツ間隔（2022年秋に変更分：共通） --*/
ul.navi_position_btn li  {
    padding-left: 10px;    
}


/*-- ナビの横並び内のパーツ間隔（2022年秋に変更分：leadies） --*/
ul.navi_position_btn_upper li  {
    padding-left: 10px;    
}
/*-- ナビの横並び内のパーツ間隔（2022年秋に変更分：mens） --*/
ul.navi_position_btn_down li  {
    padding-left: 12px;    
}


/*-- ナビの横並び内のパーツ間隔（mensサイズ） --*/
ul.navi_position_mens_2 li  {
    padding-left: 3px;    
}


/*-- 横並び時の、widthの比率（レンタルの流れ） --*/
.navi_ratio li:first-child  { width: 65%;}
.navi_ratio li:last-child  { width: 30%;}


/****** banner list ******/

/*-- トップのバナー配置（1列） --*/
ul.banner_list_main  {
    list-style: none;
    padding: 0;
    font-size: 0;   /* liの間にできる隙間を消すためのおまじない　～ ただしliに文字が入るときは、個別で指定が必要 ～ */
}

ul.banner_list_main img {
    width: 100%;
    height: auto;
}

/*-- トップのバナー配置（2列以上） --*/
ul.banner_list_main_2  {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: space-between;
}

/****** デフォルトの画像サイズを表示 ******/
.def_img  { width: 600px !important;}


/****** table, ul ******/

/*-- 配送エリアのリスト --*/
.haiso_area  {
    border-collapse: collapse;
    border: solid 2px #cccccc;
    width: 100%;
    table-layout: fixed;
}


.haiso_area th  {
    background-color: #eeeeee;
    width: 200px;
    border: solid 1px #cccccc;
}


.haiso_area td  {
    padding: 4px 0;
    border: solid 1px #cccccc;
}

/* .haiso_area th, td  { border: solid 1px #cccccc;} */


/*-- 商品詳細のサイズ表リスト（1列） --*/
ul.banner_list_main_2  {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: space-between;
}

/*-- 商品詳細の画像表示部分のレイアウト --*/
ul.detail_list  {
    text-align: center;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

/*-- 商品詳細の配送エリアの部分 --*/
ul.detail_list li.left {
    text-align: left;
    width: 100%;
    list-style: none;
}


/*-- 画像の感覚をあける --*/
ul.detail_list li {
    margin-bottom: 28px;
}

/*-- レスポンシブとCLS対策 --*/
ul.detail_list li img {
/*    width: 100%; */  /* 画像がでかくなるので、一旦コメント */
    height: auto;
}


/*-- 商品詳細のサイズ表リスト（2列以上） --*/
ul.table_ttl01, ul.table_2row, ul.table_3row, ul.table_5row  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    padding-bottom: 50px;  /* marginが0に設定されているので、paddingで対応 */
    font-family: 'Noto Sans JP';
}

/*-- BOXを強制的にcenterに揃える --*/
.box_center  {
    justify-content: center !important;
}

/* 2列のwidth */
ul.table_ttl01 li:first-child { width: 56%;}
ul.table_ttl01 li:last-child { width: 40%;}

/* 2列のwidth */
ul.table_2row li { width: 48%;}

/* 3列のwidth */
ul.table_3row li { width: 32%;}

/* レスポンシブとCLS対策 */
ul.table_2row li img, ul.table_3row li img {
/*    width: 100%; */  /* 画像がでかくなるので、一旦コメント */
    height: auto;
}


/* 5列のwidth */
ul.table_5row li { width: 17%;}


/* 商品詳細のサイズ（上下のサイズ） */
.size_area_1  {
    border-collapse: collapse;
    border: solid 1px #cccccc;
    width: 100%;
    text-align: center;
    table-layout: fixed;
    font-size: 13px;
}

.size_area_1 th  {
    border: solid 1px #cccccc;
    background-color: #eeeeee;
    font-size: 12px;
}

.size_area_1 td  {
    border: solid 1px #cccccc;
}


ul.cloth_list li  {
    width: 100%;
    list-style-type: disc;
}


/* テーブルの先頭項目（見出し部分） */
.size_area_1 th.ttl_40p  { width: 40px;}
.size_area_1 th.ttl_80p  { width: 70px;} /* 本来は80pxだが、うまく合わないので70pxに変更した */
.size_area_1 th.ttl_100p  { width: 100px;}

/* table内で、選択できるサイズのbgcolor */
.bg_blue  { background-color: #C8E2FF;}
.bg_blue_hit  {
    color: #ffffff;
    background-color: #4C88F0;
}
.bg_blue_hit a:visited { color: #ffffff;}


/* 下がボーダーのタイトル（PCのみ） */
h3.border_title {
    font-family: 'Noto Sans JP';
    font-weight:500;
    font-size:16px;
    margin:16px 0;
    padding: 5px 0 5px 14px;
    border-left: 6px solid #ff4c4c;
    border-bottom: 1px solid #ff4c4c;
    width:100%;
}

/*  横線のタイトル  PCとスマホで同じコメント1を利用するが、表示はそれぞれ違う */
h3.box_title {
    position: relative;
    display: inline-block;
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: 18px;
    padding: 0 80px;
    margin: 30px 0 0 0;
}

h3.box_title:before, h3.box_title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

h3.box_title:before {
  left:0;
}
h3.box_title:after {
  right: 0;
}


/****** other ******/

/*-- サイズ決定時のタイトル部分 --*/
.size_fix_ttl  { font-size: 14px;}
.size_fix_ttl span  {
    font-size: 35px;
    padding-right: 10px;
    font-weight: bold;
}




/*-- フッターの背景を強制的に白にする　--*/
.fs-l-footer { background-color:#FFF }

/*-- 強制的に「現在登録されている商品はありません」を隠す --*/
.fs-c-noResultMessage {display:none !important;}


/*-- 商品ページのサイズ表 旧サイトのCSSをコピペ　--*/
.size_list	{ margin-left:10px;}

.size_list .title01	{
	font-size:18px;
	font-weight:bold;
	padding-bottom:5px;
}

.size_list .title02	{
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
}

.size-tbl	{
	border-collapse: collapse;
	text-align:center;
	width:350px;
}

.size-tbl th {
	padding: 4px 0;
	font-size:14px;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
	text-align:center;
}

.size-tbl td {
	background-color: #fff;
	border: 1px solid #b9b9b9;}

.size-tbl .bg01	{ background-color:#D9D9D9;}

.size-tbl .bg_hit	{
        color:#FFFFFF;
	background-color:#4C88F0;
	font-weight:bold;
}

.defaultlist
,.defaultlist li {
	padding:0px;
	margin:0px;
}
 
.defaultlist li {
	list-style-type:none !important;
	list-style-image:none !important;
	margin-top: 10px !important;
}


.list7 li.ttl01 {
    font-size:20px;
    font-weight:bold;
}

.list7 li.ttl02 {
    position:relative;
    display: block;
    padding: 7px 0px 5px 30px;
    background: #006964;
    color: #fff;
    border-radius:15px 0px 0px 15px;
    font-size:16px;
    font-weight:bold;
}
 
.list7 li.ttl02:after {
    content:'';
    display:block; 
    position:absolute;
    width:14px;
    height: 14px;
    top:11px;
    left:8px;
    background: #fff;
    border-radius: 10px;
}

.list7 li.font01 { font-size:20px; font-weight:bold; padding:10px 30px; display:block; }
.list7 li.font02 { font-size:14px; font-weight:bold;}
.list7 li.font03 { font-size:14px; font-weight:bold; background-color: #eee;}
 
.list8 {
	counter-reset:li;
	margin-left:20px !important;
}
 
.list8 p { margin: 0; padding: 0;}

.list8 li {
	position:relative;
	display: block;
	padding:0 0 8px 40px; 
}

li.list8-count p { font-size:10px;}
 
li.list8-count:after{
	counter-increment: li;
	content: counter(li);
	position: absolute;	
	left: -16px;
	top: 2px;
	background: #F2F2F2;
	height: 30px;
	width: 30px;
	line-height: 32px;
	border: 2px solid #2C7E7D;
	text-align: center;
	font-weight: bold;
	border-radius: 30px;
}
 
li.list8-count:before{
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:11px; 
	left:15px; 
	height:0; 
	width:0; 
	border-top: 8px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 13px solid #2C7E7D;
}


/* 商品グループ一覧の商品数の並びを3商品ずつに固定する */ 
@media screen and (min-width: 730px) {
  .fs-c-productList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
    grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
  }
  .fs-c-productList__list > *:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list > *:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list > *:nth-child(3) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list > *:nth-child(4) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(5) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(6) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(7) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(8) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(9) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(10) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(11) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(12) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(13) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(14) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(15) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(16) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(17) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(18) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(19) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(20) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(21) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(22) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(23) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(24) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(25) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(26) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(27) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(28) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(29) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(30) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 10;
    grid-row: 10;
  }
}

/* サイズ部分の文字タイトル レディース用 */
.size_fix_la {
    font-weight: bold;
    font-size: 2vw;
}


/*-- 枠を書く（衣装提供内のホワイト枠） --*/
.box_line02 {
/*    border:1px solid #ccc; */
    background: #fff;
    padding:18px;
}

/*-- コメントのpadding-leftを無効にする（衣装提供内のホワイト枠） --*/
.box_line02 span.sub_ttl_pc {
    padding-left:0 !important;
}

/*-- トップページのカテゴリバナー　--*/
div.category_box {
/*    border:1px solid #ccc; */
    padding:10px;
    min-width:1024px;
    background-color: #EEE;
}

/*-- 横並びの設定（基本パターン） --*/
.box01 {
    display: flex;
    flex-wrap: wrap;
}

.box02 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

ul.banner01 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-evenly;
}

/*-- 横並びの設定（服のサイズ） --*/
ul.size01, ul.size02, ul.size03 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
}

ul.size01 li { font-size: 24px; background-color: #1F2F54;}
ul.size02 li { font-size: 12px; background-color: #60acc5;}
ul.size03 li { font-size: 12px; background-color: #aa89bd;}

ul.size01 li, ul.size02 li, ul.size03 li {
  color: #fff;
/*  font-size: 18px; */
  font-weight: bold;
  text-align: center;
  margin: 10px;
  list-style:none;

  border-radius: 50%;
  line-height: 70px;
  width: 70px;
  height: 70px;
  padding: 0;

  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

ul.size01 li span, ul.size02 li span, ul.size03 li span {
  font-size: 36px;
  font-weight: normal;
  letter-spacing: -2px;
}
/*-- 横並びの設定（服のサイズ） 終わり --*/


/*--  1列表示  --*/
ul.banner01 li.row_1 { width:60%;}

/*--  2列表示  --*/
ul.banner01 li.row_2 { width:27%;}

/*--  3列表示  --*/
ul.banner01 li.row_3 { width:3%;}

/*--  4列表示  --*/
ul.banner01 li.row_4 { width:20%;}


/* リンクバナーをふんわり浮かせる */
.fuwa_link {
    display: inline-block;
    text-decoration: none;
/*    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1), 0 3px 20px 0 rgba(0,0,0,0.1), 0 5px 6px -2px rgba(0,0,0,0.1); */
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1), 0 1px 3px 0 rgba(0,0,0,0.1), 0 3px 3px -2px rgba(0,0,0,0.1);
    -webkit-tap-highlight-color: transparent;
    transition: .1s ease;
}

.fuwa_link:hover {
    cursor: pointer;
    text-decoration: none;
    opacity:0.8;
    transform: translateY(3px);
    box-shadow: 0 0 0 0 rgba(0,0,0,0.1), 0 0 0 0 rgba(0,0,0,0.1), 0 0 0 -2px rgba(0,0,0,0.1);
}

/*-- カテゴリバナー下の文字 --*/
.category_box span.sub_ttl_pc {
    font-family: 'Noto Sans JP';
    color: black;
    font-size:12px;
    padding-left:16px;
}

/*-- ちょっとだけ小さく -1vw --*/
span.small {
    font-size: 20px;
}

/*-- フォントのパターン　--*/
span.font_pat01 {
    color:#E23A39;
    font-size:16px;
}

/*-- フォントを強調（赤っぽい）にする --*/
span.font_pat02 {
    color:#E23A39 !important;
}

span.font_pat03 {
    color:#E23A39;
    font-size:32px;
}

span.font_pat04 {
    font-size:11px;
}

span.font_pat05 {
    color:#E23A39;
    font-size:20px;
    font-weight:bold;
}

/*-- 特徴のタイトル（default）の縦並び --*/
.ver_mid {
    margin: auto 0;
}

/* ポップアップウインドウの設定 */
.popup {
  background-color: #efefef;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
  display: none;
  position: fixed; /* 初期位置の設定 */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 860px;
  height: 100%;
  overflow-y: scroll;　/* 画面をはみ出たらscroll */
}

/* チェックボックスの初期設定 */
#popup-on-deli, #popup-on { display: none;}

/* チェックされたらポップアップウインドウを開く */
#popup-on-deli:checked + .popup, #popup-on:checked + .popup {
  display: block;
  z-index:9998;
}


/* 閉じるアイコン（右上） */
.icon-close{
  background: #000;
  color: #fff;
  font-size: 30px;
  padding: 0 10px;
  position: absolute;
  right: 0;
}

/* 開くボタン */
.btn-open{
  background: #fff;
  border-radius: 10px;
  color: #fff;
  padding: 10px 5px;
  cursor: pointer;
  text-align: center;
}

/* レスポンシブとCLS対策 */
.btn-open img {
    width: 100%;
    height: auto;
}


/* ポップアップの内容 */
.popup-content{
  margin: 40px auto 40px auto;
  width: 90%;
}

/* 補償パックの枠 */
.box_pink {
  background-color: #fff !important;
  border: 10px solid #ff4c4c !important;
}

/*-- 補償パックのタイトル --*/
span.hosyo_ttl01 {
    font-family: 'Noto Serif JP';
    font-weight: 400;
    font-size: 28px;
    margin:8px 0;
    width:100%;
    text-align:center;
    color:#000;
}

/*-- 補償パックのサブタイトル --*/
span.hosyo_subttl01 {
    font-family: 'Noto Sans JP';
    font-weight: 300;
    font-size: 18px;
    margin:6px 0 2px;
    width:100%;
    text-align:center;
    color:#000;
}

/*-- 補償パック --*/
.box_feature_b {
    display: flex;
}

.box_feature_b li.l_none {
    display:block;
    list-style: none;
}

.box_feature_b li {
    padding-bottom:5px;
}

/* フェード表示 */
.fade{
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn { /*animetion-nameで設定した値を書く*/
    0% {opacity: 0} /*アニメーション開始時は不透明度0%*/
    100% {opacity: 1} /*アニメーション終了時は不透明度100%*/
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*-- カテゴリタイトルの文字 --*/
.category_title {
    font-family: 'Noto Sans JP';
    font-size:20px;
    vertical-align:middle;
    padding-left:10px;
}

/*-- カテゴリバナー内の文字 --*/
.category_box span.main_ttl_pc {
    position: absolute;
    font-family: 'Noto Serif JP';
    font-weight: 400;
    color: black;
    text-shadow: 0 0 28px #FFF, 0 0 28px #FFF, 0 0 28px #FFF, 0 0 28px #FFF, 0 0 28px #FFF, 0 0 28px #FFF, 0 0 28px #FFF, 0 0 28px #FFF, 0 0 28px #FFF, 0 0 28px #FFF, 0 0 28px #FFF, 0 0 28px #FFF, 0 0 28px #FFF;
    font-size: 28px;
    top: 12px;
    left: 92px;
}

/*-- カテゴリバナー下の文字 --*/
.category_box span.sub_ttl_pc {
    font-family: 'Noto Sans JP';
    color: black;
    font-size:12px;
    padding-left:16px;
}

/* しゃれた枠 */
.box17{
    margin:2em 0;
    position: relative;
    padding: 1em 3em;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 1px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}

/* 黄色のマーカー */
.marker_yel span {
    background: linear-gradient(transparent 60%, yellow 40%);
    color:black !important;
    font-weight:bold;
}

/* ボールド+アンダーライン */
.txt_udr {
    font-weight:bold;
    text-decoration:underline;
}

/* サイズを決定した画面の、内訳表記を小さくする、補償パックタイトル（PCのみ） */
.pc_fix {
    font-size:16px !important;
    font-weight:300 !important;
}

/* ご利用ガイドと偽サイトページでSPのみ本文内を改行したい */
.only_sp_br{
  display:none;
}

/*-- 背景を強制的にグレーにする　--*/
.bg_glay { background-color: #eee !important;}

/*-- お役立ち情報の画像とリストの制御 --*/
.list-box { display: table;}
.list-img,
.list-text {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

/*-- お役立ち情報のタイトル部分 --*/
.title-text {
    display: table-cell;
    vertical-align: middle;
    height:150px;
    font-size:26px;
    font-weight:bold;
    padding-left:30px;
}

.list-img img { width:300px; padding: 0 20px;}
.mg { margin:40px 0;}

/*-- ヤマト関連（これだけoriginal.cssに入れとく） --*/
/* GoogleMapの地域情報 PC版 旧サイトのCSSをコピペ */ 
/* 通常の営業所 */ 

#area_menu ul {
	display:table;
	table-layout:fixed;
	width:686px;
}

#area_menu li {
	display:table-cell;
	vertical-align:middle;
	padding-left:10px;
}

.station li { padding-left:0 !important;}

#area_menu ul.area_list { width:700px; margin-left:10px;}


/* 駅周辺の営業所 */ 
#train_menu ul {
	display:table;
	table-layout:fixed;
	width:680px;
	margin: 0 auto;
	padding: 0;
}

#train_menu li {
	display:table-cell;
	vertical-align:middle;
	margin: 0;
	padding: 0;
}

#train_menu ul:first-child img { vertical-align: bottom;}
#train_menu ul.area_list { width:730px; margin-left:10px;}



ul#total_area li#shop_list { width:200px;}


