/*****************************************************

    ヘッダー

*****************************************************/
header {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 750px;
    background-color: #fff;
    z-index: 10;
}
.hd-container {
    position: relative;
    height: 85px;
    box-sizing: border-box;
}
header nav.globalMenuSp {
    position: absolute;
    top: 85px;
    left: 0;
    background: #fff;
    transform: translateY(-200%);
    transition: all 0.6s;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
}
nav.globalMenuSp.active {
    transform: translateY(0%);
}
.navToggle {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
    position: relative;
    margin-right: 20px;
}
.navToggle span {
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: solid 5px #2C64D2;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.navToggle span:nth-child(1) {
    top: 5px;
}
.navToggle.active span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navToggle span:nth-child(2) {
    top: 18px;
}
.navToggle span:nth-child(3) {
    top: 30px;
}
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hd-box {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #fff;
    position: relative;
    z-index: 10;
}
.hd-title {
    width: 470px;
    margin: 0 auto;
}
.hd-title a {
    display: block;
}
header nav.globalMenuSp li {
    position: relative;
    margin-bottom: 2px;
}
header nav.globalMenuSp li:last-child {
    margin-bottom: 0;
}
header nav.globalMenuSp li a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 10px 20px;
    background-color: #2C64D2;
}
header nav.globalMenuSp li.list01 a {
    background-color: #FF7474;
}
header nav.globalMenuSp li.list02 a {
    background-color: #46BEEF;
}
header nav.globalMenuSp li.list03 a {
    background-color: #3EBE9B;
}
header nav.globalMenuSp li i {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) translateX(0);
    -webkit- transform: translateY(-50%) translateX(0);
}
header nav.globalMenuSp .hd-tel {
    text-align: center;
    padding: 40px;
}
header nav.globalMenuSp .hd-tel a {
    display: block;
}
header nav.globalMenuSp .closebtn {
    width: 70%;
    margin: 0 auto 40px;
    background-color: #2C64D2;
}
header nav.globalMenuSp .closebtn a {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    display: block;
}
main {
    padding-top: 85px;
}

/*****************************************************

    コピーショップからのお知らせ

*****************************************************/
.news {
    margin-bottom: 0.8%;
}
.news .title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px;
    background-color: #2C64D2;
}
.news .box {
    border-right: solid 3px #2C64D2;
    border-bottom: solid 3px #2C64D2;
    border-left: solid 3px #2C64D2;
    box-sizing: border-box;
}
.news .box .inn {
    padding: 10px;
}
.news .box li {
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    margin-bottom: 10px;
}
.news .box li:last-child {
    margin-bottom: 0;
}
.news .box li .data {
    min-width: 90px;
    box-sizing: border-box;
}

/*****************************************************

    メインバナー

*****************************************************/
.main-banner {
    margin-bottom: 0.8%;
}

/*****************************************************

    youtube

*****************************************************/
.youtube-area {
    margin-bottom: 0.8%;
}
.youtube-area .move {
    line-height: 0;
}
.youtube-area .move:first-child {
    margin-bottom: 0.8%;
}
.youtube-area .move iframe {
    width: 100%;
    height: 100%;
}

/*****************************************************

    トップバナー

*****************************************************/
.banner-list ul {
    display: flex;
    flex-wrap: wrap;
}
.banner-list li {
    width: 49.6%;
    margin: 0 0.8% 0.8% 0;
}
.banner-list li:nth-child(2n) {
    margin: 0 0 0.8% 0;
}
.banner-list-bottom {
    margin-bottom: 30px;
}
.item-area .box-margin {
    margin-top: 10px;
}
.item-area-bottom {
    margin-bottom: 20px;
}
.banner-list ul.little_list {
    justify-content: space-between;
    margin-bottom: 0.8%;
}
.banner-list ul.little_list li {
    width: 24.4%;
    margin: 0;
}

