@charset "UTF-8";

/* *****************************
 *
 * Import file to Scss using @use.
 *
 **************************** */
/*!
Theme Name: テーマ名
Theme URI: サイトのURL http:～
Description: テーマの説明文
Author: テーマ作成者
Author URI: 作成者のサイトURL


コメント／利用許諾の記述 (あれば)
-------------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video,
main,
time {
  margin: 0;
  padding: 0;
  border: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

time {
  display: inline;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section,
main {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}

td,
th {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}

img,
video,
iframe {
  height: auto;
}

/*
* HTML5未サポートブラウザーでインライン要素として表示する for IE6/7/8/9 & FF3
* 制限事項:IE6では'audio[controls]'へのスタイルは適用されません。
*/
audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/*
* 'textarea'やその他のフォーム要素でのfont-familyの矛盾を修正
*/
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
* 全てのブラウザーにおいてフォーカス時、マウスホバー時の読みやすさを改善
* 参考: people.opera.com/patrickl/experiments/keyboard/test
*/
a:hover,
a:active,
a:focus {
  outline: 0;
}

/*
* S5,Chromeにおいてdfn要素がイタリック体にならない問題を修正
*/
dfn {
  font-style: italic;
}

/*
* 全てのブラウザーにおいてpre-formatted textの読みやすさを改善
*/
pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well,actually) */
  word-wrap: break-word;
  /* IE */
}

/*
* 全てのブラウザーにおいてsubおよびsup要素がline-heightに影響する問題を防ぐ
* 参考:gist.github.com/413930
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*
* 1. image-typeが'input'とその他についてユーザビリティと一貫性を改善
* 2. iOSにおいてクリック可能な'input'にスタイルが適用できない問題を修正
*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
}

label {
  cursor: pointer;
}

/*
* S5,Chrome on OSXにおけるpaddingの表示問題を修正
*/
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #939393;
}

:-moz-placeholder {
  color: #939393;
}

::-moz-placeholder {
  color: #939393;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #939393;
}

ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background: #FFFFFF;
  word-wrap: break-word;
  line-height: normal;
  letter-spacing: normal;
  /*font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;*/
}

a {
  color: #000;
}

a img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

img {
  vertical-align: bottom;
}

.m0a {
  margin-right: auto;
  margin-left: auto;
}

.content-flow1 {
  display: flex;
  justify-content: space-between;
}

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

.back-c1 {
  background-color: #F9F7F7;
}

.w1 {
  width: 1000px;
}

footer.global-navi .footer nav .box.contact .footnav_title a:before {
  background-image: url(../../images/oem/o-img/footer_icon_pc.png);
}

.l-breadcrumbs-home:before {
  background-image: url(../../images/oem/o-img/icon_home_main.svg);
}

.l-breadcrumbs-item:after {
  background: url(../../images/oem/o-img/icon_arrow_gray.svg) no-repeat 50%/contain;
}

.m-heading-0 {
  text-align: center;
  background-size: cover;
  background-position: center center;
}

.m-heading-0 {
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.bgc01 {
  background-color: #FFFFFF;
}

.l-inbox {
  position: relative;
}

.n-text01 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #000;
}

.top-box-out {
  background-color: #fff;
  padding: 24px 0 24px;
}

.top-box {
  max-width: 1100px;
  margin: 0 auto;
}

.top-box .ejsw {
  display: flex;
  margin: 0 0 0 auto;
  border-radius: 4px;
  border: solid 1px #5d78a1;
  align-items: center;
  width: 72px;
}

.top-box .ejsw li {
  width: 36px;
  height: 20px;
}

.top-box .ejsw li a {
  display: block;
  font-size: 12px;
  text-align: center;
  color: #5d78a1;
}

.top-box .ejsw .active {
  background-color: #5d78a1;
}

.top-box .ejsw .active a {
  color: #fff;
}

.h-style01 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  color: #000;
  margin: 0 0 33px;
}

.h-style01 span {
  padding: 13px 0 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #004c8c;
  display: block;
}

.oem-lead {
  margin: 0 0 40px;
}

.oem-lead p {
  letter-spacing: normal;
}

.chu {
  font-size: 11px;
  vertical-align: top;
  position: relative;
  top: 3px;
}

.oem-lead .chu-co {
  margin: 11px 0 0;
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: normal;
  color: #000;
}

.flexwrap {
  margin: 0 0 20px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 8px;
  display: flex;
}

.flexwrap .imagebox {
  width: 301px;
}

.flexwrap .contentbox {
  width: 556px;
  padding: 32px 72px 0 40px;
  position: relative;
  flex: 1;
}

.flexwrap .contentbox .headingbox {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: normal;
  color: #004c8c;
  margin: 0 0 16px;
}

.flexwrap .contentbox .listbox .listitem {
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: -0.47px;
  margin: 0 0 2px;
}

.flexwrap .contentbox .listbox .listitem2 {
  letter-spacing: -1.77px;
}

.flexwrap .contentbox .iconbox {
  position: absolute;
  right: 44px;
  top: 50%;
  margin: -10px 0 0 0;
}

.flexwrap .contentbox .iconbox img {
  width: 24px;
}

.r-link {
  text-align: right;
}

.r-link a {
  font-size: 15px;
  font-weight: bold;
  color: #4e87a7;
  padding: 0 14px 0 0;
  background: url(../../images/oem/img007.png) no-repeat center right/6px 10px;
}

.mb01 {
  margin: 0 0 64px;
}

.mb02 {
  margin: 0 0 116px;
}

.n-box01 h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #004c8c;
  margin: 0 0 32px;
}

.n-box01 .n-text01 {
  margin: 0 0 32px;
}

.n-box01 .n-img01 {
  display: flex;
  justify-content: space-between;
}

.n-box01 .n-img01 li {
  width: 492px;
}

.bg-b {
  background-color: #eff2f7;
}

.oemsect {
  padding: 64px 0 0;
}

.oemsect title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #004c8c;
  margin: 0 0 32px;
}

.oemsect .textpara {
  margin: 0 0 32px;
}

.oemsect .boxwrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 0 80px;
}

.oemsect .boxwrap .pentabox {
  width: 320px;
  height: 312px;
  padding: 24px 22px 24px 22px;
  background-color: #fff;
}

.oemsect .boxwrap .pentabox .iconpara {
  text-align: center;
  margin: 0 0 16px;
}

.oemsect .boxwrap .pentabox .iconpara img {
  width: 130px;
}

.oemsect .boxwrap .pentabox .dlblock .titledt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #004c8c;
  margin: 0 0 16px;
}

.oemsect .boxwrap .pentabox .dlblock .textdd .ddpara {
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: normal;
  color: #000;
}

.supmgsect {
  padding: 32px 50px 60px;
}

.supmgsect .supmgunit {
  margin: 0 0 24px;
}

.supmgsect .supmgunit .supmgdt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #004c8c;
  margin: 0 0 8px;
  position: relative;
}

.supmgsect .supmgunit .supmgdt::before {
  content: "●";
  font-size: 9px;
  color: #004C8C;
  display: inline-block;
  margin: 0 15px 0 0;
  position: relative;
  top: -4px;
}

.supmgsect .supmgunit .supmgdd {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #000;
  margin: 0 24px 0px;
}

.l-contents-sub2 {
  padding: 0;
}

.iconpara span {
  display: none;
}

.bg-img01 {
  background-image: url(../../images/oem/img044.png);
}

.bg-img02 {
  background-image: url(../../images/oem/img043.png);
}

.bg-img03 {
  background-image: url(../../images/oem/img042.png);
}

.bg-img04 {
  background-image: url(../../images/oem/img041.png);
}

