@charset "utf-8";

/*----------------------------------------------------
    共通
----------------------------------------------------*/

h1.l-siteinfo__sitename:before,
.l-siteinfo__sitename a:before {
  background: #000;
  color: #fff;
  content: "PR";
  display: flex;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 0 1rem;
  margin: 0 auto 6px;
  width: fit-content;
}

.l-footer-copy p:first-child a:before {
  content: "【PR】";
}
/*2023.04.06*/
.common-banner-area{
	margin:1.5rem auto;
	text-align:center;
}

/* モーダル全体のスタイル */
.modal {
    display: none; /* 初期状態では非表示 */
    position: fixed; /* ページ内の固定位置に配置 */
    z-index: 1; /* コンテンツより前面に表示 */
    left: 0;
    top: 0;
    width: 100%; /* フル幅 */
    height: 100%; /* フル高さ */
    overflow: auto; /* 外部コンテンツのスクロールを可能に */
    background-color: rgb(0,0,0); /* 背景色 */
    background-color: rgba(0,0,0,0.4); /* 黒色の背景に透明度を加える */
}


.l-main-area .resultOn_count::after {
    display: none;
}

.l-parts04__box {
    display: block;
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 1000px;
}


.btn-area {
    background: #ffffff;
    padding: 10px;
    margin-bottom: -1px;
    display: flex;
    justify-content: flex-end;
}

.btn-area button {
    margin-left: 15px;
    border: none;
    padding: 10px;
    background: #a1a1a1;
    color: #fff;
    font-weight: bold;
    width: 50%;
}

#search-btn {
    background: #2d75c7;
}
.modal-switch {display: flex;justify-content: end;padding: 0 10px;}

#modalBtn {
    border: none;
    background: none;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 5px;
    background: #fff;
    border: 2px solid #eb6333;
    border-radius: 15px;
    box-shadow: 1px 1px 1px #db4c1a;
    z-index: 1;
}

button#modalBtn img {height: 24px;margin-right: 10px;}

.btn-form-reset {
    margin-top: 0;
}
.l-parts04__box .icon .mention {
    color: #fff;
}
.no-scroll {
    overflow: hidden;
    height: 100%;
}









