#tsumuji {
  font-size: 16px;
}
#tsumuji * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#tsumuji .support_btn a {
  padding: 20px 0;
  max-width: 600px;
  width: 100%;
  display: block;
  /* height: 60px; */
  height: fit-content;
  margin-top: 60px;
  font-size: 20px;
}
#tsumuji .support_btn a + a {
  margin-top: 30px;
}
#tsumuji .support_btn a.is_blue {
  background: #3e3a39;
  position: relative;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#tsumuji .support_btn a span {
  font-size: 20px;
  line-height: 1.5;
}
#tsumuji .support_btn a.is_blue span {
  margin-left: 30px;
}
#tsumuji .support_btn a.is_blue img {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 210px);
}
@media only screen and (max-width: 768px) {
  #tsumuji .support_btn a.is_blue img {
  position: absolute;
  bottom: 10px;
  left: 30px;
  }
}
#tsumuji .support_btn a br.is_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #tsumuji .support_btn a br.is_sp {
  display: block;
  }
}
#tsumuji ul {
  margin: 0;
} 
#tsumuji ul li {
  list-style: none;
  margin: 0;
}
#tsumuji ul li a { 
    color: #156d9c;
    font-weight: bold;
    position: relative;
    margin-left: 20px;
}
#tsumuji ul li a:hover { 
    text-decoration: underline;
}
#tsumuji ul li a::before{
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0.7em;
    left: -.95em;
    width: 4px;
    height: 4px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#tsumuji ul li a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0.4em;
    left: -1.2em;
    width: 14px;
    height: 14px;
    background-color: #156d9c;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
#title_lp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #efefef;
}
#title_lp h2 {
  width: 50%;
    padding: 6vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
@media only screen and (max-width: 768px) {
  #title_lp h2 {
    width: 100%;
    padding-top: 10%;
  }
}
#title_lp h2 .is_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: relative; */
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  #title_lp h2 .is_logo {
    justify-content: end;
    font-size: 5.5vw;
    padding-right: 0;
  }
  
}

#title_lp h2 img.is_logo {
  display: block;
  height: auto;
  width: 41%;
  max-width: 260px;
}
@media only screen and (max-width: 768px) {
  #title_lp h2 img.is_logo {
    width: 25%;
    padding-right: 1.5vw;
  }
}
#title_lp h2 .is_circle {
  background: #c82a26;
  color: #FFF;
  font-size: 1.8vw;
  border-radius: 1000px;
  width: 7vw;
  height: 7vw;
  max-height: 130px;
  max-width: 130px;
  /* padding-top: 15%; */
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  line-height: 1;
  position: absolute;
  left: 2%;
  top: 7%;
}
@media only screen and (max-width: 768px) {
  #title_lp h2 .is_circle {
    font-size: 3.2vw;
    /* left: 0; */
    top: 10%;
    width: 13vw;
    height: 13vw;
    /* padding-top: 15%;*/
  }
}
#title_lp h2 .is_circle span {
  position: absolute;
  top: calc(50% - 0.8vw);
  margin-top: -2px;
}
/* #title_lp h2 .is_grd {
  background: rgb(37, 143, 199);
  background: linear-gradient(180deg, rgba(37, 143, 199, 1) 40%, rgba(126, 170, 116, 1) 60%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  max-width: 140px;
  max-height: 120px;
  font-size: 1.2vw;
  width: 20%;
  padding-top: 17%;
  position: relative;
  border-radius: 10px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #title_lp h2 .is_grd {
    font-size: 3vw;
    line-height: 1.25;
  }
}
#title_lp h2 .is_grd > span {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 5%;
  width: 100%;
  height: 100%;
}
#title_lp h2 .is_grd strong {
  font-size: 1.8vw;
  font-weight: 900;
} */
#title_lp h2 .is_ttl {
  color: #3e3a39;
  font-size: 3.3vw;
  font-weight: 900;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: space-around;;
  text-align: center;
  align-items: center;
  width: 100%;
  gap: 3%;
  margin-top: 4%;
}
@media only screen and (max-width: 768px) {
  #title_lp h2 .is_ttl {
    font-size: 7.5vw;
  }
}
#title_lp h2 .is_ttl h4 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 2vw;
  align-items: baseline;
  margin-bottom: 20px;
}
#title_lp h2 .is_ttl h4 img {
  vertical-align: bottom;
  height: 5vw;
  position: relative;
  bottom: -10px;
}
#title_lp h2 .is_ttl .size {
  position: relative;
  font-size: 5vw;
  font-weight: 600;
  line-height: 1;
  padding-left: 5.2rem;
}
#title_lp h2 .is_ttl .size::before {
  content: "ファン\A直径";
  white-space: pre;
  display: flex;
  position: absolute;
  font-size: 1vw;
  width: 3.5vw;
  height: 3.5vw;
  border: solid 2px #3e3a39;
  border-radius: 40px;
  left: -2vw;
  bottom: 0;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}
