@charset "UTF-8";
/* BLUE
-----------------------*/
/* GRAY
-----------------------*/
/* .icon-blank
-----------------------*/
.icon-blank {
  background-image: url("assets/images/icon/ico_window_bl.svg");
  background-repeat: no-repeat;
}

@media screen and (max-width: 740px) {
  .icon-blank {
    background-size: 10px auto;
    top: 2px; } }

/* .icon-pdf
-----------------------*/
.icon-pdf {
  background: url(/chukou/asset/c__icon_pdf.png) no-repeat; }

@media screen and (max-width: 740px) {
  .icon-pdf {
    background-size: 14px auto;
    top: 5px; } }

/* .tpl-btn
-----------------------*/
.tpl-btn {
  font-size: 12px; }

.tpl-btn a {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }

.tpl-btn a span {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  height: 28px;
  line-height: 28px; }

/* .tpl-btn--gray
-----------------------*/
.tpl-btn--gray.is-active {
  background: url(/chukou/asset/c__icon_cursor_blue_down.png) no-repeat center bottom; }

.tpl-btn--gray a {
  color: #333;
  box-sizing: border-box; }

.tpl-btn--gray.is-active a {
  border: 1px solid #185AA2; }

.tpl-btn--gray a span {
  background: #EEE; }

.tpl-btn--gray a:hover span {
  background: #F6F6F6; }

.tpl-btn--gray.is-active a span {
  background: #185AA2; }

/* .tpl-btn--blue
-----------------------*/
.tpl-btn--blue a {
  border: 1px solid #185AA2;
  background: #185AA2;
  color: #FFF;
  box-sizing: border-box; }

.tpl-btn--blue a:hover {
  background: #ECF2F8;
  border-color: #ECF2F8;
  color: #185AA2; }

.tpl-btn--blue .icon-blank {
  top: -2px;
  height: 10px !important;
  background-image: url("assets/images/icon/ico_window_w.svg");
}

.tpl-btn--blue a:hover .icon-blank {
  background-image: url("assets/images/icon/ico_window_bl.svg");
}

/* [ 見出し中央 ]
-----------------------*/
.tpl-h1 {
  color: #185AA2; }

.tpl-h2 {
  color: #185AA2; }

.tpl-h3 {
  color: #185AA2; }

.tpl-h4 {
  color: #185AA2; }

.tpl-h5 {
  color: #185AA2; }

@media screen and (max-width: 740px) {
  .tpl-h1 {
    color: #185AA2; }
  .tpl-h2 {
    color: #185AA2; }
  .tpl-h3 {
    color: #185AA2; }
  .tpl-h4 {
    color: #185AA2; }
  .tpl-h5 {
    color: #185AA2; } }

/* [ 見出し左揃え・罫線ありなし ]
-----------------------*/
.tpl-border-bottom {
  border-bottom: 1px solid #DDD; }

/* [ ローカルナビ ]
-----------------------*/
.tpl-local-navi {
  background: none; }

@media screen and (max-width: 740px) {
  .tpl-local-navi.is-bottom {
    border-top: 1px solid #185AA2; } }

.tpl-local-navi ul {
  border-right: 1px solid #FFF;
  background: #ECF2F8; }

@media screen and (max-width: 740px) {
  .tpl-local-navi ul {
    background: #ECF2F8; } }

.tpl-local-navi li a {
  color: #333;
  border-left: 1px solid #FFF;
  border-top: 1px solid #FFF; }

.tpl-local-navi li a.is-active {
  background: #5EA1CD;
  color: #FFF; }

@media screen and (max-width: 740px) {
  .tpl-local-navi li a.is-active {
    background: #185AA2; } }

.tpl-local-navi li a .cursor {
  background: url(/chukou/asset/c__icon_cursor_blue.png) no-repeat; }

.tpl-local-navi li a.is-active .cursor {
  background: url(/chukou/asset/c__icon_cursor_white.png) no-repeat; }

@media screen and (max-width: 740px) {
  .tpl-local-navi .gridfix-sponly a {
    border-left: 1px solid #FFF;
    border-top: 1px solid #FFF; } }

/* [ サブ ローカルナビ ]
-----------------------*/
.tpl-sub-local-navi__title {
  color: #185AA2; }

.tpl-sub-local-navi__list li.is-active {
  border-bottom: 3px solid #185AA2; }

.tpl-sub-local-navi__list li a {
  color: #333; }

.tpl-sub-local-navi__list li.is-active a {
  color: #185AA2; }

/*[ サブカテゴリ名 ]
-----------------------*/
.tpl-subcate-title-wrap {
  border-top: 1px solid #185AA2;
  border-bottom: 1px solid #185AA2;
  color: #185AA2; }

/*[ キャプション ]
-----------------------*/
/*[ グリッド ]
-----------------------*/
/*[ 画像+リンク ]
	-----------------------*/
.tpl-grid-wrap__item__date {
  color: #185AA2; }

.tpl-grid-wrap__item__title {
  color: #185AA2;
  font-size: 18px;
 }

.tpl-grid-wrap__item__text {
  color: #333; }

/*[ ボーダー ]
-----------------------*/
.tpl-box-border {
  border: 1px solid #EEE; }

.tpl-box-border--w-bold {
  border-width: 5px;
  border-color: #EEE; }

.tpl-box-border--comment {
  border-width: 2px;
  border-color: #C2C9D2; }

@media screen and (max-width: 740px) {
  .tpl-box-border--comment {
    border-color: #C2C9D2; } }

.tpl-box-border--comment .tpl-box-border--comment__edge {
  background: url(/chukou/asset/tpl_box_border__comment_edge.png) no-repeat center top; }

.tpl-box-border__title {
  color: #185AA2; }

.tpl-box-border__text {
  color: #888; }

/*[ タイトル + ボーダー ]
-----------------------*/
.tpl-box-border--title__title {
  border-bottom: 1px solid #EEE;
  background: #F5F6F6;
  color: #185AA2; }

/*[ サブカテゴリ名 ]
-----------------------*/
.tpl-subcate-title-wrap {
  border-top: 1px solid #185AA2;
  border-bottom: 1px solid #185AA2;
  margin: 50px 0;
  padding: 45px 0;
  text-align: center;
  color: #185AA2;
  font-size: 24px; }

@media screen and (max-width: 740px) {
  .tpl-subcate-title-wrap {
    margin: 25px -10px;
    padding: 25px 10px;
    font-size: 18px; } }

/*[ ビュレットなし ]
-----------------------*/
.tpl-link {
  color: #185AA2; }

/*[ ビュレット有り ]
-----------------------*/
.tpl-link--cursor {
  background: url(/chukou/asset/c__icon_cursor_blue.png) no-repeat left center; }

@media screen and (max-width: 740px) {
  .tpl-link--cursor {
    background: url(/chukou/asset/c__icon_cursor_blue.png) no-repeat left center; } }

/*[ 表 ]
-----------------------*/
.tpl-table-wrap table {
  border-right: 1px solid #EEE;
  border-top: 1px solid #EEE; }

.tpl-table-wrap table caption {
  color: #FFF;
  background: #185AA2; }

.tpl-table-wrap table caption a {
  color: #FFF; }

.tpl-table-wrap table th,
.tpl-table-wrap table td {
  border-left: 1px solid #EEE;
  border-bottom: 1px solid #EEE; }

/* .tpl-table-wrap__message-pinch
	-----------------------*/
.tpl-table-wrap table th {
  background: #C2C9D2; }

.tpl-table-wrap__item--bg-gray-light {
  background: #EBEDF0 !important; }

/* .note
	-----------------------*/
.tpl-table-wrap .note {
  border-top: 1px dotted #EEE;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 0.9em; }

.tpl-table-wrap .note li {
  margin-left: 1em;
  text-indent: -1em; }

.tpl-table-wrap .note li + li {
  margin-top: 5px; }

@media screen and (max-width: 750px) {
  .tpl-table-wrap .note {
    margin-top: 5px;
    padding-top: 5px; } }

.tpl-grid-wrap__item__text a {
  overflow-wrap: anywhere;
  word-break: break-word;
}
