@charset "UTF-8";
/* Common CSS */

.bannar_mv {
  background: url(../common_img/bg_page.jpg) no-repeat no-repeat center center;
  background-size: cover;
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.bannar_mv .headline_txt {
  font-size: 25px;
  color: #fff;
  background: #0a59a3;
  -ms-transform: skewX(-24deg);
  -webkit-transform: skewX(-24deg);
  transform: skewX(-24deg);
  line-height: 1.3;
  padding-top: 10px;
  padding-bottom: 8px;
  width: 70%;
  padding-left: 2%;
}

.bannar_mv .headline_txt::before {
  content: "";
  right: 90%;
  width: 20%;
  height: 100%;
  top: 0;
  position: absolute;
  background-color: #0a59a3;
}

.bannar_mv .headline_txt span {
  -ms-transform: skewX(24deg);
  -webkit-transform: skewX(24deg);
  transform: skewX(24deg);
  display: inline-block;
}

.mg_auto {
  margin: 0 auto;
}

.txt24 {
  font-size: 24px;
}

.txt23 {
  font-size: 23px;
}

.txt21 {
  font-size: 21px;
}

.txt18 {
  font-size: 18px;
}

.txt19 {
  font-size: 19px;
}

.txt16 {
  font-size: 16px;
}

.cm_title_line {
  color: #124a7f;
  overflow: hidden;
}

.cm_title_line span {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  line-height: 1.4;
}

.cm_title_line span::before,
.cm_title_line span::after {
  width: 75px;
  height: 1px;
  border-bottom: 1px solid #124a7f;
  top: 45%;
  position: absolute;
  content: "";
}

.cm_title_line span::before {
  left: 100%;
}

.cm_title_line span::after {
  right: 100%;
}

.style_list01 {
  background-color: #eff4f8;
  padding: 15px 3%;
}

.style_list01 li {
  background: url(../../titanium/images/icon_tick.png) no-repeat left center;
  padding: 10px 0px 10px 48px;
}

.cm_title {
  background: url(../../common_img/t_icon.png) no-repeat left top 1px;
  padding-left: 30px;
  font-weight: 500;
  padding-bottom: 5px;
  line-height: 1.3;
  font-size: 20px;
}

.cm_title span.blue {
  margin-right: 10px;
  font-weight: 600;
}

.tb_scroll {
  overflow-x: auto;
}

#page_process .cm_table img,
.cm_table.roalet_table01 img {
  display: block;
  width: 75%;
  margin: 0 auto 20px;
}

#page_process table,
.cm_table.roalet_table01 table {
  width: 96%;
  margin: auto;
}

#page_process .cm_table th,
#page_process .cm_table td,
.cm_table.roalet_table01 th,
.cm_table.roalet_table01 td {
  padding: 5px;
}

.cm_table.roalet_table01 td {
  background-color: #fff;
}

#page_process .cm_table th,
.cm_table.roalet_table01 th {
  width: 25%;
}

#page_process .inner3 .cm_table tr:first-child th,
#page_process .inner3 .cm_table tr:first-child td {
  font-weight: bold;
  background-color: #0a59a3;
  color: #fff;
}

#page_process .process_intro {
  margin-bottom: 35px;
}

#page_process .process_intro .process_intro--img {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

#page_process .process_intro .process_intro--img img {
  width: 90%;
  height: auto;
}

.cm_table.roalet_table02 th,
.cm_table.roalet_table02 td {
  width: calc(100% / 6);
  font-size: 13px;
  line-height: 1;
  text-align: center;
}

.roalet_table02 table {
  width: 100%;
  margin-bottom: 30px;
}

.roalet_table02 table th,
.roalet_table02 table td {
  padding: 5px;
}

.page_titanium .cm_table table {
  width: 900px;
}

.page_titanium .table_titanium_wrap {
  height: 400px;
}

@media only screen and (max-width: 414px) {
  .page_titanium .table_titanium_wrap::-webkit-scrollbar {
    width: 5px;
    background: #eee;
  }

  .page_titanium .table_titanium_wrap::-webkit-scrollbar:horizontal {
    height: 8px;
    background: #eee;
  }

  .page_titanium .table_titanium_wrap::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 3px;
  }

  .page_titanium .table_titanium_wrap::-webkit-scrollbar-thumb:horizontal {
    background: #c0c0c0;
    border-radius: 3px;
  }
}

