@charset "utf-8";

@font-face {
  font-family: "Allura-Regular";
  src: url(../font/Allura-Regular.ttf) format("truetype");
}


.tC { text-align:center !important;}
.red{
	color:#e9525a !important;}
.brn{
	color:#c09b38 !important;}
.pk{
	color:#ee86a8 !important;}
.bl{
	color:#1bb8ce !important;}	
.org{
	color:#fd8c26 !important;}		
.min{	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.ng_Lpink{background:#fff5f5;}
.ng_white{background:#FFF;}
.bg_Lgray{background:#f2f2f2;}

.pc{display:block;}
.sp{display:none;}

#oem img {width: 100%; height:auto;}

@media only screen and (max-width: 768px){
.pc{display:none;}
.sp{display:block;}	
}


.center{text-align:center;}

#oem a{text-decoration: none;}
#oem a:hover{opacity: 0.7;}


/* ページレイアウト */

#oem {
	font-size: 15px;
	line-height: 1.8;
	color: #000;
	width: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#oem header {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	max-height: 590px;
}
/*#oem header img {
	width: 100%;
	max-height: 590px;
}*/


section {
	width: 100%;
	overflow: hidden;
}

#oem h2 {
	background: #f29c9f;
	color: #FFF;
	font-size: 33px;
	letter-spacing: 0.1rem;
	text-align: center;
	line-height: 2.5;
}

#oem .inner {
	width: 100%;
	max-width:1170px;
	margin: 40px auto;
	overflow: hidden;
	box-sizing: border-box;
    padding-bottom: 30px;
}

@media only screen and (max-width: 768px){
#oem .inner {
	margin: 20px auto;
}
}
@media only screen and (max-width: 414px){
#oem h2 {
	font-size: 24px;
	line-height: 1.8;
    padding: 10px 0;
}

}

/*----------------- info ------------------*/
#oem #info {
    width: 100%;
    background: #fff5f5;
    margin: 0;
    padding: 60px 0;
    text-align: center;
    line-height: 1.6;
}
#oem #info .inner {
    width: 92%;
    margin: 0 auto;
    font-size: 16px;
    color: #000;
    line-height: 1.8;    
}
#oem #info p {
    margin-top: 20px;
}

@media only screen and (max-width: 480px){
#oem #info {
    padding: 10px 0 20px;
    text-align: left;
    /*border-top: 2px solid #ffc7c9;*/
}
#oem #info .inner {
    width: 90%;
    font-size: 15px;
    line-height: 1.6;    
}  
}


/*----------------- strengths ------------------*/

#oem #strengths {
	background:linear-gradient(90deg,#FFF 0%,#FFF 50%,#f2f2f2 50%,#f2f2f2 100%);	
}
#oem .leftArea {
	width: 50%;
	float: left;
	text-align: left;
	overflow: hidden;
}
#oem .rightArea {
	width: 50%;
	float: right;
	overflow: hidden;
}
#oem #info .rightArea img {
	width: 90%;
	padding: 10px;
	margin: 0 auto;
	margin-top: 15%;
}

#oem .leftArea dl {
	width: 100%;
}
#oem #strengths .leftArea dl dt {
	width: 90%;
	font-size: 32px;
	color: #df6d71;
	margin: 30px auto 15px;
	font-weight: bold;
	letter-spacing: 0.05rem;
	line-height: 2.0;
}
#oem #strengths .leftArea dl dt img.point {
	width: 30%;
	height: auto;
	padding-right: 5%;
}
#oem #strengths .leftArea dl dd {
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #df6d71;
    padding: 0 15px 15px;
    line-height: 1.6;
}
#oem #strengths .leftArea dl dd:last-child {
    border-bottom: none;
}
@media only screen and (max-width: 768px){
#oem #strengths {
	background: #f2f2f2;	
}
#oem .leftArea dl {
    background: #FFF;
    margin:  10px auto;
}
#oem #strengths .leftArea dl dt:first-child {
     padding-top: 10px;
}
#oem #strengths .leftArea dl dd {
    padding: 0 0px 15px;
}
#oem #strengths .leftArea dl dd:last-child {
	border-bottom: none;
} 
#oem #strengths .leftArea dl dt {
	font-size: 30px;
}
}
@media only screen and (max-width: 414px){
#oem #strengths .leftArea dl dt {
	font-size: 24px;
}
}

