@charset "UTF-8";
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

html {
  height: 100%;
  line-height: 1.5;
}

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic;
  font-size: 14px;
  background-color: #fcfefd;
  height: 100%;
  overflow-x: hidden;
}

a, button {
  text-decoration: none;
  color: #000000;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  border: none;
  margin: 0;
}
a:hover, button:hover {
  opacity: 0.7;
}

img {
  vertical-align: top;
}

.inner {
  max-width: 1200px;
  width: 94%;
  margin-right: auto;
  margin-left: auto;
}

.only_sp, .only_tbsp {
  display: none;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.linkspot {
  margin-top: -40px;
  padding-top: 40px;
}

.caution {
  color: #666;
  font-size: 12px;
}

.eng {
  /* font-family: 'Josefin Sans', sans-serif; */
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb170 {
  margin-bottom: 170px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb190 {
  margin-bottom: 190px;
}

.mb200 {
  margin-bottom: 200px;
}

#wrapper {
  width: 100%;
  background-color: #fff;
}

header {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  border-bottom: 1px solid #f4f4f4;
}
header #header_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 0 34px;
}
header h1 {
  width: 140px;
  padding-top: 14px;
}
header h1 a {
  display: block;
}
header h1 a img {
  width: 100%;
}
header #header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  white-space: nowrap;
}
header #header_nav #nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  font-weight: bold;
  margin-right: 30px;
}
header #header_nav #nav_list li a {
  display: block;
  width: 100%;
  padding: 30px 15px;
}
header #language {
  margin-top: 36px;
}
header #language li {
  display: inline-block;
}
header #language li a {
  background-color: #f4f4f4;
  /* font-family: 'Josefin Sans', sans-serif; */
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 20px auto;
  display: block;
  padding: 5px 12px 3px;
  font-size: 12px;
  border: 1px #f4f4f4 solid;
}
header #language li a:hover {
  border: 1px #004098 solid;
  color: #004098;
  opacity: 1;
  background-color: #fff;
}
header #language li a.active {
  background-color: #fff;
  border: 1px #dddddd solid;
}
header #language li a.active:hover {
  border: 1px #dddddd solid;
  color: #333333;
  cursor: default;
}
header #contact {
  position: absolute;
  top: 0;
  right: 53px;
}
header #contact a {
  background-color: #004098;
  display: inline-block;
  height: 26px;
  position: relative;
}
header #contact a::before, header #contact a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  z-index: 11;
  border-top: 26px solid #004098;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
header #contact a::before {
  left: -7px;
}
header #contact a::after {
  right: -7px;
}
header #contact a span {
  position: relative;
  z-index: 12;
  display: inline-block;
  background: url(/img/common/ico_contact_wh.svg) no-repeat 16px center;
  background-size: 14px auto;
  color: #fff;
  padding: 0 16px 0 40px;
  line-height: 26px;
  font-size: 12px;
}

#nav_sp {
  display: none;
}

#main_visual {
  position: relative;
  z-index: 1;
}

#nav_main {
  border-bottom: 1px #dddddd solid;
}
#nav_main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#nav_main ul li {
  text-align: center;
  border-top: 4px #333333 solid;
  -webkit-flex: 1;
  flex: 1;
  position: relative;
}
#nav_main ul li:nth-child(2n) {
  border-top: 4px #004098 solid;
}
#nav_main ul li::after {
  display: block;
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  top: 14px;
  right: -1px;
  background-color: #dddddd;
}
#nav_main ul li:last-child::after {
  display: none;
}
#nav_main ul li a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  overflow: hidden;
  position: relative;
}
#nav_main ul li a::before {
  display: block;
  content: "";
  width: 50%;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transition: all .2s;
  -webkit-transition: all .2s;
  -ms-transition: all .2s;
  margin-left: -25%;
}
#nav_main ul li a:hover {
  opacity: 1;
}
#nav_main ul li a:hover::before {
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  margin-left: 0;
  background-color: #edf1f5;
}
#nav_main ul li a span {
  position: relative;
  z-index: 12;
}

