@charset "UTF-8";
/* ボタン　青色
-------------------------------------------- */
.btn-list {
  width: 70%;
  margin: 0 auto;
}
a.btn_02_a {
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 1.5rem 2.5rem;
  background-color: #065584;
  border: 2px solid #065584;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.3s;
  border-radius: 7em;
  margin: 10px 10px;
}
a.btn_02_a:hover {
  background: #fff;
  color: #065584;
  border: 2px solid #065584;
}
a.btn_02_a span {
  position: relative;
  padding-right: 36px;
}
a.btn_02_a span:before {
  content: '';
  width: 26px;
  height: 26px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -13px;
}
a.btn_02_a span:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: 3px solid #065584;
  border-right: 3px solid #065584;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}
a.btn_02_a:hover span:before {
  background: #065584;
}
a.btn_02_a:hover span:after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
/* ボタン　白色
-------------------------------------------- */
a.btn_03_a {
  display: block;
  color: #065584;
  font-size: 18px;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.3s;
  border-radius: 7em;
  margin: 5px 50px;
  border: 4px solid #065584;
  width: 205px;
  padding: 15px 0;
}
a.btn_03_a:hover {
  background: #065584;
  color: #fff;
}
a.btn_03_a span {
  position: relative;
  padding-right: 40px;
}
a.btn_03_a span:before {
  content: '';
  width: 32px;
  height: 32px;
  background: #065584;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -13px;
}
a.btn_03_a span:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 59%;
  right: 12px;
  margin-top: -5px;
}
a.btn_03_a:hover span:before {
  background: #fff;
}
a.btn_03_a:hover span:after {
  border-top: 3px solid #065584;
  border-right: 3px solid #065584;
}
/* ボタン　青色（大）
-------------------------------------------- */
a.btn_04_a {
  display: block;
  color: #fff;
  font-size: 20px;
  padding: 1.8rem 2.0rem;
  background-color: #065584;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  border-radius: 7em;
  margin: 20px 0px;
  border: 2px solid #fff;
}
a.btn_04_a:hover {
  background: #fff;
  color: #065584;
  border: 2px solid #065584;
}
a.btn_04_a span {
  position: relative;
  padding-right: 40px;
}
a.btn_04_a span:before {
  content: '';
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -13px;
}
a.btn_04_a span:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: 3px solid #065584;
  border-right: 3px solid #065584;
  transform: rotate(45deg);
  position: absolute;
  top: 55%;
  right: 14px;
  margin-top: -5px;
}
a.btn_04_a:hover span:before {
  background: #065584;
}
a.btn_04_a:hover span:after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
/* ボタン　白色（大）
-------------------------------------------- */
a.btn_05_a {
  display: block;
  color: #065584;
  font-size: 20px;
  padding: 1.0rem 0rem;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.3s;
  border-radius: 7em;
  margin: 20px auto;
  border: 2px solid #fff;
  width: 85%;
  font-weight: 600;
}
a.btn_05_a:hover {
  background: #065584;
  color: #fff;
  border: 2px solid #fff;
}
a.btn_05_a span {
  position: relative;
  padding-right: 40px;
}
a.btn_05_a span:before {
  content: '';
  width: 30px;
  height: 30px;
  background: #065584;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -13px;
}
a.btn_05_a span:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 55%;
  right: 12px;
  margin-top: -5px;
}
a.btn_05_a:hover span:before {
  background: #fff;
}
a.btn_05_a:hover span:after {
  border-top: 3px solid #065584;
  border-right: 3px solid #065584;
}
/* ボタン　写真内
-------------------------------------------- */
.btn_06_a {
  font-size: 2.0rem;
  padding: 0px;
  width: 100%;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 300;
}
.btn_06_a:hover {
  color: #fff;
}
.btn_06_a span {
  position: relative;
  padding-right: 40px;
  color: #FFF;
}
.btn_06_a span:before {
  content: '';
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 65%;
  right: 10px;
  margin-top: -13px;
}
.btn_06_a span:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #065584;
  border-right: 2px solid #065584;
  transform: rotate(45deg);
  position: absolute;
  top: 58%;
  right: 18px;
  margin-top: -5px;
}
.btn_06_a:hover span:before {
  background: #fff;
}
.btn_06_a:hover span:after {
  border-top: 2px solid #065584;
  border-right: 2px solid #065584;
}
/* ボタン　黄色（大）
-------------------------------------------- */
a.btn_07_a {
  display: block;
  color: #065584;
  font-size: 18px;
  padding: 1.0rem 0rem;
  background-color: #ffe866;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.3s;
  border-radius: 7em;
  margin: 20px auto;
  border: 2px solid #ffe866;
  width: 85%;
  font-weight: 600;
}
a.btn_07_a:hover {
  background: #065584;
  color: #fff;
  border: 2px solid #fff;
}
a.btn_07_a span {
  position: relative;
  padding-right: 40px;
}
a.btn_07_a span:before {
  content: '';
  width: 30px;
  height: 30px;
  background: #065584;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -13px;
}
a.btn_07_a span:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 55%;
  right: 12px;
  margin-top: -5px;
}
a.btn_07_a:hover span:before {
  background: #fff;
}
a.btn_07_a:hover span:after {
  border-top: 3px solid #065584;
  border-right: 3px solid #065584;
}
@media print, screen and (min-width : 768px) {
  /* ボタン　青色
-------------------------------------------- */
  .btn-list {
    width: auto;
    margin: 0;
  }
  /* ボタン　白色
-------------------------------------------- */
  a.btn_03_a {
    display: block;
    color: #065584;
    font-size: 30px;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.3s;
    border-radius: 7em;
    margin: 20px 50px;
    border: 4px solid #065584;
    width: 420px;
    padding: 15px 0;
  }
  a.btn_03_a span:after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 54%;
    right: 12px;
    margin-top: -5px;
  }
  /* ボタン　青色（大）
-------------------------------------------- */
  a.btn_04_a {
    display: block;
    color: #fff;
    font-size: 30px;
    padding: 1.8rem 9.5rem;
    background-color: #065584;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.3s;
    border-radius: 7em;
    margin: 20px 50px;
    border: 2px solid #fff;
  }
  a.btn_04_a span:before {
    content: '';
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -13px;
  }
  a.btn_04_a span:after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-top: 3px solid #065584;
    border-right: 3px solid #065584;
    transform: rotate(45deg);
    position: absolute;
    top: 54%;
    right: 10px;
    margin-top: -5px;
  }
  /* ボタン　白色（大）
-------------------------------------------- */
  a.btn_05_a {
    display: block;
    color: #065584;
    font-size: 25px;
    padding: 1.2rem 0rem;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.3s;
    border-radius: 7em;
    margin: 20px 0px;
    border: 2px solid #fff;
    width: 420px;
  }
  a.btn_05_a span:after {
    content: '';
    width: 15px;
    height: 15px;
    border: 0;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
  }
  /* ボタン　写真内
-------------------------------------------- */
  .btn_06_a {
    font-size: 28px;
    padding: 0px;
    width: 100%;
    position: absolute;
    left: 30px;
    top: 45px;
    z-index: 300;
  }
  .btn_06_a:hover {
    color: #fff;
  }
  .btn_06_a span {
    position: relative;
    padding-right: 40px;
    color: #FFF;
  }
  .btn_06_a span:before {
    content: '';
    width: 50px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 35%;
    right: -15px;
    margin-top: -13px;
  }
  .btn_06_a span:after {
    content: '';
    width: 18px;
    height: 18px;
    border: 0;
    border-top: 5px solid #065584;
    border-right: 5px solid #065584;
    border-radius: 3px;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 2px;
    margin-top: -5px;
  }
  .btn_06_a:hover span:after {
    border-top: 5px solid #065584;
    border-right: 5px solid #065584;
    border-radius: 3px;
  }
  /* ボタン　黄色（大）
-------------------------------------------- */
  a.btn_07_a {
    display: block;
    color: #065584;
    font-size: 25px;
    padding: 1.2rem 0rem;
    background-color: #ffe866;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.3s;
    border-radius: 7em;
    margin: 20px 0px;
    border: 2px solid #ffe866;
    width: 420px;
  }
  a.btn_07_a span:after {
    content: '';
    width: 15px;
    height: 15px;
    border: 0;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
  }
}
@media print, screen and (min-width : 1750px) {
  /* お知らせタブ
-------------------------------------------- */
}