.bg-img05 {
  background-image: url(../../images/oem/img040.png);
}

.bg-img06 {
  background-image: url(../../images/oem/img039.png);
}

.bg-img07 {
  background-image: url(../../images/oem/img038.png);
}

.br-title {
  display: none;
}

.l-contents-sub3 {
  padding: 0 0 140px;
}

.l-inbox-pt {
  padding: 64px 0 0;
}

.nom-wrap-out {
  margin: 0 0 128px;
}

.nom-wrap {
  background-color: #fff;
}

.nom-wrap h2 {
  height: 72px;
  margin: 0 0 35px;
  padding: 0 64px 0 64px;
  background-color: #dfe8f0;
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.07;
  letter-spacing: normal;
  color: #004c8c;
}

.leadtxt {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #000;
}

.leadtxt-mp {
  padding: 0 64px 35px;
}

.nom-wrap-b {
  padding-bottom: 64px;
}

.nom-box {
  width: 872px;
  margin: 0 auto 20px;
  background-color: #f6f6f6;
}

.nom-box:last-child {
  margin: 0 auto;
}

.nom-box .boxflex {
  padding: 40px 28px 40px 40px;
  display: flex;
}

.nom-box .boxflex .iconcol {
  width: 168px;
}

.nom-box .boxflex .iconcol p {
  margin: 0 0 19px;
}

.nom-box .boxflex .iconcol .boxttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #004c8c;
}

.nom-box .boxflex .iconcol01 {
  margin: 37px 0 0;
}

.nom-box .boxflex .iconcol02 {
  margin: 24px 0 0;
}

.nom-box .boxflex .textcol {
  width: 416px;
  margin: 0 24px 0 47px;
}

.nom-box .boxflex .textcol .boxtext li {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.73;
  letter-spacing: normal;
  color: #000;
  margin: 0 0 11px;
}

.nom-box .boxflex .textcol .boxtext li:last-child {
  margin: 0;
}

.nom-box .boxflex .imgcol {
  width: 149px;
}

.nom-box .boxflex .imgcol .imglist li {
  margin: 0 0 8px;
}

.nom-box .boxflex .imgcol .imglist li:last-child {
  margin: 0;
}

.ko-box h5 {
  margin: 0 0 5px;
  font-size: 16px;
}

.ko-box p {
  margin: 0 0 5px;
}

.nom-wrap-in01 {
  padding: 0 64px 64px;
}

.nom-wrap-in02 {
  padding: 0 64px 56px;
}

.tbox-wrap {
  display: flex;
  gap: 0 16px;
}

.tbox-wrap .tbox-list {
  width: 676px;
}

.tbox-wrap .tbox-list li {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #000;
  margin: 0 0 9px;
}

.tbox-wrap .tbox-list li:last-child {
  margin: 0;
}

.tbox-wrap .tbox-img {
  width: 181px;
}

.tbox-wrap .tbox-img2 li:last-child .pxk-img2 {
  margin: 0;
}

.tbox-bottom {
  padding: 26px 0 0;
}

.tbox-bottom ul {
  display: flex;
  gap: 0 24px;
  justify-content: center;
}

.tbox-bottom li {
  width: 160px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

.ttl-h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: normal;
  color: #004c8c;
  margin: 0 0 14px;
}

.ttl-h3 span {
  font-size: 9px;
  margin: 0 10px 0 0;
  color: #004c8c;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.sec-flow {
  position: relative;
}

.sec-flow::before {
  content: "";
  width: 2px;
  height: 84%;
  background-color: #dfe8f0;
  position: absolute;
  top: 74px;
  left: 43px;
}

.step-box {
  width: 852px;
  margin: 0 0 0 20px;
  display: flex;
}

.step-box .num-circ {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-family: "Arial";
  background-color: #dfe8f0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #004c8c;
  position: relative;
  z-index: 1;
}

.step-box .cont-box {
  margin: 0 0 30px 32px;
  flex: 1;
}

.step-box .cont-box .ttl-h4 {
  padding: 10px 0 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  color: #004c8c;
  margin: 0 0 8px;
}

.step-box .cont-box p {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #000;
}

.step-box .cont-box .p-midashi {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: normal;
  color: #000;
  margin: 0 0 8px;
}

.step-box .cont-box .stext {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.73;
  letter-spacing: normal;
  color: #000;
  display: block;
  padding: 2px 0 0;
}

.last-step {
  margin-bottom: 55px;
}

.last-step .cont-box {
  position: relative;
}

.last-step .cont-box::before {
  content: "";
  width: 47px;
  height: 91%;
  position: absolute;
  top: 48px;
  left: -78px;
  background-color: #fff;
}

.last-step .cont-box {
  margin: 0 0 0px 32px;
}

.cont-box-column {
  display: flex;
  gap: 0 17px;
}

.cont-box-column .l-box {
  width: 574px;
}

.bg-wrap {
  padding: 9px 21px 16px 17px;
  background-color: #f6f6f6;
  margin: 0 0 8px;
}

.bg-wrap:last-child {
  margin: 0;
}

.bg-wrap .p-b {
  font-size: 15px;
  font-weight: bold !important;
  line-height: 1.73;
  letter-spacing: normal;
  color: #000;
  margin: 0 0 5px;
}

.bg-wrap ul li {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.73;
  letter-spacing: normal;
  color: #000;
}

.cont-box-column .r-box {
  width: 181px;
}

.cont-box-column1 .l-box {
  width: 772px;
}

.cont-box-column-mb {
  margin-bottom: 30px;
}

.mt02 {
  margin-top: 16px !important;
}

.mb02 {
  margin-bottom: 16px !important;
}

.nom-wrap-in02 .sec-flow:last-child .last-step {
  margin-bottom: 0;
}

.pxk-img {
  display: block;
  margin: 0 0 8px;
}

.spk-img {
  display: none;
}

.other-wrap .tbox-wrap {
  display: block;
}

.other-wrap .other-text {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #000;
  margin: 0 0 24px;
}

.other-wrap .other-list {
  display: flex;
  gap: 0 8px;
}

.hs-text-out {
  flex-direction: column;
}

.hs-text {
  font-weight: bold;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.41;
  letter-spacing: normal;
  text-align: center;
  padding: 0 0 6px;
}

.m-heading-0:after,
.m-heading-0:before {
  display: none;
}

.contact-form {
  padding: 32px 64px 0;
}

.contact-form .form-group {
  display: flex;
  border-bottom: 1px solid #dfe8f0;
}

.contact-form .form-group .label-n {
  width: 253px;
  padding: 31px 0 31px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
}

.contact-form .form-group .label-n .required {
  width: 38px;
  height: 22px;
  margin: 1px 0 1px 16px;
  padding: 2px 5px 4px 7px;
  background-color: #004c8c;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1.1px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 0 0 16px;
}

.contact-form .form-group .label-n .noni {
  background-color: #dfe8f0;
  color: #004c8c;
}

.contact-form .form-group .label-n .s-text {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #000;
  margin: 0 0 0 4px;
}

.contact-form .form-group select,
.contact-form .form-group input[type=text],
.contact-form .form-group input[type=email],
.contact-form .form-group input[type=tel],
.contact-form .form-group input[type=url],
.contact-form .form-group textarea {
  width: 100%;
  padding: 5px 16px;
  height: 50px;
  background-color: #eff2f7;
  line-height: 1.73;
  letter-spacing: normal;
  font-size: 15px;
  box-sizing: border-box;
  border-radius: 8px;
}

.contact-form .form-group input[type=radio] {
  margin: 0 8px 0 0;
  vertical-align: baseline;
  width: 21px;
  height: 21px;
  font-size: 18px;
  position: relative;
  top: 2px;
  -webkit-appearance: none;
  appearance: none;
  border: 3px solid #CDD6DD;
  border-radius: 9999px;
  cursor: pointer;
}

