@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*---------------------------------------------
html
---------------------------------------------*/
html {
    font-size: 62.5%;
}

/*---------------------------------------------
ロゴをホバーで透過
---------------------------------------------*/
#logo a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
/*---------------------------------------------
body
---------------------------------------------*/
body {
    -webkit-text-size-adjust: 100%;
    background: #fff;
    color: #212121;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 1.6em;
    letter-spacing: .15em;
    line-height: 2.1875;
    text-align: left;
}

body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*---------------------------------------------
link
---------------------------------------------*/
a {
    -webkit-transition-duration: 0.7s;
    color: inherit;
    outline: none;
    text-decoration: none;
    transition-duration: 0.7s;
}

a img {
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

a img:hover {
    /*    opacity: 0.8;*/
}

/*---------------------------------------------
common
---------------------------------------------*/
html {
    -webkit-text-size-adjust: none;
}

img {
    height: auto;
    max-width: 100%;
}

button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
}

button,
input[type="submit"],
input[type="button"] {
    -moz-appearance: button;
    -webkit-appearance: button;
    -webkit-box-sizing: content-box;
    -webkit-box-sizing: border-box;
    appearance: button;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
}

button::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

button::focus,
input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

#wrapper {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 767px) {
    #wrapper {
        overflow: hidden;
        padding-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

.green {
    color: #3dcf00;
}

.italic {
    font-style: italic;
}

.block {
    display: block;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    flex-direction: row-reverse;
}

.letter-spacing {
    letter-spacing: .15em;
}

.font-large {
    font-size: 4rem;
}

@media screen and (max-width: 767px) {
    .font-large {
        font-size: 2rem;
    }
}

.txt.center {
    text-align: center;
}

.txt.right {
    text-align: right;
}

.txt.indent {
    padding-left: 1em;
    text-indent: -1em;
}

.txt.last {
    margin-bottom: 50px;
}

/*---------------------------------------------
margin
---------------------------------------------*/
.mb30 {
    margin-bottom: 30px;
}

/*---------------------------------------------
header
---------------------------------------------*/
#header {
    background: #fff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

@media screen and (min-width: 768px) {
    #header {
        height: 178px;
    }
}

#header.fixed {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 1px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 1px;
}

#header #h-inner {
/*    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    justify-content: space-between;
    display: flex;*/
    height: 178px;
    margin: 0 auto;
    max-width: 1680px;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 767px) {
    #header #h-inner {
        height: 60px;
    }
}

#header #h-inner #logo {
    margin-left: 30px;
	margin-bottom: 16px;
    position: relative;
    top: 6px;
    width: 360px;
}

@media screen and (max-width: 767px) {
    #header #h-inner #logo {
        margin: 0;
        max-width: 225px;
        position: relative;
        top: 7px;
        width: 60%;
        left:5%;
    }
}

#header #h-inner #menu-button {
    display: none;
}

#header #h-inner nav {
    position: relative;
    width: 100%;
}

@media screen and (max-width: 767px) {
    #header #h-inner nav {
        -webkit-transition: all .5s;
        display: block;
        margin: 0;
        max-width: 100%;
        opacity: 0;
        position: fixed;
        right: 0 !important;
        top: 0 !important;
        transition: all .5s;
        visibility: hidden;
        width: 100%;
        z-index: 99999;
    }
}

#header #h-inner nav #gnav-inner ul {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

#header #h-inner nav #gnav-inner ul > li {
    border-top: #e5e5e5 solid 1px;
    border-left: #e5e5e5 solid 1px;
    position: relative;
    width: calc(100% / 6);
}

#header #h-inner nav #gnav-inner ul > li:last-child {
    border-right: #e5e5e5 solid 1px;
}

#header #h-inner nav #gnav-inner ul > li a {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.6;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

