@import url(reset.css);
@import url(base.css);
@import url(common.css);

img {
	max-width: 100%;
}


#mainimg.clife {
	background: url("../image/campuslife/top/main_bg.jpg") center center no-repeat;
	background-size: cover;
}

.bagFlex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}


.bagFlex li {
	width: 49.5%;
}

.bagFlex li:nth-child(n + 3) {
	margin-top: 30px;
}


#container .topback.scl {
	margin: 0;
}

#container .topback.lng {
	margin: 0;
}

#container .topback.lng a {
	width: auto;
	background: url("../image/common/arrow01.png") 97% center no-repeat;
	padding: 15px 50px 15px 40px;
}
#container .inner .p_title h2{
	line-height: 1.2;
}

#no01,
#no02,
#no03,
#no04,
#no05,
#no06,
#no07 {
	margin-top: -100px;
	padding-top: 100px;
}

/*-------------------------------------------------------------------
	introduction
-------------------------------------------------------------------*/

#introduction {
	margin: 0 0 50px;
	text-align: justify;
	text-justify: inter-ideograph;
}

#introduction .lead {
	text-align: center;
	margin: 0 0 50px;
}

#introduction .toplink {
	margin: 0 0 50px;
	display: flex;
	justify-content: space-between;
}


#introduction .toplink li {
	width: 32%;
}


#introduction .toplink li a {
	display: block;
	position: relative;
	line-height: 1.2;
	background: #a09ccc;
	color: #fff;
	padding: 15px 0;
	text-align: center;
	height: 100%;
	box-sizing: border-box;
	font-size: 1.2em;
}


#introduction .toplink li a span {
	font-size: 0.7em;
}


#introduction .toplink li a:hover {
	background:#8d80bb;
	text-decoration: none;
}

#introduction .toplink li a:after {
	width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 7%;
	content: '';
}

#introduction .ttl {
	background:#8d80bb;
	line-height: 1.0;
	color: #fff;
	padding: 7px 0 10px;
	text-align: center;
	margin: 0 0 30px;
}

#introduction .ttl span {
	font-size: 1.4em;
}


/* sec01 */

#introduction .sec01 {
	margin: 0 0 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


#introduction .sec01 .box {
	/*width: 227px;
	float: left;
	margin-right: 30px;*/
	width: calc(95% / 2);
}



#introduction .sec01 .box figure img {
	width: 100%;
	max-width: 100%;
}
#introduction .sec01 .box figure figcaption {
	min-height: 91px;
	display: flex;
	justify-content: space-between;
	font-size: .9em;
	margin-top: 4px;
}
#introduction .sec01 .box figure figcaption span{
	width: calc(95% / 2);
}


#introduction .sec01 .box dl {
	margin: 20px 0 0;
	line-height: 1.6;
}


#introduction .sec01 .box dl dt {
	font-weight: 500;
	line-height: 1.0;
	margin: 0 0 10px;
}

#introduction .sec01 .box dl dt span {
	display: inline-block;
	vertical-align: bottom;
	font-size: 0.7em;
	font-weight: 300;
}

#introduction .sec01 .box dl dd.sbjct {
	font-size: 0.8em;
	line-height: 1.0;
	margin: 0 0 10px;
}

#introduction .sec01 .box dl dd.img01 {
	margin: 15px 0 0;
	text-align: right;
}

#introduction .sec01 .box dl dd.img02 {
	margin: 15px 0 0;
	text-align: right;
}

#introduction .sec01 .box dl dd.img03 {
	margin: 15px 0 0;
	text-align: right;
}


/* sec02 */

#introduction .sec02 {
	overflow: hidden;
	zoom:1;
	margin: 0 0 70px;
}

#introduction .sec02 li {
	max-width: 48%;
	float: left;
}

#introduction .sec02 li:nth-child(even) {
	float: right;
}

#introduction .sec02 li:nth-child(1),
#introduction .sec02 li:nth-child(2) {
	margin: 0 0 30px;
}


