@charset "UTF-8";
/* CSS Document */
#company .outline {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    border-bottom: #dddddd 1px solid;
}
#company .outline>dt {
    width: 150px;
    padding-bottom: 2%;
    margin-bottom: 3%;
    color: #0062a2;
}
#company .outline>dd {
    -webkit-box-flex: 1;
    flex: 1;
    padding-bottom: 2%;
    margin-bottom: 3%;
}
dd {
    display: block;
    unicode-bidi: normal;
}
@media screen and (max-width: 768px) {
    #company .outline {
        flex-direction: column;
        /* スマホでは縦並び */
        padding-bottom: 4%;
    }
    #company .outline>dt {
        width: 100%;
        /* 100%にして縦並び */
        padding-bottom: 1%;
    }
    #company .outline>dd {
        width: 100%;
        /* 100%にして縦並び */
        line-height: 1.6;
    }
}
/* ==========================================================================
   
w100%表示バナー

========================================================================== */
.greeting_header {
    background-color: #f4f8fb;
    background-size: cover;
    /* 100% から cover に変更し、画面サイズに応じて調整 */
    height: 380px;
    position: relative;
    display: block;
    text-align: left;
}
.bg_greeting {
    background: url("../img/img_greetings.jpg") top center no-repeat;
    background-size: cover;
    /* 100% から cover に変更し、適切に表示 */
    padding: 130px 15% 5% 15%;
    /* 一括指定で統一感を持たせる */
    height: 380px;
    /* min-height を height に統一 */
    position: relative;
    display: block;
}
.greeting_txt {
    padding-top: 5%;
    padding-bottom: 15%;
}
@media screen and (max-width: 768px) {
    .greeting_header {
        height: auto;
        /* 高さを自動調整 */
        min-height: 250px;
        /* ある程度の高さを確保 */
        padding: 10% 0%;
        /* 余白を調整 */
        text-align: center;
        /* 中央寄せ */
    }
    .bg_greeting {
        display: none;
    }
    .greeting_txt {
        padding-top: 10%;
        padding-bottom: 15%;
    }
}
/* ==========================================================================
   
PROFILE

========================================================================== */
.contents_p_box_L {
    width: 30%;
    float: left;
    display: block;
    padding-right: 1%;
    padding-bottom: 0%;
}
.contents_p_box_R {
    width: 65%;
    float: right;
    display: block;
    padding-left: 5%;
    padding-top: 3%;
    padding-bottom: 0%;
}
@media screen and (max-width: 768px) {
    .contents_p_box_L {
        width: 100%;
        float: left;
        display: block;
        padding-right: 0%;
        padding-bottom: 0%;
    }
    .contents_p_box_R {
        width: 100%;
        float: right;
        display: block;
        padding-left: 0%;
        padding-top: 3%;
        padding-bottom: 0%;
    }
}
.profile_ttl {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.8;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.profile_ttl_cap {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.profile_ttl_en {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Times New Roman", Times, "serif";
    padding-bottom: 10%;
}
.profile_txt {
    padding-bottom: 5%;
}
.profile_sub_ttl {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Times New Roman", Times, "serif";
    color: #cccccc;
    background-color: #036eb8;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 3%;
    padding-right: 3%;
    margin-top: 0%;
    margin-bottom: 5%;
    min-width: 230px;
    /* 最小幅 */
    max-width: 280px;
    /* 最大幅 */
    text-align: center;
}
#profile table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 5%;
    margin-bottom: 10%;
}
#profile th {
    text-align: left;
}
#profile td {
    text-align: left;
    padding-right: 3%;
}
#profile td.tttl {
    width: 20%;
}
#profile td span.attention {
    line-height: 1.6;
    display: block;
    padding-top: 1%;
    padding-bottom: 1%;
}
#profile td span {
    font-size: 70%;
}
#profile dl {
    padding-bottom: 5%;
}
#profile dt {
    color: #036eb8;
    font-weight: bold;
    padding-bottom: 3%;
}
#profile dd {}
.background_ttl {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    padding-bottom: 3%;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .profile_sub_ttl {
        font-size: 15px;
        font-size: 1.5rem;
        font-family: "Times New Roman", Times, "serif";
        color: #cccccc;
        background-color: #036eb8;
        padding-top: 2%;
        padding-bottom: 2%;
        padding-left: 3%;
        padding-right: 3%;
        margin-top: 0%;
        margin-bottom: 10%;
        min-width: 230px;
        /* 最小幅 */
        max-width: 280px;
        /* 最大幅 */
        text-align: center;
    }
    #profile dl {
        padding-bottom: 7%;
    }
}
/* ==========================================================================
   
network

========================================================================== */
#bg_network {
    color: #ffffff;
    background: url("../img/bg_message.jpg") center center no-repeat;
    background-size: 100%;
    text-align: center;
    height: 330px;
    background-position: center;
    background-color: #fff;
    position: relative;
    z-index: 8;
    display: block;
}
.copy {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 2;
    padding-bottom: 3%;
    color: #036eb8;
    text-align: center;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.copy_txt {
    text-align: center;
}
@media screen and (max-width: 768px) {
    .copy {
        font-size: 21px;
        font-size: 2.1rem;
        font-weight: bold;
        line-height: 2;
        padding-bottom: 3%;
        color: #036eb8;
        text-align: center;
        font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    }
    #bg_network {
        color: #ffffff;
        background: url("../img/bg_message_sp.jpg") center center no-repeat;
        background-size: 100%;
        text-align: center;
        height: 220px;
        background-position: center;
        background-color: #fff;
        position: relative;
        z-index: 8;
        display: block;
    }
}
/* ==========================================================================
   
Partner

========================================================================== */
.partners {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0%;
}
.partners:after {
    content: "";
    display: block;
    width: 31.3%;
    height: 0;
}
.partner {
    width: 31.3%;
    margin-bottom: 3%;
}
.partner img {
    width: 100%;
    margin-bottom: 3%;
}
.partner_ttl {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8;
    padding-top: 2%;
    padding-bottom: 4%;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.partner_icon {
    font-size: 11px;
    font-size: 1.1rem;
    color: #cccccc;
    background-color: #036eb8;
    padding: 1% 5%;
    margin-bottom: 5%;
    text-align: left;
    border-radius: 5px;
    letter-spacing: 0.01em;
    display: inline-block;
}
.partner_txt span {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    font-weight: bold;
}
.partner_txt {}
@media screen and (max-width: 768px) {
    .partners {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .partners:after {
        content: "";
        display: block;
        width: 100%;
        height: 0;
    }
    .partner {
        width: 100%;
        margin-bottom: 10%;
        padding-bottom: 5%;
        height: auto;
        border-bottom: #dddddd 1px dotted;
    }
    .partner img {
        width: 100%;
        margin-bottom: 1%;
    }
}
#guestspeaker ul {
    padding-top: 0%;
    padding-bottom: 3%;
}
#guestspeaker li {
    text-align: center;
    list-style: none;
}
#guestspeaker img {
    width: 100%;
    margin-bottom: 7%;
}
@media screen and (max-width: 768px) {
    #guestspeaker ul {
        padding-top: 5%;
        padding-bottom: 7%;
    }
}