@media screen and (min-width: 768px) {
    #header #h-inner nav #gnav-inner ul > li a {
        -ms-flex-align: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 90px;
        justify-content: center;
    }
    #header #h-inner nav #gnav-inner ul > li a:hover, #header #h-inner nav #gnav-inner ul > li a.hover {
        background: rgba(89, 189, 237, 0.1);
        /*                                background-color: #59bded;*/
    }
}

@media screen and (max-width: 980px) {
    #header #h-inner nav #gnav-inner ul > li a {
        font-size: 1.2rem;
    }
}

#header #h-inner nav #gnav-inner ul .onmause {
    background: #fff;
    display: block;
    left: 0;
    position: absolute;
    top: 90px;
    width: 100%;
    z-index: 99999;
}

#header #h-inner nav #gnav-inner ul .onmause .onmause {
	top: 39px;
    left: 237px;
    border-top: #e5e5e5 solid 1px;
    width: 120%;
}

@media screen and (max-width: 767px) {
    #header #h-inner nav #gnav-inner ul .onmause {
        display: none !important;
    }
}

#header #h-inner nav #gnav-inner ul .onmause li {
    border-left: none;
    border-right: none;
	border-top: none;
    width: 100%;
}

#header #h-inner nav #gnav-inner ul .onmause li a {
    border-bottom: #e5e5e5 solid 1px;
    font-size: 1.2rem;
    height: auto;
    padding: 10px 20px;
    text-align: left;
}

#header #h-inner nav #gnav-inner ul .onmause .onmause li a {
	padding: 20px 20px 19px;	
}

#header #h-inner nav.open {
    -webkit-transition: all .5s;
    opacity: 1;
    transition: all .5s;
    visibility: visible;
}

#header #h-inner nav.open #gnav-inner {
    background: rgba(255, 255, 255, 0.8);
    height: 100vh;
    width: 100vw;
    z-index: 9999;
}

#header #h-inner nav.open #gnav-inner .scroll {
    -webkit-overflow-scrolling: touch;
    height: 100vh;
    margin: 0 auto 0;
    overflow-y: scroll;
    padding-bottom: 80px;
    padding-top: 60px;
    width: 100%;
}

#header #h-inner nav.open #gnav-inner .scroll ul {
    -ms-flex-wrap: wrap;
    -webkit-overflow-scrolling: touch;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0px 0 30px;
    width: 90%;
}

#header #h-inner nav.open #gnav-inner .scroll ul li {
    border-left: none;
    border-right: none;
    position: relative;
    width: 50%;
}

#header #h-inner nav.open #gnav-inner .scroll ul li a {
    border-top: #aaa solid 1px;
    color: #000;
    display: block;
    font-size: 14px;
    padding: 14px 0 12px;
    position: relative;
    text-align: center;
    width: 100%;
}

#header #h-inner nav.open #gnav-inner .scroll ul li:nth-last-child(2) a, #header #h-inner nav.open #gnav-inner .scroll ul li:last-child a {
    border-bottom: #aaa solid 1px;
}

#header #h-inner nav.open #gnav-inner .scroll .sp .contact {
    font-size: 2rem;
    text-align: center;
}

#header #h-inner nav.open #gnav-inner .scroll .sp .time {
    font-size: 1.4rem;
    text-align: center;
}

#header #h-inner #fixed-nav {
    -webkit-transform: translateY(-100%);
    -webkit-transition: .3s;
    background: #fff;
    display: none;
    left: 0;
    padding: 10px 0 4px;
    position: fixed;
    top: 0;
    transform: translateY(-100%);
    transition: .3s;
    width: 100%;
    z-index: 9999999;
}

@media screen and (max-width: 767px) {
    #header #h-inner #fixed-nav {
        display: none;
    }
}

#header #h-inner #fixed-nav.fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#header #h-inner #fixed-nav-inner {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
}

#header #h-inner #fixed-nav-inner .fixed-logo {
    position: relative;
    top: 4px;
    width: 23%;
}

#header #h-inner #fixed-nav-inner > ul {
    -ms-flex-align: center;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    width: 75%;
}

