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;
}

.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;
}
.modal-inner {
  position: relative;
}
.openModal {
  color: #1a0dab;
 padding: 2px;
margin-left: 2em	
}
.openModal:hover {
  text-decoration: underline;
  cursor: pointer;
  cursor: hand;
}
	.hr2023 {
		width: 80%;
		margin: 0.5em 0 0.5em -2em
	}

.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalBg {
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.9);
}
.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  height: auto;
  padding: 10px 30px;
  background: #fff;
}
.closeModal {
  position: absolute;
  top: 0.3rem;
  right: 1rem;
  cursor: pointer;
  font-size: 25px;
}
.is-open {
  display: block;
}
.qatitle {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 5px;
  border-bottom: 1px solid #FF0000;
}
.answer {
  font-size: 15px;
}
.answer a {
  color: #1a0dab;
  font-weight: bold;
}
.answer a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  .col_2 > div {
    width: 100%;
  }
	 .openModal {
	 padding: 2px 1em !important;
		 margin-left: 0
  }
	.hr2023 {
		margin: 0.5em 0;
		width: 100%
	}
	
  .modalWrapper {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 100%;
    height: auto;
    padding: 10px 20px;
    background: #fff;
  }
  .qatitle {
    font-size: 13px!important;
    margin-bottom: 5px!important;
    margin-top: 50px!important;
  }
  .answer {
    font-size: 13px!important;
    height: 250px!important;
    overflow-y: auto;
    overflow-y: scroll;
  }
  .closeModal {
    position: absolute;
    top: 0.3rem;
    right: 1rem;
    cursor: pointer;
    font-size: 30px;
  }

}
/*郢晄㈱縺｡郢晢ｽｳ*/
.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;
  }
  .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;
  font-family: 'FontAwesome';
  content: "\f054";
  display: block;
}

.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;
  }
  .listtext {
    font-size: 13px;
  }
  .arrow {
    padding: 8px 10px;
  }
  .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;
  }
}
  .accordion{
	padding: 1rem 0;
}

.accordion-004 summary::after {
    transition: transform .3s;
}

.accordion-004[open] summary::after {
    transform: rotate(90deg);
}