@charset "UTF-8";
p {
  line-height: 1.7;
}
a {
  text-decoration: none;
  color: inherit
}
img {
  max-width: 100%;
  height: auto;
}
input, textarea {
  border-radius: 0;
  -webkit-appearance: none
}
.l-body {
  padding-top: 140px
}
.mb_40px {
  margin-bottom: 40px;
}
.mb_70px {
  margin-bottom: 70px;
}
.mb_90px {
  margin-bottom: 90px;
}
.mb_110px {
  margin-bottom: 110px;
}
.main_img {
  margin-bottom: 110px;
  margin-top: 10px;
  background-image: url(../img/common/bg_gray.png);
  padding: 40px 0 40px;
}
.main_img h2 {
  color: #005bac;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.3;
	position: inherit;
	left: 0;
	height: auto;
}
.hl_03 {
  font-size: 23px;
  color: #005bac;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #005bac;
  margin-bottom: 40px;
}
.hl_04 {
  font-size: 20px;
  font-weight: bold;
  border-left: 4px solid #005bac;
  margin-bottom: 20px;
  padding-left: 10px;
}
.hl_05 {
  font-size: 18px;
  font-weight: bold;
  color: #005bac;
  margin-bottom: 20px;
}

/*--------------------------------------

お問い合わせ

--------------------------------------*/
.inquiry .caption {
	font-size: 14px;
	margin-top: 10px;
}
.inquiry .caption em {
	color: #C60003;
}
.inquiry p a {
		text-decoration: underline;
	color: #005bac;
	}
.inquiry table {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.inquiry table em {
	color: #C60003;
	font-size: 12px;
	vertical-align: top;
	padding-left: 5px;
}
.inquiry table th {
  width: 280px;
  text-align: left;
  color: #005bac;
  vertical-align: middle;
  background-color: #E9F2FC;
	line-height: 1.5;
}
.inquiry table th, .inquiry table td {
	padding: 15px 20px;
	border-bottom: 1px solid #cccccc;
}
.inquiry table th label {
	font-weight: bold;
}
.inquiry table input, .inquiry table textarea {
  padding: 10px;
  border: 1px solid #969696;
  border-radius: 3px;
}
.inquiry table .checkboxes {
    display: flex;
    flex-direction: column;
    gap: 10px;

    label {
        display: flex;
        height: auto;
        gap: 8px;
        margin: 0;
        line-height: 1;

        input {
            width: 1rem;
            margin-right: 0;
        }
    }
}
input[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
	vertical-align: -0.5px;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
	vertical-align: -0.5px;
}
.inquiry table textarea {
	width: 400px;
}
.inquiry table .category {
		line-height: 2;
	}
	.inquiry table .category label {
		display: block;
	}
.btn_set {
	display: flex;
	justify-content:center;
	gap: 20px;
}
.inquiry .inqbtn {
  -webkit-appearance: none;
  border-style: none;
  width: 202px;
  font-size: 22px;
  font-weight: bold;
  padding-top: 13px;
  padding-right: 13px;
  padding-left: 13px;
  padding-bottom: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  background-color: #005cac;
  margin-left: 1%;
  margin-right: 1%;
  border-radius: 6px;
  height: 60px;
	text-align: center;
	transition: opacity 0.3s ease;
}
.inquiry .inqbtn:hover {
  opacity: 0.7;
  cursor: pointer;
}
.inquiry .white {
	border: 2px solid #005cac;
	background-color: #fff;
	color: #005cac;
}
.confirm table td {
	padding: 35px 20px;
}
.confirm table .last td {
	padding: 70px 20px;
}
/*--------------------------------------

プライバシーポリシー

--------------------------------------*/
.privacy p {
	margin-bottom: 30px;
}
.privacy ol {
	margin: 10px 0;
}
.privacy li {
	line-height: 1.5;
	text-indent: -20px;
	padding-left: 20px;
	margin-bottom: 10px;
}
.privacy a {
	color: #005bac;
	text-decoration: underline;
}
/*--------------------------------------

サイトマップ

--------------------------------------*/
.sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -12px;
  line-height: 1.5;
}
.sitemap > li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 12px;
}
.sitemap > li > a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #005BAB;
  margin-bottom: 15px;
  white-space: nowrap;
}
.sitemap a:hover {
  opacity: 0.7;
}
.sitemap > li > ul li {
  margin-top: 5px;
}
.sitemap > li > ul li a {
  display: block;
  position: relative;
  font-size: 14px;
  margin-bottom: 10px;
}
.sitemap > li > ul li ul li a {
  display: block;
  position: relative;
  font-size: 13px;
  text-indent: 1em;
}
.sitemap > li > ul li ul li a::before {
  content: ">";
  color: #005BAB;
  margin-right: 5px;
}
.sitemap > li > ul li ul li ul li a {
	text-indent: 2em;
}
.sitemap > li > ul li ul li ul li a::before {
  content: "・";
  color: #005BAB;
  margin-right: 0px;
}


