@charset "UTF-8";
/*
 * Easing mixin
 * cubic-bezier values are from http://easings.net/
 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0px;
  padding: 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

fieldset,
img {
  border: 0px;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

h1 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0px;
}

a {
  box-sizing: border-box;
}

/* ClearFix start */
.clearFix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearFix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearFix {
  height: 1%;
}

.clearFix {
  display: block;
}

/* end MacIE5 */
/* ClearFix end */
body {
  font-size: 62.5%;
}

li {
  font-size: 1em;
}

img {
  vertical-align: bottom;
}

body {
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 16px;
}

input,
select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
}
input[type=checkbox] {
  accent-color: #48A567;
  height: 18px;
  width: 18px;
}

label {
  align-items: center;
  display: inline-flex;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .cont {
    padding: 15px;
  }
}

.bgImg {
  left: 0;
  position: relative;
  top: 0;
  z-index: 0;
}

.icon {
  left: 0;
  position: absolute;
  top: 50%;
}

.iconR {
  position: absolute;
  right: 0;
  top: 50%;
}

.boxL {
  float: left;
}

.boxR {
  float: right;
}

#loading {
  height: 100%;
  position: relative;
  width: 100%;
}

#loading img {
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  position: absolute;
  top: 50%;
}

.searchbox.input {
  align-items: center;
  background-image: repeating-linear-gradient(-45deg, #F2F9E1, #F2F9E1 5px, transparent 5px, transparent 10px);
  border: 2px dotted #48A567;
  border-radius: 4px;
  box-sizing: border-box;
  column-gap: 10px;
  display: flex;
  height: 76px;
  padding: 15px 15px;
}
@media screen and (max-width: 768px) {
  .searchbox.input {
    flex-flow: column;
    height: auto;
    row-gap: 10px;
  }
}
.searchbox.input input {
  background: none;
  background-color: #ffffff;
  border: none;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  color: #4c4948;
  font-size: 1.3em;
  height: 28px;
  height: 32px;
  line-height: 28px;
  outline: 0;
  padding: 5px 10px;
  width: 100%;
  z-index: 10;
}
.searchbox.input input:-ms-input-placeholder {
  color: #222;
}
.searchbox.input input::placeholder {
  color: #222;
}
@media screen and (max-width: 768px) {
  .searchbox.input input {
    width: 100%;
  }
}
.searchbox.input #topBtnSearchFree, .searchbox.input #headerBtnSearchFree {
  flex-basis: 100px;
  flex-shrink: 0;
  font-size: 13px;
  height: 27px;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .searchbox.input #topBtnSearchFree, .searchbox.input #headerBtnSearchFree {
    flex-basis: auto;
    height: 32px;
    width: 100%;
  }
}
.searchbox.input--side {
  border: none;
  height: 49px;
  margin-top: auto;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .searchbox.input--side {
    height: auto;
    width: 100%;
  }
}

.btn {
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 15px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 15px;
    padding: 15px 15px;
  }
}
.btn--icon {
  align-items: center;
  column-gap: 10px;
  display: inline-flex;
  padding: 15px 30px 15px 15px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .btn--icon {
    column-gap: 5px;
    display: flex;
    padding: 10px 17px 10px 15px;
  }
  .btn--icon span {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
}
.btn--window {
  align-items: center;
  background-color: #DCDBDB;
  box-shadow: 0 4px 0 0 #BFBFBF;
  color: #333;
  display: inline-flex;
  justify-content: center;
  padding: 15px 15px;
  position: relative;
  text-align: center;
  width: 287px;
}
.btn--window img {
  /* 右側からの距離 */
  height: 15px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
.btn--icon-window {
  align-items: center;
  display: flex !important;
  justify-content: space-between;
}
.btn--icon-window:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 11px;
  width: 13px;
}
.btn--icon-window.btn--green:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19.938" height="16.957"><path d="M1%206.957h4.1v4.956H12v4.044H1zm5-3h13.041v7H6zM5.1%200v5.957H0v11h13v-5.044h6.938V0z" fill="%230A6328"/></svg>');
}
.btn--icon-window.btn--gray:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19.938" height="16.957"><path d="M1%206.957h4.1v4.956H12v4.044H1zm5-3h13.041v7H6zM5.1%200v5.957H0v11h13v-5.044h6.938V0z" fill="%23BCBBBB"/></svg>');
}
.btn--orange {
  align-items: center;
  background-color: #EE9D3E;
  color: #fff;
  display: flex;
  justify-content: center;
  width: 100px;
}
.btn--yellow {
  background-color: #FFEA00;
  box-shadow: 0 4px 0 0 #E2D002;
  color: #FA3D11;
}
.btn--green {
  background-color: #F2F9E1;
  box-shadow: 0 2px 0 0 #C0CF9C;
  color: #0A6328;
}
.btn--gray {
  background-color: #DCDBDB;
  box-shadow: 0 2px 0 0 #BFBFBF;
  color: #333;
}
.btn--gray:hover {
  background-color: #DCDBDB;
}
.btn--red {
  background-color: #FFE4E3;
  box-shadow: 0 2px 0 0 #FAC4C2;
  color: #333333;
}
.btn--caution {
  animation: blink 0.8s linear infinite alternate;
  text-align: center;
}
@keyframes blink {
  0% {
    background-color: #FFEA00;
    box-shadow: 0 4px 0 0 #E2D002;
    color: #FA3D11;
  }
  100% {
    background-color: #FA3D11;
    box-shadow: 0 4px 0 0 #D12C06;
    color: #FFEA00;
  }
}
.btn--header {
  align-items: center;
  border-radius: 0px 0px 3px 3px;
  column-gap: 5px;
  display: flex;
  font-size: 12px;
  height: 40px;
  justify-content: center;
  width: auto;
}
.btn--header img {
  height: 15px;
  width: auto !important;
}
.btn--header span {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .btn--header {
    font-size: 10px;
    height: 32px;
    width: 60px;
  }
  .btn--header img {
    height: 12px;
    width: auto !important;
  }
  .btn--header span {
    flex-shrink: 0;
  }
}
.btn--print {
  background-color: #717070;
  color: #fff;
}
.btn--top {
  background-color: #F1694E;
  color: #fff;
}
.btn--back {
  background-color: #717070;
  color: #fff;
}
.btn--close {
  background-color: #717070;
  color: #fff;
}
.btn .btn-icon {
  height: 23px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .btn .btn-icon {
    height: 20px;
  }
}

.header {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 17px 0 20px;
  position: relative;
}
.header .header-btn {
  column-gap: 10px;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .header .header-btn {
    column-gap: 7px;
    right: 15px;
  }
}
.header--large {
  max-width: 960px;
}
.header--top {
  box-sizing: border-box;
  max-width: 712px;
}
@media screen and (max-width: 1280px) {
  .header {
    padding: 17px 15px 20px;
    width: 100%;
  }
  .header img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 10px 15px 20px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1280px) {
  .header__logo {
    max-width: 100%;
  }
}
.header__logo img {
  width: 108px;
}
@media screen and (max-width: 1280px) {
  .header__title {
    margin-top: 10px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header__title {
    margin-top: 15px;
  }
}
.header__title img {
  width: 488px;
}
@media screen and (max-width: 1280px) {
  .header__title img {
    max-width: 100%;
  }
}
.header__search {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .header__search {
    flex-direction: column;
    margin-bottom: 10px;
    margin-top: 0;
    row-gap: 10px;
  }
}

#top {
  box-sizing: border-box;
  margin: 0 auto;
  width: 712px;
}
@media screen and (max-width: 768px) {
  #top {
    padding: 0 15px;
    width: 100%;
  }
}

#top .content {
  position: relative;
  z-index: 10;
}

#top .content .boxL {
  margin: 0 auto;
  width: 712px;
}
@media screen and (max-width: 768px) {
  #top .content .boxL {
    width: 100%;
  }
}

#top .content .boxL .input .btn {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: normal;
  height: 32px;
  width: 100%;
  z-index: 10;
}

#top .content .boxL h2 {
  margin: 25px 0 0 8px;
}

#top .content .boxL .select {
  background-color: #f2f9e1;
  border-radius: 5px;
  display: flex;
  margin: 5px 1px 0 1px;
  padding: 16px 15px;
}
@media screen and (max-width: 768px) {
  #top .content .boxL .select {
    flex-flow: column;
    row-gap: 10px;
  }
}
#top .content .boxL .select #topBtnSearchSelect {
  font-size: 12px;
  font-weight: normal;
  height: 30px;
  width: 100px;
}
@media screen and (max-width: 768px) {
  #top .content .boxL .select #topBtnSearchSelect {
    width: 100%;
  }
}

#top .content .boxL .select select {
  font-size: 1.3em;
  height: 30px;
  margin-right: 10px;
  padding-left: 10px;
}

#top .content .boxL .select select#topSelectW {
  width: 170px;
}
@media screen and (max-width: 768px) {
  #top .content .boxL .select select#topSelectW {
    width: 100%;
  }
}

#top .content .boxL .select select#topSelectType {
  width: 180px;
}
@media screen and (max-width: 768px) {
  #top .content .boxL .select select#topSelectType {
    width: 100%;
  }
}

#top .content .boxL .select select#topSelectMaker {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #top .content .boxL .select select#topSelectMaker {
    width: 100%;
  }
}

.typeBlock {
  margin-top: 19px;
}
@media screen and (max-width: 768px) {
  .typeBlock {
    display: grid;
    row-gap: 20px;
  }
}
.typeBlock__item {
  column-gap: 8px;
  display: grid;
  grid-template-columns: 143px 565px;
  grid-template-rows: auto auto;
  row-gap: 18px;
}
@media screen and (max-width: 768px) {
  .typeBlock__item {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(auto-fill, auto);
    row-gap: 8px;
  }
}
.typeBlock__item dt.th1 {
  background-color: #f2f9e1;
  border-bottom: 1px solid #b6b3b3;
  border-left: none;
  border-right: 1px solid #b6b3b3;
  color: #48a567;
  font-size: 1.6em;
  font-weight: bold;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .typeBlock__item dt.th1 {
    box-sizing: border-box;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .typeBlock__item dd {
    width: 100%;
  }
}
.typeBlock__item dd ul {
  column-gap: 8px;
  display: grid;
  grid-template-columns: repeat(2, 275px);
  row-gap: 8px;
}
@media screen and (max-width: 768px) {
  .typeBlock__item dd ul {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .typeBlock__item dd ul li img {
    height: auto;
    width: 100%;
  }
}

#top .content .boxL table td .boxL,
#top .content .boxL table td .boxR {
  width: 275px;
}

#top .content .boxL .notes {
  background-color: #feede5;
  border-radius: 5px;
  font-size: 1.1em;
  letter-spacing: -0.07em;
  padding: 10px 15px;
}

#top .content .boxL .notes b {
  color: #f1694e;
}

#top .content .boxR {
  width: 210px;
}

#top .content .boxR dl {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  margin-bottom: 13px;
}

#top .content .boxR dl dt {
  background-color: #e8e8e8;
  border-radius: 2px 2px 0 0;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 34px;
  padding-left: 36px;
  position: relative;
}

#top .content .boxR dl dd {
  font-size: 1.2em;
}

#top .content .boxR dl dd ul {
  padding: 0 10px 19px 15px;
}

#top .content .boxR dl dd ul li {
  border-bottom: 1px dashed #e8e8e8;
  margin-top: 11px;
  padding-bottom: 11px;
  position: relative;
}

#top .content .boxR dl dd ul li p.date {
  color: #5abe7b;
  font-weight: bold;
}

#top .content .boxR dl dd ul li p.text {
  margin-top: 5px;
}

#top .content .boxR dl dd ul li a {
  color: #5abe7b;
}

#top .content .boxR dl dd ul li a:hover {
  color: #f7c72e;
}

#top .content .boxR dl dd ul li.last {
  border-bottom: none;
  padding-bottom: 0;
}

#top .content .boxR dl.news dt {
  padding-right: 10px;
}

#top .content .boxR dl.news dt .icon {
  left: 13px;
  margin-top: -10px;
}

#top .content .boxR dl.news dt span {
  float: right;
  padding-left: 12px;
  position: relative;
}

#top .content .boxR dl.news dt span .icon {
  left: 0;
  margin-top: -4px;
}

#top .content .boxR dl.news dt span a {
  color: #5abe7b;
}

#top .content .boxR dl.news dt span a:hover {
  color: #f7c72e;
}

#top .content .boxR dl.news dd p.text {
  padding-left: 1em;
  text-indent: -1em;
}

#top .content .boxR dl.question dt .icon {
  left: 7px;
  margin-top: -10px;
}

#top .content .boxR dl.question dd ul li a {
  display: block;
  padding-left: 11px;
  width: 165px;
}

#top .content .boxR dl.question dd ul li .icon {
  margin-top: -2px;
  top: 0.5em;
}

#top .content .boxR p.bottomImg {
  margin-top: 15px;
}

