.wrapper {
  font-family: "ヒラギノ角ゴシック", "メイリオ", "MS UI Gothic", "MS Pゴシック", "日本語フォント";
  text-align: center;
}

.pagetitle {
  padding: 5px 0px 5px 0px;
  background: #006699;
  color: #FFFFFF;
  font-size: 20px;
}

.container {
  margin-left: auto;
  margin-right: auto;
}

.navi {
  display: inline-block;
  margin: 5px 0px 10px 0px;
  width: 950px;
  text-align: center;
}

.main {
  margin: 0px auto ;
}

.title {
  display: inline-block;
  width: 950px;
  max-width: 100% ;
  padding: 10px 0px 10px 10px;
  text-decoration: none;
  background: #006699;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 7px #ff9966;
  border-radius: 4px;
  margin: 30px 0px 5px 0px;
  text-align: left;
  font-size: 20px;
}

img {
  width: 100%;
  height: auto;
}

footer {
  margin: 20px 0px 0px 0px;
  background: #FFFFFF;
}

.copyright {
  padding: 5px 0px 5px 0px;
  background: #006699;
  color: #FFFFFF;
  font-size: 12px;
  text-align: center ;
}

/* ボタン */
.btn-square {
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  background: #006699;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 7px #ff9966;
  border-radius: 4px;
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.btn-square-shadow {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.btn-square-shadow:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}

.img-letter {
  width: 950px ;
  height: auto ;
  margin: auto ;
  padding: 10px ;
}

.img-w {
 width: 950px ; 
 margin: 0px auto ;
}

.ul {
	list-style-type: decimal ;
	margin: 0px 0px 0px 20px ;
    text-align: left ;
	line-height: 15px ;
}

.item-list {
  display: flex ;
  justify-content: center ;
  box-sizing: border-box ;
  margin-top: 20px ;
}

.item-btn {
	width: 950px ;
	margin: 20px auto 0px auto;
	display: flex ;
	box-sizing: border-box ;
}

.item-btn a {
    background: #6bb6ff;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 450px;
    padding: 10px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
	font-size: 20px ;
    font-weight: 600;
    border: 2px solid #000;
    z-index: 1;
    border-radius: 5px;
	letter-spacing: 1em ;
	text-decoration: none ;
}

.item-btn a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #2b7fde;
    z-index: -1;
    border: 2px solid #000;
    border-radius: 5px;
	display: flex ;
}

.item-btn a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate3d(0,0.40rem,-1rem);
    transform: translate3d(0,0.40rem,-1rem);
    border: 2px solid #000;
    border-radius: inherit;
    background: #6bb6ff;
    -webkit-box-shadow: 0 0.6rem 0 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0.4rem 0 0 rgb(0 0 0 / 20%);
    z-index: -2;}

.item-btn a i {
    position: absolute;
    right: 9px;
}

.item-btn a:hover {
    transform: translate3d(0,0.2rem,-1rem);
}
.item-btn a:hover:after {
    transform: translate3d(0,0.2rem,-1rem);
    box-shadow: 0 0.2rem 0 0 rgb(0 0 0 / 20%);
}


.item a {
 color: #ffffff ;
}


.question {
  width:  950px ;
  height: auto ;
  margin: 0px auto 0px auto ;
  text-align:  center ;
  border-bottom: 2px dotted #000000 ;
}

.question h3 {
 background-color:#0756a0 ;
 width: 200px ;
 height: 20px ;
 border-radius: 20px ;
 margin: 20px ;
 padding: 10px 0px 10px 0px ;
 color: #ffffff ;
 text-align: center;
}

.question section {
 display:  flex ;
 width: 900px ;
 height: auto ;
 margin: 0px auto ;
 align-items: center ;
}

.question p {
 font-size: 16px ;
 margin: 20px ;
}

.question a {
 margin: 0px auto auto 20px ;
 color: #ff0000 ;
 vertical-align: center ;
}

.question ul {
 list-style-type: decimal ;
 margin:auto auto auto 40px ;
 text-align: left ;
 justify-content: center;
 align-items: center ;
 width: 500px ;
 height: auto ;
}

.question ul2 {
 list-style-type: decimal ;
 margin: auto 0px auto 40px ;
 align-items: center ;
}

.question dl {
  display: flex;
  margin: 0px 10px auto 10px ;
  align-items: center ; 
}

.table {
 width: 950px ;
 height: auto ;
 table-layout: fixed ;
 margin: 10px auto ;
 text-align: left;
}

.table th {
 padding: 5px ;
 background: #6bb6ff ;
 border: solid 1px #000000 ;
 font-size: 16px ;
 text-align: center ;
}

.a {
 width: 145px ; 
}

.b {
 width: 530px ;
}

.c {
 width: 130px ;
}

.table td {
 padding: 10px ;
 font-size: 14px ;
 line-height: 25px ;
 border: solid 1px #000000 ;
}

.table td a {
 color: #ff0000 ;
 margin: 0px auto ;
}


.dl img {
 vertical-align: center ;
 margin: 0px  auto 0px 20px ;
 align-items: center ;
}

.dl a {
  text-align: left ;
  color: #ff0000 ;  
  align-items: center ;
}

.letter ul {
 width: 800px ;
 display: flex;
 flex-wrap: wrap;
 flex-direction: column;
 height: 600px ; /*議会だよりが現在１０個まで並べられる設定になっているので、２０個以上になったら新しくページをつくる*/
 margin: 20px auto ;
}

.letter li {
 margin: 20px auto  ;
 text-align: center ;
 list-style-type: disc ;
}

.letter a {
 font-size: 18px ;
 color: #0756a0 ;
 text-decoration: none ;
}

.letter a:hover {
 text-decoration: underline ;
}

.letter-btn a {
  background: #eee;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 295px;
  padding: 10px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  text-decoration: none ;
}

.letter-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.letter-btn a:hover {
  background: #6bb6ff;
  color: #FFF;
}
 
.letter-btn a:hover:after {
  right: 1.4rem;
}

.back a {
 margin: 0px ;
 color: #551A8B ;
 font: inherit;
 text-align: center ; 
 text-decoration: underline ;
}

h1 {
 font-size: 26px;
 color: #1d2088;
 margin: 50px 0px 10px 0px;
 text-align: center;
}


p {
 font-size: 20px;
 margin: 20px 0px 0px 20px;
 text-align: left;
}

