body, p {
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	margin: 0;
}
body {
	-webkit-text-size-adjust: 100%; /* for iphone */
}
h2 {
	font-family: 'Roboto', sans-serif;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, table, caption, th, td {
	margin: 0;
	padding: 0;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: bottom;
}

#TIEUP2010-BAR h1 {
	font-size:1em;
}
#TIEUP2010-BAR {
	z-index: 9999;
	position: relative;
	background-color: #FFF;
}
#na_partner {
	width: 100%;
	height: 30px;
	position: relative;
	border-bottom: 1px solid #C7C7C7;
    background-color: #FFF;
}
#na_partner .partner_inner {
    max-width: 966px;
	margin-right: auto;
	margin-left: auto;
    text-align: center;
}
#na_partner .partner_ti {
	height: 30px;
    font-family: "Arial", Gadget, "sans-serif";
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #999999;
    padding-top: 7px;
}
#na_partner .client_name {
    position: absolute;
    font-family: "Arial", Gadget, "sans-serif";
    font-size: 16px;
    line-height: 100%;
    color: #686868;
    top: 7px;
}
#na_partner .client_logo {
    height: 26px;
    position: absolute;
    font-family: "Arial", Gadget, "sans-serif";
    font-size: 16px;
    line-height: 100%;
    color: #686868;
    top: 2px;
}

@media screen and (max-width: 995px) { /* sp */
    #na_partner .client_name {
        margin-left: 14px;
    }
}
@media screen and (max-width: 780px) { /* sp */
    #na_partner {
        width: 100%;
        height: auto;
        padding-bottom: 8px;
    }
    #na_partner .client_name {
        position: static;
        font-family: "Arial", Gadget, "sans-serif";
        color: #686868;
        top: 0px;
        margin-left: 0;
    }
    #na_partner .client_logo {
        position: static;
        font-family: "Arial", Gadget, "sans-serif";
        font-size: 16px;
        line-height: 100%;
        color: #686868;
        top: 0px;
    }
}



/*--------------------------------------------------------------------------------
    
--------------------------------------------------------------------------------*/

.p-unoc-wrapper {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.625;
    color: #010101;
    overflow: hidden;
}

.p-unoc-wrapper * {
    box-sizing: border-box;
}

.p-unoc-wrapper img {
    width: 100%;
}

.p-unoc-wrapper ul {
    list-style: none;
}

/* nav */

.p-unoc-nav {
    margin: 0 10px;
}

.p-unoc-nav-list {
    display: flex;
    margin: 0 -2px;
}

.p-unoc-nav-list-item {
    width: 33.3333%;
    padding: 0 2px;
}

.p-unoc-nav-list-item-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    background: #D8F1F3;
    font-size: 12px;
    line-height: 13px;
    font-weight: 500;
    color: #0066B1;
    text-decoration: none;
}

.p-unoc-nav-list-item-link > span {
    width: 100%;
    text-align: center;
}

.p-unoc-nav-list-item-link.p-unoc-nav-list-item-link--on {
    background: #44BBCF;
    color: #fff;
    pointer-events: none;
}

.p-unoc-nav.p-unoc-nav--head {
    background: #fff;
    width: 100%;
    height: 120px;
    margin: 0;
    position: relative;
}

.p-unoc-nav.p-unoc-nav--head .p-unoc-nav-logo {
    width: 110px;
    padding-top: 15px;
    margin: 0 auto;
}

.p-unoc-nav.p-unoc-nav--head .p-unoc-nav-list {
    position: absolute;
    bottom: 0;
    left: 8px;
    width: calc( 100% - 16px );
    margin: 0;
}

