@charset "UTF-8";
/* CSS Document */

*{
    margin: 0;
    padding: 0;

}

body {
    width: 100%;
    margin: 0 auto;
    line-height: 30px;
    font-size: 17px;
    font-family: Hiragino Sans, Arial, sans-serif !important;
    background-color: #f4f4f4;
    
}

.safari{
    width: 100%;
    max-width: 650px;
    background-color: #fff;
}

.sear .btn_s p{
    background-color: #d8d8d8;
    text-align: center;
    color: #fff;
    padding: 2px;
    font-size: 1.1em;
    margin: 13px auto 20px;
    display: block;
    width: 55%;
}


img{
    width: 100%;
}
    

picture{
    margin-top: 0 !important;
    width: 100%;
}

.point03{
    text-align: center;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    background: #F15A22;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sp{
    display:none;
}



.article-body {
    padding: 9px 10px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 650px;
    background-color: #fff;
}

tbody img{
    width: 100%;
    
}

.top img{
    width: 100%;
}

.searchordercontainer tbody img{
    width: 14%;
    height: auto;
}

.item_box a img{
        width: 47%;
}

.searchordercontainer tbody dd{
   width: 27%;
   line-height: 27px;
}

.reddark {
    color: rgb(230, 0, 0);
    font-size: 17px;
    text-align: center;
    margin-bottom: 0px;
}





.recomm{
    text-align: center;
    font-size: 21px;
    font-weight: 700;
}

