@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.heading04 {
  font-size: 2.8rem;
}

input::-ms-clear {
  visibility: hidden;
}

input::-ms-reveal {
  visibility: hidden;
}

strong {
  font-weight: bold;
}

.inputNote {
  color: #f00;
  font-size: 1.3rem;
  margin-top: 20px;
}

#styleMain {
  width: 1000px;
  margin: 40px auto 30px;
}
#styleMain button {
  margin: 0;
  padding: 0;
  color: inherit;
  font-family: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  appearance: none;
  cursor: pointer;
}
#styleMain .searchCommodity {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 20px 0;
}
#styleMain .searchCommodity p {
  display: inline-block;
  width: calc(100% - 100px);
  padding: 20px 1em 20px 1.1em;
  background-color: #00508e;
  vertical-align: middle;
  color: #fff;
  font-size: 2.0rem;
}
#styleMain .searchCommodity p > span {
  font-weight: bold;
}
#styleMain .searchCommodity .btnClear {
  width: 100px;
  padding: 0;
  background-color: #fff;
}
#styleMain .searchCommodity .btnClear a {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 22px 1em 21px 2.5em;
  border: 1px solid #b5b5b5;
  line-height: 1;
  color: #333;
  font-size: 1.5rem;
}
#styleMain .searchCommodity .btnClear a::before, #styleMain .searchCommodity .btnClear a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .7em;
  margin: auto;
  display: block;
  content: '';
  width: 20px;
  height: 2px;
  background-color: #333;
}
#styleMain .searchCommodity .btnClear a::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#styleMain .searchCommodity .btnClear a::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(-45deg);
}
#styleMain .searchCommodity .btnClear a:hover {
  opacity: .7;
}
#styleMain .txtArrow {
  position: relative;
  padding: 0 0 0 17px;
}
#styleMain .txtArrow::before {
  position: absolute;
  top: .3em;
  left: 0;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#styleMain #searchArea02 {
  margin-top: 20px;
}
#styleMain .areaBlock {
  margin: 0 0 20px 0;
}
#styleMain .areaBlock .inner {
  background: #f4f4f4;
  border-radius: 8px;
  position: relative;
}
#styleMain .keywordBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 20px;
}
#styleMain .keywordBlock > * {
  min-height: 50px;
}
#styleMain .keywordBlock > * + * {
  margin-left: 14px;
}
#styleMain .keywordBlock .pulldownButton {
  background: #fff;
  border: 1px solid #b5b5b5;
  font-size: 1.5rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  text-align: left;
  padding: .2em 20px .2em 14px;
  width: 224px;
  position: relative;
}
#styleMain .keywordBlock .pulldownButton::before {
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #00508e;
  border-right: 1px solid #00508e;
  transform: rotate(135deg);
  pointer-events: none;
}
#styleMain .keywordBlock .pulldownButton:hover, #styleMain .keywordBlock .pulldownButton.active {
  background: #00508e;
  color: #fff;
}
#styleMain .keywordBlock .pulldownButton:hover::before, #styleMain .keywordBlock .pulldownButton.active::before {
  border-color: #fff;
}
#styleMain .keywordBlock .keywordBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#styleMain .keywordBlock .keywordBox p {
  display: inline-block;
  margin: 0 42px 0 0;
  vertical-align: middle;
  font-size: 2.0rem;
}
#styleMain .keywordBlock .keywordBox .schKeyword {
  width: 224px;
  height: 100%;
  padding: .9em 1em .8em 10px;
  border: 1px solid #b5b5b5;
  background-color: #fff;
  font-size: 1.5rem;
}
#styleMain .keywordBlock .keywordBox input {
  font-family: inherit;
}
#styleMain .keywordBlock .keywordBox input:-webkit-input-placeholder, #styleMain .keywordBlock .keywordBox input:-ms-input-placeholder {
  color: #666;
}
#styleMain .keywordBlock .keywordBox input:-moz-placeholder {
  color: #666;
  opacity: 1.0;
}
#styleMain .keywordBlock .keywordBox input[type=image] {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  width: 20px;
  margin: auto;
}
#styleMain .keywordBlock .search_number {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  border: 2px solid #b5b5b5;
  background: #fff;
  width: 225px;
  height: 60px;
}
#styleMain .keywordBlock .search_number > * {
  line-height: 1;
  font-weight: bold;
  font-size: 1.6rem;
}
#styleMain .keywordBlock .search_number dt {
  padding: 0 .5em 0 0;
  letter-spacing: .09em;
  color: #333;
}
#styleMain .keywordBlock .search_number dd span {
  padding: 0 6px 0 0;
  color: #f00;
  font-weight: bold;
  font-size: 2.4rem;
}
#styleMain .search_number_sp_view {
  display: none;
}
#styleMain .dropWrap {
  position: relative;
}
#styleMain .openCate .categoryBtn {
  background: #00508e;
  color: #fff;
}
#styleMain .openCate .categoryBtn::before {
  border-color: #fff;
}
#styleMain .openFaci .facilityBtn {
  background: #00508e;
  color: #fff;
}
#styleMain .openFaci .facilityBtn::before {
  border-color: #fff;
}
#styleMain .searchBtnArea {
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 2;
}
#styleMain .searchBtnArea.area01 {
  top: calc(100% - 31px);
}
#styleMain .searchBtnArea.area02 {
  bottom: calc(100% - 31px);
}
#styleMain .searchBtnArea .searchBlock {
  display: none;
  border: 1px solid #00508e;
  padding: 29px;
  position: relative;
}
#styleMain .searchBtnArea .searchBlock .menuClose {
  position: absolute;
  right: 9px;
  top: 9px;
  background: #00508e;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#styleMain .searchBtnArea .searchBlock .menuClose::before, #styleMain .searchBtnArea .searchBlock .menuClose::after {
  content: "";
  display: block;
  background: #fff;
  transform: rotate(45deg);
}
#styleMain .searchBtnArea .searchBlock .menuClose::before {
  width: 2px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#styleMain .searchBtnArea .searchBlock .menuClose::after {
  width: 24px;
  height: 2px;
}
#styleMain .searchBtnArea .searchBlock .menuClose:hover {
  opacity: .7;
}
#styleMain .searchBtnArea .searchBlock .categoryImg {
  display: none;
}
#styleMain .searchBtnArea .searchBlock .thumnailImg {
  flex-shrink: 0;
  align-self: flex-end;
  width: 150px;
  min-height: 150px;
  margin-top: 50px;
}
#styleMain .searchBtnArea .searchBlock .thumnailImg img {
  width: 100%;
}
#styleMain .searchBtnArea .searchBlock dt {
  font-size: 2.0rem;
}
#styleMain .searchBtnArea .searchBlock .blockInner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#styleMain .searchBtnArea .searchBlock .blockInner ul {
  display: flex;
  flex-wrap: wrap;
}
#styleMain .searchBtnArea .searchBlock .blockInner li {
  margin-right: 20px;
  width: 175px;
  position: relative;
}
#styleMain .searchBtnArea .searchBlock .blockInner li:nth-child(4n), #styleMain .searchBtnArea .searchBlock .blockInner li.nthChild {
  margin-right: 0;
}
#styleMain .searchBtnArea .searchBlock .blockInner li:nth-child(n + 5) {
  margin-top: 6px;
}
#styleMain .searchBtnArea .searchBlock .blockInner li .checkCircle {
  flex-shrink: 0;
  border: 1px solid #333;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  position: relative;
  margin: 3px 4px 0 0;
}
#styleMain .searchBtnArea .searchBlock .blockInner li input {
  position: absolute;
  top: 0;
  left: 0;
  appearance: none;
}
#styleMain .searchBtnArea .searchBlock .blockInner li input:checked + .inputchk .checkCircle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #333;
  border-radius: 100%;
  width: 7px;
  height: 7px;
}
#styleMain .searchBtnArea .searchBlock .blockInner li p {
  line-height: 1.4;
  font-size: 1.4rem;
}
#styleMain .searchBtnArea .searchBlock .blockInner li img {
  float: right;
  margin-left: 10px;
}
#styleMain .searchBtnArea .searchBlock .blockInner li .inputchk {
  position: relative;
  display: flex;
  cursor: pointer;
}
#styleMain .searchBtnArea .searchBlock .blockInner li .inputchk:hover img {
  opacity: .7;
}
#styleMain .searchBtnArea .searchBlock .blockInner li .inputchk:hover p {
  text-decoration: underline;
  color: #00508e;
}
#styleMain .searchBtnArea .searchBlock .select_sp_view,
#styleMain .searchBtnArea .searchBlock .select2_sp_view {
  display: none;
}
#styleMain .searchBtnArea .searchBlock + dl {
  margin: 15px 0 0;
}
#styleMain .numberBox {
  display: flex;
  justify-content: space-between;
}
#styleMain .numberBox .selectNumberbox {
  margin: 0;
  display: table;
}
#styleMain .numberBox .selectNumberbox dt,
#styleMain .numberBox .selectNumberbox dd {
  display: table-cell;
  vertical-align: middle;
}
#styleMain .numberBox .selectNumberbox dt {
  font-size: 1.5rem;
  letter-spacing: .05em;
}
#styleMain .numberBox .selectNumberbox .select-wrap {
  position: relative;
}
#styleMain .numberBox .selectNumberbox .select-wrap::before {
  position: absolute;
  right: 15px;
  top: 38%;
  bottom: 0;
  z-index: 1;
  content: '';
  width: 7px;
  height: 7px;
  border-top: 1px solid #00508e;
  border-right: 1px solid #00508e;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(135deg);
  pointer-events: none;
}
#styleMain .numberBox select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 2em 7px 12px;
  border: 1px solid #b5b5b5;
  width: 160px;
  font-size: 1.5rem;
}
#styleMain .numberBox select::-ms-expand {
  display: none;
}
#styleMain .numberBox select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 inherit;
}
#styleMain .numberBox select:hover {
  opacity: .7;
  cursor: pointer;
}
#styleMain .numberBox .showing {
  align-self: center;
  font-size: 1.5rem;
}
#styleMain .numberBox .showing b {
  display: inline-block;
  margin: 0 1em 0 0;
  font-style: normal;
  font-weight: bold;
}
#styleMain .resultBox {
  display: flex;
  flex-wrap: wrap;
  margin: 27px 0 23px;
}
#styleMain .resultBox dl {
  position: relative;
  float: left;
  margin: 0 35px 30px 0;
  width: 310px;
}
#styleMain .resultBox dl:nth-child(3n), #styleMain .resultBox dl.nthChild {
  margin-right: 0;
}
#styleMain .resultBox dl a {
  text-decoration: none;
}
#styleMain .resultBox dl a::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
}
#styleMain .resultBox dl a:hover * {
  opacity: .7;
}
#styleMain .resultBox dl a:hover span {
  text-decoration: underline;
  color: #00508e;
}
#styleMain .resultBox dl a:hover span::after {
  text-decoration: none;
}
#styleMain .resultBox dt {
  margin: 0 0 10px;
}
#styleMain .resultBox dd {
  padding-left: 1em;
  line-height: 1.4;
}
#styleMain .resultBox dd.new {
  /*padding: 0 53px 0 0;
  background: url(/shared/images/common/icon_new03.png) no-repeat right center;
  background-size: 40px;*/
}
#styleMain .resultBox dd.new::after {
  content: "NEW";
  font-size: 10px;
  background-color: #c50000;
  border-radius: 3px;
  padding: .25em .5em .1em;
  color: #fff;
  margin-left: 5px;
  display: inline-block;
  vertical-align: text-bottom;
}
#styleMain .resultBox dd span {
  position: relative;
  padding: 0;
  text-decoration: none;
  color: #333;
  font-size: 1.5rem;
}
#styleMain .resultBox dd span::before {
  content: '';
  position: absolute;
  top: .4em;
  left: -1em;
  width: 8px;
  height: 8px;
  border-top: 1px solid #00508e;
  border-right: 1px solid #00508e;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}
