﻿@charset "UTF-8";

#mainContainer {
	text-align: center;
	color: #733231;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#mainContainer img {
	display: inline-block;
}

/* trouble
---------------------------------------------------------*/
#mainContainer {
	background: url(/~/Media/com/50megumi/201709/yojun/bg_container.png) no-repeat center 200px;
}
#trouble {
	margin-top: 50px;
	padding-bottom: 50px;
}
#trouble > .note {
	margin-top: 10px;
}
#trouble > .note + .note {
	margin: -5px 0 0 -350px;
}
#trouble > .note span {
	font-size: 11px;
	text-align: left;
	display: inline-block;
	line-height: 1.4;
	text-indent: -1em;
	padding-left: 1em;
}
#trouble > ul {
	margin-top: 40px;
}
#trouble > ul li {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}
#trouble > ul li + li {
	margin-top: 40px;
}
#trouble > ul li > figure {
	width: 450px;
	float: left;
}
#trouble > ul li > figure figcaption {
	font-size: 11px;
	margin-top: 10px;
}
#trouble > ul li > div {
	width: 450px;
	float: right;
	display: table;
	height: 290px;
}
#trouble > ul li > div p {
	display: table-cell;
	vertical-align: middle;
	font-size: 17px;
	line-height: 2;
}
#trouble > ul li > div p sub {
	font-size: 16px;
}
#trouble > ul li > div p sup {
	font-size: 11px;
	vertical-align: super;
}
#trouble > ul li:nth-child(even) > figure {
	float: right;
}
#trouble > ul li:nth-child(even) > div {
	float: left;
}
/* need
---------------------------------------------------------*/
#need {
	margin-top: 65px;
	padding-bottom: 90px;
}
#need > ul {
	margin-top: 40px;
}
#need > ul li {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}
#need > ul li + li {
	margin-top: 40px;
}
#need > ul li > figure {
	width: 450px;
	float: left;
}
#need > ul li > figure figcaption {
	font-size: 14px;
	margin-top: -5px;
	text-align: center;
}
#need > ul li > figure figcaption span {
	display: block;
	font-size: 11px;
	margin-top: 5px;
}
#need > ul li > figure figcaption span.outside {
	display: inline-block;
	border: solid 1px #733231;
	padding: 2px 4px 0;
}
#need > ul li > figure figcaption  sub {
	font-size: 11px;
	vertical-align: 0;
}
#need > ul li > div {
	width: 450px;
	float: right;
	display: table;
	height: 290px;
}
#need > ul li > div p {
	display: table-cell;
	vertical-align: middle;
	font-size: 17px;
	line-height: 2;
}
#need > ul li > div p sub {
	font-size: 16px;
}
#need > ul li > div p sup {
	font-size: 11px;
	vertical-align: super;
}
#need > ul li > div p .note {
	display: block;
	margin-top: 10px;
	font-size: 11px;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.5;
}
#need > ul li:nth-child(even) > figure {
	float: right;
}
#need > ul li:nth-child(even) > div {
	float: left;
}
/* component
---------------------------------------------------------*/
#component {
	padding: 60px 0 60px;
	background: #f7ebeb url(/~/Media/com/50megumi/201709/yojun/bg_component.png) no-repeat center top;
}
#component .componentlist {
	margin: 55px auto 0;
	width: 940px;
	overflow: hidden;
}
#component .componentlist > div {
	width: 450px;
	float: left;
	overflow: hidden;
}
#component .componentlist > div + div {
	float: right;
}
#component .componentlist > div > div {
	width: 200px;
	float: left;
}
#component .componentlist > div > div + div {
	float: right;
}
#component .componentlist > div > dl dd ul {
	width: 50%;
	float: left;
}
#component .componentlist dl + dl {
	margin-top: 15px;
}
#component .componentlist dl dd {
	overflow: hidden;
	margin-top: 5px;
}
#component .componentlist dl dd ul li {
	text-align: left;
	margin-top: 8px;
	text-indent: -1em;
	padding-left: 1em;
}
#component .componentlist dl dd ul li:before {
	content: "●";
	color: #931331;
	margin-right: 3px;
	font-size: 11px;
}
/* product
---------------------------------------------------------*/
#mainContainer #product {
	padding: 80px 0;
	background: linear-gradient(135deg, #520100, #810706);
	background: -webkit-linear-gradient(135deg, #520100, #810706);
	position: relative;
}
#mainContainer #product section {
	margin-top: -70px;
	padding-top: 70px;
}
#mainContainer #product section .inner {
	padding: 80px 0 75px;
}
#mainContainer #product h3 + p {
	margin-bottom: 50px;
}
#mainContainer #product ul.bnr {
	margin-bottom: 30px;
	font-size: 0;
	text-align: center;
}
#mainContainer #product ul.bnr {
	margin-bottom: 30px;
	font-size: 0;
	text-align: center;
	display: flex;
}
#mainContainer #product ul.bnr li {
	margin: 0 15px;
	display: inline-block;
	width: 30%;
}
#mainContainer #product ul.anchor li {
	display: inline-block;
	margin-left: 42px;
}
#mainContainer #product ul.anchor li:first-child {
	margin-left: 0;
	margin-bottom: 8px;
}
#mainContainer #product ul.anchor li {
    width: 100%;
	margin: 0;
}
#mainContainer #product section ul li {
	display: inline-block;
	margin-left: 42px;
}
#mainContainer #product section ul li:first-child,
#mainContainer #product section#make ul li {
	margin-left: 0;
}

