@charset "utf-8";
/******************************************************

        スマートフォンサイト用

******************************************************/
@media screen and (max-width: 767px) {


/******************************************************/
/* elements  */
/******************************************************/
* {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}
html {
    font-size: 5px;
}
body {
    color: #000000;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    font-family: "游ゴシック体",
        "Yu Gothic",
        "游ゴシック",
        YuGothic,
        sans-serif;
    -webkit-text-size-adjust: 100%;
}
.en {
    font-family: "Trebuchet MS",
        "Arial",
        sans-serif;
}
p {
    text-align: justify;
}
dt {
}
dd {
}
strong, th {
    font-weight: bold;
}
ul, ol {
}
li {
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
td p, td li, td dt, td dd, dd li, dd p, li p, li li {
}
table {
    font-size: 100%;
    line-height: 1.6;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right-style: none;
    border-bottom-style: none;
}
tr {
    text-align: left;
    vertical-align: top;
}
td, th {
    padding: 9px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-top-style: none;
    border-left-style: none;
    outline-style: none;
}
hr {
    text-align:        left;
    vertical-align:    top;
    height: 1px;
    border-top-style:  none;
    border-bottom:     1px solid #cccccc;
    border-right-style: none;
    border-left-style: none;
    outline-style:     none;
}
a:link {
    color: #005bac;
    text-decoration:none;
}
a:visited {
    color: #204862;
    text-decoration:none;
}
a:active {
}
img {
    border-style: none;
    border-width: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
iframe {
    max-width: 100%;
    height: auto;
}
.none {
    display: none !important;
}
.pc,
.tb {
    display: none !important;
}
.sp {
    display: inline-block !important;
}
.justifyleft {
    text-align: left !important;
}
.justifyright {
    text-align: right !important;
}
.sup {
    vertical-align: top;
    font-size: 75%;
    position: relative;
    top: -0.1em
}
.invisible {
    transition: all 1.2s;
    opacity: 0.0;
}
.visible {
    transition: all 1.2s;
    opacity: 1.0;
}
h2.invisible,
.more.invisible {
    margin-top: -4.6875vw !important;
}
h2.visible,
.more.visible {
    margin-top: 0 !important;
}


/******************************************************/
/* base  */
/******************************************************/
#top {
}
#wrapper {
    position: relative;
}
#main {
    display: block;
    position: relative;
}
#main .inbox {
    position: relative;
}
.contents {
}
.contents a:link {
    color: #005bac;
    text-decoration:underline;
}
.contents a:visited {
    color: #204862;
}


/******************************************************/
/* header  */
/******************************************************/
header {
    background: #ffffff;
    position: relative;
    height: 60px;
    z-index: 1000;
}
header #gn {
    position: relative;
    z-index: 15000;
}
header #logo {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: normal;
    padding-right: 60px;
}
header #logo a {
    color: #333;
    text-align: left;
    display: flex;
    align-items: center;
    height: 60px;
    padding-left: 15px;
}
header #logo img {
    width: 276px;
    aspect-ratio: 276 / 32;
    margin-right: 30px;
}
header #logo strong {
    font-size: 3.2rem;
    line-height: 1;
    letter-spacing: -0.01em;
    display: block;
    margin-top: 3px;
}
header #logo strong span {
    display: inline-block;
}
header #smp_open_menu {
    position: absolute;
    top: 0;
    right: 0;
    display: table;
    width: 60px;
    height: 60px;
    background: #33cc33;
}
.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.menu-trigger {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.menu-trigger span {
    display: block;
    width: 19px;
    height: 1px;
    background-color: #fff;
    margin: 8px auto;
}
.menu-trigger.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
/* ハンバーガーメニュー */
#overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 120%;
}
header #gn_main {
    position: absolute;
    top: 0;
    right:0;
    position: relative;
    transform: translateX(100%);
    z-index: 19999;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    background: #eaebea;
    color: #333333;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    height: 0;
}
header #gn_main.open {
    transform: translateX(0);
    right: 0;
    z-index: 19999;
    height: auto;
}
header #gn_main ul.main {
    text-align: left;
    padding: 0;
    border-bottom: 1px solid #b8b8b8;
}
header #gn_main ul.main li {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.35;
    position: relative;
    border-top: 1px solid #b8b8b8;
}
header #gn_main ul.main li a {
    position: relative;
    display: block;
    padding: 16px 50px 16px 45px;
    color: #333;
}
header #gn_main ul.main > li a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #555;
    border-top: 2px solid #555;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%) rotate(45deg);
}
header #gn_main ul.main > li ul li {
    background: rgba(255,255,255,0.3);
    font-size: 2.8rem;
    border-top: 1px solid #ddd;
}
header #gn_main ul.main > li ul li a {
    padding: 14px 50px 14px 60px;
}
header #gn_main ul.main > li ul li a::after {
    border-color: #999;
}
header #gn_main ul.sub {
    padding: 25px 45px;
    display: flex;
    flex-direction: column-reverse;
}
header #gn_main ul.sub li {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.35;
}
header #gn_main #h_contact {
    text-align: left;
    margin-top: 10px;
}
header #gn_main #h_contact a {
    background: #0c7dc5;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    padding: 13px 30px;
}
header #gn_main #h_contact a img {
    margin-right: 2px;
}
header #gn_main #h_contact span {
    width: 11em;
    text-align: center;
}
header #gn_main #h_tel {
    text-align: center;
}
header #gn_main #h_tel a {
    background: #33cc33;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    padding: 0 30px;
}
header #gn_main #h_tel a dl {
    background: url(../images/base/tel_w.svg) no-repeat left center;
    background-size: 16px auto;
    padding: 13px 0 13px 20px;
}
header #gn_main #h_tel a dt {
    width: 11em;
    text-align: center;
}
header #gn_main #h_tel a dd {
    display: none;
}
header #gn_main #h_close {
    background: #333333;
    color: #fff;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
    padding: 38px 0 12px;
    text-align: center;
}
header #gn_main #h_close span {
    position: relative;
    display: block;
}
header #gn_main #h_close span::before {
    content: "";
    display: block;
    background: #ffffff;
    width: 1px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: -26px;
    transform: rotate(45deg);
}
header #gn_main #h_close span::after {
    content: "";
    display: block;
    background: #ffffff;
    width: 1px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: -26px;
    transform: rotate(-45deg);
}


