/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.col_midashi_txtsheet {
    margin: 4em 0 2em auto;
}

/*------------前後ページ移動のボタン--------------*/
.guide_prevnext {
  margin-top: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2em;
  background: #F7F7F7;
  border-radius: 10px;
  padding: 1em;
}
.guide_prevnext a {
  display: block;
  background: #E9A139;
  padding: .6em 2.5em;
  color: #fff !important;
  text-decoration: none;
  border-radius: 100px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  top: 0;
}
.guide_prevnext a:hover {
  background: #CB8725;
  text-decoration: none;
  top: -5px;
  -webkit-box-shadow: 0 7px 10px rgba(170, 137, 124, 0.7);
          box-shadow: 0 7px 10px rgba(170, 137, 124, 0.7);
  border-color: transparent;
}
/*次へ*/
.guide_prevnext a span.icon_next:after {
  font-weight: 900;
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  position: absolute;
  right: 19px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.guide_prevnext a:hover  span.icon_next:after {
  right: 15px;
}
/*前へ*/
.guide_prevnext a span.icon_prev:after {
  font-weight: 900;
  content: "\f0a8";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  position: absolute;
  left: 19px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.guide_prevnext a:hover  span.icon_prev:after {
  left: 15px;
}
/*目次*/
.guide_prevnext a.l_btn_mokuji{
	background: #E98538;
}
.guide_prevnext a span.icon_mokuji:after {
  font-weight: 900;
  content: "\f0ca";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  position: absolute;
  left: 19px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.guide_prevnext a:hover  span.icon_mokuji:after {
  left: 15px;
}
/*---------------------*/
.col_table_responsive {
	font-size: .85em;
}
.col_table_responsive tr td:first-child{
	text-align: center;
	width: 4em;
}
.col_table_responsive tr td:nth-child(2){
		text-align: center;
	width: 3em;
}
.col_table_responsive th {
    padding: .4em 0;
    line-height: 1;
    letter-spacing: 0;
	text-align: center;
}
.col_table_responsive.hyo01 tr td:nth-child(3),.col_table_responsive.hyo01 tr td:nth-child(4){
	width: 8em;
}
.col_table_responsive.hyo01 tr td:nth-child(5),.col_table_responsive.hyo01 tr td:nth-child(6){
		width: 12em;
}
.col_table_responsive.hyo02 tr td:nth-child(3){
	width: 8em;
}
.col_table_responsive.hyo03 tr td:nth-child(3),.col_table_responsive.hyo03 tr td:nth-child(4){
		width: 8em;
}
/*.col_table_responsive.hyo02 tr td:nth-child(4),.col_table_responsive.hyo03 tr td:nth-child(4){
	text-align: center;
}*/