@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
html {
    width: 100%;
}

body {
    font-size: 16px;
    color: #333;
    /* background-color: aliceblue; */
    /* background-color: rgb(255, 199, 126); */
    /* background-image: linear-gradient(180deg, rgba(235, 249, 255, 1), rgba(255, 255, 255, 1) 13% 43%, rgba(239, 248, 255, 0.69) 60%, rgba(255, 255, 255, 0.85) 74%, rgba(239, 248, 255, 0.81) 85%, rgba(255, 255, 255, 0.81) 94%); */

    /* background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(235, 249, 255, 1)); */

    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
}

p {
    font-size: 14px;
    text-align: justify;
    line-height: 1.6;
}

img {
    width: 100%;
}
li {
    list-style: none;
}

/* common
-------------------------------------------------------------- */
.d-pc_block {
    display: none;
}
.p-relative {
    position: relative;
}
.container {
    width: 100%;
    padding-top: 2%;
    padding-right: 4%;
    padding-bottom: 2%;
    padding-left: 4%;
    margin: 0 auto;
}

.content {
    position: relative;
    z-index: 50;
}

.f-bold {
    font-weight: bold;
}

.d-block {
    display: block;
}

.vertical-align__top {
    vertical-align: top;
}
/* margin
----------------- */
.mt-10 {
    margin-top: 10px!important;
}
.mb-0 {
    margin-bottom: 0px!important;
}
.mb-10 {
    margin-bottom: 10px!important;
}
.mb-30 {
    margin-bottom: 30px!important;
}
.mb-text {
    margin-bottom: 0.6em!important;
}

/* heading
----------------- */
.heading_type-1 {
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 56px;
}
.heading_type-1::after {
	content: '';
	position: absolute;
	bottom: -22px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 4px;
	/* background-color: #ed797d; */
    background-color: #0D2F7B;
    border-radius: 10px;
}
.heading_type-1.fourth::after {
	background-color: #ed797d;
}

.heading_type-2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
    margin-bottom: 16px;
    padding-left: 10px;
    border-left: solid 6px #ed797d;
}

.heading_type-3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
    margin-bottom: 20px;
}