.table_raremetal_wrap table {
  width: 1000px !important;
}

.table_raremetal_wrap {
  height: 400px;
}

@media only screen and (max-width: 414px) {
  .table_raremetal_wrap::-webkit-scrollbar {
    width: 5px;
    background: #eee;
  }

  .table_raremetal_wrap::-webkit-scrollbar:horizontal {
    height: 8px;
    background: #eee;
  }

  .table_raremetal_wrap::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 3px;
  }

  .table_raremetal_wrap::-webkit-scrollbar-thumb:horizontal {
    background: #c0c0c0;
    border-radius: 3px;
  }
}



.page_roalet .bannar_mv .headline_txt {
  width: 80%;
}

.cm_table th {
  background-color: #648db4;
  color: #fff;
  font-weight: normal;
  text-align: center;
  font-size: 15px;
}

.cm_table th,
.cm_table td {
  padding: 15px 1%;
  border: 1px solid #a2a2a2;
  vertical-align: middle;
}

.gothic {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.btn_pfd {
  background-color: #0a59a3;
  color: #fff;
  border-radius: 5px;
  text-decoration: none !important;
}

.btn_pfd span {
  font-weight: 600;
  background: url(../../titanium/images/icon_pdf.png) no-repeat center left 7px / 30px, url(../../common_img/arr_btt.png) no-repeat right 7px center;
  display: inline-block;
  min-width: 70%;
  padding: 13px 30px 13px 45px;
}

.blue {
  color: #0a59a3;
}


.contact_top_order {
  margin-bottom: 30px;
}

.contact_top_order a {
  width: 100%;
  display: block;
  padding: 15px 40px 15px 65px;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  color: #fff;
  text-align: center;
  margin: auto auto 0;
  text-decoration: none;
  line-height: 1;
  border-radius: 5px;
  background: #0a59a3;
}

.contact_top_order a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
  width: 30px;
  height: 40px;
  background: url(../common_img/icon_dl_excel.png) no-repeat center center/100%;
}

.contact_top_order a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 13px;
  height: 20px;
  background: url(../../common_img/arr_btt.png) no-repeat;
}

.contact_bannar {
  background-color: #f4f4f4;
}

.contact_bannar .box_phone {
  border: 2px solid #0e7db6;
  padding: 15px 1%;
  background-color: #fff;
}

.contact_bannar .blue {
  font-size: 12px;
}

.phone {
  line-height: 1.2;
}

.phone span {
  display: inline-block;
  color: #de2e24;
  font-weight: bold;
  font-size: 38px;
  font-family: 'Helvetica Condensed', sans-serif;
  background: url(../../common_img/cm_telephone.png) center left no-repeat;
  padding-left: 35px;
  background-size: auto 30px;
}

.list_bn li {
  width: 48%;
  border: 5px solid #fff;
  text-shadow:
    #fff 2px 0px, #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px, #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px, #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px, #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}

.list_bn li a {
  color: #010101;
  text-decoration: none;
}

.list_bn li h3 {
  left: 0;
  width: 100%;
  line-height: 1.4;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.list_step h3 {
  margin-top: 5px;
}

.list_step li {
  width: 32%;
}

.list_step li:nth-of-type(even) {
  margin-left: 2%;
  margin-right: 2%;
}

.bg_step {
  background-color: #eff4f8;
}

.bg_blue {
  background-color: #81a2c2;
}

.list_roalet {
  width: 330px;
  max-width: 100%;
}

.list_roalet li {
  border: 3px solid #0a59a3;
  padding: 4%;
  background-color: #fff;
}

.list_roalet h3 {
  width: 50%;
}

.list_roalet figure {
  width: 47%;
}

.btn_pro {
  font-weight: 600;
  color: #fff;
  background: url(../../common_img/arr_btt.png) no-repeat right 10px center #0a59a3;
  display: inline-block;
  line-height: 1.3;
  background-size: auto 14px;
  padding: 12px 0px;
  width: 200px;
  text-decoration: none !important;
  border-radius: 4px;
}

.list_fea h3 {
  background-color: #f29112;
  padding: 10px 2%;
  line-height: 1.3;
}

.btn_fea {
  font-weight: 600;
  color: #fff;
  background: url(../../common_img/arr_btt.png) no-repeat right 10px center #0a59a3;
  line-height: 1.3;
  text-decoration: none !important;
  background-size: auto 14px;
  padding: 12px 25px;
}

.btn_fea.w315 {
  width: 325px;
  max-width: 100%;
  border-radius: 3px;
}

.btn_fea.pdf_icon {
  position: relative;
}

.btn_fea.pdf_icon::before {
  content: "";
  height: 100%;
  left: 5px;
  position: absolute;
  top: 0;
  width: 30px;
  background: url(../../common_img/icon_pdf2.png) no-repeat left center;
  background-size: auto 20px;
}

.list_btn span {
  width: 49%;
}

.dv_box li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 25px;
}

.dv_box li::before {
  position: absolute;
  content: "●";
  top: 0;
  left: 0;
}

.page_eco .table_eco_wrap {
  height: 400px;
}

.page_eco .cm_table.tb_scroll table {
  width: 800px;
}

.page_eco .cm_table.tb_scroll table th {
  min-width: 55px;
}

@media only screen and (max-width: 414px) {
  .page_eco .table_eco_wrap::-webkit-scrollbar {
    width: 5px;
    background: #eee;
  }

  .page_eco .table_eco_wrap::-webkit-scrollbar:horizontal {
    height: 8px;
    background: #eee;
  }

  .page_eco .table_eco_wrap::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 3px;
  }

  .page_eco .table_eco_wrap::-webkit-scrollbar-thumb:horizontal {
    background: #c0c0c0;
    border-radius: 3px;
  }
}

