@charset "sjis";

ul{
    list-style: none;
}


/*sns header navi*/

section.snsnavi{
	clear: both;
	padding: 5px;
	color: #fff;
	font-size: 11px;
	display: flex;
	flex-wrap:nowrap;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	border-top: 1px dotted #ccc;
	padding: 10px 0;
}
section.snsnavi h3{
	font-size: 14px;
	color: #c00;
	margin: 0 10px 0px 0;
	width: 45%;
	text-align: right;
}
section.snsnavi ul{
	width: 50%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	padding-inline-start: 0px;
	margin: 0;
}
section.snsnavi ul li{
	width: 5%;
	min-width: 25px;
	margin-right: 8px;
	text-align: center;
}
section.snsnavi ul li:nth-child(4){
	margin-right: 13px;
}
section.snsnavi ul li img{
	width: 100%;
}



/* ---------- main -------------------- */
/* section */
section h2{
	font-size: 28px;
	display: block;
	width: 100%;
	clear: both;
	text-align: center;
	
	padding: 30px 0 0 0;
	letter-spacing: 2px;
}
section span.title_h2{
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #e10012;
	display: block;
	text-align: center;
}

section img.title_image{
	width: 100%;
	margin: 20px 0 0 0;
}
section p.poem{
	text-align: center;
	color: #666666;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 2px;
	padding: 30px 0;
}

