  @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.6rem;
    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: 50px;
    z-index: 1000;
}
header #gn {
    position: relative;
    z-index: 15000;
}
header #logo {
    height: 50px;
    font-size: 1.8rem;
    line-height: 1.1;
    padding: 0 0 0 9px;
    text-align: left;
}
header #logo img {
    width: 197px;
    height: 24px;
    margin-top: 13px;
}
header #gn_contact {
    position: absolute;
    top: 0;
    right: 50px;
    width: 50px;
    height: 50px;
    float: left;
}
header #gn_contact a {
    background: url(/tokki/common/images/base/sp_menu_contact.png) no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    display: block;
}
header #gn_contact a img,
header #gn_contact a span {
    display: none;
}
header #gn_mynavi {
    position: absolute;
    top: 0;
    right: 50px;
    width: 50px;
    height: 50px;
    float: left;
}
header #gn_mynavi a {
    background: url(/tokki/common/images/base/sp_menu_mynavi.png) no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    display: block;
}
header #gn_mynavi a img,
header #gn_mynavi a span {
    display: none;
}
header #gn_mynavi + #gn_contact {
    display: none;
}
header #smp_open_menu {
    position: absolute;
    top: 0;
    right: 0;
    display: table;
    width: 50px;
    height: 50px;
}
.menu-trigger {
    transition: all .4s;
    box-sizing: border-box;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.menu-trigger.active {
    background: url(/tokki/common/images/base/sp_tb_menu_close.png) no-repeat;
    background-size: 50px 50px;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.menu-trigger img {
    filter: Alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu-trigger.active img {
    filter: Alpha(opacity=0);
    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: #002d65;
    color: #ffffff;
    -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.gn_menu {
    text-align: left;
    padding: 0;
}
header #gn_main ul.gn_menu img {
    display: none;
}
header #gn_main ul.gn_menu > li {
    font-size: 2.8rem;
    line-height: 1.2;
    position: relative;
    border-bottom: 1px solid #ffffff;
}
header #gn_main ul.gn_menu > li > a {
}
header #gn_main ul.gn_menu > li::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    position: absolute;
    top: 50%;
    right: 21px;
    transform: translateY(-50%) rotate(45deg);
}
header #gn_main ul.gn_menu > li a {
    position: relative;
    display: block;
    padding: 16px 50px 16px 25px;
    color: #ffffff;
}
header #gn_main ul.gn_menu > li.pd::after {
    display: none;
}
header #gn_main ul.gn_menu > li.pd > a {
    position: relative;
    display: block;
    pointer-events: none;
}
header #gn_main ul.gn_menu > li.pd > a::before {
    content: "";
    display: block;
    background: #ffffff;
    width: 11px;
    height: 1px;
    position: absolute;
    right: 17px;
    top: calc(50% - 1px);
    transform: none;
}
header #gn_main ul.gn_menu > li.pd > a::after {
    content: "";
    display: block;
    background: #ffffff;
    width: 1px;
    height: 11px;
    position: absolute;
    right: 22px;
    top: calc(50% - 6px);
    transform: none;
}
header #gn_main ul.gn_menu > li.pd.open > a::after {
    display: none;
}
header #gn_main ul.gn_menu .pd_menu {
    background: #003e8b;
    border-top: 1px solid #3968a2;
    display: none;
}
header #gn_main ul.gn_menu li.open .pd_menu {
    display: block;
}
header #gn_main ul.gn_menu li.open > dl {
    display: block;
}
header #gn_main ul.gn_menu .pd_menu dt,
header #gn_main ul.gn_menu .pd_menu dd {
    position: relative;
}
header #gn_main ul.gn_menu .pd_menu > dl > dt::after,
header #gn_main ul.gn_menu .pd_menu ul.imgs li::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    position: absolute;
    top: 50%;
    right: 21px;
    transform: translateY(-50%) rotate(45deg);
}
header #gn_main ul.gn_menu .pd_menu ul.imgs li {
    position: relative;
    border-top: 1px solid #3968a2;
}
header #gn_main ul.gn_menu div.pd_menu dd.list {
    background: #003e8b;
    padding: 0 10px 15px;
}
header #gn_main ul.gn_menu div.pd_menu dd.list dl {
    background: #0056a2;
    padding: 12px 15px 20px;
}
header #gn_main ul.gn_menu div.pd_menu dd.list dl:nth-of-type(n+2) {
    margin-top: 15px;
}
header #gn_main ul.gn_menu div.pd_menu dd.list dt {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    padding: 0 0 5px;
    border-bottom: 1px solid #fff;
    margin-bottom: 4px;
}
header #gn_main ul.gn_menu div.pd_menu dd.list dd ul {
    display: flex;
    flex-wrap: wrap;
}
header #gn_main ul.gn_menu div.pd_menu dd.list dd ul li {
    width: 50%;
    font-size: 2.6rem;
    line-height: 1.35;
    margin-top: 15px;
    text-align: left;
    position: relative;
}
header #gn_main ul.gn_menu div.pd_menu dd.list dd ul li a {
    margin: 0 15px 0 30px;
    padding: 0;
}
header #gn_main ul.gn_menu div.pd_menu dd.list dd ul li a::before {
    content: "";
    display: block;
    background: url(/tokki/common/images/base/diamond_w.svg) no-repeat;
    background-size: 11px 9px;
    width: 11px;
    height: 9px;
    position: absolute;
    top: calc(0.5em * 1.35);
    left: -17px;
    transform: translateY(-50%);
}
header #gn_main #h_tel {
    padding: 20px 20px 0;
    border: none;
    font-size: 2.8rem;
    font-weight: 600;
}
header #gn_main #h_tel a {
    background: #ffffff;
    color: #002d65;
    background-size: 16px auto;
    padding: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header #gn_main #h_tel a span {
    background: url(/tokki/common/images/base/tel.svg) no-repeat left center;
    background-size: 16px auto;
    display: inline-block;
    padding: 10px 0 10px 22px;
}
header #gn_main #h_contact {
    padding: 15px 20px 0;
    border: none;
    font-size: 2.8rem;
    font-weight: 600;
}
header #gn_main #h_contact a {
    background: #ffffff;
    color: #002d65;
    padding: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header #gn_main #h_contact a span {
    background: url(/tokki/common/images/base/email.svg) no-repeat left center;
    background-size: 15px 11px;
    display: inline-block;
    padding: 10px 0 10px 22px;
}
header #gn_main #h_close {
    font-size: 2.8rem;
    font-weight: 600;
    padding: 24px 0;
    text-align: center;
}
header #gn_main #h_close span {
    position: relative;
    display: inline-block;
    padding-left: 18px;
}
header #gn_main #h_close span::before {
    content: "";
    display: block;
    background: #ffffff;
    width: 2px;
    height: 20px;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    transform: rotate(45deg);
}
header #gn_main #h_close span::after {
    content: "";
    display: block;
    background: #ffffff;
    width: 2px;
    height: 20px;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    transform: rotate(-45deg);
}


