@charset "utf-8";

.ososhiki_fv {
	margin-bottom: 8px;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 15px;
}

.ososhiki_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;
}

.ososhiki_fv ul li {
	width: calc(98% / 2);
	margin-right: 2%;
	margin-top: 2%;
}

.ososhiki_fv ul li:nth-of-type(2n) {
	margin-right: 0;
}

.ososhiki_fv ul li a {
	color: #b1497f;
	border: 1px solid #b1497f;
	border-radius: 3px;
	background-color: #fff;
	display: block;
	font-weight: 900;
	text-align: center;
	padding: 10px;
}

.ososhiki_fv ul li a:hover {
	color: #fff;
	background-color: #b1497f;
}

.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;
}

.add_option {
	margin-top: 15px;
}

.ososhiki_list {
	background-color: #f0e9f4;
	padding: 10px;
	border-radius: 3px;
}

.ososhiki_list p {
	color: #b1497f;
	font-weight: 900;
	text-align: center;
}

.ososhiki_list ul li {
	width: calc(94% / 3);
	margin-right: 2%;
	background-color: #b1497f;
	color: #fff;
	font-weight: 900;
	text-align: center;
	padding: 5px;
}

.ososhiki_list ul li.inc_item {
	background-color: #db0808;
}

.ososhiki_list ul li:last-of-type {
	margin-right: 0;
}

.read_time {
	display: block;
	text-align: center;
	margin-top: 5px;
}

.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.more a {
	background-color: #4097e4;
	box-shadow: 0 4px 0 #2f76b4;
	
}
.cv_mini p a:hover {
	top: 4px;
	box-shadow: none;
}

.merit {
	display: flex;
	justify-content: space-between;
}
.merit dl {
	width: calc(100% / 2);
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.merit dl dt {
	padding: 10px;
	text-align: center;
	font-weight: bold;
	width: 100%;
	color: #fff;
	background-color: #C25155;
}
.merit dl:last-of-type dt {
	border-left: 1px solid #fff;
	background-color: #2E5985;
}
.merit dl dd {
	border: 1px solid #ccc;
	width: 100%;
	flex: 2;
	height: 100%;
	min-height: 0%;
	padding: 0;
	background-color: #FFF2F4;
}
.merit dl:last-of-type dd {
	background-color: #F2F8FF;
}
.merit dl dd ul {
	padding: 10px;
}
.merit dl:last-of-type dd {
	border-left: none;
}
.merit dl dd ul li {
	padding-left: 20px;
	position: relative;
}
.merit dl dd ul li::before {
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
	color: #C25155;
}
.merit dl:last-of-type dd ul li::before {
	color: #2E5985;
}

@media only screen and (max-width: 768px) {

.ososhiki_fv {
	padding: 10px;
}

.service_summary table th,
.service_summary table td {
	width: 100%;
}

.ososhiki_list ul li {
	width: calc(98% / 2);
	margin-top: 2%;
}

.ososhiki_list ul li:nth-of-type(2n) {
	margin-right: 0;
}

.ososhiki_list ul li:nth-of-type(-n + 2) {
	margin-top: 0;
}

.cv_mini p {
	width: 100%;
}

.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;
}

.kaimyo_table dl {
	width: 100%;
	border-right: none;
}

.kaimyo_table dl:nth-of-type(2) {
	border-top: 1px solid #ccc;
}
	.cv_mini .pc {
		display: none;
	}
	.ososhiki_fv ul li {
		width: calc(98% / 2);
	}
	.ososhiki_fv ul li:nth-child(2n) {
		margin-right: 0;
	}
	.ososhiki_fv ul li:nth-of-type(3n) {
		width: 100%;
	}
	.merit {
		display: block;
	}
	.merit dl {
		width: 100%;
	}
	.merit dl:last-of-type {
		margin-top: 10px;
	}
	.merit dl dt {
		margin: 0;
	}
}