#styleMain .pageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 85px 0 0 0;
  text-align: center;
}
#styleMain .pageNumber span {
  font-size: 1.8rem;
  display: inline-block;
  color: #00508e;
}
#styleMain .pageNumber span.current {
  background: #00508e;
  color: #fff;
}
#styleMain .pageNumber span.pageCurrent {
  padding: 15px 15px 14px;
  background: #00508e;
  color: #fff;
}
#styleMain .pageNumber span.noView {
  display: block;
}
#styleMain .pageNumber a {
  padding: 15px 15px 14px;
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-size: 1.8rem;
}
#styleMain .pageNumber p {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
}
#styleMain .pageNumber p span {
  position: relative;
}
#styleMain .pageNumber .numbers {
  position: relative;
  margin: 0 10px;
}
#styleMain .pageNumber .numbers span {
  position: relative;
}
#styleMain .pageNumber .numbers span:hover a {
  text-decoration: underline;
  color: #00508e;
}
#styleMain .pageNumber .numbers a::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#styleMain .pageNumber .prev,
#styleMain .pageNumber .next {
  display: inline-block;
  padding: 15px 30px 14px;
  border: 1px solid #b5b5b5;
}
#styleMain .pageNumber .prev span,
#styleMain .pageNumber .next span {
  font-size: 1.6rem;
}
#styleMain .pageNumber .prev a,
#styleMain .pageNumber .next a {
  color: #333;
}
#styleMain .pageNumber .prev span {
  padding: 0 0 0 18px;
  color: #333;
}
#styleMain .pageNumber .prev span::before {
  content: '';
  position: absolute;
  top: .2em;
  left: 0;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #00508e;
  border-right: 1px solid #00508e;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(45deg);
  transform: rotate(-135deg);
}
#styleMain .pageNumber .next span {
  padding: 0 18px 0 0;
  color: #333;
}
#styleMain .pageNumber .next span::after {
  content: '';
  position: absolute;
  top: .2em;
  right: 0;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #00508e;
  border-right: 1px solid #00508e;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#styleMain .pageNumber a:hover .prev,
