/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Mukta+Vaani|PT+Serif');

html {
    font-size: 100%;
}

body,
button,
input,
select,
textarea {
    font-family: 'Mukta Vaani', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.7;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    background-color: #fff;
    color: #4A4645;
    letter-spacing: 0.01em;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    background: #fff;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

p {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
    padding: 15px 0;
}


/*--------------------------------------------------------------
# selection
--------------------------------------------------------------*/

::selection {
    color: #fff;
    background: #a3b3ae;
}

::-moz-selection {
    color: #fff;
    background-color: #a3b3ae;
}

input::selection,
textarea::selection {
    color: #fff;
    background: #a3b3ae;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:link,
a:visited {
    color: #4A4645;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #4A4645;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s;
}

a img:hover {
    opacity: .4;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:after,
.clearfix:after,
[class*='-inner']:after {
    content: "";
    display: table;
    clear: both;
}


/*--------------------------------------------------------------
# top btn
--------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 100%;
}

#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 80px;
    height: 80px;
    padding: 15px 20px 10px;
    text-align: center;
    display: block;
    border-radius: 50%;
    font-size: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

#page-top i {
    display: block;
    font-style: normal;
}

#page-top a:hover {
    text-decoration: none;
    background: #999;
    color: #fff;
}

.fb-wrapper {
    margin-top: 20px;
    text-align: center;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

html,
body {
    height: 100%;
}

[class*='-inner'] {
    max-width: 1140px;
    margin: auto;
    width: 95%;
}

#wrapper {
    overflow: hidden;
}

.item {
    text-align: center;
    font-weight: 600;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-bottom: 40px;
}

.item-s img {
    margin-bottom: 10px;
}

.item-p {
    margin: 0 20px 10px;
}

.buisiness {
    display: flex;
    max-width: 1140px;
    margin: auto;
}

.box {
    width: 33%;
    margin: 10px;
    background-color: #f7f2ff;
    /*border:1px solid #200050;*/
}

.box1 {
    width: 33%;
    margin: 10px;
    background-color: #fff;
}

dl {
    /* height: 210px;*/
    padding: 10px;
    border: 1px solid #f7f2ff;
    background: #f7f2ff;
}

dt {
    float: left;
}

dd {
    margin-left: 150px;
    margin-bottom: 10px;
}

dt img {
    width: auto;
    height: auto;
    max-width: 120px;
    max-height: auto;
}

.item-s {
    margin: 10px 10px 0;
}

/*--------------------------------------------------------------
# slider
--------------------------------------------------------------*/

.swiper-slide>img {
    width: 100%;
}

/*--------------------------------------------------------------
# sticky
--------------------------------------------------------------*/

a#tel {
    position: fixed;
    width: 200px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    left: 50%;
    bottom: 10px;
    margin-left: -100px;
    display: block;
    background: #82369b;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
}

a#tel:hover {
    background: rgba(0, 102, 204, .8);
}

@media screen and (min-width: 768px) {
    a#tel {
        display: none;
    }
}

@media screen and (min-width:960px) {
    a#tel {
        display: none;
    }
}

/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #200050;
    z-index: 10010;
    border-bottom: 1px solid #ebebeb;
}

.header-inner {
    padding: 20px 0;
}

.header-inner .site-logo {
    width: 300px;
    margin-top: 6px;
}

.header-inner .site-logo #logo {
    display: flex;
}


/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/

.site-footer {
    background: #200050;
}

.footer-inner {
    padding: 25px 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
}

.footer-inner ul li {
    float: left;
    border-right: 1px solid #fff;
    padding: 0 10px;
}

