@charset "UTF-8";


/*表示設定/*

/* 769px以上のときｐｃ */
@media screen and (min-width: 769px) {


  .footer-mobile{
    display: none; }
.header-mobile{
  display: none; }
  .content-mobile{
    display: none;
  }
  .mobil-php{
    display: none;
  }

}

/* 768px以下のとき－スマホ */
@media screen and (max-width: 768px) {
  .footer-PC {
    display: none;
  }
  .header-pc{
    display: none; }
    .content-pc{
      display: none;
    }
.pc-php{
  display: none;
}
}


/* -------------------全体のレイアウト設定 ------------------*/




/*フォント全体*/
body {
  font-family: "Zen Old Mincho", serif;
  color: #666666;
  margin:0;
  background-color:#ffffff
}
h1,h2,h3,h4,h5,h6,p{
  margin: 0;
  background-color:transparent;
  font-weight:normal;
  
  
}


  /*見出し装飾*/
h1{
  font-size: clamp(1.438rem, 0.938rem + 2.5vw, 2.813rem);
  text-decoration: underline 1.5px #666666;
  text-underline-offset: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/*見出し装飾*/
h3{
display: flex;
    align-items: center;
    font-size: clamp(1.563rem, 1.502rem + 0.23vw, 1.75rem);
}


h3:before,h3:after{
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}

h3:before{
  margin-right: 1rem;
}

h3:after {
    margin-left: 1rem;
}


img{display: block;}

/*横幅と左右の余白*/
.w-container{
  width: min(92%,1166px);
  margin: auto;
}

.p-container{
  width: min(97%,1962px);
  margin: auto;
}

.pw-container{
  width: min(80%,1962px);
  margin: auto;
}

/*詳しくはこちら*/
.pc-click-text{
  display: flex;
  justify-content: flex-end;
  white-space: nowrap}

  .pc-click-text::before{
    content: "\25B6";
    color:#107677;
  }


/*---------ヘッダー------------------------------*/
/*モバイルヘッダー*/
.header-mobile{
  height: 74px;
  background-color:#ffffff;
  position: sticky;
  top: 0;
  z-index: 10;

}

.header-mobile-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}


/*  ハンバーガー*/

/*ボタン*/
.navbtn{
  cursor: pointer;
  background: transparent;
  border: none;

}

.mobile-nav{
  position: fixed;
  inset: 0 -100% 0 100%;
  z-index: 100;
  background-color: #378986;
  transition: transform 0.3s;
  text-align: center;
  margin: auto;
 
}

.mobile-nav ul{
  list-style-type: none;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 40px;
  color: #ffffff;
  margin: auto;
  padding: 0;
}

.open .mobile-nav{
  transform: translate(-100%, 0);
}

.open body{
  position: fixed;
  overflow: hidden;
}

.open .nav-open{
  display: none;
}


.navbtn{
  z-index: 110;
}

.nav-close{
display: none;
}

.open .nav-close{
  display: block;
}







/*pcヘッダー*/
.header-pc{
  padding: 12px 0 12px 0 ;
  background-color: #ffffff;


}
.header-pc-container{
  background-color:#ffffff;
  
  display: flex;
  justify-content: space-between;
 
 
}


.menu-pc{
  font-size: clamp(3px,1.5vw,18px);
  white-space: nowrap;
  
  padding: 0;
display: flex;
align-items: center;
 
   li {
    display: inline-block;
    
    
   }
   li::before {
     content: "｜";
     color: #2C736E;
     padding: 5px;
   }
   }

   .menu-pc>ul{
    margin: 0;
    padding: 0;
    border: 0;
    color: #494949;
   }

  
   .menu-pc>ul>li>a{
    color: #666666;
    text-decoration: none;
   }
  
 

/*------------------ヒーロー------------------*/
/*動画*/



.hero{
  
  border: none;

}
.hero-video{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%; /* 動画をレスポンシブ化 */
  max-width: 1985px; 
  margin: 0;
  border: 0;

}


.hero-text{
  position:absolute;
  top: 150px;
  right: 20px;
  background-color:transparent;
  color: #ffffff;
  font-size: clamp(20px,5vw,90px);
  text-shadow: rgb(74, 74, 74) 3px 3px 10px ;
}

.hero-text2{
  font-size: 20px;
}




/*------コンテンツ------*/

