@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
.support #main {
  padding-bottom: 120px;
}

.support #contents .center_title {
  margin-bottom: 20px;
  margin-top: 50px;
}

.support #contents .lead_text {
  font-size: 128.57143%;
  line-height: 2;
  margin-top: 20px;
  text-align: center;
}

.support #contents .lead_note {
  margin: 20px auto 0;
  text-align: center;
}

.support #contents .lead_note li {
  font-size: 85.71429%;
  line-height: 1.25;
  margin: 2px;
}

.support#support-customer #contents .support_main {
  margin-top: 40px;
  padding: 60px;
}

.support#support-customer #contents .support_main .s-title {
  font-size: 171.42857%;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}

.support#support-customer #contents .support_main .s-title:nth-of-type(n+2) {
  border-top: 3px solid #f5f7f8;
  margin-top: 60px;
  padding-top: 40px;
}

.support#support-customer #contents .support_main .paragraph {
  font-size: 114.28571%;
  line-height: 2;
  margin-top: 20px;
  text-align: center;
}

.support#support-customer #contents .support_main .bold_title {
  line-height: 1.5;
  font-size: 128.57143%;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 40px;
  text-align: center;
}

.support#support-customer #contents .support_main .button_area {
  margin-top: 20px;
}

.support#support-customer #contents .support_main .button_area .button {
  background-image: url(../img/common/arrow_white.svg);
  background-position: calc(100% - 15px) center;
  background-size: auto 12px;
  font-size: 100%;
  line-height: 1.5;
  width: 369px;
  height: auto;
  padding: 15px 40px;
}

.support#support-faq #contents .support_main {
  margin-top: 40px;
  padding: 60px;
}

.support#support-faq #contents .support_main .category_title {
  color: #0041c0;
  font-size: 171.42857%;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 60px;
  text-align: center;
}

.support#support-faq #contents .support_main .category_title:nth-of-type(n+2) {
  margin-top: 60px;
}

.support#support-faq #contents .support_main .qa_list {
  border-bottom: 1px solid #f5f7f8;
}

.support#support-faq #contents .support_main .qa_list .question {
  border-top: 1px solid #f5f7f8;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  line-height: 1.25;
  font-size: 128.57143%;
  min-height: 60px;
  padding: 20px 60px 20px 80px;
  position: relative;
}

.support#support-faq #contents .support_main .qa_list .question .q {
  position: absolute;
  left: 0;
}

.support#support-faq #contents .support_main .qa_list .question:after {
  background: url(../img/common/arrow_blue.svg) no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  left: calc(100% - 40px);
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 18px;
  height: 18px;
  top: calc(50% - 9px);
}

.support#support-faq #contents .support_main .qa_list .question.is-open:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.support#support-faq #contents .support_main .qa_list .answer {
  line-height: 1.5;
  padding: 0px 60px 40px 80px;
}

.support#support-repair #contents .support_main {
  margin-top: 40px;
  padding: 60px;
}

.support#support-repair #contents .support_main .s-title {
  font-size: 171.42857%;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}

.support#support-repair #contents .support_main .s-title:nth-of-type(n+2) {
  border-top: 3px solid #f5f7f8;
  margin-top: 60px;
  padding-top: 40px;
}

.support#support-repair #contents .support_main .paragraph {
  font-size: 114.28571%;
  line-height: 2;
  margin-top: 20px;
  text-align: center;
}

.support#support-repair #contents .support_main .image {
  margin-top: 20px;
}

.support#support-catalog #contents .item_list {
  letter-spacing: -.4em;
  list-style: none;
  margin: 30px -10px 0;
}

.support#support-catalog #contents .item_list > * {
  display: inline-block;
  letter-spacing: normal;
}

.support#support-catalog #contents .item_list .card {
  background-image: url(../img/common/card_arrow.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 45px 45px;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  margin: 20px 10px 0;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: calc(25% - 20px);
}

.support#support-catalog #contents .item_list .card:hover {
  opacity: .6;
}

.support#support-catalog #contents .item_list .card .item_image {
  margin: 25px;
}

.support#support-catalog #contents .item_list .card .item_image img {
  width: auto;
  height: 210px;
}

.support#support-catalog #contents .item_list .card .text {
  color: #263238;
  padding: 0 30px 25px;
}

.support#support-catalog #contents .item_list .card .text .item_name {
  display: block;
  font-size: 114.28571%;
  font-weight: bold;
  line-height: 1.25;
}

.support#support-catalog #contents .item_list .card .text .item_note {
  display: block;
  line-height: 1.25;
  margin-top: 10px;
}

.support#support-material #contents .support_main, .support#support-reg #contents .support_main {
  margin-top: 40px;
  padding: 60px;
}

.support#support-material #contents .support_main .search_box, .support#support-reg #contents .support_main .search_box {
  background-color: #f5f7f8;
  padding: 40px;
}

