/* for TOP */
@charset "UTF-8";

/* main visual ----------------------------------- */
#top .mv{
	background: url(/sustainability/miratane/common/images/bg_kira001.png) no-repeat center/contain,
	linear-gradient(0deg, rgba(169,237,216,1) 0%, rgba(255,255,255,.5) 100%);
}
#top .mv > .container > .pc_flex_reverse{
	margin: 0 24px;
	align-items: center;
}
#top .mv > .container > .pc_flex_reverse > .tx{
	width: 656px;
}
#top .mv > .container > .pc_flex_reverse > .tx > p{
	font-size: 2rem;
	line-height: 1.8;
}
#top .mv > .container > .pc_flex_reverse > .tx .download{
	margin: 24px 24px 0 0;
	padding: 20px;
	border-radius: 8px;
	background: rgba(255,255,255,.85);
}
#top .mv > .container > .pc_flex_reverse > .tx .download .pc_flex{
	align-items: center;
}
#top .mv > .container > .pc_flex_reverse > .tx .download .pc_flex .appeal{
	width: 368px;
	text-align: center;
}
#top .mv > .container > .pc_flex_reverse > .tx .download .pc_flex .appeal .logo{
	margin-bottom: 18px;
}
#top .mv > .container > .pc_flex_reverse > .tx .download .pc_flex .appeal .logo img{
	width: 176px;
}

/* iOS onlyここから */
#top .mv > .container > .pc_flex_reverse > .tx .download .pc_flex a.link{
	height: 56px;
	padding-left: 15px;
	display: block;
}
#top .mv > .container > .pc_flex_reverse > .tx .download .pc_flex a.link img{
	height: 100%;
}
/* iOS onlyここまで */

#top .mv > .container > .pc_flex_reverse > .tx .download .pc_flex ul.link li{
	height: 56px;
	padding-left: 15px;
	display: block;
}
#top .mv > .container > .pc_flex_reverse > .tx .download .pc_flex ul.link li:first-child{
	margin-bottom: 15px;
}
#top .mv > .container > .pc_flex_reverse > .tx .download .pc_flex ul.link li img{
	height: 100%;
}
#top .mv > .container > .pc_flex_reverse > .img{
	width: 320px;
	margin-left: 56px;
}

#top .mv > .container > .pc_flex_reverse > .tx .renewal{
	margin-top: 16px;
	font-size: 1.6rem;
}

/* topics ----------------------------------- */
.topics{
	margin-top: 40px;
	justify-content: center;
	display: flex;
}
.topics div{
	justify-content: space-between;
}
.topics div:nth-child(n+2){
	/*margin-left: 16px;*/
	margin-left: 32px;
}
.topics a img{
	max-width: 300px;
}

/* sustainability ----------------------------------- */
.sustainability{
	margin-top: 40px;
}
.sustainability p strong{
	margin-bottom: 8px;
	font-size: 2rem;
	font-weight: normal;
}
.sustainability .axlink{
	font-size: 1.8rem;
	font-weight: bold;
}


/* function ----------------------------------- */
#top .function > section > .pc_flex,
#top .function > section > .pc_flex_reverse{
	justify-content: space-between;
	margin: 80px 0;
}
#top .function > section > .pc_flex > .tx,
#top .function > section > .pc_flex_reverse > .tx{
	width: 592px;
}
#top .function > section > .pc_flex > .img,
#top .function > section > .pc_flex_reverse > .img{
	width: 432px;
	text-align: center;
}
#top .function h2.h2top{
	margin-bottom: 32px;
	padding: 8px;
	background: rgb(21,206,148);
	background: linear-gradient(90deg, rgba(108,218,226,.7) 0%, rgba(108,218,226,1) 50%, rgba(21,206,148,1) 100%);
	border-radius: 100px;
	color: #fff;
	text-align: center;
	font-size: 2.6rem;
}
#top .function .shindan_items{
	flex-wrap: wrap;
}
#top .function .shindan_items li{
	padding: 5px 16px;
  margin: 0 12px 12px 0;
	border: 1px solid #009B6C;
	border-radius: 6px;
	color: #009B6C;
	text-align: center;
}

#top .function .shindan .premium{
	padding: 30px 40px;
	background: rgba(169,237,216,.7);
	border-radius: 16px;
}
#top .function .shindan .premium .pc_flex{
	justify-content: space-between;
}
#top .function .shindan .premium .pc_flex > section{
	width: 464px;
	text-align: center;
}
#top .function .shindan .premium h3{
	margin-bottom: 10px;
	padding: 40px 40px 20px 40px;
	/* background: url(/sustainability/miratane/common/images/bg_frame001.svg) no-repeat top/80%; */
	color: #009B6C;
	font-size: 2.4rem;
	font-size: 2rem;
}
#top .function .shindan .notes{
	margin-top: 30px;
	text-align: center;
}

