@charset "utf-8";

body,
header,
footer,
main,
section,
header, 
hgroup, 
footer, 
aside, 
nav, 
article,
ul{
	display: block;
	margin:0;
	padding:0
;
}


header{
	position: relative;
}

html{
	scroll-behavior: smooth;
	color:#000000;
	background:#FFF;
	word-break:break-all;
	margin:0;
	padding:0;
  font-size: calc(16 / 16 * 1rem);
}

*{
	font-size: 100%;
	font-family:  "游ゴシック", YuGothic, "メイリオ", Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

a{
	color:#000000;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

::selection {
	background: #26120b;
	color: #fff;
}

article{
	margin:0 1em;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
header
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#lang{
	max-width: 1280px;
	width: 100%;
	height: 30px;
	margin: 0 auto;
}

#lang_ul {
	display: flex;
}
#lang_ul li{
	list-style: none;
	margin-right: 1em;
	white-space: nowrap;
}

#h_title_bg{
	color: #fff;
	background-color: #191970;
}

/* idに変えると崩れる */
.row{
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	display: flex;
}

#h_logo{
	flex: 1;
	text-align:center;
}

/* 腕章周りの白丸 */
#round{
	width: 50px;/*幅*/
	height: 50px;/*幅*/
	margin: 10px;
	padding: 5px 10px 15px 10px;
	border-radius: 50%;/*角丸*/
	background-color: #fff;
}

#wansyou{
	max-width: 60px;
	width: 100%;
}

#h_title{
	flex: 6;
	padding: 10px 5px;
}

#h_title a{
	color: #fff;
  text-decoration: none;
}

h1#m_title{
	letter-spacing:0.25em;
	font-size:1.8em;
	font-weight: 500;
	margin: 0em 3em 0 0.5em;
	width: 180px;
	display: inline-block;
}

#m_pr{
	letter-spacing:0.1em;
	display: inline-block;
}

/* >>>>> sp setting */
@media all and (max-width: 779px) {
  #m_pr{
    font-size: 10px;
    letter-spacing: 0;
  }
}

#h_mi-po{
	flex: 2;
	text-align: right;
}

#mi-po01{
	max-width: 90px;
	width: calc(100%);
	margin: -20px 0 0 0;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
Navi
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#gmenu{
	border-bottom: solid 2px #191970;
}

.gnavi_wrap{
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}

.gnavi_lists{
	display: flex;
	list-style:none
;
}

.gnavi__list{
	margin: 5px 0;
	width: 16.6%;
	height: 40px;
	position: relative;
	transition: all .3s;
	border-left: solid 3px #191970;
}

.gnavi__list:nth-child(6){
	border-right: solid 3px #191970;
}


.gnavi__list:hover{
	background-color: #0071BB;
}
.gnavi__list:not(:first-child)::before{
	content: "";
	width: 1px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s;
}
.gnavi__list:hover::before{
	background-color: #0071BB;
}
.gnavi__list a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 0.05em;
	font-weight: 600;
	transition: all .3s;
}
.gnavi__list:hover a{
	color: #fff;
}
.dropdown__lists_L{
	display: none;/*デフォルトでは非表示の状態にしておく*/
	position: absolute;
	top: 40px;
	left: 0;
	padding:15px;
	background-color: rgba(46,60,69,0.96);
	border-radius: 3%;/*角丸*/
}
.dropdown__lists_R{
	display: none;/*デフォルトでは非表示の状態にしておく*/
	position: absolute;
	top: 40px;
	right: 0;
	padding:15px;
	background-color: rgba(46,60,69,0.96);
	border-radius: 3%;/*角丸*/
}

/*10以上*/
ul.dropdown__lists_R:has(> :nth-child(10)) {
	column-count: 2;
}

/*10以下*/
ul.dropdown__lists_R:has(> :nth-child(-n+10):last-child) {

}
/*10以上*/
ul.dropdown__lists_L:has(> :nth-child(10)) {
	column-count: 2;
}

