@charset "UTF-8";
/*
 * CSS pageParts.css
 */

/* ================================
	#index
================================ */
#index .loading{
	position: fixed;
	top: 0;
	left: 90px;
	width: 100%;
	height: 100%;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	z-index: 100;
}
#index .loading_logo{
	width: 270px;
}
.is-hide{
	-webkit-animation: loading 1.5s forwards;
	animation: loading 1.5s forwards;
}
@-webkit-keyframes loading{
	100% {
		opacity: 0;
		z-index: -1;
	}
}
@keyframes loading{
	100% {
		opacity: 0;
		z-index: -1;
	}
}
@media screen and (max-width: 767px) {
	#index .loading{
		top: 0;
		left: 0;
	}
}


#index .main_silde .arrow_prev{
	bottom: 15%;
	right: calc(34.5% - 36px);
}
#index .main_silde .arrow_next{
	display: none!important;
}
@media screen and (max-width: 767px) {
	#index .main_silde .arrow_prev{
		display: none!important;
	}
}




#index #sec_top_news{
	border-bottom: 1px solid #ddd;
}
#index #sec_top_news .title_style2{
	margin-bottom: 0;
}
#index #sec_top_news .news_table{
	padding: 50px 0;
	display: -ms-flex;
	display: flex;
	align-items: center;
}
#index #sec_top_news .news_table>dt{
	width: 390px;
}
#index #sec_top_news .news_table>dd{
	width: calc(100% - 390px);
}
#index #sec_top_news .news_table dl{
	padding: 3px 0;
}
#index #sec_top_news .news_table dl>dt{
	float: left;
	width: 138px;
}
#index #sec_top_news .news_table dl>dd{
	padding-left: 140px;
}
@media screen and (max-width: 767px) {
	#index #sec_top_news .title_style2{
		margin-bottom: 30px;
	}
	#index #sec_top_news .news_table{
		padding: 30px 0;
		display: block;
	}
	#index #sec_top_news .news_table>dt{
		width: 100%;
	}
	#index #sec_top_news .news_table>dd{
		width: 100%;
	}
	#index #sec_top_news .news_table dl{
		padding: 3px 0;
	}
	#index #sec_top_news .news_table dl>dt{
		float: none;
		width: 100%;
	}
	#index #sec_top_news .news_table dl>dd{
		padding-left: 0;
	}
}



#index #sec_feature{
	padding: 75px 0;
}
#index #sec_feature .feature_block-txt{
	text-align: center;
	padding-bottom: 80px;
}
#index #sec_feature .feature_block{
	display: -ms-flex;
	display: flex;
	align-items: center;
}
#index #sec_feature .feature_block-box{
	width: 330px;
}
#index #sec_feature .feature_block-box:first-child{
	order: 2;
}
#index #sec_feature .feature_block-box:last-child{
	order: 3;
}
#index #sec_feature .feature_block-img{
	position: relative;
}
#index #sec_feature .feature_block-imgtxt{
	font-size: 2.0rem;
	font-weight: bold;
	color: #D14538;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
#index #sec_feature .feature_block-btn{
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	#index #sec_feature{
		padding: 30px 0;
	}
	#index #sec_feature .feature_block-txt{
		padding-bottom: 0;
	}
	#index #sec_feature .feature_block{
		display: block;
	}
	#index #sec_feature .feature_block-box{
		width: 100%;
		margin-bottom: 30px;
	}
	#index #sec_feature .feature_block-imgtxt{
		font-size: 1.9rem;
	}
	#index #sec_feature .feature_block-btn{
		margin-top: 6px;
	}
}



#index #sec_licenses_qualification{
	padding: 90px 0;
	background: #F9EBE5;
}
#index #sec_licenses_qualification .title_style2 .jp{
	font-size: 4.0rem;
}
#index #sec_licenses_qualification .title_style2 .en{
	font-size: 2.8rem;
}
#index .sec_licenses_qualification-txt{
	text-align: center;
	margin-bottom: 50px;
}
#index .sec_licenses_qualification-btnbox{
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}
#index .sec_licenses_qualification-btnbox li{
	width: 48%;
}
@media screen and (max-width: 767px) {
	#index #sec_licenses_qualification{
		padding: 40px 0;
	}
	#index #sec_licenses_qualification .title_style2 .jp{
		font-size: 1.8rem;
	}
	#index #sec_licenses_qualification .title_style2 .en{
		font-size: 2.4rem;
	}
	#index .sec_licenses_qualification-txt{
		margin-bottom: 30px;
	}
	#index .sec_licenses_qualification-btnbox{
		display: block;
	}
	#index .sec_licenses_qualification-btnbox li{
		width: 100%;
		margin: 10px 0;
	}
}


#index #sec_professors{
	padding: 70px 0;
}
#index .sec_professors-slide{
	margin-bottom: 50px;
}
#index .sec_professors-slide li{
	margin: 0 20px;
	float: left;
	transition: 0.3s;
}
#index .sec_professors-slide li a,
#index .sec_professors-slide li span{
	display: block;
}
#index .sec_professors-boximg{
	overflow: hidden;
	border-radius: 50%;
	transition: 0.3s;
	position: relative;
}
#index .sec_professors-slide .slick-list{
	overflow: visible;
}
#index .sec_professors-slide .center .sec_professors-boximg{
	border-radius: 40px;
	height: auto!important;
}
#index .sec_professors-slide .center{
	position: relative;
	top: -95px;
}
#index .sec_professors-slide li a{
	text-decoration: none;
}
#index .sec_professors-slide li img{
	width: 100%;
}
#index .sec_professors-slide .slide_arrow{
	background: #08878d;
}
#index .sec_professors-slide .arrow_prev{
	top: calc(50% - 125px);
	left: 335px;
}
#index .sec_professors-slide .arrow_next{
	top: calc(50% - 125px);
	right: 4px;
}
#index .sec_professors-boxtxt{
	text-align: center;
	margin-top: 15px;
	line-height: 1.4;
}
#index .sec_professors-txt1{
	padding: 4px 22px;
	display: inline-block!important;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #333;
}
#index .sec_professors-txt2{
	font-size: 1.3rem;
	margin-bottom: 5px;
}
#index .sec_professors-txt3{
	font-size: 2.2rem;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	#index #sec_professors{
		padding: 35px 0;
	}
	#index #sec_professors .sec_in{
		width: 100%;
	}
	#index .sec_professors-slide{
		margin-bottom: 30px;
	}
	#index .sec_professors-boximg{
		border-radius: 40px;
	}
	#index .sec_professors-slide .slick-list{
		overflow: hidden;
	}
	#index .sec_professors-slide .center{
		position: static;
		top: auto;
	}
	#index .sec_professors-slide .arrow_prev{
		top: calc(50% - 75px);
		left: 20px;
	}
	#index .sec_professors-slide .arrow_next{
		top: calc(50% - 75px);
		right: 20px;
	}
	#index .sec_professors-boxtxt{
		margin-top: 10px;
	}
	#index .sec_professors-txt1{
		padding: 3px 18px;
		font-size: 1.5rem;
	}
	#index .sec_professors-btn{
		width: 92%;
		margin: 0 auto;
	}
}



#index #sec_support{
	padding: 90px 0;
	background: url(/educate/psychol/module/img/index/sec_support_bg.jpg) center;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	#index #sec_support{
		padding: 120px 0;
		background: url(/educate/psychol/module/img/index/sec_support_bg_m.jpg) center;
		background-size: cover;
	}
}


