@charset "utf-8";

/* ------------------------------------------------------------------------------------------------------ 住所検索フォーム */

.year-form {
}

.year-form .select-wrap {
    float: left;
    width: 48%;
}

.year-form .select-wrap select {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.0em;
}

.year-form input[type="number"] {
    float: right;
    width: 48%;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.0em;
}

.year-form input[type="button"] {
    clear: both;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    background-color: #23a4cf;
    border: none;
    color: #fff;
}


@media screen and (min-width: 641px) {

.year-form {
    position: relative;
    padding-right: 100px;
    *zoom:1;
}
.year-form:before,
.year-form:after { content: ""; display: table; }
.year-form:after { clear: both; }

.year-form {
    position: relative;
    padding-right: 100px;
    *zoom:1;
}

.year-form .select-wrap select,
.year-form input[type="number"] {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.0em;
}

.year-form input[type="button"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;;
    height: 60px;
    margin-top: 0;
}

} /* min 641px -- */



/* ------------------------------------------------------------------------------------------------------ 西暦 検索結果 */

.year-sr {
	padding: 10px 0;
	border-bottom: 1px solid #092a35;
	text-align: center;
}

.year-sr strong {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5em;
}

.year-sr strong:before {
    content: "\f274"; font-family: "Font Awesome 5 Free"; font-weight: 400;
    margin: 0 0.5em;
    color: #23a4cf;
}


@media screen and (min-width: 641px) {

.year-sr strong {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.5em;
}

} /* min 641px -- */


