main {
  max-width: 980px;
  margin: 0 auto;
}
main a {
  color: #1a0dab;
}
.title {
  margin: 10px 0 20px;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
}
.sbtitle {
  margin: 20px 0 15px;
  border-left: 5px solid #FF0000;
  font-size: 2.0rem;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 2em;
}
.sbtitle2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin: 15px 0 5px;
}
.sbcategory {
  font-size: 1.7rem;
  font-weight: bold;
text-indent: -1em;
margin: 15px 0 5px 1em;
}
.sbcategory2 {
	margin: 20px 0 15px;
    border-left: 5px solid #FF0000;
    font-size: 2.0rem;
    font-weight: bold;
    text-indent: -1em;
    padding-left: 2em;
}
.link{
	color: #1a0dab;
}

.link:hover{
	text-decoration: underline;
}

.listtext {
  margin-bottom: 5px;
  color: #1a0dab;
  font-size: 14px;
}
.listtext a:hover {
  text-decoration: underline;
}
.qasbtitle a {
  text-decoration: none;
}
.boder {
  border-bottom: #FF0004 3px solid;
  text-align: center;
}
.indent {
  text-indent: -1em;
  padding-left: 1em;
}
.indent2 {
  text-indent: -1em;
  padding-left: 2em;
}
.indent3 {
  text-indent: -1em;
  padding-left: 3.6em;
}
.indent4 {
  padding-left: 2.6em;
}
.indent5 {
  padding-left: 2.6em;
  text-indent: -4em !important;
  font-weight: bold;
}
.indent6 {
  text-indent: -1em;
  padding-left: 1em;
  font-weight: bold;
}
.indent7 {
  padding-left: 1em;
}
.indent8 {
  padding-left: 2em;
}
.indent a:hover {
  text-decoration: underline;
}
.indent2 a:hover {
  text-decoration: underline;
}
.indent4 a:hover {
  text-decoration: underline;
}
.last {
  margin: 50px;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.col_2 {
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div {
  width: 50%;
  padding: 5px;
}
@media screen and (max-width: 960px) {
  .col_2 > div {
    width: 100%;
  }

}
/*繝懊ち繝ｳ*/
.btn-index {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #fff;
  border: 1px solid #FF0000;
  font-size: 14px;
  color: #FF0000;
  text-decoration: none;
  position: relative;
  font-weight: bold;
}
.btn-index {
  background-color: #fff;
  color: #FF0000;
}
.btn-index:hover {
  background-color: #FFDBDB;
}
@media screen and (max-width:480px) {
  .btn-index {
    font-size: 13px;
    padding: 5px;
  }
  .btn-index::after {
    margin: 0px;
  }
}
.arrow {
  position: relative;
  display: flex;
  width: 100%;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}
.arrow:after {
  position: absolute;
  right: 15px;
  top: 28%;
  font-family: 'FontAwesome';
  content: "\f054";
  display: block;
}
.qatitle {
  padding: 10px 10px 10px 35px;
  border-radius: 5px;
  background: #cce6ff;
  text-indent: -25px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8rem;
}
.qatitle:before {
  content: "Q.";
  font-weight: bold;
  margin-right: 7px;
}
.answer {
  font-size: 1.4rem;
  text-indent: -1.6em;
}
.answer1 {
  font-size: 1.4rem;
}
.answer:before {
  content: "A.";
  color: #FF0000;
  font-weight: bold;
  margin-right: 7px;
}
.answer a:hover {
  text-decoration: underline;
}
.qaarea {
  padding: 0 1em 0 2.5em;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  main {
    width: 100%;
    padding: 0 8px;
  }
  .title {
    font-size: 1.8rem;
  }
  .sbtitle {
    font-size: 1.5rem;
    margin-left: 5px;
  }
  .sbtitle2 {
    font-size: 1.5rem;
  }
	.sbcategory {
  font-size: 15px;
}
	.sbcategory2 {
  font-size: 1.5rem;
    margin-left: 5px;
}
  .listtext {
    font-size: 13px;
  }
  .arrow {
    padding: 8px 10px;
  }
  .qatitle {
    font-size: 15px;
  }
  .answer {
    font-size: 13px;
  }
  .answer1 {
    font-size: 13px;
  }
  .qaarea {
    padding-left: 2em;
    margin-top: 10px;
  }
  .indent4 {
    padding-left: 3em;
  }
  .indent6 {
    text-indent: -2.6em;
    padding-left: 3em;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