#index #sec_news{
	padding: 90px 0;
	background: #F9EBE5;
}
#index #sec_news .new_table dl + dl{
	margin-top: 20px;
}
#index #sec_news .new_table dl a{
	/*text-decoration: none;*/
}
#index #sec_news .sec_news-block{
	padding-top: 40px;
	background: #fff;
	border-radius: 10px;
}
#index #sec_news .sec_news-block_in{
	margin-top: 40px;
	padding: 35px 35px 45px;
	border-top: 1px solid #F9EBE5;
}
#index #sec_news .sec_news-btn{
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	#index #sec_news{
		padding: 45px 0;
	}
	#index #sec_news .new_table dl + dl{
		margin-top: 15px;
	}
	#index #sec_news .sec_news-block{
		padding-top: 20px;
	}
	#index #sec_news .sec_news-block_in{
		margin-top: 20px;
		padding: 25px 25px 25px;
	}
	#index #sec_news .sec_news-btn{
		margin-top: 20px;
	}
}




#index .sec_contact-block{
	display: -ms-flex;
	display: flex;
	border-bottom: 6px solid #D14538;
}
#index .sec_contact-block_right{
	width: 50%;
	position: relative;
}
#index .sec_contact-block_left{
	width: 50%;
}
#index .sec_contact-block_left-top{
	height: 50%;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: 1px solid #cacaca;
}
#index .sec_contact-block_left-top p{
	font-size: 2.0rem;
	font-weight: bold;
	margin: 0 10px;
}
#index .sec_contact-block_left-bottom{
	position: relative;
	height: 50%;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #5cc4c0;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
}
#index .sec_contact-block_left-bottom svg{
	width: 8px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	margin-left: 18px;
}
#index .sec_contact-block_left-bottom polyline{
	fill:none;
	stroke:#fff;
	stroke-miterlimit:10;
	stroke-width:2px;
}
#index .sec_contact-titlebox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
#index .sec_contact-block_left-bottom-txt{
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
	#index .sec_contact-block{
		display: block;
	}
	#index .sec_contact-block_right{
		width: 100%;
	}
	#index .sec_contact-block_left{
		width: 100%;
	}
	#index .sec_contact-block_left-top{
		height: auto;
		display: block;
		border: none;
	}
	#index .sec_contact-block_left-top p{
		text-align: center;
		padding: 30px 10px;
		margin: 0;
		border-bottom: 1px solid #cacaca;
	}
	#index .sec_contact-block_left-bottom{
		height: 160px;
	}
	#index .sec_contact-block_left-bottom-txt{
		width: 90%;
	}
}








/* ================================
	#professors
================================ */
#professors.index .professors-block ul{
	margin-right: -40px;
}
#professors.index .professors-block ul li{
	float: left;
	width: 220px;
	margin-right: 40px;
	margin-bottom: 40px;
}
#professors.index .professors-block ul li a{
	display: block;
	text-decoration: none;
}
#professors.index .professors-img{
	border-radius: 40px;
	overflow: hidden;
	position: relative;
}
#professors.index .professors-txtbox{
	position: relative;
	padding: 7px 5px;
	text-align: center;
	margin-top: 17px;
	border: 1px solid #333;
	transition: 0.3s;
}
#professors.index .professors-txtbox .en{
	font-size: 1.2rem;
}
#professors.index .professors-txtbox .jp{
	font-size: 1.8rem;
}
#professors.index .professors-txtbox svg{
	width: 4px;
	height: 7px;
	position: absolute;
	top: calc(50% - 3px);
	right: 10px;
}
#professors.index .professors-txtbox svg polyline{
	fill:none;
	stroke:#333;
	stroke-miterlimit:10;
	stroke-width:2px;
}
#professors.index .professors-block ul li a:hover .professors-txtbox{
	color: #fff;
	background: #333;
}
#professors.index .professors-block ul li a:hover .professors-txtbox svg polyline{
	stroke:#fff;
}
@media screen and (max-width: 767px) {
	#professors.index .professors-block ul{
		margin-right: -4%;
	}
	#professors.index .professors-block ul li{
		width: 46%;
		margin-right: 4%;
		margin-bottom: 20px;
	}
	#professors.index .professors-img{
		border-radius: 30px;
	}
	#professors.index .professors-txtbox{
		padding: 5px 3px;
		margin-top: 10px;
	}
	#professors.index .professors-txtbox .en{
		font-size: 0.8rem;
	}
	#professors.index .professors-txtbox .jp{
		font-size: 1.2rem;
	}
}



#professors.index #sec_1.section{
	padding: 60px 0;
}
#professors.index .section{
	padding: 60px 0 20px;
	margin-bottom: 0;
}
#professors.index .section:nth-child(2n){
	background: #f8f0ec;
}
@media screen and (max-width: 767px) {
	#professors.index #sec_1 .title_style1 {
		text-align: center;
		margin-bottom: 20px;
	}
	#professors.index #sec_1.section{
		padding: 40px 0;
	}
	#professors.index .section{
		padding: 40px 0 20px;
	}
}





#professors.detail .pagetitle2{
	margin-bottom: 100px;
}
#professors.detail #sec_2,
#professors.detail #sec_4{
	padding-bottom: 60px;
	background: #f8f0ec;
}
#professors.detail #sec_4{
	padding: 60px 0;
	margin-bottom: 0;
}
#professors.detail .professors_box{
	top: -70px;
	position: relative;
}
#professors.detail .professors_box .name{
	position: absolute;
	top: 40px;
	left: -15px;
	color: #fff;
	padding: 12px 35px;
	display: inline-block;
	background: #5cc4c0;
}
#professors.detail .professors_box .name .jp{
	font-size: 2.3rem;
}
#professors.detail .professors_box .name .en{
	font-size: 1.3rem;
	position: relative;
	top: -3px;
	margin-left: 20px;
}
#professors.detail .professors_txt{
	color: #fff;
	font-size: 1.7rem;
	line-height: 2.5;
	padding-top: 40px;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#professors.detail .gray_txt{
	color: #abbbbb;
}
#professors.detail .professors_content-txt1{
	margin-bottom: 20px;
}
#professors.detail .professors_content-table dl{
	display: -ms-flex;
	display: flex;
}
#professors.detail .professors_content-table dl dt{
	width: 106px;
	padding: 10px 0;
	text-align: center;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
