@charset "UTF-8";
.p-measures__box {
  background: #e5f4fc;
  padding: 15px;
  margin: 0 0 40px;
  font-size: 1.4rem;
  line-height: 1.5; }
  @media screen and (max-width: 768px) {
    .p-measures__box {
      padding: 10px;
      margin: 0 0 20px;
      font-size: 1.2rem; } }

.p-measures__box-inbox {
  background: white;
  padding: 15px; }
  @media screen and (max-width: 768px) {
    .p-measures__box-inbox {
      padding: 10px; } }

.p-measures__point {
  background: url(../img/ic_point.png) left top/55px no-repeat;
  min-height: 55px;
  padding-left: 70px;
  display: flex;
  align-items: center;
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    .p-measures__point {
      background: url(../img/ic_point.png) left top/40px no-repeat;
      min-height: 40px;
      padding-left: 50px;
      font-size: 1.2rem; } }

.p-measures__point-text {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 25px;
  padding: 0 0 0 100px;
  position: relative; }
  .p-measures__point-text span {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 25px;
    line-height: 25px;
    display: block;
    color: white;
    background: #f49800;
    text-align: center;
    font-size: 1.4rem; }
    .p-measures__point-text span::after {
      border-color: transparent transparent transparent #f49800;
      border-style: solid;
      border-width: 12.5px 5px;
      width: 10px;
      height: 25px;
      display: block;
      position: absolute;
      content: "";
      top: 0;
      right: -10px; }
  @media screen and (max-width: 768px) {
    .p-measures__point-text {
      font-size: 1.2rem;
      line-height: 18px;
      padding: 0 0 0 80px; }
      .p-measures__point-text span {
        position: absolute;
        width: 60px;
        height: 18px;
        line-height: 18px;
        font-size: 1.2rem; }
        .p-measures__point-text span::after {
          border-color: transparent transparent transparent #f49800;
          border-style: solid;
          border-width: 9px 5px;
          width: 10px;
          height: 18px;
          display: block; } }

