@charset "UTF-8";
/* reset */
/* ============================================ */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

img {
  max-width: 100%;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* hidden */
visually-hidden {
  display: none;
}

.visually-hidden2 {
  display: none;
}

/* Generic class */
/* ============================================ */
.only_pc {
  display: block;
}

.only_sp {
  display: none;
}

@media (max-width: 960px) {
  .only_pc {
    display: none;
  }
  .only_sp {
    display: block;
  }
  .disp_inline {
    display: inline-block;
  }
}
.mg00 {
  margin: 0 !important;
}

.mga {
  margin: auto !important;
}

.mt00 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr00 {
  margin-right: 0 !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml00 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pd00 {
  padding: 0 !important;
}

.pt00 {
  padding-top: 0 !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr00 {
  padding-right: 0 !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl00 {
  padding-left: 0 !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.p00 {
  padding: 0 !important;
}

.p05 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p40 {
  padding: 40px !important;
}

.p50 {
  padding: 50px !important;
}

.flr {
  float: right;
}

.fll {
  float: left;
}

.clb {
  clear: both;
}

.cll {
  clear: left;
}

.clr {
  clear: right;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

.fwb {
  font-weight: bold !important;
}

.fwn {
  font-weight: normal !important;
}

.fs_10 {
  font-size: 1rem;
}

.fs_11 {
  font-size: 1.1rem;
}

.fs_12 {
  font-size: 1.2rem;
}

.fs_13 {
  font-size: 1.3rem;
}

.fs_14 {
  font-size: 1.4rem;
}

.fs_15 {
  font-size: 1.5rem;
}

.fs_16 {
  font-size: 1.6rem;
}

.fs_17 {
  font-size: 1.7rem;
}

.fs_18 {
  font-size: 1.8rem;
}

.fs_19 {
  font-size: 1.9rem;
}

.fs_20 {
  font-size: 2rem;
}

.f_b {
  font-weight: bold;
}

.wsn {
  white-space: nowrap !important;
}

.a_r {
  text-align: right;
}

.a_l {
  text-align: left;
}

.a_c {
  text-align: center;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.red {
  color: #CB4242;
}

.gray {
  color: #8096A3;
}

.color01 {
  color: #0070CC;
}

.color02 {
  color: #EE7D31;
}

.bg_color_wh {
  background-color: #fff !important;
}

.w_100 {
  width: 100% !important;
}

.w_auto {
  width: auto !important;
}

.vam {
  vertical-align: middle;
}

/* layout */
/* ============================================ */
html {
  font-size: 62.5%;
}

body {
  font-family: "Arial", "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #46545C;
  font-size: 1.6rem;
  padding-top: 89px;
  overflow-x: hidden;
  word-break: break-all;
  background-color: #FAFAFA;
}

@media (min-width: 961px) {
  body:before {
    content: "";
    transition: 0.3s;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #8096A3;
    z-index: 4;
    pointer-events: none;
    opacity: 0;
  }
  body.b_shadow:before {
    transition: all 0.3s ease;
    opacity: 0.6;
    pointer-events: initial;
  }
}
@media (max-width: 960px) {
  body {
    padding-top: 80px;
  }
}
main {
  line-height: 1.6;
}

/* header */
.header {
  transition: 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FAFAFA;
  z-index: 11;
}
.header_wrap {
  width: 100%;
  position: relative;
}
.header_inner {
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  border-bottom: solid 1px #EBEEF0;
}
.header_nav {
  display: flex;
  justify-content: flex-end;
}
.header_nav_link {
  display: flex;
  margin-right: 10px;
}
.header_nav_link > li {
  margin: 0 10px;
}
.header_nav_link > li > a {
  padding: 7px 14px 35px 1px;
  display: block;
  position: relative;
}
.header_nav_link > li > a.-noArrow {
  padding: 7px 1px 35px 1px;
}
.header_nav_link > li:last-child > a {
  padding: 7px 14px 35px 0;
}
.header_nav_link > li > a:not(.-noArrow)::before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #46545C;
  border-bottom: 1px solid #46545C;
  transform: rotate(45deg);
}
.header.c_w .header_nav_link > li > a::before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.header_nav_link > li > a svg path {
  fill: #8096A3;
}
@media screen and (min-width: 961px) and (max-width: 1270px) {
  .header_nav_link {
    margin-right: 5px;
  }
  .header_nav_link > li {
    margin: 0 5px;
  }
  .header_nav_link > li > a, 
  .header_nav_link > li > a.-noArrow {
    font-size: 1.13vw;
    padding-top: 9px;
  }
  .header_nav_link > li > a > svg {
    width: 11vw;
  }
}
.header_nav_link > li.current {}
.header_nav_link > li.current > a::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #8096A3;
}
.header_nav_link > li:hover > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #8096A3;
}
.header_nav_link > li.ac .header_nav_menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}
.header_nav_search {
  padding-top: 7px;
  margin-right: 30px;
}
.header_nav_search_txt {
  cursor: pointer;
  height: 100%;
}
.header_nav_search_menu {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #FAFAFA;
  display: none;
}
.header_nav_search_menu_wrap {
  width: calc(100% - 40px);
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.header_nav_search_menu_inner {
  max-width: 948px;
  margin: 0 auto;
  padding: 35px 0 45px;
}
.header_nav_search_ttl {
  font-weight: bold;
}
.header_nav_search_box {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.header_nav_search_box input[type=text] {
  display: block;
  width: 69%;
  font-size: 1.4rem;
  border-radius: 6px;
  border: solid 1px #8096A3;
  padding: 15px 20px;
}
.header_nav_search_box button {
  display: block;
  width: 27.6%;
  color: #fff;
  background: #8096A3 url(/common/img/ico-search2.svg) no-repeat center right 10px;
  padding: 0 20px;
  border-radius: 6px;
}
.header_nav_search_link {
  display: flex;
  margin-top: 30px;
}
.header_nav_search_link li {
  margin-right: 30px;
}
.header_nav_search_link img {
  display: inline-block;
  margin-left: 10px;
}
.header_nav_search_close {
  position: absolute;
  top: 20px;
  right: 0;
  cursor: pointer;
}
.header_nav_input {
  margin-right: 10px;
  padding-top: 2px;
  padding-left: 10px;
  position: relative;
}
.header_nav_input:before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #D5E3EB;
  position: absolute;
  left: 0;
  top: 5px;
}
.header_nav_input_inner {
  position: relative;
}
.header_nav_input_inner input {
  font-size: 1.2rem;
  padding: 5px 10px;
  border-radius: 12px;
  border: solid 1px #D5E3EB;
}
.header_nav_input_btn {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_nav_input_btn svg path {
  fill: #8096A3;
}
.header_nav_input .mf_finder_container .mf_finder_searchBox_doctype {
  display: none;
}
.header_nav_input .mf_finder_container .mf_finder_searchBox_misc {
  display: none;
}
.header_nav_input .mf_finder_container .mf_finder_searchBox_items {
  padding: 0;
  width: 175px;
}
.header_nav_input .mf_finder_container .mf_finder_searchBox_query_input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  min-height: inherit;
  font-size: 1.2rem;
  padding: 5px 10px;
  border-radius: 12px;
  border: solid 1px #D5E3EB;
}
.header_nav_input .mf_finder_container .mf_finder_searchBox_query_input:focus {
  border-color: #8096A3;
}
.header_nav_input .mf_finder_container .mf_finder_searchBox_submit {
  background: url(/common/img/search.svg) no-repeat center;
  background-size: 12px 12px;
  color: #46545C;
  height: 16px;
  width: 16px;
  padding: 0;
  border-radius: 0;
  position: absolute;
  right: 5px;
  top: 5px;
  height: 16px;
}
.header_nav_input .mf_finder_container .mf_finder_searchBox_submit:before {
  content: none;
}
.header_nav_input .mf_finder_container .mf_finder_searchBox_submit span {
  display: none;
}
@media screen and (min-width: 961px) and (max-width: 1270px) {
  .header_nav_input {
    margin-right: 0;
    padding-left: 0;
  }
  .mf_finder_searchBox {
    margin: 0 0.5rem;
  }
  .header_nav_input .mf_finder_container .mf_finder_searchBox_items {
    width: 12vw;
    min-width: 120px;
    max-width: 175px;
  }
}
.header_nav_lang {
  padding-top: 7px;
}
.header_nav_lang_icw {
  display: none;
}
.header_nav_lang a:hover {
  opacity: 0.6;
}
.header_nav_menu {
  width: 100%;
  position: absolute;
  top: 90%;
  left: 0;
  background-color: #FAFAFA;
  transition: all 0.3s ease;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.header_nav_menu_inner {
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  padding: 30px 0 40px;
}
.header_nav_menu_overview {
  width: 300px;
  font-size: 2.2rem;
  border-right: 1px solid rgba(128, 150, 163, 0.2);
}
.header_nav_menu_overview > a {
  margin-bottom: 10px;
  display: block;
  padding-left: 15px;
}
.header_nav_menu_overview img {
  margin-left: 10px;
}
.header_nav_menu_overview span {
  font-size: 1.4rem;
}
.header_nav_menu_overview._small {
  font-size: 1.8rem;
}
.header_nav_menu_overview._small img {
  width: 18px;
  height: auto;
}
.header_nav_menu_overview_under {
  padding-right: 30px;
}
.header_nav_menu_overview_under > span {
  display: block;
  font-size: 1.4rem;
  padding: 15px;
  position: relative;
  transition: 0.3s;
}
.header_nav_menu_overview_under > span:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/common/img/ico-arr4.svg) no-repeat center;
  position: absolute;
  transition: all 0.3s;
  right: 14px;
  top: 9px;
}
.header_nav_menu_overview_under > span:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/common/img/ico-arr3.svg) no-repeat center;
  position: absolute;
  transition: all 0.3s;
  right: 60px;
  top: 9px;
  opacity: 0;
}
.header_nav_menu_overview_under > span:hover {
  background-color: #8096A3;
  color: #fff;
}
.header_nav_menu_overview_under > span:hover:before {
  opacity: 0;
}
.header_nav_menu_overview_under > span:hover:after {
  right: 14px;
  opacity: 1;
}
.header_nav_menu_overview_under > a {
  display: block;
  font-size: 1.4rem;
  padding: 15px;
  position: relative;
}
.header_nav_menu_overview_under > a:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/common/img/ico-arr4.svg) no-repeat center;
  position: absolute;
  transition: all 0.3s;
  right: 14px;
  top: 9px;
}
.header_nav_menu_overview_under > a:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/common/img/ico-arr3.svg) no-repeat center;
  position: absolute;
  transition: all 0.3s;
  right: 60px;
  top: 9px;
  opacity: 0;
}
.header_nav_menu_overview_under > a:hover {
  background-color: #8096A3;
  color: #fff;
}
.header_nav_menu_overview_under > a:hover:before {
  opacity: 0;
}
.header_nav_menu_overview_under > a:hover:after {
  right: 14px;
  opacity: 1;
}
.header_nav_menu_overview_under .header_nav_menu_list {
  display: none;
  position: absolute;
  right: 20px;
  top: 13px;
  width: calc(100% - 339px);
  height: 100%;
}
.header_nav_menu_overview_under:hover .header_nav_menu_list {
  display: block;
}
.header_nav_menu_list {
  width: calc(100% - 300px);
  padding-left: 30px;
}
.header_nav_menu_list_ttl {
  font-size: 1.4rem;
  font-weight: bold;
}
.header_nav_menu_list_ttl img {
  width: 14px;
  height: auto;
  margin-left: 5px;
}
.header_nav_menu_list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 13px;
}
.header_nav_menu_list ul li {
  width: 31%;
  margin-right: 3.5%;
  border-bottom: 1px solid #D5E3EB;
  font-size: 1.4rem;
}
.header_nav_menu_list ul li:nth-child(3n) {
  margin-right: 0;
}
.header_nav_menu_list ul li a {
  display: block;
  padding: 17px 0;
  position: relative;
}
.header_nav_menu_list ul li a:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/common/img/ico-arr2.svg) no-repeat center;
  position: absolute;
  transition: all 0.3s;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header_nav_menu_list ul li a:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/common/img/ico-arr2.svg) no-repeat center;
  position: absolute;
  transition: all 0.3s;
  right: 60px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.header_nav_menu_list ul li a:hover:before {
  opacity: 0;
}
.header_nav_menu_list ul li a:hover:after {
  opacity: 1;
  right: 0;
}
.header_nav_menu_list ul + .header_nav_menu_list_ttl {
  margin-top: 45px;
}