main {
  min-height: calc(100vh - 387px);
}

.pagetop_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 240px;
  margin-top: 80px;
  margin-bottom: 56px;
}

.top_contents {
  margin-top: 80px;
}

.contents {
  max-width: 1200px;
  width: 94%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 180px;
}
.contents.contents_index {
  padding-top: 50px;
}
.contents.short {
  padding-top: 80px;
}
.contents.short h2.pagetitle {
  margin-bottom: 60px;
}

h2.pagetitle {
  font-size: 30px;
  margin-bottom: 100px;
  text-align: center;
}

h3.h3_title {
  color: #004098;
  font-size: 22px;
  background: url(/img/common/h3_bg.png);
  padding: 8px 20px;
  margin-bottom: 24px;
  position: relative;
}
h3.h3_title .morebtn {
  background-color: #333;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 15px 50px 0 30px;
}
h3.h3_title .morebtn:hover {
  background-color: #111;
}
h3.h3_title .morebtn::after {
  content: "";
  display: block;
  background: url(/img/common/ico_arrow_r_wh.svg) no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}

h4.pointtitle {
  color: #004098;
  font-size: 26px;
  text-align: center;
  background: url(/img/common/h4_line.svg) no-repeat center bottom;
  padding-bottom: 24px;
  margin-bottom: 110px;
}

.h4_img {
  margin-bottom: 60px;
}
.h4_img img {
  width: 100%;
}

.pointtitle_text {
  text-align: center;
  position: relative;
  top: -60px;
  margin-bottom: 20px;
}

h5.h5_title {
  color: #004098;
  font-size: 16px;
  border-left: 6px #004098 solid;
  padding: 6px 0 6px 14px;
  position: relative;
  margin-bottom: 40px;
}
h5.h5_title::before {
  display: block;
  content: "";
  position: absolute;
  height: 2px;
  width: calc(30% + 6px);
  bottom: -4px;
  left: -6px;
  background-color: #004098;
}
h5.h5_title::after {
  display: block;
  content: "";
  position: absolute;
  height: 2px;
  width: 70%;
  bottom: -4px;
  right: 0;
  background-color: #dddddd;
}
h5.h5_linktitle {
  border: 1px #dddddd solid;
  font-size: 20px;
  position: relative;
  padding: 16px 40px;
  margin-bottom: 32px;
}
h5.h5_linktitle::before {
  display: block;
  content: "";
  width: 6px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  background-color: #ff2626;
}
h5.h5_linktitle span {
  color: #ff2626;
  font-size: 12px;
  display: block;
}

.textbox p {
  margin-bottom: 40px;
}

.min_blue {
  color: #004098;
  font-size: 26px;
}

.min_blue_s {
  color: #004098;
  font-size: 22px;
}

.link_list li {
  display: inline-block;
  margin-right: 80px;
}
.link_list li a {
  text-decoration: underline;
}
.link_list li a:hover {
  opacity: 1;
  color: #0067f2;
}
.link_list li a.link_file::before, .link_list li a.link_link::before, .link_list li a.link_blank::before, .link_list li a.link_movie::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
}
.link_list li a.link_file::before {
  background-image: url(/img/common/ico_file.svg);
}
.link_list li a.link_link::before {
  background-image: url(/img/common/ico_link.svg);
}
.link_list li a.link_blank::before {
  background-image: url(/img/common/ico_blank.svg);
}
.link_list li a.link_movie::before {
  background-image: url(/img/common/ico_movie.svg);
}

.contentsbox {
  margin-bottom: 100px;
}

.img_l img {
  width: 100%;
}