/*メインコンテンツ設定*/
.content-mobile{
  background-color: #ffffff;
  padding: 10px;
}



/*スマホコンテンツ*/
.content-mobile{
  background-color: #ffffff; 
  margin: 0;
  padding: 0;
}


/*ベーステキスト*/
/*スマホ*/
.mobile-text{
  text-align: center;
  font-size: 20px;

  padding-top: 30px;
  padding-bottom: 30px;
  white-space: nowrap
}


/*PC*/
.pc-text{
  padding-top: 30px;
  padding-bottom: 30px;
  
  white-space: nowrap;
  font-size:clamp(1rem, 0.762rem + 0.49vw, 1.25rem);

}

.pc-font{
  white-space: nowrap;
  font-size:clamp(1rem, 0.762rem + 0.49vw, 1.25rem);

}



/*ホームコンテンツ*/
.mobile-main-text-2{
  text-align: center;
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  white-space: nowrap

}

/*詳しくはこちら*/
.click-text-mobile{
  display: flex;
  justify-content: flex-end;
  padding: 15px;
  white-space: nowrap
}

/*pcコンテンツ*/

/*ホームコンテンツ*/
/*コンテンツ1-JINYUタイヤ*/

.pc-main1-img{
  display: flex;
  flex-direction: column;
  gap: 10px;

}

.pc-main1-img{
  padding-top: 75px;
}


/*詳しくはこちら1*/



.pc-click-text1{
  display: flex;
  justify-content: flex-end;
  padding-bottom: 30px;
  white-space: nowrap}

  .pc-click-text1{
    display: flex;
    padding-bottom: 30px;
    font-size:clamp(1rem, 0.762rem + 0.49vw, 1.25rem);}

      .pc-click-text1::before{
      content: "\25B6";
      color:#107677;
    }

    .pc-click-text1>a{
      text-decoration: none;
      color: #666666;
    }

/*詳しくはこちら2*/
    .pc-click-text2{
      display: flex;
      padding-bottom: 30px;
      font-size:clamp(1rem, 0.762rem + 0.49vw, 1.25rem);
      white-space: nowrap}

    .pc-click-text2::before{
      content: "\25B6";
      color:#107677;
    }


    .pc-click-text2>a{
      text-decoration: none;
      color: #666666;
    }


/*コンテンツ2-JINYUとは*/
.content-pc{
  background-color: #ffffff;
}
.pc-content2{
  padding-top: 10px;
  padding-bottom: 10px;
}

.pc-text-2{
  padding-top: 30px;
  padding-bottom: 30px;
  white-space: nowrap;
  font-size:clamp(1rem, 0.762rem + 0.49vw, 1.25rem);
}

/*コンテンツ3お知らせ*/
.mobile-main-content3{
  background-color: #ffffff;
  padding-bottom: 30px;

}



/*JINYUとは*/
.research-img{
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 10px;
  padding-bottom: 50px;
  
}

.pc-research-img{
 

  display: flex;
  align-items: flex-start;
  min-width: 0;
  flex-shrink:0;
  width: 50%;
  align-self: start;
  

  
}
.pc-research-img>img{
  flex-shrink: 0;
  width: 100%;
}

.pc-main-img2>img{
  padding-bottom: 75px;
}


/*追加*/
.syoumei{
  display: flex;
  gap: 15px;
  margin: 15px;
  
}
.syoumei>img{
box-shadow: 1px 1px 5px #CACACA
  ;}


 /*モバイル*/
 .syoumei-mobil{
  display: flex;
  gap: 15px;
  margin: 15px;
  padding: 15px;
  justify-content: center;
  justify-items: center;
}

.syoumei-mobil>img{
  box-shadow: 1px 1px 5px #CACACA
    ;}

/*---------タイヤ------------------------------*/

/*pcタイヤ*/
.pc-jw591-img{
  width: 80%;
  margin: auto;
}

.pc-tires-icon{
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin: 0;
}

