@charset "UTF-8";
/* ================================================== *
 *  base
 * ================================================== */
* {
  margin: 0;
  padding: 0;
}
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
	color: #000000;
	font-family: -apple-system, blinkMacSystemFont,'Helvetica Neue','Segoe UI','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 16px;
	line-height: 1.8;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	position: relative;
	z-index: 0;
}
ol, ul {
  	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-size: 100%;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #000000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	transition: all .3s;
}
a img {
  	border: none;
}
p + p {
	margin-top: 1rem;
}
.sp-only {
	display: none;
}
@media only screen and (max-width: 768px) {
	.sp-only {
		display: block;
	}
}
/* ================================================== *
 *  main
 * ================================================== */
.nav {
	width: 100%;
	background: #f7701b;
	text-align: center;
	height: 10px;
}
.main h1 {
	text-align: center;
	margin: 6rem 0 3rem;
}
.main .txt {
	text-align: center;
	margin-bottom: 5rem;
}
.line {
	border-top: 1px solid #000;
}
.content {
	max-width: 1170px;
	width: 100%;
	height: auto;
	margin: auto;
	padding: 4rem 15px 3rem;
}
.content h2 {
	text-align: center;
	margin-bottom: 3.125rem;
}
.content h2 span {
	border-bottom: 2px solid #000000;
	font-size: 1.25rem;
	font-weight: bold;
}
.content-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.content-wrap dl {
	width: 33.333%;
	padding: 0 1.5%;
	margin-bottom: 3.125rem;
}
.content-wrap dl dt {
	border-left: 3px solid #f7701b;
    border-bottom: 1px solid rgba(247, 112, 27, .2);
	color: #f7701b;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: .5rem;
	padding-left: .5rem;
}
.content-wrap dl dd {
	font-size: .875rem;
}
.content-wrap dl dd:nth-of-type(1) {
	text-indent: -1.3rem;
	padding-left: 1.3rem;
}
.content-wrap dl dd::before {
	color: #f7701b;
}
.content-wrap dl dd:nth-last-of-type(-n+2)::before {
	font-family: "Font Awesome 5 Free";
	font-size: .8rem;
	padding-right: .5rem;
}
.content-wrap dl dd:nth-of-type(1)::before {
	content: "〒";
	font-size: 1rem;
	font-weight: bold;
	padding-right: .3rem;
}
.content-wrap dl dd:nth-of-type(2)::before {
	content: "\f095";
	font-weight: 900;
}
.content-wrap dl dd:nth-of-type(3)::before {
	content: "\f0e0";
	font-weight: 900;
}
@media only screen and (max-width: 979px) {
	.main .txt {
		font-size: .9375rem;
	}
	.content-wrap dl {
		width: 50%;
		padding: 0 2%;
	}
}
@media only screen and (max-width: 768px) {
	.main h1 {
		margin: 4rem 0 3rem;
	}
	.main h1 img {
		width: 160px;
		margin: auto;
	}
	.main .txt {
		margin-bottom: 3rem;
		font-size: .875rem;
		text-align: left;
	}
	.main .txt p br {
		display: none;
	}
	.content {
		padding: 3rem 15px 3rem;
	}
	.content h2 span {
		font-size: 1rem;
	}
	.content-wrap dl {
		margin-bottom: 2rem;
	}
	.content-wrap dl dt {
		font-size: .875rem;
	}
	.content-wrap dl dd {
		font-size: .8125rem;
	}
}
@media only screen and  (max-width: 479px) {
	.content-wrap dl {
		width: 100%;
		padding: 0 1%;
	}
}

/* ================================================== *
 *  footer
 * ================================================== */
footer {
	background: #f7701b;
	padding: 1.25rem 0;
}
footer p {
	color: #fff;
	font-size: 0.75rem;
	line-height: 1.4;
	text-align: center;
}


