@charset "UTF-8";

/*  display
===================================*/
.pc {
    display: block;
}
.smt {
    display: none;
}
.jyunbi_txt {
    text-align: center;
    margin-top: 10px;
}
.fot-banner {
    display: none;
}

body {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgb(128 187 232) 0%, rgba(86,160,213,1) 100%);
}
body:before {
    display: block;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image:
        url("../img/main_bg.png"),
        url("../img/main_bgg.png");
    background-position: top -300px center;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: -1;
}


/*  header
===================================*/
header {
	position: relative;
    width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    background-color: rgb(56 139 208 / 60%);
}
.pched {
    height: auto;
}
.pched .area {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    padding: 0 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.pched .area .link {
}
.pched .area .link a {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    background-color: #c48f00;
    border-top: 0;
    padding: 3px 10px;
    padding-top: 2px;
}
.pched .area .link a i {
    font-size: 1.7rem;
    margin-right: 3px;
}
.pched .area .link a span {
}
.pched .area .link a:hover {
    background-color: #613100;
    color: #fff;
}

.pched .area .comp {
    position: relative;
    padding-right: 20px;
}

.pched .area .comp .logo {
    width: 90px;
    margin-right: 6px;
}

.pched .area .comp h1 {
    font-size: 3.3rem;
    line-height: 1.15;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    color: #fff;
}
.pched .area .comp h1 span {
    font-weight: 600;
    color: #ffe720;
    margin-left: 2px;
    margin-right: 3px;
}
.pched .area .comp h1 b {
    font-size: 4.5rem;
}

.pched .area .comp h5 {
    font-size: 1.06rem;
    letter-spacing: 0.04em;
    line-height: 1;
    margin-left: 65px;
    padding-top: 5px;
    color: #84c2d6;
}

.pched .area .plan {
    margin-left: auto;
}
.pched .area .plan h3 {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    font-feature-settings: normal;
}
.pched .area .plan h3 span {
    color: #026baf;
    margin-right: 3px;
}
.pched .area .plan dl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 6px;
}
.pched .area .plan dt {
    font-size: 1.4rem;
    line-height: 1;
    padding: 3px 3px;
    text-align: center;
    flex-shrink: 0;
    width: 56px;
    margin-right: 6px;
    background-color: #ffed5a;
    align-self: normal;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-weight: 500;
    color: #1e6db7;
}
.pched .area .plan dd {
    font-size: 1.9rem;
    line-height: 1.0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap;
    font-weight: 600;
    color: #fff;
}
.pched .area .plan dd span {
    font-size: 1.4rem;
    line-height: 1.3;
}



/*  article レイアウト
===================================*/
article {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}
.widmin {
    margin-left: 10px;
    margin-right: 10px;
}

.slideon {
    display: -webkit-flex;
    display: flex;
    min-height: 500px;
}

/*/// 可変版 ///
.sidebg {
    position: absolute;
    height: 100%;
    width: 200px;
    background-color: #f0f0f0;
}
.slmenu {
    flex-shrink: 0;
    width: 200px;
    height: auto;
    background-color: #f3f3f3;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}
.sidebar__inner {
    flex-shrink: 0;
    width: 200px;
    height: 100vh;
    height: calc(100vh - 212px);
}
*/
/*/// 固定版 ///*/
.slmenu {
    width: 250px;
    margin-top: 25px;
    margin-bottom: 90px;
}

.slbody.home {
    padding-left: 25px;
}
.slbody {
    width: calc(100% - 250px);
    margin-left: auto;
    padding-left: 25px;
    position: relative;
    padding-bottom: 90px;
}


