body {
    margin: 0;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 700;
    font-style: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.container {
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1500px;
}

.genre {
    font-size: 17px;
    padding-bottom: 13px;
    color: #0049FF;
}

.subtitle {
    font-size: 25px;
    letter-spacing: 7px;
    line-height: 30px;
}

.content {
    font-size: 18px;
    letter-spacing: 5px;
    line-height: 28px;
    color: #3A3A3A;
}

.detail {
    font-size: 20px;
    letter-spacing: 15px;
    padding: 0px;
    margin-top: 30px;
    color: #2C8B1A;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.btn-detail {
    clear: both;
    text-align: center;
}

.detail:after {
    position: absolute;
    bottom: -2px;
    right: 0;
    content: "";
    display: inline-block;
    width: 0%;
    height: 1.5px;
    background: #2C8B1A;
    transition: all 0.4s;
    z-index: -1;
}

.detail:hover:after {
    width: 100%;
}

.title {
    font-size: 33px;
    letter-spacing: 8px;
    line-height: 40px;
}

.explain {
    height: auto;
    margin: 50px 0 10px;
}

.box ul {
    padding: 0;
    float: left;
}

.box li {
    float: left;
    margin-bottom: 15px;
}

.box a {
    font-size: 16px;
    margin: 20px 45px 20px 0;
    padding: 0px 10px;
    color: rgba(0, 0, 0, 1.00);
    display: inline-block;
    border-left: rgba(54, 54, 54, 0.80) solid thin;
    border-right: rgba(54, 54, 54, 0.80) solid thin;
    position: relative;
    z-index: 1;
}

.box a:before,
.box a:after,
#sitemap a:before,
#sitemap a:after {
    position: absolute;
    bottom: -2px;
    content: "";
    display: inline-block;
    width: 0%;
    height: 1px;
    background: rgba(255, 47, 51, 1.00);
    transition: all 0.35s;
    z-index: -1;
}

.box a:before,
#sitemap a:before {
    left: 50%;
}

.box a:after,
#sitemap a:after {
    right: 50%;
}

.box a:hover:before,
.box a:hover:after,
#sitemap a:hover:before,
#sitemap a:hover:after {
    width: 45%;
}

input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.flame {
    clear: both;
    height: auto;
    padding-top: 60px;
    margin-bottom: 100px;
}

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

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

.date {
    color: black;
    font-weight: bold;
}

.fact {
    color: #3A3A3A;
}

.arrow {
    color: black;
    border: red 1px solid;
    border-radius: 35px;
    padding: 10px 13px;
    font-weight: bold;
}

.photo {
    width: 70%;
    margin: 10px 15% 20px;
    clear: both;
}

.youtube-flame {
    width: 60%;
}

.youtube {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0px;
    position: relative;
    overflow: hidden;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.link-mark {
    height: 15px;
    margin: 1px 1px -1px;
    display: inline-block;
}

.cp-none {
    display: none;
}

#page-animate::before {
    content: '';
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    z-index: 9999;
    pointer-events: none;
    right: 100%;
    -webkit-transition: right 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: right 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

#page-animate::after {
    content: '';
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    z-index: 9999;
    pointer-events: none;
    left: 100%;
    -webkit-transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

#page-animate.is-slide-in::before {
    right: 0;
}

#page-animate.is-slide::after {
    left: 0;
}

@media (max-width:530px) {
    .container {
        padding: 0 8px;
    }

    .subtitle {
        font-size: 20px;
        letter-spacing: 5px;
        line-height: 25px;
    }

    .content {
        font-size: 15px;
        line-height: 25px;
    }

    .detail {
        font-size: 18px;
        letter-spacing: 10px;
        margin-top: 15px;
    }

    .title {
        font-size: 25px;
    }

    .explain {
        margin-top: 0;
    }

    .box ul {
        margin: 0;
    }

    .box li {
        margin-bottom: 0;
    }

    .box a {
        font-size: 14px;
        margin: 10px 20px 10px 0;
        padding: 0 5px;
    }

    .box a:hover:before,
    .box a:hover:after,
    #sitemap a:hover:before,
    #sitemap a:hover:after {
        width: 0%;
    }

    .box a:active:before,
    .box a:active:after,
    #sitemap a:active:before,
    #sitemap a:active:after {
        width: 45%;
    }

    .flame {
        padding-top: 50px;
        margin-bottom: 70px;
    }

    .photo {
        width: 90%;
        margin: 10px 5%;
    }

    .youtube-flame {
        width: 75%;
    }

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

    .cp-none {
        display: block !important;
    }
}