.word {
  border-bottom: 1px dotted #a2a2a2;
}

.box_search input[type="text"] {
  height: 46px;
  border: 1px solid #0e7db6;
  width: -moz-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: -o-calc(100% - 100px);
  width: calc(100% - 100px);
  width: -ms-(100% - 100px);
  padding-left: 2%;
}

.box_search input[type="text"]::-webkit-input-placeholder {
  color: #0e7db6;
}

.box_search input[type="text"]::-moz-placeholder {
  /* Firefox 18- */
  color: #0e7db6;
}

.box_search input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #0e7db6;
}

.box_search input[type="text"]:-ms-input-placeholder {
  color: #0e7db6;
}

.box_search button {
  background: #0e7db6;
  color: #fff;
  width: 100px;
  height: 46px;
  border: none;
  outline: none;
  line-height: 1;
  cursor: pointer;
}

.catalogy li {
  width: 48%;
  margin-bottom: 10px;
}

.catalogy a {
  display: block;
  width: 100%;
  border: 1px solid #0a59a3;
  background-color: #fff;
  color: #0a59a3;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 2%;
  cursor: pointer;
}

.box_bg h2 {
  color: #fff;
  background: #648db4;
  width: 170px;
  padding: 7px 2%;
}

.box_bg ul {
  border: 1px solid #648db4;
}

.list_ca {
  padding: 15px 2% 5px;
}

.list_ca li {
  width: 49%;
  margin-bottom: 10px;
  background-color: #e8ebee;
  padding: 10px 15px 10px 15px;
}

.list_ca li::before {
  content: "▶";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.list_ca li:nth-of-type(even) {
  margin-left: 2%;
}

ul.tabs li {
  background: none;
  color: #222;
  text-align: center;
  font-weight: 600;
  width: 49%;
  float: left;
  border: 1px solid #0a59a3;
  padding: 10px 2%;
  color: #0a59a3;
  font-size: 16px;
  cursor: pointer;
}

ul.tabs li:nth-of-type(odd) {
  margin-right: 2%;
}

ul.tabs li.current {
  background-color: #0a59a3;
  color: #fff;
}

.tab-content {
  display: none;
  width: 100%;
  border: 1px solid #0a59a3;
}

.tab-content.current {
  display: inherit;
}

.line_bt {
  border-bottom: 1px solid #000;
}

#products button {
  color: #fff;
  text-decoration: none;
  background-color: #0a59a3;
  padding: 5px;
  border: none;
  border-radius: 3px;
  width: 100%;
  cursor: pointer;
}

.page_p-detail .pagenation {
  margin: 10px auto 50px auto;
  display: flex;
  align-items: flex-end;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.page_p-detail .pagenation ul {
  display: flex;
  align-items: center;
}

.page_p-detail .pagenation ul li {
  line-height: 1;
  margin: 0 1px;
}

.page_p-detail .pagenation span {
  color: #fff !important;
  background-color: #0a59a3;
  font-weight: bold;
}

.page_p-detail .pagenation span,
.page_p-detail .pagenation a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  height: 30px;
  margin: 0 5px;
  padding: 0 3px;
  line-height: 1.3;
  color: #0a59a3;
  text-align: center;
}

