body {
    font-family: "M PLUS 1p", sans-serif;
    color: #000;
    font-weight: 400
}

body img {
    max-width: 100%
}

body a:hover {
    text-decoration: none;
    opacity: 0.8
}

header {
    padding: 0 0 0 50px
}

header .header-right ul li {
    min-width: 150px;
    font-weight: bold;
    font-size: 13px;
    height: 100%
}

header .header-right ul li a {
    display: block;
    color: #fff;
    background: #009250;
    padding: 15px 0
}

header .header-right ul li a img {
    height: 28px;
    width: auto
}

header .header-right ul li:nth-child(2) a {
    background: #e57803
}

header .header-right ul li:last-child a {
    background: #ffe900;
    color: #000
}

header .header-right .tel {
    font-size: 13px;
    padding-right: 20px
}

header .header-right .tel a {
    color: #000;
    font-weight: bold;
    font-size: 28px;
    line-height: 1
}

header .header-right .tel a:before {
    content: '';
    display: inline-block;
    background: url(../images/ico_tel.png) no-repeat;
    background-size: 100%;
    width: 26px;
    height: 26px;
    position: relative;
    top: 3px
}

header .header-logo {
    width: 300px;
    padding: 5px 0
}

.spnon img{
    width: 100%;
    height: 710px;
    object-fit: cover;
}

nav {
    background: #fff
}

nav>ul {
    padding: 15px 0;
    margin: 0
}

nav>ul>li {
    font-size: 20px;
    font-weight: bold
}

nav>ul>li.has-child {
    padding: 5px 35px;
    border-right: solid 1px #000
}

nav>ul>li .dropdwn_menu {
    display: none;
    position: absolute;
    margin-left: -5px;
    margin-top: 5px;
    padding: 0;
    z-index: 10
}

nav>ul>li .dropdwn_menu li a {
    background: #ffe900;
    color: #000;
    font-size: 15px;
    display: block;
    border-bottom: solid 1px #000;
    padding: 12px 15px
}

nav>ul>li .dropdwn_menu li:last-child a {
    border-bottom: none
}

nav>ul>li>a {
    color: #000;
    padding: 5px 35px;
    border-right: solid 1px #000;
    display: block
}

nav>ul>li>a:hover {
    color: #000
}

nav>ul>li:first-child {
    border-left: solid 1px #000
}

main,
footer {
    background: url(../images/bg.jpg) repeat;
    background-size: 600px
}

.bg-color {
    background: #edad0b
}

.bg-color .contents-ttl {
    color: #fff
}

.bg-color .contents-ttl .inner {
    background: #edad0b
}

.bg-color2 {
    background: #f8f8f8
}

.bg-color2 .contents-ttl {
    color: #000;
    background: url(../images/ttl_border2.png) no-repeat;
    background-size: 100%;
    background-position: bottom center
}

.bg-color2 .contents-ttl .inner {
    background: #f8f8f8
}

.contents-ttl {
    letter-spacing: 2px;
    background: url(../images/ttl_border.png) no-repeat;
    background-size: 100%;
    background-position: bottom center
}

.contents-ttl .inner {
    padding: 0 20px;
    display: inline-block
}

.contents-ttl .inner h2 {
    font-size: 44px;
    font-weight: bold
}

.contents-ttl .inner span {
    font-size: 18px;
    font-weight: bold
}

.bg-color2 .contents-sub-ttl .inner {
    background: #f8f8f8
}

.bg-color3 {
    background-size: auto auto;
    background-color: rgba(0, 146, 80, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(13, 152, 89, 1) 3px, rgba(13, 152, 89, 1) 4px);
    color: #fff
}

.bg-color3 .mitsumori-free {
    padding: 30px 0;
    width: 80%;
    margin: 0 auto
}

.bg-color3 .mitsumori-free .badge {
    width: 195px
}

.bg-color3 .mitsumori-free .text {
    width: calc(100% - 195px);
    padding: 0 0 0 20px;
    font-weight: bold
}

.ttl-bg {
    background: #e57803;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 12px 15px;
    border-radius: 5px;
    margin: 40px 0 20px;
    letter-spacing: 0.5px
}

figcaption {
    margin: 10px 0 0;
    display: block
}

.contents-sub-ttl {
    padding: 20px 0;
    background: url(../images/ttl_border2.png) no-repeat;
    background-size: 100%;
    background-position: bottom center
}

.contents-sub-ttl .inner {
    background: url(../images/bg.jpg) repeat;
    background-size: 500px;
    padding: 0 20px;
    display: inline-block
}

.contents-sub-ttl .inner h2 {
    font-size: 34px;
    font-weight: bold
}

.home .contents-service {
    padding: 70px 0 130px
}

.contents-service {
    padding: 70px 0
}

.service-list {
    padding: 30px 50px 0
}

.service-list li {
    width: 300px;
    padding: 0 15px
}

.service-list li .inner {
    position: relative
}

.service-list li .inner:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-size: auto auto;
    background-color: rgba(237, 173, 11, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(0, 0, 0, 1) 3px, rgba(0, 0, 0, 1) 4px);
    top: 5px;
    left: 5px
}

.service-list li .inner a {
    background: #fff url(../images/ico_arrow1.png) no-repeat;
    background-size: 30px;
    background-position: right 10px bottom 10px;
    padding: 30px 20px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 30px
}

.service-list li .inner a:hover {
    opacity: 1
}

.service-list li .inner a h3 {
    font-weight: bold;
    color: #000;
    font-size: 20px;
    margin: 0 0 10px
}

.service-list li .inner a img {
    height: 174px;
    width: auto
}

.contents-reason {
    padding: 0 0 70px
}

.contents-reason h2 {
    width: 600px;
    max-width: 100%;
    margin: -64px auto 20px
}

.contents-reason .intro {
    margin-bottom: 30px
}

.contents-reason .intro .text {
    font-size: 24px;
    font-weight: bold
}

.contents-reason .intro .badge {
    width: 195px
}

.contents-reason .intro .img {
    width: 223px
}

.reason-list {
    padding: 30px 50px 0
}

.reason-list li {
    width: 300px;
    padding: 0 15px;
    margin-bottom: 40px
}

.reason-list li .inner {
    background: #ffe900;
    border-radius: 20px;
    padding: 15px;
    position: relative;
    height: 100%
}

.reason-list li .inner .number {
    position: absolute;
    height: 56px;
    width: auto;
    top: -20px;
    left: 20px
}

