/*--共通--*/
#top-slider-warp{
  margin-top: 0;
  height: 220px;
}

.-topCmnbox{
  margin-bottom: 75px;
}
.-topCmnbox img{
  max-width: 100%;
  width: 100%;
  height: auto;
}
.-topCmnbox_link01{
}
.-topCmnbox_link01 a{
  color: #034694;
  text-decoration: underline;
}
.-topCmnbox_link01 a:hover{
  text-decoration: none;
}

.block-top-free-2{
  margin-top: 0;
}

.-topTit01,.-topTit02{
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  /* border-bottom: 2px solid #E8E9EA; */
  border-bottom: none;
  /* padding: 0 0 .25em; */
  padding: 0;
  margin: 0 0 10px;
  /* margin: 0 0 .5em; */
}

/*--/共通--*/


/*--Topics--*/
.-secTpoics01{
}
.-secTpoics01 .-secTpoics01_ul01{
}
.-secTpoics01 .-secTpoics01_ul01>li{
  /* padding: 0 10px; */
  padding: 0;
  margin-bottom: 0.5em;
  text-indent: -1em;
  margin-left: 1em;
}
.-secTpoics01 .-secTpoics01_ul01>li>a{
  color: #034694;
}
.-secTpoics01 .-secTpoics01_ul01>li>a:before{
  content: '';
  width: .75em;
  margin-left: .25em;
  display: inline-block;
  border-left: 5px solid #c00;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
/*--/Topics--*/


/*----商品群----*/
.-secDetail01{
}

.-ul_detail01{
  display: flex;
  /* justify-content: space-between; */
  /* margin: 0 10px; */
  margin: 0;
}
.-ul_detail01>li{
  width: 17.260%;
  margin-right: 3.424%;
  line-height: 1.4;
  position: relative;
}
.-ul_detail01>li:last-of-type{
  margin-right: 0;
}

.-ul_detail01>li>a{
  display: flex;
  flex-flow: column nowrap;
}
.-ul_detail01>li>a:hover{
  text-decoration: none;
  opacity: .66;;
}
.-ul_detail01>li>a>.-rnkName{
  font-size: 13px;
  color: #202021;
  order: 3;
  font-weight: bold;
  padding: 0;
  margin: 0 0 .5em;
  background-color: transparent;
  height: auto;
  min-height: auto;
  width: 100%;
}
.-ul_detail01>li>a>.-rnkBrnd{
  font-size: 12px;
  color: #999999;
  order: 2;
  font-weight: bold;
  padding: 0;
  margin: 0 0 .5em;
  width: 100%;
}
.-ul_detail01>li>a>.-rnkPrc{
  order: 4;
  font-size: 13px;
  color: #c00;
  font-weight: bold;
  width: 100%;
  text-align: left;
}
.-ul_detail01>li>a>.-rnkPrc>span{
  font-size: .5em;
  font-weight: normal;
}
.-ul_detail01>li>a>.-rnkImg{
  order: 1;
  font-size: 0;
  line-height: 0;
  /* border: 1px solid #ccc; */
  box-shadow: 0px 0px 3px rgba(0,0,0,.25);
  margin: 0 0 5px;
  padding: 0;
  width: 100%;
  height: auto;
}
.-ul_detail01>li>a>.-rnkImg>img{
  width: 100%;
  height: auto;
}
/*----/商品群----*/

/*--カテゴリ--*/
.-secCate01{
}
.-secCate01 .-ulCate01{
  /* padding: 0 10px; */
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.-secCate01 .-ulCate01>li{
  width: 33.333%;
  margin: 0 0 10px;
  display: flex;
}
.-secCate01 .-ulCate01>li>a{
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 20px;
}
.-secCate01 .-ulCate01>li>a:hover{
  text-decoration: none;
  opacity: .66;
}
.-secCate01 .-ulCate01>li>a .-secCate01_img01{
  width: 75px;
  min-width: 75px;
  max-width: 75px;
  font-size:0;
  line-height: 0;
  /* border: 1px solid #ccc; */  
  box-shadow: 0px 0px 3px rgba(0,0,0,.25);
  order: 1;
  margin: 0 10px 0 0;
}
.-secCate01 .-ulCate01>li>a .-secCate01_tit01{
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  color: #202021;
  order: 2;
  padding: 0;
  background-color: transparent;
  width: auto;
  height: auto;
  min-height: auto;
}
/*--カテゴリ--*/


/*----ランキングOL----*/
.-secRanking01{
}

.-secRanking01 .-topTit01{
  padding: 0 0 0 30px;
  background: url(/img/custom_page/icon_ranking01.png) no-repeat left top/22px auto;
  /* background: url(avic/icon_ranking01.png) no-repeat left center/22px auto;  */
}

.-ol_ranking01{
  list-style: none;
  display: flex;
  justify-content: space-between;
  /* padding: 0 10px; */
  padding: 0;

}
.-ol_ranking01>li{
  width: 17.260%;
  margin-right: 3.424%;
  line-height: 1.4;
  position: relative;
}

.-ol_ranking01>li:last-of-type{
  margin-right: 0;
}
.-ol_ranking01>li::after{
  content: '';
  font-size: 12px;
  font-weight: bold;
  width: 18px;
  height: 18px;
  display: block;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.-ol_ranking01>li:nth-of-type(1)::after{
  content: '1';
  background-color: #A79103;
}
.-ol_ranking01>li:nth-of-type(2)::after{
  content: '2';
  background-color: #717171;
}
.-ol_ranking01>li:nth-of-type(3)::after{
  content: '3';
  background-color: #A10000;
}
.-ol_ranking01>li:nth-of-type(4)::after{
  content: '4';
  background-color: #202021;
}
.-ol_ranking01>li:nth-of-type(5)::after{
  content: '5';
  background-color: #202021;
}

.-ol_ranking01>li>a{
  display: flex;
  flex-flow: column nowrap;
}
.-ol_ranking01>li>a:hover{
  text-decoration: none;
  opacity: .66;;
}
.-ol_ranking01>li>a>.-rnkName{
  font-size: 13px;
  color: #202021;
  order: 3;
  font-weight: bold;
  padding: 0;
  margin: 0 0 .5em;
  background-color: transparent;
  height: auto;
  min-height: auto;
  width: 100%;
}
.-ol_ranking01>li>a>.-rnkBrnd{
  font-size: 12px;
  color: #999999;
  order: 2;
  font-weight: bold;
  padding: 0;
  margin: 0 0 .5em;
  width: 100%;
}
.-ol_ranking01>li>a>.-rnkPrc{
  order: 4;
  font-size: 13px;
  color: #c00;
  font-weight: bold;
  width: 100%;
  text-align: left;
}
.-ol_ranking01>li>a>.-rnkPrc>span{
  font-size: .5em;
  font-weight: normal;
}
.-ol_ranking01>li>a>.-rnkImg{
  order: 1;
  font-size: 0;
  line-height: 0;
  /* border: 1px solid #ccc; */
  box-shadow: 0px 0px 3px rgba(0,0,0,.25);
  margin: 0 0 5px;
  padding: 0;
  width: 100%;
  height: auto;
}
.-ol_ranking01>li>a>.-rnkImg>img{
  width: 100%;
  height: auto;
}
/*----/ランキングOL----*/

/*--バナー--*/
.-secBnr01{
}
.-secBnr01 img{
  display: inline-block;
  width: 100%;
  height: auto;
}

.-secBnr01>.-bnr1Clm{
  margin-bottom: 10px;
  display: flex;
  font-size: 0;
  line-height: 0;
}
.-secBnr01>.-bnr1Clm>li{
  width: 100%;
}

.-secBnr01>.-bnr2Clm{
  margin-bottom: 10px;
  font-size: 0;
  line-height: 0;
  display: flex;
  flex-flow: row wrap;
}
.-secBnr01>.-bnr2Clm>li{
  width: 49.315%;
  margin: 0 1.369% 1.369% 0;
}
.-secBnr01>.-bnr2Clm>li:nth-child(2n){
  margin: 0;
}
.-secBnr01>.-bnr2Clm>li:nth-last-child(1),
.-secBnr01>.-bnr2Clm>li:nth-last-child(2){
  margin-bottom: 0;
}

.-secBnr01>.-bnr3Clm{
  margin-bottom: 10px;
  font-size: 0;
  line-height: 0;
  display: flex;
  flex-flow: row wrap;
}
.-secBnr01>.-bnr3Clm>li{
  width: 32.420%;
  margin: 0 1.369% 1.369% 0;
}
.-secBnr01>.-bnr3Clm>li:nth-child(3n){
  margin: 0;
}
.-secBnr01>.-bnr3Clm>li:nth-last-child(1),
.-secBnr01>.-bnr3Clm>li:nth-last-child(2),
.-secBnr01>.-bnr3Clm>li:nth-last-child(3){
  margin-bottom: 0;
}
/*--バナー--*/

/*--緊急告知枠--*/
.-secAttention01{
  color: #c00;
  margin-bottom: 25px;
  padding: 20px;
  background-color: #f3f3f3;
  text-align: center;
  line-height: 1.4;
}

.-secAttention01 a{
  color: #c00;
  text-decoration: underline;
}
.-secAttention01 a:hover{
  text-decoration: none;
  opacity: .8;
}
.-secAttention01_ul01{
}
.-secAttention01_ul01>li{
  margin: 0 0 1em;
}
.-secAttention01_ul01>li:last-of-type{
  margin-bottom: 0;
}


/*--緊急告知枠--*/

/*--SP時の下部バナー--*/

/*--20200930--*/
.block-top-event>.block-top-event--header,
.-genreWrap01 .block-top-event--header{
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 2em 0 0;
  margin: 0 0 .5em !important;
  border: none;
  border-top: 1px dotted #bbb;
}
.block-top-event--goods>.block-thumbnail-h{
  margin: 0 0 50px;
  display: flex;
  flex-flow: row wrap;
}
.block-top-event--goods>.block-thumbnail-h>li{
  width: 140px;
  margin: 0 10px 0 0;
}
.block-top-event--goods>.block-thumbnail-h>li>.block-thumbnail-h--goods{
  padding: 0;
}
.block-top-event--goods>.block-thumbnail-h>li:nth-of-type(5n){
  margin: 0;
}
.block-top-event--goods>.block-thumbnail-h>li .block-thumbnail-h--goods-image figure {
  max-width: 100%;
  width: 100%;
  height: auto;
  padding: 0;
}
.block-top-event--goods>.block-thumbnail-h>li .block-thumbnail-h--goods-description {
  display: flex;
  flex-direction: column;
  margin-top: .25em;
  padding: 0;
}
.block-top-event--goods>.block-thumbnail-h>li .block-thumbnail-h--goods-brand .txt-en {
  margin-top: 0.25em;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.4;
}
.block-top-event--goods>.block-thumbnail-h>li .block-thumbnail-h--goods-brand .txt-ja {
  display: none;
}
.block-top-event--goods>.block-thumbnail-h>li .block-thumbnail-h--goods-name {
  margin-top: 0;
  font-size: 1.4rem;
  font-weight: bold;
  /* color: #007185; */
}

/*--/20200930--*/

/*--20201211 特集キャンペーン枠バナー調整--*/

.-bnrVer02{
  max-width: 740px;
  overflow: hidden;
  position: relative;
  font-size: 0;
  line-height: 0;
  /* display: flex;
  flex-flow: row wrap;
  justify-content: space-between; */
  margin: 0;
  padding: 0;
}
.-bnrVer02 img{
  width: 100%;
  height: auto;
  display: inline-block;
}
.-bnrVer02 li{
  margin: 0 1.351% 1.351% 0;
  float: left;
}
.-bnrVer02 li:first-child{
  width: 100%;
  margin: 0 0 1.351% 0;
}
.-bnrVer02 li:nth-of-type(n+2){/*2番目以降*/
  width: 49.315%;
  margin: 0 1.351% 1.351% 0;
}
.-bnrVer02 li:nth-of-type(n+2):nth-child(odd){/*2番目以降で偶数*/
  margin: 0 0 1.351% 0;
}
.-bnrVer02 li:nth-of-type(n+10){/*10番目以降*/
  width: 32.420%;
  margin: 0 1.351% 1.351% 0;
}
.-bnrVer02 li:nth-of-type(n+10):nth-child(odd){/*10番目以降 で偶数*/
  margin: 0 1.351% 1.351% 0;
}
.-bnrVer02 li:nth-of-type(n+10):nth-child(3n){/*10番目以降で３の倍数*/
  margin: 0 0 1.351% 0;
}
.-bnrVer02 li:last-of-type{/*10番目以降*/
  flex-grow: 1;
}

.-vwMore01{		
  max-width: 740px;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}

.-genreWrap01 .-vwMore01{		
  max-width: 750px;
  /* width: 750px; */
  margin: -2em 0 0;
}
.-vwMore01_a{
  display: block;
  text-decoration: underline;
  font-size: 16px;
  line-height: 1.1;
  text-decoration: none;
  padding: 7px 5px 5px;
  text-align: center;
  border: 1px solid #202021;
  background-color: #fff;
}
.-vwMore01_a:hover{
  opacity: .66;
  cursor: pointer;
  text-decoration: none;
}

/*-- //20201211 特集キャンペーン枠バナー調整--*/





/*--　TOPICS枠　デザイン修正　2021.7.18　--*/
.block-top-topic--header {
  padding: 0;
  margin: 0 0 .75em;
  border-top: none;
  border-bottom: none;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}
.block-top-topic--items li {
  padding: 10px 16px;
  border-top: 1px dotted #ccc;
  border-bottom: none;
}
.block-top-topic--items li>.block-top-topic--icon{
  display: none;
}
.block-top-topic--items li:last-of-type {
  border-bottom: 1px dotted #ccc;
}
.block-top-topic--items dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.7;
  align-items: flex-start;
  align-content: flex-start;
}
.block-top-topic--items dt {
  width: 76px;
  margin-right: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.7;
}
.block-top-topic--items dd {
  width: 642px;
  box-sizing: border-box;
  padding: 0 0 0 72px;
  position: relative;
  text-decoration: underline;
  color: #034694;
  font-size: 13px;
}
.block-top-topic--items dd .block-top-topic--icon{
  width: 54px;
  height: 15px;
  position: absolute;
  top:4px;
  left: 0;
}
.block-top-topic--items a:hover {
  text-decoration: none;
}
.block-top-topic--items a:hover dd{
  text-decoration: none;
}
.block-top-topic--next-page {
  margin-top: 10px;
}


/*--　//TOPICS枠　デザイン修正　2021.7.18　--*/

/*--Top 大スライド　タグ追加　2021.8.22--*/

/*-- 

SALE：
　tag_sale01

キャンペーン
　tag_cmp01

ブログ
　tag_blog01

新製品
　tag_newitem01

--*/

#top-slider .slider-item a{
  position: relative;
  display: block;
}

#top-slider .slider-item a::after{
  content:'';
  width: 100%;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
}

