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

/*------------------------------------
    共有
------------------------------------*/
.processCont > h2{
    margin-bottom: 30px;
}

.processCont section > h3.hLine{
    color: #434343;
    margin-bottom: 20px;
    padding: 3px 15px;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: 0.08em;
    border-left: 7px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.processCont section > h3.hLine em{
    font-size: 35px;
    font-weight: bold;
}


/*----h2下キャプション----*/
.processCont .captionBox{
    margin-bottom: 20px;
    text-align: center;
}
.processCont .captionBox p{
    display: inline-block;
    color: #434343;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.8em;
    letter-spacing: 0.08em;
	overflow: hidden;
    position: relative;
}
.processCont .captionBox p:after{
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background-color: #ccc;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
}
.processCont .captionBox p em{
    font-size: 35px;
    font-weight: bold;
}
.processCont .captionBox p .red{
    color: #f51c1c;
}
.processCont .captionBox p .blue{
    color: #13a9ff;
}
.processCont .captionBox p .green{
    color: #00b304;
}
.processCont .captionBox p .redBack{
    text-shadow: 3px 3px #fff, 4px 4px 0 #f51c1c, 4px 2px 0 #f51c1c, 2px 4px 0 #f51c1c, 2px 2px 0 #f51c1c;
}
.processCont .captionBox p .italic{
    display: inline-block;
	transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
}

.processCont .captionBox + p{
    margin-bottom: 50px;
}

/*----特徴----*/
.processCont .featureBox .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.processCont .featureBox .inner dl{
    width: 440px;
}
.processCont .featureBox .inner dl dt{
    color: #434343;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5em;
}
.processCont .featureBox .inner dl dt em{
    font-weight: bold;
}
.processCont .featureBox .inner dl dt span{
    background-image: linear-gradient(to bottom, transparent 60%, #fff100 60%, #fff100 90%, transparent 90%)
}

/*----用途----*/
.processCont .useBox .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*.type1*/
.processCont .useBox .inner.type1 dl{
    width: 440px;
}
.processCont .useBox .inner.type1 dl dt{
    color: #434343;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5em;
}
.processCont .useBox .inner.type1 dl dt span{
    background-image: linear-gradient(to bottom, transparent 60%, #fff100 60%, #fff100 90%, transparent 90%)
}
/*.type2*/
.processCont .useBox .inner.type2 > div{
    width: 420px;
}
.processCont .useBox .inner.type2 > div img{
    margin-bottom: 15px;
}
.processCont .useBox .inner.type2 > div dl dt{
    color: #434343;
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5em;
    border-bottom: 1px solid #a6a6a6;
}

/*----生地----*/
.processCont .clothBox .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.processCont .clothBox .inner dl{
    width: 490px;
}
.processCont .clothBox .inner dl dt{
    color: #434343;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5em;
}
.processCont .clothBox .inner dl dt span{
    background-image: linear-gradient(to bottom, transparent 60%, #fff100 60%, #fff100 90%, transparent 90%)
}

/*----注意点----*/
.processCont .cautionBox{
    margin: 80px auto;
    padding: 20px 30px;
    border: 1px solid #bc0d0d;
}
.processCont .cautionBox h3{
    color: #bc0d0d;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    position: relative;
}
.processCont .cautionBox h3:after{
    content: "";
    display: block;
    width: 300px;
    height: 5px;
    background-color: #fff263;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
}
.processCont .cautionBox .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.processCont .cautionBox .inner > p{
    width: 480px;
    line-height: 2em;
}

/*----グループリンク----*/
.processCont .groupLink{
    margin: 40px auto;
}
.processCont .groupLink h3{
    color: #00a2ff;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    position: relative;
}
.processCont .groupLink h3:after{
    content: "";
    display: block;
    width: 300px;
    height: 5px;
    background-color: #fff263;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
}
.processCont .groupLink ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

/*----動画----*/
.processCont .movieBox{
    width: 80%;
    margin: 30px auto 50px;
}
.processCont .movieBox > h3{
    margin: 0 auto 20px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
    position: relative;
}
.processCont .movieBox > h3:after{
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background-color: #666;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
}
.processCont .movieBox > h3 + p{
    display: block;
    width: fit-content;
    background-color: #ffe3da;
    color: #e62315;
    margin: 0 auto 10px;
    padding: 0 5px;
}
.processCont .movieBox .movieIframe{
    width: 100%;
    margin-inline: auto;
}
.processCont .movieBox .movieIframe iframe{
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}


@media screen and (max-width: 768px) {
    .processCont section > h3.hLine{
        padding: 3px 15px;
        font-size: 20px;
        border-left: 5px solid #ccc;
    }
    .processCont section > h3.hLine em{
        font-size: 28px;
    }

    /*----h2下キャプション----*/
    .processCont .captionBox p{
        font-size: 20px;
    }
    .processCont .captionBox p em{
        font-size: 28px;
    }
    
    .processCont .captionBox + p{
        width: 95%;
        margin: 0 auto 50px;
    }

    /*----特徴----*/
    .processCont .featureBox .inner{
        width: 95%;
        margin: 0 auto 30px;
    }
    .processCont .featureBox .inner > div{
        width: 45%;
    }
    .processCont .featureBox .inner dl{
        width: 53%;
    }
    .processCont .featureBox .inner dl dt{
        font-size: 20px;
    }
    
    /*----用途----*/
    .processCont .useBox .inner{
        width: 95%;
        margin: 0 auto 30px;
    }
    /*.type1*/
    .processCont .useBox .inner.type1 > div{
        width: 45%;
    }
    .processCont .useBox .inner.type1 dl{
        width: 53%;
    }
    .processCont .useBox .inner.type1 dl dt{
        font-size: 20px;
    }
    /*.type2*/
    .processCont .useBox .inner.type2 > div{
        width: 48%;
    }
    .processCont .useBox .inner.type2 > div dl dt{
        font-size: 20px;
    }
    
    /*----生地----*/
    .processCont .clothBox .inner{
        width: 95%;
        margin: 0 auto 30px;
    }
    .processCont .clothBox .inner > div{
        width: 45%;
    }
    .processCont .clothBox .inner dl{
        width: 53%;
        margin-bottom: 15px;
    }
    .processCont .clothBox .inner dl dt{
        font-size: 20px;
    }

    /*----注意点----*/
    .processCont .cautionBox{
        width: 90%;
        padding: 3% 4%;
    }
    .processCont .cautionBox h3{
        font-size: 22px;
    }
    .processCont .cautionBox h3:after{
        width: 50%;
    }
    .processCont .cautionBox .inner > p{
        width: 58%;
    }
    .processCont .cautionBox .inner > div{
        width: 40%;
    }

    /*----グループリンク----*/
    .processCont .groupLink{
        width: 95%;
    }
    .processCont .groupLink h3{
        font-size: 22px;
    }
    .processCont .groupLink h3:after{
        width: 50%;
    }
    .processCont .groupLink ul li{
        width: 32%;
    }
    
    /*----動画----*/
    .processCont .movieBox > h3{
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .processCont section > h3.hLine{
        padding: 3px 10px;
        font-size: 20px;
    }
    .processCont section > h3.hLine em{
        font-size: 24px;
    }

    /*----h2下キャプション----*/
    .processCont .captionBox p{
        font-size: 20px;
    }
    .processCont .captionBox p em{
        font-size: 24px;
    }
    .processCont .captionBox br{
        display: none;
    }
    
    /*----特徴----*/
    .processCont .featureBox .inner > div{
        width: 100%;
        margin-bottom: 15px;
    }
    .processCont .featureBox .inner dl{
        width: 100%;
    }
    .processCont .featureBox .inner dl dt{
        font-size: 20px;
    }
    
    /*----用途----*/
    /*.type1*/
    .processCont .useBox .inner.type1 > div{
        width: 100%;
        margin-bottom: 15px;
    }
    .processCont .useBox .inner.type1 dl{
        width: 100%;
    }
    .processCont .useBox .inner.type1 dl dt{
        font-size: 20px;
    }
    /*.type2*/
    .processCont .useBox .inner.type2 > div{
        width: 100%;
        margin-bottom: 20px;
    }
    .processCont .useBox .inner.type2 > div dl dt{
        font-size: 20px;
    }
    
    /*----生地----*/
    .processCont .clothBox .inner > div{
        width: 100%;
        margin-bottom: 15px;
    }
    .processCont .clothBox .inner dl{
        width: 100%;
    }
    .processCont .clothBox .inner dl dt{
        font-size: 20px;
    }

    /*----注意点----*/
    .processCont .cautionBox{
        width: 95%;
        padding: 3% 4%;
    }
    .processCont .cautionBox h3{
        font-size: 20px;
    }
    .processCont .cautionBox .inner > p{
        width: 100%;
        margin-bottom: 20px;
    }
    .processCont .cautionBox .inner > div{
        width: 100%;
    }

    /*----グループリンク----*/
    .processCont .groupLink h3{
        font-size: 20px;
    }
    .processCont .groupLink ul{
		justify-content: space-between;
    }
    .processCont .groupLink ul li{
        width: 48%;
		margin-bottom: 10px;
    }

    /*----動画----*/
    .processCont .movieBox{
        width: 90%;
    }
    .processCont .movieBox > h3{
        font-size: 18px;
    }
}


