@charset "UTF-8";
body {
    margin: 0;
    background-color: #000;
    display: flex;
    justify-content: center;
    font-family: 'Noto Sans JP', sans-serif;
}

.container {
    max-width: 480px;
    width: 100%;
    background-color: #ffffff;
}

.container img {
    width: 100%;
    display: block;
}


/*エントリーボタン*/
.entry{
  position: relative;
  text-align: center;
}

.entry img a:hover{
    opacity: 0.7;
}

.entry img.imagup01{
  position: absolute;
  top: 58%;
  left: 50%;
  width: 70%;
  transform: translate(-50%,-50%);
  color: #fff;
}
.entry img.imagup02{
  position: absolute;
  top: 92%;
  left: 50%;
  width: 70%;
  transform: translate(-50%,-50%);
  color: #fff;
}
/* フォーム */
.form_container {
	background-color: #c9dbf6;
    position: relative;
	padding: 30px 28px;
}
.form_container h2{
	display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 25px;
	font-size: 1.8em;
}
.form_container h2::after {
    content: "";
    display: block;
    width: 120px;
    height: 5px;
    background-color: #3a6db8;
    margin-top: 5px;  /* 文字と線の隙間 */
}
.form_container .read{
	font-size: 16px;
	font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.form_container .form_line{
	width: 70%;
	margin: 0 auto;
}
.form_container h3{
	font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}
.form_container .mail_form .wpcf7{
	background-color: white;
    padding: 25px;
}

.form_container .mail_form label {
    font-size: 15px;
    font-weight: bold;
}
.form_container .mail_form label span.r {
    margin-left: 5px;
    color: #f94a29;
}
.form_container .mail_form select,
.mail_form input[type="text"],
.mail_form input[type="email"],
.mail_form input[type="submit"],
.mail_form textarea {
    font-size: 16px;
    padding: 17px;
    color: #000;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-top: 10px;
    font-family: 'Noto Sans JP', sans-serif;
	box-sizing: border-box;
	border: solid 1px #a9a9a9;
}
.form_container .mail_form select {
	color: #000;
    appearance: none; /* デフォルトのドロップダウン矢印を非表示にする */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding-right: 30px; /* 矢印のスペースを確保 */
    background-image: url(img/line-lp/select_arrow.svg);
    background-repeat: no-repeat;
    background-position: 94%;
    background-size: 3%;
}
.form_container .mail_form .policy {
    font-size: 12px;
    text-align: center;
}
.form_container .mail_form .policy a,.t_form .policy a:link {
    text-decoration: underline;
    color: #007cff;
}
.form_container .mail_form input[type="submit"] {
    border-radius: 50px;
    background-color: #f94a29;
    color: white;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: bold;
    margin-top: 30px;
    cursor: pointer;
	border: none;
}
/* サンクスページ */
.container {
    height: 100vh;
}
.container .thanks_inner h2{
    font-size: 2em;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
    margin: 0px 0px 80px 0px;
}
.container .thanks_inner{
	width: auto;
    padding: 100px 30px;
    font-size: 1.2em;
    line-height: 2em;

}