.p-measures__title-m {
  font-weight: bold;
  margin: 40px 0 20px;
  padding: 0 0 5px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
  border-bottom: 1px solid #333; }
  .p-measures__title-m::before {
    content: none; }
  @media screen and (max-width: 768px) {
    .p-measures__title-m {
      margin: 20px 0 10px;
      font-size: 1.4rem; } }

.p-measures__title-s {
  font-weight: bold;
  margin: 40px 0 20px;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333; }
  .p-measures__title-s::before {
    content: "■ ";
    display: inline;
    color: #384a9c; }
  @media screen and (max-width: 768px) {
    .p-measures__title-s {
      margin: 20px 0 10px;
      font-size: 1.4rem; } }

.p-measures__title-xs {
  font-weight: bold;
  margin: 40px 0 20px;
  line-height: 1.5;
  font-size: 1.6rem; }
  @media screen and (max-width: 768px) {
    .p-measures__title-xs {
      margin: 20px 0 10px;
      font-size: 1.4rem; } }

.p-measures__text {
  margin: 0 0 40px;
  line-height: 1.5;
  font-size: 1.4rem; }
  .p-measures__text.is-no-margin {
    margin: 0; }
  @media screen and (max-width: 768px) {
    .p-measures__text {
      margin: 0 0 20px;
      font-size: 1.2rem; } }

@media screen and (min-width: 768px) {
  .p-measures__outline {
    display: flex;
    margin: 0 -5px; } }

@media screen and (max-width: 768px) {
  .p-measures__outline {
    margin: 0 10px; } }

@media screen and (min-width: 768px) {
  .p-measures__outline-item {
    box-flex: 1;
    width: 100%;
    margin: 0 5px; } }

@media screen and (max-width: 768px) {
  .p-measures__outline-item:not(:first-of-type) {
    margin-top: 5px; } }

.p-measures__outline-link {
  border: solid #384a9c;
  border-width: 1px 1px 1px 6px;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  display: block;
  color: #384a9c;
  font-weight: bold;
  font-size: 1.4rem; }
  .p-measures__outline-link:hover {
    text-decoration: none; }
  @media screen and (max-width: 768px) {
    .p-measures__outline-link {
      padding: 10px;
      font-size: 1.2rem; } }

.p-measures__button-wrap {
  text-align: center;
  margin: 0 0 20px; }

.p-measures__button {
  display: inline-block;
  max-width: 100%;
  padding: 30px 50px;
  line-height: 1;
  color: white;
  background: url(../img/nav_arrow_white.png) calc(100% - 20px) center/11px no-repeat #f39700; }
  .p-measures__button:hover {
    text-decoration: none; }
  @media screen and (max-width: 768px) {
    .p-measures__button {
      padding: 15px 25px;
      background: url(../img/nav_arrow_white.png) calc(100% - 10px) center/6px no-repeat #f39700; } }

.p-measures__login-link-wrap {
  margin: 0 0 40px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .p-measures__login-link-wrap {
      margin: 0 0 20px; } }

a.p-measures__login-link {
  line-height: 1;
  color: #0093ff; }

.p-measures__top-nav {
  overflow: hidden;
  margin: 0 0 40px; }
  @media screen and (max-width: 768px) {
    .p-measures__top-nav {
      margin: 0 0 20px; } }

.p-measures__top-nav-item {
  float: left;
  margin-top: 20px;
  width: calc((100% - 20px) / 2); }
  .p-measures__top-nav-item:nth-of-type(2n) {
    float: right; }
  .p-measures__top-nav-item:nth-of-type(-n+2) {
    margin-top: 0; }
  @media screen and (max-width: 768px) {
    .p-measures__top-nav-item {
      margin-top: 10px;
      width: calc((100% - 10px) / 2); } }

.p-measures__top-nav-link {
  display: flex;
  align-items: center;
  border: solid #384a9c;
  border-width: 1px 1px 1px 6px;
  width: 100%;
  height: 75px;
  padding: 20px;
  color: #384a9c;
  font-weight: bold;
  background: url(../img/nav_arrow_blue.png) calc(100% - 20px) center/11px no-repeat white; }
  .p-measures__top-nav-link:hover {
    text-decoration: none; }
  .p-measures__top-nav-link img {
    height: 40px;
    width: auto;
    margin-right: 20px; }
  @media screen and (max-width: 768px) {
    .p-measures__top-nav-link {
      padding: 10px 10px 10px 5px;
      height: 50px;
      background: url(../img/nav_arrow_blue.png) calc(100% - 10px) center/6px no-repeat white; }
      .p-measures__top-nav-link img {
        height: 20px;
        margin-right: 5px; } }

.p-measures__nav-wrap {
  margin-top: 40px; }
  @media screen and (max-width: 768px) {
    .p-measures__nav-wrap {
      margin-top: 20px; } }

.p-measures__nav-title {
  background: #384a9c;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  line-height: 26px;
  border-radius: 5px 5px 0 0; }
  .p-measures__nav-title img {
    height: 26px;
    width: auto;
    margin-right: 20px; }
  @media screen and (max-width: 768px) {
    .p-measures__nav-title {
      line-height: 13px;
      padding: 10px; }
      .p-measures__nav-title img {
        height: 13px; } }

.p-measures__nav {
  overflow: hidden;
  padding: 40px;
  border-radius: 0 0 5px 5px;
  background: url(../img/nav_bg.png); }
  @media screen and (max-width: 768px) {
    .p-measures__nav {
      padding: 10px; } }

.p-measures__nav-item {
  float: left;
  margin-top: 20px;
  width: calc((100% - 20px) / 2); }
  .p-measures__nav-item:nth-of-type(2n) {
    float: right; }
  .p-measures__nav-item:nth-of-type(-n+2) {
    margin-top: 0; }
  @media screen and (max-width: 768px) {
    .p-measures__nav-item {
      margin-top: 10px;
      width: calc((100% - 10px) / 2); } }

.p-measures__nav-link {
  display: flex;
  align-items: center;
  border-left: 6px solid #384a9c;
  width: 100%;
  height: 75px;
  padding: 20px;
  color: #384a9c;
  font-weight: bold;
  background: url(../img/nav_arrow_blue.png) calc(100% - 20px) center/11px no-repeat white; }
  .p-measures__nav-link:hover {
    text-decoration: none; }
  .p-measures__nav-link img {
    height: 40px;
    width: auto;
    margin-right: 20px; }
  @media screen and (max-width: 768px) {
    .p-measures__nav-link {
      padding: 10px;
      height: 50px;
      background: url(../img/nav_arrow_blue.png) calc(100% - 10px) center/6px no-repeat white; }
      .p-measures__nav-link img {
        height: 20px;
        margin-right: 10px; } }

.p-measures__read-wrap {
  overflow: hidden;
  margin: 0 0 40px; }
  @media screen and (max-width: 768px) {
    .p-measures__read-wrap {
      margin: 0 0 20px; } }

.p-measures__read {
  border-radius: 5px;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .p-measures__read {
      float: left;
      width: calc((100% - 10px) / 2); }
      .p-measures__read:nth-of-type(2n) {
        float: right; } }
  .p-measures__read.is-good {
    background: #46b143;
    border: 1px solid #46b143; }
    .p-measures__read.is-good .p-measures__read-item {
      background: url(../img/002/es_ic_good.png) left 3px/15px no-repeat; }
  .p-measures__read.is-bad {
    background: #f39700;
    border: 1px solid #f39700; }
    .p-measures__read.is-bad .p-measures__read-item {
      background: url(../img/002/es_ic_bad.png) left 3px/15px no-repeat; }
  @media screen and (max-width: 768px) {
    .p-measures__read.is-good .p-measures__read-item {
      background: url(../img/002/es_ic_good.png) left 2px/13px no-repeat; }
    .p-measures__read.is-bad .p-measures__read-item {
      background: url(../img/002/es_ic_bad.png) left 2px/13px no-repeat; } }

.p-measures__read-title {
  text-align: center;
  padding: 15px;
  color: white;
  border: 0;
  margin: 0; }
  @media screen and (max-width: 768px) {
    .p-measures__read-title {
      padding: 10px; } }

.p-measures__read-list {
  background: white;
  padding: 15px; }
  @media screen and (max-width: 768px) {
    .p-measures__read-list {
      padding: 10px; } }

.p-measures__read-item {
  line-height: 1.5;
  font-size: 1.4rem;
  padding-left: 20px; }
  .p-measures__read-item:not(:first-of-type) {
    margin-top: 5px; }
  @media screen and (max-width: 768px) {
    .p-measures__read-item {
      font-size: 1.2rem; } }

.p-measures__voice {
  overflow: hidden;
  margin: 0 0 20px; }

.p-measures__voice-img {
  float: left;
  width: 65px; }

.p-measures__voice-text {
  float: right;
  width: calc(100% - 80px);
  position: relative;
  background: #f4f4f4;
  border-radius: 5px;
  padding: 15px;
  font-size: 1.4rem;
  line-height: 1.5; }
  .p-measures__voice-text::before {
    border-color: transparent #f4f4f4 transparent transparent;
    border-style: solid;
    border-width: 5px 10px;
    width: 20px;
    height: 10px;
    display: block;
    content: "";
    position: absolute;
    top: 20px;
    left: -20px; }
  @media screen and (max-width: 768px) {
    .p-measures__voice-text {
      padding: 10px;
      font-size: 1.2rem; } }

.p-measures__check {
  margin: 0 0 15px; }

.p-measures__check-item {
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 0 0 0 25px;
  background: url(../img/ic_check.png) left 3px/15px no-repeat; }
  .p-measures__check-item:not(:first-of-type) {
    margin-top: 5px; }
  @media screen and (max-width: 768px) {
    .p-measures__check-item {
      font-size: 1.2rem;
      padding: 0 0 0 20px;
      background: url(../img/ic_check.png) left 2px/13px no-repeat; } }

.p-measures__pr-wrap {
  overflow: hidden; }

.p-measures__pr {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #384a9c;
  background: #384a9c; }
  @media screen and (min-width: 768px) {
    .p-measures__pr {
      float: left;
      margin-top: 20px;
      width: calc((100% - 20px) / 2); }
      .p-measures__pr:nth-of-type(2n) {
        float: right; }
      .p-measures__pr:nth-of-type(-n+2) {
        margin-top: 0; } }
  @media screen and (max-width: 768px) {
    .p-measures__pr:not(:first-of-type) {
      margin-top: 10px; } }

.p-measures__pr-title {
  color: white;
  text-align: center;
  padding: 15px;
  font-size: 1.8rem; }
  @media screen and (max-width: 768px) {
    .p-measures__pr-title {
      padding: 10px;
      font-size: 1.4rem; } }

.p-measures__pr-text {
  padding: 15px;
  background: white;
  line-height: 1.5;
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    .p-measures__pr-text {
      padding: 10px;
      font-size: 1.2rem; } }

.p-measures__flow-item {
  overflow: hidden; }
  .p-measures__flow-item:not(:first-of-type) {
    padding: 50px 0 0;
    position: relative; }
    .p-measures__flow-item:not(:first-of-type)::before {
      content: "";
      position: absolute;
      top: 10px;
      left: 0;
      width: 120px;
      height: 30px;
      border: 0;
      background: url(../img/003/arrow.png) center center/25px no-repeat; }
  .p-measures__flow-item dt {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 120px;
    height: 120px;
    float: left;
    color: white;
    background: #384a9c;
    font-size: 1.6rem;
    line-height: 1; }
    .p-measures__flow-item dt span {
      display: block;
      font-size: 1.0rem;
      margin: 5px 0 0; }
  .p-measures__flow-item dd {
    float: right;
    width: calc(100% - 140px);
    line-height: 1.5;
    font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    .p-measures__flow-item:not(:first-of-type) {
      padding: 32px 0 0; }
      .p-measures__flow-item:not(:first-of-type)::before {
        width: 80px;
        height: 12px;
        background: url(../img/003/arrow.png) center center/10px no-repeat; }
    .p-measures__flow-item dt {
      width: 80px;
      height: 80px;
      font-size: 1.4rem; }
      .p-measures__flow-item dt span {
        font-size: 1.0rem;
        margin: 5px 5px 0; }
    .p-measures__flow-item dd {
      width: calc(100% - 90px);
      font-size: 1.2rem; } }

.p-measures__flow-text {
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding: 5px 20px;
  margin: 0 0 5px; }
  .p-measures__flow-text::before, .p-measures__flow-text::after {
    content: "";
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    border: solid #333;
    display: block; }
  .p-measures__flow-text::before {
    left: 0;
    border-width: 1px 0 1px 1px; }
  .p-measures__flow-text::after {
    right: 0;
    border-width: 1px 1px 1px 0; }

.p-measures__memo {
  overflow: hidden;
  margin: 40px 0; }
  @media screen and (max-width: 768px) {
    .p-measures__memo {
      margin: 20px 0; } }

.p-measures__memo-item {
  float: left;
  width: calc((100% - 20px) / 2); }
  .p-measures__memo-item:nth-of-type(2n) {
    float: right; }
  .p-measures__memo-item:nth-of-type(-n+2) {
    margin-top: 0; }
  @media screen and (max-width: 768px) {
    .p-measures__memo-item {
      width: 100%; } }

.u-bold {
  font-weight: bold; }

hr.u-line {
  border: solid #c1c1c1;
  border-width: 1px 0 0;
  margin: 40px 0; }
