@charset "UTF-8";

/* ==============================================================*
【中野区：本庁】　トップページスタイル
================================================================ */

body#base {
  text-align: left;
}

#main {
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

a:link {
  color: #222;
}

a:visited {
  color: #880088;
}

a:hover, a:focus {
  color: #0066CB;
}

a:active {
  color: #CC0000;
}


/* ------------------  共通  ------------------ */

.txtno-display {
  margin: 0;
  padding: 0;
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
}

h2.t_ti {
  padding: 0 0 60px 0;
  margin: 0 0 0 22px;
  background-image: none;
  position: relative;
}

h2.t_ti::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 74px;
  background-color: #0066CB;
  position: absolute;
  top: 46px;
  left: -23px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 4px;
}

h2.t_ti>span {
  display: block;
  margin: 0;
  padding: 0;
}

h2.t_ti>span.h2_tx {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  margin: 14px 0 0 0;
}

h2.t_ti02 {
  padding: 0 0 60px 0;
  margin: 0 0 0 22px;
  background-image: none;
  position: relative;
}

h2.t_ti02::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 74px;
  background-color: #FFF;
  position: absolute;
  top: 46px;
  left: -23px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 4px;
  -webkit-box-shadow: 0 0 1rem rgba(2, 101, 183, 0.8);
  box-shadow: 0 0 1rem rgba(2, 101, 183, 0.8);
}

h2.t_ti02>span {
  display: block;
  margin: 0 0 0 -7px;
  padding: 0;
}

h2.t_ti02>span.h2_tx {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  margin: 8px 0 0 0;
  color: #FFF;
  text-shadow: 2px 1px 10px rgba(2, 101, 183, 0.9);
}




/* ------------------  ブランディングエリア  ------------------ */

.container02_wp {
  padding: 0;
  margin: 40px 0 25px 0;
}

.top_slider_wp {
  width: 1200px;
  margin: 0 auto;
}

ul.t_slider {
  padding: 0;
  margin: 0 !important;
}

ul.t_slider li {
  padding: 0;
  margin: 0;
  position: static;
}

ul.t_slider li img {
  width: 1200px;
  height: 580px;
  border-radius: 26px;
}


/* control */

.top_slider_wp .slick-control-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0 0;
  width: 1200px;
}

.top_slider_wp .slick-dots-wp {
  width: 100%;
}

.top_slider_wp .slick-dots-wp ul.slick-dots {
  width: auto;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top_slider_wp .slick-dots-wp ul.slick-dots li {
  margin: 0 15px 0;
  width: 10px;
  height: 10px;
}

.top_slider_wp .slick-dots-wp ul.slick-dots li button {
  padding: 0;
  width: auto;
  height: auto;
}

.top_slider_wp .slick-dots-wp ul.slick-dots li button::before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #CCC;
  opacity: 1;
  border-radius: 50%;
}

.top_slider_wp .slick-dots-wp ul.slick-dots li.slick-active button::before {
  opacity: 1;
  background-color: #0066CB;
}


/* control横 stop startボタン */

.top_slider_wp .reproducing-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 35px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.top_slider_wp .reproducing-button-wrap a.slick-auto-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_slider_wp .reproducing-button-wrap a.slick-auto-btn img {
  height: 30px;
  width: 30px;
}

/* ------------------  サブサイトエリア  ------------------ */

.container03_wp {
  background-color: #EBF4FC;
  margin: 0;
  padding: 60px 0 26px;
}