#top .bnr-chart {
  background-color: rgba(238, 157, 62, 0.2);
  border: 2px solid #EE9D3E;
  box-sizing: border-box;
  column-gap: 20px;
  display: flex;
  font-size: 16px;
  padding: 15px;
  width: 100%;
}
#top .bnr-chart img {
  height: auto;
  max-width: 130px;
}
#top .bnr-chart__title {
  font-weight: bold;
}
#top .bnr-chart__text {
  line-height: 1.5;
  margin-top: 16px;
}
#top .bnr-chart__text .txt-attn {
  color: #e60012;
}
#top .bnr-chart__btn {
  background-color: #EE9D3E;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin-top: 20px;
  padding: 10px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
#top .bnr-chart__btn::before, #top .bnr-chart__btn::after {
  bottom: 0;
  content: "";
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  vertical-align: middle;
}
#top .bnr-chart__btn::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  height: 4px;
  right: 20px;
  transform: rotate(45deg);
  width: 4px;
}

.wrapper-readme {
  box-sizing: border-box;
  margin: 0 auto;
  width: 960px;
}
@media screen and (max-width: 1280px) {
  .wrapper-readme {
    padding: 0 15px 50px;
    width: 100%;
  }
}

#readme {
  /* display: none; */
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #readme {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
#readme .readme__terms-btn {
  display: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #readme .readme__terms-btn {
    display: block;
    margin-top: 20px;
  }
}
#readme .readme__terms-btn label {
  column-gap: 5px;
  display: flex;
  font-size: 14px;
  justify-content: center;
  margin-top: 15px;
}
#readme .readme__cont {
  column-gap: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1280px) {
  #readme .readme__cont {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  #readme .readme__cont {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #readme .readme__cont.terms {
    display: block;
  }
}
#readme .readme__list > .readme__list__cont:not(:first-of-type) {
  margin-top: 55px;
}
@media screen and (max-width: 1280px) {
  #readme .readme__list > .readme__list__cont:not(:first-of-type) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1280px) {
  #readme .readme__list:nth-of-type(2) {
    margin-top: 40px;
    /* タブレットでの余白 */
  }
}
#readme .readme__list__cont dt {
  color: #b40d0d;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 24px;
}
#readme .readme__list__cont dd {
  font-size: 1.3em;
  line-height: 25px;
  margin-top: 10px;
}
#readme .readme__list__cont dd .readme-caution {
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  #readme .readme__list__cont dd .readme-caution {
    margin-top: 15px;
    text-align: center;
  }
}
#readme .title2 {
  border: 1px solid #e6e5e5;
  border-left: none;
  border-right: none;
  font-size: 2.4em;
  font-weight: bold;
  line-height: 56px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #readme .title2 {
    font-size: 1.6em;
    line-height: 1.2;
    margin-bottom: 22px;
    padding: 8px 0;
  }
}
#readme .readme-note {
  display: none;
}
@media screen and (max-width: 768px) {
  #readme .readme-note {
    color: #e60012;
    display: block;
    font-size: 13px;
    text-align: center;
    text-align: left;
  }
}
#readme .readme__block {
  column-gap: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1280px) {
  #readme .readme__block {
    grid-template-columns: 1fr;
  }
}
#readme .readme__btn {
  column-gap: 46px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 48px auto 0;
  padding-bottom: 57px;
  width: 526px;
}
@media screen and (max-width: 1280px) {
  #readme .readme__btn {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #readme .readme__btn {
    grid-template-columns: 1fr;
    place-items: center;
  }
}
#readme .readme__btn .bttn {
  width: 240px;
}
#readme .readme__btn .bttn a {
  align-items: center;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  font-size: 1.8em;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  width: 220px;
}
#readme .readme__btn .bttn a img {
  margin-right: 10px;
  vertical-align: middle;
}
#readme .readme__btn .bttn a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #readme .readme__btn .bttn a {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 768px) {
  #readme .readme__btn .bttn.btn1 {
    display: none;
  }
}
#readme .readme__btn .bttn.btn1 img {
  height: 16px;
  width: 16px;
}
#readme .readme__btn .bttn.btn1 a {
  background: #b62111;
}
@media screen and (max-width: 768px) {
  #readme .readme__btn .bttn.btn2 {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 50px;
    text-align: center;
    width: 100%;
  }
}
#readme .readme__btn .bttn.btn2 img {
  height: 20px;
  width: 20px;
}
@media screen and (max-width: 768px) {
  #readme .readme__btn .bttn.btn2 img {
    height: 18px;
    width: 18px;
  }
}
#readme .readme__btn .bttn.btn2 a {
  background: #48a567;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #readme .readme__btn .bttn.btn2 a {
    width: 287px;
  }
}
#readme .readme__btn .bttn p {
  font-size: 1.3em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #readme .readme__btn .bttn p {
    margin-top: 5px;
  }
}
#readme .img {
  margin-top: 25px;
  text-align: right;
}
@media screen and (max-width: 1280px) {
  #readme .img {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .wrapper-search {
    padding-bottom: 100px;
  }
}

#searchContent {
  box-sizing: border-box;
  margin: 0 auto;
  padding-bottom: 60px;
  width: 950px;
}
@media screen and (max-width: 768px) {
  #searchContent {
    padding: 0 15px 70px 15px;
    width: 100%;
  }
}

#search {
  box-sizing: border-box;
  margin: 15px auto 0;
  position: relative;
  width: 940px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #search {
    width: 100%;
  }
}
#search .condition-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #search .condition-wrap {
    flex-flow: column;
  }
}
#search .condition {
  column-gap: 7px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
}
#search .condition li {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 28px;
}
#search .condition li.num {
  font-weight: normal;
  margin-left: 9px;
}
@media screen and (max-width: 768px) {
  #search .condition li.num {
    margin-left: 0;
    margin-top: 2px;
    width: 100%;
  }
}
#search .condition li.num span {
  font-weight: bold;
}
#search .condition li div {
  background-color: #f5e134;
  border-radius: 5px;
  padding: 0 10px;
}

#search .conditionLink {
  align-items: center;
  column-gap: 7px;
  display: flex;
}
#search .conditionLink .icon,
#search .conditionLink .iconR {
  position: relative;
  top: 0;
  vertical-align: middle;
}
#search .conditionLink .iconR {
  padding-left: 2px;
}
@media screen and (max-width: 768px) {
  #search .conditionLink {
    margin-top: 5px;
  }
}

#search .conditionLink a {
  color: #5abe7b;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: underline;
}

#search .conditionLink a:hover {
  color: #f7c72e;
}

#search .info {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #search .info {
    flex-flow: column;
    row-gap: 10px;
  }
}

#search .info .boxL {
  font-size: 1.3em;
  line-height: 20px;
  order: 1;
  width: 620px;
}
@media screen and (max-width: 768px) {
  #search .info .boxL {
    order: 2;
    width: auto;
  }
}

#search .info .boxL span {
  background-color: #d4f8f9;
  border: 1px solid #e3e0e0;
  display: inline-block;
  line-height: 17px;
  margin: 0 3px;
  padding: 0 10px;
}

#search .info .boxL span.colorKansouko {
  background-color: #fff0f0;
}

#search .info .boxR {
  column-gap: 10px;
  display: flex;
  float: none;
  justify-content: flex-end;
  order: 2;
  row-gap: 10px;
  text-align: right;
  width: 319px;
}
@media screen and (max-width: 768px) {
  #search .info .boxR {
    margin-top: 0;
    order: 1;
    width: auto;
  }
}

#search .info .boxR select {
  font-size: 1.3em;
  font-size: 1.2em;
  height: 30px;
  padding-left: 10px;
  padding-left: 0;
}

#search .info .boxR select#searchSelectMaker {
  width: 170px;
}
@media screen and (max-width: 768px) {
  #search .info .boxR select#searchSelectMaker {
    width: 100%;
  }
}

#search .info .boxR select#searchSelectSort {
  width: 120px;
}
@media screen and (max-width: 768px) {
  #search .info .boxR select#searchSelectSort {
    width: 100%;
  }
}

#search table {
  border: none;
  border-collapse: collapse;
  width: 100%;
}

#search table thead {
  display: none;
}

@media screen and (max-width: 768px) {
  #search table {
    width: 100%;
  }
}
#search table .col1 {
  border-left: 1px solid #e3e0e0;
  width: 50px;
}
@media screen and (max-width: 768px) {
  #search table .col1 {
    border-left: none;
    width: auto;
  }
}
#search table .col2 {
  width: 143px;
}
#search table .col4 {
  width: 170px;
}
#search table .col5 {
  width: 170px;
}
#search table .col6 {
  border-right: 1px solid #e3e0e0;
  width: 129px;
}
#search table th {
  background-color: #5abe7b;
  border-collapse: collapse;
  border-left: 1px dotted #e3e0e0;
  border-right: 1px dotted #e3e0e0;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
}
#search table th.col3 {
  width: 271px;
}
#search table td {
  border: 1px dotted #e3e0e0;
  border-bottom: 1px solid #e3e0e0;
  border-collapse: collapse;
  border-collapse: collapse;
  border-top: none;
  color: #4c4948;
  font-size: 1.2em;
  padding: 10px 0 7px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #search table td {
    border-bottom: none;
    height: auto;
    white-space: normal;
  }
}
#search table td.col1 {
  text-align: center;
}
#search table td.col2 {
  padding: 10px 9px 7px 9px;
  vertical-align: top;
  width: 125px;
}
#search table td.col2 p {
  margin-bottom: 5px;
  position: relative;
}
#search table td.col2 p.link {
  font-size: 1em;
}
#search table td.col2 p.link a {
  color: #48a567;
  font-size: 1.1em;
  margin-left: 15px;
}
#search table td.col2 p.link a:hover {
  color: #f7c72e;
}
#search table td.col2 p.link .icon {
  margin-top: -5px;
}

#search table td.col2 p.text {
  margin-left: 15px;
  text-align: left;
}

#search table td.col3 {
  padding-left: 6px;
  vertical-align: top;
  width: 129px;
  word-break: break-all;
}

#search table td.col3All {
  padding-left: 6px;
  vertical-align: top;
  width: 265px;
}

#search table td.col4 {
  text-align: center;
}

#search table td.col5 {
  text-align: center;
}

#search table td.col6 {
  text-align: center;
}

#search table.kansouko {
  border-top: 1px solid #e3e0e0;
}

#search table.kansouko td {
  background-color: #fff0f0;
}

#search #searchTableHeader {
  /* Safari向けプレフィックス */
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  #search #searchTableHeader {
    display: none;
  }
}