#header #h-inner #fixed-nav-inner > ul > li {
    border-left: #aaa solid 1px;
    position: relative;
}

#header #h-inner #fixed-nav-inner > ul > li:last-child {
    border-right: #aaa solid 1px;
}

#header #h-inner #fixed-nav-inner > ul > li a {
    display: block;
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 2px 11px;
}

#header #h-inner #fixed-nav-inner > ul > li a:hover, #header #h-inner #fixed-nav-inner > ul > li a.hover {
    background-color: #59bded;
    color: #fff;
}

#header #h-inner #fixed-nav-inner > ul .onmause {
    background: #fff;
    display: block;
    left: 0;
    position: absolute;
    top: 26px;
    width: 100%;
    z-index: 99999;
}

#header #h-inner #fixed-nav-inner > ul .onmause li {
    border-left: none;
    border-right: none;
    width: 100%;
}

#header #h-inner #fixed-nav-inner > ul .onmause li a {
    border-bottom: #ccc solid 1px;
    font-size: 1.2rem;
    padding: 10px;
    text-align: left;
}

/*---------------------------------------------
main img
---------------------------------------------*/
#main-img {
    height: auto;
    margin: 178px auto 100px;
    max-height: 820px;
    max-width: 1680px;
    position: relative;
    text-align: center;
    width: 100%;
}

#main-img .bx-wrapper {
    margin-bottom: 0;
}

#main-img ul {
    position: fixed;
}

#main-img .topics {
    background: #fff;
    bottom: -20px;
    left: 0;
    position: absolute;
    width: 100%;
}

#main-img .topics .inner {
    overflow: hidden;
    /*  width: 90%; 0419西村編集 */
    width: 100%;
}

/*
#main-img .topics p {
-webkit-animation: scrollSample01 50s linear infinite;
animation: scrollSample01 50s linear infinite;
display: inline-block;
line-height: 1em;
margin: 0 auto;
padding-bottom: 20px;
padding-left: 100%;
padding-top: 20px;
white-space: nowrap;
width: 100%;
}
*/
#main-img .topics p {
    -webkit-animation: scrollSample01 50s linear infinite;
    animation: scrollSample01 50s linear infinite;
	
    /* display: inline-block; */
    line-height: 1em;
    margin: 0 auto;
    padding-bottom: 20px;
    /* padding-left: 100%; */
    padding-top: 20px;
    white-space: nowrap;
    width: 50%;
    float: left;
}

@media screen and (max-width: 767px) {
    #main-img .topics {
        bottom: -36px;
    }
    #main-img .topics p {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

#main-img .topics p .data {
    margin-right: 10px;
}

#main-img .topics p .entry {
    font-size: 1.4rem;
    position: relative;
    top: -1px;
}

@-webkit-keyframes scrollSample01 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes scrollSample01 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@media screen and (min-width: 768px) {
    #main-img {
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
    #main-img {
        margin: 60px auto;
        width: 90%;
    }
}

@media screen and (max-width: 767px) {
    #header #h-inner #menu-button {
        background: #fff;
        cursor: pointer;
        display: block;
        height: 46px;
        position: fixed;
        right: 5%;
        top: 7px;
        width: 46px;
        z-index: 99999999;
    }
    #header #h-inner #menu-button span {
        -webkit-transition: .2s;
        background: #aaa;
        display: block;
        height: 1px;
        left: 0px;
        margin: auto;
        position: absolute;
        right: 0;
        top: 23px;
        transition: .2s;
        width: 30px;
    }
    #header #h-inner #menu-button span::before {
        -webkit-transition: .3s;
        background: #aaa;
        content: "";
        display: block;
        height: 1px;
        left: 0px;
        position: absolute;
        top: -10px;
        transition: .3s;
        width: 30px;
    }
    #header #h-inner #menu-button span::after {
        -webkit-transition: .3s;
        background: #aaa;
        content: "";
        display: block;
        height: 1px;
        left: 0px;
        position: absolute;
        top: 10px;
        transition: .3s;
        width: 30px;
    }
    #header #h-inner #menu-button .close {
        background: transparent !important;
        border: none;
    }
    #header #h-inner #menu-button .close::before {
        -webkit-transform: rotate(-45deg);
        background: #aaa;
        margin-top: 0;
        top: 0;
        transform: rotate(-45deg);
    }
    #header #h-inner #menu-button .close::after {
        -webkit-transform: rotate(-135deg);
        background: #aaa;
        margin-top: 0;
        top: 0;
        transform: rotate(-135deg);
    }
}

