/*
 Theme Name:   e_ver004 Child
 Description:  e_ver004の子テーマ
 Author:       adminadmin
 Template:     e_ver004
 Version:      1.0.0
*/

/* =============================================
COLOR OPTION（カラーオプション） 
==============================================*/
:root {
	--white: #ffffff;
	--black: #333333;
	--main-black:  #313131;
    --main-blue: #7FAAD0;
    --main-beige: #c1b78c;
    --main-green: #249D57;
    --main-navy: #01355C;
    --main-apricot: #fcbb4e;
    --main-pink:  #f3bdbf;
    --main: #9E2328;
  }

/* =============================================
3BOX（TOP3BOX） 
==============================================*/
/* おすすめポイントの高さ調整 */

.sec-3box .wrapper .box .name { 
/* 	min-height: 70px; */
}
.sec-3box ul li .point {
/*     min-height: 125px; */
}
.sec-3box .wrapper .box .name {
/* 	min-height: 70px; */
}
.sec-3box .wrapper .box .content {
/* 	min-height: 50px; */
}

.recommend-box.default p img{
	margin-bottom: 4rem;
}

.alt-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #E5E5E5;
}

.alt-table table th, 
.alt-table table td {
  border: 1px solid #E5E5E5;
  padding: 8px;
  text-align: left;
  font-weight: 400;
  line-height: 1.4;
}

.alt-table table tr td.table_bg{
  background-color: #efefef;
  font-weight: 500;
}

@media (max-width:480px){
  .alt-table table td.table_bg {
      font-size: 1.4rem;
  }

  .alt-table table tbody td {
      font-size: 1.2rem;
  }
}

#contents-1 p + p {
	margin-top: 1.6rem;
}

.mvInner img.mv-logo {
    max-width: 800px;
}

@media screen and (min-width: 1024px) {
    .mvInner img.mv-logo {
        max-width: 1050px;
    }
}
.recommend-box.default p img{
	margin-bottom: 4rem;
}

.alt-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #E5E5E5;
}

.alt-table table th, 
.alt-table table td {
  border: 1px solid #E5E5E5;
  padding: 8px;
  text-align: left;
  font-weight: 400;
  line-height: 1.4;
}

.alt-table table tr td.table_bg{
  background-color: #efefef;
  font-weight: 500;
}

@media (max-width:480px){
  .alt-table table td.table_bg {
      font-size: 1.4rem;
  }

  .alt-table table tbody td {
      font-size: 1.2rem;
  }
}

#contents-1 p + p {
	margin-top: 1.6rem;
}

.mvInner img.mv-logo {
    max-width: 800px;
}

@media screen and (min-width: 1024px) {
    .mvInner img.mv-logo {
        max-width: 1050px;
    }
}

/*********************************
比較表
*********************************/
figure.wp-block-table {
    margin: 16px 0 25px;
}
.wp-block-table table {
    width: 100%;
    background: #fff;
    border-collapse: collapse;
  }

.wp-block-table table tr th {
    background: var(--wp-block-table-primary-color);
    font-weight: 400;
    color: #fff;
    border: solid 1px #D3D3D3;
}

.wp-block-table table th,
.wp-block-table table td {
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: middle;
    text-align: center;
}

.wp-block-table table tr td {
    border: solid 1px #D3D3D3;
    vertical-align: middle;
}

.wp-block-table table tr td:nth-of-type(1) {
    border-bottom: solid 1px #D3D3D3;
}

/* 480px以下のデバイス用のスタイル */
@media screen and (max-width: 480px) {
    .wp-block-table table th,
    .wp-block-table table td {
        font-size: 8px;
    }
}
  

/* カスタムプロパティ（変数） */
:root {
    --wp-block-table-primary-color: #303751;
}


/*********************************
口コミタブ切り替え専用CODE
*********************************/
.review-type.tab {
  background: #fff;
  padding: 22px;
}

.home .review-type.tab,
#main .review-type.tab{
  padding: 0;
}

.review-type.tab .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 10px 8px;
    margin: 0 0 16px !important;
    padding: 0 !important;
}

.review-type.tab .tabs li {
    font-size: 14px;
    background: #e1e1e1;
    color: #444;
    padding: 5px 20px !important;
    cursor: pointer;
    list-style: none;
    margin: 0 !important;
    display: block;
    background: #fff;
    border: 1px solid rgba(28, 41, 81, 0.2) !important;
    line-height: 1.2 !important;
}

