@charset "utf-8";
/* root.css  
 トップページのみのスタイルを反映する
*/
.fRow {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	margin-top: 40px;
    margin-bottom: 50px;
}
.col6 {width: 48%;}
dl.topicpath {visibility: hidden;}
#sidebar {margin: 0;}
.root aside ul {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
	padding: 22px 0;
	border-top: 1px solid #294a81;
	border-bottom: 1px dotted #294a81;
    max-width: 1000px;
    width: 100%;
}
.root aside ul:nth-of-type(2) {
	border-top: none;
	border-bottom: 1px solid #294a81;
}
.root aside ul li {width: 236px;}

@media(min-width: 769px) { /*768px 以上*/
#mv:after {
    content: "";
    display: block;
    border-bottom: #0358A9 solid 5px;
}
/*.root .navContainer {border-bottom: 5px solid #33B8D1;}*/
.root .navContainer ul {max-height: 78px;}
.root .navContainer ul li {
    line-height: 76px;
    font-size: 17px;
}
}

@media(max-width: 768px) {/*768px 以下*/
.fRow {flex-wrap: wrap;}
.col6 {
    width: 100%;
    margin-bottom: 30px;
}
.col6:last-child {
    margin-bottom: 0;
}
.root aside ul{
	flex-wrap: wrap;
	justify-content: space-around;
}
.root aside ul li {margin-bottom: 10px;}
}