/*10以下*/
ul.dropdown__lists_L:has(> :nth-child(-n+10):last-child) {

}

.gnavi__list:hover .dropdown__lists_L,
.gnavi__list:hover .dropdown__lists_R{
	display: block;/*Gナビメニューにホバーしたら表示*/
	z-index: 9999;
}
.dropdown__list{
	height: 60px;
	transition: all .3s;
	position: relative;
	min-width: 320px;
	border-bottom: 1px solid #fff;
	display: inline-block;
}
.dropdown__list:not(:first-child)::before{
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.dropdown__list:hover{
	background-color: #003558;
}
.dropdown__list a{
	display: flex;
	justify-content: left; /* メニュー内左寄せ */
	align-items: center;
	text-decoration: none;
	position: relative;
}
.dropdown__list a::before{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(135deg);
	position: absolute;
	right: 15px;
	top: calc(50% - 5px);
}
.dropdown__list a span{
	font-size: 90%;
	margin: 0 30px 0 10px;
}

/* >>>>> sp setting */
@media all and (min-width: 779px) {
  .lang_sp{
    display: none;
  }
}





/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
main
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media all and (max-width: 1024px){
  section{
    padding: 0 10px;
    box-sizing: border-box;
  }
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
pankuzu
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#pankuzu ul{
	max-width: 1280px;
  display: flex;
  /*text-align: right;*/
  margin: 10px auto 0;
  /*justify-content: flex-end;*/
}
#pankuzu li{
	list-style: none;
	margin-right: 1em;
	/*white-space: nowrap;*/
}
#pankuzu li:not(:last-child)::after{
  content: '>';
  margin-left: 1em;
}

/* >>>>> sp setting */
@media all and (max-width: 779px) {
#pankuzu ul{
	flex-direction: column;
}
}

/* ========================================
#page_top ※common.jsで制御
=========================================== */
#page_top{
  z-index: 3;
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 50px;
  height: 50px;
  opacity: 0;
  transition: opacity 1s;
  border-radius: 50px;
  background: #babad4;
  color: #191970;
  cursor: pointer;
}

#page_top::after{
  content: '';
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 24px;
  height: 20px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #fff;
}

/* >>>>> sp setting */
@media all and (max-width: 779px) {
  #page_top{
  display: none !important;
  }
}
  

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
slide
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#slide_show{
  width: 100%;
  margin: 0 auto 50px;
  text-align: center;
}

.image-container{
	position: relative;
	/*max-width: 1980px;*/
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.fade{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height:500px;
	object-fit: cover;
	object-position: center center;
	opacity: 0;
	transition: opacity 3s ease-in-out;
}

.fade.active {
	opacity: 1;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
imp_box　重要なお知らせ
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.imp_box{
  width: 96%;
  padding: 0 20px 10px;
  border: 4px solid #d31819;
  border-radius: 20px;
  box-sizing: border-box;
}

.imp_box_ttl{
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
  color: #d31819;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  font-weight: bold;
}

.imp_box_txt{
  padding-bottom: 10px;
  border-bottom: 2px dashed #222;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-weight: bold;
}



/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
section setting
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
section{
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}

/* base */
section p{
	margin-left: 10px;
  margin-right: 10px;
}

/* base */
section.base a{
	color: #009900;
}


/* >>>>> sp setting */
@media all and (max-width: 779px) {
  section.base img{
    max-width: 100%!important;
    height: auto!important;
  }
}



/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
title
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/* h2 */
.h2_title{
	border-radius: 50px;/*角丸*/
	min-height: 2em;
	line-height:2em;
	vertical-align: middle;
	
	padding: 0.5em 3em;
	position: relative;
	font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}

.h2_title::before{
  content: '';
  position: absolute;
  border-left: 6px double #fff;
  height: 100%;
  top: 0;
  left: 25px;
}

.h2_title::after{
  content: '';
  position: absolute;
  border-left: 4px solid #fff;
  height: 100%;
  top: 0;
  right: 60px;
  transform: skew(-45deg);
}

/* h3 */
.h3_title{
	display: table;
	width:100%;
	font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}

section.base .h3_title a{
	color: #fff;
  text-decoration: underline;
}

section.base .h3_title a:hover{
  text-decoration: none;
}

/* h3 斜め前 */
.h3_moyou{
  width:10px;
  padding: 1.4em 1.6em 0.8em;
  position: relative;
  display: table-cell;
}

.h3_moyou::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #191970;
  background: linear-gradient(50deg, rgba(186,186,212,1) 2.3em, rgba(255,255,255,1) 2.3em, rgba(255,255,255,1) 2.4em, rgba(25,25,112,1) 2.4em);
  
}

/* h3 斜め後 */
.h3_moyou_back{
  position: relative;
  display: table-cell;
  width:50%;
  padding: 0 1.6em;
  background: transparent;
  /*-webkit-background-clip: text;*/
}

.h3_moyou_back::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(50deg, rgba(25,25,112,1) 2.3em, rgba(255,255,255,1) 2.3em, rgba(255,255,255,1) 2.4em, rgba(186,186,212,1) 2.4em);
}

