/* studio */

/* ------------------------------------

studio.html

------------------------------------ */
/* --- SP ---------- */
@media print, screen and (max-width: 740px) {
	.studio-common .mainphoto{
		position: relative;
		width: 100%;
	}

	.studio-common .mainphoto:before{
		content:"";
		display: block;
		padding-top: 41.66%;
	}

	.studio-common .mainphoto div{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.studio-common .maintitle{
		text-align: center;
		line-height: 1.0;
		margin: 0 0 10px;
		font-size: 280%;
		color: #869e8e;
	}

	.studio-common h1{
		text-align: center;
		font-size: 120%;
		margin: 0;
		color: #333333;
	}

	.studio .studio-body .lead{
		text-align: center;
		font-size: 90%;
		margin: 10px auto;
		color: #333333;
		line-height: 2.0;
	}

	.studio .studio-body .studio-photo{
		margin: 20px auto;
	}

	.studio .studio-body .studio-photo div{
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		margin-bottom: 20px;
	}

	.studio .studio-body .studio-photo div img{
		width: 50%;
		line-height: 0;
	}

	.studio .studio-body .studio-photo p{
		text-align: center;
		line-height: 2.0;
		margin: 10px auto 20px;
	}

	.studio .studio-flow{
		padding: 30px 0 30px;
		background: #f6f4f5;
		border-bottom: 1px solid #ddd;
	}

	.studio .studio-flow .studio-flow-body{
		max-width: 1140px;
		width: 90%;
		margin: 0 auto;
	}

	.studio .studio-flow .studio-flow-body .left{
	}

	.studio .studio-flow .studio-flow-body .right{
		max-width: 600px;
		width: 100%;
		margin: 10px auto;
	}

	.studio .studio-flow .studio-flow-body .left h2{
		margin-bottom: 15px;
		font-size: 110%;
	}

	.studio .studio-flow .studio-flow-body .left h2 .jp-title{
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
		color: #403b34;
	}

	.studio .studio-flow .studio-flow-body .left h2 .en-title{
		font-size: 250%;
		margin-right: 12px;
		font-weight: normal;
	}

	.studio .studio-flow .studio-flow-body .left p{
		line-height: 1.8;
	}

	.studio .studio-flow .studio-flow-body .left .btn02{
		max-width: 400px;
		width: 90%;
		margin: 20px 0;
	}

	.studio .studio-body{
		padding: 20px 0;
	}

	.studio #main-contents{
		padding-bottom: 0;
	}
}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {
	.studio-common .mainphoto{
		position: relative;
		width: 100%;
	}

	.studio-common .mainphoto:before{
		content:"";
		display: block;
		padding-top: 41.66%;
	}

	.studio-common .mainphoto div{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.studio-common .maintitle{
		text-align: center;
		line-height: 1.0;
		margin: 0 0 10px;
		font-size: 400%;
		color: #869e8e;
	}

	.studio-common h1{
		text-align: center;
		font-size: 140%;
		margin: 0;
		color: #333333;
	}

	.studio .studio-body .lead{
		text-align: center;
		font-size: 90%;
		margin: 20px auto;
		color: #333333;
		line-height: 2.0;
	}

	.studio .studio-body .studio-photo{
		margin: 50px auto;
	}

	.studio .studio-body .studio-photo div{
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		margin-bottom: 50px;
	}

	.studio .studio-body .studio-photo div img{
		width: 50%;
		line-height: 0;
	}

	.studio .studio-body .studio-photo p{
		text-align: center;
		line-height: 2.0;
		margin: 40px auto 40px;
	}

	.studio .studio-flow{
		padding: 40px 0 80px;
		background: #f6f4f5;
	}

	.studio .studio-flow .studio-flow-body{
		max-width: 1180px;
		width: 100%;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:  space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.studio .studio-flow .studio-flow-body .left{
		width: 50%;
	}

	.studio .studio-flow .studio-flow-body .right{
		width: 45%;
	}

	.studio .studio-flow .studio-flow-body .left h2{
		margin-bottom: 25px;
	}

	.studio .studio-flow .studio-flow-body .left h2 .jp-title{
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
		color: #403b34;
	}

	.studio .studio-flow .studio-flow-body .left h2 .en-title{
		font-size: 250%;
		margin-right: 20px;
		font-weight: normal;
	}

	.studio .studio-flow .studio-flow-body .left p{
		line-height: 1.8;
	}

	.studio .studio-flow .studio-flow-body .left .btn02{
		max-width: 400px;
		width: 100%;
		margin: 40px 0;
	}

	.studio .studio-body{
		padding-bottom: 60px;
	}

	.studio #main-contents{
		padding-bottom: 0;
	}
}

@media print, screen and (min-width: 1401px) and (max-width: 1500px) {
	.studio .studio-flow .studio-flow-body .left{
		width: 52%;
	}

	.studio .studio-flow .studio-flow-body{
		width: 94%;
	}
}


@media print, screen and (min-width: 1301px) and (max-width: 1400px) {
	.studio .studio-flow .studio-flow-body .left{
		width: 58%;
	}

	.studio .studio-flow .studio-flow-body .right{
		width: 41%;
	}

	.studio .studio-flow .studio-flow-body{
		width: 94%;
	}
}


@media print, screen and (min-width: 1201px) and (max-width: 1300px) {
	.studio .studio-flow .studio-flow-body .left{
		width: 60%;
	}

	.studio .studio-flow .studio-flow-body .left p{
		font-size: 95%;
	}

	.studio .studio-flow .studio-flow-body .right{
		width: 39%;
	}

	.studio .studio-flow .studio-flow-body{
		width: 94%;
	}
}


@media print, screen and (min-width: 1001px) and (max-width: 1200px) {

	.studio .studio-flow .studio-flow-body .left p{
		font-size: 92%;
	}

	.studio .studio-flow .studio-flow-body{
		width: 94%;
	}

	.studio .studio-flow .studio-flow-body .left h2{
		font-size: 120%;
		margin-bottom: 12px;
	}

	.studio .studio-flow .studio-flow-body .left h2 .en-title{
		font-size: 220%;
	}

	.studio .studio-flow .studio-flow-body .left .btn02{
		margin: 20px 0;
	}

	.studio .studio-flow .studio-flow-body .left .btn02 a{
		font-size: 90%;
	}

	.studio .studio-body{
		padding-bottom: 50px;
	}
}

@media print, screen and (min-width: 851px) and (max-width: 1000px) {
	.studio .studio-flow .studio-flow-body .left h2{
		text-align: center;
	}

	.studio .studio-flow .studio-flow-body .left p{
		text-align: center;
	}

	.studio .studio-flow .studio-flow-body .left .btn02{
		margin: 20px auto;
	}

	.studio .studio-flow .studio-flow-body{
		display: block;
	}

	.studio .studio-flow .studio-flow-body .left{
		width: 100%;
	}

	.studio .studio-flow .studio-flow-body .right{
		max-width: 500px;
		width: 100%;
		margin: 15px auto;
	}

	.studio .studio-body{
		padding-bottom: 40px;
	}

	.studio .studio-body .studio-photo p{
		margin: 30px auto;
	}
}

@media print, screen and (min-width: 741px) and (max-width: 850px) {
	.studio .studio-flow .studio-flow-body .left h2{
		text-align: center;
	}

	.studio .studio-flow .studio-flow-body .left p{
		text-align: center;
		font-size: 95%;
	}

	.studio .studio-flow .studio-flow-body .left .btn02{
		margin: 20px auto;
	}

	.studio .studio-flow .studio-flow-body{
		display: block;
	}

	.studio .studio-flow .studio-flow-body .left{
		width: 100%;
	}

	.studio .studio-flow .studio-flow-body .right{
		max-width: 500px;
		width: 100%;
		margin: 15px auto;
	}

	.studio .studio-body{
		padding-bottom: 30px;
	}

	.studio .studio-body .studio-photo p{
		margin: 30px auto;
	}
}


/* ------------------------------------

flow.html

------------------------------------ */
/* --- SP ---------- */
@media print, screen and (max-width: 740px) {
	.flow .main-body{
		padding: 20px 0 0;
	}

	.flow .flow-lead{
		margin: 30px auto 20px;
		max-width: 1200px;
		width: 100%;
	}

	.flow .flow-lead .left{
		max-width: 700px;
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:  space-between;
	}

	.flow .flow-lead .left .photo01{
		width: 33%;
		position: relative;
		top: -20px;
	}

	.flow .flow-lead .left .photo02{
		width: 63%;
	}

	.flow .flow-lead .right{
		max-width: 700px;
		width: 100%;
	}

	.flow .flow-lead .right p{
		line-height: 1.8;
		text-align: center;
	}

	.flow .flow-body{
		border: 1px dotted #b7b7b7;
		padding: 30px 20px;
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
	}

	.flow .flow-body .box{
		border-bottom : 1px solid #dcdcdc;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.flow .flow-body .box:last-child{
		border-bottom : none;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.flow .flow-body .box .left{
		width: 100%;
	}

	.flow .flow-body .box .left h2{
		margin: 0 0 10px;
		font-size: 140%;
	}

	.flow .flow-body .box .left h2 .en-title{
		color: #b0b6cc;
		font-size: 160%;
		margin-right: 8px;
		font-weight: normal;
	}

	.flow .flow-body .box .left h2 .jp-title{
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
	}

	.flow .flow-body .box .right{
		max-width: 680px;
		width: 100%;
	}

	.flow .attention{
		max-width: 1200px;
		width: 100%;
		margin: 15px auto;
		font-size: 70%;
	}
}

@media print, screen and (max-width: 369px) {
	.flow .flow-body .box .left h2{
		font-size: 115%;
	}

	.flow .flow-body .box .left h2 .en-title{
		font-size: 140%;
	}
}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {
	.flow .flow-lead{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:  space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 90px auto 70px;
		max-width: 1200px;
		width: 100%;
	}

	.flow .flow-lead .left{
		width: 48%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:  space-between;
	}

	.flow .flow-lead .left .photo01{
		width: 33%;
		position: relative;
		top: -40px;
	}

	.flow .flow-lead .left .photo02{
		width: 63%;
	}

	.flow .flow-lead .right{
		width: 48%;
	}

	.flow .flow-lead .right p{
		line-height: 2.0;
	}

	.flow .flow-body{
		border: 1px dotted #b7b7b7;
		padding: 50px 80px;
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
	}

	.flow .flow-body .box{
		border-bottom : 1px solid #dcdcdc;
		padding-bottom: 40px;
		margin-bottom: 50px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:  space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.flow .flow-body .box:last-child{
		border-bottom : none;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.flow .flow-body .box .left{
		width: 65%;
	}

	.flow .flow-body .box .left h2{
		margin: 0 0 20px;
		font-size: 150%;
	}

	.flow .flow-body .box .left h2 .en-title{
		color: #b0b6cc;
		font-size: 180%;
		margin-right: 12px;
		font-weight: normal;
	}

	.flow .flow-body .box .left h2 .jp-title{
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
	}

	.flow .flow-body .box .right{
		width: 28%;
	}

	.flow .attention{
		text-align: right;
		max-width: 1200px;
		width: 100%;
		margin: 15px auto;
		font-size: 80%;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1200px) {
	.flow .flow-lead{
		margin: 60px auto 40px;
	}

	.flow .flow-lead p{
		font-size: 88%;
	}

	.flow .flow-lead .left .photo01{
		top: -20px;
	}

	.flow .flow-body{
		padding: 50px 60px;
	}

	.flow .flow-body .box .left h2{
		font-size: 130%;
	}

	.flow .flow-body .box .left p{
		font-size: 90%;
	}

	.flow .flow-body .box .right{
		width: 30%;
	}

}

@media print, screen and (min-width: 851px) and (max-width: 1000px) {
	.flow .flow-lead{
		margin: 40px auto 40px;
	}

	.flow .flow-lead p{
		font-size: 88%;
	}

	.flow .flow-lead .left .photo01{
		top: -20px;
	}

	.flow .flow-body{
		padding: 40px 40px;
	}

	.flow .flow-body .box .left h2{
		font-size: 100%;
	}

	.flow .flow-body .box .left p{
		font-size: 90%;
	}

	.flow .flow-body .box .right{
		width: 30%;
	}
}

@media print, screen and (min-width: 741px) and (max-width: 850px) {
	.flow .flow-lead{
		display: block;
		margin: 50px auto;
	}

	.flow .flow-lead .left{
		width: 90%;
		margin: 0 auto;
	}

	.flow .flow-lead .right{
		width: 90%;
		margin: 0 auto;
	}

	.flow .flow-lead .right p{
		text-align: center;
	}

	.flow .flow-lead .left .photo01{
		top: -20px;
	}

	.flow .flow-body{
		padding: 40px 40px;
	}

	.flow .flow-body .box{
		display: block;
		max-width: 680px;
		width: 90%;
		margin: 0 auto 40px;
	}

	.flow .flow-body .box .left{
		width: 100%;
	}

	.flow .flow-body .box .right{
		width: 100%;
	}

	.flow .attention{
		font-size: 70%;
		text-align: left;
		line-height: 1.4;
	}
}

@media print, screen and (max-width: 640px) {


}

@media print, screen and (max-width: 480px) {

}

@media print, screen and (min-width: 741px) and (max-width: 1200px) {


}

@media print, screen and (min-width: 741px) and (max-width: 1000px) {
}



