* {  
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family:meiryo,sans-serif;
}

body{
	font-size:12px;
	line-heihgt:1.5;
	background-color:#fffdf5;
/*	width:375px;
	margin:0 auto;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;*/
/*	border:7px solid #FFFFFF;/ 枠線 / */
}

h1 {
  color: #ffffff;
  position: relative;
  padding: .5em .75em;
  margin: 20px 0px 30px 0px;
  background-color: #b88686;
  font-size: 18px;
  font-weight: bold;
  border-radius: 6px;
}


h2 {
        color: #333333;
        font-weight:bolder;
/*	background: #868686;*/
	font-size: 20px;
/*	font-weight:bold;*/
	margin: 20px -10px 10px -10px;
	padding: 0px 5px 28px 10px;
	line-height: 1.3;
	text-align:left;
/*	text-shadow: -1px -1px rgba(255, 255, 255, 0.44), 1px 1px rgba(0, 0, 0, 0.38);*/
/*	border-left:solid 10px #ffa3a3;*/
}


h3 {
  color: #ffffff;
  position: relative;
  padding: .5em .75em;
  margin: 20px 0px 30px 0px;
  background-color: #ffb9b9;
  font-size: 18px;
  font-weight: bold;
  border-radius: 6px;
}

/*
h3::after {
  	position: absolute;
  	top: 100%;
  	left: 30px;
  	content: '';
  	width: 0;
  	height: 0;
  	border: 10px solid transparent;
  	border-top: 15px solid #999999;
}

h3 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.3rem;
    padding: 1rem 1rem 1rem 3.5rem;
    margin: 0 0 1.5rem;
    background: #313131;
    border-radius: 10px;
	background-image: url(https://woman.healthcare.ryukyu/18/beauty-lab/data/image/item/whitening/tooth.png),
					  url(https://woman.healthcare.ryukyu/18/beauty-lab/data/image/item/whitening/tooth.png);
	background-repeat: no-repeat,
	 					no-repeat;
	background-position: 0.5rem center,
	 					18.5rem center;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
}
*/
h5 {
	position: relative;
	font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.3rem;
    padding: 1rem 1rem 1rem 3.5rem;
    margin: 0 0 1.5rem;
	padding: 0.7em;
	background:#D66140;
	color: #ffffff;
	box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
  }
  
  h5::before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px rgb(41, 0, 2);
  }

h6 {
	font-size: 1rem;
    font-weight: bold;
    line-height: 1.3rem;
    padding: 1rem 1rem 1rem 3.5rem;
    margin: 0 0 1.5rem;
	padding: 0.7em;
  position: relative;
}

h6:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #618441, #618441 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #618441, #618441 2px, #fff 2px, #fff 4px);
}


/*
h4{
	width:150px;
	padding: 3px;
	margin-bottom:10px;
	text-decoration: none;
	background: #a5a2a2;
	color: #ff0000;
	border-radius: 4px;
	box-shadow: 0px 0px 0px 5px #f2f2f2;
	border: dashed 1px #151515;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

h4 i{
	color:#cc0000;
}
*/
/*
h5{
	border-bottom: 4px dotted #ffb9b9;
	margin-top:40px;
	margin-bottom:20px;
	font-size:20px;

}
}

/* pc用 */
@media screen and (min-width: 800px) {
	/*　画面サイズが572pxからはここを読み込む　*/
	/*　
h5 {
  background: #262626; /*背景色*/
  padding: 0.5em;/*文字周りの余白*/
  color: white;/*文字を白に*/
  border-radius: 0.5em;/*角の丸み*/
  margin-top:40px;
  margin-bottom:20px;
  font-size:24px;
}
}
*/
.point{
	position:relative;
	padding:20px 10px;
	font-size:18px;
	border:1px solid #325A8C;
}

.point::after{
	content: "POINT";
	position: absolute;
	top: -8px;
	left: 10px;
	background: #fff;
	font-size: 12px;
	color: #325A8C;
	padding: 0 10px;
}

#header{
	padding:15px 0 10px 0;
	background:#fffdf5;
}

/**
#header img{
	width:180px;	
} **/

#top_menu{
	border-top:solid 1px #e3e3e3;
	border-bottom:solid 1px #e3e3e3;
}

#top_menu ul{
	margin: 0 auto;
	width: 100%;
}

#top_menu ul li:last-child {
    font-weight: bold;
}

#top_menu ul li {
    display: inline-block;
    margin-right: 15px;
    padding: 11px 0 0 40px;
    height: 39px;
    background: url(../../data/image/parts/pankuzu_arrow.png) no-repeat left center;
}

li {
    list-style: none;
}

ul{
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 10px;
	padding-right:10px;
}

li {
	list-style: none;
}

.pankuzu_entrytitle {
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#pankuzulist{

}

#main{
	margin:-22px auto;
	padding:0px 15px;
	width:100%;
	background-color:#ffffff;
/*	border:10px solid #FFFFFF;/ 枠線 /  */
 }

/* pc用 */
@media screen and (min-width: 800px) {
	/*　画面サイズが572pxからはここを読み込む　*/
#main{
	margin:0 auto;
	padding:10px 15px;
	width:650px;
	background-color:#f1faff1;
/*	border:10px solid #FFFFFF;/ 枠線 /  */
 }
}

#entrytitle{
	font-size:18px;
        color: #333333;
	line-height:140%;
	margin-top:5px;
	/*margin-bottom:10px; */
}

#eyecatch{
	margin:10px -10px 20px -10px;
}

#eyecatch img{
	width:80%;
}

.article_box{
	margin-bottom:40px;
}

.article_box p{
	color: #4d4d4d;
	font-size:16px;
	line-height:180%;
	margin: 0 0 40px 0;
}

/* pc用 */
@media screen and (min-width: 800px) {
	/*　画面サイズが572pxからはここを読み込む　*/
.article_box p{
	color: #4d4d4d;
	font-size:18px;
	line-height:250%;
	margin: 0 0 40px 0;
}
}

.article_box p:last-child{
	margin:0;
}

.tw{

}

.article_box img{
	max-width:100%;
}

.ab_border img{
	border:solid 1px #d5d5d5;
}

#footer{
	color: #ffffff;
	background: #2e2e2e;
	font-size:14px;
	text-align:center;
	padding:0;
}

#footer p{
	color: #ffffff;
	background: #2e2e2e;
	font-size:10px;
	text-align:center;
	padding:30px 0;
}

.admin_info{
	padding:20px 0 0 0;

}
.admin_info a{
	color: #ffffff;

}

#copyright{
	padding:20px 0;
}

#copyright{
	margin:20px 0 0 0;
}

.text-box5 {
  color: #fff;
  background: #ffa500;
  padding: 10px;
  border: 2px dashed rgba(255,255,255,0.5);
  border-radius: 8px;
  box-shadow: 0 0 0 5px #f4a460, 0 2px 3px 5px rgba(0,0,0,0.5);
}

/*============================================================
	文字装飾
============================================================*/

.bold{
	font-weight:bold;
}

.uline{
	text-decoration:underline;
}

.red{
	color:#D66140;
}

.blue{
	color:#212158;
}

.dblue{
	color:#00bfff;
}

.pink{
	color:#ff2687;
}

.green{
	color:#6fa26f;
}

.gray{
	color:#808080;
}

.orange{
	color:#ffa500;
}

.morning{
	color:#87cefa;
}

.noon{
	color:#ffa500;
}

.yellow{
	color:#9e8514;
}

.night{
	color:#191970;
}

.white{
	color:#ffffff;
}

.f8{
	font-size:8px;
}

.f9{
	font-size:9px;
}

.f10{
	font-size:10px;
}

.f11{
	font-size:11px;
}

.f12{
	font-size:12px;
}

.f14{
	font-size:14px;
}

.f16{
	font-size:16px;
}

.f18{
	font-size:18px;
}

.f20{
	font-size:20px;
}

.f22{
	font-size:22px;
}

.f24{
	font-size:24px;
}

.f32{
	font-size:32px;
}

