@charset "utf-8";
/* CSS Document */

/*要素のフォントサイズやマージン・パディングをリセットしています*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  padding: 0;
}

/*行の高さをフォントサイズと同じにしています*/

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
nav ul {
  list-style: none;
  float: right;
}

/*引用符の表示が出ないようにしています*/
blockquote,
q {
  quotes: none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #666;
}
a:hover {
  color: #999;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  padding: 0;
  margin-top: 1em;
  margin-right: 10px;
  margin-bottom: 1em;
  margin-left: 10px;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input,
select {
  vertical-align: middle;
}

/*▲リセットCSS▲*/

body {
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.bg_fixed0 {
  width: 100%;
  display: block;
  position: relative;
  height: 100%;
  padding-top: 10;
}
.menu {
  margin-top: 60px;
  text-align: center;
  display: block;
  float: left;
  width: 100%;
}

.menu img {
  width: 12%;
  margin-left: 2%;
  margin-right: 2%;
}

.bg_fixed1 {
  width: 100%;
  display: block;
  position: relative;
  padding-top: 0;
	text-align: center;
}
.bg_fixed2 {
  width: 100%;
  display: block;
  position: relative;
  height: 100%;
  padding-top: 0;
}
.contents {
  width: 70%;
  margin: 40px auto 20px;
}

.contents p {
  margin-top: 40px;
  font-size: 1.4em;
}

.video {
  margin-top: 0;
  z-index: -20;
}

.enter {
	margin: 0 auto;
	padding-top: 100px;
}

.enter img{
	width: 40%;
}

.bg_fixed_f {
  width: 100%;
  display: block;
  position: relative;
  height: 700px;
  background-color: #33bfe3;
}
.footer_menu {
  text-align: center;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.footer_menu img {
  width: 12%;
  margin-left: 2%;
  margin-right: 2%;
}
.footer_text {
  padding-left: 80px;
  color: rgba(255, 255, 255, 1);
}
.footer {
  margin-top: 130px;
  text-align: center;
  display: block;
  width: 100%;
  color: rgba(255, 255, 255, 1);
}

.s3 {
  color: rgba(48, 188, 227, 1);
}

.s4 {
  color: rgba(232, 87, 95, 1);
}
.s5 {
  color: rgba(226, 181, 201, 1);
}

h2 {
  font-size: 1.5em;
}

.fa_icon {
  width: 24px;
  padding: 3px;
}

.information-manual__title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  padding-top: 80px;
}

.information-manual__content {
  margin-top: 40px;
}

.fb-container {
  margin-top: 80px;
}

.fb-container__title {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
}

.fb-flexbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  justify-content: center;
}
@media (max-width: 768px) {
  .fb-flexbox {
    flex-direction: column; /* 縦並びにする */
    align-items: center; /* 中央揃えにする（必要に応じて） */
  }
}

.fb-flexbox__text {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 768px) {
  .fb-flexbox__text {
    width: 100%;
  }
}

/* .fb-flexbox__content {
  display: flex;
  justify-content: center;
  width: 100%;
} */

@media (max-width: 768px) {
  .fb-flexbox__content {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

.fb-flexbox__img {
  max-width: 400px;
  width: 100%;
  height: auto;
}

.information-manual__content {
  font-size: 24px;
  text-align: center;
  justify-content: center;
  display: flex;
  margin-top: 20px;
  text-decoration: underline;
}
