html {
    font-size: 62.5%;
}

body {
    line-height: 1.7;
    font-size: 1.5rem;
}

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

html,
body {
    min-width: 1000px;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

a {
    cursor: pointer;
}

.under-shadow {
    box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.3);
}

img {
    max-width: 100%;
}

.hd-top {
    border-top: 20px solid;
}

.hd-line h1 {
    font-size: 1rem;
    line-height: 20px;
    margin: 0 auto;
    width: 1000px;
}

.ft-bg {
    padding: 30px 0;
}

.ft-list li {
    line-height: 1.7;
}

.ft-list ul li {
    font-size: 1.5rem;
}

.ft-list ul li:before {
    margin-right: 10px;
}

.ft-list ul li li {
    padding-left: 10px;
    font-size: 1.3rem;
}

.ft-list ul li li:before {
    margin-right: 10px;
}

.ft-list ul li li li {
    font-size: 1.1rem;
    padding-left: 10px;
}

.ft-list ul a:hover {
    text-decoration: underline;
}

.copyright {
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

@media screen and (min-width: 1180px) {
    .fix-btn {
        position: fixed;
        top: 50px;
        right: 10px;
        z-index: 9999;
    }
}

@media screen and (max-width: 1179px) {
    .fix-btn {
        display: none;
    }
}

.page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.page-top a {
    display: block;
    font-size: 3rem;
    line-height: 2em;
    opacity: 0.8;
    text-align: center;
    width: 60px;
    z-index: 999;
}

.page-top a:hover {
    opacity: 0.7;
}

nav {
    font-size: 1.4rem;
    position: relative;
    padding: 5px 0;
}

#MegaMenu ul {
    opacity: 0;
    top: 200%;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

#MegaMenu li:hover ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.menu {
    margin: 0 auto;
    width: 1000px;
}

.menu:before {
    content: "";
    display: table;
}

.menu:after {
    content: "";
    display: table;
    clear: both;
}

.menu li {
    border-right: 1px solid;
    float: left;
    line-height: 40px;
    text-align: center;
    width: 18%;
}

.menu li:first-child {
    width: 10%;
    border-left: 1px solid;
}

.menu li a {
    display: block;
}

.menu li a:hover {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.menu li .home i {
    vertical-align: middle;
}

.dropmenu ul {
    font-weight: 700;
    left: 0;
    padding: 10px;
    position: absolute;
    width: 100%;
    z-index: 9999;
}

.dropmenu ul .inner-3 {
    margin: 0 auto;
    width: 1000px;
}

.dropmenu ul .inner-3 li {
    background-position: right center;
    width: 31% !important;
}

.dropmenu ul .inner-3 li a {
    padding: 20px;
    text-align: left;
}

.dropmenu ul .inner-4 {
    margin: 0 auto;
    width: 1000px;
}

.dropmenu ul .inner-4 li {
    background-position: right center;
    width: 23% !important;
}

.dropmenu ul .inner-4 li a {
    padding: 10px;
    text-align: left;
}

.dropmenu ul .inner-5 {
    margin: 0 auto;
    width: 1000px;
}

.dropmenu ul .inner-5 li {
    background-position: top;
    width: 18% !important;
}

.dropmenu ul .inner-5 li a {
    padding-top: 130px;
}

.dropmenu ul li {
    background-repeat: no-repeat;
    background-size: contain;
    border: none !important;
    margin: 10px 1%;
}

.dropmenu ul li:hover>a {
    opacity: 0.8;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: .5s;
}

.sidebar {
    width: 23%;
    height: auto;
    float: left;
}

.sidebar img {
    margin-bottom: 10px;
    width: 100%;
}

.sidebar h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 30px 0 10px;
    padding: 10px 0;
    text-align: center;
}

.sidebar01 {
    border: 2px solid;
    margin-bottom: 20px;
}

.sidebar01 h3 {
    padding: 10px;
}

.sidebar01 ul.sidenav {
    position: relative;
}

.sidebar01 ul.sidenav li {
    border-top: 1px dotted;
}

.sidebar01 ul.sidenav li:hover {
    position: relative;
}

.sidebar01 ul.sidenav li:hover>ul {
    visibility: visible;
}

.sidebar01 ul.sidenav li a {
    font-weight: 700;
    font-size: 1.2rem;
    display: block;
    padding: 10px;
}

