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

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



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

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

}

.beginning p{font-size:small;}








article.article-basic{
            background-color:#fff;
            padding: 10px;

}


.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;
}


ul.basic
{margin-left: -15px;}


.btn-square-rizap {
  position: relative;
  display: inline-block;
  padding: 10px 10px;
  text-decoration: none;
  color: #D4B02D;
  background: #312D2B;/*背景色*/
  border-bottom: solid 2px #161413;/*少し濃い目の色に*/
  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;
  border-radius: 8px;
}

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

.btn-square-rizap:hover {
  opacity:0.5;
}

.btn-article{
	margin-right:auto;
	margin-left:auto;
	text-align: center;

}

.btn-square-basic {
  position: relative;
  display: inline-block;
  padding: 10px 10px;
  text-decoration: none;
  color: #fff;
  background: #ff0000;/*背景色*/
  border-bottom: solid 2px #cc0000;/*少し濃い目の色に*/
  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;
  border-radius: 8px;
}

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

.btn-square-basic:hover {
  opacity:0.5;
}

.btn-article{
	margin-right:auto;
	margin-left:auto;
	text-align: center;

}



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

#intro2{padding:10 10 10 10;}


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


ol.menu5 {
  counter-reset : item ;
  list-style : none ;
  margin-left: -30px;
}
ol.menu5 li { display: block ; }
ol.menu5 li:before {
  content: counters(item, ".") ". ";
  counter-increment: item ;
}


#view_today{
font-size:large;
}

.fontsmall{
font-size:small;
}

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


.center{
text-align:center;
font-weight: bold;
font-size:30px;
}

.center_qa{
text-align:center;
}

p.link{
text-align:left;
font-weight:bold;
margin:10px 2px;
}

p.center1{
text-align:center;
}


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

p.attention10{
	padding:5px;
}

.caution {
 background-color: #5C0264;
 border: 2px solid #5C0264;
 color: #fff;
 border-radius: 3px;
}

.attention-red {
 border-color: #5C0264;
}

.s1 {
	color: #444;
	font-size: 24px;
	display: flex;
	align-items: center;
}
.s1:before, .s1:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
.s1:before {
	margin-right: .4em;
}
.s1:after {
	margin-left: .4em;
}

/*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: 50%;
  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: 50%;
  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;/*線を消す*/
}
/*楽天ボタン------------------------------------------*/


