@charset 'utf-8';

html,body{
	font-size:16px;
}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "sans-serif";
	color:#000;
	background-image:url(../images/bg1.png),url(../images/bg2.png);
	background-repeat:no-repeat;
	background-position:left 15% top,right 15% bottom;
}
a{
	color:#000;
	text-decoration:none;
	transition:all .3s;
}
a:hover{
	background:#eee;
}
li{
	list-style-type:none;
}
img{
	max-width:100%;
	display:block;
}
.attendance,
.inner .restriction{
	position:relative;
	display:block;
	padding:15px 26px;
	border:1px solid #BFBFBF;
	margin-bottom:0;
}
.container{
	width:960px;
	margin:0 auto;
}
header .container{
	padding:20px 0;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.main{
	margin-bottom:15px;
}
.main .container{
	display:flex;
	justify-content:space-between;
}
.contents-left{
	width:176px;
}
.contents-center{
	width:587px;
}
.contents-right{
	width:165px;
}
.inner{
	border:1px solid #BFBFBF;
	border-bottom-width:0;
}
.inner:nth-last-of-type(1){
	border-bottom-width:1px;
}
.contents-title{
	background-image:linear-gradient(to top,#01A4DE,#36C9FF);
	background-color:#01A4DE;
	color:#fff;
	padding:15px 10px;
	text-shadow:0 0 6px rgba(0,0,0,0.5);
}
.inner a{
	font-size:0.8rem;
	padding:0 10px;
	display:block;
	word-break: break-all;
}
.main-menu a,
.links a{
	display:block;
	padding:15px 0 15px 25px;
	position:relative;
	border-bottom:1px solid #BFBFBF;
	margin-bottom:0;
	font-size:1rem;
}
.main-menu li:nth-last-of-type(1) a,
.links li:nth-last-of-type(1) a{
	border-bottom-width:0;
}
.main-menu a::before,
.links a::before,
.overview a::before,
.attendance::before,
.restriction::before{
	content:'';
	display:block;
	width:10px;
	height:10px;
	background-image:url(../images/icon1.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	top:0;
	bottom:0;
	left:10px;
	margin:auto;
}
.inner h3{
	padding:0 10px;
	font-weight:normal;
	margin-top:20px;
}
.inner figure{
	margin-bottom:2px;
}
.inner figure img{
	margin:auto;
}
.inner p{
	padding:0 10px;
	font-size:0.9rem;
	line-height:1.3;
    margin:10px 0;
}
.contact{
	display:inline-block;
	padding:0 10px;
	color:#A2C23B;
	font-size:0.8rem;
	margin-bottom:5px;
}
.contents-center .inner{
	margin-top:15px;
	border-bottom-width:1px;
}
.news-area{
	overflow-y:scroll;
	height:100px;
}
.news-area li{
	border-bottom:1px solid #BFBFBF;
}
.news-area li:nth-last-child(1){
	border-bottom-width:0;
}
.news-area li time{
	display:inline-block;
	width:80px;
	padding:13px 10px;
	font-size:0.8rem;
}
.news-area li p{
	width:calc(100% - 120px);
	display:inline-block;
	vertical-align:top;
}
.contents-title.student{
	background-image:linear-gradient(to top,#84B900,#9BDE00);
}
.overview{
	display:flex;
	justify-content:space-between;
}
.overview li{
	width:calc(100% / 5);
	border-right:1px solid #BFBFBF;
}
.overview li:nth-last-child(1){
	border-right-width:0;
}
.overview a{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:0;
	width:100%;
	height:100%;
	line-height:1.3;
	padding:10px 0;
	box-sizing:border-box;
	position:relative;
}
.overview a::before{
	background-image:url(../images/icon2.png);
}

.guide{
	display:flex;
	align-items:center;
	padding:28px 10px;
}
.guide>div{
	width:68%;
	font-size:0.9rem;
	margin-right:10px;
}
.guide ul{
	display:flex;
}
.guide li{
	text-decoration:underline;
}
.guide li::after{
	content:'・';
	display:inline-block;
}
.guide li:nth-last-child(1)::after{
	display:none;
}
.guide p{
	padding:10px 0 0 0;
	margin-bottom:0;
	font-size:0.8rem;
}
.contact::after,
.period span::after{
	content:'';
	display:inline-block;
	width:9px;
	height:8px;
	background-image:url(../images/icon3.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	margin-left:5px;
}
.links a{
	font-size:0.9rem;
	line-height:1.3;
}
.inner .period{
	font-size:0.85rem;
	line-height:1.4;
	margin-bottom:0;
	padding-bottom:10px;
}
.period span{
	display:inline-block;
}
.inner .annotation{
	background-image:url(../images/tx.png);
	background-repeat:no-repeat;
	background-size:auto;
	background-position:center;
	padding:10px 23px;
	font-size:0.8rem;
	line-height:1.3;
	color:#707070;
}
.inner .btn{
	display:block;
	text-align:center;
	background-image:linear-gradient(to top,#84B900,#9BDE00);
	padding:10px 0;
	color:#fff;
	box-sizing:border-box;
	border-radius:30px;
	margin:10px 15px;
}
.donation{
	margin:15px 0 0 0;
}
.donation p{
	font-size:0.75rem;
	margin:5px 0;
}
.donation .btn{
	margin:10px 15px;
}
footer{
	background-image:linear-gradient(to top,#01A4DE,#36C9FF);
}
.copy{
	text-align:center;
	color:#fff;
	line-height:1.5;
	padding:15px 0;
	font-size:0.8rem;
}

.slick-prev,
.slick-next{
	background:rgba(0,0,0,0.5);
	width:30px;
	height:30px;
	transition:all .3s;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
	background:rgba(0,0,0,0.3);
}
.slick-prev{
	left:15px;
	z-index:1;
}
.slick-next{
	right:15px;
}

.sid-img{
width: 90%;
padding: 7px;;
}

/* 下層ページ */

.page .contents-center .inner:nth-child(1) {
	margin-top: 0;
}
.txt_area {
	padding: 0 12px 12px 12px;
}
.inner .txt_area p {
	line-height: 1.6;
	letter-spacing: .2px;
}
.inner .heading-title {
	border-left: 5px solid #01A4DE;
	border-bottom: 1px solid #01A4DE;
	padding: 10px 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.inner .note {
	margin: 0;
	font-size: .8rem;
}
.inner .content_img {
	margin-bottom: 0;
}
.table_youkou {
	width: 98%;
	font-size: .9rem;
	margin: 0 5px;
	line-height: 1.6;
}
.table_youkou th , .table_youkou td {
	border: 1px solid #ccc;
	padding: 10px;
}
.table_youkou td {
	font-size: .8rem;
}
.table_youkou th {
	width: 7rem;
	vertical-align: middle;
	background: #ebfaff;
}
.table_youkou a {
	display: inline;
}
.renrakusaki {
	border: 1px solid #000;
	padding: 0 8px;
	margin: 15px auto 0;
	width: 470px;
}
.renrakusaki strong {
	text-decoration: underline;
}

.disc_list {
	padding-left: 1.5rem;
}
.disc_list li {
	list-style-type: disc;
	font-size: .9rem;
	line-height: 1.6;
	letter-spacing: .2px;
	margin-bottom: 8px;
}
.disc_list li:last-child {
	margin-bottom: 0;
}
.inner .mail_address {
	display: inline;
	color: #36C9FF;
	text-decoration: underline;
}
.staff_status {
	margin-top: 10px;
}
.staff_status::before {
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	background: #01A4DE;
	margin-right: 5px;
	margin-left: .5rem;
}
.staff_body {
	display: flex;
	border-bottom: 1px solid #ccc;
}
.staff_data {
	width: 80%;
}
.staff_img {
	width: 20%;
	margin-top: 1rem;
}
.staff_data .name {
	font-weight: bold;
}
.staff_data .con {
	
}
.phot_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.phot_list>div {
	width: 49%;
	margin-bottom: 6px;
	margin-top: 6px;
	text-align: center;
}

.douzyo-application {
	padding-left: 1.5rem;
}
.douzyo-application li {
	list-style-type: disc;
	padding: 10px 0;
}
.douzyo-application li a {
	display: inline;
	color: #36C9FF;
	text-decoration: underline;
}
a.word[href$=".docx"] {
	background: url(../images/word_icon.png) right center / 18px no-repeat;
	padding-right: 23px;
}
.douzyou_sinbun, .lecture, .lecture02, .lecture03, .schedule, .address, .report, .douzyou_Presen {
	margin-top: 25px;
}
.douzyou_sinbun a, .lecture a, .lecture02 a, .lecture03 a, .schedule a, .address a , .report a , .douzyou_Presen a{
	font-size: .95rem;
	color: #3bafda;
    text-decoration: underline;
}
.inner .support_name {
	font-size: 1rem;
}
.inner .txt_area .support_name {
	line-height: 2;
}
.current_data {
	font-size: .8rem;
	float: right;
    clear: right;
    margin-top: 5px;
}

a.pdf {
    display: inline-block;
}
.txt_area li {
    position: relative;
}
ul.lecture li::after {
    content: '';
    display: inline-block;
    background-image: url(../images/pdf_icon.png);
    width: 15px;
    height: 15px;
    background-size: contain;
    position: absolute;
    right: 75px;
}
ul.douzyou_sinbun li::after {
    content: '';
    display: inline-block;
    background-image: url(../images/pdf_icon.png);
    width: 15px;
    height: 15px;
    background-size: contain;
    position: absolute;
    left: 190px;
}
ul.lecture02 li::after {
    content: '';
    display: inline-block;
    background-image: url(../images/pdf_icon.png);
    width: 15px;
    height: 15px;
    background-size: contain;
    position: absolute;
    right: 100px;
}

ul.lecture03 li::after {
    content: '';
    display: inline-block;
    background-image: url(../images/pdf_icon.png);
    width: 15px;
    height: 15px;
    background-size: contain;
}
ul.schedule li::after {
    content: '';
    display: inline-block;
    background-image: url(../images/pdf_icon.png);
    width: 15px;
    height: 15px;
    background-size: contain;
}
ul.address li::after {
    content: '';
    display: inline-block;
    background-image: url(../images/pdf_icon.png);
    width: 15px;
    height: 15px;
    background-size: contain;
}
ul.report li::after {
    content: '';
    display: inline-block;
    background-image: url(../images/pdf_icon.png);
    width: 15px;
    height: 15px;
    background-size: contain;
    position: absolute;
    left: 85px;

}
ul.douzyou_Presen li::after {
    content: '';
    display: inline-block;
    background-image: url(../images/pdf_icon.png);
    width: 15px;
    height: 15px;
    background-size: contain;
    position: absolute;
    left: 240px;
}
table.table_B {
	width: 100%;
	border-top: 1px solid rgba(153, 153, 153, 1);
	border-left: 1px solid rgba(153, 153, 153, 1);
	margin: 1.4em 0;
	font-size: 0.8em;
	line-height: normal;
}
table.table_B th {
	border-right: 1px solid rgba(153, 153, 153, 1);
	border-bottom: 1px solid rgba(153, 153, 153, 1);
	background-color: rgba(153, 153, 153, 0.2);
	font-weight: bold;
	padding: 0.6em 0.5em;
	text-align: center;
}
table.table_B td {
	border-right: 1px solid rgba(153, 153, 153, 1);
	border-bottom: 1px solid rgba(153, 153, 153, 1);
	padding: 0.6em 0.5em;
}
table.table_B td a {
    margin: 0;
    padding: 0;
    color: #3bafda;
    text-decoration: underline;
}
table.table_B td a:hover {
    background-color: white;
}

.aligh_C {
	text-align: center;
}
.aligh_R {
	text-align: right;
}
.aligh_L{
	text-align: left;
	display: inline-block;
}

.bosyuannnai-titl{
	font-size: 1.4rem!important;
	font-weight: bold;
	text-align: center;
	padding: 45px 0px 0px 0px!important;
}

.bosyuannnai-titl span{
	font-size: 0.7em;
}

#bosyu-title{
	position: relative;
}

.bosyu-logo{
width: 150px;
position: absolute;
top: 10px;
left: 10px;
}

.jimu{
	display: flex;
}

.yamamoto{
	padding-left: 10px;

}
.yamamoto{
	line-height: 1.6;
	font-size: 0.9rem;
}
.yamamoto th{
	white-space: nowrap;
	font-weight: normal;

}

.left_inner p{
	line-height: 1.5;
	margin: 15ox 0px !important;
}
.left_inner{

	padding: 13px 0px;
}