#title_lp h2 .is_ttl .size .small {
  font-size: 2vw;
}
@media only screen and (max-width: 768px) {
  #title_lp h2 .is_ttl h4 {
    gap: 10px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  #title_lp h2 .is_ttl h4 img {
    height: 40px;
    bottom: -5px;
  }
  #title_lp h2 .is_ttl .size {
    font-size: 4.0rem;
    padding-left: 2.6rem;
  }
  #title_lp h2 .is_ttl .size::before {
    font-size: 1rem;
    width: 35px;
    height: 35px;
    left: -20px;
    bottom: 0;
  }
  #title_lp h2 .is_ttl .size .small {
    font-size: 1.5rem;
  }
}
/* #title_lp h2 .is_ttl .is_big strong {
  font-weight: 900;
  color: #71a765;
}
@media only screen and (max-width: 768px) {
  #title_lp h2 .is_grd strong {
    font-size: 4vw;
  }
} */
#title_lp h2 .is_ttl small {
  font-size: 3vw;
  line-height: 1;
  display: block;
  margin-bottom: 3%;
}
@media only screen and (max-width: 768px) {
  #title_lp h2 .is_ttl small {
    font-size: 7.5vw;
  }
}
#title_lp h2 .is_cap {
  font-size: 1.2vw;
  text-align: center;
  margin-top: 4%;
  display: block;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #title_lp h2 .is_cap {
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.7;
  }
}

/* #title_lp h2 .is_cap .is_blue {
  color: #156d9c;
} */
#title_lp picture {
  width: 50%;
  padding-top: 35%;
  display: block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #title_lp picture {
    width: 100%;
    padding-top: 70%;
  }
}
#title_lp picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  right: 0;
}

