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;
}

/* html,
body {
	height: 100%;
} */

body{
	color: #000;
	font-family:'游ゴシック', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;
	font-size: 1.0rem;
	line-height: 1.7;
	height: 100%;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding: 0;
	margin: 0;
	/* overflow-x: hidden; */
	position: relative;
	
}

a{
	color: #3367d6;
}

a:hover{
	color: #3c7bff;
}


.wrapper{
	background:#f8f9fa;
    overflow: hidden;
    position: relative;
    margin-bottom: -27px;
}

.rank_box{
	background: #eef5fb;
	    padding: 30px;
}

#header {
    border-bottom: 1px solid #ddd;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 2;
}

#header h1{
	float: left;
    line-height: 1.1;
    font-size: 1.5rem;
    font-weight: 600;
    position: absolute;
    top: 7px;
    left: 20px;
}

#header h1 a{
	color: #000;
}


#header .contact{
	float: right; 
	position: relative;
	top: 25px;
}

#header .contact .tel{
	float: left; 
	color: #000;
	font-weight: 600;
	margin-right: 20px;
	font-size: 1.5rem;
}

#header .contact .tel::before{
	content: url(../svg/tel_icon.svg);
    display: block;
    width: 26px;
    height: 26px;
    float: left;
    position: relative;
    top: 3px;
    left: -10px;
	
}

#header .contact .mail{
	    float: left;
}

#header .contact .mail a{
	font-weight: 600;
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
    border: 2px solid #d6334a;
    padding: 3px 10px;
    background: #d6334a;
	display: inline-block;
	text-decoration: none;
}

#header .small{
	font-size: 1rem;
}

#header .head_inner{
   max-width: 1280px;
    margin: 0 auto;
}

#header .head_inner .text a,
#header .head_inner .logo {
	font-weight: 600;
    font-size: 1.5rem;
    line-height: 130%;
    float: left;
    padding-right: 22px;
    border-right: 1px solid #000;
    margin: 12px 0;
}

#header .head_inner .text a img{
	width: 140px;
    position: relative;
    top: 1px;
	
}

#header .head_inner .logo{
	border-right: none;
	text-decoration: none;
	font-size: 1.2rem;
	margin-left: 20px;
	color: #000;
	position: relative;
	top: 5px;
	padding-right: 5px;
}

.contents_top{
	padding-top: 56px;
}

.gnav{
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
	background: #fff;
}

.gnav_box{
	display: flex;
	float: right;
}

.matrend_top .date{
	width: 10%;
    padding: 5px;
	font-weight: 600;
} 





.accordion .inner{
	position: absolute;
    top: 56px;
    box-shadow: 1px 3px 4px rgba(0,0,0,0.1);
	
}

.gnav_inner a{
   text-decoration: none;
    color: #000;
    display: block;
    height: 55px;
    padding: 20px 30px 0;
    font-weight: 600;
    font-size: 0.9rem;
	
}


.ma_trend_box02 .update{
	text-align: right;
	
}

.gnav_inner a:hover{
	background: #f5f5f5;
	height: 55px;
}

.gnav_inner p:hover{
	background: #f5f5f5;
}

.gnav_inner .current {
    border-bottom: 2px solid #000000;
    background: #f5f5f5;
	    height: 55px;
}


.gnav_inner .inner li{
	float: none;
}

.contents_area .contents{
    float: left;
    width: 73%;
}

.contents_area .side{
	float: right;
	width: 25%;
}

.accordion .inner {
	display: none;
}
.accordion a{
	cursor: pointer;

}

.accordion .inner li{
	background: #fff;
	
}


.accordion a:hover{
	background: #f5f5f5
}



