短期コース@charset "UTF-8";
#underLayer .contents .inner {
	padding: 20px 0 60px;
}
/**********
pankuzu
***********/
.pan {
	background-color: #f9f9f9;
}
.pan .p-inner {
	padding: 8px 0;
	width: 1000px;
	margin: 0 auto;
}
.pan ul li {
	display: inline-block;
	padding-right: 6px;
}
.pan ul li a {
	font-size: 10px;
	text-decoration: none;
	color: #444;
}
.pan ul li a:hover {
	text-decoration: underline;
}
.pan .now {
	font-weight: bold;
}
/**********
main-leftbox
***********/
#main-leftbox {
	width: 694px;
	float: left;
}
#main-leftbox .main-leftbox-inner {
	box-sizing: border-box;
	padding: 0 15px 15px 15px;
}
#main-leftbox h2 {
	color: #fff;
	font-size: 24px;
	padding: 10px 12px;
	margin-bottom: 24px;
}
#main-leftbox h3 {
	font-size: 20px;
	border-bottom: 1px solid #aaaaaa;
	padding-bottom: 6px;
	margin-bottom: 8px;
}
#main-leftbox .clm {
	padding: 16px 0;
}
#main-leftbox .clm h4 {
	font-size: 16px;
	margin-bottom: 8px;
}
#main-leftbox .clm .txt {
	font-size: 14px;
}
#main-leftbox .f-left {
	float: left;
	/*
	max-width: 225px;*/
}
#main-leftbox .f-left img{
	width: 100%;
	max-width: 236px;
}
#main-leftbox .f-right {
	float: right;
}
#main-leftbox .f-right img {
	max-width: 236px;
}
#main-leftbox .txt-half {
	width: 410px;
	font-size: 14px;
}
#main-leftbox .txt-half p{
	line-height: 1.7;
}
.txtbnr {
	border: 2px solid #e7e7e7;
	width: 664px;
	height: 92px;
	position: relative;
	margin: 10px 0 16px;
	box-sizing: border-box;
}
.txtbnr .clmL {
	float: left;
	width: 340px;
	height: 88px;
	padding: 15px;
	position: relative;
	box-sizing: border-box;
}
.txtbnr .clmR {
	float: left;
	width: 278px;
	height: 88px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.txtbnr .btn {
	float: right;
	/*width: 66px;*/
	height: 88px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.txtbnr .clmL p.cateName {
	font-size: 20px;
	margin-bottom: 5px;
}
.txtbnr .clmL p.cateNameE {
	color: #a0a0a0;
	font-size: 13px;
}
.txtbnr .clmL p.attn {
	position: absolute;
	left: 15px;
	bottom: 15px;
	color: #511d13;
	font-size: 11px;
	line-height: 1.2;
}
.txtbnr .btn {
	border-radius: 0;
	border: none;
	position: absolute;
    right: 0;
}
.txtbnr .btn:hover {
	opacity: 0.7;
}
.txtbnr .btn a {
	line-height: 68px;
	color: #fff;
}

/**********
blog
***********/

.blog-list table {
	width: 100%;
}
.blog-list table th {
	padding-right: 10px;
	padding-bottom: 20px;
	vertical-align: top;
}
.blog-list table th .img_L {
	width: 240px;
	height: 145px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border: 1px solid #989898;
	box-sizing: border-box;
}
.blog-list table td {
	vertical-align: top;
	position: relative;
}
.blog-list table td .date {
	color: #3f3f3f;
	float: left;
}
.blog-list table td .tag {
	float: right;
	position: relative;
}
.blog-list table td .tag .category{
	float: left;
	margin: 0 4px;
	text-decoration:underline;
}
.blog-list table td .tag .category a {
	color:#3f3f3f;
}
.blog-list table td .tag .category a:hover{
	text-decoration: none;
}
.blog-list table td .tag .category:last-child{
	margin-right: 0;
}

.blog-list table td .n-ttl {
	font-size: 11px;
	color: #3f3f3f;
	text-align: left;
	line-height: 1.3;
}
.blog-list table td .blog-ttl {
	font-size: 15px;
	margin-bottom: 6px;
}
.blog-list table td .blog-ttl a{
	color:#e70309 ;
}
.blog-list table td .blog-ttl a:hover{
	text-decoration: underline;
}
.blog-list table td .blog-txt {
	font-size: 12px;
	color: #7b7b7b;
}
.blog-list table td .blog-date {
	position: absolute;
	bottom: 20px;
	background-color: #fff4f5;
	width: 100%;
	box-sizing: border-box;
	padding: 6px 10px;
	font-size: 12px;
}
.blogLayer #main-leftbox h3 {
	margin-bottom: 24px;
}
/**********
sidebar
***********/
#sidebar {
	width: 288px;
	float: right;
	background-color: #fafafa;
}
#sidebar .s-inner {
	padding: 10px;
	margin-bottom: 18px;
}
#sidebar .ttl {
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 8px 0;
}
#sidebar table tr:hover {
	cursor: pointer;
	opacity: 0.8;
	text-decoration: underline;
}
#sidebar table th {
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}
#sidebar table th .img_L {
	width: 100px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border: 1px solid #989898;
	box-sizing: border-box;
}
#sidebar table td {
	vertical-align: top;
}
#sidebar table td .date {
	font-size: 10px;
	color: #a2a2a2;
}
#sidebar table td .n-ttl {
	font-size: 11px;
	color: #3f3f3f;
	text-align: left;
	line-height: 1.3;
}