.contact-form .form-group input[type=checkbox] {
  margin: 0 8px 0 0;
  position: relative;
  top: -2px;
  width: 17px;
  height: 17px;
}

.contact-form .form-group2 .label-n {
  align-items: baseline;
}

.contact-form .form-group2 .label-n .required {
  position: relative;
  top: -3px;
}

.contact-form .input-group {
  width: 619px;
  padding: 31px 0 31px 0;
}

.contact-form .ragi-box2 {
  padding: 33px 0 30px 0;
}

.contact-form .ragi-box2 .wpcf7-form-control {
  display: flex;
  gap: 10px 0;
  flex-wrap: wrap;
}

.contact-form .ragi-box2 .wpcf7-list-item {
  margin: 0 40px 0 0;
  font-size: 16px;
}

.contact-form .ragi-box3 select {
  width: 211px;
  color: #767676;
}

.contact-form .text-e1 textarea {
  height: 216px;
  overflow: auto;
  padding: 11px 16px;
  vertical-align: middle;
}

.contact-form .submit-box {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 71px 0 71px;
}

.contact-form .submit-box input {
  border: 0;
}

.contact-form .submit-box .soushin,
.btn-contact {
  position: relative;
}

.btn-contact {
  padding: 0 0 140px;
}

.r-link+.btn-contact,
.sectionbox+.btn-contact {
  padding: 60px 0 0;
}

.contact-form .submit-box .soushin input,
.btn-contact a {
  width: 360px;
  height: 60px;
  border-radius: 30px;
  background-color: #4e87a7;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-contact a {
  position: relative;
  margin: 0 auto;
}

.contact-form .submit-box .soushin::after,
.btn-contact a::after {
  position: absolute;
  top: 50%;
  margin: -6px 0 0;
  right: 17px;
  content: "";
  background: url(../../images/oem/img035.png) no-repeat 0 0/7px 12px;
  width: 7px;
  height: 12px;
}

.contact-form .wpcf7 .wpcf7-spinner {
  display: none !important;
}

.contact-form .wpcf7-spinner {
  display: none;
}

.seisan {
  padding: 0 0 100px;
}

.h3title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #004c8c;
  margin: 0 0 32px;
}

.p-midashi2 {
  display: none;
}

.step-box .cont-box .ttl-h42 {
  display: none;
}

.step-box .cont-box .ttl-h43 {
  display: block;
}

.cont-box-column1-p2 {
  margin: 7px 0;
}

.en .oemsect .boxwrap .pentabox {
  height: auto;
}

.en .flexwrap .contentbox .listbox .listitem2 {
  letter-spacing: normal;
}

.en .contact-form .form-group .label-n .required {
  width: auto;
}

.en .flexwrap .contentbox {
  padding: 10px 72px 0 40px;
}

.en .flexwrap .contentbox .headingbox {
  margin: 0 0 4px;
  font-size: 21px;
}

.content-edita blockquote.alignleft,
.content-edita img.alignleft {
  margin: 7px 24px 7px 0;
}

.content-edita .wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

.content-edita blockquote.alignright,
.content-edita img.alignright {
  margin: 7px 0 7px 24px;
}

.content-edita .wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

.content-edita blockquote.aligncenter,
.content-edita img.aligncenter,
.content-edita .wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}

.content-edita .wp-caption {
  margin-bottom: 24px;
}

.content-edita .wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0;
}

.content-edita .wp-caption {
  color: #767676;
}

.content-edita .wp-caption-text {
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  padding-right: 10px;
}

.content-edita .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/*
* WPエディタ用
*/
.content-edita .alignnone {
  margin: 5px 20px 20px 0;
}

.content-edita .aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.content-edita .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.content-edita .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.content-edita a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.content-edita a img.alignnone {
  margin: 5px 20px 20px 0;
}

.content-edita a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.content-edita a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.content-edita .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.content-edita .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.content-edita .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.content-edita .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.content-edita .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.content-edita .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after .content-edita:after,
.content-edita:after:before {
  content: "";
  display: table;
  clear: both;
  -moz-hyphens: auto;
  word-wrap: break-word;
}

/*
* WPエディタ用
*/
.content-edita .alignnone {
  margin: 5px 20px 20px 0;
}

.content-edita .aligncenter,
.content-edita .aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.content-edita .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.content-edita .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.content-edita .aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.content-edita a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.content-edita a img.alignnone {
  margin: 5px 20px 20px 0;
}

.content-edita a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.content-edita a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.content-edita .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.content-edita .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.content-edita .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.content-edita .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.content-edita .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.content-edita .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after .content-edita:after,
.content-edita:after:before {
  content: "";
  display: table;
  clear: both;
  -moz-hyphens: auto;
  word-wrap: break-word;
}

.content-edita b,
.content-edita strong {
  font-weight: bold !important;
}

.content-edita strong {
  font-weight: bold;
}

.content-edita ul,
.content-edita ol {
  margin: 0 0 20px;
}

.content-edita ul li,
.content-edita ol li {
  margin: 0 0 5px;
}

.content-edita ul,
.content-edita ol {
  list-style: disc;
}

.content-edita dl {
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  font-size: 16px;
  width: 100%;
}

.content-edita dt {
  background: #e1e1e1 none repeat scroll 0 0;
  font-weight: bold;
}

.content-edita dd {
  margin-bottom: 16px;
  padding: 16px;
}

.content-edita ul li,
.content-edita ol li {
  color: #333;
  margin: 0 0 0 24px;
  padding: 0 0 13px;
}

.content-edita html .mceContentBody {
  font-size: 100%;
  max-width: 474px;
}

.content-edita body {
  color: #2b2b2b;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: baseline;
}

/**
 * 3.0 Text Elements
 * ----------------------------------------------------------------------------
 */
.content-edita address {
  font-style: italic;
  margin-bottom: 24px;
}

.content-edita abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help;
}

.content-edita b,
.content-edita strong {
  font-weight: 700;
}

.content-edita cite {
  border: 0;
}

.content-edita cite,
.content-edita dfn,
.content-edita em,
.content-edita i {
  font-style: italic;
}

.content-edita mark,
.content-edita ins {
  background: #fff9c0;
  border: 0;
  color: inherit;
  text-decoration: none;
}

.content-edita code,
.content-edita kbd,
.content-edita tt,
.content-edita var,
.content-edita samp,
.content-edita pre {
  font-family: monospace, serif;
  font-size: 15px;
  line-height: 1.6;
}

.content-edita pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.content-edita blockquote,
.content-edita q {
  quotes: none;
}

.content-edita blockquote:before,
.content-edita blockquote:after,
.content-edita q:before,
.content-edita q:after {
  content: "";
  content: none;
}

.content-edita blockquote {
  color: #767676;
  font-size: 19px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2631578947;
  margin: 0 0 24px;
}

.content-edita blockquote cite,
.content-edita blockquote small {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.content-edita blockquote em,
.content-edita blockquote i,
.content-edita blockquote cite {
  font-style: normal;
}

.content-edita blockquote strong,
.content-edita blockquote b {
  font-weight: 400;
}

.content-edita small {
  font-size: smaller;
}

.content-edita big {
  font-size: 125%;
}

.content-edita sup,
.content-edita sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.content-edita sup {
  bottom: 1ex;
}

.content-edita sub {
  top: 0.5ex;
}

.content-edita dl {
  margin: 0 0 24px;
}

.content-edita dt {
  font-weight: bold;
}

.content-edita dd {
  margin: 0 0 24px;
}

.content-edita ul,
.content-edita ol {
  list-style: none;
  margin: 0 0 24px 20px;
  padding-left: 0;
}

.content-edita ul {
  list-style: disc;
}

.content-edita ol {
  list-style: decimal;
}

.content-edita li>ul,
.content-edita li>ol {
  margin: 0 0 0 20px;
}

.content-edita del {
  color: #767676;
}

.content-edita hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 23px;
}

