

		body,html{
			padding: 0px;
			margin: 0px;
		}
		#header{
			width : 100%;
			padding: 0 0 10px;
			text-align : center;
			background: #4fc8e7;
		}
		.inner{
			width: 1100px;
			margin: 0 auto;
			position: relative;
		}
		.sub_ttl{
			width: 1100px;
			margin: 0 auto;
			text-align: center;
			padding: 30px 0 20px;
			font-size: 31px;
			letter-spacing: 0em;
			display: block;
			position: relative;
		}
		.sub_ttl:after{
			content:"";
			background: url(../img/logo.jpg?22) no-repeat;
			width: 150px;
			height: 50px;
			display: block;
			position: absolute;
			right: 0px;
			top:30px;
		}

		.sub_ttl span{
			color: #1ebae2;
		}

		h1{
			font-weight: 400;
			text-align: center;
			font-size: 28px;
			margin: 40px 0 40px;
		}
		h1 span{
			display: block;
			color: #1ebae2;
			font-family: 'Noto Serif JP', serif !important;
			font-size: 46px;
			letter-spacing: 0.05em;
			font-weight: 600;
		}
		
		.textArea{
			line-height: 2em;
			font-size: 15px;
			margin: 10px;
			width: 1000px;
			margin: 0 auto;
			
		}
		.textArea p{
			margin: 10px;
			line-height: 2em;
		}
		
		p.movie{
			margin: 40px auto;
			text-align: center;
		}
		
		.msgBox{
			width: 700px;
			margin: 40px auto;
			box-shadow: 0px 0px 16px -7px rgba(8,8,8,0.6);
			min-height: 300px;
			position: relative;
	
		}
		
		.msgBox:after{
			content:"";
			width: 57px;
			height: 57px;
			background: url(../img/triangle_blue.jpg) no-repeat;
			position: absolute;
			right: 0px;
			bottom: 0px;
		}
		
		.msgBox img{
			display: block;
			width: 300px;
			float: left;
		}
		
		.msgBox p{
			width: 400px;
			text-align: center;
			display: block;
			float: right;
		}
		.msgBox a{
			min-height: 300px;
		}
		
		p.name{
			text-align: center;
			padding-bottom: 40px;
		}
		p.name span{
			font-weight: bold;
			color: #444;
			display: block;
			padding-top: 20px;
			font-size: 20px;
		}
		p.name span i{
			font-size: 18px;
		}
		
		.msgBox p.name{
			margin: 100px 0 0;
		}
		
		
		h2{
			background: #4fc8e7;
			color: #fff;
			border-left:10px solid #fbd703;
			padding: 10px 10px 10px 40px;
			letter-spacing: 0.05em;
			font-weight: 500;
			font-size: 22px;
			margin: 60px 0 0 0;
		}
		
		.mbox{		
			margin: 40px auto;
			width: 700px;
			text-align: center;
			position: relative;
		}
		.mbox ul{
			display: flex;
			justify-content: space-between;
		}
		
		.mbox ul li{
			display: inline-flex;
			flex-basis: 300px;
			box-shadow: 0px 0px 16px -7px rgba(8,8,8,0.6);
			flex-direction: column;
			align-self: flex-start;
			justify-content:center
		}
		
		.mbox ul li img{
			position: relative;
			padding: 0 0 30px 0px;
		}
		
		
		.mbox ul li:nth-child(1):before{
			content:"";
			width: 57px;
			height: 57px;
			background: url(../img/triangle_purple.jpg) no-repeat;
			position: absolute;
			left:243px;
			bottom:0px;
			z-index: -1;
		}
		
		.mbox ul li:nth-child(2):before{
			content:"";
			width: 57px;
			height: 57px;
			background: url(../img/triangle_green.jpg) no-repeat;
			position: absolute;
			right:0px;
			bottom:0px;
			z-index: 10;
		}
		
		
		footer {
			clear: both;
			background: #000 url(../img/bg_footer.jpg) no-repeat top center;
			padding-top:0px;
			padding-bottom: 20px;
			margin-top: 100px;
		}
		
		.msgBox a,
		.mbox ul li a{
			display: block;
			width: 100%;
			height: 100%;
			color: #353535;
			transition: 0.5s;
		}
		
		.msgBox a:hover,
		.mbox ul li a:hover{
			opacity: 0.7;
		}

	#header_detail{
			width : 100%;
			background: #46c8e7 url(../img/bg_detail01.jpg) no-repeat top right;
			padding: 0 0 10px;
			height: 418px;
		}
		
	#header_detail.detail01{
			background: #46c8e7 url(../img/bg_detail01.jpg) no-repeat top right;
	}
	#header_detail.detail02{
			background: #b35dd5 url(../img/bg_detail02.jpg) no-repeat top right;
	}
	#header_detail.detail03{
			background: #08b235 url(../img/bg_detail03.jpg) no-repeat top right;
	}
		
		p.mainImg{
			margin: -240px auto 60px;
			text-align: center;
		}

		h1.detail{
			font-weight: 400;
			text-align: left;
			font-size: 20px;
			margin: 0px auto 40px;
			width: 1000px;
			padding: 10px;
			box-sizing: border-box;
		}
		h1.detail span{
			display: block;
			color: #1ebae2;
			font-size: 24px;
			letter-spacing: 0.05em;
			font-weight: 500;
		}
		
		.profileBox{
			background: #f5f5f5;
			border-radius: 10px;
			padding: 40px 40px 60px;
			box-sizing: border-box;
			margin: 40px auto 40px;
			width: 1000px;
			position: relative;
		}
		
		.profileBox:after{
			background:url(../img/ttl_profile.jpg) no-repeat top center;
			right: 20px;
			width: 190px;
			height: 70px;
			content:"";
			display: block;
			top:20px;
			position: absolute;
			z-index: 1;
		}
		
		.profileBox .ttl{
			font-size: 20px;
		}
		.profileBox p{
			margin: 10px 0px;
			z-index: 2;
			line-height: 2em;
			font-size: 14px;
		}
	.pal80{
		padding-left: 80px;
	}	
	
	p.img{
		margin: 40px auto 40px;
	}
	
	p.ttl_detail02{
		color: #b35dd5;
		font-size: 20px;
		font-weight: bold;
		margin: 40px 10px 0;
	}
	
	
	.img_detail02_photo01{
		width: 520px;
		margin: 40px auto 40px;
		position: relative;
		display: block;
		height: 283px;
		
	}
	.img_detail02_photo01 img{
		
	}
	.img_detail02_photo01 p.txt{
		position: absolute;
		bottom:0px;
		right: 0px;
	}
	
	.img_detail02_photo01 p.txt span{
		display: block;
		font-size: 13px;
	}
	
	.img_detail02_photo02{
	
	}
	.img_detail02_photo02 ul{
		display: flex;
		justify-content: space-between;
		margin: 40px 10px;
	}
	
	.img_detail02_photo02 ul li{
		display: inline-flex;
		flex-direction: column;
		flex-basis: 30%;
		align-self: flex-start;
	}
	.img_detail02_photo02 ul li img{
		display: block;
		margin: 0 auto;
	}
	
	.img_detail02_photo02 ul li span{
		display: block;
		text-align: left;
		font-size: 12px;
	}
	
	
	
	
	
	