#tsumuji #content02,
#tsumuji #specifications,
#tsumuji #installation,
#tsumuji #flow,
#tsumuji #content06 {
  margin-top: 90px;
}
@media only screen and (max-width: 768px) {
  #tsumuji #content02,
  #tsumuji #specifications,
  #tsumuji #installation,
  #tsumuji #flow,
  #tsumuji #content06 {
    margin-top: 40px;
  }
}
#tsumuji h3 {
  font-size: 3.2rem;
  font-weight: bold;
}
#tsumuji h4 {
  background-color: #595757;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 2.6rem;
  padding: 5px 20px 5px 40px;
  line-height: inherit;
  height: auto;
  margin-bottom: 40px;
 position: relative;
}
@media only screen and (max-width: 768px) {
  #tsumuji h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
/* ラベル部分 左上に表示 */
#tsumuji h4::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #D90214; /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 100;
}
#tsumuji h4::after {
  display: block;
  top: 5px;
  transform: rotate(-45deg);
  left: 0;
  position: absolute;
  z-index: 101;
}
#tsumuji h5 {
  border-bottom: 3px solid #D90214;
  font-weight: bold;
  font-size: 2.4rem;
  padding: 0 0 10px 0;
  margin:0 0 20px 0;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #tsumuji h5 {
    border-bottom: 3px solid #D90214;
    font-weight: bold;
    font-size: 20px;
    padding: 0 0 5px 0;
    margin:0 0 20px 0;
  }
}
#tsumuji h5 strong {
  color: #559fd6;
}
#tsumuji h5 + * {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #tsumuji h5 + * {
    margin-top: 20px;
  }
}
#tsumuji .lp_appeal {
  font-size: 24px;
  font-weight: 700;
}
#tsumuji .lp_appeal {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
#tsumuji .lp_appeal strong {
  color: #D90214;
  font-size: 36px;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  #tsumuji .lp_appeal {
    font-size: 20px;
    line-height: 1.7;
  }
  #tsumuji .lp_appeal strong {
    font-size: 20px;
  }
}
#tsumuji p {
  color: #595758;
  font-size: 16px;
}
#tsumuji .lp_appeal + p {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  #tsumuji .lp_appeal + p {
    margin-top: 20px;
  }
}
#tsumuji p strong {
  color: #D90214;
  font-weight: 700;
  font-size: inherit;
}
#tsumuji .bg_gray_list {
  background: #efefef;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  #tsumuji .bg_gray_list {
    margin-top: 20px;
  }
}
#tsumuji .bg_gray_list .bg_gray_list_image {
  /* max-width: 510px;
  width: 47.3%; */
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #tsumuji .bg_gray_list .bg_gray_list_image {
    /* padding-top: 100%; */
    width: 100%;
  }
}
#tsumuji .bg_gray_list .bg_gray_list_image video {
  height: 100%;
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
#tsumuji .bg_gray_list .bg_gray_list_text {
  /* width: 52.7%; */
  width: 100%;
  padding: 50px;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  #tsumuji .bg_gray_list .bg_gray_list_text {
    padding: 20px 4% 40px ;
    width: 100%;
    flex-direction: column;
  }
}
#tsumuji .bg_gray_list .bg_gray_list_text div {
  width: calc(50% - 15px);
}
@media only screen and (max-width: 768px) {
  #tsumuji .bg_gray_list .bg_gray_list_text div {
    width: 100%;
  }
}
#tsumuji .bg_gray_list .bg_gray_list_text p {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #tsumuji .bg_gray_list .bg_gray_list_text p {
    font-size: 20px;
  }
}
#tsumuji .bg_gray_list .bg_gray_list_text ul + p {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  #tsumuji .bg_gray_list .bg_gray_list_text ul + p {
    margin-top: 20px;
  }
}
#tsumuji .bg_gray_list .bg_gray_list_text .list {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  width: 100%;
}
#tsumuji .bg_gray_list .bg_gray_list_text ul {
  display: flex;
  /* flex-direction: column; */
  /* gap: 10px; */
  flex-wrap: wrap;
  margin-top: 30px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #tsumuji .bg_gray_list .bg_gray_list_text ul {
    margin-top: 20px;
}
}
#tsumuji .bg_gray_list .bg_gray_list_text ul li {
  width: 50%;
  font-size: 20px;
}
#tsumuji .bg_gray_list .bg_gray_list_text ul li span {
  color: #D90214;
}
@media only screen and (max-width: 768px) {
  #tsumuji .bg_gray_list .bg_gray_list_text ul li {
    font-size: 14px;
    padding-left: 1.2em;
    text-indent: -1.2em;
    line-height: 2;
  }
}
#tsumuji .bg_gray_list .bg_gray_list_text img {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #tsumuji .bg_gray_list .bg_gray_list_text img {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #tsumuji .bg_gray_list .bg_gray_list_text .is_pc {
    display: none;
  }
}
#tsumuji .bg_gray_list + .lp_appeal {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  #tsumuji .bg_gray_list + .lp_appeal {
    margin-top: 40px;
  }
}
#tsumuji .remocon_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #tsumuji .remocon_list {
    margin-top: 20px;
  }
}
#tsumuji .remocon_list > p{
  text-align: center;
  width: 40%;
}
@media only screen and (max-width: 768px) {
  #tsumuji .remocon_list > p{
    width: 60%;
    margin: 0 auto 20px;
  }
}
#tsumuji .remocon_list dl {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  #tsumuji .remocon_list dl {
    width: 100%;
  }
}
#tsumuji .remocon_list dl div {
  background: #efefef;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #tsumuji .remocon_list dl div {
    padding: 4%;
  }
}
#tsumuji .remocon_list dl div.is_timer {
  background: #e2f2fb;
  color: #D90214;
}
#tsumuji .remocon_list dl div + div {
  margin-top: 10px;
}
#tsumuji .remocon_list dl div dd {
  width: calc(100% - 170px);
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  #tsumuji .remocon_list dl div dd {
    width: calc(100% - 1.2em);
    margin: 5px 0 0 auto;
    letter-spacing: 0;
  }
}
#tsumuji .remocon_list dl div dd span {
  font-weight: 400;
}
#tsumuji .remocon_list + .lp_appeal {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  #tsumuji .remocon_list + .lp_appeal {
    margin-top: 40px;
  }
}
#tsumuji .feature_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #tsumuji .feature_list {
    margin-top: 30px;
  }
}
#tsumuji .feature_list li {
  background: #e2f2fb;
  width: calc((100% - 60px) / 3);
}
@media only screen and (max-width: 768px) {
  #tsumuji .feature_list li {
    width: 100%;
  }
  #tsumuji .feature_list li + li {
    margin-top: 20px;
  }
}
#tsumuji .feature_list li .feature_list_ttl {
  color: #D90214;
  font-size: 20px;
  font-weight: 900;
  padding: 20px 20px 0;
  line-height: 1;
  text-align: center;
}
#tsumuji .feature_list li p:not([class]) {
  padding: 20px;
}
#tsumuji .feature_list li p:not([class]) strong {
  color: #595757;
}
#tsumuji .feature_list_min {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  width: 100%;
  gap: 40px 0;
}
@media only screen and (max-width: 768px) {
  #tsumuji .feature_list_min {
    margin-top: 20px;
  }
}
#tsumuji .feature_list_min li {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  width: calc(50% - 15px);
}
@media only screen and (max-width: 768px) {
  #tsumuji .feature_list_min li {
    gap: 15px;
    width: 100%;
  }
}
#tsumuji .feature_list_min li .feature_list_ttl {
  color: #D90214;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #tsumuji .feature_list_min li .feature_list_ttl {
    font-size: 20x;
  }
}
#tsumuji .feature_list_min li strong {
  color: #595757;
}

