@charset "UTF-8";
/*
 * /publicity/css/style.css
 */


/* # =================================================================
   # Anchor
   # ================================================================= */

.anchor {
  margin-bottom: -20px;
}

.anchor_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -11px;
}

.anchor_list li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 20px;
  padding: 0 11px;
}

.anchor_list li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
  color: #333;
  font-size: 15px;
  border: 1px solid #297FC9;
  height: 50px;
  box-sizing: border-box;
  padding: 0 5px;
}

.anchor_list li a:hover span {
  color: #297FC9;
}

.anchor_list li a span {
  display: inline-block;
  position: relative;
  padding-left: 22px;
}

.anchor_list li a span::before {
  content: "";
  width: 13px;
  height: 11px;
  background: url(../images/arrow01.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}

@media screen and (min-width:781px) {
  .anchor_list li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* # =================================================================
   # Pub list
   # ================================================================= */

.p_item {
  padding-top: 85px;
  margin-bottom: 87px;
}

.p_item h3 {
  margin-bottom: 38px;
}

.pub_list {
  background: url(../images/bg_square.png) repeat-x left top;
  padding-top: 30px;
}

.pub_link a {
  display: inline-block;
  color: #333;
  font-size: 16px;
  padding-left: 15px;
  position: relative;
  line-height: 1.1;
}

.pub_link a::before {
  content: "";
  width: 8px;
  height: 13px;
  background: url(../images/arrow02.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}

.pub_link .outerlink {
  padding-right: 24px;
}

.pub_link .outerlink::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icon_win.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.pub_link a:hover {
  color: #297FC9;
}

.pub_list .pub_item {
  background: url(../images/bg_square.png) repeat-x left bottom;
  padding-bottom: 16px;
  margin-bottom: 34px;
}

.postdate {
  color: #5B6F79;
  font-size: 17px;
}

.tag_gray {
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #5b6f78;
  padding: 4px 8px 2px;
  box-sizing: border-box;
  text-align: center;
}

.pub_list p {
  font-size: 20px;
  margin-bottom: 6px;
}

.pub_more a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  line-height: 1.2;
  color: #444;
  font-size: 18px;
  padding-left: 65px;
  height: 50px;
}

.pub_more a::before {
  content: "";
  width: 50px;
  height: 50px;
  background: #edf2f6 url(../images/plus.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
}

.pub_more a span {
  color: #F422AB;
}

.pub_more a:hover {
  color: #297FC9;
}

/* # =================================================================
   # Pub box
   # ================================================================= */

.pub_box {
  margin-bottom: -65px;
}

.pub_box.mb10 {
  margin-bottom: 10px;
}

.pub_box .pub_item {
  margin-bottom: 75px;
}

.pub_box figure {
  font-size: 0;
  margin-bottom: 10px;
}

.min_width76 {
  min-width: 76px;
  padding-left: 20px;
  padding-right: 20px;
}

.pub_box h4 {
  font-size: 18px;
  margin-bottom: 12px;
}

.pub_box p {
  font-size: 16px;
}

.pub_search {
  margin-bottom: 35px;
}

.pub_search a {
  font-size: 16px;
  border: 1px solid #297FC9;
  width: 420px;
  height: 55px;
  line-height: 1.2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 5px;
}

.pub_search a span {
  display: inline-block;
  color: #333;
  position: relative;
  padding-right: 25px;
}

.pub_search a span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icon_win.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.pub_search a:hover span {
  color: #297FC9;
}

@media screen and (max-width:750px) {
  .pub_search a {
    width: 100%;
    max-width: 420px;
    padding-top: 2px;
  }
}

@media screen and (min-width:781px) {
  .pub_box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 1.5px;
    margin-left: -26px;
    margin-right: -26px;
  }

  .pub_box .pub_item {
    width: 33.333%;
    padding: 0 26px;
  }
}

/* # =================================================================
   # Contact box
   # ================================================================= */

.contact_wrap {
  background: rgba(180, 203, 235, 0.7);
}

.contact_box {
  background-image: url(../images/contact_bg.jpg);
}

.contact_list li {
  width: 100%;
}

.contact_list .contactbtn a {
  background-color: #000;
  border: none;
}

.contactbtn a span {
  color: #fff;
  display: inline-block;
  position: relative;
  padding-left: 40px;
}

.contactbtn a span::before {
  content: "";
  background: url(../images/envelope.png) no-repeat 0 0 / 100% 100%;
  width: 21px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}

@media screen and (min-width:751px) {
  .contact_list {
    width: auto;
    max-width: 323px;
  }
}

/* # =================================================================
   # Filter
   # ================================================================= */
.h1_head.mb0 {
  margin-bottom: 0;
}

.pub_filcont {
  margin-bottom: 15px;
}

.pub_filter {
  background-color: #edf2f6;
  padding-top: 30px;
  padding-bottom: 40px;
}

.pub_filitem {
  background: url(../images/bg_square02.png) repeat-x left bottom;
  padding-bottom: 30px;
  margin-bottom: 25px;
}

.pub_filitem:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  background: none;
}