/**
 * 5.0 Alignment
 * ----------------------------------------------------------------------------
 */
.content-edita .alignleft {
  float: left;
  margin: 7px 24px 7px 0;
}

.content-edita .alignright {
  float: right;
  margin: 7px 0 7px 24px;
}

.content-edita .aligncenter {
  clear: both;
  display: block;
  margin: 7px auto;
}

.content-edita blockquote.alignleft,
.content-edita blockquote.alignright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 17px;
  width: 50%;
}

.content-edita blockquote.alignleft p,
.content-edita blockquote.alignright p {
  margin-bottom: 17px;
}

/**
 * 7.0 Images
 * ----------------------------------------------------------------------------
 */
.content-edita .wp-caption {
  background: transparent;
  border: none;
  color: #767676;
  margin: 0 0 24px 0;
  max-width: 474px;
  padding: 0;
  text-align: left;
}

.content-edita .html5-captions .wp-caption {
  padding: 0;
}

.content-edita .wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

.content-edita .html5-captions .wp-caption.alignleft {
  margin-right: 24px;
}

.content-edita .wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

.content-edita .wp-caption.alignright img,
.content-edita .wp-caption.alignright .wp-caption-dd {
  padding-left: 10px;
}

.content-edita .html5-captions .wp-caption.alignright {
  margin-left: 24px;
}

.content-edita .html5-captions .wp-caption.alignright img,
.content-edita .html5-captions .wp-caption.alignright .wp-caption-dd {
  padding: 0;
}

.content-edita .wp-caption.aligncenter {
  margin: 7px auto;
}

.content-edita .wp-caption-dt {
  margin: 0;
}

.content-edita .wp-caption .wp-caption-text,
.content-edita .wp-caption-dd {
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  padding: 0 10px 0 0;
  /* Avoid the caption to overflow the width of the image because wp-caption has 10px wider width */
  text-align: left;
}

.content-edita .mceTemp+ul,
.content-edita .mceTemp+ol {
  list-style-position: inside;
}

/*
----------------------
WP基本タグ
----------------------
*/
.content-edita h1,
.content-edita h2,
.content-edita h3,
.content-edita h4,
.content-edita h5,
.content-edita h6 {
  clear: both;
  font-weight: bold;
  margin-top: 30px;
}

.content-edita h2:before {
  top: -4px;
}

.content-edita h2:after {
  bottom: -4px;
}

.content-edita h2.wp-block-heading a {
  color: #fff;
}

.content-edita .wp-block-image {
  margin: 0 0 10px;
}

/*目次プラグインの目次のリンク部分を太字にならないように*/
#ez-toc-container a {
  font-weight: normal;
}