/* sec03 */

#introduction .sec03 {
	overflow: hidden;
	zoom:1;
	padding: 0 0 30px;
}

#introduction .sec03 dl {
	width: 313px;
	float: left;
	margin: 0 30px 30px 0;
	line-height: 1.2;
}

#introduction .sec03 dl:nth-child(3n) {
	margin-right: 0;
}

#introduction .sec03 dl dd {
	margin: 20px 0 0;
}


/* sec04 */

#introduction .sec04 {
	margin: 0 0 60px;	
}

#introduction .sec04 .imgs {
	overflow: hidden;
	zoom:1;
	margin: 0 0 30px;
}

#introduction .sec04 .imgs li {
	max-width: 49.5%;
	float: left;
}

#introduction .sec04 .imgs li:nth-child(2) {
	float: right;
}

#introduction .sec04 .going {
	border-top: 1px solid #8d80bb;
	border-bottom: 1px solid #8d80bb;
	line-height: 1.0;
	padding: 15px 0;
}

#introduction .sec04 .going dt,
#introduction .sec04 .going dd {
	display: inline-block;
	vertical-align: middle;
}

#introduction .sec04 .going dt {
	margin-right: 20px;
}


#introduction .sec04 .going dt span {
	display: inline-block;
	background: #8d80bb;
	color: #fff;
	font-size: 1.4em;
	padding: 10px 20px;
}

#introduction .sec04 .going dd ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	font-size: 1.8em;
}

#introduction .sec04 .going dd ul li:last-child {
	margin-right: 0;
}

#introduction .sec04 .going dd ul li span {
	font-size: 0.5em;
	display: inline-block;
	vertical-align: top;
	padding: 7px 7px 0 0;
}

#introduction .sec04 .time {
	line-height: 1.0;
	text-align: right;
	margin: 10px 0;
	font-size: 0.8em;
}


/* sec05 */

#introduction .sec05 {
	margin: 0 0 60px;	
}

#introduction .sec05 .same {
	overflow: hidden;
	zoom:1;
	margin: 0 0 20px;
	position: relative;
}

#introduction .sec05 .same .text {
	width: 355px;
	float: left;
}

#introduction .sec05 .same .photo {
	width: 625px;
	float: right;
	overflow: hidden;
	zoom:1;
}

#introduction .sec05 .same .photo dl {
	float: left;
}

#introduction .sec05 .same .photo dl:last-child {
	float: right;
}

#introduction .sec05 .same .photo dl dd {
	line-height: 1.0;
	margin: 15px 0 0;
}


#introduction .sec05 .same .icon {
	position: absolute;
	bottom: 10px;
	left: 15%;
}

#introduction .sec05 .quest {
	border-top: 1px solid #8d80bb;
	border-bottom: 1px solid #8d80bb;
	line-height: 1.0;
	padding: 15px 0;
	margin: 0 0 20px;
	overflow: hidden;
	zoom:1;
}

#introduction .sec05 .quest dl {
	float: left;
}

#introduction .sec05 .quest dl.last {
	float: right;
}

#introduction .sec05 .quest dl dt,
#introduction .sec05 .quest dl dd,
#introduction .sec05 .quest dl dd ul li {
	display: inline-block;
	vertical-align: middle;
}

#introduction .sec05 .quest dl dt {
	margin-right: 10px;
}

#introduction .sec05 .quest dl dd ul li {
	margin-right: 10px;
	font-size: 1.8em;
}

#introduction .sec05 .quest dl dd ul li:last-child {
	margin-right: 0;
}

#introduction .sec05 .quest dl dd ul li span {
	font-size: 0.4em;
	display: inline-block;
	vertical-align: top;
	padding: 9px 5px 0 0;
}


#introduction .sec05 .lastbox {
	overflow: hidden;
	zoom:1;
}

#introduction .sec05 .lastbox .left {
	float: left;
}

