@charset "UTF-8";
/* CSS Document */


#wrapper{
	width: 100%	
}

/* page_head共通 */
#wrapper .page_head{
	height: 120px;
	padding-top: 140px;
	background-image: url("../images/pgee_head_back.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 560px;
}

#wrapper .page_head h1{
	position: relative;
	padding-left: 100px;
	font-size: 2rem;
	letter-spacing: 0.3rem;
	text-align: left;
	font-weight: 200;
	color: #333;
}
#wrapper .page_head h1::before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	display: block;
	width: 270px;
	height: 5px;
	background: #950202;
}


#wrapper .content{
	padding: 10px 0 200px 0;
	background-image:
        url(../images/con_back.png),url(../images/page_back2.png),url(../images/page_back.jpg);
    background-position:
        right+50px top+50px,right top,left center;
    background-repeat:
        no-repeat,no-repeat,repeat;
}
/* page_navi共通 */
#wrapper .content .page_navi{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
}
#wrapper .content .page_navi li{
	margin-right: 10px;
	text-align: center;
}
#wrapper .content .page_navi li a{
	display: block;
	width: 280px;
	padding: 10px 0;
	background: #fff;
	background-image: url("../images/navi_mark.svg");
	background-repeat: no-repeat;
	background-position: right+3px bottom+3px;
}
#wrapper .content .page_navi li a:hover{
	background: #3BAFE0;
	color: #fff;
}
#wrapper .content .page_navi li span{
	width: 280px;
	padding: 10px 0;
	display: block;
	background: #950202;
	color: #fff;
}

/* ------------ */

#wrapper .content .page_titl{
	font-size: 1.5rem;
	font-weight: 200;
	margin: 0 0 20px 200px;
}

#wrapper .content .inner{
	max-width: 1500px;
}

#wrapper .content .inner h2{
	position: relative;
	box-sizing: border-box;
	width: 80%;
	padding: 15px 0 15px 200px;
	font-size: 2rem;
	font-weight: 100;
	line-height: 3rem;
	margin-bottom: 50px;
	background: #fff;
}
#wrapper .content .inner h2::before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	display: block;
	width: 80%;
	height: 5px;
	background: #0461A5;
}

/* ---------wp-------- */

.wp_titl{
	text-align: center;
}
.day{
	display: block;
	width: 11rem;
	margin: 30px 0 30px 200px;
	text-align: center;
	font-size: 0.9rem;
	color: #fff;
	background: #666;
}

.all_listbtn{
	display: block;
	width: 200px;
	margin: 0 auto;
	padding: 3px 10px;
	text-align: center;
	background: #0C96E3;
	color: #fff;
	
}
/* ------------ */

#wrapper .content .inner .box, #wrapper .content .inner .lead{
	box-sizing: border-box;
	width: 95%;
	padding: 30px 30px 30px 200px;
	background: #fff;
}
#wrapper .content .inner .box{
	margin-bottom: 50px;
}
#wrapper .content .inner .lead{
	margin-bottom: 100px;
}
#wrapper .content .inner .box h3{
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 20px;
}
#wrapper .content .inner .box a{
	text-decoration: underline;
	color: #0C96E3;
}
#wrapper .content .inner .box a:hover{
	color: #F0060A;
}


/* 院長ご挨拶 */
.director_img{
	width: 735px;
	height: 231px;
	margin: 0 0 20px 200px;
	background-image: url("../summary/images/kitazuka_img02.png")
}
.director{
	margin-left: 200px;
	padding-left: 1rem;
	margin-bottom: 50px;
}
.director .name{
	font-size: 1.5rem;
}
.director .name span{
	font-size: 1rem;
}

/* 学院の歩み、一年の流れ、施設紹介 */
.history, .schedule、.facility{
}
.history p, .schedule p, .facility p{
	width: 6em;
	margin-bottom: 20px;
	padding: 3px 0;
	text-align: center;
	color: #fff;
	background: #3399CC;
	
}
.history dl, .schedule dl, .facility dl{
	padding: 0 0 10px 2rem;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px dotted #ccc;
}
.history dl dt{
	width: 6rem;
	margin-right: 2rem;
}
.schedule dl dt{
	margin-right: 1.5rem;
	color: #3399CC;
}
.facility dl dt{
	width: 6rem;
	margin-right: 1.5rem;
	color: #3399CC;
}
.facility dl dd{
	margin-right: 1.5rem;
}

/* コース紹介 */
.course{
	width: 300px;
	padding: 8px 0 8px 200px;
	background: #333;
	font-size: 1.5rem;
	font-weight: 200;
	color: #fff;
}
.course_img{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 200px;
	margin-bottom: 100px;
}
.course_img li{
	margin-right: 20px;
}
.course_img li img{
	width: 100%;
	height: auto;
}

