@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
body {
  line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}
nav ul {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
  font-weight:bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0; 
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
input, select {
  vertical-align:middle;
}
option {
  word-break: break-all;
  white-space: normal;
}

/*========

    set

========*/

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

/*=========

    outer

=========*/
html {
  max-width: 100%;
}
body {
  scroll-behavior: smooth;
  background-color: #fff;
}
body *,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  background-repeat: no-repeat;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
body,
header,
footer,
main,
section {
  display: block;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
main {
  margin-top: 0px        !important;
}
section {
  padding: 0px 0px 12px 0px;
}
.ctn {
  width: 640px;
  margin: 0 auto;
  padding: 0 0;
}
/*=========

    inner

=========*/
h1,
h2,
h3,
h4,
h4 {
  font-size: 16px;
  margin: 0px 0;
  font-weight: normal;
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-weight: 700;
}
p,
li,
th,
tr,
td,
dt,
dd,
div,
span,
input {
  font-size: 14px;
  line-height: 180%;
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-weight: 500;
  color: #221815;
}
p {
  margin: 8px 0;
}
a {
  font-size: inherit;
  font-family: inherit;
  color: #123;
  text-decoration: none;
  -webkit-transition: color,background 0.3s ease-in-out;
  transition: color,background 0.3s ease-in-out;
}
a:hover {
  color: #567;
  text-decoration: underline;
}
ol,
ul {
  margin: 0 auto;
  padding: 0 0;
  list-style-type: none;
}
ol li,
ul li {
  margin: 12px auto;
  padding: 0 0 0 0px;
  background-position: 0px 8px;
}
table {
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  border-spacing: 0;
  width: 100%;
}
table tr th,
table tr td {
  padding: 4px 4px;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
  line-height: 160%;
}
a.opc * {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
a.opc:hover * {
  opacity: 0.6;
}
.al-c {
  text-align: center;
}
.al-l {
  text-align: left;
}
.al-r {
  text-align: right;
}
.fl-l {
  float: left;
  padding: 0 24px 0 0;
}
.fl-r {
  float: right;
  padding: 0 0 0 24px;
}
.clear {
  clear: both;
}
.fs60 {
  font-size: 60%;
}
.fs80 {
  font-size: 80%;
}
.fs120 {
  font-size: 120%;
}
.fs150 {
  font-size: 150%;
}
.fs200 {
  font-size: 200%;
}
.fs240 {
  font-size: 240%;
}
.mg_s_12 {
  margin-right: 12px;
  margin-left: 12px;
}
.pd_s_48 {
  padding-right: 48px;
  padding-left: 48px;
}
.pd_s_80 {
  padding-right: 80px;
  padding-left: 80px;
}
.pd_s_110 {
  padding-right: 110px;
  padding-left: 110px;
}
.licence{
  display: none !important;
}
.licence input{
  display: none !important;
}