:root {
    --act-textcolor: #333;
    --act-bluecolor: #8cc11e;
    --act-arrowsize: 38px;
    --act-height: 52px;
}
@media screen and (max-width: 1024px){
    :root {
        --act-height: 45px;
    }
}
@media screen and (max-width: 767px){
    :root {
        --act-arrowsize: 28px;
        --act-height: 40px;
    }
}

.hidden{
	display:none;
}
.f10{
	font-size:10px;
}
.f12{
	font-size:12px;
}
.f14{
	font-size:14px;
}
.f16{
	font-size:16px;
}
.f18{
	font-size:18px;
}
.f20{
	font-size:20px;
}
.f20b{
	font-size:20px;
	font-weight:bold;
}
.red{
	color:#FF0000;
}
.red_b{
	color:#FF0000;
	font-weight:bold;
}
.red2_b{
	color:#CC0000;
	font-weight:bold;
}
.crimson{
	color:#CC3366;
}
.blue{
	color:#0000FF;
}
.brown{
	color:#663300;
}
.orange{
	color:#FF6600;
}
.glay{
	color:#333;
}
.green{
	color:#006666;
}
.purple{
	color:#660099;
}
.black{
	color:#000;
}
.black_bold{
	color:#000;
	font-weight:bold;
}
.bold{
	font-weight:bold;
}
.lh140{
	line-height:140%;
}
.lh180{
	line-height:180%;
}
.m_top5{
	margin-top:5px;
}
.m_top8{
	margin-top:8px;
}
.m_top10{
	margin-top:10px;
}
.m_top15{
	margin-top:15px;
}
.m_top20{
	margin-top:20px;
}
.m_top40{
	margin-top:40px;
}
.m_btm5{
	margin-bottom:5px;
}
.m_btm10{
	margin-bottom:10px;
}
.m_btm15{
	margin-bottom:15px;
}
.m_btm20{
	margin-bottom:20px;
}
.m_btm25{
	margin-bottom:25px;
}
.m_btm30{
	margin-bottom:30px;
}
.m_btm40{
	margin-bottom:40px;
}
.m_btm50{
	margin-bottom:50px;
}
.m_btm60{
	margin-bottom:60px;
}
.m_btm70{
	margin-bottom:70px;
}
.m_btm80{
	margin-bottom:80px;
}
.m_btm90{
	margin-bottom:90px;
}
.m_btm100{
	margin-bottom:100px;
}
.m_right5{
	margin-right:5px;
}
.m_right10{
	margin-right:10px;
}
.m_right15{
	margin-right:15px;
}
.m_right20{
	margin-right:20px;
}
.m_right25{
	margin-right:25px;
}
.m_left5{
	margin-left:5px;
}
.m_left8{
	margin-left:8px;
}
.m_left15{
	margin-left:15px;
}
.m_left50{
	margin-left:50px;
}
.m_dbl5{
	margin-top:5px;
	margin-bottom:5px;
}
.m_dbl10{
	margin-top:10px;
	margin-bottom:10px;
}
.m_dbl15{
	margin-top:15px;
	margin-bottom:15px;
}
.m_dbl20{
	margin-top:20px;
	margin-bottom:20px;
}
.text_l{
	text-align:left;
}
.text_c{
	text-align:center;
}
.text_r{
	text-align:right;
}
.float_l{
	float:left;
}
.float_r{
	float:right;
}
/* covid */
.type1 {
	margin-bottom: 10px;
    color: #FF0;
    font-size: 22px;
    font-weight: bold;
}
.mgt0 {
margin-top:0px;
}
#p_colona #patient .pdt0 {
padding-top:0px !important;
}
.mgb0 {
margin-bottom:0px !important;
}
.mgt16 {
margin-top:16px;
}
.fs22 {
font-size:22px;
}
.fs18 {
    font-size: 18px;
    display: block;
}
.lp_banner_area{
  background: #fafafa;
  padding: 40px 0;
}
#contents .lp_banner_area{
	background: none;
	padding: 0;
}
.lp_banner_area > div {
    max-width: 1057px;
    width: 100%;
    margin: auto;
    text-align: center;
}
.lp_banner_area img {
    width: calc(100% - 32px);
    margin: auto;
}
.pdf__link img {
    width: 90%;
    max-width: 920px;
    margin: 40px auto;
    display: block;
}
/**activity__journals**/
.activity__journals {
    max-width: 1100px;
    width: calc(100% - 32px);
    margin: auto;
    padding: 0 0 56px;
}
.activity__journals-eng {
    color: var(--act-textcolor);
    text-align: center;
    display: block;
    margin: 0 auto 16px;
    letter-spacing: 0.1em;
    font-size: 21px;
}
.activity__journals-heading {
    display: block;
    text-align: center;
    margin-bottom: 64px;
}
#p_top .activity__journals-heading.headline{
    color: #333;
}
.activity__journals-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
}
.activity__journals-list li {
    width: calc(100% / 3);
    max-width: 326px;
    margin: 0;
}
.home-line .activity__journals-list li .activity__journals-block {
    width: 100%;
    text-decoration: none;
	color: var(--act-textcolor);
}
.home-line .activity__journals-list li a:hover {
    opacity: 0.8;
}
.activity__journals-list li:hover {
    background: rgba(255,255,255,0.5);
}
.activity__journals-list li a:hover {
    text-decoration:none;
    color: var(--act-textcolor);
}
.activity__journals-image {
    width: 100%;
    height: auto;
    margin: 0 auto 16px;
}
.activity__journals-date {
    display: flex;
    flex-direction: column;
    align-items: left;
    width: 80px;
    font-size: 18px;
	font-weight: 300;
    line-height: 1;
    color: var(--act-textcolor);
    margin-bottom: 24px;
}
.activity__journals-date-large {
    font-size: 1.8em;
    letter-spacing: -0.02em;
    color: var(--act-bluecolor);
    margin-bottom: 13px;
    display: block;
    text-indent: 0.1em;
    font-weight: bold;
}
.activity__journals-title {
    position: relative;
    display: block;
    font-size: 17px;
    height: var(--act-height);
    padding-right: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--act-bluecolor);
}
.activity__journals-title::before {
    content: "";
    position: absolute;
    z-index: 1;
    background: var(--act-bluecolor);
    right: 0;
    bottom: 0;
    width: var(--act-arrowsize);
    height: var(--act-arrowsize);
}
.activity__journals-title::after {
    content: "";
    position: absolute;
    z-index: 2;
    background: url(/image/activity-journals/aj-arrow.svg) no-repeat;
    background-size: cover;
    right: 0;
    bottom: 0;
    width: var(--act-arrowsize);
    height: var(--act-arrowsize);
}
.home-line a.act_btn {
    position: relative;
    background: #3c5a9a;
    color: #fff;
    text-decoration: none;
    width: 90%;
    max-width: 300px;
    text-align: center;
    padding: 14px 0;
    margin: 40px auto 0;
    display: block;
}
.home-line a.act_btn::after {
    content: "";
    position: absolute;
    z-index: 2;
    background: url(/image/activity-journals/aj-arrow.svg) no-repeat;
    background-size: cover;
    top: 50%;
    right: 0;
    bottom: unset;
    transform: translate(0, -50%);
    width: var(--act-arrowsize);
    height: var(--act-arrowsize);
}
.home-line a.act_btn:hover {
    background: #294279;
}
#information__page .activity__journals-date {
    text-align: center;
}
#information__page .activity__journals-date-large {
    text-indent: -0.2em;
}

