*{
    margin: 0;
    padding: 0;
}

header{
    position: relative;
    align-items: center;
    width: 100%;
    height: 150px;
    padding: 13px 0 0 0;
    color: white;
    background: #6088C6;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
}
header h1{
    width: 100%;
    text-align: center;
    font-size: 25px;
}
.pc-nav{
    position: relative;
    width: 100%;
    text-align: center;
    top: 20%;
}
.pc-nav ul{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    list-style: none;
}
.pc-nav ul li{
    font-size: 17px;
    margin: 0 14px;
    font-weight: bold;
}


header h1 a{
    text-decoration: none;
    color: white;
}

.pc-nav ul li a{
    text-decoration: none;
    display: block;
    color: white;
}
.pc-nav ul li a:hover{
    opacity: 0.8;
}
.humbergermenu, .sp-menu-btn, .sp-menu-icon, .navicon, .sp-nav{
    display: none;
}



main{
    margin: 30px 0;
    letter-spacing: 0.04em;
}
.breadcrumb {
    margin: 0% 0 0.8% 23.4%;
    padding: 0;
    list-style: none;
    font-size: 13px;
    color: #505050;
}
.breadcrumb li {
    display: inline;
    list-style: none;
    font-weight: bold;
}
.breadcrumb li:after {
    content: '>';
    padding: 0 0.2em;
}
.breadcrumb li:last-child:after {
    content: '';
}
.breadcrumb li a {
    color: #505050;
}
.breadcrumb li a:hover {
    text-decoration: underline;
}

.center{
    text-align: center;
}
.bold{
    font-weight: bold;
}
.red-small{
    color: red;
    font-weight: bold;
    font-size: 14px!important;
}
.red{
    color: red;
}
.red-bold{
    color: red;
    font-weight: bold;
}
.red-bold18{
    color: red;
    font-weight: bold;
    font-size: 18px!important;
}
.red-bold20{
    color: red;
    font-weight: bold;
    font-size: 22px!important;
}
.red-bold-border{
    color: red;
    font-weight: bold;
    text-decoration: underline;
}
.p-top{
    margin: 15px 0 0 0;
}
.p-end{
    margin: 0 0 15px 0;
}
.center{
    text-align: center!important;
}
.left{
    text-align: left!important;
}

.sns-space{
    position: relative;
    height: 110px;
}
.top-sns{
    position: absolute;
    top: 20%;
    right: 5.4%;
    width: 410px;
    margin: 0;
    padding: 6px 0;
    text-align: center;
    background: rgb(253, 231, 235);
    box-shadow: 2px 2px 6px rgb(0 0 0 / 12%);
}
.sns-table{
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    border-spacing: 0ch!important;
}
.sns-table td{
    padding: 0!important;
    vertical-align: middle!important;
}
.top-sns a{
    font-size: 32px;
    margin: 0 6px;
}
.top-sns a:hover{
    opacity: 0.8;
}
#fb{
    color: #3B5998;
}
#tw{
    color: #1DA1F2;
}
#in{
    color: #CF2E92;
}

.column2{
    width: 980px;
    display: flex;
    margin: 105px auto;
}
.column-box{
    width: 50%;
    padding: 10px;
    color: white;
    text-align: center;
}
#left{
    background: #6faed4;
}
#right{
    background: #517D99;
}
.column-box a{
    display: block;
    width: 70%;
    margin: 20px auto;
    padding: 15px 0;
    font-weight: bold;
    text-decoration: none;
    border-radius: 15px;
    transition: 0.3s;
}
#left a{
    color: #78BBE6;
    background: white;
}
#left a:hover{
    color: white;
    background: #4072B3;
}
#right a{
    color: #517D99;
    background: white;
}
#right a:hover{
    color: white;
    background: #4072B3;
}
.f-18{
    font-size: 18px;
    height: 50px
}
.example{
    width: 90%;
    font-size: 17px;
    margin: 15px auto;
    padding: 20px 0px;
    border: solid 2px #f8f8f8;
    color: #f8f8f8;
}
.example p{
    margin: 10px 0;
}


