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

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

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

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

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


/*-- メインエリアの画像幅を、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;
}

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

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


/*-- カートボタンの背景色を変更　--*/
.fs-c-button--primary  {
    background: #e92525;
    border: 1px solid #e92525;
    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;}

/*-- フォントの大きさ　--*/
.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;}

/*-- 一覧表示の価格表示設定 --*/
.fs-c-price__value, .scene_ttl {
    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;}


/*-- 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;}

/*-- 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;}

/*-- 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;}

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

/*-- widthの共有設定 --*/
.wd_p10  { width: 10%;}
.wd_p20  { width: 20%;}
.wd_p25  { width: 25%;}
.wd_p30  { width: 30%;}
.wd_p40  { width: 40%;}
.wd_p50  { width: 50%;}
.wd_p60  { width: 60%;}
.wd_p70  { width: 70%;}
.wd_p80  { width: 80%;}
.wd_p90  { width: 90%;}
.wd_p100  { width: 100%;}

/*-- topの共有設定 --*/

.top_p30 { padding-top: 30px !important;}


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

/*-- リンクの文字色設定 --*/
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;}


/**************************/
/* 両サイドにバーが入ったタイトル */
/**************************/
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;
}

/*******************/
.size_ttl01 { font-weight:bold; font-size:18px;}

/*-- 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: 740px !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;
}


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


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


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


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


/*-- ナビの横並び（型から選ぶ） --*/
ul.navi_position_mens_1  {
    display: flex;
    list-style: none;
    margin-left:200px;
}


/*-- ナビの横並び内のパーツ間隔（型から選ぶ） --*/
ul.navi_position_mens_1 li  {
    padding-left: 16px;
    padding-top: 5px;    
}


/*-- ナビの横並び（身長から選ぶ） --*/
ul.navi_position_mens_2  {
    display: flex;
    list-style: none;
    margin-left: 200px;
}


/*-- ナビの横並び内のパーツ間隔（身長から選ぶ） --*/
ul.navi_position_mens_2 li  {
    padding-left: 16px;    
    padding-top: 5px;    
}


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


/*-- 商品詳細のサイズ表リスト（2列以上） --*/
ul.table_3row {
    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';
}

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

/* レスポンシブとCLS対策 */
ul.table_3row li img { height: auto;}

/* テーブルの先頭項目（見出し部分） */
.size_area_1 th.ttl_40p  { width: 40px;}

/*-- 横並びの設定（服のサイズ） --*/
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;
}
/*-- 横並びの設定（服のサイズ） 終わり --*/


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

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


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

ul.banner_list_main_2 span.f_blue  {
    color: #034D74;
    font-weight: bold;
}


/****** 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 {
    margin-bottom: 28px;
}


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

/* 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%;}

/* 2列のwidth　（カテゴリ部） */
ul.table_2row_a li { width: 48%;}
ul.table_2row_a li:first-child { text-align: right;}
ul.table_2row_a li:last-child { text-align: left;}
ul.table_2row_a li img { width: 50%;}

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

/* 6列のwidth */
ul.table_6row li { width: 16%;}


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

/* メインのタイトル */
.size_area_1 td.m_ttl { padding: 5px 0;}

/* 商品サイズのタイトル（ladies用） */
.size_area_1 tr.l_ttl { font-size: 10px;}
.size_area_1 .u_line01 { border-bottom: inset 1px #000000;}    /* 実線 */
.size_area_1 .u_line02 { border-bottom: double 3px #cccccc;}   /* 二重線 */

/* 商品名（ladies用） */
.size_area_1 .l_bg01 { font-weight: bold; background-color: #FFE0E0;}

/* サイズ名（ladies用） */
.size_area_1 .l_bg03 { font-weight: bold;}


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

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

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


/* テーブルの先頭項目（見出し部分） */
.size_area_1 th.ttl_80p  { width: 80px;}
.size_area_1 th.ttl_100p  { width: 100px;}
.size_area_1 th.ttl_110p  { width: 110px;}
.size_area_1 th.ttl_120p  { width: 120px;}

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




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

/*-- サイズ決定時のタイトル部分 --*/
.size_fix_ttl  { font-size: 14px;}
.size_fix_ttl span.size  {
    font-size: 40px;
    font-weight: bold;
}
.size_fix_ttl span.gou  {
    font-size: 28px;
    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;
}


/* ヤマト検索のカテゴリ表示 旧サイトのCSSをコピペ */

/*  インライン設定に変更してみる
ul.t-bnr02 {
    display:table;
    margin: 5px 0 10px 0;
}

ul.t-bnr02 li {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}

ul.t-bnr01 li { padding:5px 0; }
ul.t-bnr01 li:first-child { padding-top:5px; }
ul.t-bnr01 li:last-child { padding-bottom:10px; }
ul.t-bnr02 li:last-child { padding-left:8px; }
ul.t-bnr03 { margin: 0; padding: 0; }
ul.t-bnr03 li { padding:5px 0; }
*/

/* GoogleMap関連 旧サイトのCSSをコピペ */ 

/*  インライン設定に変更してみる
#eigyo_ttl {
	font-size:20px;
	font-weight:bold;
}
#eigyo_ttl img { margin-right:10px;}
#eigyo_sttl { font-size:12px;}

#map01 { width: 500px; height: 700px;}
*/

/* GoogleMapの地域情報 PC版 旧サイトのCSSをコピペ */ 
/* #area_menu { width:500px;} */

/*  インライン設定に変更してみる
#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:700px; margin-left:10px;}

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

*/

.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: 740px) {
  .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;
}

/*--  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;
}

/*-- 特徴のタイトル（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{
  display: none;
}

/* チェックされたらポップアップウインドウを開く */
#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;
}

/* ポップアップの内容 */
.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;
}

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

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

/*-- お役立ち情報の画像とリストの制御 --*/
.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に入れとく） --*/
#area_menu ul.area_list { width:700px; margin-left:10px;}
#train_menu ul.area_list { width:700px; margin-left:10px;}

/* 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;}

/* 駅周辺の営業所 */
#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;}