/* カスタム CSS をここに入力してください */
body {
  color: #fff;
  /* letter-spacing: .1em; */
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
#header ul, #header ol, #footer ul, #footer ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Font */
i {
  font-style: normal;
}   
#section_faq .section_title {
  font-family: YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
.fa, .fas {
    color: #000 !important;
    padding-left: 1rem;
    z-index: 9;
}

.entry-content {
	margin-top: 140px;
}
.main {
  max-width: 100%;
  margin: auto;
}

/* Content */
.content {
  width: 100%;
  margin-top: 64px;
  background-color: #fff;
}
#section_faq {
  position: relative;
}
#section_faq .section_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 430px;
  overflow: hidden;
  z-index: 1;
}
#section_faq .section_wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
  margin: 0 auto;
}
#section_faq .section_title {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  mix-blend-mode: exclusion;
  z-index: 5;
  margin: 10rem auto 5rem;
}

.borderAnimation_before:before {
  transition: width 400ms ease 0ms;
  content: "";
  display: block;
  height: 4px;
  width: 0%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
}
.borderAnimation.inview .borderAnimation_before:before {
  width: 100%;
}
.tablet .borderAnimation_before:before {
  transition: none;
  width: 100%;
}
.borderAnimation_before:after {
  transition: height 400ms ease 400ms;
  content: "";
  display: block;
  width: 4px;
  height: 0%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
}
.borderAnimation.inview .borderAnimation_before:after {
  height: 100%;
}
.tablet .borderAnimation_before:after {
  transition: none;
  height: 100%;
}

.borderAnimation_after:before {
  transition: width 400ms ease 800ms;
  content: "";
  display: block;
  height: 4px;
  width: 0%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #000;
}
.borderAnimation.inview .borderAnimation_after:before {
  width: 100%;
}
.tablet .borderAnimation_after:before {
  transition: none;
  width: 100%;
}
.borderAnimation_after:after {
  transition: height 400ms ease 1200ms;
  content: "";
  display: block;
  width: 4px;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
}
.borderAnimation.inview .borderAnimation_after:after {
  height: 100%;
}
.tablet .borderAnimation_after:after {
  transition: none;
  height: 100%;
}

#section_faq {
  color: #fff;
}
#section_faq .section_ttl .borderAnimation_before:before {
  background-color: #fff;
}
#section_faq .section_ttl .borderAnimation_before:after {
  background-color: #FFF;
}
#section_faq .section_ttl .borderAnimation_after:before {
  background-color: #FFF;
}
#section_faq .section_ttl .borderAnimation_after:after {
  background-color: #FFF;
}

#section_faq .section_subtitle {
  text-align: center;
  font-size: 13px;
  color: #000;
  padding: 200px 0 45px;
}
#section_faq .a_links {
  width: calc(100%/1.5);
  max-width: 100%;
  padding: 40px 0px 30px;
  margin: 0 auto;
}
#section_faq .a_nav {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
#section_faq .a_spNav {
   display: flex;
   justify-content: center;
}
#section_faq dl.a_link {
  margin: 0 15px 10px;
  cursor: pointer;
}
#section_faq dl.a_link dt {
    display: flex;
    justify-content: center;
}
#section_faq dl.a_link dt a {
    width: 100%;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    padding: 0.8rem 3rem;
    border-radius: 20px;
    text-align: center;
}
#section_faq dl.a_link dt .arrow_bottom {
  color: #000;
  position: absolute;
  margin-left: 105px;
  margin-top: 8px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  transform: rotate(45deg);
}
#section_faq .questions {
  width: 850px;
  max-width: 100%;
  padding: 80px 0px 30px;
  margin: 0 auto;
  color: #fff;
}
#section_faq .questions label.q_title {
  font-size: 24px;
  padding: 10px 10px 5px;
  margin: 15px 0 0;
}
#section_faq .questions #q_products,
#section_faq .questions #q_purchaces,
#section_faq .questions #q_howtouses,
#section_faq .questions #q_repairs,
#section_faq .questions #q_others {
  width: 100%;
  padding: 20px 0 0; 
}
#section_faq .questions #q_product,
#section_faq .questions #q_purchace,
#section_faq .questions #q_howtouse,
#section_faq .questions #q_repair,
#section_faq .questions #q_other {
  width: 100%;
  margin: 0;
}

