@charset "utf-8";

/******************** enquete ********************/
#contents {
    text-align: left;
}
div#req_warning {
    border: 3px solid #e8e1ba;
    padding: 15px 20px;
    margin: 30px 0 40px;
}
#req_warning ul {
    margin-bottom: 20px;
}
#req_warning li {
    margin-bottom: 3px;
    list-style-type: circle;
    list-style-position: inside;
}
/********************/
#how h2 span {
	border: none;
}
#how h2 {
	border: none;
    margin-bottom: 0;
}
#how .title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
#how ul {
    margin: 0 0 50px;
    display: flex;
    width: 100%;
}
#how li {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 49.5%;
    margin: 0 0.5%;
    border-radius: 5px;
    border: 3px solid #aee8df;
    background: #c6f4ed
}
#how li a {
    display: block;
    padding: 70px 0 10px;
    color: #000;
}
#how li a:hover {
    color: #478f84;
}
#how .small {
    color: #3e8479;
    font-size: 13px;
    margin: 5px 0 0;
    line-height: 16px;
    display: block;
    font-weight: normal;
    letter-spacing: -0.1em;
}
#how li.tel a {
    background: #c6f4ed url("/wp-content/uploads/2025/04/how_tel.png") no-repeat center 12px;
}
#how li.line a {
    background: #c6f4ed url("/wp-content/uploads/2025/04/how_line.png") no-repeat center 12px;
}
#how li.chat a {
    background: #c6f4ed url("/wp-content/uploads/2025/04/how_chat.png") no-repeat center 10px;
    padding: 62px 0 6px;
}
#how li.form a {
    background: #c6f4ed url("../img/how_form.png") no-repeat center 18px;
    padding: 78px 0 10px;
}


.ui-datepicker-trigger {
    position: relative;
    top: 10px;
    left: 5px;
    margin-top: -15px;
}
.multiple {
    line-height: 40px;
}
.comment {
    font-size: 12px;
    color: #888;
}


/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;

/* グラデーション */
    background: -moz-linear-gradient(top, #f5f5f5, #fff);　/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#066));　/* Safari,Google Chrome用 */  
}

@media screen and (min-width: 320px) and (max-width: 650px){
}