@media screen and (min-width: 769px) { 

    .p-unoc-nav {
        width: 100%;
        max-width: 860px;
        margin: 0 auto;
    }

    .p-unoc-nav-list {
        display: flex;
        margin: 0 -5px;
    }

    .p-unoc-nav-list-item {
        width: 33.3333%;
        padding: 0 5px;
    }

    .p-unoc-nav-list-item-link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 66px;
        background: #D8F1F3;
        font-size: 18px;
        line-height: 20px;
        font-weight: 500;
        color: #0066B1;
        text-decoration: none;
        transition: all .3s;
    }

    .p-unoc-nav-list-item-link > span {
        width: auto;
        display: inline-block;
        padding: 0 0 0 20px;
        position: relative;
        text-align: left;
    }

    .p-unoc-nav-list-item-link > span::before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 14px;
        height: 14px;
        transform: translate(0, -50%);
        content: "";
        background: url(../img/icon-arrow-01-blue.svg) no-repeat center center / contain;
    }

    .p-unoc-nav-list-item-link:hover {
        background: #0066B1;
        color: #fff;
    }

    .p-unoc-nav-list-item-link:hover > span::before {
        background: url(../img/icon-arrow-01-white.svg) no-repeat center center / contain;
    }

    .p-unoc-nav-list-item-link.p-unoc-nav-list-item-link--on {
        background: #44BBCF;
        color: #fff;
    }

    .p-unoc-nav-list-item-link.p-unoc-nav-list-item-link--on > span::before {
        background: url(../img/icon-arrow-01-white.svg) no-repeat center center / contain;
    }

    .p-unoc-nav.p-unoc-nav--head {
        max-width: initial;
        height: 80px;
    }

    .p-unoc-nav.p-unoc-nav--head .p-unoc-nav-inner {
        width: 100%;
        max-width: 960px;
        height: 80px;
        margin: 0 auto;
        position: relative;
    }

    .p-unoc-nav.p-unoc-nav--head .p-unoc-nav-logo {
        width: 130px;
        padding-top: 9px;
        margin: 0;
    }

    .p-unoc-nav.p-unoc-nav--head .p-unoc-nav-list {
        position: absolute;
        bottom: 0;
        left: initial;
        right: 0;
        width: 591px;
        margin: 0 -3px;
    }

    .p-unoc-nav.p-unoc-nav--head .p-unoc-nav-list-item {
        width: 33.3333%;
        padding: 0 3px;
    }

    .p-unoc-nav.p-unoc-nav--head .p-unoc-nav-list-item-link {
        height: 45px;
        font-size: 12px;
        line-height: 13px;
    }

    .p-unoc-nav.p-unoc-nav--head .p-unoc-nav-list-item-link > span {
        padding: 0 0 0 16px;
    }

    .p-unoc-nav.p-unoc-nav--head .p-unoc-nav-list-item-link > span::before {
        width: 10px;
        height: 10px;
    }

}

/* title-01 */

