@charset "utf-8";
/*Reset CSS*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
    -webkit-appearance: none;
-webkit-text-size-adjust: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*Reset CSS END*/
/*共通パーツ*/
body * {
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
    box-sizing: border-box;
    font-size: 1rem;
}
img {
    max-width:100%;
    vertical-align: bottom;
}
a:hover {
    opacity: .7;
}
p {
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.9;
    color: #686868;
}
h3 {
    text-align: center;
    font-size: 2.63rem;
    font-weight: 600;
    color: #003e97;
    line-height: 1.2;
}
h4 {
    text-align: center;
    font-size: 2.1875rem;
    font-weight: 600;
    color: #003e97;
}
h4 span {
    text-align: center;
    font-size: 3.25rem;
    font-weight: 500;

    color: #003e97;
}
h5 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: #003e97;
}
h6 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: #003e97;
}

.blue-p {
    text-align: left;
    font-weight: 600;
    color: #003e97;
}
.oem-container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.flex-center {
    display: flex;
}
.flex-center div {
    margin: auto;
}
.flex-center h4 {
    margin: auto;
}
.flex-center h5 {
    margin: auto 0 auto auto;
}
.flex-center p {
    margin: auto 0;
}
.flex-center img {
    margin: auto;
}
.align-center {
    text-align: center;
}
.align-center p {
    text-align: center;
}

.large-text {
    font-size: 2.8rem;
    line-height: 1.2;
    font-weight: 600;
    color: #003e97;
}

.ul-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ul-wrap-just {
    display: flex;
    flex-wrap: wrap;
}
.ul-flex {
    display: flex;
}

.circle {
    border-radius: 50%;/*角丸*/
    background: #003e97;
    color: #fff;
    padding: 1em;
}
.circle p {
    text-align: center;
    color: #fff;
}
.w-line-title {
    border-bottom: #003e97 solid 10px;
    border-top: #003e97 solid 10px;
    height: 237px;
    display: flex;
}
.w-line-title h4 {
    margin: auto;
    line-height: 1.3;
}
.w-line-title h3 {
    margin: auto;
    line-height: 1.3;
}
.right-align {
    text-align: right;
}
.rel {
    position: relative;
}
.blue-frame {
    border:#013f97 solid 3.5px;
    padding: 30px 5%;
}
.liner {
    background: linear-gradient(rgba(238,238,184,0) 32%, #eeeeb8 68%);
}
.liner2 {
    background:linear-gradient(rgba(255,255,195,0) 60%, #ffffc3 40%);
}
.liner3 {
    background:linear-gradient(rgba(255,255,184,0) 32%, #ffffb8 68%);
}
.normal-text {
    margin: 40px 0;
}
.normal-text-h {
    margin: 20px 0;
}
.normal-text-l {
    margin: 60px 0;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
 }

.header {
display: none;
}
.title__box {
    display: none;
}
#path {
    display: none;
}
.container {
    margin: 0;
    max-width: none;
    overflow: unset;
    width: auto;
}
.footer .container {
    display: none;
}
.fixd_banner {
    display: none;
}
#t {
    display: none;
}
/*各パーツ*/
.oem-head {
    background: url(/wp/wp-content/uploads/2020/12/oemtop_back.jpg) top center no-repeat;
    text-align: center;
    font-size: 2.3rem;
    height: 483px;
}
.oem-head p {
    color: #003e97;
    font-size: 2.15rem;
    font-weight: 600;
    text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
    text-align: center;
    line-height: 1.35;
    width: fit-content;
    margin: 0 0 0 auto;
}

.warry-title {
    margin: 0 0 40px;
}
.warry-ul {
    display: none;
}
.warry-ul li {
width: 100%;
background: #003e97;
color: #fff;
font-weight: 600;
position: relative;
margin: 0 0 20px;
}
.warry-ul li p {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 600;
    margin: auto;
    }
.yerrow {
    font-size: 1.1rem;
    color:#ffff00;
    font-weight: 600;
}
.blue-arrow-back {
    background: #003e97;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 1.5rem;
    margin: 0 0 60px;
}
.blue-arrow-back::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -24px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color:  #003e97 transparent transparent transparent;
    border-width: 35px 25px 0 25px;
}
.blue-arrow-back h3 {
    color: #fff;
}
.solution li {
    width: 33.333%;
    padding: 40px 3%;
    position: relative;
}
.solution li:nth-child(2n+1) {
    background: #f8f8f8;

}
.solution li figure {
    margin: 30px 0;
}
.solution-text {
    margin: 40px 0 50px;
}