.review-type.tab .tabs li.active {
    background: var(--review-tab-primary-color) !important;
    color: #fff;
}

/* タブの中身 */
.tab-wrapper .tab-content {
    display: none;
}

.tab-wrapper p{
  margin: 0 !important;
}

.tab-wrapper .tab-content.active {
    display: block;
}

.tab-wrapper .tab-content .tab-item {
    min-width: 100%;
    scroll-snap-align: start;
}

.home .tab-wrapper .tab-content .tab-item,
#ranking_box .tab-wrapper .tab-content .tab-item{
  min-width: 49%;
  width: 49%;
}

.tab-wrapper .tab-content .tab-item + .tab-item {
    margin-left: 1rem;
}

.tab-wrapper .tab-content .tab-item .tab-inner_review,
.tab-wrapper .tab-content .tab-item .tab-inner_admin {
    background: var(--review-tab-bg-color);
    padding: 12px 16px;
}

.tab-wrapper .tab-content .tab-item .title {
    font-size: 16px;
    font-weight: 600 !important;
    margin: 0 0 10px !important;
}

.tab-wrapper .tab-content .tab-item .tab-inner_review .title,
.tab-wrapper .tab-content .tab-item .tab-inner_admin .title {
    border-bottom: 2px solid var(--review-tab-primary-color) !important;
    padding-bottom: 5px;
}

.tab-wrapper .tab-content .tab-item .tab-inner_review .title span {
    display: inline-block;
    margin-left: 6px;
    font-size: 12px;
}

.tab-wrapper .tab-content .tab-item blockquote {
    margin: 0 !important;
    font-size: 14px;
}

.tab-wrapper .tab-content .tab-item .quote {
    display: block;
    font-size: 10px;
    margin-top:1.25rem;
    text-align: right;
}

.tab-wrapper .tab-content .tab-item .quote a {
    color: blue;
    text-decoration: underline;
}

.tab-wrapper .tab-content .tab-item .tab-inner_admin {
    margin-top: 16px;
}

.tab-wrapper .tab-content .tab-item .tab-inner_admin p {
     font-size: 14px;
}

 /* スクロール */
.tab-wrapper .tab-content .exScrollArea {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 16px;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
}

.tab-wrapper .exScrollArea::after {
    display: none;
}
  
.exScrollArea::-webkit-scrollbar {
    height: 10px;
}
  
.exScrollArea::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}
  
.exScrollArea::-webkit-scrollbar-thumb{
    background-color: #ccc;
    border-radius: 50px;
}

@media (max-width: 768px) {
  .review-type.tab {
    padding: 16px !important;
  }
  .home .review-type.tab,
  #main .review-type.tab{
    padding: 0 !important;
  }
  .home .tab-wrapper .tab-content .tab-item {
    min-width: 100%;
    width: 100%;
  }
  .tab-wrapper .tab-content .exScrollArea {
    padding-bottom: 5px;
  }
}

 /* カスタムプロパティ（変数） */
:root {
    --review-tab-primary-color: #CE9193;
    --review-tab-bg-color: #f7f7f7;
}

  /* 下記をコピー */
  /*********************************
  テキストデザイン共通
  *********************************/
  [class*="is-style-list-content_"]  {
  box-sizing: border-box;
  background: #fff;
  clear: both;
  display: block;
  width: 100%;
  max-width: 750px;
  position: relative;
  border: 2px solid ;
  padding: 12px !important;
  margin: 30px auto 40px;
  }
  
  @media screen and (min-width: 768px) {
    [class*="is-style-list-content_"] {
      padding: 20px !important;
    }
  }
  
  [class*="is-style-list-content_"] ul,
  [class*="is-style-list-content_"] li {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.6;
  box-sizing: border-box;
  font-size: 100%;
  border: none !important;
  list-style: none !important;
  }
  [class*="is-style-list-content_"] ul {
  margin: 16px 0px 0 !important;
  }
  [class*="is-style-list-content_"] ul li {
    font-size: 14px;
  font-weight: 600;
    color: #333 !important;
  padding: 0px 0px 1px 22px !important;
  position: relative;
  }
  
  @media screen and (min-width: 768px) {
    [class*="is-style-list-content_"] ul li {
      font-size: 16px;
    }
  }
  
  
  [class*="is-style-list-content_"] ul li + li {
  margin-top: 10px !important;
  }
  [class*="is-style-list-content_"] ul li::before{
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: .5em;
  left: 4px;
  }
  
  [class*="is-style-list-content_"] .list-content-title {
  font-size: 16px;
  max-width: 95%;
  position: absolute;
  top: -20px;
  left: -2px;
  z-index: 1;
  margin: 0px 0px -30px;
  padding: 8px 10px 8px;
  color: #fff;
  font-weight: 600;
  line-height: 1.25;
  }
  
  @media screen and (min-width: 768px) {
    [class*="is-style-list-content_"] .list-content-title {
      font-size: 18px;
    }
  }
  .is-style-list-content_txt .list-content-title::before {
  content: "\f02b"; 
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  margin-right: 6px;
  }
  
  /*********************************
  リンク
  *********************************/
  .is-style-list-content_link .list-content-title::before {
  content: "\f304"; 
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  margin-right: 6px;
  }
  
  .is-style-list-content_link ul li a {
  text-decoration: underline !important;
  color: blue !important;
  line-height: 1.4;
  }
  .is-style-list-content_link ul li:hover a {
  opacity: .7;
  transition: opacity .3s;
  }