.p-unoc-title-01 {
    width: 100%;
    padding: 32px 10px 70px;
    background: linear-gradient(to left, #0066b1 0%, #44bbcf 100%);
}

.p-unoc-title-01-inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-unoc-title-01-inner-content {

}

.p-unoc-title-01-inner-content-01 {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
}

.p-unoc-title-01-inner-content-02 {
    display: block;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

@media screen and (min-width: 769px) { 

    .p-unoc-title-01 {
        width: 100%;
        height:250px;
        padding: 0;
        background: linear-gradient(to left, #0066b1 0%, #44bbcf 100%);
    }

    .p-unoc-title-01-inner {
        width: 100%;
        max-width: 980px;
        height: 145px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .p-unoc-title-01-inner-content {

    }

    .p-unoc-title-01-inner-content-01 {
        display: block;
        font-size: 16px;
        line-height: 1.8;
        font-weight: 300;
        color: #fff;
        text-align: center;
        margin-bottom: -10px;
    }

    .p-unoc-title-01-inner-content-02 {
        display: block;
        font-size: 30px;
        line-height: 1.8;
        font-weight: 300;
        color: #fff;
        text-align: center;
    }

}

/* title-02 */

.p-unoc-title-02 {
    width: 100%;
    margin-bottom: 24px;
    position: relative;
}

.p-unoc-title-02::before {
    position: absolute;
    width: 4px;
    height: 100%;
    content: "";
    background: #0066B1;
}

.p-unoc-title-02-inner {
    padding: 20px 0 0 20px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #0066B1;
}

@media screen and (min-width: 769px) { 

    .p-unoc-title-02 {
        width: 100%;
        height: 100px;
        margin-bottom: 35px;
        position: relative;
    }

    .p-unoc-title-02::before {
        position: absolute;
        width: 4px;
        height: 100%;
        content: "";
        background: #0066B1;
    }

    .p-unoc-title-02-inner {
        padding: 40px 0 0 30px;
        font-size: 32px;
        line-height: 1.625;
        font-weight: 700;
        color: #0066B1;
    }

}

/* title-03 */

.p-unoc-title-03 {
    font-size: 18px;
    line-height: 1.17;
    font-weight: 700;
    color: #0066B1;
    margin: 30px 0 15px;
}

@media screen and (min-width: 769px) { 

    .p-unoc-title-03 {
        font-size: 26px;
        margin: 40px 0 18px;
    }
}

/* title-04 */

.p-unoc-title-04 {
    margin-bottom: 30px;
    padding: 0 20px;
}

.p-unoc-title-04-subtext {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.17;
    font-weight: 300;
    color: #001744;
    margin-bottom: 12px;
}

.p-unoc-title-04-text {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    color: #001744;
}

@media screen and (min-width: 769px) { 

    .p-unoc-title-04 {
        margin-bottom: 40px;
        padding: 0;
    }

    .p-unoc-title-04-subtext {
        display: block;
        text-align: center;
        font-size: 16px;
        line-height: 1.17;
        font-weight: 300;
        color: #001744;
        margin-bottom: 20px;
    }

    .p-unoc-title-04-text {
        display: block;
        text-align: center;
        font-size: 30px;
        line-height: 1.25;
        font-weight: 700;
        color: #001744;
    }

}

/* btn */

.p-unoc-btn-01 {
    width: 100%;
    max-width: 550px;
    margin: 30px auto 0;
}

.p-unoc-btn-01-link {
    display: flex;
    align-items: center;
    justify-content: center;
    widthg: 100%;
    height: 44px;
    border-radius: 22px;
    background: linear-gradient(to right, #0066b1 0%, #44bbcf 100%);
    font-size: 16px;
    line-height: 1.15;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

@media screen and (min-width: 769px) { 

    .p-unoc-btn-01 {
        margin: 50px auto 0;
    }

    .p-unoc-btn-01-link {
        height: 70px;
        border-radius: 35px;
        font-size: 24px;
    }

}

/* speaker */

.p-unoc-speaker-list {
    margin-bottom: 30px;
}

.p-unoc-speaker-list-item-box-text-01 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    color: #0066B1;
}

.p-unoc-speaker-list-item-box-text-02 {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #0066B1;
    margin-top: 4px;
}

@media screen and (max-width: 768px) { 

    .p-unoc-speaker-list-item + .p-unoc-speaker-list-item {
        margin-top: 10px;
    }

    .p-unoc-speaker-list-item-box {
        display: flex;
        align-items: center;
    }

    .p-unoc-speaker-list-item-box + .p-unoc-speaker-list-item-box {
        margin-top: 10px;
    }

    .p-unoc-speaker-list-item-box.p-unoc-speaker-list-item-box--sr {
        margin-bottom: 30px;
    }

    .p-unoc-speaker-list-item-box-pic {
        width: 130px;
    }

    .p-unoc-speaker-list-item-box-text {
        width: calc( 100% - 130px );
        padding: 0 0 0 20px;
    }

    .p-unoc-speaker-list-item-box--nopic .p-unoc-speaker-list-item-box-text {
        width: 100%;
        padding: 5px 0 0 0;
    }

}

@media screen and (min-width: 769px) { 

    .p-unoc-speaker-list {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
/*        margin: 0 -10px 48px;*/
        width: 720px;
        margin: 0 auto 48px;
    }

    .p-unoc-speaker-list-item {
        width: 33.3333%;
        padding: 0 10px;
    }

    .p-unoc-speaker-list.p-unoc-speaker-list--4up {
        width: auto;
        margin: 0 -20px 48px;
    }

    .p-unoc-speaker-list.p-unoc-speaker-list--4up .p-unoc-speaker-list-item {
        width: 25%;
        padding: 0 5px;
    }

    .p-unoc-speaker-list-item--borderb {
        position: relative;
        padding-bottom: 20px;
    }

    .p-unoc-speaker-list-item--borderb::before {
        position: absolute;
        bottom: 0;
        left: 10px;
        width: calc( 100% - 20px);
        height: 1px;
        content: "";
        border-bottom:solid 1px #0066B1;
    }

    .p-unoc-speaker-list-item-box.p-unoc-speaker-list-item-box--bordert {
        border-top: solid 1px #0066B1;
        padding-bottom: 20px;
    }

    .p-unoc-speaker-list-item-box.p-unoc-speaker-list-item-box--sr {
        width: 220px;
        float: right;
        margin: 0 0 50px 50px;
    }

    .p-unoc-speaker-list-item-box-text {
        margin-top: 15px;
    }

}

/* clearfix */

.p-unoc-clearfix::after {
   content: "";
   display: block;
   clear: both;
}

/* etc */

.p-unoc-sp-v {

}

.p-unoc-pc-v {
    display: none;
}

@media screen and (min-width: 769px) { 

    .p-unoc-sp-v {
        display: none;
    }

    .p-unoc-pc-v {
        display: block;
    }

}

/*--------------------------------------------------------------------------------
    top
--------------------------------------------------------------------------------*/

/* top-mainv */

.p-unoc-top-mainv {
    width: 100%;
    height: 100%;
    position: relative;
    background: #EAF5F6;
}

.p-unoc-top-mainv-pic {
    width: 100%;
    z-index: 1;
    line-height: 0;
}

.p-unoc-top-mainv-inner {
    margin: -30px 10px 0;
    background: rgba(255,255,255,.9);
    padding: 30px 20px 30px 20px;
    position: relative;
    z-index: 2;
}

.p-unoc-top-mainv-inner-title {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.17;
    color: #00234F;
    text-align: center;
}

.p-unoc-top-mainv-inner-subtitle {
    width: 90%;
    max-width: 600px;
    margin: 16px auto 24px;
    background: linear-gradient(to right, #0066b1 0%, #44bbcf 100%);
    font-family: "Merriweather", serif;
    font-size: 12px;
    font-weight: 400;
    line-height:14px;
    letter-spacing: 0.1em;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    letter-spacing: -.02em;
}

.p-unoc-top-mainv-inner-copy {
    width: 92%;
    max-width: 600px;
    margin: 0 auto 20px;
    font-size: 16px;
    line-height: 1.125;
    font-weight: 700;
    color: #00234F;
    text-align: center;
}

.p-unoc-top-mainv-inner-content {
    padding: 0 4px;
}

.p-unoc-top-mainv-inner-content-text {
    font-size: 16px;
    line-height: 1.625;
    font-weight: 500;
    color: #00234F;
}

.p-unoc-top-mainv-inner-content-pbox {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.p-unoc-top-mainv-inner-content-pbox-pic {
    width: 130px;
}

.p-unoc-top-mainv-inner-content-pbox-text {
    width: calc( 100% - 130px );
    padding: 0 0 0 20px;
}

.p-unoc-top-mainv-inner-content-pbox-text01 {
    font-size:14px;
    line-height: 1.28;
    color: #0066B1;
    margin-top: 5px;
}

.p-unoc-top-mainv-inner-content-pbox-text02 {
    font-size:18px;
    line-height: 1.28;
    font-weight: 500;
    color: #0066B1;
}

.p-unoc-top-mainv-inner-content-pbox-text03 {
    font-size:14px;
    line-height: 1.28;
    color: #0066B1;
}

.p-unoc-top-mainv .p-unoc-nav {
    margin-top: 30px;
}

@media screen and (min-width: 769px) { 

    .p-unoc-top-mainv {
        padding: 213px 0 0 0;
    }

    .p-unoc-top-mainv-pic {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 560px;
        overflow: hidden;
        z-index: 1;
    }
/*
    .p-unoc-top-mainv-pic div {
        width: 100%;
        height: 560px;
    }
*/
    .p-unoc-top-mainv-pic img {
        width: 100%;
        height: 560px;
        object-fit: cover;
        object-position: center center;
    }

    .p-unoc-top-mainv-inner {
        width: calc( 100% - 20px );
        max-width:860px;
        padding: 40px 70px 40px 60px;
        margin: 0 auto;
        background: rgba(255,255,255,.9);
        position: relative;
        z-index: 2;
    }

    .p-unoc-top-mainv-inner-title {
        font-family: "Merriweather", serif;
        font-weight: 700;
        font-size: 46px;
        line-height: 1.17;
        color: #00234F;
        text-align: center;
    }

    .p-unoc-top-mainv-inner-subtitle {
        width: 100%;
        max-width: 600px;
        margin: 16px auto 24px;
        background: linear-gradient(to right, #0066b1 0%, #44bbcf 100%);
        padding:;
        font-family: "Merriweather", serif;
        font-size: 15px;
        font-weight: 400;
        line-height:20px;
        letter-spacing: 0.1em;
        color: #fff;
        padding: 7px 0;
        text-align: center;
    }

    .p-unoc-top-mainv-inner-copy {
        width: 100%;
        max-width: 600px;
        margin: 0 auto 24px;
        font-size: 22px;
        line-height: 1.27;
        font-weight: 700;
        color: #00234F;
        text-align: center;
    }

    .p-unoc-top-mainv-inner-content {
        display: flex;
    }

    .p-unoc-top-mainv-inner-content-text {
        width: calc( 100% - 180px );
        padding: 0 30px 0 0;
        font-weight: 500;
        color: #00234F;
    }

    .p-unoc-top-mainv-inner-content-pbox {
        margin-top: 0;
        width: 180px;
        display: block;
    }

    .p-unoc-top-mainv-inner-content-pbox-pic {
        width: auto;
    }

    .p-unoc-top-mainv-inner-content-pbox-text {
        width: auto;
        padding: 0;
    }

    .p-unoc-top-mainv-inner-content-pbox-text01 {
        font-size:14px;
        line-height: 1.28;
        color: #0066B1;
        margin-top: 10px;
    }

    .p-unoc-top-mainv-inner-content-pbox-text02 {
        font-size:18px;
        line-height: 1.28;
        font-weight: 500;
        color: #0066B1;
    }

    .p-unoc-top-mainv-inner-content-pbox-text03 {
        font-size:14px;
        line-height: 1.28;
        color: #0066B1;
    }

    .p-unoc-top-mainv .p-unoc-nav {
        margin-top: 0;
    }

}

/* top-opening */

.p-unoc-top-opening-inner {
    margin: -40px 0 0;
}

.p-unoc-top-opening-inner-box {
    margin: 0 10px;
    padding: 24px 20px 36px;
    background: #EAF5F6;
}

.p-unoc-top-opening-inner-box + .p-unoc-top-opening-inner-box {
    margin-top: 20px;
    padding: 24px 20px 36px;
}

.p-unoc-top-opening-inner-box-01 {
    font-size: 23px;
    line-height: 1.1;
    font-weight: 700;
    color: #0066B1;
    text-align: center;
}

.p-unoc-top-opening-inner-box-02 {
    width: 100%;
    max-width: 240px;
    margin: 30px auto 0;
}

.p-unoc-top-opening-inner-box-02-tbox {
    margin-top: 10px;
}

.p-unoc-top-opening-inner-box-02-tbox-01 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    color: #0066B1;
}

.p-unoc-top-opening-inner-box-02-tbox-02 {
    line-height: 1.3;
    color: #0066B1;
}

.p-unoc-top-opening-inner-box-03 {
    margin: 30px 0 0 0;
}

.p-unoc-top-opening-inner-box-03 p {
    font-size: 16px;
    line-height: 1.625;
    color: #010101;
}

.p-unoc-top-opening-inner-box-03 p + p {
    margin-top: 1.625em;
}

@media screen and (min-width: 769px) { 

    .p-unoc-top-opening {
        padding: 0 0 100px 0;
    }

    .p-unoc-top-opening-inner {
        width: 100%;
        max-width: 960px;
        margin: -135px auto 0;
    }

    .p-unoc-top-opening-inner-box {
        display: grid;
        grid-template-columns: 240px 1fr;
        padding: 0;
        gap: 20px 60px;
        background: none;
        position: relative;
        z-index: 2;
    }

    .p-unoc-top-opening-inner-box + .p-unoc-top-opening-inner-box {
        padding: 0 20px 36px;
        margin-top: 30px;
    }

    .p-unoc-top-opening-inner-box::before {
        position: absolute;
        top: 30px;
        left: 210px;
        width: calc( 100% - 210px );
        height: calc( 100% - 30px );
        content: "";
        background: #EAF5F6;
        z-index: -1;
    }

    .p-unoc-top-opening-inner-box-01 {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
        padding: 75px 50px 0 0;
        font-size: 29px;
        text-align: left;
    }

    .p-unoc-top-opening-inner-box-02 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 3;
        margin: 0;
    }

    .p-unoc-top-opening-inner-box-03 {
        margin: 0;
        padding: 0 30px 14px 0;
    }

    .p-unoc-top-opening-inner-box-03 p {
        font-size: 17px;
    }

}

/* top-proposals */

.p-unoc-top-proposals {
    padding: 0 0 40px 0;
    background: #EAF5F6;
}

.p-unoc-top-proposals-inner {
    padding: 0 20px 40px;
    margin: -40px 10px 0;
    background: #fff;
}

.p-unoc-top-proposals-inner-content-01 {
    float: right;
    width: 220px;
    margin: 0 0 50px 50px;
}

.p-unoc-top-proposals-inner-content-02 {

}

.p-unoc-top-proposals-inner-content-02 p {
    font-size: 16px;
    color: #010101;
}

.p-unoc-top-proposals-inner-content-02 p + p {
    margin-top: 1.625em;
}

.p-unoc-top-proposals-inner-content-02-link {
    display: inline-block;
    margin-top: 30px;
    padding: 0 0 0 30px;
    font-size: 16px;
    line-height: 1.15;
    color: #0066B1;
    font-weight: 700;
    position: relative;
}

.p-unoc-top-proposals-inner-content-02-link::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 18px;
    height: 22px;
    content: "";
    background: url(../img/icon-pdf.svg) no-repeat center center / contain;
}

.p-unoc-top-proposals .p-unoc-nav {
    margin-top: 40px;
}

@media screen and (min-width: 769px) { 

    .p-unoc-top-proposals {
        padding: 0 0 60px 0;
        background: #EAF5F6;
    }

    .p-unoc-top-proposals-inner {
        width: 100%;
        max-width: 960px;
        padding: 0 60px 70px;
        margin: -110px auto 0;
        background: #fff;
    }

    .p-unoc-top-proposals-inner-content-01 {
        float: right;
        width: 220px;
        margin: 0 0 50px 50px;
    }

    .p-unoc-top-proposals-inner-content-02 {

    }

    .p-unoc-top-proposals-inner-content-02 p {
        font-size: 17px;
        color: #010101;
    }

    .p-unoc-top-proposals-inner-content-02 p + p {
        margin-top: 1.625em;
    }

    .p-unoc-top-proposals-inner-content-02-link {
        display: inline-block;
        margin-top: 60px;
        padding: 0 0 0 38px;
        font-size: 17px;
        color: #0066B1;
        font-weight: 700;
        position: relative;
    }

    .p-unoc-top-proposals-inner-content-02-link::before {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        width: 24px;
        height: 29px;
        content: "";
        background: url(../img/icon-pdf.svg) no-repeat center center / contain;
    }

    .p-unoc-top-proposals .p-unoc-nav {
        margin-top: 60px;
    }

}

/* bottom */

.p-unoc-top-bottom {
    background: #fff;
    padding: 60px 20px 40px;
}

.p-unoc-top-bottom-inner {

}

.p-unoc-top-bottom-inner-01 {
    display: flex;
    justify-content: center;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 28px;
}

.p-unoc-top-bottom-inner-02 {
    margin-bottom: 24px;
}

.p-unoc-top-bottom-inner-03 {

}

.p-unoc-top-bottom-inner-box-title {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    color: #777777;
    text-align: center;
    margin-bottom: 6px;
}

.p-unoc-top-bottom-inner-01 .p-unoc-top-bottom-inner-box {
    padding: 0 20px;
}

.p-unoc-top-bottom-inner-box-content {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    color: #000000;
    text-align: center;
}

.p-unoc-top-bottom-inner-02 .p-unoc-top-bottom-inner-box-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px 20px;
}

.p-unoc-top-bottom-inner-03 .p-unoc-top-bottom-inner-box-title {
    margin-bottom: 16px;
}

.p-unoc-top-bottom-inner-03 .p-unoc-top-bottom-inner-box-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px 26px;
}

.p-unoc-top-bottom-logo-01 {
    width: 105px;
}

.p-unoc-top-bottom-logo-02 {
    width: 120px;
}

.p-unoc-top-bottom-logo-03 {
    width: 89px;
}

.p-unoc-top-bottom-logo-04 {
    width: 149px;
}

.p-unoc-top-bottom-logo-05 {
    width: 164px;
}

.p-unoc-top-bottom-logo-06 {
    width: 68px;
}

.p-unoc-top-bottom-logo-07 {
    width: 156px;
}

.p-unoc-top-bottom-logo-08 {
    width: 136px;
}

.p-unoc-top-bottom-logo-09 {
    width: 73px;
}

.p-unoc-top-bottom-logo-10 {
    width: 84px;
}

.p-unoc-top-bottom-logo-11 {
    width: 108px;
}

@media screen and (min-width: 769px) { 

    .p-unoc-top-bottom {
        background: #fff;
        padding: 60px 20px;
    }

    .p-unoc-top-bottom-inner-01 {
        display: flex;
        justify-content: center;
    }

    .p-unoc-top-bottom-inner-01 .p-unoc-top-bottom-inner-box {
        padding: 0 35px;
    }

}

/*--------------------------------------------------------------------------------
    theme
--------------------------------------------------------------------------------*/

/* theme-fisheries */

.p-unoc-theme-fisheries {
    padding: 0 0 40px 0;
    background: #EAF5F6;
}

.p-unoc-theme-fisheries-inner {
    width: auto;
    padding: 0 20px 40px;
    margin: -35px 10px 0;
    background: #fff;
}

.p-unoc-theme-fisheries-inner + .p-unoc-theme-fisheries-inner {
    margin-top: 40px;
}

.p-unoc-theme-fisheries-inner-content p {
    font-size: 16px;
    line-height: 1.625;
    color: #010101;
}

.p-unoc-theme-fisheries-inner-content p + p {
    margin-top: 1.625em;
}

@media screen and (min-width: 769px) { 

    .p-unoc-theme-fisheries {
        padding: 0 0 60px 0;
    }

    .p-unoc-theme-fisheries-inner {
        width: 100%;
        max-width: 960px;
        padding: 0 60px 70px;
        margin: -105px auto 0;
        background: #fff;
    }

    .p-unoc-theme-fisheries-inner-content p {
        font-size: 17px;
    }

}

/* theme-climate */

.p-unoc-theme-climate {
    padding: 0 0 40px 0;
    background: #EAF5F6;
}

.p-unoc-theme-climate-inner {
    width: auto;
    padding: 0 20px 40px;
    margin: -35px 10px 0;
    background: #fff;
}

.p-unoc-theme-climate-inner + .p-unoc-theme-climate-inner {
    margin-top: 40px;
}

.p-unoc-theme-climate-inner-content p {
    font-size: 16px;
    line-height: 1.625;
    color: #010101;
}

.p-unoc-theme-climate-inner-content p + p {
    margin-top: 1.625em;
}

.p-unoc-theme-climate .p-unoc-nav {
    margin-top: 40px;
}

@media screen and (min-width: 769px) { 

    .p-unoc-theme-climate {
        padding: 0 0 60px 0;
    }

    .p-unoc-theme-climate-inner {
        width: 100%;
        max-width: 960px;
        padding: 0 60px 70px;
        margin: -105px auto 0;
        background: #fff;
    }

    .p-unoc-theme-climate-inner-content p {
        font-size: 17px;
    }

}

/*--------------------------------------------------------------------------------
    conclouding
--------------------------------------------------------------------------------*/

/* session */

.p-unoc-conclouding-session {
    padding: 0 0 40px 0;
    background: #EAF5F6;
}

.p-unoc-conclouding-session-inner {
    width: auto;
    padding: 0 20px 40px;
    margin: -35px 10px 0;
    background: #fff;
}

.p-unoc-conclouding-session-inner + .p-unoc-conclouding-session-inner {
    margin-top: 40px;
}

.p-unoc-conclouding-session-inner-content p {
    font-size: 16px;
    line-height: 1.625;
    color: #010101;
}

.p-unoc-conclouding-session-inner-content p + p {
    margin-top: 1.625em;
}

@media screen and (min-width: 769px) { 

    .p-unoc-conclouding-session {
        padding: 0 0 60px 0;
    }

    .p-unoc-conclouding-session-inner {
        width: 100%;
        max-width: 960px;
        padding: 0 60px 70px;
        margin: -105px auto 0;
        background: #fff;
    }

    .p-unoc-conclouding-session-inner + .p-unoc-conclouding-session-inner {
        margin-top: 50px;
    }

    .p-unoc-conclouding-session-inner-content p {
        font-size: 17px;
    }

}

/* dome */

.p-unoc-conclouding-dome {
    padding: 0 30px 40px;
}

.p-unoc-conclouding-dome-inner {
    width: auto;
    margin: 0;
    padding: 40px 0;
}

.p-unoc-conclouding-dome-inner-pic {
    width: 100%;
    max-width: 744px;
    margin: 0 auto 30px;
}

.p-unoc-conclouding-dome-inner-content p {
    font-size: 16px;
    line-height: 1.625;
    color: #010101;
}

.p-unoc-conclouding-dome-inner-content p + p {
    margin-top: 1.625em;
}

.p-unoc-conclouding-dome .p-unoc-nav {

}

@media screen and (min-width: 769px) { 

    .p-unoc-conclouding-dome {
        padding: 0 0 60px;
    }

    .p-unoc-conclouding-dome-inner {
        width: 100%;
        max-width: 890px;
        margin: 0 auto;
        padding: 70px 20px 60px;
    }

    .p-unoc-conclouding-dome-inner-pic {
        margin: 0 auto 70px;
    }

    .p-unoc-conclouding-dome-inner-content p {
        font-size: 17px;
    }

    .p-unoc-conclouding-dome .p-unoc-nav {

    }

}

/*--------------------------------------------------------------------------------
    inview
--------------------------------------------------------------------------------*/

.p-unoc-inview-fadein01{
    opacity:0;
    transition:.7s;
    transition-delay: .1s;
}

.p-unoc-inview-fadein01.is-act{
    opacity:1;
}

/*--------------------------------------------------------------------------------
    pagetop
--------------------------------------------------------------------------------*/

#pageTop {
    display: block;
    border-radius: 100px;
    color: #ffffff;
    padding: 10px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}

#pageTop:hover {
    background-color: #0099CC;
    cursor: pointer;
}

#pageTop img {
    width: 30px;
}

@media screen and (min-width: 769px) { 
    
    #pageTop img {
        width: 40px;
    }
    
    #pageTop {
        padding: 20px;
    }
}

body sub {
    vertical-align: baseline;
    font-size: 0.6em;
}


body sup {
    vertical-align: text-top;
    font-size: 0.6em;
}