/* ==========================================================================
   
NEWS

========================================================================== */
.speaker_new_box {
    width: 100%;
    display: block;
}
.speaker_new_box dl {
    margin-bottom: 3%;
    padding-bottom: 3%;
    border-bottom: #cccccc 1px dotted;
    display: block;
    flex-wrap: wrap;
    width: 100%;
}
.speaker_new_box dt {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    color: #036eb8;
    padding-bottom: 1%;
    font-weight: bold;
    float: left;
    text-align: left;
    display: block;
}
.speaker_new_box dd {
    position: relative;
    /* 相対位置指定 */
}
.speaker_new_box dd span {
    position: absolute;
    right: 0;
    /* 右端に配置 */
    text-align: right;
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .speaker_new_box dd span {
        display: none;
    }
}

/* ==========================================================================
   
speaker

========================================================================== */
.speakers {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0%;
}
.speakers:after {
    content: "";
    display: block;
    width: 49%;
    height: 0;
}
.speaker {
    width: 49%;
    margin-bottom: 3%;
}
.speaker img {
    width: 100%;
    margin-bottom: 2%!important;
}
.speaker_ttl {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8;
    padding-top: 2%;
    padding-bottom: 4%;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

.speaker_txt span {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    font-weight: bold;
}
.speaker_txt {}



.speaker_name {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
    padding-top: 3%;
    padding-bottom: 0%;
	font-weight: bold;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;	
}

.speaker_name span{
font-size: 80%;
padding-left: 1%;
}
.speaker_profile{
font-size: 90%;
}

.speaker_txt_box {
    margin-bottom: 5%;
    padding-bottom: 7%;
    border-bottom: #dddddd 1px dotted;
}
.speaker_copy {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
	padding-top: 3%;
    padding-bottom: 3%;
    color: #036eb8;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.speaker_txt {}
.speaker_ttl2 {
padding-top: 5%;	
font-weight: bold;
font-size: 13px;
font-size: 1.3rem;
}
.speaker_txt_box ul{
padding: 0!important;
margin: 0!important;
}
.speaker_txt_box li{
text-align: left!important;
font-size: 13px;
font-size: 1.3rem;	
}
.speaker_txt2 {

}




@media screen and (max-width: 768px) {
    .speakers {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .speakers:after {
        content: "";
        display: block;
        width: 100%;
        height: 0;
    }
    .speaker {
        width: 100%;
        margin-bottom: 10%;
        padding-bottom: 5%;
        height: auto;
        border-bottom: #dddddd 1px dotted;
    }
    .speaker img {
        width: 100%;
        margin-bottom: 1%;
    }
}


.google-map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.gmap_txt{
padding-top: 3%;
}


.guide_txt{

}
.pdf_txt{

}
.btn_pdf{
margin-top: 3%;
margin-bottom: 3%;
padding-top: 13px;
padding-bottom: 13px;
width: 80%;
display: block;
text-align: center;
color: #ffffff;
background-color: #036eb8;
}