.sidebar01 ul.sidenav li a:after {
    position: absolute;
    right: 10px;
}

.sidebar01 ul.sidenav ul {
    border: 2px solid;
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 230px;
    z-index: 9999;
}

.sidebar01 ul.sidenav ul a {
    padding: 10px;
}

.sidebar01 ul.sidenav ul li:first-child {
    border-top: medium none;
}

.sidebar02 {
    margin-bottom: 20px;
    padding: 10px 15px;
}

.sidebar02 h3 {
    border-bottom: 1px dotted;
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding: 15px 0;
}

.sidebar02 .sidenav li {
    line-height: 3em;
    position: relative;
}

.sidebar02 .sidenav li:before {
    padding-left: 5px;
    position: absolute;
}

.sidebar02 .sidenav li a {
    border-bottom: 0.5px dashed;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    padding-left: 20px;
}

.sidebar02 .sidenav li a:hover {
    opacity: 0.7;
}

.sidebar02 .sidenav .sub-menu {
    margin-bottom: 10px;
}

.sidebar02 .sidenav .sub-menu li {
    border-bottom: 0.5px dashed;
    line-height: 3em;
}

.sidebar02 .sidenav .sub-menu li:before {
    font-size: 1.2rem;
    padding-left: 10px;
    position: absolute;
}

.sidebar02 .sidenav .sub-menu li a {
    font-size: 1.2rem;
    padding-left: 30px;
}

.sidebar02 .sidenav .sub-menu a:hover {
    text-decoration: underline;
}

.contactform .outline {
    border: 3px solid;
    padding: 10px;
}

.contactform tr {
    border-bottom: 1px dotted;
}

.contactform th {
    font-weight: 700;
    width: 33%;
    padding: 10px 20px;
}

.contactform td {
    padding: 10px 20px;
}

.contactform input,
.contactform select {
    border: 2px solid;
    border-radius: 5px;
    font-size: 1.4rem;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 10px;
    width: 60%;
}

.contactform textarea {
    border: 2px solid;
    border-radius: 5px;
    font-size: 1.4rem;
    height: 100px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 10px;
    width: 90%;
}

.contactform input[type="radio"],
.contactform input[type="checkbox"] {
    height: auto;
    margin: 10px;
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    -webkit-transform-origin: right bottom 0;
    transform-origin: right bottom 0;
    width: auto;
}

.contactform input[type=submit] {
    border: 1px solid;
    display: block;
    height: 80px;
    font-size: 3rem;
    margin: 30px auto;
    padding: 20px 100px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contactform input[type=submit]::before,
.contactform input[type=submit]::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.contactform input[type=submit]:hover {
    text-decoration: none !important;
    cursor: pointer;
}

.m-alert {
    font-size: 1rem;
    margin-right: 10px;
    padding: 5px 10px;
}

.indent {
    width: 100%;
}

.ex {
    font-style: normal;
    margin-right: 10px;
    padding: 2px 10px;
}

.sent .forminner {
    display: none;
}

.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.wideslider ul {
    float: left;
    display: inline;
    overflow: hidden;
    display: inline-block;
    overflow: hidden;
}

.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}

.wideslider ul li img {
    width: 100%;
    display: none;
}

.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.wideslider .pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    margin: 0 0 3px;
    text-align: center;
    position: absolute;
    z-index: 200;
}

.wideslider .pagination a {
    display: inline-block;
    float: none;
    height: 10px;
    margin: 0 5px;
    overflow: hidden;
    width: 10px;
    padding: 5px;
    border-radius: 50%;
}

.wideslider .pagination a.active {
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}

.wideslider_base {
    top: 0;
    position: absolute;
}

.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
}

.slider_prev {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}

.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}

.pagination {
    margin: 30px 0;
    padding: 10px 0;
    position: relative;
    text-align: center;
}

.pagination span {
    display: block;
    float: left;
    margin: 1px 1px 1px 0;
    padding: 6px 10px;
}

.pagination a {
    display: block;
    float: left;
    margin: 1px 6px 1px 0;
    padding: 6px 10px;
}

.pagination a:hover {
    text-decoration: none !important;
}

.pagination .current {
    padding: 6px 10px;
}

