.contact-contents{
	max-width: 600px;
    margin: 60px auto 60px auto;
}

.worksshop-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}

.contact-contents .list {
	margin-bottom:30px;
}

.contact-contents .row {
	margin-bottom:30px;
}

.contact-contents .row .left{
	width:100%;
	margin-bottom:10px;
}

.contact-contents .row .right{
	width:100%;
}

.contact-contents .row .right input{
	width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

.contact-contents .row .right .wpcf7-radio input{
	width:auto;
}

.contact-contents .contents{
	margin-bottom:30px;
}

.contact-contents .contents .top{
	font-weight:bold;
}

.wpcf7-submit{
	margin-bottom:30px;
}