.footer-inner ul li a {
    position: relative;
    display: block;
    font-size: 13px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.footer-inner ul li a:hover {
    color: #4A4645;
}

.footer-inner .copy {
    text-align: right;
    color: #fff;
    font-size: 11px;
}

.foot-logo {
    width: 200px;
    font-size: 10px;
    margin: 0 10px;
}


/*--------------------------------------------------------------
# main-navigation
--------------------------------------------------------------*/

.main-navigation li {
    float: left;
    margin-right: 45px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.main-navigation li:last-child {
    margin-right: 0;
}

.main-navigation .mega-menu-list {
    position: relative;
    height: 64px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

.main-navigation .mega-menu-list .mega-menu {
    background: #200050;
    width: 180px;
    position: absolute;
    left: -30%;
    top: 64px;
    padding: 20px 30px 30px;
    display: none;
}

.main-navigation .mega-menu-list .mega-menu li {
    float: none;
    color: #fff;
}

.main-navigation .mega-menu-list .mega-menu li:not(:last-child) {
    margin-bottom: 15px;
}

#menu a {
    display: block;
    color: #fff;
    font-size: 18px;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 600;
}

#menu a span {
    display: block;
    font-weight: bold;
    font-size: 12px;
    padding-right: .5em;
    line-height: .5;
    color: #4A4645;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}

#menu .current,
#menu a:hover,
#menu a:hover>span {
    color: #8b7dbc;
}


/*--------------------------------------------------------------
# site-catch
--------------------------------------------------------------*/

.site-catch {
    padding: 50px 0;
    background: #f7f2ff;
    text-align: center;
    color: #200050;
}

.site-catch h2 {
    display: inline-block;
    margin-bottom: 30px;
    padding: 5px 14px;
    font-weight: bold;
    font-size: 38px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.site-catch ul.catch-txt {
    margin-bottom: 50px;
}

.site-catch ul.catch-txt li {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 14px;
    font-size: 22px;
}

.catch-img-list li {
    float: left;
    width: 190px;
    margin-right: 0px;
}

.catch-img-list li:last-child {
    margin-right: 0;
}


/*--------------------------------------------------------------
# page-ttl
--------------------------------------------------------------*/

.page-ttl2 {
    height: 150px;
    padding: 15px 0 15px;
    background: rgb(255, 255, 255);
    margin-top: 80px;
}

.page-ttl-inner2 {
    position: relative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.page-ttl2 .ttl {
    position: relative;
    color: #200050;
    font-size: 34px;
    font-family: 'PT Serif', serif;
    text-align: center;
}

.page-ttl2 .ttl:before,
.page-ttl2 .ttl:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
    background: #200050;
    height: 1px;
    width: 39%;
}

.page-ttl2 .ttl:before {
    left: 0;
}

.page-ttl2 .ttl:after {
    right: 0;
}

.page-ttl2 .ttl>span {
    font-size: 18px;
    line-height: .9;
    font-weight: bold;
    display: block;
}

.page-ttl {
    height: 150px;
    padding: 15px 0 15px;
    background: rgb(255, 255, 255);
}

.page-ttl-inner {
    position: relative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.page-ttl .ttl {
    position: relative;
    color: #200050;
    font-size: 34px;
    font-family: 'PT Serif', serif;
    text-align: center;
}

.page-ttl .ttl:before,
.page-ttl .ttl:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
    background: #200050;
    height: 1px;
    width: 39%;
}

.page-ttl .ttl:before {
    left: 0;
}

.page-ttl .ttl:after {
    right: 0;
}

.page-ttl .ttl>span {
    font-size: 18px;
    line-height: .9;
    font-weight: bold;
    display: block;
}

.table {
    width: 100%;
}

.table tr th,
.table tr td {
    padding: 10px;
    vertical-align: top;
}

.table tr th {
    width: 30%;
    text-align: right;
}

.moji {
    line-height: 1.4;
}

.news {
    font-size: 18px;
    width: 1140px;
    margin: 0px auto 80px auto;
}

.news dl {
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: none;
}

.news dl dt {
    border: none;
}

.news dl dd {
    border: none;
}





/*--------------------------------------------------------------
# company
--------------------------------------------------------------*/

.company-inner {
    padding: 25px 0;
}

.company-inner .table tr th,
.company-inner .table tr td {
    border-bottom: 1px solid #e4dfd6;
}

.company-inner .table tr th {}


/*--------------------------------------------------------------
# company
--------------------------------------------------------------*/
#buisiness .page-ttl {
    background: url(../images/buisiness-ttl-bg.jpg) no-repeat 50% 50% / cover !important;
    width: 100%;
    margin: 25px auto 50px;
}


#buisiness .page-ttl .ttl {
    color: #ebebeb;
}

