@charset "utf-8";

.rinen {
  margin: 0 auto 3em;
  display: block;
}

.rinen ul {
  margin: auto;
  width: fit-content;
}

.rinen ul li {
  display: inline-block;
  margin: auto;
  font-size: 1.2em;
  line-height: 1.75em;
}

.tsuikyu {
	position: relative;
  margin: 2em auto;
  padding: 1.5em;
  border: solid 2px #225bb8;
  border-radius: 15px;
  width: fit-content;
}

.tsuikyu-title {
    position: absolute;
    display: inline-block;
    top: -0.5em;
    left: 20px;
    padding: 0 .25em;
    line-height: 1;
    font-size: 1.4em;
    background: #FFF;
    color: #225bb8;
    font-weight: 900;
}

.tsuikyu ol {
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/	
}

.tsuikyu ol li:before{
  position: absolute;
  counter-increment: number;
  content: counter(number,decimal-leading-zero);
  display: inline-block;
  color: #225bb8;
  font-weight: 700;
  font-size: 1.4em; /*数字のでかさ*/
  left: 0;
  line-height: 25px;
  text-align: center;
  }


.tsuikyu ol li {
	position: relative;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 2em;
	font-size: 1.2em;
}

.tsuikyu li p{
	text-align: left;
}






.shacho {
	width: 250px;
	float: left;
}

.message-honbun {
	float: right; 
}
