@charset "Shift_JIS";
#bigBackground{
    background-color: #fff;
    color: #000;
    min-width: 1016px;
    font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
}

#cduWrap{
    width: 100%;
}

/* エラーメッセージ */
.alertTxt{
    width: 100%;
    margin: 1rem 0 0;
    text-align: center;
    font-size: 1rem;
}

/* コンテンツ見出し */
.contentTittle{
    position: relative;
    height: 36px;
    margin-left: 30px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ff0000;
}
.contentTittle:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 2px;
    display: block;
    width: 36px;
    height: 36px;
    background: url("iconNewItem.png") 0 0 no-repeat;
}
.contentHurryUp .contentTittle:before{
    background: url("iconHurryUp.png") 0 0 no-repeat;
}
.contentRanking .contentTittle:before{
    background: url("iconRanking.png") 0 0 no-repeat;
}
.contentNewsList .contentTittle:before,
.newsCol .contentTittle:before{
    background: url("iconNewList.png") 0 0 no-repeat;
}
.mainSliderCol .contentTittle:before,
.newsCol .contentTittle:before{
    background: url("iconFeature.png") 0 0 no-repeat;
}
.contentTittle h2 {
    display: inline-block;
    border-bottom: 2px solid #ff0000;
    padding: 0 0.5em;
    height: 35px;
    font-size: 2em;
    line-height: 1.8em;
    font-weight: bold;
}

/* 商品リスト */
.productCol .productList dl dt {
    position: relative;
}
.productCol .productList dl dt img {
    width: 100%;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.productCol .productList dl dd {
    margin-top: 10px;
}
.productCol .productList dl dd .productPrice {
    font-weight: bold;
    font-size: 1.1em;
}
.productCol .productList .hoverMore {
    display: block;
    position: relative;
}
.productCol .productList .hoverMore p {
    position: absolute;
    top: 0px;
    left: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
}
.productCol .productList .hoverMore p:hover {
    opacity: 1;
}
.productCol .productList .hoverMore p span {
    display: block;
    width: 68%;
    color: #FFFFFF !important;
    font-size: 0.8rem;
    font-weight: normal !important;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 4% 2%;
    margin: auto;
    border: solid 1px #FFFFFF;
}
/* IEハック */
@media all and (-ms-high-contrast:none){
  .productCol .productList .hoverMore p span{
    height: 1.2rem;
  }
}

/* リンクボタン */
a.contetBtnMore {
    position: relative;
    display: block;
    width: 190px;
    height: 45px;
    background: #ff0000;
    border-radius: 6px;
    margin-top: 30px;
    float: right;
}
a.contetBtnMore:hover {
    opacity: 0.5;
}
a.contetBtnMore:before {
    content: "";
    display: block;
    width: 186px;
    height: 41px;
    position: absolute;
    top: 1px;
    left: 1px;
    border: 1px solid #fff;
    border-radius: 5px;
}
a.contetBtnMore span {
    display: block;
    width: 94%;
    height: 56%;
    position: absolute;
    top: 5px;
    left: 5px;
    text-align: center;
    color: #fff;
    padding: 2% 0;
    border: 1px dashed #fff;
}
a.contetBtnMore span:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 9px solid #fff;
    margin-left: 10px;
}

