@charset "UTF-8";
/*--PC,SP切り替え--*/
.spShow {
	display: none;
}

@media (max-width: 768px) {
	.spShow {
		display: block;
	}
}

.pcShow {
	display: block;
}

@media (max-width: 768px) {
	.pcShow {
		display: none;
	}
}

.news img {
	max-width: 100%;
	height: auto;
}

a {
	word-wrap: break-word;
}

.l-center {
	text-align: center;
}

.l-left {
	text-align: left;
}

.l-right {
	text-align: right;
}

.mAuto {
	margin-left: auto;
	margin-right: auto;
}

img.block {
	display: block;
}

.textBox__small {
	padding: 1rem;
}

.bgGray {
	background: #999;
	color: #fff;
}

/*--PC,SP切り替え End--*/
/*--Flexbox--*/
.l-flex {
	display: flex;
}

.l-flex.jc-sb {
	justify-content: space-between;
}

.l-flex.jc-sa {
	justify-content: space-around;
}

.l-flex.jc-fe {
	justify-content: flex-end;
}

.l-flex.ai-c {
	align-items: center;
}

.l-flex.ai-fs {
	align-items: flex-start;
}

.l-flex.ai-fe {
	align-items: flex-end;
}

.l-flex.fw-w {
	flex-wrap: wrap;
}

.l-flex.fd-rr {
	flex-direction: row-reverse;
}

.l-flex.fw-nw {
	flex-wrap: nowrap;
}

.l-flex.split-2 .l-flexElement {
	width: 48%;
}

.l-flex.split-3 .l-flexElement {
	width: 30.7%;
}

.l-flex.split-5 .l-flexElement {
	width: 19%;
	margin-bottom: 1.6%;
}

@media screen and (max-width: 768px) {
	.l-flex.split-5.spSplit-2 .l-flexElement {
		width: 48%;
	}
}

.l-flex.split-6-4 .l-flexElement.big {
	width: 60%;
}

.l-flex.split-6-4 .l-flexElement.small {
	width: 38%;
}

.l-flex.split-7-3 .l-flexElement.big {
	width: 70%;
}

.l-flex.split-7-3 .l-flexElement.small {
	width: 28%;
}

@media screen and (max-width: 768px) {
	.l-flex.spSplit-3 .l-flexElement {
		width: 30.7%;
		margin-bottom: 3.9%;
	}
}

@media screen and (max-width: 768px) {
	.l-flex.spBlock {
		display: block;
	}
	.l-flex.spBlock .l-flexElement {
		width: 100% !important;
	}
	.l-flex.spBlock .l-flexElement:not(:last-of-type) {
		margin-bottom: 30px;
	}
}

/*--Flexbox End--*/
.news img {
	max-width: 100%;
	height: auto;
}

.news .kome {
	font-size: 12px;
}

.news .title h3 {
	line-height: 1.8;
}

/*--200515-02--*/
.arrowAdd {
	position: relative;
}

.arrowAdd::after {
	content: url(../img/triangle.jpg);
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	right: -8%;
}

@media screen and (max-width: 768px) {
	.arrowAdd::after {
		content: url(../img/triangle_verical.jpg);
		position: relative;
		top: 10px;
		right: 0;
		transform: translateY(0);
	}
}

/*Button*/
.button {
	padding: 1rem;
	color: #fff;
	transition: .2s;
}

.button.blue {
	display: block;
	background: #0075c2;
	border: 1px solid #0075c2;
}

.button.blue:hover {
	color: #0075c2;
	background: #fff;
	text-decoration: none;
}

