ul#list {
    list-style : none;
    overflow : hidden;
    width : 100%;
    margin-bottom : 8%;
    border-top : solid 1px #c8c8c8;
}

ul#list li {
    position : relative;
    padding : 6% 5% 6% 5%;
    border-bottom : solid 1px #c8c8c8;
}

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

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

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

ul#list li p {
    position : absolute;
    color : #eeeeee;
    font-size : 500%;
	font-family : "bebas-neue",sans-serif;
	font-weight : 600;
	font-style : normal;
    transform : scale(1.0, 1.2);
    letter-spacing : 2px;
    top : 4.5%;
    right : 4.5%;
    z-index : -1;
}

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

#contact {
    width : 90%;
    margin : 0 auto 9% auto;
}

#contact h3 {
    margin-bottom : 6%;
    color : #0f75bd;
    font-size : 120%;
    font-weight : 600;
    text-align : center;
}

#contact h3 span {
    display : block;
}

#contact ul {
    margin : 0 5px 7% 25px;
}

#contact ul li {
    margin-bottom : 10px;
    line-height : 1.5em;
}

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

#contact h4 {
    margin-bottom : 4%;
    font-size : 100%;
    font-weight : 600;
}

#contact dl {
	margin-bottom : 7%;
	line-height : 1.4em;
	border-top : solid 1px #c8c8c8;
	border-left : solid 1px #c8c8c8;
	border-right : solid 1px #c8c8c8;
}

#contact dl dt {
	padding : 12px 12px 14px 12px;
	background : #e6ebeb;
	align-items : center;
	justify-content : center;
}

#contact dl dt span {
	float : right;
	padding : 0 10px 1px 10px;
	font-size : 84%;
	color : #3c3c3c;
	background : #ffffff;
	border-radius : 30px;
}

#contact dl dd {
	padding : 12px 0 14px 3%;
	border-bottom : solid 1px #c8c8c8;
}

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

#contact dl dd span {
	display : block;
}

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

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

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

.select {
	margin-right : 10px;
	padding : 5px 6px 5px 6px;
	font-size : 16px;
	font-family : "Noto Sans JP","sans-serif";
	font-weight : 400;
	font-style : normal;
	background : #ebebeb;
	border-radius : 6px;
	border : none;
}

.text1,.text5 {
	width : 15em;
	padding : 5px 7px 5px 7px;
	font-size : 16px;
	font-style : normal;
	background : #ebebeb;
	border-radius : 6px;
	border : none;
    -webkit-appearance : none;
}

.text2 {
	width : 10em;
	margin-right : 10px;
	padding : 5px 7px 5px 7px;
	font-size : 16px;
	font-style : normal;
	background : #ebebeb;
	border-radius : 6px;
	border : none;
    -webkit-appearance : none;
}

.text3 {
	display : block;
	width : 92%;
	padding : 5px 7px 5px 7px;
	font-size : 16px;
	font-style : normal;
	background : #ebebeb;
	border-radius : 6px;
	border : none;
    -webkit-appearance : none;
}

#text4 {
	width : 92%;
	margin-top : 3px;
	padding : 8px 8px 10px 8px;
	font-size : 16px;
	font-style : normal;
	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 : 9px 20px 10px 20px;
    font-family : "Noto Sans JP","sans-serif";
	font-style : normal;
	font-weight : 600;
	color : #ffffff;
	background : #ff9132;
	font-size : 110%;
	border-style : none;
	border-radius : 36px;
}