@charset "utf-8";
@charset "utf-8";
/* CSS Document */
#imageslow{
	width:100%;
	height:300px;
	background-image: url(../images/oem/top.jpg);}
	
	.midashi2{color:#FFF;
	font-size:36px;
	text-align:center;
	    padding-top: 140px;
	}
/***********パンクズリスト*************************/
*, *::after, *::before {
  box-sizing: border-box;
}



a {
  color: #96c03d;
  text-decoration: none;
}


@media only screen and (min-width: 1170px) {

}

/* -------------------------------- 

Basic Style

-------------------------------- */
.cd-breadcrumb, .cd-multi-steps {
  width: 90%;
  max-width: 1200px;
  padding: 0.5em 1em;
  margin: 1em auto;
  
  border-radius: .25em;
}
.cd-breadcrumb:after, .cd-multi-steps:after {
  content: "";
  display: table;
  clear: both;
}
.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.cd-breadcrumb li > *, .cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 1.4rem;
  color: #2c3f4c;
}
.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
  /* selected step */
  color: #959fa5;
}
.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #959fa5;
}
.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
  /* replace the default arrow separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  background: url(../images/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before {
  /* add a custom icon before each item */
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: .4em;
  margin-top: -2px;
  background: url(../img/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
  background-position: -40px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
  background-position: -60px 0;
}
.cd-breadcrumb.custom-icons li.current:first-of-type > *::before, .cd-multi-steps.custom-icons li.current:first-of-type > *::before {
  /* change custom icon for the current item */
  background-position: 0 -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
  background-position: -20px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
  background-position: -40px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
  background-position: -60px -20px;
}
@media only screen and (min-width: 768px) {
  .cd-breadcrumb, .cd-multi-steps {
    padding: 0 1.2em;
  }
  .cd-breadcrumb li, .cd-multi-steps li {
    margin: 1.2em 0;
	
  }
  .cd-breadcrumb li::after, .cd-multi-steps li::after {
    margin: 0 1em;
  }
  .cd-breadcrumb li > *, .cd-multi-steps li > * {
    font-size: 1rem;
  }
}

.oemh3{
		padding: .25em 0 .25em .75em;
    border-left: 10px solid #a40000;
	text-align:center;
    font-size: x-large;
    font-weight: 700;
	margin: auto;
    
    margin-top: 50px;
	width:480px;
}
.oemtext{
	text-align:center;
	    margin-top: 50px;
}



#pointbox{
	margin-top:100px;
	background-color:#ede9e9;
	width:1200px;
	padding:35px;
	margin:auto;
		margin-top:100px;
}
	.oemh3point {
position: relative;
background: #f1f8ff;
    padding: 1em 1em 1em 1em;
    border-left: solid 2em #5c9ee7;
    width: 450px;
    text-align: center;
    margin: auto;
}

.oemh3point:before {
font-family: FontAwesome;

position: absolute;
padding: 0em;
color: white;
font-weight: normal;
left: -1.35em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}


.point {
   position: relative;
    background: #f1f8ff;
    padding: 10px 5px 10px 30px;
    font-size: 20px;
    color: #474747;
    border-radius: 0 10px 10px 0;
    margin: auto;
    margin-top: 35px;
    width: 850px;
    font-weight: 500;
}
.point:before {
font-family: FontAwesome;
content: "\f087";
display: inline-block;
line-height: 45px;
position: absolute;
padding: 0em;
color: white;
background: #ff6363;
font-weight: normal;
width: 45px;
text-align: center;
height: 40px;
line-height: 45px;
left: -1.35em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 50%;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);

} 

#flowbox{
	width:1200px;
	margin:auto;
	margin-bottom:100px;}
.balloon {
  background-color: #5c9ee7;
  padding: 15px;
  position: relative;
  width:180px;
  margin:auto;
}
.balloon:after {
  border-top: 12px solid #5c9ee7;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: '';
  margin-left: -10px;
  position: absolute;
  bottom: -12px;
  left: 50%;
}
.step{
	font-weight:700;
	color:#FFF;
	text-align:center;
}
.stepimg{float:left;
padding-left: 50px;}
.sttext{float:left;
padding:40px;
    width: 800px;
    line-height: 30px;
}
.sttextbox{overflow:hidden;
margin-top: 35px;
padding-bottom:25px;
border-bottom: 1px solid #E6E6E6;
}
.flow{
	margin-top: 25px;}


	@media screen and ( max-width: 480px ) {
		


.oemh3{
		padding: .25em 0 .25em .50em;
    border-left: 10px solid #a40000;
    text-align: center;
    font-size: larger;
    font-weight: 700;
    margin: auto;
    margin-top: 50px;
    width: 100%;
}
.oemtext{
	    text-align: center;
    width: 90%;
    margin: auto;
    margin-top: 50px;
}



#pointbox{
	margin-top:100px;
	background-color:#ede9e9;
	width:100%;
	padding: 35px 5px 35px 5px;
	margin:auto;
		margin-top:50px;
}
	.oemh3point {
position: relative;
background: #f1f8ff;
    padding: 1em 1em 1em 1em;
    border-left: solid 2em #5c9ee7;
    width: 100%;
    text-align: center;
    margin: auto;
}

.oemh3point:before {
font-family: FontAwesome;

position: absolute;
padding: 0em;
color: white;
font-weight: normal;
left: -1.35em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}


.point {
position: relative;
    background: #f1f8ff;
    padding: 10px 5px 10px 50px;
    font-size: 15px;
    color: #474747;
    border-radius: 0 10px 10px 0;
    margin: auto;
    margin-top: 35px;
    width: 100%;
    font-weight: 500;
}
.point:before {
font-family: FontAwesome;
content: "\f087";
display: inline-block;
line-height: 45px;
position: absolute;
padding: 0em;
color: white;
background: #ff6363;
font-weight: normal;
width: 45px;
text-align: center;
height: 40px;
line-height: 45px;
left: -5px;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 50%;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);

} 

#flowbox{
	width:100%;
	margin:auto;
	margin-bottom:50px;}
.balloon {
  background-color: #5c9ee7;
  padding: 15px;
  position: relative;
  width:180px;
  margin:auto;
}
.balloon:after {
  border-top: 12px solid #5c9ee7;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: '';
  margin-left: -10px;
  position: absolute;
  bottom: -12px;
  left: 50%;
}
.step{
	font-weight:700;
	color:#FFF;
	text-align:center;
}
.stepimg{    float: none;
    padding-left: 0;
    
    text-align: center;}
.sttext{    float: none;
    padding: 30px 0 0 0;
    width: 90%;
    margin: auto;
    text-align: center;
    line-height: 30px;
}
.sttextbox{overflow:hidden;
margin-top: 35px;
padding-bottom:25px;
border-bottom: 1px solid #E6E6E6;
}
.flow{
	margin-top: 25px;}
		
		
		
	}