ul.subsitebtn {
  width: 1124px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.subsitebtn li:nth-of-type(3n) {
  /* margin: 0 0 45px 0; */
}

ul.subsitebtn li {
  margin: 0 22px 45px;
  padding: 0;
  background: none;
  width: calc((100% - 134px)/3);
  text-align: center;
}

ul.subsitebtn li a {
  position: relative;
}

ul.subsitebtn li a::after {
  content: " ";
  display: block;
  position: absolute;
  width: 44px;
  height: 44px;
  background-image: url(/images/t_com_icon01.png);
  background-size: 44px 44px;
  bottom: -44px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

ul.subsitebtn li a:hover::after, ul.subsitebtn li a:focus::after {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

ul.subsitebtn li img {
  width: 330px;
  height: auto;
  border-radius: 26px;
}

.subsite_text {
  width: 1080px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 26px;
}

.subsite_text.wysiwyg_wp a:link {
  color: #1b2d6c;
}


/* ------------------  検索エリア  ------------------ */

.container04_wp::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background: -o-linear-gradient(left, rgba(122, 130, 188, 1) 0%, rgba(86, 129, 164, 1) 15%, rgba(104, 183, 217, 1) 30%, rgba(51, 147, 132, 1) 45%, rgba(128, 162, 94, 1) 60%, rgba(235, 174, 0, 1) 75%, rgba(216, 89, 114, 1) 90%, rgba(224, 104, 128, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(122, 130, 188, 1)), color-stop(15%, rgba(86, 129, 164, 1)), color-stop(30%, rgba(104, 183, 217, 1)), color-stop(45%, rgba(51, 147, 132, 1)), color-stop(60%, rgba(128, 162, 94, 1)), color-stop(75%, rgba(235, 174, 0, 1)), color-stop(90%, rgba(216, 89, 114, 1)), to(rgba(224, 104, 128, 1)));
  background: -o-linear-gradient(left, rgba(122, 130, 188, 1) 0%, rgba(86, 129, 164, 1) 15%, rgba(104, 183, 217, 1) 30%, rgba(51, 147, 132, 1) 45%, rgba(128, 162, 94, 1) 60%, rgba(235, 174, 0, 1) 75%, rgba(216, 89, 114, 1) 90%, rgba(224, 104, 128, 1) 100%);
  background: linear-gradient(to right, rgba(122, 130, 188, 1) 0%, rgba(86, 129, 164, 1) 15%, rgba(104, 183, 217, 1) 30%, rgba(51, 147, 132, 1) 45%, rgba(128, 162, 94, 1) 60%, rgba(235, 174, 0, 1) 75%, rgba(216, 89, 114, 1) 90%, rgba(224, 104, 128, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a82bc', endColorstr='#e06880', GradientType=1);
  bottom: 0;
  left: 0;
}

.container04_wp {
  background-color: #F4F3F6;
  margin: 0;
  padding: 60px 0 55px;
  border-top: 4px solid #FFF;
  position: relative;
}

.container04 {
  width: 900px;
  margin: 0 auto;
}

.top_infokensaku_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top_infokensaku_wp #topinfo_tab {
  padding: 0;
  margin: 0;
}

.top_infokensaku_wp #topinfo_tab li:last-child {
  margin: 0;
}

.top_infokensaku_wp #topinfo_tab li {
  background: none;
  margin: 0 0 4px 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.7;
  position: relative;
  text-align: center;
}

.top_infokensaku_wp #topinfo_tab li::after {
  content: none;
}

.top_infokensaku_wp #topinfo_tab li a {
  margin: 0 0 0 0;
  padding: 1px 10px 2px 10px;
  display: block;
  width: 190px;
  min-height: 28px;
  border-radius: 4px;
  background-color: #FFF;
  color: #2B2B2B;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.top_infokensaku_wp #topinfo_tab li.select a {
  background-color: #0066CB;
  color: #FFF;
  text-decoration: none;
}

.top_infokensaku_wp #topinfo_tab li.select::after {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #0066CB;
  top: 9px;
  left: 190px;
}

.dis_non {
  display: none;
}


/* サイト内検索 */

.top_infokensaku_wp .h0search {
  width: 700px;
}

.top_infokensaku_wp .h0search table.gsc-search-box td input.gsc-input {
  height: 58px !important;
  padding-left: 15px !important;
  font-size: 1.6rem;
  /* border: 1px solid #D3D3D3 !important; */
  border-radius: 12px 0 0 12px;
}

.top_infokensaku_wp .h0search .gsc-input-box {
  border-radius: 12px 0 0 12px;
}

.top_infokensaku_wp .h0search .gsc-search-button button.gsc-search-button-v2 {
  min-height: 60px;
  width: 100px;
  border-radius: 0 12px 12px 0;
}

.top_infokensaku_wp .h0search .gsc-search-button-v2 svg {
  width: 40px;
  height: 40px;
}


/* ID検索 */

.top_infokensaku_wp .id_search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_infokensaku_wp .id_search-box input#name4 {
  /* font-family: 'Noto Sans JP', "メイリオ", sans-serif; */
  border: 1px solid #D3D3D3;
  background-color: #FFF;
  width: 600px;
  height: 60px;
  padding-left: 15px;
  font-size: 1.6rem;
  border-radius: 12px 0 0 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top_infokensaku_wp .id_search-box input#btn4 {
  background-color: #2B2B2B;
  border: 1px solid #2B2B2B;
  min-height: 60px;
  min-width: 100px;
  color: transparent;
  background-image: url(/images/head_icon_megane.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
  border-radius: 0 12px 12px 0;
  cursor: pointer;
}

ul.keywordlist {
  margin: 30px 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.keywordlist li {
  margin: 0 10px 10px 0;
  padding: 0;
}

ul.keywordlist li a {
  display: block;
  background-color: #FFF;
  border-radius: 28px;
  padding: 11px 19px 13px;
}

ul.keywordlist li a:link {
  color: #444;
}

ul.keywordlist li a:hover, ul.keywordlist li a:focus {
  color: #0066CB;
}


/* ------------------  目的から探すエリア  ------------------ */

.container05_wp {
  background-color: #FFF;
  margin: 0;
  position: relative;
  z-index: 2;
}

.container05 {
  padding: 75px 0 100px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.container05_wp::before {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 50%;
  height: 63px;
  background: url(/images/t_bg_moku.png);
  background-size: 70px auto;
}

.container05::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 680px;
  height: 63px;
  background: url(/images/t_bg_moku.png);
  background-size: 70px auto;
  border-radius: 0 0 0 26px;
}

.container05_wp::after {
  content: " ";
  position: absolute;
  display: block;
  bottom: 40px;
  left: 0;
  width: 50%;
  height: 770px;
  background: url(/images/t_bg_moku.png);
  background-size: 70px auto;
  z-index: 1;
}

.container05::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 40px;
  left: 0;
  width: 700px;
  height: 770px;
  background: url(/images/t_bg_moku.png);
  background-size: 70px auto;
  border-radius: 0 0 26px 0;
  z-index: -1;
}

