body {
    -webkit-text-size-adjust: 100% !important;
    margin: 0;
    padding: 0;
    background: #F7F7F7;
    animation: fadeIn 1s ease 0s 1 normal;
}
@font-face {
    font-family: shineikan-mincho;
    src: url(fonts/shineikan-mincho.woff);
    font-display: swap;
}
h1,.navigation {
    font-family: shineikan-mincho, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
}
.text,.footer-h,.footer-p {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-feature-settings: "palt";
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
#form-tbl {
    margin: 0;
    padding: 0;
}
#form {
    border-collapse: collapse;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
#form th,#form td {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-feature-settings: "palt";
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #666666;
    padding: 10px;
}
#form th {
    white-space: nowrap;
    background: #e8e8e8;
}
#form td {
    background: #ffffff;
}
input,textarea {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-feature-settings: "palt";
    font-size: 16px;
}
.center{
    text-align: center;
}
.linkarrow-700 {
    color: #005C9F;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-left: 1em;
    transition: .3s;
    font-weight: 700;
}
.linkarrow-700::after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 2px #005C9F;
    border-right: solid 2px #005C9F;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4.24px;
    transition: .3s;
}
.linkarrow-700:hover {
    color: #ACB8BF;
    transition: .3s;
}
.linkarrow-700:hover::after {
    border-color: #ACB8BF;
    transition: .3s;
}
p.btn input {
    margin: 10px 0;
    padding: 1em;
    background-color: #005899;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.2em;
    border: solid 2px #005899;
    border-radius: 4px;
}
.btn input:hover {
    background: #ffffff;
    color: #005899;
    transform: scale(1.1);
    transition: .3s;
}
p.btn2 input {
    margin: 0 0 10px 0;
    padding: 0;
    background-color: #F7F7F7;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #005C9F;
    border: none;
}
.btn2 input:hover {
    color: #ACB8BF;
    transition: .3s;
}
h1 {
    margin: 40px auto 0 auto;
    padding: 0;
    color: #005899;
    font-size: 21px;
    text-align: center;
    position: relative;
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 17px;
    }
}
.text {
    margin: 0 0 2px;
    padding: 0;
    color: #222222;
    text-align: left;
}
.main-wrapper {
    display: block;
    margin: 0 auto 40px auto;
    padding: 0;
    width: 28em;
}
@media screen and (max-width: 28em) {
    .main-wrapper {
        width: 85%;
    }
}
@media only screen and (max-width: 480px) {
    #form th,
    #form td {
        text-align: left;
        display: block;
        padding: 10px;
        border-top: none;
    }
    #form tr:first-child th {
        border-top: 1px solid #666666;
    }
    p.btn input {
        width: 45%;
    }
}
header {
    margin: 0;
    padding: 10px 0 10px 0;
    background: #005899;
    text-align: center;
}
.navigation-wrapper {
    margin: 0 25%;
    padding: 0 8px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 8px;
}
@media screen and (max-width:767px) {
    .navigation-wrapper {
        margin: 0 15%;
    }
}
@media screen and (max-width: 480px) {
    .navigation-wrapper {
        margin: 0;
    }
}
.navigation {
    margin: 0;
    padding: 15px 0;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
}
.navigation::after {
    position: absolute;
    bottom: 12px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #e70000;
    transform: scale(0, 1);
    transition: .3s;
}
.navigation:hover::after {
    transform: scale(1, 1);
}
.navigation-active {
    margin: 0;
    padding: 15px 0;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
}
.navigation-active::after {
    position: absolute;
    bottom: 12px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #e70000;
}
.navigation-active:hover {
    filter: alpha(opacity=70);
    opacity: .7;
    transition: .3s;
}
a {
    text-decoration: none;
}
footer {
	margin: 0;
	padding: 20px 0;
	background: #003E6B;
	overflow: hidden;
	line-height: .8;
}
.footer-wrapper {
	margin: 0 20% 20px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 15px;
}
.footer-logo-1 {
	width: 80%;
	transition: .8s;
}
.footer-logo-2 {
	display: none;
}
@media screen and (max-width:767px) {
	.footer-wrapper {
		margin: 0 15px 15px;
		grid-template-columns: repeat(3, 1fr);
		row-gap: 15px;
	}
	.footer-logo-1 {
		display: none;
	}
	.footer-logo-2 {
		display: block;
		margin: 0 auto 15px;
		width: 15%;
		transition: .8s;
	}
}
.footer-logo-1:hover {
	opacity: .8;
	transform: scale(1.1);
}
.footer-logo-2:hover {
	opacity: 0;
	transform: scale(3);
}
.footer-h {
	margin: 0;
	padding: 0 .5em;
	color: #eeeeee;
	font-size: 14px;
	line-height: 0.8;
	text-decoration: none;
	border-left: solid 5px #E70000;
}
.footer-h:hover {
	opacity: .7;
}
.footer-p {
	color: #eeeeee;
	font-size: 12px;
	line-height: 0.8;
}
.footer-p::before {
	content: "＞ ";
}
.footer-p:hover {
	opacity: .7;
}
.banner-wrapper {
	margin: 0 2% 20px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 15px;
}
@media screen and (max-width:767px) {
	.banner-wrapper {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 15px;
	}
}
.banner-box {
	transition: .3s;
}
.banner-box:hover {
	opacity: .8;
}
.banner-img {
	display: block;
	border-radius: 2px;
	max-width: 100%;
}
.mb04 {
    margin-bottom: .4em;
}
.mb08 {
    margin-bottom: .8em;
}
#thanksModal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.thanks-modal-content {
    background: #ffffff;
    padding: 24px 20px;
    border-radius: 8px;
    max-width: 320px;
    width: 80%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    text-align: center;
}
.thanks-btn-wrap {
    margin-top: 16px;
}
#closeThanksBtn {
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    background: #005C9F;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
#loadingOverlay {
    position: fixed;
    inset: 0;
    background: #ffffff;
    z-index: 9000;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
#loadingOverlay.active {
    opacity: 1;
    pointer-events: auto;
}
.loading-text {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    color: #005C9F;
    font-weight: 700;
}
.hp-wrap {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}