img,
iframe,
object {
  /* 画面のサイズに合わせて画像もレスポンシブに対応する場合は以下のように記述。 */
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1440px) {
  .h-style01 {
    font-size: 2.5vw;
  }

  .l-inbox-pt {
    padding-top: 64px;
  }

  .h-style01 span {
    padding: 0.9027777778vw 0 0;
    font-size: 1.0416666667vw;
  }

  .chu-co {
    margin: 1.1111111111vw 0 0;
    font-size: 1.0416666667vw;
  }

  .flexwrap {
    margin: 0 0 1.3888888889vw;
    box-shadow: 0 0 0.8333333333vw 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.5555555556vw;
  }

  .flexwrap .imagebox {
    width: 20.9027777778vw;
  }

  .flexwrap .contentbox {
    width: 38.6111111111vw;
    padding: 2.2222222222vw 5vw 0 2.7777777778vw;
  }

  .flexwrap .contentbox .headingbox {
    font-size: 1.6666666667vw;
    margin: 0 0 1.1111111111vw;
  }

  .flexwrap .contentbox .listbox .listitem {
    font-size: 1.0416666667vw;
    letter-spacing: -0.0326388889vw;
    margin: 0 0 0.1388888889vw;
  }

  .flexwrap .contentbox .iconbox {
    right: 3.0555555556vw;
    margin: -0.6944444444vw 0 0 0;
  }

  .flexwrap .contentbox .listbox .listitem2 {
    letter-spacing: -0.1229166667vw;
  }

  .flexwrap .contentbox .iconbox img {
    width: 1.6666666667vw;
  }

  .mb01 {
    margin: 0 0 4.4444444444vw;
  }

  .r-link a {
    font-size: 1.0416666667vw;
    padding: 0 0.9722222222vw 0 0;
    background: url(../../images/oem/img007.png) no-repeat center right/0.4166666667vw 0.6944444444vw;
  }

  .mb02 {
    margin: 0 0 8.0555555556vw;
  }

  .n-box01 h2 {
    font-size: 1.6666666667vw;
    margin: 0 0 2.2222222222vw;
  }

  .n-text01 {
    font-size: 1.1111111111vw;
  }

  .n-box01 .n-text01 {
    margin: 0 0 2.2222222222vw;
  }

  .n-box01 .n-img01 li {
    width: 34.1666666667vw;
  }

  .oemsect {
    padding: 4.4444444444vw 0 0;
  }

  .oemsect .h3title {
    font-size: 1.6666666667vw;
    margin: 0 0 2.2222222222vw;
  }

  .oemsect .textpara {
    margin: 0 0 2.2222222222vw;
  }

  .oemsect .boxwrap {
    gap: 1.3888888889vw;
    padding: 0 0 5.5555555556vw;
  }

  .oemsect .boxwrap .pentabox {
    width: 22.2222222222vw;
    height: 21.6666666667vw;
    padding: 1.6666666667vw 1.5277777778vw 1.6666666667vw 1.5277777778vw;
  }

  .oemsect .boxwrap .pentabox .iconpara {
    margin: 0 0 1.1111111111vw;
  }

  .oemsect .boxwrap .pentabox .iconpara img {
    width: 9.0277777778vw;
  }

  .oemsect .boxwrap .pentabox .dlblock .titledt {
    font-size: 1.3888888889vw;
    margin: 0 0 1.1111111111vw;
  }

  .oemsect .boxwrap .pentabox .dlblock .textdd .ddpara {
    font-size: 1.0416666667vw;
  }

  .supmgsect {
    padding: 2.2222222222vw 3.4722222222vw calc(60 / 1440 * 100vw);
  }

  .supmgsect .supmgunit {
    margin: 0 0 1.6666666667vw;
  }

  .supmgsect .supmgunit .supmgdt {
    font-size: 1.3888888889vw;
    margin: 0 0 0.5555555556vw;
  }

  .supmgsect .supmgunit .supmgdt::before {
    font-size: 0.625vw;
    margin: 0 1.0416666667vw 0 0;
    top: -0.2777777778vw;
  }

  .supmgsect .supmgunit .supmgdd {
    font-size: 1.1111111111vw;
    margin: 0 1.6666666667vw 0;
  }

  .cont-box-column1-p2 {
    margin: 0.4861111111vw 0;
  }

  .l-contents-sub3 {
    padding: 0 0 9.7222222222vw;
  }

  .l-inbox-pt {
    padding: 4.4444444444vw 0 0;
  }

  .nom-wrap-out {
    margin: 0 0 8.8888888889vw;
  }

  .nom-wrap h2 {
    height: 5vw;
    margin: 0 0 2.4305555556vw;
    padding: 0 4.4444444444vw 0 4.4444444444vw;
    font-size: 1.9444444444vw;
    line-height: 1.07;
  }

  .leadtxt {
    font-size: 1.1111111111vw;
    line-height: 2;
  }

  .leadtxt-mp {
    padding: 0 4.4444444444vw 2.4305555556vw;
  }

  .nom-wrap-b {
    padding-bottom: 4.4444444444vw;
  }

  .nom-box {
    width: 60.5555555556vw;
    margin: 0 auto 1.3888888889vw;
  }

  .nom-box:last-child {
    margin: 0 auto;
  }

  .nom-box .boxflex {
    padding: 2.7777777778vw 1.9444444444vw 2.7777777778vw 2.7777777778vw;
  }

  .nom-box .boxflex .iconcol {
    width: 11.6666666667vw;
  }

  .nom-box .boxflex .iconcol p {
    margin: 0 0 1.3194444444vw;
  }

  .nom-box .boxflex .iconcol .boxttl {
    font-size: 1.3888888889vw;
    line-height: 1.2;
  }

  .nom-box .boxflex .iconcol01 {
    margin: 2.5694444444vw 0 0;
  }

  .nom-box .boxflex .iconcol02 {
    margin: 1.6666666667vw 0 0;
  }

  .nom-box .boxflex .textcol {
    width: 28.8888888889vw;
    margin: 0 1.6666666667vw 0 3.2638888889vw;
  }

  .nom-box .boxflex .textcol .boxtext li {
    font-size: 1.0416666667vw;
    line-height: 1.73;
    margin: 0 0 0.7638888889vw;
  }

  .nom-box .boxflex .textcol .boxtext li:last-child {
    margin: 0;
  }

  .nom-box .boxflex .imgcol {
    width: 10.3472222222vw;
  }

  .nom-box .boxflex .imgcol .imglist li {
    margin: 0 0 0.5555555556vw;
  }

  .nom-box .boxflex .imgcol .imglist li:last-child {
    margin: 0;
  }

  .top-box-out {
    padding: 1.6666666667vw 0 1.6666666667vw;
  }

  .top-box {
    max-width: 76.3888888889vw;
  }

  .top-box .ejsw {
    border-radius: 0.2777777778vw;
    width: 5vw;
  }

  .top-box .ejsw li {
    width: 2.5vw;
    height: 1.3888888889vw;
  }

  .top-box .ejsw li a {
    font-size: 0.8333333333vw;
  }

  .ko-box h5 {
    margin: 0 0 0.3472222222vw;
    font-size: 1.1111111111vw;
  }

  .ko-box p {
    margin: 0 0 0.3472222222vw;
  }

  .nom-wrap-in01 {
    padding: 0 4.4444444444vw 4.4444444444vw;
  }

  .nom-wrap-in02 {
    padding: 0 4.4444444444vw 56px;
  }

  .tbox-wrap {
    gap: 0 1.1111111111vw;
  }

  .tbox-wrap .tbox-list {
    width: 46.9444444444vw;
  }

  .tbox-wrap .tbox-list li {
    font-size: 1.1111111111vw;
    line-height: 2;
    margin: 0 0 0.625vw;
  }

  .tbox-wrap .tbox-list li:last-child {
    margin: 0;
  }

  .tbox-wrap .tbox-img {
    width: 12.5694444444vw;
  }

  .tbox-bottom {
    padding: 1.8055555556vw 0 0;
  }

  .tbox-bottom ul {
    gap: 0 1.6666666667vw;
  }

  .tbox-bottom li {
    width: 11.1111111111vw;
    height: 5.5555555556vw;
    font-size: 1.0416666667vw;
  }

  .ttl-h3 {
    font-size: 1.6666666667vw;
    line-height: 1.25;
    margin: 0 0 0.9722222222vw;
  }

  .ttl-h3 span {
    font-size: 0.625vw;
    margin: 0 0.6944444444vw 0 0;
    top: -0.1388888889vw;
  }

  .sec-flow::before {
    content: "";
    width: 0.1388888889vw;
    height: 84%;
    top: 5.1388888889vw;
    left: 2.9861111111vw;
  }

  .step-box {
    width: 59.1666666667vw;
    margin: 0 0 0 1.3888888889vw;
  }

  .step-box .num-circ {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    border-radius: 50%;
    font-size: 1.6666666667vw;
  }

  .step-box .cont-box {
    margin: 0 0 2.0833333333vw 2.2222222222vw;
  }

  .step-box .cont-box .ttl-h4 {
    padding: 0.6944444444vw 0 0;
    font-size: 1.3888888889vw;
    line-height: 1.2;
    margin: 0 0 0.5555555556vw;
  }

  .step-box .cont-box p {
    font-size: 1.1111111111vw;
    line-height: 2;
  }

  .step-box .cont-box .p-midashi {
    font-size: 1.1111111111vw;
    line-height: 2;
    margin: 0 0 0.5555555556vw;
  }

  .step-box .cont-box .stext {
    font-size: 1.0416666667vw;
    padding: 0.5555555556vw 0 0;
  }

  .last-step {
    margin-bottom: 3.8194444444vw;
  }

  .last-step .cont-box::before {
    content: "";
    width: 3.2638888889vw;
    height: 91%;
    top: 3.3333333333vw;
    left: -5.4166666667vw;
  }

  .last-step .cont-box {
    margin: 0 0 0px 2.2222222222vw;
  }

  .cont-box-column {
    gap: 0 1.1805555556vw;
  }

  .cont-box-column .l-box {
    width: 39.8611111111vw;
  }

  .cont-box-column-mb {
    margin-bottom: 2.0833333333vw;
  }

  .cont-box-column1 .l-box {
    width: 53.6111111111vw;
  }

  .bg-wrap {
    padding: 0.625vw 1.4583333333vw 1.1111111111vw 1.1805555556vw;
    margin: 0 0 0.5555555556vw;
  }

  .bg-wrap:last-child {
    margin: 0;
  }

  .bg-wrap .p-b {
    font-size: 1.0416666667vw;
    line-height: 1.73;
    margin: 0 0 0.3472222222vw;
  }

  .bg-wrap ul li {
    font-size: 1.0416666667vw;
    line-height: 1.73;
  }

  .cont-box-column .r-box {
    width: 12.5694444444vw;
  }

  .cont-box-column-mb {
    margin-bottom: 2.7777777778vw;
  }

  .mt02 {
    margin-top: 1.1111111111vw !important;
  }

  .mb02 {
    margin-bottom: 1.1111111111vw !important;
  }

  .nom-wrap-in02 .sec-flow:last-child .last-step {
    margin-bottom: 0;
  }

  .other-wrap .other-text {
    font-size: 1.1111111111vw;
    line-height: 2;
    margin: 0 0 1.6666666667vw;
  }

  .other-wrap .other-list {
    gap: 0 0.5555555556vw;
  }

  .h3title {
    font-size: 1.6666666667vw;
    line-height: 1.25;
    margin: 0 0 2.2222222222vw;
  }

  .contact-form {
    padding: 2.2222222222vw 4.4444444444vw 0;
  }

  .contact-form .form-group .label-n {
    width: 17.5694444444vw;
    padding: 2.1527777778vw 0 2.1527777778vw 0;
    font-size: 1.1111111111vw;
    line-height: 2;
  }

  .contact-form .form-group .label-n .required {
    width: 2.6388888889vw;
    height: 1.5277777778vw;
    margin: 0.0694444444vw 0 0.0694444444vw 1.1111111111vw;
    padding: 0.1388888889vw 0.3472222222vw 0.2777777778vw 0.4861111111vw;
    font-size: 0.7638888889vw;
    letter-spacing: 1.1px;
    margin: 0 0 0 1.1111111111vw;
  }

  .contact-form .form-group .label-n .s-text {
    font-size: 0.9722222222vw;
    line-height: 1.71;
    margin: 0 0 0 0.2777777778vw;
  }

  .contact-form .form-group select,
  .contact-form .form-group input[type=text],
  .contact-form .form-group input[type=email],
  .contact-form .form-group input[type=tel],
  .contact-form .form-group input[type=url],
  .contact-form .form-group textarea {
    width: 100%;
    padding: 0.3472222222vw 1.1111111111vw;
    height: 3.4722222222vw;
    line-height: 1.73;
    font-size: 1.0416666667vw;
    border-radius: 0.5555555556vw;
  }

  .contact-form .form-group input[type=radio] {
    margin: 0 0.5555555556vw 0 0;
    width: 1.25vw;
    height: 1.25vw;
    font-size: 1.25vw;
    top: 0.1388888889vw;
  }

  .contact-form .form-group input[type=checkbox] {
    margin: 0 0.5555555556vw 0 0;
    top: -0.1388888889vw;
    width: 1.1805555556vw;
    height: 1.1805555556vw;
  }

  .contact-form .form-group2 .label-n .required {
    top: -0.2083333333vw;
  }

  .contact-form .input-group {
    width: 42.9861111111vw;
    padding: 2.1527777778vw 0 2.1527777778vw 0;
  }

  .contact-form .ragi-box2 {
    padding: 2.2916666667vw 0 2.0833333333vw 0;
  }

  .contact-form .ragi-box2 .wpcf7-form-control {
    gap: 0.6944444444vw 0;
  }

  .contact-form .ragi-box2 .wpcf7-list-item {
    margin: 0 2.7777777778vw 0 0;
    font-size: 1.1111111111vw;
  }

  .contact-form .ragi-box3 select {
    width: 14.6527777778vw;
  }

  .contact-form .text-e1 textarea {
    height: 15vw;
    padding: 0.7638888889vw 1.1111111111vw;
  }

  .contact-form .submit-box {
    padding: 4.9305555556vw 0 4.9305555556vw;
  }

  .contact-form .submit-box input {
    border: 0;
  }

  .btn-contact {
    padding-bottom: 140px;
  }

  .r-link+.btn-contact,
  .sectionbox+.btn-contact {
    padding-top: calc(60 / 1440 * 100vw);
  }

  .contact-form .submit-box .soushin input,
  .btn-contact a {
    width: 25vw;
    height: 4.1666666667vw;
    border-radius: 2.0833333333vw;
    font-size: 1.1111111111vw;
    line-height: 2;
  }

  .contact-form .submit-box .soushin::after,
  .btn-contact a::after {
    top: 50%;
    margin: -0.4166666667vw 0 0;
    right: 1.1805555556vw;
    background: url(../../images/oem/img035.png) no-repeat 0 0/0.4861111111vw 0.8333333333vw;
    width: 0.4861111111vw;
    height: 0.8333333333vw;
  }

  .hs-text {
    font-size: 2.2222222222vw;
    line-height: 1.41;
    padding: 0 0 0.4166666667vw;
  }

  .seisan {
    padding: 0 0 6.9444444444vw;
  }

  .en .flexwrap .contentbox {
    padding: 0.6944444444vw 5vw 0 2.7777777778vw;
  }

  .en .flexwrap .contentbox .headingbox {
    margin: 0 0 0.2777777778vw;
    font-size: 1.4583333333vw;
  }
}

