@charset "utf-8";

/*   Common
******************************************/

*,
*::before,
*::after {
    box-sizing: border-box;
}

*:focus {
	outline: none;
}

html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,figure,figcaption,blockquote,dl,dt,dd,label {
    margin: 0;
    padding: 0;
}

html {
	font-size: 62.5%; /* 62.5%を指定すると「1.0 rem = 10px」*/
}

html{
  scroll-behavior: smooth;
}


body {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    /*font-family: "YuGothic";*/
}
button, input, optgroup, select, textarea, ul, ol, li, dl, dt, dd {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    /*font-family: "YuGothic";*/
	font-size: 1.45rem;
}

body {
	font-size: 1.45rem;
	line-height: 1.8;
	letter-spacing:normal;
	font-feature-settings: "pkna";
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background-color: #FFFFFF;
	color: #303030;
    word-break: break-all;
}

.wrapper {
	width: 100%;
	position:relative;
	-webkit-backface-visibility:hidden;/*チラ対策*/
	backface-visibility:hidden;/*チラ対策*/
}

ul, ol {
    list-style: none;
}

ul {
    list-style-type: none;
    list-style-position: outside;
}

dl, dt, dd, li{
	font-weight:normal;
}

img {
    max-width: 100%;
    max-height: 100%;
	image-rendering: auto;
	border:none;
	vertical-align:bottom;
	display: block;
    -webkit-backface-visibility: hidden;
}

input,button,textarea,select {
    font: inherit;
}

span {
    display: inline-block;
}

hover {
	/*will-change: transform, opacity;*/
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
	font-weight:normal;
	letter-spacing:normal;
}

p {
    margin: 0;
	padding: 0;
}

.small, small {
    font-size: 85%;
    font-weight: 400;
    line-height: 1;
    white-space: normal;
}

label {
    margin: 0;
	padding: 0;
}


hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}


*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* text */
input::-ms-clear {
	visibility: hidden;
    display: none;
}

/* password */
input::-ms-reveal {
	visibility: hidden;
    display: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}


/*//////// Page fade ////////*/
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}



/*//////// LINK ////////*/
*:focus {
	outline: none;
}
a {
	color: #303030;
	outline: none;
    cursor: pointer;
	text-decoration: none;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	display: block;
}
a:hover { /*オンマウス*/
	color: #303030;
	outline: none;
	text-decoration: none;
}
a:active { /*クリック中*/
	color: #303030;
	outline: none;
	text-decoration: none;
}
a:link { /*未訪問*/
	color: #303030;
}
a:visited { /*訪問済み*/
	color: #303030;
}
a:focus {
	text-decoration: none;
	outline: none;
}