.btn {
  color: #004098;
  border: 1px #004098 solid;
  padding: 12px;
  display: block;
  text-align: center;
  font-size: 16px;
  width: 90%;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.btn:hover {
  opacity: 1;
  background-color: #f1f7ff;
}
.btn.arrow_l::before {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 12px;
  background: url(/img/common/ico_arrow_l_blue.svg) no-repeat center center;
  background-size: contain;
  top: 50%;
  left: 12px;
  margin-top: -6px;
}
.btn.arrow_r::before {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 12px;
  background: url(/img/common/ico_arrow_r_blue.svg) no-repeat center center;
  background-size: contain;
  top: 50%;
  right: 12px;
  margin-top: -6px;
}
.btn.back {
  color: #fff;
  background-color: #004098;
}
.btn.back::before {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 12px;
  background: url(/img/common/ico_arrow_l_wh.svg) no-repeat center center;
  background-size: contain;
  top: 50%;
  left: 12px;
  margin-top: -6px;
}
.btn.back:hover {
  background-color: #1e66ca;
  border: 1px #1e66ca solid;
}
.btn.go {
  color: #fff;
  background-color: #004098;
}
.btn.go::before {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 12px;
  background: url(/img/common/ico_arrow_r_wh.svg) no-repeat center center;
  background-size: contain;
  top: 50%;
  right: 12px;
  margin-top: -6px;
}
.btn.go:hover {
  background-color: #1e66ca;
  border: 1px #1e66ca solid;
}

.boxbtn_list {
  text-align: center;
  margin-bottom: 100px;
}
.boxbtn_list li {
  width: 270px;
  display: inline-block;
  margin: 0 8px 8px;
}
.boxbtn_list li a {
  display: block;
  border: 1px #004098 solid;
  text-align: center;
  color: #004098;
  padding: 30px 0 30px 20px;
  font-size: 16px;
  position: relative;
}
.boxbtn_list li a::before {
  display: block;
  content: "";
  background: url(/img/common/ico_arrow_r_blue.svg);
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -6px;
}
.boxbtn_list li a:hover {
  opacity: 1;
  background-color: #f1f7ff;
}

.btn_area {
  text-align: center;
  margin-bottom: 100px;
}
.btn_area .btn {
  display: inline-block;
  margin: 0 15px 8px;
}

.item_overview {
  margin-bottom: 100px;
}
.item_overview .item_overview_img {
  border: 1px #dddddd solid;
  margin-bottom: 40px;
  width: 100%;
}
.item_overview .item_overview_img img {
  width: 100%;
}
.item_overview .item_overview_img_s {
  text-align: center;
  margin-bottom: 40px;
}
.item_overview .item_overview_img_s img {
  max-width: 100%;
}
.item_overview .item_overview_text {
  margin-bottom: 40px;
}
.item_overview .item_overview_ico li {
  display: inline-block;
  margin-right: 16px;
}
.item_overview .item_overview_ico li img {
  height: 88px;
}

.column_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.column_box .column_img img {
  border: 1px #dddddd solid;
  margin-bottom: 8px;
}
.column_box .column_img img:last-child {
  margin-bottom: 0;
}
.column_box .column_text {
  padding-right: 24px;
  -webkit-flex: 1;
  flex: 1;
}
.column_box .column_text img {
  max-width: 100%;
}

.item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.item_list li {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 40px;
}
.item_list li:nth-child(4n) {
  margin-right: 0;
}
.item_list li .item_list_img {
  margin-bottom: 8px;
  border: 1px #dddddd solid;
}
.item_list li .item_list_img img {
  width: 100%;
}

.contact_btn {
  border: 1px #004098 solid;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
.contact_btn a {
  display: block;
  padding: 40px 0 50px;
  position: relative;
  color: #004098;
  font-size: 24px;
}
.contact_btn a::before {
  display: inline-block;
  content: "";
  width: 28px;
  height: 24px;
  margin-right: 16px;
  background: url(/img/common/ico_contact.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}
.contact_btn a::after {
  display: block;
  content: "";
  width: 20px;
  height: 12px;
  position: absolute;
  bottom: 16px;
  left: 50%;
  margin-left: -10px;
  background: url(/img/common/ico_arrow_bottom.svg) no-repeat center center;
  background-size: contain;
}

.news {
  margin-bottom: 50px;
  display: table;
  width: calc(100% - 30px);
}
.news h2 {
  background-color: #222222;
  color: #fff;
  text-align: center;
  /* font-family: 'Josefin Sans', sans-serif; */
  width: 150px;
  display: table-cell;
  vertical-align: middle;
}
.news .news_contents {
  display: table-cell;
  vertical-align: middle;
  background-color: #f4f4f4;
  position: relative;
  padding: 10px 130px 10px 26px;
}
.news .news_contents .news_list {
  border-top: none;
}
.news .news_contents .news_list li {
  padding: 2px 0;
  border-bottom: none;
}
.news .news_contents .news_list li .category {
  background-color: #b00000;
  color: #fff;
  font-size: 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 2px 10px;
  margin-right: 10px;
  white-space: nowrap;
  width: 100px;
  display: inline-block;
  text-align: center;
}
.news .news_contents .news_list li time {
  font-size: 12px;
  margin-right: 10px;
  width: 5em;
  display: inline-block;
}
.news .news_contents .news_list li .text {
  display: inline-block;
  padding: 4px 0 4px 8px;
  vertical-align: middle;
}
.news .news_contents .news_list li .text a {
  text-decoration: underline;
}
.news .news_contents .news_list li .text a:hover {
  color: #0067f2;
}
.news .news_contents .more {
  background: url(/img/common/more.png) no-repeat center center;
  background-size: 150px 100%;
  position: absolute;
  width: 150px;
  top: 0;
  right: -30px;
  bottom: 0;
  color: #fff;
  text-align: center;
  display: block;
}
.news .news_contents .more span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-right: 20px;
  /* font-family: 'Josefin Sans', sans-serif; */
  font-size: 18px;
  background: url(/img/common/ico_arrow_r_wh.svg) no-repeat 105px center;
}

.tab_btn {
  *zoom: 1;
  border-bottom: 1px #dddddd solid;
  margin-bottom: 33px;
}
.tab_btn:after {
  content: "";
  display: table;
  clear: both;
}
.tab_btn li {
  float: left;
  position: relative;
  padding: 0 6px;
}
.tab_btn li a {
  display: block;
  position: relative;
  height: 26px;
  padding: 3px 20px 0;
  background-color: #dddddd;
}
.tab_btn li a::before, .tab_btn li a::after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: 26px solid #dddddd;
  top: 0;
}
.tab_btn li a::before {
  border-left: 6px solid transparent;
  left: -6px;
}
.tab_btn li a::after {
  border-right: 6px solid transparent;
  right: -6px;
}
.tab_btn li a.active {
  background-color: #004098;
  color: #fff;
}
.tab_btn li a.active::before, .tab_btn li a.active::after {
  border-bottom: 26px solid #004098;
}

.category_label {
  color: #004098;
  border: 1px #004098 solid;
  padding: 6px 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 12px center;
  font-size: 12px;
}
.category_label img {
  margin-right: 8px;
}

.category_btn_list {
  margin-bottom: 34px;
}
.category_btn_list li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}