@media screen and (max-width: 1024px){
    .activity__journals {
        max-width: 660px;
    }
    .activity__journals-item {
        width: calc(100% - 121px);
    }
    .activity__journals-list {
        flex-direction: column;
        gap: 0;
    }
    .activity__journals-list li {
        width: 100%;
		max-width: unset;
        padding: 16px 0;
    }
    .home-line .activity__journals-list li .activity__journals-block {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .activity__journals-image {
        max-width: 220px;
        margin: 0 16px 0 0;
    }
}

@media screen and (max-width: 767px){
.activity__journals {
    width: 100%;
    padding: 0;
}
.activity__journals-heading {
    margin-bottom: 0;
}
.activity__journals-eng {
    font-size: 18px;
    margin-bottom: 10px;
}
.activity__journals-list li {
    padding: 16px 0 24px;
}
.home-line .activity__journals-list li .activity__journals-block {
    flex-direction: column;
}
.activity__journals-image {
    max-width: 325px;
    margin: 0 auto 16px;
}
.activity__journals-title {
    padding-right: 0;
    padding-bottom: 16px;
    font-size: 16px;
    letter-spacing: -0.02em;
}
.activity__journals-date {
    margin-bottom: 13px;
}
.sec04-items__flex{
    flex-direction: column;
}
.sec04-items__flex figure {
    width: 100%;
}
.activity__journals-item {
    width: calc(100% - 48px);
}
.home-line a.act_btn {
    margin: 0 auto 16px;
}
}
/* information */
#information__page #contents {
    padding: 0;
}
#information__page .util-ttl{
    text-align: left;
    font-weight: bold;
    margin: 0 0 16px;
    font-size: 26px;
}
#information__page .sec04-items__flex{
    display: flex;
    justify-content: space-between;
}
#information__page .first__items {
    max-width: 760px;
}
#information__page .sec04-items__flex figure {
    width: 49%;
}
#information__page .book_bnr_area {
    max-width: 660px;
    margin: 0 auto;
}

