@charset "UTF-8";
/*
    Theme Name: hikaku_v2 
    Description: 
    Theme URI: http://example.com/
    Author: none
    Author URI: http://example.com/
    Version: 1.0.0
    License: 
    License URI: 
    Tags:
*/


/*PC・タブレット用文字サイズ*/
span.ssize{
    font-size: 1.0em !important;
}

/*スマホ用文字サイズ*/

@media screen and (max-width: 767px){
span.ssize{
    font-size: 0.7em !important;
}
}



/* ーーーーーーーーーーーーーーーーーーーー
ボタン追加　動くボタン　アニメーション
ーーーーーーーーーーーーーーーーーーーー　*/


.entry-body .btn-skewlr-blue,
.entry-body .btn-skewlr-red,
.entry-body .btn-skewlr-green,
.entry-body .btn-skewlr-purple,
.entry-body .btn-skewlr-gray {
 
-webkit-animation:  anim 2s ease-in infinite; /*アニメーション*/
    animation:  anim 2s ease-in infinite;
    transition: all .3s;

}


@-webkit-keyframes anim {
    5% {
    -webkit-transform: scale(1.1, .9);
    transform: scale(1.1, .9);
}
10% {
    -webkit-transform: scale(.9, 1.1) translateY(-.5rem);
    transform: scale(.9, 1.1) translateY(-.5rem);
}
15% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes anim {
    5% {
    -webkit-transform: scale(1.1, .9);
    transform: scale(1.1, .9);
}
10% {
    -webkit-transform: scale(.9, 1.1) translateY(-.5rem);
    transform: scale(.9, 1.1) translateY(-.5rem);
}
15% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}


/*光るボタン*/

.shiny-btn {
  display: block;
  position: relative;
  width: 50%;/*ボタンの幅*/
  padding: 10px 0;
  margin: 30px auto;
  background-color: #fbe7ef;/*ボタンの色*/
  box-shadow: 0 3px 0 0 rgba(198, 39, 39, 1);/*影の色(rgbaの値を変更)*/
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF !important;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: 0.2s;
}
.shiny-btn:hover {
  text-decoration: none;
  color: #000;
  opacity: 0.7;
  box-shadow: none;
  -webkit-transform: translateY(3px);
}
.shiny-btn::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn 3s ease-in-out infinite;
}
.shiny-btn::after {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-size: 18px;
  font-weight: bold;
  margin-left: 0.5em;
}
@-webkit-keyframes shiny-btn {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


.box4{
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;
    border-top: solid 5px #5989cf;
    border-bottom: solid 5px #5989cf;
}
.box4 p {
    margin: 0; 
    padding: 0;
}

.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
}

.balloon1-left p {
  margin: 0;
  padding: 0;
}

.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says p {
  margin: 0;
  padding: 0;
}

.box25{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
.box25:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box25 p {
    margin: 0; 
    padding: 0;
}


/*二重枠ボックスレイアウト（水色）*/
.skybluebox2 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    border: double 5px #4ec4d3;
	width:75%;
}
.skybluebox2 p {
    margin: 0; 
    padding: 0;
}
/*二重枠ボックスレイアウト（赤色）*/
.redbox2 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    border: double 5px #ba0912;
	width:75%;
}
.redbox2 p {
    margin: 0; 
    padding: 0;
}
/*二重枠ボックスレイアウト（オレンジ色）*/
.orangebox2 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    border: double 5px #ff7b08;
	width:75%;
}
.orangebox2 p {
    margin: 0; 
    padding: 0;
}
/*二重枠ボックスレイアウト（緑色）*/
.greenbox2 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    border: double 5px #016916;
	width:75%;
}
.greenbox2 p {
    margin: 0; 
    padding: 0;
}
/*二重枠ボックスレイアウト（ピンク）*/
.pinkbox2 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    border: double 5px #e887ac;
	width:75%;
}
.pinkbox2 p {
    margin: 0; 
    padding: 0;
}
/*二重枠ボックスレイアウト（ネイビー）*/
.navybox2 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    border: double 5px #0a4073;
	width:75%;
}
.navybox2 p {
    margin: 0; 
    padding: 0;
}
/*二重枠ボックスレイアウト（黒色）*/
.blackbox2 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    border: double 5px #000000;
	width:75%;
}
.blackbox2 p {
    margin: 0; 
    padding: 0;
}

