@charset "UTF-8";
/* 共通 */
html {
  background: #efefef;
}

body {
  font-feature-settings: "palt";
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  background: #fff;
  max-width: 500px;
  margin: 0 auto;
  color: #333333;
  line-height: 1.75;
}

.container {
  width: 92%;
  margin: 0 auto;
}


.lh-b{
  line-height: 2;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.m0auto {
  margin: 0 auto;
}

.text__center {
  text-align: center;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-cases: center;
}

.weight__bold {
  font-weight: bold;
}

.fontColor-r {
  color: #ec5236;
}

.fontColor-b {
  color: #446be0;
}

.fontColor-p {
  color: #ef5997;
}

.under__yellow {
  background: -webkit-gradient(linear, left top, left bottom, fontColor-stop(50%, transparent), fontColor-stop(50%, #ffff7f));
  background: linear-gradient(transparent 50%, #ffff7f 50%);
}

.fsz__xxl {
  font-weight: bold;
  font-size: 32px;
}


.fsz__xl {
  font-weight: bold;
  font-size: 24px;
}

.fsz__l {
  font-weight: bold;
  font-size: 20px;
}

.fsz__s {
  font-size: 13px;
}

.fsz__xs {
  font-size: 11px;
}

.box__border {
  border: 3px solid #f5f5f5;
  padding: 12px;
  border-radius: 10px;

}

.border-b {
  border-bottom: 2px solid #333;
}

header img {
  width: 100%;
  margin: 0 auto;
}

.mainTitle {
  padding-bottom: 12px;
}

.content-title {
  border-bottom: 3px solid #454545;
  padding: 16px 0 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.content-img {
  margin-top: 16px;
}
.content-img p {
  padding: 4px 0;
}

.section__title {
  margin-top: 20px;
  font-weight: bold;
  font-size: 20px;
  color: #5C4747;
  border-bottom: 2px dotted #D26466;
  margin: 40px 0 12px;
  padding: 0;
  position: relative;
}

.case__icon{
  width: 30%;
}
.section__title::first-letter {
  padding: 0.7rem;
  border-radius: 54% 46% 38% 62%/49% 70% 30% 52%;
  background-color:  #d26466;
  background-image: linear-gradient(135deg,  #d26466 10%,  #d26466 100%);
  color: white;
  font-size: 36px;
  
}

/* .section__title:before {
  background: #d48789;
  top: 0;
  left: 0.5em;
  height: 12px;
  width: 12px;
  position: absolute;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  content: "";
}

.section__title:after {
  background: #d26466; 
  top: 0.8em;
  left: 0.2em; 
  height: 8px; 
  width: 8px; 
  position: absolute;
  transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  content: "";
} */

.review-box {
  margin: 12px 0;
  position: relative;
  padding: 16px 12px;
  border: solid 2px #ffcb8a;
  border-radius: 3px 0 3px 0;
}

.review-box:before, .review-box:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid 2px #ffcb8a;
  border-radius: 50%;
}

.review-box:after {
  top: -12px;
  left: -12px;
}

.review-box:before {
  bottom: -12px;
  right: -12px;
}

.review-box p {
  margin: 0;
  padding: 0;
}

.review-box_img {
  margin-bottom: 12px;
}

.paragraph__box {
  padding-top: 16px;
  padding-bottom: 16px;
}

.sns-img {
  margin-top: 16px;
  border: 2px solid #efefef;
}

.case-action-box {
  background-color: rgb(252, 252, 252); 
  border: 1px solid #efefef; 
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  margin: 20px 5px; 
  padding: 20px 12px 0px 12px; 
  z-index: 0;
  border-radius: 15px;
}

.star_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC;
}

.star_rating:before, .star_rating:after {
  content: "★★★★★";
}

.star_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffd859;
}

.case-detail_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.case-detail{
  flex: 0.7;
}

.case-icon {
  flex: 0.3;
  width: 95px;
  -webkit-box-shadow: rgba(9, 30, 66, 0.062) 0px 4px 8px -2px, rgba(9, 30, 66, 0.014) 0px 0px 0px 1px;
          box-shadow: rgba(9, 30, 66, 0.062) 0px 4px 8px -2px, rgba(9, 30, 66, 0.014) 0px 0px 0px 1px;
  border-radius: 20px;
  margin-right: 16px;
}
.case-icon img {
  border-radius: 20px;
}

.case-title {
  font-size: 24px;
  font-weight: bold;
}

.installBtn {
  display: block;
  text-align: center;
  width: 94%;
  margin: 20px auto;
  color: #fff;
  padding: 8px 0;
  background: #ff7b00;
  border-radius: 20px;
  -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
          box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}

.installBtn {
  position: relative;
  overflow: hidden;
}

.installBtn:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 10%;
  height: 150%;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: reflect 5s ease-in-out infinite;
          animation: reflect 5s ease-in-out infinite;
}

@-webkit-keyframes reflect {
  0%, 75% {
    -webkit-transform: rotate(45deg) scale(0);
            transform: rotate(45deg) scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg) scale(100);
            transform: rotate(45deg) scale(100);
    opacity: 0;
  }
}

@keyframes reflect {
  0%, 75% {
    -webkit-transform: rotate(45deg) scale(0);
            transform: rotate(45deg) scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg) scale(100);
            transform: rotate(45deg) scale(100);
    opacity: 0;
  }
}
.case-tag_wrapper {
  margin-top: 12px;
  font-size: 12px;
}
.case-tag_wrapper span {
  background: #ffab02;
  padding: 3%;
  color: #fff;
  border-radius: 10px;
  margin-right: 3%;

}

.rep__number {
  font-weight: bold;
  color: #e96499;
}

.rep__box {
  margin: 16px auto 8px;
  border-radius: 15px;
  border: 1px solid #f7e9e8;
  padding: 12px 24px;
}

.rep__box:last-of-type {
margin-bottom: 20px;
}


.rep__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-cases: center;
  margin-top: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rep__date {
  color: #ca3f77;
  font-size: 12px;
}

.rep__rep {
  color: rgb(233, 99, 152);
  font-weight: bold;
  font-size: 12px;
}

.rep__btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-cases: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  width: 80%;
  padding: 0 0 8px 0;
  border: 1px solid #ccc;
  margin: 30px auto;
  background-color: #efefef;
}
.rep__btn_box p {
  line-height: 1;
  padding-top: 12px;
}


footer {
  color: #fff;
  text-align: center;
  background: #ff7b00;
}

ul.recommendList{
  padding: 0;
  list-style: none;
}
ul.recommendList li{
  position: relative;
  padding: 0.5em 1em 0.5em 2.5em;
  margin-bottom:5px;
  font-weight: bold;

}
ul.recommendList li:after,
ul.recommendList li:before{
  content: "";
  position: absolute;
  border-radius: 50%;
}
ul.recommendList li:before{
  left: 0.2em;
  width: 17px;
  height: 17px;
  background: rgba(129,194,250,0.5);
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.recommendList li:after{
  top: 1.1em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(129,194,250,0.3);
}

table{
  border: 2px solid #efefef;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table tr{
  border-bottom: solid 1px #eee;
  cursor: pointer;
}

table tr:hover{
  background-color: #d4f0fd;
}

table th,table td{
  text-align: center;
  width: 25%;
  padding: 15px 0;
}

table td.icon{
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #ffcc33;
  background-size: 35px;
  background-position: left 5px center;
  background-repeat: no-repeat;
}


