@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html, body{
	background-color: #F7F7F8;
	font-family: 'Noto Sans JP', sans-serif;

}





header{
	font-size:small;
	max-width:100%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}


main{padding: 0 10 0 10;}



#wrapper{
	max-width:1200px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	word-wrap: break-word;
	
}

.main-column p{font-size:16px;}
ul.mensskincare li{font-size:14px;}
  
  
article.article-basic {
    background-color: #fff;
    padding: 5px;
}

.for-pc { display:none; }
.for-sp { display:block;  }


@media (min-width: 930px) {

   /* ↓ページレイアウト */
   .page-cover {
      display: flex;       /* フレキシブルボックスでレイアウト */
      flex-direction: row; /* 横並びにする */
            background-color:#F7F7F8;
   }

  .for-pc { display:block; }
  .for-sp { display:none; }


   /* ▼メインカラムの装飾 */
   .main-column {
      order: 1;   /* 1番目に表示 */
      width: 60%;
      border: 1px solid #e1e1e1;
		background-color:#fff;
		margin-left: auto;
    margin-right: auto;
    padding: 16px;
    border-radius: 8px;
    margin-top: 10px;
    max-width: 620px;
padding-top:0;
      
   }
   /* ▽サイドカラムの装飾 */
   .side-column {
      order: 2;   /* 2番目に表示 */
      width: 25%;
      margin-left: auto;
      background-color:#fff;
   }
   .side-column {
      margin-left: auto;
      margin-right:auto;
      background-color:#F7F7F8;
   }
   .side-column2 {
      order: 2;   /* 3番目に表示 */
      width: 100%;
      margin-left: auto;
      margin-top: 40px;
      background-color:#fff;
   }
   .side-column3 {
      order: 2;   /* 3番目に表示 */
      width: 100%;
      margin-left: auto;
      margin-top: 40px;
      background-color:#F7F7F8;
   }
   .side-column4 {
      order: 2;   /* 3番目に表示 */
      width: 100%;
      margin-left: auto;
      margin-top: 40px;
      background-color:#fff;
   }
}


@media (max-width: 930px) {
  .side-column {
    display: block;
  }
}


ol.menu5 {
    counter-reset: item;
    list-style: none;
    margin-left: -20px;
}


.h1deco_usuge{
line-height: 1;
text-align:left;
}

.h2deco{
    border-bottom: solid 0px black;
    font-size: 10px;
    margin-left: 5px;
    margin-top: -25px;
}

.h3deco{
    border-left: solid 6px #EC8134;
    padding-left:10px;
    margin: 0.5em auto;
}



