@charset "UTF-8";


/* =====================================================
 * ページ全体
 * ===================================================== */




/* =====================================================
 * ヘッダー
 * ===================================================== */




/* =====================================================
 * メインコンテンツ
 * ===================================================== */


h1 {
  margin: 10px 0px;
  padding: 0;
  color: #000000;
  font-size: 1.3rem;
  font-weight: bold;
}


.hr1 {
  height: 3px;
  border-width: 0;
  background-color: #ccc;
  background-image: -webkit-linear-gradient(135deg,
  #2f3a44 0px, #2f3a44 2px, transparent 2px, transparent 4px,
  #2f3a44 4px, #2f3a44 6px, transparent 6px, transparent);
  background-image:  linear-gradient(-45deg,
  #2f3a44 0px, #2f3a44 2px, transparent 2px, transparent 4px,
  #2f3a44 4px, #2f3a44 6px, transparent 6px, transparent);
  background-size: 6px 6px;
  margin-bottom: 20px;
}


.sub {
  position: relative;
  margin: 60px 0px 20px;
  border-left: 4px solid #D0B0FF;
  padding-left: 10px;
  color: #000000;
  font-size: 1.3rem;
  font-weight: bold;
}


.sub2 {
  position: relative;
  margin: 60px 0px 20px;
  color: #000000;
  font-size: 110%;
  border-bottom: 3px dotted #ccc;
}


/* カウンター */
.subCount {
  position: relative;
  margin: 60px 0px 20px;
  counter-increment: number;
  font-size: 110%;
  color: #000000;
}


.subCount:before {
  content: counter(number);
  display: inline-block;
  margin-right: 0.5em;
  background: #B0C4DE;
  color: #ffffff;
  font-weight: bold;
  font-size: 1rem;
  padding: 1px 0px 0px 1px; /* 数字の位置を微妙に調整 */
  border-radius: 50%;
  -webkit-border-radius: 50%; /* Google,Chrome,Safari */
  -moz-border-radius: 50%; /* Firefox */
  -o-border-radius: 50%; /* Opera */
  -ms-border-radius: 50%; /* IE */
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}


.terms_heading {
  margin: 60px 0px 0px;
  font-size: 130%;
  font-weight: bold;
  color: #666;
}


/* -------------------------
 * ボタン１
/* ------------------------- */
.button a {
  position: relative;
  display: block;
  width: 50%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  background-color: #1abc9c;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #0e8c73;
  -webkit-box-shadow: 0 3px 0 #0e8c73;
  -o-box-shadow: 0 3px 0 #0e8c73;
  -moz-box-shadow: 0 3px 0 #0e8c73;
  /* transitionを使ってゆっくり半透明にする設定 */
  -webkit-transition: 0.3s ease-in-out; /* Google,Chrome,Safari */
  -moz-transition: 0.3s ease-in-out; /* Firefox */
  -o-transition: 0.3s ease-in-out; /* Opera */
  -ms-transition: 0.3s ease-in-out; /* IE */
  transition: 0.3s ease-in-out;
}



.button a:after {
  content: "▼";
  font-size: 60%;
  margin-left: 0.5em;
}


/* -------------------------
 * ボタン２
/* ------------------------- */
.button2 a {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #1abc9c;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #0e8c73;
  -webkit-box-shadow: 0 3px 0 #0e8c73;
  -o-box-shadow: 0 3px 0 #0e8c73;
  -moz-box-shadow: 0 3px 0 #0e8c73;
  /* transitionを使ってゆっくり半透明にする設定 */
  -webkit-transition: 0.3s ease-in-out; /* Google,Chrome,Safari */
  -moz-transition: 0.3s ease-in-out; /* Firefox */
  -o-transition: 0.3s ease-in-out; /* Opera */
  -ms-transition: 0.3s ease-in-out; /* IE */
  transition: 0.3s ease-in-out;
}



.button2 a:after {
  content: "▼";
  font-size: 60%;
  margin-left: 0.5em;
}


/* -------------------------
 * イメージ画像
/* ------------------------- */
.images {
  position: relative;
  padding: 50px 0px;
  margin: 0 auto;
  width: 100%;
}


/* -------------------------
 * イメージ画像余白なし
/* ------------------------- */
.images0 {
  position: relative;
  margin: 0 auto;
  width: 100%;
}


/* -------------------------
 * イメージ画像
 * 著作権表記
/* ------------------------- */
.onImage {
  position: relative;
  display: block;
  margin: 0;
  padding: 0
}


.glass { /* 画像の上の虫眼鏡マーク */
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
}


.address { /* 画像の上のアドレス */
  position: absolute;
  top: 65%;
  left: 50%;
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  color: #c7c7c7;
  color: rgba(255, 255, 255, 0.3);
  font-weight :bold;
  font-size: 120%;
  margin: 0;
  padding: 0;
}


.onImageBorder {
  width: 99% !important;
  border: 1px solid #ccc;
  margin-left: auto;
}


.onImage50 { /* 画像の幅を50%にする場合 */
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 50%;
}


.onImage img, .onImageBorder img, .onImage50 img {
  width: 100%;
}


/* -------------------------
 * P要素（補足説明）
/* ------------------------- */
.info {
  margin: 0.5em 0 0 0;
  font-size: 80%;
  color: silver;
}


.info_right {
  margin: 0.5em 0 0 0;
  text-align: right;
  font-size: 80%;
  color: silver;
}


/* -------------------------
 * P要素（コメント）
/* ------------------------- */
.comment {
  margin:0;
  padding:0;
  color:#819FF7;
  font-size:110%;
  font-weight:bold;
  margin-bottom:10px;
}


.commentRight {
  margin:0;
  padding:0;
  color:#819FF7;
  text-align: right;
  font-size:110%;
  font-weight:bold;
  margin-bottom:10px;
}


/* -------------------------
 * リスト風P要素
/* ------------------------- */
.arrow1 {
  margin: 50px 0px 10px;
}


.arrow1:before {
  content: url(../images/y_aqua.gif);
  margin-right: 0.5em;
}


.arrow1_0 {
  margin: 0px 0px 10px;
}


.arrow1_0:before {
  content: url(../images/y_aqua.gif);
  margin-right: 0.5em;
}


.arrow2 {
  margin: 50px 0px 10px;
}


.arrow2:before {
  content: url(../images/mark.gif);
  margin-right: 0.5em;
}


/* -------------------------
 * 吹き出し枠（上）
/* ------------------------- */
.speech_top {
  position: relative;
  padding: 5px 5px 5px 8px;
  background: #ffffff;
  border: 1px solid #979a96;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  margin-top: 20px;
}


.speech_top:after, .speech_top:before {
  bottom: 100%;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.speech_top:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
}

.speech_top:before {
  border-color: rgba(151, 154, 150, 0);
  border-bottom-color: #979a96;
  border-width: 16px;
  margin-left: -16px;
}


/* -------------------------
 * 吹き出し枠（下）
 * 公式サイトはこちら
/* ------------------------- */
.speech_bottom1 {
  position: relative;
  margin: 50px 0px 20px;
  padding:10px;
  color: #fff;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  background-color: #33CC66;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}


.speech_bottom1:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -10px;
  border-top: 10px solid #33CC66;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
 }


/* -------------------------
 * 吹き出し枠（下）
 * 口コミなど
/* ------------------------- */
.speech_bottom2 {
  position: relative;
  margin-bottom: 20px;
  padding:10px;
  background-color: #E0ECF8;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}


.speech_bottom2:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -10px;
  border-top: 10px solid #E0ECF8;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
 }


/* -------------------------
 * 吹き出し枠
 * 画像：右100px
/* ------------------------- */
.speech_right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}


.arrow_box_right {
  position: relative;
  display: block; /* デフォルトではdisplay:inline-blockを入れるがFBでバグる */
  -webkit-box-flex: 1; /*--- Android4.3以前ブラウザ用 ---*/
  -webkit-flex: 1; /*--- iOS8以前Safari用 ---*/
  flex:1;
  padding: 5px;
  background: #CBFFD3;
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  z-index: 0;
  font-size: 90%;
}


.arrow_box_right:before {
  content: "";
  position: absolute;
  top: 25%;
  right: -9px;
  margin-top: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 0px 9px 9px;
  border-color: transparent transparent transparent #CBFFD3;
  z-index: 0;
}


.arrow_box_right:after {
  content: "";
  position: absolute;
  top: 25%;
  right: -10px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0px 10px 10px;
  border-color: transparent transparent transparent #c7c7c7;
  z-index: -1;
}


.speech_right img {
  width: 100px;
  height: 100px;
  margin-left: 15px;
}


/* -------------------------
 * 吹き出し枠
 * 画像：左100px
/* ------------------------- */
.speech_left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}


