@charset "utf-8";
/* CSS Document */

.pet_area1 h2 {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 20px;
}
.pet_area1 h2 rt {
	font-size: 1.2rem;
}
.pet_area1 h3 {
	font-size: 3rem;
	background: url(../images/bg_washi.png) repeat center top;
	padding: 5px 0 5px 30px;
	border-left: 12px solid #B6B6B6;
	margin-bottom: 40px;
}
.pet_lead_block {
	padding-bottom: 30px;
}
.pet_lead_block b {
	font-size: 2.5rem;
	font-weight: normal;
}
.pet_lead_block p {
	line-height: 4rem;
	text-align: justify;
	text-justify: inter-ideograph;
}

ul.pet_flow {
	margin-bottom: 50px;
}
ul.pet_flow li {
	position: relative;
	padding: 0 0 50px 0;
	margin-right: 5px;
}
ul.pet_flow li::before {
    content: "";
    border: 13px solid transparent;
    border-top: 13px solid #F39700;
    position: absolute;
    left: calc(50% - 13px);
    bottom: 0;
    z-index: 0;
}
ul.pet_flow li:last-child::before {
	border: none;
}
ul.pet_flow li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
ul.pet_flow li h6 {
	color: #FFFF;
	text-align: center;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	line-height: 100px;
	background: linear-gradient(#A89B5B,#D0C79F);
	border-radius: 100%;
	font-size: 2rem;
	margin: 0 auto 20px;
}
ul.pet_flow li p {
	font-size: 1.8rem;
	text-align: center;
}
table.plantable {
	border: 1px solid #000;
	width: 100%
}
table.plantable caption {
	font-size: 2rem;
	padding-bottom: 5px;
}
table.plantable th, 
table.plantable td {
	border: 1px solid #000;
	text-align: left;
	font-weight: normal;
	padding: 10px 20px;
	text-align: justify;
	text-justify: inter-ideograph;
}
table.plantable th {

}
.plan_note {
	text-align: right;
}
.feetable p {
	line-height: 4rem;
}
.feetable table {
	font-size: 1.3rem;
	margin-bottom: 30px;
}
.feetable table caption {
	position: relative;
}
.feetable table caption h4 {
	font-size: 2rem;
}
.feetable table caption p {
	font-size: 1.2rem;
	line-height:1.2rem;
	padding: 0 0 5px;
}
.feetable table th,
.feetable table td {
    border: 1px solid #fcce66;
    padding: 0.7em 1em;
    text-align: center;
}
.feetable table th {
    background: rgba(252, 206, 102, 0.7);
}
.feetable table td b {
	white-space: nowrap;
	font-weight: normal;
}
.feetable table td img {
	width: 30px;
}
ul.fee_note {
	font-size: 1.5rem;
}
ul.fee_note li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}
ul.fee_note li:before {
	position: absolute;
	left: 0;
	top: 5px;
	content: "";
	border-left: 15px solid #fcce66;
	height: 15px;
	border-radius: 100%;
}
.pet_image figure {
	text-align: center;
	padding: 50px 0 20px;
}
.pet_image p {
	font-size: 1.5rem;
	line-height: 4rem;
}
.pet_image i {
	font-style: normal;
	line-height: 2.5rem; 
	display: block;
	padding: 10px 20px;
	background-color: #FCF1C8;
	margin-top: 20px;
}
@media screen and (min-width: 768px) {
	.pet_area1 h2 {
		font-size: 4rem;
		margin-bottom: 50px;
	}
	.pet_area1 h3 {
		font-size: 2.5rem;
	}
	.pet_lead_block b {
		font-size: 4rem;
		font-weight: normal;
	}
	table.plantable th {
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
	ul.pet_flow {
		display: flex;
		justify-content: center;
		margin-bottom: 50px;
	}
	ul.pet_flow li {
		position: relative;
		padding: 0 50px 0 0;
		width: 180px;
		margin-right: 5px;
	}
	ul.pet_flow li::before {
	    content: "";
	    border: 13px solid transparent;
	    border-left: 13px solid #F39700;
	    position: absolute;
	    top: 37px;
	    left: 155px;
	    bottom: auto;
	    z-index: 0;
	}
	ul.pet_flow li:last-child {
		padding-right: 0;
		width: 130px;
		margin-right: 0;
	}
	ul.pet_flow li h6 {
		margin-left: 15px;
	}
	ul.pet_flow li p {
		font-size: 1.3rem;
		text-align: justify;
		text-justify: inter-ideograph;
	}
		.fee_block {
		display: flex;
	  	justify-content: space-between;
	}
	.feetable {
		padding-right: 80px;
	}
	.pet_image {
		width: 300px;
	}
	.feetable table caption p {
		position: absolute;
		font-size: 1.2rem;
		line-height:1.2rem;
		right: 0;
		bottom: 3px;
		padding: 0;
	}
}