@charset "UTF-8";
@import url("grid.css?1");
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

img {max-width:100%;height: auto;}
*,*:before,*:after {-webkit-box-sizing: inherit;box-sizing: inherit;}
html {scroll-padding-top: 300px;scroll-behavior: smooth;}

h2.work {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 3.0rem;
  font-weight: 600;
  margin: 30px 0;
  color:#278b47;
}

h2.work:before, h2.work:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 3px;
  background-color: #278b47;
}

h2.work:before {
  left:0;
}
h2.work:after {
  right: 0;
}

h2.title {
  color: #364e96;/*文字色*/
  padding: 0.4em 0;/*上下の余白*/
  margin: 70px auto 40px auto;
  border-top: solid 3px #364e96;/*上線*/
  border-bottom: solid 3px #364e96;/*下線*/
  font-size: 3.0rem;
  width: 70%;
  text-align: center;
}

.main_text {font-size: 2.0rem;}

/**********     ファーストビュー     **********/

.main-title{margin: 1.2vh 5vw 2vh 5vw;}
.main-title p {
    font-size:2.2rem;
    font-weight: 700;
}
.main-title p.right {
    text-align: right;

}

.main-desc {font-size:2.0rem;line-height:190%;}
img.review_logo {width: 60%;margin: 10px 10% 30px 30%;}
img.powered     {width: 30%;margin: 0 0 0 30%;}
img.t-series    {width: 30%;margin: 0;}
img.star_click  {width: 66%;margin: 10px 12% 10px 12%;}


/**********     口コミが集客に     **********/

.subtitle {
    font-size: 3.3rem;
    font-weight: 500;
    margin: 30px 0 15px 0;
}