.reason-list li .inner h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 2px #000;
    padding: 10px 0;
    margin: 0 0 15px
}

.reason-list li .inner p {
    font-size: 15px
}

.btn-list ul li a {
    display: block;
    min-width: 380px;
    background: #000;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    border: solid 2px #fff;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    margin: 0 5px 10px;
    padding: 15px 10px;
    white-space: pre
}

.btn-list ul li:nth-child(2) a {
    color: #000;
    background: #fff;
    border: solid 2px #000
}

.sns-content {
    margin: 50px auto;
    width: 96%;
    max-width: 1200px;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 0 8px #000
}

@media (max-width:768px) {
    .sns-content {
        width: 85%;
        margin: 50px auto 50px;
        padding: 23px
    }
}

.sns-content .container {
    border: solid 5px #000;
    padding: 50px;
    text-align: center;
    background: #f9f9f9;
    display: block
}

@media (max-width:768px) {
    .sns-content .container {
        max-width: none;
        padding: 20px;
        border: solid 3px #000
    }
}

.sns-content .text-center.ttl {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    border: solid 4px;
    line-height: 1.4;
    display: inline-block;
    padding: 20px 50px;
    background: #fff
}

@media (max-width:768px) {
    .sns-content .text-center.ttl {
        font-size: 17px;
        padding: 10px;
        border: solid 3px;
        margin-bottom: 20px
    }
}

.sns-content .text-center.ttl p {
    margin-bottom: 0
}

.sns-content .text-center.ttl span {
    display: block;
    margin-bottom: 10px;
    color: #e57803;
    font-size: 80%
}

@media (max-width:768px) {
    .sns-content .text-center.ttl span {
        font-size: 70%
    }
}

.sns-content ul.list-unstyled.sns-link.d-flex {
    justify-content: center;
    margin-bottom: 0;
    flex-wrap: wrap
}

.sns-content ul.list-unstyled.sns-link.d-flex li {
    width: 100%
}

@media (min-width:768px) {
    .sns-content ul.list-unstyled.sns-link.d-flex li {
        width: 49%
    }
}

@media (min-width:1300px) {
    .sns-content ul.list-unstyled.sns-link.d-flex li {
        width: 40%
    }
}

@media (max-width:768px) {
    .sns-content ul.list-unstyled.sns-link.d-flex li:first-of-type {
        margin-bottom: 10px
    }
}

.contents-case {
    padding: 70px 0
}

.contents-cv {
    padding: 70px 0
}

.contents-cv.online-app .cv-list>div .inner {
    font-size: 15px
}

.contents-cv.online-app .cv-list>div .inner>div {
    padding: 25px 20px
}

.contents-cv.online-app .cv-list>div .inner>div .cv-btn {
    background: #01b901;
    color: #fff;
    font-size: 16px;
    margin: 0 20px;
    display: block
}

.contents-cv.online-app .cv-list>div .inner>div ul li:first-child a {
    background: url(../images/online/ico_apple.png) no-repeat;
    background-size: auto 60%;
    background-position: left 15px center
}

.contents-cv.online-app .cv-list>div .inner>div ul li:nth-child(2) a {
    background: url(../images/online/ico_android.png) no-repeat;
    background-size: auto 60%;
    background-position: left 15px center
}

.contents-cv.online-app .cv-list>div .inner>div ul li:last-child a {
    background: url(../images/online/ico_pc.png) no-repeat;
    background-size: auto 40%;
    background-position: left 15px center
}

.contents-cv.online-app .cv-list>div .inner>div ul li a {
    font-weight: bold;
    border-radius: 10px;
    border: solid 2px #000;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .1);
    margin: 0 20px 15px;
    padding: 15px 20px;
    color: #000;
    display: block
}

.contents-cv.bottom-pad {
    padding: 70px 0 130px
}

.contents-cv .ttl {
    font-size: 44px;
    font-weight: bold;
    background: url(../images/bg_contact.png) no-repeat;
    background-size: 490px;
    background-position: top center;
    padding: 20px 0 0;
    margin: 0 0 30px
}

.contents-cv .ttl p {
    position: relative;
    display: inline-block;
    margin: 0
}

.contents-cv .ttl p:before {
    content: '';
    display: block;
    background: url(../images/cv_figure_2.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: -80px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 46.5px;
    height: 68.5px
}

.contents-cv .ttl p:after {
    content: '';
    display: block;
    background: url(../images/cv_figure_3.png) no-repeat;
    background-size: 100%;
    width: 46.5px;
    height: 68.5px;
    position: absolute;
    right: -80px;
    top: 0;
    bottom: 0;
    margin: auto
}

.contents-cv .cv-list .contact .inner>div h3 {
    margin-bottom: 40px
}

.contents-cv .cv-list .contact .inner>div .btn_bottom {
    background: #ffe900;
    color: #000
}

.contents-cv .cv-list>div {
    padding: 0 15px
}

.contents-cv .cv-list>div .inner {
    width: 500px;
    position: relative;
    height: 100%
}

.contents-cv .cv-list>div .inner:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-size: auto auto;
    background-color: rgba(237, 173, 11, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(0, 0, 0, 1) 3px, rgba(0, 0, 0, 1) 4px);
    top: 5px;
    left: 5px
}

.contents-cv .cv-list>div .inner>div {
    background: #fff;
    border-radius: 20px;
    position: relative;
    padding: 25px 20px 80px;
    height: 100%
}

.contents-cv .cv-list>div .inner>div h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px
}

.contents-cv .cv-list>div .inner>div img {
    height: 128px;
    width: auto;
    margin-bottom: 20px
}

.contents-cv .cv-list>div .inner>div p {
    font-size: 15px
}

.contents-cv .cv-list>div .inner>div .btn_bottom {
    display: block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    background: #e57803;
    padding: 15px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 20px 20px
}

.contents-cv .cv-list>div .inner>div .cv-btn {
    display: inline-block;
    background: #ffe900;
    color: #000;
    font-weight: bold;
    border-radius: 10px;
    border: solid 2px #fff;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    margin: 0 5px 30px;
    padding: 15px 20px
}

.contents-cv .cv-list>div .inner>div .tel a {
    color: #000;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    display: block;
    letter-spacing: -0.5px
}

.contents-cv .cv-list>div .inner>div .tel a:before {
    content: '';
    display: inline-block;
    background: url(../images/ico_tel.png) no-repeat;
    background-size: 100%;
    width: 26px;
    height: 26px;
    position: relative;
    top: 3px
}

