@import url('https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,400,400i,500,500i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Mukta:200,400,700');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
/*
font-family: 'Barlow', sans-serif;
font-family: 'Mukta', sans-serif;
font-family: 'Noto Sans Japanese', sans-serif;
*/



/*==============================*/
/* reset */
/*==============================*/
*,*::before,*::after {box-sizing: border-box;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure{margin:0;padding:0;}
html{overflow-y:scroll;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;font-weight:normal;}
ol,ul{list-style:none;}
fieldset,img{border:0;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
/*NoscriptMessage*/
#msgNoscript{display:block;position:absolute;top:0;left:0;z-index:9999;width:100%;padding:5px 0;border-top:1px solid #fcc;border-bottom:1px solid #fcc;background:#fdd;color:#f33;line-height:1.2;text-align:center;opacity:0.7;}
main{display:block;}
img {vertical-align: top;}
input,select,textarea,button {font-size: 1em;}
input[type="text"] {padding:0;border:none;border-radius:0;outline:none;background:none;}
input[type="radio"] {display:none;}
input[type="checkbox"] {display:none;}
select {-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;background:transparent;cursor: pointer;}
select::-ms-expand {display: none;}
textarea {-webkit-appearance:none;-moz-appearance:none;appearance:none;resize:none;padding:0;border:0;outline:none;background:transparent;}
button,input[type="submit"] {-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;border:none;outline:none;background:transparent;cursor: pointer;}
font{
  word-break: break-all;
}


/*==============================*/
/* base */
/*==============================*/
html,body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.5;
  color: #292E34;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  min-width: 1260px;
  -webkit-text-size-adjust:100%;max-height:100%;
  font-size: 15px;
  font-size: 1.5rem;
}
a {
  color: #292E34;
  text-decoration: none;
  word-break: break-word;
}

article sub {
  font-size: 1rem;
  vertical-align: baseline;
}
article sup {
  font-size: 1rem;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
    min-width: auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
  body.fixed {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
  }
}



/*==============================*/
/* header follow */
/*==============================*/
header.follow {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1260px;
  z-index: 100;
}
header.follow.show {
  display: block;
}
header.follow .header_in {
  background: rgba(255,255,255,.8);
  display: flex;
  align-items: center;
  height: 72px;
  padding: 0 28px;
}
header.follow .header_in > .logo {
  margin-right: 12px;
}
header.follow .header_in > .gnav_btn {
  display: none;
}
header.follow .header_in > .gnav {
  flex: 1;
}
header.follow .header_in > .gnav > ul {
  display: flex;
  justify-content: flex-end;
}
header.follow .header_in > .gnav > ul > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 72px;
  padding: 0 16px;
  font-size: 1.4rem;
}
main header .header_in .gnav > ul > li > a:hover {
  font-weight: bold;
}
header.follow .header_in > .gnav > ul > li > a span {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  padding-bottom: 4px;
}
header.follow .header_in > .gnav > ul > li > a span::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 1px;
  background: #292E34;
  transition: left .3s ease-out,right .3s ease-out;
}
header.follow .header_in > .gnav > ul > li > a:hover span::before {
  left: 0%;
  right: 0%;
}
header.follow .header_in > .gnav > ul > li.drop > a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
  background: #002350;
  opacity: .98;
  transition: left .3s ease-out,right .3s ease-out;
}
header.follow .header_in > .gnav > ul > li.drop > a span::before {
  display: none;
}
header .header_in > .gnav > ul > li.drop > a .btn_drop {
  display: none;
}
.pc header.follow .header_in > .gnav > ul > li.drop:hover > a,
.tab header.follow .header_in > .gnav > ul > li.drop.on > a {
  color: #fff;
}
.pc header.follow .header_in > .gnav > ul > li.drop:hover > a::after,
.tab header.follow .header_in > .gnav > ul > li.drop.on > a::after {
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  header.follow {
    display: block !important;
  }
  .index header.follow {
    display: none !important;
  }
  .loaded .index header.follow {
    display: block !important;
  }
  header.follow {
    right: 0;
    width: auto;
    min-width: initial;
    min-width: auto;
  }
  header.follow .header_in {
    background: #002350;
    display: block;
    height: 64px;
    padding: 0;
    transition: background .3s ease-out;
  }
  header.follow.active_sp .header_in {
    background: rgba(255,255,255,.8);
  }
  header.follow .header_in > .logo {
    display: flex;
    align-items: center;
    height: 64px;
    margin-right: 64px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
  }
  .fixed header.follow .header_in > .logo {
    background: #0C1D33;
  }
  header.follow .header_in > .logo img {
    max-width: 100%;
  }
  header.follow .header_in > .logo img.img01 {
    display: none;
  }
  header.follow.active_sp .header_in > .logo img.img01 {
    display: inline-block;
  }
  header.follow.active_sp .header_in > .logo img.is_sp {
    display: none;
  }
  .fixed header.follow.active_sp .header_in > .logo img.img01 {
    display: none;
  }
  .fixed header.follow.active_sp .header_in > .logo img.is_sp {
    display: inline-block;
  }
  header.follow .header_in > .gnav_btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 64px;
    height: 64px;
    background: #002350;
    font-size: 0;
    line-height: 0;
    z-index: 1;
  }
  header.follow .header_in > .gnav_btn::before,
  header.follow .header_in > .gnav_btn::after {
    content: "";
  }
  header.follow .header_in > .gnav_btn::before,
  header.follow .header_in > .gnav_btn::after,
  header.follow .header_in > .gnav_btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 32px;
    height: 1px;
    margin-left: -16px;
    background: #fff;
    transition: all .3s ease-out;
  }
  header.follow .header_in > .gnav_btn::before {
    margin-top: -12px;
  }
  header.follow .header_in > .gnav_btn::after {
    margin-top: 13px;
  }
  header.follow .header_in > .gnav_btn.active {
    background: #0C1D33;
  }
  header.follow .header_in > .gnav_btn.active::before {
    margin-left: -14px;
    margin-top: 6px;
    width: 15px;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
  }
  header.follow .header_in > .gnav_btn.active::after {
    margin-left: 0px;
    margin-top: -6px;
    width: 14px;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
  }
  header.follow .header_in > .gnav_btn.active span {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  header.follow .header_in > .gnav {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    background: #0C1D33;
    padding: 80px 20px;
  }
  header.follow .header_in > .gnav::before {
    content: "";
    position: fixed;
    left: 20px;
    right: 20px;
    top: 64px;
    height: 1px;
    background: #fff;
  }
  header.follow .header_in > .gnav::after {
    content: "";
    position: fixed;
    left: 20px;
    right: 20px;
    top: 64px;
    height: 1px;
    background: linear-gradient(90deg,#e21919 0%, #fdf87a 35.96%, #35c329 60% 58.13%, #0146e2 100%);
    opacity: .5;
  }
  header.follow .header_in > .gnav > ul {
    display: block;
  }
  header.follow .header_in > .gnav > ul > li > a {
    display: block;
    color: #fff;
    width: auto;
    height: auto;
    padding: 16px 0;
    margin-right: 40px;
    font-size: 1.4rem;
  }
  main header .header_in .gnav > ul > li > a:hover {
    font-weight: normal;
  }
  header.follow .header_in > .gnav > ul > li > a span {
    top: auto;
    -webkit-transform: none;
    transform: none;
    padding-bottom: 0;
  }
  header.follow .header_in > .gnav > ul > li > a span::before {
    display: none;
  }
  header.follow .header_in > .gnav > ul > li.drop > a span.btn_drop::before {
    display: block;
  }
  header.follow .header_in > .gnav > ul > li.drop > a::after {
    display: none;
  }
  header .header_in > .gnav > ul > li.drop > a .btn_drop {
    display: block;
    position: absolute;
    right: -40px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border: 1px solid #fff;
    border-radius: 0 4px 0 4px;
    font-size: 0;
  }
  header .header_in > .gnav > ul > li.drop > a .btn_drop::before,
  header .header_in > .gnav > ul > li.drop > a .btn_drop::after {
    display: block;
    content: "";
    position: absolute;
    left: 50% !important;
    top: 50%;
    width: 8px;
    height: 1px;
    margin-left: -4px;
    background: #fff;
  }
  header .header_in > .gnav > ul > li.drop > a .btn_drop::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  header .header_in > .gnav > ul > li.drop.active > a .btn_drop {
    background: #014099;
    border-color: #014099;
  }
  header .header_in > .gnav > ul > li.drop.active > a .btn_drop::after {
    display: none;
  }
}



/*==============================*/
/* main header */
/*==============================*/
main header {
  position: absolute;
  background-color: #002350;
  left: 0;
  top: 0;
  min-width: 1260px;
  width: 100%;
  z-index: 100;
  display: flex;
  height: 100px;
}
main header .logo {
  background: rgba(0,35,80,.4);
  display: flex;
  align-items: center;
  padding: 0 24px;
}
main header .header_in {
  flex: 1;
}
main header .header_in .hnav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid #fff;
  padding: 0 24px;
}
main header .header_in .hnav > ul {
  display: flex;
  align-items: center;
}
main header .header_in .hnav > ul > li + li {
  margin-left: 24px;
}
main header .header_in .hnav > ul > li.hnav_lang {
  font-family: 'Mukta', sans-serif;
  font-weight: bold;
}
main header .header_in .hnav > ul > li.hnav_lang ul {
  display: flex;
}
main header .header_in .hnav > ul > li.hnav_lang ul li + li {
  margin-left: 4px;
}
main header .header_in .hnav > ul > li.hnav_lang ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 24px;
  border-radius: 12px;
  color: #fff;
}
main header .header_in .hnav > ul > li.hnav_lang ul li.active a,
main header .header_in .hnav > ul > li.hnav_lang ul li a:hover {
  background: rgba(255,255,255,.7);
  color: #014099;
}
li.hnav_search {
  font-size: 1.3rem;
  position: relative;
  background: rgba(255,255,255,.8);
  border-radius: 16px;
  width: 236px;
  height: 32px;
  padding-left: 32px;
  padding-right: 16px;
}
li.hnav_search table,
li.hnav_search table tbody,
li.hnav_search table tr,
li.hnav_search table th,
li.hnav_search table td {
  display: block;
}
li.hnav_search form.gsc-search-box {
  font-size: 1em;
  margin-bottom: 0;
}
li.hnav_search table.gsc-search-box {
  margin-bottom: 0;
}
li.hnav_search input.gsc-input, li.hnav_search .gsc-input-box, li.hnav_search .gsc-input-box-hover, li.hnav_search .gsc-input-box-focus {
  border: none;
  background: none;
}
li.hnav_search .gsc-input-box {
  padding: 0;
}
li.hnav_search .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0;
}
li.hnav_search .gsib_a {
  padding: 0;
}
li.hnav_search .gsc-input {
  display: block;
  margin: 6px 0 0 !important;
  position: relative;
  padding: 0 4px !important;
  background-color: transparent !important;
}
li.hnav_search .gsst_b {
  position: absolute;
  right: 0;
  top: -2px;
}
li.hnav_search .gscb_a {
  line-height: 1;
}
li.hnav_search .gsc-search-button-v2, li.hnav_search .gsc-search-button-v2:hover, li.hnav_search .gsc-search-button-v2:focus {
  width: 32px;
  height: 32px;
  background: url(/cmn/img/header_ico_search01.png) no-repeat center center / 20px auto;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
}
li.hnav_search .gsc-search-button-v2 * {
  display: none;
}
main header .header_in .hnav > ul > li.hnav_inquiry {
  font-size: 1.3rem;
}
main header .header_in .hnav > ul > li.hnav_inquiry a {
  position: relative;
  display: inline-block;
  color: #fff;
  padding-bottom: 4px;
}
main header .header_in .hnav > ul > li.hnav_inquiry a::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 1px;
  background: #fff;
  transition: left .3s ease-out,right .3s ease-out;
}
main header .header_in .hnav > ul > li.hnav_inquiry a:hover::before {
  left: 0%;
  right: 0%;
}
main header .header_in .gnav {
  height: 50px;
  padding: 0 8px;
}
main header .header_in .gnav > ul {
  display: flex;
  justify-content: flex-end;
}
main header .header_in .gnav > ul > li > a {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  padding: 0 16px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}
main header .header_in .gnav > ul > li > a span {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-bottom: 4px;
}
main header .header_in .gnav > ul > li > a span::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 1px;
  background: #fff;
  transition: left .3s ease-out,right .3s ease-out;
}
.pc main header .header_in .gnav > ul > li > a:hover span::before {
  left: 0%;
  right: 0%;
}
.pc main header .header_in .gnav > ul > li.drop:hover > a,
.tab main header .header_in .gnav > ul > li.drop.on > a {
  color: #014099;
}
main header .header_in .gnav > ul > li.drop > a::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
  background: rgba(255,255,255,.34);
  opacity: .98;
  transition: left .3s ease-out,right .3s ease-out;
}
.pc main header .header_in .gnav > ul > li.drop:hover > a::before,
.tab main header .header_in .gnav > ul > li.drop.on > a::before {
  left: 0;
  right: 0;
}
.pc main header .header_in .gnav > ul > li.drop > a span::before {
  display: none;
}
header .header_in .gnav > ul > li.drop .drop_ov {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 72px;
  bottom: 0;
  background: rgba(0,35,80,.4);
  opacity: 0;
}
main header .header_in .gnav > ul > li.drop .drop_ov {
  top: 100px;
}
@media screen and (min-width: 768px) {
  .pc header .header_in .gnav > ul > li.drop:hover .drop_ov,
  .tab header .header_in .gnav > ul > li.drop.on .drop_ov {
    display: block;
    -webkit-animation: drop .3s ease-out .3s forwards;
    animation: drop .3s ease-out .3s forwards;
  }
  .pc header .header_in .gnav > ul > li.drop:hover .drop_ov:hover {
    display: none;
  }
  header .header_in .gnav > ul > li.drop .drop_in {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: rgba(0,35,80,.98);
    padding: 32px 60px 32px 240px;
    opacity: 0;
  }
  .pc header .header_in .gnav > ul > li.drop:hover .drop_in,
  .tab header .header_in .gnav > ul > li.drop.on .drop_in {
    display: block;
    -webkit-animation: drop .3s ease-out .3s forwards;
    animation: drop .3s ease-out .3s forwards;
  }
}
@-webkit-keyframes drop {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes drop {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
header .header_in .gnav > ul > li.drop .drop_in:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 195px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
header .header_in .gnav > ul > li.drop.li01 .drop_in:before {
  background-image: url(/cmn/img/gnav_bg01.jpg);
}
header .header_in .gnav > ul > li.drop.li03 .drop_in:before {
  background-image: url(/cmn/img/gnav_bg03.jpg);
}
header .header_in .gnav > ul > li.drop.li04 .drop_in:before {
  background-image: url(/cmn/img/gnav_bg04.jpg);
}
header .header_in .gnav > ul > li.drop.li05 .drop_in:before {
  background-image: url(/cmn/img/gnav_bg05.jpg);
}
header .header_in .gnav > ul > li.drop .drop_in .hl {
  font-size: 1.4rem;
  color: #fff;
}
header .header_in .gnav > ul > li.drop .drop_in .hl span {
  display: inline-block;
  margin-right: 32px;
  font-size: 4rem;
  font-family: 'Mukta', sans-serif;
  font-weight: 200;
}
header .header_in .gnav > ul > li.drop .drop_in > ul {
  display: flex;
  margin-top: 32px;
  max-width: 1040px;
}
header .header_in .gnav > ul > li.drop .drop_in > ul > li {
  flex: 1;
}
header .header_in .gnav > ul > li.drop .drop_in > ul > li + li {
  margin-left: 80px;
}
header .header_in .gnav > ul > li.drop .drop_in > ul > li > ul > li a {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  color: #B1B9C3;
  transition: color .3s ease-out;
}
header .header_in .gnav > ul > li.drop .drop_in > ul > li > ul > li a:hover {
  color: #fff;
}
header .header_in .gnav > ul > li.drop .drop_in > ul > li > ul > li a.link01::before,
header .header_in .gnav > ul > li.drop .drop_in > ul > li > ul > li a.link01::after {
  transition: background-color .3s ease-out;
  background-color: #B1B9C3;
}
header .header_in .gnav > ul > li.drop .drop_in > ul > li > ul > li a.link01:hover::before,
header .header_in .gnav > ul > li.drop .drop_in > ul > li > ul > li a.link01:hover::after {
  background-color: #fff;
}
header .header_in .gnav > ul > li.drop .drop_in > ul > li > ul > li + li {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  main header {
    display: none;
  }
  header .header_in .gnav > ul > li.drop .drop_ov {
    display: none !important;
  }
  header .header_in .gnav > ul > li.drop .drop_in {
    display: none;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    background: none;
    opacity: 1 !important;
    font-size: 1.3rem;
    background: #4C5665;
    margin-left: -20px;
    margin-right: -20px;
    padding: 16px 20px;
  }
  header .header_in .gnav > ul > li.drop .drop_in:before {
    display: none;
  }
  header .header_in .gnav > ul > li.drop .drop_in .hl {
    display: none;
  }
  header .header_in .gnav > ul > li.drop .drop_in > ul {
    display: block;
    margin-top: 0;
    max-width: initial;
    max-width: auto;
  }
  header .header_in .gnav > ul > li.drop .drop_in > ul > li + li {
    margin-left: 0;
    margin-top: 20px;
  }
  header .header_in .gnav > ul > li.drop .drop_in > ul > li > ul > li + li {
    margin-top: 20px;
  }
  header .header_in .gnav > ul > li.drop .drop_in > ul > li > ul > li a {
    display: block;
    font-size: 1.3rem;
    font-weight: normal;
    color: #fff;
    padding-right: 28px;
    transition: color .3s ease-out;
  }
  header .header_in .gnav > ul > li.drop .drop_in > ul > li > ul > li a::before,
  header .header_in .gnav > ul > li.drop .drop_in > ul > li > ul > li a::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    height: 1px;
    background: #fff !important;
  }
  header .header_in .gnav > ul > li.drop .drop_in > ul > li > ul > li a::before {
    width: 22px;
  }
  header .header_in .gnav > ul > li.drop .drop_in > ul > li > ul > li a::after {
    width: 6px;
    -webkit-transform: rotate(55deg);
    transform: rotate(55deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    margin-top: -3px;
  }
  header .header_in .gnav .gnav_sp {
    margin-top: 24px;
  }
  li.hnav_search {
    width: 100%;
  }
  li.hnav_search .gsc-input-box {
    padding: 1px 0 0;
    border-radius: 0;
    background: none;
  }
  header .header_in .gnav .gnav_sp .hnav_lang {
    margin-top: 36px;
  }
  header .header_in .gnav .gnav_sp .hnav_lang ul {
    display: flex;
  }
  header .header_in .gnav .gnav_sp .hnav_lang ul li + li {
    margin-left: 4px;
  }
  header .header_in .gnav .gnav_sp .hnav_lang ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32PX;
    height: 24px;
    border-radius: 12px;
    font-family: 'Mukta', sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
  }
  header .header_in .gnav .gnav_sp .hnav_lang ul li.active a {
    background: #fff;
    color: #014099;
  }
  header .header_in .gnav .gnav_sp .hnav_inquiry {
    margin-top:  32px;
  }
  header .header_in .gnav .gnav_sp .hnav_inquiry a {
    display: block;
  }
}



/*==============================*/
/* footer */
/*==============================*/
footer {
  position: relative;
  background: #122E53;
  min-width: 1260px;
  padding: 140px 0 16px;
}
footer .footer_in {
  width: 1000px;
  margin: 0 auto;
}
footer a {
  color: #B1B9C3;
  transition: color .3s ease-out;
}
footer a:hover {
  color: #fff;
}
footer .btn_pagetop {
  display: none;
  position: fixed;
  right: 48px;
  bottom: -64px;
  width: 64px;
  height: 64px;
  cursor: pointer;
  z-index: 50;
  transition: bottom .3s ease-out;
}
footer .btn_pagetop.show {
  bottom: 0;
}
footer .btn_pagetop::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 0;
  border-top: 64px solid #647286;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  opacity: .5;
  transition: opacity .3s ease-out;
}
footer .btn_pagetop:hover::before {
  opacity: .7;
}
footer .btn_pagetop.absolute {
  position: absolute;
  right: 48px;
  bottom: auto;
  top: 0;
}
footer .btn_pagetop img {
  position: absolute;
  left: 50%;
  top: 24px;
  margin-left: -10px;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}
footer .btn_pagetop:hover img {
  -webkit-transform: scale(-1,1);
  transform: scale(-1,1);
}
footer .fnav_sitemap > ul {
  display: flex;
  justify-content: space-between;
}
footer .fnav_sitemap > ul > li > p {
  font-size: 1.6rem;
  font-weight: bold;
}
footer .fnav_sitemap > ul > li > p .btn_footer {
  display: none;
}
footer .fnav_sitemap > ul > li > p > a {
  color: #86A2CC;
}
footer .fnav_sitemap > ul > li > p > a:hover {
  color: #fff;
}
footer .fnav_sitemap > ul > li > p + ul {
  margin-top: 20px;
}
footer .fnav_sitemap > ul > li > * + p {
  margin-top: 48px;
}
footer .fnav_sitemap > ul > li > ul {
  font-size: 1.4rem;
}
footer .fnav_sitemap > ul > li > ul > li + li {
  margin-top: 16px;
}
footer .logo {
  margin-top: -1rem;
}
footer .fnav_menu {
  position: relative;
  border-top: 1px solid #fff;
  margin-top: 16px;
  padding-top: 8px;
}
footer .fnav_menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 1px;
  background: linear-gradient(90deg,#e21919 0%, #fdf87a 35.96%, #35c329 60% 58.13%, #0146e2 100%);
  opacity: .5;
}
footer .fnav_menu ul {
  display: flex;
  justify-content: space-between;
  font-size: 1.3rem;
}
footer .copy {
  margin-top: 112px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer {
    position: relative;
    min-width: initial;
    min-width: auto;
    padding: 70px 20px 20px;
  }
  footer .footer_in {
    width: auto;
  }
  footer a {
    color: #fff;
  }
  footer .btn_pagetop {
    right: 20px;
    width: 50px;
    height: 50px;
  }
  footer .btn_pagetop::before {
    width: 50px;
    border-top: 50px solid #647286;
    transition: none;
  }
  footer .btn_pagetop.absolute {
    right: 20px;
  }
  footer .btn_pagetop img {
    top: 20px;
    width: 16px;
    margin-left: -8px;
    transition: none;
  }
  footer .btn_pagetop:hover img {
    -webkit-transform: none;
    transform: none;
  }
  footer .fnav_sitemap > ul {
    display: block;
  }
  footer .fnav_sitemap > ul > li > p {
    font-size: 1.4rem;
    position: relative;
  }
  footer .fnav_sitemap > ul > li > p .btn_footer {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border: 1px solid #fff;
    border-radius: 0 4px 0 4px;
    font-size: 0;
  }
  footer .fnav_sitemap > ul > li > p .btn_footer::before,
  footer .fnav_sitemap > ul > li > p .btn_footer::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 1px;
    margin-left: -4px;
    background: #fff;
  }
  footer .fnav_sitemap > ul > li > p .btn_footer::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  footer .fnav_sitemap > ul > li > p.active .btn_footer {
    background: #014099;
    border-color: #014099;
  }
  footer .fnav_sitemap > ul > li > p.active .btn_footer::after {
    display: none;
  }
  footer .fnav_sitemap > ul > li > p > a {
    color: #fff;
    display: block;
    padding: 16px 0;
    margin-right: 40px;
  }
  footer .fnav_sitemap > ul > li > p + ul {
    margin-top: 0;
  }
  footer .fnav_sitemap > ul > li > * + p {
    margin-top: 0;
  }
  footer .fnav_sitemap > ul > li > ul {
    display: none;
    font-size: 1.3rem;
    background: #4C5665;
    margin-left: -20px;
    margin-right: -20px;
    padding: 16px 20px;
  }
  footer .fnav_sitemap > ul > li > ul > li + li {
    margin-top: 20px;
  }
  footer .fnav_sitemap > ul > li > ul > li a {
    display: block;
    position: relative;
    padding-right: 28px;
  }
  footer .fnav_sitemap > ul > li > ul > li a::before,
  footer .fnav_sitemap > ul > li > ul > li a::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    height: 1px;
    background: #fff;
  }
  footer .fnav_sitemap > ul > li > ul > li a::before {
    width: 22px;
  }
  footer .fnav_sitemap > ul > li > ul > li a::after {
    width: 6px;
    -webkit-transform: rotate(55deg);
    transform: rotate(55deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    margin-top: -3px;
  }
  footer .fnav_bnr {
    margin-top: 28px;
  }
  footer .fnav_bnr ul li + li {
    margin-top: 24px;
  }
  footer .fnav_bnr ul li a {
    display: block;
  }
  footer .fnav_bnr ul li a figure img {
    width: 100%;
  }
  footer .fnav_bnr ul li a p {
    font-size: 1.2rem;
    margin-top: 4px;
  }
  footer .fnav_bnr ul li a p span {
    display: block;
    padding-right: 20px;
    margin-top: 8px;
  }
  footer .logo {
    display: none;
  }
  footer .fnav_menu {
    margin-top: 28px;
    padding-top: 28px;
  }
  footer .fnav_menu ul {
    flex-wrap: wrap;
    font-weight: bold;
  }
  footer .fnav_menu ul > li {
    width: 49%;
  }
  footer .fnav_menu ul > li:nth-of-type(n+3) {
    margin-top: 24px;
  }
  footer .copy {
    margin-top: 56px;
    font-size: 1.1rem;
  }
}