#introduction .sec05 .lastbox .left span {
	display: inline-block;
	line-height: 1.0;
	background: #8d80bb;
	color: #fff;
	padding: 10px 15px;
	font-size: 1.2em;
}

#introduction .sec05 .lastbox .right {
	margin-left: 200px;
}

#introduction .sec05 .lastbox .right dt {
	font-size: 1.2em;
	line-height: 1.4;
	margin: 0 0 10px;
	font-weight: 400;
}

#introduction .sec05 .lastbox .right dd span {
	font-size: 0.85em;
}


/* sec06 */

#introduction .sec06 {
	overflow: hidden;
	zoom:1;
	margin: 0 0 60px;
}

#introduction .sec06 .box {
	width: 175px;
	margin-right: 30px;
	float: left;
}

#introduction .sec06 .box:nth-child(5) {
	margin-right: 0;
}

#introduction .sec06 .box figure img {
	max-width: 100%;
}

#introduction .sec06 .box dl {
	margin: 10px 0 0;
}

#introduction .sec06 .box dl dt {
	line-height: 1.2;
	font-size: 1.02em;
	margin: 0 0 5px;
	font-weight: 400;
}

#introduction .sec06 .box dl dd {
	line-height: 1.6;
}


/* sec07 */

#introduction .sec07 {
}

#introduction .sec07 .purple {
	padding: 30px 40px 40px;
	position: relative;
	background: #edebf1;
}


#introduction .sec07 .purple .icon01 {
	position: absolute;
	top: -20px;
	right: 38%;
}

#introduction .sec07 .purple .icon02 {
	position: absolute;
	top: -10px;
	left: 38%;
}

#introduction .sec07 .purple .subt {
	border-bottom: 1px solid #8d80bb;
	line-height: 1.0;
	color: #8d80bb;
	font-size: 1.4em;
	text-align: center;
	padding: 0 0 10px;
	margin: 0 0 20px;
	font-weight: 400;
}

#introduction .sec07 .purple .leads {
	text-align: center;
	margin: 0 0 30px;
}

#introduction .sec07 .purple .border {
	padding: 0 0 30px;
	margin: 0 0 20px;
	background: url("../image/campuslife/introduction/int_bar.png") bottom center no-repeat;
}

#introduction .sec07 .purple .box01,
#introduction .sec07 .purple .box02 {
	overflow: hidden;
	zoom:1;
	position: relative;
}

#introduction .sec07 .purple .photo {
	width: 550px;
	overflow: hidden;
	zoom:1;
}

#introduction .sec07 .purple .photo li {
	float: left;
}

#introduction .sec07 .purple .photo li:nth-child(2) {
	float: right;
}

#introduction .sec07 .purple .photo02 {
	width: 625px;
	overflow: hidden;
	zoom:1;
	float: right;
}

#introduction .sec07 .purple .photo02 li {
	float: left;
	margin-right: 18px;
}

#introduction .sec07 .purple .photo02 li:nth-child(2) {
	padding: 60px 0 0;
}

#introduction .sec07 .purple .photo02 li:nth-child(3) {
	margin-right: 0;
}


#introduction .sec07 .purple .text {
	width: 180px;
	line-height: 1.6;
}

#introduction .sec07 .purple .text dt {
	line-height: 1.0;
	margin: 0 0 5px;
	color: #8d80bb;
	font-size: 1.2em;
}

#introduction .sec07 .purple .box01 .photo {
	float: left;
}

#introduction .sec07 .purple .box02 .photo {
	float: right;
}

#introduction .sec07 .purple .box01 .text {
	float: left;
	margin-left: 20px;
}

#introduction .sec07 .purple .box02 .text {
	float: left;
}

#introduction .sec07 .purple .human01 {
	position: absolute;
	bottom: 30px;
	right: 0;
}

#introduction .sec07 .purple .human02 {
	position: absolute;
	top: 0;
	left: 200px;
}

