@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  min-width: 1200px;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

/*button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
  outline: 0;
}*/

/*.l-main-wrap {
  padding-top: 153px;
}
*/
.l-wrapper {
  width: 1200px;
  margin: 0 auto;
  font-family: 'Noto Sans JP', 'Montserrat', sans-serif;
}

header {
  position: fixed;
  width: 100%;
  height: 153px;
  top: 0;
  left: 0;
  background: #FFF;
  z-index: 999;
}

.l-header-top {
  background-color: linear-gradient(to bottom, #fff, #f6f6f6);
  padding-top: 19px;
  height: 102px;
}

.l-header-top-in {
  display: flex;
}

.l-header-top-in-left {
  margin-right: auto;
  padding-top: 6px;
}

.l-header-top-in-left .logo {
  display: block;
  width: 338px;
  height: 54px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: url(../images/logo4.png) no-repeat left center/contain;
}

.l-header-top-in .l-header-sub {
  display: flex;
}

.headSub {
  padding-right: 22px;
  border-right: 2px solid #dedede;
}

.headSub__top {
  display: flex;
}

.headSub__top__left {
  display: flex;
  height: 30px;
  align-items: center;
}

.headSub__top__left__tel {
  padding: 2px 7px 2px 0;
  font-size: 28px;
  letter-spacing: 0.05em;
  color: #c9151e;
  border-right: 2px solid #dedede;
}

.headSub__top__right {
  padding-left: 9px;
}

.headSub__top__right__txt {
  font-size: 11px;
  color: #1f286f;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.headSub__top__right__txt span {
  letter-spacing: 0.05em;
}

.headSub__bottom {
  display: flex;
  padding-top: 10px;
}

.headSub__bottom__left {
  margin-right: 20px;
}

.headSub__bottom__left__search {
  width: 260px;
  height: 26px;
  background-color: #b8b8b8;
}

.headSub__bottom__right__link {
  display: flex;
}

.headSub__bottom__right__link__btn {
  margin-right: 10px;
  background-color: #5d5d5d;
}

.headSub__bottom__right__link__btn a {
  display: flex;
  width: 118px;
  height: 26px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.2em;
  align-items: center;
  justify-content: center;
}

.headSub__bottom__right__link__btn:last-child {
  margin-right: 0;
}

.login {
  padding: 6px 0 0 22px;
}

.login__mark {
  display: block;
  width: 154px;
  height: 59px;
}

.l-header-bottom {
  background: linear-gradient(to bottom, #0040a5, #002a6d);
  border-top: 2px solid #9e9e9e;
  border-bottom: 3px solid #f50001;
}

.l-header-bottom-menu .gnav__list {
  display: flex;
  text-align: center;
}

.l-header-bottom-menu .gnav__list>li {
  width: calc(100% / 5);
}

.l-header-bottom-menu .gnav__list>li:hover {
  background: linear-gradient(to bottom, #0063ff, #002a64);
}

.l-header-bottom-menu .gnav__list__item {
  display: block;
  height: 46px;
  font-weight: bold;
  line-height: 46px;
  color: #ffffff;
  letter-spacing: 0.3em;
}

.list__single {
  position: relative;
}

.list__single .list__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 400;
  position: absolute;
  top: 40px;
  width: 100%;
  background: #eeeeee;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.list__single .list__second-level li {
  padding: 0 4px;
  border-top: 1px solid #d7d7d7;
}

.list__single .list__second-level li a {
  display: block;
  padding: 0 0 0 28px;
  font-size: 13px;
  color: #1f286f;
  height: 50px;
  text-align: left;
  letter-spacing: 0.1em;
  z-index: 500;
  display: flex;
  align-items: center;
}

.list__single .list__second-level li a img {
  margin-right: 16px;
}

.list__single .list__second-level li:after {
  float: right;
  content: "";
  margin-top: -32px;
  margin-left: auto;
  margin-right: 24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #c9151e;
}

.list__single .list__second-level li:hover {
  background-color: #d0dae4;
}

.list__single:hover .list__second-level {
  top: 49px;
  visibility: visible;
  opacity: 1;
}

.aaa {
  color: red;
}

.bbb {
  font-size: 12px;
}

.l-footer {
  background-color: #efefef;
}

.l-footer-top {
  padding-top: 38px;
}

.l-footer-bottom {
  padding-bottom: 40px;
}

.footer-nav {
  padding-bottom: 32px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c6c6c6;
}

.footer-nav__linkbox {
  width: 200px;
}

.footer-nav__linkbox__items__head {
  margin-bottom: 5px;
}

.footer-nav__linkbox__items__head a {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.1em;
}

.footer-nav__linkbox__items__head a:before {
  float: left;
  margin: 3px 5px 0 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  border-color: transparent transparent transparent #f50001;
}

.footer-nav__linkbox__items__list__item {
  margin-bottom: 6px;
}

.footer-nav__linkbox__items__list__item a {
  font-size: 12px;
  color: #000;
  letter-spacing: 0.1em;
}

.footer-nav__linkbox__items__list__item a:before {
  float: left;
  margin: 3px 2px 0 0;
  content: "＞";
}

.footer-nav__linkbox__items__endlist__item {
  margin-bottom: 6px;
}

.footer-nav__linkbox__items__endlist__item a {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #000;
}

.footer-nav__linkbox__items__endlist__item a:before {
  float: left;
  margin: 3px 2px 0 0;
  content: "・";
}

.footer-nav__linkbox__items__endlist__item:first-child {
  margin-top: 6px;
}

.headonly {
  margin-bottom: 28px;
}

.footer-com {
  padding-top: 40px;
}

.footer-com__name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
  letter-spacing: 0.2em;
}

.footer-com__copyright {
  display: flex;
  justify-content: center;
}

.footer-com__copyright__address {
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-right: 18px;
}

.footer-com__copyright__copy {
  font-size: 10px;
}

#topBtn a {
  display: block;
  width: 51px;
  height: 59px;
  position: fixed;
  bottom: 40px;
  left: 50%;
  margin-left: 610px;
  z-index: 1;
}

.slidewrapp {
  position: relative;
}

.btd1 a.active {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}

#slider_thumb {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 54px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 200;
}

#slider_thumb ul {
  margin: 0 auto;
  width: 1200px;
  list-style: none;
  display: flex;
  justify-content: space-around;
}

#slider_thumb ul li {
  cursor: pointer;
}

#slider_thumb ul li a {
  margin: 10px 0;
  width: 178px;
  height: 34px;
  display: block;
  background: #333;
  overflow: hidden;
}

#slider_thumb ul li a:hover {
  opacity: 0.7;
}

.btd1 a:hover {
  opacity: 0.7;
}

.l-space {
  height: 60px;
  position: relative;
}

.l-space a .arr_prev {
  position: absolute;
  top: -250px;
  left: 0;
  opacity: 0.8;
}

.l-space a .arr_next {
  position: absolute;
  top: -250px;
  right: 0;
  opacity: 0.8;
}

.cateinfo-box {
  margin: 0 0 60px;
}

.cateinfo-box__itembox__items {
  display: flex;
  justify-content: space-between;
}

.catebox-item {
  border: 2px solid #f50101;
  border-radius: 15px;
}

.catebox-item__inner {
  display: block;
  width: 266px;
  height: 106px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 15px;
  background: #0040aa;
  overflow: hidden;
}

.catebox-item__inner__right {
  float: right;
  padding: 0 12px 0 0;
  width: 180px;
}

.catebox-item__inner__right__head {
  margin: 22px 0 15px 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.3em;
}

.catebox-item__inner__right__head:after {
  float: right;
  content: " ";
  margin: 2px 5px 0 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ffffff;
}

.catebox-item__inner__right__body {
  font-size: 14px;
  line-height: 1.4;
}

.catebox-item__inner__left {
  float: left;
  width: 74px;
}

.catebox-item__inner__left__img {
  padding: 16px 0 0 13px;
  height: 100px;
}

.catebox-item__inner:hover {
  opacity: 0.85;
}

.l-container {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}

.l-container-left {
  width: 890px;
}

.news-list {
  width: 100%;
}

.news-list__title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c6c6c6;
}

.news-list__title:before {
  content: "";
  display: inline-block;
  /*忘れずに！*/
  width: 8px;
  /*画像の幅*/
  height: 18px;
  /*画像の高さ*/
  background-image: url(../images/icon_cube.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 12px;
}

.news-list__head {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #c6c6c6;
}

.news-list__head__tabbox {
  display: flex;
}

.news-list__head__tabbox__items {
  margin-right: 10px;
  width: 184px;
  border: 2px solid #8998ac;
  border-radius: 10px;
}

.news-list__head__tabbox__items a {
  display: block;
  padding: 11px 0 7px;
  color: #c9151e;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.3em;
  border-radius: 8px;
}

.news-list__head__tabbox__items a:hover {
  background-color: #f50001;
  color: #ffffff;
}

.news-list__head__link {
  margin-left: auto;
  padding: 13px 0 0;
}

.news-list__head__link a {
  color: #222222;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.news-list__head__link a:after {
  float: right;
  content: "＞";
  margin: 3px 0 0 12px;
  font-size: 12px;
}

.news-list__body__itembox__items {
  margin-top: -16px;
  display: flex;
  height: auto;
  border-bottom: 1px solid #c6c6c6;
}

.news-list__body__itembox__items.newstabslist {
  margin-top: 0;
}

.news-list__body__itembox__items__head {
  padding: 20px 0 17px 0;
  margin: 0 30px 0 22px;
}

.news-list__body__itembox__items__head__date {
  font-size: 13px;
  color: #000000;
  width: 112px;
}

.news-list__body__itembox__items__body {
  padding: 17px 0 16px 0;
}

.news-list__body__itembox__items__body a {
  color: #195c91;
  font-size: 14px;
  line-height: 1.2;
}

.news-list__head__tabbox__items.current {
  background-color: #f50001;
}

.news-list__head__tabbox__items.current a {
  color: #ffffff;
}

.banner-list__body__itembox__items {
  margin-bottom: 24px;
}

.banner-list__body__itembox__items__head {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c6c6c6;
}

.banner-list__body__itembox__items__head:before {
  content: "";
  display: inline-block;
  /*忘れずに！*/
  width: 8px;
  /*画像の幅*/
  height: 18px;
  /*画像の高さ*/
  background-image: url(../images/icon_cube.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 12px;
}

.banner-list__body__itembox__items__body {
  border: 2px solid #8998ac;
  border-radius: 16px;
  margin-bottom: 10px;
}

.banner-list__body__itembox__items__body.image_banner {
  border: 0;
  width: 270px;
}

.banner-list__body__itembox__item {
  display: block;
  border: 2px solid #ffffff;
  border-radius: 16px;
}

.banner-list__body__itembox__item.imag_banner {
  display: block;
  border: 0;
}

.banner-list__body__itembox__item:hover {
  opacity: 0.8;
}

.text-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  background: #efefef;
  border: 2px solid #ffffff;
  padding-left: 20px;
}

.text-item:after {
  float: right;
  margin: -3px 19px 0 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #f50001;
}

.text-item__txt {
  color: #222222;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.07em;
}

.text-item__txt span {
  font-size: 11px;
  color: #c9151e;
  letter-spacing:0.06em;
}

.slidebanner {
  width: 100%;
}

.baseform h2 {
  padding: 20px 16px 12px;
  background: linear-gradient(to bottom, #fff, #e2e2e2);
  border: 1px solid #cdcdcd;
  font-size: 34px;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #0042a5;
}

.baseform h2:before {
  content: "";
  margin-top: -10px;
  margin-right: 16px;
  width: 14px;
  height: 34px;
  vertical-align: middle;
  display: inline-block;
  background: url("images/title-cube.png") no-repeat center/contain;
}

.baseform h3 {
  padding: 8px;
  border: 1px solid #efefef;
  background-color: #f6f6f6;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #1f286f;
}

.baseform h3:before {
  content: "";
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 20px;
  width: 10px;
  height: 24px;
  vertical-align: middle;
  display: block;
  float: left;
  background-color: #0040ab;
}

.baseform h4 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #0071bd;
}

.baseform h5 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #222222;
}

.baseform h5:before {
  content: "";
  margin-top: -4px;
  margin-right: 8px;
  width: 8px;
  height: 18px;
  vertical-align: middle;
  display: inline-block;
  background: url(../images/icon_cube.png) no-repeat center/contain;
}

.baseform h6 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #0071bd;
}

.baseform p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #222222;
}

.breadcrumb {
  background: #efefef;
}

.breadcrumb__itembox {
  display: flex;
  height: 30px;
}

.breadcrumb__itembox__items {
  margin-right: 8px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 30px;
}

.breadcrumb__itembox__items a {
  color: #000000;
}

.breadcrumb__itembox__items span:before {
  content: "＞";
  margin-right: 10px;
}

.secoundpage-category {
  width: 100%;
  height: 301px;
  background: url(../images/secoundpage_bg.jpg) repeat-x;
}

.secoundpage-category__body {
  width: 100%;
  height: 301px;
  display: flex;
  align-items: center;
}

.secoundpage-category__body__title {
  height: 40px;
  width: 100%;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #ffffff;
  background: rgba(0, 62, 155, 0.8);
}

.sec-cate-products {
  background: url(../images/productsTop_img.jpg) no-repeat left top/contain;
}

.sec-cate-com {
  background: url(../images/comTop_img.jpg) no-repeat left top/contain;
}

.sec-cate-support {
  background: url(../images/supportTop_img.jpg) no-repeat left top/contain;
}

.sec-cate-news {
  background: url(../images/newsTop_img.jpg) no-repeat left top/contain;
}

.sec-cate-trust {
  background: url(../images/trustTop_img.jpg) no-repeat left top/contain;
}

.sec-cate-examples {
  background: url(../images/productsTop_img.jpg) no-repeat left top/contain;
}

.l-contents {
  padding: 60px 0 40px 0;
}

.products-unit {
  margin-top: -153px;
  padding-top: 153px;
}

