.section .button3 a {
    padding: 15px 80px;
    font-size: 1.6rem;
    color: #166493;
    border: 1px solid #166493;
    position: relative;
    display: inline-block;
}
.section .button3 {
    margin-top: 15px;
    text-align: center;
}
/*
@media (min-width: 768px)*/
.pc_tal {
    text-align: left !important;
}
.section .button3 a:before {
    content: "";
    display: block;
    border-top: 2px solid #166493;
    border-right: 2px solid #166493;
    transform: translateY(-50%) rotate(
45deg
);
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 15px;
}
#application .column3 img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
}
#application .section .flex.column3 > * {
  flex: 0 0 30%;
}
#application .flex.column3 picture {
    width: 100%;
    height: 280px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    position: relative;
    margin: 0 0 10px;
    overflow: hidden;
    display: block;
}
#application .section .flex.column3 .image {
  text-align: center;
}
#application .flex.column3 .image div {
    text-align:center;
}
@media screen and (max-width: 767px) {
  #application .column3 {
    display: flex;
    padding: 10px 0;
  }
  #application .flex.column3 picture {
    width: calc((100vw - 60px) / 3);
    height: calc((100vw - 60px) / 3);
    margin-bottom: 5px !important;
  }
}

footer .other_link {
    width: 980px;
    flex-wrap: wrap;
}
footer .other_link a {
    margin: 0 10px 10px;
}
footer .bottom > .inner a {
   margin-top: 7px;
}
footer .bottom > .inner a:nth-child(4) {
    margin-left:auto;
}
footer .bottom > .inner a:nth-child(1n+4) {
   margin-top: 0px;
    margin-right: 13px;
}
@media screen and (max-width: 767px) {
footer .bottom > .inner a:nth-child(1n+4):after {display:none}
footer .bottom > .inner a:nth-child(1n+4) {
    width: 33%;
    float: left;
    border-bottom: none;
    padding-left: 0;
    text-align: center;
    padding-right: 0;
    margin-right: 0;
}

}
@media screen and (max-width: 767px) {
  footer .other_link {
    display: block;
    width: 100%;
    padding: 20px 0 20px;
  }
  footer .other_link a {
    margin: 0 5px 5px;
  }

  .pc_inline {
    display:none;
  }
  nav ul li.other_lang > a span {
    display: flex;
    justify-content: flex-start;
    color :#fff;
    align-items: flex-start;
  }
  nav ul li.other_lang  > a span:before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-top: 1px;
    background-repeat: no-repeat;
    background-image: url("../image/header/icon_gn.png");
  }
}
.outline_social_icon { text-align: right;}


.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-wrap .pdf-btn {
  margin: 0 30px;
}

.pdf-btn {
  width: 278px;
}
.pdf-btn.wide {
  width: 380px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.pdf-btn.s-wide {
  width: 700px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.pdf-btn.s-wide a {
  line-height: auto;
  height: auto;
  line-height: 1.2;
  padding: 10px 50px;
  position: relative;
}
.pdf-btn.s-wide a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.pdf-btn + .pdf-btn {
  margin-top: 20px;
}
.pdf-btn a {
  display: block;
  border: 1px solid #166493;
  line-height: 55px;

  text-align: center;
  transition: 0.2s;
  font-size: 112%;
  background: url(../image/icon/icon_arrow02.png) no-repeat 5% 50% #166493;
  color: #fff;
}
.pdf-btn a::after {
  content: "";
  display: inline-block;
  background: url(../image/icon/icon_pdf_off.png) no-repeat center center / contain;
  width: 26px;
  height: 26px;
  margin-left: 0.5em;
  vertical-align: middle;
  margin-bottom: 3px;
}
.pdf-btn a:hover::after {
  content: "";
  display: inline-block;
  background: url(../image/icon/icon_pdf_on.png) no-repeat center center / contain;
  width: 26px;
  height: 26px;
  margin-left: 0.5em;
  vertical-align: middle;
  margin-bottom: 3px;
}
.pdf-btn a:hover {
  color: #166493;
  background: url(../image/icon/icon_arrow01.png) no-repeat 5% 50%;
}

@media screen and (max-width: 640px) {
  .pdf-btn,
  .pdf-btn.wide,
  .pdf-btn.s-wide {
    width: 100%;
  }
  .pdf-btn.s-wide a {
    padding: 10px;
  }
  .pdf-btn.s-wide a::after {
    position: static;

    transform: none;
  }
}

.pdf-btn.wide2 {
  width: 500px;
}

@media screen and (max-width: 640px) {
  .pdf-btn.wide2 {
    width: 100%;
  }
}