#search .table-result {
  margin-top: 20px;
}
#search .table-result__item {
  background-color: #e3e0e0;
  border-bottom: 1px solid #e3e0e0;
  border-left: 1px solid #e3e0e0;
  display: grid;
  gap: 1px;
  grid-template-columns: 50px 143px 275px 168px 170px 127px;
}
@media screen and (max-width: 768px) {
  #search .table-result__item {
    background-color: #fff;
    border: none;
    border-top: 1px solid #e3e0e0;
    gap: 0;
    grid-template-columns: 1fr;
    padding: 10px 0;
    row-gap: 5px;
  }
}
#search .table-result__item--head {
  border-collapse: collapse;
  border-left: 1px dotted #e3e0e0;
  border-right: 1px dotted #e3e0e0;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0;
  text-align: center;
}
#search .table-result__item--head .head-col {
  background-color: #5abe7b;
  line-height: 28px;
  padding: 0;
}
#search .table-result__item__col {
  align-items: center;
  background-color: #fff;
  display: flex;
  font-size: 1.2em;
  justify-content: center;
  padding: 7px 0 7px;
}
@media screen and (max-width: 768px) {
  #search .table-result__item__col {
    justify-content: flex-start;
    padding: 0;
  }
  #search .table-result__item__col::before {
    align-self: start;
    color: #666;
    content: attr(data-label);
    display: block;
    text-align: left;
    width: 35%;
  }
}
#search .table-result__item__col.col1 {
  text-align: center;
  width: 50px;
}
@media screen and (max-width: 768px) {
  #search .table-result__item__col.col1 {
    order: 2;
    width: 100%;
  }
}
#search .table-result__item__col.col2 {
  display: block;
  padding: 10px 9px 7px 9px;
}
@media screen and (max-width: 768px) {
  #search .table-result__item__col.col2 {
    display: flex;
    margin-bottom: 5px;
    order: 1;
    padding: 0;
  }
  #search .table-result__item__col.col2::before {
    display: none;
  }
}
#search .table-result__item__col.col2 p {
  margin-bottom: 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #search .table-result__item__col.col2 p {
    margin-bottom: 0;
  }
}
#search .table-result__item__col.col2 p.link {
  font-size: 1em;
}
#search .table-result__item__col.col2 p.link a {
  color: #48a567;
  font-size: 1.1em;
  margin-left: 15px;
}
#search .table-result__item__col.col2 p.link a:hover {
  color: #f7c72e;
}
@media screen and (max-width: 768px) {
  #search .table-result__item__col.col2 p.link a {
    font-size: 1.2em;
    margin-left: 0;
  }
}
#search .table-result__item__col.col2 p.link .icon {
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  #search .table-result__item__col.col2 p.link .icon {
    display: none;
  }
}
#search .table-result__item__col.col2 p.text {
  margin-left: 15px;
  text-align: left;
}
#search .table-result__item__col.col3 {
  display: block;
  padding: 10px 0 8px 6px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #search .table-result__item__col.col3 {
    display: flex;
    order: 6;
    padding: 0;
  }
}
#search .table-result__item__col.col3 .accordion-label {
  display: none;
}
@media screen and (max-width: 768px) {
  #search .table-result__item__col.col3 .accordion-label {
    align-items: center;
    background-color: #fff;
    border: 1px solid #48a567;
    border-radius: 4px;
    color: #48a567;
    cursor: pointer;
    display: inline-flex;
    padding: 10px 0 12px 0;
    width: 150px;
  }
  #search .table-result__item__col.col3 .accordion-label::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%2348a567" d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z"/></svg>');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    content: "すべてを表示";
    padding-left: 20px;
    /* アイコンのサイズ */
    vertical-align: middle;
  }
  #search .table-result__item__col.col3 .accordion-label.is-visible::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%2348a567" d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"/></svg>');
    content: "閉じる";
  }
}
@media screen and (max-width: 768px) {
  #search .table-result__item__col.col3 .accordion-label {
    cursor: pointer;
    display: block;
  }
}
#search .table-result__item__col.col3 input[type=checkbox] + label:before {
  /* アイコンの幅＋少し余白を確保 */
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%2348a567" d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z"/></svg>');
  background-position: left center;
  /* 下向き矢印、色を#48a567に設定 */
  background-repeat: no-repeat;
  background-size: 20px 20px;
  content: "すべてを表示";
  display: inline-block;
  padding-left: 30px;
  /* アイコンのサイズ */
  vertical-align: middle;
}
#search .table-result__item__col.col3 input[type=checkbox]:checked + label:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%2348a567" d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"/></svg>');
  content: "閉じる";
  /* 上向き矢印、色を#48a567に設定 */
}
#search .table-result__item__col.col3 .id-list {
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-count: 2;
  /* 標準の構文 */
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-gap: 10px;
  /* 列間のギャップ */
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-rule: 1px solid #e3e0e0;
}
@media screen and (max-width: 768px) {
  #search .table-result__item__col.col3 .id-list {
    column-count: 1;
  }
}
#search .table-result__item__col.col3 .id-list__item {
  padding: 0 0 2px 0;
  text-align: left;
}
#search .table-result__item__col.col3 .id-list__item.is-hidden {
  display: list-item;
}
@media screen and (max-width: 768px) {
  #search .table-result__item__col.col3 .id-list__item.is-hidden {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #search .table-result__item__col.col3 .id-list.is-active .is-hidden {
    display: list-item;
  }
}
#search .table-result__item__col.col4 {
  order: 3;
  text-align: center;
}
#search .table-result__item__col.col5 {
  order: 4;
  text-align: center;
}
#search .table-result__item__col.col6 {
  order: 5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #search .table-result__item--kansouko {
    background-color: #fff0f0;
  }
  #search .table-result__item--kansouko .table-result__item__col {
    background-color: #fff0f0;
  }
}
#search .table-result__item--kansouko .table-result__item__col {
  background-color: #fff0f0;
}
.kansoukoText + .table-result__item--kansouko {
  border-top: 1px solid #e3e0e0;
}

#search #searchTableHeaderMain {
  /*
    position:absolute;
    top:0;
    left:0;
    */
}

@media screen and (max-width: 768px) {
  #search #searchKansokoTable {
    width: 100%;
  }
}

#search #searchTableBody {
  padding-bottom: 10px;
  position: relative;
  z-index: 10;
}

#search div#searchToPageTop {
  margin: 0 auto;
  position: relative;
  width: 940px;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  #search div#searchToPageTop {
    width: 100%;
  }
}

#search div#searchToPageTop a {
  bottom: 20px;
  left: 50%;
  margin-left: 395px;
  /*
      position:absolute;
      top:0;
      right:7px;
      */
  position: fixed;
}
@media screen and (max-width: 768px) {
  #search div#searchToPageTop a {
    bottom: 15px;
    left: auto;
    margin-left: 0;
    right: 15px;
  }
}

#search div#searchToPageTop a:hover img {
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}

#search p.kansoukoText {
  color: #4c4948;
  font-size: 1.3em;
  margin: 27px 0 7px;
}

#search dl.notes {
  background-color: #fff9f7;
  border: 1px solid #fca391;
  border-radius: 5px;
  color: #f1694e;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 18px;
  padding: 10px 0px 8px 14px;
}

#search dl.notes dt {
  float: left;
  width: 60px;
}

#search dl.notes dd {
  float: left;
  width: 850px;
}

#search dl.notes dd .text {
  padding-left: 12px;
  position: relative;
}

#search dl.notes dd .text .icon {
  top: 0.5em;
}

#search dl.notes dd .btn {
  margin-top: 8px;
}

#search table.notes {
  border: none;
  border-collapse: separate;
  margin-top: 18px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #search table.notes {
    border-collapse: collapse;
  }
}
#search table.notes th {
  background-color: #fe763b;
  border: 1px solid #fe763b;
  border-collapse: separate;
  border-radius: 3px 0 0 3px;
  color: #ffffff;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
  vertical-align: middle;
  width: 88px;
}
@media screen and (max-width: 768px) {
  #search table.notes th {
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
}
#search table.notes td {
  border: 1px solid #fe763b;
  border-collapse: separate;
  border-radius: 0 3px 3px 0;
  padding: 13px 20px 13px 13px;
}
@media screen and (max-width: 768px) {
  #search table.notes td {
    box-sizing: border-box;
    display: block;
    padding: 10px;
    width: 100%;
  }
}
#search table.notes td .btn {
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
}
@media screen and (max-width: 768px) {
  #search table.notes td .btn {
    display: inline-block;
    padding: 0;
    position: static;
  }
}
#search table.notes td div {
  position: relative;
}
#search table.notes td p {
  color: #fe763b;
  font-weight: bold;
  line-height: 1.4em;
  padding-left: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #search table.notes td p {
    margin-bottom: 5px;
  }
}
#search table.notes td p .icon {
  left: 2px;
  top: 0.5em;
}

#result {
  margin-top: 15px;
  position: relative;
  z-index: 10;
}
#result #resultList {
  position: relative;
}

#result .notes {
  border: none;
  border-collapse: separate;
  margin: 0 auto;
  margin-bottom: 23px;
  width: 940px;
}
#result .notes th {
  background-color: #fa3d11;
  border: 1px solid #fa3d11;
  border-collapse: separate;
  border-radius: 3px 0 0 3px;
  color: #ffffff;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.4em;
  padding: 13px 0;
  padding-left: 9px;
  text-align: left;
  vertical-align: middle;
  width: 79px;
}
#result .notes td {
  border: 1px solid #fa3d11;
  border-collapse: separate;
  border-radius: 0 3px 3px 0;
  padding: 13px 20px 13px 13px;
}
#result .notes td div {
  position: relative;
}
#result .notes td p {
  color: #f93002;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4em;
  padding-left: 12px;
  position: relative;
}
#result .notes td p .icon {
  left: 2px;
  top: 0.5em;
}
@media screen and (max-width: 768px) {
  #result .notes {
    width: 100%;
  }
  #result .notes td,
  #result .notes th {
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    height: 100%;
    width: 100%;
  }
  #result .notes th {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #result .notes br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #resultNotesText {
    align-items: center;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
}

#result .notes td .btnNote1 {
  display: block;
  margin-top: -16px;
  position: absolute;
  right: 0;
  top: 50%;
}
#result .notes td .btnNote1 .btn {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #result .notes td .btnNote1 {
    margin-top: 10px;
    position: static;
    text-align: center;
  }
}

#result .notes td .btnNote1B {
  bottom: 10px;
  display: block;
  margin-top: -16px;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  #result .notes td .btnNote1B {
    margin-top: 10px;
    padding: 0;
    position: static;
  }
  #result .notes td .btnNote1B .btn {
    padding: 0;
    position: static;
  }
}

#result .notes td .btnNote2 {
  display: block;
  margin-top: -18px;
  position: absolute;
  right: 0;
  top: 50%;
}
#result .notes td .btnNote2 .btn {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #result .notes td .btnNote2 {
    margin-top: 10px;
    position: static;
    text-align: center;
  }
}

#result .notes td .btnNotes3-1 {
  display: block;
  margin-top: -52px;
  position: absolute;
  right: 0;
  top: 50%;
}
#result .notes td .btnNotes3-1 .btn {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #result .notes td .btnNotes3-1 {
    margin-top: 0;
    position: static;
    top: 0;
  }
}

#result .notes td .btnNotes3-2 {
  display: block;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
#result .notes td .btnNotes3-2 .btn {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #result .notes td .btnNotes3-2 {
    margin-top: 0;
    position: static;
    top: 0;
  }
}

#result .notes.notes-door th {
  background-color: #2484dd;
  border-color: #2484dd;
  padding-left: 0px;
  text-align: center;
  width: 88px;
}
@media screen and (max-width: 768px) {
  #result .notes.notes-door th {
    width: 100%;
  }
}
#result .notes.notes-door th span {
  background: #fff;
  color: #f00;
  display: inline-block;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.4em;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  #result .notes.notes-door th span {
    margin-right: 5px;
  }
}
#result .notes.notes-door td {
  border-color: #2484dd;
}

#result .notes.notes-door td p,
#result .notes.notes-door td a {
  color: #2484dd;
}

#result .notes.notes-door td p .strong,
#result .notes.notes-door td a .strong {
  color: #e60012;
}

#result .notes.notes-door .btnSet {
  display: block;
  margin-top: -16px;
  position: absolute;
  right: 0;
  top: 50%;
}
@media screen and (max-width: 768px) {
  #result .notes.notes-door .btnSet {
    margin-top: 10px;
    position: static;
    text-align: center;
  }
}

#result .notes.notes-door.notes-door2 th {
  font-size: 1.5em;
  line-height: 1.2em;
}

#result .notes.notes-door.notes-door2 p {
  margin-bottom: 5px;
}

#result .notes.notes-SystemKitchen th {
  background-color: #2484dd;
  border-color: #2484dd;
}

#result .notes.notes-SystemKitchen td {
  border-color: #2484dd;
}

#result .notes.notes-SystemKitchen td p,
#result .notes.notes-SystemKitchen td a {
  color: #2484dd;
}

#result .notes.notes-SystemKitchen td p .strong,
#result .notes.notes-SystemKitchen td a .strong {
  color: #e60012;
}

#result .notes2 {
  border: none;
  border-collapse: separate;
  margin: 0 auto;
  margin-bottom: 12px;
  width: 940px;
}
@media screen and (max-width: 768px) {
  #result .notes2 {
    width: 100%;
  }
}
#result .notes2 th {
  background-color: #fe763b;
  border: 1px solid #fe763b;
  border-collapse: separate;
  border-radius: 3px 0 0 3px;
  color: #ffffff;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
  vertical-align: middle;
  width: 88px;
}
#result .notes2 td {
  border: 1px solid #fe763b;
  border-collapse: separate;
  border-radius: 0 3px 3px 0;
  padding: 13px 20px 13px 13px;
}
#result .notes2 td div {
  position: relative;
}
#result .notes2 td p {
  color: #fe763b;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4em;
  padding-left: 12px;
  position: relative;
}
#result .notes2 td p .icon {
  left: 2px;
  top: 0.5em;
}
#result .notes2 td p img.btnImg {
  margin: 0 10px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #result .notes2 th,
  #result .notes2 td {
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    height: 100%;
    padding: 5px;
    width: 100%;
  }
  #result .notes2 th {
    padding: 5px;
  }
}

#result .notes2 td .btnNotes1 {
  display: block;
  margin-top: -16px;
  position: absolute;
  right: 0;
  top: 50%;
}
#result .notes2 td .btnNotes1 .btn {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #result .notes2 td .btnNotes1 {
    margin-top: 10px;
    position: static;
    text-align: center;
  }
}

#result .notes2 td .btnNotes2 {
  display: block;
  margin-top: -24px;
  position: absolute;
  right: 0;
  top: 50%;
}
@media screen and (max-width: 768px) {
  #result .notes2 td .btnNotes2 {
    margin-top: 10px;
    position: static;
    text-align: center;
  }
}

#result .notes2 td .btnNotes3-1 {
  display: block;
  margin-top: -52px;
  position: absolute;
  right: 0;
  top: 50%;
}
#result .notes2 td .btnNotes3-1 .btn {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #result .notes2 td .btnNotes3-1 {
    margin-top: 0;
    position: static;
    text-align: center;
    top: 0;
  }
  #result .notes2 td .btnNotes3-1 .btn {
    margin-top: 10px;
    padding: 0;
  }
}