header {
    position: fixed;
    top: 5px;
    z-index: 99;
    width: 100%;
}

.header-left {
    float: left;
    width: 900px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0));
}

.logo-photo {
    max-height: 35px;
    margin-bottom: -5px;
}

.header-logo a {
    float: left;
    padding: 5px;
    margin: 3px 0;
}

.cp_cont {
    float: left;
}

.header-list a:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    display: inline-block;
    width: 0%;
    height: 1.5px;
    background: rgba(9, 131, 255, 1.00);
    transition: all 0.4s;
    z-index: -1;
}

.header-list a:hover:after,
footer .btn:hover:after,
#map-sns a:hover:after {
    width: 100%;
}

.header-contact {
    float: right;
    margin-right: 10px;
    width: 150px;
    display: block;
}

.header-contact a {
    margin-top: 7px;
    text-align: center;
    font-size: 16px;
    padding: 9px;
    color: #fff;
    background-color: rgba(43, 43, 43, 1.00);
    border-radius: 50px;
    display: block;
    border: 1px solid rgba(43, 43, 43, 1.00);
}

.header-contact a:hover {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: black;
    color: black;
}

/* menu */
.cp_offcm03 {
    position: relative;
    width: 100%;
    -webkit-transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    height: 40px;
}

.cp_offcm03 li {
    display: inline-block;
    margin-right: -6px;
    border: none;
}

.cp_offcm03 a {
    -webkit-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in;
    font-size: 16px;
    padding: 0 5px;
    margin: 5px 12px 0 12px;
    color: rgba(23, 23, 23, 1.00);
    display: inline-block;
    position: relative;
    z-index: 90;
}

/* menu toggle */
#cp_toggle03 {
    display: none;
}

#cp_toggle03:checked ~ .cp_offcm03 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

#cp_toggle03:checked ~ .cp_container {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.cp_mobilebar {
    display: none;
}

@media (max-width: 1079px) {
    .header-left {
        height: 50px;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.85);
    }

    .cp_offcm03 {
        position: fixed;
        right: -250px;
        overflow-y: hidden;
        width: 250px;
        height: 100%;
        padding-top: 60px;
        color: rgba(23, 23, 23, 1.00);
        background-color: #fff;
        cursor: pointer;
    }

    .cp_offcm03 nav {
        background: #fff;
    }

    .cp_offcm03 li {
        display: block;
        margin-right: 0;
    }

    .cp_offcm03 a {
        margin: 20px;
    }

    /* menu toggle */
    .cp_mobilebar {
        display: block;
        z-index: 10;
        position: fixed;
        height: 9px;
        right: 5px;
    }

    .cp_menuicon {
        display: block;
        position: relative;
        width: 25px;
        height: 100%;
        cursor: pointer;
        -webkit-transition: transform .3s ease-in;
        transition: transform .3s ease-in;
    }

    .cp_menuicon > span {
        display: block;
        position: absolute;
        top: 55%;
        margin-top: -0.3em;
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background-color: rgba(23, 23, 23, 1.00);
        -webkit-transition: transform .3s ease;
        transition: transform .3s ease;
    }

    .cp_menuicon > span:before,
    .cp_menuicon > span:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 1px;
        background-color: rgba(23, 23, 23, 1.00);
        -webkit-transition: transform .3s ease-in;
        transition: transform .3s ease-in;
    }

    .cp_menuicon > span:before {
        -webkit-transform: translateY(-0.5em);
        transform: translateY(-0.5em);
    }

    .cp_menuicon > span:after {
        -webkit-transform: translateY(0.5em);
        transform: translateY(0.5em);
    }

    #cp_toggle03:checked + .cp_mobilebar .cp_menuicon {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #cp_toggle03:checked + .cp_mobilebar span:before,
    #cp_toggle03:checked + .cp_mobilebar span:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #cp_toggle03:checked ~ .cp_offcm03 {
        -webkit-transform: translateX(-250px);
        transform: translateX(-250px);
    }

    .header-contact {
        position: fixed;
        top: 2px;
        right: 35px;
        width: 120px;
        height: 43px;
    }

    .header-contact a {
        height: 100%;
        font-size: 13px;
        color: #fff;
        background-color: rgba(43, 43, 43, 1.00);
        border-radius: 25px;
        border: 1px solid rgba(43, 43, 43, 1.00);
    }
}




