@charset "UTF-8";
html {
	-webkit-text-size-adjust: 100%;
  background: #f4f4f4;
  margin: 0 0 !important;
  height: 100%;
}
body {
  height: 100%;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
a, h1, h2, h3, h4, h5, h6, p, li, span {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary {
  display: block;
  margin: 0;
  padding: 0;
}
* {
  margin: 0px;
  padding: 0px;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
.lh0 {
	margin: 20px;
	line-height: 0;
}
img {
	width: 100%;
	height: auto;
	padding: 1px;
	margin: 0;
  line-height: 0;
	background-color: #fff;
}

.bgnone {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}

ul,li{
	list-style-type: none;
	margin: 0;
}

table {
	width: 100%;
	margin: 1.5% 0 2%;
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	-webkit-margin-before: 10px;
	-webkit-margin-after: 10px;
	margin: 10px;
	-webkit-margin-start: auto;
	-webkit-margin-end: auto;
	border: none;
	border-top: #cfcfcf 1px dotted;
}

br {
	padding: 0;
	margin: 0;
	font-size: 1px;
	line-height: 1;
}

p {
  letter-spacing: 0.05em;
  color: #595553;
  font-family: "メイリオ", "meiryo", "sans-serif" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック体" , "YuGothic";
}
footer {
  width: 100%;
}
/* TOP */
#wpadminbar {
  display: none;
}
#key {
  display: flex;
  justify-content: center;
  width: 100%;
}
header {
  overflow: unset;
}
#sideMenu {
  display: none;
}
.serch_wrapp {
  display: none;
}
#mainArea002 {
  width: 100%;
  height: 100%;
  float: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* カルーセル */
.slider-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.sliderImgTitle {
  margin-top: 5rem;
}
.slider {
  position: relative;
}
.slider-nav button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  color: red;
  background: rgba(255,255,255, 0.6);
  font-size: 2rem;
}

.slider-nav button span {
  position: relative;
  display: inline-block;
  transform: translateX(0);
  transition: transform 0.3s ease;
}
.slider-nav .previous, .slider-nav .next {
  position: absolute;
  bottom: 50%;
  width: 7%;
  height: 10%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 35px;
  max-width: 35px;
}
.slider-nav .previous {
  left: 15px;
}
.slider-nav .next {
  right: 15px;
}
.slider-nav .previous:before {
  content: '\2039';
  padding: 0 16px 2.5px;
  color: #4D6A90;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-nav .next:after {
  content: '\203A';
  padding: 0 16px 2.5px;
  color: #4D6A90;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .slider-nav .arrow .previous:hover span {
  transform: translateX(-10px) scale(1.2);
}

.slider-nav .arrow .next:hover span {
  transform: translateX(10px) scale(1.2);
} */

.slider-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.slider-nav li {
  display: flex;
  flex: 2;
  text-align: center;
}

.slider img {
  max-width: 100%;
  display: none;
}

.slider img.active {
  display: block;
  animation: fadeImg 0.8s;
}

.slider-nav .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-nav a {
  flex-basis: 100%;
  display: flex;
  align-items: center;
}

.slider-nav span {
  display: block;
  width: 100%;
}
@keyframes fadeImg {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* ここまで */
#contents {
  overflow-x: hidden;
  margin: 0 auto;
  background: #fff;
}
.mainvisual .img1 {
  width: 100%;
  height: 100%;
}
.hamburger {
  display: none;
}
.hamburger__line {
  position: absolute;
  left: 11px;
  width: 18px;
  height: 1px;
  background-color: #111;
  transition: all .6s;
  display: none;
}
.hamburger__line--1 {
  top: 14px;
}
.hamburger__line--2 {
  top: 20px;
}
.hamburger__line--3 {
  top: 26px;
}