/* header
-------------------------------------------------------------- */
.header {    
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 100;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
}
.header .container {
    padding-top: 6px;
    padding-bottom: 6px;
}
.header .d-flex {    
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* logo */
.header .container .logo {
    width: 64%;
}
.header .container .logo a {
    width: 100%;
    max-width: 180px;
    display: flex;
    padding-right: 6%;
}

/* sns */
.header .container .sns {
    width: 18%;
    max-width: 74px;
}
.header .container .sns div {
    width: 46%;
    max-width: 32px;
    display: flex;
}
.header .container .sns div:hover {
    cursor: pointer;
}


/* main
-------------------------------------------------------------- */
.main {
    width: 100%;
    position: relative;
    overflow-x: hidden;
    padding-top: 46px;
}


/* key visual
----------------- */
.kv {
    background-image: url(../../img/background_kv.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}
.kv .container {
    padding-top: 46px;
    padding-bottom: 58px;
}

/* lead */
.kv .lead {
    font-size: 14px;
    color: #333;
    width: 100%;
    padding: 4%;
    text-align: justify;
    background: rgba(242,231,149,0.95);
    box-shadow: 10px 16px 4px rgb(0 0 0 / 26%);
    border-radius: 6px;
    letter-spacing: 0.6px;
}

/* kv_img */
.kv .kv_img {
    width: 82%;
    /* margin: 0 auto 30px auto; */
    margin: 0 auto;
}
.kv .kv_text {
    text-align: center;
}
.kv .kv_text img:nth-of-type(1){
    width: 80%;
    margin-bottom: -10px;
}
.kv .kv_text img:nth-of-type(2){
    width: 80%;
}


.questionnaire {
    background-color: #ed797d;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 2% 6px 2%;
}
.questionnaire .questionnaire_text {
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    margin: 0 10px;
}
.questionnaire .questionnaire_img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.questionnaire .questionnaire_img img {
    max-width: 50px;
    width: 100%;
    margin: 0 10px;
}

/* agenda
----------------- */
.agenda {
    background: #ed797d;
}
.agenda .container {
    padding-top: 36px;
    padding-bottom: 30px
}
.agenda .agenda_inner > div:first-of-type {
    width: 98%;
    margin: 0 auto 20px auto;
}
.agenda .agenda_inner > div:last-of-type {
    width: 98%;
    margin: 0 auto;
    padding: 4%;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
}
.agenda .agenda_inner .d-flex {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 0;
}
.agenda .agenda_inner .d-flex .online {
    width: 35%;
    max-width: 136px;
}
.agenda .agenda_inner .d-flex .date {
    width: 64%;
    max-width: 280px;
    padding-left: 2%;
}
.agenda .agenda_inner .detail .detail_f {
    border-bottom: 1px solid #ccc;
    margin-bottom: 2vw;
    padding: 0 1vw 2vw;
}
.agenda .agenda_inner .detail .detail_f .theme {
    display: inline-block;
    margin-bottom: 2.4vw;
    background-color: #00abc6;
    border-radius: 20px;
    color: #fff;
    padding: 2px 16px;
}
.agenda .agenda_inner .detail .detail_f .title {
    font-size: 8vw;
    font-weight: bold;
    margin-bottom: 1vw;
}
.agenda .agenda_inner .detail .detail_f .address {
    padding-left: 2px;
    font-size: min(3.733vw, 14px);
}
.agenda .agenda_inner .detail .detail_s {
    padding: 0 1vw 2vw;
}
.agenda .agenda_inner .detail .detail_s .title {
    /* font-size: min(4.26vw, 16px); */
    font-size: min(6.4vw, 24px);
    font-weight: bold;
}
.agenda .agenda_inner .detail .detail_s a {
    font-size: min(3.733vw, 14px);
}
.agenda .agenda_inner .detail .detail_s .qrcode {
    display: none;
    margin: 10px auto 0;
    text-align: center;
}
.agenda .agenda_inner .detail .detail_s .qrcode img {
    width: 90%;
}
.agenda .agenda_text {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: min(4.26vw, 16px);
    margin: 16px auto 0 auto;
    width: 100%;
    text-decoration: underline;
}



/* entry
----------------- */
.entry {
    padding-top: 34px;
}
.entry .content {
    width: 100%;
    padding: 28px 4%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 10%);
}
.entry .entry_inner {
    width: 100%;
}
.entry .entry_title {
    display: inline-block;
    font-size: 20px;
    background: #ed797d;
    color: #fff;
    padding: 4px 16px 5px 16px;
    border-radius: 18px;
    margin-bottom: 10px;
}
.entry .entry_inner .entry_location {
    margin-bottom: 6px;
}
.entry .entry_inner .entry_location dl {
    display: flex;
}
.entry .entry_inner .entry_location dt {
    font-size: 14px;
}
.entry .entry_inner .entry_location dd .location_name {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 6px;
}
.entry .entry_inner .entry_location dd .location_address {
    font-size: 14px;
}
.entry .entry_inner .access p {
    font-size: 14px;
}
.entry .entry_inner .access .access_link {
    font-size: 12px;
}
.entry .entry_inner .access .access_link::before {
    content: '▶︎';
    padding-right: 4px;
}
.entry .entry_inner .btn_link_wrap {
    margin: 20px auto 0px auto;
}

/* symposium
----------------- */
.symposium {
    background: #FAFAFA;
}
.symposium .container {
    padding-top: 74px;
}
.symposium .container.pd {
    padding-top: 20px!important;
    padding-bottom: 14px!important;
}
/* video */
/* .symposium .video { */
.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* margin-bottom: 74px; */
}
/* .symposium .video iframe { */
.video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px -4px 8px rgb(0 0 0 / 6%);
}