.contents-diy {
    padding: 0 0 70px
}

.contents-diy .bnr-ec {
    width: 763px;
    max-width: 80%;
    display: inline-block;
    margin: 50px 0 0
}

.contents-diy h2.diy {
    width: 945px;
    max-width: 100%;
    margin: -64px auto 40px
}

.contents-diy .movie {
    margin-bottom: 70px
}

.contents-diy .movie__cont {
    max-width: 680px;
    margin: 0 auto
}

.contents-diy .movie .ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px
}

.contents-diy .pittari {
    background: url(../images/figure_14.png) no-repeat;
    background-size: auto 100%;
    background-position: right top;
    margin-bottom: 70px
}

.contents-diy .pittari .ttl {
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px
}

.contents-diy .pittari .ttl:before {
    content: '';
    display: block;
    background: url(../images/cv_figure_2.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16.5px;
    height: 38.5px
}

.contents-diy .pittari .ttl:after {
    content: '';
    display: block;
    background: url(../images/cv_figure_3.png) no-repeat;
    background-size: 100%;
    width: 16.5px;
    height: 38.5px;
    position: absolute;
    right: -25px;
    top: 0;
    bottom: 0;
    margin: auto
}

.contents-diy .pittari ul li {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px
}

.contents-diy .pittari ul li span {
    background: linear-gradient(transparent 60%, #ffe900 60%)
}

.contents-diy .pittari ul li span:before {
    background: url(../images/ico_check.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    content: '';
    display: inline-block;
    margin: 0 5px 0 0;
    position: relative;
    top: 10px
}

footer {
    padding: 40px 0 0 0;
    font-size: 15px
}

footer .footer-nav-menu {
    padding: 40px 0 0 0
}

footer .footer-nav-menu .col-md-3 {
    max-width: 19.5%
}

footer .footer-nav-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

footer .footer-nav-menu ul li {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px
}

footer .footer-nav-menu ul li a {
    color: #000
}

footer .footer-nav-menu ul li ul li {
    font-weight: normal;
    padding: 0 0 0 15px
}

footer .copyright {
    font-size: 12px;
    padding: 15px 0;
    border-top: solid 1px #ddd;
    margin: 40px 0 0
}

footer .footer-logo {
    width: 300px;
    max-width: 100%;
    margin-bottom: 30px
}

footer .tel a {
    color: #000
}

footer .sns-link {
    margin: 20px 0
}

footer .sns-link li {
    width: 196px;
    margin: 0 5px 0 0
}

footer .googlemap {
    height: 300px
}

footer .footer-pic {
    margin-top: 30px;
    margin-bottom: 40px
}

footer .footer-bnr-list {
    margin-bottom: 40px
}

footer .footer-bnr-list li {
    width: 317px;
    max-width: 70%;
    padding: 0 5px
}

footer .footer-bnr-list li:first-child a {
    border: solid 2px #000
}

footer .footer-bnr-list li a {
    display: block;
    color: #000;
    background: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 76px
}

.subpage-header {
    background: url(../images/sub_header_left.png), url(../images/sub_header_right.png) #edad0b;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 70%, auto 70%;
    background-position: left 10% center, right 10% center;
    padding: 80px 0 70px;
    color: #fff
}

.subpage-header h1 {
    font-weight: bold;
    font-size: 44px
}

.subpage-header .en {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1.5px
}

.breadcrumb {
    font-size: 15px;
    margin-bottom: 0
}

.breadcrumb ul li:after {
    content: '>';
    display: inline-block;
    margin: 0 5px
}

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

.breadcrumb ul li a {
    color: #000
}

.color1 {
    color: #edad0b;
    font-weight: bold
}

.color2 {
    color: #e57803;
    font-weight: bold
}

.color-red {
    color: #e10707;
    font-weight: bold
}

.link-color,
.link-color:hover {
    color: #edad0b
}

h3.ttl-nom {
    font-size: 24px;
    font-weight: bold
}

main.subpage p {
    line-height: 1.7;
    margin-bottom: 1.5em
}

main.subpage .section {
    padding: 70px 0
}

main.subpage .section .flow {
    background: url(../images/border2.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
    padding: 0 0 40px;
    margin-bottom: 40px
}

main.subpage .section .flow .step {
    width: 74px
}

main.subpage .section .flow .text {
    width: calc(100% - 74px);
    padding-left: 30px
}

main.subpage .section .flow .text .tel a {
    color: #000;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    display: block;
    letter-spacing: -0.5px
}

main.subpage .section .flow .text .tel a:before {
    content: '';
    display: inline-block;
    background: url(../images/ico_tel.png) no-repeat;
    background-size: 100%;
    width: 26px;
    height: 26px;
    position: relative;
    top: 3px
}

main.subpage .section .flow .text .btn-list li a {
    background: #ffe900;
    color: #000
}

main.subpage .section .flow .text .btn-list li:nth-child(2) a {
    background: #e57803;
    color: #fff;
    border-color: #fff
}

main.subpage .section .flow .text .color1 {
    font-size: 24px;
    margin: -10px 0 15px
}

main.subpage .section .section-ttl {
    letter-spacing: 1px;
    margin-bottom: 50px
}

main.subpage .section .section-ttl.ttl-figure1 span {
    background: url(../images/ttl_figure1.png) no-repeat;
    background-size: auto 100%;
    padding: 20px 0 20px 70px
}

main.subpage .section .section-ttl.ttl-faq span {
    background: url(../images/tsuchikabe/icon_faq.png) no-repeat;
    background-size: auto 100%;
    background-position: right center;
    padding: 0 72px 0 0
}

main.subpage .section .section-ttl .sub {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 24px
}

main.subpage .section .section-ttl h2 {
    font-size: 44px;
    font-weight: bold
}

main.subpage .section .section-ttl h2 small {
    font-weight: bold;
    font-size: 0.5em
}

main.subpage .section .mw_wp_form .error {
    color: #e10707
}

main.subpage .section .mw_wp_form dl {
    background: #fff;
    width: 1000px;
    margin: 50px auto;
    max-width: 100%;
    border: solid 3px #e57803
}

main.subpage .section .mw_wp_form dl dt {
    background: #fcf1e5;
    width: 35%;
    border-bottom: solid 1px #dadada;
    padding: 15px
}

main.subpage .section .mw_wp_form dl dt:last-child {
    border-bottom: none
}

main.subpage .section .mw_wp_form dl dt .must {
    background: #e10707;
    color: #fff;
    width: 50px;
    display: inline-block;
    text-align: center;
    font-size: 0.8em;
    padding: 1px;
    margin: 0 0 0 10px
}

main.subpage .section .mw_wp_form dl dd {
    width: 65%;
    border-bottom: solid 1px #dadada;
    padding: 15px;
    margin: 0
}

main.subpage .section .mw_wp_form dl dd:last-child {
    border-bottom: none
}

main.subpage .section .mw_wp_form dl dd input[type="text"],
main.subpage .section .mw_wp_form dl dd input[type="email"],
main.subpage .section .mw_wp_form dl dd textarea {
    border: solid 1px #dddbdb;
    border-radius: 3px;
    -webkit-appearance: none;
    width: 65%;
    padding: 5px
}

main.subpage .section .mw_wp_form dl dd select {
    padding: 5px;
    width: 43%;
    border-color: #dddbdb !important
}

main.subpage .section .mw_wp_form dl dd textarea {
    width: 100%
}

main.subpage .section .mw_wp_form .zip-button {
    background: #e57803;
    outline: none;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    box-shadow: none;
    border: none;
    margin: 0 0 0 5px
}

main.subpage .section .mw_wp_form.mw_wp_form_preview .zip-button {
    display: none
}

main.subpage .section input[type="submit"] {
    display: inline-block;
    outline: none;
    min-width: 380px;
    background: #e57803;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    border: solid 2px #fff;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .1);
    margin: 0 5px 10px;
    padding: 15px 10px;
    white-space: pre
}

main.subpage .section input[type="submit"].back {
    min-width: 100px;
    background: #000
}

main.subpage .section .googlemap {
    margin: 40px 0 0;
    height: 580px
}

main.subpage .section table.bg-line {
    table-layout: fixed
}

main.subpage .section table.bg-line tr {
    background: url(../images/border2.png) no-repeat;
    background-size: 100%;
    background-position: bottom
}

main.subpage .section table.bg-line th {
    width: 25%;
    padding: 20px
}

main.subpage .section table.bg-line td {
    width: 75%;
    padding: 20px
}

main.subpage .section table.bg-line td dl dt {
    width: 56px
}

main.subpage .section table.bg-line td dl dd {
    width: calc(100% - 56px)
}

main.subpage .section .privacy-policy {
    background: #eee;
    width: 1000px;
    max-width: 100%;
    padding: 20px 25px;
    margin: 30px auto
}

main.subpage .section .clothmake-reason .ttl {
    border-bottom: solid 2px #000;
    padding: 0 0 10px;
    margin: 0 0 10px
}

main.subpage .section .clothmake-reason .ttl h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0
}

main.subpage .section .clothmake-reason .ttl img {
    height: 60px;
    margin: 0 10px 0 0
}

main.subpage .section .clothmake-reason .col-md-6 {
    padding: 25px 40px 0
}

main.subpage .section .border-orange {
    border: solid 4px #edad0b;
    padding: 25px 40px 30px;
    border-radius: 15px;
    margin: 50px auto 0
}

main.subpage .section .border-orange .ttl {
    font-weight: bold;
    font-size: 34px;
    display: inline-block;
    background: url(../images/line_1.png) repeat-x;
    background-size: auto 28px;
    background-position: bottom;
    padding: 0 0 15px;
    margin-bottom: 25px
}

main.subpage .section .point {
    width: 80%;
    margin: 50px auto 0;
    border: solid 4px #edad0b;
    border-radius: 15px;
    padding: 25px 40px 30px;
    background: #fff
}

main.subpage .section .point .ttl {
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    background: #fff url(../images/figure_point.png) no-repeat;
    background-size: 38px;
    background-position: left -10px top -3px;
    padding: 0 0 0 30px;
    min-height: 30px;
    margin: 0 0 5px
}

main.subpage .section .point.point2 .ttl {
    background: #fff url(../images/ico_kokuban.png) no-repeat;
    background-size: 40px;
    background-position: left top;
    min-height: 45px;
    padding: 0 0 0 50px
}

main.subpage .section .attention {
    width: 80%;
    margin: 50px auto 0;
    border: solid 4px #edad0b;
    border-radius: 15px;
    padding: 25px 40px 30px;
    background: #fff url(../images/figure_point.png) no-repeat;
    background-size: 85px;
    background-position: right 10px top 10px
}

main.subpage .section .attention .ttl {
    font-weight: bold;
    font-size: 34px;
    display: inline-block;
    background: url(../images/line_1.png) repeat-x;
    background-size: auto 28px;
    background-position: bottom;
    padding: 0 0 15px;
    margin-bottom: 25px
}

main.subpage .section .attention2 {
    width: 80%;
    margin: 50px auto 0;
    border: solid 4px #edad0b;
    border-radius: 15px;
    padding: 25px 40px 30px
}

main.subpage .section .attention2 .ttl {
    background: url(../images/icon_attention.png) no-repeat;
    background-size: 43px;
    background-position: left top;
    padding: 0 0 0 48px;
    min-height: 40px;
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 20px
}

main.subpage .section .forcustomer-list {
    background: url(../images/border2.png) no-repeat;
    background-size: 100%;
    background-position: top;
    padding: 25px 0 0
}

main.subpage .section .forcustomer-list>div {
    background: url(../images/border2.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
    margin: 0 0 20px
}

main.subpage .section .forcustomer-list .number {
    color: #fff;
    background: #edad0b;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    line-height: 50px
}

main.subpage .section .forcustomer-list .text {
    width: calc(100% - 50px);
    padding-left: 20px
}

main.subpage .section .sub-page-link li {
    margin: 10px 0 0
}

main.subpage .section .sub-page-link li a {
    display: block;
    color: #000;
    font-weight: bold;
    border: solid 2px #000;
    background: #fff;
    min-width: 315px;
    margin: 0 5px;
    padding: 20px 10px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1)
}

main.subpage .section .faq-block {
    background: url(../images/border2.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
    padding: 0 0 40px;
    margin-bottom: 40px
}

main.subpage .section .faq-block>div {
    padding: 0 0 0 45px
}

main.subpage .section .faq-block .question {
    background: url(../images/tsuchikabe/icon_faq2.png) no-repeat;
    background-size: 40px;
    background-position: top left;
    min-height: 42px;
    font-size: 24px;
    font-weight: bold;
    color: #edad0b;
    margin: 0 0 5px
}

main.subpage .section .before-after {
    margin-top: 60px
}

main.subpage .section .before-after li {
    width: 390px;
    max-width: 50%;
    position: relative;
    margin: 0 20px;
    text-align: center
}

main.subpage .section .before-after li img {
    vertical-align: bottom;
    border: solid 2px #000;
    height: 290px;
    object-fit: cover
}

main.subpage .section .before-after li:after {
    content: '';
    display: block;
    background: url(../images/ba_ttl_before.png) no-repeat;
    background-size: 100%;
    width: 140px;
    height: 40px;
    position: absolute;
    top: -25px;
    left: 20px
}

main.subpage .section .before-after li.after img {
    border: solid 5px #ffe900
}

main.subpage .section .before-after li.after:after {
    background: url(../images/ba_ttl_after.png) no-repeat;
    background-size: 100%;
    height: 60px;
    top: -40px
}

main.subpage .section table.nom {
    border: solid 3px #e57803
}

main.subpage .section table.nom th {
    background: #e57803;
    color: #fff;
    border-right: solid 1px #d5d5d5;
    padding: 12px 15px
}

main.subpage .section table.nom td {
    border-right: solid 1px #d5d5d5;
    padding: 12px 15px
}

main.subpage .section table.nom tr:nth-child(odd) td {
    background: #fcf1e5
}

main.subpage .section .nami-ttl h2 {
    font-weight: bold;
    font-size: 34px;
    display: inline-block;
    background: url(../images/line_1.png) repeat-x;
    background-size: auto 28px;
    background-position: bottom;
    padding: 0 0 20px
}

#page-online .reason-list li {
    width: 450px;
    max-width: 100%
}

#page-online .jyunbi {
    margin-top: 40px
}

#page-online .jyunbi img {
    width: 190px
}

#page-online .jyunbi h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    min-height: 60px
}