@media (max-width: 960px) {
  .header_nav {
    display: none;
  }
  .header_inner {
    height: 80px;
    padding-top: 25px;
  }
  .header_sp {
    width: 100%;
    height: calc(100% - 79px);
    position: fixed;
    top: 79px;
    left: 100%;
    background: #FAFAFA;
    overflow-y: auto;
    transition: all 0.3s;
  }
  .header_sp_search {
    padding: 5px 20px 30px;
    border-bottom: 1px solid #D5E3EB;
  }
  .header_sp_search input {
    display: block;
    background: #EBEEF0 url(/common/img/ico-search.svg) no-repeat center left 15px;
    font-size: 14px;
    padding: 15px 15px 15px 45px;
    width: 100%;
    border-radius: 6px;
  }
  .header_sp_search .mf_finder_searchBox_doctype {
    display: none;
  }
  .header_sp_search .mf_finder_searchBox_misc {
    display: none;
  }
  .header_sp_search .mf_finder_searchBox {
    margin: 0;
  }
  .header_sp_search .mf_finder_searchBox_items {
    padding: 0;
  }
  .header_sp_search .mf_finder_searchBox_submit {
    display: none;
  }
  .header_sp_list > li {
    width: 100%;
    border-bottom: 1px solid #D5E3EB;
  }
  .header_sp_list > li > a {
    display: block;
    font-size: 1.4rem;
    padding: 20px 40px 20px 20px;
    background: url(/common/img/ico-arr2.svg) no-repeat center right 20px;
  }
  .header_sp_list .has_memu {
    position: relative;
  }
  .header_sp_list .has_memu_ico {
    display: block;
    width: 54px;
    height: 54px;
    background: url(/common/img/ico-plus.svg) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .header_sp_list .has_memu > a {
    background: none;
  }
  .header_sp_list .has_memu > a svg path {
    fill: #8096A3;
  }
  .header_sp_list_inner {
    display: none;
  }
  .header_sp_list_inner > li {
    border-top: 1px solid #D5E3EB;
  }
  .header_sp_list_inner > li a {
    padding: 20px 40px;
    display: block;
    background: #EBEEF0 url(/common/img/ico-arr2.svg) no-repeat center right 20px;
  }
  .header_sp_list .has_memu.open > a {
    background-color: #EBEEF0;
  }
  .header_sp_list .has_memu.open .has_memu_ico {
    background-image: url(/common/img/ico-minus.svg);
  }
  .header_sp_list .has_memu.open .header_sp_list_inner {
    display: block;
  }
  .header_sp_list_under {
    margin-top: 15px;
  }
  .header_sp_list_under > li {
    padding: 15px;
  }
  .header_sp_list_under > li img {
    margin-right: 10px;
  }
  .header_sp_menu {
    display: block;
    width: 30px;
    height: 30px;
    background: url(/common/img/ico_menu_open.svg) no-repeat center;
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
  }
  .header_inner.open .header_sp {
    left: 0;
  }
  .header_inner.open .header_sp_menu {
    background-image: url(/common/img/ico_menu_close.svg);
  }
}
/* footer */
.footer {
  margin-top: 150px;
  background: #EBEEF0;
  padding: 70px 0 60px;
}
.footer_inner {
  max-width: 1144px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.footer_nav:nth-child(1) {
  width: 18%;
}
.footer_nav:nth-child(2) {
  width: 22%;
}
.footer_nav:nth-child(3) {
  width: 22%;
}
.footer_nav:nth-child(4) {
  width: 22%;
}
.footer_nav_wrap {
  display: flex;
  justify-content: space-between;
}
.footer_nav > li + li {
  margin-top: 45px;
}
.footer_nav_ttl {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.footer_nav_ttl a:hover {
  text-decoration: underline;
}
.footer_nav_ttl._02 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: normal;
}
.footer_nav_link {
  font-size: 1.3rem;
}
.footer_nav_link > li {
  line-height: 1.6;
}
.footer_nav_link > li + li {
  margin-top: 16px;
}
.footer_nav_link a:hover {
  text-decoration: underline;
}
.footer_under {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer_under_copy {
  font-size: 1.4rem;
}

@media (max-width: 960px) {
  .footer {
    margin-top: 90px;
    padding: 25px 0 40px;
  }
  .footer_nav:nth-child(1) {
    width: 100%;
  }
  .footer_nav:nth-child(2) {
    width: 100%;
  }
  .footer_nav:nth-child(3) {
    width: 100%;
  }
  .footer_nav:nth-child(4) {
    width: 100%;
  }
  .footer_nav_wrap {
    display: block;
  }
  .footer_nav_ttl {
    font-size: 1.6rem;
    margin-bottom: 0;
    border-bottom: 1px solid #8096A3;
    position: relative;
  }
  .footer_nav_ttl_menu {
    display: block;
    width: 54px;
    height: 54px;
    background: url(/common/img/ico-plus.svg) no-repeat center;
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
  }
  .footer_nav_ttl a {
    display: block;
    padding: 24px 0;
  }
  .footer_nav_ttl._02 {
    font-size: 1.6rem;
    margin-bottom: 0;
    border-bottom: 1px solid #8096A322;
    position: relative;
    padding: 24px 0;
    margin: 0;
  }
  .footer_nav_ttl._02:last-of-type {
    border-bottom: 0;
  }
  .footer_nav_link {
    display: none;
  }
  .footer_nav_link > li a {
    display: block;
    font-size: 1.4rem;
    padding: 20px 40px 20px 20px;
    background: url(/common/img/ico-arr2.svg) no-repeat center right 20px;
    border-bottom: 1px solid #8096A322;
  }
  .footer_nav_link > li + li {
    margin-top: 0;
  }
  .footer_nav_link:last-child > li:last-child a {
    border-bottom: 0;
  }
  .footer_nav_link._under {
    margin: 0 -20px;
    padding: 0 20px;
    background-color: #FAFAFA;
  }
  .footer_nav_link._sp_normal {
    display: block;
    margin-top: 40px;
  }
  .footer_nav_link._sp_normal li a {
    background: none;
    border-bottom: 0;
    padding: 0 0 25px;
  }
  .footer_nav > li + li {
    margin: 0;
  }
  .footer_nav_ttl.open {
    border-bottom: 0;
  }
  .footer_nav_ttl.open .footer_nav_ttl_menu {
    background-image: url(/common/img/ico-minus.svg);
  }
  .footer_nav_ttl.open + .footer_nav_link {
    display: block;
  }
  ._under .footer_nav_ttl.open {
    border-bottom: 1px solid #8096A322;
  }
  .footer_nav.sp_show .footer_nav_link {
    display: block;
  }
  .footer_nav.sp_show .footer_nav_link > li a {
    padding-left: 0;
  }
  .footer_under {
    align-items: flex-start;
    flex-flow: column;
    margin-top: 65px;
  }
  .footer_under_copy {
    order: 2;
    margin-top: 13px;
  }
  .footer_under_logo {
    order: 1;
  }
  .footer_under_logo img {
    width: 120px;
    height: auto;
  }
}
/* infomaiton */
.area_news {
  max-width: 1184px;
  margin: 100px auto 0;
  position: relative;
}
@media (min-width: 961px) {
  .area_news {
    width: calc(100% - 40px);
  }
}
.area_news_read {
  font-size: 6.4rem;
  position: relative;
  line-height: 1;
  order: 1;
  opacity: 0;
  transition: 0.3s;
}
.area_news_read:before {
  content: "";
  display: block;
  width: 15px;
  height: 48px;
  background: url(/common/img/img-ttl.svg) no-repeat top left;
  position: absolute;
  top: 7px;
  left: -40px;
  background-position: center -48px;
  background-repeat: no-repeat;
  transition: background-position 0.9s;
}
.area_news_read:after {
  content: "最新情報";
  display: block;
  font-size: 1.4rem;
  margin-top: 7px;
}
.path-en .area_news_read:after {
  content: none;
}
.area_news_read.is-visible {
  opacity: 1;
}
.area_news_read.is-visible:before {
  background-position: center 0;
}
.area_news_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area_news_list ul {
  margin-top: 15px;
  order: 3;
  width: 100%;
}
.area_news_list ul li {
  display: flex;
  font-size: 1.4rem;
  padding: 28px 0;
  border-bottom: 1px solid #EBEEF0;
}
.area_news_list_day {
  order: 2;
  width: 7%;
  color: #8096A3;
}
.area_news_list_label {
  order: 1;
  width: 11%;
  position: relative;
  padding-left: 10px;
  font-weight: bold;
}
.area_news_list_label:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: url(/common/img/img_info.svg) no-repeat center left;
  position: absolute;
  top: 9px;
  left: 0;
}
.area_news_list_link {
  order: 3;
  width: 82%;
  padding-left: 55px;
}
@media (max-width: 960px) {
  .area_news_list_link .link_txt {
    display: inline-block;
  }
}
.area_news_list_link .link_txt:hover {
  text-decoration: underline;
}
.area_news_list_under {
  order: 2;
  display: flex;
}
.area_news_list_under a {
  display: flex;
  width: 262px;
  height: 64px;
  padding: 0 30px 0 24px;
  align-items: center;
  background-color: #8096A3;
  color: #EBEEF0;
  font-size: 1.5rem;
  border-radius: 3px;
  position: relative;
}
.area_news_list_under a + a {
  margin-left: 30px;
}
.area_news_list_under a:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/common/img/ico-arr3.svg);
  position: absolute;
  right: 14px;
  top: 23px;
}
.area_news_list_under a:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/common/img/ico-arr3.svg);
  position: absolute;
  right: 60px;
  top: 23px;
  opacity: 0;
}
.area_news_list_under a:hover:before {
  opacity: 0;
}
.area_news_list_under a:hover:after {
  right: 14px;
  opacity: 1;
}
.area_news_list_under a._mouse_on:after, .area_news_list_under a._mouse_on:before {
  transition: all 0.3s;
}
.area_news_list_rss {
  order: 4;
  display: inline-block;
  margin-top: 30px;
  font-size: 1.4rem;
}
.area_news_list_rss:hover {
  text-decoration: underline;
}
.area_news_list_rss img {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.area_news_list._nocat .area_news_list_day {
  width: 5.5em;
  font-size: 1.5rem;
}
@media (max-width: 960px) {
  .area_news_list._nocat .area_news_list_day {
    margin-bottom: 20px;
    line-height: 1;
  }
}
@media (min-width: 961px) {
  .area_news_list._nocat .area_news_list_link {
    width: calc(100% - 6em);
  }
}
.area_news_caution {
  margin-bottom: 55px;
  font-size: 1.5rem;
}
.area_news_caution dt {
  color: #CB4242;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.area_news_caution dt i {
  width: 16px;
  height: 16px;
  color: #fff;
  border-radius: 50%;
  line-height: 1;
  background-color: #CB4242;
  display: inline-block;
  text-align: center;
  font-style: inherit;
  padding: 1px;
  margin-right: 3px;
}
.area_news_caution dd li {
  border-bottom: 1px solid #D5E3EB;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.area_news_caution dd li:not(:first-child) {
  margin-top: 15px;
}
.area_news_caution dd li a:hover {
  text-decoration: underline;
}
.area_news_caution_day {
  color: #8096A3;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 961px) {
  .area_news_caution_day {
    margin-right: 5%;
  }
}
@media (max-width: 960px) {
  .area_news_caution_day {
    display: block;
  }
}

@media (max-width: 960px) {
  .area_news {
    margin-top: 90px;
  }
  .area_news_read {
    font-size: 3.4rem;
    padding-left: 14px;
  }
  .area_news_read:before {
    width: 8px;
    height: 27px;
    background-size: 8px 27px;
    top: 4px;
    left: 0;
  }
  .area_news_list ul {
    order: 2;
    padding: 0;
  }
  .area_news_list ul li {
    margin-top: 40px;
    flex-wrap: wrap;
    font-size: 1.6rem;
    padding-top: 0;
  }
  .area_news_list_day {
    width: auto;
  }
  .area_news_list_label {
    width: auto;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #8096A3;
  }
  .area_news_list_link {
    width: 100%;
    padding: 0;
  }
  .area_news_list_link .link_txt {
    margin-top: 30px;
    line-height: 1.6;
  }
  .area_news_list_under {
    width: 100%;
    flex-wrap: wrap;
    order: 3;
    margin-top: 60px;
  }
  .area_news_list_under a {
    width: 100%;
    height: 60px;
  }
  .area_news_list_under a + a {
    margin-left: 0;
    margin-top: 25px;
  }
  .area_news_list_rss {
    margin-left: 0;
  }
}
/* contents */
.breadcrumb {
  max-width: 1300px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 20px 0;
  font-size: 1.3rem;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow-x: auto;
}
.breadcrumb ul li {
  margin-right: 12px;
}
.breadcrumb ul li:not(:last-child):after {
  content: "/";
  display: inline-block;
  padding-left: 12px;
}
.breadcrumb ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 960px) {
  .breadcrumb {
    padding-bottom: 5px;
  }
  .breadcrumb ul {
    flex-wrap: nowrap;
    padding-bottom: 15px;
  }
  .breadcrumb ul li {
    white-space: nowrap;
  }
}
/*==========
  レイアウトパーツ
==========*/
.layout_col {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 961px) {
  .layout_col_2 > * {
    width: 48.5%;
  }
  .layout_col_2 > *:not(:nth-child(even)) {
    margin-right: 3%;
  }
  .layout_col_2 > *:not(:nth-last-child(-n+2)) {
    margin-bottom: 3%;
  }
}
@media (max-width: 960px) {
  .layout_col_2 > *:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 961px) {
  .layout_col_3 > * {
    width: 31.333%;
  }
  .layout_col_3 > *:not(:nth-child(3n)) {
    margin-right: 3%;
  }
  .layout_col_3 > *:not(:nth-last-child(-n+3)) {
    margin-bottom: 3%;
  }
}
@media (max-width: 960px) {
  .layout_col_3 > *:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 961px) {
  .layout_col_4 > * {
    width: 22.75%;
  }
  .layout_col_4 > *:not(:nth-child(4n)) {
    margin-right: 3%;
  }
  .layout_col_4 > *:not(:nth-last-child(-n+4)) {
    margin-bottom: 3%;
  }
}
@media (max-width: 960px) {
  .layout_col_4 > *:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 961px) {
  .layout_col_5 > * {
    width: 17.5%;
  }
  .layout_col_5 > *:not(:nth-child(5n)) {
    margin-right: 3%;
  }
  .layout_col_5 > *:not(:nth-last-child(-n+5)) {
    margin-bottom: 3%;
  }
}
@media (max-width: 960px) {
  .layout_col_5 > *:not(:last-child) {
    margin-bottom: 30px;
  }
}

