@charset "UTF-8";

/*=====================

　　＜墓じまい INDEX＞

　　01.共通
　　02.墓じまい参考金額
　　03.青森県内初 「縁添珠」


=====================*/


/*---------------------------------------------------

　　01.共通

---------------------------------------------------*/




.container {
  display: flex;
  gap: 0 43px;
  width: 776px;
  margin: 0 auto;

}

.item {
  display: block;
  width: 33.33333%;
  overflow: hidden;

}

.item > img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.4s;}


.item:hover > img {
  transform: scale(1.15);
}
















.Wmangaa {
        font-size: 15px;
		text-align: right;
		font-family: 'Noto Serif JP', serif;
		margin-bottom: 30px;
		right: 120％;
}

.relative{
  position: relative;
}
.absolute01{
  position: relative;
	width: 100%;
	height: 450px;

	object-fit: cover;
	object-position: 0 100%;

}

.absolute001{
  position: absolute;
	width: 1%;

}



.absolute02{
  position: absolute;
  width: 35%;
  Top: 15px;
  right: 45px;

}

.absolute020{
  position: absolute;
  width: 42%;
  bottom: 15px;
  right: 45px;

}


.absolute03{
  position: absolute;
  width: 15%;
  bottom: 10％;
  right: 165px;

}



.relative2{
  position: relative;
}
.absolute001{
  position: relative;
	width: 100%;
	height: 100％;

	object-fit: cover;
	object-position: 0 100%;

}
.absolute002{
  position: absolute;
  width: 20%;
  top: 10px;
  left: 10px;

}






















main {
	background: #FFF;
}
#container {
	background: #FFF;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
}
#container .wrap {
	padding: 4rem 0;
}
.section01 {
	position: relative;
	z-index: 1;
}
.section01 h3 {
	margin: 50px 0 35px 0;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 30px;
	letter-spacing: 0.04em;
	line-height: 1.6;
}
.section01 .read {
	margin: 0 auto 70px auto;
	letter-spacing: 0.1em;
	line-height: 2;
	font-feature-settings: "palt";
	text-align: center;
}
.section01 .nayami {
	background: #e6ebea;
	width: 980px;
	margin: 0 auto 70px auto;
	padding: 40px 90px;
}
.section01 .nayami h4 {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1.6;
	color: #5e94b4;
	margin-bottom: 30px;
	font-size: 50px;
}
.section01 .nayami ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px
}
.section01 .nayami li {
	background: url(../img/bg_fukidasi.svg) no-repeat;
	background-size: contain;
	font-size: 20px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.7;
	padding: 20px 30px 40px 30px;
}
.section01 .kihon-pack {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 38px;
	letter-spacing: 0.04em;
	line-height: 2;
	max-width: 980px;
	margin: auto;
	background: url(../img/bg_kihon.svg) no-repeat center bottom;
	background-size: contain;
	padding: 0px 0 110px 0;
}
.section01 .kihon-pack span {
	border-bottom: 2px solid #5e94b4;;
}