.solution-item3 {
    margin-bottom: 25%;
}
.solution-item4 {
    position: absolute;
    bottom: 40px;
    width: 88%;
    right: 0;
    left: 0;
    margin: auto;
}
.ul-wrap-just li div p {
    font-size: 1rem;
}
.solution-end {
    margin: 80px 0 100px;
}
.strength-title {
    margin: 40px 0 40px;
}
.strength-text {
    margin: 40px 0 40px;
}
.strength .oem-container div h4 {
    font-weight: 500;
}
.strength .ul-wrap li {
    width: 48%;
}
.strength-items {
    background:  #003e97;
    padding: 10px 10% 15px 5%;
    margin: 0 0 20px;
}
.strength-items p {
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.strength-items ul li p {
    text-align: left;
}
.strength-etc p:first-of-type {
    float: left;
}
.strength-etc p:last-of-type {
    float: right;
}
.knowhow {
    border-top: #003e97 solid 2px;
    overflow: hidden;
}
.knowhow .rel {
    margin: 40px 0 0 0;
}
.knowhow .rel figure {
    position: absolute;
    left: 48%;
    top: 0;
}
.knowhow-title {
    margin: 40px 0 140px;
}
.knowhow-title h4 {
    text-align: left;
    font-weight: 500;
    line-height: 1.3;
}
.knowhow-items .knowhow-item {
margin: 25px 0;
}
.knowhow-items .knowhow-item ul li h4 span {
    font-size: 2.1875rem;
    font-weight: 600;
    color: #003e97;
    }
.knowhow-top {
    min-width: 740px;
}
.knowhow-items {
    margin: 60px 0 100px;
}
.knowhow-item h4 {
    text-align: left;
}
.exam {
    padding: 0 0 40px;
}
.exam .w-line-title {
    background: url(/wp/wp-content/uploads/2020/12/exam_title_back2.jpg) top center no-repeat;
}
.exam1 {
    background: #eeeeee;
    margin: 0 0 40px;
}
.exam1 div {
    margin: 0 0 30px;
}
.exam-first {
    width: 40%;
}
.exam-first .exam-list li {
    width: 43%;
}
.exam-second {
    width: 28%;
}
.exam2 {
    margin: 0 0 40px;
}
.exam2 h5 {
    margin: 0 0 30px;
}
.exam-list li {
    margin: 0 0 0 30px;
}
.exam-first .exam-list li:nth-child(2n) {
    margin: 0 0 0 0;
}
.exam-strong {

    margin: 0 0 0 4%;
}
.exam1 .exam-strong2 {
    margin: 0 0 0 19%;
    width: max-content;
}
.exam-strong p {
    color:  #003e97;
    font-weight: 600;
}
h5 .liner {
    font-size: 1.8rem;
}
h5 .liner3 {
    font-size: 1.8rem;
}
.flow {
    padding: 0 0 80px;
}

.flow .w-line-title {
    background: url(/wp/wp-content/uploads/2020/12/flow_title_back.jpg) top left no-repeat;
}
.flow .w-line-title h3 {
    color: #fff;
}
.flow .ul-flex {
    margin: 0 auto;
    margin: 0 0 30px;
}
.flow-item .ul-flex li {
    width: 40%;
    z-index: 2;
}
.flow-item .ul-flex li:nth-child(2) {
    width: 20%;
}
.flow-item {
    position: relative;
    margin: 40px 0;
}
.flow-rope {
    position: absolute;
    left: 49.5%;
    top: 0;
    margin: 0 auto;
    width: 13px;
    height: 100%;
    background: url(/wp/wp-content/uploads/2020/12/flow_rope.jpg) top center repeat;
    z-index: -10;
}
.flow-end {
    z-index: 2;
    margin: 40px auto;
    position: relative;
    height: 634px;
    padding: 60px 0 20px;
}
.flow-end p {
    text-align: center;
    color: #fff;
}
.flow-end img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 634px;
    z-index: -1;
    margin: 0 auto;
}
.flow-end-head {
    margin: 0 0 0 1%;
}
.flow-end-head-sub {
    margin: 0 0 0 1%;
}
.flow-end-head p {
    font-size: 2.125rem;
    font-weight: 600;
    line-height: 1;

}
.flow-end-head-sub p {
    font-size: 2.125rem;
    font-weight: 500;
}
.flow-end-detail {
    margin: 285px auto 0;
}
.warry p {
    font-size: 2.5rem;
    font-weight: 600;
    color: #575748;
    text-align: center;
    line-height: 1;
}
.warry {
    margin: 40px 0 0;
}

