@charset "UTF-8";

html {
  /* font-size: 62.5%; */
  /* 16px x 62.5% = 10px    10px x 設定サイズ(px) */
  background-color: #fff;
  /* scroll-behavior: smooth; */
}
body {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  /* font-family: 'Noto Serif JP', serif; */
  /* font-family: 'Roboto', sans-serif; */
  /* font-family: 'Roboto Condensed', sans-serif; */
  /* font-family: "Montserrat", sans-serif; */
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  /* letter-spacing: 0.1em; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* overflow: hidden; */
}

/*----------------------------------------
*    ms
*    電子機器 製造受託サービス（EMS）
*    ランディングページ
------------------------------------------*/
/*----------------------------------------
*   セクションスペース（mountLp共通）
------------------------------------------*/
.mountLp_body .section_space {
  padding: 70px 20px 70px;
}
@media screen and (max-width:768px) {
  .mountLp_body .section_space {
    padding: 50px 20px 50px;
  }
}
/*----------------------------------------
*   セクションタイトル（mountLp共通）
------------------------------------------*/
.section_ttlWrap_mountLp{
  /* max-width: 1000px; */
  text-align: center;
  margin: 0 auto;
}
.section_ttlHead_mountLp{
  margin: 0 auto;
}
.section_ttlSub_mountLp{
  position: relative;
  /* max-height: 36px; */
  /* font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #688DA8; */
  margin: 0 auto 50px;
}
.section_ttlSub_mountLp img{
  max-height: 36px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .section_ttlSub_mountLp{
    /* font-size: 16px; */
    margin: 0 auto 30px;
  }
  .section_ttlSub_mountLp img{
    max-height: 26px;
    margin: 0 auto;
  }
}
.section_ttlSub_mountLp:after{
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -20px;
  width: 24px;
  height: 1px;
  background: #688DA8;
  margin: auto;
}
@media screen and (max-width:768px) {
  .section_ttlSub_mountLp:after{
    left: 0;
    right: 0;
    bottom: -12px;
    width: 20px;
    height: 1px;
    margin: auto;
  }
}
.section_ttlMain_mountLp{
  font-family: 'Noto Serif JP', serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .section_ttlMain_mountLp{
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}
.section_ttlMain_mountLp .font_22{
  font-size: 22px;
}
@media screen and (max-width:768px) {
  .section_ttlMain_mountLp .font_22{
    font-size: 16px;
  }
}
.section_ttlMain_mountLp .font_28{
  font-size: 28px;
}
@media screen and (max-width:768px) {
  .section_ttlMain_mountLp .font_28{
    font-size: 24px;
  }
}
.section_ttlMain_mountLp .font_36{
  font-size: 36px;
}
@media screen and (max-width:768px) {
  .section_ttlMain_mountLp .font_36{
    font-size: 30px;
  }
}
.section_ttlDetail_mountLp{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.025em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width:768px) {
  .section_ttlDetail_mountLp{
    font-size: 14px;
    font-weight: 400;
    text-align: left;
  }
}

/* 資料DLボタン（mountLp_共通） */
.btn_dl_mountLp{
  max-width: 350px;
  background: transparent linear-gradient(90deg, #EFB400 0%, #DB9C11 100%);
  border: 4px solid #E5AE03;
  box-shadow: 0px 3px 6px #00000029;
	border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  color: #0B0E17;
  padding: 13px 13px 13px 13px;
  /* margin: 0 auto; */
  transition: all 0.2s ease 0s;
}
@media screen and (max-width:768px) {
  .btn_dl_mountLp{
    max-width: 280px;
  }
}
.btn_dl_mountLp a{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0B0E17;
}
.btn_dl_mountLp i{
}
.btn_dl_mountLp .text{
  font-size: 18px;
  font-weight: 600;
  padding-left: 8px;
}
@media screen and (max-width:768px) {
  .btn_dl_mountLp .text{
    font-size: 16px;
    padding-left: 8px;
  }
}
.btn_dl_mountLp:hover{
  opacity: 0.95;
}

/* お問い合わせボタン（mountLp_共通） */
.btn_contact_mountLp{
  max-width: 350px;
  background: linear-gradient(to right, #2C93D6 0%, #1A83C7 50%, #03619F 100%);
  box-shadow: 0px 3px 6px #00000029;
  border: 3px solid #2F9DE5;
	border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding: 13px 13px 13px 24px;
  /* margin: 0 auto; */
  transition: all 0.2s ease 0s;
}
@media screen and (max-width:768px) {
  .btn_contact_mountLp{
    max-width: 280px;
    min-width: 250px;
  }
}
.btn_contact_mountLp a{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.btn_contact_mountLp i{
}
.btn_contact_mountLp .text{
  font-size: 18px;
  font-weight: 600;
  padding-left: 8px;
}
@media screen and (max-width:768px) {
  .btn_contact_mountLp .text{
    font-size: 16px;
    padding-left: 8px;
  }
}
.btn_contact_mountLp:hover{
  opacity: 0.95;
}

/* 資料DLボタン（msLpドロワーメニュー用） */
.btn_dl_mountLp_sp{
  max-width: 350px;
  background: transparent linear-gradient(90deg, #EFB400 0%, #DB9C11 100%);
  border: 4px solid #E5AE03;
	border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  color: #0B0E17;
  padding: 13px 13px;
  margin: 0 auto;
  transition: all 0.2s ease 0s;
}
@media screen and (max-width:768px) {
  .btn_dl_mountLp_sp{
    /* max-width: 250px; */
  }
}
.btn_dl_mountLp_sp a{
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_dl_mountLp_sp i{
}
.btn_dl_mountLp_sp .text{
  font-size: 18px;
  font-weight: 600;
  padding-left: 8px;
}
@media screen and (max-width:768px) {
  .btn_dl_mountLp_sp .text{
    font-size: 16px;
    padding-left: 8px;
  }
}
.btn_dl_mountLp_sp:hover{
  opacity: 0.95;
}

/* お問い合わせボタン（mountLpドロワーメニュー用） */
.btn_contact_mountLp_sp{
  max-width: 350px;
  min-width: 271px;
  background: linear-gradient(to right, #2C93D6 0%, #1A83C7 50%, #03619F 100%);
  box-shadow: 0px 3px 6px #00000029;
  border: 3px solid #2F9DE5;
	border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding: 13px 13px 13px 24px;
  margin: 0 auto;
  transition: all 0.2s ease 0s;
}
@media screen and (max-width:768px) {
  .btn_contact_mountLp_sp{
    /* max-width: 250px; */
    min-width: 250px;
  }
}
.btn_contact_mountLp_sp a{
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_contact_mountLp_sp i{
}
.btn_contact_mountLp_sp .text{
  font-size: 18px;
  font-weight: 600;
  padding-left: 8px;
}
@media screen and (max-width:768px) {
  .btn_contact_mountLp_sp .text{
    font-size: 16px;
    padding-left: 8px;
  }
}
.btn_contact_mountLp_sp:hover{
  opacity: 0.95;
}


/* 資料DLボタン（msLp_ヘッダー用） */
.btn_dl_mountLp_header{
  max-width: 350px;
  background: transparent linear-gradient(90deg, #EFB400 0%, #DB9C11 100%);
  border: 4px solid #E5AE03;
	border-radius: 4px;
  box-shadow: 0px 3px 6px #00000029;
  font-size: 18px;
  font-weight: 700;
  color: #0B0E17;
  padding: 5px 20px 5px 20px;
  margin: 0 auto;
  transition: all 0.2s ease 0s;
}
@media screen and (max-width:768px) {
  .btn_dl_mountLp_header{
    max-width: 280px;
  }
}
.btn_dl_mountLp_header a{
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_dl_mountLp_header i{
  color: #0B0E17;
}
.btn_dl_mountLp_header .text{
  font-size: 18px;
  font-weight: 600;
  color: #0B0E17;
  padding-left: 8px;
}
@media screen and (max-width:768px) {
  .btn_dl_mountLp_header .text{
    font-size: 16px;
    padding-left: 8px;
  }
}
.btn_dl_mountLp_header:hover{
  opacity: 0.95;
}

/* お問い合わせボタン（mountLp_ヘッダー用） */
.btn_contact_mountLp_header{
  max-width: 350px;
  background: linear-gradient(to right, #2C93D6 0%, #1A83C7 50%, #03619F 100%);
  box-shadow: 0px 3px 6px #00000029;
  border: 3px solid #2F9DE5;
	border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding: 5px 20px 5px 20px;
  margin: 0 auto;
  transition: all 0.2s ease 0s;
}
@media screen and (max-width:768px) {
  .btn_contact_mountLp_header{
    max-width: 280px;
  }
}
.btn_contact_mountLp_header a{
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_contact_mountLp_header i{
  color: #fff;
}
.btn_contact_mountLp_header .text{
  font-size: 18px;
  color: #fff;
  padding-left: 8px;
}
@media screen and (max-width:768px) {
  .btn_contact_mountLp_header .text{
    font-size: 16px;
    padding-left: 8px;
  }
}
.btn_contact_mountLp_header:hover{
  opacity: 0.95;
}


/*----------------------------------------
*    ヘッダー（mountLp）
------------------------------------------*/
.header_mountLp{
  width: 100%;
  position: fixed;
  text-align: center;
  background-color: #fff;
  opacity: 0.98;
  z-index: 100;
  box-shadow: 0px 3px 6px #96969629;
  padding: 8px 20px;
  margin: 0 auto;
}
  @media screen and (max-width:768px) {
  .header_mountLp{
    padding: 8px 15px;
  }
}
.header_mountLp .conts{
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  background-color: #fff;
  opacity: 0.98;
  z-index: 100;
  padding: 0;
  margin: 0 auto;
}
  @media screen and (max-width:768px) {
  .header_mountLp{
  }
}
/* ヘッダーロゴ（mountLp） */
.header_mountLp .logo {
  max-width: 300px;
  height: auto;
}
.header_mountLp .logo a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.header_mountLp .logo img {
  max-width: 76px;
  height: 100%;
	max-height: 55px;
  padding: 3px 0;
  margin-right: 11px;
}
@media screen and (max-width:992px) {
  .header_mountLp .logo img {
    max-width: 60px;
    max-height: 60px;
    padding: 7px 0;
  } 
}
.header_mountLp .logo .textWrap {
  line-height: 1.1;
}
.header_mountLp .logo .textWrap .name{
	font-size: 18px;
	font-weight: 700;
	color: #0072BB;
}
.header_mountLp .logo .textWrap .notice{
	font-size: 10px;
	font-weight: 300;
	color: #333;
}

/* ナビ（mountLp） */
.header_mountLp nav ul{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width:992px) {
  .header_mountLp nav ul{
    display: none;
  }
}
.header_mountLp nav li{
  font-size: 16px;
  font-weight: 400;
}
.header_mountLp nav li.btn_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.header_mountLp nav ul li a{
  font-size: 16px;
  color: #333;
}
.header_mountLp nav ul li:last-of-type a{
  font-weight: 500;
}
.header_mountLp nav ul li:hover a{
  color: #519BFC;
}
.header_mountLp nav>ul li:last-of-type:hover a{
  color: #eee;
}
/* ドロワーメニュー（mountLp） */
.header_mountLp .zdo_drawer_menu {
  display: none;
}
@media screen and (max-width:992px) {
  .header_mountLp .zdo_drawer_menu {
    display: block;
    position: absolute;
    right: 15px;
  }
}
/* ヘッダーグローバルナビ（SP） */
.mountLp .headerBoxSp{
  padding: 80px 0 0;
}
.mountLp ul.headerBoxSpMain{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0px;
  margin: 0 auto 40px;
}
.mountLp .headerBoxSpMain>li{
  width: 100%;
  position: relative;
  border-bottom: 1px solid #8A8A8A;
  padding: 0;
  margin: 0 auto;
}
.mountLp .headerBoxSpMain>li a{
  font-size: 15px;
  color: #fff;
}
.mountLp .headerBoxSpMain section {
}
.mountLp .headerBoxSpMain .title {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  transition: all .5s ease;
  padding: 13px 0 13px 20px;
}
.mountLp .headerBoxSpMain .titleLink {
  width: 100%;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  transition: all .5s ease;
  padding: 20px 0 20px 20px;
}

/*アイコンの＋と×*/
.mountLp .headerBoxSpMain .title::before,
.mountLp .headerBoxSpMain .title::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #fff;

}
.mountLp .headerBoxSpMain .title::before{
  top:48%;
  right: 15px;
  transform: rotate(0deg);
}
.mountLp .headerBoxSpMain .title::after{
  top:48%;
  right: 15px;
  transform: rotate(90deg);
}
/* closeというクラスがついたら形状変化 */
.mountLp .headerBoxSpMain .title.close::before{
transform: rotate(45deg);
}
.mountLp .headerBoxSpMain .title.close::after{
transform: rotate(-45deg);
}

/* アコーディオンなしのタイトル */
/* アイコンの> */
.mountLp .headerBoxSpMain .titleLink::after{
  position: absolute;
  content:'';
  top: 43%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*アコーディオンで現れるエリア*/
.mountLp .headerBoxSpMain .box {
  display: none;
  padding: 0 0 0 30px;
  margin: 0 auto 20px;
}
.mountLp .headerBoxSpSub>li{
  position: relative;
  color: #fff;
  text-align: left;
  padding: 0 0 13px 15px;
}
/* .headerBoxSpSub>li a{
  color: #fff;
} */
.mountLp .headerBoxSpSub>li a:before{
	position: absolute;
	content: "";
	top: 8px;
	left: 0px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
}

/* 資料DL/お問い合わせボタン（msLpドロワーメニュー用） */
.headerBoxSp.mountLp .btn_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}


/*----------------------------------------
*    メインビジュアル（mountLp）
------------------------------------------*/
.mv_mountLp{
  background-image: url(/monozukuri/lp/board-mounting/img/mv_bg.jpg);
  background-size: cover;
  background-color: #0B0E17;
  padding-top: 70px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .mv_mountLp{
    background-image: url(/monozukuri/lp/board-mounting/img/mv_bg_sp.jpg);
    padding-top: 72px;
  }
}
.mv_mountLp .contsWrap{
  height: 640px;
  padding: 100px 20px 70px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv_mountLp .contsWrap{
    height: 720px;
    /* height: 580px; */
    padding: 50px 20px 70px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 460px) {
  .mv_mountLp .contsWrap{
    height: 650px;
  }
}

/* MVタイトル */
.mv_mountLp .ttlWrap{
  max-width: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 0 auto 100px;
}
@media screen and (max-width: 992px) {
  .mv_mountLp .ttlWrap{
      margin: 0 auto 8%;
    }
}
@media screen and (max-width: 768px) {
  .mv_mountLp .ttlWrap{
    max-width: 500px;
    margin: 0 auto 60px;
    }
}
/* サブタイトル */
.mv_mountLp .ttlWrap .ttlSub{
  font-size: 34px;
  font-weight: 400;
  color: #fff;
  margin: 0 auto 34px;
}
@media screen and (max-width: 768px) {
  .mv_mountLp .ttlWrap .ttlSub{
    max-width: 430px;
    margin: 0 auto 30px;
  }
}
.mv_mountLp .ttlSub .ttlSub_en{
  max-width: 140px;
  font-family: 'Oswald', sans-serif;
  font-size: 33px;
  font-weight: 300;
  letter-spacing: 0.08em;
  margin: 0 auto 20px;
}
@media screen and (max-width:768px) {
  .mv_mountLp .ttlSub .ttlSub_en{
    max-width: 74px;
    font-size: 24px;
    margin: 0 auto 10px;
  }
}
.mv_mountLp .ttlSub .ttlSub_jp{
  max-width: 550px;
}
.mv_mountLp .ttlSub .ttlSub_jp_text{
  font-family: 'Noto Serif JP', serif;
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.03em;
  padding: 4px 0px 8px;
}
@media screen and (max-width:768px) {
  .mv_mountLp .ttlSub .ttlSub_jp_text{
    font-size: 24px;
    line-height: 1.2;
    padding: 9px 0px 11px;
  }
}
.mv_mountLp .ttlSub .ttlSub_jp .mv_ttlSub_line{
}
/* メインタイトル */
.mv_mountLp .ttlWrap .ttlMain{
  max-width: 840px;
  font-family: 'Noto Serif JP', serif;
  font-size: 58px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.04em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv_mountLp .ttlWrap .ttlMain{
    font-size: 51px;
    line-height: 1.2;
    margin: 0 auto;
  }
}
.mv_mountLp .ttlWrap .ttlMain>.font_s{
  font-size: 45px;
}
@media screen and (max-width: 768px) {
  .mv_mountLp .ttlWrap .ttlMain>.font_s{
    font-size: 42px;
  }
}
.mv_mountLp .ttlWrap .ttlMain img{
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv_mountLp .ttlWrap .ttlMain img{
    max-width: 260px;
    margin: 0 auto;
  }
}

/* お問い合わせボタン（mv） */
/* .mv_mountLp .btnWrap{
  margin: 0 auto;
} */

/* MVボタン */
.mv_mountLp .contsWrap .btnWrap{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .mv_mountLp .contsWrap .btnWrap{
    flex-direction: column;
    gap: 20px;
  }
}


/*----------------------------------------
*   ソアーの“EMS”とは
------------------------------------------*/
.about_mountLp{
  background: linear-gradient(to bottom, #393838 0%, #0B0E17 80%);
}
@media screen and (max-width:768px) {
  .about_mountLp{
  }
}
/* セクションスペース */
.about_mountLp.section_space {
  padding: 80px 0px 140px;
}
@media screen and (max-width:768px) {
  .about_mountLp.section_space {
    padding: 50px 15px 140px;
  }
}

/* コンテンツ */
.about_mountLp .contsWrap{
  padding: 60px 0 0;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .about_mountLp .contsWrap{
    padding: 40px 0 0;
    margin: 0 auto;
  }
}
.about_mountLp .about_imgWrap{
  max-width: 820px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .about_mountLp .about_imgWrap{
    gap: 5px;
    margin: 0 auto;
  }
}
.about_mountLp .about_imgWrap img{
  width: 45%;
}
@media screen and (max-width:768px) {
  .about_mountLp .about_imgWrap img{
    width: 48%;
    margin: 0 auto;
  }
}


/*----------------------------------------
*   ソアーが選ばれる理由
------------------------------------------*/
.reason_mountLp{
  margin-top: -100px;
  color: #fff;
  background-color: #0B0E17;

}
/* セクションスペース */
.reason_mountLp.section_space {
  padding: 0px 0px 300px;
}
@media screen and (max-width:768px) {
  .reason_mountLp.section_space {
    padding: 0px 0px 210px;
  }
}
/* セクションタイトル */
.reason_mountLp .section_ttlWrap_mountLp{
  max-width: 1400px;
  height: 420px;
  background-image: url(/monozukuri/lp/board-mounting/img/sec_ttlBg.png);
  background-size: cover;
  background-color: #0B0E17;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .reason_mountLp .section_ttlWrap_mountLp{
    height: 240px;
    background-image: url(/monozukuri/lp/board-mounting/img/sec_ttlBg_sp.png);
    background-size: cover;
    margin: 0 auto;
  }
}
.reason_mountLp .section_ttlHead_mountLp{
  padding-top: 110px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .reason_mountLp .section_ttlHead_mountLp{
    padding-top: 90px;
    margin: 0 auto;
  }
}
/* コンテンツ */
.reason_mountLp .contsWrap{
  background-color: #0B0E17;
  margin: 0 auto;
  padding-bottom: 300px;
}
/* 理由リスト（共通） */
.reason_mountLp .reasonList{
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  margin: 30px auto 0;
}
@media screen and (max-width:768px) {
  .reason_mountLp .reasonList{
    gap: 60px;
    margin: 30px auto 0;
  }
}
.reason_mountLp .reasonItem{
  width: 100%;
  position: relative;
  padding: 0 15px;
}
.reason_mountLp .reasonItem>.ttlWrap{
  max-width: 700px;
  position: absolute;
  top: -120px;
  left: 0px;
  margin: 0 auto 0 0;
}
@media screen and (max-width:768px) {
  .reason_mountLp .reasonItem>.ttlWrap{
    max-width: 400px;
    position: absolute;
    top: -40px;
    left: 0;
    margin: 0 auto 0 0;
  }
}
.reason_mountLp .reasonItem:nth-of-type(2)>.ttlWrap{
  max-width: 700px;
  position: absolute;
  top: 30px;
  right: 0;
  margin: 0 0 0 auto;
}
@media screen and (max-width:768px) {
  .reason_mountLp .reasonItem:nth-of-type(2)>.ttlWrap{
    max-width: 400px;
    position: absolute;
    top: -40px;
    right: 0;
    margin: 0 0 0 auto;
  }
}
.reason_mountLp .reasonItem:nth-of-type(3)>.ttlWrap{
  max-width: 700px;
  position: absolute;
  top: 70px;
  left: 0;
  margin: 0 auto 0 0;
}
@media screen and (max-width:768px) {
  .reason_mountLp .reasonItem:nth-of-type(3)>.ttlWrap{
    max-width: 400px;
    top: -20px;
    left: 0;
    margin: 0 auto 0 0;
  }
}

.reason_mountLp .reasonItem>.detailWrap{
  max-width: 960px;
  margin: -30PX auto 0;
}
@media screen and (max-width:768px) {
  .reason_mountLp .reasonItem>.detailWrap{
    margin: 0PX auto 0;
  }
}
.reason_mountLp .reasonItem:nth-of-type(2)>.detailWrap{
  margin: 120px auto 0;
}
@media screen and (max-width:768px) {
  .reason_mountLp .reasonItem:nth-of-type(2) .detailWrap{
    flex-direction: column;
    margin: 0px auto 0;
  }
}
.reason_mountLp .reasonItem:nth-of-type(3)>.detailWrap{
  padding: 0 0;
  margin: 160px auto 0;
}
@media screen and (max-width:768px) {
  .reason_mountLp .reasonItem:nth-of-type(3)>.detailWrap{
    margin: 30px auto 0;
  }
}
.reason_mountLp .reasonItem .detailWrap>img{
}
.reason_mountLp .reasonItem .detailWrap .detailHead{
  background: radial-gradient( #213C5C 0%, #0B0E17 80%);
  /* background: radial-gradient( #213C5C 0%, #04111F 90%); */
  text-align: center;
  padding: 30px 20px 34px;
  margin: 0 auto;
}

/* 3番目、高品質な量産体制をつくるものづくりコンセプト */
.reason_mountLp .reasonItem:nth-of-type(3) .detailWrap .detailHead{
  padding: 60px 20px 34px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .reason_mountLp .reasonItem .detailWrap .detailHead{
    width: 100%;
    padding: 20px 15px 24px;
  }
}
.reason_mountLp .reasonItem .detailHead>.ttl{
  max-width: 700px;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: 700;
  border-bottom: 1px solid #7E7E7E;
  padding-bottom: 15px;
  margin: 0 auto 15px;
}
@media screen and (max-width:768px) {
  .reason_mountLp .reasonItem .detailHead>.ttl{
    max-width: 700px;
    font-size: 20px;
    border-bottom: 1px solid #7E7E7E;
    padding-bottom: 15px;
    margin: 0 auto 15px;
  }
}
.reason_mountLp .reasonItem .detailHead>.detail{
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width:768px) {
  .reason_mountLp .reasonItem .detailHead>.detail{
    font-size: 14px;
    font-weight: 300;
  }
}
/* 選ばれる理由1_コンテンツ詳細部 */
.reason_mountLp .reasonItem .reason_detail_1{
  background-color: #E2E0E0;
  padding: 40px 20px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .reason_mountLp .reasonItem .reason_detail_1{
    width: 100%;
    max-width: 600px;
    padding: 30px 15px 40px;
    margin: 0 auto;
  }
}
.reason_mountLp .reasonItem .reason_detail_1 .inner{
  max-width: 820px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .reason_mountLp .reasonItem .reason_detail_1 .inner{
    margin: 0 auto;
  }
}
.reason_mountLp .reasonItem .reason_detail_1 .ttl{
  max-width: 700px;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #13517E;
  margin: 0 auto 20px;
}
@media screen and (max-width:768px) {
  .reason_mountLp .reasonItem .reason_detail_1 .ttl{
    font-size: 14px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width:576px) {
  .reason_mountLp .reasonItem .reason_detail_1 .ttl{
    text-align: left;
    margin: 0 auto 20px;
  }
}
.reason_mountLp .reasonItem .reason_detail_1 .reason1_flow{
  text-align: center;
  margin: 0 auto 5px;
}
@media screen and (max-width:768px) {
  .reason_mountLp .reasonItem .reason_detail_1 .reason1_flow{
    margin: 0 auto 20px;
  }
}
.reason_mountLp .reasonItem .reason_detail_1 .reason1_flow img{
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .reason_mountLp .reasonItem .reason_detail_1 .reason1_flow{
  }
  .reason_mountLp .reasonItem .reason_detail_1 .reason1_flow img{
    max-width: 180px;
  }
}
.reason_mountLp .reasonItem .reason_detail_1 .notice{
  font-size: 13px;
  text-align: right;
  color: #333;
}
@media screen and (max-width:768px) {
  .reason_mountLp .reasonItem .reason_detail_1 .notice{
    text-align: center;
  }
}
@media screen and (max-width:576px) {
  .reason_mountLp .reasonItem .reason_detail_1 .notice{
    text-align: left;
  }
}

/* 選ばれる理由2_コンテンツ詳細部 */
.reason_mountLp .reasonItem .reason_detail2{
  background-color: #E2E0E0;
  padding: 40px 20px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .reason_mountLp .reasonItem .reason_detail2{
    width: 100%;
    max-width: 600px;
    padding: 20px 15px 30px;
    margin: 0 auto;
  }
}
.reason_mountLp .reasonItem .reason_detail2 .inner{
  max-width: 890px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .reason_mountLp .reasonItem .reason_detail2 .inner{
    max-width: none;
    margin: 0 auto;
  }
}
.reason_detail2 ul.reason2_pointList{
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 40px;
  color: #333;
  font-size: 14px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .reason_detail2 ul.reason2_pointList{
    max-width: 500px;
    align-items: center;
    gap: 40px;
    margin: 0 auto;
  }
}
ul.reason2_pointList>li{
  width: 100%;
}

ul.reason2_pointList>li:nth-of-type(2){
}
ul.reason2_pointList>li .ttlWrap{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width:768px) {
  ul.reason2_pointList>li .ttlWrap{
    flex-direction: column;
    gap: 8px;
    margin-bottom: 5px;
  }
}
ul.reason2_pointList>li .ttlWrap img.no{
  max-width: 86px;
}
@media screen and (max-width:768px) {
  ul.reason2_pointList>li .ttlWrap img.no{
    max-width: 76px;
  }
}
ul.reason2_pointList>li .ttlWrap .ttl{
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  ul.reason2_pointList>li .ttlWrap .ttl{
    font-size: 20px;
    text-align: center;
  }
}
ul.reason2_pointList>li .detailWrap{
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width:768px) {
  ul.reason2_pointList>li .detailWrap{
    align-items: center;
    gap: 15px;
  }
}
/* reason2_point2のみ （テキストと図を横並び） */
ul.reason2_pointList>li:nth-of-type(2) .detailWrap{
  flex-direction: row;
  justify-content: space-between;
}

ul.reason2_pointList>li .detailWrap .text{
}
/* reason2_point2のみ  */
ul.reason2_pointList>li:nth-of-type(2) .detailWrap .text{
  width: 100%;
}

ul.reason2_pointList>li .detailWrap .imgWrap{
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 20px 40px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  ul.reason2_pointList>li .detailWrap .imgWrap{
    padding: 20px 15px;
    margin: 0 auto;
  }
}
ul.reason2_pointList>li .detailWrap .imgWrap img{
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  ul.reason2_pointList>li .detailWrap .imgWrap img{
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width:520px) {
  ul.reason2_pointList>li .detailWrap .imgWrap img{
    width: 100%;
    margin: 0 auto;
  }
}

/* reason2_point2のみ  */
ul.reason2_pointList>li:nth-of-type(2) .detailWrap .imgWrap{
  width: 100%;
  max-width: 800px;
  background-color: #fff;
  padding: 20px 40px;
  margin: 0 0 0 auto;
}
@media screen and (max-width:768px) {
  ul.reason2_pointList>li:nth-of-type(2) .detailWrap .imgWrap{
    width: 100%;
    padding: 20px 20px;
    margin: 0 auto 0;
  }
}
ul.reason2_pointList>li:nth-of-type(2) .detailWrap .imgWrap img{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  ul.reason2_pointList>li:nth-of-type(2) .detailWrap .imgWrap img{
    max-width: 180px;
    margin: 0 auto;
  }
}

/* reason2_point3のみ  */
ul.reason2_pointList>li .detailWrap .imgWrap_point3{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  padding: 20px 40px;
  margin: 0 0 0 auto;
}
@media screen and (max-width:768px) {
  ul.reason2_pointList>li .detailWrap .imgWrap_point3{
    flex-direction: column;
    gap: 13px;
    padding: 20px 40px;
    margin: 0 0 0 auto;
  }
}
ul.reason2_pointList>li .imgWrap_point3 .imgItem{
  max-width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width:768px) {
  ul.reason2_pointList>li .imgWrap_point3 .imgItem{
    gap: 2px;
  }
}
ul.reason2_pointList>li .imgWrap_point3 .imgItem img{
  margin: 0 auto;
}
ul.reason2_pointList>li .imgWrap_point3 .imgItem>.ttl{
  font-size: 14px;
}
@media screen and (max-width:768px) {
  ul.reason2_pointList>li .imgWrap_point3 .imgItem>.ttl{
    font-size: 13px;
  }
}



/* 選ばれる理由3_コンテンツ詳細部 ものづくりコンセプト */
.reason_mountLp .reasonItem .reason_detail3{
  background-color: #E2E0E0;
  color: #333;
  padding: 40px 20px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .reason_mountLp .reasonItem .reason_detail3{
    width: 100%;
    max-width: 600px;
    padding: 30px 10px 40px;
    margin: 0 auto;
  }
}
.reason_mountLp .reasonItem .reason_detail3 .inner{
  max-width: 890px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .reason_mountLp .reasonItem .reason_detail3 .inner{
    max-width: 500px;
    margin: 0 auto;
  }
}
.reason_mountLp .reason3_concept {
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .reason_mountLp .reason3_concept {
    margin-bottom: 40px;
  }
}
.reason_mountLp .reason3_concept .ttlMain{
  max-width: 230px;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  margin: 0 auto 20px;
}
@media screen and (max-width:768px) {
  .reason_mountLp .reason3_concept .ttlMain{
    max-width: 200px;
    font-size: 18px;
    padding-bottom: 5px;
    margin: 0 auto 10px;
  }
}
.reason_mountLp ul.reason3_pointList {
  max-width: 840px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .reason_mountLp ul.reason3_pointList {
    max-width: 420px;
    gap: 10px 0;
    margin: 0 auto;
  }
}
ul.reason3_pointList>li{
  width: 22%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 0px;
}
@media screen and (max-width:768px) {
  ul.reason3_pointList>li{
    width: 50%;
    gap: 3px;
  }
}
ul.reason3_pointList>li .icon{
  max-width: 150px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  ul.reason3_pointList>li .icon{
    max-width: 120px;
    margin: 0 auto;
  }
}
ul.reason3_pointList>li>.icon>img{
}
ul.reason3_pointList>li>.ttl{
  font-size: 16px;
  font-weight: 700;
  color: #2C84B4;
  margin-bottom: 6px;
}
@media screen and (max-width:768px) {
  ul.reason3_pointList>li>.ttl{
    font-size: 14px;
  }
}
ul.reason3_pointList>li>.detail{
  font-size: 13px;
}
@media screen and (max-width:768px) {
  ul.reason3_pointList>li>.detail{
    font-size: 11px;
  }
}

/* ものづくりコンセプト体感コーナー */
.reason3_corner{
}
.reason3_corner>.ttlMain{
  max-width: 340px;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  margin: 0 auto 30px;
}
@media screen and (max-width:768px) {
  .reason3_corner>.ttlMain{
    max-width: 300px;
    font-size: 18px;
    padding-bottom: 5px;
    margin: 0 auto 20px;
  }
}


.reason3_corner .reason3_cornerConts{
  max-width: 750px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 15px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .reason3_corner .reason3_cornerConts{
    flex-direction: column;
    gap: 10px;
  }
}
/* 左コンテンツ */
.reason3_cornerLeft{
}
.reason3_cornerLeft img{
  max-width: none;
  max-height: 315px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .reason3_cornerLeft img{
    max-width: 340px;
    width: 100%;
    max-height: none;
  }
}
/* 右コンテンツ */
.reason3_cornerRight>ul{
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width:768px) {
  .reason3_cornerRight>ul{
    gap: 5px;
  }
}
.reason3_cornerRight>ul{
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  gap: 10px;
}
.reason3_cornerRight>ul{
  max-width: 460px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  gap: 5px;
  margin: 0 auto;
}
.reason3_cornerRight>ul li{
  display: flex;
  justify-content: start;
  align-items: stretch;
}
.reason3_cornerRight>ul li .imgWrap{
}
.reason3_cornerRight>ul li .imgWrap img{
  max-width: 150px;
}
@media screen and (max-width:768px) {
  .reason3_cornerRight>ul li .imgWrap img{
    max-width: 110px;
  }
}
.reason3_cornerRight>ul li .textWrap{
  width: 100%;
  background-color: #fff;
  padding: 10px;
}
@media screen and (max-width:768px) {
  .reason3_cornerRight>ul li .textWrap{
    width: 100%;
    padding: 6px 8px 10px;
  }
}
.reason3_cornerRight>ul li .textWrap .no{
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background-color: #35A8C6;
  padding: 2px 10px;
  margin-bottom: 5px;
}
@media screen and (max-width:768px) {
  .reason3_cornerRight>ul li .textWrap .no{
    font-size: 10px;
    margin-bottom: 3px;
  }
}
.reason3_cornerRight>ul li .textWrap .detail{
  font-size: 14px;
}
@media screen and (max-width:768px) {
  .reason3_cornerRight>ul li .textWrap .detail{
    font-size: 12px;
  }
}


/*----------------------------------------
*   基板実装の特徴 mount_mountLp
------------------------------------------*/
.mount_mountLp{
  color: #fff;
  background-color: #0B0E17;
}
/* セクションスペース */
.mount_mountLp.section_space {
  padding: 0px 0px 30px;
  margin-top: -500px;
}
@media screen and (max-width:768px) {
  .mount_mountLp.section_space {
    padding: 0px 0px 0px;
  }
}
/* セクションタイトル */
.mount_mountLp .section_ttlWrap_mountLp{
  max-width: 1400px;
  height: 420px;
  background-image: url(/monozukuri/lp/board-mounting/img/sec_ttlBg.png);
  background-size: cover;
  background-color: #0B0E17;
  text-align: center;
  margin: 0 auto 0;
}
@media screen and (max-width:768px) {
  .mount_mountLp .section_ttlWrap_mountLp{
    height: 400px;
    background-image: url(/monozukuri/lp/board-mounting/img/sec_ttlBg_sp.png);
    background-size: cover;
    text-align: center;
    margin: 0 auto 0;
  }
}
.mount_mountLp .section_ttlHead_mountLp{
  padding: 110px 15px 0;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .mount_mountLp .section_ttlHead_mountLp{
    padding: 96px 15px 0;
    margin: 0 auto;
  }
}
/* コンテンツ */
.mount_mountLp .contsWrap{
  max-width: 990px;
  padding: 60px 15px 80px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .mount_mountLp .contsWrap{
    padding: 40px 15px 50px;
    margin: 0 auto;
  }
}

/* 基板実装、工程の説明 */
.mount_mountLp .mountLine{
  width: 100%;
  margin-bottom: 60px;
}
/* 画像、PCのみ */
.mount_mountLp .mountLine .pcWrap{
  margin: 0 auto;
}
.mount_mountLp .mountLine .pcWrap img{
}
@media screen and (max-width:768px) {
  .mount_mountLp .mountLine .pcWrap{
    display: none;
  }
}
/* 画像、SPのみ */
.mount_mountLp .mountLine .spWrap{
  display: none;
}
  @media screen and (max-width:768px) {
  .mount_mountLp .mountLine .spWrap{
    max-width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
  }
  .mount_mountLp .mountLine .spWrap img{
    margin: 0 auto;
  }
}


/* 基板実装、強み・ポイント */
.mount_mountLp .mountStrength{
  background-color: #E2E0E0;
  padding: 30px 15px;
  margin: 0 auto 60px;
}
@media screen and (max-width:768px) {
  .mount_mountLp .mountStrength{
    max-width: 600px;
    padding: 30px 15px;
    margin: 0 auto 60px;
  }
}

/* 強み共通部 */
.mountStrength .strengthWrap{
  display: flex;
  justify-content: center;
  align-items: stretch;
  color: #333;
}
@media screen and (max-width:768px) {
  .mountStrength .strengthWrap{
    flex-direction: column;
  }
}
.mountStrength .strengthWrap .ttlWrap{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.mountStrength .strengthWrap .ttlWrap .no{
}
.mountStrength .strengthWrap .ttlWrap .no img{
  max-width: 58px;
}
.mountStrength .strengthWrap .ttlWrap .text{
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .mountStrength .strengthWrap .ttlWrap .text{
    font-size: 16px;
  }
}
/* 詳細 */
.mountStrength .strengthWrap .detailWrap{
}
.mountStrength .strengthWrap .detailWrap .detailText{
}

/* 強み_左コンテンツ */
.mountStrength .strengthLeft{
  width: 49%;
  border-right: 1px solid #A0A0A0;
  padding: 0 20px 0 0;
}
@media screen and (max-width:768px) {
  .mountStrength .strengthLeft{
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #A0A0A0;
    padding: 0 0 20px 0;
  }
}
.mountStrength .strengthWrap .detailWrap.left{
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 10px;
}
@media screen and (max-width:768px) {
  .mountStrength .strengthWrap .detailWrap.left{
    flex-direction: column;
    gap: 10px;
  }
}
.mountStrength .strengthWrap .detailWrap.left .detailText{
}
.mountStrength .strengthWrap .detailWrap.left .detailImg{
}
.mountStrength .strengthWrap .detailWrap.left .detailImg img{
  max-width: 220px;
  margin: 0 auto;
}

/* 強み_右コンテンツ */
.mountStrength .strengthRight{
  width: 49%;
  padding: 0 0 0 20px;
}
@media screen and (max-width:768px) {
  .mountStrength .strengthRight{
    width: 100%;
    padding: 20px 0 0 0;
  }
}
.mountStrength .strengthRight>ul{
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 0;
}
.mountStrength .strengthRight>ul>li{
  width: 100%;
}
.mountStrength .strengthRight>ul>li:first-of-type{
  border-bottom: 1px solid #A0A0A0;
  padding-bottom: 15px;
}
.mountStrength .strengthRight>ul>li:nth-of-type(2){
  padding-top: 15px;
}

/*----------------------------------------
*   基板実装、工程フロー、設備説明
------------------------------------------*/
.mountFlow{
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 20px;
  color: #333;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .mountFlow{
    gap: 30px;
    margin-bottom: 60px;
  }
}
.mountFlow_row{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .mountFlow_row{
    max-width: 600px;
    flex-direction: column;
    gap: 5px;
    margin: 0 auto;
  }
}
.mountFlow_row .ttlMain{
  writing-mode: vertical-rl;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(to bottom, #F4FDFF 0%, #C7F5FF 100%);
  border: 1px solid #35A8C6;
  border-radius: 3px;
  padding: 20px 4px;
}
@media screen and (max-width:768px) {
  .mountFlow_row .ttlMain{
    font-size: 14px;
    writing-mode: horizontal-tb;
    padding: 5px 4px;
  }
}
/* オフラインのみ */
.mountFlow_row.offline .ttlMain{
  background: linear-gradient(to bottom, #F4FDFF 0%, #959595 100%);
  border: 1px solid #010303;
}
.mountFlow_row ul.mountFlowList{
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 6px;
}
@media screen and (max-width:768px) {
  .mountFlow_row ul.mountFlowList{
    gap: 5px;
  }
}
ul.mountFlowList li.mountFlowItem{
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width:768px) {
  ul.mountFlowList li.mountFlowItem{
    align-items: start;
    flex-direction: column;
    gap: 0px;
  }
}
li.mountFlowItem>.ttl {
  min-width: 130px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #35A8C6;
  padding: 3px 10px;
}
@media screen and (max-width:768px) {
  li.mountFlowItem>.ttl {
    min-width: 120px;
    font-size: 14px;
    border-radius: 4px 4px 0 0;
    padding: 3px 10px;
  }
}
li.mountFlowItem>.ttl:after {
  position: absolute;
  content: "";
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: #35A8C6;
  height: calc(tan(40deg) * 38px / 2);
  width: 38px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width:768px) {
  li.mountFlowItem>.ttl:after {
    display: none;
  }
}
li.mountFlowItem:last-of-type>.ttl:after {
  display: none;
}
li.mountFlowItem>.detailWrap {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0;
  background-color: #fff;
  border-radius: 4px;
  text-align: left;
  padding: 10px 20px;
}
@media screen and (max-width:768px) {
  li.mountFlowItem>.detailWrap {
    border-radius: 0 4px 4px 4px;
    text-align: left;
    padding: 10px 10px;
  }
}
li.mountFlowItem>.detailWrap img{
  max-width: 130px;
  border-right: 1px solid #ACACAC;
  padding-right: 20px;
}
@media screen and (max-width:768px) {
  li.mountFlowItem>.detailWrap img{
    max-width: 90px;
    padding-right: 10px;
  }
}
li.mountFlowItem>.detailWrap .text{
  font-size: 14px;
  padding-left: 20px;
}
li.mountFlowItem>.detailWrap .text .note{
  font-size: 12px;
}
@media screen and (max-width:768px) {
  li.mountFlowItem>.detailWrap .text{
    font-size: 13px;
    padding-left: 15px;
  }
  li.mountFlowItem>.detailWrap .text .note{
    font-size: 11px;
  }
}

/*----------------------------------------
*   基板実装、保有設備
------------------------------------------*/
.mountEquip{
  color: #333;
  text-align: center;
  background-color: #fff;
  padding: 40px 15px 50px;
  margin: 0 auto 60px;
}
@media screen and (max-width:768px) {
  .mountEquip{
    max-width: 460px;
    padding: 30px 10px 40px;
    margin: 0 auto 40px;
  }
}
.mountEquip .conts{
}
.mountEquip .conts .ttlMain{
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (max-width:768px) {
  .mountEquip .conts .ttlMain{
    margin: 0 auto 20px;
  }
}
.mountEquip .conts .mountEquip_table{
}
@media screen and (max-width:768px) {
  .mountEquip .conts .mountEquip_table{
  }
}
.mountEquip_table table {
  width: 100%;
  width: 900px;
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #CFE4EA;
  border-bottom: none;
  margin: 0 auto;
}
@media screen and (max-width:992px) {
  .mountEquip_table table {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    margin: 0 auto;
  }
}
/* tr */
.mountEquip_table tr {
  border-bottom: 1px solid #CFE4EA;
}
@media screen and (max-width:768px) {
  .mountEquip_table tr {
    margin: 30px;
  }
}
.mountEquip_table tr.heading {
}
@media(max-width: 768px) {
  .mountEquip_table tr.heading {
    display: none;
  }
}
/* th,td共通 */
.mountEquip_table th,
.mountEquip_table td {
  width: 120px;
  text-align: center;
  padding: 6px 8px;
}
@media screen and (max-width:768px) {
  .mountEquip_table th,
  .mountEquip_table td {
    width: 100%;
    max-width: 100%;
    padding: 5px 10px;
  }
}
/* th */
.mountEquip_table th {
  width: 80px;
  font-size: 14px;
  font-weight: 700;
  color: #2C84B4;
  border-right: 1px solid #CFE4EA;
}
.mountEquip_table th:last-of-type {
  border-right: none;
}
.mountEquip_table th img {
  width: 80px;
  display: block;
  padding-top: 5px;
  margin: 0 auto;
}
/* td */
.mountEquip_table td {
  border-right: 1px solid #CFE4EA;
}
.mountEquip_table td:last-of-type {
  border-right: none;
}
@media(max-width: 768px) {
  .mountEquip_table td {
    width: 100%;
    display: block;
    border-right: none;
    border-bottom: 1px solid #CFE4EA;
  }
  .mountEquip_table td:last-of-type {
    border-bottom: none;
  }
}
@media(max-width: 768px) {
  .mountEquip_table td::before {
    content: attr(data-label);
    font-size: 11px;
    font-weight: 700;
    color: #2C84B4;
    display: block;
    margin-bottom: 0px;
  }
}
/* td.line-no */
.mountEquip_table td.line-no {
  width: 90px;
  font-size: 14px;
  font-weight: 700;
  color: #2C84B4;
  background-color: #EBF5F7;
}
@media(max-width: 768px) {
  .mountEquip_table td.line-no {
    width: 100%;
    align-self: center;
    padding: 3px 10px;
  }
}


/* 基板実装、その他生産設備 */
.mountEquipOther{
  color: #333;
  text-align: center;
  background-color:#EFEFEF;
  padding: 30px 15px 40px;
  margin: 0 auto 60px;
}
@media screen and (max-width:768px) {
  .mountEquipOther{
    max-width: 460px;
    padding: 30px 15px 40px;
    margin: 0 auto 40px;
  }
}
.mountEquipOther .ttlMain{
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px dotted #707070;
  padding-bottom: 15px;
  margin: 0 auto 20px;
}
@media screen and (max-width:768px) {
  .mountEquipOther .ttlMain{
    font-size: 20px;
    padding-bottom: 10px;
    margin: 0 auto 15px;
  }
}
.mountEquipOther .conts{
}
.mountEquipOther .conts .mountEquipOtherTbl{
  text-align: left;
}
.mountEquipOther .mountEquipOtherTbl ul.listMain{
  max-width: 890px;
  max-height: 300px;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .mountEquipOther .mountEquipOtherTbl ul.listMain{
    max-width: none;
    max-height: none;
      flex-direction: row;
    margin: 0 auto;
  }
}
.mountEquipOther ul.listMain li.itemMain{
}
@media screen and (max-width:768px) {
  .mountEquipOther ul.listMain li.itemMain{
    width: 100%;
  }
}
.mountEquipOther li.itemMain .itemMainTtl{
  font-size: 15px;
  font-weight: 700;
  color: #2C84B4;
}
@media screen and (max-width:768px) {
  .mountEquipOther li.itemMain .itemMainTtl{
    font-size: 14px;
  }
}
.mountEquipOther li.itemMain ul.listSub {
  padding-left: 20px;
}
.mountEquipOther li.itemMain ul.listSub li.itemSub{
  list-style: disc;
  font-size: 13px;
  font-weight: 400;
  color: #333;
}
@media screen and (max-width:768px) {
  .mountEquipOther li.itemMain ul.listSub li.itemSub{
    font-size: 13px;
  }
}
.mountEquipOther li.itemMain ul.listSub li.itemSub .font_s{
  font-size: 11px;
}


/*----------------------------------------
*   基板実装、FAQ
------------------------------------------*/
.mountFaq{
  color: #fff;
  text-align: center;
  padding: 20px 0 0px;
  margin-bottom: 0px;
}
.mountFaq .ttlMain{
  font-family: 'Noto Serif JP', serif;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (max-width:768px) {
  .mountFaq .ttlMain{
    margin: 0 auto 20px;
  }
}
.mountFaq .conts{
}
.mountFaq .conts ul.mountFaqlist{
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 5px;
  text-align: left;
}
ul.mountFaqlist li.mountFaqItem{
  width: 100%;
}
li.mountFaqItem .qWrap{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  color:#35A8C6;
  font-weight: 700;
  background-color: #EDF2F4;
  border-radius: 3px 3px 0 0;
  padding: 10px 20px 10px 40px;
}
@media screen and (max-width:768px) {
  li.mountFaqItem .qWrap{
    gap: 15px;
    border-radius: 3px 3px 0 0;
    padding: 6px 15px 6px 15px;
  }
}
li.mountFaqItem .qWrap .icon{
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
}
@media screen and (max-width:768px) {
  li.mountFaqItem .qWrap .icon{
    font-size: 20px;
  }
}
li.mountFaqItem .qWrap .text{
  font-size: 14px;
}
li.mountFaqItem .aWrap{
  font-size: 14px;
  font-weight: 400;
  color: #333;
  background-color: #FFF;
  border-top: 1px solid #C9C9C9;
  border-radius: 0 0 3px 3px;
  padding: 14px 20px 16px 76px;
}
@media screen and (max-width:768px) {
  li.mountFaqItem .aWrap{
    padding: 10px 15px 10px 15px;
  }
}
li.mountFaqItem .aWrap .font_s{
  font-size: 12px;
}






/*----------------------------------------
*   部品成形の特徴 mold_mountLp
------------------------------------------*/
.mold_mountLp{
  color: #fff;
  background-color: #0B0E17;
}
/* セクションスペース */
.mold_mountLp.section_space {
  padding: 0px 0px 70px;
}
@media screen and (max-width:768px) {
  .mold_mountLp.section_space {
    padding: 0px 0px 60px;
  }
}
/* セクションタイトル */
.mold_mountLp .section_ttlWrap_mountLp{
  max-width: 1400px;
  height: 420px;
  background-image: url(/monozukuri/lp/board-mounting/img/sec_ttlBg.png);
  background-size: cover;
  background-color: #0B0E17;
  text-align: center;
  margin: 0 auto 0;
}
@media screen and (max-width:768px) {
  .mold_mountLp .section_ttlWrap_mountLp{
    height: 380px;
    background-image: url(/monozukuri/lp/board-mounting/img/sec_ttlBg_sp.png);
    background-size: cover;
    text-align: center;
    margin: 0 auto 0;
  }
}
.mold_mountLp .section_ttlHead_mountLp{
  padding: 120px 15px 0;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .mold_mountLp .section_ttlHead_mountLp{
    padding: 110px 15px 0;
    margin: 0 auto;
  }
}
/* コンテンツ */
.mold_mountLp .contsWrap{
  max-width: 990px;
  padding: 60px 15px 80px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .mold_mountLp .contsWrap{
    padding: 40px 15px 0px;
    margin: 0 auto;
  }
}


/* 部品成形、フロー、overview */
.mold_mountLp .mold_flow_overview{
  background-color: #E2E0E0;
  padding: 30px 15px;
  margin: 0 auto 60px;
}
@media screen and (max-width:768px) {
  .mold_mountLp .mold_flow_overview{
    max-width: 600px;
    padding: 30px 15px;
    margin: 0 auto 40px;
  }
}
.mold_flow_overview .conts{
}
.mold_flow_overview img.disp_pc{
  display: block;
  max-width: 750px;
  text-align: center;
  margin: 0 auto 20px;
}
@media screen and (max-width:768px) {
  .mold_flow_overview img.disp_pc{
    display: none;
  }
}
.mold_flow_overview img.disp_sp{
  display: none;
  max-width: 750px;
  text-align: center;
  margin: 0 auto 20px;
}
@media screen and (max-width:768px) {
  .mold_flow_overview img.disp_sp{
    max-width: 180px;
    display: block;
  }
}
.mold_flow_overview ul{
  max-width: 600px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 0;
  background-color: #fff;
  padding: 15px 15px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .mold_flow_overview ul{
    max-width: 410px;
    padding: 10px 10px;
    margin: 0 auto;
  }
}
.mold_flow_overview ul li{
  list-style: disc;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin-left: 20px;
}
@media screen and (max-width:768px) {
  .mold_flow_overview ul li{
    font-size: 13px;
  }
}


/* 部品成形、射出成形機 */
.mold_injection{
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .mold_injection{
    margin-bottom: 40px;
  }
}
.mold_injection ul{
  max-width: 820px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .mold_injection ul{
    max-width: 260px;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
  }
}
.mold_injection ul li{
  width: 50%;
}
@media screen and (max-width:768px) {
  .mold_injection ul li{
    width: 100%;
  }
}
.mold_injection ul li img{
  margin-bottom: 3px;
}
.mold_injection ul li .ttl{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media screen and (max-width:768px) {
  .mold_injection ul li .ttl{
    font-size: 14px;
  }
}


/* 部品成形、強み・ポイント */
.mold_mountLp .moldStrength{
  background-color: #E2E0E0;
  padding: 30px 20px;
  margin: 0 auto 60px;
}
@media screen and (max-width:768px) {
  .mold_mountLp .moldStrength{
    max-width: 600px;
    padding: 20px 15px;
    margin: 0 auto 40px;
  }
}

/* 強み共通部 */
.moldStrength .strengthWrap{
  display: flex;
  justify-content: center;
  align-items: stretch;
  color: #333;
}
@media screen and (max-width:768px) {
  .moldStrength .strengthWrap{
    flex-direction: column;
  }
}
.moldStrength .strengthWrap .ttlWrap{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
/* 強み1のみ */
.moldStrength .strengthWrap .strengthLeft .ttlWrap{
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .moldStrength .strengthWrap .strengthLeft .ttlWrap{
    margin-bottom: 5px;
  }
}
.moldStrength .strengthWrap .ttlWrap .no{
}
.moldStrength .strengthWrap .ttlWrap .no img{
  max-width: 58px;
}
.moldStrength .strengthWrap .ttlWrap .text{
  font-size: 16px;
  font-weight: 700;
}
/* 強み1のみ */
.moldStrength .strengthWrap .strengthLeft .ttlWrap .text{
  font-size: 18px;
}
@media screen and (max-width:768px) {
  .moldStrength .strengthWrap .ttlWrap .text{
    font-size: 15px;
  }
  .moldStrength .strengthWrap .strengthLeft .ttlWrap .text{
    font-size: 17px;
  }
}
/* 詳細 */
.moldStrength .strengthWrap .detailWrap{
}
.moldStrength .strengthWrap .detailWrap .detailText{
}

/* 強み_左コンテンツ */
.moldStrength .strengthLeft{
  width: 40%;
  border-right: 1px solid #A0A0A0;
  padding: 0 20px 0 0;
}
@media screen and (max-width:768px) {
  .moldStrength .strengthLeft{
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #A0A0A0;
    padding: 0 0 13px 0;
  }
}
.moldStrength .strengthWrap .detailWrap.left{
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 10px;
  padding-left: 10px;
}
@media screen and (max-width:768px) {
  .moldStrength .strengthWrap .detailWrap.left{
    flex-direction: column;
    gap: 10px;
  }
}
.moldStrength .strengthWrap .detailWrap.left .detailText{
}
.moldStrength .detailText ul.skillList{
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 0;
  padding-left: 15px;
}
.moldStrength ul.skillList li.skillItem{
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 30px;
}
.moldStrength li.skillItem .type{
  min-width: 40px;
}
.moldStrength li.skillItem .number{
}

/* 強み_右コンテンツ */
.moldStrength .strengthRight{
  width: 60%;
  padding: 0 0 0 20px;
}
@media screen and (max-width:768px) {
  .moldStrength .strengthRight{
    width: 100%;
    padding: 10px 0 0 0;
  }
}
.moldStrength .strengthRight>ul{
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 0;
}
.moldStrength .strengthRight>ul>li{
  width: 100%;
  border-bottom: 1px solid #A0A0A0;
  padding: 8px 0 5px;
}
.moldStrength .strengthRight>ul>li:first-of-type{
  border-top: none;
  padding-top: 0;
}
.moldStrength .strengthRight>ul>li:last-of-type{
  border-bottom: none;
  padding-bottom: 0;
}

/*----------------------------------------
*   部品成形、工程フロー、設備説明
------------------------------------------*/
.moldFlow{
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 30px;
  color: #333;
  margin-bottom: 60px;
}
.moldFlow_row{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
}
@media screen and (max-width:768px) {
  .moldFlow_row{
    flex-direction: column;
    gap: 10px;
  }
}
.moldFlow_row ul.moldFlowList{
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .moldFlow_row ul.moldFlowList{
    max-width: 600px;
    gap: 5px;
    margin: 0 auto;
  }
}
ul.moldFlowList li.moldFlowItem{
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width:768px) {
  ul.moldFlowList li.moldFlowItem{
    align-items: start;
    flex-direction: column;
    gap: 0px;
  }
}
li.moldFlowItem>.ttl {
  min-width: 130px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #35A8C6;
  padding: 3px 10px;
}
@media screen and (max-width:768px) {
  li.moldFlowItem>.ttl {
    min-width: 120px;
    font-size: 14px;
    border-radius: 4px 4px 0 0;
    padding: 3px 10px;
  }
}
li.moldFlowItem>.ttl:after {
  position: absolute;
  content: "";
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: #35A8C6;
  height: calc(tan(40deg) * 38px / 2);
  width: 38px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width:768px) {
  li.moldFlowItem>.ttl:after {
    display: none;
  }
}
li.moldFlowItem:last-of-type>.ttl:after {
  display: none;
}
li.moldFlowItem>.detailWrap {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0;
  background-color: #fff;
  border-radius: 4px;
  text-align: left;
  padding: 10px 20px;
}
@media screen and (max-width:768px) {
  li.moldFlowItem>.detailWrap {
    border-radius: 0 4px 4px 4px;
    text-align: left;
    padding: 10px 10px;
  }
}
li.moldFlowItem>.detailWrap img{
  max-width: 130px;
  border-right: 1px solid #ACACAC;
  padding-right: 20px;
}
@media screen and (max-width:768px) {
  li.moldFlowItem>.detailWrap img{
    max-width: 90px;
    padding-right: 10px;
  }
}
li.moldFlowItem>.detailWrap .text{
  font-size: 14px;
  padding-left: 20px;
}
li.moldFlowItem>.detailWrap .text .note{
  font-size: 12px;
}
@media screen and (max-width:768px) {
  li.moldFlowItem>.detailWrap .text{
    font-size: 13px;
    padding-left: 15px;
  }
  li.moldFlowItem>.detailWrap .text .note{
    font-size: 11px;
  }
}

/*----------------------------------------
*   部品成形、保有設備
------------------------------------------*/
.moldEquip{
  color: #333;
  text-align: center;
  background-color: #fff;
  padding: 40px 10px 50px;
  margin: 0 auto 60px;
}
@media screen and (max-width:768px) {
  .moldEquip{
    max-width: 400px;
    padding: 30px 10px 40px;
    margin: 0 auto 60px;
  }
}
.moldEquip .conts{
}
.moldEquip .conts .ttlMain{
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (max-width:768px) {
  .moldEquip .conts .ttlMain{
    margin: 0 auto 20px;
  }
}
.moldEquip .conts .ttlMain .font_s{
  font-size: 14px;
}
/* 部品成形、保有設備TBL、複数テーブルまとめ */
.moldEquip .moldEquip_table{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
/* 部品成形、保有設備TBL、個別テーブルごと（TBL大タイトル含む） */
.moldEquip_table .tableWrap{
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:576px) {
  .moldEquip_table .tableWrap{
    max-width: 380px;
    margin: 0 auto;
  }
}
.moldEquip_table .tableWrap .ttl{
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border: solid 1px #fff;
  background-color: #499FB9;
  padding: 5px;
}
@media screen and (max-width:576px) {
  .moldEquip_table .tableWrap .ttl{
    font-size: 13px;
    padding: 3px;
  }
}
/* 部品成形、保有設備TBL、tableList内<table>まとめ */
.moldEquip_table .tableWrap .tableList{
  display: flex;
  justify-content: center;
  align-items: start;
}
@media screen and (max-width:576px) {
  .moldEquip_table .tableWrap .tableList{
    flex-direction: column;
  }
}
/* 部品成形、保有設備TBL、個別テーブル<table>、左右のTBLごと */
.moldEquip_table .tableList table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #fff;
}
@media screen and (max-width:576px) {
  .moldEquip_table .tableList table {
  }
  .moldEquip_table .tableList table:nth-of-type(2) {
    margin-top: -1px;
  }
}
.moldEquip_table tr{
  border-bottom: 1px solid #fff;
}
.moldEquip_table tr:nth-of-type(odd){
  background-color:#D0D5E8;
}
.moldEquip_table tr:nth-of-type(even){
  background-color:#E9EBF4;
}
/* SP時セル背景色反転 */
@media screen and (max-width:576px) {
  .moldEquip_table tbody.oddEvenRev tr:nth-of-type(odd){
    background-color:#E9EBF4;
  }
  .moldEquip_table tbody.oddEvenRev tr:nth-of-type(even){
    background-color:#D0D5E8;
  }
}

.moldEquip_table th,td{
  font-size: 13px;
  border: none;
}
@media screen and (max-width:576px) {
  .moldEquip_table th,td{
    font-size: 12px;
  }
}
.moldEquip_table th{
  width: 400px;
  font-weight: 400;
  text-align: left;
  border-right: 1px solid #fff;
  padding: 5px 16px;
}
@media screen and (max-width:576px) {
  .moldEquip_table th{
    padding: 3px 3px 3px 10px;
  }
}
.moldEquip_table td{
  width: 100px;
  vertical-align: middle;
  text-align: center;
  padding: 5px 5px 5px 5px;
}
@media screen and (max-width:576px) {
  .moldEquip_table td{
    padding: 3px;
  }
}
@media screen and (max-width:576px) {
  .dispSp_none{
    display: none;
  }
}




/*----------------------------------------
*   部品成形、FAQ
------------------------------------------*/
.moldFaq{
  color: #fff;
  text-align: center;
  padding: 20px 0 0px;
  margin-bottom: 0px;
}
.moldFaq .ttlMain{
  font-family: 'Noto Serif JP', serif;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (max-width:768px) {
  .moldFaq .ttlMain{
    margin: 0 auto 20px;
  }
}
.moldFaq .conts{
}
.moldFaq .conts ul.moldFaqlist{
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 5px;
  text-align: left;
}
ul.moldFaqlist li.moldFaqItem{
  width: 100%;
}
li.moldFaqItem .qWrap{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  color:#35A8C6;
  font-weight: 700;
  background-color: #EDF2F4;
  border-radius: 3px 3px 0 0;
  padding: 10px 20px 10px 40px;
}
@media screen and (max-width:768px) {
  li.moldFaqItem .qWrap{
    gap: 15px;
    border-radius: 3px 3px 0 0;
    padding: 6px 15px 6px 15px;
  }
}
li.moldFaqItem .qWrap .icon{
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
}
@media screen and (max-width:768px) {
  li.moldFaqItem .qWrap .icon{
    font-size: 20px;
  }
}
li.moldFaqItem .qWrap .text{
  font-size: 14px;
}
li.moldFaqItem .aWrap{
  font-size: 14px;
  font-weight: 400;
  color: #333;
  background-color: #FFF;
  border-top: 1px solid #C9C9C9;
  border-radius: 0 0 3px 3px;
  padding: 14px 20px 16px 76px;
}
@media screen and (max-width:768px) {
  li.moldFaqItem .aWrap{
    padding: 10px 15px 10px 15px;
  }
}
li.moldFaqItem .aWrap .font_s{
  font-size: 12px;
}



/*----------------------------------------
*   バナー banner_mountLp
------------------------------------------*/
.banner_mountLp{
  color: #fff;
  background-color: #898989;
}
/* セクションスペース */
.banner_mountLp.section_space {
  padding: 40px 15px;
}
@media screen and (max-width:768px) {
  .banner_mountLp.section_space {
    padding: 40px 15px;
  }
}
.banner_mountLp a.bannerWrap{
  max-width: 700px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .banner_mountLp a.bannerWrap{
    max-width: 320px;
    flex-direction: column;
    gap: 2px;
    margin: 0 auto;
  }
}
.banner_mountLp a.bannerWrap .leftConts{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
  background: linear-gradient(to right, #000000 0%, #424242 100%);
  padding: 20px 15px;
}
@media screen and (max-width:768px) {
  .banner_mountLp a.bannerWrap .leftConts{
    width: 100%;
    padding: 10px 15px;
  }
}
.banner_mountLp a.bannerWrap .rightConts{
  width: 50%;
}
@media screen and (max-width:768px) {
  .banner_mountLp a.bannerWrap .rightConts{
    width: 100%;
  }
}
.banner_mountLp a.bannerWrap .rightConts img{
  max-width: 320px;
}
@media screen and (max-width:768px) {
  .banner_mountLp a.bannerWrap .rightConts img{
  }
}


/*----------------------------------------
*   お気軽にお問い合わせください_mountLp
------------------------------------------*/
.contact_mountLp{
  background-image: url(/monozukuri/lp/board-mounting/img/contact_bg.jpg);
  background-size: cover;
  color: #fff;
}
/* セクションスペース */
.contact_mountLp.section_space {
  position: relative;
  z-index: 1;
  padding: 0px 15px 80px;
  margin-top: 0;
}
@media screen and (max-width:768px) {
  .contact_mountLp.section_space {
    padding: 0px 15px 50px;
  }
}
/* セクションタイトル */
.contact_mountLp .section_ttlWrap_mountLp{
  text-align: center;
  padding: 60px 0 20px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .contact_mountLp .section_ttlWrap_mountLp{
    padding: 40px 0 10px;
    margin: 0 auto;
  }
}
.contact_mountLp .inner{
  max-width: 960px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin: 0 auto;
}
.contact_mountLp .section_ttlHead_mountLp{
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.contact_mountLp .section_ttlSub_mountLp:after{
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  width: 24px;
  height: 1px;
  background: #688DA8;
  margin: 0 auto;
}
.contact_mountLp .section_ttlDetail_mountLp{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.025em;
  color: #fff;
}

/* コンテンツ contact */
.contact_mountLp .contsWrap{
  position: relative;
  margin: 0 auto;
}
/* コンタクトリスト */
.contact_mountLp .contsWrap ul.contactList {
  max-width: 1000px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .contact_mountLp .contsWrap ul.contactList {
    max-width: 400px;
    flex-direction: column;
    gap: 10px;
    padding: 0 0;
    margin: 0 auto;
  }
}
.contact_mountLp ul.contactList li{
  width: 32%;
  background-color: #E2E0E0;
  text-align: center;
  border-radius: 4px;
  padding: 20px 13px;
}
@media screen and (max-width:768px) {
  .contact_mountLp ul.contactList li{
    width: 100%;
    padding: 20px 15px;
  }
}
.contact_mountLp ul.contactList li .ttl{
  font-size: 14px;
  font-weight: 700;
  color: #0B0E17;
  margin-bottom: 10px;
}
/* お問い合わせボタン mountLp */
ul.contactList li .btnContact_mountLp a{
  max-width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: transparent linear-gradient(90deg, #2C93D6 0%, #1A83C7 52%, #03619F 100%);
  border: 4px solid #2F9DE5;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 12px 20px;
  margin: 0 auto;
}
ul.contactList li .btnContact_mountLp.contact a{
  background: transparent linear-gradient(90deg, #2C93D6 0%, #1A83C7 52%, #03619F 100%);
  border: 4px solid #2F9DE5;
  color: #fff;
}
ul.contactList li .btnContact_mountLp.exhi a{
  background: transparent linear-gradient(90deg, #104695 0%, #052F6C 100%);
  border: 4px solid #1661CE;
  color: #fff;
}
ul.contactList li .btnContact_mountLp.dl a{
  background: transparent linear-gradient(90deg, #EFB400 0%, #DB9C11 100%);
  border: 4px solid #E5AE03;
  color: #0B0E17;
}
ul.contactList li .btnContact_mountLp.msExhi a{
  background: linear-gradient(90deg, #E06A48 0%, #A52500 100%) 0% 0%;
  border: 4px solid #FA9C80;
  color: #fff;
  padding: 12px 10px;
}
ul.contactList li .btnContact_mountLp a{
}
ul.contactList li .btnContact_mountLp i{
}
.btnContact_mountLp .text{
}


/* フッター ms Lp */
.footer_mountLp{
}
.footer_mountLp a{
  color: #fff;
  text-decoration: underline;
}
.footer_mountLp a:hover{
  cursor: pointer;
}
.footer_mountLp .footerConts{
  color: #fff;
  background-color: #696969;
  padding: 50px 20px 60px;
}
@media screen and (max-width:768px) {
  .footer_mountLp .footerConts{
    padding: 40px 20px 40px;
  }
}
.footer_mountLp .footerConts .ttl{
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .footer_mountLp .footerConts .ttl{
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.footer_mountLp .footerConts .detail{
}
.footer_mountLp .footerConts .detail>ul{
  max-width: 1060px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 14px;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .footer_mountLp .footerConts .detail>ul{
    max-width: 310px;
    flex-direction: column;
    gap: 15px;
    margin: 0 auto;
  }
}
.footer_mountLp .footerConts .detail>ul>li{
  width: 31%;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .footer_mountLp .footerConts .detail>ul>li{
    width: 100%;
    margin: 0 auto;
  }
}
.footer_mountLp .footerConts .detail>ul>li p{
  margin-bottom: 10px;
}
.footer_mountLp .footerConts .detail>ul>li p a{
}
.footer_mountLp .footerCopy{
  color: #fff;
  background-color: #151515;
  padding: 10px 20px;
}
.footer_mountLp .footerCopy{
  color: #fff;
  background-color: #151515;
  padding: 10px 20px;
}
@media screen and (max-width:768px) {
  .footer_mountLp .footerCopy{
    padding: 10px 20px 60px;
  }
}
.footer_mountLp .copyWrap{
  font-size: 13px;
}
@media screen and (max-width:768px) {
  .footer_mountLp .copyWrap{
    font-size: 11px;
  }
}

/*------------------------------------------------
*    フローティングボタン（PC）
*    btnFix_mountLp_exhi
*    ものづくりLP オンライン展示会へ mountLp
-------------------------------------------------*/
/* btnFix共通 */
.btnFix a{
  transition: all 0.2s ease 0s;
}
.btnFix a:hover{
  opacity: 0.5;
}
#btnFix_mountLp_exhi {
  width: 60px;
  height: 240px;
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #104695 0%, #052F6C 100%);
  border-radius: 6px 0 0 6px;
  transform: translateX(60px);
  transition: all 0.3s;
  padding: 20px 10px;
}
@media screen and (max-width:768px) {
  #btnFix_mountLp_exhi {
    display: none;
  }
}
#btnFix_mountLp_exhi>a{
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  cursor: pointer;
  margin: 0 auto;
}

#btnFix_mountLp_exhi.LeftMove {
  animation: LeftAnime 0.5s forwards;
}
@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

#btnFix_mountLp_exhi.RightMove {
  animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(60px);
  }
}

/*------------------------------------------------
*    フローティングボタン（PC）
*    btnFix_mountLp_dl
*    ものづくりLP 資料ダウンロードへ  mountLp
-------------------------------------------------*/
#btnFix_mountLp_dl {
  width: 60px;
  height: 240px;
  position: fixed;
  top: 350px;
  right: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #EFB400 0%, #DB9C11 100%);
  border-radius: 6px 0 0 6px;
  transform: translateX(60px);
  transition: all 0.3s;
  padding: 20px 10px;
}
@media screen and (max-width:768px) {
  #btnFix_mountLp_dl {
    display: none;
  }
}
#btnFix_mountLp_dl>a{
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #0B0E17;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  cursor: pointer;
  margin: 0 auto;
}

/* 左の動き */
#btnFix_mountLp_dl.LeftMove {
  animation: LeftAnime 0.5s forwards;
}
@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 右の動き */
#btnFix_mountLp_dl.RightMove {
  animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(60px);
  }
}

/*------------------------------------------------
*    フローティングボタン（PC）
*    btnFix_mountLp_pageTop
*    ものづくりLP TOPへ戻る  mountLp
-------------------------------------------------*/
#btnFix_mountLp_pageTop {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E2E0E0;
  border-radius: 6px 0 0 6px;
  transform: translateX(60px);
  transition: all 0.3s;
  padding-top: 10px;
}
@media screen and (max-width:768px) {
  #btnFix_mountLp_pageTop {
    display: none;
  }
}
#btnFix_mountLp_pageTop>a{
  display: block;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #0B0E17;
  cursor: pointer;
  margin: 0 auto;
}
#btnFix_mountLp_pageTop i{
  font-size: 34px;
  font-weight: 600;
}

/* 左の動き */
#btnFix_mountLp_pageTop.LeftMove {
  animation: LeftAnime 0.5s forwards;
}
@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 右の動き */
#btnFix_mountLp_pageTop.RightMove {
  animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(60px);
  }
}


/*------------------------------------------------
*    フローティングボタン（SP）
*    btnFix_mountLp_exhi_sp
*    ものづくりLP オンライン展示会へ mountLp
-------------------------------------------------*/
#btnFix_mountLp_exhi_sp {
  display: none;
}
  @media screen and (max-width:768px) {
  #btnFix_mountLp_exhi_sp {
    width: 150px;
    height: 50px;
    position: fixed;
    bottom: 0px;
    left: 5px;
    z-index: 3;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #104695 0%, #052F6C 100%);
    border-radius: 6px;
    transform: translateX(60px);
    transition: all 0.3s;
    padding: 12px 5px;
  }
}
#btnFix_mountLp_exhi_sp>a{
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  cursor: pointer;
  margin: 0 auto;
}

/* 上に上がる動き */
#btnFix_mountLp_exhi_sp.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 下に下がる動き */
#btnFix_mountLp_exhi_sp.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

/*------------------------------------------------
*    フローティングボタン（SP）
*    btnFix_mountLp_dl_sp
*    ものづくりLP 資料ダウンロードへ mountLp
-------------------------------------------------*/
#btnFix_mountLp_dl_sp {
  display: none;
}
@media screen and (max-width:768px) {
  #btnFix_mountLp_dl_sp {
    width: 150px;
    height: 50px;
    position: fixed;
    bottom: 0px;
    left: 160px;
    z-index: 3;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #EFB400 0%, #DB9C11 100%);
    border-radius: 6px;
    transform: translateX(60px);
    transition: all 0.3s;
    padding: 12px 5px;
  }
}
#btnFix_mountLp_dl_sp>a{
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #0B0E17;
  letter-spacing: 0.1em;
  cursor: pointer;
  margin: 0 auto;
}

/* 上に上がる動き */
#btnFix_mountLp_dl_sp.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 下に下がる動き */
#btnFix_mountLp_dl_sp.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

/*------------------------------------------------
*    フローティングボタン（SP）
*    btnFix_mountLp_dl_sp
*    ものづくりLP ページトップボタン mountLp
-------------------------------------------------*/
#btnFix_mountLp_pageTop_sp {
  width: 45px;
  height: 50px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 3;
  opacity: 0;
  background: #E2E0E0;
  border: 1px solid #ccc;
  border-radius: 6px;
  transform: translateX(60px);
  transition: all 0.3s;
  padding-top: 10px;
}

#btnFix_mountLp_pageTop_sp>a{
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #0B0E17;
  letter-spacing: 0.1em;
  cursor: pointer;
  margin: 0 auto;
}
#btnFix_mountLp_pageTop_sp i{
  font-size: 30px;
  font-weight: 600;
}

/* 上に上がる動き */
#btnFix_mountLp_pageTop_sp.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 下に下がる動き */
#btnFix_mountLp_pageTop_sp.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}


/*------------------------------------------------
*    pageTop_mountLp #pageTop_mountLp mountLp
-------------------------------------------------*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}
#page-top a:hover{
	background: #777;
}
#page-top {
	position: fixed;
	right: 5px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}