#result .notes2 td .btnNotes3-2 {
  display: block;
  margin-top: 5px;
  position: absolute;
  right: 0;
  top: 50%;
}
#result .notes2 td .btnNotes3-2 .btn {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #result .notes2 td .btnNotes3-2 {
    margin-top: 0;
    position: static;
    text-align: center;
    top: 0;
  }
  #result .notes2 td .btnNotes3-2 .btn {
    margin-top: 10px;
    padding: 0;
  }
}

#result .other {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 5px;
  width: 940px;
}
@media screen and (max-width: 768px) {
  #result .other {
    width: 100%;
  }
}

#result .hinban {
  border-bottom: 1px solid #e8e8e8;
  margin: 0 auto;
  margin-bottom: 14px;
  padding-bottom: 10px;
  position: relative;
  width: 940px;
}
@media screen and (max-width: 768px) {
  #result .hinban {
    width: 100%;
  }
}

#result .hinban .select {
  font-size: 12px;
}

#result .hinban .select strong {
  background-color: #f5e134;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 27px;
  margin-right: 10px;
  max-width: 580px;
  padding: 0 14px;
  vertical-align: text-bottom;
}
@media screen and (max-width: 768px) {
  #result .hinban .select strong {
    box-sizing: border-box;
    line-height: 1.8;
    max-width: 100%;
    width: 100%;
  }
}

#result .hinban .select strong span {
  font-size: 12px;
}

#result .hinban .oem {
  margin-top: 14px;
}

#result .hinban .oem dt {
  float: left;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.6em;
  width: 73px;
}
#result .hinban .oem dd {
  float: left;
  width: 850px;
}
@media screen and (max-width: 768px) {
  #result .hinban .oem dd {
    width: 100%;
  }
}

#result .hinban .oem dd ul {
  font-size: 1.3em;
  line-height: 1.6em;
}

#result .hinban .oem dd ul li {
  float: left;
}

#result .hinban .oem dd.link1 {
  width: 540px;
}
@media screen and (max-width: 768px) {
  #result .hinban .oem dd.link1 {
    width: 100%;
  }
}

#result .hinban .oem dd.link2 {
  float: right;
  padding: 0 13px;
  position: relative;
  width: 285px;
}
@media screen and (max-width: 768px) {
  #result .hinban .oem dd.link2 {
    display: block;
    float: left;
    margin-top: 10px;
  }
}

#result .hinban .oem dd.link2 a {
  color: #5abe7b;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: underline;
}

#result .hinban .oem dd.link2 a:hover {
  color: #f7c72e;
}

#result .hinban .oem dd.link2 .icon,
#result .hinban .oem dd.link2 .iconR {
  margin-top: -5px;
}

#result .hinban .oem dd.link2-2 {
  float: right;
  padding: 0 13px;
  position: relative;
  width: 255px;
}
@media screen and (max-width: 768px) {
  #result .hinban .oem dd.link2-2 {
    float: left;
    margin-top: 10px;
  }
}

#result .hinban .oem dd.link2-2 a {
  color: #5abe7b;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: underline;
}

#result .hinban .oem dd.link2-2 a:hover {
  color: #f7c72e;
}

#result .hinban .oem dd.link2-2 .icon,
#result .hinban .oem dd.link2-2 .iconR {
  margin-top: -5px;
}

#result .hinban .runningcost {
  padding: 0 13px;
  position: absolute;
  right: 5px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  #result .hinban .runningcost {
    align-items: center;
    display: block;
    display: flex;
    margin-left: 5px;
    margin-top: 10px;
    position: relative;
    top: 0;
  }
  #result .hinban .runningcost .iconR {
    margin-top: 0;
    padding-left: 5px;
    position: relative;
  }
}

#result .hinban .runningcost a {
  color: #5abe7b;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: underline;
}

#result .hinban .runningcost a:hover {
  color: #f7c72e;
}

#result .hinban .runningcost .icon,
#result .hinban .runningcost .iconR {
  margin-top: -5px;
}

@media screen and (max-width: 768px) {
  #result .hinban .runningcost .iconR {
    margin-top: 0;
  }
}

#result .compareLink {
  margin: 0 auto;
  margin-bottom: 9px;
  width: 940px;
}
@media screen and (max-width: 768px) {
  #result .compareLink {
    width: 100%;
  }
}

#result .compareLink p {
  float: right;
  padding: 0 13px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #result .compareLink p {
    float: left;
  }
}

#result .compareLink p a {
  color: #5abe7b;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: underline;
}

#result .compareLink p a:hover {
  color: #f7c72e;
}

#result .compareLink p .icon,
#result .compareLink p .iconR {
  margin-top: -5px;
}

#result .lead {
  background-color: #e8e8e8;
  border-radius: 5px;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
  padding-left: 34px;
  position: relative;
}

#result .lead .icon {
  left: 10px;
  margin-top: -10px;
}

#result .list-bg {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

#result .list-bg .grid-deepdoor {
  border: 10px solid #2484dd;
  position: absolute;
}

#result .list {
  margin-bottom: 29px;
  position: relative;
  z-index: 2;
}

#result .list dt {
  border-radius: 5px;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 20px;
  margin: 0 auto;
  margin-bottom: 12px;
  padding: 5px 13px;
  vertical-align: text-bottom;
  width: 940px;
}
@media screen and (max-width: 768px) {
  #result .list dt {
    box-sizing: border-box;
    width: 100%;
  }
}

#result .list dt span {
  margin: 0 10px;
  /*
        display:inline-block;
        margin-left:10px;
        padding-left:14px;
        height:20px;
        border-left:1px dotted #ffffff;
        */
}

#result .list dt i {
  font-family: "Times New Roman", Times, serif;
  font-size: 2em;
  margin: 0 2px 0 5px;
}

#result .list dt i span {
  border-left: none;
  display: inline;
  font-size: 0.9em;
  height: auto;
  margin: 0 0;
  padding-left: 0;
}

#result .list dt.type1 {
  background-color: #1d9042;
}

#result .list dt.type2 {
  background-color: #5abe7b;
}

#result .list dd {
  border-bottom: 1px dashed #4c4948;
  margin-bottom: 18px;
  padding-bottom: 13px;
  position: relative;
}

#result .list dd .contentBox {
  margin: 0 auto;
  width: 940px;
}
@media screen and (max-width: 768px) {
  #result .list dd .contentBox {
    width: 100%;
  }
}
#result .list dd .contentBox ul li a.btn {
  width: 100%;
}

#result .list dd.noBorder {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#result .list dd.last {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#result .list dd.alert-deep {
  background: #faddd7;
  border: 1px solid #fc3d10;
  border-radius: 3px;
  color: #fc3d10;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 30px;
  padding: 10px 0 10px 185px;
}
@media screen and (max-width: 768px) {
  #result .list dd.alert-deep {
    padding: 10px;
  }
}

#result .list dd.alert-deep img {
  margin: 0 10px;
  vertical-align: middle;
}

#result .list dd.doorAlertContent .contentBox {
  /*
        width:auto;
        padding:2px;
        border:3px solid #2484dd;
        */
}

#result .list dd.recommend {
  border: 3px solid #e5cc5a;
  margin-top: 50px;
  padding: 2px 2px 5px;
}
@media screen and (max-width: 768px) {
  #result .list dd.recommend {
    padding: 7px;
  }
}

#result .list dd.recommend .recommend-icon {
  left: -3px;
  position: absolute;
  top: -38px;
}

#result .list dd .img {
  float: left;
  width: 136px;
}
@media screen and (max-width: 768px) {
  #result .list dd .img {
    float: none;
    margin: 0 auto;
    max-width: 124px;
    width: 100%;
  }
}

#result .list dd .info {
  float: left;
  width: 620px;
}
@media screen and (max-width: 768px) {
  #result .list dd .info {
    width: 100%;
  }
}

#result .list dd .info .box .boxL {
  position: relative;
  width: 335px;
}
@media screen and (max-width: 768px) {
  #result .list dd .info .box .boxL {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #result .list dd .info .box .boxL .type-list {
    margin-top: 10px;
    position: relative;
  }
}
#result .list dd .info .box .boxL .img {
  display: none;
}
@media screen and (max-width: 768px) {
  #result .list dd .info .box .boxL .img {
    display: block;
  }
}
#result .list dd .info .box .boxL .info-btn a.btn {
  font-size: 11px;
  left: 160px;
  padding: 4.5px 10px;
  position: absolute;
  top: 17px;
}
@media screen and (max-width: 768px) {
  #result .list dd .info .box .boxL .info-btn a.btn {
    margin: 10px 0 15px 0;
    position: static;
  }
}
#result .list dd .info .box .boxL .info-btn a.btn.btnModal2 {
  left: 160px;
  top: 47px;
}
@media screen and (max-width: 768px) {
  #result .list dd .info .box .boxL .info-btn {
    margin: 10px 0 15px 0;
    position: static;
  }
}

#result .list dd .info .box .boxL .text {
  font-size: 1.1em;
  margin-bottom: 5px;
}

#result .list dd .info .box .boxL .name {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 8px;
  position: relative;
}

#result .list dd .info .box .boxL .name.size60 {
  padding-left: 20px;
}

#result .list dd .info .box .boxL .name .color1 {
  color: #2484dd;
}

#result .list dd .info .box .boxL .name .icon {
  margin-top: -8px;
}

#result .list dd .info .box .boxL .name .sub {
  font-size: 0.7em;
  font-weight: normal;
  vertical-align: middle;
}

#result .list dd .info .box .boxL .name .sub strong {
  font-size: 1.3em;
  font-weight: normal;
  margin: 0 3px 0 6px;
}

#result .list dd .info .box .boxL ul li {
  float: left;
  padding-right: 7px;
}

#result .list dd .info .box .boxL .btnModal {
  left: 160px;
  position: absolute;
  top: 17px;
}
#result .list dd .info .box .boxL .btnModal .btn {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #result .list dd .info .box .boxL .btnModal {
    left: 0;
    margin: 0 auto;
    margin-top: 5px;
    position: static;
    text-align: center;
    top: 10px;
  }
}

#result .list dd .info .box .boxL .btnModal2 {
  left: 160px;
  top: 47px;
}

#result .list dd .info .box .boxR {
  height: 78px;
  position: relative;
  width: 284px;
}
@media screen and (max-width: 768px) {
  #result .list dd .info .box .boxR {
    float: left;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  #result .list dd .info .box .boxR .bgImg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #result .list dd .info .box .boxR.pict-list {
    background: #fff;
    border-radius: 3px;
    border-top: 1px solid #eee;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
    width: 100%;
  }
}
#result .list dd .info .box .boxR ul {
  position: absolute;
  right: 4px;
  top: 6px;
  width: 275px;
}
@media screen and (max-width: 768px) {
  #result .list dd .info .box .boxR ul {
    left: 4px;
  }
}
#result .list dd .info .box .boxR ul li {
  float: left;
  margin-bottom: 7px;
  padding-right: 8px;
}

#result .list dd .info .box .boxR ul li {
  float: left;
  margin-bottom: 7px;
  padding-right: 8px;
}

#result .list dd .info .box .boxR ul li.all {
  padding-right: 0;
  width: 250px;
}

#result .list dd .info .box .boxR p {
  position: absolute;
  right: 5px;
  top: 5px;
}

#result .list dd .info .box .boxR .boxLink {
  -ms-filter: "alpha(opacity=0)";
  background-color: #ffffff;
  display: block;
  filter: alpha(opacity=0);
  height: 78px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 284px;
}

#result .list dd .info .scrollable-table {
  /* 水平方向にスクロールバーを表示 */
  margin: 0 auto;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  #result .list dd .info .scrollable-table {
    margin-bottom: 10px;
  }
}

#result .list dd .info table {
  border: none;
  border-collapse: separate;
  margin-top: 6px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #result .list dd .info table {
    width: 620px;
  }
}

#result .list dd .info table th {
  background-color: #cccccc;
  border: 1px solid #cccccc;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 23px;
  text-align: center;
}

#result .list dd .info table th.col1 {
  border-radius: 3px 0 0 0;
  border-right: none;
  width: 150px;
}

#result .list dd .info table th.col2 {
  border-left: 1px solid #ffffff;
  border-right: none;
  width: 100px;
}

#result .list dd .info table th.col3 {
  border-left: 1px solid #ffffff;
  border-right: none;
  width: 145px;
}

#result .list dd .info table th.col4 {
  border-left: 1px solid #ffffff;
  border-radius: 0 3px 0 0;
}

#result .list dd .info table td {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  font-size: 1.2em;
  line-height: 16px;
  padding: 1px;
}

#result .list dd .info table td img {
  margin: 0 2px;
}

#result .list dd .info table td .caution {
  color: #f00;
}

#result .list dd .info table td p {
  background-color: #ffffff;
  padding: 14px 0;
  text-align: center;
}

#result .list dd .info table td p.line2 {
  padding: 0;
}

#result .list dd .info table td p.multi {
  padding: 5px 0 3px;
}

#result .list dd .info table td p.multi2-1 {
  padding: 5px 0 0;
}

#result .list dd .info table td p.multi2-2 {
  padding: 0 0 3px;
}