/*-- SALE：tag_sale01 --*/
#top-slider .slider-item.tag_sale01 a::after{
  background: url(/img/custom_page/top/tag_sale01.png) no-repeat left top / contain;
}
/*-- /SALE：tag_sale01 --*/

/*-- キャンペーン：tag_cmp01 --*/
#top-slider .slider-item.tag_cmp01 a::after{
  background: url(/img/custom_page/top/tag_cmp01.png) no-repeat left top / contain;
}
/*-- /キャンペーン：tag_cmp01 --*/

/*-- ブログ：tag_blog01 --*/
#top-slider .slider-item.tag_blog01 a::after{
  background: url(/img/custom_page/top/tag_blog01.png) no-repeat left top / contain;
}
/*-- /ブログ：tag_blog01 --*/

/*-- 新製品：tag_newitem01 --*/
#top-slider .slider-item.tag_newitem01 a::after{
  background: url(/img/custom_page/top/tag_newitem01.png) no-repeat left top / contain;
}
/*-- /新製品：tag_newitem01 --*/


/*-- お知らせ：tag_info01 --*/
#top-slider .slider-item.tag_info01 a::after{
  background: url(/img/custom_page/top/tag_info01.png) no-repeat left top / contain;
}
/*-- /お知らせ：tag_info01 --*/
/*--/Top 大スライド　タグ追加　2021.8.22--*/