/*==============================*/
/* gdpr */
/*==============================*/
.box_gdpr {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(244,248,252,.95);
  padding: 20px;
  display: none;
}
.box_gdpr .in {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.box_gdpr .in p {
  flex: 1;
  line-height: 1.714;
  margin-right: 28px;
}
.box_gdpr .in p a {
  color: #117AF4;
  text-decoration: underline;
  margin-left: 1em;
}
.box_gdpr .in p a:hover {
  text-decoration: none;
}
.box_gdpr .in .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 64px;
  background: #014099;
  border-radius: 12px 0 12px 0;
  font-size: 1.7rem;
  color: #fff;
  cursor: pointer;
  transition: opacity .3s ease-out;
}
.box_gdpr .in .btn:hover {
  opacity: .7;
}
@media screen and (max-width: 767px) {
  .box_gdpr .in {
    display: block;
  }
  .box_gdpr .in p {
    margin-right: 0;
  }
  .box_gdpr .in p a {
    margin-left: 0;
  }
  .box_gdpr .in p a:hover {
    text-decoration: underline;
  }
  .box_gdpr .in .btn {
    width: 250px;
    height: 50px;
    border-radius: 6px 0 6px 0;
    font-size: 1.3rem;
    margin: 24px auto 0;
  }
  .box_gdpr .in .btn:hover {
    opacity: 1;
  }
}



/*==============================*/
/* main */
/*==============================*/
main {
  min-width: 1260px;
  padding-bottom: 124px;
}
@media screen and (max-width: 767px) {
  main {
    min-width: initial;
    min-width: auto;
    padding-bottom: 60px;
  }
}



/*==============================*/
/* module */
/*==============================*/
/* heading */
article .m_heading {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 320px;
  padding-top: 100px;
  display: flex;
  align-items: center;
}
article .m_heading.type01 {
  background-image: url(/cmn/img/heading_bg01_01_pc.jpg);
}
article .m_heading.type02 {
  background-image: url(/cmn/img/heading_bg01_02_pc.jpg);
}
article .m_heading.type03 {
  background-image: url(/cmn/img/heading_bg01_03_pc.jpg);
}
article .m_heading.type04 {
  background-image: url(/cmn/img/heading_bg01_04_pc.jpg);
}
article .m_heading.type05 {
  background-image: url(/cmn/img/heading_bg01_05_pc.jpg);
}
article .m_heading.type06 {
  background-image: url(/cmn/img/heading_bg01_06_pc.jpg);
}
article .m_heading.type07 {
  background-image: url(/cmn/img/heading_bg01_07_pc.jpg);
}
article .m_heading.type08 {
  background-image: url(/cmn/img/heading_bg01_08_pc.jpg);
}
article .m_heading.type09 {
  background-image: url(/cmn/img/heading_bg01_09_pc.jpg);
}
article .m_heading.type10 {
  background-image: url(/cmn/img/heading_bg01_10_pc.jpg);
}
article .m_heading.type11 {
  background-image: url(/cmn/img/heading_bg01_11_pc.jpg);
}
article .m_heading.type12 {
  background-image: url(/cmn/img/heading_bg01_12_pc.jpg);
}
article .m_heading.type13 {
  background-image: url(/cmn/img/heading_bg01_13_pc.jpg);
}
article .m_heading.type14 {
  background-image: url(/cmn/img/heading_bg01_14_pc.jpg);
}
article .m_heading.type15 {
  background-image: url(/cmn/img/heading_bg01_15_pc.jpg);
}
article .m_heading.type16 {
  background-image: url(/cmn/img/heading_bg01_16_pc.jpg);
}
article .m_heading.type17 {
  background-image: url(/cmn/img/heading_bg01_17_pc.jpg);
}
article .m_heading.type18 {
  background-image: url(/cmn/img/heading_bg01_18_pc.jpg);
}
article .m_heading.type19 {
  background-image: url(/cmn/img/heading_bg01_19_pc.jpg);
}
article .m_heading.type20 {
  background-image: url(/cmn/img/heading_bg01_20_pc.jpg);
}
article .m_heading.type21 {
  background-image: url(/cmn/img/heading_bg01_21_pc.jpg);
}
article .m_heading.type22 {
  background-image: url(/cmn/img/heading_bg01_22_pc.jpg);
}
article .m_heading.type23 {
  background-image: url(/cmn/img/heading_bg01_23_pc.jpg);
}
article .m_heading.type24 {
  background-image: url(/cmn/img/heading_bg01_24_pc.jpg);
}
article .m_heading.type25 {
  background-image: url(/cmn/img/heading_bg01_25_pc.jpg);
}
article .m_heading.type26 {
  background-image: url(/cmn/img/heading_bg01_26_pc.jpg);
}
article .m_heading.type27 {
  background-image: url(/cmn/img/heading_bg01_27_pc.jpg);
}
article .m_heading.type28 {
  background-image: url(/cmn/img/heading_bg01_28_pc.jpg);
}
article .m_heading.type29 {
  background-image: url(/cmn/img/heading_bg01_29_pc.jpg);
}
article .m_heading.type30 {
  background-image: url(/cmn/img/heading_bg01_30_pc.jpg);
}
article .m_heading.type31 {
  background-image: url(/cmn/img/heading_bg01_31_pc.jpg);
}
article .m_heading.type32 {
  background-image: url(/cmn/img/heading_bg01_32_pc.jpg);
}
article .m_heading.type33 {
  background-image: url(/cmn/img/heading_bg01_33_pc.jpg);
}
article .m_heading.type34 {
  background-image: url(/cmn/img/heading_bg01_34_pc.jpg);
}
article .m_heading.type35 {
  background-image: url(/cmn/img/heading_bg01_35_pc.jpg);
}
article .m_heading .m_heading_in {
  width: 1000px;
  margin: 0 auto;
}
article .m_heading .hl01 {
  color: #fff;
  font-size: 3.4rem;
  line-height: 1.2;
}
article .m_heading .hl01 span {
  font-family: 'Mukta', sans-serif;
  font-size: 2.2rem;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  article .m_heading {
    height: 200px;
    padding-top: 64px;
  }
  article .m_heading.type01 {
    background-image: url(/cmn/img/heading_bg01_01_sp.jpg);
  }
  article .m_heading.type02 {
    background-image: url(/cmn/img/heading_bg01_02_sp.jpg);
  }
  article .m_heading.type03 {
    background-image: url(/cmn/img/heading_bg01_03_sp.jpg);
  }
  article .m_heading.type04 {
    background-image: url(/cmn/img/heading_bg01_04_sp.jpg);
  }
  article .m_heading.type05 {
    background-image: url(/cmn/img/heading_bg01_05_sp.jpg);
  }
  article .m_heading.type06 {
    background-image: url(/cmn/img/heading_bg01_06_sp.jpg);
  }
  article .m_heading.type07 {
    background-image: url(/cmn/img/heading_bg01_07_sp.jpg);
  }
  article .m_heading.type08 {
    background-image: url(/cmn/img/heading_bg01_08_sp.jpg);
  }
  article .m_heading.type09 {
    background-image: url(/cmn/img/heading_bg01_09_sp.jpg);
  }
  article .m_heading.type10 {
    background-image: url(/cmn/img/heading_bg01_10_sp.jpg);
  }
  article .m_heading.type11 {
    background-image: url(/cmn/img/heading_bg01_11_sp.jpg);
  }
  article .m_heading.type12 {
    background-image: url(/cmn/img/heading_bg01_12_sp.jpg);
  }
  article .m_heading.type13 {
    background-image: url(/cmn/img/heading_bg01_13_sp.jpg);
  }
  article .m_heading.type14 {
    background-image: url(/cmn/img/heading_bg01_14_sp.jpg);
  }
  article .m_heading.type15 {
    background-image: url(/cmn/img/heading_bg01_15_sp.jpg);
  }
  article .m_heading.type16 {
    background-image: url(/cmn/img/heading_bg01_16_sp.jpg);
  }
  article .m_heading.type17 {
    background-image: url(/cmn/img/heading_bg01_17_sp.jpg);
  }
  article .m_heading.type18 {
    background-image: url(/cmn/img/heading_bg01_18_sp.jpg);
  }
  article .m_heading.type19 {
    background-image: url(/cmn/img/heading_bg01_19_sp.jpg);
  }
  article .m_heading.type20 {
    background-image: url(/cmn/img/heading_bg01_20_sp.jpg);
  }
  article .m_heading.type21 {
    background-image: url(/cmn/img/heading_bg01_21_sp.jpg);
  }
  article .m_heading.type22 {
    background-image: url(/cmn/img/heading_bg01_22_sp.jpg);
  }
  article .m_heading.type23 {
    background-image: url(/cmn/img/heading_bg01_23_sp.jpg);
  }
  article .m_heading.type24 {
    background-image: url(/cmn/img/heading_bg01_24_sp.jpg);
  }
  article .m_heading.type25 {
    background-image: url(/cmn/img/heading_bg01_25_sp.jpg);
  }
  article .m_heading.type26 {
    background-image: url(/cmn/img/heading_bg01_26_sp.jpg);
  }
  article .m_heading.type27 {
    background-image: url(/cmn/img/heading_bg01_27_sp.jpg);
  }
  article .m_heading.type28 {
    background-image: url(/cmn/img/heading_bg01_28_sp.jpg);
  }
  article .m_heading.type29 {
    background-image: url(/cmn/img/heading_bg01_29_sp.jpg);
  }
  article .m_heading.type30 {
    background-image: url(/cmn/img/heading_bg01_30_sp.jpg);
  }
  article .m_heading.type31 {
    background-image: url(/cmn/img/heading_bg01_31_sp.jpg);
  }
  article .m_heading.type32 {
    background-image: url(/cmn/img/heading_bg01_32_sp.jpg);
  }
  article .m_heading.type33 {
    background-image: url(/cmn/img/heading_bg01_33_sp.jpg);
  }
  article .m_heading.type34 {
    background-image: url(/cmn/img/heading_bg01_34_sp.jpg);
  }
  article .m_heading.type35 {
    background-image: url(/cmn/img/heading_bg01_35_sp.jpg);
  }
  article .m_heading .m_heading_in {
    width: auto;
    margin: 0 20px;
  }
  article .m_heading .hl01 {
    font-size: 2.4rem;
  }
  article .m_heading .hl01 span {
    font-size: 1.5rem;
    font-weight: normal;
  }
  article .m_heading .hl01 span.type02 {
    font-size: 1.4rem;
    display: inline-block;
  }
}

/* topicpath */
article .topicpath {
  width: 1000px;
  margin: 16px auto 40px;
}
article .topicpath ul {
  font-size: 0;
}
article .topicpath ul li {
  display: inline-block;
  font-size: 1.4rem;
  color: #4C5665;
}
article .topicpath ul li + li {
  position: relative;
  margin-left: 12px;
  padding-left: 20px;
}
article .topicpath ul li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .75em;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-right: 1px solid #707F95;
  border-bottom: 1px solid #707F95;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
article .topicpath ul li span {
  font-family: 'Mukta', sans-serif;
}
article .topicpath ul li a {
  color: #707F95;
}
article .topicpath ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  article .topicpath {
    width: auto;
    margin: 0 0 40px;
  }
  article .topicpath ul {
    display: none;
  }
}

/* section */
article .m_section {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  article .m_section {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* headline */
article .hl02 {
  position: relative;
  font-size: 2.4rem;
  padding-left: 24px;
}
article .hl02 span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 24px;
  background: #fff;
}
article .hl02::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #B1B9C3;
}
article .hl02::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 4px;
  margin-top: -2px;
  background: #014099;
}
article .hl03 {
  position: relative;
  padding-left: 40px;
  font-size: 2rem;
  font-weight: bold;
}
article .hl03::before {
  content: "";
  position: absolute;
  left: 0;
  top: .75em;
  width: 24px;
  height: 20px;
  margin-top: -10px;
  background: #94C2EF;
}
article .hl03_02 {
  position: relative;
  display: flex;
  align-items: center;
  height: 88px;
  font-size: 2rem;
  font-weight: bold;
  color: #00387B;
  padding-left: 56px;
  margin: -40px -40px 0;
}
article .hl03_02 span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  background: #00387B;
  font-family: 'Barlow', sans-serif;
  font-size: 3rem;
  color: #fff;
}
article .hl04 {
  position: relative;
  padding-bottom: 4px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #CDCDE5;
}
article .hl04 > span {
  position: relative;
  display: inline-block;
  bottom: -1px;
}
article .hl04 > span.type01 {
  color:#00387B;
}
article .hl04 > span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background: #014099;
}
article .hl04 > span  span {
  color: #014099;
}
article .hl04.type01 {
  margin-bottom: 12px;
}
article .hl05 {
  color: #00387B;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
article .hl05 > span {
  position: relative;
  display: inline-block;
  padding-top: 32px;
}
article .hl05 > span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: #014099;
}
@media screen and (max-width: 767px) {
  article .hl02 {
    font-size: 2rem;
    padding-left: 12px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  article .hl02 span {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 20px 0 8px;
    background: #fff;
  }
  article .hl02::after {
    width: 12px;
    height: 6px;
    margin-top: -3px;
  }
  article .hl03 {
    padding-left: 20px;
    font-size: 1.7rem;
  }
  article .hl03::before {
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  article .hl03_02 {
    height: 60px;
    font-size: 1.8rem;
    padding-left: 28px;
    margin: -20px -20px 0;
  }
  article .hl03_02 span {
    width: 20px;
    font-size: 1.9rem;
  }
  article .hl04 {
    font-size: 1.5rem;
  }
  article .hl05 {
    font-size: 1.6rem;
  }
  article .hl05 > span {
    padding-top: 16px;
  }
  article .hl05 > span::before {
    height: 2px;;
  }
}

/* paragraph */
article p.p01 {
  line-height: 2;
}
article p.p01.type02 {
  line-height: 1.75;
}
article p.p01 .bold {
  font-weight: bold;
}
article p.p01 a {
  color: #117AF4;
  text-decoration: underline;
}
article p.p01 a:hover {
  text-decoration: none;
}
article p.p01.p_link {
  font-size: 1.3rem;
}
article p.note01 {
  font-size: 1.2rem;
}
article p.p02 {
  color: #00387B;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}
article p.p02 + p.p02 {
  padding-top: 16px;
}
article .color01 {
  color: #EF9C56;
}
article .color02 {
  color: #E21919;
}
article span.link02 a {
  color: #117AF4;
  text-decoration: underline;
}
article span.link02 a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  article p.p02 {
    font-size: 1.3rem;
  }
}


/* a */
.link01 {
  position: relative;
  display: inline-block;
  padding-right: 44px;
  color: #fff;
  text-decoration: none !important;
}
.link01::before,
.link01::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 1px;
  background: #fff;
}
.link01::before {
  width: 32px;
}
.link01::after {
  width: 8px;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  margin-top: -3px;
}
.link01:hover::before {
  -webkit-animation: link01a .2s linear forwards;
  animation: link01a .2s linear forwards;
}
@-webkit-keyframes link01a {
  from {
    opacity: 0;
    margin-right: 8px;
  }
  to {
    opacity: 1;
    margin-right: 0;
  }
}
@keyframes link01a {
  from {
    opacity: 0;
    margin-right: 8px;
  }
  to {
    opacity: 1;
    margin-right: 0;
  }
}
.link01:hover::after {
  -webkit-animation: link01b .4s linear forwards;
  animation: link01b .4s linear forwards;
}
@-webkit-keyframes link01b {
  0% {
    opacity: 0;
    margin-top: -5px;
    margin-right: 3px;
  }
  50% {
    opacity: 0;
    margin-top: -5px;
    margin-right: 3px;
  }
  100% {
    margin-top: -3px;
    margin-right: 0px;
  }
}
@keyframes link01b {
  0% {
    opacity: 0;
    margin-top: -5px;
    margin-right: 3px;
  }
  50% {
    opacity: 0;
    margin-top: -5px;
    margin-right: 3px;
  }
  100% {
    margin-top: -3px;
    margin-right: 0px;
  }
}
.link01.type02 {
  color: #292E34;
}
.link01.type02::before,
.link01.type02::after {
  background: #292E34;
}
.link01.type03 {
  color: #00387B;
}
.link01.type03::before,
.link01.type03::after {
  background: #00387B;
}
.link01.typeb {
  padding-right: 0;
  padding-left: 44px;
}
.link01.typeb::before,
.link01.typeb::after {
  right: auto;
  left: 0;
}
.link01.typeb::after {
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  margin-top: -3px;
}
.link01.typeb:hover::before {
  -webkit-animation: link01a2.2s linear forwards;
  animation: link01a2 .2s linear forwards;
}
@-webkit-keyframes link01a2 {
  from {
    opacity: 0;
    margin-left: 8px;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}
@keyframes link01a2 {
  from {
    opacity: 0;
    margin-left: 8px;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}
.link_pdf01 {
  position: relative;
  display: inline-block;
  padding-right: 36px;
}
.link_pdf01::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 18px;
  height: 22px;
  margin-top: -11px;
  background: url(/cmn/img/ico_pdf01.png) no-repeat center center / 100% 100%;
}
.link_pdf01.type02 {
  color: #292E34;
}
.link_pdf01.type02::after {
  background-image: url(/cmn/img/ico_pdf02.png);
}
.link_pdf01.type02.hover01:hover::after {
  background-image: url(/cmn/img/ico_pdf03.png);
}
.link_pdf01.type03::after {
  background-image: url(/cmn/img/ico_pdf04.png);
}
.link_pdf01.type03.hover01:hover::after {
  background-image: url(/cmn/img/ico_pdf04.png);
}
.link_pdf01.type04{
  color: #117AF4;
  text-decoration: underline;
}
.link_pdf01.type04:hover{
  text-decoration: none;
}
.link_excel01 {
  position: relative;
  display: inline-block;
  padding-right: 36px;
}
.link_excel01::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 17px;
  height: 23px;
  margin-top: -12px;
  background: url(/cmn/img/ico_excel01.png) no-repeat center center / 100% 100%;
}
.link_word01 {
  position: relative;
  display: inline-block;
  padding-right: 36px;
}
.link_word01::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 17px;
  height: 24px;
  margin-top: -12px;
  background: url(/cmn/img/ico_word01.png) no-repeat center center / 100% 100%;
}
.link_blank01 {
  position: relative;
  display: inline-block;
  padding-right: 36px;
}
.link_blank01::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
  height: 11px;
  margin-top: -5px;
  background: url(/cmn/img/ico_blank01.png) no-repeat center center / 100% 100%;
}
.link_blank01.type02::after {
  background-image: url(/cmn/img/ico_blank02.png);
}
.link_zip01 {
  position: relative;
  display: inline-block;
  padding-right: 36px;
}
.link_zip01::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 18px;
  height: 22px;
  margin-top: -11px;
  background: url(/cmn/img/ico_zip01.png) no-repeat center center / 100% 100%;
}
@media screen and (max-width: 767px) {
  .link01 {
    padding-right: 28px;
  }
  .link01.typeb {
    padding-left: 28px;
  }
  .link01::before {
    width: 20px;
  }
  .link01::after {
    width: 6px;
  }
  .link01:hover::before {
    -webkit-animation: none !important;
    animation: none !important;
  }
  .link01:hover::after {
    -webkit-animation: none !important;
    animation: none !important;
  }
}


/* dnav */
.dnav {
  width: 1000px;
  margin: 120px auto 0;
}
.dnav .ttl {
  margin-bottom: 8px;
  color: #00387B;
  font-size: 1.6rem;
  font-weight: bold;
}
.dnav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dnav > ul > li {
  width: 499px;
  position: relative;
  padding: 20px 0 24px;
  background: #00387B;
}
.dnav > ul > li:nth-of-type(n+3) {
  margin-top: 2px;
}
.dnav > ul > li::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -54px;
  width: 125px;
  height: 106px;
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
.dnav > ul > li.type01_01::before {
  background-image: url(/cmn/img/ico_bg01_01.png);
}
.dnav > ul > li.type01_02::before {
  background-image: url(/cmn/img/ico_bg01_02.png);
}
.dnav > ul > li.type02_01::before {
  background-image: url(/cmn/img/ico_bg02_01.png);
}
.dnav > ul > li.type02_02::before {
  background-image: url(/cmn/img/ico_bg02_02.png);
}
.dnav > ul > li.type02_03::before {
  background-image: url(/cmn/img/ico_bg02_03.png);
}
.dnav > ul > li.type02_04::before {
  background-image: url(/cmn/img/ico_bg02_04.png);
}
.dnav > ul > li.type02_05::before {
  background-image: url(/cmn/img/ico_bg02_05.png);
}
.dnav > ul > li.type02_06::before {
  background-image: url(/cmn/img/ico_bg02_06.png);
}
.dnav > ul > li.type02_07::before {
  background-image: url(/cmn/img/ico_bg02_07.png);
}
.dnav > ul > li.type02_08::before {
  background-image: url(/cmn/img/ico_bg02_08.png);
}
.dnav > ul > li.type02_09::before {
  background-image: url(/cmn/img/ico_bg02_09.png);
}
.dnav > ul > li.type03_01::before {
  background-image: url(/cmn/img/ico_bg03_01.png);
}
.dnav > ul > li.type03_02::before {
  background-image: url(/cmn/img/ico_bg03_02.png);
}
.dnav > ul > li.type03_03::before {
  background-image: url(/cmn/img/ico_bg03_03.png);
}
.dnav > ul > li.type03_04::before {
  background-image: url(/cmn/img/ico_bg03_04.png);
}
.dnav > ul > li p {
  margin-bottom: 16px;
  padding-left: 32px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
.dnav .ul_link li {
  padding-left: 32px;
}
.dnav .ul_link li a {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  color: #fff;
  font-size: 1.4rem;
}
.dnav .ul_link li a:hover {
  text-decoration: underline;
}
.dnav .ul_link li + li {
  margin-top: 8px;
}
.dnav .ul_link li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
}
.dnav .ul_link li a::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 50%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #00387B;
}
.dnav .grid {
  display: flex;
  flex-wrap: wrap;
}
.dnav .grid > ul:nth-of-type(1) {
  width: 58%;
}
.dnav .grid > ul:nth-of-type(2) {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .dnav {
    width: 100%;
    margin: 60px 0 0;
  }
  .dnav .ttl {
    padding-left: 16px;
  }
  .dnav > ul > li {
    width: 100%;
    padding: 20px 16px;
  }
  .dnav > ul > li::before {
    margin-top: -32.5px;
    width: 75px;
    height: 63px;
  }
  .dnav > ul > li + li {
    margin-top: 2px;
  }
  .dnav > ul > li p {
    padding-left: 0;
    font-size: 1.5rem;
  }
  .dnav .ul_link li {
    padding-left: 0;
  }
  .dnav .grid {
    display: block;
  }
  .dnav .grid > ul:nth-of-type(1), .dnav .grid > ul:nth-of-type(2) {
    width: 100%;
  }
  .dnav .grid > ul:nth-of-type(2) {
    margin-top: 8px;
  }
}


