@charset "UTF-8";
/* =========================================

お役立ち情報

2020/01/29 326_sakaguchi 

============================================ */

/* --------------------------------------

　　　　　　.con_others

-----------------------------------------*/
.con_others {
  border-top: 2px solid #7FB6E8;
  margin: 4.5em auto 0;
  padding-top: 4.5em;
  width: calc( 985 / 1024 * 100% );
}

.con_others .bnr {
  margin: 0 auto 20px;
  width: calc( 700 / 985 * 100% );
}

.con_others .bnr a {
  display: block;
}

.con_others .bnr a:hover {
  opacity: .9;
  transition: .5s all; 
}

.con_others .bnr figcaption {
  font-size: 17px;
  line-height: 1.3em;
  margin-top: 0.5em;
  padding: 0 0.3em;
  text-align: justify;
}

.con_others ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 3em auto;
  width: calc( 900 / 985 * 100% );
}

.con_others ul li {
  padding-bottom: 1.5em;
  width: calc( 430 / 900 * 100% );
}

.con_others ul li:first-child {
  border: 1px solid #2D5C36;
}

.con_others ul li:nth-child(2) {
  border: 1px solid #19257D;
}

.con_others ul li dt {
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 130%;
  text-align: center;
  line-height: 1.3em;
  padding: 0.5em 0;
}

.con_others ul li:first-child dt {
  background: #2D5C36;
}

.con_others ul li:nth-child(2) dt {
  background: #19257D;
}

.con_others ul li dt span {
  font-size: 90%;
}

.con_others ul li dd figure {
  margin: 0;
}

.con_others ul li dd p {
  font-size: 17px;
  margin: 1em 1.3em;
  text-align: justify;
}

.con_others ul li dd p.btn {
  margin: 0 auto;
  text-align: center;
  width: calc( 390 / 400 * 100% );
}

.con_others ul li:first-child dd p.btn {
  background: #386741;
  background: -moz-linear-gradient(top, #386741 0%, #25432A 100%);
  background: -webkit-linear-gradient(top, #386741 0%,#25432A 100%);
  background: linear-gradient(to bottom, #386741 0%,#25432A 100%);
}

.con_others ul li:nth-child(2) dd p.btn {
  background: #152598;
  background: -moz-linear-gradient(top, #152598 0%, #0E1863 100%);
  background: -webkit-linear-gradient(top, #152598 0%,#0E1863 100%);
  background: linear-gradient(to bottom, #152598 0%,#0E1863 100%);
}


.con_others ul li dd p.btn:hover {
  opacity: .9;
  transition: .5s all;
}

.con_others ul li dd p.btn a {
  color: #fff;
  display: block;
  font-size: 105%;
  padding: .5em 0;
}

.con_others ul li dd p.btn a span {
  position: relative;
  padding-left: 0.7em;
}

.con_others ul li dd p.btn a span:before {
  content: "";
  display: inline-block;
  left: 0;
  box-sizing: border-box;
  width: 0.3em;
  height: 0.3em;
  border: 0.4em solid transparent;
  border-left: 0.4em solid #fff;
  position: absolute;
  margin-top: -0.4em;
  top: 50%;
  bottom: 0;
}

@media screen and (max-width: 1000px) {
  .con_others .bnr figcaption {
    font-size: 1rem;
  }

  .con_others ul li dt {
    font-size: 2.3vw;
  }

  .con_others ul li dd p {
    font-size: 1rem;
  }

  .con_others ul li dd p.btn a {
    font-size: 1.7vw;
  }
}

@media screen and (max-width: 736px) {
  .con_others {
    margin-top: 3em;
    padding-top:3em;
  }

  .con_others .bnr {
    width: 95%;
  }

  .con_others ul {
    margin: 2em auto;
  }

  .con_others ul li {
    width: 100%;
  }

  .con_others ul li:first-child {
    margin-bottom: 1.5em;
  }

  .con_others ul li dt {
    font-size: 5vw;
  }

  .con_others ul li dd p.btn a {
    font-size: 4vw;
    padding: 0.5em 1em;
  }

  .con_others ul li dd p.btn a span:before {
    left: -0.3em;
  }
}