@charset "utf-8";
/* CSS Document */



/*------------------------------------------
support/index
------------------------------------------*/
.circle-bnr a {
  padding: 1em .75em 0; }

.support .circle-bnr h3,
.support .circle-bnr h4 {
  font-size: 1.3em;
  height: 3.4em;
  display: table-cell;
  vertical-align: middle; }

@media only screen and (min-width: 960px) {
  .circle-bnr a {
    padding: 1em .75em .75em; }
}

.support-top-bnr h5 {
  font-size: .9em;
  line-height: 1.4em;
  height: 3.4em; }

@media only screen and (min-width: 960px) {
  .support-top-bnr h5 {
    margin-top: 1.5em; }
}  
  
#support2 p {
  margin-bottom: 1em; }

@media only screen and (min-width: 960px) {
  #support2 .btn {
    max-width: 70%; }
}

/*------------------------------------------
support/manual
support/rope
------------------------------------------*/

#manual th {
  width: 2em; }

  @media only screen and (min-width: 960px) {
  #manual table td span{
    white-space: nowrap; }
}

#rope table td i, 
#manual table td i {
  margin-right: .5em; }

#rope table th,
#manual table th {
  text-align: left; }

#rope table td,
#manual table td {
  vertical-align: middle; }
  
#rope table td a span,
#manual table td a span {
  border-bottom: 1px dotted #111; }

@media only screen and (min-width: 768px) { 
  #manual table {
    table-layout: auto; }
}
@media only screen and (min-width: 960px) {
  #rope table th,
  #manual table th,
  #rope table td,
  #manual table td {
    padding: .5em 1em; }
  #manual th {
    width: 6.25em; }  
    
  #rope table td a span:hover,
  #manual table td a span:hover {
    color: #c21926;
    border-color: #c21926; }
}


.support-bnr {
  clear: both; }


/*------------------------------------------
support/manual
------------------------------------------*/
#manual .child-tabs li > div:before {
  font-size: 2em;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: .5em;
  margin-top: -.45em;
  color: #aaa;
}
#manual .child-tabs li > div {
  display: flex;
  align-items: center;
  width: 100%;
  height: 52px;
  background-color: #eee;
  color: #666;
  border: 0;
  transition: .2s;
  transition-property: background,color;
}
#manual .child-tabs li > div > span {
  padding: 1.25em 1.5em 1.25em 3.75em;
  display: inline-block;
  font-weight: 700;
  line-height: 1em;
}

#manual .child-tabs li > div:hover {
  background-color: #e1e1e1;
}
#manual .child-tabs li.active > div {
  background-color: #d4003b;
  color: #FFF;
}
#manual .child-tabs li.active > div:before {
  color: #FFF;
}
@media only screen and (min-width: 960px) {
  #manual .child-tabs {
    padding: 0 6px;
  }
  #manual .child-tabs li {
    padding: 10px;
  }
}
@media only screen and (min-width: 1366px) {
  #manual .child-tabs {
    padding: 0 14px;
  }
}


#manual .panel table {
  table-layout: auto;
}
#manual .panel table caption {
  font-size: 1.25em;
  font-weight: 700;
  padding-bottom: 1.25em;
}
#manual .panel table thead th {
  text-align: center;
  font-size: .875em;
  line-height: 1.75;
}
#manual .panel table td a {
  display: inline-block;
  line-height: 1.25;
  padding: .5em 0;
}
#manual .panel table td:nth-of-type(1) {
  width: 15em;
}
#manual .panel table td:nth-of-type(2) {
  width: 40%;
}
#manual .panel table td:last-child {
  width: 11em;
}
@media only screen and (min-width: 768px) {
  #manual .panel table td:nth-of-type(2) {
    width: 60%;
  }
}
@media only screen and (min-width: 960px) {
  #manual .panel table td:nth-of-type(2) {
    width: 60%;
  }
}

  
.tab > div {
  padding: .75em .25em;
  font-weight: 700;
  text-align: center;
  display: block;
  background-color: #eee;
  color: #666;
  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  cursor: pointer;
  transition: .2s ease-in-out;
}
  
.tab.active > div {
  font-size: 1.1em;
  background-color: #d4003b;
  color: #fff;
}

.child-panels > .child-panel {
  display: none;
}
.child-panels > .child-panel.active {
  display: block;
}

/*------------------------------------------
support/reqair
------------------------------------------*/
#reqair .box-red-nolink {
  padding: 1em;} 
  