/*/// slmenu ///*/
.slmenu ul {
    border: 1px solid rgb(67 143 210);
    padding: 1px 2px 1px 2px;
    overflow: hidden;
    background-color: rgb(52 133 201 / 60%);
}
.slmenu ul li {
    border-bottom: 1px solid #2182a9;
}
.slmenu ul li:last-of-type {
    border-bottom: 0;
}
.slmenu ul li a {
    font-size: 1.7rem;
    position: relative;
    line-height: 1.2;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 6px;
    padding-right: 0;
    min-height: 70px;
    letter-spacing: 0.03em;
    font-weight: 500;
    color: #fff;
}
.slmenu ul li a i {
    font-size: 1.1rem;
    margin-right: 6px;
    color: #ffed5a;
}
.slmenu ul li a small {
    font-weight: normal;
    font-size: 1.2rem;
}
.slmenu ul li a i.icon-home {
    font-size: 1.5rem;
    margin-left: 1px;
    margin-right: 6px;
}
.slmenu ul li a i.icon-navigation {
    transform: rotate(90deg);
}
.slmenu ul li a i.icon-arrow_forward {
    font-size: 1.5rem;
}

.slmenu ul li a i.kaku {
    font-size: 1.1rem;
    line-height: 1;
    background-color: #4db2f3;
    color: #fff;
    width: 10px;
    height: 11px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 2px;
}
.slmenu ul li a:hover {
    background-color: #0e8ada;
}
.slmenu ul li a:hover i {
}

.slmenu ul li.on a {
    background-color: #ffed5a;
    color: #3487d4;
}
.slmenu ul li.on a i {
    color: #3487d4;
}

.slmenu ul li a em {
    position: absolute;
    top: 6px;
    right: 4px;
    font-style: normal;
    display: inline-block;
    font-size: 1.0rem;
    line-height: 1;
    letter-spacing: normal;
    background-color: #faea9a;
    color: #c70e0e;
    border-radius: 3px;
    padding: 3px 4px;
    font-weight: 600;
    border: 1px solid #c70e0e;
}
.slmenu ul li.min a {
    font-size: 1.55rem;
}

.slmenu ul.two {
}
.slmenu ul.two .tai {
    background: #098813;
    border-bottom: 1px solid #006a15;
    margin: 0 -2px;
    margin-top: -1px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #faea9a;
}
.slmenu ul.two .tai i {
    font-size: 1.6rem;
    margin-right: 2px;
    margin-left: -10px;
}
.slmenu ul.two .tai span {
    font-size: 1.3rem;
    line-height: 1;
}

.slmenu ul.two li a {
    padding-top: 13px;
    padding-bottom: 13px;
}
.slmenu ul.two li a p {
    line-height: 1.15;
}
.slmenu ul.two li a span {
    font-size: 1.25rem;
    font-weight: normal;
}

.slmenu ul.two li a .mk {
    font-size: 1.25rem;
    line-height: 1;
    background: #fedd5e;
    padding: 3px 8px;
    margin-top: 4px;
    white-space: nowrap;
    font-weight: normal;
    color: #000;
    border-radius: 8px;
}

.slmenu ul.two li a:hover .mk {
    color: initial;
}

.slmenu ul.two li.not a {
    pointer-events: none; 
}
.slmenu ul.two li.not a .mk {
    background: #404040;
    color: #fff;
}

.slmenu ul li.not a {
    font-weight: 500;
    pointer-events: none;
    color: #3188cb;
    font-weight: normal;
}
.slmenu ul li.not a i {
    color: rgb(39 114 151 / 0%);
}


