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

/*======================
特集誌面共通
======================*/

.fl_R{
float: right;
}
.fl_L{
float: left;
}

#main .h2_tit2{
	width: 180px;
	font-size: 15px;
	border: 1px solid #F19CA6;
	text-align: center;
	margin-bottom: -20px;
	margin-left: -1px;
	padding: 10px 5px;
}
#paper_main{
	width: 100%;
	letter-spacing: 1px;
}
#paper_main .sp{
	display: none;
}
#paper_main .pc{
	display: inherit;
}

.date_ttl{
	width: 98%;
	background-color: #F1F1F1;
	padding: 5px 0 5px 2%;
}
.paper_mv{
	width: 100%;
	padding: 0px 0;
	text-align: center;
}
.paper_mv h3{
	margin-bottom: 20px;
}
.paper_mv .ttl{
	font-size: 26px;
	font-weight: bold;
	padding: 10px 0;
	line-height: 2em;
}
.paper_mv .txt{
	width: 60%;
	margin: auto;
	font-size: 16px;
	line-height: 2.2em;
}
.paper_mv .txt span{
	display: inline-block;
}


.btn_pdf{
	text-align: center;
	margin-top: 50px;
}
.btn_pdf a{
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F19CA6;
	padding: 13px 20px;
}
.btn_pdf a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCCC;
	transition : 0.5s;
}



/*======================
以下、記事ごとに追記
======================*/
#jisedai_wrap{
  color: #333;
  font-size: 16px;
  line-height: 1.9;
}
#jisedai_wrap .outline_bx{
  display: flex;
  gap: 34px;
  align-items: flex-start;
  padding: 26px 0;
}
#jisedai_wrap .outline_bx .thum{
  flex: 0 0 300px;
  max-width: 300px;
  font-size: 12px;
line-height: 1.5
  }

#jisedai_wrap .outline_bx .thum img{
  width: 100%;
  height: 100%;
  display: block;
}

#jisedai_wrap .ttl_line{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 26px;
  margin: 0 0 12px;
  border: 1px solid #EB6D8E;
  border-radius: 999px;
  color: #EB6D8E;
  font-weight: 600;
  letter-spacing: .18em;
  line-height: 1
}


#jisedai_wrap .btn_link{
  margin-top: 16px;
}
#jisedai_wrap .btn_link.right{
  text-align: right
}
#jisedai_wrap .btn_link a{
  display: inline-flex;
  align-items: center; 
  padding: 8px 18px 5px 18px;
  background: #EB6D8E;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

/* 左の丸＋「＞」 */
#jisedai_wrap .btn_link a::before{
  content: "";
  width: 22px;
  height: 22px;
  margin-right: 10px;
  /* 中央の >（SVGで描画） */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath d='M9 7 L13 11 L9 15' fill='none' stroke='%23ffffff' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}
#jisedai_wrap .btn_link.back{
margin-top: 100px;
}
#jisedai_wrap .btn_link.back a::before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath d='M13 7 L9 11 L13 15' fill='none' stroke='%23ffffff' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#jisedai_wrap .ttl_bar{
    font-size: 18px;
    font-weight: 600;
    color: #EB6D8E;
    border-bottom: 1px solid #EB6D8E;
    margin-top: 60px;
    margin-bottom: 30px;
}

#jisedai_wrap ul.densho_shinbun_archive{
display: flex;
flex-wrap: wrap;
gap: 34px;
margin-bottom: 100px;
}
#jisedai_wrap ul.densho_shinbun_archive li{
width: calc((100% - 34px * 2) / 3);
}
#jisedai_wrap ul.densho_shinbun_archive li .ttl_year{
font-size: 18px;
font-weight: 600
}
#jisedai_wrap ul.densho_shinbun_archive li .thum{
background-color: #F0F0F0;
padding: 15px;
width: calc(100% - 30px);
aspect-ratio: 1 / 1;
overflow: hidden;
margin-bottom: 15px;
}
#jisedai_wrap ul.densho_shinbun_archive li .thum img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
#jisedai_wrap ul.densho_shinbun_archive li .btn_link{
  margin-top: 5px;
}
#jisedai_wrap ul.densho_shinbun_archive li .btn_link a{
  font-size: 12px;
  width: calc(100% - 36px);
}