.section02 {
	padding: 75px 0 220px 0;
	position: relative;
	background: #f1f4f3;
}
.section02::before {
	content: '';
	background: #80ac84;
	width: 100%;
	height: 721px;
	display: block;
	position: absolute;
	left: 0;
	top: -170px;
	z-index: 0;
}
.section02 .inner {
	width: 980px;
	margin: auto;
	position: relative;
}
.section02 h3 {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 34px;
	letter-spacing: 0.1em;
	color: #ffffff;
	text-align: center;
}
.section02 h3::after {
	content: '';
	width: 70px;
	height: 1px;
	display: block;
	background: #ffffff;
	margin: 30px auto 50px auto;
}
.section02 .read {
	font-size: 20px;
	margin: 0 auto 60px auto;
	letter-spacing: 0.1em;
	line-height: 2;
	font-feature-settings: "palt";
	text-align: center;
	color: #ffffff;
}
.section02 .support {
	background: #ffffff;
	padding: 50px;
	display: grid;
	grid-template-columns: 373px 44px 373px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 70px;
}
.section02 .support span {
	display: block;
	color: #ffffff;
	background: #333333;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 28px;
	letter-spacing: 0.025em;
	padding: 20px;
}
.section02 .pack-detail {
	margin-bottom: 125px;
}
.section02 .pack-detail h4 {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 32px;
	letter-spacing: 0.04em;
	color: #ffffff;
	background: #5e94b4;
	padding: 24px;
	margin-bottom: 30px;
}
.section02 .pack-detail p {
	font-size: 20px;
	line-height: 2;
	letter-spacing: 0.025em;
	text-align: center;
	margin-bottom: 30px;
}
.section02 .grid {
	display: grid;
	grid-template-columns: 280px 280px 280px;
	gap: 50px 70px;
}
.section02 .grid .image {
	margin-bottom: 22px;
}
.section02 .grid dl {
	display: flex;
	align-items: center;
	font-size: 22px;
	letter-spacing: 0.04em;
	font-family: 'Noto Serif JP', serif;
}
.section02 .grid dt {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 44px;
	height: 44px;
	background: #a2c3d3;
	margin-right: 15px;
}
.section02 .grid dd {
	white-space: nowrap;
}
.section02 .grid .zenkoku {
	text-align: center;
	
}
.section02 .grid .zenkoku img {
	width: 230px;
	
}
.section02 h5 {
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0.025em;
	border-bottom: 1px solid #333333;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.section02::after {
	content: '';
	width: 1px;
	height: 169px;
	background: #5e94b4;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -80px;
	margin: 0 auto;
}