/* compare ----------------------------------- */
#top .compare{
	width: 720px;
	margin: 0 auto;
}
#top .compare h2{
	margin-bottom: 24px;
	padding: 0;
	background: inherit;
	color: #333;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
}
#top .compare h3{
	margin-bottom: 0;
	padding: 0 0 8px 8px;
	border-bottom: 2px solid #ccc;
	font-size: 1.8rem;
	font-weight: bold;
  color: #757575;
}
#top .compare h2+p{
	text-align: center;
	margin-bottom: 24px;
}
#top .compare > section{
	margin-bottom: 32px;
}
#top .compare table{
	width: 100%;
	text-align: center;
	vertical-align: center;
	font-size: 16px;
}
#top .compare table tr{
	border-bottom: 1px solid #ccc;
}
#top .compare table tr th,
#top .compare table tr td{
	padding: 8px;
}
#top .compare table tr th{
	text-align: left;
}
#top .compare table tr > *:nth-child(1){ 
	width: 34%;
}
#top .compare table tr > *:nth-child(2){
	width: 22%; 
	color: #757575;
}
#top .compare table tr > *:nth-child(3){ 
	width: 22%;
	color: #15CE94;
}
}

/* 最初のテーブルのみ */
#top .compare table.first_table tr th{
	font-weight: normal;
}
#top .compare table.first_table tr.plan_name th{
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#top .compare table.first_table tr td{
	font-weight: bold;
}

/* download_area ----------------------------------- */
#top .download_area{
	padding: 30px 0;
	background: #DBFFEE;
}
#top .download_area .pc_flex{
	width: 552px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}
#top .download_area .pc_flex .logo{
	width: 128px;
}
#top .download_area .pc_flex .tx{
	width: 384px;
}
/* iOS onlyここから */
#top .download_area .pc_flex .tx a.link{
	width: 100%;
}
#top .download_area .pc_flex .tx a.link img{
	height: 64px;
	width: auto;
}
/* iOS onlyここまで */

#top .download_area .pc_flex .tx ul.link{
	width: 100%;
	justify-content: flex-start;
}
#top .download_area .pc_flex .tx ul.link li:last-child{
	margin-left: 20px;
}
#top .download_area .pc_flex .tx ul.link li a img{
	height: 56px;
	width: auto;
}

/* news -------------------- */
#top .news{
	width: 900px;
	margin: 40px auto;
}
#top .news h2{
	margin-bottom: 0;
	padding: 0 0 12px 8px;
	background: none;
	font-size: 1.8rem;
	text-align: left;
	color: #333;
	border-bottom: 1px solid #C4C4C4;
}
#top .news ol li{
	padding: 14px 7px;
	border-bottom: 1px solid #C4C4C4;
	font-size: 1.6rem;
}
#top .news ol li dl dt{
	margin-bottom: 6px;
}
#top .news .newslist{
	margin-top: 20px;
	text-align: center;
}
#top .news .newslist a{
	padding: 10px 20px;
	display: inline-block;
	background: #009B6C;
	border-radius: 6px;
	color: #fff;
	font-size: 1.6rem;
	transition: .3s;
}
#top .news .newslist a:hover{
	text-decoration: none;
	background: #009B6C;
}

/* sns -------------------- */
#top .sns{
	width: 800px;
	margin: 40px auto;
}
#top .sns .twitter{
	width: 100%;
}


/* SP ============================================================================= */
@media screen and (max-width: 1079px) {
/* main visual ----------------------------------- */
	#top .mv{
		background: url(/sustainability/miratane/common/images/bg_kira001.png) no-repeat center/contain,
		linear-gradient(0deg, rgba(169,237,216,1) 0%, rgba(255,255,255,.5) 100%);
		text-align: center;
	}
	#top .mv > .container > .pc_flex_reverse{
		margin: 0;
	}
	#top .mv > .container > .pc_flex_reverse > .tx{
		width: 100%;
	}
	#top .mv > .container > .pc_flex_reverse > .tx > p{
		font-size: 3.8vw;
	}
	#top .mv > .container > .pc_flex_reverse > .tx .download{
		margin: 6vw 0 0 0;
		padding: 7vw 3vw 5vw 3vw;
	}
	#top .mv > .container > .pc_flex_reverse > .tx .download .pc_flex .appeal{
		width: 100%;
	}
	#top .mv > .container > .pc_flex_reverse > .tx .download .pc_flex .appeal .logo{
		margin-bottom: 1.8vw;
	}
	#top .mv > .container > .pc_flex_reverse > .tx .download .pc_flex .appeal .logo img{
		width: 50vw;
	}

	/* iOS onlyここから */
	#top .mv > .container > .pc_flex_reverse > .tx .download .pc_flex a.link{
		margin-top: 4vw;
		height: 13.6vw;
		padding-left: 0;
	}
	/* iOS onlyここまで */

	#top .mv > .container > .pc_flex_reverse > .tx .download .pc_flex ul.link{
		margin-top: 4vw;
		display: flex;
		justify-content: space-between;
	}
	#top .mv > .container > .pc_flex_reverse > .tx .download .pc_flex ul.link li{
		height: 13.6vw;
		padding-left: 0;
	}
	#top .mv > .container > .pc_flex_reverse > .tx .download .pc_flex ul.link li:first-child{
		margin-bottom: 0;
	}
	#top .mv > .container > .pc_flex_reverse > .img{
		width: 60vw;
		margin: 0 auto 6vw auto;
	}
