/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 14 2025 | 02:15:42 */
/* 固定ページ */
.supporter-form {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
}

.supporter-form p {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}

.supporter-form h2 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 600;
  font-size: 21px;
  color: #0065b2;
  text-decoration: underline;
  text-underline-offset: 8px;
  padding-top: 60px;
  padding-bottom: 18px;
}

.form-title {
	margin: 30px auto 15px;
	display: block;
	width: 90%;         
    max-width: 400px;   
    height: auto;
}
@media screen and (min-width: 1024px) { 
  .form-title {
    margin: 60px auto 70px;
	display: block;
	width: 100%;   
    max-width: 450px; 
    height: auto;
  }
}

/* ボタン */
.form-button-actions {
    display: flex;
    align-items: center;
    gap: 15px;
	margin-top: 15px;
}

.form-button-actions .btn-outline {
    display: inline-flex;      
    justify-content: center;   
    align-items: center; 
    border: 2px solid #0065b2;
    background-color: #0065b2;
	width: 260px;
	height: 40px;
    padding: 0 23px 2px 23px;
    border-radius: 0;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s;
	text-decoration: none;
}

.form-button-actions .btn-outline:hover {
    color: #fff462;
	background-color: #0065b2;
}

