@charset "UTF-8";

.center {
  text-align: center;
}

.header {
  height: 60px;
  display: flex;
  /*justify-content: space-between; /* 左右に分ける */
  position: relative; /* 相対位置にしておく */
  align-items: center;
  border-bottom: solid 2px rgb(37, 91, 162);
}

.logo_a{
  display: block;
  height: 50px;
  margin-left: 70%;
}

.logo {
  object-fit: scale-down;
  height: 50px;
  /*margin: 0 auto; /* 要素の位置(中央) */
  
}

/*
/*
/* 言語選択 */
.lang-container {
  position: absolute;
  left: 70%; /* 左端から70% */
  top: 50%;
  transform: translateY(-50%); /* 縦中央揃え */
  display: flex;
  align-items: center; /* 垂直方向の中央揃え（任意） */
  gap: 10px; /* 要素の間隔（任意） */
}
.text001 {
  text-decoration: none;
  color: #333; /* リンクの色 */
  /*color: #0086cf; /* リンクの色 */
  /*margin: 0; /* デフォルトの余白を除去 */
}
.text002.jp {
  text-decoration: none;
  /*color: #333; /* リンクの色 */
  color: #0086cf; /* リンクの色 */
  font-weight: bold; /* 太字 */
}
.text002.en {
  text-decoration: none;
  color: #333; /* リンクの色 */
  /*color: #0086cf; /* リンクの色 */
  /*font-weight: bold; /* 太字 */
}
.text002:hover {
  text-decoration: underline;
}

.title-box {
  height: 60px;

  background-color: rgb(37, 91, 162);
  display: flex;
  align-items: center;
}

.title {
  color: white;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  display: block;
  margin: 0 auto 2px;
}

.top {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 28px;
  color: #fff;
  background-color: rgb(37, 91, 162);
  max-width: 480px;
  text-align: center;
  padding: 10px;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 5px;
}

/* 枠 */
.container {
  max-width: 600px;
  padding: 0px;
  margin: 20px auto 50px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  border-color: rgb(37, 91, 162);
  display: block;
  background-color: white;
}

.container-header {
  display: flex;
  max-width: 100%;
  height: 40px;
  font-size: 18px;
  color: rgb(37, 91, 162);
  text-align: center;
  align-items: center;
  padding-left: 20px;
  border-bottom: 1px solid #c0c0c0;
  border-radius: 5px 5px 0 0;
  background-color: #f5f5f5;
  margin-bottom: 20px;
  font-weight: bold;
}

.mail-container {
  display: flex;
  justify-content: center;
  margin: 3px auto;
}

/* ラベル */
.label {
  content: "";
  display: flex;
  float: left;
  width: 100px;
  height: 18px;
  font-size: 1rem;
  font-weight: bold;
  color: #000000;
  align-items: center;
  justify-content: center;
  background-color: #87cefa;
  border-radius: 5px;
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 5px;
}

/* 入力部分 */
.input {
  border: 1px #c0c0c0 solid;
  border-radius: 5px;
  padding: 10px;
  font-size: 1rem;
  width: 60%;
  margin-left: 5px;
  margin-top: 0px;
}

.explain {
  text-align: center;
  line-height: 1.1rem;
  padding: 5px;
}
.warning {
  color: #cc1616;
}

.bullet {
  display: flex;
  justify-content: center;
}

/* ボタン1 */
.btn {
  display: block;
  height: 40px;
  border-radius: 5px;
  border-color: #11ab47;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background-color: #11ab47;
  margin: 0 auto;
}
.btn:hover {
  background-color: #10e058;
  transition: 0.3s;
}

/* 必須マーク */
.required::after {
  content: "必須";
  background-color: #e00000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  min-width: 10px;
  padding: 3px 7px;
  margin: 0px 5px;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
}

/* ボタン2 */

.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffffff; /* ボタンの背景色 */
  color: #fff; /* テキストの色 */
  text-align: center;
  text-decoration: none; /* 下線を消す */
  border-radius: 5px; /* ボタンの角を丸くする */
  font-size: 16px;
  transition: background-color 0.3s ease; /* ホバー時の色の変化 */
  border: 1px solid #000; /* 黒色の1px枠線 */
}

.button:hover {
  background-color: #c0c0c0;
  color: #000;
  text-decoration: none;
  border: 1px solid #ccc; /* ホバー時の枠線色を変える */
}

/* ルビ */
[data-ruby] {
  position: relative;
}
[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
  text-align: center;
}

/* フォント */
.font_b {
  font: bold 1.2rem "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/* 画像 */

.pic_box {
  margin-top: 80px;
}

.pic_bar{
  gap: 20px; /* 画像間のスペース */
  margin: 20px;
}

.pic_bar_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  object-fit: contain;
}