@charset "utf-8";

/* 全体レイアウト
---------------------------------------------　*/
body{
	position: relative;
	overflow-x: hidden;
}
.top article{
	background:url('../images/bk-main.png') top left no-repeat;
	background-size: 100%;
}

/* 共通
---------------------------------------------　*/
img{
	max-width: 100%;
}
.wrap{
	width:100vw;
	padding:0 3vw;
	margin:auto;
	position: relative;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
.mincho{
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,
	"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.bold{
	font-weight:bold;
}
.red{
	color:#e20017;
}
.boxer-content{
	height:100%;
}
/* 個別スタイル
---------------------------------------------　*/

/* 明治ロゴ */
.top .logo{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 28vw;
}
.subpage .logo{
	padding:10px 0 6px 0;
	width:22vw;
 	display: block;
	height: 9.3vh;
}
.subpage header h1{
	position: absolute;
	right:10px;
	width:22vw;
}
/* メニュー・SNSボタン */
.menu{
	position: fixed;
	left:10px;
	top:35%;
	cursor:pointer;
	z-index:100;
}
.menu img,.close img{
	width:60px;
}
/* スライドメニュー */
#slide-menu{
	display: none;
	position: fixed;
	top:0;
	width:320px;
	height:100%;
	background-color: #820008;
	z-index:200;
}
#slide-menu ul{
	margin:80px 20px 0 90px;
	/*transform: translate(0, -50%);*/
}
#slide-menu ul li:first-child{
	padding-top: 60px;
}
#slide-menu ul li{
	text-align: center;
	border-bottom:solid 1px #fff;
}
#slide-menu ul li:last-child,
#slide-menu ul.sns li{
	border-bottom:solid 1px transparent;
}
#slide-menu ul a{
	display: block;
	padding:14px 0;
	color:#fff;
	font-size:14px;
}
#slide-menu .sns {
	text-align: center;
	margin-top:0;
}
#slide-menu .sns li{
	display: inline-block;
	padding:0;
}
#slide-menu .close{
	position: fixed;
	left:10px;
	top:35%;
	cursor:pointer;
}
/* タイトル */
header h1 img{
	width:33.3vw;
}
header h2{
	padding:20px;
}
header h2 img{
	width:80vw;
	padding:5vw 0;
}
header h3{
	padding:10px 0 0;
	border-bottom:solid 1px;
	font-size:24px;
	margin-bottom:30px;
	position: relative;
}
header h3::before{
	content:"～";
	position: absolute;
	top:28px;
	left:0;
}
header h3::after{
	content:"～";
	position: absolute;
	top:28px;
	right:0;
}
header .lead{
	font-size:16px;
	line-height:2;
}
header .next{
	display: inline-block;
	padding:30px;
}
/*ページ1 */
#page01{
	background:url("../images/bk-red.png") top center;
	background-size: 100%;
	padding-bottom:30px;
}
#page01 .hmark{
	padding:30px 0;
}
#page01 .hmark img{
	width:55vw;
}
#page01 p{
	font-size:14px;
	color:#fff;
	margin-bottom:30px;
	letter-spacing: -0.05em
}
#page01 span{
	display: block;
	border-bottom:solid 1px;
	padding:10px 0;
}
#page01 strong{
	font-size:24px;
	font-weight: normal;
}
#page01 #movie_area{
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
}
#page01 #movie_area iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ページ2 */
#page02 .wrap{
	background:url("../images/logo-transfat.png") top right no-repeat;
	background-size: 80px;
	padding-bottom:20px;
}
#page02 h2{
	font-size:26px;
	padding:50px 0;
}
#page02 .lineup{
	display: flex;
	flex-wrap: wrap;
}
#page02 figure{
    width: 44%;
    padding-top: 14px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 14px;
    margin-left: 10px;
    margin-right: 10px;
}

/* ページ3 */
#page03 .bk-red,#page03 .bk-orang{
	padding-top:40px;
}
#page03 .q1{
	background-color:rgba(255,0,18,0.8);
	padding:50px 10px 10px;
	color:#fff;
	margin-bottom:50px;
}
#page03 .q2{
	background-color:rgba(229,112,0,0.8);
	padding:50px 10px 10px;
	color:#fff;
	margin-bottom:10px;
}
#page03 .q-icon{
	position: absolute;
	top:-40px;
	left:0;
	right:0;
	margin:auto;
}
#page03 h2{
	background:url("../images/fukidashi.png") top left no-repeat;
	background-size: 100%;
	padding:10px;
	font-size:18px;
	box-sizing: border-box;
	height:82px;
}
#page03 li{
	font-size:14px;
	line-height:2;
}
/* ページ4 */
#page04 p{
	color:#e10012;
	font-size:15px;
	margin-bottom:10px;
}
#page04 li{
	text-align: center;
	padding:60px 10px;
}
#page04 .faq{
	background:url("../images/bk-btn-02.jpg") center center no-repeat;
	background-size:100% auto;
}
#page04 .efforts{
	background:url("../images/bk-btn-03.jpg") center center no-repeat;
	background-size:100% auto;
}
/* ページ5 */
#page05{
	padding-top:50px;
	background-color: #fff3eb;
}
#page05 h2{
	font-size:20px;
	border-top:solid 2px #e10012;
	border-bottom:solid 2px #e10012;
	padding:10px;
	margin-bottom:30px;
}
#page05 > .wrap{
	padding-bottom:10px;
}
#page05 > .wrap p{
	font-size:14px;
	line-height:2;
	padding-bottom:30px;
	border-bottom:dotted 1px;
	margin-bottom:40px;
}
#page05 .bottom{
	background-color: #bc0a08;
	color:#fff;
}
#page05 .bottom p{
	font-size:18px;
	padding:20px 10px;
}
#page05 .bottom p::before{
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	border-top: 14px solid #fff3eb;
	border-right: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 14px solid transparent;
	top:0;
	left:98px;
}
/* 最後 */
#bottom img{
	width:100%;
}
/* ページ6 */
#page06 #movie_area{
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
}
#page06 #movie_area iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#page06 h2{
	font-size:26px;
