/* 基本スタイル */
body{
    font-family: 'Noto Serif JP', sans-serif;
	font-weight: 500;
    line-height: 2.6rem;
    letter-spacing: 0.2rem;
	background: url("../img/back.jpg") repeat;
	font-feature-settings: "palt";
}
a {
	display: block;
}
@media screen and (min-width: 769px) {
	a:hover,a:active {
		opacity: 0.6;
		transition: .3s;
	}
	.hv01:hover{
		transform: scale(1.05);
		transition: .6s;
		opacity: 0.9;
	}
}
.container {
	width: 100%;
}
header {
	padding: 0 40px;
	height: 130px;
	background-color: #36563c;
	color: #fff;
}
h1 {font-size: 2.6rem;}
h2 {font-size: 2.4rem;}
h3 {font-size: 2.2rem;}
h4 {font-size: 2rem;}
h5 {font-size: 1.8rem;}
u {
	background:linear-gradient(transparent 60%, rgba(193,73,64,0.40) 60%);
	text-decoration: none;
}
.cont900, .cont990, .cont1200 {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.cont900 { max-width: calc(900px + 40px);}
.cont990 { max-width: calc(990px + 40px);}
.cont1200 {	max-width: calc(1200px + 40px);}
/*------------スマホ 基本スタイル------------*/
@media screen and (max-width: 768px) {
	header {
    	padding-left: 20px;
		padding-right: 20px;
		height:120px;
	}
}
/*
-----------------------------------------------
GOOGLE FONT
----------------------------------------------- */
.jp01{
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
    line-height: 2.6rem;
    letter-spacing: 0.1rem;
}
.jp02{
    font-family: 'Noto Serif JP', sans-serif;
	font-weight: 500;
    line-height: 2.6rem;
    letter-spacing: 0.1rem;
}
/*
-----------------------------------------------
ヘッダー
----------------------------------------------- */
.hdr_title_wrapper {
	height: 130px;
}
#header h1 {
	margin-left: 100px;
}
#header h1 img{
	width: 600px;
	height: 57px;
}
#header h2 {
	margin-right: 5%;
	line-height: 2rem;
	font-weight: 400;
	font-size: 1.5rem;
	white-space: nowrap;
}
.spmenu-inner {
	font-size: 1.6rem;
}
.spmenu-inner .h3_01:after {
	background-color: #fff;
}
.spmenu-inner nav{
	width: fit-content;
}
.spmenu-inner li:not(:last-child){
	margin-bottom: 10px;
	letter-spacing: 0.1rem;
}
.spmenu-inner li.mb20{
	margin-bottom: 20px;
}
.spmenu-inner .snsmenu li {
	margin-bottom: 0;
}
.spmenu-inner small {
	line-height: 2rem;
}

