@charset "UTF-8";
/* CSS Document */
.h2Area {
	background-image: url(../img/analysis/h2_bg.jpg);
}
.underbar01 {
    position: relative;
}
.underbar01:after {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0099CC;
}
.analysisBox01 .h3Area h3 {
  font-size: 37px;
  font-weight: bold;
  color: #0099CC;
}
.analysisBox01 .h3Area .inner {
  padding: 80px 0 50px;
  text-align: center;
}
.analysisBox01 .txt .inner {
  padding: 0 0 50px;
  text-align: center;
}
.analysisBox01 .txt .inner p {
  padding-bottom: 25px;
}
.analysisBox01 .txt .inner p.txt01 {
  padding-bottom: 40px;
}
.analysisBox01 .txt .inner .txt01 {
  font-size: 16px;
}
.analysisBox01 .inner .pinkBox01 {
  margin: 50px auto 0;
  padding: 25px;
  text-align: center;
  color: #FF9999;
  font-size: 28px;
  font-weight: bold;
  border: #FF9999 1px solid;
  width: 70%;
}
.analysisBox01 .inner .pinkBox01 p {
	padding-bottom: 0px;
}
.analysisBox02 .h3Area {
  text-align: left;
}
.analysisBox02 .h3Area h3 {
  padding-left: 60px;
  padding-bottom: 10px;
  font-size: 37px;
  position: relative;
  border-bottom: 2px dotted #0099CC;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 40px;
}
.analysisBox02 .h3Area .inner {
  padding: 50px 30px 0;
}
.analysisBox02 .h3Area h3:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 76px;
  height: 76px;
  background-image: url(../img/sub/mark.png);
  background-position: top left;
  background-size: 50%;
  background-repeat: no-repeat;
}
.analysisBox02 .h3Area h3 span {
  letter-spacing: inherit;
  padding-left: 20px;
  font-size: 15px;
  font-weight: bold;
}
.flowListArea01 {
  background-color: #E5F5FA;
}
.flowListArea02 {
  background-color: #F6F6ED;
}
.last {
  margin-bottom: 60px;
}
.flowListArea .inner {
  width: 1035px;
}
.flowListArea dl {
  overflow: hidden;
  padding: 25px 30px;
}
.flowListArea dl dt {
  display: inline-block;
  font-size: 56px;
  color: #0099CC;
  vertical-align: top;
}
.flowListArea dl dd {
  display: inline-block;
  font-size: 24px;
  padding: 30px 40px 0;
  text-align: left;
  line-height: 1;
}
.flowListArea dl dd span {
  font-size: 13px;
}
.arrowArea {
  text-align: center;
  padding: 35px 0;
}
.arrowArea img {
  vertical-align: unset;
}

@media screen and (max-width: 736px) {
  .analysisBox01 .h3Area .inner {
    padding: 15px 5vw 10px;
  }
  .analysisBox01 .txt .inner {
    padding: 15px 5vw 10px;
  }
  .analysisBox01 .txt .inner p {
    text-align: left;
  }
  .analysisBox01 .txt .inner .txt01 {
    font-size: 3.3vw;
  }
  .analysisBox01 .inner .pinkBox01 {
    margin: 0 auto;
    padding: 20px;
    font-size: 4.3vw;
    width: 100%;
  }
  .analysisBox01 .inner .pinkBox01 p {
    text-align: center;
  }
  .analysisBox02 .h3Area h3 {
    padding-bottom: 2vw;
    padding-left: 8.5vw;
    font-size: 5.8vw;
    letter-spacing: 0.12em;
  }
  .analysisBox02 .h3Area h3:before {
    background-size: 36%;
  }
  .flowListArea .inner {
    width: 100%;
  }
  .flowListArea dl dt {
    width: 5%;
    display: inline;
    font-size: 8vw;
  }
  .flowListArea dl dd {
    width: 85%;
    display: inline-block;
    font-size: 4.3vw;
    line-height: 1.5;
    padding: 2vh 1vw 0;
  }
  .flowListArea dl dd span {
    line-height: 1;
  }
}