#result .list dd .info table td p.door-subtext {
  color: #ff0000;
  font-size: 0.8em;
  padding: 5px 3px 0;
  text-align: left;
}

#result .list dd .info table td p a.btnCabinet {
  background-color: #e2f4f6;
  border-bottom: 2px solid #98b7ba;
  border-radius: 3px;
  color: #333333;
  display: block;
  height: 39px;
  margin: 3px 3px 0;
  position: relative;
  text-align: left;
  text-decoration: none;
}

#result .list dd .info table td p a.btnCabinet span {
  display: block;
  line-height: 14px;
  padding-top: 5px;
  position: relative;
  text-align: center;
  z-index: 1;
}

#result .list dd .info table td p a.btnCabinet.line3 {
  height: 53px;
}

#result .list dd .info table td p a.btnCabinet.line1 {
  height: 25px;
}

#result .list dd .info table td p a.btnCabinet:hover {
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}

#result .list dd .info table td p a.btnDoorpanelDetail {
  background-color: #e2f4f6;
  border-bottom: 2px solid #98b7ba;
  border-radius: 3px;
  color: #333333;
  display: block;
  height: 39px;
  margin: 3px 3px 0;
  position: relative;
  text-align: left;
  text-decoration: none;
}

#result .list dd .info table td p a.btnDoorpanelDetail span {
  display: block;
  line-height: 14px;
  padding-top: 5px;
  position: relative;
  text-align: center;
  z-index: 1;
}

#result .list dd .info table td p a.btnDoorpanelDetail.line3 {
  height: 53px;
}

#result .list dd .info table td p a.btnDoorpanelDetail:hover {
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}

#result .list dd .info table td .btn {
  background-color: #ffe4e3;
  border-bottom: 2px solid #fac4c2;
  border-radius: 3px;
  color: #4c4948;
  display: block;
  font-size: 1em;
  font-weight: normal;
  margin: 2px 4px 2px 5px;
  padding: 4px 4px 2px 4px;
  text-decoration: none;
}

#result .list dd .info table td .btn:hover {
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}

#result .list dd .info table td .btn.btn2 {
  background-color: #e2f4f6;
  border-bottom: 2px solid #98b7ba;
  font-size: 1em;
  font-weight: normal;
}

#result .list dd .info table td.col1 {
  border-radius: 0 0 0 3px;
  border-right: none;
}

#result .list dd .info table td.col2 {
  border-right: none;
}

#result .list dd .info table td.col3 {
  border-right: none;
}

#result .list dd .info table td.col4 {
  border-radius: 0 0 3px 0;
}

#result .list dd .links {
  float: right;
  width: 177px;
}
@media screen and (max-width: 768px) {
  #result .list dd .links {
    width: 100%;
  }
}

#result .list dd .links .cautionSetting,
#result .list dd .links .dish {
  margin-top: 2px;
  position: relative;
  /*
          margin-top:9px;
          padding-left:69px;
          font-size:1.2em;
          font-weight:bold;
          line-height:22px;

          border-left:1px dotted #d1d1d1;
          border-right:1px dotted #d1d1d1;
          .icon{
          	left:12px;
          	margin-top:-11px;
          }
          span{
          	margin-left:8px;
          }
          */
}

#result .list dd .links .cautionSetting {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #result .list dd .links .cautionSetting {
    margin-bottom: 10px;
    text-align: center;
  }
}

#result .list dd .links .cautionSetting a,
#result .list dd .links .dish a {
  position: relative;
  text-decoration: none;
}

#result .list dd .links .cautionSetting a p,
#result .list dd .links .dish a p {
  color: #333333;
  display: block;
  font-size: 1.1em;
  height: 32px;
  line-height: 32px;
  padding-left: 12px;
  position: relative;
  z-index: 1;
}

#result .list dd .links .dish a.btn {
  background-color: #E8E8E8;
  font-size: 1.1em;
  font-weight: normal;
  padding: 8px 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #result .list dd .links .dish a.btn {
    padding: 10px;
    text-align: center;
  }
}

#result .list dd .links .cautionSetting a.btn {
  font-size: 1.2em;
  padding: 6px 10px;
  width: 100%;
}

#result .list dd .links .cautionSetting a img {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #result .list dd .links .cautionSetting a img {
    position: static;
    width: auto;
  }
}

#result .list dd .links .cautionSetting a b,
#result .list dd .links .dish a b {
  font-weight: bold;
}

#result .list dd .links .cautionSetting a span,
#result .list dd .links .dish a span,
#result .list dd .links .dish a.btn span {
  font-size: 0.9em;
}

#result .list dd .links ul {
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  #result .list dd .links ul {
    margin-top: 5px;
  }
}

#result .list dd .links ul li {
  margin-top: 6px;
  width: 177px;
}
@media screen and (max-width: 768px) {
  #result .list dd .links ul li {
    width: 100%;
  }
}

#result .list dd .links ul li a.btn {
  padding: 4.5px 10px;
}
#result .list dd .links ul li a.btn span {
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  #result .list dd .links ul li a.btn {
    padding: 8px 10px;
    text-align: center;
    width: 100%;
  }
}

#result .list dd .links ul li a p {
  font-size: 1.1em;
  left: 40px;
  line-height: 32px;
  position: absolute;
  top: 0;
  width: 176px;
}

#result .list dd .links ul li a p span {
  margin-left: 5px;
}

#result .list dd .links ul li a.catalog {
  color: #0a6328;
}

#result .list dd .links ul li a.siryo {
  color: #333333;
}

#result .list dd .links ul li a.kojimanual {
  color: #333333;
}

#result .list dd .links ul li.listNote {
  color: #ff0000;
  font-size: 1.2em;
  font-weight: bold;
}

#result .groupXS {
  font-size: 1.2em;
}

#result .groupXS .hinban {
  color: #ff0000;
  font-weight: bold;
}

#result .groupXS .hinban b {
  border-bottom: 1px dotted #ff0000;
}

#result .groupXS p.boxLead {
  color: #fe763b;
  font-weight: bold;
  margin-top: 20px;
}

#result .groupXS .box {
  margin-top: 20px;
  position: relative;
}

#result .groupXS .box p.text {
  margin-top: 5px;
}

#result .groupXS .box .btns {
  bottom: 0;
  position: absolute;
  right: 0;
  text-align: right;
}
#result .groupXS .box .btns .btn {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #result .groupXS .box .btns {
    position: static;
  }
  #result .groupXS .box .btns .btn {
    padding: 5px 0;
  }
}

#result .groupXS .box a {
  display: block;
  float: left;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  #result .groupXS .box a {
    float: none;
    margin-left: 0;
  }
}

#result .groupXS .box a img {
  display: block;
}

#result .groupXS p.img {
  margin-top: 20px;
}

#result .groupK1 {
  font-size: 1.2em;
}

#result .groupK1 .text {
  color: #fe763b;
  margin-top: 5px;
}

#result .groupK1 .box {
  border: 3px solid #c0c0c0;
  margin-top: 7px;
  padding: 10px;
}

#result .groupK1 .box .title {
  color: #0000ff;
  font-size: 1.2em;
  font-weight: bold;
}

#result .groupK1 .box .txt {
  padding-left: 1em;
  text-indent: -1em;
}

#result .groupK1 .box .lbox {
  border-right: 6px dotted #c0c0c0;
  float: left;
  width: 580px;
}
@media screen and (max-width: 768px) {
  #result .groupK1 .box .lbox {
    border-right: none;
    float: none;
    width: 100%;
  }
}

#result .groupK1 .box .rbox {
  float: right;
  width: 288px;
}

#result .groupK1 .box .rbox .img {
  margin-top: 50px;
}

#result .groupK1 .box .subBox {
  margin-top: 30px;
}

#result .groupK1 .box .subBox .subBoxL {
  float: left;
  width: 258px;
}
@media screen and (max-width: 768px) {
  #result .groupK1 .box .subBox .subBoxL {
    float: none;
    text-align: center;
    width: 100%;
  }
}

#result .groupK1 .box .subBox .subBoxR {
  float: left;
  width: 300px;
}
@media screen and (max-width: 768px) {
  #result .groupK1 .box .subBox .subBoxR {
    float: none;
    width: 100%;
  }
  #result .groupK1 .box .subBox .subBoxR .img {
    text-align: center;
  }
}

#result .groupK1 .box .subBox .subBoxR .txt2 {
  margin-bottom: 10px;
  padding-left: 21px;
  text-indent: -21px;
}

#result .groupK1 .box .subBox .subBoxR .txt2 img {
  margin-right: 6px;
}

#result .groupK1 .box .subBox .subBoxR .img {
  margin: 3px 0 10px;
}

#result .groupK1 .box2 {
  border-top: none;
  margin-top: 0px;
}

#result .groupK1 .box2 .lbox {
  margin-top: 10px;
  width: 445px;
}
@media screen and (max-width: 768px) {
  #result .groupK1 .box2 .lbox {
    height: auto;
    text-align: center;
    width: 100%;
  }
  #result .groupK1 .box2 .lbox .img img {
    height: auto;
    width: 100%;
  }
}

#result .groupK1 .box2 .lbox .img {
  margin-top: 13px;
}

#result .groupK1 .box2 .rbox {
  margin-top: 10px;
  width: 450px;
}
@media screen and (max-width: 768px) {
  #result .groupK1 .box2 .rbox {
    width: 100%;
  }
}

#result .groupK1 .box2 .rbox .img {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  #result .groupK1 .box2 .rbox .img img {
    height: auto;
    width: 100%;
  }
}

#result .groupK1 .box2 .boxLead .titleImg {
  margin-right: 5px;
}

#result .groupK1 .box3 {
  border: 3px solid #c0c0c0;
  border-top: none;
  margin-top: 0px;
  padding: 15px;
}

#result .groupK1 .box3 .lbox {
  border: none;
  width: 500px;
}
@media screen and (max-width: 768px) {
  #result .groupK1 .box3 .lbox {
    width: 100%;
  }
}

#result .groupK1 .box3 .rbox {
  float: left;
  width: 287px;
}
@media screen and (max-width: 768px) {
  #result .groupK1 .box3 .rbox {
    float: none;
    width: 100%;
  }
}

#result .groupK1 .box3 .rbox .img {
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  #result .groupK1 .box3 .rbox .img {
    text-align: center;
  }
}

#result .groupK1 .text2 {
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

#result .groupK1 .text2 strong {
  color: #0000ff;
}

#result .groupK1 .text3 {
  margin-top: 35px;
  padding-left: 1em;
  position: relative;
  text-indent: -1em;
}

#result .groupK1 .text3 strong {
  color: #0000ff;
}

#result .groupK1 .text3 a {
  color: #5abe7b;
}

#result .groupK1 .text3 a.text3Btn1 {
  position: absolute;
  right: 166px;
  top: 0;
}
@media screen and (max-width: 768px) {
  #result .groupK1 .text3 a.text3Btn1 {
    position: static;
  }
  #result .groupK1 .text3 a.text3Btn1 .btn {
    padding: 0;
  }
}

#result .groupK1 .text3 a.text3Btn2 {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  #result .groupK1 .text3 a.text3Btn2 {
    position: static;
  }
  #result .groupK1 .text3 a.text3Btn2 .btn {
    padding: 0;
  }
}

#result .groupK1 .text3 a:hover {
  color: #f7c72e;
}

#result .groupK1 .text3 img {
  margin: 0 5px 0 2px;
}

#result .groupK1 .box4 {
  margin-top: 0px;
  padding: 10px;
}

#result .groupK1 .box4 .lbox {
  border: none;
  width: 700px;
}

#result .groupK1 .box4 .rbox {
  float: right;
  margin-top: 10px;
  width: 203px;
}

#result .groupK1 .box4 .img {
  margin-top: 12px;
  text-align: center;
}

#result .groupK1 strong {
  color: #0000ff;
  font-weight: normal;
}

#result .description dt {
  border-bottom: 1px solid #cccccc;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 8px 10px;
}

#result .description dd {
  margin-top: 18px;
}

#result .description .boxL {
  width: 430px;
}

#result .description .boxL dd {
  margin-top: 0px;
}

#result .description .boxL ul li {
  border-bottom: 1px dotted #cccccc;
  padding: 8px 7px 8px 32px;
  position: relative;
}

#result .description .boxL ul li .icon {
  left: 9px;
  margin-top: -8px;
}

#result .description .boxL ul li p {
  float: left;
  font-size: 1.2em;
  letter-spacing: -1px;
  line-height: 25px;
  line-height: 40px;
  padding-left: 7px;
  width: 360px;
}

#result .description .boxL ul li p.sizeS {
  width: 220px;
}

#result .description .boxL ul li a {
  float: right;
}

#result .description .boxL ul li.resultDescriptionList3 p {
  line-height: 40px;
}

#result .description .boxL ul li.resultDescriptionList3 p.sizeS {
  width: 190px;
}

#result .description .boxL ul li.resultDescriptionList3 a {
  float: left;
}

#result .description .boxR {
  width: 468px;
}

