<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: radiog2019
Author: radiog 2019
Version: 1.0
*/

/*
Reset Stylesheet
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

/*
Font  font-family: 'STEELTYPE';
 */

@font-face {
	font-family: 'STEELTYPE';
	font-style: normal;
	font-weight: normal;
	src: url(/blog/wp-content/themes/radiog_2019/assets/fonts/STEELTYPE.eot), url(/blog/wp-content/themes/radiog_2019/assets/fonts/STEELTYPE.woff) format("woff"), url(/blog/wp-content/themes/radiog_2019/assets/fonts/STEELTYPE.ttf) format("truetype");
}

@font-face {
	font-family: 'Oswald-Regular';
	font-style: normal;
	font-weight: normal;
	src: url(/blog/wp-content/themes/radiog_2019/assets/fonts/Oswald-Regular.eot), url(/blog/wp-content/themes/radiog_2019/assets/fonts/Oswald-Regular.woff) format("woff"), url(/blog/wp-content/themes/radiog_2019/assets/fonts/Oswald-Regular.ttf) format("truetype");
}

@font-face {
	font-family: 'Oswald-Bold';
	font-style: normal;
	font-weight: normal;
	src: url(/blog/wp-content/themes/radiog_2019/assets/fonts/Oswald-Bold.eot), url(/blog/wp-content/themes/radiog_2019/assets/fonts/Oswald-Bold.woff) format("woff"), url(/blog/wp-content/themes/radiog_2019/assets/fonts/Oswald-Bold.ttf) format("truetype");
}

/*
Setting
*/

/*
Base
*/

html {
	font-size: 10px;
	font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
}

body {
	font-size: 16px;
	font-size: 1.6rem; /* 16px / 1.6rem */
	font-family: 貂ｸ繧ｴ繧ｷ繝�け菴�, YuGothic, 貂ｸ繧ｴ繧ｷ繝�け, "Yu Gothic", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN", "Hiragino Kaku Gothic ProN", 繝｡繧､繝ｪ繧ｪ, sans-serif;
	-webkit-text-size-adjust: 100%;
	line-height: 1;
	color: #333;
	background: #fff;
}

a:link,
a:visited {
	color: #ce0000;
}

img {
	height: auto;
	vertical-align: top;
}

li {
	list-style: none;
}

input[type=text],
input[type=number],
input[type=email],
textarea {
	margin: 0;
	border: 0;
}

input[type=text]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #bbb;
}

input[type=text]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=email]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #bbb;
}

input[type=text]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #bbb;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 10px 30px 10px 10px;
	border-radius: 4px;
	border: 1px solid #bbb;
	background: #fff;
}

input[type=submit],
input[type=button] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	cursor: pointer;
}

button {
	border: 0;
	border-radius: 4px;
	cursor: pointer;
}

/*
Mixin
*/

/*
 ECSS
 namespace-ModuleName_ChildNode-variant
*/

.l-Contents_Wrap {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.l-Contents_Wrap.is-Active {
	position: fixed;
}

.l-Contents_Overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.l-Contents_Overlay.is-Active {
	display: block;
}

.l-Contents_Entry-wrap {
	max-width: 1280px;
	padding: 0 40px;
	margin: 0 auto;
	overflow: hidden;
}

.l-Contents_Entry {
	float: left;
	width: calc(100% - 340px);
}

.l-Contents_Ad {
	float: right;
	width: 300px;
	padding: 50px 0 0 0;
}

/*
 ECSS
 namespace-ModuleName_ChildNode-variant
*/

.l-Header {
	width: 100%;
	position: absolute;
	z-index: 10;
}

.l-Header .l-Header_Title {
	position: absolute;
	top: 20px;
	left: 20px;
}

.l-Header2,
.l-Header3 {
	width: 100%;
	height: 90px;
	position: relative;
	z-index: 10;
	background: #eef1f3;
}

.l-Header2 .l-Header_Title,
.l-Header3 .l-Header_Title {
	position: absolute;
	top: 30px;
	left: 30px;
}

.l-Header3 {
	background: #ffc800;
}

.l-Header_Info {
	position: absolute;
	top: 20px;
	right: 20px;
}

.l-Header_Info ul {
	position: relative;
}

.l-Header_Info li {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
}

.l-Header_Info li a {
	display: block;
	width: 70px;
	height: 70px;
}

.l-Header_Info li.l-Header_Info-menu {
	position: fixed;
	top: 20px;
	right: 20px;
	display: block;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	background: #000;
	transition: all .4s;
	text-indent: 0;
	cursor: pointer;
	z-index: 100;
}

.l-Header_Info li.l-Header_Info-menu span {
	position: absolute;
	display: inline-block;
	width: 30px;
	left: 20px;
	height: 3px;
	background: #fff;
	transition: all .4s;
}

.l-Header_Info li.l-Header_Info-menu span:nth-of-type(1) {
	top: 24px;
}

.l-Header_Info li.l-Header_Info-menu span:nth-of-type(2) {
	top: 34px;
}

.l-Header_Info li.l-Header_Info-menu span:nth-of-type(3) {
	bottom: 23px;
}

.l-Header_Info li.l-Header_Info-menu.is-Active span:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
}

.l-Header_Info li.l-Header_Info-menu.is-Active span:nth-of-type(2) {
	opacity: 0;
}

.l-Header_Info li.l-Header_Info-menu.is-Active span:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
}

.l-Header_Info li.l-Header_Info-podcast {
	top: 0;
	right: 100px;
}

.l-Header_Info li.l-Header_Info-podcast a {
	background: #862cc2 url(/blog/wp-content/themes/radiog_2019/assets/img/common/podcast.svg) center center no-repeat;
	background-size: 36px auto;
}

.l-Header_Info li.l-Header_Info-feed {
	top: 0;
	right: 170px;
}

.l-Header_Info li.l-Header_Info-feed a {
	background: #f2890a url(/blog/wp-content/themes/radiog_2019/assets/img/common/feed.svg) center center no-repeat;
	background-size: 30px auto;
}

