@charset "UTF-8";

/* Infomation 
---------------------------------------------------------------------
File Name :  news.css
Create date :  2019/05/23

// Braek Points
// PC
@media screen and (max-width: 1099px) {
}
@media screen and (max-width: 979px) {
}
// Tablet
@media screen and (max-width: 767px) {
}
// Phone
@media screen and (max-width: 580px) {
}
---------------------------------------------------------------------
*/

.news-article p {
	margin-bottom: var(--px32);
}
@media screen and (max-width: 767px) {
	.news-article p {
		margin-bottom: var(--px16);
	}
}


/* --------------------------------
	pageTitleGroup-01
-------------------------------- */
.news-pageTitleGroup-01 {
	padding: 100px 0 30px 0;
	border-bottom: 1px solid #cf1031;
}
.news-pageTitleGroup-01 .wgt-inner {
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
	padding: 0 40px;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.news-pageTitleGroup-01 {
		padding: 50px 0 10px 0;
	}
	.news-pageTitleGroup-01 .wgt-inner {
		padding: 0 3.733vw;
	}
}
.news-pageTitleGroup-01 a:hover,
.news-pageTitleGroup-01 a:hover * {
	color: #006fa2 !important;
	text-decoration: none;
}

/* headline-upper */
.news-pageTitleGroup-01 .headline-upper-01 {
	width: 100%;
	height: 60px;
	display: table;
	margin-bottom: 30px;
}
.news-pageTitleGroup-01 .headline-upper-01 .head {
	display: table-cell;
	width: 65px;
	height: 100%;
	background: #cf1031;
	padding: 18px 0 0 0;
	color: #fff;
	font-family: 'Arsenal', sans-serif;
	text-align: center;
	vertical-align: top;
}
.news-pageTitleGroup-01 .headline-upper-01 .date {
	display: table-cell;
	background: #f6f5f3;
	padding: 0 25px;
	font-size: 24px;
	line-height: 150%;
	vertical-align: middle;
}
.news-pageTitleGroup-01 .headline-upper-02 {
	margin-bottom: 20px;
}
.news-pageTitleGroup-01 .headline-upper-02 .faculty {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	line-height: 100%;
	padding: 8px 18px;
}
@media screen and (max-width: 767px) {
	.news-pageTitleGroup-01 .headline-upper-01 {
		height: 35px;
		margin-bottom: 20px;
	}
	.news-pageTitleGroup-01 .headline-upper-01 .head {
		width: 47px;
		padding: 0;
		vertical-align: middle;
	}
	.news-pageTitleGroup-01 .headline-upper-01 .date {
		padding: 0 12px;
		font-size: 15px;
	}
	.news-pageTitleGroup-01 .headline-upper-02 {
		margin-bottom: 15px;
	}
	.news-pageTitleGroup-01 .headline-upper-02 .faculty {
		font-size: 11px;
		padding: 6px 11px;
	}
}

/* headline-area */
.news-pageTitleGroup-01 .headline-area {
}
.news-pageTitleGroup-01 .headline-area .hdl {
	font-size: 27px;
	font-weight: bold;
	line-height: 150%;
}
@media screen and (max-width: 767px) {
	.news-pageTitleGroup-01 .headline-area .hdl {
		font-size: 20px;
	}
}