/*ボタン設定*/
div.btn_area {
	width: 96%;
    max-width: 700px;
	margin: auto;
    padding: 0 0 20px 0;
	overflow: hidden;
}
a.main_btn{
	border-radius: 8px;
	box-shadow: 1px 1px 3px #999;
	display: block;
	width: 98%;
	margin: 5px auto 10px auto;
	text-align: center;
	padding: 20px 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	position: relative;
}
a.main_btn:before{
	display: block;
	content:"";	
	position: absolute;
	top:40%;
	right: 3%;
	width: 4%;
	height: 50%;
	top center;background-size: contain;
}
a.main_btn p{
	color: #000;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal;
	letter-spacing: 0;
    margin: 0;

}
a.main_btn br{
	display: none;
}
a.main_btn.pattern2{
	/* background-color: #fff; */
	color: #ff6464;
	font-weight: normal;
	border:1px solid #ccc;
	padding: 10px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+75,ededed+100 */
	/* background: #ffffff; */ /* Old browsers */
	background: -moz-linear-gradient(-45deg, #ffffff 75%, #ededed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #ffffff 75%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #ffffff 75%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
a.main_btn.pattern2:before{
	background:url(/student/common/images/arrow_btn_main3.png) no-repeat top center;background-size: contain;
    max-width: 15px;
}
a.main_btn.half{
    width: 48%;
    float: left;
    padding: 0 0 30px 0;
}


a.main_btn.simulation{
	width: 98%;
	clear: both;
	text-align: left;
	display: flex;
	align-items: center;
}
a.main_btn.simulation:hover{
	background-color: lemonchiffon;
}
a.main_btn.simulation:before{
	background:url(/student/common/images/arrow_btn_main3.png) no-repeat top center;background-size: contain;
    max-width: 15px;
	width: 10%;
}
a.main_btn.simulation img{

	max-width: 60px;
	height: auto;
	display: block;
	margin-left: 10px;
}
a.main_btn.simulation p{
	font-size: 18px;
	width: 80%;
	margin-left: 10px;
}
a.main_btn.simulation small{
	display: block;
}
a.main_btn.simulation strong{
	display: block;
	font-weight: normal;
	color: #666;
}
a.main_btn.simulation br{
	display: inline;
	
}


/*sns*/
ul.sns{
	width: 40%;
	margin: auto;
	display: block;
	overflow: hidden;
	text-align: center;		
}
ul.sns li{
	width: 28%;
	
	display: inline-block;
	padding: 2%;
	height: 60px;
}
/* slider */
div.slidercontainer{
	width: 100%;
    padding: 6px 0 3px 0;
}
div.slidercontainer ul.slider{
    padding-inline-start: 0px;
    width: 100%;
}
div.slidercontainer ul.slider li {
    
}
div.slidercontainer ul.slider li img{
    width: 100%;
}
div.slidercontainer .slick-dots{
    background-color: #ffffff;
}
.slick-next{
    right: 0px;
}
.prev-arrow{
    position: absolute;
    z-index: 100;
    left: 0;
    top:50%;
    transform: translateY(-50%);
}
.next-arrow{
    position: absolute;
    z-index: 100;
    right: 0;
    top:50%;
    transform: translateY(-50%);
}


/* new */
section.new {
    width: 100%;
    margin: auto;
}
section.new h3{
    margin-bottom: 0;
	background-color: #efefef;
	padding: 10px;
    font-size: 18px;
	text-align: center;
}
section.new h3 strong{
	font-weight: normal;
}
section.new h3 span{
    color: #9d9d9d;
    font-size: 12px;
    display: inline-block;
    margin-left: 5px;
}

section.new dl{
    overflow: scroll;
	width: 100%;
    height: 185px;
    padding: 0 5px;
	margin: 0 auto;
    box-shadow: 0px 0px 5px 5px rgba(125,125,125,0.1) inset;
}
section.new dl dt{
    color: #9d9d9d;
    font-weight: normal;
    padding: 15px 0 0 0;
}
section.new dl dd{
    padding: 0px 0 15px 0;
    border-bottom:1px solid #cccccc;
}

section.new div.newsbutton{
    width: 100%;
    margin-top: 50px;
}
section.new div.newsbutton a{
    display: block;
    background-color: #046eb8;
    border-radius: 80px;
    padding: 15px 0;
    text-align: center;
    color: #ffffff;
    width: 96%;
    max-width: 600px;
    margin: auto;
    font-size: 16px;
    background-image: url("/student/images/icon_arrow.png");
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 4%;
}
section.new div.newsbutton a small{
    display: block;
}

/*section.topbnr*/
.topbnr{
    background-image: url(/student/images/bg_dot.png);
    padding: 10px 0 5px 0;
}
.topbnr ul{
    width: 100%;
    padding: 0;
}
.topbnr ul li{
    width: 80%;
    max-width: 400px;
    margin: 0 auto 10px auto;
}

.topbnr ul li a:hover{
    opacity: 0.8;
}
.topbnr ul li img{
    width: 100%;
    margin: auto;
    display: block;
    border:1px solid #cccccc;
    box-shadow: 0px 0px 3px #ececec;
}

/* section.search */
.search h4{
    color: #666666;
}

.search .searchall{
    margin: 0 auto 0 auto;
    background: linear-gradient(#ffffff 0%, #ffeceb 100%);
    background-position: bottom center;
    background-repeat: no-repeat;
}
.search h2 img{
    width: 60px;
    vertical-align: top;
    margin: -8px 5px 0 0;
}
.search h4{
    text-align: center;
}

.search .ninki_list{
    background-color: #f7f7f7;
    padding: 20px 0;
    margin: 20px auto 20px auto;
    max-width: 830px;
}
.search .ninki_list h3{
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 20px auto;
    width: 96%;
    max-width: 970px;
}
.search .ninki_list h3 img{
    width: 30px;
    margin: -5px 5px 0 0;
}
.search .ninki_list ul{
    width: 96%;
    max-width: 970px;
    margin: auto;
}
.search .ninki_list ul li{
    display: inline-block;
    margin-right: 15px;
}
.search .ninki_list ul li a,
.search .ninki_list ul li a:link,
.search .ninki_list ul li a:visited{
    color: #00688b;
}
.search a.main_btn.pattern2{
    color: #4f4f4f;
    padding: 0 0 30px 0;
}
.search a.main_btn.pattern2.spickup,
.search a.main_btn.pattern2.navi{
    margin-right: 3%;
}
.search a.main_btn.pattern2.request{
    padding: 10px 0;
    clear: both;
    text-align: center;
    width: 98%;
}

.search a.main_btn.pattern2 img{
    width: 96%;
    margin: 10px auto 0 auto;
}
.search a.main_btn.pattern2.request img{
    display: none;
}
.search a.main_btn.pattern2 strong{
    display: block;
    font-weight: normal;
    clear: both;
    font-size: 16px;
    line-height: 1.5em;
    padding: 10px 0 0 0;
}
.search a.main_btn.pattern2.request strong{
    padding: 10px 0;
}
.search a.main_btn.pattern2 br{
    display: inline;
}
.search a.main_btn.pattern2.request br{
    display: none;
}
.search a.main_btn.pattern2 p{
    display: none;
}
.search a.main_btn.pattern2.request p{
    display: block;
    margin: 0;
    color: #666666;
}
.search a.main_btn.pattern2.half:before {
    top: 88%;
    left: 45%;
    width: 15px;
    height: 15px;
}

.search div.pamph a.main_btn{
    background: url(/student/images/bg_navibtn.jpg) center center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 20px 0;
    overflow: hidden;
    width: 98%
}
.search div.pamph a h3.sp{
    font-size: 18px;
    margin: 0;
    color: #000000;
}
.search div.pamph a h3.pc{
    display: none;
}
.search div.pamph a div.layout{
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}
.search div.pamph a div.layout img.left{
    width: 80px;
    float: left;
    border:5px solid #fff;
    margin: 10px 10px 0 10px;
    box-shadow: 0px 0px 2px #000000;
    z-index: 100;
}

.search div.pamph a div.right{
    background: url("/common_jp/image/v5/white50.png") center center;
    float: left;
    max-width: 60%;
    min-height: 108px;
    margin: 10px auto 0 auto;
    text-align: left;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
}
.search div.pamph a div.right p{
    font-size: 14px;
    color: #666666;
    display: block;
    
}

/*こだわり検索*/
.search .kodawari{
    width: 100%;
    margin: 0px auto 0 auto;
    padding: 20px 0 20px 0;
    color: #666666;
    overflow: hidden;
    background-image: url("/student/images/bg_town.png");
    background-position: bottom center;
    background-repeat: repeat-x;
}

.search .kodawari h4{
    text-align: center;
}
.search .kodawari ul{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}
.search .kodawari ul li{    
    width: 40%;
    max-width: 230px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #ccc;
    overflow: hidden;
    font-size: 10px;
    font-size: 1.0rem;
    box-shadow: 0px 0px 3px #ccc;
    letter-spacing: 0;
}
.search .kodawari ul li:nth-child(2n-1){
    border-right: 1px solid #cccccc;
}
.search .kodawari ul li a{
    display: block;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 5% center;
    background-size: 20px;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
    width: 100%;
    font-size: 12px;
    color: #000000;
}
.search .kodawari ul li a img{
    width: 100%;
}


/*movie*/
.modal-video-body {
    max-width: 1119px;/*モーダル動画Maxsize*/
}
.movie{
    margin: 0 auto 40px auto;
    background: linear-gradient(#ffffff 0%, #e7f8ff 100%);
    background-position: bottom center;
    background-repeat: no-repeat;
    height: auto;
    text-align: center;
    padding-bottom: 100px;
}

.movie hr{
    margin: 0;
    padding: 0;
    border: solid 2px #d70012;
}
.movie_none p {
    margin: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.video_play {
	position: relative;
    display: block;
    text-decoration: none;
    cursor: pointer;
}
   
.video_play:before {
	position: absolute;
	z-index: 1;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 2px solid #ffffff;
	width: 50px;
    height: 50px;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 25%);
}
   
.video_play:after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
    border-width: 10px 0 10px 20px;
}

.video_play img:first-child {
	position: absolute;
    z-index: 0;
	width: 100% !important;
}

.movie h2 img{
    width: 50px;
    padding-right: 10px;
    margin-top: -8px;
}

.movie .poem{
    display: none;
}

.movie .poem_movie{
    padding: 30px 0;
    color: #666;
    font-size: 1.6rem;
    letter-spacing: 2px;
    overflow: hidden;
    display: block;
    
}

.movie .hihyouzi{
    display: none;
}

.youtube {
    width: 80%;
    margin: 60px auto 0;
}

.slider_movie .next-arrow{
    width: 20px;
    top: 30%;
    right: -40px;
}

.slider_movie .prev-arrow{
    width: 20px;
    top: 35%;
    left: -40px;
}

.slider_movie .next-arrow:hover,.slider_movie .prev-arrow:hover{
    cursor: pointer;
}

.slider_movie {
    width: 90%;
    margin: 0 auto 80px;
    padding: 0;
  }
  
.slider_movie .slick-slide img {
    width: 100%;
    height: auto;
  }
  
.slider_movie .mypattern{
    width: 100%;
  }
  
.slider_movie .mypattern .slick-slide{
    margin: 5px;
  }

.slider_movie ul .slick_dots{
    background-color: rgba(0, 0, 0, 0);
}

.slider_movie .video {
    margin: 10px 10px;
    box-shadow: aliceblue;
    padding: 7px;
    color: #333333;
    background-color: #fffcfc;
    border-radius: 10px;
    box-shadow: 0 0 14px -5px rgb(155 152 152 / 44%);
}
.slider_movie .video{
	transform: scale(1);
	transition: transform .3s;	
}

.slider_movie .video:hover{
	transform: scale(1.07);
}

.slider_movie .slick-dots li.slick-active button:before{
    color: #d70012!important;
    opacity: 1;
}

/*
.slider_movie .movie_none{
    margin: 8px 0 10px;
}

.mypattern .slick-slide:not(.slick-center) .movie_none{
   display: none;
   transition: 0.3s;
}
*/


/*cololr*/
section.merit ul li.merit1{	border:1px solid #e8465a;}
section.merit ul li.merit1 a span { background-color:#e8465a;}
section.merit ul li.merit1 a strong{ color: #e8465a;}
section.merit ul li.merit1:before{background:url(/student/common/images/arrow_btn_pink1.png) no-repeat top center;background-size: contain;}
section.merit ul li.merit2{	border:1px solid #036eb8;}
section.merit ul li.merit2 a span { background-color:#036eb8;}
section.merit ul li.merit2 a strong{ color: #036eb8;}
section.merit ul li.merit2:before{background:url(/student/common/images/arrow_btn_blue1.png) no-repeat top center;background-size: contain;}
section.merit ul li.merit3{	border:1px solid #45b035;}
section.merit ul li.merit3 a span { background-color:#45b035;}
section.merit ul li.merit3 a strong{ color: #45b035;}
section.merit ul li.merit3:before{background:url(/student/common/images/arrow_btn_green1.png) no-repeat top center;background-size: contain;}
section.merit ul li.merit4{	border:1px solid #f39800;}
section.merit ul li.merit4 a span { background-color:#f39800;}
section.merit ul li.merit4 a strong{ color: #f39800;}
section.merit ul li.merit4:before{background:url(/student/common/images/arrow_btn_orange1.png) no-repeat top center;background-size: contain;}
section.merit ul li.merit5{	border:1px solid #92539d;}
section.merit ul li.merit5 a span { background-color:#92539d;}
section.merit ul li.merit5 a strong{ color: #92539d;}
section.merit ul li.merit5:before{background:url(/student/common/images/arrow_btn_purple1.png) no-repeat top center;background-size: contain;}





/* section.information */

.information div.btn_area{
	text-align: center;
}
.information div.btn_area a.main_btn.pattern2{
	width: 31%;
	max-width: 250px;
	min-height: 100px;
	background-color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+75,ededed+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 75%, #ededed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 75%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 75%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	padding: 2% 0 5px 0;
	display: inline-block;
}
.information div.btn_area a.main_btn.pattern2:before{
	display: none;
}
.information div.btn_area a.main_btn.pattern2.cost{
	margin-left: 3%;
	margin-right: 3%;
}
.information div.btn_area a.main_btn.pattern2 br{
	display: block;
}

.information div.btn_area a.main_btn.pattern2 img{
	width: 50%;
	margin: auto;
	display: block;
}
.information div.btn_area  a.main_btn.pattern2 span{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: block;
	color: #000;
	padding: 5px 0;
	width: 86%;
	margin: 5px auto 5px auto;
}
.information h3{
	color: #666;
	font-size: 14px;
	font-size: 1.4rem;
	clear: both;
	border-top:1px solid #ccc;
	text-align: center;
	padding: 15px 0 15px 0;
	margin: 30px 0 0 0;
	letter-spacing: 2px;	
}
.information ul{
	width: 100%;
	background: url(/student/common/images/bg_note_blue.png) center center;
	overflow: hidden;
	padding: 20px 0;
}
.information ul li{
	width: 94%;
	margin: auto;
}
.information ul li a.main_btn.pattern2{
	width: 90%;
	padding: 5% 0;
	color: #ad0012;
}
.information ul li a.main_btn.pattern2:before{
	display: none;
}
.information ul li a.main_btn.pattern2 img{
	width: 8%;
	vertical-align: middle;
}

/* section.student */
.student{
	padding: 0 0 30px 0;
	overflow: hidden;
}
/* section.support */
.support div a:link{
	color: #000;

}
.support a{
	display: block;
}
.support p.read {
	width: 80%;
	margin: auto;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8em;
	padding: 0 0 20px 0;
}

.support .support_botton a{
    text-decoration: none;
}

.support .support_botton{
    width: 90%;
    margin: 0 auto 40px;
    padding: 20px 10px;
    text-align: center;
    border: solid 1px #e66700;
    border-radius: 10px;
    background: -moz-linear-gradient(-45deg, #ffffff 75%, #ededed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #ffffff 75%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #ffffff 75%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    box-shadow: 1px 1px 3px #999;
}

.support .support_botton img{
    width: 15%;
    margin: 0 auto;
}

.support .support_botton hr{
    width: 70%;
    border: 1px solid #ccc;
    margin: 5px auto;
}

.support .support_botton p{
    text-align: left;
    width: 12em;
    margin: 10px auto 0;
    color: #e66700;
    height: 20px;
    background:url(../common/images/arrow_btn_orange1.png) no-repeat top right;background-size: contain;
    letter-spacing: 4px;
    font-size: 1.2em;
}

.support .support_botton:hover{
    text-decoration: none;
}

.support div.post_container{
	width: 94%;
	margin: auto;
	overflow: hidden;
}
.support div.post_container div.post {
	width: 47%;
	display: inline-block;
	border:1px solid #ccc;
	margin: 0 1% 20px 1%;
	vertical-align: top;
	
}
.support div.post_container div.post span.image{
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.support div.post_container div.post span.image img{
	display: block;
	top:50%;
	left:50%;
	position: absolute;	
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.support div.post_container span.new{
	display: block;
	float: left;
	width: 20%;
	text-align: center;
	color: #e10012;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
	margin-left: 3px;
}
.support div.post_container span.tag{
	font-size: 12px;
	font-size: 1.2rem;
	width: 30%;
	font-weight: bold;
	color: #fff;
	display: block;
	float: right;
	text-align: center;
	margin-right: 3px;
	height: 20px;
}
.support div.post_container span.tag.team{background-color: #ffd400;}
.support div.post_container span.tag.event{background-color: #036eb8;}
.support dl{
	width: 96%;
	margin: auto;
	clear: both;
	padding: 5px 0;
	
}
.support dl dt{
	height: 2.8em;
	width: 100%;
	color: #000;
}

.support dl dd{
	margin: 0 0 3px 0;
	width: 100%;
	height: 4.0em;
	overflow: hidden;
	font-size: 85%;
	color: #666;
}
.support dl dd pre{
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-size: 1.2rem;
	color: #666;
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
	text-align: left;
	font-family: apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	letter-spacing: 0;
	background-color: transparent;
}
.support dl dd h1,
.support dl dd h2,
.support dl dd h3,
.support dl dd h4,
.support dl dd h5,
.support dl dd h6,
.support dl dd p{
	font-size: 12px;
	font-size: 1.2rem;
	color: #666;
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
	text-align: left;
	font-family: apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	letter-spacing: 0;
	
}
.support dl dd.date{
	text-align: right;
	margin: 0;
	padding: 0;
	display: block;
	height: 2.0em;
	color: #ccc;
	padding: 0;
	margin: 0;
	font-size: 9px;
	font-size: 0.9rem;
}
.support div.btn_more{
	background-color: #fff;
    color: #ff6464;
    font-weight: normal;
    border: 1px solid #ccc;
    padding: 10px 0;
    background: #ffffff;
    background: -moz-linear-gradient(-45deg, #ffffff 75%, #ededed 100%);
    background: -webkit-linear-gradient(-45deg, #ffffff 75%,#ededed 100%);
    background: linear-gradient(135deg, #ffffff 75%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 );
	
	border-radius: 8px;
    background-color: #ff6464;
    box-shadow: 1px 1px 3px #999;
    display: block;
    width: 98%;
	max-width: 300px;
    margin: 5px auto 2px auto;
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
    font-size: 1.8rem;
    text-decoration: none;
    letter-spacing: 1px;
}

/*ポスト_ニュース*/

.contents{
width: 100%;
max-width: 980px;
margin: 20px auto 0 auto;
text-align: center;
}
.contents h3{
	font-size: 20px;
}
.contents h4{
	width: 100%;
	padding: 10px;
	font-size: 18px;
}
.contents .column h4{
	background-color: #ffd6d9;
	color: #ca0060;
}
.contents .sodankai h4{
	background-color: #e2e5f7;
	color: #120050;
}

.contents h3 span{
font-size: 1.2rem;
font-weight: bold;
color: #e10012;
}
.contents ul{
max-width: 1024px;
height: 230px;
margin: 20px auto 0 2%;
padding: 0;
overflow-x: auto;
overflow-y: hidden;
webkit-overflow-scrolling: touch;
white-space: nowrap;
}
.contents ul li {
	width: 220px;
	height: 210px;
	margin: 0 10px 0 0;
	display: inline-block;
	border: 1px solid #cccccc;
	border-radius: 8px;
	vertical-align: top;
}
.contents ul li a{
	width: 100%;
	height: 100%;	
	/*white-space: break-spaces;*/
	display: block;
	white-space: normal;
}
.contents ul li span{
	display: block;
	height: 100px;
	border-bottom: 1px solid #cccccc;
}
.contents ul li img{
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 10px 10px 0 0;
}
.contents ul li .right{
padding: 0 5px;
color: #212121;
display: grid;
width: 100%;
overflow-wrap: break-word;
}
.contents ul li h5{
	color: #6582a6;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 10px 0 0px 0;
	display: inline-block;
	max-height: 3.4em;
	text-align: left;
	overflow: hidden;
	width: 100%;
}
.contents .column ul li h5{
	color: #be5f5f;
}
.contents ul li p{
text-align: left;
line-height: 1.2em;
height: 3.8em;
overflow: hidden;
color: #646464;
margin: 0;
padding: 0;
width: 100%;
font-size: 12px;
}

.contents ul li .right p.more{
text-align: right;
margin: 0 5px 5px 0;
display: inline-block;
}
.contents .btm{
	width: 50%;
	max-width: 300px;
	padding: 10px;
	margin: 0px auto 10px;
	overflow: hidden;
	display: block;
	background: #efefef;
	color: #6582a6;
	font-size: 15px;
	position: relative;
}
.contents a.btm::after {
    content: url(/student/common/images/arrow_btn_glay3.png) ;
	position: absolute;
	top: 12%;
	right: 5px;
	-webkit-transform: scale(0.5);
    transform: scale(0.5);
}
.contents a:hover{
text-decoration: none;
}

/*一行*/
.ellipsis {
white-space: nowrap;
overflow: hidden;
}
/*複数行*/
.ellipsis.multiline {
white-space: normal;
}


.support a.more{
	display: block;
	width: 40%;
	border:1px solid #ccc;
	clear: both;
	margin: 0 auto;
	text-align: center;
	padding: 5px 0;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
}

/* section.presented */
.presented {
	border-top:3px solid #e10012;
	background: url(/student/common/images/bg_dotgray.png);
}
.presented div.container{
	background: url(/common_jp/image/v5/white80.png);
	margin: 10px auto;
	border:1px solid #ccc;
}
.presented div.container span.title_h2{
	border:none;
	margin: 40px 0 0 0;
}
.presented div.container h2{
	border:none;
	margin: 10px 0 0 0;
	padding: 0;
}
.presented div.container p.read{
	width: 90%;
	margin: auto;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8em;
	padding: 10px 0 20px 0;
}
.presented div.container a.main_btn{
	width: 44%;
	float: left;
	margin-left:4%; 
	color: #666;
}
.presented div.container a.main_btn:before{
	display: none;
}
.presented div.container a.main_btn img{
	width: 15%;
	margin: -8% 10px -8px 0;
}
.presented div.container iframe{
	width: 100%;
	max-width: 340px;
	height: 600px;
	margin: 20px auto 0 auto;
	padding: 20px 0 20px 0;
	display: block;
	border:1px solid #999;
}
/* aside */
aside {
	display:block;
	width:100%;
	margin:30px auto;
}
aside ul li{
	width: 8%;
	float: left;
}
aside ul li img{
	width: 100%;
	max-width: 40px;
}



/* --------------------------------------------------

-----------------------------------------------------
window size 600-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:600px){
	
	/* glid */
	div.slider{	
		padding: 0 20%;
		height: 400px;
		clear: both;
		}

	ul.slides{
		width: 70%;
		overflow: visible;
		margin-bottom: 15%;
		height: 400px; 
	}

ul.slides li{	
	 /*縦幅を設定する。*/
	padding: 8% 0 0 0;
	height: 400px;
	
}
ul.slides li img{
	width: auto;
	margin: 0 2%;
	height: 400px;
}
div.slider-nav{	
	display: none;
}
a.slider-nav__item{
	border: 1px solid #666;
}
a.slider-nav__item--current{
	background: #666;
}
	
	section.merit h2 img{
		width: 300px;
	}

	/*sns header navi*/

	section.snsnavi h3{
		font-size: 16px;
	}

	/* section.support */
	.support {
		text-align: center;
	}
	.support div.pc_titlearea{		
		background: url(/student/common/images/bg_note_orange.png) center center;		
	}
	.support p.read {		
		width: 50%;
		line-height: 2.0em;
		margin: 0 auto 20px auto;
	}
	.support div.post_container{
		width: auto;
		max-width: 980px;
		display: inline-block;
		margin: auto;
		overflow: hidden;
	}
	.support div.post_container div.post {
		width: 213px;
		margin: 0 0% 20px 10px;
	}
	.support a.more{
		width: 20%;
		padding: 10px 0;
	}

	/*merit*/
	section.merit {
	background: url(/student/common/images/bg_dotgray.png);
	background-size: 10px;
	padding-bottom: 20px;
	}
	section.merit ul li p{
	margin: 10% 8% 10% 4%;
	letter-spacing: 1px;
	height: 1.8em;
	overflow: hidden;	
	}
	section.merit ul li.merit1 p{
	margin: 4% 8%;
	}
	section.merit ul li.merit1{
		font-size: 28px;
		font-size: 2.8rem;
	}
	
	/*presented*/
	.presented div.container a.main_btn{
		height: 60px;
	}
	.presented div.container a.main_btn img{
	width: 40px;
	margin: 0px 10px 0px 0;
}
    /*movie*/
	.video_play:before {
		width: 50px;
		height: 50px;
	  }
	   
	  .video_play:after {
		border-width: 10px 0 10px 20px;
	  }
	  .slider_movie .video {
		padding: 10px;
	}
}

/*-----------------------------------------------------
window size 900-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:900px){
	main{
		margin-top: 100px;
	}
/* ---------- main -------------------- */
	/* slick */
	div.slidercontainer{
        padding: 0px 0 5px 0;
    }
    

	/* section */
	section div.pc_titlearea{		
		width: 100%;
		border-top:solid #808080 3px;
		padding: 20px 0;		
	}
	section div.pc_white{		
		width: 96%;
		height: 300px;
		max-width: 980px;
		margin: auto;
		background: #fff;
		padding: 2% 2% 0% 2%;
		position: relative;
	}
	section div.pc_h2title{	
		background: url(/student/images/bg_red_op.png);
		width: 37%;
		text-align: center;
		position: absolute;
		left: 4%;
		z-index: 300;
		padding: 5% 0 8% 0;
	}
	section.information div.pc_h2title,
	section.support div.pc_h2title{		
		left: auto;
		right: 4%;
	}
	section h2{		
		border: none;
		color: #fff;
		font-size: 32px;
		font-size: 3.2rem;
	}
    section div.pcsp h2{		
		font-size: 36px;
        display: block;
        width: 100%;
        clear: both;
        text-align: center;
        padding: 40px 0 0 0;
        letter-spacing: 2px;
        color: #000000;
	}
    section div.pcsp h2 span{
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold;
        color: #e10012;
        display: block;
        text-align: center;
        font-family: "aozora-regular";
    }

	section span.title_h2{		
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: bold;
		color: #e10012;
		display: block;
		text-align: center;
		color: #fff;
	}
	section img.title_image{
		width: 60%;
		position: absolute;
		right: 2%;
		top: 5%;
		margin: 0 2% 0 0;
	}
	section.information img.title_image,
	section.support img.title_image{
		left: 2%;
		right: auto;
	}
	section p.poem{
		padding: 70px 0;
	}
    
    .support .support_botton{
    width: 30%;
    margin: 0 auto 50px;
    padding: 20px 10px;
}

.support .support_botton img{
    position:relative;
}

	div.btn_area {
		max-width: 980px;
	}
	a.main_btn{
		width: 30%;
		float: left;
		margin-left: 2.2%;
		font-weight: normal;
		border-radius: 15px;
		padding: 5% 0;
		font-size: 22px;
		font-size: 2.2rem;
		padding: 3% 0 7% 0;
	}
    a.main_btn.half{
        width: auto;
    }
	a.main_btn:before{
		width: 20px;
		left:45%;
		top: auto;
		bottom:10%;
		height: 20px;
	}

	a.main_btn p{
		position: absolute;
		bottom:0;
		text-align: center;
		width: 100%;
		color: #666;
	}
	a.main_btn br{
		display: block;
	}
	a.main_btn.pattern2{
		padding: 5px 0 50px 0;
	}
	ul.sns{
		width: 350px;
		padding: 60px 0;
	}
	ul.sns li{
		width: 66px;
		margin: 0 0 0 25px
	}

	/*sns header navi*/
	section.snsnavi{
		padding: 30px 0;
	}
	section.snsnavi h3{
		font-size: 18px;
	}


	
    
    /* new */
    section.new {
        width: 980px;
        max-width: none;
        margin: 40px auto 0 auto;
		overflow: hidden;
    }
    section.new > div {
        height: 140px;
        overflow: hidden;
		border-bottom: 1px solid #efefef;
		
    }
    section.new dl{
        box-shadow: none;
        padding: 20px 0 0 0;
        height: 110px;
		border-left: 1px solid #efefef;
		
    }
    section.new dl dt{
        float: left;
        width: 130px;
        padding-left: 15px;
        padding-top: 0;
        min-height: 20px;
    }
    section.new dl dd{
        padding: 0px 5px 10px 130px;
        font-size: 12px;
        border-bottom: none;
        min-height: 20px;
    }
    
        section.new div.newsbutton{
        background-color: #f0f6f8;
        width: 100%;
        max-width: none;
        padding: 40px 0;
        
}
    section.new div.newsbutton a{
        line-height: 1.8em;
        background-size: 3%;
        max-width: 500px;
    }
    
    /*section.topbnr*/
    .topbnr{
        padding: 15px 0 5px 0;
        overflow: hidden;
    }
    .topbnr ul{
        width: 100%;
        text-align: center;
        overflow: hidden;
    }
    .topbnr ul li{
        width: 30%;
        max-width: 316px;
        margin: auto 0%;
        display: inline-block;
    }
    .topbnr ul li img{
        width: 100%;
        border:1px solid #cccccc;
        box-shadow: 0px 0px 3px #ececec;
    }

	/* section.search */
    .search h4{
        font-size: 25px;
        padding: 0 0 30px 0;
    }

    /*ninki*/
    .search .ninki_list ul{
        text-align: center;
    }
    
    /*.search .btn_area*/
    .search .btn_area{
        text-align: center;	
		padding: 0 0 10px 0;
        text-align: center;
	}
    .search a.main_btn.pattern2.half,
    .search a.main_btn.pattern2.request{
        width: 23%;
        max-width: 375px;
        height: 260px;
        clear: inherit;
        display: inline-block;
        float: none;
        margin: 30px 0 0 1%;
        vertical-align: top;
    }
    .search a.main_btn.pattern2.request{
        margin-right: 0;
        padding: 0 0 30px 0;
    }
    .search a.main_btn.pattern2.half:before,
    .search a.main_btn.pattern2.request:before{
        top: 90%;
        left: 45%;
        width: 15px;
        height: 15px;
        
    }
    .search a.main_btn.pattern2 strong,
    .search a.main_btn.pattern2.request strong{
        font-size: 21px;
        padding: 10px 1% 0 1%;
    }
    .search a.main_btn.pattern2.request strong{
        padding: 10px 0 0 0;
    }
    .search a.main_btn.pattern2 strong br,
    .search a.main_btn.pattern2 strong br{
        display: none;
    }
    .search a.main_btn.pattern2 p,
    .search a.main_btn.pattern2.request p{
        display: block;
        position: inherit;
        padding: 10px 10px;
    }
    .search a.main_btn.pattern2.request img{
        display: block;
    }
    .search a.main_btn.pattern2.request br{
        display: inline;
    }
    
    .search div.pamph{
        position: relative;
        
    }
	.search div.pamph a.main_btn{
        clear: both;
        width: 99%;
        margin: 0 auto;
        height: 220px;
        padding: 0;
    }
    .search div.pamph a:before{
        right: 40px;
        top: 50%;
        left: auto;
    }
    .search div.pamph a h3.sp{
        display: none;
    }
    .search div.pamph a h3.pc{
        display: block;
        margin: 20px 0 0 280px;
    }
    .search div.pamph a h3.pc img{
        width: auto;
    }
    .search div.pamph a div.layout{
        max-width: none;
        width: 100%;
    }
    .search div.pamph a div.layout img.left{
        position: absolute;
        width: 145px;
        left: 70px;
        top: 0;
        
    }
    .search div.pamph a div.right{
        max-width: none;
        min-height: none;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        background:none;
    }
    .search div.pamph a div.right p{
        position: relative;
        margin: 30px 0 0 0px;
        padding: 5px 60px 60px 280px;
        background: url("/common_jp/image/v5/white80.png") center center;
        color: #000000;
        font-size: 18px;
        text-align: left;
        overflow: hidden;
    }
    
    /*こだわり検索*/
    .search .kodawari{
        background-size: 8px;       
        padding: 30px;        
    }
    .search .kodawari>div{
        background-image: url("/common_jp/image/v5/white80.png");
        border-radius: 15px;
        max-width: 980px;
        margin: auto;
        padding: 30px 0;
    }
    .search .kodawari h4{
        font-size: 25px;
        padding: 0 0 30px 0;border:1px soid #000;
    }
    .search .kodawari ul{
        
        max-width: 980px;
        margin: auto;
        border: none;
        overflow-x: hidden;
        overflow-y: hidden;
        padding: 0;
        box-sizing: border-box;
        padding: 0 130px;
    }
    .search .kodawari ul li{
        width: 23%;
        margin: 0 2% 0 0px;
        border: none;
        box-sizing: border-box;
    }
    .search .kodawari ul li:nth-child(2n-1) {
        border: none;
    }
    .search .kodawari ul li:last-child{
        margin-right: 0;
    }
    .search .kodawari ul li a,
    .search .kodawari ul li a:link,
    .search .kodawari ul li a:visited{
        border: none;
    }
    .search .kodawari ul li a:hover{
        background-color: #fff4f3;
    }
    
    /* section.merit */

	section.merit h2{
		max-width: 980px;
		margin: auto;
		padding: 20px 0 10px 0;
	}
	section.merit h2 img{
		width: 350px;
	}
	section.merit p.read{
		max-width: 980px;
		margin: auto;
		font-size: 18px;
		font-size: 1.8rem;
		padding: 10px 0 20px 0;
	}

	section.merit ul{
		width: 100%;
		max-width: 980px;
	}
	section.merit ul li{
		border:none;
		border-radius: 0;
		box-shadow: 0 0 0;
		height: 280px;
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 2.0em;
		margin: 0;
	}
	section.merit ul li br{
		display: none;
	}
	section.merit ul li:before{
		display: none;
	}
	section.merit ul li.merit1:before{
		display: none;
	}
	section.merit ul li a{
		color: #fff;	
		position: relative;
		position: static;
		background: url(/common_jp/image/v5/black60.png);
	}
	section.merit ul li a:hover{
		background: none;
	}
	section.merit ul li p{
		text-align: center;
		margin: 50px 8% 0 8%;
		position: relative;
		height: 5.5em;
		text-shadow: 1px 1px 3px #000;
	}
	section.merit ul p:before{
		width: 20px;
		height: 20px;
		bottom: 0px;
		top: auto;
		right: auto;
		left: 50%;
	}
	section.merit ul li a strong{
		display: block;
		margin: 0;
	}
	section.merit ul li a span{
		border-radius: 0 0 0px 0px;
		position: absolute;
		width: 100%;
		bottom: 0;
		font-size: 18px;
		font-size: 1.8rem;
	}
	section.merit ul li.merit1,
	section.merit ul li.merit2{
		width: 50%;
		max-width: 490px;
		float: left;
		border:none;
		font-size: 24px;
		font-size: 2.4rem;
	}
	section.merit ul li.merit1 strong,
	section.merit ul li.merit2 strong{
		font-size: 34px;
		font-size: 3.4rem;
		letter-spacing: 2px;
	}
	
	section.merit ul li.merit1 span{
		font-size: 18px;
		font-size: 1.8rem;
	}
	section.merit ul li.merit3,
	section.merit ul li.merit4,
	section.merit ul li.merit5{
		border:none;
		width: 33.3%;
		margin: 0;
		font-size: 24px;
		font-size: 2.4rem;
		float: left;

	}
    
    /*movie*/
    
    .movie hr{
    border: solid 1px #d70012;
    }
    
    
    .movie h2{
    color: #000;
    margin-top: 80px;
    }
    
    .movie .hihyouzi{
    display:inline-block;
    }
    
    .movie .poem{
    padding: 30px;
    }
    
    
    .youtube{
        width: 80%;
        max-width: 1200px;
        margin: 70px auto 0;
        /*background-color: #fff;*/
        border-radius: 20px;
        padding: 50px 100px 30px;
    }
    
    .slider_movie .next-arrow{
    width: 20px;
    top: 43%;
    }

    .slider_movie .prev-arrow{
    width: 20px;
    top: 43%;
    }
    
    .movie .poem{
    display: block;
    }
    
    .movie .poem_movie{
    display: none;
    }
	
    
	/*cololr*/
	section.merit ul li.merit1{	background: url(/student/images/btn_merit1.jpg) no-repeat;}
	section.merit ul li.merit1 a span { background-color:#e8465a;}
	section.merit ul li.merit1 a strong{ color: #fff;}
	section.merit ul li.merit1 p:before{background:url(/student/common/images/arrow_btn_pink2.png) no-repeat;background-size: contain;}
	section.merit ul li.merit2{	background: url(/student/images/btn_merit2.jpg) no-repeat;}
	section.merit ul li.merit2 a span { background-color:#036eb8;}
	section.merit ul li.merit2 a strong{ color: #fff;}
	section.merit ul li.merit2 p:before{background:url(/student/common/images/arrow_btn_blue2.png) no-repeat bottom center;background-size: contain;}
	section.merit ul li.merit3{	background: url(/student/images/btn_merit3.jpg) no-repeat;}
	section.merit ul li.merit3 a span { background-color:#45b035;}
	section.merit ul li.merit3 a strong{ color: #fff;}
	section.merit ul li.merit3 p:before{background:url(/student/common/images/arrow_btn_green2.png) no-repeat top center;background-size: contain;}
	section.merit ul li.merit4{	background: url(/student/images/btn_merit4.jpg) no-repeat;}
	section.merit ul li.merit4 a span { background-color:#f39800;}
	section.merit ul li.merit4 a strong{ color: #fff;}
	section.merit ul li.merit4 p:before{background:url(/student/common/images/arrow_btn_orange2.png) no-repeat top center;background-size: contain;}
	section.merit ul li.merit5{	background: url(/student/images/btn_merit5.jpg) no-repeat;}
	section.merit ul li.merit5 a span { background-color:#92539d;}
	section.merit ul li.merit5 a strong{ color: #fff;}
	section.merit ul li.merit5 p:before{background:url(/student/common/images/arrow_btn_purple2.png) no-repeat top center;background-size: contain;}
    
	/* section.information */
	section.information div.pc_titlearea{		
		background: url(/student/common/images/bg_note_blue.png) center center;		
	}
	.information div.btn_area{
		text-align: center;
	}
	.information div.btn_area a.main_btn.pattern2{
		width: 50%;
		max-width: 200px;
		margin-left: 0;
		font-weight: normal;
		border-radius: 15px;
		padding: 5% 0;
		font-size: 22px;
		font-size: 2.2rem;
		padding: 3% 0 2% 0;
		display:inline-block;
		float: none;
	}
	.information div.btn_area a.main_btn.pattern2.answer,.information div.btn_area a.main_btn.pattern2.cost{
		margin-left: 1%;
		margin-right: 0;
	}
	.information div.btn_area a.main_btn.pattern2 br{
		display: block;
	}

	.information div.btn_area a.main_btn.pattern2 img{
		width: 30%;
	}
	.information div.btn_area  a.main_btn.pattern2 span{		
		font-size: 18px;
		font-size: 1.8rem;
		width: 70%;
		margin: 20px auto 0 auto;
	}
	.information h3{		
		font-size: 18px;
		font-size: 1.8rem;
	}
	.information ul{		
		background: none;
		background-color: #eee;
	}
	.information ul li{
		width: 90%;
		max-width: 900px;
		overflow: hidden;
		text-align: center;
		padding: 0 0 2px 0
	}
	.information ul li a.main_btn.pattern2{
		height: auto;
		padding: 30px 0 30px 0;
		margin: 0 4%;
		display: block;
		font-size: 30px;
		font-size: 3.0rem;
	}
	.information ul li a.main_btn.pattern2 img{
		width: 40px;
		margin: 0 30px;
	}
	
	/* section.student */
	section.student div.pc_titlearea{		
		background: url(/student/common/images/bg_note_green.png) center center;		
	}
	.student div.btn_area{		
		padding: 0 0 60px 0;
		text-align: center;
	}
	.student div.btn_area a.main_btn.pattern2{
		display: inline-block;
		float: none;
	}
	
	
	/* section.presented */
	.presented div.container{
		width: 90%;
		max-width: 1024px;
		margin: 10px auto;
	}
	.presented div.container span.title_h2{
		color: #d70012;
	}
	.presented div.container h2{		
		color: #000;
	}
	.presented div.container p.read{
		width: 50%;
		font-size: 14px;
		font-size: 1.4rem;
		margin: 20px auto;
	}
	.presented div.container ul{		
		width: 50%;
		margin: auto;
	}
	.presented div.container a.main_btn{
		padding: 20px 0;
		height: auto;
	}
	.presented div.container a.main_btn img{
		width: 40px;
		margin: -10px 10px -10px 0;
	}

	a.main_btn.simulation{
		width: 100%;
		max-width: 600px;
		
		border:1px solid #ccc;
		margin: 30px auto 0;
		float: none;
		padding: 0px 0;
		/*
		border-radius: 0;
		box-shadow: none;
		*/
	}
	a.main_btn.simulation:before{
		top: 40%;
		right: 10px;
		left: auto;
	}
	a.main_btn.simulation img{
		width: 50px;
		max-width: inherit;
		height: inherit;
		max-height: inherit;
	
	}
	a.main_btn.simulation p{
		position: inherit;
		text-align: left;
		padding: 30px 0;
	}
	a.main_btn.simulation small{
		display: inline-block;
		font-size: 20px;
		margin-right: 10px;
	}
	a.main_btn.simulation strong{
		display: inline-block;
		font-size: 20px;
	}




	.presented div.container iframe{
		width: 340px;
	}
	/* aside */
	aside {
		display:block;
		width:100%;
		margin:30px auto;
	}
	aside ul li{
		width: 8%;
		float: left;
	}
	aside ul li img{
		width: 100%;
	}

    /* ポスト_ニュース */    
    .contents{
		margin-top: 60px;
	}
	.contents h3{
		font-size: 24px;
	}
	.contents .column,
	.contents .sodankai{
		width: 46%;
		float: left;
		margin: 0 2%;
		overflow: hidden;
	}
	.contents h4{
		text-align: left;
		font-size: 16px;
		margin-bottom: 0;
	}
	.contents ul{
    white-space:inherit;
    display: block;
	margin: 0 1%;
	overflow: hidden;
	height: auto;
    }
    
    .contents ul li{
		width: 100%;
		height: auto;
		float: none;
		display: block;
		border: none;
		border-radius: 0;
    }
	.contents ul li a{
		width: 100%;
		height: auto;
		padding: 5px 0;
		white-space: normal;
		overflow: hidden;
		border-bottom: 1px dotted #cccccc;
		}
	.contents ul li span{
		display: block;
		height: 70px;
		overflow: hidden;
		margin: 0;
		border-radius: 0;
		float: left;
		width: 20%;
		max-width: 105px;
		border:1px solid #cccccc;
	}
	.contents ul li.top span{
		width: 30%;
		max-width: 135px;
		height: 100px;		
	}
	.contents ul li span img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 0;
	}
	.contents ul li div.right{
		float: left;
		width: 76%;
		vertical-align: top;
		display: block;
		margin: 10px auto 0 1%;
	}
	.contents ul li.top div.right{
		width: 65%;
	}
	
	.contents ul li p{
		display: none;
	}
	.contents ul li.top p{
		display: block;
	}
	.contents span.listurl{
		width: 100%;
		text-align: right;
		display: block;
		padding: 5px 5px 0 0;
	}
	.contents .btm{
		background-color: transparent;
		font-size: 14px;
		width: auto;
		display: inline;
		text-decoration: underline;
	}
	.contents a.btm::after{
		content: ">>";
		transform: none;
		display: inline;
		position: inherit;
		right: auto;
		top: auto;
	}















}



