@charset "utf-8";
/* CSS Document */
/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) ｈｈｈｈ*/
/* --------------------------------------------- */

/* イコールズのcss上書き */
body {
    background-color: #fff;
}

#content {
    width: 90vw;
}

#content .setting_area .table ul {
    width: 100%;
}

p {
    margin: 0;
}
#tv_model > p {
    background-color:#fff;
    color: #333;
}

.rogo_wall{
    width: 160px !important;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}


.type_detail_btn {
    margin: 0 auto;
    width: 100%;
    padding: 0;
}

ul.sideby {
    display: block;
    margin-top: 10px;
    width: 70%;
    margin: 0 auto;
}


.result_area {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}



#content p.noselect.hide-target.red-txt {
    text-align: left !important;
    max-width: 430px;
}
/* イコールズのcss上書き */

.result_item{
    width: 90%;
    max-width: 430px;
    margin: 0 auto;
    clear: both;
}


.result_guidance{
    width: 90%;
    max-width: 430px;
    margin: 0 auto;}
.result_guidance span {
    display: block;
    float: left;
    font-size: 0.8em;
    font-weight: bold;
}
.result_guidance span:first-child {
    width: 14%;
}
.result_guidance span:nth-child(2) {
    width: 20%;
}

.result_guidance span:nth-child(3) {
    width: 50%;
    padding-left: 12%;
}
.top_text {
    text-align: center;
    background: #a7a7a7;
    color: #fff;
    max-width: 440px;
    margin: 0 auto;
    padding: 10px 0;
    margin-bottom: 5px;
}

.textline span{
    display: inline-block;

}

.textline{
    margin-bottom: 10px;
}

.hide-target .top_text:nth-child(2){
    margin-top: 10px;
}
.hide-target .top_text:nth-child(3){
    margin-bottom: 10px;
}
#content .noselect {
    margin-bottom: 0;
}
.result_item li:first-child{
    border-bottom: 1px solid #333;
}
.result_item li:nth-child(2){
    border-top: none;
}

.result_item li {
    border-top: 1px solid #c3c3c3;
    padding: 2% 0px;
}

.topsideby {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.result-type-height-img {
    float: left;
    width: 41%;
    margin-top: 40px;
    padding-right: 15px;
}


.result_textwp{
    padding-top: 10px;
    line-height: 18px;
}
.result-type-height-img img {
    height: auto;
    width: 100%;
}

.hight_text {
    float: left;
    padding-top: 2em;
    width: 67%;
    max-width: 250px;
    text-align: left;
}

.hight_text label, .result_item label{
width:300px;
    background-color: #999;
padding: 2px 5px;
color: #fff;
border-radius: 5px;
}

.result_item tr{
    display: block;
    padding: 4px;
}
.result_item tr td p{
    font-size: 13px;
}
.hight_text p {
    padding: 5px 0 10px 5px;
}

.hight_text label.red, .result_item label.red {
    background-color: red;;
}



.result-type-height-text label + span{
    padding: 0 0 0 5px
}

.red + span{
    color: red;
}


.correspondence_title{
    padding-bottom: 50px !important;
    font-size: 21px;
    padding-top: 20px;
}


.result_comment li{
    display: inline;
}

.result_comment table td {
    font-size: 12px;
    padding: 0 4px;
    font-weight: bold;
}


.result_item li img {
    display: inline-block;
    float: left;
}

.result_item table{
    width: 66% !important;
    float: right;
}
.result_comment table {
    width: 100% !important;
}
.result_item table img{
    width: 100%;
}

.result_area table, .result_area td, .result_area th {
    padding: 0;
    border: none;
    width: auto;
}


.result_comment{
    display: block !important;
}

.result_rogo, .result_rogo_none  {
    width: 20%;
    padding-right: 2%;
    padding-top: 4em;
}



.result-judge {
    width: 7%;
    padding: 1%;
    padding-top: 4em;
}

.result_rogo_none {
    padding-top: 0em;
}
.result-judge_none {
    padding-top: 3.2em;
}

.result_textwp p{
float: left;
width: 78%;
/*
color: red;
*/
    text-align: initial;
}
.result_textwp img{
    float: left;
    width: 20%;
    padding-top: 3%;
    cursor:pointer ;
    }

.result-type-height-text td{
    width: 10%;
    padding-right: 2px;
}
/*.result-type-height-text td:first-child{
    width: 6%;
}*/

.button-close {
    position: absolute;
    cursor: pointer;
    display: block;
    width: 40px;
    height: 30px;
    top: 10px;
    border: none;
    right: 2px;
    background: none;
}

.button-close::before, .button-close::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    transform: rotate(
45deg
);
    transform-origin: 0% 50%;
    position: absolute;
    top: calc(14% - 5px);
    left: 14%;
}
.button-close::after {
    transform: rotate(
-45deg
);
    transform-origin: 100% 50%;
    left: auto;
    right: 14%;
}

