@charset "utf-8";
@import url("page.css");
/* CSS Document */

#stress {
	margin: 40px auto;
	width: 96%;
}

.subtit {
	font-size: 26px;
	font-weight: 900;
	color: #333333;
	text-align: center;
	display: block;
	padding: 1em;
	width: 100%;
	border: solid 1px #333333;
	box-sizing: border-box;
}

#stress ol {
	margin-top: 30px;
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
}

#stress li {
	line-height: 2em;
	text-indent: -1.3em;
	padding-left: 1.3em;
}
#stress li:before {
	counter-increment: item;
	content: counter(item)'.';
	padding-right: .5em;
	font-weight: 600;
}

#stress img {
	margin: 10px auto 0;
	height: auto;
	width: auto;
	max-width: 100%;
}

#other {
	margin: 40px auto 20px;
	width: 96%;
}

.subtit02 {
	font-size: 26px;
	font-weight: 900;
	color: #333333;
	text-align: center;
	display: block;
	padding: 1em;
	width: 100%;
	border: solid 1px #333333;
	box-sizing: border-box;
}

#other ul {
	margin: 30px 0 0 0;
	width: 100%;
	list-style: none;
	padding-left: 0;
	box-sizing: border-box;
}

#other li {
	line-height: 2em;
	display: block;
	padding-left: 2.5em;
	position: relative;
}
#other li:before {
	position: absolute;
	top: .20em;
	left: 1rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f1d8";
	color: #009eb5;
}

#other img {
	margin: 0 auto;
	height: auto;
	width: auto;
	max-width: 100%;
}

#btn_contact {
	text-align: center;
	display: block;
	margin: 0 auto 40px;
	width: 96%;	
}
#btn_contact img {
	height: auto;
	width: auto;
	max-width: 100%;
}

@media only screen and (min-width: 769px) {
#title h2 {
	background-image: url(../images/stress/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	height: 488px;
	width: 1100px;
}

#stress {
	margin: 50px auto;
	width: 1100px;
}

.subtit {
	font-size: 36px;
	padding: 10px 0;
	width: 460px;
}

#stress ol {
	margin: 30px 0 0 20px;
	float: left;
	width: 600px;
}

#stress img {
	margin: 30px 0 0;
	float: right;
	width: 400px;
}

#other {
	margin: 50px auto 20px;
	width: 1100px;
}

.subtit02 {
	font-size: 36px;
	padding: 10px 0;
	width: 370px;
}

#other ul {
	margin: 30px 0 0 0;
	float: right;
	width: 600px;
}

#other img {
	margin: 30px 0 0 20px;
	float: left;
	width: 400px;
}

#btn_contact {
	display: block;
	margin: 40px auto 50px;
	width: 318px;	
}
#btn_contact a:hover {
	opacity: 0.7;
}
}