/*==========
  タイトル
==========*/
.ttl_01 {
  font-size: 64px;
  position: relative;
  line-height: 1;
  opacity: 0;
  transition: 0.3s;
}
.inner_right .ttl_01 {
  padding-left: 40px;
}
.ttl_01_label {
  font-size: 1.6rem;
  display: block;
  margin-top: 10px;
}
.ttl_01:before {
  content: "";
  display: block;
  width: 15px;
  height: 48px;
  background: url(/common/img/img-ttl.svg) no-repeat top left;
  position: absolute;
  top: 7px;
  left: -40px;
  background-position: center -48px;
  background-repeat: no-repeat;
  transition: background-position 0.9s;
}
.inner_right .ttl_01:before {
  left: 0;
}
.ttl_01._c_w {
  color: #EBEEF0;
}
.ttl_01._c_w:before {
  background-image: url(/common/img/img-ttl2.svg);
}
.ttl_01._small {
  font-size: 3.4rem;
}
.ttl_01._small:before {
  width: 10px;
  height: 31px;
  background-image: url(/common/img/img-ttl.svg);
  background-size: 10px 31px;
  top: 2px;
}
.ttl_01._small .ttl_01_label {
  font-weight: normal;
}
.ttl_01._jp {
  font-size: 6rem;
}
.ttl_01.is-visible {
  opacity: 1;
}
.ttl_01.is-visible:before {
  background-position: center 0;
}

.ttl_02 {
  font-size: 4rem;
  position: relative;
  line-height: 1;
  opacity: 0;
  transition: 0.3s;
  margin-bottom: 55px;
}
.inner_right .ttl_02 {
  padding-left: 25px;
}
.ttl_02_label {
  font-size: 1.6rem;
  display: block;
  margin-top: 10px;
}
.ttl_02:before {
  content: "";
  display: block;
  width: 10px;
  height: 31px;
  background-image: url(/common/img/img-ttl.svg);
  background-size: 10px 31px;
  position: absolute;
  top: 4px;
  left: -25px;
  overflow: hidden;
  background-position: center -31px;
  background-repeat: no-repeat;
  transition: background-position 0.9s;
}
.inner_right .ttl_02:before {
  left: 0;
}
.ttl_02._jp {
  font-size: 3.4rem;
}
.ttl_02.is-visible {
  opacity: 1;
}
.ttl_02.is-visible:before {
  background-position: center 0;
}

.ttl_03 {
  font-size: 2.6rem;
}
.ttl_03._jp {
  font-size: 2.4rem;
}

.ttl_04 {
  font-size: 2.2rem;
}
.ttl_04._jp {
  font-size: 2rem;
}

@media (max-width: 960px) {
  .ttl_01 {
    line-height: 1.4;
  }
  .ttl_01:before {
    top: 10px;
  }
  .ttl_02 {
    line-height: 1.4;
  }
  .ttl_02:before {
    top: 9px;
  }
  .ttl_01, .ttl_02 {
    font-size: 3.4rem;
    padding-left: 20px;
  }
  .ttl_01:before, .ttl_02:before {
    width: 8px;
    height: 27px;
    background-size: 8px 27px;
    left: 0;
  }
  .ttl_01._jp, .ttl_02._jp {
    font-size: 3.2rem;
  }
}
/*==========
  テキスト
==========*/
p {
  word-break: break-all;
}
p:not(:last-child) {
  margin-bottom: 1em;
}

.txt_large {
  font-size: 2.4rem;
  line-height: 1.6;
}

@media (max-width: 960px) {
  .txt_large {
    font-size: 1.8rem;
    font-weight: bold;
  }
}
.txt_small {
  font-size: 1.4rem;
}

.txt_c_g {
  color: #8096A3;
}

.vl_b {
  vertical-align: baseline;
}

.txt_bold {
  font-weight: bold;
}

.sp_link {
  pointer-events: none;
}

@media (max-width: 960px) {
  .sp_link {
    pointer-events: auto;
  }
}
.link_btn {
  display: flex;
  width: 262px;
  min-height: 64px;
  padding: 0 40px 0 24px;
  align-items: center;
  background-color: #8096A3;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 3px;
  position: relative;
}
.link_btn:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/common/img/ico-arr3.svg) no-repeat center;
  position: absolute;
  right: 14px;
  top: calc(50% - 9px);
}
.link_btn:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/common/img/ico-arr3.svg) no-repeat center;
  position: absolute;
  right: 60px;
  top: calc(50% - 9px);
  opacity: 0;
}
.link_btn._mouse_on:before, .link_btn._mouse_on:after {
  transition: all 0.3s;
}
.link_btn:hover:before {
  opacity: 0;
}
.link_btn:hover:after {
  right: 14px;
  opacity: 1;
}
.link_btn._c_w {
  background-color: #EBEEF0;
  color: #46545C;
}
.link_btn._c_w:before {
  background-image: url(/common/img/ico-arr4.svg);
}
.link_btn._c_w:after {
  background-image: url(/common/img/ico-arr4.svg);
}
.link_btn_wrap {
  display: flex;
  flex-wrap: wrap;
}
.link_btn_wrap.add_label {
  flex-flow: column;
}
.link_btn_inner {
  display: flex;
}
.link_btn + .link_btn {
  margin-left: 30px;
}
.link_btn_label {
  margin-bottom: 30px;
}
.link_btn._back {
  padding: 0 24px 0 50px;
}
.link_btn._back:before, .link_btn._back:after {
  transform: scaleX(-1);
  right: auto;
}
.link_btn._back:before {
  left: 14px;
}
.link_btn._back:after {
  left: 60px;
}
.link_btn._back:hover:after {
  right: auto;
  left: 14px;
}

