@charset "UTF-8";



#s_council_what .what {
    display: grid;
    grid-template-columns: 1fr;

    height: 1400px;
}
#s_council_what .what .what_header1 {
    overflow: hidden; 
	/*background-color: #E3D1BD;*/

}

#s_council_what .what .what_header1 div.sidelogo {
    position: absolute;
    right: 0px;
}

#s_council_what .what .what_header1 div.sidelogo p.en1 {
	width: 1100px;
	/*height: 40px;*/
	position: absolute;
	/*top: 12%;*/
	right: 2%;

	margin:  540px -500px 0px 0px;
    /*transform: translate(-50%, 0%);*/

	
	transform: rotate(90deg); 

	color: #F7F1EB; /* テキスト色を指定 */
	font-size: 76px; /* フォントサイズを指定 */
	font-weight: bold;
    letter-spacing: 27px;
    
}


#s_council_what .what .what_header1 div.logo {
	/*position: absolute;*/
	/*top: 28%;*/
	/*left: 50%;*/
	/*transform: translate(-50%, 0%);*/
	/*margin: 0;*/


    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 170px;

}
#s_council_what .what .what_header1 div.logo img{
	height: 110px;

    pointer-events: none;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    color: black;
    position: absolute;
    top: 0%;
    /* left: 50%; */
    /* transform: translate(-50%, -50%);*/

}

#s_council_what .what .what_header1 h1.title {
	position: absolute;
	top: 42%;
	left: 50%;
	transform: translate(-50%, 0%);
	margin: 0;

	pointer-events: none;
	text-align: center;
	/*height: 50px;*/
    width: 400px;

}
#s_council_what .what .what_header1 h1.title p.en{
	display: block; /* pタグをブロック要素に設定 */
	margin: 0;
	/*height: 32px;*/
	font-size: 36px;
	color: black; /* 文字色を設定 */
}
#s_council_what .what .what_header1 h1.title p.jp{
	display: block; /* pタグをブロック要素に設定 */
	margin: 0 0 0 0;
	/*height: 30px;*/
	font-size: 15px;
	color: black; /* 文字色を設定 */
}

#s_council_what .what .what_header1 .msg1 {
    /*position: absolute;*/
	/*top: 32%;*/
	/*left: 50%;*/

    /*transform: translate(-50%, 0%);*/
	/*margin: 0;*/

	/*pointer-events: none;*/
	/*text-align: center;*/
	/*height: 50px;*/
    /*width: 800px;*/


    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 170px;

}
#s_council_what .what .what_header1 .msg1 p.honbun{
    pointer-events: none;
    text-align: center;
    font-size: 16px;
    color: black;
    line-height: 1.7;
    letter-spacing: 1px;
    margin: 50px calc(10%) 40px calc(10%);
    /* border: 1px solid red;*/

}
#s_council_what .what .what_header1 .msg2 {
    /*position: absolute;*/
	/*top: 40%;*/
	/*left: 50%;*/

    /*transform: translate(-50%, 0%);*/
	/*margin: 0;*/

	/*pointer-events: none;*/
	/*text-align: center;*/
	/*height: 50px;*/
    /*width: 800px;*/

    
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 70px 0 0 0;
    padding: 0 0 0 0;
    height: 225px;

}
#s_council_what .what .what_header1 .msg2 p.title{
    pointer-events: none;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: black;
}
#s_council_what .what .what_header1 .msg2 p.honbun{
    pointer-events: none;
    text-align: center;
    font-size: 16px;
    color: black;
    line-height: 1.7;
    letter-spacing: 1px;
    margin: 50px calc(10%) 40px calc(10%);
    /* border: 1px solid red;*/

}

#s_council_what .what .what_header1 div.chart {
	/*position: absolute;*/
	/*top: 48%;*/
	/*left: 67%;*/
	/*transform: translate(-50%, 0%);*/
	/*margin: 0;*/
    /*width: 100%;*/

    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 730px;

}
#s_council_what .what .what_header1 div.chart img.shigikai {
	/*height: 110px;*/
    width: 700px;
    transform: translate(-50%, 0%);

    /*border: 1px solid red;*/ /* 枠線の幅、スタイル、色を設定 *//*デバッグ用*/

    position: absolute;
    top: 0%;
    left: 50%;

}

#s_council_what .what .what_header1 div.chart img.satoshimsg {
	/*height: 110px;*/
    width: 360px;
    transform: translate(75%, 0%);

    /*border: 1px solid red;*/ /* 枠線の幅、スタイル、色を設定 *//*デバッグ用*/
    position: absolute;
    top: 70%;
    left: 4%;
}