.ttl_sub_gray{
background-color: #F0F0F0;
font-size: 20px;
font-weight: 600;
padding: 5px 10px;
margin-bottom: 1em
}


#jisedai_wrap ul.haihubasho,
#jisedai_wrap ul.shoukai{
display: flex;
flex-wrap: wrap;
gap: 22px;
margin-bottom: 100px;
}
#jisedai_wrap ul.haihubasho.toshokan{
margin-bottom: 20px!important;
}
#jisedai_wrap ul.haihubasho li{
width: calc((100% - 22px * 3) / 4);
font-size: 12px;
line-height: 1.5
}
#jisedai_wrap ul.haihubasho li .thum{
margin-bottom: 5px;
}
#jisedai_wrap ul.haihubasho li .thum img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
#jisedai_wrap ul.shoukai li{
width: calc((100% - 22px * 1) / 2);
font-size: 12px;
line-height: 1.5
}
#jisedai_wrap ul.shoukai li .thum{
margin-bottom: 5px;
}
#jisedai_wrap ul.shoukai li .thum img{
  width: 80%;
  height: 80%;
  object-fit: contain;
  display: block;
}









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

#jisedai_wrap{
  color: #333;
  font-size: 14px;
  line-height: 1.9;
}
#jisedai_wrap h2 img{
  width: 100%;
  height: 100%;
  display: block;
}
#jisedai_wrap .outline_bx{
  display: block;
  gap: 34px;
  align-items: flex-start;
  padding: 13px 0;
}
#jisedai_wrap .outline_bx .thum{
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 12px;
line-height: 1.5;
margin-bottom: 15px;
  }

#jisedai_wrap .outline_bx .thum img{
  width: 100%;
  height: 100%;
  display: block;
}

#jisedai_wrap .ttl_line{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 26px;
  margin: 0 0 12px;
  border: 1px solid #EB6D8E;
  border-radius: 999px;
  color: #EB6D8E;
  font-weight: 600;
  letter-spacing: .18em;
  line-height: 1
}


#jisedai_wrap .btn_link{
  margin-top: 16px;
}
#jisedai_wrap .btn_link.right{
  text-align: center
}
#jisedai_wrap .btn_link a{
  display: inline-flex;
  align-items: center; 
  padding: 8px 18px 5px 10px;
  background: #EB6D8E;
  color: #fff;
  border-radius: 6px;
  font-size: 11px;
  line-height: 1;
  text-decoration: none;
}

/* 左の丸＋「＞」 */
#jisedai_wrap .btn_link a::before{
  content: "";
  width: 22px;
  height: 22px;
  margin-right: 5px;
  /* 中央の >（SVGで描画） */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath d='M9 7 L13 11 L9 15' fill='none' stroke='%23ffffff' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}
#jisedai_wrap .btn_link.back{
margin-top: 100px;
}
#jisedai_wrap .btn_link.back a::before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath d='M13 7 L9 11 L13 15' fill='none' stroke='%23ffffff' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#jisedai_wrap .ttl_bar{
    font-size: 14px;
    font-weight: 600;
    color: #EB6D8E;
    border-bottom: 1px solid #EB6D8E;
    margin-top: 30px;
    margin-bottom: 15px;
}

#jisedai_wrap ul.densho_shinbun_archive{
display: block;
flex-wrap: wrap;
gap: 34px;
margin-bottom: 100px;
}
#jisedai_wrap ul.densho_shinbun_archive li{
width: 100%;
margin-bottom: 20px;
}
#jisedai_wrap ul.densho_shinbun_archive li .ttl_year{
font-size: 16px;
font-weight: 600
}
#jisedai_wrap ul.densho_shinbun_archive li .thum{
background-color: #F0F0F0;
padding: 15px;
width: calc(100% - 30px);
aspect-ratio: 1 / 1;
overflow: hidden;
margin-bottom: 15px;
}
#jisedai_wrap ul.densho_shinbun_archive li .thum img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
#jisedai_wrap ul.densho_shinbun_archive li .btn_link{
  margin-top: 5px;
}
#jisedai_wrap ul.densho_shinbun_archive li .btn_link a{
  font-size: 12px;
  width: calc(100% - 36px);
}

.ttl_sub_gray{
background-color: #F0F0F0;
font-size: 14px;
font-weight: 600;
padding: 5px 10px;
margin-bottom: 1em;
margin-top: 20px;
}