/*********************************
各種カラーパレッド
*********************************/
  
/* オレンジ */
.is-style-list-content_orange {
  border-color: var(--color_border_icon_orange);
}
.is-style-list-content_orange .list-content-title,
.is-style-list-content_orange ul li::before { 
  background-color: var(--color_border_icon_orange);
}
  
/* イエロー */
.is-style-list-content_yellow {
  border-color: var(--color_border_icon_yellow);
}
.is-style-list-content_yellow .list-content-title,
.is-style-list-content_yellow ul li::before {
  background-color: var(--color_border_icon_yellow);
}
  
/* グリーン */
.is-style-list-content_green {
  border-color: var(--color_border_icon_green);
}
.is-style-list-content_green .list-content-title,
.is-style-list-content_green ul li::before {
  background-color: var(--color_border_icon_green);
}
  
/* ブルー */
.is-style-list-content_blue {
  border-color: var(--color_border_icon_blue);
}
.is-style-list-content_blue .list-content-title,
.is-style-list-content_blue ul li::before {
  background-color: var(--color_border_icon_blue);
}
  
/* レッド */
.is-style-list-content_red {
  border-color: var(--color_border_icon_red);
}
.is-style-list-content_red .list-content-title,
.is-style-list-content_red ul li::before {
  background-color: var(--color_border_icon_red);
}
  
/* ピンク */
.is-style-list-content_pink {
  border-color: var(--color_border_icon_pink);
}
.is-style-list-content_pink .list-content-title,
.is-style-list-content_pink ul li::before {
  background-color: var(--color_border_icon_pink);
}

/* メインカラー */
[class*="is-style-list-content_"].is-style-list-content_36bd00 {
  border-color: #36bd00 !important; 
}
[class*="is-style-list-content_"].is-style-list-content_36bd00 .list-content-title,
[class*="is-style-list-content_"].is-style-list-content_36bd00 ul li::before {
  background-color:#36bd00  !important; 
}
  
/* カラーカスタム */
:root {
  --color_border_icon_orange: #ffa537; /* オレンジ */
  --color_border_icon_yellow: #ffeb3b; /* イエロー */
  --color_border_icon_green: #4caf50;  /* グリーン */
  --color_border_icon_blue: #2196f3;   /* ブルー */
  --color_border_icon_red: #f44336;    /* レッド */
  --color_border_icon_pink: #e91e63;   /* ピンク */
  --color_border_icon_main: rgba(0, 0, 0, 0.8);
  }


/*********************************
比較表
*********************************/
figure.wp-block-table {
    margin: 16px 0 25px;
}
.wp-block-table table {
    width: 100%;
    background: #fff;
    border-collapse: collapse;
  }

.wp-block-table table tr th {
    background: var(--wp-block-table-primary-color);
    font-weight: 400;
    color: #fff;
    border: solid 1px #D3D3D3;
}

.wp-block-table table th,
.wp-block-table table td {
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: middle;
    text-align: center;
}

.wp-block-table table tr td {
    border: solid 1px #D3D3D3;
    vertical-align: middle;
}

.wp-block-table table tr td:nth-of-type(1) {
    border-bottom: solid 1px #D3D3D3;
}

/* 480px以下のデバイス用のスタイル */
@media screen and (max-width: 480px) {
    .wp-block-table table th,
    .wp-block-table table td {
        font-size: 8px;
    }
}
  

/* カスタムプロパティ（変数） */
:root {
    --wp-block-table-primary-color: #CE9193;
}