/*MW FORM*/
.inquiry {
    margin: 0 0 90px;
}
.inquiry input {
    border: 2px solid #888888;
    border-radius: 5px;
}
.inquiry textarea {
    border: 2px solid #888888;
    border-radius: 5px;
    resize: none;
    height: 300px;
}
.mw-wrap {
    background: #f2f2f2;
    padding: 60px 6.5%;
}
.inquiry-group {
    background: #fff;
    padding: 30px 3%;
    text-align: left;
}
.mw_wp_form .vertical-item {
    text-align: left;
}
.inquiry-title {
    margin: 20px 0 5px;
}
#mail2 {
    margin: 10px 0 0;
}
.post-num-li {
    width: 35%;
    margin: 0 5% 0 0;
}
.area-li {
    width: 25%;
    margin: 0 4% 0 0;
}
#area {
    border: 2px solid #888888;
    border-radius: 5px;
}

.pageTitle {
    border-bottom: 2px solid #003E97;
    color: #003E97;
    font-size: 1.3em;
    font-weight: bold;
    text-align: left;
}
.pageTitle {
    padding: 0px;
    margin: 0 0 25px 0;
    border-bottom: 2px solid #DDDDDD;
}
.pageTitle {
    border-color: #003E97;
}
.Definition {
    border-color: #003E97;
}
.Definition {
    padding: 0px;
    margin: 20px 0 5px 0;
    border-bottom: 2px dotted #DDDDDD;
    font-size: 1.1rem;
    text-align: left;
    color: black;
}
.CrossHead {
    border-bottom: none;
    color: #333;
}
.CrossHead {
    border-color: #003E97;
}
.CrossHead {
    padding: 0px;
    margin: 20px 0 5px 0;
    border-bottom: 2px solid #DDDDDD;
    font-size: 1.17em;
    font-weight: bold;
    color: black;
    text-align: left;
}

