@charset "utf-8";



/* // Common
----------------------------------------------- */


/* // Header
----------------------------------------------- */


/* // Footer
----------------------------------------------- */


/* // pageTop
----------------------------------------------- */




/* // PageHeder
----------------------------------------------- */

/* // Module
----------------------------------------------- */



/* // ボタン設定
----------------------------------------------- */




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


/* // Top ----------------------------------------------- */

.topInfo{
    display: flex;
    justify-content: space-between;
    margin-top:60px;
    margin-bottom:60px;
}
.topNews{
    margin: 0;
    padding: 0;
    width: 48%;
    margin-right: 2%;
    border-bottom: solid 2px #cb9b0e;
    padding-bottom: 30px;
}

.topNews_titleBox{
    display: flex;
    justify-content: space-between;
    border-bottom: solid 2px #cb9b0e;
    margin-bottom: 1.6em;
}

.topNewsH2{
    border-bottom: none;
    margin:0;
}

a.topNews_list{
    position: relative;
    color: #AE8109;
    font-size: 12px;
    font-weight: 400;
    text-align: right;
    padding: 0 0 0 10px;
    margin-right: 10px;
}
a.topNews_list:before{
    content: "";
    position: absolute;
    top: 50%;   /* 縦軸をセンタリングする */
    left: 0;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */
    border: 4px solid transparent;
    border-left: 6px solid #AE8109;   /* 好みで色を変えてください */
}

.topNewsDList{
    width: 100%;
    height: 330px;
}

.topNewsDList dt span{
	vertical-align: 0.5px;
}

.topNewsDList dt span.serviceIcon{
    border-radius: 2px;
}

.topNewsDList dd {
	margin-bottom: 30px;
}

.newArticles_titleBox{
    display: flex;
    justify-content: space-between;
}

h3.topNewArticlesH3{
    color: #000;
    font-size: 127%;
    padding-left: 163px;
    position: relative;
}
h3.topNewArticlesH3 img{
    position: absolute;
    width: 127px;
    height: 59px;
    top: -15px;
    left: 30px;
}

.newArticles_titleBox a.newArticles_list{
    color: #000;
    font-family: FontAwesome;
    font-size: 12px;
    font-weight: 400;
    text-align: right;
    position: relative;
    padding: 0 0 0 10px;
    margin-right: 10px;
}
.newArticles_titleBox a.newArticles_list:before{
    content: "";
    position: absolute;
    top: 50%;   /* 縦軸をセンタリングする */
    left: 0;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */
    border: 4px solid transparent;
    border-left: 6px solid #000;
}

.topNewArticles{
    width: 48%;
}

.topNewArticlesList{
    height: 336px;
    overflow-y:scroll;
    border-radius: 8px;
    border: 1px solid #DFDFDF;
    padding: 26px 30px;
}

.topNewArticlesList dt{
    color: #48B07B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.topNewArticlesList dt span.subTitleIcon{
    color: #48B07B;
    font-family: "Hiragino Kaku Gothic Pro";
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 8px;
    padding: 2px 4px;
    border-radius: 2px;
    border: 0.5px solid #48B07B;
    vertical-align: 1.9px;
}
.topNewArticlesList dd{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.topNewArticlesList dd a{
    color: #000;
}
.topNewArticlesList dd span{
    color: #565E6D;
    font-family: "Hiragino Kaku Gothic Pro";
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.promotionList li{
margin: 0 20px 15px 0;
width: auto;
}

/* // xxxx  */



/* // お知らせ一覧 ----------------------------------------------- */

.infoPageList{
    background: #FBFBFB;
}

.infoPageList dt{
    background: #fff;
    color: #172A88;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    padding-top: 12px;
}

.infoPageList dt span.serviceIcon{
    background: #068991;
    color: #FFF;
    font-family: "Noto Sans";
    font-size: 12px;
    font-weight: 400;
    margin-right: 10px;
    padding: 2px 16px 1px;
}
.infoPageList dt span.mediaIcon{
    background: #B8409C;
    color: #FFF;
    font-family: "Noto Sans";
    font-size: 12px;
    font-weight: 400;
    margin-right: 10px;
    padding: 2px 16px 1px;
}

.infoPageList dd{
    background: #fff;
    padding-top: 8px;
    padding-bottom: 28px;
    border-bottom: solid 1px #E0E0E0;
    margin-bottom: 12px;
}

.infoPageList dd a{
    font-size: 16px;
    color: #916700;
    text-decoration: none;
}

.infoPageList dd a:hover{
    color: #916700;
    text-decoration: underline;
}
.infoPageList dd a:after{
    content: "\f08e";
    margin: 0 0 0 0.4em;
    font-family:FontAwesome;
    text-decoration: none;
    display: inline-block;
}

.infoList_pageNav{
    margin-top: 100px;
}

.infoList_pageNav ul{
    widows: 100%;
    display: flex;
    justify-content: center;
    padding-top: 13px;
    padding-bottom: 13px;
    border-top: solid 1px #ddd;
    border-bottom:  solid 1px #ddd;
    list-style: none;
}

.infoList_pageNav ul li{
    background: #f5f5f5;
    width: 27px;
    height: 27px;
    margin-right: 6px;
    text-align: center;
}

.infoList_pageNav ul li a{
    display: block;
    color: #333;
    background: #fff;
    width: 27px;
    height: 27px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}

.infoPage_box{
    display: flex;
}
.infoAge{
    width: 200px;
    text-align: left;
}
.infoAge h2{
    color: #333;
    border-left: solid 1px #000;
    font-size: 17px;
    font-weight: 300;
    padding-left: 22px;
    line-height: 4em;
    margin-bottom: 8px;
}
.infoAgeB{
    color: #555;
    width: 200px;
    margin-bottom: 5px;
}
button.ageButton{
    border: none;
    line-height: 2.6em;
    width: 100%;
    position: relative;
    text-align: left;
    padding-left: 40px;
    font-size: 14px;
    border-radius: 0;
}
button.ageButton:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    transform: rotate(45deg);
    position: absolute;
    top: -2px;
    left: 22px;
    bottom: 0;
    margin: auto;
}

button.ageButton:hover {
    background: #333;
    color: #fff;
}

#selectedAgeButton {
    background: #333;
    color: #fff;
}

button.ageButton:focus {
    background: #333;
    color: #fff;
}
button.ageButton:focus::before {
    color: #333;
}
.infoAge_sp{
    display: none;
}

.infoPage_box h3{
    display: none;
}

.noInfo{
    display:block;
}
h3.infoAge_h3{
    display: none;
}
.noInfoNote{
    color: #444;
    font-size: 16px;
    font-weight: 200;
    text-align: left;
    margin-bottom: 30px;
}
/* // 商品一覧 ----------------------------------------------- */


/* // xxxx  */



/* // 商品詳細 ----------------------------------------------- */


/* // xxxx  */

