main {
    padding: 75px 0 50px 0;
    text-align: left;
}

#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: -50px;
    bottom: 20px;
    background: #1532DD;
    opacity: 0.6;
    border-radius: 50%;
    z-index: 99;
}

#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

#page_top:hover {
    opacity: 0.9;
}

#top-cover {
    height: auto;
}

.top-cover-text {
    position: absolute;
    font-weight: 600;
    font-style: normal;
    z-index: 15;
    margin-top: -80px;
    font-family: fot-klee-pro, sans-serif;
}

#top-cover h1 {
    font-size: 5vw;
    letter-spacing: 10px;
    text-shadow: 1px 1px 1px #fff;
    margin: -30px 0 20px;
}

#top-cover .first-line span {
    color: #2547DA;
}

#top-cover .second-line {
    margin-left: 3vw;
    background-color: rgba(69, 69, 245, 0.7);
    color: white;
    text-shadow: none;
    line-height: 7vw;
}

#top-cover .second-line span {
    color: #000;
    text-shadow: 1px 1px 1px #fff;
}

.main_imgBox-pc {
    width: 930px;
    max-width: 100%;
    min-width: 60%;
    height: 500px;
    overflow: hidden;
    position: relative;
    margin-bottom: 200px;
    float: right;
}

.main_imgBox-sp {
    display: none;
}

.main_img {
    z-index: 10;
    opacity: 0;
    height: 500px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite;
}

.main_img:nth-of-type(2) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

.main_img:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}

.main_img:nth-of-type(4) {
    -webkit-animation-delay: 18s;
    animation-delay: 18s;
}

.main_img:nth-of-type(5) {
    -webkit-animation-delay: 24s;
    animation-delay: 24s;
}

.main_img:nth-of-type(6) {
    -webkit-animation-delay: 30s;
    animation-delay: 30s;
}

@keyframes anime {
    0% {
        opacity: 0.05;
    }

    8% {
        opacity: 1;
    }

    17% {
        opacity: 0.95;
    }

    25% {
        opacity: 0;
        transform: z-index:9;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes anime {
    0% {
        opacity: 0.05;
    }

    8% {
        opacity: 1;
    }

    17% {
        opacity: 0.95;
    }

    25% {
        opacity: 0;
        -webkit-transform;
        z-index: 9;
    }

    100% {
        opacity: 0;
    }
}

#top-about {
    height: auto;
    clear: both;
    margin-bottom: 200px;
}

.top-about-photo {
    width: 45%;
    float: left;
    margin: 10px 8% 15px 0;
}

#top-business {
    height: auto;
    clear: both;
    margin-bottom: 200px;
}

.top-business-photo {
    width: 40%;
    float: right;
    margin: 50px 0 15px 10px;
}

#top-business li {
    margin-bottom: 5px;
}

#top-achievement {
    height: auto;
    clear: both;
    margin-bottom: 200px;
}

.top-achievement-photo {
    width: 30%;
    float: left;
    margin: 10px 8% 15px 0;
}

#top-news {
    height: auto;
    clear: both;
    margin-bottom: 200px;
}

