/* .SupportBox{
	margin-bottom: 5em;
} */

#mainTitle{
	background-image: url("../img/support/support_title_bg.jpg");
}

#Introduction {
	
}
#IntroductionTitle .Left{
	width: 60%;
}
#IntroductionTitle .Left h3{
	line-height: 1.8em;
}
#IntroductionTitle .Right{
	width: 45%;
}
#IntroductionTitle .Right .enLato {
    color: #727171;
    padding: 1em 0;
    margin-top: 1.5em;
    border-top: #595757 solid 2px;
    border-bottom: #595757 solid 1px;
}
#IntroductionTitle .Left p{
	line-height: 2.5em;
}
#IntroductionTitle .Left .f18{
	margin-top: 2em;
}
#IntroductionTitle .Right p:nth-of-type(2){
	margin-top: 4em; 
}

#Introduction .Town{
	margin-top: 3em;
}


#SupportContentOuter{
	background: #f0edec;
	margin-top: 5em;
	padding: 5em 0;
}
#SupportContentBox .SupportContentBoxIn{
	width: 47%;
}
#SupportContentBox .SupportContentBoxIn:nth-of-type(n+3){
	margin-top: 4em;
}
#SupportContentBox .SupportContentBoxIn h4{
	border-top: #727171 solid 2px;
	margin-bottom: 1.5em;
}
#SupportContentBox .SupportContentBoxIn h4 .enLato{
	background: #727171;
	color: #fff;
	padding: 0.4em 0.5em 1em;
	display: inline-block;
	font-weight: normal;
}
#SupportContentBox .SupportContentBoxIn h4 .f24{
	padding: 0.5em 1em;
	display: inline-block;
	line-height: 1.5em;
}
#SupportContentBox .SupportContentBoxIn .icon{
	width: 23%;
}
#SupportContentBox .SupportContentBoxIn .txt{
	width: 72%;
	line-height: 1.7em;
}

#SupportGeneralComment{
	background: #fff;
	border-radius: 12px;
	margin-top: 5em;
	padding: 2em;
}
#SupportGeneralComment h5{
	line-height: 1em;
	margin-bottom: 1em;
}
#SupportGeneralComment h5 .icon{
	width: 7%;
	margin-right: 0.5em;
	max-width: 70px;
}
#SupportGeneralComment .GeneralCommentDesc .icon{
	width: 15%;
}
#SupportGeneralComment .GeneralCommentDesc .txt{
	width: 81%;
	line-height: 1.7em;
}


@media screen and (max-width:1080px){

}


/* SP スマホ */
@media screen and (max-width:767px){
	
	#mainTitle{
		background-image: url("../img/support/support_title_bg_sp.jpg");
	}
	
	#IntroductionTitle{
		flex-direction: column-reverse;
	}
	#IntroductionTitle .Right{
		display: flex;
		align-items: center;
	}
	#IntroductionTitle .Right .enLato{
		width: 70%;
		border: none;
		padding: 0;
		margin: 0;
		font-size: 0.7rem;
	}
	#IntroductionTitle .Right p:nth-of-type(2){
		width: 30%;
		margin-top: 0;
	}
	#IntroductionTitle .Left{
		margin-top: 7%;
	}
	#IntroductionTitle .Left,
	#IntroductionTitle .Right,
	#SupportContentBox .SupportContentBoxIn,
	#SupportGeneralComment .GeneralCommentDesc .txt{
		width: 100%;
	}
	#IntroductionTitle .Left h3{
		font-size: 1.3rem;
		border-bottom: #595757 solid 2px;
		padding-bottom: 0.5em;
	}
	#IntroductionTitle .Left .f18{
		margin-top: 1.5%;
		border-top: #595757 solid 1px;
		padding-top: 7%;
		line-height: 1.7em;
	}

	
	#Introduction .Town{
		overflow: hidden;
		margin-top: 3%;
	}
	
	#SupportContentOuter{
		margin-top: 10%;
		padding: 10% 0;
	}
	#SupportContentBox .SupportContentBoxIn:nth-of-type(n+2){
		margin-top: 10%;
	}
	#SupportContentBox .SupportContentBoxIn h4 .f24{
		font-size: 1.1rem;
	}
	
	#SupportGeneralComment{
		margin-top: 10%;
	}
	#SupportGeneralComment h5{
		align-items: center;
	}
	#SupportGeneralComment h5 .icon{
		width: 40%;
	}
	#SupportGeneralComment .GeneralCommentDesc{
		display: block;
	}
	#SupportGeneralComment .GeneralCommentDesc .icon{
		float: left;
		margin: 0 1.5em 1em 0;
		width: 35%;
	}
	#SupportGeneralComment .GeneralCommentDesc .txt{
		font-size: 1rem;
	}

}
