@charset "utf-8";
/* CSS Document */

.menu_w768 {
    display: none;
}

@media (max-width: 768px){
.menu_w768 {
    display: block;
}	
}
/*-------------------*/
/*アイコン*/
.mw_icon , .mw_search , .mw_keyword {
    margin-bottom: 5%;
}
.mw_icon ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mw_icon ul li {
    width: 25%;
    text-align: center;
    font-size: 85%;
    line-height: 1.6;
}
.mw_icon ul li a img {
    max-width: 40px;
    display: block;
    margin: 0 auto 8%;
}
/*アイコン*/

/*検索窓*/
.mw_search #mw_searchbox_wrap {
    overflow: hidden;   
	margin-top: 5px;
 }

.mw_search #mw_searchbox {
     line-height: 160%;
     font-size: 65%;
     color: #999;
     text-align:right;
     float: right;
     overflow: hidden;
 }
 
.mw_search #mw_searchbox form {
    border-bottom: 1px solid #333;
    box-sizing: border-box;
    float: left;
    height: 36px;
    max-width: 300px;
    padding: 0 10px 0 0;
}
.mw_search #mw_searchbox input.searchbox {
    border: none;
    box-sizing: border-box;
    float: left;
    height: 33px !important;
    padding: 0 5px;
    width: 86%;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: 0;
    font-size: 16px;
}
.mw_search #mw_searchbox input.searchSubmit {
     border: 0;
     padding: 0;
     width: 12%;
}
/*検索窓*/

/*注目キーワード*/
.link.keyword h2 {
    display: flex;
    justify-content: center;
    background: #FEF0D7 !important;
    color: #333 !important;
    font-size: 18px !important;
    line-height: 1.6;
    letter-spacing: 1px!important;
    text-align: center;
    align-items: center;
    padding: 4% 0 !important;
    width: 100%;
    margin-bottom: 4%;
	border-top: 0 !important;
	font-weight: normal;
}

.link.keyword  nav {
    padding: 0;
}

.link.keyword  nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 0px;
    width: 90%;
    padding-left: 10% !important;
}

.link.keyword  nav ul li {
    margin: 0 5px 5px 0 !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
	background-image: none;
    border-bottom: 0 !important;
    background-color: #FFF;
    display: block;
    padding: 0 !important;
}

#sub-column .link nav ul li:first-child{
	border-top: 0;
}

.link.keyword  nav ul li a {
    border: 1px solid #333;
    background: #fff;
    border-radius: 30px !important;
    padding: 10px 17px !important;
    display: block;
}

.link.keyword  nav ul li a:hover {
    border: 1px solid #f6a10e!important;
    background: #f6a10e !important;
    color: #fff !important;
}

#sub-column .link nav ul li a::after{
	display: none;
}
/*注目キーワード*/

/*ナビ*/
.mw_nav ul li {
    background: #F9F9F9;
    margin: 0 0 4%;
    list-style-type: none;
    text-align: center;
    font-size: 120%;
}

.mw_nav ul li a {
    display: block;
    width: 100%;
    padding: 15px 0;
}
/*ナビ*/