@charset "utf-8";
/*-------------------------
	index.html style
	created: 2021.08.23
	updated: 2025.11.10
---------------------------*/

#discription {
	display: flex;
    flex-direction: column;
	justify-content: space-between;
    gap: 30px 30px;
    padding: 10px 15px 0;
}

#discription div {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}

#discription div dl {
    width: auto;
}

#discription div.tryList dl {
    width: 25%;
}

#discription dl#firstInfo {
	margin-bottom: 0;
}

#discription dl.info2025 {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
}

#discription dl.info2025 dt {
    margin-right: 0;
    flex-basis: 55px;
}

#discription dl.info2025 img {
    max-width: 55px;
}

#discription dl.info2025 dd {
    background-color:  #f01d1d;
    color: white;
    text-shadow: 0 1px 2px dimgray;
    padding: 10px 20px;
    border-radius: 10px;   
    position: relative;
    display: inline-flex;
    margin-left: 20px;
    text-align: left;
}

#discription dl.info2025 dd::after {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #f01d1d transparent transparent;
    translate: -100% calc(-50% - 0.4px);
    transform: skew(0, -13deg);
    transform-origin: right;
}


.btngroup ul {
	width: 100%;
}

/*------------------------
	L
-------------------------*/
#l ul:last-child {
	margin-left: 180px;
}

@media screen and (max-width: 1169px){
    #discription div dl#firstInfo { padding-top: 50px; }
}

/* -Tablet- 600px-1024px */
@media screen and (max-width: 1024px){
    
    #discription div dl#firstInfo { padding-top: 0; }
    
    #discription div.tryList {
        flex-wrap: wrap;
        gap: 20px;
    }
    
    #discription div.tryList dl {
        width: 100%;
    }
	
}

/* -SP- -599px */
@media screen and (max-width: 599px){
}