.speech_left img {
  width: 100px;
  height: 100px;
  margin-right: 15px;
}


.arrow_box_left {
  position: relative; 
  display: block; /* デフォルトではdisplay:inline-blockを入れるがFBでバグる */
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 5px;
  background: #CBFFD3;
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  z-index: 0;
  font-size: 90%;
}


.arrow_box_left:before {
  content: "";
  position: absolute;
  top: 25%;
  left: -9px;
  margin-top: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 9px 0px;
  border-color: transparent #CBFFD3 transparent transparent;
  z-index: 0;
}


.arrow_box_left:after {
  content: "";
  position: absolute;
  top: 25%;
  left: -10px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 0px;
  border-color: transparent #c7c7c7 transparent transparent;
  z-index: -1;
}


/* -------------------------
 * 文章の装飾
/* ------------------------- */
.b {
  font-weight: bold;
  font-size: 110%;
  color: #000;
}


.b_red {
  font-weight: bold;
  font-size: 110%;
  color: red;
}


.u_red {
  border-bottom: dashed 2px red;
}


.u_yellow {
  background: linear-gradient(transparent 50%, #FFFF99 50%);
  background: -webkit-linear-gradient(transparent 50%, #FFFF99 50%);
}


.u_salmon {
  background: linear-gradient(transparent 50%, #F6CECE 50%);
  background: -webkit-linear-gradient(transparent 50%, #F6CECE 50%);
}


.u_red_b {
  font-weight: bold;
  font-size: 110%;
  color: #000;
  border-bottom: dashed 2px red;
}


.u_yellow_b {
  font-weight: bold;
  font-size: 110%;
  color: #000;
  background: linear-gradient(transparent 50%, #FFFF99 50%);
  background: -webkit-linear-gradient(transparent 50%, #FFFF99 50%);
}


.u_yellow_b_red {
  font-weight: bold;
  font-size: 110%;
  color: red;
  background: linear-gradient(transparent 50%, #FFFF99 50%);
  background: -webkit-linear-gradient(transparent 50%, #FFFF99 50%);
}


.u_salmon_b {
  font-weight: bold;
  font-size: 110%;
  color: #000;
  background: linear-gradient(transparent 50%, #F6CECE 50%);
  background: -webkit-linear-gradient(transparent 50%, #F6CECE 50%);
}


/* -------------------------
 * 強調枠
/* ------------------------- */
.box1, .box2, .box3, .box4, .box5 {
  position: relative;
  margin-top: 50px;
  border: 3px solid #8EB8FF;
  padding: 20px 10px 10px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px; /* Google,Chrome,Safari */
  -moz-border-radius: 5px; /* Firefox */
  -o-border-radius: 5px; /* Opera */
  -ms-border-radius: 5px; /* IE */
}


.box1:before {
  background-color: #fff;
  content: "目次";
  color: #8EB8FF;
  font-weight: bold;
  font-size: 1.3rem;
  left: 1rem;
  padding: 0 1rem;
  position: absolute;
  top: -0.7rem;
}


.box2:before {
  background-color: #fff;
  content: "POINT";
  color: #8EB8FF;
  font-weight: bold;
  font-size: 1.3rem;
  left: 1rem;
  padding: 0 1rem;
  position: absolute;
  top: -0.7rem;
}


.box3:before {
  background-color: #fff;
  content: "CHEK";
  color: #8EB8FF;
  font-weight: bold;
  font-size: 1.3rem;
  left: 1rem;
  padding: 0 1rem;
  position: absolute;
  top: -0.7rem;
}


.box4:before {
  background-color: #fff;
  content: "まとめ";
  color: #8EB8FF;
  font-weight: bold;
  font-size: 1.3rem;
  left: 1rem;
  padding: 0 1rem;
  position: absolute;
  top: -0.7rem;
}


.box5:before {
  background-color: #fff;
  content: "けつろん";
  color: #8EB8FF;
  font-weight: bold;
  font-size: 1.3rem;
  left: 1rem;
  padding: 0 1rem;
  position: absolute;
  top: -0.7rem;
}


/* -------------------------
 * 点字のボックス
/* ------------------------- */
.box_dotted {
  position: relative;
  padding: 10px;
  margin: 50px 0px;
  border: 2px dotted #c7c7c7;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}


/* -------------------------
 * ulリスト1
/* ------------------------- */
.list1 {
  margin: 0;
  padding:0;
  list-style-image: url(../images/y_pink.png);
}


.list1 li {
  margin: 0;
  padding: 0;
  margin-left: 25px;
  margin-bottom: 20px;
}


.list1 li:nth-last-child(1) {
  margin-bottom: 0;
}


/* -------------------------
 * ulリスト2
/* ------------------------- */
.list2 {
  margin: 0;
  padding:0;
  list-style-image: url(../images/y_aqua.gif);
}


.list2 li {
  margin: 0;
  padding: 0;
  margin-left: 25px;
  margin-bottom: 20px;
}


.list2 li:nth-last-child(1) {
  margin-bottom: 0;
}


/* -------------------------
 * ulリスト3（横並び）
/* ------------------------- */
.list3 {
  margin: 0;
  padding: 0;
}


.list3 li {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 2rem;
}


.list3 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f152";
  color: #6495ed;
  font-weight: 900;
  margin-right: 0.5em;
}


.list3 li:nth-last-child(1) {
  margin-right: 0;
}


/* -------------------------
 * olリスト2
/* ------------------------- */
.numberList1 { /* 数字リスト(ol要素) */
  counter-reset: number; /* 数字をリセット */
  list-style-type: none !important; /* 数字を一旦消す */
  margin: 0;
  padding: 0;
}


.numberList1 li {
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 35px;
  margin-bottom: 20px;
}


.numberList1 li:nth-last-child(1) {
  margin-bottom: 0;
}


.numberList1 li:before {
/* 以下数字をつける */
  position: absolute;
  margin: 0;
  padding: 1px 0px 0px 1px; /* 数字の位置を微妙に調整 */
  counter-increment: number;
  content: counter(number);
  /* 以下数字のデザイン変える */
  display: inline-block;
  background: #2f3a44;
  color: #ffffff;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 50%;
  -webkit-border-radius: 50%; /* Google,Chrome,Safari */
  -moz-border-radius: 50%; /* Firefox */
  -o-border-radius: 50%; /* Opera */
  -ms-border-radius: 50%; /* IE */
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}


/* -------------------------
 * olリスト2
/* ------------------------- */
.numberList2 { /* 数字リスト(ol要素) */
  counter-reset: number; /* 数字をリセット */
  list-style-type: none !important; /* 数字を一旦消す */
  margin: 0;
  padding: 0;
}


.numberList2 li {
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 35px;
  margin-bottom: 20px;
}


.numberList2 li:nth-last-child(1) {
  margin-bottom: 0;
}


.numberList2 li:before {
/* 以下数字をつける */
  position: absolute;
  margin: 0;
  padding: 1px 0px 0px 1px; /* 数字の位置を微妙に調整 */
  counter-increment: number;
  content: counter(number);
  /* 以下数字のデザイン変える */
  display: inline-block;
  background: #E0E0F8;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 50%;
  -webkit-border-radius: 50%; /* Google,Chrome,Safari */
  -moz-border-radius: 50%; /* Firefox */
  -o-border-radius: 50%; /* Opera */
  -ms-border-radius: 50%; /* IE */
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}


/* -------------------------
 * テーブル
/* ------------------------- */
main table {
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}


main th,
main td {
  padding: 0.5em;
  border: 1px solid #ccc;
}


/* 自動改行しないthの設定 */
.nowrap {
  white-space: nowrap;
  font-weight: normal;
  font-size: 80%;
}


.center {
  text-align: center;
}


.bg1 {
  color: #fff;
  background-color: red;
}


.bg1_center {
  color: #fff;
  text-align: center;
  font-size: 130%;
  background-color: red;
}


.bg2 {
  background-color: #fafafa;
}


.bg3 {
  color: red;
  font-size: 130%;
  text-align: center;
}


.bg4 {
  background-color: #E0F8F1;
}


/* -------------------------
 * 横スクロールのテーブル
/* ------------------------- */
.scroll-table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}


/* -------------------------
 * 画像左、コメント右のボックス
 * 画像120px
/* ------------------------- */
.imgBox {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}


.imgBox img {
  width: 120px;
  float: left;
  margin-right: 10px;
}


.data { /* P要素 */
  margin: 0;
  overflow: hidden;
}


.about {
  margin: 0;
  padding-top: 45px;
  overflow: hidden;
}


/* -------------------------
 * 画像左、コメント右のボックス
 * 画像120px（取材など用）
/* ------------------------- */
.imgBox2 {
  padding: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
}


.imgBox2 img {
  width: 120px;
  float: left;
  margin-right: 10px;
}


.about2 { /* P要素（tablet、PCでは通常フォントサイズにしている) */
  font-size: 80%;
  line-height: 130%;
  overflow: hidden;
}


/* -------------------------
 * 商品概要などに使用するボックス
 * （PCでは画像左、説明文右に配置）
/* ------------------------- */
.wrap {
  position: relative;
  border: 1px solid #ccc;
  padding: 10px;
}

.wrap_right {
  margin-top: 10px;
}


/* =====================================================
 * 本サイトの著作権
 * ===================================================== */


.writer_section {
  position: relative;
  margin-top: 30px;
  padding: 20px 10px;
  border-top: 1px dotted #ccc;
}


.writer_title {
  position: relative;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 1rem;
  padding-bottom: 10px;
}


.img_area {
  float: left;
  margin-right: 1rem;
}


.editor {
  font-weight: bold;
}


/* =====================================================
 * メニューリスト
 * ===================================================== */




/* =====================================================
 * フッター
 * ===================================================== */





/* =====================================================
 * スペシャル
 * ===================================================== */


/* -------------------------
 * 比較一覧表
/* ------------------------- */
.chart {
  position: relative;
  width: 150px;
}


.chart img {
  width: 150px;
  height: 107px;
}


.chart p {
  position: absolute;
  top: 5px;
  left: 5px;
  background: #add8e6;
  color: #ffffff;
  font-weight: bold;
  font-size: 1rem;
  padding: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%; /* Google,Chrome,Safari */
  -moz-border-radius: 50%; /* Firefox */
  -o-border-radius: 50%; /* Opera */
  -ms-border-radius: 50%; /* IE */
  text-align: center;
}


/* -------------------------
 * アコーディオン
/* ------------------------- */
.accbox { /* label要素 */
  display: block;
}


.accbox span {
  border-bottom: 1px solid #666;
}


.accbox:hover { /* オンマウスで半透明にする */
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: 0.3s ease-in-out; /* transitionを使ってゆっくり半透明にする設定 */
  -webkit-transition: 0.3s ease-in-out; /* Google,Chrome,Safari */
  -moz-transition: 0.3s ease-in-out; /* Firefox */
  -o-transition: 0.3s ease-in-out; /* Opera */
  -ms-transition: 0.3s ease-in-out; /* IE */
}


input[type="checkbox"].acc {
  display: none;
}


input[type="checkbox"].acc + .open {
  display: none;
}


input[type="checkbox"].acc:checked + .open {
  display: block;
}


/* -------------------------
 * ★マーク（レーティング）
/* ------------------------- */
.star {
  width: 80px;
  margin: 0 auto;
}


.rate {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 16px;
  font-size: 16px;
}


.rate:before, .rate:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  display: inline-block;
  height: 16px;
  line-height: 16px;
}


.rate:before {
  color: #ddd;
}
.rate:after {
  color: #ffa500;
  overflow: hidden;
  white-space: nowrap;
}


.rate0:after {
  width: 0;
}


.rate1:after {
  width: 16px;
}


.rate1-5:after {
  width: 24px;
}


.rate2:after {
  width: 32px;
}


.rate2-5:after {
  width: 40px;
}


.rate3:after {
  width: 48px;
}


.rate3-5:after {
  width: 56px;
}

.rate4:after {
  width: 64px;
}


.rate4-5:after {
  width: 72px;
}


.rate5:after {
  width: 80px;
}



/* -------------------------
 * 外部リンクアイコン
/* ------------------------- */
.link:before {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
  margin-right: 0.3em;
  color: #87ceeb;
}


.link2:after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
  margin-left: 0.3em;
  color: #87ceeb;
}
