body {
  min-width: 0;
  font-size: 1.3rem;
}

.body_wrapper {
  padding-top: 58px;
}

.pc_appear, .tb_appear {
  display: none;
}

.sp_appear {
  display: block;
}

.pc_break, .tb_break {
  display: none;
}

.sp_break {
  display: inline;
}

.tel_for_sp {
  pointer-events: auto;
}

.anchor .slim_appear {
  display: block;
}

.anchor .slim_inline_appear {
  display: inline-block;
}

.anchor .slim_break {
  display: inline;
}

.anchor .wide_appear, .anchor .wide_inline_appear, .anchor .wide_break {
  display: none;
}

.left_arrow:before {
  top: 5px;
}

.button {
  padding: 5px 20px 5px 22px;
}

.button .slim_appear {
  display: block;
}

.button .slim_inline_appear {
  display: inline-block;
}

.button .slim_break {
  display: inline;
}

.button .wide_appear, .button .wide_inline_appear, .button .wide_break {
  display: none;
}

.button.o-external {
  padding-right: 35px;
}

.button.o-external .svg {
  right: 15px;
}

.button.o-line_blue:before {
  width: 4px;
}

.button.o-arrow_right {
  padding-right: 30px;
}

.button.o-arrow_right:after {
  width: 8px;
  height: 8px;
  right: 15px;
  border-right: 1px solid #1c61ad;
  border-top: 1px solid #1c61ad;
}

.button.o-arrow_right:hover:after {
  border-right: 1px solid #009e96;
  border-top: 1px solid #009e96;
}

.button.o-arrow_bottom:after {
  width: 8px;
  height: 8px;
  top: 50%;
  margin-top: -4px;
  left: 0;
  border-right: 1px solid #1c61ad;
  border-bottom: 1px solid #1c61ad;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.button.o-arrow_bottom:hover:after {
  border-right: 1px solid #009e96;
  border-bottom: 1px solid #009e96;
}

.modal_area {
  width: calc(100% - 30px);
  padding: 10px 20px 20px;
}

.modal_close_button {
  right: 20px;
  width: 20px;
  height: 20px;
  z-index: 100;
}

.modal_close_button:before, .modal_close_button:after {
  margin-left: -10px;
  width: 25px;
}

.modal_control {
  bottom: 0;
  left: 0;
  width: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
  padding-top: 10px;
  height: 100px;
}

.modal_item {
  width: 100%;
}

.modal_item .slim_appear {
  display: block;
}

.modal_item .slim_inline_appear {
  display: inline-block;
}

.modal_item .slim_break {
  display: inline;
}

.modal_item .wide_appear, .modal_item .wide_inline_appear, .modal_item .wide_break {
  display: none;
}

.modal_item_title {
  font-size: 2.7rem;
}

.modal_item_link {
  float: none;
  margin-bottom: 5px;
}

.modal_item_link .button {
  padding: 5px 8px;
  font-size: 1.3rem;
}

.modal_item_link .o-arrow_right {
  padding-right: 22px;
}

.modal_item_link .o-arrow_right:after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  width: 7px;
  height: 7px;
  right: 12px;
}

.modal_item_link .o-arrow_right:hover:after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

.swiper-container, .swiper-slide {
  height: auto;
  min-height: inherit;
}

.modal_area.o-slide {
  padding-top: 40px;
  padding-bottom: 70px;
}

.modal_area.o-slide .modal_close_button {
  width: 50px;
  height: 50px;
}

.modal_area.o-slide .modal_close_button:before, .modal_area.o-slide .modal_close_button:after {
  margin-left: -12px;
}

.modal_item.o-slide {
  width: 100%;
}

.modal_item.o-slider {
  margin-left: 0;
  margin-right: 0;
  margin-top: -20px;
}

.modal_item.o-slider .slide_modal_image {
  width: 100%;
}

