@charset "UTF-8";
/* -----------------------------------------------------------------------------
  0. RESET
----------------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, address, caption, img, figure, figcaption {
  margin: 0;
  padding: 0;
}

button, input[type="submit"], input[type="button"] {
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
}

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

/* -----------------------------------------------------------------------------
  1. html, body, a
----------------------------------------------------------------------------- */
a {
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

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

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

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

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

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

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

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

/* -----------------------------------------------------------------------------
  2. inline elements
----------------------------------------------------------------------------- */
img {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  border: none;
  line-height: 0;
  max-width: 100%;
}

embed, object {
  outline: none;
}

object {
  vertical-align: middle;
  outline: none;
}

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

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

fieldset {
  border: none;
}

input, textarea, select, label {
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
  padding: 5px;
  outline: none;
}

label {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

section {
  overflow: hidden;
}

/* -----------------------------------------------------------------------------
  3. block elements
----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

h3.h3, .subtitle 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;
}

hr {
  display: none;
}

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

abbr, acronym {
  border: none;
  font-variant: normal;
}

ul, ol {
  list-style: none;
}

p {
  max-width: 100%;
  line-height: 1;
  overflow: visible;
}

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

.text {
  line-height: 1.68;
}

.f-jp {
  width: 90%;
  margin: 0 auto;
}

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

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

.txtR {
  text-align: right;
}

.txtL {
  text-align: left;
}

.item_tax {
  font-size: 9px;
  display: block;
}

.bold {
  font-weight: bold;
}

/* -----------------------------------------------------------------------------
  4. table elements
----------------------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

/* -----------------------------------------------------------------------------
  5. html5 elements(not use)
----------------------------------------------------------------------------- */
header, nav, aside, section, article, footer, address, figure, figcaption, hgroup, hr, legend, menu, summary {
  display: block;
}

body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  /* for IE */
  *font: x-small;
  /* for IE in quirks mode */
}

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

table {
  font-size: inherit;
}

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

html {
  overflow-x: hidden;
  height: 100%;
}

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

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

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/*------------------
	mode
--------------------*/
.disnone {
  display: none;
}

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

.pad {
  display: none;
}

.mode-sp,
.br-sp,
.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;
  }
}

/*------------------
	float
--------------------*/
.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

/*------------------
	改行
--------------------*/
.br::before {
  content: "\a";
  white-space: pre;
}

.inline {
  display: inline-block;
}

/*------------------
	page-layout
--------------------*/
.main_wrapper {
  padding-top: 60px;
  overflow: hidden;
}

.pdg-box {
  padding: 60px;
}

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

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

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

/*------------------
	page-layout
--------------------*/
.inner {
  height: auto;
  max-width: 1090px;
  margin: 0 auto;
  overflow: hidden;
}

.inner_full {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.inner.visible {
  overflow: visible;
}

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

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

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

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

/*------------------
  section
--------------------*/
.section {
  max-width: 1480px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

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

.section.visible {
  overflow: visible;
}

/*------------------
	flex
--------------------*/
.flex {
  position: relative;
  margin: 0 auto;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
}

.col_wrapper {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
}

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

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

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

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

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

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

.col-center {
  width: 100%;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  z-index: 1;
}

.col-center {
  color: #fff;
}

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

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

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

.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%;
  height: auto;
  border: 0;
}

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

.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 48%;
  max-width: 48%;
}

/*------------------
	position
--------------------*/
.relative {
  position: relative;
  width: 100%;
  height: 100%;
}

.col-center {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.col-center-inner {
  width: 90%;
  margin: 0 auto;
  padding: 60px;
  text-align: center;
  position: relative;
}

.col-inner-full {
  width: 100%;
  margin: 0 auto;
  padding: 60px;
  text-align: center;
}

/*------------------
	position
	center
--------------------*/
.center-block {
  margin: 0 auto;
}

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

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

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

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

.inline {
  display: inline-block;
}

.bdr_box {
  margin: 0px auto;
  padding: 60px;
  border: 2px solid #999;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

/*------------------
  width
--------------------*/
.W_narrow {
  width: 70%;
}

.w_auto {
  width: auto;
}

.W_full {
  width: 100%;
}

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

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

h4 {
  font-size: 100%;
}

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

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

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

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

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

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

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

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

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

/*------------------
  table
--------------------*/
table {
  margin: 20px auto;
  border: 1px solid #ccc;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

th, td {
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

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

td {
  text-align: center;
}

table.table td {
  width: 61.8%;
  text-align: left;
}

table.table th {
  text-align: left;
}

/*------------------
	list
--------------------*/
ol.ol {
  list-style-type: decimal　;
  display: inline-block;
}

ol.ol li {
  text-align: left;
}