#introduction .sec07 .purple .human03 {
	position: absolute;
	bottom: 0;
	right: 0;
}

#introduction .sec07 .purple .human04 {
	position: absolute;
	top: 0;
	left: 180px;
}


#introduction .sec07 .purple .tournament {
	overflow: hidden;
	zoom:1;
	background: #d2cce6;
	padding: 20px;
	margin: 20px 0 0;
}


#introduction .sec07 .purple .tournament dt {
	float: left;
}

#introduction .sec07 .purple .tournament dt span {
	display: inline-block;
	text-align: center;
	width: 185px;
	background: #fff;
	padding: 10px 0;
	font-weight: 500;
}

#introduction .sec07 .purple .tournament dd {
	margin-left: 200px;
	padding-top: 15px;
	line-height: 1.6;
}
.jintanPoint{
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jintanPoint .pointflex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
	width: 48%;
}
.jintanPoint .pointflex .pointimg {
	width: 20%;
}
.jintanPoint .pointflex .pointimg img {
	max-width: 100%;
}

.jintanPoint .pointflex .pointTextBox{
	width: 75%;
}
.jintanPoint .pointflex  dl .pointTitle{
	font-size: 1.5em;
	color: #8d80bb;
}

/*===============================================
  画面の横幅が1024px以下に適用
===============================================*/
@media screen and (max-width: 1024px){
	
	
	/* introduction */




	/* sec01 */



	
	

	/* sec03 */


	#introduction .sec03 dl {
		width: 31%;
		margin: 0 30px 2% 0;
	}

	#introduction .sec03 dl:nth-child(3n) {
		margin-right: 0;
	}

	/* sec04 */



	#introduction .sec04 .going dt {
		display: block;
		margin: 0 0 10px;
	}


	/* sec05 */

	#introduction .sec05 {
		margin: 0 0 60px;	
	}


	#introduction .sec05 .same .text {
		width: 38%;
		float: left;
	}

	#introduction .sec05 .same .photo {
		width: 60%;
		float: right;
		overflow: hidden;
		zoom:1;
	}

	#introduction .sec05 .same .photo dl {
		float: left;
		max-width: 49%;
	}


	#introduction .sec05 .quest dl {
		float: none;
	}

	#introduction .sec05 .quest dl.last {
		float: none;
		margin: 10px 0 0;
	}


	/* sec06 */


	#introduction .sec06 .box {
		width: 19%;
		margin-right: 1%;
		float: left;
	}

	#introduction .sec06 .box:nth-child(5) {
		margin-right: 0;
	}


	/* sec07 */


	

	#introduction .sec07 .purple .photo {
		width: 60%;
		overflow: hidden;
		zoom:1;
	}
	
	#introduction .sec07 .purple .photo li {
		max-width: 49%;
	}
	

	#introduction .sec07 .purple .photo02 {
		width: 70%;
		overflow: hidden;
		zoom:1;
		float: right;
	}

	#introduction .sec07 .purple .photo02 li {
		float: left;
		width: 31%;
		margin-right: 1%;
	}

	#introduction .sec07 .purple .photo02 li:nth-child(2) {
		padding: 30px 0 0;
	}

	#introduction .sec07 .purple .photo02 li:nth-child(3) {
		margin-right: 0;
	}

	#introduction .sec07 .purple .human01,
	#introduction .sec07 .purple .human02,
	#introduction .sec07 .purple .human03,
	#introduction .sec07 .purple .human04 {
		display: none;
	}


	#introduction .sec07 .purple .tournament dd {
		padding-top: 0;
	}

	
}

/*===============================================
  画面の横幅が768px以下に適用
===============================================*/
@media screen and (max-width: 768px){
	#introduction .sec01 .box{
		width: 100%;
	}		
	#introduction .sec01 .box:nth-of-type(2){
		margin-top: 25px;
		padding-top: 20px;
		border-top: #8d80bb 1px solid;
	}
	#mainimg.clife {
		background: url("../image/campuslife/top/main_bg.jpg") center center no-repeat;
		background-size: auto 100%;
	}
	#introduction #no02 .ttl{
		line-height: 1.2;
	}

	
}