/*-- 2012.11.10 --*/
.js-block-thumbnail-t--goods-icon .block-icon .block-icon-inner{
  display: none;
}

.block-thumbnail-t--goods-description .block-thumbnail-t--goods-condition{
  display: none;
}
/*-- 2012.11.10 --*/

/*--スチール・ムービー　分割--*/
.-genreWrap01{
  margin: 5em 0;
  padding: 0;
  width: 100%;
}

.-genreWrap01_stit01{
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  height: auto;
  min-height: auto;
  background-color: transparent;
  border: none;
  display: flex;
  margin: 0 0 1.5em;
  padding: 0;
  /* align-items: center; */
}
.-genreWrap01_stit01>span{
  font-size: .66em;
  margin: 0 .66em;
  font-weight: normal;
  display: flex;
  align-items: flex-end;
  line-height: 1.5;
}
.-genreWrap01_stit01::after{
  content: '';
  flex-grow: 1;
  border-bottom: 1px solid #202021;
  height: 1px;
  transform: translateY(16px);
}


.-genreWrap01_ul01{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 0 3em;
}
.-genreWrap01_ul01>li{
  width: 370px;
  display: flex;
  margin: 0 0 10px;
}
.-genreWrap01_ul01>li:nth-last-of-type(1),
.-genreWrap01_ul01>li:nth-last-of-type(2){
  margin: 0;
}
.-genreWrap01_ul01>li img{
  width: 100%;
  height: auto;
}
.-genreWrap01_ul01>li a{
  transition: .5s ease;
}
.-genreWrap01_ul01>li a:hover{
  opacity: .75;
  transition: .2s ease;
}
/*--//スチール・ムービー　分割--*/