.symposium .program {
    width: 100%;
    padding: 40px 4%;
    background: #fff;
    border-radius: 0 0 10px 10px;
    margin-bottom: 74px;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 10%);
}

.symposium .program ul li {
    padding: 25px 0 25px 0;
    border-bottom: 1px solid #ccc;
}

.symposium .program ul li:last-of-type{
    border-bottom:none;
}
.symposium .program ul li .title {
    display: flex;
    align-items: center;
}
.symposium .program ul li .title::before {
    width: 15%;
    color: #db5b4c;
    font-size: 100px;
    opacity: 0.4;
    font-style: italic;
    font-family: math;
    line-height: 0.9;
    margin: 0 20px 0 0;
}
.symposium .program ul li:nth-child(1) .title::before {
    content: '1';
}
.symposium .program ul li:nth-child(2) .title::before {
    content: '2';
}
.symposium .program ul li:nth-child(3) .title::before {
    content: '3';
}
.symposium .program ul li:nth-child(4) .title::before {
    content: '4';
}
.symposium .program ul li .time {
    font-size: 16px;
    line-height: 1;
    color: #898989;
    margin-bottom: 6px;
}
.symposium .program ul li .heading {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
    margin-bottom: 10px;
}
.symposium .program ul li .speaker {
    display: flex;
    font-size: 16px;
    margin-bottom: 10px;
}
.symposium .program .speaker dt {
    width: 4.5em;
}
.symposium .program .speaker dd {
    width: calc(100% - 4.5em);
}


.symposium .program_list {
    width: 100%;
    padding: 40px 4%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 10%);
}

.symposium .program_list ul li {
    padding: 25px 0 25px 0;
}
.symposium .program_list ul li .title {
    display: flex;
    border-bottom: 1px solid #ed797d;
}
.symposium .program_list ul li .title .heading {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ed797d;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px 0 0 0;
    padding: 0 4px;
    text-align: center;
    width: 20%;
    min-height: 34px;
    min-width: 3.2em;
}

.symposium .program_list ul li .title .name {
    font-size: 17px;
    font-weight: bold;
    padding: 4px 10px;
}
.symposium .program_list ul li .title .name .font-s {
    font-size: 16px;
}
.symposium .program_list ul li .vtr_wrap .sub_title {
    font-size: 16px;
    padding-left: 22px;
    margin-bottom: 10px;
}
.symposium .program_list .detail {
    padding: 4px;
}
.symposium .program_list .detail .time {
    font-size: 14px;
    color: #aaa;
    /* text-align: right; */
    margin-bottom: 4px;
}
.symposium .program_list .detail .speaker {
    /* display: flex; */
    font-size: 12px;
    margin-bottom: 8px;
}
.symposium .program_list .detail .speaker .font-l {
    font-size: 16px;
}
.symposium .program_list .detail .speaker dt {
    /* width: 4.5em; */
    display: inline-block;
    padding-right: 10px;
}
.symposium .program_list .detail .speaker dd {
    /* width: calc(100% - 4.5em); */
    display: inline-block;
}
.symposium .program_list .detail .introduction {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 8px;
}
.symposium .program_list .detail .introduction::before {
    content: ' ';
    height: 16px;
    padding-right: 10px;
    /* border-left: solid 16px rgba(237, 109, 43, 0.43); */
    border-left: solid 16px rgba(237,121,125, 0.43);
}
.symposium .program_list .detail .heading_program {
    font-size: 18px;
    font-weight: bold;
    border-left: solid 8px rgba(237,121,125, 0.43);
    margin-bottom: 12px;
}
.symposium .program_list .detail .heading_program h4 {
    padding-left: 10px;
    margin-bottom: 4px;
    line-height: 1.4;
}
.symposium .program_list .detail .heading_program .speaker {
    font-weight: normal;
    padding-left: 10px;
}
.symposium .program_list .detail .heading_program .font-s {
    font-size: 16px;
}