.page_p-detail .zaiko_list .btn_detail {
  padding: 10px 2% 10px 30px !important;
}

.page_p-detail ul.tabs li {
  font-size: 14px;
}

.ul_note li {
  list-style-type: disc;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 20;
}

.line_left {
  border-left: 10px solid #648db4;
  padding-left: 15px;
  font-size: 15px;
  font-weight: bold;
}

.pdf_list li {
  width: 32%;
}

.list_pro li {
  width: 48%;
  margin-bottom: 15px;
}

.btn_detail {
  color: #fff;
  text-decoration: none;
  background: url(../../product/images/ic_PDF.png) no-repeat left 7px center;
  background-color: #12497c;
  background-size: auto 22px;
  border-radius: 4px;
  text-decoration: none !important;
  padding: 10px 2%;
}

.weight_detail {
  padding: 20px 2%;
}

.weight_detail .list_weight li {
  width: 49%;
}

.weight_detail .list_weight input {
  max-width: 100%;
  height: 40px;
  font-size: 13px;
}

.weight_detail .list_weight input::placeholder {
  font-size: 10.5px;
}

.weight_detail .list_weight label {
  padding-right: 30px;
  width: 100%;
  display: inline-block;
}

.weight_detail .list_weight label span.asb {
  top: 10px;
  right: 0;
  width: 30px;
  padding-left: 3px;
  display: inline-block;
}

.line_blue {
  border-bottom: 1px solid #0a59a3;
}

.sec_wei select,
.sec_wei label {
  width: 49%;
}

.sec_wei input[type="number"] {
  height: 40px;
  max-width: 100%;
}

.sec_wei label {
  padding-right: 60px;
}

.sec_wei span {
  display: inline-block;
  line-height: 1.3;
  right: 0;
  top: 0;
}

.button a {
  text-decoration: none;
  color: #0a59a3;
  border: 1px solid #0a59a3;
  width: 110px;
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 3px;
  font-weight: bold;
}

.total {
  height: 40px;
  border: 1px solid #0a59a3;
}

.box_line_blue {
  border: 1px solid #0e7db6;
  width: 100%;
}

.box_line_blue h4 {
  background: #0e7db6;
  color: #fff;
  padding: 10px 2%;
}

.box_line_blue ul {
  padding: 15px 2%;
}

.box_line_blue ul li {
  position: relative;
  padding-left: 20px;
}

.box_line_blue ul li::before {
  position: absolute;
  content: "●";
  top: 0;
  left: 0;
}

.link {
  color: #232323;
  text-decoration: none !important;
}

.link_blue {
  color: #0e7db6;
}

.list_text01 li {
  text-indent: -15px;
  padding-left: 15px;
  margin-bottom: 10px;
}

.list_text01 li:last-of-type {
  margin-bottom: 0px;
}

.item_privacy {
  padding: 20px 2%;
}

.bannar_contact {
  padding: 15px 34% 15px 2%;
}

.bannar_contact h3 {
  font-size: 20px;
}

.bannar_contact dl {
  width: 255px;
  max-width: 100%;
  margin: 0 auto;
}

.bannar_contact figure.asb {
  bottom: 20%;
  right: 2%;
  width: 33%;
}

.bannar_contact p.asb {
  right: -7px;
  font-size: 13px;
  top: 100%;
}

.unline {
  text-decoration: underline;
}

.tbl_contact {
  width: 100%;
}

.tbl_contact th,
.tbl_contact td {
  display: block;
  width: 100%;
  text-align: left;
}

.tbl_contact tr:last-of-type td {
  border-bottom: 1px solid #1178be;
}

.tbl_contact td {
  padding: 0px 7px 13px;
}

.tbl_contact th {
  padding: 13px 7px 13px 50px;
  border-top: 1px solid #1178be;
}

.tbl_contact .bdr_none th {
  border-top: none;
  padding-top: 0;
}

.tbl_contact th.hissu {
  background: url(../../contact/images/hissu.jpg) center left 7px no-repeat;
}

