@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,700";
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

p {
  margin: 0;
}

img {
  vertical-align: bottom;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.f_right {
  float: right;
  display: inline;
}

.f_left {
  float: left;
  display: inline;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.no-wrap {
  overflow: hidden;
  _zoom: 1;
}

body {
  background: #f7f7f5;
  border-top: 8px solid #333;
  font-family: 'Roboto', 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 16px;
  }
}

.wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.wrap p {
  line-height: 1.5;
}
@media screen and (max-width: 899px) {
  .wrap {
    width: calc(100% - 3em);
  }
}
@media screen and (max-width: 599px) {
  .wrap {
    width: calc(100% - 2em);
  }
}

.title_box {
  padding-top: 3em;
}
@media screen and (max-width: 899px) {
  .title_box {
    padding-top: 1.5em;
  }
}
@media screen and (max-width: 599px) {
  .title_box {
    padding-top: 1em;
  }
}
.title_box h1 {
  font-size: 2.5em;
  line-height: 1.25;
  margin: 0;
}
.title_box h1 .y {
  display: block;
  font-size: 70%;
}
@media screen and (max-width: 899px) {
  .title_box h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 599px) {
  .title_box h1 {
    font-size: 1.75em;
  }
}
.title_box p.set {
  font-size: 1.25em;
  font-weight: bold;
  margin-top: 0.125em;
}
.title_box p.set:before {
  content: "\f0f6";
  font-family: fontAwesome;
  margin-right: 0.325em;
}

.reports_summary {
  border: solid #000;
  border-width: 3px 0;
  padding: 2em 0 2.5em;
  margin: 1em 0 2em;
}

p.infolist {
  margin-top: 0.325em;
  font-size: 85%;
}
@media screen and (max-width: 599px) {
  p.infolist {
    font-size: 90%;
  }
}

ul.page_sample {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 2em);
  max-width: 680px;
}
ul.page_sample li {
  width: calc((100% - 3em)/3);
  margin-top: 1.5em;
  border: 1px solid #ccc;
}
ul.page_sample img {
  width: 100%;
}

.arrow {
  margin-top: 1rem;
  font-size: 52px;
  color: #ccc;
  text-align: center;
}

.formArea {
  margin: 1em 0;
}
@media screen and (max-width: 599px) {
  .formArea {
    background: #fff;
    padding: 1.5em 1em;
    border-radius: 0.5em;
    border: solid 1px #ccc;
  }
}
.formArea input[type="submit"] {
  display: block;
  border-radius: 0.25em;
  padding: 0.75em 0;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #fff;
  width: 80%;
  max-width: 15em;
  letter-spacing: 0.1em;
  cursor: pointer;
  margin: 0 auto;
  text-shadow: 1px 1px 1px #666;
  background: #359618;
  background: -webkit-gradient(linear, left top, left bottom, from(#64c747), to(#359618));
  background: linear-gradient(to bottom, #64c747 0%, #359618 100%);
}

.doc_form {
  margin-bottom: 1em;
}
.doc_form th, .doc_form td {
  border: 1px solid #ccc;
  padding: 10px;
  background: #fff;
}
.doc_form th {
  font-weight: bold;
  width: 12em;
  text-align: right;
}
.doc_form th:after {
  content: "*";
  margin-left: 0.25em;
  color: #e33;
}
.doc_form td input {
  background: #f9f9f9;
  font-size: 18px;
  padding: 10px;
  color: #333;
  border: solid 1px #ccc;
  border-radius: 4px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .doc_form th, .doc_form td {
    display: block;
    width: 100%;
    border: 0;
    text-align: left;
    padding: 0 0 0.25em;
  }
  .doc_form td {
    margin-bottom: 0.75em;
  }
}

.guide {
  margin-top: 4em;
  font-size: 85%;
}
@media screen and (max-width: 599px) {
  .guide {
    font-size: 100%;
  }
}

footer {
  background: #333;
  color: #fff;
  margin-top: 5em;
  text-align: center;
}
footer p.copyright {
  font-size: 14px;
  padding: 4em 0;
}
@media only screen and (max-width: 468px) {
  footer p.copyright {
    font-size: 11px;
  }
}

.dl_wrap {
  height: 90vh;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .dl_wrap {
    margin: 0 15px;
  }
}
.dl_wrap .rsp {
  display: none;
}
@media screen and (max-width: 599px) {
  .dl_wrap .rsp {
    display: block;
  }
}
.dl_wrap .center_area {
  background: #fff;
  padding: 3em;
  border: 1px solid #ccc;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .dl_wrap .center_area {
    padding: 1.5em 1em;
    line-height: 1.25;
  }
}
.dl_wrap .sub {
  font-size: 0.875em;
}
.dl_wrap .title {
  margin-top: 0.5rem;
  font-size: 2em;
}
@media screen and (max-width: 599px) {
  .dl_wrap .title {
    font-size: 1.325em;
  }
}
.dl_wrap .cap {
  margin-top: 0.75rem;
  font-size: 0.825em;
}
.dl_wrap .dll {
  margin: 1.5em 0;
}
@media screen and (max-width: 599px) {
  .dl_wrap .dll {
    margin: 1em 0;
  }
}
.dl_wrap a {
  color: #13a08a;
  display: block;
  font-size: 1.25em;
  padding: 0.825em 1.5em;
  border: dotted #666;
  border-width: 1px 0;
}
@media screen and (max-width: 599px) {
  .dl_wrap a {
    padding: 0.825em 0.5em;
  }
}
.dl_wrap a:before {
  content: "\f0f6";
  font-family: fontAwesome;
  margin-right: 0.325em;
}
.dl_wrap a:hover {
  background: #dcefd7;
}
.dl_wrap .min {
  font-size: 80%;
}
.dl_wrap .copyright {
  font-size: 0.825em;
}

#error_box {
  margin: 20px auto;
  max-width: 100%;
  padding: 1em;
  border: 2px solid #e33;
}

p.error {
  font-size: 100%;
  color: #e33;
  font-weight: bold;
}
p.error:before {
  content: "\f00c";
  font-family: fontAwesome;
  margin-right: 0.25em;
}