/* topics ----------------------------------- */
	.topics{
		margin-top: 0;
		width: 86%;
		margin: 0 auto;
	}
	.topics div{
		margin-right: 0;
	}
	.topics a img{
		max-width: 100%;
	}
	.topics .slick-prev {
		left: -6vw;
	}
	.topics .slick-next {
		right: -6vw;
	}
	.topics .slick-prev,
	.topics .slick-next {
		width: 4.8vw;
		height: 4.8vw;
	}
	.topics .slick-prev:before,
	.topics .slick-next:before {
		font-size: 4.8vw;
		color: #ddd;
	}

/* function ----------------------------------- */
	#top .function > section > .pc_flex,
	#top .function > section > .pc_flex_reverse{
		margin: 4vw 0;
	}
	#top .function > section > .pc_flex > .tx,
	#top .function > section > .pc_flex_reverse > .tx{
		width: 100%;
	}
	#top .function > section > .pc_flex > .img,
	#top .function > section > .pc_flex_reverse > .img{
		width: 90%;
    margin: 4vw auto 0 auto;
	}
	#top .function h2.h2top{
		margin-bottom: 6vw;
		padding: 1vw;
		border-radius: 100px;
		font-size: 4.8vw;
	}
	#top .function .shindan_items li{
		padding: 1vw 2vw;
    margin: 0 1.8vw 1.8vw 0;
	}

	#top .function .shindan .premium{
		padding: 3vw;
	}
	#top .function .shindan .premium .pc_flex > section{
		width: 100%;
		margin-bottom: 8vw;
	}
	#top .function .shindan .premium h3{
		margin: 5vw 0 3vw 0;
		padding: 14vw 4vw 2vw 4vw;
		/* background: url(/sustainability/miratane/common/images/bg_frame001.svg) no-repeat top/80%; */
		font-size: 5vw;
	}
	#top .function .shindan .premium h3+p{
		margin-bottom: 4vw;
	}
	#top .function .shindan .notes{
		margin-top: 3vw;
	}

/* compare ----------------------------------- */
	#top .compare{
		width: 100%;
	}
	#top .compare h2{
		margin-bottom: 4vw;
		font-size: 4.6vw;
	}
	#top .compare h3{
		padding: 0 0 1vw 1vw;
		font-size: 3.8vw;
	}
	#top .compare h2+p{
		margin-bottom: 4vw;
	}
	#top .compare > section{
		margin-bottom: 4.6vw;
	}
	#top .compare table tr th,
	#top .compare table tr td{
		padding: 1vw;
	}
	#top .compare table{
		font-size: 3.2vw;
	}
	/* 最初のテーブルのみ */
	#top .compare table.first_table tr.plan_name th{
		font-size: 3.4vw;
	}

/* download_area ----------------------------------- */
	#top .download_area{
		padding: 8vw 4vw;
	}
	#top .download_area .pc_flex{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	#top .download_area .pc_flex .logo{
		width: 30%;
		margin: 0 auto;
	}
	#top .download_area .pc_flex .tx{
		width: 100%;
	}

	/* iOS onlyここから */
	#top .download_area .pc_flex .tx a.link{
		width: 100%;
	}
	#top .download_area .pc_flex .tx a.link img{
		height: 14vw;
	}
	/* iOS onlyここまで */

	#top .download_area .pc_flex .tx ul.link{
		width: 100%;
		justify-content: space-between;
	}
	#top .download_area .pc_flex .tx ul.link li:last-child{
		margin-left: 2vw;
	}
	#top .download_area .pc_flex .tx ul.link li a img{
		height: 14vw;
	}

/* news -------------------- */
	#top .news{
		width: 100%;
		margin: 0;
		padding: 6vw 3vw;
	}
	#top .news h2{
		margin-bottom: 0;
		padding: 0 0 2.4vw 0;
		font-size: 4.2vw;
		text-align: center;
	}
	#top .news ol li{
		padding: 2.4vw .7vw;
		font-size: 3.6vw;
	}
	#top .news ol li dl dt{
		margin-bottom: 1vw;
	}
	#top .news .newslist{
		margin-top: 3vw;
	}
	#top .news .newslist a{
		padding: 1vw 2vw;
		font-size: 3.6vw;
	}

	/* sns -------------------- */
	#top .sns .twitter{
		width: 100%;
		margin-right: 0;
		margin-bottom: 6vw;
	}
}