@charset "utf-8";
/*-------------------------------------------
　　共通CSS
-------------------------------------------*/
.topBannerlist {
  list-style: none;
  margin: 15px 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.topBannerlist li {
  width: 50%;
  padding: 4px 0;
  box-sizing: border-box;
  text-align: center;
}
/*ツイッター枠*/
.twitter_block {
  border-radius: 8px;
  background: #1da1f2 url("../images/tw_bg_f.png")no-repeat right top;
  text-align: center;
  padding: 0 0 15px;
}
.twitter_block_inner {
  width: 253px;
  border-radius: 8px;
  background: #fff;
  margin: 0 auto;
  text-align: left;
}
.block_follow_btn {
  padding: 12px 0;
  text-align: center;
}
.twitter_block_header {
  background: url("../images/tw_icon.png")no-repeat 18px center;
  padding: 10px 0px 16px 64px;
  position: relative;
}
.twitter_block_header::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-bottom: 10px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin-left: -8px;
}
.twitter_block_header p {
  text-align: left;
  font-size: 13px;
  line-height: 19px;
  color: #fff;
  text-shadow: 0px 2px 3px rgba(0, 42, 83, 0.5);
  margin: 0;
  letter-spacing: 1px;
}
#twblockinner {
  height: 200px;
}
/*お知らせ枠*/
.block_news {
  margin: 15px 0;
}
.block_news_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block_news_header .block_news_header_title {
  margin: 0;
  border-radius: 8px 8px 0 0;
  background: #0076b9;
  padding: 6px 20px 13px 15px;
}
.block_news_header .block_news_header_menu {
  padding: 5px;
  margin: 0 10px 8px;
}
.block_news_header .block_news_header_menu a.menuItem {
  color: #333;
  text-decoration: none;
  font-size: 0.8rem;
  display: inline-block;
  background: url("../images/icon_arrow_b.png") no-repeat left top;
  line-height: 1.1;
  padding: 0 0 0 12px;
}
.block_news_list {
  border-radius: 8px;
  background: #b7e5f4;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.36);
  padding: 3px 3px 10px;
  margin-top: -10px;
  position: relative;
  z-index: 1;
}
.block_news_list_inner {
  border-radius: 6px;
  background: #fff;
  padding: 5px 10px;
}
.topNewsList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topNewsItem {
  margin: 10px 0;
}
.topNewsItem .newsLink {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #0560A2;
}
.topNewsItem .newsLink .linkItem {
  flex: 1;
  margin: 5px 0;
}
.topNewsItem .newsLink .linkItem .linkTitle {
  font-size: 0.88rem;
  display: block;
  padding: 0 0 3px 18px;
  line-height: 1.3;
  background: url("../images/icon_arrow_b.png") no-repeat 3px 2px;
}
.topNewsItem .newsLink .linkItem .linkDate {
  border-bottom: 1px dashed #707070;
  display: block;
  text-align: right;
  height: 9px;
}
.topNewsItem .newsLink .linkItem .linkDate .linkDateInner {
  display: inline-block;
  float: right;
  line-height: 1;
  background-color: #fff;
  padding: 0 5px 3px;
  font-size: 0.78rem;
  color: #707070;
}
.topNewsItem .newsLink .linkThumb {
  width: 120px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  margin-left: 10px;
}
#feed .topNewsList:empty + span.msg::before {
  content: "現在 お知らせはありません。";
  display: block;
  color: #999;
}
.block_zaikou_up {
  display: flex;
  justify-content: space-between;
  padding: 0 10px 0 12px;
  margin: 14px 0 16px;
}
.block_zaikou_up .col_l {
  width: 586px;
}
.block_zaikou_up .col_r {
  width: 267px;
}
.block_zaikou_up .block_news {
  margin-top: 0;
}
.block_zaikou_up .block_news_list_inner {
  min-height: 200px;
}
.block_zaikou_up .block_news_header .block_news_header_title {
  background-color: #0CA599;
}
.block_zaikou_up .block_news_list {
  background-color: #B1E6E6;
}
.block_zaikou_up .twitter_block {
  width: 267px;
}
/*===================================================
 ページ
*/
.at_chouki {
  padding: 0 40px 10px;
  overflow: hidden;
}
.at_chouki * {
  line-height: 1.5;
}
.at_chouki h1 {
  font-weight: normal;
  color: #00629A;
  color: #fff;
  font-size: 1.5rem;
  margin: 0px -40px 0;
  padding: 20px 47px 10px;
  background: linear-gradient(#1794FF 0%, #0066BE 100%);
}
.at_chouki p em {
  font-style: normal;
  color: #B60003;
}
.at_chouki .ch_mainvisual {
  text-align: right;
  margin: 0 -40px;
  padding: 5px 7px 20px 0;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.at_chouki .is_lead {
  margin: 2em;
}
.at_chouki .is_lead_s {
  margin: 1em;
}
.at_chouki .block_kitei {
  margin: 30px 0 10px;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}
.block_kitei_inner {
  padding: 20px 40px;
  border-radius: 5px;
  border: 1px dashed #7D9DCA;
}
.at_chouki .block_kitei h2 {
  font-weight: normal;
  font-size: 1.3rem;
  border-radius: 5px;
  background-color: #E5E7ED;
  margin: 10px -5px 20px;
  padding: 10px;
  line-height: 1.1;
}
.at_chouki div > h3:first-child {
  margin-top: 0 !important;
}
.at_chouki .block_kitei h3 {
  font-size: 1.1rem;
  line-height: 1.1;
  position: relative;
  padding: 4px 0 4px 25px;
  border-bottom: 1px dashed #7D9DCA;
  margin: 2em 0 0.5em;
}
.at_chouki .block_kitei h3::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #FFB24E;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.at_chouki .block_kitei a {
  color: #0E7BCA;
	text-decoration: none;
}
.at_chouki .block_kitei a:hover {
	text-decoration: underline;
}
.at_chouki .block_kitei .icon_dl {
  vertical-align: middle;
  margin-left: 10px;
}
.at_chouki .block_kitei li {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.at_chouki .f_ind {
  text-indent: -1em;
  margin-left: 1em;
}
.box_shinsei_ex h4 {
  margin: 6px 0 0.5em;
  border: 1px solid #499EDE;
  line-height: 1.1;
  font-size: 1.1rem;
  border-radius: 20px;
  padding: 5px 15px 5px 22px;
  position: relative;
}
.box_shinsei_ex h4::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #FFB24E;
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -5px;
}
.box_shinsei_ex .youken_list {
  padding: 0;
  margin: 0 0 1em 0.5em;
  list-style: none;
}
.block_kitei .dl_list {
  padding: 0 0 0 1.5em;
}
.at_chouki .row2 {
  display: flex;
  justify-content: space-between;
}
.at_chouki .row2 .row2_col {
  width: 48.5%;
}