.pagination-box {
    display: inline-block;
}

.post-navigation {
    margin-top: 30px;
}

.column1 {
    margin-bottom: 50px;
    overflow: hidden;
}

.column2 {
    float: right;
    margin-bottom: 50px;
    overflow: hidden;
    width: 73%;
}

#tinymce {
    margin-left: 30px;
    min-width: 0;
    width: 730px;
}

.cont-box {
    border-bottom: 1px solid;
    margin: 0;
    padding: 20px 20px 0;
}

.title {
    line-height: 7em;
}

.container {
    width: 1000px;
    margin: 0 auto 20px;
}

.breadcrumb {
    font-size: 1.2rem;
}

.breadcrumb li {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb li:after {
    padding: 0 10px;
}

.breadcrumb li:last-child:after {
    content: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.content ul {
    margin-bottom: 14px;
}

.content .btn {
    margin: 0 10px 10px 0;
}

.content a:hover {
    text-decoration: underline;
}

.pc-none {
    display: none !important;
}

hr {
    border-bottom: 1px solid;
    border-top: 1px solid;
    margin: 30px 0;
}

.anchor {
    border-bottom: 1px solid;
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 1.2rem;
}

.anchor li a {
    display: block;
    padding: 10px;
}

.anchor li a:after {
    padding-left: 10px;
}

.anchor li a:hover {
    text-decoration: none;
}

.floatleft {
    float: left;
    margin-right: 20px;
}

.floatright {
    float: right;
    margin-left: 20px;
}

.center {
    display: block;
    margin: 0 auto 14px;
    max-width: 100%;
    text-align: center;
}

.image-side {
    margin-bottom: 14px;
    overflow: hidden;
}

p {
    margin-bottom: 1em;
}

h1 {
    font-size: 2.4rem;
}

.content h2 {
    font-size: 1.8rem;
    margin: 30px 0 14px;
}

.content h3,
.content h4 {
    font-size: 1.6rem;
    margin: 14px 0;
}

.content h5 {
    font-size: 1.5rem;
    margin: 14px 0;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.text-border {
    margin: 0 5px;
    padding-bottom: 2px;
    font-weight: 700;
}

.fs-xxl {
    font-size: 2.8rem !important;
}

.fs-xl {
    font-size: 2.1rem !important;
}

.fs-l {
    font-size: 1.8rem !important;
}

.fs-m {
    font-size: 1.6rem !important;
}

.fs-s {
    font-size: 1.4rem !important;
}

.fs-xs {
    font-size: 1.2rem !important;
}

.fw-b {
    font-weight: 700;
}

.h2_bg {
    line-height: 60px;
    padding-left: 30px;
}

.h2_title1 {
    padding: 5px 10px;
}

.h2_title2 {
    padding-bottom: 5px;
    border-bottom: 3px solid;
}

.h2_title3 {
    padding-bottom: 5px;
    border-bottom: 3px solid;
}

.h2_title3:first-letter {
    font-size: 2.5rem;
}

.h2_title4 {
    padding: 5px 0 5px 10px;
    border-left: 6px solid;
}

.h2_title5 {
    padding: 5px 0 5px 10px;
    border-left: 6px solid;
    border-bottom: 1px solid;
}

.h2_title6 {
    line-height: 2.5em;
    padding-left: 10px;
    border: 1px solid;
}

.h2_title7 {
    padding: 0 0 5px 10px;
    border-bottom: 1px solid;
}

.h2_title7 span {
    display: block;
    font-size: 1.2rem;
}

.h2_title8 {
    position: relative;
    text-align: center;
}

.h2_title8:before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
}

.h2_title8 span {
    display: inline-block;
    font-weight: 700;
    padding: 0 30px;
    position: relative;
    text-align: left;
    z-index: 2;
}

.h2_title9 {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 4px solid;
}

.h2_title9::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 4px;
}

.h2_title10 {
    font-size: 3rem !important;
}

.title1 {
    padding: 5px 10px;
}

.title2 {
    padding-bottom: 5px;
    border-bottom: 3px solid;
}

.title3 {
    padding-bottom: 5px;
    border-bottom: 3px solid;
}

.title3:first-letter {
    font-size: 2.5rem;
}

.title4 {
    padding: 5px 0 5px 10px;
    border-left: 6px solid;
}

.title5 {
    padding: 5px 0 5px 10px;
    border-left: 6px solid;
    border-bottom: 1px solid;
}

.title6 {
    line-height: 2.5em;
    padding-left: 10px;
    border: 1px solid;
}

.title7 {
    padding: 0 0 5px 10px;
    border-bottom: 1px solid;
}

.title7 span {
    display: block;
    font-size: 1.2rem;
}

.title8 {
    position: relative;
    text-align: center;
}

.title8:before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
}