#professors.detail .professors_content-table dl dd{
	width: calc(100% - 106px);
	padding: 10px 0 10px 20px;
	box-sizing: border-box;
}
#professors.detail #sec_2 .cnt_left{
	width: 580px;
}
#professors.detail #sec_2 .cnt_right{
	width: 306px;
	overflow: hidden;
	border-radius: 30px;
}
#professors.detail #sec_4 .title_style3{
	margin-left: 346px;
}
#professors.detail #sec_4 .cnt_left{
	width: 306px;
	margin-top: -130px;
}
#professors.detail #sec_4 .cnt_right{
	width: 650px;
}
#professors.detail .back_btn{
	padding: 60px 0;
}
@media screen and (max-width: 767px) {
	#professors.detail .pagetitle2{
		margin-bottom: 60px;
	}
	#professors.detail .professors_box{
		top: -40px;
	}
	#professors.detail .professors_box .name{
		top: 20px;
		left: -4.5%;
		padding: 10px 20px;
	}
	#professors.detail .professors_box .name .jp{
		font-size: 1.6rem;
	}
	#professors.detail .professors_box .name .en{
		font-size: 0.8rem;
		top: -1px;
		margin-left: 10px;
	}
	#professors.detail .professors_txt{
		color: #333;
		font-size: 1.5rem;
		line-height: 2.2;
		padding-top: 20px;
		position: static;
		width: 100%;
		height: auto;
	}
	#professors.detail .gray_txt{
		color: #cccbcc;
	}
	#professors.detail .professors_content .title_style3{
		text-align: left;
	}
	#professors.detail .professors_content-txt1{
		border-bottom: 1px solid #c5c5c5;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	#professors.detail .professors_content-table dl{
		display: block;
		margin: 10px 0;
	}
	#professors.detail .professors_content-table dl dt{
		font-weight: bold;
		width: auto;
		padding: 0;
		text-align: left;
		border-left: none;
		border-right: none;
		display: inline;
	}
	#professors.detail .professors_content-table dl dt:after{
		content: "/";
	}
	#professors.detail .professors_content-table dl dd{
		display: inline;
		width: auto;
		padding: 0;
	}
	#professors.detail #sec_2 .cnt_left{
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	#professors.detail #sec_2 .cnt_right{
		width: 100%;
		float: none;
	}

	#professors.detail #sec_3 .title_style3{
		text-align: left;
	}
	#professors.detail #sec_4 .title_style3{
		margin-left: 0;
		text-align: left;
	}
	#professors.detail #sec_4 .cnt_left{
		width: 100%;
		float: none;
		margin-top: 0;
		margin-bottom: 30px;
	}
	#professors.detail #sec_4 .cnt_right{
		width: 100%;
		float: none;
	}
	#professors.detail .back_btn{
		width: 92%;
		margin: 0 auto;
		padding: 20px 0;
	}
}

#professors.detail #sec_related{
	padding: 50px 0 70px;
	border-top: 1px solid #c8c8c8;
}
#professors.detail .sec_related-tit{
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 30px;
}
#professors.detail .related_links ul{
	margin-right: -50px;
}
#professors.detail .related_links li{
	float: left;
	margin-right: 50px;
}
#professors.detail .related_links li a{
	line-height: 1.45;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 300px;
	height: 100px;
	box-sizing: border-box;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #333333;
	position: relative;
	transition: 0.3s;
}
#professors.detail .related_links li a svg{
	width: 14px;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
#professors.detail .related_links li a svg rect{
	fill:#333;
}
#professors.detail .related_links li a:hover{
	color: #fff;
	background: #333333;
}
#professors.detail .related_links li a:hover svg rect{
	fill:#fff;
}
@media screen and (max-width: 767px) {
	#professors.detail #sec_related{
		padding: 30px 0 40px;
	}
	#professors.detail .sec_related-tit{
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	#professors.detail .related_links ul{
		display: block;
		margin-right: 0;
	}
	#professors.detail .related_links li{
		float: none;
		margin-right: 0;
	}
	#professors.detail .related_links li a{
		font-size: 1.5rem;
		width: 100%;
		height: 80px;
		border-bottom: none;
	}
	#professors.detail .related_links li:last-child a{
		border-bottom: 1px solid #333333;
	}
}


/* ================================
	#ug.index
================================ */
#ug.index #sec_1 .s1_content{
	padding: 50px 0;
	background: #f4e6e0;
}
#ug.index #sec_1 .s1_box1{
	margin-bottom: 50px;
}
#ug.index #sec_1 .s1_box1 .inbox .cnt_left{
	width: 48%;
}
#ug.index #sec_1 .s1_box1 .inbox .cnt_right{
	width: 48%;
}
#ug.index #sec_1 .s1_box1 .inbox a{
	display: block;
	text-decoration: none;
	border-radius: 20px;
	overflow: hidden;
}
#ug.index #sec_1 .s1_box1 .inbox .txt{
	padding: 15px 10px;
	font-size: 2.0rem;
	text-align: center;
	background: #fff;
	position: relative;
}
#ug.index #sec_1 .s1_box1 .inbox .txt .icon{
	position: absolute;
	top: calc(50% - 20px);
	right: 25px;
}
#ug.index #sec_1 .s1_box1 .inbox .txt .icon svg{
	width: 6px;
	transform: scale(1, -1);
}
#ug.index #sec_1 .s1_box1 .inbox .txt .icon svg polyline{
	fill:none;
	stroke:#333;
	stroke-miterlimit:10;
	stroke-width:2px;
}
@media screen and (max-width: 767px) {
	#ug.index #sec_1 .s1_content{
		padding: 40px 0;
	}
	#ug.index #sec_1 .s1_box1{
		margin-bottom: 30px;
	}
	#ug.index #sec_1 .s1_box1 .inbox .cnt_left{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	#ug.index #sec_1 .s1_box1 .inbox .cnt_right{
		width: 100%;
		float: none;
	}
	#ug.index #sec_1 .s1_box1 .inbox a{
		border-radius: 15px;
	}
	#ug.index #sec_1 .s1_box1 .inbox .txt{
		padding: 12px 10px;
		font-size: 1.6rem;
	}
	#ug.index #sec_1 .s1_box1 .inbox .txt .icon{
		top: calc(50% - 15px);
		right: 20px;
	}
}

#ug.index #sec_2{
	padding-bottom: 40px;
}
#ug.index #sec_2 .s2_box1{
	display: -ms-flex;
	display: flex;
	margin-bottom: 60px;
}
#ug.index #sec_2 .s2_box1_in{
	width: 50%;
	height: 400px;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#ug.index #sec_2 .s2_box1_in:first-child{
	background: url(/educate/psychol/module/img/ug/index/s2_img1.jpg) center;
	background-size: cover;
}
#ug.index #sec_2 .s2_box1_in:last-child{
	background: url(/educate/psychol/module/img/ug/index/s2_img2.jpg) center;
	background-size: cover;
}
#ug.index #sec_2 .s2_box1-txt1{
	color: #fff;
	font-size: 4.0rem;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 0.15em;
}
#ug.index #sec_2 .s2_box1-txt2{
	color: #fff;
	font-size: 2.0rem;
	margin-bottom: 20px;
}
#ug.index #sec_2 .s2_box1-btn2 .btn_style2{
	width: 330px;
}
#ug.index #sec_2 .s2_box1-btn2 .btn_style2 svg{
	width: 8px;
	position: absolute;
	top: calc(50% - 5px);
	right: 20px;
	margin-left: 0;
}
@media screen and (max-width: 767px) {
	#ug.index #sec_2{
		padding-bottom: 20px;
	}
	#ug.index #sec_2 .s2_box1{
		margin-bottom: 30px;
		flex-direction: column;
	}
	#ug.index #sec_2 .s2_box1_in{
		width: 100%;
		height: 300px;
	}
	#ug.index #sec_2 .s2_box1-txt1{
		font-size: 3.0rem;
		margin-bottom: 0;
	}
	#ug.index #sec_2 .s2_box1-txt2{
		font-size: 1.6rem;
	}
}


#ug.index #sec_3{
	padding: 50px 0;
	background: #f4e6e0;
}
#ug.index #sec_3 .inbox{
	margin-bottom: 50px;
}
#ug.index #sec_3 .inbox .cnt_left{
	width: 48%;
	line-height: 2;
}
#ug.index #sec_3 .inbox .cnt_right{
	width: 48%;
	padding-top: 100px;
}
@media screen and (max-width: 767px) {
	#ug.index #sec_3{
		padding: 30px 0;
	}
	#ug.index #sec_3 .inbox{
		margin-bottom: 30px;
	}
	#ug.index #sec_3 .inbox .cnt_left{
		width: 100%;
		margin-bottom: 20px;
	}
	#ug.index #sec_3 .inbox .cnt_right{
		width: 100%;
		padding-top: 0;
	}
}


