﻿.contact-flow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 40px
}

.contact-flow span {
    position: relative;
    font-weight: bold;
    color: #141414;
    background-color: #efefef;
    text-align: center
}

.contact-flow span::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    background-repeat: no-repeat
}

.contact-flow span:not(.current)::before {
    background-image: url("/achievement/sample01/assets/img/icn/flow04.png")
}

.contact-flow span:not(.current):last-child::before {
    background-image: url("/achievement/sample01/assets/img/icn/flow06.png")
}

.contact-flow span.current {
    background-color: #ff4d00;
    color: #fff
}

.contact-flow span:first-child::before {
    background-image: url("/achievement/sample01/assets/img/icn/flow04.png")
}

.contact-flow span:first-child.current::before {
    background-image: url("/achievement/sample01/assets/img/icn/flow01.png")
}

.contact-flow span:nth-of-type(2)::before {
    background-image: url("/achievement/sample01/assets/img/icn/flow04.png")
}

.contact-flow span:nth-of-type(2).current::before {
    background-image: url("/achievement/sample01/assets/img/icn/flow01.png")
}

.contact-flow span:nth-of-type(3).current::before {
    background-image: url("/achievement/sample01/assets/img/icn/flow03.png")
}

html,
body,
div,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
img,
small,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
figcaption,
footer,
header,
nav,
output {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box
}

input,
textarea {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

table {
    width: 100%
}

body {
    -webkit-text-size-adjust: none
}

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #141414
}

@media screen and (min-width: 769px) {
    body {
        line-height: 1;
        min-width: 1140px;
        padding-top: 120px;
        overflow: hidden
    }
    #header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2000;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        padding-bottom: 50px;
        background-color: #fff
    }
    #header .logo {
        width: 155px;
        margin-right: 20px;
        padding: 20px 0 0 40px;
        box-sizing: content-box
    }
    .utility-area {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: nowrap;
        padding: 20px 30px 0 0
    }
    #slideMenu-bg {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        opacity: 0.2;
        background-image: none !important;
        background-color: #000;
        z-index: 105;
        display: none !important
    }
    #slideMenu {
        display: none;
        width: 80%;
        background-color: #fff;
        position: fixed;
        top: 0;
        right: -80%;
        z-index: 110;
        opacity: 0;
        transition: 0.5s all ease 0s
    }
    #slideMenu.onMenu {
        display: none;
        opacity: 1;
        right: 0%
    }
    #slideMenu button {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        border: none;
        outline: none;
        background-color: transparent;
        margin: 10px 0 10px 10px
    }
    #slideMenu ul li.tel {
        background: url("/achievement/sample01/assets/img/common/header_icn_tel.png") no-repeat 15px center;
        background-size: 15px auto
    }
    #slideMenu ul li.tel a {
        padding-left: 35px
    }
    #slideMenu ul li a {
        display: block;
        padding: 15px 10px;
        text-decoration: none;
        font-size: 14px;
        color: #141414;
        border-top: 1px solid #141414;
        background: url("/achievement/sample01/assets/img/icn/arrow_right_black.png") no-repeat 95% center
    }
    #slideMenu ul li .navi-accordion section h2 {
        padding: 15px 10px;
        text-decoration: none;
        font-size: 14px;
        color: #141414;
        border-top: 1px solid #141414;
        background: url("/achievement/sample01/assets/img/icn/arrow_btm_black.png") no-repeat 95% center
    }
    #slideMenu ul li .navi-accordion section h2.open {
        background: url("/achievement/sample01/assets/img/icn/arrow_right_black.png") no-repeat 95% center
    }
    #slideMenu ul li .navi-accordion section ul {
        display: none
    }
    #slideMenu ul li .navi-accordion section ul.open {
        display: block
    }
    #slideMenu ul li .navi-accordion section ul li a {
        padding-left: 40px;
        background-color: #efefef
    }
    .global-navi ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap
    }
    .global-navi ul li {
        transition: 0.3s
    }
    .global-navi ul li:not(:last-child) {
        margin-right: 35px
    }
}

