.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


p.overview {
	margin-top: 60px;
	text-align: center;
}

ul#uranaimenu {
  width: 640px;
  height: 37px;
  margin: 40px auto 30px;
}

ul#uranaimenu li {
  float: left;
  padding: 0 20px;
  font-size: 1.31em;
  font-weight: bold;
  text-decoration: underline;
}

ul#uranaimenu li a {
  color: #000;
}

ul#uranaimenu li:not(:last-of-type) {
  border-right: #000 solid 1px;
}

.red {
  color: #bb7748 !important;
  text-decoration: none !important;
}

.number {
  height: 1em;
}

.section_box h5 {
  width: 100%;
  clear: both;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0 0 10px 0;
  text-align: center;
  display: inline-block;
}

.section_box h5:first-of-type {
  margin-top: 50px;
}

.uranaitable{
  width: 100%;
  border: 3px solid #fff;
  border-collapse: collapse;
}

.uranaitable tr {
  height: 3em;
}

.uranaitable tr:nth-of-type(odd) {
  background:#fff;
}

.uranaitable tr:nth-of-type(even) {
  background:#fcefe5;
}

.uranaitable td,
.uranaitable th{
  padding: 5px;
  vertical-align: middle;
  border: 3px solid #fff;
}

.uranaitable th{
  color: #fff;
  font-weight: bold;
  text-align: center;
  background:#bb7748;
}

.uranaitable td:nth-of-type(1), .uranaitable td:nth-of-type(2) {
  text-align: center;
}

#uranaitable02, #uranaitable03, #uranaitable04 {
	display: none;
}


@media only screen and (max-width: 60em) {
  #underSection section {
	width: 100%;
    padding-bottom: 100px;
  }
  .section_tit{
    margin-bottom: -5px !important;
  }
  .section_box .section_btn, .section_box div#contens_box {
    width: 100%;
  }
  .section_box {
    padding-top: 0 !important;
  }
  .section_box h3 {
	margin-top: -120px;
    margin-bottom: 30px;
  }
  .section_box p.overview {
    width: 90%;
    margin: 0 auto 25px;
  }
  ul#uranaimenu {
    width: 100%;
	height: 100%;
    margin: 0 auto 25px;
  }
  ul#uranaimenu li {
    float: none;
    font-size: 1.4em;
    text-align: center;
  }
  ul#uranaimenu li a {
    color: #000;
  }
  ul#uranaimenu li:not(:last-of-type) {
    border-right: none !important;
  }
  .number {
    margin: 0 auto 30px;
  }
  .section_box h5 {
    font-size: 1.5em !important;
    text-align: center;
    margin-bottom: 5px;
  }

	.uranaitable{
    width: 90%;
		display: block;
    margin: 0 auto;
	}
		.uranaitable thead{
			display: none;
		}
    .uranaitable tbody{
			display: block;
		}
    .uranaitable tbody tr{
      height: 100%;
    }
			.uranaitable tbody tr{
				display: block;
        background: #fff !important;
				padding-bottom: 1.5em;
			}
			.uranaitable tbody th,
			.uranaitable tbody td{
				display: list-item;
				border: none;
			}
			.uranaitable tbody th{
        color: #fff;
        font-size: 1.6em;
        margin-bottom: 5px;
        list-style-type: none;
        vertical-align: middle;
			}
			.uranaitable tbody td{
				margin-left: 20px;
				list-style-type: none;
			}
      .uranaitable tbody td:not(:last-of-type) {
        font-size: 1.5em;
        font-weight: bold;
      }

      .uranaitable tbody td:nth-of-type(2):after {
        content: "型";
      }
}