@charset "utf-8";
body {
	font: normal 18px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#000;
	text-align: justify;
	overflow-x: hidden;
}

body .sp-item {
    display: none !important; }
  body .pc-item {
    display: block !important; }

  @media screen and (max-width: 640px) {
    body {
      min-width: inherit;
	  height:100%;
	  }
      body .sp-item {
        display: block !important; }
      body .pc-item {
        display: none !important; 
				vertical-align: bottom;}
				
	  body .sp-item img {
		width:100%;}
}

@media screen and (max-width: 640px) {
	.sp img{
		max-width:90%;
}
	.sp02 img{
		max-width:100%;
}
.sp03 img{
		max-width:70%;
}
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


/* ----------------------------------------------------

    text

---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
	color: #ff0000;
}
.yellow {
	background-color: #ffff00;
}
.gray {
	color:#666666;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}
/* ----------------------------------------------------

    float

---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
.img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */

/* ここから*/

.resizeimage img { width: 100%; }

.main {
	line-height: 0;
	padding: 0;
	margin: 0;
}

.contact {
  width: 960px;/*横幅*/
  margin: 0 auto;/*中央寄せ*/
  padding: 60px 0;
}

.contact-table {
  width: 100%;
  margin-bottom: 20px;
}

.contact-item,
.contact-body {
  padding: 20px;
  border: 1px solid #ccc;
}

.contact-item {
  text-align: left; /* テキスト左寄せ */
  width: 30%; /* 横幅30%指定（グレーの背景色部分） */
  background-color: #eee; /* グレーの背景色 */
}

.contact-body {
  width: 70%; /* 横幅70%指定（白背景色部分） */
}

.form-text {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 400px;
}

.form-textarea {
  width: 100%;
  padding: 10px;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
button1 {
  width: 100%;
  padding: 8px 16px;
  margin: 16px auto;
  text-align: center;
  display: flex;
  flex-direction: column;
}

label {
  margin-top: 8px;
}

button {
  width: 20%;
  height: 2.5em;
  margin: 8px auto;
  padding: 4px 0;
  border-radius: 4px;
  background-color: orange;
  color: white;
}

button:hover {
  opacity: .7;
}

.accountID {

}

↓アコーディオン1

body {
  margin: 0; /* ボディのマージンをリセット */
  padding: 0; /* ボディのパディングをリセット */
}

.accordion1 {
  width: 100%; /* アコーディオン全体を画面幅に */
  margin: 0; /* マージンをリセット */
  padding: 0; /* パディングをリセット */
}

.accordion-item1 {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

.accordion-header1 {
  background: linear-gradient(135deg, #00c2a1, #00c2a1);
  color: white;
  cursor: pointer;
  padding: 50px;
  font-size: 35px;
  font-family: "ヒラギノ明朝 ProN", "游明朝", serif;
  font-weight: bold;
  border: none;
  text-align: center;
  outline: none;
  transition: background-color 0.4s ease, padding 0.3s ease;
  position: relative;
  width: 100%; /* ヘッダーも画面いっぱいに */
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion-content1 {
  max-height: 0; /* デフォルトでは非表示 */
  padding: 0; /* パディングをリセット */
  background-color: #f9f9f9;
  color: #333;
  transition: max-height 0.4s ease, padding 0.3s ease;
  overflow: hidden; /* オーバーフローを隠す */
  display: flex; /* フレックスボックスを使用 */
  flex-direction: column; /* 縦並びに */
}

.content-wrapper {
  display: flex; /* フレックスボックスで横並び */
  width: 100%; /* 幅を100%に設定 */
  margin: 0; /* マージンをリセット */
}

.text-content {
  flex: 1; /* 残りのスペースを占める */
  font-size: 70px; /* フォントサイズを大きく設定 */
  text-align: center; /* テキストを中央揃えにする */
  line-height: 1; /* 行間を設定して文字の重なりを防ぐ */
  font-weight: bold; /* 太字に設定 */
}

.image-content {
  flex: 0 0 100%; /* 画像部分を画面の100%に設定 */
  text-align: center; /* 画像を中央に配置 */
  margin: 0; /* マージンをリセット */
}

.image-content img {
  width: 100%; /* 画像を親要素に合わせて幅を100%に */
  height: auto; /* アスペクト比を維持 */
  display: block; /* 画像の下に余白を作らない */
  margin: 0; /* マージンをリセット */
}

/* モバイル対応 */
@media (max-width: 768px) {
  .accordion-content1 {
    flex-direction: column; /* 縦並びに変更 */
  }

  .text-content {
    margin-bottom: 20px; /* 下にスペースを確保 */
    text-align: center; /* 中央揃えを維持 */
  }

  .image-content {
    text-align: center; /* 中央揃えに変更 */
    flex: 1; /* モバイルではフル幅に設定 */
  }

  .image-content img {
    max-width: 100%; /* 画像をコンテナ幅に制限 */
  }
}


↓アコーディオン2

/* アコーディオン全体のスタイル（画面いっぱいに広げる） */
.accordion2 {
  width: 100%; /* 画面全体に広げる */
  margin: 0; /* マージンをリセット */
  padding: 0; /* パディングをリセット */
  border-radius: 0; /* 角をなくしてフラットに */
  box-shadow: none; /* 影を取り除くか調整可能 */
}

/* アコーディオンアイテムのスタイル */
.accordion-item2 {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

/* アコーディオンヘッダーのスタイル */
.accordion-header2 {
  background: linear-gradient(135deg, #00c2a1, #00c2a1);
  color: white;
  cursor: pointer;
  padding: 50px;
  font-size: 30px;
	font-family: 'ヒラギノ角ゴ ProN'; /* ゴシック体を指定 */
	font-weight: bold; /* 太字に設定 */
  border: none;
  text-align: center;
  outline: none;
  transition: background-color 0.4s ease, padding 0.3s ease;
  position: relative;
  width: 100%; /* ヘッダーも画面いっぱいに */
  display: flex;
  justify-content: center;
  align-items: center;
}
/* アコーディオンコンテンツの全体スタイル */
.accordion-content2 {
  max-height: 0; /* デフォルトでは非表示 */
  padding: 0 20px;
  background-color: #f9f9f9;
  color: #333;
  font-size: 70px;
  transition: max-height 0.4s ease, padding 0.3s ease;
  overflow: hidden; /* オーバーフローを隠す */
  display: flex; /* フレックスボックスを使用 */
}
/* テキストコンテンツのスタイル */
.text-content2 {
  flex: 1; /* 残りのスペースを占める */
  font-size: 30px; /* フォントサイズを大きく設定 */
  text-align: center; /* テキストを中央揃えにする */
  line-height: 1; /* 行間を設定して文字の重なりを防ぐ */
	font-weight: bold; /* 太字に設定 */
	display: flex; /* フレックスボックスを適用 */
  justify-content: center; /* 横方向の中央揃え */
  align-items: center; /* 縦方向の中央揃え */
  height: 100px; /* 高さを指定（コンテナの高さに応じて調整） */
  border: 1px solid #ccc; /* 見やすいようにボーダーを追加 */

}

    .plus-icon {
      font-size: 24px; /* ボタンのサイズを大きく */
      margin-left: 10px; /* テキストとの間隔 */
      cursor: pointer; /* マウスカーソルをポインタに */
      display: inline-block; /* ボタンの整形 */
  }

    .accordion-content1, .accordion-content2 {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        padding: 0 10px;
    }

    .accordion-item1, .accordion-item2 {
        margin-bottom: 10px;
    }

フッター
.footer {
  background-color: #808080; /* グレーの背景色 */
  color: white; /* 文字を白に */
  text-align: center; /* 中央揃え */
  padding: 20px 0; /* 上下にパディングを追加 */
}

.footer-content {
  margin: 0 auto; /* 中央揃え */
  padding: 10px; /* フッター内のパディング */
}

.footer-links {
  list-style-type: none; /* リストのスタイルをなしに */
  padding: 0; /* パディングをリセット */
  margin: 10px 0; /* 上下のマージンを追加 */
}

.footer-links li {
  display: inline-block; /* 横並びにするが、ブロック要素として扱う */
  margin: 0 15px; /* リストアイテムの間のスペース */
}

.footer-content p {
  line-height: 1.5; /* 行間を広げる */
  margin: 10px 0; /* 上下にマージンを追加 */
}

.footer a {
  color: white; /* リンクの文字色を白に変更 */
  text-decoration: none; /* 下線を消す（任意） */
}

.footer a:hover {
  text-decoration: underline; /* ホバー時に下線を表示（任意） */
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
 
  /* フッター全体のパディングを調整 */
  .footer {
    padding: 15px 10px; /* 上下左右のパディングを調整 */
  }

  /* コンテンツのパディングと文字サイズを調整 */
  .footer-content {
    padding: 5px; /* 少しだけパディングを縮める */
  }

  .footer-content p {
    font-size: 14px; /* 文字サイズを小さくする */
    line-height: 1.4; /* 行間を少し広げる */
    margin: 10px 0; /* 上下マージンを調整 */
  }

  /* フッター内のリンクの文字サイズを調整 */
  .footer a {
    font-size: 12px; /* リンクのフォントサイズ調整 */
  }
}


↓SPアコーディオン1

.SPaccordion1 {
  width: 100%; /* アコーディオン全体を画面幅に */
  margin: 0; /* マージンをリセット */
  padding: 0; /* パディングをリセット */
}

.SPaccordion-item1 {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

.SPaccordion-header1 {
  background: linear-gradient(135deg, #00c2a1, #00c2a1);
  color: white;
  cursor: pointer;
  padding: 20px;
  font-size: 15px;
  font-family: "ヒラギノ明朝 ProN", "游明朝", serif;
  font-weight: bold;
  border: none;
  text-align: center;
  outline: none;
  transition: background-color 0.4s ease, padding 0.3s ease;
  position: relative;
  width: 100%; /* ヘッダーも画面いっぱいに */
  display: flex;
  justify-content: center;
  align-items: center;
}

.SPaccordion-content1 {
  max-height: 0; /* デフォルトでは非表示 */
  padding: 0; /* パディングをリセット */
  background-color: #f9f9f9;
  color: #333;
  transition: max-height 0.4s ease, padding 0.3s ease;
  overflow: hidden; /* オーバーフローを隠す */
  display: flex; /* フレックスボックスを使用 */
  flex-direction: column; /* 縦並びに */
}

↓SPアコーディオン2

/* アコーディオン全体のスタイル（画面いっぱいに広げる） */
.SPaccordion2 {
  width: 100%; /* 画面全体に広げる */
  margin: 0; /* マージンをリセット */
  padding: 0; /* パディングをリセット */
  border-radius: 0; /* 角をなくしてフラットに */
  box-shadow: none; /* 影を取り除くか調整可能 */
}

/* アコーディオンアイテムのスタイル */
.SPaccordion-item2 {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

/* アコーディオンヘッダーのスタイル */
.SPaccordion-header2 {
  background: linear-gradient(135deg, #00c2a1, #00c2a1);
  color: white;
  cursor: pointer;
  padding: 20px;
  font-size: 15px;
	font-family: 'ヒラギノ角ゴ ProN'; /* ゴシック体を指定 */
	font-weight: bold; /* 太字に設定 */
  border: none;
  text-align: center;
  outline: none;
  transition: background-color 0.4s ease, padding 0.3s ease;
  position: relative;
  width: 100%; /* ヘッダーも画面いっぱいに */
  display: flex;
  justify-content: center;
  align-items: center;
}
/* アコーディオンコンテンツの全体スタイル */
.SPaccordion-content2 {
  max-height: 0; /* デフォルトでは非表示 */
  padding: 0 20px;
  background-color: #f9f9f9;
  color: #333;
  font-size: 70px;
  transition: max-height 0.4s ease, padding 0.3s ease;
  overflow: hidden; /* オーバーフローを隠す */
  display: flex; /* フレックスボックスを使用 */
}
/* テキストコンテンツのスタイル */
.SPtext-content2 {
  flex: 1; /* 残りのスペースを占める */
  font-size: 15px; /* フォントサイズを大きく設定 */
  text-align: center; /* テキストを中央揃えにする */
  line-height: 1; /* 行間を設定して文字の重なりを防ぐ */
	font-weight: bold; /* 太字に設定 */
	display: flex; /* フレックスボックスを適用 */
  justify-content: center; /* 横方向の中央揃え */
  align-items: center; /* 縦方向の中央揃え */
  height: 50px; /* 高さを指定（コンテナの高さに応じて調整） */
  border: 1px solid #ccc; /* 見やすいようにボーダーを追加 */

}

    .plus-icon {
      font-size: 24px; /* ボタンのサイズを大きく */
      margin-left: 10px; /* テキストとの間隔 */
      cursor: pointer; /* マウスカーソルをポインタに */
      display: inline-block; /* ボタンの整形 */
  }

    .SPaccordion-content1, .SPaccordion-content2 {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        padding: 0 10px;
    }

    .SPaccordion-item1, .SPaccordion-item2 {
        margin-bottom: 10px;
    }

    /* パソコン画面サイズでは非表示にする */
@media screen and (min-width: 769px) {
  .SP-item {
    display: none; /* パソコンでは非表示 */
  }
}

/* スマホ画面サイズでは非表示にする */
@media screen and (max-width: 768px) {
  .PC-item {
    display: none; /* スマホでは非表示 */
  }
}
