@charset "UTF-8";
/* CSS Document */

em{ color: #DC161D; font-weight: normal; font-style: normal; font-size: 100%;}
.article-title{ font-size: 172%;}
.lead-text{ font-size: 128%; font-weight: normal;}

input[type="text"],
input[type="tel"],
input[type="email"]{ width: auto;}
input[name="zip01"]{ width: 6em;}
input[name="zip02"]{ width: 8em;}

input[type="submit"]{
  font-size: 136%; color: #FFFFFF; background:#003342; padding: 0.4em 4.0em; border:none; border-radius: 0.5em;
}

.txt01{ background: #6B878F; color: #FFFFFF; font-size: 128%; font-weight: bold; text-align: center; border-radius: 0.5em; padding: 0.5em 0;}

.table-form th{ background: #e5eaec;}
.table-form td{ background: #f5f5f5;}
.table-form tr:first-child th{ border-radius: 0.5em 0.5em 0 0;}
.table-form tr:last-child td{ border-radius: 0 0 0.5em 0.5em;}

.note a{ text-decoration: underline; color: #0076ff;}