#result .description .boxR ul li {
  font-size: 1.2em;
  line-height: 20px;
  margin-bottom: 12px;
  padding-left: 15px;
  position: relative;
}

#result .description .boxR ul li .icon {
  left: 3px;
  top: 0.6em;
}

#result-content .list {
  /* 特定の表示スタイル */
}
#result-content .list .accordion-block {
  margin-top: 10px;
  text-align: center;
}
#result-content .list .accordion-block .accordion-label {
  display: none;
}
@media screen and (max-width: 768px) {
  #result-content .list .accordion-block .accordion-label {
    align-items: center;
    background-color: #fff;
    border: 1px solid #48a567;
    border-radius: 4px;
    color: #48a567;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    padding: 10px 0 12px 0;
    text-align: center;
    width: 200px;
  }
  #result-content .list .accordion-block .accordion-label::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%2348a567" d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z"/></svg>');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    content: "すべてを表示";
    padding-left: 20px;
    /* アイコンのサイズ */
    vertical-align: middle;
  }
  #result-content .list .accordion-block .accordion-label.is-visible::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%2348a567" d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"/></svg>');
    content: "閉じる";
  }
}
@media screen and (max-width: 768px) {
  #result-content .list .js-is-hidden {
    display: none;
  }
  #result-content .list .js-is-hidden.is-active {
    display: block;
  }
}
#result-content .list .flex-item {
  display: flex;
}
#result-content .list .block-item {
  display: block;
}

.result-caution {
  margin: 0 auto;
  width: 940px;
}
@media screen and (max-width: 768px) {
  .result-caution {
    width: 100%;
  }
}

.result-caution .rc-title {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .result-caution .rc-title {
    font-size: 1.6em;
  }
}

.result-caution .rc-title .strong1 {
  color: #5abe7b;
}

.result-caution .rc-title .strong2 {
  color: #fa3d11;
}

.result-caution #result-caution-type {
  left: -30px;
  position: absolute;
  top: -20px;
}
@media screen and (max-width: 768px) {
  .result-caution #result-caution-type {
    left: 0;
    position: relative;
    top: 0px;
  }
}

.result-caution .rc-title-2 {
  margin-top: 8px;
}

.result-caution .rc-text {
  font-size: 1.4em;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .result-caution .rc-box {
    margin-bottom: 15px;
  }
}

.result-caution .rc-box2 .rc-boxL {
  float: left;
  width: 780px;
}
@media screen and (max-width: 768px) {
  .result-caution .rc-box2 .rc-boxL {
    width: 100%;
  }
}

.result-caution .rc-box2 .rc-boxR {
  float: right;
  width: 158px;
}
@media screen and (max-width: 768px) {
  .result-caution .rc-box2 .rc-boxR {
    width: 100%;
  }
}

.result-caution .rc-box2 .rc-boxR .btnPrent {
  color: #fa3d11;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 42px;
  position: absolute;
  text-decoration: none;
  width: 158px;
}
@media screen and (max-width: 768px) {
  .result-caution .rc-box2 .rc-boxR .btnPrent {
    margin-top: 10px;
    position: relative;
    width: 100%;
  }
}

.result-caution .rc-box2 .rc-boxR .btnPrent p {
  padding-left: 53px;
  position: relative;
  z-index: 2;
}

.result-caution .rc-box2 .rc-boxR .btnPrent img {
  left: 0;
  position: absolute;
  top: 0;
}

.result-caution .rc-box {
  margin-top: 30px;
}

.result-caution .rc-box .rc-boxL {
  float: left;
  width: 477px;
}
@media screen and (max-width: 768px) {
  .result-caution .rc-box .rc-boxL {
    float: none;
    width: 100%;
  }
}

.result-caution .rc-box .rc-boxL .rc-boxL-title {
  border: 3px solid #49b26b;
  border-radius: 28px;
  color: #49b26b;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 25px;
  margin-left: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .result-caution .rc-box .rc-boxL .rc-boxL-title {
    margin-left: 0;
  }
}

.result-caution .rc-box .rc-boxL .rc-boxL-box {
  border-bottom: 1px dotted #4c4948;
  margin: 15px auto 0;
  padding-bottom: 15px;
  width: 404px;
}
@media screen and (max-width: 768px) {
  .result-caution .rc-box .rc-boxL .rc-boxL-box {
    width: 100%;
  }
}

.result-caution .rc-box .rc-boxL .rc-boxL-box .rc-boxL-boxL {
  float: left;
  width: 178px;
}
@media screen and (max-width: 768px) {
  .result-caution .rc-box .rc-boxL .rc-boxL-box .rc-boxL-boxL {
    float: none;
    width: 100%;
  }
}

.result-caution .rc-box .rc-boxL .rc-boxL-box .rc-boxL-boxR {
  float: right;
  width: 178px;
}
@media screen and (max-width: 768px) {
  .result-caution .rc-box .rc-boxL .rc-boxL-box .rc-boxL-boxR {
    float: none;
    width: 100%;
  }
}