/*****************************************************

    フッター

*****************************************************/
footer {
    margin-top: 2%;
}
.ft-box {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 100;
    /*margin-bottom: 0.8%;*/
}
.ft-box .inn {
    display: flex;
}
.ft-box .inn .left,
.ft-box .inn .right {
    width: 49.6%;
}
.ft-box .inn .left {
    margin-right: 0.8%;
}
.copyright {
    font-size: 11px;
    padding: 10px;
    text-align: center;
    color: #fff;
    background-color: #333;
}

@media (max-width: 560px) {
/*****************************************************

    ヘッダー

*****************************************************/
    .hd-container {
        height: 60px;
    }
    .hd-title {
        width: 250px;
    }
    header nav.globalMenuSp {
        top: 60px;
    }
    header nav.globalMenuSp .hd-tel {
        padding: 20px 40px;
    }
    header nav.globalMenuSp .closebtn {
        margin-bottom: 20px;
    }
    main {
        padding-top: 60px;
    }
}

/*****************************************************

    オルフィス印刷 料金＆注意事項

*****************************************************/
.inquiry .title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px;
    background-color: #0057cf;
}
.inquiry .title span {
    color: #ffe500;
}
.inquiry .box {
    border-right: solid 3px #0057cf;
    border-bottom: solid 3px #0057cf;
    border-left: solid 3px #0057cf;
    box-sizing: border-box;
}
.inquiry .box .inn {
    padding: 10px;
}
.inquiry .box h2 {
    font-size: 16px;
    text-align: center;
    color: #0d5bcb;
    margin-bottom: 10px;
}
.inquiry .box .txt {
    font-size: 14px;
    line-height: 1.8;
}
.inquiry .box .txt_bottom {
    margin-bottom: 10px;
}
.inquiry .box .txt span {
    font-size: 16px;
    font-weight: 700;
    color: #ff5452;
}
.inquiry-container .box .photo-bottom {
    margin-top: 20px;
    padding: 0 10px;
}
.inquiry-container .box .item-box {
    margin: 20px 20px 0;
    box-sizing: border-box;
}
.inquiry-container .box .item-box h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: -webkit-gradient(linear, 100% 0%,100% 50%,from(rgba(26,159,228,1)),to(rgba(30,37,132,1)));
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
    margin-bottom: 15px;
}
.inquiry-container .box .item-box .pict {
    text-align: center;
    margin-bottom: 5px;
    padding: 0 10%;
}
.inquiry-container .box .item-box .txt {
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
}
.inquiry-container .box .item-box .txt span {
    color: #ff0000;
}
.inquiry-container .box .item-box .inn {
    padding: 10px;
}
.inquiry-container .box .item-box .inn h4 {
    font-size: 20px;
    font-weight: 700;
    color: #ff5452;
    text-align: center;
}
.inquiry-container .box .item-box .inn .subtitle {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #999;
    margin-bottom: 10px;
}
.inquiry-container .box .item-box .inn li {
    font-size: 14px;
    padding-left:1em;
    text-indent:-1em;
    line-height: 1.8;
}
.inquiry-container .box .item-box .tel-txt,
.inquiry-container .box .item-box .tel-txt a {
    font-size: 14px;
    font-weight: 700;
    color: #0057cf;
    text-align: center;
}
.inquiry-container .inquiry_txt {
    text-align: center;
    color: #FF0000;
    margin-top: 20px;
    font-weight: bold;
}
.inquiry-container .box .pink {
    border: solid 4px #ff7472;
    border-radius: 20px;
}
.inquiry-container .box .tel {
    border: solid 2px #0057cf;
    border-radius: 10px;
}
.inquiry-container .boxB {
    margin-top: 30px;
}
.inquiry-container .boxB h2 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px;
    background-color: #0057cf;
}
.inquiry-container .boxB ul {
    margin: 20px 20px 0;
}
.inquiry-container .boxB li {
    font-size: 14px;
    padding-left:1em;
    text-indent:-1em;
    line-height: 1.8;
}
.inquiry-container .boxB li span {
    font-weight: 700;
    color: #ff5452;
}
.inquiry-container .boxB .item-box {
    margin: 20px 20px 0;
    box-sizing: border-box;
}
.inquiry-container .boxB .item-box-bottom {
    margin-bottom: 40px;
}
.inquiry-container .boxB .item-box h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: -webkit-gradient(linear, 100% 0%,100% 50%,from(rgba(26,159,228,1)),to(rgba(30,37,132,1)));
    padding: 5px 20px;
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
}
.inquiry-container .boxB .item-box h3 span {
    font-size: 13px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) translateX(0);
    -webkit- transform: translateY(-50%) translateX(0);
}
.inquiry-container .boxB .item-box .graph {
    margin: 0 25px;
}
.inquiry-container .boxB .item-box .graph-top {
    margin-bottom: 15px;
}
.inquiry-container .boxB .item-box .graph .graph-tit {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}
.inquiry-container .boxB .item-box .graph .graph-tit .cat {
    font-size: 16px;
    font-weight: 700;
    margin-right: auto;
}
.inquiry-container .boxB .item-box .graph .graph-tit .cat-blue {
    color: #09c499;
}
.inquiry-container .boxB .item-box .graph .graph-tit .caption {
    font-size: 13px;
}
.inquiry-container .boxB .item-box .graph table {
    width: 100%;
    border: solid 2px #333;
    box-sizing: border-box;
}
.inquiry-container .boxB .item-box .graph table tr th.th-top {
    font-weight: 400;
    background-color: #eee;
}
.inquiry-container .boxB .item-box .graph table.blue tr td {
    background-color: #a3e9d9;
}
.inquiry-container .boxB .item-box .graph table.blue tr th.th-top {
    background-color: #fffbd4;
}
.inquiry-container .boxB .item-box .graph table tr td,
.inquiry-container .boxB .item-box .graph table tr th {
    font-size: 13px;
    text-align: center;
    border: solid 1px #333;
    padding: 5px 5px;
}
.inquiry-container .boxB .item-box .graph table tr td {
    background-color: #cbcbcb;
}
.inquiry-container .boxB .item-box .graph table tr th {
    font-weight: 700;
}
.inquiry-container .boxB .item-box .graph table tr th.th-list {
    font-size: 16px;
}
.inquiry-container .boxB .item-box .graph .comment {
    font-size: 12px;
    margin-top: 10px;
}