#information__page .sec03 {
    background: #f8f8f0;
}
#information__page .sec03_img {
    width: 34%;
    max-width: 365px;
}
#information__page .sec03_content {
    width: 60%;
}
#information__page .sec_flex {
    display: flex;
    margin-bottom: 24px;
    justify-content: space-between;
}
#information__page .sec01 {
    padding: 56px 0 32px;
    background: #f8f8f0;
}
#information__page .sec01:nth-child(even) {
    background: #fefefe;
}
#information__page .sec03 {
    background: #fff;
}
#information__page .sec04 {
    padding-top: 0;
}
#information__page .sec01_img {
    margin: auto;
    cursor: pointer;
}
#information__page .sec01_txt {
    text-align: justify;
}
#information__page .sec01_txt p {
    max-width: 656px;
}
#information__page .sec01_txt p:not(:last-child) {
    margin-bottom: 24px;
}
#information__page .btn__mordal {
    position: relative;
    display: block;
    background: #f0831e;
    color: #fff;
    border-radius: 40px;
    font-size: 16px;
    width: 188px;
    padding: 10px 0 5px;
    text-align: center;
    margin: 10px auto 0;
    cursor: pointer;
}
#information__page .btn__mordal::before {
    content: "";
    position: absolute;
    background: url(/image/common/btn-mordal-arrow.svg) no-repeat;
    background-size: cover;
    left: 50%;
    top: 4px;
    width: 15px;
    height: 6px;
    transform: translate(-50%,0);
}
#information__page .btn__mordal:hover{
    background: #e56a1f;
}
#information__page .jr__flex {
    font-size: 15px;
    display: flex;
    gap: 32px;
}
#information__page .jr__link {
    text-decoration: none;
}
#information__page .jr__flex:not(:last-child) {
    margin-bottom: 24px;
}
#information__page .jr__mbzero .jr__flex:not(:last-child) {
    margin-bottom: 0;
}
#information__page .jr__start {
    align-items: flex-start;
}
#information__page .jr__center{
    align-items: center;
}
#information__page .jr__flex-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8ab823;
    color: #fff;
    width: 120px;
    height: 120px;
    font-size: 17px;
    border-radius: 50%;
}
#information__page .jr__flex-right {
    color: #434343;
    text-align: justify;
}
#information__page .jr__flex-right-large {
    font-size: 2.6em;
}
#information__page .jr__flex-right-medium {
    font-size: 1.5em;
}
#information__page .jr__whitearea {
    border-radius: 16px;
    align-items: flex-start;
    width: 100%;
    background: #fff;
    padding: 24px 40px;
    margin: 40px auto 0;
    border: 2px solid #ff9800;
}
#information__page .jr__right {
    font-size: 14px;
}
#information__page .jr__seminor-heading {
    border-left: 8px solid #8bb925;
    padding-left: 8px;
    color: #666;
    margin-bottom: 16px;
    font-size: 20px;
    padding-bottom: 3px;
}
#information__page .jr__seminor-list {
    padding: 0;
    margin: 16px 0 0;
    padding-top: 16px;
    border-top: 1px dashed #ccc;
}
#information__page .jr__seminor-list li {
    position: relative;
}
#information__page .jr__seminor-list li::before,
#information__page .jr__seminor-list li:after {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    transform: translateY(-50%);
}
#information__page .jr__seminor-list li::before {
    background-color: rgb(36,152,184,.3);
    top: 14px;
    left: 0;
}
#information__page .jr__seminor-list li::after {
    background-color: rgb(36,152,184,.2);
    top: 16px;
    left: 2.5px;
}
#information__page .jr__kome {
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
}

