@media print, all and (min-width: 710px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  body {
    font-size: 100%;
    /* 16px */
    color: #000000;
    background: #ffffff;
    line-height: 1.86666667;
    word-wrap: break-word;
  }
  a,
  span,
  img {
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
  }
  a,
  a:link,
  a:visited {
    color: #11b3e9;
  }
  a:hover {
    color: #11b3e9;
  }
  body {
    font-size: 14px;
  }
  #top {
    position: relative;
  }
  #md-site {
    padding-top: 60px !important;
  }
  .container-inner {
    width: auto;
  }
  .fade-in {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition: all 500ms;
  }
  .scroll-in {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  /* HEADER */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 30;
    box-shadow: 0px 4px 4px -4px #666666;
    -webkit-box-shadow: 0px 4px 4px -4px #666666;
    -moz-box-shadow: 0px 4px 4px -4px #666666;
  }
  .header.open {
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
  }
  .header.open .primary .h-logo a {
    color: #fff;
  }
  .header .primary {
    width: 420px;
  }
  .header .primary .h-logo {
    margin-bottom: 0;
  }
  .header .primary .h-logo a {
    display: inline-block;
    line-height: 1.3;
    color: #000;
  }
  .header .primary .h-logo em {
    font-weight: bold;
    font-size: 150%;
    /*18*/
  }
  .header .primary .h-logo .ja {
    font-weight: bold;
  }
  .header .primary .h-logo .ja.sm {
    font-size: 60.5%;
    line-height: 1.4;
    display: inline-block;
  }
  .header .container-inner {
    padding: 8px 110px 8px 15px;
  }
  .header .h-logo {
    display: block;
    margin: 0;
    line-height: 0;
  }
  .header .h-logo a {
    display: inline-block;
    text-decoration: none;
  }
  .header .h-logo a:hover,
  .header .h-logo a:active {
    filter: alpha(opacity=60);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=60)";
    /* IE 8,9 */
    -moz-opacity: 0.6;
    /* FF , Netscape */
    -khtml-opacity: 0.6;
    /* Safari 1.x */
    opacity: 0.6;
    zoom: 1;
    /*IE*/
  }
  .header .h-logo a img {
    width: auto;
    max-height: 40px;
  }
  .header .secondary {
    display: none;
  }
  /* FOOTER */
  #footer {
    border-top: solid 1px #001764;
  }
  #footer .container-inner {
    padding: 20px 10px;
  }
  #footer a {
    color: #000;
  }
  #footer .f-sign {
    margin-bottom: 30px;
  }
  #footer .f-name {
    display: block;
    margin-bottom: 5px;
  }
  #footer .f-name em {
    font-weight: bold;
    font-size: 150%;
    /*24*/
  }
  #footer .f-name .ja {
    font-weight: bold;
  }
  #footer .f-name .ja.sm {
    font-size: 87.5%;
    line-height: 1.6;
    display: inline-block;
  }
  #footer .f-name .en {
    font-size: 112.5%;
    display: block;
    line-height: 1.4;
  }
  #footer .f-name a {
    display: block;
    font-size: 120%;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin-bottom: 30px;
  }
  #footer .f-name a .small {
    display: block;
    font-size: 83.33333%;
  }
  #footer .f-name a:hover,
  #footer .f-name a:active {
    filter: alpha(opacity=60);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=60)";
    /* IE 8,9 */
    -moz-opacity: 0.6;
    /* FF , Netscape */
    -khtml-opacity: 0.6;
    /* Safari 1.x */
    opacity: 0.6;
    zoom: 1;
    /*IE*/
  }
  #footer .f-address {
    margin-bottom: 20px;
  }
  #footer .f-address .f-place,
  #footer .f-address .f-tel,
  #footer .f-address .f-fax {
    display: block;
    margin-bottom: 0;
    font-size: 93.33333%;
    text-align: center;
  }
  #footer .f-address .f-fax {
    margin-bottom: 10px;
  }
  #footer .f-address .f-map {
    display: block;
    text-align: center;
  }
  #footer .f-address .f-map a {
    display: inline-block;
    padding: 2px 10px;
    text-decoration: none;
    border: 1px solid #ffffff;
  }
  #footer .f-address .f-map a:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
  #footer .f-banner {
    text-align: center;
  }
  #footer .f-banner a {
    display: inline-block;
    padding: 0;
    line-height: 0;
  }
  #footer .f-banner a:hover,
  #footer .f-banner a:active {
    filter: alpha(opacity=60);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=60)";
    /* IE 8,9 */
    -moz-opacity: 0.6;
    /* FF , Netscape */
    -khtml-opacity: 0.6;
    /* Safari 1.x */
    opacity: 0.6;
    zoom: 1;
    /*IE*/
  }
  #footer .copyright {
    margin: 0;
    padding: 0;
    font-size: 85.7142%;
    text-align: center;
  }
  /* NAVIGATION */
  #nav {
    display: none;
  }
  #sp-menu .menu {
    float: right;
    width: 50px;
    height: 60px;
    z-index: 50;
    position: fixed;
    right: 5px;
    top: 5px;
  }
  #sp-menu .menu a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  #sp-menu .menu a .icon {
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 2px;
    background: #056f88;
    transition: 0.2s;
  }
  #sp-menu .menu a .icon:before, #sp-menu .menu a .icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 2px;
    background: #056f88;
    transition: 0.3s;
  }
  #sp-menu .menu a .icon:before {
    margin-top: -10px;
  }
  #sp-menu .menu a .icon:after {
    margin-top: 8px;
  }
  #sp-menu .menu a.close .icon {
    background: transparent;
  }
  #sp-menu .menu a.close .icon:before, #sp-menu .menu a.close .icon:after {
    margin-top: 0;
    background-color: #fff;
  }
  #sp-menu .menu a.close .icon:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #sp-menu .menu a.close .icon:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  #md-nav {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: auto;
    z-index: 29;
    display: none;
    background-color: rgba(0, 23, 100, 0.95);
    padding-top: 60px;
  }
  #sp-nav {
    margin: 30px;
  }
  #sp-nav li {
    display: block;
    width: 100%;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 1px solid #ffffff;
    color: #1eb5e1;
  }
  #sp-nav li.separater {
    border-bottom: 3px solid #ffffff;
  }
  #sp-nav li a,
  #sp-nav li span.parent {
    display: block;
    padding: 12px 12px 12px 24px;
    text-decoration: none;
    color: #FFF;
    background-image: url(../images/common/anchor-w01.png);
    background-repeat: no-repeat;
    background-position: 10px 16px;
    background-size: 6px 10px;
    cursor: pointer;
  }
  #sp-nav li a span.sub,
  #sp-nav li span.parent span.sub {
    font-size: 10px;
  }
  #sp-nav li ul {
    display: none;
    border-top: 1px solid #ffffff;
    padding-top: 1px;
    margin: 0 0 10px 15px;
  }
  #sp-nav li li {
    border-bottom: 1px dotted #ffffff;
  }
  #sp-nav li li:last-child {
    border-bottom: none;
  }
  #sp-nav li li a,
  #sp-nav li li span.parent {
    display: block;
    font-size: 14px;
    background-image: url(../images/common/anchor-w02.png);
    background-position: 10px 14px !important;
    background-repeat: no-repeat !important;
    background-size: 6px 10px !important;
    padding: 10px 10px 8px 24px;
  }
  #sp-nav li span.parent span {
    display: block;
    min-height: 20px;
    background: url(../images/common/sp_nav_open.png) center right no-repeat;
    background-size: 20px 20px;
  }
  #sp-nav li span.parent.open {
    background-color: rgba(255, 255, 255, 0.2);
  }
  #sp-nav li span.parent.open span {
    background: url(../images/common/sp_nav_close.png) center right no-repeat;
    background-size: 20px 20px;
  }
  #sp-nav li li.on a,
  #sp-nav li li a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  #sp-nav li span.cnst,
  #sp-nav li li span.cnst {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  #sp-nav > li a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  #sp-nav > li.on > a,
  #sp-nav > li.on span.parent {
    background-color: rgba(255, 255, 255, 0.2);
  }
  #sp-nav > li > a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .sp-btns {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .sp-btns .btns > a {
    display: inline-block;
    width: 130px;
    box-sizing: border-box;
    padding: 15px;
    color: #000;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border: solid 1px #767676;
    line-height: 1;
    border-radius: 2px;
  }
  .sp-btns .wpm-language-switcher li {
    width: 130px;
    box-sizing: border-box;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: solid 1px #767676;
    line-height: 1;
    border-radius: 2px;
  }
  .sp-btns .wpm-language-switcher li a {
    display: inline-block;
    width: 100%;
    padding: 15px;
    color: #000;
    text-decoration: none;
  }
  .sp-btns .wpm-language-switcher li span {
    margin: 0;
  }
  /* TITLE */
  #title {
    margin: 0;
    width: auto;
    padding-top: 50%;
    background-image: url(../images/common/title-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }
  #title .container-inner {
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
  }
  #title .title-box {
    display: inline-block;
    padding: 10px 15px;
  }
  #title .title {
    margin-bottom: 0;
    color: #fff;
    font-size: 200%;
    font-weight: bold;
    letter-spacing: 0.5pt;
    text-indent: 0.5pt;
    line-height: 1.5;
  }
  #title .level01 {
    margin-bottom: 0;
    color: #fff;
    font-size: 112.5%;
    font-weight: bold;
    letter-spacing: 0.5pt;
    text-indent: 0.5pt;
    line-height: 1.5;
  }
  #title .level01 strong {
    font-weight: bold;
  }
  /* CONTENT */
  #content {
    margin-bottom: 10px;
  }
  #content .container-inner {
    padding: 10px;
  }
  #breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    font-size: 85.7142%;
  }
  #breadcrumb li a {
    color: #000000;
  }
  #breadcrumb li.on {
    color: #000000;
    font-weight: bold;
  }
  #main {
    margin-bottom: 50px;
  }
  #side {
    padding: 10px;
  }
  #content #side #snav {
    padding: 0 10px;
  }
  .section {
    margin-bottom: 60px;
  }
  .section-s {
    margin-bottom: 40px;
  }
  .section-ss {
    margin-bottom: 20px;
  }
  .section-sss {
    margin-bottom: 10px;
  }
  .section-ssss {
    margin-bottom: 5px;
  }
  .pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: right;
    margin: 0;
    z-index: 5000;
  }
  .pagetop a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 0;
    text-decoration: none;
    background-color: #009fe8;
    border: 1px solid #ffffff;
    position: relative;
  }
  .pagetop a:hover {
    filter: alpha(opacity=60);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=60)";
    /* IE 8,9 */
    -moz-opacity: 0.6;
    /* FF , Netscape */
    -khtml-opacity: 0.6;
    /* Safari 1.x */
    opacity: 0.6;
    zoom: 1;
    /*IE*/
  }
  .pagetop a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .inlink {
    margin-top: -65px;
    padding-top: 65px;
  }
  /* SNAV */
  #snav .title-snav {
    padding: 5px 5px 3px;
    color: #ffffff;
    font-size: 1.2em;
    letter-spacing: 4pt;
    text-indent: 4pt;
    text-align: center;
    background-color: #f18c27;
  }
  #snav .snav-list > li > a {
    display: block;
    padding: 10px 10px 6px 36px;
    color: #000000;
    font-weight: bold;
    background-image: url(../images/common/anchor-type02.png);
    background-position: 24px 16px;
    background-repeat: no-repeat;
    background-size: 7px 12px;
    border-bottom: 1px solid #969696;
  }
  #snav .snav-list > li.on > a,
  #snav .snav-list > li > a:hover {
    color: #f08b26;
    background-image: url(../images/common/anchor-type01.png);
  }
  /* SUBNAV */
  #subnav {
    margin-bottom: 15px;
    border-bottom: 1px solid #e7882b;
  }
  #subnav .subnav-list {
    letter-spacing: -0.4em;
  }
  #subnav .subnav-list > li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
  }
  #subnav .subnav-list > li > a {
    display: block;
    margin: 0 5px 5px;
    padding: 5px 5px 5px 15px;
    font-size: 0.9285em;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    background-image: url(../images/common/anchor-type01.png);
    background-position: 5px 6px;
    background-repeat: no-repeat;
    background-size: 7px 12px;
    border-bottom: 2px solid transparent;
  }
  #subnav .subnav-list > li.on > a,
  #subnav .subnav-list > li > a:hover {
    border-bottom-color: #e7882b;
  }
}
