p {
    line-height: 2em;
}
.profile {
    background-color: #F5F5F5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
/*    width: 90%;
    margin-left: auto;
    margin-right: auto;*/
}
.profile p {
    color: #446984;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}
.successBox{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.successBox .imgCenter{
	width:48%;
}
.successBox div{
	width:48%;
}
p.question {
    color: #3FC1C9;
    font-weight: bold;
    margin-top: 30px;
/*    margin-bottom: 10px;*/
}
.imgCenter {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.imgCenter_01 {
    text-align: center;
	display:flex;
	justify-content:space-between;
	flex-wrap:nowrap;
    margin-bottom: 20px;
    margin-top: 20px;
	width:100%;
}
.imgCenter_02{
    text-align: center;
	display:flex;
	justify-content:space-between;
	flex-wrap:nowrap;
    margin-bottom: 20px;
    margin-top: 20px;
	width:100%;
}
.imgCenter_04{
    text-align: center;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
    margin-bottom: 20px;
    margin-top: 20px;
	width:100%;
}
.imgCenter_01 img, .imgCenter_02 img{
	width:45%;
	height:auto;
	object-fit:contain;
}
.imgCenter_02 img.w80{
	width:58%;
	height:auto;
	object-fit:contain;
}
.imgCenter_02 img.w20{
	width:28%;
	height:auto;
	object-fit:contain;
}
.imgCenter_03 img{
	display:block;
	text-align:center;
	margin:0 auto;
	width:45%;
	height:auto;
	object-fit:contain;
}
.imgCenter{
	display:flex;
	justify-content:center;
	flex-wrap:nowrap;
	width:100%;
}
.imgCenter_04 img.w50{
	width:48%;
	height:auto;
	object-fit:contain;
	margin-bottom:10px;
}
.imgCenter_04 img.w80{
	width:58%;
	height:auto;
	object-fit:contain;
	margin-bottom:10px;
}
.imgCenter_04 img.w20{
	width:28%;
	height:auto;
	object-fit:contain;
	margin-bottom:10px;
}
.imgCenter>img{
	width:100%;
	height:auto;
	object-fit:contain;
}

hr{
    border: none;
  height: 10px;
  background-image: linear-gradient(45deg,
    hsla(183, 56%, 52%, 0),
    hsla(183, 56%, 52%, 0) 33.33%,
    hsla(183, 56%, 52%, 1) 33.33%,
    hsla(183, 56%, 52%, 1) 66.67%,
    hsla(183, 56%, 52%, 0) 66.67%,
    hsla(183, 56%, 52%, 0) 100%);
  background-size: 10px 100%;
  width: 100%;
    margin: 30px auto 0;
}

@media (max-width:480px) {
p {
    font-size: 14px;
}
.profile {
    padding-right: 20px;
    padding-left: 20px;
}
    img{
        width: 100%;}
.successBox{
	display:block;
}
.successBox .imgCenter{
	width:100%;
}
.successBox div{
	width:100%;
}

.imgCenter_02{
	display:block;
	}
/**.imgflex{
	display:block!important;
	width:100%;
}**/
.imgCenter_02 img{
	width:90%;
	}
.imgCenter_02 img.w80{
	width:90%;
}
.imgCenter_02 img.w20{
	width:90%;
}
	.imgCenter_04{
		display:block;
		text-align:center;
	}
	.imgCenter_04 img.w50,.imgCenter_04 img.w80,.imgCenter_04 img.w20{
		width:80%;
	}
}