@media screen and (max-width: 1024px){
    #information__page .jr__flex-circle {
        width: 11.719vw;
        height: 11.719vw;
        font-size: 1.66vw;
    }
    #information__page .sec03_content {
        width: 85%;
    }
    #information__page .sec03_img {
        max-width: 245px;
    }
    #information__page .jr__flex-right-large {
        font-size: 2em;
    }
    #information__page .jr__flex-right-medium {
        font-size: 1.2em;
    }
}
@media screen and (max-width: 767px){
    #information__page .section-inner {
        width: calc(100% - 32px);
    }
    #information__page .util-ttl {
        display: flex;
        align-items: center;
        gap: 20px;
        font-size: 19px;
    }
    #information__page .activity__journals-date {
        margin-bottom: 0;
    }
    #information__page .sec01 {
        padding: 32px 0 16px;
    }
    #information__page .sec01 .sec_flex {
        flex-direction: column-reverse;
    }
    #information__page .sec01_txt {
        width: 100%;
    }
    #information__page .sec_flex-imgbtn, #information__page .sec_flex-moviebtn, #information__page .jr__link {
        margin: 24px auto 0;
        max-width: 260px;
        width: 100%;
    }
    #information__page .sec03_img {
        max-width: 120px;
        width: 22vw;
        position: absolute;
        top: 0;
        right: 0;
    }
    #information__page .sec03_content {
        width: 100%;
    }
    #information__page .jr__flex {
        gap: 16px;
        position: relative;
    }
    #information__page .jr__flex-right-large {
        font-size: 1.5em;
    }
    #information__page .jr__flex-right-medium {
        font-size: 1em;
    }
    #information__page .jr__spcolumn {
        flex-direction: column;
        align-items: flex-start;
    }
    #information__page .jr__sprow {
        flex-direction: row;
    }
    #information__page .jr__flex-circle {
        font-size: 12px;
        width: 80px;
        height: 80px;
    }
    #information__page .jr__flex-right {
        width: calc(100% - 96px);
    }
    #information__page .jr__mbzero .jr__flex:not(:last-child) {
        margin-bottom: 24px;
    }
    #information__page .jr__whitearea {
        padding: 16px;
    }
    #information__page .jr__seminor-heading {
        border-left: 4px solid #8bb925;
        padding-left: 8px;
        font-size: 16px;
    }
    #information__page .jr__seminor p,
    #information__page .jr__seminor li {
        letter-spacing: -0.04em;
    }
    #information__page .jr__seminor-list {
        padding-top: 12px;
    }
    #information__page .jr__seminor-list li::before{
        top: 10px;
    }
    #information__page .jr__seminor-list li::after{
        top: 12px;
    }
}

