@import url(/css/common.css);
/*==================================================================*/
/* hyo css */
/*==================================================================*/
#headtitle {
  background: url(/hyo/image/title_bg.jpg);
  background-size: cover;
  background-position: right center;
}

.block * {
  margin: 0;
  padding: 0;
}

.block {
  width: 93%;
  margin: 0 auto;
}
.block h2 {
  background: url("./hyo/image/h1_back.gif") no-repeat 0 0;
  color: #fff;
}
.block .read {
  width: 100%;
  margin: 0 auto 1.5em;
  box-shadow: none !important;
  padding: 0 !important;
  font-size: .9em;
}

.hyo-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 1.5em;
}
.hyo-list .limg {
  width: 162px;
  text-align: center;
}
.hyo-list dl {
  width: calc(100% - 192px);
}
.hyo-list dl dt {
  margin: 0 auto;
  padding: 5px 8px;
  background: #eedcdf;
  color: #960023;
  font-size: 1.125rem;
  font-weight: bold;
}
.hyo-list dl dd {
  padding: 10px 10px 10px;
  background: #f3f0f0;
  font-size: 0.9em;
}
.hyo-list dl dd span {
  font-size: 0.8em;
  font-weight: bold;
}
.hyo-list dl dd.limg {
  padding-top: 0.5em;
}
.hyo-list dl dd.btn {
  padding-bottom: 0.8em;
  text-align: right;
}
.hyo-list dl dd.btn a {
  padding: 5px 15px;
  background: #a72605;
  color: #fff;
  font-size: 1rem;
  text-decoration: none !important;
}
.hyo-list dl dd.btn a:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: 900;
  padding-left: 7px;
}

#contents-1column table,
#contents-1column table th,
#contents-1column table td {
  border: 1px solid #d1d1d1;
  border-collapse: collapse;
}

.s-guide {
  font-size: 0.8em;
  color: red;
}

#contents-1column .t-lead {
  margin: 0.7em;
}
#contents-1column #read:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#contents-1column #read ul {
  margin-bottom: 0.6em;
}
#contents-1column #read ul li {
  display: inline-block;
  padding-right: 0.5em;
  font-size: 0.7em;
}
#contents-1column #read ul li img {
  padding-right: 0.4em;
}

.table-wrapper {
  position: relative;
}
.table-wrapper .ico-guide {
  display: none;
  position: absolute;
  opacity: 0.8;
  top: -33px;
  left: 88%;
  z-index: 888;
}
.table-wrapper .ico-guide img {
  width: 40px;
}
.table-wrapper .s-guide {
  display: none;
}
.table-wrapper .inner {
  overflow: auto;
  white-space: nowrap;
  width: auto;
  margin-left: 57px;
  height: auto;
  max-width: 100%;
}
.table-wrapper .inner table {
  margin: 0;
  width: auto;
  table-layout: fixed;
  font-size: 0.8em;
}
.table-wrapper .inner table th, .table-wrapper .inner table td {
  min-width: 90px;
}
.table-wrapper .inner table th.head, .table-wrapper .inner table td.head {
  position: absolute;
  padding: 4px;
  left: 0;
  width: 150px !important;
  z-index: 500;
  font-size: 0.8em;
  background-color: #eedcdf;
}
.table-wrapper .inner table th.head a, .table-wrapper .inner table td.head a {
  color: #b65e10;
}
.table-wrapper .inner table th.head1, .table-wrapper .inner table th.head2, .table-wrapper .inner table th.head3, .table-wrapper .inner table th.head4, .table-wrapper .inner table td.head1, .table-wrapper .inner table td.head2, .table-wrapper .inner table td.head3, .table-wrapper .inner table td.head4 {
  position: absolute;
  left: 0;
  min-width: 0;
  width: 65px !important;
  z-index: 50;
  background-color: #eedcdf;
}
.table-wrapper .inner table th.head1 a, .table-wrapper .inner table th.head2 a, .table-wrapper .inner table th.head3 a, .table-wrapper .inner table th.head4 a, .table-wrapper .inner table td.head1 a, .table-wrapper .inner table td.head2 a, .table-wrapper .inner table td.head3 a, .table-wrapper .inner table td.head4 a {
  color: #b65e10;
}
.table-wrapper .inner table th.head2, .table-wrapper .inner table td.head2 {
  left: 68px !important;
  width: 98px !important;
}
.table-wrapper .inner table th.head1, .table-wrapper .inner table td.head1 {
  height: 140px !important;
}
.table-wrapper .inner table th.head3, .table-wrapper .inner table td.head3 {
  height: 83px !important;
}
.table-wrapper .inner table th.head4, .table-wrapper .inner table td.head4 {
  width: 150px !important;
  height: 48px;
  top: 0;
}
.table-wrapper .inner table thead tr:last-of-type th {
  position: relative;
  left: 92px;
}
.table-wrapper .inner table thead th {
  padding: 2px;
  background: #c4c4c4;
  border-bottom: 3px double #d1d1d1;
  font-size: 0.8em;
  text-align: center;
  vertical-align: middle;
}
.table-wrapper .inner table thead th.head {
  background: #eedcdf;
  border-bottom: 1px solid #d1d1d1;
}
.table-wrapper .inner table thead th.text-gray {
  background: #e4e4e4;
}
.table-wrapper .inner table tbody td {
  padding: 3px;
  font-size: 0.9em;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
}