/* h4 */
.h4_title{
  padding: 0.3em 1.2em;
  -webkit-background-clip: text;
  border-left: 15px solid #191970;
  color: #000;
  position: relative;
}
.h4_title::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #D3DEF1 0%, #fff 100%);
  content: '';
  z-index: -1;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
link 
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/* link */
.link{
	padding:0 0 4px 10px;
	background : url(icon_link.gif) 0px 7px / auto auto no-repeat scroll padding-box border-box transparent;
	line-height: 28px;
  color: #009900;
  border-bottom: none;
}

.link:hover{
  text-decoration: none;
  border-bottom: solid 1px #009900;
}
.link:visited{
 color: #A0A0A0 !important;
}

/* arrow-right */
.arrow-right{
  position: relative;
  padding-left: 30px;
}
 
.arrow-right::before{
	 /* 背景の表示設定 */
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 7px;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    background: #0f630f;
}
 
.arrow-right::after{
	 /* くの字の表示設定 */
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 12px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
list style
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/* .ul_a */
.ul_a{
  list-style:  none;      /* デフォルトのアイコンを消す */
  margin: 0 30px 30px;             /* デフォルト指定上書き */
  padding: 0;             /* デフォルト指定上書き */
  text-indent: 0.3em;
}

.ul_a li{
  display: grid;
  grid-template-columns: 15px 1fr auto;
  align-items: center;
  width: 100%;
  line-height: 1.6;
  padding: 10px 0;  
  border-bottom: 1px dotted #222;
}

.ul_a li::before{
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #191970;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    margin-right: 5px;
}

section .ul_a li a{
  color: #009900;
}

/* .ul_b */


.ul_b{
  list-style-type: none;
  margin: 0 30px 30px;
  padding: 0;
}
.ul_b li{
  position: relative;
  padding: 0.5rem 1.6rem;
  margin: 0;
  border-bottom: 1px dotted #222;
}
.ul_b li::before{
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: 0px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #191970;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
oshirase
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.box_srcollbar{
	overflow:auto;
	width:100%;
	height:160px;
}
    
.div_brd{
	border: solid 1.5px #191970;
	outline: solid 2px #191970;
	outline-offset: 5px;
	margin: 20px 10px 2px 10px;
	padding: 10px;
}

.radius{
  border-radius: 10px;
}

.news{
	margin:10px 0;
	border-bottom: dashed 2px #191970;
	
}

.ymd{
	display: block;
}

.list_show{
	text-align: right;
	font-size: large;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 10px 20px 0;
}

.list_show_link{
	color: #2496a3;
  font-weight: bold;
}



/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
div_bg style
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

.div_bgy{
	padding: 1em;
	background-color: #fffbbb;
	margin-bottom: 20px;
}


/* >>>>> sp setting */
@media all and (max-width: 779px) {
  .div_bgy div{
    flex-direction: column;
    width: 100%;
  }
}




/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
div_table style
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.d_table_100p{
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}
	
	.d_cell_100p{
	
		border-bottom: solid 1px #999;
		width: calc(100% - 8px);
		display:inline-flex;
		margin:2px;
		padding:2px;
	}
	
	.d_cell_90p{
		
		border-bottom: solid 1px #999;
		width: calc(90% - 8px);
		display:inline-flex;
		margin:2px;
		padding:2px;
	}
	
	.d_cell_80p{
		
		border-bottom: solid 1px #999;
		width: calc(80% - 8px);
		display:inline-flex;
		margin:2px;
		padding:2px;
	}
	
	.d_cell_70p{
		
		border-bottom: solid 1px #999;
		width: calc(70% - 8px);
		display:inline-flex;
		margin:2px;
		padding:2px;
	}
	
	.d_cell_60p{
		
		border-bottom: solid 1px #999;
		width: calc(60% - 8px);
		display:inline-flex;
		margin:2px;
		padding:2px;
	}
	
	.d_cell_50p{
		
		border-bottom: solid 1px #999;
		width: calc(50% - 8px);
		display:inline-flex;
		margin:2px;
		padding:2px;
	}
	
	.d_cell_40p{
		
		border-bottom: solid 1px #999;
		width: calc(40% - 8px);
		display:inline-flex;
		margin:2px;
		padding:2px;
	}
	
	.d_cell_33p{
		
		border-bottom: solid 1px #999;
		width: calc(33.3% - 8px);
		display:inline-flex;
		margin:2px;
		padding:2px;
	}
	
	.d_cell_30p{
		
		border-bottom: solid 1px #999;
		width: calc(30% - 8px);
		display:inline-flex;
		margin:2px;
		padding:2px;
	}
	
	.d_cell_25p{
		
		border-bottom: solid 1px #999;
		width: calc(25% - 8px);
		display:inline-flex;
		margin:2px;
		padding:2px;
	}
	
	.d_cell_20p{
		
		border-bottom: solid 1px #999;
		width: calc(20% - 8px);
		display:inline-flex;
		margin:2px;
		padding:2px;
	}
	
	.d_cell_10p{
		border-bottom: solid 1px #999;
		width: calc(10% - 8px);
		display:inline-flex;
		margin:2px;
		padding:2px;
		
	}
	
	.dcAC {
		align-items: center;
	}
	
	.dcJC{
		justify-content: center;
		text-align: center;
	}
	
	
	.dcb_none{
		border: none;
	}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
mv_top style
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.mv_top{
	width: 120px;
	margin-right: 0;
	margin-left: auto;
	margin-top: 30px;
}

.arrow-top{
  position: relative;
  padding-left: 30px;
}
 
.arrow-top::before{
	 /* 背景の表示設定 */
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 7px;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    background: #191970;
}
 
.arrow-top::after{
	 /* くの字の表示設定 */
    content: "";
    position: absolute;
    margin: auto;
    top: 4px;
    bottom: 0;
    left: 13px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
pic_cate
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#pic_cate{
	margin-top: 30px;
}

.pic_cate_ul{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(620px, 1fr));
  margin: 0;
  padding: 0;
  gap: 40px 20px;
  list-style: none;
}

.pic_cate_ul li{
	border-left:solid 8px #191970;
  box-sizing: border-box;
}

.pic_cate_ul li a{
  text-decoration: none;
}

  .pic_cate_ul li a:hover{
    opacity: 0.6;
		filter: alpha(opacity=60);
  }

.pic_cate_ul li h3{
	margin: 0;
  padding: 0;
  color: #191970;
  font-size: clamp(1rem, 0.727rem + 1.36vw, 1.75rem);
}

.pic_cate_ul li p{
	margin: 0;
  padding: 0;
  font-weight: bold;
}

.pic_cate_img{
	display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.gra_box{
	padding: 10px;
  background: linear-gradient(to right, #b0c2f4b3, white 70%);
	min-height:125px;
}

@media screen and (max-width: 779px) {
  .pic_cate_ul {
    grid-template-columns: 1fr;
    gap: 20px 0px;
  }	
  .pic_cate_ul li{
		width: 100%;
	}
  
  .pic_cate_ul li p{
    font-weight: normal;
  }
  
  .pic_cate_img{
    display: block;
    width: 100%;
  }
  
  .gra_box{
	  
	  min-height: inherit;
  }

  
}




/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
pictg_ul
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#pictg{
  width: 100%;
  background: #e6e6e6;
  margin: 30px 0;
  padding: 40px 0;
}
.pictg_ul{
  width: 100%;
  max-width: 1280px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /*justify-content: space-between;
  flex-wrap: wrap;*/
  margin: 0 auto;
  padding: 0;
  gap: 30px 30px;
  list-style: none;
}

.pictg_ul img{
		width: 100%;
	}


.pictg_ul	a:hover img{
		opacity: 0.8;
		filter: alpha(opacity=80);
	}


@media screen and (max-width: 779px) {
  #pictg{
    padding: 40px 10px;
    box-sizing: border-box;
  }  
  
  
  .pictg_ul {
    grid-template-columns: 1fr 1fr;
    gap: 10px 10px;
  }	
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
sns
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#sns {
	/*display: flex;
	flex-wrap: wrap;*/
  display: grid;
  /*grid-template-columns: repeat(auto-fit, minmax(700px, 1fr)); */ 
  grid-template-columns: 2fr 1fr;
  gap: 50px;
}

#sns ul{
	display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#sns li{
  width: 100%;
  margin: 0;
  padding: 0;
}

