.btn-square-shadow {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.btn-square-shadow:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}
.btn-square-little-rich {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #03A9F4;/*色*/
  border: solid 1px #0f9ada;/*線色*/
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.btn-square-little-rich:active {
  /*押したとき*/
  border: solid 1px #03A9F4;
  box-shadow: none;
  text-shadow: none;
}
.btn-sticky {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 6px #ff7c5c;/*左線*/
  color: #ff7c5c;/*文字色*/
  font-weight: bold;
  width: 520px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.btn-sticky:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}

.btn-sticky2 {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 6px #5c7fff;/*左線*/
  color: #ff7c5c;/*文字色*/
  font-weight: bold;
  width: 520px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.btn-sticky:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}

.btn-sticky3 {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 6px #7f5cff;/*左線*/
  color: #ff7c5c;/*文字色*/
  font-weight: bold;
  width: 520px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.btn-sticky:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}

.btn-sticky4 {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 6px #ff5c7f;/*左線*/
  color: #ff7c5c;/*文字色*/
  font-weight: bold;
  width: 520px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.btn-sticky:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}
hisai-h2 {
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 100vh;
  background-image: -webkit-gradient(linear, right top, left top, from(#9be15d), to(#00e3ae));
  background-image: -webkit-linear-gradient(right, #9be15d 0%, #00e3ae 100%);
  background-image: linear-gradient(to left, #9be15d 0%, #00e3ae 100%);
}

.hisai_h_20{
font-size: 1.5em;/* フォントサイズ */
font-weight: bold;/* フォント太さ */
padding-top: 1em;
padding-bottom: 1em;
padding-left: 2.5em;
margin-bottom: 2em;
position: relative;
background-color: #f388b8;/* 背景色 */
border-radius: 15px;/* 角丸 */
color: #ffffff;/* フォント色 */
}

.hisai_h_20:before {
position: absolute;
font-family: "Font Awesome 5 Free";
content: "\f075";
font-weight: 900;
font-size: 1em;
left : 1em;
}

.btn-like-label {
  display: inline-block; /* テキストに応じて幅を可変させるため */
/*
display:block;
float:left;
width:400px;
*/
  margin: 1em 0; /* 前後の隙間 */
  padding: 0.6em 1em; /* 塗りの余白 */
  font-size: 1.2em; /* フォントサイズ */
/*  background-color: #1aa1ff;*/ /* 背景色 */
/*  background-color: #00A9CC;*//*Cobalt blue*/
  background-color: #CEFFF7;/*Cobalt blue*/
/*  background-color: #84C2FF;*//*Cobalt blue*/
/*  color: #01C; */ /* テキストカラー */
  color: #0;
  cursor: pointer; /* カーソルを指マークに */
  border-radius: 5px; /* 角の丸み */
  border: 0; /* 枠線を消す */
  transition: 0.3s; /* ホバーの変化を滑らかに */
  font-weight: bold;
}

/* ホバー時（カーソルをのせた時）の見た目 */
.btn-like-label:hover {
/*  background-color: #064fda;*/ /* 背景色 */
  background-color: #95F2FF;/*Cobalt blue*/
}

.btn-like-label-b {
  display: inline-block; /* テキストに応じて幅を可変させるため */
  margin: 1em 0; /* 前後の隙間 */
  padding: 0.6em 1em; /* 塗りの余白 */
  font-size: 1.2em; /* フォントサイズ */
/*  background-color: #1aa1ff;*/ /* 背景色 */
/*  background-color: #E0FFC2;*//*Cobalt blue*/
/*  background-image: linear-gradient(90deg, rgba(207, 240, 255, 0.86), rgba(191, 203, 253, 0.86)); */
  background-color: #95F2FF;
  color: #0; /* テキストカラー */
  cursor: pointer; /* カーソルを指マークに */
  border-radius: 5px; /* 角の丸み */
  border: 0; /* 枠線を消す */
  transition: 0.3s; /* ホバーの変化を滑らかに */
  font-weight: bold;
}

/* ホバー時（カーソルをのせた時）の見た目 */
.btn-like-label-b:hover {
  background-color: #5BBEFF; /* だいだい */
}

.btn-like-label-c {
  display: inline-block; /* テキストに応じて幅を可変させるため */
  margin: 1em 0; /* 前後の隙間 */
  padding: 0.6em 1em; /* 塗りの余白 */
  font-size: 1.2em; /* フォントサイズ */
/*  background-image: linear-gradient(90deg, rgba(207, 240, 255, 0.86), rgba(191, 203, 253, 0.86)); */
  background-color: #FF95F5;  /*Cobalt blue*/
  color: #0;   /* テキストカラー */
  cursor: pointer; /* カーソルを指マークに */
  border-radius: 5px; /* 角の丸み */
  border: 0; /* 枠線を消す */
  transition: 0.3s; /* ホバーの変化を滑らかに */
  font-weight: bold;
}

/* ホバー時（カーソルをのせた時）の見た目 */
.btn-like-label-c:hover {
  background-color: #EAFFD4; /* 背景色 */
  color: #0; /* テキストカラー */
}

.btn-like-label-d {
  display: inline-block; /* テキストに応じて幅を可変させるため */
  margin: 1em 0; /* 前後の隙間 */
  padding: 0.6em 1em; /* 塗りの余白 */
  font-size: 1.2em; /* フォントサイズ */
/*  background-color: #1aa1ff;*/ /* 背景色 */
/*  background-color: #E0FFC2;*//*Cobalt blue*/
/*  background-image: linear-gradient(90deg, rgba(207, 240, 255, 0.86), rgba(191, 203, 253, 0.86)); */
  background-color: #FFE195;/*Cobalt blue*/
  color: #0; /* テキストカラー */
  cursor: pointer; /* カーソルを指マークに */
  border-radius: 5px; /* 角の丸み */
  border: 0; /* 枠線を消す */
  transition: 0.3s; /* ホバーの変化を滑らかに */
  font-weight: bold;
}

/* ホバー時（カーソルをのせた時）の見た目 */
.btn-like-label-d:hover {
  background-color: #ABFF55; /* 背景色 */
}

.kasaneru{
  position: relative;/*親要素にrelative*/
}
.kasaneru p{
  position: absolute;/*重ねたい子要素にabsolute*/
  top:50%;
  left: 50%;
 -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  transform: translate(-50%,20%);/*センター寄せの修正*/
  color: #FF0;
/*  font-size: 1.8rem;*/
  font-size: 0.8rem;
  margin: 0!important;/*文字がずれている場合や*/
  padding: 0!important;/*文字が折り返される場合*/
}


.button_iPro {
  display: inline-block;
  background-color: #fff;
  border: solid 2px #00bfff;
  color: #00bfff;
  width: 100px;
  height: 50px;
  border-radius: 10px;
  line-height: 100px;
  text-align: center;
  font-size: 1em;
  text-decoration: none;
}
.button_iPro:hover {
  background-color: #e0ffff;
  color: #00bfff;
}

.button_i2 {
  background-color: #fff;
  border: double 6px #3cb371;
  color: #3cb371;
  border-radius: 10px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1em;
}
.button_i2:hover {
  color: #3cb371;
  background-color: #f0fff0;
}


#横並び
/*
.box_top1{
  display: flex;
  flex-direction: row;
}
.box + .box{
  margin-top: 80px;
}
.box__body{
  width: 70%;
  padding: 0 20px;
}
.box__ttl {
  font-size: 16px;
  text-transform: uppercase;
}
.box__ttl_cal {
  font-size: 16px;
  text-align:left;
  text-transform: uppercase;
}

.box__txt {
  margin-top: 20px;
  font-size: 12px;
  text-align:left;

}
.box__txt2 {
  margin-top: 16px;
  font-size: 12px;
  text-align:left;

}
.box__image{
  max-width: 20%;
}
.box__image img{
#  height: 30%;
#  width: 25%;
  object-fit: cover;
}
.box_top1.reverse{
  flex-direction: row-reverse;
}
@media screen and (max-width:767px){
  .box {
    display: block;
  }
  .box + .box{
    margin-top: 60px;
  }
  .box__body{
    width: 100%;
    padding: 0;
  }
  .box__image{
    margin-top: 20px;
    width: 100%;
  }
}
*/
