@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700');

#contentsArea .sec {
	border: none;
	margin-bottom: 140px;
}

/* base */
#contentsArea .secNewsDetail1 {
	font-family: 'Noto Sans JP';
}
#contentsArea .secNewsDetail1 .meta1 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin: 0 0 15px;
	width: 100%;
}
#contentsArea .secNewsDetail1 .meta1 .date1 {
	color: #666;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	margin: 0 !important;
}
#contentsArea .secNewsDetail1 .meta1 .cat {
	border: 1px solid;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	line-height: 26px;
	min-width: 111px;
	margin: 0 !important;
	padding: 0 2px;
	text-align: center;
}
#contentsArea .secNewsDetail1 .meta1 .cat1 {
	color: #0094D9;
	border-color: #0094D9;
}
#contentsArea .secNewsDetail1 .meta1 .cat2 {
	color: #D96C00;
	border-color: #D96C00;
}
#contentsArea .secNewsDetail1 .meta1 .cat3 {
	color: #70B109;
	border-color: #70B109;
}
#contentsArea .secNewsDetail1 p {
	margin: 0 0 1em;
}
#contentsArea .secNewsDetail1 p sub {
	font-size: 81.25%;
}
#contentsArea .secNewsDetail1 .title1 {
	background-color: #F0F0F0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
	padding: 15px 29px;
	margin: 0 0 30px;
}
#contentsArea .secNewsDetail1 .title1.c {
	text-align: center;
}
#contentsArea .secNewsDetail1 .title1 .sub1 {
	font-size: 88.8888%;
	font-weight: 400;
}
#contentsArea .secNewsDetail1 .titleSub1 {
	border-bottom: 1px solid #707070;
	font-size: 18px;
	font-weight: 500;
	padding: 0 0 7px;
	margin: 0 0 22px;
}
#contentsArea .secNewsDetail1 * + .titleSub1 {
	margin-top: 4em;
}
#contentsArea .secNewsDetail1 .titleSub1 .note1 {
	font-size: 88.88888889%;
	font-weight: 400;
}
#contentsArea .secNewsDetail1 .titleSub2 {
	border-bottom: 2px solid #707070;
	font-size: 22px;
	font-weight: 700;
	padding: 0 0 7px;
	margin: 0 0 22px;
}
#contentsArea .secNewsDetail1 * + .titleSub2 {
	margin-top: 4em;
}
#contentsArea .secNewsDetail1 .titleSub2 .note1 {
	font-size: 72.72727273%;
	font-weight: 400;
}
#contentsArea .secNewsDetail1 .titleSub3 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 1em;
}
#contentsArea .secNewsDetail1 p + .titleSub3 {
	margin-top: 2.5em;
}
#contentsArea .secNewsDetail1 .titleSub3 .note1 {
	font-size: 88.88888889%;
	font-weight: 400;
}
#contentsArea .secNewsDetail1 .buttons1 {
	display: flex;
	justify-content: center;
	margin: 90px 0 0;
	width: 100%;
}
#contentsArea .secNewsDetail1 .buttons1 .button1 {
	border: 1px solid #707070;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 500;
	height: 70px;
	padding-right: 43px;
	position: relative;
	transition: 0.5s ease;
	width: 48.148148148148148%;
}
#contentsArea .secNewsDetail1 .buttons1 .button1 + .button1 {
	margin-left: 3.703703703703704%;
}
#contentsArea .secNewsDetail1 .buttons1 .button1:before {
	border-color: #000 #000 transparent transparent;
	border-style: solid;
	border-width: 1px 1px 0 0;
	content: "";
	display: block;
	height: 11px;
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 11px;
}
#contentsArea .secNewsDetail1 .buttons1 .button1[target=_blank]:before {
	background: url("/add_img/icon_window_bla.svg") no-repeat center center / contain;
	border: none;
	content: "";
	display: inline-block;
	height: 20px;
	position: absolute;
	right: 20px;
	transform: translateY(-50%) rotate(0deg);
	width: 20px;
}
#contentsArea .secNewsDetail1 .buttons1 .button1.pdf:before {
	background: url("/add_img/icon_pdf2.webp") no-repeat center center;
	background-size: contain;
	border: none;
	height: 24px;
	position: absolute;
	right: 20px;
	transform: translateY(-50%) rotate(0deg);
	width: 24px;
}
#contentsArea .secNewsDetail1 .buttons1 .button1:hover {
	background-color: #F5F5F5;
	text-decoration: none;
}
#contentsArea .secNewsDetail1 .buttons1 .button1 span {
	text-align: center;
}

#contentsArea .secNewsDetail1 .data1 {
	display: table;
	width: auto;
}
#contentsArea .secNewsDetail1 .data1 dt {
	display: table-cell;
	padding-right: 0.4em;
	vertical-align: top;
	white-space: nowrap;
}
#contentsArea .secNewsDetail1 .data1 dt span {
	margin-right: 0.2em;
}
#contentsArea .secNewsDetail1 .data1 dd {
	display: table-cell;
	vertical-align: top;
}

#contentsArea .secNewsDetail1 .block1 {
	display: flex;
	width: 100%;
}
#contentsArea .secNewsDetail1 .block1 + .block1 {
	margin-top: 2.5em;
}
#contentsArea .secNewsDetail1 .block1 > div:nth-child(1) {
	position: relative;
	width: 300px;
}
#contentsArea .secNewsDetail1 .block1 > div:nth-child(1) img {
	display: block;
	height: auto;
	vertical-align: bottom;
	width: 100%;
}
#contentsArea .secNewsDetail1 .block1 > div:nth-child(1) .note1 {
	font-size: 14px;
	margin: 0;
	text-align: right;
}
#contentsArea .secNewsDetail1 .block1 > div:nth-child(2) {
	flex: 1;
	padding: 0 0 0 30px;
}
#contentsArea .secNewsDetail1 .block1 .txt1 {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 0.7em;
}
#contentsArea .secNewsDetail1 .block1 .txt1 span {
	font-size: 83.33333333%;
}
#contentsArea .secNewsDetail1 .block1 p {
	margin-bottom: 0.7em;
}

#contentsArea .secNewsDetail1 .u_link1 {
	background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
	color: #000;
	line-height: 1.6875;
	margin: 0 !important;
	text-decoration: none !important;
	transition: background .4s;
}
#contentsArea .secNewsDetail1 .u_link1:hover {
	background-size: 100% 1px;
}
#contentsArea .secNewsDetail1 a.u_link1[target=_blank] {
	margin-right: 16px;
	position: relative;
}
#contentsArea .secNewsDetail1 a.u_link1[target=_blank]:after {
	background: url("../../common_site/img/icon_blank.webp") no-repeat center center;
	bottom: 0.1em;
	content: "";
	display: inline-block;
	height: 1em;
	position: absolute;
	right: -16px;
	width: 11px;
}
#contentsArea .secNewsDetail1 a.u_link1[href$=".pdf"]:after {
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-size: 100% 100%;
    background-image: url("/add_img/icon_pdf2.webp");
	right: -1.8em;
}

#contentsArea .secNewsDetail1 .nowrap {
	white-space: nowrap;
}

#contentsArea .secNewsDetail1 .color1 {
	color: #ccc;
}

#contentsArea .secNewsDetail1 .table1 {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width: 100%;
}
#contentsArea .secNewsDetail1 .table1 th,
#contentsArea .secNewsDetail1 .table1 td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #000;
	font-weight: normal;
	line-height: 1.6;
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
}
#contentsArea .secNewsDetail1 .table1 th {
	background: #F0F0F0;
}
#contentsArea .secNewsDetail1 .table1 .sup1 {
	font-size: 81.25%;
}

#contentsArea .secNewsDetail1 .comNote1 {
	font-size: 81.25%;
	list-style: none;
	margin: 0;
	padding: 0;
}
#contentsArea .secNewsDetail1 .comNote1 li {
	padding-left: 1.5em;
	text-indent: -1.5em;
}

#contentsArea .secNewsDetail1 .comSup1 {
	font-size: 81.25%;
}
#contentsArea .secNewsDetail1 .comSub1 {
	font-size: 81.25%;
}

#contentsArea .secNewsDetail1 table + .comNote1 {
	margin-top: 0.5em;
}

#contentsArea .secNewsDetail1 .comMgt1 {
	margin-top: 3em;
}

#contentsArea .secNewsDetail1 p .sup1 {
	font-size: 87.5%;
}

  


/* kmew230306.html */
#contentsArea .secNewsDetail1 .kmew230306Image1 {
	display: block;
	height: auto;
	max-width: 540px;
	margin: 6em auto;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew230306List1 li {
	margin-bottom: 1em;
	padding-left: 1.2em;
	position: relative;
}
#contentsArea .secNewsDetail1 .kmew230306List1 li:before {
	color: #ccc;
	content: "●";
	left: 0;
	position: absolute;
}


