@charset "UTF-8";

#tmp_search_keyword .sch_ttl {
	padding-top:0;
}
.cgm-search-input-area textarea,
.cgm-search-input-area-form1 textarea {
	font-family: "Noto Sans JP", sans-serif !important;
}
#cogmo-search-form1,
#cogmo-search-form1 .cgm-filter-group {
    display: none;
}
.wrap_sch_box_btn #cogmo-search-form1,
#tmp_sma_search #cogmo-search-form1,
#tmp_sma_rmenu #cogmo-search-form1 {
    display: block;
}
.cgm-search-form-area {
    background: transparent;
    padding-top: 0;
}
.cgm-search-form-area.cgm-form1 {
    justify-content: initial;
}
.cgm-search-inner.cgm-form1 {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
}
.cgm-search-button.cgm-form1 {
	width: 70px;
}
.cgm-search-input-area::before,
.cgm-search-button::before {
    content: none;
}
.cgm-search-input-area textarea {
    padding-left: 20px;
    text-align: left;
    font-size: 100%;
}
#tmp_contents .cgm-search-input-area textarea {
	padding: 15px 60px 15px 20px;
}
.cogmo-main .cgm-search-button {
    background: #238650;
    cursor: pointer;
}
.cogmo-main .cgm-search-button.cgm-form1:hover,
.cogmo-main .cgm-search-button.cgm-form1:focus {
    background: #525252;
}
.cgm-search-input-wrap {
    border: 1px solid #238650;
}
/* */
#tmp_sma_search {
    padding-bottom: 0;
}
.cgm-search-result-body em {
    color: #003D93;
}
/* sp */
@media screen and (max-width : 640px) {
#tmp_sma_search {
    margin-bottom: 20px;
}
.cgm-search-form-area.cgm-form1,
.cgm-search-form-group.cgm-form1 {
    width: 100%;
}
.cgm-search-input-wrap {
    margin-top: 0;
}
.cgm-search-form-container.cgm-form1 {
    display: flex;
    width: 100%;
    padding-right: 0;
}
#cogmo-search-form1 .cgm-search-form {
    margin-bottom: 0;
}
.cgm-search-button-area {
    margin-top: 0;
    width: auto;
}
.cgm-search-button {
    border-radius: 0;
}
.cgm-search-inner {
    padding-left: 0;
    padding-right: 0;
}
.cgm-search-result-body {
    padding: 10px 13px;
}
.cgm-search-result-url {
    font-size: 85%;
}
}