/* "pc"のclass条件ではパソコンでしか表示されない */
/* "sp"のclass条件ではスマホでしか表示されない */
.pc { display: flex !important; }
.sp { display: none !important; }

/*PC用文字サイズ*/
p{
font-size:1.5vw;
}

/*レスポンシブデザイン設定*/
@media screen and (max-width: 767px){

/*スマホ用文字サイズ*/
p{
font-size:3.3vw;
}

/*スマホ用ボタン文字サイズ*/
.red-shiny a,
.blue-shiny a,
.yellow-shiny a,
.green-shiny a{
font-size:5vw !important;
}
	
/* "pc"のclass条件ではパソコンでしか表示されない */
/* "sp"のclass条件ではスマホでしか表示されない */
.pc { display: none !important; }
.sp { display: block !important; }
}


/* ーーーーーーーーーーーーーーーーーーーー
ボタン追加　動くボタン　アニメーション
ーーーーーーーーーーーーーーーーーーーー　*/


.entry-body .btn-skewlr-blue{
 
-webkit-animation:  anim 2s ease-in infinite; /*アニメーション*/
    animation:  anim 2s ease-in infinite;
    transition: all .3s;

}


@-webkit-keyframes anim {
    5% {
    -webkit-transform: scale(1.1, .9);
    transform: scale(1.1, .9);
}
10% {
    -webkit-transform: scale(.9, 1.1) translateY(-.5rem);
    transform: scale(.9, 1.1) translateY(-.5rem);
}
15% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes anim {
    5% {
    -webkit-transform: scale(1.1, .9);
    transform: scale(1.1, .9);
}
10% {
    -webkit-transform: scale(.9, 1.1) translateY(-.5rem);
    transform: scale(.9, 1.1) translateY(-.5rem);
}
15% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}



/************************************
** 光る赤いボタン
************************************/
.red-shiny a {
display: block;
position: relative;
z-index: 2;
overflow: hidden;
width: 80%;
font-weight: bold ;
border-bottom: solid 5px #bd6060 ;
border-radius: 5px;
background-color: #f88080 ;
color: #ffffff !important;
padding: 12px 0;
font-size:2vw;
text-align: center !important;
text-decoration: none;
transition: .25s linear;
-webkit-transition: .25s linear;
-moz-transition: .25s linear;
}
.red-shiny {
display: block;
width: 80%;
margin-bottom: 1em;
}
.red-shiny a:hover {
-ms-transform: translateY(4px);
-webkit-transform: translateY(4px);
transform: translateY(4px);/*下に動く*/
border-bottom: none;/*線を消す*/
}
.red-shiny:active {
  border-bottom: none;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2); /*影を小さく*/
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
}
.red-shiny a:before {
display: block;
position: absolute;
z-index: -1;
left: -30%;
top: -50%;
content: "";
width: 100px;
height: 100px;
transform: rotate(20deg);
-webkit-transform: rotate(20deg);
-moz-transform: rotate(20deg);
background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(67%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,1),rgba(255,255,255,0) 100%);
animation: shiny 3s infinite linear;
-webkit-animation: shiny 3s infinite linear;
-moz-animation: shiny 3s infinite linear;
}
@keyframes shiny {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes shiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes shiny {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes shiny {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes shiny {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}


/************************************
** 光る黄色いボタン
************************************/
.yellow-shiny a {
display: block;
position: relative;
z-index: 2;
overflow: hidden;
width: 80%;
font-weight: bold ;
border-bottom: solid 5px #bf9d1e ;
border-radius: 5px;
background-color: #fad02d ;
color: #ffffff !important;
padding: 12px 0;
font-size:2vw;
text-align: center !important;
text-decoration: none;
transition: .25s linear;
-webkit-transition: .25s linear;
-moz-transition: .25s linear;
}
.yellow-shiny {
display: block;
width: 80%;
margin-bottom: 1em;
}
.yellow-shiny a:hover {
-ms-transform: translateY(4px);
-webkit-transform: translateY(4px);
transform: translateY(4px);/*下に動く*/
border-bottom: none;/*線を消す*/
}
.yellow-shiny:active {
  border-bottom: none;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2); /*影を小さく*/
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
}
.yellow-shiny a:before {
display: block;
position: absolute;
z-index: -1;
left: -30%;
top: -50%;
content: "";
width: 100px;
height: 100px;
transform: rotate(20deg);
-webkit-transform: rotate(20deg);
-moz-transform: rotate(20deg);
background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(67%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,1),rgba(255,255,255,0) 100%);
animation: shiny 3s infinite linear;
-webkit-animation: shiny 3s infinite linear;
-moz-animation: shiny 3s infinite linear;
}
@keyframes shiny {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes shiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes shiny {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes shiny {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes shiny {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}


/************************************
** 光る青いボタン
************************************/
.blue-shiny a {
display: block;
position: relative;
z-index: 2;
overflow: hidden;
width: 80%;
font-weight: bold ;
border-bottom: solid 5px #3a76ba ;
border-radius: 5px;
background-color: #4f9df4 ;
color: #ffffff !important;
padding: 12px 0;
font-size:2vw;
text-align: center !important;
text-decoration: none;
transition: .25s linear;
-webkit-transition: .25s linear;
-moz-transition: .25s linear;
}
.blue-shiny {
display: block;
width: 80%;
margin-bottom: 1em;
}
.blue-shiny a:hover {
-ms-transform: translateY(4px);
-webkit-transform: translateY(4px);
transform: translateY(4px);/*下に動く*/
border-bottom: none;/*線を消す*/
}
.blue-shiny:active {
  border-bottom: none;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2); /*影を小さく*/
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
}
.blue-shiny a:before {
display: block;
position: absolute;
z-index: -1;
left: -30%;
top: -50%;
content: "";
width: 100px;
height: 100px;
transform: rotate(20deg);
-webkit-transform: rotate(20deg);
-moz-transform: rotate(20deg);
background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(67%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,1),rgba(255,255,255,0) 100%);
animation: shiny 3s infinite linear;
-webkit-animation: shiny 3s infinite linear;
-moz-animation: shiny 3s infinite linear;
}
@keyframes shiny {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes shiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes shiny {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes shiny {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes shiny {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}


/************************************
** 光る緑色のボタン
************************************/
.green-shiny a {
display: block;
position: relative;
z-index: 2;
overflow: hidden;
width: 80%;
font-weight: bold ;
border-bottom: solid 5px #6ca25f ;
border-radius: 5px;
background-color: #90d581 ;
color: #ffffff !important;
padding: 12px 0;
font-size:2vw;
text-align: center;
text-decoration: none;
transition: .25s linear;
-webkit-transition: .25s linear;
-moz-transition: .25s linear;
}
.green-shiny {
display: block;
width: 80%;
margin-bottom: 1em;
}
.green-shiny a:hover {
-ms-transform: translateY(4px);
-webkit-transform: translateY(4px);
transform: translateY(4px);/*下に動く*/
border-bottom: none;/*線を消す*/
}
.green-shiny:active {
  border-bottom: none;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2); /*影を小さく*/
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
}
.green-shiny a:before {
display: block;
position: absolute;
z-index: -1;
left: -30%;
top: -50%;
content: "";
width: 100px;
height: 100px;
transform: rotate(20deg);
-webkit-transform: rotate(20deg);
-moz-transform: rotate(20deg);
background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(67%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,1),rgba(255,255,255,0) 100%);
animation: shiny 3s infinite linear;
-webkit-animation: shiny 3s infinite linear;
-moz-animation: shiny 3s infinite linear;
}
@keyframes shiny {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes shiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes shiny {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes shiny {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes shiny {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}

/*おすすめ商品紹介用。*/
/*画像に文字をマスクさせてキャプションさせる*/

figure {
  position: relative;
  overflow: hidden;
  width: 300px;
  background: #46ceb4;
}
figure img {
  position: relative;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
}
figcaption {
  position: absolute;
  bottom: -70px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 160px;
  background: #46ceb4;
  -webkit-transition: .3s;
  transition: .3s;
	color:#FFF;
}
figure:hover img {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}
figure:hover figcaption {
  bottom: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

/*テーブルレイアウト*/
/*スマホ時は各項目ごとに縦に自動にレイアウト変更*/
.tbl-r05 td:first-child {
  background: #fbf5f5 !important; 
}
 /* .tbl-r05 .thead {
    background: #e9727e !important;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }*/
@media screen and (max-width: 640px) {
  .tbl-r05 {
    width: 80%;
	 border-bottom: 1px solid #ddd;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .tbl-r05 td:first-child {
    background: #e9727e !important;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}

/*吹き出しデザイン(水色)*/
.chat1 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.chat1 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.chat1 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

.chat1 .chatting {
  width: 100%;
}

.chat1says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.chat1says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.chat1says p {
  margin: 0;
  padding: 0;
}

/*吹き出しデザイン(ネイビー)*/
.chat2 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.chat2 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.chat2 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #0a4073;
  border-radius: 50%;
}

.chat2 .chatting {
  width: 100%;
}

.chat2says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #0a4073;
	color:#FFF;
}

.chat2says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #0a4073;
}

.chat2says p {
  margin: 0;
  padding: 0;
}

/*吹き出しデザイン(オレンジ)*/
.chat3 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.chat3 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.chat3 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #ff7b08;
  border-radius: 50%;
}

.chat3 .chatting {
  width: 100%;
}

.chat3says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #ff7b08;
	color:#FFF;
}

.chat3says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #ff7b08;
}

.chat3says p {
  margin: 0;
  padding: 0;
}
/*吹き出しデザイン(赤色)*/
.chat4 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.chat4 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.chat4 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #ba0912;
  border-radius: 50%;
}

.chat4 .chatting {
  width: 100%;
}

.chat4says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #ba0912;
	color:#FFF;
}

.chat4says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #ba0912;
}