/* kmew230627.html */
#contentsArea .secNewsDetail1 .kmew230627Image1 {
	display: block;
	height: auto;
	max-width: 600px;
	margin: 4em auto;
	width: 100%;
}


/* kmew230829.html */
#contentsArea .secNewsDetail1 .kmew230829Block1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew230829Block1 p {
	flex: 1;
	padding-right: 20px;
}
#contentsArea .secNewsDetail1 .kmew230829Block1 img {
	width: 110px;
}
#contentsArea .secNewsDetail1 .kmew230829Main1 {
	display: block;
	height: auto;
	max-width: 600px;
	margin: 1em auto 2em;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew230829Solido1 {
	display: block;
	height: auto;
	max-width: 211px;
	margin: 0 auto 3em;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew230829Block2 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 3em;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew230829Block2 > div {
	margin: 0 5.555555555555555% 3em 0;
	width: 47.222222222222222%;
}
#contentsArea .secNewsDetail1 .kmew230829Block2 > div:nth-child(2n) {
	margin-right: 0;
}
#contentsArea .secNewsDetail1 .kmew230829Block2 .hd1 {
	margin:  0 0 0.5em;
	text-align: center;
}
#contentsArea .secNewsDetail1 .kmew230829Block2 .hd1 img {
	height: 34px;
	position: relative;
	vertical-align: bottom;
	width: auto;
}
#contentsArea .secNewsDetail1 .kmew230829Block2 .hd1 img.kmew230829_typef_coffee1 {
	height: 52px;
}
#contentsArea .secNewsDetail1 .kmew230829Block2 .copy1 {
	margin: 0 0 0.5em;
}
#contentsArea .secNewsDetail1 .kmew230829Block2 .image1 {
	display: block;
	height: auto;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew230829Block2 .copy2 {
	margin: 0.5em 0 0;
}
#contentsArea .secNewsDetail1 .kmew230829Block2 p sub {
	font-size: 81.25%;
}
#contentsArea .secNewsDetail1 .kmew230829Block2 .note1 {
	font-size: 81.25%;
	list-style: none;
	margin: 0;
	padding: 0;
}
#contentsArea .secNewsDetail1 .kmew230829Block2 .note1 li {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
#contentsArea .secNewsDetail1 .kmew230829Block3 {
	border: 1px solid #bab9b8;
	margin-top: 3em;
	padding: 2em 2.5em 1em;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew230829Block3 h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 1em;
}


/* kmew231005.html */
#contentsArea .secNewsDetail1 .kmew231005Main1 {
	display: block;
	height: auto;
	max-width: 600px;
	margin: 2.5em auto 2em;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew231005Image1 {
	height: auto;
	max-width: 100%;
	margin: 0 auto 0.5em;
}
#contentsArea .secNewsDetail1 .kmew231005Image2 {
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}


/* kmew231010.html */
#contentsArea .secNewsDetail1 .kmew231010Block1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 2em;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew231010Block1 > * {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
	width: 31.481481481481481%;
}
#contentsArea .secNewsDetail1 .kmew231010Block1 > *:hover {
	opacity: 0.8;
}
#contentsArea .secNewsDetail1 .kmew231010Block1 img {
	height: auto;
	vertical-align: bottom;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew231010Block1 p {
	font-size: 93.75%;
	line-height: 1.6;
	margin: 0.4em 0 0;
}
#contentsArea .secNewsDetail1 .kmew231010Block2 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 3em 0;
}
#contentsArea .secNewsDetail1 .kmew231010Block2 > *:nth-child(1) {
	width: 65%;
}
#contentsArea .secNewsDetail1 .kmew231010Block2 > *:nth-child(2) {
	margin-left: 50px;
	width: 148px;
}
#contentsArea .secNewsDetail1 .kmew231010Block2 > *:nth-child(2) img {
	height: auto;
	vertical-align: bottom;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew231010Block2 p {
	margin: 0;
}
#contentsArea .secNewsDetail1 .kmew231010Block3 {
	margin: 0 0 2em;
}
#contentsArea .secNewsDetail1 .kmew231010Block3 p {
	margin: 0 0 0 1em;
}
#contentsArea .secNewsDetail1 .kmew231010Block4 {
	display: flex;
	justify-content: space-between;
	margin: 0 0 3em;
}
#contentsArea .secNewsDetail1 .kmew231010Block4 > * {
	display: flex;
	/*width: 48.148148148148148%;*/
}
#contentsArea .secNewsDetail1 .kmew231010Block4 img {
	height: auto;
	vertical-align: bottom;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew231010Block4 > * > *:nth-child(1) {
	/*width: 38.461538461538462%;*/
	width: 200px;
}
#contentsArea .secNewsDetail1 .kmew231010Block4 > * > *:nth-child(2) {
	flex: 1;
	padding: 0 0 0 20px;
}
#contentsArea .secNewsDetail1 .kmew231010Block4 p {
	font-size: 93.75%;
	line-height: 1.7;
	margin-top: 0.5em;
}
#contentsArea .secNewsDetail1 .kmew231010Block4 .copyright1 {
	font-size: 75%;
	line-height: 1.2;
	margin-top: 0.3em;
}
#contentsArea .secNewsDetail1 .kmew231010Block5 {
	border: 1px solid #ccc;
	padding: 0.8em 1.2em;
}
#contentsArea .secNewsDetail1 .kmew231010Block5 p {
	margin: 0;
}


/* kmew231201.html */
#contentsArea .secNewsDetail1 .kmew231201Block1 {
	display: flex;
	flex-wrap: wrap;
    gap: 3em 5.555555555555555%;
	margin: 1em 0 4em;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew231201Block1 > div {
	/*margin: 0 5.555555555555555% 3em 0;*/
	width: 47.222222222222222%;
}
/*#contentsArea .secNewsDetail1 .kmew231201Block1 > div:nth-child(2n) {
	margin-right: 0;
}*/
#contentsArea .secNewsDetail1 .kmew231201Block1 .copy1 {
	margin:  0 0 0.5em;
}
#contentsArea .secNewsDetail1 .kmew231201Block1 .copy1 span {
    font-size: 81.25%;
}
#contentsArea .secNewsDetail1 .kmew231201Block1 .credit1 {
    font-size: 87.5%;
    text-align: right;
}
#contentsArea .secNewsDetail1 .kmew231201Block1 img {
    height: auto;
	max-width: 100%;
}
#contentsArea .secNewsDetail1 .kmew231201Block2 {
	display: flex;
	flex-wrap: wrap;
	margin: 1em 0 4em;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew231201Block2 > div:nth-child(1) {
	width: 34.722222222222222%;
}
#contentsArea .secNewsDetail1 .kmew231201Block2 > div:nth-child(2) {
	width: 39.351851851851852%;
}
#contentsArea .secNewsDetail1 .kmew231201Block2 > div:nth-child(3) {
    width: auto;
}
#contentsArea .secNewsDetail1 .kmew231201Block2 .copy1 {
	margin:  0 0 0.5em;
}
#contentsArea .secNewsDetail1 .kmew231201Block2 .copy1 span {
    font-size: 87.5%;
}
#contentsArea .secNewsDetail1 .kmew231201Title1 {
    background: #ddd;
	font-size: 18px;
	font-weight: 500;
	padding: 2px 10px;
	margin: 4em 0 1em;
}
#contentsArea .secNewsDetail1 .kmew231201Data1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%;
}
#contentsArea .secNewsDetail1 .kmew231201Data1 dt {
    font-weight: 500;
    padding: 0 1em 0 0;
    position: relative;
    width: 7em;
}
#contentsArea .secNewsDetail1 .kmew231201Data1 dt:before {
    color: #ddd;
    content: "●";
    margin-right: 0.2em;
}
#contentsArea .secNewsDetail1 .kmew231201Data1 dt:after {
    content: "：";
    position: absolute;
    right: 0.3em;
}
#contentsArea .secNewsDetail1 .kmew231201Data1 dd {
    width: calc(100% - 7em);
}
#contentsArea .secNewsDetail1 .kmew231201ind1 {
    padding-left: 1em;
    text-indent: -1em;
}