#styleMain .pageNumber a:hover .next {
  border: 1px solid #00508e;
  background: #00508e;
}
#styleMain .pageNumber a:hover .prev span,
#styleMain .pageNumber a:hover .next span {
  color: #fff;
}
#styleMain .pageNumber a:hover .prev span::before {
  border-color: #fff;
}
#styleMain .pageNumber a:hover .next span::after {
  border-color: #fff;
}
#styleMain .pageNumber .noLink {
  color: #333;
}
#styleMain #result {
  min-height: 500px;
  display: block !important;
}
#styleMain .error_message_01 p {
  line-height: 1.66;
  color: #a40404;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .inputNote {
    display: none;
  }

  #construction_example .section_inner {
    padding: 15px calc((40 / 750) * 100%);
  }
  #construction_example .heading04 {
    line-height: 1.5;
    color: #333;
    font-size: 2.1rem;
  }

  #styleMain {
    width: 100%;
    margin: 30px auto 30px;
  }
  #styleMain .searchCommodity {
    flex-direction: column;
    align-items: flex-start;
    padding: 5vw calc((30 / 750) * 100%);
    background-color: #00508e;
  }
  #styleMain .searchCommodity p {
    width: 100%;
    padding: 0;
    font-size: 1.6rem;
  }
  #styleMain .searchCommodity .btnClear {
    width: 50%;
    text-align: center;
    margin: 1em auto 0;
  }
  #styleMain .searchCommodity .btnClear a {
    padding: 1em 1em 1em 1.5em;
    font-size: 1.4rem;
  }
  #styleMain .searchCommodity .btnClear a::before, #styleMain .searchCommodity .btnClear a::after {
    right: 5.5em;
    left: 0.5em;
  }
  #styleMain .areaBlock {
    margin: 0 0 20px 0;
  }
  #styleMain .areaBlock .inner {
    display: flex;
    flex-direction: column-reverse;
    padding: 26px calc(30 / 750 * 100vw);
  }
  #styleMain .keywordBlock {
    display: block;
    padding: 0;
  }
  #styleMain .keywordBlock .pulldownButton {
    display: none;
  }
  #styleMain .keywordBlock .keywordBox {
    display: block;
  }
  #styleMain .keywordBlock .keywordBox p {
    font-size: 1.6rem;
  }
  #styleMain .keywordBlock .keywordBox .schKeyword {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: .7em 1em;
    font-size: 16px;
  }
  #styleMain .keywordBlock .keywordBox input[type=image] {
    top: auto;
    bottom: .8em;
  }
  #styleMain .keywordBlock .search_number {
    display: none;
  }
  #styleMain .keywordBlock .search_number._sp_view {
    display: block;
  }
  #styleMain .search_number_sp_view {
    display: flex;
    padding: 1em 2em;
    border: 2px solid #b5b5b5;
    background: #fff;
    min-width: 180px;
  }
  #styleMain .search_number_sp_view > * {
    display: table-cell;
    line-height: 1;
    font-weight: bold;
    font-size: 1.5rem;
  }
  #styleMain .search_number_sp_view dt {
    padding: 0 17px 0 0;
    letter-spacing: .09em;
    color: #333;
  }
  #styleMain .search_number_sp_view dd {
    display: flex;
    align-items: flex-end;
  }
  #styleMain .search_number_sp_view dd span {
    padding: 0 8px 0 0;
    line-height: 16px;
    font-weight: bold;
    color: #f00;
    font-size: 2rem;
  }
  #styleMain .searchBtnArea {
    background-color: transparent;
    position: static;
  }
  #styleMain .searchBtnArea .searchBlock {
    border: 0;
    padding: 0;
    display: block;
  }
  #styleMain .searchBtnArea .searchBlock .menuClose {
    display: none;
  }
  #styleMain .searchBtnArea .searchBlock dt {
    font-size: 1.6rem;
  }
  #styleMain .searchBtnArea .searchBlock .blockInner {
    display: none;
  }
  #styleMain .searchBtnArea .searchBlock select::-ms-expand {
    display: none;
  }
  #styleMain .searchBtnArea .searchBlock .select_sp_view,
  #styleMain .searchBtnArea .searchBlock .select2_sp_view {
    display: block;
    left: 0;
    bottom: 5%;
    right: 0;
    z-index: 2;
    margin-top: 20px;
    width: 100%;
    padding: 0.6em 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #b5b5b5;
    background-color: #fff;
    background-image: url(/shared/images/common/icon_arr_down.png);
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-size: 14px;
    vertical-align: middle;
    line-height: 1.5;
    color: #333;
    font-size: 16px;
  }
  #styleMain .searchBtnArea .searchBlock + dl {
    margin-top: 20px;
  }
  #styleMain .numberBox {
    flex-direction: column;
  }
  #styleMain .numberBox .selectNumberbox {
    display: block;
    order: 1;
  }
  #styleMain .numberBox .selectNumberbox dt,
  #styleMain .numberBox .selectNumberbox dd {
    display: block;
  }
  #styleMain .numberBox .selectNumberbox .select-wrap {
    width: 10.5em;
    margin-top: 1em;
  }
  #styleMain .numberBox .selectNumberbox .select-wrap::before {
    top: 1.5em;
    bottom: auto;
  }
  #styleMain .numberBox select {
    width: 7em;
  }
  #styleMain .numberBox .showing {
    align-self: flex-start;
    margin: 1em 0;
  }
  #styleMain .resultBox dl {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  #styleMain .resultBox dl a {
    display: block;
  }
  #styleMain .resultBox dt > img {
    width: 100%;
  }
  #styleMain .pageNumber {
    flex-wrap: wrap;
  }
  #styleMain .pageNumber span.noView {
    display: none;
  }
  #styleMain .pageNumber > a {
    margin-top: 1em;
  }
  #styleMain .pageNumber > a:first-of-type {
    order: 2;
    margin-right: 1em;
  }
  #styleMain .pageNumber > a:last-of-type {
    order: 3;
    margin-left: 1em;
  }
  #styleMain .pageNumber > p {
    order: 1;
  }
  #styleMain .pageNumber p span.noLink {
    display: none;
  }
  #styleMain .pageNumber .numbers {
    width: 100%;
    margin: 0;
    vertical-align: top;
  }
  #styleMain .pageNumber .prev,
  #styleMain .pageNumber .next {
    padding: 15px 15px 14px;
  }
  #styleMain .pageNumber .prev span,
  #styleMain .pageNumber .next span {
    overflow: hidden;
    width: 1em;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    border: none;
  }
  #styleMain .pageNumber .prev span::before {
    left: 7px;
  }
  #styleMain .pageNumber .next span::after {
    right: 7px;
  }
}
.guide_detail_area {
  width: 1000px;
  margin: 0 auto;
}
.guide_detail_area .h1_title_blue {
  margin-bottom: 40px;
  padding-left: 7px;
  border-left: 1px solid #01508e;
}
.guide_detail_area .h1_title_blue .h1_inr h1 {
  font-family: 'Noto Sans Japanese', sans-serif;
  text-align: left;
  line-height: 1.5556;
  color: #666;
  font-weight: 500;
  font-size: 1.8rem;
}
.guide_detail_area .h2Tit {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #01508e;
}
.guide_detail_area .h2Tit h2 {
  font-family: 'Noto Sans Japanese', sans-serif;
  text-align: left;
  line-height: 1.5;
  color: #333;
  font-weight: 500;
  font-size: 2.4rem;
}
.guide_detail_area .h2Tit h2.new {
  display: inline;
  padding-right: 60px;
  background: url(/shared/images/common/icon_new03.png) no-repeat right center;
  background-size: 50px;
}
.guide_detail_area .indent01 {
  padding-left: 1em;
}
.guide_detail_area .indent02 {
  padding-left: 2em;
}
.guide_detail_area .productArea .location {
  margin-bottom: 40px;
  padding: 20px 30px;
  background-color: #f8f7f7;
}
.guide_detail_area .productArea .location table > * {
  line-height: 1.66667;
  text-align: left;
  vertical-align: top;
  color: #333;
  font-size: 1.5rem;
}
.guide_detail_area .productArea .location table tr + tr > * {
  padding-top: 1em;
}
.guide_detail_area .productArea .location table th {
  width: 70px;
}
.guide_detail_area .productArea .location table td {
  width: calc(100% - 70px);
  padding-left: 1em;
  text-indent: -1em;
}
.guide_detail_area .productArea .productName {
  margin-bottom: 30px;
}
.guide_detail_area .productArea .productName > dt {
  margin-bottom: 1em;
  padding-bottom: 5px;
  border-bottom: 1px solid #e1e1e1;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  font-size: 2.0rem;
}
.guide_detail_area .productArea .productName > dt .genericName {
  display: block;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  line-height: 1.4;
  font-size: 1.6rem;
}
.guide_detail_area .productArea .productName > dd dl {
  display: flex;
}
.guide_detail_area .productArea .productName > dd dt {
  white-space: nowrap;
  width: 5em;
}
.guide_detail_area .productArea .productName > dd dd {
  padding-left: 1em;
  position: relative;
  width: calc(100% - 5em);
}
.guide_detail_area .productArea .productName > dd dd::before {
  content: '：';
  position: absolute;
  left: 0;
  top: 0;
}
.guide_detail_area .productArea .productName sup, .guide_detail_area .productArea .productName sub {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "sans-serif";
}
.guide_detail_area .examplePhoto .photo {
  margin-top: 50px;
}
.guide_detail_area .examplePhoto .photo:not(:first-of-type) {
  margin-top: 40px;
}
.guide_detail_area .examplePhoto .photo .caption {
  margin: 14px 0 0;
  max-height: 100%;
}
.guide_detail_area .examplePhoto .photo .txt_ttl {
  font-weight: bold;
  font-size: 1.6rem;
}
.guide_detail_area .adoption {
  margin: 40px 0 0;
  padding: 30px;
  background-color: #f8f7f7;
}
.guide_detail_area .adoption > .inner .item:not(:first-of-type) {
  margin-top: 30px;
}
.guide_detail_area .adoption > .inner .adopted {
  display: table;
}
.guide_detail_area .adoption > .inner .adopted > * {
  display: table-cell;
}
.guide_detail_area .adoption > .inner .adopted dt {
  width: 210px;
  border-radius: 5px;
  background: #ddd;
  text-align: center;
  vertical-align: middle;
}
.guide_detail_area .adoption > .inner .adopted dt span {
  font-weight: bold;
}
.guide_detail_area .adoption > .inner .adopted dd {
  padding-left: 1em;
  vertical-align: top;
}
.guide_detail_area .adoption > .inner .words02 {
  display: table;
}
.guide_detail_area .adoption > .inner .words02 > * {
  display: table-cell;
}
.guide_detail_area .adoption > .inner .words02 dt {
  width: 210px;
  border-radius: 5px;
  background: #ddd;
  text-align: center;
  vertical-align: middle;
}
.guide_detail_area .adoption > .inner .words02 dt span {
  font-weight: bold;
}
.guide_detail_area .adoption > .inner .words02 dd {
  padding-left: 1em;
  vertical-align: top;
}
.guide_detail_area .adoption > .inner .words02 dd strong {
  font-weight: bold;
}
.guide_detail_area .button_wrap {
  display: table;
}
.guide_detail_area .button_wrap a {
  position: relative;
  display: block;
  border: 1px solid #b5b5b5;
  background-color: #fff;
  padding: .7em 1em .6em 1.5em;
  text-decoration: none;
  color: inherit;
  line-height: 1.2;
}
.guide_detail_area .button_wrap a::before {
  position: absolute;
  top: 1em;
  left: .5em;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #00508e;
  border-right: 1px solid #00508e;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.guide_detail_area .button_wrap a:not(:first-of-type) {
  margin-top: 1em;
}
.guide_detail_area .button_wrap a:hover {
  background-color: #00508e;
  text-decoration: none;
  color: #fff;
}
.guide_detail_area .button_wrap a:hover::before {
  border-color: #fff;
}
.guide_detail_area .relatedLinks {
  margin: 40px 0 0;
  padding: 30px;
  background-color: #f8f7f7;
}
.guide_detail_area .relatedLinks > .inner .relation {
  margin: 40px 0 0;
}
.guide_detail_area .relatedLinks > .inner .relation:first-child {
  margin: 0;
}
.guide_detail_area .relatedLinks > .inner .relation .links {
  display: table;
}
.guide_detail_area .relatedLinks > .inner .relation .links > * {
  display: table-cell;
}
.guide_detail_area .relatedLinks > .inner .relation .links > dt {
  width: 210px;
  border-radius: 5px;
  background: #ddd;
  text-align: center;
  vertical-align: middle;
}
.guide_detail_area .relatedLinks > .inner .relation .links > dt span {
  font-weight: bold;
}
.guide_detail_area .relatedLinks > .inner .relation .links > dd {
  padding-left: 1em;
  vertical-align: top;
}
.guide_detail_area .relatedLinks > .inner .relation .links > dd strong {
  font-weight: bold;
}
.guide_detail_area .relatedLinks > .inner .relation .links > dd > dl:not(:first-of-type) {
  margin-top: 1em;
}
.guide_detail_area .relatedLinks > .inner .relation .links > dd > dl dt {
  font-weight: bold;
}
.guide_detail_area .relatedLinks > .inner .relation .links > dd > dl dd a {
  text-decoration: none;
  color: #00508e;
}
.guide_detail_area .relatedLinks > .inner .relation .links > dd > dl dd a:hover {
  text-decoration: underline;
}
.guide_detail_area .page {
  display: flex;
  justify-content: space-between;
  width: 250px;
  margin: 40px auto 80px;
}
.guide_detail_area .page > .prev a:hover,
.guide_detail_area .page > .next a:hover {
  cursor: pointer;
  opacity: .7;
}
.guide_detail_area .page > .prev > *,
.guide_detail_area .page > .next > * {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.guide_detail_area .page > .prev > * svg,
.guide_detail_area .page > .next > * svg {
  width: 10px;
  height: 17px;
}
.guide_detail_area .page > .prev > a,
.guide_detail_area .page > .next > a {
  background-color: #00508e;
}
.guide_detail_area .page > .prev > span,
.guide_detail_area .page > .next > span {
  background-color: #333;
}
.guide_detail_area .page .prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pageTop {
  right: 10px;
  bottom: 20px;
  z-index: 10;
  display: none;
  width: 54px;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .table_window img {
    vertical-align: top;
  }
  .table_window .header {
    margin-bottom: 15px;
    padding: 7px 10px;
  }
  .table_window .header .header_logo {
    width: calc(112 / (750 - 40) * 100%);
    min-width: 80px;
    height: auto;
  }
  .table_window .header .header_logo img {
    max-height: 56px;
  }
  .table_window .close {
    width: 50px;
  }
  .table_window footer .close {
    margin: 45px auto 25px;
  }
  .table_window .footer_inner {
    padding: 15px;
  }
  .table_window .copyright_text {
    font-size: 1rem;
  }

  .guide_detail_area {
    overflow-x: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0 calc(40 / 750 * 100%);
  }
  .guide_detail_area .h1_title_blue {
    margin-bottom: 15px;
  }
  .guide_detail_area .h1_title_blue .h1_inr h1 {
    font-size: 1.4rem;
  }
  .guide_detail_area .h2Tit {
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  .guide_detail_area .h2Tit h2 {
    font-size: 1.9rem;
  }
  .guide_detail_area .h2Tit h2.new {
    padding-right: 40px;
    background: url(/shared/images/common/icon_new03.png) no-repeat right center;
    background-size: 35px;
  }
  .guide_detail_area .productArea {
    padding: 0 1em 2em;
  }
  .guide_detail_area .productArea .location {
    margin: 0 -1em 20px;
    padding: .5em 1em;
  }
  .guide_detail_area .productArea .location table > * {
    font-size: 1.4rem;
  }
  .guide_detail_area .productArea .location table tr + tr > * {
    padding-top: .5em;
  }
  .guide_detail_area .productArea .productName {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .guide_detail_area .productArea .productName > dt {
    margin-bottom: .5em;
    font-size: 1.6rem;
  }
  .guide_detail_area .productArea .productName > dt .genericName {
    font-size: 1.4rem;
  }
  .guide_detail_area .productArea .productName > dd dl {
    font-size: 1.4rem;
  }
  .guide_detail_area .adoption {
    margin: 40px calc(50 / 750 * -100%) 0;
  }
  .guide_detail_area .adoption > .inner .adopted {
    display: block;
  }
  .guide_detail_area .adoption > .inner .adopted > * {
    display: block;
  }
  .guide_detail_area .adoption > .inner .adopted dt {
    width: 100%;
    padding: 1em;
  }
  .guide_detail_area .adoption > .inner .adopted dd {
    padding: 0;
  }
  .guide_detail_area .adoption > .inner .words02 {
    display: block;
  }
  .guide_detail_area .adoption > .inner .words02 > * {
    display: block;
  }
  .guide_detail_area .adoption > .inner .words02 dt {
    width: 100%;
    padding: 1em;
  }
  .guide_detail_area .adoption > .inner .words02 dd {
    margin-top: 1em;
    padding: 0;
  }
  .guide_detail_area .examplePhoto .photo {
    margin-top: 0;
  }
  .guide_detail_area .examplePhoto .photo:not(:first-of-type) {
    margin-top: 40px;
  }
  .guide_detail_area .examplePhoto .photo img {
    width: 100%;
  }
  .guide_detail_area .examplePhoto .photo .caption {
    margin: 5px 0 0;
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .guide_detail_area .button_wrap {
    width: 100%;
    margin-top: 1em;
  }
  .guide_detail_area .relatedLinks {
    margin: 40px calc(50 / 750 * -100%) 0;
  }
  .guide_detail_area .relatedLinks > .inner .relation .links {
    display: block;
  }
  .guide_detail_area .relatedLinks > .inner .relation .links > * {
    display: block;
  }
  .guide_detail_area .relatedLinks > .inner .relation .links > dt {
    width: 100%;
    padding: 1em;
  }
  .guide_detail_area .relatedLinks > .inner .relation .links > dd {
    margin-top: 1em;
    padding: 0;
  }
  .guide_detail_area .page {
    margin: 40px auto 0;
  }

  .pageTop {
    width: 35.5px;
    right: 10px;
  }
}

/*# sourceMappingURL=construction_example.css.map */
