﻿@charset "UTF-8";

.boxLead h1{
	display:none;
}
.qos_main_menu ul {
	list-style: none;
  	padding: 0;
  	margin: 0;
}
.qos_main_menu ul.nav {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0;;
}

.qos_main_menu ul li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	position: relative;
	text-align: center;
	border: 2px solid #e6891c;
}
.qos_main_menu ul li.active {
	background:  #e6891c
}
.qos_main_menu ul li.active > a:not(.btn) {
	color:  #fff;
	font-weight:bold;
}
.qos_main_menu .nav > li.menu-item {
	width: calc((100% / 5) - 20px);
	margin: 10px 8px;
	min-width: 150px;
}
.qos_main_menu ul li ul {
	height: 0;
	overflow: hidden;
	transition: height 0.3s ease-out;
	z-index: 1;
	position: static;
	background: #fff5e9;
	position: absolute;
	top: 100%;
	left: -2px;
	right: 0;
	width: calc(100% + 4px);
	margin:0;
}

.qos_main_menu ul li.menu-item a:hover{
	background: #e68b23;
	color: white;
}

.qos_main_menu ul li a:not(.btn) {
	text-decoration: none;
	color: black;
	flex-grow: 1;
	padding: 3px 10px;
	transition: .3s;
}


.qos_main_menu .arrow {
	cursor: pointer;
	padding: 5px;
	transition: transform 0.3s;
	position: absolute;
	right: 5px;

}

.qos_main_menu .arrow.open {
	transform: rotate(180deg);
}

.newpage .qos-page p {
	margin-top:10px;
}

.newpage .qos-page a:not(.btn){
	text-decoration: underline;
	color: #e6891c;
}
.newpage .qos-page a:hover{
	opacity:0.8;
}
.newpage .qos-page h3 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 50px;
	color: #e68923;
}
.newpage .qos-page h4 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 35px;
	color: #e68923;
	background: #fff3e6;
	padding: 10px 15px;
	line-height: 1.5;
}
.newpage .qos-page h5 {
    font-size: 18px;
    border-bottom: 2px solid #e68923;
    padding-bottom: 6px;
    margin-top: 35px;
    font-weight: bold;
}
.newpage .qos-page .strong {
	font-weight:bold;
}
.newpage .qos-page .flex {
	display: flex;
	justify-content: space-around;
}
.newpage .qos-page .center {
	text-align:center;
	margin: 30px 0;
}
.newpage .qos-page figcaption{
	font-size: 16px;
	text-align: center;
}
.qos-page ul.list{
	padding:5px 15px;
	list-style:square;
	margin: 0 15px;
}
.qos-page ul.list li{
	margin-top:18px;
}
.newpage .qos-page ol.list{
	list-style: none;
	margin: 0 15px;
	text-indent: -32px;
	padding-left: 32px;
}
.newpage .qos-page ol.list.num {
    list-style: decimal;
    text-indent: 0;
}
.newpage .qos-page ol.list.alpha {
    list-style: lower-alpha;
    text-indent: 0;
}
.newpage .qos-page table {
    margin: auto;
}
.newpage .qos-page table caption {
    font-size: 16px;
    margin: 1em 0;
}
.newpage .qos-page tr >* {
    border: 1px solid gray;
    font-size: 16px;
    padding: 5px;
    line-height: 1.5;
}

.newpage .qos-page tr th {
    background: #fff3e6;
}
.newpage .qos-page .td01-center tr td:first-child {
    text-align: center;
}
.newpage .qos-page tr ul {
    margin-left: 1.5em;
}

.newpage .qos-page tr ul li {
    font-size: 16px;
}

.newpage .qos-page tr td.center {
        text-align: center;
}
.qos-page.top .news li{
	list-style: outside;
	margin: 15px;
}