.l-Header_Logo {
	width: 200px;
	height: 290px;
	background: #ffc800 url(/blog/wp-content/themes/radiog_2019/assets/img/common/logo.svg) 32px center no-repeat;
	background-size: 145px auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.l-Header_Logo2,
.l-Header_Logo3 {
	width: 115px;
	height: 50px;
	background: url(/blog/wp-content/themes/radiog_2019/assets/img/common/logo2.svg) 0 0 no-repeat;
	background-size: 115px auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.l-Header_Logo3 {
	background: url(/blog/wp-content/themes/radiog_2019/assets/img/common/logo3.svg) 0 0 no-repeat;
	background-size: 115px auto;
}

.l-Header_Menu {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 70px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
}

.l-Header_Menu.is-Active {
	display: block;
}

.l-Header_Menu .l-Header_Menu-contents {
	background: rgba(0, 0, 0, 0.7);
}

.l-Header_Menu .l-Header_Menu-contents a:hover {
	color: #ce0000;
}

.l-Header_Menu-contents .m-Button_Middle a:hover {
	color: #fff;
}

.l-Header_Menu .l-Header_Menu-title span {
	color: #fff;
}

.l-Header_Menu .l-Header_Menu-title:before {
	border: 1px solid #333;
	border-right: 0;
}

.l-Header_Menu .l-Header_Menu-title:after {
	border: 1px solid #333;
	border-left: 0;
}

.l-Header_Menu .m-Form_Search-box {
	background: #333;
}

.l-Header_Menu .m-Form_Search-input {
	background: #333;
	color: #fff;
}

.l-Header_Menu .m-Article_Area,
.l-Header_Menu .m-Article_Area-second {
	padding-bottom: 50px;
	border-bottom: 1px solid #333;
}

.l-Header_Menu .m-Article_Area:last-child,
.l-Header_Menu .m-Article_Area-second:last-child {
	border-bottom: 0;
}

.l-Header_Menu .m-Article_Textblock p {
	margin-bottom: 30px !important;
}

.l-Header_Menu .m-Article_Textblock a {
	color: #fff;
}

/*
 ECSS
 namespace-ModuleName_ChildNode-variant
*/

.l-Footer {
	width: 100%;
}

.l-Footer_Block {
	padding: 30px 0;
	text-align: center;
	background: #222222;
}

.l-Footer_Block2 {
	padding: 10px 0;
	background: #000;
	text-align: center;
}

.l-Footer_Link {
	text-align: center;
}

.l-Footer_Link li {
	display: inline-block;
	margin: 0 14px;
}

.l-Footer_Link li a {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 25px;
}

.l-Footer_Link li .fb {
	width: 26px;
	background: url(/blog/wp-content/themes/radiog_2019/assets/img/common/fb.svg) 0 0 no-repeat;
	background-size: 26px auto;
}

.l-Footer_Link li .tw {
	width: 31px;
	background: url(/blog/wp-content/themes/radiog_2019/assets/img/common/tw.svg) 0 0 no-repeat;
}

.l-Footer_Link li .pt {
	width: 29px;
	background: url(/blog/wp-content/themes/radiog_2019/assets/img/common/pt.svg) 0 0 no-repeat;
}

.l-Footer_Link li .ln {
	width: 26px;
	background: url(/blog/wp-content/themes/radiog_2019/assets/img/common/ln.svg) 0 0 no-repeat;
}

.l-Footer_Link li .is {
	width: 25px;
	background: url(/blog/wp-content/themes/radiog_2019/assets/img/common/insta.svg) 0 0 no-repeat;
}

.l-Footer_Copy {
	font-family: STEELTYPE, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
}

/*
 ECSS
 namespace-ModuleName_ChildNode-variant
*/

.m-Heading_Wrap {
	width: 100%;
	text-align: center;
}

.m-Heading_Wrap2 {
	width: 100%;
	text-align: center;
}

.m-Heading_Wrap2 .m-Heading_Title-01:before,
.m-Heading_Wrap2 .m-Heading_Title-01-2:before,
.m-Heading_Wrap2 .m-Heading_Title-01:after,
.m-Heading_Wrap2 .m-Heading_Title-01-2:after {
	border-color: #fff;
}

.m-Heading_Title-01,
.m-Heading_Title-01-2 {
	font-family: STEELTYPE, sans-serif;
	position: relative;
	margin: 0 auto 50px;
	font-size: 30px;
	font-size: 3rem;
	text-align: center;
	letter-spacing: 0.05em;
	display: inline-block;
	line-height: 1;
}

.m-Heading_Title-01:before,
.m-Heading_Title-01-2:before,
.m-Heading_Title-01:after,
.m-Heading_Title-01-2:after {
	content: "";
	display: block;
	width: 10px;
	height: 84px;
	position: absolute;
	top: 0;
	border: 1px solid #ccc;
}

.m-Heading_Title-01:before,
.m-Heading_Title-01-2:before {
	left: 0;
	border-right: 0;
}

.m-Heading_Title-01:after,
.m-Heading_Title-01-2:after {
	right: 0;
	border-left: 0;
}

.m-Heading_Title-01 span,
.m-Heading_Title-01-2 span {
	display: block;
	padding: 13px 30px;
	color: #000;
}

.m-Heading_Title-01 small,
.m-Heading_Title-01-2 small {
	display: block;
	padding: 0 30px 15px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: normal;
}

.m-Heading_Title-01-2 {
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 70px;
}

.m-Heading_Title-01-2:before,
.m-Heading_Title-01-2:after {
	height: 55px;
}

/*
 ECSS
 namespace-ModuleName_ChildNode-variant
*/

.m-Side_Profile {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 55px;
}

.m-Side_Profile li {
	width: 25.80645%;
	max-width: 160px;
}

.m-Side_Profile li img {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #fff;
	box-sizing: border-box;
}

.m-Side_Profile li .m-Side_Profile-name {
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}

.m-Side_Profile li .m-Side_Profile-text {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 40px;
	margin-bottom: calc(40px - (((1.4rem * 1) - 1.4rem) / 2));
}

.m-Side_About {
	padding: 0 30px;
}

.m-Side_Contact {
	padding: 0 30px;
	margin-bottom: 60px !important;
}

.m-Side_Contact-text {
	overflow: hidden;
	margin-bottom: 20px;
}

.m-Side_Contact-text dt {
	float: left;
	width: 25.80645%;
	max-width: 160px;
	margin-right: 40px;
}

.m-Side_Contact-text dt img {
	width: 100%;
	border: 1px solid #fff;
	box-sizing: border-box;
}

.m-Side_Contact-text dd {
	overflow: hidden;
}

.m-Side_Button {
	position: absolute;
	left: 30%;
	bottom: 0;
}

/*
 ECSS
 namespace-ModuleName_ChildNode-variant
*/

.m-Article_Area-latest {
	position: relative;
}

.m-Article_Area-latest .m-Article_Img {
	position: relative;
	background: #ffc800;
	overflow: hidden;
}

.m-Article_Area-latest .m-Article_Img img {
	width: 100%;
}

.m-Article_Area-latest .m-Article_Program {
	position: absolute;
	right: 20px;
	bottom: 23px;
	font-family: 'Oswald-Regular', sans-serif;
	letter-spacing: 0.1em;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
}

.m-Article_Area-latest .m-Article_Program span {
	display: block;
	letter-spacing: 0.06em;
}

.m-Article_Area-latest .m-Article_Body {
	padding: 35px 40px 50px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	background: #ffc800;
}

.m-Article_Area-latest .m-Article_Date {
	font-family: 'Oswald-Regular', sans-serif;
	letter-spacing: 0.05em;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	color: #ce0000;
	line-height: 1;
	margin-bottom: 1em;
}

.m-Article_Area-latest .m-Article_Title-01 {
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 15px;
}

.m-Article_Area-latest .m-Article_Contents {
	margin-bottom: 20px;
}

.m-Article_Area-latest .m-Article_Label {
	display: inline-block;
	margin-right: 30px;
}

.m-Article_Area-latest .m-Article_Label dt {
	font-family: 'Oswald-Regular', sans-serif;
	font-weight: bold;
	display: inline-block;
	margin-right: 5px;
}

.m-Article_Area-latest .m-Article_Label dd {
	display: inline-block;
}

.m-Article_Area-latest .m-Article_Label dd a {
	color: #333;
	display: inline-block;
	text-decoration: none;
}

.m-Article_Area-latest .m-Article_Label dd a:hover {
	color: #ce0000;
}



.m-Article_Button {
	width: 35%;
	margin: 35px auto 0;
}

.m-Article_Area,
.m-Article_Area-second {
	padding: 50px 5% 70px;
	overflow: hidden;
}

.m-Article_Area .m-Article_Area-wrap,
.m-Article_Area-second .m-Article_Area-wrap {
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.m-Article_Area .m-Article_Area-col2,
.m-Article_Area-second .m-Article_Area-col2 {
	width: 48.4375%;
	float: left;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
}

.m-Article_Area .m-Article_Area-col2:nth-child(2n),
.m-Article_Area-second .m-Article_Area-col2:nth-child(2n) {
	margin-right: 0;
	float: right;
}

.m-Article_Area-second {
	padding-top: 0;
}

.m-Article_Area-block {
	padding: 0 5% 70px;
	display: block;
}

.m-Article_Textblock {
	max-width: 1280px;
	margin: 0 auto;
}

.m-Article_Textblock li {
	display: inline-block;
}

.m-Article_Textblock a {
	line-height: 1.8;
	color: #333;
	text-decoration: none;
}

.m-Article_Textblock a:hover {
	color: #ce0000;
}

.m-Article_Textblock p {
	line-height: 1.8;
	margin-bottom: 20px;
}

.m-Article_Textblock p:last-child {
	margin-bottom: 0;
}

.m-Article_Textblock p.m-Article_Text-lead {
	margin-bottom: 35px;
	letter-spacing: -0.045em;
}

.m-Article_Borderblock {
	padding: 0;
	margin-bottom: 40px;
	text-align: center;
	border: 1px solid #dadee1;
	height: 380px;
	overflow: auto;
}

.m-Article_Area-gray {
	background: #eef1f3;
}

.m-Article_Area-yellow {
	background: #ffc800;
}

.m-Article_List {
	margin: 0 auto;
	box-sizing: border-box;
	margin-top: 30px;
	margin-bottom: -45px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.m-Article_List::after {
	content: "";
	display: block;
	width: 30%;
}

.m-Article_List li {
	position: relative;
	padding: 50px 30px 70px;
	margin-right: 5%;
	width: 30%;
	display: inline-block;
	box-sizing: border-box;
	margin-bottom: 70px;
	background: #fff;
}

.m-Article_List li p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 1.5em;
}

.m-Article_List li:nth-child(3n) {
	margin-right: 0;
}

.m-Article_List .m-Article_Program {
	position: absolute;
	top: -44px;
	left: 30px;
	font-family: 'Oswald-Regular', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
}

.m-Article_List .m-Article_Program span {
	display: block;
	margin-top: 2px;
	font-size: 44px;
	font-size: 5.73664vw;
	color: #000;
}

.m-Article_List .m-Article_Img {
	margin-right: -30px;
	margin-bottom: 30px;
	overflow: hidden;
}

.m-Article_List .m-Article_Img img {
	width: 100%;
	transition: .16s ease-in-out;
}

.m-Article_List .m-Article_Img a:hover img {
	transform: scale(1.05);
}

.m-Article_List .m-Article_Date {
	font-family: 'Oswald-Regular', sans-serif;
	letter-spacing: 0.05em;
	margin-bottom: 1em;
	color: #999;
}

.m-Article_List .m-Article_Title-02 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.4;
	margin-bottom: 0.5em;
	color: #000;
}

.m-Article_List .m-Article_Contents {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 1.5em;
}

.m-Article_List .m-Article_Label {
	margin-top: 20px;
	font-size: 14px;
	font-size: 1.4rem;
}

.m-Article_List .m-Article_Label dt {
	color: #ffc800;
	font-family: 'Oswald-Regular', sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 10px;
}

.m-Article_List .m-Article_Label dd {
	line-height: 1.5;
}

.m-Article_List .m-Article_Label dd a {
	color: #333;
	text-decoration: none;
}

.m-Article_List .m-Article_Label dd a:hover {
	color: #ce0000;
}

.m-Article_List .m-Article_Foot {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	border-top: 1px solid #e0e2e4;
	margin: 30px -30px 0;
}

.m-Article_List .m-Article_Foot a {
	position: relative;
	display: block;
	padding: 16px 0;
	font-family: STEELTYPE, sans-serif;
	text-align: center;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 2;
	text-decoration: none;
}

.m-Article_List .m-Article_Foot a:hover {
	background: #ce0000;
	color: #fff;
}

.m-Article_Audio {
	margin-top: 30px;
}

.m-Article_Audio audio {
	width: 100%;
	vertical-align: top;
}

.m-Article_Entry {
	padding: 50px 0;
	background: #fff;
	box-sizing: border-box;
}

.m-Article_Entry p {
	margin-bottom: 1.5em;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}

.m-Article_Entry img {
	max-width: 100%;
	height: auto;
}

.m-Article_Profile {
	width: 100%;
	overflow: hidden;
	margin-bottom: 60px;
	padding-bottom: 50px;
	border-bottom: 1px solid #f9de7a;
}

.m-Article_Profile:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.m-Article_Profile dt {
	float: left;
	width: 240px;
}

.m-Article_Profile dt img {
	border: 1px solid #fff;
}

.m-Article_Profile dd {
	overflow: hidden;
}

.m-Article_Profile dd h3 {
	margin-bottom: 0.5em;
	font-size: 30px;
	font-size: 3rem;
}

.m-Article_Profile dd .m-Article_Profile-lead {
	font-weight: bold;
	font-size: 17px;
	font-size: 1.7rem;
}

.m-Article_Profile-data dt {
	float: none;
	width: auto;
	font-weight: bold;
	margin-bottom: 1em;
}

.m-Article_Profile-data dd {
	line-height: 1.4;
	margin-bottom: 1em;
}

.m-Article_Profile-data dd:last-child {
	margin-bottom: 0;
}

/*
 ECSS
 namespace-ModuleName_ChildNode-variant
*/

.m-Button_Primary &gt; a,
.m-Button_Primary button,
.m-Button_Primary input,
.m-Button_Tw &gt; a,
.m-Button_Tw button,
.m-Button_Tw input,
.m-Button_Fb &gt; a,
.m-Button_Fb button,
.m-Button_Fb input,
.m-Button_Is &gt; a,
.m-Button_Is button,
.m-Button_Is input,
.m-Button_Rss &gt; a,
.m-Button_Rss button,
.m-Button_Rss input,
.m-Button_Itunes &gt; a,
.m-Button_Itunes button,
.m-Button_Itunes input {
	display: inline-block;
	width: 100%;
	padding: 13px 0;
	text-align: center;
	font-family: STEELTYPE, sans-serif;
	letter-spacing: 0.05em;
	-webkit-transition: all .3s;
	transition: all .3s;
	box-sizing: border-box;
	text-decoration: none;
}

.m-Button_Primary &gt; a,
.m-Button_Primary button,
.m-Button_Primary input {
	background: #ce0000;
	border: 1px solid #ce0000;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
}

.m-Button_Primary &gt; a:hover,
.m-Button_Primary button:hover,
.m-Button_Primary input:hover {
	background: transparent;
	color: #ce0000;
	border: 1px solid #ce0000;
}

.m-Button_Primary.m-Button_Middle {
	width: 40%;
	margin: 0 auto;
}

.m-Button_Tw &gt; a,
.m-Button_Tw button,
.m-Button_Tw input {
	background: #3e93d8;
	border: 1px solid #3e93d8;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
}

.m-Button_Tw &gt; a:hover,
.m-Button_Tw button:hover,
.m-Button_Tw input:hover {
	background: transparent;
	color: #3e93d8;
	border: 1px solid #3e93d8;
}

.m-Button_Tw.m-Button_Middle {
	width: 40%;
	margin: 0 auto;
}

.m-Button_Fb &gt; a,
.m-Button_Fb button,
.m-Button_Fb input {
	background: #4a67ad;
	border: 1px solid #4a67ad;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
}

.m-Button_Fb &gt; a:hover,
.m-Button_Fb button:hover,
.m-Button_Fb input:hover {
	background: transparent;
	color: #4a67ad;
	border: 1px solid #4a67ad;
}

.m-Button_Fb.m-Button_Middle {
	width: 40%;
	margin: 0 auto;
}

.m-Button_Is &gt; a,
.m-Button_Is button,
.m-Button_Is input {
	background: #D93177;
	border: 1px solid #D93177;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
}

.m-Button_Is &gt; a:hover,
.m-Button_Is button:hover,
.m-Button_Is input:hover {
	background: transparent;
	color: #D93177;
	border: 1px solid #D93177;
}

.m-Button_Is.m-Button_Middle {
	width: 40%;
	margin: 0 auto;
}

.m-Button_Rss &gt; a,
.m-Button_Rss button,
.m-Button_Rss input {
	background: #f2890a;
	border: 1px solid #f2890a;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
}

.m-Button_Rss &gt; a:hover,
.m-Button_Rss button:hover,
.m-Button_Rss input:hover {
	background: transparent;
	color: #f2890a;
	border: 1px solid #f2890a;
}

.m-Button_Rss.m-Button_Middle {
	width: 40%;
	margin: 0 auto;
}

.m-Button_Itunes &gt; a,
.m-Button_Itunes button,
.m-Button_Itunes input {
	background: #862cc2;
	border: 1px solid #862cc2;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
}

.m-Button_Itunes &gt; a:hover,
.m-Button_Itunes button:hover,
.m-Button_Itunes input:hover {
	background: transparent;
	color: #862cc2;
	border: 1px solid #862cc2;
}

.m-Button_Itunes.m-Button_Middle {
	width: 40%;
	margin: 0 auto;
}

/*
 ECSS
 namespace-ModuleName_ChildNode-variant
*/

.m_Link-Underline a {
	text-decoration: underline;
}

.m_Link-Mp3 {
	display: inline-block;
	padding-left: 35px;
	min-height: 30px;
	background: url(/blog/wp-content/themes/radiog_2019/assets/img/common/music.svg) 0 0 no-repeat;
	background-size: 25px auto;
	text-decoration: underline !important;
}

/*
 ECSS
 namespace-ModuleName_ChildNode-variant
*/

.m-List_Circle-01,
.m-List_Attention {
	margin-bottom: 1.5em;
}

.m-List_Circle-01 li,
.m-List_Attention li {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: .3em;
	line-height: 1.5;
	font-size: 14px;
	font-size: 1.4rem;
}

.m-List_Sns {
	margin: 40px 0 20px;
	width: 100%;
	font-size: 0;
}

.m-List_Sns li {
	display: inline-block;
	margin: 0 5px;
}

.m-List_Sns li.o-line img {
	width: 82px;
	height: auto;
	vertical-align: bottom;
}

/*
 ECSS
 namespace-ModuleName_ChildNode-variant
*/

.o-Col_0 {
	width: 0%;
}

.o-Col_5 {
	width: 5%;
}

.o-Col_10 {
	width: 10%;
}

.o-Col_15 {
	width: 15%;
}

.o-Col_20 {
	width: 20%;
}

.o-Col_25 {
	width: 25%;
}

.o-Col_30 {
	width: 30%;
}

.o-Col_35 {
	width: 35%;
}

.o-Col_40 {
	width: 40%;
}

.o-Col_45 {
	width: 45%;
}

.o-Col_50 {
	width: 50%;
}

.o-Col_55 {
	width: 55%;
}

.o-Col_60 {
	width: 60%;
}

.o-Col_65 {
	width: 65%;
}

.o-Col_70 {
	width: 70%;
}

.o-Col_75 {
	width: 75%;
}

.o-Col_80 {
	width: 80%;
}

.o-Col_85 {
	width: 85%;
}

.o-Col_90 {
	width: 90%;
}

.o-Col_95 {
	width: 95%;
}

.o-Col_100 {
	width: 100%;
}

/*
 ECSS
 namespace-ModuleName_ChildNode-variant
*/

.m-Text_Bold {
	font-weight: bold;
}

.m-Text_Attention {
	font-size: 14px;
	font-size: 1.4rem;
}

.m-Text-Lead {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.7;
	margin-bottom: 0 !important;
}

/*
 ECSS
 namespace-ModuleName_ChildNode-variant
*/

.m-Banner_Area {
	padding: 25px 20px;
	text-align: center;
	background: #fff;
}

/*
 ECSS
 namespace-ModuleName_ChildNode-variant
*/

.m-Img_Boder {
	border: 1px solid #ddd;
}

.m-Img_Banner {
	margin-bottom: 30px;
}

/*
 ECSS
 namespace-ModuleName_ChildNode-variant
*/

/*
 ECSS
 namespace-ModuleName_ChildNode-variant
*/

.m-Form_Input-basic {
	padding: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}

.m-Form_Input-large {
	padding: 10px 0 10px 1em;
	font-size: 24px;
	font-size: 2.4rem;
}

.m-Form_Input-small {
	padding: 5px 0 5px 1em;
	font-size: 12px;
	font-size: 1.2rem;
}

.m-Form_Input-100 {
	width: 100%;
	box-sizing: border-box;
}

.m-Form_Input-80 {
	width: 80%;
	box-sizing: border-box;
}

.m-Form_Search-box {
	width: 100%;
	height: 50px;
	background: #fff;
	line-height: 50px;
	overflow: hidden;
}

.m-Form_Search-box .m-Form_Search-input {
	width: calc(100% - 40px);
	padding: 10px;
	float: left;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1.6rem;
	height: 50px;
}

.m-Form_Search-box .m-Form_Search-input:placeholder-shown {
	color: #cdd2d5;
	line-height: 1.9;
}

.m-Form_Search-box .m-Form_Search-input::-webkit-input-placeholder {
	color: #cdd2d5;
	line-height: 1.9;
}

.m-Form_Search-box .m-Form_Search-input :-moz-placeholder {
	color: #cdd2d5;
	line-height: 1.9;
}

.m-Form_Search-box .m-Form_Search-input ::-moz-placeholder {
	color: #cdd2d5;
	line-height: 1.9;
}

.m-Form_Search-box .m-Form_Search-input :-ms-input-placeholder {
	color: #cdd2d5;
	line-height: 1.9;
}

.m-Form_Search-box .m-Form_Search-_Button {
	width: 38px;
	height: 38px;
	background: url(/blog/wp-content/themes/radiog_2019/assets/img/common/icon_search.png) center 4px no-repeat;
}

.m-Form_Select-basic {
	position: relative;
	line-height: 1;
	font-size: 14px;
	font-size: 1.4rem;
	cursor: pointer;
}

.m-Form_Select-basic:before,
.m-Form_Select-basic:after {
	content: "";
	position: absolute;
	right: 5px;
	z-index: 2;
}

.m-Form_Select-basic:before {
	top: 2px;
	border-bottom: 8px solid #000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.m-Form_Select-basic:after {
	bottom: -2px;
	border-top: 8px solid #000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.m-Form_Radio-basic {
	cursor: pointer;
}

.m-Form_Radio-basic span {
	vertical-align: middle;
}

.m-Form_Radio-wide,
.m-Form_Radio-middle {
	position: relative;
	border-radius: 4px;
	padding: 15px;
	text-align: center;
	display: block;
	box-sizing: border-box;
	cursor: pointer;
}

.m-Form_Radio-wide input[type="radio"],
.m-Form_Radio-middle input[type="radio"] {
	display: none;
}

.m-Form_Radio-wide span,
.m-Form_Radio-middle span {
	position: relative;
	vertical-align: middle;
	font-size: 18px;
	font-size: 1.8rem;
}

.m-Form_Radio-wide input[type="radio"]:checked + span:before,
.m-Form_Radio-middle input[type="radio"]:checked + span:before {
	position: absolute;
	content: "\E029";
	top: 10px;
	left: -30px;
	font-size: 30px;
	font-size: 3rem;
	line-height: 0;
}

.m-Form_Radio-middle {
	padding: 10px;
}

.m-Form_Radio-middle span {
	font-size: 15px;
	font-size: 1.5rem;
}

.m-Form_Radio-middle input[type="radio"]:checked + span:before {
	left: -20px;
	font-size: 20px;
	font-size: 2rem;
}

.m-Form_Step {
	counter-reset: step;
	margin-bottom: 40px;
	z-index: 0;
	position: relative;
	overflow: hidden;
}

.m-Form_Step.o-Step6 li {
	width: 16.66667%;
}

.m-Form_Step li {
	list-style-type: none;
	width: 25%;
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #aaa;
}

.m-Form_Step li:before {
	width: 30px;
	height: 30px;
	content: counter(step);
	counter-increment: step;
	line-height: 30px;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: #eee;
}

.m-Form_Step li:after {
	width: 100%;
	height: 2px;
	content: '';
	position: absolute;
	background-color: #eee;
	top: 15px;
	left: -50%;
	z-index: -1;
}

.m-Form_Step li:first-child:after {
	content: none;
}

.m-Form_Step li.o-Active {
	color: #888;
}

.m-Form_Step li.o-Active:before {
	background-color: #888;
	color: #fff;
}

.m-Form_Step li.o-Active + li:after {
	background-color: #888;
}

/*
 ECSS
 namespace-ModuleName_ChildNode-variant
*/

.m-Sns_twitterHead {
	padding-bottom: 20px;
	margin: 0 -20px;
	text-align: center;
	border-bottom: 1px solid #dadee1;
}

.m-Sns_twitterHead strong {
	color: #3b94d9;
}

.m-Sns_List {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.m-Sns_List li {
	display: inline-block;
	margin: 0 5px 5px;
}

/*
 ECSS
 namespace-ModuleName_ChildNode-variant
*/

.m-Util_Pc {
	display: none;
}

.m-Util_Tb {
	display: none;
}

.m-Util_Sp {
	display: none;
}

.m-Util_Center {
	text-align: center !important;
}

.m-Util_Right {
	text-align: right !important;
}

.m-Util_Nowrap {
	white-space: nowrap;
}

.m-Util_Pb-0 {
	padding-bottom: 0 !important;
}

/*
For Contact Form 7
*/

/*
For Widget
*/

@media screen and (min-width: 768px) and (max-width: 900px) {

.l-Header_Info li.l-Header_Info-podcast {
	right: 80px;
}

.l-Header_Info li.l-Header_Info-feed {
	right: 130px;
}

.l-Header_Info li a {
	width: 50px;
	height: 50px;
	background-size: 24px !important;
}

.l-Header_Info li.l-Header_Info-menu {
	width: 50px;
	height: 50px;
}

.l-Header_Info li.l-Header_Info-menu span {
	width: 20px;
	left: 15px;
	height: 2px;
	background: #fff;
	transition: all .4s;
}

.l-Header_Info li.l-Header_Info-menu span:nth-of-type(1) {
	top: 17px;
}

.l-Header_Info li.l-Header_Info-menu span:nth-of-type(2) {
	top: 33px;
}

.l-Header_Info li.l-Header_Info-menu span:nth-of-type(3) {
	bottom: 23px;
}

.l-Header_Info li.l-Header_Info-menu.is-Active span:nth-of-type(1) {
	transform: translateY(8px) rotate(-45deg);
}

.l-Header_Info li.l-Header_Info-menu.is-Active span:nth-of-type(2) {
	opacity: 0;
}

.l-Header_Info li.l-Header_Info-menu.is-Active span:nth-of-type(3) {
	transform: translateY(0) rotate(45deg);
}

.l-Header_Logo {
	background-size: 87px;
	background-position: 20px center;
	width: 120px;
	height: 174px;
}

.m-Heading_Title-01 small,
.m-Heading_Title-01-2 small {
	font-size: 14px;
	font-size: 1.4rem;
}

.m-Heading_Title-01,
.m-Heading_Title-01-2 {
	margin: 0 auto 30px;
	font-size: 26px;
	font-size: 2.6rem;
}

.m-Article_Area-latest .m-Article_Program {
	font-size: 18px;
	font-size: 1.8rem;
}

.m-Article_Area-latest .m-Article_Program span {
	font-size: 80px;
	font-size: 8rem;
}

.m-Article_Area-latest .m-Article_Title-01 {
	font-size: 26px;
	font-size: 2.6rem;
}

.m-Article_Area-block {
	padding: 30px 5%;
}

.m-Article_Borderblock {
	padding: 0;
}

.m-Article_List li {
	padding: 30px 20px 70px;
}

.m-Article_List .m-Article_Program {
	top: -2.5em;
}

.m-Article_List .m-Article_Program span {
	font-size: 40px;
	font-size: 4rem;
}

.m-Article_List .m-Article_Img {
	margin-right: -20px;
	margin-bottom: 20px;
}

.m-Article_List .m-Article_Title-02 {
	font-size: 18px;
	font-size: 1.8rem;
}

.m-Article_List .m-Article_Foot {
	margin: 20px -20px 0;
}

.m-Article_Profile dt {
	width: 23%;
	margin-right: 20px;
}

.m-Article_Profile dt img {
	width: 100%;
}

.m-Form_Search-box {
	width: 100%;
}

.m-Util_Tb {
	display: block;
}

}

@media screen and (min-width: 901px) {

.m-Article_Area-latest .m-Article_Program span {
	font-size: 140px;
	font-size: 14rem;
}

.m-Article_Area-latest .m-Article_Program small {
	font-size: 90px;
	font-size: 9rem;
}

.m-Article_Area-latest .m-Article_Title-01 {
	font-size: 36px;
	font-size: 3.6rem;
}

.m-Article_List .m-Article_Program span {
	font-size: 54px;
	font-size: 5.4rem;
}

.m-Text_Fs-11vw {
	font-size: 11px;
	font-size: 1.1rem;
}

.m-Text_Fs-12vw {
	font-size: 12px;
	font-size: 1.2rem;
}

.m-Text_Fs-13vw {
	font-size: 13px;
	font-size: 1.3rem;
}

.m-Text_Fs-14vw {
	font-size: 14px;
	font-size: 1.4rem;
}

.m-Text_Fs-15vw {
	font-size: 15px;
	font-size: 1.5rem;
}

.m-Text_Fs-16vw {
	font-size: 16px;
	font-size: 1.6rem;
}

.m-Text_Fs-17vw {
	font-size: 17px;
	font-size: 1.7rem;
}

.m-Text_Fs-18vw {
	font-size: 18px;
	font-size: 1.8rem;
}

.m-Text_Fs-19vw {
	font-size: 19px;
	font-size: 1.9rem;
}

.m-Text_Fs-20vw {
	font-size: 20px;
	font-size: 2rem;
}

.m-Util_Pc {
	display: block;
}

}

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

select {
	padding: 5px 15px 5px 5px;
}

.l-Contents_Entry-wrap {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}

.l-Contents_Entry {
	float: none;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}

.l-Contents_Ad {
	display: none;
}

.l-Header2 .l-Header_Title,
.l-Header3 .l-Header_Title {
	top: 20px;
	left: 20px;
}

.l-Header_Info li a {
	width: 40px;
	height: 40px;
}

.l-Header_Info li.l-Header_Info-menu {
	width: 40px;
	height: 40px;
}

.l-Header_Info li.l-Header_Info-menu span {
	position: absolute;
	display: inline-block;
	width: 20px;
	left: 10px;
	height: 2px;
	background: #fff;
	transition: all .4s;
}

.l-Header_Info li.l-Header_Info-menu span:nth-of-type(1) {
	top: 13px;
}

.l-Header_Info li.l-Header_Info-menu span:nth-of-type(2) {
	top: 20px;
}

.l-Header_Info li.l-Header_Info-menu span:nth-of-type(3) {
	bottom: 11px;
}

.l-Header_Info li.l-Header_Info-menu.is-Active span:nth-of-type(1) {
	transform: translateY(6px) rotate(-45deg);
}

.l-Header_Info li.l-Header_Info-menu.is-Active span:nth-of-type(2) {
	opacity: 0;
}

.l-Header_Info li.l-Header_Info-menu.is-Active span:nth-of-type(3) {
	transform: translateY(-8px) rotate(45deg);
}

.l-Header_Info li.l-Header_Info-feed {
	top: 60px;
	right: 0;
}

.l-Header_Info li.l-Header_Info-feed a {
	background: url(/blog/wp-content/themes/radiog_2019/assets/img/common/icon_feed_sp.png) 0 0 no-repeat;
	background-size: 40px;
}

.l-Header_Info li.l-Header_Info-podcast {
	top: 100px;
	right: 0;
}

.l-Header_Info li.l-Header_Info-podcast a {
	background: url(/blog/wp-content/themes/radiog_2019/assets/img/common/icon_podcast_sp.png) 0 0 no-repeat;
	background-size: 40px;
}

.l-Header_Logo {
	width: 115px;
	height: 70px;
	background: #ffc800 url(/blog/wp-content/themes/radiog_2019/assets/img/common/logo2.svg) center center no-repeat;
	background-size: 84px auto;
}

.l-Header_Logo2,
.l-Header_Logo3 {
	width: 115px;
	height: 70px;
	background: #ffc800 url(/blog/wp-content/themes/radiog_2019/assets/img/common/logo2.svg) center center no-repeat;
	background-size: 84px auto;
}

.l-Header_Logo3 {
	background: url(/blog/wp-content/themes/radiog_2019/assets/img/common/logo3.svg) center center no-repeat;
	background-size: 84px auto;
}

.l-Header_Menu {
	padding-top: 55px;
}

.l-Header_Menu .m-Article_Area,
.l-Header_Menu .m-Article_Area-second {
	padding-bottom: 30px;
}

.l-Footer_Block {
	padding: 15px 0;
}

.l-Footer_Link li {
	margin: 0 10px;
}

.l-Footer_Link li a {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 19px;
}

.l-Footer_Link li .fb {
	width: 19px;
	background: url(/blog/wp-content/themes/radiog_2019/assets/img/common/fb.svg) 0 0 no-repeat;
	background-size: 19px auto;
}

.l-Footer_Link li .tw {
	width: 23px;
	background: url(/blog/wp-content/themes/radiog_2019/assets/img/common/tw.svg) 0 0 no-repeat;
	background-size: 23px auto;
}

.l-Footer_Link li .pt {
	width: 22px;
	background: url(/blog/wp-content/themes/radiog_2019/assets/img/common/pt.svg) 0 0 no-repeat;
	background-size: 22px auto;
}

.l-Footer_Link li .ln {
	width: 19px;
	background: url(/blog/wp-content/themes/radiog_2019/assets/img/common/ln.svg) 0 0 no-repeat;
	background-size: 19px auto;
}

.l-Footer_Copy {
	font-size: 11px;
	font-size: 1.1rem;
}

.m-Heading_Title-01,
.m-Heading_Title-01-2 {
	font-size: 20px;
	font-size: 2rem;
	margin: 0 auto 20px;
}

.m-Heading_Title-01:before,
.m-Heading_Title-01-2:before,
.m-Heading_Title-01:after,
.m-Heading_Title-01-2:after {
	height: 60px;
}

.m-Heading_Title-01 span,
.m-Heading_Title-01-2 span {
	padding: 10px 20px;
}

.m-Heading_Title-01 small,
.m-Heading_Title-01-2 small {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0 20px 10px;
}

.m-Heading_Title-01-2 {
	font-size: 14px;
	font-size: 1.4rem;
}

.m-Heading_Title-01-2:before,
.m-Heading_Title-01-2:after {
	height: 30px;
}

.m-Side_Profile li {
	width: 28.125%;
	min-width: 90px;
}

.m-Side_About {
	padding: 0;
}

.m-Side_Contact {
	padding: 0;
	margin-bottom: 20px !important;
}

.m-Side_Contact-text dt {
	float: none;
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
	border: 1px solid #fff;
	box-sizing: border-box;
	text-align: center;
}

.m-Side_Contact-text dt img {
	width: 150px;
	border: 0;
}

.m-Side_Button {
	position: static;
}

.m-Article_Area-latest .m-Article_Program {
	font-size: 14px;
	font-size: 1.4rem;
}

.m-Article_Area-latest .m-Article_Program span {
	margin-top: -5px;
	margin-bottom: -5px;
	font-size: 70px;
	font-size: 21.875vw;
}

.m-Article_Area-latest .m-Article_Program small {
	display: block;
	margin-top: 10px;
	font-size: 2.5rem;
}

.m-Article_Area-latest .m-Article_Body {
	padding: 25px 20px;
}

.m-Article_Area-latest .m-Article_Date {
	font-size: 14px;
	font-size: 1.4rem;
}

.m-Article_Area-latest .m-Article_Title-01 {
	font-size: 18px;
	font-size: 5.625vw;
	color: #000;
}

.m-Article_Area-latest .m-Article_Contents &gt; p {
	font-size: 14px;
}

.m-Article_Area-latest .m-Article_Label {
	font-size: 14px;
	font-size: 1.4rem;
	margin-right: 0;
}

.m-Article_Area-latest .m-Article_Label:first-child {
	margin-right: 20px;
}

.m-Article_Area-latest .m-Article_Label dt {
	margin-bottom: 5px;
	margin-right: 10px;
}

.m-Article_Area-latest .m-Article_Label dd {
	margin-bottom: 10px;
	display: inline;
}

.m-Article_Button {
	width: 100%;
	margin: 20px auto 0;
}

.m-Article_Area .m-Article_Area-wrap,
.m-Article_Area-second .m-Article_Area-wrap {
	display: block;
}

.m-Article_Area .m-Article_Area-col2,
.m-Article_Area-second .m-Article_Area-col2 {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.m-Article_Area .m-Article_Area-col2:last-child,
.m-Article_Area-second .m-Article_Area-col2:last-child {
	margin-bottom: 20px;
}

.m-Article_Area,
.m-Article_Area-second {
	padding: 25px 20px 30px;
}

.m-Article_Area-block {
	padding: 25px 20px;
}

.m-Article_Textblock {
	font-size: 15px;
	font-size: 1.5rem;
}

.m-Article_Textblock p {
	margin-bottom: 1em;
}

.m-Article_Textblock p.m-Article_Text-lead {
	margin-bottom: 15px;
}

.m-Article_Borderblock {
	padding: 0;
	height: auto;
	max-height: 380px;
}


.m-Article_List {
	display: block;
	margin-bottom: -60px;
}

.m-Article_List li {
	width: 100%;
	padding: 30px 20px 70px;
}

.m-Article_List .m-Article_Program {
	font-size: 10px;
	font-size: 1rem;
	top: -35px;
	left: 20px;
}

.m-Article_List .m-Article_Program span {
	font-size: 44px;
	font-size: 4.4rem;
}

.m-Article_List .m-Article_Img {
	margin-right: -20px;
	margin-bottom: 20px;
}

.m-Article_List .m-Article_Date {
	font-size: 13px;
	font-size: 1.3rem;
}

.m-Article_List .m-Article_Title-02 {
	font-size: 16px;
	font-size: 5vw;
}

.m-Article_List .m-Article_Label dt {
	margin-bottom: 5px;
}

.m-Article_List .m-Article_Foot {
	margin: 10px -20px 0;
}

.m-Article_Audio {
	margin-top: 10px;
}

.m-Article_Profile {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.m-Article_Profile dt {
	float: left;
	width: 30%;
	margin-right: 10px;
}

.m-Article_Profile dt img {
	border: 1px solid #fff;
	width: 100%;
}

.m-Article_Profile dd {
	padding-top: 10px;
	overflow: visible;
}

.m-Article_Profile dd h3 {
	font-size: 18px;
	font-size: 1.8rem;
}

.m-Article_Profile dd .m-Article_Profile-lead {
	font-size: 13px;
	font-size: 1.3rem;
}

.m-Article_Profile-data {
	clear: both;
	padding-top: 20px;
	width: 100%;
}

.m-Article_Profile-data dt {
	float: none;
	width: auto;
	font-weight: bold;
	margin-bottom: 1em;
}

.m-Article_Profile-data dd {
	padding-top: 0;
	margin-bottom: 1em;
	line-height: 1.4;
}

.m-Button_Primary.m-Button_Middle {
	width: 100%;
}

.m-Button_Tw.m-Button_Middle {
	width: 100%;
}

.m-Button_Fb.m-Button_Middle {
	width: 100%;
}

.m-Button_Is.m-Button_Middle {
	width: 100%;
}

.m-Button_Rss.m-Button_Middle {
	width: 100%;
}

.m-Button_Itunes.m-Button_Middle {
	width: 100%;
}

.m-Text-Lead {
	font-size: 16px;
	font-size: 1.6rem;
}

.m-Text_Fs-11vw {
	font-size: 9px;
}

.m-Text_Fs-12vw {
	font-size: 10px;
}

.m-Text_Fs-13vw {
	font-size: 11px;
}

.m-Text_Fs-14vw {
	font-size: 12px;
}

.m-Text_Fs-15vw {
	font-size: 13px;
}

.m-Text_Fs-16vw {
	font-size: 14px;
}

.m-Text_Fs-17vw {
	font-size: 15px;
}

.m-Text_Fs-18vw {
	font-size: 16px;
}

.m-Text_Fs-19vw {
	font-size: 17px;
}

.m-Text_Fs-20vw {
	font-size: 18px;
}

.m-Form_Input-basic {
	font-size: 16px;
	font-size: 1.6rem;
}

.m-Form_Input-large {
	font-size: 16px;
	font-size: 1.6rem;
}

.m-Form_Search-box {
	width: 100%;
	margin-bottom: 20px;
}

.m-Form_Search-box .m-Form_Search-input:placeholder-shown {
	font-size: 16px;
	font-size: 1.6rem;
}

.m-Form_Select-basic {
	font-size: 12px;
	font-size: 1.2rem;
}

.m-Form_Select-basic:before {
	border-bottom: 6px solid #000;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
}

.m-Form_Select-basic:after {
	border-top: 6px solid #000;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
}

.m-Form_Radio-wide span,
.m-Form_Radio-middle span {
	font-size: 14px;
	font-size: 1.4rem;
}

.m-Form_Step {
	margin-bottom: 20px;
}

.m-Form_Step li {
	font-size: 10px;
	font-size: 1rem;
}

.m-Form_Step li span {
	display: none;
}

.m-Sns_twitterHead {
	padding-top: 20px;
}

.m-Util_Sp {
	display: block;
}

}

.youtube {
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 40px;
}

.youtube iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
</pre></body></html>