.marker{
	background: linear-gradient(transparent 60%, #f9f3a5 40%);
	font-weight:bold;
}

.marker2{
	background: linear-gradient(transparent 60%, #ffff66 40%);
	font-weight:bold;

}

.marker3{
	background: linear-gradient(transparent 40%, #ffffff 40%);
}

.marker4{
	background: linear-gradient(transparent 40%, #ffffff 40%);
	font-weight:bold;

}


.blink{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
	-moz-animation:blink 0.5s ease-in-out infinite alternate;
	animation:blink 0.5s ease-in-out infinite alternate;
}
@-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;}
}
.hl_yellow{
	background:#ffff00;
}

/*============================================================
	ぷるぷるボタン
============================================================*/

.animate69,.a-option69,.a-btnsub69 {
-webkit-animation-timing-function: ease-in;
-moz-animation-timing-function: ease-in;
-o-animation-timing-function: ease-in;
animation-timing-function: ease-in;
-moz-animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}

a.a-btn {
position:relative;
display:inline-block;
margin:0 auto 20px auto;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

a.a-btn img {
display: block;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

img.a-option {
z-index: 55;
position: absolute;
}

img.a-main {
width:100%;
position:relative;
z-index: 54;
}

a.shover:hover * {
animation-name:none!important;
}

@-moz-keyframes animate69 {
0%{
 -moz-transform: skewX(9deg);
}

10%{
 -moz-transform: skewX(-8deg);
}

20%{
 -moz-transform: skewX(7deg);
}

30%{
 -moz-transform: skewX(-6deg);
}

40%{
 -moz-transform: skewX(5deg);
}

50%{
 -moz-transform: skewX(-4deg);
}

60%{
 -moz-transform: skewX(3deg);
}

70%{
 -moz-transform: skewX(-2deg);
}

80%{
 -moz-transform: skewX(1deg);
}

90%{
 -moz-transform: skewX(0deg);
}

100%{
 -moz-transform: skewX(0deg);
}

}

@-o-keyframes animate69 {
0%{
 -o-transform: skewX(9deg);
}

10%{
 -o-transform: skewX(-8deg);
}

20%{
 -o-transform: skewX(7deg);
}

30%{
 -o-transform: skewX(-6deg);
}

40%{
 -o-transform: skewX(5deg);
}

50%{
 -o-transform: skewX(-4deg);
}

60%{
 -o-transform: skewX(3deg);
}

70%{
 -o-transform: skewX(-2deg);
}

80%{
 -o-transform: skewX(1deg);
}

90%{
 -o-transform: skewX(0deg);
}

100%{
 -o-transform: skewX(0deg);
}

}

@-webkit-keyframes animate69 {
0%{
 -webkit-transform: skewX(9deg);
}

10%{
 -webkit-transform: skewX(-8deg);
}

20%{
 -webkit-transform: skewX(7deg);
}

30%{
 -webkit-transform: skewX(-6deg);
}

40%{
 -webkit-transform: skewX(5deg);
}

50%{
 -webkit-transform: skewX(-4deg);
}

60%{
 -webkit-transform: skewX(3deg);
}

70%{
 -webkit-transform: skewX(-2deg);
}

80%{
 -webkit-transform: skewX(1deg);
}

90%{
 -webkit-transform: skewX(0deg);
}

100%{
 -webkit-transform: skewX(0deg);
}

}

@keyframes animate69 {
0%{
 transform: skewX(9deg);
}

10%{
 transform: skewX(-8deg);
}

20%{
 transform: skewX(7deg);
}

30%{
 transform: skewX(-6deg);
}

40%{
 transform: skewX(5deg);
}

50%{
 transform: skewX(-4deg);
}

60%{
 transform: skewX(3deg);
}

70%{
 transform: skewX(-2deg);
}

80%{
 transform: skewX(1deg);
}

90%{
 transform: skewX(0deg);
}

100%{
 transform: skewX(0deg);
}

}

.animate69{
-webkit-animation-name: animate69;
-moz-animation-name: animate69;
-o-animation-name: animate69;
animation-name: animate69;
}

@-moz-keyframes option69 {
0%{
 -moz-transform: translateX(0);
}

20%{
 -moz-transform: translateX(9%);
}

50%{
 -moz-transform: translateX(5%);
 }

60%{
 -moz-transform: translateX(13%);
}

90%{
 -moz-transform: translateX(0);
}

100%{
 -moz-transform: translateX(0);
}

}

@-o-keyframes option69 {
0%{
 -o-transform: translateX(0);
}

20%{
 -o-transform: translateX(9%);
}

50%{
 -o-transform: translateX(5%);
 }

60%{
 -o-transform: translateX(13%);
}

90%{
 -o-transform: translateX(0);
}

100%{
 -o-transform: translateX(0);
}

}

@-webkit-keyframes option69 {
0%{
 -webkit-transform: translateX(0);
}

20%{
 -webkit-transform: translateX(9%);
}

50%{
 -webkit-transform: translateX(5%);
 }

60%{
 -webkit-transform: translateX(13%);
}

90%{
 -webkit-transform: translateX(0);
}

100%{
 -webkit-transform: translateX(0);
}

}

@keyframes option69 {
0%{
 transform: translateX(0);
}

20%{
 transform: translateX(9%);
}

50%{
 transform: translateX(5%);
 }

60%{
 transform: translateX(13%);
}

90%{
 transform: translateX(0);
}

100%{
 transform: translateX(0);
}

}

.a-option69{
-webkit-animation-name: option69;
-moz-animation-name: option69;
-o-animation-name: option69;
animation-name: option69;
}

img.a-option69 {
left:0;
top:18%;
}

.a-btn69{
padding-left:0%!important;
}

.a-option69{
top:0%!important;
}

.a-option69{
width:20%!important;
}

.a-btn69{
max-width:100%!important;
}

.animate69,.a-btnsub69,.a-option69{
animation-duration:1s!important;
-webkit-animation-duration:1s;
-ms-animation-duration:1s;
-moz-animation-duration:1s!important;
}


/*============================================================
	ツイッター風
============================================================*/

.twbox{
/*    overflow: hidden;*/
/*    cursor: pointer;*/
    background-color: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 4px;
    width: 100%;
    margin:10px 0;
}

.twbox_in{
	margin:10px;
}

.twuserbox{
	display:flex;
}

.twuserbox_l{
	width:36px;
}

.twuserbox_r{
	margin-left:10px;
}

.twico img{
	width:36px;
	height:36px;
	border-radius:50%;
}

.twname{
	color:#1c2022;
	font-weight:700;
	font-size:16px;
}

.twid{
	color:#697882;
	font-size:12px;
	line-height:50%;
}

.twcomment{
	margin-top:10px;
	color:#1c2022;
	font-size:16px;
	line-height:140%;
}

.twcomment a{
	color:#1DA1F2;
	font-size:18px;
	font-weight:bold;
}

.twimage{
	margin-top:10px;
	text-align:center;
}

.twimage img{
	width:270px;
}

.twkakusan{
	color:#1DA1F2;
}

.twlink{
	margin:10px 0;
}

.twdate{
	color:#697882;
	font-size:12px;
	margin-top:5px;
}

.twtool{
	padding:5px 0 5px 0;
	width:100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.twreply{
	border-top:solid 1px #e1e8ed;
}

.twreply_in{
	margin:10px;
}

.twreply_in .twcomment{
	margin-top:5px;
	font-size:13px;
	width:280px;
	line-height:150%;
}

.twreply_in .twname{
	color:#1c2022;
	font-weight:700;
	font-size:12px;
}

.twreply_in .twid{
	color:#697882;
	font-weight:normal;
	font-size:12px;
	line-height:50%;
}

.twreply_in .twdate{
	color:#697882;
	font-weight:normal;
	font-size:12px;
	line-height:50%;
}

.twreply_in .twtool{
	padding:5px 0 5px 0;
	width:100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size:16px;
}


.chat.icon {
  color: #657786;
  position: absolute;
  margin-left: 2px;
  margin-top: 4px;
  width: 15px;
  height: 12px;
  border: solid 1px currentColor;
  border-radius: 2px;
}

.chat.icon:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 9px;
  width: 3px;
  height: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: white;
  border-bottom: solid 1px currentColor;
  border-right: solid 1px currentColor;
}


.retweet.icon {
  color: #657786;
  position: absolute;
  margin-left: 40px;
  margin-top: 5px;
  width: 13px;
  height: 9px;
  border-radius: 1px;
  border: solid 1px currentColor;
}

.retweet.icon:before {
  content: '';
  position: absolute;
  left: -3px;
  top: -2px;
  width: 0;
  height: 0;
  border-top: solid 3px white;
  border-bottom: solid 3px currentColor;
  border-left: solid 3px white;
  border-right: solid 3px white;
}

.retweet.icon:after {
  content: '';
  position: absolute;
  right: -3px;
  bottom: -2px;
  width: 0;
  height: 0;
  border-top: solid 3px currentColor;
  border-bottom: solid 3px white;
  border-left: solid 3px white;
  border-right: solid 3px white;
}

.heart.icon {
  color: #657786;
  position: absolute;
  margin-top: 6px;
  margin-left: 80px;
  width: 11px;
  height: 10px;
  border-left: solid 1px currentColor;
  border-bottom: solid 1px currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.heart.icon:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -1px;
  width: 8px;
  height: 5px;
  border-radius: 5px 5px 0 0;
  border-top: solid 1px currentColor;
  border-left: solid 1px currentColor;
  border-right: solid 1px currentColor;
}

.heart.icon:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 8px;
  width: 5px;
  height: 8px;
  border-radius: 0 5px 5px 0;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  border-bottom: solid 1px currentColor;
}

/* テクニック */

.tecpt{
	color:#ff0000;
	font-weight:bold;
}

/* TVキャプ アイコン */

.tvcap{
	position:relative;
	width:100%;
	max-width:400px;
}

.cover_ico{
	position:absolute;
	bottom:15px;
	left:70px;
}

.cover_ico img{
	width:50px;
}

/* ストアキャプ アイコン */

.storecap{
	position:relative;
	width:300px;
	border:solid 1px #dedede;
	box-sizing:border-box;
}

.cover_ico2{
	position:absolute;
	top:135px;
	left:16px;
}

.cover_ico2 img{
	width:50px;
}

/**/

.marutoku img{
	width:100%;
	max-width:400px;
}

/* app紹介 */

.appbox{
	border:solid 1px #dedede;
	border-radius:8px;
	box-sizing:border-box;
	padding:10px;
}

.appbox:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

.apptop:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

.appleft{
	float:left;
}

.appleft img{
	width:100px;
}

.appright{
	margin-left:120px;
}

.appspike{
	border:solid 1px #ff2266;
	color:#ff2266;
	font-size:12px;
	padding:0 3px;
	width:60px;
}

.apptitle{
	font-size:18px;
	font-weight:bold;
	color:#333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.appname{
	font-size:16px;
}

.appcate{
	font-size:12px;
	color:#999999;
}

.apprate{
	margin-bottom:5px;
}

.apprate_left{
	float:left;
	width:50px;
}

.apprate_right{
	margin-left:60px;
}

.apprate_pt{
	font-size:22px;
}

.star-rating {
  position: relative;
  width: 5em;
  height: 1em;
  font-size: 25px;
}
.star-rating-front {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #ffcc33;
}
.star-rating-back {
  color: #ccc;
}

.appcomment{
	font-size:14px;
	color:#666666;
}

/* date */


/* sns */

#sns{
	margin-top:10px;
	display:-webkit-flex;
	display:flex;
}

.snsbox{
	width:33%;
}

.sns-tw{
	color:#ffffff;
	background:#1da1f2;
	font-size:24px;
	text-align:center;
	border-radius:8px 0 0 8px;
}

.sns-fb{
	color:#ffffff;
	background:#3b5998;
	font-size:24px;
	text-align:center;
}

.sns-wc{
	color:#ffffff;
	background:#ff2687;
	font-size:24px;
	text-align:center;
	border-radius:0 8px 8px 0;
}

/* applink */

.applink{
	font-size:18px;
	word-wrap: break-word;
}

.applink a{
	color:#1DA1F2;
}

/* comment */

#commentbox{
	margin-top:30px;
}

.comment_m{
	font-size:18px;
	font-weight:bold;
	margin:10px 0;
}

.comment_u{
	padding:10px;
	border-radius:6px;
	background:#f6f6f6;
	margin-bottom:10px;
}

.comment_u:last-child{
	margin-bottom:0;
}

.comment_t:after{
  content: ""; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

.comment_l{
	float:left;
	width:50px;
}

.comment_l img{
	width:50px;
}

.comment_r{
	margin-left:60px;
}

.comment_p{
	font-size:14px;
}

.comment_d{
	font-size:11px;
}

.comment{
	font-size:14px;
}

/* こぼれ話 */

.kobore_box{
  position: relative;

  margin-top: 1em;
  padding: 1em 2em;
  border: 1px solid black;
  border-radius:8px;
}

.kobore_box .caption{
  position: absolute;
  top: 0;
  left: 0;

  font-size: 18px;
  padding: 0 1em;
  margin: 0;
  background-color: white;
  transform: translateY(-50%) translateX(1em);
}

.kobore_box p{
	font-size:18px;
	line-height:1.4;
}

/* インスタグラム風 */

.instabox{
	background: white;
	max-width: 658px;
	width: calc(100% - 2px);
	border-radius: 3px;
	border: 1px solid rgb(219, 219, 219);
	box-shadow: none;
	display: block;
	margin: 0px 0px 12px;
	min-width: 326px;
	padding: 0px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

.insta_head{
	box-sizing:border-box;
	height: 54px;
	padding: 10px;
	display:flex;
	line-height:1.3;
}

.insta_userico img{
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

.insta_usertext{
	margin: 0 10px;
	overflow: hidden;
	font-size:12px;
}

.insta_username{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight:600;
	color:#262626;
	display:block;
	max-width: calc(100% - 21px);
	font-size:14px;
	width:100px;
}

.insta_follower{
	color:#999999;
}

.insta_image img{
	width:100%;
}

.insta_heart{
	font-size:18px;
	color:#262626;
	padding: 8px 10px;
}

.insta_heart:after{
	content:".";
	font-size:0px;
	height:0;
	clear:both;
}

.insta_ico_h,.insta_ico_c{
	float:left;
	margin-right:12px;
}

.insta_ico_b{
	float:right;
}

.insta_iine{
	font-size:14px;
	font-weight: 600;
	color:#262626;
	padding: 0 10px 6px;
}

.insta_comment{
	font-size:14px;
	line-height: 18px;
	padding: 0 10px 10px;
}

.insta_tag{
	color: #003569;
}

.insta_addcomment{
	border-top: 1px solid #eee;
	height: 44px;
	line-height:44px;
	padding: 0 10px;
}

.insta_add{
	color:#999999;
	font-size:14px;
	float:left;
}

.insta_ico{
	font-size:18px;
	float:right;
}

/* おさらい */

.osarai{
	padding: 10px;
	margin-bottom:40px;
	text-decoration: none;
	background: #f2f7ff;
	color: #151515;
	border-radius: 4px;
	box-shadow: 0px 0px 0px 5px #f2f7ff;
	border: dashed 1px #3eb9ec;
	font-size:18px;
	font-weight:bold;
	text-align:left;
}

.osarai i{
	color:#0e4eb7;
}

/* 読めます */

.readtime{
	margin-top:20px;
}

/* フッターリンク */

.menu {
	display: none;
	width: 100%;
	height: 65px;
	line-height:65px;
/*	background:rgba( 20, 25, 200, 1 );*/
	position: fixed;
	bottom: 0;
	z-index:999;
	text-align:center;
    } 

.viewing{
	position: fixed;
	bottom: 0;
	left:0;
	width: 100%;
	background:rgba( 255, 255, 255, 0.9 );
	text-align:center;
	font-size:14px;
	line-height:30px;
	height:30px;
}
.ft50{
	position: fixed;
	bottom: 0;
	left:0;
	width: 100%;
	background:rgba( 255, 163, 163, 1 );
	text-align:center;
	height:65px;
	line-height:65px;
	
}

/ 追加CSS /
.three_pick p{
line-height:120% !important;
}

.prbox{
	color:#000000;
	font-size:11px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:left;
}

.datebox{
	color:#999;
	font-size:11px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:right;
}

.flexbox {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}



/*============================================================
	画像
============================================================*/

.img_1 {
	width: 10%;
	height: 10%;
}

.img_2 {
	width: 20%;
	height: 20%;
}

.img_3 {
	width: 30%;
	height: 30%;
}

.img_4 {
	width: 40%;
	height: 40%;
}

.img_5 {
	width: 50%;
	height: 50%;
}

.img_6 {
	width: 60%;
	height: 60%;
}

.img_7 {
	width: 70%;
	height: 70%;
}

.img_8 {
	width: 80%;
	height: 80%;
}

.img_9 {
	width: 90%;
	height: 90%;
}

.hidari {
	width: 20%;
	height: 20%;
}

/* カウントダウン */

#demo {max-width:640px; margin:0 auto;}

.timer,
.timer-1 {font-size:20px; font-size:2.0rem; font-weight:bold; margin:0 0 40px 0;}
.timer div,
.timer-1 div {display:inline-block;}


.timer-title {margin:0 0 4px 0;}


.is-complete {
color:red;
-webkit-animation-name: blinker;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
-webkit-animation-duration: 1s;
}

@-webkit-keyframes blinker {
from { opacity: 1.0; }
to { opacity: 0.0; }
}

.bbox {
width:320px; height:25px;
margin:5px; padding:5px; border:1px solid black;
background-color:lightgray;
} 

/*============================================================
 吹き出しを作る
============================================================*/

/*以下、①背景色など*/
.line-bc {
  padding: 20px 10px;
  max-width: 450px;
  height: 450px;
  margin: 15px auto;
  text-align: right;
  font-size: 14px;
  background: #7da4cd;

}

/*以下、②左側のコメント*/
.balloon6 {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}

.balloon6 .faceicon {
    float: left;
    margin-right: -50px;
    width: 40px;
}

.balloon6 .faceicon img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.balloon6 .chatting {
    width: 100%;
    text-align: left;
}
.says {
    display: inline-block;
    position: relative; 
    margin: 0 0 0 50px;
    padding: 10px;
    max-width: 250px;
    border-radius: 12px;
    background: #edf1ee;
}

.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px; 
    left: -19px;
    border: 8px solid transparent;
    border-right: 18px solid #edf1ee;
    -ms-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}
.says p {
    margin: 0;
    padding: 0;
}

/*以下、③右側の緑コメント*/
.mycomment {
    margin: 10px 0;
    float:right;
}
.mycomment p{
    display: inline-block;
    position: relative; 
    margin: 0 10px 0 0;
    padding: 8px;
    max-width: 250px;
    border-radius: 12px;
    background: #b0e0e6;
    font-size: 15px:
}

.mycomment p:after {
    content: "";
    position: absolute;
    top: 3px; 
    right: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #b0e0e6;
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.mycomment1 {
    margin: 10px 0;
    float:right;
}
.mycomment1 p{
    display: inline-block;
    position: relative; 
    margin: 0 10px 0 0;
    padding: 8px;
    max-width: 250px;
    border-radius: 12px;
    background: #30e852;
    font-size: 15px:
}

.mycomment1 p:after {
    content: "";
    position: absolute;
    top: 3px; 
    right: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #30e852;
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}


/*——————–
 吹き出しを作る
——————–*/
/* 全体のスタイル */
.kaiwa {
  margin-bottom: 25px;
}
/* 左画像 */
.kaiwa-img-left {
  margin: 0;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: -70px;
}
/* 右画像 */
.kaiwa-img-right {
  margin: 0;
  float: right;
  width: 60px;
  height: 60px;
  margin-left: -70px;
}
.kaiwa figure img {
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  border-radius: 50%;
  margin: 0;
}
/* 画像の下のテキスト */
.kaiwa-img-description {
  padding: 5px 0 0;
  font-size: 10px;
  text-align: center;
  position: relative;
  bottom: 15px;
}
/* 左からの吹き出しテキスト */
.kaiwa-text-right {
  position: relative;
  margin-left: 80px;
  padding: 10px;
  border-radius: 10px;
  background: #eee;
  margin-right: 12%;
  float: left;
}
/* 右からの吹き出しテキスト */
.kaiwa-text-left {
  position: relative;
  margin-right: 80px;
  padding: 10px;
  border-radius: 10px;
  background-color: #9cd6e7;
  margin-left: 12%;
  float: right;
}
p.kaiwa-text {
  margin: 0 0 20px;
}
p.kaiwa-text:last-child {
  margin-bottom: 0;
}
/* 左の三角形を作る */
.kaiwa-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  left: -20px;
}
.kaiwa-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #eee;
  top: 15px;
  left: -19px;
}
/* 右の三角形を作る */
.kaiwa-text-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  right: -20px;
}
.kaiwa-text-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #9cd6e7;
  top: 15px;
  right: -19px;
}
/* 回り込み解除 */
.kaiwa:after,.kaiwa:before {
  clear: both;
  content: "";
  display: block;
}

/*コンテンツスライド */

.slide_box{
	opacity:1;
	transition:all 500ms 0ms ease;
}

.subheadding{
	transform:translate(-100%,0);
	transition:all 500ms 0ms ease;
}

.active{
	opacity:1;
	transform:translate(100%,0);
}

.active2{
	transform:translate(0,0);
}



/*コンテンツスライド　ここまで*/

.kr_imgBox{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	background-color:#ffffff;
	box-sizing:border-box;
	margin:0 auto;
}

.kr_imgBox .kr_animate{
	padding:5px;
	position:relative;
	font-size:12px;
	box-sizing:border-box;
	width:50%;
	flex:1;
	transition:all 2000ms 0ms ease;
	background: linear-gradient(to right, #EBC70A 50%, white 50%);
	background-size: 200% 100%;
	background-position:right bottom;
}

/*マーカーアニメーション*/

.marker-animation.active{
    background-position: -98% 1.2em;
}

.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(210,87,87) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(210,87,87) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(210,87,87) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(210,87,87) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(210,87,87) 50%);
    background-repeat: repeat-x;
    background-size: 200% .2em;
    background-position: 0 .9em;
    transition: all 2s ease;
    font-weight: bold;
}

.video {
    max-width: 100%;
    background-color: #000000;
}


.movieArea {
    position: relative;
}

.movieArea__gif {
    position: absolute;
    left: 0;
    right: 0;
    margin: -210px auto;
    width: 83%;
}

/*新規ボタン*/


  .btnnew {
	border-bottom: 4px solid #335834;
	background-color: #60c162;
	color: #fff;
	display: inline-block;
	padding: 1em 2em;
	margin: 0;
	cursor: pointer;
	border-radius: 0.5em;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
    text-decoration: none;
    font-size:16px;
    font-weight:bold;
  }

  .btnnew:hover {
	border-bottom: 0px solid #60c162;
	margin-top: 7px;
  }

  .btnnew a {
    display: inline-block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}


.yureru-j {
  animation: yureru-j 2s infinite;
}
@keyframes yureru-j {
  0% {
      transform: translate(0px, 2px);
  }
  5% {
      transform: translate(0px, -2px);
  }
  10% {
      transform: translate(0px, 2px);
  }
  15% {
      transform: translate(0px, -2px);
  }
  20% {
      transform: translate(0px, 2px);
  }
  25% {
      transform: translate(0px, -2px);
  }
  30% {
      transform: translate(0px, 0px);
  }
}


.btnnew2 {
  width: 280px;
  color: #fff;
  background-color: #ff5353;
  font-size: 16px;
  font-weight: bold;
  border-radius: 16px;
	border-bottom: 4px solid #6d3838;
  padding: 14px 20px;
  position: relative;
  overflow: hidden;
}

.btnnew2:hover {
	border-bottom: 0px solid #6d3838;
	margin-top: 7px;
  }

.btnnew2:before {
    content: '';
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shine 3s ease-in-out infinite;
    position: absolute;
    top: -180px;
    left: 0;
    opacity: 0;
    transform: rotate(45deg);
}

.btnnew2 a {
  display: inline-block;
text-decoration: none;
color: #fff;
font-weight: bold;
font-size: 16px;
}

@keyframes shine {
  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;
  }
}

.link a {
    display: inline-block;
	text-decoration: none;
	color: #C00;
}


/*コピー元*/

