@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
html {
  font-size: 10px;
}

body,
td,
th,
input,
textarea {
  color: #000000;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  color: #000000;
  text-decoration: underline;
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

img {
  vertical-align: bottom;
}

.img_ck {
  font-size: 0.1rem;
  line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p,
ul,
ol,
li,
dl,
dt,
dd,
figure,
img,
nav {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}

* {
  word-break: break-word;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.top-right {
  float: right;
  margin: 0px 0px 30px 30px;
}

.top-left {
  float: left;
  margin: 0px 30px 30px 0px;
}

.top-center {
  margin: 0px 0px 30px 0px;
  text-align: center;
}

.bottom-right {
  float: right;
  margin: 30px 0px 0px 30px;
}

.bottom-left {
  float: left;
  margin: 30px 30px 0px 0px;
}

.bottom-center {
  margin: 30px 0px 0px 0px;
  text-align: center;
}

.entry-container b {
  font-weight: bold;
}

.entry-container i {
  font-style: italic;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

@-webkit-keyframes trigger {
  0% {
    background: transparent;
  }
  50% {
    background: #fff;
  }
  100% {
    background: #fff;
  }
}

@-moz-keyframes trigger {
  0% {
    background: transparent;
  }
  50% {
    background: #fff;
  }
  100% {
    background: #fff;
  }
}

@keyframes trigger {
  0% {
    background: transparent;
  }
  50% {
    background: #fff;
  }
  100% {
    background: #fff;
  }
}

@-webkit-keyframes trigger_01 {
  0% {
    -webkit-transform: translateY(5px) rotate(45deg);
            transform: translateY(5px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(0);
            transform: translateY(5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@-moz-keyframes trigger_01 {
  0% {
    -moz-transform: translateY(5px) rotate(45deg);
         transform: translateY(5px) rotate(45deg);
  }
  50% {
    -moz-transform: translateY(5px) rotate(0);
         transform: translateY(5px) rotate(0);
  }
  100% {
    -moz-transform: translateY(0) rotate(0);
         transform: translateY(0) rotate(0);
  }
}

@keyframes trigger_01 {
  0% {
    -webkit-transform: translateY(5px) rotate(45deg);
       -moz-transform: translateY(5px) rotate(45deg);
            transform: translateY(5px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(0);
       -moz-transform: translateY(5px) rotate(0);
            transform: translateY(5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
       -moz-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes trigger_02 {
  0% {
    -webkit-transform: translateY(-5px) rotate(-45deg);
            transform: translateY(-5px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(0);
            transform: translateY(-5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@-moz-keyframes trigger_02 {
  0% {
    -moz-transform: translateY(-5px) rotate(-45deg);
         transform: translateY(-5px) rotate(-45deg);
  }
  50% {
    -moz-transform: translateY(-5px) rotate(0);
         transform: translateY(-5px) rotate(0);
  }
  100% {
    -moz-transform: translateY(0) rotate(0);
         transform: translateY(0) rotate(0);
  }
}

@keyframes trigger_02 {
  0% {
    -webkit-transform: translateY(-5px) rotate(-45deg);
       -moz-transform: translateY(-5px) rotate(-45deg);
            transform: translateY(-5px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(0);
       -moz-transform: translateY(-5px) rotate(0);
            transform: translateY(-5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
       -moz-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes at_trigger {
  0% {
    background: #fff;
  }
  50% {
    background: transparent;
  }
  100% {
    background: transparent;
  }
}

@-moz-keyframes at_trigger {
  0% {
    background: #fff;
  }
  50% {
    background: transparent;
  }
  100% {
    background: transparent;
  }
}

@keyframes at_trigger {
  0% {
    background: #fff;
  }
  50% {
    background: transparent;
  }
  100% {
    background: transparent;
  }
}

@-webkit-keyframes at_trigger_01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(0);
            transform: translateY(5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(5px) rotate(45deg);
            transform: translateY(5px) rotate(45deg);
  }
}

@-moz-keyframes at_trigger_01 {
  0% {
    -moz-transform: translateY(0) rotate(0);
         transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(5px) rotate(0);
         transform: translateY(5px) rotate(0);
  }
  100% {
    -moz-transform: translateY(5px) rotate(45deg);
         transform: translateY(5px) rotate(45deg);
  }
}

@keyframes at_trigger_01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
       -moz-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(0);
       -moz-transform: translateY(5px) rotate(0);
            transform: translateY(5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(5px) rotate(45deg);
       -moz-transform: translateY(5px) rotate(45deg);
            transform: translateY(5px) rotate(45deg);
  }
}

@-webkit-keyframes at_trigger_02 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(0);
            transform: translateY(-5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-5px) rotate(-45deg);
            transform: translateY(-5px) rotate(-45deg);
  }
}

@-moz-keyframes at_trigger_02 {
  0% {
    -moz-transform: translateY(0) rotate(0);
         transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(-5px) rotate(0);
         transform: translateY(-5px) rotate(0);
  }
  100% {
    -moz-transform: translateY(-5px) rotate(-45deg);
         transform: translateY(-5px) rotate(-45deg);
  }
}

@keyframes at_trigger_02 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
       -moz-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(0);
       -moz-transform: translateY(-5px) rotate(0);
            transform: translateY(-5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-5px) rotate(-45deg);
       -moz-transform: translateY(-5px) rotate(-45deg);
            transform: translateY(-5px) rotate(-45deg);
  }
}

@-webkit-keyframes scroll_pc {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@-moz-keyframes scroll_pc {
  0% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-5px);
         transform: translateY(-5px);
  }
  100% {
    -moz-transform: translateY(5px);
         transform: translateY(5px);
  }
}

@keyframes scroll_pc {
  0% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
       -moz-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
       -moz-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.ie .ieWrap {
  -moz-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ie .ieWrap .ieImg {
  display: none !important;
}

@font-face {
  font-family: akrobat_semibold;
  src: url("../../common/fonts/Akrobat-SemiBold.woff");
}

@font-face {
  font-family: akrobat_extrabold;
  src: url("../../common/fonts/Akrobat-ExtraBold.woff");
}

@font-face {
  font-family: akrobat_bold;
  src: url("../../common/fonts/Akrobat-Bold.woff");
}

@font-face {
  font-family: akrobat_regular;
  src: url("../../common/fonts/Akrobat-Regular.woff");
}

@media screen and (min-width: 769px), print {
  .show_sp {
    display: none !important;
  }
  .container {
    min-width: 950px;
    overflow: hidden;
  }
  .row {
    max-width: 950px;
    margin: 0 auto;
  }
  a.tel {
    pointer-events: none;
    text-decoration: none;
  }
  .en {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
  }
  .header .top .logo a, .header .top a.tpform, .footer .row .menu_ft ul li a, .footer .row .logo_ft a, ul.file li a {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .header .top .logo a:hover, .header .top a.tpform:hover, .footer .row .menu_ft ul li a:hover, .footer .row .logo_ft a:hover, ul.file li a:hover {
    opacity: 0.8;
  }
  .header {
    border-top: 2px solid #005ead;
  }
  .header .top {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 11px 0 31px;
  }
  .header .top .logo {
    margin: 4px 0 0;
  }
  .header .top .logo a {
    display: block;
  }
  .header .top a.tpform {
    display: block;
  }
  .header .menu {
    background: #f3f3f3;
  }
  .header .menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-right: 1px solid #fff;
  }
  .header .menu ul li {
    width: 20%;
    border-left: 1px solid #fff;
  }
  .header .menu ul li.active a, .header .menu ul li:hover a {
    color: #fff;
  }
  .header .menu ul li.active a::after, .header .menu ul li:hover a::after {
    left: 0;
    right: 0;
  }
  .header .menu ul li a {
    height: 51px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.5rem;
    line-height: 20px;
    color: #000;
    letter-spacing: 1.3px;
    text-decoration: none;
    text-align: center;
    position: relative;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
  }
  .header .menu ul li a::after {
    content: "";
    display: block;
    height: 100%;
    background: #005ead;
    position: absolute;
    top: 0;
    left: 51%;
    right: 51%;
    z-index: -1;
    -webkit-transition: left .4s, right .4s;
    -moz-transition: left .4s, right .4s;
    transition: left .4s, right .4s;
  }
  .footer {
    background: #ebebeb;
    border-top: 1px solid #cecece;
    position: relative;
    padding: 5px 0 28px;
  }
  .footer .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .row .menu_ft {
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-top: 3px;
  }
  .footer .row .menu_ft ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .row .menu_ft ul li {
    position: relative;
    margin-right: 18px;
  }
  .footer .row .menu_ft ul li a {
    display: block;
    font-size: 1rem;
    line-height: 20px;
    color: #000;
    text-decoration: none;
    position: relative;
  }
  .footer .row .menu_ft ul li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 4px;
    left: 0;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
  }
  .footer .row .menu_ft ul li a:hover::after {
    width: 0;
  }
  .footer .row .logo_ft {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 175px;
    margin-top: 24px;
    margin-right: -9px;
  }
  .footer .row .logo_ft img {
    display: block;
  }
  .footer .row .logo_ft .copy_img {
    margin-right: 8px;
  }
  .footer .backtop {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.8);
    -moz-border-radius: 100%;
         border-radius: 100%;
    position: absolute;
    top: -22px;
    right: 40px;
    z-index: 10;
    cursor: pointer;
  }
  .footer .backtop span {
    display: block;
    width: 18px;
    height: 12px;
    background: url("/common/images/backtop.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-indent: -9999px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -moz-transition: transform .3s, -moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
  }
  .footer .backtop:hover span {
    -webkit-transform: translateY(-5px);
       -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ttl span {
    display: block;
    font-family: akrobat_semibold;
    font-size: 3.6rem;
    line-height: 36px;
    color: #000;
    letter-spacing: 3.4px;
    margin-right: 10px;
  }
  .ttl small {
    display: block;
    font-size: 1.4rem;
    line-height: 32px;
    color: #969696;
    margin-top: 4px;
  }
  .breadcrumb {
    padding: 9px 0 0;
  }
  .breadcrumb ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 5px 0 6px;
  }
  .breadcrumb ul li {
    font-size: 1.2rem;
    line-height: 32px;
    color: #515151;
    position: relative;
  }
  .breadcrumb ul li:not(:last-of-type) {
    margin-right: 22px;
  }
  .breadcrumb ul li:not(:last-of-type)::after {
    content: "＞";
    display: block;
    font-size: 1.2rem;
    line-height: 32px;
    color: #515151;
    position: absolute;
    top: 0;
    right: -17px;
  }
  .breadcrumb ul li a {
    display: block;
    color: #515151;
    letter-spacing: 0.3px;
    text-decoration: none;
    position: relative;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .breadcrumb ul li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #515151;
    position: absolute;
    bottom: 9px;
    left: 0;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
  }
  .breadcrumb ul li a:hover {
    opacity: 0.8;
  }
  .breadcrumb ul li a:hover::after {
    width: 0;
  }
  .pag {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0 0;
  }
  .pag > p {
    min-width: 82px;
  }
  .pag > a,
  .pag > p a {
    display: block;
    font-size: 1.3rem;
    line-height: 32px;
    color: #3aa6df;
    text-decoration: none;
    position: relative;
    margin-top: -7px;
  }
  .pag > a::before,
  .pag > p a::before {
    content: "";
    display: block;
    width: 7px;
    height: 11px;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: left .3s, right .3s;
    -moz-transition: left .3s, right .3s;
    transition: left .3s, right .3s;
  }
  .pag > a::after,
  .pag > p a::after {
    content: "";
    display: block;
    height: 1px;
    background: #3aa6df;
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    -webkit-transition: left .3s, right .3s;
    -moz-transition: left .3s, right .3s;
    transition: left .3s, right .3s;
  }
  .pag > a.prev,
  .pag > p a.prev {
    margin-left: 16px;
  }
  .pag > a.prev::before,
  .pag > p a.prev::before {
    background-image: url("/common/images/arrow_lf_b.png");
    left: -16px;
  }
  .pag > a.prev:hover::before,
  .pag > p a.prev:hover::before {
    left: -20px;
  }
  .pag > a.prev:hover::after,
  .pag > p a.prev:hover::after {
    right: 100%;
  }
  .pag > a.next,
  .pag > p a.next {
    margin-right: 16px;
  }
  .pag > a.next::before,
  .pag > p a.next::before {
    background-image: url("/common/images/arrow_rg_b.png");
    right: -16px;
  }
  .pag > a.next:hover::before,
  .pag > p a.next:hover::before {
    right: -20px;
  }
  .pag > a.next:hover::after,
  .pag > p a.next:hover::after {
    left: 100%;
  }
  .pag ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pag ul li {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 32px;
    position: relative;
    margin: 0 12px;
  }
  .pag ul li::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #c5c5c5;
    position: absolute;
    bottom: 6px;
    left: 0;
  }
  .pag ul li:hover, .pag ul li.active {
    color: #3aa6df;
  }
  .pag ul li:hover::after, .pag ul li.active::after {
    content: none;
  }
  .pag ul li:hover a, .pag ul li.active a {
    color: #3aa6df;
  }
  .pag ul li a {
    color: #c5c5c5;
    text-decoration: none;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
  }
  ul.file {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  ul.file li {
    margin-right: 10px;
  }
  ul.file li a {
    display: block;
    width: 22px;
    height: 26px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -moz-background-size: 22px auto;
         background-size: 22px auto;
  }
  ul.file .doc a {
    background-image: url("../images/cms/doc.png");
  }
  ul.file .xls a {
    background-image: url("../images/cms/xls.png");
  }
  ul.file .ppt a {
    background-image: url("../images/cms/ppt.png");
  }
  ul.file .pdf a {
    background-image: url("../images/cms/pdf.png");
  }
  ul.file .text a {
    background-image: url("../images/cms/text.png");
  }
  a._btn {
    display: block;
    width: 292px;
    height: 40px;
    background: #000;
    font-size: 1.5rem;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  a._btn:hover {
    opacity: 0.8;
  }
  .btn_list {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 9px;
  }
  .btn_list button {
    display: block;
    width: 135px;
    height: 29px;
    background: #005ead;
    font-size: 1.4rem;
    line-height: 30px;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    margin: 0 3.5px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .btn_list button.bg_gray {
    background: #606060;
  }
  .btn_list button:hover {
    opacity: 0.8;
  }
  .search {
    /* 検索ボックス行 */
  }
  .search_count {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .search_container {
    max-width: 800px;
    margin: 0 auto;
  }
  .search_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1rem;
    gap: 1rem;
  }
  .search_label {
    font-size: 1.4rem;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    min-width: 100px;
  }
  .search_input {
    width: 250px;
    height: 32px;
    padding: 0 1rem;
    border: 1px solid #ddd;
    -moz-border-radius: 4px 0 0 4px;
         border-radius: 4px 0 0 4px;
    font-size: 1.3rem;
    outline: none;
    border-right: none;
  }
  .search_input_group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
  .search_input:focus {
    border-color: #004B8D;
  }
  .search_input::-webkit-input-placeholder {
    color: #999;
    font-size: 1.3rem;
  }
  .search_input::-moz-placeholder {
    color: #999;
    font-size: 1.3rem;
  }
  .search_input:-ms-input-placeholder {
    color: #999;
    font-size: 1.3rem;
  }
  .search_input::placeholder {
    color: #999;
    font-size: 1.3rem;
  }
  .search_btn {
    height: 32px;
    padding: 0 1.6rem;
    background: #004B8D;
    color: white;
    border: 1px solid #004B8D;
    -moz-border-radius: 0 4px 4px 0;
         border-radius: 0 4px 4px 0;
    font-size: 1.3rem;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .search_btn:hover {
    background: #003d73;
  }
  .search_results {
    margin-bottom: 30px;
  }
  .search_results h3 {
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 0.5rem;
  }
  .search_results_num {
    font-size: 1.4rem;
  }
  .top_search_form {
    width: 100%;
  }
  .result_section {
    margin-top: 30px;
  }
  .result_section_ttl {
    border-bottom: 2px solid #d80c18;
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 0.5rem;
    margin-bottom: 10px;
  }
  .no_results {
    text-align: center;
    padding: 20px;
    color: #666;
  }
  /* ラジオボタン行 */
  .radio_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
  .radio_label {
    font-size: 1.4rem;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    min-width: 100px;
  }
  .radio_group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
  .radio_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    font-size: 1.3rem;
  }
  .radio_item input[type="radio"] {
    margin-right: 0.5rem;
    width: 16px;
    height: 16px;
  }
  .radio_text {
    white-space: nowrap;
  }
  .check {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .check:last-of-type {
    padding-bottom: 4px;
  }
  .check > label {
    width: 85px;
    font-size: 1.2rem;
    line-height: 22px;
    text-align: right;
  }
  .check > label span {
    padding: 0 20px 0 10px;
  }
  .check .wrap {
    width: -webkit-calc(100% - 85px);
    width: -moz-calc(100% - 85px);
    width: calc(100% - 85px);
  }
  .check .wrap > ul::after {
    content: "";
    display: table;
    clear: both;
  }
  .check .wrap > ul > li {
    width: 228px;
    float: left;
  }
  .check .wrap > ul > li:nth-of-type(3n+1) {
    width: 164px;
  }
  .check .wrap > ul > li:nth-of-type(3n+2) {
    width: 201px;
  }
  .check .wrap > ul > li > ul {
    padding-left: 19px;
  }
  .check .wrap .checkbox {
    font-size: 0;
  }
  .check .wrap .checkbox input[type="checkbox"] {
    display: none;
  }
  .check .wrap .checkbox input[type="checkbox"]:checked ~ label::before {
    border-color: #005ead;
    background: #005ead url("/common/images/check.png") no-repeat center;
    -moz-background-size: 7px 8px;
         background-size: 7px 8px;
  }
  .check .wrap .checkbox label {
    display: inline-block;
    min-height: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 22px;
    color: #000;
    letter-spacing: 0.3px;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
  }
  .check .wrap .checkbox label::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #dcdcdc;
    background: #fff;
    -moz-border-radius: 2px;
         border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s;
  }
  .block_new {
    border-top: 1px solid #dcdcdc;
  }
  .block_new a.box .col_01 {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .block_new a.box .col_02 {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    border-left: 1px solid #dcdcdc;
  }
  .block_new a.box:hover .col_02,
  .block_new a.box:hover .col_01 {
    opacity: 0.8;
  }
  .block_new .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #dcdcdc;
    padding-right: 1px;
    text-decoration: none;
  }
  .block_new .box .col_01 {
    width: -webkit-calc(100% - 270px);
    width: -moz-calc(100% - 270px);
    width: calc(100% - 270px);
    padding: 8px 0 5px;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .block_new .box .col_02 {
    width: 135px;
    border-left: 1px solid #dcdcdc;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px 0;
  }
  .block_new .box .col_02.date_01 {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .block_new .box .col_02.date_02 {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .block_new .box .col_02 span {
    font-size: 1.2rem;
    line-height: 32px;
  }
  .block_new .box .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block_new .box .title span {
    height: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 18px;
    color: #000000;
    letter-spacing: 0.7px;
    text-align: center;
    padding: 0 7px;
    margin-right: 3px;
    margin-bottom: 4px;
  }
  .block_new .box .title span.note_01 {
    background: #ccecff;
  }
  .block_new .box .title span.note_02 {
    color: #fff;
    background: #8b8b8b;
    min-width: 89px;
  }
  .block_new .box p {
    font-size: 1.5rem;
    line-height: 24px;
    letter-spacing: -1px;
    padding-right: 25px;
    position: relative;
  }
  .block_new .box p.quest {
    padding: 9px 25px 1px 44px;
  }
  .block_new .box p.quest::before {
    content: "Q";
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 34px;
    height: 34px;
    background: #515151;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 2px;
    left: 0;
  }
  .block_new .box p .news {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 39px;
    height: 18px;
    background: #005ead;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
  }
  .block_new .box time {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 32px;
    letter-spacing: 0.8px;
  }
  .block_new .listhere {
    text-align: right;
    padding-top: 9px;
    padding-right: 18px;
  }
  .block_new .listhere a {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 30px;
    color: #000;
    text-decoration: none;
    position: relative;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .block_new .listhere a::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 6px;
    left: 0;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
  }
  .block_new .listhere a::after {
    content: "";
    display: block;
    width: 7px;
    height: 11px;
    background: url("/common/images/arrow_blue.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    right: -17px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .block_new .listhere a:hover {
    opacity: 0.8;
  }
  .block_new .listhere a:hover::before {
    width: 0;
  }
  .list_prd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 10px;
  }
  .list_prd .box {
    width: 440px;
    margin-bottom: 21px;
  }
  .list_prd .box a {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    color: #000;
    letter-spacing: 1px;
    text-decoration: none;
    position: relative;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .list_prd .box a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .list_prd .box a:hover {
    opacity: 0.8;
  }
  .list_prd .box h3 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
  }
  .list_prd .box h3 a {
    font-weight: 600;
    font-size: 1.596rem;
    line-height: 31.91px;
    padding-left: 25px;
  }
  .list_prd .box h3 a::before {
    width: 17px;
    height: 16px;
    background: url("/common/images/arrow_new.png?") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 1px;
    margin-top: -1px;
  }
  .list_prd .box ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 7px;
  }
  .list_prd .box ul li {
    width: 50%;
    padding-left: 25px;
  }
  .list_prd .box ul li a {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 26px;
    padding-left: 15px;
  }
  .list_prd .box ul li a::before {
    width: 7px;
    height: 12px;
    background: url("/common/images/arrow_li.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .show_pc {
    display: none !important;
  }
  .container {
    min-width: 320px;
    overflow: hidden;
  }
  img {
    width: 100%;
  }
  a.tel {
    text-decoration: none;
  }
  .header .top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    height: 11.71875vw;
    background: #fff;
    border-top: 0.39062vw solid #005ead;
    border-bottom: 1px solid #dcdcdc;
    padding: 5.20833vw 2.60417vw 1.82292vw;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .header .top .logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .top .logo a {
    display: block;
    width: 61.32812vw;
  }
  .header .top .logo a img {
    display: block;
  }
  .header .top .logo .trigger {
    display: block;
    width: 25px;
    height: 25px;
    background: #005ead;
    -moz-border-radius: 2px;
         border-radius: 2px;
    position: absolute;
    top: 50%;
    right: 2.60417vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .top .logo .trigger span, .header .top .logo .trigger span::before, .header .top .logo .trigger span::after {
    display: block;
    width: 15px;
    height: 1.5px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
  }
  .header .top .logo .trigger span {
    top: 12px;
    left: 5px;
    -webkit-animation: trigger .45s forwards;
       -moz-animation: trigger .45s forwards;
            animation: trigger .45s forwards;
  }
  .header .top .logo .trigger span::before {
    content: "";
    top: -5px;
    -webkit-animation: trigger_01 .65s forwards;
       -moz-animation: trigger_01 .65s forwards;
            animation: trigger_01 .65s forwards;
  }
  .header .top .logo .trigger span::after {
    content: "";
    top: 5px;
    -webkit-animation: trigger_02 .65s forwards;
       -moz-animation: trigger_02 .65s forwards;
            animation: trigger_02 .65s forwards;
  }
  .header .top .logo .trigger.active span {
    -webkit-animation: at_trigger .65s forwards;
       -moz-animation: at_trigger .65s forwards;
            animation: at_trigger .65s forwards;
  }
  .header .top .logo .trigger.active span::before {
    -webkit-animation: at_trigger_01 .65s forwards;
       -moz-animation: at_trigger_01 .65s forwards;
            animation: at_trigger_01 .65s forwards;
  }
  .header .top .logo .trigger.active span::after {
    -webkit-animation: at_trigger_02 .65s forwards;
       -moz-animation: at_trigger_02 .65s forwards;
            animation: at_trigger_02 .65s forwards;
  }
  .header .top a.tpform {
    display: block;
    width: 13.28125vw;
  }
  .header .top a.tpform img {
    display: block;
  }
  .header .menu {
    width: 100%;
    height: 0;
    background: #434343;
    position: fixed;
    top: 11.71875vw;
    right: 0;
    z-index: 100;
    overflow: hidden;
    -webkit-transition: height .5s;
    -moz-transition: height .5s;
    transition: height .5s;
  }
  .header .menu.active {
    height: -webkit-calc(100vh - 11.71875vw);
    height: -moz-calc(100vh - 11.71875vw);
    height: calc(100vh - 11.71875vw);
    overflow-y: auto;
  }
  .header .menu ul li {
    border-bottom: 1px solid #838383;
  }
  .header .menu ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 15.625vw;
    font-size: 3.64583vw;
    line-height: 4.94792vw;
    color: #fff;
    padding: 0 2.60417vw;
    text-decoration: none;
    position: relative;
  }
  .header .menu ul li a::before {
    content: "";
    display: block;
    width: 1.95312vw;
    height: 2.99479vw;
    background: url("/common/images/arrow_mn.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    right: 2.60417vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer {
    background: #ebebeb;
    border-top: 1px solid #cecece;
    position: relative;
    padding: 3.90625vw 2.60417vw 6.25vw;
  }
  .footer .menu_ft ul {
    padding-left: 2.34375vw;
  }
  .footer .menu_ft ul li {
    padding-left: 4.94792vw;
  }
  .footer .menu_ft ul li a {
    display: inline-block;
    font-size: 3.125vw;
    line-height: 6.90104vw;
    color: #000;
    text-decoration: none;
    position: relative;
  }
  .footer .menu_ft ul li a::before {
    content: "";
    display: block;
    width: 1.43229vw;
    height: 2.34375vw;
    background: url("/common/images/arrow_ft.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    left: -4.94792vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer .menu_ft ul li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 1.30208vw;
    left: 0;
  }
  .footer .logo_ft {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3.90625vw;
  }
  .footer .logo_ft a {
    display: block;
    width: 213px;
  }
  .footer .logo_ft a img {
    display: block;
  }
  .footer .logo_ft .copy_img {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 8px;
  }
  .footer .logo_ft .copy_img img {
    display: block;
    width: 175px;
  }
  .footer .backtop {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 13.02083vw;
    height: 13.02083vw;
    background: rgba(0, 0, 0, 0.8);
    -moz-border-radius: 100%;
         border-radius: 100%;
    position: absolute;
    top: 3.25521vw;
    right: 2.60417vw;
    z-index: 10;
  }
  .footer .backtop span {
    display: block;
    width: 4.42708vw;
    height: 2.86458vw;
    background: url("/common/images/backtop.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-indent: -9999px;
  }
  main {
    padding-top: 11.71875vw;
    padding-left: 2.60417vw;
    padding-right: 2.60417vw;
  }
  .ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ttl span {
    display: block;
    font-family: akrobat_semibold;
    font-size: 9.375vw;
    line-height: 9.375vw;
    color: #000;
    letter-spacing: 0.8724vw;
    margin-right: 2.86458vw;
  }
  .ttl small {
    display: block;
    font-size: 3.125vw;
    line-height: 3.125vw;
    color: #969696;
    margin-top: 1.04167vw;
  }
  .breadcrumb {
    background: #f3f3f3;
    padding: 0.26042vw 2.34375vw;
    margin: 0 -2.60417vw;
  }
  .breadcrumb ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0.65104vw 0;
  }
  .breadcrumb ul li {
    font-size: 2.60417vw;
    line-height: 3.90625vw;
    color: #515151;
    position: relative;
  }
  .breadcrumb ul li:not(:last-of-type) {
    margin-right: 4.81771vw;
  }
  .breadcrumb ul li:not(:last-of-type)::after {
    content: "＞";
    display: block;
    font-size: 2.60417vw;
    line-height: 3.90625vw;
    color: #515151;
    position: absolute;
    top: 0;
    right: -3.64583vw;
  }
  .breadcrumb ul li a {
    display: block;
    color: #515151;
    letter-spacing: 0.09115vw;
    text-decoration: none;
    position: relative;
  }
  .breadcrumb ul li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #515151;
    position: absolute;
    bottom: 1px;
    left: 0;
  }
  .pag {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 4.81771vw 0 0;
  }
  .pag > p {
    min-width: 82px;
  }
  .pag > a,
  .pag > p a {
    display: block;
    font-size: 3.15365vw;
    line-height: 4.16667vw;
    color: #3aa6df;
    text-decoration: none;
    position: relative;
  }
  .pag > a::before,
  .pag > p a::before {
    content: "";
    display: block;
    width: 1.82292vw;
    height: 2.99479vw;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pag > a::after,
  .pag > p a::after {
    content: "";
    display: block;
    height: 1px;
    background: #3aa6df;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .pag > a.prev,
  .pag > p a.prev {
    margin-left: 5.72917vw;
  }
  .pag > a.prev::before,
  .pag > p a.prev::before {
    background-image: url("/common/images/arrow_lf.png");
    left: -5.72917vw;
  }
  .pag > a.next,
  .pag > p a.next {
    margin-right: 4.55729vw;
  }
  .pag > a.next::before,
  .pag > p a.next::before {
    background-image: url("/common/images/arrow_rg.png");
    right: -4.55729vw;
  }
  .pag ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 1.17188vw;
  }
  .pag ul li {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 3.67839vw;
    line-height: 4.16667vw;
    position: relative;
    margin: 0 3.51562vw;
  }
  .pag ul li::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #c5c5c5;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .pag ul li.active {
    color: #3aa6df;
  }
  .pag ul li.active::after {
    content: none;
  }
  .pag ul li.active a {
    color: #3aa6df;
  }
  .pag ul li a {
    color: #c5c5c5;
    text-decoration: none;
  }
  ul.file {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  ul.file li {
    margin-right: 2.60417vw;
  }
  ul.file li a {
    display: block;
    width: 5.72917vw;
    height: 6.77083vw;
    text-indent: -9999px;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -moz-background-size: 22px auto;
         background-size: 22px auto;
    -moz-background-size: 5.72917vw auto;
         background-size: 5.72917vw auto;
  }
  ul.file .doc a {
    background-image: url("../images/cms/doc.png");
  }
  ul.file .xls a {
    background-image: url("../images/cms/xls.png");
  }
  ul.file .ppt a {
    background-image: url("../images/cms/ppt.png");
  }
  ul.file .pdf a {
    background-image: url("../images/cms/pdf.png");
  }
  ul.file .text a {
    background-image: url("../images/cms/text.png");
  }
  a._btn {
    display: block;
    width: 76.04167vw;
    height: 10.41667vw;
    background: #000;
    font-size: 3.64583vw;
    line-height: 10.41667vw;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
  }
  .btn_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 5.20833vw;
  }
  .btn_list button {
    display: block;
    width: 45.96354vw;
    height: 10.41667vw;
    background: #005ead;
    font-size: 3.64583vw;
    line-height: 10.41667vw;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
  }
  .btn_list button.bg_gray {
    background: #606060;
  }
  .search {
    /* 検索ボックス行 */
  }
  .search_count {
    font-size: 3.125vw;
    margin-bottom: 1.30208vw;
  }
  .search_container {
    max-width: 800px;
    margin: 0 auto;
  }
  .search_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 1rem;
    min-width: auto;
  }
  .search_label {
    font-size: 1.4rem;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    min-width: 100px;
  }
  .search_input {
    width: 250px;
    height: 8.33333vw;
    max-height: 32px;
    padding: 0 1rem;
    border: 1px solid #ddd;
    -moz-border-radius: 1.04167vw 0 0 1.04167vw;
         border-radius: 1.04167vw 0 0 1.04167vw;
    font-size: 3.125vw;
    outline: none;
    border-right: none;
  }
  .search_input_group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
  .search_input:focus {
    border-color: #004B8D;
  }
  .search_input::-webkit-input-placeholder {
    color: #999;
    font-size: 1.3rem;
  }
  .search_input::-moz-placeholder {
    color: #999;
    font-size: 1.3rem;
  }
  .search_input:-ms-input-placeholder {
    color: #999;
    font-size: 1.3rem;
  }
  .search_input::placeholder {
    color: #999;
    font-size: 1.3rem;
  }
  .search_btn {
    height: 9.375vw;
    max-height: 32px;
    padding: 0 1.6rem;
    background: #004B8D;
    color: white;
    border: 1px solid #004B8D;
    -moz-border-radius: 0 1.04167vw 1.04167vw 0;
         border-radius: 0 1.04167vw 1.04167vw 0;
    font-size: 3.125vw;
    line-height: 1.5;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .search_btn:hover {
    background: #003d73;
  }
  .search_results {
    margin-bottom: 6.51042vw;
  }
  .search_results h3 {
    font-size: 3.90625vw;
    color: #333;
    margin-bottom: 0.5rem;
  }
  .search_results_num {
    font-size: 3.125vw;
  }
  .top_search_form {
    width: 100%;
  }
  .result_section {
    margin-top: 6.51042vw;
  }
  .result_section_ttl {
    border-bottom: 2px solid #d80c18;
    font-size: 4.16667vw;
    font-weight: bold;
    padding-bottom: 0.5rem;
    margin-bottom: 2.60417vw;
  }
  .no_results {
    text-align: center;
    padding: 3.90625vw;
    color: #666;
  }
  /* ラジオボタン行 */
  .radio_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
  }
  .radio_label {
    font-size: 3.64583vw;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    min-width: auto;
  }
  .radio_group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .radio_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    font-size: 3.125vw;
  }
  .radio_item input[type="radio"] {
    margin-right: 0.5rem;
    width: 4.16667vw;
    max-width: 16px;
    height: 4.16667vw;
    max-height: 16px;
  }
  .radio_text {
    white-space: nowrap;
  }
  .check {
    width: 100%;
    margin-bottom: 5.07812vw;
  }
  .check:last-of-type {
    margin-bottom: 2.60417vw;
  }
  .check.pos_02 .wrap > ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .check.pos_02 .wrap > ul > li {
    width: 47.39583vw !important;
    float: none;
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid;
  }
  .check > label {
    display: block;
    font-size: 3.125vw;
    line-height: 1;
    text-indent: -0.52083vw;
    margin-bottom: 2.86458vw;
  }
  .check > label span {
    padding-left: 3.25521vw;
  }
  .check .wrap {
    margin-right: -1.30208vw;
  }
  .check .wrap > ul {
    margin-bottom: -2.60417vw;
  }
  .check .wrap > ul::after {
    content: "";
    display: table;
    clear: both;
  }
  .check .wrap > ul > li {
    width: 29.94792vw;
    float: left;
    margin-bottom: 2.60417vw;
  }
  .check .wrap > ul > li:nth-of-type(3n+1) {
    width: 35.28646vw;
  }
  .check .wrap > ul > li:nth-of-type(3n+2) {
    width: 30.20833vw;
  }
  .check .wrap > ul > li > ul {
    padding-top: 2.73438vw;
    padding-left: 4.94792vw;
    margin-bottom: -2.60417vw;
  }
  .check .wrap > ul > li > ul::after {
    content: "";
    display: table;
    clear: both;
  }
  .check .wrap > ul > li > ul li {
    margin-bottom: 2.60417vw;
  }
  .check .checkbox {
    width: 100%;
    font-size: 0;
  }
  .check .checkbox input[type="checkbox"] {
    display: none;
  }
  .check .checkbox input[type="checkbox"]:checked ~ label::before {
    border-color: #005ead;
    background: #005ead url("/common/images/check.png") no-repeat center;
    -moz-background-size: 1.82292vw 2.08333vw;
         background-size: 1.82292vw 2.08333vw;
  }
  .check .checkbox label {
    display: inline-block;
    min-height: 3.64583vw;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 2.99479vw;
    line-height: 3.64583vw;
    color: #000;
    position: relative;
    padding-left: 4.94792vw;
    cursor: pointer;
    border: 1px solid transparent;
  }
  .check .checkbox label::before {
    content: "";
    display: block;
    width: 3.38542vw;
    height: 3.38542vw;
    background: #fff;
    border: 1px solid #dcdcdc;
    -moz-border-radius: 2px;
         border-radius: 2px;
    position: absolute;
    top: -1px;
    left: 0;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s;
  }
  .block_new {
    border-top: 1px solid #dcdcdc;
  }
  .block_new .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #dcdcdc;
    text-decoration: none;
    position: relative;
    padding: 3.125vw 0 2.60417vw;
  }
  .block_new .box .col_01 {
    width: 100%;
  }
  .block_new .box .col_02 {
    padding-top: 5.46875vw;
  }
  .block_new .box .col_02.date_01 {
    margin-right: 2.34375vw;
  }
  .block_new .box .title {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    overflow-x: auto;
    position: absolute;
    top: 2.60417vw;
    left: 0;
  }
  .block_new .box .title span {
    height: 4.6875vw;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 3.125vw;
    line-height: 4.6875vw;
    color: #000000;
    letter-spacing: 0.13021vw;
    text-align: center;
    padding: 0 1.95312vw;
    margin-right: 0.52083vw;
  }
  .block_new .box .title span.note_01 {
    background: #ccecff;
  }
  .block_new .box .title span.note_02 {
    color: #fff;
    background: #8b8b8b;
    min-width: 23.95833vw;
  }
  .block_new .box p {
    font-size: 3.64583vw;
    line-height: 5.72917vw;
    letter-spacing: -0.26042vw;
    position: relative;
    margin-top: 1.04167vw;
  }
  .block_new .box p.quest {
    padding: 0.91146vw 0 0 8.33333vw;
  }
  .block_new .box p.quest::before {
    content: "Q";
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 6.64062vw;
    height: 6.64062vw;
    background: #515151;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 3.90625vw;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 0.52083vw;
    left: 0;
  }
  .block_new .box p .news {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 9.11458vw;
    height: 4.16667vw;
    background: #005ead;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 2.79818vw;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.13021vw;
    margin-left: 0.65104vw;
  }
  .block_new .box time {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 3.125vw;
    line-height: 3.90625vw;
    letter-spacing: 0.19531vw;
  }
  .block_new .box time span {
    letter-spacing: 0.13021vw;
    margin-right: 1.04167vw;
  }
  .block_new .listhere {
    text-align: right;
    padding-top: 2.73438vw;
    padding-right: 4.55729vw;
  }
  .block_new .listhere a {
    display: inline-block;
    font-size: 3.125vw;
    line-height: 8.33333vw;
    color: #000;
    text-decoration: none;
    position: relative;
  }
  .block_new .listhere a::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 2.21354vw;
    left: 0;
  }
  .block_new .listhere a::after {
    content: "";
    display: block;
    width: 1.95312vw;
    height: 2.99479vw;
    background: url("/common/images/arrow_blue.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    right: -4.55729vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .list_prd .box {
    margin-bottom: 4.81771vw;
  }
  .list_prd .box a {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    color: #000;
    letter-spacing: 0.13021vw;
    text-decoration: none;
    position: relative;
  }
  .list_prd .box a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .list_prd .box h3 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 3.38542vw;
  }
  .list_prd .box h3 a {
    font-weight: 600;
    font-size: 3.90625vw;
    line-height: 3.90625vw;
    padding-left: 6.51042vw;
  }
  .list_prd .box h3 a::before {
    width: 4.42708vw;
    height: 4.29688vw;
    background: url("/common/images/arrow_new.png?") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0.65104vw;
  }
  .list_prd .box ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 3.64583vw;
    padding-left: 3.90625vw;
    padding-right: 3.64583vw;
  }
  .list_prd .box ul li {
    width: 50%;
    padding-left: 3.25521vw;
    margin-bottom: 2.99479vw;
  }
  .list_prd .box ul li a {
    font-weight: 400;
    font-size: 3.64583vw;
    line-height: 3.90625vw;
    letter-spacing: 0;
    padding-left: 3.90625vw;
  }
  .list_prd .box ul li a::before {
    width: 1.82292vw;
    height: 2.99479vw;
    background: url("/common/images/arrow_li.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
  }
}