.products__listbox__items {
  margin-bottom: 20px;
  padding: 0 14px 0 20px;
  width: 100%;
  height: 70px;
  border: 1px solid #cdcdcd;
  background: linear-gradient(to bottom, #fff, #e2e2e2);
  display: flex;
}

.products__listbox__items a {
  display: block;
  line-height: 70px;
  width: 100%;
  color: #0042a5;
  height: 70px;
  font-size: 36px;
  position: relative;
}

.products__listbox__items_fimg {
  margin-right: 20px;
  vertical-align: middle;
}

.products__listbox__items_aimg {
  position: absolute;
  top: 23px;
  right: 53px;
}

.p-triangle {
  position: absolute;
  top: 25px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #f50001 transparent transparent transparent;
  transition: 0.4s;
}

span.close {
  transform: rotate(180deg);
}

.p-box {
  overflow: hidden;
  display: none;
}

.p-box__item {
  float: left;
  margin-right: 45px;
  margin-bottom: 40px;
  padding: 22px 30px 20px;
  width: 370px;
  height: 178px;
  border: 1px solid #cdcdcd;
}

.p-box__item__top {
  height: 96px;
}

.p-box__item__top a {
  color: #0071bd;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.p-box__item__top a:before {
  content: "";
  display: block;
  float: left;
  width: 14px;
  height: 34px;
  background: url(../images/title-cube.png);
  background-size: contain;
  vertical-align: middle;
  margin-top: 5px;
  margin-right: 9px;
  margin-bottom: 42px;
}

.p-box__item__bottom {
  display: flex;
  justify-content: space-between;
}

.p-box__item__bottom__item {
  width: 152px;
  height: 40px;
  border: 1px solid #cdcdcd;
  background: linear-gradient(to bottom, #fff, #e2e2e2);
}

.p-box__item__bottom__item a {
  display: block;
  color: #222;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 40px;
}

.p-box__item__bottom__item:hover {
  background: linear-gradient(to bottom, #fff, #ccd6ff);
}

.p-box__item:nth-child(3n) {
  margin-right: 0;
}

.p-box.is-active {
  display: block;
}

.product_pricebox {
  display: flex;
  justify-content: space-between;
}

.product_pricebox__items {
  margin-bottom: 20px;
  padding: 0 14px 0 20px;
  width: 598px;
  height: 70px;
  border: 1px solid #cdcdcd;
  background: linear-gradient(to bottom, #fff, #e2e2e2);
  display: flex;
}

.product_pricebox__items a {
  display: block;
  line-height: 70px;
  width: 100%;
  color: #0042a5;
  height: 70px;
  font-size: 36px;
  position: relative;
}

.product_pricebox__items.longname_item a {
  font-size: 33px;
}

.product_pricebox__items a:after {
  content: "";
  float: right;
  margin-top: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #f50001;
}

.com-top__listbox {
  overflow: hidden;
}

.com-top__listbox__items {
  float: left;
  margin-right: 50px;
  width: calc((100% - 50px)/2);
  margin-bottom: 40px;
}

.com-top__listbox__items__head {
  margin-top: 8px;
  margin-bottom: 2px;
  padding-left: 19px;
  padding-right: 16px;
  height: 70px;
  letter-spacing: 0.15em;
  color: #1f286f;
  background: linear-gradient(to bottom, #fff, #e2e2e2);
  border: 1px solid #cdcdcd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.com-top__listbox__items__head h2 {
  padding-top: 4px;
  font-size: 36px;
  line-height: 70px;
  letter-spacing: 0.1em;
  font-weight: normal;
}

.com-top__listbox__items__head h2:before {
  content: "";
  margin: -6px 16px 0 0;
  width: 14px;
  height: 34px;
  display: inline-block;
  background-image: url(../images/title-cube.png);
  background-size: contain;
  vertical-align: middle;
}

.com-top__listbox__items__body {
  border: 1px solid #c6c6c6;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

.com-top__listbox__items__body__left {
  float: left;
  width: 300px;
}

.com-top__listbox__items__body__left img {
  width: 300px;
}

.com-top__listbox__items__body__right {
  margin-left: 8px;
  padding: 10px;
  width: calc(100% - 310px);
  background-color: #dedede;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.com-top__listbox__items__body__right__top {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #222222;
  text-align: justify;
}

.com-top__listbox__items__body__right__bottom {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #222222;
  text-align: right;
}

.com-top__listbox__items__body__right__bottom:after {
  content: "";
  margin-top: -2px;
  margin-left: 5px;
  float: right;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #f50001;
}

.com-top__listbox__items:nth-child(even) {
  margin-right: 0;
}

.com-top__listbox__items:last-child {
  margin-bottom: 20px;
}

.com-top__listbox__items a {
  display: block;
}

.com-top__listbox__items a:hover {
  opacity: 0.8;
}

.news-top__title {
  margin-bottom: 40px;
}

.news-top .news-list__nav {
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid #c6c6c6;
}

.news-top .news-list__nav__tabbox {
  display: flex;
}

.news-top .news-list__nav__tabbox__items {
  margin-right: 20px;
  width: 184px;
  border: 2px solid #8998ac;
  border-radius: 10px;
}

.news-top .news-list__nav__tabbox__items a {
  display: block;
  padding: 11px 0 7px;
  color: #c9151e;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.3em;
  border-radius: 8px;
}

.news-top .news-list__nav__tabbox__items a:hover {
  background-color: #f50001;
  color: #ffffff;
}

.news-top .news-list__nav__tabbox__items a.current {
  background-color: #f50001;
  color: #ffffff;
}

.newspagination {
  display: flex;
  margin: 40px auto 20px;
  justify-content: center;
}

.newspagination li {
  padding: 8px 12px;
  border: 1px solid #0042a5;
  margin: 0 4px;
}

.newspagination li a {
  display: block;
  color: #0042a5;
}

.newspagination li.current {
  background-color: #0042a5;
  color: #ffffff;
}

.trust-top__read {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #222222;
  text-align: center;
}

.trust-top__listbox {
  overflow: hidden;
}

.trust-top__listbox__items {
  float: left;
  margin-right: 50px;
  width: calc((100% - 50px)/2);
  margin-bottom: 40px;
}

.trust-top__listbox__items__head {
  margin-top: 8px;
  margin-bottom: 10px;
}

.trust-top__listbox__items__body {
  border: 1px solid #c6c6c6;
  padding: 10px;
}

.trust-top__listbox__items__body__left {
  width: 100%;
}

.trust-top__listbox__items__body__left img {
  width: 100%;
}

.trust-top__listbox__items__body__right {
  margin-top: 8px;
  padding: 10px;
  height: 68px;
  background-color: #dedede;
}

.trust-top__listbox__items__body__right__top {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #222222;
  text-align: justify;
}

.trust-top__listbox__items:nth-child(even) {
  margin-right: 0;
}

.trust-top__listbox__items:last-child {
  margin-bottom: 20px;
}

.trust-top__listbox__items a {
  display: block;
}

.trust-top__listbox__items a:hover {
  opacity: 0.8;
}

.l-header-sp {
  display: none;
}

.l-footer-sp {
  display: none;
}

.breadcrumb {
  background: #efefef;
}

.breadcrumb__itembox {
  display: flex;
  height: 30px;
}

.breadcrumb__itembox__items {
  margin-right: 8px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 30px;
}

.breadcrumb__itembox__items a {
  color: #000000;
}

.breadcrumb__itembox__items span:before {
  content: "＞";
  margin-right: 10px;
}

.recruit-category {
  width: 100%;
  height: 467px;
  background: url(../images/secoundpage2_bg.jpg) repeat-x;
}

.recruit-category__body {
  width: 100%;
  height: 467px;
  vertical-align: bottom;
  background: url(../images/recruitTop_img.jpg);
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}

.recruit-category__body__title {
  height: 40px;
  width: 100%;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #ffffff;
  background: rgba(0, 62, 155, 0.8);
}

.recruit-category__body__catch {
  padding-top: 45px;
  padding-left: 58px;
}

.recruit-category-sp {
  display: none;
}

.recruit-top__listbox {
  overflow: hidden;
}

.recruit-top__listbox__items {
  float: left;
  margin-right: 40px;
  width: calc((100% - 40px)/2);
  margin-bottom: 40px;
}

.recruit-top__listbox__items__head {
  margin-top: 8px;
  margin-bottom: 2px;
  padding-left: 19px;
  padding-right: 16px;
  height: 70px;
  color: #1f286f;
  background: linear-gradient(to bottom, #fff, #e2e2e2);
  border: 1px solid #cdcdcd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recruit-top__listbox__items__head h2 {
  padding-top: 4px;
  font-size: 36px;
  line-height: 70px;
  letter-spacing: 0.1em;
  font-weight: normal;
}

.recruit-top__listbox__items__head h2:before {
  content: "";
  margin: -6px 16px 0 0;
  width: 14px;
  height: 34px;
  display: inline-block;
  background-image: url(../images/title-cube.png);
  background-size: contain;
  vertical-align: middle;
}

.recruit-top__listbox__items__head .recruit-head-pc {
  /* padding-top: 4px; */
  font-size: 14px;
  line-height: 18px;
  color: #222222;
  letter-spacing: 0;
  position: relative;
  padding-right: 40px;
  /* height: 40px; */
}

.recruit-top__listbox__items__head .recruit-head-pc:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #f50001;
}

.recruit-top__listbox__items__body {
  border: 1px solid #c6c6c6;
  width: 100%;
}

.recruit-top__listbox__items a {
  display: block;
}

.recruit-top__listbox__items a:hover {
  opacity: 0.8;
}

.recruit-top__listbox__items:nth-child(even) {
  margin-right: 0;
}

.recruit-top__body__read {
  margin-bottom: 30px;
  padding-left: 52px;
  height: 161px;
  background-color: #d6f4ff;
  border: 1px solid #cdcdcd;
  display: flex;
  align-items: center;
}

.recruit-top__body__read p {
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.recruit-head-sp {
  display: none;
}

.recruit-voice {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 60px;
}

.recruit-voice__top {
  margin-bottom: 30px;
  overflow: hidden;
}

.recruit-voice__top__left {
  float: left;
  margin-right: 22px;
  width: 300px;
  height: 182px;
  border: 1px solid #cdcdcd;
}

.recruit-voice__top__right {
  float: right;
  padding: 26px 0 26px 20px;
  width: 878px;
  height: 182px;
  border-left: 6px solid #f50001;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.recruit-voice__top__right__top {
  font-size: 30px;
  color: #0042a5;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.recruit-voice__top__right__bottom {
  color: #000000;
  font-size: 22px;
  letter-spacing: 0.1em;
}

.recruit-voice__bottom__items {
  margin-bottom: 36px;
}

.recruit-voice__bottom__items__head {
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #0042a5;
}

.recruit-voice__bottom__items__body {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #222222;
}

.recruit-voice-btn {
  display: none;
}

.examples {
  margin-bottom: 40px;
}

.examples__unit {
  margin-bottom: 24px;
}

.examples__unit__title {
  margin-top: 8px;
  margin-bottom: 10px;
  padding-left: 19px;
  padding-right: 16px;
  height: 70px;
  color: #1f286f;
  background: linear-gradient(to bottom, #fff, #e2e2e2);
  border: 1px solid #cdcdcd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.examples__unit__title h2 {
  padding-top: 4px;
  font-size: 36px;
  line-height: 70px;
  letter-spacing: 0.1em;
  font-weight: normal;
}

.examples__unit__title h2:before {
  content: "";
  margin: -6px 16px 0 0;
  width: 14px;
  height: 34px;
  display: inline-block;
  background-image: url(../images/title-cube.png);
  background-size: contain;
  vertical-align: middle;
}

.examples__unit__body {
  overflow: hidden;
  padding: 10px;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
}

.examples__unit__body__left {
  float: left;
  margin-right: 22px;
  width: 300px;
  /* height: 182px; */
  height: auto;
  /* border: 1px solid #cdcdcd; */
}

.examples__unit__body__left img {
  width: 100%;
}

.examples__unit__body__right {
  float: right;
  padding: 5px 0 5px 20px;
  width: calc(100% - 322px);
  /* height: 182px; */
  height: auto;
  border-left: 6px solid #f50001;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.examples__unit__body__right__top {
  margin-left: -10px;
}

.examples__unit__body__right__top h3 {
  margin-bottom: 8px;
  font-size: 28px;
  color: #0042a5;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.examples__unit__body__right__top p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #222222;
}

.examples__unit__body__right__bottom {
  height: auto;
  /* height: 112px; */
}

.examples__unit__body__right__bottom p {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.examples__unit__body__right__bottom .detail_link {
  overflow: hidden;
}

.examples__unit__body__right__bottom .detail_link div {
  float: right;
  margin-left: 20px;
}

.examples__unit__body__right__bottom .detail_link div a {
  color: #0042a5;
}

.examples__unit__body__right__bottom .detail_link div a:hover {
  text-decoration: underline;
}

.examples__unit__body__right__bottom .detail_link div a span {
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  background: url(../images/PDF_icon_24x24.png) no-repeat center;
  background-position: bottom;
  background-size: contain;
}

.examples2 {
  margin-bottom: 40px;
}

.examples2__unit__title {
  margin-top: 8px;
  margin-bottom: 10px;
  padding-left: 19px;
  padding-right: 16px;
  height: 70px;
  color: #1f286f;
  background: linear-gradient(to bottom, #fff, #e2e2e2);
  border: 1px solid #cdcdcd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.examples2__unit__title h2 {
  padding-top: 4px;
  font-size: 36px;
  line-height: 70px;
  letter-spacing: 0.1em;
  font-weight: normal;
}

.examples2__unit__title h2:before {
  content: "";
  margin: -6px 16px 0 0;
  width: 14px;
  height: 34px;
  display: inline-block;
  background-image: url(../images/title-cube.png);
  background-size: contain;
  vertical-align: middle;
}

.examples2__unit__body {
  overflow: hidden;
  padding: 10px;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
}

.examples2__unit__body__left {
  float: left;
  margin-right: 6px;
  display: flex;
}

.examples2__unit__body__left img {
  margin-right: 10px;
  width: 280px;
  height: 210px;
  border: 1px solid #cdcdcd;
}

.examples2__unit__body__right {
  float: right;
  padding: 5px 0 5px 20px;
  width: calc(100% - 592px);
  height: 210px;
  border-left: 6px solid #f50001;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.examples2__unit__body__right__top {
  margin-left: -10px;
}

.examples2__unit__body__right__top h3 {
  margin-bottom: 8px;
  font-size: 24px;
  color: #0042a5;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.examples2__unit__body__right__top p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #222222;
}

.examples2__unit__body__right__bottom p {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.examples2__unit__body__right__bottom p span {
  float: right;
}

.examples2__unit__body__right__bottom p span a {
  color: #0042a5;
}

.examples2__unit__body__right__bottom p span a:hover {
  text-decoration: underline;
}

.material {
  width: 85%;
  margin: 0 auto;
}

.material__body {
  margin-bottom: 30px;
}

.material__body p {
  margin-bottom: 8px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #222222;
}

.material-form table {
  margin-bottom: 16px;
  width: 100%;
  border: 1px solid #aeb2cb;
}

.material-form table tr {
  border: 1px solid #aeb2cb;
}

.material-form table tr th {
  width: 30%;
  padding: 15px;
  background-color: #efefef;
  border: 1px solid #aeb2cb;
  text-align: left;
  vertical-align: middle;
}

.material-form table tr th span {
  color: #f50101;
}

.material-form table tr td {
  width: 70%;
  padding: 15px;
  border: 1px solid #aeb2cb;
  vertical-align: middle;
}

.material-form table tr td label {
  display: inline-block;
}

.material-form table tr td label input {
  margin-bottom: 5px;
  padding: 5px 10px;
  font-size: 14px;
}

.material-form table tr td label input[type="text"] {
  width: 100%;
}

.material-form table tr td label.full {
  display: block;
}

.material-form table tr td textarea {
  width: 100%;
  padding: 5px 10px;
  resize: none;
  font-size: 14px;
}

.material-form table tr td .innerbox {
  margin-bottom: 8px;
}

.material-form__text span {
  color: #f50101;
}

.material-form__text2 {
  margin: 40px 0;
  color: #6a6a6a;
  font-weight: bold;
  text-align: center;
}

.material-form__check {
  margin-bottom: 40px;
  text-align: center;
}

.exp-more-form-consent {
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 0 32px;
}

.exp-more-form-consent__head {
  margin-bottom: 20px;
}

.exp-more-form-consent__scr {
  margin-left: calc((100% - 960px)/2);
  margin-bottom: 16px;
  padding: 0 16px 18px;
  width: 960px;
  height: 400px;
  line-height: 1.5;
  overflow-y: scroll;
  border: 1px solid #aeb2cb;
  color: #222222;
}

.exp-more-form-consent__scr .scr-head1 {
  margin: 18px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.exp-more-form-consent__scr .scr-text {
  margin-bottom: 20px;
}

.exp-more-form-consent__scr dl dt {
  font-weight: bold;
  color: #444;
}

.exp-more-form-consent__scr dl dd {
  padding-left: 2em;
  margin-bottom: 16px;
}

.btn-area__btnbox {
  text-align: center;
}

.btn-area__btnbox__item {
  margin: 0 10px;
  display: inline-block;
  width: 150px;
  padding: 10px;
  background-color: #045ff0;
  text-align: center;
  transition: all .3s;
}

.btn-area__btnbox__item input {
  color: #ffffff;
  font-size: 16px;
}

.btn-area__btnbox__item:hover {
  background-color: #0249b9;
}

.btn-area__btnbox .confirm {
  display: none;
}

.btn-area__btnbox .cancel {
  background-color: #9d9d9d;
  display: none;
}

/* submitからbuttonに変更しました。syou*/

.btn-area__btnbox__submit input[type="button"] {
  width: 150px;
  height: 50px;
  background-color: #045ff0;
  text-align: center;
  transition: all .3s;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.btn-area__btnbox__submit input[disabled] {
  background-color: #999;
  cursor: default;
}

.downloadp {
  width: 88%;
  margin: 0 auto 60px;
}

.downloadp__head h2 {
  padding: 14px 16px 12px;
  font-size: 24px;
  margin-bottom: 20px;
}

.downloadp__head h2:before {
  margin: -6px 16px 0 0;
  width: 10px;
  display: block;
  float: left;
}

.downloadp__read {
  margin-bottom: 20px;
}

.downloadp__body {
  margin-bottom: 20px;
  padding: 0 16px;
}

.downloadp__body h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.downloadp__body h3:before {
  margin-top: 2px;
}

.downloadp__body p {
  margin-bottom: 20px;
}

.downloadp__body p a {
  color: #0071bd;
}

.downloadp__body p a:hover {
  text-decoration: underline;
}

.downloadp__body p a img {
  vertical-align: top;
}

.downloadp__body ul {
  margin-left: 8px;
  margin-bottom: 20px;
}

.downloadp__body ul li {
  font-size: 16px;
  margin-bottom: 12px;
  letter-spacing: 0.08em;
}

.downloadp__body ul li:before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #6e6e6e;
  float: left;
  margin: 1px 8px 0 0;
  border-radius: 50%;
}

.downloadp__btn-area {
  padding: 20px 0 40px;
}

.downloadp__btn {
  margin: 0 auto;
  width: 436px;
  height: 50px;
  background-color: #045ff0;
  border: 2px solid #cdcdcd;
}

.downloadp__btn a {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.075em;
}

.downloadp__btn:hover {
  background-color: #004EC4;
}

.downloadp__body table {
  width: 100%;
  margin-bottom: 20px;
  border: 2px solid #aeb2cb;
}

.downloadp__body table tr th {
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #222222;
  background: #aeb2cb;
  border-right: 2px solid #ffffff;
}

.downloadp__body table tr th:last-child {
  border-right: 0;
}

.downloadp__body table tr td {
  color: #222222;
  width: 25%;
  font-size: 16px;
  line-height: 1.5;
  padding: 15px 16px;
  text-align: center;
  letter-spacing: 0.1em;
  border-top: 2px solid #aeb2cb;
  border-right: 2px solid #aeb2cb;
}

.downloadp__body table tr td:last-child {
  border-right: 0;
}

.downloadp__body table tr td:first-child {
  text-align: left;
  background: rgba(174, 178, 203, 0.2);
}

.downloadp__body table tr td:nth-child(2) {
  text-align: left;
  background: rgba(174, 178, 203, 0.2);
}

.downloadp__body table tr td.ver_1col {
  width: 10%;
  text-align: center;
  background: #FFF;
}

.downloadp__body table tr:first-child td:first-of-type {
  width: 45%;
}

.downloadp__body table tr:first-child td:nth-of-type(2) {
  width: 35%;
}

.downloadp__body table tr:first-child td:last-of-type {
  width: 20%;
}

.order {
  width: 85%;
  margin: 0 auto;
}

.order__body {
  margin-bottom: 30px;
}

.order__body p {
  margin-bottom: 8px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #222222;
}

.order__body p a {
  color: #0071bd;
}

.order__body p a:hover {
  text-decoration: underline;
}

.order-form table {
  margin-bottom: 40px;
  width: 100%;
  border: 1px solid #aeb2cb;
}

.order-form table tr {
  border: 1px solid #aeb2cb;
}

.order-form table tr th {
  width: 30%;
  padding: 15px;
  background-color: #efefef;
  border: 1px solid #aeb2cb;
  text-align: left;
  line-height: 1.5;
  vertical-align: middle;
  letter-spacing: 0.1em;
}

.order-form table tr th span {
  color: #f50101;
}

.order-form table tr td {
  width: 70%;
  padding: 15px;
  border: 1px solid #aeb2cb;
  vertical-align: middle;
}

.order-form table tr td label {
  display: inline-block;
}

.order-form table tr td label input {
  margin-bottom: 5px;
  padding: 5px 10px;
  font-size: 14px;
}

.order-form table tr td label input[type="text"] {
  width: 100%;
}

.order-form table tr td label input[type="text"].price-spc {
  margin-right: 5px;
  width: 15%;
}

.order-form table tr td label input[type="button"] {
  padding: 0.4em;
  padding: 3px 5px 3px 5px;
  background-color: #efefef;
  border: 2px solid #c3c3c3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

.order-form table tr td label.full {
  display: block;
}

.order-form table tr td textarea {
  width: 100%;
  padding: 5px 10px;
  resize: none;
  font-size: 14px;
}

.order-form table tr td .innerbox {
  margin-bottom: 8px;
}

.order-form table tr td.enque label {
  margin-right: 30px;
  margin-bottom: 10px;
}

.order-form table tr td.enque label:last-of-type {
  margin-right: 0;
}

.order-form table tr:last-child th {
  vertical-align: top;
}

.order-form__text span {
  color: #f50101;
}

.order-form__text2 {
  margin: 40px 0;
  color: #6a6a6a;
  font-weight: bold;
  text-align: center;
}

.order-form__check {
  margin-bottom: 40px;
  text-align: center;
}

.thirdpage-category {
  width: 100%;
  height: 407px;
  background: url(../images/thirdpage_bg.jpg) repeat-x;
}

.thirdpage-category__top {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
}

.thirdpage-category__top__title {
  height: 30px;
  width: 100%;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #ffffff;
}

.thirdpage-category__bottom__title {
  height: 147px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
}

.thirdpage-category__bottom__title__name {
  font-size: 38px;
  font-weight: bold;
  color: #0042a5;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1.2;
}

.thirdpage-category__bottom__title__name:before {
  content: "";
  display: block;
  float: left;
  width: 14px;
  height: 34px;
  background-image: url(../images/title-cube.png);
  background-size: contain;
  vertical-align: middle;
  margin: 2px 20px 16px 25px;
}

.thirdpage-category__bottom__title__link {
  position: absolute;
  bottom: 14px;
  right: 16px;
}

.thirdpage-category__bottom__title__link a {
  display: inline-block;
  color: #ffffff;
  width: 109px;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #0040ab;
}

.thirdpage-category__bottom__title__link:after {
  float: right;
  content: "";
  margin-left: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 19px;
  border-color: transparent transparent transparent #f50001;
}

.option-title {
  align-items: flex-start;
  padding-top: 40px;
}

.option-title__name span {
  padding-left: 0;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.thirdpage-category__top.p-road {
  background: url(../images/products_road_img.jpg) no-repeat left top/contain;
}

.thirdpage-category__top.p-rail {
  background: url(../images/products_rail_img.jpg) no-repeat left top/contain;
}

.thirdpage-category__top.p-traffic {
  background: url(../images/products_traffic_img.jpg) no-repeat left top/contain;
}

.thirdpage-category__top.p-tunnel {
  background: url(../images/products_tunnel_img.jpg) no-repeat left top/contain;
}

.thirdpage-category__top.p-project {
  background: url(../images/products_project_img.jpg) no-repeat left top/contain;
}

.thirdpage-category__top.p-trajectory {
  background: url(../images/products_trajectory_img.jpg) no-repeat left top/contain;
}

.thirdpage-category__top.p-other, .thirdpage-category__top.p-othercom {
  background: url(../images/products_other_img.jpg) no-repeat left top/contain;
}

.thirdpage-category__top__title.p-road {
  background: rgba(44, 86, 155, 0.7);
}

.thirdpage-category__top__title.p-rail {
  background: rgba(166, 36, 60, 0.6);
}

.thirdpage-category__top__title.p-traffic {
  background: rgba(33, 132, 59, 0.6);
}

.thirdpage-category__top__title.p-tunnel {
  background: rgba(155, 68, 134, 0.6);
}

.thirdpage-category__top__title.p-project {
  background: rgba(188, 132, 34, 0.6);
}

.thirdpage-category__top__title.p-trajectory {
  background: rgba(41, 169, 180, 0.5);
}

.thirdpage-category__top__title.p-other, .thirdpage-category__top__title.p-othercom {
  background: rgba(172, 161, 161, 0.5);
}

.products-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 58px;
  border-top: 2px solid #f50001;
  background: #0040ab;
}

.products-nav__items {
  width: 226px;
  height: 32px;
  position: relative;
}

.products-nav__items a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  letter-spacing: 0.2em;
  border: 1px solid #ffffff;
}

.products-nav__items:hover {
  background: #f50001;
}

.products-nav__items:hover .products-nav__items__itembox {
  top: 62px;
  visibility: visible;
  opacity: 1;
}

.products-nav__items.current {
  background: #f50001;
}

.products-nav__items .nolink {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  letter-spacing: 0.2em;
  border: 1px solid #ffffff;
}

.products-nav__items .nolink:hover {
  background: #0040ab;
}

.products-nav__items.nohover:hover {
  background: #0040ab;
}

.products-nav__items.nohover:hover a {
  cursor: default;
}

.products-nav__items__itembox {
  visibility: hidden;
  opacity: 0;
  z-index: 500;
  position: absolute;
  top: 62px;
  left: -8px;
  width: 1200px;
  padding: 20px 30px;
  border: 1px solid #0040ab;
  background: #ffffff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.products-nav__items__itembox__item {
  float: left;
  width: 379.3333px;
}

.products-nav__items__itembox__item a {
  display: block;
  font-size: 14px;
  text-align: left;
  letter-spacing: 0;
  color: #222;
  z-index: 550;
}

.products-nav__items__itembox__item a:before {
  content: "＞ ";
  padding-right: 0;
}

.products-nav__items__itembox__item a:hover {
  color: #0040ab;
  text-decoration: underline;
  background: #ffffff;
}

.products-nav__items__itembox:before {
  position: absolute;
  top: -17px;
  left: 113px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 16px 12px;
  border-color: transparent transparent #0040ab transparent;
}

.thirdpage2-category {
  width: 100%;
  height: 200px;
  background: url(../images/thirdpage2_bg.jpg) repeat-x;
}

.thirdpage2-category .thirdpage2-category__body {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
}

.thirdpage2-category .thirdpage2-category__body__title {
  height: 40px;
  width: 100%;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #ffffff;
  background: rgba(0, 64, 171, 0.7);
}

.titleimg_message {
  background: url(../images/message_img.jpg) no-repeat left top/contain;
}

.titleimg_profile {
  background: url(../images/profile_img.jpg) no-repeat left top/contain;
}

.titleimg_locations {
  background: url(../images/locations_img.jpg) no-repeat left top/contain;
}

.titleimg_guide {
  background: url(../images/guide_img.jpg) no-repeat left top/contain;
}

.titleimg_faq {
  background: url(../images/faq_img.jpg) no-repeat center/cover;
  border-bottom: 1px solid #dedede;
}

.titleimg_remote {
  background: url(../images/remote_img.jpg) no-repeat left top/contain;
}

.titleimg_movie {
  background: url(../images/movie_img.jpg) no-repeat left top/contain;
}

.titleimg_experience {
  background: url(../images/experience_img.jpg) no-repeat left top/contain;
}

.titleimg_news {
  background: url(../images/news_img.jpg) no-repeat left top/contain;
}

.titleimg_policy, .titleimg_info {
  background: url(../images/general_img.jpg) no-repeat left top/contain;
}

.titleimg_order, .titleimg_download {
  background:url("images/products_other_img.jpg") no-repeat left top/contain;
}

.ppage-top__unit01 {
  margin-bottom: 60px;
}

.ppage-top__unit01__head {
  margin-bottom: 12px;
  font-size: 36px;
  letter-spacing: 0.1em;
  color: #222222;
  line-height: 1.4;
}

.ppage-top__unit01__head:before {
  content: "";
  float: left;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../images/icon-road.png);
  background-size: contain;
  vertical-align: middle;
  margin: -2px 16px 16px 0;
}

.ppage-top__unit01__head.p-road:before {
  background-image: url(../images/icon-road.png);
}
.ppage-top__unit01__head.p-rail:before {
  background-image: url(../images/icon-rail.png);
}
.ppage-top__unit01__head.p-traffic:before {
  background-image: url(../images/icon-traffic.png);
}
.ppage-top__unit01__head.p-tunnel:before {
  background-image: url(../images/icon-tunnel.png);
}
.ppage-top__unit01__head.p-trajectory:before {
  background-image: url(../images/icon-trajectory.png);
}
.ppage-top__unit01__head.p-project:before {
  background-image: url(../images/icon-project.png);
}
.ppage-top__unit01__head.p-othercom:before {
  background-image: url(../images/icon-other.png);
}
.ppage-top__unit01__head.p-other:before {
  background-image: url(../images/icon-other.png);
}

.ppage-top__unit01__read {
  margin-bottom: 30px;
  padding-left: 76px;
  color: #c9151e;
  font-size: 24px;
  letter-spacing: 0.05em;
}

.ppage-top__unit01__image {
  margin-bottom: 30px;
  text-align: center;
}

.ppage-top__unit01__image img {
  width: 100%;
}

.ppage-top__unit01__text p {
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
}

.ppage-top__unit01__text__list dt {
  color: #0071bd;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.ppage-top__unit01__text__list dd {
  margin-bottom: 10px;
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
}

.ppage-top__unit01__text__list dd:last-of-type {
  margin-bottom: 0;
}

.ppage-middle {
  margin-bottom: 60px;
  background-color: #efefef;
}

.ppage-middle__conbox {
  padding: 0 0 50px;
  display: flex;
  flex-wrap: wrap;
}

.ppage-middle__conbox__items {
  margin: 50px 45px 0 0;
  padding: 24px 30px;
  width: 370px;
  height: auto;
  background-color: #ffffff;
}

.ppage-middle__conbox__items__top {
  margin-bottom: 20px;
  padding-bottom: 2px;
  border-bottom: 1px solid #b5b5b5;
}

.ppage-middle__conbox__items__top img {
  width: 100%;
  border: 1px solid #9a9a9a;
}

.ppage-middle__conbox__items__mid {
  margin-bottom: 20px;
  color: #0071bd;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.ppage-middle__conbox__items__bottom {
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: justify;
}

.ppage-middle__conbox__items.item03, .ppage-middle__conbox__items.item06 {
  margin-right: 0;
}

.ppage-bottom__one {
  margin-top: -153px;
  padding-top: 153px;
  margin-bottom: 60px;
}

.ppage-bottom__one__head {
  padding: 16px;
  margin-bottom: 10px;
  color: #1f286f;
  font-size: 24px;
  font-weight: bold;
  background-color: #efefef;
}

.ppage-bottom__one__head:before {
  content: "";
  margin-top: -4px;
  margin-right: 16px;
  width: 10px;
  height: 24px;
  display: inline-block;
  background-image: url(../images/midashi-cube.png);
  background-size: contain;
  vertical-align: middle;
}

.ppage-bottom__one__body__table {
  margin-bottom: 20px;
  border-top: 3px solid #aeb2cb;
  border-right: 3px solid #aeb2cb;
  border-bottom: 3px solid #aeb2cb;
}

.ppage-bottom__one__body__table tr th {
  padding: 30px 0 0 110px;
  width: 450px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #222222;
  background: #aeb2cb;
  border-bottom: 1px solid #ffffff;
}

.ppage-bottom__one__body__table tr th:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ffffff;
  margin-right: 16px;
}

.ppage-bottom__one__body__table tr td {
  width: 750px;
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
  padding: 30px 30px 30px 110px;
  border-bottom: 1px solid #aeb2cb;
}

.ppage-bottom__one__body__text__cap {
  overflow: hidden;
}

.ppage-bottom__one__body__text__cap dt {
  float: left;
  margin: 5px 0 0 5px;
  width: 10px;
  height: 10px;
  line-height: 1.5;
  background-color: #b9b9b9;
  border-radius: 50%;
}

.ppage-bottom__one__body__text__cap dd {
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.5;
}

.ppage-bottom__two {
  margin-top: -153px;
  padding-top: 153px;
  margin-bottom: 60px;
}

.ppage-bottom__two__head {
  padding: 16px;
  margin-bottom: 10px;
  color: #1f286f;
  font-size: 24px;
  font-weight: bold;
  background-color: #efefef;
}

.ppage-bottom__two__head:before {
  content: "";
  margin-top: -4px;
  margin-right: 16px;
  width: 10px;
  height: 24px;
  display: inline-block;
  background-image: url(../images/midashi-cube.png);
  background-size: contain;
  vertical-align: middle;
}

.ppage-bottom__two__body__table {
  margin-bottom: 20px;
  border-top: 3px solid #aeb2cb;
  border-right: 3px solid #aeb2cb;
  border-bottom: 3px solid #aeb2cb;
}

.ppage-bottom__two__body__table tr th {
  padding: 30px 0 0 110px;
  width: 600px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
  color: #222222;
  background: #aeb2cb;
  border-bottom: 1px solid #ffffff;
  overflow: hidden;
}

.ppage-bottom__two__body__table tr th:before {
  content: "";
  float:left;
  width: 10px;
  height: 10px;
  display: block;
  background-color: #ffffff;
  margin-right: 16px;
  margin-bottom: 16px;
  margin-top: 3px;
}

.ppage-bottom__two__body__table tr td {
  color: #222222;
  width: 600px;
  font-size: 16px;
  line-height: 1.5;
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #aeb2cb;
}

.ppage-bottom__three {
  margin-top: -153px;
  padding-top: 153px;
  margin-bottom: 60px;
}

.ppage-bottom__three__head {
  padding: 16px;
  margin-bottom: 10px;
  color: #1f286f;
  font-size: 24px;
  font-weight: bold;
  background-color: #efefef;
}

.ppage-bottom__three__head:before {
  content: "";
  margin-top: -4px;
  margin-right: 16px;
  width: 10px;
  height: 24px;
  display: inline-block;
  background-image: url(../images/midashi-cube.png);
  background-size: contain;
  vertical-align: middle;
}

.ppage-bottom__three__body__table {
  width: 100%;
  margin-bottom: 20px;
  border: 3px solid #aeb2cb;
}

.ppage-bottom__three__body__table tr th {
  padding: 30px 0;
  width: 33.3333%;
  font-size: 16px;
  font-weight: bolod;
  text-align: center;
  color: #222222;
  background: #aeb2cb;
  border-right: 3px solid #ffffff;
}

.ppage-bottom__three__body__table tr th:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ffffff;
  margin-right: 16px;
}

.ppage-bottom__three__body__table tr th:last-child {
  border-right: 0;
}

.ppage-bottom__three__body__table tr td {
  color: #222222;
  width: 33.3333%;
  font-size: 16px;
  line-height: 1.5;
  padding: 30px 0;
  text-align: center;
  border-right: 3px solid #aeb2cb;
}

.ppage-bottom__three__body__table tr td:last-child {
  border-right: 0;
}

.ppage-last {
  margin-bottom: 20px;
}

.ppage-last__linknav {
  width: 100%;
}

.ppage-last__linknav__listbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  text-align: center;
}

.ppage-last__linknav__listbox__items {
  width: 25%;
  background: linear-gradient(to bottom, #0040a5, #002a6d);
  border-top: 2px solid #9e9e9e;
  border-bottom: 3px solid #f50001;
}

.ppage-last__linknav__listbox__items a {
  display: block;
  height: 51px;
  font-size: 16px;
  font-weight: bold;
  line-height: 51px;
  color: #ffffff;
  letter-spacing: 0.3em;
}

.ppage-last__linknav__listbox__items a:hover {
  background: linear-gradient(to bottom, #0063ff, #002a64);
}

.ppage-last__linknav__listbox__items .nolink {
  display: block;
  height: 51px;
  font-size: 16px;
  font-weight: bold;
  line-height: 51px;
  color: #ffffff;
  letter-spacing: 0.3em;
}

.com-messe__cont {
  padding: 0 100px 20px 100px;
}

.com-messe__cont__head {
  margin-bottom: 20px;
}

.com-messe__cont__head h2 {
  font-size: 24px;
  color: #2f2f2f;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.com-messe__cont__body p {
  color: #222222;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: justify;
}

.com-profile__cont {
  padding: 0 100px 20px 100px;
}

.com-profile__cont__body {
  width: 100%;
}

.com-profile__cont__body__table {
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #aeb2cb;
  border-right: 1px solid #aeb2cb;
  border-bottom: 1px solid #aeb2cb;
}

.com-profile__cont__body__table tr th {
  padding: 30px 0 0 30px;
  width: 30%;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.1em;
  color: #222222;
  background: #aeb2cb;
  border-bottom: 1px solid #ffffff;
}

.com-profile__cont__body__table tr td {
  color: #222222;
  width: 70%;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 30px;
  text-align: left;
  border-bottom: 1px solid #aeb2cb;
}

.com-profile__cont__body__table tr td span {
  display: block;
  float: left;
  margin: 0 1em 1em 0;
}

.com-profile__cont__body__table tr td .gmap {
  margin: 16px auto 0;
  width: 600px;
  height: 450px;
  text-align: center;
}

.com-profile__cont__body__table tr td .gmap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.com-profile__cont__body__table tr:last-child th {
  border-bottom: 1px solid #aeb2cb;
}

.com-policy {
  width: 90%;
  margin: 0 auto;
}

.com-policy__head {
  margin-bottom: 20px;
}

.com-policy__head>h2 {
  padding-left: 16px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #222222;
}

.com-policy__head>h2:before {
  content: "";
  margin-top: -4px;
  margin-right: 8px;
  width: 8px;
  height: 18px;
  vertical-align: middle;
  display: inline-block;
  background: url(../images/icon_cube.png) no-repeat center/contain;
}

.com-policy__body {
  padding: 0 32px;
  margin-bottom: 30px;
}

.com-policy__body p {
  margin-bottom: 8px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #222222;
}

.com-policy__body dl {
  overflow: hidden;
}

.com-policy__body dl dt {
  float: left;
  width: 2.5em;
  line-height: 1.5;
}

.com-policy__body dl dd {
  padding-left: 2.5em;
  margin-bottom: 8px;
  line-height: 1.5;
}

.support-guide__cont__body__head {
  margin-bottom: 20px;
}

.support-guide__cont__body__unit {
  padding: 0 32px 40px;
}

.support-guide__cont__body__unit__head {
  margin-bottom: 20px;
}

.support-guide__cont__body__unit__text {
  margin-bottom: 20px;
}

.support-guide__cont__body__unit__text p {
  margin-bottom: 20px;
}

.support-guide__cont__body__unit__text ul li {
  margin-bottom: 16px;
  line-height: 1.5;
}

.support-guide__cont__body__unit__text ul li:last-child {
  margin-bottom: 0;
}

.support-guide__cont__body__unit .guide-table_01 {
  margin-bottom: 20px;
  border-top: 1px solid #aeb2cb;
  border-right: 1px solid #aeb2cb;
  border-bottom: 1px solid #aeb2cb;
}

.support-guide__cont__body__unit .guide-table_01 tr th {
  padding: 25px 0 0 50px;
  width: 450px;
  font-size: 16px;
  font-weight: bolod;
  text-align: left;
  color: #222222;
  background: #aeb2cb;
  border-bottom: 1px solid #ffffff;
}

.support-guide__cont__body__unit .guide-table_01 tr td {
  width: 750px;
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
  padding: 25px 30px 25px 50px;
  border-bottom: 1px solid #aeb2cb;
}

.support-guide__cont__body__unit .guide-table_01 tr:last-child th {
  border-bottom: 1px solid #aeb2cb;
}

.support-guide__cont__body__unit .guide-table_02 {
  margin-bottom: 20px;
  border-right: 1px solid #aeb2cb;
  border-bottom: 1px solid #aeb2cb;
  width: 100%;
}

.support-guide__cont__body__unit .guide-table_02 tr th {
  width: calc(100% / 6);
  height: 75px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #222222;
  background: #aeb2cb;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  vertical-align: middle;
}

.support-guide__cont__body__unit .guide-table_02 tr td {
  width: calc(100% / 6);
  height: 75px;
  color: #222222;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  border-bottom: 1px solid #aeb2cb;
  border-right: 1px solid #aeb2cb;
  vertical-align: middle;
}

.support-guide__cont__body__unit .guide-table_02 tr:last-child th {
  border-bottom: 0;
  border-right: 0;
}

.support-guide__cont__body__unit .guide-table_02 tr:first-child th:last-child {
  border-right: 0;
}

.support-guide__cont__body a {
  color: #0071bd;
}

.support-guide__cont__body a:hover {
  text-decoration: underline;
}

.faq__listbox__items {
  margin-bottom: 20px;
  padding: 0 14px 0 20px;
  width: 100%;
  height: 70px;
  border: 1px solid #cdcdcd;
  background: linear-gradient(to bottom, #fff, #e2e2e2);
}

.faq__listbox__items a {
  display: block;
  line-height: 70px;
  width: 100%;
  color: #0042a5;
  height: 70px;
  font-size: 36px;
  position: relative;
}

.faq__listbox__items a:before {
  content: "";
  display: inline-block;
  margin: -7px 16px 0 0;
  width: 14px;
  height: 34px;
  background-image: url(../images/title-cube.png);
  background-size: contain;
  vertical-align: middle;
}

.faq__listbox__items a:after {
  position: absolute;
  top: 24px;
  right: 36px;
  content: "";
  display: inline-block;
  width: 152px;
  height: 24px;
  background-image: url(../images/icon-this_q.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: auto;
}

.faq__listbox__items_sub {
  position: absolute;
  top: 12px;
  left: 200px;
  font-size: 16px;
  line-height: 1.4;
}

.f-triangle {
  position: absolute;
  top: 25px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #f50001 transparent transparent transparent;
  transition: 0.4s;
}

span.close {
  transform: rotate(180deg);
}

.faq-itembox {
  padding: 0 32px 40px;
  overflow: hidden;
  display: none;
}

.faq-itembox__num {
  float: left;
  width: 4em;
  font-size: 16px;
  font-weight: bold;
  color: #5d5d5d;
  line-height: 1.5;
}

.faq-itembox__q {
  margin-bottom: 8px;
  padding-left: 4em;
}

.faq-itembox__q a {
  font-size: 16px;
  color: #0071bd;
  line-height: 1.5;
}

.faq-itembox__q a:hover {
  text-decoration: underline;
}

.support-remote__cont__head {
  margin-bottom: 20px;
}

.support-remote__cont__body {
  margin-bottom: 40px;
  padding: 0 32px;
}

.support-remote__cont__body__text {
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #222222;
}

.support-remote__cont__body__text2 {
  padding-left: calc((100% - 960px)/2);
  margin-bottom: 20px;
}

.support-remote__cont__body__img {
  display: flex;
  justify-content: center;
}

.support-remote__cont__body__list li {
  margin-bottom: 20px;
}

.support-remote__cont__body__list li:before {
  content: "";
  display: inline-block;
  margin-top: 5px;
  margin-right: 8px;
  width: 14px;
  height: 14px;
  background-color: #cdcdcd;
  border-radius: 50%;
}

.support-remote__cont__body__scr {
  margin-left: calc((100% - 960px)/2);
  margin-bottom: 16px;
  padding: 0 16px 18px;
  width: 960px;
  height: 480px;
  line-height: 1.5;
  overflow-y: scroll;
  border: 1px solid #aeb2cb;
  color: #222222;
}

.support-remote__cont__body__scr .scr-head1 {
  margin: 18px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.support-remote__cont__body__scr .scr-text {
  margin-bottom: 20px;
}

.support-remote__cont__body__scr dl dt {
  font-weight: bold;
  color: #444;
}

.support-remote__cont__body__scr dl dd {
  padding-left: 2em;
  margin-bottom: 16px;
}

.support-remote__cont__body__btn {
  display: flex;
  justify-content: center;
}

.support-remote__cont__body__scr dl dd dl.inner-list {
  overflow: hidden;
}

.support-remote__cont__body__scr dl dd dl.inner-list dt {
  width: 1.8em;
  float: left;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
}

.support-remote__cont__body__scr dl dd dl.inner-list dd {
  margin-bottom: 0;
  padding-left: 1.8em;
  line-height: 1.5;
}

.support-remote__cont__body__btn a {
  display: block;
  width: 500px;
  border: 2px solid #8998ac;
  background: linear-gradient(to bottom, #fff, #f6f6f6);
  border-radius: 12px;
  padding: 11px 0 11px;
  color: #c9151e;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
}

.support-remote__cont__body__btn a:hover {
  background: #c9151e;
  color: #ffffff;
  text-decoration: none;
}

.procedure {
  counter-reset: my-counter;
}

.procedure__order {
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
}

.procedure__order:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #0071bd;
  color: #ffffff;
  display: block;
  float: left;
  text-align: center;
  line-height: 22px;
  margin-left: -30px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 16px;
}

.procedure__order__imgbox {
  margin-bottom: 40px;
  text-align: center;
}

.version__head {
  margin-bottom: 40px;
}

.version__listbox__items {
  margin-bottom: 20px;
  padding: 0 14px 0 20px;
  width: 100%;
  height: 70px;
  border: 1px solid #cdcdcd;
  background: linear-gradient(to bottom, #fff, #e2e2e2);
}

.version__listbox__items a {
  display: block;
  line-height: 70px;
  width: 100%;
  color: #0042a5;
  height: 70px;
  font-size: 36px;
  position: relative;
}

.version__listbox__items a:before {
  content: "";
  display: inline-block;
  margin: -7px 16px 0 0;
  width: 14px;
  height: 34px;
  background-color: #f50101;
  vertical-align: middle;
}

.version__listbox__items a:after {
  position: absolute;
  top: 24px;
  right: 36px;
  content: "";
  display: inline-block;
  width: 92px;
  height: 24px;
  background-image: url(../images/icon-this_info.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: auto;
}

.version__listbox__items_sub {
  position: absolute;
  top: 12px;
  left: 200px;
  font-size: 16px;
  line-height: 1.4;
}

.f-triangle {
  position: absolute;
  top: 25px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #f50001 transparent transparent transparent;
  transition: 0.4s;
}

span.close {
  transform: rotate(180deg);
}

.version-itembox {
  padding: 0 32px 40px;
  overflow: hidden;
  /* display: none; */
}

.version-itembox__num {
  float: left;
  width: 9em;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.version-itembox__q {
  margin-bottom: 8px;
  padding-left: 9em;
}

.version-itembox__q a {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #0071bd;
  line-height: 1.5;
}

.version-itembox__q a:hover {
  text-decoration: underline;
}

.version-itembox__q .nolink {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #0071bd;
}

.movie__head {
  margin-bottom: 20px;
}

.movie__head h2 {
  padding: 20px 16px 12px;
  background: linear-gradient(to bottom, #fff, #e2e2e2);
  border: 1px solid #cdcdcd;
  font-size: 34px;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #0042a5;
}

.movie__head h2:before {
  content: "";
  margin-top: -10px;
  margin-right: 8px;
  width: 14px;
  height: 34px;
  vertical-align: middle;
  display: inline-block;
  background: url(../images/title-cube.png) no-repeat center/contain;
}

.movie__body {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  margin-bottom: 40px;
  background-color: #dedede;
  border: 1px solid #c6c6c6;
}

.movie__body__left {
  width: 640px;
}

.movie__body__right {
  margirn-left: 10px;
  padding: 10px;
  width: calc(100% - 650px);
  background-color: #f6f6f6;
  border: 1px solid #c6c6c6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.movie__body__right__top {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #222222;
}

.movie__body__right__bottom {
  text-align: right;
}

.movie__body__right__bottom a {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #222222;
  text-align: right;
}

.movie__body__right__bottom a:after {
  content: "";
  margin-top: -2px;
  margin-left: 5px;
  float: right;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #f50001;
}

.movie-top {
  width: 100%;
  height: 82px;
  background: url(../images/thirdpage_bg.jpg) repeat-x left 1px;
}

.movie-top__linknav__listbox {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  border-top: 2px solid #9e9e9e;
  background: #0040ab;
}

.movie-top__linknav__listbox__items {
  padding: 10px 0;
  width: 287.5px;
  border: 1px solid #ffffff;
}

.movie-top__linknav__listbox__items a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.movie-top__linknav__listbox__items:hover {
  background: #f50001;
}

.movie-top__linknav__listbox__items.current {
  background: #f50001;
}

.movie__unit {
  margin-top: -153px;
  padding-top: 153px;
}

.experience__head {
  margin-bottom: 20px;
}

.experience__body {
  padding: 0 32px;
}

.experience__body__text {
  margin-bottom: 20px;
}

.experience__body__table {
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #aeb2cb;
  border-right: 1px solid #aeb2cb;
  border-bottom: 1px solid #aeb2cb;
}

.experience__body__table tr th {
  padding: 30px 0 0 30px;
  width: 38%;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #222222;
  background: #aeb2cb;
  border-bottom: 1px solid #ffffff;
  overflow: hidden;
}

.experience__body__table tr th .table-inner {
  position: relative;
}

.experience__body__table tr th .table-inner:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  float: left;
  background-color: #ffffff;
  margin-top: 6px;
  margin-right: 16px;
  margin-bottom: 16px;
}

.experience__body__table tr th .table-inner a {
  display: block;
  color: #222222;
}

.experience__body__table tr th .table-inner span {
  position: absolute;
  top: 0;
  right: 12px;
}

.experience__body__table tr th .table-inner span a {
  display: inline-block;
  color: #ffffff;
  width: 100px;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #0040ab;
}

.experience__body__table tr th .table-inner span:after {
  float: right;
  content: "";
  margin-left: 1px;
  margin-top: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 19px;
  border-color: transparent transparent transparent #f50001;
}

.experience__body__table tr td {
  color: #222222;
  width: 62%;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 30px;
  text-align: left;
  border-bottom: 1px solid #aeb2cb;
}

.experience__body__table tr:last-child th {
  border-bottom: 1px solid #aeb2cb;
}

.experience__body__table tr:first-child th {
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
}

.experience__body__table tr:first-child th:before {
  display: none;
}

.experience__body__table tr:first-child th:first-of-type {
  border-right: 1px solid #ffffff;
}

.exp-more__head {
  margin-bottom: 40px;
}

.exp-more__body {
  margin-bottom: 40px;
  padding: 0 32px;
}

.exp-more__body__head {
  margin-bottom: 20px;
}

.exp-more__body__img {
  margin-bottom: 30px;
  text-align: center;
}

.exp-more__body__table1 {
  width: 95%;
  margin: 0 auto 30px;
}

.exp-more__body__table1 table {
  width: 100%;
  border: 1px solid #aeb2cb;
}

.exp-more__body__table1 table tr th {
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
  letter-spacing: 0.1em;
  color: #222222;
  background: #aeb2cb;
}

.exp-more__body__table1 table tr td {
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 20px;
  text-align: left;
  border-right: 1px solid #aeb2cb;
  border-bottom: 1px solid #aeb2cb;
}

.exp-more__body__table1 table tr:first-child th:last-child {
  border-left: 1px solid #ffffff;
}

.exp-more__body__table2 {
  width: 95%;
  margin: 0 auto 30px;
}

.exp-more__body__table2 table {
  width: 100%;
  border: 1px solid #aeb2cb;
}

.exp-more__body__table2 table tr th {
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
  letter-spacing: 0.1em;
  color: #222222;
  background: #aeb2cb;
}

.exp-more__body__table2 table tr td {
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
  letter-spacing: 0.1em;
  padding: 20px;
  text-align: left;
  border-right: 1px solid #aeb2cb;
  border-bottom: 1px solid #aeb2cb;
}

.exp-more__body__table2 table tr:first-child th:last-child {
  width: 70%;
  border-left: 1px solid #ffffff;
}

.exp-more__body__table3 {
  width: 95%;
  margin: 0 auto 30px;
}

.exp-more__body__table3 table {
  width: 100%;
  border: 1px solid #aeb2cb;
}

.exp-more__body__table3 table tr th {
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  vertical-align: middle;
  letter-spacing: 0.1em;
  color: #222222;
  background: #aeb2cb;
  width: 30%;
}

.exp-more__body__table3 table tr td {
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
  letter-spacing: 0.1em;
  padding: 20px;
  text-align: left;
  border-right: 1px solid #aeb2cb;
  border-bottom: 1px solid #aeb2cb;
}

.exp-more__body__table3 table tr td a {
  color: #0042a5;
}

.exp-more__body__table3 table tr td a:hover {
  text-decoration: underline;
}

.exp-more__body__table3 table tr:first-child th {
  border-bottom: 1px solid #ffffff;
}

.exp-more__body__text {
  width: 95%;
  margin: 0 auto 30px;
}

.exp-more__body__text a {
  color: #0042a5;
}

.exp-more__body__text a:hover {
  text-decoration: underline;
}

.exp-more__body a[href$=".pdf"] {
  padding-right: 30px;
  background: url(../images/pdf_icon_24x24.png) no-repeat right center;
}

.exp-more-form {
  width: 95%;
  margin: 0 auto;
}

.exp-more-form table {
  margin-bottom: 16px;
  width: 100%;
  border: 1px solid #aeb2cb;
}

.exp-more-form table tr {
  border: 1px solid #aeb2cb;
}

.exp-more-form table tr th {
  width: 30%;
  padding: 15px;
  background-color: #efefef;
  border: 1px solid #aeb2cb;
  text-align: left;
  vertical-align: middle;
}

.exp-more-form table tr th span {
  color: #f50101;
}

.exp-more-form table tr td {
  width: 70%;
  padding: 15px;
  border: 1px solid #aeb2cb;
  vertical-align: middle;
}

.exp-more-form table tr td label {
  display: inline-block;
}

.exp-more-form table tr td label input {
  margin-bottom: 5px;
  padding: 5px 10px;
  font-size: 14px;
}

.exp-more-form table tr td label input[type="text"] {
  width: 100%;
}

.exp-more-form table tr td label.full {
  display: block;
}

.exp-more-form table tr td .innerbox {
  margin-bottom: 8px;
}

.exp-more-form__text span {
  color: #f50101;
}

.exp-more-form__text2 {
  margin: 40px 0;
  color: #6a6a6a;
  font-weight: bold;
  text-align: center;
}

.exp-more-form__check {
  margin-bottom: 40px;
  text-align: center;
}

.exp-more-form-consent {
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 0 32px;
}

.exp-more-form-consent__head {
  margin-bottom: 20px;
}

.exp-more-form-consent__scr {
  margin-left: calc((100% - 960px)/2);
  margin-bottom: 16px;
  padding: 0 16px 18px;
  width: 960px;
  height: 400px;
  line-height: 1.5;
  overflow-y: scroll;
  border: 1px solid #aeb2cb;
  color: #222222;
}

.exp-more-form-consent__scr .scr-head1 {
  margin: 18px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.exp-more-form-consent__scr .scr-text {
  margin-bottom: 20px;
}

.exp-more-form-consent__scr dl dt {
  font-weight: bold;
  color: #444;
}

.exp-more-form-consent__scr dl dd {
  padding-left: 2em;
  margin-bottom: 16px;
}

.btn-area__btnbox {
  text-align: center;
}

.btn-area__btnbox__item {
  margin: 0 10px;
  display: inline-block;
  width: 150px;
  padding: 10px;
  background-color: #045ff0;
  text-align: center;
  transition: all .3s;
}

.btn-area__btnbox__item input {
  color: #ffffff;
  font-size: 16px;
}

.btn-area__btnbox__item:hover {
  background-color: #0249b9;
}

.btn-area__btnbox .confirm {
  display: none;
}

.btn-area__btnbox .cancel {
  background-color: #9d9d9d;
  display: none;
}

.btn-area__btnbox__submit input[type="submit"] {
  margin: 10px;
  width: 150px;
  height: 50px;
  background-color: #045ff0;
  text-align: center;
  transition: all .3s;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.btn-area__btnbox__submit input[disabled] {
  background-color: #999;
  cursor: default;
}

.procedure2 {
  counter-reset: my-counter;
}

.procedure2__order {
  margin-bottom: 16px;
  padding-left: 30px;
  position: relative;
}

.procedure2__order:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  color: #222222;
  border: 1px solid #222222;
  display: block;
  float: left;
  text-align: center;
  line-height: 18px;
  padding-left: 2px;
  padding-top: 2px;
  margin-left: -30px;
  margin-top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 16px;
}

.procedure2__order__imgbox {
  margin-bottom: 40px;
  text-align: center;
}

.news-report {
  margin-bottom: 20px;
}

.news-report__head {
  padding: 16px;
  margin-bottom: 30px;
  background-color: #efefef;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #1f286f;
}

.news-report__head:before {
  content: "";
  margin-top: 4px;
  margin-right: 16px;
  margin-bottom: 20px;
  width: 10px;
  height: 24px;
  vertical-align: middle;
  display: block;
  float: left;
  background: url(../images/midashi-cube.png) no-repeat center/contain;
}

.news-report__body {
  width: 93%;
  margin: 0 auto;
}

.news-report__body__table {
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #aeb2cb;
  border-right: 1px solid #aeb2cb;
  border-bottom: 1px solid #aeb2cb;
}

.news-report__body__table tr th {
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #222222;
  background: #aeb2cb;
  border-bottom: 1px solid #ffffff;
  overflow: hidden;
  position: relative;
}

.news-report__body__table tr th a {
  display: block;
  color: #222222;
}

.news-report__body__table tr td {
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #aeb2cb;
  border-left: 1px solid #aeb2cb;
}

.news-report__body__table tr td a {
  display: block;
  color: #0040ab;
  text-decoration: underline;
}

.news-report__body__table tr td a:hover {
  text-decoration: none;
}

.news-report__body__table tr:first-child th {
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
}

.news-report__body__table tr:first-child th:first-of-type {
  border-right: 1px solid #ffffff;
  width: 75%;
}

.news-report__body__text {
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #222222;
  line-height: 1.5;
}

.news-report__body__text-red {
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #c9151e;
  line-height: 1.5;
}

.news-report__table2 {
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #aeb2cb;
  border-right: 1px solid #aeb2cb;
  border-bottom: 1px solid #aeb2cb;
}

.news-report__table2 tr th {
  padding: 30px 0 0 30px;
  width: 30%;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.1em;
  color: #222222;
  background: #aeb2cb;
  border-bottom: 1px solid #ffffff;
}

.news-report__table2 tr td {
  color: #222222;
  width: 70%;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 30px;
  text-align: left;
  border-bottom: 1px solid #aeb2cb;
}

.news-report__table2 tr:last-child th {
  border-bottom: 1px solid #aeb2cb;
}

.news-report__table2__title {
  padding-left: 30px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #0071bd;
}

.news-link-more {
  font-size: 16px;
  letter-spacing: 0.1em;
}

.news-link-more a {
  color: #0040ab;
  text-decoration: underline;
}

.news-link-more a:hover {
  text-decoration: none;
}

.news-link-more:before {
  content: "";
  margin: -4px 8px 0 0;
  width: 8px;
  height: 24px;
  background-color: #f50101;
  display: inline-block;
  vertical-align: middle;
}

.info__body__head {
  margin-bottom: 20px;
}

.info__body__unit {
  padding: 0 32px 40px;
}

.info__body__unit__head {
  margin-bottom: 20px;
}

.info__body__unit__text {
  margin-bottom: 20px;
}

.info-table_01 {
  margin-bottom: 20px;
  border-top: 1px solid #aeb2cb;
  border-right: 1px solid #aeb2cb;
  border-bottom: 1px solid #aeb2cb;
}

.info-table_01 tr th {
  padding: 25px 0 0 50px;
  width: 450px;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: left;
  color: #222222;
  background: #aeb2cb;
  border-bottom: 1px solid #ffffff;
}

.info-table_01 tr td {
  width: 750px;
  color: #222222;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 25px 30px 25px 50px;
  border-bottom: 1px solid #aeb2cb;
}

.info-table_01 tr td span {
  display: block;
  float: left;
  margin: 0 1em 1em 0;
}

.info-table_01 tr:last-child th {
  border-bottom: 1px solid #aeb2cb;
}

.l-container-sp {
  display: none;
}

.thirdpage2-recruit {
  width: 100%;
  height: 200px;
  background: url(../images/thirdpage2_bg.jpg) repeat-x;
}

.thirdpage2-recruit__body {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
}

.thirdpage2-recruit__body__title {
  height: 30px;
  width: 100%;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #ffffff;
  background: rgba(0, 64, 171, 0.7);
}

.titleimg_newgrad {
  background: url(../images/newgrad_img.jpg) no-repeat left top/contain;
}

.titleimg_career {
  background: url(../images/career_img.jpg) no-repeat left top/contain;
}

.recruit-cont__read {
  margin-bottom: 30px;
  color: #000000;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-weight: bold;
}

.recruit-cont__head {
  margin-bottom: 20px;
}

.recruit-cont__head h2 {
  padding: 20px 16px 12px;
  background: linear-gradient(to bottom, #fff, #e2e2e2);
  border: 1px solid #cdcdcd;
  font-size: 34px;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #0042a5;
}

.recruit-cont__head h2:before {
  content: "";
  margin-top: -10px;
  margin-right: 16px;
  width: 14px;
  height: 34px;
  vertical-align: middle;
  display: inline-block;
  background: url(../images/title-cube.png) no-repeat center/contain;
}

.recruit-cont__head h3 {
  padding: 8px;
  margin: 0 auto;
  border: 1px solid #efefef;
  background-color: #f6f6f6;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #1f286f;
}

.recruit-cont__head h3:before {
  content: "";
  margin-top: 2px;
  margin-right: 8px;
  width: 10px;
  height: 24px;
  vertical-align: middle;
  display: block;
  float: left;
  background-color: #0040ab;
}

.recruit-cont__body {
  width: 95%;
  margin: 0 auto;
}

.recruit-cont__body__table {
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #aeb2cb;
}

.recruit-cont__body__table tr th {
  padding: 20px;
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
  vertical-align: middle;
  letter-spacing: 0.1em;
  color: #222222;
  background: #aeb2cb;
  border-bottom: 1px solid #ffffff;
  width: 30%;
}

.recruit-cont__body__table tr td {
  padding: 20px;
  color: #222222;
  font-size: 16px;
  vertical-align: middle;
  letter-spacing: 0.1em;
  text-align: left;
  line-height: 1.5;
  border-right: 1px solid #aeb2cb;
  border-bottom: 1px solid #aeb2cb;
}

.recruit-cont__body__table tr td dl {
  padding-left: 1em;
  padding-bottom: 0.5em;
  overflow: hidden;
}

.recruit-cont__body__table tr td dl dt {
  float: left;
  width: 2em;
  line-height: 1.5;
}

.recruit-cont__body__table tr td dl dd {
  margin-bottom: 0.2em;
  padding-left: 2em;
  line-height: 1.5;
}

.recruit-cont__body__table tr td dl.oneword dt {
  width: 1em;
}

.recruit-cont__body__table tr td dl.oneword dd {
  padding-left: 1.5em;
}

.recruit-cont__body__table tr:last-child th {
  border-bottom: 0;
}

/*newsformat*/

.base h2 {
  padding: 14px 16px 12px;
  margin: 0 auto;
  margin-bottom: 30px;
  background-color: #efefef;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #1f286f;
}

.base h2:before {
  content: "";
  margin-top: 4px;
  margin-right: 16px;
  margin-bottom: 20px;
  width: 10px;
  height: 24px;
  vertical-align: middle;
  display: block;
  float: left;
  background: url(../images/midashi-cube.png) no-repeat center/contain;
}

.base h3 {
  padding: 8px;
  margin: 0 auto;
  margin-bottom: 20px;
  border: 1px solid #efefef;
  background-color: #f6f6f6;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #1f286f;
}

.base h3:before {
  content: "";
  margin-top: 2px;
  margin-right: 8px;
  margin-bottom: 20px;
  width: 10px;
  height: 24px;
  vertical-align: middle;
  display: block;
  float: left;
  background-color: #0040ab;
}

.base h4 {
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #0071bd;
}

.base h5 {
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #222222;
}

.base h5:before {
  content: "";
  margin-top: -4px;
  margin-right: 8px;
  width: 8px;
  height: 18px;
  vertical-align: middle;
  display: inline-block;
  background: url(../images/icon_cube.png) no-repeat center/contain;
}

.base h6 {
  margin: 0 auto 20px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #000000;
}

.base h6:before {
  content: "";
  margin: -4px 8px 0 0;
  width: 8px;
  height: 24px;
  background-color: #c9151e;
  display: inline-block;
  vertical-align: middle;
}

.base p {
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #222222;
}

.base a {
  color: #0040ab;
}

.base a:hover {
  text-decoration: underline;
}

.base a[href$=".pdf"] {
  padding-right: 30px;
  background: url(../images/pdf_icon_24x24.png) no-repeat right center;
}

.base table.uhead {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #7e84ae;
}

.base table.uhead tr th {
  padding: 20px 0;
  color: #222;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: #aeb2cb;
  border: 1px solid #7e84ae;
}

.base table.uhead tr td {
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 30px 0;
  text-align: center;
  border: 1px solid #7e84ae;
  vertical-align: middle;
}

.base table.uhead2 {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #7e84ae;
}

.base table.uhead2 tr th {
  padding: 20px 0;
  color: #222;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: #aeb2cb;
  border: 1px solid #7e84ae;
}

.base table.uhead2 tr td {
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #7e84ae;
}

.base table.lhead {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #7e84ae;
}

.base table.lhead tr th {
  padding: 20px 0 20px 20px;
  font-size: 16px;
  color: #222;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.1em;
  vertical-align: middle;
  background: #aeb2cb;
  border: 1px solid #7e84ae;
}

.base table.lhead tr td {
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #7e84ae;
}

.base ul {
  margin: 0 auto;
  margin-bottom: 20px;
}

.base ul li {
  font-size: 16px;
  margin-bottom: 12px;
  letter-spacing: 0.08em;
}

.base ul li:before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #aeb2cb;
  float: left;
  margin: 1px 5px 0 0;
  border-radius: 50%;
}

.l-contents-cim {
  position: relative;
  width: 100%;
  height: 875px;
}

.cim-video video {
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.cim-pattern {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 875px;
  background: url(../images/cimsp_bgp.png);
  opacity: 0.8;
}

.cim-mtc {
  position: absolute;
  top: 0;
  left: 70px;
  z-index: 3;
  padding-top: 22px;
  width: 384px;
  height: 85px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0 0 50px 50px;
}

.cim-mtc a {
  display: block;
}

.cim-mtc a img {
  width: 338px
}

.cim-title {
  position: absolute;
  top: 151px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 411px;
  z-index: 4;
}

.cim-title__name {
  margin-bottom: 30px;
}

.cim-title__name h1 {
  width: 411px;
  height: 321px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: url(../images/bimcimsp_logo.png) no-repeat bottom;
}

.cim-title__read {
  margin-bottom: 14px;
  padding: 20px;
  background: #ffffff;
}

.cim-title__read p {
  color: #0042a5;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

.cim-title__read p span {
  margin: 1px 3px 1px 3px;
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #f80001;
}

.cim-title__scroll {
  text-align: center;
}

#cim-nav-area {
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom, #0040a5, #002a6d);
  border-top: 1px solid #0066ff;
  border-bottom: 1px solid #0066ff;
}

.cim-gnav {
  display: flex;
}

.cim-gnav li {
  width: calc(100% / 4);
  text-align: center;
  line-height: 60px;
  border-left: 1px solid #0066ff;
  border-right: 1px solid #0066ff;
}

.cim-gnav li a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #ffffff;
}

.cim-gnav li a:hover {
  height: 59px;
  background: linear-gradient(to bottom, #0063ff, #002a64);
  border-bottom: 1px solid #0066ff;
}

.footer-cim {
  padding-top: 90px;
  width: 100%;
  height: 222px;
  background: #000 url(../images/cimsp_bgp.png);
  border-top: 4px solid #f80001;
}

.footer-cim__name {
  margin-bottom: 17px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}

.footer-cim__copyright {
  display: flex;
  justify-content: center;
}

.footer-cim__copyright__address {
  margin-right: 20px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.25em;
}

.footer-cim__copyright__copy {
  padding-top: 2px;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 0.25em;
}

.cim-category {
  width: 100%;
  height: 300px;
  background: url(../images/cim_page_bg.png);
}

.cim-category__top {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: flex-end;
  position: relative;
  background: url(../images/cimTop_img.jpg) no-repeat center;
}

.cim-category__top__title {
  height: 40px;
  width: 100%;
  font-size: 22px;
  line-height: 46px;
  text-align: center;
  letter-spacing: 0.3em;
  color: #ffffff;
  background: rgba(3, 47, 111, 0.8);
}

.cim-category__top__logo {
  width: 270px;
  height: 160px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.cimpage-nav {
  width: 100%;
  height: 65px;
  border-top: 1px solid #ffffff;
  border-bottom: 4px solid #f80001;
}

.cimpage-nav__inner {
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom, #0042a5, #003274);
  border-top: 1px solid #0066ff;
  border-bottom: 1px solid #0066ff;
}

.cimpage-nav__listbox {
  overflow: hidden;
}

.cimpage-nav__listbox li {
  float: left;
  width: 25%;
  border-left: 1px solid #0066ff;
  border-right: 1px solid #0066ff;
}

.cimpage-nav__listbox li a {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 58px;
  text-align: center;
}

.cimpage-nav__listbox li a:hover {
  background: linear-gradient(to bottom, #0063ff, #002a64);
}

.cim-cont {
  padding-bottom: 20px;
}

.cim-cont__head {
  margin-bottom: 20px;
}

.cim-cont__wrapp {
  padding: 0 32px;
}

.cim-cont__unit {
  margin-bottom: 40px;
}

.cim-cont__unit__body {
  margin-bottom: 20px;
}

.cim-cont__unit__body h3 {
  margin-bottom: 20px;
}

.cim-cont__unit__body p span {
  font-weight: bold;
}

.cim-cont__unit__body__text {
  margin-bottom: 16px;
}

.cim-cont__unit__image {
  margin: 0 auto 20px;
  width: 90%;
  text-align: center;
}

.cim-cont__unit__image img {
  width: 100%;
}

.cim-cont__unit__image img.cim-soft-img {
  width: 640px;
}

.cim-cont__unit__image2 {
  border: 1px solid #cdcdcd;
  width: 100%;
}

.cim-cont__unit__cap {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
}

.cim-cont__unit__cap1 {
  text-align: left;
  width: 90%;
  margin: 0 auto;
}

.cim-cont__unit__cap2 {
  margin-top: 14px;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: left;
  color: #fe5555;
  letter-spacing: 0.1em;
}

/*cim software*/

.cim-soft__back {
  margin-top: 80px;
  margin-bottom: 60px;
  width: 100%;
  height: 1000px;
  background: url(../images/cim-soft-bg1.png) no-repeat center/contain;
  position: relative;
}

.cim-soft__back2 {
  background: url(../images/cim-soft-bg3.png) no-repeat center/contain;
}

.cim-soft__icons {
  position: absolute;
  top: 0;
  right: 0;
}

.cim-soft__icons__item {
  width: 80px;
  height: 80px;
  background: #0040a5;
  border: 2px solid #9e9e9e;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cim-soft__icons__item p {
  font-size: 12px;
  color: #ffffff;
  line-height: 1.4;
}

.cim-soft__icons__item p span {
  font-size: 9px;
  letter-spacing: 0.1em;
}

.road-icon01 {
  position: absolute;
  top: -36px;
  left: 574px;
}

.road-icon02 {
  position: absolute;
  top: 318px;
  left: 490px;
  width: 165px;
  display: flex;
  justify-content: space-between;
}

.road-icon03 {
  position: absolute;
  top: 678px;
  left: 574px;
}

.road-icon04 {
  position: absolute;
  top: 296px;
  left: 1106px;
}

.road-icon05 {
  position: absolute;
  top: -36px;
  left: 490px;
  width: 165px;
  display: flex;
  justify-content: space-between;
}

.road-icon06 {
  position: absolute;
  top: 318px;
  left: 574px;
}

.road-icon07 {
  position: absolute;
  top: 670px;
  left: 574px;
}

.road-icon08 {
  position: absolute;
  top: 136px;
  right: 14px;
}

.cim-soft__unit01 {
  width: 600px;
}

.cim-soft__unit01 a {
  color: #000000;
}

.cim-soft__unit01__head {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #0071bd;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.cim-soft__unit01__head:before {
  content: "";
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 8px;
  height: 18px;
  vertical-align: middle;
  display: block;
  float: left;
  background: url(../images/icon_cube.png) no-repeat center/contain;
}

.cim-soft__unit01__article {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #222222;
}

.cim-soft__unit01__article08 {
  margin-bottom: 13px;
}

.cim-soft__unit01__images {
  display: flex;
  justify-content: space-between;
}

.cim-soft__unit01__images__left {
  width: calc((100% - 10px)/2);
}

.cim-soft__unit01__images__left img {
  margin-bottom: 5px;
  width: 100%;
  border: 1px solid #cdcdcd;
}

.cim-soft__unit01__images__right {
  width: calc((100% - 10px)/2);
}

.cim-soft__unit01__images__right img {
  margin-bottom: 5px;
  width: 100%;
  border: 1px solid #cdcdcd;
}

.cim-soft__unit01__images__cap {
  font-size: 12px;
  text-align: right;
}

.cim-soft__unit01__images2 {
  margin-bottom: 5px;
  width: 100%;
  border: 1px solid #cdcdcd;
}

.cim-soft__unit01__images2 img {
  width: 100%;
}

.cim-soft__unit01__images3 {
  margin-bottom: 6px;
  display: flex;
  justify-content: space-around;
}

.cim-soft__unit01__images3__left {
  width: 184px;
  border: 1px solid #cdcdcd;
}

.cim-soft__unit01__images3__left img {
  width: 100%;
}

.cim-soft__unit01__images3__right {
  width: 218px;
  border: 1px solid #cdcdcd;
}

.cim-soft__unit01__images3__right img {
  width: 100%;
}

.cim-soft__unit01__images4 {
  margin-bottom: 19px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cim-soft__unit01__images4__item {
  width: 49%;
  margin-bottom: 2.5%;
}

.cim-soft__unit01__images4__item img {
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #cdcdcd;
}

.cim-soft__unit01__cap {
  font-size: 12px;
  color: #222222;
}

.cim-soft__unit01__images-head {
  padding: 2px;
}

.cim-soft__unit01__images-head p {
  color: #0040a5;
  font-size: 15px;
  font-weight: bold;
}

.cim-road01 {
  position: absolute;
  top: 18px;
  left: 34px;
}

.cim-road02 {
  position: absolute;
  top: 373px;
  left: 34px;
}

.cim-road03 {
  position: absolute;
  top: 728px;
  left: 34px;
}

.cim-road04 {
  position: absolute;
  top: 345px;
  left: 750px;
  width: 416px;
}

.cim-road05 {
  position: absolute;
  top: 16px;
  left: 34px;
}

.cim-road06 {
  position: absolute;
  top: 370px;
  left: 34px;
}

.cim-road07 {
  position: absolute;
  top: 720px;
  left: 34px;
}

.cim-road08 {
  position: absolute;
  top: 184px;
  left: 748px;
  width: 420px;
}

/*google search custum*/
.gsc-control-cse {
  padding: 0 !important;
}

form.gsc-search-box {
  margin-bottom: 0px !important;
}

table.gsc-search-box {
  margin-bottom: 0 !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0 !important;
}

.gsc-input-box {
  border: 1px solid #b8b8b8 !important;
}

.gsib_a {
  padding-left: 3px !important;
  padding-top: 1px !important;
}

input.gsc-input {
  font-size: 15px !important;
}

.gsc-search-button-v2 {
  padding: 6px 25px !important;
}

input.gsc-search-button-v2 {
  margin-top: 0 !important;
  width: 25px !important;
  height: 25px !important;
  padding: 4px !important;
  border: none !important;
}

.gsc-results-wrapper-overlay {
  width: 80% !important;
  max-width: 1200px !important;
  left: 10% !important;
}

/*form edited by syou*/
.form_error {
  color: #f50101;
}

.formErr {
  font-size: 15px;
  color: #f50101;
  line-height: 25px;
  margin-bottom: 20px;
}

#returnbtn {
  margin: 10px;
  width: 150px;
  height: 50px;
  background-color: #9d9d9d !important;
  text-align: center;
  transition: all .3s;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.download_a li a {
  background-color: #002a64;
  font-size: 25px;
  letter-spacing: 0.1em;
  cursor: pointer;
  color: #fff;
  text-align: -webkit-match-parent;
  border-radius: 5px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px !important;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}

.download_a li a:hover {
  background-color: #0040ab;
}

.download_li li a {
  background-color: #002a64;
  font-size: 20px;
  letter-spacing: 0.1em;
  cursor: pointer;
  color: #fff;
  text-align: -webkit-match-parent;
  border-radius: 5px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}

.download_li li a:hover {
  text-decoration: none;
  background-color: #0040ab;
}

.br-pc {
  display: none;
}

@media print {
  header {
    position: static;
  }
  .l-main-wrap {
    padding-top: 0;
  }
  .l-wrapper {
    width: 1080px;
    margin: 0;
  }
  .l-header-bottom {
    width: 1080px;
  }
  .l-contents p {
    font-size: 14px;
  }
  #topBtn a {
    display: none;
  }
  .headSub {
    padding-right: 12px;
  }
  .headSub__top__left__tel {
    font-size: 24px;
  }
  .headSub__bottom__left__search {
    width: 226px;
  }
  .login {
    padding-top: 12px;
    padding-left: 12px;
  }
  .login__mark {
    width: 120px;
    height: auto;
  }
  .login__mark img {
    width: 100%;
  }
  .catebox-item__inner {
    width: 252px;
  }
  .catebox-item__inner__right {
    width: 67%;
  }
  .catebox-item__inner__left {
    width: 33%;
  }
  .catebox-item__inner__right__head {
    letter-spacing: 0.2em;
  }
  .catebox-item__inner__right__body {
    font-size: 12px;
  }
  .l-container-left {
    width: 72%;
  }
  .news-list__head__tabbox__items {
    width: 158px;
  }
  .news-list__head__tabbox__items a {
    font-size: 14px;
  }
  .breadcrumb {
    width: 1080px;
  }
  .secoundpage-category {
    width: 1080px;
    height: 250px;
  }
  .product_pricebox__items {
    width: 49%;
  }
  .product_pricebox__items a {
    font-size: 32px;
  }
  .p-box__item {
    width: 30.5%;
    padding: 22px 20px 20px;
  }
  .p-box__item__bottom__item {
    width: 48%;
  }
  .com-top__listbox__items__body__left {
    width: 52%;
  }
  .com-top__listbox__items__body__left img {
    width: 100%;
  }
  .com-top__listbox__items__body__right {
    width: 48%;
  }
  .com-top__listbox__items__body__right__top {
    font-size: 14px;
  }
  .recruit-category {
    width: 1080px;
  }
  .recruit-top__listbox__items__head h2 {
    font-size: 32px;
  }
  .recruit-top__listbox__items__body img {
    width: 100%;
  }
  .recruit-voice__top__left {
    width: 25%;
    height: auto;
  }
  .recruit-voice__top__left img {
    width: 100%;
  }
  .recruit-voice__top__right {
    width: 72%;
    height: auto;
  }
  .thirdpage-category {
    width: 1080px;
  }
  .thirdpage2-category {
    width: 1080px;
  }
  .thirdpage2-recruit {
    width: 1080px;
  }
  .thirdpage-category__top.p-road, .thirdpage-category__top.p-rail, .thirdpage-category__top.p-traffic, .thirdpage-category__top.p-tunnel, .thirdpage-category__top.p-project, .thirdpage-category__top.p-trajectory, .thirdpage-category__top.p-other {
    background-size: cover;
  }
  .titleimg_message, .titleimg_profile, .titleimg_locations, .titleimg_guide, .titleimg_faq, .titleimg_remote, .titleimg_movie, .titleimg_experience, .titleimg_news, .titleimg_policy, .titleimg_info, .titleimg_order, .titleimg_download, .titleimg_newgrad, .titleimg_career {
    background-size: cover;
  }
  .products-nav__items {
    width: 18.8%;
  }
  .products-nav__items__itembox {
    width: 1080px;
  }
  .ppage-top__unit01__image img {
    width: 100%;
  }
  .ppage-middle {
    width: 1080px;
  }
  .ppage-middle__conbox__items {
    margin: 50px 38px 0 0;
    width: 30.95%;
  }
  .recruit-cont__read p {
    font-size: 24px;
  }
  .l-contents-cim {
    width: 1080px;
    height: 608px;
  }
  .cim-title {
    top: 100px;
    width: 300px;
  }
  .cim-title__name h1 {
    width: 300px;
    height: 234px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
  }
  .cim-title__read p {
    font-size: 14px;
  }
  .cim-mtc {
    position: absolute;
    top: 0;
    left: 0;
  }
  .cim-pattern {
    height: 608px;
  }
  .cim-video video {
    position: fixed;
    left: 0;
    top: 0;
    min-width: 1080px;
    min-height: auto;
    width: 1080px;
    height: auto;
  }
  #cim-nav-area {
    width: 1080px;
  }
  .cim-category {
    width: 1080px;
  }
  .cimpage-nav {
    width: 1080px;
  }
  .cimpage-nav__inner {
    width: 1080px;
  }
  .cim-soft__back {
    height: 900px;
  }
  .road-icon01 {
    position: absolute;
    top: -36px;
    left: 542px;
  }
  .road-icon02 {
    top: 282px;
    left: 456px;
  }
  .road-icon03 {
    top: 604px;
    left: 542px;
  }
  .road-icon04 {
    top: 255px;
    left: 995px;
  }
  .road-icon05 {
    left: 456px;
  }
  .road-icon06 {
    top: 280px;
    left: 542px;
  }
  .road-icon07 {
    top: 602px;
    left: 542px;
  }
  .road-icon08 {
    top: 118px;
  }
  .cim-soft__unit01 {
    width: 544px;
  }
  .cim-road01 {
    left: 30px;
  }
  .cim-road02 {
    top: 335px;
    left: 30px;
  }
  .cim-road03 {
    top: 652px;
    left: 30px;
  }
  .cim-road04 {
    top: 310px;
    left:674px;
    width: 374px;
  }
  .cim-road05 {
    top: 16px;
    left: 30px;
  }
  .cim-road06 {
    top: 334px;
    left: 30px;
  }
  .cim-road07 {
    top:646px;
    left: 30px;
  }
  .cim-road08 {
    top: 164px;
    left: 673px;
    width: 378px;
  }
  .cim-soft__unit01__images3__left {
    width: 164px;
  }
  .cim-soft__unit01__images3__right {
    width: 194px;
  }
  .cim-soft__unit01__article08 {
    margin-bottom: 6px;
  }
  .cim-soft__unit01__images4 {
    margin-bottom: 14px;
  }
  .l-contents .cim-cont .cim-soft__icons__item p {
    font-size: 12px;
  }
  .cim-soft__unit01__head {
    margin-bottom: 4px;
  }
  .footer-cim {
    width: 1080px;
  }
  .l-footer {
    width: 1080px;
  }
}

@media screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: 100%;
    height: 100%;
  }
  .cim-header {
    width: 100%;
  }
  .l-contents-cim {
    position: relative;
    width: 100%;
    height: 700px;
    background: url(../images/cim-poster.jpg) no-repeat center/cover;
  }
  .cim-video {
    display: none;
  }
  .cim-video video {
    display: none;
  }
  .cim-pattern {
    width: 100%;
    height: 100%;
  }
  .cim-mtc {
    left: 0;
    padding: 12px 6px;
    width: 170px;
    height: auto;
    border-radius: 0 0 20px 20px;
  }
  .cim-mtc a img {
    max-width: 100%;
    width: 100%;
  }
  .cim-title {
    top: 100px;
    width: 200px;
  }
  .cim-title__name {
    margin-bottom: 30px;
  }
  .cim-title__name h1 {
    width: 200px;
    height: 160px;
    background: url(../images/bimcimsp_logo.png) no-repeat bottom;
    background-size: contain;
  }
  .cim-title__read {
    padding: 10px;
  }
  .l-wrapper.cim-sp {
    width: 100%;
  }
  #cim-nav-area {
    height: 104px;
  }
  .cim-gnav {
    display: flex;
    flex-wrap: wrap;
  }
  .cim-gnav li {
    width: calc(100% / 2);
    line-height: 50px;
  }
  .cim-gnav li:first-child, .cim-gnav li:nth-child(2) {
    border-bottom: 1px solid #0066ff;
  }
  .cim-gnav li a {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .cim-gnav li a:hover {
    height: 50px;
  }
  .footer-cim {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    height: auto;
  }
  .footer-cim__copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-cim__copyright__address {
    margin-right: 0;
    letter-spacing: 0.1em;
  }
  .footer-cim__copyright__copy {
    padding-top: 10px;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: 100%;
  }
  .header {
    position: static;
    width: 100%;
    height: 44px;
  }
  .l-header-pc {
    display: none;
  }
  .l-header-sp {
    display: block;
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #f80001;
  }
  .l-header-sp-inner {
    width: 100%;
    height: 43px;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #0042a5;
  }
  .l-header-sp-inner-left {
    padding-top: 7px;
  }
  .l-header-sp-inner-left .sp-logo {
    display: block;
    width: 150px;
    height: 27px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    background: url(../images/logo4.png) no-repeat left center/contain;
  }
  .l-header-sp-inner-right {
    padding-top: 15px;
  }
  .l-header-sp-inner-right .sp-telno {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #c9151e;
  }
  .l-container-pc {
    display: none;
  }
  .l-container-sp {
    display: block;
  }
  .l-contents-sp {
    padding: 20px 0;
  }
  .l-wrapper-sp {
    width: 100%;
  }
  .l-main-wrap {
    padding-top: 0;
  }
  /*footer*/
  .l-footer-pc {
    display: none;
  }
  .l-footer-sp {
    display: block;
  }
  .l-footer-sp-inner {
    padding: 16px 15px 10px;
    background: #efefef;
  }
  .l-footer-sp-inner-top {
    padding-bottom: 12px;
    border-bottom: 1px solid #cdcdcd;
  }
  .l-footer-sp-inner-bottom {
    padding-top: 12px;
  }
  .footer-sp__name {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 0.2em;
  }
  .footer-sp__address {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.025em;
    text-align: center;
  }
  .footer-sp__copyright {
    font-size: 9px;
    letter-spacing: 0.025em;
    text-align: center;
  }
  #topBtn a {
    display: block;
    width: 51px;
    height: 59px;
    position: fixed;
    bottom: 70px;
    left: 80%;
    margin-left: 0;
    z-index: 1;
    opacity: 0.5;
  }
  .recruit-category {
    display: none;
  }
  .recruit-category-sp {
    display: block;
    width: 100%;
  }
  .recruit-category-sp img {
    max-width: 100%;
  }
  .recruit-top__listbox {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .recruit-top__listbox__items {
    float: none;
    margin-right: 0;
    margin: 0 15px;
    width: calc(100% - 30px);
    margin-bottom: 5px;
  }
  .recruit-top__listbox__items__head {
    margin-top: 8px;
    margin-bottom: 0;
    padding-left: 9px;
    padding-right: 7px;
    height: 36px;
    color: #1f286f;
    background: linear-gradient(to bottom, #fff, #e2e2e2);
    border: 1px solid #cdcdcd;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .recruit-top__listbox__items__head h2 {
    padding-top: 4px;
    font-size: 18px;
    line-height: 70px;
    letter-spacing: 0.1em;
    font-weight: normal;
  }
  .recruit-top__listbox__items__head h2:before {
    content: "";
    margin: -2px 7px 0 0;
    width: 7px;
    height: 17px;
    display: inline-block;
    background-image: url(../images/title-cube.png);
    background-size: contain;
    vertical-align: middle;
  }
  .recruit-top__listbox__items__head p {
    padding-top: 3px;
    font-size: 12px;
    line-height: 18px;
    color: #222222;
    letter-spacing: 0.1em;
    height: 20px;
  }
  .recruit-top__listbox__items__head p:after {
    content: "";
    display: block;
    float: right;
    margin: 2px 0 0 4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #f50001;
  }
  .recruit-top__listbox__items__body {
    border: 1px solid #c6c6c6;
    width: 100%;
  }
  .recruit-top__listbox__items__body img {
    width: 100%;
    max-width: 100%;
  }
  .recruit-top__listbox__items a {
    display: block;
  }
  .recruit-top__listbox__items a:hover {
    opacity: 0.8;
  }
  .recruit-top__listbox__items:nth-child(even) {
    margin-right: 0;
  }
  .recruit-top__body {
    padding: 0 15px;
  }
  .recruit-top__body__read {
    margin-bottom: 20px;
    padding: 16px;
    height: auto;
    background-color: #d6f4ff;
    border: 1px solid #cdcdcd;
    display: flex;
    align-items: center;
  }
  .recruit-top__body__read p {
    font-size: 14px;
    font-weight: bold;
    color: #222222;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .recruit-head-pc {
    display: none;
  }
  .recruit-head-sp {
    display: block;
  }
  .recruit-voice {
    border-bottom: 1px solid #cdcdcd;
  }
  .recruit-voice__top {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .recruit-voice__top__left {
    float: none;
    margin: 0 auto 20px;
    width: 52%;
    height: auto;
    border: 1px solid #cdcdcd;
  }
  .recruit-voice__top__left img {
    width: 100%;
    max-width: 100%;
  }
  .recruit-voice__top__right {
    float: none;
    padding: 0 0 0 12px;
    width: 100%;
    height: 91px;
    border-left: 3px solid #f50001;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .recruit-voice__top__right__top {
    font-size: 16px;
    color: #0042a5;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .recruit-voice__top__right__bottom {
    color: #000000;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .recruit-voice__bottom {
    position: relative;
  }
  .recruit-voice__bottom__items {
    margin-bottom: 36px;
  }
  .recruit-voice__bottom__items__head {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #0042a5;
  }
  .recruit-voice__bottom__items__body {
    font-size: 14px;
    line-height: 1.5;
  }
  .recruit-voice-btn {
    display: block;
    position: absolute;
    top: -50px;
    right: 0;
    width: 40px;
    height: 18px;
  }
  .btn-arrow {
    display: block;
    width: 40px;
    height: 18px;
    background: url(../images/voice-open.png) no-repeat center/contain;
  }
  /*newgrad, career 共通*/
  .sp-recruit__body {
    width: 100%;
  }
  .sp-recruit__body img {
    width: 100%;
    max-width: 100%;
  }
  .sp-recruit__body__title {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #ffffff;
    background: #0042a5;
  }
  .recruit-cont {
    padding: 0 15px;
  }
  .recruit-cont__read {
    margin-bottom: 20px;
    color: #222222;
    letter-spacing: 0.1em;
    font-size: 16px;
    line-height: 1.6;
  }
  .recruit-cont__head {
    margin-bottom: 10px;
  }
  .recruit-cont__head h2 {
    padding: 9px 10px 7px;
    color: #0042a5;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: normal;
    background: linear-gradient(to bottom, #fff, #e2e2e2);
    border: 1px solid #cdcdcd;
  }
  .recruit-cont__head h2:before {
    content: "";
    margin: -4px 7px 0 0;
    width: 7px;
    height: 17px;
    display: inline-block;
    background-image: url(../images/title-cube.png);
    background-size: contain;
    vertical-align: middle;
  }
  
  .recruit-cont__head h3 {
    padding: 6px;
    margin: 0 auto;
    border: 1px solid #efefef;
    background-color: #f6f6f6;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #1f286f;
  }
  
  .recruit-cont__head h3:before {
    content: "";
    margin-top: 2px;
    margin-right: 8px;
    width: 10px;
    height: 20px;
    vertical-align: middle;
    display: block;
    float: left;
    background-color: #0040ab;
  }

  .recruit-cont__body {
    width: 100%;
  }
  .recruit-cont__body__table {
    margin-bottom: 20px;
  }
  .recruit-cont__body__table tr th {
    padding: 5px;
    font-size: 14px;
  }
  .recruit-cont__body__table tr td {
    padding: 5px;
    font-size: 14px;
  }
  .recruit-cont__body__table-sp tr th {
    display: block;
    width: 100%;
  }
  .recruit-cont__body__table-sp tr td {
    display: block;
    width: 100%;
    border-right: 0;
    border-bottom: 0;
  }

  .br-sp {
    display: none;
  }

  .br-pc {
    display: block;
  }

}

/* 202003改修 */
.ppage-top__unit01__movie {
  margin: 30px auto 0;
  width: 720px;
}
.ppage-top__unit01__movie .movieClip {
  width: 100%;
  /* height: 405px; */
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.ppage-top__unit01__movie .movieClip iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ppage-top__unit01__movie h2 {
  margin-bottom: 10px;
  color: #222;
  font-size: 24px;
  line-height: 1.0;
  letter-spacing: 0.07em;
}
.ppage-top__unit01__movie h2:before {
  content: "";
  display: inline-block;
  background-color: #0040AB;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  vertical-align: top;
}
.ppage-last__linknav__listbox li + li {
  border-right: 1px solid #9e9e9e;
}

/* サポートビデオ */
.thirdpage-category.supportvideo {
  width: 100%;
  height: auto;
}

.thirdpage-category.supportvideo .thirdpage-category__bottom__title {
  border-bottom: 1px solid #DFDFDF;
}

.thirdpage-category__top__title.supportvideo {
  background: rgba(0, 64, 171, 0.7);
}

.titleimg_supportvideo {
  background: url(../images/supportvideo_img.jpg) no-repeat center/cover;
}

.thirdpage-category__top.supportvideo {
  background: url(../images/supportvideo_img.jpg) no-repeat left top/cover;
}

.video__listbox {
  padding-top: 153px;
  margin-top: -153px;
}

.video__listbox__items {
  margin-bottom: 20px;
  padding: 0 14px 0 20px;
  width: 100%;
  height: 70px;
  border: 1px solid #cdcdcd;
  background: linear-gradient(to bottom, #fff, #e2e2e2);
}

.video__listbox__items a {
  display: flex;
  align-items: center;
  line-height: 70px;
  width: 100%;
  color: #0042a5;
  height: 70px;
  font-size: 36px;
  position: relative;
}

.video__listbox__items a:before {
  content: "";
  display: inline-block;
  margin: -7px 16px 0 0;
  width: 14px;
  height: 34px;
  background-image: url(../images/title-cube.png);
  background-size: contain;
  vertical-align: middle;
}

.video__listbox__items a:after {
  position: absolute;
  top: 24px;
  right: 36px;
  content: "";
  display: inline-block;
  width: 152px;
  height: 24px;
  background-image: url(../images/icon-this_video.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: auto;
}

.video__listbox__items_sub {
  margin-left: 1em;
  font-size: 16px;
  line-height: 1.4;
}

.f-triangle {
  position: absolute;
  top: 25px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #f50001 transparent transparent transparent;
  transition: 0.4s;
}

span.close {
  transform: rotate(180deg);
}

.video-itembox {
  padding: 0 32px 40px;
  overflow: hidden;
  display: none;
}

.video-itembox.is-active {
  display: block;
}

.video-itembox__num {
  float: left;
  width: 4em;
  font-size: 18px;
  font-weight: bold;
  color: #5d5d5d;
  line-height: 1.5;
}

.video-itembox__head {
  margin-bottom: 8px;
  padding-left: 4.5em;
}

.video-itembox__head a {
  font-size: 18px;
  font-weight: bold;
  color: #0071bd;
  line-height: 1.5;
}

.video-itembox__head a:hover .headTitle {
  text-decoration: underline;
}

.video-itembox__head a .headDescription {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  line-height: 1.5;
}

.video__head a:hover {
  text-decoration: underline;
}

.supportvideo__head {
  margin-bottom: 20px;
}

.supportvideo__head h2 {
  padding: 20px 155px 12px 32px;
  background: linear-gradient(to bottom, #fff, #e2e2e2);
  border: 1px solid #cdcdcd;
  font-size: 34px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #0042a5;
  position: relative;
}

.supportvideo__head h2:before {
  content: "";
  margin-top: 0;
  margin-right: 0;
  width: 14px;
  height: 34px;
  display: block;
  position: absolute;
  top: 23px;
  left: 10px;
  background: url(../images/title-cube.png) no-repeat center/contain;
}

.supportvideo__head h2 .backList {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 145px;
  height: 26px;
  background: url(../images/icon-back_video.png) no-repeat center / contain;
}

.supportvideo__head h2 .backList a {
  display: block;
  height: 100%;
}

.supportvideo__body {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  margin-bottom: 40px;
  background-color: #dedede;
  border: 1px solid #c6c6c6;
}

.supportvideo__body__left {
  width: 640px;
}

.supportvideo__body__left .videoClip {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}

.supportvideo__body__left .videoClip iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.supportvideo__body__right {
  margin-left: 10px;
  padding: 10px;
  width: calc(100% - 650px);
  background-color: #f6f6f6;
  border: 1px solid #c6c6c6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.supportvideo__body__right__top {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #222222;
}

.supportvideo__body__right__top p {
  margin-bottom: 1em;
}

.supportvideo__body__right__bottom {
  text-align: right;
}

.supportvideo__body__right__bottom a {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #222222;
  text-align: right;
}

.supportvideo__body__right__bottom a:after {
  content: "";
  margin-top: -2px;
  margin-left: 5px;
  float: right;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #f50001;
}

.supportvideo-top {
  width: 100%;
  height: 82px;
  background: url(../images/thirdpage_bg.jpg) repeat-x left 1px;
}

.supportvideo-top__linknav__listbox {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  border-top: 2px solid #9e9e9e;
  background: #0040ab;
}

.supportvideo-top__linknav__listbox__items {
  padding: 10px 0;
  width: 287.5px;
  border: 1px solid #ffffff;
}

.supportvideo-top__linknav__listbox__items a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.supportvideo-top__linknav__listbox__items:hover {
  background: #f50001;
}

.supportvideo-top__linknav__listbox__items.current {
  background: #f50001;
}

.supportvideo__unit {
  margin-top: -153px;
  padding-top: 153px;
}

.thirdpage-category.supportvideo .thirdpage-category__bottom__title__name {
  display: flex;
}

.thirdpage-category.supportvideo .thirdpage-category__bottom__title__name__sub {
  margin-left: 1em;
  font-size: 16px;
  line-height: 1.4;
}

.news-report__body .base table tr th,
.news-report__body .base table tr td {
  vertical-align: middle;
}

/* 202008改修 */
.catebox-item2 {

}

.catebox-item2__inner {
  display: block;
  width: 270px;
  height: 110px;
}

.catebox-item2__inner img {
  width: 100%;
}

.catebox-item2__inner:hover img {
  opacity: 0.6;
}

.order-form table tr td {
  line-height: 1.5;
}

.order-form table tr td.enque label {
  margin-bottom: 0;
}

.order-form table tr td.enque label:last-of-type {
  margin-top: 10px;
}

.order-form table tr td textarea {
  font-size: 16px;
}