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;
}
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_01 img, .imgCenter_02 img{
	width:45%;
	height:auto;
	object-fit:contain;
}
.imgCenter_03 img{
	display:block;
	text-align:center;
	margin:0 auto;
	width:45%;
	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 only screen and (max-width:768px) {
}
@media only screen and (max-width:480px) {
p {
    font-size: 14px;
}
.profile {
    padding-right: 20px;
    padding-left: 20px;
}
    img{
        width: 100%;
    }

.imgCenter_02 {
	display:block;
}
.imgCenter_02 img{
	width:90%;
	}
}