.black-bg {
  display: flex;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #398ab7;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}

.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}
.menu-trigger.open ~ #contents #sideMenu {
  height: 54vh;
  margin: .4rem 0 0;
}
#sideMenu h2.acc {
  color: #8f8d8d;
}
.newHeadWrapper {
  width: 100%;
  background: #A3C6DD;
  display: flex;
  position: relative;
}
.logo img {
  max-width: 100%;
  height: auto;
  padding: 0;
  border: none;
  background: none;
  display: flex;
}
.newHeadWrapper .headerLogo {
  display: flex;
}
.accordionContent {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.accordion {
  display: flex;
}
.accordion-item {
  margin-left: 15px;
  margin-right: 15px;
}
.accordion-item span {
  color: #fff;
}
.toAbout {
  margin-left: 15px;
  margin-right: 15px;
}
.toAbout a {
  text-decoration: none;
  color: #fff;
}
.nav-page span {
  color: #FFDC00;
}
.content {
  display: none;
}
.nav-page .content {
  display: inline-block;
  background-color: #fff;
  position: absolute;
  width: 180px;
  padding: 10px 0;
  border-radius: 4px;
  top: 39px;
  transform: translateX(-95px);
  z-index: 3;
}
.nav-page .content .linkWrapp {
  color: #8f8d8d;
  padding: 0 16px;
  white-space: nowrap;
  color: #4D6A90;
}
.nav-page .content a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
}
.nav-page .content a:hover {
  background: #edf8fc;
  color: #767575;
}
.linkNav {
  margin-left: 15px;
}
.linkNav a {
  color: #fff;
  text-decoration: none;
}
.linkNav a:focus {
  color: #FFDC00;
}
.breadcrumb {
  font-size: 10px;
  padding: 10px 0 10px 15px;
  display: flex;
  align-items: center;
  color: #909090;
  background-color: #fafafa;
}
.breadcrumb .breadcrumbArrow {
  margin-left: .5rem;
}
.breadcrumb li {
  margin-left: .5rem;
}
@media screen and (max-width: 700px ) {
  .breadcrumb {
    display: none;
  }
}
.topPageTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1030px;
  padding: 1rem 0;
  border-top: 2px solid #4D6A90;
  border-bottom: 2px solid #4D6A90;
  background: #edf8fc;
}
.ecRankTitle {
  font-size: 1.4rem;
  color: #4D6A90;
  font-weight: bold;
}
.contentWrapper {
  width: 100%;
  max-width: 1030px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rankWrapper {
  width: 100%;
  max-width: 1030px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rankingComp {
  display: flex;
  flex-direction: column;
  margin: .5rem 0;
  padding: 2rem 1rem;
  background: #fff;
  width: 92%;
}
.rankTitle {
  display: grid;
  justify-items: center;
  background-color: #edf8fc;
  border-top: 1px solid #4D6A90;
  border-bottom: 1px solid#4D6A90;
}
.rankContainer {
  padding: 7px;
  margin-bottom: auto;
}
.siteImgWrapper {
  border: 2px solid #edf8fc;
  height: 11rem;
  padding: 3rem;
  margin: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.siteImg {
  display: flex;
  justify-content: center;
}
.makerLanking {
  margin: 2rem 0;
}
.toThisColumn {
  background: #edf8fc;
  padding: 1rem;
  text-align: center;
}
.toThisColumn_intro {
  margin-bottom: .5rem;
}
.toThisColumn_link {
  color: #a3c6dd;
}
.toThisColumn_link:hover {
  color: #80a0b5;
}
.sitePoints {
  margin: 1rem auto 2rem;
  max-width: 600px;
}
.rankTitle a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rankImgWrapp {
  width: 15%;
  margin: 7px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.crownImgWrapp {
  width: 70%;
  margin: 7px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rankImg {
  border: none;
  background-color: unset;
  width: 100%;
}
.siteName {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.7rem;
  color: #4D6A90;
  font-weight: bold;
}
.siteName:last-child {
  padding: 1rem 0;
  font-size: 1.3rem;
}
.siteRank {
  margin-right: 1rem;
}
.toDetail {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  background-color: #a3c6dd;
  border-bottom: 4px solid #80a0b5;
  margin: 1rem auto;
  text-decoration: none;
  padding: .5rem 0;
}
.toDetail:hover {
  color: #0c5e94;
}
.toDetail:active {
  border-bottom: none;
  transform: translateY(4px)
}
.scoreWrapper {
  display: flex;
  justify-content: center;
  height: 2.5rem;
}
.totalScore {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  color: #fff;
  height: 100%;
}
.rank1 {
  background-color: #caa715;
}
.rank2 {
  background-color: #b8bdb6;
}
.rank3 {
  background-color: #b57849;
}
.rank4 {
  background-color: #1e5d86;
}
.bigScore {
  font-size: 1.5rem;
  font-weight: bold;
}
.sitePoints tbody tr th {
  font-weight: 700;
  background-color: #edf8fc;
  height: 100%;
  padding: 0 5.5px;
  border: 1px solid #ccc;
  white-space: nowrap;
}
.sitePoints tbody tr td {
  padding: 10px;
  border: 1px solid #ccc;
}
.rankingComp .accBox {
  border: 1px solid #86C6E6;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  width: 100%;
  max-width: 600px;
  justify-content: center;
  margin: 0 auto;
}
.rankingComp .accBox a {
  margin: .3rem 0;
  color: #a3c6dd;
}
.rankingComp .accBox a:hover {
  color: #80a0b5;
}
.popularColumnWrapper .relatedColumn {
  color: #4D6A90;
  background: #edf8fc;
  font-weight: bold;
  padding: 1rem 0;
  border-top: 2px solid #4D6A90;
  border-bottom: 2px solid #4D6A90;
  display: flex;
  justify-content: center;
}
.accBox .relatedColumn a {
  margin: 4px 0;
  color: #80a0b5;
}
.panel-group .tab-0 {
  position: absolute;
  right: 18rem;
}
.panel-group .tab-1 {
  position: absolute;
  right: 13rem;
}
.panel-group .tab-2 {
  position: absolute;
  right: 10rem;
}
@media screen and (min-width: 974px) {
  .mainvisual {
    max-width: 1275px;
    width: 100%;
  }
  .article .title .t {
    font-size: 1.8em;
  }
  .contentWrapper {
    display: flex;
    justify-content: space-between;
    width: 92%;
    max-width: 1030px;
  }
  .rankWrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 92%;
    max-width: 1030px;
  }
  .rankingComp {
    width: 33%;
    background: #fff;
    padding: 1rem;
    margin-bottom: auto;
    height: 60rem;
  }
  .siteName:last-child {
    padding: 1.5rem 0;
  }
  .bottom3 {
    margin-top: 5rem;
  }
  .ecRankTitle {
    font-size: 2.5rem
  }
}
/* NEWS */
.newsWrapper {
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1030px;
  padding: 2rem;
}
.newsWrapper .titleBox {
  font-size: 2rem;
  color: #4D6A90;
  margin-top: -1.5rem;
}
.newsSentence {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.newsSentence .ct:nth-of-type(n+1) {
  margin: 10px 0;
  padding: 10px 10px;
  display: block;
  width: 100%;
}
.newsSentence .ct:nth-of-type(2n+1) {
  background-color: #edf8fc;
  width: 100%;
  padding: 1rem;
}
.newsSentence {
  font-size: 1rem;
}
.newsSentence a {
  text-decoration: none;
  color: #a3c6dd;
}
.newsTitle {
  color: #4D6A90;
}
.newsTitle:hover {
  color: #a3c6dd;
}
/* カテゴリー別ランキング */
.catRankWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 1rem 0;
}
.catRankTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1030px;
  padding: 1rem 0;
  border-top: 2px solid #4D6A90;
  border-bottom: 2px solid #4D6A90;
  background: #edf8fc;
}
.catRankTitle .titleImg {
  width: 25%;
}
.titleImg img {
  width: 70%;
  background: none;
  border: none;
}
.catRankTitle .titleText {
  font-size: 2rem;
  color: #4D6A90;
  font-weight: bold;
}
.catRankItems {
  display: flex;
  margin: 1rem 0;
  justify-content: center;
}
.catRankItem {
  display: flex;
  flex-direction: column;
  width: 30%;
  margin: 0 .3rem;
  background: #fff;
  padding: 1rem;
}
.catRankItem .itemHeader {
  color: #4D6A90;
  background-color: #edf8fc;
  border-bottom: 1px solid #4D6A90;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.catRankItem .itemBody {
  height: 250px;
  display: flex;
  align-items: center;
}
.rankingEachT {
  color: #a3c6dd;
}
.rankingEachT:hover {
  color: #4D6A90;
}
.catRankBtnWrapper {
  width: 92%;
  max-width: 1030px;
}
.catRankBtnWrapper a {
  text-decoration: none;
}
.catRankBtn {
  color: #fff;
  background-color: #a3c6dd;
  border-bottom: 4px solid #80a0b5;
  padding: .5rem 0;
  display: flex;
  justify-content: center;
}
.catRankBtn a {
  text-decoration: none;
  color: #fff;
}
.catRankBtn:hover {
  color: #0c5e94;
}
.catRankBtn:active {
  border-bottom: none;
  transform: translateY(4px)
}
@media screen and (max-width: 768px) {
  .ecRankTitle {
    font-size: 1.8rem;
  }
  .catRankTitle .titleText {
    font-size: 1.8rem;
  }
  .catRankTitle .titleImg {
    width: 40%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 414px) {
  .catRankTitle .titleText {
    font-size: 1.4rem;
  }
}
/* 人気記事ランキング欄 */

@media screen and (max-width: 700px) {
  .catRankItems {
    flex-direction: column;
    align-items: center;
  }
  .catRankItem {
    width: 92%;
  }
  .catRankItem:not(:first-child){
    margin: 1rem 0;
  }
  .catRankItem .itemBody {
    height: auto;
  }
}
.popularColumnWrapper {
  padding: 1rem;
  max-width: 1032px;
  margin: 1rem auto;
}
.popularColumnWrapper .accBox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  justify-content: space-around;
}
.popularColumnWrapper .accBox a {
  width: 48%;
  color: #a3c6dd;
  background: #fff;
  border-radius: 4px;
  margin: .3rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 40%);
  text-decoration: none;
  position: relative;
}
.popularColumnWrapper .accBox a:hover {
  color: #4D6A90;
}
.popularColumnWrapper .columnRank {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #80a0b5;
  color: #fff;
  width: 12%;
  height: 10%;
  top: 0;
  left: 0;
  font-size: .8rem;
}
.popularColumnWrapper .accBox a .imgBox {
  margin-bottom: auto;
}
.popularColumnWrapper .accBox a img {
  border-radius: 4px;
  margin-bottom: auto;
}
.popularColumnWrapper .accBox .textBox {
  width: 100%;
  height: 95px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.popularColumnWrapper .accBox .textBox .popularTitle {
  font-size: 1rem;
  text-decoration: underline;
  padding: 0 1.5rem;
}
.popularColumnWrapper .accBox .textBox time {
  padding: .1rem 1.5rem;
  font-size: .8rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.popularColumnWrapper .accBox .textBox .post-date,
.article .singleWrapper .post-date {
  display: flex;
}
.popularColumnWrapper .accBox .textBox .post-date .date-icon,
.article .singleWrapper .post-date time .date-icon  {
  width: 15px;
  padding: 0;
  margin: auto;
  margin-right: .3rem;
}
@media screen and (max-width: 414px) {
  .popularColumnWrapper .accBox .textBox time {
    font-size: .7rem;
  }
  .popularColumnWrapper .accBox {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .popularColumnWrapper .accBox a {
    width: 100%;
  }
}
/* article */
.article {
  font-size: 100%;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #3a3334;
  display: flex;
  justify-content: center;
}
.article h1 {
  padding: 0 0;
  margin: 0;
  line-height: 1;
}
.article p {
  margin: 3% 1%;
  font-weight: 300;
}
.article .title .t {
  padding: 0 0;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: left;
  color: #398ab7;
}
.article .title .t a:hover {
  color: #1472a6;
}
.article .discription {
  padding: 15px 0 15px;
  margin: -20px 0 0;
  font-weight: normal;
}
/* cateogry.php */
.category-item {
  margin-bottom: 2rem;
}
.category-wrapper {
  width: 50%;
  margin: 0 auto;
}
.category-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97%;
  max-width: 1030px;
  padding: 1rem 0;
  border-top: 2px solid #4D6A90;
  border-bottom: 2px solid #4D6A90;
  background: #edf8fc;
  margin: 1rem 0;
}
.category-title__text {
  font-size: 1.3rem;
  color: #4D6A90;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .category-wrapper {
    width: 95%;
  }
}
/* メーカーページ */
.discription .categoryThumb {
  width: 100%;
  display: flex;
  justify-content: center;
}
.discription .categoryThumb img {
  margin: 2rem;
  border: none;
  background-color: transparent;
}
.discription .companyComp {
  margin: 2rem 0;
}
.companyComp {
  width: 100%;
}
.companyComp th {
  font-weight: 700;
  background-color: #a3c6dd;
  height: 100%;
  padding: 20px 40.5px;
  border: 1px solid #ccc;
  color: #fff;
}
.companyComp tr td {
    padding: 20px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
}
.titleBar {
  padding: 2% .3%;
  padding-left: 1rem;
  margin: 1.2% 0;
  line-height: 1.2em;
  font-weight: bold;
  text-align: left;
  color: #fafafa;
  background: #4DAFF1;
  border-bottom: 3px solid #2b97dd;
  font-size: 1.2em;
}
.titleBar a {
  text-decoration: none;
  color: #fff;
}
.singleWrapper .discription h2 {
  color: #398ab7;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 0.5rem;
}
.lankingContents {
  position: relative;
  font-weight: 300;
}
.lankingContents .moreLink {
  color: #fff;
  font-weight: 600;
  position: absolute;
  background: #f9a220;
  border-bottom: 3px solid #cb861f;
  border-radius: 15px;
  padding: 0.3rem 1.7rem;
  text-decoration: none;
  right: 0;
}
.lankingContents .moreLink:hover {
  color: #f9a220;
  background: #fff;
  border-bottom: 3px solid #d3d3d3;
}
.lankingContents .moreLink:active {
  border-bottom: none;
  transform: translateY(3px);
}
.wrapper tbody tr {
  display: flex;
  flex-direction: column;
}
.page_navi {
  padding: 3% 0;
  margin: 0 0 1%;
  line-height: 1;
  display: flex;
  justify-content: center;
  letter-spacing: 1px;
  font-size: 1rem;
  border-bottom: #d2d2d2 2px solid;
  color: #88c6d3;
}
.page_navi a {
  text-decoration: none;
}
.page_navi span.current, .page_navi span.dots {
  border: none;
  color: #565353;
  background: #fff;
  font-weight: bold;
}
.page_navi .page-numbers {
  padding: 10px 10px;
  margin: 0 8px 8px 0;
  display: inline-block;
  color: #fff;
  background: #8c8f8b;
}
.page_navi a.prev, .page_navi a.next {
  min-width: 80px;
  background: #a3c6dd;
}
/* TOPページ about */
.top-about {
  padding: 0 1rem;
}
.top-about h2 {
  display: flex;
  justify-content: center;

  letter-spacing: 0.05em;
  color: #595553;
  font-family: "メイリオ", "meiryo", "sans-serif" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック体" , "YuGothic";
}
.top-about__text {
  margin: 2rem auto;
  font-size: 1.3rem;
  max-width: 800px;
  text-align: center;
}
/* page.php  */
.page {
  width: 100%;
  height: 100%;
}
.page-title {
  font-size: 2rem;
  color: #4d6a90;
  text-align: center;
  margin-top: 2rem;
}
.page-content {
  width: 95%;
  margin: 0 auto;
}

/* aboutページ */
.about {
  width: 100%;
}
.about__contentsWrapper {
  padding: 0 1rem;
}
.about .about__imgBox {
  display: flex;
  margin: 2rem 0;
  width: 50%;
}
.about .about__intro {
  margin-bottom: 5rem;
  padding: 0 1rem;
}
.about img {
  padding: 0;
  border: none;
}
.about h2 {
  text-align: center;
  width: 100%;
  font-size: 2rem;
}
.about .about__heading {
  margin: 5rem 0 1.5rem;
}
.about .about__text {
  margin: 2rem auto;
  font-size: 1.3rem;
  max-width: 800px;
}
.about p {
  text-align: center;
  margin-bottom: 2rem;
}
.about .about__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}
.about .about__likethis {
  background: #d4edfb;
}
.about .about__opinion img {
  background: none;
}
.spOnly {
  display: none;
}
@media screen and (max-width: 414px) {
  .titleBar a {
    line-height: 1.3;
  }
  .lankingContents .moreLink {
    font-size: .8rem;
  }
  .about h2 {
    font-size: 1.3rem;
  }
  .about .about__text {
    font-size: 1rem;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}
/* 目次プラグイン */
#toc_container {
  background: #fafafa !important;
  border: 1px solid #a3c6dd !important;
}
#toc_container a {
  color: #4D6A90;
}
#toc_container a:hover {
  color: #398ab7;
}
#toc_container p.toc_title {
  background: #4dafef;
  color: #fff;
}
#toc_container span.toc_toggle {
  color: #fff;
}
/* single_page */
.article strong {
  color: #EF1970;
}
.article b {
  color: #EF1970;
}
.article img[width="1"] {
  display: none;
}
.article .singleWrapper {
  display: flex;
  flex-direction: column;
  max-width: 645px;
  padding: 1rem;
  background: #fff;
}
.article .singleWrapper h3 {
  padding: 2% .3%;
  margin: 2rem 0 1.2rem;
  line-height: 1.2em;
  font-weight: bold;
  text-align: left;
  border-left: 4px solid #6497b9;
  font-size: 1.6em;
  padding-left: 1rem;
}
.article .singleWrapper h4 {
  position: relative;
  padding: 2% 2%;
  margin: 2rem 0 0.5rem;
  line-height: 1.2em;
  font-weight: bold;
  text-align: left;
  color: #fafafa;
  background: #4DAFEF;
  border-bottom: 3px solid #3A8FC7;
  font-size: 1.2em;
}
.article .singleWrapper h4:after {
  position: absolute;
  content: "";
  top: 97%;
  left: 30px;
  border: 15px solid transparent;
  border-top-color: #4DAFEF;
  width: 0;
  height: 0;
}
.article .singleWrapper h5 {
  font-size: 1.1rem;
  margin-top: 1rem;
  padding: 1rem;
  border-top: 1px solid #EF1970;
  border-bottom: 1px solid #EF1970;
}
.article .singleWrapper .title {
  padding: 1% 1% 2%;
  margin: 0 0 2%;
  font-weight: bold;
  text-align: left;
  color: #398ab7;
  background: #fafafa;
  border-top: 3px solid #398ab7;
  border-bottom: 1px solid #aebfc9;
  width: 100%;
}
.post-info {
  display: flex;
  justify-content: end;
  margin: 0 1%;
}
.article .singleWrapper .date {
  margin-right: .4rem;
}
.singleWrapper .explain-box {
  border: 3px solid #fa848e;
  padding: 2rem;
}
.rakuten-product {
  display: flex;
}
.rakuten-product tbody {
  border-bottom: unset;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .article .singleWrapper .title .t {
    font-size: 1.3rem;
  }
  .article .singleWrapper {
    padding: 1rem;
    width: 95%;
  }
  .article .singleWrapper h3 {
    font-size: 1.2rem;
  }
  .article .singleWrapper h4 {
    font-size: 1.1rem;
    padding: 1rem;
  }
  .article .singleWrapper .date {
    font-size: .8rem;
  }
}
@media screen and (max-width: 414px) {
  .article .singleWrapper {
    max-width: 414px;
  }
}