.tbl_contact th.hissu.multi_line {
  background-position: top 13px left 7px
}

.tbl_contact th.ninni {
  background: url(../../contact/images/ninni.jpg) center left 7px no-repeat;
}

.tbl_contact .bdr_none th.hissu,
.tbl_contact .bdr_none th.ninni {
  background-position: top 2px left 7px;
}


.tbl_contact input[type="text"],
.tbl_contact select {
  height: 40px;
}

.tbl_contact textarea,
.tbl_contact input[type="text"],
.tbl_contact textarea,
.tbl_contact input[type="tel"] {
  width: 100%;
  padding-left: 7px;
  padding-right: 7px;
}

.tbl_contact textarea::-webkit-input-placeholder {
  font-family: "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
}

.tbl_contact textarea:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
}

.tbl_contact textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
}

.tbl_contact textarea:-ms-input-placeholder {
  font-family: "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
}

input.btn_pro {
  border: none;
}

.item_company li {
  height: 105px;
  color: #fff;
  font-size: 21px;
  background-size: cover;
}

.item_company li:nth-child(1) {
  background: url(../../company/images/bg1.jpg) top center no-repeat;
}

.item_company li:nth-child(2) {
  background: url(../../company/images/bg2.jpg) top center no-repeat;
}

.item_company li:nth-child(3) {
  background: url(../../company/images/bg3.jpg) top center no-repeat;
}

.company_bnr_txt {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}


.cm_table .block th,
.cm_table .block td {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 1%;
}

.cm_table .block td {
  border-top: none;
}

.tt_blue {
  color: #fff;
  background: #0e7db6;
  font-size: 20px;
  padding: 10px;
  font-weight: normal;
  border-top: 1px solid #a2a2a2;
  border-left: 1px solid #a2a2a2;
  border-right: 1px solid #a2a2a2;
}

.list_span span:first-of-type {
  width: 32%;
}

.list_span span:last-of-type {
  width: 60%;
}

.list_img figure {
  border: 2px solid #0a59a3;
}

.list_img figcaption.asb {
  left: 0;
  width: 100%;
  padding: 0px 3%;
  color: #fff;
  font-weight: 600;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.ul_icon {
  list-style: square;
  list-style-position: outside;
  padding-left: 20px;
}

.page_eco .bannar_mv .headline_txt {
  width: 77%;
}

.page_feature .chia_pdf a {
  position: relative;
}

.page_feature .chia_pdf a::before {
  content: "";
  position: absolute;
  background: url(../../common_img/icon_pdf2.png) center center no-repeat;
  background-size: auto;
  background-size: auto;
  width: 20px;
  height: 22px;
  top: 11px;
  left: 35%;
  background-size: 100%;
}

.list_data dt {
  display: block;
  text-indent: -0.5em;
}

.list_data dd {
  padding-left: 1em;
  text-indent: -1em;
}

.list_data dd::before {
  content: "・";
  width: 1em;
  text-align: center;
}

@media only screen and (min-width: 415px) {
  .hidden_sp {
    display: none;
  }
}

@media only screen and (max-width: 414px) {
  .bannar_mv .headline_txt {
    font-size: 6vw;
  }

  .txt24 {
    font-size: 6vw;
  }

  .txt23 {
    font-size: 18px;
  }

  .txt21 {
    font-size: 5vw;
  }

  .txt19 {
    font-size: 16px;
  }

  .txt16 {
    font-size: 3.9vw;
  }

  .cm_title {
    font-size: 5.2vw;
  }

  .bannar_contact h3 {
    font-size: 4.7vw;
  }

  .bannar_contact .phone span {
    font-size: 8vw;
    background-size: auto 6.5vw;
    padding-left: 7.3vw;
  }

  .bannar_contact p.asb {
    font-size: 2.9vw;
  }

  .page_feature .bannar_mv .headline_txt {
    width: 80%;
  }

  .page_eco .bannar_mv .headline_txt {
    width: 85%;
  }
}

@media only screen and (max-width: 359px) {
  .list_ca li {
    font-size: 12px;
  }

  .weight_detail .list_weight input {
    font-size: 11px;
  }

  .box_search input[type="text"]::-webkit-input-placeholder {
    font-size: 12.5px;
  }

  .box_search input[type="text"]::-moz-placeholder {
    /* Firefox 18- */
    font-size: 12.5px;
  }

  .box_search input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 12.5px;
  }

  .box_search input[type="text"]:-ms-input-placeholder {
    font-size: 12.5px;
  }
}