/* kmew240401.html */
#contentsArea .secNewsDetail1 .kmew240401Main1 {
	display: block;
	height: auto;
	max-width: 660px;
	margin: 2.5em auto 2em;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew240401Image1 {
	height: auto;
	max-width: 100%;
	margin: 0 auto 0.5em;
}
#contentsArea .secNewsDetail1 .kmew240401Block1 {
	border: 1px solid #ccc;
	margin-top: 1.5em;
	padding: 0.8em 1.2em;
}
#contentsArea .secNewsDetail1 .kmew240401Block1 p {
	margin: 0;
}
#contentsArea .secNewsDetail1 .kmew240401Block2 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0.925925925925926%;
}
#contentsArea .secNewsDetail1 .kmew240401Block2 > div {
	width: 27.777777777777778%;
}
#contentsArea .secNewsDetail1 .kmew240401Block2 p {
	font-size: 93.75%;
	margin: 0;
}
#contentsArea .secNewsDetail1 .kmew240401Block2 img {
	height: auto;
	vertical-align: bottom;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew240401Block3 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0.925925925925926%;
}
#contentsArea .secNewsDetail1 .kmew240401Block3 img {
	vertical-align: bottom;
	width: 42.12962962962963%;
}


/* kmew240327.html */
#contentsArea .secNewsDetail1 .kmew240327_titleSub1 {
	border-bottom: 1px solid #707070;
	font-size: 18px;
	font-weight: 500;
	padding: 0 0 7px;
	margin: 0 0 22px;
}
#contentsArea .secNewsDetail1 .kmew240327_titleSub1 span {
	padding-right: 0.5em;
}
#contentsArea .secNewsDetail1 * + .kmew240327_titleSub1 {
	margin-top: 4em;
}
#contentsArea .secNewsDetail1 .kmew240327_table1 {
	width: auto;
}
#contentsArea .secNewsDetail1 .kmew240327_table1 th {
	font-weight: normal;
	padding-left: 1.5em;
	padding-right: 3em;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
#contentsArea .secNewsDetail1 .kmew240327_table1 td {
	vertical-align: top;
}


/* kmew240410.html */
#contentsArea .secNewsDetail1 .kmew240410Block1 {
	display: flex;
	justify-content: space-between;
	margin: 0 0 2em;
}
#contentsArea .secNewsDetail1 .kmew240410Block1 > :nth-child(1) {
	flex: 1;
	padding-left: 20px;
}
#contentsArea .secNewsDetail1 .kmew240410Block1 > :nth-child(2) {
	width: 461px;
}
#contentsArea .secNewsDetail1 .kmew240410Block1 > :nth-child(2) img {
	height: auto;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew240410Block1 p {
	margin-bottom: 0;
}
#contentsArea .secNewsDetail1 .kmew240410Block2 {
	display: flex;
	justify-content: space-between;
	margin: 0 0 2em;
}
#contentsArea .secNewsDetail1 .kmew240410Block2 > :nth-child(1) {
	flex: 1;
	padding-right: 20px;
}
#contentsArea .secNewsDetail1 .kmew240410Block2 > :nth-child(2) {
	width: 340px;
}
#contentsArea .secNewsDetail1 .kmew240410Block2 > :nth-child(2) img {
	height: auto;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew240410Block2 p {
	margin-bottom: 0;
	padding-right: 1em;
}
#contentsArea .secNewsDetail1 .kmew240410Block3 {
	display: flex;
	justify-content: space-between;
	margin: 0 0 1em;
}
#contentsArea .secNewsDetail1 .kmew240410Block3 > :nth-child(1) {
	flex: 1;
	padding-right: 30px;
}
#contentsArea .secNewsDetail1 .kmew240410Block3 > :nth-child(2) {
	width: 340px;
}
#contentsArea .secNewsDetail1 .kmew240410Block3 > :nth-child(2) img {
	height: auto;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew240410Block4 {
	display: flex;
	justify-content: space-between;
	margin: 0 0 3em;
}
#contentsArea .secNewsDetail1 .kmew240410Block4 > * {
	display: flex;
	/*width: 48.148148148148148%;*/
}
#contentsArea .secNewsDetail1 .kmew240410Block4 img {
	height: auto;
	vertical-align: bottom;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew240410Block4 > * > *:nth-child(1) {
	/*width: 38.461538461538462%;*/
	width: 200px;
}
#contentsArea .secNewsDetail1 .kmew240410Block4 > * > *:nth-child(2) {
	flex: 1;
	padding: 0 0 0 20px;
}
#contentsArea .secNewsDetail1 .kmew240410Block4 p {
	font-size: 93.75%;
	line-height: 1.7;
	margin-top: 0.5em;
}
#contentsArea .secNewsDetail1 .kmew240410Block4 .copyright1 {
	font-size: 75%;
	line-height: 1.2;
	margin-top: 0.3em;
}
#contentsArea .secNewsDetail1 .kmew240410Block5 {
	border: 1px solid #ccc;
	padding: 0.8em 1.2em;
}
#contentsArea .secNewsDetail1 .kmew240410Block5 p {
	margin: 0;
}


/* kmew240426.html */
#contentsArea .secNewsDetail1 .kmew240426Image1 {
	display: block;
	height: auto;
	max-width: 450px;
	margin: 2em auto;
	width: 100%;
}


/* kmew240520.html */
#contentsArea .secNewsDetail1 .kmew240520Main1 {
	display: block;
	height: auto;
	max-width: 660px;
	margin: 2.5em auto 2em;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew240520Block1 {
	border: 1px solid #ccc;
	margin-top: 1.5em;
	padding: 0.8em 1.2em;
}
#contentsArea .secNewsDetail1 .kmew240520Block1 p {
	margin: 0;
}
#contentsArea .secNewsDetail1 .kmew240520Image1 {
	display: block;
	height: auto;
	max-width: 500px;
	margin: 2.5em auto 2em;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew240520Block2 {
	display: flex;
	gap: 20px 1.851851851851852%;
	margin: 0 0 3em;
}
#contentsArea .secNewsDetail1 .kmew240520Block2 > * {
	width: 23.611111111111111%;
}
#contentsArea .secNewsDetail1 .kmew240520Block2 img {
	display: block;
	height: auto;
	vertical-align: bottom;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew240520table1 sup {
	font-size: 81.25%;
	bottom: 0.3em;
	position: relative;
}


/* kmew240716.html */
#contentsArea .secNewsDetail1 .kmew240716Main1 {
	display: block;
	height: auto;
	max-width: 660px;
	margin: 2.5em auto 2em;
	width: 100%;
}


/* kmew240722.html */
#contentsArea .secNewsDetail1 .kmew240722Block1 {
	display: flex;
	justify-content: space-between;
	margin: 0 0 2em;
}
#contentsArea .secNewsDetail1 .kmew240722Block1 > :nth-child(1) {
	flex: 1;
	padding-left: 20px;
}
#contentsArea .secNewsDetail1 .kmew240722Block1 > :nth-child(2) {
	width: 461px;
}
#contentsArea .secNewsDetail1 .kmew240722Block1 > :nth-child(2) img {
	height: auto;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew240722Block1 p {
	margin-bottom: 0;
}
#contentsArea .secNewsDetail1 .kmew240722Block2 {
	display: flex;
	justify-content: space-between;
	margin: 0 0 2em;
}
#contentsArea .secNewsDetail1 .kmew240722Block2 > :nth-child(1) {
	flex: 1;
	padding-right: 20px;
}
#contentsArea .secNewsDetail1 .kmew240722Block2 > :nth-child(2) {
	width: 340px;
}
#contentsArea .secNewsDetail1 .kmew240722Block2 > :nth-child(2) img {
	height: auto;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew240722Block2 p {
	margin-bottom: 0;
	padding-right: 1em;
}
#contentsArea .secNewsDetail1 .kmew240722Block3 {
	display: flex;
	justify-content: space-between;
	margin: 0 0 1em;
}
#contentsArea .secNewsDetail1 .kmew240722Block3 > :nth-child(1) {
	flex: 1;
	padding-right: 30px;
}
#contentsArea .secNewsDetail1 .kmew240722Block3 > :nth-child(2) {
	width: 340px;
}
#contentsArea .secNewsDetail1 .kmew240722Block3 > :nth-child(2) img {
	height: auto;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew240722Block4 {
	display: flex;
	justify-content: space-between;
	margin: 0 0 3em;
}
#contentsArea .secNewsDetail1 .kmew240722Block4 > * {
	display: flex;
	/*width: 48.148148148148148%;*/
}
#contentsArea .secNewsDetail1 .kmew240722Block4 img {
	height: auto;
	vertical-align: bottom;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew240722Block4 > * > *:nth-child(1) {
	/*width: 38.461538461538462%;*/
	width: 200px;
}
#contentsArea .secNewsDetail1 .kmew240722Block4 > * > *:nth-child(2) {
	flex: 1;
	padding: 0 0 0 20px;
}
#contentsArea .secNewsDetail1 .kmew240722Block4 p {
	font-size: 93.75%;
	line-height: 1.7;
	margin-top: 0.5em;
}
#contentsArea .secNewsDetail1 .kmew240722Block4 .copyright1 {
	font-size: 75%;
	line-height: 1.2;
	margin-top: 0.3em;
}
#contentsArea .secNewsDetail1 .kmew240722Block5 {
	border: 1px solid #ccc;
	padding: 0.8em 1.2em;
}
#contentsArea .secNewsDetail1 .kmew240722Block5 p {
	margin: 0;
}