.symposium .program_list ul li .title .name .font-sm {
    font-size: 18px;
}

.fourth_edition .symposium .program_list .n4 li {
    padding: 0 0 10px 0;
    list-style: disc;
    margin-left: 18px;
    font-size: 14px;
}

.link_menu_pc {
    display: none;
}
.fourth_edition .symposium .program_list ul li {
    padding: 0 0 50px 0;
}
.fourth_edition .symposium .program_list ul li:last-child {
    padding: 0 0 20px 0;
}
.link_menu_sp .program_list {
    padding: 10px 3% 10px 3%;
    margin-bottom: 10px;
}
.link_menu_sp .program_list ul li {
    padding: 7px 0 10px 0!important;
    color: #0158a7;
    border-bottom: 1px solid #0158a7;
}
.link_menu_sp .program_list ul li:last-child {
    border-bottom: none;
}
.link_menu_sp .program_list ul li::before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #0158a7;  /* 背景色指定 */
    border-radius:  50%;
    margin-right: 6px;
}
.link_menu_sp .program_list ul li a {
    color: #0158a7;
    font-size: 14px;
}

.link_menu_sp .program_list ul li.active {
    color: #333;
    font-size: 14px;
}
.fourth_edition .symposium .container {
    padding-top: 74px;
}
.fourth_edition main {
    background: #FAFAFA;
}


.familydoctor {
    margin-top: 84px;
}


/* 地域に根ざした医師会活動
----------------- */
.articles {
    /* background: #fff9c9; */
    background: #F0F6FF;
}
.articles .container {
    padding-top: 74px;
}
.articles .lead p {
    text-align: center;
}
.articles .lead > p:first-of-type {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.articles .lead > p:last-of-type {
    margin-bottom: 36px;
    line-height: 2;
}
.articles ul {
    width: 100%;
    padding: 10px 4% 20px 4%;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 34px;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 10%);
}
.articles ul li {
    padding: 25px 0 25px 0;
    /* border-bottom: 1px solid #ed797d; */
    border-bottom: 1px solid #94B7EB;
}

.articles ul li:last-of-type{
    border-bottom:none;
}
.articles ul li .title {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.articles ul li .title::before {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    /* background: #ed797d; */
    background: #0D2F7B;
    border-radius: 20px;
    padding: 10px;
    margin-right: 16px;
}
.articles ul li:nth-child(1) .title::before {
    content: '01';
}
.articles ul li:nth-child(2) .title::before {
    content: '02';
}
.articles ul li:nth-child(3) .title::before {
    content: '03';
}
.articles ul li:nth-child(4) .title::before {
    content: '04';
}
.articles ul li:nth-child(5) .title::before {
    content: '05';
}
.articles ul li .heading {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
}

.articles .arrow_msg {
    text-align: center;
    margin-bottom: 16px;
}
.articles .arrow_msg svg {
    font-size: 80px;
    font-weight: bold;
    fill: #0D2E7C;
}


.articles .msg {
    font-size: 14px;
    font-weight: bold;
    color: #0D2E7C;
    background: #fff;
    border: solid #0D2E7C 10px;
    padding: 20px 16px;
    margin-bottom: 74px;
}


/* footer
-------------------------------------------------------------- */
.footer {
    background: #fff;
    width: 100%;
    padding: 20px;
}
.footer .logo {
    width: 68%;
    max-width: 200px;
    margin: 0 auto 16px auto;
}
.footer .copyright {
    font-size: 10px;
    color: #333;
    text-align: center;
    width: 100%;
}


.totop {
    display: none;
    position: fixed;
    bottom: 27.5px;
    right: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #002F7B;
    z-index: 999;
    transition: all 0.4s;
}
.totop:hover {
    background: #ed797d;
}
.arrow{
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    margin-top: 5px;
}



.btn_link_wrap{
    margin: 60px auto 74px auto;
}
.btn_link {
    display: block;
    text-decoration: none;
    width: 98%;
    max-width: 340px;
    margin: 0 auto 10px auto;
    font-size: 14px;
    padding: 1em 56px 1em 1em;
    font-weight: bold;
    /* background: #fefcea; */
    background: #eee;
    color: #244368;
    border-radius: 14px;
    position: relative;
    border: solid #244368 2px;
    transition: 0.5s;
}
.btn_link::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: 1em;
    transform: translateY(calc(-50% - 2px)) rotate(45deg);
    width: 10px;
    height: 1px;
    background: #244368;
}