.news_list {
  border-top: 1px #dddddd solid;
}
.news_list li {
  padding: 12px 0;
  border-bottom: 1px #dddddd solid;
  display: table;
  width: 100%;
}
.news_list li time {
  width: 130px;
  display: table-cell;
}
.news_list li .news_category {
  display: table-cell;
  width: 200px;
}
.news_list li .news_category .category_label {
  width: 200px;
  text-align: center;
  padding: 6px 6px 6px 32px;
  margin-right: 20px;
  display: block;
  position: relative;
}
.news_list li .news_category .category_label img {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 14px;
}
.news_list li .news_text {
  display: table-cell;
}
.news_list li .news_text.ico_file, .news_list li .news_text.ico_blank, .news_list li .news_text.ico_link {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 26px;
}
.news_list li .news_text.ico_file {
  background-image: url(/img/common/ico_file.svg);
}
.news_list li .news_text.ico_blank {
  background-image: url(/img/common/ico_blank.svg);
}
.news_list li .news_text.ico_link {
  background-image: url(/img/common/ico_link.svg);
}
.news_list li .news_text a {
  text-decoration: underline;
}

.news_detail .news_detail_header {
  display: table;
  margin-bottom: 20px;
}
.news_detail .news_detail_header time {
  display: table-cell;
  width: 130px;
  vertical-align: middle;
}
.news_detail .news_detail_header .category {
  display: table-cell;
}