#sns img{
  width: 100%;
}

.sns_img_div{
	position: relative;
}

.sns_tdiv{
	max-width: 300px;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 70%;
	right: 20px;
	
}

.sns_img_a:hover {
	text-decoration-line: none;
	opacity: 0.7;
}

.sns_title{
	font-weight: bold;
	/*font-size: 1.3em;*/
  font-size: clamp(1rem, 0.886rem + 0.57vw, 1.313rem);
	line-height: 1em;
}

.sns_add{
	font-size: 0.75em;
}

.sns_poly{
	text-align: center;
	margin-bottom: 20px;
}

.sns_ul .sns_poly a{
	color: #00afcc;
  font-size: 16px;
}


.sns_poly_you{
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.sns_ul .sns_poly_you a{
	color: #00afcc;
  font-size: 16px;
}

.sns_poly_you a,
.sns_poly a{
	font-size: 0.75em;
	color: #6ea4f7;
	font-weight: bold;
}

.sns_line{
  border-top: 2px solid #222;
}


@media screen and (max-width: 779px) {
  #sns {
    grid-template-columns: 1fr;
    gap: 10px 10px;
  }
  
  #sns ul{
    grid-template-columns: 1fr;
  }  
}


@media screen and (max-width: 1180px) {
	.sns_tdiv{
		max-width: 260px;
	}

	.sns_title{
		font-size: 1em;
	}
	
}