@media screen and (max-width: 320px) {
  .article .singleWrapper {
    max-width: 320px;
  }
}

/* コラム詳細部品スタイル */
.article .singleWrapper .point {
  padding: 0.5em 1em;
  margin: 2em 0;
  border: double 5px #0888d1;
}
/* 新着コラム欄 */
.newColumnWrapper {
  padding: 1rem;
  max-width: 1032px;
  margin: 1rem auto;
  width: 100%;
}
.newColumnWrapper .newColumn {
  color: #4D6A90;
  background: #edf8fc;
  font-weight: bold;
  padding: 1rem 0;
  border-top: 2px solid #4D6A90;
  border-bottom: 2px solid #4D6A90;
  display: flex;
  justify-content: center;
}
.newColumnWrapper .linkItem {
  text-decoration: none;
}
.newColumnWrapper .news_Column {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
}
.newColumnWrapper .title, .newColumnWrapper .date {
  padding: 5px;
  color: #a3c6dd;
}
.newColumnWrapper .title:hover, .newColumnWrapper .date:hover {
  color: #80a0b5;
}
.newColumnWrapper .new {
  padding: 5px;
  color: #fdd22b;
}
@media screen and (max-width: 414px) {
  .newColumnWrapper .news_Column {
    font-size: .8rem;
  }
}


