/*
@font-face {
	font-family: minmoji;
	src: url('https://minmoji.ucda.jp/fontseot/https%3A__www.gib-life.co.jp_');
	src: local('minmoji'),
	url('https://minmoji.ucda.jp/fontswoff/https%3A__www.gib-life.co.jp_') format('woff'),
	url('https://minmoji.ucda.jp/fonts/https%3A__www.gib-life.co.jp_') format('opentype');
}
*/

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
  letter-spacing: 1px;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* ======================================
 General elements
==================================== */
a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  /*font-family: monospace, monospace;*/
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-collapse: collapse;
  width: 100%;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
  color: inherit;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
}

button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  /*outline: 1px dotted ButtonText;*/
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
legend {
	border: 0;
	color: inherit;
	display: none;
	max-width: 100%;
	white-space: normal;
	max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[aria-busy='true'] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled='true'] {
  cursor: default;
}

/* ======================================
 Foundation elements of the site
==================================== */
html {
  font-size: 62.5%;
  /*10px*/
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow: auto;
}

body {
  color: #444;
  /*font-family: minmoji, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;*/
	font-family: 'A+nbGw-みんなの文字ゴシック Std R2', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
	font-weight:normal;
  font-size: 1.5rem;
  font-feature-settings: "palt";
  line-height: 1.7;
  position: relative;
  word-break : break-all;
  word-wrap : break-word;
  overflow-wrap : break-word;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

a {
  color: #444;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a:hover {
  text-decoration: underline;
}

input,
button {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  /*outline: none;*/
}

a:hover,
input:hover,
button:hover {
  opacity: 0.8;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}


a[href^="tel:"] {
  color: #000;
  cursor: default;
}

th,
td {
  word-break: break-all;
}

.disabled a,
.disabled button {
	pointer-events: none;
	cursor: default;
}

b {
	font-weight: normal;
}

li {
	list-style: none;
}


@media screen {
	[hidden~=screen] {
		display: inherit;
	}

	[hidden~=screen]:not(:active):not(:focus):not(:target) {
		position: absolute !important;
		clip: rect(0, 0, 0, 0) !important;
	}
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  img {
    height: auto;
    max-width: 100%;
  }

  a:hover {
    opacity: 1;
    text-decoration: none;
  }

  a[href^="tel:"] {
    text-decoration: underline;
  }
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.sp-only {
  display: none !important;
}

@media only screen and (max-width: 768px) {
	*,
	*:hover,
	*:focus {
		outline: none !important;
	}
	.sp-only {
		display: block !important;
	}
	br.sp-only {
		line-height: 0;
	}
	.pc-only {
		display: none;
	}
}


/* Reader
------------------------------------------------------ */
/* voiceGuide */
.voiceGuide {
	white-space: nowrap;
	border: 0;
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	position: absolute !important;
}
.skiplink {
	margin-top: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.skiplink a {
	opacity: 0;
}
.skiplink a:focus {
	opacity: 1;
}

@media print {
}