.spoon_in .block02 {
  border: 1px solid #000;
  padding: 15px 2%;
}

.block04_ttl {
  font-weight: bold;
  background-color: #eee;
  display: inline-block;
  padding: 0 3%;
  margin-bottom: 10px;
}

.block04_txt {
  list-style-type: disc;
  padding-left: 1em;
  margin: 0 0 1em 1em;
}

.spoon_in a {
  color: #0e7db6;
}

.list_svr--box {
  padding: 15px 2%;
  border: 1px dotted #646464;
  background-color: #F6F6F7;
}

.flow_table thead th {
  background: #F6F6F7;
}

.flow_table th,
.flow_table td {
  border: 1px dotted #646464;
  padding: 0 10px;
}

.red {
  color: #de2e24;
}

.bg_white {
  background-color: #fff !important;
}

.service_body02 .btn_pro {
  position: relative;
}

.service_body02 .btn_pro::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url(../common_img/icon_pdf2.png) no-repeat left/80%;
}


/**
 * .page_kunoplus {}
 */
.page_kunoplus .bannar_mv .headline_txt {
  width: 90%;
}

.kunoplus-catch {
  font-size: 18px;
}
.kunoplus-catch + p {
  padding: 1.5em 0 2em 1em;
  text-indent: -1em;
}

.kunoplus-mv {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
}
.kunoplus-mv img {
  margin-bottom: 1em;
}

.kunoplus-merit {
  margin-top: 1em;
  margin-bottom: 3em;
  background-color: #eff4f8;
}
.kunoplus-merit__items {
  padding: 1.5em;
  font-size: 1.08em;
}
.kunoplus-merit__item {
  display: flex;
  font-weight: bold;
  line-height: 1.2em;
  color: #124a7f;
}
.kunoplus-merit__item + .kunoplus-merit__item {
  margin-top: 1em;
}
.kunoplus-merit__item::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width:  1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22width%3A%20256px%3B%20height%3A%20256px%3B%22%3E%3Cg%3E%20%3Cpolygon%20fill-rule%3D%22evenodd%22%20fill%3D%22%23de2e24%22%20points%3D%22335.644%2C414.285%2053.466%2C414.285%2053.466%2C132.107%20291.098%2C132.107%20344.564%2C78.64%200%2C78.64%200%2C467.751%20389.106%2C467.751%20389.106%2C441.018%20389.106%2C323.746%20335.644%2C377.213%22%3E%3C%2Fpolygon%3E%20%3Cpolygon%20fill-rule%3D%22evenodd%22%20fill%3D%22%23de2e24%22%20points%3D%22158.903%2C163.312%20103.914%2C218.311%20193.434%2C307.822%20248.423%2C362.82%20303.412%2C307.822%20512%2C99.247%20457.002%2C44.249%20248.431%2C252.823%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  transform: translateY(-0.15em);
}

.kunoplus-point__items {
  font-size: 1.08em;
}
.kunoplus-point__item {
  margin-top: 1em;
  padding: 1.5em;
  line-height: 1.5;
  border: 1px solid #0a59a3;
}
.kunoplus-point__item img {
  display: block;
  width: 35%;
}
.kunoplus-point__item:nth-of-type(odd) img {
  float: left;
  margin-right: 5%;
}
.kunoplus-point__item:nth-of-type(even) img {
  float: right;
  margin-left: 5%;
}

.kunoplus-label {
  background-image: linear-gradient(0deg, transparent 0.2em, rgba(255, 0, 0, 0.25) 0.2em, rgba(255, 0, 0, 0.25) 0.75em, transparent 0.75em);
}

/**
 * .page_lp01 {}
 */