#ug.index #sec_4{
	padding: 50px 0;
}
@media screen and (max-width: 767px) {
	#ug.index #sec_4{
		padding: 30px 0;
	}
}


/* ================================
	#ug.message
================================ */
#ug.message .profile_box_in{
	color: #fff;
	padding: 0 70px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -ms-flex;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
#ug.message .profile_box_in .inner{
	text-align: left;
	width: 330px;
}
#ug.message .profile_box_in .txt1{
	font-size: 2.8rem;
	margin-bottom: 5px;
}
#ug.message .profile_box_in .txt2{
	font-size: 2.8rem;
	margin-bottom: 20px;
}
#ug.message .profile_box_in .txt2 span{
	font-size: 1.4rem;
	margin: 0 0 0 15px;
	position: relative;
	top: -5px;
	display: inline-block;
}
#ug.message .s1_content{
	padding: 60px 0;
	background: #f4e6e0;
	margin: 60px 0;
}
#ug.message .s1_txt2{
	margin-bottom: 40px;
}
#ug.message .s1_img2{
	text-align: center;
}
#ug.message .s1_img2 img{
	max-width: 418px;
}
@media screen and (max-width: 767px) {
	#ug.message .profile_box_in{
		margin-top: 10px;
		color: inherit;
		padding: 0;
		position: static;
		display: block;
	}
	#ug.message .profile_box_in .inner{
		text-align: center;
		width: 100%;
	}
	#ug.message .profile_box_in .txt1{
		font-size: 1.6rem;
		margin-bottom: 0;
	}
	#ug.message .profile_box_in .txt2{
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	#ug.message .profile_box_in .txt2 span{
		font-size: 1.2rem;
		margin: 0 0 0 10px;
		top: -1px;
	}
	#ug.message .s1_content{
		padding: 40px 0;
		margin: 40px 0;
	}
	#ug.message .s1_txt2{
		margin-bottom: 20px;
	}
	#ug.message .s1_img2 img{
		width: 100%;
	}
}



/* ================================
	#ug.educational_principles
================================ */
#ug.educational_principles .s1_txt1{
	margin-bottom: 50px;
}
#ug.educational_principles #sec_1 .s1_content{
	padding: 50px 0;
	background: #f4e6e0;
	margin-bottom: 50px;
}
#ug.educational_principles .s1_txt2{
	margin-bottom: 30px;
}
#ug.educational_principles .s1_box1-list ul{
	padding-top: 50px;
	margin-right: -40px;
}
#ug.educational_principles .s1_box1-list li{
	float: left;
	width: 220px;
	margin-right: 40px;
}
#ug.educational_principles .s1_box1-list li:nth-child(odd){
	margin-top: -50px;
}
#ug.educational_principles .s1_box1-txt1{
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	border: 1px solid;
	margin-top: 20px;
	padding: 10px 5px;
}
#ug.educational_principles .s1_box1-txt2{
	font-size: 1.6rem;
	text-align: center;
	margin-top: 15px;
}
#ug.educational_principles .s1_txt3{
	margin-bottom: 30px;
}
#ug.educational_principles .s1_box2_in ul{
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #dfdfdf;
}
#ug.educational_principles .s1_box2_in ul:first-child{
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}
#ug.educational_principles .s1_box2_in li{
	float: left;
	width: 33.333%;
	height: 210px;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-right: 1px solid #dfdfdf;
	box-sizing: border-box;
}
#ug.educational_principles .s1_box2_in li:first-child{
	border-left: 1px solid #dfdfdf;
}
#ug.educational_principles .s1_box2_in li .icon{
	width: 80px;
	margin: 0 auto;
}
#ug.educational_principles .s1_box2_in li .txt{
	text-align: center;
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	#ug.educational_principles .s1_txt1{
		margin-bottom: 30px;
	}
	#ug.educational_principles #sec_1 .s1_content{
		padding: 40px 0;
		margin-bottom: 40px;
	}
	#ug.educational_principles .s1_txt2{
		margin-bottom: 20px;
	}

	#ug.educational_principles .s1_box1-list ul{
		padding-top: 30px;
		margin-right: -6%;
	}
	#ug.educational_principles .s1_box1-list li{
		width: 44%;
		margin-right: 6%;
		margin-bottom: 30px;
	}
	#ug.educational_principles .s1_box1-list li:nth-child(odd){
		margin-top: -30px;
	}
	#ug.educational_principles .s1_box1-txt1{
		font-size: 1.6rem;
		margin-top: 15px;
		padding: 8px 5px;
	}
	#ug.educational_principles .s1_box1-txt2{
		font-size: 1.4rem;
		margin-top: 10px;
	}
	#ug.educational_principles .s1_txt3{
		margin-bottom: 20px;
	}
	#ug.educational_principles .s1_box2_in ul{
		padding-top: 0;
		margin-top: 0;
		border-top: none;
	}
	#ug.educational_principles .s1_box2_in li{
		float: none;
		width: 100%;
		height: auto;
		border-right: none;
		border-bottom: 1px solid #dfdfdf;
		flex-direction: row;
	}
	#ug.educational_principles .s1_box2_in li:first-child{
		border-left: none;
	}
	#ug.educational_principles .s1_box2_in ul:first-child{
		border-top: 1px solid #dfdfdf;
	}
	#ug.educational_principles .s1_box2_in li .icon{
		width: 80px;
		margin: 0;
		text-align: center;
	}
	#ug.educational_principles .s1_box2_in li .icon img{
		width: 48px;
	}
	#ug.educational_principles .s1_box2_in li .txt{
		width: calc(100% - 80px);
		text-align: center;
		margin-top: 0;
		text-align: left;
		padding: 20px 10px;
	}
}



/* ================================
	#ug.graduate
================================ */
#ug.graduate .ul_list1 li{
	margin-bottom: 5px;
	text-indent: -22px;
	padding-left: 22px;
}
#ug.graduate .ul_list1 li:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	width: 15px;
	height: 15px;
	margin-right: 4px;
	background: url(/educate/psychol/module/img/common/ico_check.svg) center;
	background-size: 100%;
}



/* ================================
	#ug.admisson
================================ */
#ug.admisson .s1_txt1{
	margin-bottom: 50px;
}
#ug.admisson #sec_1 .s1_content{
	padding: 50px 0;
	background: #f4e6e0;
	margin-bottom: 50px;
}
#ug.admisson .s1_txt2{
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	#ug.admisson #sec_1 .s1_content{
		padding: 40px 0;
		margin-bottom: 40px;
	}
}




