@charset "UTF-8";
/* -------------tb mode------------- */
@media screen and (max-width: 1024px) {
  a:hover, button:hover {
    opacity: 1;
  }

  .only_pc {
    display: none;
  }

  .only_tbsp {
    display: inline;
  }

  section.only_tbsp, div.only_tbsp {
    display: block;
  }

  .news_detail .news_detail_contents table {
    width: 100% !important;
  }
  .news_detail .news_detail_contents h1 {
    font-size: 20px;
  }
  .news_detail .news_detail_contents h2 {
    font-size: 18px;
  }
  .news_detail .news_detail_contents h3 {
    font-size: 18px;
  }
  .news_detail .news_detail_contents h4 {
    font-size: 16px;
  }
  .news_detail .news_detail_contents h5 {
    font-size: 16px;
  }
  .news_detail .news_detail_contents h6 {
    font-size: 14px;
  }

  header #header_inner {
    display: block;
    padding-top: 5px;
    padding-left: 3%;
  }
  header #header_inner h1 {
    width: 100px;
    padding-top: 0;
  }
  header #header_inner #header_nav {
    justify-content: flex-end;
  }
  header #header_inner #header_nav #nav_list {
    margin-right: 20px;
  }
  header #header_inner #header_nav #nav_list li a {
    padding: 5px 1.5vw;
  }
  header #language {
    margin-top: 0;
  }

  .pagetop_img {
    margin-top: 0;
  }

}
/* -------------tab_s mode------------- */
@media screen and (max-width: 1024px) {
  header {
    position: relative;
    height: 44px;
  }
  header #header_inner #header_nav #nav_list {
    display: none;
  }
  header #header_inner #language {
    display: none;
  }
  header #contact {
    display: none;
  }

  #nav_sp {
    display: block;
  }
  #nav_sp h1 a {
    padding: 12px 20px;
    display: block;
  }
  #nav_sp h1 img {
    width: 120px;
  }
  #nav_sp #nav_main_sp {
    border-top: 1px #dddddd solid;
    margin-bottom: 16px;
  }
  #nav_sp #nav_main_sp li {
    border-bottom: 1px #dddddd solid;
  }
  #nav_sp #nav_main_sp li a {
    display: block;
    padding: 14px 24px;
  }
  #nav_sp #contact_sp {
    margin-bottom: 16px;
  }
  #nav_sp #contact_sp a {
    color: #fff;
    display: block;
    margin: 0 24px;
    background: #004098 url(/img/common/ico_contact_wh.svg) no-repeat 16px center;
    background-size: 14px auto;
    padding: 12px 16px 12px 40px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  #nav_sp #language_sp {
    text-align: center;
    padding-bottom: 16px;
  }
  #nav_sp #language_sp li {
    display: inline-block;
    margin: 0 4px;
  }
  #nav_sp #language_sp li a {
    background-color: #f4f4f4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Josefin Sans', sans-serif;
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px auto;
    display: block;
    min-width: 40px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 5px;
    border: 1px #f4f4f4 solid;
  }
  #nav_sp #language_sp li a.active {
    background-color: #fff;
    border: 1px #004098 solid;
  }
}
/* -------------sp mode------------- */
@media screen and (max-width: 767px) {
  .only_pctb {
    display: none;
  }

  .only_sp {
    display: inline;
  }

  section.only_sp, div.only_sp {
    display: block;
  }

  .center_sp {
    text-align: center;
  }

  .right_sp {
    text-align: right;
  }

  .left_sp {
    text-align: left;
  }

  .mb10 {
    margin-bottom: 5px;
  }

  .mb20 {
    margin-bottom: 10px;
  }

  .mb30 {
    margin-bottom: 15px;
  }

  .mb40 {
    margin-bottom: 20px;
  }

  .mb50 {
    margin-bottom: 25px;
  }

  .mb60 {
    margin-bottom: 30px;
  }

  .mb70 {
    margin-bottom: 35px;
  }

  .mb80 {
    margin-bottom: 40px;
  }

  .mb90 {
    margin-bottom: 45px;
  }

  .mb100 {
    margin-bottom: 50px;
  }

  .mb110 {
    margin-bottom: 55px;
  }

  .mb120 {
    margin-bottom: 60px;
  }

  .mb130 {
    margin-bottom: 65px;
  }

  .mb140 {
    margin-bottom: 70px;
  }

  .mb150 {
    margin-bottom: 75px;
  }

  .mb160 {
    margin-bottom: 80px;
  }

  .mb170 {
    margin-bottom: 85px;
  }

  .mb180 {
    margin-bottom: 90px;
  }

  .mb190 {
    margin-bottom: 95px;
  }

  .mb200 {
    margin-bottom: 100px;
  }

  #main_visual {
    top: 0px;
    margin-bottom: 0px;
  }

  #nav_main {
    display: none;
  }

  main {
    min-height: auto;
  }

  .contents {
    margin-bottom: 80px;
  }
  .contents.contents_index {
    padding-top: 30px;
  }
  .contents.short h2.pagetitle {
    margin-bottom: 40px;
  }

  .pagetop_img {
    height: 100px;
    margin-bottom: 24px;
  }

  h2.pagetitle {
    font-size: 20px;
    margin-bottom: 30px;
  }

  h3.h3_title {
    font-size: 16px;
    padding: 6px 10px;
    margin-bottom: 24px;
  }
  h3.h3_title .morebtn {
    padding: 9px 30px 0 15px;
    font-size: 12px;
  }
  h3.h3_title .morebtn::after {
    right: 10px;
  }

  h4.pointtitle {
    font-size: 18px;
    background-size: 200px auto;
    padding-bottom: 16px;
    margin-bottom: 40px;
  }

  .h4_img {
    margin-bottom: 30px;
  }

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

  h5.h5_title {
    font-size: 16px;
    border-left: 4px #004098 solid;
    padding: 4px 0 4px 10px;
    margin-bottom: 24px;
  }
  h5.h5_title::before {
    width: calc(30% + 4px);
    left: -4px;
  }
  h5.h5_linktitle {
    font-size: 16px;
    padding: 10px 20px;
    margin-bottom: 16px;
  }
  h5.h5_linktitle::before {
    width: 4px;
    height: 30px;
    margin-top: -15px;
  }
  h5.h5_linktitle span {
    font-size: 10px;
  }

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

  .min_blue {
    font-size: 20px;
  }

  .link_list li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .contentsbox {
    margin-bottom: 50px;
  }

  .boxbtn_list {
    margin-bottom: 50px;
  }
  .boxbtn_list li a {
    padding: 20px 0 20px 20px;
  }

  .item_overview {
    margin-bottom: 50px;
  }
  .item_overview .item_overview_img {
    margin-bottom: 20px;
  }
  .item_overview .item_overview_img_s {
    margin-bottom: 20px;
  }
  .item_overview .item_overview_img_s img {
    width: 240px;
  }
  .item_overview .item_overview_text {
    padding-right: 0px;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .item_overview .item_overview_ico {
    text-align: center;
    width: 100%;
  }
  .item_overview .item_overview_ico li {
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 8px;
  }
  .item_overview .item_overview_ico li img {
    height: 56px;
  }

  .column_box {
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
  }
  .column_box .column_img {
    text-align: center;
    width: 100%;
    margin-bottom: 16px;
  }
  .column_box .column_img img {
    width: 240px;
  }
  .column_box .column_text {
    padding-right: 0px;
    width: 100%;
  }

  .item_list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .item_list li:nth-child(2n) {
    margin-right: 0;
  }
  .item_list li .item_list_img {
    margin-bottom: 6px;
  }

  .contact_btn {
    margin-bottom: 50px;
  }
  .contact_btn a {
    padding: 20px 0 30px;
    font-size: 18px;
  }
  .contact_btn a::before {
    width: 20px;
    height: 16px;
    margin-right: 16px;
    background: url(/img/common/ico_contact.svg) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
  }
  .contact_btn a::after {
    width: 14px;
    height: 10px;
    margin-left: -7px;
    bottom: 12px;
  }

  .news {
    margin-bottom: 30px;
    display: block;
    width: 100%;
  }
  .news h2 {
    width: 100%;
    display: block;
    padding: 8px;
  }
  .news .news_contents {
    display: block;
    padding: 10px 10px 0 10px;
  }
  .news .news_contents .news_list {
    margin-bottom: 5px;
  }
  .news .news_contents .news_list li .text {
    display: block;
    padding-left: 0;
    width: auto;
  }
  .news .news_contents .more {
    background: none;
    border-top: 1px #dddddd solid;
    position: relative;
    width: 100%;
    right: 0;
    padding: 6px;
  }
  .news .news_contents .more span {
    position: relative;
    top: 0;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-right: 0;
    font-size: 18px;
    background: url(/img/common/ico_arrow.svg) no-repeat right center;
    color: #666666;
  }

  .tab_btn {
    margin-bottom: 16px;
  }
  .tab_btn li a {
    padding: 3px 6px 0;
    font-size: 12px;
  }

  .category_label {
    padding: 3px 8px;
    background-position: 6px center;
    font-size: 10px;
  }
  .category_label img {
    width: 16px;
    height: 16px;
  }

  .news_category_btn {
    margin-bottom: 20px;
  }
  .news_category_btn li {
    margin-right: 2px;
  }

  .news_list li {
    padding: 12px 0;
    display: block;
  }
  .news_list li time {
    width: 100px;
    display: inline-block;
    font-size: 12px;
  }
  .news_list li .news_category {
    display: inline-block;
    width: auto;
  }
  .news_list li .news_category .category_label {
    width: auto;
    padding: 3px 8px;
    margin-right: 0;
  }
  .news_list li .news_category .category_label img {
    position: relative;
    top: 0;
    margin-top: 0;
    left: 0px;
  }
  .news_list li .news_text {
    display: block;
    margin-top: 4px;
  }
  .news_list li .news_text.ico_file, .news_list li .news_text.ico_blank, .news_list li .news_text.ico_link {
    background-position: left top;
    padding-left: 24px;
  }
  .news_list li .news_text a {
    text-decoration: underline;
  }

  .event_list > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
  .event_list > li .event_head {
    margin-bottom: 12px;
  }
  .event_list > li .event_head .limit {
    font-size: 10px;
  }
  .event_list > li .event_head .limit span {
    font-size: 14px;
  }
  .event_list > li .event_list_img {
    margin-bottom: 12px;
  }
  .event_list > li .event_data {
    margin-bottom: 12px;
  }
  .event_list > li .event_data li .title {
    font-size: 12px;
    width: 50px;
    margin-right: 10px;
  }
  .event_list > li .event_btn_list li a {
    padding: 12px 8px;
    font-size: 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 {
    height: auto;
    text-align: center;
    display: block;
    border-top: 1px #dddddd solid;
  }
  #nav_footer ul {
    display: block;
    padding: 8px 0;
  }
  #nav_footer ul li {
    margin-left: 6px;
    margin-right: 6px;
  }
  #nav_footer ul li a {
    padding: 6px 0;
  }
  #nav_footer #pagetop {
    display: block;
    margin-left: 0px;
    width: 100%;
    background: #222;
    padding: 16px 16px;
    line-height: 1;
    margin: 0;
  }
  #nav_footer #pagetop::before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    background: url(/img/common/ico_pagetop.svg) no-repeat center center;
    background-size: 8px auto;
    margin-right: 8px;
  }

  footer {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  footer #footer_logo img {
    width: 90px;
  }

  .table_blue th, .table_blue td, .table_gray th, .table_gray td {
    width: 100%;
    display: block;
  }

  .table_blue th, .table_gray th {
    text-align: left;
    padding: 8px 10px;
  }

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

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

  .table_blue td, .table_gray td {
    padding: 10px;
    border-bottom: none;
  }

  .table_blue.length_table, .table_gray.length_table {
    width: 100%;
  }

  .table_blue.length_table thead, .table_gray.length_table thead {
    display: none;
  }

  .table_blue.length_table tr, .table_blue.length_table td, .table_gray.length_table tr, .table_gray.length_table td {
    display: block;
    width: auto;
  }

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

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

  .table_blue.length_table td, .table_gray.length_table td {
    border: none;
    text-align: left;
  }

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

  .table_blue.length_table span, .table_gray.length_table span {
    font-weight: bold;
    margin-right: 10px;
  }

  .table_blue.length_table span:after, .table_gray.length_table span:after {
    content: "：";
  }

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

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

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

  .table_blue.length_table span {
    color: #8ebdff;
  }

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

  .table_gray tr:first-child th {
    border-top: none;
  }

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

  .table_gray td:last-child {
    border-bottom: none;
  }

  .table_gray.length_table tr {
    border-bottom: 1px solid #e8e6e7;
  }

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

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

  .table_gray.length_table span {
    color: #666;
  }

  .plus_btn {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .column2 {
    margin-bottom: -40px;
  }
  .column2 .column2_l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .column2 .column2_r {
    width: 100%;
    margin-bottom: 40px;
  }

  .column3 {
    margin-bottom: -40px;
  }
  .column3 .column3_l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .column3 .column3_c {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .column3 .column3_r {
    width: 100%;
    margin-bottom: 40px;
  }

  .contset .contset_img {
    text-align: center;
    width: 100%;
    margin-bottom: 16px;
  }
  .contset .contset_img img {
    width: 240px;
  }

  .column_thank {
    margin-bottom: 60px;
    text-align: center;
  }
  .column_thank img {
    width: 240px;
  }
  .column_thank .column_thank_l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0px;
  }
  .column_thank .column_thank_c {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .column_thank .column_thank_r {
    width: 100%;
    margin-bottom: 20px;
  }

  .pager {
    margin-top: 20px;
  }
  .pager .pager-num {
    display: none;
  }
}