/* ヘッダー */
.contentsHead{
    width: 100%;
    margin: 0;
/*    border-bottom: 4px solid #000;*/
}
.contentsHead .shopSignboardCol {
    width: 100%;
    height: 90px;
    margin: 10px auto 0;
    padding-bottom: 10px;
    display: block;
    text-align: center;
    border-bottom: 3px dashed #ff0000;
}
.contentsHead .shopSignboardCol .shopSignboard{
   width: auto;
   height: auto;
   margin: 0;
}
.contentsHead .contentsHeadMenu{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 998px;
    margin: 15px auto 8px;
}
.contentsHead .contentsHeadMenu ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 75%;
    font-size: 13pt;
    font-weight: bold;
}
.contentsHead .contentsHeadMenu ul li {
    list-style: none;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 2px solid #d8d8d8;
    line-height: 1.4em;
}
.contentsHead .contentsHeadMenu ul li:last-child {
    border-right: none;
}
.contentsHead .contentsHeadMenu ul li a:hover {
    color: #ff0000;
    text-decoration: none;
}
.contentsHead .contentsHeadMenu .search {
    width: 26.5%;
    margin-top: -1px;
}
.contentsHead .contentsHeadMenu .search #bfnsearch{
    width: 180px;
    border: 1px solid #000;
    height: 1.5em;
    padding-left: 8px;
    margin-top: 1px;
}
.contentsHead .contentsHeadMenu .search .button {
    float: right;
    width: 64px;
    height: 24px;
}
.contentsHead .contentsHeadMenu .search .button #search3{
    width: 64px;
    height: 24px;
}
.contentsHead .contentsHeadMenu .search .button #search3:hover{
    opacity: 0.5;
}
#cduPanNavi{
    width: 1006px;
    margin: 0 auto;
}

.btnFeature{
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 15px;
    margin-top: 10px;
}
.btnFeature a{
    text-decoration: underline;
}
.btnFeature a:after {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    border: 5px solid transparent;
    border-left: 9px solid #f00;
    margin-left: 0.5em;
}
.btnFeature a:hover{
    color: #ff0000;
    text-decoration: none;
}

/* 大バナー */
#slider .slick-slide{
    width: 400px;
    padding: 0 5px;
}
#slider .slick-slide a{
    display: block;
    position: relative;
}
#slider .slick-slide a img{
    width: 400px;
}
#slider .slick-slide a p {
    position: absolute;
    top: 0px;
    left: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
}
#slider .slick-slide a:hover p{
    opacity: 1;
}
#slider .slick-slide a p span {
    display: block;
    width: 68%;
    color: #FFFFFF !important;
    font-size: 0.8rem;
    font-weight: normal !important;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 4% 2%;
    margin: auto;
    border: solid 1px #FFFFFF;
}

/*** スクロールボタン ******************************************/
.mainSliderCol{
    position: relative;
    overflow: hidden;
    border-top: 4px solid #000;
    padding: 30px 0 0;
}
.mainSliderCol .contentTittle{
    margin-left: 50px;
    margin-right: 22px;
}
.sliderBtnArrow .bnrArrow{
    display: block;
    width: 38px;
    height: 148px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 480px;
    margin: auto;
    background: rgba(255, 0, 0, 0.5);
    border: 1px solid #fff;
    border-radius: 6px;
    font-size: 0;
    text-indent: -9999px;
}
.sliderBtnArrow .bnrArrow:hover{
    background: rgba(255, 0, 0, 1);
    cursor: pointer;
}
.sliderBtnArrow .bnrArrow:after {
    content: "";
    visibility: visible;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    display: block;
    height: 20px;
    width: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    opacity: 1;
    background: none;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #fff;
}
.sliderBtnArrow .arrow-prev{
    right: 480px;
    left: 0;
}
.sliderBtnArrow .arrow-prev:after {
    right: 0;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #fff;
    border-top: none;
    border-right: none;
}
/*
#slider .slick-arrows{
    top: 125px;
}
#slider .slick-arrow{
    position: absolute;
    right: auto !important;
    left: 50% !important;
    margin-left: 220px;
    width: 38px;
    height: 148px;
    background: rgba(255, 0, 0, 0.5);
    border: 1px solid #fff;
    border-radius: 6px;
    z-index: 2;
}
#slider .slick-arrow:hover{
    background: rgba(255, 0, 0, 1);
}
#slider .slick-arrow:before {
    display: none;
}
#slider .slick-arrow:after {
    content: "";
    visibility: visible;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    display: block;
    height: 20px;
    width: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    opacity: 1;
    background: none;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #fff;
}
#slider .slick-prev{
    left: auto !important;
    right: 50% !important;
    margin-right: 220px;
}
#slider .slick-prev:after {
    right: -1px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #fff;
    border-top: none;
    border-right: none;
}*/
/**********************************************/

