@charset "UTF-8";
/* タイトル
------------------------------------*/
h1 {
  border-bottom: 1px solid #cccccc;
  font-size: 1.7em;
  margin: 0 0 5px;
  padding-bottom: 3px;
}

#container {
  width: 980px;
}

#maincontents {
  zoom: 100%;
  padding: 30px 30px 0;
}

#maincontents:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#leftArea {
  width: 570px;
  float: left;
}

#rightArea {
  width: 308px;
  padding-top: 15px;
  float: right;
}

#rightArea img:nth-of-type(1) {
  height: 222px;
}

#rightArea img:nth-of-type(2) {
  height: 262px;
}

p.text {
  line-height: 1.7;
  font-size: 0.95em;
  margin-bottom: 20px;
}

p.text span {
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  color: #004F99;
}

#rightArea img {
  display: block;
  margin-bottom: 28px;
}

#note {
  line-height: 1.7;
  padding: 10px;
  margin: 15px 75px 0;
  font-size: 0.90em;
  border: 1px solid #9F9F9F;
}

span.title_note {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  color: #313131;
}

#guidance {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 15px;
  padding-top: 35px;
  border-top: 1px dotted #C6C6C6;
}

#guidance img {
  width: 446px;
  height: 90px;
}

p.text span.nfc-link {
  display: block;
  font-size: 0.95rem;
  font-weight: normal;
  text-align: right;
  margin: 15px 0 0;
}

p.text span.nfc-link a:hover {
  text-decoration: underline;
}
