@charset "UTF-8";
.c-shadow-box{
    width: 100%;
    padding: 24px;
    background-color: #fff;
    border-radius: 12px;
    /* 影の設定 */
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  /* 背景に対して乗算する */
  mix-blend-mode: multiply;
}
.btn-index-tentou {
  display: block;
  width: 484px;
  height: 80px;
  padding: 24px 10px 0 0;
  background-color: #925da2;
  box-shadow: 0 5px 0 #662679;
  border-radius: 40px;
  text-align: center;
  background-image: url("../img/common/ico_btn-arw-all.svg");
  background-position: right 26px center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  content: "";
  vertical-align: 0;
  color: #fff;
  font-size: 23px;
    margin: 0 auto;
  text-decoration: none;
  transition: all 0.3s;
}

.btn-index-tentou a {
  color: #fff;
  text-decoration: none;
}
.btn-index-tentou:hover {
  color: #fff;
  text-decoration: none;
  background-color: #662679;
  box-shadow: none;
  transform: translateY(5px);
}
.btn-index-sumakouza {
  display: block;
  width: 484px;
  height: 80px;
  padding: 24px 10px 0 0;
  background-color: #00ab95;
  box-shadow: 0 5px 0 #007566;
  border-radius: 40px;
  text-align: center;
  background-image: url("../img/common/ico_btn-arw-all.svg");
  background-position: right 26px center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  content: "";
  vertical-align: 0;
  color: #fff;
  font-size: 23px;
    margin: 0 auto;
  text-decoration: none;
  transition: all 0.3s;
}

.btn-index-sumakouza a {
  color: #fff;
  text-decoration: none;
}
.btn-index-sumakouza:hover {
  color: #fff;
  text-decoration: none;
  background-color: #007566;
  box-shadow: none;
  transform: translateY(5px);
}
.btn-sumakouza {
  display: block;
  width: 100%;
  height: 80px;
  padding: 26px 10px 0 0;
  background-color: #00388f;
  box-shadow: 0 5px 0 #002465;
  border-radius: 40px;
  text-align: center;
  background-image: url("../img/common/ico_btn-arw-all.svg");
  background-position: right 26px center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  content: "";
  vertical-align: 0;
  color: #fff;
  font-size: 20px;
    margin: 0 auto;
  text-decoration: none;
  transition: all 0.3s;
}

.btn-sumakouza a {
  color: #fff;
  text-decoration: none;
}
.btn-sumakouza:hover {
  color: #fff;
  text-decoration: none;
  background-color: #002465;
  box-shadow: none;
  transform: translateY(5px);
}

@media screen and (max-width: 767px) {
.c-shadow-box{
    width: 100%;
    padding: 18px;
    background-color: #fff;
    border-radius: 8px;
    /* 影の設定 */
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  /* 背景に対して乗算する */
  mix-blend-mode: multiply;
}
.btn-index-tentou {
  display: block;
  width: 100%;
  height: 50px;
  padding: 11px 10px 0 0;
  background-color: #925da2;
  box-shadow: 0 5px 0 #662679;
  border-radius: 40px;
  text-align: center;
  background-image: url("../img/common/ico_btn-arw-all.svg");
  background-position: right 20px center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  content: "";
  vertical-align: 0;
  color: #fff;
  font-size: 18px;
    margin: 0 auto;
  text-decoration: none;
  transition: all 0.3s;
}

.btn-index-tentou a {
  color: #fff;
  text-decoration: none;
}
.btn-index-tentou:hover {
  color: #fff;
  text-decoration: none;
  background-color: #662679;
  box-shadow: none;
  transform: translateY(5px);
}
.btn-index-sumakouza {
  display: block;
  width: 100%;
  height: 50px;
  padding: 11px 10px 0 0;
  background-color: #00ab95;
  box-shadow: 0 5px 0 #007566;
  border-radius: 40px;
  text-align: center;
  background-image: url("../img/common/ico_btn-arw-all.svg");
  background-position: right 20px center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  content: "";
  vertical-align: 0;
  color: #fff;
  font-size: 18px;
    margin: 0 auto;
  text-decoration: none;
  transition: all 0.3s;
}

.btn-index-sumakouza a {
  color: #fff;
  text-decoration: none;
}
.btn-index-sumakouza:hover {
  color: #fff;
  text-decoration: none;
  background-color: #007566;
  box-shadow: none;
  transform: translateY(5px);
}
    
.btn-sumakouza {
  display: block;
  width: 100%;
  height: 70px;
  padding: 11px 10px 0 0;
  background-color: #00388f;
  box-shadow: 0 4px 0 #002465;
  border-radius: 40px;
  text-align: center;
  background-image: url("../img/common/ico_btn-arw-all.svg");
  background-position: right 20px center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  content: "";
  vertical-align: 0;
  color: #fff;
  font-size: 16px;
    margin: 0 auto;
  text-decoration: none;
}

.btn-sumakouza a {
  color: #fff;
  text-decoration: none;
}
.btn-sumakouza:hover {
  color: #fff;
  text-decoration: none;
  background-color: #002465;
  box-shadow: none;
  transform: translateY(4px);
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
}
@media screen and (min-width: 768px) {}