@charset "UTF-8";

/*   all_parts   */

.header_space{
	margin-top:0 !important;
}

/*   main_title_area   */
#main_title_area{
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	
	align-content: center;
	align-items: center;
	
	justify-content: space-between;
	
	border-radius:10px;
	background-color:#3366cc;
}

#main_title_area .main_title_block{
	font-size:20px;
	font-weight:700;
	line-height:30px;
	color:#fff;
	text-align:left;
	
	flex-grow:2;
	margin:0 0 0 30px;
}



/*   detail_area   */
#detail_area{
	margin:40px 35px 60px 35px;
	
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	
	justify-content: space-between;
}

#detail_area h2{
	width:100%;
}

#detail_area h1{
	
}

#detail_area h1{
	width:100%;
	
	margin:0 0 40px 0;
	padding:0 0 0 60px;
	background-repeat: no-repeat;
	background-size:contain;
	background-position:center left;
	background-color: rgba(255,255,255,1.0);
	background-image: url(./images/midashi_bg.svg);
	
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	
	align-content: center;
	align-items: center;
	justify-content: space-between;
	
	width:100%;
	min-height:60px;
}

#detail_area h1 .detail_title_block{
	font-size:30px;
	font-weight:700;
	line-height:36px;
	color:#555555;
	letter-spacing: -0.02em; 
	text-align:left;
	margin:0;
	padding:0;
	
	display:block;
}


#detail_area h1 .detail_titlelogo_block{
	text-align:right;
	margin:0;
	padding:0;
	
	display:block;
}


/*   detail_photo_block   */
#detail_area #detail_photo_block{
	width:400px;
	
	margin:0;

}

#detail_area #detail_photo_block .detail_photo_box{
	width:352px;
	border-radius:10px;
	border:solid 2px #bfbfbf;
	
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	
	align-content: center;
	align-items: center;
	justify-content:center;

}

#detail_area #detail_photo_block .detail_photo_box img{
	width:100%;
	height:auto;
}


#detail_area #detail_photo_block .detail_youtube_box{
	width:352px;
	
	margin:30px 0 0 0;
	

}


/*   detail_copy_block   */
#detail_area #detail_copy_block{
	width:calc(100% - 400px);
	
	margin:0;

}

#detail_area #detail_copy_block .detail_section_box{
	margin:0 0 40px 0;
}

#detail_area #detail_copy_block .detail_section_box p{
	font-size:16px;
	font-weight:300;
	line-height:24px;
	color:#555555;
	text-align:left;
}

#detail_area #detail_copy_block .detail_section_box p.detail_section_title_part{
	font-weight:700;
	margin:0 0 10px 0;
}




#detail_area #detail_copy_block .detail_section_box .detail_section_photo_part{
	padding:20px 0 20px 0;
	text-align:center;
}

#detail_area #detail_copy_block .detail_section_box .detail_section_photo_part img{
	max-width: 100%;
	height:auto;
}

#detail_area #detail_copy_block .detail_section_box .detail_section_photo2wey_part img{
	max-width: 100%;
	width:50%;
	height:auto;
}



#detail_area #detail_copy_block .detail_profile_box{
	margin:20px 0 0 0;
}

#detail_area #detail_copy_block .detail_profile_box .detail_profile_midashi{
	width:100%;
	
	margin:0 0 20px 0;
	padding:5px 0 5px 40px;
	background-repeat: no-repeat;
	background-size:contain;
	background-position:center left;
	background-color: rgba(255,255,255,1.0);
	background-image: url(./images/midashi_bg_black.svg);
	
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	
	align-content: center;
	align-items: center;
	justify-content: space-between;
	
	width:100%;
	
	font-size:16px;
	font-weight:300;
	line-height:16px;
	color:#555555;
	text-align:left;
}


#detail_area #detail_copy_block .detail_profile_box h3{
	font-size:20px;
	font-weight:700;
	line-height:24px;
	color:#555555;
	text-align:left;
	
	margin:0 0 10px 0;
}

#detail_area #detail_copy_block .detail_profile_box p{
	font-size:16px;
	font-weight:300;
	line-height:24px;
	color:#555555;
	text-align:left;
}



#backpage_area {
	text-align:right;
}

#backpage_area a{
	color: #3366cc;
	text-decoration: underline;
}

#backpage_area a:hover{
	color: #55aaea;
	text-decoration: underline;
}