/*===============================================
  画面の横幅が640px以下に適用
===============================================*/
@media screen and (max-width: 640px){
	
	
	/* introduction */

	#introduction {
		margin: 0 0 50px;
	}

	#introduction .lead {
		text-align: center;
		margin: 0 0 30px;
	}

	#introduction .toplink {
		text-align: center;
		display: block;
		margin: 0 0 30px;
	}


	#introduction .toplink li,
	#introduction .toplink li:nth-child(4n){
		display: block;
		vertical-align: top;
		margin: 0 0 10px 0;
		width: auto;
	}


	/* sec01 */


	#introduction .sec01 .box:nth-child(n + 3) {
		margin-top: 20px;
	}
	
	#introduction .sec01 .box dl dd.img01,
	#introduction .sec01 .box dl dd.img02,
	#introduction .sec01 .box dl dd.img03 {
		margin: 20px 0 0;
	}




	/* sec02 */

	.bagFlex li {
		width: 100%;
	}

	.bagFlex li:nth-child(n + 2) {
		margin-top: 30px;
	}
	

	/* sec03 */


	#introduction .sec03 dl,
	#introduction .sec03 dl:nth-child(3n){
		width: 48%;
		float: left;
		margin: 0 0 30px;
		line-height: 1.2;
	}

	#introduction .sec03 dl:nth-child(even) {
		float: right;
	}


	/* sec04 */

	#introduction .sec04 {
		margin: 0 0 60px;	
	}

	#introduction .sec04 .imgs {
		overflow: hidden;
		zoom:1;
		margin: 0 0 30px;
	}

	#introduction .sec04 .imgs li {
		max-width: 100%;
		float: none;
	}

	#introduction .sec04 .imgs li:nth-child(2) {
		float: none;
		margin: 20px 0 0;
	}

	#introduction .sec04 .going dt {
		display: block;
		margin:0 0 10px;
	}


	/* sec05 */

	#introduction .sec05 {
		margin: 0 0 50px;	
	}

	#introduction .sec05 .same {
		overflow: hidden;
		zoom:1;
		margin: 0 0 20px;
		position: relative;
	}

	#introduction .sec05 .same .text {
		width: auto;
		float: none;
		margin: 0 0 20px;
	}

	#introduction .sec05 .same .photo {
		width: auto;
		float: none;
		overflow: hidden;
		zoom:1;
	}

	#introduction .sec05 .same .photo dl {
		float: left;
		width: 48%;
	}

	#introduction .sec05 .same .photo dl dd {
		line-height: 1.2;
		margin: 15px 0 0;
	}

	#introduction .sec05 .same .icon {
		position: static;
		text-align: center;
		margin: 0 0 20px;
	}

	#introduction .sec05 .quest {
		border-top: 1px solid #8d80bb;
		border-bottom: 1px solid #8d80bb;
		line-height: 1.0;
		padding: 15px 0;
		margin: 0 0 20px;
		overflow: hidden;
		zoom:1;
	}

	#introduction .sec05 .quest dl {
		float: none;
		text-align: center;
	}

	#introduction .sec05 .quest dl.last {
		float: none;
		margin: 15px 0 0;
	}

	#introduction .sec05 .quest dl dt,
	#introduction .sec05 .quest dl dd,
	#introduction .sec05 .quest dl dd ul li {
		display: inline-block;
		vertical-align: middle;
	}

	#introduction .sec05 .quest dl dt {
		display: block;
		margin:0 0 10px;
	}	


	#introduction .sec05 .lastbox .left {
		float: none;
		text-align: center;
	}

	#introduction .sec05 .lastbox .left span {
		display: inline-block;
		line-height: 1.0;
		background: #8d80bb;
		color: #fff;
		padding: 10px 15px;
		font-size: 1.2em;
	}

	#introduction .sec05 .lastbox .right {
		margin: 20px 0 0;
	}	


	/* sec06 */

	#introduction .sec06 {
		overflow: hidden;
		zoom:1;
		margin: 0 0 30px;
	}

	#introduction .sec06 .box,
	#introduction .sec06 .box:nth-child(5) {
		width: 49%;
		margin:0 0 20px;
		float: left;
	}

	#introduction .sec06 .box:nth-child(even) {
		float: right;
	}

	/* sec07 */

	#introduction .sec07 .purple {
		padding: 30px 5% 30px;
		position: relative;
		background: #edebf1;
	}


	#introduction .sec07 .purple .icon01 {
		position: absolute;
		top: -20px;
		right: 5%;
	}

	#introduction .sec07 .purple .icon02 {
		position: absolute;
		top: -10px;
		left: 5%;
	}

	
	#introduction .sec07 .purple .photo {
		width: auto;
		overflow: hidden;
		zoom:1;
	}

	#introduction .sec07 .purple .photo li {
		float: left;
		max-width: 49%;
	}

	#introduction .sec07 .purple .photo02 {
		width: auto;
		float: right;
		margin: 10px 0 0;
	}

	#introduction .sec07 .purple .photo02 li {
		float: left;
		max-width: 31%;
		margin-right: 2%;
	}

	#introduction .sec07 .purple .photo02 li:nth-child(2) {
		padding: 0;
	}

	#introduction .sec07 .purple .photo02 li:nth-child(3) {
		margin-right: 0;
	}


	#introduction .sec07 .purple .text {
		width: auto;
		line-height: 1.6;
	}

	#introduction .sec07 .purple .box01 .photo {
		float: none;
		margin:0 0 10px;
	}

	#introduction .sec07 .purple .box02 .photo {
		float: none;
		margin:10px 0 0;
	}

	#introduction .sec07 .purple .box01 .text {
		float: none;
		margin-left: 0;
	}

	#introduction .sec07 .purple .box02 .text {
		float: none;
	}


	#introduction .sec07 .purple .tournament dt {
		float: none;
		text-align: center;
	}
	
	#introduction .sec07 .purple .tournament dt span {
		display: block;
		width: auto;
	}


	#introduction .sec07 .purple .tournament dd {
		margin: 20px 0 0;
		padding-top: 0;
		line-height: 1.6;
	}

	.jintanPoint{
		display: block;
	}
	.jintanPoint .pointflex{
		width: 100%;
	}

	#no01,
	#no02,
	#no03,
	#no04,
	#no05,
	#no06,
	#no07 {
		margin-top: -20px;
		padding-top: 20px;
	}
	
	.purpleSame .oneday dl .scroll,
	.bagFlex .scroll{
		width: 100%;
		overflow-x: scroll;
		padding: 0 0 20px;
}
	.purpleSame .oneday dl .onedayimg{
		max-width: inherit;
}
.bagFlex .scroll img{
	max-width: 640px;
}
}
/*===============================================
  画面の横幅が380px以下に適用
===============================================*/
@media screen and (max-width: 380px){
}



