input, label, object, select, textarea {
  vertical-align: middle;
  outline: 0;
}

a, label {
  cursor: pointer;
}

.inner, .inner_full, .main_wrapper, section {
  overflow: hidden;
}

a.box-link, body, html {
  height: 100%;
}

img, p {
  max-width: 100%;
}

.item_tax, address, article, aside, figcaption, figure, footer, header, hgroup, hr, img, legend, menu, nav, section, summary {
  display: block;
}

address, blockquote, body, caption, code, dd, div, dl, dt, fieldset, figcaption, figure, form, h1, h2, h3, h4, h5, h6, img, input, legend, li, ol, p, pre, textarea, ul {
  margin: 0;
  padding: 0;
}

button, input[type=submit], input[type=button] {
  padding: 0;
  border: none;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border-radius: 0;
  font: inherit;
}

abbr, acronym, fieldset, img {
  border: none;
}

a {
  transition: all .3s ease 0s;
}

a, a:active, a:hover, a:visited {
  color: #222;
  text-decoration: none;
  outline: 0;
}

a.blank, a.link {
  text-decoration: underline;
  color: #333;
}

a.blank:hover, a.link:hover {
  text-decoration: none;
  opacity: .6;
}

p.txt a {
  text-decoration: underline;
}

p.txt a:hover {
  text-decoration: none;
}

