@charset "UTF-8";
/* Scss Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/* 共通 */
#wrap_modal {
  width: 600px;
  margin: 0 auto; }

/* 個人情報保護方針 */
#body_privacy {
  background-color: #ffffff;
  color: #333333;
  line-height: 165%;
  width: 600px; }
  #body_privacy #title_contents {
    margin: 15px 30px 15px; }
  #body_privacy #contents_privacy {
    font-family: "fot-seurat-pron",sans-serif;
    font-size: 24px;
    margin: 0 15px 30px; }
    #body_privacy #contents_privacy p {
      font-size: 21px; }

#body_2x4 {
  background-color: #ffffff;
  color: #333333;
  font-family: "fot-seurat-pron",sans-serif;
  font-size: 18px;
  line-height: 165%;
  width: 600px; }
  #body_2x4 #title_contents {
    margin: 15px 0px 15px; }
  #body_2x4 #contents_2x4 {
    font-family: "fot-seurat-pron",sans-serif;
    font-size: 24px;
    margin: 0 15px 30px; }
    #body_2x4 #contents_2x4 #txt1 {
      width: 100%;
      display: inline-block;
      margin-bottom: 20px; }
    #body_2x4 #contents_2x4 #fig1 {
      width: 600px;
      display: inline-block;
      margin: 20px 0;
      text-align: center; }
    #body_2x4 #contents_2x4 #fig2 {
      width: 600px;
      display: inline-block;
      margin: 20px 0;
      text-align: center; }
    #body_2x4 #contents_2x4 #linkbtn {
      display: inline-block;
      width: 448px;
      margin: 40px 76px 40px;
      text-align: left;
      text-size: 24px;
      color: #6e1719;
      background-color: #f9f6b9;
      border: solid 2px #a67c52;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      padding: 8px; }
      #body_2x4 #contents_2x4 #linkbtn a:link {
        color: #eb5e1a;
        text-decoration: none; }
      #body_2x4 #contents_2x4 #linkbtn a:hover {
        color: #ffffff;
        text-decoration: none; }
      #body_2x4 #contents_2x4 #linkbtn a:visited {
        color: #eb5e1a;
        text-decoration: none; }
      #body_2x4 #contents_2x4 #linkbtn a:active {
        color: #eb5e1a;
        text-decoration: none; }

#body_about {
  background-color: #ffffff;
  color: #333333;
  font-family: "fot-seurat-pron",sans-serif;
  font-size: 18px;
  line-height: 165%;
  width: 600px; }
  #body_about #title_contents {
    margin: 15px 0 15px 15px; }
  #body_about #contents_about {
    font-family: "fot-seurat-pron",sans-serif;
    font-size: 22px;
    margin: 0 15px 30px; }
    #body_about #contents_about #txt1 {
      width: 100%;
      display: inline-block;
      margin-bottom: 20px; }
    #body_about #contents_about #fig1 {
      width: 600px;
      display: inline-block;
      margin: 20px 0;
      text-align: center; }
    #body_about #contents_about #fig2 {
      width: 600px;
      display: inline-block;
      margin: 20px 0;
      text-align: center; }
    #body_about #contents_about #linkbtn {
      display: inline-block;
      width: 448px;
      margin: 20px 76px 30px;
      text-align: center;
      text-size: 24px;
      color: #6e1719;
      background-color: #f9f6b9;
      border: solid 2px #a67c52;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      padding: 8px; }
      #body_about #contents_about #linkbtn a:link {
        color: #eb5e1a;
        text-decoration: none; }
      #body_about #contents_about #linkbtn a:hover {
        color: #ffffff;
        text-decoration: none; }
      #body_about #contents_about #linkbtn a:visited {
        color: #eb5e1a;
        text-decoration: none; }
      #body_about #contents_about #linkbtn a:active {
        color: #eb5e1a;
        text-decoration: none; }