.main-contact{
    width: 790px;
    margin: 6% auto 4% auto;
    padding: 2% 0;
    text-align: center;
    color: white;
    background: #5B5B5B;
    box-shadow: 4px 4px 5px rgb(91, 91, 91, 8);
    box-shadow: 0 3px 6px rgb(0 0 0 / 15%), 0 3px 6px rgb(0 0 0 / 20%);
}
.main-contact h2{
    font-size: 24px;
    margin: 0 auto 3% auto;
}
.main-contact br{
    display: none;
}
.main-contact p{
    width: 96%;
    margin: 1% auto 0 auto;
    font-size: 16px;
}
.main-contact p a{
    color: #ff0000;
}
#non-line{
    text-decoration: none;
}
#non-line p:hover{
    opacity: 0.7;
}
.main-contact a:hover{
    opacity: 0.7;
}
.main-contact a p{
    width: auto;
    color: white;
}
.main-contact i{
    font-size: 2.7rem;
}
.main-contact-number{
    width: 56%;
    margin: 2% auto;
    padding: 1.3% 0;
    border: 1px solid white;
    font-weight: bold;
}
.contact-number{
    padding: 0 0 10px 0;
}


#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 40px;
    background: #3f98ef;
    opacity: 0.6;
    border-radius: 50%;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }


footer{
    margin: 140px 0 0 0;  
    padding: 30px 0 20px 0;
    color: white;
    background: #4072B3;
}
.footer-column{
    width: 1100px;
    display: flex;
    margin: 0 auto;
    text-decoration: none;
}
.footer-column ul{
    list-style: none;
    width: 25%;
    margin: 0 15px;
}
.footer-column a{
    color: white;
    text-decoration: none;
}
.footer-column a:hover{
    opacity: 0.8;
    border-bottom: solid 1px white;
}
.footer-main{
    margin: 0 0 18px 0;
    font-size: 15px;
    text-decoration: none;
    border-bottom: solid 2px white;
}
.footer-main-last{
    margin: 0 0 10px 0;
    text-decoration: none;
    border-bottom: solid 2px white;
}
.footer-sub{
    margin: 7px 0;
    text-decoration: none;
    font-size: 13px;
}
.footer-sub::before{
    content: "?";
    font-size: 10px;
    margin: 0 5px;
}
.footer-sub2{
    margin: 7px 0 7px 13px;
    text-decoration: none;
}
.footer-sub2::before{
    content: "-";
    font-size: 10px;
    margin: 0 5px;
}

.footer-sp{
    display: none;
}

.sns{
    text-align: right;
    font-size: 40px;
    margin-top: 15px;
    padding-right: 7%;
}
   
.sns i{
    padding: 0 15px 0 0;
}
   
.sns a{
    color: white;
}
   
.sns a:hover{
    opacity: 0.5;
}

.copyright{
    margin: 25px 0 0 0;
    font-size: 13px;
    text-align: center;
}



