.keikou {
  background: linear-gradient(transparent 60%, #ff9 40%);
}
.dot {
    border-bottom: 1px dotted;
}


.saisinbtn{
	margin:0 auto;
    width:95%;
    height:55px;
    line-height:55px;

}
.saisinbtn a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#EB894B;
    text-align:center;
    border:1px solid #FFFFFF;
    color:#FFFFFF;
    font-size:18px;
    font-weight:bold;
    box-shadow:0px 0px 0px 4px #EB8B44 ;
    transition: all 0.5s ease;
}
.saisinbtn a:hover{
    background:#D66631;
    color:#FFFFFF;
    margin-left:0px;
    margin-top:0px;
    border:1px solid #FFFFFF;
    box-shadow:0px 0px 0px 4px #EB8B44 ;
}


/*目次*/
.content .outline {
	width:100%;
	background: #fbfbfb; /* 背景色 */
	font-size:1.3em;
}

.content .outline__switch + .outline__list{
	background: #fbfbfb; /* 背景色 */
}

.content .outline__number {
	color: #0033cc; /* 見出し数値の文字色 */
	background: #fbfbfb; /* 背景色 */
}

.content .outline__link {
	color: #0033cc; /* 見出しの文字色 */
	font-size:1.1em;
}

/* 見出しマウスオン時の処理 */
.content .outline__link:hover {
	color: #ff6600; /* 見出しの文字色 */
	font-weight: initial; /* 太文字の初期化 */
	text-decoration: underline; /* 下線を表示 */
}

.content .outline__toggle:checked + .outline__switch::before {
	
	content: "非表示"; /* 閉じるの文字を変更 */
}

.content .outline__switch::before {
	content: "表示"; /* 開くの文字を変更 */
	color: #0033cc; /* 非表示・表示の文字色 */
}

/* 非表示・表示マウスオン時の処理 */
.content .outline__switch:hover:before {
	color: #ff6600; /* 非表示・表示の文字色 */
	text-decoration: underline; /* 下線を表示 */
}
.outline__title:before{
font-family: "icomoon";
content: "\e92f";/*アイコン*/
margin-right:3px;
}
/*目次終わり*/



.btn,
a.btn,
button.btn {
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
	padding-top:30px;
	margin-bottom:70px;
}

a.btn-c {
  font-size: 2.2rem;
  position: relative;
  padding: 0.25rem 2rem 1.5rem 3.5rem;
  color: #fff;
  background: #32b16c;
  -webkit-box-shadow: 0 5px 0 #2c9d60;
  box-shadow: 0 5px 0 #2c9d60;
}

a.btn-c span {
  font-size: 0.6em;
  position: absolute;
  top: -10px;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  padding: 0.2rem 0;
  color: #32b16c;
  border: 2px solid #32b16c;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #30a967;
  -webkit-box-shadow: 0 2px 0 #2c9d60;
  box-shadow: 0 2px 0 #2c9d60;
}

a.btn-c:hover:before {
  left: rem;
}