
/*
* 基本スタイル
* 全ページ共通スタイル
* メイン部分
* ヘッダー
* グローバルナビゲーション
* フッター
* リンク
* パーツ
* 汎用
*/
/* LESS Document */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v40/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v40/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v40/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZogUE.ttf) format('truetype');
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    min-width: 320px;
  }
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  line-height: 1.6;
  font-size: 1.8rem;
  font-feature-settings: "palt";
  color: #000;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.6vw;
  }
}
p {
  margin-bottom: 1em;
}
p:nth-last-child(1) {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  clear: both;
  border: none;
  border-top: #999 1px dotted;
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  hr {
    margin: 30px 0;
  }
}
/* -------------------------------- リスト */
ul {
  list-style: disc;
  margin-left: 10px;
  padding: 0 0 0 15px;
}
.listDisc_02 {
  padding: 0 0 0 2rem;
}
.listDisc_02 li:not(:last-child) {
  margin: 0 0 5px;
}
.listDisc_02 li::before {
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  width: 1.8rem;
  margin: 0 0 0 -1.8rem;
  text-align: center;
}
.listDisc_03 {
  padding: 0 0 0 1.5rem;
}
.listDisc_03 li:not(:last-child) {
  margin: 0 0 0;
}
.listDisc_03 li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #009933;
  margin-right: -8px;
  font-size: 1rem;
  text-align: center;
  vertical-align: 2px;
  position: relative;
  left: -12px;
}
.listDecimal_01 {
  list-style: decimal;
  padding-left: 25px;
}
.listDecimal_01 > li {
  text-indent: 0;
}
.listDecimal_02 {
  padding: 0 0 0 2.5rem;
}
.listDecimal_02 > li {
  counter-increment: number;
  margin-bottom: 10px;
}
.listDecimal_02 > li::before {
  content: '(' counter(number) ') ';
  display: inline-block;
  width: 2.5rem;
  margin: 0 0 0 -2.5rem;
}
/* -------------------------------- 定義リスト */
/* dlリスト
dl_01…PC横並び、SP以下改行
dl_02…PC、SP共に横並びリスト
*/
.dlList_01 > div {
  display: flex;
  flex-wrap: wrap;
}
.dlList_01 > div dt {
  min-width: 160px;
}
.dlList_01 > div dd {
  flex: 1;
}
.dlList_01.dlBorder > div {
  border-bottom: #666 1px dotted;
}
.dlList_01.dlBorder > div dt:nth-of-type(n+2) {
  border-top: #666 1px dotted;
}
.dlList_01.dlBorder > div dd:nth-of-type(n+2) {
  border-top: #666 1px dotted;
}
@media screen and (max-width: 767px) {
  .dlList_01.dlBorder > div dd:nth-of-type(n+2) {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .dlList_01 {
    display: block;
  }
  .dlList_01 dt {
    width: 100%;
    padding: 8px 0 2px;
  }
  .dlList_01 dd {
    width: 100%;
    padding: 2px 0 8px;
  }
  .dlList_01 dd:nth-of-type(n+2) {
    border: none;
  }
}
.dlList_02 > div {
  display: flex;
  flex-wrap: wrap;
}
.dlList_02 > div dt {
  min-width: 0;
}
.dlList_02 > div dd {
  flex: 1;
}
.dlList_02.dlBorder > div {
  border-bottom: #666 1px dotted;
}
.dlList_02.dlBorder > div dt:nth-of-type(n+2) {
  border-top: #666 1px dotted;
}
.dlList_02.dlBorder > div dd:nth-of-type(n+2) {
  border-top: #666 1px dotted;
}
@media screen and (max-width: 767px) {
  .dlList_02.dlBorder > div dd:nth-of-type(n+2) {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .dlList_02 dt {
    width: 80px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	main
+++++++++++++++++++++++++++++++++++++++++++ */
main {/*
  max-width: 1200px;*/
  width: 100%;
  margin: 0 auto;
}
main::after {
  content: '';
  display: block;
  clear: both;
}
main::after {
  content: '';
  display: block;
  clear: both;
}
.main_inner{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
    
}
@media screen and (max-width: 767px) {
  main {
    width: auto;
    padding: 0 10px;
  }
.main_inner{
    padding: 0 10px 40px;
}
}
/*+++++++++++++++++++++++++++++++++++++++++++
	topページ
+++++++++++++++++++++++++++++++++++++++++++ */
#top h2 {
  line-height: 1.2;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #top h2 {
    font-size: 7.2vw;
  }
}
#top .environmentArea {
  border-radius: 10px;
  overflow: hidden;
}
#top .environmentArea:hover h1,
#top .environmentArea:hover .toggleBtn_bottom {
  /*background: #006622;*/
  /*background: #009c41;*/
}
#top .environmentArea h1 {
  padding: 17px 0 15px;
  line-height: 1.2;
  background: #009933;
  font-size: 3.6rem;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #top .environmentArea h1 {
    padding: 10px;
    font-size: 7.2vw;
  }
}
@media screen and (min-width: 767px) {
  #top .environmentArea h1 {
    width: 900px;
  }
}
#top .environmentArea h2 {
  margin: 0 0 40px;
  text-align: center;
}
#top .environmentArea h2::after {
  content: '';
  display: block;
  width: 143px;/*
  height: 5px;*/
  margin: 12px auto 0;
  background: #009933;
}
#top .environmentArea h3 {
  margin: 0 0 10px;
  color: #EC870E;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #top .environmentArea h3 {
    font-size: 4.8vw;
  }
}
#top .environmentArea section {/*
  padding: 40px 26px 0;
  border-left: #009933 4px solid;
  border-right: #009933 4px solid;*/
}
@media screen and (max-width: 767px) {
  #top .environmentArea section {
    /*padding: 15px 15px 0;*/
  }
}
#top .environmentArea section .flex {
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: #000 1px dotted;
}
#top .environmentArea section li {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #top .environmentArea section li {
    font-size: 4.4vw;
  }
}
#top .environmentArea .toggleBtn_bottom {
    margin: 0 -40px 0;
    padding: 0px;
    line-height: 1.2;/*
    background: #009933;*/
    color: #009933;
    text-align: center;
    cursor: pointer;/*
    transition: 0.3s;*/
    font-size: 3rem;
    margin-top: -20px;
}
#top .environmentArea p {
  text-align: center;
  font-weight: bold;
  font-size: 3.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top .environmentArea p {
    font-size: 5.8vw;
  }
}
#top .environmentArea p.arrow::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 154px 0 154px;
  border-color: #8CC63E transparent transparent transparent;
  margin: 20px auto 10px;
}
@media screen and (max-width: 767px) {
  #top .environmentArea p.arrow::before {
    border-width: 15vw 30vw 0 30vw;
  }
}
#top .environmentArea .needsList {
  counter-reset: number;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #top .environmentArea .needsList.sp_block {
    display: block;
  }
}
#top .environmentArea .needsList .flexText {
  flex: 1;
}
#top .environmentArea .needsList .flexImg {
  padding: 0 15px 0 0;
}
@media screen and (max-width: 767px) {
  #top .environmentArea .needsList .flexImg {
    padding: 0;
  }
}
#top .environmentArea .needsList .flexRight {
  order: 1;
  padding: 0 0 0 15px;
}
@media screen and (max-width: 767px) {
  #top .environmentArea .needsList .flexRight {
    padding: 0;
  }
}
#top .environmentArea .needsList li {
  width: 49.5%;
  margin: 0 0 20px;
  padding: 14px 14px 14px 60px;
  line-height: 1.2;
  border-radius: 100px;
  background: #CCEBD6;
  color: #009933;
  font-size: 2.5rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top .environmentArea .needsList li {
    width: 100%;
    margin-bottom: 7px;
    padding: 5px 10px 5px 8.2vw;
    font-size: 4.6vw;
  }
}
#top .environmentArea .needsList li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #009933;
  color: #FFF;
  font-weight: bold;
  font-size: 2.5rem;
  border-radius: 50%;
  left: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #top .environmentArea .needsList li:before {
    left: 8px;
    width: 5.4vw;
    height: 5.4vw;
    line-height: 5.4vw;
    font-size: 4.4vw;
  }
}
#top article {
  padding: 80px 0 40px;
}
@media screen and (max-width: 767px) {
  #top article {
    padding: 40px 0 20px;
  }
}
#top article h2 {/*
  padding: 4px 0 4px 15px;
  border-left: #009933 6px solid;*/
}
#top article section {/*
  margin: 30px 0 0;
  border: #009933 6px solid;
  border-radius: 10px;*/
}
#top article section .toggleBtn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #top article section .toggleBtn {
    display: block;
  }
}
#top article section .toggleBtn:hover {
  background: rgba(0, 153, 51, 0.1);
}
#top article section .toggleBtn::after {
  content: '\f13a';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin: 0 25px;
  font-size: 3.6rem;
  color: #009933;
  order: 2;
}
@media screen and (max-width: 767px) {
  #top article section .toggleBtn::after {
    display: block;
    font-size: 7.2vw;
    margin: 0 auto;
    text-align: center;
  }
}
#top article section .toggleBtn.open::after {
  content: '\f139';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