@media screen and (max-width: 980px) {
	.sns_tdiv{
		max-width: 220px;
		right: 0;
	}

	.sns_title{
		font-size: 0.85em;
	}
	
}

@media screen and (max-width: 779px) {
	.sns_div1{
		width: 100%;
	}
	.sns_div2{
		width: 100%;
	}

}





/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
footer
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
footer{
	background-color: #191970;
	text-align: center;
	padding: 20px 5px;
	margin: 30px auto 0;
	color: #fff;
}

footer p span{
	display: inline-block;
	margin: 0 5px;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ハンバーガーアイコン
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

/*ハンバーガーアイコン*/
.btn-burger{
	cursor: pointer;
	display: block;
	width: 56px;
	height: 60px;
	position: absolute;
	top: 5px;
	right: 10px;
	background-color: #fff;
	border-radius: 10px;
}

/*ハンバーガーアイコンを作る三本線*/
.icon, .icon::before, .icon::after{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	height: 2px; /*線の太さ*/
	width: 35px; /*線の長さ*/
	background-color: #444;
	border-radius: 2px;
	display: block;
	content: '';
	cursor: pointer;
	margin: auto;
}

/*三本線の間隔*/
.icon::before{
	top: 25px;
}
.icon::after{
	top: -30px;
}

/*チェックボックス非表示*/
.nav-toggle{
	display: none;
}

/*アイコンをクリックしたら*/
.nav-toggle:checked ~ .btn-burger .icon{
	background: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon::before{
	transform: rotate(-45deg);
	top: 0;
}
.nav-toggle:checked ~ .btn-burger .icon::after{
	transform: rotate(45deg);
	top: 0;
}

	.nav-toggle:checked ~ nav #gmenu{
		display: block;
	}

@media screen and (min-width: 780px) {
	/* ハンバーガーボタン */
	.btn-burger{
		display: none;  /*780px以上では使用しない */
	}
}
@media screen and (max-width: 779px) {
	#mi-po01,
	#lang,
	#gmenu{
		display: none;  /*779px以下では非表示 */
	}

	.gnavi_lists{
		display: block;
		height: auto;
	}
	.gnavi__list{
		width: 100%;
		height: auto;
		border: none;
	}
	.gnavi__list:hover {
		background-color: unset;
	}
	.gnavi__list:hover::before {
		background-color: unset;
	}
	.gnavi__list:hover a {
		color: unset;
	}
	.gnavi__list:not(:first-child)::before{
		width: 0;
	}
	.gnavi__list:last-child {
		border-right: unset;
	}

	.dropdown__lists_R{
		display: block;
		position: unset;
		border-radius: 0%;
	}
	.dropdown__lists_L{
		display: block;
		position: unset;
		border-radius: 0%;
	}
	
	.dropdown__list{
		min-width: 100%;
	}
	
	.dropdown__list a span{
		color: #fff;
	}
	ul.dropdown__lists_R:has(> :nth-child(10)) {
		column-count: 1;
	}
	/*10以上*/
	ul.dropdown__lists_L:has(> :nth-child(10)) {
		column-count: 1;
	}
}