#reqair .box-red-nolink h4 {
  margin-bottom: .5em;} 

#reqair .box-glay-nolink {
  padding: 1em;} 

  
/*------------------------------------------
support/faq
------------------------------------------*/
#faq .faq-list li > div {
  padding: .5em 0;}
  
#faq .faq-list li .faq_q {
  color: #c21926;
  padding: .5em 2.75em;
  font-size: 1.1em;
  line-height: 1.5em;
  position: relative;}
  
#faq .faq-list li .faq_q span {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  display: block;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4em;
  text-align: center;
  background: #c21926;
  color: #fff;
  position: absolute;
  top: -.7em;
  left: -.2em;}

#faq .faq-list li .faq_a {
  position: relative;
  padding: .75em 1em .5em 3em;
  line-height: 1.5em;}
  
#faq .faq-list li .faq_a span {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  background: #ddd;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: calc(.5em - 1px);}

#faq .faq-list li .faq_a p + p {
  margin-top: 1em;}
  

#faq .faq-list li .faq_a img.faq-pict {
  float:left;}


/*------------------------------------------
support/howto
------------------------------------------*/
.support .circle.icon-h-humidai {
  line-height: 50px; }
  
#howto .giide-line .box-nolink{
  padding: .75em .75em 0; }

#howto .giide-line p {
  margin-bottom: .75em; }
  
.support h3.ok {
  border-top: 4px solid #0075c1;}

.support h3.ng {
  border-top: 4px solid #c21926;}

.ok-text p {
margin-bottom: 1em; }

.movie-list p {
  background-color: #111;
  color: #fff;
  font-size: .9em;
  font-weight: 700;
  padding: 0 .5em;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;}

@media only screen and (min-width: 960px) {
  .movie-list a:hover img {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";}
    
  .movie-list a:hover p {
   background-color: #333; }
}


#howto .box-red-nolink__inner {
  border-top: 1px solid #d4003b;
  padding: 1em 0 .25em;
  margin: 0 auto;
  max-width: 996px;
}
#howto .danger-list li > div {
  position: relative;
}
#howto .danger-list .label {
  display: block;
  clip-path: polygon(0 0, 100% 0%, calc(100% - .75em) 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - .75em) 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  padding: .25em 1.5em .25em 1em;
  background: #333;
  color: #FFF;
}


#howto .visit-service .innerBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#howto .visit-service dl {
  border-top: 1px solid #d4003b;
  margin-top: 1em;
  padding-top: 1em;
}
#howto .visit-service dt {
  font-weight: bold;
}
  
/*------------------------------------------
support/sheet
------------------------------------------*/
.sheet-list {
  padding: 0; }
  
.sheet-list li > div {
  padding: .5em; }
  
.sheet-list li img {
  float: left;
  width: 140px;
  height: 140px; }
  
 .sheet-list li > div > div {
  padding-left: 150px; }
  
 .sheet-list li h4 {
  height: 100px;
  padding-top: .75em; }
  
 .sheet-list li h4 span {
  font-size: .7em;
  display: block; }
  
/*------------------------------------------
support/choice
------------------------------------------*/

#choice .btn-box li > div:before {
  font-size: 2em;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: .3em;
  margin-top: -.45em;
  color: #c21926;
}

#choice .btn-box li > div a {
  padding: 1.25em 1.5em 1.25em 3em;
  display: block;
  font-weight: 700;
  line-height: 1em;
}

.choice-header {
  padding-bottom: 0; }
  
.choice-header > div {
  display: table-cell; }
  
.choice-header [class^="icon-"],
.choice-header [class*=" icon-"] {
  font-size: 4em;
  line-height: 1;
  color: #c21926;
  padding-right: .2em; }
  
.choice-header h3 {
  font-size: 1.6em;
  line-height: 1em;
  padding: .2em 0; }
  
.choice-list li .list-img {
  height: 250px;
  text-align: center; }
  
.choice-list li .list-img img {
  max-height: 100%;
  vertical-align:middle; }
  
.choice-list li .list-info {
  border-top: 1px solid #eee;
  padding: .5em;}
  
.choice-list li .list-info h5 {
  font-size: 1.1em;}
  
 /*------------------------------------------
support/size
------------------------------------------*/ 
.btn-box .btn-red {
  display: flex;
  align-items: center;
  padding: .75em 6%;
  font-size: 1.125em;
  font-weight: 700;
}
.btn-box .btn-red:before {
  font-size: 1.5em;
  font-weight: 400;
  margin-right: .5em;
}

