@charset "UTF-8";
.news .news-archive-nav:before, .news .news-archive-nav:after {
	display: table;
	content: '';
	clear: both;
}

em, strong {
	font-style: normal;
	font-weight: bold;
}

.news h2 {
	width: 189px;
	height: 145px;
	margin: 15px 2% 30px 2%;
	background: url(/store/techo/ja/2017/news/images/title_sp.png) no-repeat;
	background-size: contain;
	text-indent: -9999px;
}

.news .news-archive-list {
	margin: 30px 2%;
}

.news .news-archive-list .page {
	display: none;
}

.news .news-archive-list .page.active {
	display: block;
}

.news .news-archive-list .page > div {
	display: block;
	height: 300px;
	margin: 0 0 10px 0;
	background: url(/store/techo/ja/2017/news/images/archive_grid.png) repeat-x center top;
	background-size: 20px auto;
	background-color: #D4ECEA;
	box-shadow: 3px 3px 3px 0 #ccc;
}

.news .news-archive-list .page > div:nth-child(even) {
	background-color: #FAE6D7;
}

.news .news-archive-list .page > div > a {
	display: block;
	position: relative;
	padding: 10px;
}

.news .news-archive-list .page > div > a .date {
	margin-top: 10px;
	font-size: 120%;
	line-height: 1;
	color: #000;
}

.news .news-archive-list .page > div > a .date > span {
	display: inline-block;
	margin-right: 10px;
}

.news .news-archive-list .page > div > a .date > .day {
	font-size: 16px;
	margin-left: 10px;
}

.news .news-archive-list .page > div > a .author {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 60px;
	height: 60px;
}

.news .news-archive-list .page > div > a h3 {
	position: relative;
	height: 96px;
	margin-top: 30px;
	padding: 0 15px;
	border-radius: 48px;
	background-color: #fff;
	text-align: center;
}

.news .news-archive-list .page > div > a h3 > span {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 150%;
	color: #3799DC;
}

.news .news-archive-list .page > div > a h3:before {
	content: url(/store/techo/ja/2017/news/images/archive_baloon.png);
	position: absolute;
	top: -20px;
	right: 56px;
	line-height: 1;
}

.news .news-archive-list .page > div > a h3:after {
	content: "";
	display: inline-block;
	height: 96px;
	vertical-align: middle;
}

.news .news-archive-list .page > div > a h3 + div {
	width: 216px;
	margin: 10px auto 0 auto;
}

.news .news-articles {
	margin: 0 auto;
}

.news .news-articles > div {
	margin: 70px 2%;
}

.news .news-articles .date {
	font-weight: normal;
	font-size: 140%;
	line-height: 1;
}

.news .news-articles .date > span {
	display: inline-block;
	margin-right: 12px;
}

.news .news-articles .date > .day {
	font-weight: bold;
	font-size: 200%;
	margin-left: 12px;
}

.news .news-articles .subject {
	position: relative;
	margin-bottom: 30px;
}