.block-thumbnail-h--goods-description .variation-name:nth-child(3) {
  display: none;
}
.block-top-topic,
.block-top-event{
margin: 25px 0 50px;
}
.block-top-body{
  /*margin-top:40px;*/
}
.block-thumbnail-h {
  width: 740px;
}
.block-top-event--header{
  margin-top: 3em !important;
}
/* .block-category-top-nav{
  margin-top: 0 !important;
} */
.block-thumbnail-h .slick-slide{
  padding: 0 !important;
  margin: 0 !important;
}
/* .slick-slider .block-thumbnail-t--goods:not(:nth-child(-n+5))::before {
display: none;
} */
.block-thumbnail-h .slick-prev {
  left: -25px;
}
.block-thumbnail-h .slick-next {
  right: -25px;
}
.block-thumbnail-h .slick-prev:before {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 25px;
  height: 25px;
  background: rgba(0,0,0,.1) url(/img/custom_page/top/slick/arw_slick_l.png) center no-repeat;
background-size: 6px;
}
.block-thumbnail-h .slick-next:before {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 25px;
  height: 25px;
  background: rgba(0,0,0,.1) url(/img/custom_page/top/slick/arw_slick_r.png) center no-repeat;
background-size: 6px;
}
.slick-slide .block-thumbnail-h--goods-image figure {
  width: 100%;
  height: auto;
  padding: 0;
  background: transparent;
  padding-top: 100%;
  position:relative;
}
/*--2021.3.15 追記--*/
.slick-track {
  min-width: 740px;
}
.slick-initialized .slick-slide {
  min-width: 148px;
}
/*--//2021.3.15 追記--*/