#read table {
  margin: 0 0 2rem;
  max-width: 500px;
}
#read table thead th {
  padding: 10px 15px;
  background: #e4e4e4;
  font-weight: bold;
}

.p-read {
  font-size: 1em;
  letter-spacing: 0;
}

.t-lead {
  font-size: 1em;
}

#contents-1column .tokusei tr {
  margin: 0 auto 1em;
}
#contents-1column .tokusei tr th, #contents-1column .tokusei tr td {
  padding: 5px 10px;
  font-size: .8em;
  letter-spacing: 0;
  line-height: 1.5;
}
#contents-1column .tokusei tr th {
  border-bottom: 1px solid #d1d1d1;
  background: linear-gradient(#f9e5e6, #f8e6e6);
}

div.example * {
  margin: 0;
  padding: 0;
}

#kigou #contents-1column h2 {
  margin-bottom: 0.4em;
  padding: 3px;
  font-weight: bold;
  font-size: 1em;
  background: linear-gradient(#fff 50%, #e8e8e8 50%);
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
#kigou #contents-1column p {
  margin: 0 auto 1em;
  width: 95%;
  font-size: 1em;
}
#kigou #contents-1column .fig {
  margin-bottom: 0.8em;
}
#kigou #contents-1column .example dl {
  margin-bottom: 0.5em;
}
#kigou #contents-1column .example dl dt {
  padding-bottom: 2px;
  font-size: 1em;
  letter-spacing: 0;
  vertical-align: middle;
  border-bottom: 1px solid #d1d1d1;
}
#kigou #contents-1column .example dl dt img {
  margin-right: 5px;
  width: 25px;
}
#kigou #contents-1column .example dl dd {
  font-size: 1em;
}
#kigou #contents-1column .example2 ul li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 0.5em;
}
#kigou #contents-1column .example2 ul li img {
  position: absolute;
  width: 30px;
  left: 3px;
  bottom: 0;
}
#kigou #contents-1column .example2 table tr th, #kigou #contents-1column .example2 table tr td {
  display: block;
  padding: 5px;
  font-size: 0.8em;
  font-weight: normal;
}
#kigou #contents-1column .example2 table tr th {
  background: #eedcdf;
}
#kigou #contents-1column .example2 table tr td {
  margin-bottom: 0.5em;
}
#kigou #contents-1column .table-wrapper .inner {
  overflow: auto;
  white-space: nowrap;
  width: auto;
  margin-left: 93px;
}
#kigou #contents-1column .table-wrapper .inner table th, #kigou #contents-1column .table-wrapper .inner table td {
  padding: 3px;
  min-width: 70px;
  font-size: 0.9em;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
}
#kigou #contents-1column .table-wrapper .inner table th.head, #kigou #contents-1column .table-wrapper .inner table th.k-head1, #kigou #contents-1column .table-wrapper .inner table th.k-head2, #kigou #contents-1column .table-wrapper .inner table th.k-head3, #kigou #contents-1column .table-wrapper .inner table th.k-head4, #kigou #contents-1column .table-wrapper .inner table td.head, #kigou #contents-1column .table-wrapper .inner table td.k-head1, #kigou #contents-1column .table-wrapper .inner table td.k-head2, #kigou #contents-1column .table-wrapper .inner table td.k-head3, #kigou #contents-1column .table-wrapper .inner table td.k-head4 {
  position: absolute;
  left: 0;
  min-width: 0;
  width: 94px !important;
  background-color: #eedcdf;
  z-index: 9999;
}
#kigou #contents-1column .table-wrapper .inner table th.head5, #kigou #contents-1column .table-wrapper .inner table td.head5 {
  height: 45px;
  color: #fff;
  background-color: #333333 !important;
}
#kigou #contents-1column .table-wrapper .inner table th.head6, #kigou #contents-1column .table-wrapper .inner table td.head6 {
  height: 45px;
}
#kigou #contents-1column .table-wrapper .inner table th.c-head, #kigou #contents-1column .table-wrapper .inner table td.c-head {
  background: #d8d8d8 !important;
}
#kigou #contents-1column .table-wrapper .inner table th {
  background-color: #c4c4c4;
}
#kigou #contents-1column .table-wrapper .inner table .no-head .head {
  height: 26px !important;
}