.chat4says p {
  margin: 0;
  padding: 0;
}
/*吹き出しデザイン(ピンク)*/
.chat5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.chat5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.chat5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #e887ac;
  border-radius: 50%;
}

.chat5 .chatting {
  width: 100%;
}

.chat5says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #e887ac;
	color:#FFF;
}

.chat5says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #e887ac;
}

.chat5says p {
  margin: 0;
  padding: 0;
}
/*吹き出しデザイン(緑色)*/
.chat6 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.chat6 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.chat6 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #016916;
  border-radius: 50%;
}

.chat6 .chatting {
  width: 100%;
}

.chat6says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #016916;
	color:#FFF;

}

.chat6says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #016916;
}

.chat6says p {
  margin: 0;
  padding: 0;
}

/*シンプル枠ボックスレイアウト（黒色）*/
.blackbox1 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    font-weight: bold;
    border: solid 3px #000000;
	width:75%;
}
.blackbox1 p {
    margin: 0; 
    padding: 0;
}
/*シンプル枠ボックスレイアウト（赤色）*/
.redbox1 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    font-weight: bold;
    border: solid 3px #ba0912;
	width:75%;
}
.redbox1 p {
    margin: 0; 
    padding: 0;
}

/*シンプル枠ボックスレイアウト（ピンク）*/
.pinkbox1 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    font-weight: bold;
    border: solid 3px #e887ac;
	width:75%;
}
.pinkbox1 p {
    margin: 0; 
    padding: 0;
}
/*シンプル枠ボックスレイアウト（水色）*/
.skybluebox1 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    font-weight: bold;
    border: solid 3px #d7ebfe;
	width:75%;
}
.skybluebox1 p {
    margin: 0; 
    padding: 0;
}
/*シンプル枠ボックスレイアウト（ネイビー）*/
.navybox1 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    font-weight: bold;
    border: solid 3px #0a4073;
	width:75%;
}
.navybox1 p {
    margin: 0; 
    padding: 0;
}
/*シンプル枠ボックスレイアウト（オレンジ）*/
.orangebox1 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    font-weight: bold;
    border: solid 3px #ff7b08;
	width:75%;
}
.orangebox1 p {
    margin: 0; 
    padding: 0;
}
/*シンプル枠ボックスレイアウト（緑色）*/
.greenbox1 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    font-weight: bold;
    border: solid 3px #016916;
	width:75%;
}
.blackbox p {
    margin: 0; 
    padding: 0;
}
/*二重枠ボックスレイアウト（水色）*/
.skybluebox2 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    border: double 5px #4ec4d3;
	width:75%;
}
.skybluebox2 p {
    margin: 0; 
    padding: 0;
}
/*二重枠ボックスレイアウト（赤色）*/
.redbox2 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    border: double 5px #ba0912;
	width:75%;
}
.redbox2 p {
    margin: 0; 
    padding: 0;
}
/*二重枠ボックスレイアウト（オレンジ色）*/
.orangebox2 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    border: double 5px #ff7b08;
	width:75%;
}
.orangebox2 p {
    margin: 0; 
    padding: 0;
}
/*二重枠ボックスレイアウト（緑色）*/
.greenbox2 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    border: double 5px #016916;
	width:75%;
}
.greenbox2 p {
    margin: 0; 
    padding: 0;
}
/*二重枠ボックスレイアウト（ピンク）*/
.pinkbox2 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    border: double 5px #e887ac;
	width:75%;
}
.pinkbox2 p {
    margin: 0; 
    padding: 0;
}
/*二重枠ボックスレイアウト（ネイビー）*/
.navybox2 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    border: double 5px #0a4073;
	width:75%;
}
.navybox2 p {
    margin: 0; 
    padding: 0;
}
/*二重枠ボックスレイアウト（黒色）*/
.blackbox2 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    border: double 5px #000000;
	width:75%;
}
.blackbox2 p {
    margin: 0; 
    padding: 0;
}
/*見出しデザイン(ストライブ柄青色)*/
h1.stripe1 {
  position: relative;
  text-align:center;
}