#buisiness .page-ttl .ttl:before,
#buisiness .page-ttl .ttl:after {
    background: #ebebeb;
}

#Buisiness .ttl+.item a {
    text-decoration: underline !important;
}

.buisiness-inner {
    padding: 25px 0;
}

.buisiness-inner ul li {
    float: left;
    width: 30%;
    margin: 0 5% 50px 0;
    background: #f7f2ff;
}

.buisiness-inner ul li:nth-child(3n) {
    margin-right: 0;
}

.buisiness-inner h3.sub-ttl {
    margin-bottom: 15px;
    background: url(../img/point.gif) no-repeat left center;
    padding: 0 0 0 20px;
    border-bottom: 1px solid #ccc;
    font-size: 22px;
}

.buisiness-inner .table tr th {
    width: 182px;
}



.telfax {
        width: 100%;
        margin: 25px 0 25px 0;
        border: 3px solid #90869f;
        text-align: center;
        padding: 16px;
    }

.telfax h3{
        font-size: 1.2em;
        margin: 0 0 13px 0;
        color: #514563 !important;
}

.telfax ul {
        margin: 0 0 16px 0;
    }


.telfax ul li {
    display: inline;
    padding: 12px;
    font-size: 1.1em;
    }

.telfax ul li span {
    font-size: 1.3em;
    font-weight: bold;
    color: #421f76;
 }





.company-inner .table {
    margin-bottom: 50px;
}

.company-list-ttl {
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

.company-list {
    padding: 15px 0;
    border-top: 1px solid #e4dfd6;
    border-bottom: 1px solid #e4dfd6;
}

.company-list li {
    float: left;
    width: 30%;
    margin: 0 auto 10px;
    text-align: center;
}

.company-list li:nth-child(3n+2) {
    margin: 0 5%;
}


/*--------------------------------------------------------------
# access
--------------------------------------------------------------*/

.access-inner {
    padding: 25px 0;
}

.map-area {
    margin: 0 auto 25px;
    text-align: center;
}

.map-info ul {
    float: right;
    text-align: right;
}

.map-info ul li {}


/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/

.home-page #contact {
    height: auto;
}

#contact {
    height: 100%;
}

.contact-inner {
    padding: 25px 0;
}

.contact-info {
    margin-bottom: 25px;
    font-size: 15px;
}

.contact-detail {
    background-color: #f2f2f2;
    padding: 20px;
    overflow: scroll;
    overflow-x: hidden;
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.contact-inner .table {
    width: 850px;
    margin: 0 auto;
}

.contact-inner .table tr th {
    width: 200px;
}

.contact-inner input[type="text"],
.contact-inner textarea {
    width: 500px;
    padding-left: 3px;
}

.form-btn a {
    padding: 14px 64px;
    background: #8b7dbc;
    color: #fff;
    display: block;
}

.contact-inner input[type="submit"] {
    border: none;
    box-shadow: none;
    padding: 14px 64px;
    background: #8b7dbc;
    color: #fff;
    -webkit-appearance: none;
    border-radius: 0;
}

.contact-inner .form-btn {
    display: table;
    margin: 0 auto 50px;
    text-align: center;
}

.contact-inner .form-btn li {
    display: table-cell;
    vertical-align: top;
    padding: 0 20px;
}

.form-page,
.form-page #contact {
    height: 100%;
}

.form-page .table {
    margin: 0 auto 50px;
}