#page-online .online-flow {
    margin-top: 90px
}

#page-online .online-flow .inner {
    border: solid 3px #edad0b;
    background: #fff;
    padding: 40px 20px 0;
    position: relative;
    height: 100%
}

#page-online .online-flow .inner img {
    width: 70px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -70px
}

#page-online .online-flow .inner h3 {
    color: #edad0b;
    font-weight: bold;
    font-size: 24px
}

.relation-post {
    margin: 40px 0 0
}

.relation-post li .inner {
    position: relative
}

.relation-post li .inner:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(0, 0, 0, 1) 3px, rgba(0, 0, 0, 1) 4px);
    top: 5px;
    left: 5px
}

.relation-post li .inner a {
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    position: relative;
    color: #000
}

.relation-post li .inner a:hover {
    opacity: 1
}

.relation-post li .inner a .title {
    font-weight: bold;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 10px
}

.relation-post li .inner a .thumbnail {
    position: relative;
    border: solid 3px #000;
    margin: 0 0 10px
}

.relation-post li .inner a .thumbnail img {
    width: 100%;
    height: 240px;
    object-fit: cover
}

.relation-post li .inner a .thumbnail .category {
    position: absolute;
    left: 0;
    top: 0;
    background: #edad0b;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    width: auto
}

.pagenav {
    margin: 40px 0 0
}