.result-caution .rc-box .rc-boxL .rc-boxL-box .rc-boxL-boxC {
  float: left;
  margin-left: 89px;
  width: 178px;
}
@media screen and (max-width: 768px) {
  .result-caution .rc-box .rc-boxL .rc-boxL-box .rc-boxL-boxC {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}

.result-caution .rc-box .rc-boxL .rc-boxL-box .rc-boxL-box-title {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}

.result-caution .rc-box .rc-boxL .rc-boxL-box .rc-boxL-box-img {
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  .result-caution .rc-box .rc-boxL .rc-boxL-box .rc-boxL-box-img {
    margin: 9px auto 0 auto;
    text-align: center;
  }
}

.result-caution .rc-box .rc-boxL .rc-boxL-box .rc-boxL-box-img img {
  border: 1px solid #bfbfbf;
  vertical-align: top;
}

.result-caution .rc-box .rc-boxL .rc-boxL-box .rc-boxL-box-text {
  font-size: 1.3em;
  letter-spacing: -1px;
  line-height: 1.4em;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .result-caution .rc-box .rc-boxL .rc-boxL-box .rc-boxL-box-text br {
    display: none;
  }
}

.result-caution .rc-box .rc-boxL .rc-boxL-text {
  font-size: 1.4em;
  margin-top: 12px;
}

.result-caution .rc-box .rc-boxL .scrollable-table {
  /* 水平方向にスクロールバーを表示 */
  margin: 0 auto;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .result-caution .rc-box .rc-boxL .scrollable-table {
    margin-bottom: 10px;
  }
}
.result-caution .rc-box .rc-boxL .scrollable-table .rc-boxL-table {
  margin-top: 7px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .result-caution .rc-box .rc-boxL .scrollable-table .rc-boxL-table {
    width: 500px;
  }
}

.result-caution .rc-box .rc-boxL .rc-boxL-table .col1 {
  width: 206px;
}

.result-caution .rc-box .rc-boxL .rc-boxL-table .col2 {
  width: 142px;
}

.result-caution .rc-box .rc-boxL .rc-boxL-table thead th {
  background: #bbd185;
  font-size: 1.4em;
  font-weight: normal;
  height: 27px;
  line-height: 27px;
  text-align: center;
  vertical-align: middle;
}

.result-caution .rc-box .rc-boxL .rc-boxL-table thead th.col2 {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.result-caution .rc-box .rc-boxL .rc-boxL-table tbody td {
  background: #f2f9e1;
  font-size: 1.4em;
  font-weight: bold;
  height: 53px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
}

.result-caution .rc-box .rc-boxL .rc-boxL-table tbody td.col2 {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.result-caution .rc-box .rc-boxR {
  float: right;
  width: 436px;
}
@media screen and (max-width: 768px) {
  .result-caution .rc-box .rc-boxR {
    float: none;
    width: 100%;
  }
}

.result-caution .rc-box .rc-boxR dl {
  margin-bottom: 12px;
}

.result-caution .rc-box .rc-boxR dl dt {
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 33px;
  padding-left: 12px;
}
@media screen and (max-width: 768px) {
  .result-caution .rc-box .rc-boxR dl dt {
    padding: 10px 0;
    text-align: center;
  }
}

.result-caution .rc-box .rc-boxR dl dd {
  padding: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .result-caution .rc-box .rc-boxR dl dd {
    padding: 10px;
  }
}

.result-caution .rc-box .rc-boxR dl dd .rc-boxR-box-text {
  column-gap: 10px;
  display: flex;
  font-size: 1.4em;
  letter-spacing: -1px;
  line-height: 1.4em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .result-caution .rc-box .rc-boxR dl dd .rc-boxR-box-text br {
    display: none;
  }
}

.result-caution .rc-box .rc-boxR dl dd .rc-boxR-box-text span {
  color: #f1694e;
  font-weight: bold;
}

.result-caution .rc-box .rc-boxR dl dd .rc-boxR-box-text0 {
  color: #f1694e;
  font-size: 1.4em;
  letter-spacing: -1px;
  line-height: 1.4em;
}

.result-caution .rc-box .rc-boxR dl dd .rc-boxR-box-text1 {
  font-size: 1.4em;
  letter-spacing: -1px;
  line-height: 1.4em;
  margin-top: 8px;
}

.result-caution .rc-box .rc-boxR dl dd .rc-boxR-box-text2 {
  font-size: 1.4em;
  letter-spacing: -1px;
  line-height: 1.4em;
}

.result-caution .rc-box .rc-boxR dl dd .rc-boxR-box-door-title {
  background: #e8e8e8;
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 25px;
  margin-top: 4px;
  text-align: center;
  width: 100%;
}

.result-caution .rc-box .rc-boxR dl dd .rc-boxR-box-door-img {
  margin-top: 9px;
  text-align: center;
}

.result-caution .rc-box .rc-boxR dl dd .rc-boxR-box-door-text {
  font-size: 1.4em;
  letter-spacing: -1px;
  line-height: 1.4em;
  margin-top: 7px;
}

.result-caution .rc-box .rc-boxR dl dd .rc-boxR-box-btn {
  background: #e8e8e8;
  border-bottom: 4px solid #bfbfbf;
  border-radius: 3px;
  color: #333;
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 48px;
  margin-top: 6px;
  text-align: center;
  text-decoration: none;
  width: 232px;
}

.result-caution .rc-box .rc-boxR dl dd .waku {
  border: 1px solid #f1694e;
  color: #f1694e;
  display: inline-block;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0 5px;
  padding: 0 5px;
  vertical-align: middle;
}

.result-caution .rc-box .rc-boxR dl.rc-boxR-box1 {
  border: 1px solid #fa3d11;
}

.result-caution .rc-box .rc-boxR dl.rc-boxR-box1 dt {
  background: #fa3d11;
}
@media screen and (max-width: 768px) {
  .result-caution .rc-box .rc-boxR dl.rc-boxR-box1 dt {
    padding: 10px 0;
    text-align: center;
  }
}

.result-caution .rc-box .rc-boxR dl.rc-boxR-box1 dd {
  height: auto;
  padding-bottom: 15px;
  padding-top: 12px;
}

.result-caution .rc-box .rc-boxR dl.rc-boxR-box2 {
  border: 1px solid #5abe7b;
}

.result-caution .rc-box .rc-boxR dl.rc-boxR-box2 dt {
  background: #5abe7b;
}

.result-caution .rc-box .rc-boxR dl.rc-boxR-box2 dd {
  align-items: center;
  box-sizing: border-box;
  column-gap: 15px;
  display: flex;
  width: 100%;
}

.result-caution .rc-box .rc-boxR dl.rc-boxR-box2 dd .rc-boxR-box-text1 {
  margin-top: 0;
}

.result-caution .rc-box .rc-boxR dl.rc-boxR-box2 dd .rc-boxR-box-icon {
  left: 17px;
  top: 36px;
}

.result-caution .rc-box .rc-boxR dl.rc-boxR-box2 dd .rc-boxR-box-text1 {
  color: #f1694e;
}

.resultCautionSettingDetail {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.resultCautionSettingDetail .bg {
  -ms-filter: "alpha(opacity=50)";
  background-color: #000000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  width: 100%;
}

.resultCautionSettingDetail .main {
  position: fixed;
}

.resultCautionSettingDetail .content {
  background: #ffffff;
  border-radius: 5px;
  padding: 5px 5px 10px;
  width: 900px;
}
@media screen and (max-width: 768px) {
  .resultCautionSettingDetail .content {
    width: 100%;
  }
}

.resultCautionSettingDetail .close {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .resultCautionSettingDetail .close {
    top: -30px;
  }
}

.resultDishDetail {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.resultDishDetail .bg {
  -ms-filter: "alpha(opacity=50)";
  background-color: #000000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  width: 100%;
}

.resultDishDetail .main {
  position: fixed;
}

.resultDishDetail .type1 {
  background: #ffffff;
  border-radius: 5px;
  padding: 5px 5px 10px;
  width: 900px;
}

.resultDishDetail .type1 .title {
  background-color: #999999;
  color: #ffffff;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  width: 100%;
}

.resultDishDetail .type1 .text {
  font-size: 15px;
  line-height: 39px;
}

.resultDishDetail .type1 table {
  border: 1px solid #cccccc;
  font-size: 13px;
  width: 100%;
}

.resultDishDetail .type1 table td,
.resultDishDetail .type1 table th {
  border: 1px solid #cccccc;
}

.resultDishDetail .type1 table thead th {
  text-align: center;
}

.resultDishDetail .type1 table thead th.col1 {
  background: #f1f1f1;
  line-height: 15px;
  width: 87px;
}

.resultDishDetail .type1 table thead th.col2 {
  background: #fefbae;
  line-height: 26px;
}

.resultDishDetail .type1 table thead th.col3 {
  background: #fee5c1;
  line-height: 26px;
}

.resultDishDetail .type1 table thead th.col4 {
  background: #cef2fa;
  line-height: 26px;
}

.resultDishDetail .type1 table thead td {
  height: 55px;
  padding-top: 10px;
  text-align: center;
  vertical-align: top;
  width: 160px;
}

.resultDishDetail .type1 table tbody th {
  background: #f1f1f1;
  line-height: 15px;
  text-align: center;
}

.resultDishDetail .type1 table tbody td {
  vertical-align: top;
}

.resultDishDetail .type1 table tbody td .num {
  background: #e7e7e7;
  border-radius: 3px;
  line-height: 25px;
  margin: 12px auto 0;
  text-align: center;
  width: 126px;
}

.resultDishDetail .type1 table tbody td .img {
  margin-top: 11px;
  padding-bottom: 20px;
  text-align: center;
}

.resultDishDetail .type1 table tbody td ul {
  padding: 20px 10px 15px;
}

.resultDishDetail .type1 table tbody td ul li {
  padding-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

.resultDishDetail .type1 table tbody td ul li span {
  color: #fa3d11;
}

.resultDishDetail .type1 .btnClose {
  position: absolute;
  right: 5px;
  top: -30px;
}

.resultDoorChangeDetail {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.resultDoorChangeDetail .bg {
  -ms-filter: "alpha(opacity=50)";
  background-color: #000000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  width: 100%;
}

.resultDoorChangeDetail .main {
  position: fixed;
}

.resultDoorChangeDetail .type1 {
  background: #ffffff;
  border-radius: 5px;
  padding: 5px 5px 10px;
  width: 900px;
}
@media screen and (max-width: 768px) {
  .resultDoorChangeDetail .type1 {
    width: 100%;
  }
}

.resultDoorChangeDetail .type1 .title {
  background-color: #999999;
  color: #ffffff;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  width: 100%;
}

.resultDoorChangeDetail .type1 .imgBox {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .resultDoorChangeDetail .type1 .imgBox {
    display: flex;
    width: 100%;
  }
}

.resultDoorChangeDetail .type1 .boxL {
  float: left;
  width: 570px;
}
@media screen and (max-width: 768px) {
  .resultDoorChangeDetail .type1 .boxL {
    float: none;
    width: auto;
  }
}

.resultDoorChangeDetail .type1 .boxR {
  float: right;
  width: 324px;
}
@media screen and (max-width: 768px) {
  .resultDoorChangeDetail .type1 .boxR {
    float: none;
    width: auto;
  }
}

.resultDoorChangeDetail .type1 ul {
  margin: 8px 7px 0;
}

.resultDoorChangeDetail .type1 ul li {
  color: #333333;
  font-size: 12px;
}

.resultDoorChangeDetail .type1 ul li.strng {
  color: #f93002;
}

.resultDoorChangeDetail .type1 .btnClose {
  position: absolute;
  right: 5px;
  top: -30px;
}

.resultModalDoor {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.resultModalDoor .bg {
  -ms-filter: "alpha(opacity=50)";
  background-color: #000000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  width: 100%;
}

.resultModalDoor .main {
  position: fixed;
}

.resultModalDoor .type1 {
  background: #ffffff;
  border-radius: 5px;
  padding: 5px 5px 10px;
  width: 548px;
}
@media screen and (max-width: 768px) {
  .resultModalDoor .type1 {
    width: 100%;
  }
}

.resultModalDoor .type1 .title {
  background-color: #999999;
  color: #ffffff;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  width: 100%;
}

.resultModalDoor .type1 .img {
  margin-top: 12px;
}

.resultModalDoor .type1 .text {
  font-size: 13px;
  margin-top: 10px;
}

.resultModalDoor .type1 .imgBox {
  margin: 10px 0;
}

.resultModalDoor .type1 .imgBox .imgL {
  float: left;
}

.resultModalDoor .type1 .imgBox .imgC {
  float: left;
  margin-left: 16px;
}

.resultModalDoor .type1 .imgBox .imgR {
  float: right;
}

.resultModalDoor .type1 .btnClose {
  position: absolute;
  right: 5px;
  top: -30px;
}
.resultModalOkuyukiKeisan {
  box-sizing: border-box;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.resultModalOkuyukiKeisan.is-active {
  align-items: center;
  display: block;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.resultModalOkuyukiKeisan.is-active .bg {
  -ms-filter: "alpha(opacity=50)";
  background-color: #000000;
  box-sizing: border-box;
  filter: alpha(opacity=50);
  height: 100%;
  height: 100dvh; /* ビューポートの高さ全体 */
  opacity: 0.5;
  position: fixed; /* 画面に固定 */
  width: 100%;
  width: 100dvw; /* ビューポートの幅全体 */
}

.resultModalOkuyukiKeisan .main {
  position: fixed;
}
@media screen and (max-width: 768px) {
  .resultModalOkuyukiKeisan .main {
    box-sizing: border-box;
  }
}

.resultModalOkuyukiKeisan .type1 {
  background: #ffffff;
  border-radius: 5px;
  max-height: calc(95% - 100px);
  padding: 15px 33px 30px;
  width: 770px;
}
@media screen and (max-width: 768px) {
  .resultModalOkuyukiKeisan .type1 {
    height: calc(95% - 100px);
    overflow-y: auto;
    padding: 15px 15px 15px;
    width: calc(100% - 20px);
  }
}

.resultModalOkuyukiKeisan .type1 .title {
  background-color: #999999;
  color: #ffffff;
  font-size: 22px;
  line-height: 42px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .resultModalOkuyukiKeisan .type1 .title {
    font-size: 18px;
    line-height: 35px;
  }
}

.resultModalOkuyukiKeisan .type1 .img {
  display: block;
  height: auto;
  margin-top: 12px;
  text-align: center;
  width: 100%;
}
.resultModalOkuyukiKeisan .type1 .img img {
  max-height: 100%;
  max-width: 100%;
}

.resultModalOkuyukiKeisan .type1 .text1 {
  font-size: 16px;
  line-height: 30px;
  margin-top: 16px;
}

.resultModalOkuyukiKeisan .type1 .text2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  margin-top: 25px;
}

.resultModalOkuyukiKeisan .type1 .text3 {
  font-size: 15px;
  line-height: 18px;
  margin-top: 12px;
}

.resultModalOkuyukiKeisan .type1 .color1 {
  color: #ff3366;
}

.resultModalOkuyukiKeisan .type1 .color2 {
  color: #3366ff;
}

.resultModalOkuyukiKeisan .type1 .btnClose {
  position: absolute;
  right: 5px;
  top: -30px;
}
@media screen and (max-width: 768px) {
  .resultModalOkuyukiKeisan .type1 .btnClose {
    position: fixed;
    position: -webkit-fixed;
    right: 15px;
    top: 30px;
    z-index: 100;
  }
}

.resultNotesDetail {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.resultNotesDetail .bg {
  -ms-filter: "alpha(opacity=50)";
  background-color: #000000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  width: 100%;
}

.resultNotesDetail .main {
  position: fixed;
}

.resultNotesDetail .P45_K02 {
  background: #ffffff;
  border-radius: 3px;
  padding: 5px;
  width: 900px;
}
@media screen and (max-width: 768px) {
  .resultNotesDetail .P45_K02 {
    box-sizing: border-box;
    width: 100%;
  }
}

.resultNotesDetail .P45_K02 .boxL {
  float: left;
  width: 570px;
}
@media screen and (max-width: 768px) {
  .resultNotesDetail .P45_K02 .boxL {
    float: none;
    width: 100%;
  }
  .resultNotesDetail .P45_K02 .boxL img {
    height: auto;
    width: 100%;
  }
}

.resultNotesDetail .P45_K02 .boxL .lead {
  background-color: #999999;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
}

.resultNotesDetail .P45_K02 .boxR {
  float: right;
  width: 320px;
}
@media screen and (max-width: 768px) {
  .resultNotesDetail .P45_K02 .boxR {
    float: none;
    width: 100%;
  }
}

.resultNotesDetail .P45_K02 .boxR .lead {
  background-color: #999999;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
}

.resultNotesDetail .P45_K02 .btnClose {
  position: absolute;
  right: 5px;
  top: -30px;
}

.resultNotesDetail .P60_F {
  background: #ffffff;
  border-radius: 3px;
  padding: 5px;
  padding-bottom: 22px;
  width: 398px;
}
@media screen and (max-width: 768px) {
  .resultNotesDetail .P60_F {
    box-sizing: border-box;
    width: 100%;
  }
}

.resultNotesDetail .P60_F .lead {
  background-color: #999999;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 22px;
  text-align: center;
}

.resultNotesDetail .P60_F .btnClose {
  position: absolute;
  right: 5px;
  top: -30px;
}

.resultNotesDetail .NP45MC6T {
  background: #ffffff;
  border-radius: 3px;
  padding: 8px 10px;
  width: 390px;
}
@media screen and (max-width: 768px) {
  .resultNotesDetail .NP45MC6T {
    box-sizing: border-box;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .resultNotesDetail .NP45MC6T .clearFix {
    display: flex;
  }
}

.resultNotesDetail .NP45MC6T .text {
  color: #333;
  float: left;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.5em;
  width: 180px;
}
@media screen and (max-width: 768px) {
  .resultNotesDetail .NP45MC6T .text {
    float: none;
    width: auto;
  }
}

.resultNotesDetail .NP45MC6T .img {
  float: right;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .resultNotesDetail .NP45MC6T .img {
    float: none;
    width: auto;
  }
}

.resultNotesDetail .NP45MC6T .btnClose {
  position: absolute;
  right: 5px;
  top: -35px;
}

html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0px;
  padding: 0px;
}

table {
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
}

fieldset, img {
  border: 0px;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

h1 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0px;
}

/* ClearFix start */
.clearFix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearFix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearFix {
  height: 1%;
}

.clearFix {
  display: block;
}

/* end MacIE5 */
/* ClearFix end */
body {
  font-size: 62.5%;
}

li {
  font-size: 1em;
}

body {
  color: #4c4948;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#contents {
  margin: 0 auto 0;
  width: 960px;
}
@media screen and (max-width: 1280px) {
  #contents {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  #contents {
    width: 90%;
  }
}

#contents h1 {
  background-color: #5abe7b;
  border-radius: 5px;
  color: #ffffff;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 28px;
  padding-left: 15px;
}

#contents h1 span {
  border-left: 1px dotted #ffffff;
  margin-left: 8px;
  padding-left: 10px;
}

#contents .unitImg {
  vertical-align: middle;
}

#contents .topText {
  margin-top: 18px;
}

#contents .topText dt {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 7px;
}

#contents .topText dd p {
  float: left;
  line-height: 28px;
  vertical-align: text-bottom;
}

#contents .topText dd p .text, #contents .topText dd p .info {
  font-size: 1.3em;
}

#contents .topText dd p strong {
  background-color: #f5e134;
  border-radius: 5px;
  display: inline-block;
  font-weight: bold;
  margin-right: 6px;
  padding: 0 13px;
}

#contents .topText dd p strong b {
  font-size: 1.4em;
}

#contents .topText dd a {
  display: block;
  float: right;
}

#contents .topText .boxL {
  float: left;
}

#contents .topText .boxR {
  float: right;
}

#contents .now-new {
  font-size: 1.3em;
}

#contents .now-new th, #contents .now-new td {
  border: 1px solid #e8e8e8;
  height: 26px;
  padding: 0px;
  vertical-align: middle;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #contents .now-new th, #contents .now-new td {
    height: 20px;
  }
}

#contents .now-new th {
  font-weight: bold;
}

#contents .now-new .model {
  background-color: #fff;
  left: 21px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #contents .now-new .model {
    left: 32px;
  }
}
#contents .now-new .now-head th {
  background-color: #F2F9E1;
}
@media screen and (max-width: 768px) {
  #contents .now-new .now-head th {
    padding: 0.7rem 1.275rem;
  }
}
#contents .now-new .now-use, #contents .now-new .now-use th {
  background-color: #f5e134;
}
#contents .now-new th.col {
  height: 100%;
  letter-spacing: 0.2em;
  width: 1rem;
}
#contents .now-new th.col span {
  -ms-writing-mode: tb-rl;
  white-space: pre;
  width: 1rem;
  writing-mode: vertical-rl;
}
#contents .now-new th.col.deep {
  background: #fff2cc;
}
#contents .now-new th.col.middle {
  background: #fbe5d6;
}

