/*--------------------------------------------------------------------------------------*/
/*																						*/
/* Make The Best Partner用デザインシート												*/
/*																						*/
/*--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------*/
/* モバイル(スマホ）デザイン															*/
/*--------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px){
	/*----------------------------------*/
	/* 共通								*/
	/*----------------------------------*/
	.layoutInner {
		width: 320px;
		margin: 0 auto;
	}
	h1 {
		padding: 20px 5px;
		font-family: 'mplus-2c-bold';
		font-size: 20px;
		text-align: center;
		color: white;
	}
	h2 {
		padding-bottom: 20px;
		font-family: 'mplus-2c-regular';
		font-size: 15px;
		text-align: center;
		color: white;
	}
	
	
	/*----------*/
	/* 説明文	*/
	/*----------*/
	.descript1 span {
		line-height: 70px;
		font-size: 50px;
		font-family: 'mplus-2c-regular';
	}
	.descript2 span {
		font-size: 50px;
		font-family: 'mplus-2c-regular';
	}
	.descript3 span {
		font-size: 50px;
		font-family: 'mplus-2c-regular';
	}
	.descript4 span {
		font-size: 50px;
		line-height: 70px;
		font-family: 'mplus-2c-regular';
	}
	.descript5 span {
		font-size: 50px;
		line-height: 70px;
		font-family: 'mplus-2c-regular';
	}
	.descript5 img {
		float: right;
		width: 400px;
		margin: 30px;
	}
	
	/*----------*/
	/* 強調文	*/
	/*----------*/
	.bold1 span {
		font-size: 51px;
	}
	.bold2 span {
		font-size: 50px;
	}
	.bold3 span {
		font-size: 56px;
	}
	
	/*----------------------------------*/
	/* ボディ							*/
	/*----------------------------------*/
	#mastbody .descript {
		margin: 30px 15px;
		font-size: 18px;
	}
	#mastbody .descript p {
		display: inline;
	}
	
	#mastbody dl.question {
		margin: 30px 10px;
		font-size: 22px;
		line-height: 32px;
	}
	#mastbody dl.question dt {
		float: none;
		width: 100%;
		padding-top: 15px;
		padding-left: 10px;
		text-align:left;
	}
	#mastbody dl.question dd {
		width: 100%;
		padding: 15px 30px;
		margin: 0;
	}
	#mastbody dl.question dd p {
		display: inline;
		font-size: 20px;
	}
	.index #mastbody .button {
		font-size: 18px;
		margin: 15px;
	}
	
	
	/*--------------*/
	/* プロフィール	*/
	/*--------------*/
	.profile .title span,
	.profile dl dt span,
	.profile dl dd {
		font-family: 'mplus-2c-regular';
	}
	.profile .body dl {
		line-height: 70px;
		font-size: 50px;
	}
	.profile.mihoko .head .name {
		letter-spacing: 0;
		font-size: 90px;
	}
	.profile.mihoko .head dl {
		font-size: 50px;
	}
}