/* CSS Document */



/*------------------------------------------------------

	common css

------------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    width: 100%;
    overflow: scroll;
    font-size: 10px;
}
body {
    font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #333;
    line-height: 1;
}
.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
ul {
    list-style: none;
}
img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
main {
    display: block;
}
.pc {
    display: block;
}
.tab {
    display: none;
}
.sp {
    display: none;
}
.text {
    font-size: 1.6rem;
    line-height: 1.8;
}
a img:hover {
    opacity: 0.8;
}

@media (min-width: 769px) {
body {
    /*min-width: 1176px;*/
    /* max-width: 1400px;*/ 
	min-width: 1080px;
    margin: 0 auto;
}
.container {
    max-width: 1080px;
}
}

@media (max-width: 768px) {
.container {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
}
.pc {
    display: none;
}
.tab {
    display: block;
}
.text {
    font-size: 1.8rem;
}
}

@media (max-width: 480px) {
.container {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
}
.sp {
    display: block;
}
}
/*------------------------------------------------------

	colWrap

------------------------------------------------------*/
.colWrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.colWrap .col2-1 {
	width: -webkit-calc( 50% - 24px );
	width: calc( 50% - 24px );
}
.colWrap .col3-1 {
	width: -webkit-calc( 100% / 3 - 10px );
    width: calc( 100% / 3 - 10px );
}
.colWrap .col3-2 {
	width: -webkit-calc( (100% / 3)*2 - 20px );
	width: calc( (100% / 3)*2 - 20px );
}
.colWrap .col4-1 {
    width: 25%;
}
.colWrap img {
    width: auto;
    max-width: 100%;
}

@media (max-width: 768px) {
	.colWrap .col2-1 {
		width: 100%;
	}
	.colWrap .col3-1 {
		width: 50%;
		padding: 0 10px;
	}
	.colWrap .col3-2 {
		width: 50%;
		padding: 0 10px;
	}
	.colWrap .img {
		text-align: center;
	}
}

@media (max-width: 480px) {
	.colWrap .col3-1 {
		width: 100%;
		padding: 0;
	}
	.colWrap .col3-2 {
		width: 100%;
		padding: 0;
	}
}
/*------------------------------------------------------

	header

------------------------------------------------------*/
header {
	position: relative;
}
header .container {
    max-width: 1400px;
    min-width: 1080px;
    position: relative;
}
#headLogo {
    position: absolute;
    /*left: 20px;*/
    top: 40px;
    z-index: 999;
}
#headLogo a {
    display: block;
    height: 100%;
    position: relative;
}
#headLogo img {
    position: absolute;
    width: 420px;
    height: 40px;
    top: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#headNav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 9px;
    margin-bottom: 30px;
}
#headNav li {
    background-color: #e3007f;
    border-radius: 5px;
    height: 45px;
}
#headNav li:first-child {
	background-color: #f08300;
}
#headNav li:hover {
    background-color: #f08300;
}
#headNav li a:hover {
    text-decoration: none;
}
#headNav a {
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    padding: 0px 20px 0 20px;
    display: block;
    line-height: 45px;
	min-width: 150px;
	text-align: center;
}
#headNav li a:before {
    color: #FFFFFF;
    font-size: 1.8rem;
    margin-right: 8px;
    vertical-align: bottom;
}
#headNav li:first-child {
    margin-right: 20px;
}
#headNav02 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 2px;
  /*  margin-bottom: 5px;*/
}
#headNav02 li {
	margin-bottom: 0;
}
header ul.list li {
    font-size: 1.2rem;
    margin-right: 10px;
}
header ul.list li:before {
    color: #e3007f;
}
header ul.list li a {
    color: #666666;
    text-decoration: underline;
}
header ul.list li a:hover {
    color: #e3007f;
    text-decoration: none;
}
header nav {
    max-width: 1080px;
    margin: 0 auto;
    padding-bottom: 15px;
}
header nav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
header nav ul li {
    padding: 5px 0;
    position: relative;
    border-left: 1px dotted #e3007f;
	width: 20%;
	text-align: center;
}
header nav ul li:last-child {
    border-right: 1px dotted #e3007f;
}
header nav ul li.active:after {
    content: url(../images/ico_active.png);
    position: absolute;
    left: 45%;
    bottom: -11px;
    margin: auto;
}
header nav ul li:nth-child(6).active:after {
    left: 40px;
}
header nav a {
    color: #000000;
    font-size: 1.4rem;
}
header nav a:hover {
    color: #e3007f;
}
header nav ul li ul {
    width: 180px;
    display: none;
    position: absolute;
    margin-top: 10px;
}
header nav ul li:hover ul {
    display: block;
}
header nav ul li ul li {
    margin: 0;
    padding: 0;
    line-height: 32px;
    background-color: #222;
    padding: 0 15px 0 15px;
}
header nav ul li ul li a {
    color: #FFF
}
#spMenuBtn {
    width: 60px;
    height: 90px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 22px 10px;
}
#spMenuBtn span {
    height: 5px;
    display: block;
    background-color: #e3007f;
    margin-bottom: 10px;
}

