@charset "utf-8";
/*
Theme Name: 
Theme URI: 
Description: 専用テーマ
Version: 1.0
Author URI:
*/

/* Login Page
------------------------------------------------------------*/

/* ロゴ画像を変更 */

body.login,#login h1 {
    background:#fff;
}
#login h1 a {
    background:#fff url(images/admin_logo02.png)no-repeat center center;
    background-size: 200px 120px;
    padding-bottom: 30px;
    width: 200px;
    height: 120px;
}

/* Reset
------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td,select,header,nav,section,footer {
	margin: 0;
	padding: 0;
	color: #404040;
	line-height: 1.6;
	word-wrap: break-word;
	box-sizing:border-box;
}

address,em,i {
	font-style: normal;
}
strong,th,b {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
img {
	border: 0;
	height:auto;
	max-width:100%;
}
li {
	list-style-type: none;
}
small{
	font-size: 80%;
}

a{
	color: #555;
	text-decoration: none;
	padding:0;
}
a:hover{
	opacity:0.7;
}
/*----------------- font -------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
	font-size: 100%; /* IE */
	font-family:"Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
html>/**/body {
font-size: 16px; /* Except IE */
}

body {
	-webkit-text-size-adjust: 100%;
}
img{
	max-width:100%;
	height: auto;
}

/* ここから下がボタンのCSS　*/
.btn-border {
  display: inline-block;
  max-width: 180px;
  text-align: left;
  border: 2px solid #f1a7eb;
  font-size: 16px;
  color: #f1a7eb;
  text-decoration: none;
  font-weight: bold;
  padding: 13px 62px;
  border-radius: 4px;
  transition: .4s;
}

.btn-border:hover {
  background-color: #f1a7eb;
  border-color: #f1a7eb;
  color: #FFF;
}
/* .viewer
------------------------- */
.viewer {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.viewer ul li img {
    width: 100%;
}
 
/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101;
}
.viewer .btnPrev {
    left: 10px;
    background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
    right: 10px;
    background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}
 
 
/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.viewer ul {
    display: inline-block;
    overflow: hidden;
}
.pagetop {
  position: fixed;
  bottom: -200px;
  right: 55px;
	z-index: 999;
	
}
.pagetop a {
  display: block;
  width: 150px;
  height: 150px;
  
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 50px;
}
.pagetopsp {
  position: fixed;
  bottom: -200px;
  right: 7px;
}
.pagetopsp a {
  display: block;
  width: 120px;
  height: 120px;
  
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 50px;
}
.pc{display: block;}
.sp{display: none;}
.pagetopsp{
	display: none;
}
.pc-mv{
	display:block;
}
.sp-mv{
	display:none;
}
@media screen and (max-width:480px) {
	.sp{display: block;}
.pc{display: none;}
	.pagetopsp{display: block;z-index: 999999;}
.pagetop{
	display: none;
	z-index:9999;

}
	.pc-mv{
	display:none;
}
.sp-mv{
	display:block;
	margin-top: 48px;
}
}
@media screen and (min-width:1400px) {
#recruit section.job-category div.jc_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	
}	
	#recruit section.job-category div.jc_content {
    width: 40%;
    padding: 1%;
	}}
#footer #page-top img{
	display:block;
	width: 80px;
	height: auto;
	/* background:#bcaba3; */
	padding: 10px 5px 0px;
	font-size: 120%;
	text-align: center;
	/* border:solid 1px #fff; */
	/* color:#fff; */
}
.textleft{
	text-align:left;
}
.oemnumber{
	width: 90px;
    margin: auto;
}
.oemflowtitle{
        text-align: center;
    line-height: 1.8;
    font-size: 24px !important;
    font-weight: bold !important;
    color: #00bfff;
    padding: 0 !important;
}
.oemtitle{    margin: auto;
    text-align: center;
    padding: 0 !important;}
.step00{
    max-width: 980px;
    margin: auto;	
}
.step00 p{
	line-height:1.8;
	text-align:left;
}
.step00box{background-color: aliceblue;}
.step01 {
    background: url(images/oem_bg02.png) no-repeat center bottom;
    background-size: 80px;
    max-width: 980px;
    margin: auto;
}
.step01 p.oem_btn a {
    border: 2px solid #00bfff;
    padding: 10px 15%;
    border-radius: 20px;
    display: inline-block;
    margin: 5%;
    color: #00bfff;
}
.step01 {   
    padding-bottom: 80px;
    overflow: hidden;}