/* 2022 */

.purpleWrap {
	background: #edebf1;
	padding: 30px;
	margin-bottom: 50px;
}

.purpleTitle {
	border-bottom: 1px solid #8d80bb;
	color: #8d80bb;
	line-height: 1.0;
	text-align: center;
	padding: 0 0 10px;
	margin-bottom: 20px;
	font-size: 1.45em;
}

.purpleFlex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}


.purpleFlex .purpleSame {
	width: 31%;
}

.purpleMarker {
	background: linear-gradient(transparent 60%, #dddcf7 0%);
}

.humanFlex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	align-items: flex-end;
}

.humanFlex .girls {
	width: 35%;
	text-align: center;
}

.humanFlex .texts {
	width: 62%;
	font-size: 1.05em;
}

.purpleSame  .purpleImage {
	text-align: center;
}


.dreamFlex {
	display: flex;
	flex-wrap: wrap;
}

.dreamFlex .dreamSame {
	width: 31%;
	margin-right: 3%;
}

.dreamFlex .dreamSame:nth-child(3n) {
	margin-right: 0;
}

.dreamFlex .dreamSame:nth-child(n + 4) {
	margin-top: 50px;
}

.dreamHuman {
	display: flex;
	justify-content: space-between;
	min-height: 160px;
}

