ul#list {
    list-style : none;
    overflow : hidden;
    width : 1250px;
    margin : 0 auto 70px auto;
}

ul#list li {
    position : relative;
    float : left;
    width : 605px;
    margin-right : 40px;
    padding : 25px 0 25px 0;
    border-bottom : solid 1px #c8c8c8;
}

ul#list li:nth-child(2n) {
    margin : 0;
}

ul#list li:nth-child(1),ul#list li:nth-child(2) {
    border-top : solid 1px #c8c8c8;
}

.thumbnail {
    float : left;
	width : 210px;
    margin-right : 25px;
	background-size : cover;
	background-position : center center;
	padding-top : 210px;
    border-radius : 10px;
}

ul#list li dl {
    margin-top : 20px;
}

ul#list li dl dt {
    margin-bottom : 15px;
    font-size : 130%;
    font-weight : 600;
}

ul#list li dl dd {
    line-height : 1.55em;
}

ul#list li p {
    position : absolute;
    color : #dddddd;
    font-size : 400%;
	font-family : "bebas-neue",sans-serif;
	font-weight : 400;
	font-style : normal;
    letter-spacing : 3px;
    top : 17px;
    right : 0;
}

/*----------FORM----------*/

#contact {
	width : 1000px;
	margin : 0 auto 60px auto;
}

#contact h3 {
    margin-bottom : 30px;
    color : #0f75bd;
    font-size : 150%;
    font-weight : 600;
}

#contact ul {
    margin : 0 0 40px 20px;
}

#contact ul li {
    margin-bottom : 10px;
}

#contact ul li a {
    color : #3c3c3c;
    text-decoration : underline;
}

#contact ul li a:hover {
    text-decoration : none;
}

#contact h4 {
    margin-bottom : 20px;
    font-size : 110%;
    font-weight : 600;
}

#contact dl {
	width : 100%;
	margin-bottom : 40px;
	display : flex;
	flex-wrap : wrap;
	border-top : solid 1px #c8c8c8;
}

#contact dl dt {
	width : 200px !important;
	width /**/: 230px;
	padding : 15px 15px 15px 15px;
	background : #e6ebeb;
	border-bottom : solid 1px #c8c8c8;
	align-items : center;
	justify-content : center;
}

#contact dl dt span {
	float : right;
	padding : 4px 12px 6px 12px;
	font-size : 84%;
	color : #3c3c3c;
	background : #ffffff;
	border-radius : 20px;
}

#contact dl dd {
	width : 755px !important;
	width /**/: 770px;
	padding : 15px 0 15px 15px;
	border-bottom : solid 1px #c8c8c8;
}

#contact dl dd img {
	padding-top : 9px;
}

.input1 {
	width : 20px;
	height : 20px;
	margin : 5px 10px 0 0;
	vertical-align : -4px;
}

.input2,.input3 {
	width : 20px;
	height : 20px;
	margin : 5px 10px 0 10px;
	vertical-align : -4px;
}

.select {
	padding : 6px 7px 6px 7px;
	font-size : 100%;
	font-family : "Noto Sans JP","sans-serif";
	font-weight : 400;
	font-style : normal;
	background : #ebebeb;
	border-radius : 6px;
	border : none;
}

.text1 {
	width : 15em;
	padding : 7px;
	font-size : 100%;
	font-family : "Noto Sans JP","sans-serif";
	font-style : normal;
	font-weight : 400;
	background : #ebebeb;
	border-radius : 6px;
	border : none;
    -webkit-appearance : none;
}

.text2 {
	width : 10em;
	margin-right : 10px;
	padding : 7px;
	font-size : 100%;
	font-family : "Noto Sans JP","sans-serif";
	font-style : normal;
	font-weight : 400;
	background : #ebebeb;
	border-radius : 6px;
	border : none;
    -webkit-appearance : none;
}

.text3 {
	display : block;
	width : 28.25em;
	padding : 7px;
	font-size : 100%;
	font-family : "Noto Sans JP","sans-serif";
	font-weight : 400;
	font-style : normal;
	background : #ebebeb;
	border-radius : 6px;
	border : none;
    -webkit-appearance : none;
}

#text4 {
	width : 97%;
	margin-top : 3px;
	padding : 8px 8px 10px 8px;
	font-size : 100%;
	font-family : "Noto Sans JP","sans-serif";
	font-style : normal;
	font-weight : 400;
	background : #ebebeb;
    border-radius : 6px;
	border : none;
	-webkit-appearance : none;
}

.text5 {
	width : 15em;
    margin-left : 10px;
	padding : 7px;
	font-size : 100%;
	font-family : "Noto Sans JP","sans-serif";
	font-style : normal;
	font-weight : 400;
	background : #ebebeb;
	border-radius : 6px;
	border : none;
    -webkit-appearance : none;
}

#text6 {
	width : 5em;
    margin : 0 10px 12px 0;
	padding : 7px;
	font-size : 100%;
	font-family : "Noto Sans JP","sans-serif";
	font-style : normal;
	font-weight : 400;
	background : #ebebeb;
	border-radius : 6px;
	border : none;
    -webkit-appearance : none;
}

#submit {
	width : 100%;
	text-align : center;
}

.button1 {
	padding : 11px 30px 13px 30px;
	color : #ffffff;
	background : #ff9132;
	font-size : 110%;
	font-family : "Noto Sans JP","sans-serif";
	font-style : normal;
	font-weight : 600;
	border-style : none;
	border-radius : 30px;
}

.button1:hover {
	color : #ffffff;
	background : #f06923;
	cursor : pointer;
	transition : .5s;
}