.pub_filtitle span {
  display: block;
  font-size: 18px;
}

.pub_filtitle a {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  color: #333;
  font-size: 14px;
}

.pub_filtitle a:hover {
  color: #297FC9;
}

.pub_filtitle a::before {
  content: "";
  width: 8px;
  height: 13px;
  background: url(../images/arrow02.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}

.pub_filtext {
  font-size: 0;
  line-height: 1;
}

.pub_filtext a {
  display: inline-block;
  color: #5B6F79;
  font-size: 14px;
  background-color: #fff;
  border-radius: 3px;
  padding: 5px 15px 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: color .3s, background .3s;
}

.pub_filtext a.active,
.pub_filtext a:hover {
  color: #fff;
  background-color: #5b6f78;
}

.pub_filtext.pub_filsmall a {
  font-size: 13px;
}

.pub_filtext a span {
  color: #FF1C8D;
}

.pub_fillink {
  text-align: center;
  line-height: 1;
}

.pub_fillink a {
  display: inline-block;
  color: #5B6F79;
  border: 1px solid #5B6F79;
  box-sizing: border-box;
  width: 160px;
  height: 46px;
  line-height: 1;
  padding: 14px 5px;
}

@media screen and (max-width:780px) {
  .pub_filtitle {
    margin-bottom: 15px;
  }
}

@media screen and (min-width:781px) {
  .pub_filitem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .pub_filtitle {
    width: 195px;
  }
}

/* # =================================================================
   # Pagenumber
   # ================================================================= */

.pagenumber {
  font-size: 0;
  text-align: center;
  line-height: 1;
}

.pagenumber a {
  display: inline-block;
  vertical-align: middle;
}

.pagenumber .num {
  font-size: 20px;
  padding: 0 11px;
  color: #444;
}

.pagenumber .num.current {
  color: #297FC9;
}

.pagenumber .prev,
.pagenumber .next {
  font-size: 16px;
  border: 1px solid #297FC9;
  width: 110px;
  height: 46px;
  padding-top: 10px;
  box-sizing: border-box;
}

.pagenumber .prev {
  margin-right: 26px;
}

.pagenumber .next {
  margin-left: 26px;
}

.pagenumber .prev span,
.pagenumber .next span {
  display: inline-block;
  position: relative;
  color: #333;
}

.pagenumber .prev span::before,
.pagenumber .next span::after {
  content: "";
  width: 8px;
  height: 13px;
  background: url(../images/arrow02.png) no-repeat 0 0 / 100% 100%;
  margin-top: -8px;
  top: 50%;
  position: absolute;
}

.pagenumber .next span {
  padding-right: 15px;
}

.pagenumber .prev span {
  padding-left: 15px;
}

.pagenumber .next span::after {
  right: 0;
}

.pagenumber .prev span::before {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* # =================================================================
   # Detail
   # ================================================================= */

.h1_head.mb20 {
  margin-bottom: 20px;
}

.h1_head.h_detail h1 {
  font-size: 20px;
}

.p_detail figure figcaption {
  font-size: 15px;
}

.flex_center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_end {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}

.outer_link,
.pdf_link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #297FC9;
  font-size: 16px;
  line-height: 1.2;
  -ms-flex: 0 0 338px;
  flex: 0 0 338px;
  max-width: 338px;
  height: 54px;
  position: relative;
}

.outer_link::before,
.pdf_link::before {
  content: '';
  background: #ECF2F5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
  z-index: -1;
}

.outer_link span,
.pdf_link span {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}

.outer_link span {
  padding-right: 20px;
}

.pdf_link span::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/icon_pdf.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.outer_link span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icon_win.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.outer_link:hover span,
.pdf_link:hover span {
  color: #297FC9;
}

.outer_link:hover::before,
.pdf_link:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.updatepost {
  text-align: right;
  color: #5B6F79;
  font-size: 14px;
  margin-bottom: 60px;
}
.updatepost.mb30{
  margin-bottom: 30px;
}
.panel_box {
  margin-bottom: 35px;
}

.info_list {
  font-size: 16px;
  border-bottom: 2px solid #BBC6CB;
  border-top: 2px solid #BBC6CB;
  padding: 18px 0;
}

.info_list dt {
  color: #5B6F79;
  margin-bottom: 10px;
}

.info_list dd {
  background: url(../images/bg_square.png) repeat-x left bottom;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.info_list dd:last-child {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.cat_line {
  max-width: 1200px;
  margin: 0 auto 20px;
}

.tag_cat {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  height: 25px;
  min-width: 130px;
  padding: 6px 15px 0;
  box-sizing: border-box;
  border: 1px solid #297FC9;
  text-align: center;
  line-height: 1;
}

.tag_graylight {
  display: inline-block;
  vertical-align: top;
  background-color: #ECF2F5;
  border: 1px solid #ECF2F5;
  font-size: 13px;
  text-align: center;
  height: 25px;
  padding: 6px 15px 0;
  box-sizing: border-box;
  line-height: 1;
  color: #1D4598;
}

.info_text dd {
  font-size: 16px;
  line-height: 1.8;
}

.info_text a {
  text-decoration: underline;
}

.info_text a:hover {
  text-decoration: none;
}

.img_medium {
  max-width: 488px;
  margin-left: auto;
  margin-right: auto;
}

.dl_link {
  font-size: 16px;
  border-top: 1px solid #dee2e3;
  border-bottom: 1px solid #dee2e3;
  line-height: 1.3;
  padding: 16px 0 10px;
}

.dl_link dt {
  color: #5B6F79;
  margin-bottom: 10px;
}

.dl_link dd a {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  padding-left: 15px;
  color: #333;
  position: relative;
  margin-right: 25px;
}

.dl_link dd a::before {
  content: "";
  width: 8px;
  height: 13px;
  background: url(../images/arrow02.png) no-repeat 0 0 / 100% 100%;
  margin-top: -8px;
  left: 0;
  top: 50%;
  position: absolute;
}

.dl_link dd a:hover {
  color: #297FC9;
}

.line_height8 {
  line-height: 1.8;
}

.col_right {
  width: 244px;
}

@media screen and (max-width:750px) {
  .flex_center_sp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .col_left {
    margin-bottom: 50px;
  }

  .col_right {
    margin: 0 auto;
  }
}

@media screen and (min-width:751px) {
  .flex_end_pc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }

  .col_left {
    float: left;
    width: calc(100% - 275px);
  }

  .col_right {
    float: right;
  }

  .panel_box {
    margin-bottom: 110px;
  }

  .text_panel {
    padding-left: 310px;
  }

  .h1_head.h_detail h1 {
    font-size: 32px;
  }

  .p_detail .box_layout .side_bar {
    margin-bottom: 25px;
  }

  .p_detail .list_dot li {
    font-size: 16px;
  }

  .p_detail .white_box {
    padding-bottom: 30px;
  }

  .p_detail .box_layout .text_box.pb0 {
    padding-bottom: 0;
  }

  .dl_link dt,
  .info_list dt {
    margin-bottom: 0;
  }

  .info_list dd {
    margin: -1.55em 0 16px 0;
    padding: 0 0 15px 116px;
  }

  .cat_line {
    margin-bottom: 40px;
  }

  .dl_link dd {
    margin: -1.2em 0 0 0;
    padding: 0 0 0 145px;
  }
}

.nt_pub_more a {
  font-size: 18px;
  color: #333;
  border: 1px solid #1A85B5;
  padding: 20px;
  transition: 0.2s all;
}

.nt_pub_more a:hover {
  color: #1A85B5;
}

.nt_pub_more a>span {
  color: #F422AB;
}

a.btn_small.btn>span {
  color: #F422AB;
}

@media screen and (min-width:1200px) {
  .nt_pubitem figure img {
    width: auto;
    height: auto;
    margin: 0 auto;
  }

  .text_panel.not_image {
    padding-left: 0;
  }
}

.nt_pubitem figure {
  width: 100%;
  height: 220px;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
}

/* .nt_pubitem figure a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
} */

.nt_pubitem figure img {
  width: auto;
  max-width: 100%;
  max-height: 220px;
  height: auto;
  vertical-align: bottom;
  margin: 0 auto;
}
.tag_gray{
  font-weight: normal !important;
  padding: 4px 8px !important;
}
.pub_link a.no_icon::before{
  display: none;
}