body {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
    text-rendering: optimizeLegibility;
    color: #000;
    font-size: 1em;	
}


a {
	text-decoration: none;
}
p{
	margin-top: 0px;
	margin-bottom: 0px;
}
hr{
	margin: 75px auto;
	color: #b0b0b0;
}
#tysMain{
	margin: 0px auto;
	max-width: 912px;
}
.tysContent{
    max-width: 912px;
	width: 100%;
	font-size: 14px;
	line-height: 2;
}
.tysContent img{
	width: 100%;
}
.tysmouTtl{
	font-size: 28px;
	font-weight: 700;
	line-height: 1.35;
	color: #ff8b00;
	text-align: center;
    margin-top: 25px;
    margin-bottom: 1rem;
}
.tysSubhd{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
	color: #ff8b00;
	margin-top: 1em;
    margin-bottom: 0.5em;
}
.tysmouTxt{
	font-size: 15px;
	text-align: justify;
}
.tysmouOve{
	background-color: #f6e5c1;
	padding: 3em 3em;
	margin-top: 50px;
	background-image: url(//www.joyfulhonda.com/jhdir/img/feature/jh_moudouken-special/tys-moudouken_point.png);
	background-repeat: no-repeat;
	background-position: right 3% top;
}

.tysmouOvettl h2{
	font-size: 28px;
	font-weight: 700;
	line-height: 1.35;
	color: #ff8b00;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 15px;
}
.tysContentsub{
	display: flex;
    margin: 0px auto;
    align-items: center;
}
.tysContentsub-item {
    width: 50%;
	line-height: 2;
}
.tysmouTxthd{
	font-size: 18px;
	font-weight: 600;
}
.tysmouLinks{
	background-color: #ff8b00;	
	font-size: 17px;
	text-align: center;
	padding: 10px 5px 7px;
}
.tysmouLinks:hover {
    opacity: 0.5;
	transition-duration: 0.2s;
}
.tysmouLinks a{
	color: #FFFFFF;
}

#tysContent-mo{
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
}
#tysContent-mo iframe{
	margin: 0px auto;
	text-align: center;
	position: absolute;
	width: 100%!important;
	height: 100%!important;
}

@media all and (max-width:450px){
	.tysContent{
		line-height: 1.714285714;
	}
	.tysContentsub{
		display: block;
		margin: 0px auto;
	}
	.tysContentsub-item {
		width: 100%;
		padding-left: 0px!important;
		line-height: 1.714285714;
	}
	.tysContentsub-item img{
		margin-bottom: 10px;
	}
}