/*****************************************************

    オルフィス加工

*****************************************************/
.easyprint-container h2 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px;
    background-color: #0057cf;
}
.easyprint-container .item-area {
    margin-top: 20px;
    margin-bottom: 40px;
}
.easyprint-container .item-area .box {
    padding-top: 85px;
    margin-top: -85px;
}

@media (max-width: 560px) {
    .easyprint-container .item-area .box {
        padding-top: 60px;
        margin-top: -60px;
    }
}

/*****************************************************

    ご利用案内

*****************************************************/
.use-container h2 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px;
    background-color: #0057cf;
}
.use-container .item-area .box {
    margin-top: 20px;
}
.use-container .item-area .box-bottom {
    margin-bottom: 40px;
}
.use-container .item-area .box .title {
    font-size: 18px;
    font-weight: 700;
    color: #0d57cd;
    margin-bottom: 10px;
    position: relative;
}
.use-container .item-area .box .title:before {
    content: "";
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 20px;
}
.use-container .item-area .box .list01:before {
    background-image: url("../img/use-sp/img_use-icon01.png");
}
.use-container .item-area .box .list02:before {
    background-image: url("../img/use-sp/img_use-icon02.png");
}
.use-container .item-area .box .list03:before {
    background-image: url("../img/use-sp/img_use-icon03.png");
}
.use-container .item-area .box .list04:before {
    background-image: url("../img/use-sp/img_use-icon04.png");
}
.use-container .item-area .box .list05:before {
    background-image: url("../img/use-sp/img_use-icon05.png");
}
.use-container .item-area .box .title:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #0057cf;
    display: block;
    position: absolute;
    bottom: 30%;
    z-index: -1;
}
.use-container .item-area .box .inn,
.use-container .item-area .box ul {
    margin: 0 20px;
}
.use-container .item-area .box .inn .txt {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
}
.use-container .item-area .box .inn .txt:last-child {
    margin-bottom: 0;
}
.use-container .item-area .box .inn .txt span,
.use-container .item-area .box .inn .txt-pink {
    color: #ff5452;
}
.use-container .item-area .box li {
    font-size: 14px;
    line-height: 1.8;
    padding-left:1em;
    text-indent:-1em;
}
.use-container .item-area .box .inn .cat {
    width: 60px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    background-color: #0057cf;
    border-radius: 5px;
    margin-bottom: 5px;
}
.use-container .item-area .box .inn-list03 .btn {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    display: inline-block;
    background: -webkit-gradient(linear, 100% 0%,100% 50%,from(rgba(26,159,228,1)),to(rgba(30,37,132,1)));
    border-radius: 5px;
    margin-bottom: 40px;
}
.use-container .item-area .box .inn-list04 .btn {
    width: 100%;
    max-width: 335px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 5px 10px;
    background: -webkit-gradient(linear, 100% 0%,100% 50%,from(rgba(26,159,228,1)),to(rgba(30,37,132,1)));
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.use-container .item-area .box .inn-list04 .btn span {
    font-size: 35px;
}
.use-container .item-area .box .inn-list04 .txt {
    font-size: 12px;
}
.use-container .item-area .box table {
    width: 100%;
}
.use-container .item-area .box table tr th,
.use-container .item-area .box table tr td {
    font-size: 14px;
    text-align: left;
    border-top: solid 2px #e1e1e1;
    border-bottom: solid 2px #e1e1e1;
    padding: 10px 20px;
    vertical-align: middle;
}
.use-container .item-area .box table tr th {
    background-color: #e6f0fe;
}

/*****************************************************

    お支払い方法

*****************************************************/
.postage-container h2 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px;
    background-color: #0057cf;
}
.postage-container .item-area {
    margin-top: 20px;
    margin-bottom: 40px;
}
.postage-container .item-area .box {
    padding-top: 85px;
    margin-top: -85px;
}
.postage-container .item-area .box_bottom {
    margin-bottom: 1.5em;
}