.main{
	text-align: center;
    background: url(../img/matrend_mv.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height:450px;
}

.main .text{
	font-size: 3rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    top: 35%;
    line-height: 1.2;
    max-width: 1280px;
    margin: auto;
    text-align: left;
}

.main .text .small{
	font-size: 2rem;
}

.contents_inner{
	max-width:1280px;
	margin: 80px auto;
	
}

.banner img{
	border: 1px solid #bbb;
	margin-bottom:20px;
}

.trend_box .small{
	border-bottom: 1px solid #fffc;
	padding-bottom: 20px;
}

.trend_box .small:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

.ma_trend_contents_inner{
	max-width: 1280px;
    margin: 56px auto;
	min-height: 640px;
	
}

.contents_inner .page_header{
	font-size: 1.4rem;
	margin-bottom: 40px;
	text-align: center;
	font-weight: 600;
}

.contents_01{
	    text-align: center;
    background: #fff;
    padding: 30px;
}
.contents_01 .title{
	width: 10%;
	font-weight: 600;
}

.contents_01 .news{
	font-weight: 600;
    padding: 12px 0;
}
.contents_01 .news a{
	color: #3367d6;
	font-weight: 600;
}

.contents_01 .news a:hover{
	text-decoration: underline;
}

.contents_01 .news .topics_new{
	margin-left: 15px;
	color: #ff0105;
}

.contents_01 .table tr{
	border-bottom: 1px dotted #8e8e8e;
}

.rank_table {
    width: 100%;
    font-size: 1.3rem;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
}

.rank_table tr{
	border-bottom: 1px solid #ddd;
}
.rank_table .first{
background: #ffce1b;
    color: #fff;
}

.rank_table .first_td{
	background: #fff8e0;
}


.rank_table .other{
background: #bbb;
    color: #fff;
}

.rank_table td {
    width: 78%;
    padding: 13px 30px;
    text-align: left;
    background: #fff;
	font-weight: 600;
}
.contents_03 {
    text-align: center;
    background: #F5F5F5;
    padding: 80px 0;
}

.news_date{
	font-weight: 600; 
	color: #9c9c9c;
	margin-bottom: 10px;
}

.matrend_top .contents_inner{
	max-width: 1280px;
}

.matrend_top a{
	text-decoration: none;
	color: #000;
}

.contents_02 .contents_list{
	display: flex;
	flex-wrap: wrap;
}

.contents_02 .contents_list li {
    width: 16.6%;
    font-size: 0.8rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 10px;
    padding: 25px 14px;
	position: relative;
}


.contents_02 .contents_list li .new{
	background: #ff0105;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 0.6rem;
    display: block;
    padding: 7px 0;
    position: absolute;
    right: 45px;
    top: 30px;
}

.footer_list{
	text-align: center;
    display: block;
	margin-top: 25px;
}

.trend_w50l{
	width: 50%;
	float: left;
	padding-right: 10px;
}

.trend_w100{
	width: 100%;
}

.trend_w50r{
	width: 50%;
	float: left;
	padding-left: 10px;
}

.footer_list li{
	color: #fff;
	border-right: 1px solid #fff;
	display: inline-block;
	padding:0 15px;
	font-size: 0.9rem;
}

.footer_list li:last-child{
	border-right: none;
	
}

.footer{
	background: #fff;
	position: relative;
	padding: 50px 20px 30px;
}

.footer .footer_inner{
	max-width: 1280px;
	margin: 0 auto;
}

.footer .text{
	color: #000; 
	text-align: left;
	/* margin-bottom: 20px; */
	/* float:left; */
}

/* iede */
.footer_policy {
    display: flex;
  }
/*  */

.footer .fr{
	float: right;
}

.footer .strike{
	font-weight:600;
	line-height: 1.2;
	text-align: left;
	color: #000;
	padding-top: 10px; 
	padding: 15px 0;
	font-size: 0.9em;
}

.footer .labo_title{
	font-weight: 600;
	line-height: 1.2;
	font-size: 1rem;
	text-align: left;
	color: #000; 
	padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.footer .labo_title span{
	font-size: 1.0rem;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.master .bn ul li{
	width: 32%;
}

.news_title a{
	font-size: 1.1rem;
	font-weight: 600;
	text-decoration: none;
	color: #000;
	
}

.news_title{
	font-size: 1.4rem;
	font-weight: 600;
}

.news_text{
	margin-top: 30px;
}

.trend_title_bold{
	font-weight: 600;
}


.box h3 {
    font-size: 1.5rem;
    font-weight: 600;
    border-left: 5px solid #6e6e6e;
    padding: 5px 10px;
    margin-bottom: 20px;
    background: #f5f5f5;
	margin-top: 20px;
}



.ma_trend_contents_inner .contents .box{
	margin-bottom: 40px;
}

.contents_area .contents_title{
	margin: 20px 0;
	font-size: 0.9rem;
    font-weight: 600;
	
}

.contents_area .title{
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 30px;
	    line-height: 1.5;
}

.contents_area .small{
	font-size: 0.75rem;
	line-height: 160%;
	margin-bottom: 15px;
	color: #fffc;
}



.trend_box .title{
	margin-bottom: 0;
	color: #fff;
}

.trend_box .contents_title{
	color: #fff;
}

.grad-btn {
  display: block;
    position: relative;
    text-align: center;
    color: #fff;
    height: 35px;
    top: -15px;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 170px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.3) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.3) 50%, #fff 100%);
  content: "";
}

.grad-item02 {
  position: relative;
  overflow: hidden;
}
.grad-item02::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.3) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.3) 50%, #fff 100%);
  content: "";
}