.button.max200 {
	width: 200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.borderWrap {
	padding: 20px;
}

.borderWrap.dot {
	border: 4px dotted #cde4ed;
}

.colorWrap {
	background: #e0eef3;
	padding: 15px;
}

.related_product .frame {
	background: #eee;
	padding: 30px;
}

@media screen and (max-width: 768px) {
	.related_product .frame {
		padding: 20px 15px;
	}
}

.related_product .frame:first-of-type {
	margin-bottom: 30px;
}

.related_product .frame h5 {
	color: #00aedb;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
	.related_product .frame h5 {
		font-size: 18px;
	}
}

.related_product .frame span {
	font-size: 16px;
}

.related_product li:not(:last-of-type) {
	margin-bottom: 1em;
}

ul.inner_list li {
	color: #000;
}

ul.inner_list li h5 {
	white-space: nowrap;
}

.eeda .element:last-of-type {
	width: 25%;
	padding-left: 5px;
}

.eeda .element:first-of-type {
	width: 70%;
}

/*--fontsize--*/
.u-font12 {
	font-size: 12px !important;
}

.u-font14 {
	font-size: 14px !important;
}

.u-font18 {
	font-size: 18px !important;
}

.u-font20 {
	font-size: 20px !important;
}

.u-font24 {
	font-size: 24px !important;
}

.u-font28 {
	font-size: 28px !important;
}

.u-font30 {
	font-size: 30px !important;
}

.u-font32 {
	font-size: 32px !important;
}

/*--margin--*/
.u-mt10 {
	margin-top: 10px !important;
}

.u-mt15 {
	margin-top: 15px !important;
}

.u-mt20 {
	margin-top: 20px !important;
}

.u-mt30 {
	margin-top: 30px !important;
}

.u-mt40 {
	margin-top: 40px !important;
}

.u-mt50 {
	margin-top: 50px !important;
}

.u-mt60 {
	margin-top: 60px !important;
}

.u-mt70 {
	margin-top: 70px !important;
}

.u-mt80 {
	margin-top: 80px !important;
}

.u-mt90 {
	margin-top: 90px !important;
}

.u-mr10 {
	margin-right: 10px !important;
}

.u-mr20 {
	margin-right: 20px !important;
}

.u-mr30 {
	margin-right: 30px !important;
}

.u-mr40 {
	margin-right: 40px !important;
}

.u-mr50 {
	margin-right: 50px !important;
}

.u-mr60 {
	margin-right: 60px !important;
}

.u-mb10 {
	margin-bottom: 10px !important;
}

.u-mb15 {
	margin-bottom: 15px !important;
}

.u-mb20 {
	margin-bottom: 20px !important;
}

.u-mb30 {
	margin-bottom: 30px !important;
}

.u-mb40 {
	margin-bottom: 40px !important;
}

.u-mb50 {
	margin-bottom: 50px !important;
}

.u-mb60 {
	margin-bottom: 60px !important;
}

.u-ml10 {
	margin-left: 10px !important;
}

.u-ml20 {
	margin-left: 20px !important;
}

.u-ml30 {
	margin-left: 30px !important;
}

.u-ml40 {
	margin-left: 40px !important;
}

.u-ml50 {
	margin-left: 50px !important;
}

.u-ml60 {
	margin-left: 60px !important;
}

/*--letter-spacing--*/
.u-ls05 {
	letter-spacing: 0.05rem !important;
}

.u-ls1 {
	letter-spacing: .1rem !important;
}

.u-ls2 {
	letter-spacing: .2rem !important;
}

.u-ls3 {
	letter-spacing: .3rem !important;
}

.u-ls4 {
	letter-spacing: .4rem !important;
}

.u-ls5 {
	letter-spacing: .5rem !important;
}

/*--line-height--*/
.u-lh14 {
	line-height: 1.4 !important;
}

.u-lh16 {
	line-height: 1.6 !important;
}

.u-lh18 {
	line-height: 1.8 !important;
}

.u-lh20 {
	line-height: 2 !important;
}

@media screen and (max-width: 768px) {
	/*fontsize*/
	.u-font18 {
		font-size: 16px !important;
	}
	.u-font20 {
		font-size: 18px !important;
	}
	.u-font24 {
		font-size: 18px !important;
	}
	.u-font28 {
		font-size: 20px !important;
	}
	.u-font30 {
		font-size: 24px !important;
	}
	.u-font32 {
		font-size: 24px !important;
	}
	/*--margin--*/
	.u-mt10.spHalf {
		margin-top: 5px !important;
	}
	.u-mt20.spHalf {
		margin-top: 10px !important;
	}
	.u-mt30.spHalf {
		margin-top: 15px !important;
	}
	.u-mt40.spHalf {
		margin-top: 20px !important;
	}
	.u-mt50.spHalf {
		margin-top: 25px !important;
	}
	.u-mt60.spHalf {
		margin-top: 30px !important;
	}
	.u-mt70.spHalf {
		margin-top: 35px !important;
	}
	.u-mt80.spHalf {
		margin-top: 40px !important;
	}
	.u-mt90.spHalf {
		margin-top: 45px !important;
	}
	.u-mr10.spHalf {
		margin-right: 5px !important;
	}
	.u-mr20.spHalf {
		margin-right: 10px !important;
	}
	.u-mr30.spHalf {
		margin-right: 15px !important;
	}
	.u-mr40.spHalf {
		margin-right: 20px !important;
	}
	.u-mr50.spHalf {
		margin-right: 25px !important;
	}
	.u-mr60.spHalf {
		margin-right: 30px !important;
	}
	.u-mb10.spHalf {
		margin-bottom: 5px !important;
	}
	.u-mb20.spHalf {
		margin-bottom: 10px !important;
	}
	.u-mb30.spHalf {
		margin-bottom: 15px !important;
	}
	.u-mb40.spHalf {
		margin-bottom: 20px !important;
	}
	.u-mb50.spHalf {
		margin-bottom: 25px !important;
	}
	.u-mb60.spHalf {
		margin-bottom: 30px !important;
	}
	.u-ml10.spHalf {
		margin-left: 5px !important;
	}
	.u-ml20.spHalf {
		margin-left: 10px !important;
	}
	.u-ml30.spHalf {
		margin-left: 15px !important;
	}
	.u-ml40.spHalf {
		margin-left: 20px !important;
	}
	.u-ml50.spHalf {
		margin-left: 25px !important;
	}
	.u-ml60.spHalf {
		margin-left: 30px !important;
	}
}

/*# sourceMappingURL=../../../../../_map/corp/news/2022/221206/css/news.css.map */
