@charset "UTF-8";

/*レスポンシブ対応　767px以下*/

.overflow-x {
	overflow-x: hidden;
}

html {
	font-size: 14px;
}

.inner {
	margin-left: auto;
  margin-right: auto;
  max-width: 548px;
  width: 100%;
}

/*共通*/
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/* ヘッダー▼*/

.header {
/*	width: 100%;*/
	height: 80px;
	display: flex;
/*	justify-content: center;*/
/*	position: fixed;*/
	top: 0px;
	background-color: white;
/*	z-index: 1;*/
}

.header-logo img {
	width: 80%;
	padding: 10px;
}

.header-logo:hover {
	opacity: 0.6;
}

/*
.nav {
	margin-left: auto;
	margin-right: 240px;
}
*/

/*
.nav ul {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	vertical-align: bottom;
	padding: 40px auto 0px 0px;
}
*/

/*
.nav li a {
	display: block;
	padding: 50px 20px 0px 20px;
	text-decoration: none;
	font-size: 16px;
	color: #333;
	vertical-align: bottom;
	position: relative;
	white-space: nowrap;
}
*/

/*.nav ul li a.hover-line::after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  background-color: #1131C4;
  bottom: -10px;
  left: 0;
  width: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}*/

/*
.nav ul li a.hover-line:hover::after {
 	width: 100%;	
}
*/

.nav li:nth-child(5) a {
	display: none;
}

/*
.nav li a:hover {
	opacity: 0.6;
}
*/


/*
.icon_mail {
	padding-left: 20px;
}
*/

/*SPナビゲーション*/

.nav {
    box-sizing: border-box;
    position: fixed;
    top: 80px;
    width: 100%;
    height: calc(100% - 60px);
    background: #fff;
    opacity: 0.9;
    right: -100%;
    transition: right .5s;
	　z-index: 2;
}

.nav.sp_open {
    right: 0;
	  z-index: 3;
}

.nav ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.nav ul li a {
    display: block;
    padding: 25px;
    border-radius: 5px;
    color: #1E1E1E;
    font-size: 1.3rem;
    text-align: center;
    text-decoration: none;
}

/*ボタン*/

#sp-icon-mail {
	display: block;
	margin: 10px 50px 10px auto;
}

#sp-icon-mail img {
	width: 70px;
	height: 60px;
}

#drawer_toggle {
    z-index: 200;
	  box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
	  display: inline-block;
    width: 60px;
    height: 60px;
}
#drawer_toggle span {
    position: absolute;
    top: 19px;
    left: 17px;
    display: inline-block;
    width: 30px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    vertical-align: top;
}
#drawer_toggle span:nth-child(2) {
    margin-top: 10px;
}
#drawer_toggle span:last-child {
    margin-top: 20px;
}
#drawer_toggle.open span {
    top: 29px;
    left: 14px;
    width: 35px;
    margin: 0;
}
#drawer_toggle.open span:first-child {
    transform: rotate(45deg);
}
#drawer_toggle.open span:nth-child(2) {
    display: none;
}
#drawer_toggle.open span:last-child {
    transform: rotate(-45deg);
}

/*ヘッダー▲*/

/*パンくずリスト▼*/

.breadcrumb {
	list-style: none;
	margin: 5px 5px;
/*	background-color: #85D3C3;*/
	font-size: 0.7rem;
}

.breadcrumb a {
	color: #3E3E3E;
	text-decoration: none;
}

.breadcrumb a:hover {
	opacity: 0.6;
}

.breadcrumb li {
	display: inline-block;
}

.breadcrumb li::after {
	content: ">";
	padding: 0 5px;
	color: #3E3E3E;
}

.breadcrumb li:last-child::after {
	content: none;
}

/*フッターここから▼*/

.footer {
	position: relative;
	width: 100vw;
	height: 700px;
	background: #050624;
	color: #F1F1F1;
}

.footer-logo img {
	display: block;
	width: 50%;
	margin-left: 15px;
	padding-top: 15px
}

.add {
	display: block;
	font-size: 0.8rem;
	line-height: 1.3rem;
	text-align:left;
	margin: 20px;
}

.footer-inner {
/*	display: flex;*/
}

.sitemap {
	display: flex;
	align-content: space-around;
	flex-wrap: wrap;
	margin: 5px 50px; 
}

.sitemap h3 {
	font-size: 0.9rem;
	margin: 10px 20px 10px 0;
}

.sitemap ul li {
	list-style: none;
	font-size: 1rem;
	padding: 0.1rem;
/*	margin: 10px auto 3px ;*/
/*	text-align: left;*/
}

.sitemap ul li::before {
	content: ">";
	font-size: 0.8rem;
	margin-right: 2px;
}

.sitemap a {
	text-decoration: none;
	color: #F1F1F1;
	cursor: pointer;
	transition: all 0.1s ease 0s;
}

.sitemap a:hover {
	opacity: 0.6;
}

.footer-wrap {
	width: 40%;
	padding: 20px;
	white-space: nowrap;
}

.footer-copyright {
	background: #D0D0D0;
}

.footer-copyright p {
	font-size: 0.75rem;
	text-align: center;
}
	
/*フッターここまで▲*/

/*ページトップに戻るボタン*/

.gototop {
  background-color: #5CBEAA;
  bottom: 2%;
  color: #fff;
  display: none;
  font-size: 2rem;
  height: 3rem;
  line-height: 3.8rem;
  position: fixed;
  right: 2%;
  text-align: center;
  text-decoration: none;
  width: 3rem;
}

/*お見積りはこちらボタン*/

.link-button {
  width: 250px; /* 横幅指定 */
  background-color: #1131C4; /* 背景色 */
  color: #fff; /* 文字色 */
  font-weight: bold; /* 文字の太さ */
  display: block; /* インライン要素をブロック要素に変更 */
  margin: 100px auto; /* 中央寄せ */
  font-size: 1.2rem; /* 文字の大きさ */
  padding: 15px; /* 内側の余白 */
  border-radius: 10px; /* 角丸指定 */
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
	transition: all 0.3s ease 0s;
}

.link-button::after {
	content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  background: url("../../img/news/icon_external.svg");
	background-size:cover;
	vertical-align: -10%;
}

.link-button:hover {
	opacity: 0.6;
}