/*///// button /////*/
button {
    position: relative;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    outline: none;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
    
    border: 1px solid #c0c0c0;
    color: #303030;
    line-height: 1;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
button:hover {
	outline: none;
	text-decoration: none;
}
button:active {
	outline: none;
	text-decoration: none;
}
button:focus {
	outline: none;
	text-decoration: none;
}
button span {
	display: block;
    margin: 0 auto;
}

button.wkno {
    border: none;
}
button.txt {
    color: #138aca;
    text-decoration: underline;
}


/*///// .butn /////*/
.butn {
    position: relative;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    outline: none;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
    border: 1px solid #c0c0c0;
    color: #303030;
    line-height: 1;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.butn:hover {
	outline: none;
	text-decoration: none;
}
.butn:active {
	outline: none;
	text-decoration: none;
}
.butn:focus {
	outline: none;
	text-decoration: none;
}
.butn span {
	display: block;
    margin: 0 auto;
}


/*///// file /////*/
button.file {
    color: #138aca;
    border: 1px solid #138aca;
    background-color: #eee;
    padding: 10px 15px;
    border-radius: 4px;
}
button.file:hover {
    background-color: #138aca;
    color: #fff
}
button.file.txmin {
    font-size: 1.35rem;
}

.butn.file {
    color: #138aca;
    border: 1px solid #138aca;
    background-color: #eee;
    padding: 10px 15px;
    border-radius: 4px;
    min-width: 130px;
}
.butn.file:hover {
    background-color: #138aca;
    color: #fff
}
.butn.file.txmin {
    font-size: 1.35rem;
}



/*///// monk /////*/
.butn.monk {
    background-color: #eee;
    padding: 10px 15px;
    border-radius: 4px;
}
.butn.monk:hover {
    background-color: #138aca;
    color: #fff
}



/*///// clear /////*/
button.clear {
    border-radius: 5px;
    background-color: #eee;
    border: 1px solid #bbb;
    padding: 10px 10px;
    font-size: 1.35rem;
}
button.clear:hover {
    color: #ffffff;
    background-color: #989898;
}



/*///// clearfix /////*/
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content: '';
}
div.clearFloat {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0px;
}



/*   bace
******************************************/

/*///// padding-top /////*/
.t-zro {padding-top:0px;}
.t5 {padding-top:5px;}
.t10 {padding-top:10px;}
.t15 {padding-top:15px;}
.t20 {padding-top:20px;}
.t25 {padding-top:25px;}
.t30 {padding-top:30px;}
.t35 {padding-top:35px;}
.t40 {padding-top:40px;}
.t45 {padding-top:45px;}
.t50 {padding-top:50px;}
.t55 {padding-top:55px;}
.t60 {padding-top:60px;}
.t65 {padding-top:65px;}
.t70 {padding-top:70px;}
.t75 {padding-top:75px;}
.t80 {padding-top:80px;}
.t85 {padding-top:85px;}
.t90 {padding-top:90px;}
.t95 {padding-top:95px;}
.t100 {padding-top:100px;}
.t110 {padding-top:110px;}
.t120 {padding-top:120px;}
.t130 {padding-top:130px;}
.t140 {padding-top:140px;}
.t150 {padding-top:150px;}
.t160 {padding-top:160px;}
.t170 {padding-top:170px;}
.t180 {padding-top:180px;}
.t190 {padding-top:190px;}
.t200 {padding-top:200px;}

/*///// padding-bottom /////*/
.b-zro {padding-bottom:0px;}
.b5 {padding-bottom:5px;}
.b10 {padding-bottom:10px;}
.b15 {padding-bottom:15px;}
.b20 {padding-bottom:20px;}
.b25 {padding-bottom:25px;}
.b30 {padding-bottom:30px;}
.b35 {padding-bottom:35px;}
.b40 {padding-bottom:40px;}
.b45 {padding-bottom:45px;}
.b50 {padding-bottom:50px;}
.b55 {padding-bottom:55px;}
.b60 {padding-bottom:60px;}
.b65 {padding-bottom:65px;}
.b70 {padding-bottom:70px;}
.b75 {padding-bottom:75px;}
.b80 {padding-bottom:80px;}
.b85 {padding-bottom:85px;}
.b90 {padding-bottom:90px;}
.b95 {padding-bottom:95px;}
.b100 {padding-bottom:100px;}
.b110 {padding-bottom:110px;}
.b120 {padding-bottom:120px;}
.b130 {padding-bottom:130px;}
.b140 {padding-bottom:140px;}
.b150 {padding-bottom:150px;}
.b160 {padding-bottom:160px;}
.b170 {padding-bottom:170px;}
.b180 {padding-bottom:180px;}
.b190 {padding-bottom:190px;}
.b200 {padding-bottom:200px;}

/*///// padding-right /////*/
.r-zro {padding-right:0;}
.r5 {padding-right:5px;}
.r10 {padding-right:10px;}
.r15 {padding-right:15px;}
.r20 {padding-right:20px;}
.r25 {padding-right:25px;}
.r30 {padding-right:30px;}
.r35 {padding-right:35px;}
.r40 {padding-right:40px;}
.r45 {padding-right:45px;}
.r50 {padding-right:50px;}

/*///// padding-left /////*/
.l-zro {padding-left:0;}
.l5 {padding-left:5px;}
.l10 {padding-left:10px;}
.l15 {padding-left:15px;}
.l20 {padding-left:20px;}
.l25 {padding-left:25px;}
.l30 {padding-left:30px;}
.l35 {padding-left:35px;}
.l40 {padding-left:40px;}
.l45 {padding-left:45px;}
.l50 {padding-left:50px;}

/*///// margin-top /////*/
.mt3 {margin-top:3px;}
.mt5 {margin-top:5px;}
.mt8 {margin-top:8px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mt35 {margin-top:35px;}
.mt40 {margin-top:40px;}
.mt45 {margin-top:45px;}
.mt50 {margin-top:50px;}
.mt55 {margin-top:55px;}
.mt60 {margin-top:60px;}
.mt65 {margin-top:65px;}
.mt70 {margin-top:70px;}
.mt75 {margin-top:75px;}
.mt80 {margin-top:80px;}
.mt85 {margin-top:85px;}
.mt90 {margin-top:90px;}
.mt95 {margin-top:95px;}
.mt100 {margin-top:100px;}
.mt105 {margin-top:105px;}
.mt110 {margin-top:110px;}
.mt115 {margin-top:115px;}
.mt120 {margin-top:120px;}
.mt125 {margin-top:125px;}
.mt130 {margin-top:130px;}
.mt135 {margin-top:135px;}
.mt140 {margin-top:140px;}
.mt145 {margin-top:145px;}
.mt150 {margin-top:150px;}
.mt160 {margin-top:160px;}
.mt170 {margin-top:170px;}
.mt180 {margin-top:180px;}
.mt190 {margin-top:190px;}
.mt200 {margin-top:200px;}

/*///// margin-bottom /////*/
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}
.mb45 {margin-bottom:45px;}
.mb50 {margin-bottom:50px;}

/*///// margin-right /////*/
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr25 {margin-right:25px;}
.mr30 {margin-right:30px;}
.mr35 {margin-right:35px;}
.mr40 {margin-right:40px;}
.mr45 {margin-right:45px;}
.mr50 {margin-right:50px;}

/*///// margin-left /////*/
.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}
.ml30 {margin-left:30px;}
.ml35 {margin-left:35px;}
.ml40 {margin-left:40px;}
.ml45 {margin-left:45px;}
.ml50 {margin-left:50px;}