/*---------------------------------------------
main ttl
---------------------------------------------*/
#main-ttl {
    margin-top: 100px;
    padding: 0 0 10px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    #main-ttl {
        margin-top: 60px;
    }
}

#main-ttl p {
    height: auto;
    margin: 0 auto;
    max-width: 1680px;
    overflow: hidden;
    width: 96%;
}

/*---------------------------------------------
breadcrumbs
---------------------------------------------*/
#breadcrumbs {
    margin-bottom: 16px;
    width: 100%;
}

#breadcrumbs ul {
    border-bottom: #e5e5e5 solid 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
    margin: 0 auto;
    max-width: 1100px;
    padding-bottom: 10px;
    width: 90%;
}

#breadcrumbs ul li {
    margin-right: 1em;
}

#breadcrumbs ul li:not(:first-child)::before {
    content: ">";
    margin-right: 1em;
}

@media screen and (max-width: 767px) {
    #breadcrumbs ul {
        display: block;
    }

    #breadcrumbs ul li {
        display: inline;
        margin-right: 0.5em;
    }

    #breadcrumbs ul li:not(:first-child)::before {
        margin-right: 0.5em;
    }
}

/*---------------------------------------------
sub nav
---------------------------------------------*/
.sub-nav {
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .sub-nav {
        margin-bottom: 30px;
    }
}

.sub-nav ul {
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1100px;
    width: 90%;
}

@media screen and (min-width: 768px) {
    .sub-nav ul {
        border-bottom: #e5e5e5 solid 1px;
        padding-bottom: 16px;
    }
}

@media screen and (max-width: 767px) {
    .sub-nav ul {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        flex-direction: column;
    }
}

.sub-nav ul li {
    width: 15%;
}

@media screen and (max-width: 767px) {
    .sub-nav ul li {
        margin-bottom: 10px;
        width: 100% !important;
    }
}

.sub-nav ul li a {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    border: #e5e5e5 solid 1px;
    color: #212121;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    height: 80px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .sub-nav ul li a {
        height: 40px;
    }
}

.sub-nav ul li a:hover, .sub-nav ul li a.current {
    background: rgba(89, 189, 237, 0.1);
}

/*---------------------------------------------
head contents
---------------------------------------------*/
.head-contents {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 100px;
    max-width: 1100px;
    min-height: 352px;
    position: relative;
    width: 100%;
}

.head-contents.mb50 {
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .head-contents {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        flex-direction: column;
        width: 90%;
    }
}

.head-contents .head-ttl {
    font-size: 2.2rem;
    margin-bottom: 10px;
	font-weight: bold;
}


.head-contents .txt {
    font-size: 1.5rem;
    line-height: 2;
}

@media screen and (min-width: 768px) {
.head-contents .txt-box {
	width: 50%;
}
    .head-contents .img {
        width: 45%;
		margin-top: 68px;
    }
}

/*---------------------------------------------
common style
---------------------------------------------*/
.contents-ttl {
    border-bottom: #e5e5e5 solid 1px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-bottom: 0;
	font-weight: bold;
}

.num-ttl {
    color: #00a29a;
    font-size: 2rem;
}

/*
.box-ttl {
position: relative;
padding: 0 0 0 1.3em;
line-height: 1.4;
color: #ff6a6a;
font-size: 1.8rem;
margin-bottom: 10px;
&::before {
font-family: FontAwesome;
content: "\f138";
position: absolute;
font-size: 1.2em;
left: 0;
top: -3px;
color: #ff6a6a;
}
}
*/
.table-style {
    margin: 0 auto 10px;
    max-width: 1100px;
    width: 100%;
}