.title8 span {
    display: inline-block;
    font-weight: 700;
    padding: 0 30px;
    position: relative;
    text-align: left;
    z-index: 2;
}

.title9 {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 4px solid;
}

.title9::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 4px;
}

.title10 {
    font-size: 3rem !important;
}

.count-number1,
.count-number2,
.count-number3,
.count-number4,
.count-number5,
.count-number6,
.count-number7,
.count-number8 {
    counter-reset: number 0;
}

ul .count-circle-a,
ul .count-circle-b,
ul .count-circle-c,
ul .count-circle-d,
ul .count-square-a,
ul .count-square-b,
ul .count-square-c,
ul .count-square-d {
    margin-bottom: 10px;
}

.count-circle-a {
    position: relative;
    padding: 10px 0 10px 60px;
    border-bottom: 1px solid;
}

.count-circle-a::before {
    border-radius: 100%;
    content: counter(number, decimal) " ";
    counter-increment: number 1;
    font-size: 2rem;
    height: 35px;
    left: 0;
    margin-top: 10px;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 40px;
}

.count-circle-b {
    position: relative;
    padding: 10px 0 10px 60px;
    border-bottom: 1px solid;
}

.count-circle-b::before {
    border: 1px solid;
    border-radius: 100%;
    content: counter(number, decimal) " ";
    counter-increment: number 1;
    font-size: 2rem;
    height: 35px;
    left: 0;
    margin-top: 10px;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 40px;
}

.count-circle-c {
    position: relative;
    padding: 10px 0 10px 60px;
}

.count-circle-c::before {
    border-radius: 100%;
    content: counter(number, decimal) " ";
    counter-increment: number 1;
    font-size: 2rem;
    height: 35px;
    left: 0;
    margin-top: 10px;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 40px;
}

.count-circle-d {
    position: relative;
    padding: 10px 0 10px 60px;
}

.count-circle-d::before {
    border: 1px solid;
    border-radius: 100%;
    content: counter(number, decimal) " ";
    counter-increment: number 1;
    font-size: 2rem;
    height: 35px;
    left: 0;
    margin-top: 10px;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 40px;
}

.count-square-a {
    position: relative;
    padding: 10px 0 10px 60px;
    border-bottom: 1px solid;
}

.count-square-a::before {
    content: counter(number, decimal) " ";
    counter-increment: number 1;
    font-size: 2rem;
    height: 35px;
    left: 0;
    margin-top: 10px;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 40px;
}

.count-square-b {
    position: relative;
    padding: 10px 0 10px 60px;
    border-bottom: 1px solid;
}

.count-square-b::before {
    border: 0.1rem solid;
    content: counter(number, decimal) " ";
    counter-increment: number 1;
    font-size: 2rem;
    height: 35px;
    left: 0;
    margin-top: 10px;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 40px;
}

.count-square-c {
    position: relative;
    padding: 10px 0 10px 60px;
}

.count-square-c::before {
    content: counter(number, decimal) " ";
    counter-increment: number 1;
    font-size: 2rem;
    height: 35px;
    left: 0;
    margin-top: 10px;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 40px;
}

.count-square-d {
    position: relative;
    padding: 10px 0 10px 60px;
}

.count-square-d::before {
    border: 0.1rem solid;
    content: counter(number, decimal) " ";
    counter-increment: number 1;
    font-size: 2rem;
    height: 35px;
    left: 0;
    margin-top: 10px;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 40px;
}

.icon-b,
.icon-list li {
    margin-bottom: 5px;
    padding-left: 1.5em;
    position: relative;
}

.icon-a:after {
    margin-left: 10px;
}

.icon-b:before,
.icon-list li:before {
    position: absolute;
    left: 0;
    top: 0;
}