/*------------------------------
SmartPhone---768breakPoint
================================*/
@media screen and (max-width: 768px) {
/*#responsive base*/

.header_space{
	margin-top:0 !important;
}

/*   main_title_area   */
#main_title_area{
		display:-webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	
		align-content: center;
		align-items: center;
		
		justify-content: space-between;
	
		border-radius:10px;
		background-color:#3366cc;
}

#main_title_area .main_title_block{
	font-size:18px;
		font-weight:700;
	line-height:24px;
		color:#fff;
		text-align:left;
	
		flex-grow:2;
	margin:0;
	padding:1.0rem;
	
	order:2;
}

#main_title_area .main_title_img_block{
	order:1;
}

#main_title_area .main_title_img_block img{
	width:100%;
	height:auto;
}



/*   detail_area   */
#detail_area{
		margin:40px 0 60px 0;
	
		display:-webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		display: flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		
		justify-content: space-between;
}

#detail_area h2{
	width:100%;
}

#detail_area h1{
	
}

#detail_area h1{
	width:100%;
	
		margin:0 0 40px 0;
	padding:0 0 0 45px;
		background-repeat: no-repeat;
	background-size:auto;
	background-position:top left;
		background-color: rgba(255,255,255,1.0);
		background-image: url(./images/midashi_bg.svg);
	
		display:-webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	
		align-content: center;
		align-items: center;
		justify-content: space-between;
	
	width:100%;
	min-height:auto;
}

#detail_area h1 .detail_title_block{
	font-size:24px;
		font-weight:700;
	line-height:30px;
		color:#555555;
		letter-spacing: -0.02em; 
		text-align:left;
		margin:0;
		padding:0;
	
		display:block;
	
	width:100%;
}


#detail_area h1 .detail_titlelogo_block{
	text-align:left;
	margin:20px 0 0 0;
		padding:0;
		
		display:block;
		
	width:100%;
}


/*   detail_photo_block   */
#detail_area #detail_photo_block{
	width:100%;
	
	margin:0;

}

#detail_area #detail_photo_block .detail_photo_box{
	width:100%;
		border-radius:10px;
		border:solid 2px #bfbfbf;
	
		display:-webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		display: flex;
		-webkit-flex-wrap:nowrap;
		-ms-flex-wrap:nowrap;
		flex-wrap:nowrap;
		
		align-content: center;
		align-items: center;
		justify-content:center;

}

#detail_area #detail_photo_block .detail_photo_box img{
	width:100%;
	height:auto;
}

#detail_area #detail_photo_block .detail_youtube_box{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	
	margin:30px 0 0 0;
	

}

#detail_area #detail_photo_block .detail_youtube_box iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;

}



/*   detail_copy_block   */
#detail_area #detail_copy_block{
	width:100%;
	
	margin:30px 0 0 0;

}

#detail_area #detail_copy_block .detail_section_box{
	margin:0 0 40px 0;
}

#detail_area #detail_copy_block .detail_section_box p{
	font-size:14px;
		font-weight:300;
	line-height:20px;
		color:#555555;
		text-align:left;
}

#detail_area #detail_copy_block .detail_section_box .detail_section_photo_part{
		padding:20px 0 20px 0;
}

#detail_area #detail_copy_block .detail_section_box .detail_section_photo_part img{
		width:100%;
		height:auto;
}

#detail_area #detail_copy_block .detail_section_box .detail_section_photo2wey_part img{
	width:100%;
	height:auto;
}



#detail_area #detail_copy_block .detail_profile_box{
	margin:20px 0 0 0;
}

#detail_area #detail_copy_block .detail_profile_box .detail_profile_midashi{
	width:100%;
	
	margin:0 0 20px 0;
	padding:5px 0 5px 40px;
	background-repeat: no-repeat;
	background-size:contain;
	background-position:center left;
	background-color: rgba(255,255,255,1.0);
	background-image: url(./images/midashi_bg_black.svg);
	
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	
	align-content: center;
	align-items: center;
	justify-content: space-between;
	
	width:100%;
	
	font-size:16px;
	font-weight:300;
	line-height:16px;
	color:#555555;
	text-align:left;
}


#detail_area #detail_copy_block .detail_profile_box h3{
	font-size:20px;
	font-weight:700;
	line-height:24px;
	color:#555555;
	text-align:left;
	
	margin:0 0 10px 0;
}

#detail_area #detail_copy_block .detail_profile_box p{
	font-size:14px;
	font-weight:300;
	line-height:24px;
	color:#555555;
	text-align:left;
}



}