#privacyBox {
    background: #fff;
    overflow: auto;
    width: 100%;
    height: auto;
    max-height: 200px;
    border: 1px solid #c5c5c5;
    box-sizing: border-box;
    border: none;
    padding: 40px 5%;
}
#privacyBox .inner {
    padding: 20px 5%;
    color: #5b5b5b;
}
#privacyBox::-webkit-scrollbar {
    width: 15px;
}
#privacyBox::-webkit-scrollbar-track {
  background: #eeeeee;
}
#privacyBox::-webkit-scrollbar-thumb {
  background-color:#999999;
  border-radius: 10px;
  margin: 0 3px;
  height: 80px;
}
#privacyTitle {
    font-weight: bold;
    font-size: 1.3rem;
}
#privacyBox p {
    font-size: 1rem;
}
.privacy {
    margin: 20px 0 5px;
}
.privacy-check {
    margin: 40px 0;
}
input[type=checkbox] {
    transform: scale(1.8);
    cursor: pointer;
    border: 1px solid gray;
    border-radius: 0;
    margin: 0 2% 0 0;
  }
  .mwform-checkbox-field-text {
    font-size: 1.3rem;
  }
  .contact-group {
    padding: 30px 3%;
  }
  .contact-group .horizontal-item {
      margin: 0 2% 0 0;
  }
  #mw_wp_form_mw-wp-form-6938 .inquiry-check span {
    margin: 18px 0 0;
  }
  #mw_wp_form_mw-wp-form-6938 .inquiry-send {
    background: #ae1e36;
    border: none;
    color: #fff;
    font-size: 1.6725rem;
    font-weight: 600;
    width: 60%;
    border-radius: 0px;
    height: 83px;
    cursor: pointer;
    vertical-align: bottom;
}
#mw_wp_form_mw-wp-form-6938 .inquiry-back {
    background: #ae1e36;
    border: none;
    color: #fff;
    font-size: 1.6725rem;
    font-weight: 600;
    width: 60%;
    border-radius: 0px;
    height: 83px;
    cursor: pointer;
    margin: 0 0 30px;
    vertical-align: bottom;
}
#mw_wp_form_mw-wp-form-6938 .inquiry-send:hover {
    opacity: .7;
}
#mw_wp_form_mw-wp-form-6938 .inquiry-back:hover {
    opacity: .7;
}
  .inquiry-check span {
    margin: 18px 0 0;
  }
  .inquiry-send {
    background: #ae1e36;
    border: none;
    color: #fff;
    font-size: 1.6725rem;
    font-weight: 600;
    width: 60%;
    border-radius: 0px;
    height: 83px;
    cursor: pointer;
    vertical-align: bottom;
}
.inquiry-back {
    background: #ae1e36;
    border: none;
    color: #fff;
    font-size: 1.6725rem;
    font-weight: 600;
    width: 60%;
    border-radius: 0px;
    height: 83px;
    cursor: pointer;
    margin: 0 0 30px;
    vertical-align: bottom;
}
.inquiry-send:hover {
    opacity: .7;
}
.inquiry-back:hover {
    opacity: .7;
}
.inquiry-icon {
    margin: 0 0 0 1.5%;
}
#fix-under {
    position: fixed;
    z-index: 1500;
    width: 100%;
    background: url(/wp/wp-content/uploads/2020/12/fix_under.jpg) center center;
    bottom: 0px;
    display: block;
    height: 70px;
}
#sp-toEC {
    display: none !important;
}
/*ステーショナリー個別*/
.v-bottom {
    vertical-align: bottom;
}
.stationery-title {
    background: #003E97;
    padding: 20px 0;
}
.stationery-title h4 {
    color: #fff;
}
.stationery-top {
    background: url(/wp/wp-content/uploads/2020/12/stationery_top_back.jpg) center right no-repeat;
    padding: 30px 0;
    position: relative;
    text-align: center;
    border-top: #003e97 solid 8px;
}
.stationery-top img {
    margin: auto;
}
.clip-blue {
    position: relative;
    background: #003E97;
    padding: 30px 4.2%;
    width: 48%;
    margin: 0 0 20px;
}
.clip-blue h5,.clip-blue p {
    color: #fff;
}
.clip-blue h5 {
    margin: 0 0 20px;
    line-height: 1.3;
}

.clip {
    position: absolute;
    right: 0;
    top: 0;
}
.clip-blue h5 .yerrow {
    font-size: 1.8rem;
}
.clip-blue p .yerrow {
    font-size: 1.1rem;
}
.clip-blue-title-s {
    padding: 0.65em 0;
}

.clip-gray {
    border: #aaaaaa solid 2px;
    position: relative;
    padding: 30px 0 0;
}


