/* ページトップへボタンを上に */
.ec-blockTopBtn {
    bottom: 90px;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
    .ec-headerTitle .ec-headerTitle__title {
        width: 80%;
        margin: auto;
    }
.pc { display: none !important; }
.sp { display: block !important; }
.ft-guide-outer { display: block !important; }
.ft-guide-inner {width: 90% !important;}
.band_banner span.right {
    width: 53%;
    padding-left: 10%;
}
.br_sp {
    display: inline-block !important;
}
.band_banner span.left {
    width: 47%;
}
.pc-category-inner .lists {
    margin: 0 auto !important;
}
.pc-category-inner .lists li {
    width: 100% !important;
    margin: 0 !important;
}
.pc-category-inner .lists a {
    padding: 0 !important;
}
}
/* パソコンで見たとき*/
@media only screen and (min-width: 768px){
    .ec-headerTitle .ec-headerTitle__title {
        width: 40%;
        margin: auto;
    }
    .ec-newItemRole , .ec-newsRole {
        padding: 40px 0 !important;
    }
}
/*---------------------------------------
    フッターご利用ガイド
----------------------------------------*/

#footerGuide {
	margin: 0 auto;
	width: 90%;
}
#footerGuide h2 {
	border-left: 4px solid #444;
	font-size: 16px;
	padding: 4px 8px;
	margin-bottom: 8px;
}
.ft-guide-outer{
	text-align:left;
	display: flex;
	justify-content: space-between;
}
.ft-guide-inner li {
	margin-left: 24px;
	list-style-type: disc;
}
.ft-guide-inner {
	width: 30%;
}
.ft-guide-inner h3 {
	font-size: 15px;
	padding-bottom: 4px;
	margin: 32px 0 24px;
	border-bottom:#ccc 1px solid;
}
.ft-guide-subtitle {
	margin: 16px 0 8px 0;
	padding: 2px 8px;
	border-left: #ccc 4px solid;
	font-weight: bold;
}

/*---------------------------------------
    帯バナー
----------------------------------------*/
.band_banner {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 7px 0 7px 0;
    font-weight: bold;
}
.band_banner span.right {
    float: none;
    width: auto;
    padding-top: 0;
}
.band_banner span.left {
    font-weight: normal;
    font-size: 1.3rem;
    margin-left: 1em;
    float: none;
    width: auto;
    text-align: left;
}

/*---------------------------------------
    サイドナビ
----------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
section.side dl.category {
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
}
section.side {
    text-align: left;
    font-size: 1.3rem;
    margin: 0 5px 0;
}
section.side dl.category dt {
    width: 100%;
    height: auto;
    margin: -1px 0 0 0;
    padding: 5px;
    box-sizing: border-box;
    border: #e8e8e8 solid 1px;
}
section.side dl.category dt a {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-weight: 600;
    color: #2e2926;
    text-align: center;
    display: block;
    background: #F8F8F8;
}
section.side dl.category dd {
    width: 100%;
    height: auto;
    margin: -1px 0 0 0;
    box-sizing: border-box;
    border: #e8e8e8 solid 1px;
}
section.side dl.category dd a {
    width: 100%;
    height: 45px;
    line-height: 45px;
    letter-spacing: -0.03em;
    display: block;
    position: relative;
}
section.side dl.category dd a img {
    width: auto;
    height: 45px;
    float: left;
    margin-right: 5px;
}
section.side dl.category dd a:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-color: #f3f1ed;
    border-style: solid;
    border-width: 0;
    transition-property: border-width;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}
/*---------------------------------------
    ボトムナビ
----------------------------------------*/
@media screen and (min-width: 668px){
.pc-category-inner {
    width: 1040px;
}
}
.pc-category-inner {
    margin: 0 auto;
}
.pc-category-inner .lists {
    overflow: hidden;
    margin: 0 -12px;
    padding: 0;
    list-style-type: none;
}
.pc-category-inner .lists li {
    float: left;
    width: 329px;
    margin: 20px 12px 0;
}
.pc-category-inner .lists .img, .pc-category-inner .lists .tit {
    display: table-cell;
    vertical-align: middle;
}
.pc-category-inner .lists .en {
    font-size: 17px;
    font-weight: bold;
}
.pc-category-inner .lists .jp {
    font-size: 13px;
}
.pc-category-inner .lists a {
    position: relative;
    box-sizing: border-box;
    display: table;
    overflow: hidden;
    width: 100%;
    border: 1px solid #aaa;
    padding: 23px 0;
}
.pc-category-inner .lists .img {
    width: 120px;
    text-align: center;
}
.pc-category-inner .lists .ico {
    transform: translateX(0);
    transition: all .3s ease-in-out;
    position: absolute;
    top: 40%;
    right: 22px;
    width: 8px;
}
.pc-category-inner .lists .ico img {
    width: 100%;
    height: auto;
}