#top article section .toggleBtn h3 {
  line-height: 1.2;
  color: #009933;
  font-size: 3rem;
  order: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #top article section .toggleBtn h3 {
    padding: 0 10px;
    font-size: 6vw;
  }
}
#top article section .toggleBtn .img {
  margin: 0 20px 0 0;
  position: relative;
  left: -4px;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #top article section .toggleBtn .img {
    width: calc(100% + 8px);
    margin: 0 0 10px;
  }
  #top article section .toggleBtn .img img {
    width: 100%;
    max-width: none;
  }
}
#top article section .toggleMenu {
  padding: 15px;
  background: rgba(0, 153, 51, 0.1);
}
#top article section .toggleMenu a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin: 10px 0 0;
  padding: 10px 15px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #top article section .toggleMenu a {
    flex-wrap: wrap;
  }
}
#top article section .toggleMenu a h4 {
  font-size: 2.4rem;
  color: #006622;
}
@media screen and (max-width: 767px) {
  #top article section .toggleMenu a h4 {
    font-size: 4.8vw;
  }
}
#top article section .toggleMenu a .img {
  width: 120px;
  margin: 0 15px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top article section .toggleMenu a .img {
    width: 80px;
    margin: 0 20px 0 0;
  }
}
#top article section .toggleMenu a .tag {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  #top article section .toggleMenu a .tag {
    width: calc(100% - 100px);
    font-size: 4vw;
  }
}
#top article section .toggleMenu a .tag span {
  display: inline-block;
  padding: 2px 20px;
  line-height: 1.2;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 4px;
  color: #FFF;
  background: #009933;
}
@media screen and (max-width: 767px) {
  #top article section .toggleMenu a .tag span {
    font-size: 4vw;
  }
}
#top article section .toggleMenu a .tag span::before {
  content: attr(data-name);
}
#top article section .toggleMenu a .tag span[data-name="外食"] {
  background: #009933;
}
#top article section .toggleMenu a .tag span[data-name="中食"] {
  background: #BC3D40;
}
#top article section .toggleMenu a .tag span[data-name="食品加工"] {
  background: #B34692;
}
@media screen and (max-width: 767px) {
  #top article section .toggleMenu a .text {
    order: 1;
  }
}
#top article.channelArea h2 {
  border-color: #EC870E;
}
#top article.channelArea section {
  border-color: #EC870E;
}
#top article.channelArea section .toggleBtn:hover {
  background: rgba(236, 135, 14, 0.1);
}
#top article.channelArea section .toggleBtn::after {
  color: #EC870E;
}
#top article.channelArea section h3 {
  color: #EC870E;
}
#top article.channelArea .toggleMenu {
  background: #FBE7CF;
}
#top article.channelArea .toggleMenu h4 {
  color: #A15B08;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	下層
+++++++++++++++++++++++++++++++++++++++++++ */
#lower {
  padding: 0 0 70px;
}
@media screen and (max-width: 767px) {
  #lower {/*
    padding: 0 10px 40px;*/
    padding: 0 0 40px;
  }
}
#lower article {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  #lower article {
    padding: 40px 0 0;
  }
}
#lower article h2 {
  margin: 0 0 18px;
  padding: 2px 0 2px 18px;
  line-height: 1.2;
  font-size: 3.6rem;
  border-left: #BD3700 6px solid;
}
@media screen and (max-width: 767px) {
  #lower article h2 {
    font-size: 7.2vw;
  }
}
/* -------------------------------- mv */
.mv {
  max-width: 1200px;
  width: 100%;/*
  height: 475px;*/
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .mv {
    height: auto;
    background-size: cover;
    margin-bottom: 10px;
  }
}
/* -------------------------------- こんな悩みありませんか */
.nayami{
    margin-top: 100px;
}
.nayami h3{
    margin-top: 60px;
}
.nayami_ttl {
    max-width: 560px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.nayami_ttl h2 {
    font-size: 4rem;
    text-align: center;
    color: #007600;
    letter-spacing: 2px;
    font-weight: bold;
}
.nayami_txt p{
}
#nayami1{
    background: url("../img/common/bg_nayami1.svg") no-repeat top;
}
#nayami2{
    background: url("../img/common/bg_nayami2.svg") no-repeat top;
}
#nayami3{
    background: url("../img/common/bg_nayami3.svg") no-repeat top;
}
#nayami1_ft{
    background: url("../img/common/bg_nayami1_ft.svg") no-repeat top;
}
#nayami2_ft{
    background: url("../img/common/bg_nayami2_ft.svg") no-repeat top;
}
#nayami3_ft{
    background: url("../img/common/bg_nayami3_ft.svg") no-repeat top;
}
.nayami h2 strong {
  font-size: 6.4rem;
  color: #fff;
}

