@import url("BarlowSemiCondensed_Regular/stylesheet.css");
.top_image {
	background-image: url(../../../common/image/top_image.jpg);
	background-position: center top;
	height: 300px;
	width: 100%;
	margin-top: 79px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_image .support_title {
	height: autopx;
	width: 214px;
	margin-right: auto;
	margin-left: auto;
}
 @media screen and (max-width: 760px) {
.top_image {
	background-image: url(../../../common/image/top_images.jpg);
	background-position: center top;
	background-size: 100%;
	height: 160px;
	width: 100%;
	margin-top: 50px !important;
	background-color: #FFF;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_image .support_title {
	height: auto;
	width: 32%;
	margin-right: auto;
	margin-left: auto;
}
#sp_g-navi {
	position: fixed !important;
	top: 0px;
}
}

#contents_wrapper .category_list {
  height: auto;
  width: 1076px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
}
/*----------------------------------------------------------------------------------------
    CATEGORY BUTTON
------------------------------------------------------------------------------------------*/
#contents_wrapper .category_list .category_but:before {
  content: "";
  display: block;
  padding-top: 24.62%;
}
#contents_wrapper .category_list .category_but {
  background-color: #fff;
  width: 256px;
  height: 76px;
  margin-right: 12px;
  color: #969696;
  font-size: 24px;
  border-radius: 50px 50px 50px 50px;
  border: 2px solid #969696;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
#contents_wrapper .category_list .ht {
  background-color: #94243a;
  width: 256px;
  height: 76px;
  margin-right: 12px;
  color: #fff;
  font-size: 24px;
  border-radius: 50px 50px 50px 50px;
  border: 2px solid #94243a;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

#contents_wrapper .category_list .category_but:hover {
  background-color: #94243a;
  width: 256px;
  color: #fff;
  font-size: 24px;
  border-radius: 50px 50px 50px 50px;
  border: 2px solid #94243a;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 76px;
}
#contents_wrapper .category_list .category_but:hover .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: 0.4s;
}
#contents_wrapper .category_list .category_but:hover .en {
  font-family: "BarlowSemiCondensed Regular", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: 0.4s;
}
#contents_wrapper .category_list .category_but .text,
#contents_wrapper .category_list .ht .text {
  text-align: center;
  line-height: 17px;
  height: auto;
  width: auto;
}
#contents_wrapper .category_list .category_but .en {
  font-family: "BarlowSemiCondensed Regular", sans-serif;
  font-size: 14px;
  color: #969696;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#contents_wrapper .category_list .ht .en {
  font-family: "BarlowSemiCondensed Regular", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
}

#contents_wrapper .category_list .category_but .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #969696;
  font-weight: 500;
  letter-spacing: 0.1em;
}

#contents_wrapper .category_list .ht .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#contents_wrapper .category_list .category_but:nth-child(4) {
  margin-right: 0px;
}
/*----------------------------------------------------------------------------------------*/
#contents_wrapper .trouble_title {
  text-align: center;
  width: 1076px;
  margin-top: 105px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}
#contents_wrapper .trouble_title .sp {
  display: none;
}
#contents_wrapper .trouble_title .pc {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.brank {
  display: none;
}
#contents_wrapper .trouble_contents {
  height: auto;
  width: 722px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#contents_wrapper .trouble_contents .trouble_block {
  height: auto;
  width: 720px;
  border: 1px solid #000;
  margin-bottom: 30px;
}
#contents_wrapper .trouble_contents .trouble_block .item {
  height: auto;
  width: 676px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 44px;
  text-align: left;
  background-image: url(../../../common/image/mark_+.png);
  background-repeat: no-repeat;
  background-position: 670px center;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
#contents_wrapper .trouble_contents .trouble_block .item_ht {
  height: auto;
  width: 676px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 44px;
  text-align: left;
  background-image: url(../../../common/image/mark_-.png);
  background-repeat: no-repeat;
  background-position: 670px center;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000;
}
#contents_wrapper .trouble_contents .trouble_block .item .sub_item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #94243a;
  height: auto;
  width: 676px;
  display: block;
  padding-top: 5px;
}
#contents_wrapper .trouble_contents .trouble_block .item_ht .sub_item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #94243a;
  height: auto;
  width: 676px;
  display: block;
  padding-top: 5px;
}
#contents_wrapper .trouble_contents .trouble_block .sentence {
  background-color: #f0f0f0;
  height: auto;
  width: 720px;
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
  display: none;
}
#contents_wrapper .trouble_contents .trouble_block .sentence .button_block {
  height: auto;
  width: 560px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
}
/*----------------------------------------------------------------------------------------
    INNER BUTTON
------------------------------------------------------------------------------------------*/
#contents_wrapper
  .trouble_contents
  .trouble_block
  .sentence
  .button_block
  .inner_button
  a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #94243a;
  font-size: 15px;
  border-radius: 10px;
  width: 260px;
  height: 50px;
  border: 1px solid #94243a;
  transition: 0.3s;
  background-color: #ffffff;
}
#contents_wrapper
  .trouble_contents
  .trouble_block
  .sentence
  .button_block
  .inner_button
  a:hover {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  border-radius: 10px;
  width: 260px;
  height: 50px;
  border: 1px solid #94243a;
  transition: 0.3s;
  background-color: #94243a;
}
/*-------------------------------------------------------------------*/

