@charset "UTF-8";
.row.selectmenu {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]margin-bottom: 40px; */
	padding-bottom: 60px;
}
.row.selectmenu ul  {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.row.selectmenu li.m5   {
    float: left;
    border-right: thin solid rgba(223,223,223,1.00);
    margin-bottom: 8px;
    margin-top: 8px;
    width: 20%;
}
.row.selectmenu li a  {
    display: block;
    width: auto;
    height: 50px;
    text-align: center;
    margin-left: 4px;
    margin-right: 4px;
    text-decoration: none;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    padding-top: 10px;
    color: #4D5155;
    border: 2px solid #FBFBFC;
}
.row.selectmenu li a:hover {
    border: 2px dashed #025388;
    border-radius: 20px;
    background-color: #ECF7FF;
}
.row.selectmenu li.noline {
    border-right-style: none;
}
.overspace {
    margin-top: 100px;
}

.row.selectmenu li.m2 {
    float: left;
    border-right: thin solid rgba(223,223,223,1.00);
    margin-bottom: 8px;
    margin-top: 8px;
    width: 50%;
}

/* ///////////////////////////////////////// 576px 以下の設定　here ///////////////////////////////////////// */
@media (max-width: 576px){
.row.selectmenu   {
    width: auto;
}
.row.selectmenu li a {
    text-align: center;
    text-decoration: none;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding-top: 14px;
}
.row.selectmenu li.m1 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-size: medium;
}
}

/* ///////////////////////////////////////// 768px 以上の設定　here ///////////////////////////////////////// */


/* ///////////////////////////////////////// 992px 以上の設定　here ///////////////////////////////////////// */

@media (min-width:992px){
.row.selectmenu  {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.row.sm768 {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
}
.nonline {
    border-right-style: none;
}

@media (max-width: 768px){
.row.sm768 {
}
.row.selectmenu .col-md-12 {
}

}
