@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(96% / 3);
	margin-right: 2%;
	margin-top: 2%;
}

.ososhiki_fv ul li:nth-of-type(3n) {
	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 .pc {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
} 
.cv_mini .pc p {
	width: calc(98% / 2);
	
}
.cv_mini p a:hover {
	top: 4px;
	box-shadow: none;
}

.recommend {
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background: #FFF0F9;
}
.recommend .r_title {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
.recommend ul {
	width: 80%;
	margin: 10px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recommend ul li {
	width: 49%;
	padding-left: 20px;
	position: relative;
}
.recommend ul li::before {
	content: "\f058";
	font-family: Fontawesome;
	color: #F15C5C;
	position: absolute;
	top: 0;
	left: 0;
}
.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;
}

.price_table > ul {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.price_table ul li {
	margin-top: 10px;
}
.price_table ul li:first-child {
	margin-left: 10px;
}
.price_table ul li.show:before {
	border: none;
}
.add_postage .s_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.add_postage .s_box img {
	order: 2;
	width: 55%;
}
.add_postage .s_box ol {
	width: 43%;
}
.add_postage .s_box ol li {
	padding: 10px 0 10px 22px;
	position: relative;
	line-height: 1.3;
	border-bottom: 1px dashed #ccc;
}
.add_postage .s_box ol li::before {
	content: "■";
	position: absolute;
	top: 10px;
	left: 0;
	color: #71A48F;
}

.f_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.f_box .box {
	width: calc(97% / 4);
	margin-right: 1%;
	margin-top: 1%;
	padding: 10px 10px 14px;
	border: 1px solid #ccc;
	text-align: center;
}
.f_box .box:nth-of-type(4n) {
	margin-right: 0;
}
.f_box .box .bold_text {
	font-size: 90%;
}
.f_box .box .red_text {
	font-size: 120%;
}
.f_box .box .red_text span {
	font-size: 70%;
}
.f_box .box .sub {
	font-size: 80%;
	line-height: 1.3;
}
.f_box .box .more_bt {
	margin-top: 5px;
}
.f_box .box .more_bt a {
	border-radius: 3px;
	text-align: center;
	display: block;
	padding: 5px 0;
	background-color: #ff8300;
	color: #fff;
	position: relative;
	box-shadow: 0 4px 0 #d87000;
	font-weight: 900;
	font-size: 90%;
}
.f_box .box .more_bt a:hover {
	top: 4px;
	box-shadow: none;
}
.s_title {
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	background: #eee;
	padding: 5px 0 0 22px;
	border-left: 6px solid #4097e4;
}

.k_size .k_title {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.k_size .k_title::before,
.k_size .k_title::after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #b1497f;
}
.k_size .k_title::before {
	margin-right: 1em;
}
.k_size .k_title::after {
	margin-left: 1em;
}
.k_size .f_box {
	justify-content: space-between;
}
.k_size .l_box {
	width: 49%;
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #ccc;
	text-align: left;
}
.k_size .l_box ul li {
	margin: 0;
	border-radius: 0;
	background: transparent;
	color: #000;
	font-size: 90%;
	padding: 5px 0 5px 20px;
	position: relative;
}
.k_size .l_box ul li::before {
	content: "■";
	position: absolute;
	top: 5px;
	left: 0;
	color: #71A48F;
}


@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: 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;
}

.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;
	}
	.merit {
		display: block;
	}
	.merit dl {
		width: 100%;
	}
	.merit dl:last-of-type {
		margin-top: 10px;
	}
	.merit dl dt {
		margin: 0;
	}
	.p_box .l_box .bold_text {
		font-size: 120%;
	}
	.cv_mini p {
		width: 100%;
	}
	
	.recommend ul {
		width: 100%;
	}
	.recommend ul li {
		width: 100%;
		margin-top: 5px;
	}
	.recommend ul li:first-child {
		margin-top: 0;
	}
	.price_table ul {
		justify-content: space-between;
	}
	.price_table ul li {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.price_table ul li:first-child {
		margin-left: 0;
	}
	.price_table ul li:last-child {
		font-size: 100%;
	}
	.f_box .box {
		width: calc(98% / 2);
	}
	.add_postage .s_box ol {
		width: 100%;
		order: 2;
	}
	.add_postage .s_box img {
		width: 100%;
		order: 1;
	}
	.k_size .l_box {
		width: 100%;
	}
	.k_size .l_box:last-of-type {
		margin-top: 10px;
	}
	.k_size .l_box ul li {
		width: 100%;
		text-align: left;
	}

}