@charset "utf-8";



/* --------------------------------------------------------------------------------
essential
-------------------------------------------------------------------------------- */

body {
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.05em;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
p.note {
	font-size: 12px;
}



/* --------------------------------------------------------------------------------
form
-------------------------------------------------------------------------------- */

input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=button],
input[type=submit],
button,
textarea,
select {
	line-height: 35px;
}
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel] {
	height: 35px;
}
textarea {
	padding: 10px;
}
select {
	height: 35px;
}



/* --------------------------------------------------------------------------------
misc
-------------------------------------------------------------------------------- */

br.large {
	display: none;
}
br.small {
	display: inline;
}



/* --------------------------------------------------------------------------------
header
-------------------------------------------------------------------------------- */

header#header h1 {
	left: 20px;
	top: 20px;
}
header#header h1 img {
	height: 18px;
}



/* --------------------------------------------------------------------------------
cover
-------------------------------------------------------------------------------- */

div#cover div.image p.row-01 {
	background-image: url(../../images/cover-image-01-small.jpg);
}
div#cover div.image p.row-02 {
	background-image: url(../../images/cover-image-02-small.jpg);
}
div#cover div.image p.row-03 {
	background-image: url(../../images/cover-image-03-small.jpg);
}
div#cover div.image p.row-04 {
	background-image: url(../../images/cover-image-04-small.jpg);
}
div#cover div.image p.row-05 {
	background-image: url(../../images/cover-image-05-small.jpg);
}
div#cover div.text h2 {
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 5px;
}
div#cover div.text p.sub {
	font-size: 14px;
}
div#cover p#button-scroll {
	width: 28px;
	height: 15px;
	left: calc(50% - 14px);
	bottom: 30px;
}
div#cover p#button-scroll a {
  background-image: url(../../images/arrow-scroll-small.svg);
	background-size: auto 15px;
}



/* --------------------------------------------------------------------------------
content
-------------------------------------------------------------------------------- */

div#content section header {
	padding: 25px 0px 20px 0px;
}
div#content section header h2 {
	font-size: 20px;
	margin-bottom: 5px;
}
div#content section header p.sub {
	font-size: 12px;
}
div#content section div.content {
	padding: 75px 30px 105px 30px;
}
div#content section#corporate-profile div.content {
	width: auto;
}
div#content section#corporate-profile div.image-table {
	display: block;
}
div#content section#corporate-profile div.image-table p.image-small {
	display: block;
  margin-bottom: 60px;
}
div#content section#corporate-profile div.image-table div.table {
	width: auto;
	margin-right: 0px;
}
div#content section#corporate-profile div.image-table div.table div.row p.label {
	width: auto;
}
div#content section#corporate-profile div.image-table div.table div.row p.label::after {
  font-feature-settings: normal;
  content: "：";
}
div#content section#corporate-profile div.image-table div.table div.row:last-child p.label {
	width: 100%;
}
div#content section#corporate-profile div.image-table div.table div.row div.body {
	width: auto;
}
div#content section#corporate-profile div.image-table p.image {
  display: none;
}
div#content section#service div.content {
	width: auto;
}
div#content section#service div.table div.row {
  padding: 30px 10px;
}
div#content section#service div.table div.row p.label {
	width: auto;
	margin-bottom: 5px;
}
div#content section#service div.table div.row div.body {
	width: auto;
}
div#content section#contact div.content {
	width: auto;
	padding-bottom: 150px;
}
div#content section#contact div.group {
  padding: 0px 10px;
}
div#content section#contact div.component,
div#content section#contact div.privacy-policy {
	display: block;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 30px;
  padding: 0px 10px 30px 10px;
}
div#content section#contact div.component p.label,
div#content section#contact div.privacy-policy p.headline {
	position: static;
	left: auto;
	top: auto;
	line-height: 25px;
  margin-bottom: 5px;
}
div#content section#contact div.component p.note {
  padding-top: 5px;
}
div#content section#contact div.component fieldset p.prefix {
	width: 35px;
	line-height: 35px;
}
div#content section#contact div.component fieldset input {
	width: 100px;
}
div#content section#contact div.component fieldset input[name=name-sei],
div#content section#contact div.component fieldset input[name=furigana-sei] {
	margin-right: 20px;
}
div#content section#contact div.component input[name=postal-code],
div#content section#contact div.component select[name=address-01],
div#content section#contact div.component input[name=tel] {
	width: 100%;
}
div#content section#contact div.component input[name=postal-code],
div#content section#contact div.component input[name=tel],
div#content section#contact div.component input[name=email],
div#content section#contact div.component input[name=email-confirm] {
	margin-right: 0px;
}
div#content section#contact div.component input[name=email],
div#content section#contact div.component input[name=email-confirm] {
	width: 100%;
}
div#content section#contact div.privacy-policy {
  border-bottom: none;
  padding-bottom: 0px;
}
div#content section#contact div.privacy-policy div.body {
	height: 160px;
}
div#content section#contact div.privacy-policy div.body div.inner-body {
	padding: 20px;
}
div#content section#contact p.agreement {
	margin-bottom: 45px;
	padding-left: 10px;
}
div#content section#contact div.action {
	display: flex;
	flex-wrap: wrap;
  justify-content: center;
	padding-left: 0px;
}
div#content section#contact div.action p {
	width: 140px;
	font-size: 16px;
	line-height: 38px;
	margin: 0px 5px;
}



/* --------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------- */

footer#footer {
	padding: 45px 0px 15px 0px;
}
footer#footer p#button-page-top {
	width: 28px;
	height: 15px;
	left: calc(50% - 14px);
	top: -45px;
}
footer#footer p#button-page-top a {
  background-image: url(../../images/arrow-page-top-small.svg);
	background-size: auto 15px;
}
footer#footer div.misc,
footer#footer p.copyright {
	width: auto;
}
footer#footer div.misc {
	display: block;
	margin-bottom: 30px;
}
footer#footer div.misc div.information {
	width: auto;
  text-align: center;
  margin-bottom: 30px;
}
footer#footer div.misc div.information h3 img {
  height: 21px;
  margin: auto;
}
footer#footer div.misc div.information p.tel-fax span {
  display: block;
}
footer#footer div.misc div.information p.tel-fax span.tel {
	margin-right: 0px;
}
footer#footer div.misc div.map {
	width: auto;
	height: 180px;
  margin-bottom: 10px;
}
footer#footer div.misc p.map {
	position: static;
	left: auto;
	top: auto;
  text-align: center;
  margin-bottom: 30px;
}
footer#footer p.banner-nihon-soken {
	position: static;
	left: auto;
	bottom: auto;
  margin: auto;
}
footer#footer p.copyright {
	text-align: center;
}