@media (max-width: 960px) {
  .link_btn {
    width: 100%;
    min-height: 60px;
  }
}
.link_btn_wrap_auto {
  display: flex;
}
.link_btn_wrap_auto .link_btn {
  width: auto;
  padding-right: 40px;
}
.link_btn_wrap_auto._center {
  justify-content: center;
}

@media (max-width: 960px) {
  .link_btn_wrap_auto {
    display: block;
  }
}
.ttl_btn_conts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.ttl_btn_conts .area_bg_ttl {
  order: 1;
}
.ttl_btn_conts .area_bg_ttl + * {
  order: 3;
  width: 100%;
}
.ttl_btn_conts .area_bg_ttl + *.w_auto {
  width: auto;
}
.ttl_btn_conts .link_btn_wrap {
  order: 2;
}
.ttl_btn_conts .link_btn {
  height: 64px;
}

@media (max-width: 960px) {
  .ttl_btn_conts {
    display: block;
  }
  .link_btn_wrap {
    margin-top: 60px;
  }
  .link_btn_wrap.add_label {
    margin-top: 25px;
  }
  .link_btn_inner {
    display: block;
  }
  .link_btn + .link_btn {
    margin-left: 0;
    margin-top: 15px;
  }
}
.link_bnr {
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
}
.link_bnr_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 151px;
  padding: 0 60px;
}
.link_bnr_txt {
  font-size: 2.4rem;
  line-height: 1.4;
}
.link_bnr_txt._large {
  font-size: 4rem;
  line-height: 1;
}
.link_bnr_txt_small {
  font-size: 1.6rem;
}
.link_bnr._small {
  background: #8096A3;
}
.link_bnr._small .link_bnr_inner {
  height: 130px;
}

@media (max-width: 960px) {
  .link_bnr_inner {
    display: block;
    height: auto;
    padding: 40px 20px 20px;
  }
  .link_bnr_txt {
    margin-bottom: 70px;
  }
  .link_bnr_txt._large {
    line-height: 1.4;
  }
  .link_bnr._small .link_bnr_inner {
    height: auto;
  }
  .link_bnr._small .link_bnr_inner .link_bnr_txt {
    margin-bottom: 40px;
  }
}
.site_inner {
  max-width: 1184px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.border_t {
  border-top: 1px solid #8096A3;
}

.mt_conts {
  margin-top: 120px;
}

.mt_conts_sp80 {
  margin-top: 120px;
}

.mt_conts_half {
  margin-top: 60px;
}

@media (max-width: 960px) {
  .mt_conts {
    margin-top: 60px;
  }
  .mt_conts_sp80 {
    margin-top: 80px;
  }
  .mt_conts_half {
    margin-top: 50px;
  }
}
.bg_glay {
  background-color: #EBEEF0;
  padding: 120px 0;
}

@media (max-width: 960px) {
  .bg_glay {
    padding: 60px 0 80px;
  }
}
.area_bg {
  width: 100%;
  height: 768px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  position: relative;
  background-color: #FAFAFA;
  overflow: hidden;
}
.area_bg_inner {
  padding: 150px 0 0;
  position: relative;
}
.area_bg_conts {
  display: flex;
  justify-content: space-between;
}
.area_bg_txt {
  max-width: 556px;
}
.area_bg_txt_bold {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 15px;
}
.area_bg_txt p {
  line-height: 1.6;
  margin-bottom: 20px;
}
.area_bg_link {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -67px;
  margin-bottom: 100px;
}
.area_bg_link li {
  width: 23%;
}
.area_bg_link li a {
  display: block;
  color: #46545C;
}
.area_bg_link li a figure {
  border-radius: 6px;
  overflow: hidden;
}
.area_bg_link li a figure img {
  width: 100%;
}
.area_bg_link li a._mouse_on .area_bg_link_txt:after, .area_bg_link li a._mouse_on .area_bg_link_txt:before {
  transition: all 0.3s;
}
.area_bg_link_txt {
  margin-top: 20px;
  position: relative;
}
.area_bg_link_txt:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/common/img/ico-arr4.svg) no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.area_bg_link_txt:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/common/img/ico-arr4.svg) no-repeat center;
  position: absolute;
  right: 60px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.area_bg_link a:hover .area_bg_link_txt:before {
  opacity: 0;
}
.area_bg_link a:hover .area_bg_link_txt:after {
  opacity: 1;
  right: 0;
}
.area_bg_img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  scale: 1.1;
  transition: all 0.9s;
}
.area_bg_img.is-visible {
  opacity: 1;
  scale: 1;
}

@media (max-width: 960px) {
  .area_bg {
    height: auto;
  }
  .area_bg_inner {
    padding: 0;
  }
  .area_bg_conts {
    height: 628px;
    padding: 40px 0 30px;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: space-between;
  }
  .area_bg_txt {
    max-width: inherit;
  }
  .area_bg_txt_bold {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .area_bg_txt p {
    margin-bottom: 20px;
  }
  .area_bg.add_link .area_bg_conts {
    padding-bottom: 82px;
  }
  .area_bg_link {
    display: block;
    top: -60px;
    margin-bottom: 20px;
  }
  .area_bg_link li {
    width: 100%;
  }
  .area_bg_link li figure img {
    width: 100%;
  }
  .area_bg_link li + li {
    margin-top: 30px;
  }
  .area_bg_link_txt {
    margin-top: 15px;
  }
}
.area_link + .area_link {
  margin-top: 40px;
}

.list_link {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
}
.list_link li {
  width: 31%;
  margin-right: 3.5%;
  font-size: 1.4rem;
  border-bottom: 1px solid #8096A3;
}
.list_link li:nth-child(3n) {
  margin-right: 0;
}
.list_link li a {
  display: block;
  position: relative;
  padding: 24px 20px 24px 0;
}
.list_link li a:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/common/img/ico-arr4.svg) no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.list_link li a:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/common/img/ico-arr4.svg) no-repeat center;
  position: absolute;
  right: 60px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.list_link li a:hover:before {
  opacity: 0;
}
.list_link li a:hover:after {
  opacity: 1;
  right: 0;
}
.list_link li a._mouse_on:after, .list_link li a._mouse_on:before {
  transition: all 0.3s;
}
.list_link._col2 li {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
  font-size: 1.6rem;
}
.list_link._col2 :nth-child(3n) {
  margin-right: 30px;
}
.list_link._col2 :nth-child(2n) {
  margin-right: 0;
}
.list_link._col2 a {
  padding: 20px 20px 20px 0;
}
.list_link._col1 li {
  width: 100%;
  margin-right: 0;
  font-size: 1.6rem;
}
.list_link._col1 a {
  padding: 20px 20px 20px 0;
}

@media (max-width: 960px) {
  .list_link {
    display: block;
  }
  .list_link li {
    width: 100%;
    margin-right: 0;
    font-size: 1.6rem;
  }
  .list_link li a {
    padding: 24px 24px 24px 0;
  }
  .list_link._col2 li {
    width: 100%;
    margin-right: 0;
  }
  .area_link + .area_link {
    margin-top: 50px;
  }
}
.link_panel_list {
  display: flex;
  flex-wrap: wrap;
}
.link_panel_list li {
  width: 23%;
  margin-right: 2.6%;
  margin-top: 55px;
}
.link_panel_list li:nth-child(4n) {
  margin-right: 0;
}
.link_panel_list li a {
  display: block;
}
.link_panel_list li a figure img {
  width: 100%;
}
.link_panel_list_txt {
  margin-top: 20px;
  position: relative;
  padding-right: 17px;
}
.link_panel_list_txt:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/common/img/ico-arr4.svg) no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.link_panel_list_txt:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/common/img/ico-arr4.svg) no-repeat center;
  position: absolute;
  right: 60px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.link_panel_list a:hover .link_panel_list_txt:before {
  opacity: 0;
}
.link_panel_list a:hover .link_panel_list_txt:after {
  opacity: 1;
  right: 0;
}
.link_panel_list a:hover._mouse_on .link_panel_list_txt:before, .link_panel_list a:hover._mouse_on .link_panel_list_txt:after {
  transition: all 0.3s;
}

@media (max-width: 960px) {
  .link_panel_list {
    display: block;
    margin-top: 50px;
  }
  .link_panel_list li {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
  .link_panel_list li img {
    width: 100%;
  }
  .link_panel_list_txt {
    display: none;
  }
}
.link_block_list_txt {
  position: relative;
}
.link_block_list_txt:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/common/img/ico-arr4.svg) no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.link_block_list_txt:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/common/img/ico-arr4.svg) no-repeat center;
  position: absolute;
  right: 60px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.link_block_list a:hover .link_block_list_txt:before {
  opacity: 0;
}
.link_block_list a:hover .link_block_list_txt:after {
  opacity: 1;
  right: 0;
}
.link_block_list a._mouse_on .link_block_list_txt:after, .link_block_list a._mouse_on .link_block_list_txt:before {
  transition: all 0.3s;
}

