@charset "utf-8";
/* CSS Document */


* {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
}


#topicpathWrapper #contents {
	width: 100%;
}
.wrap_story {
	max-width: 960px;
	width: 96%;
	margin: 0 auto;
}
#story {
	max-width: 800px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 100px auto ;
}
.story_list {
	max-width: 580px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 60px auto 0;
}
.story_list li {
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.story_list li .photo {
    max-width: 100px;
	padding-left: 10px;
}
#main .project_title {
	padding-top: 30px;
	float: left;
}
.mv {
	margin: 0 auto;
	width: 96%;
	display: block;
	padding-top: 3rem;
}
#story_back {
	background-image:url(story1_img/story_back.png);
	margin-top: 10px;
	background-repeat: repeat-x;
}
.text_space {
	width: 100%;
	font-size: 12px;
	line-height: 230%;
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.text_space2 {
	width: 100%;
	font-size: 12px;
	line-height: 230%;
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 0px;
	padding-left: 20px;
}

.text_space p , .text_space2 p {
	padding-top: 50px;
}

.text_top{
	padding: 100px 0px 50px;
}
.photo_space {
	margin-bottom: 10rem;
}
.photo_space img{
	max-width: 405px;
	width: 96%;
	margin: 0 auto;
	padding-top: 30px;
	/*padding-bottom: 30px;*/
	font-size: 11px;
	line-height: 130%;
	color: #999;
}

.photo_space2 {
	max-width: 405px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 11px;
	line-height: 130%;
	color: #999;
}

/*.photo_space img , .photo_space2 img {
	padding-top: 10px;
}*/

.photo_l {
	padding-left: 10px;
	margin: 0 auto;
	width: 96%;
}

#main .text_space .space ,#main .text_space2 .space {
	padding-top: 140px;
}

#roman_naka {
	max-width: 700px;
  width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height:190%;
	color: #333;
}

.right {
	float:right;
	}

.line {
	padding:80px 0px;
	}

.space
{
	margin:50px 0px;
	}
	
	
.space2
{
	margin:0px 0px 50px 0px;
	}


#photo {
	background-image: url(../../story4_img/photo13.jpg);
	background-repeat: no-repeat;
	height: 1319px;
	width: 700px;
	float: left;
}
#photo .text1 {
	float: right;
	width: 280px;
	top: 270px;
	position: relative;
}

#photo .text2 {
	float: right;
	width: 250px;
	top: 780px;
	position: relative;
	clear: both;
}
.story_flex {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 768px) {
  #roman_naka br {
    display: none;
  }
}