@media (max-width: 1400px) {
header .container { padding: 0 10px 0 10px; }
}
@media (min-width: 769px) {
	header:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: #e3007f;
		left: 0;
		top: 88px;
	}
}
@media (max-width: 768px) {
header .container {
    margin: 0;
    padding: 0;
    /*padding-top: 70px;*/ padding-top: 79px;
    min-width: initial;
}
#headLogo img {
    left: -10px;
}
#headLogo {
    left: 20px;
    top: 30px;
}
#headLogo img {
    width: 380px;
}
#headNav {
    /**/ display: none;
    width: 100%;
    margin: 0;
}
#headNav li:first-child {
    margin: 0;
}
#headNav li { width: 50%; height: auto; border: 1px solid #fff; box-sizing: border-box; margin: 0; padding: 5px; border-radius: 0; text-align: center; }
#headNav li:first-child { border: 0; }
#headNav li:last-child {
    border-right: 0;
}
#headNav li a {
    font-size: 2rem
}
header nav {
    position: relative;
    display: none;
    width: 100%;
    padding: 0;
}
header nav ul {
}
header nav ul li {
    width: 100%;
    border-bottom: 1px solid #e3007f;
	border-left: none;
    height: 79px;
    line-height: 79px;
    padding: 0;
}
header nav ul li:last-child {
    border-bottom: 0;
}
header nav ul li.active:after {
    display: none;
}
header nav a {
    font-size: 2.2rem;
	text-align: left;
    display: block;
    height: 100%;
    padding: 0 20px;
    background: url(../images/ico_arrow01.png) no-repeat right+20px center;
    background-size: 12px auto;
}
header nav ul li:hover ul {
    display: none;
}
}