.h4deco{
  color: #505050;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #dbebf8;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}

.h4deco:before {
  content: '\25CF';
  color: white;
  margin-right: 8px;
}


.box_point {
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
    border: 1px solid #cdcdcd;
    border-radius: 8px;
    padding: 14px 16px;
}

.box_point p{margin: 0.5em auto;}


.feature-detail{line-height:1;}
.feature-detail p{margin: 0.5em auto;}



.point_orange_icon {
    background: url(https://matchapp-deai.com/img/point_orange_icon.jpeg) center left no-repeat;
    padding-left: 30px;
    font-size: large;
    background-size: 25px;
    color: #000;
}




.osechi-contents1 {
    background: url(https://matchapp-deai.com/img/390837.png) top right no-repeat;
    background-size: 30%;
    height: auto;
	

}

.osechi-contents2 {
    background: url(https://matchapp-deai.com/img/390793.png) top right no-repeat;
    background-size: 30%;
    height: auto;
	

}

.osechi-contents3 {
    background: url(https://matchapp-deai.com/img/390820.png) top right no-repeat;
    background-size: 30%;
    height: auto;
}


.osechi-contents4 {
    background: url(https://matchapp-deai.com/img/390829.png) top right no-repeat;
    background-size: 30%;
    height: auto;
}



.akafutoji{color:red;font-weight:bold;}
.akafutojilarge{color:red;font-weight:bold;font-size:large;}
.fontsizesmall{font-size:x-small;}



.pinkunder b {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fedee7));
    background: -webkit-linear-gradient(transparent 60%, #fedee7 60%);
    background: linear-gradient(transparent 60%, #fedee7 60%);
    color: #111;
    padding: 0 1px 2px;
}

.purpleunder b {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ede0f2));
    background: -webkit-linear-gradient(transparent 60%, #ede0f2 60%);
    background: linear-gradient(transparent 60%, #ede0f2 60%);
    color: #111;
    padding: 0 1px 2px;
}

.yellowunder b {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff8b6));
    background: -webkit-linear-gradient(transparent 60%, #fff8b6 60%);
    background: linear-gradient(transparent 60%, #fff8b6 60%);
    color: #111;
    padding: 0 1px 2px;
}



#intro2{padding:10 10 10 10;}

#types2{}
#types2 img{ align:center; text-align:center;}


#view_today{
font-size:large;
}

.fontsmall{
font-size:small;
}

p .fontsmallcenter{
text-align:center;
font-size:small;
}

#wrapper p.day{
	font-size:x-small;
}

#wrapper .linkout_blue a {
    background: url(https://matchapp-deai.com/img/linkout_blue_b.jpeg) center right no-repeat;
    padding-right: 25px;
    font-size: inherit;
    background-size: 20px;
    color: #000;
}

p.positionabsolute{
top:0%;
left:0%;
}





.menu li a{
color: #5C5C5C;
}




.textright{
text-align:right;
font-size:small;
}

.textright a{
text-align:right;
font-size:small;
}

.img{
text-align:center;
}


.img img:hover {
			opacity: 0.5 ;
}



.icon{
	display: inline-block;
    width: 80px;
    padding: 0 0 10px;
    text-align: center;
    border-bottom: double 4px #ccc;
    background-color:#fff;
    }
.icon2{
	display: inline-block;
    width: 90px;
    padding: 0 0 10px;
    text-align: center;
    border-bottom: double 4px #ccc;
    background-color:#fff;
    }
.text{
    display: inline-block;
    width: 100%;
    margin: 0 0 3px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2em;
    color: #333;
    }

.num{
display: inline-block;
    width: 100%;
    margin: 0;
    font-size: 35px;
    font-weight: bold;
    font-style: italic;
    line-height: 1em;
    color: #5C5C5C;
}

.num2{
display: inline-block;
    width: 100%;
    margin: 0;
    font-size: 35px;
    font-weight: bold;
    font-style: italic;
    line-height: 1em;
    color: #080059;
}

.preoffertitlekiji2{
	font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 2px #E97091;
    text-align: center;
    margin-top: 0px;
}




p .center img{text-align:center;}

.imgcenter{
text-align:center;

}

.typesimg{padding:10 10 10 10; margin:10 10 10 10; align:center; text-align:center;}

.reflection-img{
    height: auto;
    position    :relative;
    overflow    :hidden;
    text-align: center;
}
 
.reflection {
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 2s ease-in-out infinite;
}
 
@keyframes reflection {
    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 reflection {
    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 reflection {
    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 reflection {
    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 reflection {
    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; }
}



li{
	font-size:medium;
	text-align:left;
}

ul.ra-base li{
	font-size:inherit;
	text-align:left;
}


.subtitle{
	text-align:center;
	font-size:larger;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #000;
    padding: 10px;
	background-color:#f5f5f5;
}


.title{
	text-align:left;
	font-size:large;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #000;
	padding: 10px;
	color: white;
	background-color:#dc143c;
	margin-bottom: 10px;
}

.title a {
text-decoration: none;
color: white;
}
.title a:link { color: white; } 

.titleh2{
	text-align:left;
	font-size:15px;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #000;
	padding-left: 10px;
	color: white;
	background-color:#dc143c;
	margin-bottom: -25px;
}

.titleh2 a {
text-decoration: none;
color: white;
}
.titleh2 a:link { color: white; } 


.preoffer{
    border: 0px solid #000;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    margin-top:1em;
    text-align:left;
}


.preoffertitle{
	text-align:left;
	font-size:midium;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #000;
    padding: 10px;
	background-color:#ffe4c4;
}
.preoffertitle a {
text-decoration: none;
}
.preoffertitle a:link { color: black } 

.shutten{
	text-align:left;
	font-size:small;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #000;
}

.preoffertitlekiji{
    text-align: center;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #000;
    padding-left: 10px;
    border-bottom: solid 2px #5C5C5C;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.0;
}
.preoffertitlekiji a {
text-decoration: none;
}
.preoffertitlekiji a:link { color: black } 


.preoffertitlekiji2{
    text-align: left;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #000;
    padding-left: 10px;
    border-bottom: solid 2px #dc143c;
    margin-top: 2em;
    margin-bottom: 10px;
}
.preoffertitlekiji2 a {
text-decoration: none;
}
.preoffertitlekiji2 a:link { color: black } 

.shutten{
	text-align:left;
	font-size:small;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #000;
}


.linkblack{
	text-align:center;
	font-size:medium;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #000;
    padding: 10px;
}


dt{font-size:large;}

.boxtop {
    padding: 0.5em 0em;
    margin: 2em 0;
    background: #ffdab9;
    border: dashed 2px #ff1493;/*点線*/
}
.boxtop p {
    margin: 0; 
    padding: 0;
}

.slash-1 {
  height: 10px;
  background-image: linear-gradient(-45deg,
    hsla(0, 0%, 70%, 0),
    hsla(0, 0%, 70%, 0) 25%,
    hsla(0, 0%, 70%, 1) 25%,
    hsla(0, 0%, 70%, 1) 50%,
    hsla(0, 0%, 70%, 0) 50%,
    hsla(0, 0%, 70%, 0) 75%,
    hsla(0, 0%, 70%, 1) 75%);
  background-size: 10px 10px;
  width: 100%;
}





ol.soushoku1{
	background: #fff;
	border: 2px red dashed;
	margin:10px;
}

ol.olleft{
	background: #fff;
	margin-left:-15px;
}

ul.ulleft{
	background: #fff;
	margin-left:-15px;
}

ul.ulno{
    background: #fff;
    margin-left: 0px;
    list-style: none;
    margin-top: -10px;
    margin-bottom: 2em;
}

ul.ulno li{
	margin-bottom:5px;
}

ul.ulno li a:visited {
    color: #ff1493;
}


.box1 {
    padding: 0.5em 0em;
    margin: 1em 0;
    font-weight: bold;
    border: solid 1px #000000;!important;
}
.box1 p {
    margin: 0; 
    padding: 10;
    font-weight: normal;
}

.box1 li {
    margin: 0; 
    padding: 10;
    font-size:medium;
    font-weight: normal;
}

.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 0em;
    border: solid 3px #62c1ce;
    max-width: 90%;
    margin-left: 1%;
}

}

.box6 {
    padding: 0.5em 0em;
    margin: 2em 0;
    background: #fff;
    border: dashed 2px #000;/*点線*/
}
.box6 p {
    margin: 0; 
    padding: 0;
}

.box11{
    padding: 0.2em 0.5em;
    margin: 2em 1em 0 1em;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px white;
}
.box11 p {
    margin: 0; 
    padding: 0;
}

.box23 {
    position: relative;
    margin: 2em 0 2em 40px;
    padding: 8px 15px;
    background: #fff0c6;
    border-radius: 30px;
}
.box23:before{font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    font-size: 15px;
    left: -40px;
    bottom: 0;
    color: #fff0c6;
    background-color: #fff0c6;
    border-radius: 30px;
}
.box23:after{
    font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    font-size: 23px;
    left: -23px;
    bottom: 0;
    color: #fff0c6;
    background-color: #fff0c6;
    border-radius: 30px;
}
.box23 p {
    margin: 0; 
    padding: 0;
}

.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 0em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}






.waku{
    max-width: 1000px;
    text-align:center;
	margin-left:auto;
	margin-right:auto;
    display:flex;
    flex-wrap:wrap;
}

.waku li{
	text-align:left;
}

.waku p{
	text-align:left;
}

.intitle {
    background: #fff;
    border: 0.1px solid #000;
    padding: 5px;
    width: 100%;
    margin-bottom:2px;
    text-align:center;
    box-sizing: border-box;
}

.inmen {
    background: #fffb;
    border: 0px solid #000;
    width: 90%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}



.men{
    border: 0px solid #000;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    margin-top:1em;
    margin-bottom:2em;
    text-align:left;
}


.mentitle{
	text-align:left;
	font-size:midium;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #000;
    padding: 10px;
	background-color:#87ceeb;
}
.mentitle a {
text-decoration: none;
}
.mentitle a:link { color: black } 

.titlemen{
	text-align:left;
	font-size:larger;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #000;
	padding: 10px;
	background-color:#87ceeb;
}

.titlemen a {
text-decoration: none;
color: white
}
.titlemen a:link { color: white } 



.inwomen {
    background: #fff;
    border: 0px solid #000;
    width: 90%;
    text-align:center;
    margin-right:auto;
    margin-left:auto;
}



.women{
    border: 0px solid #000;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    margin-top:1em;
    margin-bottom:2em;
    text-align:left;
}


.womentitle{
	text-align:left;
	font-size:midium;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #000;
    padding: 10px;
	background-color:#ffe4e1;
}
.womentitle a {
text-decoration: none;
}
.womentitle a:link { color: black } 

.titlewomen{
	text-align:left;
	font-size:larger;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #000;
	padding: 10px;
	background-color:#ffe4e1;
}

.titlewomen a {
text-decoration: none;
color: white
}
.titlewomen a:link { color: white } 


/* 点滅 */
.blinking{
	-webkit-animation:blink 1.0s ease-in-out infinite alternate;
    -moz-animation:blink 1.0s ease-in-out infinite alternate;
    animation:blink 1.0s ease-in-out infinite alternate;
    color:red;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}





.buruburu {
    display: inline-block;
    animation: hurueru .1s  infinite;
    width:50%;
    padding: 1em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(#ff1493 0%, #ff69b4 100%);
    background-image: linear-gradient(#ff1493 0%, #ff69b4 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #f08080;
    margin-left:20%;
	margin-right:auto;
    text-align:center;
    margin-bottom: 20px;
    font-size:large;
}

@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

.buruburu a{
    color: white;
}


.underline{ 
		border-bottom: solid 3px pink
  }

.background{
	background:yellow;
}

p.stress{
	font-size: 30px;
    color: red;

}

.global-nav {
  margin: 0;
  padding: 0;
  border-top: 1px solid #aaa;
  font-size: 13px;
  list-style-type: none;
  text-align: center;
}
/*clearfix*/
.global-nav:after {
  content: "";
  clear: both;
  display: block;
  text-align: center;
}
.global-nav li {
  float: left;
  width: 50%;
  margin: 10 0 0 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*奇数のli要素に適応*/
.global-nav li:nth-child(odd) {
  border-right: 1px solid #aaa;
  text-align: center;
}
.global-nav a {
  display: block;
  color: #000;
  text-decoration: none;
  text-align: center;
}
.global-nav a:hover {
  color: #000;
  background: #ffe4c4;
  text-align: center;
}

.button01{
     display:block;
     text-decoration: none;
     text-align: left;
     border-radius: 5px; /*角丸*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
     color:#000
}

ol.cp_clist {
	counter-reset: cp_clist;
    list-style: none;
    padding: 0.5em;
    margin-top: -35px;
    margin-bottom: 10px;
    margin-left: 40px;
}
ol.cp_clist li {
	position: relative;
	line-height: 28px;
	margin: 5px 0;
	padding-left: 40px;
	transition: 0.3s;
}

ol.cp_clist li:nth-child(4n+1){
	border: 1px dotted #ff0000;
}
ol.cp_clist li:nth-child(4n+2){
	border: 1px dotted #8cd9bc;
}
ol.cp_clist li:nth-child(4n+3){
	border: 1px dotted #9575CD;
}
ol.cp_clist li:nth-child(4n+4){
	border: 1px dotted #f8e5ab;
}

ol.cp_clist li:nth-child(4n+5){
	border: 1px dotted #4169e1;
}

ol.cp_clist li:nth-child(4n+6){
	border: 1px dotted #ffff00;
}

ol.cp_clist li:before {
	position: absolute;
	top: 50%;
	left: -1px;
	counter-increment: cp_clist;
	content: counter(cp_clist);
	padding: 0 0.2em 0 0.2em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	transform: translateY(-50%);
}

ol.cp_clist li:nth-child(4n+1):before{
	background: #ff0000;
}

ol.cp_clist li:nth-child(4n+2):before{
	background: #4DB6AC;
}
ol.cp_clist li:nth-child(4n+3):before{
	background: #9575CD;
}
ol.cp_clist li:nth-child(4n+4):before{
	background: #FFB74D;
}

ol.cp_clist li:nth-child(4n+5):before{
	background: #4169e1;
}

ol.cp_clist li:nth-child(4n+6):before{
	background: #ffff00;
}

ol.cp_clist li:hover {
	color:#fff;
	overflow: hidden;
	z-index: 1;
}

ol.cp_clist li a:hover {
	color:#fff;
}

ol.cp_clist li:nth-child(4n+1):hover{
	background: #ff0000;
}
ol.cp_clist li:nth-child(4n+1):hover:before{
	background: #fff;
	color: #ff0000;
}

ol.cp_clist li:nth-child(4n+2):hover{
	background: #4DB6AC;
}
ol.cp_clist li:nth-child(4n+2):hover:before{
	background: #fff;
	color: #4DB6AC;
}
ol.cp_clist li:nth-child(4n+3):hover{
	background: #9575CD;
}
ol.cp_clist li:nth-child(4n+3):hover:before{
	background: #fff;
	color: #9575CD;
}
ol.cp_clist li:nth-child(4n+4):hover{
	background: #FFB74D;
}
ol.cp_clist li:nth-child(4n+4):hover:before{
	background: #fff;
	color: #FFB74D;
}

ol.cp_clist li:nth-child(4n+5):hover{
	background: #4169e1;
}
ol.cp_clist li:nth-child(4n+5):hover:before{
	background: #fff;
	color: #4169e1;
}

ol.cp_clist li:nth-child(4n+6):hover{
	background: #ffff00;
}
ol.cp_clist li:nth-child(4n+6):hover:before{
	background: #fff;
	color: #ffff00;
}


.attention {
 width: 80%;
 margin: 10px auto 10px;
 padding: 10px 10px 0;
 border: 3px solid #aaa;
 position: relative;
 border-radius: 3px;
 background-color: #fff;
}
.attention-title {
 position: absolute;
 top: -13px;
 left: 20px;
 padding: 0 5px;
 background-color: #fff;
}
.attention-title .fa {
 margin-right: 5px;
}
.caution {
 background-color: #fedee7;
 border: 2px solid #fedee7;
 color: #fc94b1;
 border-radius: 3px;
}
.attention-red {
 border-color: #fedee7;
}

hr.imghr{
	border-top: 2px dashed #bbb;
	width:70%;
}


table {
	width:100%;
}

/*tableにスクロールバーを追加スタート*/
.scroll{
overflow: auto; /*tableをスクロールさせる*/
white-space: nowrap; /*tableのセル内にある文字の折り返しを禁止*/
margin-bottom: 0;
}
.scroll:-webkit-scrollbar{ /*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{ /*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb { /*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
/*tableにスクロールバーを追加エンド*/


tr.first th{
	background: #fff;
}

.first td{
	border: solid 1px #ccc;
 	padding: 10px;
 	text-align:center;
	background: #ffe4c4;
}

.tbl-r02 th {
  background: #dc143c;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r02 td {
	border: solid 1px #ccc;
 	padding: 10px;
 	text-align:center;
 	background:#fff;
 }
.last th {
  background: #dc143c;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.last td{
	border: solid 1px #ccc;
 	padding: 10px;
 	text-align:center;
 	background:#fff;
}

th.tbl-th{
	font-size:small;
}


.underline_pink{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fedee7));
    background: -webkit-linear-gradient(transparent 60%, #fedee7 60%);
    background: linear-gradient(transparent 60%, #fedee7 60%);
    color: #111;
    padding: 0 1px 2px;
    font-weight:bold;
}


/*テキストリンク装飾*/
.cp_link {
	padding: 0.1em 0.3em;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(255,152,0,1) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
	color: #ff9800;
}
.cp_link:hover {
	background-position: -100% 0;
	color: #fff;
}
/*テキストリンク装飾*/

#definition2{text-align:center;}

#howto img {width:200px; height:auto;}

#install{text-align:center;}

#youtube {
  position: relative;
  width: 100%;
  padding-top: 0;
}
#youtube iframe {
	top: 0;
	right: 0;
	width: 100% !important;
}



/*パンくずリストstart*/
.breadcrumb {
  padding-left:0;
  margin-left:0;
  margin-right:0;
  max-width:1200px;
  
}

.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
  font-size: small;
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #52b5ee;/*色*/
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

/*パンくずリストend*/

/*Amazonボタン------------------------------------------*/
.btn-square_amazon {
  display: inline-block;
  padding: 0.5em 0em;
  text-decoration: none;
  background: #FFA724;/*ボタン色*/
  color: #fff;
  border-bottom: solid 4px #f09000;
  border-radius: 3px;
  width: 97%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin:5px;
}
.btn-square_amazon:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}
/*Amazonボタン------------------------------------------*/

/*楽天ボタン------------------------------------------*/
.btn-square_rakuten {
  display: inline-block;
  padding: 0.5em 0em;
  text-decoration: none;
  background: #BF0000;/*ボタン色*/
  color: #fff;
  border-bottom: solid 4px #8c0000;
  border-radius: 3px;
  width: 97%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin:5px;
}
.btn-square_rakuten:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}
/*楽天ボタン------------------------------------------*/



.btn-square-shadow-ranking {
  display: inline-block;
  padding: 0.5em 0em 0.5em 0em;
  text-decoration: none;
  background: #BE0D23;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #850918;
  border-radius: 3px;
  width:100%;
  text-align:center;
  font-weight: bold;
  font-size: large;
  margin: 5px 0px;
  background-image: url(https://matchapp-deai.com/img/23939202.png);
  background-repeat: no-repeat;
  background-position: right 10px top 50%,center;
  background-size: 1em;
}
.btn-square-shadow-ranking :active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}


.btn-square-shadow-comparison  {
  display: inline-block;
  padding: 0.5em 0em 0.5em 0em;
  text-decoration: none;
  background: #ffa500;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #cc8400;
  border-radius: 3px;
  width:100%;
  text-align:center;
  font-weight: bold;
  font-size: large;
  margin: 5px 0px;
  background-image: url(https://matchapp-deai.com/img/23939202.png);
  background-repeat: no-repeat;
  background-position: right 10px top 50%,center;
  background-size: 1em;
}
.btn-square-shadow-comparison:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}


.btn-square-shadow-rankingdetail {
  display: inline-block;
  padding: 0.5em 0em 0.5em 0em;
  text-decoration: none;
  background: #40e0d0;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #1ba396;
  border-radius: 3px;
  width:100%;
  text-align:center;
  font-weight: bold;
  font-size: large;
  margin: 5px 0px;
  background-image: url(https://matchapp-deai.com/img/23939202.png);
  background-repeat: no-repeat;
  background-position: right 10px top 50%,center;
  background-size: 1em;
}
.btn-square-shadow-rankingdetail :active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}



.btn-square-shadow-detail {
    display: inline-block;
    padding: 0.5em 0em 0.5em 0em;
    text-decoration: none !important;
    background: #FFA500;
    border-bottom: solid 4px #b27300;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: medium;
    background-image: url(https://matchapp-deai.com/img/23939202.png);
    background-repeat: no-repeat;
    background-position: right 5px top 50%,center;
    background-size: 1em;
}
.btn-square-shadow-detail :active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}





.botton{
	padding:0px;
    margin-top: 0;
}

.botton a:hover{
	opacity:0.5;
}

.h3deco_{
	text-align:left;
	font-size:large;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #000;
	padding: 10px;
	color: white;
	background-color:#5C5C5C;
	margin-bottom: 10px;
}

.btn-square_machiconjapan {
  display: inline-block;
  padding: 0.5em 0em;
  text-decoration: none;
  background: #0AB4EE;/*ボタン色*/
  color: #fff;
  border-bottom: solid 4px #09a1d6;
  border-radius: 3px;
  width: 97%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin:5px;
}
.btn-square_machiconjapan:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.btn-square_omicale {
  display: inline-block;
  padding: 0.5em 0em;
  text-decoration: none;
  background: -webkit-repeating-linear-gradient(-45deg, #FF7C92, #FF7C92 3px,#FF899D 3px, #FF899D 7px);/*ボタン色*/
  background: repeating-linear-gradient(-45deg, #FF7C92, #FF7C92 3px,#FF899D 3px, #FF899D 7px);/*ボタン色*/
  color: #fff;
  border-bottom: solid 4px #cc6374;
  border-radius: 3px;
  width: 97%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin:5px;
}
.btn-square_omicale:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.btn-square_parties {
  display: inline-block;
  padding: 0.5em 0em;
  text-decoration: none;
  background: #fff;/*ボタン色*/
  color: #000;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  border-left: solid 1px #333;
  border-bottom: solid 4px #333;
  border-radius: 3px;
  width: 97%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin:5px;
}
.btn-square_parties:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}


.btn-square_lifebranding {
  display: inline-block;
  padding: 0.5em 0em;
  text-decoration: none;
  background-color: #023795;
  color: #BEAB81;
  border-bottom: solid 4px #012463;
  border-radius: 3px;
  width: 97%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin:5px;
}
.btn-square_lifebranding:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.btn-square_dinate {
  display: inline-block;
  padding: 0.5em 0em;
  text-decoration: none;
  background: #2D2322;/*ボタン色*/
  color: #fff;
  border-bottom: solid 4px #1e1817;
  border-radius: 3px;
  width: 97%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin:5px;
}
.btn-square_dinate:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.btn-square_codetike {
  display: inline-block;
  padding: 0.5em 0em;
  text-decoration: none;
  background: #262626;/*ボタン色*/
  color: #fff;
  border-bottom: solid 4px #0d0d0d;
  border-radius: 3px;
  width: 97%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin:5px;
}
.btn-square_codetike:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.h3deco_acty{
	text-align:left;
	font-size:large;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #fff;
	padding: 20px;
	color: #FFF;
	background-color:#009A44;
	margin-bottom: 10px;
	line-height:1.0;
}

.btn-square_acty {
  display: inline-block;
  padding: 0.5em 0em;
  text-decoration: none;
  background: #009A44;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #00672d;
  border-radius: 3px;
  width: 97%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin:5px;
  font-weight: bold;
}
.btn-square_acty:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.h4deco_acty{
    border-left: solid 6px #009A44;
    padding-left:10px;
}

/*ricebegin----------------------------------------*/

/* プルンボタン */
.prun_acty {
    display: inline-block;
    width:50%;
    padding: 1em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #fff;
    background-image: -webkit-linear-gradient(#009A44 0%, #008139 100%);
    background-image: linear-gradient(#009A44 0%, #008139 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #00672d;
    margin-left:20%;
	margin-right:auto;
    text-align:center;
    margin-bottom: 20px;
    font-size:large;
animation: prun_acty 2.2s ease-in infinite;
-webkit-animation: prun_ricebegin 2.2s ease-in infinite;
-moz-animation: prun_ricebegin 2.2s ease-in infinite;
-o-animation: prun_ricebegin 2.2s ease-in infinite;
-ms-animation: prun_ricebegin 2.2s ease-in infinite;
}

@keyframes prun_acty {
48%, 62% {transform: scale(1.0, 1.0)}
50% {transform: scale(1.1, 0.9)}
56% {transform: scale(0.9, 1.1) translate(0, -5px)}
59% {transform: scale(1.0, 1.0) translate(0, -3px)}
}

@-webkit-keyframes prun_acty{
48%, 62% {-webkit-transform: scale(1.0, 1.0)}
50% {-webkit-transform: scale(1.1, 0.9)}
56% {-webkit-transform: scale(0.9, 1.1) translate(0, -5px)}
59% {-webkit-transform: scale(1.0, 1.0) translate(0, -3px)}
}

.prun_acty a{
    color: white;
}
/* プルンボタン */



.h3deco_haru{
	text-align:left;
	font-size:large;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #fff;
	padding: 10px;
	color: #FFF;
	background-color:#EC8134;
	margin-bottom: 10px;
	line-height:1.0;
}

.btn-square_haru {
  display: inline-block;
  padding: 0.5em 0em;
  text-decoration: none;
  background: #EC8134;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #893d00;
  border-radius: 3px;
  width: 97%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin:5px;
  font-weight: bold;
}
.btn-square_haru:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.h4deco_haru{
    border-left: solid 6px #EC8134;
    padding-left:10px;
}

.h3deco_blackshampoo{
	text-align:left;
	font-size:large;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #fff;
	padding: 10px;
	color: #FFF;
	background-color:#0c0d14;
	margin-bottom: 10px;
	line-height:1.0;
}

.btn-square_blackshampoo {
  display: inline-block;
  padding: 0.5em 0em;
  text-decoration: none;
  background: #0c0d14;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #000;
  border-radius: 3px;
  width: 97%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin:5px;
  font-weight: bold;
}
.btn-square_blackshampoo:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.h4deco_blackshampoo{
    border-left: solid 6px #0c0d14;
    padding-left:10px;
}



.h3deco_u-ma{
	text-align:left;
	font-size:large;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #fff;
	padding: 10px;
	color: #000;
	background-color:#DCE0E1;
	margin-bottom: 10px;
	line-height:1.0;
}

.btn-square_u-ma {
  display: inline-block;
  padding: 0.5em 0em;
  text-decoration: none;
  background: #DCE0E1;/*ボタン色*/
  color: #000;
  border-bottom: solid 4px #c1c8c9;
  border-radius: 3px;
  width: 97%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin:5px;
  font-weight: bold;
}
.btn-square_u-ma:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.h4deco_u-ma{
    border-left: solid 6px #DCE0E1;
    padding-left:10px;
}

.h3deco_bulkhomme{
	text-align:left;
	font-size:large;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #fff;
	padding: 10px;
	color: #FFF;
	background-color:#000;
	margin-bottom: 10px;
	line-height:1.0;
}

.btn-square_bulkhomme {
  display: inline-block;
  padding: 0.5em 0em;
  text-decoration: none;
  background: #333;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #000;
  border-radius: 3px;
  width: 97%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin:5px;
  font-weight: bold;
}
.btn-square_bulkhomme:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.h4deco_bulkhomme{
    border-left: solid 6px #000;
    padding-left:10px;
}



.h3deco_bostonaroma{
	text-align:left;
	font-size:large;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #fff;
	padding: 10px;
	color: #FFF;
	background-color:#217B68;
	margin-bottom: 10px;
	line-height:1.0;
}

.btn-square_bostonaroma {
  display: inline-block;
  padding: 0.5em 0em;
  text-decoration: none;
  background: #217B68;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #165346;
  border-radius: 3px;
  width: 97%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin:5px;
  font-weight: bold;
}
.btn-square_bostonaroma:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.h4deco_bostonaroma{
    border-left: solid 6px #217B68;
    padding-left:10px;
}

.h3deco_bubka{
	text-align:left;
	font-size:large;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #fff;
	padding: 10px;
	color: #FFF;
	background-color:#2561CF;
	margin-bottom: 10px;
	line-height:1.0;
}

.btn-square_bubka {
  display: inline-block;
  padding: 0.5em 0em;
  text-decoration: none;
  background: #2561CF;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #1d4da4;
  border-radius: 3px;
  width: 97%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin:5px;
  font-weight: bold;
}
.btn-square_bubka:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.h4deco_bubka{
    border-left: solid 6px #2561CF;
    padding-left:10px;
}


.h3deco_chapup{
	text-align:left;
	font-size:large;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #fff;
	padding: 10px;
	color: #FFF;
	background-color:#162F39;
	margin-bottom: 10px;
	line-height:1.0;
}

.btn-square_chapup {
  display: inline-block;
  padding: 0.5em 0em;
  text-decoration: none;
  background: #162F39;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #081114;
  border-radius: 3px;
  width: 97%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin:5px;
  font-weight: bold;
}
.btn-square_chapup:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.h4deco_chapup{
    border-left: solid 6px #162F39;
    padding-left:10px;
}


.h3deco_simfort{
	text-align:left;
	font-size:large;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #fff;
	padding: 10px;
	color: #FFF;
	background-color:#020202;
	margin-bottom: 10px;
	line-height:1.0;
}

.btn-square_simfort {
  display: inline-block;
  padding: 0.5em 0em;
  text-decoration: none;
  background: #020202;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #000000;
  border-radius: 3px;
  width: 97%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin:5px;
  font-weight: bold;
}
.btn-square_simfort:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.h4deco_simfort{
    border-left: solid 6px #020202;
    padding-left:10px;
}


.h3deco_m3040{
	text-align:left;
	font-size:large;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #fff;
	padding: 10px;
	color: #FFF;
	background-color:#324973;
	margin-bottom: 10px;
	line-height:1.0;
}

.btn-square_m3040 {
  display: inline-block;
  padding: 0.5em 0em;
  text-decoration: none;
  background: #324973;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #23324f;
  border-radius: 3px;
  width: 97%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin:5px;
  font-weight: bold;
}
.btn-square_m3040:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.h4deco_m3040{
    border-left: solid 6px #324973;
    padding-left:10px;
}





/*カードスタイル//////////////////////////////////////////////////////////////////////*/

    .card3 {
        /*width: 400px;*/
        /*margin: 20px;*/
        /*border-radius: 5px;*/
        background-color: #fff;
        box-shadow: 0 3px 6px #ccc;
        border:5px solid #fff;
    }
    .box3 {
        display: flex;
    }
    .image3 {
        max-width: 30%;
		max-height: 120px;
        object-fit: cover;
        /*border-radius: 5px 0 0 5px;*/
    }
    .title3 {
        font-size: 100%;
        margin: 5px;
        color: #444;
        font-weight: bold;
    }
    .content3 {
        margin: 5px;
        color: #666;
        font-size: 70%;
    }
    
    .card3 a{
	    text-decoration: none;
	}
	
    .card3 a img:hover{
	    opacity:0.7;
	}
    .card3 a :hover{
    	color:red;
    	text-decoration: underline;
	    text-decoration-color: #333;
	}
    .card3:hover{
    	background-color: #d3d3d3;
    	border:5px solid #5C5C5C;
	    text-decoration-color: #333;
	}
    .card3 a:focus img, a:hover img{
	    opacity:0.7;
	}
/*カードスタイル//////////////////////////////////////////////////////////////////////*/


.box_1908{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    padding: 20px 5px 22px;
    line-height: 2.5;
    background-color:#fff;
}


.btn_detail{
padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;
    border-bottom: solid 2px #d27d00;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    }

.btn_tosite{
padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #00A0E9;
    border-bottom: solid 2px #007db6;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    }





.p-short-tags .p-short-tag,.p-short-title {
    display: inline-block;
    margin-right: 8px;
    padding-bottom: 5px;
    
}
.p-short-tags .p-short-tag a {
    background-color: #eaeaea;
    border-radius: 8px;
    display: block;
    font-size: 12px;
    padding: 6px 8px;
    border: 0;
    color: #333;
    text-decoration: none;

}


.p-short-tags .p-short-tag a:hover{
	opacity:0.5;
}



.p-short-tags .p-short-tag-black,.p-short-title {
    display: inline-block;
    margin-right: 8px;
    padding-bottom: 5px;
    
}
.p-short-tags .p-short-tag-black a {
    background-color: #000;
    border-radius: 8px;
    display: block;
    font-size: 12px;
    padding: 6px 8px;
    border: 0;
    color: #fff;
    text-decoration: none;
}
.p-short-tags .p-short-tag-black a:hover{
	opacity:0.5;
}





.p-short-tags .p-short-tag-p,.p-short-title {
    display: inline-block;
    margin-right: 8px;
    padding-bottom: 5px;
    
}


.p-short-tags .p-short-tag-p a {
    background-color: #000;
    border-radius: 8px;
    display: block;
    font-size: 12px;
    padding: 6px 8px;
    border: 0;
    color: #fff;
    text-decoration: none;

}
.p-short-tags .p-short-tag-p a:hover{
	opacity:0.5;
}






.mocchiri {
	animation: mocchiri 3s infinite;
}
@keyframes mocchiri {
	0% {
		transform: scale(1, 0.8);
	}
	20% {
		transform: scale(0.8, 1.1);
	}
	95% {
		transform: scale(1, 1);
	}
	100% {
		transform: scale(1, 0.8);
	}
}







.aphrodisiac-contents0 {
    background: url(https://matchapp-deai.com/lifestyle/worries/aphrodisiac/img/22320186.png) top right no-repeat;
    background-size: 40%;
    line-height: 2;
	height: auto;

}

.aphrodisiac-contents1 {
    background: url(https://matchapp-deai.com/lifestyle/worries/aphrodisiac/img/22320235.png) top right no-repeat;
    background-size: 20%;
    height: auto;
	

}

.aphrodisiac-contents2 {
    background: url(https://matchapp-deai.com/lifestyle/worries/aphrodisiac/img/22320217.png) top right no-repeat;
    background-size: 30%;
    height: auto;
	

}


.aphrodisiac-contents3 {
    background: url(https://matchapp-deai.com/lifestyle/worries/aphrodisiac/img/22320156.png) top right no-repeat;
    background-size: 40%;
    height: auto;
	

}











.p-short-tags .p-short-tag-mansionnavi,.p-short-title {
    display: inline-block;
    margin-right: 8px;
    padding-bottom: 5px;
}
.p-short-tags .p-short-tag-mansionnavi a {
    background-color: #32B458;
    border-radius: 8px;
    display: block;
    font-size: 12px;
    padding: 6px 8px;
    border: 0;
    color: #fff;
    text-decoration: none;
}
.p-short-tags .p-short-tag-mansionnavi a:hover{
	opacity:0.5;
}

.button-simple-mansionnavia{
	position: relative;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 20px;
    background-color: #FCFE67;
    color: #000;
    display: inline-block;
    text-shadow: 1px 1px 0px rgb(0,0,0,0.3);
    box-shadow: 0 3px 0 rgb(0,0,0,0.3);
    width: 85%;
}

.button-simple-mansionnavib{
	position: relative;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 20px;
    background-color: #23AC38;
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 0px rgb(0,0,0,0.3);
    box-shadow: 0 3px 0 rgb(0,0,0,0.3);
    width: 85%;
}




.p-short-tags .p-short-tag-lifullhomes,.p-short-title {
    display: inline-block;
    margin-right: 8px;
    padding-bottom: 5px;
}
.p-short-tags .p-short-tag-lifullhomes a {
    background-color: #ED6103;
    border-radius: 8px;
    display: block;
    font-size: 12px;
    padding: 6px 8px;
    border: 0;
    color: #fff;
    text-decoration: none;
}
.p-short-tags .p-short-tag-lifullhomes a:hover{
	opacity:0.5;
}

.button-simple-lifullhomesa{
	position: relative;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 20px;
    background-color: #ED6103;
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 0px rgb(0,0,0,0.3);
    box-shadow: 0 3px 0 rgb(0,0,0,0.3);
    width: 85%;
}

.button-simple-lifullhomesb{
	position: relative;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 20px;
    background-color: #23AC38;
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 0px rgb(0,0,0,0.3);
    box-shadow: 0 3px 0 rgb(0,0,0,0.3);
    width: 85%;
}




.p-short-tags .p-short-tag-iekatsulife,.p-short-title {
    display: inline-block;
    margin-right: 8px;
    padding-bottom: 5px;
}
.p-short-tags .p-short-tag-iekatsulife a {
    background-color: #3C8C6E;
    border-radius: 8px;
    display: block;
    font-size: 12px;
    padding: 6px 8px;
    border: 0;
    color: #fff;
    text-decoration: none;
}
.p-short-tags .p-short-tag-iekatsulife a:hover{
	opacity:0.5;
}

.button-simple-iekatsulifea{
	position: relative;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 20px;
    background-color: #3C8C6E;
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 0px rgb(0,0,0,0.3);
    box-shadow: 0 3px 0 rgb(0,0,0,0.3);
    width: 85%;
}

.button-simple-iekatsulifeb{
	position: relative;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 20px;
    background-color: #23AC38;
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 0px rgb(0,0,0,0.3);
    box-shadow: 0 3px 0 rgb(0,0,0,0.3);
    width: 85%;
}



.p-short-tags .p-short-tag-omotenashisando,.p-short-title {
    display: inline-block;
    margin-right: 8px;
    padding-bottom: 5px;
}
.p-short-tags .p-short-tag-omotenashisando a {
    background-color: #ED1B24;
    border-radius: 8px;
    display: block;
    font-size: 12px;
    padding: 6px 8px;
    border: 0;
    color: #fff;
    text-decoration: none;
}
.p-short-tags .p-short-tag-omotenashisando a:hover{
	opacity:0.5;
}

.button-simple-omotenashisandoa{
	position: relative;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 20px;
    background-color: #ED1B24;
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 0px rgb(0,0,0,0.3);
    box-shadow: 0 3px 0 rgb(0,0,0,0.3);
    width: 85%;
}

.button-simple-omotenashisandob{
	position: relative;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 20px;
    background-color: #23AC38;
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 0px rgb(0,0,0,0.3);
    box-shadow: 0 3px 0 rgb(0,0,0,0.3);
    width: 85%;
}






.p-short-tags .p-short-tag-kozosushi,.p-short-title {
    display: inline-block;
    margin-right: 8px;
    padding-bottom: 5px;
}
.p-short-tags .p-short-tag-kozosushi a {
    background-color: #ED1B24;
    border-radius: 8px;
    display: block;
    font-size: 12px;
    padding: 6px 8px;
    border: 0;
    color: #fff;
    text-decoration: none;
}
.p-short-tags .p-short-tag-kozosushi a:hover{
	opacity:0.5;
}

.button-simple-kozosushia{
	position: relative;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 20px;
    background-color: #ED1B24;
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 0px rgb(0,0,0,0.3);
    box-shadow: 0 3px 0 rgb(0,0,0,0.3);
    width: 85%;
}

.button-simple-kozosushib{
	position: relative;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 20px;
    background-color: #23AC38;
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 0px rgb(0,0,0,0.3);
    box-shadow: 0 3px 0 rgb(0,0,0,0.3);
    width: 85%;
}



.p-short-tags .p-short-tag-itamaedamashii,.p-short-title {
    display: inline-block;
    margin-right: 8px;
    padding-bottom: 5px;
}
.p-short-tags .p-short-tag-itamaedamashii a {
    background-color: #A70D0B;
    border-radius: 8px;
    display: block;
    font-size: 12px;
    padding: 6px 8px;
    border: 0;
    color: #fff;
    text-decoration: none;
}
.p-short-tags .p-short-tag-itamaedamashii a:hover{
	opacity:0.5;
}

.button-simple-itamaedamashiia{
	position: relative;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 20px;
    background-color: #A70D0B;
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 0px rgb(0,0,0,0.3);
    box-shadow: 0 3px 0 rgb(0,0,0,0.3);
    width: 85%;
}

.button-simple-itamaedamashiib{
	position: relative;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 20px;
    background-color: #23AC38;
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 0px rgb(0,0,0,0.3);
    box-shadow: 0 3px 0 rgb(0,0,0,0.3);
    width: 85%;
}





.p-short-tags .p-short-tag-ieul,.p-short-title {
    display: inline-block;
    margin-right: 8px;
    padding-bottom: 5px;
}
.p-short-tags .p-short-tag-ieul a {
    background-color: #FF6838;
    border-radius: 8px;
    display: block;
    font-size: 12px;
    padding: 6px 8px;
    border: 0;
    color: #fff;
    text-decoration: none;
}
.p-short-tags .p-short-tag-ieul a:hover{
	opacity:0.5;
}

.button-simple-ieula{
	position: relative;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 20px;
    background-color: #FF6838;
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 0px rgb(0,0,0,0.3);
    box-shadow: 0 3px 0 rgb(0,0,0,0.3);
    width: 85%;
}

.button-simple-ieulb{
	position: relative;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 20px;
    background-color: #23AC38;
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 0px rgb(0,0,0,0.3);
    box-shadow: 0 3px 0 rgb(0,0,0,0.3);
    width: 85%;
}






.p-short-tags .p-short-tag-lvnmatch,.p-short-title {
    display: inline-block;
    margin-right: 8px;
    padding-bottom: 5px;
}
.p-short-tags .p-short-tag-lvnmatch a {
    background-color: #051230;
    border-radius: 8px;
    display: block;
    font-size: 12px;
    padding: 6px 8px;
    border: 0;
    color: #fff;
    text-decoration: none;
}
.p-short-tags .p-short-tag-lvnmatch a:hover{
	opacity:0.5;
}

.button-simple-lvnmatcha{
	position: relative;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 20px;
    background-color: #051230;
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 0px rgb(0,0,0,0.3);
    box-shadow: 0 3px 0 rgb(0,0,0,0.3);
    width: 85%;
}

.button-simple-lvnmatchb{
	position: relative;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 20px;
    background-color: #23AC38;
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 0px rgb(0,0,0,0.3);
    box-shadow: 0 3px 0 rgb(0,0,0,0.3);
    width: 85%;
}


.p-short-tags .p-short-tag-takumihonpo,.p-short-title {
    display: inline-block;
    margin-right: 8px;
    padding-bottom: 5px;
}
.p-short-tags .p-short-tag-takumihonpo a {
    background-color: #000;
    border-radius: 8px;
    display: block;
    font-size: 12px;
    padding: 6px 8px;
    border: 0;
    color: #fff;
    text-decoration: none;
}
.p-short-tags .p-short-tag-takumihonpo a:hover{
	opacity:0.5;
}

.button-simple-takumihonpoa{
	position: relative;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 20px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 0px rgb(0,0,0,0.3);
    box-shadow: 0 3px 0 rgb(0,0,0,0.3);
    width: 85%;
}

.button-simple-takumihonpob{
	position: relative;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 20px;
    background-color: #23AC38;
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 0px rgb(0,0,0,0.3);
    box-shadow: 0 3px 0 rgb(0,0,0,0.3);
    width: 85%;
}




.p-short-tags .p-short-tag-peptia,.p-short-title {
    display: inline-block;
    margin-right: 8px;
    padding-bottom: 5px;
}
.p-short-tags .p-short-tag-peptia a {
    background-color: #0051A0;
    border-radius: 8px;
    display: block;
    font-size: 12px;
    padding: 6px 8px;
    border: 0;
    color: #fff;
    text-decoration: none;
}
.p-short-tags .p-short-tag-peptia a:hover{
	opacity:0.5;
}

.button-simple-peptiaa{
	position: relative;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 20px;
    background-color: #0051A0;
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 0px rgb(0,0,0,0.3);
    box-shadow: 0 3px 0 rgb(0,0,0,0.3);
    width: 85%;
}

.button-simple-peptiab{
	position: relative;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 20px;
    background-color: #23AC38;
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 0px rgb(0,0,0,0.3);
    box-shadow: 0 3px 0 rgb(0,0,0,0.3);
    width: 85%;
}





.p-short-tags .p-short-tag-tenga,.p-short-title {
    display: inline-block;
    margin-right: 8px;
    padding-bottom: 5px;
}
.p-short-tags .p-short-tag-tenga a {
    background-color: #1382A0;
    border-radius: 8px;
    display: block;
    font-size: 12px;
    padding: 6px 8px;
    border: 0;
    color: #fff;
    text-decoration: none;
}
.p-short-tags .p-short-tag-tenga a:hover{
	opacity:0.5;
}

.button-simple-tengaa{
	position: relative;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 20px;
    background-color: #1382A0;
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 0px rgb(0,0,0,0.3);
    box-shadow: 0 3px 0 rgb(0,0,0,0.3);
    width: 85%;
}

.button-simple-tengab{
	position: relative;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 20px;
    background-color: #23AC38;
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 0px rgb(0,0,0,0.3);
    box-shadow: 0 3px 0 rgb(0,0,0,0.3);
    width: 85%;
}






















.app_button{
position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #23AC38;
    border-bottom: solid 2px #1a822a;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    width: 85%;
    font-size: smaller;
    margin: 5px 0px;
}


.app_button:active {
  border-bottom: solid 2px #23AC38;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


.web_button{
position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;
    border-bottom: solid 2px #d27d00;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    width: 85%;
    font-size: smaller;
    margin: 5px 0px;
}

.web_button:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}





    .purupuru {
      -webkit-animation: purupuru 1.6s linear 1.5s infinite;
      animation: purupuru 1.6s linear 1.5s infinite;
    }
    @-webkit-keyframes purupuru {
      0%   { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
      20%  { -webkit-transform: scale(1.0, 1.06) translate(-5%, -4%) skew(6deg, 0deg); }
      50%  { -webkit-transform: scale(1.0, 0.94) translate(5%, 4%) skew(-6deg, 0deg); }
      65%  { -webkit-transform: scale(1.0, 1.03) translate(2%, -2%) skew(-3deg, 0deg); }
      80%  { -webkit-transform: scale(1.0, 0.97) translate(-2%, 2%) skew(3deg, 0deg); }
      100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
    }
    @keyframes purupuru {
      0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
      20%  { transform: scale(1.0, 1.06) translate(-5%, -4%) skew(6deg, 0deg); }
      50%  { transform: scale(1.0, 0.94) translate(5%, 4%) skew(-6deg, 0deg); }
      65%  { transform: scale(1.0, 1.03) translate(2%, -2%) skew(-3deg, 0deg); }
      80%  { transform: scale(1.0, 0.97) translate(-2%, 2%) skew(3deg, 0deg); }
      100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
    }

    .purun {
      -webkit-animation: purun 1.6s linear 1.5s infinite;
      animation: purun 1.6s linear 1.5s infinite;
    }
    @-webkit-keyframes purun {
      0%   { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
      15%  { -webkit-transform: scale(0.9, 0.9) translate(0%, 5%); }
      30%  { -webkit-transform: scale(1.3, 0.8) translate(0%, 10%); }
      50%  { -webkit-transform: scale(0.8, 1.3) translate(0%, -10%); }
      70%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 5%); }
      100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
    }
    @keyframes purun {
      0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
      15%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
      30%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
      50%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
      70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
      100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
    }

    .korokoro {
      -webkit-animation: korokoro 2.5s linear 2s infinite;
      animation: korokoro 2.5s linear 2s infinite;
    }
    @-webkit-keyframes korokoro {
      0%   { -webkit-transform: translate(0%, 0%); }
      5%   { -webkit-transform: translate(10%, 0%) rotate(10deg); }
      25%  { -webkit-transform: translate(20%, 0%) rotate(20deg); }
      30%  { -webkit-transform: translate(-10%, 0%) rotate(-10deg); }
      35%  { -webkit-transform: translate(-15%, 0%) rotate(-15deg); }
      45%  { -webkit-transform: translate(10%, 0%) rotate(10deg); }
      50%  { -webkit-transform: translate(15%, 0%) rotate(15deg); }
      60%  { -webkit-transform: translate(-5%, 0%) rotate(-5deg); }
      65%  { -webkit-transform: translate(-7%, 0%) rotate(-7deg); }
      75%  { -webkit-transform: translate(0%, 0%) rotate(0deg); }
      100% { -webkit-transform: translate(0%, 0%) rotate(0deg); }
    }
    @keyframes korokoro {
      0%   { transform: translate(0%, 0%); }
      5%   { transform: translate(10%, 0%) rotate(10deg); }
      25%  { transform: translate(20%, 0%) rotate(20deg); }
      30%  { transform: translate(-10%, 0%) rotate(-10deg); }
      35%  { transform: translate(-15%, 0%) rotate(-15deg); }
      45%  { transform: translate(10%, 0%) rotate(10deg); }
      50%  { transform: translate(15%, 0%) rotate(15deg); }
      60%  { transform: translate(-5%, 0%) rotate(-5deg); }
      65%  { transform: translate(-7%, 0%) rotate(-7deg); }
      75%  { transform: translate(0%, 0%) rotate(0deg); }
      100% { transform: translate(0%, 0%) rotate(0deg); }
    }

    .poyon {
      -webkit-animation: poyon 1.1s linear 1.2s infinite;
      animation: poyon 1.1s linear 1.2s infinite;
    }
    @-webkit-keyframes poyon {
      0%   { -webkit-transform: scale(0.8, 1.4) translate(0%, -100%); }
      10%  { -webkit-transform: scale(0.8, 1.4) translate(0%, -15%); }
      20%  { -webkit-transform: scale(1.4, 0.6) translate(0%, 30%); }
      30%  { -webkit-transform: scale(0.9, 1.1) translate(0%, -10%); }
      40%  { -webkit-transform: scale(0.95, 1.2) translate(0%, -30%); }
      50%  { -webkit-transform: scale(0.95, 1.2) translate(0%, -10%); }
      60%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 5%); }
      70%  { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
      100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
    }
    @keyframes poyon {
      0%   { transform: scale(0.8, 1.4) translate(0%, -100%); }
      10%  { transform: scale(0.8, 1.4) translate(0%, -15%); }
      20%  { transform: scale(1.4, 0.6) translate(0%, 30%); }
      30%  { transform: scale(0.9, 1.1) translate(0%, -10%); }
      40%  { transform: scale(0.95, 1.2) translate(0%, -30%); }
      50%  { transform: scale(0.95, 1.2) translate(0%, -10%); }
      60%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
      70%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
      100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
    }


.prun2 {
animation: prun2 2.2s ease-in infinite;
    -webkit-animation: prun2 2.2s ease-in infinite;
    -moz-animation: prun2 2.2s ease-in infinite;
    -o-animation: prun2 2.2s ease-in infinite;
    -ms-animation: prun2 2.2s ease-in infinite;
}
@keyframes prun2 {
48%, 62% {
    transform: scale(1, 1);
}
50% {
    transform: scale(1.1, 0.9);
}
56% {
    transform: scale(0.9, 1.1) translate(0, -5px);
}
59% {
    transform: scale(1, 1) translate(0, -3px);
}