.servicelist_wp {
  background: -o-linear-gradient(left, rgba(184, 231, 253, 1) 0%, rgba(213, 205, 228, 1) 48%, rgba(251, 201, 191, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(184, 231, 253, 1)), color-stop(48%, rgba(213, 205, 228, 1)), to(rgba(251, 201, 191, 1)));
  background: -o-linear-gradient(left, rgba(184, 231, 253, 1) 0%, rgba(213, 205, 228, 1) 48%, rgba(251, 201, 191, 1) 100%);
  background: linear-gradient(to right, rgba(184, 231, 253, 1) 0%, rgba(213, 205, 228, 1) 48%, rgba(251, 201, 191, 1) 100%);
  padding: 60px 60px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 26px 26px 0 0;
  width: 1200px;
  margin: 0 auto;
}

.servicelist_wp h3 {
  margin: 0;
  padding: 0;
  width: 268px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  background-image: none;
}

.servicelist_wp h3>span {
  background-image: url(/images/t_moku_icon01.png);
  background-repeat: no-repeat;
  background-position: top 0px center;
  background-size: 36px 6px;
  padding: 14px 0 0 0;
}

ul.servicelist {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

ul.servicelist li:nth-of-type(4n) {
  margin: 0 0 4px 0;
}

ul.servicelist li {
  width: calc((100% - 12px) / 4);
  margin: 0 4px 4px 0;
  padding: 0;
}

ul.servicelist li a {
  background-color: #FFF;
  padding: 32px 6px 22px;
  display: block;
  min-height: 160px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  border-radius: 12px;
}

ul.servicelist li a span {
  display: block;
  padding: 10px 0 0;
}

ul.servicelist li a:hover img, ul.servicelist li a:focus img {
  position: relative;
  top: 1px;
  left: 1px;
}

.servicelist_wp.benri {
  background: #FFF;
  border-radius: 0 0 26px 26px;
}

.servicelist_wp.benri h3>span {
  background-image: url(/images/t_moku_icon02.png);
}

.servicelist_wp.benri ul.servicelist li a {
  background-color: #F4F3F6;
}


/* ------------------  新着エリア  ------------------ */

.container06_wp {
  background-image: url(/images/t_bg_news.png);
  background-repeat: repeat;
  background-position: center bottom;
  margin: 0;
  padding: 75px 0 90px;
}

.container06 {
  width: 1200px;
  margin: 0 auto;
}

.newsContent_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1200px;
}

