@charset "UTF-8";
/* CSS Document */
@media (max-width: 700px) {
#components{
	margin-top: 40px;
    padding-right: 6.15%;
    padding-left: 6.15%;
}
#components .content_wrap {
    padding-right: 0;
        padding-left: 0;
    box-sizing: border-box;
}
#components .s-font{
	font-size: 13px;
	margin-top: 14px;
	line-height: 1.5em;
}
#components table{
	    box-sizing: border-box;
    border-collapse: separate;
    border-spacing: 0px 20px;
    width: 100%;
    padding: 0;
    margin: 0;
}
	#components table tr{
		display: flex;
		flex-direction: column;
	}
#components table th {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 500;
	padding-right: 0;
	width: 100%;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 10px;
}
	#components table tr:first-of-type th{
		margin-top: 0;
	}
#components table td {
	box-sizing: border-box;
    padding-left: 0;
    border-left: 0 solid #0a2a3a;
	border-top: 1px solid #0a2a3a;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 400;
	padding-top: 14px;
}


#compo_lineup{
	margin-bottom: 6.92%;
}
	#compo_lineup .child_h2_h2{
		margin-bottom: 0;
	}
#compo_lineup table ul{
	box-sizing: border-box;
	    list-style: disc;
    padding-left: 19px;
}
#compo_lineup table ul li{
	box-sizing: border-box;
	margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 400;
}
#compo_lineup table ul li a{
	text-decoration: underline;
}


#compo_suppliers{
	margin-bottom: 7.69%;
}
	#compo_suppliers .child_h2_h2{
		margin-bottom: 0;
	}
#compo_suppliers ul{
	display: flex;
	flex-wrap:wrap;
	list-style: disc;
    padding-left: 19px;
}
#compo_suppliers ul li{
	width:100%;
	margin-right: 0;
	margin-bottom: 8px;
	font-size: 15px;
    line-height: 1.6em;
    font-weight: 400;
}
#compo_suppliers ul li:nth-child(2n){
	margin-right: 0;
}
#compo_suppliers ul li:last-child{
	margin-bottom: 0;
}


#compo_materials{
	margin-bottom: 20%;
}
	#compo_materials .child_h2_h2 {
        margin-bottom: 0;
    }
#compo_materials table ul{
	    list-style: disc;
    padding-left: 19px;
}
#compo_materials table ul li{
	margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 400;
}
	#compo_materials table th{
		margin-top: 24px;
	}

#compo_applicator{
	padding-right: 6.15%;
    padding-left: 6.15%;
	position: relative;
	margin-bottom: 24.61%;
}
#compo_applicator::before{
    content: "";
    position: absolute;
    top: -1%;
    right: 0;
    width: 44.61%;
    background-color: #F7F8FB;
    height: 102.36%;
    z-index: -1;
}
#compo_applicator .content_wrap{
	padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}
#compo_applicator h2{
    font-size: 21px;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 24px;
}
#compo_applicator h3{
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 500;
	display: flex;
}
#compo_applicator h4 {
    font-size: 17px;
    font-weight: 500;
    line-height: 1em;
    margin-top: 28px;
}
	#compo_applicator h4:first-of-type{
		margin-top: 16px;
	}

.compo_app_each{
	margin-top: -24px;
	padding-top: 24px;
    margin-bottom: 40px;
}




.terminal_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 14px;
}

.terminal_list li {
    flex: 0 0 calc(99% / 5); /* 5列分を正確に割る */
    outline: .8px solid #009450;
    margin: 0;
    background-color: #FFFFFF;
    padding-top: 12px;
    padding-right:8px;
    padding-left: 8px;
    padding-bottom: 11px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.2em;
}
.karikari {
    color: #FF0004;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 3.07%;
    display: block;
}
}

/* レスポンシブ：列数を減らす */
@media (max-width: 1024px) {
  .terminal_list li { flex: 0 0 calc(99% / 4); } /* 3列 */
}
@media (max-width: 768px) {
  .terminal_list li { flex: 0 0 calc(99% / 3); } /* 3列 */
}