.section03 {
	padding: 150px 0 0 0;
}
.section03 h3 {
	font-size: 40px;
	letter-spacing: 0.1em;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 40px;
}
.section03 .read {
	font-size: 28px;
	letter-spacing: 0.1em;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 125px;
}
.section03 .inner {
	max-width: 980px;
	margin: auto;
}
.section03 .example {
	display: grid;
	grid-template-columns: 450px 450px;
	gap: 100px 80px;
}
.section03 .example dl {
	position: relative;
}
.section03 .example dt {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width: 100px;
	height: 220px;
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.04em;
	position: absolute;
	top: 0;
	left: 0;
}
.section03 .example dd {
	line-height: 30px;
	letter-spacing: 0.025em;
}
.section03 .example dd p {
	margin-top: 20px;
}
.section03 .message {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 32px;
	letter-spacing: 0.04em;
	line-height: 2;
	padding-bottom: 120px;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(230,235,234,1) 100%); 
}
.section03 .message span {
	border-bottom: 2px solid #5e94b4;;
}
.section03 .bg_gradation {
	width: 100%;
	height: 190px;
	background: linear-gradient(to top, #e6ebea, #e6ebea00);
}
.section03 .bg {
	background: #e6ebea;
	/*padding-bottom: 170px;*/
}
.section03 .flow h4 {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 32px;
	letter-spacing: 0.04em;
	color: #ffffff;
	background: #5e94b4;
	padding: 24px;
	margin-bottom: 35px;
}


.section03 .flow_box {
	display: grid;
	grid-template-columns: 263px 1fr;
	gap: 0 40px;
	padding: 40px;
	background: #ffffff;
	position: relative;
	margin-bottom: 50px;
} 
.section03 .flow_box::after {
	content: '';
	width: 41px;
	height: 20px;
	background: url(../img/ico_arrow02.svg) no-repeat;
	background-size: contain;
	display: block;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -37px;
} 
.section03 .flow_box:last-child {
	margin-bottom: 0;
} 
.section03 .flow_box:last-child::after {
	display: none;
} 
.section03 .flow_box dl {
	padding: 20px 0 0 0;
}
.section03 .flow_box dt {
	font-size: 27px;
	font-weight: bold;
	line-height: 30px;
	display: flex;
	align-items: center;
	letter-spacing: 0.04em;
	border-left: 6px solid #5e94b4;
	padding-left: 10px;
	margin-bottom: 15px;
}
.section03 .flow_box dd {
	line-height: 1.875;
}



.haikei {
	background: #caf3e5;
	background-size: contain;
}

.manga {
        font-size: 30px;
		text-align: center;
		font-family: 'Noto Serif JP', serif;
		margin-bottom: 10px;


}

.mangaa {
        font-size: 20px;
		text-align: center;
		font-family: 'Noto Serif JP', serif;
		margin-bottom: 30px;
}


.mangaab {
	font-size: 30px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 10px;
	text-decoration:underline;/*下線を引く*/
	text-decoration-color: rgb(248, 148, 144);/*下線を引く*/
	text-decoration-style:wavy;/*下線を波線で表示*/
	/*background:linear-gradient(transparent 70%, #f5b8f7 0%);*/
}





.before_after {
	display: flex;
	justify-content: space-between;
	margin-bottom: 65px;
}
.before_after:last-child {
	margin-bottom: 0;
}
.before_after .before {
	width: 385px;
	position: relative;
}
.before_after .before:before {
	content: 'before';
	width: 94px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #333333;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.before_after .before:after {
	content: '';
	width: 77px;
	height: 70px;
	display: block;
	background: url(../img/ico_arrow.svg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 30px;
	right: 0;
}

.before_after .after {
	width: 550px;
	position: relative;
}
.before_after .after:before {
	content: 'after';
	width: 94px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #5e94b4;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

/*
	Tab
----------------------------------------*/
@media screen and (max-width: 1120px) {
	.section01 .read {
		margin-bottom: 13.3928vw;
	}
	.section02 {
		padding: 10.7142vw 0 19.6428vw 0;
	}
	.section02 .inner {
		width: auto;
		padding: 0 1.7857vw;
	}

	.section01 .nayami {
		width: auto;
		margin: 0 auto 6.25vw auto;
		padding: 3.5714vw 8.0357vw;
	}
	.section01 .nayami h4 {
		font-size: 2.8571vw;
	}
	.section01 .nayami ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1.7857vw
	}
	.section01 .nayami li {
		background: url(../img/bg_fukidasi.svg) no-repeat;
		background-size: contain;
		font-size: 1.7857vw;
		text-align: center;
		padding: 2.7857vw 2.6785vw 4.8714vw 2.6785vw;
	}
	.section02 .inner {
		width: auto;
	}
	.section02 .support {
		padding: 4.4642vw;
		grid-template-columns: 38.0612vw 4.4897vw 38.0612vw;
	}
	.section02 .support span {
		font-size: 2.8571vw;
	}
	.section02 .pack-detail h4 {
		font-size: 3.2653vw;
	}
	.section02 .pack-detail p {
		font-size: 2.0408vw;
	}
	.section02 .grid {
		display: grid;
		grid-template-columns: 28.5714vw 28.5714vw 28.5714vw;
		gap: 5vw;
	}
	.section02 .grid .image {
		margin-bottom: 22px;
	}
	.section02 .grid dl {
		font-size: 2.2448vw;
	}
	.section02 .grid dt {
		min-width: 4.4897vw;
		height: 4.4897vw;
		margin-right: 1.5306vw;
	}
	.section02 .grid .zenkoku img {
		width: 23.4693vw;
	}
	.section02 h5 {
		font-size: 19px;
		font-weight: bold;
		letter-spacing: 0.025em;
		border-bottom: 1px solid #333333;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
	.section02::after {
		content: '';
		width: 1px;
		height: 169px;
		background: #5e94b4;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -80px;
		margin: 0 auto;
	}
	
	.section03 {
		padding: 150px 0 0 0;
	}
	.section03 h3 {
		font-size: 40px;
		letter-spacing: 0.1em;
		text-align: center;
		font-family: 'Noto Serif JP', serif;
		margin-bottom: 40px;
	}
	.section03 .read {
		font-size: 28px;
		letter-spacing: 0.1em;
		text-align: center;
		font-family: 'Noto Serif JP', serif;
		margin-bottom: 125px;
	}
	.section03 .inner {
		max-width: 980px;
		margin: auto;
		padding: 0 20px;
	}
	.section03 .example {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 70px 50px;
	}
	.section03 .example dl {
		position: relative;
	}
	.section03 .example dt {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		width: 100px;
		height: 220px;
		background: #ffffff;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 30px;
		font-family: 'Noto Serif JP', serif;
		letter-spacing: 0.04em;
		position: absolute;
		top: 0;
		left: 0;
	}
	.section03 .example dd {
		line-height: 30px;
		letter-spacing: 0.025em;
	}
	.section03 .example dd p {
		margin-top: 20px;
	}

	
	.before_after {
		margin-bottom: 5.8035vw;
	}
	.before_after .before {
		width: 39.375vw;
	}
	.before_after .before:before {
		width: 9.6428vw;
		height: 4.2857vw;
		font-size: 1.7857vw;
	}
	.before_after .before:after {
		width: 6.875vw;
		height: 6.25vw;
		background: url(../img/ico_arrow.svg) no-repeat;
		background-size: 100% 100%;
		bottom: 2.6785vw;
	}
	
	.before_after .after {
		width: 56.25vw;
	}
	.before_after .after:before {
		width: 9.6428vw;
		height: 4.2857vw;
		font-size: 1.7857vw;
	}


	.before_after {
		margin-bottom: 5.8035vw;
	}
	.before_after .before {
		width: 39.375vw;
	}
	.before_after .before:before {
		width: 9.6428vw;
		height: 4.2857vw;
		font-size: 1.7857vw;
	}
	.before_after .before:after {
		width: 6.875vw;
		height: 6.25vw;
		background: url(../img/ico_arrow.svg) no-repeat;
		background-size: 100% 100%;
		bottom: 2.6785vw;
	}
	
	.before_after .after {
		width: 56.25vw;
	}
	.before_after .after:before {
		width: 9.6428vw;
		height: 4.2857vw;
		font-size: 1.7857vw;
	}

}

/*
	sp
----------------------------------------*/
@media only screen and (max-width: 768px) {
	#container .wrap {
		padding: 3rem 0;
	}
	#container p,
	.section01 .read,
	.section03 .flow_box dd {
		font-size: 3.125vw !important;
	}
	#container h3 {
		font-size: 4.688vw !important;
	}
	#container h4,
	.section02 h5,
	.section03 .flow_box dt {
		font-size: 4.167vw !important;
	}
	.section03 .bg_gradation {
		width: 100%;
		height: 80px;
		background: linear-gradient(to top, #e6ebea, #e6ebea00);
	}
	.section01 h3 {
		margin: 4.4642vw 0 3.125vw 0;
		font-size: 5vw;
		line-height: 1.5;
		padding: 0 4vw;
	}
	.section01 .read {
		margin-bottom: 13.3928vw;
		padding: 0 4vw;
	}
	.section02 {
		padding: 10.7142 0 19.6428vw 0;
	}
	.section02 .inner {
		width: auto;
		padding: 0 4vw;
	}

	.section01 .nayami h4 {
		font-size: 5vw;
	}
	.section01 .nayami ul {
		display: block;
	}
	.section01 .nayami li {
		font-size: 4vw;
		padding: 5vw 10vw 15vw 10vw;
	}

	.section01 .kihon-pack {
		font-size: 5vw;
		background: url(../img/bg_kihon.svg) no-repeat center bottom ;
		background-size: cover;
		padding: 0px 0 17vw 0;
	}
	.section02::before {
		height: 100vw;
		top: -22.6666wv;
	}
	.section02 h3 {
		font-size: 5vw;
	}
	.section02 h3::after {
		content: '';
		margin: 5vw auto 5vw auto;
	}
	.section02 .read {
		font-size: 4vw;
		margin-bottom: 10vw;
	}
	.section02 .support {
		margin-bottom: 9.3333vw;
	}
	.section02 .support span {
		font-size: 3.5vw;
		padding: 4vw;
	}
	.section02 .pack-detail h4 {
		font-size: 5vw;
		padding: 4vw;
		margin-bottom: 5vw;
	}
	.section02 .pack-detail p {
		font-size: 4vw;
		margin-bottom: 3vw;
	}
	.section02 .grid {
		grid-template-columns: 1fr 1fr;
		gap: 5vw;
	}
	.section02 .grid .image {
		margin-bottom: 4vw;
	}
	.section02 .grid dl {
		font-size: 3vw;
	}
	.section02 .grid .zenkoku img {
		width: 90%;
	}
	.section02 .pack-detail {
		margin-bottom: 20vw;
	}
	.section02::after {
		height: 80px;
		bottom: -40px;
	}
	.section03 {
		padding: 20vw 0 0 0;
	}
	.section03 h3 {
		font-size: 5vw;
		margin-bottom: 10vw;
	}
	.section03 .read {
		font-size: 4vw;
		margin-bottom: 10vw;
	}
	.section03 .example {
		display: block;
	}
	.section03 .example .box {
		margin-bottom: 0;
	}
	.section03 .example dt {
		width: 20vw;
		height: 40vw;
		font-size: 5vw;
	}
	.section03 .message {
		font-size: 5vw;
		padding: 4vw 4vw 10vw 4vw;
	}
	.section03 .flow h4 {
		font-size: 5vw;
		padding: 4vw;
		margin-bottom: 5vw;
	}
	.section03 .flow_box {
		display: block;
		padding: 5vw;
		margin-bottom: 50px;
	}
	.section03 .flow_box img {
		width: 100%;
	}
	.section03 .flow_box dt {
		font-size: 4.5vw;
		line-height: 1.2;
	}


	.before_after {
		margin-bottom: 5.8035vw;
		display: block;
	}
	.before_after .before {
		width: 100%;
		margin-bottom: 8vw;
	}
	.before_after .before:before {
		width: 20vw;
		height: 8vw;
		font-size: 3vw;
	}
	.before_after .before:after {
		content: '▼';
		color: #5e94b4;
		width: auto;
		height: auto;
		background: none;
		text-align: center;
		bottom: -6.1333vw;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	.before_after .after {
		width: 100%;
	}
	.before_after .after:before {
		width: 20vw;
		height: 8vw;
		font-size: 3vw;
	}



	.before_after {
		margin-bottom: 5.8035vw;
		display: block;
	}
	.before_after .before {
		width: 100%;
		margin-bottom: 8vw;
	}
	.before_after .before:before {
		width: 20vw;
		height: 8vw;
		font-size: 3vw;
	}
	.before_after .before:after {
		content: '▼';
		color: #5e94b4;
		width: auto;
		height: auto;
		background: none;
		text-align: center;
		bottom: -6.1333vw;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	.before_after .after {
		width: 100%;
	}
	.before_after .after:before {
		width: 20vw;
		height: 8vw;
		font-size: 3vw;
	}

}

/*---------------------------------------------------

　　02.墓じまい参考金額

---------------------------------------------------*/
.tableArea {
	width: 100%;
	max-width: 700px;
	margin: 10rem auto 0;
}
.tableArea .table_ttl {
	font-size: 21px;
	text-align: center;
	color: #5E94B4;
	margin: 0 auto 2rem;
}
.tableArea table {
	border-collapse: collapse; 
	color: #333;
	width: 100%;
	margin: 0 auto 10px;
}
.tableArea td, th {
	border: 1px solid #5E94B4;
	text-align: center;
	padding: 20px;
	font-size: 20px;
	background: #fff;
}
.tableArea td span {
	font-size: 14px;
}
.tableArea th span {
	font-size: 14px;
}
.tableArea .bg_color {
	width: 40%;
	background-color: #5E94B4;
	text-align: left;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.tableArea .bg_color_last {
	border-bottom: 1px solid #5E94B4;
}
.tableArea p {
	font-size: 14px;
	text-align: left;
	line-height: 1.6;
}
/*
	Tab
----------------------------------------*/
@media screen and (max-width: 1120px) {
.tableArea {
	margin-top: 14.2857vw;
}
.mitumori p {
	font-size: 1.9642vw;
}
}
/*
	sp
----------------------------------------*/
@media only screen and (max-width: 768px) {
.tableArea {
	margin-top: 14.2857vw;
}
.tableArea .table_ttl {
	font-size: 4.167vw !important;
}
.tableArea table {
	display: block;
	max-width: initial;
}
.tableArea td, th {
	padding: 20px 0 20px 15px;
	font-size: 4.167vw !important;
}
.tableArea .bg_color {
	width: 25%;
}
.tableArea .bg_fff {
	width: 50%;
}
}

/*---------------------------------------------------

　　03.青森県内初 「縁添珠」

---------------------------------------------------*/
.section04 {
	width: 100%;
	background: #e6ebea;
	margin: 0 auto;
	padding-bottom: 10rem;
}
.section04 .inner {
	margin: auto;
}
.yorisoijyu {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	background: #F3DEC8;
	padding: 4rem 0 6rem;
}

.yorisoijyumae {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	background: #d4f5ea;
	padding: 4rem 0 6rem;
}
.yorisoijyumae .yori_txt {
	width: 100%;
	max-width: 800px;
	text-align: center;
	font-size: 30px;
	font-family: 'Noto Serif JP', serif;
	margin: 0 auto 1.5rem;
	padding-bottom: 30px;
}


.yorisoijyu .yori_txt {
	width: 100%;
	max-width: 800px;
	text-align: center;
	font-size: 37px;
	font-family: 'Noto Serif JP', serif;
	margin: 0 auto 1.5rem;
	padding-bottom: 30px;
	border-bottom: 1px solid #CC7921;
}
.yorisoijyu .yori_txt span {
	font-size: 26px;
	border: 1px solid #333;
	padding: 0 5px;
}
.yorisoijyu .yori_img {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 1.5rem;
}
.yorisoijyu .yori_sub {
	font-size: 24px;
	line-height: 1.6;
	text-align: center;
	margin: 0 auto 1.5rem;
	font-family: 'Noto Serif JP', serif;
}
.yorisoijyu .yori_border {
	display: table;
	font-size: 22px;
	text-align: center;
	padding: 5px 0;
	margin: 0 auto 5rem;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.yorisoijyu .yori_btn {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.yorisoijyu .yori_btn a {
	position: relative;
	padding: 2rem 8rem;
	font-size: 22px;
	background: #CC7921;
}
.yorisoijyu .yori_btn a:hover {
	opacity: 0.6;
	transition: 0.3s;
}
.yorisoijyu .yori_btn a div {
	position: absolute;
	top: 50%;
    right: 5%;
    transform: translateY(-50%);
	display: flex;
	width: 24px;
}

/*
	Tab
----------------------------------------*/
@media screen and (max-width: 1120px) {
.section04 .inner {
	margin: auto;
	padding: 0 20px;
}
}

/*
	sp
----------------------------------------*/
@media only screen and (max-width: 768px) {
.section04 {
	width: 100%;
	padding-bottom: 6rem;
}
.yorisoijyu {
	max-width: initial;
	padding: 3rem 0 4rem;
}
.yorisoijyu .yori_txt {
	width: 90%;
	max-width: initial;
	font-size: 4.167vw !important;
	padding-bottom: 15px;
}
.yorisoijyu .yori_txt span {
	font-size: 3.125vw !important;
}
.yorisoijyu .yori_img {
	width: 90%;
	max-width: initial;
	margin: 0 auto 1.5rem;
}
.yorisoijyu .yori_sub {
	font-size: 4.167vw !important;
	margin: 0 auto 1.5rem;
}
.yorisoijyu .yori_border {
	font-size: 4.167vw !important;
	margin: 0 auto 3rem;
}
.yorisoijyu .yori_btn a {
	padding: 1rem 3rem;
	font-size: 4.167vw !important;
}
.yorisoijyu .yori_btn a div {
	width: 18px;
}
}