.grad-item03 {
  position: relative;
  overflow: hidden;
  height: 385px; /*隠した状態の高さ*/
}
.grad-item03::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.3) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.3) 50%, #fff 100%);
  content: "";
}

.grad-item04 {
  position: relative;
  overflow: hidden;
  height:450px; /*隠した状態の高さ*/
  padding: 1px;
}
.grad-item04::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.3) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.3) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}

.contents .flex{
	display: flex;
	justify-content: space-between;
}

.master_video{
	width: 65%;
	display: flex;
	padding-right: 15px;
}

.group01{
	width: 40%;
	padding: 20px 15px;
	background: #fff;
}

.group01 a{
	text-decoration: none;
	color: #000;
}

.news_img{
	width: 60%;
	display: flex;
	padding-right: 15px;
}

.trend{
	width: 60%;
    background: #F8F9FA;
    padding: 20px;
    margin-right: 15px;
}

.news_list{
	display: flex;
	border-bottom: 1px solid #ddd;
	padding: 15px 0px;
}

.link{
	margin-top: 10px;
	margin-bottom: 15px;
}

.link a{
	color: #3367d6;
	text-decoration: underline;
}

.side .news_list02{
	font-size: 0.8rem;
}

.side .ranking{
	margin-top: 15px;
}

.trend_box .up::before{
	content: url(../svg/up_icon.svg);
    display: inline-block;
    width: 25px;
    height: 25px;
    left: 20px;
    margin-right: 40px;
    position: relative;
	
}

.trend_box .down::before {
    content: url("../svg/down_icon.svg");
    display: inline-block;
    width: 25px;
    height: 25px;
    left: 20px;
    margin-right: 40px;
    position: relative;
}

.graph_icon::before{
	content: url("../svg/graph_icon.svg");
    display: inline-block;
    width: 30px;
    height: 30px;
    left: 0px;
    margin-right: 10px;
    position: relative;
    top: 3px;
    border: 1.1px solid #000;
    padding: 5px;
    border-radius: 50%;
}

.ma_trend_box02 h2{
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: 600;
	
}

.ma_trend_box02 .trend_box {
    background: #34a853;
    width: 40%;
    padding: 30px 20px 15px;
    float: right;
    margin-bottom: 40px;
}



.ma_trend_contents_inner .ma_trend_box02 .box{
	margin-bottom: 20px;
    background: #fff;
	padding: 30px;
	margin-top: 0;
}

.ma_trend_box02 .box p{
	margin-bottom: 15px;
}

.trend_dt{
    margin-bottom: 20px;
    width: 55%;
    float: left;
}

.g_link::before{
	content: url(../svg/link_icon.svg);
    display: block;
    width: 15px;
    height: 15px;
    float: left;
    position: relative;
    top: 2px;
	margin-right: 5px;
	
}

#news_list dl{
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}

#news_list .news_title a{
	font-size: 1.4rem;
	font-weight: 600;
	color: #000;
	text-decoration: none;
}

