body.no_scroll {
  overflow: hidden;
}
a.disabled {
  pointer-events: none;
}
#wrapper {
  min-width: 980px;
  padding-top: 165px;
}
@media screen and (max-width: 767px) {
  #wrapper {
    min-width: 100%;
    padding-top: 50px;
    -webkit-overflow-scrolling: touch;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 5px solid #166493;
  background: #fff;
  line-height: 1.5;
  z-index: 200;
}
header .global_network_wrap {
  display: none;
}
header .global_network_wrap h3 {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  header .global_network_wrap h3 {
    font-size: 4rem;
    line-height: 60px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 768px) {
  header .global_network_wrap .blocks {
    padding: 0 0 25px;
  }
}
@media screen and (min-width: 768px) {
  header .global_network_wrap .blocks .block .midashi {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  header .global_network_wrap .blocks .block ul li span {
    font-size: 1.2rem;
    line-height: 18px;
  }
}
@media screen and (min-width: 768px) {
  header .global_network_wrap .blocks .block ul li a {
    font-size: 1.2rem;
    line-height: 18px;
  }
}
header > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 980px;
  height: 95px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  header > .inner {
    width: 100%;
    height: 45px;
  }
}
header .left {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .left h1 {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  header .left h1 img {
    width: 125px;
  }
}
header .left .lang {
  margin-left: 30px;
  margin-top: 10px;
  font-size: 1.9rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  header .left .lang {
    margin-top: 2px;
    margin-left: 7px;
    font-size: 1.1rem;
    line-height: 12px;
    font-weight: 400;
  }
}
header .left .lang span {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  header .left .lang span {
    font-size: 1rem;
    font-weight: 400;
    line-height: 12px;
  }
}
header .right {
  height: 100%;
}
header .right ul {
  display: flex;
  height: 100%;
}
header .right ul li:nth-of-type(1) {
  width: 120px;
  margin-right: 2px;
}
@media screen and (max-width: 767px) {
  header .right ul li:nth-of-type(1) {
    width: 55px;
  }
}
header .right ul li:nth-of-type(1) a {
  background-color: #333;
}
@media screen and (max-width: 767px) {
  header .right ul li:nth-of-type(1) a {
    font-size: 1rem;
    line-height: 13px;
  }
}
header .right ul li:nth-of-type(2) {
  width: 180px;
}
@media screen and (max-width: 767px) {
  header .right ul li:nth-of-type(2) {
    width: 110px;
  }
}
@media screen and (max-width: 320px) {
  header .right ul li:nth-of-type(2) {
    width: 60px;
  }
}
header .right ul li:nth-of-type(2) a {
  display: flex;
  background-color: #166493;
}
@media screen and (max-width: 767px) {
  header .right ul li:nth-of-type(2) a {
    font-size: 1rem;
    line-height: 13px;
  }
}
header .right ul li:nth-of-type(2) a:before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-image: url("../image/header/icon_gn.png");
}
@media screen and (max-width: 767px) {
  header .right ul li:nth-of-type(2) a:before {
    width: 7.5px;
    height: 7.5px;
    margin-top: 2px;
    background-size: 7.5px 7.5px;
  }
}
@media screen and (max-width: 320px) {
  header .right ul li:nth-of-type(2) a:before {
    width: 5px;
    background-image: none;
  }
}
header .right ul li a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}
nav {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  nav {
    top: 50px;
  }
}
nav .bt_sp_menu_area {
  display: none;
}
@media screen and (max-width: 767px) {
  nav .bt_sp_menu_area {
    display: block;
    height: 50px;
    margin: 0;
    padding: 12px 0 0px;
    color: #fff;
    background: #000;
    text-align: center;
  }
}
nav .bt_sp_menu_area .bt_sp_menu {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  transition: all 0.4s;
}
nav .bt_sp_menu_area .bt_sp_menu.def {
  -webkit-animation: circle02 0.4s 0s forwards;
  animation: circle02 0.4s 0s forwards;
}
nav .bt_sp_menu_area .bt_sp_menu.active:after {
  -webkit-animation: circle 0.4s 0.25s forwards;
  animation: circle 0.4s 0.25s forwards;
}
nav .bt_sp_menu_area .bt_sp_menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
nav .bt_sp_menu_area .bt_sp_menu.active span:nth-of-type(2) {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}
nav .bt_sp_menu_area .bt_sp_menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}
nav .bt_sp_menu_area .bt_sp_menu:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  margin: -12px 0 0 -12px;
  border: 2px solid transparent;
  transition: all 0.75s;
}
nav .bt_sp_menu_area .bt_sp_menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 3px;
}
nav .bt_sp_menu_area .bt_sp_menu span:nth-of-type(1) {
  top: 0;
}
nav .bt_sp_menu_area .bt_sp_menu span:nth-of-type(2) {
  top: 7px;
}
nav .bt_sp_menu_area .bt_sp_menu span:nth-of-type(3) {
  bottom: 0;
}
nav .bt_sp_menu_area > span {
  display: block;
  margin: 3px 0 0;
  color: #fff;
  line-height: 4px;
  font-size: 1rem;
}
nav > .inner {
  height: 65px;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  nav > .inner {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  nav > .inner {
    height: auto;
    display: none;
    height: calc(100vh - 100px);
    background-color: rgba(0,0,0,0.7);
    overflow-y: auto;
  }
}
@media screen and (max-width: 767px) {
  nav > .inner.on ul {
    opacity: 1;
  }
}
nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 980px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  nav ul {
    display: block;
    width: 100%;
    opacity: 0;
    transition: 0.1s;
  }
}
nav ul li {
  flex: 0 0 20%;
  height: 100%;
  background-color: #000;
}
.other_lang {
  display: none;
}
@media screen and (max-width: 767px) {
  nav ul li {
    position: relative;
    height: auto;
    border-top: 1px solid #555;
    background-color: #333;
  }

.other_lang {
  display: block;
}
}
nav ul li:nth-of-type(1):hover > a:after,
nav ul li:nth-of-type(2):hover > a:after {
  display: block;
}
@media screen and (max-width: 767px) {
  nav ul li:nth-of-type(1):hover > a:after,
  nav ul li:nth-of-type(2):hover > a:after {
    display: none;
  }
}
nav ul li:hover {
  background-color: #666;
}
@media screen and (max-width: 767px) {
  nav ul li:hover {
    background-color: #333;
  }
}
nav ul li:hover > a {
  opacity: 1;
}
nav ul li:hover .submenu {
  top: 65px;
}
nav ul li > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  nav ul li > a {
    justify-content: flex-start;
    padding: 10px 20px;
    font-size: 1.2rem;
    font-weight: normal;
  }
}
nav ul li > a.current {
  background-color: #666;
}
@media screen and (max-width: 767px) {
  nav ul li > a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    margin: -5px 0 0;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
nav ul li > a:after {
  display: none;
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #666;
}
nav ul li .submenu {
  position: absolute;
  top: 0px;
  left: 0;
  display: block;
  width: 100%;
  height: 63px;
  border-top: 2px solid #fff;
  background-color: #666;
  z-index: -1;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  nav ul li .submenu {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  nav ul li .submenu {
    position: static;
    display: none;
    height: auto;
    border-top: none;
  }
}
nav ul li .submenu .link {
  display: flex;
  justify-content: space-around;
  width: 980px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  nav ul li .submenu .link {
    display: block;
    width: 100%;
  }
}
nav ul li .submenu .link a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  color: #fff;
  text-align: center;
  line-height: 16px;
}
@media screen and (max-width: 767px) {
  nav ul li .submenu .link a {
    justify-content: flex-start;
    padding: 10px 20px 10px 40px;
    border-top: 1px solid #555;
    text-align: left;
    background-color: #333;
  }
}
nav ul li .submenu .link a.current {
  background-color: #0f6394;
}
nav ul li .submenu .link a:hover {
  background-color: #0f6394;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  nav ul li .submenu .link a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    margin: -5px 0 0;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
nav ul li .submenu .link a:after {
  position: absolute;
  right: 0;
  top: 15%;
  bottom: 15%;
  content: "";
  display: block;
  width: 1px;
  height: auto;
  background: #000;
  background: -moz-linear-gradient(top,#666 0%,#252427 100%);
  background: -webkit-linear-gradient(top,#666 0%,#252427 100%);
  background: linear-gradient(to bottom,#666 0%,#252427 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f484d',endColorstr='#000101',GradientType=0);
}
@media screen and (max-width: 767px) {
  nav ul li .submenu .link a:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  nav ul li .bt_sp_sub_menu.on:after {
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 767px) {
  nav ul li .bt_sp_sub_menu {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 6px;
    right: 25px;
    margin-left: -15px;
    z-index: 100;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  nav ul li .bt_sp_sub_menu:before {
    display: block;
    content: "";
    width: 15px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    left: 50%;
    margin-left: -7.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  nav ul li .bt_sp_sub_menu:after {
    display: block;
    content: "";
    width: 15px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    transform: rotate(90deg);
    transition: 0.2s;
    top: 50%;
    margin-top: -0.5px;
    left: 50%;
    margin-left: -7.5px;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes circle {
  0% {
    border-color: transparent;
    transform: rotate(0);
  }
  25% {
    border-color: transparent #fff transparent transparent;
  }
  50% {
    border-color: transparent #fff #fff transparent;
  }
  75% {
    border-color: transparent #fff #fff #fff;
  }
  100% {
    border-color: #fff;
    transform: rotate(-720deg);
  }
}
@keyframes circle02 {
  0% {
    border-color: #fff;
  }
  25% {
    border-color: transparent #fff #fff #fff;
  }
  50% {
    border-color: transparent #fff #fff transparent;
  }
  75% {
    border-color: transparent #fff transparent transparent;
  }
  100% {
    border-color: transparent;
    transform: rotate(720deg);
  }
}
.global_network_wrap {
  color: #fff;
  background: #166493;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .global_network_wrap * {
    line-height: 18px;
  }
}
.global_network_wrap a {
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .global_network_wrap a {
    font-size: 1.1rem;
  }
}
.global_network_wrap a:hover {
  text-decoration: underline;
}
.global_network_wrap .layout_inner {
  width: 980px;
  margin: 0 auto;
  min-height: 280px;
  padding: 10px 0 30px;
  background: url("../image/global_network/global_network_wrap_bg.gif") 0 10px no-repeat;
  background-size: 490px 250px;
}
@media screen and (max-width: 767px) {
  .global_network_wrap .layout_inner {
    width: 100%;
    background-size: contain;
  }
}
.global_network_wrap .ttl {
  color: #fff;
  filter: alpha(opacity=18);
  -moz-opacity: 0.18;
  opacity: 0.18;
  text-align: right;
  line-height: 1;
  font-size: 6rem;
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 767px) {
  .global_network_wrap .ttl {
    padding: 0 10px;
    font-size: 3.2rem;
  }
}
.global_network_wrap .gn_wrap {
  padding-top: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 75%;
  font-family: Arial, Helvetica, sans-serif;
}
.global_network_wrap .sttl {
  font-weight: bold;
  color: #fff;
  font-size: 1.2rem;
}
.global_network_wrap .sttl.only_sttl {
  margin: 0 0 10px;
}
.global_network_wrap .c_left {
  float: left;
  width: 50%;
  margin: 0 0 0 25%;
}
@media screen and (max-width: 767px) {
  .global_network_wrap .c_left {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .global_network_wrap .c_left .gn_article_wrap {
    border-left: none;
  }
}
.global_network_wrap .gn_article_wrap {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 0 1em;
  border-left: 1px solid rgba(242,242,242,0.3);
}
@media screen and (max-width: 767px) {
  .global_network_wrap .gn_article_wrap {
    float: none;
    width: 100%;
    padding: 0 20px;
  }
}
.global_network_wrap .c_right {
  float: left;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .global_network_wrap .c_right {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .global_network_wrap .gn_article_wrap dl {
    clear: both;
  }
}
.global_network_wrap .gn_article_wrap dd dt {
  float: left;
  width: 40%;
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .global_network_wrap .gn_article_wrap dd dt {
    font-size: 1.1rem;
  }
}
.global_network_wrap .gn_article_wrap dd dd {
  float: left;
  width: 60%;
}
.global_network_wrap li {
  float: none;
  position: relative;
  margin: 0;
  padding: 0 0 0 16px;
}
.global_network_wrap li:after {
  content: "";
  display: block;
  background: #fff;
  top: 50%;
  left: 0;
  position: absolute;
  width: 7px;
  height: 1px;
}
#contents {
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  #contents {
    padding-top: 50px;
  }
}
.pankuzu {
  width: 980px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .pankuzu {
    width: 100%;
    margin-bottom: 0;
    padding: 5px 10px 0;
    white-space: nowrap;
    overflow: auto;
  }
}
.pankuzu a {
  position: relative;
  margin-right: 15px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .pankuzu a {
    margin-right: 12px;
    font-size: 1rem;
  }
}
.pankuzu a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  right: -11px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .pankuzu a:after {
    width: 5px;
    height: 5px;
    top: 4px;
    right: -9px;
  }
}
.pankuzu a:hover {
  text-decoration: underline;
}
.pankuzu span {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .pankuzu span {
    font-size: 1rem;
  }
}
.block_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 980px;
  margin: 0 auto;
  background-color: #efefef;
}
@media screen and (max-width: 767px) {
  .block_list {
    width: 100%;
  }
}
.block_list .block {
  display: block;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .block_list .block {
    flex: 0 0 50%;
  }
}
.block_list .block .image {
  padding: 0;
}
.block_list .block .image img {
  display: block;
  width: 244px;
  height: 244px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .block_list .block .image img {
    width: 100%;
    height: auto;
  }
}
.block_list .block .image figcaption {
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #166493;
}
@media screen and (max-width: 767px) {
  .block_list .block .image figcaption {
    height: 40px;
    font-size: 1.2rem;
    line-height: 14px;
  }
}
.section {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .section .section {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .section.title .flex .image {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .section.title .button {
    display: none;
  }
}
.section > .inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section > .inner {
    width: 100%;
  }
}
.section p {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .section p {
    padding: 10px 0;
  }
}
.section .midashi_h2 + p,
.section .midashi_h3 + p,
.section .midashi_h4 + p {
  padding-top: 0;
}
.section .center {
  text-align: center;
}
.section .left {
  text-align: left;
}
.section .block {
  display: block;
}
.section .size_l {
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .section .size_l {
    line-height: 22px;
  }
}
.section .size_s {
  font-size: 1.2rem;
  line-height: 16px;
}
@media screen and (max-width: 767px) {
  .section .size_s {
    font-size: 1rem;
  }
}
.section .midashi_h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 157px;
  margin-bottom: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../image/section/midashi_bg.png");
}
@media screen and (max-width: 767px) {
  .section .midashi_h2 {
    min-height: 80px;
    margin-bottom: 30px;
    background-size: 65.5px 78.5px;
  }
}
.section .midashi_h2 h2 {
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
  line-height: 44px;
}
@media screen and (max-width: 767px) {
  .section .midashi_h2 h2 {
    font-size: 2.3rem;
    line-height: 30px;
  }
}
.section .midashi_h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 80px;
  background-image: url("../image/section/midashi_bg.png");
}
@media screen and (max-width: 767px) {
  .section .midashi_h3 {
    min-height: 50px;
    margin-bottom: 15px;
    background-size: auto 50px;
  }
}
.section .midashi_h3 h3 {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .section .midashi_h3 h3 {
    font-size: 2rem;
    line-height: 24px;
  }
}
.section .midashi_h4 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section .midashi_h4 {
    margin-bottom: 10px;
  }
}
.section .midashi_h4.blue h4 {
  border-bottom: none;
  color: #195e86;
}
.section .midashi_h4 h4 {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 2.4rem;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .section .midashi_h4 h4 {
    padding-bottom: 5px;
    font-size: 1.6rem;
    line-height: 20px;
  }
}
.section .midashi_p p {
  font-size: 2rem;
  color: #126596;
}
@media screen and (max-width: 767px) {
  .section .midashi_p p {
    font-size: 1.6rem;
  }
}
.section .midashi_p p a {
  font-size: 2rem;
  color: #126596;
}
@media screen and (max-width: 767px) {
  .section .midashi_p p a {
    font-size: 1.6rem;
  }
}
.section .image {
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section .image {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .section .image img {
    width: 100%;
  }
}
.section .image div {
  padding-bottom: 15px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .section .image div {
    padding-top: 15px;
  }
}
.section .flex {
  display: flex;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .section .flex {
    display: block;
    padding: 10px 0;
  }
}
.section .flex.column2 > * {
  flex: 0 0 50%;
}
@media screen and (max-width: 767px) {
  .section .flex.column2 > * {
    padding: 10px 0;
  }
}
.section .flex.column2 .image {
  margin-right: 0;
}
.section .flex.column3 {
  justify-content: space-between;
}
.section .flex.column3 > * {
  flex: 0 0 32%;
}
@media screen and (max-width: 767px) {
  .section .flex.column3 > * {
    padding: 10px 0;
  }
}
.section .flex.column3 .image {
  margin-right: 0;
}
.section .flex.space-between {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section .flex.space-between div + .image {
    padding: 20px 0;
  }
}
.section .flex > .flex {
  padding: 0;
}
.section .flex > .flex .image {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .section .flex > .flex .image {
    margin-right: 0;
  }
}
.section .flex > .image {
  margin-right: 50px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .section .flex > .image {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .section .float {
    float: left;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section .float.image {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section .float img {
    width: 169px;
  }
}
.section .movie {
  flex: 0 0 500px;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .section .movie {
    margin-bottom: 15px;
    padding-right: 0;
  }
}
.section .movie .youtube {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
}
.section .movie .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section ul {
  margin-bottom: 20px;
  padding: 10px 0 20px;
}
@media screen and (max-width: 767px) {
  .section ul {
    margin-bottom: 10px;
    padding: 5px 0 10px;
  }
}
.section ul.disc {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .section ul.disc {
    margin-left: 25px;
  }
}
.section ul.disc li {
  list-style-type: disc;
}
.section ul li a:hover {
  text-decoration: underline;
}
.section .pagelinks {
  position: fixed;
  right: 0;
  width: 150px;
  top: 200px;
}
@media screen and (max-width: 1300px) {
  .section .pagelinks {
    display: none;
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .section .pagelinks {
    display: flex;
    flex-wrap: wrap;
    position: static;
    width: 100%;
  }
}
.section .pagelinks a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 60px;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 17px;
  background-color: #666;
}
@media screen and (max-width: 767px) {
  .section .pagelinks a {
    flex: 0 0 48%;
    height: 40px;
    margin: 0 1% 10px;
    font-size: 1.1rem;
    line-height: 13px;
  }
}
.section .pagelinks a.cd {
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .section .pagelinks a.cd {
    background-color: #333;
  }
}
.section .pagelinks a.pi {
  background-color: #c00;
}
@media screen and (max-width: 767px) {
  .section .pagelinks a.pi {
    background-color: #333;
  }
}
.section .button {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.section .button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 70px;
  margin: 0 15px;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .section .button a {
    height: 50px;
    margin: 0 5px;
    font-size: 1.2rem;
  }
}
.section .button a:before {
  content: "";
  display: block;
  margin-right: 5px;
}
.section .button a.cd:before {
  width: 24px;
  height: 24px;
  background-image: url("../image/icon/icon_cd.png");
}
@media screen and (max-width: 767px) {
  .section .button a.cd:before {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
  }
}
.section .button a.pi:before {
  width: 25px;
  height: 20px;
  background-image: url("../image/icon/icon_pi.png");
}
@media screen and (max-width: 767px) {
  .section .button a.pi:before {
    width: 12.5px;
    height: 10px;
    background-size: 12.5px 10px;
  }
}
.section .button a.bl:before {
  width: 26px;
  height: 24px;
  background-image: url("../image/icon/icon_bl.png");
}
@media screen and (max-width: 767px) {
  .section .button a.bl:before {
    width: 13px;
    height: 12px;
    background-size: 13px 12px;
  }
}
.section .button a.noe:before {
  width: 22px;
  height: 24px;
  background-image: url("../image/icon/icon_noe.png");
}
@media screen and (max-width: 767px) {
  .section .button a.noe:before {
    width: 11px;
    height: 12px;
    background-size: 11px 12px;
  }
}
.section .button2 {
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .section .button2 {
    text-align: center;
  }
}
.section .button2 a {
  padding: 5px 20px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #666;
}
@media screen and (max-width: 767px) {
  .section .button2 a {
    font-size: 1.2rem;
  }
}
.section dl {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .section dl {
    padding: 10px 0;
  }
}
.section dl dt {
  margin: 10px 0;
  font-size: 2rem;
  color: #126596;
}
@media screen and (max-width: 767px) {
  .section dl dt {
    margin: 5px 0 10px;
    font-size: 1.4rem;
  }
}
.section dl dd {
  margin: 10px 0 30px;
  margin-left: 35px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .section dl dd {
    margin: 5px 0 15px;
    margin-left: 15px;
  }
}
.section dl dd:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section dl dd .flex {
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .section dl dd .flex .image {
    margin-right: 0;
    margin-bottom: 10px;
    padding-top: 20px;
    text-align: center;
  }
}
.section hr {
  height: 1px;
  margin: 20px 0;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #ccc;
}
@media screen and (max-width: 767px) {
  .section hr {
    margin: 10px 0;
  }
}
.section .table {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .section .table {
    margin: 20px 0;
  }
}
.section .table .tr {
  display: flex;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .section .table .tr {
    display: block;
  }
}
.section .table .tr .th {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 220px;
  padding: 15px 0;
  color: #126596;
}
@media screen and (max-width: 767px) {
  .section .table .tr .th {
    display: block;
    padding: 10px 0;
  }
}
.section .table .tr .td {
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .section .table .tr .td {
    padding: 0 10px 10px;
  }
}
.section .scroll_table {
  overflow-x: auto;
}
.section .scroll_table table {
  width: 100%;
  margin-bottom: 20px;
  border: #ccc solid 1px;
  border-collapse: collapse;
}
.section .scroll_table table td,
.section .scroll_table table th {
  padding: 5px 10px;
  border: #ccc solid 1px;
  text-align: center;
  font-size: 1.3rem;
  vertical-align: middle;
  background-color: #fff;
}
/*------------------------------------------------------------------------------------------------*/
.section .scroll_table2 {
  overflow-x: auto;
}
.section .scroll_table2 table {
  width: 40%;
  margin-bottom: 20px;
  border: #ccc solid 1px;
  border-collapse: collapse;
}
.section .scroll_table2 table td,
.section .scroll_table2 table th {
  padding: 5px 10px;
  border: #ccc solid 1px;
  text-align: center;
  font-size: 1.3rem;
  vertical-align: middle;
  background-color: #fff;
}
/*------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .section .scroll_table table td,
  .section .scroll_table table th {
    padding: 5px 5px;
    font-size: 1.1rem;
  }
}
.section .scroll_table table th {
  font-weight: bold;
  background-color: #eee;
}
/*------------------------------------------------------------------------------------------------*/
.section .scroll_table2 table th {
  font-weight: bold;
  background-color: #eee;
}
/*------------------------------------------------------------------------------------------------*/

.section .box {
  margin: 20px 0;
  padding: 10px;
  border: #eee solid 1px;
  color: #666;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .section .box {
    margin: 10px 0;
    padding: 7px;
    font-size: 1.1rem;
    line-height: 15px;
  }
}
.section .map {
  position: relative;
  width: 100%;
  height: 455px;
}
.section .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
footer > .inner {
  position: relative;
  padding-top: 50px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  footer > .inner {
    padding-top: 30px;
  }
}
footer .pagetop {
  position: relative;
  right: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  footer .pagetop {
    position: static;
    width: 100%;
    height: auto;
    border-top: 2px solid #166493;
    opacity: 1 !important;
  }
}
footer .pagetop.on {
  opacity: 1;
}
footer .pagetop a {
  display: block;
  position: absolute;
  right: 10px;
  top: -64px;
  color: #595757;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  footer .pagetop a {
    position: relative;
    top: 0;
    padding-top: 10px;
    padding-bottom: 5px;
    right: 0;
    text-align: center;
    font-size: 1.2rem;
  }
}
footer .pagetop a:before {
  content: "";
  display: block;
  margin: 0 auto 5px;
  width: 30px;
  height: 30px;
  background-color: #595757;
}
footer .pagetop a:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 13px;
  left: 53px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  footer .pagetop a:after {
    top: 23px;
    left: 50%;
    margin-left: -5px;
  }
}
footer .contact {
  width: 980px;
  margin: 0 auto 35px;
  padding: 4px;
  background-color: #eee;
}
@media screen and (max-width: 767px) {
  footer .contact {
    display: none;
  }
}
footer .contact .box {
  padding: 32px;
  background-color: #fff;
}
footer .contact .box .flex {
  display: flex;
}
footer .contact .box .flex .block {
  flex: 1 1 33.333%;
  margin-right: 25px;
}
footer .contact .box .flex .block p {
  margin-bottom: 5px;
  font-size: 1.5rem;
}
footer .contact .box .flex .block .button a {
  display: flex;
  width: auto;
  height: 70px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  background-color: #333;
}
footer .contact .box .flex .block .button a.pi:before {
  width: 25px;
  height: 20px;
  background-image: url("../image/icon/icon_pi.png");
}
@media screen and (max-width: 767px) {
  footer .contact .box .flex .block .button a.pi:before {
    width: 12.5px;
    height: 10px;
    background-size: 12.5px 10px;
  }
}
footer .contact .box .flex .block .button a.cd:before {
  width: 24px;
  height: 24px;
  background-image: url("../image/icon/icon_cd.png");
}
@media screen and (max-width: 767px) {
  footer .contact .box .flex .block .button a.cd:before {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
  }
}
footer .contact .box .flex .block .button a:before {
  content: "";
  display: block;
  margin-right: 8px;
}
footer .contact .box .flex .tel .number {
  padding-top: 6px;
}
footer .contact .box .flex .tel .number div {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 26px;
  letter-spacing: -1px;
}
footer .contact .box .flex .tel .number div:first-child {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
footer .contact .box .flex .tel .number div span {
  display: flex;
  width: 50px;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
}
footer .contact .box .flex .download {
  margin-right: 0;
}
footer .other_link {
  display: flex;
  justify-content: center;
  width: 980px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 80px;
  text-align: center;
  background: #e3e3e3;
  background: -moz-linear-gradient(top,#e3e3e3 0%,#fff 70%);
  background: -webkit-linear-gradient(top,#e3e3e3 0%,#fff 70%);
  background: linear-gradient(to bottom,#e3e3e3 0%,#fff 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3',endColorstr='#ffffff',GradientType=0);
}
@media screen and (max-width: 767px) {
  footer .other_link {
    display: block;
    width: 100%;
    padding: 20px 0 20px;
  }
}
footer .other_link a {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  footer .other_link a {
    margin: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  footer .other_link a img {
    width: 140px;
  }
}
footer .top {
  padding-top: 20px;
  background-color: #ddd;
}
@media screen and (max-width: 767px) {
  footer .top {
    display: none;
  }
}
footer .top > .inner {
  display: flex;
  width: 980px;
  margin: 0 auto;
}
footer .top > .inner .block {
  flex: 0 0 20%;
}
footer .top > .inner .block p {
  margin-bottom: 8px;
}
footer .top > .inner .block p a {
  font-size: 1.6rem;
  color: #0e5580;
  font-weight: bold;
}
footer .top > .inner .block p a:hover {
  text-decoration: underline;
}
footer .top > .inner .block > div {
  line-height: 18px;
}
footer .top > .inner .block > div > a {
  font-size: 1.2rem;
  color: #444;
  line-height: 18px;
}
footer .top > .inner .block > div > a:hover {
  text-decoration: underline;
}
footer .bottom {
  padding: 20px 0;
  background-color: #ddd;
}
@media screen and (max-width: 767px) {
  footer .bottom {
    padding: 0;
  }
}
footer .bottom > .inner {
  display: flex;
  width: 980px;
  margin: 0 auto;
  padding-top: 20px;
  border-top: 1px solid #bbb;
}
@media screen and (max-width: 767px) {
  footer .bottom > .inner {
    display: block;
    width: 100%;
    padding-top: 0;
  }
}
footer .bottom > .inner a {
  margin-right: 30px;
  font-size: 1.2rem;
  color: #0e5580;
}
@media screen and (max-width: 767px) {
  footer .bottom > .inner a {
    position: relative;
    display: block;
    margin-right: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  footer .bottom > .inner a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    margin: -5px 0 0;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
footer .bottom > .inner a:hover {
  text-decoration: underline;
}
footer .copyright {
  padding: 22px 0 50px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  background-color: #166493;
}
  .pc_inline {
    display:inline-block;
  }
@media screen and (max-width: 767px) {

  footer .copyright {
    padding: 10px 5px;
    border-top: 1px solid #fff;
    font-size: 1rem;
  }
}