.oubo_list {
	font-size: 20px;
	list-style: none;
}

.list_item {
	margin-top: 30px;
}

hr.line {
 	height: 1px;
 	background-color: black;
 	width: 100%;
 	border: none;
	margin: 60px 0;
}

.sanka_width {
	max-width: 800px;
    margin: 0 auto;
}

.sanka_width h4 {
	margin-top: 30px;
}

.ts_h1 {
	background: #f4f2ec;
	padding: 3rem 0 3rem;
	margin: 60px 0 40px;
}

.ts_p {
	margin: 2rem 0;
	font-size: 20px;
}

.ts_relation {
	padding: 4rem 6rem;
	margin: 6rem 4rem;
	border: solid 1px #7f7f7f;
} 

.ts_relation_title {
	font-size: 20px;
	color: #000;
	margin: 0 0 2rem;
}

.ts_movie {
	position:relative;
    width:100%;
    height:0;
    padding-top:75%;
	margin: 3rem 0;
}

.ts_movie iframe {
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.ts_main_button {
	display: inline-block;
	padding: 1em 2em;
	width: 30rem;
	border: 2px solid #FF5126;
	border-radius: 10rem;
	background: #FF5126;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	margin: 5px;
}

.ts_main_button:hover {
	background: #fff;
	color: FF5126;
	border: 2px solid #FF5126;
	border-radius: 10rem;
	transition: all 0.3s ease;
}

.ts_sub_button {
	display: inline-block;
	font-size: 16px;
	padding: 1em 2em;
	width: 30rem;
	border: 2px solid #FF5126;
	border-radius: 10rem;
	background: #FFFFFF;
	color: #FF5126;
	border-color: #FF5126;
	text-align: center;
	text-decoration: none;
}

.ts_sub_button:hover {
	background: #FF5126;
	color: #FFF;
	border: 2px solid #FF5126;
	border-radius: 10rem;
	transition: all 0.3s ease;
}

@media screen and (max-width: 736px) {
	.ts_relation {
	padding: 0;
	margin: 0;
	width: 100%;
	border: solid 1px #7f7f7f;
	} 
}