.pd30{padding:30px;}
.pd21{padding:21px;}
.mb40{
	margin-bottom:40px;
}
.step02 {
    background: url(images/oem_bg02.png) no-repeat center bottom;
    background-size: 80px;
    max-width: 980px;
    margin: auto;
padding-bottom: 80px;
	    padding-top: 60px;
    overflow: hidden;}
.step02 ol {
    width: 95%;
    text-align: left;
    margin: 2% auto;
}
.step02 ol li em {
    color: #00bfff;
    font-weight: bold;
    padding: 1% 2% 0;
}
.step02 p{
	line-height:1.8;
	text-align:left;
}
.step02 h4{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: #00bfff 2px solid;
}
.step05 h4{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: #00bfff 2px solid;
}
.step06 h4{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: #00bfff 2px solid;
}
.imgmax2 p img{
	width:100%;
}
.mb30{margin-bottom:30px;}
.flow22 {
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
}
.step03 {
    background: url(images/oem_bg02.png) no-repeat center bottom;
    background-size: 80px;
    max-width: 980px;
    margin: auto;
padding-bottom: 80px;
	    padding-top: 60px;
    overflow: hidden;}
.step03 p{
	line-height:1.8;
	text-align:left;
}
.step04 {
    background: url(images/oem_bg02.png) no-repeat center bottom;
    background-size: 80px;
    max-width: 980px;
    margin: auto;
padding-bottom: 80px;
	    padding-top: 60px;
    overflow: hidden;}
.step04 p{
	line-height:1.8;
	text-align:left;
}
.step05 {
    background: url(images/oem_bg02.png) no-repeat center bottom;
    background-size: 80px;
    max-width: 980px;
    margin: auto;
padding-bottom: 80px;
	    padding-top: 60px;
    overflow: hidden;}
.step05 p{
	line-height:1.8;
	text-align:left;
}
.step06 {
    background-size: 80px;
    max-width: 980px;
    margin: auto;
	    padding-top: 60px;
    overflow: hidden;}
.step06 p{
	line-height:1.8;
	text-align:left;
}
.step03 ul {
    display: flex;
    text-align: center;
    width: 420px;
    margin: 0 auto;
}
.step03 ul li {
    width: 200px;
    height: 200px;
    margin: 10px;
    border-radius: 50%;
    padding: 17% 0 0;
    background: #00bfff;
    color: #fff;
}
.step03 div.step_box02 {
    padding-bottom: 160px;
   /* background: url(images/oem_bg03.png) no-repeat left bottom;*/
	background-size: 120px;
}

.oemfaqbox{
    background-color: aliceblue;
	    padding: 0 5%;
	padding-bottom: 60px;
}
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #888787;
}
.qa-list dl:first-child {
    border-top: 1px solid #888787;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #00bfff;
    border-right: 2px solid #00bfff;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 20px;
	text-align: left;
}
.qa-list dl dt::before {
       font-size: 36px;
    line-height: 1;
    position: absolute;
    top: -2px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
	text-align: left;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
}
.qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
}
.qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}
.mb130{margin-bottom:130px !important;}
.recBtn a{
    border: 2px solid #00bfff;
    border-radius: 50px;
    padding: 10px 20px;
	font-size:14px;
    margin-bottom: 10px;
    background-color: aliceblue;
}.recBtn p{margin-bottom:20px;}

 .recBtn{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 66px;
}
@media screen and (max-width: 767px) {
	.recBtn{
		display: block;}
}
.fom th{border-bottom:none !important;}
.fom table{border-bottom:none !important;border-top:none !important;}
#recruit section.job-category {
    display: flex;
    flex-wrap: wrap;
}
.center{text-align:center;}
.w70{width:70%;margin:auto;}
.mente{
    margin: 200px 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}.grecaptcha-badge { visibility: hidden; }
.thanksBox{
	text-align:center;
	    margin: 100px 0;
}
.thanksBox h3{
    font-size: 1.8em;
    margin-bottom: 40px;
}

.thanksBox p{
    line-height: 1.8;
}
.top{
	margin-top:40px;
	
}
.thanksBox a{border-bottom:1px solid #000;}

.grecaptcha-badge { visibility: hidden; }
span.wpcf7-list-item {
margin-bottom: 20px;
    font-weight: bold;
    display: block;
}
.fl2box p a img{max-width:300px;}
.ullist li{list-style: none !important;
    border-bottom: none !important;}