.page_lp01 .bannar_mv {
  height: 30vh;
  background: #f4f4f4 url(../lp01/images/bg_title.jpg) center center no-repeat;
  background-size: cover;
}
.page_lp01 .bannar_mv .headline_txt {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.page_lp01 .bannar_mv .headline_txt::before {
  display: none;
}

.page_lp01 .cm_table {
  margin-top: 30px;
  margin-bottom: 0;
}
.page_lp01 .cm_table h3 {
  color: #fff;
  text-align: center;
  background: #0e7db6;
  font-size: 20px;
  padding: 10px;
  font-weight: normal;
  border-top: 1px solid #a2a2a2;
  border-left: 1px solid #a2a2a2;
  border-right: 1px solid #a2a2a2;
}
.page_lp01 .cm_table th a {
  color: #f00;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.15), -1px 1px 0 rgba(255,255,255,0.15), 1px -1px 0 rgba(255,255,255,0.15), -1px -1px 0 rgba(255,255,255,0.15);
}
.page_lp01 .cm_table td {
  line-height: 1.5;
}
.page_lp01 .cm_table .sub {
  background-color: transparent;
  color: #648db4;
}

.page_lp01 .cm_table_btm {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.page_lp01 .cm_table_btm li {
  display: flex;
  line-height: 1.5;
}
.page_lp01 .cm_table_btm sup {
  flex-shrink: 0;
  margin-right: 0.5em;
  color: #f00;
}
.page_lp01 .cm_table_btm span {
  flex-flow: 1;
}

.page_lp01 .cm_list_circlenum {
  counter-reset: circleNum;
  color: #124a7f;
}
.page_lp01 .cm_list_circlenum li {
  counter-increment: circleNum;
  display: flex;
  font-weight: bold;
  line-height: 1.5;
}
.page_lp01 .cm_list_circlenum li + li {
  margin-top: 0.75em;
}
.page_lp01 .cm_list_circlenum li::before {
  content: counter(circleNum)"";
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width:  1.8em;
  height: 1.8em;
  margin-right: 0.5em;
  padding-top: 0.15em;
  font-weight: bold;
  line-height: 1;
  border-radius: 9999em;
  background-color: #de2e24;
  background-color: #f29112;
  color: #fff;
  transform: translateY(-0.25em);
}
.page_lp01 div.cm_list_circlenum {
  padding-block: 0.5em 1.5em;
  font-size: 1.08em;
}
.page_lp01 div.cm_list_circlenum.__only {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5em 0.75em;
  background-color: #eff4f8;
}
.page_lp01 div.cm_list_circlenum + .cm_button {
  margin-top: 1.5em;
}

.page_lp01 .__inner {
  margin-top: 10px;
}
.page_lp01 .__inner.flex {
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
.page_lp01 .__inner.flex  .__fig {
  width: calc((100% - 10px) / 2);
}
.page_lp01 figure {
  line-height: 1;
  vertical-align: bottom;
}
.page_lp01 figure img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}
.page_lp01 figure iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  line-height: 1;
  vertical-align: bottom;
}

.page_lp01 .__trim {
  overflow: hidden;
  margin-top: 30px;
  height: calc((404/960) * 96vw);
  max-height: 194px;
}
.page_lp01 .__trim img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.page_lp01 .cm_title {
  margin-top: 1em;
}

.page_lp01 .__sub {
  margin-top: 30px;
  padding: 0.5em;
  font-weight: normal;
  border-top: 1px solid #a2a2a2;
  border-left: 1px solid #a2a2a2;
  border-right: 1px solid #a2a2a2;
  font-size: 20px;
  text-align: center;
  background: #0e7db6;
  color: #fff;
}

/* 01  */
#lp01_01 .__upper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4.5em;
  margin-bottom: 1.5em;
  padding-right: 0.5em;
  padding-left:  0.5em;
  padding-bottom: 1.2em;
  border: 2px solid #0a59a3;
  border-radius: 1em;
}
#lp01_01 .__ttl {
  margin-top: -1.75em;
  margin-bottom: -0.5em;
  padding-right: 0.5em;
  padding-left:  0.5em;
  font-size: 20px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.2;
  text-align: center;
  background-color: #fff;
  color: #0a59a3;
}
#lp01_01 .__lst {
  margin-top: 1.5em;
}
#lp01_01 .__lst li {
  list-style: outside disc;
  margin-left: 1.5em;
  font-weight: bold;
  color: #124a7f;
}

#lp01_01 .__under .__ttltxt {
  font-size: 1.5em;
}
#lp01_01 .__under dt {
  margin-top:    1em;
  margin-bottom: 1em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #124a7f;
  font-size: 1.2em;
  font-weight: bold;
  color: #124a7f;
}