.search-box{
font-size:1.4rem;
	width: fit-content;
}
.searchfield {
  font-size: 14px;
  width: 220px;
  margin: 3px;
  padding: 5px 10px;
  border: solid 1px #bbb;
  border-radius: 20px;
  background-color: #fff;
}
.searchsubmit {
  font-size: 2.4rem; 
  position: absolute;
  top: 0px;
  right: 20px;
  margin-top: 10px;
  padding: 0;
  cursor: pointer;
  color: #fff;
  border: none;
  background: transparent;
  font-weight: 600;
}
.searchform input.fas {
	background-color: rgba(54,86,60,0.00);
	color: #fff;
	font-size: 2.4rem;
}
.searchsubmit:hover {
  opacity: .6;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*------------スマホ ------------*/
@media screen and (max-width: 768px) {
	#header h1 {
		font-size: 2rem;
		line-height: 2.6rem;
		margin-left: 50px;
		padding-top: 20px;
	}
	#header h1 img{
		height: 60px;
	}
	#header h2 {
		font-size: 1.25rem;
		padding-top: 0;
		letter-spacing: 0.1rem;
		margin-right: 0;
		text-align: center;
	}
	.searchfield {
	  width: 180px;
	}
}
/*
-----------------------------------------------
top_main
----------------------------------------------- */
/*------------section#main_visual------------*/
.pcmenu_nav {
	margin-right: 60px;
	order: -1;
}
ul.pcmenu li {
	white-space: nowrap;
	font-size: 1.7rem;
	margin-bottom: 47px;
	position: relative;
	padding-left: 70px;
	display: block;
}
ul.pcmenu li a {
	position: relative;
	display: block;
}
ul.pcmenu li a:before {
	content: "";
	height: 20px;
	width: 20px;
	background-color: #ddd;
	position: absolute;
	top: 3px;
	left: -50px;
    transition: all .5s ease;
}
.top_article_ttl {
	font-size: 1.7rem;
	position: relative;
	padding-left: 70px;
}
.top_article_ttl:before {
	content: "";
	height: 20px;
	width: 20px;
	background-color: #ddd;
	position: absolute;
	top: 3px;
	left: 20px;
}
@media screen and (min-width: 769px) {
	ul.pcmenu li a:hover{
		opacity: 1;
	}
	ul.pcmenu li a:hover:before {
		background-image: url("../img/menu_gear.png");
		background-size: cover;
		height: 60px;
		width: 60px;
		position: absolute;
		top: -20px;
		left: -70px;
		background-color: rgba(221,221,221,0.00);
		animation: 20s linear infinite maru0;
	}
}
@keyframes maru0{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
ul.pcmenu li a{
    /*線の基点とするためrelativeを指定*/
	position: relative;
}
@media screen and (min-width: 769px) {
	ul.pcmenu li a:hover{
		color:#333;
	}
}
ul.pcmenu li a::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background:#AAAAAA;
    transition: all .8s ease;
    transform: scale(0, 1);
    transform-origin: left top;
}
@media screen and (min-width: 769px) {
	ul.pcmenu li a:hover::after {
		transform: scale(1, 1);/*X方向にスケール拡大*/
	}
}
ul.snsmenu li:not(:last-child) {
	margin-right: 40px;
}
ul.snsmenu .fa-brands {
	font-size: 3.6rem;
}
.nav2_02_wrapper{
	width: 100%;
	border: 5px solid #dcdcdc;
	background-color: #fff;
}
.top_keywordlist {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media screen and (min-width: 769px) {
	.nav2_02_wrapper_sp li.nav2_02{
		background-color: #fff;
		border: 5px solid #dcdcdc;
		width: 30%;
		height: 80px;
		padding: auto;
	}
}
.nav2_02_wrapper {
    margin-left: 20px;
}
.nav2_02_wrapper span,.nav2_02_wrapper_hm span, .nav2_02_wrapper_sp span {
	content: "";
	width: 3px;
	height: 3rem;
	background-color: #dcdcdc;
}

	.nav2_02_wrapper_hm {
		width: 100%;
		border: 5px solid #dcdcdc;
	background-color: #fff;
	}
	.nav2_02_wrapper_hm span{
		width: 80%;
		height: 3px;
		display: block;
		margin: 0 auto;
	}
	.nav2_02_wrapper_hm a{
		color: #333;
	}
.nav2_01, .nav2_02 {
	text-align: center;
	font-size: 1.6rem;
	white-space: nowrap;
}
.nav2_01 {width: 90%;margin-left: 20px;}
.nav2_02 {width: 30%;}
.nav2_02_wrapper_sp .nav2_02,.nav2_02_wrapper_hm .nav2_02 {width: 100%;}
.nav2_01 a, .nav2_02 a{
	width: 100%;
	height: 100%;
	padding: 10px 4px;
	font-size: 1.5rem;
}
.nav2_01 a{
	background-color: #c14940;
	border:2px solid #c14940;
	color: #fff
}
@media screen and (min-width: 769px) {
	.nav2_01 a:hover{
		animation: poyo .6s ease 0s 1 normal running none;
		opacity: 1;
	}
}
@keyframes poyo {
	from, to { transform: none; }
	40% { transform: scale(1.1); }
	80% { transform: scale(.9); }
}
.nav2_01 span{
	font-size: 1rem;
	display: block;
	letter-spacing: 0.1rem;
	margin-top: 4px;
	line-height: 2rem;
	padding-top: 4px;
}
.nav2_02_pict_analysis, .nav2_02_pict_izushi, .nav2_02_pict_metal {
	height: 50px;
	width: auto;
	margin-right: 20px;
}
.nav2_02_pict_metal {
	height: 40px;
}
.nav2_02_pict_analysis img, .nav2_02_pict_izushi img, .nav2_02_pict_metal img {
	height: 100%;
}
.img_mv {
	position: relative;
}
.top_gear_wrapper {
	width: 320px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.top_gear {
	width: 100%;
	height: auto;
	position: relative;
}
.top_gear_left, .top_gear_right{width: 124px;height: 124px;}
.top_gear_left {
	position: absolute;
	top: 54px;
	left: 60px;
	animation: 60s linear infinite maru1;
}
.top_gear_right {
	position: absolute;
	top: -34px;
	right: 54px;
	animation: 60s linear infinite maru2;
}
@keyframes maru1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(-360deg); }
}
@keyframes maru2{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

/*------------スマホ ------------*/
@media screen and (max-width: 768px) {
	.pcmenu_nav {
		margin-right: 0;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	ul.pcmenu {
		background-color: #fff;
	}
	ul.pcmenu div{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 16px 0;
		border-right: 5px solid #dcdcdc;
		border-left: 5px solid #dcdcdc;
		position: relative;
	}
	ul.pcmenu div:first-child,ul.pcmenu div:last-child{
		border-top: 5px solid #dcdcdc;
		border-bottom: 5px solid #dcdcdc;
	}
	ul.pcmenu div:nth-child(2){
		border-bottom: 5px solid #dcdcdc;
	}
	ul.pcmenu li {
		font-size: 1.4rem;
		margin-bottom: 0px;
		padding-left: 0;
		flex-grow: 1;
	}
	ul.pcmenu div span {
		content: "";
		width: 3px;
		height: 3rem;
		background-color: #dcdcdc;
	}
	ul.pcmenu li a{
		text-align: center;
	}
	ul.pcmenu li a:before {
		content: "";
		height: 0;
		width: 0;
	}
	img.img_mv01{
		object-fit: cover;
		height: 400px;
	}
	.top_gear_left, .top_gear_right{width: calc(122px * 0.8);height: calc(122px * 0.8);}
	.top_gear_wrapper {
		width: calc(320px * 0.8);
	}
	.top_gear_left {
		top: 44px;
		left: 48px;
	}
	.top_gear_right {
		top: -26px;
		right: 46px;
	}
	.nav2_02_wrapper {
        margin-left: 0;
	}
	.nav2_02_wrapper span {
		width: 80%;
		height: 3px;
		display: block;
		margin: 0 auto;
	}
	.nav2_02_wrapper_sp {
		width: 100%;
		border: 5px solid #dcdcdc;
	background-color: #fff;
	}
	.nav2_02_wrapper_sp span{
		width: 80%;
		height: 3px;
		display: block;
		margin: 0 auto;
	}
	.nav2_02_wrapper_sp a{
		color: #333;
	}
	.nav2_01, .nav2_02 {
		width: 100%;
		font-size: 1.4rem;
		margin-left: 0;
	}
	.nav2_01 {
		margin-top: 10px;
	}
	.nav2_01 a{
		padding: 6px 0;
	}
	.nav2_02 a {
		padding: 10px 0;
	}
}
/*------------section#top_news------------*/
.h3_01, .h3_02 {
	font-size: 2.6rem;
	letter-spacing: 0.6rem;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
    width: fit-content;
}
.h3_01:after, .h3_02:after {
	content: "";
	height: 1px;
	bottom: 0;
	background-color: #333;
	position: absolute;
}
.h3_01:after{left: -65px; width: calc(100% + 100px);}
.h3_02:after{left: -3rem; width: calc(100% + 3rem);}
#top_analysis_diary {
	background-color: #e4eae4;
	padding: 30px;
	margin-right: 40px;
	width: calc(50% - 20px);
}
#top_outreach {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 60px;
	width: calc(50% - 20px);
}
.article_box:not(:first-child), .article_box00:not(:first-child){
	margin-top: 20px;
}
.article_box a, .article_box00 a{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.article_box a {
	align-items: center;
	justify-content: center;
	width: fit-content;
}
.article_box00 dt, .article_box02 dt{
	color: #6F6F6F;
	line-height: 1.6rem;
}
.article_box dt {
	color: #6F6F6F;
}
.article_box dd, .article_box00 dd, .article_box02 dd{
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
	padding-bottom: 4px;
	text-align: left;
}
.article_box .article_img {
	width: auto;
	height: 60px;
	aspect-ratio: 16 / 9;
	background-color: #E6E6E6;
	margin-right: 20px;
}
.article_box .article_img img{
	height: 60px;
	object-fit: cover;
	margin: 0 auto;
}
.article_box dl {
	width: calc(100% - 80px);
}
.top_link01 {
	background-color: #35573B;
	color: #fff;
	font-weight: 600;
	width: fit-content;
	margin: 40px 0 0 auto;
}
.top_link01 a, .top_link01 input {
	display: block;
	width: 100%;
	height: 100%;
	padding: 7px 49px;
	color: #fff;
}
/*------------スマホ ------------*/
@media screen and (max-width: 768px) {
	.h3_01, .h3_02 {
		font-size: 2.2rem;
		letter-spacing: 0.3rem;
		padding-bottom: 10px;
	}
	.news_diary_wrapper {
		padding: 0;
	}
	#top_news, #top_analysis_diary,#top_outreach {
		padding: 0;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	#top_news {
		padding-right: 20px;
		padding-left: 20px;
	}
	.article_box dl {
		width: calc(100% - 100px);
	}
	#top_analysis_diary {
		margin-top: 60px;
	}
	.top_a_diary_wrapper {
		padding: 40px 20px;
	}
	.top_link01 {
		margin: 40px auto 0;
	}
	#top_outreach {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/*------------section#top_analysis------------*/