/* 捜査活動へのご協力のお願い */
/* 角三角を作る */
.tr_rt{
	position: absolute;
	right: -5px;
	bottom: -5px;
	border-top: 20px solid transparent;
	border-right: 20px solid #191970;
}
.tr_rb{
	position: absolute;
	top: -5px;
	right: -5px;
	border-bottom: 20px solid transparent;
	border-right: 20px solid #191970;
}
.tr_lt{
	position: absolute;
	left: -5px;
	bottom: -5px;
	border-top: 20px solid transparent;
	border-left: 20px solid #191970;
}

.tr_lb{
	position: absolute;
	top: -5px;
	left: -5px;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #191970;
}

/* メイン設定ここから */
.sousa{
	border: solid 2px #191970;
	margin: 16px 5px 30px;
	padding: 15px;
	position: relative;
}

.sousa_title{
	background-color: #191970;
	border-radius: 50px;
  margin-bottom: 10px;
	padding: 5px 25px;
  text-align: center;
  font-size: clamp(1rem, 0.886rem + 0.57vw, 1.313rem);
  font-weight: bold;
  color: #fff;
}


.list_show_title{
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  font-weight: bold;
  color: #c1272d;
}

.sousa_txt{
  font-weight: bold;
}

.sousa_link{
  color: #00afcc;
  font-weight: bold;
}

.sousa_link::before{
	display: inline-block;
  content: '▶';
}


.sousa_img{
	width:100%;
}

.kouan{
	position: relative;
  background: #666;
}

.kouan_img{
	display: block;
  width:100%;
  margin: 0;
}

.kouan_title{
	position: absolute;
	bottom: 0;
	background-color: #63ac1ea3;
  width: 100%;
  margin: 0;
  color: #fff;
  line-height: 2.4em;
  font-weight: bolder;
  letter-spacing: 0.3em;
  text-align: center;
  font-size: 1.1em;
}

#ksite {
	/*position: relative;*/
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.ksite_pic img{
  max-width: 360px;
	filter: blur(0.8px) opacity(40%);
}