/* figure */
article .figure01 {
  text-align: center;
}
article .figure01 figure img {
  width: 100%;
}
article .figure01.fig680 figure img {
  width: 680px;
}
article .figure01.fig634 figure img {
  width: 634px;
}
article figure figcaption {
  margin-top: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
}
article figure figcaption.type01 {
  text-align: center;
}
article figure figcaption.type02 {
  margin-bottom: 12px;
}
article figure .bold {
  margin-top: 4px;
  font-weight: bold;
}
article .figure01s p {
  display: none;
}
article .figure02 {
  display: flex;
  justify-content: space-between;
}
article .figure03.type04 {
  justify-content: flex-start;
}
article .figure02 figure img {
  width: 100%;
}
article .figure02.fig440 figure {
  width: 440px;
}
article .figure02.fig420 figure {
  width: 420px;
}
article .figure02.fig280 figure {
  width: 280px;
}
article .figure02.fig280 figure {
  width: 280px;
}
article .figure02.type02 {
  margin-top: 32px;
}
article .figure02.type03 figure:nth-of-type(1) {
  width: 135px;
}
article .figure02.type03 figure:nth-of-type(2) {
  width: 133px;
}
article .figure02.type03.type04 figure:nth-of-type(2) {
  margin-left: 30px;
}
article .figure02.type03 figure:nth-of-type(3), article .figure02.type03 figure:nth-of-type(4) {
  width: 280px;
}
article .figure03 .ul_note02 {
  display: none;
}
article .figure03 figure img {
  max-width: 920px;
}
article .figure {
  margin-top: 40px;
}
article .figure figure img {
  width: 50%;
}
article .figure.fig340 figure img {
  width: 340px;
}
article .figure.fig363 figure img {
  width: 363px;
}
article .caption {
  display: block;
  text-align: center;
  margin-top: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
article .figure_chart01 {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 40px 0;
}
article .figure_chart01 .chart {
  width: 460px;
}
article .figure_chart01 .txt {
  flex: 1;
}
article .figure_chart01 .txt ul {
  display: flex;
  flex-wrap: wrap;
}
article .figure_chart01 .txt ul li {
  width: 50%;
  border-left-style: solid;
  border-left-width: 12px;
  padding-left: 8px;
}
article .figure_chart01 .txt ul li:nth-of-type(n+3) {
  margin-top: 32px;
}
article .figure_chart01 .txt ul li .label {
  font-size: 1.5rem;
}
article .figure_chart01 .txt ul li .data {
  font-family: 'Barlow', sans-serif;
  font-size: 3rem;
}
article .figure_chart01 .txt ul li .data span {
  font-size: 1.7rem;
}
article .figure_chart02 {
  margin-top: 20px;
}
article .figure_chart02 .chart {
  position: relative;
}
article .figure_chart02 .chart .total {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.1;
}
article .figure_chart02 .chart .total span {
  font-family: 'Barlow', sans-serif;
  font-size: 5.6rem;
  font-weight: 200;
  color: #014099;
}
article .figure_chart02 .txt {
  color: #014099;
}
article .figure_chart02 .txt ul {
  display: flex;
  flex-wrap: wrap;
}
article .figure_chart02 .txt ul li {
  border-left-style: solid;
  border-left-width: 12px;
  padding-left: 8px;
  margin-right: 32px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
article .figure_chart02 .txt ul li:last-of-type {
  margin-right: 0;
}
article .figure_chart02 .txt ul li .label {
  font-size: 1.5rem;
}
article .figure_chart02 .txt ul li:last-of-type .label {
  font-size: 1.3rem;
}
article .figure_chart02 .txt ul li .data {
  font-family: 'Barlow', sans-serif;
  font-size: 4rem;
  font-weight: 200;
  line-height: 1.1;
}
article .figure_chart02 .txt ul li .data span {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 2rem;
}
article .figure_chart03 {
  margin-top: 80px;
}
article .figure_chart03 .txt {
  padding-top: 48px;
  color: #014099;
}
article .figure_chart03 .txt ul {
  display: flex;
  flex-wrap: wrap;
}
article .figure_chart03 .txt ul li {
  border-left-style: solid;
  border-left-width: 12px;
  padding-left: 8px;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
article .figure_chart03 .txt ul li:nth-of-type(2n+1) {
  margin-right: 32px;
}
article .figure_chart03 .txt ul li:nth-of-type(2n) {
  min-width: 50%;
}
article .figure_chart03 .txt ul li .label {
  font-size: 1.6rem;
}
article .figure_chart03 .txt ul li:nth-of-type(2n+1) .label {
  min-width: 7em;
}
article .figure_chart03 .txt ul li .data {
  font-family: 'Barlow', sans-serif;
  font-size: 4rem;
  font-weight: 200;
  line-height: 1.1;
}
article .figure_chart03 .txt ul li .data span {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  article .figure01s {
    background: #fff;
    padding: 12px;
  }
  article .figure01.fig680 figure img, article .figure01.fig634 figure img {
    width: 100%;
  }
  article .figure01s p {
    display: block;
    font-size: 1.2rem;
    margin: 12px 0;
  }
  article .figure01s figure.scroll {
    width: 100%;
    overflow: auto;
  }
  article .figure01s figure.scroll img {
    width: auto;
    max-width: 767px;
  }
  article .figure02.fig440 figure {
    width: 50%;
  }
  article .figure02.fig420 figure {
    width: auto;
  }
  article .figure02.fig280 figure {
    width: 33.33%;
  }
  article .figure02.type02 {
    display: block;
  }
  article .figure02.type02 figure {
    width: 100%;
  }
  article .figure02.type03 {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  article .figure02.type03 figure:nth-of-type(1), article .figure02.type03 figure:nth-of-type(2) {
    width: 48%;
  }
  article .figure02.type03.type04 figure:nth-of-type(2) {
    margin-left: 4%;
 }
  article .figure02.type03 figure:nth-of-type(3), article .figure02.type03 figure:nth-of-type(4) {
    width: 100%;
    margin-top: 24px;
  }
  article .figure03 .ul_note02 {
    display: block;
  }
  article .figure03 figure {
    width: 100%;
    margin-top: 12px;
    padding: 0 0 24px;
    overflow-x: auto;
  }
  article .figure03 figure img {
    max-width: 644px;
  }
  article .figure {
    margin-top: 20px;
  }
  article .figure figure img, article .figure.fig340 figure img　, article .figure.fig363 figure img {
    width: 100%;
  }
  article .figure.fig340.type02 figure img {
  width: 240px;
  }
  article .figure_chart01 {
    display: block;
    padding: 20px 0;
  }
  article .figure_chart01 .chart {
    width: auto;
  }
  article .figure_chart01 .txt {
    margin-top: 20px;
    padding: 0 12px 0 20px;
  }
  article .figure_chart01 .txt ul li {
    border-left-width: 8px;
    padding-right: 8px;
  }
  article .figure_chart01 .txt ul li:nth-of-type(n+3) {
    margin-top: 20px;
  }
  article .figure_chart01 .txt ul li .label {
    font-size: 1.4rem;
  }
  article .figure_chart02 .chart .total {
    font-size: 4vw;
  }
  article .figure_chart02 .chart .total span {
    font-size: 8vw;
  }
  article .figure_chart02 .txt ul li {
    border-left-width: 6px;
    padding-left: 4px;
    margin-right: 16px;
    margin-top: 20px;
    max-width: calc(17.4rem - 10px);
  }
  article .figure_chart02 .txt ul li:last-of-type {
    margin-right: 0;
  }
  article .figure_chart02 .txt ul li .label {
    font-size: 1.3rem;
  }
  article .figure_chart02 .txt ul li .data {
    font-size: 3rem;
  }
  article .figure_chart02 .txt ul li .data span {
    font-size: 1.3rem;
  }
  article .figure_chart03 {
    margin-top: 20px;
  }
  article .figure_chart03 .txt {
    padding-top: 0;
  }
  article .figure_chart03 .txt ul li {
    border-left-width: 6px;
    padding-left: 4px;
    margin-top: 16px;
  }
  article .figure_chart03 .txt ul li:nth-of-type(2n+1) {
    margin-right: 28px;
  }
  article .figure_chart03 .txt ul li:nth-of-type(2n) {
    max-width: 56%;
  }
  article .figure_chart03 .txt ul li .label {
    font-size: 1.3rem;
  }
  article .figure_chart03 .txt ul li .data {
    font-size: 2rem;
  }
  article .figure_chart03 .txt ul li .data span {
    font-size: 1.3rem;
  }
}

/* list */
article .ul_list01 {
  line-height: 2;
}
article .ul_list01 > li {
  position: relative;
  padding-left: 1em;
}
article .ul_list01 > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #014099;
}
article .ul_list01 li.bold {
  font-weight: bold;
}
article .ul_list01.type02 li::before {
  background: #94C2EF;
}
article .ul_list01.type03 li::before {
  background: #707F95;
}

article .ul_list01.type04 li:nth-of-type(2n+1)::before {
  background: #937D03;
}
article .ul_list01.type04 li:nth-of-type(2n)::before {
  background: #fff;
  border: 1px solid #937D03;
}
article .ul_list01.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
article .ul_list01.grid li {
  width: 49%;
}
article .ul_list01.grid  li:nth-of-type(2){
  margin-top: 0;
}
article .ul_list02 {
  line-height: 2;
}
article .ul_list02 li {
  position: relative;
  padding-left: 1em;
}
article .ul_list02 li span:first-child {
  position: absolute;
  left: 0;
  top: 0;
}
article .ol_list01 li {
  position: relative;
  padding-left: 1.5em;
}
article .ol_list01 li a {
  color: #117AF4;
  text-decoration: underline;
}
article .ol_list01 li a:hover {
  text-decoration: none;
}
article .ol_list01 li span:first-child {
  position: absolute;
  left: 0;
  top: .75rem;
  margin-top: -.5em;
}
article .ol_list01 li span.strong:first-child {
  font-family: 'Barlow', sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
}
article .ol_list01 li span.type01 {
  color: #00387B;
}
article .ol_list01.type02 li {
  padding-left: 2.5em;
}
article .ol_list01.type03 li {
  padding-left: 1.25em;
}
article .ol_list01.type04 li {
  padding-left: 2em;
}
article .ul_news01 {
  border-top: 1px solid #BDC5D0;
}
article .ul_news01 li {
  padding: 24px 40px;
  border-bottom: 1px solid #BDC5D0;
}
article .ul_news01 dl {
  display: flex;
}
article .ul_news01 dl dt {
  width: 5em;
  font-family: 'Mukta', sans-serif;
  font-size: 2rem;
  font-weight: bold;
}
article .ul_news01 dl * + dd {
  margin-left: 32px;
}
article .ul_news01 dl dd {
  flex: 1;
  -ms-grid-row-align: center;
      align-self: center;
}
article .ul_news01 dl dd a:hover {
  text-decoration: underline;
}
article .ul_news01 dl dd.tag {
  flex: none;
  margin-left: 8px;
  margin-top: 6px;
  color: #fff;
  align-self: flex-start;
}
article .ul_news01 dl dd.tag span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 16px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
}
article .ul_news01 dl dd.tag span.tag01 {
  background-color: #014099;
}
article .ul_news01 p {
  font-weight: bold;
}
article .ul_news01 p a:hover {
  text-decoration: underline;
}
article .ul_note01,
article .ul_note02 {
  font-size: 1.2rem;
  line-height: 2;
}
article .ul_note01 > li {
  position: relative;
  padding-left: 3em;
}
article .ul_note01.type02 > li {
  padding-left: 3.5em;
}
article .ul_note01.type02 .ol_list01 > li > span:first-child {
  top: 0;
  margin-top: 0;
}

article .ul_note01 > li > span:first-of-type,
article .ul_note02 > li > span:first-of-type {
  position: absolute;
  left: 0;
  top: 0;
}
article .ul_note02 > li {
  position: relative;
  padding-left: 1em;
}
article .dl_list01 {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 8px;
}
article .dl_list01 dt {
  box-sizing: content-box;
  width: 7em;
  padding: 24px;
  font-weight: bold;
}
article .dl_list01 dd {
  flex: 1;
  border-left: 1px solid #C7CFD8;
  padding: 16px 32px;
}

article .ul_list01.type_ex01 > li span,
article .ul_list01.type_ex02 > li span {
  display: inline-block;
}
article .ul_list01.type_ex01 > li span:last-of-type,
article .ul_list01.type_ex02 > li span:last-of-type {
  text-align: right;
}
article .ul_list01.type_ex01 > li span:first-of-type {
  width: 19em;
}
article .ul_list01.type_ex01 > li span:last-of-type {
  width: 12em;
}
article .ul_list01.type_ex02 > li span:first-of-type {
  width: 39em;
}
article .ul_list01.type_ex02 > li span:last-of-type {
  width: 9em;
}
@media screen and (max-width: 767px) {
  article .ul_list01 li::before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
  article .ul_list01.grid {
    display: block;
  }
  article .ul_list01.grid li {
    width: 100%;
  }
  article .ul_list01.grid  li:nth-of-type(2){
    margin-top: 8px;
  }
  article .ol_list01 li span.strong:first-child {
    font-size: 1.5rem;
  }
  article .ul_news01 li {
    padding: 12px 0;
  }
  article .ul_news01 dl dt {
    width: 5em;
    font-size: 1.3rem;
  }
  article .ul_news01 dl * + dd {
    margin-left: 20px;
  }
  article .ul_news01 dl dd a:hover {
    text-decoration: none;
  }
  article .dl_list01 {
    display: block;
    padding: 12px;
  }
  article .dl_list01 dt {
    box-sizing: border-box;
    width: auto;
    padding: 0;
    font-size: 1.4rem;
  }
  article .dl_list01 dd {
    border-left: none;
    padding: 0;
    margin-top: 4px;
  }
  article .ul_list01.type_ex01 > li span,
  article .ul_list01.type_ex02 > li span {
    display: inline;
  }
  article .ul_list01.type_ex01 > li span:last-of-type,
  article .ul_list01.type_ex02 > li span:last-of-type {
    text-align: left;
  }
  article .ul_list01.type_ex01 > li span:first-of-type,
  article .ul_list01.type_ex01 > li span:last-of-type,
  article .ul_list01.type_ex02 > li span:first-of-type,
  article .ul_list01.type_ex02 > li span:last-of-type {
    width: auto;
  }
}

/* ul_btn01 */
article .ul_btn01 {
  display: flex;
  flex-wrap: wrap;
}
article .ul_btn01.center {
  justify-content: center;
}
article .ul_btn01.type01 > li {
  width: 400px;
}
article .ul_btn01.type01 > li:nth-of-type(2n) {
  margin-left: 48px;
}
article .ul_btn01.type02 > li {
  width: 480px;
}
article .ul_btn01.type02 > li:nth-of-type(2n) {
  margin-left: 40px;
}
article .ul_btn01.type03 > li {
  width: 220px;
}
article .ul_btn01.type03 > li + li {
  margin-left: 40px;
}
article .ul_btn01.type03 > li:nth-of-type(4n+5) {
  margin-left: 0;
}
article .ul_btn01.type04 > li {
  width: 306px;
}
article .ul_btn01.type04 > li + li {
  margin-left: 40px;
}
article .ul_btn01.type04 > li:nth-of-type(3n+4) {
  margin-left: 0;
}
article .ul_btn01 li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  border: 1px solid #014099;
  background-color: #014099;
  font-size: 1.7rem;
  color: #fff;
  border-radius: 12px 0 12px 0;
  transition: border-radius .3s ease-out,background-color .3s ease-out;
}
article .ul_btn01 li a:hover {
  background-color: #fff;
  color: #014099;
  border-radius: 0 12px 0 12px;
}
article .ul_btn01 li a.btn_pdf {
  padding: 0 46px;
}
article .ul_btn01 li a.btn_pdf::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 17px;
  height: 22px;
  margin-top: -11px;
  background: url(/cmn/img/ico_pdf01.png) no-repeat center / 100% 100%;
}
article .ul_btn01 li a.btn_pdf:hover::before {
  background-image: url(/cmn/img/ico_pdf05.png);
}
article .ul_btn01 li a.btn_blank {
  padding: 0 48px;
}
article .ul_btn01 li a.btn_blank::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 15px;
  height: 11px;
  margin-top: -5px;
  background: url(/cmn/img/ico_blank01.png) no-repeat center / 100% 100%;
}
article .ul_btn01 li a.btn_blank:hover::before {
  background-image: url(/cmn/img/ico_blank03.png);
}
article .ul_btn01 li a.btn_link {
  padding: 0 60px;
  text-align: center;
}
article .ul_btn01 li a.btn_link::before,
article .ul_btn01 li a.btn_link::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  height: 1px;
  background: #fff;
}
article .ul_btn01 li a.btn_link::before {
  width: 32px;
}
article .ul_btn01 li a.btn_link::after {
  width: 8px;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  margin-top: -3px;
}
article .ul_btn01 li a.btn_link:hover::before,
article .ul_btn01 li a.btn_link:hover::after {
  background: #014099;
}
article .ul_btn01 li a.btn_link:hover::before {
  -webkit-animation: link01a .2s linear forwards;
  animation: link01a .2s linear forwards;
}
article .ul_btn01 li a.btn_link:hover::after {
  -webkit-animation: link01b .4s linear forwards;
  animation: link01b .4s linear forwards;
}
article .ul_btn01 li a.btn_link.type02 {
  background-color: #fff;
  border-color: #014099;
  color: #014099;
}
article .ul_btn01 li a.btn_link.type02:hover {
  background-color: #014099;
  color: #fff;
}
article .ul_btn01 li a.btn_link.type02::before,
article .ul_btn01 li a.btn_link.type02::after {
  background-color: #014099;
}
article .ul_btn01 li a.btn_link.type02:hover::before,
article .ul_btn01 li a.btn_link.type02:hover::after {
  background-color: #fff;
}
article .ul_btn01 li a.btn_download {
  padding: 0 48px;
}
article .ul_btn01 li a.btn_download::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 21px;
  height: 23px;
  margin-top: -11px;
  background: url(/cmn/img/ico_download01.png) no-repeat center / 100% 100%;
}
article .ul_btn01 li a.btn_download:hover::before {
  background-image: url(/cmn/img/ico_download02.png);
}
article .ul_btn01 li a.btn_anchor01 {
  background: #fff;
  font-size: 1.5rem;
  color: #014099;
  text-align: center;
  padding: 0 36px;
  border-radius: 0 0 12px 12px !important;
}
article .ul_btn01 li a.btn_anchor01:hover {
  background: #014099;
  color: #fff;
}
article .ul_btn01 li a.btn_anchor01::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  border-right: 1px solid #014099;
  border-bottom: 1px solid #014099;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
article .ul_btn01 li a.btn_anchor01:hover::before {
  border-color: #fff;
}
article .ul_btn01.type04.btn184 > li {
  width: 184px;
}
article .ul_btn01.type04.btn184 > li + li {
  margin-left: 20px;
}
article .ul_btn01.type04.btn184 > li:nth-of-type(n+4){
  margin-top: 0;
}
article .ul_btn01.type04.btn184 > li .num {
  font-family: 'Barlow', sans-serif;
  font-size: 1.8rem;
}
article .ul_btn01.type04.btn290 > li {
  width: 290px;
}
article .ul_btn01.type04.btn290 > li + li {
  margin-left: 25px;
}
article .ul_btn01.type04.btn290 > li:nth-of-type(3n+1) {
  margin-left: 0;
}
article .ul_btn01.type04.btn290 > li:nth-of-type(n+4) {
margin-top: 20px;
}
article .ul_btn01.type04.btn210 {
  margin: 0 1px;
}
article .ul_btn01.type04.btn210 > li {
  width: 210px;
}
article .ul_btn01.type04.btn210 > li + li {
  margin-left: 26px;
}
article .ul_btn01.type04.btn210 > li:nth-of-type(4n+1) {
  margin-left: 0;
}
article .ul_btn01.type04.btn210 > li:nth-of-type(n+4) {
  margin-top: 0;
}
article .ul_btn01.type04.btn210 > li:nth-of-type(n+5) {
  margin-top: 20px;
}
article .ul_btn01.type04.btn184 li a, article .ul_btn01.type04.btn210 li a, article .ul_btn01.type04.btn290 li a  {
  height: 50px;
}

@media screen and (max-width: 767px) {
  article .ul_btn01.type01 > li {
    width: 100%;
  }
  article .ul_btn01.type01 > li:nth-of-type(2n) {
    margin-left: 0;
  }
  article .ul_btn01.type02 > li {
    width: 100%;
  }
  article .ul_btn01.type02 > li:nth-of-type(2n) {
    margin-left: 0;
  }
  article .ul_btn01.type03 > li {
    width: 50%;
  }
  article .ul_btn01.type03 > li + li {
    margin-left: 0;
  }
  article .ul_btn01.type03 > li:nth-of-type(4n+5) {
    margin-left: 0;
  }
  article .ul_btn01.type03 > li:nth-of-type(2n+1) {
    padding-right: 8px;
  }
  article .ul_btn01.type03 > li:nth-of-type(2n) {
    padding-left: 8px;
  }
  article .ul_btn01.type04 > li {
    width: 100%;
  }
  article .ul_btn01.type04 > li + li {
    margin-left: 0;
  }
  article .ul_btn01.type04.type04_02 > li {
    width: 50%;
  }
  article .ul_btn01.type04.type04_02 > li + li {
    margin-left: 0;
    margin-top: 0;
  }
  article .ul_btn01.type04.type04_02 > li:nth-of-type(2n+1) {
    padding-right: 8px;
  }
  article .ul_btn01.type04.type04_02 > li:nth-of-type(2n) {
    padding-left: 8px;
  }
  article .ul_btn01.type04.type04_02 > li:nth-of-type(n+3) {
    margin-top: 16px;
  }
  article .ul_btn01.type04.type04_02.sp_1col {
    display: block;
  }
  article .ul_btn01.type04.type04_02.sp_1col > li {
    width: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  article .ul_btn01.type04.type04_02.sp_1col > li + li {
    margin-top: 16px;
  }
  article .ul_btn01 li a {
    height: 70px;
    font-size: 1.3rem;
    border-radius: 12px 0 12px 0;
    transition: none;
  }
  article .ul_btn01 li a:hover {
    background-color: #014099;
    color: #fff;
    border-radius: 12px 0 12px 0;
  }
  article .ul_btn01 li a.btn_pdf:hover::before {
    background-image: url(/cmn/img/ico_pdf01.png);
  }
  article .ul_btn01 li a.btn_blank:hover::before {
    background-image: url(/cmn/img/ico_blank01.png);
  }
  article .ul_btn01 li a.btn_link {
    padding: 0 38px;
  }
  article .ul_btn01 li a.btn_link::before,
  article .ul_btn01 li a.btn_link::after {
    right: 12px;
  }
  article .ul_btn01 li a.btn_link::before {
    width: 20px;
  }
  article .ul_btn01 li a.btn_link::after {
    width: 6px;
    margin-top: -2px;
  }
  article .ul_btn01 li a.btn_link:hover::before,
  article .ul_btn01 li a.btn_link:hover::after {
    background: #fff;
  }
  article .ul_btn01 li a.btn_link:hover::before {
    -webkit-animation: none;
            animation: none;
  }
  article .ul_btn01 li a.btn_link:hover::after {
    -webkit-animation: none;
            animation: none;
  }
  article .ul_btn01 li a.btn_anchor01 {
    font-size: 1.1rem;
    padding: 0 24px;
  }
  article .ul_btn01 li a.btn_anchor01:hover {
    background: #fff;
    color: #014099;
  }
  article .ul_btn01 li a.btn_anchor01::before {
    right: 12px;
    width: 8px;
    height: 8px;
    margin-top: -8px;
  }
  article .ul_btn01 li a.btn_anchor01:hover::before {
    border-color: #014099;
  }
  article .ul_btn01.type04.btn184 > li {
    width: 50%;
  }
  article .ul_btn01.type04.btn184 > li + li {
    margin-left: 0;
  }
  article .ul_btn01.type04.btn184 > li:nth-of-type(2n+1){
    padding-right: 8px;
  }
  article .ul_btn01.type04.btn184 > li:nth-of-type(2n){
    padding-left: 8px;
  }
  article .ul_btn01.type04.btn184 > li:nth-of-type(n+2) {
    margin-top: 0;
  }
  article .ul_btn01.type04.btn184 > li:nth-of-type(n+3) {
    margin-top: 16px;
  }
  article .ul_btn01.type04.btn290 > li {
    width: 50%;
  }
  article .ul_btn01.type04.btn290 > li + li {
    margin-left: 0;
  }
  article .ul_btn01.type04.btn290 > li:nth-of-type(n+4){
    margin-top: 16px;
  }
  article .ul_btn01.type04.btn290 > li:nth-of-type(2n+1){
    padding-right: 8px;
  }
  article .ul_btn01.type04.btn290 > li:nth-of-type(2n){
    padding-left: 8px;
  }
  article .ul_btn01.type04.btn290 > li:nth-of-type(n+2){
    margin-top: 0;
  }
  article .ul_btn01.type04.btn290 > li:nth-of-type(n+3){
    margin-top: 16px;
  }
  article .ul_btn01.type04.btn210 > li {
    width: 50%;
  }
  article .ul_btn01.type04.btn210 > li + li {
    margin-left: 0;
  }
  article .ul_btn01.type04.btn210 > li:nth-of-type(4n+1) {
    margin-left: 0;
  }
  article .ul_btn01.type04.btn210 > li:nth-of-type(2n+1){
    padding-right: 8px;
  }
  article .ul_btn01.type04.btn210 > li:nth-of-type(2n){
    padding-left: 8px;
  }
  article .ul_btn01.type04.btn210 > li:nth-of-type(n+2){
    margin-top: 0;
  }
  article .ul_btn01.type04.btn210 > li:nth-of-type(n+3) {
    margin-top: 16px;
  }
}




/* ul_btn02 */
article .ul_btn02 {
  display: flex;
  flex-wrap: wrap;
}
article .ul_btn02 li {
  width: 499px;
}
article .ul_btn02 li:nth-of-type(2n) {
  margin-left: 1px;
}
article .ul_btn02 li:nth-of-type(n+3) {
  margin-top: 1px;
}
article .ul_btn02 li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 120px;
  padding: 0 38px 0 132px;
  background-color: #00387B;
  background-repeat: no-repeat;
  font-size: 1.7rem;
  color: #fff;
  transition: background-color .3s ease-out;
}
article .ul_btn02 li a:hover {
  background-color: #014099;
}
article .ul_btn02 li a::before,
article .ul_btn02 li a::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  height: 1px;
  background: #fff;
  transition: opacity .3s ease-out;
}
article .ul_btn02 li.active a::before,
article .ul_btn02 li.active a::after {
  display: none;
}
article .ul_btn02 li a::before {
  width: 32px;
}
article .ul_btn02 li a::after {
  width: 8px;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  margin-top: -3px;
}
article .ul_btn02 li a:hover::before {
  -webkit-animation: link01a .2s linear forwards;
  animation: link01a .2s linear forwards;
}
article .ul_btn02 li a:hover::after {
  -webkit-animation: link01b .4s linear forwards;
  animation: link01b .4s linear forwards;
}
article .ul_btn02 li.active a {
  background-color: #C7CFD8;
  pointer-events: none;
}
article .ul_btn02 li.ul_btn02_01 a {
  background-image: url(/cmn/img/btn_ico01_01.png);
  background-size: 72px auto;
  background-position: 28px center;
}
article .ul_btn02 li.ul_btn02_02 a {
  background-image: url(/cmn/img/btn_ico01_02.png);
  background-size: 49px auto;
  background-position: 36px center;
}
article .ul_btn02 li.ul_btn02_03 a {
  background-image: url(/cmn/img/btn_ico01_03.png);
  background-size: 45px auto;
  background-position: 40px center;
}
article .ul_btn02 li.ul_btn02_04 a {
  background-image: url(/cmn/img/btn_ico01_04.png);
  background-size: 48px auto;
  background-position: 46px center;
}
article .ul_btn02 li.ul_btn02_05 a {
  background-image: url(/cmn/img/btn_ico01_05.png);
  background-size: 67px auto;
  background-position: 37px center;
}
article .ul_btn02 li.ul_btn02_06 a {
  background-image: url(/cmn/img/btn_ico01_06.png);
  background-size: 55px auto;
  background-position: 37px center;
}
@media screen and (max-width: 767px) {
  article .ul_btn02 {
    display: block;
  }
  article .ul_btn02 li {
    width: auto;
  }
  article .ul_btn02 li:nth-of-type(2n) {
    margin-left: 0;
  }
  article .ul_btn02 li:nth-of-type(n+2) {
    margin-top: 2px;
  }
  article .ul_btn02 li a {
    height: 60px;
    padding: 0 44px 0 64px;
    font-size: 1.3rem;
    transition: none;
  }
  article .ul_btn02 li a:hover {
    background-color: #00387B;
  }
  article .ul_btn02 li a::before,
  article .ul_btn02 li a::after {
    right: 20px;
    transition: none;
  }
  article .ul_btn02 li a:hover::before,
  article .ul_btn02 li a:hover::after {
    opacity: 1;
  }
  article .ul_btn02 li a::before {
    width: 20px;
  }
  article .ul_btn02 li a::after {
    width: 6px;
    margin-top: -2px;
  }
  article .ul_btn02 li a:hover::before,
  article .ul_btn02 li a:hover::after {
    -webkit-animation: none;
            animation: none;
  }
  article .ul_btn02 li.ul_btn02_01 a {
    background-size: 36px auto;
    background-position: 14px center;
  }
  article .ul_btn02 li.ul_btn02_02 a {
    background-size: 24px auto;
    background-position: 18px center;
  }
  article .ul_btn02 li.ul_btn02_03 a {
    background-size: 22px auto;
    background-position: 21px center;
  }
  article .ul_btn02 li.ul_btn02_04 a {
    background-size: 24px auto;
    background-position: 23px center;
  }
  article .ul_btn02 li.ul_btn02_05 a {
    background-size: 32px auto;
    background-position: 18px center;
  }
  article .ul_btn02 li.ul_btn02_06 a {
    background-size: 28px auto;
    background-position: 18px center;
  }
}

