@charset "UTF-8";
@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: #000;
    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: #4bbdce;
  }
  a:hover {
    color: #4bbdce;
  }
  body {
    font-size: 16px;
  }
  #top {
    position: relative;
  }
  .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 {
    height: 100px;
    margin: 0;
    position: absolute;
    text-align: center;
    z-index: 1;
    left: 0;
    right: 0;
    z-index: 2001;
  }
  #header.fixed {
    position: fixed;
  }
  #header .primary a {
    display: inline-block;
    text-decoration: none;
  }
  #header .primary a img {
    max-width: 200px;
  }
  #header .primary .h-logo {
    padding: 10px 5px;
    text-align: left;
  }
  #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 .secondary {
    display: none;
  }
  /* FOOTER */
  #footer {
    color: #ffffff;
    background-color: #4bbdce;
  }
  #footer .container-inner {
    padding: 35px 10px 50px;
  }
  #footer a {
    color: #ffffff;
  }
  #footer .f-sign {
    margin-bottom: 30px;
  }
  #footer .f-name {
    display: block;
    margin-bottom: 25px;
  }
  #footer .f-name span {
    display: block;
    line-height: 1.53;
  }
  #footer .f-name a {
    display: block;
    font-size: 162.5%;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
  #footer .f-name a .small {
    display: block;
  }
  #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 {
    display: block;
    margin-bottom: 0;
    text-align: center;
  }
  #footer .f-address .f-fax {
    display: block;
    margin-bottom: 0;
    text-align: center;
    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: 87.5%;
    text-align: center;
  }
  /* NAVIGATION */
  #sp-menu {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 3500;
    margin-bottom: 0;
  }
  #sp-menu .menu {
    float: right;
    width: 40px;
    height: 40px;
    background: url(../images/common/anchor-circle.png) no-repeat center/contain;
  }
  #sp-menu .menu button {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    background: #4bbdce;
    border: none;
    border-radius: 10px 0;
  }
  #sp-menu .menu button .icon {
    display: block;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
    width: 26px;
    height: 2.5px;
    background: #fff;
    transition: 0.2s;
  }
  #sp-menu .menu button .icon:before, #sp-menu .menu button .icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: auto;
    width: 26px;
    height: 2.5px;
    background: #fff;
    transition: 0.3s;
  }
  #sp-menu .menu button .icon:before {
    margin-top: -9px;
  }
  #sp-menu .menu button .icon:after {
    margin-top: 7px;
  }
  #sp-menu .menu button.close .icon {
    background: transparent;
  }
  #sp-menu .menu button.close .icon::before {
    margin-top: 0;
  }
  #sp-menu .menu button.close .icon::after {
    margin-top: 0;
  }
  #sp-menu .menu button.close .icon::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #sp-menu .menu button.close .icon::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  #sp-menu .menu button .text {
    display: block;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
    color: #000000;
    font-size: 0.64em;
    font-weight: bold;
    text-align: center;
  }
  #md-nav {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 60px;
    overflow: auto;
    margin: auto;
    z-index: 2000;
    display: none;
    background: rgba(75, 189, 206, 0.95);
  }
  #sp-nav {
    margin: 30px;
  }
  #sp-nav li {
    display: block;
    width: 100%;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 1px solid #91D5E4;
    color: #1eb5e1;
  }
  #sp-nav li.separater {
    border-bottom: 3px solid #91D5E4;
  }
  #sp-nav li a,
  #sp-nav li span.parent {
    display: block;
    padding: 12px 12px 12px 24px;
    font-size: 14px;
    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-nav .no-link {
    pointer-events: none;
  }
  #sp-nav .no-link a,
  #sp-nav .no-link span {
    color: #ccc !important;
  }
  #sp-nav .no-link .parent span {
    background: none;
  }
  /* TITLE */
  #title {
    margin: 0;
    width: auto;
    height: 180px;
    background-image: url(../images/common/title-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }
  #title:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
  }
  #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: flex-end;
    align-items: flex-end;
    text-align: center;
    position: relative;
  }
  #title .title-box {
    position: absolute;
    padding: 20px 10px 10px;
    height: 110px;
    width: auto;
    min-width: 150px;
    left: 10px;
    bottom: -190px;
    color: #fff;
    background-color: #4bbdce;
    clip-path: polygon(0 30%, 100% 2%, 100% 70%, 0 100%);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-align: left;
    z-index: 2;
  }
  #title .level01 {
    margin-bottom: 0;
    font-size: 100%;
    font-family: "UD Shin Go Regular", "UD新ゴ R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    letter-spacing: 0.5pt;
    text-indent: 0.5pt;
    line-height: 1.5;
    font-size: 75%;
  }
  #title .level01 strong {
    font-weight: bold;
  }
  #title .title {
    margin-bottom: 0;
    font-size: 100%;
    font-family: "UD Shin Go Regular", "UD新ゴ R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    letter-spacing: 0.5pt;
    text-indent: 0.5pt;
    line-height: 1.2;
  }
  /* CONTENT */
  #content {
    margin-bottom: 10px;
    position: relative;
  }
  #content:after {
    height: 220px;
    transform: skewY(-15deg) translateY(-20%);
  }
  #content .container-inner {
    padding: 10px 20px;
  }
  #breadcrumb {
    padding: 30px 0 0;
    margin-bottom: 20px;
  }
  #breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    font-size: 85.7142%;
  }
  #breadcrumb li li a {
    color: #000000;
  }
  #breadcrumb li li.on {
    color: #4bbdce;
    font-weight: bold;
  }
  #main {
    margin-bottom: 50px;
  }
  #side {
    padding: 10px;
  }
  #content #side #snav {
    padding: 0 10px;
  }
  .section {
    margin-bottom: 80px;
  }
  .section-s {
    margin-bottom: 60px;
  }
  .section-ss {
    margin-bottom: 40px;
  }
  .section-sss {
    margin-bottom: 20px;
  }
  .section-ssss {
    margin-bottom: 10px;
  }
  .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;
    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 */
}
