@charset "UTF-8";

.btn-print {
  border: solid 1px #293b4a;
    cursor: pointer;
    display: block;
    margin: 30px auto 60px;
    max-width: 180px;
    line-height: 44px;
    height: 44px;
    color: #293b4a;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.btn-print:hover {
  opacity: .7;
}

img {
  max-width: 100%;
}

.sub.service #mainVisual {
	background-image: url("../images/main.jpg");
}
.sub.service h3 {
	color: #604c3f;
	text-align: center;
	font-size: 24px;
	margin-top: 50px;
	margin-bottom: 30px;
	font-family: 'Noto Serif JP',serif;
	font-weight: 500;
	padding-bottom: 8px;
	border-bottom: 2px solid #8c6e57;
}

/*--料金表--*/
.service #contents .price {
	font-size: 20px;
	margin-bottom: 5px;
}
.service #contents .price-box {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #8c6e57;
}
.service #contents .price-box th {
	width: 63.829%;
	padding: 20px 12px;
	background: #f5f2ef;
	font-size: 18px;
	font-weight: 500;
	border-bottom: 1px solid #8c6e57;
}
.service #contents .price-box td {
	text-align: right;
	padding: 20px 12px;
	background: #fff;
	font-size: 20px;
	font-weight: 500;
	border-bottom: 1px solid #8c6e57;
}
.service #contents .price-box tr:last-child th,.service #contents .price-box tr:last-child td {
	border-bottom: none;
}
/*--お客様の声--*/
#contents .voiceinfo-box {
	width: 100%;
	margin: 50px auto 0;
	background: #f5f2ef;
	text-align: center;
	padding: 30px;
}
#contents .voiceinfo-box p {
	font-size: 18px;
	color: #f39800;
	text-align: center;
	font-weight: 500;
}
.service #contents a.more {
	margin: 20px auto 0;
}

/*--section--*/
.service #contents .c-box01 {
	width: 100%;
	padding: 30px 0;
}
.service #contents .media-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
}
.service #contents .c-box01 .media-box > div {
	width: 47.959%;
}
.service #contents .c-box01 .media-box + .media-box {
	margin-top: 30px;
}
.service #contents .c-box01 .media-box > div:nth-child(n + 3) {
	margin-top: 20px;
}
.q_button {
    min-width: 200px;
    max-width: 90%;
    background-color: #666;
    display: inline-block;
    vertical-align: middle;
    padding: 12px 0;
    font-weight: 400;
    font-size: 100%;
    color: #fff !important;
    margin: 0;
    text-decoration: none!important;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out 0s;
    font-size: 14px;
}
.box01 ol {
    margin: 10px 0 0 25px;
    font-size: 13px;
    line-height: 1.6;
    list-style: disc;
}
.box01 #printarea img {
    max-width: 100%;
    height: auto;
}
.print-off {
　display: none;
}

.service #contents .prepaid-area {
	max-width: 70%;
	margin: 0 auto;
}
.service #contents .prepaid-area .prepaid-box {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.service #contents .prepaid-area table th span {
  font-weight: bold;
  color: #FF0000;
}
.service #contents .prepaid-area table {
	font-size: 16px;
}
.service #contents .prepaid-area table th,.service #contents .prepaid-area table td {
	padding: 5px;
}
.service #contents .prepaid-area p.chu {
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 150%;
	color: #FF0000;
}

@media screen and (max-width: 767px) {
.sub.service #mainVisual {
	background-image: url("../images/main.jpg");
}
.sub.service h3 {
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 20px;
	padding-bottom: 8px;
}
/*--料金表--*/
.service #contents .price {
	font-size: 16px;
}
.service #contents .price-box th {
	width: 63.829%;
	padding: 12px 10px;
	background: #f5f2ef;
	font-size: 14px;
}
.service #contents .price-box td {
	padding: 12px 10px;
	font-size: 15px;
}
.service #contents .price-box tr:last-child th,service #contents .price-box tr:last-child td {
	border-bottom: none;
}
.service #contents a.more {
	margin: 10px auto 0;
}
/*--section--*/
.service #contents .c-box01 {
	width: 100%;
	padding: 20px 0 10px;
}
.service #contents .media-box {
	width: 100%;
	display:block;
}
.service #contents .c-box01 .media-box > div {
	width: 100%;
	margin-bottom: 20px;
}
.service #contents .c-box01 .media-box:nth-of-type(2) > div:last-child {
	margin-bottom: 0;
}
.service #contents .c-box01 .media-box + .media-box {
	margin-top: 30px;
}
.service #contents .c-box01 .media-box > div:nth-child(n + 3) {
	margin-top: 20px;
}
.service #contents .prepaid-area {
	max-width: 100%;
	margin: 0 auto;
}
.service #contents .prepaid-area .prepaid-box {
	width: 100%;
	margin: 0 auto 20px;
	display:block;
}
.service #contents .prepaid-area .prepaid-box li {
	width: 100%;
	display:block;
}
.service #contents .prepaid-area .prepaid-box li:first-child {
	text-align: center;
}
	.service #contents .prepaid-area .prepaid-box li:first-child img {
		max-height: 200px;
		width: auto;
		margin-bottom: 10px;
	}
.service #contents .prepaid-area table th span {
  font-weight: bold;
  color: #FF0000;
}
.service #contents .prepaid-area table {
	font-size: 14px;
	width: 100%;
}
.service #contents .prepaid-area table th,.service #contents .prepaid-area table td {
	padding: 5px 0;
}
.service #contents .prepaid-area p.chu {
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 150%;
	color: #FF0000;
}
.service #contents .c-box01 .media-box .description {
	margin-bottom: 15px;
}
}