/* ================================
	#ug.history
================================ */
#ug.history #sec_1{
	margin-bottom: 40px;
}
#ug.history .history_box{
	padding-bottom: 40px;
	margin-bottom: 50px;
	border-bottom: 1px dashed #666;
	position: relative;
}
/*#ug.history .history_box:last-child .line:after{
	display: none;
}*/
#ug.history .history_box .line._2{
	height: 150%;
}
#ug.history .history_box .line._2:after{
	display: none;
}
#ug.history .history_box .line._3:before{
	display: none;
}
#ug.history .history_box .line{
	display: block;
	position: absolute;
	top: 130px;
	left: 56px;
	width: 4px;
	height: calc(100% - 90px);
	background: #c5c5c5;
}
#ug.history .history_box .line:after,
#ug.history .history_box .line:before{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	left: -4px;
	border-radius: 50%;
	background: #c5c5c5;
}
#ug.history .history_box .line:before{
	top: 0;
}
#ug.history .history_box .line:after{
	bottom: 0;
}
#ug.history .history_box-left{
	float: left;
	width: 650px;
}
#ug.history .history_box-right{
	float: right;
	width: 306px;
}
#ug.history .history_box-right p{
	margin-top: 5px;
	font-size: 1.4rem;
}
#ug.history .history_box-header{
	display: -ms-flex;
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
}
#ug.history .history_box-year{
	width: 112px;
	height: 112px;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: bold;
	text-align: right;
	border-radius: 5px;
	background: #5cc4c0;
}
#ug.history .history_box-year span{
	font-size: 1.7rem;
	padding-left: 15px;
	display: inline-block;
}
#ug.history .history_box-tit{
	width: calc(100% - 142px);
	font-size: 2.0rem;
	line-height: 1.6;
	padding-left: 30px;
}
#ug.history .history_box-txt{
	padding-left: 140px;
}
@media screen and (max-width: 767px) {
	#ug.history #sec_1{
		margin-bottom: 40px;
	}
	#ug.history .history_box{
		padding-bottom: 20px;
		margin-bottom: 40px;
	}
	#ug.history .history_box .line{
		top: 70px;
		left: 30px;
		height: calc(100% - 40px);
	}
	#ug.history .history_box .line._2{
		height: 150%;
	}
	#ug.history .history_box-left{
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	#ug.history .history_box-right{
		float: none;
		width: 100%;
		box-sizing: border-box;
		padding-left: 80px;
	}
	#ug.history .history_box-right p {
		margin-top: 2px;
		font-size: 1.2rem;
	}
	#ug.history .history_box-year{
		width: 60px;
		height: 60px;
		font-size: 1.6rem;
		align-self: flex-start;
	}
	#ug.history .history_box-year span{
		font-size: 1.1rem;
		padding-left: 7px;
	}
	#ug.history .history_box-tit{
		width: calc(100% - 100px);
		font-size: 1.6rem;
		padding-left: 20px;
	}
	#ug.history .history_box-txt{
		padding-left: 80px;
	}
}


/* ================================
	#ug.curriculum
================================ */
#ug.curriculum .ul_list{
	margin-bottom: 40px;
}
#ug.curriculum .ul_list li{
	text-indent: -1.2em;
	padding-left: 1.2em;
	margin-bottom: 5px;
}
#ug.curriculum #sec_1 .c-pagenav{
	margin-bottom: 50px;
}
#ug.curriculum #sec_1 .s1_content{
	padding: 50px 0;
	background: #f4e6e0;
	margin-bottom: 50px;
}
#ug.curriculum #sec_1 .s1_txt1{
	margin-bottom: 20px;
}
#ug.curriculum .icon_list_box{
	width: 800px;
	margin: 0 auto;
}
#ug.curriculum .icon_list{
	margin-right: -4px;
}
#ug.curriculum .icon_list li{
	color: #fff;
	font-size: 1.4rem;
	float: left;
	width: 264px;
	margin: 2px 4px 2px 0;
	padding: 6px;
	border-radius: 8px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid transparent;
}
#ug.curriculum .icon_list li.icon1{
	background: #fff;
	border: 1px solid #000000;
	color: #333333;
}
#ug.curriculum .icon_list li.icon2{ background: #ed7d31; }
#ug.curriculum .icon_list li.icon3{ background: #0070c0; }
#ug.curriculum .icon_list li.icon4{
	background: url(/educate/psychol/module/img/ug/curriculum/bg.png);
	border: 1px solid #000000;
	color: #333333;
}
#ug.curriculum .icon_list li.icon5{ background: #ff0000; }
#ug.curriculum .icon_list li.icon6{ background: #ff8ad8; }
#ug.curriculum .curriculum_wrap{
	max-width: 810px;
	margin: 30px auto;
	padding-top: 30px;
	text-align: center;
	border-top: 1px dashed #666666;
}
@media screen and (max-width: 767px) {
	#ug.curriculum #sec_1 .c-pagenav{
		margin-bottom: 30px;
	}
	#ug.curriculum #sec_1 .s1_content{
		padding: 30px 0;
		margin-bottom: 30px;
	}
	#ug.curriculum #sec_1 .s1_txt1{
		margin-bottom: 10px;
	}
	#ug.curriculum .icon_list_box{
		width: 100%;
	}
	#ug.curriculum .icon_list{
		margin-right: -1%;
	}
	#ug.curriculum .icon_list li{
		font-size: 1.3rem;
		width: 49%;
		margin: 0 1% 1% 0;
		padding: 7px 4px;
	}
	#ug.curriculum .curriculum_wrap{
		padding-top: 20px;
		margin-top: 20px;
	}
}


/* ================================
	#ug.facility
================================ */
#ug.facility #sec_1 .s1_txt1{
	margin-bottom: 50px;
}
#ug.facility #sec_1 .s1_content{
	padding: 50px 0;
	background: #f4e6e0;
	margin-bottom: 50px;
}
#ug.facility .nav_list{
	margin-bottom: 60px;
}
#ug.facility .nav_list ul{
	margin-right: -2px;
}
#ug.facility .nav_list li{
	width: calc(33.333% - 2px);
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
}
#ug.facility .nav_list li a{
	text-decoration: none;
	padding: 5px 20px;
	display: -ms-flex;
	display: flex;
	align-items: center;
	background: #fff;
	height: 60px;
	box-sizing: border-box;
	line-height: 1.25;
	position: relative;
	transition: 0.3s;
}
#ug.facility .nav_list li a svg{
	width: 8px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: scale(1, -1);
}
#ug.facility .nav_list li a svg polyline{
	fill:none;
	stroke:#333;
	stroke-miterlimit:10;
	stroke-width:2px;
}
#ug.facility .nav_list li a:hover{
	color: #fff;
	background: #5cc4c0;
}
#ug.facility .nav_list li a:hover svg polyline{
	stroke:#fff;
}
#ug.facility .popup_wrap{
	margin-right: -41px;
}
#ug.facility .popup_box{
	float: left;
	width: 306px;
	margin-right: 41px;
	margin-bottom: 41px;
	overflow: hidden;
	border-radius: 25px;
}
#ug.facility .popup_box a{
	display: block;
	text-decoration: none;
}
#ug.facility .popup_boxtxt{
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	height: 70px;
	line-height: 1.3;
	text-align: center;
}
#ug.facility .popup_content{
	padding: 20px;
}
#ug.facility .popup_content_in{
	width: 800px;
	background: #fff;
	padding: 50px 60px 70px;
	border-radius: 20px;
	box-sizing: border-box;
}
#ug.facility .popup_content .popupTit{
	color: #fff;
	min-width: 400px;
	font-size: 2.8rem;
	background: #5cc4c0;
	padding: 7px 20px;
	display: inline-block;
	margin-left: -80px;
	margin-bottom: 20px;
}
#ug.facility .popup_content .popupTxt{
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	#ug.facility #sec_1 .s1_txt1{
		margin-bottom: 40px;
	}
	#ug.facility #sec_1 .s1_content{
		padding: 40px 0;
		margin-bottom: 40px;
	}
	#ug.facility .nav_list{
		margin-bottom: 40px;
	}
	#ug.facility .nav_list li{
		width: calc(50% - 2px);
	}
	#ug.facility .nav_list li a{
		padding: 5px 25px 5px 10px;
		height: 55px;
		line-height: 1.2;
	}
	#ug.facility .nav_list li a svg{
		right: 10px;
	}
	#ug.facility .popup_wrap{
		margin-right: 0;
	}
	#ug.facility .popup_box{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	#ug.facility .popup_boxtxt{
		height: 60px;
	}
	#ug.facility .popup_content{
		padding: 0;
	}
	#ug.facility .popup_content_in{
		width: 100%;
		padding: 60px 20px 70px;
		border-radius: 15px;
	}
	#ug.facility .popup_content .popupTit{
		min-width: 1px;
		width: 100%;
		box-sizing: border-box;
		font-size: 2.0rem;
		padding: 5px 20px;
		margin-left: -0;
		margin-bottom: 10px;
	}
}