.pagenav .page-numbers {
    color: #e57803;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: solid 1px #e57803;
    background: #fff
}

.pagenav .page-numbers.current {
    background: #e57803;
    color: #fff
}

.pagenav .page-numbers.next,
.pagenav .page-numbers.prev {
    width: auto;
    border: none;
    background: none;
    margin: 0 5px
}

.category-list {
    width: 80%;
    margin: 0 auto
}

.category-list li a {
    color: #000;
    font-weight: bold;
    background: #fff;
    border: solid 2px #000;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    display: block;
    padding: 15px 20px;
    margin: 0 5px 10px
}

.category-list li a:hover {
    opacity: 1;
    background: #000;
    color: #fff
}

.category-list .current-cat a {
    background: #000;
    color: #fff
}

.case_category .btn-list {
    margin-top: 50px
}

main#page-case h2.post-title {
    font-weight: bold;
    font-size: 34px;
    letter-spacing: 1.5px;
    border-bottom: solid 3px #000;
    padding: 0 0 15px;
    margin: 0 0 15px;
    line-height: 1.5
}

main#page-case article {
    margin: 30px 0 50px;
    font-family: sans-serif
}

main#page-case article .thumbnail img {
    width: 100%;
    height: auto;
    margin: 0 0 30px
}

main#page-case article .wp-block-columns {
    margin-bottom: 0
}

main#page-case article a {
    text-decoration: underline;
    color: #edad0b;
    font-weight: bold
}

main#page-case article h2 {
    padding: 15px 10px;
    margin-bottom: 20px;
    background: #000;
    color: #fff;
    font-size: 28px;
    font-weight: bold
}

main#page-case article h3 {
    border-left: solid 7px #000;
    padding-left: 10px;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px
}

main#page-case article h4 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4
}

main#page-case .meta .date {
    font-size: 14px;
    margin: 0 15px 0 0
}

main#page-case .meta .category a {
    color: #000;
    background: #edad0b;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    margin: 0 5px 0 0
}

.search-result {
    margin: 0 0 40px
}

.search-result li {
    background: url(../images/border2.png) no-repeat;
    background-size: 100%;
    background-position: bottom center;
    padding: 15px 0
}

.search-result li a {
    color: #000
}

.side-section {
    padding: 0 15px 0 60px
}

.side-section>div {
    margin: 0 0 40px
}

.side-section .side-section-ttl {
    font-weight: bold;
    font-size: 20px;
    background: url(../images/border2.png) no-repeat;
    background-size: 100%;
    background-position: bottom center;
    padding: 0 0 10px
}

.side-section .new-post li a {
    color: #000;
    font-weight: bold;
    background: url(../images/border2.png) no-repeat;
    background-size: 100%;
    background-position: bottom center;
    padding: 15px 0;
    display: block
}

.side-section .side-category a {
    font-weight: bold;
    color: #edad0b;
    text-decoration: underline;
    display: inline-block
}

.side-section .tag-list a {
    font-size: 14px;
    color: #000;
    margin: 0 5px
}