.clip-gray .clip {
    right: -2px;
    top: -2px;
}
.clip-gray h6 {
    text-align: center;
    font-size: 1.56rem;
    font-weight: 600;
    color: #003e97;
    margin: 0 5% 20px;
    line-height: 1.25;
}
.clips3 {
    width: 32%;
}
.stationery-step {
    width: auto;
    margin: 0 4% 0 0;
    min-width: 150px;
}
.steps h5 {
    text-align: left;
    margin: 50px 0 0;
}
.flow-rope-s {
    background: url(/wp/wp-content/uploads/2020/12/flow_rope.jpg) top center repeat;
    width: 13px;
    height: 100%;
    z-index: -10;
    margin: -10px auto;
}
.steps-wrap {
    width: 94%;
    margin: auto;
}
.steps .clip-blue p {
    font-size: 1.5rem;
    line-height: 1.2;
}
.steps .clip-blue img {
    min-width: 27px;
}
.steps .clip-blue {
    margin: 0;
    padding: 50px 0% 0px 5%;
    width: 51%;
}
.steps-item {
    margin: 0 0 10px;
}
.steps-item-last {
    margin: 0 0 20px;
}
.steps-item li:first-of-type {
    margin: 0 2% 0 0;
}
.steps-item-last li:first-of-type {
    margin: 0 2% 0 0;
}
.steps-item span {
    font-size: 1.1rem;
    line-height: 1.7;
}
.steps-item .stationery-flow-small-text {
    font-size: .9rem;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.performance {
    margin: 60px 0;
}
.performance .clip-gray {
    padding: 30px 0 0;
}
.performance li {
    width: 45%;
}
.performance li:first-of-type {
    margin: 0 0 0 2%;
}
.performance .normal-text-h {
    font-size: 1rem;
    line-height: 1.6;
    margin: 15px 0;
}
.performance .oem-container div {
    margin: 0 0 30px;
}
.peformance-voice {
    background: #f6f6f6;
    padding: 30px 0;
}
.peformance-voice p {
    font-size: 1rem;
    line-height: 1.6;
}
.bold-text {
    font-weight: 600;
}
.peformance-voice li:nth-child(odd) {
    width: 25%;
}
.performance .oem-container .performance-end {
    margin: 80px 0;
}
.single-line-title {
    border-top: none;
}
.knowhow-s {
    border-top: #003e97 solid 8px;
}
.solution-back {
    background: url(/wp/wp-content/uploads/2020/12/solution_end_back.jpg) bottom left no-repeat;
    height: 392px;
}
.solution-back p {
    margin: auto;
    text-shadow: 2px 2px 10px #d3e5f4, -2px 2px 2px #d3e5f4, 2px -2px 10px #d3e5f4, -2px -2px 2px #d3e5f4;
    color: #283e9f;
}
.answer {
    margin: 0 0 0 8%;
}
.question-detail,.answer-item {
    margin: 0 0 0 2.5%;
}
.menu ul {
    margin-top: 25px;
}
.answer-item p {
    color: #595959;
}
.question-detail p {
    color: #003e97;
}
.questions {
    margin: 0 0 80px;
}
.flow-rope-top {
    position: absolute;
    left: 49.5%;
    top: 0;
    margin: 0 auto;
    width: 13px;
    height: 85%;
    background: url(/wp/wp-content/uploads/2020/12/flow_rope.jpg) top center repeat;
    z-index: -10;
}
.mw_wp_form .error {
    margin: 6px 1% 0;
    text-align: left;
}
.mw_wp_form .privacy-check .error {

    text-align: center;
}
#post-button img {
    cursor: pointer;
}
.oem-head p {
    color: #003e97;
    font-size: 2.15rem;
    font-weight: 600;
    text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff, 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff, 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff, 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff, 2px 2px 20px #fff, -2px 2px 20px #fff, 2px -2px 20px #fff, -2px -2px 20px #fff, 2px 2px 20px #fff, -2px 2px 20px #fff, 2px -2px 20px #fff, -2px -2px 20px #fff;
    text-align: center;
    line-height: 1;
    width: fit-content;
    margin: 0 4.5% 0 8.5%;
}
.sp-only {
    display: none;
}
@media only screen and (max-width: 1000px) {
    .oem-container {
        width: 96%;
    }
    .knowhow-item ul li:first-of-type {
        width: 15%;
    }
    .knowhow-item ul li {
        width: 85%;
    }
    .knowhow-item ul li h4 {
        margin: auto 0;
    }
    .steps .clip-blue {
        width: 100%;
    }
    .knowhow .rel figure {
        left: 448px;
    }
}

