@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

html, body, a, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  text-align: left;
  line-height: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
body {
  background: white;
  line-height: 1;
	  font-family: "Noto Sans JP", sans-serif;

}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  box-sizing: border-box;
}
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
form label, form button {
  cursor: pointer;
}
img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
}
video {
  border: none;
  max-width: 100%;
  height: auto;
}
iframe {
  border: none;
}
blockquote, q {
  quotes: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
}
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  resize: none;
}
input:focus, button:focus, textarea:focus, select:focus {
  outline: none;
}
:root {
  --btncolor: #a4a8ab;
}
.under {
  width: 100%;
  display: flex;
  justify-content: center; /* 横方向の中央揃え */
  align-items: center; /* 縦方向の中央揃え */
  height: 100vh;
  text-align: center;
  flex-wrap: wrap;
}
.under.blk{background:black;}
.under img.logo{
  width: 40%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}
.under.blk img.logo{}
.under p {
  width: 60%;
  margin: 0 auto;
  padding: 0px;
  text-align: center;
  line-height: normal;
  font-size: 12px;
}
.under.blk p{color:white;}
iframe {
  width: 100%;
  height: 300px;
}
.under div.bottom {}
.under div.bottom {
  display: flex;
  margin: 0 auto;
  margin-top: 40px;
  width: 70%;
}
.under div.bottom div {
  width: 50%;
}
.under div.bottom p {
  text-align: left;
  margin-left: 20px;
}
.under div.bottom p a {
  color: #171717;
}
.under div.bottom dl {
  margin-left: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
	border:solid 1px gray;
	border-bottom:0px;
}

.under div.bottom dd p, .under div.bottom dt p{width:80%; margin:0 auto; } 
.under div.bottom dt {
  width: 33%;
  font-weight: bold;
	background:lightgray;
	text-align: left;
}
.under div.bottom dd {
  width: 67%;

	
}
.under div.bottom dd img {
  vertical-align: middle;
  width: 20px;
  display: inline-block;
  margin-right: 10px;
}
.under div.bottom dd a{color:black;display:block;margin:0px; }
.sp{display:none;}
.pc{display:block;}
.under div.bottom dd, .under div.bottom dt {
  border-bottom: solid 1px gray;
	display: flex;
	padding:0px;
	margin:0px;
	height:80px;
	align-items: center;
	justify-content: flex-start;
	font-size:8px !important;
}

.under.blk div.bottom div.adddress dl{background:white;}
.under.blk div.bottom div.adddress dl dt p{color:black !important;}
.under.blk div.bottom div.adddress dl dd p, .under.blk div.bottom div.adddress dl dt p{color:black !important; }
.under.blk div.bottom div.adddress dl dd, .under.blk div.bottom div.adddress dl dt{color:black !important; height:120px;}
@media screen and (max-width: 810px) {
	.sp{display:block;}
	.under img.logo{margin-top:40px; width:60%;}
.pc{display:none;}
	.under div.bottom {width:90%; margin:0 auto; margin-top:30px; flex-wrap: wrap;}
	.under div.bottom div {width: 100%;}
	.under div.bottom div dl{width:100%;margin:0px;padding:0px;margin-top:30px;margin-bottom:40px;}
	.under p{width:90%;}
	
}








