@charset "UTF-8";
/*------- Phoneスタイルここから -------*/
@media screen and (max-width:960px) {

.content {
	width: 95%;
	margin: 0px auto;
	z-index: 5px;
	position: relative;
	padding: 110px 0px 100px 0px;
}
.news_time {
	width: auto;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 20px 0px;
	font-size: 20px;
	line-height: 1.6em;
	border-bottom: 4px dotted #7fd894;
}
.news_time span.y {
	font-size: 100px;
	line-height: 1em;
	color: #7fd894;
	position: absolute;
	top: 0px;
	right: 20px;
	opacity: 0.2;
}
.news_time span.d {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.6em;
	color: #7fd894;
}
.news_time .icon-bike {
	font-size: 25px;
	font-weight: bold;
	line-height: 1em;
	color: #7fd894;
	margin-right: 30px;
}
span.n {
	font-size: 10px;
	line-height: 1.2em;
	color: #ffffff;
}
span.d {
	font-size: 30px;
	line-height: 1em;
	color: #ffffff;
}
.news_text {
	width: auto;
	min-height: 300px;
	padding: 30px;
	font-size: 16px;
	color: #535353;
	border: 1px solid #dddddd;
	background: #ffffff;
	box-shadow: 1px 1px 3px rgba(160,160,160,0.3);
	-moz-box-shadow: 1px 1px 3px rgba(160,160,160,0.3);
	-webkit-box-shadow: 1px 1px 3px rgba(160,160,160,0.3);
	-ms-box-shadow: 1px 1px 3px rgba(160,160,160,0.3);
	position: relative;
	word-wrap: break-word;
}
.news_text:before {
	content: "";
	display: inline-block;
	border: 20px solid transparent;
	border-bottom-color: #dddddd;
	position: absolute;
	left: 50%;
	top: -40px;
	margin-left: -20px;
}
.news_text:after {
	content: "";
	display: inline-block;
	border: 20px solid transparent;
	border-bottom-color: #ffffff;
	position: absolute;
	left: 50%;
	top: -38px;
	margin-left: -20px;
}
.info_text .texts {
	width: auto;
	height: 80px;
	padding: 0px;
	background: #ffffff;
	box-shadow: 0px 3px 6px rgba(160,160,160,0.5);
	-moz-box-shadow: 0px 3px 6px rgba(160,160,160,0.5);
	-webkit-box-shadow: 0px 3px 6px rgba(160,160,160,0.5);
	-ms-box-shadow: 0px 3px 6px rgba(160,160,160,0.5);
	position: relative;
	top: 0px;
	opacity: 1;
	transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-webkit-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	display: block;
	color: #313131;
}
.info_text .texts:link { outline: none; text-decoration: none; color: #313131; }
.info_text .texts:visited { outline: none; text-decoration: none; color: #313131; }
.info_text .texts:hover { outline: none; text-decoration: none; color: #313131; background: #e4f9ef; }
.info_text .texts:active { outline: none; text-decoration: none; color: #313131; }
.info_text .texts dl {
	height: 60px;
	margin: 0px;
	padding: 10px;
	clear: both;
}
.info_text .texts dt {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0px 0px 0px 12px;
	padding: 10px;
	color: #ffffff;
	background: #7fd894;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	line-height: 1em;
	text-align: center;
	display: block;
}
.info_text .texts dd {
	height: 60px;
	margin: 0px 0px 0px 0px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 1.6em;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
.info_text .texts dd p {
	font-size: 12px;
	line-height: 1.6em;
	display: inline-block;
	text-align: left;
}
.content h1 {
	margin-bottom: 50px;
	line-height: 1.6em;
}
.icon-bike {
	font-size: 24px;
	line-height: 1em;
	opacity: 1;
	margin-right: 10px;
}
}

/*------- Phoneスタイルここまで -------*/
/*------- PCスタイルここから -------*/
@media screen and (min-width:961px) {

.content {
	width: 800px;
	margin: 0px auto;
	z-index: 5px;
	position: relative;
	padding: 180px 0px 100px 0px;
}
.news_time {
	width: auto;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 20px 0px;
	font-size: 20px;
	line-height: 1.6em;
	border-bottom: 4px dotted #7fd894;
}
.news_time span.y {
	font-size: 100px;
	line-height: 1em;
	color: #7fd894;
	position: absolute;
	top: 0px;
	right: 20px;
	opacity: 0.2;
}
.news_time span.d {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.6em;
	color: #7fd894;
}
.news_time .icon-bike {
	font-size: 25px;
	font-weight: bold;
	line-height: 1em;
	color: #7fd894;
	margin-right: 30px;
}
span.n {
	font-size: 10px;
	line-height: 1.2em;
	color: #ffffff;
}
span.d {
	font-size: 30px;
	line-height: 1em;
	color: #ffffff;
}
.news_text {
	width: auto;
	min-height: 300px;
	padding: 30px;
	font-size: 16px;
	color: #535353;
	border: 1px solid #dddddd;
	background: #ffffff;
	box-shadow: 1px 1px 3px rgba(160,160,160,0.3);
	-moz-box-shadow: 1px 1px 3px rgba(160,160,160,0.3);
	-webkit-box-shadow: 1px 1px 3px rgba(160,160,160,0.3);
	-ms-box-shadow: 1px 1px 3px rgba(160,160,160,0.3);
	position: relative;
	word-wrap: break-word;
}
.news_text:before {
	content: "";
	display: inline-block;
	border: 20px solid transparent;
	border-bottom-color: #dddddd;
	position: absolute;
	left: 50%;
	top: -40px;
	margin-left: -20px;
}
.news_text:after {
	content: "";
	display: inline-block;
	border: 20px solid transparent;
	border-bottom-color: #ffffff;
	position: absolute;
	left: 50%;
	top: -38px;
	margin-left: -20px;
}
.info_text .texts {
	width: auto;
	height: 80px;
	padding: 0px;
	background: #ffffff;
	box-shadow: 0px 3px 6px rgba(160,160,160,0.5);
	-moz-box-shadow: 0px 3px 6px rgba(160,160,160,0.5);
	-webkit-box-shadow: 0px 3px 6px rgba(160,160,160,0.5);
	-ms-box-shadow: 0px 3px 6px rgba(160,160,160,0.5);
	position: relative;
	top: 0px;
	opacity: 1;
	transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-webkit-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	display: block;
	color: #313131;
}
.info_text .texts:link { outline: none; text-decoration: none; color: #313131; }
.info_text .texts:visited { outline: none; text-decoration: none; color: #313131; }
.info_text .texts:hover { outline: none; text-decoration: none; color: #313131; background: #e4f9ef; }
.info_text .texts:active { outline: none; text-decoration: none; color: #313131; }
.info_text .texts dl {
	height: 60px;
	margin: 0px;
	padding: 10px;
	clear: both;
}
.info_text .texts dt {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0px 0px 0px 12px;
	padding: 10px;
	color: #ffffff;
	background: #7fd894;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	line-height: 1em;
	text-align: center;
	display: block;
}
.info_text .texts dd {
	height: 60px;
	margin: 0px 0px 0px 0px;
	padding-left: 10px;
	font-size: 18px;
	line-height: 1.6em;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
.info_text .texts dd p {
	font-size: 18px;
	line-height: 1.6em;
	display: inline-block;
	text-align: left;
}
.content h1 {
	margin-bottom: 50px;
	line-height: 1.6em;
}
.icon-bike {
	font-size: 24px;
	line-height: 1em;
	opacity: 1;
	margin-right: 10px;
}
}