@charset "utf-8";
/* CSS Document */


/*-----------------------------
  sdgs
-----------------------------*/

/*		.mainTitle
-----------------------------*/
#sdgs .mainTitle{
	background: url("../images/sdgs_title.jpg") no-repeat center top / cover;
}
#sdgs .mainTitle::after{
	background: rgba(14,72,151,0.25);
}
#sdgs .mainTitle h2{
	text-shadow: 0px 0px 8px rgba(39,97,10,0.6), 0px 0px 8px rgba(39,97,10,0.6);
}


/*		#sdgsLead
-----------------------------*/
@media screen and (max-width: 768px) {
#sdgsLead .txt{
	margin: 0 auto;
	width: 90%;
}
#sdgsLead .txt.f24{
	font-size: 1.8rem !important;
}
#sdgsLead .img{
	margin: 30px auto 0;
	width: 90%;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
#sdgsLead .txt{
	line-height: 2;
	width: 57%;
    margin-right: 30px;
	max-width: 700px;
}
#sdgsLead .img{
	width: 100%;
  max-width: 400px;
}
}/* //end for PC */

/*fukuoka_sdgs*/
@media screen and (min-width: 769px) {
    .txtArea {
        width: 63%;
        max-width: calc(100% - 445px);
    }
}
.txtArea {
    padding: 30px 50px;
}
h4 {
    font-size: 4.5rem;
}
@media screen and (min-width: 769px) {
    #serviceContent .img {
        width: 37%;
        max-width: 445px;
    }
}
#serviceContent .img {
    overflow: hidden;
}
/*		.sdgsBox
-----------------------------*/
.sdgsBox .h3Tit{
	/* border-top: 5px solid var(--blue); */
	border-bottom: 5px solid var(--blue);
	padding: 15px 30px;
}
.sdgsBox .icSdgs img{
	display: inline;
	width: 80px;
	height: auto;
}
.sdgsBox .txtArea,
.sdgsBox .txt{
	font-size: 1.8rem;
	line-height: 2;
	margin-right: 40px;
  width: 60%;
}
.sdgsBox .img{
	width: 30%;
}
#sdgsHealth.sdgsBox ul li{
	margin-top: 10px;
	position: relative;
	padding-left: 18px;
}
#sdgsHealth.sdgsBox ul li::before{
	content: "";
	background: var(--blue);
	display: inline-block;
	border-radius: 4px;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0.8em;
	left: 0;
}
@media screen and (max-width: 768px) {
.sdgsBox .h3Tit{
	padding-left: 5%;
	padding-right: 5%;
}
.sdgsBox .tiTxt{
	width: calc(100% - 60px);
}
.sdgsBox .icSdgs,
.sdgsBox .icSdgs img{
	width: 50px;
}
.sdgsBox .icSdgs img:not(:first-child){
	margin-top: 5px;
}
.sdgsBox .txtArea,
.sdgsBox .txt{
	width: 100%;
}
.sdgsBox .img{
	margin-top: 30px;
	width: 100%;
}
#sdgsHealth.sdgsBox ul{
	margin-left: 0 !important;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
.sdgsBox .icSdgs img:not(:first-child){
	margin-left: 10px;
}
}/* //end for PC */