#nav {
  border-top: 3px solid #00b8ee; }

#container #article h3:before {
  border: 3px solid #00b8ee; }

#section01 {
  clear: both;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    #section01 {
      margin: 0 !important; }
      #section01 p {
        margin-bottom: 0; } }

#section02 {
  clear: both;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    #section02 {
      margin: 0; } }

#section01 p,
#section02 p {
  padding: 0 10px;
  font-size: 1.2em;
  text-indent: 0; }

#section02 table {
  width: 750px;
  margin-bottom: 50px;
  clear: both; }
  @media screen and (max-width: 768px) {
    #section02 table {
      width: 100%;
      margin-bottom: 30px; } }

#section02 table th,
#section02 table td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #cccccc; }
  @media screen and (max-width: 768px) {
    #section02 table th,
    #section02 table td {
      display: block;
      width: 100%; } }

#section02 table th {
  text-align: center;
  width: 210px;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    #section02 table th {
      width: 100%; } }

#section02 table tr:nth-child(odd) th {
  background: #a5e2f5; }

#section02 table tr:nth-child(even) th {
  background: #abebfe; }

#section02 table tr:nth-child(odd) td {
  background: #f3f3f3; }

#section02 table tr:nth-child(even) td {
  background: #ffffff; }

#article #section02 table td {
  position: relative; }

#article #section02 table td p {
  margin-bottom: 0;
  font-size: 0.9em; }

#article #section02 table td ul li {
  width: 33%;
  float: left; }
  @media screen and (max-width: 768px) {
    #article #section02 table td ul li {
      width: 100%;
      float: none;
      display: block;
      margin-bottom: 5px; } }

#article #section02 table td ul:after {
  content: "";
  clear: both; }

#article #section02 table td ul li:nth-child(3n+1) {
  clear: both; }

#article #section02 table td ul li input {
  margin-right: 10px;
  position: relative;
  top: 2px; }

#article #section02 table td ul li label {
  cursor: pointer; }

#section02 form table td input[type=text] {
  width: 30em;
  display: inline;
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    #section02 form table td input[type=text] {
      width: 100%; } }

#section02 form table td textarea {
  width: 30em;
  height: 10em; }
  @media screen and (max-width: 768px) {
    #section02 form table td textarea {
      width: 100%; } }

#section02 input[type=text] {
  padding: 10px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  border-radius: 5px;
  border: 1px solid #cccccc;
  box-shadow: inset 3px 3px 5px 1px rgba(200, 200, 200, 0.3);
  -webkit-box-shadow: inset 3px 3px 5px 1px rgba(200, 200, 200, 0.3);
  -moz-box-shadow: inset 3px 3px 5px 1px rgba(200, 200, 200, 0.3);
  font-size: 1em;
  margin-right: 0.5em; }

#article #section02 table tr:nth-child(2) td input[type=text] {
  margin-bottom: 10px; }

input::-webkit-input-placeholder {
  color: #999999;
  line-height: 1.5em; }

input:-ms-input-placeholder {
  color: #999999;
  line-height: 1.5em; }

input::-moz-placeholder {
  color: #999999;
  line-height: 1.5em; }

#section02 form input[type=submit] {
  width: 350px;
  display: block;
  margin: 0 auto 10px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.1em;
  transition: all .3s;
  color: #ffffff;
  font-size: 1.1em;
  font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
  font-style: normal;
  font-weight: 200;
  text-decoration: none;
  border-radius: 5px;
  background: #00b8ee;
  position: relative;
  transition: all .3s;
  border: 0;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    #section02 form input[type=submit] {
      width: 80%; } }

#section02 form input[type=submit]:hover {
  opacity: 0.5; }

#section02 form input[type=button] {
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  height: 3em;
  line-height: 2em;
  background: #999999;
  color: #FFFFFF;
  font-size: 1em;
  letter-spacing: 0.1em;
  font-weight: 500;
  border-radius: 5px;
  border: 0;
  cursor: pointer; }

#attention {
  margin-bottom: 20px;
  padding: 10px; }

#attention p {
  text-indent: 0;
  margin-bottom: 0;
  color: #d62a79;
  font-size: 1.2em;
  font-weight: bold; }