.dreamHuman .dtxt {
	width: 50%;
	position: relative;
}

.dreamHuman .dtxt dt {
	font-size: 1.05em;
	line-height: 1.4;
}

.dreamHuman .dtxt dd {
	line-height: 1.6;
	font-size: 0.85em;
}

.dreamHuman .dtxt dd .bold {
	font-weight: 500;
	font-size: 1.2em;
}

.dreamHuman .dtxt dd .small {
	font-size: 0.65em;
}

.dreamHuman .dphoto {
	width: 50%;
}

.dreamLead {
	font-size: 1.05em;
	line-height: 1.6;
}


.dreamHuman.extra .dtxt {
	width: 58%;
}

.dreamHuman.extra .dphoto {
	width: 42%;
}


.notebox{
	background: #fff;
    padding: 30px;
    position: relative;
    margin: 0;
}
.notebox .ttl {
    margin: 0 0 20px;
}
.notebox .bldtxt{
	margin: 0 0 15px;
    line-height: 1.4;
    font-size: 1.2em;
	font-weight: 500;
}

@media screen and (max-width: 767px){
	
	.purpleWrap {
		padding: 30px 5%;
		margin-bottom: 40px;
	}

	.purpleTitle {
		font-size: 1.2em;
	}

	.purpleFlex {
		display: block;
	}


	.purpleFlex .purpleSame {
		width: auto;
	}

	.purpleFlex .purpleSame:nth-child(n + 2) {
		margin: 30px 0 0;
	}

	.humanFlex {
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px;
		align-items: flex-end;
	}

	.humanFlex .girls {
		width: 35%;
		text-align: center;
	}

	.humanFlex .texts {
		width: 65%;
		font-size: 1.05em;
	}

	.purpleSame  .purpleImage {
		text-align: center;
	}
	
	.dreamFlex {
		display: flex;
		flex-wrap: wrap;
	}

	.dreamFlex .dreamSame,
	.dreamFlex .dreamSame:nth-child(3n) {
		width: 100%;
		margin-right: 0;
	}

	
	.dreamFlex .dreamSame:nth-child(n + 2) {
		margin-top: 50px;
	}

	.dreamHuman {
		display: flex;
		justify-content: space-between;
		min-height: inherit;
		margin-bottom: 20px;
	}

	.dreamHuman .dtxt {
		width: 65%;
		position: relative;
	}

	.dreamHuman .dphoto {
		width: 35%;
	}

	.dreamLead {
		font-size: 1.05em;
		line-height: 1.6;
	}


	.dreamHuman.extra .dtxt {
		width: 65%;
	}

	.dreamHuman.extra .dphoto {
		width: 35%;
	}
	.notebox{
		background: #fff;
		padding: 30px 5%;
	}
}
.purpleSame .oneday{
	text-align: center;
}
.purpleSame .oneday dl dt{
	font-size: 1.7em;
	line-height: 1.5;
	margin-bottom: 10px;
}
.purpleSame .oneday dl dt .type{
	font-size: 0.6em;
	line-height: 1;
    padding: 1px 5px;
}
.purpleSame .oneday dl .onedayname{
	font-weight: 500;
    line-height: 1.0;
    margin: 0 0 10px;
}
.purpleSame .oneday dl .onedayname span{
	display: inline-block;
    vertical-align: bottom;
    font-size: 0.7em;
    font-weight: 300;
}
