@charset "utf-8";
/* CSS Document */
.send-back{
	text-align:center; 
	padding:100px 0px; 
	font-family:sans-serif; 
	background-color:#FFFFFF; 
	height:100vh;
	font-size: clamp(0.9375rem, 0.625rem + 1.25vw, 1.5625rem);
}
.b-back{
	background: rgb(42 42 42);
    color: #ffffff;
    width: 120px;
    border-radius: 10px;
    font-size: 20px;
    border: none;
    text-align: center;
}
.send{
	text-align:center; 
	padding:100px 0px; 
	font-family:sans-serif; 
	background-color:#FFFFFF; 
	height:100vh;
}
.b-send-item{
	font-size: clamp(0.9375rem, 0.625rem + 1.25vw, 1.5625rem);
}
.b-send{
	background: rgb(42 42 42);
    color: #ffffff;
    width: 250px;
    border-radius: 10px;
    font-size: 20px;
    border: none;
}
#nav6{
	color: #FF8E47;
}
.community{
	margin-top: 50px;
}
.community-sec{
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
.community-sec img{
	width: auto;
	height: 85px;
}
.community-ul {
  background: #3f3b3a;
  width: 90vw;
  max-width: 900px;   /* コメント幅に合わせた最大幅 */
  margin: 50px auto 0;     /* 全体を中央に */
  padding: 30px 0 30px;
}

.name, .mail, .subject, .coment {
  display: flex;
  justify-content: flex-start;  /* 中身は左寄せ */
  margin: 0 auto 20px auto;     /* 各行を中央に配置 */
  width: 80%;                   /* コメント行の幅に合わせる */
}

.name-sc, .mail-sc, .subject-sc, .coment-sc {
  color: #FFFFFF;
  background: #000000;
  width: 150px;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.name-text, .mail-text, .subject-text {
  background: #FFFFFF;
  width: 50%;   /* 他3つは同じ幅 */
  padding: 10px;
  box-sizing: border-box;
}
.coment{
  height: 150px;
}
.coment-text {
  width: 70%;
  background: #FFFFFF;  
  padding: 0;
  box-sizing: border-box;
  display: flex;
}

.coment-text textarea {
  width: 100%;
  min-height: 150px;
  border: none;
  background: transparent; /* 白背景の中に自然に見える */
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
  outline: none;

  resize: both;      /* ← 横・縦どちらもリサイズ可能 */
  overflow: auto;    /* ← リサイズ時にスクロール出す */
}
.name-text, .mail-text, .subject-text, .coment-text {
  background: #FFFFFF;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.name-text input,
.mail-text input,
.subject-text select,
.coment-text textarea {
  width: 100%;
  height: 100%;
  border: none;           /* ← 枠線を消す */
  background: transparent;/* ← 背景を透明にして親の白を使う */
  padding: 10px;
  font-size: 16px;
  outline: none;  
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;/* ← クリック時の青枠も消す */
}

.coment-text textarea {
  min-height: 150px;
  resize: vertical;
}
.button{
  padding: 10px 20px;
  background: black;
  color: whitesmoke;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width:740px){
.name-sc, .mail-sc, .subject-sc, .coment-sc {
  font-size: 15px;
  width: 80%;
}
.name, .mail, .subject, .coment{
  width: 100%;
  flex-direction: column;
  align-items: center;	
}
.name-text input,
.mail-text input,
.subject-text select,
.coment-text textarea {
  font-size: 13px;
}

.name-text, .mail-text, .subject-text {
  width: 80%;   /* 他3つは同じ幅 */
}
.coment-text {
  width: 80%;
}
.button{
	margin-top: 40px;
}
.b-back{
    width: 80px;
    font-size: 13px;
}
.b-send{
    width: 170px;
    font-size: 13px;
}
.community-sec img{
	width: auto;
	height: 50px;
}
.community-ul {
  margin: 20px auto 0;
}
}