h1.stripe1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}
/*見出しデザイン(ストライブ柄オレンジ)*/
h1.stripe2 {
  position: relative;
  text-align:center;
}

h1.stripe2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #f5a656, #f5a656 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #f5a656, #f5a656 2px, #fff 2px, #fff 4px);
}
/*見出しデザイン(ストライブ柄ピンク)*/
h1.stripe3 {
  position: relative;
  text-align:center;
}

h1.stripe3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #ffe3f1, #ffe3f1 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #ffe3f1, #ffe3f1 2px, #fff 2px, #fff 4px);
}

/*見出し文字の下に小さく下線（黒色）*/
h1.littleunderline1 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
h1.littleunderline1:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2e2e2e;
  border-radius: 2px;
}
/*見出し文字の下に小さく下線（赤色）*/
h1.littleunderline2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
h1.littleunderline2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #cc0808;
  border-radius: 2px;
}
/*見出し文字の下に小さく下線（青色）*/
h1.littleunderline3 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
h1.littleunderline3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0f5cbf;
  border-radius: 2px;
}
/*囲み枠レスポンシブ対応*/
@media screen and (max-width: 767px){
/*シンプル枠ボックスレイアウト（黒色）*/
.blackbox1 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    font-weight: bold;
    border: solid 3px #000000;
	width:90%;
}
.blackbox1 p {
    margin: 0; 
    padding: 0;
}
/*シンプル枠ボックスレイアウト（赤色）*/
.redbox1 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    font-weight: bold;
    border: solid 3px #ba0912;;
	width:90%;
}
.redbox1 p {
    margin: 0; 
    padding: 0;
}
/*シンプル枠ボックスレイアウト（ピンク）*/
.pinkbox1 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    font-weight: bold;
    border: solid 3px #e887ac;
	width:90%;
}
.pinkbox1 p {
    margin: 0; 
    padding: 0;
}
/*シンプル枠ボックスレイアウト（水色）*/
.skybluebox1 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    font-weight: bold;
    border: solid 3px #d7ebfe;
	width:90%;
}
.skybluebox1 p {
    margin: 0; 
    padding: 0;
}
/*シンプル枠ボックスレイアウト（ネイビー）*/
.navybox1 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    font-weight: bold;
    border: solid 3px #0a4073;
	width:90%;
}
.navybox1 p {
    margin: 0; 
    padding: 0;
}
/*シンプル枠ボックスレイアウト（オレンジ）*/
.orangebox1 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    font-weight: bold;
    border: solid 3px #ff7b08;
	width:90%;
}
.orangebox1 p {
    margin: 0; 
    padding: 0;
}
/*シンプル枠ボックスレイアウト（緑色）*/
.greenbox1 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    font-weight: bold;
    border: solid 3px #016916;
	width:90%;
	}
