@charset "utf-8";
/* ==================================================================================
    [pages.css]
        - stylesheets of sub pages in pages folder
================================================================================== */
/* *******************************************************************
	layout
******************************************************************* */
.inner-wrap{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

hr.divline {
    display: block;
    visibility: visible;
    margin: 50px 0;
    width: 100%;
    height: 32px;
    background: #fff url("/2025/images/bg/bg_divline.jpg") 50% top no-repeat;
}

/* ----------------------------------------------------------------------------------
    style : common contents
---------------------------------------------------------------------------------- */
/* conference-name */
.conference-name {
    height: 200px;
    background: url("/2025/images/main/main_banner05.jpg") center 51% no-repeat;
}
.conference-name .title {
    margin: 0 0 10px;
    padding: 90px 0 0;
    line-height: 1.1;
    text-align: right;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    /*color: rgba(255,255,255,0.75);*/
    text-shadow: 0 0 3px rgba(0,0,0,0.45);
}
.conference-name .sub-title {
    text-align: right;
}
.conference-name .info {
    line-height: 1.1;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    /*color: rgba(255,255,255,0.75);*/
    text-shadow: 0 0 3px rgba(0,0,0,0.45);
}

/* snb-area */
.snb-area {
    float: left;
    width: 240px;
    margin: -30px 80px 0 0;
}
.snb-area h2 {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 120px;
    line-height: 1.4;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.5px;
    text-align: center;
    border-radius: 20px 20px 0 0;
    background-color: #0690FB;
}
ul.snb {
    margin: 0 0 50px;
}
ul.snb > li {

}
ul.snb > li > a {
    display: flex;
    justify-content: flex-start;
    align-items: center;

    position: relative;
    height: 60px;
    padding-left: 5px;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 800;
    color: #000;
    border-bottom: 1px solid #dfdfdf;
    transition: all 0.25s;
}
ul.snb > li > a.active,
ul.snb > li > a:hover {
    color: #0690FB;
}
ul.snb > li > a > .bar {
    position: absolute;
    right: 0;
    top: 22px;
    width: 0;
    height: 15px;
    background-color: #0690FB;
    transition: all 0.25s;
}
ul.snb > li > a.active > .bar,
ul.snb > li > a:hover > .bar {
    width: 2px;
}
ul.snb > li > a.double {
    line-height: 20px;
    padding-top: 10px;
}

/* d-day */
.d-day {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;

    height: 150px;
    line-height: 1;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border-radius: 0 0 20px 20px;
    background-color: #767676;
}
.d-day .today {
    font-weight: 400;
    padding-bottom: 10px;
}
.d-day .title {
    font-weight: 800;
    padding-bottom: 15px;
}
.d-day .d-date {
    font-size: 46px;
    font-weight: 900;
}

/* contents-area */
.contents-area {
    float: left;
    width: 880px;
}

/* breadcrumb */
.breadcrumb {
    height: 40px;
    line-height: 40px;
    margin: 0 0 50px;
    padding: 0;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}
.breadcrumb ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;

    text-align: right;
    color: #999;
}
.breadcrumb ul li {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
}
.breadcrumb ul li:last-child {
    font-weight: 700;
    color: #000;
}
.breadcrumb ul li.home a {
    color: #000;
}
.breadcrumb ul li a:link {
    font-weight: 400;
    color: #767676;
}

/* article */
.article {
    min-height: 640px;
    padding: 0;
    background-color: #fff;
}
.article > h1 {
    margin: 0 0 40px;
    padding: 0;
    font-size: 32px;
    font-weight: 900;
}

/* section */
.article .section {
    margin: 0 0 60px;
}
.article .section h3 {
    margin: 20px 0 5px;
    font-size: 16px;
    font-weight: 800;
    color: #1e3374;
}

/*intro-box*/
.intro-box {
    border: 1px solid #fd367e;
    background: #fafafa;
    padding: 20px;
    margin-bottom: 40px;
    text-align: justify;
    word-break: keep-all;
}
.intro-box h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #1e3374;
}
.intro-box p {
    font-size: 16px;
}
.intro-box .intro-list {
    margin-top: 10px;
    list-style: disc;
    margin-left: 15px;
}

/* h1 */
h1.section-title {
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.1;
    letter-spacing: -0.25px;
    font-size: 24px;
    font-weight: 700;
    color: #fd367e;
}

/* h2 */
.article .section h2.section-title {
    margin: 0 0 30px;
    font-size: 21px;
    font-weight: 800;
    color: #000;
}
.article .section h2.section-title small {
    display: block;
    margin: 8px 0 0;
    font-size: 13px;
    color: #fd367e;
}

/*h3*/
.article .section h3.semi-title {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 800;
    color: #0690FB;
}