/* kmew240910.html */
#contentsArea .secNewsDetail1 .kmew240910Main1 {
	display: block;
	height: auto;
	max-width: 600px;
	margin: 2.5em auto 2em;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew240910_table1 {
	margin-bottom: 0.5em;
}
#contentsArea .secNewsDetail1 .kmew240910_table1 strong {
	font-size: 112.5%;
}
#contentsArea .secNewsDetail1 .kmew240910_sub1 {
	font-size: 81.25%;
	position: relative;
}
#contentsArea .secNewsDetail1 .kmew240910_sup1 {
	bottom: .3em;
	font-size: 81.25%;
	position: relative;
}
#contentsArea .secNewsDetail1 .kmew240910_list1 {
	line-height: 2;
	list-style: none;
	margin: 0;
	padding: 0;
}
#contentsArea .secNewsDetail1 .kmew240910_list1 li {
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
#contentsArea .secNewsDetail1 .kmew240910_note1 {
	font-size: 13px;
	line-height: 1.7;
	list-style: none;
	margin: 15px 0 0;
	padding: 0;
}
#contentsArea .secNewsDetail1 .kmew240910_note1 li {
	margin: 0.5em 0 0;
	padding: 0 0 0 2em;
	text-indent: -2em;
}


/* kmew241001.html */
#contentsArea .secNewsDetail1 .kmew241001_table1 {
	width: auto;
}
#contentsArea .secNewsDetail1 .kmew241001_table1 th {
	font-weight: normal;
	padding-left: 1.5em;
	padding-right: 3em;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
#contentsArea .secNewsDetail1 .kmew241001_table1 td {
	vertical-align: top;
}
#contentsArea .secNewsDetail1 .kmew241001_logos1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 80px 2%;
	margin: 3em 5% 0;
}
#contentsArea .secNewsDetail1 .kmew241001_logos1 .logo1 {
	height: auto;
	max-width: 272px;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew241001_logos1 .logo2 {
	height: auto;
	max-width: 272px;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew241001_logos1 .logo3 {
	height: auto;
	max-width: 83px;
	width: 100%;
}


/* kmew241011.html */
#contentsArea .secNewsDetail1 .kmew241011Main1 {
	display: block;
	height: auto;
	max-width: 400px;
	margin: 2.5em auto 2em;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew241011_sub1 {
	font-size: 81.25%;
	position: relative;
}
#contentsArea .secNewsDetail1 .kmew241011_sup1 {
	bottom: .3em;
	font-size: 81.25%;
	position: relative;
}
#contentsArea .secNewsDetail1 .kmew241011_small1 {
	font-size: 81.25%;
}
#contentsArea .secNewsDetail1 .kmew241011_table1 {
	margin-bottom: 0.5em;
}
#contentsArea .secNewsDetail1 .kmew241011_table1 th,
#contentsArea .secNewsDetail1 .kmew241011_table1 td {
	padding: 10px;
}
#contentsArea .secNewsDetail1 .kmew241011_table1 th {
	white-space: nowrap;
}
#contentsArea .secNewsDetail1 .kmew241011_table1 .left {
	text-align: left;
}
#contentsArea .secNewsDetail1 .kmew241011_table1 tr > :nth-last-of-type(1) {
	white-space: nowrap;
}
#contentsArea .secNewsDetail1 .kmew241011_table1 tr .bdd1 {
	border-bottom-style: dashed;
}
#contentsArea .secNewsDetail1 .kmew241011_table1 a {
	text-decoration: underline;
}
#contentsArea .secNewsDetail1 .kmew241011_table1 a:hover {
	text-decoration: none;
}
#contentsArea .secNewsDetail1 .kmew201011_note1 {
	font-size: 13px;
	line-height: 1.7;
	list-style: none;
	margin: 3em 0 0;
	padding: 0;
}
#contentsArea .secNewsDetail1 .kmew201011_note1 li {
	margin: 0.5em 0 0;
	padding: 0 0 0 2em;
	text-indent: -2em;
}


/* kmew241016.html */
#contentsArea .secNewsDetail1 .kmew241016Logo1 {
	display: block;
	height: auto;
	max-width: 600px;
	margin: 5em auto 8em;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew241016Block1 {
	background: #EFEFEF;
	margin: 1em auto 1.5em;
	padding: 1em 1.5em;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew241016Block1 * {
	margin-bottom: 0;
}
#contentsArea .secNewsDetail1 .kmew241016Block2 {
	display: flex;
	margin: 1em auto;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew241016Block2 > div:nth-child(1) {
	width: 41.666666666666667%;
}
#contentsArea .secNewsDetail1 .kmew241016Block2 > div:nth-child(1) img {
	height: auto;
	vertical-align: bottom;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew241016Block2 > div:nth-child(2) {
	flex: 1;
	padding-left: 30px;
}
#contentsArea .secNewsDetail1 .kmew241016Block2 h3 {
	font-size: 18px;
	margin-bottom: .5em;
}
#contentsArea .secNewsDetail1 .kmew241016Block2 .kmew241016Img2 {
	height: auto;
	margin: 1em 0 0;
	max-width: 563px;
	vertical-align: bottom;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew241016Block2 .kmew241016Img4 {
	height: auto;
	margin: 1em 0 0;
	max-width: 508px;
	vertical-align: bottom;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew241016Block2 .kmew241016Img6 {
	height: auto;
	margin: 1em 0 0;
	max-width: 585px;
	vertical-align: bottom;
	width: 100%;
}
#contentsArea .secNewsDetail1 .titleSub1.st1 {
	display: flex;
	position: relative;
}
#contentsArea .secNewsDetail1 .kmew241016TitleSubNew1 {
	color: #f00;
	font-size: 16px;
	font-weight: 400;
	margin-left: auto;
}
#contentsArea .secNewsDetail1 .kmew241016Link1 {
	word-break: break-all;
	word-wrap: break-word;
}


/* kmew2411191.html */
#contentsArea .secNewsDetail1 .kmew241119Main1 {
	display: block;
	height: auto;
	max-width: 660px;
	margin: 2.5em auto 2em;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew241119Image1 {
	height: auto;
	max-width: 100%;
	margin: 0 auto 0.5em;
}
#contentsArea .secNewsDetail1 .kmew241119Block1 {
	border: 1px solid #ccc;
	margin-top: 1.5em;
	padding: 0.8em 1.2em;
}
#contentsArea .secNewsDetail1 .kmew241119Block1 p {
	margin: 0;
}
#contentsArea .secNewsDetail1 .kmew241119Block2 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 3%;
}
#contentsArea .secNewsDetail1 .kmew241119Block2 > div {
	width: 33%;
}
#contentsArea .secNewsDetail1 .kmew241119Block2 p {
	font-size: 93.75%;
	margin: 0;
}
#contentsArea .secNewsDetail1 .kmew241119Block2 img {
	height: auto;
	vertical-align: bottom;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew241119_image4 {
	display: block;
	height: auto;
	max-width: 660px;
	margin: 2.5em auto 2em;
	width: 100%;
}


