@charset "utf-8";
/* CSS Document */

.block__top_kv-contents {
	padding: 3rem 6rem;
}
.fb__top-kv {
	display: flex;
	/*width: 100%;*/
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
.top__toyama-kv {
	background: url("../img/top-kv-toyama.png") no-repeat top left;
	background-size: contain;
	margin-right: 1rem;
	width: 50%;
}
.top__toyama-kv h2 {
	padding-top: 54.44%;
	font-size: 1.5rem;
	font-weight: 600;
	color: #1C34AB;
	line-height: 1.5;
}
.top__toyama-kv h2 .emphasis {
	font-size: 2rem;
}
.top__kv-menu-contents {
	padding-top: 3rem;
	padding-left: 4.5rem;
	width: 50%;
}
*, *:before, *:after {
    box-sizing: border-box;
}
.top__kv-menu-contents ul {
    display: flex;
    flex-wrap: wrap;
}
/*.top__kv-menu-contents ul li {
	display: block;
	background-color: #6371CB;
	border-radius: 1rem;
	color: #FFF;
	text-align: center;
	padding: 1rem;
}*/
.top__kv-menu-contents ul > *{
    width: calc( 50% - 5px ) ;
    margin-right: 10px;
    margin-bottom: 10px;
}
.top__kv-menu-contents ul > *:nth-child(2n){
    margin-right: auto;
}
.top__kv-menu-contents ul > * > *{
    background: #6371CB;
	border-radius: 1.188rem;
	color: #FFF;
	display: block;
    /*height: 120px;*/
	text-align: center;
	padding: 1rem 0.5rem;
    position: relative;
    overflow: hidden;
}

.kv-btn__sodan {
	margin-top: 1.5rem;
}

/* カテゴリリスト */
.fb__kv-list-contents {
	/*width: 100%;*/
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
    display: flex;
    flex-wrap: wrap;
	padding: 3rem 0;
}
.fb__kv-list-contents > *{
    width: calc( 33.33333% - 8px ) ;
    margin-right: 12px;
    margin-bottom: 12px;
	border: 1px solid #3D3D3D;
}
.fb__kv-list-contents > *:nth-child(3n){
    margin-right: auto;
}
.fb__kv-list-contents > * > *{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
    position: relative;
    overflow: hidden;
}
.archive-item div.smoking {
	background-color: #9BCBFC;
	font-size: 1.1rem;
	font-weight: 500;
	padding: 0.3rem 1rem;
}
.archive-item div.covid-19 {
	background-color: #58C2BF;
	font-size: 1.1rem;
	font-weight: 500;
	padding: 0.3rem 1rem;
}
.archive-item div.production {
	background-color: #55C86F;
	font-size: 1.1rem;
	font-weight: 500;
	padding: 0.3rem 1rem;
}

.archive-item div {
	height: 75px;
	display: block;
}
.archive-item {
	display: flex;
	flex-direction: column;
}
.archive-item p {
    padding: 0.8rem 1rem;
	flex-grow: 1;
}
.fb__kv-list-contents a .archive-item {
    padding: 0;
	margin: 0;
	display: block;
}





/* お知らせ */
.block__top-gray-contents {
	background-color: #EAEDF3;
	padding: 3rem 6rem;
    width: 100%;
}
.block__top-news-contents {
	background-color: rgba(255,255,255,1.00);
	padding: 3rem 2rem;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.block__top-news-contents h3 {
	text-align: center;
	border-bottom: 4px solid #6666FF;
	font-size: 2rem;
	margin-bottom: 2rem;
}
.block__top-news-contents table th {
	padding: 1rem;
	width: 30%;
} 
.block__top-news-contents table td {
	font-weight: 500;
	padding: 1rem;
	width: 70%;
} 
.block__top-news-contents table a {
	border-bottom: 1px solid #0149D6; 
	color: #0149D6;
} 
span.back__color_pink {
	background-color: rgba(253,208,208,1.00);
}

button.btn__news-list--link {
	margin: 2rem auto;
	padding: 0.75rem 1.5rem;
	color: #fff;
	background: #3434C6;
    border-radius: 100vh;
}
a.news-btn {
	display: block;
	margin: 2rem auto;
	text-align: center;
}


/* ==============================
レスポンシブ
================================= */

@media screen and (max-width: 1280px) {
.block__top_kv-contents {
	padding: 3rem 6rem;
}
.block__top-gray-contents {
	padding: 3rem 6rem;
}
.fb__top-kv {
	display: flex;
	/*width: 100%;*/
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}
	
.top__toyama-kv {
	margin-right: 0;
	width: 52%;
}
.top__toyama-kv h2 {
	/*padding-top: 300px;*/
	font-size: 1.25rem;
	font-weight: 600;
	color: #1C34AB;
	line-height: 1.5;
}
.top__toyama-kv h2 .emphasis {
	font-size: 1.8rem;
}
.top__kv-menu-contents {
	width: 48%;
	padding-top: 0;
	padding-left: 1rem;
}
.top__kv-menu-contents ul > *{
    font-size: 0.85rem;
}
}


@media screen and (max-width: 1080px) {
.block__top_kv-contents {
	padding: 3rem 4rem;
}
.top__toyama-kv {
	margin-right: 0;
	width: 48%;
}
.top__toyama-kv h2 {
	/*padding-top: 300px;*/
	font-size: 1.25rem;
	font-weight: 600;
	color: #1C34AB;
	line-height: 1.5;
}
.top__kv-menu-contents {
	width: 52%;
	padding-top: 0;
	padding-left: 1rem;
}
.top__toyama-kv h2 {
	/*padding-top: 250px;*/
}
.top__toyama-kv h2 .emphasis {
	font-size: 1.5rem;
}
.block__top-gray-contents {
	background-color: #EAEDF3;
	padding: 3rem 4rem;
    width: 100%;
}
}


@media screen and (max-width: 960px) {
.block__top_kv-contents {
	padding: 3rem 4rem;
}
.fb__top-kv {
	display: flex;
	flex-direction: column;
}
.top__toyama-kv {
	background: url("../img/top-kv-toyama.png") no-repeat top center;
	background-size: 70%;
	margin-right: 0;
	width: 100%;
}
.top__toyama-kv h2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-bottom: 0;
	padding-top: 40%;
	/*padding: 300px 0.5rem 2rem;*/
	font-size: 1.2rem;
}
.top__toyama-kv h2 .emphasis {
	font-size: 1.75rem;
}
.kv-btn__sodan {
	margin-top: 1rem;
	margin-bottom: 3rem;
}
.top__kv-menu-contents {
	width: 100%;
	padding-top: 0;
	padding-left: 0;
}

.top__kv-menu-contents ul > *{
    font-size: 0.9rem;
}
.fb__kv-list-contents {
    display: flex;
	flex-direction: column;
	padding: 3rem 0;
}
.fb__kv-list-contents > *{
    width: 100%;
    margin-right: auto;
}
.fb__kv-list-contents > *:nth-child(3n){
     margin-right: auto;
}
.archive-item div {
	height: auto;
}
	
	
.block__top-gray-contents {
	padding: 3rem 4rem;
}
	
	
}


@media screen and (max-width: 600px) {
.block__top_kv-contents {
	padding: 3rem 1.5rem;
}
.block__top-gray-contents {
	padding: 3rem 1.5rem;
}
.top__toyama-kv h2 {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	/*padding: 200px 0 2rem;*/
	font-size: 0.9em;
	text-align: center;
}
.top__toyama-kv h2 .emphasis {
	font-size: 1.25em;
}
.kv-btn__sodan {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.top__kv-menu-contents ul > *{
    font-size: 0.6875rem;
}
.top__kv-menu-contents ul > * > *{
	padding: 0.5rem 0.3rem;
}
.top__kv-menu-contents ul > *{
    width: calc( 50% - 5px ) ;
    margin-right: 5px;
}
	
.block__top-news-contents h3 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
	
.block__top-news-contents table th, .block__top-news-contents table td {
    display: block;
    width: 100%;
    border-bottom: none;
}
.block__top-news-contents table tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
}
.block__top-news-contents table th {
	background: #FFFBCC;
	margin-top: 1em;
}
}



/* ==============================
print
================================= */
/* A4サイズ縦 */
@page {
    size: A4 portrait;
}

@media print {
.block__top_kv-contents {
	padding: 3rem;
}
.top__toyama-kv {
	background: url("../img/top-kv-toyama.png") no-repeat top left;
	background-size: contain;
	margin-right: 1rem;
	width: 45%;
}
.top__toyama-kv h2 .emphasis {
	font-size: 1.85rem;
}
.top__kv-menu-contents {
	padding-top: 3rem;
	padding-left: 0;
	width: 55%;
}
.archive-item div {
	height: 40px;
	display: block;
	line-height: 1.25;

}
.archive-item div.smoking {
	font-size: 1.188rem;
	padding: 0.5rem 0.8rem;
}
.archive-item div.covid-19 {
	font-size: 1.188rem;
	padding: 0.5rem 0.8rem;
}
.archive-item div.production {
	font-size: 1.188rem;
	padding: 0.5rem 0.8rem;
}

}