/***********
accordionbox
***********/
.accordionbox h4 {
    background-color: #3f3f3f;
    color: #fff;
    padding:12px 0px 12px 10px;
    box-sizing: border-box;
	border-bottom: 1px solid #fff;
}
.blog_list_ul {
	display: none;
	margin: 4px 12px 18px 12px;
}
.blog_list_ul li{
	padding: 6px 0;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 6px;
}
.blog_list_ul li:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.blog_list_ul li a {
	color: #3f3f3f;
	text-decoration: none;
}
.blog_list_ul li a:hover {
	text-decoration: underline;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 5px;
}
.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #e2e2e2;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}



/**********
contact
***********/
.form-page #main-leftbox {
    width: 100%;
	margin: 0 auto;
	float: none;
}
.form-page #main-leftbox h3 {

}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
	padding: 8px;
    border: 1px solid #b6b6b6;
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
#underLayer {
	padding-top: 16px;
}
#underLayer .contents .inner {
	padding: 0px 0 40px;
}
.pan .p-inner {
	padding: 8px 15px;
	width: 100%;
	margin: 0 auto;
}
#main-leftbox {
	width: 100%;
	float: none;
}
#main-leftbox h2 {
	color: #fff;
	font-size: 20px;
	padding: 8px 15px;
	margin-bottom: 18px;
}
#main-leftbox h3 {
	font-size: 17px;
	margin-bottom: 16px;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
#main-leftbox .clm {
	padding: 12px 0;
}
#main-leftbox .txt-half {
	width: 100%;
	font-size: 14px;
	box-sizing: border-box;
	margin-bottom: 12px;
}
#main-leftbox .clm h4 {
	font-size: 15px;
	margin-bottom: 10px;
}
#main-leftbox .clm .img img {
    width: 100%;
    max-width: 60%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
#main-leftbox .f-left {
	margin-bottom: 18px;
	float: none;
	max-width: 100%;
}
#main-leftbox .f-right {
    float: none;
}
.txtbnr {
	width: 100%;
	height: auto;
}
.txtbnr .clmL {
	float: none;
	width: 100%;
	height: auto;
	padding: 10px;
	position: relative;
	box-sizing: border-box;
}
.txtbnr .clmL p.cateName {
	font-size: 19px;
	margin-bottom: 0;
}
.txtbnr .clmR {
	float: none;
	width: 100%;
	height: 40vw;
}
.txtbnr .btn {
	width: 100%;
	height: 34px;
	position: inherit;
}
.txtbnr .btn a {
	line-height: 0;
}


/**********
blog
***********/
.blogLayer #main-leftbox h3 {
    margin-bottom: 18px;
}
.blog-list table th, .blog-list table td {
    padding-bottom: 16px;
}
	.blog-list table th .img_L {
    width: 140px;
    height: 84px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 1px solid #989898;
    box-sizing: border-box;
}
.blog-list table td {
    vertical-align: top;
	position: relative;
}
.blog-list table td .blog-ttl {
    font-size: 13px;
    line-height: 1.2;
}
	.blog-list table td .blog-txt {
		display: none;
	}
.blog-list table td .blog-date {
    bottom: 16px;
    width: 100%;
    box-sizing: border-box;
    padding: 4px 8px;
    font-size: 10px;
}
.blog-list table td .tag {
    float: left;
}
	.blog-list table td .tag .category {
		margin: 0 4px 0 0;
	}
/***絞り込み***/
	.searchset {
		margin-bottom: 16px;
	    background-color: #fff4f5;
	}
.searchset button {
    background-color: #3f3f3f;color: #fff;
    width: 100%;
    border: none;
    box-sizing: border-box;
    padding: 10px 0;
	text-align: center;
}
.searchset button i{
	padding-left: 6px;
}
	.searchblock {
		padding: 10px 0;
	}
	.searchblock div{
		margin-bottom: 10px;
	}
.searchblock div select {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
	font-size: 15px;
	height: 24px;
}
.searchblock div select option{
	padding: 6px 0;
	height: 24px;
}
/**********
sidebar
***********/
#sidebar {
	width: 100%;
	float: none;
	background-color: #fafafa;
}
#sidebar .s-inner {
	padding: 15px;
}
.blogLayer #sidebar .blogNone {
	display: none!important;
}
#sidebar .s-inner .sns-box {
	width: 85%!important;
	margin: 0 auto;
	text-align: center;
}
}