.modal_item .swiper-container-horizontal > .swiper-pagination-bullets, .modal_item .swiper-pagination-custom, .modal_item .swiper-pagination-fraction {
  width: 70%;
}

.modal_item_prev, .modal_item_next {
  width: 25px;
  height: 25px;
  top: 20px;
}

.modal_item_prev:hover, .modal_item_next:hover {
  border-right: 2px solid #1c61ad;
  border-top: 2px solid #1c61ad;
}

.modal_item_prev {
  left: 15px;
}

.modal_item_next {
  right: 15px;
}

.modal_item_pager {
  display: block;
}

.modal_item .swiper-button-disabled:hover {
  border-right: 2px solid #b4c3c3;
  border-top: 2px solid #b4c3c3;
}

.slide_modal:first-child {
  margin-top: 0;
}

.slide_modal_title {
  padding-top: 8px;
  font-size: 1.8rem;
  line-height: 1.8rem;
}

.slide_modal_subtitle {
  margin-bottom: 3px;
}

.slide_modal_caption {
  margin-bottom: 15px;
  line-height: 2.2rem;
  font-size: 1.3rem;
}

.slide_modal_number {
  display: none;
}

.slide_modal_text_title {
  font-size: 1.6rem;
}

.slide_modal_image {
  margin-bottom: 8px;
}

.slide_modal_text_block:not(:first-child) {
  margin-top: 15px;
}

.slide_modal_text_table {
  display: block;
  padding-left: 15px;
  margin: 5px 0 5px 10px;
}

.slide_modal_text_table:before {
  top: 7px;
}

.slide_modal_text_table .table_headline, .slide_modal_text_table .table_data {
  display: block;
}

.slide_modal_text_table .table_headline {
  width: 100%;
  padding: 0;
}

.panel_list_item {
  width: 100%;
  float: none;
  padding-left: 0;
}

.panel_list_item:not(:first-child) {
  margin-top: 15px;
}

.panel_list .button {
  font-size: 1.3rem;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 16px;
}

.panel_list_anchor:hover .button.o-arrow_right:after {
  border-right: 1px solid #009e96;
  border-top: 1px solid #009e96;
}

.panel_img {
  height: 0;
  padding-top: 45%;
}

.panel_img_inner {
  position: absolute;
}

.o-column_one.panel_list {
  margin: 50px 0 10px;
}

.o-column_one.panel_list .button {
  padding: 11px 30px 11px 16px;
}

.o-column_one.panel_list .button:before {
  width: 3px;
}

.o-column_one.panel_list .button_text {
  display: block;
  margin-right: 0;
  font-size: 1.6rem;
}

.o-column_one.panel_list .button .small {
  font-size: 1.2rem;
  display: block;
}

.o-column_four.panel_list .panel_list_item {
  width: 100%;
}

.post_list_anchor {
  padding-left: 0;
  padding-right: 0;
}

.post_list_info {
  position: relative;
}

.post_list_date {
  display: block;
  border: 0;
  width: auto;
}

.post_list_headline {
  width: 100%;
}

.post_list_headline_category {
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  width: auto;
  padding-right: 0;
}

.post_list_headline_text {
  margin-left: 0;
  width: 100%;
}

.list {
  font-size: 1.3rem;
  margin-bottom: 16px;
}

.list_item {
  margin-top: 5px;
  padding-left: 15px;
}

.list_item:before {
  top: 7px;
}

.list_detail {
  font-size: 1.3rem;
}

.list_detail_item {
  margin-top: 13px;
  padding-left: 0;
}

.list_detail .list_item_title {
  padding-left: 15px;
}

.list_detail .list_item_title:before {
  top: 7px;
}

.list_detail .list_item_photo {
  padding-top: 8px;
}

.list_detail .list_item_text {
  padding-left: 15px;
}

.flow {
  margin-top: 20px;
}

.flow_item {
  margin-bottom: 6px;
  padding-bottom: 24px;
}