.block-thumbnail-h--goods {
  padding: 0 0.1vw;
}
.block-top-event--goods .block-thumbnail-t{
  margin-top: 0;
}



/*-- 開催中イベント告知枠--*/
.-secEvnt01{
  margin: 0 0 5em;
}
.-secEvnt01_stit01{
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 0;
  margin: 0 0 10px;
  border: none;
}
.-secEvnt01_txt01{
  font-size: 13px;
  line-height: 1.4;
  padding: 1em;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

.-secEvnt01_inner01_ul01{
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}
.-secEvnt01_inner01_ul01>li{
  display: flex;
  flex-flow: column nowrap;
  box-sizing: border-box;
  width: 100%;
  padding: 13px 16px;
  border-top: 1px dotted #ccc;
}
.-secEvnt01_inner01_ul01>li:last-of-type {
    border-bottom: 1px dotted #ccc;
}
.-secEvnt01_inner01_ul01>li>a{
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.-secEvnt01_inner01_ul01>li>a:hover{
  text-decoration: none;
  opacity: .8;
}
.-secEvnt01_inner01_ul01>li>a .-icon01{
  /* background-color: #c3000f; */
  background-color: #202021;
  border-radius: 1px;
  color:#fff;
  display: flex;
  font-size: 11px;
  padding: 0.1em 1em;
  align-items: center;
  justify-content: center;
  margin: 0 1em 0 0;
  /* opacity: .33; */
  /* display: none; */
}
.-secEvnt01_inner01_ul01>li>a .-time01{
  font-size: 13px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.-secEvnt01_inner01_ul01>li>a .-stit01{
  width: 100%;
  text-decoration: underline;
  color: #034694;
  font-size: 13px;
  line-height: 1.4;
  height: auto;
  min-height: auto;
  margin: .5em 0 0;
  padding: 0;
  background-color: transparent;
  border: none;
  font-weight: normal;
}
.-secEvnt01_inner01_ul01>li>a:hover .-stit01{
  text-decoration: none;
}

/*-- //開催中イベント告知枠--*/

/*--2024.4.16 TOPリニュー関連--*/
#block_of_top_body{
  margin-top: 10px;
}
.slick-slide img {
  -webkit-backface-visibility: hidden;
  /*Chrome対応（スライド画像がぼやける）*/
}
.slick-dots li{
  width: 19px;
  height: auto;
  padding: 0;
  margin: 0;
}
.slick-dots li button{
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #ddd;
  padding: 0;
  display: inline-block;
  transition: .5s ease;
}
.slick-dots li button:before{
  display: none;
}
.slick-dots li.slick-active button{
  width: 7px;
  height: 7px;
  background-color: #111;
  transition: .2s ease;
}
.block-top-body--body .slider-item{
  width: 650px;
  padding: 0 10px;
}
.slick-dotted.slick-slider{
  margin-bottom: 0;
}
#top-slider .slick-prev, #top-slider .slick-next {
  top: 95px;
  width: 30px;
  height: 30px;
  display: block;
  background-color: rgba(0, 0, 0, 0.66);
  border-radius: 100%;
}
#top-slider .slick-next {
  right: 20px !important;
}
#top-slider .slick-prev {
  left: 20px !important;
}
#top-slider .slick-prev:before, #top-slider .slick-next:before{
  background: initial;
  width: 7px !important;
  height: 7px !important;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1 !important;
}
#top-slider .slick-prev:before{
  transform: translate(-25%,-50%) rotate(-45deg);
}
#top-slider .slick-next:before{
  transform: translate(-75%,-50%) rotate(135deg);
}
.-attntionBox{
  width: 100%;
  border: 1px solid #C11;
  font-size: 13px;
  line-height: 1.7;
  background-color: #fff;
  padding: 1em;
  margin: 2em 0;
}
.-attntionBox a{
  text-decoration: underline;
  color: #c11;
}
.-attntionBox a:hover{
  text-decoration: none;
}
.-attntionBox_txt01{
  font-size: 13px;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}

.block-top-topic {
  margin-top: 5em;
  padding-top: 5em;
  border-top: 1px solid #ccc;
}
/*--2024.4.16 TOPリニュー関連--*/