@media (max-width:530px) {
    .logo-photo {
        width: 50vw;
        height: auto;
        margin-bottom: -10px;
    }

    .header-logo a {
        float: left;
        padding: 5px 0;
        margin: 3px 0;
    }

    .header-contact {
        position: fixed;
        top: 5px;
        right: 32px;
        width: 80px;
        height: 35px;
    }

    .header-contact a {
        height: 100%;
        font-size: 10px;
        color: #fff;
        background-color: rgba(43, 43, 43, 1.00);
        border-radius: 25px;
        border: 1px solid rgba(43, 43, 43, 1.00);
    }

    main {
        padding: 60px 0 30px;
    }

    #page_top:hover {
        opacity: 0.6;
    }

    #page_top:active {
        opacity: 0.9;
    }

    #top-cover h1 {
        font-size: 7vw;
        letter-spacing: 3px;
        margin: 0;
    }

    #top-cover .second-line {
        padding: 1vw 0;
        margin-left: 0;
    }

    .main_imgBox-pc {
        display: none;
    }

    .main_imgBox-sp {
        display: block;
        width: 930px;
        max-width: 100%;
        min-width: 60%;
        height: 500px;
        overflow: hidden;
        position: relative;
        margin-bottom: 200px;
        float: right;
    }

    .top-about-photo,
    .top-business-photo,
    .top-achievement-photo {
        width: 75%;
        margin: 0 12.5% 15px;
        float: none;
    }

    #top-business ul {
        padding-left: 10px;
    }
}


.abt-philosophy-photo {
    width: 45%;
    float: right;
    margin: 20px 0 20px 5%;
}

.abt-greeting-photo {
    width: 20%;
    float: left;
    margin: 0 50px 10px 20px;
}

#article-link {
    margin-top: 35px;
}

.note-link img {
    height: 20px;
}

@media (max-width:530px) {
    .abt-philosophy-photo {
        width: 75%;
        margin: 0 12.5% 15px;
    }

    .abt-greeting-photo {
        width: 45%;
        margin: 0 15px 10px 0;
    }

    #article-link,
    .news-sns {
        display: block !important;
    }

    .note-company,
    .note-industry,
    #news-facebook,
    #news-twitter {
        max-width: 80% !important;
        margin: 0 auto;
        height: auto;
    }

    .note-link img {
        height: 15px;
    }
}


.bns-photo {
    width: 55%;
    margin: 10px 22.5% 20px;
}

.bns-board-photo,
.bns-apparatus-photo {
    width: 25%;
    float: right;
    margin: 50px 20px 20px 8%;
}

.bns-construction-photo {
    width: 30%;
    float: left;
    margin: 50px 8% 20px 20px;
}

@media (max-width:530px) {
    .bns-photo {
        width: 75%;
        margin: 10px 12.5%;
    }

    .bns-board-photo,
    .bns-apparatus-photo,
    .bns-construction-photo {
        width: 40%;
        margin: 50px 10px 10px;
    }

    .bns-construction-photo {
        width: 45%;
        margin: 60px 10px 50px;
    }
}


.news-list a {
    width: 100%;
    line-height: 75px;
    font-size: 18px;
    padding: 15px 5px;
    display: block;
}

.news-list li {
    border-bottom: solid 1.5px rgba(175, 175, 175, 0.55);
    width: 90%;
    padding: 20px 0;
}

.news-list span {
    margin: 12px;
}

.news-list a:hover {
    letter-spacing: 1px;
}

.news-list a:hover > .news-arrow {
    color: white;
    background-color: red;
}

.pagination {
    display: flex;
}

.pagination li {
    float: left;
}

.pagination a,
.pagination .abridgement {
    width: 50px;
    height: 50px;
    margin: 2px;
    line-height: 50px;
    text-align: center;
    color: #3A3A3A;
    display: inline-block;
    font-size: 15px;
}

.pagination .now-page {
    color: white;
    background-color: rgba(249, 67, 70, 1.00);
    border-radius: 20px;
    width: 40px;
    height: 40px;
    margin: 7px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 15px;
}

.pagination a:hover {
    background-color: #ddd;
}

.news-sns,
#article-link {
    display: flex;
}

#news-facebook,
.note-company {
    max-width: 45%;
    width: 500px;
    z-index: 1;
}

#news-twitter,
.note-industry {
    max-width: 45%;
    width: 500px;
    margin: 0 auto;
    z-index: 2;
}

.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
}

.facebook-wrapper > .fb-page {
    width: 100%;
}

.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}

.news-title,
.news-content {
    width: 90%;
    margin-top: 40px;
}

.news-photo {
    max-width: 50%;
    margin: 10px;
}

@media (max-width:530px) {
    .news-list {
        padding: 0;
    }

    .news-list a {
        line-height: 35px;
        font-size: 16px;
        padding: 15px 5px;
    }

    .news-list li {
        border-bottom: solid 1.5px rgba(175, 175, 175, 0.55);
        width: 95%;
        margin: 0 auto;
        padding: 40px 0 0px;
    }

    .news-list .fact {
        display: block;
    }

    .news-photo {
        max-width: 90%;
    }
}


