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

.news .news-nav .prev > a, .news .news-nav .next > a {
	display: inline-block;
	border-radius: 6px;
	background-color: #509be5;
	color: #fff;
}

.news .news-nav .prev > a > span, .news .news-nav .next > a > span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.news .news-nav .prev > a i, .news .news-nav .next > a i {
	display: inline-block;
	margin-left: 6px;
	vertical-align: middle;
	font-size: 24px;
	line-height: 1;
}

.news .news-nav .prev > a:after, .news .news-nav .next > a:after {
	content: "";
	display: inline-block;
	height: 4.4em;
	vertical-align: middle;
}

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

.news header, .news .news-articles > section > div .subject, .news .news-articles > section > div .body, .news .news-archives {
	padding-left: 3%;
	padding-right: 3%;
}

.news {
	margin-bottom: 80px;
	font-size: 16px;
	font-weight: normal;
}

.news header {
	margin: 20px 0;
}

.news header h2 {
	max-width: 300px;
	margin: 0 auto;
}

.news header h2 > img {
	width: 100%;
}

.news header p {
	margin-top: 15px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	color: #FF4040;
}

.news .news-articles > section > div {
	border-top: 2px solid #FF4040;
}

.news .news-articles > section > div .subject {
	padding-top: 75px;
	padding-bottom: 35px;
	background: url(/store/techo/ja/news/2018/images/bg-red.png) repeat center/20px auto;
}

.news .news-articles > section > div .subject > div {
	max-width: 500px;
	margin: 0 auto;
	position: relative;
}

.news .news-articles > section > div .subject > div > h3 {
	border: 2px solid #FF4040;
	border-radius: 8px;
	background-color: #fff;
}

.news .news-articles > section > div .subject > div > h3:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(/store/techo/ja/news/2018/images/fukidashi.png) no-repeat center top/20px;
	position: absolute;
	top: -18px;
	right: 50px;
}

.news .news-articles > section > div .subject > div > h3 > a {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	box-sizing: content-box;
	min-height: 4.5em;
	padding: 15px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}

.news .news-articles > section > div .subject > div > h3 > a > span {
	display: block;
	width: 100%;
}

.news .news-articles > section > div .subject > div .date {
	position: absolute;
	top: -15px;
	left: 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
	color: #FF4040;
}

.news .news-articles > section > div .subject > div .author {
	display: block;
	width: 60px;
	position: absolute;
	top: -65px;
	right: 0;
}

.news .news-articles > section > div .body {
	padding-top: 35px;
	padding-bottom: 35px;
}

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

.news .news-articles > section > div .body a {
	display: inline-block;
	text-decoration: none;
	color: #509be5;
}

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

.news .news-articles > section:nth-child(even) > div {
	border-color: #1FCCC9;
}

.news .news-articles > section:nth-child(even) > div .subject {
	background-image: url(/store/techo/ja/news/2018/images/bg-cyan.png);
}

.news .news-articles > section:nth-child(even) > div .subject > div > h3 {
	border-color: #1FCCC9;
}

.news .news-articles > section:nth-child(even) > div .subject > div > h3:after {
	background-position: center -20px;
}

.news .news-articles > section:nth-child(even) > div .subject > div .date {
	color: #1FCCC9;
}

.news .news-nav {
	width: 190px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
}

.news .news-nav .prev > a, .news .news-nav .next > a {
	width: 90px;
}

.news .news-nav .prev > a i, .news .news-nav .next > a i {
	margin: 0;
}

.news .news-nav .prev > a:after, .news .news-nav .next > a:after {
	height: 34px;
}

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

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

.news .news-nav .latest {
	display: block;
	clear: both;
	width: 10em;
	margin: 0 auto;
	padding-top: 20px;
}

.news .news-archives {
	margin: 60px auto 0 auto;
}

.news .news-archives dl {
	border-top: 2px solid #E5E5E5;
	padding: 20px 0;
	cursor: pointer;
}

.news .news-archives dl:last-child {
	border-bottom: 2px solid #E5E5E5;
}

.news .news-archives dl dt {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	  padding: 20px 0;
	  margin: -20px 0;
}

.news .news-archives dl dt i {
	font-size: 30px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	-ms-transition-property: transform;
	-o-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

.news .news-archives dl dd {
	display: none;
}

.news .news-archives dl dd > ul > li {
	max-width: 500px;
	margin: 25px auto;
	padding-right: 70px;
	position: relative;
}

.news .news-archives dl dd > ul > li > div {
	border: 2px solid #ccc;
	border-radius: 8px;
	background-color: #fff;
}

.news .news-archives dl dd > ul > li:nth-child(odd) > div {
  background: #f2f2f2;
}

.news .news-archives dl dd > ul > li:nth-child(odd) > div:after {
  background-position: center -60px;
}

.news .news-archives dl dd > ul > li > div:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(/store/techo/ja/news/2018/images/fukidashi.png);
	  background-repat: no-repeat;
	  background-position: center -40px;
	background-size: 20px;
	position: absolute;
	top: 40px;
	right: 52px;
}