/* headline-end */
.news-pageTitleGroup-01 .headline-end {
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.news-pageTitleGroup-01 .headline-end .category,
.news-pageTitleGroup-01 .headline-end .date {
	font-size: 13px;
}
.news-pageTitleGroup-01 .headline-end .category svg {
	width: 1em;
	height: 1em;
	margin: 0 0.3em 0 0;
	vertical-align: middle;
	color: #cf1031;
}
@media screen and (max-width: 767px) {
	.news-pageTitleGroup-01 .headline-end .category,
	.news-pageTitleGroup-01 .headline-end .date {
		width: 100%;
		font-size: 12px;
	}
	.news-pageTitleGroup-01 .headline-end .date {
		text-align: right;
	}
}


/* --------------------------------
	pageTitleGroup-02
-------------------------------- */
.news-pageTitleGroup-02 {
	padding: 55px 0 0 0;
}
.news-pageTitleGroup-02 a:hover,
.news-pageTitleGroup-02 a:hover * {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.news-pageTitleGroup-02 {
		padding: 30px 0 0 0;
	}
}
.news-pageTitleGroup-02 .title-area {
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
	padding: 0 40px 30px 40px;
	text-align: left;
}
.news-pageTitleGroup-02 .title-area .property {
	font-size: 22px;
	font-weight: bold;
	line-height: 150%;
	color: #222;
	margin-bottom: 15px;
	letter-spacing: -0.04em;
}
.news-pageTitleGroup-02 .title-area .title {
	font-size: 40px;
	font-weight: bold;
	line-height: 130%;
	color: #222;
	margin-bottom: 55px;
}
.news-pageTitleGroup-02 .title-area .date {
	display: inline-block;
	font-size: 15px;
	color: #222;
}
.news-pageTitleGroup-02 .title-area .category {
	display: inline-block;
	font-size: 13px;
	color: #686868;
	padding: 2px 20px;
}
.news-pageTitleGroup-02 .title-area .category svg {
	width: 1em;
	height: 1em;
	margin: 0 0.3em 0 0;
	vertical-align: middle;
	color: #cf1031;
}
@media screen and (max-width: 767px) {
	.news-pageTitleGroup-02 .title-area {
		padding: 0 3.733vw 30px 3.733vw;
	}
	.news-pageTitleGroup-02 .title-area .property {
		font-size: 18px;
	}
	.news-pageTitleGroup-02 .title-area .title {
		font-size: 25px;
		margin-bottom: 30px;
	}
	.news-pageTitleGroup-02 .title-area .date {
		display: block;
		font-size: 12px;
	}
	.news-pageTitleGroup-02 .title-area .category {
		display: block;
		font-size: 12px;
		padding: 0;
	}
}
.news-pageTitleGroup-02 .mainvisual {
	width: 100%;
	height: 36.4375vw;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.news-pageTitleGroup-02 .headlineWrapper {
	position: relative;
	width: 100%;
	background-color: #f6f5f3;
}
.news-pageTitleGroup-02 .headline-area {
	position: relative;
	top: -5.000vw;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background-color: #f6f5f3;
}
.news-pageTitleGroup-02 .headline-area .title {
	padding: 40px 66px 0 66px;
}
.news-pageTitleGroup-02 .headline-area .list-area {
	background: url(../images/featured_stories/common/bg_headline.png) left 19px top no-repeat;
	background-size: 12px auto;
}
.news-pageTitleGroup-02 .headline-area .list-box {
	width: 100%;
	padding-left: 66px;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-top: 50px;
}
.news-pageTitleGroup-02 .headline-area .list-box li {
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.news-pageTitleGroup-02 .headline-area .list-box li + li {
	margin-left: 2.55%;
}
.news-pageTitleGroup-02 .headline-area .list-box .list-head {
	width: 100%;
	background: #cf1031;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 100%;
	padding: 8px;
}
.news-pageTitleGroup-02 .headline-area .list-box .list-inner {
	width: 100%;
	padding: 0 30px;
}
.news-pageTitleGroup-02 .headline-area .list-box .photo-box {
	width: 100%;
	padding: 30px 0;
}
.news-pageTitleGroup-02 .headline-area .list-box .photo {
	width: 140px;
	height: 140px;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
}
.news-pageTitleGroup-02 .headline-area .list-box .text-box {
}
.news-pageTitleGroup-02 .headline-area .list-box .topics-title {
	margin: 0 auto;
	font-size: 17px;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	width: auto;
	text-align: left;
}
.news-pageTitleGroup-02 .headline-area .list-box a:hover .topics-title * {
	color: #006fa2 !important;
	text-decoration: none;
}
.news-pageTitleGroup-02 .headline-area .list-box .topics-text {
	font-size: 12px;
	line-height: 150%;
	margin-top: 12px;
	color: #222;
}
.news-pageTitleGroup-02 .headline-area .link-arrow {
	padding: 20px 0;
	text-align: center;
}
.news-pageTitleGroup-02 .headline-area .link-arrow .svg-solo-icon-01 {
	display: inline-block;
	width: 25px;
	height: 25px;
}
@media screen and (max-width: 767px) {
	.news-pageTitleGroup-02 .mainvisual {
		height: 93.333vw;
	}
	.news-pageTitleGroup-02 .headlineWrapper {
		padding: 25px 3.733vw 30px 3.733vw;
	}
	.news-pageTitleGroup-02 .headline-area {
		top: 0;
	}
	.news-pageTitleGroup-02 .headline-area .title {
		padding: 0;
	}
	.news-pageTitleGroup-02 .headline-area .list-area {
		background: url(../images/featured_stories/common/bg_headline.png) left 0 top no-repeat;
		background-size: 11px auto;
	}
	.news-pageTitleGroup-02 .headline-area .list-box {
		margin-top: 35px;
		padding-left: 8.65%;
		flex-wrap: wrap;
	}
	.news-pageTitleGroup-02 .headline-area .list-box li {
		margin-left: 0;
		background-color: #fff;
		border-radius: 5px;
		overflow: hidden;
	}
	.news-pageTitleGroup-02 .headline-area .list-box li + li {
		margin-top: 15px;
		margin-left: 0;
	}
	.news-pageTitleGroup-02 .headline-area .list-box .list-inner {
		width: 100%;
		padding: 15px 15px 0 15px;
		display: -ms-flexbox;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	.news-pageTitleGroup-02 .headline-area .list-box .photo-box {
		width: 27.87%;
		padding: 0;
	}
	.news-pageTitleGroup-02 .headline-area .list-box .photo {
		width: 21.333vw;
		height: 21.333vw;
	}
	.news-pageTitleGroup-02 .headline-area .list-box .text-box {
		width: 64.46%;
	}
	.news-pageTitleGroup-02 .headline-area .list-box .topics-title {
		font-size: 15px;
		text-align: left;
	}
	.news-pageTitleGroup-02 .headline-area .list-box .topics-text {
		font-size: 11px;
	}
	.news-pageTitleGroup-02 .headline-area .link-arrow {
		padding: 5px 0 10px 0;
	}
	.news-pageTitleGroup-02 .headline-area .link-arrow .svg-solo-icon-01 {
		width: 19px;
		height: 19px;
	}
}


/* --------------------------------
	contentsArea
-------------------------------- */
.contentsArea hr {
	width: 100%;
	margin: 0 auto 40px auto;
	border: none;
	border-top: 2px solid #ccc;
}

.contentsArea .sns-share {
	width: 100%;
	background: #f6f5f3;
	padding: 40px 0;
	text-align: center;
}
.contentsArea .sns-share-box {
	display: inline-block;
}
.contentsArea .sns-share-box .sns-button {
	display: inline-block;
	line-height: 100%;
	vertical-align: middle;
}
.contentsArea .sns-share-box .sns-button.sns-fb-bugfix01 {
	height: 20px;
}
.contentsArea .sns-share-box .sns-button * {
	vertical-align: bottom;
}
@media screen and (max-width: 767px) {
	.contentsArea .sns-share {
		padding: 30px 0;
	}
}

/* list-type-01 */
.list-type-01 li:nth-child(-n+2) {
	width: calc((100% - 28px) * 0.500);
	margin-top: 0;
	background: #fff;
	position: relative;
}
.list-type-01 li:nth-child(n+3) {
	width: calc((100% - 56px) * 0.333);
	margin-top: 28px;
}
.list-type-01 li:nth-child(-n+2) .upperlabel.update {
	width: 100px;
	height: 100px;
}
.list-type-01 li:nth-child(n+3) .upperlabel.update {
	width: 75px;
	height: 75px;
}
.list-type-01 li:nth-child(-n+2) .upperlabel.update .mm {
	font-size: 17px;
}
.list-type-01 li:nth-child(n+3) .upperlabel.update .mm {
	font-size: 12px;
}
.list-type-01 li:nth-child(-n+2) .upperlabel.update .dd {
	font-size: 32px;
}
.list-type-01 li:nth-child(n+3) .upperlabel.update .dd {
	font-size: 24px;
}
.list-type-01 li:nth-child(-n+2) .upperlabel.update .aaa,
.list-type-01 li:nth-child(n+3) .upperlabel.update .aaa {
	font-size: 10px;
}
.list-type-01 li:nth-child(-n+2).has-line .text:before {
	width: 40px;
}
.list-type-01 li:nth-child(n+3).has-line .text:before {
	width: 30px;
}
.list-type-01 li:nth-child(-n+2) .text .date {
	font-size: 15px;
}
.list-type-01 li:nth-child(n+3) .text .date {
	font-size: 13px;
}
.list-type-01 li:nth-child(-n+2) .text .title {
	font-size: 21px;
}
.list-type-01 li:nth-child(n+3) .text .title {
	font-size: 15px;
}
@media screen and (max-width: 979px) {
	.list-type-01 li:nth-child(-n+2) .upperlabel.update {
		width: 85px;
		height: 85px;
	}
	.list-type-01 li:nth-child(-n+2) .upperlabel.update .mm {
		font-size: 14px;
	}
	.list-type-01 li:nth-child(-n+2) .upperlabel.update .dd {
		font-size: 22px;
	}
	.list-type-01 li:nth-child(-n+2) .upperlabel.update .aaa {
		font-size: 11px;
	}
}
@media screen and (max-width: 767px) {
	.list-type-01 li:nth-child(1) {
		width: auto;
		margin-bottom: 25px;
		margin-left: 3.733vw;
		margin-right: 3.733vw;
	}
	.list-type-01 li:nth-child(2) {
		width: auto;
		margin-bottom: 35px;
		margin-left: 3.733vw;
		margin-right: 3.733vw;
	}
	.list-type-01 li:nth-child(-n+2) {
		margin-top: 0;
		padding: 0;
		display: block;
	}
	.list-type-01 li:nth-child(-n+2).has-line:before {
		border-top: 0;
	}
	.list-type-01 li:nth-child(n+3) {
		width: 100%;
		margin: 5px 0 0 0;
	}
	.list-type-01 li:nth-child(-n+2) .photo-box {
		width: 100%;
		z-index: 1;
		overflow: hidden;
	}
	.list-type-01 li:nth-child(-n+2) .photo-box .photo {
		width: 100%;
		height: 100%;
		position: relative;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.list-type-01 li:nth-child(-n+2) .photo-box .photo:before {
		content: '';
		display: block;
		padding-top: 67%;
	}
	.list-type-01 li:nth-child(-n+2) .photo-box .photo img {
		display: none;
	}
	.list-type-01 li:nth-child(-n+2) .text {
		position: relative;
		padding: 25px 20px 20px 20px;
	}
	.list-type-01 li:nth-child(-n+2).has-line .text:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 30px;
		border-top: 5px solid #cf1031;
	}
	.list-type-01 li .upperlabel {
		left: auto;
		right: 0;
	}
	.list-type-01 li:nth-child(-n+2) .upperlabel.update {
		display: -ms-flexbox;
		display: flex;
	}
	.list-type-01 li:nth-child(-n+2) .text {
		width: 100%;
	}
	.list-type-01 li:nth-child(-n+2) .text .date {
		font-size: 14px;
	}
	.list-type-01 li:nth-child(-n+2) .text .title {
		font-size: 17px;
		margin-bottom: 15px;
	}
}

/* list-type-02 */
.list-type-02 {
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list-type-02 li {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.list-type-02 li a:hover,
.list-type-02 li a:hover * {
	color: #006fa2 !important;
	text-decoration: none;
}
.list-type-02 li .photo-box {
	width: 66.62%;
	z-index: 1;
	overflow: hidden;
}
.list-type-02 li .photo-box .photo {
	width: 100%;
	height: 100%;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.list-type-02 li .photo-box .photo:before {
	content: '';
	display: block;
	padding-top: 43.27%;
}
.list-type-02 li .text {
	width: 40.58%;
	background: #fff;
	margin: 40px 0 40px -7.2%;
	padding: 40px;
	position: relative;
	z-index: 1;
}
/*
.list-type-02 li .number {
	font-size: 60px;
	font-weight: bold;
	line-height: 150%;
	color: #222;
	margin-bottom: 0;
	letter-spacing: -0.04em;
}
.list-type-02 li .number .volume {
	font-size: 40px;
}
*/
.list-type-02 li .title {
	font-size: 30px;
	font-weight: bold;
	line-height: 150%;
	color: #222;
	margin-bottom: 30px;
}
.list-type-02 li .date {
	display: inline-block;
	font-size: 15px;
	color: #222;
}
.list-type-02 li .category {
	display: inline-block;
	font-size: 13px;
	color: #686868;
	padding: 2px 10px;
}
.list-type-02 li .category svg {
	width: 1em;
	height: 1em;
	margin: 0 0.3em 0 0;
	vertical-align: middle;
}
@media screen and (max-width: 979px) {
	.list-type-02 li {
		margin-bottom: 0;
	}
	.list-type-02 li .photo-box {
		width: 100%;
	}
	.list-type-02 li .text {
		width: 100%;
		margin: 0;
		padding: 25px 20px;
	}
/*
	.list-type-02 li .number {
		font-size: 45px;
	}
	.list-type-02 li .number .volume {
		font-size: 33px;
	}
*/
	.list-type-02 li .title {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.list-type-02 li .date {
		display: block;
		font-size: 11px;
		margin-bottom: 5px;
	}
	.list-type-02 li .category {
		display: block;
		font-size: 11px;
		margin-bottom: 5px;
		padding: 0;
	}
}
@media screen and (max-width: 767px) {
	.list-type-02 li .text {
		width: 100%;
		margin: 0;
		padding: 20px 3.733vw;
	}
}
.list-type-02 li:nth-child(n+2) {
	width: calc((100% - 28px) * 0.500);
	display: block;
	margin-bottom: 0;
	margin-top: 80px;
}
.list-type-02 li:nth-child(n+2) .photo-box {
	width: 100%;
}
.list-type-02 li:nth-child(n+2) .photo-box .photo:before {
	content: '';
	display: block;
	padding-top: 43.27%;
}
.list-type-02 li:nth-child(n+2) .text {
	width: 100%;
	background: transparent;
	margin: 0;
	padding: 40px 0 0 0;
}
/*
.list-type-02 li:nth-child(n+2) .number {
	font-size: 40px;
	margin-bottom: 5px;
}
.list-type-02 li:nth-child(n+2) .number .volume {
	font-size: 30px;
}
*/
.list-type-02 li:nth-child(n+2) .title {
	font-size: 21px;
}
.list-type-02 li:nth-child(n+2) .date,
.list-type-02 li:nth-child(n+2) .category {
	margin-bottom: 0;
}
@media screen and (max-width: 979px) {
/*
	.list-type-02 li:nth-child(n+2) .number {
		font-size: 30px;
		margin-bottom: 5px;
	}
	.list-type-02 li:nth-child(n+2) .number .volume {
		font-size: 23px;
	}
*/
	.list-type-02 li:nth-child(n+2) .title {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.list-type-02 li:nth-child(n+2) {
		width: 100%;
		margin-top: 45px;
	}
	.list-type-02 li:nth-child(n+2) .text {
		width: 100%;
		background: transparent;
		margin: 0;
		padding: 20px 3.733vw 0 3.733vw;
	}
}

/* comments */
.commets-list {
	font-size: 14px;
	margin-bottom: 15px;
}
.commets-list p {
	margin-bottom: 6px;
}
.commets-list .comment-area {
	position: relative;
}
.commets-list .comment-box {
	margin-bottom: 25px;
}
.commets-list .comment-author {
	font-weight: bold;
	padding-right: 1.5em;
}
.commets-list .comment-date {
}
.commets-list .comment-reply-link {
	font-size: 15px;
	font-weight: bold;
}
.commets-list .children {
	padding-left: 50px;
}
.commets-list .children .comment-area {
}
.commets-list .children .comment-area:before {
	position: absolute;
	left: -1.8em;
	top: 0;
	content: '\002514';
}
@media screen and (max-width: 767px) {
	.commets-list {
		font-size: 13px;
		margin-bottom: 0;
	}
	.commets-list p {
		margin-bottom: 2px;
	}
	.commets-list .comment-box {
		margin-bottom: 25px;
	}
	.commets-list .comment-reply-link {
		font-size: 14px;
	}
	.commets-list .children {
		padding-left: 25px;
	}
}

.comment-respond {
	width: 100%;
	background: #f6f5f3;
	padding: 30px 50px;
}
.comment-respond p {
	margin-bottom: 6px;
}
.comment-respond input[type="text"],
.comment-respond textarea {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 15px;
	padding: 8px 16px;
}
.comment-respond textarea {
	line-height: 150%;
	height: calc(4em * 1.50 + 16px + 2px);
}
@media screen and (max-width: 767px) {
	.comment-respond {
		padding: 10px 15px 30px 15px;
	}
	.comment-respond input[type="submit"] {
		padding: 5px 40px;
		font-size: 14px;
	}
}


/* --------------------------------
	simpleAccordion
-------------------------------- */

.news-simpleAccordion {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto 50px auto;
	border: 1px solid #000;
	border-radius: 5px;
	overflow: hidden;
}
.news-simpleAccordion .headline-area {
	width: 100%;
}
.news-simpleAccordion .headline-area .headline-box {
	position: relative;
	background-color: #fff;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	cursor: pointer;
}
.news-simpleAccordion .headline-area .headline-box:hover * {
	color: #006fa2;
}
.news-simpleAccordion .headline-area .headline-box h1,
.news-simpleAccordion .headline-area .headline-box h2,
.news-simpleAccordion .headline-area .headline-box h3 {
	font-weight: normal;
	line-height: 140%;
}
.news-simpleAccordion .headline-area .headline-box .hdl {
	font-size: 17px;
}
.news-simpleAccordion .headline-area .headline-box .hdl svg {
	width: 1em;
	height: 1em;
	margin: 0 0.3em 0 0;
	vertical-align: middle;
	color: #cf1031;
}
.news-simpleAccordion .headline-box .marker {
	font-size: 12px;
	position: absolute;
	right: 0;
	width: 20px;
	height: 20px;
	top: 0;
	bottom: 0;
	margin: auto 10px auto auto;
}
.news-simpleAccordion .headline-box .toggle-btn-box {
	color: #cf1031;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 auto;
	width: 20px;
	height: 20px;
	text-align: center;
}
.news-simpleAccordion .news-accordion-area {
	margin-top: 1px;
	padding: 30px 25px;
	background-color: #f6f5f3;
}
@media screen and (max-width: 767px) {
	.news-simpleAccordion {
		max-width: 100%;
		width: auto;
		margin-bottom: 35px;
	}
	 .wgt-inner.pc-full .news-simpleAccordion,
	 .wgt-inner.sp-full .news-simpleAccordion {
		margin-left: 3.733vw;
		margin-right: 3.733vw;
	}
	.news-simpleAccordion .headline-area .headline-box {
		padding: 15px 0;
	}
	.news-simpleAccordion .headline-area .headline-box .hdl {
		font-size: 15px;
	}
	.news-simpleAccordion .headline-box .toggle-btn-box {
		font-size: 20px;
		line-height: 24px;
		width: 24px;
		height: 24px;
	}
	.news-simpleAccordion .news-accordion-area {
		padding: 10px 5px;
	}
}


/* --------------------------------
	tag-checkbox
-------------------------------- */
.tag-checkbox-area {
}
.tag-checkbox-area .tag-checkbox-box {
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.tag-checkbox-area .label-box {
	padding: 0 12px 2px 20px;
	margin: 2px 0;
	cursor: pointer;
}
.tag-checkbox-area .label-box .checkbox-input {
	display: none;
}
.tag-checkbox-area .label-box .label-text {
	position: relative;
	font-size: 15px;
	line-height: 100%;
	padding-left: 28px;
}
.tag-checkbox-area .label-box .label-text:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto 0;
	width: 15px;
	height: 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
}
.checkbox-input:checked + .label-text{
}
.checkbox-input:checked + .label-text:after{
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #242424;
	border-right: 3px solid #242424;
}
@media screen and (max-width: 767px) {
	.tag-checkbox-area .label-box {
		padding: 2px 10px;
		margin: 8px 0;
		min-width: 33%;
	}
	.tag-checkbox-area .label-box .label-text {
		font-size: 14px;
		padding-left: 24px;
	}
}


/* --------------------------------
	link-dropdown
-------------------------------- */
.link-dropdown-area {
	margin: 30px 0;
}
.link-dropdown-box {
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
.link-dropdown-box .pre-dropdown {
	margin-bottom: 0;
}
.link-dropdown-box .link-dropdown {
	position: relative;
	margin: 0 20px;
	cursor: pointer;
}
.link-dropdown-box .link-dropdown a {
	color: #222;
}
.link-dropdown-box .link-dropdown a:hover {
	color: #006fa2;
	text-decoration-color: #006fa2;
}
.link-dropdown-box .link-dropdown .link-dropdown-display {
	padding: 2px 60px 2px 10px;
	border: 1px solid #808080;
	border-radius: 4px;
	background-color: #fff;
	background-image: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDAgNDAwIj4KPHN0eWxlPnBhdGgge2ZpbGw6IzAwMDt9PC9zdHlsZT4KPHBhdGggZD0iTTkzLjIxLDBsOTMuMjEsMTYwSDBaIi8+PHBhdGggZD0iTTkzLjIxLDQwMCwwLDI0MEgxODYuNDJaIi8+Cjwvc3ZnPgo=');
	background-position: right 0.3em top 0.7em;
	background-repeat: no-repeat;
	background-size: 1em 1em;
}
.link-dropdown-box .link-dropdown ul {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #808080;
	border-radius: 4px;
	background-color: #fff;
}
.link-dropdown-box .link-dropdown ul li {
	padding: 2px 60px 2px 10px;
}
.link-dropdown-box .link-dropdown ul li.selected {
	background-color: #f6f5f3;
}
@media screen and (max-width: 767px) {
	.link-dropdown-box {
		justify-content: center;
	}
}


/* --------------------------------
	pagenavi-area
-------------------------------- */

.pagenavi-area {
	display: block;
	margin-top: 80px;
}
@media screen and (max-width: 767px) {
	.pagenavi-area {
		margin-top: 40px;
	}
}

/* wp-pagenavi */
.wp-pagenavi {
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	width: 40px;
	height: 40px;
	color: #000;
	font-weight: normal;
	border: 1px solid #686868;
	border-radius: 50%;
	margin: 0 10px;
	padding: 4px 0;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color: #cf1031;
	border-color: #cf1031;
}
.wp-pagenavi span.midway {
	border: 0;
	margin: 0 -10px;
}
@media screen and (max-width: 767px) {
	.wp-pagenavi {
		flex-wrap: nowrap;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		margin: 0 8px;
		padding: 5px 0;
	}
	.wp-pagenavi span.pages,
	.wp-pagenavi a.first,
	.wp-pagenavi a.last {
		display: none;
	}
}


/* --------------------------------
	WordPress Native CSS
-------------------------------- */
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
	margin: 0 0 20px 30px;
}
.alignleft {
	float: left;
	margin: 0 30px 20px 0;
}


/* --------------------------------
	news-article
-------------------------------- */
.news-article {
	position: relative;
}
.news-article .news-img {
	margin: 0 0 40px 0;
}
.news-article .news-img img {
	width: auto;
}
.news-article .news-img img + p {
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 12px;
}
.news-article .news-images {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}
.news-article .news-images .news-img {
	width: auto;
	height: 100%;
}
.news-article .news-images .news-img + .news-img {
	margin-left: 28px;
}
.news-article .wp-caption {
	display: block;
}
.news-article .wp-caption.alignleft + .news-img {
	margin-top: 0;
}
.news-article .wp-caption.alignright + .news-img {
	margin-top: 0;
}
.news-article .wp-caption img {
	width: auto;
}
.news-article ol {
	list-style-type: decimal;
	padding-left: 1.5em;
	line-height: 150%;
}
.news-article ol > li {
	margin-bottom: 25px;
}
.news-article ul {
	list-style-type: none;
	padding-left: 1.5em;
	text-indent: -0.35em;
	line-height: 150%;
}
.news-article ul > li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #9c9c9c;
	position: relative;
	left: -0.5em;
	top: -0.2em;
}
.news-article ul > li {
	margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
	.news-article .news-img {
		margin: 0 0 25px 0;
	}
	.news-article .news-img img + p {
		margin-top: 10px;
		margin-bottom: 0;
		font-size: 11px;
	}
	.news-article .news-images {
		flex-wrap: wrap;
	}
	.news-article .news-images .news-img + .news-img {
		margin-left: 0;
	}
	.news-article ol > li {
		margin-bottom: 20px;
	}
	.news-article ul > li {
		margin-bottom: 20px;
	}
}


/* --------------------------------
	news movie
-------------------------------- */

.movie::before,
.movie + .movie::before {
	content: '';
	display: block;
	width: 100%;
}
.movie::before {
	padding-top: 0;
}
.movie + .movie::before {
	padding-top: 56.25%;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
	.movie {
		margin-bottom: 25px;
	}
}