@media (min-width: 961px) {
  .link_block_list {
    display: flex;
    flex-wrap: wrap;
  }
  .link_block_list_txt {
    margin-top: 20px;
  }
  .link_block_list li {
    width: 23%;
    margin-right: 2.6%;
  }
  .link_block_list li:not(:nth-child(-n+4)) {
    margin-top: 55px;
  }
  .link_block_list li:nth-child(4n) {
    margin-right: 0;
  }
  .link_block_list li a figure {
    background: #EBEEF0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 147px;
  }
}
@media (max-width: 960px) {
  .link_block_list {
    display: block;
  }
  .link_block_list li {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
  .link_block_list li a {
    display: flex;
    align-items: center;
    padding: 13px 21px 13px 24px;
    background: #EBEEF0;
    border-radius: 6px;
  }
  .link_block_list li a img {
    width: 30px;
  }
  .link_block_list_txt {
    width: calc(100% - 30px);
    padding: 0 10px 0 34px;
  }
}
@media screen and (max-width: 374px) {
  .link_block_list li a {
    padding: 13px 20px;
  }
  .link_block_list_txt {
    padding: 0 10px 0 20px;
  }
}
.mv_ttl {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-color: #FAFAFA;
  overflow: hidden;
  position: relative;
  visibility: hidden;
}
.mv_ttl_inner {
  height: 466px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
}
.mv_ttl_name {
  font-size: 6.4rem;
}
.mv_ttl_name_label {
  display: block;
  font-size: 1.6rem;
  margin-top: 0px;
}
.mv_ttl_txt {
  max-width: 556px;
  margin-top: 40px;
  line-height: 1.6;
}
.mv_ttl.is-visible {
  visibility: visible;
}
.mv_ttl .breadcrumb {
  position: relative;
}

@media (max-width: 960px) {
  .mv_ttl_inner {
    height: auto;
    padding: 60px 0 100px;
    display: block;
  }
  .mv_ttl_name {
    font-size: 5.8rem;
  }
  .mv_ttl_name._sp_small {
    font-size: 4.6rem;
  }
  .mv_ttl_txt {
    max-width: inherit;
  }
  .mv_ttl + .cont1k .mainarea .cont_1col .site_inner:first-child > .ttl_02:first-child {
    margin-top: 95px;
  }
}
.mv_small {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  margin-bottom: 118px;
  background-color: #FAFAFA;
  overflow: hidden;
  position: relative;
  visibility: hidden;
}
.mv_small_inner {
  height: 284px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 55px;
  position: relative;
}
.mv_small_inner .area_bg_ttl {
  width: 43%;
}
.mv_small_inner .ttl_01 {
  font-size: 3.4rem;
  padding-left: 22px;
}
.mv_small_inner .ttl_01_label {
  font-weight: normal;
}
.mv_small_inner .ttl_01:before {
  width: 10px;
  height: 31px;
  background-image: url(/common/img/img-ttl2.svg);
  background-size: 10px 31px;
  top: 8px;
}
.mv_small_txt {
  width: 57%;
  line-height: 1.6;
}
.mv_small.is-visible {
  visibility: visible;
}
.mv_small .breadcrumb {
  position: relative;
}

@media (max-width: 960px) {
  .mv_small {
    margin-bottom: 60px;
  }
  .mv_small_inner {
    height: auto;
    display: block;
    padding: 25px 0 75px;
  }
  .mv_small_inner .area_bg_ttl {
    width: 100%;
  }
  .mv_small_inner .mv_small_txt {
    width: 100%;
    margin-top: 35px;
  }
}
.btn_wrap_col3 {
  display: flex;
}

@media (max-width: 960px) {
  .btn_wrap_col3 {
    display: block;
  }
}
.img_map_sp {
  display: none;
}
.img_map img {
  width: 100%;
}

@media (max-width: 960px) {
  .img_map_sp {
    display: block;
    cursor: pointer;
    padding: 20px 0;
    border-top: 1px solid #8096A3;
    background: url(/common/img/ico-minus.svg) no-repeat center right;
  }
  .img_map_sp_open {
    display: none;
  }
  .img_map_sp.open {
    background-image: url(/common/img/ico-plus.svg);
    border-bottom: 1px solid #8096A3;
  }
  .img_map_sp.open + figure {
    display: none;
  }
  .img_map figure {
    overflow-x: auto;
  }
  .img_map figure img {
    width: 750px;
    max-width: inherit;
  }
}
.list_anchor {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
}
.list_anchor_wrap {
  margin-top: 20px;
}
.list_anchor li {
  width: 22%;
  margin-right: 4%;
  margin-top: 20px;
}
@media (min-width: 961px) {
  .list_anchor li:nth-child(4n) {
    margin-right: 0;
  }
}
.list_anchor li a {
  display: block;
  padding: 12px 30px;
  text-align: center;
  background: #EBEEF0;
  border-radius: 20px;
  position: relative;
}
.list_anchor li a:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(/common/img/ico-arr-anc.svg) no-repeat center;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.list_anchor li a:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(/common/img/ico-arr-anc.svg) no-repeat center;
  position: absolute;
  right: 8px;
  top: -60px;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.list_anchor li a:hover:before {
  opacity: 0;
}
.list_anchor li a:hover:after {
  opacity: 1;
  top: 0;
}
.list_anchor li a._mouse_on:after, .list_anchor li a._mouse_on:before {
  transition: all 0.3s;
}
.list_anchor.w_auto li {
  width: auto;
  margin-right: 31px;
}
@media (max-width: 960px) {
  .list_anchor.w_auto li {
    margin-right: 10px;
  }
}

@media (max-width: 960px) {
  .list_anchor {
    flex-wrap: nowrap;
    padding-bottom: 12px;
  }
  .list_anchor li {
    white-space: nowrap;
    width: auto;
  }
  .list_anchor li a {
    padding: 12px 30px;
    background-position: center right 10px;
  }
  .list_anchor_wrap {
    overflow-x: auto;
  }
}
.toggle_box_wrap {
  border-top: solid 1px #8096A3;
}
.toggle_box_ttl {
  padding: 20px 15px 20px 0;
  border-bottom: solid 1px #8096A3;
  cursor: pointer;
  background: url(/common/img/ico-plus.svg) no-repeat center right;
}
.toggle_box_content {
  padding: 20px 0;
  border-bottom: solid 1px #8096A3;
  display: none;
}
.toggle_box_ttl.open {
  background-image: url(/common/img/ico-minus.svg);
}
.list_panel {
  display: flex;
  flex-wrap: wrap;
}
.list_panel li {
  width: 30%;
  margin-right: 5%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.list_panel li:nth-child(3n) {
  margin-right: 0;
}
.list_panel li a figure {
  border-radius: 6px;
  overflow: hidden;
}
.list_panel li a img {
  width: 100%;
}
.list_panel_ttl {
  font-size: 1.4rem;
  margin-top: 15px;
  position: relative;
}
@media (min-width: 961px) {
  .list_panel_ttl {
    padding-right: 20px;
  }
}
.list_panel_ttl:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/common/img/ico-arr4.svg) no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.list_panel_ttl:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/common/img/ico-arr4.svg) no-repeat center;
  position: absolute;
  right: 60px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.list_panel a:hover .list_panel_ttl:before {
  opacity: 0;
}
.list_panel a:hover .list_panel_ttl:after {
  opacity: 1;
  right: 0;
}
.list_panel a:hover._mouse_on .list_panel_ttl:after, .list_panel a:hover._mouse_on .list_panel_ttl:before {
  transition: all 0.3s;
}
.list_panel_detail {
  margin-top: 25px;
}
.list_panel_detail_txt {
  margin-top: 10px;
  font-size: 1.4rem;
}
.list_panel_detail + .list_panel_ttl {
  display: inline-block;
  padding-right: 35px;
  font-size: 1.6rem;
  margin-top: 15px;
}
.list_panel._indtl li {
  margin-bottom: 40px;
}
@media (min-width: 961px) {
  .list_panel._col2 li {
    width: 48%;
    margin-right: 4%;
  }
  .list_panel._col2 li:nth-child(even) {
    margin-right: 0;
  }
}

@media (max-width: 960px) {
  .list_panel {
    display: block;
  }
  .list_panel li {
    width: 100%;
    margin-right: 0;
  }
  .list_panel li a {
    display: flex;
    justify-content: space-between;
  }
  .list_panel li a figure {
    width: 122px;
  }
  .list_panel_ttl {
    width: calc(100% - 142px);
    margin: 0;
    display: flex;
    align-items: center;
  }
  .list_panel_ttl:before {
    content: none;
  }
  .list_panel_ttl:after {
    content: none;
  }
  .list_panel.sp_border {
    border-top: 1px solid #8096A3;
    border-bottom: 1px solid #8096A3;
    margin-top: 35px;
  }
  .list_panel._indtl li a {
    display: block;
  }
  .list_panel._indtl li a figure {
    width: 100%;
  }
  .list_panel._indtl .list_panel_detail {
    margin-top: 20px;
  }
  .list_panel._indtl .list_panel_detail_ttl {
    margin-bottom: 5px;
  }
  .list_panel._indtl .list_panel_detail_txt {
    margin-top: 5px;
  }
  .list_panel._indtl .list_panel_ttl {
    width: auto;
    margin-top: 15px;
  }
  .list_panel._indtl .list_panel_ttl:before, .list_panel._indtl .list_panel_ttl:after {
    content: "";
  }
}
.chart_content {
  margin-top: 70px;
}
.chart_content dl {
  display: flex;
  width: 100%;
  padding: 24px 0;
  border-top: 1px solid #8096A3;
  border-bottom: 1px solid #8096A3;
}
.chart_content dl + dl {
  border-top: none;
}
.chart_content dl dt {
  width: 26%;
  font-weight: normal;
  padding-right: 20px;
}
.chart_content dl dd {
  width: 74%;
}

@media (max-width: 960px) {
  .chart_content {
    margin-top: 30px;
  }
  .chart_content dl {
    padding: 22px 0;
  }
}
.pnf_conts {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
}
.pnf_conts figure {
  width: 48%;
}
.pnf_conts figure img {
  width: 100%;
}
.pnf_conts_txt {
  background: #EBEEF0;
  width: 52%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pnf_conts_txt img {
  margin-left: 8px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 15px;
}
.pnf_conts_txt_size {
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 8px;
}
.pnf_conts_txt > div {
  max-width: 250px;
}
.pnf_conts_txt_detail {
  margin-top: 20px;
  font-size: 1.4rem;
}
.pnf_conts_anc {
  transition: 0.3s;
}
.pnf_conts_anc:hover {
  opacity: 0.8;
}
.pnf_conts_anc._mouse_on .pnf_conts_txt:after, .pnf_conts_anc._mouse_on .pnf_conts_txt:before {
  transition: all 0.3s;
}
.pnf_conts._arrow:hover .pnf_conts_txt:before {
  opacity: 0;
}
.pnf_conts._arrow:hover .pnf_conts_txt:after {
  opacity: 1;
  right: 30px;
}
@media (max-width: 960px) {
  .pnf_conts._arrow:hover .pnf_conts_txt:after {
    right: 0;
  }
}
.pnf_conts._arrow .pnf_conts_txt {
  position: relative;
}
.pnf_conts._arrow .pnf_conts_txt:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/common/img/ico-arr8.svg) no-repeat center;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 960px) {
  .pnf_conts._arrow .pnf_conts_txt:before {
    top: auto;
    margin: 0;
    right: 0;
  }
}
.pnf_conts._arrow .pnf_conts_txt:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/common/img/ico-arr8.svg) no-repeat center;
  position: absolute;
  right: 90px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