caption.purple-panda {
    background: url(https://matchapp-deai.com/img/1512137_purple370320.png) center left no-repeat;
    padding-left: 40px;
    background-size: 30px;
}

caption.green-panda {
    background: url(https://matchapp-deai.com/img/1512137_green370320.png) center left no-repeat;
    padding-left: 40px;
    background-size: 30px;
}
caption.orange-panda {
    background: url(https://matchapp-deai.com/img/1512137_orange370320.png) center left no-repeat;
    padding-left: 40px;
    background-size: 30px;
}
caption.yellow-panda {
    background: url(https://matchapp-deai.com/img/1512137_yellow370320.png) center left no-repeat;
    padding-left: 40px;
    background-size: 30px;
}
caption.blue-panda {
    background: url(https://matchapp-deai.com/img/1512137_blue370320.png) center left no-repeat;
    padding-left: 40px;
    background-size: 30px;
}

.title_points{
	color:#fff;
    background-color: #FF9F00;
    border-radius: 8px;
    font-size: 12px;
    padding: 6px 8px;
    border: 0;
    text-decoration: none;
}

.title_points2{
	color:#fff;
    background-color: #ecff00;
    border-radius: 8px;
    font-size: 12px;
    padding: 6px 8px;
    border: 0;
    text-decoration: none;
}

.title_points_pink{
	color:#fff;
    background-color: #FFABC2;
    border-radius: 8px;
    padding: 6px 8px;
    border: 0;
    text-decoration: none;
}


.title_points-medium_turquoise{
	color:#fff;
    background-color: #36CCDE;
    border-radius: 8px;
    font-size: 12px;
    padding: 6px 8px;
    border: 0;
    text-decoration: none;
}

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

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


.underline_b&r{
    text-decoration: none;
    padding: 0 0.2em 0.2em;
    font-weight: bold;
    background: url(https://matchapp-deai.com/img/p_b_simple_80_0S.png) repeat-x left bottom;
    background-size: 62px 3px;
}



/*人物コメント------------------------------------------*/
.woman_comment_icon{
	background: url(https://matchapp-deai.com/img/woman_comment_icon.jpeg) top left no-repeat;
    padding-left:55px;
    font-size:16px;
    background-size: 50px;
    color:#000;
}

.woman1_comment_icon{
	background: url(https://matchapp-deai.com/img/woman1_comment_icon.jpeg) top left no-repeat;
    padding-left:55px;
    font-size:16px;
    background-size: 50px;
    color:#000;
}

.woman2_comment_icon{
	background: url(https://matchapp-deai.com/img/woman2_comment_icon.jpeg) top left no-repeat;
    padding-left:55px;
    font-size:16px;
    background-size: 50px;
    color:#000;
}

.woman3_comment_icon{
	background: url(https://matchapp-deai.com/img/woman3_comment_icon.jpeg) top left no-repeat;
    padding-left:55px;
    font-size:16px;
    background-size: 50px;
    color:#000;
}

.woman4_comment_icon{
	background: url(https://matchapp-deai.com/img/woman4_comment_icon.jpeg) top left no-repeat;
    padding-left:55px;
    font-size:16px;
    background-size: 50px;
    color:#000;
}

.woman5_comment_icon{
	background: url(https://matchapp-deai.com/img/woman5_comment_icon.jpeg) top left no-repeat;
    padding-left:55px;
    font-size:16px;
    background-size: 50px;
    color:#000;
}

.woman6_comment_icon{
	background: url(https://matchapp-deai.com/img/woman6_comment_icon.jpeg) top left no-repeat;
    padding-left:55px;
    font-size:16px;
    background-size: 50px;
    color:#000;
}

.illust_woman1_comment_icon{
	background: url(https://matchapp-deai.com/img/illust_woman1.png) top left no-repeat;
    padding-left:55px;
    font-size:16px;
    background-size: 50px;
    color:#000;
}

.illust_woman1_comment_icon{
	background: url(https://matchapp-deai.com/img/illust_woman1.png) top left no-repeat;
    padding-left:55px;
    font-size:16px;
    background-size: 50px;
    color:#000;
}

.illust_woman2_comment_icon{
	background: url(https://matchapp-deai.com/img/illust_woman2.png) top left no-repeat;
    padding-left:55px;
    font-size:16px;
    background-size: 50px;
    color:#000;
}
.illust_woman3_comment_icon{
	background: url(https://matchapp-deai.com/img/illust_woman3.png) top left no-repeat;
    padding-left:55px;
    font-size:16px;
    background-size: 50px;
    color:#000;
}
.illust_woman4_comment_icon{
	background: url(https://matchapp-deai.com/img/illust_woman4.png) top left no-repeat;
    padding-left:55px;
    font-size:16px;
    background-size: 50px;
    color:#000;
}
.illust_woman5_comment_icon{
	background: url(https://matchapp-deai.com/img/illust_woman5.png) top left no-repeat;
    padding-left:55px;
    font-size:16px;
    background-size: 50px;
    color:#000;
}
.illust_woman6_comment_icon{
	background: url(https://matchapp-deai.com/img/illust_woman6.png) top left no-repeat;
    padding-left:55px;
    font-size:16px;
    background-size: 50px;
    color:#000;
}



.man1_comment_icon{
	background: url(https://matchapp-deai.com/img/man1_comment_icon.jpeg) top left no-repeat;
    padding-left:55px;
    font-size:16px;
    background-size: 50px;
    color:#000;
}


/*人物コメント------------------------------------------*/

.free{
    font-size: inherit;
    background: url(https://matchapp-deai.com/img/24144974.png) center left no-repeat;
    padding-left: 30px;
    margin: 0;
    background-size: 25px;
}

.early{
    font-size: inherit;
    background: url(https://matchapp-deai.com/img/24258337.png) center left no-repeat;
    padding-left: 20px;
    margin: 0;
    background-size: 20px;
}

.richmen{
    font-size: inherit;
    background: url(https://matchapp-deai.com/img/2611484.png) center left no-repeat;
    padding-left: 25px;
    margin: 0;
    background-size: 25px;
}


.japan{
    font-size: inherit;
    background: url(https://matchapp-deai.com/img/24310955.png) center left no-repeat;
    padding-left: 25px;
    margin: 0;
    background-size: 30px;
}


#wrapper p.day{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/update.jpg) center left no-repeat;
    padding-left: 15px;
    margin: 0;
}

#wrapper p.calendar{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/calendar_icon.jpeg) center left no-repeat;
    padding-left: 20px;
    margin: 0;
}

#wrapper .day{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/update.jpg) center left no-repeat;
    padding-left: 15px;
    margin: 0;
}

#wrapper .calendar{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/calendar_icon.jpeg) center left no-repeat;
    padding-left: 20px;
    margin: 0;
}

#wrapper .light_bulb{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/light_bulb.png) center left no-repeat;
    padding-left: 30px;
    margin: 0;
    font-size:16px;
}


#wrapper .human_inspire{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/human_inspire.png) center left no-repeat;
    padding-left: 30px;
    margin: 0;
    font-size:16px;
}

#wrapper .good_point{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/good_point.jpeg) center left no-repeat;
    padding-left: 30px;
    margin: 0;
    font-size:16px;
    background-size: 20px;
}

#wrapper .bad_point{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/bad_point.jpeg) center left no-repeat;
    padding-left: 30px;
    margin: 0;
    font-size:16px;
    background-size: 20px;
}

#wrapper .memo{
	background: url(https://matchapp-deai.com/img/memo.jpeg) center left no-repeat;
    padding-left: 30px;
    font-size:18px;
    background-size: 20px;
}


#wrapper .attention_y{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/attention_y.jpeg) center left no-repeat;
    padding-left: 30px;
    font-size:16px;
    background-size: 25px;
}

#wrapper .checkbox{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/checkbox.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
}

#wrapper .check_r{
	background: url(https://matchapp-deai.com/img/check_r.jpeg) center left no-repeat;
    padding-left: 25px;
    background-size: 20px;
}

#wrapper .check_purple{
	background: url(https://matchapp-deai.com/img/check_purple.png) center left no-repeat;
    padding-left: 25px;
    background-size: 20px;
}

#wrapper .money{
	background: url(https://matchapp-deai.com/img/money_gold_icon.jpeg) center left no-repeat;
    padding-left: 20px;
    background-size: 15px;
}

#wrapper .clothing{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/clothing_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
}

#wrapper .address{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/address_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
}

#wrapper .arrow{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/arrow_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .references{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/references_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}


#wrapper .men_icon{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/men_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .men_icon3{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/men_icon3.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .women_icon{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/women_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .women_icon3{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/women_icon3.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .heart_icon{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/heart_icon.jpeg) center left no-repeat;
    padding-left: 20px;
    font-size:16px;
    background-size: 15px;
    color:#000;
}

#wrapper .tear-off_calendar{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/tear-off_calendar.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

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

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

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

#wrapper .shampooicon2 {
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/shampooicon2.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .shampoo_bubble_icon {
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/shampoo_bubble_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .usuge_icon {
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/usuge_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .scalp_icon {
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/scalp_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}


#wrapper .cashback_icon {
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/cashback_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}


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

#wrapper .measuringcup_icon {
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/measuringcup_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .present_icon {
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/present_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .mix_icon {
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/mix_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .cart_icon {
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/cart_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .company_icon {
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/company_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .smell_icon {
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/smell_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .sun_icon {
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/sun_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .pricetag_icon {
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/pricetag_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .yarn_icon {
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/yarn_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .return_icon {
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/return_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}


#wrapper .colorvariation_icon {
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/colorvariation_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .shorts_icon {
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/shorts_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .calculator_icon {
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/calculator_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

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

#wrapper .howto_icon {
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/howto_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .favorite_icon {
	background: url(https://matchapp-deai.com/img/favorite_icon.jpeg) center left no-repeat;
    padding-left: 40px;
    font-size:20px;
    background-size: 30px;
    color:#000;
    font-weight:bold;
}

#wrapper .womandoctor_icon {
	background: url(https://matchapp-deai.com/img/womandoctor_icon.jpeg) center left no-repeat;
    padding-left: 40px;
    font-size:20px;
    background-size: 30px;
    color:#000;
    font-weight:bold;
}

#wrapper .good_icon {
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/good_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .gear_icon {
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/gear_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .point_icon {
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/point_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .shop_icon {
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/shop_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .reserve_icon {
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/reserve_icon.jpg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}


#wrapper .shaving_icon {
	background: url(https://matchapp-deai.com/img/shaving_icon3.jpg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .pain_icon {
	background: url(https://matchapp-deai.com/img/pain_icon.jpg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .datsumou_icon {
	background: url(https://matchapp-deai.com/img/datsumou_icon.jpg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .datsumoumachine_icon {
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/datsumoumachine_icon.jpg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

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

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

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

#wrapper .jerry_icon {
	background: url(https://matchapp-deai.com/img/jerry_icon.png) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .batsu_icon {
	background: url(https://matchapp-deai.com/img/batsu_icon2.png) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .maru_icon {
	background: url(https://matchapp-deai.com/img/maru_icon.png) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

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

#wrapper .friend2_icon {
	background: url(https://matchapp-deai.com/img/friend2_icon.png) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .change_icon {
	background: url(https://matchapp-deai.com/img/change_icon.png) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

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

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

#wrapper .checkboxframe_icon {
	background: url(https://matchapp-deai.com/img/checkboxframe_icon.jpg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .checkboxframe_p_icon {
	background: url(https://matchapp-deai.com/img/checkboxframe_purple_icon.png) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

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

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

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

#wrapper .soap_icon {
	background: url(https://matchapp-deai.com/img/soap_icon.png) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .lotion_icon {
	background: url(https://matchapp-deai.com/img/lotion_icon2.png) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 12px;
    color:#000;
}

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

#wrapper .erea_icon {
	background: url(https://matchapp-deai.com/img/erea_icon.jpeg) top left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .handshake{
	background: url(https://matchapp-deai.com/img/handshake_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

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


#wrapper .arrow_deeppink_icon{
	background: url(https://matchapp-deai.com/img/arrow_deeppink_icon.png) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}



#wrapper .attention_icon{
	background: url(https://matchapp-deai.com/img/attention_icon.png) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}



#wrapper .podium_icon {
	background: url(https://matchapp-deai.com/img/podium.png) center left no-repeat;
    background-size: 30px;
    padding-left: 40px;

}



#wrapper .crown_icon {
	background: url(https://matchapp-deai.com/img/crown_icon.png) center left no-repeat;
    background-size: 30px;
    color:#000;
}


#wrapper .bag_icon {
	background: url(https://matchapp-deai.com/img/bag_icon.png) center left no-repeat;
    padding-left: 25px;
    background-size: 20px;
}


#wrapper .zoom_icon{
	background: url(https://matchapp-deai.com/img/zoom_icon.jpg) center left no-repeat;
    padding-left: 25px;
    background-size: 20px;
    color:#000;
}

#wrapper .mask_icon{
	background: url(https://matchapp-deai.com/img/mask_icon.png) center left no-repeat;
    padding-left: 25px;
    background-size: 20px;
    color:#000;
}

#wrapper .hourglass_icon{
	background: url(https://matchapp-deai.com/img/hourglass_icon.png) center left no-repeat;
    padding-left: 25px;
    background-size: 20px;
    color:#000;
}



















#wrapper .step1{
	background: url(https://matchapp-deai.com/img/step1_icon.png) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .step2{
	background: url(https://matchapp-deai.com/img/step2_icon.png) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}



#wrapper .step3{
	background: url(https://matchapp-deai.com/img/step3_icon.png) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .step4{
	background: url(https://matchapp-deai.com/img/step4_icon.png) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .no1{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/no1_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .no2{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/no2_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .no3{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/no3_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .no4{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/no4_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .no5{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/no5_icon.jpeg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .amazon_icon {
	background: url(https://matchapp-deai.com/img/amazon_icon.png) center left no-repeat;
    padding-left: 25px;
    font-size:15px;
    background-size: 30px;
    color:#000;
    font-weight:bold;
}

#wrapper .rakuten_icon {
	background: url(https://matchapp-deai.com/img/rakuten_icon.png) center left no-repeat;
    padding-left: 25px;
    font-size:15px;
    background-size: 30px;
    color:#000;
    font-weight:bold;
}


#wrapper .pairs_icon{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/pairs.png) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}
#wrapper .tapple_icon{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/tapple_logo.png) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .with_icon{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/with.PNG) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .tinder_icon{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/tinder.JPG) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .couplink_icon{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/couplink_logo.png) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .omiai_icon{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/omiai_logo.jpg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .zexy_en_icon{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/zexy._en.png) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .zexykoi_icon{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/zexy.PNG) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .mimi_icon{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/mimi_logo.jpg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}
#wrapper .aocca_icon{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/aocca_icon.jpg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .crossme_icon{
	font-size:x-small;
	background: url(https://matchapp-deai.com/img/crossme.JPG) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

p.1red{
	background: url(https://matchapp-deai.com/img/1red.jpg) center left no-repeat;
    padding-left: 15px;
    margin: 0;
	}
p.2red{
	background: url(https://matchapp-deai.com/img/2red.jpg) center left no-repeat;
    padding-left: 15px;
    margin: 0;
    font-size:13px;
	}

.box_feature{
	border-radius: 10px;
    padding: 26px 26px 22px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #cdcdcd;
    background-color:#fff;
    }

.box_feature .box_header{
	font-weight: 700;
    line-height: 1.35;
    color: #e50012;
    margin-bottom: 12px;
	}

.box_feature p.1red{
	background: url(https://matchapp-deai.com/img/1red.jpg) center left no-repeat;
    padding-left: 15px;
    margin: 0;
	}

.box_feature p.2red{
	background: url(https://matchapp-deai.com/img/2red.jpg) center left no-repeat;
    padding-left: 15px;
    margin: 0;
    font-size:13px;
	}
	
.box_feature p.3red{
	background: url(https://matchapp-deai.com/img/3red.png) center left no-repeat;
    padding-left: 15px;
    margin: 0;
    font-size:13px;
	}

#wrapper .1red {
	background: url(https://matchapp-deai.com/img/1red.jpg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}

#wrapper .2red {
	background: url(https://matchapp-deai.com/img/2red.jpg) center left no-repeat;
    padding-left: 25px;
    font-size:14px;
    background-size: 20px;
    color:#000;
}


.point-icon_23121450{
	background: url(https://recommend-1st.com/img/23121450.png) center left no-repeat;
    padding-left: 35px;
    background-size: 30px;
}
.illust_24620017_1{
	background: url(https://recommend-1st.com/img/24620017_1_300350.png) top left no-repeat;
    padding-left: 25px;
    background-size: 15px;
	}

.illust_24620017_2{
	background: url(https://recommend-1st.com/img/24620017_2_300350.png) top left no-repeat;
    padding-left: 25px;
    background-size: 15px;
	}
.illust_24620017_3{
	background: url(https://recommend-1st.com/img/24620017_3_300350.png) top left no-repeat;
    padding-left: 25px;
    background-size: 15px;
	}
.illust_24620017_4{
	background: url(https://recommend-1st.com/img/24620017_4_300350.png) top left no-repeat;
    padding-left: 25px;
    background-size: 15px;
	}
.illust_24620017_5{
	background: url(https://recommend-1st.com/img/24620017_5_300350.png) top left no-repeat;
    padding-left: 25px;
    background-size: 15px;
	}
.illust_24620017_6{
	background: url(https://recommend-1st.com/img/24620017_6_300350.png) top left no-repeat;
    padding-left: 25px;
    background-size: 15px;
	}
.illust_24620017_7{
	background: url(https://recommend-1st.com/img/24620017_7_300350.png) top left no-repeat;
    padding-left: 25px;
    background-size: 15px;
	}
.illust_24620017_8{
	background: url(https://recommend-1st.com/img/24620017_8_300350.png) top left no-repeat;
    padding-left: 25px;
    background-size: 15px;
	}
.illust_24620017_9{
	background: url(https://recommend-1st.com/img/24620017_9_300350.png) top left no-repeat;
    padding-left: 25px;
    background-size: 15px;
	}
.illust_24620017_0{
	background: url(https://recommend-1st.com/img/24620017_0_300350.png) top left no-repeat;
    padding-left: 25px;
    background-size: 15px;
	}



/* ↓パンくずリスト用アイコン */


#wrapper .top_icon{
	background: url(https://matchapp-deai.com/img/favicon.ico) center left no-repeat;
    padding-left: 25px;
    background-size: 20px;
}

#wrapper .perfume_icon{
	background: url(https://matchapp-deai.com/img/perfume_icon.png) center left no-repeat;
    padding-left: 25px;
    background-size: 20px;
}

#wrapper .perfume_men_icon{
	background: url(https://matchapp-deai.com/img/perfume_men_icon.png) center left no-repeat;
    padding-left: 25px;
    background-size: 20px;
}

#wrapper .couple_icon{
	background: url(https://matchapp-deai.com/img/couple_icon.png) center left no-repeat;
    padding-left: 25px;
    background-size: 20px;
}



#wrapper .couple2_icon{
	background: url(https://matchapp-deai.com/img/couple2_icon.png) center left no-repeat;
    padding-left: 25px;
    background-size: 20px;
}


#wrapper .smp_icon{
	background: url(https://matchapp-deai.com/img/smp_icon.png) center left no-repeat;
    padding-left: 25px;
    background-size: 20px;
}

#wrapper .crown_s_icon {
	background: url(https://matchapp-deai.com/img/crown_icon.png) center left no-repeat;
    padding-left: 25px;
    background-size: 20px;
}

#wrapper .chaneclaire_top_icon {
	background: url(https://matchapp-deai.com/deai/konkatsu_party/img/chaneclaire_top_icon.jpg) center left no-repeat;
    padding-left: 20px;
    background-size: 20px;
}

#wrapper .whitekey_top_icon {
	background: url(https://matchapp-deai.com/deai/konkatsu_party/img/whitekey_top_icon.jpg) center left no-repeat;
    padding-left: 20px;
    background-size: 20px;
}

#wrapper .bust_icon {
	background: url(https://matchapp-deai.com/complex/bust/small/img/bust_icon.png) center left no-repeat;
    padding-left: 40px;
    background-size: 40px;
}

#wrapper .bust_small_icon {
	background: url(https://matchapp-deai.com/complex/bust/small/img/bust_small_icon.png) center left no-repeat;
    padding-left: 30px;
    background-size: 30px;
}

#wrapper .gorilla_clinic_icon {
	background: url(https://matchapp-deai.com/complex/mens_skincare/img/gorilla_clinic_icon.jpg) center left no-repeat;
    padding-left: 20px;
    background-size: 20px;
}

#wrapper .toothbrush_icon {
	background: url(https://matchapp-deai.com/complex/mouth/toothbrush/img/toothbrush_icon.png) center left no-repeat;
    padding-left: 25px;
    background-size: 20px;
}

#wrapper .mouth_icon {
	background: url(https://matchapp-deai.com/complex/mouth/img/mouth_icon.png) center left no-repeat;
    padding-left: 25px;
    background-size: 20px;
}

#wrapper .complex_icon {
	background: url(https://matchapp-deai.com/img/complex_icon.png) center left no-repeat;
    padding-left: 25px;
    background-size: 20px;
}

#wrapper .galleido_dental_member_icon {
	background: url(https://matchapp-deai.com/complex/mouth/toothbrush/img/galleido_dental_member_icon.jpg) center left no-repeat;
    padding-left: 25px;
    background-size: 20px;
}

#wrapper .led_electric_toothbrush_icon {
	background: url(https://matchapp-deai.com/complex/mouth/img/led_electric_toothbrush_icon.png) center left no-repeat;
    padding-left: 25px;
    background-size: 20px;
}

#wrapper .balance_icon {
	background: url(https://matchapp-deai.com/img/balance_icon.png) center left no-repeat;
    padding-left: 25px;
    background-size: 20px;
}

/* ↑パンくずリスト用アイコン */





.woman-illust-contents1 {
    background: url(https://matchapp-deai.com/img/1205175.png) top right no-repeat;
    background-size: 30%;
    height: auto;
}
.woman-illust-contents2 {
    background: url(https://matchapp-deai.com/img/1251984.png) top right no-repeat;
    background-size: 30%;
    height: auto;
}
.woman-illust-contents3 {
    background: url(https://matchapp-deai.com/img/1350653.png) top right no-repeat;
    background-size: 30%;
    height: auto;
}
.woman-illust-contents4 {
    background: url(https://matchapp-deai.com/img/1352744.png) top right no-repeat;
    background-size: 30%;
    height: auto;
}
.woman-illust-contents5 {
    background: url(https://matchapp-deai.com/img/1010786.png) top right no-repeat;
    background-size: 30%;
    height: auto;
}
.woman-illust-contents6 {
    background: url(https://matchapp-deai.com/img/1083261.png) top right no-repeat;
    background-size: 30%;
    height: auto;
}
.woman-illust-contents7 {
    background: url(https://matchapp-deai.com/img/1089333.png) top right no-repeat;
    background-size: 30%;
    height: auto;
}

.woman-illust-contents8 {
    background: url(https://matchapp-deai.com/img/1205166.png) top right no-repeat;
    background-size: 30%;
    height: auto;
}
.woman-illust-contents9 {
    background: url(https://matchapp-deai.com/img/1204350.png) top right no-repeat;
    background-size: 30%;
    height: auto;
}
.woman-illust-contents10 {
    background: url(https://matchapp-deai.com/img/1085237.png) top right no-repeat;
    background-size: 30%;
    height: auto;
}



.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;
}

.h1deco_basic{
	border-bottom: 5px solid #f7f7f7;
    font-weight: 700;
    color: #000;
    line-height: 2em;
    letter-spacing: 5px;
    margin: 0 0 10px;
    font-size: 1.0em;
}




h2.h2deco_outline{font-size:14px;padding-left: 10px;}


h2.article_h2title{

    width: 100%;
    border-bottom: 2px solid #e50012;
    padding-bottom: 2px;
    margin-top: 48px;
    margin-bottom: 16px;
}


h3.article_h3title{

    width: 100%;
    border-bottom: 2px dotted #666;
    margin-top: 26px;
    padding-bottom: .75em;
    font-size: 18px;
color: #666666;

}

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


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

}


.box_point_brackets{
margin-top: 20px;
    margin-bottom: 20px;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-radius: 25px;
    padding: 14px 16px;
}


.btn-square-basic {
  position: relative;
  display: inline-block;
  padding: 10px 10px;
  text-decoration: none;
  color: #fff;
  background: #ff0000;/*背景色*/
  border-bottom: solid 2px #cc0000;/*少し濃い目の色に*/
  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;
  border-radius: 8px;
}

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

.btn-square-basic:hover {
  opacity:0.5;
}

.btn-article{
	margin-right:auto;
	margin-left:auto;
	text-align: center;

}





















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


   /* ↓固定バナー */
.fix-menu {
  position: fixed;
  bottom: 5px;
  height: auto;
  z-index: 999;
  width: 100%;
  background: rgba(0,0,0,0.5);
  padding: 10px;
}

.is-fixed {
  display: none!important;
  }
.bottom_pr{
	color:#fff;
}

.bottom_pr a{

	color:#fff;
}

   /* ↓固定バナー */

   /* ↓固定バナー */
.fix-menu2 {
  position: fixed;
  bottom: 5px;
  height: auto;
  z-index: 999;
  width: 100%;
  background: rgba(0,0,0,0.5);
  padding: 10px;
}

.is-fixed2 {
  display: none!important;
  }


   /* ↓固定バナー */

   /* ↓固定バナー */
.fix-menu3 {
  position: fixed;
  bottom: 5px;
  height: auto;
  z-index: 999;
  width: 100%;
  background: rgba(0,0,0,0.5);
  padding: 10px;
}

.is-fixed3 {
  display: none!important;
  }


   /* ↓固定バナー */

.bannar_fixed {
    display: inline-block;
    width:50%;
    padding: 0.5em 0.5em;
    text-decoration: none;
    border-radius: 40px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(#11AA44 0%, #11AA44 100%);
    background-image: linear-gradient(#11AA44 0%, #11AA44 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #11AA44;
    margin-left:20%;
	margin-right:auto;
    text-align:center;
    font-size:large;
}
.bannar_fixed2 {
    display: inline-block;
    width:50%;
    padding: 0.5em 0.5em;
    text-decoration: none;
    border-radius: 40px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(#ff0000 0%, #ff0000 100%);
    background-image: linear-gradient(#ff0000 0%, #ff0000 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;
    font-size:large;
}


/*料金テーブルアコーディオンstart*/
.accbox {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}


.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    color :#ffffff;
    font-weight: bold;
    background :#fff;
    cursor :pointer;
    transition: all 0.5s;
}

.accbox label:hover {
    background :#fff;
}

.accbox input {
    display: none;
}

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    background: #fff;
    opacity: 1;
}
/*料金テーブルアコーディオンend*/

.textright{
text-align:right;
font-size:small;
margin: 10px 0px;
}

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

.img{
text-align:center;
}

.img img{

	margin-top: 5px;
}

.img img:hover {
			opacity: 0.5 ;
}

.imgtop{
text-align:center;
width:100%;
margin-left:auto;
margin-right:auto;
}




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

.imgcenter{
text-align:center;

}

.imgcenter2{
text-align:center;
margin:5px;
}

.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;
    padding-top: 10px;
    background-color: #fff;
}
 
.reflection {
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 3s 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; }
    50% { 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; }
    50% { -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; }
    50% { -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; }
    50% { -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;
}

.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: 1px 1px 1px 10px;
	color: white;
	background-color:#dc143c;
}

.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;
}

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


.preoffertitle{
	text-align:left;
	font-size:midium;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #000;
    padding: 10px;
	background-color:#ffe4c4;
	margin-top: 10px;
    margin-bottom: 10px;
}
.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;
	line-height: 1em;
}

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

.social_botton{
	text-align:center;
	margin: 5px 0 5px 0;
	background-color:  #fff;
	border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 7px 0 0 0;
}

.inline-block_test {
    display: inline-block;      /* インラインブロック要素にする */
    background-color:  #fff;    /* 背景色指定 */
    padding:  0px;             /* 余白指定 */
    height: auto;              /* 高さ指定 */
    width:50px;
}

.inline-block_test a:hover  {
    opacity:0.5;
}


/* 吹き出し本体 */
.balloon5{
  position: relative;
  padding: 20px;
  background-color: #fff;
  border: 2px solid #ca8888;
  width:60%;
  margin-right:auto;
  margin-left:auto;
  margin-top:10px;
  margin-bottom:10px;
  text-align:center;
}

/* beforeで枠線の三角を表現 */
.balloon5::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 30%;
  top: -15px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ca8888;
  border-left: 15px solid transparent;
}

/* beforeで本体の三角を表現 */
.balloon5::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 30%;
  top: -12px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
}

blockquote {
    position: relative;
    padding: 10px 20px;
    box-sizing: border-box;
    font-style: italic;
    color: #4e4e4e;
    background: #fff0f0;
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: -10px;
    vertical-align: middle;
    content: "“";
    font-family: sans-serif;
    color: #ffdfdf;
    font-size: 130px;
    line-height: 1;
}
blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: -40px;
    right: 20px;
    vertical-align: middle;
    text-align: center;
    content: "”";
    font-family: sans-serif;
    color: #ffdfdf;
    font-size: 90px;
    line-height: 1;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    position: relative;
    z-index: 3;
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}


/* --- 方眼紙背景のBOX定義 ---------------------------------------------------------------- */
.box_hougan {
  max-width  : 100%;
  height     : auto;
  padding:5px;
  margin-bottom: 1em;
  margin-top: 2em;
                                            /* ドット（水玉）模様のCSS */
  background-color : #ffffff;
  background-image :

    repeating-linear-gradient(to bottom,          /* 横線 */
       transparent 12px,
       rgba(204, 204, 204, 0.24) 13px,  rgba(204, 204, 204, 0.24) 13px,
       transparent 14px,  transparent 25px, 
       rgba(204, 204, 204, 0.24) 26px,  rgba(204, 204, 204, 0.24) 26px,
       transparent 27px,  transparent 38px, 
       rgba(204, 204, 204, 0.24) 39px,  rgba(204, 204, 204, 0.24) 39px,
       transparent 40px,  transparent 51px, 
       rgba(204, 204, 204, 0.24) 52px,  rgba(204, 204, 204, 0.24) 52px,
       transparent 53px,  transparent 64px, 
       rgba(204, 204, 204, 0.24) 65px,  rgba(204, 204, 204, 0.24) 65px),

    repeating-linear-gradient(to right,          /* 縦線 */
       transparent 12px,
       rgba(204, 204, 204, 0.24) 13px,  rgba(204, 204, 204, 0.24) 13px,
       transparent 14px,  transparent 25px, 
       rgba(204, 204, 204, 0.24) 26px,  rgba(204, 204, 204, 0.24) 26px,
       transparent 27px,  transparent 38px, 
       rgba(204, 204, 204, 0.24) 39px,  rgba(204, 204, 204, 0.24) 39px,
       transparent 40px,  transparent 51px, 
       rgba(204, 204, 204, 0.24) 52px,  rgba(204, 204, 204, 0.24) 52px,
       transparent 53px,  transparent 64px, 
       rgba(204, 204, 204, 0.24) 65px,  rgba(204, 204, 204, 0.24) 65px);
}

/* --- 方眼紙背景のBOX定義 ---------------------------------------------------------------- */

/* 黒板風　タイトル　1 */
.kokuban-t1 {
 position: relative;
 /*margin: 1em;*/
 padding: 3.2em 1em 1em;
 /*width: 90%;  ボックス幅 なし */
 background-color: #202020; /* ボックス背景色 */
 color: #fff; /* 文章色 */
 border: 10px solid #8b4513; /* 枠線 */
 border-radius: 3px; /* 角の丸み */
 box-shadow: 0 0 5px #333;
}
.kokuban-t1::before,
.kokuban-t1::after {
 position: absolute;
 content: '';
 bottom: 0;
} 
.kokuban-t1::before {
 right: 10px;
 border: solid 3px #ff7fbf; /*チョーク（ピンク）*/
 width: 20px; 
 border-radius: 3px 2px 0 2px;
}
.kokuban-t1::after {
 right: 40px;
 border: solid 3px #fff; /*チョーク（白）*/
 width: 15px; 
 border-radius: 8px 5px 2px 5px;
}
.title-t1 {
 position: absolute;
 left: 1em;
 top: .5em;
 font-weight: bold;
 font-size: 1.1em;
 color: #ff7fbf; /* タイトル色 */
}
.kokuban-t1 a{
	color:#fff;
}

.note {
  /*width: 96%;  DIV横幅 */
  font-size: 16px;
  color: #222; /* 文字色 */
  padding:2rem 1rem 3rem; /* 余白 */
  background-color: #fff; /* 地の色を変えるときはここで */
  background-image: linear-gradient( rgba(220,220,220,1.3) .1em, transparent .1em );
  background-size: auto 2rem; /* line-heightと一致させる */
  line-height: 2rem; /* background-sizeと一致させる */
  border: 1px solid rgba(0,0,0,.2); /* 枠線 */
  border-radius: 2px; /* 外枠の角丸 */
  overflow: hidden;
}
.note > p { margin: 0 0 2rem; }
/*.note > p:first-letter { margin-left: 1rem; }*/


.preoffertitlekiji{
    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-bottom: 10px;
    
}
.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 #4169e1;
    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;
}


.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 1em;
    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%;
}


@media (min-width: 930px) {

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

   }

   /* ▼メインカラムの装飾 */
   .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;
      
   }
   /* ▽サイドカラムの装飾 */
   .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: none;
  }
}


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

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

ol.olleft1{
	margin-left:-15px;
}

ol.olleft1{
	margin-left:-15px;
	font-weight:bold;
}

ol.olleft1 li{
	font-weight:bold;
}


ul.ulleft{
	margin-left:-15px;
	font-weight:bold;
}



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

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

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

.menu {
    padding: 0px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    border-bottom: 5px solid #f7f7f7;
    border-top: 5px solid #f7f7f7;
    border-right: none;
    border-left: none;
}



.menu li{}

.menu li a{
color: #262626;
}


.box1 {
    padding: 0.5em 0.5em;
    margin: 1em 0;
    border: solid 1px #000000;!important;
}


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

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

}

.box6 {
    padding: 0.5em 1em;
    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 1em;
    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;
}



p.shuttensmallright{
	text-align:right;
	font-size: 10px;
    width: 100%;
}
.fuchi{
	border:1px solid #1e90ff;	
}
.linkblack{
	color:#000;
	text-align:left;
}
.linkblack a{
	color:#000;
}


.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 } 


/* プルンボタン */
.prun {
    display: inline-block;
    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;
animation: prun 2.2s ease-in infinite;
-webkit-animation: prun 2.2s ease-in infinite;
-moz-animation: prun 2.2s ease-in infinite;
-o-animation: prun 2.2s ease-in infinite;
-ms-animation: prun 2.2s ease-in infinite;
}

@keyframes prun {
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{
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 a{
    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;}
}


.btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}



.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;
    margin-top: 10px;
}

@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;
}

f{
	font-size: 30px;
    color: red;
        line-height: 2em;

}

.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: #ff4500;
 border: 2px solid #ff4500;
 color: #fff;
 border-radius: 3px;
}
.attention-red {
 border-color: #ff4500;
}

p.attention10{
	padding:5px;
}

.caution2 {
 background-color: #000080;
 border: 2px solid #000080;
 color: #fff;
 border-radius: 3px;
}

.attention-red2 {
 border-color: #000080;
}


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


table {
	width:100%;
	background: #fff;
}

/*tableにスクロールバーを追加スタート---------------------------------------------------------*/
.scroll{
overflow: auto; /*tableをスクロールさせる*/
white-space: nowrap; /*tableのセル内にある文字の折り返しを禁止*/
margin-bottom: 2em;
background: #fff;
}
.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:left;
 	background:#fff;
 }
.last th {
  background: #dc143c;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.last td{
	border: solid 1px #ccc;
 	padding: 10px;
 	text-align:left;
 	background:#fff;
}

th.tbl-th{
	font-size:small;
}
/*tableにスクロールバーを追加エンド-----------------------------------------------------------*/

/*料金テーブルstart---------------------------------------------------------------------------*/
table.brwsr2 {
margin: 0 auto;
max-width: 600px;
border: none;
border-top: solid 1px #666;
border-bottom: solid 1px #666;
border-collapse: separate;
border-spacing: 0;
background: #f5f5f5;
}

table.brwsr2 th {
vertical-align: middle;
height: 53px;
width: 100px;
border-right: solid 1px #666;
margin: 0;
text-align: center;
color: #333;
font-size: 16px;
font-weight: bold;
}

table.brwsr2 td.data {
padding: 0;
margin: 0;
height: 53px;
width: 80px;
border-right: dotted 1px #666;
color: #666;
font-size: 12px;
line-height: 16px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
overflow: hidden;
}

table.brwsr2 td.data1 {
padding: 0;
margin: 0;
height: 53px;
width: 80px;
border:none;
color: #666;
font-size: 12px;
line-height: 16px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
overflow: hidden;
}

table.brwsr2 td:fst-child {
padding: 0 0 0 10px;
vertical-align: middle;
}

table.brwsr2 td.bar {
height: 1px;
width: 60%;
border-top: solid 1px #34495e;
}
/*料金テーブルend*/

/*料金テーブルアコーディオンstart*/
.accbox_fee {
	text-align:center;
    margin: 0 auto;
    padding: 0;
    max-width: 80%;
}


.accbox_fee label {
    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    color :#ffffff;
    font-weight: bold;
    background :#00C8CE;
    cursor :pointer;
    transition: all 0.5s;
}

.accbox_fee label:hover {
    background :#85baef;
}

.accbox_fee input {
    display: none;
}

.accbox_fee .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    opacity: 1;
}



/*全体*/
.hidden_box {
    margin: 2em 0;
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    border-radius: 5px;
    display: block;
    margin: 1.5px 0;
    padding : 20px 12px;
    color :#000;
    font-weight: bold;
    background :#efefef;
    cursor :pointer;
    transition: all 0.5s;
    max-width:75px;
}

/*アイコンを表示*/
.hidden_box label:after {
    position: absolute;
    content: 'show';
    margin-top: -10px;
    /* border: 10px solid transparent; */
    /* border-top-width: 10px; */
    /* border-bottom-width: 10px; */
    /* border-left-color: #000; */
    /* transition: all .3s; */
    border-bottom: 1px solid blue;
    color: blue;
    margin-left: 10px;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: silver;
}

/*アイコンを切り替え*/
.hidden_box input:checked ~ label:after {
	 content: 'hide';
     -ms-transform: rotate(360deg);
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
     color: #668ad8;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

/*料金テーブルアコーディオンend-------------------------------------------------------------*/

/*アコーディオンQ&Astart*/
.accbox_qa {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
}


.accbox_qa label {
    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    color :#ffffff;
    font-weight: bold;
    background :#00C8CE;
    cursor :pointer;
    transition: all 0.5s;
}

.accbox_qa label:hover {
    background :#85baef;
}

.accbox_qa input {
    display: none;
}

.accbox_qa .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.cssacc_qa:checked + .accshow {
    height: auto;
    padding: 5px;
    background: #fff;
    opacity: 1;
}
/*アコーディオンQ&Aend-------------------------------------------------------------*/

/*テキストリンク装飾*/
.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;
}


/*Q&Astart*/

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	font-family: 'FontAwesome', sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa dt,.cp_qa dd {
	position: relative;
	padding: 0.5em;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	border-radius: 0.3em;
}
.cp_qa dt {
	margin: 0 0em 1em 3em;
	background: #ffe0b2;
}
.cp_qa dd {
	margin: 0 3em 3em 0em;
	background: #b2ebf2;
}
/* 吹き出し */
.cp_qa dt::before,.cp_qa dd::before{
	position: absolute;
	z-index: 99;
	top: 0.5em;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
}
/* 質問吹き出し*/
.cp_qa dt::before {
	left: -0.5em;
	border-width: 5px 8.7px 5px 0;
	border-color: transparent #ffe0b2 transparent transparent;
}
/* 答え吹き出し */
.cp_qa dd::before {
	right: -0.5em;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #b2ebf2;
}
/* ?!アイコン */
.cp_qa dt::after,.cp_qa dd::after {
	font-size: 1.2em;
	position: absolute;
	top: 0;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.2em;
}
/* ?アイコン */
.cp_qa dt::after {
	left: -2.5em;
	margin: 0 0.5em 0 0;
	padding: 0.2em 0.4em;
	content: 'Q';
	background: #f57c00;
}
/* !アイコン */
.cp_qa dd::after {
	right: -2.5em;
	margin: 0 0 0 0.5em;
	padding: 0.2em 0.55em;
	content: 'A';
	background: #0097a7;
}

/*Q&Aend*/


.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: #E97091;
}

.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;
    line-height:1.0;
}

.imgcenter img{
    box-shadow: 4px 5px 12px -5px rgba(0, 0, 0, 0.8);

}


/*カードスタイル*/
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	width: 30%;
    margin: 1.66%;
}
@media screen and (max-width: 1200px) {
	.col_3 > div{
		width: 45%;
	}
}
@media screen and (max-width: 930px) {
	.col_3 > div{
		width: 100%;
	}
}

@media screen and (max-width: 3000px){
 .Photo img {
    width: 100%;
    margin: 0;
    padding: 0;
}
}

@media screen and (max-width: 930px){
 .Photo img {
    width: 32%;
    float: left;
}
}

@media screen and (max-width: 1200px)
 .Photo p {
    margin: 5px!important;
    padding: 0px;
}
}

@media screen and (max-width: 930px)
 .Photo p {
    float: right;
    width: 64%;
    margin: 3% 2%!important;
    padding: 0;
    font-size:30px;
}

.card{box-shadow: 0px 1px 1px 0px rgba(50, 50, 0, 0.5);margin-bottom: 10px;margin: 0;padding: 0;}

.col_3 .card .Photo Hv{
padding: 0;
    margin: 0;
}

.card p{text-align: center;
    padding: 10px;}

/*カードスタイル*/


/*フッターstart*/

.footer_copyright{
	text-align: center;
	margin-right:auto;
	margin-left:auto;
	color:#ffffff;
	background-color: #180614;
	}

.footernavi{
	text-align: center;
	margin-right:auto;
	margin-left:auto;
	color:#000;
	background-color: #180614;
}

.footer_copyright a{
	color:#ffffff;
	}

/*フッターend*/

/*パンくずリストstart*/
.breadcrumb {
  	border-top: 1px solid #efefef;
    border-width: 1px 0;
    color: #999;
    font-size: 10px;
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
  	border-bottom: 1px solid #efefef;
}

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

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

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

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

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

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

/*--------------カードスタイル----------*/
.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > div{
	width: 20%;
    margin: 1%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1200px) {
	.col_4 > div{
		width: 45%;
	}
}
@media screen and (max-width: 930px) {
	.col_4 > div{
		width: 90%;
		background-color: #fff;
	}
}

@media screen and (max-width: 3000px){
 .Photo img {
    width: 100%;
    margin: 0;
    padding: 0;
}
}

@media screen and (max-width: 930px){
 .Photo img {
    width: 25%;
    float: left;
    margin-top: -15px;
}
}

@media screen and (max-width: 1200px)
 .Photo p {
    margin: 5px!important;
    padding: 0px;
    font-size: 1.0em;
}
}

@media screen and (max-width: 930px)
 .Photo p {
    float: right;
    width: 64%;
    margin: 3% 2%!important;
    padding: 0;
    font-size:30px;
}

.card{
	box-shadow: 0px 1px 5px 1px rgba(50, 50, 0, 0.5);
	margin-bottom: 10px;
	margin: 0;
	padding: 0;
	border-radius: 20px;
	overflow:hidden;
	}

.card a:hover{
	    opacity:0.5; 
	}


.col_4 .card .Photo Hv{
	padding: 0;
    margin: 0;

 }

.card p{
	text-align: center;
    padding: 0px;
    /*font-size: 1.5em;*/
    line-height: 1.0;
    }


.col_4 .card img{
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	min-height: 80px;
    min-width: 130px;

}

.col_4 .card img:hover{
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
		opacity:0.5;
}

.col_4 .card p:hover{
		opacity:0.5;
		color:#F6B1CC;
}


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


.balloon_writer_basic {
position: relative;
  width: 95%;
  margin: 1.5em 0;
        margin-right: auto;
    margin-left: auto;
    border: 2px solid #d4d4d4;
    padding:5px;
}

.balloon_writer_basic .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    background: #FFF;
    font-weight: bold;
}

.balloon_writer_basic .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
  margin-top: 10px;
}

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

.balloon_writer_basic .faceicon p{
  font-size:10px;
  margin-top: -5%;
 text-align: center;
}

.balloon_writer_basic .chatting {
  width: 100%;
}

.says_writer {
display: inline-block;
    position: relative;
    margin: 5px 0 5px 100px;
    padding: 5px 5px;
    border-radius: 12px;
    background: #eeeeee;
}

.sayswriter_ p {
  margin: 0;
  padding: 0;
  text-align:left;
}



.balloon_basic {
position: relative;
  width: 95%;
  margin: 1.5em 0;
        margin-right: auto;
    margin-left: auto;
    border: 2px solid #00C8CE;
    padding:5px;
    overflow:hidden;
}

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

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

.balloon_basic .faceicon p{
  font-size:10px;
  margin-top: -5%;
 text-align: center;
}

.balloon_basic .chatting {
  width: 100%;
}

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

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

.says p {
  margin: 0;
  padding: 0;
  text-align:left;
}



.balloon_win {
  width: 95%;
  margin: 1.5em 0;
  overflow: hidden;
      margin-right: auto;
    margin-left: auto;
    border: 2px solid #e50012;
    padding:5px;
        border-radius: 5px;
     background-color: #fff;
}

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

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

.balloon_win .faceicon p{
  font-size:10px;
  margin-top: -5%;
 text-align: center;
}

.balloon_win .chatting {
  width: 100%;
}

.h3deco_basic_win{
	color:#e50012;
	font-size:15px;
}


.balloon_lose {
  width: 95%;
  margin: 1.5em 0;
  overflow: hidden;
      margin-right: auto;
    margin-left: auto;
    border: 2px solid #8b008b;
    padding:5px;
        border-radius: 5px;
        background-color: #fff;
}

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

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

.balloon_lose .faceicon p{
  font-size:10px;
  margin-top: -5%;
 text-align: center;
}

.balloon_lose .chatting {
  width: 100%;
}

.h3deco_basic_lose{
	color:#8b008b;
	font-size:15px;
}


.p-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;
}

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

.p-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;
}
