@charset "UTF-8";
body,
h1, h2, h3, h4, h5, h6,
blockquote, dl, dd, figure, ol, ul, p, pre {
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

html, body {
  height: 100%;
}

a {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

a:active, a:focus,
button:focus, input[type="button"] {
  outline: none;
}

article, aside, details, figure, figcaption, footer, header, main, nav, section {
  display: block;
}

address, em, i {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

ol, ul {
  list-style-type: none;
  padding: 0;
}

li {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

tr {
  vertical-align: top;
}

th, td {
  padding: 0;
}

/* よくあるご質問
   ========================================================================== */
#block-anchor {
  margin: 50px 0 40px;
}

@media screen and (max-width: 1024px) {
  #block-anchor {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  #block-anchor {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  #block-anchor {
    margin: 20px 0 20px;
  }
}

#block-anchor .item-ph {
  margin: 0 auto 25px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  #block-anchor .item-ph {
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  #block-anchor .item-ph {
    width: 100%;
    margin-bottom: 20px;
  }
}

#block-anchor p {
  margin-bottom: 25px;
}

@media screen and (max-width: 480px) {
  #block-anchor p {
    margin-bottom: 20px;
  }
}

#block-anchor ul {
  padding-top: 5px;
  background-image: url(../images/bd-text.png);
  background-repeat: repeat-x;
  background-position: left -35px;
}

@media screen and (max-width: 768px) {
  #block-anchor ul {
    padding-top: 0;
  }
}

#block-anchor ul li {
  padding: 14px 0;
  background-image: url(../images/bd-text.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}

#block-anchor ul li .q-number {
  float: left;
  display: block;
  position: relative;
  width: 70px;
  color: #2498ed;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  #block-anchor ul li .q-number {
    width: 50px;
  }
}

#block-anchor ul li .q-number:after {
  position: absolute;
  display: block;
  content: '';
  top: 6px;
  right: 7px;
  border: 9px solid transparent;
  border-left: 14px solid #2498ed;
}

@media screen and (max-width: 480px) {
  #block-anchor ul li .q-number:after {
    top: 3px;
    right: -2px;
  }
}

#block-anchor ul li a {
  display: block;
  margin-left: 70px;
  color: #333;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 480px) {
  #block-anchor ul li a {
    margin-left: 50px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* FAQ
   ========================================================================== */
.block-faq {
  margin: 25px 0 50px;
  padding-top: 25px;
}

@media screen and (max-width: 1024px) {
  .block-faq {
    margin: 30px 0 40px;
  }
}

@media screen and (max-width: 480px) {
  .block-faq {
    margin: 20px 0;
  }
}

.block-faq:after {
  display: block;
  clear: both;
  content: '';
}

.block-faq .heading-block {
  margin-bottom: 40px;
}

.block-faq .item-ph {
  float: left;
  width: 155px;
}

@media screen and (max-width: 768px) {
  .block-faq .item-ph {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}

.block-faq .balloon {
  float: right;
  position: relative;
  display: table;
  width: calc(100% - 155px);
  min-height: 115px;
  margin-bottom: 40px;
  padding: 25px 28px 0;
  border: 4px solid #2498ed;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  .block-faq .balloon {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .block-faq .balloon {
    width: calc(100% - 15px);
    margin-left: 15px;
    padding: 20px 15px 0;
  }
}

.block-faq .balloon:before {
  position: absolute;
  content: '';
  top: 20px;
  left: -60px;
  border: 30px solid transparent;
  border-right: 30px solid #2498ed;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .block-faq .balloon:before {
    top: auto;
    bottom: -60px;
    left: calc(50% - 30px);
    border-top-color: #2498ed;
    border-right-color: transparent;
  }
}

.block-faq .balloon:after {
  position: absolute;
  content: '';
  top: 20px;
  left: -54px;
  border: 30px solid transparent;
  border-right: 30px solid #fff;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .block-faq .balloon:after {
    top: auto;
    bottom: -54px;
    left: calc(50% - 30px);
    border-top-color: #fff;
    border-right-color: transparent;
  }
}

.block-faq .balloon .icon {
  position: absolute;
  top: -25px;
  left: -25px;
  width: 50px;
  height: 50px;
  padding: 10px 0 10px 2px;
  color: #fff;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-color: #ff6633;
  border-radius: 25px;
  z-index: 1;
}

@media screen and (max-width: 480px) {
  .block-faq .balloon .icon {
    padding: 13px 0 13px 2px;
  }
}

.block-faq .balloon .inner {
  display: table-cell;
  vertical-align: middle;
}

.block-faq .balloon p {
  margin-bottom: 25px;
}

.block-faq .balloon p a{
  word-break: break-all;
}
@media screen and (max-width: 480px) {
  .block-faq .balloon p {
    margin-bottom: 20px;
  }
}

.block-faq .balloon.question {
  color: #fff;
  font-weight: bold;
  background-color: #2498ed;
}

.block-faq .balloon.question:after {
  display: none;
}

.block-faq .balloon.answer:before, .block-faq .balloon.answer:after {
  top: 40px;
}

@media screen and (max-width: 768px) {
  .block-faq .balloon.answer:before, .block-faq .balloon.answer:after {
    top: auto;
  }
}