/* ul_btn03 */
article .ul_btn03 {
  display: flex;
  flex-wrap: wrap;
}
article .ul_btn03 li {
  width: 480px;
}
article .ul_btn03 li + li {
  margin-left: 40px;
}
article .ul_btn03 li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  background-color: #014099;
  font-size: 1.7rem;
  color: #fff;
  border: 1px solid #014099;
  border-radius: 0 0 12px 12px;
  padding: 0 72px;
  transition: background-color .3s ease-out;
}
article .ul_btn03 li a:hover {
  color: #014099;
  background-color: #fff;
}
article .ul_btn03 li a::before {
  content: "";
  position: absolute;
  right: 48px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -14px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
article .ul_btn03 li a:hover::before {
  border-right-color: #014099;
  border-bottom-color: #014099;
}
@media screen and (max-width: 767px) {
  article .ul_btn03 {
    display: block;
  }
  article .ul_btn03 li {
    width: auto;
  }
  article .ul_btn03 li + li {
    margin-left: 0;
  }
  article .ul_btn03 li a {
    height: 68px;
    font-size: 1.3rem;
    padding: 0 52px;
    transition: none;
  }
  article .ul_btn03 li a:hover {
    color: #fff;
    background-color: #014099;
  }
  article .ul_btn03 li a::before {
    right: 28px;
  }
  article .ul_btn03 li a:hover::before {
    border-right-color: #fff;
    border-bottom-color: #fff;
  }
}

/* btn01 */
.btn01 {
  display: inline-block;
  margin-top: 32px;
}
.btn01 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  border: 1px solid #014099;
  border-radius: 12px 0 12px 0;
  color: #014099;
  transition: border-radius .3s ease-out,background-color .3s ease-out;
}
.btn01 span:hover {
  background: #014099;
  border-radius: 0 12px 0 12px;
  color: #fff;
}

/* table */
article .table01 {
  position: relative;
}
article .table01 .border {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #B1B9C3;
  font-size: 0;
}
article .table01 table {
  width: 100%;
  background: #EDF6FC;
}
article .table01 table tr + tr {
  border-top: 4px solid #fff;
}
article .table01 table tr th,
article .table01 table tr td {
  background: #EDF6FC;
  padding: 24px 32px;
}
article .table01 table tr th {
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap;
}
article .table01 table tr td {
  border-left: 4px solid #fff;
}
article .table01 table tr td p + p {
  margin-top: 16px;
}
article .table01 table tr td .td_box01 dl {
  display: flex;
  align-items: center;
}
article .table01 table tr td .td_box01 dl dt {
  width: 10em;
}
article .table01 table tr td .td_box01 dl dd {
  flex: 1;
  margin-left: 20px;
  font-size: 1.3rem;
}
article .table01 table tr td .td_box02 > dl {
  display: flex;
}
article .table01 table tr td .td_box02 > dl + dl{
  margin-top: 32px;
}
article .table01 table tr td .td_box02 > dl > dt {
  width: 184px;
  font-weight: bold;
}
article .table01 table tr td .td_box02 > dl > dd {
  flex: 1;
  margin-left: 20px;
}
article .table01 table tr td .td_box02 > dl > dd > dl {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
article .table01 table tr td .td_box02 > dl > dd > dl > dt {
  padding: 0 6px;
  border: 1px solid #292E34;
}
article .table01 table tr td .td_box02 > dl > dd > dl > dd {
  flex: 1;
  margin-left: 12px;
}
article .table02.fixed table {
  width: 100%;
  table-layout: fixed;
}
article .table02.w100 table {
  width: 100%;
}
article .table02.w400 {
  width: 400px;
}
article .table02.w400 table {
  width: 100%;
}
article .table02 table th,
article .table02 table td {
  border: 1px solid #707F95;
  padding: 16px 28px;
}
article .table02 table .fs_s {
  font-size: 12px;
}
article .table02 table th {
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  background: #F2F4F7;
}
article .table02 table th.type04 {
  white-space: nowrap;
}
article .table02 table td {
  background: #fff;
}
article .table02 table td.type03 {
  white-space: nowrap;
}
article .table02 table td.type04 {
  text-align: center;
}
article .table02 table thead.type02 th {
  background: #707F95;
  color: #fff;
  font-weight: normal;
  border-right-color: #fff;
  border-bottom: none;
}
article .table02 table thead.type02 th + th {
  border-left-color: #fff;
}
article .table02 table thead.type02 th:last-of-type {
  border-right-color: #707F95;
}
article .table02 table thead.type02 tr + tr th {
  border-top: 1px solid #fff;
}
article .table02.table02_02 tbody th {
  vertical-align: top;
  text-align: left;
}
article .table02.table02_02 tbody th p {
  display: flex;
  align-items: center;
}
article .table02.table02_02 tbody th p span {
  margin-right: 20px;
  font-family: 'Barlow', sans-serif;
  font-size: 2.1rem;
  color: #00387B;
}
article .table02 tbody th.type02.type02_01 {
  background: #ACD5FF;
}
article .table02 tbody th.type02.type02_02 {
  background: #CBE3FC;
}
article .table02 tbody th.type02.type02_03 {
  background: #EAF7FF;
}
article .table02.table02_02 tbody th.type03 {
  display: none;
}
article .table02.table02_02 tbody td .txt_ex {
  display: none;
}
article .table02.table02_02 tbody td .txt_ex + * {
  margin-top: 0;
}
article .table02.table02_02 tbody td .td_in_ex01 {
  display: flex;
}
article .table02.table02_02 tbody td .td_in_ex01 ul {
  flex: 1;
}
article .table02.table02_02 tbody td .td_in_ex01 figure {
  width: 208px;
  margin-left: 32px;
}
article .table02.table02_02 tbody td .td_in_ex01 figure img {
  width: 100%;
}
article .table02.table02_03 thead th:nth-of-type(3){
  width: 480px;
}
article .table02.table02_03 tbody th {
  color: #00387B;
  font-size: 1.6rem;
}
article .table02.table02_03 thead th, article .table02.table02_03 tbody th, article .table02.table02_03 tbody td {
  padding: 16px;
  text-align: center;
}
article .table02.table02_03 tbody td.type01 {
  font-size: 1.4rem;
  text-align: left;
}
article .table02.table02_03 tbody td.type02 {
  padding: 16px 8px;
  font-size: 1.2rem;
}
article .table02.table02_04 thead th.w310 {
  width: 310px;
}
article .table02.table02_04 th, article .table02.table02_04 td {
  padding: 24px 16px;
}
article .table02.table02_04 tbody th.type02.type02_03 {
  color: #00387B;
  text-align: left;
}
article .table02.table02_04 tbody td p {
  line-height: 1.8;
}
article .table02.table02_04 tbody td p + p {
  margin-top: 8px;
}
article .table02.table02_04 tbody td p.txt01 {
  font-size: 1.6rem;
  font-weight: bold;
}
article .table02.table02_04 tbody td p.txt02 {
  font-size: 1.4rem;
}
article .table02.table02_04 tbody td p.txt03 {
  color: #EF9C56;
  font-size: 1.4rem;
  text-align: center;
}
article .table02.table02_04 .td_ico ul {
  display: flex;
}
article .table02.table02_04 .td_ico ul li + li {
  margin-left: 6px;
}
article .table02.table02_04 .td_ico ul li figure img {
  width: 40px;
}
article .table02.type02_05 table tr th  {
  text-align: left;
}
article .table02.type02_05 table thead tr th:first-of-type {
  padding: 8px 16px;
  font-size: 1.4rem;
}
article .table02.type02_05 table thead tr:nth-of-type(1) th:nth-of-type(1) {
  background: #F2F4F7;
}
article .table02.type02_05 table thead tr:nth-of-type(2) th:nth-of-type(1) {
  background: #fff;
}
article .table02.type02_05 table thead tr:nth-of-type(1) th:nth-of-type(2) {
  padding: 8px 40px;
  background: #707F95;
  color: #fff;
}
article .table02.type02_05 table tbody tr th {
  padding: 12px 16px;
}
article .table02.type02_05 table tbody tr:nth-of-type(2n+1) th {
  border-top: 2px solid #707F95;
  border-right: none;
}
article .table02.type02_05 table tbody tr:nth-of-type(2n) th {
  background: #fff;
  font-weight: normal;
}
article .table02.type02_05 table tbody tr td {
  background: #F2F4F7;
  border-top: 2px solid #707F95;
  border-left: none;
}
article .table02 .tb01 .th01  {
  width: 10%;
}
article .table02 .tb01 .th02  {
  width: 30%;
}
@media screen and (min-width: 767px) {
  article .table02 table td.np01 {
    white-space: nowrap;
  }
  article .table02 table td.np02 {
    white-space: nowrap;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  article .table01 {
    margin-left: -20px;
    margin-right: -20px;
  }
  article .table01 table tr th,
  article .table01 table tr td {
    padding: 20px;
  }
  article .table01 table tr th {
    font-size: 1.2rem;
  }
  article .table01 table tr td p + p {
    margin-top: 8px;
  }
  article .table01 table tr td .td_box01 dl {
    display: block;
  }
  article .table01 table tr td .td_box01 dl dt {
    width: auto;
  }
  article .table01 table tr td .td_box01 dl dd {
    margin-left: 0;
    font-size: 1.1rem;
  }
  article .table01 table tr td .td_box02 > dl {
    display: block;
  }
  article .table01 table tr td .td_box02 > dl > dt {
    width: auto;
  }
  article .table01 table tr td .td_box02 > dl > dd {
    margin: 16px 0 0;
  }
  article .table01 table tr td .td_box02 > dl > dd p + p {
    margin-top: 16px;
  }
  article .table01 table tr td .td_box02 > dl > dd > dl {
    margin-top: 16px;
  }
  article .table01 table tr td .td_box02 > dl > dd > dl > dt {
    padding: 0 4px;
  }
  article .table01.scroll {
  	margin-left: 0;
  	margin-right: 0;
  }
  article .table01.sp_vertical table,
  article .table01.sp_vertical table thead,
  article .table01.sp_vertical table tbody,
  article .table01.sp_vertical table tr,
  article .table01.sp_vertical table th,
  article .table01.sp_vertical table td {
    display: block;
  }
  article .table01.sp_vertical table tr th {
    white-space: normal;
  }
  article .table01.sp_vertical table tr td {
    border-left: none;
    border-top: 1px solid #B1B9C3;
  }
  article .table01.sp_vertical table tr + tr {
    border-top-width: 8px;
  }
  article .table01.sp_vertical .border {
    display: none !important;
  }
  article .table02,
  article .table01.scroll {
    width: 100%;
    overflow: auto;
  }
  article .table02.w400 {
    width: 100%;
  }
  article .table02.w100 .w800 {
    width: 800px;
  }
  article .table02.w100 .w560 {
    width: 560px;
  }
  article .table02 table th,
  article .table02 table td {
    padding: 12px 16px;
  }
  article .table02.table02_02 table,
  article .table02.table02_02 tbody,
  article .table02.table02_02 tr,
  article .table02.table02_02 th,
  article .table02.table02_02 td {
    display: block;
    border: none;
    white-space: normal;
  }
  article .table02.table02_02 table {
    border: 1px solid #707F95;
  }
  article .table02.table02_02 thead {
    display: none;
  }
  article .table02.table02_02 tbody th.type03 {
    display: block;
    padding: 6px 20px;
    background: #707F95;
    font-size: 1.3rem;
    color: #fff;
    font-weight: bold;
  }
  article .table02.table02_02 tbody th.type03 span {
    font-family: 'Barlow', sans-serif;
    font-size: 2rem;
    margin-left: 8px;
  }
  article .table02.table02_02 tbody th p {
    display: block;
  }
  article .table02.table02_02 tbody th p span {
    display: none;
  }
  article .table02.table02_02 tbody td {
    border-top: 1px solid #707F95;
  }
  article .table02.table02_02 tbody td .txt_ex {
    display: block;
    font-weight: bold;
    color: #707F95;
    margin-bottom: 16px;
  }
  article .table02.table02_02 tbody td .td_in_ex01 {
    display: block;
  }
  article .table02.table02_02 tbody td .td_in_ex01 figure {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
  article .table02 .figure03 + table {
    margin-top: 8px;
  }
  article .table02.table02_03 .table780s{
    width: 780px;
  }
  article .table02.table02_03 thead th:nth-of-type(3){
    width: 360px;
    font-size: 1.3rem;
  }
  article .table02.table02_03 tbody th {
    font-size: 1.4rem;
  }
  article .table02.table02_03 thead th, article .table02.table02_03 tbody th, article .table02.table02_03 tbody td {
    padding: 12px 16px;
    text-align: center;
  }
  article .table02.table02_03 tbody td.type02 {
    padding: 12px 8px;
  }
  article .table02 + .p01 {
    margin-top: 12px;
  }
  article .table02.table02_04 table td .ol_list01, article .table02.table02_04 table td .ul_list01 {
    white-space: nowrap;
  }
  article .table02.table02_04 thead th.w310 {
    width: auto;
  }
  article .table02.table02_04 th, article .table02.table02_04 td {
    padding: 16px 8px;
  }
  article .table02.table02_04 tbody td p.txt01 {
    font-size: 1.4rem;
  }
  article .table02.table02_04 tbody td p.txt02 {
    font-size: 1.3rem;
  }
  article .table02.table02_04 .td_ico ul li figure img {
    width: 32px;
  }
  article .table02.type01 table th {
    width: 50%;
  }
  article .table02.type01 table td {
    width: 50%;
  }
  article .table02 table th.type04 {
    width: 50%;
    white-space: normal;
  }
  article .table02 table td.type03 {
    width: 50%;
    white-space: normal;
  }
}

article .hl04 + .table03 {
  margin-top: 32px;
}
article .table03 table {
  margin-left: auto;
  margin-right: auto;
}
article .table03 table th,
article .table03 table td {
  text-align: center;
}
article .table03 table thead th {
  color: #fff;
  padding: 12px 42px;
}
article .table03 table thead th.bgc_gray {
  background: #707f95;
}
article .table03 table thead th.bgc_orange {
  background-color: #e39160;
}
article .table03 table thead th.bdl_white {
  border-left: 1px solid #fff;
}
article .table03 table tbody th,
article .table03 table tbody td {
  border: 1px solid #707f95;
  padding: 20px 42px;
}
article .table03 table tbody th {
  background-color: #f2f4f7;
  font-weight: bold;
}
article .table03 table tbody th[rowspan] {
  border-right: none;
  padding: 10px;
}
article .table03 table tbody tr.bdb_none th,
article .table03 table tbody tr.bdb_none td {
  border-bottom: none;
}
article .table03 table tbody tr.bdt_dashed th,
article .table03 table tbody tr.bdt_dashed td {
  border-top: 1px dashed #707f95;
}
article .table03 table tbody th.bdl_n {
  border-left: none;
}
article .table03 table tbody td {
  background-color: #fff;
}
article .table03 table tbody td.bgc_orange {
  background-color: #fff2e6;
}
@media screen and (max-width: 767px) {
  article  .table03 {
    width: 100%;
    overflow: auto;
  }
  article .table03 table thead th {
    padding: 8px 20px;
  }
  article .table03 table tbody th,
  article .table03 table tbody td {
    padding: 12px 15px;
  }
  article .table03 table tbody th {
    white-space: nowrap;
  }
}

article .table_ttl {
  margin: 24px 0;
  padding: 8px 16px;
  background: #00387B;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
article .table_ttl.w400 {
  width: 400px;
}
article .table_ttl span {
  display: inline-block;
  margin: 0 4px;
  font-family: 'Barlow', sans-serif;
  font-size: 3rem;
}
article .table_ttl + .table02 {
  margin-top: 0;
}
article .table_ttl.w400.table_ttl_type02{
  text-align: center;
}
article .table_ttl.w400.table_ttl_type02 p{
  display: inline-block;
  text-align: right;
}
@media screen and (max-width: 767px) {
  article .table_ttl  {
    margin: 16px 0;
    padding: 4px 12px;
    font-size: 1.2rem;
  }
  article .table_ttl.w400 {
    width: 100%;
  }
  article .table_ttl span {
    font-size: 1.8rem;
  }
}

/* .box01 */
article .m_box01 {
  background: #EDF6FC;
  padding: 40px;
}
article .m_box01 > .hl03 {
  margin-left: -40px;
}
article .m_box01 .m_box_figure02 .hl03 {
  margin-left: -40px;
}
article .m_box01 > .hl05 {
  margin-top: -40px;
}
article .m_box01 .m_box01_02 {
  background: #fff;
  padding: 24px;
}
article .m_box01 .m_box01_02 figure img {
  max-width: 872px;
}
article .m_box01 .m_box01_03 {
  border: 1px solid #B1B9C3;
}
article .m_box01_03 {
  padding: 24px;
}
article .m_box01_03 + .m_box_sort {
  margin-top: 40px;
}
article .m_box01 > .m_box_figure01:first-child,
article .m_box01 > .figure01:first-child {
  margin-top: -40px;
}
article .m_box01 .m_box_figure01 .fig,
article .m_box01 .figure01 {
  margin-left: -40px;
  margin-right: -40px;
}
article .m_box01 .m_box_figure01.type02 .fig,
article .m_box01 .figure01.type02 {
  margin-left: 0;
  margin-right: 0;
}
article .m_box01 .ul_btn01.type02 > li {
  width: 440px;
}
article .m_box01 .ul_btn01.type03 > li {
  width: 200px;
}
article .m_box01 .ul_btn02 li {
  width: 459px;
}
article .m_box01 .ul_btn03 li {
  width: 440px;
}
article .m_box01 .in {
  margin-top: -40px;
}
article .m_box01 .in + .in {
  margin-top: 64px;
}
article .m_box01.type02 {
  background: #fff;
  margin-top: 0;
  padding: 40px 0 0;
}

@media screen and (max-width: 767px) {
  article .m_box01 {
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  article .m_box01.type01 {
    margin-left: 0;
    margin-right: 0;
    padding: 1px 0 0;
  }
  article .m_box01.type02 {
    padding: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  article .m_box01 > .hl03 {
    margin-left: -20px;
  }
  article .m_box01 .m_box_figure02 .hl03 {
    margin-left: -20px;
  }
  article .m_box01 > .hl05 {
    margin-top: -20px;
  }
  article .m_box01 .m_box01_02 {
    padding: 20px;
  }
  article .m_box01_03 {
    padding: 20px;
  }
  article .m_box01_03 + .m_box_sort {
    margin-top: 20px;
  }
  article .m_box01 .m_box_figure01:first-child,
  article .m_box01 .figure01:first-child {
    margin-top: -20px;
  }
  article .m_box01 .m_box_figure01 .fig,
  article .m_box01 .figure01,
  article .m_box01 .figure02 {
    margin-left: -20px;
    margin-right: -20px;
  }
  article .m_box01 .figure02.type02 {
    margin: 0;
  }
  article .m_box01 .figure02.type02 figure {
    margin-top: 24px;
  }
  article .m_box01 .figure02.type04 {
    margin-left: 0;
    margin-right: 0;
  }
  article .m_box01 .ul_btn01.type02 > li {
    width: 100%;
  }
  article .m_box01 .ul_btn01.type03 > li {
    width: 50%;
  }
  article .m_box01 .ul_btn02 li {
    width: auto;
  }
  article .m_box01 .ul_btn03 li {
    width: 100%;
  }
  article .m_box01 .in {
    margin-top: -20px;
  }
  article .m_box01 .in + .in {
    margin-top: 40px;
  }
  article .m_box01 .in .m_box_figure04 {
    margin-top: 20px;
  }
  article .m_box01 .in .m_box_figure04 .cnts {
    margin-top: 20px;
  }
  article .m_box01 .m_box01_02 figure img.w400 {
    max-width: 400px;
  }
}

/* .box02 */
article .m_box02 > ul {
  display: flex;
  flex-wrap: wrap;
}
article .m_box02 > ul > li {
  width: 498px;
  background: #EDF6FC;
}
article .m_box02 > ul > li:nth-of-type(2n) {
  width: 500px;
  border-left: 2px solid #85A4C3;
}
article .m_box02 > ul > li figure img {
  width: 100%;
}
article .m_box02 > ul > li:nth-of-type(2n) figure {
  position: relative;
}
article .m_box02 > ul > li:nth-of-type(2n) figure::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #fff;
}
article .m_box02 > ul > li .li_in {
  padding: 40px 56px;
}
article .m_box02 > ul > li .li_in > * + * {
  margin-top: 32px;
}
article .m_box02 > ul > li .li_in .hl {
  font-size: 2.4rem;
  color: #00387B;
}
article .m_box02 > ul > li .li_in .hl a {
  display: block;
  position: relative;
  padding-right: 32px;
  color: #00387B;
}
article .m_box02 > ul > li .li_in .hl a::before,
article .m_box02 > ul > li .li_in .hl a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 1px;
  background: #00387B;
}
article .m_box02 > ul > li .li_in .hl a::before {
  width: 32px;
}
article .m_box02 > ul > li .li_in .hl a::after {
  width: 8px;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  margin-top: -3px;
}
article .m_box02 > ul > li .li_in .hl a:hover::before {
  -webkit-animation: link01a .2s linear forwards;
  animation: link01a .2s linear forwards;
}
article .m_box02 > ul > li .li_in .hl a:hover::after {
  -webkit-animation: link01b .4s linear forwards;
  animation: link01b .4s linear forwards;
}
article .m_box02 > ul > li .li_in .txt {
  font-size: 1.4rem;
  line-height: 2;
}
article .m_box02 > ul > li .li_in ul li + li {
  margin-top: 16px;
}
article .m_box02 > ul > li .li_in ul li a {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  font-size: 1.6rem;
  color: #00387B;
}
article .m_box02 > ul > li .li_in ul li a:hover {
  text-decoration: underline;
}
article .m_box02 > ul > li .li_in ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #00377b;
}
article .m_box02 > ul > li .li_in ul li a::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 50%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #EDF6FC;
}
article .m_box02 > ul > li .li_in ul li a span.pdf {
  display: inline-block;
  position: relative;
  margin-right: 36px;
}
article .m_box02 > ul > li .li_in ul li a span.pdf::after {
  content: "";
  position: absolute;
  right: -36px;
  top: 50%;
  width: 18px;
  height: 22px;
  margin-top: -11px;
  background: url(/cmn/img/ico_pdf05.png) no-repeat center center / 100% 100%;
}
article .m_box02 > ul > li .li_in ul li a span:hover {
  text-decoration: underline;
}


@media screen and (max-width: 767px) {
  article .m_box02 > ul {
    display: block;
  }
  article .m_box02 > ul > li {
    width: auto;
  }
  article .m_box02 > ul > li:nth-of-type(2n) {
    width: auto;
    border-left: none;
  }
  article .m_box02 > ul > li:nth-of-type(2n) figure::before {
    display: none;
  }
  article .m_box02 > ul > li .li_in {
    padding: 16px 20px;
  }
  article .m_box02 > ul > li .li_in > * + * {
    margin-top: 16px;
  }
  article .m_box02 > ul > li .li_in .hl {
    font-size: 1.6rem;
  }
  article .m_box02 > ul > li .li_in .hl a {
    padding-right: 24px;
  }
  article .m_box02 > ul > li .li_in .hl a::before {
    width: 20px;
  }
  article .m_box02 > ul > li .li_in .hl a::after {
    width: 6px;
    margin-top: -2px;
  }
  article .m_box02 > ul > li .li_in .hl a:hover::before {
    -webkit-animation: none;
    animation: none;
  }
  article .m_box02 > ul > li .li_in .hl a:hover::after {
    -webkit-animation: none;
    animation: none;
  }
  article .m_box02 > ul > li .li_in .txt {
    font-size: 1.2rem;
  }
  article .m_box02 > ul > li .li_in ul li + li {
    margin-top: 12px;
  }
  article .m_box02 > ul > li .li_in ul li a {
    padding-left: 14px;
    font-size: 1.3rem;
  }
  article .m_box02 > ul > li .li_in ul li a:hover {
    text-decoration: none;
  }
  article .m_box02 > ul > li .li_in ul li a span:hover {
    text-decoration: none;
  }
}

article .m_box02.type02 > ul > li {
  width: 332px;
}
article .m_box02.type02 > ul > li:nth-of-type(n+3) {
  margin-top: 0;
}
article .m_box02.type02 > ul > li:nth-of-type(n+4) {
  margin-top: 40px;
}
article .m_box02.type02 > ul > li:nth-of-type(n+2) {
  border-left: 2px solid #85A4C3;
}
article .m_box02.type02 > ul > li:nth-of-type(3n+1) {
  border-left: none;
}
article .m_box02.type02 > ul > li:nth-of-type(n+2) figure {
  position: relative;
}
article .m_box02.type02 > ul > li:nth-of-type(n+2) figure::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #fff;
}
article .m_box02.type02 > ul > li:nth-of-type(3n+1) figure::before {
  content: none;
}
article .m_box02.type02 > ul > li .li_in {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  article .m_box02.type02 > ul > li {
    width: 100%;
  }
  article .m_box02.type02 > ul > li:nth-of-type(n+4) {
    margin-top: 20px;
  }
  article .m_box02.type02 > ul > li:nth-of-type(n+2) {
    border-left: none;
    margin-top: 20px;
  }
  article .m_box02.type02 > ul > li:nth-of-type(n+2) figure::before {
    content: none;
  }
}

article .m_box02.type03 > ul > li {
  width: 332px;
  position: relative;
}
article .m_box02.type03 > ul > li:nth-of-type(n+3) {
  margin-top: 0;
}
article .m_box02.type03 > ul > li:nth-of-type(n+4) {
  margin-top: 40px;
}
article .m_box02.type03 > ul > li:nth-of-type(n+2) {
  border-left: 2px solid #85A4C3;
}
article .m_box02.type03 > ul > li:nth-of-type(3n+1) {
  border-left: none;
}
article .m_box02.type03 > ul > li:nth-of-type(n+2) figure {
  position: relative;
}
article .m_box02.type03 > ul > li:nth-of-type(n+2) figure::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #fff;
}
article .m_box02.type03 > ul > li:nth-of-type(3n+1) figure::before {
  content: none;
}
article .m_box02.type03 > ul > li .li_in {
  padding: 30px 30px 130px;
}
article .m_box02.type03 > ul > li .li_in .hl span {
  display: block;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
article .m_box02.type03 > ul > li .li_in > ul {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  article .m_box02.type03 > ul > li {
    width: 100%;
  }
  article .m_box02.type03 > ul > li:nth-of-type(n+4) {
    margin-top: 20px;
  }
  article .m_box02.type03 > ul > li:nth-of-type(n+2) {
    border-left: none;
    margin-top: 20px;
  }
  article .m_box02.type03 > ul > li:nth-of-type(n+2) figure::before {
    content: none;
  }
  article .m_box02.type03 > ul > li .li_in {
    padding: 20px;
  }
  article .m_box02.type03 > ul > li .li_in .hl span {
    margin-bottom: 8px;
    font-size: 1.2rem;
  }
  article .m_box02.type03 > ul > li .li_in > ul {
    position: static;
  }
}

/* .box03 */
article .m_box03 > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
article .m_box03 > ul > li {
  width: 495px;
  background: #EDF6FC;
}
article .m_box03 > ul > li:nth-of-type(n+3) {
  margin-top: 32px;
}
article .m_box03 > ul > li > .ttl a,
article .m_box03 > ul > li > .ttl > div {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 72px;
  color: #014099;
}
article .m_box03 > ul > li > .ttl a::before,
article .m_box03 > ul > li > .ttl a::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  height: 1px;
  background: #014099;
}
article .m_box03 > ul > li > .ttl a::before {
  width: 32px;
}
article .m_box03 > ul > li > .ttl a::after {
  width: 8px;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  margin-top: -3px;
}
article .m_box03 > ul > li > .ttl a:hover::before {
  -webkit-animation: link01a .2s linear forwards;
  animation: link01a .2s linear forwards;
}
article .m_box03 > ul > li > .ttl a:hover::after {
  -webkit-animation: link01b .4s linear forwards;
  animation: link01b .4s linear forwards;
}
article .m_box03 > ul > li > .ttl a figure,
article .m_box03 > ul > li > .ttl > div figure {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 12px 0;
  background: #00387B;
  width: 150px;
  height: 138px;
  transition: background .3s ease-out;
}
article .m_box03 > ul > li > .ttl a:hover figure {
  background: #014099;
}
article .m_box03 > ul > li > .ttl a .hl,
article .m_box03 > ul > li > .ttl > div .hl {
  flex: 1;
  margin-left: 24px;
  font-size: 2.4rem;
  transition: color .3s ease-out;
}
article .m_box03 > ul > li > .ttl a:hover .hl {
  color: #014099;
}
article .m_box03 > ul > li > .cnts {
  padding: 32px 48px;
}
article .m_box03 > ul > li > .cnts .txt {
  line-height: 2;
}
article .m_box03 > ul > li > .cnts .sttl {
  margin-top: 20px;
}
article .m_box03 > ul > li > .cnts * + .link {
  margin-top: 8px;
}
article .m_box03 > ul > li > .cnts * + .link a {
  color: #117AF4;
}
article .m_box03 > ul > li > .cnts * + .link a:hover {
  text-decoration: underline;
}
article .m_box03 > ul > li > .cnts * + .link a.link_pdf {
  position: relative;
  display: inline-block;
  padding-left: 2em;
}
article .m_box03 > ul > li > .cnts * + .link a.link_pdf::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 22px;
  margin-top: -11px;
  background: url(/cmn/img/ico_pdf04.png) no-repeat center center / 100% 100%;
}
article .m_box03.type02 > ul {
  display: block;
}
article .m_box03.type02 > ul > li {
  width: auto;
}
article .m_box03.type02 > ul > li + li {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  article .m_box03 > ul {
    display: block;
  }
  article .m_box03 > ul > li {
    width: auto;
  }
  article .m_box03 > ul > li + li,
  article .m_box03 > ul > li:nth-of-type(n+3) {
    margin-top: 20px;
  }
  article .m_box03 > ul > li > .ttl a,
  article .m_box03 > ul > li > .ttl > div {
    padding-right: 44px;
  }
  article .m_box03 > ul > li > .ttl a::before {
    width: 20px;
  }
  article .m_box03 > ul > li > .ttl a::after {
    width: 6px;
    margin-top: -2px;
  }
  article .m_box03 > ul > li > .ttl a:hover::before,
  article .m_box03 > ul > li > .ttl a:hover::after {
    -webkit-animation: none;
    animation: none;
  }
  article .m_box03 > ul > li > .ttl a figure,
  article .m_box03 > ul > li > .ttl > div figure {
    border-radius: 0 0 6px 0;
    width: 75px;
    height: 69px;
  }
  article .m_box03 > ul > li > .ttl a figure img,
  article .m_box03 > ul > li > .ttl > div figure img {
    max-height: 40px;
  }
  article .m_box03 > ul > li > .ttl a .hl,
  article .m_box03 > ul > li > .ttl > div .hl {
    font-size: 1.8rem;
  }
  article .m_box03 > ul > li > .cnts {
    padding: 16px 20px;
  }
  article .m_box03.type02 > ul > li + li {
    margin-top: 20px;
  }
}