/****/
/* footer */
/****/
footer {
    background: #004b8e;
    color: #ffffff;
    padding: 40px 10px 30px;
}
footer a {
    color: #ffffff !important;
}
footer h2#f_logo {
    height: 15px;
    margin-bottom: 20px;
    text-align: center;
}
footer h2#f_logo img {
    width: 280px;
    height: 15px;
}

footer .f_nav {
    padding-top: 70px;
    position: relative;
}
footer .f_nav .nav1 {
    float: left;
    width: 50%;
    padding-right: 1px;
    box-sizing: border-box;
}
footer .f_nav .nav2 {
    float: right;
    width: 50%;
}
footer .f_nav .nav3 dl {
    width: 50%;
    float: right;
}
footer .f_nav dt {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: normal;
    width: 100%;
    height: 50px;
    display: table;
    margin-bottom: 1px;
}
footer .f_nav dt a {
    background: #ffffff;
    color: #004b8e !important;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
}
footer .f_nav dt a::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-right: 1px solid #004b8e;
    border-top: 1px solid #004b8e;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%) rotate(45deg);
}
footer .f_nav dd {
    display: none;
}
footer .f_nav ul.other {
    background: #003c72;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    padding: 0;
    margin: 0;
}
footer .f_nav ul.other li {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.35;
    width: 100%;
    height: 50px;
}
footer .f_nav ul.other li a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    color: #ffffff;
}
footer .f_nav ul.other li img {
    width: 21px;
    height: 21px;
    margin-right: 4px;
}
footer .f_nav ul.sub {
    clear: both;
    padding-top: 27px;
}
footer .f_nav ul.sub li {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 16px;
}
footer .f_nav ul.sub li a {
    color: #ffffff;
}
footer .copyright {
    font-size: 1.1rem;
    line-height: 1;
    text-align: center;
    margin-top: 30px;
}
footer .copyright small {
    color: #ffffff;
    font-size: 1.7rem;
    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;
}


}