/* パノラマ */
.panorama{
	position: relative;
	width: 100%;
    padding: calc(315 / 560 * 100%) 0 0;
}
.panorama iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

/* 募集要項 */
.recruitment dl{
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
	width: 100%;
	padding: 0px 0px 10px 0px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #999;
}
.recruitment dl dt{
	width: 7rem;
}
.table2 {
    width: 80%;
    margin: 10px 0 10px 10px;
    border: 1px solid #ccc;
	text-align: center;
}
.table2 th {
	width: 30%;
	vertical-align: middle;
	padding: 8px 0;
	font-weight: normal;
    border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
    background: #EEEEEE;
}
.table2 td {
	padding: 8px 0;
    border-bottom: 1px solid #ccc;
}


/* wpカテゴリー */
.important_calist dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 10px 10px 20px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #999;
}
.important_calist dt {
	margin-right: 20px;
	color: #3BAFE0;
}
.important_calist dd a:hover {
	text-decoration: underline;
}

.policy_no {
  padding-left: 20px;
  margin-top: 20px;
}

.policy_no li {
  list-style: decimal;
  margin-bottom: 30px;
}

/* 404ページ */
#main_404{
	width: 800px;
	margin: 150px auto 20px auto;
	padding: 30px;
	text-align: center;
	border: 1px solid #ccc;
}
#main_404 h2{
	width: 250px;
	font-size: 2rem;
}
#main_404 .rogo{
	width: 180px;
	margin: 0 auto;
	height: auto;
	margin-bottom: 30px;
}
#main_404 .rogo img{
	width: 100%;
	height: auto;
}
#main_404 h2{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
}
#main_404 p{
	font-size: 0.9em;
	text-align: center;
	margin-bottom: 20px;
}
#main_404 .btn a{
	display: block;
	width: 12em;
	margin: 10px auto;
	padding: 5px;
	text-align: center;
	background: #37A0E9;
	text-decoration: none;
	color: #fff;
}
#footer_404 address{
	width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 0.7em;
	font-style: normal;
}

/* 願書請求・各種証明書発行 */
form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	border-bottom: solid 1px #ddd;
	padding: 20px 5px 20px 5px;
}
table.mailform tr th {
    width: 25%;
	vertical-align: top;
}
table.mailform tr td {
    width: 75%;
}
table.mailform tr th span {
	display: inline-block;
    width: 2.5em;
	padding: 0.1em 0.5em;
	background: #FA090D;
	margin-left: 10px;
	border-radius: 5px;
    color: #fff;
    font-size: 0.9em;
    text-align: center;
}
table.mailform tr td textarea {
	width: 80%;
	height: 120px;
	border: solid 1px #ddd;
}
table.mailform ul {
	display: flex;
	flex-wrap: wrap;
}
table.mailform ul li {
	margin: 0 10px 15px 0;
}
.input_btn{
    width: 80%;
}
.submit_btn, .submit_btn2{
	width: 12em;
	padding: 0.5em;
	font-size: 1.1em;
	border-radius: 5px;
	cursor: pointer;
	border: 1px solid #ccc;
}
.submit_btn{
	margin-right: 15px;
}
.submit_btn:hover, .submit_btn2:hover{
	background: #0294CA;
    color: #fff;
}

/* アクセス */
.access{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.access div{
	box-sizing: border-box;
	width: 50%;
	padding-right: 5%;
	margin-bottom: 30px;
}
.access div h4{
	color: #0294CA;
}

/* 法務員 */
#wrapper .content .inner .box .recruit{
	display: flex;
}
#wrapper .content .inner .box .recruit li a{
	display: block;
	width: 20rem;
	margin: 0 20px 20px 0;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #cccccc;
	color: #333333;
	font-size: 0.9rem;
	background-image: url("../images/navi_mark.svg");
	background-repeat: no-repeat;
	background-position: right+3px bottom+3px;
}
#wrapper .content .inner .box .recruit li a:hover{
	border: 1px solid #0294CA;
}

@media screen and (max-width: 1200px){
/* page_head共通 */
#wrapper .page_head{
	background-size: 500px;
}

#wrapper .content .page_titl{
	margin: 0 0 20px 50px;
}
#wrapper .content .inner h2{
	width: 95%;
	padding: 15px 0 15px 50px;
	font-size: 2rem;
}
#wrapper .content .inner .box, #wrapper .content .inner .lead{
	width: 95%;
	padding: 30px 30px 30px 50px;
}
	
/* 院長ご挨拶 */
.director_img{
	width: 700px;
	margin: 0 0 20px 50px;
}
.director{
	margin-left: 50px;	
}
/* コース紹介 */
.course{
	width: 240px;
	padding: 8px 0 8px 50px;
}
.course::before {
	width: 400px;
}
.course_img{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 50px;
}
.course_img li{
	width: 35%;
}

.facility dl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.facility dl dt{
	width: 6rem;
	font-size: 0.9rem;
}
.facility dl dd{
	font-size: 0.9rem;
}
	
