@charset "utf-8";
/* CSS Document */
.mt30{
	margin-top: 30px;
}
.qa_hero {
  width: 100%;
  margin: 0 auto 80px;
  color: #333333
}
.qa_hero__image {
  width: 100%;
  display: block
}
.qa-main{
	width: 100%;
	
  margin: auto;
	background: #EAF5ED;
}
.qa01__title {
	max-width: 1100px;
	margin: auto;
  /*border-top: 3px solid #00864B;
  border-bottom: 3px solid #00864B;*/
  font-size: 22.5px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 25px 10px;
	
}

@media screen and (max-width:768px) { 
.qa01__title {
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  margin-bottom: 3vw;
  padding: 11.0666666667vw
}
}


.qa__nav {
  display: flex;
  justify-content: center;
  margin: 30px 0 100px;
}
.qa__nav-list {
  font-size: 16px;
  font-weight: bold;
  width: 90%;
  max-width: 1100px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px
}
.qa__nav-item {
  flex: 1;
  text-align: center;
  background: #00864B;
  color: #ffffff
}
.qa__nav-item:hover {
  opacity: 0.8;
  color: #fff
}
/*.qa__nav-item .active {
  background: #00864B;
  color: #fff
}*/
.qa__nav-link {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 10px
}

@media screen and (max-width:768px) { 
.qa__nav {
  display: flex;
  justify-content: center;
  margin-top: 4vw
}
.qa__nav-list {
  font-size: 4vw;
  font-weight: bold;
  width: 100%;
  display: flex;
	flex-direction:column;
  justify-content: center;
  align-items: stretch
}
.qa__nav-item {
  flex: 1;
  text-align: center;
  background: #00864B;
  color: #ffffff
}
.qa__nav-item:hover {
  background: #00864B;
  color: #fff
}
.qa__nav-item .active {
  background: #00864B;
  color: #fff
}
.qa__nav-link {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 4vw
}
}

.qa-box{
	margin-bottom: 70px;
}

.qa-bus {
    max-width: 100%;
    margin-bottom: 5px;
    border-bottom: 2px solid #d6dde3;
}

.qa-bus summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-bus summary::before,
.qa-bus p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-bus summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-bus summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-bus[open] summary::after {
    transform: rotate(225deg);
}

.qa-bus p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0 3em 1em 3em;
    padding: 1.5em 3em;
    color: #333;
    transition: transform .5s, opacity .5s;
	background: #f5f5f5;
}


.qa-bus[open] p {
    transform: none;
    opacity: 1;
}

.qa-bus p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}
.qa-bus p span{
	font-weight: bold;
}
.qa-bus a{
	color: #1a73e8!important;
	text-decoration: underline;
	text-underline-offset: 0.25em;
}
.qa-bus a:hover{
	color: #00864b!important;
	
}





@media screen and (max-width:768px) { 
	.qa-bus p {
		margin: 0 0 1em 0
	}
}

.table02 {
	position: relative;
  width: 80%;
	margin: 0 auto 1em;

  
}
.table02__td, .table02__th {
  border: 1px solid #707070;
  padding: 5px
}
.table02__th {
  background: #00864B;
  color: #fff;
  font-weight: bold
}
.table02__td {
  color: #333333
}

/*@media screen and (max-width:768px) { 
.qa-bus .table02 {	
  width: 100%;	
　margin: 0 auto 100px;
  
}
}
*/