/* kmew241121.html */
#contentsArea .secNewsDetail1 .kmew241121Block1 {
	display: flex;
	flex-wrap: wrap;
    gap: 3em 5.555555555555555%;
	margin: 1em 0 4em;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew241121Block1 > div {
	width: 47.222222222222222%;
}
#contentsArea .secNewsDetail1 .kmew241121Block1 .copy1 {
	margin:  0 0 0.5em;
}
#contentsArea .secNewsDetail1 .kmew241121Block1 .copy1 span {
    font-size: 81.25%;
}
#contentsArea .secNewsDetail1 .kmew241121Block1 .credit1 {
    font-size: 87.5%;
    text-align: right;
}
#contentsArea .secNewsDetail1 .kmew241121Block1 img {
    height: auto;
	max-width: 100%;
}
#contentsArea .secNewsDetail1 .kmew241121Block2 {
	display: flex;
	flex-wrap: wrap;
	margin: 1em 0 4em;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew241121Block2 > div:nth-child(1) {
	width: 36%;
}
#contentsArea .secNewsDetail1 .kmew241121Block2 > div:nth-child(2) {
	width: 32%;
}
#contentsArea .secNewsDetail1 .kmew241121Block2 > div:nth-child(3) {
    width: auto;
}
#contentsArea .secNewsDetail1 .kmew241121Block2 .copy1 {
	margin:  0 0 0.5em;
}
#contentsArea .secNewsDetail1 .kmew241121Block2 .copy1 span {
    font-size: 87.5%;
}
#contentsArea .secNewsDetail1 .kmew241121Title1 {
    background: #ddd;
	font-size: 18px;
	font-weight: 500;
	padding: 2px 10px;
	margin: 4em 0 1em;
}
#contentsArea .secNewsDetail1 .kmew241121Data1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%;
}
#contentsArea .secNewsDetail1 .kmew241121Data1 dt {
    font-weight: 500;
    padding: 0 1em 0 0;
    position: relative;
    width: 7em;
}
#contentsArea .secNewsDetail1 .kmew241121Data1 dt:before {
    color: #ddd;
    content: "●";
    margin-right: 0.2em;
}
#contentsArea .secNewsDetail1 .kmew241121Data1 dt:after {
    content: "：";
    position: absolute;
    right: 0.3em;
}
#contentsArea .secNewsDetail1 .kmew241121Data1 dd {
    width: calc(100% - 7em);
}
#contentsArea .secNewsDetail1 .kmew241121ind1 {
    padding-left: 1em;
    text-indent: -1em;
}


/* kmew250321.html */
#contentsArea .secNewsDetail1 .kmew250321_main1 {
	display: block;
	height: auto;
	max-width: 660px;
	margin: 2.5em auto 2em;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew250321_img1 {
	display: block;
	height: auto;
	max-width: 660px;
	margin: 2.5em auto 5em;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew250321_block1 {
	display: flex;
	margin: 2.5em auto 5em;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew250321_block1 > div {
  background: url("../img/kmew250321_bg1.webp") no-repeat right center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3%;
  padding-right: 1.85185185%;
  position: relative;
  width: 23.61111111%;
}
#contentsArea .secNewsDetail1 .kmew250321_block1 > div p {
  font-size: 29px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
#contentsArea .secNewsDetail1 .kmew250321_img2 {
  margin-left: auto;
  width: 35.55555556%;
}
#contentsArea .secNewsDetail1 .kmew250321_img3 {
  margin-left: auto;
  width: 35.55555556%;
}
#contentsArea .secNewsDetail1 .kmew250321_block2 {
	display: flex;
  gap: 30px 3.19444444%;
	margin: 2.5em auto 5em;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew250321_block2 > * {
	width: 31.2037037%;
}
#contentsArea .secNewsDetail1 .kmew250321_block2.shadow1 > * {
  box-shadow: 4px 4px 5px rgba(0,0,0,0.3);
}


/* kmew250501.html */
#contentsArea .secNewsDetail1 .kmew250501Image1 {
	display: block;
	height: auto;
	max-width: 600px;
	margin: 3em auto;
	width: 100%;
}


/* kmew250514.html */
#contentsArea .secNewsDetail1 .kmew250514Image1 {
	display: block;
	height: auto;
	max-width: 450px;
	margin: 2em auto;
	width: 100%;
}


/* kmew251015.html */
#contentsArea .secNewsDetail1 .kmew251015Main1 {
	display: block;
	height: auto;
	max-width: 800px;
	margin: 2em auto;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew251015_cnt1 {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
	height: auto;
	margin: 1em auto 2em;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew251015_cnt1 img {
  height: auto;
  max-width: 480px;
  width: 100%;
}
#contentsArea .secNewsDetail1 table sub {
  bottom: 0.3em;
  font-size: 81.25%;
  position: relative;
}
#contentsArea .secNewsDetail1 .kmew251015_table1 img {
  height: auto;
  max-width: 380px;
  width: 100%;
}
#contentsArea .secNewsDetail1 .kmew251015_table2 {
  margin-top: 3em;
}
#contentsArea .secNewsDetail1 .kmew251015_table2 img {
  height: auto;
  max-width: 260px;
  width: 100%;
}
#contentsArea .secNewsDetail1 .kmew251015_link1 {
  word-break: break-all;
  word-wrap: break-word;
}


/* kmew251126.html */
#contentsArea .secNewsDetail1 .kmew251126Block1 {
	display: flex;
	flex-wrap: wrap;
    gap: 3em 5.555555555555555%;
	margin: 1em 0 4em;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew251126Block1 > div {
	width: 47.222222222222222%;
}
#contentsArea .secNewsDetail1 .kmew251126Block1 .copy1 {
	margin:  0 0 0.5em;
}
#contentsArea .secNewsDetail1 .kmew251126Block1 .copy1 span {
    font-size: 81.25%;
}
#contentsArea .secNewsDetail1 .kmew251126Block1 .credit1 {
    font-size: 87.5%;
    text-align: right;
}
#contentsArea .secNewsDetail1 .kmew251126Block1 img {
    height: auto;
	max-width: 100%;
}
#contentsArea .secNewsDetail1 .kmew251126Block2 {
	display: flex;
	flex-wrap: wrap;
	margin: 1em 0 4em;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew251126Block2 > div:nth-child(1) {
	width: 28%;
}
#contentsArea .secNewsDetail1 .kmew251126Block2 > div:nth-child(2) {
	width: 44%;
}
#contentsArea .secNewsDetail1 .kmew251126Block2 > div:nth-child(3) {
    width: auto;
}
#contentsArea .secNewsDetail1 .kmew251126Block2 .copy1 {
	margin:  0 0 0.5em;
}
#contentsArea .secNewsDetail1 .kmew251126Block2 .copy1 span {
    font-size: 87.5%;
}
#contentsArea .secNewsDetail1 .kmew251126Title1 {
    background: #ddd;
	font-size: 18px;
	font-weight: 500;
	padding: 2px 10px;
	margin: 4em 0 1em;
}
#contentsArea .secNewsDetail1 .kmew251126Data1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%;
}
#contentsArea .secNewsDetail1 .kmew251126Data1 dt {
    font-weight: 500;
    padding: 0 1em 0 0;
    position: relative;
    width: 7em;
}
#contentsArea .secNewsDetail1 .kmew251126Data1 dt:before {
    color: #ddd;
    content: "●";
    margin-right: 0.2em;
}
#contentsArea .secNewsDetail1 .kmew251126Data1 dt:after {
    content: "：";
    position: absolute;
    right: 0.3em;
}
#contentsArea .secNewsDetail1 .kmew251126Data1 dd {
    width: calc(100% - 7em);
}
#contentsArea .secNewsDetail1 .kmew251126ind1 {
    padding-left: 1em;
    text-indent: -1em;
}


/* kmew251205.html */
#contentsArea .secNewsDetail1 .kmew251205Block1 {
	display: flex;
	flex-wrap: wrap;
    gap: 3em 5.555555555555555%;
	margin: 1em 0 4em;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew251205Block1 > div {
	width: 47.222222222222222%;
}
#contentsArea .secNewsDetail1 .kmew251205Block1 .copy1 {
	margin:  0 0 0.5em;
}
#contentsArea .secNewsDetail1 .kmew251205Block1 .copy1 span {
    font-size: 81.25%;
}
#contentsArea .secNewsDetail1 .kmew251205Block1 .credit1 {
    font-size: 87.5%;
    text-align: right;
}
#contentsArea .secNewsDetail1 .kmew251205Block1 img {
    height: auto;
	max-width: 100%;
}
#contentsArea .secNewsDetail1 .kmew251205Block2 {
	display: flex;
	flex-wrap: wrap;
	margin: 1em 0 4em;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew251205Block2 > div:nth-child(1) {
	width: 28%;
}
#contentsArea .secNewsDetail1 .kmew251205Block2 > div:nth-child(2) {
	width: 44%;
}
#contentsArea .secNewsDetail1 .kmew251205Block2 > div:nth-child(3) {
    width: auto;
}
#contentsArea .secNewsDetail1 .kmew251205Block2 .copy1 {
	margin:  0 0 0.5em;
}
#contentsArea .secNewsDetail1 .kmew251205Block2 .copy1 span {
    font-size: 87.5%;
}
#contentsArea .secNewsDetail1 .kmew251205Title1 {
  background: #ddd;
	font-size: 18px;
	font-weight: 500;
	padding: 3px 10px;
	margin: 4em 0 1em;
}
#contentsArea .secNewsDetail1 .kmew251205Title1 .note1 {
	font-size: 16px;
	font-weight: 400;
}
#contentsArea .secNewsDetail1 .kmew251205Title1 + .titleSub1 {
  margin-top: 3em;
}
#contentsArea .secNewsDetail1 .kmew251205Data1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%;
}
#contentsArea .secNewsDetail1 .kmew251205Data1 dt {
    font-weight: 500;
    padding: 0 1em 0 0;
    position: relative;
    width: 16em;
}
#contentsArea .secNewsDetail1 .kmew251205Data1 dt:before {
    color: #ddd;
    content: "●";
    margin-right: 0.2em;
}
#contentsArea .secNewsDetail1 .kmew251205Data1 dt:after {
    content: "：";
    position: absolute;
    right: 0.3em;
}
#contentsArea .secNewsDetail1 .kmew251205Data1 dd {
    width: calc(100% - 16em);
}
#contentsArea .secNewsDetail1 .kmew251205ind1 {
    padding-left: 1em;
    text-indent: -1em;
}