.support#support-material #contents .support_main .search_box .search_text, .support#support-reg #contents .support_main .search_box .search_text {
  font-size: 128.57143%;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}

.support#support-material #contents .support_main .search_box .search_text span, .support#support-reg #contents .support_main .search_box .search_text span {
  font-weight: normal;
  font-size: 77.77778%;
}

.support#support-material #contents .support_main .search_box .search_form, .support#support-reg #contents .support_main .search_box .search_form {
  margin-top: 20px;
}

.support#support-material #contents .support_main .search_box .search_form:before, .support#support-material #contents .support_main .search_box .search_form:after, .support#support-reg #contents .support_main .search_box .search_form:before, .support#support-reg #contents .support_main .search_box .search_form:after {
  content: " ";
  display: table;
}

.support#support-material #contents .support_main .search_box .search_form:after, .support#support-reg #contents .support_main .search_box .search_form:after {
  clear: both;
}

.support#support-material #contents .support_main .search_box .search_form .search_input, .support#support-reg #contents .support_main .search_box .search_form .search_input {
  float: left;
  width: calc(100% - 200px);
}

.support#support-material #contents .support_main .search_box .search_form .search_input input, .support#support-reg #contents .support_main .search_box .search_form .search_input input {
  border: #cfd8dc solid 1px;
  font-size: 100%;
  height: 43px;
  padding: 0 20px;
  width: calc(100% - 40px);
}

.support#support-material #contents .support_main .search_box .search_form .search_button, .support#support-reg #contents .support_main .search_box .search_form .search_button {
  float: right;
}

.support#support-material #contents .support_main .search_box .search_form .search_button .button, .support#support-reg #contents .support_main .search_box .search_form .search_button .button {
  background-image: url(../img/common/arrow_white.svg);
  background-position: calc(100% - 15px) center;
  background-size: auto 12px;
  cursor: pointer;
  font-size: 100%;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  height: 45px;
  width: 180px;
}

.support#support-material #contents .support_main .search_box .search_form .search_button .button:hover, .support#support-reg #contents .support_main .search_box .search_form .search_button .button:hover {
  opacity: .6;
}

.support#support-material #contents .support_main .support_table, .support#support-reg #contents .support_main .support_table {
  margin-top: 60px;
}

.support#support-material #contents .support_main .support_table th, .support#support-material #contents .support_main .support_table td, .support#support-reg #contents .support_main .support_table th, .support#support-reg #contents .support_main .support_table td {
  text-align: center;
  vertical-align: middle;
  width: 25%;
}

.support#support-material #contents .support_main .support_table th, .support#support-reg #contents .support_main .support_table th {
  background-color: #f5f7f8;
  border-right: 1px solid #eceff1;
}

.support#support-material #contents .support_main .support_table td a {
  display: inline-block;
  font-size: 87.5%;
  line-height: 1.25;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.support#support-material #contents .support_main .support_table td a .icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
}

.support#support-material #contents .support_main .support_table td a:hover {
  opacity: .6;
}

.support#support-reg #contents .support_main .support_table th, .support#support-reg #contents .support_main .support_table td {
  width: 50%;
}

.support#support-reg #contents .support_main .support_table td .button {
  background-image: url(../img/common/arrow_white.svg);
  background-position: calc(100% - 15px) center;
  background-size: auto 12px;
  cursor: pointer;
  font-size: 87.5%;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  height: 45px;
  width: 300px;
}

.support#support-reg #contents .support_main .support_table td .button:hover {
  opacity: .6;
}

