@charset "euc-jp";

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}

/*
 * layout
 */
#wrapper {
  max-width: 1000px;
}

/*
 * contents
 */

#contents {
  float: right;
  padding-left: 30px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

/*
 * side
 */

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_10t { font-size: 16px; margin : 5px 0px 0px 0px;}
.txt_10tt { font-size: 12px; margin : 7px 0px 0px 0px;}
.txt_10ttt { font-size: 12px; margin : 0px;}
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}
.txtcate { font-size: 24px; 
font-weight: bold;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_b_16 { margin-bottom: 16px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }
.mar_l_60 { margin-left: 60px; }
.mar_t_70 { margin-top: 70px; }
.mar_l_90 { margin-left: 90px; }
.mar_t_53 { margin-top: 53px; }
.mar_b_70 { margin-bottom: 70px; }
.mar_b_100 { margin-bottom: 100px; }
.mar_t_100 { margin-top: 100px; }

.mar_l_10ub { margin-left: 10px;
border-bottom: 1px solid; }

.mar_l_20ub { margin-left: 20px; 
border-bottom: 1px solid;}

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  margin : 30px 0px 0px 0px;
  
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
  width: 100px;
}

h1 {
font-size: 18px;
margin: 0;
padding: 0px;
 }
.breadcrumb ul {
    display: flex;
  list-style-type: none;
}
    
.breadcrumb li::before {
    content: "　→　";
}
    
.breadcrumb li:first-child::before {
    content: "";
}
   
.iteminfo {
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
  margin-bottom: 12px;
}

.itemthermo {
  padding: 6px;
  color: #ffffff;
  background: #ff4500;
  font-size: large;
  width:272px;
}

.thermo {
float: left;
}

.menu {
    position: relative;
    width: 100%;
    height: 30px;
    max-width: 1000px;
    margin: 0 auto;
	list-style: none;
    text-align: center;
}

.menu > li {
    float: left;
    width: 25%; /* グローバルナビ4つの場合 */
    height: 50px;
    line-height: 3.7em;
    background: #f9f9f9;
}

.menu > li a {
    display: block;
    color: #464e54;
}

.menu > li a:hover {
    color: #fff;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
 padding: 0px; 
 margin: 0px; 
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #0988fd;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #0988fd;
}

.menu__third-level li a:hover {
    background: #fff;
}

.menu__fourth-level li a:hover {
    background: #4169e1;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #464e54;
    border-bottom: 1px solid #464e54;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 30px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    background: #f6f6f6;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
    list-style: none;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 32%;
    border: none;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}

img:hover{  opacity: .9;
}