@media only screen and (max-width: 687px) {
    .flow-end-detail {
        margin: 25vw auto 0;
    }
    .flow-end {
        height: 100vw;
    }

.flow-end p {
    text-align: center;
    color: #fff;
    font-size: 3vw;
}
.flow-end-head-sub p {
    font-size: 5.6vw;
}
.flow-end-head p {
    font-size: 6.7vw;
}
}
@media only screen and (max-width: 560px) {
    p {
        font-size: 1rem;
    }
    h3 {
        font-size: 1.75rem;
        padding: 0 3%;
    }
    h4 {
        font-size: 1.46rem;
        padding: 0 3%;
    }
    h4 span {
        font-size: 2.17rem;
    }
    h5 {
        font-size: 1.2rem;
        padding: 0 3%;
    }
    h6 {
        font-size: 1.2rem;
        padding: 0 3%;
    }
    .clip-blue h5 .yerrow {
        font-size: 1.2rem;
    }
    .clip-gray h6 {
        font-size: 1.25rem;
        margin: 0 2% 20px;
    }
    .steps .clip-blue p {
        font-size: 1.35rem;
    }
    .knowhow-items .knowhow-item ul li h4 span {
        font-size: 1.46rem;
    }
    .large-text {
        font-size: 1.8rem;
    }
    .oem-container {
        width: 96%;
    }
    .clip-blue{
        width: 100%;
    }
    .clips3 {
        width: 49%;
    }
    .steps .clip-blue {
        width: 100%;
    }
    .stationery-step {
        min-width: 25%;
    }
    #fix-under {
        background-size: contain;
        background-image: url(/wp/wp-content/uploads/2022/05/spfix_under.jpg);
        height: 25vw;
        background-repeat: no-repeat;
        bottom: -22px;
    }
    .performance .ul-wrap li {
        width: 100%;
    }
    .peformance-voice {
        display: block;
        padding: 30px 2%;
    }
    .performance .peformance-voice li {
        width: 100%;
    }
    .performance .normal-text-h {
        padding: 0 2%;
    }
    .performance .oem-container div {
        margin: 0 2% 30px;
    }
    .peformance-voice p {
        padding: 0 2%;
    }
    .performance .oem-container .performance-end {
        margin: 40px 0 0;
    }
    .strength .ul-wrap li {
        width: 100%;
    }
    .solution li {
        width: 100%;
    }
    .solution-item1 {
        height: auto;
    }
    .solution-item2 {
        height: auto;
    }
    .solution-item3 {
        height: auto;
    }
    .solution-item4 {
        height: auto;
    }
    .solution-back {
        padding: 50px 5%;
        height: auto;
    }
    #mw_wp_form_mw-wp-form-6938 .inquiry-send {
        width: 100%;
        font-size: 6vw;
    }
    #mw_wp_form_mw-wp-form-6938 .inquiry-back {
        width: 100%;
        font-size: 7vw;
    }
    .inquiry-send {
        width: 100%;
        font-size: 6vw;
    }
    .inquiry-back {
        width: 100%;
        font-size: 7vw;
    }
    .inquiry-group .ul-flex {
        display: block;
    }
    .inquiry-group .ul-flex li {
        width: 100%;
    }
    
    .knowhow .rel figure {
        display: none;
    }
    .solution-text {
        padding: 0 3%;
    }
    .answer li:first-of-type {
        min-width: 25px;
    }
    .question li:first-of-type {
        min-width: 55px;
    }
    #mw_wp_form_mw-wp-form-6938 .inquiry-check span {
        margin: 18px 3% 0;
    }
    .inquiry-check span {
        margin: 18px 3% 0;
    }
    .mwform-checkbox-field-text {
        margin-left: 1%;
        font-size: 1rem;
    }
    .pageTitle {
        font-size: 1.15em;
    }
    .Definition {
        font-size: 1rem;
    }
    #privacyBox p {
        font-size: .9rem;
    }

    .warry p {
        font-size: 1.66rem;
    }
    .oem-head {
        height: auto;
        padding: 50px 5%;
        background-size: cover;
    }
    .oem-head p {
        font-size: 1.53rem;
    }
    .solution-end {
        margin: 40px 0 50px;
    }
    .knowhow-top {
        min-width: auto;
        margin: 0 0 30px;
    }
    .knowhow-title {
        margin: 40px 0 10px;
    }
    .stationery-step {
        display: none;
    }

    .steps-sp li:last-of-type {
        width: 100%;
        display: flex;
    }
    .steps-sp li:last-of-type h5 {
        margin: auto 5%;
    }
    .steps-sp {
        margin: 20px 0;
    }
    .stationery-title {
        margin: 0 0 20px;
    }

    .exam1 .exam-strong2 {
        width: auto;
    }
    .exam1 .exam-ul-top {
        display: block;
    }
    .exam-first {
        width: 100%;
    }
    .exam-second {
        width: 100%;
    }
    .flow .w-line-title {
        background: url(/wp/wp-content/uploads/2020/12/flow_title_back.jpg) top center no-repeat;
    }
    .flow-item .flex-center h5 {
        margin: 7vw auto auto;

    }
    .flow-item .flex-center img {
        margin: 0 auto auto;

    }
    .stationery-top {
        background-size: cover;
    }
    .flow-rope-top {
        left: 48%;
        width: 3.5vw;
        
    }
    h5 .liner {
        font-size: 1.2rem;
    }
    h5 .liner3 {
        font-size: 1.2rem;
    }
    .warry-ul  {
        display: block;   
    }
    .warry-ul li  {

        background: #003e97;
        padding: 20px 0;
        border-radius: 10px;
    }
    .warry-ul li p  {
        color: #fff;
        line-height: 1.3;
    }
    .half-img {
        width: 50%;
    }
    .post-li {
        margin: 10px 0;
    }
    .flow-item .flex-center p {
        margin: auto 5%;
    }
    #mw_wp_form_mw-wp-form-6938 .inquiry-send {
        width: 100%;
        font-size: 6vw;
    }
    #mw_wp_form_mw-wp-form-6938 .inquiry-back {
        width: 100%;
        font-size: 7vw;
    }
    #mw_wp_form_mw-wp-form-6938 .inquiry-check span {
        margin: 18px 3% 0;
    }
    .inquiry-send {
        width: 100%;
        font-size: 6vw;
    }
    .inquiry-back {
        width: 100%;
        font-size: 7vw;
    }
    .inquiry-check span {
        margin: 18px 3% 0;
    }
    
    .oem-head p {
        margin: 0 auto;
        font-size: 1.43rem;
        line-height: 1.3;
    }

    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
}