@media (max-width: 480px) {
	header .container { margin: 0; /*padding-top: 45px;*/ padding-top: 54px; }
	#headNav li a { font-size: 1.8rem; }
	header nav ul li { height: 50px; line-height: 44px; padding: 0; }
	header nav a {
		font-size: 1.6rem;
		padding: 0 10px;
		background-size: 8px auto;
		background-position: right+10px center;
	}
	#spMenuBtn {
		width: 40px;
		height: 45px;
		padding: 9px 4px;
		top: 5px;
		right: 5px;
	}
	#spMenuBtn span {
		height: 4px;
		margin-bottom: 7px;
	}
	#headLogo img {
		width: 280px;
		top: 23px;
	}
	#headLogo {
		left: 20px;
		top: 15px;
	}
}
/*------------------------------------------------------

	info_box

------------------------------------------------------*/
#foot_info {}
.info_box { border-radius: 8px; padding: 16px 16px; border: 4px solid #e3007f; }
.info_box h4 { float: left; padding: 10px 0 0 0; }
.info_box ul { display: flex; }
.info_box ul li { margin: 0 15px; }
#foot_info .access { font-size: 1.6rem; line-height: 2.0rem; }
#foot_info .pink { font-size:1.4rem; background: #e3007f; color: #FFFFFF; padding: 5px; margin-right: 10px; }

@media (max-width: 768px) {
	.info_box h4 { text-align: center; float: none; }
	.info_box ul { display: block;	padding: 0 0; }
	.info_box ul li:first-child { margin-bottom: 15px; }
	#foot_info .pink { margin-right: 0; display: inline-block; margin-bottom: 10px; }
}
@media (max-width: 480px) {
#foot_info .info_box h4.heading02 { margin-bottom: 15px; }
}

/*------------------------------------------------------

	footer

------------------------------------------------------*/
footer {
}
#footInfo02 {
    /* background-color: #fcedf4; */
    background-color: #F2F7FA;
    padding: 20px 0;
}
#footLogo + .address {
    font-size: 1.2rem;
    padding: 15px 0 15px 15px;
    line-height: 1.4;
}
#footInfo {
    background-color: #e3007f;
    padding-bottom: 22px;
    color: #FFFFFF;
    padding: 20px 0;
}
#footInfo .container {
    position: relative;
    max-width: 1080px;
}
#footInfo .col4-1 {
    padding: 0 20px 30px;
}
#footInfo ul.list li {
    font-size: 1.4rem;
    color: #FFFFFF;
}
#footInfo ul.list li:before {
    color: #FFFFFF;
}
#footInfo ul.list a {
    color: #FFFFFF;
    font-size: 1.4rem;
}
#footInfo ul.list li ul li:before {
    content: '・';
}
#footLogo {
    width: 195px;
    float: left;
    position: relative;
    margin-right: 30px;
}
#copy {
    text-align: center;
    height: 30px;
    line-height: 30px;
    background-color: #ffffff;
    font-size: 1.2rem;
    color: #e3007f;
}

@media (max-width: 768px) {
    footer { padding-bottom: 54px; }
#footInfo {
    padding: 0;
}
footer nav {
    position: relative;
}
footer nav ul li {
    width: 100%;
   /* background-color: #e3007f;*/
    border-bottom: 1px solid #fff;
    padding: 15px;
}
	footer nav ul li:not(:last-child) {
		background: url(../images/ico_arrow02.png) no-repeat right +14px center;
		background-size: 10px auto;
	}
	footer nav ul ul li {
		background: none !important;	
	}
footer nav ul li.active:after {
    display: none;
}
footer nav a {
    font-size: 1.6rem;
    display: block;
    height: 100%;
    padding: 0 20px;
    color: #fff;
}
footer nav a:link ,
footer nav a:visited { color: #fff; }
	
footer nav ul li ul {
}
footer nav ul li ul li {
    width: auto;
    border-bottom: 0;
    margin-right: 20px;
    display: inline-block;
    padding: 5px;
}
footer nav ul li ul li a:before {
    content: '\0025cf';
    color: #fff;
    margin-right: 5px;
	font-size: 1rem;
	position: relative;
	top: -2px;
}
}

@media (max-width: 480px) {
	#footInfo02 {
		padding: 10px 0;
	}
footer nav ul li {
}
footer nav a {
    font-size: 1.6rem;
    padding: 0 10px;
    background-size: 12px auto;
    background-position: right+10px center;
}
	
	#footLogo {
		width: 30vw;
		margin-right: 10px;
		margin-top: 10px;
	}
	
	#footLogo + .address {
		white-space: nowrap;
		letter-spacing: -1px;
		text-align: right;
	}
	#footLogo + .address span {
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------

	headLine

------------------------------------------------------*/
#headLine {
    height: 100px;
    color: #fff;
    background: url(/about/images/h1bg_about.png); /* デフォルトではピンク */
    background-size: 102px auto;
    background-position: bottom;
    text-align: center;
}

#headLine.style02 { background: none; background-color: #666; }