.side-section input[type="text"] {
    border: solid 1px #dddbdb;
    border-radius: 3px;
    -webkit-appearance: none;
    width: 65%;
    padding: 5px;
    outline: none
}

.side-section button[type="submit"] {
    background: #e57803;
    outline: none;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    box-shadow: none;
    border: none;
    margin: 0 0 0 5px
}

.side-section select {
    border: solid 1px #dddbdb;
    border-radius: 3px;
    padding: 5px;
    outline: none;
    width: 100%
}

.post-list li a {
    background: #fff;
    border: solid 2px #000;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 15px 10px 10px;
    color: #000
}

.post-list li a .meta .date {
    font-size: 14px
}

.post-list li a .title {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 5px;
    line-height: 1.5
}

.post-list li a .thumbnail {
    position: relative;
    border: solid 2px #000
}

.post-list li a .thumbnail img {
    width: 100%;
    height: 150px;
    object-fit: cover
}

.post-list li a .thumbnail .category {
    color: #000;
    background: #edad0b;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    position: absolute;
    left: 0;
    top: 0
}

@media (min-width:768px) {
    .container {
        max-width: 100%
    }

    br.sp,
    .pcnon {
        display: none !important
    }
    .pcnon img{
    height: 600px;
    width: 100%;
    object-fit: cover;
    }
}

@media (min-width:992px) {
    .mw_wp_form {
        padding-top: 120px;
        margin-top: -120px
    }

    .pc-text-left-block {
        padding-right: 70px
    }

    .pc-text-right-block {
        padding-left: 70px
    }

    .pc-width-70 {
        width: 70% !important;
        margin: 0 auto
    }

    nav.is-fixed {
        position: fixed;
        z-index: 999;
        width: 100%;
        background-color: #fff;
        animation: nyuru 1.8s;
        top: 0;
        left: 0;
        border-bottom: solid 1px #eee
    }

    @keyframes nyuru {
        0% {
            margin-top: -70px
        }

        100% {
            margin-top: 0
        }
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1230px
    }

    .breadcrumb .row {
        margin-left: 0;
        margin-right: 0
    }

    .contents-pad {
        width: 75%;
        margin: 30px auto
    }

    .contents-pad2 {
        width: 95%;
        margin: 30px auto
    }
}

@media (max-width:1199px) {
    .spnon img{
        height: auto;
        object-fit: inherit;
    }
    .service-list {
        padding: 30px 0 0
    }

    .service-list li {
        width: 33.3%
    }

    .reason-list {
        padding: 30px 0 0
    }

    .reason-list li {
        width: 33.3%
    }

    .contents-cv .cv-list>div {
        width: 50%
    }

    .contents-cv .cv-list>div .inner {
        width: 100%
    }

    .contents-pad,
    .contents-pad2 {
        margin: 30px auto
    }
}

@media (max-width:991px) {
 
    
    nav ul li {
        font-size: 16px
    }

    nav ul li a {
        font-size: 16px
    }

    header {
        padding: 0 0 0 15px
    }

    header .header-logo {
        width: 40%
    }

    header .header-right {
        position: fixed;
        z-index: 999;
        bottom: 0;
        left: 0;
        width: 100%
    }

    header .header-right ul li {
        width: 50%;
        min-width: auto;
        font-size: 11px
    }

    header .header-right ul li a {
        padding: 10px 0
    }

    header .header-right ul li a img {
        height: 22px
    }

    .service-list li {
        width: 50%;
        padding: 0 5px
    }

    .service-list li .inner a {
        padding: 15px 10px;
        background: #fff url(../images/ico_arrow1.png) no-repeat;
        background-size: 20px;
        background-position: right 10px bottom 10px;
        margin-bottom: 15px
    }

    .service-list li .inner a h3 {
        font-size: 14.5px;
        height: 34px;
        margin: 0 0 5px
    }

    .service-list li .inner a img {
        height: 90px
    }

    .reason-list li {
        width: 50%
    }

    .contents-reason .intro .text {
        font-size: 20px
    }

    .btn-list ul li a {
        width: 60%;
        margin: 0 auto 10px
    }

    .contents-cv .ttl {
        font-size: 33px
    }

    .contents-cv .cv-list>div {
        width: 80%;
        margin: 0 auto 30px
    }

    footer .copyright {
        padding: 20px 0 80px
    }

    main.subpage .section .clothmake-reason .col-md-6 {
        padding: 25px 15px 0
    }

    main.subpage .section .sub-page-link li a {
        min-width: 220px
    }

    main.subpage .section .attention,
    main.subpage .section .attention2,
    .bg-color3 .mitsumori-free,
    main.subpage .section .point {
        width: 100%
    }

    .category-list {
        width: 100%
    }

    .side-section {
        padding: 0 20%;
        margin: 50px 0 0
    }
}