/*///// spacing /////*/
.spxno {letter-spacing:normal !important;}
.spxe2 {letter-spacing:0.02em !important;}
.spxe3 {letter-spacing:0.03em !important;}
.spxe4 {letter-spacing:0.04em !important;}
.spxe5 {letter-spacing:0.05em !important;}
.spxe6 {letter-spacing:0.06em !important;}
.spxe7 {letter-spacing:0.07em !important;}
.spxe8 {letter-spacing:0.08em !important;}
.spxe9 {letter-spacing:0.09em !important;}
.spxe10 {letter-spacing:0.1em !important;}
.spxe15 {letter-spacing:0.15em !important;}
.spxe20 {letter-spacing:0.2em !important;}
.spxe25 {letter-spacing:0.25em !important;}
.spxe30 {letter-spacing:0.3em !important;}

/*///// width /////*/
.wid5 { width:5%}
.wid10 { width:10%}
.wid15 { width:15%}
.wid20 { width:20%}
.wid25 { width:25%}
.wid30 { width:30%}
.wid35 { width:35%}
.wid40 { width:40%}
.wid45 { width:45%}
.wid50 { width:50%}
.wid55 { width:55%}
.wid60 { width:60%}
.wid65 { width:65%}
.wid70 { width:70%}
.wid75 { width:75%}
.wid80 { width:80%}
.wid85 { width:85%}
.wid90 { width:90%}
.wid95 { width:95%}
.wid100 { width:100%}