/* ACCORDION_icon */
#section_faq .questions .arrow_right {
  color: #000;
  position: absolute;
  margin-left: 10px;
  margin-top: 13px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  transform: rotate(45deg);
}
#section_faq .questions .q_icon,
#section_faq .questions .q_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#section_faq .questions .q_icon {
  position: relative;
  width: 30px;
  height: 15px;
  float: left;
  margin-top: 10px;
  margin-left: 5px;
}
#section_faq .questions .q_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
#section_faq .questions .q_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
#section_faq .questions .q_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
#section_faq .questions .q_icon.active span:nth-of-type(1) {
  display:none;
}
#section_faq .questions .q_icon.active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

#section_faq .question-wrap {
  margin: 20px 0 0;
  padding: 0;
}
#section_faq .questions dl {
  font-size: 18px; 
  margin: 0;
}
#section_faq .questions div.question {
  padding-top: 5px; 
}
#section_faq .questions dt {
  display: block;
  height: auto;
  cursor: pointer;
  margin-left: 50px;
}
#section_faq .questions dt span {
  margin: 0 0 0 50px;
  font-size: 18px;
}
#section_faq .questions dd {
  display: none;
  line-height: 30px;
  padding: 15px 50px;
  background-color: rgb(28,28,28);
  margin: 10px 0 10px 12px;
  border-radius: 15px;
}
#section_faq .questions dd a.f_link {
  border-bottom: 1px #37bdb1 solid;
  color: #37bdb1;
  text-decoration: none;
}
#section_faq .questions dd a.f_link:hover {
  font-weight: bold;

}
/*#section_faq .questions dd a.f_link:hover::after {
  transform: scale(1);
}*/

.spec01, .spec02, .spec03  {
	width: 1000px;
	margin: 0 auto 40px !important;
}
.specPageTitle {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.specPageItem {
	text-align: center;
	width: 200px;
}
.systemDetail {
	font-size: 80%;
}
.accessories {
	padding: 20px;
	border: 1px solid #fff;
	margin-bottom: 30px;
	text-align: center;
}
.compare-wrapper {
	width: calc(100%);
	margin: 0 auto;
}
.compareTitle {
	padding-top: 3rem;
	margin: 0 0 2rem;
	text-align: center;
    font-size: 30px;
}
.cp-compareListImg {
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    margin-left: 0;
}
.cp-compareListImg img {
	width: 100%;
	min-height: 0;
	min-width: 0;
}
.edit-link {
	display: none !important;
}

@media screen and (max-width: 1400px) {
  /* Content */
  .content {
    margin-top: 56px;
  }
}

@media screen and (max-width: 1300px){
}

@media screen and (max-width: 1200px){
}

@media screen and (max-width: 1100px){
}

/* iPad Pro */
@media screen and (max-width: 1024px) {
  .top_img {
    padding: 48px 32px 32px;
  }

  /* Content */
  .content {
    margin-top: 48px;
  }
  #section_faq .a_links {
      width: calc(100%);
  }
  #section_faq .questions {
      width: calc(100%/1.5);
  }
  #section_faq .questions label.q_title {
      font-size: 1.8em;
      font-weight: 600;
  }
  .grad-trigger:checked + .grad-item {
    padding: 15px 40px;
  }
}

@media screen and (max-width: 768px) {
  #section_faq .section_title { 
    font-size: 2.5em;
    font-weight: 700;
    width: 250px;
    line-height: 85px;
  }
  #section_faq .section_subtitle {
    padding: 170px 0 35px;
    font-size: 13px;
  }
  #section_faq .a_nav {
     flex-direction: column;
  }
  #section_faq dl.a_link {
    width: calc(100%);
    font-size: 14px;
    margin: 0 20px 10px;
  }
  #section_faq dl.a_link dt .arrow_bottom {
    margin-left: 90px;
    width: 6px;
    height: 6px;
  }
  #section_faq .questions {
    width: 600px;
    font-size: 13px;
  }
  #section_faq .questions label.q_title {
font-size: 2em;
    font-weight: 700;
    padding: 10px 8px 5px;
  }#section_faq .questions dl {
    font-size: 16px;
  }
}