.pc-tires-flex{
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.pc-tires{
  margin: auto;
}


/*スマホタイヤ*/

.mobile-tires-Table{
  
  padding-bottom:50px ;
}

.mobile-tires-icon{
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin: 0;
}


.mobile-click-text{
  display: flex;
  justify-content: flex-end;
  white-space: nowrap}

  .mobile-click-text::before{
    content: "\25B6";
    color:#107677;
  }

  .mobile-tires-Table{
    margin: 0;
    border: 0;
    padding-bottom: 15px;
  }

  .mobil-tires-img{
    padding-top: 50px;
  }

  .mobile-tires-flex{
    padding-bottom: 30px;
  }





  /*サイト利用規約*/
 .text-long-title{
  padding-top: 20px;
  font-weight: bold;
 }


 .mobile-riyoukiyaku{
  padding-top: 30px;
  padding-bottom: 30px;
 }

 .pc-riyoukiyaku{
  padding-top: 30px;
  padding-bottom:30px ;
 }



 /*よくある質問*/
 .FAQ{
  display: block;
text-align: center;
padding-bottom: 30px;
 }
  
 /*スマホ質問*/
 .m-Question-title-flex{
  display: flex;
  justify-content: space-between;
  
  margin: 0;
  padding: 0;
  border: 0;
  gap: 10px;
  padding-left: 30px;
  padding-right: 30px;
          }
          .m-Question-title-flex>img{
            display: flex;
            justify-content: flex-end;

}


  
          summary{
              background-color: #80AAA7;
  list-style-type: none;
  
          }
         
  
          details {
    border: 1px dotted #80AAA7;
    border-radius: 4px;
  }
  
  
  summary {
    cursor: pointer;
    padding: 10px;
  }
  
  .m-Question-text {
    padding: 10px; 
    margin: 0;
    text-align: center;
  
  }
  .m-Question-title{
      margin: 0;
      color: #ffff;
  }

  .mobile-Question{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .m-Question-flex{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  

 
  
  /*PC質問*/

  .p-Question-flex{
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .p-Question-text{
    padding: 30px;
    
    white-space: nowrap;
    font-size:clamp(1rem, 0.762rem + 0.49vw, 1.25rem);
  }



  /*------------------------お知らせ-------------------------*/

/*お知らせスマホ*/

.news-nav{
  display: flex;
  list-style-type: none;
  justify-content: center;
  gap: 10px;
  margin: 0;
  white-space: nowrap;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50%;
  padding-right: 50%;
  text-align: center;

}

.news-nav>li{
  text-align: center;
  background-color: #80aba8;
  color: #ffffff;
  padding: 3px;
  padding-top: auto;
  padding-bottom: auto;
  border-radius: 2px;
  margin: auto;
}


/*お知らせ一覧*/

.news-list{
  display: flex;

  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  
}

.news-item{
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  

}

.news-item>a{
  color: #666666;
  text-decoration: none;
  display: flex;
  justify-content: center;
  white-space: nowrap;
  justify-items: center;
  align-items: center;

gap: 10px;}

.category{
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  background-color: #666666;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  
  border-radius: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: auto;
  padding-bottom: auto;
  
  margin: auto;
  
 
}


.news-item>p{
  text-align: center;
  font-size: 13px;
  padding-top: 30px;
  padding-bottom: 30px;
  white-space: nowrap
}



.news-item>a{
  border-bottom: dotted 1px #666666;
  
  padding-bottom: 10px;
}

.news-item:first-child a{
  border-top: dotted 1px #666666;
  
  padding-top: 10px;
}

.date-mobil,.news-title-mobil{
  font-size: 13px;
}

/*ページナビ*/
.page-nav{list-style-type:none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  padding-top: 30px;

}
.page-nav>a{
color: #666666;}

/*ブログ*/
.blog-title{
  text-align: center;
  white-space: nowrap
}

.blog{
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blog>p{
  
  padding-top: 10px;
  padding-bottom: 10px;
}



/*PCお知らせ*/



.news-nav-pc{
  display: flex;
  list-style-type: none;
  justify-content: center;
  gap: 80px;
  font-size: 18px;
  margin: 0;
  white-space: nowrap;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50%;
  padding-right: 50%;
  text-align: center;

}



.news-nav-pc>li{
  text-align: center;
}

.news-nav>li>a{
  color: #ffffff;
}


/*お知らせ一覧*/


.page-nav-pc{list-style-type:none;
  display: flex;
  align-items:center;
  justify-content: flex-end;
  gap: 15px;
  margin: 0;
  padding: 0;

}
.page-nav-pc>a{
  color: #666666;
}

.news-list-pc{
  display: flex;

  flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
}





.news-item-pc{
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;

  

}

.news-item-pc>a{
  color: #666666;
  text-decoration: none;
  display: flex;
  justify-content:center;
  white-space: nowrap;
  justify-items: center;
  align-items: center;

gap: 15px;}

.category{
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  background-color: #666666;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  padding: 2px;
  border-radius: 2px;
  
 
}


.news-item-pc>p{
  text-align: center;
  font-size: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  white-space: nowrap
}

.news-item-pc>a{
  border-bottom: dotted 1px #666666;
  
  padding-bottom: 10px;
}

.news-item-pc:first-child a{
  border-top: dotted 1px #666666;
  
  padding-top: 10px;
}

.blog-title-pc{
  font-size: clamp(1.563rem, 1.502rem + 0.23vw, 1.75rem)


}
.news-nav-pc>a{
  color: #666666;

}

.news-title{
width: 500px;
height: 26px;
}






/*--------フッター--------------*/

/*スマホフッター*/

/*バナー*/


/*バナー画像サイズ調整*/
.mobile-banner-img{
  width: 100%;
}

.mobile-banner-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  padding-bottom: 15px;
 
  background-color: #ffffff;
}

.footer_manu>ul>li>a{
  color: #ffffff;
  text-decoration: none;
}











/*フッターメニュー*/
.footer-manu-container{ 
  color:#ffffff;
  position:relative;
  bottom:0;
  height: 25x;
background-color:#378986;
margin: 0;
padding: 10px;
border: 0;

  
}

.footer_manu>ul{
  display: flex;
  gap: 5px;
  height: 100%;
  margin: auto;
  
  

  list-style: none;
  justify-content: space-around;
 font-size: 14px;
  white-space:pre;
  text-align: center;
  margin: 0;
  padding: 0;
  

}

.mobile-nav>ul>li>a{
  color: #ffffff;
  text-decoration: none;

  
}

/*アドレス*/

  
.footer-address{
  background-color: #494949;

  

}

.addresstext{
    color:white;
    font-size: 11px;
    text-align: center;

}

.addresstext3,.addresstext4,.addresstext5{
font-size: 12px;
}

.addresstext2{
  font-size: 15px;
}

.address-flex{
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  background-color: #494949;
  margin: 0;
  padding: 0;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  
}

.footer-address-container{
  background-color: #494949;
}




/*pcフッター*/

/*ｐｃアイコン*/
.carticon,.mailicon
{
width: 60px;
height: auto;}

.address-icon-auter{
  display: flex;
  gap: 20px;

}
.address-icon-container{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.address-icon{
  background-color: #ffffff;
  padding-bottom: 20px;
  padding-top:20px ;
}


@media only screen and (max-width: 768px){
  .address-icon{display: none;}
}


/*PCメニュー*/
.footer_manu-PC>ul{
  list-style-type: none;
  background-color: #378986;
color: #ffffff;
display: flex;
justify-content: center;
gap: 20px;
margin: 0;
padding: 18px;
font-size: 20px;
 
   }

   .footer_manu-PC>ul>li>a{
    color:#ffffff;
    text-decoration: none;
   }

/*PCアドレス*/

.addresstext-pc{
  position: absolute;
  text-align: center;
  background-color: #494949;
  color: #ffffff;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 30px;}

.addresstext-pc-contener
{
  position: relative;
  margin: 0;
}
.logo_pc-footer{
  position: absolute;
top: 40px;
  bottom: 0;
  right: 20px;
 width: 26%;
 max-width: 100%;

  
}


  

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

.form{
background-color: #e9f1f0;
margin-top: 30px;
padding-top: 50px;
padding-bottom: 10px;

}


/*メールフォーム*/
.mail-fome{
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #80aba8;
  color: #ffff;
  text-align: center;
  width: 165px;
  margin: auto;
  border-radius: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
  
  }
  
  
/*フォーム1*/
.Nni{
  background-color: #CACACA;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  padding: 4px;
  border-radius: 2px;
}

.Hissu{
  background-color: #EE7070;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  padding: 4px;
  border-radius: 2px;
}



.form-item-text{
  display: flex;
  gap: 0;

 
}

.form-item-text>p{
  font-size: 13px;
}



.form1{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
  padding-bottom: 30px;
}

.form-item-flex{
  display: flex;
  gap: 0px;

}


label{
  white-space: nowrap;
  
}

.form-item{
  display: flex;
justify-content: space-between;
align-items: start;
}

input{
  display: block;
  width: 400px;
}

textarea{
  display: block;
 width: 100%;
}

.form-item-text>label{
  width: 130px;
  padding-left: 10px;
  padding-right: 10px;
}


/*フォーム2*/
.form-item-text-2{
  display: flex;
  align-items: center;
  
  text-align: center;
  gap: 10px;
  margin-top: 15px;
  margin-bottom: 25px;
  

 
}



.checkbox{
  padding: 0;
  margin: 0;
  width: 13px;
  height: 13px;

}

input{
  margin: 0;
  padding: 0;
  
}

.checkbox{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;

}

/*スクロールバー*/
#scroll{
  width: 100%;height: 80px;
  overflow-y: scroll;
  margin-top: 30px;
  margin-bottom: 30px;
  border: solid #666666 0.5px;
  
}
#scroll-contents {
  background-color: #ffffff;
  
  color: #EE7070;
  font-size: 13px;
  text-align: center;

}



/*送信ボタン*/
.submit{
  width: 165px; height: 33px;
  background-color:#80aba8;
  color: #ffffff;
  border: 0;
  text-align: center;
  display: flex;
  margin: auto;
  border-radius: 2px;

}

.form-2{
 
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
  padding-bottom: 30px;
}


/*項目*/

.koumoku-text{
  display: flex;
  list-style-type: none;
  justify-content: center;
  justify-items: center;
  padding: 0;
  gap: 70px;
}

.koumoku-img{
  width: 300px; height: auto;
  text-align: center;
  margin: auto;
}
 
 input{width: 100%;

 }



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

.koumoku-img-pc{
  width: 600px;height: auto;
  margin: auto;
}


.form-text{
  padding-top: 30px;
  padding-bottom: 30px;
display: block;
text-align: center;
margin: auto;
    font-size: clamp(1.563rem, 1.502rem + 0.23vw, 1.75rem);
  white-space:nowrap;}
    
  

    .mail-fome-pc{
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #80aba8;
    color: #ffff;
    text-align: center;
    width: 200px;
    margin: auto;
    border-radius: 2px;
    margin-top: 30px;
    margin-bottom: 30px;
  
  }

  .koumoku-text-pc{
    display: flex;
    list-style-type: none;
    justify-content: center;
    justify-items: center;
    padding: 0;
    gap: 180px;
    

  }


  .form-pc{
    border: 1.5px dotted #80AAA7;
    border-radius: 4px;
  }
    



  .form-item-text-pc{
    display: flex;
    gap: 0;
  
  }
   

  .form-item-text-pc>label{
    width: 130px;
    
    padding-right: 30px;
  }
  

  .form1-pc{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
    padding-bottom: 30px;
  }
  
  .form-item-pc{
    display: flex;
    justify-content: space-between;
    align-items: start;
  }

  .form-pc-auter{
    background-color: #e9f1f0;
    border-radius: 15px;
    margin-top: 60px;
    margin-bottom: 60px;
  }




  /*お見積り*/

  /*テーブル*/
  .mitumori{
    width:100% ;
    height:auto ;
    margin: auto;
    margin-bottom: 30px;
  }

  td>input{
    width: 50px;
    text-align: center;
    margin: auto;
    background-color: #ececec;
    border: solid 1px #494949;
  }

  td{
    margin: auto;
    text-align: center;
    background-color: #ffffff;
  }

  th{
    background-color: #CACACA;
  }

  .yahoo-link{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    justify-items: center;
    background-color: #ffffff;
    border-radius: 15px;
    margin-top: 60px;
    margin-bottom: 60px;
    border: 1.5px dotted #80AAA7;
    border-radius: 4px;
    padding-bottom: 30px;
  }

  .yahoo-icon{
    margin: auto;
  }

 



 


/*お問い合わせフォームPHP*/
      .modoru-btn{
padding-top: 2px;
        padding-bottom: 2px;
        background-color: #80aba8;
        color: #ffff;
        text-align: center;
        width: 200px;
        margin: auto;
        border-radius: 2px;
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 27px;
      }

      .kanryou-btn{
        padding-top: 2px;
        padding-bottom: 2px;
        background-color: #EE7070;
        color: #ffff;
        text-align: center;
        width: 200px;
        margin: auto;
        border-radius: 2px;
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 27px;
        text-decoration: none;
      }
    

      /*モバイルボタン*/
      .modoru-btn-mobil{
        padding-top: 2px;
        padding-bottom: 2px;
        background-color: #80aba8;
        color: #ffff;
        text-align: center;
        width: 165px;
        margin: auto;
        border-radius: 2px;
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 16px;
      }


      .kanryou-btn-mobil{
        padding-top: 2px;
        padding-bottom: 2px;
        background-color: #EE7070;
        color: #ffff;
        text-align: center;
       width: 165px;
        margin: auto;
        border-radius: 2px;
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 16px;
      }


      .sousin-text{
        text-align: center;
        background-color: none;

      }


      /*送信完了*/
      .sousinkannryou-text{
        text-align: center;
        width: 300px;
        height: auto;
       padding-top: 30px;
       padding-bottom: 30px;
        margin: auto;
        
        margin-top: 30px;
        margin-bottom: 30px;
        background-color: none;
        

      }


      .sousinkannryou-text-mobil{
        margin: 0;
        padding: 0;
        text-align: center;
      }

      /*pc*/
      .form-pc-auter-2{

        background-color: #e9f1f0;
        border-radius: 15px;
        margin-top: 60px;
        margin-bottom: 60px;
       padding: 15px;
     

      }




     
      .mitumori{
        font-size: 14px;
        

      }
      td{
        padding: 0;
        padding-top:7px ;
        padding-bottom: 7px;
        margin: auto;

      }

      .complete{
        text-align: center;
        margin:0;
        display: block;
        padding: 0;
      }

      a{
        text-decoration: none;
      }

      .form1{
        display: flex
        ;
            flex-direction: column;
            gap: 10px;
            margin-top: 15px;
            padding-bottom: 30px;
        }
.mobile-riyoukiyaku{
  text-align: center;
  padding: 0;
}

/*購入についてモバイル*/
.yahoo-m-link{
display: flex;
flex-direction: column;
align-items: center;
margin: 5%;
padding: 5%;
gap: 1em;
  border: 1px dotted #80AAA7;
    border-radius: 4px;
}

.icon-m-text{
text-align: center;
white-space: nowrap;
margin: 0 auto;
}

.mobil-pading{
  padding-top: 5%;
  padding-bottom: 10%;
}

/*購入についてpc*/
.yahoo-p-link{
display: flex;
flex-direction: column;
align-items: center;

padding-left: 10%;
padding-left: 10%;
gap: 1em;
  border: 1px dotted #80AAA7;
    border-radius: 4px;
    background-color: #ffffff;

}

.form-kounyu-pc{
display: flex;
flex-direction: column;
align-items: center;

padding: 5%;
gap: 1em;
  border: 1px dotted #80AAA7;
    border-radius: 4px;
    background-color: #E9F1F0;
   margin-top: 5%;
}

.yahoo-p-link-box{
  display: flex;
  gap:1em;
  justify-content: space-around;

}

.icon-m-text{
text-align: center;
white-space: nowrap;
margin: 0 auto;
font-size: 15px;
}




/*購入についてpc*/
.yahoo-p-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2%; /* パディングを統一しました */
    gap: 1em;
    border: 1px dotted #80AAA7;
    border-radius: 4px;
    background-color: #ffffff;
    /* この設定で、親要素の幅に合わせて均等に広がります */
    flex: 1;
}

.form-kounyu-pc {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5%;
    gap: 3em;
    border: 1px dotted #80AAA7;
    border-radius: 4px;
    background-color: #E9F1F0;
    margin-top: 5%;
    text-align: center;
}

.yahoo-p-link-box {
    display: flex; /* これが重要です！子要素をFlexアイテムにします */
    gap: 1em; /* 各要素間の隙間 */
    justify-content: space-around; /* 要素の配置方法（均等にスペースを配分） */
    width: 100%; /* 親要素の幅いっぱいに広げます */
}

.icon-p-text {
    text-align: center;
    white-space: nowrap;
    margin: 0 auto;
    font-size: 15px;
}
.form-kounyu-text{
  border-bottom: 1px solid #FF4A4A;
  font-size: 38px;
}


.shoop-p-link{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 7%;
    padding: 5%; /* パディングを統一しました */
    gap: 1em;
    border: 1px dotted #80AAA7;
    border-radius: 4px;
    background-color: #ffffff;
    text-align: center;
    /* この設定で、親要素の幅に合わせて均等に広がります */
    flex: 1;
}
