@CHARSET "UTF-8";
/* top */
.top {
	margin-top: 70px;
}
.main {
	margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
	
}
@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 428px) {
	
}


/* worries */
#worries ul {
	width: 400px;
	margin: 0 auto;
}
#worries ul li {
	font-weight: 700;
	text-align: left;
}
@media only screen and (max-width: 1100px) {
	
}
@media only screen and (max-width: 768px) {
	#worries ul {
		width: 90%;
	}
	#worries ul li {
		font-size: 0.8rem;
	}
}
@media only screen and (max-width: 428px) {
	
}

/* point */
#point .worries {
	width: 400px;
	margin: 0 auto;
}
#point .worries li {
	font-weight: 700;
	text-align: left;
}
#point .appeal {
	position: relative;
	width: 500px;
	margin: 20px auto 0px;
	padding: 20px 0;
	font-weight: bold;
}
#point .appeal:before,
#point .appeal:after {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2px;
	height: 60px;
	margin: auto;
	background: #000;
	content: '';
}
#point .appeal:before {
	left: -30px;
	transform: rotate(-25deg);
}
#point .appeal:after {
	right: -30px;
	transform: rotate(25deg);
}
#point .appeal p {
	margin: 0 20px;
	font-size: 2rem;
	font-weight: bold;
}
#point img {
	max-width: 600px;
	margin-top: -10px;
}
@media only screen and (max-width: 1100px) {
	
}
@media only screen and (max-width: 768px) {
	#point .worries {
		width: 90%;
	}
	#point .worries li {
		font-size: 0.8rem;
	}
	#point .appeal {
		width: 70%;
		margin: 0 auto;
	}
	#point .appeal p {
		font-size: 1.5rem;
	}
}
@media only screen and (max-width: 428px) {
	
}

/* store-expansion */
#store-expansion {
	padding: 20px 0;
}
#store-expansion p.emphasis {
	position: relative;
	width: 300px;
	margin: 0 auto 10px;
	border-bottom: 3px solid #2589d0;
	color: #333333;
	font-size: 1.3rem;
	font-weight: bold;
}
#store-expansion p.emphasis::before,
#store-expansion p.emphasis::after {
	position: absolute;
	left: 45%;
	bottom: -15px;
	width: 30px;
	height: 15px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
}
#store-expansion p.emphasis::before {
	background-color: #2589d0;
}
#store-expansion p.emphasis::after {
	bottom: -11px;
	background-color: #fff;
}

/* service */
#service ul.reason {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}
#service ul.reason li {
	width: calc(100% / 2);
	padding: 10px 5px;
}
#service ul.reason li p {
	font-size: 1.0rem;
	font-weight: 700;
}
#service ul.reason li p strong {
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0 2px;
	color: #b22222;
}
@media only screen and (max-width: 1100px) {
	
}
@media only screen and (max-width: 768px) {
	#service ul.reason {
		flex-direction: column;
		align-items: center;
	}
	#service ul.reason li {
		width: 100%;
		padding: 10px 5px;
	}
}
@media only screen and (max-width: 428px) {
	
}

/* award */
#award {
	max-width: 800px;
	margin: 0 auto;
}
#award ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#award ul li img {
	max-width: 100px;
}
#award ul li p {
	font-size: 0.55rem;
	font-weight: bold;
}
@media only screen and (max-width: 1100px) {
	
}
@media only screen and (max-width: 768px) {
	#award {
		width: 90%;
	}
}
@media only screen and (max-width: 428px) {
	
}

/* about */
#about p {
	font-weight: 500;
	text-align: center;
}
@media only screen and (max-width: 1100px) {
	
}
@media only screen and (max-width: 768px) {
	#about p {
		width: 90%;
		margin: 0 auto;
		text-align: left;
	}
}
@media only screen and (max-width: 428px) {
	
}

/* flow */
#flow ul {
	display: flex;
	align-items: center;
	margin: 0 auto;
}
#flow ul li {
	width: calc(100% / 2 - 6px);
	margin: 3px;
}
@media only screen and (max-width: 1100px) {
	
}
@media only screen and (max-width: 768px) {
	#flow ul {
		flex-direction: column; /* LINEができるまで */
		flex-wrap: wrap;
		justify-content: center;
		width: 95%;
	}
	#flow ul li {
		/* LINEができるまで */
		width: 70%;
	}
}
@media only screen and (max-width: 428px) {
	
}

/* reviews */
#reviews ul li {
	text-align: left;
	background: #eee;
	margin: 5px;
	padding: 5px;
	height: 250px;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1.8;
}
@media only screen and (max-width: 1100px) {
	
}
@media only screen and (max-width: 768px) {
	#reviews ul {
		width: 90%;
		margin: 0 auto;
	}
	#reviews ul li {
		font-size: 0.6rem;
	}
}
@media only screen and (max-width: 428px) {
	
}

/* faq */
#faq dl, #faq dt, #faq dd{
    margin: 0;
    list-style: none;
}
#faq .accordion-title,
#faq .accordion-content {
    padding: 18px 40px 18px 20px;
    border-bottom: 1px solid #fff;
    position: relative;
	text-align: left;
	font-weight: 600;
}
#faq .accordion-content {
	padding: 18px 20px;
}
#faq .accordion-title {
    color: #fff;
    background-color: rgb(5, 130, 174);
    cursor: pointer;
}
#faq .accordion-title::before {
    content: '+';
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}
#faq .accordion-title.open::before {
    content: '-';
}
#faq .accordion-content {
    display: none;
    background-color: rgb(218, 226, 240);
}
@media only screen and (max-width: 1100px) {
	
}
@media only screen and (max-width: 768px) {
	#faq dl {
		width: 90%;
		margin: 0 auto;
	}
	#faq dl, #faq dt, #faq dd{
		font-size: 0.7rem;
	}
}
@media only screen and (max-width: 428px) {
	
}