/*----------------- items ------------------*/

#oem #items {
	background: #FFF;
	text-align: center;
    overflow: hidden;
}

#oem #items ul.lineup {
	list-style-type: none;
	padding-inline-start: 0px;
	max-width: 1000px;
	width: 96%;
	margin: 10px auto;
    overflow: hidden;
}
#oem #items ul.lineup li {
	width: 12%;
	float: left;
	text-align: center;
	margin: 2% 2.3%;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.4;
    overflow: hidden;
    min-height: 136px;
}
#oem #items ul.lineup li img {
	border: solid 1px #c8ba93;
	/*width: 100%;*/
	box-sizing: border-box;
    margin-bottom: 5px;
}
@media only screen and (max-width: 768px){
#oem #items ul.lineup li {
	width: 21%;
	margin: 2%;	
	font-size: 2.5vw;	
}
}

/*----------------- flow ------------------*/


#oem #flow {
	background: #FFf;
}
#oem #flow .inner .area01,
#oem #flow .inner .area02 {
	overflow: hidden;
	position: relative;
}
#oem #flow .inner .area01 .imgArea {
	width: 50%;
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
}
#oem #flow .inner .area02 .imgArea {
	width: 50%;
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
}
#oem #flow .inner dl dt {
	width: 90%;
	font-size: 24px;
	color: #907425;
	margin: 30px auto 15px;
	font-weight: bold;
	letter-spacing: 0.05rem;
	line-height: 2.0;
}
#oem #flow .inner dl dd {
	width: 90%;
	margin-inline-start: 0;
	margin: 0 auto 15px;
	border-bottom: 1px solid #c8ba93;
	padding: 0 10px 10px 60px;
}

#oem #flow .inner .leftArea dl {
	counter-reset: number 0; 
}
#oem #flow .inner .leftArea dl dt:before {
	counter-increment: number 1;
	content: counter(number) " ";
	background: #c8ba93;
	border-radius: 50%;
	width: 40px;
    height: 40px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    margin-right: 10px;
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 5px;
}
#oem #flow .inner .rightArea dl {
	counter-reset: number 5; 
}
#oem #flow .inner .rightArea dl dt:before {
	counter-increment: number 1;
	content: counter(number) " ";
	background: #c8ba93;
	border-radius: 50%;
	width: 40px;
    height: 40px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    margin-right: 20px;
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 5px;
}
#oem #flow .inner .rightArea dl dt.ct:before {
	counter-increment: number 1;
	content: counter(number) " ";
	background: #c8ba93;
	border-radius: 50%;
	width: 40px;
    height: 40px;
    color: #FFF;
    vertical-align: middle;
    line-height: 30px;
    margin-right: 20px;
    display: inline-block;
    padding-top: 5px;
	padding-right: 5px;
	padding-right: 1%;
    margin-bottom: 5px;
	letter-spacing: -0.2rem;
}

@media only screen and (max-width: 980px){
#oem #flow .inner dl dt {
	font-size: 20px;
}
}

@media only screen and (max-width: 768px){

#oem .leftArea,
#oem .rightArea {
	width: 94%;
	float: none;
    margin: 0 auto;
}
#oem #flow .inner .area01 .imgArea,
#oem #flow .inner .area02 .imgArea {
	width: 100%;
	float: none;
	position: static;
}
#oem #flow .inner dl dt {
	width: 100%;
	margin: 20px auto 0px;
}
  #oem #flow .inner .area02 .rightArea dl dt:first-child {
		margin: 5px auto 0px;
  }  
  
#oem #flow .inner dl dd {
	width: 100%;
	margin: 0 auto 15px;
	padding: 5px 10px 10px;
}
#oem #flow .inner dl dd.ctl {
    border-bottom: none;
}
}

@media only screen and (max-width: 414px){
#oem #flow .inner dl dt {
	font-size: 18px;
}
}



/*----------------- flow ------------------*/

#oem #flow {
	padding-bottom: 30px;
}

#oem #flow #caution {
	width: 80%;
	max-width: 800px;
	border: solid 1px #c3b48c;
	margin: 0 auto;
	padding-bottom: 10px;
	background: #FFF;
}