#tsumuji #content02 > img {
  text-align: center;
  display: block;
  margin: 50px auto 0;
}
#tsumuji #content02 > img + h5 {
  margin: 60px auto 0;
}
#tsumuji #content02 .lp_cost {
  background: #efefef;
  padding: 40px 50px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #tsumuji #content02 .lp_cost {
    padding: 20px 6%;
    margin-top: 20px;
  }
}
#tsumuji #content02 .lp_cost .lp_cost_ttl {
  color: #D90214;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #tsumuji #content02 .lp_cost .lp_cost_flex {
    margin-top: 20px;
  }
}
#tsumuji #content02 .lp_cost .lp_cost_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
#tsumuji #content02 .lp_cost .lp_cost_flex > .lp_cost_text {
  display: flex;
  font-weight: 700;
  flex-wrap: wrap;
  width: 51%;
}
@media only screen and (max-width: 768px) {
  #tsumuji #content02 .lp_cost .lp_cost_flex > .lp_cost_text {
    width: 100%;
  }
}
#tsumuji #content02 .lp_cost .lp_cost_flex > .lp_cost_text ul li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
#tsumuji #content02 .lp_cost .lp_cost_flex > .lp_cost_text img {
  margin: auto auto 12%;
  display: block;
}
#tsumuji #content02 .lp_cost .lp_cost_flex > .lp_cost_text span {
  color: #D90214;
}
#tsumuji #content02 .lp_cost .lp_cost_flex > .lp_cost_text small {
  font-weight: 400;
}
#tsumuji #content02 .lp_cost .lp_cost_flex > .lp_cost_image {
  width: 49%;
}
@media only screen and (max-width: 768px) {
  #tsumuji #content02 .lp_cost .lp_cost_flex > .lp_cost_image {
    width: 100%;
  }
}
#tsumuji #content02 .lp_cost .lp_cost_flex > p {
  margin-top: 30px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #tsumuji #content02 .lp_cost .lp_cost_flex > p {
    margin-top: 10px;
    font-size: 12px;
  }
}
#tsumuji #content02 .lp_cost + a {
  margin-top: 80px;
}
#tsumuji #specifications table {
  margin: 70px auto 0;
}
@media only screen and (max-width: 768px) {
  #tsumuji #specifications table {
    margin: 30px auto 0;
  }
}
#tsumuji #specifications table tr:nth-child(even) {
  background: #efefef;
}
#tsumuji #specifications table th,
#tsumuji #specifications table td {
  padding: 5px;
  border-right: 1px solid #323232;
}
#tsumuji #specifications table td p {
  margin: 0;
}
#tsumuji #specifications table tr:first-child td {
  padding-bottom: 20px;
}
#tsumuji #specifications table th:last-child,
#tsumuji #specifications table td:last-child {
  border-right: 0px;
}
#tsumuji #specifications h5 {
  color: #D90214;
  border: none;
  margin: 0 auto;
}
#tsumuji #specifications .product_type {
  border: none;
  border-bottom: 1px solid #323232;
  margin: 0 auto;
  width: fit-content;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  #tsumuji #specifications .product_type {
    border: none;
    border-bottom: 1px solid #323232;
    margin: 0 auto;
    width: fit-content;
    font-size: 16px;
    line-height: 1.7;
  }
}
#tsumuji #specifications .product_type br {
  display: none;
}
@media only screen and (max-width: 768px) {
  #tsumuji #specifications .product_type br {
    display: block;
  }
}

