@charset "UTF-8";
/* CSS Document */

.stamp h3 {
	font-size: 33px;
	color: #0b318f;
	margin: 0px 0px 10px;
	border-bottom: 1px solid #EB4151;
	padding: 0px 0px 20px;
	font-weight: bold;
}

.stamp h4 {
	font-size: 150%;
	color: #EB4151;
	margin: 0px 0px 5px;
	padding: 0px 0px 0px;
	font-weight: bold;
}

.stamp .main {
	margin: 0px 0px 30px;
}
.stamp .copy {
	font-size: 30px;
	color: #ff8000;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 35px;
}
.stamp .in-text {
	font-size: 16px;
	margin: 0px 0px 55px;
}

.stamp .suspension {
	color: #c50c1f;
	margin: 5% 0;
	font-weight: bold;
}

.setname{
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 2%;
}

#flow_con{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 18px;
}

.flow_box01{
	margin: 0 0 4% 0;
	width: 100%;
	overflow: hidden;
	clear: both;
}

.flow_box01 .flow_text{
	float: left;
	width: 64%;
	margin: 0 0 0 0;
	padding: 8% 0 0 0;
}

.flow_box01 .flow_ph{
	float: left;
	width: 32%;
	margin: 0 4% 0 0;
}

.flow_box01 .flow_text_l{
	float: left;
	width: 44%;
	margin: 0 0 0 0;
}

.flow_box01 .flow_ph_l{
	float: left;
	width: 52%;
	margin: 0 4% 0 0;
}

ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
}
ol li {
  font-size: 140%;
  position: relative;
  /*padding-left: 30px;*/
  margin-left:0px;
  line-height: 1.5em;
  padding: 0.5em 0 0.5em 45px;
  display:block; /*2重にどうしても数字がでるので消す*/
}

ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #EC008D;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 20px;
  border-radius: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.arrow{
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-color:  transparent transparent #c60d20 #c60d20;
  transform: rotate(-45deg);
  margin:0 auto 4%;
  	overflow: hidden;
	clear: both;
}

.stamp .point {
	border-top:1px solid #c50c1f;
	margin: 30px 0px 0px;
	padding: 55px 0 0 0;
}


@media only screen and (max-width: 768px){
.stamp h3 {
	font-size: 20px;
	margin: 0px 0px 10px;
	padding: 0 0 10px;
}

.stamp .main {
	margin: 0px 0px 15px;
}
.stamp .copy {
	font-size: 15px;
	margin: 0px 0px 15px;
}
.stamp .in-text {
	font-size: 14px;
	margin: 0px 0px 25px;
}

.stamp .point {
	margin: 0px 0px 0px;
	padding: 20px 0 0 0;
}
	
.setname{
	font-size: 15px;
	margin: 0 0 2% 0;
}
	
.flow_box01{
	margin: 0% 0 0% 0;
}

.flow_box01 .flow_text_l{
	font-size: 14px;
	width: 100%;
	margin: 0 0 0 0;
}

.flow_box01 .flow_ph_l{
	width: 100%;
	margin: 0 4% 2% 0;
}
	
.flow_box01 .flow_text{
	font-size: 14px;
	padding: 0 0 0 0;
	width: 58%;
}

.flow_box01 .flow_ph{
	float: left;
	width: 42%;
	margin: 0 0% 0 0;
}
	
.arrow{
  width: 20px;
  height: 20px;
  border: 5px solid;
  border-color:  transparent transparent #c60d20 #c60d20;
  transform: rotate(-45deg);
  margin:0 auto 4%;
  	overflow: hidden;
	clear: both;
}
	
ol li {
  font-size: 100%;
  position: relative;
  /*padding-left: 30px;*/
  margin-left:0px;
  line-height: 1.5em;
  padding: 0.5em 0 0.5em 26px;
  display:block; /*2重にどうしても数字がでるので消す*/
}

ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #EC008D;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}
	
}