/******************************************************/
/* footer */
/******************************************************/
footer {
    background: #fff;
    color: #333;
    padding: 40px 20px 23px;
}
footer .inbox {
    display: flex;
    flex-direction: column;
}
footer .pagetop {
    display: none;
}
footer h2#f_logo {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: normal;
    align-self: center;
}
footer h2#f_logo a {
    color: #333;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 18px;
}
footer h2#f_logo img {
    width: 276px;
    aspect-ratio: 276 / 32;
}
footer h2#f_logo strong {
    font-size: 3.2rem;
    line-height: 1;
    letter-spacing: -0.01em;
    display: block;
    margin-top: 3px;
}
footer h2#f_logo strong span {
    display: inline-block;
}
footer .f_nav {
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    padding: 24px 12px;
}
footer .f_nav ul {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
footer .f_nav ul li {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.35;
    width: 100%;
}
footer .f_nav #f_contact {
    text-align: left;
    margin-top: 10px;
}
footer .f_nav #f_contact a {
    background: #0c7dc5;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    padding: 13px 30px;
}
footer .f_nav #f_contact a img {
    margin-right: 2px;
}
footer .f_nav #f_contact span {
    width: 11em;
    text-align: center;
}
footer .f_nav #f_tel {
    text-align: center;
}
footer .f_nav #f_tel a {
    background: #33cc33;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    padding: 0 30px;
}
footer .f_nav #f_tel a dl {
    background: url(../images/base/tel_w.svg) no-repeat left center;
    background-size: 16px auto;
    padding: 13px 0 13px 20px;
}
footer .f_nav #f_tel a dt {
    width: 11em;
    text-align: center;
}
footer .f_nav #f_tel a dd {
    display: none;
}
footer .f_info {
    padding: 20px 30px;
    text-align: left;
}
footer .f_info dt {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 2px;
}
footer .f_info dd {
    font-size: 2.8rem;
    line-height: 1.35;
}
footer .f_info dd.btn {
    font-weight: 600;
    letter-spacing: 0.02em;
    margin: 16px -20px 0;
    text-align: center;
}
footer .f_info dd.btn a {
    display: block;
    border: 1px solid #404040;
    color: #333;
    padding: 12px;
    margin-top: 10px;
    text-decoration: none;
    position: relative;
}
footer .f_info dd.btn a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #333;
    border-top: 2px solid #333;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%) rotate(45deg);
}
footer .copyright {
    font-size: 1.1rem;
    line-height: 1;
    text-align: center;
    margin-top: 10px;
    letter-spacing: normal;
}
footer .copyright small {
    color: #333333;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
}


/******************************************************/
/* clearfix  */
/******************************************************/

div#content:after,
.clfx:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    max-height: 0;
    visibility: hidden;
}
/* ie7,macIE5 */
div#content,
.clfx {
    display: inline-block;
}
/* winIE6 below, exclude macIE5 \*/
* html div#content,
* html .clfx {
    height: 1%;
}
div#content,
.clfx {
    display: block;
}


}