.comp-subtitle {
    font-size: 20px;
    letter-spacing: 7px;
    line-height: 30px;
    float: left;
}

.acv-photo {
    float: right;
    max-width: 25%;
    margin-right: 5vw;
}

.googlemap {
    max-width: 100%;
    width: 800px;
    clear: both;
    position: relative;
    height: 450px;
    margin: 15px 0 0 1vw;
}

.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.history,
.achievement {
    font-size: 18px;
}

#comp-client li {
    margin: 10px 10% 40px 0;
    float: left;
    text-align: left;
    width: 30%;
}

.product {
    color: #3A3A3A;
}

@media (max-width:530px) {
    .acv-photo {
        max-width: 40%;
        margin-right: 3vw;
    }

    td {
        display: block;
        width: 100%;
    }

    td .name {
        border-bottom: 1px solid;
        width: 50%;
    }

    .googlemap {
        margin: 15px auto 0;
    }

    .history,
    .achievement {
        font-size: 15px;
        width: 100%;
    }

    #comp-client li {
        margin: 10px 10% 40px 0;
        width: 100%;
    }

    #comp-achievement .destination {
        text-align: right;
        margin-top: 10px;
    }
}


#conditions td,
#system td {
    margin: 20px 40px 15px 0;
    display: block;
    float: left;
}

.rct-subtitle {
    font-size: 17px;
    padding: 0;
    line-height: 17px;
    width: 90px;
}

#ecareer-link a {
    display: block;
    margin-bottom: 10px;
}

#conditions .content,
#system .content {
    font-size: 16px;
    padding: 0;
    line-height: 17px;
}

#conditions p,
#system p {
    margin: 0 0 15px;
}

#conditions img,
#system img {
    width: 130px;
    margin-left: 20px;
    margin-bottom: 15px;
}

#conditions ul {
    margin: 0 0 35px;
}

#conditions li {
    margin: 10px 0;
}

.first-interview{
    background-color: #eff3ff;
    width: 700px;
    max-width: 45%;
    border-radius: 10px;
    float: left;
}

.second-interview{
    background-color: #e9fff2;
    width: 700px;
    max-width: 45%;
    border-radius: 10px;
    display: inline-block;
    margin: 0 5%;
}

.third-interview{
    background-color: #ffefef;
    width: 700px;
    max-width: 45%;
    border-radius: 10px;
    float: left;
}

.fourth-interview{
    background-color: #f8ecff;
    width: 700px;
    max-width: 45%;
    border-radius: 10px;
    display: inline-block;
    margin: 0 5%;
}

.cp-none-inv {
    display: none;
}

.intv-section,
.character {
    padding: 20px 30px;
}

.character-photo {
    width: 130px;
    margin-right: 10px;
    border-radius: 10px;
}

.character-name {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 3px;
}

.question {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}

.icon {
    width: 60px;
    margin-right: 20px;
}

.answer {
    font-size: 16px;
    background-color: white;
    padding: 10px;
    border-radius: 20px;
}

@media (max-width:835px) {
    .first-interview,
    .third-interview {
        float: none;
        max-width: 90%;
        margin: 20px 5%;
    }

    .second-interview,
    .fourth-interview{
        max-width: 90%;
        margin: 20px 5%;
    }

    .cp-none-inv {
        display: block !important;
    }
}

@media (max-width:530px) {
    .intv-section {
        padding: 10px 20px;
    }

    .question {
        font-size: 18px;
    }

    .icon {
        width: 45px;
        margin-right: 10px;
    }

    .answer {
        font-size: 15px;
        padding: 8px;
    }
}



#cnt-form p {
    font-size: 16px;
}

#cnt-form a {
    font-size: 14px;
    margin-bottom: 15px;
    color: blue;
}

#cnt-form a:hover {
    border-bottom: solid 1px blue;
}

label {
    display: block;
    margin: 25px 10px 15px;
    font-size: 18px;
}

label span {
    color: red;
    margin-left: 3px;
}