@media screen and (max-width: 768px) {
#mainContainer img {
	width: 100%;
	height: auto;
}
#mainContainer #contents {
	background: url(/~/Media/com/50megumi/201709/yojun/sp/bg_container.jpg) repeat-y center 7%;
	background-size: contain;
}
/* trouble
---------------------------------------------------------*/
#trouble {
	margin-top: 40px;
}
#trouble > .note {
	margin-top: 20px;
	padding: 0 20px;
}
#trouble > .note + .note {
	margin: 0;
}
#trouble > .note span {
	font-size: 11px;
	text-align: left;
	display: inline-block;
	line-height: 1.4;
	text-indent: -1em;
	padding-left: 1em;
	width: 100%;
}
#trouble > ul {
	margin-top: 30px;
}
#trouble > ul li {
	text-align: left;
	width: 100%;
}
#trouble > ul li > figure {
	margin-top: 25px;
	padding: 0 20px;
	width: auto;
	float: none;
}
#trouble > ul li:last-child > figure {
	padding: 0;
}
#trouble > ul li:nth-child(even) > div,
#trouble > ul li:nth-child(even) > figure {
	float: none;
}
#trouble > ul li:last-child > figure figcaption {
	padding: 0 20px;
}
#trouble > ul li > div {
	width: 100%;
	float: none;
	display: block;
	height: auto;
}
#trouble > ul li > div p {
	font-size: 16px;
	line-height: 1.6;
	padding: 0 20px;
}
#trouble > ul li > div p sup {
	font-size: 11px;
	vertical-align: super;
}
/* need
---------------------------------------------------------*/
#need {
	margin-top: 40px;
	padding-bottom: 35px;
}
#need > ul {
	margin-top: 30px;
	padding: 0 20px;
}
#need > ul li {
	text-align: left;
	width: 100%;
}
#need > ul li > figure {
	margin-top: 25px;
	width: auto;
	float: none;
}
#need > ul li:nth-child(even) > div {
	float: none;
}
#need > ul li:nth-child(even) > figure {
	float: none;
}
#need > ul li > figure figcaption {
	font-size: 14px;
	margin-top: -5px;
	text-align: center;
}
#need > ul li > figure figcaption span {
	display: block;
	font-size: 11px;
	margin-top: 5px;
}
#need > ul li > figure figcaption span.outside {
	display: inline-block;
	border: solid 1px #733231;
	padding: 2px 4px 0;
}
#need > ul li > figure figcaption sub {
	font-size: 11px;
	vertical-align: 0;
}
#need > ul li > div {
	width: 100%;
	float: none;
	display: block;
	height: auto;
}
#need > ul li > div p {
	font-size: 16px;
	line-height: 1.6;
}
#need > ul li > div p sub {
	font-size: 11px;
	vertical-align: 0;
}
#need > ul li > div p sup {
	font-size: 11px;
	vertical-align: super;
}
#need > ul li > div p .note {
	display: block;
	margin-top: 10px;
	font-size: 11px;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.5;
}
/* component
---------------------------------------------------------*/
#component {
	padding: 40px 0 40px;
	background: #f7ebeb url(/~/Media/com/50megumi/201709/yojun/sp/bg_component.jpg) no-repeat center top;
	background-size: contain;
}
#component h3 {
	padding: 0 20px;
}
#component .componentlist {
	margin: 40px auto 0;
	overflow: hidden;
	padding: 0 20px;
	width: 100%;
	box-sizing: border-box;
}
#component .componentlist > div {
	width: 45%;
	float: left;
}
#component .componentlist > div > dl dd ul {
	width: 100%;
	float: none;
}
#component .componentlist > div > div {
	width: auto;
	float: none;
}
#component .componentlist > div > div + div {
	float: none;
}
#component .componentlist > div > div + div,
#component .componentlist dl + dl {
	margin-top: 20px;
}
/* product
---------------------------------------------------------*/
#mainContainer #product {
	background: linear-gradient(135deg, #520100, #810706);
	background: -webkit-linear-gradient(135deg, #520100, #810706);
	position: relative;
	padding: 12% 20px 30px 20px;
}
#mainContainer #product .inner {
	padding: 0;
}
	#mainContainer #product ul.bnr{
		display: block;
		max-width: 562px;
	margin: 0 auto;
	}