/*----------------------------------------------------
    ↑↑↑共通
----------------------------------------------------*/

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 481px) {

  /*　SPで横スクロールするtable　*/
  .l-contents-area .wr01_table-scroll table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 14px;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 40px;
    border: none;
  }

  .l-contents-area .wr01_table-scroll table th, .l-contents-area .wr01_table-scroll table td {
    border: 1px solid #333;
    text-align: center;
    word-break: break-all;
    vertical-align: middle;
    padding: 20px;
  }

  .l-contents-area .wr01_table-scroll table th {
    font-size: 16px;
    font-weight: bold;
  }

  .l-parts.low table.host th {
    width: 30%;
  }

  p.caption {
    text-align: center;
    color: #888;
    font-size: 1.5rem;
    margin-bottom: 5rem;
  }

  .l-parts.low {
    padding-top: 20px;
  }

  .mvi iframe {
    width: 49%;
  }

  .basic table th {
    width: 20%;
  }

  .sp {
    display: none;
  }

  .l-main-area--low h3::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 45px;
    background-image: url(https://www.fruitgrader-navi.com/wp/wp-content/uploads/orange.png);
    background-size: contain;
    vertical-align: sub;
    background-repeat: no-repeat;
    margin-right: 10px;
  }

  .l-parts-top.parts-note_part2 .frame-wrap table th {
    width: 35%;
  }

  .banner_box:before {
    background: url(img/banner-icon_01.png) no-repeat top -25px right;
  }

  .forSP {
    display: none;
  }

  .td-center2 td {
    text-align: center;
  }

  .kanren {
    background: url(https://www.fruitgrader-navi.com/wp/wp-content/themes/SE023/img/mv_bg.png) center center no-repeat #fff8ba;
    margin-bottom: 5rem;
    padding: 20px;
    border-radius: 28px;
  }

  .midasi {
    margin: 20px;
    text-align: center;
    color: #ff7b22;
    text-shadow: 1px 2px 8px rgb(0 0 0 / 16%);
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
  }

  /*2022.06.22*/
  .l-gnavi-sub-list::-webkit-scrollbar {
    display: none;
  }

  .l-gnavi-sub-list {
    /*IE・Edge*/
    -ms-overflow-style: none;
    /*Firefox*/
    scrollbar-width: none;
  }

  .fixBan {
    position: fixed;
    bottom: 16rem;
    right: 0;
    width: 280px;
    z-index: 50;
    display: none;
  }

  .sp {
    display: none;
  }
	
	
	
	
	
	
	/* 独自のクラス名に基づくスタイル */
.pear-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.pear-section__title {
    margin-bottom: 20px;
    font-size: 1.8rem;
    color: #444;
    text-align: center;
}

.pear-section__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pear-section__item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.pear-section__image {
    max-width: 150px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.pear-section__text {
    flex: 1;
    font-size: 1rem;
}

.pear-section__description {
    font-size: 1rem;
    margin-top: 20px;
    color: #555;
    line-height: 1.6;
}
.orange-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff7e6;
    border: 1px solid #ffcc80;
    border-radius: 8px;
}

.orange-section__title {
    margin-bottom: 20px;
    font-size: 1.8rem;
    color: #ff6f00;
    text-align: center;
}

.orange-section__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.orange-section__item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.orange-section__image {
    max-width: 150px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.orange-section__text {
    flex: 1;
    font-size: 1rem;
}

.orange-section__description {
    font-size: 1rem;
    margin-top: 20px;
    color: #333;
    line-height: 1.6;
}

.apple-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fdf7f7;
    border: 1px solid #ffabab;
    border-radius: 8px;
}

.apple-section__title {
    margin-bottom: 20px;
    font-size: 1.8rem;
    color: #d32f2f;
    text-align: center;
}

.apple-section__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.apple-section__item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.apple-section__image {
    max-width: 150px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.apple-section__text {
    flex: 1;
    font-size: 1rem;
    line-height: 1.6;
}

.apple-section__description {
    font-size: 1rem;
    margin-top: 20px;
    color: #555;
}
	
	
	.peach-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff4f4;
    border: 1px solid #ffb6c1;
    border-radius: 8px;
}

.peach-section__title {
    margin-bottom: 20px;
    font-size: 1.8rem;
    color: #e57373;
    text-align: center;
}

.peach-section__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.peach-section__item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.peach-section__image {
    max-width: 150px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.peach-section__text {
    flex: 1;
    font-size: 1rem;
    line-height: 1.6;
}

.peach-section__description {
    font-size: 1rem;
    margin-top: 20px;
    color: #555;
}

	.persimmon-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff7e6;
    border: 1px solid #ffa726;
    border-radius: 8px;
}

.persimmon-section__title {
    margin-bottom: 20px;
    font-size: 1.8rem;
    color: #ef6c00;
    text-align: center;
}

.persimmon-section__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.persimmon-section__item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.persimmon-section__image {
    max-width: 150px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.persimmon-section__text {
    flex: 1;
    font-size: 1rem;
    line-height: 1.6;
}

.persimmon-section__description {
    font-size: 1rem;
    margin-top: 20px;
    color: #333;
    line-height: 1.6;
}
	

}


/*----------------------------------------------------
    ↑↑↑PCサイトcss
----------------------------------------------------*/



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 480px) {

  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  /*　SPで横スクロールするtable　*/
  .l-contents-area .wr01_table-scroll {
    margin: 20px 0px;
    width: auto;
    white-space: nowrap;
    padding-bottom: 10px;
    overflow-x: scroll;
  }

  .l-main-area .top_h2 {
    padding: 2.2rem 2rem 2.2rem 1.3rem;
    font-size: 1.9rem;
  }

  .l-contents-area .wr01_table-scroll::-webkit-scrollbar {
    height: 10px;
  }

  .l-contents-area .wr01_table-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
  }

  .l-contents-area .wr01_table-scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
    border-radius: 5px;
  }

  .l-contents-area .wr01_table-scroll table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 14px;
    width: 100%;
    margin: 0;
    border: none;
  }

  .l-contents-area .wr01_table-scroll table thead, .l-contents-area .wr01_table-scroll table tbody {
    display: table-row-group;
  }

  .l-contents-area .wr01_table-scroll tr {
    display: table-row;
  }

  .l-contents-area .wr01_table-scroll thead th,
  .l-contents-area .wr01_table-scroll tbody th,
  .l-contents-area .wr01_table-scroll td {
    display: table-cell;
  }

  .l-main-area .btn-web a {
    padding: 1.5rem 3rem 1.5rem 2.0rem;
    font-size: 1.7rem;
  }

  .l-contents-area .wr01_table-scroll table th, .l-contents-area .wr01_table-scroll table td {
    border: 1px solid #333;
    text-align: center;
    word-break: break-all;
    vertical-align: middle;
    padding: 20px;
  }

  .l-contents-area .wr01_table-scroll table th {
    font-size: 16px;
    font-weight: bold;
  }

  .l-mv {
    background: url(img/mv_bg.png)top left no-repeat;
    border-radius: 28px;
    background-size: 140%;
    background-color: #fff8ba;
  }

  p.caption {
    text-align: center;
    color: #888;
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }

  .mvi iframe {
    width: 100%;
  }

  .pc {
    display: none;
  }

  .l-main-area--low h3::before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url(https://www.fruitgrader-navi.com/wp/wp-content/uploads/orange.png);
    background-size: contain;
    vertical-align: sub;
    background-repeat: no-repeat;
    margin-right: 5px;
  }

  .banner_txt {
    margin: 36px 0rem 3rem;
  }

  .banner_txt {
    padding-right: 10vw;
  }

  .banner_txt span {
    margin-bottom: 0.8rem;
  }

  #new-table table {
    display: table;
  }

  #new-table tbody {
    display: table-row-group;
  }

  #new-table tr {
    display: table-row;
    width: 25%;
  }

  #new-table th {
    display: table-cell;
    width: 25%;
  }

  #new-table td {
    display: table-cell;
    width: 25%;
    font-size: 1.4rem;
  }

  .table-iseki td {
    text-align: center;
  }

  .td-center td {
    text-align: center;
  }

  #new-table2 table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .kanren {
    background: url(https://www.fruitgrader-navi.com/wp/wp-content/themes/SE023/img/mv_bg.png)top left no-repeat;
    border-radius: 28px;
    background-size: 140%;
    background-color: #fff8ba;
    padding: 20px;
  }

  .midasi {
    margin: 20px;
    text-align: center;
    color: #ff7b22;
    text-shadow: 1px 2px 8px rgb(0 0 0 / 16%);
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
  }

  .fixBansp {
    position: fixed;
    bottom: 0px;
    z-index: 10;
    width: 100%;
  }

  .fixBan.pc {
    display: none !important;
  }

  .l-footer-area {
    margin: 0 0 85px 0;
  }

  .l-pagetop {
    bottom: 77px;
  }

  h1.l-siteinfo__sitename:before,
  .l-siteinfo__sitename a:before {
    display: inline-block;
    font-size: 1.4rem;
    margin-right: 0.5rem;
    width: auto;
  }