/* p */
.article .section p.section-paragraph {
    margin: 0 0 20px;
    text-align: justify;
    font-weight: 300;
}
.article .section p.section-info {
    margin: 0 0 5px 5px;
}
.article .section .description {
    margin-bottom: 5px;
}
.article .section .thm-img img {
    max-width: 100%;
    margin: 0;
    padding: 20px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}
.article .section .thm img {
    max-width: 100%;
}

/* dl */
.article .section dl.section-dl {

}
.article .section dl.section-dl dt {
    margin: 0 0 5px;
}
.article .section dl.section-dl dd {
    margin: 0 0 20px;
}
.article .section dl.section-dl dd:last-child {
    margin: 0;
}
.article .section dl.section-dl dd > ul {
    margin: 0 0 0 20px;
    list-style: disc;
}
.article .section dl.section-dl dd > ul li {
    margin: 2px 0;
}


/* ul */
.article .section ul.section-list {
    margin: 0 0 20px 15px;
    list-style: disc;
}
.article .section ul.section-list.circle {
    list-style: circle;
}
.article .section ul.section-list > li {
    margin: 0 0 5px;
    text-align: justify;
}
.article .section ul.section-list > li:last-child {
    margin: 0;
}
.article .section ul.section-list > li.none-disc {
    list-style: none;
}
.article .section ul.section-list ul.section-list-second > li {
    list-style: none;
    margin: 0;
    text-align: justify;
}

/* ol */
.article .section ol.section-list {
    margin: 0 0 20px 25px;
    list-style: decimal;
}
.article .section ol.section-list > li {
    margin: 0 0 5px;
    text-align: justify;
}

/* table */
.article .section .table-responsive {

}
.article .section .table-responsive .table {

}
.article .section .table-responsive .table caption {
    margin: 0 0 10px;
    color: #000;
}
.article .section .table-responsive .table .small {
    display: block;
    font-size: 12px;
}
.article .section .table-responsive .table thead th {
    text-align: center;
    background-color: #eee;
}
.article .section .table-responsive .table tbody th {
    text-align: center;
    font-weight: 800;
    background-color: #f7f7f7;
}
.article .section .table-responsive .table tbody td {

}
.article .section .table-responsive .table tbody td .td-title {
    font-weight: 700;
}
.article .section .table-responsive .table tbody td ul.td-list {
    margin: 0 0 0 15px;
    list-style: disc;
}
.article .section .table-responsive .table tbody td ul.td-list li {
    margin: 2px 0;
    text-align: justify;
}
.article .section .table-responsive .table tbody td ul.td-list li > ul > li {
    color: #767676;
}

/* button */
.article .section .btn-area {
    display: flex;
    gap: 10px;
    margin: 30px 0;
    justify-content: center;
}
.article .section .btn-area .btn {
    margin: 0 5px 5px 5px;
}
.article .section .btn-area .btn i {
    margin: 0 7px 0 0;
}
a.btn-download {
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff !important;
    border: 2px solid #FB8C00;
    background-color: #FB8C00;
}
a.btn-download:hover {
    color: #FB8C00 !important;
    border: 2px solid #FB8C00;
    background-color: #fff;
}
a.btn-download.red {
    border: 2px solid #d9534f;
    background-color: #d9534f;
}
a.btn-download.red:hover {
    color: #d9534f !important;
    border: 2px solid #d9534f;
    background-color: #fff;
}

/* more-info */
.more-info {
    margin: 0;
}
.more-info > li {
    margin: 5px 0;
}
.more-info > li i {
    margin: 0 5px 0 0;
}
.more-info li > ul {
    margin: 0 0 0 20px;
}

/* etc-info */
.etc-info {
    margin: 0;
}
.etc-info dl {
    margin: 0 0 0 15px;
}
.etc-info dl dt {
    margin: 0 0 5px;
}
.etc-info dl dd {
    margin: 0 0 10px;
}

/*column-3*/
 {

}

.multi-column-3 {
    -moz-column-count: 2;
    -moz-column-gap: 0;
    -moz-column-fill: balance;
    -webkit-column-count: 2;
    -webkit-column-gap: 0;
    -webkit-column-fill: balance;
    column-count: 2;
    column-gap: 0;
    column-fill: balance;
    list-style-position: inside;
}

.multi-column-3 li{
    padding: 3px 10px 3px 0;
    line-height: 1.25;
    vertical-align: middle;
}


/* ----------------------------------------------------------------------------------
    style : detail
---------------------------------------------------------------------------------- */
/* ready */
.ready-area {
    width: 100%;
    padding: 80px 50px 50px;
    border: 1px solid #eee;
    border-radius: 2px;
    background-color: #f0f0f0;
}
.ready-area h1 {
    margin: 0 0 80px;
    text-align: center;
    font-size: 36px;
    color: #bbb;
}
.ready-area .btn-area {

}
.ready-area .btn-area a {
    margin: 0 10px;
}
.ready-area .btn-area a i {
    margin-right: 7px;
}