.flow_item:after {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #00458f;
  position: absolute;
  margin-left: -5px;
}

.flow_title {
  padding-bottom: 3px;
  margin-bottom: 10px;
}

.flow_title_num {
  font-size: 1.6rem;
}

.flow_title_main {
  font-size: 1.3rem;
  margin-left: 5px;
}

.flow .column_image {
  margin-top: 10px;
}

.table {
  margin-bottom: 80px;
}

.table_contents_row {
  display: block;
}

.table_contents_row:not(:last-child) {
  border-bottom: none;
}

.table_contents_title {
  display: block;
  width: 100%;
  padding: 10px 15px 8px;
}

.table_contents_main {
  display: block;
  padding: 15px;
}

.table_contents_item:not(:last-child) {
  margin-bottom: 15px;
}

.table_contents_item.special {
  margin-bottom: 0;
}

.table_contents_item_photo {
  margin-top: 7px;
}

.table_contents_item_note {
  font-size: 1.2rem;
}

.table_contents_item_link {
  margin: 13px 0 5px;
}

.table_contents_item_link_anchor {
  padding-left: 15px;
  display: block;
}

.table_contents_item_link_anchor:before {
  width: 8px;
  height: 8px;
  top: 7px;
  border-right: 1px solid #1c61ad;
  border-top: 1px solid #1c61ad;
}

.table_contents_item_link_anchor:hover:before {
  border-right: 1px solid #009e96;
  border-top: 1px solid #009e96;
}

.table_contents_flow_item {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 30px;
}

