section.mainV{
	position: relative;
	background-image: url('../img/kantakun01/bg_main.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 50vh;
}
section.mainV .textarea{
	position: absolute;
	bottom: 0;
	background: #0000007a;
	width: 100%;
	padding: 30px 0;
}
section.mainV .textarea .inr{
	position: relative;
	max-width: 670px;
}
section.mainV .textarea h3{
	max-width: 495px;
	width: 80%;
}
section.mainV .textarea p{
	color: #fff;
	font-weight: lighter;
	line-height: 2.0;
}
.pop{
	position: absolute;
	max-width: 170px;
	width: 15vw;
	min-width: 120px;
}
.pop.left{
	top: 0;
	left: -12vw;
}
.pop.right{
	top: 0;
	right: -12vw;
}
@media screen and (max-width: 960px) {
	.pop{
		position: relative;
	}
	.pop.left{
		left: 0;
	}
	.pop.right{
		right: 0;
	}
	.pop_wrap{
		justify-content: space-around;
    	max-width: 300px;
    	margin: 0 auto 20px;
	}

}
@media screen and (max-width: 520px) {
	section.mainV{
		padding-top: 70vh;
	}
}
section.power .inr,
section.cost .inr,
section.clean .inr{
	max-width: 800px;
}
section.power h3,
section.cost h3,
section.clean h3{
	max-width: 310px;
}
section.clean figure{
	max-width: 640px;
}
section.clean .kome{
	max-width: 600px;
}
.kome{
	font-size: 1.4rem;
}
section.announce h3{
	font-size: 160%;
	font-weight: lighter;
}
section.announce .btn01:hover{
	background: #fff;
	color: #329637;
}
section.user h3,
section.lineup h3{
	font-size: 180%;
	font-weight: lighter;
	text-align: center;
}
section.user .inr{
	max-width: 900px;
}
section.user figure{
	max-width: 80px;
	min-width: 60px;
	width: 10vw;
	margin: 0 2rem;
}
section.user figcaption{
	text-align: center;
	padding-top: 1rem;
}
section.user .textarea{
	position: relative;
	width: calc(100% - 130px);
	border: 3px solid #fcd13e;
	background: #fff;
	padding: 30px;
}
section.user .textarea.right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #fcd13e;
}
section.user .textarea.left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #fcd13e;
}
section.user .textarea p{
	line-height: 1.8;
	font-weight: lighter;
}
.lineup_list{
	align-items: stretch;
}
.lineup_list li{
	width: calc(100% / 2 - 20px);
	padding: 40px;
	box-shadow: 0px 0px 10px #dedede;
	margin-bottom: 40px;
}
.lineup_list li .top{
	margin-bottom: 30px;
}
.capacity{
	background: #329637;
	border-radius: 5rem;
	padding: 5px 20px;
	color: #fff;
}
.capacity span{
	color: #fff;
	padding-left: 4px;
}
.family{
	width: calc(100% - 180px);
	height: 35px;
}
.family img{
	width: auto;
	max-height: 100%;
}
.lineup_list li figure{
	max-width: 180px;
}
.lineup_list li .textarea{
	width: calc(100% - 200px);
}
.catch{
	margin-bottom: 10px;
}
.name{
	font-size: 120%;
	color: #329637;
	line-height: 1.3;
}
.spec{
	font-size: 90%;
	margin-bottom: 20px;
}
.lineup_list li .btn{
	display: inline-block;
	padding: 5px 10px;
	color: #329637;
	border: 1px solid currentColor;
}
.lineup_list li .btn:hover{
	color: #fff;
	background: #329637;
	transition: .3s;
}
section.lineup h4{
	font-size: 2.0rem;
	font-weight: lighter;
}
section.lineup table{
	width: 100%;
	border-collapse: collapse;
}
section.lineup table th,
section.lineup table td{
	border-bottom: 1px solid #d9d9d9;
}
section.lineup table th:not(:last-child),
section.lineup table td:not(:last-child){
	border-right: 1px solid #d9d9d9;
}
section.lineup table th{
	padding: 25px;
	background: #329637;
	color: #fff;
	font-weight: lighter;
	line-height: 1.3;
}
section.lineup table td{
	padding: 20px;
	text-align: center;
}
section.lineup table tr td:first-child{
	text-align: left;
}
section.lineup table tr:nth-child(odd) td{
	background: #fef9e8;
}
section.lineup table tr:nth-child(even) td{
	background: #fff;
}
section.lineup .feature h4{
	font-size: 1.8rem;
	background: #329637;
	color: #fff;
	padding: 13px 0;
}
section.lineup .feature dl{
	background: #f2f2f2;
	padding: 40px 60px;
}
section.lineup .feature dl dt{
	color: #329637;
}
section.lineup .feature dl dd:not(:last-child){
	margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
	.lineup_list li{
		width: calc(100% / 2 - 10px);
		margin-bottom: 20px;
	}
	.family{
		width: 100%;
		margin-top: 10px;
	}
	.detail{
		flex-direction: column;
	}
	.lineup_list li .textarea{
		width: 100%;
		margin-top: 20px;
	}
}
@media screen and (max-width: 600px) {
	.lineup_list li{
		width: 100%;
		padding: 30px;
	}
	.family{
		width: calc(100% - 180px);
    	margin-top: 0;
	}
	.detail{
		flex-direction: row;
	}
	.lineup_list li .textarea{
		width: calc(100% - 200px);
		margin-top: 0;
	}
}
@media screen and (max-width: 500px) {
	.family{
		width: 100%;
		margin-top: 10px;
	}
	.detail{
		flex-direction: column;
	}
	.lineup_list li .textarea{
		width: 100%;
		margin-top: 20px;
	}
}
@media screen and (max-width: 600px) {
	.table_scroll{
    	overflow: auto;
	    width: 100%;
	}
	section.lineup table{
		border-collapse: separate;
		border-spacing:0;
	}
	section.lineup table th,
	section.lineup table td{
		font-size: 90%;
	}
	section.lineup table th{
		padding: 15px;
		min-width: 150px;
	}
	section.lineup table td{
		padding: 10px;
	}
	section.lineup table th:first-child,
	section.lineup table td:first-child{
	    position: sticky;
	    top: 0;
	    left: 0;
	    z-index: 1;
	    border-right: 1px solid #d9d9d9;
	    border-bototm: 1px solid #d9d9d9;
	}
	.example tr:first-child th:first-child{
	    z-index: 1;
	}
	section.lineup .feature dl{
		padding: 30px;
	}
	.kome{
		font-size: 80%;
	}

}
@media screen and (max-width: 520px) {
	section.user .flex{
		flex-direction: column;
	}
	section.user .flex:last-child{
		flex-direction: column-reverse;
	}
	section.user .textarea{
		width: 100%;
	}
	section.user .textarea.right:before,
	section.user .textarea.left:before{
		content: "";
	    position: absolute;
	    top: -30px;
	    left: 0;
	    right: 0;
	    width: 0;
	    margin: 0 auto;
	    border: 15px solid transparent;
	    border-bottom: 15px solid #f6d25c;
	}
	section.user figure{
		margin-bottom: 3rem;
	}

}