@media screen and (min-width: 767px) {
.nayami_txt{
    max-width: 937px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 60px;
    position:relative;
    text-align: left;
}
.nayami_txt p {
    font-size: 2rem;
    padding-left: 345px;
    letter-spacing: 1px;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:0;
    right:0;
    margin:0 auto;
}
}

@media screen and (max-width: 767px) {
.nayami_ttl {
    background-size: 18vw auto;
    background-position: right top;
    margin-top: 80px;
}
.nayami_ttl h2 {
    white-space: nowrap;
    font-size: 5.6vw;
}
.nayami h2 strong {
    font-size: 7.8vw;
}
.nayami_txt{
    text-align: center;
    width: 100%;/*
    height: 300px;*/
    object-fit: cover;
    padding-bottom: 1.5rem;
    margin-bottom: 2.8rem;
}
.nayami_bg{
    background: url("../img/common/bg_nayami_sp.svg") no-repeat top;
    }
#nayami1{
    background: url("../img/common/bg_nayami_sp.svg") no-repeat top;
}
#nayami2{
    background: url("../img/common/bg_nayami_sp.svg") no-repeat top;
}
#nayami3{
    background: url("../img/common/bg_nayami_sp.svg") no-repeat top;
}
#nayami1_ft{
    background: url("../img/common/bg_nayami_sp.svg") no-repeat top;
}
#nayami2_ft{
    background: url("../img/common/bg_nayami_sp.svg") no-repeat top;
}
#nayami3_ft{
    background: url("../img/common/bg_nayami_sp.svg") no-repeat top;
}
.nayami_txt p img{
    padding-bottom: 2.5rem;
}
.nayami_txt2 p img{
    padding-bottom: 0.8rem;
}
.nayami_txt2 p{
    line-height: 1.3;
}
.nayami_txt p{
    font-size: 1.8rem;
    padding-bottom: 2.5rem;
    
}
.nayami_l2{
}
.nayami_l3{
    width: 100%;
}
.nayami_l4{
}
}


/* -------------------------------- その悩み解決します！ */
.kaiketsu{
}
.kaiketsu h2{
    width: 780px;
}
.kaiketsu1{
    background: url("../img/common/bg_kaiketsu1.svg") no-repeat top;
    text-align: center;
    padding-top: 45px;
    margin: 0 auto 0 auto;
    margin-top: 60px;
    vertical-align: top;
}
.kaiketsu2{
    background: url("../img/common/bg_kaiketsu2.svg") no-repeat top;
    text-align: center;
    padding-top: 45px;
    margin: 0 auto;
    margin-top: 60px;
}
.kaiketsu3{
    background: url("../img/common/bg_kaiketsu2.svg") no-repeat top;
    text-align: center;
    padding-top: 45px;
    margin: 0 auto;
    margin-top: 60px;
}
.kaiketsu_txt1{
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 1rem;
}
.kaiketsu_txt2{
    color: #000;
    display: inline-block;
    font-size: 2rem;
    font-weight: 600;
    padding: 2px 5px 2px 5px;
    background: #fff;
}
#kaiketsu p img{
    text-align: right;
}

@media screen and (min-width: 767px) {
.kaiketsu1{
    width: 600px;
    height: 495px;
    }
.kaiketsu2{
    width: 600px;
    height: 495px;
}
.kaiketsu3{
    width: 600px;
    height: 495px;
}
}
@media screen and (max-width: 767px) {
.kaiketsu1{
    background: url("../img/common/bg_kaiketsu1_sp.svg") no-repeat top;
}
.kaiketsu2{
    background: url("../img/common/bg_kaiketsu2_sp.svg") no-repeat top;
}
}