.topbanner{border:  1px solid #f3f3f3;}

.iteminfo1 {
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #ffffff;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
  margin-bottom: 12px;
}

.jirei{float:  left;}

.filter{
  border:solid 3px #007dc7;
  padding:20px;
}

.filtertext{
  margin:10px 0;
  font-size:20px;
  font-weight: bold;
  color:#007dc7;
}

.filtertext2{
  margin:0px 0px 10px;
  font-size:20px;
  font-weight: bold;
  color:#007dc7;
}

.filtertext3{
  margin:30px 0px 3px 0px;
  font-size:20px;
  font-weight: bold;
  color:#007dc7;
}

.filtertext4{
  margin:13px 0px 3px 0px;
  font-size:20px;
  font-weight: bold;
}

.filtertext5{
  font-size:18px;
  margin:10px 0px 10px 0px;
  font-weight: bold;
}

.media__image {
    float: left;
    margin-right: 10px;
  	width: 170px;
}

.borderdiv{border:1px}

.borderdive{border:solid 1px #edeaea;}

.choco{
  font-size:18px;
  margin:20px 20px;
  font-weight: bold;
}

.sannai{
　min-height:250px;}

.borderdive1{border:solid 1px #e6e6fa;}

.borderdive2{border:solid 1px #dbd7e5;}

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
  text-align: center;
}

.btn-flat-border:hover {
  background: #67c5ff;
  color: white;
  text-align: center;
}

.right0227 {
  text-align: right;
}

.media_imagesannai {
    float: left;
    margin-right: 10px;
  	width: 350px;
}

.btn-flat-borderiot {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
  text-align: center;
  width:65%;
  font-size: large;
}

.btn-flat-borderiot:hover {
  background: #67c5ff;
  color: white;
  text-align: center;
}

.btn-flat-borderiot2 {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
  text-align: center;
  width:65%;
}

.btn-flat-borderiot2:hover {
  background: #67c5ff;
  color: white;
  text-align: center;
}

.corona{border:1px solid #f3f3f3;
padding:5px;}

.asalogo{
    float: left;
    margin-right: 10px;
}

.asalogo2{
    height:50px;
    line-height:50px;
}

ol.list_parentheses{
  margin:0;
  padding-left:1.6em; 
  text-indent:-1.6em;
}
 
ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

dt.indent {padding-left:1.8em; 
   text-indent:-1.8em;}  

dd.indent {padding-left:1.6em; 
   text-indent:-1.6em;}  

.bordercon{border-bottom: 1px solid;}

.category{font-weight: bold;
  font-size: 16px; }

.movie-wrap{width: 100%;}
.v-wrap{width: auto;}
  
.videobg {background-color:#efefef; 
  color:#464e54; 
  padding:0.3em ;
  border-radius: 5px;
}

.btn-flat-borderiot3 {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: white;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
  text-align: center;
  width:65%;
	background: #67c5ff;
    font-size: large;
}

.btn-flat-borderiot3:hover {
  background: white;
  color: #67c5ff;
  text-align: center;
}

.jtektbg{
    background-color:#f6f6f6;
  padding: 10px;
}

.videopromo {
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
  text-align: center; 
  width:500px;
}

ol.list_parentheses{
  padding:0 0 0 2em;
  margin:0;
}
ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

input.sb { width: 80px; 
background-color: #ffffff
text-align: center;
}

input.sby { width: 80px; }

    input[type="number"] {
        padding: 7px;
        border: 1px solid #dddddd;
        border-radius: 3px;
        width: 80px;
        font-weight: bold;
        font-size: 32px;
        text-align: right;
}

    #btn{
        margin: 30px auto;
        width: 180px;
        border-radius: 5px;
        box-shadow: 0 4px 0 #e91b0c;
        background: #f44336;
        color: #fff;
        cursor: pointer;
        padding: 7px;
    }
    #plan{
        margin: 20px auto;
        width: 300px;
        padding: 7px;
        font-weight: bold;
        font-size: 16px;
    }
    #showMoney{
        margin: 10px auto;
        width: 300px;
        padding: 7px;
        font-weight: bold;
        font-size: 16px;
    }
    #btn:hover{
        opacity: 0.8;

    }

.bannervideobg{
  list-style: square;
  text-align: left;
}

.videoclick a{
  display: block;
  width: 200px;
  text-align: center;
  background: #08c;
  border-radius: 4px;
  padding: 12px;
  color: #fff;
  float: right;
}

.videoclick a:hover{
  opacity: 0.8;
}

.encoderclick a{
  display: block;
  width: 200px;
  text-align: center;
  background: #08c;
  border-radius: 4px;
  padding: 12px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.encoderclick a:hover{
  opacity: 0.8;
}

.tocontents{
border: 2px solid #eee;
border-radius: 5px;
padding: 20px;
position: relative;
width:300px;
}

.tocontents::before {
background-color: #fff;
color: #333;
content: "目次";
font-weight: bold;
left: 30px;
padding: 3px 10px;
position: absolute;
top: -15px;
}

input[type=checkbox] {
	margin: 1px 1px 4px 1px;
}
.scrollwindow{
  overflow: scroll;
  white-space: nowrap;
  width: auto;
  height: 500px;
}
.tfArea{
  display    : inline-block;
  position   : relative;
}
.tfImg{
  display    : inline-block;
  width      : 8px;
  height     : 8px;
  background : #eee;
  border     : 1px solid #777;
  margin     : 1px 3px;
  padding    : 3px;
  cursor     : pointer;
}
.tfImg:hover{
  background : #FFD700;
}
.tfImg path{
  fill       : #777;
}
.tfList{
  display    : inline-block;
  position   : absolute;
  max-width  : 250px;
  min-width  : 140px;
  background : #fff;
  border     : 1px solid #777;
  top        : 15px;
  left       : 0;
  line-height: 1.1;
  font-weight: normal;
}
.tfList form{
  max-height : 150px;
  overflow   : scroll;
  overflow   : overflow-y;
  overflow   : auto;
}
.tfMeisai{
  text-align : left;
  padding    : 2px;
}
.tfMeisai label{
  padding    : 0px 1px 0px 5px;
  display    : inline;
}
.tfBtnArea{
  text-align : center;
  font-size  : 8pt;
  padding    : 3px 5px;
}
.tfBtnArea input{
  display    : inline-block;
  margin     : 0 5px;
}
#sampleTable tr[cmanFilterNone]{
  display    : none;
}
#sampleTable tr[cmanFilterNone] + tr td{
  border-top : 3px double #777;
}
#sampleTable {
  width          : 100%;
  border-collapse: collapse;
  border-spacing : 0;
  font-size      : 9pt;
}
#sampleTable th {
  text-align    : center;
  font-weight   : bold;
  padding       : 3px 5px;
  border        : 1px #b0b0b0 solid;
  background    : #f1f1f1;
  white-space   : nowrap;
}
#sampleTable td {
  text-align    : center;
  padding       : 3px 5px;
  border        : 1px #b0b0b0 solid;
}