.type_detail_btn a{
    font-weight: normal;
    color: black;
    display: block;
    padding: 10px 37px 10px;
    border: 1px #e3e3e3 solid;
    border-radius: 32px;
    background-color: #333;
    text-decoration: none;
    color: #fff !important;
    text-align: center;
    margin: 0 4%;
    font-size: 13px;
}
/* これが無いとモーダルウィンドウ表示の際に余白が出る */

.modal-content img{
 width: 100%;
}
  /* モーダル全体(背景＋本体) */
  .modal{
    display: none;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
  }
  
  /* モーダル背景 */
  .modal-bg{
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  
  /* モーダル本体 */
  .modal-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: scroll; /* はみ出た部分はスクロールさせる */
    height: 60%;/* これが無いと「overflow:scroll」が利かない */
    width: 60%;/* これが無いと「overflow:scroll」が利かない */
    background: white;
    padding: 40px;
  }
  
  /* モーダルウィンドウ表示中に記事本体を固定 */
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
  }


/* 取り付け部品 */

input[type="radio"], input[type="checkbox"] {
    margin: 0px 5px 3px;
}


  .radio-input + label{
    padding-left: 20px;
    position:relative;
    margin-right: 20px;
  }
  .radio-input + label::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%;
  }
  .radio-input:checked + label{
    color: #d01137;
  }
  .radio-input:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #d01137;
    border-radius: 50%;
  }

#setting_elems .result-text,
#setting_elems .result-judge, 
#setting_elems .result_text{
    min-height: 36px;
    padding: 8px;
    display: block;
    width: 100%;
    min-height: 36px;
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #ccc;
}

.qwp {
    background-color: #eaeaea;
    padding: 10px;
    margin: 40px 0;
    font-size: 16px;
}

.verification a{
    clear: both;
    color: #0f7bc7;
}



.qwp p span{
    color: red;
    display: block;
}

.qwp p:first-child {
    padding-bottom: 10px;
}
.type_radio span:first-child,
.type_radio span:nth-child(2){
    display: block;
    float: left;
    width: 50%;
}

.type_color span:first-child,
.type_color span:nth-child(2),
.bracket_color span:first-child,
.bracket_color span:nth-child(2){
    display: block;
}

.qwptitle {
    background-color: #cecece;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
}


.postalicon a[target="_blank"]::after {
    font-family: "Font Awesome 5 Free";
    content: '\f35d';
    font-size: 105%;
    font-weight: 900;
    margin: 0 3px;
}

.postalicon a{color: #0f7bc7;}

.prefecturessel{
    width: 100%;
    padding: 10px;
}

.contentstext textarea{
    width: 100%;
}

.attachment-item {
    width: 100% !important;
}

form p {
    margin: 0 0 10px;}
/* 取り付け部品 */


/* 取り付け商品確認 */
.result_veri li {
    font-size: 14px;
    padding: 10px 0;
    color: #909090;
}

.result_veri ol li{
    padding-left: 10px;
    font-size: 20px;
    color: #333;
}
.submit_btn{
    width: 50%;
    margin: 0 auto;
}

.submit_btn p {
    width: 100%;
    float: none;
}

#submit_button {
    background: #000;
    /* margin: 10px 0 10px 0; */
    margin-top: 10px;
    margin-bottom: 10px;
}
#bk_button{
    background: #8e8e8e;
}

.mekaname{
    display:none !important;
}

.fr_page-contact-index section {
    max-width: 430px !important;
    padding: 0 !important;
}

/* 取り付け商品確認 */
/* -------------------------------------------- */
/* ▼タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media (min-width: 768px) {

    .result-judge_none {
        padding-top: 4em;
    }
    .result_item tr{
        font-size: 16px;
    }
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media (min-width: 1024px) {

    .modal-content img {
        width: 340px;
        margin: 0 auto;
        display: block;
    }
    .type_detail_btn {
        width: 40%;
    }
    .result_comment table td:nth-child(1) {
        width: 4%;
    }
    .result_comment table td:nth-child(2) {
        width: 7%;
    }
    .result_comment table td:nth-child(3) {
        width: 18%;
    }
    .topsideby{
        width: 80%;}
    .submit_btn p {
            width: 50%;
            float: left;
    }
    .type_detail_btn a{
        font-size: 20px;;
    }

}