a.box-link {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

img {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  line-height: 0;
}

embed, object {
  outline: 0;
}

address, caption, cite, code, dfn, th, var {
  font-weight: 400;
  font-style: normal;
}

em, strong {
  font-weight: 700;
  font-style: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, label, select, textarea {
  font-size: 100%;
  font-family: inherit;
  padding: 5px;
}

textarea {
  overflow: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
  line-height: 1;
}

.subtitle h3, h3.h3, h4, h5, h6 {
  line-height: 1.5;
}

h2.h2, h3.h3 {
  margin-bottom: 2rem;
}

h3.f-jp {
  line-height: 1.2;
}

.small, h3 .small {
  font-size: 14px;
}

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

abbr, acronym {
  font-variant: normal;
}

ol, ul {
  list-style: none;
}

p {
  line-height: 1;
  overflow: visible;
}

p.txt {
  text-align: justify;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.f-jp, .inner, .inner_full, .section, img {
  margin: 0 auto;
}

.text {
  line-height: 1.68;
}

.center, p.txt.center {
  text-align: center;
}

.txtR {
  text-align: right;
}

.txtL, caption, td, th {
  text-align: left;
}

.item_tax {
  font-size: 9px;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

caption, td, th {
  vertical-align: top;
}

.align-center, td, th {
  vertical-align: middle;
}

body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
}

button, input, select, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  border-spacing: 0;
  font-size: inherit;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

html {
  overflow-x: hidden;
}

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

body {
  width: 100%;
  min-width: 320px;
  color: #222;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
}

.col1, .inner, .inner_full, img {
  height: auto;
}

img {
  border-style: none;
}

.disnone {
  display: none;
}

.br-pc, .pc {
  display: block;
}

.br-sp, .mode-sp, .pad, .sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .br-pc, .pc {
    display: none;
  }
  .mode-sp, .pad {
    display: block;
  }
}

@media only screen and (min-width: 480px) {
  .br-sp, .sp {
    display: block;
  }
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.br::before {
  content: "\a";
  white-space: pre;
}

.main_wrapper {
  padding-top: 60px;
}

.pdg-box {
  padding: 60px;
}

.pdg-box-w0 {
  padding: 60px 0;
}

.pdg-w40 {
  padding: 0 40px;
}

.pdg-h40 {
  padding: 40px 0;
}

.inner_full {
  width: 100%;
  position: relative;
}

.inner.visible, .section.visible {
  overflow: visible;
}

.text_header {
  margin: 0 auto 70px;
  text-align: center;
}

.text_area p {
  text-align: justify;
  text-align: left;
  display: block;
  margin-bottom: 1rem;
  line-height: 1.8;
}

.bg-bk {
  background-color: #000;
  color: #fff;
}

.bg-wh {
  background-color: #fff;
}

.section {
  max-width: 1480px;
  position: relative;
  padding: 0;
}

.bdr_box, .col-center-inner, .col-inner-full {
  margin: 0 auto;
  padding: 60px;
}

.section.full_size {
  max-width: inherit;
}

.col_wrapper, .flex {
  position: relative;
  display: flex;
  flex-flow: row wrap;
}

.col_wrapper.reverse, .flex.reverse {
  flex-direction: row-reverse;
}

.jc_spase {
  justify-content: space-around;
}

.jc_center {
  justify-content: center;
}

.jc_between {
  justify-content: space-between;
}

.jc_end {
  justify-content: flex-end;
}

.al_center {
  align-items: center;
}

.al_end {
  align-items: flex-end;
}

.col_wrapper.jc-center {
  justify-content: center;
}

.col_wrapper > div {
  letter-spacing: 1px;
  position: relative;
  text-align: left;
}

.col-center-inner, .col-inner-full, .header-area, .header-area h2, .low-center, h4.sub-title {
  text-align: center;
}

.col-center {
  min-height: 400px;
  flex-direction: column;
  z-index: 1;
  color: #fff;
}

.al-2 {
  line-height: 2;
}

.col25 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col30 {
  flex: 0 0 30%;
  max-width: 30%;
}

.col40 {
  flex: 0 0 40%;
  max-width: 40%;
}

.col45 {
  flex: 0 0 45%;
  max-width: 45%;
}

.col50 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col60 {
  flex: 0 0 60%;
  max-width: 60%;
}

.col70 {
  flex: 0 0 70%;
  max-width: 70%;
}

.col16 {
  flex: 0 0 16.666%;
  max-width: 16.666%;
}

.col3 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.col4 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col2 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col1 {
  flex: 0 0 100%;
  max-width: 100%;
  border: 0;
}

.col-center, .relative {
  width: 100%;
  height: 100%;
}

.col20 {
  flex: 0 0 22%;
  max-width: 22%;
}

.col10 {
  flex: 0 0 10%;
  max-width: 10%;
}

.colR {
  flex: 0 0 35%;
  max-width: 35%;
  position: relative;
}

.colL {
  flex: 0 0 65%;
  max-width: 65%;
  position: relative;
}

.col-img {
  flex: 0 0 38.2%;
  max-width: 38.2%;
}

.col-txt {
  flex: 0 0 61.8%;
  max-width: 61.8%;
}

.col {
  flex: 0 0 32%;
  max-width: 32%;
}

.relative {
  position: relative;
}

.col-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.col-center-inner {
  width: 90%;
  position: relative;
}

.col-inner-full {
  width: 100%;
}

.center-block {
  margin: 0 auto;
}

.align-center {
  display: table-cell;
}

.bdr_box, .inline, ol.ol {
  display: inline-block;
}

.low-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.nav-shadow {
  box-shadow: 0 5px 4px -3px transparent;
}

.bdr_box {
  border: 2px solid #999;
  position: relative;
  overflow: hidden;
}

table, td, th {
  border: 1px solid #ccc;
}

.W_narrow {
  width: 70%;
}

.w_auto {
  width: auto;
}

.W_full {
  width: 100%;
}

.header-area {
  margin-right: auto;
  margin-left: auto;
  padding: 90px 0 0;
  width: auto;
  position: relative;
  z-index: 1;
}

.header-area h2 {
  font-size: 30px;
}

h4 {
  font-size: 100%;
}

h4.sub-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 2rem;
  line-height: 1;
}

.single_text_area {
  width: 836px;
  max-width: 90%;
  position: relative;
  margin: 44px auto 0;
}

.single-page .h4, .single-page h3, .single-page h4 {
  margin-bottom: 1rem;
  font-weight: 700;
}

.single-page .txt.mgn-b, .single-page ol {
  margin-bottom: 2rem;
}

.single-page .h4 > ol, .single-page .h4 > ul {
  margin-top: 1rem;
}

.single-page ol, .single-page ul {
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
}

.single-page ol {
  margin-left: 1rem;
  list-style: decimal;
}

.single-page ol li {
  margin-left: 0;
  letter-spacing: 1px;
}

.single-page ol li ol li {
  font-weight: 300;
}

table {
  margin: 20px auto;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

td, th {
  padding: 10px;
}

th {
  letter-spacing: 1px;
  text-align: left;
}

td {
  text-align: center;
}

ol.ol li, table.table td, table.table th {
  text-align: left;
}

table.table td {
  width: 61.8%;
}

ol.ol {
  list-style-type: decimal;
}
