@charset "UTF-8";
.container article.fit_list {
    padding-bottom: 0;
}
.fit_list .pdf_note_wrap {
  padding-top: 275px;
}
article.list section{
    width: 90%;
    max-width: 1082px;
    margin: 0 auto;
}
.mb_130{
    margin-bottom: 130px;
}
.contents_wrap .titlebar{
    background: #F7F7F7;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.8rem;
    letter-spacing: 0.18px;
    text-align: center;
    margin: 50px 0;
}
.usb_box{
    padding: 20px 0 30px;
}
.usb_box .w364{
    width: 50%;
    max-width: 364px;
    margin: 0 44px;
    padding: 14px 0;
    font-size: 1.2rem;
}
.contents_wrap .item_list{
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto;
    max-width: 1053px;
}
.contents_wrap .item_list li{
    width: calc(100% / 6);
    padding: 0 20px 45px;
    box-sizing: border-box;
}
.contents_wrap .item_list li a{
    display: block;
    transition: 0.3s;
}
.contents_wrap .item_list .img_wrap{
    width: 137px;
    height: 103px;
    background: #FFF;
    margin: 0 auto;
}
.contents_wrap .item_list .img_wrap > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contents_wrap .item_list .name_wrap{
    width: 100%;
}
.contents_wrap .item_list .name_wrap > p{
    margin: 15px 0 0;
    font-size: 1.1rem;
    text-align: center;
    word-break: break-all;
    white-space: pre-line;
}
@media (max-width:1200px){
   .contents_wrap .item_list li{
        width: calc(100% / 5);
    }
    .contents_wrap .item_list .img_wrap{
        width: 100px;
        height: 85px;
    }
}
@media (max-width:756px){
    .contents_wrap .titlebar{
        font-size: 1.5rem;
        line-height: 1.2;
    }
   .contents_wrap .item_list li{
        width: calc(100% / 2);
    }
    .contents_wrap .item_list .img_wrap{
        width: 100px;
        height: 85px;
    }
}

/*生産完了製品*/
.end_wrap{
    margin: 60px 0 97px;
}
.end_wrap .title{
    font-size: 1.7rem;
    text-align: center;
    position: relative;
    margin-bottom: 33px;
}
.end_wrap .title::before{
    content: "";
    width: 333px;
    height: 0.1em;
    background: #BFBFBF;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -2;
}
.end_wrap .title::after{
    content: "";
    width: 160px;
    height: 100%;
    background: #FFF;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.end_wrap .end_list{
    padding: 0;
    flex-wrap: wrap;
    font-size: 1.4rem;
    letter-spacing: 0.28px;
}
.end_wrap .end_list li{
    width: calc(100% / 8);
    padding: 12px;
    box-sizing: border-box;
    text-align: center;
}
@media (max-width:1200px){
    .end_wrap .end_list li{
        width: calc(100% / 6);
    }
}
@media (max-width:756px){
    .end_wrap .end_list{
        font-size: 1.1rem;
    }
    .end_wrap .end_list li{
        width: calc(100% / 3);
    }
}
/*その他適合リスト*/
.other_box_wrap{
    display: flex;
}
.other_box{
    width: calc(100% / 3);
    min-height: 163px;
    padding: 20px;
    border: 1px solid #BFBFBF;
    box-sizing: border-box;
    text-align: center;
    display: block;
    cursor:pointer;
}
@media (min-width:757px){
    .other_box:not(:last-of-type){
        margin-right: 15px;
    }
}
.other_box div{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 80%;
    height: 90px;
}
.other_box p{
    font-size: 1.3rem;
    line-height: 1.7;
}
.other_box .small{
    font-size: 1.2rem;
    display: block;
}

@media (max-width:756px){
    .other_box_wrap{
        flex-direction: column;
    }
    .other_box{
        width: 100%;
        margin: 0 0 15px;
        padding: 10px;
    }
}

