@charset "Shift_JIS";

/*--------------------------------------------------------
  フルCSSプロフェッショナルテンプレート部品設定
--------------------------------------------------------*/

.hpb-parts-cnt-style{
    border-color: #625F5A;
    text-align: left !important;
}

.hpb-parts-hl-style{
    padding: 0px 0.2em !important;
    font-weight: bold !important;
    color: #000000 !important;
    background-image: none !important;
    border-color: #625F5A;
}

.hpb-parts-cbox-style{
    border-color: #625F5A;
}

.hpb-parts-img-01{
    margin: 0px !important;
}

.hpb-parts-img-02{
    margin: 0px !important;
}

.hpb-parts-hr-style{
    border-color: #625F5A;
}

.hpb-parts-pbox-style{
    border-color: #625F5A;
}
.hpb-parts-pbox-style h4{
    padding: 0px !important;
    height: auto !important;
}
.hpb-parts-pbox-style img{
    margin: 0px !important;
}

.hpb-parts-blist-style{
    border-color: #625F5A;
    background-color: #f0f0f0;
}
a:link.hpb-parts-blist-style{
    color: #000000;
}
a:visited.hpb-parts-blist-style{
    color: #000000;
}
a:hover.hpb-parts-blist-style{
    color: #53A75B;
}
a:active.hpb-parts-blist-style{
    color: #53A75B;
}



h2{
  position: relative;
  padding: 0.3em 0.5em;
  background: -webkit-linear-gradient(to top, rgb(137, 184, 255), #c5ceff);
  background: linear-gradient(to top, rgb(137, 184, 255), #c5ceff);
  color: #495193;
}




h3{
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  padding: 1rem 2rem;
  color: #fff;
  background: #000;
}

h3 span{
  background-image: -webkit-linear-gradient(315deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*--------------------------------------------------------
  ユーザー設定スタイル
--------------------------------------------------------*/
h2{
  position: relative;
  padding: 0.3em 0.5em;
  background: -webkit-linear-gradient(to top, rgb(137, 184, 255), #c5ceff);
  background: linear-gradient(to top, rgb(137, 184, 255), #c5ceff);
  color: #495193;
}




h3{
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  padding: 1rem 2rem;
  color: #fff;
  background: #000;
}

h3 span{
  background-image: -webkit-linear-gradient(315deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



a.btn_06-2{
  display: block;
  color : #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  padding: 1.3em .5em;
  background : none 0% 0% / auto auto repeat scroll padding-box border-box red;
  border: 1px solid transparent;
  border-radius: 6px;
  box-sizing: border-box;
  max-width: 360px;
  margin: 0 auto;
  position: relative;
}
a.btn_06-2 span{
  position: relative;
  display: block;
  transform: translate(-3px, -3px);
  transition: 0.3s;
  z-index: +1;
}
a.btn_06-2::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #e1000e;
  border-radius: 6px;
  box-sizing: border-box;
  transform: translate(-3px, -3px);
  transition: 0.3s;
}
a.btn_06-2:hover span {
  transform: translate(0, 0);
}
a.btn_06-2:hover:after {
  transform: translate(0, 0);
}
@media all and (max-width: 1023px) {
  a.btn_06-2{
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  a.btn_06-2{
    font-size: 16px;
  }
}



