@charset "UTF-8";
/* CSS Document */

/* ============================
		Reset
 ============================ */

aside {
display: none;
}

main {
margin: 0 auto;
}


/* ============================
		newsArchiveListSection
 ============================ */

/* newsArchiveList */

.newsArchiveListSection .newsArchiveList {
}

.newsArchiveListSection .newsArchiveList li {
border-bottom: 1px dotted #ccc;
}
.newsArchiveListSection .newsArchiveList li:first-child {
border-top: 1px dotted #ccc;
}

.newsArchiveListSection .newsArchiveList a {
display: block;
padding: 10px 5px 10px 10px;
position: relative;
}

.newsArchiveListSection .newsArchiveList  li a::before {
content: "　";
display: inline-block;
width: 1em;
height: 1em;
position: absolute;
background-image: url("../../common/images/mark005b.svg");
background-repeat: no-repeat;
background-position: left 0 center;
background-size: 7px auto;
top: 0.85em;
left: 0;
}

.newsArchiveListSection .newsArchiveList .date {
display: inline-block;
width: 8.5em;
font-size: 1.6rem;
line-height: 1.5em;
}

.newsArchiveListSection .newsArchiveList .category {
display: inline-block;
width: 7em;
font-size: 1.4rem;
line-height: 1.5em;
background-color: #ccc;
text-align: center;
position: relative;
top: -1px;
}
.newsArchiveListSection .newsArchiveList .category.news {
background-color: #c7e0ca;
}
.newsArchiveListSection .newsArchiveList .category.topic {
background-color: #EFDAF0;
}

.newsArchiveListSection .newsArchiveList .title {
display: block;
margin-top: 5px;
font-size: 1.6rem;
line-height: 1.5em;
}

.newsArchiveListSection .permanently{
    background-color: #fcf0f0;
    border: 1px solid #f00;
	padding: 10px 0px;
	margin: 1.5em 0;
	}

/*
.targetDataList {
	margin-right: calc(380px - 0em);
	}

	.targetDataList dt {
	font-size: 1.6rem;
	}

	.targetDataList dd {
	font-size: 1.6rem;
	width: calc(100% - 7em);
	}
*/

.targetDataList {
margin: 1em 0;
}

.targetDataList dt {
font-size: 1.4rem;
line-height: 1.75em;
float: left;
width: 4em;
}

.targetDataList dd {
font-size: 1.4rem;
line-height: 1.75em;
float: left;
width: calc(100% - 5em);
}




/* for PC */
@media screen and (min-width: 1201px) {


	.newsArchiveListSection {
	}

	.newsArchiveListSection h2 {
	font-size: 3.2rem;
	}



	/* newsArchiveList */
	
	.newsArchiveListSection .newsArchiveList {
	margin: 1.5em 2em;
 	}
	
	.newsArchiveListSection .newsArchiveList li {
	}
	
	.newsArchiveListSection .newsArchiveList a:before,
	.newsArchiveListSection .newsArchiveList a:after {
	content:"";
	display: table;
	}
	.newsArchiveListSection .newsArchiveList a:after { clear:both; }
	.newsArchiveListSection .newsArchiveList a { *zoom:1; }

	
	.newsArchiveListSection .newsArchiveList a {
	display: block;
	padding: 1em 0 1em 2em;
	}

	.newsArchiveListSection .newsArchiveList  li a::before {
	top: 1.3em;
	left: 0.75em;
	}

	.newsArchiveListSection .newsArchiveList .date {
	float: left;
	width: 10em;
	font-size: 1.6rem;
	line-height: 1.5em;
	}

	.newsArchiveListSection .newsArchiveList .category {
	float: left;
	width: 7em;
	top: 2px;
	}

	.newsArchiveListSection .newsArchiveList .title {
	float: left;
	width: calc(100% - 12em);
	font-size: 1.6rem;
	line-height: 1.5em;
	margin-top: 0;
	box-sizing: border-box;
	padding-left: 1em;
	vertical-align: middle;
	}

    .newsArchiveListSection .permanently{
    background-color: #fcf0f0;
    border: 1px solid #f00;
    padding: 15px;
	padding: 20px 30px;
	margin: 1.5em 2em;

	}


/*
    .targetDataList {
	margin-right: calc(380px - 0em);
	}

	.targetDataList dt {
	font-size: 1.6rem;
	}

	.targetDataList dd {
	font-size: 1.6rem;
	width: calc(100% - 7em);
	}

*/

	.targetDataList {
	margin-right: calc(380px - 0em);
	}

	.targetDataList dt {
	font-size: 1.6rem;
	}

	.targetDataList dd {
	font-size: 1.6rem;
	width: calc(100% - 7em);
	}



}



/* ============================
		newsSingleSection
 ============================ */

.newsSingleSection .date {
text-align: right
}

.newsSingleSection .singleMain {
margin: 2em 0;
}

.newsSingleSection .returnIndex {
text-align: center;
margin: 10em 0 5em 0;
}
.newsSingleSection .returnIndex a {
background-color: #347e3f;
padding: 1em 2em;
border-radius: 30px;
font-weight: bold;
color: #fff;
}

.newsSingleSection .singleMain a {
color: #347e3f;
text-decoration: underline;
}


.newsSingleSection .fourWordsHeaderDataList {
display: flex;
flex-wrap: wrap;
margin-bottom: 2em;
}

.newsSingleSection .fourWordsHeaderDataList dt {
flex-basis: 5em;
line-height: 1.5em;
}

.newsSingleSection .fourWordsHeaderDataList dd {
flex-basis: calc(100% - 5em);
line-height: 1.5em;
position: relative;
}
.newsSingleSection .fourWordsHeaderDataList dd::before {
content: "：";
position: absolute;
left: -1em;
}

.newsSingleSection .basicTypeList.bottomNoteList {
}

.newsSingleSection .basicTypeList.bottomNoteList li {
font-size: 1.6rem;
line-height: 1.5em;
margin-bottom: 0;
}

.newsSingleSection .bigLink a {
color: #b42d24 !important;
}

.newsSingleSection img{
max-width:100%;
}


/* for PC */
@media screen and (min-width: 1201px) {
}



/* basicTypeTable */

.basicTypeTable {
width: 100%;
border-collapse: collapse;
margin-bottom: 3em;
}

/* for PC */
@media screen and (min-width: 1201px) {

	.basicTypeTable.tableIndent01em {
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	}

	.basicTypeTable.tableIndent02em {
	width: calc(100% - 4em);
	margin: 0 auto;
	}

}


/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}

