@media screen and (min-width: 769px) {
  .spBox {
    display: none !important; } }
.l-content {
  position: relative; }
  .l-content .kaiyougomi-attention {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    animation: flash 1.0s linear 8; }
@keyframes flash {
  0% {
    opacity: 1; }
  20% {
    opacity: 0.1; }
  21% {
    opacity: 1; } }
    .l-content .kaiyougomi-attention a:hover img {
      opacity: 0.8; }
    @media screen and (min-width: 721px) {
      .l-content .kaiyougomi-attention {
        top: -15px;
        right: 10px;
        left: auto;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none; } }
    @media screen and (min-width: 961px) {
      .l-content .kaiyougomi-attention {
        top: 30px; } }

.box-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px; }
  .box-items:last-child {
    margin-bottom: 0; }
  .box-items .box-item {
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px; }
    .box-items .box-item:last-child {
      margin-bottom: 0; }
    .box-items .box-item a {
      display: block; }
    .box-items .box-item.w80 {
      width: 100%; }
    .box-items .box-item .box-item-inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .box-items .box-item .box-item-inner a:first-child img {
        margin-bottom: 20px; }
  @media screen and (min-width: 769px) {
    .box-items .box-item {
      width: 49.2%; }
      .box-items .box-item.w80 {
        width: 100%; }
      .box-items .box-item:nth-last-child(-n+2) {
        margin-bottom: 0; }
      .box-items .box-item .box-item-inner {
        flex-wrap: nowrap; } }
  .box-items.list-vertical .box-item {
    text-align: center; }
    .box-items.list-vertical .box-item img {
      max-width: 100%; }
    .box-items.list-vertical .box-item h3 {
      font-size: 16px;
      color: #3164bc;
      padding-bottom: 10px;
      line-height: 1.6; }
    @media screen and (min-width: 769px) {
      .box-items.list-vertical .box-item img {
        max-width: 70%; } }
  .box-items.justify-center {
    -ms-flex-pack: center;
    justify-content: center; }
    .box-items.justify-center .box-item img {
      max-width: 100%; }
      @media screen and (min-width: 769px) {
        .box-items.justify-center .box-item img {
          max-width: 92%; } }

.attention-link {
  position: relative;
  top: -50px;
  display: block; }
  @media screen and (min-width: 769px) {
    .attention-link {
      top: 80px; } }

.kaiyougomi-boxF p.disc {
  font-size: 14px;
  color: #3164bc;
  padding: 0 0 20px 0;
  line-height: 1.6; }
  @media screen and (min-width: 769px) {
    .kaiyougomi-boxF p.disc {
      font-size: 16px;
      text-align: center; } }
.kaiyougomi-boxF .txtBox p {
  font-size: 14px;
  line-height: 1.6 !important; }

.box-item-inner__center {
  max-width: 700px;
  margin: 0 auto; }

img.banner__sin {
  width: 100%;
  height: auto; }

.box-item-inner__spogomi a {
  margin: 0 0 15px; }

@media screen and (min-width: 769px) {
  .box-item-inner__spogomi a {
    margin: 0 0 0; } }
