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

#discription {
	display: flex;
	justify-content: space-between;
    gap: 50px 30px;
    padding: 10px 20px 0;
}

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

#discription div dl {
    width: auto;
}

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

#discription dl dd a {
	height: 35px;
	display: inline-block;
	vertical-align: middle;
}


#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%;
}

.btngroup ul li img {
	width: 100%;
}


/* -Tablet- 600px-1024px */
@media screen and (max-width: 1024px){
	
	#discription {
		flex-wrap: wrap;
	}
	
	#discription dl {
		width: 100%;
	}
	
	#discription dl#firstInfo {
		width: 100%;
		margin-bottom: 30px;
	}
	
}

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