﻿@media screen and (min-width: 768px) and (max-width: 1023px) {
  .link__text {
    font-size: 1.14rem;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 767px) {
  .layout .layout__cell {
    margin-top: 0px;
  }
  .layout .layout__cell table {
    border-top: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .layout__margin {
    margin-top: 20px;
  }
}
.box {
  display: table;
  width: 100%;
  min-height: 545px;
  margin-top: 30px;
}
.box .box__inner {
  display: table-cell;
  border: solid 1px #dddddd;
  vertical-align: middle;
}
.box .icon {
  padding-top: 20px;
  margin-bottom: 25px;
  text-align: center;
}
.box .title {
  font-size: 1.14rem;
  line-height: 1.3em;
  text-align: center;
}
.box .paragraph {
  font-size: 1.57rem;
  line-height: 1.3em;
  text-align: center;
  margin-top: 30px;
}
.box .paragraph span {
  font-size: 4.29rem;
  line-height: 1.3em;
  margin-right: 10px;
  margin-left: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .box .paragraph span {
    font-size: 2.86rem;
    line-height: 1.3em;
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .box {
    margin-top: 20px;
    min-height: 240px;
  }
  .box .box__inner {
    border: none;
  }
  .box .title {
    font-size: 1rem;
    line-height: 1.3em;
  }
  .box .paragraph {
    font-size: 1.43rem;
    line-height: 1.3em;
    margin-top: 20px;
  }
  .box .paragraph span {
    font-size: 2.86rem;
    line-height: 1.3em;
  }
}

.box-attention {
  margin-top: 30px;
  padding: 2%;
  border: solid 1px #ddd;
  min-height: 1px;
  zoom: 1;
}
.box-attention:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.box-attention > *:first-child {
  margin-top: 0;
}
