@charset "utf-8";
/* CSS Document */
li {
  list-style: none;
}
.ttl__style__01 {
  font-size: 3.3rem;
  line-height: 1.4;
  color: #1b1b1b;
  font-weight: 500
}
.ttl__style__02 {
  font-size: 1.8rem;
  color: #1b1b1b;
  font-weight: 500
}
.ttl__style__03 {
  font-size: 2.0rem;
  line-height: 1.4;
  color: #1b1b1b;
  font-weight: 500
}
.ttl__style__04 {
  font-size: 2.0rem;
  line-height: 1.4;
  color: #1b1b1b;
  font-weight: 500
}
.ttl__style__05 {
  font-size: 1.6rem;
  color: #1b1b1b;
  font-weight: 500
}
.ttl__style__06 {
  font-size: 2.2rem !important;
  line-height: 1.4;
  font-weight: 400 !important;
  color: #1b1b1b;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 55px;
}
.ttl__style__07 {
  font-size: 1.7rem;
  font-weight: 500;
  padding-bottom: 35px;
  color: #1b1b1b;
}
.ttl__style__08 {
  font-size: 1.5rem;
  font-weight: 500;
  padding-bottom: 20px;
  color: #1b1b1b;
}
.lead__style__01 {
  font-size: 1.4rem;
  font-weight: 300
}
.lead__style__02 {
  font-size: 1.3rem;
  font-weight: 400
}
.txt__red {
  color: #ff5257
}
@media screen and (max-width:768px) {
  .ttl__style__01 {
    font-size: 2.4rem;
  }
  .ttl__style__06 {
    font-size: 2.0rem !important;
  }
  .ttl__style__03, .ttl__style__04 {
    font-size: 1.9rem;
  }
  .ttl__style__02 {
    font-size: 1.7rem;
  }
  .ttl__style__07 {
    font-size: 1.6rem;
  }
  .ttl__style__05 {
    font-size: 1.5rem;
  }
  .ttl__style__08 {
    font-size: 1.4rem;
  }
  .lead__style__01 {
    font-size: 1.3rem;
  }
  .lead__style__02 {
    font-size: 1.2rem;
  }
}
/* toppage */
header {
  padding: 15px 5%;
}
.help-center-ttl__wrap {
  padding: 60px 0 25px 0;
}
main {
  margin-right: auto;
  margin-left: auto;
  max-width: 1060px;
  width: 86%;
}
.wht__box__items {
  border-radius: 10px;
  width: 100%;
  padding: 35px 50px;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  box-shadow: 3px 3px 14px rgb(0, 0, 0, 0.1);
  background: #fff;
  align-items: center;
}
.wht__box__items dl {
  display: flex;
  grid-column-gap: 15px;
}
.wht__box__items dt {
  white-space: nowrap
}
.wht__box__items img {
  vertical-align: middle;
}
.faq__box__items {
  border-radius: 10px;
  width: 100%;
  font-weight: 500;
  box-shadow: 3px 3px 14px rgb(0, 0, 0, 0.1);
  background: #fff;
  overflow: hidden;
  margin-bottom: 63px;
}
.ttl__blue__back {
  background: #3370ff;
  color: #fff;
  font-size: 1.8rem;
  padding: 15px 50px;
}
.faq__box__items nav {
  padding: 30px 50px;
}
.faq__box__items nav ul {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 25px;
  justify-content: space-between;
  width: 100%
}
.faq__box__items nav ul li {
  width: 46%;
  list-style: disc;
  margin-left: 2%;
  font-weight: 400;
}
.help-center02__items {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 25px;
  grid-column-gap: 2%;
  width: 100%;
}
.help-center02__item {
  width: 32%;
  border-radius: 10px;
  box-shadow: 3px 3px 30px rgb(0, 0, 0, 0.1);
  background: #fff;
  padding: 35px 60px 20px 60px;
  display: flex;
  flex-direction: column;
}
.help-center02__item .ttl__style__03, .help-center02__item figure {
  text-align: center;
}
.help-center02__item figure img {
  height: 50px;
  margin: 20px 0;
}
.btn__more {
  text-align: right;
  margin-top: auto;
  padding-top: 30px;
}
.btn__more a {
  background: url("../images/arrow_r.png") no-repeat left center;
  background-size: 5px auto;
  padding-left: 10px;
}
.gray__bk {
  background: #f5f5f5;
  padding: 65px 5%;
  text-align: center;
  position: relative;
  margin-top: 150px;
}
.gray__bk::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 15px solid #f5f5f5;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.gray__bk .btn__blue {
  margin-top: 30px;
}
.btn__blue a {
  display: inline-block;
  border-radius: 50px;
  width: 250px;
  padding: 15px;
  text-align: center;
  color: #fff;
  background: #3370ff;
}
footer {
  padding: 40px 5%;
  font-size: 1.2rem;
}
footer nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-column-gap: 10px;
  grid-row-gap: 15px;
}
footer nav ul li {
  list-style: none;
  position: relative;
}
footer nav ul li::after {
  content: '/';
  margin-left: 10px;
}
footer nav ul li:first-child::after, footer nav ul li:last-child::after {
  display: none
}
@media screen and (max-width:768px) {
  header img {
    max-width: 55%
  }
  .help-center-ttl__wrap {
    padding: 40px 0 20px 0;
  }
  .wht__box__items {
    border-radius: 7px;
    padding: 20px;
    flex-wrap: wrap;
    grid-row-gap: 5px;
  }
  .wht__box__items > div {
    width: 100%;
  }
  .wht__box__btn {
    text-align: right
  }
  .wht__box__items dl {
    grid-column-gap: 10px;
    flex-wrap: wrap;
  }
  .wht__box__items dt, .wht__box__items dd {
    width: 100%
  }
  .faq__box__items {
    border-radius: 7px;
    margin-bottom: 40px;
  }
  .ttl__blue__back {
    font-size: 1.6rem;
    padding: 10px 20px;
  }
  .faq__box__items nav {
    padding: 20px;
  }
  .faq__box__items nav ul {
    grid-row-gap: 10px;
  }
  .faq__box__items nav ul li {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
  .help-center02__items {
    grid-row-gap: 20px;
  }
  .help-center02__item {
    width: 100%;
    border-radius: 7px;
    box-shadow: 3px 3px 14px rgb(0, 0, 0, 0.1);
    padding: 25px 15%;
  }
  .help-center02__item figure img {
    margin: 20px 0 10px 0;
  }
  .btn__more {
    margin-top: 10px;
    padding-top: 0;
  }
  .btn__more a {}
  .gray__bk {
    padding: 35px 5%;
    margin-top: 60px;
  }
  .gray__bk .btn__blue {
    margin-top: 20px;
  }
  .btn__blue a {
    width: 230px;
    padding: 10px;
  }
  footer nav ul {
    grid-row-gap: 10px;
  }
}
/* news */
.tbl_a__style {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.tbl_a__style th, .tbl_a__style td {
  border-bottom: 1px solid #dcdcdc;
  padding: 25px 0;
  font-size: 1.5rem;
}
.tbl_a__style th {
  width: 165px;
  font-weight: 500;
}
.tbl_a__style th, .tbl_a__style td {
  padding: 30px 0;
}
.pager ul {
  margin-top: 110px;
  display: flex;
  justify-content: center;
  grid-column-gap: 5px;
}
.pager li {
  list-style: none;
}
.pager a {
  padding: 1px 13px;
}
.pager span.current {
  padding: 1px 13px;
  background: #3370ff;
  color: #fff;
}
.fa-chevron-right:before, .fa-chevron-left:before {
  font-weight: 600;
}
.news__ttl {
  font-size: 2.5rem;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
  padding-top: 25px;
  letter-spacing: 2.5px;
}
.news__pic {
  text-align: center;
  padding: 35px;
}
.news__detail__wrap .article__items .icon {
  font-size: 1.5rem;
  letter-spacing: inherit;
}
.news__detail__wrap .article__items {
  justify-content: center;
  grid-column-gap: 20px;
}
.screen-reader-text {
  display: none;
}
@media screen and (max-width: 768px) {
  .tbl_a__style th, .tbl_a__style td {
    padding: 15px 0;
    font-size: 1.3rem;
    width: 100%;
    display: block;
  }
  .tbl_a__style th {
    border: none;
    padding-bottom: 0 !important;
  }
  .tbl_a__style td {
    padding-top: 7px !important;
    padding-bottom: 15px;
  }
  .pager ul {
    margin-top: 40px;
  }
  .pager a {
    padding: 1px 7px;
  }
  .pager span {
    padding: 1px 7px;
  }
  .news__ttl {
    margin-bottom: 15px;
    line-height: 1.4;
    font-size: 2.2rem;
    padding-bottom: 15px;
    padding-top: 15px;
    letter-spacing: inherit;
  }
  .news__pic {
    padding: 20px;
  }
  .news__detail__wrap .article__items .icon {
    font-size: 1.3rem;
  }
}
/* news詳細 */
.c-detail__btn {
  margin-top: 50px;
  text-align: center;
}
.c-btnC {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 60px;
  border: 2px solid #3370ff;
  font-size: 15px;
  font-weight: 500;
  width: 350px;
}
@media screen and (max-width: 768px) {
  .c-detail__btn a {
    width: 350px;
  }
}
/* FAQ */
.hd-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0 80px 0;
}
.searchbox {
  width: 340px
}
.breadcrumb {
  width: calc(100% - 355px);
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 10px;
  grid-row-gap: 15px;
}
.breadcrumb ul li {
  list-style: none;
  position: relative;
}
.breadcrumb ul li::after {
  content: '＞';
  margin-left: 10px;
}
.breadcrumb ul li:last-child::after {
  display: none
}
.breadcrumb ul li, .breadcrumb ul li a {
  font-size: 1.264rem;
  color: #737373
}
.content01__items {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.content01__item__link {
  width: 230px;
}
.content01__item__main {
  width: calc(100% - 270px);
}
nav.link li {
  margin-bottom: 12px;
}
nav.link li a {
  padding: 8px 13px;
  display: block;
}
nav.link .pay a, nav.link a:hover {
  background: #f5f5f5;
  opacity: 1
}
.ttl__style__04 {
  margin-left: 20px;
  position: relative;
}
.ttl__style__04::before {
  content: '■';
  font-size: 10px;
  color: #cccccc;
  margin-right: 10px;
  margin-left: -20px;
  position: absolute;
  left: 0;
  top: 8px;
}
.faq__list {
  margin-top: 30px;
  margin-bottom: 40px;
}
.faq__list li {
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .hd-items {
    flex-wrap: wrap;
    margin: 30px 0 40px 0;
    grid-row-gap: 30px;
  }
  .breadcrumb {
    width: 100%
  }
  .searchbox {
    width: 100%;
    text-align: center;
  }
  .content01__items {
    grid-row-gap: 40px;
  }
  .content01__item__link {
    width: 100%;
  }
  .content01__item__main {
    width: 100%;
  }
  nav.link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  nav.link li {
    margin-bottom: 10px;
    width: 100%
  }
  nav.link li a {
    padding: 4px 13px;
  }
  .faq__list {
    margin-top: 20px;
  }
  .faq__list li {}
}
/* FAQ詳細ページ */
.section {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e5e5e5
}
.section .ttl__style__05 {
  padding-bottom: 15px;
}
.content01__item__main figure {
  margin: 30px 0 35px 0
}
.txt__blue, #help a {
  color: #0000ff;
}
.blk__line__box, #help h3 {
  text-align: center;
  border: 1px solid #8c8c8c;
  border-radius: 5px;
  padding: 30px;
  margin: 45px 0 40px 0;
}
.disc__list {
  margin-top: 45px;
}
.disc__list li {
  margin-left: 20px;
  position: relative;
}
.disc__list li::before {
  content: '●';
  font-size: 13px;
  color: #cccccc;
  margin-right: 10px;
  margin-left: -20px;
  position: absolute;
  left: 0;
  top: 2px;
}
.red__line__box, #help h4 {
  border: 2px solid #ff5257;
  border-radius: 5px;
  padding: 30px 55px;
  margin-top: 50px;
}
.red__line__box p {
  background: url("../images/icon_attention.svg") no-repeat left top 3px;
  background-size: 20px auto;
  display: block;
  padding-left: 30px;
}
#help h4 {
  background: url(../images/icon_attention.svg) no-repeat left 48px top 35px;
  background-size: 20px auto;
  display: block;
  padding-left: 75px;
}
.blue__line__box, #help h5 {
  border: 1px solid #3370ff;
  border-radius: 5px;
  padding: 30px 55px;
  margin-top: 50px;
}
.blue__line__box p {
  background: url("../images/icon_check-box.svg") no-repeat left top 3px;
  background-size: 20px auto;
  display: inline-block;
  padding-left: 30px;
}
#help h5 {
  background: url("../images/icon_check-box.svg") no-repeat left 48px top 35px;
  background-size: 20px auto;
  display: block;
  padding-left: 75px;
}
#help h1{
    background: #e6e6e6;
    margin-bottom: 15px;
    margin-top: 50px;
    font-size: 2.0rem;
    padding: 5px 15px;
    font-weight: inherit;
}
#help h2{
    font-size: 1.7rem;
    font-weight: 500;
    color: #1b1b1b;
}
#help td,
#help th {
    border: 1px solid #000;
    padding: 5px;
}
.gray__box, #help h6 {
  border-radius: 5px;
  padding: 30px 55px;
  margin-top: 50px;
  background: #f5f5f5
}
#was-this-helpful {
  margin-top: 115px !important;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center !important;
  padding: 40px 20px !important;
  background-color: inherit !important;
  display: block !important;
  border-radius: inherit !important;
}
#wthf-yes-no span {
  box-shadow: none !important;
  border: 1px solid #3370ff;
  border-radius: 100px !important;
  width: 100px !important;
  display: inline-block;
}
#wthf-title {
  padding-right: 0 !important;
  display: block !important;
  margin-bottom: 20px;
}
#was-this-helpful.wthf-disabled:after {
  left: calc(50% - 82px);
  top: calc(50% - 13px);
}
.gray__line__box {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 55px 60px;
  margin-top: 80px;
}
.gray__line__box nav li {
  margin-top: 15px;
}
.gray__line__box nav li:first-child {
  margin-top: 20px;
}
.gray__line__box a {
  color: #1b1b1b !important;
}
@media screen and (max-width: 768px) {
  .section {
    /*margin-top: 30px;
    padding-top: 30px;*/
	  display: none;
  }
  .section .ttl__style__05 {
    padding-bottom: 10px;
  }
  .section nav.link li {
    width: 100%;
  }
  .content01__item__main figure {
    margin: 25px 0
  }
  .blk__line__box {
    padding: 20px;
    margin: 30px 0;
  }
  .disc__list {
    margin-top: 30px;
  }
  .red__line__box, .blue__line__box, .gray__box, #help h6 {
    padding: 20px;
    margin-top: 30px;
  }
  #help h4, #help h5 {
    padding: 20px 20px 20px 50px;
  }
  #help h4 {
    background: url(../images/icon_attention.svg) no-repeat left 22px top 26px;
    background-size: 20px auto;
  }
  #help h5 {
    background: url("../images/icon_check-box.svg") no-repeat left 22px top 26px;
    background-size: 20px auto;
  }
  #was-this-helpful {
    margin-top: 40px !important;
    padding: 30px 20px !important;
  }
  .gray__line__box {
    border-radius: 7px;
    padding: 25px 20px;
    margin-top: 40px;
  }
  .gray__line__box nav li {
    margin-top: 10px;
  }
  .gray__line__box nav li:first-child {
    margin-top: 15px;
  }
}
/*　category その他　*/
ul.children {
  display: none !important;
}
.current-cat {
  background: #f5f5f5;
  opacity: 1;
}
.search_result li {
  list-style: none;
  margin-bottom: 15px;
}
input#s-box {
  font-size: 1.264rem;
  color: #737373;
  width: 250px;
  text-align: left;
  padding: 3px 5px;
}
#s-btn {
  display: flex;
  align-items: center;
}
.searchframe {
  display: inline-block;
  width: 340px;
  border-radius: 100px;
  padding: 5.5px;
  border: 2px solid #3370ff;
  text-align: center;
  box-shadow: 3px 3px 14px rgb(0, 0, 0, 0.1);
  background: #fff
}
.topsearch {
  text-align: center;
  padding: 45px 0 60px 0;
}
.topsearch .searchframe {
  width: 100%;
  max-width: 700px;
  padding: 8px 0;
}
.topsearch input#s-box {
  font-size: 1.7rem;
  width: calc(100% - 80px);
  padding: 5px;
}
#help li, #news li {
  list-style: inherit !important;
  margin-left: 20px;
  margin-bottom: 5px;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus::-ms-input-placeholder {
  color: transparent;
}
input:focus::placeholder {
  color: transparent;
}
@media screen and (max-width: 768px) {
  .searchframe {
    width: 100%;
  }
  .topsearch {
    padding: 30px 0 40px 0;
  }
  .topsearch input#s-box {
    font-size: 1.4rem;
    width: calc(100% - 60px);
  }
}
/* もっと見る */
.faqlist.hide li:nth-child(n+7) {
  display: none !important;
  transition: 0.5s;
}
.btn span.hide {
  display: none !important;
}
.faqlist li {
  display: list-item;
  animation: show 1s linear 0s;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.btn {
  text-align: center;
  margin-top: 20px;
}
.btn span {
  display: inline-block;
  cursor: pointer;
  padding: 5px 40px 5px 30px;
  border: 1px solid #3370ff;
  border-radius: 30px;
  position: relative;
  color: #3370ff
}
.btn span::before, .btn span::after {
  content: " ";
  width: 10px;
  height: 1px;
  background-color: #3370ff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: transform .2s ease-in-out;
}
.btn span::after {
  transform: rotate(-90deg);
}
.btn span:nth-child(2)::after {
  transform: rotate(0deg);
}