@charset "utf-8";

/* Setting-basic
-----------------------------------------------------------*/
html {font-size: 62.5%;}
body {
	font-family:  'Noto Sans JP','游ゴシック体','YuGothic','游ゴシック Medium','Yu Gothic Medium','ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	color: #333;
	background: #fff;
	line-height:1.5;
	font-feature-settings: "palt";
	font-size: 1.5rem;
	-webkit-text-size-adjust:100%;
}
.clearfix {
	clear: both;
}


/* Module
-----------------------------------------------------------*/
img {
	border: 0;
	vertical-align: middle;
}
img.ofi {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-object-fit: cover;
	font-family: 'object-fit: cover;'
}
p {
	margin: 0 0 20px;
	line-height: 1.6;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 20px;
	line-height: 1.3;
}
h1 { font-size: 3.6rem;}
h2 { font-size: 3rem;}
h3 { font-size: 2.4rem;}
h4 { font-size: 2.1rem;}
h5 { font-size: 1.8rem;}
h6 { font-size: 1.6rem;}

ol,ul {
	list-style: none;
}
.liststyle_decimal {
	list-style: decimal;
	padding: 0 0 0 30px;
}
.liststyle_decimal li {
	margin-bottom: 5px;
}
.liststyle_disc {
	list-style: disc;
	padding: 0 0 0 30px;
}
.liststyle_disc li {
	margin-bottom: 4px;
}
.liststyle_dl1 {
	overflow: hidden;
	width: 100%;
}
.liststyle_dl1 dt {
	float: left;
	width: 120px;
	margin: 0 0 25px;
	font-weight: bold;
}
.liststyle_dl1 dd {
	float: left;
	width: calc(100% - 120px);
	margin: 0 0 25px;
}
.liststyle_dl2 dt {
	margin: 0 0 5px;
	font-weight: bold;
}
.liststyle_dl2 dd {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #ccc;
}
.liststyle_dl2 dd:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}


/* Hypertext Module
-----------------------------------------------------------*/
a:link,
a:visited {
	color: #333;
	text-decoration: none;
	transition: all .2s ease-in-out;
}
a:hover {
	color: #777;
}
a.linkstyle {
	color: #672e8e;
	text-decoration: underline;
}
a:hover.linkstyle {
	color: #e00a8c;
}
::selection {
	color: #91a50b;
	background: #f2ff8e;
}

.swap {
	transition: all .2s ease-in-out;
}
.swap:hover {
	opacity: 0.7;
}


/* General Settings
-----------------------------------------------------------*/
/* Margin Control */
.mb00 { margin-bottom: 0!important;}
.mb05 { margin-bottom: 5px!important;}
.mb10 { margin-bottom: 10px!important;}
.mb15 { margin-bottom: 15px!important;}
.mb20 { margin-bottom: 20px!important;}
.mb25 { margin-bottom: 25px!important;}
.mb30 { margin-bottom: 30px!important;}
.mb40 { margin-bottom: 40px!important;}
.mb50 { margin-bottom: 50px!important;}
.mb60 { margin-bottom: 60px!important;}
.mb70 { margin-bottom: 70px!important;}
.mb80 { margin-bottom: 80px!important;}
.mb90 { margin-bottom: 90px!important;}
.mb100 { margin-bottom: 100px!important;}
.mb120 { margin-bottom: 120px!important;}
.mb130 { margin-bottom: 130px!important;}
.mb140 { margin-bottom: 140px !important;}
.mb150 { margin-bottom: 150px !important;}
.mb160 { margin-bottom: 160px !important;}
.mb170 { margin-bottom: 170px !important;}
.mb180 { margin-bottom: 180px !important;}
.mb190 { margin-bottom: 190px !important;}
.mb200 { margin-bottom: 200px !important;}
.mb210 { margin-bottom: 210px !important;}
.mb220 { margin-bottom: 220px !important;}
.mb230 { margin-bottom: 230px !important;}
.mb240 { margin-bottom: 240px !important;}
.mb250 { margin-bottom: 250px !important;}
.mb260 { margin-bottom: 260px !important;}
.mb270 { margin-bottom: 270px !important;}
.mb280 { margin-bottom: 280px !important;}
.mb290 { margin-bottom: 290px !important;}
.mb300 { margin-bottom: 300px !important;}

.mt00 { margin-top: 0 !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}
.mt60 { margin-top: 60px !important;}
.mt70 { margin-top: 70px !important;}
.mt80 { margin-top: 80px !important;}
.mt90 { margin-top: 90px !important;}
.mt100 { margin-top: 100px !important;}
.mt110 { margin-top: 110px !important;}
.mt120 { margin-top: 120px !important;}
.mt130 { margin-top: 130px !important;}
.mt140 { margin-top: 140px !important;}
.mt150 { margin-top: 150px !important;}
.mt160 { margin-top: 160px !important;}

/* width */
.width100 { width: 100%;}
.width90 { width: 90%;}
.width80 { width: 80%;}
.width70 { width: 70%;}
.width60 { width: 60%;}
.width50 { width: 50%;}
.width45 { width: 45%;}
.width40 { width: 40%;}
.width35 { width: 35%;}
.width30 { width: 30%;}
.width25 { width: 25%;}
.width20 { width: 20%;}
.width15 { width: 15%;}
.width10 { width: 10%;}
.width5 { width: 5%;}