#headLine h1 {
    font-size: 3.2rem;
    padding: 30px 0;
    font-weight: bold;
    min-width: 1080px;
}

@media (max-width: 768px) {
#headLine {
    margin-bottom: 55px;
}
#headLine h1 {
    min-width: initial;    
}
}

@media (max-width: 480px) {
#headLine {
    margin-bottom: 30px;
}
#headLine .title {
    font-size: 3.2rem;
    padding-top: 100px;
    margin-bottom: 8px;
    letter-spacing: 8px;
}
}

/*------------------------------------------------------

	headLineIndex

------------------------------------------------------*/
#headLineIndex { height: 320px; background: url(/about/images/h1bg_about.png) repeat-x left top; position: relative; background-size: auto 100%; } /* デフォルトではピンク */
#headLineIndex .container { position: relative; }
#headLineIndex h1 { color: #fff; font-size: 2.8rem; line-height: 1.4; padding-top: 75px; padding-left: 70px; position: relative;}
#headLineIndex h1 span { font-size: 1.8rem; display: block;}
#headLineIndex h1:before { content: ''; width: 80px; height: 70px; background: url(../images/headLineIcon.svg) no-repeat left bottom; background-size: 60px auto; position: absolute; left: 0; bottom: 8px;}
/* 画像の指定はコンテンツごとのCSSファイルで設定 */
#headLineIndex:after { content: ''; position: absolute; height: 100%; width: 50%; top: 0; left: 50%; }

@media (max-width: 768px) {
	#headLineIndex { height: 320px; background-position: left -220px; background-size: 102px auto; margin-bottom: 30px; }
	#headLineIndex .container { text-align: center;}
	#headLineIndex h1 { padding-top: 20px; width: auto; display: inline-block; }
	#headLineIndex h1 span { text-align: left;}
	
	#headLineIndex:after { height: 220px; width: 100%; top: auto; bottom: 0; left: 0; background-position: center center; }
}



/*------------------------------------------------------

	breadcrumbs

------------------------------------------------------*/
#breadcrumbs {
    height: 30px;
    line-height: 30px;
    margin-bottom: 50px;
	border-bottom: 1px solid #e6e6e6;
}
#breadcrumbs ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}
#breadcrumbs li {
    color: #000;
    font-size: 1.2rem;
}
#breadcrumbs li:not(:last-child):after {
    content: '>';
    padding: 0 4px;
}
#breadcrumbs a {
    color: #000;
}

@media (max-width: 768px) {
#breadcrumbs {
    display: none;
}
}

@media (max-width: 768px) {
.heading02 {
    font-size: 3.2rem;
}
.heading02 + .sub-title {
    font-size: 2rem;
}
.heading02 span:before {
    content: '';
    left: -30px;
}
.heading02 span:after {
    content: '';
    right: -30px;
}
}
/*
	cntInner
*/
.cntInner {
    background-color: #fff;
    margin-bottom: 70px;
    line-height: 2.4rem;
}
.cntInner .text {
    font-size: 1.4rem;
}
.cntInner a:not([class^='button']) {
    font-size: 1.4rem;
}
.cntInner a:not([class^='button']):link {
    text-decoration: underline;
    color: #000000;
}
.cntInner a:not([class^='button']):visited {
    text-decoration: underline;
    color: #e3007f;
}
.cntInner a:not([class^='button']):hover {
    text-decoration: none;
    color: #e3007f;
    opacity: 0.8;
}

@media (max-width: 768px) {
.cntInner {
/*padding: 20px;*/
}
.cntInner .text {
    font-size: 1.6rem;
}
}
/*
	heading01
*/
.heading01 {
    color: #333333;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 25px 12px 25px 12px;
    border-left: 5px solid #e3007f;
    border-right: 1px solid #e3007f;
    border-bottom: 1px solid #e3007f;
    border-top: 1px solid #e3007f;
    margin-bottom: 30px;
}
/*
	heading02
*/
.heading02 {
    color: #e3007f;
    font-size: 2.4rem;
	line-height: 2.8rem;
    font-weight: bold;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
.heading02 {
    font-size: 2.4rem;
    /*padding: 15px 10px;*/
}
}
/*
	heading03
*/
.heading03 {
    font-size: 1.8rem;
    border-left: 5px solid #DE2828;
    font-weight: bold;
    padding-left: 8px;
}

