@charset "UTF-8";



/*===== お客様の声 =====*/
#sec001 {
	margin-top: 80px;
	padding-bottom: 50px;
}

#sec001 .item {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	border-radius: 15px;
	border: 2px solid #0075a9;
	box-sizing: border-box;
	margin-bottom: 50px;
	padding: 50px 50px 50px 70px;
}

#sec001 .item .box_L {
	align-items: center;
}

#sec001 .item .box_L .icon img {
	width: 160px;
}

#sec001 .item .box_L .name {
	display: block;
	font-size: 22px;
	margin-top: 20px;
}

#sec001 .item .box_R {
	width: 630px;
	text-align: left;
}

#sec001 .item .box_R strong {
	display: flex;
	align-items: center;
	font-size: 26px;
	font-weight: 400;
	border-bottom: 2px solid #0075a9;
	padding-bottom: .3em;
}

#sec001 .item .box_R strong span {
	display: inline-block;
	color: #0075a9;
	font-size: 20px;
	border-left: 2px solid #0075a9;
	border-right: 2px solid #0075a9;
	padding-left: .6em;
	padding-right: .6em;
	margin-right: 1em;
}

#sec001 .item .box_R p {
	font-size: 18px;
	line-height: 1.7em;
}

#sec001 .item .box_R .p01 {
	margin-top: .5em;
}

#sec001 .item .box_R .bubble {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	line-height: 1.5em;
	border-radius: 9999px;
	background-color: #0075a9;
	margin-bottom: 15px;
	padding: .4em 1.3em;
	margin-top: 30px;
}

#sec001 .item .box_R .bubble::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #0075a9 transparent transparent;
	translate: -50% 100%;
}

@media screen and (max-width: 767px) {
	#sec001 {
		margin-top: 10vw;
		padding-bottom: 10vw;
	}

	#sec001 .item {
		width: 100%;
		margin: 0 auto;
		flex-direction: column;
		border-radius: 3vw;
		margin-bottom: 10vw;
		padding: 5vw;
	}

	#sec001 .item .box_L .icon img {
		width: 35vw;
	}

	#sec001 .item .box_L .name {
		display: block;
		font-size: 4vw;
		margin-top: 2vw;
	}

	#sec001 .item .box_R {
		width: 100%;
		margin-top: 5vw;
	}

	#sec001 .item .box_R strong {
		font-size: 4.5vw;
	}

	#sec001 .item .box_R strong span {
		font-size: 3.8vw;
	}

	#sec001 .item .box_R p {
		font-size: 3.6vw;
		text-align: justify;
		text-justify: inter-ideograph;
		line-height: normal;
	}

	#sec001 .item .box_R .p01 {
		margin-top: .7em;
	}

	#sec001 .item .box_R .bubble {
		position: relative;
		display: inline-block;
		color: #fff;
		font-size: 3.6vw;
		margin-top: 8vw;
	}
}







/*===== 個人情報保護方針=====*/
#privacy {
	padding-bottom: 100px;
}

#privacy h1 {
	border-bottom: 2px solid #0075ac;
	margin-bottom: 2em;
}

#privacy h2 {
	font-size: 20px;
	font-weight: normal;
	border-left: 5px solid #0075ac;
	border-bottom: 1px solid #a8a8a8;
	padding: 5px 0px 10px 25px;
	margin-top: 60px;
	margin-bottom: 2em;
}

#privacy h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 2em;
}

#privacy .wrap_innr {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#privacy .copy {
	margin-top: 100px;
}

#privacy .t01 {
	margin-top: 2em;
	line-height: 1.8em;
}

#privacy .tright {
	text-align: right;
	margin-top: 1em;
}

#privacy .t01 a {
	color: #0075ac;
	text-decoration: underline;
}

#privacy .t01 a:hover {
	opacity: .7;
	text-decoration: none;
}

#privacy ul {
	margin: 0;
	padding: 0;
	margin-top: 1em;
	margin-left: 10px;
}

#privacy ul li {
	list-style: none;
	line-height: 1.8em;
}

#privacy ul.circle {
	margin-left: 2em;
}

#privacy ul.circle li {
	list-style: circle;
	margin-bottom: 1em;
}

#privacy ul.circle2 {
	margin-left: 3em;
}

#privacy ul.circle2 li {
	list-style: disc;
	margin-bottom: 1em;
}

#privacy ul li a {
	color: #0075ac;
	text-decoration: underline;
}

#privacy ol {
	padding: 0;
	margin-top: 30px;
	margin-left: 1em;
}

#privacy ol li {
	line-height: 2em;
	margin-bottom: 1em;
}

#privacy dl {
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

#privacy dl dd {
	line-height: 1.8em;
	margin-top: 10px;
}

#privacy dl dd a {
	color: #0075ac;
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	#privacy {
		padding-bottom: 10vw;
	}

	#privacy h2 {
		font-size: 5vw;
		margin-top: 10vw;
	}

	#privacy .wrap_innr {
		width: 90%;
	}

	#privacy .copy {
		font-size: 3.5vw;
		margin-top: 8vw;
	}

	#privacy .t01 {
		font-size: 3.5vw;
		margin-top: 8vw;
	}

	#privacy ul {
		margin-top: 8vw;
		margin-left: 0;
	}

	#privacy ul li {
		font-size: 3.5vw;
		line-height: 1.8em;
	}

	#privacy ol {
		margin-top: 8vw;
		margin-left: 1em;
	}

	#privacy ol li {
		font-size: 3.5vw;
		line-height: 1.8em;
	}

	#privacy dl {
		font-size: 3.5vw;
		margin-top: 8vw;
	}

	#privacy dl dd {
		line-height: 1.8em;
		margin-top: 3vw;
	}
}