.news_detail .news_detail_contents strong {
  font-weight: bold;
}
.news_detail .news_detail_contents em {
  font-style: italic;
}
.news_detail .news_detail_contents ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
.news_detail .news_detail_contents ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.news_detail .news_detail_contents a {
  color: #004098;
  text-decoration: underline;
}
.news_detail .news_detail_contents table,
.news_detail .news_detail_contents table th,
.news_detail .news_detail_contents table td {
  border: 1px #ccc solid;
}
.news_detail .news_detail_contents table {
  max-width: 100%;
}
.news_detail .news_detail_contents table th,
.news_detail .news_detail_contents table td {
  padding: 0.4em;
}
.news_detail .news_detail_contents h1 {
  font-size: 24px;
  color: #004098;
  padding: 0.5em 0;
  border-top: solid 3px #004098;
  border-bottom: solid 3px #004098;
}
.news_detail .news_detail_contents h2 {
  font-size: 22px;
  padding: 0.4em 0.5em;
  color: #494949;
  background: #f4f4f4;
  border-left: solid 5px #004098;
}
.news_detail .news_detail_contents h3 {
  font-size: 22px;
  border-bottom: solid 3px #cce4ff;
  position: relative;
}
.news_detail .news_detail_contents h3::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #004098;
  bottom: -3px;
  width: 20%;
}
.news_detail .news_detail_contents h4 {
  font-size: 20px;
  padding: 0.4em 0.5em;
  color: #004098;
  background: #f4f4f4;
}
.news_detail .news_detail_contents h5 {
  font-size: 18px;
  padding: 0.4em 0.5em;
  border-left: solid 3px #004098;
}
.news_detail .news_detail_contents h6 {
  font-size: 18px;
  font-weight: bold;
  color: #004098;
}

.event_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.event_list > li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 100px;
}
.event_list > li:nth-child(3n) {
  margin-right: 0;
}
.event_list > li .event_head {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.event_list > li .event_head .category_label {
  width: 49%;
  margin-right: 2%;
}
.event_list > li .event_head .limit {
  width: 49%;
  background-color: #0067f2;
  text-align: center;
  color: #fff;
  padding-top: 2px;
  font-size: 12px;
}
.event_list > li .event_head .limit span {
  font-size: 18px;
}
.event_list > li .event_list_img {
  border: 1px #dddddd solid;
  margin-bottom: 24px;
}
.event_list > li .event_list_img img {
  width: 100%;
}
.event_list > li .event_data {
  border-top: 1px #dddddd solid;
  margin-bottom: 24px;
}
.event_list > li .event_data li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px #dddddd solid;
}
.event_list > li .event_data li .title {
  background-color: #004098;
  color: #fff;
  text-align: center;
  width: 80px;
  margin-right: 20px;
  padding: 4px 0;
}
.event_list > li .event_data li .text {
  -webkit-flex: 1;
  flex: 1;
  padding: 4px 0;
}
.event_list > li .event_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.event_list > li .event_btn_list li {
  width: 49%;
  margin-right: 2%;
}
.event_list > li .event_btn_list li:nth-child(2n) {
  margin-right: 0;
}
.event_list > li .event_btn_list li a {
  border: 1px #dddddd solid;
  display: block;
  padding: 12px;
}
.event_list > li .event_btn_list li a.link, .event_list > li .event_btn_list li a.blank, .event_list > li .event_btn_list li a.file {
  background-position: 94% center;
  background-repeat: no-repeat;
  padding-right: 16%;
}
.event_list > li .event_btn_list li a.link {
  background-image: url(/img/common/ico_link.svg);
}
.event_list > li .event_btn_list li a.blank {
  background-image: url(/img/common/ico_blank.svg);
}
.event_list > li .event_btn_list li a.file {
  background-image: url(/img/common/ico_file.svg);
}

