@charset "utf-8";
/* CSS Document */
.bgy-half {
    background-image: linear-gradient(transparent 60%, #ffff00 60%);
}
.w-800{
	margin: 0 auto;	
	max-width: 800px;	
	padding: 0 10px;
}
.w-700{
	margin: 0 auto;	
	max-width: 700px;	
	padding: 0 10px;
}
.w-640{
	margin: 0 auto;	
	max-width: 640px;	
	padding: 0 10px;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.tw-800{
	margin: 0 auto 20px;	
	max-width: 800px;	
}
.h-img{
	margin: 0 auto 10px;;	
	max-width: 300px;		
}
.h-img02{
	margin: 0 auto 10px;;	
	max-width: 260px;		
}

.btn{
	margin: 20px auto;
	/* box-shadow: 3px 3px 12px rgba(0,0,0,0.5);*/
}
.btn a:hover{
	opacity: 0.5;
}
.heading03 {
  position: relative;
  text-align: center;
  font-weight: bold;
}
.heading03::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  border-top:1px solid #DAA520;
  border-bottom:1px dotted #DAA520;
}
.heading03 span  {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 1.5em;
  padding: 0 1em;
  background-color: #fff;

  text-align: center;
}






.footer-001 {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 25px 10px 10px;
    background-color: #333;
}
.footer-001__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 1.5em;
    list-style-type: none;
    margin: 0 0 .5em;
    padding: .5em;
    font-size: 14px;
}

.footer-001__link {
    color: #fff;
    font-weight: 200;
    text-decoration: none;
}
.footer-001__link:hover{
	opacity: 0.5;
}

.footer-001__copyright {
    margin: 0;
    color: #fff;
    font-weight: 200;
    font-size: .8em;
}

.qa-6 {
    max-width: 100%;
    margin-bottom: 5px;
    border-bottom: 2px solid #d6dde3;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 1em 1em 2em;
    font-weight: 600;
    cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 0.5em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-6 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-6 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-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
}

.qa-6 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}

@media screen and (max-width:767px){
.footer-001__list {
     flex-wrap: wrap;
   }
.h-img{
	margin: 0 auto 10px;;	
	max-width: 300px;		
}
.heading03{
		font-size: 20px;
}
	
}
	