/* pc */
@media screen and (min-width: 960px) {
    .content2{
        overflow-y:hidden;;
    }
    .content2 img{
        width:auto;
    }

    .content2 #main{
        position:relative;
        height:728px;
        width:100%;
    }
    .content2 #main .inner:before,
    .content2 #main .inner:after{
        content: "";
        display: block;
        position:absolute;
    }
    .content2 #main .inner:before{
        background:url(http://www.ichitaka.co.jp/catalog/wp/wp-content/uploads/2024/11/kantakun02_bg_main1.png
        ) no-repeat center center ;;
        background-size:600px auto;
        position:absolute;
        top:-90px;
        left:-130px;
        height:458px;
        width:600px;
    }
    .content2 #main .inner:after{
        background:url(http://www.ichitaka.co.jp/catalog/wp/wp-content/uploads/2024/11/kantakun02_bg_main2.png);
        background-size:918px auto;
        position:absolute;
        bottom: -330px;
        left: 248px;
        height:281px;
        width:918px;
    }


    .content2 #main .inner{
        margin: 0 auto;
        position:relative;
        width:1120px;
    }
    .content2 #main  .mainvs{
        background:url(http://www.ichitaka.co.jp/catalog/wp/wp-content/uploads/2024/11/kantakun02_main.jpg) no-repeat left center;
        background-size:cover;
        border-radius:30px 0 0 30px;
        height:638px;
        position:absolute;
        top:0;
        right:0;
        width:calc(50% + 160px);
        z-index: 2;
    }
    .content2 #main .inner p{
        font-size:15px;
        line-height:38px;
        margin-bottom:42px;
        position: relative;
        z-index: 2;
    }


    .content2 #data_box{}

    .content2 #data_box .inner{
        margin:0 auto;
        padding-bottom:90px;
        position:relative;
        width: 1120px;
    }

    .content2 #data_box .inner:before{
        content: "";
        display: block;
        position:absolute;

        background:url(http://www.ichitaka.co.jp/catalog/wp/wp-content/uploads/2024/11/bg_data.png) no-repeat center center;
        background-size:1335px auto;
        bottom:-80px;
        left:-125px;
        height:488px;
        width:1335px;

    }

    .content2 #data_box .inner .data{
        border:1px solid #329637;
        border-radius:30px;
        margin-bottom:40px;
        padding:45px 0 55px;
        position:relative;
        text-align:center;

    }
    .content2 #data_box .inner .data:before{
        content:"";
        display: block;
        position:absolute
    }
    .content2 #data_box .inner .data1:before{
        background:url(../images/pro1.png) no-repeat center center;
        background-size:350px auto;
        height:350px;
        left:-156px;
        top:-180px;
        width:350px;
    }
    .content2 #data_box .inner .data2:before{
        background:url(../images/pro2.png) no-repeat center center;
        background-size:350px auto;
        height:350px;
        right:-180px;
        top:60px;
        width:350px;
    }
    .content2 #data_box .inner .data3:before{
        background:url(../images/pro3.png) no-repeat center center;
        background-size:350px auto;
        height:350px;
        left:-140px;
        top:120px;
        width:350px;
    }
    .content2 #data_box .inner .data1 h2{
        margin-bottom:60px;
    }
    .content2 #data_box .inner .data1 ul{
        margin-bottom:35px;
    }
    .content2 #data_box .inner .data1 ul li:nth-child(2){
        margin-top:45px;
        margin-bottom:15px;
    }
    .content2 #data_box .inner .data1 p{
        font-size:14px;
        margin: 0 160px;
        text-align:left;
    }

    .content2 #data_box .inner .data2 h2{
        margin-bottom:45px;
    }
    .content2 #data_box .inner .data2 ul li:nth-child(2){
        margin-top:20px;
        margin-bottom:25px;
    }

	.content2 #data_box .inner .data2 dl{
        background:#d6ead7;
        text-align:center;
        margin:0 auto;
        padding:12px 0;
        width:800px;
    }
    .content2 #data_box .inner .data2 dl dt{
        font-size:18px;
        font-weight:bold;
        margin-bottom:5px;
    }
    .content2 #data_box .inner .data2 dl dd{
        font-size:14px;
    }
	
	
	.content2 #data_box .inner .data2 p{
        font-size:14px;
        margin: 0 160px;
        text-align:left;
    }
    .content2 #data_box .inner .data3 h2{
        margin-bottom:30px;
    }
    .content2 #data_box .inner .data3 ul{
        margin-bottom:-50px;
    }
    .content2 #data_box .inner .data3 ul li{
            margin-bottom:50px;
    }
    .content2 #data_box .inner .data3 ul li dt{
        margin-bottom:35px;
    }
    .content2 #data_box .inner .data3 ul li dd{
        font-size:14px;
        line-height:2em;
    }
    .content2 #data_box .inner h3,
    .content2 #data_box .inner h3 + p{
        text-align:center;
    }
    .content2 #data_box .inner h3{
        margin:70px auto 30px;
    }
    .content2 #data_box .inner h3 + p{
        font-size:14px;
        margin-bottom:30px;
    }
    .content2 #data_box .inner h3 + p strong.color_red{
        color:#D25A3C;
    }





    .content2 #company_voice_box{
        background:#d6ead7
    }
    .content2 #company_voice_box .inner{
        background:#fff;
        box-sizing: border-box;
        border-radius: 30px;
		margin:0 auto;
        padding:40px 160px;
        width:1120px;
    }
    .content2 #company_voice_box .title{
        background:url(http://www.ichitaka.co.jp/catalog/wp/wp-content/uploads/2024/11/dot2.png) no-repeat center bottom;
        background-size:802px 2px;
        margin:0 0 30px;
        position:relative;
        padding:0 0 30px;
    }
    .content2 #company_voice_box .title:before{
        background:url(http://www.ichitaka.co.jp/catalog/wp/wp-content/uploads/2024/11/company_voice_icon.png) no-repeat center center;
        background-size:160px auto;
        content:"";
        height:163px;
        left:-35px;
        top:-25px;
        position:absolute;
        width:160px;
    }
    .content2 #company_voice_box .title h2{
        margin-left:100px;
        margin-bottom:15px;
        position: relative;
        z-index: 1;
    }
    .content2 #company_voice_box .title dl{
        margin-left:160px;
    }
    .content2 #company_voice_box .title dt{
        margin-bottom:15px;
    }
    .content2 #company_voice_box .title dd{
        font-size:14px;
    }


    .content2 #contact_box{
        text-align:center;
    }
    .content2 #contact_box .inner{
        margin:0 auto;
        position:relative;
        width:1120px;
    }
    .content2 #contact_box .inner:before{
        content: "";
        display: block;
        position:absolute;
        background:url(http://www.ichitaka.co.jp/catalog/wp/wp-content/uploads/2024/11/bg_contact.png) no-repeat center center;
        background-size:cover;
        top:-115px;
        left:-280px;
        height:468px;
        width:1455px;
        z-index: 1;
    }
    .content2 #contact_box dl{
        margin-bottom:40px;
        position: relative;
        z-index: 2;
    }
    .content2 #contact_box dt{
        margin-bottom:30px;
    }
    .content2 #contact_box dd{
        font-size:14px;
        line-height:30px;
    }
    .content2 #data_box .btn,
    .content2 #contact_box .btn{
        margin:0 auto;
        width:410px;
        position:relative;
        z-index: 2;
    }
    .content2 #data_box .btn a,
    .content2 #contact_box .btn a{
        background:#329637 url(http://www.ichitaka.co.jp/catalog/wp/wp-content/uploads/2024/11/contact_aw.png) no-repeat center right 30px;
        background-size:15px auto;
        border-radius:50px;
        color:#fff;
        display:block;
        font-size:16px;
        line-height:75px;
        text-align:center;
        -webkit-transition: all .3s;
        transition: all .3s;      
    }
    .content2 #data_box .btn a:hover,
    .content2 #contact_box .btn a:hover{
        background:#329637 url(http://www.ichitaka.co.jp/catalog/wp/wp-content/uploads/2024/11/contact_aw.png) no-repeat center right 15px;
        background-size:15px auto;
    }
    


    .content2 #voice_box{
        background:#FFF3CC;
        padding:60px 0 70px;
    }
    .content2 #voice_box .inner{
        margin:0 auto;
        width:1120px;
    }
    .content2 #voice_box .inner h2{
        margin-bottom:50px;
        text-align:center;
    }
    .content2 #voice_box .voice{
        background:#fff;
        border-radius: 30px;
        box-sizing: border-box;
        margin-bottom:40px;
        padding:45px;
        position:relative;
        width:840px;
    }
    .content2 #voice_box .voice:before,
    .content2 #voice_box .voice:after{
        content:"";
        display:block;
        position:absolute;
    }
    .content2 #voice_box .voice1{
        margin-left:280px;
    }
    .content2 #voice_box .voice1:before{
        background:url(http://www.ichitaka.co.jp/catalog/wp/wp-content/uploads/2024/11/voice_img1.png) no-repeat center center;
        background-size:contain;
        height:216px;
        left:-280px;
        top:0;
        width:188px;
    }
    .content2 #voice_box .voice1:after{
        background:url(http://www.ichitaka.co.jp/catalog/wp/wp-content/uploads/2024/11/voice_aw1.png) no-repeat center center;
        background-size:contain;
        height:35px;
        left:-30px;
        top:70px;
        width:30px;
    }
    .content2 #voice_box .voice2:before{
        background:url(http://www.ichitaka.co.jp/catalog/wp/wp-content/uploads/2024/11/voice_img2.png) no-repeat center center;
        background-size:contain;
        height:216px;
        right: -230px;
        top: 20px;
        width:188px;
    }
    #voice_box .voice2:after{
        background:url(http://www.ichitaka.co.jp/catalog/wp/wp-content/uploads/2024/11/voice_aw2.png) no-repeat center center;
        background-size:contain;
        height:35px;
        right: -30px;
        top: 55px;
        width:30px;
    }
    .content2 #voice_box .voice p{
        font-size:14px;
        line-height:2em;
    }

    
    .content2 #image_box{width:100%;}
    .content2 #image_box ul{
        display: flex
    }
    .content2 #image_box ul li{
        display:block;

        height:300px;
        width:50%;
    }
    .content2 #image_box .image1{
        background: url(http://www.ichitaka.co.jp/catalog/wp/wp-content/uploads/2024/11/image1.png) no-repeat center center ;
        background-size:cover
    }
    .content2 #image_box .image2{
        background: url(http://www.ichitaka.co.jp/catalog/wp/wp-content/uploads/2024/11/image2.png) no-repeat center center ;
        background-size:cover
    }


    .content2 #lineup_box{
        padding-bottom:70px;
    }
    .content2 #lineup_box h2,
    .content2 #lineup_box h3,
    .content2 #lineup_box h4{
        text-align:center;
    }
    .content2 #lineup_box h2{
        margin-bottom:15px;
    }
    .content2 #lineup_box h3{
        background:url(http://www.ichitaka.co.jp/catalog/wp/wp-content/uploads/2024/11/dot.png) no-repeat bottom center;
        margin:0 auto 45px;
        padding-bottom:30px;
        width:800px;
    }
    .content2 #lineup_box h4{
        margin-bottom:40px;
    }

    .content2 #lineup_box table{
        border-collapse: collapse;
        border-top:1px solid #000;
        border-left:1px solid #000;
        margin:0 auto 25px;
        width:800px;
    }

    .content2 #lineup_box table th,
    .content2 #lineup_box table td{
        border-collapse: collapse;
        border-right:1px solid #000;
        border-bottom:1px solid #000;
        font-size:14px;
        padding-top:20px;
        padding-bottom:20px;
    }
    .content2 #lineup_box table th{
        background:#329637;
        box-sizing: border-box;
        color:#fff;
        text-align:left;
        padding-left:10px;
        width:210px;
    }
    .content2 #lineup_box table th span{
        color:#fff;
        margin-left:0.5em;
    }
    .content2 #lineup_box table td{
        text-align:center;
    }
    .content2 #lineup_box table td span{
        margin-left:0.5em;
    }
    .content2 #lineup_box table td strong{
        color:#329637;
        font-size:20px;
    }


    .content2 .fs12{font-size:12px;}
    .content2 .fs14{font-size:14px;}
    .content2 .txt_C{text-align:center;}
}
/* sp */
@media screen and (max-width: 960px) {




    .content2 #main{
        position:relative;
        width:100%;
    }
    .content2 #main .inner:before,
    .content2 #main .inner:after{
        content: "";
        display: block;
    }


    .content2 #main .inner{
        margin: 0 auto;
        position:relative;
    }
    .content2 #main  .mainvs{
        background:url(http://www.ichitaka.co.jp/catalog/wp/wp-content/uploads/2024/11/kantakun02_main.jpg) no-repeat left center;
        background-size:cover;
        border-radius:30px;
        margin:0 4vw 4vw;
        height:70vw;

        width:92%;
        z-index: 2;
    }
    .content2 #main .inner p{
        font-size:4vw;
        line-height:38px;
        margin:0 4vw 4vw ;
        position: relative;
        z-index: 2;
    }
    .content2 .inner p img{
        height:auto;
        width:70%;
		padding: 20px 0;
    }

    .content2 #data_box{
        padding:0;
    }
    .content2 #data_box .inner{
        margin:0 4vw;
        padding-bottom:10vw;
        position:relative;
    }

    .content2 #data_box .inner .data{
        border:1px solid #329637;
        border-radius:30px;
        margin-bottom:4vw;
        padding:4vw 0 4vw;
        position:relative;
        text-align:center;

    }
    .content2 #data_box .inner .data:before{
        content:"";
        display: block;
    }
    .content2 #data_box .inner .data1:before{
        background:url(http://www.ichitaka.co.jp/catalog/wp/wp-content/uploads/2024/11/pro1.png) no-repeat center center;
        background-size:cover;
        height:50vw;
        margin: 0 auto 4vw;
        width:50vw;
    }
    .content2 #data_box .inner .data2:before{
        background:url(http://www.ichitaka.co.jp/catalog/wp/wp-content/uploads/2024/11/pro2.png) no-repeat center center;
        background-size:cover;
        height:50vw;
        margin: 0 auto 4vw;
        width:50vw;
    }
    .content2 #data_box .inner .data3:before{
        background:url(http://www.ichitaka.co.jp/catalog/wp/wp-content/uploads/2024/11/pro3.png) no-repeat center center;
        background-size:cover;
        height:50vw;
        margin: 0 auto 4vw;
        width:50vw;
    }
    .content2 #data_box .inner .data1 h2{
        margin-bottom:4vw;
    }

    .content2 #data_box .inner .data1 h2 img,
    .content2 #data_box .inner .data2 h2 img,
    .content2 #data_box .inner .data3 h2 img{
        height:auto;
        width:90%;
    }

    .content2 #data_box .inner .data1 ul{
        margin-bottom:4vw;
    }
    .content2 #data_box .inner .data1 ul li:nth-child(2){
        margin-top:4vw;
        margin-bottom:2vw;
    }

    .content2 #data_box .inner .data1 ul li img,
    .content2 #data_box .inner .data2 ul li img{
        height:auto;
        width:90%;
    }

    .content2 #data_box .inner .data1 p{
        font-size:3vw;
        margin: 0 4vw;
        text-align:left;
    }

    .content2 #data_box .inner .data2 h2{
        margin-bottom:4vw;
    }
    .content2 #data_box .inner .data2 ul li:nth-child(2){
        margin-top:2vw;
        margin-bottom:2vw;
    }
	
	.content2 #data_box .inner .data2 dl{
        background:#d6ead7;
        text-align:center;
        margin:0 4vw;
        padding:2vw 4vw;
        text-align:left;
    }
    .content2 #data_box .inner .data2 dl dt{
        font-size:3.5vw;
        font-weight:bold;
        margin-bottom:1vw;
    }
    .content2 #data_box .inner .data2 dl dd{
        font-size:3vw;
    }
	
    .content2 #data_box .inner .data2 p{
        font-size:3vw;
        margin: 0 4vw;
        text-align:left;
    }
    .content2 .inner .data3 h2{
        margin-bottom:4vw;
    }
    .content2 #data_box .inner .data3 ul{
        margin-bottom:-4vw;
    }
    .content2 #data_box .inner .data3 ul li{
        margin-bottom:4vw;
    }
    .content2 #data_box .inner .data3 ul li:nth-child(1) img{
        height:auto;
        width:60%;
    }
    .content2 #data_box .inner .data3 ul li:nth-child(2) img{
        height:auto;
        width:40%;
    }
    .content2 #data_box .inner .data3 ul li dt{
        margin-bottom:4vw;
    }
    .content2 #data_box .inner .data3 ul li dd{
        font-size:3vw;
        line-height:2em;
        margin:0 4vw;
        text-align:left;
    }

    .content2 .inner h3,
    .content2 .inner h3 + p{
        text-align:center;
    }
    .content2 #data_box .inner h3{
        margin:8vw auto 4vw;
    }
    .content2 #data_box .inner h3 img{
        height:auto;
        width:60%;
    }
    .content2 #data_box .inner h3 + p{
        font-size:3vw;
        margin:0 4vw 4vw;
        text-align:left;
    }
    .content2 #data_box .inner h3 + p strong.color_red{
        color:#D25A3C;
    }

    .content2 #company_voice_box{
        background:#d6ead7
    }
    .content2 #company_voice_box .inner{
        background:#fff;
        box-sizing: border-box;
        border-radius: 30px;;
        margin:0 4vw;
        padding:6vw 4vw;
    }
    .content2 #company_voice_box .title{
        background:url(http://www.ichitaka.co.jp/catalog/wp/wp-content/uploads/2024/11/dot2.png) no-repeat center bottom;
        background-size:802px 2px;
        margin:0 0 30px;
        position:relative;
        padding:0 0 30px;
    }
    .content2 #company_voice_box .title:before{
        background:url(http://www.ichitaka.co.jp/catalog/wp/wp-content/uploads/2024/11/company_voice_icon.png) no-repeat center center;
        background-size:160px auto;
        content:"";
        display: block;;
        height:163px;
        margin:0 auto;
        width:160px;
    }
    .content2 #company_voice_box .title h2{
        margin-bottom:4vw;
        position: relative;
        text-align:center;
        z-index: 1;
    }
    .content2 #company_voice_box .title h2 img{
        height:auto;
        width:70vw;
    }
    .content2 #company_voice_box .title dl{
    }
    .content2 #company_voice_box .title dt{
        margin-bottom:15px;
    }
    .content2 #company_voice_box .title dt img{

        height:auto;
        width:100%;
    }
    .content2 #company_voice_box .title dd,
    .content2 #company_voice_box p{
        font-size:3vw;
        line-height:2em;
    }


    .content2 #contact_box{
        text-align:center;
    }
    .content2 #contact_box .inner{
        margin:0 4vw;
        position:relative;
    }
    .content2 #contact_box dl{
        margin-bottom:40px;
        position: relative;
        z-index: 2;
    }
    .content2 #contact_box dt{
        margin-bottom:4vw;
    }
    .content2 #contact_box dt img{
        height:auto;
        width:90%;
    }
    .content2 #contact_box dd{
        font-size:3vw;
        line-height:2em;
        text-align:left;
    }
    .content2 #data_box .btn,
    .content2 #contact_box .btn{
        margin:0 auto;
        width:80vw;
        position:relative;
        z-index: 2;
    }
    .content2 #data_box .btn a,
    .content2 #contact_box .btn a{
        background:#329637 url(http://www.ichitaka.co.jp/catalog/wp/wp-content/uploads/2024/11/contact_aw.png) no-repeat center right 30px;
        border-radius:50px;
        color:#fff;
        display:block;
        font-size:3.5vw;
        line-height:3em;
        text-align:center;
        -webkit-transition: all .3s;
        transition: all .3s;      
    }
    .content2 #data_box .btn a:hover,
    .content2 #contact_box .btn a:hover{
        background:#329637 url(http://www.ichitaka.co.jp/catalog/wp/wp-content/uploads/2024/11/contact_aw.png) no-repeat center right 15px;
    }


    .content2 #voice_box{
        background:#FFF3CC;
        padding:10vw 0 ;
    }
    .content2 #voice_box .inner{
        margin:0 4vw;
    }
    .content2 #voice_box .inner h2{
        margin-bottom:8vw;
        text-align:center;
    }
    .content2 #voice_box .inner h2 img{
        height:auto;
        width:70%;
    }
    .content2 #voice_box .voice{
        background:#fff;
        border-radius: 30px;
        box-sizing: border-box;
        margin-bottom:4vw;
        padding:4vw;
        position:relative;
    }
    .content2 #voice_box .voice:before,
    .content2 #voice_box .voice:after{
        content:"";
        display:block;
        margin:0 auto 4vw;
    }

    .content2 #voice_box .voice1:before{
        background:url(http://www.ichitaka.co.jp/catalog/wp/wp-content/uploads/2024/11/voice_img1.png) no-repeat center center;
        background-size:contain;
        height:216px;
        width:188px;
    }

    .content2 #voice_box .voice2:before{
        background:url(http://www.ichitaka.co.jp/catalog/wp/wp-content/uploads/2024/11/voice_img2.png) no-repeat center center;
        background-size:contain;
        height:216px;
        width:188px;
    }
    .content2 #voice_box .voice p{
        font-size:3vw;
        line-height:2em;
    }


    
    .content2 #image_box{width:100%;}
    .content2 #image_box ul{
        display: flex
    }
    .content2 #image_box ul li{
        display:block;

        height:30vw;
        width:50%;
    }
    .content2 #image_box .image1{
        background: url(http://www.ichitaka.co.jp/catalog/wp/wp-content/uploads/2024/11/image1.png) no-repeat center center ;
        background-size:cover
    }
    .content2 #image_box .image2{
        background: url(http://www.ichitaka.co.jp/catalog/wp/wp-content/uploads/2024/11/image2.png) no-repeat center center ;
        background-size:cover
    }


    .content2 #lineup_box{
        padding-bottom:70px;
    }
    .content2 #lineup_box h2,
    .content2 #lineup_box h3,
    .content2 #lineup_box h4{
        text-align:center;
    }
    .content2 #lineup_box h2 img{
        height:auto;
        width:30%;
    }
    .content2 #lineup_box h3 img{
        height:auto;
        width:15%;
    }
    .content2 #lineup_box h4 img{
        height:auto;
        width:40%;
    }
    .content2 #lineup_box h2{
        margin-bottom:2vw;
    }
    .content2 #lineup_box h3{
        background:url(http://www.ichitaka.co.jp/catalog/wp/wp-content/uploads/2024/11/dot.png) no-repeat bottom center;
        margin:0 auto 4vw;
        padding-bottom:8vw;
    }
    .content2 #lineup_box h4{
        margin-bottom:10vw;
    }
    .content2 #lineup_box table{
        border-collapse: collapse;
        border-top:1px solid #000;
        border-left:1px solid #000;
        margin:0 4vw 4vw;
    }
    .content2 #lineup_box table th,
    .content2 #lineup_box table td{
        border-collapse: collapse;
        border-right:1px solid #000;
        border-bottom:1px solid #000;
        font-size:3vw;;
        padding-top:4vw;
        padding-bottom:4vw;
    }
    .content2 #lineup_box table th{
        background:#329637;
        box-sizing: border-box;
        color:#fff;
        text-align:left;
        padding-left:2vw;
    }
    .content2 #lineup_box table th span{
        color:#fff;
        margin-left:0.5em;
    }
    .content2 #lineup_box table td{
        text-align:center;
    }
    .content2 #lineup_box table td img{
        height:auto;
        width:55%;
    }
    .content2 #lineup_box table td span{
        margin-left:0.5em;
    }
    .content2 #lineup_box table td strong{
        color:#329637;
        font-size:5.128205128vw;
    }
    .content2 .fs12{font-size:2.576923077vw;}
    .content2 .fs14{font-size:3vw;}
    .content2 .txt_C{text-align:center;}

}