/* 人気コラム欄 */
.singleWrapper .popularColumnWrapper .accBox .textBox .popularTitle {
  font-size: .8rem;
}
.blueMarker {
  background: linear-gradient(transparent 40%, #CAE9F6 40%);
  font-weight: bold;
  padding-bottom: .2em;
}
.yelowMarker {
  background: linear-gradient(transparent 40%, #ffff81 40%);
  font-weight: bold;
  padding-bottom: .2em;
}
.article .singleWrapper .cite-ref {
  font-size: 12px;
}
/* Q&Aページ */
.article .singleWrapper .phraseTitle {
  font-weight: bold;
  font-size: 1.2rem;
  margin: 1rem 1% 0;
}
.article .singleWrapper .linkBox {
  background: #fff;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.article .singleWrapper .astigmatism:before {
  content: "乱視に関する記事";
}
.article .singleWrapper .cat-item {
  display: none;
}
/* ランキングページ */
.rankingBox {
  width: 100%;
}
.catRankingBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.catRankingBox .catRankingTitle {
  font-size: 1.3rem;
  color: #4D6A90;
  font-weight: bold;
}
.catRankingBox .catRankingWrapp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97%;
  max-width: 1030px;
  padding: 1rem 0;
  border-top: 2px solid #4D6A90;
  border-bottom: 2px solid #4D6A90;
  background: #edf8fc;
  margin: 1rem auto;
}
.catRankingBox .catRankingComp {
  display: flex;
  width: 97%;
  max-width: 97%;
  margin: 0 auto;
  white-space: nowrap;
  overflow-x: auto;
}
.catRankingComp .catRanking01 {
  width: 100%;
  min-width: 400px;
  background: #fff;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #86C6E6;
  margin: .5rem 0;
  text-decoration: none;
}
.lCrown {
  width: 15%;
}
.lCrown img {
  border: none;
}
.lImg {
  padding: 0 1rem;
  display: flex;
}
.lImg img {
  border: none;
}
.lName {
  color: #4D6A90;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0;
  font-weight: bold;
  display: flex;
  justify-content: center;
  margin-top: auto;
}
.detailItem {
  width: 97%;
  margin: 1rem auto 0;
}
.detailItem .columnBox {
  background: #fff;
  border: 1px solid #86C6E6;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 1rem;
}
.detailItem .columnBox a {
  margin: .3rem 0;
  color: #a3c6dd;
}
.detailItem .columnBox a:hover {
  color: #80a0b5;
}
.detailBtnBox {
  width: 97%;
  max-width: 700px;
  margin: 1rem auto;
  text-decoration: none;
}
.detailBtnBox .detailBtn {
  color: #fff;
  background-color: #a3c6dd;
  border-bottom: 4px solid #80a0b5;
  padding: .5rem 0;
  display: flex;
  justify-content: center;
  text-decoration: none;
}
.detailBtnBox .detailBtn:active {
  border-bottom: none;
  transform: translateY(4px);
}
.recommendColumn {
  color: #4D6A90;
  background: #edf8fc;
  font-weight: bold;
  padding: 1rem 0;
  border-top: 2px
  solid #4D6A90;
  border-bottom: 2px
  solid #4D6A90;
  display: flex;
  justify-content: center;
}
.rankingBox .accBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.rankingBox .accBox a {
  width: 48%;
  color: #a3c6dd;
  background: #fff;
  border-radius: 4px;
  margin: .3rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 40%);
  text-decoration: none;
  position: relative;
}
.rankingBox .accBox a:hover {
  color: #4D6A90;
}
.rankingBox .accBox a .imgBox {
  margin-bottom: auto;
}
.rankingBox .accBox a img {
  border-radius: 4px;
  margin-bottom: auto;
}
.rankingBox .accBox .popularTitle {
  padding: .8rem;
  font-size: 1rem;
  text-decoration: underline;
}
.itemDesc {
  max-width: 1000px;
}
.itemDesc p {
  color: #333333;
  margin-top: 1rem;
}
@media screen and (min-width: 974px) {
  .catRankingBox .catRankingComp {
    flex-direction: row;
    max-width: 1030px;
    width: 97%;
  }
}
/* ランキング詳細ページ */
.ancestorRankingArea {
  background: #fff;
  border: 1px solid #a3c6dd;
  display: flex;
  flex-direction: column;
  width: 97%;
  margin: 0 auto;
}
.rankComp {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: .5rem 0;
}
.rankComp img {
  border: none;
}
.r_item {
  border-bottom: 1px solid #ccc;
  width: 90%;
  margin: 0 auto;
  text-decoration: none;
}
.r_item:last-child {
  border: none;
}
.IndexCrown {
  width: 15%;
}
.rankCount {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 10vw;
  max-width: 75px;
  max-height: 75px;
  color: #fff;
  background: #4D6A90;
  font-size: 1.5rem;
}
.r_item:nth-child(1) .rankCount,
.r_item:nth-child(2) .rankCount,
.r_item:nth-child(3) .rankCount {
  display: none;
}
/* 拡張性がないため:notを使いたい */
.r_item:nth-child(4) .IndexCrown,
.r_item:nth-child(5) .IndexCrown,
.r_item:nth-child(6) .IndexCrown {
  display: none;
}
.IndexImg {
  width: 30%;
}
.IndexName {
  width: 30%;
  color: #a3c6dd;
}
.rankItemWrapper {
  width: 97%;
  color: #a3c6dd;
  background: #fff;
  border-radius: 4px;
  margin: 1rem auto;
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 40%);
  padding: 2rem;
}
.rankItemWrapper:nth-child(1) .rankCount,
.rankItemWrapper:nth-child(2) .rankCount,
.rankItemWrapper:nth-child(3) .rankCount {
  display: none;
}
/* 同じく:notを使いたい */
.rankItemWrapper:nth-child(4) .itemCrown,
.rankItemWrapper:nth-child(5) .itemCrown,
.rankItemWrapper:nth-child(6) .itemCrown {
  display: none;
}
.itemTitle {
  display: flex;
  align-items: center;
}
.itemCrown {
  width: 20%;
  max-width: 100px;
  max-height: 75px;
}
.itemName {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  text-decoration: none;
}
.itemName .itemNameWrapp {
  color: #4D6A90;
  font-size: 1.3rem;
}
.itemIntro {
  display: flex;
  margin-top: 2rem;
}
.leftBox .imgBox {
  border: 1px solid #86C6E6;
}
.leftBox .imgBox img {
  border: none;
}
.itemTable {
  margin-top: auto;
  margin-left: 2rem;
  max-width: 600px;
}
.itemTable tbody tr th {
  font-weight: 700;
  color: #4D6A90;
  background: #edf8fc;
  height: 100%;
  padding: 0 5.5px;
  border: 1px solid #ccc;
  white-space: nowrap;
}
.itemTable tbody tr td {
  padding: 10px;
  background: #fff;
  color: #000;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 414px) {
  .rankCount {
    font-size: 1rem;
  }
  .itemImg {
    width: 100%;
    margin-bottom: 1rem;
  }
  .itemTable {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
  tbody {
    border-bottom: 1px solid #ccc;
  }
  tr {
    display: flex;
    flex-direction: column;
  }
  .itemTable tbody tr th {
    border: none;

  }
}
@media screen and (min-width: 974px) {
  .itemName .itemNameWrapp {
    font-size: 1.8rem;
  }
  .itemIntro {
    margin-top: 2rem;
  }
  .itemTable tbody tr td {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}
/* footer */
.copy {
  padding: 1% 0;
  margin: 0 auto 0;
  font-size: 0.8em;
  font-weight: normal;
  color: #FFF;
	background-color: #86C6E6;
  text-align: center;
}
.copy a {color: #FFF;}

.copyLinks {
  margin: 20px auto;
	align-items: center;
	justify-content: center;
}
  .copyLink {
  margin: 0 10px;
  }
@media screen and (max-width: 414px) {
  .copy {
    width: 99%;
    padding: 1% 0;
    margin: 0 auto 3%;
    font-size: 0.8em;
    font-weight: normal;
    color: #FFF;
  }
  .meyasuColor {
    margin: 40px 0;
  }
  .popularColumnWrapper .accBox .popularTitle {
    font-size: .7rem;
  }
  /* メーカーページ */
  .companyComp {
    width: 100%;
  }
  .companyComp tbody {
    border-bottom: 1px solid #ccc;
  }
  .companyComp tbody tr {
    display: flex;
    flex-direction: column;
  }
  .compayComp tbody tr th {
    padding: 10px 18.5px;
    border-bottom: none;
  }
  .companyComp tbody tr td {
    padding: 20px;
    border-bottom: none;
  }
}
@media screen and (max-width: 700px) {
  .accordionContent {
    display: none;
  }
  .hamburger {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }
  .hamburger .hamburger__line {
    display: flex;
  }
  .mobile-nav__content {
    margin-top: 12rem;
  }
  .mobile-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mobile-nav span {
    width: 100%;
    max-width: 180px;
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .mobile-nav span a:hover {
    color: #ccc;
  }
  .active-page span {
    color: #FFDC00;
    border-bottom: none;
  }
  .active-page .content {
    display: inline-block;
    background-color: #fff;
    width: 100%;
    padding: 16px 12px;
    border-radius: 4px;
  }
  .active-page .content .linkWrapp {
    color: #4D6A90;
    padding: 4px 16px;
  }
  .active-page .content a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
  }
  .active-page .content a:hover {
    background: #edf8fc;
    color: #78b5d7;
  }
}

/* 404 */
.error .t {
  display: flex;
  justify-content: center;
  color: red;
  font-size: 2.5rem;
}
.error .imgWrapper {
  width: 30%;
  margin: 0 auto;
}
.error .error__content {
  text-align: center;
  margin-top: 2rem;
}

/* スペック表 */
.before-buy {
  width: 92%;
  max-width: 1030px;
}
.before-buy-title {
  color: #4D6A90;
  background: #edf8fc;
  font-weight: bold;
  padding: 1rem 0;
  border-top: 2px solid #4D6A90;
  border-bottom: 2px solid #4D6A90;
  display: flex;
  justify-content: center;
}
.spec-table tr {
  border: 1px #a0a0a0 solid;
}
.spec-table th, .spec-table .end {
  width: 15%;
  background: #edf8fc;
  text-align: center;
}
.spec-table .middle {
  width: 70%;
  padding: 1rem;
  border-left: 1px #a0a0a0 solid;
  border-right: 1px #a0a0a0 solid;
}
@media screen and (max-width: 414px) {
  .spec-table th {
    width: 100%;
    border: 1px solid #a0a0a0;
  }
  .spec-table .end {
    display: none;
  }
  .spec-table .middle {
    width: 100%;
  }
} 


/*-------------------------
  内部リンクブログカード
-------------------------*/
.blog-card {
  background: #edf8fc;
	border:1px solid #ddd;
	word-wrap:break-word;
	max-width:100%;
	border-radius:5px;
  /* sp用 ※4 */
}
.blog-card:hover {
  background: #fee;
}
.blog-card a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.blog-card-thumbnail {
	padding:10px;
  width: 100%;
}
.blog-card-thumbnail img {
	display: block;
	padding: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.blog-card-content {
	line-height:120%;
  padding-bottom: 1rem;
}
.blog-card-title {
  color: #337ab7;
	display: block;
	padding: 1rem 1rem .5rem;
	font-size:120%;
  font-weight: bold;
  line-height: 1.5em;
}
.blog-card-excerpt {
	color:#333;
	padding: 0 1rem 1rem;
  line-height: 1.5em;
  position: relative;
}
.blog-card .clear {
  clear: both;
}
.blog-card_more {
  color: #fff;
  font-size: .8rem;
  font-weight: 600;
  position: absolute;
  background: #cd1e1e;
  border-bottom: 3px solid #9a2626;
  border-radius: 15px;
  padding: 0.3rem .8rem;
  text-decoration: none;
  right: 10px;
  bottom: 0;
}
.blog-card_more:hover {
  text-decoration: underline;
}
.blog-card_more:active {
  border-bottom: none;
  transform: translateY(3px);
}
/*-------------------------
  ランキングページ　商品にカテゴリー出力
-------------------------*/
.item-img_cat {
  width: 50%;
}
.itemCat .post-categories li {
  background: #4d6a90;
  margin: .5rem 0;
  padding: .3rem;
  display: flex;
  justify-content: center;
}
.itemCat .post-categories li a {
  text-decoration: none;
  color: #fff;
  text-align: center;
}
.itemCat .post-categories a::hover {
  oipacity: 0.7;
}
/*-------------------------
  アフィリエイトボタンテンプレート用CSS
-------------------------*/
.button-wrapper {
  text-align: center;
}
a.btn--red.btn--cubic {
  border-bottom: 5px solid #9f000c;
  width: 100%;
  display: inline-block;
  max-width: 250px;
  background: #e34d59;
  color: #fff;
  text-decoration: unset;
  text-align: center;
  padding: 1rem;
  font-weight: bold;
}

a.btn--red.btn--cubic:hover {
  opacity: 0.8;
}

a.btn--red.btn--cubic:active {
  margin-top: 3px;
  border-bottom: 2px solid #9f000c;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}

/*-------------------------
  アフィリエイト商品用テンプレート
-------------------------*/
.product-wrapper {
  border: 1px solid #6497b9;
  border-radius: 15px;
  padding: 1rem 1rem 3rem;
  margin-bottom: 3rem;
}
.productBox__btn .btn_link {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 8px;
  text-align: center;
  background: #55aaec;
  border-bottom: 4px solid #418ac4;
  width: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 12px;
  padding: 0.3rem;
  text-decoration: none;
}
.productBox__btn .btn_link:nth-child(1) {
  background: #cd1e1e;
  border-bottom: 4px solid #992727;
}
.productBox__btn .btn_link:nth-child(2) {
  background: #f12b53;
  border-bottom: 4px solid #bb2342;
}
.productBox__btn .btn_link:nth-child(3) {
  background: #61c565;
  border-bottom: 4px solid #55a759;
}
.product-Name {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 1rem 0;
  text-align: center;
  color: #fff;
  background: #337ab7;
  padding: 0.5rem 0.5px;
}
.productBox {
  border: 1px solid #6497b9;
  border-radius: 15px;
  padding: 1rem 1rem 3rem;
}
.productBox__name {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 1rem 0;
  text-align: center;
  color: #fff;
  background: #337ab7;
  padding: 0.5rem 0.5px;
}
.productBox .productBox__price {
  text-align: right;
  font-weight: bold;
  font-size: 1.2rem;
}
.productBox .productBox__btn {
  margin-top: 2rem;
}

.productBox .productBox__btn a:active {
  border-bottom: none;
  transform: translateY(4px);
}
.contentsBox .productBox__btn .otherBtn {
  background: #61c565 !important;
  border-bottom: 4px solid #55a759;
  border-radius: 15px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: .3rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .productBox .productBox__btn {
    display: flex;
    flex-direction: column;
  }
  .productBox .productBox__btn a {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0.3rem 0;
  }
  .productBox .productBox__price {
    font-size: 1rem;
  }
  .productBox__caption {
    font-size: .9rem;
  }
  .blog-card_more {
    padding: 0.3rem 1.7rem;
  }
}


/*-------------------------
  口コミの評価（星）
-------------------------*/
.review {
  display: flex;
  margin-left: 1rem;
}
.review__star,
.review__rate {
  font-size: 1.5rem;
}

.review__icon{
    position: relative;
    margin-left: .5rem;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
    /*font-size: 30px; フォントサイズ 自由に設定化 */
}
.review__icon:before, .review__icon:after{
    content: '★★★★★';
}

.review__icon:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.review__icon[data-rate="5"]:after{ width: 100%; }
.review__icon[data-rate="4.5"]:after{ width: 90%; }
.review__icon[data-rate="4"]:after{ width: 80%; }
.review__icon[data-rate="3.5"]:after{ width: 70%; }
.review__icon[data-rate="3"]:after{ width: 60%; }
.review__icon[data-rate="2.5"]:after{ width: 50%; }
.review__icon[data-rate="2"]:after{ width: 40%; }
.review__icon[data-rate="1.5"]:after{ width: 30%; }
.review__icon[data-rate="1"]:after{ width: 20%; }
.review__icon[data-rate="0.5"]:after{ width: 10%; }
.review__icon[data-rate="0"]:after{ width: 0%; }

/*-------------------------
  商品紹介詳細
-------------------------*/
.product-explanation {
  border: 3px solid #ccc;
  border-radius: 15px;
  padding: 2rem;
}
.product-explanation__img {
  margin: 1rem;
}
.product-explanation__point {
  padding: 1rem;
}
.product-explanation__label {
  padding: .5rem .6rem;
  background: #e34d59;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
}
.product-explanation__feature {
  margin-top: 1rem;
  font-family: inherit;
  font-weight: inherit;
}
/*-------------------------
  商品紹介記事まとめ
-------------------------*/
.product-review-summary {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #9aceff;
  border-radius: 8px;
}
.product-review-summary .product-review-summary__title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px !important;
  line-height: 1 !important;
  background: #FFF;
  color: #9aceff;
  font-weight: bold;
  font-size: 1.4rem !important;
  margin: unset !important;
  border-left: unset !important;
}
.product-review-summary p {
  font-weight: bold;
}

/*-------------------------
  記事中の表
-------------------------*/
.tableType1 th {
  font-weight: 700;
  color: #4D6A90;
  background: #edf8fc;
  height: 100%;
  padding: 0 5.5px;
  border: 1px solid #ccc;
  white-space: nowrap;
}
.tableType1 td {
  padding: 10px;
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  text-align: center;
}
.comparison-table {
  padding: 1.5rem .8rem !important;
}
cite {
  font-size: .7rem;
  color: #a3a3a3;
}
cite a {
  color: unset;
}
.tableScrollWrapp {
  overflow-x: scroll;
}
.tableScroll {
  white-space: nowrap;
}
.tableScrollWrapp .tableScroll .comparison-win {
  background: #ffa319;
  color: #fff;
}
.tableScrollWrapp .tableScroll .comparison-totalWin {
  background: #ff6434;
  color: #fff;
}
/*-------------------------
  著者情報
-------------------------*/
.author-name {
  font-size: 1.4rem;
  color: #337ab7;
}
.author-box {
  display: flex;
  border: 1px solid #cae9f6;
  padding: 2rem 1rem;
  margin-bottom: 3rem;
}
.author-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.author-img img {
  border-radius: 50%;
  width: 85%;
}

@media screen and (max-width: 767px) {
  .blog-card a {
    flex-direction: column;
  }
  .blog-card-title {
    font-size: 1rem;
  }
  .blog-card-excerpt {
    font-size: .8rem;
  }
  .itemIntro {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .item-img_cat {
    width: 100%;
  }
  .product-Name {
    font-size: 1.2rem;
  }
  .tableType1.tableScroll .table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
  .author-box {
    flex-direction: column;
  }
  .author-name {
    font-size: 1.1rem;
    margin: 1rem 0;
  }
}
@media screen and (max-width: 414px) {
  .tableType1.tableScroll tr {
    display: inherit;
  }
  .tableType1.tableScroll th {
    height: auto;
  }
  .product-explanation__feature {
    font-size: .9rem;
  }
  cite {
    font-size: .6rem;
  }
}