.table-style th, .table-style td {
    background: #fff;
    border: #e5e5e5 solid 1px;
    color: #000;
    font-size: 2rem;
    height: 57px;
    letter-spacing: 0;
    vertical-align: middle;
}

.table-style th.double, .table-style td.double {
    height: 114px;
}

.table-style th.triple, .table-style td.triple {
    height: 171px;
}

.table-style th.quadruple, .table-style td.quadruple {
    height: 228px;
}

.table-style th.five, .table-style td.five {
    height: 285px;
}

.table-style th.eight, .table-style td.eight {
    height: 456px;
}

.table-style th.nine, .table-style td.nine {
    height: 513px;
}

@media screen and (max-width: 767px) {
    .table-style th.double, .table-style td.double,
    .table-style th.triple, .table-style td.triple,
    .table-style th.quadruple, .table-style td.quadruple,
    .table-style th.five, .table-style td.five,
    .table-style th.eight, .table-style td.eight,
    .table-style th.nine, .table-style td.nine {
        height: auto;
    }
    .table-style th, .table-style td {
        font-size: 1.4rem;
        height: auto;
    }
}

.table-style td {
    font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
    .table-style td {
        font-size: 1.4rem;
    }
}

.table-style th:first-child {
    border-left: none;
    font-size: 1.8rem;
    width: 240px;
}

@media screen and (max-width: 767px) {
    .table-style th:first-child {
        font-size: 1.4rem;
    }
}

.table-style th:last-child, .table-style td:last-child {
    border-right: none;
}

.table-style.column th, .table-style.column td {
    font-size: 1.6rem;
    line-height: 1.75;
}

.table-style.column th.font-large, .table-style.column td.font-large {
    font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
    .table-style.column th, .table-style.column td {
        border-bottom: #e5e5e5 solid 1px;
        border-left: none;
        border-right: none;
        border-top: none;
        display: block;
        font-size: 1.4rem;
        width: 100%;
    }
}

.table-style.column th {
    padding: 0 12px;
    text-align: center;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .table-style.column th {
        border-bottom: none;
        padding: 0;
        text-align: left;
        font-weight: bold;
    }
}

.table-style.column th.tal {
    text-align: left;
}

.table-style.column td {
    padding: 0 0 0 40px;
}

@media screen and (max-width: 767px) {
    .table-style.column td {
        border-bottom: #e5e5e5 solid 1px;
        padding: 0 0 10px;
        margin-bottom: 10px;
    }
}

.table-style.column td .txt.last {
    margin-bottom: 0;
}

.table-style.column td .tar {
    display: inline-block;
    text-align: right;
}

.table-style.column tr:last-child td {
    border-bottom: #e5e5e5 solid 1px;
}

.table-style.row {
    max-width: 1100px;
    width: 100%;
}

.table-style.row th, .table-style.row td {
    background: #fff;
    border: #e5e5e5 solid 1px;
    color: #000;
    font-size: 1.6rem;
    text-align: center;
}

.table-style.row th:first-child {
    border-left: none;
    font-size: 1.6rem;
    max-width: 240px;
    width: 21.818182%;
}

.table-style.row th:last-child, .table-style.row td:last-child {
    border-right: none;
}

.table-style.row thead th {
    font-weight: bold;
}

.table-style.row tbody tr:last-child th:first-child {
    /*                span {
    margin-left: .2em;
    margin-right: .2em;
}*/
}

.list-style li {
    padding-left: 1em;
    text-indent: -1em;
}

.list-style li::before {
    content: "・";
}

.catch {
    font-size: 1.9rem;
    margin-bottom: 1em;
}

.txt {
    margin-bottom: 1em;
}

.ol-list {
    list-style: decimal inside;
    margin-bottom: 1em;
}