#oem #flow #caution dt {
	background: #c3b48c;
	color: #FFF;
    font-size: 18px;
	margin-bottom: 10px;
    letter-spacing: 0.05rem;
    line-height:2.0;
	padding-left: 1rem;	
}
#oem #flow #caution dd {
	border-bottom: none;
	line-height: 1.6;
	padding-left:2rem;
}
#oem #flow #caution dd:before {
	content: "※";
	padding-right: 0.5rem;
}
@media only screen and (max-width: 768px){
#oem #flow #caution {
	width: 94%;
	max-width: 800px;
	border: solid 1px #c3b48c;
	margin: 0 auto;
	padding-bottom: 10px;
	background: #FFF;
}
#oem #flow #caution dd {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.4;
    text-indent: -2.5rem;
    padding-left: 3rem;
}
}


/*----------------- faq ------------------*/

#oem #faq {
	background: #fff5f5;	
}

#oem #faq #faqArea {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
#oem #faq #faqArea .itemBox {
	text-align: left;
	padding: 1%;
}
#oem #faq #faqArea .itemBox .listBox {
	border: solid 1px #b5ab8b;
	border-radius: 8px;
	padding-top: 10px;
	background: #FFF;
}
#oem #faq #faqArea .itemBox .listBox dt {
	 font-size: 16px;
	 padding-left:2.0em;
	 text-indent: -1.2em;
	 padding-bottom: 10px;
	 position: relative;
	 padding-right: 8%;
	 text-align: justify;
    color: #6e4121;    
}
#oem #faq #faqArea .itemBox .listBox dt:before {
    font-family: "M PLUS Rounded 1c";	
	content: "Q";
	font-size: 20px;
	font-weight: bold;
	color: #d0638f;
	margin-right: 10px;
}
#oem #faq #faqArea .itemBox .listBox dt:after {
	font-family: "FontAwesome";
	content: "\f067";
	font-weight: 400;
	font-size: 18px;
	color: #d0c7ac;
	right: 10px;
	top: 2px;
	position: absolute;
	box-sizing:border-box;
}
#oem #faq #faqArea .itemBox .listBox dt.open:after {
	content: "\f068";
	opacity: 0.6;
}

#oem #faq #faqArea .itemBox .listBox dd {
	font-size: 16px;
	width: 90%;
	margin: 10px auto;
	padding-left:3.0em;
	 text-indent: -2.0em;
	 padding-right: 10%;
	 text-align: justify;
	 box-sizing: border-box;
}
#oem #faq #faqArea .itemBox .listBox dd:before {
    font-family: "M PLUS Rounded 1c";	
	content: "A";
	font-size: 20px;
	font-weight: bold;
	color: #b6a0c8;
	margin-right: 10px;	
}
@media screen and (max-width: 860px) {}
@media screen and (max-width: 768px) {
#oem #faq #faqArea {
	width: 98%;
	padding: 0;
}
#oem #faq #faqArea .itemBox .listBox dd {
	width: 100%;
	padding-left: 2.5em;	
}
#oem #faq #faqArea .itemBox .listBox dt {
	text-indent: -2.0em;
  padding-right: 12%;
  padding-left: 2.5em;  
}
#oem #faq #faqArea .itemBox {
	text-align: left;
	padding: 1.5%;
    width: 98%;
    margin: 0 auto;
}	
}
@media screen and (max-width: 414px) {
#oem #faq #faqArea .itemBox .listBox dt:after {
	right: 0;
}
#oem #faq #faqArea .itemBox .listBox dt:before {
	font-size: 6vw;
}
#oem #faq #faqArea .itemBox .listBox dt {
	font-size: 4.0vw;
	line-height: 1.4;
}
#oem #faq #faqArea .itemBox .listBox dd {
	font-size: 4.0vw;
}  
#oem #faq #faqArea .itemBox .listBox {
	padding-top: 5px;
}
}

/*----------------- form ------------------*/

#oem #form {
    width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff5f5+0,f1f0f5+100 */