#kigou .block {
  margin: 0 auto 3em;
}

#kigou .block h3 {
  margin-bottom: 0.5em;
  background: #b40000;
  color: #fff;
  font-size: 0.9em;
  padding: 3px 15px;
}

#kigou .block table {
  width: 100%;
  margin: 0 auto 2.5em;
  font-size: 0.8em;
}

#kigou .block table th {
  background: #eedcdf;
}

#kigou .block table th, #kigou .block table td {
  padding: 5px;
}

#kigou .block table td.gray {
  background: #efefef;
}

#kigou .block .right {
  text-align: right;
}

.ex {
  margin: 0 auto 2em;
  width: 95%;
  display: flex;
  justify-content: space-between;
}

.ex .count {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #b40000;
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
}

.ex .count span {
  font-size: 0.5em;
}

.ex .b-type {
  background: #008fb7;
}

.ex dl * {
  margin: 0;
  padding: 0;
}

.ex dl {
  width: calc(100% - 60px);
  font-size: 0.8em;
}

.ex dt {
  color: #b40000;
  font-weight: bold;
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
  border-bottom: 1px solid #000;
}

.note * {
  margin: 0;
  padding: 0;
}

.note {
  box-sizing: border-box;
  margin: 1em auto;
  background: #efefef;
  padding: 0.8em 1em;
  width: 90%;
}

.note p {
  margin: 0 0 0.5em !important;
  font-weight: bold;
}

.note ol {
  margin-left: 1.5em;
  font-size: 0.8em;
  list-style-type: decimal;
}

.bigfont {
  margin: 0 0 0.2em 0 !important;
  width: 100%;
  font-size: 1.5em !important;
  font-weight: bold;
}

#mokuteki .table-wrapper {
  margin-bottom: 1.5em;
}
#mokuteki .table-wrapper .ico-guide {
  display: block;
}
#mokuteki .table-wrapper .inner {
  margin-left: 17px;
}
#mokuteki .table-wrapper .inner table th.head, #mokuteki .table-wrapper .inner table td.head {
  padding: 3px;
  width: 109px !important;
  height: 26px;
}
#mokuteki .table-wrapper .inner table th.head5, #mokuteki .table-wrapper .inner table td.head5 {
  height: 70px;
}
#mokuteki .table-wrapper .inner table th.nodis, #mokuteki .table-wrapper .inner table td.nodis {
  background: #fff;
  border: none !important;
}

#mokuteki .table-wrapper .inner table thead tr:last-of-type th {
  position: static;
}

/* --------------------------------------------------- */
/* chaku  */
/* --------------------------------------------------- */
.check * {
  margin: 0;
  padding: 0;
}

.check {
  margin: 0 auto 1.5em;
}
.check p.fig {
  text-align: center;
}
.check h2 {
  margin: 0 auto !important;
  text-align: center !important;
}
.check dl {
  margin: 0 auto;
  width: 100%;
  padding: 3%;
}
.check dl dt {
  margin-bottom: 0.5em;
  font-size: 1em;
  font-weight: bold;
}
.check dl dd a {
  display: block;
  margin: 0 auto;
  padding: 15px 12px;
  width: 215px;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.check dl dd a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.check .faq {
  margin-bottom: 2em;
  background: #e8eff6;
}
.check .faq dd .btn a {
  background: #1966a4;
}
.check .contactbox {
  background: #fff;
}
.check .contactbox dd .btn a {
  background: #b7000a;
}

/* ---------------------------------------------------------  
 PC
 ------------------------------------------------------ --- */
@media screen and (max-width: 1025px) {
  .table-wrapper .ico-guide {
    display: block;
  }

  .table-wrapper .inner table th.head4, .table-wrapper .inner table td.head4 {
    height: 46px;
  }
}
/* ---------------------------------------------------------  
 SP
 ------------------------------------------------------ --- */
@media screen and (max-width: 769px) {
  .hyo-list {
    display: block;
  }
  .hyo-list .limg {
    width: 100%;
    margin-bottom: .5rem;
  }
  .hyo-list dl {
    width: 100%;
  }

  .s-guide {
    display: block;
  }

  #contents-1column .tokusei {
    border: none;
  }
  #contents-1column .tokusei tr {
    display: block;
    margin: 0 auto 1em;
  }
  #contents-1column .tokusei tr th, #contents-1column .tokusei tr td {
    display: block;
    width: 100%;
  }
}
