@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------
#damage（性暴力被害にあったとき）
--------------------------------------------*/
.accordion {
	margin-top: 2em;
}
.accordion dt{
	display:block;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    color: #FFF;
    font-size: 150%;
    font-weight: 600;
    letter-spacing: 1px;
	width: 100%;
	cursor:pointer;
	border-radius: 40px;
	background: url("../../cmn/img/bg_orange.png") repeat;
	padding: 0.85em 3em 0.85em 4.5em;
	text-align: left;
	margin-top: 1em;
    position: relative;
}

.accordion dt:nth-of-type(even){
	background: url("../../cmn/img/bg_green.png") repeat;
}

.accordion dt:after {
    content: "";
    background: url("../img/open.png") no-repeat center;
    background-size: contain;
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
}
.accordion dt.active:after {
    content: "";
    background: url("../img/close.png") no-repeat center;
    background-size: contain;
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
}

.accordion dt.person01:before {
		content: "";
		background: url("../img/ico_damage01.png") no-repeat left center;
		background-size: contain;
		width: 60px;
		height: 100px;
		display: inline-block;
        position: absolute;
        bottom: 0;
        left: 1.5em;
}
.accordion dt.person02:before {
		content: "";
		background: url("../img/ico_damage02.png") no-repeat left center;
		background-size: contain;
		width: 60px;
		height: 100px;
		display: inline-block;
        position: absolute;
        bottom: 0;
        left: 1.5em;
}
.accordion dt.person03:before {
		content: "";
		background: url("../img/ico_damage03.png") no-repeat left center;
		background-size: contain;
		width: 60px;
		height: 85px;
		display: inline-block;
        position: absolute;
        bottom: 0;
        left: 1.5em;
}
.accordion dt.person04:before {
		content: "";
		background: url("../img/ico_damage04.png") no-repeat left center;
		background-size: contain;
		width: 60px;
		height: 100px;
		display: inline-block;
        position: absolute;
        bottom: 0;
        left: 1.5em;
}
.accordion dt.person05:before {
		content: "";
		background: url("../img/ico_damage05.png") no-repeat left center;
		background-size: contain;
		width: 70px;
		height: 87px;
		display: inline-block;
        position: absolute;
        bottom: 0;
        left: 1.5em;
}.accordion dt.person06 {
    padding-left: 2em;
}

.accordion dd{
	width:100%;
	line-height: 1.6em;
	display:none;
	padding: 15px;
	text-align: left;
	margin-bottom: 1em;
	color: #ff7800;
}
.accordion dd:nth-of-type(even) {
    color: #88bc21;
}

@media screen and (max-width: 480px) {
    .accordion dt {
        font-size: 130%;
    }
	.accordion dt.person01:before,
    .accordion dt.person02:before,
    .accordion dt.person04:before{
        width: 40px;
        height: 70px;
    }
    .accordion dt.person03:before,
    .accordion dt.person05:before{
        width: 40px;
        height: 55px;
    }
}


.box-style1 {
    background: #ffefdc;
    padding: 2em;
    border-radius: 10px;
    color: #ff7800;
    text-align: left;
    line-height: 1.6em;
    margin-top: 2em;
}

.box-style1 h3 {
    border-bottom: 2px solid #ff7800;
    padding: 0 0.5em 0.5em;
    font-size: 165%;
    text-align: center;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    margin-bottom: 0.5em;
    color: #ff7800;
}
.box-style1 h4 {
    background: #ff7800;
    color:#FFF;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    padding: 7px 10px;
    font-size: 120%;
    margin-top: 1em;
}
.box-style1 ul {
    background: #FFF;
    padding:  1.5em;
    font-size: 110%;
    font-weight: 500;
    color: #603813;
}
.box-style1 ul li {
    padding-left: 1.3em;
    text-indent: -1.3em;
    margin-bottom: 0.3em;
}
.box-style1 ul li:before {
    content: "●";
    color: #ff7800;
    margin-right: 0.3em;
}

.box-style1 .textR {
    color: #ff552e;
    text-align: center;
    margin-top: 1em;
    font-weight: 700;
    font-size: 120%;
}
.box-style1 .textR:before {
    content: "";
    background: url("../img/icon.svg") no-repeat;
    background-size: contain;
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    vertical-align: -7px;
    margin-right: 0.2em;
}

.box-style2 {
    border: 1px solid #85b921;
    margin: 2em 1em 0;
    border-radius: 10px;
}
.box-style2 h3{
    background: url("../../cmn/img/bg_green.png") repeat;
    color: #FFF;
    padding: 7px;
    text-align: center;
    font-size: 120%;
    letter-spacing: 0.5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.box-style2 ul {
    padding: 1em 1.5em;
    font-size: 105%;
}
.box-style2 li {
    text-indent: -1.3em;
    padding-left: 1.3em;
    color: #603813;
}
.box-style2 li:before {
    content: "●";
    margin-right: 0.3em;
    color: #85b921;
}

@media screen and (max-width: 480px) {
    .box-style1 {
        padding: 1.5em 1.2em;
    }
    .box-style1 ul {
        padding: 1em;
    }
}