#nav_footer {
  width: 100%;
  height: 32px;
  text-align: right;
}
#nav_footer ul {
  display: inline-block;
  vertical-align: top;
}
#nav_footer ul li {
  display: inline-block;
  margin-left: 24px;
}
#nav_footer ul li a {
  display: block;
  font-size: 12px;
}
#nav_footer ul li a::after {
  display: inline-block;
  content: "»";
  margin-left: 4px;
  font-size: 14px;
}
#nav_footer #pagetop {
  display: inline-block;
  margin-left: 32px;
  color: #fff;
  line-height: 32px;
  padding: 0 16px 0 32px;
  /* font-family: 'Josefin Sans', sans-serif; */
  background: #000 url(/img/common/ico_pagetop.svg) no-repeat 16px center;
  background-size: 8px auto;
  font-size: 14px;
}

footer {
  width: 100%;
  height: 200px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding-top: 44px;
}
footer #footer_logo {
  margin-bottom: 28px;
}
footer #footer_logo img {
  width: 110px;
}
footer #copy {
  font-size: 10px;
  color: #666666;
}

.table_blue, .table_gray {
  width: 100%;
  table-layout: auto;
  margin-bottom: 60px;
}

.table_blue th, .table_gray th {
  width: 250px;
  text-align: center;
  padding: 12px 25px;
  font-weight: bold;
}

.table_blue th.w20, .table_gray th.w20 {
  width: 20%;
}

.table_blue th.w40, .table_gray th.w40 {
  width: 40%;
}

.table_blue td, .table_gray td {
  padding: 12px 35px;
}

.table_blue.length_table, .table_gray.length_table {
  border-collapse: separate;
}

.table_blue.length_table th:last-child, .table_gray.length_table th:last-child {
  border-right: none;
}

.table_blue.length_table td:last-child, .table_gray.length_table td:last-child {
  border-right: none;
}

.table_blue.length_table tr:last-child td, .table_gray.length_table tr:last-child td {
  border-bottom: none;
}

.table_blue {
  border: solid 1px #8ebdff;
}

.table_blue th {
  background: #8ebdff;
  border-bottom: solid 1px #fff;
}

.table_blue td {
  border-bottom: solid 1px #8ebdff;
}

.table_blue tr:last-child th {
  border-bottom: solid 1px #8ebdff;
}

.table_blue.length_table th {
  border-right: solid 1px #fff;
}

.table_blue.length_table td {
  border-right: solid 1px #8ebdff;
}

.table_gray {
  border: solid 1px #e8e6e7;
}

.table_gray th {
  background: #f9f7f8;
  border-bottom: solid 1px #e8e6e7;
  border-right: solid 1px #e8e6e7;
}

.table_gray td {
  border-bottom: solid 1px #e8e6e7;
  border-right: solid 1px #e8e6e7;
}

.table_gray tr:last-child th {
  border-bottom: solid 1px #e8e6e7;
}

.table_gray.length_table th {
  border-right: solid 1px #e8e6e7;
}

.table_gray.length_table td {
  border-right: solid 1px #e8e6e7;
}

.plus_btn {
  color: #004098;
  font-size: 24px;
  margin-bottom: 50px;
}