.font-background0 {
    margin: 0 10px 0 0;
    padding: 4px 10px 3px;
}

.font-background1 {
    margin: 0 10px 0 0;
    padding: 4px 10px 3px;
}

.font-background2 {
    margin: 0 10px 0 0;
    padding: 4px 10px 3px;
}

.font-background3 {
    margin: 0 10px 0 0;
    padding: 4px 10px 3px;
}

.font-background4 {
    margin: 0 10px 0 0;
    padding: 4px 10px 3px;
}

.font-background5 {
    margin: 0 10px 0 0;
    padding: 4px 10px 3px;
}

.font-background6 {
    margin: 0 10px 0 0;
    padding: 4px 10px 3px;
}

.font-background7 {
    margin: 0 10px 0 0;
    padding: 4px 10px 3px;
}

.font-background8 {
    margin: 0 10px 0 0;
    padding: 4px 10px 3px;
}

.font-background9 {
    margin: 0 10px 0 0;
    padding: 4px 10px 3px;
}

.line1-box p {
    margin-bottom: 0;
}

.line1-box .box {
    margin: 10px 0;
    width: 100%;
}

.line1-box h2 {
    margin-top: 0;
}

.line1-box h3,
.line1-box h4,
.line1-box h5 {
    font-size: 1.6rem;
    margin-top: 0;
}

.line2-box p {
    margin-bottom: 0;
}

.line2-box .box {
    margin: 10px 0;
    width: 48%;
    width: calc(50% - 20px);
}

.line2-box .box p {
    font-size: 1.4rem;
}

.line2-box h2 {
    margin-top: 0;
}

.line2-box h3,
.line2-box h4,
.line2-box h5 {
    font-size: 1.6rem;
    margin-top: 0;
}

.line3-box p {
    margin-bottom: 0;
}

.line3-box .box {
    margin: 10px 0;
    width: 32%;
    width: calc(33.3% - 15px);
}

.line3-box .box p {
    font-size: 1.3rem;
}

.line3-box h2,
.line3-box h3,
.line3-box h4,
.line3-box h5 {
    font-size: 1.4rem;
    margin-top: 0;
}

.line4-box p {
    margin-bottom: 0;
}

.line4-box .box {
    margin: 10px 0;
    width: 24%;
    width: calc(25% - 12px);
}

.line4-box .box p {
    font-size: 1.2rem;
}

.line4-box h2,
.line4-box h3,
.line4-box h4,
.line4-box h5 {
    font-size: 1.4rem;
    margin-top: 0;
}

.line5-box p {
    margin-bottom: 0;
}

.line5-box .box {
    margin: 10px 0;
    width: 19%;
    width: calc(20% - 10px);
}

.line5-box .box p {
    font-size: 1rem;
}

.line5-box h2,
.line5-box h3,
.line5-box h4,
.line5-box h5 {
    font-size: 1.4rem;
    margin-top: 0;
}

.line1-box-border .box {
    margin: 10px 0;
    padding: 20px 20px 10px;
    width: 100%;
    border: 2px solid;
}

.line1-box-border h2 {
    margin-top: 0;
}

.line1-box-border h3,
.line1-box-border h4,
.line1-box-border h5 {
    font-size: 1.6rem;
    margin-top: 0;
}

.line2-box-border .box {
    margin: 10px 0;
    padding: 10px 10px 0;
    width: 49%;
    width: calc(50% - 10px);
    border: 2px solid;
}

.line2-box-border .box p {
    font-size: 1.4rem;
}

.line2-box-border h2 {
    margin-top: 0;
}

.line2-box-border h3,
.line2-box-border h4,
.line2-box-border h5 {
    font-size: 1.6rem;
    margin-top: 0;
}

.line3-box-border .box {
    margin: 10px 0;
    padding: 10px 10px 0;
    width: 32.5%;
    width: calc(33.3% - 10px);
    border: 2px solid;
}

.line3-box-border .box p {
    font-size: 1.3rem;
}

.line3-box-border h2,
.line3-box-border h3,
.line3-box-border h4,
.line3-box-border h5 {
    font-size: 1.4rem;
    margin-top: 0;
}

.line4-box-border .box {
    margin: 10px 0;
    padding: 10px 10px 0;
    width: 24%;
    width: calc(25% - 10px);
    border: 2px solid;
}