.l-parts04__conclusion .l-parts02__box__column2 p.btn-tel {
    margin-top: 0;
}
	
	
	
	
/* レスポンシブデザイン */
    .pear-section__item {
        flex-direction: column;
        text-align: center;
    }

    .pear-section__image {
        margin-bottom: 10px;
    }

	    .orange-section__item {
        flex-direction: column;
        text-align: center;
    }

    .orange-section__image {
        margin-bottom: 10px;
    }
	    .apple-section__item {
        flex-direction: column;
        text-align: center;
    }

    .apple-section__image {
        margin-bottom: 10px;
    }
	
	
	    .peach-section__item {
        flex-direction: column;
        text-align: center;
    }

    .peach-section__image {
        margin-bottom: 10px;
    }

	    .persimmon-section__item {
        flex-direction: column;
        text-align: center;
    }

    .persimmon-section__image {
        margin-bottom: 10px;
    }
	
	
}


/*----------------------------------------------------
    ↑↑↑SPサイトcss
----------------------------------------------------*/



/*----------------------------------------------------
    共通css
----------------------------------------------------*/
.mvi {
  text-align: center;
}

.l-main-area--low h3 {
  color: #333;
}

p.cite {
  font-size: 1.0rem;
}

.l-main-area span, .l-main-area--low span {
  color: #ff7b22;
}

.l-main-area span.detail {
  color: #333;
}

.l-main-area span.ss {
  color: #333;
  font-size: 1.6rem;
}

.l-main-area .btn-internal {
  margin-bottom: 2rem;
}

p.note {
  font-size: 1.2rem;
  padding: 0px 15px 10px;
  color: #fff;
  background-color: #549960;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0 0 4px 4px;
}

label.fruLabel.t {
  width: 220px;
}

#new-table .tb {
  background: #eee;
}


#toc {
  background: #fef7ed;
  border: 1px solid #5f3131;
  border-radius: 10px;
  margin: 0 auto 6rem;
  padding: 20px 3rem;
  width: fit-content;
}

#toc p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

#toc li.chapter-h-three {
  margin-left: 3rem;
}

#toc li.chapter-h-three:before {
  background: #fda520;
}

.is-hidden {
  display: none;
}

.list-btn {
  appearance: none;
  background: #fda520;
  border: none;
  border-radius: 5px;
  box-shadow: 1px 2px 2px #ab612f;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  outline: none;
  padding: 4px 30px;
  position: relative;
}

.list-btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -8px;
}

.list-btn-opened:before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
}

#pankuzu br {
  display: none;
}

.img-area {
  text-align: center;
}

.img-area p.quotaion {
  font-size: 10px;
}




/*----------------------------------------------------
    ↑↑↑共通css
----------------------------------------------------*/