/* ================================
	#ug.cpp
================================ */
#ug.cpp .s1_txt1{
	margin-bottom: 50px;
}
#ug.cpp #sec_1 .s1_content{
	padding: 50px 0;
	background: #f4e6e0;
	margin-bottom: 50px;
}
#ug.cpp #sec_1 .cnt_right{
	width: 600px;
}
#ug.cpp #sec_1 .cnt_left{
	width: 350px;
}
#ug.cpp #sec_2 .s2_txt1{
	margin-bottom: 30px;
}
#ug.cpp #sec_3{
	padding: 50px 0;
	background: #f4e6e0;
}
#ug.cpp #sec_3 .s3_txt1{
	margin-bottom: 40px;
}
#ug.cpp #sec_3 .s3_img1{
	padding-top: 40px;
	text-align: center;
	border-top: 1px dashed #666;
}
#ug.cpp #sec_3 .s3_img1 img{
	width: 100%;
	max-width: 800px;
}
@media screen and (max-width: 767px) {
	#ug.cpp #sec_1 .s1_content{
		padding: 40px 0;
		margin-bottom: 40px;
	}
	#ug.cpp #sec_1 .cnt_right{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	#ug.cpp #sec_1 .cnt_left{
		width: 100%;
		float: none;
	}
	#ug.cpp #sec_2 .s2_txt1{
		margin-bottom: 30px;
	}
	#ug.cpp #sec_3{
		padding: 40px 0;
	}
	#ug.cpp #sec_3 .s3_txt1{
		margin-bottom: 30px;
	}
	#ug.cpp #sec_3 .s3_img1{
		padding-top: 20px;
	}
}




/* ================================
	#support COMMON
================================ */
#support .back_btn{
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
	#support .back_btn{
		margin-top: 30px;
	}
}

/* ================================
	#support.index
================================ */
#support.index #sec_2,
#support.index #sec_4,
#support.index #sec_6{
	padding: 50px 0;
	background: #f4e6e0;
}
#support.index #sec_3,
#support.index #sec_5,
#support.index #sec_7{
	padding: 50px 0;
}
#support.index #sec_8{
	padding: 50px 0;
	background: #ebebeb;
}
#support.index .s_txt{
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	#support.index #sec_2,
	#support.index #sec_4,
	#support.index #sec_6{
		padding: 40px 0;
	}
	#support.index #sec_3,
	#support.index #sec_5,
	#support.index #sec_7{
		padding: 40px 0;
	}
	#support.index #sec_8{
		padding: 40px 0;
	}
	#support.index .s_txt{
		margin-bottom: 20px;
	}
}



/* ================================
	#support.qualification
================================ */
#support.qualification .pagetitle2{
	margin-bottom: 0;
}
#support.qualification #sec_1{
	padding: 60px 0 30px;
	background: #F4E6E0;
}
#support.qualification .s1_txt1{
	margin-bottom: 30px;
}
#support.qualification #sec_1 .btnbox{
	margin-top: 60px;
}
#support.qualification #sec_2{
	padding: 60px 0;
}
@media screen and (max-width: 767px) {
	#support.qualification #sec_1{
		padding: 30px 0 30px;
	}
	#support.qualification .s1_txt1{
		margin-bottom: 20px;
	}
	#support.qualification #sec_1 .btnbox{
		margin-top: 40px;
	}
	#support.qualification #sec_2{
		padding: 30px 0;
	}
}

/* ================================
	#support.learning_assistant
================================ */
#support.learning_assistant .pagetitle2{
	margin-bottom: 0;
}
#support.learning_assistant #sec_1{
	padding: 60px 0 50px;
	background: #F4E6E0;
}
#support.learning_assistant .s1_txt1{
	margin-bottom: 30px;
}
#support.learning_assistant .s1_img1{
	margin: 40px 0;
}
@media screen and (max-width: 767px) {
}

/* ================================
	#support.diversity_policy
================================ */
#support.diversity_policy .pagetitle2{
	margin-bottom: 0;
}
#support.diversity_policy #sec_1{
	padding: 60px 0 60px;
	background: #EBEBEB;
}
#support.diversity_policy .s1_box1{
	padding: 40px;
	font-weight: bold;
	border: 6px solid #5CC4C0;
	background: #fff;
}
@media screen and (max-width: 767px) {
	#support.diversity_policy #sec_1{
		padding: 40px 0 40px;
	}
	#support.diversity_policy .s1_box1{
		padding: 20px;
		border: 4px solid #5CC4C0;
	}
}

/* ================================
	#support.harassment_prevention
================================ */
#support.harassment_prevention .pagetitle2{
	margin-bottom: 0;
}
#support.harassment_prevention #sec_1{
	padding: 40px 0 60px;
	background: #EBEBEB;
}
#support.harassment_prevention .s1_txt1{
	margin-bottom: 30px;
}
#support.harassment_prevention .s1_box1{
	padding: 40px;
	font-weight: bold;
	border: 6px solid #5CC4C0;
	background: #fff;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#support.harassment_prevention .s1_box1 + .s1_box1{
	margin-top: 20px;
}
#support.harassment_prevention .number{
	color: #fff;
	width: 50px;
	height: 50px;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #5CC4C0;
}
#support.harassment_prevention .s1_box1_txt{
	width: calc(100% - 70px);
}
#support.harassment_prevention .s1_txt2{
	margin-top: 40px;
}
#support.harassment_prevention .s3_txt1{
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	#support.harassment_prevention #sec_1{
		padding: 30px 0 30px;
	}
	#support.harassment_prevention .s1_txt1{
		margin-bottom: 20px;
	}
	#support.harassment_prevention .s1_box1{
		padding: 20px;
		border: 4px solid #5CC4C0;
	}
	#support.harassment_prevention .number{
		width: 30px;
		height: 30px;
	}
	#support.harassment_prevention .s1_box1_txt{
		width: calc(100% - 50px);
	}
	#support.harassment_prevention .s1_txt2{
		margin-top: 30px;
	}
	#support.harassment_prevention .s3_txt1{
		margin-top: 30px;
	}
}


/* ================================
	#support.access
================================ */
#support.access .pagetitle2{
	margin-bottom: 0;
}
#support.access #sec_1 .s1_content{
	padding: 50px 0 40px;
	background: #f4e6e0;
}
#support.access #sec_1 .s1_txt1{
	margin-bottom: 30px;
}
#support.access #sec_1 .inbox{
	margin-bottom: 50px;
}
#support.access #sec_1 .inbox>div{
	width: 485px;
}
#support.access #sec_1 .btnbox{
	margin-top: 50px;
}
#support.access .map{
	margin-top: 20px;
	position:relative;
	width:100%;
	height:0;
	padding-top:55%;
}
#support.access .map iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
@media screen and (max-width: 767px) {
	#support.access #sec_1 .s1_content{
		padding: 30px 0 30px;
	}
	#support.access #sec_1 .s1_txt1{
		margin-bottom: 20px;
	}
	#support.access #sec_1 .inbox{
		margin-bottom: 30px;
	}
	#support.access #sec_1 .inbox>div{
		width: 100%;
		margin-bottom: 20px;
		float: none;
	}
	#support.access #sec_1 .btnbox{
		margin-top: 30px;
	}
	#support.access .map{
		margin-top: 20px;
		padding-top:50%;
	}
}