#top_analysis, #top_metal, #top_news {
	background-color: #DCDCDC;
	padding: 80px 0;
}
#top_metal {
	padding: 80px 0 100px 0;
}
#top_news {
	padding: 40px 0;
}
.h3_01 {
	position: relative;
}
.h3_01 span {
	position: absolute;
	bottom: -40px;
	left: -20px;
	transform: rotate(90deg);
	transform-origin:left top;
	letter-spacing: 0.4rem;
    white-space: nowrap;
}
.article_box02_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.article_box02_wrapper::after{
  content:"";
  display: block;
  width:30%;
}
.article_box02 {
	width: 30%;
	margin-bottom: 20px;
}
.article_img02 {
	width: 100%;
	background-color: #E6E6E6;	
}
.article_img02 img{
	object-fit: cover;
	margin-bottom: 10px;
	aspect-ratio: 5/3;
}
.top_analysis_wrapper, .top_izushi_wrapper, .top_metal_wrapper{
	position: relative;
}
.pict02-analysis, .pict02-izushi, .pict02-metal {
	height: 200px;
	position: absolute;
}
.pict02-analysis {right: -60px;top: -140px;}
.pict02-izushi {left: -60px;bottom: -140px;}
.pict02-metal {right: -60px; height: 140px;top: -60px;}
/*------------スマホ ------------*/
@media screen and (max-width: 768px) {
	.article_box02 {
		width: 46%;
	}
	.h3_01 span {
		position: relative;
		bottom: 0;
		left: 0;
		transform: rotate(0deg);
		white-space: normal;
		display: block;
	}
}
/*
-----------------------------------------------
フッター
----------------------------------------------- */
footer {
	background-color: #706E61;
}
.footer_wrapper01 {
	color: #fff;
	position: relative;
	margin-bottom: -60px;
	z-index: 1;
}
footer .nav2_01 {
	width: 200px;
}
footer .nav2_01 a{
	width: 200px;
	height: 200px;
	border-radius: 300px;
	position: relative;
	top: -20px;
}
footer .nav2_01 p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	padding: 6px;
	font-size: 1.5rem;
	white-space: nowrap;
}
.footer_h2 {
	padding-top: 40px;
	margin-left: 40px;
}
.footer_h2 img{
	width: 430px;
	height: 98px;
}
.illust-izushi-clock {
	position: relative;
	right: 0;
	top: -40px;
	width: 460px;
	height: auto;
}
.footer_wrapper02 {
	background-color: #435738;
	padding: 20px 0;
	color: #fff;
	position: relative;
}
.footer_wrapper02 img {
	width: 60px;
	margin-right: 20px;
	margin-left: 20px;
}
.footer_wrapper02 .ftr_copy span {
	display: block;
}
/*------------スマホ ------------*/
@media screen and (max-width: 768px) {
	footer .nav2_01 {
		margin-bottom: 0;
		width: 100%;
	}
	footer .nav2_01 a{
		width: 100%;
		height: 70px;
		border-radius: 0;
		top: -20px;
	}
	footer .nav2_01 p{
		font-size: 1.4rem;
	}
	.illust-izushi-clock {
		width: 200px;
		margin: 0 0 0 auto;
	}
	.footer_h2 {
		margin-left: 0;
		line-height: 3.2rem;
		font-size: 2rem;
		letter-spacing: 0.2rem;
		margin-bottom: 40px;
		padding: 0;
	}
	.footer_wrapper02 img {
		margin-left: 0;
	}
	.footer_wrapper02 .ftr_copy {
		font-size: 1.2rem;
		line-height: 2rem;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.footer_wrapper02 .ftr_copy span{
		font-size: 1rem;
		line-height: 2rem;
		font-weight: 300;
	}
}
/*
-----------------------------------------------
ページネーション
----------------------------------------------- */
.pagination {
    text-align: center;
    margin: 60px auto 0;
}
.page-numbers {
	display: flex;
	justify-content: center;
}
.pagination span.current, .pagination a.page-numbers {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #435738;
    color: #435738;
    font-size: 2rem;
    text-align: center;
    line-height: 50px;
    margin-right: 20px;
    display: inline-block;
}
.pagination span.page-numbers {
	display: inline-block;
}
.pagination span.current {
    background-color: #435738;
    color: #fff;
}
/*
-----------------------------------------------
下層ページ
----------------------------------------------- */
.h3_04 {
	border-bottom: 1px solid #333;
	width: fit-content;
	letter-spacing: 0.2rem;
	margin-bottom: 20px;
}
.sec_page {
	text-align: left;
	line-height: 3rem;
}
.sec_page ol{
	margin-left: 20px;
	font-size: 1.6rem;
}
.listnum ol li{
	list-style-type: decimal;
}
.sec_page ol li:not(:last-child){
	margin-bottom: 10px;
}
.sec_page a{
	color: #1558d6;
	display: inline-block;
	font-size: 1.4rem;
}
.pankuzu_inner a, .pankuzu_inner {
    display: inline-block;
	letter-spacing: 0.1rem;
}
/*--分析日誌一覧--*/
.article_box03_wrapper {
    width: 70%;
}
.article_box03 {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #333;
}
.article_box03:last-child {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
}
.a_diary_kiji_title{
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    padding-bottom: 10px;
}
.a_diary_kiji_content {
    padding: 0 1.6rem;    
}
.a_diary_kiji_content p{
    font-size: 1.6rem;
}
.a_diary_kiji_content02 {
    font-size: 1.2rem;
    line-height: 1.7rem;
    color: #6F6F6F;
    letter-spacing: 0.2rem;
    margin-bottom: 0;
    padding: 0 1.6rem;
}
.a_diary_kiji_date {
    color: #6F6F6F;
	padding-bottom: 0;
}
.a_diary_kiji_content02 span{
    font-weight: bold;
}
.a_diary_kiji_img{
	padding: 0 1.6rem;
}
.a_diary_kiji_img a{
    font-family: 'Noto Sans JP', sans-serif;
}
.a_diary_kiji_img a:not(:last-child){
	margin-right: 20px;
}
.a_diary_kiji_img a img{
	width: 120px;
	height: 120px;
	object-fit: cover;
}
#sidebar {
    width: 200px;
    background-color: #e4eae4;
    padding: 20px 28px;
}
#sidebar a{
    display: inline-block;
}
#sidebar h3.side-title {
    font-size: 2rem;
    margin-bottom: 10px;
}