#mainContainer #product ul.bnr li {
	margin: 0;
	display: block;
	width: 100%;
}
#mainContainer #product ul.bnr li + li {
	margin: 10px 0 0;
}
	#mainContainer #product ul.bnr li .anchor{
		display: flex;
		margin-right: -2%;
	}
	#mainContainer #product ul.bnr li .anchor li{
		width: 49%;
		margin-right: 2%;
}
	#mainContainer #product ul.bnr .anchor li:last-child{
		margin-top:0;
	}
}

#mainContainer #component {
	position: relative;
}
#mainContainer #component .image {
	text-align:center;
	margin-top:20px;
}
@media screen and (max-width: 768px) {
#mainContainer #component .image {
	padding: 0 10px;
}
}
@media (min-width: 650px) and (max-width: 768px) {
#mainContainer #component .image {
	width: 97%;
}
}




#ii_movie {
	max-width: 700px;
	margin: 0 auto;
	padding: 90px 0 0 0;
}

	#ii_movie p {
		font-size: 1.5rem;
	}

#ii_movie_wrap {
	width: 100%;
	padding-top: 56.25%;
	margin: 0 0 6px 0;
	position: relative;
}

	#ii_movie_wrap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

@media screen and (max-width: 768px) {
	#ii_movie {
		padding: 40px 0 0 0;
	}

		#ii_movie p {
			font-size: 1.4rem;
		}
}

@media screen and (max-width: 740px) {
	#ii_movie {
		margin: 0 20px;
	}
}


/* main
---------------------------------------------------------*/
#yojun .main_top {
	background: #f4d2d1;
	position: relative;
}
#yojun .main_top .note {
	position: absolute;
	width: 100%;
	bottom: 28px;
}
#yojun .main_top .note + .note {
	bottom: 14px;
}
#yojun .main_top .note + .note span {
	margin-left: -350px;
}
#yojun .main_top .note span {
	font-size: 11px;
	text-align: left;
	display: inline-block;
	line-height: 1.4;
	text-indent: -1em;
	padding-left: 1em;
}
#yojun .main_bottom .note {
	font-size: 11px;
	margin-top: 10px;
}