/* OEM フォーム改修 */
.attach_text {
    color: #444;
    padding: 0 0 15px 0;
    font-size: 16px;
}
.n_form_uploadarea {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 20px 0;
}
.n_form_upload {
    display: none;
}
.n_form_uploadarea dt {
    color: #444;
    font-weight: 550;
    width: 65px;
}
.n_form_uploadarea dd.js-file {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    width: 90%;
    margin: 0 0 0 30px;
}
.n_form_uploadarea .js-filename {
    border: 2px solid #888888;
    width: 74%;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 18px;
}
.n_form_uploadarea .n_form_filelabel {
    background: #545454;
    color: #ffffff;
    font-weight: 500;
    padding: 7px 23px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    text-align: center;
}
.n_form_uploadarea .n_form_filelabel p {
    color: #fff;
    font-size: 20px;
}
.n_form_uploadarea .js-file input {
    display: none;
}
.attach_adduploadform {
    width: 210px;
    background: #545454;
    color: #fff;
    padding: 15px 10px 15px 10px;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}
.attach_adduploadform img {
    vertical-align: text-bottom;
    margin: 0 7px 0 0;
}
.attach_adduploadform span {
    font-size: 21px;
}

@media only screen and (max-width: 1000px) {
.n_form_uploadarea .js-filename {
    width: 65%;
}
}
@media only screen and (max-width: 687px) {
    .n_form_uploadarea .n_form_filelabel{
        padding: 7px 12px;
    }
    .n_form_uploadarea .n_form_filelabel p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 560px) {
    .n_form_uploadarea {
        flex-wrap: wrap;
    }
    .n_form_uploadarea dd.js-file {
        width: 99%;
        margin: 0 0;
        flex-wrap: wrap;
    }
    .n_form_uploadarea .js-filename {
        width: 100%;
        font-size: 16px;
        margin: 10px 0;
    }
    .n_form_uploadarea .n_form_filelabel {
        padding: 7px 60px;
    }
    .n_form_uploadarea .n_form_filelabel p {
        font-size: 18px;
    }
    .attach_adduploadform {
        width: 100%;
    }
    .attach_adduploadform img {
        width: 20px;
    }
    .attach_adduploadform span {
        font-size: 18px;
    }
}