.line4-box-border .box p {
    font-size: 1.2rem;
}

.line4-box-border h2,
.line4-box-border h3,
.line4-box-border h4,
.line4-box-border h5 {
    font-size: 1.4rem;
    margin-top: 0;
}

.line5-box-border .box {
    margin: 10px 0;
    padding: 10px 10px 0;
    width: 19%;
    width: calc(20% - 8px);
    border: 2px solid;
}

.line5-box-border .box p {
    font-size: 1rem;
}

.line5-box-border h2,
.line5-box-border h3,
.line5-box-border h4,
.line5-box-border h5 {
    font-size: 1.4rem;
    margin-top: 0;
}

.no-border .box {
    border: none !important;
}

.box-border0 .box {
    border-radius: 10px;
}

.shadow-box .box {
    box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.1);
}

.img-box_1 {
    margin-bottom: 14px;
    overflow: hidden;
}

.img-box_1 p {
    max-width: 65%;
}

.img-box_2 {
    margin-bottom: 14px;
    overflow: hidden;
}

.img-box_2 p {
    max-width: 65%;
}

.case-box .inner {
    width: 49%;
    width: calc(50% - 10px);
}

.box-light .box {
    margin: 14px 0;
    padding: 10px 20px 0;
    width: 100%;
    border-style: solid;
    border-width: 20px 40px;
}

.box-light h2,
.box-light h3,
.box-light h4,
.box-light h5 {
    font-size: 1.6rem;
    margin-top: 0;
}

.box-dark .box {
    margin: 14px 0;
    padding: 10px 20px 0;
    width: 100%;
    border-style: solid;
    border-width: 20px 40px;
}

.box-dark h2,
.box-dark h3,
.box-dark h4,
.box-dark h5 {
    font-size: 1.6rem;
    margin-top: 0;
}