@media screen and (min-width: 769px) and (max-width: 1360px) {
    .global-navi ul li:not(:last-child) {
        margin-right: 17px
    }
}

@media screen and (min-width: 769px),
print {
    .global-navi ul li a {
        position: relative;
        display: inline-block;
        padding: 10px 0;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none
    }
    .global-navi ul li a:hover::before {
        transform: scale(1, 1)
    }
    .global-navi ul li a::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: -5%;
        width: 110%;
        height: 2px;
        background-color: #000;
        transform: scale(0, 1);
        transform-origin: 0 center;
        transition: 0.3s
    }
    .contact-information {
        flex-shrink: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        margin-left: 45px
    }
    .contact-information .tel p:nth-of-type(1) {
        font-size: 13px;
        letter-spacing: 0.12em
    }
    .contact-information .tel p:nth-of-type(2) a {
        padding-left: 30px;
        font-family: atrament-web, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 30px;
        text-decoration: none;
        background: url("/achievement/sample01/assets/img/common/header_icn_tel.png") no-repeat left center
    }
    .contact-information .contact-btn {
        margin-left: 30px
    }
    .contact-information .contact-btn a {
        display: block;
        width: 230px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        background-color: #ff4d00;
        border-radius: 5px;
        transition: 0.3s
    }
    .contact-information .contact-btn a:hover {
        opacity: 0.75
    }
    .contact-information .contact-btn a span {
        padding-left: 60px;
        background: url("/achievement/sample01/assets/img/common/header_icn_mail.png") no-repeat 20px center;
        display: inline-block;
        line-height: 1.286;
    }
    .f-box01 {
        padding: 100px 0 130px;
        background-color: #f9f9f9
    }
    .f-box01 .contents-inner {
        max-width: 1140px;
        width: 100%;
        margin: 0 auto
    }
    .f-box01 .list {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: nowrap
    }
    .f-box01 .list .box {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap;
        width: 50%
    }
    .f-box01 .list .box:nth-of-type(1) sub-title {
        background: url("/achievement/sample01/assets/img/icn/case.png") no-repeat left center
    }
    .f-box01 .list .box:nth-of-type(2) .c-content {
        padding-right: 20px
    }
    .f-box01 .list .box:nth-of-type(2) .title {
        background: url("/achievement/sample01/assets/img/icn/graph.png") no-repeat left center
    }
    .f-box01 .list .box .thumbnail {
        flex-shrink: 0;
        width: 218px
    }
    .f-box01 .list .box .thumbnail img {
        width: 100%
    }
    .f-box01 .list .box .c-content {
        padding: 0 40px 0 30px
    }
    .f-box01 .list .box .c-content .c-content__title {
        padding-left: 30px;
        font-size: 22px;
        font-weight: bold
    }
    .f-box01 .list .box .c-content .c-content__description {
        margin-top: 25px;
        color: #3c3c3c;
        line-height: 1.6
    }
    .f-box01 .list .box .c-content .point {
        margin-top: 25px;
        color: #3c3c3c
    }
    .f-box01 .list .box .c-content .point .sub-title {
        font-size: 15px;
        font-weight: bold
    }
    .f-box01 .list .box .c-content .point ul li {
        margin-top: 8px;
        font-size: 13px
    }
    .f-box01 .list .box .normal-btn {
        position: absolute;
        bottom: -65px;
        left: 140px
    }
    .f-box01 .list .box .normal-btn a {
        padding-left: 63px
    }
    .f-box03 {
        padding-bottom: 60px
    }
    .f-box03 .contents-inner {
        max-width: 1300px;
        width: 100%;
        margin: 0 auto;
        padding: 60px 80px 80px;
        background-color: #ff4d00;
        border-radius: 5px
    }
    .f-box03 .c-title span {
        color: #fff
    }
    .f-box03 .list {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        margin-top: 40px
    }
    .f-box03 .list>div {
        width: 50%;
        text-align: center
    }
    .f-box03 .list>div:nth-of-type(1) {
        border-radius: 5px 0 0 5px
    }
    .f-box03 .list>div:nth-of-type(1) a {
        border-radius: 5px 0 0 5px
    }
    .f-box03 .list>div:nth-of-type(1) a:hover {
        cursor: default
    }
    .f-box03 .list>div:nth-of-type(1) a span {
        display: inline-block;
        vertical-align: middle;
        color: #fff
    }
    .f-box03 .list>div:nth-of-type(1) a span:nth-of-type(1) {
        font-size: 18px
    }
    .f-box03 .list>div:nth-of-type(1) a span:nth-of-type(2) {
        margin-left: 20px;
        padding-left: 30px;
        font-size: 36px;
        font-family: atrament-web, sans-serif;
        font-style: normal;
        font-weight: 300;
        background: url("/achievement/sample01/assets/img/common/footer_icn_tel.png") no-repeat left center
    }
    .f-box03 .list>div:nth-of-type(2) {
        border-radius: 0 5px 5px 0
    }
    .f-box03 .list>div:nth-of-type(2) a {
        border-radius: 0 5px 5px 0;
        background-color: #fff;
        font-size: 19px;
        color: #ff4d00;
        transition: 0.3s
    }
    .f-box03 .list>div:nth-of-type(2) a:hover {
        opacity: 0.75
    }
    .f-box03 .list>div:nth-of-type(2) a span {
        padding-left: 45px;
        background: url("/achievement/sample01/assets/img/common/footer_icn_mail.png") no-repeat left center
    }
    .f-box03 .list>div a {
        display: block;
        height: 80px;
        line-height: 80px;
        border: 3px solid #fff;
        text-decoration: none;
        font-weight: bold
    }
    .f-box05 {
        padding: 60px 0 75px;
        background-color: #f9f9f9
    }
    .f-box05 .contents-inner {
        max-width: 1140px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: nowrap
    }
    .f-box05 .contents-inner .link-list .main-link {
        margin-bottom: 25px;
        padding-left: 17px;
        border-left: 3px solid #ff4d00
    }
    .f-box05 .contents-inner .link-list .main-link li:not(:first-child) {
        margin-top: 20px
    }
    .f-box05 .contents-inner .link-list .main-link li a {
        font-size: 14px;
        font-weight: bold;
        color: #141414;
        text-decoration: none
    }
    .f-box05 .contents-inner .link-list .main-link li a:hover {
        text-decoration: underline
    }
    .f-box05 .contents-inner .link-list ul:not(.main-link):first-child {
        margin-top: 40px
    }
    .f-box05 .contents-inner .link-list ul:not(.main-link) li:not(:first-child) {
        margin-top: 15px
    }
    .f-box05 .contents-inner .link-list ul:not(.main-link) li a {
        font-size: 12px;
        color: #3c3c3c;
        text-decoration: none
    }
    .f-box05 .contents-inner .link-list ul:not(.main-link) li a:hover {
        text-decoration: underline
    }
    .f-box05 .contents-inner .globalsign {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        padding: 10px 20px;
        background-color: #fff
    }
    .f-box05 .contents-inner .globalsign>a,
    .f-box05 .contents-inner .globalsign>span {
        display: block
    }
    .f-box05 .contents-inner .globalsign>a:nth-child(3),
    .f-box05 .contents-inner .globalsign>span:nth-child(3) {
        margin-left: 15px
    }
    .f-box06 {
        padding: 35px 0;
        background-color: #141414
    }
    .f-box06 .contents-inner {
        max-width: 1140px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap
    }
    .f-box06 .sns-link {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap
    }
    .f-box06 .sns-link li.twitter-btn a {
        display: inline-block;
        width: 60px;
        height: 40px;
        background: #1da1f2 url("/achievement/sample01/assets/img/common/twitter.png") no-repeat center center;
        background-size: 28px 22px
    }
    .f-box06 .sns-link li.twitter-btn a span {
        display: none
    }
    .f-box06 .sns-link li.facebook-btn a {
        display: inline-block;
        width: 60px;
        height: 40px;
        background: #3b5998 url("/achievement/sample01/assets/img/common/facebook.png") no-repeat center center;
        background-size: 14px 28px
    }
    .f-box06 .sns-link li.facebook-btn a span {
        display: none
    }
    .f-box06 .sns-link ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap
    }
    .f-box06 .sns-link ul:nth-of-type(1) li:not(:first-child) {
        margin-left: 5px
    }
    .f-box06 .sns-link ul:nth-of-type(2) li:nth-of-type(1) {
        margin: 0 15px 0 30px
    }
    .f-box06 .sns-link ul:nth-of-type(2) li:nth-of-type(1) a {
        padding-right: 20px;
        background: url("/achievement/sample01/assets/img/icn/link-icon.png") no-repeat right center
    }
    .f-box06 .sns-link ul:nth-of-type(2) li a {
        font-size: 11px;
        text-decoration: none;
        color: #ffffff
    }
    .f-box06 .copyright {
        font-size: 10px;
        color: #ffffff
    }
    .fixed-contact {
        display: none
    }
    .sp {
        display: none
    }
}

