/* 2017.11.20 12:09*/

/*-----------------------------------------------------
  clearfix　
-----------------------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.pc { display: block; }
.sp { display: none; }

@media only screen and (max-width: 60em) {
  .pc { display: none; }
  .sp { display: block; }
}

.anna {
  padding: 1em 0 0;
}
.anna p {
  display: block;
  padding: 1em;
  margin: 0 auto;
  width: 90%;
  border: 2px dotted #d10010;
  border-radius: 20px;
  color: #000000;
}

.anna p strong {
  font-weight: bold;
}

.anna p a {
  color: #000000;
}

.anna p a:hover {
  color: #d10010;
}

/*-----------------------------------------------------
  underSection　
-----------------------------------------------------*/
.section_box, .section_box div, .section_box div ul, .section_btn {
  margin: 0 auto;
}

/*h2 img {
  width: auto !important;
}*/

.section_tit img {
  width: 225px !important;
}

.section_box div#contens_box {
  width: 978px;
  margin: 0 auto 80px;
}

.section_box h3 {
  margin-bottom: 20px;
}

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: #F00 !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:#fff7f8;
}

.uranaitable tr:nth-of-type(even) {
  background:#ffecee;
}

.uranaitable td,
.uranaitable th{
  padding: 5px;
  vertical-align: middle;
  border: 3px solid #fff;
}

.uranaitable th{
  color: #fff;
  font-weight: bold;
  text-align: center;
  background:#d10010;
}

.uranaitable td:nth-of-type(1), .uranaitable td:nth-of-type(2) {
  text-align: center;
}

#uranaitable02, #uranaitable03, #uranaitable04 {
	display: none;
}

.add_bnr a:hover, ul#uranaimenu li a:hover {
  opacity: 0.6;
}

.annaBox {
  background-color: #fff;
  color: #b9b493;
  width: 700px;
  margin: 20px auto!important;
  padding: 1rem 2rem;
  border:  1px solid #b9b493;
  text-align: center;
  font-weight: 700;
}
.annaBox a {
  display: block;
  color: #4d4b40;
}

.annaBox a:hover {
  color: #9a9682;
  text-decoration: underline;
}
@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;
        height: 2.2em;
        font-size: 1.6em;
        margin-bottom: 5px;
        line-height: 1.9em;
        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(1) {
        background: url(../images/icon01.png) no-repeat 0 50%;
        background-size: 50px;
        padding-left: 2.5em;
        line-height: 2.75;
        text-align: left;
      }
      .uranaitable tbody td:nth-of-type(2) {
        background: url(../images/icon02.png) no-repeat 0 50%;
        background-size: 50px;
        padding-left: 2.5em;
        line-height: 2.75;
        text-align: left;
      }
      .uranaitable tbody td:nth-of-type(2):after {
        content: "型";
      }
			.uranaitable tbody td:nth-of-type(3) {
        background: url(../images/icon03.png) no-repeat 0 50%;
        background-size: 50px;
        padding-left: 3.3em;
        margin-bottom: 1em;
        line-height: 1.75;
        font-size: 1.2em;
      }

      .annaBox {
  width: 90%;
  margin: 2rem auto!important;
  padding: 1rem 2rem;
}
.annaBox a {
  text-decoration: underline;
}
}

@media only screen and (min-width: 40em) {
  .section_box {
    width: 978px;
  }
}
