
.header {
    display: flex;
    justify-content: center;
    min-height: 0;
    align-items: center;
    padding: 16px 20px 5px;
    background: #fff;
    gap: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.courseGuid_textcontent_relation{
    margin-top: 0;
}


.courseGuid_textcontent_relation li{
    background-color: black;
    color: #fff;
}
@media screen and (max-width: 767px) {
  .courseGuid {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}


.courseGuid {
  width: 67%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
   gap: 30px 20px;
}

.summary {
    width: 67%;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 30px;
  }





@media screen and (max-width: 767px) {
  .courseGuid {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .summary {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

}






.courseGuid .courseGuid_article {
  width: 48%;
  padding: 32px;
  border: 1px solid #b10000;
  margin-bottom: 40px;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
}

.courseGuid .courseGuid_article::after{
    content: "￥0";
    border: solid 1px black;
    width:50px;
    height: 50px;
    border-radius: 50%;
    background-color: black;
    color:#fff;
    font-size:2.2rem;
    position: absolute;
    top:10px;
     right:10px;
    text-align: center;
    line-height: 50px;
}

.courseGuid .courseGuid_article>p{
    font-weight:bold;
    color:#b10000;
    font-size:1.1em;
}


@media screen and (max-width: 767px) {
  .courseGuid .courseGuid_article {
    width:100%;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 30px;
  }
}
.courseGuid .courseGuid_article_title {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .courseGuid .courseGuid_article_title {
    font-size: 1.4rem;
    /* padding-bottom: 20px; */
  }
}
.courseGuid_contentbox {
     display: block;

}
@media screen and (max-width: 767px) {

}



.courseGuid_thumb img {
    margin-top: 15px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}



.courseGuid_contentbox .acc-txt{
margin-top: 28px;
    position: relative;    
}  







.courseGuid_contentbox .acc-txt input[type='checkbox']:checked + label + .acc-content {
    max-height: 1000px;
    padding-bottom: 72px;
    transition: all .2s ease-in-out;
}

.courseGuid_contentbox .acc-txt input[type='checkbox']:checked + label + .acc-content::after {
    opacity: 0;
    transition: all 1s ease-in-out;
}


.courseGuid_contentbox .acc-txt input[type='checkbox'] {
    display: none;
}

.courseGuid_contentbox .acc-txt input[type='checkbox']:checked + label::before {
    content: '閉じる';
}

.courseGuid_contentbox .acc-txt input[type='checkbox']:checked + label::after {
    background-image: url(https://www.shikaku.co.jp/service/assets/images/gokaku_select/r8/icon_minus.svg);
    height: 2px;
    top: calc(50% - 1px);
}

.courseGuid_contentbox .acc-txt label::after {
    background: url(https://www.shikaku.co.jp/service/assets/images/gokaku_select/r8/icon_plus.svg) no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: calc(50% - 6px);
    width: 12px;
}

.acc-content {
    max-height: 50px;
    overflow: hidden;
    position: relative;
    transition: all .1s ease-in-out;
}


.acc-content::after {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .8) 40%, rgba(255, 255, 255, 1) 90%);
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    transition: all .4s ease-in-out;
    width: 100%;
}
 

.courseGuid_contentbox .acc-txt label {
    background-color: #fff;
    border: 1px solid #636464;
    border-radius: 100vw;
    color: #636464;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    left: calc(50% - 110px);
    min-width: 220px;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    z-index: 1;
    bottom:0;
}
.courseGuid_contentbox .acc-txt label::before {
    content: 'もっと見る';
    font-size: 1.2em;
}
.courseGuid_contentbox .acc-txt label::after {
    background: url(https://www.shikaku.co.jp/service/assets/images/gokaku_select/r8/icon_plus.svg) no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: calc(50% - 6px);
    width: 12px;

}




article.courseGuid_contentbox .courseGuid_textcontent ::after {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .8) 40%, rgba(255, 255, 255, 1) 90%);
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    transition: all .4s ease-in-out;
    width: 100%;
}


.Fo_more {
    margin: 0 auto;

}





@media screen and (max-width: 767px) {
    .courseGuid .courseGuid_article_title {
        font-size: 2rem;
        /* padding-bottom: 20px; */
    }
}



			@media screen and (max-width: 767px) {
				.sp_cv_floating {
					align-items: center;
					position: fixed;
					bottom: 40px;
					background-color: rgba(255, 255, 255, 0.6);
					z-index: 999;
					opacity: 0;
					visibility: hidden;
					transition: opacity 0.5s ease, visibility 0.5s ease;
                  
				}

				.sp_cv_floating.visible {
					opacity: 1;
					visibility: visible;
				}

				.floating_nav_btn {
					border-radius: 40px 0 0 40px;
                  line-height: 2.5;
				}

				.floating_nav_btn a {
					font-size: 2.4rem;
                    width:300px;
				}

			}

.courseGuid_textcontent_moore a {
    background-color: #b10000;
        color: #fff;
}

.btn_detail_xs:after{
    background: url(https://www.shikaku.co.jp/assets/images/common/arrow_sq_next_wh.svg) no-repeat 50% 50%;
    background-size: 20px 20px;

}


.service_index_nav_detail {
    padding: 10px 8px 10px;
    background-color: #fff;
}
.cta_button {
    background: linear-gradient(90deg, #ebadad 0%, #b10000 100%);
    padding: 2.4rem 14rem !important;

}

@media screen and (max-width: 767px) {
    .service_index_nav_detail {
        padding: 10px 8px 10px;
    }
}

.courseGuid_textcontent_moore a {
    background-color: #b10000;
    color: #fff;
}

.sp_cv_floating .floating_nav_btn a:hover {
    background-color: #c33636;
}

@media screen and (max-width: 768px) {
    .courseGuid_textcontent_relation li {
        padding: 3px 10px;
        margin: 4px;
        font-size: 1.6rem;
    }
}

footer {
    padding: 40px 0px 40px;
    background-color: #dfcbcb;
}