/* iPhone6Plus, 6sPlus, 7Plus, 8Plus  */
@media screen and (max-width: 414px) {
  .top_img {
    padding: 40px 20px;
  }

  /* Content */
  .content {
    margin-top: 0;
  }
  #section_faq {
      border: solid #000;
      border-width: 40px 20px 20px;
  }
  #section_faq .section_title {
    width: calc(100%/2);
    line-height: 45px;
    font-size: 2em;
    font-weight: 700;
    margin: 10rem auto 2rem;
  }
  #section_faq .section_subtitle {
    font-size: 8px;
    padding: 100px 0px 40px;
  }
#section_faq .a_links {
   width: calc(100%);
   margin: 0;
}
#section_faq .a_nav {
    margin: 0 1rem;
    flex-direction: column;
}
#section_faq .a_spNav {
    display: flex;
    justify-content: left;
    width: 100%;
}
  #section_faq dl.a_link {
    width: calc(100%);
    font-size: 0.8em;
     margin: 0 10px 20px;
  }
#section_faq dl#a_other {
     width: calc(100%/2.25);
}
  #section_faq dl.a_link dt .arrow_bottom {
    margin-top: 5px;
    margin-left: 70px;
  }
  #section_faq .questions {
    padding: 20px 0px 30px;
  }
  #section_faq .questions label.q_title {
    font-size: 1.5em;
    font-weight: 700;
    padding: 10px 8px 5px;
    border-bottom: 1px solid #000;
  }
  #section_faq .question-wrap {
    margin: 10px 0 0;
  }
  #section_faq .questions dl {
    font-size: 11px;
  }
  #section_faq .questions div.question {
    padding-top: 3px;
  }
  #section_faq .questions .q_icon {
    margin-left: 2px;
  }
  #section_faq .questions dt {
    height: auto;
    margin-top: 5px;
    margin-left: 30px;
    font-size: 1.2em;
    font-weight: 700;
  }
  #section_faq .questions dd {
    line-height: 20px;
    padding: 10px 20px;
    margin: 8px 0 8px 7px;
    font-size: 1.1em;
    font-weight: 600;
  }
	
	.spec01, .spec02, .spec03 {
		width: 90%;
	}
	.spec01 {
		margin-top: 80px
	}
	.specPageItem {
		width: 100%;
	}
	th, td {
		width: 100%;
		display: block;
	}
	.cp-compareList {
		max-width:1000px;
	    margin:0 auto;
	    overflow-x: auto;
	}
	.cp-compareListImg {
		width:200vw; 
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -7em;
	}
	.cp-compareListImg img {
		min-height: 65vh;
	    min-width: 200vw;
	}
}

/* iPhone6, 6s, 7, 8  */
@media screen and (max-width: 375px) {
  #section_faq .section_title {
  }
  #section_faq .questions label.q_title {
    padding: 10px 8px 5px;
    border-bottom: 1px solid #000;
  }
  #section_faq dl.a_link {
    width: calc(100%);
    font-size: 0.8em;
    margin: 0 5px 20px;
  }
  #section_faq .questions dl {
  }
  #section_faq dl#a_other {
      width: calc(100%/2.15);
  }
  #section_faq dl.a_link dt a {
      padding: 0.8rem 2.5rem;
  }
}

/* iPhone5, SE */
@media screen and (max-width: 320px) {
  #section_faq .section_title {
  }
  #section_faq .a_nav {
      margin: 0;
  }
  #section_faq dl.a_link {
    font-size: 0.7em;
    margin: 0 5px 20px;
  }
  #section_faq .questions {
    padding: 10px 0px 30px;
  }
  #section_faq .questions label.q_title {
    padding: 10px 5px 5px;
    border-bottom: 1px solid #000;
  }
  #section_faq .questions .q_icon {
     margin-left: 2px;
  }
  #section_faq .questions dl {
    font-size: 0.5em;
  }
  #section_faq .questions dt {
      font-size: 2em;
  }
  #section_faq dl.a_link dt a {
      padding: 0.8rem 2rem;
  }
  #section_faq .questions dd {
      font-size: 1.7em;
      font-weight: 600;
  }
}