

.conbox01{
	margin: auto;
	width: 196px;
	/*height: 80px;*/
}
.conbox01 .text{
	text-align: center;
	font-family: ab-kirigirisu, sans-serif; 
	font-size: 28px;   
 	margin: 0 ;
  	text-align: center;
	 padding-top: 34px;
	}


.conbox02{
	width: auto;
	font-size:14px;
	color: #000;
	padding: 0;
	font-family: yu-gothic-pr6n, sans-serif; 
	line-height: 26px;
	margin: 15px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 90px;
	margin-top: 34px;
  
}



/* ------------------ */
/* a-box01
/* ------------------ */

.c-box{
	margin: 20px auto;
	width:auto;
	max-width: 500px;
	/*height:auto;
	min-height: 500px;*/
	background-color:#fff;
	padding: 15px;
	border-radius: 15px;
	margin-bottom: 30px;;
	text-align: left;
	
	
	
}


.c-box .text{
	width:auto;
	font-size:14px;
	color: #000;
	padding: 0;
	font-family: yu-gothic-pr6n, sans-serif; 
	line-height: 150%;
	text-align: left ;
	font-weight: bold;
}
.c-box p{
	margin: 0 0 10px 0;
	text-align: center;
}
/*
ul li {
	margin-left: 18px;
	margin-bottom: 16px;
	list-style: disc;
	line-height: 17px;
	border-bottom: 1px solid #ccc;
}
*/


.qa-006 {
    max-width: 500px;
    margin: 5px auto;
    border-bottom: 2px solid #d6dde3;
	background-color: #ffffff;
	text-align: left;
}

.qa-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
	text-align: left;
}

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

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

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

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

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

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