@media (max-width: 960px) {
  .pnf_conts._arrow .pnf_conts_txt:after {
    top: auto;
    margin: 0;
  }
}
.pnf_conts._arrow .pnf_conts_txt > div {
  max-width: none;
}
.pnf_conts._arrow .pnf_conts_txt_detail {
  margin-top: 0;
}
.pnf_conts_inner {
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
@media (max-width: 960px) {
  .pnf_conts_inner {
    width: 100%;
  }
}
.pnf_conts_inner figure img {
  width: 100%;
}
.pnf_conts_inner .pnf_conts_txt {
  width: 100%;
  padding: 8% 12.5%;
  border-radius: 0 0 10px 10px;
}
.pnf_conts_inner .pnf_conts_txt > div {
  max-width: none;
}

@media (max-width: 960px) {
  .pnf_conts {
    display: block;
  }
  .pnf_conts figure {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .pnf_conts_txt {
    background: none;
    margin-top: 20px;
    width: 100%;
    display: block;
  }
  .pnf_conts_txt > div {
    margin: 0;
    max-width: none;
  }
  .pnf_conts_txt_detail {
    margin-top: 7px;
  }
  .pnf_conts._arrow .pnf_conts_txt {
    background-position: bottom 5px right 5px;
    padding-bottom: 20px;
  }
  .pnf_conts_inner figure {
    border-radius: 10px;
    overflow: hidden;
    display: block;
  }
  .pnf_conts_inner .pnf_conts_txt {
    width: 100%;
    padding: 0;
  }
}
.map_conts iframe {
  width: 100%;
  height: 292px;
}

.link_img li a {
  display: flex;
  justify-content: space-between;
  padding: 0 0 50px;
  margin-top: 50px;
  border-bottom: 1px solid #8096A3;
}
.link_img li a figure {
  border-radius: 6px;
  overflow: hidden;
  width: 33.529%;
}
.link_img li a figure img {
  width: 100%;
}
.link_img li a:hover {
  opacity: 0.8;
}
.link_img_txt {
  width: 60%;
  display: flex;
  align-items: center;
}
.link_img_txt p {
  font-size: 1.4rem;
  margin-top: 5px;
}

@media (max-width: 960px) {
  .link_img li a {
    display: block;
  }
  .link_img li a figure {
    width: 100%;
  }
  .link_img li a figure img {
    width: 1000%;
  }
  .link_img_txt {
    margin-top: 15px;
    width: 100%;
  }
}
.border_box {
  border-bottom: 1px solid #8096A3;
  padding-bottom: 60px;
}
.border_box + .border_box {
  padding-top: 60px;
}

.col_2 {
  display: flex;
  justify-content: space-between;
}
.col_2_inner {
  width: 48%;
}

@media (max-width: 960px) {
  .col_2 {
    display: block;
  }
  .col_2_inner {
    width: 100%;
  }
  .col_2_inner + .col_2_inner {
    margin-top: 60px;
  }
  .border_box .col_2_inner + .col_2_inner {
    padding-top: 60px;
    border-top: 1px solid #8096A3;
  }
}
.list_faq li {
  border-top: 1px solid #8096A3;
}
.list_faq li + :last-child {
  border-bottom: 1px solid #8096A3;
}
.list_faq_ttl {
  font-weight: bold;
  cursor: pointer;
  padding: 23px 30px 23px 46px;
  background: url(/common/img/ico-q.svg) no-repeat left top 22px, url(/common/img/ico-plus.svg) no-repeat right top 29px;
}
.list_faq_conts {
  padding: 2px 30px 23px 46px;
  background: url(/common/img/ico-a.svg) no-repeat left top 2px;
  display: none;
}
.list_faq_ttl.open {
  background-image: url(/common/img/ico-q.svg), url(/common/img/ico-minus.svg);
}
.news_search {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.news_search input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  display: block;
  width: calc(100% - 196px);
  border: solid 1px #D5E3EB;
  border-radius: 5px;
  padding: 12px;
}
.news_search input:focus {
  border-color: #8096A3;
}
.news_search button {
  display: block;
  width: 164px;
  color: #fff;
  background: #8096A3 url(/common/img/ico-search2.svg) no-repeat center right 10px;
  padding: 0 20px;
  border-radius: 6px;
}
.news_search_under {
  text-align: right;
}

@media (max-width: 960px) {
  .news_search input {
    width: calc(100% - 70px);
  }
  .news_search button {
    width: 50px;
    background-position: center;
  }
  .news_search_button_inner {
    display: none;
  }
  .news_search_under {
    text-align: left;
  }
}
.news_list {
  border-top: 1px solid #8096A3;
  margin-top: 20px;
}
.news_list li {
  border-bottom: 1px solid #8096A3;
}
.news_list li .news_list_nolink {
  padding: 20px 30px 20px 0;
  display: block;
  font-size: 15px;
}
.news_list li .link_txt {
  display: block;
  padding: 20px 30px 20px 0;
  font-size: 15px;
  position: relative;
}
.news_list li .link_txt:not(.link_pdf):not(.link_word):not(.link_excel):not(.link_blank):before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/common/img/ico-arr4.svg) no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.news_list li .link_txt:not(.link_pdf):not(.link_word):not(.link_excel):not(.link_blank):after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/common/img/ico-arr4.svg) no-repeat center;
  position: absolute;
  right: 60px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.news_list li .link_txt:not(.link_pdf):not(.link_word):not(.link_excel):not(.link_blank):hover:before {
  opacity: 0;
}
.news_list li .link_txt:not(.link_pdf):not(.link_word):not(.link_excel):not(.link_blank):hover:after {
  opacity: 1;
  right: 0;
}
.news_list li .link_txt:not(.link_pdf):not(.link_word):not(.link_excel):not(.link_blank)._mouse_on:after, .news_list li .link_txt:not(.link_pdf):not(.link_word):not(.link_excel):not(.link_blank)._mouse_on:before {
  transition: all 0.3s;
}
.news_list_time {
  color: #8096A3;
  margin-bottom: 10px;
}

@media (max-width: 960px) {
  .news_list li a {
    background-position: center right;
  }
}
.pager {
  margin-top: 20px;
  display: flex;
}
.pager li {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8096A3;
}
.pager li.pager_before {
  width: 30px;
  background: url(/common/img/ico-arr5.svg) no-repeat left center;
}
.pager li.pager_before.active, .pager li.pager_before:hover {
  background-image: url(/common/img/ico-arr6.svg);
}
.pager li.pager_before_all {
  width: 45px;
  background: url(/common/img/ico-arr9.svg) no-repeat left center;
}
.pager li.pager_before_all.active {
  background-image: url(/common/img/ico-arr10.svg);
}
.pager li.pager_after {
  width: 30px;
  background: url(/common/img/ico-arr7.svg) no-repeat right center;
}
.pager li.pager_after.active, .pager li.pager_after:hover {
  background-image: url(/common/img/ico-arr8.svg);
}
.pager li.pager_after_all {
  width: 45px;
  background: url(/common/img/ico-arr12.svg) no-repeat right center;
}
.pager li.pager_after_all.active {
  background-image: url(/common/img/ico-arr11.svg);
}
.pager li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.pager li a:hover {
  color: #46545C;
}
.pager li.active {
  color: #46545C;
}
.pager > .dots span {
  position: relative;
  display: block;
}
.pager > .dots :after {
  content: "…";
  position: absolute;
  color: rgb(51, 51, 51);
  top: -1.1em;
  left: 0px;
  display: block;
}

@media (max-width: 960px) {
  .pager li {
    width: calc((100% - 60px) / 5);
  }
}
.news_conts {
  margin-top: 50px;
}
.news_conts p + p {
  margin-top: 1.4em;
}

.news_int_txt {
  width: 60%;
  float: left;
}
.news_int_txt_ttl {
  font-weight: bold;
}
.news_int_txt_label {
  margin-top: 5px;
}
.news_int figure {
  width: 35%;
  float: right;
  border-radius: 6px;
  overflow: hidden;
}
.news_int figure img {
  width: 100%;
  border-radius: 6px;
}
.news_int_table {
  width: 60%;
  float: left;
  border-top: 1px solid #8096A3;
  margin-top: 25px;
}
.news_int_table dl {
  border-bottom: 1px solid #8096A3;
  display: flex;
  padding: 20px 0;
}
.news_int_table dl dt {
  width: 35%;
  font-weight: normal;
}
.news_int_table dl dd {
  width: 63%;
}

@media (max-width: 960px) {
  .news_int_txt {
    width: 100%;
    float: none;
  }
  .news_int figure {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .news_int figure img {
    border-radius: 10px;
  }
  .news_int_table {
    width: 100%;
    float: none;
  }
  .news_int_table dl {
    padding: 15px 0;
  }
}
.table_default table {
  width: 100%;
  border-top: 1px solid #8096A3;
}
.table_default table th, .table_default table td {
  border-bottom: 1px solid #8096A3;
  padding: 30px 40px 30px 0;
}
.table_default table th:last-child, .table_default table td:last-child {
  padding-right: 0;
}
.table_default table th {
  vertical-align: middle;
}

/*==========
  リスト
==========*/
.list_circle {
  list-style-type: "・";
  padding-left: 1em;
}
.list_circle li:not(:last-child) {
  margin-bottom: 10px;
}
.list_number {
  list-style: decimal;
  padding-left: 1.5em;
}
.list_number li:not(:last-child) {
  margin-bottom: 10px;
}
.list_notes {
  list-style-type: "※";
  padding-left: 1em;
}
.list_notes li {
  font-size: 1.3rem;
}
.list_notes li:not(:last-child) {
  margin-bottom: 10px;
}
.list_notes._num {
  padding-left: 0;
}
.list_notes._num li {
  list-style-type: none;
  counter-increment: cnt;
  padding-left: 2.15em;
  text-indent: -1.9em;
}
.list_notes._num li:before {
  content: "※" counter(cnt) " ";
}
.list_notes._num2 {
  padding-left: 0;
}
.list_notes._num2 li {
  list-style-type: none;
  padding-left: 2.15em;
  text-indent: -1.9em;
}
.list_notes._num2 li:before {
  content: "※";
}
.list_caution {
  list-style-type: "注）";
  padding-left: 2em;
}
.list_caution li {
  font-size: 1.3rem;
}
.list_caution li:not(:last-child) {
  margin-bottom: 10px;
}

/*==========
  リンク
==========*/
.link_under {
  border-bottom: 1px solid #8096A3;
  padding-bottom: 2px;
}
.link_under:hover {
  border-bottom: 0;
}
.link_pdf_data {
  font-size: 1.4rem;
  color: #8096A3;
}
.link_pdf a {
  padding-right: 35px;
  background: url(/common/img/ico-pdf.svg) no-repeat center right 10px;
}
.link_pdf a:hover {
  text-decoration: underline;
}
.link_doc_data {
  font-size: 1.4rem;
  color: #8096A3;
}
.link_doc a {
  padding-right: 35px;
  background: url(/common/img/ico-doc.svg) no-repeat center right 10px;
}
.link_doc a:hover {
  text-decoration: underline;
}
.link_xls_data {
  font-size: 1.4rem;
  color: #8096A3;
}
.link_xls a {
  padding-right: 35px;
  background: url(/common/img/ico-xls.svg) no-repeat center right 10px;
}
.link_xls a:hover {
  text-decoration: underline;
}
.link_arrow {
  position: relative;
  padding-right: 35px;
  display: inline-block;
}
.link_arrow:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/common/img/ico-arr4.svg) no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.link_arrow:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/common/img/ico-arr4.svg) no-repeat center;
  position: absolute;
  right: 60px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.link_arrow:hover:before {
  opacity: 0;
}
.link_arrow:hover:after {
  opacity: 1;
  right: 0;
}
.link_arrow._mouse_on:after, .link_arrow._mouse_on:before {
  transition: all 0.3s;
}
.link_arrow_large {
  position: relative;
  padding-right: 40px;
  font-size: 2.2rem;
  transition: 0.3s;
}
.link_arrow_large:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(/common/img/ico-arr-circle1.svg) no-repeat center;
  position: absolute;
  transition: all 0.3s;
  right: 0;
  top: 0;
  bottom: 0;
}
.link_arrow_large:hover {
  opacity: 0.8;
}
.link_arrow_01 {
  position: relative;
  display: inline-block;
}
.link_arrow_01:before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(/common/img/ico-arr-circle2.svg);
  display: block;
}
.link_arrow_01:hover:before {
  background-image: url(/common/img/ico-arr-circle3.svg);
}
.link_arrow_01._horizontal:before {
  transform: scaleX(-1);
}
.link_bold {
  font-weight: bold;
}
.link_bold a {
  display: inline-block;
  background: url(/common/img/ico-link.svg) no-repeat center right;
  padding-right: 25px;
}
.link_blank a {
  display: inline-block;
  background: url(/common/img/ico-link.svg) no-repeat center right;
  padding-right: 25px;
}
.link_blank a:hover {
  text-decoration: underline;
}