@-webkit-keyframes shiny{0%{left:-30%}
11%{left:120%}
to{left:120%}
}
@keyframes shiny{0%{left:-30%}
11%{left:120%}
to{left:120%}
}
.c-inner,.inner{position:relative;margin:0 auto}
@media only screen and (min-width:1020px){.c-inner,.inner{max-width:1000px}
}
@media only screen and (min-width:788px) and (max-width:979px){.c-inner,.inner{padding:0 10px}
}
.box-em,.box-em--blue,.box-em--gray,.box-em--green{margin-bottom:20px;padding:10px;border:2px solid #5e5858;border-radius:4px;background-color:#fff}
.box-em--blue .box-em__tit,.box-em--gray .box-em__tit,.box-em--green .box-em__tit,.box-em .box-em__tit{margin-bottom:10px;font-size:20px;font-weight:700;color:#5e5858}
.box-em{border:2px solid #5e5858}
.box-em.border1{border:1px solid #5e5858}
.box-em.border2{border:2px solid #5e5858}
.box-em.border3{border:3px solid #5e5858}
.box-em.border4{border:4px solid #5e5858}
.box-em.border5{border:5px solid #5e5858}
.box-em.border6{border:6px solid #5e5858}
.box-em.border7{border:7px solid #5e5858}
.box-em.border8{border:8px solid #5e5858}
.box-em.border9{border:9px solid #5e5858}
.box-em.border10{border:10px solid #5e5858}
.box-em .box-em__tit{color:#5e5858}
.box-em--gray{border:2px solid #9e9e9e}
.box-em--gray.border1{border:1px solid #9e9e9e}
.box-em--gray.border2{border:2px solid #9e9e9e}
.box-em--gray.border3{border:3px solid #9e9e9e}
.box-em--gray.border4{border:4px solid #9e9e9e}
.box-em--gray.border5{border:5px solid #9e9e9e}
.box-em--gray.border6{border:6px solid #9e9e9e}
.box-em--gray.border7{border:7px solid #9e9e9e}
.box-em--gray.border8{border:8px solid #9e9e9e}
.box-em--gray.border9{border:9px solid #9e9e9e}
.box-em--gray.border10{border:10px solid #9e9e9e}
.box-em--gray .box-em__tit{color:#9e9e9e}
.box-em--green{border:2px solid #4caf50}
.box-em--green.border1{border:1px solid #4caf50}
.box-em--green.border2{border:2px solid #4caf50}
.box-em--green.border3{border:3px solid #4caf50}
.box-em--green.border4{border:4px solid #4caf50}
.box-em--green.border5{border:5px solid #4caf50}
.box-em--green.border6{border:6px solid #4caf50}
.box-em--green.border7{border:7px solid #4caf50}
.box-em--green.border8{border:8px solid #4caf50}
.box-em--green.border9{border:9px solid #4caf50}
.box-em--green.border10{border:10px solid #4caf50}
.box-em--green .box-em__tit{color:#4caf50}
.box-em--blue{border:2px solid #2196f3}
.box-em--blue.border1{border:1px solid #2196f3}
.box-em--blue.border2{border:2px solid #2196f3}
.box-em--blue.border3{border:3px solid #2196f3}
.box-em--blue.border4{border:4px solid #2196f3}
.box-em--blue.border5{border:5px solid #2196f3}
.box-em--blue.border6{border:6px solid #2196f3}
.box-em--blue.border7{border:7px solid #2196f3}
.box-em--blue.border8{border:8px solid #2196f3}
.box-em--blue.border9{border:9px solid #2196f3}
.box-em--blue.border10{border:10px solid #2196f3}
.box-em--blue .box-em__tit{color:#2196f3}
a.btn-rep--green{color:#fff!important}
.btn-rep--green{margin:20px auto 30px;font-weight:700;display:block;width:80%;outline:none;position:relative;padding:13px 10px;background-color:#4caf50;border-radius:6px;box-shadow:0 4px 0 0 #3d8b40;text-align:center;text-decoration:none;line-height:1.6;color:#fff;cursor:pointer;font-size:16px;font-size:1.6rem;transition:all .15s ease-out}
.btn-rep--green.is-active,.btn-rep--green:hover{transform:translate3d(0,3px,1px);box-shadow:none;background:#3d8b40;color:#fff}
@media only screen and (max-width:787px){.btn-rep--green:hover{top:0;color:#fff}
}
.btn-rep--green.is-m{width:60%}
.btn-rep--green.is-s{width:40%}
.btn-rep--green .fa{margin-left:5px}
a.btn-rep--blue{color:#fff!important}
.btn-rep--blue{margin:20px auto 30px;font-weight:700;display:block;width:80%;outline:none;position:relative;padding:13px 10px;background-color:#2196f3;border-radius:6px;box-shadow:0 4px 0 0 #0c7cd5;text-align:center;text-decoration:none;line-height:1.6;color:#fff;cursor:pointer;font-size:16px;font-size:1.6rem;transition:all .15s ease-out}
.btn-rep--blue.is-active,.btn-rep--blue:hover{transform:translate3d(0,3px,1px);box-shadow:none;background:#0c7cd5;color:#fff}
@media only screen and (max-width:787px){.btn-rep--blue:hover{top:0;color:#fff}
}
.btn-rep--blue.is-m{width:60%}
.btn-rep--blue.is-s{width:40%}
.btn-rep--blue .fa{margin-left:5px}
a.btn-rep--grey{color:#fff!important}
.btn-rep--grey{margin:20px auto 30px;font-weight:700;display:block;width:80%;outline:none;position:relative;padding:13px 10px;background-color:#9e9e9e;border-radius:6px;box-shadow:0 4px 0 0 #858484;text-align:center;text-decoration:none;line-height:1.6;color:#fff;cursor:pointer;font-size:16px;font-size:1.6rem;transition:all .15s ease-out}
.btn-rep--grey.is-active,.btn-rep--grey:hover{transform:translate3d(0,3px,1px);box-shadow:none;background:#858484;color:#fff}
@media only screen and (max-width:787px){.btn-rep--grey:hover{top:0;color:#fff}
}
.btn-rep--grey.is-m{width:60%}
.btn-rep--grey.is-s{width:40%}
.btn-rep--grey .fa{margin-left:5px}
a.btn-rep--yellow{color:#fff!important}
.btn-rep--yellow{margin:20px auto 30px;font-weight:700;display:block;width:80%;outline:none;position:relative;padding:13px 10px;background-color:#fdd835;border-radius:6px;box-shadow:0 4px 0 0 #fdce03;text-align:center;text-decoration:none;line-height:1.6;color:#fff;cursor:pointer;font-size:16px;font-size:1.6rem;transition:all .15s ease-out}
.btn-rep--yellow.is-active,.btn-rep--yellow:hover{transform:translate3d(0,3px,1px);box-shadow:none;background:#fdce03;color:#fff}
@media only screen and (max-width:787px){.btn-rep--yellow:hover{top:0;color:#fff}
}
.btn-rep--yellow.is-m{width:60%}
.btn-rep--yellow.is-s{width:40%}
.btn-rep--yellow .fa{margin-left:5px}
a.btn-rep--red{color:#fff!important}
.btn-rep--red{margin:20px auto 30px;font-weight:700;display:block;width:80%;outline:none;position:relative;padding:13px 10px;background-color:#f44336;border-radius:6px;box-shadow:0 4px 0 0 #ea1c0d;text-align:center;text-decoration:none;line-height:1.6;color:#fff;cursor:pointer;font-size:16px;font-size:1.6rem;transition:all .15s ease-out}
.btn-rep--red.is-active,.btn-rep--red:hover{transform:translate3d(0,3px,1px);box-shadow:none;background:#ea1c0d;color:#fff}
@media only screen and (max-width:787px){.btn-rep--red:hover{top:0;color:#fff}
}
.btn-rep--red.is-m{width:60%}
.btn-rep--red.is-s{width:40%}
.btn-rep--red .fa{margin-left:5px}
a.btn-rep--primary{color:#fff!important}
.btn-rep--primary{margin:20px auto 30px;font-weight:700;display:block;width:80%;outline:none;position:relative;padding:13px 10px;background-color:#2196f3;border-radius:6px;box-shadow:0 4px 0 0 #0c7cd5;text-align:center;text-decoration:none;line-height:1.6;color:#fff;cursor:pointer;font-size:16px;font-size:1.6rem;transition:all .15s ease-out}
.btn-rep--primary.is-active,.btn-rep--primary:hover{transform:translate3d(0,3px,1px);box-shadow:none;background:#0c7cd5;color:#fff}
@media only screen and (max-width:787px){.btn-rep--primary:hover{top:0;color:#fff}
}
.btn-rep--primary.is-m{width:60%}
.btn-rep--primary.is-s{width:40%}
.btn-rep--primary .fa{margin-left:5px}
.btn-rep--blink{position:relative;overflow:hidden}
.btn-rep--blink:before{content:"";background-color:hsla(0,0%,100%,.5);height:100%;width:3em;display:block;position:absolute;top:0;left:-4.5em;transform:skewX(-45deg) translateX(0);transition:none;-webkit-animation:shiny 10s linear infinite;animation:shiny 10s linear infinite}
.btn-rep--blink:hover:before{transform:skewX(-45deg) translateX(13.5em);transition:all .5s ease-in-out}
.btn-rep--disabled{position:relative;overflow:hidden;pointer-events:none}
.btn-rep--disabled span{position:relative;z-index:2}
.btn-rep--disabled:after,.btn-rep--disabled:before{position:absolute;top:50%;left:0;z-index:1;display:block;width:100%;border-top:10px solid #0b3660;content:"";transform-origin:50% 50%}
@media only screen and (min-width:788px){.btn-rep--disabled:before{transform:skewY(-2.5deg)}
}
@media only screen and (max-width:787px){.btn-rep--disabled:before{transform:skewY(-5deg)}
}
@media only screen and (min-width:788px){.btn-rep--disabled:after{transform:skewY(2.5deg)}
}
@media only screen and (max-width:787px){.btn-rep--disabled:after{transform:skewY(5deg)}
}
.btn-layout{display:flex}

.btn-layout>*{margin:0 10px}

a.btn-rep--pink{color:#fff!important}

.btn-rep--pink{color:#fff;font-weight:700;border-radius:4px;line-height:normal;text-decoration:none;padding:10px 5px;font-size:13px;margin:10px;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;height:30px!important;background-color:#0f8800}
/**
.btn-rep--pink:after{content:"\F144";font-family:FontAwesome;box-shadow:none!important;font-size:14px;margin-left:3px}
**/
.btn-rep--pink:hover{background-color:#d66140}

@media only screen and (max-width:787px){.btn-rep--pink{margin:10px;margin:0;font-size:11px}
}
.btn-blink{color:#fff!important;font-weight:700;border-radius:4px;line-height:normal;text-decoration:none;margin:20px auto!important;padding:5px!important;font-size:14px;font-size:1.4rem;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;background-color:#ff3e75;width:100%;max-width:600px;text-align:center;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}
@media only screen and (max-width:787px){.btn-blink{font-size:12px;font-size:1.2rem}
}
.btn-blink:before{-webkit-animation:shine 3s ease-in-out infinite;animation:shine 3s ease-in-out infinite;background-color:#fff;content:" ";height:100%;left:0;opacity:0;position:absolute;top:-180px;transform:rotate(45deg);width:30px}
.btn-blink:after{position:absolute;content:"\F144";font-family:FontAwesome;font-size:30px;font-size:3rem;top:50%;right:15px;transform:translateY(-50%)}
@media only screen and (max-width:787px){.btn-blink:after{font-size:20px;font-size:2rem;right:8px}
}
.btn-blink:hover{background-color:#d66140}
@-webkit-keyframes shine{0%{transform:scale(0) rotate(45deg);opacity:0}
80%{transform:scale(0) rotate(45deg);opacity:.5}
81%{transform:scale(4) rotate(45deg);opacity:1}
to{transform:scale(50) rotate(45deg);opacity:0}
}
@keyframes shine{0%{transform:scale(0) rotate(45deg);opacity:0}
80%{transform:scale(0) rotate(45deg);opacity:.5}
81%{transform:scale(4) rotate(45deg);opacity:1}
to{transform:scale(50) rotate(45deg);opacity:0}
}
.tmb--center{margin-top:20px;margin-bottom:20px;text-align:center}
@media only screen and (max-width:787px){.tmb--center img{max-width:100%}
}
@media only screen and (min-width:788px) and (max-width:979px){.tmb--center img{max-width:500px}
}
.tmb--border{border:1px solid #fff;outline:1px solid #bdbdbd}
.tmb--full{margin-top:20px;margin-bottom:20px}
.tmb--full img{width:100%}
.tmb{display:flex;-webkit-box-flex:1;align-items:flex-start;width:auto;margin-bottom:20px;box-sizing:border-box}
@media only screen and (max-width:787px){.tmb--column{flex-direction:column}
}
.tmb--right{flex-flow:row-reverse}
.tmb--right__text{flex:1;margin-right:20px}
.tmb--left__text{flex:1;margin-left:20px}
@media only screen and (max-width:787px){.tmb__text--column{margin:0}
}
.tmb__imgbox{flex:0 30%;width:30%}
.tmb__imgbox--l{flex:0 40%;width:40%}
.tmb__imgbox--ll{flex:0 50%;width:50%}
.tmb__imgbox--s{flex:0 15%;width:15%}
.tmb__imgbox--ss{flex:0 10%;width:10%}
.tmb__imgbox--column{margin-bottom:10px}
.tmb__img,.tmb__img--s,.tmb__img--ss{display:block;width:100%;border:1px solid #fff;outline:1px solid #bdbdbd;box-shadow:0 6px 2px rgba(0,0,0,.03)}
.tmb__caption{margin-top:5px;margin-bottom:10px;text-align:center;font-size:12px;color:#3e3d3d}
.tmb--float{margin-bottom:20px}
.tmb--float:after{clear:both;content:"";display:table}
.tmb--float__imgbox,.tmb--float__imgbox--l,.tmb--float__imgbox--ll,.tmb--float__imgbox--s,.tmb--float__imgbox--ss{width:30%}
@media only screen and (max-width:787px){.tmb--float__imgbox,.tmb--float__imgbox--l,.tmb--float__imgbox--ll,.tmb--float__imgbox--s,.tmb--float__imgbox--ss{margin:0 auto 10px}
}
.tmb--float__imgbox--l{width:40%}
.tmb--float__imgbox--ll{width:50%}
.tmb--float__imgbox--s{width:15%}
.tmb--float__imgbox--ss{width:10%}
@media only screen and (min-width:788px){.tmb--float__imgbox--left{float:left;margin-right:20px}
}
@media only screen and (min-width:788px){.tmb--float__imgbox--right{float:right;margin-left:20px}
}
@media only screen and (max-width:787px){.pcView{display:none}
}
@media only screen and (min-width:788px){.spView{display:none}
}
.post-article h2,.post-article h3,.rep-tit,.rep-tit--defo,.rep-tit--sub{position:relative;line-height:1.45;font-weight:700}
.post-article h2,.rep-tit--defo{margin-top:20px;margin-bottom:15px;padding:10px;background:#1e88e5;color:#fff;font-size:12px;font-size:1.2rem}
.post-article h2:first-child,.rep-tit--defo:first-child{margin-top:0}
.post-article h3,.rep-tit--sub{color:#1e88e5;margin:20px 0 5px;padding:10px 3px;border-bottom:1px solid #1e88e5;font-size:12px;font-size:1.2rem}
@media only screen and (max-width:787px){.post-article h3,.rep-tit--sub{font-size:10px;font-size:1rem}
}
.post-article *{margin:0;padding:0}
.mg05{margin:5px!important}
.mg10{margin:10px!important}
.mgB05{margin-bottom:5px!important}
.mgB10{margin-bottom:10px!important}
.mgB15{margin-bottom:15px!important}
.mgB20{margin-bottom:20px!important}
.mgB25{margin-bottom:25px!important}
.mgB30{margin-bottom:30px!important}
.mgB35{margin-bottom:35px!important}
.mgB40{margin-bottom:40px!important}
.mgB45{margin-bottom:45px!important}
.mgB50{margin-bottom:50px!important}
.mgB55{margin-bottom:55px!important}
.mgB60{margin-bottom:60px!important}
.mgB65{margin-bottom:65px!important}
.mgB70{margin-bottom:70px!important}
.mgB75{margin-bottom:75px!important}
.mgB80{margin-bottom:80px!important}
.mgB85{margin-bottom:85px!important}
.mgB90{margin-bottom:90px!important}
.mgB95{margin-bottom:95px!important}
.mgB100{margin-bottom:100px!important}
.mgBT05{margin-bottom:5px!important;margin-top:5px!important}
.mgBT10{margin-bottom:10px!important;margin-top:10px!important}
.mgBT15{margin-bottom:15px!important;margin-top:15px!important}
.mgBT20{margin-bottom:20px!important;margin-top:20px!important}
.mgBT25{margin-bottom:25px!important;margin-top:25px!important}
.mgBT30{margin-bottom:30px!important;margin-top:30px!important}
.mgBT35{margin-bottom:35px!important;margin-top:35px!important}
.mgBT40{margin-bottom:40px!important;margin-top:40px!important}
.mgBT45{margin-bottom:45px!important;margin-top:45px!important}
.mgBT50{margin-bottom:50px!important;margin-top:50px!important}
.mgBT55{margin-bottom:55px!important;margin-top:55px!important}
.mgBT60{margin-bottom:60px!important;margin-top:60px!important}
.mgBT65{margin-bottom:65px!important;margin-top:65px!important}
.mgBT70{margin-bottom:70px!important;margin-top:70px!important}
.mgBT75{margin-bottom:75px!important;margin-top:75px!important}
.mgBT80{margin-bottom:80px!important;margin-top:80px!important}
.mgBT85{margin-bottom:85px!important;margin-top:85px!important}
.mgBT90{margin-bottom:90px!important;margin-top:90px!important}
.mgBT95{margin-bottom:95px!important;margin-top:95px!important}
.mgBT100{margin-bottom:100px!important;margin-top:100px!important}
.mgL05{margin-left:5px!important}
.mgL10{margin-left:10px!important}
.mgL15{margin-left:15px!important}
.mgL20{margin-left:20px!important}
.mgL25{margin-left:25px!important}
.mgL30{margin-left:30px!important}
.mgL35{margin-left:35px!important}
.mgL40{margin-left:40px!important}
.mgL45{margin-left:45px!important}
.mgL50{margin-left:50px!important}
.mgL55{margin-left:55px!important}
.mgL60{margin-left:60px!important}
.mgL65{margin-left:65px!important}
.mgL70{margin-left:70px!important}
.mgL75{margin-left:75px!important}
.mgL80{margin-left:80px!important}
.mgL85{margin-left:85px!important}
.mgL90{margin-left:90px!important}
.mgL95{margin-left:95px!important}
.mgL100{margin-left:100px!important}
.mgT05{margin-top:5px!important}
.mgT10{margin-top:10px!important}
.mgT15{margin-top:15px!important}
.mgT20{margin-top:20px!important}
.mgT25{margin-top:25px!important}
.mgT30{margin-top:30px!important}
.mgT35{margin-top:35px!important}
.mgT40{margin-top:40px!important}
.mgT45{margin-top:45px!important}
.mgT50{margin-top:50px!important}
.mgT55{margin-top:55px!important}
.mgT60{margin-top:60px!important}
.mgT65{margin-top:65px!important}
.mgT70{margin-top:70px!important}
.mgT75{margin-top:75px!important}
.mgT80{margin-top:80px!important}
.mgT85{margin-top:85px!important}
.mgT90{margin-top:90px!important}
.mgT95{margin-top:95px!important}
.mgT100{margin-top:100px!important}
.mgR05{margin-right:5px!important}
.mgR10{margin-right:10px!important}
.mgR15{margin-right:15px!important}
.mgR20{margin-right:20px!important}
.mgR25{margin-right:25px!important}
.mgR30{margin-right:30px!important}
.mgR35{margin-right:35px!important}
.mgR40{margin-right:40px!important}
.mgR45{margin-right:45px!important}
.mgR50{margin-right:50px!important}
.mgR55{margin-right:55px!important}
.mgR60{margin-right:60px!important}
.mgR65{margin-right:65px!important}
.mgR70{margin-right:70px!important}
.mgR75{margin-right:75px!important}
.mgR80{margin-right:80px!important}
.mgR85{margin-right:85px!important}
.mgR90{margin-right:90px!important}
.mgR95{margin-right:95px!important}
.mgR100{margin-right:100px!important}
.pd05{padding:5px!important}
.pd10{padding:10px!important}
.pdB05{padding-bottom:5px!important}
.pdB10{padding-bottom:10px!important}
.pdB15{padding-bottom:15px!important}
.pdB20{padding-bottom:20px!important}
.pdB25{padding-bottom:25px!important}
.pdB30{padding-bottom:30px!important}
.pdB35{padding-bottom:35px!important}
.pdB40{padding-bottom:40px!important}
.pdB45{padding-bottom:45px!important}
.pdB50{padding-bottom:50px!important}
.pdB55{padding-bottom:55px!important}
.pdB60{padding-bottom:60px!important}
.pdB65{padding-bottom:65px!important}
.pdB70{padding-bottom:70px!important}
.pdB75{padding-bottom:75px!important}
.pdB80{padding-bottom:80px!important}
.pdB85{padding-bottom:85px!important}
.pdB90{padding-bottom:90px!important}
.pdB95{padding-bottom:95px!important}
.pdB100{padding-bottom:100px!important}
.pdL05{padding-left:5px!important}
.pdL10{padding-left:10px!important}
.pdL15{padding-left:15px!important}
.pdL20{padding-left:20px!important}
.pdL25{padding-left:25px!important}
.pdL30{padding-left:30px!important}
.pdL35{padding-left:35px!important}
.pdL40{padding-left:40px!important}
.pdL45{padding-left:45px!important}
.pdL50{padding-left:50px!important}
.pdL55{padding-left:55px!important}
.pdL60{padding-left:60px!important}
.pdL65{padding-left:65px!important}
.pdL70{padding-left:70px!important}
.pdL75{padding-left:75px!important}
.pdL80{padding-left:80px!important}
.pdL85{padding-left:85px!important}
.pdL90{padding-left:90px!important}
.pdL95{padding-left:95px!important}
.pdL100{padding-left:100px!important}
.pdT05{padding-top:5px!important}
.pdT10{padding-top:10px!important}
.pdT15{padding-top:15px!important}
.pdT20{padding-top:20px!important}
.pdT25{padding-top:25px!important}
.pdT30{padding-top:30px!important}
.pdT35{padding-top:35px!important}
.pdT40{padding-top:40px!important}
.pdT45{padding-top:45px!important}
.pdT50{padding-top:50px!important}
.pdT55{padding-top:55px!important}
.pdT60{padding-top:60px!important}
.pdT65{padding-top:65px!important}
.pdT70{padding-top:70px!important}
.pdT75{padding-top:75px!important}
.pdT80{padding-top:80px!important}
.pdT85{padding-top:85px!important}
.pdT90{padding-top:90px!important}
.pdT95{padding-top:95px!important}
.pdT100{padding-top:100px!important}
.pdR05{padding-right:5px!important}
.pdR10{padding-right:10px!important}
.pdR15{padding-right:15px!important}
.pdR20{padding-right:20px!important}
.pdR25{padding-right:25px!important}
.pdR30{padding-right:30px!important}
.pdR35{padding-right:35px!important}
.pdR40{padding-right:40px!important}
.pdR45{padding-right:45px!important}
.pdR50{padding-right:50px!important}
.pdR55{padding-right:55px!important}
.pdR60{padding-right:60px!important}
.pdR65{padding-right:65px!important}
.pdR70{padding-right:70px!important}
.pdR75{padding-right:75px!important}
.pdR80{padding-right:80px!important}
.pdR85{padding-right:85px!important}
.pdR90{padding-right:90px!important}
.pdR95{padding-right:95px!important}
.pdR100{padding-right:100px!important}
.RankTbl,.table-score{border:3px solid #bdbdbd;margin:0 auto 10px;font-weight:700}
@media only screen and (min-width:788px){.RankTbl,.table-score{font-size:14px;font-size:1.4rem}
}
@media only screen and (max-width:787px){.RankTbl,.table-score{font-size:14px;font-size:1.4rem}
}
.RankTbl tr+tr,.table-score tr+tr{border-top:2px dotted #eee}
.RankTbl td,.table-score td{box-sizing:border-box;padding:5px;vertical-align:middle}
.RankTbl td:first-child,.table-score td:first-child{width:2%;text-align:center;font-size:16px;font-size:1.6rem}
@media only screen and (max-width:787px){.RankTbl td:first-child,.table-score td:first-child{padding:5px 4px}
}
.RankTbl td:nth-child(2),.table-score td:nth-child(2){width:auto;text-align:left;white-space:nowrap}
@media only screen and (min-width:788px){.RankTbl td:nth-child(2),.table-score td:nth-child(2){padding:5px;max-width:56%}
}
@media only screen and (max-width:787px){.RankTbl td:nth-child(2),.table-score td:nth-child(2){padding:5px 0;font-size:10px;font-size:1rem}
}
.RankTbl td:nth-child(3),.table-score td:nth-child(3){padding:5px 0;line-height:1}
@media only screen and (max-width:787px){.RankTbl td:nth-child(3),.table-score td:nth-child(3){width:auto}
}
.RankTbl td img,.table-score td img{height:auto}
@media only screen and (min-width:788px){.RankTbl td img,.table-score td img{width:93%}
}
@media only screen and (max-width:787px){.RankTbl td img,.table-score td img{width:100%}
}
.fs--120{font-size:120%;line-height:1.25}
.fs--140{font-size:140%;line-height:1.25}
.fs--160{font-size:160%;line-height:1.25}
.fs--180{font-size:180%;line-height:1.25}
.fs--200{font-size:200%;line-height:1.25}
.fs--220{font-size:220%;line-height:1.25}
.fs--240{font-size:240%;line-height:1.25}
.fs--260{font-size:260%;line-height:1.25}
.fs--280{font-size:280%;line-height:1.25}
.fs--300{font-size:300%;line-height:1.25}
.fs--blue,.fs--bold{font-weight:700}
.fs--blue{color:#2196f3}
.fs--red{color:#f44336;font-weight:700}
.fs--green{color:#4caf50;font-weight:700}
.fs--gray{color:#9e9e9e;font-weight:700}
.fs--underline{text-decoration:underline}
.fs--redline{padding:3px 5px 1px;border-bottom:3px double #f44336;font-weight:700;line-height:1.6}
.fs--fill{background:linear-gradient(transparent 40%,#fee781 0)}
.fs--text-center{text-align:center}
.fs--text-left{text-align:left}
.fs--text-right{text-align:right}
.tit-junior--gray{color:#9e9e9e}
.tit-junior--gray,.tit-junior--green{margin-bottom:10px;font-size:20px;font-weight:700}
.tit-junior--green{color:#4caf50}
.tit-junior--blue{color:#2196f3}
.tit-junior--blue,.tit-junior--red{margin-bottom:10px;font-size:20px;font-weight:700}
.tit-junior--red{color:#f44336}
.m-article-ranking-table{box-sizing:border-box}
@media only screen and (max-width:787px){.m-article-ranking-table{display:block;overflow:scroll;width:100%}
}
.m-article-ranking-table th{padding:10px!important;border-right:1px dotted #60c162}
@media only screen and (max-width:787px){.m-article-ranking-table th{padding:5px!important}
}
@media only screen and (max-width:787px){.m-article-ranking-table__spth{display:block;height:28px}
}
@media only screen and (max-width:787px){.m-article-ranking-table__spth th{position:absolute;left:0;right:0;margin:auto;width:calc(100% - 20px)}
}
.m-article-ranking-table td{padding:15px 5px;text-align:center;font-size:8px;font-size:.8rem;border-right:1px dotted #60c162}
@media only screen and (max-width:787px){.m-article-ranking-table td{padding-top:10px!important}
}
.m-article-ranking-table td:last-child,.m-article-ranking-table th:last-child{border-right:none}
.m-article-ranking-table__product{width:25%;text-align:center}

.m-article-ranking-table__item{
	text-align:center;
	background-color:#EF8678;
	padding:8px;
	font-weight:700;
	font-size:10px;
	font-size:1rem;
	color:#fff;
}




.m-article-ranking-table__score div{font-size:10px;font-size:1rem;line-height:32px}
.m-article-ranking-table__score p{margin-bottom:0!important}
.m-article-ranking-table__text{text-align:left!important}
.m-article-ranking-table__stars{
	color:#fdd835;font-size:14px;font-size:1.4rem
}

.m-article-ranking-table__stars2{
	color:#fdd835;font-size:26px;font-size:1.4rem
}

@media only screen and (max-width:787px){
	.m-article-ranking-table__stars{
		font-size:12px;font-size:1.2rem;
		line-height:unset;margin-bottom:10px
	}
}
.m-article-ranking-table>tbody>tr>td>span.best{color:#ff92bf;font-size:40px;font-size:4rem}
.m-article-ranking-table>tbody>tr>td>span.good{color:#70c957;font-size:40px;font-size:4rem;margin:auto}
.m-article-ranking-table>tbody>tr>td>span.so{color:#ffd168;font-size:40px;font-size:4rem;line-height:1.4;margin:auto}
.m-article-ranking-table>tbody>tr>td>span.bad{color:#6b6b6b;font-size:40px;font-size:4rem;line-height:1.2;margin:auto}

.m-article-ranking-table>tbody>tr>td>span.price {
	font-size:12px;
	font-size:1rem;
	font-weight:700
}

.m-point-block__header{display:flex;justify-content:space-between;padding:0 10px;margin-bottom:10px}
@media only screen and (max-width:787px){.m-point-block__header{padding:0}
}
.m-point-block__rank-num{font-weight:700;color:#1e88e5}
@media only screen and (min-width:788px){.m-point-block__rank-num{margin-right:20px;font-size:22px;font-size:2.2rem}
}
@media only screen and (max-width:787px){.m-point-block__rank-num{font-size:18px;font-size:1.8rem;margin-right:10px}
}
.m-point-block__score-average{color:#c00;font-weight:700}
@media only screen and (min-width:788px){.m-point-block__score-average{margin-right:10px;font-size:20px;font-size:2rem}
}
@media only screen and (max-width:787px){.m-point-block__score-average{font-size:16px;font-size:1.6rem}
}
.m-point-block__name{font-weight:700}
@media only screen and (min-width:788px){.m-point-block__name{font-size:20px;font-size:2rem}
}
@media only screen and (max-width:787px){.m-point-block__name{font-size:16px;font-size:1.6rem}
}
@media only screen and (min-width:788px){.m-point-block__review-num{margin-left:auto;font-weight:700;font-size:14px;font-size:1.4rem}
}
.m-point-block__img{max-height:350px;margin-bottom:10px;overflow:hidden}
@media only screen and (max-width:787px){.m-point-block__img{max-height:200px}
}
.m-point-block__img img{width:100%;height:auto}
.m-point-block__menu-list{display:table;width:100%;table-layout:fixed}
.m-point-block__menu.fixed{position:fixed;bottom:0;z-index:1000;width:735px;background-color:#fff;margin-bottom:0}
.m-point-block__menu-item{display:table-cell;position:relative;text-align:center;vertical-align:middle}
.m-point-block__menu-item+.m-point-block__menu-item{border-left:1px dotted #ccc}
.m-point-block__menu-item.active{background-color:#ffe7e7}
.m-point-block__menu-item a{position:relative;display:block;width:100%;padding:10px 0;color:#414141;text-decoration:none;font-size:14px;font-size:1.4rem;font-weight:700}
@media only screen and (max-width:787px){.m-point-block__menu-item a{padding:10px 3px;font-size:11px;font-size:1.1rem}
}
.m-point-block__menu-item a:hover{color:grey}
.m-point-block__menu-item-num{display:block;width:60%;margin:0 auto;background:#eee;border-radius:20px;font-size:11px;font-size:1.1rem}
@media only screen and (max-width:787px){.m-point-block__menu-item-num{width:100%;font-size:9px;font-size:.9rem}
}
.m-point-block__menu-link-site:after{margin-left:5px;content:"\F08E";font-family:FontAwesome;color:grey}
.m-point-block__detail-list{width:100%;empty-cells:show;border-spacing:0;border-collapse:collapse}
.m-point-block__detail tr{border:1px solid #ccc}
@media only screen and (max-width:787px){.m-point-block__detail tr{font-size:12px;font-size:1.2rem}
}
.m-point-block__detail th{width:25%;box-sizing:border-box;padding:10px;background:#f0f0f0;font-weight:700}
@media only screen and (max-width:787px){.m-point-block__detail th{width:30%}
}
.m-point-block__detail td{padding:10px}
.m-point-block__point{position:relative;padding:30px 20px 20px;border:2px solid grey;border-radius:10px}
.m-point-block__point-ttl{display:inline-block;position:absolute;top:-17px;left:-2px;margin-bottom:12px;padding:8px 20px;border-bottom:2px solid;border-radius:6px;background:grey;color:#fff;font-weight:700;font-size:16px;font-size:1.6rem;line-height:1}
@media only screen and (max-width:787px){.m-point-block__point-ttl{font-size:14px;font-size:1.4rem}
}
.m-point-block__point-txt{padding:2px 0;font-size:16px;font-size:1.6rem}
@media only screen and (max-width:787px){.m-point-block__point-txt{font-size:14px;font-size:1.4rem}
}
.m-point-block__point-txt:before{margin-right:5px}
.m-point-block__point-txt .fs--fill{font-weight:700}
.m-point-block__tmb{display:block;margin-right:10px;width:21%}
@media only screen and (max-width:787px){.m-point-block__tmb{width:30%}
}
@media only screen and (min-width:788px){.m-point-block__scores{margin-left:20px}
}
@media only screen and (max-width:787px){.m-point-block__scores{width:calc(70% - 10px)}
}
.m-point-block__score{display:flex;padding-right:20px;line-height:35px;align-items:center}
@media only screen and (max-width:787px){.m-point-block__score{margin-right:0;line-height:25px;font-size:11px}
}
.m-point-block__score-label{font-weight:700;font-size:20px;font-size:2rem}
.m-point-block__score-stars{display:flex;position:relative}
@media only screen and (min-width:788px){.m-point-block__score-stars{font-size:16px;font-size:1.6rem;line-height:32px;margin-right:20px}
}
@media only screen and (max-width:787px){.m-point-block__score-stars{height:16px;font-size:1.6rem;line-height:16px;margin-left:4px;margin-right:10px}
}
.m-point-block__score-stars__front{position:absolute;top:0;left:0;overflow:hidden;color:#fff100}
.m-point-block__score-stars__back{color:#ccc}
.m-point-block__score-value{flex:1;color:#f90;font-weight:700}
@media only screen and (min-width:788px){.m-point-block__nav{flex:1;margin-left:auto}
}
@media only screen and (max-width:787px){.m-point-block__nav{width:100%;margin-top:10px}
}
.m-point-block__wom-num{font-weight:700;font-size:16px;font-size:1.6rem;line-height:1}
@media only screen and (max-width:787px){.m-point-block__wom-num{font-size:12px;font-size:1.2rem}
}
.m-point-block__wom-num:before{content:"\F086";margin-right:3px;font-size:20px;font-size:2rem;font-family:FontAwesome;color:grey}
@media only screen and (max-width:787px){.m-point-block__wom-num:before{font-size:14px;font-size:1.4rem}
}
.m-point-block__wom-num span{padding:0 4px;color:grey;font-size:28px;font-size:2.8rem}
@media only screen and (max-width:787px){.m-point-block__wom-num span{font-size:20px;font-size:2rem}
}
.m-point-block__item{margin-bottom:10px}
@media only screen and (max-width:787px){.m-point-block__link-review,.m-point-block__link-reviews{display:none}
}
.m-point-block__ranking-wom-ttl{display:inline-block;margin-bottom:5px;padding:8px 20px;border-bottom:2px solid;border-radius:6px;background:grey;color:#fff;font-weight:700;font-size:16px;font-size:1.6rem;line-height:1}
.m-point-block__ranking-wom-good{padding:10px;border:8px solid #ffe7e7}
.m-point-block__ranking-wom-bad{padding:10px;border:8px solid #e4f2ff}
.m-point-block__ranking-wom__info{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee}
.m-point-block__ranking-wom__ttl{margin:5px 5px 0;font-weight:700;font-size:16px;font-size:1.6rem}
@media only screen and (max-width:787px){.m-point-block__ranking-wom__ttl{font-size:14px;font-size:1.4rem}
}
.m-point-block__ranking-wom__body{padding:10px 5px;border-bottom:1px solid #eee}
.m-point-block__ranking-wom__footer{display:flex;margin:10px 5px 5px;justify-content:space-between}
.m-point-block__ranking-wom .m-list-rank__link-sp-btns{margin-top:10px}
@media only screen and (max-width:787px){.m-point-block__ranking-wom .m-block-review__date{display:block}
}
.m-point-block__btns ul{display:flex;justify-content:space-between}
.m-point-block__btns li{width:50%;text-align:center;font-size:14px;font-size:1.4rem;font-weight:700}
.m-point-block__btns .m-list-rank__link-sp-detail,.m-point-block__btns .m-list-rank__link-sp-site{padding:15px 4px}
.m-article-point-block{position:relative;padding:6px 20px 20px 0;border:2px solid #1e88e5;border-radius:10px;margin-bottom:30px}
.m-article-point-block-ttl{display:inline-block;position:relative;height:40px;line-height:40px;text-align:center;padding:0 40px 0 18px;font-size:12px;font-size:1.2rem;font-weight:700;background:#1e88e5;color:#fff;box-sizing:border-box;margin-bottom:15px}
.m-article-point-block-ttl:after{position:absolute;content:"";width:0;height:0;z-index:1;top:0;right:0;border-color:transparent #fff transparent transparent;border-style:solid;border-width:20px 15px 20px 0}
.m-article-product-detail{border:1px solid #1e88e5;margin-bottom:30px;padding:0;font-size:10px;font-size:1rem}
@media only screen and (max-width:787px){.m-article-product-detail{font-size:8px;font-size:.8rem}
}
.m-article-product-detail__title{background:#1e88e5;margin-bottom:5px;text-align:center;padding:10px;color:#fff;font-size:12px;font-size:1.2rem;font-weight:700}
@media only screen and (max-width:787px){.m-article-product-detail__title{font-size:10px;font-size:1rem}
}
.m-article-product-detail__text{padding:5px 10px}
.m-article-product-detail__text dl{display:flex;flex-wrap:wrap;border-bottom:1px dotted #1e88e5;margin-bottom:5px;padding-bottom:5px}
.m-article-product-detail__text dl:first-child{margin-top:5px}
.m-article-product-detail__text dl:last-child{border:none;margin-bottom:0;padding-bottom:0}
.m-article-product-detail__text dt{box-sizing:border-box;position:relative;width:20%;padding-left:25px;display:flex;align-items:center}
@media only screen and (max-width:787px){.m-article-product-detail__text dt{width:30%;padding-left:18px;white-space:nowrap}
}
.m-article-product-detail__text dd{width:80%;display:flex;align-items:center}
@media only screen and (max-width:787px){.m-article-product-detail__text dd{width:70%;display:block}
}
.m-article-product-detail__text dd span{font-size:10px;font-size:1rem;margin-left:15px}
@media only screen and (max-width:787px){.m-article-product-detail__text dd span{margin-left:10px}
}
.m-article-product-detail__text dt:before{position:absolute;left:0;content:"\F00C";display:inline-block;font-family:FontAwesome;right:16px;font-size:10px;font-size:1rem;color:green}
.m-article-product-list{padding:0!important}
.m-article-product-list li{border-bottom:1px dotted #1e88e5}
.m-article-product-list li:last-child{border-bottom:none}
.m-article-product-list li a{display:flex;flex-flow:wrap;box-sizing:border-box;align-items:center;position:relative;margin-bottom:5px;padding-top:5px}
.m-article-product-list li a :hover{opacity:.7}
.m-article-product-list li a:after{content:"\F105";font-family:FontAwesome;position:absolute;font-size:30px;right:5px}
.m-article-product-list li a img{width:60px;height:auto}
.m-article-product-list li a p{margin:0 15px 0 5px!important;flex:1}
.m-article-product-review__header{position:relative;padding:20px 10px 12px;border-top:2px solid #1e88e5;border-bottom:1px solid #1e88e5;background:#bbdefb;width:100%}
@media only screen and (max-width:787px){.m-article-product-review__header{padding-top:15px}
}
.m-article-product-review__author{font-size:8px;font-size:.8rem;font-weight:700;display:block}
.m-article-product-review__ttl{padding:2px 0 6px;font-size:12px;font-size:1.2rem;font-weight:700}
.m-article-product-review__title{background:#1e88e5;margin-bottom:5px;text-align:center;padding:10px 0;color:#fff;font-weight:700;width:100%;font-size:12px;font-size:1.2rem}
@media only screen and (max-width:787px){.m-article-product-review__title{font-size:10px;font-size:1rem}
}
.m-article-product-review__body{padding:10px;font-size:10px;font-size:1rem}
.m-list-article__item{position:relative}
.m-list-article__item+.m-list-article__item{border-top:1px solid #eee}
.m-list-article__link{position:relative;display:flex;padding:10px;font-size:16px;font-size:1.6rem;background:#fff}
@media only screen and (min-width:788px){.m-list-article__link:hover{background:#f5f5f5}
}
.m-list-article__num{position:absolute;top:4px;left:4px;box-shadow:0 2px 4px rgba(0,0,0,.2);background:#9e9e9e;text-align:center;font-weight:700;color:#fff;z-index:3;font-size:14px;font-size:1.4rem;width:32px;border-radius:100%;height:32px;line-height:32px}
.m-list-article__num:not(:target),:root .m-list-article__num{line-height:32px\9}
.m-list-article__num.is-rank--1,.m-list-article__num.is-rank--2,.m-list-article__num.is-rank--3{background:#2196f3;font-size:16px;font-size:1.6rem}
.m-list-article__tmb{width:100px;flex:0 100px;margin:4px 10px 0 4px}
.m-list-article__tmb img{width:100%}
.m-list-article__content{flex:1}
.m-list-article__title{font-weight:700;color:#424242}
@media only screen and (min-width:788px){.m-list-article__title{font-size:12px}
}
.m-list-article__point-black li,.m-list-article__point-blue li,.m-list-article__point-pink li{margin-bottom:5px;font-weight:700;position:relative;padding-left:15px}
.m-list-article__point-black li:before,.m-list-article__point-blue li:before,.m-list-article__point-pink li:before{content:"\30FB";font-weight:700;position:absolute;left:0}
.m-list-article__point-pink,ul.m-list-article__point-pink{padding-left:0!important}
.m-list-article__point-pink li:before{color:grey}
.m-list-article__point-blue,ul.m-list-article__point-blue{padding-left:0!important}
.m-list-article__point-blue li:before{color:#2196f3}
ul.m-list-article__point-black{padding-left:0!important}
.m-list-article__arrow li,.m-list-article__check li{position:relative;margin-bottom:5px;font-weight:700}
.m-list-article__arrow li:before,.m-list-article__check li:before{margin-right:3px;font-family:FontAwesome;color:#212121;font-weight:700}
.m-list-article__check li:before{content:"\F00C"}
.m-list-article__arrow li:before{content:"\F061"}
.m-list-article__number{counter-reset:number;list-style-type:none!important}
.m-list-article__number li{position:relative;padding:10px 10px 10px 30px;font-weight:700}
.m-list-article__number li:before{position:absolute;counter-increment:number;content:counter(number);display:inline-block;background:#212121;color:#fff;font-family:Avenir,Arial Black,Arial,sans-serif;font-weight:700;font-size:14px;font-size:1.4rem;border-radius:50%;left:0;width:25px;height:25px;line-height:25px;text-align:center;top:46%;transform:translateY(-50%)}
.fa-content,.fn-preview{background:#fff}
.c-btn--blue,.c-btn--blue--is-large,.c-btn--green,.c-btn--green--is-large,.c-btn--grey,.c-btn--grey--is-large,.c-btn--primary,.c-btn--primary--is-large,.c-btn--red,.c-btn--red--is-large,.c-btn--yellow,.c-btn--yellow--is-large{margin:0 auto;font-weight:700}
.c-btn--blue--is-large span,.c-btn--blue span,.c-btn--green,.c-btn--green--is-large span,.c-btn--green span,.c-btn--grey--is-large span,.c-btn--grey span,.c-btn--primary--is-large span,.c-btn--primary span,.c-btn--red--is-large span,.c-btn--red span,.c-btn--yellow--is-large span,.c-btn--yellow span{font-weight:700}
.c-btn--green{max-width:480px;display:block;width:100%;outline:none;position:relative;padding:8px 10px;background-color:#4caf50;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;cursor:pointer;font-size:16px;font-size:1.6rem;transition:all .3s ease-out}
.c-btn--green.is-active{background:#63bb67;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--green:hover{background:#63bb67;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
@media only screen and (max-width:787px){.c-btn--green:hover{color:#fff}
}
.c-btn--green--is-large{max-width:600px;display:block;width:100%;outline:none;position:relative;padding:16px 10px;background-color:#4caf50;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:18px;font-size:1.8rem;transition:all .3s ease-out}
.c-btn--green--is-large.is-active{background:#63bb67;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--green--is-large:hover{background:#63bb67;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
@media only screen and (max-width:787px){.c-btn--green--is-large:hover{color:#fff}
}
.c-btn--blue{max-width:480px;display:block;width:100%;outline:none;position:relative;padding:8px 10px;background-color:#2196f3;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:16px;font-size:1.6rem;transition:all .3s ease-out}
.c-btn--blue.is-active{background:#43a6f5;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--blue:hover{background:#43a6f5;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
@media only screen and (max-width:787px){.c-btn--blue:hover{color:#fff}
}
.c-btn--blue--is-large{max-width:600px;display:block;width:100%;outline:none;position:relative;padding:16px 10px;background-color:#2196f3;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:18px;font-size:1.8rem;transition:all .3s ease-out}
.c-btn--blue--is-large.is-active{background:#43a6f5;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--blue--is-large:hover{background:#43a6f5;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
@media only screen and (max-width:787px){.c-btn--blue--is-large:hover{color:#fff}
}
.c-btn--grey{max-width:480px;display:block;width:100%;outline:none;position:relative;padding:8px 10px;background-color:#9e9e9e;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:16px;font-size:1.6rem;transition:all .3s ease-out}
.c-btn--grey.is-active{background:#b0b0b0;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--grey:hover{background:#b0b0b0;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
@media only screen and (max-width:787px){.c-btn--grey:hover{color:#fff}
}
.c-btn--grey--is-large{max-width:600px;display:block;width:100%;outline:none;position:relative;padding:16px 10px;background-color:#9e9e9e;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:18px;font-size:1.8rem;transition:all .3s ease-out}
.c-btn--grey--is-large.is-active{background:#b0b0b0;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--grey--is-large:hover{background:#b0b0b0;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
@media only screen and (max-width:787px){.c-btn--grey--is-large:hover{color:#fff}
}
.c-btn--yellow{max-width:480px;display:block;width:100%;outline:none;position:relative;padding:8px 10px;background-color:#fdd835;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:16px;font-size:1.6rem;transition:all .3s ease-out}
.c-btn--yellow.is-active{background:#fddf58;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--yellow:hover{background:#fddf58;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
@media only screen and (max-width:787px){.c-btn--yellow:hover{color:#fff}
}
.c-btn--yellow--is-large{max-width:600px;display:block;width:100%;outline:none;position:relative;padding:16px 10px;background-color:#fdd835;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:18px;font-size:1.8rem;transition:all .3s ease-out}
.c-btn--yellow--is-large.is-active{background:#fddf58;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--yellow--is-large:hover{background:#fddf58;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
@media only screen and (max-width:787px){.c-btn--yellow--is-large:hover{color:#fff}
}
.c-btn--red{max-width:480px;display:block;width:100%;outline:none;position:relative;padding:8px 10px;background-color:#f44336;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:16px;font-size:1.6rem;transition:all .3s ease-out}
.c-btn--red.is-active{background:#f66358;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--red:hover{background:#f66358;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
@media only screen and (max-width:787px){.c-btn--red:hover{color:#fff}
}
.c-btn--red--is-large{max-width:600px;display:block;width:100%;outline:none;position:relative;padding:16px 10px;background-color:#f44336;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:18px;font-size:1.8rem;transition:all .3s ease-out}
.c-btn--red--is-large.is-active{background:#f66358;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--red--is-large:hover{background:#f66358;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
@media only screen and (max-width:787px){.c-btn--red--is-large:hover{color:#fff}
}
.c-btn--primary{max-width:480px;display:block;width:100%;outline:none;position:relative;padding:8px 10px;background-color:#2196f3;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:16px;font-size:1.6rem;transition:all .3s ease-out}
.c-btn--primary.is-active{background:#43a6f5;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--primary:hover{background:#43a6f5;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
@media only screen and (max-width:787px){.c-btn--primary:hover{color:#fff}
}
.c-btn--primary--is-large{max-width:600px;display:block;width:100%;outline:none;position:relative;padding:16px 10px;background-color:#2196f3;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:18px;font-size:1.8rem;transition:all .3s ease-out}
.c-btn--primary--is-large.is-active{background:#43a6f5;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--primary--is-large:hover{background:#43a6f5;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
@media only screen and (max-width:787px){.c-btn--primary--is-large:hover{color:#fff}
}
.c-btn--twi,.c-btn--twi--size-l{display:block;width:100%;outline:none;position:relative;padding:9px 10px;background-color:#55acee;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:14px;font-size:1.4rem;transition:all .3s ease-out}
.c-btn--twi.is-active,.is-active.c-btn--twi--size-l{background:#75bcf1;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--twi--size-l:hover,.c-btn--twi:hover{background:#75bcf1;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
@media only screen and (max-width:787px){.c-btn--twi--size-l:hover,.c-btn--twi:hover{color:#fff}
}
@media only screen and (max-width:787px){.c-btn--twi,.c-btn--twi--size-l{display:block;width:100%;outline:none;position:relative;padding:6px 10px;background-color:#55acee;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:14px;font-size:1.4rem;transition:all .3s ease-out}
.c-btn--twi.is-active,.is-active.c-btn--twi--size-l{background:#75bcf1;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--twi--size-l:hover,.c-btn--twi:hover{background:#75bcf1;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
}
@media only screen and (max-width:787px) and (max-width:787px){.c-btn--twi--size-l:hover,.c-btn--twi:hover{color:#fff}
}
.c-btn--twi--size-l span,.c-btn--twi span{font-weight:700}
.c-btn--twi--size-l:before,.c-btn--twi:before{padding-right:10px;content:"\F099";font-family:FontAwesome}
.c-btn--twi--size-l{margin:0 auto;max-width:400px;display:block;width:100%;outline:none;position:relative;padding:13px 10px;background-color:#55acee;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:16px;font-size:1.6rem;transition:all .3s ease-out}
.c-btn--twi--size-l.is-active{background:#75bcf1;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--twi--size-l:hover{background:#75bcf1;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
@media only screen and (max-width:787px){.c-btn--twi--size-l:hover{color:#fff}
}
.c-btn--twi--size-l:before{position:absolute;left:20px}
.c-btn--fb,.c-btn--fb--size-l{display:block;width:100%;outline:none;position:relative;padding:9px 10px;background-color:#3b5998;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:14px;font-size:1.4rem;transition:all .3s ease-out}
.c-btn--fb.is-active,.is-active.c-btn--fb--size-l{background:#4568b2;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--fb--size-l:hover,.c-btn--fb:hover{background:#4568b2;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
@media only screen and (max-width:787px){.c-btn--fb--size-l:hover,.c-btn--fb:hover{color:#fff}
}
@media only screen and (max-width:787px){.c-btn--fb,.c-btn--fb--size-l{display:block;width:100%;outline:none;position:relative;padding:6px 10px;background-color:#3b5998;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:14px;font-size:1.4rem;transition:all .3s ease-out}
.c-btn--fb.is-active,.is-active.c-btn--fb--size-l{background:#4568b2;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--fb--size-l:hover,.c-btn--fb:hover{background:#4568b2;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
}
@media only screen and (max-width:787px) and (max-width:787px){.c-btn--fb--size-l:hover,.c-btn--fb:hover{color:#fff}
}
.c-btn--fb--size-l span,.c-btn--fb span{font-weight:700}
.c-btn--fb--size-l:before,.c-btn--fb:before{padding-right:10px;content:"\F09A";font-family:FontAwesome}
.c-btn--fb--size-l{margin:0 auto;max-width:400px;display:block;width:100%;outline:none;position:relative;padding:13px 10px;background-color:#3b5998;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:16px;font-size:1.6rem;transition:all .3s ease-out}
.c-btn--fb--size-l.is-active{background:#4568b2;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--fb--size-l:hover{background:#4568b2;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
@media only screen and (max-width:787px){.c-btn--fb--size-l:hover{color:#fff}
}
.c-btn--fb--size-l:before{position:absolute;left:20px}
.c-btn--gplus,.c-btn--gplus--size-l{display:block;width:100%;outline:none;position:relative;padding:9px 10px;background-color:#dc4e41;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:14px;font-size:1.4rem;transition:all .3s ease-out}
.c-btn--gplus.is-active,.is-active.c-btn--gplus--size-l{background:#e26a5f;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--gplus--size-l:hover,.c-btn--gplus:hover{background:#e26a5f;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
@media only screen and (max-width:787px){.c-btn--gplus--size-l:hover,.c-btn--gplus:hover{color:#fff}
}
@media only screen and (max-width:787px){.c-btn--gplus,.c-btn--gplus--size-l{display:block;width:100%;outline:none;position:relative;padding:6px 10px;background-color:#dc4e41;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:14px;font-size:1.4rem;transition:all .3s ease-out}
.c-btn--gplus.is-active,.is-active.c-btn--gplus--size-l{background:#e26a5f;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--gplus--size-l:hover,.c-btn--gplus:hover{background:#e26a5f;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
}
@media only screen and (max-width:787px) and (max-width:787px){.c-btn--gplus--size-l:hover,.c-btn--gplus:hover{color:#fff}
}
.c-btn--gplus--size-l span,.c-btn--gplus span{font-weight:700}
.c-btn--gplus--size-l:before,.c-btn--gplus:before{padding-right:10px;content:"\F0D5";font-family:FontAwesome}
.c-btn--gplus--size-l{margin:0 auto;max-width:400px;display:block;width:100%;outline:none;position:relative;padding:13px 10px;background-color:#dc4e41;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:16px;font-size:1.6rem;transition:all .3s ease-out}
.c-btn--gplus--size-l.is-active{background:#e26a5f;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--gplus--size-l:hover{background:#e26a5f;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
@media only screen and (max-width:787px){.c-btn--gplus--size-l:hover{color:#fff}
}
.c-btn--gplus--size-l:before{position:absolute;left:20px}
.c-btn--insta,.c-btn--insta--size-l{display:block;width:100%;outline:none;position:relative;padding:9px 10px;background-color:#3f729b;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:14px;font-size:1.4rem;transition:all .3s ease-out}
.c-btn--insta.is-active,.is-active.c-btn--insta--size-l{background:#4985b4;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--insta--size-l:hover,.c-btn--insta:hover{background:#4985b4;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
@media only screen and (max-width:787px){.c-btn--insta--size-l:hover,.c-btn--insta:hover{color:#fff}
}
@media only screen and (max-width:787px){.c-btn--insta,.c-btn--insta--size-l{display:block;width:100%;outline:none;position:relative;padding:6px 10px;background-color:#3f729b;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:14px;font-size:1.4rem;transition:all .3s ease-out}
.c-btn--insta.is-active,.is-active.c-btn--insta--size-l{background:#4985b4;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--insta--size-l:hover,.c-btn--insta:hover{background:#4985b4;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
}
@media only screen and (max-width:787px) and (max-width:787px){.c-btn--insta--size-l:hover,.c-btn--insta:hover{color:#fff}
}
.c-btn--insta--size-l span,.c-btn--insta span{font-weight:700}
.c-btn--insta--size-l:before,.c-btn--insta:before{padding-right:10px;content:"\F16D";font-family:FontAwesome}
.c-btn--insta--size-l{margin:0 auto;max-width:400px;display:block;width:100%;outline:none;position:relative;padding:13px 10px;background-color:#3f729b;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:16px;font-size:1.6rem;transition:all .3s ease-out}
.c-btn--insta--size-l.is-active{background:#4985b4;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--insta--size-l:hover{background:#4985b4;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
@media only screen and (max-width:787px){.c-btn--insta--size-l:hover{color:#fff}
}
.c-btn--insta--size-l:before{position:absolute;left:20px}
.c-btn--hatena,.c-btn--hatena--size-l{display:block;width:100%;outline:none;position:relative;padding:9px 10px;background-color:#008fde;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:14px;font-size:1.4rem;transition:all .3s ease-out}
.c-btn--hatena.is-active,.is-active.c-btn--hatena--size-l{background:#03a5ff;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--hatena--size-l:hover,.c-btn--hatena:hover{background:#03a5ff;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
@media only screen and (max-width:787px){.c-btn--hatena--size-l:hover,.c-btn--hatena:hover{color:#fff}
}
@media only screen and (max-width:787px){.c-btn--hatena,.c-btn--hatena--size-l{display:block;width:100%;outline:none;position:relative;padding:6px 10px;background-color:#008fde;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:14px;font-size:1.4rem;transition:all .3s ease-out}
.c-btn--hatena.is-active,.is-active.c-btn--hatena--size-l{background:#03a5ff;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--hatena--size-l:hover,.c-btn--hatena:hover{background:#03a5ff;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
}
@media only screen and (max-width:787px) and (max-width:787px){.c-btn--hatena--size-l:hover,.c-btn--hatena:hover{color:#fff}
}
.c-btn--hatena--size-l span,.c-btn--hatena span{font-weight:700}
.c-btn--hatena--size-l:before,.c-btn--hatena:before{padding-right:10px;content:"B!";font-weight:700;font-family:Verdana;font-size:15px;font-size:1.5rem}
.c-btn--hatena--size-l{margin:0 auto;max-width:400px;display:block;width:100%;outline:none;position:relative;padding:13px 10px;background-color:#008fde;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:16px;font-size:1.6rem;transition:all .3s ease-out}
.c-btn--hatena--size-l.is-active{background:#03a5ff;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--hatena--size-l:hover{background:#03a5ff;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
@media only screen and (max-width:787px){.c-btn--hatena--size-l:hover{color:#fff}
}
.c-btn--hatena--size-l:before{position:absolute;left:20px}
.c-btn--line,.c-btn--line--size-l{display:block;width:100%;outline:none;position:relative;padding:9px 10px;background-color:#01b901;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:14px;font-size:1.4rem;transition:all .3s ease-out}
.c-btn--line.is-active,.is-active.c-btn--line--size-l{background:#01dd01;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--line--size-l:hover,.c-btn--line:hover{background:#01dd01;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
@media only screen and (max-width:787px){.c-btn--line--size-l:hover,.c-btn--line:hover{color:#fff}
}
@media only screen and (max-width:787px){.c-btn--line,.c-btn--line--size-l{display:block;width:100%;outline:none;position:relative;padding:6px 10px;background-color:#01b901;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:14px;font-size:1.4rem;transition:all .3s ease-out}
.c-btn--line.is-active,.is-active.c-btn--line--size-l{background:#01dd01;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--line--size-l:hover,.c-btn--line:hover{background:#01dd01;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
}
@media only screen and (max-width:787px) and (max-width:787px){.c-btn--line--size-l:hover,.c-btn--line:hover{color:#fff}
}
.c-btn--line--size-l span,.c-btn--line span{font-weight:700}
.c-btn--line--size-l:before,.c-btn--line:before{padding-right:10px;content:"\F0E5";font-family:FontAwesome}
.c-btn--line--size-l{margin:0 auto;max-width:400px;display:block;width:100%;outline:none;position:relative;padding:13px 10px;background-color:#01b901;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:16px;font-size:1.6rem;transition:all .3s ease-out}
.c-btn--line--size-l.is-active{background:#01dd01;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--line--size-l:hover{background:#01dd01;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
@media only screen and (max-width:787px){.c-btn--line--size-l:hover{color:#fff}
}
.c-btn--line--size-l:before{position:absolute;left:20px}
.c-btn--share,.c-btn--share--size-l{display:block;width:100%;outline:none;position:relative;padding:9px 10px;background-color:#666;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:14px;font-size:1.4rem;transition:all .3s ease-out}
.c-btn--share.is-active,.is-active.c-btn--share--size-l{background:#787878;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--share--size-l:hover,.c-btn--share:hover{background:#787878;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
@media only screen and (max-width:787px){.c-btn--share--size-l:hover,.c-btn--share:hover{color:#fff}
}
@media only screen and (max-width:787px){.c-btn--share,.c-btn--share--size-l{display:block;width:100%;outline:none;position:relative;padding:6px 10px;background-color:#666;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:14px;font-size:1.4rem;transition:all .3s ease-out}
.c-btn--share.is-active,.is-active.c-btn--share--size-l{background:#787878;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--share--size-l:hover,.c-btn--share:hover{background:#787878;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
}
@media only screen and (max-width:787px) and (max-width:787px){.c-btn--share--size-l:hover,.c-btn--share:hover{color:#fff}
}
.c-btn--share--size-l span,.c-btn--share span{font-weight:700}
.c-btn--share--size-l:before,.c-btn--share:before{padding-right:10px;content:"\F064";font-family:FontAwesome}
.c-btn--share--size-l{margin:0 auto;max-width:400px;display:block;width:100%;outline:none;position:relative;padding:13px 10px;background-color:#666;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.2);text-align:center;text-decoration:none;line-height:1.6;color:#fff;font-weight:700;cursor:pointer;font-size:16px;font-size:1.6rem;transition:all .3s ease-out}
.c-btn--share--size-l.is-active{background:#787878;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);color:#fff}
.c-btn--share--size-l:hover{background:#787878;box-shadow:0 0 2px 0 rgba(4,0,0,.1),0 4px 10px 0 rgba(4,0,0,.15);color:#fff}
@media only screen and (max-width:787px){.c-btn--share--size-l:hover{color:#fff}
}
.c-btn--share--size-l:before{position:absolute;left:20px}
.c-btn--openable{position:relative}
@media only screen and (max-width:787px){.c-btn--openable{padding-right:30px}
}
.c-btn--openable:after{display:block;position:absolute;right:8px;top:0;content:"\F067";font-family:FontAwesome;font-size:24px;font-size:2.4rem;transition:all .3s ease-out}
.c-btn--openable.active:after{transform:rotate(45deg)}
.c-content__btn__company{line-height:1.4;font-size:20px;font-size:2rem}
@media only screen and (max-width:787px){.c-content__btn__company{width:100%;font-size:16px;font-size:1.6rem}
}
.c-content__btn__company span{font-size:18px;font-size:1.8rem;font-weight:700}
@media only screen and (max-width:787px){.c-content__btn__company span{font-size:16px;font-size:1.6rem}
}
.c-content__btn__company span:after{margin-left:5px;content:"\F08E";font-family:FontAwesome}
.c-label--blue{display:block;background:#2196f3;border-radius:2px;font-size:12px;font-size:1.2rem;text-align:center;color:#fafafa}
.c-label-border--blue{display:block;background:#fff;padding:2px 10px;border:2px solid #cacaca;border-radius:2px;box-shadow:0 2px 4px 0 hsla(0,0%,54.1%,.15);text-align:center;color:#2196f3;font-weight:700}
.c-label-border--blue:hover{border-color:#bdbdbd;box-shadow:0 4px 6px 0 hsla(0,0%,54.1%,.15)}
.c-label--gray{display:block;background:#bdbdbd;border-radius:2px;font-size:12px;font-size:1.2rem;text-align:center;color:#fafafa}
.c-label-border--gray{display:block;background:#fff;padding:2px 10px;border:2px solid #cacaca;border-radius:2px;box-shadow:0 2px 4px 0 hsla(0,0%,54.1%,.15);text-align:center;color:#bdbdbd;font-weight:700}
.c-label-border--gray:hover{border-color:#bdbdbd;box-shadow:0 4px 6px 0 hsla(0,0%,54.1%,.15)}
.c-inline__item{display:inline-block}
@media only screen and (min-width:788px){.c-inline__item--pc{display:inline-block}
}
.c-set-mid{position:absolute;top:50%;transform:translateY(-50%)}
@media only screen and (min-width:788px){.c-set-mid--pc{position:absolute;top:50%;transform:translateY(-50%)}
}
@media only screen and (max-width:787px){.c-set-mid--sp{position:absolute;top:50%;transform:translateY(-50%)}
}
.c-set-mid-mid{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.c-block2:after{clear:both;content:"";display:table}
.c-block2__r{float:right}
@media only screen and (min-width:788px){.c-block2__r--pc{float:right}
}
.c-block2__l{float:left}
@media only screen and (min-width:788px){.c-block2__l--pc{float:left}
}
.c-block3:after{clear:both;content:"";display:table}
.c-block3__item{float:right}
.c-block--flex,.c-block--flex--wrap,.c-block--flex-col2{display:flex}
@media only screen and (min-width:788px){.c-block--flex--pc{display:flex}
}
.c-block--flex__item{flex:1}
.c-block--flex--wrap,.c-block--flex-col2{flex-flow:wrap}
.c-justify-content--center{justify-content:center}
.c-align-items-center{align-items:center}
.c-flex-reverse{flex-direction:row-reverse}
@media only screen and (min-width:788px){.c-flex-reverse--pc{flex-direction:row-reverse}
}
.c-block--flex-col2{justify-content:space-between}
.c-block--flex-col2__item{flex-basis:48%}
.c-grid--per__item--12{width:100%}
.c-grid--per__item--11{width:91.5%}
.c-grid--per__item--10{width:83%}
.c-grid--per__item--9{width:74.5%}
.c-grid--per__item--8{width:66%}
.c-grid--per__item--7{width:57.5%}
.c-grid--per__item--6{width:49%}
.c-grid--per__item--5{width:40.5%}
.c-grid--per__item--4{width:32%}
.c-grid--per__item--3{width:23.5%}
.c-grid--per__item--2{width:15%}
.c-grid--per__item--1{width:6.5%}
[class*=c-grid--per__item]{margin-left:2%;float:left}
[class*=c-grid--per__item]:first-child{margin-left:0}
.c-grid--per:after{content:"";display:table;clear:both}
.c-table,.c-table--mq-transform,.c-table--tinyMCE:not(.m-article-ranking-table){font-weight:700}
.c-table--mq-transform tr+tr,.c-table--tinyMCE:not(.m-article-ranking-table) tr+tr,.c-table tr+tr{border-top:1px solid #eee}
.c-table--mq-transform td,.c-table--mq-transform th,.c-table--tinyMCE:not(.m-article-ranking-table) td,.c-table--tinyMCE:not(.m-article-ranking-table) th,.c-table td,.c-table th{padding:10px 5px;border-right:1px solid #eee;vertical-align:top;text-align:left}
.c-table--mq-transform th,.c-table--tinyMCE:not(.m-article-ranking-table) th,.c-table th{width:34%;background:#1e88e5;color:#fff;font-weight:700;text-align:center}
.c-table--mq-transform td,.c-table--tinyMCE:not(.m-article-ranking-table) td,.c-table td{text-align:center;vertical-align:middle}
.c-table--mq-transform td a,.c-table--tinyMCE:not(.m-article-ranking-table) td a,.c-table td a{display:block;font-size:10px;font-size:1rem}
.c-table--mq-transform td a:not(.btn-rep--red),.c-table--tinyMCE:not(.m-article-ranking-table) td a:not(.btn-rep--red),.c-table td a:not(.btn-rep--red){color:#414141!important}
@media only screen and (max-width:787px){.c-table--mq-transform td a,.c-table--tinyMCE:not(.m-article-ranking-table) td a,.c-table td a{font-size:10px;font-size:1rem}
}
.c-table--tinyMCE:not(.m-article-ranking-table){border:1px solid #eee;font-size:10px;font-size:1rem}
.c-table--tinyMCE:not(.m-article-ranking-table)\--wrapper{overflow-x:scroll;-webkit-overflow-scrolling:touch}
.c-table--tinyMCE:not(.m-article-ranking-table) thead{border-bottom:1px solid #eee;background:#1e88e5;color:#fafafa;font-weight:700}
.c-table--tinyMCE:not(.m-article-ranking-table) tr+tr{border-top:1px solid #eee}
.c-table--tinyMCE:not(.m-article-ranking-table) td,.c-table--tinyMCE:not(.m-article-ranking-table) th{padding:10px 5px;border-right:1px solid #eee}
.c-table--tinyMCE:not(.m-article-ranking-table) th{background:#1e88e5;color:#fafafa;font-weight:700}
.c-table--tinyMCE:not(.m-article-ranking-table) th *{font-weight:700}
.c-table--tinyMCE:not(.m-article-ranking-table)+.c-table--tinyMCE:not(.m-article-ranking-table){border-top:none}
@media only screen and (min-width:788px){.c-table--mq-transform{border:8px solid #eee}
}
@media only screen and (max-width:787px){.c-table--mq-transform{border:4px solid #eee}
}
@media only screen and (min-width:788px){.c-table--mq-transform tr+tr{border-top:1px solid #eee}
}
@media only screen and (max-width:787px){.c-table--mq-transform tr+tr{border:1px solid #eee}
}
@media only screen and (min-width:788px){.c-table--mq-transform td,.c-table--mq-transform th{border-right:1px solid #eee}
}
@media only screen and (max-width:787px){.c-table--mq-transform td,.c-table--mq-transform th{display:block;padding:10px 5px;border-right:none}
}
@media only screen and (max-width:787px){.c-table--mq-transform td+td{border-top:1px dotted #eee}
}
.c-col2-1{width:20%}
.c-col2-2{width:80%}
.c-col3-1,.c-col3-2{width:10%}
.c-col3-3{width:80%}
.c-col4-1,.c-col4-2,.c-col4-3{width:10%}
.c-col4-4{width:70%}
@media only screen and (min-width:788px){.c-tinyMCE .spView{display:inherit;background:rgba(0,0,0,.1)}
}
@media only screen and (min-width:788px){.c-tinyMCE span.spView{display:inline}
}
.c-tinyMCE .sec-box--lv2{border:2px dotted #bdbdbd}
.c-tinyMCE span,.c-tinyMCE strong{font-size:inherit}
.c-tinyMCE strong,.c-tinyMCE strong *{font-weight:700}



/*他社*/

@media screen and (max-width: 640px)
#rank1, #rank2, #rank3, #rank4, #rank5 {
    border: unset;
}

.rankingTitle1 {
/* color: #fff; */
	font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.8rem;
    padding: 0.8em 0.8em 0.8em 3.5em;
 /*   background: #274443;*/
    background-size: 3.5em;
    background-repeat: no-repeat;
 /*   	background-position: 1rem center;*/
	background-image: url(https://beat-away.com/data/image/parts/ou1.png);
}


.rankingTitle2 {
/*     color: #fff;*/
	font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.8rem;
    padding: 0.8em 0.8em 0.8em 3.5em;
 /*   background: #274443;*/
    background-size: 3.5em;
    background-repeat: no-repeat;
 /* 	background-position: 1rem center;*/
	background-image: url(https://beat-away.com/data/image/parts/ou2.png);
}

.rankingTitle3 {
/*    color: #fff;*/
	font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.8rem;
    padding: 0.8em 0.8em 0.8em 3.5em;
/*    background: #274443;*/
    background-size: 3em;
    background-repeat: no-repeat;
/*	background-position: 1rem center;*/
	background-image: url(https://beat-away.com/data/image/parts/ou3.png);
}

.rankingTitle4 {
/*    color: #fff;*/
	font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.8rem;
/*   padding: 0.8em 0.8em 0.8em 3.5em;*/
/*    background: #274443;*/
    background-size: 3em;
    background-repeat: no-repeat;
/*	background-position: 1rem center;*/
/*	background-image: url(https://woman.healthcare.ryukyu/18/beauty-lab/data/image/item/whitening/ou3.png);*/
}

.rankingTitle5 {
/*    color: #fff;*/
	font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.8rem;
/*    padding: 0.8em 0.8em 0.8em 3.5em;*/
/*    background: #274443;*/
    background-size: 3em;
    background-repeat: no-repeat;
/*	background-position: 1rem center;*/
/*	background-image: url(https://woman.healthcare.ryukyu/18/beauty-lab/data/image/item/whitening/ou3.png);*/
}

@media screen and (max-width: 640px)
.itemdesc1 .rightside {
    float: none;
    width: unset;
    margin: 0;
}

@media screen and (max-width: 640px)
.itemdesc1 .rightside ul {
    line-height: 34px;
}

.itemdesc1 .rightside {
    width: 68%;
    float: right;
    margin: 5% 0;
}

.itemdesc1 .rightside ul {
    position: relative;
    border-top: solid 2px #8bb1b7;
    border-bottom: solid 2px #8bb1b7;
    background: #fbf5dd99;
    padding: 0.4em 0.5em;
    margin: 2em 0 0 0;
    line-height: 26px;
}

.itemdesc1 .rightside ul:after {
    position: absolute;
    font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
    content: '\f0a7\ POINT';
    background: #87cccc;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 5px 7px 3px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 94%;
}


.row {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    margin-right: -12px;
    margin-left: -12px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 10px;
}

.v-rating {
    max-width: 100%;
    white-space: nowrap;
}

.v-application .align-center {
    align-items: center!important;
}


h4 {
	position: relative;
	border-top: solid 2px #D66140;
	border-bottom: solid 2px #D66140;
	background: #fff;
	line-height: 1.8;
	padding: 0.8em 0.5em;
	margin: 2em 0 0.5em;
  }
  
h4:after {
	/*タブ*/
	position: absolute;
	font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
	font-weight: 900;
	content: '\f0a7\ POINT';
	background: #D66140;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 5px 7px 3px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em;
  }

  .box28 {
    position: relative;
    margin: 2em 0;
    padding: 35px 10px 7px;
    border: solid 2px #D66140;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 5px 9px;
    height: 35px;
    line-height: 25px;
    font-size: 17px;
    background: #D66140;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
}


/**  スライドショー式画像  **/

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

  

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }


/*--------------------
  この記事を書いた人
---------------------*/
/*ボックス全体*/
.profile-box {
  /*margin:3em 1em 2em;*/
   /* padding:10px 5px 2px;*/
  position:relative;
 /*  border:2px solid #ff6893;    /*枠線の太さ 線種 色*/
  font-size:14px;
}

.profile-box:before , .profile-box:after {
  clear:both;
  content:"";
  display:block;
}

/*「この記事を書いた人」のタイトル*/
.profile-box .profile-box_title {
  position:absolute;
  top:-10px;
  left:-2px;
  padding:0 5px;
/*  background:#ff6893;  */   /*背景色*/
  color:#fff;            /*文字の色*/
  font-weight:bold;
 /* border:2px solid #ff6893; */   /*枠線の太さ 線種 色*/
  display:inline-block;
}

.profile-box_title:before {
  font-family:"Font Awesome 5 Free";
  content:"\f007";
  font-weight:900;
  margin-right:7px;
}

/*アイコン画像*/
.profile-box img {
  display:block;
  width:40px;
  height:40px;
  float:left;
 /*   margin:0 20px 7px 10px;  */   /*画像周りの余白*/
}

/*名前(ニックネーム)*/
.profile-box .profile-box_name {
 margin:3px 0 0 50px;
 padding:0;
 font-size:12px;       /*文字サイズ*/
 font-weight:bolder;
}

/*プロフィール*/
.profile-box p {
  margin:0;
  padding:0;
  font-size:14px;
  line-height:15px;    /*行間*/
}

/*　引用　*/
blockquote {
  position: relative;
  padding: 10px 12px;
  box-sizing: border-box;
  font-style: italic;
  color: #464646;
  border-left: solid 40px #c4c4c4;
  background: #f3f3f3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.19);
}

blockquote:before{
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -32px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  color: #FFF;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
}

blockquote p {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 3;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

/*下部*/

.noline {
  color:#fff;
  text-decoration:none;
}
/*classに対してはドット（.）をつけて指定*/



/*吹き出し*/

.oneArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	max-width: 1024px;
	margin: 50px auto;
	padding: 0 10px;
  }
  .oneArea .onebox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
  }
  .oneArea .onebox:nth-child(even) {
	flex-direction: row-reverse;
	margin-top: 20px;
  }
  .oneArea .onebox .imgArea {
	width: 16%;
	position: relative;
  }
  .oneArea .onebox:nth-child(odd) .imgArea img {
	width: 100%;
	max-width: 130px;
	position: absolute;
	top: -20px;
	left: 0;
	padding-right: 5px;
  }
  .oneArea .onebox:nth-child(even) .imgArea img {
	width: 100%;
	max-width: 130px;
	position: absolute;
	top: -20px;
	left: auto;
	right: 0;
	padding-left: 5px;
  }
  .oneArea .onebox .fukiArea {
	width: 80%;
  }
  .oneArea .onebox .fukidasi {
	width: 100%;
	position: relative;
	padding: 25px;
	background-color: #f2f3f7;
	font-size: 18px;
	color: #231815;
	border-radius: 12px;
	box-sizing: border-box;
  }
  .oneArea .onebox .fukidasi::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	transform: rotate(45deg);
	top: 22px;
	border-right: 25px solid transparent;
	border-bottom: 25px solid transparent;
  }
  .oneArea .onebox .fukidasi::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	transform: rotate(45deg);
	top: 40px;
	border-right: 25px solid transparent;
	border-bottom: 25px solid transparent;
  }
  .oneArea .onebox:nth-child(odd) .fukidasi::before {
	left: -15px;
	border-left: 25px solid #f2f3f7;
	border-top: 25px solid transparent;
  }
  .oneArea .onebox:nth-child(odd) .fukidasi::after {
	left: -25px;
	border-left: 25px solid #fffdf5;
	border-top: 25px solid transparent;
  }
  .oneArea .onebox:nth-child(even) .fukidasi {
	background-color: #fde5e5;
  }
  .oneArea .onebox:nth-child(even) .fukidasi::before {
	left: auto;
	right: -15px;
	border-left: 25px solid transparent;
	border-top: 25px solid #fde5e5;
  }
  .oneArea .onebox:nth-child(even) .fukidasi::after {
	left: auto;
	right: -25px;
	border-left: 25px solid transparent;
	border-top: 25px solid #fffdf5;
  }
  @media screen and (max-width: 1024px) {
	.oneArea .onebox:nth-child(odd) .imgArea img {
	  max-width: 80%;
	  top: 0;
	}
	.oneArea .onebox:nth-child(even) .imgArea img {
	  max-width: 80%;
	  top: 0;
	}
	.oneArea .onebox .fukidasi {
	  padding: 15px;
	  font-size: 14px;
	}
	.oneArea .onebox .fukidasi::before {
	  top: 8px;
	}
	.oneArea .onebox .fukidasi::after {
	  top: 20px;
	}
  }
  @media screen and (max-width: 420px) {
	.oneArea {
	  margin: 30px auto;
	}
	.oneArea .onebox:nth-child(even) {
	  margin-top: 15px;
	}
	.oneArea .onebox .imgArea {
	  width: 20%;
	}
	.oneArea .onebox .fukidasi {
	  padding: 10px 15px;
	  font-size: 12px;
	}
  }
  
/*バックリンク*/
#back {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    display: none;
    width: 100%;
    height: 100%;
    z-index: 99;
}

#back_boxx {
    width: 100%;
    height:100%;
    position: fixed;
    left: -50%;
    margin-left: -50%;
    z-index: 100;
    border-radius: 5px;
    display:flex;
    align-items:center;
}
  


/* 全体のスタイル */
.swiper-wrapper {
	width: 100%;
	height: 250px;
}
/* 全スライド共通スタイル */
.swiper-slide {
	color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
/**	line-height: 250px; **/
}
/* 4の倍数＋1枚目のスライドのスタイル（1枚目、5枚目…） */
.swiper-slide:nth-child(4n+1) {
	background-color: #EECB27;
}
/* 4の倍数＋2枚目のスライドのスタイル（2枚目、6枚目…） */
.swiper-slide:nth-child(4n+2) {
	background-color: #E13239;
}
/* 4の倍数＋3枚目のスライドのスタイル（3枚目、7枚目…） */
.swiper-slide:nth-child(4n+3) {
	background-color: #1F1762;
}
/* 4の倍数＋4枚目のスライドのスタイル（4枚目、8枚目…） */
.swiper-slide:nth-child(4n+4) {
	background-color: #BEDAE5;
}



#part2 table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

#part2 table th,#part2 table td{
  padding: 10px 0;
  text-align: center;
}

#part2 table tr:nth-child(odd){
  background-color: #eee
}



.shiny-btn1 {
  display: inline-block;
  position: relative;
	border-bottom: 4px solid #335834;
	background-color: #60c162;
	color: #fff;
	padding: 1em 2em;
	margin: 0;
	cursor: pointer;
	border-radius: 0.5em;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}
.shiny-btn1:hover {
	border-bottom: 0px solid #60c162;
	margin-top: 7px;
}
.shiny-btn1::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}

@-webkit-keyframes shiny-btn1 {
  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; }
}

.shiny-btn1 a {
  display: inline-block;
text-decoration: none;
color: #fff;
font-weight: bold;
font-size: 16px;
}


.shiny-btn2 {
  display: inline-block;
  position: relative;
	border-bottom: 4px solid #335834;
	background-color: #c75035;
	color: #fff;
	padding: 1em 2em;
	margin: 0;
	cursor: pointer;
	border-radius: 0.5em;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}
.shiny-btn2:hover {
	border-bottom: 0px solid #60c162;
	margin-top: 7px;
}
.shiny-btn2::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn2 3s ease-in-out infinite;
}

@-webkit-keyframes shiny-btn2 {
  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; }
}

.shiny-btn2 a {
  display: inline-block;
text-decoration: none;
color: #fff;
font-weight: bold;
font-size: 16px;
}


/*新規ボタン*/


.btnnew {
	border-bottom: 4px solid #242624;
	background-color: #5c5c5c;
	color: #fff;
	display: inline-block;
	padding: 0.5em 2em;
	margin: 0;
	cursor: pointer;
	border-radius: 0.5em;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
    text-decoration: none;
    font-size:16px;
    font-weight:bold;
  }

  .btnnew:hover {
	border-bottom: 0px solid #60c162;
	margin-top: 7px;
  }

  .btnnew a {
    display: inline-block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

div.wide-wrap{
  position:relative;
  margin:0 calc(50% - 50vw);
  overflow:hidden;
  }



div.wide-wrap{
  position:relative;
  margin:0 calc(50% - 50vw);
  overflow:hidden;
  }

  
  .box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 30px;
    font-size: 15px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}
  


.box25{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
.box25:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box25 p {
    margin: 0; 
    padding: 0;
}

/* 通常（PC）ではタイル表示 */
.slide-wrap {
  background-color: #ccc;
  display: flex;
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}
.slide-box {
  height: auto;
  margin: .5%;
  width: 24%;
}
.slide-box a {
  background-color: #fff;
  color: #222;
  display: block;
  text-decoration: none;
}
.slide-box img {
  display: block;
  height: auto;
  width: 100%;
}
.slide-box p {
  font-weight: bold;
  padding: 10px;
  margin:.5rem auto;
}
@media screen and (max-width: 768px) {
/* スマホサイズでスライダー表示 */
  .slide-wrap {
    overflow-x: scroll;
  }
  .slide-box {
    flex: 0 0 70%;
    margin: auto 1% auto auto;
  }
}

table.doubutsu1 td{
  width: 100%;
  border-collapse: collapse;
}

table.doubutsu1 tr{
  border-bottom: solid 2px white;
}

table.doubutsu1 tr:last-child{
  border-bottom: none;
}

table.doubutsu1 th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #fff3f2;
  color: white;
  text-align: center;
  padding: 10px 0;
}

table.doubutsu1 th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #fff3f2;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.doubutsu1 td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}



.search-area {
  width: 100%;
  margin: 10px auto;
}
.search-area select {
  padding: 4px;
  vertical-align: middle;
}
#data {
  width: 100%;
  margin: 20px auto;
  border: 1px solid #CCC;
  border-collapse: collapse;
  font-size: 14px;
}
#data th,
#data td {
  padding: 0 4px;
  border: 1px solid #CCC;
}
#data th{
  background-color: #EECB27;
  font-size: 8px;
}

table.doubutsu2 td{
  width: 100%;
  border-collapse: collapse;
}

table.doubutsu2 tr{
  border-bottom: solid 2px white;
}

table.doubutsu2 tr:last-child{
  border-bottom: none;
}

table.doubutsu2 th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #ff7165;
  color: white;
  text-align: center;
  padding: 10px 0;
}

table.doubutsu2 th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #ff7165;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.doubutsu2 td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}

.comparison-table-wrapper {
  overflow-x: auto;
  margin: 20px 0;
  font-family: Arial, sans-serif;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.comparison-table th,
.comparison-table td {
  border: 1px solid #ddd;
  padding: 12px 10px;
  text-align: center;
  vertical-align: middle;
}

.comparison-table th {
  background-color: #f4f4f4;
  font-weight: bold;
  color: #333;
}

.comparison-table td img.product-image {
  max-width: 80px;
  height: auto;
  margin-bottom: 8px;
}

.comparison-table .highlight {
  background-color: #fffbe6;
  font-weight: bold;
}

.comparison-table .badge {
  display: inline-block;
  margin-top: 4px;
  padding: 2px 6px;
  background-color: #e60033;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  font-weight: bold;
}

.comparison-table .stars {
  color: #FFD700;
  font-size: 16px;
  letter-spacing: 1px;
}

.cta-button {
  display: inline-block;
  padding: 6px 12px;
  background-color: #28a745;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.2s;
}

.cta-button:hover {
  background-color: #218838;
}
.table-clean {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 2em 0;
  font-size: 12px;
  background: #fffaf5; /* 薄い肌色 */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.table-clean th, .table-clean td {
  padding: 0.5em;
  border-bottom: 1px solid #f2e8dc;
}
.table-clean th {
  background: #fdf1e7;
  font-weight: bold;
  color: #5a3e2b;
}
.table-clean tr:last-child td {
  border-bottom: none;
}
.table-clean td:nth-child(3) {
  text-align: center;
  font-weight: bold;
}



/* ランキングテーブル - 修正済み（行列入れ替え） */
.ranking-table, .ranking-table-repeat {
  padding: 20px 0;
  background: white;
}

.table-wrapper {
  overflow-x: auto;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  border-radius: 10px;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}

.comparison-table th {
  background: linear-gradient(135deg, #1a3c6e 0%, #94979b 100%);
  color: #000;
  padding: 20px 15px;
  text-align: center;
  font-weight: bold;
  font-size: 0.9rem;
}

.comparison-table td {
  padding: 20px 15px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.clinic-col {
  min-width: 180px;
}

.rank-1-col {
  background: linear-gradient(135deg, #fff9e6 0%, #fff3cd 100%);
}

.rank-2-col {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.rank-3-col {
  background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
}

.item-name {
  font-weight: bold;
  text-align: left;
  background: #f8f9fa;
}

.rank-1-data {
  background: rgba(255, 215, 0, 0.05);
}

.rank-2-data {
  background: rgba(192, 192, 192, 0.05);
}

.rank-3-data {
  background: rgba(205, 127, 50, 0.05);
}

.rank-badge {
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: bold;
  color: white;
  display: inline-block;
  margin-bottom: 5px;
}

.rank-badge.gold {
  background: linear-gradient(45deg, #ffd700, #ffb347);
}

.rank-badge.silver {
  background: linear-gradient(45deg, #c0c0c0, #a8a8a8);
}

.rank-badge.bronze {
  background: linear-gradient(45deg, #cd7f32, #b8860b);
}

.clinic-name {
  font-size: 1.1rem;
  display: block;
}

.rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.stars {
  color: #ffd700;
  font-size: 1.2rem;
}

.score {
  font-weight: bold;
  color: #2c3e50;
}

.good {
  color: #27ae60;
  font-weight: bold;
}

.excellent {
  color: #e74c3c;
  font-weight: bold;
  font-size: 1.2rem;
}

.detail-btn {
  background: #3498db;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.detail-btn:hover {
  background: #2980b9;
}


  /* ランキングテーブル - 新デザイン */
  .ranking-table, .ranking-table-repeat {
    padding: 80px 0;
    background: white;
}

.table-container {
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* クリニックヘッダー部分 */
.clinic-headers {
    display: flex;
    width: 100%;
}

.clinic-header-item {
    flex: 1;
    padding: 20px 10px;
    text-align: center;
    position: relative;
}

.empty-header {
    flex: 0.5;
    background: linear-gradient(135deg, #1a3c6e 0%, #94979b 100%);
}

.rank-1 {
    background: linear-gradient(135deg, #fff9e6 0%, #fff3cd 100%);
}

.rank-2 {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.rank-3 {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
}

.rank-badge-container {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.rank-medal {
    width: 60px;
    height: 60px;
}

.clinic-logo {
    margin: 15px auto;
    width: 100%;
    max-width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clinic-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.clinic-name {
    font-weight: bold;
    font-size: 1.1rem;
    color: #2c3e50;
    margin-top: 10px;
}

/* ランキングテーブル - 画像通りの構造 */
.ranking-table, .ranking-table-repeat {
    padding: 80px 0;
    background: white;
}

.comparison-container {
    max-width: 600px;
    margin: 0 auto;
    border: 2px solid #2c3e50;
    border-radius: 10px;
    overflow: hidden;
    background: white;
}

/* クリニックヘッダー行 */
.clinic-header-row {
    display: flex;
    background: #f8f9fa;
    padding: 20px 10px;
}

.clinic-item {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 0 5px;
}

.rank-medal {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    font-size: 1.2rem;
    z-index: 2;
}

.rank-medal.gold {
    background: linear-gradient(45deg, #ffd700, #ffb347);
}

.rank-medal.silver {
    background: linear-gradient(45deg, #c0c0c0, #a8a8a8);
}

.rank-medal.bronze {
    background: linear-gradient(45deg, #cd7f32, #b8860b);
}

.clinic-ad {
    margin: 15px auto 10px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clinic-ad img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.clinic-name {
    font-size: 0.9rem;
    font-weight: bold;
    color: #2c3e50;
    margin-top: 10px;
}
/* ランキングテーブル - 画像通りの構造 */
.ranking-table, .ranking-table-repeat {
    padding: 0px 0px 0 0px;
    background: white;
}

.comparison-container {
    max-width: 600px;
    margin: 0 auto;
    border: 2px solid #b88686;
    border-radius: 10px;
    overflow: hidden;
    background: white;
}

/* クリニックヘッダー行 */
.clinic-header-row {
    display: flex;
    background: #f8f9fa;
    padding: 20px 10px;
}

.clinic-item {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 0 5px;
}

.rank-medal {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    font-size: 1.2rem;
    z-index: 2;
}

.rank-medal.gold {
    background: linear-gradient(45deg, #ffd700, #ffb347);
}

.rank-medal.silver {
    background: linear-gradient(45deg, #c0c0c0, #a8a8a8);
}

.rank-medal.bronze {
    background: linear-gradient(45deg, #cd7f32, #b8860b);
}

.clinic-ad {
    margin: 15px auto 10px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clinic-ad img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.clinic-name {
    font-size: 0.9rem;
    font-weight: bold;
    color: #b88686;
    margin-top: 10px;
}

/* 比較行 */
.comparison-row {
    border-bottom: 1px solid #ddd;
}

.comparison-row:last-child {
    border-bottom: none;
}

.row-title {
    background: linear-gradient(135deg, #b88686 0%, #ffb6b6 100%);
    color: #fff;
    padding: 20px 0;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.row-data {
    display: flex;
    background: #f8f9fa;
}

.clinic-data {
    flex: 1;
    padding: 20px 10px;
    text-align: center;
    border-right: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

.clinic-data:last-child {
    border-right: none;
}

.clinic-data.rank-1 {
    background: rgba(255, 215, 0, 0.1);
}

/* 星評価 */
.stars {
    color: #ffd700;
    font-size: 1.3rem;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.score {
    font-weight: bold;
    color: #2c3e50;
    font-size: 0.9rem;
}

/* 料金表示 */
.price {
    font-weight: bold;
    color: #2c3e50;
    font-size: 1.1rem;
}

.price.special {
    color: #e74c3c;
    font-size: 1rem;
}

.price-note {
    color: #7f8c8d;
    font-weight: normal;
}

.price-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.original-price {
    text-decoration: line-through;
    color: #7f8c8d;
    font-size: 0.8rem;
}

.discount-price {
    color: #e74c3c;
    font-weight: bold;
    font-size: 1rem;
}

.campaign-label {
    background: #e74c3c;
    color: white;
    padding: 3px 6px;
    border-radius: 8px;
    font-size: 0.7rem;
    font-weight: bold;
    margin: 3px 0;
    line-height: 1.2;
}

.campaign-note {
    font-size: 0.7rem;
    color: #2c3e50;
    line-height: 1.2;
}


/* 公式サイトボタン */
.official-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #6c757d;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.official-btn.primary {
  background: linear-gradient(45deg, #3d802f, #41af55);
}

.official-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .comparison-container {
      margin: 0 10px;
  }
  
  .clinic-ad {
      height: 120px;
  }
  
  .rank-medal {
      width: 30px;
      height: 30px;
      font-size: 1rem;
  }
  
  .clinic-name {
      font-size: 0.8rem;
  }
  
  .row-title {
      font-size: 0.9rem;
      padding: 12px;
  }
  
  .clinic-data {
      padding: 15px 5px;
      min-height: 60px;
  }
  
  .stars {
      font-size: 1.1rem;
  }
  
  .campaign-label,
  .campaign-note,
  .loan-text,
  .aftercare-text,
  .feature-text {
      font-size: 0.8rem;
  }
  
  .total-rating {
      font-size: 1.5rem;
      width: 35px;
      height: 35px;
  }
  
  .official-btn {
      padding: 8px 15px;
      font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .clinic-header-row {
      padding: 15px 5px;
  }
  
  .clinic-ad {
      height: 100px;
  }
  
  .clinic-data {
      padding: 10px 3px;
  }
  
  .price {
      font-size: 1rem;
  }
  
  .circle-icon {
      width: 25px;
      height: 25px;
      font-size: 1rem;
  }
  
  .total-rating {
      font-size: 1.3rem;
      width: 30px;
      height: 30px;
  }
}

.p-comparison__note {
  font-size: 0.875rem;
  color: var(--color-text-light);
  text-align: right;
  margin-top: 1rem;
}

.p-service__cta {
  text-align: center;
}


.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: 0.875rem;
  text-align: center;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
  border: none;
  text-decoration: none;
  min-height: 44px;
}


.c-button--primary {
  background-color: var(--color-accent);
  color: var(--color-white);
  box-shadow: var(--shadow-sm);
}

.c-button--primary:hover {
  background-color: var(--color-accent-dark);
  color: var(--color-white);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}

.c-button--secondary {
  background-color: var(--color-gray-light);
  color: var(--color-text);
  border: 1px solid var(--color-border);
}

.c-button--secondary:hover {
  background-color: var(--color-gray);
  color: var(--color-text);
}

.c-button--outline {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.c-button--outline2 {
  background-color: transparent;
  color: #17935d;
  border: 2px solid #17935d;
}

.c-button--outline:hover {
  background-color: #17935d;
  color: #17935d;
}
.c-button--outline2:hover {
  background-color: var(--color-accent);
  color: var(--color-white);
}


.c-button--large {
  padding: 1rem 2rem;
  font-size: 1rem;
  min-height: 56px;
}

.c-button--block {
  width: 100%;
}


  /* 固定CTA - 下部固定ボタン（スマホも横並び＆背景色統一） */
  .fixed-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #b88686 0%, #ffb6b6 100%); /* 背景色を統一 */
    padding: 15px 20px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    border-top: 3px solid #fff;
}

.fixed-cta.show {
    transform: translateY(0);
}

.fixed-cta-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.fixed-cta-text {
    color: white;
    flex: 1;
    min-width: 0; /* flexアイテムの縮小を許可 */
}

.fixed-cta-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 3px;
    line-height: 1.2;
}

.fixed-cta-subtitle {
    font-size: 0.9rem;
    opacity: 0.9;
    line-height: 1.2;
}

.fixed-cta-button {
    background: white;
    color: #b88686; /* ボタンテキスト色も統一 */
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; /* ボタンが縮まないように */
}

.fixed-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    background: #f8f9fa;
    color: #1a3c6e;
}

.fixed-cta-close {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 5px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    flex-shrink: 0; /* 閉じるボタンが縮まないように */
}

.fixed-cta-close:hover {
    opacity: 1;
}

/* アニメーション効果 */
.fixed-cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.fixed-cta-button:hover::before {
    left: 100%;
}

/* レスポンシブ対応 - スマホでも横並び維持 */
@media (max-width: 768px) {
    .fixed-cta {
        padding: 12px 15px;
    }
    
    .fixed-cta-content {
        gap: 10px;
        /* 横並びを維持 */
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .fixed-cta-title {
        font-size: 0.95rem;
    }
    
    .fixed-cta-subtitle {
        font-size: 0.75rem;
    }
    
    .fixed-cta-button {
        padding: 10px 18px;
        font-size: 0.85rem;
        min-width: 120px; /* 最小幅を確保 */
    }
    
    .fixed-cta-close {
        font-size: 1.3rem;
        padding: 3px;
    }
}

@media (max-width: 480px) {
    .fixed-cta {
        padding: 10px 12px;
    }
    
    .fixed-cta-content {
        gap: 8px;
        /* 小さい画面でも横並び維持 */
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .fixed-cta-text {
        flex: 1;
        min-width: 0;
        margin-right: 5px;
    }
    
    .fixed-cta-title {
        font-size: 0.85rem;
        margin-bottom: 2px;
    }
    
    .fixed-cta-subtitle {
        font-size: 0.7rem;
    }
    
    .fixed-cta-button {
        padding: 8px 15px;
        font-size: 0.8rem;
        min-width: 100px;
        border-radius: 20px;
    }
    
    .fixed-cta-close {
        font-size: 1.2rem;
        padding: 2px;
        margin-left: 5px;
    }
}

/* 超小さい画面用（320px以下） */
@media (max-width: 320px) {
    .fixed-cta-title {
        font-size: 0.8rem;
    }
    
    .fixed-cta-subtitle {
        font-size: 0.65rem;
    }
    
    .fixed-cta-button {
        padding: 6px 12px;
        font-size: 0.75rem;
        min-width: 90px;
    }
    
    .fixed-cta-content {
        gap: 5px;
    }
}

/* ページ下部の余白調整 */
body.fixed-cta-active {
    padding-bottom: 80px;
}

@media (max-width: 768px) {
    body.fixed-cta-active {
        padding-bottom: 70px;
    }
}

@media (max-width: 480px) {
    body.fixed-cta-active {
        padding-bottom: 65px;
    }
}

/* 点滅アニメーション */
@keyframes pulse {
    0% {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    50% {
        box-shadow: 0 4px 20px rgba(26, 60, 110, 0.4); /* パルス色も統一 */
    }
    100% {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
}

.fixed-cta-button.pulse {
    animation: pulse 2s infinite;
}

/* スクロール時のフェードイン効果 */
.fixed-cta.fade-in {
    animation: fadeInUp 0.5s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* テキストの省略表示（必要に応じて） */
.fixed-cta-title,
.fixed-cta-subtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 480px) {
    .fixed-cta-title,
    .fixed-cta-subtitle {
        white-space: normal; /* 小さい画面では改行を許可 */
        line-height: 1.1;
    }
}

