@charset 'UTF-8';

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}

/*********************************
          Style Reset
 ********************************/
* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

/*********************************
          Common Style
 ********************************/
html {
  background: #ffffff;
  font-size: 62.5%;
}

body {
	background: #edf0f2;
	color: #6d6d6d;
	font-family: "futura-pt", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 1.4rem;
	letter-spacing: .08em;
	width: 100%;
}
body.ml {
	background: #f2f1ef;
}
body.qs {
	background: #ecebed;
}

.clearfix:after {
    content: ".";
    display: block;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    clear: both;
    visibility: hidden;
}

p {
	padding: 0 15px;
	margin-bottom: 15px;
}

a {
	color: #00bfff;
}

.bold {
	font-weight: bold;
}

.textalign-right {
	text-align: right;
}

.link {
	color: #00bfff;
	font-weight: bold;
}

.ml .link {
	color: #e88815;
}

.qs .link {
	color: #a96ab2;
}

.vt .link {
	color: #7FC500;
}

.contentsTitle {
	font-size: 3.0rem;
	font-weight: normal;
	margin: 0 0 30px 0;
	color: #333333;
	text-align: left
}

img.shadowLine {
    display: block;
    margin: 0 auto;
	width: 100%;
}

.listTitle {
	color: #333;
	font-size: 2.2rem;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: left;
}

.listTitle:before {
	background: #333;
	border-radius: 3px;
	content: "";
	display: inline-block;
	height: 1em;
	margin: -0.3em 0.5em 0 0;
	vertical-align: middle;
	width: 3px;
}
#contentsWrapper {
	width: 100%;
}

.contentsInnerArea {
	background: #fff;
	padding: 60px;
}

section {
	border-top: 1px solid #eaeeef;
	margin-bottom: 90px;
	padding-top: 60px;
	position: relative;
}

.ml section {
	border-top: 1px solid #f2f1ef;
}

.qs section {
	border-top: 1px solid #ecebed;
}

section:first-child {
	border-top: 0;
	padding-top: 0;
}

.contactArea {
	margin-bottom: 0;
}

.listBox {
	margin: 0 20px;
}

.linkList {
	border-top: 1px solid #ccc;
}

.linkList > li {
	border-bottom: 1px solid #ccc;
	text-align: left;
}

.linkList > li > a {
	display: block;
	padding: 15px 55px 15px 20px;
	color: #444444;
	font-weight: bold;
	text-decoration: none;
	background-image: url("data:image/svg+xml,%3Csvg%20class=%22list_icon_arrow%22%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2011.12%2019.41%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2300bfff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Echevron-right%3C/title%3E%3Cpath%20id=%22Fill-34%22%20class=%22cls-1%22%20d=%22M1.41,19.41,0,18,8.29,9.71,0,1.41,1.41,0l9.71,9.71-9.71,9.7%22/%3E%3C/svg%3E");
	background-position: 98% 50%;
	background-size: 8px;
	background-repeat: no-repeat;
}

.ml .linkList > li > a {
	background-image: url("data:image/svg+xml,%3Csvg%20class=%22list_icon_arrow%22%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2011.12%2019.41%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23e88815;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Echevron-right%3C/title%3E%3Cpath%20id=%22Fill-34%22%20class=%22cls-1%22%20d=%22M1.41,19.41,0,18,8.29,9.71,0,1.41,1.41,0l9.71,9.71-9.71,9.7%22/%3E%3C/svg%3E");
}

.qs .linkList > li > a {
	background-image: url("data:image/svg+xml,%3Csvg%20class=%22list_icon_arrow%22%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2011.12%2019.41%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23a96ab2;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Echevron-right%3C/title%3E%3Cpath%20id=%22Fill-34%22%20class=%22cls-1%22%20d=%22M1.41,19.41,0,18,8.29,9.71,0,1.41,1.41,0l9.71,9.71-9.71,9.7%22/%3E%3C/svg%3E");
}

.btnBox {
	margin: 30px 0;
	border-radius: 3px;
	text-align: center;
}

.btn {
	background: #333;
	border-radius: 50px;
	border-style: none;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1;
	min-width: 50%;
	outline: none;
	padding: 1.4em 3em;
	position: relative;
	text-align: center;
	transition: all .5s ease;
}

.btn:hover {
	transition: all .5s ease;
}