.column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: -100px;
}
.column2 .column2_l {
  width: 47%;
  margin-right: 6%;
  margin-bottom: 100px;
}
.column2 .column2_r {
  width: 47%;
  margin-bottom: 100px;
}

.column3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: -100px;
}
.column3 .column3_l {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 100px;
}
.column3 .column3_c {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 100px;
}
.column3 .column3_r {
  width: 30%;
  margin-bottom: 100px;
}

.contset .contset_h4 {
  color: #004098;
  margin-bottom: 10px;
}
.contset .contset_img {
  margin-bottom: 20px;
}
.contset .contset_img img {
  max-width: 100%;
  border: 1px #dddddd solid;
}

.column_thank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 60px;
}
.column_thank img {
  max-width: 100%;
}
.column_thank .column_thank_l {
  width: 33%;
  margin-right: 5%;
  margin-bottom: 60px;
}
.column_thank .column_thank_c {
  width: 30%;
  margin-right: 2%;
  margin-bottom: 60px;
}
.column_thank .column_thank_r {
  width: 30%;
  margin-bottom: 60px;
}

.pager {
  text-align: center;
  position: relative;
  background-color: #fff;
  margin-top: 40px;
  *zoom: 1;
}
.pager:after {
  content: "";
  display: table;
  clear: both;
}
.pager a {
  background-color: #004098;
  color: #fff;
  display: block;
  padding: 5px 10px;
}
.pager a:hover {
  opacity: 0.7;
}
.pager .prev {
  float: left;
}
.pager .prev a {
  padding: 5px 20px 5px 10px;
}
.pager .prev a::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 12px;
  vertical-align: middle;
  background: url(/img/common/ico_arrow_l_wh.svg) no-repeat center center;
  background-size: contain;
  margin-right: 16px;
}
.pager .next {
  float: right;
}
.pager .next a {
  padding: 5px 10px 5px 20px;
}
.pager .next a::after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 12px;
  vertical-align: middle;
  background: url(/img/common/ico_arrow_r_wh.svg) no-repeat center center;
  background-size: contain;
  margin-left: 16px;
}
.pager .pager-num {
  padding: 0;
}
.pager .pager-num li {
  display: none;
  position: relative;
}
.pager .pager-num li.active {
  color: #004098;
  padding: 5px 10px;
}
.pager .pager-num li::before {
  display: none;
  content: "…";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 5px;
}
.pager .pager-num li:first-child, .pager .pager-num li:last-child, .pager .pager-num li.active, .pager .pager-num li.on-prev, .pager .pager-num li.on-next, .pager .pager-num li.on-next-first, .pager .pager-num li.on-prev-last, .pager .pager-num li.on {
  display: inline-block;
}
.pager .pager-num li:first-child.on-prev, .pager .pager-num li:nth-child(2).on-prev {
  margin-left: 0px;
}
.pager .pager-num li:first-child.on-prev::before, .pager .pager-num li:nth-child(2).on-prev::before {
  display: none;
}
.pager .pager-num li:last-child.on-next, .pager .pager-num li:nth-last-child(2).on-next {
  margin-right: 0px;
}
.pager .pager-num li:last-child.on-next::before, .pager .pager-num li:nth-last-child(2).on-next::before {
  display: none;
}
.pager .pager-num li.on-prev {
  margin-left: 20px;
}
.pager .pager-num li.on-prev::before {
  display: block;
  left: -20px;
}
.pager .pager-num li.on-next {
  margin-right: 20px;
}
.pager .pager-num li.on-next::before {
  display: block;
  right: -20px;
}
.pager .pager-num li a {
  display: block;
}

.list_more_btn {
  text-align: center;
  background-color: #f4f4f4;
  padding: 15px;
  margin-top: 30px;
  color: #004098;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
.list_more_btn:hover {
  opacity: .7;
}

.list_in_slider {
  overflow: hidden;
}