@media screen and (max-width: 768px) {
    body {
        padding-top: 87px;
        position: relative
    }
    #header {
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        background-color: #fff
    }
    #header .logo {
        width: 100px;
        padding: 0 10px 0 20px
    }
    .utility-area {
        padding: 10px 0
    }
    .utility-area .global-navi {
        display: none
    }
    .utility-area .contact-information {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: nowrap
    }
    .utility-area .contact-information .tel p:nth-of-type(1) {
        display: none
    }
    .utility-area .contact-information .tel a {
        display: block;
        width: 60px;
        height: 60px;
        border-radius: 3px;
        background: url("/achievement/sample01/assets/img/common/footer_icn_tel.png") no-repeat center center #141414
    }
    .utility-area .contact-information .contact-btn {
        display: table;
        height: 60px;
        margin-left: 5px
    }
    .utility-area .contact-information .contact-btn a {
        display: table-cell;
        vertical-align: middle;
        padding: 0 10px 0 30px;
        border-radius: 3px;
        font-size: 12px;
        line-height: 1.2;
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        background: url("/achievement/sample01/assets/img/common/header_icn_mail.png") no-repeat 5px center;
        background-size: 20px auto;
        background-color: #ff4d00
    }
    .utility-area .contact-information .sp-menu button {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        border: none;
        outline: none;
        width: 70px;
        height: 60px;
        background: url("/achievement/sample01/assets/img/common/btn_menu.png") no-repeat center center;
        background-color: transparent
    }
    #slideMenu-bg {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        opacity: 0.2;
        background-image: none !important;
        background-color: #000;
        z-index: 105;
        display: none
    }
    #slideMenu {
        width: 80%;
        background-color: #fff;
        position: fixed;
        top: 0;
        right: -80%;
        z-index: 110;
        opacity: 0;
        transition: 0.5s all ease 0s
    }
    #slideMenu.onMenu {
        opacity: 1;
        right: 0%
    }
    #slideMenu button {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        border: none;
        outline: none;
        background-color: transparent;
        margin: 10px 0 10px 10px
    }
    #slideMenu ul li.tel {
        background: url("/achievement/sample01/assets/img/common/header_icn_tel.png") no-repeat 15px center;
        background-size: 15px auto
    }
    #slideMenu ul li.tel a {
        padding-left: 35px
    }
    #slideMenu ul li a {
        display: block;
        padding: 15px 10px;
        text-decoration: none;
        font-size: 14px;
        color: #141414;
        border-top: 1px solid #141414;
        background: url("/achievement/sample01/assets/img/icn/arrow_right_black.png") no-repeat 95% center
    }
    #slideMenu ul li .navi-accordion section h2 {
        padding: 15px 10px;
        text-decoration: none;
        font-size: 14px;
        color: #141414;
        border-top: 1px solid #141414;
        background: url("/achievement/sample01/assets/img/icn/arrow_btm_black.png") no-repeat 95% center
    }
    #slideMenu ul li .navi-accordion section h2.open {
        background: url("/achievement/sample01/assets/img/icn/arrow_right_black.png") no-repeat 95% center
    }
    #slideMenu ul li .navi-accordion section ul {
        display: none
    }
    #slideMenu ul li .navi-accordion section ul.open {
        display: block
    }
    #slideMenu ul li .navi-accordion section ul li a {
        padding-left: 40px;
        background-color: #efefef
    }
    .f-box01 {
        padding: 30px 20px;
        background-color: #f9f9f9
    }
    .f-box01 .list .box {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap
    }
    .f-box01 .list .box .title {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
        font-size: 18px;
        font-weight: bold
    }
    .f-box01 .list .box .title span {
        padding-left: 30px
    }
    .f-box01 .list .box:nth-of-type(1) .title span {
        background: url("/achievement/sample01/assets/img/icn/case.png") no-repeat left center
    }
    .f-box01 .list .box:nth-of-type(2) {
        margin-top: 40px
    }
    .f-box01 .list .box:nth-of-type(2) .title span {
        background: url("/achievement/sample01/assets/img/icn/graph.png") no-repeat left center
    }
    .f-box01 .list .box .thumbnail {
        flex-shrink: 0;
        width: 120px
    }
    .f-box01 .list .box .thumbnail img {
        width: 100%
    }
    .f-box01 .list .box .c-content {
        width: calc(100% - 120px);
        padding-left: 20px
    }
    .f-box01 .list .box .c-content .c-content__description {
        color: #3c3c3c;
        font-size: 14px;
        line-height: 1.6
    }
    .f-box01 .list .box .c-content .point {
        margin-top: 20px;
        color: #3c3c3c
    }
    .f-box01 .list .box .c-content .point .sub-title {
        font-size: 14px;
        font-weight: bold
    }
    .f-box01 .list .box .c-content .point ul li {
        margin-top: 3px;
        font-size: 11px;
        text-indent: -1em;
        margin-left: 1em
    }
    .f-box01 .list .box .normal-btn {
        width: 100%;
        margin-top: 20px
    }
    .f-box03 {
        padding: 30px 20px;
        background-color: #ff4d00
    }
    .f-box03 .c-title span {
        color: #fff
    }
    .f-box03 .list {
        margin-top: 30px
    }
    .f-box03 .list>div {
        text-align: center
    }
    .f-box03 .list>div:nth-of-type(1) {
        border-radius: 5px
    }
    .f-box03 .list>div:nth-of-type(1) a {
        border-radius: 5px
    }
    .f-box03 .list>div:nth-of-type(1) a:hover {
        cursor: default
    }
    .f-box03 .list>div:nth-of-type(1) a span {
        vertical-align: middle;
        color: #fff
    }
    .f-box03 .list>div:nth-of-type(1) a span:nth-of-type(1) {
        font-size: 14px
    }
    .f-box03 .list>div:nth-of-type(1) a span:nth-of-type(2) {
        margin-top: 10px;
        padding-left: 30px;
        font-size: 25px;
        font-family: atrament-web, sans-serif;
        font-style: normal;
        font-weight: 300;
        background: url("/achievement/sample01/assets/img/common/footer_icn_tel.png") no-repeat left center
    }
    .f-box03 .list>div:nth-of-type(2) {
        margin-top: 20px;
        border-radius: 5px
    }
    .f-box03 .list>div:nth-of-type(2) a {
        padding: 15px 0;
        border-radius: 5px;
        background-color: #fff;
        font-size: 14px;
        color: #ff4d00
    }
    .f-box03 .list>div:nth-of-type(2) a span {
        padding-left: 45px;
        background: url("/achievement/sample01/assets/img/common/footer_icn_mail.png") no-repeat left center
    }
    .f-box03 .list>div a {
        display: block;
        border: 3px solid #fff;
        text-decoration: none;
        font-weight: bold
    }
    .f-box05 {
        display: none
    }
    .f-box06 .sns-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        padding: 20px;
        background-color: #f9f9f9
    }
    .f-box06 .sns-link li.twitter-btn a {
        display: inline-block;
        width: 60px;
        height: 40px;
        background: #1da1f2 url("/achievement/sample01/assets/img/common/twitter.png") no-repeat center center;
        background-size: 28px 22px
    }
    .f-box06 .sns-link li.twitter-btn a span {
        display: none
    }
    .f-box06 .sns-link li.facebook-btn a {
        display: inline-block;
        width: 60px;
        height: 40px;
        background: #3b5998 url("/achievement/sample01/assets/img/common/facebook.png") no-repeat center center;
        background-size: 14px 28px
    }
    .f-box06 .sns-link li.facebook-btn a span {
        display: none
    }
    .f-box06 .sns-link ul:nth-of-type(1) {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        padding-right: 20px
    }
    .f-box06 .sns-link ul:nth-of-type(1) li:not(:first-child) {
        margin-left: 5px
    }
    .f-box06 .sns-link .globalsign {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        padding: 10px 20px;
        background-color: #fff
    }
    .f-box06 .sns-link .globalsign>a,
    .f-box06 .sns-link .globalsign>span {
        display: block
    }
    .f-box06 .sns-link .globalsign>a:nth-child(3),
    .f-box06 .sns-link .globalsign>span:nth-child(3) {
        margin-left: 15px
    }
    .f-box06 .sns-link ul:nth-of-type(2) {
        display: none
    }
    .f-box06 .copyright {
        padding: 10px 20px;
        background-color: #141414;
        text-align: center
    }
    .f-box06 .copyright ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap
    }
    .f-box06 .copyright ul li {
        padding-left: 5px
    }
    .f-box06 .copyright ul li:not(:first-child) {
        margin-left: 5px;
        border-left: 1px solid #fff;
        line-height: 1
    }
    .f-box06 .copyright ul li:nth-of-type(1) a {
        padding-right: 20px;
        background: url("/achievement/sample01/assets/img/icn/link-icon.png") no-repeat right center
    }
    .f-box06 .copyright ul li a {
        font-size: 12px;
        color: #fff;
        text-decoration: none
    }
    .f-box06 .copyright small {
        margin-top: 10px;
        color: #fff;
        font-size: 10px
    }
    .fixed-contact {
        display: none;
        position: fixed;
        z-index: 10;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        background-color: #ff4d00
    }
    .fixed-contact>p {
        height: 40px;
        font-size: 12px;
        text-align: center;
        color: #fff;
        font-weight: bold
    }
    .fixed-contact .list {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap;
        margin-top: 5px;
        border: 1px solid #fff;
        border-radius: 3px
    }
    .fixed-contact .list>div {
        display: table;
        width: 50%;
        min-height: 100px
    }
    .fixed-contact .list>div span {
        color: #fff
    }
    .fixed-contact .list>div.tel {
        line-height: 1
    }
    .fixed-contact .list>div.tel span {
        display: block;
        font-weight: bold
    }
    .fixed-contact .list>div.tel span:nth-of-type(1) {
        font-size: 12px
    }
    .fixed-contact .list>div.tel span:nth-of-type(2) {
        margin-top: 5px;
        font-size: 18px
    }
    .fixed-contact .list>div.tel span:nth-of-type(2) b {
        padding-left: 20px;
        background: url("/achievement/sample01/assets/img/common/footer_icn_tel.png") no-repeat left center;
        background-size: 16px auto
    }
    .fixed-contact .list>div.tel span:nth-of-type(3) {
        margin-top: 5px;
        font-size: 10px
    }
    .fixed-contact .list>div.contact {
        background-color: #fff
    }
    .fixed-contact .list>div.contact span {
        color: #ff4d00;
        display: block;
        font-weight: bold
    }
    .fixed-contact .list>div.contact span:nth-of-type(1) {
        font-size: 12px
    }
    .fixed-contact .list>div.contact span:nth-of-type(1) b {
        padding-left: 25px;
        font-weight: bold;
        background: url("/achievement/sample01/assets/img/common/footer_icn_mail.png") no-repeat left center;
        background-size: 16px auto
    }
    .fixed-contact .list>div.contact span:nth-of-type(2) {
        font-size: 14px
    }
    .fixed-contact .list>div a {
        display: table-cell;
        vertical-align: middle;
        padding: 0 10px;
        text-align: center;
        text-decoration: none
    }
    .pc {
        display: none
    }
}

@media print {
    body {
        padding-top: 0
    }
    #header {
        position: static;
        top: auto;
        left: auto
    }
}


/*# sourceMappingURL=common.css.map */