.arrow{
    width: 100px;
    height: 65px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.arrow::before{
    content: "";
    display: block;
    margin: 0 auto;
    width: 50%;
    height: 40%;
    background: #0047B2;
}

.arrow::after{
    content: "";
    display: block;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top right, transparent 49%, #0047B2 50%) top left/50% 100% no-repeat, linear-gradient(to top left, transparent 49%, #0047B2 50%) top right/50% 100% no-repeat;
}

.title2{
    border-bottom: 3px solid #ff8c00;
    margin-bottom: 20px;
}

h3{
    padding: 10px 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
}

.carview{
    width: 100%;
    margin-bottom: 20px;
}

.brwsr2{
    text-align: center;
    width: 100%;
    border: none;
    border-bottom: solid 1px #999999;
    border-collapse: collapse;
    border-spacing: 0 3px;
    background: #FFFEEE;
    margin-bottom: 40px;
    margin-top: 10px;
}

.brwsr2 tr{
    border-bottom: solid 1px #999999;
}

.brwsr2 th{
    vertical-align: middle;
    height: auto;
    width: 40%;
    border-right: solid 1px #999999;
    margin: 0;
    text-align: center;
    
    font-size: 14px;
    font-weight: bold;
    padding: 6px;
}


.bar{
    height: 1px;
    width: 100%;
    border-top: solid 1px #cbcbcb;
}

.ffa100{
    color: rgb(255, 161, 0);
}

.mark{
    background: linear-gradient(to bottom, transparent 0%, transparent 40%, #ffff66 40%, #ffff66 100%);
    vertical-align: bottom;
}

.carview_text{
    margin-top: 20px;
}

.text{
    margin-bottom: 30px;
}


.achiev{
    margin-top: 30px;
    margin-bottom: 30px;
}

.red{
    color: rgb(230, 0, 0);
}

.sclal{
    display:none;
}

.achiev-text{
    margin-bottom: 30px;
}

.deal{
    text-align: center;
    font-weight: bold;
}

.btn-area{
    position: relative;
    margin: 0.5em 0;
    justify-content: center;
    display: flex;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.btn{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    text-shadow: 2px 2px 3px rgba(255, 255, 255, .5), -4px -4px 6px rgba(116, 125, 136, .2);
    cursor: pointer;
    vertical-align: middle;
    border: none;
    box-sizing: border-box;
    outline: none;
}

.btn-area a{
    position: relative;
    transition: all 0.3s;
    display: block;
    text-decoration: none;
}



h2{
    padding: 15px 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
    background-color: #F15A22;
    border-left: 10px solid #F1C122;
    margin-top: 40px;
    color: #fff;
}

.carlovetext{
    margin-top: 20px;
    margin-bottom: 20px;
}

.blue{
    color: rgb(0, 0, 255);
}

.carlovetext02{
    margin-top: 20px;
    margin-bottom: 20px;
}



.speech-bubble{
    max-width: 95%;
    background: #efefef;
    border: 1px solid #a7a7a7;
    border-radius: 4px;
    box-shadow: 4px 4px 0 0#ccc;
    padding: 15px;
    line-height: 1;
    margin: 10px auto 40px;
    position: relative;
    box-sizing: border-box;
}

.speech-bubble-arrow{
    border-right: 21px solid transparent;
    border-top: 20px solid #ccc;
    bottom: -25px;
    position: absolute;
    left: 35px;
}

.speech-bubble-arrow::before{
    border-right: 23px solid transparent;
    border-top: 23px solid #a7a7a7;
    bottom: 2px;
    content: "";
    position: absolute;
    left: -5px;
}

.speech-bubble-arrow::after{
    border-right: 21px solid transparent;
    border-top: 21px solid #efefef;
    bottom: 4px;
    content: "";
    position: absolute;
    left: -4px;
}

.speech-bubbleall img{
    margin-bottom: 20px;
}


.bulk{
    margin-bottom: 20px;
}


.title{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em 0.2em 32px;
    background: #584f5b url(https://file.mysquadbeyond.com/uploads/article_photo/photo/1164719/316c0e4b-af11-48af-b47f-37571a2ddef9.png) no-repeat 12px center / 15px 16px;
}

.l-review__appli__list{
    width: 100%;
    max-width: 980px;
    color: #333;
    font-size: 12px;
    margin: 0 auto 22px;
    line-height: 1.8;
    border: 2px solid #584f5b;
    border-radius: 4px;
}

.l-review__appli__list__ul{
    margin: 0;
    padding: 0.4em 0.8em;
    list-style-type: none;
}

.l-review__appli__list__ul__li{
    border-bottom: 1.5px solid #eee;
    padding: 0 0 1.4em 0;
}

.l-review__appli__list__ul__li:last-child{
    border-bottom: none;
}

.recbox-wrapper mt--lg2{
    position: relative;
    padding: 8px;
    border: 2px dashed #bfa776;
    margin-top: 50px;
    margin-bottom: 20px;
}

.recbox-wrapper__ttl{
    position: absolute;
    border-left: none;
    top: -40px;
    left: 50%;
    min-width: 70%;
    text-align: center;
    transform: translate(-50%, -60%);
    padding: 11px 9px;
    background: #bfa776;
    color: #ffffff;
    font-size: 27px;
}

.recbox-wrapper{
    position: relative;
    padding: 8px;
    border: 2px dashed #bfa776;
    margin-top: 50px;
    margin-bottom: 20px;
}

ul {
    list-style: none;
  }

.recbox-wrapper__list ul li{
    position: relative;
    padding-left: 20px;
    line-height: 1.8;

}

.recbox-wrapperdiv{
    padding: 28px 20px 18px 20px;
   
}

.recbox-wrapperdiv li span{
    font-size: 26px;
    position: relative;
    top: 4px;
    padding-right: 20px;
}

.recbox-wrapperdiv li{
    justify-content: center;
}

.red{
    color: rgb(255, 0, 0);
    font-size: 17px;
    text-align: center;
    margin-bottom: 10px;
}

.zubatto{
    margin-bottom: 20px;
}

.red02{
    color: rgb(255, 0, 0);
    font-size: 17px;
    text-align: center;
    margin-bottom: 0px;
}


.alltext01{
    margin-bottom: 20px;
}

.all img{
    margin-top: 30px;
}

.alltext02 p:first-child{
    margin-top: 20px;
    margin-bottom: 25px;
}
.alltext02 p:nth-child(2){
    margin-bottom: 30px;
}

.alltext02 p:nth-child(3){
    margin-bottom: 30px;
}


footer{
    font-size: 13px;
    padding: 5%;
    background: #ECECEC;
    text-align: center;
    margin-top: 40px;
}




.wider_table{
    overflow-x: none;
    border: 2px solid #584f5b;
}


.main{
    background-color: #f3f3f3;
}

.wider_table table{
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wider_table table th{
    padding: 7px 0px 7px 0px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}



.wider_table td{
    text-align: center;
    font-size: 16px;
}

.wider_table tr a:nth-child(20){
    color: #fff;
}

.exellent{
    color: rgb(230, 0, 0);
    font-size: 25px;
}
.good{
    color: rgb(50, 138, 217);
    font-size: 25px;
}
.normal{
    color: #ffdb00;
    font-size: 25px;   
}


.ster{
    color: rgb(255, 153, 0);
}

.wider_table a.btn02{
    position: relative;
    display: block;
    padding: 0.8em;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    background-color: #f47118;
    border-bottom: solid 3px #ad5515;
    border-radius: 4px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 100%;
    font-size:13px;
}


.wider_table a.btn02:hover{
    box-shadow: none;
    transform: translate3d(0, 3px, 0);    
}


.wider_table td{
    vertical-align: middle;
    border: none;
    text-align: center;
    border-right: 1px solid #ccc;
    padding: 0.8em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
   padding: 0.8em 10px 10px 10px;
   font-size: 14px;
}

.wider_table td:first-child{
    border-left: 1px solid #ccc;
}
.wider_table tr:last-child{
    border-bottom: 1px solid #ccc;
}

.btn_gradiate{
    bottom: -2em;
    transition: all 0.3s;
    z-index: 1;
    position: absolute;
    right: 1%;
}

.btn_gradiate img{
    width: 50px;
}



.btn:hover{
    color: #fff;
    background-color: #DC0143;
    text-decoration: none;
}



@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}

.btn {
    position: relative;
    display: block;
    width: 100%;
    height: 58px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #ff8c00;
    overflow: hidden;
}

.btn::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}


.wider_table a{
    text-decoration: underline;
    color: #4682b4;
}

footer a{
    text-decoration: underline;
    color: #4682b4;
}

.annotation{
    color: rgb(136, 136, 136);
    font-size: 13px;
}

.item_box h2{
    border-left:none;
}

#footer{
    background: #ECECEC;
}

.tx-s a{
    text-decoration: underline;
    color: #4682b4;
}

form {
    margin-bottom: 20px;
}

.item_box a img{
    height: 172px;
    width: 61%;
    object-fit: cover;
}

@media screen and (min-width:320px) and ( max-width:425px){
    body {
        font-size: 15px;
    line-height: 24px;
    width: 100%
    background-color: #f4f4f4;
       
    }
    
 
    
    .wider_table table{
    width: 80%;
}

.wider_table{
    overflow-x: scroll;
}
.wider_table table {
    width: 153%;
}

.wider_table td {
    font-size: 18px;
}

.wider_table a.btn02{
    font-size:20px;
}

.search_entry {
    font-size: 19px;
}



.select{
    font-size: 20px;
}


.point03 {
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 19px;
    color: #fff;
    line-height: 22px;
    background: #F15A22;
    margin-top: 20px;
    margin-bottom: 20px;
}

.wider_table table th {
    left: 0px;
    right: 0px;
    width: 93.5%;
    margin: 0 auto;
    position: absolute;
    background-color: #f3f3f3;
   
}

.wider_table td {
    vertical-align: middle;
    border: none;
    text-align: center;
    border-right: 1px solid #ccc;
    padding: 0.8em;
    box-sizing: border-box;
    padding: 65px 5px 5px;
    font-size: 13px
}
.wider_table tr:last-child td{
    padding-top: 45px;
}

.wider_table a.btn02 {
    position: relative;
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    background-color: #f47118;
    border-bottom: solid 3px #ad5515;
    border-radius: 4px;
    transition: all 0.2s;
    width: 100%;
}

h2 {
    padding: 15px 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
    background-color: #F15A22;
    border-left: 10px solid #F1C122;
    margin-top: 40px;
    color: #fff;
}

.wider_table a.btn02 {
    font-size: 15px;
}

.recbox-wrapperdiv li {
    justify-content: center;
    font-size: 14px;
}

.sclal{
    display:block;
    text-align: center;
    font-size: 14px;
}

.speech-bubble {
   font-size: 23px;
    line-height: 27px;
    font-weight: bold;
   
}

.article-body{
    width: 100%;
}

.good {
    color: rgb(50, 138, 217);
    font-size: 3.3rem;
}

.exellent {
    color: rgb(230, 0, 0);
     font-size: 4rem;
}

.normal {
    color: #ffdb00;
    font-size: 3.5rem;
}


.wider_table tr td:last-child {
    padding: 3.8em 10px 10px 10px;
    font-size: 14px;
}

.sp{
    display:block;
}
.sec {
    width: 100%;
    padding: 10px 10px;
}

.searchordercontainer tbody dd{
   width: 45%;
   line-height: 27px;
}

.searchordercontainer tbody img{
    width: 17%;
    height: auto;
}
.item_box a img{
    height: 127px;
    width: 80%;
    object-fit: cover;
}
}





@media screen and (min-width:320px) and ( max-width:425px){
    .wider_table a.btn02 {
        padding: 10px 0;
       
    }
}