/* kmew251215.html */
#contentsArea .secNewsDetail1 .image1 {
	display: block;
	height: auto;
	max-width: 660px;
	margin: 2.5em auto 2em;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew251215Block1 {
	display: flex;
	flex-wrap: wrap;
	gap: 0 30px;
	margin: 1em 0 4em;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew251215Block1 > div:first-child {
  flex: 1;
}
#contentsArea .secNewsDetail1 .kmew251215Block1 > div:last-child {
	width: 360px;
}
#contentsArea .secNewsDetail1 .kmew251215Block1 img {
	height: auto;
	max-width: 100%;
}
#contentsArea .secNewsDetail1 .kmew251215Block2 {
  background: #F4F4F4;
  padding: 1.5em 2em;
}
#contentsArea .secNewsDetail1 .kmew251215Block2 .titleSub1 {
  border: none;
  margin-bottom: 0.7em;
  padding: 0;
}
#contentsArea .secNewsDetail1 .kmew251215Data1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%;
}
#contentsArea .secNewsDetail1 .kmew251215Data1 dt {
    font-weight: 500;
    padding: 0 1em 0 0;
    position: relative;
}
#contentsArea .secNewsDetail1 .kmew251215Data1 dt:before {
    color: #ddd;
    content: "●";
    margin-right: 0.2em;
}
#contentsArea .secNewsDetail1 .kmew251215Data1 dt:after {
    content: "：";
    position: absolute;
    right: 0.3em;
}
#contentsArea .secNewsDetail1 .kmew251215Block3 {
	display: flex;
	flex-wrap: wrap;
	gap: 0 30px;
	margin: 1em 0 4em;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew251215Block3 > div:first-child {
  position: relative;
	width: 300px;
}
#contentsArea .secNewsDetail1 .kmew251215Block3 img {
	display: block;
	height: auto;
	vertical-align: bottom;
	width: 100%;
}
#contentsArea .secNewsDetail1 .kmew251215Block3 > div:last-child {
  flex: 1;
}
#contentsArea .secNewsDetail1 .kmew251215Brake1 {
  word-break: break-all;
  word-wrap: break-word;
}



@media screen and (max-width: 1000px) {
	
	/* kmew241001.html */
	#contentsArea .secNewsDetail1 .kmew241001_logos1 {
		flex-direction: column;
	}
	
}