.ol-list li {
    padding-left: 1em;
    text-indent: -1em;
	text-align: justify;
}

.btn a {
    border: #00a29a solid 1px;
    color: #00a29a;
    display: block;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 300px;
}

.btn a::after {
    content: '\f105';
    display: block;
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 0;
}

.btn a:hover {
    background: #00a29a;
    color: #fff;
}

/*---------------------------------------------
main
---------------------------------------------*/
#main section {
    margin-bottom: 100px;
}

#main section .section-ttl {
    font-size: 2.2rem;
    margin-bottom: 14px;
    text-align: center;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
    #main section .section-ttl {
        margin-bottom: 20px;
        line-height:1.75;
    }
}

#main section .inner {
    margin: 0 auto;
    max-width: 1100px;
    width: 90%;
}

#main section .inner .contents.flex {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px;
}

#main section .inner .contents.flex dl {
    width: 70%;
}

#main section .inner .contents .img {
    width: 25%;
}

#main section .inner .contents dl dt {
    border-bottom: #aaa solid 1px;
    font-size: 1.9rem;
    margin-bottom: 20px;
    padding-bottom: 0;
}

#main section .inner .contents dl dd p {
    margin-bottom: 1em;
}

/*---------------------------------------------
footer
---------------------------------------------*/
#footer {
    /*padding: 30px 0 0;*/
}

#footer .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#footer .flex div {
    width: 100%;
    padding: 15px;
}
dd.js-f-submenu {
	font-size: 1.3rem;
}
.f-nav-last {
    padding: 0 !important;
    font-size: 1.3rem;
    font-weight: bold;
}

#footer dd {
    letter-spacing: 0;
}

#footer div#f-nav {
    border-right: #ccc 1px solid;
}

#footer .f-inner {
    margin: 0 auto 40px;
    max-width: 1480px;
	width: 90%;
}
footer li {
	font-size: 13px;
	line-height: 2;
}
#footer .f-inner p {
	font-size: 11px;
	text-align: center;
}
.footer_logo {
    width: 90%;
	max-width: 280px;
    text-align: center;
    margin: 60px auto 20px;
    font-size: 70%;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
    #footer #f-inner {
        display: block;
        width: 100%;
    }
    #footer #f-inner .f-box {
        margin-bottom: 30px;
        padding: 0 5%;
    }
}

#footer #f-inner .f-box {
    /*margin: 10px 90px 0 0;*/
	border-right: #ccc 1px solid;
}

#footer #f-inner #f-logo {
	/*
    margin-right: 30px;
    width: 260px;
	*/
	padding: 0;
    margin: 15px 0 0;
}

@media screen and (max-width: 767px) {
    #footer #f-inner #f-logo {
        margin: 0 auto 10px;
    }
}

#footer #f-inner .address {
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.6;
}

#footer #f-inner .time {
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.5em;
    margin: 15px 0;

}

#footer #f-inner .contact {
    /*font-size: 2.1rem;*/
    letter-spacing: 0;
    line-height: 1.6;
	margin-bottom: 12px;
	text-align:center;
}

/*
#footer #f-inner #f-nav {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    justify-content: space-between;
    width: 66%;
}
*/

@media screen and (max-width: 767px) {
    #footer #f-inner #f-nav {
        display: block;
        width: 100%;
    }
}

#footer #f-inner #f-nav dl dt {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 0 8px;
}

@media screen and (max-width: 767px) {
    #footer #f-inner #f-nav dl dt {
        border-top: #ccc solid 1px;
        padding: 1% 5%;
        position: relative;
        margin: 0;
        background: rgba(89, 189, 237, 0.1);
    }
    #footer #f-inner #f-nav dl dt::before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        -webkit-transition-duration: 0.3s;
        color: #000;
        content: '\f105';
        display: block;
        font-family: FontAwesome;
        font-weight: normal;
        position: absolute;
        right: 5%;
        top: 15%;
        transition-duration: 0.3s;
    }
    #footer #f-inner #f-nav dl dt.open::before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@media screen and (max-width: 767px) {
    #footer #f-inner #f-nav dl dd {
        display: none;
    }
    #footer #f-inner #f-nav dl dd ul li a {
        border-bottom: #ccc solid .5px;
        display: block;
        padding: 2px 5%;
        width: 100%;
    }
    #footer #f-inner #f-nav dl dd ul li:first-child a {
        border-top: #ccc solid .5px;
    }
    #footer #f-inner #f-nav dl dd ul li:last-child a {
        border-bottom: none;
    }
}

