
.text1 {
    font-size: 100%;
    letter-spacing: 0.5px;
    line-height: 1.3;
}
.text2 {
    font-size: 112%;
    letter-spacing: 0.9px;
    line-height: 1.4;
}
.text3 {
    font-size: 125%;
    letter-spacing: 1.4px;
    line-height: 1.2;
}

body {
  background: #006600;
  color: #fff;
}

a {
  color: #FFCC00;
}


#outline {
  max-width: 900px;
  margin: 0 auto;
}

#symbol {
  margin: 60px 0;
  text-align: center;
}

#symbol img {
    width: 100%
}

#header {
 max-width: 900px;
 text-align: center;
 margin : 0 auto;
}

#header img {
 width: 100%;

}

.read {
  max-width: 830px;
  margin: 20px auto;
  padding: 0 20px; 
}


#guideline {
  max-width: 900px;
  margin: 40px auto;
  text-align: left;
}

#guideline p {
  padding: 0px 40px 5px 40px;
}

#guideline .hedline {
  max-width: 900px;
  height: 35px;
  margin: 30px auto;
  background: #004400;
}

#guideline .hedline p {
  margin: 5px;
  padding: 9px 5px 0 5px;
  font-size: 1.3em;
  color: #FFCC00;
}

#guideline ul {
  max-width: 830px;
  margin: 20px auto;
  padding: 0 20px;
}

#guideline ul li {
  list-style-type: disc;
  margin: 5px 10px 10px;
  padding-left: 2px;
}

div.votebtn a {
  text-decoration: none !important;
}

div #govote {
  max-width: 300px;
  height: auto;
  margin: 0 auto !important;
  padding: 20px;
  border-radius: 10px;
  margin: 60px 0;
  text-align: center;
  background: #ffdf00;
}
#govote p {
  font-size: 1.7em;
  color: #002776;
}





#submit {
  margin: 40px auto;
  text-align: center;
}

.footer {
  margin: 40px auto 70px;
  text-align: center;  
}

.footer img {
  margin: 5px 0;
}

.hedline {
    text-align: center;
}

.selectarea {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  padding: 15px;
  border: solid 1px #004400;
}

.selectarea p {
    margin: 5px 0 20px;
}

.yellow {
  font-size: 1.3em;
  color: #ffcc00;
}

.selectarea p.music {
  margin: 0 0 20px 20px;
}

#formArea {
  max-width: 800px;
  margin: 50px auto 0;
  text-align: left;
  padding: 5px;
}

#formArea dl {
  margin: 20px 0;
}

#formArea dt {
  margin: 5px 0;
  font-size: 1rem;
}

#formArea dd {
  margin-inline-start: 0px;
}


section {
  margin: 50px 0;
}



#formArea input, #formArea button, #formArea textarea, #formArea select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#formArea input, #formArea button, #formArea textarea, #formArea select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#formArea input[type="text"], #formArea input[type="password"], #formArea input[type="email"], #formArea input[type="tel"], #formArea textarea {
    width: 90%;
    padding: 6px 15px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 6px;
    box-shadow: 0 0 0 rgba(0,0,0,0) inset;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    line-height: 1.4;
    color: #222427;
    transition: box-shadow 0.4s ease-out 0s, background-color 0.4s ease-out 0s;
}


#formArea select {
    padding: 5px 30px 4px 20px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 6px;
    box-shadow: 0 0 0 rgba(0,0,0,0) inset;
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
    color: #222427;
    text-align: center;
}

#formArea label.typeRadio {
    position: relative;
    display: inline-block;
    height: 32px;
    padding: 6px 0 0 45px;
    cursor: pointer;
}


#formArea input[type="radio"] {
    display: none;
}

#formArea .sctSet dl .radioSet {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

#formArea .sctSet dl .radioSet .list:not(:first-child) {
    margin-left: 30px;
}

#formArea label.typeRadio {
    position: relative;
    display: inline-block;
    height: 32px;
    padding: 6px 0 0 45px;
    cursor: pointer;
}

#formArea label.typeRadio::before {
    border: 1px solid #c1c1c1;
    background: #fff;
}

#formArea label.typeRadio::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    content: '';
    border: 1px solid #c1c1c1;
    border-radius: 30px;
    background: #fff;
}

#formArea input[type="radio"]:checked+label.typeRadio::after {
    background-color: #222427;
}

#formArea input[type="radio"]:checked+label.typeRadio::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    width: 16px;
    height: 16px;
    background-color: #222427;
    border-radius: 30px;
}

#formArea .sctSet dl dd input + i {
    margin-left: 12px;
}

#formArea .sctSet dl dd i {
    display: inline-block;
    vertical-align: middle;
}




#formFoot .attention {
    background-color: #003300 ;
    border-radius: 6px;
    padding: 30px;
    font-size: 0.8rem;
    text-align: left;
    margin: 0 auto 80px;
}

em, strong, i, b {
    font-style: normal;
    font-weight: inherit;
}


ul, ol, dl {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
}

#formArea button {
    display: block;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    /* border-radius: 2px; */
    border-radius: 100px;
    width: 100%;
    max-width: 250px;
    min-width: 200px;
    height: 60px;
    padding: 0 10px;
    margin: 0 auto;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.2;
    color: #222427;
    position: relative;
    transition: all 0.4s ease-out 0s;
    cursor: pointer;
} 

#formFoot .btnSet li {
    width: 250px;
    margin: 10px 20px;
}

#formArea button[type="submit"] {
    border: none;
    background-color: #ffdf00;
    color: #002776;
}

#formArea button em {
    font-weight: inherit;
    display: inline-block;
    /* position: relative; */
}

em, strong, i, b {
    font-style: normal;
    font-weight: inherit;
}

ol, li {
    list-style: none;
}

#formArea button[type="submit"] em::before {  
}



#formFoot .btnSet {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

#formArea .sctSet .sectionTtl {
    border-bottom: 1px solid #003300;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 40px;
}

#formArea .sctSet .sectionTtl h3 {
    background: #003300;
    color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 5px 20px;
    border-radius: 10px 10px 0 0;
}

#formArea input.sizeL {
    max-width: 500px;
}

#formArea input.sizeXS {
    width: 60px;
    text-align: center;
}

.thanks {
  padding: 200px 0 100px;
  text-align: center;
}

#back {
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
#commonFooterInner {
    padding: 15px 0;
    width: 100%;
    background-color: #282828;
    text-align: center;
}  
}