.btn-flat-border-jtekt {
  display: inline-block;
  padding: 1em 1em;
  text-decoration: none;
  background: #1a89cd;
  color: white;
  border: solid 2px #1a89cd;
  border-radius: 3px;
  transition: .2s;
  text-align: center;
  width:80%;
}

.btn-flat-border-jtekt:hover {
  background: white;
  color: #1a89cd;
  text-align: center;
}

a.btn_24 {
	display: block;
	vertical-align: middle;
	text-decoration: none;
	width: 390px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border-radius: 4px;
	border: 1px solid #1a89cd;
	color: #1a89cd;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
	transition: all 0.2s ease-in;
}
a.btn_24:before {
 content: "";
 position: absolute;
 left: 50%;
 transform: translateX(-50%) scaleY(1) scaleX(1.25);
 top: 100%;
 width: 140%;
 height: 180%;
 background-color: rgba(0, 0, 0, 0.05);
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}
 
a.btn_24:after {
 content: "";
 position: absolute;
 left: 55%;
 transform: translateX(-50%) scaleY(1) scaleX(1.45);
 top: 180%;
 width: 160%;
 height: 190%;
 background-color: #1a89cd;
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}
 
a.btn_24:hover {
 color: #ffffff;
 border: 1px solid #1a89cd;
}
 
a.btn_24:hover:before {
 top: -35%;
 background-color: #1a89cd;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
 
a.btn_24:hover:after {
 top: -45%;
 background-color: #1a89cd;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.colorOnHover {
  filter: grayscale(50%);
  transition: filter 0.3s ease;
transition: transform 0.2s; /* アニメーション効果 */
}

.colorOnHover:hover {
  filter: grayscale(0%);
transform: scale(1.07); /* マウスオーバー時に1.1倍に拡大 */
}

a.btn_25 {
	display: block;
	vertical-align: middle;
	text-decoration: none;
	width: 390px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border-radius: 4px;
	border: 1px solid #34cfb1;
	color: #34cfb1;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.2s ease-in;
}

a.btn_25:before {
content: "";
position: absolute;
left: 50%;
transform: translateX(-50%) scaleY(1) scaleX(1.25);
top: 100%;
width: 140%;
height: 180%;
background-color: rgba(0, 0, 0, 0.05);
border-radius: 50%;
display: block;
transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
z-index: -1;
}

a.btn_25:after {
content: "";
position: absolute;
left: 55%;
transform: translateX(-50%) scaleY(1) scaleX(1.45);
top: 180%;
width: 160%;
height: 190%;
background-color: #34cfb1;
border-radius: 50%;
display: block;
transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
z-index: -1;
}

a.btn_25:hover {
color: #ffffff;
border: 1px solid #34cfb1;
}

a.btn_25:hover:before {
top: -35%;
background-color: #34cfb1;
transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

a.btn_25:hover:after {
top: -45%;
background-color: #34cfb1;
transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