/* ================================
	#pg.index
================================ */
#pg.index #sec_1 .s1_content{
	padding: 50px 0;
	background: #f4e6e0;
}
#pg.index #sec_1 .s1_box1{
	margin-bottom: 50px;
}
#pg.index #sec_1 .s1_box1 .inbox .cnt_left{
	width: 48%;
}
#pg.index #sec_1 .s1_box1 .inbox .cnt_right{
	width: 48%;
}
#pg.index #sec_1 .s1_box1 .inbox a{
	display: block;
	text-decoration: none;
	border-radius: 20px;
	overflow: hidden;
}
#pg.index #sec_1 .s1_box1 .inbox .txt{
	padding: 15px 10px;
	font-size: 2.0rem;
	text-align: center;
	background: #fff;
	position: relative;
}
#pg.index #sec_1 .s1_box1 .inbox .txt .icon{
	position: absolute;
	top: calc(50% - 20px);
	right: 25px;
}
#pg.index #sec_1 .s1_box1 .inbox .txt .icon svg{
	width: 6px;
	transform: scale(1, -1);
}
#pg.index #sec_1 .s1_box1 .inbox .txt .icon svg polyline{
	fill:none;
	stroke:#333;
	stroke-miterlimit:10;
	stroke-width:2px;
}
@media screen and (max-width: 767px) {
	#pg.index #sec_1 .s1_content{
		padding: 40px 0;
	}
	#pg.index #sec_1 .s1_box1{
		margin-bottom: 30px;
	}
	#pg.index #sec_1 .s1_box1 .inbox .cnt_left{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	#pg.index #sec_1 .s1_box1 .inbox .cnt_right{
		width: 100%;
		float: none;
	}
	#pg.index #sec_1 .s1_box1 .inbox a{
		border-radius: 15px;
	}
	#pg.index #sec_1 .s1_box1 .inbox .txt{
		padding: 12px 10px;
		font-size: 1.6rem;
	}
	#pg.index #sec_1 .s1_box1 .inbox .txt .icon{
		top: calc(50% - 15px);
		right: 20px;
	}
}

#pg.index #sec_2{
	padding-bottom: 40px;
}
#pg.index #sec_2 .s2_box1{
	display: -ms-flex;
	display: flex;
	margin-bottom: 60px;
}
#pg.index #sec_2 .s2_box1_in{
	width: 50%;
	height: 400px;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#pg.index #sec_2 .s2_box1_in:first-child{
	background: url(/educate/psychol/module/img/pg/index/s2_img1.jpg) center;
	background-size: cover;
}
#pg.index #sec_2 .s2_box1_in:last-child{
	background: url(/educate/psychol/module/img/pg/index/s2_img2.jpg) center;
	background-size: cover;
}
#pg.index #sec_2 .s2_box1-txt1{
	color: #fff;
	font-size: 4.0rem;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 0.15em;
}
#pg.index #sec_2 .s2_box1-txt2{
	color: #fff;
	font-size: 2.0rem;
	margin-bottom: 20px;
}
#pg.index #sec_2 .s2_box1-btn2 .btn_style2{
	width: 330px;
}
#pg.index #sec_2 .s2_box1-btn2 .btn_style2 svg{
	width: 8px;
	position: absolute;
	top: calc(50% - 5px);
	right: 20px;
	margin-left: 0;
}
@media screen and (max-width: 767px) {
	#pg.index #sec_2{
		padding-bottom: 20px;
	}
	#pg.index #sec_2 .s2_box1{
		margin-bottom: 30px;
		flex-direction: column;
	}
	#pg.index #sec_2 .s2_box1_in{
		width: 100%;
		height: 300px;
	}
	#pg.index #sec_2 .s2_box1-txt1{
		font-size: 3.0rem;
		margin-bottom: 0;
	}
	#pg.index #sec_2 .s2_box1-txt2{
		font-size: 1.6rem;
	}
}


#pg.index #sec_3{
	padding: 50px 0;
	background: #f4e6e0;
}
#pg.index #sec_3 .inbox{
	margin-bottom: 50px;
}
#pg.index #sec_3 .inbox .cnt_left{
	width: 48%;
	line-height: 2;
}
#pg.index #sec_3 .inbox .cnt_right{
	width: 48%;
	padding-top: 100px;
}
@media screen and (max-width: 767px) {
	#pg.index #sec_3{
		padding: 30px 0;
	}
	#pg.index #sec_3 .inbox{
		margin-bottom: 30px;
	}
	#pg.index #sec_3 .inbox .cnt_left{
		width: 100%;
		margin-bottom: 20px;
	}
	#pg.index #sec_3 .inbox .cnt_right{
		width: 100%;
		padding-top: 0;
	}
}


#pg.index #sec_4{
	padding: 50px 0;
}
@media screen and (max-width: 767px) {
	#pg.index #sec_4{
		padding: 30px 0;
	}
}


/* ================================
	#pg.message
================================ */
#pg.message .profile_box_in{
	color: #fff;
	padding: 0 70px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -ms-flex;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
#pg.message .profile_box_in .inner{
	text-align: left;
	width: 330px;
}
#pg.message .profile_box_in .txt1{
	font-size: 2.8rem;
	margin-bottom: 5px;
}
#pg.message .profile_box_in .txt2{
	font-size: 2.8rem;
	margin-bottom: 20px;
}
#pg.message .profile_box_in .txt2 span{
	font-size: 1.4rem;
	margin: 0 0 0 15px;
	position: relative;
	top: -5px;
	display: inline-block;
}
#pg.message .s1_content{
	padding: 60px 0;
	background: #f4e6e0;
	margin: 60px 0;
}
#pg.message .s1_txt2{
	margin-bottom: 40px;
}
#pg.message .s1_img2{
	text-align: center;
}
#pg.message .s1_img2 img{
	max-width: 418px;
}
@media screen and (max-width: 767px) {
	#pg.message .profile_box_in{
		margin-top: 10px;
		color: inherit;
		padding: 0;
		position: static;
		display: block;
	}
	#pg.message .profile_box_in .inner{
		text-align: center;
		width: 100%;
	}
	#pg.message .profile_box_in .txt1{
		font-size: 1.6rem;
		margin-bottom: 0;
	}
	#pg.message .profile_box_in .txt2{
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	#pg.message .profile_box_in .txt2 span{
		font-size: 1.2rem;
		margin: 0 0 0 10px;
		top: -1px;
	}
	#pg.message .s1_content{
		padding: 40px 0;
		margin: 40px 0;
	}
	#pg.message .s1_txt2{
		margin-bottom: 20px;
	}
	#pg.message .s1_img2 img{
		width: 100%;
	}
}



/* ================================
	#pg.educational_principles
================================ */
#pg.educational_principles .s1_content{
	padding: 60px 0;
	background: #f4e6e0;
	margin: 60px 0;
}
@media screen and (max-width: 767px) {
	#pg.educational_principles .s1_content{
		padding: 40px 0;
		margin: 40px 0;
	}
}