.size-content h3 {
  display: flex;
  align-items: center;
  position: relative; }

.size-content h3 .pict {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: block;
  margin-right: .5em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  font-size: 1.5em;
  text-align: center;
  background: #d4003b;
  color: #fff;
}
.size-content h3 .pict.icon-h-humidai {
  line-height: 1.65em;
}

.size-content dt {
  font-size: 1.5em;
  font-weight: 700;
  color: #d4003b;
  border-bottom: 3px solid currentColor;
  margin: 1.5em 0 1em;
}
.size-content dd {
  margin: 1em 0 1.5em;
}
.size-content dd .view-btn .btn {
  margin-top: 1rem;
  padding: 1.35em 6%;
  font-size: 1.5em;
}
.size-content dd h4 {
  font-size: 1.25em;
}
.size-content dd p {
  margin-bottom: 1em;
}
.size-content dd p:last-of-type {
  margin-bottom: 2em;
}
.size-content dd .types li figure {
  display: block;
  border: 1.5px solid #DDD;
  text-align: center;
  margin-bottom: .75em;
}

.size-content dd .choiceBox {
  margin-top: 2em;
}
.size-content dd .choiceBox_head {
  padding: .5em;
  border-radius: .75em .75em 0 0;
  background: #333;
  color: #FFF;
  font-weight: 700;
  text-align: center;
}
.size-content dd .choiceBox_body {
  border: 1.5px solid #DDD;
  padding: 5%;
}
.size-content dd .choiceBox_body h5 {
  padding: .25em .25em .75em;
  margin-bottom: 1em;
  font-size: 1.25em;
  font-weight: 700;
  color: #d4003b;
  border-bottom: 1px solid currentColor;
  text-align: center;
}

.size-content dd .content + .content {
  margin-top: 2rem;
}
.size-content dd .select li .ttl {
  font-weight: 700;
  line-height: 1.25;
}
.size-content dd .select li .ttl > span {
  font-size: 1.5em;
}
.size-content dd .select li .ttl + span {
  display: block;
  font-weight: 700;
  margin-bottom: .5em;
}
.size-content dd .select li figure {
  display: block;
  text-align: center;
}

.dot-list li {
  font-weight: 700;
  margin-top: 1em;
  padding-left: 1.5em;
  position: relative;
}
.dot-list li:before {
  content: '●';
  color: #d4003b;
  margin-left: -1.25em;
  margin-right: .25em;
}
.dot-list li + li {
  
}

  
  /*------------------------------------------
support/pict
------------------------------------------*/  

.pict-list ul {
  margin-bottom: 2em; }

.pict-list h3 {
  padding: .25em .5em;
  background-color: #eee; }

.pict-list li {
  padding: 0; }

.pict-list li > div {
  padding: .5em;
  border: 1px solid #eee; }
  
.pict-list li.active > div {
  border: 1px solid #111; }

.pict-list li > div > img {
  float: left;
  width: 40px;
  height: 40px; }

.pict-list li > div > div {
  padding-left: 44px;
  font-size: .8em;
  line-height: 1.4em; }
  
.pict-list li.pictx2 > div > img {
  width: 80px; }
  
.pict-list li.pictx2 > div > div {
  padding-left: 84px; }



  /*------------------------------------------
modal
------------------------------------------*/  
.md-btn{
  display: inline-block;
  color: #0075c1;
  border-bottom: 1px dashed currentColor;
  cursor: pointer;
}
.md-overlay{
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
}
.md-contents{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 480px;
  max-width: 90vw;
  height: auto;
  overflow: hidden;
  transform: translate(-50%,-50%);
  z-index: 10000;
}
.md-inner{
  background: #fff;
  height: 100%;
  min-height: 25vh;
  max-height: 97.5vh;
  overflow: hidden auto;
}
.md-close-btn{
  position: absolute;
  top: 25px;
  right: 20px;
  width: 25px;
  height: 22px;
  z-index: 9999;
  cursor: pointer;
}
.md-close-btn::before,
.md-close-btn::after {
  content: '';
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
}
.md-close-btn::before {
  top: 0;
  transform: translateY(10px) rotate(-45deg);
}
.md-close-btn::after {
  bottom: 0;
  transform: translateY(-10px) rotate(45deg);
}



@media only screen and (min-width: 960px) {
  .md-contents{
    width: 600px;
  }
}