.qos-page .tab {
	display: flex;
	justify-content: space-around;
	position: relative;
	margin: 80px 0;
}
.qos-page .tab::before{
	content:"";
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	border-bottom: 5px solid #e68931;;
	right: 0;
	left: 0;
	position: absolute;
	bottom: 0;
	z-index: 0;
}	
.qos-page .tab li {
	border: 1px solid #bfbfbf;
	text-align: center;
	border-radius: 10px 10px 0 0;
	width: 100%;
	margin: 0 5px;
	background: #f1f1f1;
	transition:.3s;
	list-style:none;
}
.qos-page .tab li a, .qos-page .tab li span{
	text-decoration: none;
	display: block;
	padding: 10px;
}
.qos-page .tab li.main_tab {
        background: #e68931;
	color: white;
	font-weight: bold;
}
.qos-page .tab li .no_display{
}
.qos-page .tab li.no_display:hover {
    background: #fff3e6;
}

.qos-page .outline li.indent {
    text-indent: 2em;
}

.qos-page .outline li.indent.mar_l20 {
    text-indent: 4em;
}

.qos-page .outline ul {
    list-style: none;
    border: 5px solid #d7d7d7;
    padding: 30px;
    margin: 0;
}
.newpage dl.prize {
    height: 100%;
    border: 1px solid #330;
    background-color: #ffffff;
    margin: 25px 0 0 0;
    padding: 0;
    list-style:none;
}
.qos-page dl.prize dt {
    font-weight: bold;
    width: auto;
    background-color: #fc9;
    border-bottom: 1px solid #330;
    color: #330;
    padding: 4px 10px 2px;
    font-size: 16px;
}
.qos-page dl.prize ul {
    margin: 1px;
    padding: 10px;
    list-style:none;
}
.qos-page dl.prize ul li {
    padding: 2px 0;
    font-size: 16px;
}
.qos-page dl.prize ul li.winner {
    text-align: right;
    padding-top: 5px;
}
.newpage ul.prize_menu {
    border-top: 1px solid #ccccd6;
    border-bottom: 1px solid #ccccd6;
    text-align: left;
    padding: 10px 6px;
    display: flex;
    flex-wrap: wrap;
    margin: 50px 20px 0;
}
ul.prize_menu li {
    width: 6em;
    background: url(/ns/qos/img/list/arrow3.gif) no-repeat left 15px;
    margin-right: 1.5em;
    padding: 3px 5px 5px 12px;
    list-style:none;
    font-size: 16px;
}
.qos-page .partition {
    padding: 10px 0 30px;
    border-bottom: 1px solid #ccccd6;
}

.qos-page .backtop a {
    display: block;
    width: 6em;
    background: url(../img/goup.gif) no-repeat right center;
    padding-right: 9px;
    font-size: 16px;
    float: right;
}
.qos-page .site-map li {
    list-style: none;
}

.qos-page .site-map ul {
    margin: 0;
}
.qos-page .site-map .lev_1 {
    font-weight: bold;
    letter-spacing: .1em;
    margin: 7px 0 5px 0;
    padding: 8px 0 0 12px;
}
.qos-page .site-map .lev_1 a, .lev_1 span {
    background: url(../img/list/link1.png) no-repeat left 6px;
    padding-left: 25px;
}
.qos-page .site-map .lev_2 {
    padding: 0 0 0.5em 60px;
    text-indent: -1em;
}
.qos-page .site-map .lev_2 a, .lev_2 span {
    background: url(../img/list/link2.gif) no-repeat left center;
    padding-left: 14px;
}
.qos-page .site-map .lev_3 {
    padding: 0 0 0.5em 70px;
}
.qos-page .site-map .lev_3 a, .lev_3 span {
    background: url(../img/list/link3.gif) no-repeat left center;
    padding-left: 14px;
}
@media (max-width: 767px) {
  .qos_main_menu .nav > li.menu-item{
	margin: 5px;
	font-size: 15px;
  }
.qos_main_menu ul li{
	font-size:15px;
}
.qos-page .tab li{
	font-size:15px;
}
}