@charset "utf-8";
.analysisreport-section .text-underline {
	color: #3d3d3d;
  line-height: .4;
  border-bottom: 17px solid #f6b525;
  display: inline-block;
}

.arrow-top--beige:before,
.arrow-top--white:before,
.arrow-top--yellow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 45px solid transparent;
    z-index: 2;
}
.arrow-top--beige:before {border-top: 45px solid #fff2d6;}
.arrow-top--white:before {border-top: 45px solid #FFF;}
.arrow-top--yellow:before {border-top: 45px solid #f5b424;}

.arrow-top--beige,
.arrow-top--white,
.arrow-top--yellow {
	position: relative;
	box-sizing: border-box;
}

.analysisreport-section{
  padding: 64px 0;
  color: #3d3d3d;
}
.bg-analysisreport {
	background: #fff1d6;
}
.bg-analysisreport-price{
	background: #f5b424;
	color: #fff;
}
.section-title-inner h2 {
	font-weight: bold;
  letter-spacing: 2px;
}
.section-title-inner .section-title-sub {
	letter-spacing: 1px;
}

.cvassist-2 img {
	width: 100%;
}
.list-copy {
	margin-top: 20px;
	font-weight: bold;
}
.price-text {
	font-size: 24px; font-weight: bold; margin-bottom: 40px; line-height: 1;
}
.price-description {
	font-size: 28px; font-weight: bold; color: #674907; background: #FFF; padding: 30px 0; margin: 25px 0; box-shadow: 0 0 0 2px #f5b424, 0 0 0 12px #FFF;
}
.price-info-text {
	font-size: 50px; vertical-align: baseline;
}
.price-attention {
	font-size: 20px; font-weight: bold; margin-top: 35px; position: relative;
}
.mailreg-footer {
	padding-top: 30px; background: #5cb7cc;
}
.analysisreport-ttl{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
h4.analysisreport-ttl{
  font-size: 23px;
  text-align: left;
}
.mailregform-recommend-list{
  display: flex;
  justify-content:space-around;
}

.flex-box {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
}

.flex-box figure{
  width: 50%;
  overflow: hidden;
  border-radius: 16px;
}

.flex-box figure img{
  width: 100%;
}

.report-type {
  padding: 2rem 0 0 0;
}

.report-type .flex-box{
  margin: 0 0 48px 0;
}

.report-type .flex-box:last-of-type{
  margin-bottom: 0;
}

.report-type .flex-box figure{
  width: 40%;
}

.report-type dl {
  width: 60%;
  margin: 0 0 2rem;
}

.report-type dl dt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 1rem;
  background: #f6b526;
  margin: 0 0 1rem;
  text-align: left;
  border-radius: 8px;
}

.report-type dl dd p{
  line-height: 1.8;
  font-size: 18px;
  box-sizing: border-box;
  text-align: left;
}

.report-type dl dd figure {
  width: 100%;
  margin: 0 0 1rem 0;
}

.report-type dl dd figure img {
  width: 100%;
}



@media screen and (max-width: 640px){
  .analysisreport-ttl{
    font-size:18px;
    line-height: 2.2;
  }
  .flex-box {
    flex-wrap: wrap;
  }
  .flex-box figure, .report-type .flex-box figure{
    width: 90%;
    margin: 0 5%;
  }
  .report-type dl {
    width: 90%;
    margin: 0 5% 1rem;
  }
  h4.analysisreport-ttl {
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
  }
  .report-type dl dt {
    font-size: 16px;
    line-height: 1.4;
  }

  .mailregform-recommend-list{
    display: block;
  }
  .mailregform-recommend-list li + li{
    margin: 40px 0 0;
  }
  .mailregform-recommend-list li img{
    width:50%;
  }
  .price-text{
    font-size:16px;
  }
  .price-description{
    width:calc(100% - 24px);
    margin: 0 auto;
    font-size:16px;
  }
  .price-info-text{
    font-size:32px;
  }
  .price-attention{
    font-size:16px;
  }
}