/* .box04 */
article .m_box04 > ul > li + li {
  margin-top: 30px;
}
article .m_box04 > ul > li > a {
  display: flex;
  background: #EDF6FC;
}
article .m_box04 > ul > li > a figure {
  width: 500px;
}
article .m_box04 > ul > li > a figure.type02 {
  align-self: center;
}
article .m_box04 > ul > li > a figure img {
  width: 100%;
  transition: opacity .4s linear;
}
article .m_box04 > ul > li > a .li_in {
  width: 500px;
  padding: 32px 40px 24px;
}
article .m_box04 > ul > li > a .li_in .hl {
  position: relative;
  color: #00387B;
  font-size: 2.4rem;
}
article .m_box04 > ul > li > a .li_in .hl::before, article .m_box04 > ul > li > a .li_in .hl::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 1px;
  background: #00387B;
}
article .m_box04 > ul > li > a .li_in .hl::before {
  width: 32px;
}
article .m_box04 > ul > li > a .li_in .hl::after {
  width: 8px;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  margin-top: -3px;
}
article .m_box04 > ul > li > a:hover figure img {
  opacity: .7;
}
article .m_box04 > ul > li > a:hover .li_in .hl::before {
  -webkit-animation: link01a .2s linear forwards;
  animation: link01a .2s linear forwards;
}
article .m_box04 > ul > li > a:hover .li_in .hl::after {
  -webkit-animation: link01b .4s linear forwards;
  animation: link01b .4s linear forwards;
}
article .m_box04 > ul > li > a .li_in .txt {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  article .m_box04 > ul > li > a {
    display: block;
  }
  article .m_box04 > ul > li > a figure {
    width: 100%;
  }
  article .m_box04 > ul > li > a .li_in {
    width: 100%;
    padding: 20px;
  }
  article .m_box04 > ul > li > a .li_in .hl {
    font-size: 1.6rem;
  }
  article .m_box04 > ul > li > a .li_in .hl::before {
    width: 20px;
  }
  article .m_box04 > ul > li > a .li_in .hl::after {
    width: 6px;
    margin-top: -2px;
  }
  article .m_box04 > ul > li > a:hover figure img {
    opacity: 1;
  }
  article .m_box04 > ul > li > a:hover .li_in .hl::before {
    -webkit-animation: none;
    animation: none;
  }
  article .m_box04 > ul > li > a:hover .li_in .hl::after {
    -webkit-animation: none;
    animation: none;
  }
  article .m_box04 > ul > li > a .li_in .txt {
    margin-top: 16px;
    font-size: 1.2rem;
  }
}

/* .m_box05 */
.m_box05 {
  margin-left: 1em;
}
.m_box05 .p01 {
  margin-top: 16px;
  line-height: 1.5;
}
.m_box05 .p01 + .ul_list02 {
  margin-top: 8px;
}

/* .m_box06 */
.m_box06 {
  display: flex;
  margin-top: 40px;
}
.m_box06 .block01 {
  flex: 1;
}
.m_box06 .block02 {
  width: 266px;
  border: 2px dotted #00387B;
  border-radius: 4px;
  padding: 24px;
  margin-left: 40px;
  position: relative;
}
.m_box06 .block02 .icn {
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: -16px;
  font-size: 0;
  transform: scaleY(.7);
}
.m_box06 .block02 .icn::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  border: 2px dotted #00387B;
  transform: rotate(45deg);
  background: #fff;
}
.m_box06 .block02 .icn::after {
  content: "";
  position: absolute;
  left: -8px;
  top: -10px;
  bottom: -10px;
  width: 24px;
  background: #fff;
}
.m_box06 .block03.fig320 {
  width: 320px;
  margin-left: 40px;
}
.m_box06 .block03.fig320 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .m_box06 {
    display: block;
    margin-top: 0;
    padding: 20px;
  }
  .m_box06 .block02 {
    width: auto;
    padding: 20px;
    margin-left: 0;
    margin-top: 20px;
  }
  .m_box06 .block02 .icn {
    left: 50%;
    top: 100%;
    margin-left: -17px;
    margin-top: -16px;
    transform: scaleY(1) scaleX(0.7) rotate(90deg);
  }
  .m_box06 .block03.fig320 {
    width: auto;
    margin-left: 0;
    margin-top: 40px;
  }
}

/* .box_adobe */
article .m_box_adobe .ico img {
  width: 158px;
}
article .m_box_adobe .ico a:hover {
  opacity: .8;
}
article .m_box_adobe * + .p01,
article .m_box_adobe .p01 + .p01 {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  article .m_box_adobe .ico img {
    width: 141px;
  }
  article .m_box_adobe * + .p01,
  article .m_box_adobe .p01 + .p01 {
    margin-top: 12px;
  }
  article .m_box_adobe.type02 {
    padding: 0 12px;
  }
}

/* .box_map */
article .m_box_map iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  article .m_box_map {
    margin-left: -20px;
    margin-right: -20px;
  }
  article .m_box_map iframe {
    height: 238px;
  }
}

/* .box_figure01 */
article .m_box_figure01 .fig figure img {
  width: 100%;
}

/* .box_figure02 */
article .m_box_figure02 {
  display: flex;
}
article .m_box_figure02 .fig.fig440 {
  width: 440px;
}
article .m_box_figure02 .fig.fig376 {
  width: 376px;
}
article .m_box_figure02 .fig.fig320 {
  width: 320px;
}
article .m_box_figure02 .fig.fig200 {
  width: 200px;
}
article .m_box_figure02 .fig figure img {
  width: 100%;
}
article .m_box_figure02 .cnts {
  flex: 1;
  margin-left: 40px;
}
article .m_box_figure02.type02 {
  flex-direction: row-reverse;
}
article .m_box_figure02.type02 .cnts {
  margin-left: 0;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  article .m_box_figure02 {
    display: flex;
    margin-left: -20px;
  }
  article .m_box_figure02 .fig.fig440 {
    width: 50%;
  }
  article .m_box_figure02 .fig.fig320 {
    width: 42%;
  }
  article .m_box_figure02 .cnts {
    margin-left: 20px;
  }
  article .m_box_figure02.type02 {
    margin-left: 0;
    margin-right: -20px;
  }
  article .m_box_figure02.type02 .cnts {
    margin-left: 0;
    margin-right: 20px;
  }
}

/* .box_figure03 */
article .m_box_figure03 {
  display: flex;
  align-items: center;
}

article .m_box_figure03 .fig.fig180 {
  width: 180px;
}

article .m_box_figure03 .fig.fig200 {
  width: 200px;
}

article .m_box_figure03 .fig.fig200s {
  width: 200px;
}
article .m_box_figure03 .fig.fig230s {
  width: 230px;
}
article .m_box_figure03 .fig.fig320 {
  width: 320px;
}
article .m_box_figure03 .fig.fig376 {
  width: 376px;
}
article .m_box_figure03 .fig.fig440 {
  width: 440px;
}
article .m_box_figure03 .fig figure img {
  width: 100%;
}
article .m_box_figure03 .cnts {
  flex: 1;
}
article .m_box_figure03.type01 .cnts {
  margin-left: 40px;
}
article .m_box_figure03.type02 .cnts {
  margin-right: 40px;
}
article .m_box_figure03.type03 .fig {
  order: 2;
}
article .m_box_figure03.type03 .cnts {
  margin-right: 40px;
  order: 1;
}
article .m_box_figure03.type04 {
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  article .m_box_figure03 {
    display: block;
  }
  article .m_box_figure03 .fig.fig180, article .m_box_figure03 .fig.fig200, article .m_box_figure03 .fig.fig200s, article .m_box_figure03 .fig.fig230s, article .m_box_figure03 .fig.fig320, article .m_box_figure03 .fig.fig376, article .m_box_figure03 .fig.fig440 {
    width: 100%;
  }
  article .m_box_figure03 .fig.fig200s, article .m_box_figure03 .fig.fig230s {
    text-align: center;
  }
  article .m_box_figure03 .fig.fig200s figure img {
    width: 60%;
  }
  article .m_box_figure03 .fig.fig230s figure img {
    width: 50%;
  }
  article .m_box_figure03.type01 .cnts {
    margin-left: 0;
    margin-top: 32px;
  }
  article .m_box_figure03.type02 .cnts {
    margin-right: 0;
    margin-bottom: 32px;
  }
  article .m_box_figure03.type03 .cnts {
    margin-right: 0;
    margin-top: 32px;
  }
}

/* .box_figure04 */
article .m_box_figure04 {
  display: flex;
}
article .m_box_figure04 .fig {
  order: 2;
}
article .m_box_figure04 .fig.fig200 {
  width: 200px;
}
article .m_box_figure04 .fig.fig320 {
  width: 320px;
}
article .m_box_figure04 .fig.fig440 {
  width: 440px;
}
article .m_box_figure04 .fig figure img {
  width: 100%;
}
article .m_box_figure04 .fig figure + figure {
  margin-top: 16px;
}
article .m_box_figure04 .cnts {
  flex: 1;
  order: 1;
  margin-right: 40px;
}
article .m_box_figure04 .cnts .hl03 {
  margin-left: -40px;
}

@media screen and (max-width: 767px) {
  article .m_box_figure04 {
    display: block;
  }
  article .m_box_figure04 .fig.fig440, article .m_box_figure04 .fig.fig320, article .m_box_figure04 .fig.fig200 {
    width: 100%;
  }
  article .m_box_figure04 .fig.fig440 figure {
    margin: 0 -20px;
  }
  article .m_box_figure04 .fig.fig440 figure.type01 {
    margin: 0 0;
  }
  article .m_box_figure04.type02 .fig.fig440 figure {
    margin: 0 ;
  }
  article .m_box_figure04 .cnts {
    margin-right: 0;
    margin-top: 32px;
  }
  article .m_box_figure04.type02 .cnts .p01,
  article .m_box_figure04.type02 .cnts .ul_list01,
  article .m_box_figure04.type02 .cnts .m_box01_03 {
    margin-bottom: 16px;
  }
  article .m_box_figure04 .cnts .hl03 {
    margin-left: -20px;
  }
  article .m_box_figure04 .fig.fig200.type01 {
    width: 50%;
    margin: auto;
  }
}

/* .m_box_news */
article .m_box_news .tab_select .btn_select01 {
  display: inline-block;
  position: relative;
}
article .m_box_news .tab_select .btn_select01::before,
article .m_box_news .tab_select .btn_select01::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 8px 6.5px;
  border-color: transparent transparent #4c5665 transparent;
  pointer-events: none;
}
article .m_box_news .tab_select .btn_select01::before {
  margin-top: -11px;
}
article .m_box_news .tab_select .btn_select01::after {
  margin-top: 3px;
  -webkit-transform: scale(1,-1);
          transform: scale(1,-1);
}
article .m_box_news .tab_select .btn_select01 select {
  font-family: 'Barlow', sans-serif;
  font-size: 1.6rem;
  border: 1px solid #4C5665;
  border-radius: 4px;
  padding: 10px 110px 10px 16px;
}
article .m_box_news .tab_btn {
  border-bottom: 2px solid #00387B;
}
article .m_box_news .tab_btn ul {
  display: flex;
}
article .m_box_news .tab_btn ul li {
  flex: 1;
}
article .m_box_news .tab_btn ul li + li {
  margin-left: 2px;
}
article .m_box_news .tab_btn ul li .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  padding: 0 8px;
  background: #C7CFD8;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  transition: background .3s ease-out;
  cursor: pointer;
}
article .m_box_news .tab_btn ul li .btn.active,
article .m_box_news .tab_btn ul li .btn:hover {
  background: #00387B;
}
article .m_box_news .tab_cnts {
  background: #EDF6FC;
  padding: 20px;
  text-align: center;
}
article .m_box_news .tab_cnts .in {
  background: #fff;
  padding: 40px 20px 80px;
}
article .m_box_news .tab_cnts ul.cnts {
  text-align: left;
}
article .m_box_news .tab_cnts ul.cnts > li {
  padding-bottom: 40px;
  border-bottom: 1px solid #BDC5D0;
}
article .m_box_news .tab_cnts ul.cnts > li + li {
  margin-top: 40px;
}
article .m_box_news .tab_cnts ul.cnts > li dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 90px;
}
article .m_box_news .tab_cnts ul.cnts > li dl dt {
  font-family: 'Mukta', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  margin-right: 24px;
}
article .m_box_news .tab_cnts ul.cnts > li dl dd.tag {
  width: 9em;
  font-size: 1.1rem;
  font-weight: bold;
}
article .m_box_news .tab_cnts ul.cnts > li dl dd.tag span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 18px;
  color: #fff;
  background: #018799;
}
article .m_box_news .tab_cnts ul.cnts > li dl dd.txt {
  width: 100%;
  margin-top: 16px;
  line-height: 1.73;
}
article .m_box_news .tab_cnts ul.cnts > li dl dd.txt a {
  display: inline-block;
  position: relative;
}
article .m_box_news .tab_cnts ul.cnts > li dl dd.txt a:hover {
  text-decoration: underline;
}
article .m_box_news .tab_cnts ul.cnts > li dl dd.txt a.link_pdf {
  padding-right: 36px;
}
article .m_box_news .tab_cnts ul.cnts > li dl dd.txt a.link_pdf::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 18px;
  height: 22px;
  margin-top: -11px;
  background: url(/cmn/img/ico_pdf02.png) no-repeat center center / 100% 100%;
}
article .m_box_news .tab_cnts ul.pager {
  display: flex;
  justify-content: center;
  max-width: 100%;
  align-items: center;
  margin-top: 68px;
}
article .m_box_news .tab_cnts ul.pager > li.btn {
  position: relative;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 16px;
  border-color: transparent transparent transparent #B1B9C3;
}
article .m_box_news .tab_cnts ul.pager > li.btn.active {
  border-color: transparent transparent transparent #014099;
  cursor: pointer;
}
article .m_box_news .tab_cnts ul.pager > li.btn::before {
  content: "";
  position: absolute;
  left: -15px;
  top: -10px;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 14px;
  border-color: transparent transparent transparent #fff;
}
article .m_box_news .tab_cnts ul.pager > li.btn.btn_prev {
  -webkit-transform: scale(-1,1);
          transform: scale(-1,1);
}
article .m_box_news .tab_cnts ul.pager > li.num {
  margin: 0 28px;
}
article .m_box_news .tab_cnts ul.pager > li.num > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
article .m_box_news .tab_cnts ul.pager > li.num > ul li {
  margin: 0 8px;
}
article .m_box_news .tab_cnts ul.pager > li.num > ul li .num_btn {
  font-family: 'Barlow', sans-serif;
  font-size: 2.4rem;
  color: #B1B9C3;
  cursor: pointer;
}
article .m_box_news .tab_cnts ul.pager > li.num > ul li .num_btn.active {
  color: #014099;
}
@media screen and (max-width: 767px) {
  article .m_box_news .tab_select .btn_select01 select {
    padding-right: 50px;
  }
  article .m_box_news .tab_btn {
    margin-left: -20px;
    margin-right: -20px;
  }
  article .m_box_news .tab_btn ul li .btn {
    height: 64px;
    font-size: 1.3rem;
    transition: none;
  }
  article .m_box_news .tab_btn ul li .btn:hover {
    background: #C7CFD8;
  }
  article .m_box_news .tab_cnts {
    padding: 10px;
    margin-left: -20px;
    margin-right: -20px;
  }
  article .m_box_news .tab_cnts .in {
    padding: 20px 10px;
  }
  article .m_box_news .tab_cnts ul.cnts > li {
    padding-bottom: 10px;
  }
  article .m_box_news .tab_cnts ul.cnts > li + li {
    margin-top: 32px;
  }
  article .m_box_news .tab_cnts ul.cnts > li dl {
    padding-right: 0;
  }
  article .m_box_news .tab_cnts ul.cnts > li dl dt {
    font-size: 1.6rem;
    margin-right: 12px;
  }
  article .m_box_news .tab_cnts ul.cnts > li dl dd.txt {
    margin-top: 12px;
  }
  article .m_box_news .tab_cnts ul.pager > li.num > ul li .num_btn {
    font-size: 1.8rem;
  }
}

/* .m_box_news02 */
article .m_box_news02 .btn_select01 .in {
  display: inline-block;
  position: relative;
}
article .m_box_news02 .btn_select01 .in::before,
article .m_box_news02 .btn_select01 .in::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 8px 6.5px;
  border-color: transparent transparent #4c5665 transparent;
  pointer-events: none;
}
article .m_box_news02 .btn_select01 .in::before {
  margin-top: -11px;
}
article .m_box_news02 .btn_select01 .in::after {
  margin-top: 3px;
  -webkit-transform: scale(1,-1);
          transform: scale(1,-1);
}
article .m_box_news02 .btn_select01 select {
  font-family: 'Barlow', sans-serif;
  font-size: 1.6rem;
  border: 1px solid #4C5665;
  border-radius: 4px;
  padding: 0 110px 0 16px;
  height: 40px;
}
article .m_box_news02 .cnts {
  background: #EDF6FC;
  padding: 20px;
  text-align: center;
  margin-top: 40px;
}
article .m_box_news02 .cnts .in {
  background: #fff;
  padding: 40px 20px 80px;
}
article .m_box_news02 .cnts ul {
  text-align: left;
  margin-bottom: -40px;
}
article .m_box_news02 .cnts ul li {
  padding-bottom: 40px;
  border-bottom: 1px solid #BDC5D0;
  margin-bottom: 40px;
}
article .m_box_news02 .cnts ul li dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 90px;
}
article .m_box_news02 .cnts ul li dl dt {
  font-family: 'Mukta', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  margin-right: 24px;
}
article .m_box_news02 .cnts ul li dl dd.tag {
  width: 9em;
  font-size: 1.1rem;
  font-weight: bold;
  -ms-grid-row-align: auto;
      align-self: auto;
  margin-top: 0;
}
article .m_box_news02 .cnts ul li dl dd.tag span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 18px;
  color: #fff;
  background: #014099;
}
article .m_box_news02 .cnts ul li dl dd.txt {
  width: 100%;
  line-height: 1.73;
}
article .m_box_news02 .cnts ul li dl dd.txt a {
  display: block;
  position: relative;
  padding-right: 60px;
}
article .m_box_news02 .cnts ul li dl dd.txt a:hover {
  text-decoration: underline;
}
article .m_box_news02 .cnts ul li dl dd.txt a::before,
article .m_box_news02 .cnts ul li dl dd.txt a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 1px;
  background: #4C5665;
}
article .m_box_news02 .cnts ul li dl dd.txt a::before {
  width: 32px;
}
article .m_box_news02 .cnts ul li dl dd.txt a::after {
  width: 8px;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  margin-top: -3px;
}
article .m_box_news02 .cnts ul li dl dd.txt a:hover::before {
  -webkit-animation: link01a .2s linear forwards;
  animation: link01a .2s linear forwards;
}
article .m_box_news02 .cnts ul li dl dd.txt a:hover::after {
  -webkit-animation: link01b .4s linear forwards;
  animation: link01b .4s linear forwards;
}
@media screen and (max-width: 767px) {
  article .m_box_news02 .btn_select01 select {
    padding-right: 50px;
  }
  article .m_box_news02 .cnts {
    padding: 10px;
    margin-left: -20px;
    margin-right: -20px;
  }
  article .m_box_news02 .cnts .in {
    padding: 20px 10px;
  }
  article .m_box_news02 .cnts ul {
    margin-bottom: -32px;
  }
  article .m_box_news02 .cnts ul li {
    padding-bottom: 10px;
    margin-bottom: 32px;
  }
  article .m_box_news02 .cnts ul li dl {
    padding-right: 0;
  }
  article .m_box_news02 .cnts ul li dl dt {
    font-size: 1.6rem;
    margin-right: 12px;
  }
  article .m_box_news02 .cnts ul li dl dd.txt {
    flex: 0 1 auto;
    margin-left: 0;
    margin-top: 12px;
  }
  article .m_box_news02 .cnts ul li dl dd.txt a {
    padding-right: 28px;
  }
  article .m_box_news02 .cnts ul li dl dd.txt a::before {
    width: 20px;
  }
  article .m_box_news02 .cnts ul li dl dd.txt a::after {
    width: 6px;
  }
  article .m_box_news02 .cnts ul li dl dd.txt a:hover::before {
    -webkit-animation: none;
    animation: none;
  }
  article .m_box_news02 .cnts ul li dl dd.txt a:hover::after {
    -webkit-animation: none;
    animation: none;
  }
}

