@charset "utf-8";

/*==================================== PC ====================================================*/

#ttl {
	background-image: url(images/ttl.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	text-indent: -9999px;
	min-width:1000px;
}

/* root */
.aid {
	border-top: 1px dotted #666;
	margin-top: 20px;
}

.aid p {
	border-bottom: 1px dotted #666;
	padding: 10px 0px 10px 17px;
}

.aid_description {
	font-weight: bold;
	margin-right: 20px;
}



/* お知らせ一覧 */
.news_list {
	margin-bottom: 30px;
}

.news_list h2 span {
	font-size: 85%;
}

.news_link {
	margin: 5px 0px 0px 1em;
}

.news_list dl {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #999;
}

.news_list dl dt {
	color: #FFF;
	text-align: center;
	width: 6em;
	font-size: 12px;
	
	float: left;
	margin-right: 1em;
}

.nyushi {
	background: #326091;
}

.koushin {
	background: #003917;
}

.event {
	background: #1B9D6F;
}

.other {
	background: #999999;
}


.news_list dl dd {
	font-weight: bold;
	font-size: 15px;
	float: left;
}

.news_list dl dd span {
	font-weight: bold;
	font-size: 12px;
}

/* トグル */
.toggle_btn {
    display: block;
	padding: 9px 0px 5px 22px;
	margin-bottom: 15px;
	text-decoration: none;
	cursor: pointer;
	background-image: url(../common/images/icon01.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	background-color: #000546;
	color: #FFF;
}
.toggle_area {
    display: none;
    padding: 20px 0px;
}



/* イベント・シンポジウム・公開講演会情報 */
.event_midashi {
	background: #000546;
	padding: 10px;
	text-align: center;
	color: #FFF;
	
	margin-bottom: 20px;
}

.atesaki_ttl {
	margin-top: 1em;
	border: 1px solid #ccc;
	background: #E1E2EF;
	padding: 6px;
}

.pl_1em {
	padding-left: 1em;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 6px;
}


/* シンポジウム開催実績 */
.sympo_result table {
	width: 100%;
	margin-bottom: 30px;
}

.sympo_result table, .sympo_result table td, .sympo_result table th {
	padding: 10px;
	border: 1px solid #CCC;
	border-collapse: collapse;
}

.sympo_result th {
	background: #000546;
	text-align: center;
	color: #FFF;
}

.sympo_result .td_midashi {
	width: 18%;
	background: #E1E2EF;
	text-align: center;
}

/* サミット開催実績 */
.summit_result table {
	width: 100%;
	margin-bottom: 30px;
}

.summit_result table, .summit_result table td, .summit_result table th {
	padding: 10px;
	border: 1px solid #CCC;
	border-collapse: collapse;
}

.summit_result th {
	background: #000546;
	text-align: center;
	color: #FFF;
}

.summit_result .td_midashi {
	width: 18%;
	background: #E1E2EF;
	text-align: center;
}


/* 行頭揃え */
.indent_03 {
	margin-left: 3em;
	text-indent: -3em;
}

.margin-left_3 {
	margin-left: 3em;
}

/* GSPAニュース */
.gspa_news_mainv {
    position: relative;
}

.gspa_news_mainv_caption {
    position: absolute;
    right: 10px;
    bottom: 10px;
    
  text-shadow:1px 1px 0 #f7f7f7, -1px -1px 0 #f7f7f7,
              -1px 1px 0 #f7f7f7, 1px -1px 0 #f7f7f7,
              0px 1px 0 #f7f7f7,  0-1px 0 #f7f7f7,
              -1px 0 0 #f7f7f7, 1px 0 0 #f7f7f7;
}

.news_title {
    border-top: 1px solid #fff;
    background: #000546;
    padding: 15px 0;
    text-align: center;
    
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.news_lead {
    padding: 30px 0;
    font-size: 110%;
}
.indent_4name {
    text-indent: -6.5em;
    padding-left: 6.5em;
    margin-bottom: 8px;
}

.gspa_news .news_ttl {
    font-size: 22px;
    font-weight: bold;
    padding: 15px 10px 13px 13px;
    background: #f1f1f1;

    border-left: 4px solid #000546;
    margin: 60px 0 25px !important;
    position: relative;
}
.news_ttl_sub {
    margin-top: 15px;
    display: block;
    padding-top: 11px;
    font-size: 15px;
    position: relative;
}
.news_ttl_sub::before {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #111;
    position: absolute;
    top: 0;
}

.profile_wrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.profile {
    display: flex;
    flex-direction: column;
}

.profile_info {
    background: #f6f6f6;
    padding: 20px;
    flex-grow: 1;
}

.profile_name {
    font-size: 20px;
    font-weight: bold;
}

.profile_class {
    margin: 5px 0 10px;
    font-weight: 700;
}

.profile_text {
    word-break: break-all;
}

.b_box {
    padding: 25px;
    background: #e0e1f5;
}
.b_box_ttl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.gspa_news section {
    margin-bottom: 60px;
}

.talk_head {
    padding: 30px 0;
    
    color: #000546;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    
    border: 3px solid #000546;
    margin-bottom: 20px;
    position: relative;
    
    display: flex;
    justify-content: center;
    align-items: center;
}
.talk_head span {
    padding: 0 30px;
    position: relative;
    z-index: 3;
}
.talk_head::before {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background: #fff;
    position: absolute;
    top: -3px;
    right: -3px;
    z-index: 2;
}
.talk_head::after {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background: #fff;
    position: absolute;
    bottom: -3px;
    left: -3px;
    z-index: 2;
}

.talk {
    display: flex;
    justify-content: flex-start;
    gap: 1.5em;
    
    font-size: 105%;
    line-height: 1.8;
    margin-bottom: 8px;
}
.talker {
    font-weight: bold;
}
.talk p {
    flex: 1;
    overflow: hidden;
}
.news_cut {
    width: 50%;
}
.news_cut.fl {
    float: left;
    margin: 0 20px 20px 0;
}
.news_cut.fr {
    float: right;
    margin: 0 0 20px 20px;
}
.talk_photo {
    margin-bottom: 30px;
}

.news_end {
    margin-top: 30px;
}

.news_archive {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.news_archive a {
    display: block;
    width: 31%;
    
    color: #111;
    text-decoration: none;
    transition: 0.3s;
}
.news_archive a::after {
    content: "";
    display: block;
    width: 31%;
}
.news_archive a:hover {
    opacity: 0.7;
}
.news_archive a img {
    width: 100%;
    margin-bottom: 10px;
}

.news_archive a div {
    font-size: 16px;
}
.news_archive a div span {
    font-size: 12px;
    margin-top: 8px;
    display: block;
    text-align: right;
    color: #666;
}

@media (max-width: 480px) {
    .gspa_news_mainv img, .profile_photo img {
        width: 100%;
    }
    
    .news_title {
        font-size: 18px;
        padding: 11px 10px 8px;
    }
    
    .profile_wrap {
        flex-direction: column;
    } 
    
    .talk_head {
        font-size: 21px;
    }
    .talk_head br {
        display: none;
    }
    .talk_photo img {
        width: 100%;
    }
    
    .news_cut {
        width: 50%;
    }
    
    .news_end img {
        width: 100%;
    }
    
    .news_archive a {
        width: 48%;
    }
    .news_archive a::after {
        content: "";
        display: none;
    }    
    
}

/********************************************************************************************************************/
/****************************************** MEDIA QUERIES ***********************************************************/
/********************************************************************************************************************/


/*==================================== PHONES ====================================================*/

@media (max-width: 480px) {
	
#ttl {
	height: auto;
	text-indent: 0px;
	font-size: 120%;
	padding-bottom: 10px;
	background-image: none;
	color: #333;
	min-width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000546;
	margin-bottom: 10px;
}

#ttl p {
	padding-left: 10px;
}
	

/* シンポジウム実績 */
.sympo_result table td, .sympo_result table th {
	display: block;
}

.sympo_result .td_midashi {
	width: auto;
	text-align: left;
}

/* サミット実績 */
.summit_result table td, .summit_result table th {
	display: block;
}

.summit_result .td_midashi {
	width: auto;
	text-align: left;
}

.sympo_result .td_null {
	display: none;
}

}