/* cvエリア */
.section-cv .container .cv-guide .cv-box .btn-white-gray {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-color: #939393;
}
.section-cv .container .cv-guide .cv-box .btn-white-gray svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translate(0, -50%);
}

@media screen and (max-width: 767px){
  .section-cv .container .cv-guide .cv-box [class*="btn-"]{
    padding: 6px 50px 10px;
  }
  .section-cv .container .cv-guide .cv-box {
    flex-direction: column;   
  }
  .section-cv .container .cv-guide .cv-box .icn-starter{
    background: #e93817 url(/common_v10/images/icn-think-white.svg) no-repeat 20px center;
    background-size: 32px 32px;
  }
  .btn-primary::after {
    background: url(/common_v10/images/icn-bullet-white.svg) no-repeat center center/contain;
  }
  .section-cv .container .cv-guide .cv-box [class^="btn-"]::after, [class*=" btn-"]::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    content: "";
    display: inline-block;
    width: 9px;
    height: 16px;
    margin: auto;
  }
  .section-cv .container .cv-guide .cv-box>p{
  width: 100%;
  }
  .section-cv .container .cv-guide .cv-box>p:nth-last-child(even){
    padding-right: 0;
  }
  .section-cv .container .cv-guide .cv-box>p:nth-last-child(odd){
    padding-left: 0;
  }
  .section-cv .container .cv-guide .cv-box [class*="icn-"] .fs-16-sp{
    height: auto;
  }
}

/* 申し込み流れ */
.step-tag {
	position: relative;
}
.step-tag .step-tag-top {
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 20px;
	font-weight: bold;
	padding: 0.2em 1em;
	-webkit-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
	background-color: #EE5D44;
	color: #fff;
	border-radius: 0 0 8px 8px;
}

/* 料金について */
.m-unique {
  border-radius: 40px;
  display: block;
  max-width: 600px;
  text-align: center;
}
.m-box-border {
  width: 100%;
  padding: 10px;
  border: #dcdcdc 1px solid;
}
.m-border-jcom {
  border: 1px solid #e93817 !important;
}
.m-block-ct {
  margin: 0 auto;
}

/* モーダル */
.modal .modal-content>.modal-body {
  max-height: calc(100vh - 240px);
}
@media screen and (max-width: 767px){
  .modal .modal-content {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
}
  .modal .modal-content>.modal-body {
    max-height: calc(100vh - 280px);
  }
}