@charset "utf-8";


/*
	top
*/

.home #keyvisualBox h1 {
    position: static !important;
    padding: 0 !important;
}

.link2List {
    box-sizing: border-box;
    border: 3px solid #e8e8e8;
    border-right: none;
    border-bottom: none;
    overflow: hidden;
    margin-bottom: 5%;
}

.link2List li {
    box-sizing: border-box;
    border-right: 3px solid #e8e8e8;
    border-bottom: 3px solid #e8e8e8;
    overflow: hidden;
    position: relative;
    float: left;
}

.link2List li,
.link3List li img {
    width: 100%;
    height: auto;
}

.link2List li {
    /*	width:50%;*/
}

.link3List {
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 5%;
}

.link3List li {
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    position: relative;
    float: left;
    width: 48.4375%;
    margin-bottom: 20px;
    height: 124px;

    background-repeat: no-repeat;
    background-size: 70px;
    background-position: 15px center;
}

.link3List li:nth-of-type(even) {
    float: right;
}

.link3List li:hover {
    background-color: #fdefe5;
}

.link3List #ryokin {
    background-image: url(/denka/images/denka/top/icon1.png);
}

.link3List #ih {
    background-image: url(/denka/images/denka/top/icon2.png);
}

.link3List #ecocute {
    background-image: url(/denka/images/denka/top/icon3.png);
}

.link3List #advice {
    background-image: url(/denka/images/denka/top/icon4.png);
}

.link3List #zeh {
    background-image: url(/denka/images/denka/top/icon5.png);
}

.link3List #voice {
    background-image: url(/denka/images/denka/top/icon6.png);
}

.link3List #flow {
    background-image: url(/denka/images/denka/top/icon7.png);
}

.link3List #partnershop {
    background-image: url(/denka/images/denka/top/icon8.png);
}

.link3List #lease {
    background-image: url(/denka/images/denka/top/icon9.png);
}

.link3List #denkahome {
    background-image: url(/denka/images/denka/top/icon10.png);
}

.link3List a {
    text-decoration: none;
    display: block;
    color: #666;
    width: 100%;
    height: 100%;
}

.link3List a > div {
    padding-left: 94px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
}

.link3List a > div > .title {
    font-weight: bold;
    font-size: 114.2857142857143%;
}

.link2List a,
.commingSoon {
    text-decoration: none;
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px;
    position: relative;
}

.link2List a:after {
    content: "";
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    right: 0;
    bottom: 0;
    background: url(../images/denka/top/arr_large.png) no-repeat;
}

.link2List a:hover:after {
    background: url(../images/denka/top/arr_large_o.png) no-repeat;
}

.link2List a:hover {
    background: url(../images/denka/common/bg_over.png) repeat;
}


.link2List a {
    padding: 0;
}


.underLineY3 {
    position: relative;
    border-bottom: 3px solid yellow;
    padding-bottom: -10px;
}

#contents a:hover img {
    opacity: 1;
}

.faqList {
    margin-bottom: 40px;
}

.faqList:after {
    content: "";
    display: block;
    clear: both;
}

.faqList.last {
    margin-bottom: 0;
}

.faqList dt {
    font-size: 128.5714285714286%;
    font-weight: bold;
    margin-bottom: 10px;
}

.faqList dd a {
    text-decoration: none;
    color: #666;
}

.faqList dd {
    width: 48.4375%;
    float: left;
}

.faqList dd:nth-of-type(even) {
    float: right;
}

.faqList dd ul li {
    background-image: url(/images/home_common/mark_arrow_right.png);
    background-position: left 20px;
    background-repeat: no-repeat;

    box-sizing: border-box;
    border-top: 1px dotted #cdcdcd;
}

.faqList dd ul li:hover {
    background-color: #fdefe5;
}

.faqList dd ul li.last {
    border-bottom: 1px dotted #cdcdcd;
}

.faqList dd ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 0;
    padding-left: 15px;
}