/*/// 追加 20220618 ///*/
.slmenu ul.top {
    height: 90px;
    background: #ffffff;
    padding: 2px;
}
.slmenu ul.top li {
    height: 100%;
}
.slmenu ul.top li a {
    height: 100%;
    color: inherit;
    border: 1px solid #ca3c36;
    border-radius: 4px;
    padding: 0;
    display: table;
    width: 100%;
}
.slmenu ul.top li .txt {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.slmenu ul.top li .txt h3 {
    font-weight: 700;
    color: #bf150e;
}
.slmenu ul.top li .txt p {
    font-weight: 600;
    margin-top: 2px;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    margin-bottom: -10px;
    display: inline-block;
    background-color: #164c78;
    border-radius: 20px;
    color: #fff;
    padding: 3px 15px;
}
.slmenu ul.top li a:hover {
    background-color: #fffc66;
}

.slmenu ul.toku {
    height: 90px;
}
.slmenu ul.toku li {
    height: 100%;
}
.slmenu ul.toku li a {
    font-size: 1.55rem;
    height: 100%;
    color: inherit;
    border-radius: 4px;
    padding: 0;
    display: table;
    width: 100%;
    background-color: #fffc66;
    background-color: #fffc6d;
}
.slmenu ul.toku li .txt {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.slmenu ul.toku li .txt h3 {
    font-weight: 600;
}
.slmenu ul.toku li .txt p {
    font-weight: 500;
    margin-top: 3px;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    margin-bottom: -10px;
    display: inline-block;
    background-color: #b48100;
    border-radius: 20px;
    color: #fff;
    padding: 5px 15px;
}
.slmenu ul.toku li a:hover {
    background-color: #f0597a;
    color: #fff;
}

.slmenu ul.inter {
    height: auto;
}
.slmenu ul.inter li {
    height: 100%;
}
.slmenu ul.inter li a {
    font-size: 1.55rem;
    color: inherit;
    height: 100%;
    border-radius: 4px;
    padding: 0;
    display: table;
    width: 100%;
    background-color: #fffc66;
}
.slmenu ul.inter li .txt {
    text-align: center;
    padding: 10px 10px;
    padding-bottom: 7px;
}
.slmenu ul.inter li .txt h4 {
    position: relative;
    font-weight: 600;
    font-size: 1.55rem;
    line-height: 1.2;
    background-color: #9b20bd;
    color: #fff;
    display: inline-block;
    padding: 5px 26px;
}
.slmenu ul.inter li .txt h5 {
    font-size: 1.35rem;
    line-height: 1.15;
    font-weight: 600;
    margin-top: 4px;
    color: #5e0079;
}
.slmenu ul.inter li a:hover {
    background: #ffc6ea;
}
.slmenu ul.inter li a:hover .txt h5 {
    color: inherit;
}


/*/// 協賛 ///*/
.slmenu ol {
    text-align: center;
    margin-top: 25px;
}
.slmenu ol li {
    margin-top: 13px;
}
.slmenu ol li a {
    width: 100%;
    border: 1px solid #458fd3;
}
.slmenu ol li a img {
    width: 100%;
}
.slmenu ol li a:hover {
    box-shadow: 0 0 13px 2px #fff;
}


/*/// 英語版リンク ///*/
.englink {
	margin-top: 20px;
}
.englink a {
	border-radius: 6px;
    margin: 0 10px;
    padding: 15px 20px;
    font-size: 1.5rem;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    color: #026baf;
    font-family: serif;
    font-style: italic;
}
.englink a:hover {
	background-color: #076fb3;
    color: #fff;
}


/*/// アカウント情報の抹消 ///*/
.sidebg .btn-are {
    margin: inherit;
    margin-top: 20px;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}
.sidebg .txt-btx {
    font-size: 1.2rem;
    font-feature-settings : "palt";
    color: #777;
    margin-left: 15px;
}
.sidebg .txt-btx i {
    font-size: 1.8rem;
    color: #777;
}
.sidebg .txt-btx:hover {
    color: #085cb5;
}
.sidebg .txt-btx:hover i {
    color: #085cb5;
}


/*  footer
===================================*/
footer {
    position: relative;
    background-color: rgb(79 156 219 / 50%);
}
footer .area {
    position: relative;
    max-width: 1220px;
    padding: 0 20px;
    padding-top: 20px;
    padding-bottom: 40px;
    margin: 0 auto;
}
.fot-comp {
}
.fot-comp .flx {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.fot-comp dl {
    padding: 0 20px;
}
.fot-comp dt {
    font-size: 1.5rem;
    line-height: 1;
    border-left: 4px solid #ffe720;
    padding: 4px 5px;
    padding-right: 8px;
    display: inline-block;
    font-weight: 500;
    color: #153f73;
    margin-bottom: 5px;
}
.fot-comp dd {
    font-size: 1.35rem;
    line-height: 1.4;
    color: #153f73;
}
.fot-comp dd p a {
    display: inline;
    color: #fffd00;
    box-shadow: none;
    padding-bottom: 2px;
}
.fot-comp dd p a:hover {
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #fffd00 inset;
}

.fot-comp dd ul {
}
.fot-comp dd li {
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo UI','Yu Gothic UI', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
}
.fot-comp dd li a {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    color: #153f73;
    font-weight: 500;
    line-height: 1.4;
}
.fot-comp dd li a i {
    color: #ffe721;
}
.fot-comp dd li a span {
    transition: 0.2s ease-out;
}
.fot-comp dd li a:hover span {
    color: #fffd00;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #fffd00 inset;
}
.fot-copy {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #5c9ac8;
}
.fot-copy h6 {
    font-size: 1.1rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: center;
    color: #386196;
}


/*  janp
=====================================*/
.janp {
    right: 20px;
    z-index: 2;
}
.janp a {
    width: 50px;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: 1px solid #458fd3;
    color: #163f73;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 45%);
}
.janp a i {
    font-size: 1.85rem;
    transform: rotate(-90deg);
    position: relative;
    top: -1px;
}
.janp a:hover {
    background-color: #4398db;
    color: #fff;
}


/*  title-cover
=====================================*/
.title-cover {
    position: relative;
    width: 100%;
    height: 200px;
}
.title-cover .main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 200px;
    max-width: 1600px;
    display: block;
    background-image: url("../img/main_b.png");
    background-position: bottom -270px center;
    background-repeat: no-repeat;
    background-size: 1600px;
}
.title-cover h3 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
}


/*  title
=====================================*/
/* title-a */
.title-a {
    position: relative;
    padding-bottom: .3em;
    border-bottom: 3px solid #e2e2e2;
    font-size: 2.0rem;
    line-height: 1.2;
}
.title-a strong {
    color: #026baf;
    position: relative;
    padding: .4em 0 .5em .7em;
    border-left: 5px solid #107dc3;
    display: inline-block;
}

/* title-page */
.title-page {
    border-bottom: 1px solid #4398db;
}
.title-page .area {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-height: 90px;
    border-left: 10px solid #ffe61a;
}
.title-page .area h2 {
    font-size: 3.3rem;
    line-height: 1.2;
    padding-left: 18px;
    color: #3487d4;
    font-weight: 600;
}
.title-page .area h2 span {
    font-size: 1.7rem;
    letter-spacing: 0.05em;
}
.title-page .area p {
    font-size: 1.5rem;
    margin-left: 15px;
}


.title-page .area a {
    margin-left: auto;
    margin-right: 20px;
}
.title-page .area a {
    height: 36px;
    font-size: 1.4rem;
    color: #222;
    border: 1px solid #e7c314;
    background-color: #ffe04a;
    min-width: 150px;
}
.title-page .area a i {
    font-size: 1.9rem;
    margin-right: 3px;
}
.title-page .area a:hover {
    background-color: #ec7992;
    border: 1px solid #ec7992;
    color: #fff;
}

.title-page ul {
    position: relative;
    display: -webkit-flex;
    display: flex;
    padding: 0 10px;
}
.title-page ul.minus {
    margin-top: -5px;
}
/*
.title-page ul:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 3px solid #f4b5b5;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}
*/
.title-page ul li {
    margin: 0 8px;
    align-self: flex-end;
    z-index: 2;
}
.title-page ul li:first-of-type {
}

.title-page ul li a {
    position: relative;
    padding: 13px 13px;
    padding-bottom: 16px;
    line-height: 1;
    color: #666;
    font-size: 1.6rem;
    min-width: 140px;
    text-align: center;
    border: 2px solid #ccc;
    border-bottom: 0;
    font-weight: 600;
}
.title-page ul li a:hover {
    background-color: #e8e8e8;
    color: #3487d4;
}
.title-page ul li.on a {
    pointer-events: none;
    color: #fff;
    background-color: #559bd4;
    border: 2px solid #4398db;
    border-bottom: 0;
}
/*
.title-page ul li.on a:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 4px solid #387ebe;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(100% / 1);
}*/

/* title-sub */
.title-sub {
    padding: 25px 20px;
    padding-bottom: 0;
}
.title-sub h3 {
    font-size: 2.8rem;
    color: #3487d4;
    font-weight: 600;
    pointer-events: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

/* title-user */
.title-user {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 10px;
}
.title-user:before {
    content: "";
    width: 6px;
    height: 50px;
    background-color: #0155a0;
    margin-right: 15px;
}
.title-user h2 {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #0155a0;
}

/* title-nav */
.title-nav {
    position: relative;
}
.title-nav:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 3px solid #e8e8e8;
    bottom: 0;
    left: 0;
    width: 100%;
}
.title-nav ul {
    display: -webkit-flex;
    display: flex;
    margin-top: 20px;
}
.title-nav li {
    margin: 0 8px;
}
.title-nav li:first-of-type {
    margin-left: 0;
}

.title-nav li a {
    position: relative;
    padding: 0 15px;
    padding-bottom: 15px;
    padding-top: 10px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #888;
}
.title-nav li a:hover {
    background-color: #eee;
    color: #0155a0;
}

.title-nav li.on {
    pointer-events: none; 
}
.title-nav li.on a {
    color: #222222;
    background-color: #deeef9;
}
.title-nav li.on a:hover {
    background: none;
}
.title-nav li.on a:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 4px solid #107dc3;
    bottom: 0px;
    width: calc(100% /1 - 0px);
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
}