@media screen and (max-width: 760px) {
  #contents_wrapper .category_list {
    height: auto;
    width: 94%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 22px;
    margin-right: auto;
    margin-left: auto;
  }
  /*----------------------------------------------------------------------------------------
    CATEGORY BUTTON
------------------------------------------------------------------------------------------*/
  #contents_wrapper .category_list .category_but:before {
    content: "";
    display: block;
    padding-top: 24.62%;
  }
  #contents_wrapper .category_list .category_but {
    background-color: #fff;
    width: 47%;
    height: auto;
    color: #969696;
    font-size: 13px;
    border-radius: 50px 50px 50px 50px;
    border: 2px solid #969696;
    text-decoration: none;
    transition: 0.4s;
    position: relative;
    margin-right: 2%;
    margin-bottom: 10px;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
  }
  #contents_wrapper .category_list .ht {
    background-color: #94243a;
    width: 48%;
    margin-right: 2%;
    color: #fff;
    font-size: 13px;
    border-radius: 50px 50px 50px 50px;
    border: 2px solid #94243a;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #contents_wrapper .category_list .category_but .text,
  #contents_wrapper .category_list .ht .text {
    text-align: center;
    height: auto;
    width: auto;
    margin-top: 0px;
    display: table-cell;
    vertical-align: middle;
  }
  #contents_wrapper .category_list .category_but .en {
    display: none;
  }
  #contents_wrapper .category_list .ht .en {
    display: none;
  }

  #contents_wrapper .category_list .category_but .jp {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    color: #969696;
    font-weight: 400;
    letter-spacing: 0.1em;
  }

  #contents_wrapper .category_list .ht .jp {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  #contents_wrapper .category_list .category_but:nth-child(2) {
    margin-right: 0px;
  }
  #contents_wrapper .category_list .category_but:nth-child(4) {
    margin-right: 0px;
  }

  /*-------------------------------------------------------------------*/

  .brank {
    display: block;
  }
  #contents_wrapper .trouble_title {
    text-align: center;
    width: 72%;
    margin-top: 48px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
  }
  #contents_wrapper .trouble_title .pc {
    display: none;
  }
  #contents_wrapper .trouble_title .sp {
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    width: 100%;
  }

  #contents_wrapper .trouble_contents {
    height: auto;
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  #contents_wrapper .trouble_contents .trouble_block {
    height: auto;
    width: 100%;
    border: 1px solid #000;
    margin-bottom: 12px;
  }
  #contents_wrapper .trouble_contents .trouble_block .item {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 11px;
    color: #000;
    height: auto;
    width: calc(100% - 15px);
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 15px;
    text-align: left;
    background-image: url(../../../common/image/mark_+.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 12px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  #contents_wrapper .trouble_contents .trouble_block .item_ht {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 11px;
    height: auto;
    width: calc(100% - 15px);
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 15pxpx;
    text-align: left;
    background-image: url(../../../common/image/mark_-.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 12px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    border: none;
  }
  #contents_wrapper .trouble_contents .trouble_block .item .sub_item {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
    color: #94243a;
    height: auto;
    width: 90%;
    display: block;
    padding-top: 11px;
  }
  #contents_wrapper .trouble_contents .trouble_block .item_ht .sub_item {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
    color: #94243a;
    height: auto;
    width: 90%;
    display: block;
    padding-top: 11px;
  }
  #contents_wrapper .trouble_contents .trouble_block .sentence {
    background-color: #f0f0f0;
    height: auto;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: center;
    display: none;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000;
  }
  #contents_wrapper .trouble_contents .trouble_block .sentence .button_block {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  #contents_wrapper
    .trouble_contents
    .trouble_block
    .sentence
    .button_block
    .inner_button:nth-child(2) {
    margin-top: 18px;
  }
  /*----------------------------------------------------------------------------------------
    INNER BUTTON
------------------------------------------------------------------------------------------*/
  #contents_wrapper
    .trouble_contents
    .trouble_block
    .sentence
    .button_block
    .inner_button
    a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #94243a;
    font-size: 13px;
    border-radius: 10px;
    width: 200px;
    height: 35px;
    border: 1px solid #94243a;
    transition: 0.3s;
    background-color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }
  #contents_wrapper
    .trouble_contents
    .trouble_block
    .sentence
    .button_block
    .inner_button
    a:hover {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    border-radius: 10px;
    width: 200px;
    height: 35px;
    border: 1px solid #94243a;
    transition: 0.3s;
    background-color: #94243a;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
  /*-------------------------------------------------------------------*/
}