.master_box h2 {
    font-size: 1.5rem;
    margin: 25px 0;
    font-weight: 600;
}

.master_box h3{
	font-size: 1.4rem;
	text-align: center;
	margin-top: 30px;
	font-weight: 600;
	display: block;
}





.schedule h4{
	font-size: 1.2rem;
    font-weight: 600;
    background: none;
    border-left: 0;
	padding: 0;
	margin: 20px 0;
}

.master_box .schedule{
	border-bottom:1px solid #ddd;
    padding: 35px 0;
	display: flex;
}

.schedule .date{
	font-weight: 600;
    color: #989898;
	margin-bottom: 10px;
}

.schedule_img{
	width: 30%;
    border: 1px solid #ddd;
    display: block;
    margin: auto 0;
    margin-right: 25px;
}

.schedule .link{
	    margin: 25px 0 0;
}

.schedule .link .open{
	background: #3367d6;
    padding: 9px 20px;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 600;
}

.schedule .link .open:hover{
	opacity: 0.8;
}

.schedule .end{
	background: #757575;
	padding: 9px 20px;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 600;
}

	.schedule .end:hover{
		opacity: 1;
	}

.ma_trend_contents_inner .contents .master{
	    padding: 30px;
    background: #fff;
}

.guide_box{
	max-width: 980px;
	margin: 50px auto;
}

.guide_box h2{
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
}

.guide_box .contents{
	margin: 30px 10px;
    border: 1px solid #ddd;
    padding: 20px;
}

.guide_box .contents .title{
	font-size: 1.3rem;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.guide_box .contents p{
	margin-bottom: 10px;
	font-size: 1.1rem;
}

.guide_box .contents .red{
	color: #FF0004;
}

.accordion li a:hover{
	background: #f5f5f5
}

.banner a:hover{
	opacity: 0.7;
}

.contents_list img{
	width: 110px;
	height: 110px;
	border-radius: 50%;
}

.contents_02 .contents_list li:hover{
	background:#e8e8e8;
}

.footer_nav{
	float: right;
    position: relative;
    top: 15px;
}

.footer_nav li{
	float: left;
}

.footer_nav li a{
	text-decoration: none;
	font-size: 0.9rem;
}

.owners_top .footer{
	background: #000;
}

.owners_top .footer .labo_title {
	color: #fff;
}

.owners_top .footer .text{
	color: #fff;
}

.owners_top .footer .fr{
	color: #fff;
}

.owners_top .footer .footer_inner {
    max-width: 1280px;
    margin: 0 auto;
}

.ma_trend_box03 li a{
	background: #fff;
    width: 18.5%;
    float: left;
    text-align: center;
    height: 180px;
    margin: 7px;
    border-radius: 15px;
    padding: 25px 10px;
    display: block;
    border: 1px solid #ddd;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.1);
    text-decoration: none;
    font-weight: 600;
}

.ma_trend_box03 li a:hover{
	opacity: 0.7;
}

.ma_trend_box03 img{
	    width: 100px;
    height: 100px;
    border-radius: 50%
}

.matrend_box{
	margin-bottom: 40px;
}

.matrend_box .sub{
	font-size: 0.8rem;
	text-align: right;
	margin-top: 10px;
}
.topics_box{
	margin-bottom: 40px;
}

.topics_table{
	width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    max-height: 250px;
    overflow-y:auto;
    display: grid;
	margin: 0 7px;
	
}

.topics_table tr {
    background: #fff;
    padding: 15px 20px;
    display: block;
	margin-bottom: 10px;
}

.topics_table td{
	display: block;
}

.topics_table .date{
	width: 27%;
	font-size: 0.9rem;
}

.topics_table .type{
	width: 30%;
}

.topics_table .type p{
	font-weight: 600;
	font-size: 0.9rem;
}

.topics_table .news a{
	text-decoration: none;
	color: #000;
}

.topics_table tr:hover{
    background: #dfdfdf;
}

.ma_trend_top_table{
	width: 100%;
	text-align: left;
	}

.ma_trend_top_table .date{
	width: 15%;
}

.ma_trend_top_table .type{
	width: 20%;
}

.contents_01 .table{
	width: 100%; 
	text-align: left;
	border-collapse: collapse;
}

.strike a{
	text-decoration: none;
}

/* iede */
.footer a {
    text-decoration: none;
}
/*  */
.strike a:hover{
	text-decoration: underline;
}

.success_table{
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
}

.success_table .title01{
	background:#bbbbbb;
	padding: 5px;
	font-size: 0.9rem;

}

.success_table .title02{
	background:#bbbbbb;
	padding: 5px;
font-size: 0.9rem;
}

.success_table td{
	background: #fff;
    padding: 10px;
    vertical-align: middle;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	    border-right: 1px solid #ddd;
	font-size: 0.9rem;

}


.success_table .sub_title{
	font-weight: 600;
	vertical-align: middle;
	background: #eaeaea;

}

.deadline{
	color: #FF0004; 
	font-size: 0.9rem;
	margin-top: 10px;
}

.master_box .step_box{
	display: flex;
}

.master_box .step_box h3{
	flex: 0 0 auto;
	    padding: 0 30px;
}
.master_box .step_box::before{
	content: "";
	width: 100%;;
	height: 2px;
	background: #000;
	display: block;
	position: relative;
	top: 45px;

}

.master_box .step_box::after{
	content: "";
	width: 100%;;
	height: 2px;
	background: #000;
	display: block;
	position: relative;
	top: 45px;

}

#myBarChart{
	margin-top: 40px;
}