.btn_link::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    background-color: #244368;
}

.btn_link:hover {
    /* background: #d4eef7;
    color: #27acd9; */
    opacity: 0.7;
}
.btn_link .sm {
    font-size: 12px;
}
.btn_link .lg {
    font-size: 14px;
}

.symposium .program_list ul li .vtr {
    display: none;
}

.symposium .program_list ul li .vtr a {
    margin: 6px auto 24px auto;
}


.symposium .program_list ul li .vtr a {
    text-decoration: underline;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.symposium .program_list ul li .vtr a::before {
    content: '';
    display: inline-block;
    width: 15vw;
    height: 15vw;
    background-image: url(../../img/video.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    z-index: 999;
}


@media only screen and (min-width:768px){
    /* common
    -------------------------------------------------------------- */
    .d-sp {
        display: none;
    }
    .flex_md {
        display: flex;
        justify-content: space-between;
    }

    .header .container {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .heading_type-1 {
        margin-bottom: 66px;
    }
    .heading_type-1::after {
        bottom: -30px;
    }


    /* main
    -------------------------------------------------------------- */
    .header .container .logo a {
        max-width: 220px
    }
    .container {
        padding-right: 3%;
        padding-left: 3%;
    }

    /* keyvisual
    ----------------- */
    .kv .container {
        padding-top: 58px;
        padding-bottom: 58px;
    }
    
    .kv .kv_inner {
        display: flex;
        justify-content: space-between;
        /* justify-content: center; */
        align-items: center;
    }
    .kv .kv_inner .kv_text {
        width: 52%;
    }

    .kv .kv_inner .kv_img {
        width: 42%;
        margin: unset;
    }
    

    .questionnaire {
        padding: 10px 2% 12px 2%;
    }
    .questionnaire .questionnaire_text {
        font-size: 16px;
        margin: 0 20px;
        transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
    }
    .questionnaire .questionnaire_text:hover {
        color: #accdff;
        border-bottom: 1px solid #accdff;
    }
    .questionnaire .questionnaire_img img {
        max-width: 100px;
        margin: 0 20px;
        transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
    }
    .questionnaire .questionnaire_img img:hover {
        opacity: 0.7;
    }

    
    .agenda .agenda_text {
        font-size: min(6.4vw, 24px);
    }
    
    .agenda .agenda_inner {
        display: flex;
        justify-content: space-between;
    }
    .agenda .agenda_inner > div:first-of-type {
        width: 48%;
        margin: unset;
    }
    .agenda .agenda_inner > div:last-of-type {
        width: 50%;
        margin: unset;
        padding: 2%;
    }
    .agenda .agenda_inner .detail .detail_f {
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
        padding: 0 4px 6px;
    }
    .agenda .agenda_inner .detail .detail_f .theme {
        margin-bottom: 2px;
    }
    .agenda .agenda_inner .detail .detail_f .title {
        font-size: 30px;
        margin-bottom: 2px;
    }
    .agenda .agenda_inner .detail .detail_f .title .title_sm {
        font-size: 18px;
    }
    .agenda .agenda_inner .detail .detail_s .qrcode {
        display: block;
    }
    .agenda .agenda_inner .detail .detail_s .qrcode img {
        width: 100px;
    }


    /* articles
    ----------------- */
    .articles ul li .heading {
        font-size: 22px;
    }
    .articles ul li .title {
        margin-bottom: 6px;
    }
    .articles ul li .title::before {
        font-size: 28px;
        border-radius: 35px;
        padding: 18px;
        margin-right: 20px;
    }
    .articles ul li p {
        padding-left: 87.09px;
    }
    .articles .msg {
        font-size: 18px;
        padding: 40px 26px;
        line-height: 2.2;
    }



    /* entry
    ----------------- */
    .entry {
        padding-top: 60px;
    }
    .entry .entry_title {
        font-size: 24px;
        margin-bottom: 14px;
        padding: 4px 26px 5px 26px;
    }
    .entry .entry_inner {
        display: flex;
    }
    .entry .entry_inner .entry_detail {
        width: 40%
    }
    .entry .entry_inner .entry_location dt {
        font-size: 16px;
    }
    .entry .entry_inner .entry_location dd .location_name {
        font-size: 20px;
    }
    .entry .entry_inner .entry_location dd .location_address {
        font-size: 15px;
    }
    .entry .entry_inner .access p {
        font-size: 16px;
    }
    .entry .entry_inner .btn_link_wrap {
        margin: 0 auto;
        width: 60%
    }
    .entry .entry_inner .btn_link_wrap .btn_link {
        font-size: 16px;
        margin: 0 auto;
        width: 100%;
        max-width: 360px;
    }

    /* symposium
    ----------------- */
    /* .symposium .video {
        margin-bottom: 120px;
    } */
    .symposium .program ul li .title::before {
        width: 10%;
        font-size: 110px;
        margin: 0 30px 0 0;
    }
    .symposium .program ul li .time {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .symposium .program ul li .heading {
        font-size: 22px;
    }
    .symposium .program ul li .speaker {
        margin-left: calc(10% + 30px );
    }

    .symposium .program_list ul li .title {
        margin-bottom: 12px;
    }
    .symposium .program_list .detail .time {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .symposium .program_list .detail .speaker {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .symposium .program_list .detail .speaker .font-l {
        font-size: 20px;
    }
    .symposium .program_list .detail .heading_program {
        font-size: 22px;
    }
    .symposium .program_list .detail .introduction {
        margin-bottom: 22px;
    }
    .symposium .program_list .detail .heading_program {
        margin-bottom: 22px;
    }
    .symposium .program_list ul li .title .name {
        font-size: 28px;
    }
    .symposium .program_list ul li .title .heading {
        font-size: 22px;
        min-height: 45px;
        min-width: 140px;
        width: unset;
        border-radius: 20px 0 0 0;
        padding: 0 20px;
    }
    .symposium .program_list ul li .title .name .font-s {
        font-size: 22px;
    }





    .symposium .program_list ul li .vtr {
        margin: 0 0 0 12px;
        margin-top: unset;
        margin-bottom: 0;
        max-width: 200px;
    }
    .symposium .program_list ul li .vtr a::before {
        width: 40px;
        height: 40px;
    }
    .symposium .program_list ul li .vtr.ml-auto {
        margin-left: auto!important;
    }
    .symposium .program_list ul li .vtr_wrap.align-items-flex-start {
        align-items: flex-start;
    }
    




    /* footer
    -------------------------------------------------------------- */
    .footer {
        padding: 30px;
    }




    .link_menu_sp {
        display: none;
    }
    .link_menu_pc .container {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .link_menu_pc {
        display: block;
        border-top: solid #ededed 1px;
        background: #0158a7;
    }
    .link_menu_pc .d-flex {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }



    .link_menu_pc .d-flex li a {
        transition: 0.4s;
        border-left: solid #ededed 1px;
        text-align: center;
        display: block;
        width: 100%;
        padding: 10px 0 12px 0;
        background: #0158a7;
        color: #fff;
    }

    .link_menu_pc .d-flex li a:hover {
        background: #244368;
        color: #fff;
        /* opacity: 0.7; */
    }

    .link_menu_pc .d-flex li.active,
    .link_menu_pc .d-flex li.active:hover {
        border-left: solid #ededed 1px;
        text-align: center;
        display: block;
        padding: 10px 0 12px 0;
        background: #244368;
        color: #fff;
    }
}


@media only screen and (min-width:992px){
    /* common
    -------------------------------------------------------------- */

    .d-pc_block {
        display: block;
    }
    .d-md {
        display: none;
    }
    .container {
        overflow-x: unset;
    }

    .heading_type-1 {
        font-size: 34px;
        margin-bottom: 86px;
    }
    .heading_type-2 {
        font-size: 28px;
    }



    /* header
    -------------------------------------------------------------- */
    .header .container {
        max-width: 960px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .header .container .logo a {
        max-width: 280px;
    }

    /* main
    -------------------------------------------------------------- */
    .agenda .container {
        max-width: 992px;
        padding-left: 1%;
        padding-right: 1%;
    }
    .agenda .agenda_inner > div:first-of-type {
        width: 51%;
    }
    .agenda .agenda_inner > div:last-of-type {
        width: 47%;
        padding: 1.3% 2% 1.2% 2%;
    }
    .agenda .agenda_inner .detail .theme {
        margin-bottom: 12px;
    }
    .agenda .agenda_inner .detail .title {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 14px;
    }
    .agenda .agenda_inner .detail .title .title_sm {
        display: inline-block;
        font-size: 22px;
    }
    .agenda .agenda_inner .d-flex .online {
        max-width: 174px;
    }
    .agenda .agenda_inner .d-flex .date {
        max-width: 300px;
    }
    .agenda .agenda_inner .detail .detail_s {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding: 0 4px;
    }
    .agenda .agenda_inner .detail .detail_s .title {
        margin-bottom: 4px;
        font-size: 23.6px;
    }
    .agenda .agenda_inner .detail .detail_s .qrcode {
        margin: unset;
    }
    
    

    .symposium .program_list .detail .introduction p {
        font-size: 16px;
    }

    .container {
        max-width: 960px;
        padding-top: 80px;

        padding-top: 40px;
    }
    .kv .container {
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .kv .lead {
        font-size: 15px;
        letter-spacing: 0.2px;
        padding: 3%;
    }
    .kv .kv_inner .kv_text {
        /* width: 53%; */
        width: 50%;
    }
    .kv .kv_inner .kv_img {
        width: 45%;
        /* width: 70%; */
    }
    .fourth_edition .symposium .container {
        padding-top: 120px;
    }
    .articles .container {
        padding-top: 140px;
    }

    .articles .lead p {
        font-size: 16px;
    }
    .articles .lead > p:first-of-type {
        font-size: 20px;
    }
    .articles ul {
        margin-bottom: 54px;
    }
    .articles ul li p {
        font-size: 16px;
    }
    .articles ul li .heading {
        font-size: 24px;
    }
    .articles .msg {
        font-size: 18px;
    }

    .symposium .container {
        max-width: 980px;
    }


    .btn_link {
        max-width: 440px;
        padding: 20px 56px 20px 20px;
        margin: 0 auto 20px auto;
    }
    .btn_link .sm {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .btn_link .lg {
        font-size: 18px;
    }

}


@media only screen and (min-width:1200px){
    /* header
    -------------------------------------------------------------- */
    .header .container {
        max-width: 1060px;
    }
    .header ul.container {
        max-width: 1160px;
    }

}





/* fadeIn
-------------------------------------------------------------- */
.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.fadeIn_kv {
    animation-name: fadeInAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeInAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeInTrigger {
    /* opacity: 0; */
}