.form-page .table tr th,
.form-page .table tr td {
    border-bottom: 1px solid #ccc;
}


/*--------------------------------------------------------------
# works
--------------------------------------------------------------*/

.works-inner h2.works-name {
    margin-bottom: 15px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

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

    /*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
    html {
        font-size: 87.5%;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
    }

    body {
        -webkit-text-size-adjust: 100%;
    }

    /*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .fl,
    .fr {
        float: none;
    }

    /*--------------------------------------------------------------
# ham
--------------------------------------------------------------*/
    .hamburger {
        position: absolute;
        top: 0;
        right: 0;
        padding: 15px 15px;
        display: inline-block;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: 0.15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible;
        width: 20%;
        height: 60px;
    }

    .hamburger-box {
        width: 30px;
        height: 24px;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
    }

    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -2px;
    }

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 30px;
        height: 3px;
        background-color: #fff;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

    .hamburger-inner::before,
    .hamburger-inner::after {
        content: "";
        display: block;
    }

    .hamburger-inner::before {
        top: -10px;
    }

    .hamburger-inner::after {
        bottom: -10px;
    }

    /*
   * Spin
   */
    .hamburger--spin .hamburger-inner {
        transition-duration: 0.3s;
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .hamburger--spin .hamburger-inner::before {
        transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
    }

    .hamburger--spin .hamburger-inner::after {
        transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .is-active .hamburger--spin .hamburger-inner {
        transform: rotate(225deg);
        transition-delay: 0.14s;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .is-active .hamburger--spin .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
    }

    .is-active .hamburger--spin .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    /*--------------------------------------------------------------
# top btn
--------------------------------------------------------------*/
    #page-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        font-size: 100%;
    }

    #page-top a {
        background: #666;
        text-decoration: none;
        color: #fff;
        width: 44px;
        height: 44px;
        line-height: 44px;
        padding: 0;
        text-align: center;
        display: block;
        border-radius: 50%;
        font-size: 9px;
    }

    #page-top i {
        display: block;
        font-style: normal;
    }

    #page-top a:hover {
        text-decoration: none;
        background: #999;
        color: #fff;
    }

    /*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
    html,
    body {
        height: 100%;
    }

    [class*='-inner'] {
        width: 95%;
        margin: auto;
    }

    /*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
    .site-header {
        position: fixed;
        top: 0;
        left: 0;
        height: 60px;
        width: 100%;
        z-index: 10020;
    }

    .header-inner {
        width: 100%;
        padding: 0;
    }

    .header-inner .site-logo {
        width: 220px;
        position: absolute;
        top: 8px;
        left: 14px;
    }

    /*--------------------------------------------------------------
# slider
--------------------------------------------------------------*/
    .swiper-container {
        height: 100% !important;
    }

    .swiper-wrapper {
        margin: 60px auto 0;
        height: 100% !important;
    }

    .swiper-slide {
        height: 100% !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 60%;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev,
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        width: 20px;
        height: 20px;
    }

    /*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
    .site-footer {}

    .footer-inner {
        width: 100%;
        padding: 0;
    }

    .footer-inner ul li {
        float: left;
        width: 100%;
        text-align: center;
        border-right: 0;
        border-bottom: 1px solid #ccc;
        padding: 8px;
    }

    .footer-inner ul li a {
        display: block;
        font-size: 13px;
    }

    .footer-inner .copy {
        text-align: center;
        font-size: 11px;
        padding: 15px 0;
    }

    .foot-logo {
        width: 200px;
        text-align: center;
        margin: auto;
        padding: 15px 0;
    }

    /*--------------------------------------------------------------
# main-navigation
--------------------------------------------------------------*/
    .main-navigation {
        position: fixed;
        top: 0: left: 0;
        width: 100%;
        height: 100%;
        margin: 45px auto 0;
        background: #fff;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        -webkit-transition: .3s;
        transition: .3s;
    }

    .is-active .main-navigation {
        visibility: visible;
        opacity: 1;
        z-index: 10010;
    }

    .main-navigation li {
        float: none;
        width: 100%;
        background: #200050;
        border-bottom: 1px solid #ccc;
        text-align: center;
        margin: 0 auto;
    }

    .main-navigation .mega-menu-list {
        height: auto;
        padding: 6px 0;
    }

    .main-navigation .mega-menu-list .mega-menu {
        width: 100%;
        margin-top: 10px;
        position: static;
        padding: 10px 0;
        margin-bottom: -6px;
        background-color: #18003d;
    }

    .main-navigation .mega-menu-list .mega-menu li {
        border-bottom: none;
        background-color: #18003d;
    }

    .main-navigation .mega-menu-list .mega-menu li:not(:last-child) {
        margin-bottom: 0;
    }

    .main-navigation li:last-child {
        margin-right: 0;
    }

    #menu a {
        display: block;
        padding: 8px 0;
        font-size: 16px;
        -webkit-transition: .3s;
        transition: .3s;
    }

    #menu a span {
        display: block;
        font-size: 12px;
        line-height: .8;
        text-align: center;
        -webkit-transition: .3s;
        transition: .3s;
    }

    /*--------------------------------------------------------------
# site-catch
--------------------------------------------------------------*/
    .site-catch {
        padding: 25px 0;
        text-align: center;
    }

    .site-catch h2 {
        display: inline-block;
        margin-bottom: 25px;
        padding: 6px 10px;
        font-size: 20px;
        font-weight: 600;
    }

    .site-catch ul.catch-txt {
        margin-bottom: 25px;
    }

    .site-catch ul.catch-txt li {
        display: inline-block;
        margin-bottom: 10px;
        padding: 6px 10px;
        font-size: 14px;
    }

    .catch-img-list li {
        float: left;
        width: 30%;
        margin: 0 5% 10px 0;
    }

    .catch-img-list li:last-child,
    .catch-img-list li:nth-child(3n) {
        margin-right: 0;
    }

    /*--------------------------------------------------------------
# page-ttl
--------------------------------------------------------------*/

    .page-ttl {
        padding: 10px 0;
        height: 125px;
    }

    .page-ttl .ttl {
        font-weight: bold;
        font-size: 22px;
    }

    .page-ttl .ttl:before,
    .page-ttl .ttl:after {
        width: 30%;
    }

    .page-ttl .ttl>span {
        font-size: 14px;
    }

    .page-ttl2 {
        padding: 10px 0;
        height: 125px;
        margin-top: 50px;
    }

    .page-ttl2 .ttl {
        font-weight: bold;
        font-size: 22px;
    }

    .page-ttl2 .ttl:before,
    .page-ttl2 .ttl:after {
        width: 30%;
    }

    .page-ttl2 .ttl>span {
        font-size: 14px;
    }

    .table {
        width: 100%;
    }

    .table tr th,
    .table tr td {
        padding: 0.25em .5em;
        vertical-align: top;
    }

    .table tr th {
        width: 35%;
        text-align: right;
    }

    .news {
        font-size: 16px;
    }

    .item {
        text-align: center;
        font-weight: 600;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .buisiness {
        display: block;
        margin: 0 20px;
    }

    .item-s {
        margin: 10px 10px 0;
        padding: 10px 0;
    }

    .box {
        width: 100%;
        margin: 0 2.5% 25px 0;
        background-color: #f7f2ff;
    }



/*--------------------------------------------------------------
# company
--------------------------------------------------------------*/
    .company-inner {
        padding: 10px 0;
    }

    .company-inner .fl,
    .company-inner .fr {
        width: 100%;
        margin: 0 auto;
    }

    /*--------------------------------------------------------------
# company
--------------------------------------------------------------*/
    .buisiness-inner {
        padding: 10px 0;
    }

    #buisiness .page-ttl {
        margin-bottom: 15px;
    }

    .buisiness-inner ul li {
        float: left;
        width: 100%;
        margin: 0 2.5% 25px 0;
    }

    .buisiness-inner ul li:nth-child(2n) {
        margin: 0 auto 25px;
    }

    .buisiness-inner h3.sub-ttl {
        margin-bottom: 15px;
        background: url(../img/point.gif) no-repeat left center;
        padding: 0 0 0 20px;
        border-bottom: 1px solid #ccc;
        font-size: 18px;
    }

    .buisiness-inner .table tr th {
        width: 182px;
    }

    .company-inner .table {
        margin-bottom: 25px;
    }

    .company-list-ttl {
        font-weight: bold;
        text-align: center;
        margin-bottom: 15px;
    }

    .company-list {
        padding: 10px 0;
        border-top: 1px solid #e4dfd6;
        border-bottom: 1px solid #e4dfd6;
    }

    .company-list li {
        float: left;
        width: 48.5%;
        margin: 0 2.5% 10px 0;
        text-align: center;
    }

    .company-list li:nth-child(2),
    .company-list li:nth-child(5) {
        margin: 0 2.5% 10px 0;
    }

    .company-list li:nth-child(2n) {
        margin-right: 0;
    }

    dt {
        float: initial;
    }

    dd {
        margin-left: 0;
    }

    /*--------------------------------------------------------------
}
# access
--------------------------------------------------------------*/
    .access-inner {
        padding: 10px 0;
    }

    .map-area {
        margin-bottom: 10px;
    }

    .map-area iframe {
        width: 100%;
        height: 320px;
        margin: 0 auto;
    }

    .map-info ul {
        float: right;
        text-align: right;
    }

    /*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
    .contact-inner {
        padding: 10px 0;
    }

    .contact-info {
        margin-bottom: 25px;
        font-size: 15px;
    }

    .contact-detail {
        background-color: #f2f2f2;
        padding: 20px;
        overflow: scroll;
        overflow-x: hidden;
        font-size: 12px;
        line-height: 1.8;
        margin-bottom: 20px;
    }

    .contact-inner .table {
        width: 100%;
        margin: 0 auto;
    }

    .contact-inner .table tr th {
        width: 30%;
    }

    .contact-inner input[type="text"],
    .contact-inner textarea {
        width: 100%;
        margin-bottom: 10px;
        padding-left: 3px;
    }

    .contact-inner textarea {
        height: 250px;
    }

    .form-btn a {
        padding: 10px 20px;
        display: block;
    }

    .contact-inner input[type="submit"] {
        border: none;
        box-shadow: none;
        padding: 10px 20px;
    }

    .contact-inner .form-btn {
        display: table;
        margin: 10px auto 25px;
        text-align: center;
    }

    .contact-inner .form-btn li {
        display: table-cell;
        vertical-align: top;
        padding: 0 20px;
    }

    .form-page,
    .form-page #contact {
        margin: 60px auto 0;
    }

    /*--------------------------------------------------------------
# works
--------------------------------------------------------------*/
    .works-page {
        margin: 60px auto 0;
    }

    .works-inner .table tr th {
        float: left;
        width: 100%;
        margin: 0 auto 10px;
        text-align: center;
    }

    .works-inner .table tr th img {
        width: 190px;
    }

    .works-inner .table tr td {
        float: left;
        width: 100%;
        margin: 0 auto 10px;
    }

    .works-inner h2.works-name {
        margin-bottom: 10px;
        font-size: 16px;
        color: #333;
        font-weight: bold;
    }









    .news {
        font-size: 18px;
        margin-bottom: 80px;
        width: 100%;
    }

    .news dl {
        background-color: #fff;
        margin: 0px auto 0px auto;
        border: none;
    }

    .news dl dt {
        border: none;
    }

    .news dl dd {
        border: none;
    }


    .telfax ul li {
    display: block;
    }


    /* end sp */
}




.historyTable td {
    padding: 5px;
}