/* ================================
	#pg.information
================================ */
#pg.information .s1_content{
	padding: 60px 0;
	background: #f4e6e0;
	margin: 60px 0;
}
#pg.information .ul_list1 li{
	text-indent: -22px;
	padding-left: 22px;
}
#pg.information .ul_list1 li:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	width: 15px;
	height: 15px;
	margin-right: 4px;
	background: url(/educate/psychol/module/img/common/ico_check.svg) center;
	background-size: 100%;
}
#pg.information .back_btn{
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	#pg.information .s1_content{
		padding: 40px 0;
		margin: 40px 0;
	}
	#pg.information .back_btn{
		margin-top: 30px;
	}
}



/* ================================
	#pg.cpp
================================ */
#pg.cpp .s1_txt1{
	margin-bottom: 30px;
}
#pg.cpp #sec_1 .s1_content{
	padding: 50px 0;
	background: #f4e6e0;
	margin-bottom: 50px;
}
#pg.cpp #sec_1 .inbox{
	margin-bottom: 30px;
}
#pg.cpp #sec_1 .cnt_right{
	width: 350px;
}
#pg.cpp #sec_1 .cnt_left{
	width: 600px;
}
#pg.cpp #sec_2{
	padding: 50px 0;
	background: #f4e6e0;
}
#pg.cpp #sec_2 .cnt_right{
	width: 600px;
}
#pg.cpp #sec_2 .cnt_left{
	width: 350px;
}
@media screen and (max-width: 767px) {
	#pg.cpp #sec_1 .s1_content{
		padding: 40px 0;
		margin-bottom: 40px;
	}
	#pg.cpp #sec_1 .cnt_right{
		width: 100%;
		float: none;
	}
	#pg.cpp #sec_1 .cnt_left{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	#pg.cpp #sec_2{
		padding: 40px 0;
	}
	#pg.cpp #sec_2 .cnt_right{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	#pg.cpp #sec_2 .cnt_left{
		width: 100%;
		float: none;
	}
}


/* ================================
	#pg.curriculum
================================ */
#pg.curriculum .pagetitle2{
	margin-bottom: 0;
}
#pg.curriculum #sec_1 .s1_content{
	padding: 50px 0 10px;
	background: #f4e6e0;
}
#pg.curriculum #sec_1 .s1_txt1{
	margin-bottom: 20px;
}
#pg.curriculum #sec_1 .btnbox{
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	#pg.curriculum #sec_1 .s1_content{
		padding: 30px 0 20px;
	}
	#pg.curriculum #sec_1 .btnbox{
		margin-bottom: 20px;
	}
}


/* ================================
	#contact
================================ */
#contact #sec_2{
	padding: 80px 0 60px;
	margin-bottom: 80px;
	background: #F4E6E0;
}
#contact #sec_2 .s2_txt1{
	margin-bottom: 20px;
}
#contact #sec_2 .btnbox li{
	background: #fff;
}
#contact #sec_2 .btnbox .btn_style2{
	height: 100px;
}
@media screen and (max-width: 767px) {
	#contact #sec_2{
		padding: 40px 0 30px;
		margin-bottom: 40px;
	}
	#contact #sec_2 .btnbox .btn_style2{
		height: 80px;
	}
}


/* ================================
	#form
================================ */
#form .s1_txt1{
	margin-bottom: 30px;
}


/* ================================
	#sitemap
================================ */
#sitemap .pagetitle2{
	margin-bottom: 0;
}
#sitemap .section{
	padding: 70px 0;
	margin-bottom: 0;
}
#sitemap .section:nth-child(2n - 1){
	background: #EBEBEB;
}
#sitemap .sitemap_link{
	margin-right: -2%;
}
#sitemap .sitemap_link li{
	float: left;
	width: 48%;
	padding: 15px 0;
	margin-right: 2%;
	margin-bottom: 5px;
	box-sizing: border-box;
	border-bottom: 1px solid #666666;
}
#sitemap .sitemap_link li a{
	display: block;
	text-decoration: none;
}
#sitemap .sitemap_link li a .ico_arrow{
	display: inline-block;
	padding: 4px 0;
	padding-left: 50px;
	background: url(/educate/psychol/module/img/sitemap/ico_arrow.png) no-repeat center left;
	background-size: 38px;
}
@media screen and (max-width: 767px) {
	#sitemap .section{
		padding: 40px 0;
	}
	#sitemap .sitemap_link{
		margin-right: 0%;
	}
	#sitemap .sitemap_link li{
		float: none;
		width: 100%;
		padding: 10px 0;
		margin-right: 0;
		margin-bottom: 5px;
	}
	#sitemap .sitemap_link li a .ico_arrow{
		padding: 8px 0;
		padding-left: 35px;
		background: url(/educate/psychol/module/img/sitemap/ico_arrow.png) no-repeat center left;
		background-size: 28px;
	}
}



/* ================================
	#news
================================ */
#news .news-block{
	margin-bottom: 50px;
}
#news .news-block ul{
	margin-right: -2%;
}
#news .news-block li{
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 2%;
}
#news .news-block a{
	display: block;
	text-decoration: none;
	padding: 20px 20px 10px 20px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	transition: 0.15s;
}
#news .news-block a dt{
	font-size: 1.6rem;
}
#news .news-block a dd{
	padding: 10px 0 20px;
}
#news .news-block a .icon{
	display: -ms-inline-flex;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	background: #666666;
	position: relative;
	top: -3px;
	margin-right: 3px;
}
#news .news-block a svg{
	width: 4px;
	transform: scale(1, -1);
}
#news .news-block a svg polyline{
	fill:none;
	stroke:#fff;
	stroke-miterlimit:10;
	stroke-width:2px;
}
#news .news-block a:hover{
	color: #fff;
	background: #5cc4c0;
}
#news #sec_3{
	padding: 50px 0;
	border-top: 1px solid #C5C5C5;
}
@media screen and (max-width: 767px) {
	#news .news-block ul{
		margin-right: 0%;
	}
	#news .news-block li{
		float: none;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 2%;
	}
	#news .news-block a{
		padding: 15px;
	}
	#news .news-block a dt{
		font-size: 1.5rem;
	}
	#news .news-block a dd{
		padding: 10px 0 20px;
	}
	#news #sec_3{
		padding: 30px 0;
	}
}


#news.detail .inbox{
	margin-bottom: 80px;
}
#news.detail .inbox .cnt_txt{
	margin-bottom: 30px;
}
#news.detail .inbox .cnt_txt a{
	color: inherit;
}
#news.detail .inbox .cnt_txt .btn_style1{
	margin: 20px 0;
}
#news.detail .inbox._imgRight .cnt_txt{
	width: 48%;
	float: left;
}
#news.detail .inbox._imgRight .cnt_img{
	float: right;
	width: 48%;
}
#news.detail .inbox._imgLeft .cnt_txt{
	float: right;
	width: 48%;
}
#news.detail .inbox._imgLeft .cnt_img{
	float: left;
	width: 48%;
}
#news.detail .inbox .cnt_img{
	text-align: center;
}
#news.detail .inbox .cnt_img img{
	margin-bottom: 10px;
}
#news.detail .entry-body{}
#news.detail .entry-body strong {
	font-weight: bold;
}
#news.detail .entry-body em{ font-style: italic; }
#news.detail .entry-body ins{ text-decoration: underline; }
#news.detail .entry-body pre{
	white-space: -moz-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
}
@media screen and (max-width: 767px) {
	#news.detail .inbox{
		margin-bottom: 40px;
	}
	#news.detail .inbox._imgRight .cnt_txt{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	#news.detail .inbox._imgRight .cnt_img{
		float: none;
		width: 100%;
	}
	#news.detail .inbox._imgLeft .cnt_txt{
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	#news.detail .inbox._imgLeft .cnt_img{
		float: none;
		width: 100%;
	}
}

