/*
 Theme Name:   PLATE Child
 Theme URI:    
 Description:  
 Author:       Knot Creative Ltd.
 Author URI:   
 Template:     plate
 Version:      
 License:      
 License URI:  
 Tags:         
 Text Domain:  
*/


:root {
    --font-serif-jp:;
    --font-sans-serif-jp:;
	--color-primary:;
	--color-accent:;
	--font-jp: "Noto Sans JP", sans-serif;
    --font-en: "Noto Sans JP", sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p, button, input, select, optgroup, textarea{

}


body {

}

p{

}

.main-title {
	font-size:36px;
	letter-spacing:0;
}

.sub-title {
	font-size:18px;
}

#page .container {
    max-width: 1100px;
    padding: 25px 50px 75px 50px;
}

@media (max-width: 900px) {
    #page .container {
        padding: 10px 30px 40px 30px;
    }
}

/* 共通 */
.main-navigation ul li {
	margin:0 3%;
}

.page-eyecatch{
	max-width:1100px;
}

.page-eyecatch img {
	height: 300px;
}

@media (max-width: 900px) {
    .wp-block-spacer {
         height: 20px !important; 
    }
}

@media (max-width: 480px) {
	.page-eyecatch img {
		height: 200px;
	}
}

/*ファーストビュー　キャッチコピー背景  */
.first-cat{
	background: linear-gradient(to bottom, var(--color-primary), black);
}

/*ファーストビュー　サブキャッチ文章  */
.first-cat-sub p {
    line-height: 2.0rem;
	font-size:18px;
}

/*900以下*/
@media (max-width: 900px) {
	/*ファーストビュー 上下変更*/
    #first {
        flex-direction: column;
    }
	/*ファーストビュー　キャッチコピー背景  */
   .first-cat{
	    padding:0 25px;
    }
	/*ファーストビュー　イメージ  */	
	.first-img {
        width: 100%;
        height: 400px;
    }
}

/*ロゴ横テキスト*/
.site-branding p{
	padding-left:20px;
	color:#162f5d;
	font-weight: 700;
    font-size: 12px;
	line-height:normal;
}

/* 1150以下*/
@media screen and (max-width: 1150px) {
	.site-branding p{
		display:none;
	}	
}


/*大学ロゴ追加*/
.child-added-section{
	position:relative;
}

.isct_logo {
    position: absolute;
    top: -115px;
    right: 10px;
    width: 270px;
    padding: 10px;
    background: #fff;
}

/*トップページ　サポート　カード*/
.top-card-content p {
	font-size:16px;
}

.top-card-content h3{
	white-space: pre-wrap
}

/*テンプレートABOUTパーツ*/

.about-concept-section {
	padding: 50px 20px 100px 20px;
}


.about-history-section{
	padding:30px 60px ;
    max-width: 1100px;
    margin: 0 auto;
}

.business-faq-section{
	padding:0px ;
    max-width: 1100px;
    margin: 0 auto;
}

/*900以下*/
@media (max-width: 900px) {
	.about-concept-section {
        padding: 10px 20px 60px 20px;
    }

    .about-concept-columns {
        gap:0;
    }

	.about-history-section
	{
        padding: 20px;
		font-size:16px;
    }
	
	.business-faq-section{
		padding: 0px;
	}
}

@media (max-width: 900px) {
	.about-anchor-nav {
		padding:0;
    }
}

/*歴代役員*/
.past-officers_photo {
	gap:0 !important;
}

.past-officers_photo img{
	max-width:150px;
}

.past-officers_text{
	padding:20px;
}

.past_table{
	max-width:1500px;
}

.past_table th{
	background :#162f5d;
	color:#FFF;
	border: 1px solid #000;
}

.past_table thead{
	border:none;
}

@media (max-width: 900px) {
    .past-officers_photo .wp-element-caption{
        line-height: 1.5rem;
    }
	.past-officers_text{
		padding:0;
	}
}