/* .m_box_newstitle */
article .m_box_newstitle dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 20px;
}
article .m_box_newstitle dl dt {
  font-family: 'Mukta', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  margin-right: 24px;
}
article .m_box_newstitle dl dd.tag {
  width: 9em;
  font-size: 1.1rem;
  font-weight: bold;
}
article .m_box_newstitle dl dd.tag span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 18px;
  color: #fff;
  background: #014099;
}
article .m_box_newstitle dl dd.txt {
  width: 100%;
  margin-top: 16px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  article .m_box_newstitle dl {
    padding-right: 0;
  }
  article .m_box_newstitle dl dt {
    font-size: 1.6rem;
    margin-right: 12px;
  }
  article .m_box_newstitle dl dd.txt {
    margin-top: 12px;
    font-size: 2rem;
  }
}

/* .m_box_newsnav */
article .m_box_newsnav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
article .m_box_newsnav ul li.back {
  margin-left: 8px;
  margin-right: 8px;
  white-space: nowrap;
}
article .m_box_newsnav ul li.back a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  article .m_box_newsnav ul li.back a:hover {
    text-decoration: none;
  }
}

/* .m_box_message */
article .m_box_message > .fig {
  position: relative;
}
article .m_box_message > .fig figure img {
  width: 100%;
}
article .m_box_message .ttl {
  position: relative;
  margin-top: 48px;
  padding: 8px 30px;
  background: #00387B;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
article .m_box_message .ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background: linear-gradient(to right, #E21919, #FDF87A 40%, #35C329 60%, #0146E2);
  opacity: .45;
}
article .m_box_message .ttl + .m_box_figure04 {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  article .m_box_message > .fig {
    margin-left: -20px;
    margin-right: -20px;
  }
  article .m_box_message .ttl {
    margin: 20px -20px 0;
    padding: 4px 16px;
    font-size: 1.6rem;
  }
}

/* .m_box_sitemap */
article .m_box_sitemap,
article .m_box_sitemap a {
  color: #00387B;
  transition: color .3s ease-out;
}
article .m_box_sitemap a.link_blank {
  display: inline-block;
  position: relative;
}
article .m_box_sitemap a.link_blank .ico {
  font-size: 0;
  content: "";
  position: absolute;
  right: 36px;
  top: 50%;
  width: 15px;
  height: 11px;
  margin-top: -5px;
  background: url(/cmn/img/ico_blank03.png) no-repeat center center / 100% 100%;
}
.link_blank01.type02::after {
  background-image: url(/cmn/img/ico_blank02.png);
}
article .m_box_sitemap a:hover {
  color: #014099;
}
article .m_box_sitemap .hl {
  font-size: 2.8rem;
}
article .m_box_sitemap .hl a {
  position: relative;
  display: inline-block;
  padding-right: 60px;
}
article .m_box_sitemap .hl a::before,
article .m_box_sitemap .hl a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 1px;
  background: #fff;
}
article .m_box_sitemap .hl a::before {
  width: 32px;
}
article .m_box_sitemap .hl a::after {
  width: 8px;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  margin-top: -3px;
}
article .m_box_sitemap .hl a:hover::before,
article .m_box_sitemap .hl a:hover::after {
  background: #00387B;
}
article .m_box_sitemap .hl a:hover::before {
  -webkit-animation: link01a .2s linear forwards;
  animation: link01a .2s linear forwards;
}
article .m_box_sitemap .hl a:hover::after {
  -webkit-animation: link01b .4s linear forwards;
  animation: link01b .4s linear forwards;
}
article .m_box_sitemap p.p01 {
  color: #292E34;
}
article .m_box_sitemap > ul {
  display: flex;
  flex-wrap: wrap;
}
article .m_box_sitemap > ul > li {
  width: 50%;
}
article .m_box_sitemap > ul > li:nth-of-type(2n+1) {
  padding-right: 40px;
}
article .m_box_sitemap > ul > li > p,
article .m_box_sitemap .grid > ul > li > p {
  position: relative;
  font-size: 2rem;
  padding-left: 36px;
}
article .m_box_sitemap > ul > li > p::before,
article .m_box_sitemap .grid > ul > li > p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 4px;
  margin-top: -2px;
  background: #014099;
}
article .m_box_sitemap > ul > li > p a,
article .m_box_sitemap .grid > ul > li > p a {
  position: relative;
  display: inline-block;
  padding-right: 60px;
}
article .m_box_sitemap > ul > li > p a::before,
article .m_box_sitemap .grid > ul > li > p a::before,
article .m_box_sitemap > ul > li > p a::after,
article .m_box_sitemap .grid > ul > li > p a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 1px;
  background: #fff;
}
article .m_box_sitemap > ul > li > p a::before,
article .m_box_sitemap > .grid > ul > li > p a::before {
  width: 32px;
}
article .m_box_sitemap > ul > li > p a::after,
article .m_box_sitemap .grid > ul > li > p a::after {
  width: 8px;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  margin-top: -3px;
}
article .m_box_sitemap > ul > li > p a:hover::before,
article .m_box_sitemap .grid > ul > li > p a:hover::before,
article .m_box_sitemap > ul > li > p a:hover::after,
article .m_box_sitemap .grid > ul > li > p a:hover::after {
  background: #00387B;
}
article .m_box_sitemap > ul > li > p a:hover::before,
article .m_box_sitemap .grid > ul > li > p a:hover::before {
  -webkit-animation: link01a .2s linear forwards;
  animation: link01a .2s linear forwards;
}
article .m_box_sitemap > ul > li > p a:hover::after,
article .m_box_sitemap .grid > ul > li > p a:hover::after {
  -webkit-animation: link01b .4s linear forwards;
  animation: link01b .4s linear forwards;
}
article .m_box_sitemap > ul > li > ul {
  padding-left: 36px;
}
article .m_box_sitemap > ul > li > ul > li > p a {
  display: inline-block;
  position: relative;
  padding-left: 14px;
  color: #292E34;
}
article .m_box_sitemap > ul > li > ul > li > p a:hover {
  color: #014099;
  text-decoration: underline;
}
article .m_box_sitemap > ul > li > ul > li > p a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #292E34;
}
article .m_box_sitemap > ul > li > ul > li > p a::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fff;
}
article .m_box_sitemap .grid {
  display: flex;
}
article .m_box_sitemap .grid > ul {
  width: 50%;
}
article .m_box_sitemap .grid > ul li {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  article .m_box_sitemap a:hover {
    text-decoration: none;
  }
  article .m_box_sitemap .hl {
    font-size: 2rem;
  }
  article .m_box_sitemap > ul {
    display: block;
  }
  article .m_box_sitemap > ul > li {
    width: auto;
  }
  article .m_box_sitemap > ul > li:nth-of-type(2n+1) {
    padding-right: 0;
  }
  article .m_box_sitemap > ul > li > p,
  article .m_box_sitemap .grid > ul > li > p {
    font-size: 1.6rem;
    padding-left: 20px;
  }
  article .m_box_sitemap > ul > li > p::before,
  article .m_box_sitemap .grid > ul > li > p::before {
    width: 12px;
    height: 6px;
    margin-top: -3px;
  }
  article .m_box_sitemap .hl a::before,
  article .m_box_sitemap > ul > li > p a::before,
  article .m_box_sitemap .grid > ul > li > p a::before,
  article .m_box_sitemap .hl a::after,
  article .m_box_sitemap > ul > li > p a::after,
  article .m_box_sitemap .grid > ul > li > p a::after {
    display: none;
  }
  article .m_box_sitemap .grid {
    display: block;
  }
  article .m_box_sitemap .grid > ul {
    width: 100%;
  }
  article .m_box_sitemap .grid > ul li {
    margin-top: 16px;
  }
}

/* .m_box_sitemap */
article .m_box_sitemap02 {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}
article .m_box_sitemap02 a,
article .m_box_sitemap02 span {
  font-size: 1.6rem;
}
article .m_box_sitemap02 a.blank::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  background: url(/cmn/img/ico_blank04.png) no-repeat center center / 100% auto;
  vertical-align: middle;
  margin-left: 8px;
}
article .m_box_sitemap02 a.blank.type02::after {
  position: static;
  background: url(/cmn/img/ico_blank03.png) no-repeat center center / 100% auto;
  -webkit-transform: none;
          transform: none;
  margin-top: 0;
}
article .m_box_sitemap02 a.blank.type02::before {
  display: none;
}
article .m_box_sitemap02 a.blank.type02:hover::after {
  -webkit-animation: none;
          animation: none;
  background: url(/cmn/img/ico_blank03.png) no-repeat center center / 100% auto;
}
article .m_box_sitemap02 > ul {
  width: 33.33%;
  padding-right: 40px;
}
article .m_box_sitemap02 > ul:nth-of-type(3n) {
  padding-right: 0;
}
article .m_box_sitemap02 > ul:nth-of-type(n+4) {
  margin-top: 64px;
}
article .m_box_sitemap02 > ul > li + li {
  margin-top: 40px;
}
article .m_box_sitemap02 > ul > li > a {
  position: relative;
  display: inline-block;
  color: #00387B;
  font-size: 1.8rem;
  font-weight: bold;
  padding-right: 60px;
}
article .m_box_sitemap02 > ul > li > a:hover {
  color: #014099;
}
article .m_box_sitemap02 > ul > li > a::before,
article .m_box_sitemap02 > ul > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 1px;
  background: #fff;
}
article .m_box_sitemap02 > ul > li > a::before {
  width: 32px;
}
article .m_box_sitemap02 > ul > li > a::after {
  width: 8px;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  margin-top: -3px;
}
article .m_box_sitemap02 > ul > li > a:hover::before,
article .m_box_sitemap02 > ul > li > a:hover::after {
  background: #00387B;
}
article .m_box_sitemap02 > ul > li > a:hover::before {
  -webkit-animation: link01a .2s linear forwards;
  animation: link01a .2s linear forwards;
}
article .m_box_sitemap02 > ul > li > a:hover::after {
  -webkit-animation: link01b .4s linear forwards;
  animation: link01b .4s linear forwards;
}
article .m_box_sitemap02 > ul > li > ul,
article .m_box_sitemap02 > ul > li > ul > li > ul {
  margin-top: 20px;
}
article .m_box_sitemap02 > ul > li > ul > li + li {
  margin-top: 28px;
}
article .m_box_sitemap02 > ul > li > ul > li > ul li + li {
  margin-top: 12px;
}
article .m_box_sitemap02 > ul > li > ul > li a:hover {
  color: #014099;
}
article .m_box_sitemap02 > ul > li > ul > li > ul {
  padding-left: 20px;
}
article .m_box_sitemap02 > ul > li > ul > li > ul > li a,
article .m_box_sitemap02 > ul > li > ul > li > ul > li span {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  padding-left: 24px;
}
article .m_box_sitemap02 > ul > li > ul > li > ul > li span {
  padding-left: 0;
}
article .m_box_sitemap02 > ul > li > ul > li > ul > li > ul {
  margin-left: 24px;
  margin-top: 12px;
}
article .m_box_sitemap02 > ul > li > ul > li > ul > li a::before,
article .m_box_sitemap02 > ul > li > ul > li > ul > li a::after {
  content: "";
  position: absolute;
  top: .75em;
  width: 0;
  height: 0;
  border-style: solid;
}
article .m_box_sitemap02 > ul > li > ul > li > ul > li a::before {
  left: 0;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #292e34;
  margin-top: -6px;
}
article .m_box_sitemap02 > ul > li > ul > li > ul > li a:hover::before {
  border-color: transparent transparent transparent #014099;
}
article .m_box_sitemap02 > ul > li > ul > li > ul > li a::after {
  left: 1px;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #ffffff;
  margin-top: -4px;
}
article .m_box_sitemap02 > ul > li > ul > li > ul > li> ul > li a::before {
  border-width: 4px 0 4px 6px;
  margin-top: -4px;
  left: 6px;
}
article .m_box_sitemap02 > ul > li > ul > li > ul > li > ul > li a::after {
  display: none;
}
@media screen and (max-width: 767px) {
  article .m_box_sitemap02 {
    display: block;
  }
  article .m_box_sitemap02 a,
  article .m_box_sitemap02 span {
    font-size: 1.6rem;
  }
  article .m_box_sitemap02 > ul {
    width: auto;
    padding-right: 0;
  }
  article .m_box_sitemap02 > ul:nth-of-type(n+4),
  article .m_box_sitemap02 > ul:nth-of-type(n+2) {
    margin-top: 40px;
  }
  article .m_box_sitemap02 > ul > li > a {
    padding-right: 0;
  }
  article .m_box_sitemap02 > ul > li > a::before,
  article .m_box_sitemap02 > ul > li > a::after {
    display: none;
  }
}

/* .m_box_search */
article .m_box_search {
  position: relative;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding-left: 52px
}
article .m_box_search form.gsc-search-box {
  margin: 0;
}
article .m_box_search table.gsc-search-box,
article .m_box_search table.gsc-search-box tbody,
article .m_box_search table.gsc-search-box tbody tr,
article .m_box_search table.gsc-search-box tbody tr th,
article .m_box_search table.gsc-search-box tbody tr td {
  display: block;
}
article .m_box_search .gsc-input-box {
  border: none;
}
article .m_box_search .gsib_a {
  padding: 0;
}
article .m_box_search .gsc-search-box-tools .gsc-search-box .gsc-input {
  line-height: 40px;
}
article .m_box_search .gsc-search-button-v2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 40px;
  padding: 0;
  margin: 0;
  background: url(/cmn/img/header_ico_search01.png) no-repeat center center / 24px auto;
  border: none;
  font-size: 0;
  line-height: 0;
}
article .m_box_search .gsc-search-button-v2 .gsc-search-button-v2 svg {
  display: none;
}
article .m_box_search .gsib_b {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  article .m_box_search .gsc-search-button-v2 {
    top: 50%;
    margin-top: -20px;
    background-size: 28px auto;
  }
}

/* .m_box_faq */
article .m_box_faq > ol > li {
  background: #EDF6FC;
}
article .m_box_faq > ol > li .block_q dl,
article .m_box_faq > ol > li .block_a dl {
  display: flex;
}
article .m_box_faq > ol > li .block_q dl dt,
article .m_box_faq > ol > li .block_a dl dt {
  font-family: 'Barlow', sans-serif;
  font-size: 2.2rem;
}
article .m_box_faq > ol > li .block_q dl dd,
article .m_box_faq > ol > li .block_a dl dd {
  flex: 1;
  -ms-grid-row-align: center;
      align-self: center;
  margin-left: 28px;
  line-height: 2;
}
article .m_box_faq > ol > li .block_q {
  position: relative;
  padding: 20px 76px 20px 40px;
  cursor: pointer;
}
article .m_box_faq > ol > li .block_q dl dd {
  font-weight: bold;
}
article .m_box_faq > ol > li .block_q .ico {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: #fff;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  transition: background .3s ease-out;
}
article .m_box_faq > ol > li .block_q.active .ico, article .m_box_faq > ol > li .block_q:hover .ico {
  background: #014099;
}
article .m_box_faq > ol > li .block_q .ico::before,
article .m_box_faq > ol > li .block_q .ico::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 1px;
  margin-left: -10px;
  background: #014099;
}
article .m_box_faq > ol > li .block_q.active .ico::before,
article .m_box_faq > ol > li .block_q.active .ico::after,
article .m_box_faq > ol > li .block_q:hover .ico::before,
article .m_box_faq > ol > li .block_q:hover .ico::after {
  background: #fff;
}
article .m_box_faq > ol > li .block_q .ico::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
article .m_box_faq > ol > li .block_q.active .ico::after {
  display: none;
}
article .m_box_faq > ol > li .block_a {
  display: none;
  padding: 0 20px 20px;
}
article .m_box_faq > ol > li .block_a dl {
  padding: 20px;
  background: #fff;
}
article .m_box_faq > ol > li .block_a dl dt {
  color: #014099;
}
article .m_box_faq > ol > li .block_a dl dd a {
  color: #117AF4;
  text-decoration: underline;
  word-break: break-all;
}
article .m_box_faq > ol > li .block_a dl dd a:hover {
  text-decoration: none;
}

article .m_box_faq.type02 > ol > li .block_q {
  padding: 20px 64px 20px 36px;
  background: #fff;
}
article .m_box_faq.type02 > ol > li .block_q.active dl {
  color: #fff;
}
article .m_box_faq.type02 > ol > li .block_q .ico {
  background: #EDF6FC;
}
article .m_box_faq.type02 > ol > li .block_q:hover .ico {
  background: #014099;
}
article .m_box_faq.type02 > ol > li .block_q.active:hover .ico {
  background: #EDF6FC;
}
article .m_box_faq.type02 > ol > li .block_q:hover .ico::before, article .m_box_faq.type02 > ol > li .block_q:hover .ico::after{
  background: #fff;
}
article .m_box_faq.type02 > ol > li .block_q.active .ico::before {
  background: #014099;
}
article .m_box_faq.type02 > ol > li .block_q dl dt {
  font-size: 2.4rem;
}
article .m_box_faq.type02 > ol > li .block_q dl dd {
  margin-left: 8px;
  font-size: 1.8rem;
}
article .m_box_faq.type02 > ol > li .block_a {
  padding: 24px 32px 32px;
  background: #fff;
}
article .m_box_faq.type02 > ol > li .block_q.type01 {
  color: #A28523;
}
article .m_box_faq.type02 > ol > li .block_q.type01.active {
  background: #BCA65C;
}
article .m_box_faq.type02 > ol > li .block_q.type02 {
  color: #984316;
}
article .m_box_faq.type02 > ol > li .block_q.type02.active {
  background: #D08359;
}
article .m_box_faq.type02 > ol > li .block_q.type03 {
  color: #901111;
}
article .m_box_faq.type02 > ol > li .block_q.type03.active {
  background: #B45454;
}
article .m_box_faq.type02 > ol > li .block_q.type04 {
  color: #A24075;
}
article .m_box_faq.type02 > ol > li .block_q.type04.active {
  background: #D9A2C0;
}
article .m_box_faq.type02 > ol > li .block_q.type05 {
  color: #552280;
}
article .m_box_faq.type02 > ol > li .block_q.type05.active {
  background: #7D5C9A;
}
article .m_box_faq.type02 > ol > li .block_q.type06 {
  color: #014099;
}
article .m_box_faq.type02 > ol > li .block_q.type06.active {
  background: #2257A3;
}
article .m_box_faq.type02 > ol > li .block_q.type07 {
  color: #0A6CBF;
}
article .m_box_faq.type02 > ol > li .block_q.type07.active {
  background: #3F8ED1;
}
article .m_box_faq.type02 > ol > li .block_q.type08 {
  color: #0F9B76;
}
article .m_box_faq.type02 > ol > li .block_q.type08.active {
  background: #50AD95;
}
article .m_box_faq.type02 > ol > li .block_q.type09 {
  color: #56AF4E;
}
article .m_box_faq.type02 > ol > li .block_q.type09.active {
  background: #94D08E;
}

@media screen and (max-width: 767px) {
  article .m_box_faq {
    margin-left: -20px;
    margin-right: -20px;
  }
  article .m_box_faq > ol > li .block_q dl dt,
  article .m_box_faq > ol > li .block_a dl dt {
    font-size: 1.7rem;
  }
  article .m_box_faq > ol > li .block_q dl dd,
  article .m_box_faq > ol > li .block_a dl dd {
    margin-left: 16px;
  }
  article .m_box_faq > ol > li .block_q {
    padding-left: 30px;
    padding-right: 56px;
  }
  article .m_box_faq > ol > li .block_a dl {
    padding-left: 10px;
  }
  article .m_box_faq > ol > li .block_q .ico {
    width: 28px;
    height: 28px;
    margin-top: -14px;
  }
  article .m_box_faq > ol > li .block_q .ico::before,
  article .m_box_faq > ol > li .block_q .ico::after {
    width: 12px;
    margin-left: -6px;
  }

  article .m_box_faq.type02 {
    margin: 20px 0 10px;
  }
  article .m_box_faq.type02 > ol > li .block_q {
    padding: 12px 56px 12px 16px;
  }
  article .m_box_faq.type02 > ol > li .block_q dl dt {
    font-size: 1.7rem;
  }
  article .m_box_faq.type02 > ol > li .block_q dl dd {
    font-size: 1.4rem;
  }
  article .m_box_faq.type02 > ol > li .block_a {
    padding: 20px 20px 30px;
  }
}

/* .m_box_policy */
article .m_box_policy p:nth-of-type(1) {
  margin-bottom: 16px;
  color: #00387B;
  font-size: 2.2rem;
  font-weight: bold;
}
article .m_box_policy p:nth-of-type(2) {
  font-size: 1.8rem;
}
article .m_box_policy dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
  line-height: 2;
}
article .m_box_policy dl dt {
  display: flex;
  width: 136px;
  position: relative;
  padding-left: 32px;
  color:#00387B;
  font-size: 1.8rem;
  font-weight: bold;
}
article .m_box_policy dl dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 24px;
  height: 1px;
  background: #00387B;
}
article .m_box_policy dl dd {
  display: flex;
  width: calc(100% - 136px);
  font-size: 1.6rem;
}
article .m_box_policy dl *:nth-child(n+3) {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  article .m_box_policy p:nth-of-type(1) {
    font-size: 1.8rem;
  }
  article .m_box_policy p:nth-of-type(2) {
    font-size: 1.4rem;
  }
  article .m_box_policy dl {
    display: block;
    margin-top: 24px;
  }
  article .m_box_policy dl dt {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    padding-left: 24px;
    font-size: 1.5rem;
  }
  article .m_box_policy dl dt::before {
    width: 16px;
    top: 14px;
  }
  article .m_box_policy dl dd {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    font-size: 1.3rem;
  }
  article .m_box_policy dl *:nth-child(n+3) {
    margin-top: 0;
  }
  article .m_box_policy dl *:last-child {
    margin-bottom: 0;
  }
}

/* .m_box_history */
article .m_box_history {
  margin-top: 40px;
}
article .m_box_history .item p {
  position: relative;
  padding-left: 96px;
}
article .m_box_history .item p + p {
  margin-top: 0;
}
article .m_box_history .icn {
  display: inline-block;
}
article .m_box_history .icn {
  position: absolute;
  top: 4px;
  left: 0;
}
article .m_box_history .icn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 20px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}
article .m_box_history .icn.type01 span {
  background: #018799;
}
article .m_box_history .icn.type02 span {
  background: #C3751B;
}
article .m_box_history .icn.type03 span {
  background: #014099;
}
article .m_box_history dl {
  margin: 40px 0;
}
article .m_box_history dl > div {
  display: flex;
  padding: 32px 40px;
}
article .m_box_history dl > div:nth-of-type(2n+1) {
  background: #EDF6FC;
}
article .m_box_history dl > div dt {
  width: 90px;
  font-size: 1.8rem;
}
article .m_box_history dl > div dt .num {
  font-family: 'Barlow', sans-serif;
  font-size: 2rem;
}
article .m_box_history dl > div dd {
  width: 100%;
}
article .m_box_history dl > div dd p {
  position: relative;
  padding-left: 110px;
}
article .m_box_history dl > div dd .img {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 16px;
}
article .m_box_history dl > div dd .in {
  display: flex;
  justify-content: space-between;
}
article .m_box_history dl > div dd .in .txt {
  margin-right: 32px;
}
article .m_box_history dl > div dd .in .img {
  margin-top: 0;
}
article .m_box_history dl > div dd .p01 + .p01 {
  margin-top: 16px;
}
article .m_box_history dl > div dd .in + .p01 {
  margin-top: 8px;
}
article .m_box_history dl > div dd .in + .in, article .m_box_history dl > div dd .p01 + .in {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  article .m_box_history dl {
    margin-left: -20px;
    margin-right: -20px;
  }
  article .m_box_history img {
    width: 100%;
  }
  article .m_box_history dl > div {
    padding: 16px;
  }
  article .m_box_history dl > div dt {
    width: 80px;
    font-size: 1.6rem;
  }
  article .m_box_history dl > div dt .num {
    font-size: 1.8rem;
  }
  article .m_box_history dl > div dd .in {
    display: block;
  }
  article .m_box_history dl > div dd p {
    position: relative;
    padding-left: 0;
  }
  article .m_box_history dl > div dd p .icn {
    display: block;
    position: static;
    margin: 4px 0 8px;
  }
  article .m_box_history dl > div dd .in .txt {
    margin-right: 0;
    margin-bottom: 8px;
  }
  article .m_box_history dl > div dd .img {
    display: block;
    margin-top: 16px;
  }
  article .m_box_history dl > div dd .img figure + figure {
    margin-top: 16px;
  }
}