#jisedai_wrap ul.haihubasho,
#jisedai_wrap ul.shoukai{
display: block;
flex-wrap: wrap;
gap: 22px;
margin-bottom: 100px;
}
#jisedai_wrap ul.haihubasho.toshokan{
margin-bottom: 20px!important;
}
#jisedai_wrap ul.haihubasho li{
width: 100%;
font-size: 12px;
line-height: 1.5
}
#jisedai_wrap ul.haihubasho li .thum{
margin-bottom: 5px;
}
#jisedai_wrap ul.haihubasho li .thum img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
#jisedai_wrap ul.shoukai li{
width: 100%;
font-size: 12px;
line-height: 1.5
}
#jisedai_wrap ul.shoukai li .thum{
margin-bottom: 5px;
}
#jisedai_wrap ul.shoukai li .thum img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

}

























@media screen and (max-width: 599px) {
	/* #header */
	#header {
	  width: 90%;
	  margin-bottom: 20px;
	  padding: 0 0px 0 0px;
	  background: #FFF;
	  margin-left: auto;
	  margin-right: auto;
	}
	#header h1 {
	  width: 120px;
	  height: auto;
	  float: left;
	  margin: 5px 0px 20px 0;
	}
	#header h1 img{
	width: 100%;
	height: auto;
	}
	/* #Nav */
	#header #Nav {
	  width: 100%;
	  float: left;
	}
	ul#gNav_index {
		display: none;
		float: none;
		margin-top: 0px;
		text-align: center;
		width: 100%;
		height: 100vh;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999;
		padding-top: 60px;
		background-color: rgba(254,254,254,0.90)
	}
	ul#gNav_index li {
	  display: block;
	  font-size: 14px;
	  margin-left: 0px;
	  margin-bottom: 20px;
	}
	ul#gNav_index li:first-child {
	display: block
	}
	ul#gNav_index li a {
	  text-decoration: none
	}
	/* .socialbutton */
	#header .socialbutton {
	  width: 450px;
	  height: 35px;
	  margin-top: 28px;
	  float: right;
	  display: none
	}
	#header .socialbutton li {
	  display: inline;
	  float: right;
	  margin-left: 10px;
	}
	/* .top_banner TOPページバナー */
	#header .top_banner {
	  float: right;
	  margin: 0;
	}
	/* .header_link_box 下層ページ用BOX */
	#header .header_link_box {
	  width: 751px;
	  float: right;
	}
	/* .top_banner_s 下層ページバナー */
	#header .header_banner_s {
	  margin: 33px 0 0 0;
	  float: right;
	  width: 234px;
	}
	/* .home 下層ページTOPページへ戻るボタン */
	#header .home {
	  float: left;
	  margin-top: 54px;
	  width: 139px;
	}
	/* #utilityNav */
	#header #utilityNav {
	  text-align: right;
	  width: 110px;
	  height: 35px;
	  margin-top: 20px;
	  padding-bottom: 13px;
	  float: right;
	  margin-left: 40px;
	}
	#header #utilityNav li {
	  display: inline;
	}
	/* #gNav */
	#header #gNav {
	  width: 940px;
	  height: 69px;
	  clear: both;
	}
	* html #header #gNav {
	  height: 1%;
	}
	#header #gNav li {
	  float: left;
	}
	/* --------------------------------------------------------
		#footer
	-------------------------------------------------------- */
	/* 賛同企業があるときには、height: 269px;に変更 */
	#footer {
	  width: 100%;
	  /* height: 269px; */
	  height: 229px;
	  background: #FFF;
	}
	/* .pageTop */
	#footer .pageTop {
	  border-top: 1px solid #B7BFCE;
	  border-bottom: 1px solid #B7BFCE;
	  margin-bottom: 30px;
	}
	#footer .pageTop img {
	  width: 28px;
	  height: 30px;
	  vertical-align: bottom;
	  margin: 0 auto;
	  display: block;
	}
	/* #biggerlink */
	.bl-hover {
	  cursor: pointer;
	  background-color: #ECEFF2;
	}
	/* #footer_box */
	#footer_box {
	  width: 100%;
	  margin: 0 auto;
	}
	#footer_box a:link {
	  color: #60718E;
	}
	#footer_box a:visited {
	  color: #60718E;
	}
	#footer_box a:hover {
	  text-decoration: none;
	  color: #F15B66;
	}
	#footer_box a:active {
	  color: #60718E;
	}
	#footer .footer_link {
	  margin-bottom: 10px;
	  text-align: center;
	}
	#footer .footer_link li {
	  display: block;
	  margin-left: 0px;
	  padding-left: 0px;
	  border-left: none;
	  color: #333;
	  margin-bottom: 1.3em;
	}
	#footer .footer_link .footer_soon {
	  color: #B7BFCE;
	}
	#footer .footer_link li.firstChild, #footer .footer_link li:first-child {
	  margin-left: 0;
	  padding-left: 0;
	  border-left: 0;
	}
	#footer .reference {
	  padding-bottom: 30px;
	  clear: both;
	  margin-top: 50px;
	  text-align: center
	}
	#footer .reference p {
	  font-size: 12px;
	}
	#footer .copyright {
	  margin-top: 10px;
	  font-size: 12px;
	}
	/* #footer_company_box */
	#footer_company_box {
	  /* padding: 30px 0 60px 0; 賛同企業追加後*/
	  padding: 10px 0 20px 0;
	}
	.footer_company_tit {
	  font-size: 12px;
	  color: #333;
	  font-weight: bold;
	  padding-top: 10px;
	  clear: both;
	}
	.footer_company {
	  text-align: left;
	  font-size: 11px;
	  padding-top: 5px;
	}
	.footer_company li {
	  display: block;
	  border: none;
	  color: #333;
	  white-space: nowrap;
	  float: left;
	  padding-right: 10px;
	  padding-bottom: 5px;
	}
	.footer_company li a {
	  white-space: nowrap;
	}

	/*SP NAV*/
	#panel-btn{
	  display: inline-block;
	  position: fixed;
	  width: 40px;
	  height: 40px;
	  margin: 44px 0 10px;
	  border-radius: 50%;
	  right: 20px;
	  top: 10px;
	  z-index: 9999999;
	animation-duration: 2s;
	}
	#panel-btn-icon{
	  display: block;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  width: 14px;
	  height: 2px;
	  margin: -1px 0 0 -7px;
	  background: #EB8896;
	  transition: .2s;
	}
	#panel-btn-icon:before, #panel-btn-icon:after{
	  display: block;
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0;
	  width: 14px;
	  height: 2px;
	  background: #EB8896;
	  transition: .3s;
	}
	#panel-btn-icon:before{
	  margin-top: -6px;
	}
	#panel-btn-icon:after{
	  margin-top: 4px;
	}
	#panel-btn .close{
	  background: transparent;
	}
	#panel-btn .close:before, #panel-btn .close:after{
	  margin-top: 0;
	}
	#panel-btn .close:before{
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	}
	#panel-btn .close:after{
	  transform: rotate(-135deg);
	  -webkit-transform: rotate(-135deg);
	}


