@charset "utf-8";
/**********************************************
* 
* 1.reset
* 2.base
* 3.layout
* 4.grid
* 5.flex
* 6.utilities
*
************************************************/

/**********************************************
* 
* 1.reset
*
* Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*
************************************************/
*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
	width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}
body {
	margin: 0;
	font-weight: 400;
	text-align: left;
	background-color: #fff;
}
[tabindex="-1"]:focus {
	outline: 0 !important;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: inherit;
	font-size: inherit;
}
p {
	margin: 0;
}
abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}
address {
	font-style: normal;
	line-height: inherit;
}
ol,
ul,
dl {
	margin: 0;
	list-style: none;
	padding: 0;
}
dd {
	margin: 0;
}
blockquote {
	margin: 0;
}
b,
strong {
	font-weight: bolder;
}
dfn,
em {
	font-style: normal;
}
small {
	font-size: 100%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
a {
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
	outline: 0;
}
pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}
figure {
	margin: 0;
}
img {
	vertical-align: bottom;
	border-style: none;
}
svg {
	overflow: hidden;
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
}
caption {
	padding: 0;
	text-align: left;
	caption-side: bottom;
}
th {
	text-align: inherit;
	font-weight: inherit;
}
label {
	display: inline-block;
}
button {
	border-radius: 0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}
textarea {
	overflow: auto;
	resize: vertical;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}
output {
	display: inline-block;
}
summary {
	display: list-item;
	cursor: pointer;
}
template {
	display: none;
}
[hidden] {
	display: none !important;
}

/**********************************************
* 
* 2.base
*
***********************************************/
html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
}

body {
	width: 100%;
	height: 100%;
	/*min-width: 1470px;*/
	font-size: 1.6rem;
	line-height: 1.5;
	color: #666464;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
}

body.is-spnav-active {
	overflow: hidden;
}

@media (max-width: 768px) {
	body {
		min-width: initial;
		min-width: auto;
		font-size: 1.6rem;
	}
}

 #footer {
	  overflow	: hidden;
	  margin		: 0 auto;
	  padding: 97px 0 140px;
	  background	: #FFF;
  }
	  
	  #footer_box {
		  margin	: 0 auto;
		  max-width	: 790px;
	  }
  
  .footer_l {
	  float	: left;
	  width	: 600px;
  }
  
  .footer_l .ft_logo {
	  float		: left;
	  margin: 0 30px 0 0;
  }
  
  .footer_l ul {
    margin: 0;
	  padding-top	: 12px;
  }
  
  .footer_l li {
	  float		: left;
	  border-right: 1px solid #c9c9c9;
	  line-height	: 1;
	  padding		: 0 15px;
  }
  
  .footer_l li.last {
	  border-right	: none;
  }
  
  .footer_l li a {
	  font-size	: 12px;
  }
  
  .footer_l li a:after {
	  content			: url("../img/icon/icon01.png");
	  padding-left	: 8px;
	  vertical-align	: 1px;
  }
  
  .footer_l .copyright {
    font-size: 10px;
    color: #818181;
    clear: both;
    padding-top: 12px;
    margin: 0;
    text-align: left;
  }
  
  .footer_r {
	  float	: right;
  }
@media screen and (max-width:768px) {
	 #footer{
    min-width:auto;
    clear: both;
    width: 100%;
    font-size: 20px;
    background-color: #fff;
	padding: 35px 0 15px;
  }
  #footer_nav {
    text-align: center;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  #footer_nav li {
    display: flex;
	font-size: 14px;
  }
  #footer_nav li + li:before {
    content: '|';
    margin: 0 8px;
    color: #000;
  }
  #footer_logobox {
    width: 62.5%;
    margin: 3.125% auto 1.5625%;
    display: flex;
    align-items: center;
    -webkit-justify-content: center; /* Safari */
    justify-content:         center;
  }
#ft_logo {
	 padding-right: 30px;
  }
  #footer #copyright {
    margin-bottom: 5.625%;
    text-align: center;
    color: #000;
  }
  
  #footer a {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #footer a:link, a:visited {
    color: #302624;
    text-decoration: none;
  }
  #footer a:hover, a:active {
    color: #302624;
    text-decoration: underline;
  }
  
  #footer img{
      width: 100%;
      height: auto;
      display: block;
      margin-left: auto;
      margin-right: auto;
  }
}