/*ranking area オフィステーブルデザイン*/
.info-table-inner{
display:flex;
flex-wrap:wrap;
	align-items:center;
}

.info-table-inner .item1{
width:65%;
}

.info-table-inner .item2{
width:30%;
}

@media only screen and (max-width:789px){
.info-table-inner .item1{
width:100%;
}

.info-table-inner .item2{
width:100%;
}
}

.info-table-btn{
text-align:center;
margin:10px;
}

.info-table-btn a{
position:relative;
padding: 5px 20px;
    background: #ffe2e2;
	    display: block;
}

.info-table-btn a i{
position:absolute;
top:50%;
right:10px;
transform:translateY(-50%);
}

/*********************************
PR（PR特別コンテンツ）
*********************************/
[class*="is-BrSearchContents-style_pickupBox_"] {
    clear: both;
    margin: 40px 0;
}

[class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-copy span {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 5px;
    position: relative;
}

@media screen and (min-width: 768px) {
    [class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-copy span {
        font-size: 16px;
    }
}

[class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-copy span::before,
[class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-copy span::after {
    content: "";
    display: block;
    width: 3px;
    height: 27px;
    background-color: var(--pickup-box-primary-color);
}
  
@media screen and (min-width: 768px) {
    [class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-copy span::before,
    [class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-copy span::after {
        height: 37px;
    }
}

[class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-copy span::before {
    margin-right: 16px;
    transform: rotate(-22deg);
}

[class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-copy span::after {
    margin-left: 16px;
    transform: rotate(22deg);
}

[class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    background-color: var(--pickup-box-primary-color);
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 7px 7px 0 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: #FFF !important;
    position: relative;
}

@media screen and (min-width: 768px) {
    [class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-title {
      font-size: 22px;
    }
}
  
[class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-title span {
    padding: 0 60px;
}

[class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-title::before {
    background-color: var(--pickup-box-primary-color);
}
[class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-title::after {
    color: var(--pickup-box-primary-color);
}

[class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-title::before {
    display: none !important;
    visibility: hidden !important;
}

[class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-title::after {
    content: "PR";
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 30px;
    height: 23px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

[class*="is-BrSearchContents-style_pickupBox_"] dl {
    margin: 0 !important;
    border-radius: 15px 15px 0 0;
    border: 5px solid var(--pickup-box-primary-color);
}

[class*="is-BrSearchContents-style_pickupBox_"] dd {
    background-color: #fff;
    padding: 20px 20px 25px;
    margin: 0 !important;
    position: relative;
}

[class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-img {
    width: 100%;
}

[class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-img img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
    object-position: center top;
    margin: 0 !important;
 }
  
 [class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-point,
 [class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-text {
    margin: 15px 0 0;
}

[class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-text p {
    font-size: 14px !important;
    margin: 0 !important;
    line-height: 1.45;
}

[class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-text p + p {
    margin-top: 16px !important;
}

[class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-btn {
    width: 100%;
    max-width: 350px;
    min-width: 150px;
    margin: 16px auto 0;
}

[class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-btn a {
    display: block;
    width: 100%;
    background: var(--pickup-box-button-bg-color);
    -webkit-box-shadow: 0 5px 0 var(--pickup-box-button-shadow-color);
    box-shadow: 0 5px 0 var(--pickup-box-button-shadow-color);
    margin: 0 !important;
    font-size: 16.5px;
    font-weight: 600 !important;
    line-height: 1.5;
    letter-spacing: 0.06em;
    text-align: center;
    color: #fff !important;
    padding: 20px 32.5px;
    cursor: pointer;
    box-sizing: border-box;
    text-decoration: none !important;
    text-shadow: none;
    border: none;
    visibility: visible;
    position: relative;
}

  /* ホバーアクション */
[class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-btn:hover a {
    box-shadow: 0 2px 0 var(--pickup-box-button-shadow-color);
    transform: translateY(5px);
    transition: 0.3s;
}

[class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-btn a i {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.6rem;
    height: 16px;
    margin: auto;
}

[class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-btn a::before {
    display: none;
}

[class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-quote {
    display: block;
    font-size: 10px;
    text-align: right;
    line-height: 1;
    margin: 5px 5px 5px auto;
    color: #999;
    cursor: pointer;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 3px 3px;
}
  

  
/* 横並び＋おすすめポイント */

.is-BrSearchContents-style_pickupBox_type2 .pickupBox-flex
.is-BrSearchContents-style_pickupBox_type2 .pickupBox-flex .pickupBox-point {
      padding: 10px 0 0;
}

.is-BrSearchContents-style_pickupBox_type2 .pickupBox-flex .pickupBox-pointTitle {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 16px;
    border-bottom: 3px solid var(--pickup-box-primary-color);
}
  
.is-BrSearchContents-style_pickupBox_type2 .pickupBox-flex .pickupBox-img img {
    height: 180px !important;
}

@media screen and (min-width: 600px) {
    .is-BrSearchContents-style_pickupBox_type2 .pickupBox-flex .pickupBox-point {
        padding: 15px;
    }
    .is-BrSearchContents-style_pickupBox_type2 .pickupBox-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .is-BrSearchContents-style_pickupBox_type2 .pickupBox-flex .pickupBox-img {
        width: 50%;
    }
    .is-BrSearchContents-style_pickupBox_type2 .pickupBox-flex .pickupBox-point  {
        padding: 0 0 0 15px;
        width: 100%;
    }

    .is-BrSearchContents-style_pickupBox_type2 .pickupBox-title::after {
        width: 45px;
        height: 30px;
        font-size: 14px;
    }

    .is-BrSearchContents-style_pickupBox_type2 .pickupBox-flex .pickupBox-img img {
        height: 180px !important;
    }
}


.is-BrSearchContents-style_pickupBox_type2 .pickupBox-flex .pickupBox-pointList {
      margin: 0 !important;
      padding: 0 !important;
}

.is-BrSearchContents-style_pickupBox_type2 .pickupBox-flex .pickupBox-pointList .pickupBox-pointItem {
      margin: 0 !important;
      padding: 0 !important;
      line-height: 1.4;
      list-style: none;
        border: none !important;
}

.is-BrSearchContents-style_pickupBox_type2 .pickupBox-flex .pickupBox-pointList .pickupBox-pointItem + .pickupBox-pointItem {
    margin-top: 5px !important;
}

.is-BrSearchContents-style_pickupBox_type2 .pickupBox-flex .pickupBox-pointList .pickupBox-pointItem {
      background: var(--pickup-box-pointIcon-bg);
}

.is-BrSearchContents-style_pickupBox_type2 .pickupBox-flex .pickupBox-pointList .pickupBox-pointItem .pickupBox-pointIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    min-width: 80px;
    background-color: var(--pickup-box-primary-color);
}

.is-BrSearchContents-style_pickupBox_type2 .pickupBox-flex .pickupBox-pointList .pickupBox-pointItem p {
    font-size:14px;
    padding: 5px 10px !important; 
    margin: 0 !important;
    text-align: center;
    line-height: 1.4;
}

.is-BrSearchContents-style_pickupBox_type2 .pickupBox-flex .pickupBox-pointList .pickupBox-pointItem .pickupBox-pointIcon i {
    margin-right: 0.5rem;
}
    
@media screen and (min-width: 600px) {
    .is-BrSearchContents-style_pickupBox_type2 .pickupBox-flex .pickupBox-pointList .pickupBox-pointItem {
        display: flex;
        justify-content: normal;
    }
    .is-BrSearchContents-style_pickupBox_type2 .pickupBox-flex .pickupBox-pointList .pickupBox-pointItem p {
        display: flex;
        align-items: center;
        text-align: left;
    }
}
  
/* カスタムプロパティ（変数） */
:root {
    --pickup-box-primary-color: #CE9193;
    --pickup-box-pointIcon-bg: rgba(239, 239, 239,0.5);
    --pickup-box-button-bg-color: #eb6100;
    --pickup-box-button-shadow-color: #d44114;
}

.faq_link{
max-width: 1080px;
padding: 0 30px;
text-align:right;
margin: 60px auto 20px;
clear:both;
}

/* メインビジュアル内のロゴ調整 */
@media screen and (min-width: 769px) {
	.mvInner img.mv-logo {
		max-width: 400px;
	}
	.mvInner {
		justify-content: left !important; /* 左寄せ */
		padding-left: 10vw !important; 
	}
	.mv {
	background-position: center 100%;
	margin-top: 0px !important;
}
}

@media screen and (max-width: 768px) {
	.mvInner img.mv-logo {
		max-width: 250px;
		margin-top: 4rem;
	}
	.mvInner {
		justify-content: left !important; /* 左寄せ */
	}
	.mv {
	background-position: 20% bottom;
	margin-top: 0px !important;
}
}

