html,body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.must-icon{
    position: relative;
}
.must-icon::before,
.optional-icon::before {
	content: "必須";
    display: inline-block;
	color: #fff;
    background-color: #b91e4a;
	padding: 0.1rem 0.4rem;
    margin-right: 0.4rem;
	font-size: 0.7rem;
    vertical-align: text-top;
}
.optional-icon::before {
    content: "任意";
    background-color: #888888;
}
.slick-dots li button:before {
    color: #a7894d !important;
}
.slick-dots .slick-active button:before {
    color: #a7894d !important;
}


.accordion::after{
    content: '+';
    color: #fff;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
}

.accordion.open::after{
    content: '-';
}


/** TOP -------------------------------------------*/


/** TOP -------------------------------------------*/

