@keyframes border_anim {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}

.style_box{
  border: solid 2px #5c8ec9;
  margin: 2em 0;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}


.style_box .style_box_title{
  padding: 8px 0;
  text-align: center;
  background-color: #5c8ec9;
  color: #fff;
  font-weight: 500;
}

.style_box ul, .style_box ol {
  padding: 0 16px;
}

.style_box li {
  font-size: 16px;
}

.text-blue{
  color: #5c8cc9;
  font-weight: 500;
}

.text-bold{
  font-weight: bold;
}

.bold{
  font-weight: bold;
}

.single-column-free p:not(:last-child),.single-column-section p:not(:last-child){
  margin-bottom: 16px;
}

.single-column-body-inner p strong{
  background-image: linear-gradient(#f3f3f3 70%,rgba(0,0,0,0) 70%),linear-gradient(90deg, #baffb9 0%,#ffdaa7 33%,#ffc9bb 66%,#e6ddff 100%);
}

.single-column-body-inner h3{
  font-weight: bold;
}

.cp-cta img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* PC/SP 出し分け（全CTA共通） */
.cp-cta img.cta-pc {
    display: block;
}
.cp-cta img.cta-sp {
    display: none;
}

@media (max-width: 767px) {
    .cp-cta img.cta-pc {
        display: none;
    }
    .cp-cta img.cta-sp {
        display: block;
    }
}

.single-column-index ul li a{
  color: #233B6C;
  text-decoration: none;
  padding-bottom: 0.25em;
  background: linear-gradient(#233B6C,#233B6C) 0 100%/0 1px no-repeat;
  transition: background 0.6s;
}

.single-column-index ul li a:hover{
  background-size: 100% 1px;
}

.single-column-tmb-wrapper img{
  object-position: top center;
}

.flex_btn{
  width: 100%;
  max-width: 684px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 32px 0;
}

.flex_btn_detail{
  width: 100%;
  max-width: 312px;
}

.flex_btn_detail p{
  margin-bottom: 0px;
}

.flex_btn_detail_title{
  margin-bottom: 8px !important;
  text-align: center;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

.flex_btn_detail a{
  height: 56px;
  border-radius: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 500;
  -webkit-text-fill-color: initial;
  text-decoration: none;
}

.flex_btn_detail a:before{
  content: none;
}

.flex_btn_detail a.is-green{
  background: #87bec3;
  border: solid 2px #87bec3;
}

.flex_btn_detail a.is-green:hover{
  color: #87bec3;
}

.flex_btn_detail a.is-blue{
  background: #5c8cc9;
  border: solid 2px #5c8cc9;
}

.flex_btn_detail a.is-blue:hover{
  color: #5c8cc9;
}

.flex_btn_detail a:hover{
  cursor: pointer;
  background: #fff;
}

@media screen and (min-width: 768px){

}

/* PC/SP 出し分け（全CTA共通） */
.cp-cta img.cta-pc {
    display: block;
}
.cp-cta img.cta-sp {
    display: none;
}

@media (max-width: 767px) {
    .cp-cta img.cta-pc {
        display: none;
    }
    .cp-cta img.cta-sp {
        display: block;
    }
}
@media (max-width: 1024px) {
    .cp-sidebar-block {
        margin: 12px;
    }
}