.table_contents_flow_item:after {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #00458f;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}

.table_contents_flow_item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.table_contents_flow_item:last-child:after {
  display: none;
}

.table_links {
  margin-top: 25px;
}

.table_links_item {
  position: relative;
}

.table_links_item:not(:last-child) {
  margin-bottom: 5px;
}

.table_links_item:before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #1c61ad;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}

.table_links_anchor {
  font-weight: 800;
  color: #002245;
  padding: 12px 15px;
  display: block;
  border: 1px solid #b4c3c3;
  position: relative;
}

.table_links_anchor:after {
  content: "";
  width: 8px;
  height: 8px;
  right: 15px;
  top: 50%;
  border-right: 1px solid #1c61ad;
  border-top: 1px solid #1c61ad;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -5px;
}

.table_button {
  margin-top: 20px;
}

.table_button_anchor {
  width: 100%;
  padding: 15px 0 13px;
  font-size: 1.5rem;
}

.table_button_anchor:after {
  width: 10px;
  height: 10px;
  top: 50%;
  right: 20px;
  border-right: 2px solid #002245;
  border-top: 2px solid #002245;
}

.table_button_anchor:hover:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

.col_2 {
  width: 100%;
}

.col_2.o-left, .col_2.o-right, .col_2.o-center {
  padding: 0;
  float: none;
}

.chapter_title {
  font-size: 3.0rem;
  line-height: 1.2;
  margin-bottom: 15px;
}

.chapter_title_small, .chapter_text {
  font-size: 1.3rem;
}

.chapter_image.o-large {
  padding-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
}

.column {
  width: 100%;
}

.column_container {
  margin-top: 25px;
}

.column_container:after {
  display: block;
  clear: both;
  content: '';
  height: 0;
}

.column_title {
  margin-top: 45px;
  margin-bottom: 20px;
  font-size: 2.2rem;
  padding-left: 15px;
  border-left: 3px solid #1c61ad;
}

.column_subtitle {
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.column_image.o-large {
  margin: 0 -15px 10px;
  width: calc(100% + 30px);
}

.column_image.o-medium {
  margin-bottom: 10px;
}

.column_image_caption {
  font-size: 1.0rem;
  display: inline-block;
  margin-top: 10px;
}

.header {
  min-height: 58px;
}

.header_top {
  min-height: 58px;
  border-bottom: 4px solid #1c61ad;
}

.header_logo {
  padding-left: 15px;
  padding-top: 14px;
  padding-bottom: 8px;
  width: 60%;
  min-width: 230px;
  max-width: 306px;
}

.header_logo_img {
  width: 100%;
}

.header_action {
  padding-top: 12px;
}

.header_action_contact_img {
  width: 25px;
  height: 25px;
}

.header_action_menu {
  width: 35px;
  margin: 0 5px;
}

.header_action_menu_img {
  width: 25px;
  height: 25px;
}

.header.o-open {
  padding-top: 58px;
}

.topic_path_inner {
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 10px;
}

.topic_path_item {
  font-size: 1.3rem;
}

.topic_path_anchor:after {
  width: 9px;
  height: 9px;
}

.main {
  width: 100%;
  padding-top: 35px;
}

.main .slim_appear {
  display: block;
}

.main .slim_inline_appear {
  display: inline-block;
}

.main .slim_break {
  display: inline;
}

.main .wide_appear, .main .wide_inline_appear, .main .wide_break {
  display: none;
}

.main_inner {
  padding-left: 15px;
  padding-right: 15px;
}

.modal_item.o-slide .modal_item_inner {
  padding: 0;
}

.main_bottom {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 40px;
  padding: 40px 0 75px;
}

.main_bottom .contact_area {
  padding: 0 15px;
}

.main_bottom .contact_area_text {
  font-size: 1.3rem;
  text-align: left;
}

.main_bottom .contact_area_list {
  margin-top: 20px;
  width: 100%;
}

.main_bottom .contact_area_item {
  width: 100%;
  float: none;
}

.main_bottom .contact_area_item:not(:first-child) {
  margin-top: 15px;
}

.main_bottom .contact_area_anchor {
  height: auto;
}

.main_bottom .contact_area_anchor.o-mail {
  padding: 15px 25px;
  font-size: 1.5rem;
}

.main_bottom .contact_area_anchor.o-mail .svg {
  width: 30px;
  height: 30px;
}

.main_bottom .contact_area_anchor.o-phone {
  padding-top: 20px;
  padding-bottom: 20px;
  pointer-events: auto;
}

.main_bottom .contact_area_anchor.o-phone .svg {
  width: 30px;
  height: 30px;
}

.main_bottom .contact_area_anchor.o-phone .contact_area_anchor_notice {
  font-size: 1.2rem;
}

.main_bottom .contact_area_anchor.o-phone .contact_area_anchor_text {
  font-size: 1.2rem;
  width: 215px;
  white-space: nowrap;
}

.main_bottom .contact_area_anchor.o-phone .contact_area_anchor_time {
  font-size: 1.2rem;
}

.main_bottom .contact_area_anchor.o-phone .contact_area_anchor_phone {
  font-size: 2.2rem;
}

.main_bottom .links {
  padding: 0 15px;
}

.main_bottom .links_item {
  float: left;
  width: 48%;
}

.main_bottom .links_item:nth-child(2) {
  float: right;
}

.main_bottom .links_item_anchor {
  font-size: 1.3rem;
  padding: 20px 0;
}

.main_bottom .links_item_anchor:after {
  width: 8px;
  height: 8px;
  right: 15px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

.main_bottom .return {
  margin-top: 30px;
}

.main_bottom .return_anchor {
  padding: 11px 30px 9px 50px;
  font-size: 1.3rem;
}

.main_bottom .return_anchor:before {
  width: 8px;
  height: 8px;
  left: 15px;
  border-right: 1px solid #1c61ad;
  border-top: 1px solid #1c61ad;
  margin-top: -6px;
}

.main_bottom .return_anchor:hover:before {
  border-right: 1px solid #009e96;
  border-top: 1px solid #009e96;
}

.page_top {
  width: 100%;
}

.page_top_icon {
  right: 0;
  width: 53px;
  height: 55px;
}

.page_top_icon:after {
  width: 15px;
  height: 15px;
  margin-top: -3px;
  margin-right: -8px;
}

.footer .slim_appear {
  display: block;
}

.footer .slim_inline_appear {
  display: inline-block;
}

.footer .slim_break {
  display: inline;
}

.footer .wide_appear, .footer .wide_inline_appear, .footer .wide_break {
  display: none;
}

.footer_inner {
  padding-left: 15px;
  padding-right: 15px;
}

.footer_top {
  padding: 23px 0 20px;
}

.footer .contact_nav {
  position: relative;
}

.footer .contact_nav_title {
  width: 104px;
}

.footer .contact_nav_title.o-open .contact_nav_title_anchor {
  background: #00458f;
  color: #fff;
}

.footer .contact_nav_title.o-open .contact_nav_title_anchor:hover {
  background: #00458f;
  color: #fff;
}

.footer .contact_nav_title.o-open + .contact_nav_list {
  display: block;
}

.footer .contact_nav_title_anchor:hover {
  background: #dae525;
  color: #002245;
}

.footer .contact_nav_list {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: #dae525;
  width: 150px;
  margin-left: 0;
}

.footer .contact_nav_list:after {
  display: block;
  clear: both;
  content: '';
  height: 0;
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #dae525;
}

.footer .contact_nav_item {
  float: left;
  width: 50%;
  text-align: center;
  padding: 10px 0;
}

.footer .contact_nav_item:first-child .contact_nav_item_anchor {
  border-right: 1px solid #fff;
}

.footer .contact_nav_item_anchor {
  display: block;
  font-weight: 800;
}

.footer .contact_nav_item_anchor:hover {
  color: #002245;
}

.footer .contact_nav_item .svg {
  display: block;
  margin: 0 auto;
  fill: #1c61ad;
  width: 30px;
  height: 40px;
}

.footer .sns_nav_item {
  margin-left: 17px;
}

.footer .contact_footer_notice {
  clear: both;
  padding-top: 5px;
  font-size: 1.2rem;
}

.footer .contact_footer_notice_text {
  font-weight: 800;
}

.footer .contact_footer_notice_time {
  opacity: .6;
}

.footer .site_map {
  padding-bottom: 20px;
}

.footer .site_map_title {
  padding-top: 15px;
}

.footer .site_map_title_button {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  padding: 15px 0;
  font-weight: 800;
  position: relative;
}

.footer .site_map_title_button:before {
  content: "";
  width: 21px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -1px;
}

.footer .site_map_title_button:after {
  content: "";
  width: 21px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -1px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.footer .site_map_title_button[aria-selected=true] {
  border: 1px solid #003a79;
  background: #003a79;
}

.footer .site_map_title_button[aria-selected=true]:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.footer .site_map_inner {
  display: none;
  overflow: hidden;
  transition: height 0.5s cubic-bezier(0.44, 0.03, 0.14, 0.98);
}

.footer .site_map_inner[aria-expanded=true] {
  display: block;
}

.footer .site_map_inner[aria-expanded=true] .site_map_inner {
  display: block;
}

.footer .site_map_list {
  padding: 0;
}

.footer .site_map_list:not(:last-child) {
  border-bottom: 0;
}

.footer .site_map_item {
  width: 49%;
  margin-left: 2%;
  margin-top: 25px;
}

.footer .site_map_item:nth-child(odd) {
  clear: left;
  margin-left: 0;
}

.footer .local_map.o-parts {
  margin-left: 10px;
}

.footer .privacy_mark {
  float: none;
  text-align: center;
}

.footer .privacy_mark_img_inner {
  width: 30px;
  height: auto;
}

.footer .copyright {
  font-size: 1.0rem;
  float: none;
  margin: 10px 0 5px;
  text-align: center;
}

.legacy .footer .site_map_title_button:before, .legacy .footer .site_map_title_button:after {
  display: none;
}