@media screen and (max-width: 768px) {
/* main
---------------------------------------------------------*/
#yojun .main_top .note {
	top: 65%;
	padding: 0 5%;
	box-sizing: border-box;
}
#yojun .main_top .note span {
	width: 100%;
	line-height: 1.2;
}
#yojun .main_top .note + .note {
	bottom: 0;
	top: 80%;
}
#yojun .main_top .note + .note span {
	margin: 0;
}
#yojun .main_bottom .note {
	padding: 0 3%;
}
}

@media (min-width: 495px) and (max-width: 768px) {
#yojun .main_top .note + .note {
	bottom: 0;
	top: 75%;
}
}





/* main
---------------------------------------------------------*/
#researcher .main {
	float:none;
	width:100%;
}
#researcher .main .main_top {
	background: #f4d3d2 url(/~/Media/com/50megumi/201709/researcher/bg_thought01.png) top center no-repeat;
	padding: 40px 0;
}
#researcher .main .main_bottom {
	background: url(/~/Media/com/50megumi/201709/researcher/bg_thought02.png) top center no-repeat;
	padding: 54px 0 49px 150px;
}

/* researcher
---------------------------------------------------------*/
#researcher .outer {
	background: url(/~/Media/com/50megumi/201709/researcher/researcher_bg.png) top center no-repeat;
	padding: 70px 0;
}
#researcher .txt_desc {
	margin-top: 50px;
}
#researcher .txt_desc p {
    text-align: left;
    color: #733231;
    margin-bottom: 35px;
    line-height: 2;
	font-size: 16px;
	font-family: 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3','Hiragino Kaku Gothic Pro','ãƒ¡ã‚¤ãƒªã‚ª',Meiryo,sans-serif;
}
#researcher .txt_desc p span {
	background-color: #ffdcdb;
}
#researcher .txt_desc p.small {
    font-size: 12px;
}

/* birth
---------------------------------------------------------*/
#researcher .birth {
	padding-bottom: 30px;
}
#researcher .birth_ttl {
	margin-bottom: 45px;
}

/* tech
---------------------------------------------------------*/
#researcher .tech p:nth-child(5) {
	margin-bottom: 10px;
}
#researcher .tech_ttl {
	margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
#researcher .main {
	margin:0 !important;
}
#researcher .main .main_top {
	background: #f4d3d2 url(/~/Media/com/50megumi/201709/researcher/sp/bg_thought01.png) top center no-repeat;
	background-size: cover; 
	padding: 0;
}
#researcher .main .main_bottom {
	background: url(/~/Media/com/50megumi/201709/researcher/sp/bg_thought02.png) top center no-repeat;
	background-size: cover; 
	padding: 0;
}

/* researcher
---------------------------------------------------------*/
#researcher {
	padding: 0 0 30px;
	background: url(/~/Media/com/50megumi/201709/researcher/sp/researcher_bg.png) top center no-repeat;
	background-size: cover;
}
#researcher .outer {
	background: none;
	padding: 30px 0 0 0;
}
#researcher .inner {
	padding: 0 !important;
}
#researcher .txt_desc {
    margin-top: 25px;
	padding: 0 20px;
}
#researcher .txt_desc p {
	line-height: 1.6;
	margin-bottom: 30px;
}

/* birth
---------------------------------------------------------*/
#researcher .birth {
    padding-bottom: 40px;
}
#researcher .birth .birth_ttl {
	margin-bottom: 30px;
}
#researcher .birth .txt_desc p:last-child {
	margin: 0;
}
	
/* tech
---------------------------------------------------------*/
#researcher .tech .tech_ttl {
	margin-bottom: 30px;
}
#researcher .tech p:nth-child(5) {
	margin-bottom: 20px;
}
#researcher .tech .txt_desc p:last-child {
	margin: 0;
}
}