@media screen and (max-width: 750px) {

	#contentsArea .sec {
		margin-bottom: 4em;
	}

	/* base */
	#contentsArea .secNewsDetail1 {
		padding: 0 15px;
	}
	#contentsArea .secNewsDetail1 .meta1 .date1 {
		font-size: 3vw;
	}
	#contentsArea .secNewsDetail1 .meta1 .cat {
		font-size: 3vw;
		line-height: 2;
		min-width: 24vw;
	}
	#contentsArea .secNewsDetail1 .title1 {
		font-size: 16px;
		padding: 10px 15px;
		margin: 0 -15px 25px;
	}
	#contentsArea .secNewsDetail1 .title1Sub1 {
		font-size: 16px;
		padding: 0 0 5px;
		margin: 0 0 18px;
	}
	#contentsArea .secNewsDetail1 * + .titleSub1 {
		margin-top: 3em;
	}
	#contentsArea .secNewsDetail1 .buttons1 {
		display: block;
		margin: 4em 0 0;
	}
	#contentsArea .secNewsDetail1 .buttons1 .button1 {
		font-size: 15px;
		height: 45px;
		margin: auto;
		padding-right: 33px;
		width: 100%;
	}
	#contentsArea .secNewsDetail1 .buttons1 .button1 + .button1 {
		margin-left: auto;
		margin-top: 2.53333333335vw;
	}
	#contentsArea .secNewsDetail1 .buttons1 .button1:before {
		height: 11px;
		right: 18px;
		width: 11px;
	}
	#contentsArea .secNewsDetail1 .buttons1 .button1[target=_blank]:before {
		height: 1.2em;
		right: 12px;
		width: 1.2em;
	}
	#contentsArea .secNewsDetail1 .buttons1 .button1.pdf:before {
		height: 1.5em;
		right: 10px;
		width: 1.5em;
	}

	#contentsArea .secNewsDetail1 .data1 {
		display: block;
	}
	#contentsArea .secNewsDetail1 .data1 + .data1 {
		margin-top: 0.4em;
	}
	#contentsArea .secNewsDetail1 .data1 dt {
		display: block;
		white-space: normal;
	}
	#contentsArea .secNewsDetail1 .data1 dd {
		display: block;
		word-break: break-all;
		word-wrap: break-word;
	}

	#contentsArea .secNewsDetail1 .block1 {
		display: block;
	}
	#contentsArea .secNewsDetail1 .block1 + .block1 {
		margin-top: 4em;
	}
	#contentsArea .secNewsDetail1 .block1 > div:nth-child(1) {
		margin: auto;
		width: 220px;
	}
	#contentsArea .secNewsDetail1 .block1 > div:nth-child(2) {
		padding: 0.4em 0 0 0;
	}
	#contentsArea .secNewsDetail1 .block1 .txt1 {
		font-size: 17px;
		margin: 0 0 0.5em;
	}
	#contentsArea .secNewsDetail1 .block1 p {
		margin-bottom: 0.5em;
	}


	/* kmew230306.html */
	#contentsArea .secNewsDetail1 .kmew230306Image1 {
		margin: 3.5em auto;
		width: 90%;
	}


	/* kmew230627.html */
	#contentsArea .secNewsDetail1 .kmew230627Image1 {
		margin: 2em auto;
	}


	/* kmew230829.html */
	#contentsArea .secNewsDetail1 .kmew230829Block1 p {
		padding-right: 10px;
	}
	#contentsArea .secNewsDetail1 .kmew230829Block1 img {
		width: 70px;
	}
	#contentsArea .secNewsDetail1 .kmew230829Solido1 {
		max-width: 160px;
	}
	#contentsArea .secNewsDetail1 .kmew230829Block2 {
		margin-top: 2em;
	}
	#contentsArea .secNewsDetail1 .kmew230829Block2 > div {
		margin: 0 0 3em 0;
		width: 100%;
	}
	#contentsArea .secNewsDetail1 .kmew230829Block2 > div:last-child {
		margin-bottom: 0;
	}
	#contentsArea .secNewsDetail1 .kmew230829Block2 > div:nth-child(2n) {
		margin-right: 0;
	}
	#contentsArea .secNewsDetail1 .kmew230829Block2 .hd1 img {
		height: 30px;
	}
	#contentsArea .secNewsDetail1 .kmew230829Block2 .hd1 img.kmew230829_typef_coffee1 {
		height: 46px;
	}
	#contentsArea .secNewsDetail1 .kmew230829Block3 {
		margin-top: 2em;
		padding: 1em;
	}
	#contentsArea .secNewsDetail1 .kmew230829Block3 h3 {
		font-size: 15px;
	}
	
	
	/* kmew231005.html */
	#contentsArea .secNewsDetail1 .kmew231005Image2 {
		max-width: 80%;
	}


	/* kmew231010.html */
	#contentsArea .secNewsDetail1 .kmew231010Block1 {
		display: block;
		margin: 0 auto 2em;
		width: 85%;
	}
	#contentsArea .secNewsDetail1 .kmew231010Block1 > * {
		display: block;
		margin-bottom: 1.5em;
		width: 100%;
	}
	#contentsArea .secNewsDetail1 .kmew231010Block2 {
		display: block;
	}
	#contentsArea .secNewsDetail1 .kmew231010Block2 > *:nth-child(1) {
		width: 100%;
	}
	#contentsArea .secNewsDetail1 .kmew231010Block2 > *:nth-child(2) {
		margin: 15px auto 0;
	}
	#contentsArea .secNewsDetail1 .kmew231010Block4 {
		display: block;
		margin-bottom: 1.5em;
	}
	#contentsArea .secNewsDetail1 .kmew231010Block4 > * {
		display: flex;
		margin-bottom: 1.5em;
		width: 100%;
	}
	#contentsArea .secNewsDetail1 .kmew231010Block4 > * > *:nth-child(1) {
		width: 35%;
	}
	#contentsArea .secNewsDetail1 .kmew231010Block4 > * > *:nth-child(2) {
		padding: 0 0 0 15px;
	}
	#contentsArea .secNewsDetail1 .kmew231010Block4 h3 {
		line-height: 1.3;
	}
	#contentsArea .secNewsDetail1 .kmew231010Block4 p {
		font-size: 85.714285714285714%;
		margin-top: 0.5em;
	}
	#contentsArea .secNewsDetail1 .kmew231010Block4 .copyright1 {
		font-size: 71.428571428571429%;
	}


    /* kmew231201.html */
    #contentsArea .secNewsDetail1 .kmew231201Block1 {
        display: block;
        gap: 0;
        margin: 1em auto 4em;
    }
    #contentsArea .secNewsDetail1 .kmew231201Block1 > div {
        margin-bottom: 2em;
        width: 100%;
    }
    #contentsArea .secNewsDetail1 .kmew231201Block2 {
        display: block;
        gap: 0;
        margin: 1em auto 4em;
    }
    #contentsArea .secNewsDetail1 .kmew231201Block2 > div {
        margin-bottom: 2em;
    }
    #contentsArea .secNewsDetail1 .kmew231201Block2 > div:nth-child(1) {
        width: 100%;
    }
    #contentsArea .secNewsDetail1 .kmew231201Block2 > div:nth-child(2) {
        width: 100%;
    }
    #contentsArea .secNewsDetail1 .kmew231201Block2 > div:nth-child(3) {
        width: 100%;
    }
    #contentsArea .secNewsDetail1 .kmew231201Data1 {
        display: block;
    }
    #contentsArea .secNewsDetail1 .kmew231201Data1 dt {
        padding: 0;
        width: auto;
    }
    #contentsArea .secNewsDetail1 .kmew231201Data1 dt:after {
        display: none;
    }
    #contentsArea .secNewsDetail1 .kmew231201Data1 dd + dt {
        margin-top: 0.5em;
    }
    #contentsArea .secNewsDetail1 .kmew231201Data1 dd {
        width: 100%;
    }


	/* kmew240401.html */
	#contentsArea .secNewsDetail1 .kmew240401Block1 {
		word-break: break-all;
		word-wrap: break-word;
	}
	#contentsArea .secNewsDetail1 .kmew240401Block2 {
		flex-direction: column;
		gap: 10px 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 300px;
		width: 80%;
	}
	#contentsArea .secNewsDetail1 .kmew240401Block2 > div {
		width: 100%;
	}
	#contentsArea .secNewsDetail1 .kmew240401Block3 {
		flex-direction: column;
		gap: 10px 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 300px;
		width: 80%;
	}
	#contentsArea .secNewsDetail1 .kmew240401Block3 img {
		width: 100%;
	}


	/* kmew240410.html */
	#contentsArea .secNewsDetail1 .kmew240410Block1 {
		display: block;
	}
	#contentsArea .secNewsDetail1 .kmew240410Block1 > :nth-child(1) {
		padding-right: 0;
	}
	#contentsArea .secNewsDetail1 .kmew240410Block1 > :nth-child(2) {
		margin: 1.5em auto 0;
		max-width: 500px;
		width: 100%;
	}
	#contentsArea .secNewsDetail1 .kmew240410Block2 {
		display: block;
	}
	#contentsArea .secNewsDetail1 .kmew240410Block2 > :nth-child(1) {
		padding-right: 0;
	}
	#contentsArea .secNewsDetail1 .kmew240410Block2 > :nth-child(2) {
		margin: 1.5em auto 0;
		max-width: 500px;
		width: 85%;
	}
	#contentsArea .secNewsDetail1 .kmew240410Block3 {
		display: block;
	}
	#contentsArea .secNewsDetail1 .kmew240410Block3 > :nth-child(1) {
		padding-right: 0;
	}
	#contentsArea .secNewsDetail1 .kmew240410Block3 > :nth-child(2) {
		margin: 1.5em auto 0;
		max-width: 500px;
		width: 85%;
	}
	#contentsArea .secNewsDetail1 .kmew240410Block4 {
		display: block;
		margin-bottom: 1.5em;
	}
	#contentsArea .secNewsDetail1 .kmew240410Block4 > * {
		display: flex;
		margin-bottom: 1.5em;
		width: 100%;
	}
	#contentsArea .secNewsDetail1 .kmew240410Block4 > * > *:nth-child(1) {
		width: 35%;
	}
	#contentsArea .secNewsDetail1 .kmew240410Block4 > * > *:nth-child(2) {
		padding: 0 0 0 15px;
	}
	#contentsArea .secNewsDetail1 .kmew240410Block4 h3 {
		line-height: 1.3;
	}
	#contentsArea .secNewsDetail1 .kmew240410Block4 p {
		font-size: 85.714285714285714%;
		margin-top: 0.5em;
	}
	#contentsArea .secNewsDetail1 .kmew240410Block4 .copyright1 {
		font-size: 71.428571428571429%;
	}


	/* kmew240520.html */
	#contentsArea .secNewsDetail1 .kmew240520Block2 {
		flex-direction: column;
		gap: 10px 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 300px;
		width: 80%;
	}
	#contentsArea .secNewsDetail1 .kmew240520Block2 > * {
		width: 100%;
	}


	/* kmew240722.html */
	#contentsArea .secNewsDetail1 .kmew240722Block1 {
		display: block;
	}
	#contentsArea .secNewsDetail1 .kmew240722Block1 > :nth-child(1) {
		padding-right: 0;
	}
	#contentsArea .secNewsDetail1 .kmew240722Block1 > :nth-child(2) {
		margin: 1.5em auto 0;
		max-width: 500px;
		width: 100%;
	}
	#contentsArea .secNewsDetail1 .kmew240722Block2 {
		display: block;
	}
	#contentsArea .secNewsDetail1 .kmew240722Block2 > :nth-child(1) {
		padding-right: 0;
	}
	#contentsArea .secNewsDetail1 .kmew240722Block2 > :nth-child(2) {
		margin: 1.5em auto 0;
		max-width: 500px;
		width: 85%;
	}
	#contentsArea .secNewsDetail1 .kmew240722Block3 {
		display: block;
	}
	#contentsArea .secNewsDetail1 .kmew240722Block3 > :nth-child(1) {
		padding-right: 0;
	}
	#contentsArea .secNewsDetail1 .kmew240722Block3 > :nth-child(2) {
		margin: 1.5em auto 0;
		max-width: 500px;
		width: 85%;
	}
	#contentsArea .secNewsDetail1 .kmew240722Block4 {
		display: block;
		margin-bottom: 1.5em;
	}
	#contentsArea .secNewsDetail1 .kmew240722Block4 > * {
		display: flex;
		margin-bottom: 1.5em;
		width: 100%;
	}
	#contentsArea .secNewsDetail1 .kmew240722Block4 > * > *:nth-child(1) {
		width: 35%;
	}
	#contentsArea .secNewsDetail1 .kmew240722Block4 > * > *:nth-child(2) {
		padding: 0 0 0 15px;
	}
	#contentsArea .secNewsDetail1 .kmew240722Block4 h3 {
		line-height: 1.3;
	}
	#contentsArea .secNewsDetail1 .kmew240722Block4 p {
		font-size: 85.714285714285714%;
		margin-top: 0.5em;
	}
	#contentsArea .secNewsDetail1 .kmew240722Block4 .copyright1 {
		font-size: 71.428571428571429%;
	}


/* kmew241001.html */
	#contentsArea .secNewsDetail1 .kmew241001_logos1 {
		flex-direction: column;
		justify-content: center;
		gap: 80px 3%;
	}


/* kmew241011.html */
	#contentsArea .secNewsDetail1 .kmew241011Main1 {
	margin: 2em auto 2em;
		width: 80%;
	}
	#contentsArea .secNewsDetail1 .kmew241011_table1_wrap {
		overflow-x: auto;
		width: 100%;
	}
	#contentsArea .secNewsDetail1 .kmew241011_table1_wrap  .kmew241011_table1 {
		min-width: 700px;
	}
	#contentsArea .secNewsDetail1 .kmew241011_table1 th,
	#contentsArea .secNewsDetail1 .kmew241011_table1 td {
		padding: 5px;
	}


