@charset "utf-8";

/* Table Of Contents
----------------------------------------

# visual

----------------------------------------*/


/* # visual
---------------------------------------------------------------------------- */

div#visual {
	position:relative;
	z-index:33;
}

div#visual div#visualInner ul li {
	height:100% !important;
}

div#visual div#visualInner ul li img {
	height:auto;
	width: 100%;
}

div#visual p.abArrow01 {
	position:absolute;
	top:33%;
	left:0;
	z-index:99999;
}

div#visual p.abArrow02 {
	position:absolute;
	top:33%;
	right:0;
	z-index:99999;
}

div#visual p.topText img {
	height:auto;
	width: 100%;
}

.hiddenList{
   display: none;
}


/* # 250225 CASE / PRICE追加
---------------------------------------------------------------------------- */
.commonBox.footBoxFix.bg-none {
    background: #fff !important;
}

.box.case .article + .article {
    margin-top: 20px;
}

.box.case .article h4, .box.price .article h4 {
    font-size: 13px;
    color: #3c3c3c;
    font-weight: 900;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 10px;
}
.box.case .imagelist {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.box.case .imagelist li {
    width: calc(100% / 3);
    padding: 0 5px;
    box-sizing: border-box;
}

.box.case .imagelist li a {
    display: block;
}

.box.case .imagelist li img {
    width: 110%;
    height: auto;
}

.box.case .imagelist li.last.courseImage img {
    width: 98%;
    height: auto;
}

.box.case .button a {
    display: block;
    background: #F7F7F7;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    padding: 8px 20px;
    font-size: 11px;
    line-height: 1.3;
    color: inherit;
    border: 1px solid #ddd;
    width: fit-content;
    margin: 10px auto 0;
}
.box.case .link {
    padding: 0 !important;
    margin-top: 10px;
}
.box.case .link a,
.box.price .link a {
    color: #fff;
    text-decoration: none;
    background: linear-gradient(to bottom, #D60300, #8E0900);
    border: 1px solid #970508;
    display: block;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    padding: 10px 10px;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}