@media screen and (min-width: 768px) and (max-width: 1200px){
    header h1{
        width: 100%;
        text-align: center;
        font-size: 22px;
        top: 18%;
        left: 0;
    }
    .pc-nav{
        position: relative;
        width: 100%;
        text-align: center;
        top: 25%;
        right: 0%;
    }
    .pc-nav ul{
        width: 100%;
        justify-content: center;
        align-items: center;
        list-style: none;
    }
    .pc-nav ul li{
        margin: 0 7px;
    }
    



    .breadcrumb{
        margin: 0.8% 0 0.8% 8%;
    }

    .product-wrapper{
        margin: 30px 0 0 0;
    }
    .product-wrapper h2{
        width: 96%;
    }

    .red-bold20{
        color: red;
        font-weight: bold;
        font-size: 20px!important;
    }


    .column2{
        width: 80%;
    }
    .column-box{
        padding: 10px 3px;
    }
    .f-18{
        font-size: 16.5px;
    }
    .example{
        height: 140px;
        padding: 0 4px;
    }

    .main-contact{
        width: 71%;
    }
    

    footer{
        margin: 70px 0 0 0;
    }
    .footer-column{
        width: 96%;
    }
    .footer-column ul{
        margin: 0 10px;
    }
    .footer-sub::before{
        margin: 0 0 0 3px;
    }
    .footer-sub2{
        margin: 7px 0;
    }
    .footer-sub2::before{
        margin: 0 0 0 3px;
    }
}
@media screen and (max-width: 767px){
    header{
        display: flex;
        height: 20px;
        padding: 20px 0;
    }
    .header-wrap{
        width: 100%;
    }
    header h1{
        font-size: 22px;
        width: 100%;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform : translate(-50%,-50%);
        transform : translate(-50%,-50%);
    }
    .pc-nav{
        display: none;
    }
    .sp-menu-btn, .sp-menu-icon, .navicon, .sp-nav{
        display: block;
        z-index: 999;
    }
    .sp-nav{
        list-style: none;
        position: absolute;
        width: 100%;
        height: auto;
        top: 0;
        margin-top: 60px;
        padding: 0 0 10px 0;
        clear: both;
        background: rgb(0,0,0,0.8);
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
        transform: scale(1, 0);
        transform-origin: top;
    }
    .sp-menu-btn:checked ~ .sp-nav {
        transform: scale(1, 1);
        transform-origin: top;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    }
    .sp-nav a {
        text-decoration: none;
        font-weight: 500;
        letter-spacing: 2px;
        font-size: 16px;
        text-transform: capitalize;
        color: white;
        opacity: 0;
        transition: 0.5s;
    }
    .sp-nav li {
        border-top: 1px solid rgb(75, 75, 75);
        padding: 18px 0;
        margin: 0 54px;
        opacity: 0;
        transition: 0.5s;
    }
    .sp-menu-btn:checked ~ .sp-nav a,
    .sp-menu-btn:checked ~ .sp-nav li {
        opacity: 1;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
    }
    .sp-menu-btn {
        display: none;
    }
    .sp-menu-icon {
        display: inline-block;
        position: relative;
        cursor: pointer;
        margin: 0 0 0 2.2%;
        padding: 16px 18px 24px 18px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .navicon {
        background: white;
        display: block;
        height: 3px;
        width: 26px;
        position: relative;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    }
    .navicon:before,
    .navicon:after {
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        background: white;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    }
    .navicon:before {
        top: 9px;
    }
    .navicon:after {
        bottom: 9px;
    }
    .sp-menu-btn:checked ~ .sp-menu-icon .navicon:before {
        transform: rotate(-45deg);
    }
    .sp-menu-btn:checked ~ .sp-menu-icon .navicon:after {
        transform: rotate(45deg);
    }
    .sp-menu-btn:checked ~ .sp-menu-icon:not(.steps) .navicon:before {
        top: 0;
    }
    .sp-menu-btn:checked ~ .sp-menu-icon:not(.steps) .navicon:after {
        bottom: 0;
    }
    .sp-menu-btn:checked ~ .sp-menu-icon .navicon {
        background: rgba(0, 0, 0, 0);
        transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    }
    .sp-menu-icon p{
        position: absolute;
        top: 30px;
        left: 14px;
        font-size: 10px;
        font-weight: bold;
        white-space: nowrap
    }
      
    .breadcrumb{
        font-size: 11px;
        margin: 2% 0 2% 5%;
    }
    main{
        letter-spacing: 0.02em
    }
    .appeal{
        padding: 5px 0;
        margin-bottom: 20px;
    }

    
    .product-wrapper h2{
        width: 96%;
        font-size: 20px;
        margin: 10px auto;
        padding: 15px 0;
    }

    .sns-space{
        height: auto;
        width: 100%;
        margin: 0;
        background: none;
    }
    .top-sns{
        position: relative;
        right: 0;
        width: 67%;
        margin: 22px auto;
        padding: 2px 13px;
        text-align: center;
    }
    .sns-table{
        font-size: 18px;
    }
    .top-sns a{
        font-size: 30px;
        margin: 0 6px;
    }

    .red-bold20{
        color: red;
        font-weight: bold;
        font-size: 20px!important;
    }

    .column2{
        width: 90%;
        display: block;
    }
    .column-box h2{
        font-size: 16.5px!important;
        padding: 10px 0;
    }
    .column-box{
        width: 100%;
        padding: 8px 0;
    }

    .f-18{
        font-size: 15px;
        height: auto;
    }
    .f-18 br{
        display: none;
    }
    .example{
        width: 94%;
        height: auto;
        padding: 6px 4px;
    }
    .example p{
        font-size: 15px;
        margin: 10px 0;
    }
    .column-box a{
        display: block;
        width: 70%;
        margin: 20px auto;
        padding: 5px 0;
        font-weight: bold;
        text-decoration: none;
        border-radius: 15px;
        transition: 0.3s;
    }


    .main-contact{
        width: 94%;
        margin: 55px auto 0;
        padding: 30px 0;
    }
    .main-contact p{
        font-size: 15px;
    }
    .main-contact a{
        width: 72%;
    }
    .main-contact i{
        font-size: 30px;
    }
    .main-contact-number{
        width: 80%;
        margin: 20px auto;
    }

    .space{
        height: 40px;
    }


    footer{
        margin: 55px 0 0 0;
        padding: 10px 0 20px 0;
    }
    .footer-column{
        display: block;
        width: 100%;
    }
    .footer-column ul{
        width: 80%;
        margin: 25px auto;
    }
    .footer-main{
        margin: 15px 0;
    }
    .footer-pc{
        display: none;
    }
    .footer-sp{
        display: block;
    }

    .sns{
        padding: 15px 0 0 18px;
        text-align: center;
    }
}
.sns-space{
    height: 78px;
}
.top-sns{
    top: 0;
}

h2{
    text-align: center;
}

.top-text{
    width: 530px;
    margin: 15px auto;
    text-align: center;
}

.back-color{
    padding: 20px 0;
    background: #f2f2f2;
}


.product{
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto 45px;
}

.product-box{
    width: 48%;
    margin: 10px auto;
    padding: 18px 0;
    background: white;
}
.img-box, .img-box2{
    text-align: center;
}
.img-box img{
    width: 60%!important;
    height: auto!important;
}

.table-height{
    height: 185px;
}
.product-image-table td{
    padding: 3px 7px
}
.product-image-table .product-image img{
    width: 150px!important;
    height: auto!important;
}
.product-image-table .color{
    width: 40px;
}
.product-image-table .color img{
    width: 100%;
}
.product-image-table .color-name{
    text-align: center;
    font-size: 14px;
}

.product-box h3{
    font-size: 18px;
    text-align: center;
    margin: 6px 0 15px 0;
}
.price{
    font-weight: bold;
    text-align: center;
    font-size: 17px!important;
    margin: 15px 0 40px 0;
}
.product-box p{
    padding: 0 23px;
}

.size-table{
    width: 90%;
    margin: 10px auto;
}
.size-image{
    width: 37%;
}
.size-image img{
    width: 190px;
    height: auto;
}
.size-table td{
    padding: 3px 7px;
}

.shower-link{
    display: block;
    width: 90%;
    margin: 15px auto;
    text-align: center;
    padding: 14px 0;
    color: white;
    background: #6088C6;
}
.shower-link:hover{
    opacity: 0.8;
}

/**/
.product-box-cane{
    width: 90%;
    display: flex;
    align-items: flex-start;
    margin: 10px auto;
    padding: 18px 0;
    background: white;
    text-align: center;
}
.product-box-cane table{
    text-align: center;
}
.table-left{
    margin-left: 120px;
}
.product-box-cane table th{
    font-size: 20px;
}
.cane-name-img{
    width: 250px!important;
    height: auto!important;
}
.cane-img{
    width: 330px!important;
    height: auto!important;
}
.cane-color-img{
    width: 230px!important;
    height: auto!important;
}
.mini-img{
    width: 110px!important;
    height: auto!important;
}
.nomal-img{
    width: 220px!important;
    height: auto!important;
}
.right-img{
    width: 80%!important;
    height: auto!important;
}
.right-img2{
    width: 40%!important;
    height: auto!important;
}
.center-img{
    width: 100%!important;
    height: auto!important;
}
.right-img3{
    width: 60%!important;
    height: auto!important;
}
.right-img4{
    width: 70%!important;
    height: auto!important;
}
/**/

#cane-series{
    padding-top: 25px;
}
.cane-box{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
    padding-bottom: 15px;
}
.cane-box-left{
    width:45%;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.cane-box-left img{
    width: 80%!important;
    height: auto!important;
    margin: 15px auto;
}
.cane-box-name-logo{
    width: 98%!important;
    height: auto!important;
}
.cane-pattern-pc{
    width: 98%;
    margin: 0 auto;
    text-align: center;
}
.cane-pattern-pc img{
    width: 80%!important;
    height: auto!important;
    margin: 0 auto 5px auto;
}
.cane-pattern-pc td{
    font-size: 12px;
}
.cane-price{
    font-weight: bold;
}
.cane-detail{
    font-size: 12.5px;
    text-align: left;
    margin-bottom: 10px;
    padding: 0 8px!important;
}.table-left td{
    white-space: nowrap;
}
.left{
    padding-left: 6px;
}

.cane-box-right{
    width: 55%;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.cane-box-right img{
    width: 95%!important;
    height: auto!important;
    margin: 15px auto 0;
}

.cane-block-box{
    width: 70%;
    margin: 15px auto;
    text-align: center;
}
.cane-block-box img{
    width: 100%!important;
    height: auto!important;
}
.cane-block-box p{
    padding: 0;
}
.tip-size{
    width: 70%!important;
}
.cane-table-pc{
    width: 80%!important;
    height: auto!important;
    margin: 0 auto;
    text-align: center;
}
.cane-table-pc img{
    width: 110px;
}
.cane-table-sp{
    width: 60%;
    margin: 0 auto;
    text-align: center;
    display: none;
}
.cane-table-sp td{
    width: 120px;
}
.table-space{
    height: 25px;
}

.cane-box-sp{
    display: flex;
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto;
    text-align: center;
    display: none;
}
.cane-box-sp2{
    width: 49%;
    margin: 0 auto;
    text-align: center;
}
.cane-box-sp2 img{
    width: 110px!important;
    height: auto!important;
}
.cane-box-sp p{
    padding: 0;
}
.cane-box-colspan{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.cane-box2{
    display: flex;
    flex-wrap: wrap;
}
.cane-box-half{
    width: 50%;
    text-align: center;
}
.cane-box-half img{
    width: 95%!important;
    height: auto!important;
    margin: 0 auto;
}

.sp{
    display: none;
}




.product ol, .product ul{
    width: 85%;
    margin: 0 5% 0 10%;
}

.step-order{
    width: 80%;
    margin: 25px auto 5px auto;
}

.form-content{
    width: 84%;
    margin: 60px auto 20px;
}
.form-content h3{
    margin: 0 auto;
    padding: 10px 0;
    color: white;
    background: #008060;
}
.form-content form{
    margin: 20px auto;
}
.form-content a{
    display: block;
    margin: 0 auto;
}
.form-content p{
    font-size: 15px;
}

#parentframe{
    width: 100%;
    height: auto;
}


.order{
    padding: 25px 0;
}
.other-form{
    width: 55%;
    margin: 0 auto 25px auto;
    padding: 25px 0;
    background: white;
}
.other-form h3{
    font-size: 22px;
    text-align: center;
    margin: 0 0 15px 0;
}

.detail{
    width: 87%;
    margin: 0 auto 30px;
}
.detail h3{
    border-bottom: solid 1px #ccc;
}
.cost{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.c-box{
    width: 24.5%;
    margin: 5px auto;
    padding: 2px 0;
    text-align: center;
    background: #f8f8f8;
}
.c-box-left{
    width: 60%;
    margin: 5px 0;
    padding: 2px 0;
    text-align: center;
    background: #f8f8f8;
}


.form-container{
    width: 88%;
    margin: 0 auto;
}
#form-title{
    padding: 10px 0;
    color: white;
    background: #008060;
}
.form-group{
    margin: 17px auto 13px;
    width: 82%;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s
}
#subject, #name, #zipcode, #address, #tel, #email, #body,
#subject_rc, #name_rc, #zipcode_rc, #address_rc, #tel_rc, #email_rc, #body_rc{
    max-width:540px;
}

.form-group .item-list{
    margin: 20px auto 0 10px;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 3px;
    text-align: center;
    border-bottom: solid 2px black;
}

.form-item-name{
    width: 96%;
    font-size: 17px;
    font-weight: bold;
    margin:25px auto 15px auto;
    padding: 3px 0 3px 10px;
    border-left: solid 5px #008060;
}
.form-item-image{
    width: 75%;
    margin: 10px auto;
}
.form-item-image img{
    width: 100%;
    height: auto!important;
}
.form-item-cane-image{
    width: 75%;
    margin: 10px auto;
    text-align: center;
}
.cane-image{
    width: 70%!important;
    height: auto!important;
}
.cane-color{
    width: 46%!important;
    height: auto!important;
}
.form-item-color{
    display: inline-block;
    vertical-align: middle;
}
.form-item-flex{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
}
.form-item-box{
    width: 17%;
    margin: 0 1.5%;
    text-align: center;
}
.form-item-box label{
    font-size: 15px;
}
.form-item-box-cane{
    width: 28%;
    margin: 0 1.5%;
    text-align: center;
}
.form-item-box-cane label{
    font-size: 15px;
}

.form-mini-control{
    display: block;
    width: 100%;
    height: 20px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s
}

.order-color img{
    width: 30px;
    height: auto;
}

.sgbox{
    margin: 0 auto!important;
}

textarea.form-control {
    height: 200px;
}

.error, .error-php, .error-js .form-result, #subject{
    color: red;
}
.form-result{
    z-index: 2;
    position: relative;
    bottom: 550px;
}
.form-result table tbody{
    background: white;
    opacity: 0.9;
}