/*======================
特集誌面共通
======================*/

.fl_R{
float: right;
}
.fl_L{
float: left;
}


#main .h2_tit2{
width: 180px;
font-size: 15px;
border: 1px solid #F19CA6;
text-align: center;
margin-bottom: -20px;
margin-left: -1px;
padding: 10px 5px;
}
#paper_main{
width: 100%;
letter-spacing: 1px;
}
#paper_main .sp{
	display: inherit;
}
#paper_main .pc{
	display: none;
}

.date_ttl{
width: 97%;
background-color: #F1F1F1;
padding: 5px 0 5px 3%;
}
.paper_mv{
width: 100%;
padding: 0px 0;
text-align: center;
}
.paper_mv h3{
margin-bottom: 20px;
}
.paper_mv .ttl{
font-size: 20px;
font-weight: bold;
padding: 10px 0;
line-height: 1.8em;
}
.paper_mv .txt{
width: 100%;
margin: auto;
font-size: 15px;
line-height: 2.5em;
text-align: left;
}
.paper_mv .txt span{
display: inline-block;
}


.btn_pdf{
text-align: center;
margin-top: 30px;
}
.btn_pdf a{
font-size: 16px;
color: #FFFFFF;
text-decoration: none;
background-color: #F19CA6;
padding: 13px 20px;
width: 250px;
display: block;
margin: auto;
}
.btn_pdf a:hover{
color: #FFFFFF;
text-decoration: none;
background-color: #CCCCCC;
transition : 0.5s;
}




}