@charset "utf-8";
.pc{
	display: none;
}
.sp{
	display: block;
}
.content h2{
	font-size: 24px;
}
a.btn{
	padding: 5px 20px 5px 40px;
	background: #FFF url(../images/arrow.svg) 10px 50% no-repeat;
    background-size: 30px;
}
.wrapper{
	overflow: hidden;
	position: relative;
}
.titleimg{
	height: 300px;
}
.titleimg img{
	height: 300px;
	width: 100%;
	object-fit: cover;
	left: 50%;
	transform: translateX(-50%);
}
.global_navi,.righttext,.righttext div,.datelist{
	width: 100%;
	float: none;
	margin: 0;
}
.header {
	height: auto;
	padding: 10px 0 15px 0;
	position: relative;
    z-index: 999;
}
.header .logo{
/*	width: 100%;*/
	padding: 0 60px 0 0;
	float: none;
}
.header .logo img{
	margin: 10px 0 0 0;
}
.header .header_navi{
	text-align: center;
	float: none;
	height: auto;
}
.header .header_navi a {
    padding: 6px 8px;
    margin: 0 5px;
    width: 120px;
    font-size: 16px;
}
.datelist li span.date{
	display: block;
	position: static;
}
.centertext ul.datelist {
    margin: 30px 0 0; 
    width: 100%;
}

.content {
	padding: 15px;
}


.centertext p.inlineblock {
	margin:0 0 30px;
	display: block;
}

.post .thumb {
    height: auto;
    float: left;
    width: 45%;
    margin-right: 5%;
}
.post header {
	margin-left: 50%;
}

.post .inlineblock{
	width: 100%;
	margin: 0 0 10px;
}
.post .inlineblock p, .post .inlineblock time{
	display: block;
}


.righttext h2{
	width: 100%;
	font-size: none;
}


.media > div{
	width: 100%;
	margin: 0 0 20px;
	padding: 0 12px;
}
.media div img{
	width: 33%;
	max-width: 100px;
	height: auto;
	margin-right: 10px;
}
.media div .title,.media div .author,.media div .description{
	padding: 5px 0px;
	margin: 5px 0 0 0;
}


.onethird > div{
	width: 100%;
	display: inline-block;
}

.footer{
	margin: 0;
	padding: 30px 0;
}
.curriculm .white{
	padding: 10px;
}
.curriculm .white h2{
	font-size: 24px;
}

.curriculm .white img{
	float: none;
	margin: 0 0 20px;
	max-width: 100%;
}

.curriculm.footer .inlineblock{
	width: 40%;
}
.curriculm.footer h3{
	font-size: 12px;
}


.steps > div{
	max-width: 80%;
}
.steps div.theme{
	height: auto;
}