@media (max-width:767.98px) {
		.mb_40px {
  margin-bottom: 20px;
}
.mb_70px {
  margin-bottom: 35px;
}
.mb_90px {
  margin-bottom: 45px;
}
.mb_110px {
  margin-bottom: 55px;
}
	.l-body p {
		font-size: 4vw;
	}
  p.lead {
    font-size: 5vw;
    margin-bottom: 20px;
  }
  .lead_p {
    margin-bottom: 50px;
  }
  .hl_03 {
    margin-bottom: 50px;
    font-size: 5.3vw;
  }
		.main_img h2 {
		font-size: 6vw;
		line-height: 1.2;
		letter-spacing: 0;
	}
	.main_img {
  margin-bottom: 30px;
  margin-top: 10px;
  background-image: url(../img/common/bg_gray.png);
  padding: 30px 0 30px;
}
.hl_03 {
  font-size: 5vw;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.hl_04 {
  font-size: 5vw;
  margin-bottom: 10px;
  padding-left: 10px;
	line-height: 1.3;
}
.hl_05 {
  font-size: 4.5vw;
  margin-bottom: 20px;
}
/*--------------------------------------

お問い合わせ

--------------------------------------*/

.inquiry .caption {
	font-size: 3.5vw;
	margin-top: 10px;
}
.inquiry table {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.inquiry table em {
	font-size: 3vw;
}
.inquiry table th, .inquiry table td {
	font-size: 4vw;
	display: flex;
	width: 100%;
	padding: 10px 10px;
	border-bottom: none;
}
	.inquiry table td {
		padding: 10px 0px;
		margin-bottom: 10px;
	line-height: 3;
	}
	

.inquiry table th label {
	font-weight: bold;
}
.inquiry table input, .inquiry table textarea {
	width: 100%;
  border-radius: 3px;
	margin: 0 10px;
}
.inquiry table textarea {
	width: 100%;
}
		.inquiry table .category, .inquiry table .company {
		display: block;
	}
	.inquiry table .category input {
		width: 5%;
	}
	.inquiry table .category label {
		display: block;
		text-indent: -11vw;
		padding-left: 11vw;
		margin-bottom: 2%;
		line-height: 1.5;
	}
	
	.inquiry table .company {
		width: 93%;
	}
	.inquiry table .company p {
		padding-left: 5%;
	}
.btn_set {
	display: block;
}
.inquiry .inqbtn {
  -webkit-appearance: none;
  width: 98%;
  font-size: 5vw;
	padding: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
  height: 55px;
	text-align: center;
}
	.inquiry table .privacy-check input {
		width: 5%;
	}
	.inquiry table .privacy-check label {
		width: 100%;
	}
/*--------------------------------------

プライバシーポリシー

--------------------------------------*/
.privacy p {
	margin-bottom: 30px;
}
.privacy ol {
	margin: 10px 0;
}
.privacy li {
	font-size: 4vw;
	text-indent: -5.3vw;
	padding-left: 5.3vw;
	margin-bottom: 10px;
}
.privacy a {
	color: #005bac;
	text-decoration: underline;
}
/*--------------------------------------

サイトマップ

--------------------------------------*/
.sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -12px;
  line-height: 1.5;
}
.sitemap > li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0px 12px 30px;
}
.sitemap > li > a {
  display: block;
  font-size: 4.5vw;
  font-weight: bold;
  color: #005BAB;
  margin-bottom: 15px;
  white-space: nowrap;
}
.sitemap a:hover {
  opacity: 0.7;
}
.sitemap > li > ul li {
  margin-top: 5px;
}
.sitemap > li > ul li a {
  display: block;
  position: relative;
  font-size: 3.8vw;
  margin-bottom: 10px;
}
.sitemap > li > ul li ul li a {
  display: block;
  position: relative;
  font-size: 3.5vw;
  text-indent: 1em;
}
.sitemap > li > ul li ul li a::before {
  content: ">";
  color: #005BAB;
  margin-right: 5px;
}
.sitemap > li > ul li ul li ul li a {
	text-indent: 2em;
}
.sitemap > li > ul li ul li ul li a::before {
  content: "・";
  color: #005BAB;
  margin-right: 0px;
}

}
