.sp {
	display: none;
}

figure {
	margin: 0;
	padding: 0;
}

.section + .section {
	margin-top: 30px;
}

#main-contents *,
#main-contents *::before,
#main-contents *::after {
	box-sizing: border-box;
}


#main-contents a:not([class]):link , #main-contents a:not([class]):active { color: inherit !important; text-decoration:underline; }
#main-contents a:not([class]):hover { color:inherit !important; text-decoration:none; }


.main-ttl {
	background: #319b03;
  text-shadow: #2e8e05 2px 2px 2px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.main-ttl small {
  font-size: 20px;
}

.main-ttl .big {
  font-size: 40px;
}

.main-lead {
	margin: 20px;
}

.main-lead + .h2-type4 {
	margin: 0 0 30px;
}

.h2-contents + .h2-type4 {
	margin-top: 50px;
}

.h2-lead {
	margin: 20px 0 30px;
}

.h3_box-item-outline {
	display: flex;
	justify-content: space-between;
}

.h3_box-item-outline-img {
	width: 240px;
	position: relative;
}

.h3_box-item-outline-contents-note {
	margin-top: 30px;
	display: flex;
	position: absolute;
	bottom: 0;
	left: -260px;
	margin: auto;
}

.h3_box-item-outline-contents-note-img {
		width: 30px;
}
.h3_box-item-outline-contents-note-img img {
		width: 100%;
		height: auto;
}
.h3_box-item-outline-contents-note-txt {
		font-size: 11px;
		margin-left: 5px;
}

.h3_box-item-outline-contents {
	width: calc(100% - 260px);
	position: relative;
	padding-bottom: 100px;
}

.h3_box-item-outline-contents-txt {
	margin-bottom: 20px;
}

.h3_box-item-outline-contents-name {
}

.h3_box-item-outline-contents-price-maker {
}
.h3_box-item-outline-contents-price {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.h3_box-item-outline-contents-price-off {
	border: 2px solid #d70101;
	color: #d70101;
	font-weight: bold;
	font-size: 24px;
	padding: 5px;
	margin-right: 10px;
	line-height: 1.2;
	width: 140px;
	text-align: center;
}
.h3_box-item-outline-contents-price-off small{
	font-size: 16px;
}
.h3_box-item-outline-contents-price-special {
	color: #d70101;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
}
.h3_box-item-outline-contents-price-special small {
	font-size: 16px;
}

#main-contents .btn-type1 {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
  background: #42a52f;
  width: 80%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  margin: auto;
  transition: .2s;
}

#main-contents .btn-type1:hover {
	opacity: .7;
}

.h3_box-item-outline-contents-bottom-txt {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  font-size: 11px;
}

.h2-contents-attention {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #d70101;
	padding: 20px 0;	
}

.table-type1 {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.table-type1 th,
.table-type1 td {
	border: 1px solid #ddd;
	vertical-align: middle;	
}

.table-type1 td {
	text-align: center;
	padding: 20px;
}

.table-type1 thead th {
	text-align: center;
	background: #f1f1f1;
	padding: 10px;
}

.table-type1-note {
	margin-top: 10px;
}

.h2-contents-box {
  border: solid 3px #ddd;
  padding: 20px;
  margin-top: 30px;
}


.h2-contents-box-ttl {
	font-size: 20px;
	color: #05a505;
	margin-bottom: 10px;
}

.h2-contents-box-list {
	
}

.h2-contents-box-list-item {
	list-style: disc;
	margin-left: 1.5em;
	display: list-item;
}

.h2-contents-box-note-link {
	text-align: right;
	margin-bottom: 20px;
	margin-top: 10px;
}

.h2-contents-box-txt {
	
}

.h2-contents-box-ttl-sub {
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: normal;
}

.h2-contents-box-bnr {
	margin-top: 20px;
}


.estimate_btn {
  display: inline-block;
  padding: 20px 5px;
  border-radius: 40px;
  text-decoration: none;
  color: #fff !important;
  background-image: linear-gradient(45deg, #f25c05 0%, #ff985c 100%);
  transition: .4s;
  width: 90%;
  text-align: center;
  margin: 5%;
  font-size: 24px;
  box-shadow: 0 4px 0 0 rgb(0 0 0 / 11%);
}

.estimate_btn:hover {
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}
