@charset "utf-8";

.h2_title{
clear:both;
margin: 40px 0 0 0;
padding: 3em 0;
text-align:center;
font-size:200%;
background: url(../img/h2_bg.jpg) no-repeat top right;
}

.supply_box{
	background: #172823;
	padding: 1em;
}
.supply_box p{
	font-size: 150%;
}
.supply_box span{
	font-size: 120%;
	color: #ff7575;
	font-weight: bold;
}

.supply_title {
	background: #292929;
	font-size: 150%;
	line-height: 120%;
	padding: 1em;
}
.supply_title span {
	font-size: 70%;
}

.supply_nakabox {
	width: 50%;	
}

.supply_fee,.supply_fee01,.supply_fee02,.supply_fee_kigou {
	float: left;	
}
.supply_fee {
	font-size: 130%;
	line-height: 120%;
}
.supply_fee_kigou {
	padding: 1em;
}

.supply_fee span {
	font-size: 60%;
}
.supply_fee01 {
  position: relative;
  display:inline-block;
  background: #4c0505;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 200%;
  padding: 0.25em 0.5em 0.5em 0.5em;
  line-height: 120%;
}
.supply_fee01 span {
	font-size: 50%;
}
.supply_fee01::after{
  content: "";
  position: absolute;
  top: 0;
  right: -35px;
  border-left: 50px solid #4c0505;
  border-top: 52px solid transparent;
  border-bottom: 52px solid transparent;
  transform-origin: right top;
  transform: scaleX(.7);
}

.supply_fee02 {
	font-size: 250%;
	padding: 0.5em 0 0 1em;
}

.supply_dl {
	border: 1px #2a2a2a solid;
	padding:	1em;
	background: #151515;
}

.supply_dl dd {
	padding: 0 0 1em 1em;	
}


@media only screen and (max-width:644px){
.supply_nakabox {
	width: 100%;	
}
.supply_fee {
	font-size: 100%;
	line-height: 110%;
}
.supply_fee01 {
  font-size: 150%;
  line-height: 110%;
}
.supply_fee01::after{
  right: -22px;
  border-left: 33px solid #4c0505;
  border-top: 33px solid transparent;
  border-bottom: 42px solid transparent;
}
.supply_fee02 {
	font-size: 250%;
	padding: 0.1em 0 0 0.75em;
}
}
