/*
#overview

color

common site color palette

*/
/*
#colors

@primary #428cf5
@secondary #f9972d

@white #ffffff
@black #333333
@gray #999999
@gray-dark #dbdbdb
@gray-light #666666
*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;

  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;

  src: local("YuGothic-Bold"), local("Yu Gothic");
}

/* Sass Document */
.p-about_product {
  text-align: left;
}

.p-about_container {
  padding: 2rem 2rem;
  background-color: #f1f7ff;
}

.p-about_row + .p-about_row {
  margin-top: 2.6rem;
}

.p-about_text {
  width: 92%;
  padding-right: 2.4rem;
}

.p-about_image {
  width: 28%; 
  padding-top: 1.2rem;
}

.p-about_text-title {
  padding-top: .6rem;
  margin-bottom: 2rem;
  font-size: 22px;
  font-size: 1.57143rem; 
  color: #428cf5;
}

.p-about_text-content {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.6;
}

.p-about_product {
  margin-bottom: 4rem;
}

.p-about_step {
  padding-bottom: 4rem;
}

.p-about_step-year,
.p-about_step-content {
  padding-top: 1rem;
  padding-left: 1.6rem;
}

.p-about_step-year {
  position: relative; 
  width: 14%;
  font-size: 15px;
  font-weight: bold;
  color: #428cf5;
  text-align: left;
  background-color: #f1f7ff;
  border-right: 1px solid #428cf5;
}
.p-about_step-year::after {
  position: absolute;
  top: 16px; 
  right: -4.6px;
  display: block;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #428cf5;
  border-radius: 50%;
}

.p-about_step-content {
  width: calc( 100% - ( 12% - 1px - 2rem )); 
  padding-bottom: 2rem;
  font-size: 15px;
  text-align: left;
}

.p-about_step-title {
  margin-bottom: .6rem; 
  font-weight: bold;
  color: #428cf5;
}

.p-about_step-subject {
  line-height: 1.6;
}