/* kmew241016.html */
	#contentsArea .secNewsDetail1 .kmew241016Logo1 {
		margin: 3em auto 4em;
	}
	#contentsArea .secNewsDetail1 .kmew241016Block2 {
		display: block;
	}
	#contentsArea .secNewsDetail1 .kmew241016Block2 > div:nth-child(1) {
		margin: 0 auto 1em;
		max-width: 600px;
		width: 90%;
	}
	#contentsArea .secNewsDetail1 .kmew241016Block2 > div:nth-child(2) {
		padding-left: 0;
	}
	#contentsArea .secNewsDetail1 .kmew241016Block2 h3 {
		font-size: 16px;
	}
	#contentsArea .secNewsDetail1 .titleSub1.st1 {
		flex-wrap: wrap;
	}
    #contentsArea .secNewsDetail1 .kmew241016TitleSubNew1 {
        font-size: 13px;
        margin-left: auto;
    }
    #contentsArea .secNewsDetail1 .kmew241016Link1 {
        word-break: break-all;
        word-wrap: break-word;
    }


	/* kmew241119.html */
	#contentsArea .secNewsDetail1 .kmew241119Block1 {
		word-break: break-all;
		word-wrap: break-word;
	}
	#contentsArea .secNewsDetail1 .kmew241119Block2 {
		flex-direction: column;
		gap: 10px 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 300px;
		width: 80%;
	}
	#contentsArea .secNewsDetail1 .kmew241119Block2 > div {
		width: 100%;
	}


    /* kmew241121.html */
    #contentsArea .secNewsDetail1 .kmew241121Block1 {
        display: block;
        gap: 0;
        margin: 1em auto 4em;
    }
    #contentsArea .secNewsDetail1 .kmew241121Block1 > div {
        margin-bottom: 2em;
        width: 100%;
    }
    #contentsArea .secNewsDetail1 .kmew241121Block2 {
        display: block;
        gap: 0;
        margin: 1em auto 4em;
    }
    #contentsArea .secNewsDetail1 .kmew241121Block2 > div {
        margin-bottom: 2em;
    }
    #contentsArea .secNewsDetail1 .kmew241121Block2 > div:nth-child(1) {
        width: 100%;
    }
    #contentsArea .secNewsDetail1 .kmew241121Block2 > div:nth-child(2) {
        width: 100%;
    }
    #contentsArea .secNewsDetail1 .kmew241121Block2 > div:nth-child(3) {
        width: 100%;
    }
    #contentsArea .secNewsDetail1 .kmew241121Data1 {
        display: block;
    }
    #contentsArea .secNewsDetail1 .kmew241121Data1 dt {
        padding: 0;
        width: auto;
    }
    #contentsArea .secNewsDetail1 .kmew241121Data1 dt:after {
        display: none;
    }
    #contentsArea .secNewsDetail1 .kmew241121Data1 dd + dt {
        margin-top: 0.5em;
    }
    #contentsArea .secNewsDetail1 .kmew241121Data1 dd {
        width: 100%;
    }


  /* kmew250321.html */
  #contentsArea .secNewsDetail1 .kmew250321_block1 {
    display: block;
    margin-bottom: 4em;
  }
  #contentsArea .secNewsDetail1 .kmew250321_block1 > div {
    background-image: url("../img/kmew250321_bg1_sp.webp");
    background-position: center bottom;
    margin: 0;
    padding: 10px 0 30px 0;
    width: 100%;
  }
  #contentsArea .secNewsDetail1 .kmew250321_block1 > div p {
    font-size: 20px;
  }
  #contentsArea .secNewsDetail1 .kmew250321_block1 > div p br {
    display: none;
  }
  #contentsArea .secNewsDetail1 .kmew250321_img2 {
    display: block;
    margin: 30px 0 40px;
    width: 100%;
  }
  #contentsArea .secNewsDetail1 .kmew250321_img3 {
    display: block;
    margin: 0;
    width: 100%;
  }
  #contentsArea .secNewsDetail1 .kmew250321_block2 {
    display: block;
    margin-bottom: 4em;
  }
  #contentsArea .secNewsDetail1 .kmew250321_block2 > * {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  #contentsArea .secNewsDetail1 .kmew250321_block2.shadow1 > * {
    box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
  }


  /* kmew251015.html */
  #contentsArea .secNewsDetail1 .kmew251015_cnt1 {
    flex-direction: column;
    gap: 1em;
  }
  #contentsArea .secNewsDetail1 .kmew251015_cnt1 img {
    max-width: none;
    width: 100%;
  }
  #contentsArea .secNewsDetail1 .kmew251015_table1 img {
    max-width: 100%;
  }
  #contentsArea .secNewsDetail1 .kmew251015_table2 img {
    max-width: 75%;
  }
  #contentsArea .secNewsDetail1 .kmew251015_table_wrap1 {
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
  }
  #contentsArea .secNewsDetail1 .kmew251015_table_wrap1 table {
    width: 700px;
  }


    /* kmew251126.html */
    #contentsArea .secNewsDetail1 .kmew251126Block1 {
        display: block;
        gap: 0;
        margin: 1em auto 4em;
    }
    #contentsArea .secNewsDetail1 .kmew251126Block1 > div {
        margin-bottom: 2em;
        width: 100%;
    }
    #contentsArea .secNewsDetail1 .kmew251126Block2 {
        display: block;
        gap: 0;
        margin: 1em auto 4em;
    }
    #contentsArea .secNewsDetail1 .kmew251126Block2 > div {
        margin-bottom: 2em;
    }
    #contentsArea .secNewsDetail1 .kmew251126Block2 > div:nth-child(1) {
        width: 100%;
    }
    #contentsArea .secNewsDetail1 .kmew251126Block2 > div:nth-child(2) {
        width: 100%;
    }
    #contentsArea .secNewsDetail1 .kmew251126Block2 > div:nth-child(3) {
        width: 100%;
    }
    #contentsArea .secNewsDetail1 .kmew251126Data1 {
        display: block;
    }
    #contentsArea .secNewsDetail1 .kmew251126Data1 dt {
        padding: 0;
        width: auto;
    }
    #contentsArea .secNewsDetail1 .kmew251126Data1 dt:after {
        display: none;
    }
    #contentsArea .secNewsDetail1 .kmew251126Data1 dd + dt {
        margin-top: 0.5em;
    }
    #contentsArea .secNewsDetail1 .kmew251126Data1 dd {
        width: 100%;
    }


    /* kmew251205.html */
    #contentsArea .secNewsDetail1 .kmew251205Block1 {
        display: block;
        gap: 0;
        margin: 1em auto 4em;
    }
    #contentsArea .secNewsDetail1 .kmew251205Block1 > div {
        margin-bottom: 2em;
        width: 100%;
    }
    #contentsArea .secNewsDetail1 .kmew251205Block2 {
        display: block;
        gap: 0;
        margin: 1em auto 4em;
    }
    #contentsArea .secNewsDetail1 .kmew251205Block2 > div {
        margin-bottom: 2em;
    }
    #contentsArea .secNewsDetail1 .kmew251205Block2 > div:nth-child(1) {
        width: 100%;
    }
    #contentsArea .secNewsDetail1 .kmew251205Block2 > div:nth-child(2) {
        width: 100%;
    }
    #contentsArea .secNewsDetail1 .kmew251205Block2 > div:nth-child(3) {
        width: 100%;
    }
    #contentsArea .secNewsDetail1 .kmew251205Data1 {
        display: block;
    }
    #contentsArea .secNewsDetail1 .kmew251205Data1 dt {
        padding: 0;
        width: auto;
    }
    #contentsArea .secNewsDetail1 .kmew251205Data1 dt:after {
        display: none;
    }
    #contentsArea .secNewsDetail1 .kmew251205Data1 dd + dt {
        margin-top: 0.5em;
    }
    #contentsArea .secNewsDetail1 .kmew251205Data1 dd {
        width: 100%;
    }


  /* kmew251215.html */
  #contentsArea .secNewsDetail1 .kmew251215Block1 {
    display: block;
  }
  #contentsArea .secNewsDetail1 .kmew251215Block1 > div:last-child {
    margin: 20px auto 0;
    max-width: 360px;
    width: 100%;
  }
  #contentsArea .secNewsDetail1 .kmew251215Block2 {
    padding: 1em;
  }
  #contentsArea .secNewsDetail1 .kmew251215Data1 {
      display: block;
  }
  #contentsArea .secNewsDetail1 .kmew251215Data1 dt:after {
      content: "：";
      position: relative;
      right: auto;
  }
  #contentsArea .secNewsDetail1 .kmew251215Block3 {
    display: block;
  }
  #contentsArea .secNewsDetail1 .kmew251215Block3 > div:first-child {
    margin: auto;
    width: 220px;
  }
  #contentsArea .secNewsDetail1 .kmew251215Block3 > div:last-child {
    margin-top: 1em;
  }
	
}