.ksite_cnts {
	/*position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 380px);
	padding: 20px 5px;*/
}

.pictg_ul2{
	list-style:  none;
	display: flex;
	flex-wrap: wrap;
	text-aling:center;
}
.pictg_ul2 li{
	width: calc(33% - 10px);
	padding:5px;
}

.pictg_img2{
	width: 100%;
}

@media screen and (max-width: 779px) {
#ksite {
  display: flex;
  flex-direction: column-reverse;
}
  
.ksite_pic img{
  max-width: inherit;
  width: 100%;
}  
  
}

/* ==============================================
その他　旧サイトから転移して修正
=================================================*/
/* --------------------------
画像
----------------------------*/
/* alignleft */
.alignleft{
  float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}



.alignright{
  float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.aligncenter{
  clear: both;
	display: block;
	margin: 25px auto;
}



.wp-caption-text{
	margin: 5px 0 0;
}

.wp-caption{
  border: solid 1px #cccccc;
	background-color: #f1f1f1;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 25px;
}

/* --------------------------
table
----------------------------*/
/* tbl022 */
.tbl022{
	width: 100%;
  margin: 0 0 30px;
	line-height:1.5em;
	border:#aaa 1px solid;
	table-layout:fixed;
  border-collapse: collapse;
}

.tbl022 th{
	border:#aaa 1px solid;
	padding:5px;
	background-color:#d2e6f0;
	vertical-align:middle;
}
.tbl022 td{
	border:#aaa 1px solid;
	padding:5px;
	background-color:#fff;
	vertical-align:middle;
  text-align: center;
}



/* tbl02 */
.tbl02{
	table-layout:fixed;
  width: 98%;
  margin:10px;
	font-size:100%;
	line-height:1.5;
	border:#b4b4b4 1px solid;
  border-collapse: collapse;
  box-sizing: border-box;
  
}

.tbl02 th{
  width: 200px;
  border:#b4b4b4 1px solid;
	padding:5px;
  box-sizing: border-box;
	background-color:#eaefe9;
	vertical-align:top;
}
.tbl02 td{
	border:#b4b4b4 1px solid;
	padding:5px;
  box-sizing: border-box;
	vertical-align:top;
  word-wrap:break-word;
}

@media screen and (max-width: 779px) {
  table{
    width: 100%!important;
  }
  
  table th, table td{
    overflow-wrap: break-word;
  }  
  
  .tbl02{
    width: 100%!important;
    margin: 0 auto 30px;
    border-collapse: collapse;
  }

    .tbl02 th,.tbl02 td{
      display: block;
      width: 100%;
      height: inherit!important;
      border-top: none;
    }

      .tbl02 tr:first-child th{
        border-top: 1px solid #ddd;
      }
}	


/* --------------------------
inquiry form creator 問い合わせフォーム用
----------------------------*/
/* iqfm-table */
.iqfm-table{
	margin:0 10px 20px 0;
	font-size:100%;
	line-height:1.5em;
	background-color: #FFF;
  border-collapse: collapse;
}
.iqfm-table th{
	background-color: #FFF;
	border:#e6e6e6 1px solid;
	padding:18px;
  box-sizing: border-box;
	vertical-align:top;
}
.iqfm-table td{
	border:#e6e6e6 1px solid;
	padding:18px;
  box-sizing: border-box;
	vertical-align:top;
}
.iqfm-table .inq{
	padding-left: 10px;
  box-sizing: border-box;
	background : url(blue_8x8.gif) left center / auto auto no-repeat scroll padding-box border-box transparent;
}

@media screen and (max-width: 779px) {
.iqfm-table{
	width: 100%;
	margin: 0 auto 30px;
	border-collapse: collapse;
}

	.iqfm-table th,.iqfm-table td{
		display: block;
		width: 100%;
		border-top: none;
	}
	
		.iqfm-table tr:first-child th{
			border-top: 1px solid #ddd;
		}
}	




/* --------------------------
連絡先
----------------------------*/
/* address */
.base .address{
	display: inline-block;
  margin:0 0 20px 0;
	padding: 20px; 
  box-sizing: border-box;
	background-color: #C5D8EB;
	line-height: 26px;
}



/* --------------------------
link
----------------------------*/
/* pdf */
a.pdf{
   background-image : url(icon_pdf02.gif);
   background-repeat: no-repeat;
   background-position: right 2px;
   *background-position: right 0px;
   padding-right: 20px;
   margin-right: 3px;
}



/* --------------------------
other
----------------------------*/
/* kenkei_red */
.kenkei_red{
	color: #d20082;
}

/* さらに詳しく */
.titleMore_p{
	padding:0;
	margin:0;
	display:block;
	clear:both;
	overflow:hidden;
}

a.titleMore{
	width: 90px;
	height: 20px;
	clear: both;
	display: block;
	float: right;
	margin:0;
	padding:0 0 0 10px;
	background : url(icon_link.gif) 0px 5px / auto auto no-repeat scroll padding-box border-box transparent;
	font-size: 14px;
	line-height:120%;
	color: #0282d2;
	text-decoration:none;
}

a:hover.titleMore{
	color: #003366;
	text-decoration:underline;
}

/* postdate */
p.postdate{
  text-align: right;
	margin: 0;
}

/* box */
.box{
	width:610px;
	margin:0 0 20px 0;
	padding: 20px; 
	background-color: #fff;
	border: solid 1px #ccc;
	line-height: 26px;
}


#content-detail #article td ul{
    padding: 5px 10px 20px 20px;
}