@media (max-width: 768px) {
.heading03 {
    font-size: 2.6rem;
}
}

@media (max-width: 480px) {
.heading03 {
    font-size: 2rem;
}
}
/*
	heading04
*/
.heading04 {
    font-size: 2.6rem;
    color: #DE2828;
}

@media (max-width: 768px) {
.heading04 {
    font-size: 2.8rem;
}
}
/*
	heading05
*/
.heading05 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 5px;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
.heading05 {
    font-size: 2rem;
}
}

@media (max-width: 480px) {
.heading05 {
    font-size: 2rem;
}
}

/*
	heading06
*/
.heading06 { font-size: 1.6rem; padding-left: 1em; text-indent: -1em; position: relative; margin-bottom: 5px; line-height: 1.5;}
.heading06:before { content: '●'; color: #ccc; font-size: 0.8rem; padding-right: 0.8rem; vertical-align: middle;}


/*
	lead
*/
.lead {
    font-size: 2.4rem;
    font-weight: bold;
    color: #e3007f;
    text-align: center;
    line-height: 1.4;
}

@media (max-width: 480px) {
.lead {
    font-size: 1.8rem;
    line-height: 1.4;
}
}
hr.line {
    border: none;
    border-top: dashed 1px #999;
    height: 1px;
    color: #BDBDBD;
}
/*
	table.style01
*/
table.style01 {
    width: 100%;
    border-collapse: collapse;
}
table.style01 tr th {
    padding: 15px;
    text-align: center;
    border: 1px solid #cccccc;
    font-size: 1.4rem;
}
table.style01 tr td {
    padding: 15px;
    text-align: center;
    border: 1px solid #cccccc;
    font-size: 1.4rem;
}
table.style01 .pk {
    background: #e3007f;
    color: #FFFFFF;
    font-weight: bold;
}
table.style01 .gr {
    background: #999999;
    color: #FFFFFF;
    font-weight: bold;
}
table.style01 .pk02 {
    font-weight: bold;
    background: #FCEDF4;
}
table.style01 .gr02 {
    font-weight: bold;
    background: #f6f6f6;
}


@media (max-width: 768px) {
.scroll {
    overflow: auto;
    white-space: nowrap;
}
 .scroll::-webkit-scrollbar {
 height: 5px;
}
 .scroll::-webkit-scrollbar-track {
 background: #F1F1F1;
}
 .scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
}
/*
	list
*/
ul.list {
}
ul.list li {
    font-size: 1.4rem;
    color: #333;
    position: relative;
    line-height: 1.6;
    padding-left: 1em;
    margin-bottom: 10px;
}
ul.list li:before {
    content: '\0025cf';
    color: #cccccc;
    font-size: 0.8rem;
    display: block;
    position: absolute;
    left: 0;
    top: 2px; /*bottom: 0;*/
    margin: auto;
}

/*
	font color
*/
.cPink {
	color: #e3007f;
}


/*------------------------------------------------------

	button

------------------------------------------------------*/
.btnWrap {
}
.btnWrap .button01 {
    background-color: #FFFFFF;
    border: 1px solid #e3007f;
    display: block;
    max-width: 100%;
    height: 44px;
    line-height: 44px;
    color: #e3007f;
    text-decoration: none;
    font-size: 1.4rem;
    padding: 0 10px;
    position: relative;
}
.btnWrap .button01:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    top: 50%;
    top: -webkit-calc(50% - 4px);
    top: calc(50% - 4px);
    bottom: 0;
    right: 10px;
    margin: 0;
    content: "";
    vertical-align: middle;
    border-top: 2px solid #e3007f;
    border-right: 2px solid #e3007f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btnWrap .button01:hover {
    background: #e3007f;
    color: #fff;
}
.btnWrap .button01:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
/*------------------------------------------------------

	return top

------------------------------------------------------*/
#pageTop {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 70px;
    z-index: 999;
    width: 60px;
}

