@charset "utf-8";
/* CSS Document */
.qa-006 {
    max-width: 1000px;
    margin: 0 auto;
    border-bottom: 2px solid #d6dde3;
}
.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;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary {
  list-style: none;
}
.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";
}
.sample_h_3{
font-size: 1.2em;/* 繝輔か繝ｳ繝医し繧､繧ｺ */
font-weight: bold;/* 繝輔か繝ｳ繝亥､ｪ縺� */
max-width: 1000px;
padding-top: .3em;
padding-bottom: .3em;
margin: 0 auto;
margin-top:    15px;  /* 荳翫□縺第欠螳� */
border-bottom: dashed 2px #a0522d;/* 邱� */
color: #a0522d;/* 繝輔か繝ｳ繝郁牡 */
}
.heading-001 {
    font-size: 1.3em;/* 繝輔か繝ｳ繝医し繧､繧ｺ */
    padding: .5em .7em;
    max-width: 1000px;
    margin: 0 auto;
    margin-top:    15px;  /* 荳翫□縺第欠螳� */
    color: #333333;
}
ul.cp_list {
	padding: 0.5em;
	list-style: none;
    max-width: 850px;
    margin: 0 auto;
	padding-bottom: 1em;
}
ul.cp_list li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:5px;
	border-bottom: 1px solid rgba(255,143,0,1);
}
ul.cp_list li:after,
ul.cp_list li:before {
	content:'';
	position: absolute;
	transform: rotate(45deg);
}
ul.cp_list li:before {
	top: 0.7em;
	left: 0.2em;
	width: 12px;
	height: 12px;
	border:2px solid rgba(255,143,0,1);
}
ul.cp_list li:after {
	top: 0.9em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(255,143,0,0.5);
	transform: rotate(60deg);
}





/* --------------------------------------
    SP
--------------------------------------- */

@media screen and (max-width: 640px){
	
.qa-006 {
	font-size: 13px;
	}

	.cp_list{
		font-size: 13px;
	}
}