/* 404 not found
=====================================*/
.notfound {
    text-align: center;
}
.notfound p {
    font-size: 3.0rem;
    line-height: 2.0;
    font-family: serif;
    letter-spacing: 0.03em;
    padding-top: 150px;
    text-align: center;
}


/* 追加　2022.10.30
=====================================*/
.slmenu ul.award {
}
.slmenu ul.award {
    height: 90px;
}
.slmenu ul.award li {
    height: 100%;
}
.slmenu ul.award li a {
    position: relative;
    letter-spacing: normal;
    height: 100%;
    background-color: #FFFFFF;
    padding-left: 15px;
}
.slmenu ul.award li a .pho {
    position: absolute;
    bottom: -10px;
    right: 10px;
    width: 70px;
}
.slmenu ul.award li a .txt {
    z-index: 2;
}
.slmenu ul.award li a .txt h3 {
    font-weight: 600;
    line-height: 1;
    font-size: 1.45rem;
    color: #d50000;
    text-shadow:
        #ffffff 1px 1px 3px, #ffffff -1px -1px 3px,
        #ffffff -1px 1px 3px, #ffffff 1px -1px 3px,
        #ffffff 0px 1px 3px, #ffffff 0-1px 3px;
}
.slmenu ul.award li a .txt h4 {
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN', serif;
    font-weight: bold;
    font-size: 1.85rem;
    line-height: 1;
    margin-top: 8px;
    color: initial;
}
.slmenu ul.award li a:hover {
    background-color: #ca3c36;
    color: #fff;
}
.slmenu ul.award li a:hover h3,
.slmenu ul.award li a:hover h4 {
    color: #fff;
    text-shadow:none;
}


/* 追加　2022.11.18
=====================================*/
.slmenu ul.social {
}
.slmenu ul.social {
    height: 90px;
    padding: 0;
    border: 4px solid #154c78;
}
.slmenu ul.social li {
    height: 100%;
}
.slmenu ul.social li a {
    position: relative;
    letter-spacing: normal;
    height: 100%;
    background-color: #FFFFFF;
    display: block;
    padding: 0;
}
.slmenu ul.social li a .pho {
    position: absolute;
    bottom: -13px;
    left: 14px;
    width: 110px;
    z-index: 1;
}
.slmenu ul.social li a .txt {
    z-index: 2;
    text-align: center;
    position: relative;
    padding-top: 15px;
}
.slmenu ul.social li a .txt h3 {
    font-weight: 600;
    line-height: 1.3;
    font-size: 1.6rem;
    color: initial;
}
.slmenu ul.social li a .txt h4 {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.4;
    color: #d50000;
    text-align: right;
    padding-right: 33px;
    padding-top: 3px;
}
.slmenu ul.social {
   	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}
.slmenu ul.social:hover {
    border: 4px solid #ca3c36;
    box-shadow: 0 0 13px 3px #fff;
}
















       
        
        
        



        
        
        
        
        