@media (min-width: 769px) {
#pageTop a {
    cursor: pointer;
}
#pageTop a:hover {
    opacity: 0.7;
}
}
/*------------------------------------------------------

	Contents

------------------------------------------------------*/

main {
    width: 1080px;
    margin: 0 auto;
}
#mainContents {
    width: 800px;
    float: left;
}
#side {
    width: 235px;
    float: right;
}
#side dl dt {
    background: #e7edf2;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 15px;
}
#side dl dd {
    background: #f2f7fa;
    padding: 25px;
}
#side dl dd ul li {
    font-size: 1.4rem;
    margin-bottom: 20px;
}
#side dl dd ul li a {
    text-decoration: underline;
    color: #333333;
}
#side dl dd ul li a:hover {
    color: #e3007f;
    text-decoration: none;
}

@media (min-width: 769px) {
	#mainContents { min-height: 600px;}
	#side .bnr { }
	#side .bnr .col2-1 { width: 100%; }
}

@media (max-width: 768px) {
	main {
		width: 100%;
	}
	#mainContents {
		width: 100%;
		float: none;
	}
	#side {
		width: 100%;
		float: none;
		margin-bottom: 50px;
	}
	#side dl dd {
		background: #fff;
		padding: 25px;
		border: 10px solid #f2f7fa;
	}
	/*
	#side .bnr {
		width: 45%;
		float: left;
		margin: 0 10px;
	}*/
	
	#side .bnr .col2-1 { width: -webkit-calc( 50% - 10px ); width: calc( 50% - 10px ); margin-bottom: 0; }
}

@media (max-width: 768px) {
	#side .bnr .col2-1 { width: -webkit-calc( 50% - 5px ); width: calc( 50% - 5px ); }
}

@media (max-width: 768px) {
	#side dl dd ul li { font-size: 1.8rem; }
}

.attention {
    background: #fcedf4;
    padding: 15px;
    font-size: 1.4rem;
}





/*------------------------------------------------------

    scrollNav

------------------------------------------------------*/
#scrollNav { position: fixed; left: 0; bottom: 0; width: 100%; padding: 5px; background-color: rgba(0,0,0,0.5); z-index: 100;}
#scrollNav li { width: -webkit-calc(( 100% - 60px ) / 2 - 5px ); width: calc(( 100% - 60px ) / 2 - 5px ); text-align: center; font-size: 1.6rem; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;}
#scrollNav li:first-child { background-color: #f08300;}
#scrollNav li:nth-child(2) { background-color: #fff;}
#scrollNav li:last-child { width: 60px; background-color: #999;}
#scrollNav li a { display: block; height: 100%; padding: 12px 10px; font-weight: bold;}
#scrollNav li:first-child a { color: #fff; }
#scrollNav li:nth-child(2) a { color: #e3007f; }
#scrollNav li:last-child a {}
#scrollNav li span { font-size: 2rem; padding-right: 4px; vertical-align: -2px; }
#scrollNav li:nth-child(2) span::before { color: #e3007f;}
#scrollNav li:last-child img { width: 26px; height: auto;}

@media (min-width: 769px) {
    #scrollNav { display: none;}
    #scrollNav li {}
    #scrollNav li a {}
    #scrollNav li span {}
}

@media (max-width: 768px) {
    #scrollNav {}
    #scrollNav li {}
    #scrollNav li a {}
    #scrollNav li span {}
}

@media (max-width: 480px) {
    #scrollNav {}
    #scrollNav li {}
    #scrollNav li a {}
    #scrollNav li span {}
}