button{
    padding: 10px 40px;
    color: white;
    background: black;
    border: none;
    border: solid 1px black;
}
button:hover{
    opacity: 0.8;
}

#iframeBlock, .iframeBody{
    height:100%;
}
#parentframe{
    border:none;
    width:100%;
    height:100%;
    padding:0;
    margin:0;
}



@media screen and (min-width: 768px) and (max-width: 1200px){
    .product{
        width: 94%;
    }
    .table-left{
        margin-left: 0;
    }
    .other-form{
        width: 88%;
    }
    .detail{
        width: 88%;
    }

    .cane-table-pc img{
        width: 60px!important;
    }
    .c-box-left{
        width: 65%;
    }

    
}
@media screen and (min-width: 471px) and (max-width: 767px){
    .top-text{
        font-size: 15px;
        width: 96%;
    }

    .product{
        width: 94%;
    }
    .product-box, .product-box-right{
        width: 98%;
    }
    .img-box{
        height: auto;
    }
    .img-box img{
        width: 78%;
    }
    .table-height{
        height: auto;
    }

    .cane-table-pc{
        display: none;
    }
    .cane-box-sp{
        display: block;
        display: flex;
    }
    .cane-box-sp2 img {
        width: 80px!important;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .cane-color{
        width: 70%;
        height: 146px!important;
    }
    
    .c-box{
        width: 48%;
        margin: 5px 1px;
    }
    .c-box-left{
        width: 80%;
        margin: 5px 0px;
    }
    .cost td{
        width: 33%;
    }
    .other-form{
        width: 96%;
    }
    .detail{
        width: 90%;
    }

    .form-container{
        width: 96%;
    }
    .form-group{
        width: 100%;
    }

    #subject, #name, #zipcode, #address, #tel, #email, #body,
    #subject_rc, #name_rc, #zipcode_rc, #address_rc, #tel_rc, #email_rc, #body_rc{
    max-width: none;
    min-width: auto;
    width: 90%;
    }

    .form-result{
        bottom: 220px;
    }
    .sp #parentframe{
        height: 3750px;
    }

}
@media screen and (max-width: 470px){
    .top-text{
        font-size: 15px;
        width: 96%;
    }

    .product{
        width: 94%;
    }
    .product-box, .product-box-right{
        width: 98%;
    }
    .img-box{
        height: auto;
    }
    .img-box img{
        width: 78%;
    }
    .table-height{
        height: auto;
    }

    .cane-table-pc{
        display: none;
    }
    .cane-box-sp{
        display: block;
        display: flex;
    }
    .cane-box-sp2 img {
        width: 80px!important;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .cane-color{
        width: 70%;
        height: 146px!important;
    }
    
    .c-box{
        width: 48%;
        margin: 5px 1px;
    }
    .c-box-left{
        width: 80%;
        margin: 5px 0px;
    }
    .cost td{
        width: 33%;
    }
    .other-form{
        width: 96%;
    }
    .detail{
        width: 90%;
    }

    .form-container{
        width: 96%;
    }
    .form-group{
        width: 100%;
    }

    #subject, #name, #zipcode, #address, #tel, #email, #body,
    #subject_rc, #name_rc, #zipcode_rc, #address_rc, #tel_rc, #email_rc, #body_rc{
    max-width: none;
    min-width: auto;
    width: 90%;
    }

    .form-result{
        bottom: 220px;
    }
    .sp #parentframe{
        height: 3100px;
    }
}