@charset "utf-8";
/* 全体2段 */
.twoColumns {
	display: flex;
	align-items: stretch;
	width: 100%;
	padding-top: 3.5vw;
}

/* 左タイトル部 */
.leftTtl {
	background-color: #FFF;
	width: 18.5%;
	margin-right: 6.5%;
	padding-top: 3.5vw;
	padding-bottom: 3.5vw;
}

.corner {
  background: linear-gradient(135deg, transparent 1.6vw, #D0D0D0 1.6vw);
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
}
.corner::before {
  content: '';
  display: block;
  background: linear-gradient(135deg, transparent 1.6vw, #B8B8B8 1.6vw);
  width: 2.4vw;
  height: 2.4vw;
  position: absolute;
  left: 0px;
  top: 0px;
}

/* タイトル他 */
.Topttl {
	width: 100%;
}

.enTtl {
	font-size: 2.6vw;
	font-weight: 400;
	text-align: center;
	padding-bottom: 0.4em;
	color: #FFF;
	line-height: 108%;
}

h1 {
	font-size: 1.2vw;
	text-align: center;
	padding-bottom: 4vw;
}



/* 右側（コンテンツ） */
.rightCont {
	width: 75%;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #4084C3;
	padding-top: 1.6vw;
}

/* 単体 */
.newsUnit {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.6vw;
	padding-bottom: 1.6vw;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-right: 3.5%;
	padding-left: 3.5%;
}

.leftImg {
	width: 22%;
}

.leftImgNon {
	width: 22%;
}

.leftImg img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
}

.newsCont {
	width: 75%;
}

h2 {
	font-size: 1.2vw;
	font-weight: 500;
	color: #C00;
	padding-bottom: 0.3em;
}

.newsTxt {
	font-size: 1vw;
	line-height: 180%;
	padding-left: 1.4em;
}

p.newsLink {
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	background-image: url(../../n_news_event/images/blueArrow.png);
	background-repeat: no-repeat;
	background-position: left 55%;
	padding-left: 1.2em;
	margin-left: 1.7em;
	}

p.newsLink a,
p.newsLink a:visited {
	font-size: 1.1vw;
	line-height: 120%;
	font-weight: 500;
	color: #30F;
	text-decoration: none;
}

.newsLink a:hover {
	color: #C00;
	text-decoration: underline;
}

.newsLinkNarw {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	background-image: url(../../n_news_event/images/blueArrow.png);
	background-repeat: no-repeat;
	background-position: left 55%;
	padding-left: 1.2em;
	margin-left: 1.7em;
	}

.newsLinkNarw a,
.newsLinkNarw a:visited {
	font-size: 1.1vw;
	line-height: 120%;
	font-weight: 500;
	color: #30F;
	text-decoration: none;
}

.newsLinkNarw a:hover {
	color: #C00;
	text-decoration: underline;
}



@media screen and (max-width: 767.98px){ /*768-992*/

/* 全体2段 */
.twoColumns {
	display: flex;
	 flex-wrap:wrap;
	align-items: stretch;
	width: 94%;
	padding-top: 7vw;
	margin-right: auto;
	margin-left: auto;
}

/* 左タイトル部 */
.leftTtl {
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	background-color: #FFF;
	width: 100%;
	margin-right: 0%;
	padding-top: 1vw;
	padding-bottom: 1vw;
	margin-bottom: 5vw;
	padding-right: 2vw;
}

.corner {
	background: linear-gradient(135deg, transparent 2.8vw, #D0D0D0 2.8vw);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
}
.corner::before {
  content: '';
  display: block;
  background: linear-gradient(135deg, transparent 2.8vw, #B8B8B8 2.8vw);
  width: 4.2vw;
  height: 4.2vw;
  position: absolute;
  left: 0px;
  top: 0px;
}

/* タイトル他 */
.Topttl {
	width: 100%;/*65%*/
}

.enTtl {
	font-size: 6.5vw;
	font-weight: 400;
	text-align: center;
	padding-bottom: 0.1em;
	color: #FFF;
}

h1 {
	font-size: 4vw;
	text-align: center;
	padding-bottom: 1.5vw;
}


/* 右側（コンテンツ） */
.rightCont {
	width: 100%;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #4084C3;
	padding-top: 1.6vw;
}

/* 単体 */
.newsUnit {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2.6vw;
	padding-bottom: 2.6vw;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-right: 3.5%;
	padding-left: 3.5%;
}

.leftImg {
	width: 65%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5vh;
}

.leftImgNon {
	width: 100%;
	display: none;
}

.leftImg img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
}

.newsCont {
	width: 100%;
}

h2 {
	font-size: 3.5vw;
	font-weight: 500;
	color: #C00;
	padding-bottom: 0.5em;
}

.newsTxt {
	font-size: 2.8vw;
	line-height: 180%;
	padding-left: 0em;
}

p.newsLink {
	padding-top: 0em;
	padding-bottom: 0em;
	background-image: url(../../n_news_event/images/blueArrow.png);
	background-repeat: no-repeat;
	background-position: left 60%;
	background-size: 2.2%;
	padding-left: 1em;
	margin-left: 0em;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	line-height: 120%;
}

p.newsLink a,
p.newsLink a:visited {
	font-size: 3.2vw;
	line-height: 120%;
	font-weight: 500;
	color: #30F;
	text-decoration: none;
}


.newsLink a:hover {
	color: #C00;
	text-decoration: underline;
}

.newsLinkNarw {
	background-image: url(../../n_news_event/images/blueArrow.png);
	background-repeat: no-repeat;
	background-position: left 60%;
	background-size: 2.2%;
	padding-left: 1em;
	margin-left: 0em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

.newsLinkNarw a,
.newsLinkNarw a:visited {
	font-size: 3.2vw;
	line-height: 120%;
	font-weight: 500;
	color: #30F;
	text-decoration: none;
}

.newsLinkNarw a:hover {
	color: #C00;
	text-decoration: underline;
}



}