*
 	Page_link
------------------------ */

.list_link {
	max-width: 100%;
	margin: 0 auto;
}


.list_link p.all_page{
	margin: 0 0 10px 5px;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 0.1em;
}

.list_link ul.pagination{
	margin: 0;
	padding-bottom: 10px;
	overflow: hidden;
	clear: both;
}

.list_link ul.pagination li{
	float: left;
}

.list_link ul.pagination li span#num_top{
	width: 36px;
	height: 36px;
	margin: 0 5px;
	padding: 9px 0 3px 0;
	display: block;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 100%;
	text-decoration: none;
	text-align: center;
	color: #444;
	background-color: #DDD;
	border: 2px solid #DDD;
	border-radius: 18px;
}

.list_link ul.pagination li a{
	width: 36px;
	height: 36px;
	margin: 0 5px;
	padding: 9px 0 3px 0;
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 100%;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background-color: #2FBC71;
	border: 2px solid #2FBC71;
	border-radius: 18px;
}

.list_link ul.pagination li a.first,
.list_link ul.pagination li a.last,
.list_link ul.pagination li a.next,
.list_link ul.pagination li a.prev{
	position: relative;
	text-indent: -9999px;
	box-shadow: none;
}

.list_link ul.pagination li a.first::after,
.list_link ul.pagination li a.last::after,
.list_link ul.pagination li a.next::after,
.list_link ul.pagination li a.prev::after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	display: block; /*inline-blockなら幅が指定できる*/
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	font-size: 1.2em;
	font-weight: 900; 
	text-indent: 0;
	text-align: center;
	line-height: 32px;
	content: '\f104';
	color: #FFF; /*アイコンの色*/
}

.list_link ul.pagination li a.first::after{
	left: -2px;
	content: '\f100';
}
.list_link ul.pagination li a.last::after{
	left: -1px;
	content: '\f101';
}
.list_link ul.pagination li a.next::after{
	content: '\f105';
}
.list_link ul.pagination li a.prev::after{
	content: '\f104';
}


.list_link ul.pagination li a:hover{
	color: #2FBC71;
	background-color: #FFF;
	border: 2px solid #2FBC71;
}

.list_link ul.pagination li a:hover.first::after,
.list_link ul.pagination li a:hover.last::after,
.list_link ul.pagination li a:hover.next::after,
.list_link ul.pagination li a:hover.prev::after{
	color: #2FBC71;
}