.pc-display-inl {
  display: inline !important;
}

.pc-display-block {
  display: block !important;
}

.pc-display-none {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .u-br-c br {
    display: none;
  }

  .sp-display-block {
    display: block !important;
  }

  .sp-display-inl {
    display: inline !important;
  }

  .sp-display-none {
    display: none !important;
  }

  .h-style01 {
    font-size: 6.9333333333vw;
    margin: 0 0 6.9333333333vw;
  }

  .l-inbox-pt {
    padding-top: 11.7333333333vw;
  }

  .h-style01 span {
    padding: 1.7333333333vw 0 0;
    font-size: 3.4666666667vw;
    line-height: 1.35;
  }

  .oem-lead p {
    font-size: 3.7333333333vw;
    line-height: 1.86;
  }

  .chu-co {
    margin: 4.2666666667vw 0 0;
    font-size: 3.4666666667vw;
  }

  .flexwrap {
    margin: 0 0 5.3333333333vw;
    border-radius: 2.1333333333vw;
    flex-direction: column;
  }

  .oem-lead .chu-co {
    margin: 2.8vw 0 0;
    font-size: 3.4666666667vw;
    line-height: 1.73;
  }

  .flexwrap .imagebox {
    width: 100%;
  }

  .flexwrap .contentbox {
    width: 100%;
    padding: 5.3333333333vw 5.3333333333vw 12.8vw 5.3333333333vw;
  }

  .flexwrap .contentbox .headingbox {
    font-size: 5.0666666667vw;
    margin: 0 0 1.6vw;
  }

  .flexwrap .contentbox .listbox .listitem {
    font-size: 3.4666666667vw;
    letter-spacing: normal;
    margin: 0;
  }

  .flexwrap .contentbox .iconbox {
    right: 4vw;
    bottom: 5.3333333333vw;
    margin: 0;
    top: auto;
  }

  .flexwrap .contentbox .iconbox img {
    width: 5.3333333333vw;
  }

  .mb01 {
    margin: 0 0 14.9333333333vw;
  }

  .r-link a {
    font-size: 3.4666666667vw;
    padding: 0 3.0666666667vw 0 0;
    background: url(../../images/oem/img007.png) no-repeat center right/1.4666666667vw 2.4vw;
  }

  .mb02 {
    margin: 0 0 18.1333333333vw;
  }

  .n-box01 h2 {
    font-size: 5.0666666667vw;
    margin: 0 0 5.3333333333vw;
  }

  .n-text01 {
    font-size: 3.7333333333vw;
  }

  .n-box01 .n-text01 {
    margin: 0 0 7.4666666667vw;
    padding: 0 5.3333333333vw;
    line-height: 1.86;
  }

  .n-box01 .n-img01 li {
    width: 65.6vw;
  }

  .oemsect {
    padding: 12.2666666667vw 5.3333333333vw 0;
  }

  .oemsect .h3title {
    font-size: 5.0666666667vw;
    margin: 0 0 5.3333333333vw;
  }

  .oemsect .textpara {
    margin: 0 0 6.6666666667vw;
    line-height: 1.86;
    font-size: 3.7333333333vw;
  }

  .oemsect .h-style01 {
    margin: 0 0 7.8666666667vw;
  }

  .bg-b {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-bottom: 0px;
  }

  .n-box01 .n-img01 {
    flex-direction: column;
    gap: 2.1333333333vw 0;
  }

  .n-box01 .n-img01 li img {
    width: 64vw;
  }

  .n-box01 .n-img01 li {
    width: 65.6vw;
    margin: 0 auto;
  }

  .oemsect .boxwrap {
    gap: 2.6666666667vw;
    padding: 0 0 13.2vw;
  }

  .oemsect .boxwrap .pentabox {
    width: 100%;
    height: 35.3333333333vw;
    padding: 3.2vw 5.3333333333vw 3.2vw 5.3333333333vw;
    display: flex;
    justify-content: space-between;
  }

  .oemsect .boxwrap .pentabox .iconpara {
    width: 25.7333333333vw;
    margin: 0;
  }

  .iconpara span {
    display: block;
    font-size: 4.2666666667vw;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #004c8c;
  }

  .oemsect .boxwrap .pentabox .iconpara img {
    width: 21.3333333333vw;
    display: block;
    margin: 0 auto 1.4666666667vw;
  }

  .dlblock {
    width: 49.3333333333vw;
    display: flex;
    align-items: center;
  }

  .oemsect .boxwrap .pentabox .dlblock .titledt {
    font-size: 2.6666666667vw;
    margin: 0 0 2.1333333333vw;
    display: none;
  }

  .oemsect .boxwrap .pentabox .dlblock .textdd .ddpara {
    font-size: 3.4666666667vw;
  }

  .supmgsect {
    padding: 7.4666666667vw 5.3333333333vw calc(60 / 750 * 100vw);
  }

  .supmgsect .supmgunit {
    margin: 0 0 3.7333333333vw;
  }

  .supmgsect .supmgunit .supmgdt {
    font-size: 4.2666666667vw;
    margin: 0 0 2.1333333333vw;
  }

  .supmgsect .supmgunit .supmgdt::before {
    font-size: 1.3333333333vw;
    margin: 0 2vw 0 0;
    top: -0.5333333333vw;
  }

  .supmgsect .supmgunit .supmgdd {
    font-size: 3.7333333333vw;
    margin: 0 1.0666666667vw 0 4vw;
    line-height: 1.86;
  }

  .l-contents-sub2 {
    padding: 6.6666vw 5.3333vw 0;
  }

  .m-pagetop-btn {
    margin-top: -35px;
  }

  .bg-img01 {
    background-image: url(../../images/oem/sp/img001.png);
  }

  .bg-img02 {
    background-image: url(../../images/oem/sp/img002.png);
  }

  .bg-img03 {
    background-image: url(../../images/oem/sp/img003.png);
  }

  .bg-img04 {
    background-image: url(../../images/oem/sp/img004.png);
  }

  .bg-img05 {
    background-image: url(../../images/oem/sp/img005.png);
  }

  .bg-img06 {
    background-image: url(../../images/oem/sp/img006.png);
  }

  .bg-img07 {
    background-image: url(../../images/oem/sp/img007.png);
  }

  .seisan .n-text01 {
    margin: 0 0 3.7333333333vw;
    padding: 0;
    line-height: 1.86;
  }

  .br-title {
    display: inline;
  }

  .chu {
    font-size: 2.5333333333vw;
    top: 0.4vw;
  }

  .sectionbox {
    width: 89.3333333333vw;
    margin: 0 auto;
  }

  .nom-wrap-out {
    margin: 0 auto 18.1333333333vw;
    width: 89.3333333333vw;
  }

  .nom-wrap-b {
    padding-bottom: 8vw;
  }

  .nom-wrap h2 {
    height: 11.7333333333vw;
    margin: 0 0 5.3333333333vw;
    padding: 0 8.5333333333vw;
    font-size: 5.6vw;
    line-height: 0.71;
  }

  .leadtxt-mp {
    padding: 0 5.3333333333vw 5.3333333333vw;
  }

  .leadtxt {
    font-size: 3.7333333333vw;
    line-height: 1.86;
  }

  .nom-box {
    width: 81.2vw;
    margin: 0 auto 3.0666666667vw;
  }

  .nom-box .boxflex {
    padding: 5.3333333333vw 5.3333333333vw 8vw;
    flex-direction: column;
  }

  .nom-box .boxflex .iconcol01 {
    margin: 0;
  }

  .nom-box .boxflex .iconcol p {
    margin: 0 auto 3.2vw;
    width: 30.6666666667vw;
  }

  .nom-box .boxflex .iconcol {
    width: 100%;
  }

  .nom-box .boxflex .iconcol .boxttl {
    margin: 0 0 6.4vw;
    font-size: 5.0666666667vw;
  }

  .nom-box .boxflex .textcol {
    width: 100%;
    margin: 0 0 6.4vw;
  }

  .nom-box .boxflex .imgcol {
    width: 64vw;
    margin: 0 auto;
  }

  .nom-box .boxflex .imgcol .imglist li {
    margin: 0 0 2.4vw;
  }

  .nom-box .boxflex .textcol .boxtext li {
    font-size: 3.4666666667vw;
    line-height: 1.73;
    margin: 0 0 2.1333333333vw;
  }

  .m-pagetop-btn img {
    height: 8.5333333333vw;
    max-width: -webkit-max-content;
    max-width: max-content;
  }

  .l-contents-sub3 {
    padding: 0 0 26.6666666667vw;
  }

  .r-link2 {
    width: 89.3333333333vw;
    margin-right: auto;
    margin-left: auto;
  }

  .nom-wrap-in01 {
    padding: 0 5.3333333333vw 14.6666666667vw;
  }

  .pxk-img {
    display: none;
  }

  .pxk-img2 {
    display: block !important;
    margin: 0 0 2.8vw;
  }

  .tbox-wrap .tbox-img2 li:last-child .pxk-img2 {
    margin: 0;
  }

  .tbox-wrap .tbox-img2 {
    width: 64vw;
    margin: 0 auto;
  }

  .spk-img {
    display: block;
    width: 64vw;
    margin: 0 auto;
  }

  .tbox-wrap {
    gap: 0;
    flex-flow: column;
  }

  .tbox-wrap .tbox-list {
    width: 100%;
    padding: 0 0 4.4vw;
  }

  .tbox-wrap .tbox-list li {
    font-size: 3.7333333333vw;
    line-height: 1.86;
    margin: 0;
  }

  .tbox-bottom {
    padding: 0;
  }

  .tbox-bottom ul {
    gap: 0 2.4vw;
    padding: 0 0 5.3333333333vw;
  }

  .tbox-bottom li {
    width: 24.6666666667vw;
    height: 11.8666666667vw;
    font-size: 3.4666666667vw;
  }

  .nom-wrap-in02 {
    padding: 0 4vw 8vw 2.6666666667vw;
  }

  .ttl-h3 {
    font-size: 5.0666666667vw;
    margin: 0 0 3.8666666667vw;
  }

  .ttl-h3 span {
    font-size: 1.0666666667vw;
    margin: 0 1.3333333333vw 0 0;
    top: -0.2666666667vw;
  }

  .step-box {
    width: 80vw;
    margin: 0 0 0 2.6666666667vw;
  }

  .step-box .num-circ {
    width: 6.4vw;
    height: 6.4vw;
    border-radius: 50%;
    font-size: 4.2666666667vw;
  }

  .step-box .cont-box {
    margin: 0 0 4.6666666667vw 2.1333333333vw;
    flex: 1;
  }

  .step-box .cont-box .ttl-h4 {
    padding: 0;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin: 0px 0.2666666667vw 0px;
  }

  .step-box .cont-box p {
    font-size: 3.7333333333vw;
    line-height: 1.86;
  }

  .last-step {
    margin-bottom: 6.2666666667vw;
  }

  .ko-box h5 {
    margin: 0 0 0.6666666667vw;
    font-size: 3.7333333333vw;
  }

  .ko-box p {
    margin: 0 0 0.6666666667vw;
  }

  .step-box .cont-box .p-midashi {
    font-size: 3.7333333333vw;
    line-height: 1.86;
    margin: 0 0 2.1333333333vw;
  }

  .step-box .cont-box .stext {
    font-size: 3.7333333333vw;
    line-height: 1.73;
    padding: 3.2vw 0 0;
  }

  .cont-box-column {
    gap: 3.0666666667vw 0;
    flex-flow: column-reverse;
  }

  .cont-box-column .l-box {
    width: 100%;
  }

  .cont-box-column1 .l-box {
    width: 100%;
  }

  .bg-wrap {
    padding: 3.2vw 2.1333333333vw;
    margin: 0 0 2.1333333333vw;
  }

  .bg-wrap .p-b {
    font-size: 3.4666666667vw;
    line-height: 1.73;
    margin: 0 0 1.0666666667vw;
  }

  .bg-wrap ul li {
    font-size: 3.4666666667vw;
    line-height: 1.73;
  }

  .mt02 {
    margin-top: 3.2vw !important;
  }

  .mb02 {
    margin-bottom: 2.1333333333vw !important;
  }

  .nom-wrap h2 {
    padding: 0 5.3333333333vw;
  }

  .r-img {
    margin: 0 auto;
    width: 42.4vw;
  }

  .cont-box-column .r-box {
    width: 100%;
  }

  .sec-flow::before {
    content: "";
    width: 0.4vw;
    height: 84%;
    top: 13.3333333333vw;
    left: 5.7333333333vw;
  }

  .other-wrap .tbox-wrap {
    display: block;
  }

  .other-wrap .other-text {
    font-size: 3.7333333333vw;
    line-height: 1.86;
    margin: 0 0 5.3333333333vw;
  }

  .other-wrap .other-list {
    display: block;
    width: 63.8666666667vw;
    margin: 0 auto;
  }

  .other-wrap .other-list li {
    margin: 0 0 3.0666666667vw;
  }

  .other-wrap .other-list li img {
    width: 100%;
  }

  .other-wrap .other-list li:last-child {
    margin: 0;
  }

  .other-wrap .nom-wrap-in01 {
    padding: 0 5.3333333333vw 8vw;
  }

  .contact-form {
    padding: 0px 5.3333333333vw 0;
  }

  .nom-wrap {
    margin: 0;
  }

  .nom-wrap-form {
    margin: 0 5.3333333333vw;
  }

  .contact-form .form-group {
    flex-direction: column;
    padding: 4vw 0 5.3333333333vw 0;
  }

  .contact-form .form-group .label-n {
    width: 100%;
    padding: 0 0 3.2vw;
    font-size: 3.7333333333vw;
    font-weight: 500;
    line-height: 1.4;
  }

  .contact-form .form-group .label-n .required {
    width: 7.6vw;
    height: 4vw;
    padding: 0;
    font-size: 2.4vw;
    letter-spacing: 1.1px;
    margin: 0 0 0 3.2vw;
  }

  .contact-form .input-group {
    width: 100%;
    padding: 0;
  }

  .contact-form .form-group select,
  .contact-form .form-group input[type=text],
  .contact-form .form-group input[type=email],
  .contact-form .form-group input[type=tel],
  .contact-form .form-group input[type=url],
  .contact-form .form-group textarea {
    width: 100%;
    padding: 4.1333333333vw 2.1333333333vw;
    height: 13.3333333333vw;
    line-height: 1.73;
    font-size: 3.4666666667vw;
    border-radius: 2.1333333333vw;
  }

  .contact-form .form-group .label-n .s-text {
    font-size: 3.4666666667vw;
    margin: 0;
  }

  .contact-form .text-e1 textarea {
    height: 50.6666666667vw;
    padding: 2vw;
  }

  .contact-form .form-group2 {
    border: 0;
  }

  .contact-form .submit-box {
    flex-direction: column-reverse;
    padding: 5.3333333333vw 0 10.6666666667vw;
  }

  .btn-contact {
    padding-bottom: calc(190 / 750 * 100vw);
  }

  .r-link+.btn-contact,
  .sectionbox+.btn-contact {
    padding-top: calc(80 / 750 * 100vw);
  }

  .contact-form .submit-box .soushin input,
  .btn-contact a {
    width: 80vw;
    height: 16vw;
    border-radius: 8vw;
    font-size: 4vw;
    line-height: 2;
  }

  .contact-form .submit-box .soushin::after,
  .btn-contact a::after {
    top: 50%;
    margin: -1.3333333333vw 0 0;
    right: 4.8vw;
    background: url(../../images/oem/img035.png) no-repeat 0 0/1.6vw 3.0666666667vw;
    width: 1.6vw;
    height: 3.0666666667vw;
  }

  .contact-form .ragi-box2 .wpcf7-list-item {
    margin: 0 2.4vw 0 0;
    font-size: 3.7333333333vw;
  }

  .contact-form .form-group input[type=radio] {
    margin: 0 1.0666666667vw 0 0;
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    font-size: 3.7333333333vw;
    top: calc(6 / 750 * 100vw);
  }

  .hs-text {
    font-size: 3.7333333333vw;
    line-height: 1.61;
    padding: 0 0 1.0666666667vw;
  }

  .seisan {
    padding: 0 0 14.6666666667vw;
  }

  .top-box-out {
    padding: 3.2vw 0 3.2vw;
  }

  .top-box {
    max-width: 90.4vw;
  }

  .top-box .ejsw {
    border-radius: 0.5333333333vw;
    width: 16.8vw;
  }

  .top-box .ejsw li {
    width: 8.4vw;
    height: 4.8vw;
  }

  .top-box .ejsw li a {
    font-size: 2.6666666667vw;
  }

  .l-contents-sub.bgc01.l-contents-sub2 {
    padding: 0 5.3333vw 0;
  }

  .h3title {
    font-size: 5.0666666667vw;
    line-height: 0.79;
    margin: 0 0 5.3333333333vw;
  }

  .p-midashi {
    display: none;
  }

  .step-box .cont-box .p-midashi2 {
    display: block;
    padding: 3.0666666667vw 0 0;
    margin: 0 0 -1.6vw;
  }

  .step-box .cont-box .r-img2 {
    margin: 3.2vw auto 0;
  }

  .step-box .cont-box .ttl-h42 {
    display: block;
    padding: 0 0 1.0666666667vw;
  }

  .step-box .cont-box .ttl-h43 {
    display: none;
  }

  .cont-box-column1-p2 {
    margin: 0.9333333333vw 0;
  }

  .en .flexwrap .contentbox {
    padding: 5.3333333333vw 5.3333333333vw 12.8vw 5.3333333333vw;
  }

  .en .flexwrap .contentbox .headingbox {
    font-size: 5.0666666667vw;
    margin: 0 0 1.6vw;
  }
}