/*///// max width /////*/
.max-wid600 { max-width: 600px;}
.max-wid800 { max-width: 800px;}



/*   accordion
******************************************/
.acdion-box {
	will-change: min-height;
}
.acdion-box {
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
}



/*   form input
******************************************/
input,
textarea {
    display: block;
	outline: none;
    background: none;
    border: 1px solid #bbb;
    background-color: #f8f8f8;
    font-size: inherit;
	border-radius: 3px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
input {
    height: 38px;
    width: 100%;
    padding: 0 10px;
}
textarea {
    width: 100%;
	resize: vertical;
    padding: 5px 10px;
}

.form input,
.form textarea {
    display: block;
	outline: none;
    background: none;
    border: 1px solid #bbb;
    background-color: #f8f8f8;
	border-radius: 3px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.form input {
    height: 38px;
    width: 100%;
    padding: 0 10px;
}
.form textarea {
    width: 100%;
	resize: vertical;
    padding: 5px 10px;
    font-size: 1.6rem;
}



/*   focus
******************************************/
input:focus,
textarea:focus {
	background-color: #ffffff;
    border: 1px solid #9cc4de;
    box-shadow: 0 0 4px 1px rgba(119, 193, 241, 0.5);
}
input[type="button"]:focus {
    box-shadow: none;
}
input[type="checkbox"]:focus {
	border: none;
	background: none;
    box-shadow:none;
}
input[type="file"]:focus {
	border: none;
	background: none;
    box-shadow:none;
}



/*   file
******************************************/
input[type="file"] {
    background: none;
    border: none;
    max-width: none;
    width: auto;
    height: auto;
}
input[type="file"] {
    display: none;
}

.upbtn {
    width: auto;
}
.upbtn label {
    position: relative;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: 1px solid #bbb;
    background-color: #f0f0f0;
    padding: 0 10px;
    border-radius: 4px;
    height: 36px;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #666;
    min-width: 140px;
}
.upbtn label::after {
    /*content: "選択されていません";*/
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: -130px;
    top: calc(50% - 10px);
    color: #333333;
}
.upbtn label.changed::after {
    content: "";
}
.upbtn label:hover {
    background-color: #2899d6;
    color: #fff;
}
.upbtn label:hover::after {
    color: #333333;
}

.filename {
   font-size: 12px;
}



/*   form placeholder
******************************************/
.form :placeholder-shown {
	color: #999999;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
.form ::-webkit-input-placeholder {
	color: #999999;
}
/* Firefox 18- */
.form :-moz-placeholder {
	color: #999999;
	opacity: 1;
}
/* Firefox 19+ */
.form ::-moz-placeholder {
	color: #999999;
	opacity: 1;
}
/* IE 10+ */
.form :-ms-input-placeholder {
	color: #999999;
}



/*   checkbox
******************************************/
input[type="checkbox"] {
    display: none;
}
.fm-check {
}
.fm-check label {
    position: relative;
    display: inline-block;
    padding-left: 22px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.fm-check label p {
	line-height: 1.3;
}
.fm-check label::before,
.fm-check label::after {
    position: absolute;
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
}
.fm-check label::before {
    top: 50%;
    left: 0;
    width: 17px;
    height: 17px;
    margin-top: -9px;
    background: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.fm-check label::after {
    opacity: 0;
    top: 48%;
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 2px solid #3498db;
    border-bottom: 2px solid #3498db;
    -webkit-transform: rotate(-45deg) scale(.5);
    transform: rotate(-45deg) scale(.5);
}
.fm-check label:hover::before {
    background: #fff;
}
input[type="checkbox"]:checked + label::before {
    background: #fff;
    border: 1px solid #3498db;
}
input[type="checkbox"]:checked + label::after {
    opacity: 1;
    -webkit-transform: rotate(-50deg) scale(1);
    transform: rotate(-50deg) scale(1);
}



/*   radio
******************************************/
input[type="radio"] {
    display: none;
}
.fm-radio {
}
.fm-radio label {
    position: relative;
    display: inline-block;
    padding-left: 22px;
    cursor: pointer;
    align-self: center;
    /* white-space: nowrap; */
    line-height: 1.3;
}
.fm-radio label::before,
.fm-radio label::after {
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.fm-radio label::before {
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #f3f3f3;
    border: 1px solid #ccc;
}
.fm-radio label:hover::before {
    background: #fff;
}
.fm-radio label::after {
    opacity: 0;
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #3498db;
    -webkit-transform: scale(2);
    transform: scale(2);
}
input[type="radio"]:checked + label::before {
    background: #fff;
    border: 1px solid #3498db;
}
input[type="radio"]:checked + label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



/*   select
******************************************/
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-ms-expand {
    display: none;
}
.fm-select {
    width: 100%;
    /*max-width: 500px;*/
    display: block;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}
.fm-select:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #303030 transparent transparent transparent;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;/*クリック出来るよう*/
}
.fm-select select {
    width: 100%;
    height: 38px;
    font-size: 14px;
    padding: 0 10px;
    border: none;
    position: relative;
    background-color: #f8f8f8;
    border: 1px solid #bbb;
}




/*   error input
******************************************/
.has-error input {
    border: 1px solid #f13a19 !important;
}
input.has-error {
    border: 1px solid #f13a19 !important;
}

.has-error label::before {
    border: 1px solid #f13a19 !important;
}
.has-error textarea {
    border: 1px solid #f13a19 !important;
}
.has-error .tox-tinymce {
    border: 1px solid #f13a19 !important;
}
.has-error select {
    border: 1px solid #f13a19 !important;
}
.has-error .upbtn label {
    border: 1px solid #f13a19 !important;
}



/*   ie9 message
******************************************/
.ie-mestxt {
    position: relative;
	background-color: #de3d3f;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 999999;
}
.ie-mestxt p {
	max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
}



/*   pop-sch
******************************************/
.pop-sch {
	position: relative;
	width: 800px;
	height: 86vh;
	padding: 3px;
	padding-right: 2px;
	margin: auto;
	border-radius: 6px;
	overflow-y: scroll;
}
.pop-sch-in {
	width: 100%;
	height: 100%;
	padding: 0 35px;
	padding-top: 10px;
	padding-bottom: 40px;
	border-radius: 6px;
	background-color: #ffffff;
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch;
}

/* scrollbar */
.pop-sch-in::-webkit-scrollbar {
    width: 9px;
}
.pop-sch-in::-webkit-scrollbar-track {
	background-color: #d6d6d6;
    border-radius: 0 6px 6px 0;
}
.pop-sch-in::-webkit-scrollbar-thumb {
	background-color: #666666;
}




/*   Sidebar
******************************************/
#sidebar {
	will-change: min-height;
}
#sidebar {
    flex: none;
    width: 20%;
}

#sidebar .sidebar__inner {
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
}

#sidebar .sidebar__inner .saidnav {
    width: auto;
    padding-bottom: 0;
}

.saidnav.mark {
    background-color: transparent;
    border-right: 0;
    border-left: 0;
}

.saidnav.mark ul li a p {
    font-size: 1.5rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.saidnav.mark ul li a:hover p,
.saidnav.mark ul li .active p {
    color: #f77a0c;
}




.nav-cild li {
}
.nav-cild li:last-of-type {
    border-bottom: 1px solid #ccc;
}

.nav-cild li a {
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 0px 0 20px 20px;
    text-decoration: none;
    color: #0c49c5;
}


.nav-cild {
    display: none;
}
.navlink.active+.nav-cild {
    display: block;
}

.navlink {
    border-bottom: 1px solid #ccc;
    color: #555;
    display: block;
    padding: 14px 8px 14px 18px;
    text-decoration: none;
}
.navlink.active {
    position: relative;
    border-bottom: 0;
}
.navlink.active:before {
    content: "\f0a9";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    color: #f77a0c;
}





