.item input {
    width: 60%;
    max-width: 400px;
    padding: 0 5px;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 15px;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
}

.item textarea {
    width: 80%;
    max-width: 600px;
    height: 100px;
    padding: 8px;
    border-radius: 3px;
    border: 1px solid #ccc;
    resize: none;
    font-size: 15px;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
}

input[type='submit'] {
    border: none;
    display: block;
    width: 150px;
    padding: 8px;
    background-color: white;
    color: #000000;
    cursor: pointer;
    margin: 20px 10%;
    font-size: 17px;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: bold;
    border-radius: 30px;
    border: #658FE4 2px solid;
}

input[type='submit']:hover {
    background-color: #658FE4;
}

#cnt-address .content {
    letter-spacing: 2px;
}


#tnx-message h1 {
    margin-bottom: 40px;
}

.tnx-content {
    font-size: 17px;
    line-height: 22px;
    color: #3A3A3A;
}


#privacy-policy .subtitle {
    font-size: 25px;
    margin: 70px 0 30px;
}

#privacy-policy .content {
    font-size: 16px;
}


#sitemap div {
    clear: both;
    margin: 30px auto;
}

#sitemap a {
    color: #000;
    margin: 20px;
    padding: 5px 15px;
    border-left: solid 1.5px rgba(54, 54, 54, 0.80);
    border-right: solid 1.5px rgba(54, 54, 54, 0.80);
    position: relative;
    z-index: 1;
}

#sitemap li {
    float: left;
    list-style: circle;
    margin: 0 3vw 70px;
}

#map-sns .title {
    margin: 20px;
}

#map-sns li {
    float: left;
    margin: 10px 50px 70px 0;
    font-size: 20px;
}

#map-sns a {
    color: #666;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
}

#map-sns .note-logo {
    width: 18px;
    margin-bottom: -1.5px;
    margin-right: 10px;
}

@media (max-width:530px) {
    #sitemap li {
        margin-bottom: 25px;
        margin-top: -10px;
    }

    #map-sns li {
        margin: 10px 0 30px;
        font-size: 18px;
        float: none;
    }
}




footer {
    height: auto;
    width: 100%;
    clear: both;
}

.footer {
    padding: 5px 15px;
    margin: 0 4vw;
    border-top: solid 1.5px rgba(175, 175, 175, 0.8);
}

footer .btn {
    font-size: 15px;
    color: #666666;
    position: relative;
    z-index: 1;
}

footer .btn:after,
#map-sns a:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    display: inline-block;
    width: 0%;
    height: 1px;
    background: #666666;
    transition: all 0.35s;
    z-index: -1;
}

.footer-logo img {
    float: left;
    width: 40%;
    max-width: 320px;
    min-width: 200px;
    padding: 3px;
    margin: 35px 15px;
    display: block;
}

.footer-link {
    clear: both;
}

.footer-link li {
    float: left;
    margin-right: 4vw;
    line-height: 40px;
}

.footer-address {
    clear: both;
    margin: 30px 3vw;
    float: left;
    letter-spacing: 3px;
    font-size: 15px;
    color: #666666;
}

.footer-list {
    float: right;
    margin-right: 2vw;
}

.footer-list li {
    text-align: center;
    line-height: 40px;
}

footer .note-logo {
    width: 13px;
    margin-bottom: -1px;
    margin-right: 2.5px;
}

.bottom {
    clear: both;
    margin-top: 30px;
    font-size: 14px;
    color: #666666;
    width: 700px;
    max-width: 100%;
    border-top: solid 1.5px rgba(175, 175, 175, 0.8);
}

.copyright {
    display: inline;
}

.bottom li {
    float: left;
    margin-right: 3vw;
    margin-bottom: 20px;
    margin-top: 3px;
    line-height: 5px;
}

.bottom .btn {
    margin: 0;
}

@media (max-width:530px) {
    .footer {
        padding: 5px 5px;
    }

    .footer-link li,
    .footer-list {
        float: none;
    }

    .footer-address {
        margin: 8px 3vw;
    }

    .footer-list {
        float: left;
        margin: 0 0 15px;
    }

    .footer-list li {
        float: left;
        margin: 0 10px;
    }

    .bottom {
        margin: 30px 0 10px;
        font-size: 12px;
    }
}