#contents .now-new th {
  padding: 0.6em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contents .now-new th {
    padding: 0.9rem 0.5rem;
  }
}

#contents .now-new .value1 {
  text-align: right;
  width: 14%;
}
#contents .now-new .value1 span {
  font-weight: bold;
  margin-right: 3.1rem;
}
@media screen and (max-width: 820px) {
  #contents .now-new .value1 span {
    margin-right: 2.8em;
  }
}
@media screen and (max-width: 768px) {
  #contents .now-new .value1 {
    text-align: center;
  }
  #contents .now-new .value1 span {
    margin: 0 1.5rem;
  }
}

#contents .now-new td.value2, .value3 {
  text-align: center;
}
#contents .now-new td.value2 span, .value3 span {
  font-size: 1em;
  font-weight: bold;
  line-height: 0.45;
  margin-left: 0.6em;
}

#contents .now-new td.value2 span {
  font-weight: bold;
}

#contents .note {
  font-size: 1.3em;
  line-height: 16px;
  margin-bottom: 15px;
}

#contents .note dt {
  float: left;
  margin-bottom: 0.3rem;
  width: 80px;
}

#contents .note dd {
  float: left;
}

#contents .note dd ol li {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #contents .note dd ol li {
    line-height: 1.6;
    margin-bottom: 0;
  }
}

#contents .note dd ol li span {
  margin-left: 10px;
}

#contents .note dd p {
  margin-left: 500px;
  margin-top: -18px;
}

#contents #error {
  color: #ff0000;
  display: none;
  font-size: 1.3em;
  margin: 16px auto 0;
  width: 940px;
}

#contents #hideColumnButton::before {
  content: "全ての項目を見る";
}
#contents #hideColumnButton.open::before {
  content: "項目を閉じる";
}
#contents .btn--window {
  display: none;
}
@media screen and (max-width: 768px) {
  #contents .btn--window {
    display: inline-block;
    font-size: 13px;
    margin-top: 3px;
    padding: 10px 5px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  #contents .sp--hidden {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #contents .table_box--border {
    border: 1px solid #e8e8e8;
    margin: 1rem 0 1.4rem;
    z-index: 5;
  }
}
#contents .table_box {
  -webkit-overflow-scrolling: touch;
  margin: 1rem 0 1.4rem;
  overflow-x: auto;
  overflow-y: auto;
}
#contents .table_box::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  #contents .table_box {
    height: 480px;
    margin: 0;
  }
}
#contents table {
  -webkit-border-horizontal-spacing: 0;
  -webkit-border-vertical-spacing: 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
#contents .sticky_row {
  background: none;
  border-left: none;
  border-right: none;
  left: 0;
  position: sticky;
  position: -webkit-sticky;
}
#contents .sticky_row::before {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  content: "";
  height: 100%;
  left: -1px;
  position: absolute;
  right: -1px;
  top: 0;
  width: 100%;
  z-index: -1;
}
#contents .sticky_col {
  background: none;
  border: none;
  left: 0;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 2;
}
#contents .sticky_col::before {
  content: "";
  height: 100%;
  left: -1px;
  position: absolute;
  top: -2px;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #contents .sticky_col::before {
    border-bottom: 1px solid #000;
    top: -1px;
  }
}
#contents .sticky_cross {
  background: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: none;
  left: 0;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 100;
}
#contents .sticky_cross::before {
  border-right: 1px solid #e8e8e8;
  bottom: 0;
  content: "";
  height: 100%;
  left: -1px;
  position: absolute;
  top: -1.5px;
  width: 100%;
  z-index: -1;
}

#subArea {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#subArea .bg {
  -ms-filter: "alpha(opacity=50)";
  background-color: #000000;
  filter: alpha(opacity=50);
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
#subArea .main {
  background-color: #ffffff;
  border-radius: 5px;
  height: 431px;
  left: 50%;
  margin-left: -388px;
  margin-top: -216px;
  position: absolute;
  position: fixed;
  top: 50%;
  width: 775px;
}
@media screen and (max-width: 768px) {
  #subArea .main {
    height: auto;
    margin: 0;
    padding-bottom: 5px;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
  }
}
#subArea .main .mainContent {
  height: 425px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #subArea .main .mainContent {
    height: auto;
  }
}
#subArea .main .mainContent .contentBox {
  max-width: 100%;
  position: relative;
}
#subArea .main .mainContent .contentBox img {
  height: auto;
  width: 775px;
}
@media screen and (max-width: 768px) {
  #subArea .main .mainContent .contentBox img {
    max-width: 100%;
  }
}
#subArea .main .mainContent .btn {
  color: #333333;
  left: 578px;
  position: absolute;
  top: 80px;
}
#subArea .main .mainContent .btn p {
  font-size: 13px;
  font-weight: bold;
  left: 23px;
  line-height: 46px;
  position: absolute;
  top: 0;
}
#subArea .main .mainContent .close {
  left: 727px;
  position: absolute;
  top: 18px;
}
@media screen and (max-width: 768px) {
  #subArea .main .mainContent .close {
    left: auto;
    right: 10px;
    top: -36px;
  }
}
#subArea .main ul {
  height: 187px;
  position: relative;
}
#subArea .main ul li {
  height: 93px;
  position: absolute;
  top: 0;
}
#subArea .main ul li a {
  background-color: #f3f3f3;
  border-bottom: 4px solid #f3f3f3;
  border-top: 1px solid #d8d8d8;
  display: table-cell;
  height: 92px;
  text-align: center;
  vertical-align: middle;
}
#subArea .main ul li a:hover {
  background-color: #e3e3e3;
  border-bottom: 4px solid #e3e3e3;
}
#subArea .main ul li a.active {
  background-color: #ffffff;
  border-bottom: 4px solid #ffffff;
  border-top: 1px solid #ffffff;
}
#subArea .main ul li a.active:hover {
  background-color: #ffffff;
}
#subArea .main ul li.btn0 {
  left: 0;
  width: 128px;
}
#subArea .main ul li.btn0 a {
  width: 127px;
}
#subArea .main ul li.btn0 a.active {
  border-bottom: 4px solid #003685;
}
#subArea .main ul li.btn0 a.active:hover {
  border-bottom: 4px solid #003685;
}
#subArea .main ul li.btn1 {
  border-left: 1px solid #d8d8d8;
  left: 128px;
  width: 128px;
}
#subArea .main ul li.btn1 a {
  width: 127px;
}
#subArea .main ul li.btn1 a.active {
  border-bottom: 4px solid #003685;
}
#subArea .main ul li.btn1 a.active:hover {
  border-bottom: 4px solid #003685;
}
#subArea .main ul li.btn2 {
  left: 256px;
  width: 128px;
}
#subArea .main ul li.btn2 a {
  border-left: 1px solid #d8d8d8;
  width: 127px;
}
#subArea .main ul li.btn2 a.active {
  border-bottom: 4px solid #5e3600;
}
#subArea .main ul li.btn2 a.active:hover {
  border-bottom: 4px solid #5e3600;
}
#subArea .main ul li.btn3 {
  border-left: 1px solid #d8d8d8;
  left: 384px;
  width: 128px;
}
#subArea .main ul li.btn3 a {
  width: 127px;
}
#subArea .main ul li.btn3 a.active {
  border-bottom: 4px solid #000000;
}
#subArea .main ul li.btn3 a.active:hover {
  border-bottom: 4px solid #000000;
}
#subArea .main ul li.btn4 {
  border-left: 1px solid #d8d8d8;
  left: 512px;
  width: 128px;
}
#subArea .main ul li.btn4 a {
  width: 127px;
}
#subArea .main ul li.btn4 a.active {
  border-bottom: 4px solid #f6821f;
}
#subArea .main ul li.btn4 a.active:hover {
  border-bottom: 4px solid #f6821f;
}
#subArea .main ul li.btn5 {
  border-left: 1px solid #d8d8d8;
  left: 640px;
  width: 134px;
}
#subArea .main ul li.btn5 a {
  width: 133px;
}
#subArea .main ul li.btn5 a.active {
  border-bottom: 4px solid #bf9000;
}
#subArea .main ul li.btn5 a.active:hover {
  border-bottom: 4px solid #bf9000;
}
#subArea .main ul li.btn6 {
  border-left: 1px solid #d8d8d8;
  left: 0;
  top: 97px;
  width: 128px;
}
#subArea .main ul li.btn6 a {
  border-radius: 0 0 0 5px;
  width: 127px;
}
#subArea .main ul li.btn6 a.active {
  border-bottom: 4px solid #f6821f;
  border-top: 1px solid #d8d8d8;
}
#subArea .main ul li.btn6 a.active:hover {
  border-bottom: 4px solid #f6821f;
}
#subArea .main ul li.btn7 {
  border-left: 1px solid #d8d8d8;
  left: 128px;
  top: 97px;
  width: 128px;
}
#subArea .main ul li.btn7 a {
  width: 127px;
}
#subArea .main ul li.btn7 a.active {
  border-bottom: 4px solid #0aaae6;
  border-top: 1px solid #d8d8d8;
}
#subArea .main ul li.btn7 a.active:hover {
  border-bottom: 4px solid #0aaae6;
}
#subArea .main ul li.btn8 {
  border-left: 1px solid #d8d8d8;
  left: 256px;
  top: 97px;
  width: 128px;
}
#subArea .main ul li.btn8 a {
  width: 127px;
}
#subArea .main ul li.btn8 a.active {
  border-bottom: 4px solid #0aaae6;
  border-top: 1px solid #d8d8d8;
}
#subArea .main ul li.btn8 a.active:hover {
  border-bottom: 4px solid #0aaae6;
}
#subArea .main ul li.btn9 {
  border-left: 1px solid #d8d8d8;
  left: 384px;
  top: 97px;
  width: 128px;
}
#subArea .main ul li.btn9 a {
  width: 127px;
}
#subArea .main ul li.btn9 a.active {
  border-bottom: 4px solid #3366cc;
  border-top: 1px solid #d8d8d8;
}
#subArea .main ul li.btn9 a.active:hover {
  border-bottom: 4px solid #3366cc;
}
#subArea .main ul li.btn10 {
  border-left: 1px solid #d8d8d8;
  left: 512px;
  top: 97px;
  width: 128px;
}
#subArea .main ul li.btn10 a {
  width: 127px;
}
#subArea .main ul li.btn10 a.active {
  border-bottom: 4px solid #f15b66;
  border-top: 1px solid #d8d8d8;
}
#subArea .main ul li.btn10 a.active:hover {
  border-bottom: 4px solid #f15b66;
}
#subArea .main ul li.btn11 {
  border-left: 1px solid #d8d8d8;
  left: 640px;
  top: 97px;
  width: 134px;
}
#subArea .main ul li.btn11 a {
  border-radius: 0 0 5px 0;
  width: 133px;
}
#subArea .main ul li.btn11 a.active {
  border-bottom: 4px solid #00ad7d;
  border-top: 1px solid #d8d8d8;
}
#subArea .main ul li.btn11 a.active:hover {
  border-bottom: 4px solid #00ad7d;
}

#error {
  font-size: 13px;
  margin-top: 40px;
}

#error p {
  line-height: 20px;
  margin-bottom: 15px;
}

#error p.more {
  color: #0000ff;
}

#error p.hinmei {
  border-bottom: 1px solid #e8e8e8;
  font-size: 12px;
  padding-bottom: 18px;
}

#error p.hinmei strong {
  background-color: #f5e134;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 27px;
  margin-right: 10px;
  padding: 0 14px;
  vertical-align: text-bottom;
}

#error p.hinmei strong span {
  font-size: 12px;
  margin-left: 10px;
}

#error .linkbox {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 18px;
}

#error .linkbox p {
  margin: 0;
}

#error .linkbox p.hinmei {
  border-bottom: none;
  float: left;
  padding-bottom: 0;
}

#error .linkbox p.link {
  float: right;
  margin-top: 10px;
  padding: 0 13px;
  position: relative;
  width: 235px;
}
@media screen and (max-width: 768px) {
  #error .linkbox p.link {
    align-items: center;
    display: flex;
    float: none;
    width: 100%;
  }
}

#error .linkbox p.link a {
  color: #5abe7b;
  font-weight: bold;
  text-decoration: underline;
}

#error .linkbox p.link .icon {
  margin-top: -5px;
}

#error .linkbox p.link .iconR {
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  #error .linkbox p.link .iconR {
    align-items: center;
    display: flex;
    margin-left: 5px;
    margin-top: 0;
    position: static;
  }
}

.hidden-pc {
  display: none;
}
@media screen and (max-width: 768px) {
  .hidden-pc {
    display: inline-block;
  }
}

@media screen and (max-width: 1280px) {
  .hidden-tab {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .hidden-sp {
    display: none !important;
  }
}

.visible-tab {
  display: none;
}
@media screen and (max-width: 1280px) {
  .visible-tab {
    display: inline-block;
  }
}

.visible-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .visible-sp {
    display: inline-block;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */