#local_navi > li.seminar-for-hs_sub > a {
	background-color: #FDEFE3;
	color: #F59231;
}

/*** 20260630_高校生のための心理学会　新規ページ作成　***/
#psychology-seminar-for-hs{
	padding-right: 30px;
	font-family: "Noto Sans JP","Yu Gothic", "游ゴシック", sans-serif;
　　/*font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", sans-serif;*/
    /*font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;*/
}
section{
    margin-bottom: 80px;
}
h2{
	border-left: 0;
    padding-left: 0;
    text-align: center;
    margin-bottom: 25px;
}
h3{
	border-bottom: none;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 12px;
    margin-top: 45px;
    padding: 2px 6px 5px 15px;
    border-left: 5px solid;
}
.psycho-seminar_table{
    margin-top:10px;
}
.psycho-seminar_table th,
.psycho-seminar_table td {
    display: table-cell; /* デフォルト値に指定 */
    color: #000;
    background: #fff;
}
.psycho-seminar_table th {
    color: #000;
    background: #FDEFE3;
	font-size: 16px;
	padding: 7px 3% 8px;
    border-radius: 5px;
    font-weight: normal;
}
.psycho-seminar_table tr th:first-child {
    width: 275px;
}
.psycho-seminar_table td{
	padding-left: 2%;
	width: 600px
}
.link_box{
    background-color: #FDEFE3;
    color: #ff7300;
    border-bottom: 1px solid #ff7300;
    font-weight: bold;
}
#psychology-seminar-for-hs_1st .first_visual{
	margin-bottom: 50px;
}
#psychology-seminar-for-hs_1st .first_visual img{
	border-radius: 8px;
}
.Introduction_text{
    padding: 0 10%;
    text-align: justify;
}
.Introduction_text p{
	line-height: 2.3;
	font-size: 16px;
    color: #ff7300;
    font-weight: bold;
    margin-bottom: 15px;
}
#psychology-seminar-for-hs_2nd h2 img{
    width: 80%;
}
.psycho-seminar_wrap2-1{
	margin-bottom: 65px;
}
.psycho-seminar_wrap2-1 p{
    background-color: #FDEFE3;
    padding: 20px 3% 20px;
    border-radius: 8px;
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 2;
}
.benefit_listBox{
	margin-top: 50px;
}
.benefit_list{
    position: relative;
    left: 155px;
}
.benefit_list li{
    font-size: 16px;
    margin-bottom: 10px;
}
.benefit_list li::before{
    position: absolute;
    left: -33px;
    width: 20px;
    height: 20px;
    content: "";
    background: url(/course/shinri/psychology-seminar-for-hs/images/checkBox_orange.png) no-repeat;
    background-size: contain;
    margin-top: 6px;
}
.benefit_listBox h4{
    padding: 5px 10px 7px 0;
    margin-bottom: 20px;
    margin-top: 35px;
    width: 100%;
    max-width: 550px;
}
.psycho-seminar_flow a{
	font-size: 16px;
}



@media only screen and (max-width: 1011px){
#psychology-seminar-for-hs{
	padding: 0 5%;
}	
h3{
	margin-left: 0;
}
}



@media only screen and (max-width: 480px){
#psychology-seminar-for-hs_1st .first_visual {
    margin-bottom: 20px;
}
h2{
margin-left: 0;
margin-bottom: 10px;
}
h3{
font-size: 18px;
margin-top: 25px;
margin-bottom: 5px;
}
p{
line-height: 1.8;
text-align: justify;
font-size: 13px;
}
.psycho-seminar_table tr th:first-child {
    width: 100%;
}
.psycho-seminar_table{
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%; /* table幅を100%に指定 */
    background: #fff;
    border: none;
}
.psycho-seminar_table th,
.psycho-seminar_table td {
    display: block; /* セルをブロック要素に指定 */
    width: 100%; /* セルを親要素いっぱいの幅に指定 */
    border: none;
    font-size: 14px;   
    padding: 10px;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
}
.psycho-seminar_table td {
	line-height: 1.6;
    font-size: 13px;
}
.Introduction_text {
    padding: 0 6%;
}
.Introduction_text p {
    line-height: 2;
    font-size: 13px;
}
section {
    margin-bottom: 40px;
}
#psychology-seminar-for-hs_2nd h2 img {
    width: 90%;
}
.psycho-seminar_wrap2-1 p{
	padding: 20px 5% 20px;
	font-size: 13px;
	width: 100%;
}
.psycho-seminar_wrap2-8 ul li{
	margin-bottom: 6px;
}
.psycho-seminar_wrap2-1 {
    margin-bottom: 30px;
}
.benefit_listBox {
    margin-top: 0;
}
.benefit_listBox h4 {
    margin-bottom: 5px;
    margin-top: 20px;
    max-width: 500px;
}
.benefit_list {
    left: 30px;
}
.benefit_list li {
    font-size: 12px;
    margin-bottom: 8px;
}
.benefit_list li::before {
    left: -25px;
    width: 18px;
    height: 18px;
    margin-top: 3px;
}
}
/***********************************************/
@media print, screen and (min-width: 1012px) {

}



