.main#volunteer__form {
    font-family: メイリオ, "ＭＳ Ｐゴシック", sans-serif;
    color: #444;
    font-size: 18px;
    max-width: 640px;
    margin: 50px auto;
}
.main#volunteer__form input {
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
}
#volunteer__form .text__red {
    color: red;
}
#volunteer__form .text__bold {
    font-weight: bold;
}
#volunteer__form p {
    line-height: 1.7;
    margin-bottom: 6px;
}
#volunteer__form .text__indent {
    text-indent: 16px;
}

#volunteer__form h1 {
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    margin: 40px 0;
}
#volunteer__form h2 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin: 40px 0 25px 0;
}
#volunteer__form h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
    color: #444;
}
#volunteer__form .title__arrow {
    position: relative;
    margin-top: 30px;
    font-weight: bold;
}
#volunteer__form .title__arrow::after {
    content: '↓';
    position: absolute;
    left: 0;
    top: -30px;
}
#volunteer__form h4 {
    font-size: 18px;
    font-weight: bold;
}
#volunteer__form h4::before {
    content: "●";
}
#volunteer__form .circle ~ .sub__title__h2 {
    text-align: end;
    margin-bottom: 20px;
    font-weight: bold;
}
#volunteer__form .circle::before {
    content: '●●●';
    margin-right: 20px;
}
#volunteer__form .circle::after {
    content: '●●●';
    margin-left: 20px;
}
#volunteer__form .triangle::before {
    content: '◆◆◆';
    margin-right: 20px;
}
#volunteer__form .triangle::after {
    content: '◆◆◆';
    margin-left: 20px;
}

#volunteer__form .volunteer__form__logo {
    font-weight: bold;
    text-align: end;
    font-size: 20px;
}
#volunteer__form .enter__information__title {
    font-size: 58px;
    text-align: center;
    color: #807979;
}
#volunteer__form .enter__information__top p{
    float: right;
    margin-bottom: unset;
    line-height: unset;
}
#volunteer__form .list__number .list__number__item {
    list-style-type: decimal;
    font-weight: bold;
}
#volunteer__form .table__member {
    border: 1px;
    width: 100%;
    text-align: center;
}
#volunteer__form .table__member tr th {
    text-align: center;
    height: 55px;
}
#volunteer__form .table__member tr td {
    text-align: center;
    height: 55px;
}
#volunteer__form .list__number .list__number__item .list__number__title {
    font-weight: bold;
}
#volunteer__form .list__number .list__number__item .list__number__content,
.list__triangle__item {
    font-weight: 400;
}
#volunteer__form .list__triangle__item p::before {
    content: '◇';
    margin: 0 15px 0 -30px;
}
#volunteer__form .arrow__left__item p::before {
    content: '➢';
    margin: 0 15px 0 -30px;
}
#volunteer__form .boder-none {
    border: none;
    width: 5%;
    outline: none;
}
#volunteer__form .input__time {
    width: 40px;
}
#volunteer__form .list__family__information .list__family__information__item {
    list-style-type: decimal;
}
#volunteer__form .img__family {
    padding: 200px 0;
    border-top: 2px dashed;
    text-align: center;
    border-bottom: 2px dashed;
    margin: 50px 0;
}
#volunteer__form .consignment__flow .consignment__flow__item {
    display: flex;
    margin-bottom: 30px;
}
#volunteer__form .consignment__flow__item dt span {
    display: flex;
    border: 1px solid #444;
    padding: 20px;
    width: 212px;
}
#volunteer__form .consignment__flow__item dt span p {
    text-align: center;
    display: inline-block;
    margin-bottom: 0;
}
#volunteer__form .consignment__flow .consignment__flow__item dd {
    margin-left: 20px;
}
#volunteer__form .credit__date {
    display: inline;
    border: 1px solid #444;
    padding: 6px;
}
#volunteer__form .comform__title {
    display: flex;
    font-size: 16px;
    justify-content: space-around;
    line-height: 1.6em;
    color: #FFFFFF;
    border: 1px solid #32CD32;
    font-weight: bold;
    padding: 6px 6px 6px 6px;
    margin: 8px auto 16px auto;
    background: linear-gradient(to bottom, #008000, #006600);
    text-shadow: 1px 1px 1px #555555;
    align-items: center;
}
#volunteer__form .capacityText{
    font-size: 0.8em;
    border: 1px solid #999;
    background-color: #ffffff;
    color: #555555;
    font-weight: normal;
    text-shadow: none;
    box-shadow: 0px 1px 2px #ccc inset;
    border-radius: 4px;
    padding: 0px 4px 0px 4px;
}
#volunteer__form .itemInput.itemComment {
 padding: 10px;
 border: 1px solid #A7CCA7;
 border-bottom: none;
}
#volunteer__form .comform input {
    outline: unset;
    border: 1px solid;
}
#volunteer__form form p {
    display: block;
}
#volunteer__form .comform .form-wraper {
    margin-bottom: 0;
}
#volunteer__form .privacyPolicy {
    padding: 12px;
    border: 1px solid #A7CCA7;
}
#volunteer__form .comform .form-wraper dl.field {
    display: flex;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #F0FFF0;
    margin: 0;
}
#volunteer__form .comform .form-wraper dl.field dt {
    width: 190px;
    padding: 10px;
    border-top: 1px solid #ccc;
    font-size: 14px;
}
#volunteer__form .comform .form-wraper dl.field dd {
    margin-bottom: 0;
    padding: 10px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #fff;
    width: 100%;
}
#volunteer__form .comform .form-wraper dl.field dd input {
    height: 27px;
    font-size: 14px;
}
#volunteer__form .heading-container  {
    position: relative;
    display: block;
    margin: 1.6em 0 1.4em 0;
    padding: 12px;
    width: 100%;
    font-size: 1.1em;
    border: solid 2px #aaa;
}
#volunteer__form .choice-table .choice__item input{
    margin-right: 10px;
    vertical-align: middle;
    width: 20px;

}
#volunteer__form .heading-container::before  {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 10%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    z-index: 2;
}
#volunteer__form .heading-container::after  {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 10%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #aaa;
    z-index: 1;
}
#volunteer__form .form-wraper .search__address__button {
    padding: 1px 1px 1px 1px;
    height: 27px;
    font-size: 14px;
    margin-left: 10px;
}
#volunteer__form .form-buttons {
    text-align: center;
    margin: 16px 0px;
    padding: 0;
}
#volunteer__form .form-wraper dl.field dd .address-wraper {
    display: flex;
}
#volunteer__form .address-wraper .address-field {
    width: 100px;
}
#volunteer__form dl.field dd input.zip-code {
    width: 70px;
}
/* Start: Retirement_form */
#volunteer__form .contact {
    display: flex;
    flex-wrap: wrap;
    margin: -10px 0 0 -10px;
}
#volunteer__form .contact__item__title::before {
    content: '●';
    margin-right: 10px;
}
#volunteer__form .contact__item {
    padding: 8px;
    border: 2px solid;
    width: 49%;
    margin: 10px 0 0 10px;
    font-weight: bold;
}
#volunteer__form .address-wraper {
    margin-bottom: 10px;
}
/* START: reimbursement_form */
#volunteer__form .reimbursement_form .comform__title {
    background: #ABABAB;
    border: 1px solid #AAAAAA;
    text-shadow: unset;
}
#volunteer__form .reimbursement_form .itemInput.itemComment {
    border: 1px solid #AAAAAA;
    border-bottom: none;
}
#volunteer__form .reimbursement_form .comform .form-wraper dl.field {
    background: #eeeeee;
}
/* END: reimbursement_form */