/* .m_box_sort */
article .sort_btn > ul {
  display: flex;
  position: relative;
  border-top: 1px solid #014099;
  border-bottom: 1px solid #014099;
}
article .sort_btn > ul > li {
  border-right: 1px solid #014099;
}
article .sort_btn > ul > li:nth-of-type(1){
  border-left: 1px solid #014099;
}
article .sort_btn > ul.type01 > li {
  width: 143px;
}
article .sort_btn > ul.type01 > li:last-of-type {
  width: 142px;
}
article .sort_btn > ul.type02 > li {
  width: 333px;
}
article .sort_btn > ul.type02 > li:last-of-type {
  width: 334px;
}
article .sort_btn > ul > li > .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #014099;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  transition: .4s linear;
}
article .sort_btn > ul.type01 > li > .btn {
  height: 80px;
}
article .sort_btn > ul.type02 > li > .btn {
  height: 64px;
}
article .sort_btn > ul > li > .btn.type01 {
  position: relative;
  padding-right: 20px;
}
article .sort_btn > ul > li > .btn.type01::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  border-right: 1px solid #014099;
  border-bottom: 1px solid #014099;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: .4s linear;
}
article .sort_btn .li_in {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  background: #fff;
  border: 1px solid #014099;
  z-index: 1;
}
article .sort_btn > ul.type01 > li .li_in {
  top: 80px;
}
article .sort_btn > ul.type02 > li .li_in {
  top: 64px;
}
article .sort_btn .li_in .btn.type02 {
  display: block;
  padding: 8px 16px;
  transition: .4s linear;
}
article .sort_cnts .in {
  display: none;
  margin-top: 32px;
  opacity: 0;
  transition: opacity .4s linear;
}
article .sort_cnts .p01 {
  margin: 24px 0;
  font-weight: bold;
}
article .sort_btn > ul > li > .btn:hover, article .sort_btn > ul > li > .btn.active {
  background: #014099;
  color: #fff;
}
article .sort_btn > ul > li > .btn.type01:hover::before, article .sort_btn > ul > li > .btn.type01.active::before {
  border-color: #fff;
}
article .sort_btn > ul > li > .btn.type01.active::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
article .sort_btn .li_in .btn.type02:hover {
  background: #EDF6FC;
  color: #014099;
}
article .sort_cnts .in.is_show {
  display: block;
  opacity: 1;
}
article .sort_cnts ul.pager {
  display: flex;
  justify-content: center;
  max-width: 100%;
  align-items: center;
  margin-top: 68px;
}
article .sort_cnts ul.pager > li.btn {
  position: relative;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 16px;
  border-color: transparent transparent transparent #B1B9C3;
}
article .sort_cnts ul.pager > li.btn.active {
  border-color: transparent transparent transparent #014099;
  cursor: pointer;
}
article .sort_cnts ul.pager > li.btn::before {
  content: "";
  position: absolute;
  left: -15px;
  top: -10px;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 14px;
  border-color: transparent transparent transparent #fff;
}
article .sort_cnts ul.pager > li.btn.btn_prev {
  -webkit-transform: scale(-1,1);
          transform: scale(-1,1);
}
article .sort_cnts ul.pager > li.num {
  margin: 0 28px;
}
article .sort_cnts ul.pager > li.num > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
article .sort_cnts ul.pager > li.num > ul li {
  margin: 0 8px;
}
article .sort_cnts ul.pager > li.num > ul li .num_btn {
  font-family: 'Barlow', sans-serif;
  font-size: 2.4rem;
  color: #B1B9C3;
  cursor: pointer;
}
article .sort_cnts ul.pager > li.num > ul li .num_btn.active {
  color: #014099;
}
article .sort_cnts02 {
  margin-top: 80px;
}

article .sort_cnts02 .hl03 {
  margin-left: -40px;
}

article .sort_cnts .cnts  ul > li:nth-of-type(n+2) .hl03 {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  article .sort_btn > ul {
    display: block;
    border: 1px solid #014099;
  }
  article .sort_btn > ul.type01 > li, article .sort_btn > ul.type01 > li:last-of-type, article .sort_btn > ul.type02 > li, article .sort_btn > ul.type02 > li:last-of-type {
    width: 100%;
  }
  article .sort_btn > ul > li, article .sort_btn > ul > li:nth-of-type(1) {
    border: none;
  }
  article .sort_btn > ul > li + li {
    border-top: 1px solid #014099;
  }
  article .sort_btn > ul > li > .btn {
    justify-content: flex-start;
    height: auto;
    padding: 12px;
    font-size: 1.4rem;
  }
  article .sort_btn > ul.type01 > li > .btn, article .sort_btn > ul.type02 > li > .btn {
    height: auto;
  }
  article .sort_btn > ul > li > .btn.type01::before {
    margin-top: -6px;
  }
  article .sort_btn .li_in {
    position: static;
    border: none;
  }
  article .sort_btn .li_in .btn.type02 {
    padding: 8px 12px;
  }
  article .sort_cnts .p01 {
    font-size: 1.2rem;
  }
  article .sort_btn > ul > li > .btn:hover {
    background: #fff;
    color: #014099;
  }
  article .sort_btn > ul > li > .btn.active {
    background: #014099;
    color: #fff;
  }
  article .sort_btn > ul > li > .btn.type01:hover::before {
    border-color: #014099;
  }
  article .sort_btn > ul > li > .btn.type01.active::before {
    border-color: #fff;
  }
  article .sort_cnts02 {
    margin-top: 40px;
  }
  article .sort_cnts02 .hl03 {
    margin-left: -20px;
  }
}

/* .m_box_group */
article .m_box_group + .m_box_group {
  margin-top: 40px;
}
article .m_box_group > ul {
  display: flex;
}
article .m_box_group.type01 > ul {
  justify-content: space-between;
}
article .m_box_group.type01 > ul > li {
  width: 490px;
}
article .m_box_group.type01 > ul > li.type02 {
  width: 440px;
}
@media screen and (max-width: 767px) {
  article .m_box_group.type01 > ul > li.type02 {
    width: 100%;
  }
}
article .m_box_group.type01 > ul > li figure img {
  width: 100%;
}

article .m_box_group.type02 > ul {
  flex-wrap: wrap;
}
article .m_box_group.type02 > ul > li {
  display: flex;
  width: 235px;
  margin-left: 20px;
}
article .m_box_group.type02 > ul > li:nth-of-type(4n+1) {
  margin-left: 0;
}
article .m_box_group.type02 > ul > li:nth-of-type(n+5) {
  margin-top: 30px;
}
article .m_box_group.type02 > ul > li a {
  display: flex;
  width: 100%;
  padding: 20px;
  background: #EDF6FC;
}
article .m_box_group.type02 > ul > li a .li_in {
  width: 100%;
}
article .m_box_group.type02 > ul > li a .hl {
  position: relative;
  padding-right: 24px;
  color: #00387B;
  font-size: 1.5rem;
  font-weight: bold;
}
article .m_box_group.type02 > ul > li a .hl::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
  height: 11px;
  margin-top: -5px;
  background: url(/cmn/img/ico_blank03.png) no-repeat center / 100% 100%;
}
article .m_box_group.type02 > ul > li a:hover .hl {
  text-decoration: underline;
}
article .m_box_group.type02 > ul > li a .txt {
  margin-top: 12px;
  font-size: 1.4rem;
  line-height: 2;
}
article .m_box_group.type02 > ul > li a.no_link {
  pointer-events: none;
}
article .m_box_group.type02 > ul > li a.no_link .hl {
  padding-right: 0;
}
article .m_box_group.type02 > ul > li a.no_link .hl::before {
  content: none;
}
article .m_box_group.type02 .ul_note01,
article .m_box_group.type02 .ul_note02  {
  justify-content: flex-start;
  margin-top: 16px;
}
article .m_box_group.type02 .ul_note01 li,
article .m_box_group.type02 .ul_note02 li {
  width: 12em;
}
article .m_box_group.type02 .ul_note02 li.type02{
  width: 25em;
}
article .m_box_group.type02 .ul_note01 + .ul_note01 {
  margin-top: 0;
}
article .m_box_group.type02.type02_01 > ul > li {
  width: 100%;
  margin-left: 0;
}
article .m_box_group.type02.type02_01 > ul > li:nth-of-type(n+2) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  article .m_box_group > ul {
    display: block;
  }
  article .m_box_group.type01 > ul > li, article .m_box_group.type02 > ul > li {
    width: 100%;
    margin-left: 0;
  }
  article .m_box_group.type01 > ul > li + li {
    margin-top: 20px;
  }
  article .m_box_group.type02 > ul > li:nth-of-type(n+5) {
    margin-top: 16px;
  }
  article .m_box_group.type02 > ul > li + li {
    margin-top: 20px !important;
  }
  article .m_box_group.type02 > ul > li a:hover figure img {
    opacity: 1;
  }
  article .m_box_group.type02 > ul > li a:hover .hl {
    text-decoration: none;
  }
  article .m_box_group.type02 > ul > li a .txt {
    font-size: 1.3rem;
  }
}


/* .m_box_tab */
article .m_box_tab {
  margin-top: 72px;
}
article .m_box_tab .tab_btn {
  border-bottom: 2px solid #00387B;
}
article .m_box_tab .tab_btn ul {
  display: flex;
}
article .m_box_tab .tab_btn ul li.type02 {
  flex: 1;
}
article .m_box_tab .tab_btn ul li + li {
  margin-left: 2px;
}
article .m_box_tab .tab_btn.type02 ul li .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 499px;
  height: 64px;
  padding: 0 8px;
  background: #C7CFD8;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  transition: background .3s ease-out;
  cursor: pointer;
}
article .m_box_tab .tab_btn ul li .btn.active,
article .m_box_tab .tab_btn ul li .btn:hover {
  background: #00387B;
}
article .m_box_tab .tab_cnts {
  display: none;
  background: #EDF6FC;
  padding: 0 20px 20px;
}
article .m_box_tab .tab_cnts .in {
  background: #fff;
  padding: 40px 20px 80px;
}
article .m_box_tab .tab_cnts .in .cnts {
  margin-top: 64px;
}
article .m_box_tab .tab_cnts .in .cnts .hl {
  padding: 8px 8px 8px 12px;
  background: #EDF6FC;
  border-left: 1px solid #00387B;
  color: #00387B;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}
article .m_box_tab .tab_cnts .in .cnts dl {
  padding: 0 10px;
}
article .m_box_tab .tab_cnts .in .cnts .hl04 + .hl {
  margin-top: 32px;
}
article .m_box_tab .tab_cnts .in .cnts dl + .hl {
  margin-top: 48px;
}
article .m_box_tab .tab_cnts .in .cnts dl dt {
  padding-top: 30px;
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold;
}
article .m_box_tab .tab_cnts .in .cnts dl dt span {
  display: inline-block;
  width: 67px;
  margin-right: 20px;
}
article .m_box_tab .tab_cnts .in .cnts dl dt span img {
  width: 100%;
}
article .m_box_tab .tab_cnts .in .cnts dl dd {
  margin-left: 87px;
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 2;
}
article .m_box_tab .tab_cnts .in .cnts dl dd .bold {
  font-weight: bold;
}
article .m_box_tab .tab_cnts .in .cnts dl dd a {
  color: #117AF4;
  font-size: 1.5rem;
  word-break: break-all;
}
article .m_box_tab .tab_cnts .in .cnts dl dd a:hover {
  text-decoration: underline;
}
article .m_box_tab .tab_cnts .in .cnts dl dd + dt {
  border-top: 1px solid #BDC5D0;
}
article .m_box_tab .tab_cnts.is_show {
  display: block;
}
article .m_box_tab .tab_cnts .in .cnts dl + .ul_note01 {
  margin: 60px 32px 0;
}
article .m_box_tab .tab_cnts .in .cnts dl + .ul_note02 {
  margin: 60px 32px 0;
}

@media screen and (max-width: 767px) {
  article .m_box_tab {
    margin-top: 36px;
    margin-left: -20px;
    margin-right: -20px;
  }
  article .m_box_tab .tab_btn.type02 ul li {
    width: calc(50% - 1px);
  }
  article .m_box_tab .tab_btn.type02 ul li .btn {
    width: 100%;
    height: 50px;
    font-size: 1.3rem;
  }
  article .m_box_tab .tab_cnts .in {
    background: #fff;
    padding: 20px 20px 40px;
  }
  article .m_box_tab .tab_cnts .in .cnts {
    margin-top: 32px;
  }
  article .m_box_tab .tab_cnts .in .cnts .hl {
    font-size: 1.3rem;
  }
  article .m_box_tab .tab_cnts .in .cnts dl {
    padding: 0 5px;
  }
  article .m_box_tab .tab_cnts .in .cnts .hl04 + .hl {
    margin-top: 16px;
  }
  article .m_box_tab .tab_cnts .in .cnts dl + .hl {
    margin-top: 24px;
  }
  article .m_box_tab .tab_cnts .in .cnts dl dt {
    position: relative;
    padding-top: 20px;
    padding-left: 45px;
    font-size: 1.5rem;
  }
  article .m_box_tab .tab_cnts .in .cnts dl dt span {
    width: 33px;
    position: absolute;
    left: 0;

  }
  article .m_box_tab .tab_cnts .in .cnts dl dt span img {
    vertical-align: middle;
  }
  article .m_box_tab .tab_cnts .in .cnts dl dd {
    margin-left: 45px;
    font-size: 1.3rem;
  }
  article .m_box_tab .tab_cnts .in .cnts dl dd a {
    font-size: 1.4rem;
  }
  article .m_box_tab .tab_cnts .in .cnts dl + .ul_note01 {
    margin: 10px 5px;
  }
  article .m_box_tab .tab_cnts .in .cnts dl + .ul_note02 {
    margin: 10px 5px;
  }
}

/* .m_box_products */
article .m_box_products {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 20px;
  background: #fff;
}
article .m_box_products .fig {
  width: 320px;
}
article .m_box_products .fig img {
  width: 100%;
}
article .m_box_products .cnts {
  width: 520px;
  margin-top: 96px;
}
article .m_box_products .cnts.type02 {
  margin-top: 116px;
}
article .m_box_products .ttl {
  width: 520px;
  position: absolute;
  top: 20px;
  right: 20px;
}
article .m_box_products .ttl h3 {
  margin-bottom: 12px;
  border-bottom: 1px solid #014099;
  font-size: 2.2rem;
  font-weight: bold;
}
article .m_box_products .ttl p {
  font-size: 1.8rem;
  font-weight: bold;
}
article .m_box_products .cnts .txt p:nth-of-type(1) {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: bold;
}
article .m_box_products .cnts .txt p:nth-of-type(2) {
  font-size: 1.5rem;
  line-height: 2;
}
article .m_box_products .cnts .list {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 16px;
}
article .m_box_products .cnts .list::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 150px;
  background: #C7CFD8;
}
article .m_box_products .cnts .list .tag {
  width: 150px;
}
article .m_box_products .cnts .list .tag li {
  width: 130px;
  padding: 4px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
article .m_box_products .cnts .list .tag li.type01 {
  background: #DAEBA6;
}
article .m_box_products .cnts .list .tag li.type02 {
  background: #EDD0B8;
}
article .m_box_products .cnts .list .tag li.type03 {
  background: #D7CAE8;
}
article .m_box_products .cnts .list .tag li.type04 {
  background: #F4EDB7;
}
article .m_box_products .cnts .list .tag li.type05 {
  background: #B4D9FD;
}
article .m_box_products .cnts .list .tag li.type06 {
  background: #BECFF7;
}
article .m_box_products .cnts .list .tag li.type07 {
  background: #EFBEBE;
}
article .m_box_products .cnts .list .tag li.type08 {
  background: #EFD2E8;
}
article .m_box_products .cnts .list .tag li.type09 {
  background: #C1E8DC;
}
article .m_box_products .cnts .list .tag li + li {
  margin-top: 8px;
}
article .m_box_products .cnts .list .ico {
  display: flex;
  margin-left: 10px;
}
article .m_box_products .cnts .list .ico li {
  width: 64px;
  margin-left: 20px;
}
article .m_box_products .cnts .list .ico li figure img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  article .m_box_products {
    display: block;
  }
  article .m_box_products .fig {
    width: 100%;
    padding-top: 16px;
  }
  article .m_box_products .ttl {
    width: 100%;
    position: static;
  }
  article .m_box_products .ttl h3 {
    font-size: 1.9rem;
  }
  article .m_box_products .ttl p {
    font-size: 1.5rem;
  }
  article .m_box_products .cnts,
  article .m_box_products .cnts.type02 {
    width: 100%;
    margin-top: 16px;
  }
  article .m_box_products .cnts .txt p:nth-of-type(1), article .m_box_products .cnts .txt p:nth-of-type(2) {
    font-size: 1.4rem;
  }
  article .m_box_products .cnts .list {
    justify-content: center;
  }
  article .m_box_products .cnts .list::before {
    content: none;
  }
  article .m_box_products .cnts .list .tag {
    width: 110px;
    padding-right: 0;
  }
  article .m_box_products .cnts .list .tag li {
    width: 110px;
  }
  article .m_box_products .cnts .list .ico {
    flex-wrap: wrap;
    width: 115px;
    margin-left: 20px;
    padding-left: 10px;
    border-left: 1px solid #C7CFD8;
  }
  article .m_box_products .cnts .list .ico li {
    width: 40px;
    margin-left: 8px;
  }
  article .m_box_products .cnts .list .ico li:nth-of-type(n+3){
    margin-top: 8px;
  }
}

/* .m_box_topics */
article .m_box_topics {
  margin-top: 48px;
  padding: 0 40px 40px;
  border: 1px solid #00387B;
}
article .m_box_topics .ttl {
  margin: -22px -24px 0;
  padding: 16px;
  background: #00387B;
  border-radius: 28px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  article .m_box_topics {
    margin-top: 0;
    padding: 0;
    border-radius: 0;
  }
  article .m_box_topics .ttl {
    margin: 0;
    border-radius: 0;
    font-size: 1.4rem;
  }
  article .m_box_topics .m_box_figure04 {
    padding: 0 20px 20px;
  }
  article .m_box_topics .m_box_figure04 .fig.fig440 figure {
    margin: 0;
  }
}

/* .m_box_quality */
article .m_box_quality {
  margin-bottom: 72px;
  padding: 32px;
  background: #fff;
}
article .m_box_quality .ttl {
  position: relative;
  padding-left: 40px;
  color: #907A1E;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
article .m_box_quality .ttl.type01 {
  padding-left: 0px;
  margin-top: 48px;
}
article .m_box_quality .ttl span {
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  background: #907A1E;
  color: #fff;
  font-family: 'Barlow', sans-serif;
  text-align: center;
}
article .m_box_quality .m_box_figure03 {
  align-items: flex-start;
}
article .m_box_quality .m_box_figure03.type04 {
  margin-top: 20px;
}
article .m_box_quality dl + dl {
  margin-top: 20px;
}
article .m_box_quality dl dt {
  margin-bottom: 4px;
  padding: 12px 20px;
  background: #FCF8EA;
  border-left: 1px solid #907A1E;
  font-size: 1.8rem;
  font-weight: bold;
}
article .m_box_quality dl dt.type01 {
  margin-bottom: 4px;
  padding: 12px 20px;
  background: #FCF8EA;
  border-left: 1px solid #907A1E;
  font-size: 1.8rem;
  font-weight: bold;
}
article .m_box_quality dl dt.type02 {
  position: relative;
  padding-left: 20px;
  color: #907A1E;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  background-color: transparent;
  border-left: none;
}
article .m_box_quality dl dd {
  padding: 12px 20px;
  border-left: 1px solid #907A1E;
}
article .m_box_quality .ul_list01.type04 + .p01 {
  margin-top: 10px;
}
article .m_box_quality .ul_list01.type04 li {
  font-weight: bold;
}
article .m_box_quality .ul_list01.type04 li + li {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  article .m_box_quality {
    margin: 20px -20px 40px;
    padding: 24px;
  }
  article .m_box_quality .ttl {
    font-size: 1.8rem;
  }
  article .m_box_quality .ttl span {
    width: 25px;
    height: 25px;
  }
  article .m_box_quality .m_box_figure03 {
    margin-top: 8px;
  }
  article .m_box_quality .m_box_figure03 .cnts {
    margin-top: 16px;
  }
  article .m_box_quality dl dt {
    padding: 8px 16px;
    font-size: 1.5rem;
  }
  article .m_box_quality dl dd {
    padding: 8px 16px;
  }
  article .m_box_quality .ul_list01.type04 + .p01 {
    margin-top: 0;
  }
}

/* .m_box_item */
article .m_box_item {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background: #fff;
}
article .m_box_item + .m_box_item {
  margin-top: 4px;
}
article .m_box_item .txt {
  width: 720px;
  padding: 20px 20px 10px 10px;
}
article .m_box_item .ttl {
  color: #907A1E;
  font-size: 1.5rem;
  font-weight: bold;
}
article .m_box_item .ttl + .p01 {
  margin-top: 8px;
  font-size: 1.4rem;
}
article .m_box_item .list {
  display: flex;
  align-items: center;
  width: 180px;
  padding: 10px 10px 10px 20px;
  border-left: 1px solid #C7CFD8;
}
article .m_box_item .list ul {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
}
article .m_box_item .list ul li {
  line-height: 28px;
  text-align: center;
}
article .m_box_item .list ul li + li {
  margin-left: 10px;
}
article .m_box_item .list ul li:nth-of-type(4n+1){
  margin-left: 0;
}
article .m_box_item .list ul li:nth-of-type(n+5){
  margin-top: 20px;
}
article .m_box_item .list ul li span {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #907A1E;
  color: #fff;
}
@media screen and (max-width: 767px) {
  article .m_box_item .txt {
    width: auto;
    padding: 10px 20px 10px 10px;
  }
  article .m_box_item .ttl {
    font-size: 1.4rem;
  }
  article .m_box_item .ttl + .p01 {
    font-size: 1.3rem;
  }
  article .m_box_item .list {
    width: 51px;
    padding: 10px 10px 10px 20px;
  }
  article .m_box_item .list ul li {
    line-height: 20px;
  }
  article .m_box_item .list ul li + li {
    margin: 10px 0 0;
  }
  article .m_box_item .list ul li:nth-of-type(n+5){
    margin-top: 10px;
  }
  article .m_box_item .list ul li span {
    width: 20px;
    height: 20px;
  }
}

/* m_box_comment */
article .m_box_comment {
  position: relative;
  background: #fff;
}
* + article .m_box_comment {
  margin-top: 40px;
}
article .m_box_comment .ttl {
  padding: 24px 24px 16px 262px;
  border-bottom: 4px solid #014099;
  color: #00387B;
  font-size: 1.8rem;
  font-weight: bold;
}
article .m_box_comment .p01 {
  padding: 0 24px 16px 262px;
}
article .m_box_comment .img {
  width: 217px;
  position: absolute;
  top: 20px;
  left: 20px;
  text-align: center;
}
article .m_box_comment .img figure img {
  width: 100%;
}
article .m_box_comment .img figure figcaption {
  margin-bottom: 8px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  article .m_box_comment .ttl {
    padding: 12px;
    border-width: 2px;
    font-size: 1.6rem;
  }
  article .m_box_comment .p01 {
    padding: 16px;
  }
  * + article .m_box_comment .p01 {
    margin-top: 0;
  }
  article .m_box_comment .img {
    width: 100%;
    position: static;
    padding: 16px 24px;
  }
}

/* .m_box_ud */
.m_box_ud > ul {
  display: flex;
  flex-wrap: wrap;
}
.m_box_ud > ul > li {
  width: 300px;
  position: relative;
  border-radius: 0 14px 0 14px;
  overflow: hidden;
  cursor: pointer;
}
.m_box_ud > ul > li::after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #014099;
  border-radius: 0 14px 0 14px;
}
.m_box_ud > ul > li + li {
  margin-left: 50px;
}
.m_box_ud > ul > li:nth-of-type(3n+1) {
  margin-left: 0;
}
.m_box_ud > ul > li:nth-of-type(n+4){
  margin-top: 50px;
}
.m_box_ud > ul > li figure img {
  width: 100%;
  transition: opacity .2s linear;
}
.m_box_ud > ul > li p {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 8px;
  background: #fff;
  color: #00387B;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}
.m_box_ud > ul > li span {
  display: inline-block;
  width: 56px;
  height: 56px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #014099;
  transition: background-color .2s linear;
}
.m_box_ud > ul > li span::before, .m_box_ud > ul > li span::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  height: 1px;
  background: #fff;
}
.m_box_ud > ul > li span::before {
  width: 32px;
}
.m_box_ud > ul > li span::after {
  width: 8px;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  margin-top: -3px;
}
.m_box_ud > ul > li:hover figure img {
  opacity: .7;
}
.m_box_ud > ul > li:hover span {
  background-color: #fff;
  color: #014099;
}
.m_box_ud > ul > li:hover span::before, .m_box_ud > ul > li:hover span::after {
  background: #014099;
}
.m_box_ud > ul > li:hover span::before {
  -webkit-animation: link01a .2s linear forwards;
  animation: link01a .2s linear forwards;
}
.m_box_ud > ul > li:hover span::after {
  -webkit-animation: link01b .4s linear forwards;
  animation: link01b .4s linear forwards;
}
@media screen and (max-width: 767px) {
  .m_box_ud > ul > li {
    width: calc(50% - 12px);
    border: 1px solid #014099;
    border-radius: 0 7px 0 7px;
  }
  .m_box_ud > ul > li::after {
    content: none;
  }
  .m_box_ud > ul > li + li {
    margin-left: 24px;
  }
  .m_box_ud > ul > li:nth-of-type(2n+1){
    margin-left: 0;
  }
  .m_box_ud > ul > li:nth-of-type(2n){
    margin-left: 24px;
  }
  .m_box_ud > ul > li:nth-of-type(n+3){
    margin-top: 24px;
  }
  .m_box_ud > ul > li p {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 27%;
    padding: 4px;
    font-size: 1.1rem;
    line-height: 1.2;
  }
  .m_box_ud > ul > li span {
    width: 28px;
    height: 28px;
  }
  .m_box_ud > ul > li span::before, .m_box_ud > ul > li span::after {
    right: 6px;
  }
  .m_box_ud > ul > li span::before {
    width: 16px;
  }
  .m_box_ud > ul > li span::after {
    width: 6px;
    margin-top: -2px;
  }
  .m_box_ud > ul > li:hover figure img {
    opacity: 1;
  }
  .m_box_ud > ul > li:hover span {
    background-color:#014099;
    color:  #fff;
  }
  .m_box_ud > ul > li:hover span::before, .m_box_ud > ul > li:hover span::after {
    -webkit-animation: none;
    animation: none;
  }
}

