/* ページ全体のスタイル */

h1 {
    text-align: center;
    padding: 20px 0;
    font-size: 28px;
    color: #000000;
    font-weight: bold;
}

ul li {
    list-style: disc;
    list-style-position: inside;
}

ol li {
    list-style: decimal;
    list-style-position: inside;
}

.login-top #contents {
    width: 900px;
}

.main-contents {
    padding-bottom: 50px;
}

.main-contents-body{
    width: 838px;
    margin: 0 auto;
}

/* セクションスタイル */
section div div {
    width: 760px;
    margin: 0 auto;
    padding: 10px 0;
}


/* 【フォーム画面】 */
/* 手続き備考セクション */
section.info-section {
   color: black;
}
section.info-section div{
    margin-bottom: 20px;
}

/* フォームセクション */
section.form-section {
    margin-top: 20px;
}

section.form-section form .form-basic {
    margin-top: 30px;
}

.form-basic th, .form-basic td {
  border-bottom: 1px solid #d2d6dc !important;
}

section.form-section form .form-error {
    border: 1px solid #d22b55;
    text-align: center;
    padding: 10px;
}

.info-text {
    width: 778px;
    color: #4E5A68;
    margin-top: 20px;
}

.info-text span{
    font-size: 14px;
    font-weight: bold;
}

.info-text p {
    font-size: 13px;
}

.info-text p a {
    color: #0000EE;
    text-decoration: underline;
}

th small {
    padding-top: 10px;
}
/* 各入力項目 */
.subject-system td label {
    display: inline-block;
    margin-top: 6px;
}
.atbb-admin-email td .email-confirm-span{
    margin: 10px 0;
}
/* 注意事項セクション */
section.attention-section {
    width: 778px;
    border: 1px solid #808080;
    margin: 0 auto;
}

section.attention-section h3 {
    text-align: center;
    padding: 25px 10px;
    font-size: 20px;
    color: #4E5A68;
}

section.attention-section div {
    width: 600px;
    padding: 10px;
    font-size: 14px;
    margin: 0 auto;
}
section.attention-section div ul li {
    margin-left: 5px;
}

section.attention-section div:last-child {
    margin-bottom: 15px;
}

/* 確認画面スタイル */
h2.confirm-title {
    text-align: center;
    padding: 20px 0;
    font-size: 24px;
    color: #4E5A68;
    font-weight: 700;
}
h2.confirm-title::before {
    display: none;
}

/* 送信結果画面 */
.result-h2 {
    width: 778px;
    margin: 100px auto 100px auto;
    padding: 20px 0;
    font-size: 20px;
    text-align: center;
    color: #4E5A68;
}
.result-text {
    width: 778px;
    margin: 100px auto 100px auto;
    padding: 20px 0;
    font-size: 20px;
    text-align: center;
    color: #4E5A68;
}

/* 共通パーツ */
/* ボタンスタイル */
.btn-group {
    width: 500px;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    justify-content: space-around;
}

button {
    color: white;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

button:hover{
    opacity: 0.7;
}

button.btn-reject{
    width: 150px;
    height: 50px;
    display: block;
    background-color: #999999;
}

button.btn-confirm{
    width: 243px;
    height: 50px;
    display: block;
    background-color: #3D85D6;
}