/*==========
  フォームパーツ
==========*/
.form_check {
  display: inline-block;
}
.form_check input[type=checkbox] {
  display: none;
}
.form_check label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 20px 5px 40px;
  position: relative;
  width: auto;
}
.form_check label::before {
  background: #EBEEF0;
  border-radius: 3px;
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  left: 0;
  margin-top: -13px;
  position: absolute;
  top: 50%;
}
.form_check label::after {
  border-right: 2px solid #46545C;
  border-bottom: 2px solid #46545C;
  content: "";
  display: block;
  height: 13px;
  left: 8px;
  margin-top: -9px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  width: 9px;
}
.form_check input[type=checkbox]:checked + label::before {
  border-color: #666;
}
.form_check input[type=checkbox]:checked + label::after {
  opacity: 1;
  transform: rotate(45deg) scale3d(1, 1, 1);
}
.form_check > .form-checkboxes > .form-item {
  display: inline-block;
}
.form_radio {
  display: inline-block;
}
.form_radio input[type=radio] {
  display: none;
}
.form_radio label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 20px 5px 40px;
  position: relative;
  width: auto;
}
.form_radio label::before {
  background: #EBEEF0;
  border-radius: 50%;
  content: "";
  display: block;
  height: 25px;
  left: 0;
  margin-top: -13px;
  position: absolute;
  top: 50%;
  width: 25px;
}
.form_radio label::after {
  background: #46545C;
  border-radius: 50%;
  content: "";
  display: block;
  height: 11px;
  left: 7px;
  margin-top: -6px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: scale3d(0.3, 0.3, 1);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  width: 11px;
}
.form_radio input[type=radio]:checked + label::before {
  border-color: #666;
}
.form_radio input[type=radio]:checked + label::after {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.form_text input, .form_text textarea {
  display: block;
  border: solid 1px #8096A3;
  border-radius: 5px;
  padding: 12px;
  width: 100%;
  font-size: 1.4rem;
  background: #FAFAFA;
}
.form_text input:disabled, .form_text textarea:disabled {
  background-color: #EBEEF0;
}
.form_select {
  background: #EBEEF0;
  height: 52px;
  width: 360px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .form_select {
    width: 100%;
  }
}
.form_select::after {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  background: url(/common/img/ico-arr-anc.svg);
  right: 15px;
  top: 50%;
  z-index: -1;
  position: absolute;
  margin-top: -7px;
}
.form_select select {
  width: 100%;
  height: 100%;
  padding: 0 30px 0 20px;
  position: relative;
}
.form_select select:hover {
  cursor: pointer;
}
.form_select select:disabled {
  color: #D5E3EB;
}
.form_select select:disabled:hover {
  cursor: default;
}
.form_select select:disabled:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.image_conts {
  border-radius: 6px;
  overflow: hidden;
}
.image_conts img {
  width: 100%;
}
@media (min-width: 961px) {
  .image_2col {
    display: flex;
    flex-wrap: wrap;
  }
  .image_2col figure {
    width: 48.5%;
  }
  .image_2col figure:not(:nth-child(even)) {
    margin-right: 3%;
  }
  .image_2col figure:not(:nth-last-child(-n+2)) {
    margin-bottom: 3%;
  }
}
@media (max-width: 960px) {
  .image_2col figure:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 961px) {
  .image_3col {
    display: flex;
    flex-wrap: wrap;
  }
  .image_3col figure {
    width: 31.333%;
  }
  .image_3col figure:not(:nth-child(3n)) {
    margin-right: 3%;
  }
  .image_3col figure:not(:nth-last-child(-n+3)) {
    margin-bottom: 3%;
  }
}
@media (max-width: 960px) {
  .image_3col figure:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 961px) {
  .image_txt_2col {
    display: flex;
    align-items: center;
  }
  .image_txt_2col figcaption {
    width: 50%;
    padding-right: 30px;
    order: 1;
  }
  .image_txt_2col > img,
  .image_txt_2col .image_conts {
    width: 50%;
    order: 2;
  }
  .image_txt_2col._right figcaption {
    padding-left: 30px;
    padding-right: 0;
    order: 2;
  }
  .image_txt_2col._right > img,
  .image_txt_2col._right .image_conts {
    order: 1;
  }
}
@media (max-width: 960px) {
  .image_txt_2col figcaption {
    margin-top: 30px;
    font-size: 1.4rem;
  }
}
.image_movie {
  text-align: center;
}
.image_movie_inner {
  display: inline-block;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.image_movie_inner:before {
  content: "";
  background: url(/common/img/movie-play.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 14.09%;
  height: 15.13%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.txt_box {
  background-color: #EBEEF0;
  padding: 45px;
}
@media (max-width: 960px) {
  .txt_box {
    padding: 30px;
  }
}
.txt_box._border {
  background: none;
  border: 1px solid #8096A3;
}

.cont_1col {
  width: 100%;
}

/* sidenav */
/* ============================================ */
.mainarea {
  max-width: 1184px;
  width: calc(100% - 40px);
  margin: 74px auto 0;
}
.mainarea .side_left {
  width: 23%;
  order: 1;
  float: left;
}
.mainarea .inner_right {
  width: 66%;
  order: 2;
  float: right;
}

.side_nav_list {
  border-bottom: solid 1px #D5E3EB;
}
.side_nav_list li {
  position: relative;
  border-top: solid 1px #D5E3EB;
}
.side_nav_list li a {
  display: block;
  padding: 16px 35px 16px 13px;
}
.side_nav_list li a:hover {
  background-color: #EBEEF0;
}
.side_nav_list li a.active {
  background-color: #8096A3;
  color: #fff;
}
.side_nav_list ul {
  display: none;
}
.side_nav_list li.open > ul {
  display: block;
}
.side_nav_list > li > ul > li > ul > li > ul {
  border-top: 1px solid #D5E3EB;
}
.side_nav_list > li > ul > li > ul > li > ul li {
  border: none;
}
.side_nav_list > li > ul > li > ul > li > ul li a {
  padding: 6px 13px;
}
.side_nav_list > li > ul > li > ul > li > ul li .side_nav_btn {
  height: 37px;
}
.side_nav_btn {
  width: 40px;
  height: 57px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: url(/common/img/ico-plus.svg) no-repeat center;
}
.side_nav .open > .side_nav_btn {
  background-image: url(/common/img/ico-minus.svg);
}
.side_nav .active + .side_nav_btn {
  background-image: url(/common/img/ico-plus_w.svg);
}
.side_nav .open > .active + .side_nav_btn {
  background-image: url(/common/img/ico-minus_w.svg);
}

@media (max-width: 960px) {
  .mainarea {
    display: block;
    margin-top: 40px;
  }
  .mainarea .side_left {
    margin-top: 75px;
    width: 100%;
    display: none;
  }
  .mainarea .inner_right {
    width: 100%;
  }
}
/*modal*/
.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
.modal_conts {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  width: 48%;
  display: none;
  z-index: 1001;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.modal_conts span {
  display: block;
  width: 38px;
  height: 38px;
  cursor: pointer;
  position: absolute;
  top: -19px;
  right: -19px;
  z-index: 1002;
}
.modal_conts span img {
  vertical-align: top;
}
.modal-open:hover {
  cursor: pointer;
}

.box_movie {
  margin: 0 auto;
  z-index: 1001;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  padding-top: 56.27%;
}
.box_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.box_modal {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 30px;
}

@media only screen and (max-width: 640px) {
  .modal_conts {
    width: 90%;
  }
  .modal_conts span {
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
  }
}
.pdf_border p {
  padding-bottom: 13px;
  border-bottom: 1px solid #D5E3EB;
}

.inner_right > p,
.inner_right > div:not(.scroll-hint-icon-wrap):not(.modal_conts_wrap):not(.modal_conts):not(.box_movie):not(.modal_bg),
.inner_right > ul,
.inner_right > ol,
.inner_right > figure,
.inner_right > section,
.inner_right > article,
.cont_1col > p,
.cont_1col > div:not(.scroll-hint-icon-wrap):not(.modal_conts_wrap):not(.modal_conts):not(.box_movie):not(.modal_bg),
.cont_1col > ul,
.cont_1col > ol,
.cont_1col > figure,
.cont_1col > section,
.cont_1col > article,
.ttl_01,
.ttl_02,
.ttl_03,
.ttl_04,
.ttl_05,
.ttl_06,
.fadein {
  visibility: hidden;
  position: relative;
  top: 50px;
  transition: 0.9s;
  opacity: 0;
}
.inner_right > p.is-visible,
.inner_right > div:not(.scroll-hint-icon-wrap):not(.modal_conts_wrap):not(.modal_conts):not(.box_movie):not(.modal_bg).is-visible,
.inner_right > ul.is-visible,
.inner_right > ol.is-visible,
.inner_right > figure.is-visible,
.inner_right > section.is-visible,
.inner_right > article.is-visible,
.cont_1col > p.is-visible,
.cont_1col > div:not(.scroll-hint-icon-wrap):not(.modal_conts_wrap):not(.modal_conts):not(.box_movie):not(.modal_bg).is-visible,
.cont_1col > ul.is-visible,
.cont_1col > ol.is-visible,
.cont_1col > figure.is-visible,
.cont_1col > section.is-visible,
.cont_1col > article.is-visible,
.ttl_01.is-visible,
.ttl_02.is-visible,
.ttl_03.is-visible,
.ttl_04.is-visible,
.ttl_05.is-visible,
.ttl_06.is-visible,
.fadein.is-visible {
  visibility: visible;
  top: 0;
  opacity: 1;
}

.mf_finder_container.page_search .mf_finder_searchBox_query_input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 15px 10px;
  font-size: 1.4rem;
  width: calc(100% - 32px);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #D5E3EB;
}
.mf_finder_container.page_search .mf_finder_searchBox_query_input:focus {
  border-color: #8096A3;
}
.mf_finder_container.page_search .mf_finder_searchBox_items > button {
  width: 164px;
  color: #fff;
  background: #8096A3 url(/common/img/search_w.svg) no-repeat center right 10px;
  border-radius: 5px;
}
.mf_finder_container.page_search .mf_finder_searchBox_items > button span {
  font-size: 1.5rem;
}
.mf_finder_container.page_search .mf_finder_searchBox_items > button:before {
  content: none;
}
.mf_finder_container.page_search .mf_finder_organic_header_wrapper {
  margin: 40px 0 0;
}
.mf_finder_container.page_search .mf_finder_organic_header {
  justify-content: space-between;
  width: 100%;
}
.mf_finder_container.page_search .mf_finder_query {
  font-size: 1.5rem;
  font-weight: normal;
}
.mf_finder_container.page_search .mf_finder_query:before {
  font-size: 1.5rem;
}
.mf_finder_container.page_search .mf_finder_query:after {
  font-size: 1.5rem;
}
.mf_finder_container.page_search .mf_finder_organic_nums {
  padding-top: 10px;
}
.mf_finder_container.page_search .mf_finder_organic_nums .mf_finder_organic_total {
  float: none;
  font-size: 1.4rem;
}
.mf_finder_container.page_search .mf_finder_organic_nums .mf_finder_organic_total:before {
  font-size: 1.4rem;
}
.mf_finder_container.page_search .mf_finder_organic_nums .mf_finder_organic_total:after {
  font-size: 1.4rem;
}
.mf_finder_container.page_search .mf_finder_organic_nums .mf_finder_organic_total span {
  font-weight: normal;
}
.mf_finder_container.page_search .mf_finder_organic_nums .mf_finder_organic_range {
  float: none;
  font-size: 1.4rem;
}
.mf_finder_container.page_search .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from {
  font-size: 1.4rem;
}
.mf_finder_container.page_search .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from:before {
  font-size: 1.4rem;
}
.mf_finder_container.page_search .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from:after {
  font-size: 1.4rem;
}
.mf_finder_container.page_search .mf_finder_organic_nums .mf_finder_organic_range span {
  font-weight: normal;
}
.mf_finder_container.page_search .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to {
  font-size: 1.4rem;
}
.mf_finder_container.page_search .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to:before {
  font-size: 1.4rem;
}
.mf_finder_container.page_search .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to:after {
  font-size: 1.4rem;
}
.mf_finder_container.page_search .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to span {
  font-weight: normal;
}
.mf_finder_container.page_search .mf_finder_organic_doc {
  padding: 15px 0;
}
.mf_finder_container.page_search .mf_finder_organic_doc_img_wrapper {
  width: 164px;
}
.mf_finder_container.page_search .mf_finder_organic_doc_img_wrapper img {
  width: 100%;
  max-width: inherit;
  height: auto;
  max-height: inherit;
}
.mf_finder_container.page_search .mf_finder_organic_doc_contents_wrapper {
  width: calc(100% - 164px);
}
.mf_finder_container.page_search .mf_finder_organic_doc_title {
  font-size: 1.6rem;
}
.mf_finder_container.page_search .mf_finder_organic_doc_title span {
  font-weight: normal;
}
.mf_finder_container.page_search .mf_finder_organic_doc_body {
  font-size: 1.5rem;
  height: auto;
}
.mf_finder_container.page_search .mf_finder_organic_doc_url:before {
  background: #8096A3;
  border-radius: 3px;
}
.mf_finder_container.page_search .mf_finder_searchBox_doctype:after {
  content: none;
}
.mf_finder_container.page_search .mf_finder_searchBox_doctype .mf_finder_searchBox_doctype_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  height: 48px;
  background: url(/common/img/arr-under.svg) no-repeat center right 10px;
  width: 80px;
  border-color: #D5E3EB;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 1.4rem;
  padding: 5px 10px;
  border-right: 1px solid transparent;
}
.mf_finder_container.page_search .mf_finder_searchBox_doctype .mf_finder_searchBox_doctype_select:focus {
  border-color: #8096A3;
}

.mf_finder_organic_pager_wrapper {
  margin-top: 20px;
}
.mf_finder_organic_pager_wrapper .router-link-active {
  background: none;
  color: #bdbbbb;
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items li a {
  background: none;
}

.mf_finder_drilldown {
  background-color: inherit;
}
.mf_finder_drilldown .mf_finder_drilldown_head {
  padding: 16px 35px 16px 13px;
  margin: 0;
  cursor: pointer;
  background: url(/common/img/ico-minus.svg) no-repeat center right 15px;
}
.mf_finder_drilldown .mf_finder_drilldown_head:before {
  font-size: 1.6rem;
}
.mf_finder_drilldown .mf_finder_drilldown_head.close {
  background-image: url(/common/img/ico-plus.svg);
  border-bottom: solid 1px #D5E3EB;
}
.mf_finder_drilldown .mf_finder_drilldown_head.close + .mf_finder_drilldown_items {
  display: none;
}
.mf_finder_drilldown .mf_finder_drilldown_items {
  margin: 0;
  border-bottom: solid 1px #D5E3EB;
}
.mf_finder_drilldown .mf_finder_drilldown_items .mf_finder_drilldown_item {
  padding: 0;
  font-size: 1.6rem;
  border-top: solid 1px #D5E3EB;
}
.mf_finder_drilldown .mf_finder_drilldown_items .mf_finder_drilldown_item .mf_finder_drilldown_item_bullet {
  display: none;
}
.mf_finder_drilldown .mf_finder_drilldown_items .mf_finder_drilldown_item .mf_finder_drilldown_item_link {
  display: flex;
  justify-content: space-between;
  padding: 16px 13px;
  margin: 0;
  width: 100%;
}
.mf_finder_drilldown .mf_finder_drilldown_items .mf_finder_drilldown_item .mf_finder_drilldown_item_link .mf_finder_drilldown_item_title {
  font-weight: normal;
}
.mf_finder_drilldown .mf_finder_drilldown_items .mf_finder_drilldown_item .mf_finder_drilldown_item_link .mf_finder_drilldown_item_count {
  color: #46545C;
  background: none;
  font-size: 1.2rem;
}
.mf_finder_drilldown .mf_finder_drilldown_items .mf_finder_drilldown_item .mf_finder_drilldown_item_link .mf_finder_drilldown_item_count:before {
  content: "(";
}
.mf_finder_drilldown .mf_finder_drilldown_items .mf_finder_drilldown_item .mf_finder_drilldown_item_link .mf_finder_drilldown_item_count:after {
  content: ")";
}
.mf_finder_drilldown .mf_finder_drilldown_reset {
  margin-top: 10px;
}
.mf_finder_drilldown .mf_finder_drilldown_reset .router-link-active {
  font-size: 1.2rem;
}

@media (max-width: 960px) {
  .mf_finder_container.page_search .mf_finder_searchBox {
    margin: 0;
  }
  .mf_finder_container.page_search .mf_finder_searchBox_items > button {
    width: 52px;
    background-size: 16px 16px;
    background-position: center;
    padding: 0;
  }
  .mf_finder_container.page_search .mf_finder_searchBox_items > button span {
    display: none;
  }
  .mf_finder_container.page_search .mf_finder_organic_nums {
    width: 100%;
    justify-content: end;
  }
  .mf_finder_container.page_search .mf_finder_query {
    width: 100%;
  }
  .mf_finder_container.page_search .mf_finder_organic_doc {
    flex-wrap: wrap;
  }
  .mf_finder_container.page_search .mf_finder_organic_doc_img_wrapper {
    width: 100%;
  }
  .mf_finder_container.page_search .mf_finder_organic_doc_img_wrapper img {
    max-width: 164px;
    margin: 0 auto;
  }
  .mf_finder_container.page_search .mf_finder_organic_doc_contents_wrapper {
    width: 100%;
    margin-top: 20px;
  }
  .mf_finder_container.page_search .mf_finder_organic_doc_url_wrapper {
    display: block;
  }
  .mf_finder_drilldown {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
  .mf_finder_drilldown .mf_finder_drilldown_items .mf_finder_drilldown_item {
    background-color: #EBEEF0;
  }
}
.mf_finder_drilldown_item_count {
  display: none;
}

.f_search .f_input {
  width: 66%;
  float: right;
}
.f_search .f_side {
  width: 23%;
  float: left;
}
.f_search .f_result {
  width: 66%;
  float: right;
}

@media (max-width: 960px) {
  .f_search .f_input {
    width: 100%;
    float: none;
  }
  .f_search .f_side {
    width: 100%;
    float: none;
  }
  .f_search .f_result {
    width: 100%;
    float: none;
  }
}
.jc-c {
  justify-content: center;
}

.path-en {
  word-break: keep-all;
}
.path-en p {
  word-break: keep-all;
}
.path-en .chart_content dl dt {
  width: 36%;
}
.path-en .chart_content dl dd {
  width: 64%;
}
.path-en .link_blank a,
.path-en .link_under {
  word-break: break-all;
}

span.scroll-hint-icon {
  top: 60px;
}

.link_txt.link_pdf {
  padding-right: 35px;
  background: url(/common/img/ico-pdf.svg) no-repeat center right 10px;
}
.link_txt.link_word {
  padding-right: 35px;
  background: url(/common/img/ico-doc.svg) no-repeat center right 10px;
}
.link_txt.link_excel {
  padding-right: 35px;
  background: url(/common/img/ico-xls.svg) no-repeat center right 10px;
}
.link_txt.link_blank {
  padding-right: 25px;
  background: url(/common/img/ico-link.svg) no-repeat center right;
}/*# sourceMappingURL=common.css.map */
