/* CSS レイアウト *//* 全体の設定*/

#Himg1,#Himg3,#Himg4{
	max-width: 500px;
	height:auto;
    margin: 0 auto;
    margin-bottom: 50px;
}
#Himg2{
	max-width: 651px;
	height:auto;
    margin: 0 auto;
    margin-bottom: 50px;
}
#Himg1 img,#Himg2 img,
#Himg3 img,#Himg4 img{
width: 100%;
}

#I{
    height: 381px;
	margin:auto;
    margin-top: 0px;
    margin-bottom: -10px;
    border-bottom:2px double #554d49
}
#I img{
    width: 100%;
}

.Himg5{
	max-width:667px;
	height:auto;
    margin: 0 auto;
}

#I0{
	width: 940px;
	height: 50px;
	margin:auto;
    margin-top: 20px;
    margin-bottom: -52px
}
.CH3{
    font-size: 1.4em
}

.consulting-button-area{
    margin-bottom:34px;
    background-color: rgba(255, 255, 255, 0)
}

#I0{
    max-width: 925px;
    width:100%;
    height: auto;
}

#I0 img{
    width:100%;
    height: auto;
}

.title-b{
    margin-top: -5px;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━スマホサイズ用 ■【533px以下】━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@media all and (max-width:533px) {

#I{height: 381px;
    margin-bottom: -190px;
}
#I0{
    display: none
}
    .CH3{
        font-size: 1.3em
    }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*MEDIA━━━━パソコン用 ■【1025px以上】━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

@media screen and (min-width:1025px) {
    #Himg1{
        margin-top: 50px;
    }
}