background: rgb(255,245,245); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,245,245,1) 0%, rgba(241,240,245,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,245,245,1) 0%,rgba(241,240,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,245,245,1) 0%,rgba(241,240,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5f5', endColorstr='#f1f0f5',GradientType=0 ); /* IE6-9 */
text-align: center;	
}
#oem #form .inner p:first-child {
  font-size: 18px;
  margin-bottom: 10px;
}
#oem #form .forminfo {
    width: 70%;
    margin: 0 auto;
}
#oem #form a.oemtel {
	font-size: 36px;
	font-weight: bold;
	color: #f29c9f!important;
  text-decoration: none;
  float: left;
  width: 50%;
}
#oem #form a.oemtel:before {
	font-family: "FontAwesome";
	content: "\f095";
	font-weight: 900;
	margin-right: 10px;
}	
#oem #form a.oemtel span {
	font-size: 18px;
	margin-left: 10px;
  float: left;    
}
#oem #form p.oemtime {
  float: right;
  width: 50%;
  line-height: 1.4;
  padding-top: 11px;
  color: #f29c9f!important;
  font-weight: bold;
  font-size: 16px;
}
#oem #form p.oemtime span {
  font-size: 14px;
}
#oem #form a.btn {
	display: inline-block;
	background: #f29c9f;
  width: 70%;
	border-radius: 8px;    
	color:#FFF;
	font-size: 30px;
	/*padding: 10px 80px;*/
}
#oem #form a.btn:after {
  font-family: "FontAwesome";
  content: "\f003";
  font-weight: 400;
  font-size: 36px;
  margin-left: 10px;
}
#oem #form a.btn:hover {
	text-decoration: none;
}
@media screen and (max-width: 928px) {
#oem #form .forminfo {
    width: 90%;
}  
}
@media screen and (max-width: 768px) {
#oem #form p.oemtel {
	color: #f29c9f!important;
	font-size: 30px;
        /*pointer-events: none;*/
}
#oem #form a.oemtel,
#oem #form p.oemtime {
  float: none;
  width: 100%;
}
#oem #form .inner p:first-child {
  font-size: 16px;
  margin-bottom: 10px;
} 
}
@media screen and (max-width: 414px) {
#oem #form a.oemtel {
	color: #f29c9f!important;
	font-size: 28px;
        /*pointer-events: none;*/
}
#oem #form a.btn:after {
  font-size: 30px;
}
}
@media screen and (max-width:320px) {
  #oem #form p.oemtime span{
    font-size:  4.0vw;
}

}

/*---------footer----------*/

#oem #form .fotter {
	background: url(../img/footer.png) repeat-x;
    background-position: bottom;
	height: auto; 
	height: 400px;
}

@media screen and (max-width: 768px) {
    #oem #form a.btn {
	display: inline-block;
	background: #f29c9f;
    width: 90%;
	border-radius: 8px;
    margin-top: 10px;
}
#oem #form a.btn {
	color:#FFF;
	font-size: 22px;
}
#oem #form a.btn:after {
    font-size:  24px;
}
#oem #form .fotter {
	background: url(../img/footer_sp.png) repeat-x;
}
}
@media screen and (max-width: 414px) {
#oem #form .fotter {
    background: url(../img/footer_sp.png) no-repeat;
    background-size: cover;
    height: 200px;
}
}

/*------------------topへ------------------------*/
#oem .scrollTop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
	z-index: 5;
}
 
#oem .scrollTop a {
  display: inline-block;
  text-decoration: none;
  background: #baa771;
  color: #FFF;
  width: 60px;
  height: 60px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  box-shadow: 0px 0px 0px 5px #baa771;
  border: dashed 1px #FFF;
  transition: .4s;
  position: relative;
  opacity:0.7;         
}
#oem .scrollTop a:after {
    font-family: "FontAwesome";
    content: '\f077';
    position: absolute;
    top: -35px;
    left: 7px;
    font-size: 45px;
}
#oem .scrollTop a:hover{
	background: #867135;
}
@media screen and (max-width: 480px){
#oem .scrollTop {
    right: 20px;
    bottom: 20px;
}
#oem .scrollTop a {
  width: 40px;
  height: 40px;
	
}
#oem .scrollTop a:after {
    top: -44px;
    left: 4px;
    font-weight: 900;
    font-size: 30px;
}
}


