/*=================================================================

    おしえて！ダイキンのこと環境のこと

=================================================================*/
#oshiete #g-main{
	position: relative;
    background: #d9f7ff;
}
#oshiete #g-main .g-breadcrumbs-p{
    background: #d9f7ff;
    margin: 0 auto 35px;
    padding-top: 10px;
}
#oshiete #g-main .g-container .g-contents{
    padding-bottom: 80px;
}
#oshiete #g-main .g-container .g-contents h1{
	font-weight: bold;
}
#oshiete #g-main .g-container #menuArea{
    background: #fff;
    border-radius: 45px;
    padding: 45px 45px 40px 45px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#oshiete #g-main .g-container #menuArea #cover{
    width: 295px;
    margin-right: 60px;
}
#oshiete #g-main .g-container #menuArea #cover img{
    width: 100%;
}
#oshiete #g-main .g-container #menuArea .menu h2{
    position: relative;
    height: 86px;
    padding: 45px 0 0 95px;
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 20px;
}
#oshiete #g-main .g-container #menuArea .menu h2:before{
    position: absolute;
    display: inline-block;
    content: '';
    width: 73px;
    height: 86px;
    top: -10px;
    left: 0;
    background:url("/-/media/Project/Daikin/daikin_co_jp/sustainability/information/common/icon_pichon png") no-repeat;
    background-size: contain;
}

#oshiete #g-main .g-container #menuArea .menu h2:after{
    position: absolute;
    display: inline-block;
    content: '';
    width: 165px;
    height: 25px;
    top: 10px;
    left: 95px;
    background: url("/-/media/Project/Daikin/daikin_co_jp/sustainability/information/images/oshiete_title png") no-repeat;
    background-size: contain;
}
#oshiete #g-main .g-container #menuArea .menu ul{
    font-size: 0.875rem;
    line-height: 1.0625rem;
}
#oshiete #g-main .g-container #menuArea .menu ul li{
    position: relative;
    padding-left: 15px;
    margin-bottom: 0.5rem;
}
#oshiete #g-main .g-container #menuArea .menu ul li:before{
    position: absolute;
    content: '';
    width: 8px;
	height: 8px;
	border-radius: 50%;
    background: #99d6eb;
    border: 1px solid #0099cc;
    border-radius: 50%;
    top: 0.2em;
    left: 0;
}
#oshiete #g-main .g-container #menuArea .menu ul li a{
    font-size: 0.875rem;
    line-height: 1.0625rem;
}
#oshiete #g-main .g-container #menuArea #bookDL{
    margin: 30px 0 0 0;
}
#oshiete #g-main .g-container #menuArea #bookDL a{
    display: inline-block;
    border: 1px solid #09c;
    border-radius: 36px;
    font-size: 0.9375rem;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
    padding: 17px 60px 17px 90px;
}
#oshiete #g-main .g-container #menuArea #bookDL a:hover{
    color: #fff;
	text-decoration: none;
    background: #008CBF;
}
#oshiete #g-main .g-container #menuArea #bookDL a span{
    display: block;
    font-size: 0.875rem;
}
#oshiete #g-main .g-container #menuArea #bookDL a::before{
    position: absolute;
    content: '';
    width: 61px;
    height: 36px;
    top: 17px;
    left: 15px;
    background: url("/-/media/Project/Daikin/daikin_co_jp/sustainability/information/images/oshiete_icon png") no-repeat;
    background-size: contain;
}
#oshiete #g-main .g-container #menuArea #bookDL a:hover::before{
    position: absolute;
    content: '';
    width: 61px;
    height: 36px;
    top: 17px;
    left: 15px;
    background: url("/-/media/Project/Daikin/daikin_co_jp/sustainability/information/images/oshiete_icon_on png") no-repeat;
    background-size: contain;
}






/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Tablets
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 959px) {
	#oshiete .g-container{
		padding-left: 15px;
		padding-right: 15px;
	}
    #oshiete #g-main .g-container #menuArea #cover{
        width: 70%;
        margin: 0 auto 50px auto;
    }
    #oshiete #g-main .g-container #menuArea .menu ul li{
        margin-bottom: 0.625rem;
    }



}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 767px) {
    #oshiete #g-main .g-container #menuArea{
        margin-top: 40px;
        display: block;
        padding: 50px 25px 24px 25px;
    }
    #oshiete #g-main .g-container #menuArea .menu h2{
        margin-bottom: 10px;
    }
    #oshiete #g-main .g-container #menuArea #bookDL{
        margin: 34px 0 0 0;
    }
    #oshiete #g-main .g-container #menuArea #bookDL a{
        display: block;
        padding: 17px 10px 17px 80px;
    }
    #oshiete #g-main .g-container #menuArea #bookDL a:before{
        width: 54px;
        height: 32px;
        top: 17px;
        left: 15px;
    }


}
