@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* news
-------------------------------------------------------------------------------------------------------------------------------*/
html {
	font-size: 10px;
}
@media screen and (max-width: 1380px) {
	html {
		font-size: 0.724637681vw;
	}
}
@media screen and (max-width: 768px) {
	html {
		font-size: 1.333333vw;
	}
}

.pc {
	display: block;
}
.sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

body {
	font-size: 15px;
	color: #000000;
	line-height: 1.75;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック Medium', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
	background: #FFF;
	-webkit-text-size-adjust: 100%;
}

img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	max-width: 100%;
	width: auto;
	height: auto;
}
a {
	color: #000;
}
a img {
	transition: .4s;
}
a img:hover {
	opacity: .6;
}

* {
	box-sizing: border-box;
}
/*非表示設定*/
.invisible {
	display: none !important;
}

#contents > h2{
	background: #000;
	text-align: center;
}
@media screen and (max-width:767px) {
	#contents > h2 img{
		height: 30px;
	}
}

.news_wrapper{
	width: 1100px;
	margin: 0 auto;
	padding: 130px 0 0;
	overflow: hidden;
}
@media screen and (max-width:767px) {
	.news_wrapper{
		width: 100%;
		padding: 20px 20px 0;
		overflow: hidden;
	}	
}


/* news_main */
.news_main{
	float: left;
	width: 570px;
}
.news_main img{
	width: 100%;
}
.news_main .notes01{
	text-align: right;
	font-size: 85%;
	margin: 10px 0 0 0;
}
.news_main .news_ttl{
	padding: 30px 0 50px;
}
.news_main .news_ttl .date{
	font-size: 13px;
}
.news_main .news_ttl h3{
	font-size: 19px;
	font-weight: bold;
}
.news_main .news_cont{
	margin-bottom: 70px;
}
.news_main .box_sub{
	overflow: hidden;
}
.news_main .box_sub dl{
	float: left;
	width: 270px;
}
.news_main .box_sub dl:first-child{
	margin-right: 30px;
}
.news_main .box_sub dl dt{
	margin-bottom: 20px;
}
.news_main .pic {
	margin-bottom: 70px;
}
.news_main .main_pic {
	margin-bottom: 0;
}
@media screen and (max-width:767px) {
	.news_main{
		float: none;
		width: 100%;
	}
	.news_main .news_ttl{
		padding: 20px 0 30px;
	}
	.news_main .news_ttl .date{
		font-size: 12px;
	}
	.news_main .news_ttl h3{
		font-size: 15px;
	}
	.news_main .news_cont{
		margin-bottom: 40px;
	}
	.news_main .box_sub dl{
		float: none;
		width: 100%;
		display: table;
		margin-top: 25px;
	}
	.news_main .box_sub dl:first-child{
		margin-right: 0;
	}
	.news_main .box_sub dl dt{
		display: table-cell;
		vertical-align: top;
		margin-bottom: 0;
		width: 50%;
		padding-right: 20px;
	}
	.news_main .box_sub dl dd{
		display: table-cell;
		vertical-align: top;
	}
	.news_main .pic {
		margin-bottom: 40px;
	}
}




/* news_side */
.news_side{
	float: right;
	width: 350px;
	height: 1000px;
	overflow: auto;
}
.news_side a{
	display: block;
	color: inherit;
	text-decoration: none;
}
.news_side img{
	width: 100%;
}
.news_side > ul > li{
	padding: 25px 0;
	border-bottom: 1px solid #CCC;
}
.news_side > ul > li:first-child{
	border-top: 1px solid #CCC;
}
.news_side > ul > li dl{
	display: table;
	overflow: hidden;
}
.news_side > ul > li dl dt{
	display: table-cell;
	vertical-align: top;
	width: 100px;
	padding-right: 20px;
}
.news_side > ul > li dl dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
}
.news_side > ul > li dl dd span{
	display: block;
	padding-top: 5px;
	font-size: 90%;
}
@media screen and (max-width:767px) {
	.news_side{
		float: none;
		width: 100%;
		height: auto;
		margin-top: 70px;
	}
	.news_side > ul > li{
		padding: 12px 0;
		border-bottom: 1px solid #CCC;
	}
}


/* btn_top
=================================================================== */
#btn_top{
	width: 1130px;
	margin: 100px auto;
	overflow: hidden;
}
#btn_top p{
	float: right;
}
#btn_top .btn_top01{
	margin-left: 20px;
}
#btn_top .btn_top02 a{
	display: block;
	background: url(/base/pc/store/special/casestudy_kids/2024aw/img/arrow01.svg) no-repeat left 10px center;
	width: 310px;
	height: 45px;
	padding: 11px 20px 12px;
	text-align: right;
	border: 1px solid #000;
	font-size: 0;
}
@media screen and (max-width:767px) {
	#btn_top{
		width: 100%;
		margin: 70px auto;
	}
	#btn_top p{
		float: none;
	}
	#btn_top .btn_top02 a{
		display: block;
		background: url(/base/pc/store/special/casestudy_kids/2024aw/img/arrow01.svg) no-repeat left 5px center;
		background-size: 25px;
		width: 225px;
		height: auto;
		margin: 0 auto;
		padding: 10px;
	}
	#btn_top .btn_top02 a img{
		width: auto;
		height: 15px;
	}
}