.icon-external-link {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-image: url(../images/external-link.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  margin-left: 5px;
}

.btn br {
	display: none;
}

.btnDefault {
	border: 2px solid #333;
	background: transparent;
	color: #333;
	box-shadow: none;
}

.contactBox {
	padding: 15px;
}

.contactTtlBox {
	border-bottom: 1px solid #e0e0e0;
}

.listSubTitle {
	color: #333;
	display: inline-block;
	font-size: 2rem;
	font-weight: normal;
	width: 52%;
	text-align: left;
}

.timeBox {
	display: inline-block;
	width: 47%;
	font-size: 1.3rem;
	text-align: right;
}

.timeBox span {
	display: inline-block;
	font-weight: bold;
	font-size: 1.6rem;
}

.colon {
	padding: 0 2px !important;
}

.frameBox {
	margin: 20px 0 30px;
	padding: 20px 20px 15px;
	border: 10px solid #f1f1f1;
}

.frameBox p {
	padding: 0;
	margin-bottom: 20px;
	font-size: 1.6rem;
}

.tableBox {
	padding: 10px 20px 0;
	font-size: 1.3rem;
}

.tableBox p {
	margin-bottom: 10px;
	font-size: 1.3rem;
}

.table {
	display: table;
	width: 100%;
}

.table .tr {
	display: table-row;
}

.table .tr .th {
	display: inline-block;
	width: 100%;
	padding: 5px 10px;
}

.table .tr .td {
	display: table-cell;
}

.table .trCol2 {
	width: 50%;
}

.table .tr .th {
	background: #f1f1f1;
}

.table .tr .th:first-child {
	border-right: 1px solid #ffffff;
}

.table .tr .td {
	border-bottom: 1px solid #f1f1f1;
}

.table .tr .td:first-child {
	border-right: 1px solid #f1f1f1;
}

ul.list {
	padding: 10px;
}

ul.list li {
	font-size: 13px;
	color: #727272;
	margin-left: 10px;
}

ul.list li:before {
	content: '';
	width: 3px;
	height: 3px;
	display: inline-block;
	border-radius: 100%;
	background: #939393;
	position: relative;
	left: -7px;
	top: -3px;
}

p.textLink {
	margin-top: 20px;
	font-size: 1.4rem;
	color: #727272;
  line-height: 1;
}

p.textLink a {
  align-items: center;
  display: inline-flex;
}

.icon-external-link-blue {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 1;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2030%2030%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2300bfff;%7D%3C/style%3E%3C/defs%3E%3Cpolygon%20class=%22cls-1%22%20points=%2218%200%2018%204%2023.27%204%2010.93%2016.34%2013.66%2019.07%2026%206.73%2026%2012%2030%2012%2030%200%2018%200%22/%3E%3Cpath%20class=%22cls-1%22%20d=%22M24,26H4V6H16V2H4A4,4,0,0,0,0,6V26a4,4,0,0,0,4,4H24a4,4,0,0,0,4-4V14H24Z%22/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: 50% 50%;
	vertical-align: middle;
}

.ml .icon-external-link-blue {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2030%2030%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23e88815;%7D%3C/style%3E%3C/defs%3E%3Cpolygon%20class=%22cls-1%22%20points=%2218%200%2018%204%2023.27%204%2010.93%2016.34%2013.66%2019.07%2026%206.73%2026%2012%2030%2012%2030%200%2018%200%22/%3E%3Cpath%20class=%22cls-1%22%20d=%22M24,26H4V6H16V2H4A4,4,0,0,0,0,6V26a4,4,0,0,0,4,4H24a4,4,0,0,0,4-4V14H24Z%22/%3E%3C/svg%3E");
}

.qs .icon-external-link-blue {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2030%2030%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23a96ab2;%7D%3C/style%3E%3C/defs%3E%3Cpolygon%20class=%22cls-1%22%20points=%2218%200%2018%204%2023.27%204%2010.93%2016.34%2013.66%2019.07%2026%206.73%2026%2012%2030%2012%2030%200%2018%200%22/%3E%3Cpath%20class=%22cls-1%22%20d=%22M24,26H4V6H16V2H4A4,4,0,0,0,0,6V26a4,4,0,0,0,4,4H24a4,4,0,0,0,4-4V14H24Z%22/%3E%3C/svg%3E");
}

.vt .icon-external-link-blue {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2030%2030%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%237FC500;%7D%3C/style%3E%3C/defs%3E%3Cpolygon%20class=%22cls-1%22%20points=%2218%200%2018%204%2023.27%204%2010.93%2016.34%2013.66%2019.07%2026%206.73%2026%2012%2030%2012%2030%200%2018%200%22/%3E%3Cpath%20class=%22cls-1%22%20d=%22M24,26H4V6H16V2H4A4,4,0,0,0,0,6V26a4,4,0,0,0,4,4H24a4,4,0,0,0,4-4V14H24Z%22/%3E%3C/svg%3E");
}

.caution {
	font-size: 1.2rem !important;
	color: #727272;
	line-height: 1.4;
	margin-bottom: 30px !important;
}

.caution-inquiryNo {
	font-size: 1.4rem !important;
	color: #727272;
	line-height: 1.4;
	margin-bottom: 30px !important;
}

.reception-time {
	font-size: 1.4rem !important;
	color: #727272;
	line-height: 1.4;
	margin-top: -40px !important;
  margin-left: 200px !important;
}

.systemBox {
	margin-bottom: 30px;
}

.systemBox p {
	display: inline-block;
	width: 49.5%;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 5px;
}

.systemBox .statusBox {
	display: inline-block;
	width: 49.5%;
	font-size: 1.1rem;
	text-align: right;
}

.systemBox .statusBox span {
	vertical-align: middle;
}

.systemBox .statusBox span[class*="status-"] {
	display: inline-block;
	margin: 0 3px 0 10px;
	height: 20px;
	width: 20px;
	background-size: 20px;
}

.status-normal .status-icon,
.status-icon-normal {
	background: url(../images/icon_normal.svg) 50% no-repeat;
}

.status-warning .status-icon,
.status-icon-warning {
	background: url(../images/icon_warning.svg) 50% no-repeat;
}

.status-failure .status-icon,
.status-icon-failure {
	background: url(../images/icon_failure.svg) 50% no-repeat;
}

.status-maintenance .status-icon,
.status-icon-maintenance {
	background: url(../images/icon_maintenance.svg) 50% no-repeat;
}

.systemStatusBox {
	margin-top: 5px;
}
ul.nav li {
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font-size: 1.2rem;
	margin: 0;
	padding: 14px;
}

ul.nav li span {
	vertical-align: middle;
}

ul.nav li.nav-li {
	background: url(../images/icon_arrow-right.svg) no-repeat center right 15px;
	background-size: 8px;
	border: 1px solid #e0e0e0;
	font-size: 1.4rem;
	cursor: pointer;
	transition: all .5s;
}
ul.nav li.nav-li.close {
	background: none;
	border: 1px solid #e0e0e0;
	font-size: 1.4rem;
	padding: 20px 30px 20px 20px;
	transition: all .5s;
}

ul.nav li.nav-li.status-normal,
ul.s-nav .status-normal {
	background-color: #ffffff;
}

ul.nav li.nav-li.status-warning,
ul.s-nav .status-warning {
	background-color: rgba(255,207,6,0.1);
}

ul.nav li.nav-li.status-failure,
ul.s-nav .status-failure {
	background-color: rgba(234,78,78,0.1);
}

ul.nav li.nav-li.status-maintenance,
ul.s-nav .status-maintenance {
	background-color: rgba(71,135,223,0.1);
}

ul.nav li.nav-li.open {
	background: url(../images/icon_arrow-down.svg) no-repeat center right 15px #f1f1f1;
	background-size: 14px;
}

ul.s-nav {
	width: 100%;
	text-align: right;
	display: none;
	margin: 0;
	font-size: 1.2rem;
}

ul.s-nav li {
	background: #ffffff;
	padding: 10px 0 10px 14px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

ul.s-nav li:last-child {
	border-bottom: 1px solid #e0e0e0;
}

.status-ttl {
	display: inline-block;
	margin-right: 10px;
	height: 30px;
	width: 30px;
}

.status-li {
	display: inline-block;
	margin-right: 10px;
	height: 20px;
	width: 30px;
}

.colBox {
	padding: 20px 0 15px;
	border-top: 1px solid #cccccc;
}

.colBox ul li {
	display: inline-block;
	width: 100%;
	padding: 20px;
	vertical-align: top;
}

.colBox ul li .btnBox {
	margin: 35px 0 10px;
}

.colBox ul li .btn {
	width: 100%;
}

.telBox {
	text-align: center;
}

.telBox span {
	display: block;
	font-size: 1.8rem;
	color: #898989;
}

.telMobile {
	display: none;
}

.telBox .tel {
	color: #00bfff;
	font-size: 3rem;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1.2;
}

.telBox .tel svg {
  display: inline-block;
  height: 28px;
  margin-right: 5px;
  top: 5px;
  position: relative;
}

.ml .telBox .tel svg .cls-1 {
	fill: #e88815;
}

.qs .telBox .tel svg .cls-1 {
	fill: #a96ab2;
}

.vt .telBox .tel svg .cls-1 {
	fill: #7FC500;
}

.contactnoBox {
	background: #f1f1f1;
	padding: 10px 0;
	width: 74%;
	margin: 0 auto;
}

.contactnoBox span {
	display: block;
	text-align: center;
}

.contactnoBox .contactno {
	color: #00bfff;
	font-size: 2.4rem;
	font-weight: bold;
	padding: 7px 0 3px;
}

.ml .telBox .tel,
.ml .contactnoBox .contactno {
	color: #e88815;
}

.qs .telBox .tel,
.qs .contactnoBox .contactno {
	color: #a96ab2;
}

.vt .telBox .tel,
.vt .contactnoBox .contactno {
	color: #7FC500;
}

@media screen and (max-width: 1023px) {
.contentsInnerArea {
	padding: 30px;
}

section {
	margin-bottom: 60px;
}

.listSubTitle,
.timeBox,
.colBox ul li {
	width: 100%;
}

.timeBox {
	text-align: left;
	margin-top: 5px;
}

.btn {
	line-height: 1.4;
	min-width: 80%;
}

}

@media screen and (max-width: 980px) {
div.contentsArea {
  padding: 60px 0 0;
}

.backArea .btnBox {
	margin: 0 0 30px;
}

.timeBox span.time {
	padding-right: 10px;
}

.systemBox p {
    width: 100%;
}

.systemBox .statusBox {
    width: 100%;
	margin-bottom: 5px;
}

}

@media screen and (min-width: 768px) and (max-width: 980px) {
.contentsTitle {
    padding-left: 20px;
}

.timeBox {
	line-height: 1.2;
}

.frameBox .colBox .btn br {
	display: block;
}

.colBox ul li .btnBox {
    margin: 25px 0 10px;
}

.telBox span {
	font-size: 1.6rem;
}

.telBox .tel {
    font-size: 2.6rem;
}

.telBox .tel svg {
    height: 22px;
}

}

@media screen and (max-width: 768px) {
.telMobile {
	display: block;
	text-decoration: none;
}

.telPc {
	display: none !important;
}

}

@media screen and (max-width: 767px) {
body {
	font-size: 1.3rem;
	line-height: 1.6em;
}

section {
	padding-top: 30px;
}

p {
    padding: 0;
    margin-bottom: 10px;
}

div.contentsArea {
    padding: 30px 0 0;
}

.btn {
	font-size: 1.4rem;
	padding: 15px;
	width: 100%;
}

.icon-external-link {
	height: 18px;
	width: 18px;
}

.contentsTitle {
    padding-left: 10px;
	margin: 0 0 30px 0;
	font-size: 2.4rem;
}

.contentsInnerArea {
	padding: 20px;
}

.linkList > li > a {
	padding: 10px 30px 10px 10px;
}

.listTitle {
  margin: 20px 0 15px;
	font-size: 1.8rem;
}

.listBox {
    margin: 0;
}

.contactBox {
    padding: 0;
}

.contactTtlBox {
    text-align: left;
}

.listSubTitle {
	width: 100%;
	font-size: 1.6rem;

}

.frameBox p {
	font-size: 1.4rem;
}

.timeBox {
	width: 100%;
	margin-top: 10px;
	text-align: right;
}

.timeBox span.time {
    font-size: 1.2rem;
}

.frameBox br {
	display: block;
}

.frameBox .btn {
	width: 100%;
}

.tableBox {
	padding: 0;
}

.table .trCol2 {
    width: 100%;
}

.table .tr .td {
    display: block;
}

.table .tr .th:first-child,
.table .tr .td:first-child {
    border-right: none;
}

.colBox ul li {
	width: 100%;
	padding: 10px 0;
}

.telBox span {
	font-size: 1.4rem;
}

.colBox ul li .btnBox {
    margin: 20px 0 10px;
}

.telBox .tel {
	font-size: 2rem;
}

.telBox .tel svg {
	height: 18px;
}

.contactnoBox {
	width: 100%;
}

.systemBox .statusBox span[class*="status-"] {
    margin: 0 3px 0 5px;
    height: 16px;
    width: 16px;
    background-size: 16px;
}

ul.nav li {
    padding: 8px 5px;
}

.status-ttl {
    margin-right: 5px;
    height: 20px;
    width: 20px;
	display: block;
}

ul.nav li.nav-li {
    font-size: 1.2rem;
	font-weight: bold;
	background: url(../images/icon_arrow-right.svg) no-repeat center right 7px;
    background-size: 6px;
	padding-right: 18px;
}

ul.nav li.nav-li.open {
	background: url(../images/icon_arrow-down.svg) no-repeat center right 7px;
    background-size: 10px;
}

.frameBox {
	padding: 15px;
}

.backArea .btn {
	width: 80%;
}

}

@media screen and (max-width: 320px) {
.contactBox {
    padding: 5px;
}

.listSubTitle {
    width: 100%;
    font-size: 1.6rem;
}

.telBox span {
	font-size: 1.4rem;
}

.telBox .tel {
	font-size: 2.0rem;
}

.telBox .tel img {
	height: 18px;
}

}


@media screen and (min-width: 1024px) {
.btn:hover,
.btn:active {
	background: #2699fb;
}

.btnDefault:hover,
.btnDefault:active {
	background: transparent;
	border-color: #2699fb;
	color: #2699fb;
}

.ml .btn:hover,
.ml .btn:active {
	background: #e88815;
}

.qs .btn:hover,
.qs .btn:active {
	background: #a96ab2;
}

.vt .btn:hover,
.vt .btn:active {
	background: #7FC500;
}

.ml .btnDefault:hover,
.ml .btnDefault:active {
	background: transparent;
	border-color: #e88815;
	color: #e88815;
}

.qs .btnDefault:hover,
.qs .btnDefault:active {
	background: transparent;
	border-color: #a96ab2;
	color: #a96ab2;
}

.vt .btnDefault:hover,
.vt .btnDefault:active {
	background: transparent;
	border-color: #7FC500;
	color: #7FC500;
}

.linkList > li > a:hover {
    background-color: #f2fcff;
}
.ml .linkList > li > a:hover {
    background-color: #fcf1ea;
}
.qs .linkList > li > a:hover {
    background-color: #ede4ef;
}
}

/*********************************
           Layout
 ********************************/
.wrapper {
	position: relative;
}
.content {
	padding: 60px 0;
}
div.contentsArea {
	margin: 60px auto;
	padding: 0 10px;
	width: 1190px;
}

@media screen and (max-width: 1190px) {
	div.contentsArea {
		padding: 0 30px;
		width: 100%;
	}
}

@media screen and (max-width: 414px) {
	div.contentsArea {
		padding: 0 15px;
		width: auto;
	}
}
.l-col2 {
	display: flex;
}
.l-col2-item {
	display: flex;
	width: 50%;
	height: 100%;
}
.l-col2-table {
	display: table;
	width: 100%;
}
.l-col2-table-cell {
	display: table-cell;
	vertical-align: middle;
}
.l-col2-separate {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 1023px) {
	.content {
		padding: 30px 0;
	}
	.l-col2-table,
	.l-col2-table-cell {
    display: block;
  }
	.l-col2 {
		flex-direction: column;
	}
	.l-col2-item {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.l-col2-separate {
		flex-direction: column;
	}
}
/*********************************
           Header
 ********************************/
h1 {
	font-size: 3.5rem;
}
.header {
	background: #fff;
}
.gheader .header-inner {
  padding: 10px 30px;
}
.sheader .header-inner {
  padding: 0 30px;
}
h1.header-logo {
	margin: 0;
}
.header-logo a {
	display: inline-block;
}
.header-logo img {
	display: inline-block;
	height: auto;
	width: 180px;
}
.sheader .header-logo img {
	height: 46px;
	width: auto;
}
.header-nav {
	text-align: right;
	position: relative;
	vertical-align: middle;
}
.header-nav-list {
	display: flex;
	justify-content: flex-end;
}
.header-nav-list li {
	padding: 20px 15px;
}
.header-nav-list li a {
	color: #333;
	font-size: 13px;
	position: relative;
	transition: all .3s ease;
}
.header-nav-list li a:hover {
	color: #2699FB;
	transition: all .3s ease;
}
.ml .header-nav-list li a:hover {
	color: #e88815;
}
.qs .header-nav-list li a:hover {
	color: #a96ab2;
}
.top-header {
	padding: 100px 0;
	text-align: center;
}
.top-header .header-logo img {
	width: 300px;
}
.gheader {
	background: #333;
	text-align: right;
}
.header-nav-list li.logout {
	margin-left: 15px;
	padding: 0;
}
.header-nav-list li.logout a {
	background: #888;
	color: #fff;
	display: block;
	padding: 20px 15px;
	transition: all .3s ease;
}
.header-nav-list li.logout a:hover {
	background: #2699FB;
  transition: all .3s ease;
}
.ml .header-nav-list li.logout a:hover {
	background: #e88815;
  color: #fff;
}
.qs .header-nav-list li.logout a:hover {
	background: #a96ab2;
  color: #fff;
}
.header-nav-list li.logout a::before {
	content: "";
	background: url(../images/icon-logout.svg) no-repeat;
	display: inline-block;
	height: 18px;
	margin-top: -4px;
	vertical-align: middle;
	width: 22px;
}
.icon-logout {
	fill: #fff;
	height: 18px;
	margin-top: -4px;
	vertical-align: middle;
}
.sheader {
	box-shadow: 0 1px 1px rgba(0,0,0,0.06);
}
.header-sc360::before {
	box-sizing: content-box;
	background: linear-gradient(to right,#00e9ff,#906bff,#e03cfa,#ff5c93,#fffb00,#09e885);
	content: "";
	display: block;
	height: 20px;
	width: 100%;
}
body .fixed {
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	body.fix {
		overflow: hidden;
	}
	.header-inner {
		padding: 0 10px;
 	}
	h1.header-logo {
		font-size: 3rem;
	}
	.header-logo img {
		width: 140px;
	}
	.sheader {
		height: 58px;
		-webkit-transition: all .5s ease-in-out 0s;
		transition: all .5s ease-in-out 0s;
	}
	.sheader .header-logo img {
		height: 36px;
		width: auto;
	}
	.sheader-open {
		background: #fff;
		height: calc(100vh - 38px);
		o-webkit-transition: all .5s ease-in-out 0s;
		position: fixed;
		transition: all .5s ease-in-out 0s;
		width: 100%;
		z-index: 1001;
	}
	.sheader .l-col2-table-cell {
		padding: 10px 0;
	}
	.sheader .l-col2-table-cell.header-nav {
		padding: 0;
	}
	.header-nav nav {
		border-top: 1px solid #eaeeef;
		display: none;
	}
	.header-nav-list {
		flex-direction: column;
		padding: 20px 15px 15px;
    text-align: left;
	}
	.header-nav-list li {
    display: block;
    margin-left: 0;
		padding: 15px 0;
	}
	.header-nav-list li a {
		display: block;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	.header-nav-list li.logout {
		margin: 15px 0 0;
	}
	.header-nav-list li.logout a {
		border-radius: 3px;
	}

}
/*********************************
        Pulldown Menu
 ********************************/
@media screen and (min-width: 1024px) {
	.menu-trigger {
		display: none;
	}
}
@media screen and (max-width: 1023px) {
	.menu-trigger {
		display: inline-block;
	}
}
.menu-trigger,
.menu-trigger span {
	box-sizing: border-box;
  transition: all .4s;
}
.menu-trigger {
	height: 20px;
  position: absolute;
	right: 12px;
	top: -40px;
  width: 26px;
}
.menu-trigger span {
	background-color: #666;
  border-radius: 2px;
	height: 2px;
	left: 0;
  position: absolute;
  width: 100%;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: calc(50% - 1px);
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
/*********************************
           Footer
 ********************************/
.footer {
	background: #333;
}
.footer-inner {
	padding: 0 30px;
}
.footer-content {
	padding: 12px 0;
}
.footer-logo img {
	width: 140px;
}
.footer-nav li {
	display: inline-block;
	line-height: 32px;
	margin-left: 20px;
}
.footer-nav li a {
	color: rgba(255,255,255,0.6);
	font-size: 13px;
}
.footer-nav li a:hover {
	color: #fff;
}
.footer p {
	color: rgba(255,255,255,0.4);
	font-size: 11px;
	margin-top: 5px;
	text-align: center;
}
.footer p br {
	display: none;
}
@media screen and (max-width: 767px) {
	.footer-logo {
		display: block;
		text-align: center;
		width: 100%;
	}

	.footer-nav li {
    display: block;
		line-height: 1.6;
		margin: 0;
		text-align: center;
	}
	.footer p {
		margin-top: 10px;
	}
	.footer p br {
		display: block;
	}
}
.section-ttl-line {
	background: #333;
	border-radius: 3px;
	height: 2px;
	margin: 0 0 60px 0.5em;
	width: 1em;
}