#tsumuji #specifications .product_type + .product_type {
  display: block;
  margin-top: 10px;
}
#tsumuji #specifications .support_btn {
  margin-top: 100px;
}
#tsumuji #specifications .pageLink {
  font-weight: 600;
  width: 612.5px;
  margin: 30px auto 0;
  text-align: end;
}
@media only screen and (max-width: 768px) {
  #tsumuji #specifications .pageLink {
    width: 100%;
  }
}
#tsumuji #specifications .pageLink a {
  position: relative;
  color: #559fd6;
}
#tsumuji #specifications .pageLink a:hover {
  opacity: 0.5;
  transition: all 0.5s;
}
#tsumuji #specifications .pageLink a::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0.7em;
  left: -.95em;
  width: 4px;
  height: 4px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#tsumuji #specifications .pageLink a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.4em;
  left: -1.2em;
  width: 14px;
  height: 14px;
  background-color: #559fd6;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#tsumuji #installation table {
  max-width: 750px;
  margin: 30px auto 0;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #tsumuji #installation table {
  margin-bottom: 20px;
  }
}
#tsumuji #installation td {
  vertical-align: middle;
  border-right: 1px solid #9C9C9C;
  padding: 10px;
}
#tsumuji #installation td:last-child{
  border-right: none;
}
#tsumuji #installation tr {
  border-bottom:1px solid #9c9c9c;
}
#tsumuji #installation tr:last-child {
  border-bottom:0px;
}
#tsumuji #installation th {
   background-color:#9C9C9C;
  color:#fff;
  padding: 5px;
  border-right:4px solid #fff;
}
#tsumuji #installation th:last-child {
  border-right:0px;
}

#tsumuji #installation a img {
    margin: 30px auto 30px;
}
@media only screen and (max-width: 768px) {
  #tsumuji #installation a img {
    margin: 20px auto 20px;
  }
}
#tsumuji #installation ul li {
  margin-left: 2rem;
  position: relative;
  margin-bottom: 5px;
}
#tsumuji #installation ul > li:before {
  content: "■ ";
  font-size: 1rem;
  position: absolute;
  left: -2rem;
  margin-top: 5px;
}
#tsumuji #flow > img {
  display: block;
  margin: 40px auto 30px;
}
@media only screen and (max-width: 768px) {
  #tsumuji #flow > img {
    margin: 30px auto 20px;
  }
}
#tsumuji #flow ul.attention {
  color: #595758;
  font-size: 16px;
}
#tsumuji #flow ul.attention li {
  position: relative;
  padding-left: 3.5rem;
  margin-bottom: 10px;
}
#tsumuji #flow ul.attention li::before {
  content: "※" counter(list-item) ;
  position: absolute;
  left: 0;
  font-weight: 600;
  color: #D90214;
}
#tsumuji #content06 > p {
  text-align: left;
}
#tsumuji #content06 #faq {
  margin: 0 auto;
}
#tsumuji #content06 #faq dt {
  color: #D90214;
  border-color: #D90214;
}
#faq dd ul li {
  list-style: none;
  margin: 0;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
#tsumuji #content06 #faq dt .fa-plus {
  color: #D90214;
}
#tsumuji #content06 #faq .faq_more {
  background: #D90214;
  border-radius: 100px;
  padding: 10px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  font-size: 20px;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
#tsumuji #content06 #faq .faq_more:hover {
  opacity: 0.7;
}
#tsumuji #content06 #faq .faq_more i {
  transform: rotate(90deg);
  right: 1.5em;
}
#tsumuji #content06 #faq .faq_more.is_disabled {
  opacity: 0.3;
  pointer-events: none;
}
/* #tsumuji #content06 #faq dl dt:nth-of-type(n + 5) {
  display: none;
} */