@media (max-width: 560px) {
    .postage-container .item-area .box {
        padding-top: 60px;
        margin-top: -60px;
    }
}

/*****************************************************

    よくある質問

*****************************************************/
.faq-container h2 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px;
    background-color: #0057cf;
}
.faq-container .item-area {
    margin-top: 20px;
    margin-bottom: 40px;
}
.faq-container .item-area .box {
    margin-top: 15px;
    padding: 0 20px 15px;
    border-bottom: solid 2px #e1e1e1;
}
.faq-container .item-area .box-top {
    margin-top: 0;
}
.faq-container .item-area .box .question,
.faq-container .item-area .box .answer {
    display: flex;
}
.faq-container .item-area .box .question .icon,
.faq-container .item-area .box .question .txt {
    font-size: 16px;
    font-weight: 700;
    color: #0d57cd;
    line-height: 1.5;
}
.faq-container .item-area .box .question {
    margin-bottom: 10px;
}
.faq-container .item-area .box .question .icon,
.faq-container .item-area .box .answer .icon {
    min-width: 40px;
    box-sizing: border-box;
    text-align: right;
    margin-right: 15px;
}
.faq-container .item-area .box .answer .icon {
    font-size: 16px;
    font-weight: 700;
    color: #ff5452;
    line-height: 1.5;
}
.faq-container .item-area .box .answer .txt {
    font-size: 14px;
    line-height: 1.5;
}
.faq-container .item-area .box .answer span.txt-pink {
    color: #ff5452;
}
.faq-container .item-area .info-box {
    margin: 20px 20px 0;
    border: solid 2px #0057cf;
    border-radius: 5px;
    box-sizing: border-box;
    color: #0057cf;
    text-align: center;
}
.faq-container .item-area .info-box .info-inn {
    padding: 10px;
}
.faq-container .item-area .info-box .info-inn .txt {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}
.faq-container .item-area .info-box .info-inn .txt a {
    color: #0057cf;
}

/*****************************************************

    個人情報の取扱

*****************************************************/
.privacy-container h2 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px;
    background-color: #0057cf;
}
.privacy-container .item-area {
    margin-top: 20px;
    margin-bottom: 40px;
}
.privacy-container .item-area h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0d57cd;
    padding: 0 20px 5px;
    border-bottom: solid 2px #0d57cd;
    margin-top: 30px;
    margin-bottom: 20px;
}
.privacy-container .item-area h3.top {
    margin-top: 0;
    margin-bottom: 10px;
}
.privacy-container .item-area .subtitle {
    font-size: 14px;
    font-weight: 700;
    padding: 0 20px;
    margin-bottom: 20px;
}
.privacy-container .item-area h4 {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    background-color: #e6f0fe;
    margin-top: 20px;
    margin-bottom: 10px;
}
.privacy-container .item-area h4.top {
    margin-top: 0;
}
.privacy-container .item-area .txt {
    font-size: 14px;
    line-height: 1.8;
    padding: 0 20px;
}
.privacy-container .item-area ul {
    padding: 0 20px;
}
.privacy-container .item-area li {
    font-size: 14px;
    padding-left:1em;
    text-indent:-1em;
    line-height: 1.8;
}
.privacy-container .item-area table {
    width: 100%;
}
.privacy-container .item-area table tr th,
.privacy-container .item-area table tr td {
    font-size: 14px;
    text-align: left;
    border-top: solid 2px #e1e1e1;
    border-bottom: solid 2px #e1e1e1;
    padding: 10px 20px;
    vertical-align: middle;
}
.privacy-container .item-area table tr th {
    background-color: #e6f0fe;
}
.privacy-container .item-area table tr td {
    width: 63%;
    box-sizing: border-box;
}

/*****************************************************

    会社概要

*****************************************************/
.company-container {
    
}
.company-container .company-box {
    border: solid 3px #0057cf;
}
.company-container .company-box .inn {
    padding: 10px;
}
.company-container .company-box .inn .title {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #0057cf;
    border-bottom: solid 2px #0057cf;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.company-container .company-box .inn .subtitle {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.company-container .company-box .inn .txt {
    font-size: 14px;
    line-height: 1.8;
}
.company-container h2 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px;
    background-color: #0057cf;
    margin-top: 30px;
}
.company-container table {
    width: 100%
}
.company-container table tr th,
.company-container table tr td {
    font-size: 14px;
    text-align: left;
    border-top: solid 2px #e1e1e1;
    border-bottom: solid 2px #e1e1e1;
    padding: 10px;
    vertical-align: middle;
}
.company-container table tr th {
    color: #0057cf;
}
.company-container table tr th .name {
    display: flex;
    justify-content: space-between;
}
.company-container table tr td {
    width: 74%;
    box-sizing: border-box;
}
.company-container table tr td .list {
    padding-left: 1em;
    text-indent: -1em;
}
.company-container .map {
    height: 375px;
    margin-top: 10px;
    margin-bottom: 40px;
}
.company-container .map iframe {
    width: 100%;
    height: 100%;
}

/*　追加20210215　*/
.shipping_container {
    background-color: #FF8C8C;
    padding: 15px;
}
.shipping_tit {
    text-align: center;
    margin-bottom: 15px;
}
.shipping_list_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shipping_list {
    width: 49.3%;
}
.shipping_list:nth-child(1),
.shipping_list:nth-child(2),
.shipping_list:nth-child(3),
.shipping_list:nth-child(4) {
    margin-bottom: 5px;
}
.shipping_list a {
    display: block;
}
.main-menu_nav_area {
    display: flex;
    justify-content: space-between;
}
.main-menu_nav {
    width: 24.3%;
}
.main-menu_nav a {
    display: block;
}

#txt-content p + p {
  margin-top: 1em;
}