/* .m_box_dl01 */
.m_box_dl01 {
  margin-top: 32px;
}
.m_box_dl01 dl {
  display: flex;
}
.m_box_dl01 dl dt,
.m_box_dl01 dl dd {
  border: 1px solid #00387b;
  font-weight: bold;
}
.m_box_dl01 dl dt {
  align-items: center;
  background: #fff;
  display: flex;
  padding: 20px 30px;
}
.m_box_dl01 dl dd {
  background: #00387b;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 10px 40px;
}
.m_box_dl01 dl dd span {
  font-family: 'Barlow', sans-serif;
  font-size: 4rem;
  margin: 0 4px 0 8px;
}
@media screen and (max-width: 767px) {
  .m_box_dl01 dl {
    display: block;
  }
  .m_box_dl01 dl dt {
    display: block;
    padding: 10px 15px;
    text-align: center;
  }
  .m_box_dl01 dl dd {
    font-size: 1.4rem;
    text-align: center;
    padding: 10px 20px;
  }
  .m_box_dl01 dl dd span {
    font-size: 2.4rem;
  }
}

/* .m_box_map */
.m_box_map .img {
  position: relative;
  margin-top: 32px;
  background: #73ACC9;
}
.m_box_map .img p {
  padding: 24px 40px 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}
.m_box_map .img figure img {
  width: 100%;
}
.m_box_map .img ul li {
  width: 50px;
  height: 50px;
  position: absolute;
  background: #014099;
  border-radius: 50%;
  box-shadow: 3px 3px 5px 4px rgba(62, 52, 52, .3);
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.m_box_map .img ul li:nth-of-type(1) {
  top: 620px;
  left: 325px;
}
.m_box_map .img ul li:nth-of-type(2) {
  bottom: 92px;
  left: 105px;
}
.m_box_map .img ul li:nth-of-type(3) {
  bottom: 68px;
  left: 220px;
}
.m_box_map .img ul li:nth-of-type(4) {
  bottom: 265px;
  right: 355px;
}
.m_box_map .img ul li:nth-of-type(5) {
  top: 455px;
  right: 150px;
}
.m_box_map .img ul li:nth-of-type(6) {
  bottom: 333px;
  right: 35px;
}
.m_box_map .img ul li:nth-of-type(7) {
  bottom: 180px;
  right: 85px;
}
.m_box_map .img ul li:nth-of-type(8) {
  bottom: 52px;
  right: 185px;
}
.m_box_map .img ul li:nth-of-type(9) {
  bottom: 240px;
  right: 155px;
}
.m_box_map .img ul li:nth-of-type(10) {
  bottom: 145px;
  right: 260px;
}
.m_box_map .img ul li:nth-of-type(11) {
  top: 370px;
  right: 125px;
}
.m_box_map .img ul li:nth-of-type(12) {
  top: 550px;
  left: 25px;
}
@media screen and (max-width: 767px) {
  .m_box_map .modal {
    display: block;
    position: static;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  .m_box_map .img {
    margin-top: 0;
    margin-bottom: 80px;
  }
  .m_box_map .img p {
    padding: 16px 16px 0;
    font-size: 1.4rem;
  }
  .m_box_map .m_box_modal.type02 .btn_type02 {
    display: none;
  }
}


/* .m_box_flex01 */
.m_box_flex01 {
  display: flex;
  align-items: flex-start;
}
.m_box_flex01 > * + * {
  margin-left: 80px;
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .m_box_flex01 {
    display: block;
  }
  .m_box_flex01 > * + * {
    margin-left: 0;
    margin-top: 8px !important;
  }
}

/* .m_box_modal */
.m_box_modal {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.m_box_modal.type01 {
  width: 800px;
  padding-top: 60px;
  padding-bottom: 20px;
}
.m_box_modal.type01 .in {
  padding: 40px;
  background: #fff;
}
.m_box_modal.type01 .btn_type01 {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 0;
  background: rgba(237, 246, 252,.9);
  border-radius: 50%;
}
.m_box_modal.type01 .btn_type01::before, .m_box_modal.type01 .btn_type01::after  {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  background: #014099;
}
.m_box_modal.type01 .btn_type01::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m_box_modal.type01 .btn_type01::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m_box_modal.type01 .hl03 {
  position: relative;
  margin-left: -40px;
  padding-left: 40px;
  font-size: 2rem;
  font-weight: bold;
}
.m_box_modal.type01 .hl03::before {
  content: "";
  position: absolute;
  left: 0;
  top: .75em;
  width: 24px;
  height: 20px;
  margin-top: -10px;
  background: #94C2EF;
}
.m_box_modal.type01 .hl04 {
  position: relative;
  margin-top: 24px;
  padding-bottom: 4px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #CDCDE5;
}
.m_box_modal.type01 .hl04 > span {
  position: relative;
  display: inline-block;
  bottom: -1px;
}
.m_box_modal.type01 .hl04 > span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background: #014099;
}
.m_box_modal.type01 p {
  font-size: 1.6rem;
  line-height: 2;
}
.m_box_modal.type01 .hl03 + p {
  margin-top: 24px;
}
.m_box_modal.type01 .hl04 + p {
  margin-top: 20px;
}
.m_box_modal.type02 {
  width: 375px;
}
.m_box_modal.type02 .ttl {
  position: relative;
  margin-top: 60px;
}
.m_box_modal.type02 .ttl figure {
  width: 120px;
  height: 120px;
  position: absolute;
  top: -60px;
  right: 0;
  border: 10px solid #EDF6FC;
  border-radius: 50%;
}
.m_box_modal.type02 .ttl figure img {
  width: 100%;
}
.m_box_modal.type02 .ttl h2 {
  padding: 8px 20px;
  background: #EDF6FC;
  color: #00387B;
  font-size: 2rem;
  font-weight: bold;
}
.m_box_modal.type02 .ttl h2 span {
  display: inline-block;
  padding-right: 8px;
  color: #014099;
  font-family: 'Barlow', sans-serif;
}
.m_box_modal.type02 .in {
  padding-bottom: 20px;
  background: #fff;
}
.m_box_modal.type02 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}
.m_box_modal.type02 .list li {
  width: 150px;
  margin-bottom: 20px;
}
.m_box_modal.type02 .list li:nth-child(2) {
  width: 170px;
}
.m_box_modal.type02 .list li.type01 {
  width: 120px;
}
.m_box_modal.type02 .list li.type02 {
  width: 200px;
}
.m_box_modal.type02 .list li.type03 {
  width: 62px;
}
.m_box_modal.type02 .list li.type04 {
  width: 100%;
}
.m_box_modal.type02 figure img {
  width: 100%;
}
.m_box_modal.type02 figure figcaption {
  color: #00387B;
  font-size: 1.4rem;
}
.m_box_modal.type02 figure p {
  margin-top: 4px;
  font-size: 1.2rem;
}
.m_box_modal.type02 .btn_type02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 32px;
  margin: 0 auto;
  color: #014099;
  font-size: 1.4rem;
  border: 1px solid #014099;
  border-radius: 6px 0 6px 0;
  cursor: pointer;
  transition: border-radius .3s ease-out,background-color .3s ease-out;
}
.m_box_modal.type02 .btn_type02:hover {
  border-radius: 0 6px 0 6px;
  background: #014099;
  color: #fff;
}
.m_box_modal .figure {
  margin-top: 16px;
}
.m_box_modal .figure figure {
  display: inline-block;
}
.m_box_modal .figure figure + figure {
  margin-left: 16px;
}
.m_box_modal .figure figure img {
  width: 100%;
}
.m_box_modal .figure.fig300 figure img {
  width: 300px;
}
.m_box_modal .ul_note li {
  position: relative;
  margin-top: 8px;
  padding-left: 5em;
  font-size: 1.2rem;
}
.m_box_modal .ul_note li span {
  position: absolute;
  top: 0;
  left: 0;
}
.modal {
  display: none;
  opacity: 0;
  transition: opacity .4s linear;
}
.modal.is_show {
  display: block;
  opacity: 1;
}
.modal_overlay {
  display: none;
  width: 100%;
  height: 120%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(76, 86, 101, .5);
  z-index: 101;
}
.modal_wrap {
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .m_box_modal.type01 {
    width: calc(100% - 40px);
  }
  .m_box_modal.type01 .in {
    padding: 20px;
  }
  .m_box_modal.type01 .hl03 {
    margin-left: -20px;
    padding-left: 20px;
    font-size: 1.7rem;
  }
  .m_box_modal.type01 .hl03::before {
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .m_box_modal.type01 p {
    font-size: 1.4rem;
  }
  .m_box_modal.type01 .hl04 {
    font-size: 1.5rem;
  }
  .m_box_modal.type02 {
    width: 100%;
  }
  .m_box_modal.type02 .in {
    padding-bottom: 0;
  }
  .m_box_modal.type02 .list li {
    width: 47%;
  }
  .m_box_modal.type02 .list li:nth-child(2) {
    width: 50%;
  }
  .m_box_modal.type02 .list li.type01 {
    width: 36%;
  }
  .m_box_modal.type02 .list li.type02 {
    width: 60%;
  }
  .m_box_modal.type02 .list li.type03 {
    width: 19%;
  }
  .m_box_modal.type02 figure figcaption, .m_box_modal.type02 figure p {
    font-size: 1.3rem;
  }
  .m_box_modal .figure figure + figure {
    margin-left: 8px;
  }
  .m_box_modal .figure.fig300 {
    display: flex;
  }
  .m_box_modal .figure.fig300 figure {
    width: calc(50% - 4px);
  }
  .m_box_modal .figure.fig300 figure img {
    width: 100%;
  }
  .m_box_modal .ul_note li {
    font-size: 1rem;
  }
  .modal_overlay {
    background: rgba(76, 86, 101, .9);
  }
}

/*==============================*/
/* module_margin */
/*==============================*/
/* 120px */
article .m_section + .m_section,
article * + .hl02 {
  margin-top: 120px;
}
/* 80px */
article .m_box02 > ul > li:nth-of-type(n+3),
article * + .m_box_adobe,
article * + .ul_btn01.type04 {
  margin-top: 80px;
}
/* 64px */
article * + .figure01,
article * + .figure02,
article .p02 + .hl02 {
  margin-top: 64px;
}
/* 48px */
article * + .m_box_figure01,
article * + .m_box_figure02,
article * + .m_box_figure03,
article * + .m_box_figure04,
article * + .m_box01,
article * + .m_box_newsnav,
article .p01 + .m_box01,
article .p01 + .ul_news01,
article .p01 + .hl02 {
  margin-top: 48px;
}
/* 40px */
article .hl02 + *,
article .hl02 + .p01,
article * + .hl03,
article .p02 + *,
article .ul_btn01.type01 > li:nth-of-type(n+3),
article .ul_btn01.type02 > li:nth-of-type(n+3),
article .ul_btn01.type03 > li:nth-of-type(n+5),
article .ul_btn01.type04 > li:nth-of-type(n+4),
article * + .table01,
article * + .table02,
article * + .table03,
article * + .ul_news01,
article .ol_list01 + .ul_note01,
article .m_box_news * + .tab_btn,
article .p02 + .m_box_tab {
  margin-top: 40px;
}
/* 32px */
article .hl03 + *,
article * + .hl04,
article .p01 + .p01,
article * + .ul_btn01,
article * + .ul_list01,
article * + .ul_list02,
article * + .ol_list01,
article * + .ol_list01,
article * + .m_box01_02,
article * + .m_box01_03,
article * + .m_box03 + .m_box03.type02,
article .m_box01_02 + .p01,
article .m_box_figure01 .fig + .cnts,
article .table01 table tr td .td_box01 dl + dl,
article .m_box_sitemap > * + ul,
article .m_box_sitemap > ul > li:nth-of-type(n+3),
article .m_box_sitemap > ul > li > p + p {
  margin-top: 32px;
}
/* 20px */
article * + .p01,
article * + .ul_note01,
article * + .ul_note02,
article * + .dl_list01,
article .ul_btn01.type04.type04_02 > li:nth-of-type(n+4) {
  margin-top: 20px;
}
/* 16px */
article .m_box_sitemap > ul > li > p + ul,
article .m_box_sitemap > ul > li > p + ul > li + li {
  margin-top: 16px;
}
/* 12px */
article .hl04 + *,
article .ul_list01 > li + li,
article ul > li > .ul_list01,
article ol > li > .ul_list01
article .ul_list02 > li + li,
article ul > li > .ul_list02,
article ol > li > .ul_list02,
article .ol_list01 > li + li,
article ul > li > .ol_list01,
article ol > li > .ol_list01,
article .m_box_faq > ol > li + li {
  margin-top: 12px;
}
/* 4px */
article * + .m_box_map,
article .ol_list01 > li > .ul_list01,
article .dl_list01 + .dl_list01 {
  margin-top: 4px;
}
/* 0px */
article .ul_note01 > li > .ul_note01,
article .ol_list01 > li > .ul_list01 > li,
article .m_box_message > .fig + .m_box01 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  /* 60px */
  article .m_section + .m_section,
  article * + .hl02,
  article * + .m_box_adobe,
  article * + .ul_btn01.type04 {
    margin-top: 60px;
  }
  /* 40px */
  article .p01 + .m_box01,
  article .p01 + .ul_news01 {
    margin-top: 40px;
  }
  /* 32px */
  article * + .figure01,
  article * + .figure02,
  article * + .ul_list01,
  article * + .ul_list02,
  article * + .ol_list01,
  article .p02 + .hl02,
  article .p01 + .hl02 {
    margin-top: 32px;
  }
  /* 24px */
  article * + .m_box_figure01,
  article * + .m_box_figure02,
  article * + .m_box_figure03,
  article * + .m_box_figure04,
  article * + .m_box01 {
    margin-top: 24px;
  }
  /* 20px */
  article .hl02 + *,
  article .hl02 + .p01,
  article * + .hl03,
  article * + .hl04,
  article .ul_btn01.type01 > li:nth-of-type(n+2),
  article .ul_btn01.type02 > li:nth-of-type(n+2),
  article .ul_btn01.type03 > li:nth-of-type(n+3),
  article .ul_btn01.type04 > li:nth-of-type(n+2),
  article .ul_btn03 li + li,
  article * + .table01,
  article * + .table02,
  article .m_box02 > ul > li + li,
  article .m_box02 > ul > li:nth-of-type(n+3),
  article * + .m_box03 + .m_box03.type02,
  article * + .ul_news01,
  article .table01 table tr td .td_box01 dl + dl,
  article .m_box_sitemap > * + ul,
  article .m_box_sitemap > ul > li:nth-of-type(n+3),
  article .m_box_sitemap > ul > li > p + p,
  article .m_box_sitemap > ul > li + li,
  article .dl_list01 + .dl_list01 {
    margin-top: 20px;
  }
  /* 16px */
  article .hl03 + *,
  article .p01 + .p01,
  article .p02 + *,
  article * + .ul_btn01,
  article * + .ul_list01,
  article * + .ul_list02,
  article * + .ol_list01,
  article * + .m_box01_02,
  article * + .m_box01_03,
  article .m_box01_02 + .p01,
  article .m_box_figure01 .fig + .cnts {
    margin-top: 16px;
  }
  /* 12px */
  article * + .ul_note02 {
    margin-top: 12px;
  }
  /* 8px */
  article .hl04 + *,
  article .ul_list01 > li + li,
  article ul > li > .ul_list01,
  article ol > li > .ul_list01,
  article .ul_list02 > li + li,
  article ul > li > .ul_list02,
  article ol > li > .ul_list02,
  article .ol_list01 > li + li,
  article ul > li > .ol_list01,
  article ol > li > .ol_list01,
  article .m_box_map + .p01,
  article .note01 + .table03,
  article .table01 table tr td .td_box01 dl dt + dd {
    margin-top: 8px;
  }
}



/*==============================*/
/* wp */
/*==============================*/
article .wp_article .in {
  background: #fff;
  padding: 40px;
  margin-top: 0;
}
article .wp_article h1 {
  position: relative;
  padding-left: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #464F5A;
}
article .wp_article h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: .75em;
  width: 10px;
  height: 20px;
  margin-top: -10px;
  background: #94C2EF;
}
article .wp_article h2 {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #CDCDE5;
}
article .wp_article h3 {
  font-size: 1.6rem;
  font-weight: bold;
}
article .wp_article h2 span {
  position: relative;
  display: inline-block;
}
article .wp_article h2 span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: #014099;
}
article .wp_article img {
  display: block;
  margin-bottom: 1.5em;
}
article .wp_article img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
article .wp_article * + p img {
  margin-top: 1.5em;
}
article .wp_article a {
  color: #00387B;
  text-decoration: underline;
  word-break: break-all;
}
article .wp_article a:hover {
  text-decoration: none;
}
article .wp_article * + table,
article .wp_article table + *,
article .wp_article h2 + *,
article .wp_article h3 + *,
article .wp_article * + h3 {
  margin-top: 16px;
}
article .wp_article h1 + *,
article .wp_article * + h2 {
  margin-top: 32px;
}
article .wp_article * + h1 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  article .wp_article .in {
    padding: 20px;
  }
  article .wp_article img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  article .wp_article .iframe_outer {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  article .wp_article .iframe_outer iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}



/*==============================*/
/* module */
/*==============================*/
.txt_l {
  text-align: left!important;
}
.txt_c {
  text-align: center!important;
}
.txt_r {
  text-align: right!important;
}
.bold {
  font-weight: bold;
}
.lh1h {
  line-height: 1.5 !important;
}
.lh2 {
  line-height: 2;
}
.valign_t {vertical-align: top !important;}
.clearfix {zoom:1;}
.clearfix::after {content:"";display:block;clear:both;}
.is_sp {
  display: none;
}
.mb00{
  margin-bottom: 0 !important;
}
.mt00{
  margin-top: 0 !important;
}
.mt08{
  margin-top: 8px !important;
}
.mt12{
  margin-top: 12px !important;
}
.mt24{
  margin-top: 24px !important;
}
.mt40{
  margin-top: 40px !important;
}
.mt48{
  margin-top: 48px !important;
}
.ws_normal {
	white-space: normal !important;
}
.fs_italic {
  font-style: italic;
}
.aitems_start {
  align-items: flex-start !important;
}
@media screen and (max-width: 767px) {
  .is_pc {
    display: none !important;
  }
  .is_sp {
    display: block;
  }
  .is_sp.inline {
    display: inline;
  }
  .sp_w100p {
    width: 100%;
  }
}



/*==============================*/
/* google search */
/*==============================*/
@media screen and (max-width: 767px) {
  .gsc-results .gsc-cursor-box {
    border: none;
    border-radius: 0;
  }
  .gsc-results .gsc-cursor {
    display: flex;
  }
  li.hnav_search .gsc-search-box-tools .gsc-search-box .gsc-input {
    margin-top: 0 !important;
    line-height: 30px;
  }
  li.hnav_search .gscb_a {
    line-height: 32px;
    display: inline-block;
  }
}



/*==============================*/
/* print */
/*==============================*/
@media print {
  main header,
  header.follow {
    display: none !important;
  }
}

/*==============================*/
/* add 202211 */
/*==============================*/
/* ul_btn03 */
article .m_section > .ul_btn03.type01 {
  margin-top: 100px;
}
article * + .ul_btn03.type01 {
  margin-top: 0;
}
article .ul_btn03.type01 li a {
  background-color: #fff;
  color: #014099;
  border: 1px solid #014099;
}
article .ul_btn03.type01 li a::before {
  border-right: 1px solid #014099;
  border-bottom: 1px solid #014099;
}
article .ul_btn03 li a:hover {
  background-color: #014099;
  color: #fff;
}
article .ul_btn03 li a:hover::before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
article .ul_btn03 li:nth-of-type(2n+1) {
  margin-left: 0;
}
article .ul_btn03 li:nth-of-type(n+3) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  article .ul_btn03 li:nth-of-type(n+3) {
    margin-top: 20px;
  }
}

/* ol_list01 */
article .ol_list01 > li > .ul_list01 {
  margin-top: 12px;
  line-height: 1.5;
}
article .ol_list01 .ul_list01 > li::before {
  top: 0.75em;
}

/* figure01 */
article .figure01.type03 {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  article .figure01.type03 {
    margin-left: -20px;
    margin-right: -20px;
  }
}

/* figure03 */
article .m_box_figure03.ai_fs {
  align-items: flex-start;
}

/* table02 */
article .table02 .txt_s {
  font-size: 1.3rem;
}
article .table02 .ul_list01 li + li {
  margin-top: 4px;
}
article .table02 th.w20p {
  width: 19%;
}
article .table02 th.w24p {
  width: 24%;
}
article .table02 th.w33p {
  width: 33%;
}
article .table02 th.w50p {
  width: 50%;
}
article .table02 .va_t {
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  article .table02 .sp_w110p {
    width: 110%;
  }
  article .table02 .sp_w150p {
    width: 150%;
  }
  article .table02 .sp_w200p {
    width: 200%;
  }
  article .ul_note02 + .table02 {
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  article .table02.table02_05 th {
    padding: 16px 8px;
  }
  article .table02.table02_05 td {
    padding: 16px 8px;
  }
  article .table02.table02_05 .p01 + * {
    margin-top: 12px;
  }
}

article .table02_ttl {
  color: #00387B;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  article .table02_ttl {
    font-size: 1.5rem;
  }
}

/* m_box_topics */
@media screen and (max-width: 767px) {
  article .m_box_topics.type01 {
    padding: 0 20px 20px;
  }
  article .m_box_topics.type01 .ttl {
    margin-left: -20px;
    margin-right: -20px;
  }
}

/* m_box_flow */
article .m_box_flow {
  padding-bottom: 50px;
}
article .m_box_flow .flow_inner {
  display: flex;
  background-color: #fff;
}
article .flow_inner + .flow_inner {
  margin-top: 20px;
}
article .m_box_flow .flow_inner > dt {
  display: flex;
  justify-content: center;
  position: relative;
  width: 228px;
  margin: 1px;
  padding: 64px 10px 48px;
  background-color: #014099;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.7;
}
article .m_box_flow .flow_inner > dt::before,
article .m_box_flow .flow_inner > dt::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 114px 0 114px;
  z-index: 1;
}
article .m_box_flow .flow_inner > dt::before {
  border-color: #fff transparent transparent transparent;
  margin-top: 1px;
}
article .m_box_flow .flow_inner > dt::after {
  border-color: #014099 transparent transparent transparent;
}
article .m_box_flow .flow_inner > dd {
  flex: 1;
  padding: 32px;
}
article .m_box_flow.ai_c .flow_inner > dt {
  align-items: center;
}
article .m_box_flow.ai_c .flow_inner > dd {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  article .m_box_flow {
    padding-bottom: 25px;
  }
  article .flow_inner + .flow_inner {
    margin-top: 16px;
  }
  article .m_box_flow .flow_inner > dt {
    width: 74px;
    padding: 20px 4px;
    font-size: 1.3rem;
  }
  article .m_box_flow .flow_inner > dt::before,
  article .m_box_flow .flow_inner > dt::after {
    border-width: 25px 37px 0 37px;
  }
  article .m_box_flow .flow_inner > dd {
    padding: 16px;
  }
}


/* txt */
.txt_blue {
  color: #00387B;
}
.txt_orange {
  color: #EF9C56;
}
.txt_normal {
  white-space: normal !important;
}

/* mt */
.mt16{
  margin-top: 16px !important;
}
.mt20{
  margin-top: 20px !important;
}
.mt32{
  margin-top: 32px !important;
}
@media screen and (max-width: 767px) {
  .mt12_sp{
    margin-top: 12px !important;
  }
  .mt16_sp{
    margin-top: 16px !important;
  }
  .mt24_sp{
    margin-top: 24px !important;
  }
}

/* pb */
.pb00 {
  padding-bottom: 0 !important;
}

/* figure05 */
* + .figure05 {
  margin-top: 24px;
}
.figure05 {
  display: flex;
}
.figure05.jc_sa {
  justify-content: space-around;
}
.figure05.jc_sb {
  justify-content: space-between;
}
.figure05.jc_c {
  justify-content: center;
}
.figure05.jc_c figure + figure {
  margin-left: 40px;
}
.figure05 figure img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  * + .figure05 {
    margin-top: 16px;
  }
  .figure05.type01 figure + figure {
    margin-left: 16px;
  }
  .figure05.type02 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .figure05.block_sp {
    display: block;
  }
  .figure05.block_sp figure + figure {
    margin-top: 24px;
    margin-left: 0;
  }
  .figure05.block_sp figure img {
    width: 100%;
  }
}

/* m_box_figure05 */
.m_box_figure05 {
  display: flex;
}
.m_box_figure05 .cnts {
  flex: 1;
  margin-right: 40px;
}
.m_box_figure05 .fig img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .m_box_figure05 {
    display: block;
  }
  .m_box_figure05 .cnts {
    margin-right: 0;
  }
  .m_box_figure05 .fig {
    margin-top: 16px;
    text-align: center;
  }
}