.news .news-articles .subject:before {
	content: " ";
	width: 39px;
	height: 14px;
	position: absolute;
	top: -14px;
	right: 60px;
	background-image: url(/store/techo/ja/2017/news/images/articles_baloon_sp1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}

.news .news-articles .subject > h3 {
	margin-top: 20px;
	border-radius: 48px;
	box-shadow: 3px 3px 3px 0 #ccc;
	background: #D4ECEA url(/store/techo/ja/2017/news/images/articles_baloon_sp_bg.png) repeat-x center top;
	background-size: contain;
}

.news .news-articles .subject > h3 a {
	display: inline-block;
	width: 100%;
	padding: 0 20px;
	vertical-align: middle;
	text-align: center;
	font-size: 160%;
	color: #000;
}

.news .news-articles .subject > h3:after {
	content: "";
	display: inline-block;
	height: 96px;
	vertical-align: middle;
}

.news .news-articles > div:nth-child(even) .subject:before {
	background-image: url(/store/techo/ja/2017/news/images/articles_baloon_sp2.png);
}

.news .news-articles > div:nth-child(even) .subject > h3 {
	background-color: #FAE6D7;
}

.news .news-articles .author {
	position: absolute;
	width: 60px;
	height: 60px;
	top: -62px;
	right: 5px;
}

.news .news-articles .body {
	font-weight: normal;
	font-size: 140%;
	line-height: 1.86;
}

.news .news-articles .body img[src*="/seisakuchu/"] {
	width: auto;
	vertical-align: bottom;
}

.news .news-articles .body a {
	display: inline-block;
	text-decoration: none;
	color: #3799DC;
}

.news .news-articles .body a:visited {
	color: #3799DC;
}

.news .news-articles .articleImg {
	display: block;
	width: auto;
	max-width: 100%;
	margin-top: 20px;
}

.news .news-archive-nav {
	margin: 30px 2% 60px 2%;
	text-align: center;
}

.news .news-archive-nav > li {
	display: inline-block;
}

.news .news-archive-nav > li > a {
	font-size: 160%;
	line-height: 1;
	vertical-align: middle;
	font-weight: bold;
	letter-spacing: .05em;
	color: #3799DC;
}

.news .news-archive-nav > li > a i:before {
	display: inline-block;
	vertical-align: middle;
	font-size: 120%;
}

.news .news-archive-nav > .prev {
	float: left;
}

.news .news-archive-nav > .next {
	float: right;
}

.news .news-archive-nav > .link_archives {
	margin-top: 40px;
	display: block;
}

.news .news-archive-nav > .latest {
	margin-top: 15px;
	display: block;
}

.device-pc .news {
	width: 960px;
	margin: 0 auto;
}

.device-pc .news h2 {
	width: 380px;
	height: 100px;
	margin: 30px 0 50px 0;
	background: url(/store/techo/ja/2017/news/images/title_pc.png) no-repeat;
	background-size: contain;
}

.device-pc .news .news-archive-list {
	margin-left: 0;
	margin-right: 0;
}

.device-pc .news .news-archive-list .page {
	margin-left: -22px;
}

.device-pc .news .news-archive-list .page > div {
	display: inline-block;
	width: 300px;
	margin: 0 0 40px 20px;
}

.device-pc .news .news-articles {
	margin: 70px 0;
}

.device-pc .news .news-articles > div {
	width: 712px;
	margin: 70px auto;
}

.device-pc .news .news-articles .date {
	font-size: 160%;
}

.device-pc .news .news-articles .date > .day {
	font-size: 200%;
}

.device-pc .news .news-articles .subject {
	width: 712px;
	height: 182px;
	background-image: url(/store/techo/ja/2017/news/images/articles_baloon1.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.device-pc .news .news-articles .subject:before {
	content: none;
}

.device-pc .news .news-articles .subject > h3 {
	margin-top: 0;
	box-shadow: none;
	background: none;
}

.device-pc .news .news-articles .subject > h3 a {
	width: 712px;
	padding-top: 20px;
	font-size: 240%;
}

.device-pc .news .news-articles .subject > h3:after {
	height: 182px;
}

.device-pc .news .news-articles > div:nth-child(even) .subject {
	background-image: url(/store/techo/ja/2017/news/images/articles_baloon2.png);
}

.device-pc .news .news-articles > div:nth-child(even) .subject > h3 {
	background-color: transparent;
}

.device-pc .news .news-articles .author {
	top: -40px;
}

.device-pc .news .news-articles .body {
	padding-left: 106px;
	font-size: 160%;
}

.device-pc .news .news-articles .articleImg {
	width: 500px;
	max-width: none;
}

.device-pc .news .news-archive-nav {
	width: 712px;
	margin: 50px auto 100px auto;
}

.device-pc .news .news-archive-nav > .link_archives {
	display: inline-block;
	margin-top: 0;
}

.device-pc .news .news-archive-nav > .latest {
	display: inline-block;
	margin-top: 0;
	margin-left: 60px;
}

/* 本文装飾 */
.news-articles .body .cap {
	font-size: 13px;
	color: #999;
}

.news-articles .body .mail {
	display: block;
	width: 32em;
	margin: 1em 0;
	padding: 1em 1em 1em 3em;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color: #666;
	position: relative;
}

.news-articles .body .mail:before {
	content: "\F1F0";
	font-family: "Material Design Icons";
	font-size: 30px;
	color: #5c2849;
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
}

.news-articles .body .black {
	color: #000;
}

.news-articles .body .gray {
	color: #666;
}

.news-articles .body .red {
	color: #c00;
}

.news-articles .body .size12px {
	font-size: 12px;
}

.news-articles .body .size13px {
	font-size: 13px;
}

.news-articles .body .size14px {
	font-size: 14px;
}

.news-articles .body .size15px {
	font-size: 15px;
}

.news-articles .body .size16px {
	font-size: 16px;
}

.news-articles .body .size17px {
	font-size: 17px;
}

.news-articles .body .size18px {
	font-size: 18px;
}

.news-articles .body .size19px {
	font-size: 19px;
}

.news-articles .body .size20px {
	font-size: 20px;
}

.news-articles .body .black12px {
	color: #000;
	font-size: 12px;
}

.news-articles .body .black13px {
	color: #000;
	font-size: 13px;
}

.news-articles .body .black14px {
	color: #000;
	font-size: 14px;
}

.news-articles .body .black15px {
	color: #000;
	font-size: 15px;
}

.news-articles .body .black16px {
	color: #000;
	font-size: 16px;
}

.news-articles .body .black17px {
	color: #000;
	font-size: 17px;
}

.news-articles .body .black18px {
	color: #000;
	font-size: 18px;
}

.news-articles .body .black19px {
	color: #000;
	font-size: 19px;
}

.news-articles .body .black20px {
	color: #000;
	font-size: 20px;
}

.news-articles .body .gray12px {
	color: #666;
	font-size: 12px;
}

.news-articles .body .gray13px {
	color: #666;
	font-size: 13px;
}

.news-articles .body .gray14px {
	color: #666;
	font-size: 14px;
}

.news-articles .body .gray15px {
	color: #666;
	font-size: 15px;
}

.news-articles .body .gray16px {
	color: #666;
	font-size: 16px;
}

.news-articles .body .gray17px {
	color: #666;
	font-size: 17px;
}

.news-articles .body .gray18px {
	color: #666;
	font-size: 18px;
}

.news-articles .body .gray19px {
	color: #666;
	font-size: 19px;
}

.news-articles .body .gray20px {
	color: #666;
	font-size: 20px;
}

.news-articles .body .red12px {
	color: #C00;
	font-size: 12px;
}

.news-articles .body .red13px {
	color: #C00;
	font-size: 13px;
}

.news-articles .body .red14px {
	color: #C00;
	font-size: 14px;
}

.news-articles .body .red15px {
	color: #C00;
	font-size: 15px;
}

.news-articles .body .red16px {
	color: #C00;
	font-size: 16px;
}

.news-articles .body .red17px {
	color: #C00;
	font-size: 17px;
}

.news-articles .body .red18px {
	color: #C00;
	font-size: 18px;
}

.news-articles .body .red19px {
	color: #C00;
	font-size: 19px;
}

.news-articles .body .red20px {
	color: #C00;
	font-size: 20px;
}

.news-articles .body strong, .news-articles .body b, .news-articles .body .bold {
	font-weight: bold;
}
