/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 */

@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 2;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
}
html {
  height: 100%;	
  height: -webkit-fill-available;
  -webkit-font-smoothing: antialiased;
}
body {
  height: 100%;	
  min-height: 100vh;
  min-height: -webkit-fill-available;
  -webkit-font-smoothing: subpixel-antialiased;
}
html, body {
  height: 100%;
  color: #000;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: justify;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  word-break: break-all;
}

html.fixed,
html.fixed body {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	html.fixed,
	html.fixed body {
		width: 100%;
		height: 100%;
		position: fixed;
		overflow: hidden;
	}
}

a {
  display: inline-block;
  color: black;
  cursor: pointer;
}

a,a:hover {
  text-decoration: none;
}

img {
  display: block;
}

h1, h2, h3, h4, h5,  h6 {
  margin: 0;
}

p, dt, dd {
  overflow-wrap: break-word;
}

body {
  margin: auto; 
  position: relative;
}

.img_contain {
  width: 100%;
}

small {
  font-size: 70%;
  color: grey;
}
/*--------------------------responsive ---------------------*/
.clearfix::before,
.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.pci {
  display: inline-block !important;
}
.spi {
  display: none !important;
}
.pcf {
  display: flex !important;
}
.spf {
  display: none !important;
}


@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .spi {
    display: inline-block !important;
  }
  .pcf {
    display: none !important;
  }
  .spf {
    display: flex !important;
  }
}


/*--------------------------------------------------------------------------*/
/* Common
---------------------------------------------------------------------------------*/

body {
  position: relative;
  margin: 0;
}

p, td, label, div, ul, li, strong, input  {
  margin: 0;
  padding: 0;
}

p, label, div, strong, input  {
  display: block;
}

/*---------------------------textalign----------------*/
.textCenter {
  text-align: center;
}
/*---------------------------img----------------*/
.img_full {
  width: 100%;
  object-fit: contain;
}
/*---------------------------position----------------*/
.disflex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.flexCenter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flexStartCenter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flexSpaceBetCenter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flexSpaceBetStart {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flexStart {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.pos_abs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
/*==========================================================
  h1,h2,h3,h4,h5,h6
==========================================================*/
h1 {
  display: block;
  font-size: 3rem;
  font-weight: bold;
}

h2 {
  font-size: 3.6rem;
  font-weight: bold;
}

h3{
  font-size: 2.4rem;
  font-weight: bold;
}

h4 {
  font-size: 2rem;
  font-weight: bold;
}