@charset "UTF-8";
/*--------------------------------------------------
カラー設定
ブルー　　　　　　　    #0242B4
背景　　　　　        　#F0EEE7
オレンジ　　　　　　　　#F4A43B
ピンク　　　　　　　　　#F43BD2
メインブロック背景      #F7F7F6

グラデーション
background: linear-gradient(to right, rgba(255,254,246,0.30), rgba(238,255,232,0.30));

@media screen and (max-width: 795px) {

}
@media screen and (max-width: 420px) {
	
}

--------------------------------------------------*/


/*------------------------------------------
メディア関係者
------------------------------------------*/
.media_title {
	position: relative;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 12px 0 12px 18px;
	background: white;
	border-left: 10px solid #FFC41E;
	font-size: 20px;
	font-weight: 600;
}
.media_title::after {
	position: absolute;
	content: "";
	top: 0;
	left: 2px;
	width: 1px;
	height: 100%;
	background-color: #FFC41E;
}