#sidebar ul li:not(:last-child) {
    margin-bottom: 6px;
}

/*------------スマホ ------------*/
@media screen and (max-width: 768px) {
	.sec_page ol{
		font-size: 1.4rem;
	}
.sec_page a{
	white-space: normal;
	box-sizing: border-box;
	width: 100%;
	word-wrap: break-word;
}
	.article_box03_wrapper {
		width: 100%;
		}
	.a_diary_kiji_img a img{
		width: 70px;
		height: 70px;
	}
	#sidebar {
		width: 100%;
	}
}

/*------------スマホ ------------*/
@media screen and (max-width: 768px) {	
	.page_link a{
		margin-left: 0;
		display: block;
	}
}
.archive-article .nav2_02_wrapper {
	margin: 0 auto 40px;
}
.article_cate {
	font-size: 1.3rem;
	font-weight: 400;
	padding: 3px 8px 3px;
	width: fit-cotent;
	border-radius: 4px;
	color: #333;
}
.article_cate:not(:first-child) {
	margin-left: 10px;
}
.article_cate.scientific_analysis{background-color: #F4DAD3;}
.article_cate.izushi{background-color: #aabf5d;}
.article_cate.hyogo_metalbelt{background-color: #87B5C4;}
.storage_cate {
	font-size: 1.3rem;
	font-weight: 400;
	padding: 3px 8px 3px;
	width: fit-cotent;
	border-radius: 4px;
	margin-left: 10px;
	color: #333;
}
.storage_cate.first{background-color: #F4DAD3;}
.storage_cate.second{background-color: #aabf5d;}
.storage_cate.common{background-color: #87B5C4;}
.storage_cate.outreach{background-color: #35573B;color: #fff;}
.article_tag_wpr  a {
	display: inline-block;
	width: fit-content;
}
.article_tag {
	font-size: 1.3rem;
	margin-right: 10px;
}
/*-----------------------------------------------
固定ページ
----------------------------------------------- */
/*------------page-about------------*/
.page_about ul li{
	font-size: 1.6rem;
}
.about_message {
	border: 1px solid #333;
	padding: 40px 60px;
}
.h3_03 {
	position: relative;
	width: fit-content;
	display: inline-block;
}
.h3_03:after {
	position: absolute;
	content: "";
	width: 200px;
	height: 1px;
	top: 50%;
	right: -220px;
	background-color: #333;
}
p.pic_cap {
	font-size: 1.3rem;
	text-align: center;
}
.mr20_pc {
	margin-right: 20px;
	}
section.about_rm {
	background-color: #DCDCDC;
	padding: 80px 0;
	margin-top: 80px;
	position: relative;
}
.rm_box_wrapper {
	margin: 40px auto 0;
	position: relative;
	width: calc(376px * 2);
}
.rm_box_wrapper:after {
	position: absolute;
	content: "";
	background-color: #333;
	height: 100%;
	width: 1px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.rm_box{
	width: 376px;
	height: fit-content;
	position: relative;
}
.rm_box:nth-child(even) { /*奇数の場合*/
	left: 50%;
}
.rm_box:not(:last-child) { 
	margin-bottom: 30px;
}
.rm_box dd {
	width: fit-content;
	margin-left: 20px;
}
.rm_box:nth-child(even) dd { /*奇数の場合*/
	margin-left: 40px;
}
.rm_year {
	font-size: 4rem;
	position: relative;
	width: fit-content;
	margin-bottom: 20px;
}
.rm_box:nth-child(even) .rm_year { /*奇数の場合*/
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 10px;
}
.rm_year:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -300px;
	width: 280px;
	height: 1px;
	background-color: #333;
	content: "";
}
.rm_box:nth-child(even) .rm_year:before { /*奇数の場合*/
	left: -300px;
}
.rm_year:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -300px;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: #fff;
	content: "";
	z-index: 2;
}
#current_year.rm_year:after {
	background-color: #435738;
    animation:blink 2.5s infinite ease-in-out;
}
@keyframes blink{
    0% {background-color: #435738;}
    30% {background-color: #435738;}
    50% {background-color: #fff;}
    70% {background-color: #435738;}
    100% {background-color: #435738;}
}
.rm_box:nth-child(even) .rm_year:after { /*奇数の場合*/
	left: -300px;
}
.page_about .img_tokei {
	max-width: 800px;
	height: auto;
}
/*------------スマホ ------------*/
@media screen and (max-width: 768px) {
	.h3_03, .about_message_h3 {
		font-size: 1.9rem;
	}
	.page_about ul li, .page_about p{
		font-size: 1.6rem;
		text-align: justify;
	}
	p.pic_cap {
		font-size: 1.3rem;
		text-align: center;
	}
	.mr20_pc {
		margin-right: 0;
	}
	.rm_box_wrapper {
		width: 100%;
	}
	.rm_box_wrapper:after {
		left: 90%;
	}
	.rm_box{
		width: 100%;
	}
	.rm_box:nth-child(even) { /*奇数の場合*/
		left: 0%;
	}
	.rm_box dd {
		margin-left: 10px;
	}
	.rm_box:nth-child(even) dd { /*奇数の場合*/
		margin-left: 10px;
	}
	.rm_year {
		font-size: 2rem;
		width: 100%;
	}
	.rm_box:nth-child(even) .rm_year { /*奇数の場合*/
		margin-left: 0;
		margin-right: auto;
		margin-bottom: 0;
	}
	.rm_year:before {
		right: auto;
		left: 60px;
		width: calc(90% - 60px);
	}
	.rm_box:nth-child(even) .rm_year:before { /*奇数の場合*/
		right: auto;
		left: 60px;
	}
	.rm_year:after {
		right: auto;
		left: calc(90% - 20px);
		width: 40px;
		height: 40px;
		border-radius: 40px;
	}
	.rm_box:nth-child(even) .rm_year:after { /*奇数の場合*/
		left: calc(90% - 20px);
	}
	.page_about .img_tokei {
		width: 100%;
		height: auto;
	}
	.about_message {
		padding: 30px 10px;
	}
}
/*------------page-organization-------------*/

.page_organization p {
	width: fit-content;
}
.page_organization .member_list {
	margin: 0 auto;
	border-collapse: collapse;
}
.member_list th {
	padding: 10px auto;
	background-color: #dcdcdc; 
}
.member_list td {
	padding: 4px 20px;
}
.member_list td:first-child {
	white-space: nowrap;
}
.member_list th,.member_list td {
	border: 3px solid #dcdcdc;  
}

/*------------スマホ ------------*/
@media screen and (max-width: 768px) {
	.member_list td {
		padding: 4px 10px;
	}
}
/*------------page-storage-list-------------*/
.page-storage-list a{
	display: block;
}
.archive-storage_navwrapper {
	border: 5px solid #dcdcdc;
	background-color: #fff;
	width: fit-content;
}
.archive-storage_navwrapper a{
	padding: 10px 30px;
}
.storage-list-sortbtn {
	display: flex;
	margin-left: 20px;
}
.storage-list-sortbtn a {
	color: #35573B;
	border: solid 1px #35573B;
	padding: 2px 12px;
	margin-left: -1px;
	margin-top: 4px;
	margin-bottom: 4px;
	white-space: nowrap;
}
.storage-list-sortbtn a:hover {
	background-color: #35573B;
	color: #fff;
}

/*------------スマホ ------------*/
@media screen and (max-width: 768px) {
.archive-storage_navwrapper{
	width: 100%;
}
}
/*-----------------------------------------------
記事ページ
----------------------------------------------- */
.kiji_wrapper {
	width: 70%;
}
.single_storage .kiji_wrapper {
	width: 100%;
}
.kiji_date {
	color: #6F6F6F;
}
.kiji--h2 {
	line-height: 3rem;
}
.kiji_eyecatch {
	margin-bottom: 20px;
}
.kiji_box {
	font-weight: 400;
	line-height: 3rem;
	font-size: 1.6rem;
}
.kiji_box a{
	color: #1558d6;
	display:inline;
}
.kiji_box h1, .kiji_box h2 {
	font-size: 2.6rem;
    padding-bottom: 8px;
    line-height: 1.5;
    border-bottom: solid 1px;
    margin-bottom: 15px;
	font-weight: 400;
}
.kiji_box h5 a{ /*記事内のリンクボタン*/
	font-size: 1.6rem;
	padding: 6px 30px;
	background-color: #333;
	color: #fff;
}
.kiji_box span {
	font-family: 'Noto Sans JP', sans-serif;
}
.kiji_box p {
	font-weight: 400;
	line-height: 3rem;
}
.kiji_box ol, .kiji_box ul {
	margin: 20px auto;
}
.kiji_box li {
	list-style: decimal;
}
.kiji_box .wp-caption {
	width: 100%;
	max-width: 693px;
	height: auto;
	margin-top: 20px;
}
.kiji_box .wp-caption img{
	width: 100%;
	max-width: 693px;
	height: auto;
	margin-top: 20px;
}
.kiji_box .wp-caption-text {
	text-align: center;
	font-weight: 300;
	font-size: 1.5rem;
	margin-bottom: 20px;
}
.kiji_box iframe {
	width: 100%;
}
.kiji_box_repeat {
	margin-top: 40px;
}
.kiji_box_repeat .image-caption {
	font-size: 1.4rem;
}
.kiji_side {
	width: 25%;
}
.ul_keyword {
	display: flex;
	flex-wrap: wrap;
}
.ul_keyword li, .ul_keyword li a{
	width: fit-content;
	display: inline;
	white-space: nowrap;
}
.ul_keyword li:not(:last-child) {
	margin-right: 20px;
}
.sns-button-wrap {
	margin: 60px auto 40px;
}
.sns-button-wrap a{
	color: #333;
}
.sns-button-wrap p{
	padding-bottom: 0;
}
.sns-button {
	width: 40px;
	height: 40px;
	border: 1px solid;
	border-radius: 20px;
	position: relative;
}
.sns-button i{
	font-size: 2rem;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	margin-top: 10px;
}
/*------------スマホ ------------*/
@media screen and (max-width: 768px) {	
	.kiji_wrapper {
		width: 100%;
	}
	.kiji_box .wp-caption {
		max-width: 100%;
	}
	.kiji_box .wp-caption img{
		max-width: 100%;
	}
	.kiji_side {
		width: 100%;
	}
	.kiji_box h1, .kiji_box h2 {
		font-size: 2.1rem;
		}
	.kiji_box h2 {
		font-size: 1.9rem;
	}
	.kiji_box .wp-caption-text {
		font-size: 1.3rem;
	}
	.article_cate {
		margin-left: 0;
		margin-top: 4px;
		display: block;
		width: fit-content;
		padding: 2px 4px;
	}
	.storage_cate {
		margin-left: 0;
		margin-top: 4px;
		display: block;
		width: fit-content;
		padding: 2px 4px;
	}
}
/*
-----------------------------------------------
検索結果ページ
----------------------------------------------- */
.kensaku-ul:not(:first-child) {
	margin-top: 20px;
	padding-top: 20px;
	 background-image : linear-gradient(to right, #333 8px, transparent 8px);
	 background-size: 20px 1px;
	 background-repeat: repeat-x; 
	 background-position: left top;
}
.kensaku-ul {
	padding: 0 1.8rem;
}
.kensaku-ul dt {
	font-size: 1.8rem;
	margin-bottom: 6px;
}
.kensaku-ul dd {
	font-size: 1.4rem;
	margin-left: 1.8rem;
}

/*-----------------------------------------------
お問い合わせフォーム
----------------------------------------------- */
.mw_wp_form {
	margin-top: 40px;
}
.mw_wp_form p{
	padding-bottom: 0;
}
.Form-Item {
	display: flex;
	margin-top: 20px;
}
p.Form-Item-Label {
	display: block;
	width: 320px;
	letter-spacing: 0.1rem;
	margin-bottom: 6px;
}
p.Form-Item-Label span {
	font-size: 1.4rem;
	border: 1px solid #c14940;
	color: #c14940;
	padding: 2px 10px;
	margin-right: 20px;
	border-radius: 3px;
}
p.Form-Item-Label span.Form-Item-Label-Required {
	background-color: #c14940;
	color: #fff;
}
.Form-Item-Input, .mw_wp_form select, .mw_wp_form textarea {
	background-color: #EFEFEF;
	border-radius: 3px;
	padding: 2px 10px;
	font-size: 1.5rem;
}
.Form-Item-Input, .Form-Item-Textarea {
	width: calc(100% - 320px);
}
.mw_wp_form .top_link01 {
	margin: 20px auto;
}

.mw_wp_form .top_link01 input {
	background-color: #35573B;
	color: #fff;
	border-radius: 3px;
}
.mw_wp_form .top_link01 input.Form-Btn-back {
	background-color: #fff;
	border: 1px solid #35573B;
	border-radius: 3px;
	color: #35573B;
}
/*------------スマホ ------------*/
@media screen and (max-width: 768px) {
	.Form-Item {
		display: block;
	}
	p.Form-Item-Label {
		width: 100%;
	}
	.Form-Item-Input, .mw_wp_form select, .mw_wp_form textarea {
		width: 100%;
	}
}


















/*css end*/