#footer #f-inner #f-nav dl dd a:hover {
    color: #59bded;
}

#footer #f-inner #f-nav .f-nav-box {
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    #footer #f-inner #f-nav .f-nav-box {
        display: block;
    }
    #footer #f-inner #f-nav .f-nav-box dd a {
        border-bottom: #ccc solid .5px;
        border-top: #ccc solid .5px;
        display: block;
        padding: 0 5%;
        width: 100%;
    }
    #footer #f-inner #f-nav .f-nav-box dl:first-child dd a {
        border-bottom: none;
    }
    #footer #f-inner #f-nav .f-nav-box .f-nav-last:nth-child(2) p a {
        border-top: #ccc solid .5px;
    }
}

#footer #f-inner #f-nav .f-nav-last p {
    font-size: 1.6rem;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    #footer #f-inner #f-nav .f-nav-last p a {
        border-bottom: #ccc solid .5px;
        display: block;
        padding: 1% 5%;
        width: 100%;
		
	font-size: 1.3rem;
    }
}

#footer .copy {
font-size: 1.2rem;
	padding: 30px 0;
	background:#e3f4fc;
    text-align: center;
    line-height: 1.5em;
    letter-spacing: 0;
    border-top: #ccc 1px dotted;
}

@media screen and (max-width: 414px) {
    #footer #f-inner .f-box {
        margin: 30px 0;
        text-align: center;
    }

    #footer .copy { padding: 10px 5px 10px;}
    .f-nav-last {background: rgba(89, 189, 237, 0.1);}
}

/*---------------------------------------------
for pc
---------------------------------------------*/
@media screen and (min-width: 768px){
    .pcmap{
        display:block;
		overflow:hidden;
    }
}



@media screen and (min-width: 768px){
    .spmap{
        display:none;
    }
}



/*---------------------------------------------
for smartphone
---------------------------------------------*/
@media screen and (max-width: 767px){
    .pcmap{
        display:none;
    }
}



@media screen and (max-width: 767px){
    .spmap{
        display:block;
    }
}

.toggle dt{
    position: relative;
    cursor:pointer;
    border-bottom:solid 2px;
}

.toggle dt::before {
    position: absolute;
    top: 0;
    right: 20px;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 1.8rem;
    font-weight: bold;
    bottom: 0;
    margin: auto;
    line-height: 1;
    transition-duration: 0.3s;
    display: flex;
    align-items: center;
    letter-spacing: 0px;
}

.toggle dt.active::before {
    transform: rotate(180deg)
}

.first{
    cursor:pointer;
    border-bottom:solid 2px;
    border-top:solid 2px;
}

.toggle dd{
    display: none;
	border-bottom:solid 2px;

}

.toggle dd img{
	
	vertical-align: top;
}

.toggle dt img{
    padding-top:1.3rem;
    padding-left:1.8rem;
    padding-right:5.8rem;
	
}


 /*下からフェードイン*/
.fade-in-bottom {
   opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 3.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
@keyframes fadein-bottom {
   0% {
      opacity: 0;
      /*transform: translateY(20px);*/
	  transform: translateY(0px); 
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}
/*上からフェードイン*/
.fade-in-top {
   opacity: 0;
   animation: fadein-top 3.5s .3s ease-out forwards;
}
@keyframes fadein-top {
   0% {
      opacity: 0;
      /*transform: translateY(-20px);*/
	  transform: translateY(0px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}