/* ---------wp-------- */

.day{
	margin: 30px 0 30px 100px;
}

/* 404ページ */
#main_404{
	width: 90%;
}
#main_404 h2{
	width: 80%;
	font-size: 1.6rem;
}
#main_404 .rogo{
	width: 150px;
}
#main_404 h2{
	font-size: 1.1rem;
}
#main_404 p{
	font-size: 0.8rem;
}
#main_404 .btn a{
	font-size: 0.8rem;
}
#footer_404 address{
	width: 90%;
}
/* 願書請求・各種証明書発行 */
form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	padding: 20px 5px 0px 5px;
	display: block;
	border-bottom: 0px solid #bbb;
}
table.mailform tr th {
    width: 100%;
}
table.mailform tr td {
    width: 100%;
	padding-bottom: 40px;
}
table.mailform tr td:nth-child(2n) {
    border-bottom: 1px solid #bbb;
}
table.mailform tr th span {
    font-size: 0.9em;
}
table.mailform tr td textarea {
	width: 100%;
}
.input_btn{
    width: 100%;
}
.submit_btn, .submit_btn2{
	width: 10em;
	padding: 0.5em;
	font-size: 1em;
}
.submit_btn{
	margin-right: 10px;
}



}

@media screen and (max-width: 768px){
/* page_head共通 */
#wrapper .page_head{
	height: 80px;
	padding-top: 160px;
	background-size: 430px;
}
#wrapper .page_head h1{
	padding-left: 0px;
	font-size: 1.7rem;
	text-align: center;
}
#wrapper .page_head h1::before {
	display: none;
}
	
/* page_navi共通 */
#wrapper .content .page_navi{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
#wrapper .content .page_navi li{
	width: 50%;
	margin-right: 0px;
}
#wrapper .content .page_navi li a{
	width: 100%;
	padding: 12px 0;
	font-size: 0.9rem;
}
#wrapper .content .page_navi li a:hover{
	background: #3BAFE0;
	color: #fff;
}
#wrapper .content .page_navi li span{
	width: 100%;
	padding: 12px 0;
	font-size: 0.9rem;
}
	
#wrapper .content{
	padding: 5px 0 150px 0;
	background-position:
        right+50px top+50px,right 165px,left center;
	background-size:
        75% auto,75% auto,90px auto;
}	
#wrapper .content .page_titl{
	margin: 0 0 20px 30px;
	font-size: 1.3rem;
}
#wrapper .content .inner .box, #wrapper .content .inner .lead{
	padding: 30px 30px 30px 30px;
}
#wrapper .content .inner h2{
	width: 95%;
	padding: 10px 0 10px 20px;
	font-size: 1.4rem;
	line-height: 2rem;
}

/* 院長ご挨拶 */
.director_img{
	box-sizing: border-box;
	width: 88%;
	margin: 0 0 20px 30px;
}
.director{
	margin-left: 30px;
}
.director .name{
	font-size: 1.4rem;
}
	.director .name2{
	font-size: 0.9rem;
}
.director .name span{
	font-size: 0.9rem;
}

/* 学院の歩み */

.history p{
	width: 6em;	
}
.history dl{
	padding: 0 0 10px 0rem;
	display: block;
}
.history dl dt{
	width: 6rem;
	margin-right: 1rem;
	color: #3399CC;
}
/* コース紹介 */
.course{
	width: 180px;
	padding: 8px 0 8px 30px;
	font-size: 1.3rem;
}
.course::before {
	width: 140%;
}
.course_img{
	display: block;
	padding-left: 30px;
}
.course_img li{
	width: 78%;
	margin-bottom: 20px;
}
/* 施設紹介 */	
.facility dl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.facility dl dt{
	width: 100%;
}
	
/* 募集要項 */
.tbl_over{
	overflow-x: auto;
}
.recruitment dl dt{
	width: 28%;
}
.recruitment dl dd{
	width: 72%;
}
.table2 {
    width: 86%;
	min-width: 440px;
}
	
/* ---------wp-------- */
.wp_titl{
	text-align: left;
}
.day{
	margin: 30px 0 30px 20px;
	font-size: 0.7rem;
}
.important_calist dl {
	display: block;
}
.important_calist dt {
	margin: 0;
	font-size: 0.8rem;
	color: #3BAFE0;
}

/* 願書請求・各種証明書発行 */
.submit_btn, .submit_btn2{
	width: 9em;
	padding: 0.5em;
	font-size: 0.9em;
}

/* アクセス */
.access div{
	width: 100%;
	padding: 0;
}
/* 法務員 */
#wrapper .content .inner .box .recruit{
	display: block;
}
#wrapper .content .inner .box .recruit li a{
	width: 86%;
	margin: 0 0px 30px 0;
	padding: 10px;
}

}

