@charset "utf-8";

.c-article-visual img{
	width: 100%
}

/** .anchor-box **/

.anchor-box{
	margin-top: 40px;
 margin-bottom: 50px;
	background: #f4f4f4;
	padding: 28px 40px 4px;
	display: flex;
	flex-wrap: wrap
}

.anchor-box li{
	width: 50%;
	margin-bottom: 20px;
	font-size: 14px;
}
.anchor-box li a{
  display: flex;
	align-items: center;
  color: #222;
	text-decoration: none
}

.anchor-box li a:before{
  width: 8px;
  height: 8px;
  border-top: 2px solid #444;
  border-right: 2px solid #444;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
	content: "";
	display: block;
	margin-right: 8px
}

.anchor-box li span{
	display: block;
}
.anchor-box li span span{
	font-size: 12px;
}
.anchor-box li span span:before{
	display: inline-block;
	content: '';
	width: 10px;
  height: 1em;
	border-left: 2px solid #444;
	-webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
	margin-left: 5px;
}
.anchor-box li span span:after{
	display: inline-block;
	content: '';
	width: 10px;
  height: 1em;
	border-right: 2px solid #444;
	-webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

@media screen and (max-width: 767px) {
 .anchor-box{
  display: block;
	margin-top: 24px;
  margin-bottom: 40px;
	padding: 30px 25px 10px;
 }
.anchor-box li{
	width:auto;
	margin-bottom: 18px;
}
 .anchor-box li a{
  align-items: flex-start;
 }
 .anchor-box li a::before{
  margin-top: 4px;
 }
 .anchor-box li:last-child{
  margin-top: 40px;
 }
 .anchor-box li span span{
  margin-top: -1.5em;
 }
}/*spOnly*/

/** flow-box **/
.flow-box{
	position: relative;
	padding-left: 140px;
	padding-top: 38px;
 padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
.flow-box::before{
	border-left: 4px solid #998a8a;
	display: block;
	position: absolute;
	left: 46px;
	top:0;
	z-index: 1;
	height: 100%;
	content: '';
}
.column-main .flow-box:last-of-type{
 padding-bottom: 1px;
}
.column-main .flow-box:last-of-type::after{
 content: "";
 display: block;
 border-radius: 50%;
 background: #998a8a;
 width: 18px;
 height: 18px;
	position: absolute;
	left: 38.5px;
	bottom:-1px;
}
}/*-pcOnly-*/
.flow-box > strong{
	border: 4px solid #998a8a;
	border-radius: 50px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 36px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #998a8a;
	position: absolute;
	left:0;
	top:0;
	width: 100px;
	height: 100px;
	z-index: 10
}

.flow-box h2{
	position: relative;
	font-size: 28px;
	padding-bottom: 5px;
	background:linear-gradient(transparent 50%, #e5dfd9 50%);
 background-position: bottom;
 background-repeat: no-repeat;
 background-size: 100% 44px;
	margin-bottom: 50px;
}

.flow-box h2::after{
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	border-bottom: 4px solid #998a8a;
}
.flow-box h2 span{
 position: relative;
 display:inline-block;
 color: #9e1547;
 font-size: 15px;
}
.flow-box h2 span::before,
.flow-box h2 span::after{
 content: "";
 display: inline-block;
  background-image:linear-gradient(to bottom, #9e1547, #9e1547 8px, transparent ,transparent 1px);
 background-size: 2px 10px;
 width:2px;
 height: 18px;
 margin-right: 14px;
 -webkit-transform: rotate(-20deg);
transform: rotate(-20deg);
 vertical-align: middle;
}
.flow-box h2 span::after{
 margin: 0 0 0 14px;
 -webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
.flow-box h3{
 margin: 40px 0 10px;
 font-size: 20px;
}
.flow-box .point-box{
	background: #f4f4f4;
	position: relative;
	padding:25px 30px 5px;
	margin-bottom: 40px;
}
.flow-box .point-box.p02{
 margin-top: 45px;
}
.flow-box .point-box::before{
	background: #9e1547;
	color: #fff;
	content: 'POINT';
	display: block;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	padding: 1px 12px;
	position: absolute;
	left:30px;
	top:-16px;
}
.flow-box .point-box.p01::before{
	content: 'POINT 01';
}
.flow-box .point-box.p02::before{
	content: 'POINT 02';
}
.flow-box .point-box p{
 line-height: 2;
}
.flow-box .point-box::after{
	width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 18px 0 0;
  border-color: #f4f4f4 transparent transparent transparent;
  display: block;
	position: absolute;
	left:0;
	bottom:-22px;
	content: ''
}

.flow-box .js-flow-slider-list .slick-track{
 margin: 0;
}
.flow-box .js-flow-slider-list .archive-item{
 padding: 0 10px;
}
.flow-box .js-flow-slider-list .cr21-card-column .detail{
 margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
.flow-box .js-flow-slider-list{
 margin: 0 -10px;
}
}/*-pcOnly-*/
@media screen and (max-width: 767px) {
.flow-box{
 padding: 0 0 30px;
}
.flow-box > strong{
	border-radius: 50%;
	font-size: 24px;
	position: relative;
	width: 60px;
	height: 60px;
 margin: 0 auto 25px;
}
.flow-box h2{
	font-size: 19px;
	padding-bottom: 3px;
	background:linear-gradient(transparent 50%, #e5dfd9 50%);
 background-position: bottom;
 background-repeat: no-repeat;
 background-size: 100% 22px;
	margin-bottom: 50px;
 text-align: center;
}
.flow-box h2::after{
	bottom: -5px;
	border-bottom: 2px solid #998a8a;
}
.flow-box h2 span{
 margin-bottom: 12px;
 font-size: 14.5px;
}
.flow-box h2 span::before,
.flow-box h2 span::after{
  background-image:linear-gradient(to bottom, #9e1547, #9e1547 6px, transparent ,transparent 1px);
 background-size: 2px 10px;
 width:2px;
 height: 16px;
 margin-right: 9px;
}
.flow-box h2 span::after{
 margin: 0 0 0 9px;
}
.flow-box h3{
 margin: 20px 0 15px;
 font-size: 16px;
 line-height: 1.68;
}
.flow-box .point-box{
	padding:25px 25px 10px;
	margin-bottom: 40px;
}
.flow-box .point-box::before{
	padding: 1px 15px;
	left:25px;
}
}/*spOnly*/

/*-fixed bnr--*/
.cr21-inner-column .column-main{
 position: relative;
}
.fixed_bnr{
 position: fixed;
 bottom: 0;
 left: 0;
 right: 0;
 max-width: 83.5%;
 margin: 0 auto;
 z-index: 12;
}
.fixed_bnr img{
 max-width: 100%;
}
.fixed_bnr .bnrclose{
 background: url(/wp/assets/for_beginners/imgs/close.png) no-repeat left top /100% auto;
 position: absolute;
 right: 5px;
 top: 5px;
 width: 15px;
 height: 15px;
 cursor: pointer;
}
.cr21-inner-column .column-side{
 position: relative;
 z-index: 11;
}
@media screen and (min-width: 768px) {
.fixed_bnr{
 max-width: 1140px;
 padding: 0 300px 0 20px;
 z-index: 10;
}
.fixed_bnr .bnrclose{
 right: auto;
 left: 820px;
 top: 5px;
 width: 15px;
 height: 15px;
 cursor: pointer;
}
}/*-pcOnly-*/
@media screen and (min-width: 768px) {
.row-list {
  display: flex;
  justify-content: space-between;
}
.row-list .row-item {
  width: calc(50% - 10px);
}
}/*-pcOnly-*/