#slider .slick-dots{
    position: static;
    padding-top: 10px;
}
#slider .slick-dots li{
    width: 24px;
    height: 24px;
    margin: 4px;
}
#slider .slick-dots li button{
    width: 24px;
    height: 24px;
    background: #d3d3d3;
    border: none;
    border-radius: 50%;
}
#slider .slick-dots li button:hover,
#slider .slick-dots li.slick-active button{
    background: #ff0000;
}
#slider .slick-dots li button:before{
    display: none;
}

/* IEハック */
@media all and (-ms-high-contrast:none){
  #slider .slick-slide a p span{
    height: 1.5rem;
  }
}

/* メインコンテンツ */
.wrapCol{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    min-width: 956px;
    margin: 0;
    padding: 0 30px;
    border-top: 4px solid #000;
}
.wrapCol .mainCol{
    min-width: 506px;
    padding: 20px 0;
}
.wrapCol .mainCol .contentCol{
    margin-top: 45px;
}
.wrapCol .mainCol .contentCol:first-child{
    margin-top: 0;
}
/* Slickスライド */
.wrapCol .mainCol .slideSlick{
    width: calc(100% - 120px);
    margin: 0 auto;
}
.wrapCol .mainCol .slideSlick .slideSlickContent{
    display: block;
    width: 164px;
    margin-right: 20px;
}
.wrapCol .mainCol .slideSlick .slideSlickContent img.js-lazy{
    width: 164px;
}
.wrapCol .mainCol .slideSlick .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 150px;
    padding: 0;
    margin-top: -10px\9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #7f7f7f;
    border-radius: 4px;
}
.wrapCol .mainCol .slideSlick .slick-arrow:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
    border-right: none;
    border-top: none;
    transform: rotate(45deg);
    margin-left: 14px;
}
.wrapCol .mainCol .slideSlick .slick-arrow:after {
    content: "";
    display: block;
    width: 86%;
    height: 96%;
    position: absolute;
    border: 1px solid #fff;
    top: 2px;
    left: 2px;
    border-radius: 3px;
}
.wrapCol .mainCol .slideSlick .slick-prev{
    left: -60px;
}
.wrapCol .mainCol .slideSlick .slick-next{
    right: -60px;
}
.wrapCol .mainCol .slideSlick .slick-next:before{
    border: 3px solid #fff;
    border-left: none;
    border-bottom: none;
    margin-left: 3px;
}