.news .news-archives dl dd > ul > li > div > a {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	box-sizing: content-box;
	min-height: 2.8em;
	padding: 12px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4;
}

.news .news-archives dl dd > ul > li > div > a > span {
	display: block;
	width: 100%;
}

.news .news-archives dl dd > ul > li .date {
	position: absolute;
	top: -15px;
	left: 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
}

.news .news-archives dl dd > ul > li .author {
	display: block;
	width: 60px;
	position: absolute;
	top: -10px;
	right: 0;
}

.news .news-archives dl dd > ul > li:nth-child(even) > span {
	background-color: #F2F2F2;
}

.news .news-archives dl dd > ul > li:nth-child(even) > span:after {
	background-position: center -60px;
}

.news .news-archives dl.active dt i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.device-pc .news .spbr {
	display: none;
}

.device-pc .news header {
	width: 960px;
	margin: 40px auto 35px auto;
	padding: 0;
	border: none;
}

.device-pc .news header h2 {
	margin: 0;
}

.device-pc .news header p {
	display: block;
	text-align: left;
	line-height: 1;
}

.device-pc .news .news-articles > section {
	background: url(/store/techo/ja/news/2018/images/bg-red.png) repeat center/20px auto;
}

.device-pc .news .news-articles > section > div {
	border-top: none;
	width: 680px;
	margin: 0 auto;
	background-color: #fff;
	border-left: 2px solid #E5E5E5;
	border-right: 2px solid #E5E5E5;
}

.device-pc .news .news-articles > section > div .subject {
	padding: 40px 0 0 0;
	background: #fff;
}

.device-pc .news .news-articles > section > div .subject > div > h3:after {
	background-position: center -80px;
	top: 45px;
	right: -18px;
}

.device-pc .news .news-articles > section > div .subject > div > h3 > a {
	padding: 30px;
	font-size: 20px;
	text-align: center;
}

.device-pc .news .news-articles > section > div .subject > div .author {
	position: absolute;
	top: 0;
	right: -80px;
}

.device-pc .news .news-articles > section > div .body {
	padding: 40px 75px;
	margin: 0 15px;
	border-bottom: 2px solid #E5E5E5;
}

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

.device-pc .news .news-articles > section:nth-child(even) {
	background-image: url(/store/techo/ja/news/2018/images/bg-cyan.png);
}

.device-pc .news .news-articles > section:nth-child(even) > div .subject > div > h3:after {
	background-position: center -100px;
}

.device-pc .news .news-nav {
	width: 680px;
	margin-top: 40px;
}

.device-pc .news .news-nav .prev > a, .device-pc .news .news-nav .next > a {
	width: 150px;
}

.device-pc .news .news-nav .latest {
	clear: none;
	margin: 0 auto;
	padding-top: 3px;
}

.device-pc .news .news-archives {
	width: 680px;
	margin-top: 70px;
	padding: 0;
}

/* 本文装飾 */
.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;
}

.device-sp .news-articles .body .mail {
	width: auto;
	padding: 1em 0 1em 2em;
}

.device-sp .news-articles .body .mail:before {
	font-size: 24px;
}

.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;
}

.news-articles .body ruby > rt {
	font-size: 50%;
}

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

.news-articles .body .quote::before {
	content: "\F27E";
	font-family: "Material Design Icons";
	font-size: 30px;
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
}

.device-sp .news-articles .body .quote::before {
	font-size: 24px;
}

.news-articles .body .column {
	display: block;
	padding: 20px;
	border: 1px solid #CCC;
}
.device-sp .news-articles .body .column {
	padding: 15px;
}

.news-articles .body hr,
.news-articles .body .hr,
.news-articles .body .line {
	border-bottom: 1px solid #ccc;
}


.article-share {
	padding-top: 35px;
	text-align: center;
}
.article-share::before {
	content: "この記事をシェアする";
	font-size: 12px;
	display: block;
	color: #666;
	margin-bottom: 0.5em;
}
.article-share li {
	display: inline-block;
	margin:0 14px;
	vertical-align: middle;
}


.news .news-articles > section > div .article-share li a {
	position: relative;
	display: block;
	width: 3em;
	height: 3em;
	cursor: pointer;
}
.news .news-articles > section > div .article-share li a:before {
	font-size: 36px;
}
.news .news-articles > section > div .article-share li a:after {
	content: none !important;
}
.news .news-articles > section > div .article-share li a.mdi-facebook-box {
	color: #2d4486;
}
.news .news-articles > section > div .article-share li a.mdi-twitter {
	color: #55acee;
}
.news .news-articles > section > div .article-share li a.icon-line {
	color: #00c300;
}
.news .news-articles > section > div .article-share li a.icon-line iframe {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	opacity: 0;
}




