@charset "UTF-8";


/***************************************************

	post_single

***************************************************/

.p_head .text_box .text_wrapp {
    margin-right: 110px;
}

.p_head .text_box .text_wrapp h1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
}

#single_post p{
	font-size: 14px;
	margin-bottom: 20px;
}


#single_post .youtube {
	display: inline-block;
	width: 100%;
	aspect-ratio: 16 / 9;
}

#single_post iframe {
  width: 100%;
  height: 100%;
}











/********************************************************************************
	リッキド用 CSS
********************************************************************************/

@media(max-width:1280px){

.p_head .text_box .text_wrapp {
    margin-right: 8.59375vw;
}

.p_head .text_box .text_wrapp h1 {
    font-size: 2.03125vw;
}

#single_post p{
	font-size: 1.09375vw;
	margin-bottom: 1.5625vw;
}











}




/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:430px){

.p_head .text_box .text_wrapp {
    margin-right: 30px;
}

.p_head .text_box .text_wrapp h1 {
    font-size: 18px;
    line-height: 1.3;
}

#single_post{
	margin: 0 20px;
	overflow: hidden;
}

#single_post p{
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 20px;
}


#single_post .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

#single_post .youtube iframe {
  max-width: 100%;
  width: 100%;
  height: 100%;
}









}