.rev_hikaku {
    width: 90%;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.rev2 {width: 50%;}
.rev2 img {width: 55%;margin: 0 0 0 45%}
.rev4 {width: 50%;}

.hikaku_list {
    width: 85%;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
}

.s_img {width: 15%;margin: 0 10% 0 20%;}
.hikaku_ul {
    width: 55%;
}

.hikaku_ul ul {
    font-size: 2.3rem;
    line-height: 2.0;

}

.red_title {
    font-family: "Yusei Magic", sans-serif;
    letter-spacing: 0.2em;
    margin: 50px 0 10px;
    text-align: center;
    font-weight: 700;
    font-size: 4.0rem;
    color: #FA654C;
}

.red_desc {
    margin: 10px 0 10px;
    text-align: center;
    font-weight: 500;
    font-size: 2.3rem;
    color: #FA654C;
    //font-family: "Kosugi Maru", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.pc_sp {
    width: 80%;
    margin: 30px auto;
}

/**********     特徴     **********/
.toku_box {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
}
.midashi {
    width: 50%;
    height: 60px;
    line-height: 60px;
    background-image:url(../img/midashi.png);
    background-size: 75%;
    background-repeat: no-repeat;
    font-size: 2.8rem;
    color: #fff;
    padding: 0 0 0 20px;
    margin: 0 0 40px 0;
}

.toku_desc {
    width: 50%;
    height: 60px;
    line-height: 60px;
    font-size: 2.0rem;
}


/**********     利用シーン     **********/

.scene_box {
    width: 80%;
    margin: 10px auto;
    display: flex;
}

.re{flex-direction: row-reverse;}

.scene_img {
    width: 50%;
}

.scene_desc {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scene_desc p {
    line-height: 4;
    font-size: 2.5rem;
}

.scene_desc p span {
    font-weight: 700;
    font-size: 120%;
}
/**********     よくある質問     **********/

.last_box {
    width: 55%;
    margin: 70px auto 30px;
    display: flex;
}

.last_img {
    width: 30%;
}

.last_text {
    width: 60%;
    margin: 0 0 0 0;
    font-size: 2.8rem;
    font-weight: 500;
}

/*Q&A-------------------------------------*/

#QandA-2 {width: 100%;}
#QandA-2 h3 {margin-top: 32px;}
#QandA-2 dl {border: 1px solid #ccc;}
#QandA-2 dt {
font-weight: bold;
    color: #111;
    background: #f4f4f4; /* 「Q」タイトルの背景色 */
    padding: 8px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#QandA-2 dt:first-child {border-top: none;}
#QandA-2 dt:before {content: "Q.";font-weight: bold;margin-right: 8px;}
#QandA-2 dd {padding: 16px 16px 24px 30px;margin: 0;line-height: 140%;}
#QandA-2 dd {color: #696969;}

/**********     T-SERIES     **********/

.tlogo {
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0;
}
.tlogo img {width: 250px;}

.ttext {
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
    margin: -20px 0 0 0;
}

.thome_flex {
    display:flex;
    width: 70%;
    margin: 70px 20% 20px 10%;
}

.thometext {
    width: 50%;
    font-size: 2.2rem;
    text-align: right;
}
.thomelogo {width: 40%;margin-left:5% ;}

a.thomelink {
  transition-property: opacity;
  transition-duration: 0.9s;
  text-decoration: none;
}
a.thomelink:hover {opacity: 0.3; }


/**********     レビューゲート用　CTA     **********/

.cta_btn {
    width:  42%;
    margin: 80px auto;
    position: relative;
}

.cta_btn p {
  position: absolute;
  top: 50%;
  left: 45%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color:#fff;
  font-size:2.0rem;
  font-weight:700;
  }

.cta_btn img {
  width: 100%;
  }


/*問い合わせ-------------------------------------*/

.note {
    max-width: 1000px;
    margin: 20px auto 0;
    font-size: 1.7rem;
    line-height: 2.1;
}

@media screen and (max-width:768px){
    h2.title    {font-size: 2.2rem;}
    h2.work     {font-size: 1.9rem;}
    h4          {font-size: 2.2rem;}
    .note       {font-size: 1.5rem;line-height:1.8;}
    .main       {margin-top: 20px;}
    .main_text  {font-size: 1.7rem;}
    .subtitle   {font-size: 1.8rem;}

    img.review_logo {width: 70%;margin: 10px 15% 10px 15%;}
    img.powered     {width: 40%;margin: 0 0 0 10%;}
    img.t-series    {width: 40%;margin: 0;}
    img.star_click  {width: 58%;margin: 25px 12% 10px 30%;}
    .main-title p   {font-size: 1.8rem;}
    .main-desc      {font-size: 1.6rem;}
    .hikaku_list    {width: 98%;}
    .s_img {width:10%;margin:0;}
    .hikaku_ul{width: 89%;}
    .hikaku_ul ul {font-size: 1.6rem;line-height: 1.6}
    .red_title {font-size: 2.3rem;}
    .red_desc {font-size: 1.7rem;}

    .toku_box {width: 98%;}
    .midashi {
        width: 85%;
        height: 40px;
        line-height: 40px;
        background-size: 85%;
        font-size: 1.7rem;
        margin: 0;
        padding: 0 0 0 12px;
    }
    .toku_desc{
        width: 100%;
        margin: 5px 0 25px 0;
        height: auto;
        line-height:normal;
        font-size: 1.5rem;
    }

    .scene_box {display: block;width: 98%;margin: 0 auto 35px auto;}
    .scene_img {width: 96%;margin: 0 auto;}
    .scene_desc {display: block;width: 96%;margin: 0 auto;}
    .scene_desc p {line-height: 1.4;font-size: 2.0rem;}

    .cta_btn {width: 95%;}
    .cta_btn p {
        position: absolute;
        top: 50%;
        left: 30%;
        font-size: 1.5rem;
        transform: translate(-40%,-50%);
    }

    .last_box{display: block;width: 96%;}
    .last_img{width: 50%;margin: 0 auto;}
    .last_text{width: 90%;margin: 15px auto;font-size: 1.7rem;}
}