/* サイドコンテンツ */
.wrapCol .subCol{
    width: 420px;
    min-width: 420px;
    margin-left: 15px;
    border-left: 4px solid #000;
    padding: 20px 0 20px 15px;
}
.wrapCol .subCol .contentNewsList .js-newsList-latest{
   list-style: none;
}
.wrapCol .subCol .contentNewsList .newsDate{
    background: #ececec;
    padding: 4px 5px 2px 7px;
    width: auto;
    display: inline-block;
    margin-bottom: 10px;
}
.wrapCol .subCol .contentNewsList .newsColInner{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.wrapCol .subCol .contentNewsList .newsThumb{
    display: block;
    width: 164px;
    margin-right: 10px;
}
.wrapCol .subCol .contentNewsList .newsThumb img{
    width: 164px;
}
.wrapCol .subCol .contentNewsList .newsText {
    display: block;
    width: 246px;
}
.wrapCol .subCol .contentNewsList .newsText .newsTitle {
    font-weight: bold;
    font-size: 1.2em;
}
.wrapCol .subCol .contentNewsList a.contetBtnMore {
    margin-top: 20px;
}

.wrapCol .subCol .twWrap {
    border: 1px solid #000;
    border-radius: 5px;
    margin-top: 20px;
}
.wrapCol .subCol .twWrap .twCaption {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 40px;
}
.wrapCol .subCol .twWrap .twCaption p {
    /*margin: 0 94px 0 2px;*/
    margin-right: 1em;
    font-size: 1.5em;
    font-weight: bold;
    display: inline-table;
    line-height: 2.2em;
}
/* Edgeハック */
@supports (-ms-ime-align:auto) {
  .wrapCol .subCol .twWrap .twCaption p {
    width: 32%;
  }
}
.wrapCol .subCol .twWrap .twCaption p span img {
    width: 40px;
    height: 40px;
    float: left;
}

/* ランキング */
.contentRanking .contentTittle .update {
    display: inline-block;
    float: right;
    border-bottom: 2px solid #ff0000;
    margin-bottom: -1px;
    margin-top: 11px;
    padding-left: 1em;
}
.contentRanking ul.js-ranking {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
    vertical-align: top;
    width: 100%;
}
.contentRanking ul.js-ranking li.productList {
    padding: 15px 15px 0 0;
    width: 18%;
    list-style: none;
}
.contentRanking ul.js-ranking li.productList:last-child {
    padding-right: 0;
}
.btn_favorite,
.prod_detailImg{
    display: none;
}
.productCol .productList .rankingNum {
    position: absolute;
    left: 5%;
    top: 5%;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 3% 5%;
    font-size: 35px;
    font-weight: bold;
    line-height: 1em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 25px;
    height: 33px;
    text-align: center;
}
/* IEハック */
@media all and (-ms-high-contrast:none) and (max-width: 1260px) {
  .contentRanking .productCol .productList .hoverMore p span{
    height: 3rem;
  }
}


/* キャラクター検索 */
.chrSearchCol{
    padding: 30px 30px;
    border-top: 4px solid #000;
    min-width: 956px;
}
.chrSearchCol h2{
    width: 100%;
    background: url("iconSearch.png") 0 0 no-repeat;
    padding-left: 42px;
    height: 44px;
    font-size: 2.2em;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 5px;
    box-sizing: border-box;
}
.chrSearchCol .chrSearchInner{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.chrSearchCol .chrSearchInner *{
    list-style: none;
}
.chrSearchCol .chrSearchInner .selectChrCol{
    width: 390px;
    min-width: 390px;
    background-color: #f0f0f0;
}
.chrSearchCol .chrSearchInner .selectChrCol .selectChrInner {
    display: block;
    background: #fff;
    border: 1px solid #000;
    margin: 16px 20px 20px;
    padding: 0.5em 30px 30px;
}
.chrSearchCol .chrSearchInner .selectChrCol .selectChrInner .selectChrTittle {
    font-size: 150%;
}
.chrSearchCol .chrSearchInner .selectChrCol .selectChrInner .selectChrList li{
    display: block;
    background: #404040;
    padding: 10px 20px;
    margin-top: 10px;
    color: #fff;
    border-radius: 4px;
    position: relative;
    min-height: 1.5rem;
}
.chrSearchCol .chrSearchInner .selectChrCol .selectChrInner .selectChrList li a {
    color: #fff;
    display: block;
    position: absolute;
    width: 80%;
    z-index: 2;
}
.chrSearchCol .chrSearchInner .selectChrCol .selectChrInner .selectChrList li a.currentChr,
.chrSearchCol .chrSearchInner .selectChrCol .selectChrInner .selectChrList li a:hover {
    color: #ffff00;
    text-decoration: none;
}
.chrSearchCol .chrSearchInner .selectChrCol .selectChrInner .selectChrList li:before{
    content: "";
    display: block;
    width: 98%;
    border: 1px solid #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 3px;
    bottom: 2px;
}
.chrSearchCol .chrSearchInner .selectChrCol .selectChrInner .selectChrList li:after {
    content: "+";
    display: block;
    background: #404040;
    border: 1px solid #ffff00;
    color: #ffff00;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 12px;
    text-align: center;
    line-height: 1.5em;
    z-index: 2;
}
.chrSearchCol .chrSearchInner .selectChrCol .selectChrInner .selectChrList .currentList:after,
.chrSearchCol .chrSearchInner .selectChrCol .selectChrInner .selectChrList .selectListOpen:after{
    content: "-";
}
.chrSearchCol .chrSearchInner .selectChrCol .selectChrInner .selectChrList .selectChrListSub {
    margin: 0 0 10px 1em;
    z-index: 1;
    padding-top: 1.5rem;
    display: none;
}
.chrSearchCol .chrSearchInner .selectChrCol .selectChrInner .selectChrList .currentList .selectChrListSub,
.chrSearchCol .chrSearchInner .selectChrCol .selectChrInner .selectChrList .selectListOpen .selectChrListSub{
    display: block;
}
.chrSearchCol .chrSearchInner .selectChrCol .selectChrInner .selectChrList .selectChrListSub li {
    border-left: 3px solid #ffff00;
    border-radius: 0;
    padding: 0 0 0 0.5em;
    z-index: 1;
}
.chrSearchCol .chrSearchInner .selectChrCol .selectChrInner .selectChrList .selectChrListSub li:before,
.chrSearchCol .chrSearchInner .selectChrCol .selectChrInner .selectChrList .selectChrListSub li:after{
    display: none;
}
.chrSearchCol .chrSearchInner .selectChrCol .selectChrInner .selectChrList .selectChrListSub li a {
    position: static;
    width: 100%;
}
.chrSearchCol .chrSearchInner .serchMainCol{
    width: 100%;
    min-width: 566px;
}
.chrSearchCol .chrSearchInner .serchMainCol .selectOtherCol{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 16px 2% 16px 3%;
    width: 95%;
    background: url("imgSearch.png") center left no-repeat #f0f0f0;
    background-size: 2%;
}
.chrSearchCol .chrSearchInner .serchMainCol .selectOtherCol li{
    margin-left: 2%;
    width:32%;
}
.chrSearchCol .chrSearchInner .serchMainCol .selectOtherCol li:first-child{
    margin-left: 0;
}
.chrSearchCol .chrSearchInner .serchMainCol .selectOtherCol li select{
    width: 100%;
    padding: 0.25em 1em 0.75em;
    font-size: 1vw;
    border: 1px solid #000;
}
.chrSearchCol .chrSearchInner .serchMainCol .serchResultCol{
    padding: 30px 0 0 30px;
    position: relative;
}
.chrSearchCol .chrSearchInner .serchMainCol .serchResultCol .loadingCol{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 2;
    text-align: center;
    padding-top: 2rem;
}
.chrSearchCol .chrSearchInner .serchMainCol .serchResultCol .serchResultNum{
    text-align: center;
    font-size: 2em;
    margin-bottom: 10px;
}
.chrSearchCol .chrSearchInner .serchMainCol .serchResultCol .serchResultNum span{
    color: #ff0000;
    font-size: 1.5em;
    font-weight: bold;
}
.chrSearchCol .chrSearchInner .serchMainCol .serchResultCol .productCol{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
}
.chrSearchCol .chrSearchInner .serchMainCol .serchResultCol .productCol li{
    width: 184px;
    margin: 0 15px 15px 0;
}
.chrSearchCol .chrSearchInner .serchMainCol .serchResultCol .productCol li.alertTxt{
    width: 100%;
    margin: 1rem 0 0;
    text-align: center;
    font-size: 1rem;
}
.chrSearchCol .chrSearchInner .serchMainCol .serchResultCol .productCol li dl dt img{
    width: 184px;
}
.chrSearchCol .chrSearchInner .serchMainCol .serchResultCol a.contetBtnMore{
    width: 321px;
    height: 86px;
    float: none;
    margin: 30px auto 0;
}
.chrSearchCol .chrSearchInner .serchMainCol .serchResultCol a.contetBtnMore:before{
    width: 317px;
    height: 82px;
}
.chrSearchCol .chrSearchInner .serchMainCol .serchResultCol a.contetBtnMore span{
    width: 96%;
    height: 25%;
    padding: 8% 0;
    font-size: 2em;
}
.chrSearchCol .chrSearchInner .serchMainCol .serchResultCol a.contetBtnMore span:after{
    border: 9px solid transparent;
    border-left: 15px solid #fff;
}
.chrSearchCol .chrSearchInner .selectChrClear{
    display: block;
    margin-top: 1rem;
}
.chrSearchCol .chrSearchInner .selectChrClear .btnSearch{
    display: block;
    width: 80%;
    background-color: #ff0000;
    margin: 0 auto;
    padding: 2%;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.chrSearchCol .chrSearchInner .selectChrClear .btnSearch:hover{
    opacity: 0.5;
}

/* 新着記事 */
.newsCol {
    border-top: 4px solid #000;
    padding: 30px;
}
.newsCol .contentTittle {
    margin-bottom: 0;
}
.newsCol ul.js-newsList {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.newsCol ul.js-newsList:after {
    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid #fff;
    z-index: 1;
}
.newsCol ul.js-newsList li.newsList {
    width: calc(50% - 10px);
    margin: 20px 20px -1px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 2%;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
}
.newsCol ul.js-newsList li.newsList:nth-child(2n) {
    margin-right: 0;
}
.newsCol ul.js-newsList li.newsList .newsThumb {
    width: 174px;
    display: block;
    margin-right: 20px;
}
.newsCol ul.js-newsList li.newsList .newsThumb img {
    width: 174px;
}
.newsCol ul.js-newsList li.newsList .newsText {
    display: block;
    width: calc(100% - 194px);
}
.newsCol ul.js-newsList li.newsList .newsTitle {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2rem;
}
.newsCol ul.js-newsList li.newsList .newsDate {
    background: #ececec;
    padding: 4px 5px 2px 7px;
    width: auto;
    display: inline-block;
}
.newsCol ul.js-newsList li.newsList .newsDetail {
    font-size: 1.4em;
    margin-top: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsCol ul.js-newsList li.newsList .newsDetail_link {
    margin-top: 0.5rem;
    display: block;
}
.newsCol ul.js-newsList li.newsList .newsDetail_link:after {
    width: 0;
    height: 0;
    display: inline-block;
    border: 5px solid transparent;
    border-left: 9px solid #f00;
    content: "";
    margin-left: 5px;
}
.newsCol ul.js-newsList li.newsList .newsDetail_link:hover {
    color: #ff0000;
    text-decoration: none;
}
.newsCol a.contetBtnMore{
    margin-top: 0;
}
@media screen and (max-width: 1058px) {
  .newsCol ul.js-newsList li.newsList {
    width: 100%;
  }
}

/* 関連リンク */
.linkCol{
    background-color: #f0f0f0;
    width: 100%;
    padding: 30px 0;
}
.linkCol *{
    list-style: none;
}
.linkCol h3{
    border-bottom: 1px solid #000;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 20px;
}
.linkCol h3:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #ff0000;
    border-radius: 10px;
    margin-right: 5px;
}
.linkPickupCol {
    width: 998px;
    margin: 0 auto;
    padding: 0;
}
.linkPickupCol ul {
display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
    margin-top: -20px;
}
.linkPickupCol ul li {
    display: block;
    width: 489px;
    margin-top: 20px;
}
.linkPickupCol ul li a {
    display: block;
    height: 80px;
    padding: 0;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    font-size: 2.5em;
    font-weight: bold;
}
.linkPickupCol ul li a:hover {
    opacity: 0.5;
    text-decoration: none;
}
.linkPickupCol ul li p {
    margin-top: 0.25rem;
    color: #838383;
}
.linkPickupCol a.contetBtnMore{
    float: none;
    margin: 30px auto 0;
}
.linkRelationCol {
    display: block;
    width: 998px;
    margin: 30px auto 0;
    padding: 0;
}
.linkRelationCol div {
    display: block;
    padding: 20px;
    background-color: #fff;
}
.linkRelationCol div:last-child {
    padding-top: 0;
}
.linkRelationCol div h4 {
    border-bottom: 1px solid #000;
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 8px;
}
.linkRelationCol ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-item: center;
}
.linkRelationCol ul li {
    display: block;
    margin: 12px 12px 0 0;
}
.linkRelationCol ul li:nth-child(5n){
    margin-right: 0;
}
.linkRelationCol ul li a img {
    max-height: 62px;
}
.linkRelationCol ul li a:hover img {
    opacity: 0.5;
}

/* フッター */
#cduFooter{
    margin-top: -30px;
}