.medical_link{
    background: #fff; 
    padding: 30px; 
    text-align: center;
}

.medical_link a:hover{
    opacity: 0.8 ;
}

.slick-slide img {
    display: inline;
    margin: auto;
}

.medical_link .page_header{
    font-size: 1.4rem;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 600;
    margin-top: 30px;
}

.slick-dotted.slick-slider {
    margin-bottom: 70px;
}

@media screen and (max-width: 1300px) {
	
	#header .head_inner {
    margin: 0 20px;
}
	
.ma_trend_contents_inner {
    margin: 56px 30px;
}
}

@media screen and (max-width: 1280px) {
	.main .text{
		margin: 0 30px;
	}
	
	.group01 {
    width: 45%;
}
	
	.news_img{
		width: 55%;
	}
	.gnav_inner a {
    padding: 20px 20px 0;
}
	
	.contents_area .contents {
    width: 70%;
}
	.contents_area .side {
    width: 28%;
}
}
	



@media screen and (max-width: 1024px) {
	#header .head_inner {
    max-width: 100%;
    margin: 0 20px;
}
	
.ma_trend_contents_inner {
    max-width: 100%;
    margin: 50px 20px;
}
	
	.ma_trend_contents_inner .ma_trend_box02 .box {
    padding: 20px;
}
	.ma_trend_box02 h2 {
    font-size: 1.5rem;
}
	.contents_area .title {
    font-size: 1.2rem;
}
	.trend_box .up::before {
    width: 20px;
    height: 20px;
}
	.master_box {
    padding: 20px;
}

	.contents_02 .contents_list li .new {
    right: 15px;
}
	#news_list .news_title a {
    font-size: 1.2rem;
    line-height: 1.4;
    display: block;
}
	
	
	

}
@media screen and (max-width: 768px) {
	.master_video {
    width: 100%;
    display:block;
    padding-right: 0;
	height: 100%;
   
}
	.contents .flex {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
	.group01 {
    width: 100%;
	padding-bottom: 15px;
}
	
	.contents_area .contents_title {
    margin: 15px 0;
}
	.contents_area .title {
    margin-bottom: 20px;
}
	
	.news_img {
    width:100%;
    display: block;
    padding-right:0;
}
	
	.box .schedule {
    padding: 35px 0;
    display: flex;
    flex-wrap: wrap;
}
	
	.schedule_img {
    width: 100%;
    margin-right: 0;
    padding: 10px 60px;
	margin-bottom: 15px;
}
	
	.schedule .link a {
    display: block;
    text-align: center;
}
	
	.contents_area .contents {
    width: 66%;
}
	
	.contents_area .side {
    width: 31%;
}
	.trend_dt {
    width: 100%;
}

	.ma_trend_box02 .trend_box {
    width: 100%;
}
	
	.ma_trend_box03 li a {
    width: 37%;
}
	
	.contents_02 .contents_list li {
    width:20%;
}
	.matrend_top .date{
		display: block;
		width: 100%;
	padding: 0;
		margin-top: 15px;
	}
	
	.contents_01 .title{
	width: 100%;
	font-weight: 600;
	display: block;
	margin-top: 15px;
}
	
	.contents_01 .news{
		display: block;
		width: 100%;
	}
	.gnav_inner a {
    padding: 20px 15px 0;
}


	
}

@media screen and (max-width: 480px) {
	html {
    overflow-y: auto;
}
	
	#header .head_inner {
    max-width: 100%;
    margin: 15px 10px 0;
}
	
/* #header .head_inner .text {
    width: 100%;
} */
	
	#header .head_inner .text a,
	#header .head_inner .logo {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 100%;
    float: left;
    padding-right: 8px;
    border-right: 1px solid #000;
    margin-top: 0;
}

	#header .head_inner .logo {
	border-right: none;
    margin-left: 6px;
    padding-right: 0px;
	font-size: 1.0rem;
}

	.contents_area .contents {
  float: none;
  width: 100%;
}
	.contents_area .side {
    float: none;
    width: 100%;
}
	
	.trend_dt {
    margin-bottom: 20px;
    width: 100%;
}
	#news_list .news_title a {
    font-size: 1.2rem;
}
	.news_title {
		line-height: 1.2;
}
	.news_text {
    margin-top: 10px;
}
	.box .schedule {
    border-top: 1px solid #ddd;
    padding: 45px 0;
    display: flex;
    flex-wrap: wrap;

}
	.schedule_img {
    width: 100%;
    margin-right: 0;
    padding: 0;
	margin-bottom: 20px;
}
	
	.ma_trend_box02 h2 {
    margin-bottom: 5px;
}
	.master_box h2 {
    font-size: 1.5rem;
}
	
	.news_list img{
		display: none;
	}
	
	.news_list02 {
    margin-left: 0;
}
	
	blockquote.step label.item {
    margin: 0 0 0 0;
    height: 40px;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 23px;
    text-align: left;
    clear: both;
    width: 100%;
}
	
	.ma_trend_contents_inner .contents .master {
    padding: 0;
}
	
	#header .head_inner .text a img {
       width: 110px;
    position: relative;
    top: 0px;
}
	