/* 02  */
#lp01_02 {
  margin-top: 60px;
}
#lp01_02 .cm_table table {
  margin-top: 5px;
}
#lp01_02 .cm_table h3 + table {
  margin-top: 10px;
}
#lp01_02 .cm_table tbody th,
#lp01_02 .cm_table tbody td {
  padding: 0.5em;
}
#lp01_02 .cm_table thead tr:not(.cm_table_head) th {
  padding: 0.5em;
  font-size: 12px;
}
#lp01_02 .cm_table thead tr:not(.cm_table_head) th:first-of-type {
  width: 8em;
  white-space: nowrap;
}
#lp01_02 .cm_table thead a {
  color: #fff;
  text-decoration: none;
}
#lp01_02 .cm_table .cm_table_head th {
  padding-top:    1em;
  padding-bottom: 1em;
  background-color: #0a59a3;
}
#lp01_02 .cm_table tbody tr:nth-child(4n+1) > *,
#lp01_02 .cm_table tbody tr:nth-child(4n+2) > * {
  background-color: rgba(100, 141, 180, 0);
}
#lp01_02 .cm_table tbody tr:nth-child(4n+3) > *,
#lp01_02 .cm_table tbody tr:nth-child(4n+4) > * {
  background-color: rgba(100, 141, 180, 0.1);
}
#lp01_02 .cm_table .sub {
  font-weight: bold;
  white-space: nowrap;
}
#lp01_02 .cm_table .sub + td {
  width: 6em;
  padding-right: 1.5em;
  text-align: right;
}

@media screen and (max-width: 360px) {
  #lp01_02 .cm_table thead tr:not(.cm_table_head) th {
    font-size: 10px;
  }
  #lp01_02 .cm_table tbody th,
  #lp01_02 .cm_table tbody td {
    font-size: 12px;
  }
}

/* 03  */
#lp01_03 {
  margin-top: 60px;
}
#lp01_03 .cm_table table {
  width: 100%;
}
#lp01_03 .cm_table th,
#lp01_03 .cm_table td {
  padding-top:    0.333em;
  padding-bottom: 0.333em;
  text-align: center;
}
#lp01_03 .cm_table tbody tr:nth-of-type(even) td {
  background-color: rgba(100, 141, 180, 0.1);
}


/**
 * #page_jobcontent
 */
#page_jobcontent > .container {
  position: relative;
  background-color: #2a2a2a;
  color: #fff;
}

#page_jobcontent >.container::before,
#page_jobcontent >.container::after {
  z-index: 20;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.10;
  background-repeat: no-repeat;
  background-image:
    url(../jobcontent/images/bg01_l.png),
    url(../jobcontent/images/bg01_r.png),
    url(../jobcontent/images/bg02.png);
  background-position:
    center top,
    center center,
    center bottom;
  background-size:
    125% auto;
}

#page_jobcontent .__content {
  z-index: 51;
  position: relative;
  padding: 48px 24px;
}


#page_jobcontent .__content + .__content {
  padding-top: 0;
}

#page_jobcontent :is(h2, h3, h4, .__headesc > dt) {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.333;
}

#page_jobcontent .__catch {
  margin-bottom: 1em;
  font-size: 2.0em;
  font-weight: bold;
}

#page_jobcontent .__catch > span {
  display: inline-block;
  text-indent: -0.5em;
}

#page_jobcontent .__ttl {
  margin-top: 2em;
  font-size: 1.5em;
  font-weight: bold;
}

#page_jobcontent .__sbj,
#page_jobcontent .__headesc > dt {
  margin-top: 1.5em;
  font-size: 1.2em;
}

#page_jobcontent .__sbj {
  text-indent: -0.5em;
}

#page_jobcontent .__txt {
  margin-top: 0.75em;
  line-height: 1.6;
}
#page_jobcontent .__txt:first-of-type {
  margin-top: 2.5em;
}

#page_jobcontent .__headesc {
  margin-top: 1.25em;
}

#page_jobcontent .__headesc > dt {
  font-weight: normal;
  font-weight: bold;
}

#page_jobcontent .__headesc > dd {
  line-height: 1.6;
}

.lst-squ,
.lst-dia,
.lst-alert {
  margin-top: 0.5em;
}

.lst-squ > li {
  margin-left: 1.5em;
  list-style: outside square;
}

.lst-dia > li,
.lst-alert > li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.lst-dia > li::before {
  content: "◆";
  margin-right: 0.5em;
}

.lst-alert > li::before {
  content: "※";
  margin-right: 0.5em;
}
