@charset "utf-8";
.support .bg-yg{
  display: none;
}

.support_container{
margin-bottom: 100px;
}

.support_info{

}

.support_h2{

}

.support_info_links{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.support_info_link{
box-shadow: 0 0 10px #0000001a;
padding: 30px 0;
margin-bottom: 30px;
display: block;
}

.support_info_link span{
  position: relative;
  font-size: 17px;
  font-weight: 500;
}

.support_info_link1{
  width: 100%;
  text-align: center;
}
.support_info_link1 span::before{
  position: absolute;
  content: "";
  background-image: url(./images/support/question.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 28px;
  left: -42px;
}

.support_info_link2{
  width: 48%;
  padding-left: 60px;
}

.support_info_link2 span::before{
  position: absolute;
  content: "";
  background-image: url(./images/support/parts.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 27px;
  left: -42px;
  bottom: -3px;
}

/* .support_info_link3{
  width: 48%;
  padding-left: 80px;
} */

.support_info_link3 {
  width: 100%;
  text-align: center;
}

.support_info_link3 span::before{
  position: absolute;
  content: "";
  background-image: url(./images/support/instructions.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 29px;
  left: -42px;
  bottom: -3px;
}
.support_info_link4{
  text-align: center;
}

.support_info_link4__icon {
  display: inline-block;
}
.support_info_link4__icon::before{
  position: absolute;
  content: "";
  background-image: url(./images/support/mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 13px;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.support_info_link5{
  display: block;
  text-align: center;
}

.support_info_link5 span{
  position: relative;
}
.support_info_link5 span::before{
  position: absolute;
  content: "";
  background-image: url(./images/common/icon-newtab-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 8px;
  right: -20px;
  bottom: 5px;
}
.support_info_link_close span {
  position: relative;
}
.support_info_link_close span::before{
  position: absolute;
  content: "";
  background: url(./images/support/icon-bow.svg) no-repeat center center/contain;
  width: 26px;
  height: 30px;
  left: -36px;
  bottom: -3px;
}
.text-link, .text-link:hover {
  color: #339599;
  text-decoration: underline;
}

.support_webcontact{

}

.support_telcontact{

}

.child-page .support_telcontact_h2{
  margin-bottom: 25px;
}

.support_telcontact_wrap{

}

.support_telcontact_wrap_title{
  font-size: 16px;
  font-weight: 700;
}
.support_telcontact_tel-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  position: relative;
  padding-left: 30px;
}
.support_telcontact_tel{
  font-size: 29px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  position: relative;
}
.support_telcontact_tel::before{
  position: absolute;
  content: "";
  background-image: url(./images/support/tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 23px;
  left: -30px;  
  top: 50%;
  transform: translateY(-50%);
}
.support_telcontact_tel__jp-only {
  font-size: .9rem;
}
.child-page .support_telcontact_wrap_p{
margin-top: -10px;
}

.child-page .support_telcontact_p{
  margin-bottom: 0;
}



@media all and (min-width: 576px) {
  .support_telcontact_tel {
    pointer-events: none;
}
}
@media all and (min-width: 768px) {

}
@media all and (min-width: 992px) {

}
@media all and (min-width: 1200px) {

}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {

}

/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}

/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {

}

/*デスクトップまで*/

@media all and (max-width: 1199px) {
}


@media all and (max-width: 991px) {
 
}

/*中デバイスまで*/
@media all and (max-width: 767px) {

}

/*小デバイス(横向きモバイル)まで*/

@media all and (max-width: 575px) {
  .support_info_link1{
    width: 100%;
  }
  .support_info_link2 {
    width: 100%;
}
.support_info_link3 {
  width: 100%;
}
.support_info_link {
  margin-bottom: 20px;
}
.child-page .support_telcontact_wrap_p {
  line-height: 1.53;
}
.child-page .support_telcontact_p {
  margin-bottom: 0;
  line-height: 1.53;
}
.support_container {
  margin-bottom: 80px;
}
.support_info_link span {
  font-size: 15px;
}
.support_telcontact_tel {
  font-size: 26px;
}
.support_info_link4__icon{
  padding-left: 20px;
}
.support_info_link4__icon::before {
  width: 26px;
  height: 21px;
  left: -25px;
}
}

/* 以下はbootstrapのブレイクポイントではなく、微調整用 */
@media all and (max-width: 480px) {
  
 
}
@media all and (max-width: 400px) {
 
}

@media all and (max-width: 380px) {

}
@media all and (max-width: 360px) {

}

/*iPhone5:SE*/
@media all and (max-width: 320px) {

}