/* -------------------------------- main_ttl */
.main_ttl1{
    width: 100%;
    background-image: linear-gradient(#fff 0% 20%, #8ec600 20% 80%, #fff 80% 100%);
    margin-top: 100px;
    color: #fff;
}
.main_ttl2{
    width: 100%;
    background-image: linear-gradient(#fff 0% 15%, #f39500 15% 85%, #fff 85% 100%);
    margin-top: 100px;
    color: #fff;
}
.main_ttl3 {
    width: 100%;
    background-image: linear-gradient(#fff 0% 20%, #8ec600 20% 80%, #fff 80% 100%);
    margin-top: 100px;
    color: #fff;
}
.main_ttl4 {
    width: 100%;
    background-image: linear-gradient(#fff 0% 20%, #f39500 20% 80%, #fff 80% 100%);
    margin-top: 100px;
    color: #fff;
}
.main_ttl5 {
    width: 100%;
    background-image: linear-gradient(#fff 0% 20%, #8ec600 20% 80%, #fff 80% 100%);
    margin-top: 100px;
    color: #fff;
}
@media screen and (min-width: 767px) {
#kaiketsu_ttl1{
    background: url("../img/support2/bg_ttl1.png") no-repeat;
}
#kaiketsu_ttl2{
    background: url("../img/support2/bg_ttl2.png") no-repeat;
}
}
.kaiketsu_ttl{
}
.kaiketsu_ttl h2{
    text-align: left;
}

@media screen and (max-width: 767px) {
.main_ttl1 {
background-image: linear-gradient(#fff 0% 0%, #8ec600 0% 90%, #fff 90% 100%);
    /*padding-top: 10px;
    padding-bottom: 10px;*/
}
.main_ttl1 .flex{
margin-top: 0;
margin-bottom: 0;
}

.main_ttl1 .main_inner{
padding-bottom: 0;
}
.main_ttl2 {
    background-image: linear-gradient(#fff 0% 0%, #f39500 0% 85%, #fff 85% 100%);
}
.main_ttl2 .main_inner{
padding-bottom: 0;
}
.main_ttl3 {
    background-image: linear-gradient(#fff 0% 25%, #8ec600 25% 75%, #fff 75% 100%);
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
} 
.main_ttl3 .main_inner{
    padding-bottom: 0;
}
.main_ttl4 {
    background: #f39500;
    padding-bottom: 0.05rem;
} 
.main_ttl4 .main_inner{
    padding-bottom: 0;
}
.main_ttl5 {
    background: #8ec600;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
} 
.main_ttl5 .main_inner{
    padding-bottom: 0;
}
#kaiketsu_ttl1{
}
#kaiketsu_ttl2{
}
.main_ttl1 h2{
    text-align: center;
    font-size: 2.3rem;
}
.main_ttl2 h2{
    text-align: center;
    font-size: 2rem;
    padding-top: 2rem;
    padding-bottom: 5rem;
}
.main_ttl3 h2{
    text-align: center;
    font-size: 2.5rem;
}
.main_ttl5 h2{
    text-align: center;
    font-size: 2.5rem;
}
.main_ttl4 h2{
    text-align: center;
    font-size: 2.2rem;
    padding-bottom: 2rem;
}


.main_ttl1 h2 img{
    text-align: center;
    padding-bottom: 1rem;
}
.main_ttl2 h2 img{
    text-align: center;
    padding-bottom: 1rem;
}
.main_ttl3 h2 img{
    text-align: center;
    padding-bottom: 1rem;
}
.main_ttl4 h2 img{
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.main_ttl5 h2 img{
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
}
}


/* -------------------------------- 解決1+解決2 */
.kaiketsu {
    width: 100%;
}
.flex {
  display: flex;
}
.ttl_img1 {
  width: 40%; 
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.ttl_txt1 {
    padding: 0;
    color: #fff;
    width: 60%;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 1px;
}
.ttl_img2 {
  width: 21%; 
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.ttl_txt2 {
    padding: 0;
    color: #fff;
    width: 79%;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 1px;
}

@media screen and (min-width: 767px) {
.ttl_txt2 {
    border-left: 10px solid #fff;
    vertical-align: middle;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 4rem;
    margin-left: 2rem;
}
}
@media screen and (max-width: 767px) {
.ttl_txt2 {
    font-size: 2.5rem;
}
.main_ttl3 h2 {
    text-align:center;
}
}

.ttl_point{
    margin-top: 150px;
    margin-bottom: 80px;
}
.ttl_point_img {
  width: 22%; 
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
    
}
.ttl_point_txt {
    width: 78%;
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    text-align: left;
}

@media screen and (max-width: 767px) {
.flex{
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.ttl_point{
    margin-top: 100px;
    margin-bottom: 50px;
}
.ttl_point_img {
    width: 30%; 
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.ttl_point_txt {
    font-size: 2.6rem;
    padding: 0;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.4;
    text-align: left;
}
.ttl_txt1 {
    width: 85%;
    padding: 0;
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    text-align: left;
    color: #fff;
}
.ttl_img2 {
  width: 60%; 
}
}
/*
.kaiketsu h4{
    text-align: center;
    color: #8ec600;
    font-size: 2.5rem;
    margin-bottom: 100px;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 13px;
    line-height: 2.3;
    letter-spacing: 1px;
}
.kaiketsu h4 strong{
    color: #000;
    font-size: 2.2rem;
}
.kaiketsu h5{
    text-align: center;
    color: #f39500;
    font-size: 3.3rem;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 100px; 
}*/
.emphasis{
   display: inline-block;
   position: relative;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 13px;
    line-height: 2;
    letter-spacing: 3px;
}
.emphasis::before{
   position: absolute;
   top: -0.8em;
   left: 50%;
   transform: translate(-50%, 0);
    font-size: 2.5rem;
   content: "・";
}
#kaiketsu_check{
    margin-bottom: 80px;
}


@media screen and (max-width: 767px) {
.kaiketsu {
    padding: 10px 15px;
}
#kaiketsu_check img{
    padding-bottom: 3rem;
    width: 80%;
}
}
 .kaiketsu p img{
     margin-top: 80px;
  }
.kaiketsu h2 {
  display: table;
  margin: 0 auto;
  padding: 0;
  font-size: 4rem;
  position: relative;
  z-index: 1;/*
  background: #8ec600;*/
}
.kaiketsu p::before {
  content: url("../img/common/ttl_kaiketsu3.svg") no-repeat;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .kaiketsu h2 {
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 767px) {
  .kaiketsu h2::after {
    height: 3vw;
    top: -3vw;
  }
}
.kaiketsu h2 strong {
  font-size: 6.4rem;
}
@media screen and (max-width: 767px) {
  .kaiketsu h2 strong {
    font-size: 7.8vw;
  }
}
.kaiketsu p {
    font-weight: bold;
}
.kaiketsu p strong{
    color: #8ec600;
}

.kaiketsu_voice p {
    position: relative;
    text-align: center;
    width: 300px;
    margin: 0 auto 0 auto;
    padding-bottom: 30px;
}

.kaiketsu_voice p::before,
.kaiketsu_voice p::after {
    position: absolute;
    top: 0.8rem;
    height: 4em;
    content: '';
}

.kaiketsu_voice p::before {
    border-left: solid 2px #8ec600;
    left: 0;
    transform: rotate(-25deg);
}

.kaiketsu_voice p::after {
    border-right: solid 2px #8ec600;
    right: 0;
    transform: rotate(25deg);
}
.kaiketsu_voice p em {
    font-size: 3rem;
}

.kaiketsu_cap{
    text-align: center;
    font-size: 1.5rem !important;
    margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .kaiketsu p {
    font-size: 3.6vw;
  }
}
.kaiketsu p.p2 {
  color: #BD3700;
}
.kaiketsu p .teian {
  display: inline-block;
  padding: 5px 60px;
  border-radius: 100px;
  background: #571B00;
  color: #FFF;
  font-size: 4rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .kaiketsu p .teian {
    padding: 5px 30px;
    font-size: 6vw;
  }
}

/* -------------------------------- メニューリスト *//*
.menuList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menuList  > * {
  display: block;
  width: 48.5%;
  margin-bottom: 10px;
}
.menuList::before,
.menuList::after {
  content: '';
  order: 1;
  display: block;
  width: 48.5%;
}
@media screen and (max-width: 767px) {
  .menuList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .menuList  > * {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .menuList::before,
  .menuList::after {
    content: '';
    order: 1;
    display: block;
    width: 100%;
  }
}
.menuList .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 50px;
  padding: 15px 10px 25px;
  border: #BD3700 4px solid;
  border-radius: 9px;
  position: relative;
}
.menuList .item h3 {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .menuList .item h3 {
    font-size: 7.2vw;
  }
}
.menuList .item h3 .kana {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .menuList .item h3 .kana {
    font-size: 4.8vw;
  }
}
.menuList .item p {
  font-size: 2rem;
  line-height: 1.4;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .menuList .item p {
    font-size: 4vw;
  }
}
.menuList .item a {
  display: block;
  min-width: 220px;
  padding: 12px 12px;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-radius: 200px;
  line-height: 1;
  background: #BD3700;
  position: absolute;
  bottom: -30px;
}
@media screen and (max-width: 767px) {
  .menuList .item a {
    font-size: 4.8vw;
  }
}
.menuList .item a:hover {
  background: #8a2800;
}
/* -------------------------------- aside */
aside h2 {
  margin: 0 0 15px;
  font-size: 3.6rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  aside h2 {
    font-size: 6.2vw;
    text-align: left;
  }
}
/* -------------------------------- youtube */
.youtube {/*
    width: 1200px;*/
    margin: 0 auto;
    position: relative;
    text-align: center;
}
@media screen and (max-width: 767px) {
  .youtube {
    height: auto;
  }
}
.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	ヘッダー
+++++++++++++++++++++++++++++++++++++++++++ */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 38px 0;
}
@media screen and (max-width: 767px) {
  header.sp_block {
    display: block;
  }
}
header .flexText {
  flex: 1;
}
header .flexImg {
  padding: 0 15px 0 0;
}
@media screen and (max-width: 767px) {
  header .flexImg {
    padding: 0;
  }
}
header .flexRight {
  order: 1;
  padding: 0 0 0 15px;
}
@media screen and (max-width: 767px) {
  header .flexRight {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 15px 10px;
  }
}
header .headerLogo {
  width: 158px;
}
@media screen and (max-width: 767px) {
  header .headerLogo {
    width: 40%;
    padding: 0 10px 0 0;
  }
}
.dropdown {
  margin: 0 auto 0 30px;
  position: relative;
}
.dropdown__btn {
  border: none;
  background-color: #FFF;
  border-bottom: solid 2px #009933;
  padding: 2px 10px 7px 10px;
  color: #919191;
  font-size: 1.8rem;
}
.dropdown__btn:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .dropdown__btn {
    font-size: 3.6vw;
  }
}
.dropdown__btn i {
  color: #009933;
  margin-left: 44px;
}
@media screen and (max-width: 767px) {
  .dropdown__btn i {
    margin-left: 22px;
  }
}
.dropdown__btn.is-open + .dropdown__body {
  display: block;
  z-index: 5;
}
.dropdown__body {
  display: none;
  background: #fff;
  box-shadow: 0 2px 6px 2px rgba(60, 64, 67, 0.149), 0 1px 2px 0 rgba(60, 64, 67, 0.302);
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  top: 38px;
  left: 0;
  width: 100%;
}
.dropdown__list {
  margin: 0;
  padding: 0;
}
.dropdown__item {
  display: block;
  border-bottom: solid 1px #EAEFEA;
}
.dropdown__item a {
  text-decoration: none;
  padding: 15px 18px;
  display: block;
}
@media screen and (max-width: 767px) {
  .dropdown__item a {
    padding: 10px 15px;
  }
}
.dropdown__item a:hover {
  background-color: #ECECEC;
}
.dropdown__item-link {
  display: block;
  padding: 1em 1.2em;
  font-size: 0.95em;
  text-decoration: none;
  color: #444;
}
.dropdown__item-link:hover {
  background: #fbfbfb;
}
@media screen and (max-width: 860px) {
  header {
    flex-wrap: wrap;
  }
  header .headerLogo {
    order: 1;
    width: 33%;
  }
  header .dropdown {
    order: 3;
    width: 100%;
    margin: 14px 0 7px 0;
  }
  header .dropdown .dropdown__btn {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
  header #breadcrumbsList {
    order: 2;
    width: 67%;
    text-align: right;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	パンくず
+++++++++++++++++++++++++++++++++++++++++++ */
#breadcrumbsList {
  margin: 10px 0 0;
  font-size: 1.6rem;
  line-height: normal;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #breadcrumbsList {
    margin: 0;
    font-size: 3.2vw;
  }
}
#breadcrumbsList a {
  font-weight: normal;
  text-decoration: none;
  color: #333;
}
#breadcrumbsList li {
  display: inline-block;
}
#breadcrumbsList li + li::before {
  margin: 0 10px 0 7px;
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #009933;
}
#breadcrumbsList::before {
  content: '\f015';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #009933;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	フッター
+++++++++++++++++++++++++++++++++++++++++++ */
footer {
  padding: 0 0 50px;
  background: linear-gradient(to right, #009E41 0, #00CD54 100%);
  color: #FFF;
}
footer .pageTop {
  text-align: center;
  margin: 0 auto 70px;
  padding: 15px;
  line-height: 1.2;
  font-size: 1.4rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  footer .pageTop {
    margin-bottom: 30px;
    font-size: 3.6vw;
  }
}
footer p {
  text-align: center;
  line-height: 1.6;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  footer p {
    font-size: 3.2vw;
  }
}
footer p small {
  margin: 0 auto;
}
footer p a {
  color: #2C84AA;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	リンク
+++++++++++++++++++++++++++++++++++++++++++ */
a {
  color: #333333;
  text-decoration: underline;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover img {
  opacity: 0.7;
  transition: all 0.3s ease;
}
a:hover img.noOpacity {
  opacity: 1;
}
a.link::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7.5px;
  border-color: transparent transparent transparent #2DA7E0;
  margin: 0 3px 0 0;
  vertical-align: baseline;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
  cursor: text;
  color: inherit;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: underline;
    cursor: pointer;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	パーツ（不特定のページで使うスタイル）
+++++++++++++++++++++++++++++++++++++++++++ */
.box {
  background: #EEE;
  padding: 15px;
}
.box.boxRed {
  background: #D99;
}
.photoFrame {
  -webkit-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
}
ul.iBlock {
  display: block;
}
ul.iBlock li {
  display: inline-block;
  margin: 0 15px 5px 0;
}
.columnBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.columnBox  > * {
  display: block;
  width: 49%;
  margin-bottom: 10px;
}
.columnBox::before,
.columnBox::after {
  content: '';
  order: 1;
  display: block;
  width: 49%;
}
.columnBox.col3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.columnBox.col3  > * {
  display: block;
  width: 32%;
  margin-bottom: 10px;
}
.columnBox.col3::before,
.columnBox.col3::after {
  content: '';
  order: 1;
  display: block;
  width: 32%;
}
.columnBox.col4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.columnBox.col4  > * {
  display: block;
  width: 24%;
  margin-bottom: 10px;
}
.columnBox.col4::before,
.columnBox.col4::after {
  content: '';
  order: 1;
  display: block;
  width: 24%;
}
.columnBox.col5 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.columnBox.col5  > * {
  display: block;
  width: 20%;
  margin-bottom: 10px;
}
.columnBox.col5::before,
.columnBox.col5::after {
  content: '';
  order: 1;
  display: block;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .columnBox.col1_sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .columnBox.col1_sp  > * {/*
    display: block;*/
    width: 100%;
    margin-bottom: 10px;
  }
  .columnBox.col1_sp::before,
  .columnBox.col1_sp::after {
    content: '';
    order: 1;
    display: block;
    width: 100%;
  }
  .columnBox.col2_sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .columnBox.col2_sp  > * {
    display: block;
    width: 49%;
    margin-bottom: 10px;
  }
  .columnBox.col2_sp::before,
  .columnBox.col2_sp::after {
    content: '';
    order: 1;
    display: block;
    width: 49%;
  }
  .columnBox.col3_sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .columnBox.col3_sp  > * {
    display: block;
    width: 32%;
    margin-bottom: 10px;
  }
  .columnBox.col3_sp::before,
  .columnBox.col3_sp::after {
    content: '';
    order: 1;
    display: block;
    width: 32%;
  }
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: #009E41 3px solid;
  max-width: 800px;
  width: 100%;
  height: 80px;
  border-radius: 10px;
  color: #009E41;
  font-size: 3.6rem;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 7.2vw;
  }
}
.btn::after {
  content: '\f138';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 2.4rem;
  position: absolute;
  top: 20px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .btn::after {
    font-size: 4.8vw;
  }
}
.btn:hover {
  background: #009E41;
  color: #FFF;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .flex.sp_block {
    display: block;
  }
}
.flex .flexText {
  flex: 1;
}
.flex .flexImg {
  padding: 0 15px 0 0;
}
@media screen and (max-width: 767px) {
  .flex .flexImg {
    padding: 0;
  }
}
.flex .flexRight {
  order: 1;
  padding: 0 0 0 15px;
}
@media screen and (max-width: 767px) {
  .flex .flexRight {
    padding: 0;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++ error */
.err {
  background-color: #FCC !important;
}
.error {
  color: #F00;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	汎用
+++++++++++++++++++++++++++++++++++++++++++ */
.clear {
  clear: both;
}
.texCenter {
  text-align: center!important;
}
.texLeft {
  text-align: left!important;
}
.texRight {
  text-align: right!important;
}
@media screen and (max-width: 767px) {
  .texCenter_sp {
    text-align: center!important;
  }
  .texLeft_sp {
    text-align: left!important;
  }
  .texRight_sp {
    text-align: right!important;
  }
}
.weightNormal {
  font-weight: 500!important;
}
.weightBold {
  font-weight: bold!important;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.imgL {
  float: left;
  margin: 0 1em 1em 0;
}
@media screen and (max-width: 767px) {
  .imgL {
    display: block;
    float: none;
    margin: 0 auto 1em;
  }
}
.imgR {
  float: right;
  margin: 0 0 1em 1em;
}
@media screen and (max-width: 767px) {
  .imgR {
    display: block;
    float: none;
    margin: 0 auto 1em;
  }
}
.boxCenter {
  display: block;
  margin: 0 auto;
}
.borderNone {
  border: none !important;
}
.overflowHidden {
  overflow: hidden;
}
.lineHeight20 {
  line-height: 2;
}
.lineHeight19 {
  line-height: 1.9;
}
.lineHeight18 {
  line-height: 1.8;
}
.lineHeight17 {
  line-height: 1.7;
}
.lineHeight16 {
  line-height: 1.6;
}
.lineHeight15 {
  line-height: 1.5;
}
.lineHeight14 {
  line-height: 1.4;
}
.lineHeight13 {
  line-height: 1.3;
}
.lineHeight12 {
  line-height: 1.2;
}
.iBlock {
  display: inline-block;
}
.inline {
  display: inline;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	color
+++++++++++++++++++++++++++++++++++++++++++ */
.colorRed {
  color: #D90000;
}
.colorOrange {
  color: #EC870E;
}
.colorOrange2 {
  color: #FBE7CF;
}
.colorGreen {
  color: #009933;
}
.colorLgreen {
  color: #8CC63E;
}
.colorLgreen2 {
  color: #CCEBD6;
}
.colorGray {
  color: #CCCCCC;
}
.colorGray2 {
  color: #F5F5F5;
}
.colorBlown {
  color: #BD3700;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	font-size
+++++++++++++++++++++++++++++++++++++++++++ */
.fs10 {
  font-size: 1rem!important;
}
.fs11 {
  font-size: 1.1rem!important;
}
.fs12 {
  font-size: 1.2rem!important;
}
.fs13 {
  font-size: 1.3rem!important;
}
.fs14 {
  font-size: 1.4rem!important;
}
.fs15 {
  font-size: 1.5rem!important;
}
.fs16 {
  font-size: 1.6rem!important;
}
.fs17 {
  font-size: 1.7rem!important;
}
.fs18 {
  font-size: 1.8rem!important;
}
.fs19 {
  font-size: 1.9rem!important;
}
.fs20 {
  font-size: 2rem!important;
}
.fs21 {
  font-size: 2.1rem!important;
}
.fs22 {
  font-size: 2.2rem!important;
}
.fs23 {
  font-size: 2.3rem!important;
}
.fs24 {
  font-size: 2.4rem!important;
}
.fs25 {
  font-size: 2.5rem!important;
}
.fs26 {
  font-size: 2.6rem!important;
}
.fs27 {
  font-size: 2.7rem!important;
}
.fs28 {
  font-size: 2.8rem!important;
}
.fs29 {
  font-size: 2.9rem!important;
}
.fs30 {
  font-size: 3rem!important;
}
.fs32 {
  font-size: 3.2rem!important;
}
.fs34 {
  font-size: 3.4rem!important;
}
.fs36 {
  font-size: 3.6rem!important;
}
.fs38 {
  font-size: 3.8rem!important;
}
.fs40 {
  font-size: 4rem!important;
}
.fs42 {
  font-size: 4.2rem!important;
}
.fs44 {
  font-size: 4.4rem!important;
}
.fs46 {
  font-size: 4.6rem!important;
}
.fs48 {
  font-size: 4.8rem!important;
}
@media screen and (max-width: 767px) {
  .fs10 {
    font-size: 2vw!important;
  }
  .fs11 {
    font-size: 2.2vw!important;
  }
  .fs12 {
    font-size: 2.4vw!important;
  }
  .fs13 {
    font-size: 2.6vw!important;
  }
  .fs14 {
    font-size: 2.8vw!important;
  }
  .fs15 {
    font-size: 3vw!important;
  }
  .fs16 {
    font-size: 3.2vw!important;
  }
  .fs17 {
    font-size: 3.4vw!important;
  }
  .fs18 {
    font-size: 3.6vw!important;
  }
  .fs19 {
    font-size: 3.8vw!important;
  }
  .fs20 {
    font-size: 4vw!important;
  }
  .fs21 {
    font-size: 4.2vw!important;
  }
  .fs22 {
    font-size: 4.4vw!important;
  }
  .fs23 {
    font-size: 4.6vw!important;
  }
  .fs24 {
    font-size: 4.8vw!important;
  }
  .fs25 {
    font-size: 5vw!important;
  }
  .fs26 {
    font-size: 5.2vw!important;
  }
  .fs27 {
    font-size: 5.4vw!important;
  }
  .fs28 {
    font-size: 5.6vw!important;
  }
  .fs29 {
    font-size: 5.8vw!important;
  }
  .fs30 {
    font-size: 6vw!important;
  }
  .fs32 {
    font-size: 6.4vw!important;
  }
  .fs34 {
    font-size: 6.8vw!important;
  }
  .fs36 {
    font-size: 7.2vw!important;
  }
  .fs38 {
    font-size: 7.6vw!important;
  }
  .fs40 {
    font-size: 8vw!important;
  }
  .fs42 {
    font-size: 8.4vw!important;
  }
  .fs44 {
    font-size: 8.8vw!important;
  }
  .fs46 {
    font-size: 9.2vw!important;
  }
  .fs48 {
    font-size: 9.6vw!important;
  }
  .fs10_sp {
    font-size: 2vw!important;
  }
  .fs11_sp {
    font-size: 2.2vw!important;
  }
  .fs12_sp {
    font-size: 2.4vw!important;
  }
  .fs13_sp {
    font-size: 2.6vw!important;
  }
  .fs14_sp {
    font-size: 2.8vw!important;
  }
  .fs15_sp {
    font-size: 3vw!important;
  }
  .fs16_sp {
    font-size: 3.2vw!important;
  }
  .fs17_sp {
    font-size: 3.4vw!important;
  }
  .fs18_sp {
    font-size: 3.6vw!important;
  }
  .fs19_sp {
    font-size: 3.8vw!important;
  }
  .fs20_sp {
    font-size: 4vw!important;
  }
  .fs21_sp {
    font-size: 4.2vw!important;
  }
  .fs22_sp {
    font-size: 4.4vw!important;
  }
  .fs23_sp {
    font-size: 4.6vw!important;
  }
  .fs24_sp {
    font-size: 4.8vw!important;
  }
  .fs25_sp {
    font-size: 5vw!important;
  }
  .fs26_sp {
    font-size: 5.2vw!important;
  }
  .fs27_sp {
    font-size: 5.4vw!important;
  }
  .fs28_sp {
    font-size: 5.6vw!important;
  }
  .fs29_sp {
    font-size: 5.8vw!important;
  }
  .fs30_sp {
    font-size: 6vw!important;
  }
  .fs32_sp {
    font-size: 6.4vw!important;
  }
  .fs34_sp {
    font-size: 6.8vw!important;
  }
  .fs36_sp {
    font-size: 7.2vw!important;
  }
  .fs38_sp {
    font-size: 7.6vw!important;
  }
  .fs40_sp {
    font-size: 8vw!important;
  }
  .fs42_sp {
    font-size: 8.4vw!important;
  }
  .fs44_sp {
    font-size: 8.8vw!important;
  }
  .fs46_sp {
    font-size: 9.2vw!important;
  }
  .fs48_sp {
    font-size: 9.6vw!important;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	margin
+++++++++++++++++++++++++++++++++++++++++++ */
.mt0 {
  margin-top: 0!important;
}
.mt5 {
  margin-top: 5px!important;
}
.mt10 {
  margin-top: 10px!important;
}
.mt15 {
  margin-top: 15px!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mt25 {
  margin-top: 25px!important;
}
.mt30 {
  margin-top: 30px!important;
}
.mt35 {
  margin-top: 35px!important;
}
.mt40 {
  margin-top: 40px!important;
}
.mt45 {
  margin-top: 45px!important;
}
.mt50 {
  margin-top: 50px!important;
}
.mb0 {
  margin-bottom: 0!important;
}
.mb5 {
  margin-bottom: 5px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb15 {
  margin-bottom: 15px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb25 {
  margin-bottom: 25px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb35 {
  margin-bottom: 35px!important;
}
.mb40 {
  margin-bottom: 40px!important;
}
.mb45 {
  margin-bottom: 45px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}
.mr0 {
  margin-right: 0!important;
}
.mr5 {
  margin-right: 5px!important;
}
.mr10 {
  margin-right: 10px!important;
}
.mr15 {
  margin-right: 15px!important;
}
.mr20 {
  margin-right: 20px!important;
}
.mr25 {
  margin-right: 25px!important;
}
.mr30 {
  margin-right: 30px!important;
}
.mr35 {
  margin-right: 35px!important;
}
.mr40 {
  margin-right: 40px!important;
}
.mr45 {
  margin-right: 45px!important;
}
.mr50 {
  margin-right: 50px!important;
}
.ml0 {
  margin-left: 0!important;
}
.ml5 {
  margin-left: 5px!important;
}
.ml10 {
  margin-left: 10px!important;
}
.ml15 {
  margin-left: 15px!important;
}
.ml20 {
  margin-left: 20px!important;
}
.ml25 {
  margin-left: 25px!important;
}
.ml30 {
  margin-left: 30px!important;
}
.ml35 {
  margin-left: 35px!important;
}
.ml40 {
  margin-left: 40px!important;
}
.ml45 {
  margin-left: 45px!important;
}
.ml50 {
  margin-left: 50px!important;
}
@media screen and (max-width: 767px) {
  .mt0_sp {
    margin-top: 0px!important;
  }
  .mt5_sp {
    margin-top: 5px!important;
  }
  .mt10_sp {
    margin-top: 10px!important;
  }
  .mt15_sp {
    margin-top: 15px!important;
  }
  .mt20_sp {
    margin-top: 20px!important;
  }
  .mt25_sp {
    margin-top: 25px!important;
  }
  .mt30_sp {
    margin-top: 30px!important;
  }
  .mt35_sp {
    margin-top: 35px!important;
  }
  .mt40_sp {
    margin-top: 40px!important;
  }
  .mt45_sp {
    margin-top: 45px!important;
  }
  .mt50_sp {
    margin-top: 50px!important;
  }
  .mb0_sp {
    margin-bottom: 0px!important;
  }
  .mb5_sp {
    margin-bottom: 5px!important;
  }
  .mb10_sp {
    margin-bottom: 10px!important;
  }
  .mb15_sp {
    margin-bottom: 15px!important;
  }
  .mb20_sp {
    margin-bottom: 20px!important;
  }
  .mb25_sp {
    margin-bottom: 25px!important;
  }
  .mb30_sp {
    margin-bottom: 30px!important;
  }
  .mb35_sp {
    margin-bottom: 35px!important;
  }
  .mb40_sp {
    margin-bottom: 40px!important;
  }
  .mb45_sp {
    margin-bottom: 45px!important;
  }
  .mb50_sp {
    margin-bottom: 50px!important;
  }
  .mr0_sp {
    margin-right: 0px!important;
  }
  .mr5_sp {
    margin-right: 5px!important;
  }
  .mr10_sp {
    margin-right: 10px!important;
  }
  .mr15_sp {
    margin-right: 15px!important;
  }
  .mr20_sp {
    margin-right: 20px!important;
  }
  .mr25_sp {
    margin-right: 25px!important;
  }
  .mr30_sp {
    margin-right: 30px!important;
  }
  .mr35_sp {
    margin-right: 35px!important;
  }
  .mr40_sp {
    margin-right: 40px!important;
  }
  .mr45_sp {
    margin-right: 45px!important;
  }
  .mr50_sp {
    margin-right: 50px!important;
  }
  .ml0_sp {
    margin-left: 0px!important;
  }
  .ml5_sp {
    margin-left: 5px!important;
  }
  .ml10_sp {
    margin-left: 10px!important;
  }
  .ml15_sp {
    margin-left: 15px!important;
  }
  .ml20_sp {
    margin-left: 20px!important;
  }
  .ml25_sp {
    margin-left: 25px!important;
  }
  .ml30_sp {
    margin-left: 30px!important;
  }
  .ml35_sp {
    margin-left: 35px!important;
  }
  .ml40_sp {
    margin-left: 40px!important;
  }
  .ml45_sp {
    margin-left: 45px!important;
  }
  .ml50_sp {
    margin-left: 50px!important;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	TB用、SP用
+++++++++++++++++++++++++++++++++++++++++++ */
.tb_show,
.sp_show {
  display: none;
}
@media screen and (max-width: 1023px) {
  .tb_hide {
    display: none;
  }
  .tb_show {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp_hide {
    display: none;
  }
  .sp_show {
    display: block;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++ clearfix */
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* -------------------------------- 追加 *//*
/*
.pc { display: block !important; }*/
.sp { display: none !important; }
 
@media only screen and (max-width: 767px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
    .pc_show { display: none !important; }
}
#kaiketsu_btn p{
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    color: #5ec9dd;
    text-decoration: underline;
    letter-spacing: 1px;
    text-decoration-thickness: 3px;
    text-underline-offset: 8px;
    line-height: 2.2;
    margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
#kaiketsu_btn{
    padding: 1rem;
    }
#kaiketsu_btn p{
    font-size: 2.5rem;
    }
}


/* -------------------------------- ttl_bar*/
#ttl_bar_txt p{
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.8;
}
#ttl_bar_txt p em{
    color: #8ec600 !important;
    text-decoration: underline;
    text-decoration-color: #8ec600;
    text-decoration-thickness: auto;
    text-decoration-thickness:2px;
    text-underline-offset: 1px;
    letter-spacing: 2px;
}
.ttl_bar{
    margin: 0 auto;
    text-align: left;
}
.ttl_bar_img {
  width: 25%; 
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.ttl_bar_txt {
    width: 75%; 
    padding: 0;
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 1px;
}
.ttl_bar_top{
    margin-bottom: 20px;
}
.ttl_bar_top{
    width: 400px;
}
.ttl_bar1{
    background: linear-gradient(to right, #fff 0%, #fff 10%, #eef6d9 10%, #eef6d9 100%);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.ttl_bar2{
    background: linear-gradient(to right, #fff 0%, #fff 25%, #eef6d9 25%, #eef6d9 100%);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.ttl_bar_img1{
  width: 25%; 
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.ttl_bar_txt1 {
    color: #8ec600;
    padding-left: 1rem;
}

@media screen and (max-width: 767px) {
.vinegar_check{
    background: url("../img/support4/bg_check_sp.svg") no-repeat top;
}
.ttl_bar_top{
    width: 85%;
    margin: 0 auto;
}
.ttl_bar1{
    width: 85% !important;
    margin-top: 2rem;
}
.ttl_bar_txt1 {
    font-size: 1.8rem;
}
}

/* -------------------------------- youtube*/
.youtube_col3{
    margin-top: 6rem;
}
.youtube_col3 p{
    font-size: 1.6rem;
}
.columnBox_btn1{
    padding-top: 2rem;/*
    padding-bottom: 10rem;*/
}
.columnBox_btn2{
    padding-top: 10rem;
    padding-bottom: 5rem;
}
.columnBox_btn2 img{
    padding-bottom: 3rem;
}
.movie-wrap {
  width: 640px;
  height: 360px;
  padding-top: 0;
  margin: auto;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 640px;
  height: 100%;
}
.popup-youtube01,
.popup-youtube02 {
    cursor: pointer;/*
    display: inline-block;*/
    font-weight: bold;
    margin-bottom: 20px;
}
.popup-youtube01,
.popup-youtube02 img{
    margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
  .popup-youtube01:hover,
  .popup-youtube02:hover {
    text-decoration: none;
  }
}


@media screen and (min-width: 767px) {
  .popup-youtube01:hover,
  .popup-youtube02:hover {
    text-decoration: none;
  }
}


/* -------------------------------- table scroll*/

@media screen and (max-width: 767px) {
.scroll table{
    width:100%;
}
.scroll{/*
    overflow: auto;　*/
    white-space: nowrap;
    overflow-y:scroll;
    margin-bottom: 5rem;
}
.scroll::-webkit-scrollbar{　
    height: 5px;
}
.scroll::-webkit-scrollbar-track{
    background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　
    background: #BCBCBC;
}
}

/* -------------------------------- popup*/
#popup{
margin-top: 150px;

}