/*	padding:50px 0;*/
}
#page06 .wrap{
  padding-bottom: 30px;
  padding-top: 20px;
}

/* 下層ページ
---------------------------------------------　*/

/* ぱんくず */
.subpage main nav{
	background-color:#f0f0f0;
	padding:6px 0;
}
.subpage main nav li{
	float:left;
}
.subpage main nav li a{
	color:#000;
}
.subpage main nav li a::after{
	content: ">";
	padding:0 8px;
}
/* 見出し */
.subpage main #header{
	background:url("../images/bk-red.png") center center no-repeat;
	background-size: 100%;
}
.subpage main #header h1{
	font-size:28px;
	color:#fff;
	padding:10px 0;
}
/* Q&A */
#page{
	padding:30px 0;
}
#page .more{
/*	padding:20px;*/
}
.panel{
	width:100%;
	box-sizing: border-box;
	padding:10px 10px 0;
	border:solid 1px;
	margin-bottom:20px;
}
.panel:nth-child(even){
	border-color:#ea8d33;
	color:#ea8d33;
	box-shadow:5px 5px #ea8d33;
}
.panel:nth-child(odd){
	border-color:#e73341;
	color:#e73341;
	box-shadow:5px 5px #e73341;
}
.panel h2,.panel p{
	color:#4e4e4e;
}
.panel h2{
	background:url("../images/icon-q-red.png") 0 5px no-repeat;
	background-size:50px;
	font-size:20px;
	padding:0 0 8px 60px;
	margin-bottom:20px;
}
.panel:nth-child(even) h2{
	background:url("../images/icon-q-orange.png") 0 5px no-repeat;
	background-size:50px;
}
.panel h2::after{
	content:"";
	display: block;
	border-bottom:solid 2px #e73341;
}
.panel:nth-child(even) h2::after{
	border-bottom:solid 2px #ea8d33;
}
.panel p{
	font-size:14px;
	line-height:1.8;
	margin-bottom:20px;
}
.panel figure{
	margin:0;
	text-align: center;
	margin-bottom:20px;
}
.panel figure img{
	margin:0 auto;
}
.wide{
	width:100%;
}
.wide h2{
	background:none;
	padding-left:0;
}
.wide h2::after{
	content:"";
	display: block;
	border-bottom:dotted 2px #e73341;
}
/* ポップアップ */
.popup article{
	padding:20px 10px;
	margin:auto;
	background:#fff;
}
.popup h1{
	font-size:14px;
	border-bottom:solid 1px #bc0a08;
	margin-bottom:20px;
}
.popup h2{
	font-size:12px;
}
.popup img{
	max-width: 100%
}
.popup figure{
	margin:0 0 30px 0;
	padding:0;
}
.popup figcaption{
	font-size:10px;
}
/* 資料 */
.doc article{
	border:solid 1px #ccc;
	box-sizing: border-box;
	padding:10px;
	line-height: 1.8;
}
.doc article h1{
	font-size:18px;
	line-height: 1.4;
	margin-bottom:30px;
}
.doc article h2{
	font-size:12px;
	line-height: 1.8;
	margin-bottom:30px;
}
.doc article h2 span{
	font-size:15px;
	border-bottom:solid 1px;
}
.doc article h2.kei{
	border:solid 1px;
	padding:0 5px;
	display: inline-block;
}
.doc article h3{
	font-size:14px;
	line-height: 1.4;
	margin-bottom:30px;
}
.doc article p{
	font-size:12px;
}
.doc .chu{
	font-size:10px;
	margin-bottom:30px;
}
.doc section{
	margin-bottom:20px;
}
.doc figure{
	text-align: center;
	margin-bottom:20px;
}
.doc .disc li{
	list-style-type: disc;
	margin-left:20px;
	font-size:12px;
}
.doc .num li{
	margin-left:20px;
	text-indent:-1.2em;
	font-size:12px;
	list-style-type: none;
}
.doc table{
	margin-bottom:20px;
	/*width:auto;*/
}
.doc table caption{
	text-align:left;
	font-size:14px;
}
.doc table thead{
	text-align:left;
}
.doc tbody,.doc tfoot{
	font-size:12px;
}
.doc tbody th,.doc tbody td{
	border-right:solid 1px;
	border-bottom:solid 1px;
	padding:4px 10px;
	line-height:1.2;
}
.doc tbody tr:first-child th{
	border-top:solid 1px;
}
.doc tbody tr th:first-child{
	border-left:solid 1px;
}

/*外部リンク用アイコン追加*/
.external_link {
	color: #0065A9;
	text-decoration: underline;
}
.external_link:hover {
	text-decoration: none;
}
.external_link:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 24px;
	margin-left: 5px;
	background-image: url('../images/icon_new_window.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
}