.footer {
    padding: 20px 20px 30px;
}
	
	.gnav_inner a {
    font-size: 0.9rem;
    padding: 20px 0 0;
    height: auto;
    margin: 0 9px;
}
	
	.gnav_inner .current {
    border-bottom: 2px solid #000000;
    background: none;
	height: 50px;
}
	.accordion .inner {
    position: absolute;
    top: 82px;
    box-shadow: 1px 3px 4px rgba(0,0,0,0.1);
}
	
	.contents_02 .contents_list li {
    width: 50%;
	padding: 15px 5px;
}

	.ma_trend_box03 li a {
    width: 45.82%;
}
	
	.master_box .schedule{
		display: block;
	}

.master_box h3 {
    font-size: 1rem;
}
	.master_box .step_box h3 {
    padding: 0;
}
	
	.main .text {
    font-size: 2.5rem;
    padding: 20px;
    text-align: center;
}
	.topics_table .type{
	width: 100%;
}
	
	.gnav_inner a:hover {
    background: none;
    height: 50px;
}
	.accordion li a:hover{
		background: none;
	}
	
	.matrend_top .date {
    width: 35%;
}
	.rank_table .first {
    display: block;
    width: 100%;
}
	.rank_table .first_td {
    display: block;
		text-align: center;
}
	
	.rank_table .other {
    display: block;
}
	
	.rank_table td {
    width: 100%;
    display: block;
	text-align: center;
}
	.rank_table {
    font-size: 1.1rem;
}
	
	.contents_02 .contents_list li .new {
    right: 37px;
    top: 15px;
}
	
/* iede */
.footer_policy {
    display: block;
  }

}


