@charset "utf-8";

.kuyo_fv {
	margin-bottom: 8px;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 15px;
}

.kuyo_fv strong {
	display: block;
	text-align: center;
	font-weight: 900;
	margin-bottom: 8px;
	padding: 0 10px;
	text-shadow: 
       1px  1px 0px #ffffff,
      -1px  1px 0px #ffffff,
       1px -1px 0px #ffffff,
      -1px -1px 0px #ffffff,
       1px  0px 0px #ffffff,
       0px  1px 0px #ffffff,
      -1px  0px 0px #ffffff,
       0px -1px 0px #ffffff;
}

.kuyo_fv ul li {
	width: calc(98% / 2);
	margin-right: 2%;
	margin-top: 2%;
}

.kuyo_fv ul li:nth-of-type(2n) {
	margin-right: 0;
}

.kuyo_fv ul li:nth-of-type(-n + 2) {
	margin-top: 0;
}

.kuyo_fv ul li a {
	color: #5d456c;
	border: 1px solid #5d456c;
	border-radius: 3px;
	background-color: #fff;
	display: block;
	font-weight: 900;
	text-align: center;
	padding: 10px;
}

.kuyo_fv ul li a:hover {
	color: #fff;
	background-color: #5d456c;
}

.service_summary table {
	width: 100%;
	background-color: #fae8e8;
	border-radius: 3px;
}

.service_summary table th {
	width: 100%;
	color: #fff;
	background-color: #f15c5c;
	font-weight: 900;
	padding: 5px;
	text-align: center;
	border-radius: 3px 3px 0 0;
}

.service_summary table td {
	width: 100%;
	padding: 10px;
}

.service_summary table.add_option {
	background-color: #f1ece6;
}

.service_summary table.add_option th {
	background-color: #897d70;
}

.cv_mini p a {
	border-radius: 3px;
	text-align: center;
	display: block;
	padding: 10px 0;
	background-color: #ff8300;
	color: #fff;
	position: relative;
	box-shadow: 0 4px 0 #d87000;
	font-weight: 900;
}

.cv_mini p a:hover {
	top: 4px;
	box-shadow: none;
}


@media only screen and (max-width: 768px){

.kuyo_fv {
	padding: 10px;
}

.service_summary table th,
.service_summary table td {
	width: 100%;
}

.cv_mini p {
	width: calc(98% / 2);
	margin-right: 2%;
}

.cv_mini p:first-of-type a {
	background-color: #00b677;
	box-shadow: 0 4px 0 #009b65;
}

.cv_mini p:last-of-type {
	margin-right: 0;
}

.cv_mini p img {
	width: 40px;
	margin: 0 auto 5px;
}

}