/* font size */
.text75 { font-size: 75%;}
.text80 { font-size: 80%;}
.text85 { font-size: 85%;}
.text90 { font-size: 90%;}
.text100 { font-size: 100%;}
.text110 { font-size: 110%;}
.text120 { font-size: 120%;}
.text130 { font-size: 130%;}
.text140 { font-size: 140%;}
.text160 { font-size: 160%;}
.text180 { font-size: 180%;}
.text200 { font-size: 200%;}
.text220 { font-size: 220%;}
.text240 { font-size: 240%;}
.text260 { font-size: 260%;}

/* color */
.c_000 { color: #000;}
.c_333 { color: #333;}
.c_555 { color: #555;}
.c_888 { color: #888;}
.c_fff { color: #fff;}
.c_red { color: #f00;}
.c_blue { color: #0e92e5;}
.c_green { color: #86bf00;}
.c_orange { color: #ee761b;}

/* font style */
.boldstyle { font-weight: bold;}
.normalstyle { font-weight: normal;}
.italicstyle { font-style: italic;}

/* text-align */
.aligncenter { text-align: center;}
.alignleft { text-align: left;}
.alignright { text-align: right;}

::selection {
	color: #81249d;
	background: #f8e0ff;
}

/* inview
-----------------------------------------------------------*/
.effect_fadein2,
.effect_fadein {
	opacity: 0;
	transition: opacity .47s cubic-bezier(.175,.885,.32,1.275),transform .47s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .47s cubic-bezier(.175,.885,.32,1.275);
	transform: translate(0,20px);
}
.effect_def {
	opacity: 1.0;
	transform: translate(0,0);
}


/* effect
-----------------------------------------------------------*/
.img_effect {
	transition: all .3s ease-in-out;
}
.img_effect:hover {
	transform: scale(1.1);
}


/* Table Module
-----------------------------------------------------------*/
table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
}
td,th {
	padding: 15px;
	text-align: left;
	line-height: 1.5;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
th {
	font-weight: bold;
}
thead th {
	padding: 5px 15px;
	background: #555;
	color: #fff;
	font-size: 1.3rem;
}
tfoot th {
	padding: 5px 15px;
	background: #ddd;
	font-size: 1.3rem;
}


/* Forms Module
-----------------------------------------------------------*/
.input_text,
textarea {
	margin-bottom: 5px;
	padding: 12px 15px;
	border: 1px solid #777;
	border-radius: 4px;
	background: #f4f4f4;
}
select {
	padding: 12px 40px 12px 15px;
	border: 1px solid #777;
	border-radius: 4px;
	background: #fff;
	cursor: s-resize;
}
select::-ms-expand {
	display: none;
}
.selectbox{
	margin-bottom: 5px;
	position: relative;
	display: inline-block;
}
.selectbox::before{
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	background: #eee;
	height: 100%;
	width: 30px;
	border: 1px solid #777;
	border-radius: 0 4px 4px 0;
}
.selectbox::after{
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #777 transparent transparent transparent;
}
.need:before,
.any:before {
	margin: 0 7px 0 0;
	padding: 3px 4px;
	color: #fff;
	font-size: 11px;
	border-radius: 4px;
}
.need:before {
	content: "必須";
	background: #ff6969;
}
.any:before {
	content: "任意";
	background: #999;
}
.input_text:hover,
textarea:hover,
select:hover {
	opacity: 0.8;
	border-color: #464646
}
label:hover {
	cursor: pointer;
	opacity: 0.8;
}
::placeholder{
  color: #aaa;
}


/* sp_nav
-----------------------------------------------------------*/

.header_menubtn {
	display: none;
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 200;
	width: 40px;
	height: 30px;
	text-align: center;
	cursor: pointer;
}
.header_menubtn p {
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.header_menubtn p.close {
	display: none;
}
.header_menubtn.active .menu_trigger + p.menu {
	display: none;
}
.header_menubtn.active .menu_trigger + p.menu + p.close {
	display: block;
	color: white;
}
.menu_trigger,
.menu_trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu_trigger {
	position: relative;
	width: 40px;
	height: 30px;
}
.menu_trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: black;
	border-radius: 4px;
}
.menu_trigger span:nth-of-type(1) {
	top: 0;
}
.menu_trigger span:nth-of-type(2) {
	top: 13px;
}
.menu_trigger span:nth-of-type(3) {
	bottom: 0;
}

.active .menu_trigger span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
  background: white;
}
.active .menu_trigger span:nth-of-type(2) {
  opacity: 0;
}
.active .menu_trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
  background: white;
}
.area_footer.content {
	display: none;
}







/* layout_common
-----------------------------------------------------------*/
.sp_only {
	display: none;
}
.cover {
	width: 100%;
	margin: 0 auto;
}
.wrap_1280 {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.wrap_1024 {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.wrap_960 {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.area_drawermenu.active {
	visibility: visible;
	opacity: 1;
}
.area_drawermenu {
	visibility: hidden;
	opacity: 0;
	transition: all .2s ease-in-out;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 110;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	overflow: auto;
}
.menu_list li a {
	font-size: 2.5rem;
	padding: 20px 0 18px 5px;
	display: block;
	font-size: 1.75rem;
	padding: 15px 0 13px 5px;
	color: white;
	position: relative;
	padding-left: 20px;
}
.menu_list li a i {
	margin-left: 5px;
	font-size: 1.3rem;
}
.menu_list li a span {
	position: absolute;
	right: 20px;
	top: 16px;
	font-size: 1.2rem;
}
.menu_list li:first-child {
	border-top: 1px solid #929292;
}
.menu_list li {
	display: block;
	border-bottom: 1px solid #929292;
}

.menu_list {
	position: absolute;
	right: -500px;
	left: auto;
	background: whitesmoke;
	width: 80%;
	max-width: 445px;
	padding: 80px 0 100px 30px;
	overflow-y: scroll;
	transition: .25s;
	-webkit-backface-visibility: hidden;
	height: 100%;
	background: black;
	color: white;
}
.active .menu_list {
	right: 0px;
	left: auto;
	font-size: 0;
	transition: .25s;
}


/* layout_top
-----------------------------------------------------------*/

header {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	background: white;
	transition: .25s;
}
.header_content {
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
}
.logo_wrap {
	display: block;
}
.logo {
	max-width: 166px;
	width: 100%;
}
#pickup header {
	display: block;
	position: static;
}
.header_content_left {
	width: 13%;
}
.header_content_right {
	width: 85%;
	max-width: 841px;
	justify-content: space-between;
}
.header_content_right .main_banner,
.header_content_right .btn_box_rdf {
	display: inline-block;
}
.header_content_right .main_banner {
	max-width: 570px;
	width: 65%;
}
.header_content_right .main_banner:hover {
	opacity: .75;
}
.header_content_right .btn_box_rdf {
	width: 34%;
	max-width: 241px;
}
.btn_box {
	display: block;
	border-radius: 20px;
}
.btn_box:hover {
	opacity: .75;
}
.btn_box_back {
	margin-right: 30px;
	margin-bottom: 0;
	font-weight: bold;
	border-radius: 17px 0 0 17px;
	font-size: 2.4rem;
	letter-spacing: .1rem;
	background: white;
	position: relative;
	height: 100%;
	padding: 20px;
	display: flex;
	align-items: center;
	min-height: 100px;
}
.btn_box_back:before {
	content: "";
	display: inline-block;
	border-style: solid;
	border-width: 7px 0 7px 5px;
	border-color: transparent transparent transparent #fff;
	display: inline-block;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
}
.btn_box .btn_box_title {
	margin-bottom: 0;
	text-align: center;
	line-height: 1.4;
	position: relative;
}
.btn_box_rdf {
	border: 3px solid #FE8B90;
	background: #FE8B90;
	width: 30%;
}
.btn_box_rdf p {
	color: #FE8B90;
}
.btn_box_rdf .btn_box_back {
	min-height: auto;
}

.main {
	height: 500px;
	position: relative;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(188,234,255,1) 80%, rgba(123,214,255,1) 100%);
	overflow: hidden;
}
.sub_main:before,
.main:before {
	content: "";
	display: inline-block;
	pointer-events: none;
	background: url("/radio/images/common/main_back_img_niji.png") no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 35%;
	height: 100%;
	background-position: bottom;
}
.sub_main:after,
.main:after {
	content: "";
	display: inline-block;
	pointer-events: none;
	width: 95%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url("/radio/images/common/main_back_img.png") no-repeat;
	background-size: contain;
	background-position: bottom;
}
.sub_main:after {
	background: url("/radio/images/common/submain_back_img.png") no-repeat;
	background-size: contain;
	background-position: bottom;
}
.main_box {
	justify-content: space-between;
	padding: 60px 0;
}
.main_logo {
	width: 300px;
}
.main_text {
	width: calc(100% - 360px);
}
.main_logo_box {
	background: white;
	padding: 30px;
	border-radius: 20px;
	height: 100%;
	position: relative;
	display: block;
}
.main_logo_box img {
	margin: 0 auto;
	max-width: 200px;
	display: block;
	width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.main_banner {
	display: block;
	width: 65%;
}
.main_banner:hover {
	opacity: .75;
}
.main_text_title {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
	font-size: 5.6rem;
	text-align: center;
	line-height: 1.2;
	color: #2B3D96;
	margin-bottom: 0;
}
.main_text_title br {
	display: none;
}
.main_text_title span {
	font-size: 6.2rem;
	display: block;
}
.main_banner_wrap {
	justify-content: space-between;
	margin-bottom: 15px;
}
.now_on_air {
	padding: 15px 0;
	background: #192874;
}
.now_on_air_box {
	justify-content: space-between;
	align-items: center;
}
.now_on_air_box_title {
	color: white;
	width: 200px;
}
.now_on_air_box_title p {
	margin-bottom: 0;
	padding-left: 50px;
	position: relative;
}
.now_on_air_box_title p:before {
	content: "";
	width: 40px;
	height: 37px;
	background: url("/radio/images/common/icon_air.svg") no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.now_on_air_box_text {
	width: calc(100% - 220px);
	background: white;
	border-radius: 100px;
	padding: 10px 40px;
	box-shadow:3px 3px 8px 3px #ccc inset;
}
.now_on_air_box_title p {
	font-size: 2.2rem;
	font-weight: bold;
}
.air_sticker {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.air_sticker_title {
	font-size: 2rem;
	display: inline-block;
	margin-block: 0;
	margin-right: 10px;
}
.air_sticker_sub {
	font-size: 1.4rem;
}
.air_sticker a {
	display: block;
}
.content {
	padding: 50px 0;
	position: relative;
	background: linear-gradient(0deg, rgba(255,255,255,1) 95%, rgba(221,238,255,1) 100%);
}
.content .wrap_1280 {
	position: relative;
}
.content:before {
	content: "";
	display: inline-block;
	pointer-events: none;
	width: 100%;
	height: 440px;
	background: url("/radio/images/common/back_footer.png") no-repeat;
	background-size: cover;
	background-position: center bottom;
	position: absolute;
	left: 0;
	bottom: 0;
}
.top_content_list {
	justify-content: space-between;
	margin-bottom: 30px;
}
.top_content_list li {
	width: 32%;
}
.top_content_list li:nth-child(1) {
	transition-delay: 0s;
}
.top_content_list li:nth-child(2) {
	transition-delay: .2s;
}
.top_content_list li:nth-child(3) {
	transition-delay: .4s;
}
.btn_box_content_list {
	width: 100%;
	height: 100%;
	background: #192874;
	font-size: 2.2rem;
}
.btn_box_content_list .btn_box_back {
	background: #2B3D96;
	color: white;
	min-height: 137px;
}
.btn_box_content_list .btn_box_back p {
	text-align: left;
	padding-left: 80px;
}
.btn_box_content_list .btn_box_back p:before {
	content: "";
	width: 60px;
	height: 60px;
	background: url(/radio/images/common/icon_banban_radio.svg) no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.btn_box_back.icon_banban_radio p:before {
	background: url(/radio/images/common/icon_banban_radio.svg) no-repeat;
	background-size: contain;
}
.btn_box_back.icon_risradi p:before {
	background: url(/radio/images/common/icon_risradi.svg) no-repeat;
	background-size: contain;
}
.btn_box_back.icon_request p:before {
	background: url(/radio/images/common/icon_request.svg) no-repeat;
	background-size: contain;
}

.content_main {
	justify-content: space-between;
	margin-bottom: 50px;
}
.content_main_left {
	width: 66%;
}
.content_main_right {
	width: 32%;
}
.pickup_box {
	border-radius: 20px;
	border: 5px solid #FF8B90;
}
.pickup_box_title {
	background: #FF8B90;
	padding: 10px;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px 10px 0 0;
	position: relative;
}
.pickup_box_title:before {
	content: "";
	display: block;
	background: #FF8B90;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 9px 9px 0 0;
}
.pickup_box_text {
	padding-left: 60px;
	font-size: 2.4rem;
	color: white;
	font-weight: bold;
	position: relative;
}
.pickup_box_text:before {
	content: "";
	display: inline-block;
	background: url("/radio/images/common/banko.svg") no-repeat;
	background-size: contain;
	width: 46px;
	height: 77px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.pickup_box_text_sub {
	font-size: 1.6rem;
}
a.pickup_box_link {
	display: inline-block;
	color: white;
	font-size: 1.6rem;
	position: relative;
}
a.pickup_box_link:hover {
	color: #FFE13E;
}
.pickup_box_content_wrap {
	padding: 25px;
	background: #FFF0F1;
	border-radius: 0 0 18px 18px;
}
.pickup_box_content_wrap:only-child {
	border-radius: 15px;
	padding-top: 80px;
}
.pickup_box_content {
	justify-content: space-between;
}
.pickup_box_content li {
	width: 32%;
	margin-bottom: 20px;
}
.pickup_box_content li:nth-of-type(3n-2) {
	transition-delay: 0s;
}
.pickup_box_content li:nth-of-type(3n-1) {
	transition-delay: .2s;
}
.pickup_box_content li:nth-of-type(3n) {
	transition-delay: .4s;
}
.pickup_box_content:after {
	content: "";
	width: 32%;
}
.pickup_box_content li a {
	overflow: hidden;
	display: block;
	border-radius: 20px;
	height: 100%;
}
.pickup_box_content li a:hover {
	opacity: .75;
}
.pickup_box_content li a:hover .pickup_box_content_box_img {
	border-radius: 0;
}
.pickup_box_content li a:hover .pickup_box_content_box_img img {
	transform: scale(1.1);
}
.pickup_box_content_category {
	position: relative;
}
.pickup_box_content_category_title.green {
	background: #00AC4F;
}
.pickup_box_content_category_title.sky_blue {
	background: #34C8FD;
}
.pickup_box_content_category_title.blue {
	background: #445EC9;
}
.pickup_box_content_category_title {
	padding: 10px 20px;
	font-size: 1.8rem;
	color: white;
	font-weight: bold;
}
.pickup_box_content_category_new {
	padding: 5px 10px;
	color: #FF4A4A;
	background: #FFE13E;
	font-weight: bold;
	border-radius: 100px;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 10px;
	line-height: 1;
	font-size: 1.3rem;
}
.pickup_box_content_box {
	padding: 20px;
	background: white;
	height: 100%;
}
.pickup_box_content_box_img {
	overflow: hidden;
	border-radius: 10px;
	height: 120px;
	margin-bottom: 10px;
	transition: .25s;
}
.pickup_box_content_box_img img {
	transition: .25s;
}
.pickup_box_content_box_day {
	margin-bottom: 10px;
	font-size: 1.2rem;
	color: #646464;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.pickup_box_content_box_title {
	text-decoration: underline;
	color: #2B3D96;
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.pickup_box_content_box_text {
	font-size: 1.4rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	margin-bottom: 0;
}
.btn_box_youtube {
	background: #C10C0C;
	margin-bottom: 30px;
	font-size: 2.2rem;
}
.btn_box_youtube .btn_box_back {
	background: #E61C1C;
}
.btn_box_youtube .btn_box_back p {
	text-align: left;
	padding-left: 80px;
	color: white;
}
.btn_box_youtube .btn_box_back p span {
	font-size: 1.8rem;
}
.btn_box_back.icon_youtube p:before {
	content: "";
	width: 60px;
	height: 35px;
	background: url(/radio/images/common/icon_youtube.svg) no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}

/* twitter */
.btn_box_twitter {
	background: #000;
	border: 4px solid #000;
	margin-bottom: 30px;
	font-size: 2.2rem;
}
.btn_box_twitter .btn_box_back {
	background: #fff;
}
.btn_box_twitter .btn_box_back p {
	letter-spacing: -.01em;
	text-align: left;
	padding-left: 80px;
	color: #000;
}
.btn_box_twitter .btn_box_back p span {
	font-size: 1.8rem;
	letter-spacing: normal;
}
.btn_box_back.icon_twitter p:before {
	content: "";
	width: 60px;
	height: 42px;
	background: url(/radio/images/common/icon_x.png) no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}

.btn_box_birthday {
	margin-bottom: 30px;
	border: 3px solid #FE8B90;
	background: #FE8B90;
	border-radius: 20px;
	overflow: hidden;
	font-size: 2.2rem;
}
.icon_berthday {
	font-size: 2.2rem;
	padding: 20px;
	margin-right: 0;
	border-radius: 17px;
	background: #F58489;
}
.icon_berthday:before {
	content: none;
}
.btn_box_birthday .btn_box_back p {
	text-align: left;
	padding-left: 80px;
	position: static;
	transform: none;
	width: 100%;
	color: white;
	margin-bottom: 0;
	line-height: 1.3;
}
.btn_box_birthday .btn_box_back p:before {
	content: "";
	width: 55px;
	height: 55px;
	background: url(/radio/images/common/icon_berthday.svg) no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translate(0,-50%);
}
.btn_box_text {
	padding: 20px;
	background: #FFF5F6;
}
.btn_box_text p {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
a.btn_box_text_a {
	display: inline-block;
	color: #F5656B;
	font-weight: bold;
	font-size: 1.4rem;
}
.btn_box_banban_channel {
	/* height: 100px; */
	background: #FF844D;
	margin-bottom: 30px;
	font-size: 2.2rem;
}
.icon_banban_channel {
	background: #FFAB86;
}
.btn_box_banban_channel .btn_box_back p {
	text-align: left;
	padding-left: 80px;
	color: white;
}
.btn_box_banban_channel .btn_box_back p:before {
	content: "";
	width: 60px;
	height: 42px;
	background: url(/radio/images/common/icon_banban_channel.svg) no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.btn_box_facebook {
	/* height: 100px; */
	background: #0B4ECE;
	margin-bottom: 30px;
	font-size: 2.2rem;
}
.icon_facebook {
	background: #1C62E6;
}
.btn_box_facebook .btn_box_back p {
	text-align: left;
	padding-left: 80px;
	color: white;
}
.btn_box_facebook .btn_box_back p:before {
	content: "";
	width: 60px;
	height: 42px;
	background: url(/radio/images/common/icon_facebook.svg) no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.footer_box {
	background: #322F86;
}
.footer_box_list {
	padding: 20px 0;
	justify-content: right;
}
.footer_box_list li {
	display: inline-block;
	margin-right: 15px;
	padding-right: 15px;
	position: relative;
	font-size: 1.4rem;
}
.footer_box_list li:before {
	content: "|";
	display: inline-block;
	color: white;
	position: absolute;
	right: 0;
	top: 0;
}
.footer_box_list li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.footer_box_list li:last-child:before {
	content: "";
}
.footer_box_list li a {
	display: block;
	color: white;
}
.footer_box_list li a:hover {
	opacity: .75;
}
.copylight {
	background: white;
	text-align: center;
	color: #707070;
	margin-bottom: 0;
	padding: 10px 0;
}
.footer_box_list_wrap {
	justify-content: space-between;
	padding: 30px 0;
}
.footer_box_logo {
	width: 150px;
}
.footer_box_logo:hover {
	opacity: .75;
}
.footer_box_list {
	width: calc(100% - 170px);
}
.fix_btn_wrap {
	display: none;
}
.fix_btn {
	position: fixed;
	top: 50%;
	z-index: 100;
	right: 0;
}
.fix_btn a {
	display: block;
	padding: 10px;
	background: white;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	border-radius: 10px;
	line-height: 1.1;
	padding-right: 40px;
	position: relative;
	right: -30px;
}
.fix_btn a:hover {
	right: -10px;
}
.fix_btn a span {
	font-size: 1.1rem;
}
.fix_btn a.request {
	color: #192874;
	border: 2px solid #192874;
	margin-bottom: 10px;
}
.fix_btn a.channel {
	color: #FE8B90;
	border: 2px solid #FE8B90;
}
.privacy_mark {
	width: 128px;
	display: block;
}
.privacy_mark:hover {
	opacity: .75;
}
.newsticker li {
	margin: 0 30px;
	animation:loop 25s infinite linear;
}
@keyframes loop {
  0% {
	transform: translateX(100%);
  }
  100% {
	transform: translateX(-100%);
  }
}
/* .newsticker {
	display: none;
}
.newsticker.slick-initialized {
	display: block;
} */

.btn_box:hover .btn_box_title:before {
	animation:jump .5s cubic-bezier(.645, .045, .355, 1)
}
@keyframes jump {
	0% {
		transform:translate(0,-50%) translateY(0);
	}
	30% {
		transform:translate(0,-50%) translateY(3px);
	}
	65% {
		transform:translate(0,-50%) translateY(-3px);
	}
	to {
		transform:translate(0,-50%) translateY(0)
	}
}
.sub_main {
	height: 340px;
	position: relative;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(188,234,255,1) 80%, rgba(123,214,255,1) 100%);
}
.sub_main_text_title_wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	z-index: 2;
}
.sub_main_text_sub,
.sub_main_text_title {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
	font-size: 5.6rem;
	text-align: center;
	line-height: 1.2;
	color: #2B3D96;
	margin-bottom: 0;
}
.sub_main_text_sub {
	font-size: 2rem;
}
.wrap_960 > .pickup_box_content li {
	width: 23.5%;
}
.wrap_960 > .pickup_box_content li:nth-of-type(4n-3) {
	transition-delay: 0s;
}
.wrap_960 > .pickup_box_content li:nth-of-type(4n-2) {
	transition-delay: .2s;
}
.wrap_960 > .pickup_box_content li:nth-of-type(4n-1) {
	transition-delay: .4s;
}
.wrap_960 > .pickup_box_content li:nth-of-type(4n) {
	transition-delay: .6s;
}
.wrap_960 > .pickup_box_content:after {
	content: "";
	width: 23.5%;
}
.wrap_960 > .pickup_box_content:before {
	content: "";
	width: 23.5%;
	order: 1;
}
.sub_main_text_title {
	margin-bottom: 5px;
}

.page {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 0;
	justify-content: center;
}
.page li {
	display: inline-block;
}
.page span,
.page a {
	display: block;
	margin: 0 2px;
	padding: 10px 12px;
	background: #fff;
	color: #322F86;
	font-size: 1.4rem;
	line-height: 1;
	text-decoration: none;
	border: 2px solid #322F86;
	font-weight: bold;
	border-radius: 10px;
}
.page span,
.page a:hover {
	background: #322F86;
	color: white;
}
.pages_prev {
	margin-right: 30px;
}
.pages_next {
	margin-left: 30px;
}
.page .pages_prev span,
.page .pages_next span,
.page .pages_prev a,
.page .pages_next a {
	border: none;
	background: #E5E5E5;
	height: 100%;
	min-width: 36px;
	position: relative;
}
.page .pages_prev a:hover,
.page .pages_next a:hover {
	background: #322F86;
}
.page .pages_next span:before,
.page .pages_prev span:before,
.page .pages_next a:before,
.page .pages_prev a:before {
	content: "";
	display: inline-block;
	border-style: solid;
	border-width: 7px 0 7px 5px;
	border-color: transparent transparent transparent #322F86;
	display: inline-block;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: .25s;
}
.page .pages_prev a:before {
	border-width: 7px 5px 7px 0;
	border-color: transparent #322F86 transparent transparent ;
}
.page .pages_prev span:before {
	border-width: 7px 5px 7px 0;
	border-color: transparent #A2A1BA transparent transparent ;
}
.page .pages_next span:before {
	border-width: 7px 0 7px 5px;
	border-color: transparent transparent transparent #A2A1BA;
}
.page .pages_next a:hover:before {
	border-color: transparent transparent transparent white;
}
.page .pages_prev a:hover:before {
	border-color: transparent white transparent transparent ;
}

.topicpath {
	background: #DEDEDE;
	overflow: hidden;
	padding: 10px 0;
}
.topicpath ul {
	margin: 0;
	padding: 3px 0 0;
	list-style: none;
}
.topicpath li {
	display: inline;
	font-size: 1.4rem;
	font-weight: bold;
}
.topicpath li a {
	padding-right: 8px;
	color: #322F86;
}
.topicpath li a span {
	text-decoration: underline;
}
.topicpath li a:hover {
	color: #333;
}
.topicpath li a:after {
	content: ">";
	padding-left: 12px;
	text-decoration: none;
}
.pickup_post {
	margin-bottom: 50px;
}
.pickup_post_category {
	font-size: 0;
	margin-bottom: 10px;
}
.pickup_post_category .pickup_box_content_category_title {
	display: inline-block;
	font-size: 1.4rem;
	min-width: 140px;
	padding: 5px 14px;
	text-align: center;
	border-radius: 100px;
	line-height: 1;
	margin-right: 5px;
}
.pickup_post_category .pickup_box_content_category_new {
	display: inline-block;
	position: static;
	font-size: 1.4rem;
	padding: 5px 14px;
}
.pickup_post .pickup_box_content_box_day {
	font-size: 2rem;
	margin-bottom: 5px;
}
.pickup_post .pickup_box_content_box_title {
	font-size: 3.4rem;
	display: block;
	-webkit-box-orient: initial;
	-webkit-line-clamp: initial;
	overflow: initial;
	line-height: 1.4;
	margin-bottom: 20px;
	text-decoration: none;
}
.pickup_post .pickup_box_content_box_img {
	height: auto;
	margin-bottom: 20px;
}
.pickup_post .pickup_box_content_box_text {
	font-size: 1.8rem;
	display: block;
	-webkit-box-orient: initial;
	-webkit-line-clamp: initial;
	overflow: initial;
}
.pickup_post .pickup_box_content_box_text p {
	font-size: 1.8rem;
	display: block;
	-webkit-box-orient: initial;
	-webkit-line-clamp: initial;
	overflow: initial;
}
.pickup_post .pickup_box_content_box_text img {
	width: 100%;
	height: 100%;
}
.title02,
.title01 {
	font-size: 2.4rem;
	font-weight: bold;
	color: #F5656B;
	border-bottom: 2px solid #FFB4B7;
	margin-bottom: 20px;
	position: relative;
}
.title02 span,
.title01 span {
	font-size: 1.6rem;
	margin-left: 10px;
}
.title02:before,
.title01:before {
	content: "";
	height: 2px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background: #F5656B;
	width: 10%;
}
.title02 {
	color: #322F86;
	border-bottom: 2px solid #A2A1BA;
}
.title02:before {
	background: #322F86;
}
.title03 {
	font-weight: bold;
	font-size: 2rem;
	color: #322F86;
	margin-bottom: 5px;
}
.number_list {
	font-size: 1.8rem;
}
.number_list li {
	margin-bottom: 15px;
	padding-left: 25px;
	position: relative;
}
.number_list li:before {
	content: "1.";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
	color: #322F86;
}
.number_list li:nth-child(2):before {
	content: "2.";
}
.number_list li:nth-child(3):before {
	content: "3.";
}
a.btn03,
.btn03,
a.btn02,
.btn02,
a.btn01,
.btn01 {
	display: block;
	background: #2B3D96;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 13px;
	padding-right: 20px;
	border-radius: 20px;
	font-size: 1.6rem;
	position: relative;
	overflow: hidden;
	max-width: 432px;
	width: 100%;
}
a.btn02,
.btn02 {
	background: #EE3D43;
}
.btn02:before,
.btn01:before {
	content: "";
	display: inline-block;
	width: 30px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: #192874;
}
.btn02:before {
	background: #DB040B;
}
.btn02:after,
.btn01:after {
	content: "";
	display: inline-block;
	border-style: solid;
	border-width: 7px 0 7px 5px;
	border-color: transparent transparent transparent #fff;
	display: inline-block;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
}
.btn03:hover,
.btn01:hover {
	background: #192874;
	transform: scale(1.05);
}
.btn02:hover {
	background: #DB040B;
	transform: scale(1.05);
}
.btn_wrap {
	padding: 30px 0;
	max-width: 432px;
	margin: 0 auto;
}
.btn03 p {
	margin-bottom: 0;
	display: inline-block;
	position: relative;
}
.btn03 p:before {
	content: "";
	display: inline-block;
	border-style: solid;
	border-width: 7px 0 7px 5px;
	border-color: transparent transparent transparent #fff;
	display: inline-block;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
}

/* Responsive
-----------------------------------------------------------*/
@media screen and (max-width: 1280px) {

.area_header {
	width: 94%;
}
.wrap_1280 {
	width: 94%;
	margin: 0 auto;
}
.main {
	height: 34vw;
}
.main_text_title {
	font-size: 4.5vw;
}
.main_text_title span {
	font-size: 5vw;
}
.main_logo {
	width: 25%;
}
.main_text {
	width: 70%;
}
.btn_box_back {
	font-size: 1.75rem;
}
.btn_box_youtube .btn_box_back p span,
.btn_box_twitter .btn_box_back p span {
	font-size: 1.4rem;
}

.air_sticker_title {
	display: block;
}
.air_sticker_sub {
	display: block;
}
.footer_box_list li {
	margin-right: 10px;
	padding-right: 10px;
}
.content:before {
	height: 20vw;
}
.btn_box_rdf .btn_box_back {
	min-height: auto;
	padding: 10px;
}

}


@media screen and (max-width: 1024px) {

.wrap_1024 {
	width: 94%;
	margin: 0 auto;
}
.wrap_960 {
	width: 94%;
	margin: 0 auto;
}
.pickup_box_content_wrap .wrap_960 {
	width: 100%;
}

.header_menubtn {
	display: block;
}
.now_on_air_box_title p {
	font-size: 1.75rem;
}
.top_content_list {
	margin-bottom: 20px;
}
.pickup_box_content_wrap {
	padding: 15px;
}
.pickup_box_content li {
	width: 48.5%;
}
.pickup_box_content li:nth-of-type(3n-2),
.pickup_box_content li:nth-of-type(3n-1),
.pickup_box_content li:nth-of-type(3n) {
	transition-delay: 0s;
}
.pickup_box_content li:nth-child(even) {
	transition-delay: .2s;
}
.content_main {
	margin-bottom: 30px;
}
.now_on_air_box_title {
	width: 160px;
}
.now_on_air_box_text {
	width: calc(100% - 160px);
}
.footer_box_logo {
	margin: 0 auto;
}
.footer_box_list {
	width: 100%;
	justify-content: center;
	padding: 0;
	margin-top: 20px;
}
.air_sticker_title {
	font-size: 1.75rem;
}
.wrap_960 > .pickup_box_content li {
	width: 32%;
}
.wrap_960 > .pickup_box_content:after {
	content: "";
	width: 32%;
}
.wrap_960 > .pickup_box_content:before {
	content: none;
}


}


@media screen and (max-width: 768px) {

.sp_only {
	display: block;
}
.pc_only {
	display: none;
}
.sub_main,
.main {
	height: 47vw;
}
.main_banner_wrap {
	margin-bottom: 2%;
}
.main_banner {
	width: 100%;
	margin-bottom: 2%;
}
.btn_box_rdf {
	width: 100%;
}
.content_main_left,
.content_main_right {
	width: 100%;
}
.pickup_box_content li {
	width: 32.5%;
	margin-bottom: 10px;
}
.pickup_box_content li:nth-child(even) {
	transition-delay: 0s;
}
.pickup_box_content li:nth-of-type(3n-2) {
	transition-delay: 0s;
}
.pickup_box_content li:nth-of-type(3n-1) {
	transition-delay: .2s;
}
.pickup_box_content li:nth-of-type(3n) {
	transition-delay: .4s;
}

.content_main_right_box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.content_main_left {
	margin-bottom: 20px;
}
.content_main_right_box_left {
	width: 48%;
}
.content_main_right_box_right {
	width: 48%;
}
.btn_box_facebook,
.btn_box_banban_channel,
.btn_box_birthday,
.btn_box_youtube,
.btn_box_twitter {
	margin-bottom: 15px;
}
.copylight {
	margin-bottom: 100px;
}
.fix_btn {
	top: auto;
	bottom: 0;
	width: 100%;
	padding: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	background: white;
}
.fix_btn a {
	position: static;
	width: 49%;
	padding: 10px;
}
.fix_btn a.request {
	margin-bottom: 0;
}
.content {
	padding: 30px 0;
}
.air_sticker_sub {
	display: none;
}
.btn_box_back {
	font-size: 1.6rem;
}
.air_sticker_title {
	font-size: 1.5rem;
	line-height: 1.3;
}
.btn_box_back {
	margin-right: 20px;
}
.icon_berthday {
	margin-right: 0;
}
.btn_box_back:before {
	right: -13px;
}
.btn_box_content_list .btn_box_back p {
	padding-left: 50px;
}
.btn_box_content_list .btn_box_back p:before {
	width: 40px;
	height: 40px;
}
.main_box {
	padding-top: 30px;
}
.pickup_box_content_category_title {
	font-size: 1.5rem;
}
a.pickup_box_link {
	font-size: 1.4rem;
}
.pickup_box_text {
	font-size: 2rem;
}
.pickup_box_text_sub {
	font-size: 1.4rem;
}
.sub_main_text_title {
	font-size: 3.6rem;
}

.pickup_post .pickup_box_content_box_day {
	font-size: 1.5rem;
}
.pickup_post .pickup_box_content_box_title {
	font-size: 2.4rem;
}
.pickup_post .pickup_box_content_box_text {
	font-size: 1.5rem;
}
.pickup_post .pickup_box_content_box_text p {
	font-size: 1.5rem;
}
.pickup_post {
	margin-bottom: 30px;
}
.title02,
.title01 {
	font-size: 2rem;
}
.title01 span,
.title01 span {
	font-size: 1.4rem;
}

.header_content_left {
	width: 25%;
}
.header_content_right {
	width: 70%;
}
.header_content_right .main_banner,
.header_content_right .btn_box_rdf {
	width: 100%;
	max-width: initial;
}

}

@media screen and (max-width: 767px) {

.pickup_box_content li {
	width: 48.5%;
}
.pickup_box_content li:nth-of-type(3n-2),
.pickup_box_content li:nth-of-type(3n-1),
.pickup_box_content li:nth-of-type(3n) {
	transition-delay: 0s;
}
.pickup_box_content li:nth-child(even) {
	transition-delay: .2s;
}

.top_content_list li {
	margin-bottom: 10px;
	width: 100%;
}
.now_on_air_box_title p {
	padding-left: 30px;
	font-size: 1.3rem;
}
.now_on_air_box_title p:before {
	width: 20px;
	height: 19px;
}
.now_on_air_box_title {
	width: 110px;
}
.now_on_air_box_text {
	width: calc(100% - 110px);
	padding: 10px 20px;
}
.btn_box_content_list {
	min-height: auto;
}
.btn_box_content_list .btn_box_back,
.btn_box_back {
	min-height: auto;
}
.footer_box_list li {
	font-size: 1.25rem;
	margin-bottom: 5px;
}
.wrap_960 > .pickup_box_content li {
	width: 48.5%;
}


}

@media screen and (max-width: 480px) {

.menu_list li a {
	font-size: 1.4rem;
}
.main {
	height: 105vw;
	background: url("/radio/images/index/main_back.jpg") no-repeat;
	background-size: cover;
}
.main:before,
.main:after {
	content: none;
}
.main_logo,
.main_banner_wrap {
	display: none!important;
}
.main_box {
	padding: 60px 0;
	padding-top: 110px;
}
.main_logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

header {
	display: block;
}
.header_content_left {

}
.header_content_right {
	display: none!important;
}
.logo_wrap {

}
.header_content {
	padding: 13px 20px;
}
.logo {
	width: 100px;
}


.main_logo_box {
	border-radius: 0;
}
.main_logo_box img {
	top: auto;
	transform: none;
}

.main_text {
	width: 100%;
}
.main_text_title br {
	display: block;
}
.main_text_title {
	font-size: 11.5vw;
}
.main_text_title span {
	font-size: 14.5vw;
}
.pickup_box_content li {
	width: 48.5%;
}
.pickup_box_content li .pickup_box_content_box {
	padding: 10px;
}
.pickup_box_content li .pickup_box_content_box .pickup_box_content_box_img {
	height: 100px;
}
.pickup_box_content li .pickup_box_content_box .pickup_box_content_box_title {
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.pickup_box_content li .pickup_box_content_box .pickup_box_content_box_text {
	font-size: 1.2rem;
}
.pickup_box_content li .pickup_box_content_category_title {
	font-size: 1.3rem;
	padding: 10px;
}
.pickup_box_content li:nth-child(even) {
	transition-delay: .0s;
}
.pickup_box_content_category_new {
	padding: 4px 7px;
	right: 10px;
	top: 10px;
	font-size: 1.3rem;
}
.pickup_box_content li a {
	border-radius: 10px;
}

.now_on_air_box_title p {
	padding-left: 25px;
}
.air_sticker_title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pickup_box_text {
	padding-left: 40px;
}
.pickup_box_text:before {
	width: 36px;
	height: 61px;
}
.content_main_right_box_left,
.content_main_right_box_right {
	width: 100%;
}
.privacy_mark {
	width: 100px;
	margin: 0 auto;
}
.wrap_960 > .pickup_box_content li {
	width: 48.5%;
}
.pages_prev,
.pages_next {
	margin: 0;
}

.topicpath {
	padding: 5px 0;
}
.topicpath li {
	font-size: 1.2rem;
}
.pickup_post .pickup_box_content_box_title {
	font-size: 1.75rem;
}
.pickup_box_content_wrap:only-child {
	padding-top: 50px;
}

}