/** modal **/
#information__page .section-inner {
    max-width: 1024px;
    margin: auto;
}
#information__page .covid__inner-area {
    max-width: 1400px;
    margin: auto;
    position: relative;
}
#information__page .covid__text-link {
    position: absolute;
    top: 5vw;
    right: 1.4em;
    font-size: 4vw;
    color: #fff;
    cursor: pointer;
    text-align: right;
}
#information__page .covid__text-link::after {
    content: "";
    bottom: -0.3em;
    right: -0.9em;
    position: absolute;
    width: 13.9em;
    z-index: 1;
    height: 0.7em;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: skew(44deg);
}
#information__page .covid__modal-close {
    display: flex;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
#information__page .covid__modal-container{
    position: fixed;
    z-index: 90000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,50%);
    padding: 0;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
}
#information__page .covid__modal-container:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
#information__page .covid__modal-container.covid__active{
    opacity: 1;
    visibility: visible;
}
#information__page .covid__modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 32px);
    top: 1vh;
    left: 45vw;
    transform: translate(-50%, 0);
}
#information__page .covid__modal-close{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
#information__page .covid__modal-content {
    background: #fff;
    text-align: left;
    padding: 16px;
    width: 100%;
    max-width: 80vw;
    height: 80vw;
    overflow-y: scroll;
    overflow-x: hidden;
}
#information__page #modal__aj240403 .covid__modal-content {
    height: auto;
}
#information__page .covid__modal-content .section__title::before {
    display: none;
}
#information__page .slider-3 .slick-slide {
    margin: 0 60px;
    padding: 60px 0;
    position: relative;
  }
  #information__page .slider-3 .slick-slide .slide-img {
    width: 90%;
    margin: auto;
    height: auto;
    max-width: 300px;
    transition: all 0.6s ease 0.4s;
    opacity: 0.8;
    box-shadow: 7px 7px 15px -5px #666;
    overflow: hidden;
  }
  #information__page .slider-3 .slick-slide.slick-current .slide-img {
      transform: scale(1.2);
      opacity: 1;
  }
  #information__page .slider-3 .slick-slide .slide-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #information__page .slider-3 .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  }
  #information__page .slider-3 .slick-arrow::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #09000d;
    border-width: 3px 3px 0 0;
    position: absolute;
    top: 24px;
    transform: rotate(45deg);
  }
  #information__page .slider-3 .slick-next {
    right: 0;
  }
  #information__page .slider-3 .slick-prev {
    left: 0;
  }
  #information__page .slider-3 .slick-next::before {
    left: 20px;
  }
  #information__page .slider-3 .slick-prev::before {
    border-width: 0 0 3px 3px;
    right: 22px;
  }
  #information__page .dots-3 .slick-dots {
    text-align: center;
  }
  #information__page .dots-3 .slick-dots li {
    display: inline-block;
  }
  #information__page .dots-3 .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #bcbcbc;
    border-radius: 50%;
  }
  #information__page .dots-3 .slick-dots .slick-active button {
    background: #0a467d;
  }
  a.vimeo {
    text-decoration: none;
  }
.veltex__bnr {
    max-width: 672px;
    width: calc(100% - 24px);
    margin: 0 auto 48px;
    display: block;
}
.veltex__bnr img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    #information__page .covid__text-link {
        font-size: 1.9rem;
        top: 6px;
        right: 0.9em;
    }
    #information__page .covid__modal-body {
        max-width: 960px;
        background: #fff;
        transform: unset;
        left: unset;
    }
    #information__page .covid__modal-close {
        position: absolute;
        top: -40px;
        right: -40px;
    }
    #information__page .covid__modal-content {
        width: 100%;
        height: 80vh;
        overflow-y: auto;
        max-width: 100%;
    }
    #information__page #modal__aj240403 .covid__modal-content {
        height: 80vh;
    }
    #information__page .covid__modal-text {
        text-align: center;
    }
}
@media screen and (min-width: 1200px) {
    #information__page .covid__modal-body {
        max-width: 1200px;
    }
}