/*# sourceMappingURL=style.css.map */

.contact-form .form-group label:has(input[type=radio]) {
  position: relative;
}

.contact-form .form-group label:has(input[type=radio].selected):after {
  content: "";
  position: absolute;
  top: 5.5px;
  left: 5.5px;
  width: 10px;
  height: 10px;
  background-color: #004c8c;
  border-radius: 50%;
}

.contact-form .submit-box .back {
  position: relative;
}

.contact-form .submit-box .back input {
  width: 360px;
  height: 60px;
  border-radius: 30px;
  background-color: #FFF;
  border: 2px solid #4e87a7;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #4e87a7;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .contact-form .submit-box .back input {
    width: 80vw;
    height: 16vw;
    border-radius: 8vw;
    font-size: 4vw;
    line-height: 2;
  }

}

.contact-form .submit-box .back:has(input)::after {
  position: absolute;
  top: 50%;
  margin: -6px 0 0;
  left: 17px;
  content: "";
  background: url(../../images/oem/ico_arrow_left.webp) no-repeat 0 0/7px 12px;
  width: 7px;
  height: 12px;
}

@media screen and (max-width: 767px) {
  .contact-form .submit-box .back:has(input)::after {
    top: 50%;
    margin: -1.3333333333vw 0 0;
    left: 4.8vw;
    background: url(../../images/oem/ico_arrow_left.webp) no-repeat 0 0 / 1.6vw 3.0666666667vw;
    width: 1.6vw;
    height: 3.0666666667vw;
  }

}