.newsContent {
  width: 810px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.newsContent>h3 {
  background-color: #FFF;
  padding: 21px 40px 22px;
  margin: 0 0 2px 0;
  border-radius: 26px 26px 0 0;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.newsContent>ul {
  margin: 0;
  padding: 0;
}

.newsContent>ul li {
  padding: 20px 40px 20px 40px;
  margin: 0 0 2px 0;
  border-bottom: none;
  background-color: #FFF;
}

.newsContent>ul li>dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

.newsContent>ul li>dl dt {
  margin: 0 0 0 0;
  width: 168px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.newsContent>ul li>dl dd {
  margin: 0 0 0 0;
  width: 100%;
}

.newsbt_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #FFF;
  padding: 16px 40px 17px;
  margin: 0 0 2px 0;
  border-radius: 0 0 26px 26px;
}

.newsbt_wp>p.ichiran-link {
  margin: 0;
  padding: 0;
}

.newsbt_wp>p.ichiran-link a {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0;
  text-decoration: none;
}

.newsbt_wp>p.ichiran-link a:hover, .newsbt_wp>p.ichiran-link a:focus {
  text-decoration: underline;
}

.newsbt_wp>p.ichiran-link a span {
  background-image: url(/images/t_com_icon02.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px 10px;
  /*padding: 0 0 0 22px;*/
  padding: 0 0 0 26px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.newsbt_wp>p.ichiran-link a:hover span, .newsbt_wp>p.ichiran-link a:focus span {
  background-position: left 6px center;
}


/* 0件 */

.newsContent>p {
  background-color: #FFF;
  padding: 16px 40px 17px;
  margin: 0 0 2px 0;
  border-radius: 0 0 26px 26px;
}

.topminicalender_wp {
  width: 370px;
}

.topminicalender {
  width: 370px;
}

.topminicalender table {
  background-color: #FFF;
  margin: 0;
  padding: 15px 15px 15px;
  border-collapse: separate;
  border-spacing: 2px 2px;
  border-radius: 0 0 26px 26px;
}

.topminicalender table caption {
  background-color: #0066CB;
  padding: 14px 0 14px;
  margin: 0;
  color: #FFF;
  text-align: center;
  border-radius: 26px 26px 0 0;
}

.topminicalender table caption span.month_num {
  font-size: 4rem;
  padding: 0;
}

.topminicalender table caption span.month_char {
  font-size: 2rem;
  padding: 0;
}

.topminicalender table tbody {
  display: table;
  background-color: #F4F3F6;
  margin: 0;
  padding: 8px 22px 22px;
  border-radius: 12px;
}

.topminicalender table th {
  border: none;
  background-color: transparent;
  width: calc(100% / 7);
  text-align: center;
  padding: 0 0 8px 0;
}

.topminicalender table td {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: none;
  font-size: 2rem;
  text-align: center;
  padding: 0;
}

#top_event_calendar table td.cal_today {
  background-color: #B2D1EF !important;
}

#top_event_calendar table td.cal_today a {
  background-color: #B2D1EF !important;
}

p.tcal_btn {
  margin: 20px 0 0 0;
  padding: 0;
}

p.tcal_btn a {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 26px;
  padding: 16px 28px 15px 66px;
  width: 100%;
  min-height: 60px;
  background-color: #FFF;
  background-image: url(/images/t_icon_news.png);
  background-repeat: no-repeat;
  background-position: left 24px center;
  background-size: 26px 26px;
  text-decoration: none;
  position: relative;
}

p.tcal_btn a::before {
  position: absolute;
  top: 50%;
  right: 21px;
  display: block;
  content: ' ';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #96A0A6;
  border-right: 2px solid #96A0A6;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

p.tcal_btn a:hover, p.tcal_btn a:focus {
  text-decoration: underline;
}

p.tcal_btn a:hover::before, p.tcal_btn a:focus::before {
  right: 16px;
  border-top: 2px solid #0066CB;
  border-right: 2px solid #0066CB;
}


/* ------------------  行政情報エリア  ------------------ */

.container07_wp {
  background-image: url(/images/t_bg_gyosei.png);
  background-repeat: repeat;
  background-position: center bottom;
  margin: 0;
  padding: 75px 0 60px;
}

.container07 {
  width: 1200px;
  margin: 0 auto;
}

.topkuseilist_wp {
  margin: 0 0 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #FFF;
  border-radius: 26px;
}

ul.topkuseiimglist {
  background-color: #F4F3F6;
  width: 540px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 60px 0;
  border-radius: 26px 0 0 26px;
}

ul.topkuseiimglist li:last-of-type {
  margin: 0;
}

ul.topkuseiimglist li {
  margin: 0 20px 0 0;
  padding: 0;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

ul.topkuseiimglist li a {
  display: block;
  padding: 40px 10px 0;
  text-decoration: none;
  width: 200px;
  height: 245px;
  background-color: #FFF;
  border-radius: 12px;
  position: relative;
}

ul.topkuseiimglist li a:hover, ul.topkuseiimglist li a:focus {
  text-decoration: underline;
}

ul.topkuseiimglist li a::after {
  content: " ";
  display: block;
  position: absolute;
  width: 44px;
  height: 44px;
  background-image: url(/images/t_com_icon01.png);
  background-size: 44px 44px;
  bottom: -44px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

ul.topkuseiimglist li a:hover::after, ul.topkuseiimglist li a:focus::after {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

ul.topkuseiimglist li a span {
  display: block;
  padding: 20px 0 0 0;
}

ul.topkuseilist {
  margin: 0;
  padding: 60px 60px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

ul.topkuseilist li:nth-of-type(2n) {
  margin: 0 0 4px 0;
}

ul.topkuseilist li {
  width: calc((100% - 4px) / 2);
  margin: 0 4px 4px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

ul.topkuseilist li a {
  background-color: #F4F3F6;
  padding: 18px 28px 18px 20px;
  min-height: 60px;
  display: block;
  font-size: 1.6rem;
  border-radius: 12px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

ul.topkuseilist li a::before {
  position: absolute;
  top: 50%;
  right: 14px;
  display: block;
  content: ' ';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #96A0A6;
  border-right: 2px solid #96A0A6;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

ul.topkuseilist li a:hover::before, ul.topkuseilist li a:focus::before {
  right: 10px;
  border-top: 2px solid #0066CB;
  border-right: 2px solid #0066CB;
}

.topkoho_wp {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.topkoho:nth-of-type(3) {
  margin: 0;
}

.topkoho {
  width: calc((100% - 42px)/3);
  margin: 0 21px 0 0;
  background-color: #FFF;
  border-radius: 26px;
}

.topkoho.kuhocont {
  background-color: transparent;
}

h3.tsns_ti {
  margin: 0;
  padding: 21px 0 21px;
  font-size: 2rem;
  font-weight: bold;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sns_link_img {
  padding: 0;
}
h3.tsns_ti span {
  display: block;
  padding: 0 0 0 12px;
}
h3.tsns_ti a {
    color: #222;
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
}

.tsonsbox {
  margin: 0 auto;
  width: 306px;
  position: relative;
  padding-bottom: 40px;
}


/* Twitter */


/* facebook */

.facebook_sample {
  background-color: #E8E8E8;
  width: 306px;
  height: 516px;
  border-radius: 6px;
}


/* snsスキップ */

.sns_skip a {
  position: absolute;
  right: 9999px;
}

.sns_skip a:focus {
  right: 5px;
  top: 5px;
  background-color: #FFF;
  border: 1px solid #E3E3E3;
  z-index: 9999;
  padding: 10px;
  width: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* 区報 */

.topkuhobox {
  background-color: #FFF;
  border-radius: 26px;
  padding: 0 40px 40px;
  margin: 0;
}

.tkuho_ti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 0 18px;
  min-height: 82px;
}

.tkuho_ti>h3 {
  margin: 0;
  padding: 0;
  font-size: 2rem;
  font-weight: bold;
  background-image: none;
}

.tkuho_ti>p {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: bold;
}

.tkuho_ti>p a {
  display: block;
  padding: 9px 0 9px 26px;
  background-image: url(/images/t_com_icon02.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px 10px;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.tkuho_ti>p a:hover, .tkuho_ti>p a:focus {
  text-decoration: underline;
  background-position: left 6px center;
}

.topkuho {
  background-color: #F4F3F6;
  border-radius: 12px;
  padding: 14px 0 14px;
  position: relative;
}

.topkuho .kuho_im {
  text-align: center;
  display: block;
}

.topkuho .kuho_im img {
  width: 150px !important;
  height: auto;
}

.topkuho .kuho_tx {
  position: absolute;
  background-color: #FFF;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 9px 10px 8px;
  font-size: 1.4rem;
  min-width: 180px;
  text-align: center;
  border-radius: 0 12px 0 0;
}

.tsnsbtn {
  background-color: #FFF;
  border-radius: 26px;
  padding: 0 30px 12px;
  margin: 20px 0 0 0;
  min-height: 120px;
}

.tsnsbtn h3.tsns_ti {
  padding: 14px 0 12px;
}

.tsnsbtn>p {
  margin: 0;
  padding: 0;
}

.tsnsbtn>p a {
  display: block;
  padding: 6px 5px 7px;
  text-align: center;
  border-radius: 12px;
  width: 100%;
  background-color: #F4F3F6;
  text-decoration: none;
}

.tsnsbtn>p a:hover, .tsnsbtn>p a:focus {
  text-decoration: underline;
}

.tsnsbtn>p a span {
  background-image: url(/images/t_com_icon02.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px 10px;
  padding: 0 0 0 26px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.tsnsbtn>p a:hover span, .tsnsbtn>p a:focus span {
  background-position: left 6px center;
}

.topgyoseilist_wp {
  margin: 21px 0 0 0;
}

ul.topgyoseilist {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

ul.topgyoseilist li:nth-of-type(3n) {
  margin: 0 0 21px 0;
}

ul.topgyoseilist li {
  width: calc((100% - 42px) / 3);
  margin: 0 21px 21px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.topgyoseilist_wp ul.topgyoseilist li a {
  background-color: #FFF;
  padding: 20px 28px 16px 20px;
  min-height: 60px;
  display: block;
  font-size: 1.6rem;
  border-radius: 26px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-image: none;
}

ul.topgyoseilist li a::before {
  position: absolute;
  top: 50%;
  right: 21px;
  display: block;
  content: ' ';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #96A0A6;
  border-right: 2px solid #96A0A6;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

ul.topgyoseilist li a:hover::before, ul.topgyoseilist li a:focus::before {
  right: 16px;
  border-top: 2px solid #0066CB;
  border-right: 2px solid #0066CB;
}


/* ------------------  トピックスエリア  ------------------ */

.container08_wp {
  background-color: #F8F7F9;
  background-image: url(/images/t_bg_topic.png);
  background-repeat: repeat;
  background-position: 0 0;
  margin: 0;
  padding: 75px 0 80px;
  background-size: 734px 283px;
}

.container08 {
  width: 1200px;
  margin: 0 auto;
}

ul.topiccont {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.topiccont li:nth-of-type(5n) {
  margin: 0 0 15px 0;
}

ul.topiccont li {
  margin: 0 15px 15px 0;
  padding: 0;
  background: none;
  width: calc((100% - 60px)/5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.topicimg {
  position: relative;
  overflow: hidden;
  border-radius: 80px 80px 0 0;
}

.topicimg a {
  text-decoration: none;
}

.topicimg a img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.topicimg a:hover img, .topicimg a:focus img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.topicimg span.pic_im>img {
  width: 228px;
  height: auto;
  border-radius: 80px 80px 0 0;
}

.topicimg span.pic_cap {
  background-color: #0066CB;
  opacity: 0.9;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 5px 8px 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.topictxt {
  background-color: #FFF;
  padding: 15px 20px 25px 20px;
  margin: 0;
  border-radius: 0 0 26px 26px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.topictxt p.ptx_ti {
  margin: 0;
  padding: 0;
  font-weight: bold;
  letter-spacing: 0.05rem;
}

.topictxt p.ptx_tx {
  margin: 10px 0 0 0;
  padding: 0;
}

p.topiccont_btn {
  width: 600px;
  margin: 15px auto 0;
  padding: 0;
}

p.topiccont_btn a {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 16px 5px 15px;
  text-align: center;
  border-radius: 12px;
  width: 100%;
  background-color: #FFF;
  text-decoration: none;
  min-height: 60px;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}

p.topiccont_btn a:hover, p.topiccont_btn a:focus {
  text-decoration: underline;
}

p.topiccont_btn a span {
  background-image: url(/images/t_com_icon02.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px 10px;
  padding: 0 0 0 26px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

p.topiccont_btn a:hover span, p.topiccont_btn a:focus span {
  background-position: left 6px center;
}


/* ------------------  関連サイトエリア  ------------------ */

.container09_wp {
  background-color: #FFF;
  margin: 0;
  padding: 75px 0 90px;
}

.container09 {
  width: 1200px;
  margin: 0 auto;
}

.kanren_slider {
  position: relative;
  width: 1112px;
  margin: 0 auto;
}

ul.ka_slider {
  padding: 0;
  margin: 0 !important;
}

ul.ka_slider .slick-list {
  margin: 0;
}

ul.ka_slider li {
  padding: 0;
  margin: 0;
  position: static;
}

ul.ka_slider li>div {
  width: 246px;
  margin: 0 16px;
}

ul.ka_slider li div .ka_im img {
  width: 246px;
  height: auto;
  border-radius: 12px;
}

ul.ka_slider li div p.ka_tx {
  margin: 15px 10px 0.1em;
  padding: 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}


/* control */

.kanren_slider_wp .slick-control-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0 0 0;
  width: 1112px;
  margin: 0 auto;
}

.kanren_slider_wp .ka_slick-dots-wp {
  width: auto;
}

.kanren_slider_wp .ka_slick-dots-wp ul.slick-dots {
  width: auto;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.kanren_slider_wp .ka_slick-dots-wp ul.slick-dots li {
  margin: 0 15px 0;
  width: 10px;
  height: 10px;
}

.kanren_slider_wp .ka_slick-dots-wp ul.slick-dots li button {
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  height: auto;
}

.kanren_slider_wp .ka_slick-dots-wp ul.slick-dots li button::before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #CCC;
  opacity: 1;
  border-radius: 50%;
}

.kanren_slider_wp .ka_slick-dots-wp ul.slick-dots li.slick-active button::before {
  opacity: 1;
  background-color: #0066CB;
}


/* control横 stop startボタン */

.kanren_slider_wp .reproducing-button-wrap {
  padding: 0 0 0 25px;
}

.kanren_slider_wp .reproducing-button-wrap a.ka_slick-auto-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kanren_slider_wp .reproducing-button-wrap a.ka_slick-auto-btn img {
  height: 30px;
  width: 30px;
}


/* 左右 */

.kanren_slider_wp button.slick-arrow {
  position: absolute;
  top: 20px;
  z-index: 50;
}

.kanren_slider_wp button.slick-arrow.prev {
  right: -45px;
}

.kanren_slider_wp button.slick-arrow.next {
  left: -45px;
}


/* ------------------  広告エリア  ------------------ */


/* ------------------  footer  ------------------ */

footer {
  margin: 0;
}

@media screen and (max-width: 767px) {
  /* ==============================================================
  767px 以下の指定 印刷除く
================================================================ */
  /* ------------------  共通  ------------------ */
  h2.t_ti {
    padding: 0 0 35px 0;
  }
  h2.t_ti::before {
    height: 56px;
    top: 36px;
    left: -22px;
  }
  h2.t_ti>span.h2_im img {
    height: 27px;
    width: auto;
  }
  h2.t_ti>span.h2_tx {
    font-size: 1.4rem;
    margin: 10px 0 0 0;
  }
  h2.t_ti02 {
    padding: 0 0 40px 0;
  }
  h2.t_ti02::before {
    height: 56px;
    top: 36px;
    left: -22px;
  }
  h2.t_ti02>span.h2_im img {
    width: auto;
    height: 36px;
  }
  h2.t_ti02>span.h2_tx {
    font-size: 1.4rem;
    margin: 6px 0 0 0;
  }

  /* ------------------  ブランディングエリア  ------------------ */
  .container02_wp {
    margin: 0;
  }
  .top_slider_wp {
    width: 100%;
    margin: 0;
  }
  ul.t_slider li img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  /* control */
  .top_slider_wp .slick-control-wp {
    padding: 8px 20px 8px;
    width: 100%;
  }
  .top_slider_wp .slick-dots-wp ul.slick-dots li {
    margin: 0 8px 0;
  }
  /* control横 stop startボタン */
  /* ------------------  サブサイトエリア  ------------------ */
  .container03_wp {
    margin: 0;
    padding: 10px 20px 10px;
  }
  ul.subsitebtn {
    width: 100%;
    margin: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  ul.subsitebtn li:nth-of-type(3n) {
    margin: 0 auto;
  }
  ul.subsitebtn li {
    margin: 0 auto 5px;
    width: auto;
  }
  ul.subsitebtn li a::after {
    content: none;
  }
  .subsite_text {
    width: 100%;
    margin: 20px auto;
  }
  /* ------------------  検索エリア  ------------------ */
  .container04_wp {
    padding: 30px 20px 30px;
  }
  .container04 {
    width: 100%;
    margin: 0;
  }
  .top_infokensaku_wp {
    display: block;
  }
  .top_infokensaku_wp #topinfo_tab {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top_infokensaku_wp #topinfo_tab li:last-child {
    margin: 0 0 7px 0;
  }
  .top_infokensaku_wp #topinfo_tab li {
    margin: 0 3px 7px 0;
    font-size: 1.4rem;
    font-weight: bold;
    width: calc((100% - 3px)/2);
  }
  .top_infokensaku_wp #topinfo_tab li a {
    margin: 0;
    padding: 6px 0 2px;
    display: block;
    width: 100%;
    height: 38px;
  }
  .top_infokensaku_wp #topinfo_tab li.select::after {
    top: auto;
    bottom: -7px;
    left: 45%;
    width: 0;
    border-width: 8px 6px 0 6px;
    border-color: #0066CB transparent transparent transparent;
  }
  /* サイト内検索 */
  .top_infokensaku_wp .h0search {
    width: 100%;
  }
  .top_infokensaku_wp .h0search table.gsc-search-box td input.gsc-input {
    height: 50px !important;
  }
  .top_infokensaku_wp .h0search .gsc-search-button button.gsc-search-button-v2 {
    min-height: 50px;
    width: 80px;
    padding: 0;
  }
  .top_infokensaku_wp .h0search .gsc-search-button-v2 svg {
    width: auto;
    height: 36px;
  }
  /* ID検索 */
  .top_infokensaku_wp .id_search-box input#name4 {
    width: 100%;
    height: 50px;
  }
  .top_infokensaku_wp .id_search-box input#btn4 {
    min-height: 50px;
    min-width: 80px;
    background-size: 36px auto;
  }
  ul.keywordlist {
    margin: 10px 0 0 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: scroll;
    white-space: nowrap;
  }
  ul.keywordlist li {
    margin: 0 10px 12px 0;
  }
  ul.keywordlist li a {
    padding: 11px 16px 13px;
  }
  /* ------------------  目的から探すエリア  ------------------ */
  .container05_wp {
    background-color: #FFF;
    margin: 0;
  }
  .container05 {
    width: 100%;
    padding: 55px 20px 60px;
    margin: 0;
  }
  .container05_wp::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 180px;
    height: 50px;
    background: url(/images/t_bg_moku.png);
    background-size: 70px auto;
    border-radius: 0 0 0 26px;
  }
  .container05::before {
    content: none;
  }
  .container05_wp::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 30px;
    left: 0;
    width: 290px;
    height: 840px;
    background: url(/images/t_bg_moku.png);
    background-size: 70px auto;
    border-radius: 0 0 26px 0;
    z-index: -1;
  }
  .container05::after {
    content: none;
  }
  .servicelist_wp {
    padding: 44px 15px 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0;
  }
  .servicelist_wp h3 {
    padding: 0 0 15px 0;
    width: 100%;
    text-align: center;
  }
  .servicelist_wp h3>span {
    padding: 8px 0 0 0;
  }
  ul.servicelist {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.servicelist li:nth-of-type(2n), ul.servicelist li:nth-of-type(4n) {
    margin: 0 0 5px 0;
  }
  ul.servicelist li {
    width: calc((100% - 5px) / 2);
    margin: 0 5px 5px 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ul.servicelist li a {
    padding: 6px 5px 4px;
    min-height: 124px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  ul.servicelist li a span {
    display: block;
    padding: 6px 0 0;
  }
  ul.servicelist li:nth-of-type(3) a span, ul.servicelist li:nth-of-type(4) a span, ul.servicelist li:nth-of-type(5) a span {
    padding: 0;
  }
  /* ------------------  新着エリア  ------------------ */
  .container06_wp {
    background-image: url(/images/t_bg_news_smph.png);
    padding: 55px 0 60px;
  }
  .container06 {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  .newsContent_wp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
  }
  .newsContent {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .newsContent>h3 {
    padding: 16px 15px 16px;
    font-size: 2rem;
  }
  .newsContent>ul li {
    padding: 13px 15px 14px;
  }
  .newsContent>ul li>dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newsContent>ul li>dl dt {
    margin: 0 0 2px 0;
    width: auto;
    font-weight: normal;
  }
  .newsContent>ul li>dl dd {
    margin: 0 0 0 0;
    width: 100%;
  }
  .newsbt_wp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .topminicalender_wp {
    width: 100%;
  }
  .topminicalender {
    width: 100%;
  }
  .topminicalender table {
    width: 100% !important;
  }
  .topminicalender table caption {
    padding: 7px 0 7px;
  }
  .topminicalender table caption span.month_num {
    font-size: 4rem;
    padding: 0;
  }
  .topminicalender table caption span.month_char {
    font-size: 2rem;
    padding: 0;
  }
  .topminicalender table tbody {
    width: 100%;
    padding: 8px 6px 10px;
  }
  p.tcal_btn {
    margin: 10px 0 0 0;
    padding: 0;
  }
  p.tcal_btn a {
    padding: 10px 28px 10px 66px;
    min-height: 50px;
  }
  p.tcal_btn a::before {
    right: 15px;
  }
  /* ------------------  行政情報エリア  ------------------ */
  .container07_wp {
    background-image: url(/images/t_bg_gyosei_smph.png);
    margin: 0;
    padding: 55px 0 60px;
  }
  .container07 {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  .topkuseilist_wp {
    margin: 0 0 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ul.topkuseiimglist {
    width: 100%;
    padding: 40px 15px 52px;
    border-radius: 26px 26px 0 0;
  }
  ul.topkuseiimglist li:last-of-type {
    margin: 0;
  }
  ul.topkuseiimglist li {
    margin: 0 5px 0 0;
    width: calc((100% - 5px)/2);
  }
  ul.topkuseiimglist li a {
    padding: 20px 0 0;
    width: 100%;
    height: auto;
    min-height: 190px;
  }
  ul.topkuseiimglist li a img {
    width: 110px;
    height: auto;
  }
  ul.topkuseiimglist li a span {
    padding: 5px 0 0 0;
  }
  ul.topkuseilist {
    padding: 40px 15px 37px;
  }
  ul.topkuseilist li:nth-of-type(2n) {
    margin: 0 0 3px 0;
  }
  ul.topkuseilist li {
    width: calc((100% - 3px) / 2);
    margin: 0 3px 3px 0;
  }
  ul.topkuseilist li a {
    padding: 19px 28px 19px 10px;
    min-height: 50px;
  }
  .topkoho_wp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .topkoho {
    width: 100%;
    margin: 0 0 10px 0;
  }
  h3.tsns_ti {
    padding: 16px 0 16px;
  }
  .tsonsbox {
    padding: 0 0 15px 0;
  }
  h3.tsns_ti a {
    text-decoration: underline;
  }
  /* Twitter */
  .twitter-timeline>iframe {
    height: 375px !important;
  }
  /* facebook */
  .facebook_sample {
    height: 375px;
  }
  .topkuhobox {
    padding: 0 15px 15px;
  }
  .tkuho_ti {
    padding: 13px 0 13px;
    min-height: 72px;
  }
  .tsnsbtn {
    padding: 0 15px 12px;
    margin: 10px 0 0 0;
  }
  .topgyoseilist_wp {
    margin: 10px 0 0 0;
  }
  ul.topgyoseilist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ul.topgyoseilist li:nth-of-type(3n) {
    margin: 0 0 2px 0;
  }
  ul.topgyoseilist li {
    width: 100%;
    margin: 0 0 2px 0;
  }
  .topgyoseilist_wp ul.topgyoseilist li a {
    padding: 13px 28px 10px 20px;
    min-height: 50px;
  }
  ul.topgyoseilist li a::before {
    right: 15px;
  }
  /* ------------------  トピックスエリア  ------------------ */
  .container08_wp {
    padding: 55px 0 60px;
  }
  .container08 {
    width: 100%;
    margin: 0;
    padding: 0 0 0 20px;
  }
  ul.topiccont {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: scroll;
  }
  ul.topiccont li:nth-of-type(5n) {
    margin: 0 0 25px 0;
  }
  ul.topiccont li {
    margin: 0 10px 20px 0;
    width: 228px;
  }
  .topictxt {
    padding: 10px 15px 25px 15px;
    width: 228px;
  }
  .topictxt p.ptx_ti {
    letter-spacing: 0.1rem;
  }
  .topictxt p.ptx_tx {
    margin: 6px 0 0 0;
  }
  p.topiccont_btn {
    width: auto;
    margin: 20px auto 0;
    padding: 0 20px 0 0;
  }
  /* ------------------  関連サイトエリア  ------------------ */
  .container09_wp {
    padding: 55px 0 70px;
  }
  .container09 {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  .kanren_slider {
    width: 100%;
    margin: 0;
  }
  ul.ka_slider .slick-list {
    margin: 0;
  }
  ul.ka_slider li>div {
    width: 246px;
    margin: 0 auto;
  }
  /* control */
  .kanren_slider_wp .slick-control-wp {
    padding: 25px 0 0 0;
    width: 100%;
    margin: 0;
  }
  .kanren_slider_wp .ka_slick-dots-wp {
    width: 100%;
  }
  .kanren_slider_wp .ka_slick-dots-wp ul.slick-dots li {
    margin: 0 8px 0;
    margin: 8px 8px 8px;
  }
  /* control横 stop startボタン */
  .kanren_slider_wp .reproducing-button-wrap {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 35px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  /* 左右 */
  .kanren_slider_wp button.slick-arrow {
    top: 28px;
  }
  .kanren_slider_wp button.slick-arrow>img {
    width: 40px;
    height: auto;
  }
  .kanren_slider_wp button.slick-arrow.prev {
    right: -6px;
  }
  .kanren_slider_wp button.slick-arrow.next {
    left: -6px;
  }
}


/* end_max-width: 767px */

@media screen and (max-width: 374px) {
  /* ==============================================================
  374px 以下の指定 印刷除く
================================================================ */
  ul.subsitebtn li img {
    width: 280px;
    height: auto;
  }
  .tsonsbox {
    padding: 0 0 15px 0;
    width: 260px;
  }
  .twitter-timeline {
    width: 260px !important;
  }
  .twitter-timeline>iframe {
    width: 260px !important;
  }
  .facebook_sample {
    width: 260px;
  }
}


/* end_max-width: 374px */