@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap');

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_

山梨学院高等学校 通信課程 様 下層ページ用CSS
2025.11

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 body
===========================================*/
html {
    scroll-behavior: smooth;
}
body {
    min-width: 100%;
    text-align: center;
    background-color: #FFFFFF;
    width: 100%;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
}



/*==========================================
 ヘッダーのスタイル
===========================================*/
 a:hover #logo {
	text-align: unset;
	opacity: 0.7;
}


/*==========================================
other
===========================================*/
#container {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* ビューポートの高さに合わせて最低高さを設定 */
}

#container main {
    padding-top: 110px;
    flex: 1;
}

.wrapper {
	position: relative;
}
.wrapper h2 {
    margin: 0 0 30px;
    padding-bottom: 32px;
    color: #000000;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 9.6px;
    text-indent: 9.6px;
    background-image: url(../images/u_line.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
section {
	width: 90%;
	max-width: 1200px;
	margin: 50px auto 80px;
	text-align: left;
}
section h3 {
	width: fit-content;
	margin: 30px 0 20px;
    padding-left: 50px;
    font-size: 1.75em;
    font-weight: 700;
    background-image: url(../images/p_line.png);
    background-repeat: no-repeat;
    background-position: left center;
}
section h4 {
	margin-top: 30px;
    padding-left: 20px;
    font-size: 1.3em;
    line-height: 1.7;
    font-weight: 700;
    background-image: url(../images/point.png);
    background-repeat: no-repeat;
    background-position: left 13px;
    letter-spacing: 1.92px;
}
section .content {
	margin: 0 0 0 50px;
}
section .content > :first-child {
	margin-top: 0;
}
section .content h4 + p {
	margin: 10px 0 0 20px;
}
section .content p {
	margin: 10px 0 0;
}
section .content img {
	margin: 10px 0 0;
}
section#kouza .content img , 
section#mypage .content img {
	width: 80%;
	max-width: 350px;
	margin: 0;
}
section .content p.txt-tel {
    font-size: 1.5em;
    line-height: 1.7;
}
section .content p.txt-tel span {
    font-size: 1.5em;
    font-weight: 700;
}

/* 背景画像の位置 */
/* bg9：青、bg12：緑、bg13：ピンク */
.wrapper .bg9 {
	width: 250px;
	height: 250px;
	background-image: url(../images/bg10.png);
}
.wrapper .bg12 {
	width: 250px;
	height: 250px;
	background-image: url(../images/bg12.png);
}
.wrapper .bg13 {
	width: 150px;
	height: 150px;
	background-image: url(../images/bg13.png);
}

/* 情報公開 */
#discl .bg9 { 
	width: 200px;
	height: 200px;
	top: unset;
	bottom: -100px;
	left: 50px;
}
#discl .bg12 {
	top: -100px;
	right: -10px;
	opacity: 0.5;
}
#discl .bg13 {
	top: 30%;
	left: -20px;
}
/* 在校生 */
#stud .bg9 {
	width: 200px;
	height: 200px;
	top: -80px;
	right: -10px;
	left: unset;
	opacity: 0.5;
}
#stud .bg12 {
	top: 350px;
	left: -100px;
	opacity: 0.5;
}
#stud .bg13 { 
	bottom: -100px;
	right: 20px;
	left: unset;
}
/* // 背景画像の位置 */

/* 情報公開 */
#discl .disclBtns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	gap: 50px 20px;
	margin: 0 auto 50px;
}
#discl .disclBtns .yghsdlBtn {
	width: 45%;
	margin: unset;
}
#discl .disclBtns::after {
	content: "";
	display: block;
	width: 45%;
}
#discl .disclBtns .yghsdlBtn a {
	width: 100%;
	max-width: 500px;
	margin: unset;
}
#discl .yghsdlBtn {
	width: 45%;
	max-width: unset;
	margin: 0 auto 50px;
}
#discl .yghsdlBtn a {
	width: 100%;
	max-width: 500px;
	padding: 1em 0.5em;
	font-size: 1.0em;
	border-radius: 2vh;
}
#discl .yghsdlBtn a.pdf:after {
	margin-left: 0.2em;
}
/* //情報公開 */


/* スマホ用
-------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	
	/* 情報公開 */
	#discl .disclBtns {
		display: unset;
	}
	#discl .yghsdlBtn , 
	#discl .disclBtns .yghsdlBtn {
		width: 90%;
		margin: 0 auto 30px;
	}
	/* // 情報公開 */
}



/* スマホ用
-------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#container main {
		 padding-top: 50px;
	}
	.wrapper h2 {
		font-size: 1.563em;
		padding-bottom: 20px;
	}
	section {
		width: 95%;
		margin: 30px auto;
	}
	section h3 {
		font-size: 1.4em;
	}
	section .content {
		margin: 0;
	}
	section .content h4 + p {
		margin: 10px 20px 0;
	}
	section#kouza .content , 
	section#mypage .content {
		text-align: center;
	}
	section#kouza .content img , 
	section#mypage .content img {
		width: 90%;
	}

	/* 背景画像の位置 */
	/* bg9：青、bg12：緑、bg13：ピンク */
	.wrapper .bg9 {
		width: 180px;
		height: 180px;
	}
	.wrapper .bg12 {
		width: 180px;
		height: 180px;
	}
	.wrapper .bg13 {
		width: 100px;
		height: 100px;
	}

	/* 情報公開 */
	#discl .bg12 {
		top: -80px;
		right: -70px;
	}
	/* 在校生 */
	#stud .bg9 {
		width: 100px;
		height: 100px;
		top: -20px;
		right: -30px;
	}
	/* //背景画像の位置 */
}