@media (max-width: 991px) {
  .support #main {
    padding-bottom: 60px;
  }
  .support #contents .center_title {
    margin-bottom: 10px;
    margin-top: 25px;
  }
  .support #contents .lead_text {
    font-size: 100%;
    margin-top: 10px;
  }
  .support #contents .lead_note {
    margin: 15px auto 0;
    padding-left: 1em;
    text-align: left;
  }
  .support #contents .lead_note li {
    font-size: 71.42857%;
    text-indent: -1em;
  }
  .support#support-customer #contents .support_main {
    margin-top: 20px;
    padding: 30px 20px;
  }
  .support#support-customer #contents .support_main .s-title {
    color: #0041c0;
    font-size: 128.57143%;
    margin-bottom: 15px;
    text-align: left;
  }
  .support#support-customer #contents .support_main .s-title:nth-of-type(n+2) {
    margin-top: 30px;
    padding-top: 20px;
  }
  .support#support-customer #contents .support_main .paragraph {
    font-size: 85.71429%;
    margin-top: 10px;
    text-align: left;
  }
  .support#support-customer #contents .support_main .paragraph br {
    display: none;
  }
  .support#support-customer #contents .support_main .bold_title {
    font-size: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: left;
  }
  .support#support-customer #contents .support_main .button_area {
    margin-top: 10px;
  }
  .support#support-customer #contents .support_main .button_area .button {
    font-size: 85.71429%;
    width: auto;
    padding: 15px 20px;
  }
  .support#support-faq #contents .support_main {
    margin-top: 20px;
    padding: 30px 20px;
  }
  .support#support-faq #contents .support_main .category_title {
    color: #0041c0;
    font-size: 128.57143%;
    margin-bottom: 30px;
  }
  .support#support-faq #contents .support_main .category_title:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .support#support-faq #contents .support_main .qa_list .question {
    font-size: 100%;
    padding: 10px 30px 10px 40px;
  }
  .support#support-faq #contents .support_main .qa_list .question .q {
    margin-right: 10px;
  }
  .support#support-faq #contents .support_main .qa_list .question .q img {
    width: 30px;
    height: 30px;
  }
  .support#support-faq #contents .support_main .qa_list .question:after {
    left: calc(100% - 20px);
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
  }
  .support#support-faq #contents .support_main .qa_list .answer {
    padding: 0px 30px 20px 40px;
  }
  .support#support-repair #contents .support_main {
    margin-top: 20px;
    padding: 30px 20px;
  }
  .support#support-repair #contents .support_main .s-title {
    color: #0041c0;
    font-size: 128.57143%;
    margin-bottom: 15px;
    text-align: left;
  }
  .support#support-repair #contents .support_main .s-title:nth-of-type(n+2) {
    margin-top: 30px;
    padding-top: 20px;
  }
  .support#support-repair #contents .support_main .paragraph {
    font-size: 85.71429%;
    margin-top: 10px;
    text-align: left;
  }
  .support#support-repair #contents .support_main .paragraph br {
    display: none;
  }
  .support#support-repair #contents .support_main .image {
    margin-top: 10px;
  }
  .support#support-catalog #contents .item_list {
    margin: 5px -5px 0;
  }
  .support#support-catalog #contents .item_list .card {
    background-size: 27px 27px;
    margin: 10px 5px 0;
    width: calc(50% - 10px);
  }
  .support#support-catalog #contents .item_list .card .item_image {
    margin: 15px;
  }
  .support#support-catalog #contents .item_list .card .item_image img {
    width: auto;
    height: 150px;
  }
  .support#support-catalog #contents .item_list .card .text {
    padding: 0 15px 22px;
  }
  .support#support-catalog #contents .item_list .card .text .item_name {
    font-size: 85.71429%;
  }
  .support#support-catalog #contents .item_list .card .text .item_note {
    font-size: 71.42857%;
    margin-top: 5px;
  }
  .support#support-material #contents .support_main, .support#support-reg #contents .support_main {
    margin-top: 20px;
    padding: 30px 20px;
  }
  .support#support-material #contents .support_main .search_box, .support#support-reg #contents .support_main .search_box {
    padding: 20px;
  }
  .support#support-material #contents .support_main .search_box .search_text, .support#support-reg #contents .support_main .search_box .search_text {
    font-size: 114.28571%;
  }
  .support#support-material #contents .support_main .search_box .search_text span, .support#support-reg #contents .support_main .search_box .search_text span {
    font-weight: normal;
    font-size: 77.77778%;
  }
  .support#support-material #contents .support_main .search_box .search_form .search_input, .support#support-reg #contents .support_main .search_box .search_form .search_input {
    float: none;
    width: 100%;
  }
  .support#support-material #contents .support_main .search_box .search_form .search_input input, .support#support-reg #contents .support_main .search_box .search_form .search_input input {
    padding: 0 10px;
    width: calc(100% - 20px);
  }
  .support#support-material #contents .support_main .search_box .search_form .search_button, .support#support-reg #contents .support_main .search_box .search_form .search_button {
    float: none;
    margin-top: 20px;
  }
  .support#support-material #contents .support_main .search_box .search_form .search_button .button, .support#support-reg #contents .support_main .search_box .search_form .search_button .button {
    background-position: calc(100% - 10px) center;
    background-size: auto 7px;
    font-size: 71.42857%;
    height: 30px;
    width: 120px;
  }
  .support#support-material #contents .support_main .support_table, .support#support-reg #contents .support_main .support_table {
    margin-top: 15px;
  }
  .support#support-material #contents .support_main .support_table td, .support#support-reg #contents .support_main .support_table td {
    font-size: 83.33333%;
  }
  .support#support-material #contents .support_main .support_table td .icon, .support#support-reg #contents .support_main .support_table td .icon {
    width: 20px;
    height: 20px;
    margin: 0 auto 0;
  }
  .support#support-material #contents .support_main .support_table td a {
    display: inline-block;
    font-size: 100%;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .support#support-material #contents .support_main .support_table td a .icon {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
  }
  .support#support-material #contents .support_main .support_table td a:hover {
    opacity: .6;
  }
  .support#support-reg #contents .support_main .support_table td .button {
    background-position: calc(100% - 10px) center;
    background-size: auto 7px;
    font-size: 83.33333%;
    height: 30px;
    width: 120px;
  }
}