.blackbox p {
    margin: 0; 
    padding: 0;
}
/*二重枠ボックスレイアウト（水色）*/
.skybluebox2 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    border: double 5px #4ec4d3;
	width:90%;
	}
.skybluebox2 p {
    margin: 0; 
    padding: 0;
}
/*二重枠ボックスレイアウト（赤色）*/
.redbox2 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    border: double 5px #ba0912;
	width:90%;
}
.redbox2 p {
    margin: 0; 
    padding: 0;
}
/*二重枠ボックスレイアウト（オレンジ色）*/
.orangebox2 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    border: double 5px #ff7b08;
	width:90%;
	}
.orangebox2 p {
    margin: 0; 
    padding: 0;
}
/*二重枠ボックスレイアウト（緑色）*/
.greenbox2 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    border: double 5px #016916;
	width:90%;
	}
.greenbox2 p {
    margin: 0; 
    padding: 0;
}
/*二重枠ボックスレイアウト（黒色）*/
.blackbox2 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    border: double 5px #000000;
	width:90%;
	}
.blackbox2 p {
    margin: 0; 
    padding: 0;
}
/*二重枠ボックスレイアウト（ネイビー）*/
.navybox2 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    border: double 5px #0a4073;
	width:90%;
	}
.navybox2 p {
    margin: 0; 
    padding: 0;
}
/*二重枠ボックスレイアウト（ピンク）*/
.pinkbox2 {
    padding: 0.5em 1em;
    margin: 1em auto 1em auto;
    border: double 5px #e887ac;
	width:90%;
	}
.pinkbox2 p {
    margin: 0; 
    padding: 0;
}
/*見出しデザイン(ストライブ柄青色)*/
h1.stripe1 {
  position: relative;
  text-align:center;
}

h1.stripe1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}
/*見出しデザイン(ストライブ柄オレンジ)*/
h1.stripe2 {
  position: relative;
  text-align:center;
}

h1.stripe2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #f5a656, #f5a656 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #f5a656, #f5a656 2px, #fff 2px, #fff 4px);
}
/*見出しデザイン(ストライブ柄ピンク)*/
h1.stripe3 {
  position: relative;
  text-align:center;
}

h1.stripe3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #ffe3f1, #ffe3f1 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #ffe3f1, #ffe3f1 2px, #fff 2px, #fff 4px);
}

/*見出し文字の下に小さく下線（黒色）*/
h1.littleunderline1 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
h1.littleunderline1:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2e2e2e;
  border-radius: 2px;
}
/*見出し文字の下に小さく下線（赤色）*/
h1.littleunderline2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
h1.littleunderline2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #cc0808;
  border-radius: 2px;
}
/*見出し文字の下に小さく下線（青色）*/
h1.littleunderline3 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
h1.littleunderline3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0f5cbf;
  border-radius: 2px;
}
}