@media (max-width:767px) {
    .spnon {
        display: none !important
    }

    body {
        font-size: 14.5px
    }

    header {
        padding: 5px 0 0 15px;
        height: 58px
    }

    header .header-logo {
        width: 50%
    }

    header .header-logo>h1 {
        margin-top: -10px
    }


    .contents-service {
        padding: 50px 0
    }

    .contents-ttl .inner h2 {
        font-size: 17px;
        margin-bottom: -5px;
        letter-spacing: 0
    }

    .contents-ttl .inner span {
        font-size: 12px
    }

    .btn-list ul li a {
        min-width: auto;
        width: 85%;
        margin: 0 auto 10px
    }

    .contents-cv {
        padding: 50px 0
    }

    .contents-cv.online-app .cv-list>div .inner>div ul li a {
        margin: 0 0 10px
    }

    .contents-cv.online-app .cv-list>div .inner>div .cv-btn {
        margin: 0
    }

    .contents-cv.bottom-pad {
        padding: 50px 0
    }

    .contents-cv .cv-list .contact .inner>div h3 {
        margin-bottom: 20px
    }

    .contents-cv .cv-list>div {
        width: 100%;
        margin: 0 0 20px
    }

    .contents-cv .cv-list>div .inner>div {
        padding: 25px 20px 60px
    }

    .contents-cv .cv-list>div .inner>div h3 {
        font-size: 17px;
        margin: 0 0 10px
    }

    .contents-cv .cv-list>div .inner>div img {
        height: 100px
    }

    .contents-cv .cv-list>div .inner>div p {
        font-size: 14.5px
    }

    .contents-cv .cv-list>div .inner>div .btn_bottom {
        font-size: 17px
    }

    .contents-cv .cv-list>div .inner>div .cv-btn {
        margin-bottom: 20px
    }

    .contents-cv .cv-list>div .inner>div .tel {
        margin-bottom: 10px
    }

    .contents-cv .ttl {
        font-size: 18px;
        background: url(../images/bg_contact.png) no-repeat;
        background-size: 70%;
        background-position: top center;
        margin: 0 0 10px
    }

    .contents-cv .ttl p:before {
        left: -20px;
        width: 20px;
        height: 18.5px
    }

    .contents-cv .ttl p:after {
        right: -20px;
        width: 20px;
        height: 18.5px
    }

    .contents-reason {
        padding: 0 0 40px
    }

    .contents-reason h2 {
        margin: -30px 0 10px
    }

    .contents-reason .intro .badge {
        width: 150px
    }

    .contents-reason .intro .text {
        font-size: 14.5px;
        margin: 0 0 20px
    }

    .contents-reason .intro .img {
        margin: 0 auto
    }

    .reason-list li {
        width: 100%;
        margin-bottom: 20px
    }

    .reason-list li .inner .number {
        height: 36px;
        top: -10px
    }

    .reason-list li .inner h3 {
        font-size: 17px
    }

    .reason-list li .inner p {
        font-size: 14.5px
    }

    .contents-case {
        padding: 50px 0
    }

    .contents-diy {
        padding: 0 0 50px
    }

    .contents-diy h2.diy {
        margin: -30px auto 20px
    }

    .contents-diy .bnr-ec {
        margin-top: 20px
    }

    .contents-diy .movie {
        margin-bottom: 50px
    }

    .contents-diy .movie .ttl {
        font-size: 17px;
        margin-bottom: 15px
    }

    .contents-diy .pittari {
        margin-bottom: 40px
    }

    .contents-diy .pittari ul li {
        font-size: 14.5px
    }

    .contents-diy .pittari ul li span:before {
        width: 20px;
        height: 20px;
        top: 7px;
        margin-right: 2px
    }

    .contents-diy .pittari .ttl {
        font-size: 17px
    }

    .contents-diy .pittari .ttl:before {
        width: 10px;
        height: 15px;
        left: -15px
    }

    .contents-diy .pittari .ttl:after {
        width: 10px;
        height: 15px;
        right: -15px
    }

    .contents-sub-ttl {
        padding: 0
    }

    .contents-sub-ttl .inner h2 {
        font-size: 17px;
        margin-bottom: 0
    }

    footer {
        font-size: 14.5px
    }

    footer .googlemap {
        height: 180px
    }

    footer .footer-pic {
        margin-top: 20px;
        margin-bottom: 30px;
        padding: 0 12px
    }

    footer .footer-pic .col-4 {
        padding: 0 2px
    }

    footer .footer-bnr-list li {
        margin: 0 auto 10px
    }

    footer .footer-bnr-list li a {
        line-height: 58px
    }

    footer .footer-nav-menu {
        padding: 15px 0 0 0
    }

    footer .copyright {
        margin: 0;
        font-size: 11px;
        border-top: none;
        padding: 10px 0 80px
    }

    .subpage-header {
        background: url(../images/sub_header_left.png), url(../images/sub_header_right.png) #edad0b;
        background-repeat: no-repeat, no-repeat;
        background-size: auto 70%, auto 70%;
        background-position: left 15px center, right 15px center;
        padding: 40px 0
    }

    .subpage-header h1 {
        font-size: 20px;
        margin-bottom: -2px
    }

    .subpage-header .en {
        font-size: 12px
    }

    .breadcrumb {
        font-size: 11px;
        padding: 5px 15px
    }

    main.subpage .section {
        padding: 35px 0
    }

    main.subpage .section .flow {
        padding: 0 0 30px;
        margin-bottom: 30px
    }

    main.subpage .section .flow .step {
        width: 45px
    }

    main.subpage .section .flow .text {
        width: calc(100% - 45px);
        padding-left: 15px
    }

    main.subpage .section .flow .text .btn-list li:nth-child(2) a {
        margin-left: 0
    }

    main.subpage .section .flow .text .color1 {
        font-size: 17px;
        margin: -5px 0 10px
    }

    main.subpage .section .section-ttl {
        margin-bottom: 20px
    }

    main.subpage .section .section-ttl.ttl-figure1 span {
        padding: 20px 0 20px 35px;
        display: inline-block
    }

    main.subpage .section .section-ttl.ttl-faq span {
        padding: 5px 40px 5px 0
    }

    main.subpage .section .section-ttl .sub {
        font-size: 14.5px;
        margin: 0 0 3px
    }

    main.subpage .section .section-ttl h2 {
        font-size: 17px;
        line-height: 1.5;
        margin: 0 0 20px
    }

    main.subpage .section .faq-block {
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    main.subpage .section .faq-block>div {
        padding: 0 0 0 35px
    }

    main.subpage .section .faq-block .question {
        background: url(../images/tsuchikabe/icon_faq2.png) no-repeat;
        background-size: 30px;
        background-position: top left;
        min-height: 32px;
        margin: 0;
        font-size: 17px
    }

    main.subpage .section input[type="submit"] {
        min-width: auto;
        padding: 15px 30px
    }

    main.subpage .section .mw_wp_form dl {
        margin: 0 auto 20px
    }

    main.subpage .section .mw_wp_form dl dt,
    main.subpage .section .mw_wp_form dl dd {
        width: 100%
    }

    main.subpage .section .mw_wp_form dl dt input[type="text"],
    main.subpage .section .mw_wp_form dl dd input[type="text"],
    main.subpage .section .mw_wp_form dl dt input[type="email"],
    main.subpage .section .mw_wp_form dl dd input[type="email"] {
        width: 100%;
        font-size: 16px
    }

    main.subpage .section .mw_wp_form dl dt input[type="text"]#zip,
    main.subpage .section .mw_wp_form dl dd input[type="text"]#zip {
        width: 50%
    }

    main.subpage .section .mw_wp_form dl dt select,
    main.subpage .section .mw_wp_form dl dd select {
        width: 100%
    }

    main.subpage .section .border-orange {
        padding: 20px;
        margin: 10px 0 0
    }

    main.subpage .section .border-orange .ttl {
        font-size: 17px;
        background: url(../images/line_1.png) repeat-x;
        background-size: auto 18px;
        background-position: bottom;
        padding: 0 0 10px;
        margin-bottom: 15px
    }

    main.subpage .section .point {
        padding: 20px;
        margin: 0
    }

    main.subpage .section .point.point2 .ttl {
        background: #fff url(../images/ico_kokuban.png) no-repeat;
        background-size: 30px;
        background-position: left top;
        padding: 0 0 0 35px
    }

    main.subpage .section table.bg-line {
        margin-top: 0 !important
    }

    main.subpage .section table.bg-line th {
        padding: 15px 10px 0;
        display: block;
        width: 100%
    }

    main.subpage .section table.bg-line td {
        padding: 0 10px 15px;
        display: block;
        width: 100%
    }

    main.subpage .section .googlemap {
        margin: 10px 0 0;
        height: 280px
    }

    main.subpage .section .attention {
        padding: 20px;
        background: #fff url(../images/figure_point.png) no-repeat;
        background-size: 40px;
        background-position: right 2px top 2px;
        margin: 10px 0 0
    }

    main.subpage .section .attention .ttl {
        font-size: 17px;
        background: url(../images/line_1.png) repeat-x;
        background-size: auto 18px;
        background-position: bottom;
        padding: 0 0 10px;
        margin-bottom: 15px
    }

    main.subpage .section .attention2 {
        padding: 20px;
        margin: 10px 0 0
    }

    main.subpage .section .attention2 .ttl {
        background: url(../images/icon_attention.png) no-repeat;
        background-size: 22px;
        background-position: left top 2px;
        padding: 0 0 0 26px;
        min-height: 20px;
        font-size: 17px;
        margin: 0 0 10px
    }

    main.subpage .section .forcustomer-list .number {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    main.subpage .section .forcustomer-list .text {
        width: calc(100% - 40px);
        padding-left: 10px
    }

    main.subpage .section .clothmake-reason {
        margin: 20px 0 0
    }

    main.subpage .section .clothmake-reason .ttl h3 {
        font-size: 17px
    }

    main.subpage .section .clothmake-reason .ttl img {
        height: 25px
    }

    main.subpage .section .clothmake-reason .col-md-6 {
        padding: 0 15px
    }

    main.subpage .section table.nom {
        font-size: 14px
    }

    main.subpage .section table.nom th,
    main.subpage .section table.nom td {
        padding: 10px
    }

    main.subpage .section .sub-page-link li a {
        margin: 10px 0
    }

    main.subpage .section .color-sample>div {
        padding: 0 5px
    }

    main.subpage .section .sp-pad {
        padding: 0 10px
    }

    main.subpage .section .sp-pad>div {
        padding: 0 5px;
        margin: 0 0 10px !important
    }

    main.subpage .section .nami-ttl h2 {
        font-size: 17px;
        background: url(../images/line_1.png) repeat-x;
        background-size: auto 18px;
        background-position: bottom;
        padding: 0 0 10px
    }

    main.subpage .section .before-after {
        margin-top: 25px;
        margin-left: -5px;
        margin-right: -5px
    }

    main.subpage .section .before-after li {
        margin: 0 5px
    }

    main.subpage .section .before-after li img {
        height: 128px
    }

    main.subpage .section .before-after li:after {
        width: 80px;
        height: 22px;
        top: -15px
    }

    main.subpage .section .before-after li.after img {
        border: solid 3px #ffe900
    }

    main.subpage .section .before-after li.after:after {
        height: 34px;
        width: 90px;
        top: -20px
    }

    .bg-color3 .mitsumori-free {
        padding: 20px 0 30px
    }

    .bg-color3 .mitsumori-free .badge {
        width: 100%
    }

    .bg-color3 .mitsumori-free .badge img {
        width: 140px
    }

    .bg-color3 .mitsumori-free .text {
        width: 100%;
        padding: 0
    }

    .sp-left {
        text-align: left !important
    }

    h3.ttl-nom {
        font-size: 16px
    }

    figcaption {
        font-size: 12px;
        margin: 5px 0 0 0
    }

    .sp-left {
        text-align: left
    }

    .ttl-bg {
        font-size: 17px;
        margin: 25px 0 15px
    }

    #page-online .jyunbi {
        margin-top: 20px
    }

    #page-online .jyunbi img {
        width: 100px
    }

    #page-online .jyunbi h3 {
        font-size: 17px;
        min-height: auto
    }

    #page-online .online-flow {
        margin-top: 60px
    }

    #page-online .online-flow .inner {
        padding: 25px 20px 0;
        margin-bottom: 60px
    }

    #page-online .online-flow .inner h3 {
        font-size: 17px
    }

    #page-online .online-flow .inner img {
        width: 50px;
        top: -50px
    }

    main#page-case h2.post-title {
        font-size: 18px
    }

    main#page-case article h2 {
        font-size: 18px
    }

    main#page-case article h3 {
        font-size: 16px;
        margin-bottom: 15px;
        padding: 5px 5px 5px 7px
    }

    main#page-case article h4 {
        font-size: 14px
    }

    .relation-post {
        margin: 10px 0 0
    }

    .relation-post li .inner a .thumbnail img {
        height: 200px
    }

    .pagenav {
        margin: 20px 0;
        font-size: 12px
    }

    .pagenav .page-numbers {
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .category-list li a {
        font-size: 12px;
        padding: 10px 12px;
        margin: 0 5px 7px
    }

    .side-section {
        padding: 0 15px
    }

    .post-list li a {
        padding: 10px;
        font-size: 13px
    }

    .post-list li a .col-8 {
        padding-left: 0
    }

    .post-list li a .col-8 .title {
        font-size: 17px
    }

    .post-list li a .thumbnail {
        margin: 0 0 10px
    }

    .post-list li a .thumbnail img {
        height: 200px
    }

    .slide-left .menu-item-has-children>a {
        pointer-events: none
    }

    .slide-left .menu-item-has-children>a .responsive-menu-pro-subarrow {
        pointer-events: auto
    }
}

.header-sp-tel {
    position: fixed;
    z-index: 99999;
    background: #009250;
    top: 0;
    right: 58px;
    padding: 6px
}

@media (min-width:768px) {
    .header-sp-tel {
        display: none
    }
}

.header-sp-tel a {
    display: block;
    border: solid 2px #000;
    border-radius: 5px;
    padding: 6px;
    background: #fff
}

.header-sp-tel img {
    width: 30px
}

div#responsive-menu-pro-container {
    width: 66%
}

/*# sourceMappingURL=common.css.map */