.btn {
    display: inline-block;
    padding: 5px 30px;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.btn::before,
.btn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.btn:hover {
    text-decoration: none !important;
}

.style1 {
    border: 2px solid;
}

.style2 {
    border: 2px solid;
}

.style3 {
    border: 2px solid;
}

.style4 {
    border: 2px solid;
}

.style5 {
    position: relative;
    border-radius: 3px;
    transition: none;
}

.style5:hover {
    opacity: 0.7;
}

.style5:active {
    top: 3px;
    box-shadow: none;
}

.style6 {
    position: relative;
    border-radius: 3px;
    transition: none;
}

.style6:hover {
    opacity: 0.7;
}

.style6:active {
    top: 3px;
    box-shadow: none;
}

.btn::before,
.btn::after {
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.move1 {
    position: relative;
    z-index: 2;
}

.move1:hover::before,
.move1:hover::after {
    width: 0;
}

.move1::before {
    right: 0;
}

.move1::after {
    left: 0;
}

.move1::before,
.move1::after {
    top: 0;
    width: 50%;
    height: 100%;
}

.move2 {
    position: relative;
    z-index: 2;
}

.move2:hover::before,
.move2:hover::after {
    height: 0;
}

.move2::before {
    top: 0;
}

.move2::after {
    bottom: 0;
}

.move2::before,
.move2::after {
    left: 0;
    width: 100%;
    height: 50%;
}

.step-box {
    margin-bottom: 14px;
    padding-left: 40px;
    overflow: hidden;
}

.faq {
    border-top: 3px solid;
}

.faq h3 {
    line-height: 3em;
    margin: 0;
    text-align: center;
}

.faq h4 {
    font-size: 1.4rem;
    margin: 0;
    padding: 0 50px 0 30px;
    position: relative;
}

.faq h4::before {
    content: "Q";
    font-size: 3rem;
    margin-right: 10px;
}

.faq h4::after {
    bottom: 0;
    font-size: 2.5rem;
    position: absolute;
    right: 10px;
}

.faq p {
    margin: 10px 20px;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

.faq ul li {
    border-top: 1px dotted;
    position: relative;
}

.faq ul li input[type=checkbox] {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.faq ul li input[type=checkbox]:checked~p {
    margin-bottom: 0;
    max-height: 0;
    -webkit-transform: translate(0px, 50%);
    transform: translate(0px, 50%);
}

.faq ul li input[type=checkbox]:checked~i:before {
    -webkit-transform: translate(2px, 0) rotate(45deg);
    transform: translate(2px, 0) rotate(45deg);
}

.faq ul li input[type=checkbox]:checked~i:after {
    -webkit-transform: translate(-2px, 0) rotate(-45deg);
    transform: translate(-2px, 0) rotate(-45deg);
}

.faq02 h3 {
    position: relative;
    padding-left: 60px;
    border-left: 0;
}

.faq02 h3::before {
    border-radius: 100%;
    content: "Q";
    left: 0;
    position: absolute;
    text-align: center;
    width: 40px;
    line-height: 40px;
    top: -10px;
}

.faq02 p {
    position: relative;
    padding: 20px 30px 20px 80px;
}

.faq02 p::before {
    border-radius: 100%;
    content: "A";
    font-size: 2rem;
    font-weight: 700;
    left: 30px;
    position: absolute;
    text-align: center;
    width: 40px;
    line-height: 40px;
}

#map {
    width: 100%;
    height: 400px;
}

table {
    border-collapse: collapse;
    margin-bottom: 14px;
    width: 100%;
}

table img {
    width: 100%;
}

th,
td {
    border: 1px solid;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.5;
    padding: 10px 15px;
    text-align: left;
    vertical-align: middle;
    font-size: 1.4rem;
}

.prof {
    margin-bottom: 14px;
}

.prof .prof-right {
    width: 29%;
    width: calc(30% - 10px);
}

.prof .prof-left {
    width: 69%;
    width: calc(70% - 10px);
}

.prof li {
    margin-right: 5px;
    padding: 2px 15px;
    text-align: center;
    font-size: 1.2rem;
}

.prof h3 {
    font-size: 1.8rem;
    margin: 5px 0;
}

.prof .name-en {
    display: inline-block;
    margin-left: 15px;
}

.prof table {
    margin-top: 10px;
}

.prof th {
    float: left;
    margin-right: 30px;
    padding: 10px;
    text-align: center;
    width: 16%;
}

.prof td {
    border: medium none;
    float: left;
    padding: 0 0 7px;
    width: 77%;
}

.access-table th {
    width: 150px;
}

.time-table1 th {
    text-align: center;
}

.time-table1 td {
    text-align: center;
}

.time-table1 td:first-child {
    text-align: center;
    width: 200px;
}

.time-table2 {
    margin-top: 20px;
}

.time-table2 td {
    border: none;
    padding: 0 0 10px;
}

.time-table2 td:first-child {
    font-weight: 700;
    vertical-align: top;
    width: 100px;
}

.price-table th {
    text-align: center;
}

.price-table td {
    width: 38%;
}

.price-table td:first-child {
    width: 23%;
}

.price-table td:last-child {
    text-align: center;
    width: 23%;
}

/*.price-table span {
    font-size: 1rem;
    padding: 4px 10px 2px;
    margin-right: 10px;
}*/

.table01 th {
    text-align: center;
}

.table01 td {
    width: 38%;
}

.table01 td:first-child {
    width: 24%;
}

.menu-box p {
    margin-bottom: 0;
}

.menu-box .btn {
    margin-top: 14px;
}

.menu-box .box1 {
    margin: 10px 0;
    width: 29%;
    width: calc(30% - 10px);
}

.menu-box .box2 {
    margin: 10px 0;
    width: 69%;
    width: calc(70% - 10px);
}

.menu-box h2,
.menu-box h3,
.menu-box h4,
.menu-box h5 {
    margin-top: 0;
}

.menu-box-side {
    position: relative;
}

.menu-box-side p {
    margin-bottom: 0;
}

.menu-box-side .box1 {
    margin: 10px 0;
    width: 29%;
    width: calc(30% - 10px);
}

.menu-box-side .box2 {
    margin: 10px 0;
    width: 69%;
    width: calc(70% - 10px);
}

.menu-box-side h2,
.menu-box-side h3,
.menu-box-side h4,
.menu-box-side h5 {
    margin-top: 0;
}

.menu-box-side a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.line2-box-border .menu-box-side .box1 {
    width: 39%;
    width: calc(40% - 5px);
    margin: 0 !important;
}

.line2-box-border .menu-box-side .box2 {
    width: 59%;
    width: calc(60% - 5px);
    margin: 0 !important;
}

.line2-box-border .menu-box-side h3,
.line2-box-border .menu-box-side h4,
.line2-box-border .menu-box-side h5 {
    font-size: 1.5rem;
}

.line2-box-border .menu-box-side p {
    font-size: 1.3rem;
}

.menu-box-side:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.submenu-box {
    margin-bottom: 0 !important;
}

.submenu-box li {
    margin-bottom: 10px;
    width: 32%;
    width: calc(33.3% - 10px);
}

.top-column .column-box .text-box a:hover {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.top-column .column-box .text-box h3 {
    font-size: 1.4rem;
}

.top-column .column-box .text-box .date {
    font-size: 1.2rem;
    line-height: 3em;
}

.top-column .column-box .text-box .date:before {
    margin-right: 5px;
}

.top-column .column-box .text-box span {
    margin-left: 10px;
}

.top-column .column-box .text-box span:before {
    margin-right: 5px;
}

.post .post-title {
    font-size: 2.4rem;
    border-bottom: 1px solid;
    margin: 0 0 20px;
}

.post .post-date {
    line-height: 2em;
    padding: 7px 15px 5px;
}

.post .post-cat {
    line-height: 2em;
    padding: 7px 15px 5px;
}

.archive-box h2 {
    font-size: 21px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.archive-box .archive_thumbnail-box {
    padding: 20px 0;
}

.archive-box .archive_thumbnail-box .img-box {
    width: 35%;
}

.archive-box .archive_thumbnail-box .text-box {
    padding-top: 5px;
    width: 60%;
}

.archive-box .archive_thumbnail-box .text-box a:hover {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.archive-box .archive_thumbnail-box .text-box .date {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.archive-box .archive_thumbnail-box .text-box span {
    margin-left: 10px;
    padding: 5px 10px;
}

.news-archive .inner {
    border-bottom: 1px dashed;
    padding-top: 20px;
}

.news-archive .inner .date {
    width: 20%;
}

.news-archive .inner .text {
    width: 80%;
}

.news-archive .inner .text a:hover {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.popular-side {
    margin-bottom: 20px;
}

.popular-side h3 {
    border-bottom: 3px solid;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.popular-side ol {
    counter-reset: number 0;
}

.popular-side li {
    border-bottom: 1px solid;
    min-height: 50px;
    position: relative;
    padding: 10px;
}

.popular-side li:last-child {
    border: none;
}

.popular-side li a {
    display: block;
    padding-left: 40px;
}

.popular-side li a:hover {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.popular-side li::before {
    border: 1px solid;
    content: counter(number, decimal) " ";
    counter-incpxent: number 1;
    line-height: 2em;
    position: absolute;
    text-align: center;
    width: 3px;
}

.category-side {
    border: 10px solid;
    margin-bottom: 20px;
}

.category-side h3 {
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.category-side li {
    border-bottom: 2px solid;
}

.category-side li:last-child {
    border: none;
}

.category-side li a {
    display: block;
    font-size: 1.4rem;
    line-height: 3em;
    padding-left: 10px;
}

.category-side li a:hover {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.latest-side {
    border: 2px solid;
    margin-bottom: 20px;
}

.latest-side h3 {
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.latest-side li {
    border-bottom: 2px solid;
    padding: 10px 14px;
}

.latest-side li:last-child {
    border: none;
}

.latest-side li a {
    display: block;
    font-size: 1.4rem;
    line-height: 1.4em;
}

.latest-side li a:hover {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.thumbnail-side-column {
    border: solid;
    border-width: 2px 2px 0 2px;
    margin-bottom: 20px;
}

.thumbnail-side-column h3 {
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.thumbnail-side-column .thumbnail-box {
    border-bottom: 2px solid;
    padding: 10px 5px;
}

.thumbnail-side-column .thumbnail-box a:hover {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.thumbnail-side-column .thumbnail-img {
    width: 30%;
}

.thumbnail-side-column .thumbnail-img img {
    margin-bottom: 0;
    height: auto;
    width: 100%;
}

.thumbnail-side-column .thumbnail-text {
    align-items: center;
    font-size: 1.2rem;
    font-weight: 700;
    width: 65%;
}

.thumbnail-side-column p {
    margin: 0;
    line-height: 1.4;
}