/*os対応一覧*/
.list_link {
    width: 100%;
    text-align: right;
}
.list_link a{
    display: inline-block;
    padding: 10px;
    margin: 30px 5%;
    font-size: 1.2rem;
    text-decoration: none;
    border-bottom: 1px solid #BFBFBF;
    transition: 0.3s;
}
.list_link a > span{
    font-size: 1.5rem;
}
.list_os{
    padding: 0 20px;
    margin-bottom: 35px;
}
.list_os .img_wrap{
    width: 137px;
}
.list_os .img_wrap img{
    width: 137px;
    height: 103px;
    object-fit: contain;
}
.list_os .img_wrap .model_number{
    width:100%;
    font-size: 1.5rem;
    text-align: center;
}
.list_os .text_wrap{
    padding: 50px 38px 0;
    flex: 1;
}
.list_os .text_wrap p{
    font-size: 1.4rem;
    line-height: 1.5;
    word-break: break-all;
    white-space: pre-line;
}
.list_os .text_wrap .maintext{
    letter-spacing: 1.4px;
    margin-bottom: 20px;
}
.list_os .text_wrap .subtext{
    letter-spacing: 0.28px;
}
.list_os .text_wrap .subtext2{
    font-size: 1.2rem;
    line-height: 1.8;
}
.list_os .note_wrap{
    min-width: 100px;
    line-height: 1.5;
    padding-top: 30px;
    font-size: 1.2rem;
}
.list_os .note_wrap p > a{
    text-decoration: underline;
}


/*modal*/
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 300;
}
.modal_bg{
    background: rgba(0,0,0,0.5);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.fit_modal_content{
    background: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    height: 90%;
    box-sizing: border-box;
    overflow-y: auto;
}
.fit_modal_content .modal_inner{
    width: 80%;
    max-width: 1132px;
    padding: 5% 0;
    margin: 0 auto;
}
.fit_modal_content .modal_inner .top_text,
.fit_modal_content .modal_inner .title{
    font-size: 1.5rem;
    letter-spacing: 2px;
    line-height: 1.5;
    text-align: center;
}
.fit_modal_content .modal_inner .subtext{
    font-size: 1.2rem;
    letter-spacing: 0.28px;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 5%;
}
.fit_modal_content .modal_inner .process{
    max-width: 1009px;
    margin: 0 auto;
    font-size: 1.4rem;
    letter-spacing: 0.28px;
    line-height: 1.7;
    margin-bottom: 8%;
}
.fit_modal_content .modal_inner .caption{
    font-size: 1.4rem;
    letter-spacing: 1.4px;
    text-align: center;
}
.fit_modal_content .modal_inner img{
    width: 90%;
    max-width: 590px;
    max-height: 320px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.fit_modal_content .modal_inner .process2{
    max-width: 1152px;
    margin: 0 auto;
    font-size: 1.4rem;
    letter-spacing: 0.28px;
    line-height: 1.7;
    margin-bottom: 8%;
}
.fit_modal_content .modal_inner .process2 .driver_link{
    display: block;
    width: 100%;
    margin-bottom: 1em;
}
#modal02 .fit_modal_content{
    height: 80%;
    max-height: 725px;
    box-sizing: border-box;

}
/*閉じるボタン*/
.modal_close {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 5%;
    right: 3%;
}
.modal_close_btn {
  display: inline-block;
  width: 33px;
  height: 33px;
  position: relative;
  cursor: pointer;
}
.modal_close_btn span::before,
.modal_close_btn span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #BFBFBF;
}
.modal_close_btn span::before {
  transform: rotate(-45deg);
}
.modal_close_btn span::after {
  transform: rotate(45deg);
}


h2.title_large p {
    padding: 1.1em 0 0.6em;
}
.blue > .flex_box {
	justify-content: center;
}
.sup > h2.title_large p {
    padding: 1.2em 0 1.1em;
}

@media (max-width:767px){
	h2.title_large p {
    	padding: 1em 0 1em;
	}
	h2.title_large>span:last-child {
    	bottom: 0px;
		font-size: 0.6em;
	}
	.flex_c {
    	justify-content: space-between;
	}
	.usb_box .w364 {
		width: 49%;
		margin: 0;
	}
	.pdf_note_wrap > p {
    	font-size: 0.6em;
	}
	.list > h2.title_large {
		margin: 30px 0 0;
	}
	.mos > .flex_box {
		display: block;
	}
	.list > h2.title_large p {
    	padding: 1em 0 1.2em;
	}
	.list_os .img_wrap {
    	margin: 0 auto;
	}
	.list_os .note_wrap {
    	text-align: right;
	}
	.sup > h2.title_large p {
        padding: 1em 0 1.5em;
    }
    .list_os .text_wrap{
        padding: 30px 0 0;
    }
    .list_os .text_wrap p {
        font-size: 1.2rem;
    }
    .list_os .text_wrap .subtext2 {
        font-size: 1rem;
        line-height: 1.5;
    }
    .mb_130 {
        margin: 30px 0;
    }
    .list_link a{
        margin: 0 20px;
    }
    .fit_list .pdf_note_wrap {
      padding-top: 275px;
    }
}