
@charset "UTF-8";
/* CSS Document */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
reset
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* --HTML-- */
html {
  background: #fff;
  color: #404a54;
  overflow-y: scroll; }

/* --BODY-- */
body {
  margin: 0;
  padding: 0; }

/* --OTHER TAGS-- */
a img, img {
  border: 0;
  vertical-align: bottom; }

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul, menu, nav, figure {
  margin: 0;
  padding: 0; }

abbr, acronym {
  border: 0; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

caption, th {
  text-align: left; }

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%; }

/* for IE7 */
* + html code, kbd, pre, samp, tt {
  font-size: 108%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold; }

ol, ul, menu, nav {
  list-style: none; }

header, footer, main, menu, nav, figure, figcaption {
  display: block; }

q:before, q:after {
  content: ''; }

/* form */
button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
basic
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
html {
  font-size: 62.5%;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; }

body {
  font-size: 10px;
  font-size: 1.0rem;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-weight: 500;
  color: #404a54;
  line-height: 1.8; }

* html input {
  padding: 2px; }

/* new clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clear {
  clear: both; }

.alpha a img {
  transition: all 0.18s ease 0s; }

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )"; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
style
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* margin-top */
.mt0 {
  margin-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

/* padding-top */
.pt0 {
  padding-top: 0px !important; }

.pt5 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt25 {
  padding-top: 25px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt35 {
  padding-top: 35px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt45 {
  padding-top: 45px !important; }

.pt50 {
  padding-top: 50px !important; }

/* margin-right */
.mr0 {
  margin-right: 0px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr25 {
  margin-right: 25px !important; }

.mr30 {
  margin-right: 30px !important; }

/* padding-right */
.pr0 {
  padding-right: 0px !important; }

.pr5 {
  padding-right: 5px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr15 {
  padding-right: 15px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr25 {
  padding-right: 25px !important; }

.pr30 {
  padding-right: 30px !important; }

/* margin-bottom */
.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

/* padding-bottom */
.pb00 {
  padding-bottom: 0px !important; }

.pb05 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pb30 {
  padding-bottom: 30px !important; }

/* margin-left */
.ml00 {
  margin-left: 0px !important; }

.ml05 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml11 {
  margin-left: 11px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml50 {
  margin-left: 50px !important; }

.ml80 {
  margin-left: 80px !important; }

.ml1em {
  margin-left: 1em !important; }

.ml2em {
  margin-left: 2em !important; }

/* padding-left */
.pl00 {
  padding-left: 0px !important; }

.pl05 {
  padding-left: 5px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl15 {
  padding-left: 15px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl25 {
  padding-left: 25px !important; }

.pl30 {
  padding-left: 30px !important; }

/* float */
.fL {
  float: left !important; }

.fR {
  float: right !important; }

/* text-align */
.alignR {
  text-align: right !important; }

.alignL {
  text-align: left !important; }

.alignC {
  text-align: center !important; }

/* indent */
.textIndent1 {
  text-indent: -1em;
  margin-left: 1em; }

/* font-weight */
.fwBold {
  font-weight: bold !important; }

.fwNormal {
  font-weight: normal !important; }

.fsSmall {
  font-size: 90%; }

.fcRed {
  color: #e14040; }

.bg--white {
  background-color: #fff; }

.new::before {
  content: 'NEW';
  background: #e14040;
  color: #fff;
  display: inline-block;
  font-size: .8em;
  padding: 0 10px;
  border-radius: 3px; }
.funcNav_list .new::before {
  background: none;
  padding: 0;
  color: #e14040;
  font-size: .8em;
  margin-right: 5px; }

.flex-box {
  display: flex;
  justify-content: space-between;
  column-gap: 30px; }
  @media only screen and (max-width: 768px) {
    .flex-box {
      flex-direction: column;
      grid-row-gap: 4.8309178744vw; } }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
common
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#loader-bg {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 110; }

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 111; }

#container {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 80px 0 0; }

a {
  text-decoration: none;
  color: #0078d7; }

a:hover {
  text-decoration: underline;
  color: #0078d7; }

.linkExternal:before {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/media_library/fx4/images/fx4c_icon_blank.svg) no-repeat scroll 0 50%;
  background-size: contain;
  padding: 0 4px 0 0;
  margin: 0 0 0 3px; }

.textlink::before {
  content: '';
  display: inline-block;
  position: relative;
  width: 5px;
  height: 7px;
  margin: 0 8px 0 0;
  vertical-align: middle;
  background: url(/media_library/fx4/images/fx4c_icon_arrow02.svg) no-repeat;
  background-size: contain; }

.iconPdf {
  background: url(/media_library/fx4/ondemand/images/icon_link_pdf.gif) no-repeat scroll 0 50%;
  padding: 0 4px 0 22px; }

.iconXls {
  background: url(/media_library/fx4/ondemand/images/icon_link_xls.gif) no-repeat scroll 0 50%;
  padding: 0 4px 0 22px; }

br.pc {
  display: block; }

br.sp {
  display: none; }

sup {
  font-size: 10px;
  font-size: 1.0rem; }

.pcnone {
  display: none !important; }

.spnone {
  display: block !important; }

.colorBlue {
  color: #0078d7; }

.supplement {
  font-size: 12px;
  font-size: 1.2rem; }

.alpha a img {
  transition: all 0.18s ease 0s; }

.alpha a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  opacity: 0.7; }

.btn_wrap {
  margin: 20px 0 0; }

.btn_ps_center {
  text-align: center; }

.btn_detail {
  display: inline-block;
  background: #0078d7;
  box-sizing: border-box;
  color: #fff;
  padding: 12px 30px;
  transition: all 0.18s ease 0s; }

.btn_detail:hover {
  text-decoration: none;
  background: #1995f7;
  color: #fff; }

.btn_detail:after {
  margin: -3px 0 0 10px;
  content: " ";
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url(/media_library/fx4/images/fx4c_icon_arrow01.svg) right 50% no-repeat;
  background-size: contain; }

.btn_detail02 {
  display: inline-block;
  background: #fff;
  box-sizing: border-box;
  color: #0078d7;
  padding: 7px 50px;
  transition: all 0.18s ease 0s; }

.btn_detail02:hover {
  text-decoration: none;
  background: #e1f2ff; }

.btn_detail02:after {
  margin: -3px 0 0 10px;
  content: " ";
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url(/media_library/fx4/images/fx4c_icon_arrow02.svg) right 50% no-repeat;
  background-size: contain; }

.numList {
  list-style: decimal;
  margin: 0 0 0 1.8em;
  line-height: 2; }

.numList > li {
  margin: 0 0 10px; }

.numList > li:last-child {
  margin: 0; }

.circleList {
  list-style: square;
  margin: 0 0 0 1.8em; }

.discListMark {
  position: relative;
  padding: 0 0 0 10px;
  box-sizing: border-box; }

.discListMark:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #0078d7;
  font-weight: bold; }

.irohaList {
  list-style: katakana-iroha;
  margin: 0 0 0 1.8em; }

.sec_division {
  border: 0;
  border-bottom: 1px dotted #dedede;
  max-width: 1020px;
  margin: 80px auto; }

/*header*/
.siteHeader {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  position: fixed;
  top: 0;
  z-index: 97;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(99, 114, 130, 0.1); }

.siteHeader, .siteHeader_nav {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 80px;
  transition: all 0.2s ease; }

.siteHeader.is_fixed, .siteHeader.is_fixed .siteHeader_nav.is_fixed {
  height: 70px; }

.siteHeader_title {
  margin-right: auto; }

.siteHeader_tagLine {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: -0.02em; }

.siteHeader_logo {
  margin: 2px 0;
  transition: all 0.2s ease; }

.siteHeader_logo img {
  max-height: 50px; }

.siteHeader.is_fixed .siteHeader_logo {
  width: 144px; }

.siteHeader_nav_trigger {
  display: none; }

.siteHeader_nav_list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex; }

.siteHeader_nav_item {
  padding: 0 14px;
  font-size: 13px;
  font-size: 1.3rem; }

.siteHeader_nav_item a {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #404a54;
  position: relative;
  transition: all 0.18s ease 0s; }

.siteHeader_nav_item a:after {
  content: "";
  color: #0078d7;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 3px;
  background: #0078d7;
  transition: all 0.18s ease 0s; }

.siteHeader_nav_item a:hover {
  text-decoration: none;
  color: #0078d7; }

.siteHeader_nav_item a:hover:after {
  width: 100%; }

.siteHeader_nav_item a.current {
  color: #0078d7;
  position: relative;
  transition: none; }

.siteHeader_nav_item a.current:after {
  content: "";
  color: #0078d7;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 3px;
  background: #0078d7; }

.siteHeader_nav_item.search, .siteHeader_nav_item.about {
  display: none; }

.siteHeader_btn_cv a {
  display: block;
  background: #e84c13;
  color: #fff;
  padding: 6px 20px;
  margin: 0 0 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  transition: all 0.18s ease 0s; }

.siteHeader_btn_cv a:hover {
  text-decoration: none;
  background: #ff7340; }

.siteHeader_btn_cv a:after {
  margin: -3px 0 0 10px;
  content: " ";
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url(/media_library/fx4/images/fx4c_icon_arrow01.svg) right 50% no-repeat;
  background-size: contain; }

.siteBanner_inner {
  max-width: 1160px;
  margin: 0 auto; }

.siteBanner_list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 50px 0; }

.siteBanner_item {
  width: 340px;
  padding: 0 20px;
  box-sizing: border-box; }

.siteBanner_link {
  display: block;
  border: 1px solid #dedede;
  box-sizing: border-box;
  text-align: center; }

.siteBanner_link img {
  transition: all 0.18s ease 0s; }

.siteBanner_item img:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  opacity: 0.7; }

.siteContact {
  background: #31424e; }

.siteContact_inner {
  padding: 70px 0;
  color: #fff;
  text-align: center; }

/*contact*/
.contact_title {
  font-size: 30px;
  font-size: 3rem;
  margin: 0 0 50px; }

.contact_btn_cv {
  color: #fff;
  background: #e84c13;
  box-sizing: border-box;
  font-size: 26px;
  font-size: 2.6rem;
  display: inline-block;
  padding: 20px 70px;
  transition: all 0.18s ease 0s; }

.contact_btn_cv:hover {
  text-decoration: none;
  color: #fff;
  background: #ff7340; }

.contact_btn_cv:after {
  margin: -2px 0 0 20px;
  content: " ";
  display: inline-block;
  width: 10px;
  height: 17px;
  background: url(/media_library/fx4/images/fx4c_icon_arrow01.svg) right 50% no-repeat;
  background-size: contain; }

/*footer*/
.siteFooter_nav {
  background: #f2f4f5;
  border-bottom: 1px solid #e5e9eb; }

.siteFooter .siteFooter_nav_inner, .siteFooter .siteUtility_nav_inner {
  max-width: 1200px;
  margin: 0 auto; }

.siteFooter .siteFooter_nav_inner {
  padding: 30px 20px; }

.siteFooter .siteUtility_nav_inner {
  padding: 30px 20px; }

.siteFooter .siteFooter_nav_list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  font-size: 13px;
  font-size: 1.3rem; }

.siteFooter .siteFooter_nav_item {
  margin: 0 6% 0 0; }

.siteFooter .siteFooter_nav_item a {
  color: #404a54; }

.siteFooter .siteFooter_nav_item a:hover {
  color: #404a54; }

.siteFooter .siteFooter_nav_item > a {
  font-weight: bold; }

.siteFooter .siteFooter_nav_child {
  margin: 5px 0 0; }

.siteFooter .siteUtility_item {
  display: inline-block;
  margin: 0 20px 0 0; }

.siteFooter .siteUtility_list a {
  color: #404a54;
  font-size: 12px;
  font-size: 1.2rem; }

.siteFooter .siteUtility_list a:hover {
  color: #404a54; }

.siteFooter .copyright {
  margin: 10px 0 0; }

.page_top {
  position: fixed;
  background: none;
  z-index: 81;
  width: 64px;
  opacity: 1;
  right: -65px;
  cursor: pointer; }

.page_top:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7; }

.page_top img {
  width: 100%; }

.cvFixed {
  position: fixed;
  right: 20px;
  bottom: 70px;
  z-index: 101;
  cursor: pointer; }

.cvFixed_link {
  display: block;
  text-decoration: none;
  color: #fff;
  min-width: 100px;
  text-align: center;
  padding: 50px 16px 10px;
  border-radius: 6px;
  font-size: 13px;
  transition: all 0.18s ease 0s; }

.cvFixed_link:hover {
  color: #fff;
  text-decoration: none; }

.cvFixed_closeBtn {
  position: absolute;
  right: -5px;
  top: -14px;
  background: url(/media_library/fx4/images/icon_close.png) 50% 50% no-repeat;
  background-color: rgba(255, 255, 255, 0.95);
  display: block;
  width: 22px;
  height: 22px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 4px 5px 0 rgba(35, 47, 53, 0.095); }

.cvFixed_closeBtn:hover {
  background-color: rgba(255, 255, 255, 0.6); }

/*latestnews*/
.latestnews {
  background: #f8f8f8;
  padding: 10px 20px;
  font-size: 1.2rem;
  text-align: center; }

/*topicpath*/
.topicPath {
  background: #edf0f2;
  width: 100%;
  padding: 10px 25px;
  box-sizing: border-box; }

.topicPath_list {
  margin: 0 auto; }

.topicPath_item, .topicPath_list .end {
  display: inline;
  margin: 0 0 0 8px;
  font-size: 11px;
  font-size: 1.1rem; }

.topicPath_item:before, .topicPath_list .end:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 5px;
  height: 7px;
  margin: 0 8px 0 0;
  vertical-align: middle;
  background: url(/media_library/fx4/images/fx4c_icon_breadcrumbs_arrow.svg) no-repeat;
  background-size: contain; }

.topicPath_item:first-child {
  margin-left: 0; }

.topicPath_item:first-child:before {
  content: normal; }

.topicPath_item a, .topicPath_list .end a {
  color: #404a54; }

.topicPath_list .end a strong {
  font-weight: normal; }

/*main*/
.main_inner {
  padding: 0 0 60px; }

.pageHeader_title {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  letter-spacing: 1px; }

.pageHeader_title_upper {
  display: block;
  font-size: 30px;
  font-size: 3rem; }

.pageHeader_title_lower {
  display: block;
  font-size: 11px;
  font-size: 1.1rem; }

.pageHeader {
  margin: 0 0 50px;
  position: relative; }

.pageHeader_localNav {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10; }

.pageHeader_localNav_list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  max-width: 1200px;
  margin: 0 auto; }

.pageHeader_localNav_item {
  background: #edf0f2;
  width: 25%;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  border-left: 1px solid #cfcfcf; }

.pageHeader_localNav_item:first-child {
  border-left: 0; }

.pageHeader_localNav_item a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #404a54;
  transition: all 0.18s ease 0s; }

.pageHeader_localNav_item a:hover {
  text-decoration: none;
  background: #0078d7;
  color: #fff; }

.pageHeader_localNav_item a.current {
  text-decoration: none;
  background: #0078d7;
  color: #fff; }

.emblem {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.emblem .emblem_inner {
  width: 1000px;
  margin: 0 auto; }

.emblem .emblem_inner p {
  float: right;
  margin-top: 16px; }

.lowerCnt {
  margin: 0 0 60px; }

.lowerCnt .lowerCnt_inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px; }

.lowerCnt .lowerCnt_inner p:not([class]) {
  margin: 0 0 20px; }

.lowerCnt .lowerCnt_inner p:not([class]):last-child {
  margin: 0; }

.sec_titleLv2 {
  border-left: 3px solid #0078d7;
  margin: 60px 0 52px;
  padding: 29px 0 29px 34px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 2px; }

.sec_titleLv3 {
  background: #f5f5f5;
  margin: 50px 0 30px;
  padding: 10px 0 10px 20px;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.6;
  letter-spacing: 2px; }

.sec_titleLv3--blue {
  background: #edf3f8; }

.sec_titleLv4 {
  border-bottom: 1px solid #dbdbdb;
  margin: 40px 0 20px;
  padding: 0 0 3px 3px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 2px; }

.sec_subTitle {
  display: block;
  font-size: 2rem;
  color: #0078d7; }

.sec_subTitle-block {
  display: inline-block;
  background: #0078d7;
  color: #fff;
  font-size: 90%;
  padding: 0 10px;
  margin-right: 10px; }

.sec__inner {
  width: 1200px;
  margin: 0 auto; }
.sec__intro {
  font-size: 1.2em;
  text-align: center;
  font-weight: bold; }

.standardTable, .standardTable02 {
  width: 100%;
  border: 1px solid #dedede;
  margin: 0 0 10px;
  box-sizing: border-box; }

.standardTable th {
  padding: 10px 17px;
  font-weight: bold;
  border: 1px solid #e6e6e6;
  background-color: #f6f6f6;
  box-sizing: border-box;
  vertical-align: top; }

.standardTable02 th {
  padding: 10px 17px;
  font-weight: bold;
  border: 1px solid #e6e6e6;
  background-color: #f6f6f6;
  box-sizing: border-box;
  vertical-align: top; }

.standardTable td, .standardTable02 td {
  padding: 10px 17px;
  vertical-align: top;
  border: 1px solid #e6e6e6;
  text-align: left;
  word-break: break-all;
  box-sizing: border-box; }

.standardTable02 td {
  padding: 10px 17px;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
  text-align: left;
  word-break: break-all;
  box-sizing: border-box; }

.lo_gridWrap {
  overflow: hidden; }

.lo_grid {
  margin: -40px -30px 40px;
  overflow: hidden; }

.lo_grid_item {
  width: 50%;
  box-sizing: border-box;
  vertical-align: top;
  margin: 50px 0 0;
  padding: 0px 30px;
  float: left; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
index
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.mainVisual {
  margin: 0 auto; }

.index .main_inner {
  padding: 0; }

/*common*/
.indexReason_inner, .indexFunc_inner, .indexCase_inner, .indexTelework_inner, .siteSeminar_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0; }

.indexReason_title, .indexFunc_title, .indexCase_title, .indexTelework_title, .siteSeminar_title {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  margin: 0 0 50px;
  line-height: 1.5; }

/*news*/
.news-list {
  margin: 20px 0 40px; }
  .news-list__item {
    display: flex;
    column-gap: 20px; }
  .news-list__data .date {
    font-weight: bold; }
  .news-list__data .cat {
    background: #404a54;
    color: #fff;
    display: inline-block;
    padding: 0px 6px;
    border-radius: 3px;
    font-size: .8em;
    margin-left: .5em; }

/*reasson*/
.indexReason_title {
  display: flex;
  align-items: baseline;
  justify-content: center; }

.indexReason_detail {
  display: table;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px; }

.indexReason_figure {
  display: table-cell;
  width: 324px;
  box-sizing: border-box;
  vertical-align: top;
  padding: 0 0 0 0; }

.indexReason_text {
  display: table-cell;
  width: 540px;
  vertical-align: top;
  padding: 0 0 0 80px; }

.indexReason_description {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 0 30px; }

/*Telework*/
.indexTelework_inner {
  padding: 80px 10px; }

.indexTelework_title span {
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  margin-top: 10px; }

.indexTelework {
  background: #f2f4f5; }

.indexTelework_list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start; }

.indexTelework_listItem {
  width: calc(25% - 20px);
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  margin-right: 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 2px 0px rgba(0, 78, 162, 0.75); }

.indexTelework_listItem:last-child {
  margin: 0; }

.telework_ItemIcon {
  display: block;
  margin: 0 auto; }

.indexTelework_listItem_text {
  margin: 20px 0 0; }

.indexTelework_listItem_title {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  margin: 0 0 15px; }

.indexTelework_listItem_description {
  text-align: left;
  line-height: 2; }

/*func*/
.indexFunc {
  background: #f2f4f5; }

.indexFunc_list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.indexFunc_listItem {
  width: 25%;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center; }

.func_ItemIcon {
  display: block;
  width: 120px;
  margin: 0 auto; }

.indexFunc_listItem_text {
  margin: 20px 0 0; }

.indexFunc_listItem_title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 15px; }

.indexFunc_listItem_description {
  min-height: 160px;
  text-align: left;
  line-height: 2; }

/*case*/
.indexCase_list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 50px; }

.indexCase_item {
  width: 30%;
  box-sizing: border-box;
  margin: 0 20px;
  border: 1px solid #dedede; }

.indexCase_itemLink {
  display: block;
  color: #404a54; }

.indexCase_itemLink:hover {
  color: #404a54;
  text-decoration: none; }

.indexCase_itemThumb_wrap {
  overflow: hidden;
  background: #000; }

.indexCase_itemThumb {
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out; }

.indexCase_itemLink:hover > .indexCase_itemThumb_wrap .indexCase_itemThumb {
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  opacity: 0.7;
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.indexCase_text {
  padding: 15px 18px; }

.indexCase_itemTitle {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 0 10px; }

/*seminar*/
.siteSeminar {
  background: url(/media_library/fx4/images/fx4c_top_seminar_bg.png) no-repeat 50% 0;
  background-size: cover; }

.siteSeminar_title {
  margin: 0; }

.siteSeminar_box {
  display: flex;
  max-width: 620px;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding-left: 160px;
  flex-wrap: nowrap; }

.siteSeminar_description {
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  margin: 0; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
reason
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.reason .pageHeader {
  display: table;
  width: 100%;
  height: 240px;
  background: url(/media_library/fx4/images/fx4c_reason_mv.jpg) no-repeat 50% 0;
  background-size: cover;
  position: relative; }

.reasonNav_list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 100px 0 40px; }

.reasonNav_item {
  padding: 0 15px;
  opacity: 0;
  -webkit-animation: reasonNav_item_fade 0.5s ease 0.23s 1 forwards;
  animation: reasonNav_item_fade 0.5s ease 0.23s 1 forwards;
  transform: translate(0, 80px);
  width: 20%;
  box-sizing: border-box; }

.reasonNav_item img {
  width: 100%; }

.scrollArea {
  position: relative;
  text-align: center;
  margin: 0 0 200px;
  opacity: 0;
  -webkit-animation: reasonNav_item_fade 0.5s ease 0.23s 1 forwards;
  animation: reasonNav_item_fade 0.5s ease 0.23s 1 forwards;
  transform: translate(0, 80px); }

.scrollArea a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #9eb2c1;
  border-bottom: 1px solid #9eb2c1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s 3;
  animation: sdb 1.5s 3;
  opacity: 1;
  box-sizing: border-box; }

.scrollArea a span:nth-of-type(2) {
  top: 16px; }

.scrollArea a span:nth-of-type(3) {
  top: 32px; }

@-webkit-keyframes reasonNav_item_fade {
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
@keyframes reasonNav_item_fade {
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
#reasonCnt01 {
  padding: 60px 0 0;
  margin: -60px 0 0; }

.reasonCnt {
  max-width: 950px;
  margin: 0 auto 200px; }

.reasonCnt:last-child {
  margin: 0 auto 100px; }

.reamax-sonCnt_lo01 .reasonCnt_photo {
  width: 370px;
  position: relative;
  margin-right: auto; }

.reasonCnt_lo02 .reasonCnt_photo {
  width: 370px;
  position: relative;
  margin-left: auto; }

.reasonCnt_photo_inner {
  max-width: 370px;
  height: 330px;
  overflow: hidden; }

.reasonCnt_lo01 .reasonLink {
  display: block;
  max-width: 680px;
  text-decoration: none;
  margin: -40px 0 0 110px; }

.reasonCnt_lo02 .reasonLink {
  display: block;
  text-decoration: none;
  max-width: 680px;
  margin: -40px 100px 0 auto; }

.reasonLink:hover {
  text-decoration: none; }

.reasonLink:hover .reasonCnt_panel {
  background: #0265b3; }

.reasonCnt_lo01, .reasonCnt_lo02 {
  position: relative;
  opacity: 0; }

.reasonCnt_lo01 .reasonCnt_panel, .reasonCnt_lo02 .reasonCnt_panel {
  position: relative;
  background: #0078d7;
  max-width: 680px;
  color: #fff;
  box-sizing: border-box;
  padding: 30px 35px;
  z-index: 2;
  transition: all 0.18s ease 0s; }

.reasonCnt_panel_title {
  margin: 0 0 20px;
  font-size: 24px;
  font-size: 2.4rem; }

.reasonCnt_panel_description {
  margin: 0 0 20px;
  font-size: 16px;
  font-size: 1.6rem; }

.reasonCnt_photo_img {
  display: block; }

.reasonCnt_circle {
  display: block;
  position: absolute;
  width: 140px;
  height: 140px;
  top: -50px;
  left: -90px;
  z-index: 10; }

.hide1 {
  opacity: 0;
  transform: translate(0, 80px); }

.fade1 {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.5s ease 0.23s; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
func
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#function .main_inner {
  padding: 0; }

.func .pageHeader {
  display: table;
  width: 100%;
  height: 300px;
  background: url(/media_library/fx4/images/fx4c_func_mv.jpg) no-repeat 50% 0;
  background-size: cover; }

.func .pageHeader_title {
  padding: 0 0 30px; }

.func .funcNav_container {
  max-width: 1020px;
  margin: 50px auto;
  -js-display: flex;
  display: -webkit-flex;
  display: flex; }

.func .funcNav_box {
  width: 33.33333%;
  box-sizing: border-box;
  margin: 0 15px;
  border: 1px solid #dedede; }

.func .funcNav_head {
  text-align: center;
  color: #0078d7;
  position: relative;
  padding: 20px 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold; }

.func .funcNav_head:before {
  content: "";
  width: 20%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -10%;
  background: #0078d7; }

.func .funcNav_list {
  padding: 15px 20px;
  line-height: 2; }

.func .funcNav_list a {
  color: #404a54; }

.func .funcNav_list a:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 5px;
  height: 7px;
  margin: 0 8px 0 0;
  vertical-align: middle;
  background: url(/media_library/fx4/images/fx4c_icon_arrow02.svg) no-repeat;
  background-size: contain; }

.funcCnt_container {
  background: #f2f2f2;
  padding: 0 0 30px 0; }

.funcCnt_title {
  background: #0078d7;
  color: #fff;
  text-align: center;
  font-weight: normal;
  padding: 18px 0;
  font-size: 28px;
  font-size: 2.8rem;
  margin: 0 0 30px; }

.funcCnt_sec_container {
  background: #fff;
  max-width: 1020px;
  margin: 0 auto 30px;
  box-sizing: border-box;
  padding: 50px 40px;
  line-height: 2; }

.funcCnt_sec_container p {
  margin: 0 0 10px; }

.funcCnt_sec_title {
  margin: 0 0 50px; }

.funcCnt_sec_inner {
  margin: 40px 0; }

.funcCnt_sec_inner:last-child {
  margin: 0; }

.funcCnt_sec_titleLv3 {
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  margin: 0 0 20px;
  line-height: 1.5; }

.funcCnt_sec_catch {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold; }

.funcCnt_sec_description {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem; }

.funcCnt_sec_figure {
  text-align: center;
  margin: 30px 0 0; }

.funcCnt_sec_titleLv4 {
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 2px solid #d1d1d1;
  margin: 0 0 20px; }

.funcCnt_sec_titleLv4_blue {
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 2px solid #d1d1d1;
  margin: 0 0 20px;
  color: #0078d7; }

.funcCnt_sec_titleLv5 {
  color: #0078d7;
  margin: 0 0 5px; }

.funcCnt_sec_titleLv6::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 13px;
  background-image: url("/media_library/fx4/images/fx4c_icon_arrow04.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 3px; }

.funcCnt_sec_grid {
  display: table; }

.funcCnt_sec_gridItem_text {
  width: 60%;
  display: table-cell;
  vertical-align: top;
  padding: 0 40px 0 0;
  box-sizing: border-box; }

.funcCnt_sec_gridItem_figure {
  width: 40%;
  display: table-cell;
  vertical-align: top; }

.funcCnt_sec_gridItem_box {
  width: 50%;
  display: table-cell;
  vertical-align: top; }

.funcCnt_sec_gridItem_box:nth-child(odd) {
  padding: 0 20px 0 0; }

.funcCnt_sec_gridItem_box:nth-child(even) {
  padding: 0 0 0 20px; }

.funcCnt_sec_mrPoint {
  border: 1px solid #0078d7;
  padding: 10px 20px;
  margin: 20px 0 0;
  display: table; }

.funcCnt_sec_mrPoint .funcCnt_sec_mrPoint_text {
  display: table-cell;
  vertical-align: middle; }

.funcCnt_sec_mrPoint_figure {
  display: table-cell;
  width: 20%; }

.funcCnt_sec_gridItem_figure .funcCnt_sec_figure {
  margin: 10px 0 0; }

.funcCnt_sec_bggray {
  background-color: #f9f9f9;
  padding: 31px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 40px; }

.inner_btn_detail {
  display: inline-block;
  background: #0078d7;
  box-sizing: border-box;
  color: #fff;
  padding: 10px 30px;
  transition: all 0.18s ease 0s;
  margin-top: 20px; }

.inner_btn_detail:hover {
  text-decoration: none;
  background: #1995f7;
  color: #fff; }

.inner_btn_detail:after {
  margin: -3px 0 0 10px;
  content: " ";
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url(/media_library/fx4/images/fx4c_icon_arrow01.svg) right 50% no-repeat;
  background-size: contain; }

.funcCnt_sec_3clm_list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  width: 95%;
  margin: 0 auto;
  -webkit-justify-content: flex-start;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.funcCnt_sec_3clm_item {
  box-sizing: border-box;
  width: 31.91489%;
  padding: 15px 15px 10px;
  margin: 0; }

.funcCnt_sec_3clm_title {
  text-align: center;
  font-weight: bold;
  margin: 0 0 8px;
  font-size: 1.3rem; }

.funcCnt_sec_point_list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.funcCnt_sec_point_item {
  border: 1px solid #0078d7;
  box-sizing: border-box;
  width: 31.91489%;
  padding: 15px 15px 10px;
  margin: 0 0 20px; }

.funcCnt_sec_point_item_title {
  text-align: center;
  color: #0078d7;
  font-weight: bold;
  margin: 0 0 8px; }

.funcCnt_sec_systemName {
  font-size: 15px;
  font-size: 1.5rem;
  color: #404a54; }

.funcCnt_sec_cashMgItem {
  border: 1px solid #0078d7;
  display: table;
  margin: 0 0 20px;
  width: 100%; }

.funcCnt_sec_cashMgItem_head {
  display: table-cell;
  background: #0078d7;
  vertical-align: middle;
  color: #fff;
  width: 16%;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem; }

.funcCnt_sec_cashMgItem_text {
  display: table-cell;
  padding: 15px; }

.funcCnt_sec_cashMgItem_text .numList > li {
  margin: 0 0 5px; }

.funcCnt_sec_cashMgItem_text .numList > li:last-child {
  margin: 0; }

.funcCnt_sec_smart_point .funcCnt_sec_grid {
  margin-bottom: 40px; }

.funcCnt_sec_smart_point .funcCnt_sec_grid:last-child {
  margin-bottom: 0; }

.funcCnt_sec_smart_point .funcCnt_sec_gridItem_text {
  width: 70%; }

.funcCnt_sec_smart_point .funcCnt_sec_gridItem_figure {
  width: 28%; }

.funcCnt_sec_smart_point .funcCnt_sec_gridItem_figure img {
  border: 1px solid #ccc; }

.funcSpec_supplement {
  font-size: 12px;
  font-size: 1.2rem; }

.funcSpec_supplement_head {
  font-weight: bold;
  margin: 15px 0 0; }

.funcSpec_description_otherList {
  list-style: disc;
  margin: 0 0 0 1.8em; }

.funcSpec_description_otherItem_title {
  display: block;
  font-weight: bold; }

.mrtool_flow .funcCnt_sec_gridItem_text {
  padding-bottom: 20px; }

.funcCnt_sec_gridItem_figure.mrtool_exp {
  width: 30%; }

.funcCnt_posrejiList {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: nowrap; }

.funcCnt_posreji {
  line-height: 1.5;
  margin-right: 5px;
  text-align: center; }

.funcCnt_posreji p::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 12px;
  background-image: url("/media_library/fx4/images/fx4c_icon_arrow05.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 3px; }

.funcCnt_posreji span {
  font-size: 85%; }

.funcCnt_posreji:last-child {
  margin-right: 0; }

.funcCnt_scanner_title {
  display: inline-block;
  line-height: 1em;
  height: 1em;
  margin-left: 10px; }

.funcCnt_scannerList {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap; }

.funcCnt_scanner {
  border: 1px solid #0078d7;
  padding: 15px 15px 10px;
  width: 45%; }

.funcCnt_scanner span {
  font-weight: bold;
  color: #0078d7; }

.funcCnt_scanner .funcCnt_sec_gridItem_text {
  width: 70%;
  padding-right: 0; }

.funcCnt_scanner .funcCnt_sec_gridItem_figure {
  width: 30%; }

#num01-04 .funcCnt_sec_bggray .funcCnt_sec_gridItem_text {
  width: 65%;
  padding-right: 25px; }

#num01-04 .funcCnt_sec_bggray .funcCnt_sec_gridItem_figure {
  width: 35%; }

.funcCnt_sec_jiima .funcCnt_sec_gridItem_text {
  width: 70%; }

.funcCnt_sec_jiima .funcCnt_sec_gridItem_figure {
  width: 28%; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
support
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.support .main_inner {
  padding: 0; }

.support .lowerCnt:last-child {
  margin: 0; }

.support .pageHeader {
  display: table;
  width: 100%;
  height: 240px;
  background: url(/media_library/fx4/images/fx4c_support_mv.jpg) no-repeat 50% 0;
  background-size: cover;
  position: relative; }

.supportLead {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 40px; }

.searchLead_em {
  color: #0078d7; }

.supportSec_titleLv2 {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  margin: 0 0 50px; }

.supportSec_titleLv2_under {
  border-bottom: 2px solid #0078d7; }

.supportExpert_description {
  text-align: center; }

.supportExpert_figure {
  text-align: center;
  margin: 50px 0 0; }

.supportLo01 {
  background: #f2f4f5;
  padding: 60px 0; }

.supportVoice_list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.supportVoice_item {
  width: 48%;
  box-sizing: border-box;
  background: #fcfae3;
  padding: 14px;
  margin: 0 0 4%;
  position: relative; }

.supportVoice_circle {
  display: table;
  position: absolute;
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 50%;
  color: #e84c13;
  left: -25px;
  top: -25px;
  text-align: center;
  line-height: 1.3;
  font-family: Arial;
  font-style: italic;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 1px;
  border: 1px solid #e84c13;
  box-sizing: border-box; }

.supportVoice_circle_inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 7px 0 0; }

.supportVoice_circle_num {
  display: block;
  font-size: 17px;
  font-size: 1.7rem; }

.supportVoice_title {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin: 7px 0;
  font-weight: bold; }

.supportCol_list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.supportCol_item {
  width: 31.3725%; }

.supportCol_figure {
  margin: 0 0 15px; }

.supportCol_title {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 0 10px; }

.supportTekiji {
  background: #fff;
  position: relative; }

.supportTekiji:after {
  content: "";
  background: url(/media_library/fx4/images/fx4c_support_onestroke_img02.png) no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 304px;
  height: 168px; }

.supportTekiji_inner {
  padding: 20px 25px; }

.supportTekiji_title {
  color: #0078d7;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 10px; }

.supportTekiji_description {
  width: 650px; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
case
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.case .pageHeader, .caseArticle .pageHeader {
  display: table;
  width: 100%;
  height: 240px;
  background: url(/media_library/fx4/images/fx4c_case_mv.jpg) no-repeat 50% 0;
  background-size: cover; }

.case_search {
  max-width: 1020px;
  margin: 50px auto;
  padding: 0 20px; }

.case_search_container {
  border: 1px solid #dedede;
  display: table;
  width: 100%;
  box-sizing: border-box; }

.case_search_head {
  display: table-cell;
  width: 15%;
  vertical-align: middle;
  text-align: center;
  background: #f9f8f8;
  padding: 30px 0; }

.case_search_filter {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 20px 20px 20px 0; }

.case_search_filterList {
  display: table;
  font-size: 1.3rem; }

.case_search_filterItem {
  display: table-cell; }

.case_search_filterItem dl {
  display: table-cell; }

.case_search_filterItem dt {
  display: table-cell;
  padding: 0 20px 0 35px; }

.case_search_filterItem dd {
  display: table-cell; }

.case_search_filterItem select {
  border: 1px solid #dedede;
  color: #404a54;
  border-radius: 6px;
  padding: 5px 10px; }

.case_container .lowerCnt_inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0; }

.case_list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1060px; }

.case_item {
  width: 25%;
  margin: 0 0 40px;
  padding: 0 20px;
  box-sizing: border-box; }

.case_itemLink {
  text-decoration: none;
  color: #404a54; }

.case_itemLink:hover {
  text-decoration: none;
  color: #404a54; }

.case_itemThumb_wrap {
  overflow: hidden;
  background: #000; }

.case_itemThumb {
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  width: 100%; }

.case_itemLink:hover > .case_itemThumb_wrap .case_itemThumb {
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  opacity: 0.7;
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.case_text {
  padding: 15px 10px 7px;
  background: #fff;
  border: 1px solid #dedede;
  border-top: none; }

.case_itemTitle {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0 0 7px; }

.case_itemName {
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 1px dotted #dedede;
  margin: 0 0 12px;
  padding: 0 0 12px; }

.case_labelNew {
  position: relative; }

.case_labelNew:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  background: url(/media_library/fx4/images/fx4c_icon_casenew.svg) no-repeat scroll 0 50%;
  top: -15px;
  left: 0;
  text-align: center; }

.case_categoryLabel {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 1px 5px;
  margin: 0 7px 7px 0; }

.case_labelBlue {
  color: #0078d7;
  border: 1px solid #0078d7; }

.case_labelRed {
  color: #d94815;
  border: 1px solid #d94815; }

/*article*/
.caseArticle .content_case_top {
  overflow: hidden;
  margin: 0 0 30px; }

.caseArticle .content_case_top .case_img_l_side {
  width: 430px;
  text-align: center;
  float: left;
  margin: 0 50px 40px 0; }

.caseArticle .content_case_top .case_img_l_side.caseMovie > a {
  display: block;
  position: relative;
  transition: 0.3s; }

.caseArticle .content_case_top .case_img_l_side.caseMovie > a:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(/media_library/fx4/images/fx4c_icon_start.svg) no-repeat;
  right: 10px;
  bottom: 10px; }

.caseArticle .content_case_top .case_img_l_side.caseMovie > a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  opacity: 0.7; }

.caseArticle .content_case_top .case_img_text_side {
  float: left;
  width: 540px; }

.caseArticle .content_case_top h3 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #0078d7;
  line-height: 1.4em;
  padding: 15px 0; }

.caseArticle .lowerCnt .lowerCnt_inner .content_case_top p {
  margin: 0; }

.caseArticle .content_title {
  clear: both; }

.caseArticle .tc_gray {
  border-left: 3px solid #0078d7;
  margin: 60px 0 52px;
  padding: 29px 0 29px 34px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 2px; }

.caseArticle .case_img_r_side {
  float: right;
  margin: 0 0 50px 50px;
  text-align: center; }

.caseArticle .case_img_l_side {
  float: left;
  margin: 0 50px 50px 0;
  text-align: center; }

.caseArticle .case_img_center {
  margin: 0 auto;
  text-align: center; }

.caseArticle .content_in_case_box {
  margin: 40px 0 0;
  border: 1px solid #dedede;
  padding: 15px 20px;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem; }

.caseArticle .content_in_case_box h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-size: 1.6rem; }

.caseArticle .content_in_case_box .case_info_img {
  width: 22.55%;
  float: left;
  margin: 0 20px 0 0; }

.caseArticle .content_in_case_box .case_info_campany {
  width: 30%;
  float: left;
  font-size: 12px;
  font-size: 1.2rem; }

.caseArticle .content_in_case_box dt {
  width: 4em;
  float: left; }

.caseArticle .content_in_case_box dd {
  margin: 0 0 0 4em; }

.caseArticle .content_in_case_box .case_info_zei {
  width: 43%;
  float: left;
  background: #f5f5f5;
  padding: 10px; }

.caseArticle .main_inner {
  padding: 0; }

.caseArticle .lowerCnt:last-child {
  margin: 0; }

.caseArticle .caseOtherLo {
  background: #f2f4f5;
  padding: 40px 0 60px;
  margin: 60px 0 0; }

.caseArticle .lowerCnt.caseOtherLo .lowerCnt_inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0; }

.caseArticle .lowerCnt.caseOtherLo .case_item {
  width: 25%;
  margin: 0;
  padding: 0 20px;
  box-sizing: border-box; }

.caseArticle .caseOther_titleLv2 {
  font-size: 20px;
  font-size: 2rem;
  padding: 0 20px;
  margin: 0 0 20px; }

.caseArticle .content_in_case {
  overflow: hidden;
  line-height: 2.2; }

.caseArticle #page_top_title {
  margin: 0px 0 50px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
  border-bottom: 1px solid #dedede; }

.caseArticle #page_top_title h1 {
  font-weight: normal; }

.caseArticle .content_in_case_movie_box {
  clear: both;
  overflow: hidden;
  border: 1px solid #dedede;
  padding: 15px 15px;
  font-size: 16px; }

.caseArticle .content_in_case_movie_box .flt_R {
  float: right; }

.caseArticle .content_in_case_movie_box .thumb {
  float: left; }

.caseArticle .content_in_case span {
  color: #0078d7; }

.caseArticle .caseInfo {
  margin: 40px 0 0;
  border: 1px solid #dedede;
  padding: 15px 20px;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem; }

.caseArticle .caseInfo_title {
  margin: 0 0 10px;
  font-size: 16px;
  font-size: 1.6rem; }

.caseArticle .caseInfo_inner {
  display: table; }

.caseArticle .caseInfo_img {
  display: table-cell;
  width: 22%; }

.caseArticle .caseInfo_campany {
  display: table-cell;
  width: 39%;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: top;
  padding: 0 20px;
  box-sizing: border-box; }

.caseArticle .caseInfo_campany dt, .caseArticle .caseInfo_zei dt {
  width: 4em;
  float: left; }

.caseArticle .caseInfo_campany dd, .caseArticle .caseInfo_zei dd {
  margin: 0 0 0 4em; }

.caseArticle .caseInfo_zei {
  display: table-cell;
  width: 39%;
  background: #f5f5f5;
  padding: 10px;
  vertical-align: top; }

.caseArticle .caseInfo_campanyName, .caseArticle .caseInfo_zeiName {
  font-weight: bold; }

.caseArticle .caseSenkei {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem; }

.caseArticle .CaseDocument {
  border: 1px solid #dedede;
  padding: 15px; }

.caseArticle .CaseDocument_title {
  margin: 0 0 5px;
  font-weight: bold; }

.case0label {
  text-indent: 2em; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
search
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.search .pageHeader {
  display: table;
  width: 100%;
  height: 240px;
  background: url(/media_library/fx4/images/fx4c_search_mv.jpg) no-repeat 50% 0;
  background-size: cover; }

.search .searchLead {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold; }

.search .searchLead_em {
  color: #0078d7; }

.search .searchSeparate {
  display: table; }

.search .searchSeparate_box01, .search .searchSeparate_box02 {
  display: table-cell;
  width: 50%;
  box-sizing: border-box; }

.search .searchSeparate_box01 {
  background: #fff;
  border: 20px solid #cce7fc; }

.search .searchSeparate_box02 {
  background: #fff;
  border: 20px solid #fff1bc; }

.search .searchSeparate_inner {
  background: #fff;
  padding: 20px 20px 30px; }

.search .searchSeparate_title {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin: 5px 0 20px; }

.search .searchSeparate_description {
  margin: 0 0 20px; }

.searchSeparate_figure {
  text-align: center;
  margin: 40px 0 40px; }

.searchSeparate .standardTable {
  font-size: 12px;
  font-size: 1.2rem; }

.searchSeparate .standardTable th {
  width: 80px;
  box-sizing: border-box;
  padding: 8px 15px; }

.searchSeparate .standardTable td {
  padding: 8px 15px;
  vertical-align: middle;
  color: #ccc; }

.searchSeparate_prefectureMulti {
  display: block; }

.searchSeparate .standardTable a {
  color: #404a54;
  text-decoration: underline; }

.searchSeparate .standardTable a:hover {
  text-decoration: none; }

.search .lowerCnt .lowerCnt_inner .searchSeparate_description {
  margin: 0 0 20px; }

.search .lowerCnt .lowerCnt_inner .searchSeparate_ichiran_title:first-letter {
  color: #0078d7; }

.searchSeparate .btn_detail {
  padding: 20px 60px; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
about
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.about .pageHeader {
  display: table;
  width: 100%;
  height: 240px;
  background: url(/media_library/fx4/images/fx4c_about_mv.jpg) no-repeat 50% 0;
  background-size: cover; }

.aboutIntro_memList {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 13px;
  font-size: 1.3rem;
  background: #f5f5f5;
  padding: 5px; }

.aboutIntro_memItem {
  width: 20%;
  box-sizing: border-box;
  text-align: center;
  padding: 5px; }

.aboutIntro_memRow {
  display: table;
  width: 100%;
  background: #ffffff; }

.aboutIntro_memName, .aboutIntro_memNum {
  display: table-cell;
  padding: 7px; }

.aboutIntro_memName {
  width: 65%;
  text-align: left; }

.aboutIntro_memNum {
  text-align: right;
  width: 35%; }

.lowerCnt .lowerCnt_inner .aboutIntro_memDescription {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 5px 0 0;
  text-align: right; }

.aboutInfo_infoTable {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #dedede;
  margin: 0 0 10px;
  font-size: 13px;
  font-size: 1.3rem; }

.aboutInfo_infoTable th {
  padding: 5px 8px;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
  background-color: #f6f6f6;
  width: 30%; }

.aboutInfo_infoTable td {
  padding: 5px 8px;
  border: 1px solid #e6e6e6;
  text-align: left;
  word-break: break-all;
  vertical-align: middle; }

.aboutInfo_infoTable .numList {
  margin: 0 0 20px 1.8em; }

.aboutIntro_systemList {
  border: 1px solid #dedede;
  padding: 10px 20px;
  overflow: hidden;
  margin: 30px 0; }

.aboutIntro_systemItem {
  float: left;
  width: 33.333%;
  margin: 5px 0 5px;
  position: relative;
  padding: 0 0 0 10px;
  box-sizing: border-box; }

.aboutIntro_systemItem:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #0078d7;
  font-weight: bold; }

.aboutIntro_isoHead {
  font-size: 18px;
  font-size: 1.8rem;
  color: #e84c13;
  font-weight: bold;
  margin: 0 0 14px; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
seminar
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.seminar .pageHeader {
  display: table;
  width: 100%;
  height: 240px;
  background: url(/media_library/fx4/images/fx4c_seminar_mv.jpg) no-repeat 50% 0;
  background-size: cover; }

.seminar .pageHeader2 {
  display: table;
  width: 100%;
  height: 240px;
  background: url(/media_library/fx4/images/fx4c_seminar_mv2.jpg) no-repeat 50% 0;
  background-size: cover; }

.seminarHeader {
  width: 100%;
  background: #f0f0f0;
  margin: -50px 0 0; }

.seminarHeader_inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 40px 20px; }

.seminarHeader_upper {
  border-bottom: 1px solid #404a54;
  margin: 0 0 20px;
  padding: 0 0 15px; }

.seminarHeader_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  text-align: left; }

.seminarHeader_img {
  min-width: 150px; }

.seminarHeader_img a:hover {
  opacity: 0.8; }

.seminarHeader_catch {
  font-size: 27px;
  font-size: 2.7rem; }

.seminarHeader_title {
  font-size: 36px;
  font-size: 3.6rem; }

.seminarHeader_upper.spring_2018 .seminarHeader_catch {
  font-size: 3.1rem;
  font-weight: bold;
  line-height: 1.6; }

.seminarHeader_upper.spring_2018 .seminarHeader_title {
  font-size: 2.8rem;
  font-weight: normal;
  margin-top: 2px; }

.seminarHeader_upper.spring_2019 .seminarHeader_catch {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1px; }

.seminarHeader_upper.spring_2019 .seminarHeader_title {
  font-size: 2.8rem;
  font-weight: normal;
  margin-top: 10px; }

.seminarHeader_lower {
  position: relative; }

.seminarHeader_lower_info {
  font-size: 16px;
  font-size: 1.6rem; }

.seminarHeader_lower_info dt {
  width: 80px;
  width: 80px;
  float: left;
  display: block; }

.seminarHeader_lower_info dd {
  margin: 0 0 5px 80px; }

.btn_wrap.seminarHeader_lower_btn {
  position: absolute;
  top: 5px;
  right: 0;
  margin: 0; }

.btn_wrap.seminarHeader_lower_btn .btn_detail {
  padding: 14px 110px;
  font-size: 16px;
  font-size: 1.6rem; }

.seminarApplication_btn {
  text-align: center; }

.seminarApplication_btn .btn_detail {
  padding: 14px 110px;
  font-size: 16px;
  font-size: 1.6rem; }

.seminarApplication_supplementListWrap {
  text-align: center; }

.seminarApplication_supplementList {
  display: inline-block;
  margin: 50px auto 0;
  text-align: left; }

.seminarApplication_supplementList li, .seminarContact_supplementList li {
  text-indent: -1em;
  margin-left: 1em; }

.seminarTabArea_text {
  font-size: 18px;
  font-size: 1.8rem;
  color: #e50405;
  margin: 0 0 15px; }

.seminarTabArea_note {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 0 10px; }

.seminarTabArea_tabList {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px;
  border: 1px solid #dedede;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1); }

.seminarTabArea_tabList li {
  width: 10%;
  text-align: center; }

.seminarTabArea_tabList li a {
  display: block;
  background: #fff;
  padding: 14px 0 10px;
  box-sizing: border-box;
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  color: #404a54;
  line-height: 1.5;
  transition: all 0.18s ease 0s;
  height: 100%; }

.seminarTabArea_tabList li a:hover {
  text-decoration: none;
  background: #00aed7;
  color: #fff; }

.seminarTabArea_tabList li a.current {
  text-decoration: none;
  background: #00aed7;
  color: #fff; }

.seminarTabArea_tabList_btn {
  background: #0078d7;
  color: #fff;
  display: inline-block;
  padding: 8px 10px;
  font-size: 13px;
  font-size: 1.3rem;
  transition: all 0.18s ease 0s;
  box-sizing: border-box; }

.seminarTabArea_tabList_btn:hover {
  background: #1995f7;
  color: #fff;
  text-decoration: none; }

.seminarTable_viewBtn {
  background: #0078d7;
  color: #fff;
  display: inline-block;
  padding: 8px 10px;
  font-size: 13px;
  font-size: 1.3rem;
  transition: all 0.18s ease 0s;
  width: 100%;
  box-sizing: border-box;
  text-align: center; }

.seminarTable_viewBtn:hover {
  background: #1995f7;
  color: #fff;
  text-decoration: none; }

.seminaProgram_list {
  margin: 0 0 8px;
  font-weight: bold;
  font-size: 1.6rem; }

.seminaProgram_list dt {
  width: 4em;
  float: left;
  clear: both; }

.seminaProgram_list dd {
  margin: 0 0 0 4em; }

.seminaProgram_list dd span {
  font-weight: normal; }

.seminaProgram_list02 {
  font-weight: bold;
  font-size: 1.6rem; }

.seminarImgCaption {
  text-align: center;
  margin: 5px 0 0; }

.seminarDocumen_item {
  margin: 0 0 5px;
  font-size: 1.6rem; }

.seminar_info {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px; }

.seminar_newicon {
  background: #e50405;
  color: #fff;
  display: inline-block;
  padding: 0px 2px 0 7px;
  position: relative;
  margin-right: 20px;
  font-weight: bold;
  font-size: 90%;
  height: 26px;
  line-height: 26px;
  letter-spacing: 0.5px;
  box-sizing: border-box; }

@media all and (-ms-high-contrast: none) {
  .seminar_newicon {
    padding: 1px 2px 0 7px; } }
.seminar_newicon::before {
  border: 13px solid transparent;
  border-left-color: #e50405;
  border-right-width: 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -13px;
  top: 0;
  width: 0; }

/*******************************************************
オンデマンドページ用
*******************************************************/
@media screen and (min-width: 767px) {
  .standardTable02.ondemandProgram .border-double {
    border-bottom: 3px double #e6e6e6; } }
.ondemandProgram .ondemandProgram__title--lv1 {
  font-weight: bold;
  font-size: 1.6rem;
  padding: 6px 20px;
  background: #edf3f8; }

.ondemandProgram .ondemandProgram__title--lv2 {
  font-size: 1.45rem;
  padding-left: 17px;
  font-weight: bold; }

.ondemandProgram .ondemandProgram__title--lv2-osusume {
  text-indent: -2em;
  padding-left: calc(17px + 2em); }

.ondemandProgram .ondemandProgram__title--lv3 {
  text-indent: -1em;
  padding-left: calc(17px + 2.5em); }

.ondemandProgram .ondemandProgram__title--lv4 {
  text-indent: -1em;
  padding-left: calc(17px + 3.5em); }

.ondemandProgram__title--lv4--tag {
  background-color: #6dc6e7;
  font-size: 1.2rem;
  color: #fff;
  padding: 2px;
  border-radius: 3px;
  margin-right: 5px; }

.ondemandProgram .sub__text {
  color: #757b7b;
  font-size: 1.3rem;
  font-weight: normal; }

.ondemandProgram .seminarTable_viewBtn {
  padding: 6px 10px; }

@media screen and (min-width: 769px) {
  .ondemandProgram .time {
    width: 10em; }

  .ondemandProgram .view {
    width: 20em; } }
.ondemandMovie {
  text-align: center; }

.ondemandPhoto {
  width: 540px;
  max-width: 100%;
  margin: 0 auto; }

.ondemandPhoto .sec_titleLv5 {
  font-weight: bold;
  text-align: center; }

.ondemandPhoto .ondemandPhoto__2col {
  display: flex;
  justify-content: space-between; }

.ondemandPhoto .ondemandPhoto__2col-item {
  width: 49%; }

.ondemand__consul-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: flex-start; }

.ondemand__consul-box:first-child figure {
  margin: 10px 0 0 50px; }

.ondemand__consul-box:last-child figure {
  margin: 20px 0 0 30px; }

.ondemand__consul-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 15px;
  line-height: 1.5; }

.ondemand__consul-txt {
  width: 60%; }

.ondemand__consul-inner {
  padding: 35px 25px;
  border-radius: 10px;
  background: #e8f5ff; }

.ondemand__consul-btn {
  font-size: 19px;
  font-size: 1.9rem;
  margin: 25px 0 50px;
  text-align: center;
  color: #fff;
  background: #ff6f37;
  display: block;
  padding: 10px;
  text-decoration: none;
  border-radius: 6px;
  position: relative;
  line-height: 1.2;
  box-sizing: border-box;
  font-weight: bold;
  transition: all 0.18s ease 0s; }

.ondemand__consul-btn::after {
  position: absolute;
  content: " ";
  display: inline-block;
  width: 8px;
  height: 15px;
  background: url(/media_library/fx4/images/fx4c_icon_arrow01.svg) no-repeat;
  background-size: contain;
  right: 15px;
  top: calc(((2em + 20px) / 2) - 7.5px); }

.ondemand__consul-btn span {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal; }

.ondemand__consul-btn:hover {
  background: #e84505;
  text-decoration: none;
  color: #fff; }

@media screen and (max-width: 767px) {
  .ondemand__consul-box {
    flex-wrap: wrap; }

  .ondemand__consul-box:first-child figure {
    margin: 5px auto 30px; }

  .ondemand__consul-box:last-child figure {
    margin: 5px auto 0; }

  .ondemand__consul-txt {
    width: 100%; }

  .ondemand__consul-title {
    font-size: 15px;
    font-size: 1.5rem; }

  .ondemand__consul-btn {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 10px 5px;
    margin: 10px 0; }

  .ondemand__consul-btn span {
    font-size: 13px;
    font-size: 1.3rem; }

  .ondemand__consul-btn::after {
    width: 7px;
    height: 12px;
    top: calc(((2em + 20px) / 2) - 6px); } }
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
information
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.information .pageHeader {
  display: table;
  width: 100%;
  height: 240px;
  background: url(/media_library/fx4/images/fx4c_information_mv.jpg) no-repeat 50% 0;
  background-size: cover; }

.informationHeader {
  text-align: center;
  margin: 80px 0 60px; }

.informationNotice {
  border: 1px solid #e84c13;
  padding: 10px 15px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }

.informationNotice .informationNotice_headline {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 5px; }

.informationNotice .informationNotice_point {
  font-size: 18px;
  font-size: 1.8rem;
  color: #e84c13; }

/*ithojo*/
.ithojoAbout_figure {
  margin-left: auto;
  width: 90%; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
lineup
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.lineup .pageHeader {
  display: table;
  width: 100%;
  height: 240px;
  background: url(/media_library/fx4/images/fx4c_lineup_mv.jpg) no-repeat 50% 0;
  background-size: cover; }

.lineup_list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px; }

.lineup_item {
  width: 33.3333%;
  margin: 0 0 20px; }

.lineup_item_inner {
  border: 1px solid #dedede;
  height: 100%;
  box-sizing: border-box;
  margin: 0 10px;
  transition: all 0.18s ease 0s;
  text-align: center; }

.lineup_item_inner.is-chuken:hover {
  border: 1px solid #0078d7;
  background: #eaf6ff; }

.lineup_item_inner.is-kensetsu:hover {
  border: 1px solid #7e6abe;
  background: #f7f4ff; }

.lineup_item_inner.is-iryou:hover {
  border: 1px solid #29a7b6;
  background: #f1feff; }

.lineup_item_inner.is-koueki:hover {
  border: 1px solid #d95b30;
  background: #fff4f0; }

.lineup_item_inner.is-syafuku:hover {
  border: 1px solid #00a75f;
  background: #eefff8; }

.lineup_item_link {
  display: block;
  color: #404a54;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.lineup_item_link:hover {
  text-decoration: none;
  color: #404a54; }

.lineup_item_title {
  text-align: center;
  margin: 20px 0;
  font-size: 18px;
  font-size: 1.8rem; }

.lineup_item_title.is-chuken {
  color: #0078d7; }

.lineup_item_title.is-kensetsu {
  color: #7e6abe; }

.lineup_item_title.is-iryou {
  color: #29a7b6; }

.lineup_item_title.is-koueki {
  color: #970520; }

.lineup_item_title.is-syafuku {
  color: #00a75f; }

.lineup_item_figure {
  text-align: center; }

.lineup_item_description {
  margin: 25px 15px 15px;
  text-align: left; }

.lineup_item_note {
  display: block;
  text-indent: -1em;
  margin: 5px 0 0 1em;
  font-size: 1rem;
  line-height: 1.5;
  color: #606c77; }

.lineup_banner {
  text-align: center;
  margin: 60px 0 0; }

/*******************************************************
201802 seminar
*******************************************************/
.icon_01_mr {
  padding: 3px 5px;
  background-color: #99ccff;
  border-radius: 3px;
  font-size: 1.1rem;
  color: #747472;
  width: 54px;
  display: block;
  text-align: center; }

.icon_02_tp {
  padding: 3px 5px;
  background-color: #ccffcc;
  border-radius: 3px;
  font-size: 1.1rem;
  color: #747472;
  width: 54px;
  display: block;
  text-align: center; }

/*******************************************************
201802 seminar
*******************************************************/
.funcBanner {
  margin-bottom: 50px; }

.common_banner {
  width: 750px;
  text-align: center;
  margin: 40px auto 0; }

.common_banner h4 {
  font-size: 1.9rem;
  border-bottom: 2px #d1d1d1 solid;
  margin-bottom: 20px; }

.common_banner h4 span {
  font-size: 1.7rem; }

@media screen and (max-width: 1050px) {
  .siteHeader_tagLine {
    display: none; } }
/**/
@media screen and (max-width: 1000px) {
  #container {
    padding: 48px 0 0; }

  .siteHeader_tagLine {
    display: none; }

  .siteHeader {
    display: block;
    position: fixed;
    top: 0;
    z-index: 100;
    background: #fff;
    padding: 0;
    height: auto; }

  .siteHeader_title {
    height: 48px;
    position: absolute;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(99, 114, 130, 0.18);
    z-index: 98; }

  .siteHeader {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }

  .siteHeader_nav {
    display: block;
    opacity: 0;
    position: absolute;
    z-index: 99;
    background: #fff;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    -webkit-transition: opacity 0.4s ease, top 0s ease 1s;
    transition: opacity 0.4s ease, top 0s ease 1s;
    top: -9999px;
    -webkit-overflow-scrolling: touch; }

  .active .siteHeader_nav {
    width: 100%;
    opacity: 1;
    top: 48px;
    padding: 0 0 144px;
    box-sizing: border-box;
    -webkit-transition: opacity 0.4s ease, top 0s ease 0s;
    transition: opacity 0.4s ease, top 0s ease 0s; }

  .siteHeader_logo {
    width: 100px;
    margin: 9px 0 0 10px; }

  /*nav*/
  .siteHeader_nav_list {
    flex-wrap: nowrap;
    -webkit-flex-wrap: column;
    flex-direction: column;
    border-top: 1px solid #dedede;
    width: 100%; }

  .siteHeader_nav_item {
    width: 100%;
    padding: 0; }

  .siteHeader_nav_item.search, .siteHeader_nav_item.about {
    display: block; }

  .siteHeader_nav_item a {
    display: block;
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #dedede;
    color: #404a54;
    position: relative;
    transition: none; }

  .siteHeader_nav_item a:after {
    content: " ";
    display: inline-block;
    width: 5px;
    height: 10px;
    background: url(/media_library/fx4/images/fx4c_icon_arrow03.svg) right 50% no-repeat;
    background-size: contain;
    position: absolute;
    left: inherit;
    right: 15px;
    top: 50%;
    margin: -5px 0 0; }

  .siteHeader_nav_item a:hover:after {
    width: 5px; }

  .siteHeader_nav_item a.current {
    color: #404a54;
    position: static; }

  .siteHeader_nav_item a.current:after {
    content: none; }

  .siteHeader_btn_cv a {
    display: block;
    background: #e84c13;
    color: #fff;
    padding: 10px 30px;
    margin: 30px 30px;
    font-size: 14px;
    font-size: 1.4rem;
    transition: all 0.18s ease 0s;
    text-align: center; }

  /*triger-menu*/
  .siteHeader_nav_trigger, .siteHeader_nav_trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box; }

  .siteHeader_nav_trigger {
    position: absolute;
    width: 48px;
    height: 48px;
    margin: 0;
    border: 0;
    background: none;
    outline: none;
    cursor: pointer;
    right: 0;
    top: 0;
    z-index: 1002; }

  .siteHeader_nav_trigger span {
    position: absolute;
    left: 15px;
    width: 19px;
    height: 2px;
    background-color: #404a54; }

  .siteHeader_nav_trigger span:nth-of-type(1) {
    top: 15px; }

  .siteHeader_nav_trigger span:nth-of-type(2) {
    top: 23px; }

  .siteHeader_nav_trigger span:nth-of-type(3) {
    bottom: 15px; }

  .active .siteHeader_nav_trigger span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg); }

  .active .siteHeader_nav_trigger span:nth-of-type(2) {
    opacity: 0; }

  .active .siteHeader_nav_trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg); }

  .pageHeader {
    padding: 40px 0; }

  .pageHeader_title {
    display: block; }

  .emblem {
    position: relative;
    display: block; }

  .emblem .emblem_inner {
    position: relative;
    width: 40%;
    max-width: 264px; }

  .emblem .emblem_inner p {
    position: relative;
    text-align: center;
    float: none; }

  .emblem .emblem_inner p img {
    width: auto; } }
/**/
@media screen and (max-width: 1050px) {
  .indexTelework_list {
    justify-content: space-around; }

  .indexTelework_listItem {
    width: calc(50% - 20px);
    margin: 0 0 20px; }

  .indexTelework_listItem:last-child {
    margin: 0 0 20px; } }
@media screen and (max-width: 767px) {
  .pcnone {
    display: block !important; }

  .spnone {
    display: none !important; }

  .btn_detail {
    padding: 12px 15px;
    font-size: 1.3rem; }

  .main_inner {
    padding: 0 0 50px; }

  .page_top {
    width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
    line-height: 0;
    cursor: pointer;
    height: 40px;
    background: #cccccc; }

  .page_top img {
    width: 100%;
    height: 40px; }

  .cvFixed {
    bottom: 20px; }

  .indexReason_inner {
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px 60px;
    box-sizing: border-box; }

  .indexFunc_inner, .indexCase_inner, .indexTelework_inner, .index .siteSeminar_inner {
    width: 100%;
    margin: 0 auto;
    padding: 60px 20px;
    box-sizing: border-box; }

  .indexReason_title, .indexFunc_title, .indexCase_title, .indexTelework_title, .index .siteSeminar_title {
    font-size: 2.4rem;
    text-align: center;
    margin: 0 0 40px; }

  .indexReason_detail {
    display: block;
    padding: 0; }

  .indexReason_figure {
    display: block;
    width: 50%;
    margin: 0 auto 10px;
    text-align: center; }

  .indexReason_figure img {
    width: 100%; }

  .indexReason_text {
    display: block;
    width: 100%;
    padding: 0; }

  .indexReason_text .btn_wrap {
    margin: 0 auto;
    text-align: center; }

  .indexTelework_list {
    margin: 0; }

  .indexTelework_listItem {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    margin: 0 0 30px;
    text-align: center; }

  .indexTelework_listItem:last-child {
    margin: 0; }

  .indexTelework_listItem_text {
    margin: 0; }

  .indexTelework_listItem_title {
    margin: 0 0 10px; }

  .indexFunc_list {
    margin: 0 -10px; }

  .indexFunc_listItem {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0 0 30px;
    text-align: center; }

  .indexFunc_listItem_description {
    min-height: auto; }

  /*case*/
  .indexCase_list {
    margin: 0 -10px;
    flex-wrap: wrap; }

  .indexCase_item {
    width: 100%;
    margin: 0 10px 30px; }

  .indexCase_itemLink {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }

  .indexCase_itemThumb_wrap {
    width: 100%; }

  .indexCase_itemThumb {
    width: 100%; }

  .indexCase_text {
    width: 100%; }

  .indexCase_itemTitle {
    font-size: 1.6rem; }

  /*taikenkai-common*/
  .siteSeminar_inner {
    padding: 30px 20px; }

  .siteSeminar_title {
    font-size: 1.6rem;
    margin: 0 !important; }

  .siteSeminar_box {
    flex-wrap: wrap-reverse;
    padding-left: 0;
    margin-bottom: 10px; }

  .siteSeminar_description {
    font-size: 1.5rem;
    width: 100%;
    margin-bottom: 10px; }

  /*contact*/
  .siteContact_inner {
    padding: 30px 20px;
    color: #fff;
    text-align: center; }

  .contact_title {
    font-size: 1.6rem;
    margin: 0 0 30px; }

  .contact_btn_cv {
    font-size: 1.5rem;
    padding: 12px 15px; }

  .contact_btn_cv:after {
    width: 7px;
    height: 13px; }

  /*siteBanner*/
  .siteBanner_inner {
    width: 100%;
    margin: 0 auto;
    text-align: center; }

  .siteBanner_list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0; }

  .siteBanner_item {
    width: 100%;
    padding: 0 15px;
    margin: 0 0 15px; }

  .siteBanner_item:last-child {
    margin: 0; }

  .siteFooter .siteFooter_nav_inner {
    padding: 0; }

  .siteFooter .siteFooter_nav_list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }

  .siteFooter .siteFooter_nav_item {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #ced5da; }

  .siteFooter .siteFooter_nav_item:last-child {
    border-bottom: none; }

  .siteFooter .siteFooter_nav_item > a {
    display: block;
    font-weight: normal;
    padding: 8px 15px;
    position: relative; }

  .siteFooter .siteFooter_nav_item > a:after {
    content: " ";
    display: inline-block;
    width: 5px;
    height: 10px;
    background: url(/media_library/fx4/images/fx4c_icon_arrow03.svg) right 50% no-repeat;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -5px 0 0; }

  .siteFooter_nav_child {
    display: none; }

  .siteFooter .siteUtility_nav_inner {
    padding: 30px 20px 20px; }

  .siteFooter .siteUtility_item {
    display: block;
    margin: 0 0 5px 0; }

  .siteFooter .siteUtility_list a {
    display: block;
    padding: 0 0 0 15px;
    text-indent: -12px; }

  .siteFooter .siteUtility_list a:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 5px;
    height: 7px;
    margin: 0 8px 0 0;
    vertical-align: middle;
    background: url(/media_library/fx4/images/fx4c_icon_arrow02.svg) no-repeat;
    background-size: contain;
    padding: 1px 0; }

  .siteFooter .copyright {
    margin: 30px 0 0;
    text-align: center;
    font-size: 1.1rem; }

  .topicPath {
    display: none; }

  /*main*/
  .pageHeader_title_upper {
    display: block;
    font-size: 2rem;
    line-height: 1.4;
    margin: 0 0 5px; }

  .pageHeader_title_lower {
    font-size: 1rem; }

  .lowerCnt .lowerCnt_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box; }

  .reason .pageHeader, .support .pageHeader, .case .pageHeader, .caseArticle .pageHeader, .search .pageHeader, .about .pageHeader, .seminar .pageHeader, .information .pageHeader, .lineup .pageHeader {
    display: table;
    height: 120px;
    margin: 0 0 30px; }

  .lowerCnt {
    margin: 0 0 40px; }

  .lowerCnt:last-child {
    margin: 0; }

  .sec_titleLv2 {
    font-size: 1.8rem;
    padding: 10px 0 10px 15px;
    margin: 30px 0 20px;
    letter-spacing: 1px; }

  .sec_titleLv3 {
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 30px 0 20px;
    padding: 8px 0 8px 10px; }

  .sec_titleLv4 {
    font-size: 1.4rem; }

  .sec_titleLv5 {
    font-weight: bold; }

  .sec_division {
    margin: 40px 20px; }

  .sec_subTitle {
    font-size: 1.4rem; }

  .case0label {
    text-indent: 0em; }

  /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
reason
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .reasonCnt {
    width: 100%;
    margin: 0 auto 120px; }

  .reasonCnt:last-child {
    margin: 0 auto; }

  .reasonCnt_inner {
    padding: 0 30px; }

  .reasonCnt_lo01, .reasonCnt_lo02 {
    opacity: 1; }

  .reasonCnt_lo01 .reasonCnt_photo, .reasonCnt_lo02 .reasonCnt_photo {
    width: 100%;
    margin: 0 auto;
    text-align: center; }

  .reasonCnt_photo_img {
    margin: 0 auto;
    width: 100%; }

  .reasonCnt_circle {
    top: -50px;
    left: -20px;
    width: 32%;
    height: auto; }

  .reasonCnt_lo01 .reasonLink, .reasonCnt_lo02 .reasonLink {
    display: block;
    width: 100%;
    text-decoration: none;
    margin: 0; }

  .reasonCnt_lo01 .reasonCnt_panel, .reasonCnt_lo02 .reasonCnt_panel {
    width: 100%;
    padding: 20px;
    margin: 0; }

  .reasonCnt_panel_title {
    font-size: 1.5rem;
    margin: 0 0 10px; }

  .reasonCnt_panel_description {
    font-size: 1.3rem;
    margin: 0 0 10px; }

  .reasonCnt_panel .btn_wrap {
    text-align: center; }

  .btn_detail02 {
    padding: 12px 15px;
    font-size: 1.3rem;
    width: 100%; }

  #reasonCnt01 {
    padding: 0;
    margin: 70px 0 0; }

  /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
func
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .func .pageHeader {
    display: table;
    height: 200px;
    margin: 0 0 30px; }

  .pageHeader_localNav_list {
    width: 100%; }

  .pageHeader_localNav_item {
    display: table;
    font-size: 1rem;
    vertical-align: middle;
    box-sizing: border-box; }

  .pageHeader_localNav_item a {
    padding: 10px 0; }

  .func .funcNav_container {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px auto; }

  .func .funcNav_box {
    width: 100%;
    margin: 0 20px 20px; }

  .func .funcNav_box:last-child {
    margin: 0 20px 0; }

  .func .funcNav_head {
    font-size: 1.5rem;
    padding: 15px 0 0; }

  .func .funcNav_list {
    padding: 10px 15px; }

  .funcCnt_container {
    padding: 0 0 20px 0; }

  .funcCnt_title {
    font-size: 1.8rem;
    padding: 4px 0;
    margin: 0 0 10px; }

  .funcCnt_sec_container {
    margin: 0 10px 10px;
    padding: 20px; }

  .funcCnt_sec_container:last-child {
    margin: 0 10px; }

  .funcCnt_sec_title {
    margin: 0 0 20px; }

  .funcCnt_sec_titleLv3 {
    font-size: 1.6rem;
    margin: 0 0 15px; }

  .funcCnt_sec_description {
    font-size: 1.4rem;
    text-align: left; }

  .funcCnt_sec_figure > img {
    display: block;
    margin: 0 auto; }

  .funcCnt_sec_inner {
    margin: 30px 0; }

  .funcCnt_sec_figure {
    margin: 20px 0 20px; }

  .funcCnt_sec_titleLv4 {
    font-size: 1.5rem;
    margin: 0 0 15px; }

  .funcCnt_sec_grid {
    display: block; }

  .funcCnt_sec_gridItem_text {
    display: block;
    width: 100%;
    padding: 0; }

  .funcCnt_sec_gridItem_figure {
    display: block;
    width: 100%; }

  .funcCnt_sec_gridItem_box {
    width: 100%;
    display: block; }

  .funcCnt_sec_gridItem_box:nth-child(odd) {
    padding: 0; }

  .funcCnt_sec_gridItem_box:nth-child(even) {
    padding: 0; }

  .funcCnt_sec_gridItem_text .numList {
    background: #f1f9ff;
    padding: 8px 10px 5px 30px;
    margin: 0 0 30px; }

  .funcCnt_sec_mrPoint {
    margin: 30px 0 30px; }

  .funcCnt_sec_point_item {
    width: 100%; }

  .funcCnt_sec_point_item:last-child {
    margin: 0; }

  .funcCnt_sec_cashMgItem {
    display: block; }

  .funcCnt_sec_cashMgItem_head {
    display: block;
    width: 100%; }

  .funcCnt_sec_cashMgItem_text {
    display: block;
    padding: 10px; }

  .standardTable th, .standardTable td {
    vertical-align: top;
    font-size: 1.2rem;
    padding: 5px 10px; }

  .funcSpec_supplement {
    font-size: 1rem; }

  .funcCnt_sec_smart_point .funcCnt_sec_gridItem_text, .funcCnt_sec_smart_point .funcCnt_sec_gridItem_figure {
    width: 100%; }

  .funcCnt_sec_smart_point .funcCnt_sec_gridItem_figure img {
    margin: 0 auto; }

  .funcCnt_sec_3clm_item {
    width: 100%; }

  .funcCnt_sec_gridItem_figure.mrtool_exp {
    width: 100%; }

  .funcCnt_posrejiList {
    flex-wrap: wrap; }

  .funcCnt_posreji {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }

  .funcCnt_posreji:last-child {
    margin-bottom: 0; }

  .funcCnt_scannerList {
    flex-wrap: wrap; }

  .funcCnt_scanner {
    width: 100%;
    margin-bottom: 10px; }

  .funcCnt_scanner:last-child {
    margin-bottom: 0; }

  .funcCnt_scanner .funcCnt_sec_gridItem_text {
    width: 100%; }

  .funcCnt_scanner .funcCnt_sec_gridItem_figure {
    width: 100%; }

  #num01-04 .funcCnt_sec_bggray .funcCnt_sec_gridItem_text {
    width: 100%;
    padding-right: 0; }

  #num01-04 .funcCnt_sec_bggray .funcCnt_sec_gridItem_figure {
    width: 100%; }

  .funcCnt_sec_jiima .funcCnt_sec_gridItem_text, .funcCnt_sec_jiima .funcCnt_sec_gridItem_figure {
    width: 100%; }

  /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
support
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .supportLead {
    font-size: 1.5rem;
    margin: 0 0 20px; }

  .supportSec_titleLv2 {
    font-size: 1.8rem;
    margin: 0 0 20px; }

  .supportExpert_description {
    text-align: left; }

  .supportVoice_item {
    width: 100%;
    margin: 0 0 40px; }

  .supportVoice_item:last-child {
    margin: 0; }

  .supportVoice_circle {
    width: 50px;
    height: 50px;
    font-size: 1rem;
    left: -15px;
    top: -25px; }

  .supportVoice_circle_num {
    font-size: 1.5rem; }

  .supportLo01 {
    padding: 30px 0; }

  .supportCol_list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }

  .supportCol_item {
    width: 100%;
    margin: 0 0 30px; }

  .supportCol_figure img {
    display: block;
    margin: 0 auto;
    width: 100%; }

  .supportCol_title {
    font-size: 1.4rem;
    margin: 0 0 5px; }

  .lo_grid {
    margin: 0; }

  .lo_grid_item {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    float: none; }

  .supportTekiji:after {
    content: none; }

  .supportTekiji_inner {
    padding: 10px 15px; }

  .supportTekiji_title {
    font-size: 1.4rem;
    margin: 0 0 5px; }

  .supportTekiji_description {
    width: auto; }

  /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
case
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .case_search {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box; }

  .case_search_container {
    display: block;
    width: 100%; }

  .case_search_head {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0; }

  .case_search_filter {
    display: block;
    padding: 15px 0 20px; }

  .case_search_filterList {
    display: block;
    font-size: 1.3rem; }

  .case_search_filterItem {
    display: block;
    margin: 0 0 10px; }

  .case_search_filterItem:last-child {
    margin: 0; }

  .case_search_filterItem dl {
    display: block;
    padding: 0 20px; }

  .case_search_filterItem dt {
    display: block;
    padding: 0; }

  .case_search_filterItem dd {
    display: block; }

  .case_item {
    width: 100%;
    padding: 0; }

  .case_item:last-child {
    margin: 0; }

  .case_labelNew:after {
    width: 50px;
    height: 50px;
    top: -24px;
    left: -18px; }

  .caseArticle #page_top_title {
    margin: 0px 0 30px;
    font-size: 1.6rem; }

  .caseArticle .content_case_top .case_img_l_side {
    width: 100%;
    float: none;
    margin: 0 0 20px; }

  .caseArticle .content_case_top h3 {
    font-size: 1.8rem;
    padding: 0 0 10px; }

  .caseArticle .lowerCnt .lowerCnt_inner .content_case_top p:first-of-type {
    font-size: 1rem; }

  .caseArticle .tc_gray {
    font-size: 1.8rem;
    padding: 10px 0 10px 15px;
    margin: 30px 0 20px;
    letter-spacing: 1px; }

  .caseArticle .case_img_r_side, .caseArticle .case_img_l_side, .caseArticle .case_img_center {
    float: none;
    margin: 30px auto; }

  .caseArticle .case_img_r_side p, .caseArticle .case_img_l_side p, .caseArticle .case_img_center p {
    font-size: 1.1rem; }

  .caseArticle .caseInfo, .caseArticle .content_in_case_box {
    padding: 10px 12px 12px; }

  .caseArticle .caseInfo_title, .caseArticle .content_in_case_box h4 {
    font-size: 1.3rem;
    border-bottom: 1px dotted #dedede;
    padding: 0 0 5px;
    margin: 0 0 15px; }

  .caseArticle .caseInfo_inner {
    display: block; }

  .caseArticle .caseInfo_img, .caseArticle .content_in_case_box .case_info_img {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 15px; }

  .caseArticle .caseInfo_campany, .caseArticle .content_in_case_box .case_info_campany {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
    float: none; }

  .caseArticle .caseInfo_zei, .caseArticle .content_in_case_box .case_info_zei {
    display: block;
    width: 100%;
    box-sizing: border-box;
    float: none; }

  .caseArticle .caseOtherLo {
    margin: 30px 0 0;
    padding: 20px 0; }

  .caseArticle .caseOther_titleLv2 {
    text-align: center;
    font-size: 1.8rem; }

  .caseArticle .lowerCnt.caseOtherLo .case_item {
    width: 100%;
    padding: 0;
    margin: 0 0 30px; }

  .caseArticle .lowerCnt.caseOtherLo .lowerCnt_inner {
    padding: 0 20px; }

  /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
search
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .search .searchLead {
    font-size: 1.2rem; }

  .search .searchSeparate {
    display: block; }

  .search .searchSeparate_box01, .search .searchSeparate_box02 {
    display: block;
    width: 100%;
    padding: 5px;
    margin: 0 0 20px;
    border-width: 5px; }

  .search .searchSeparate_inner {
    padding: 10px 15px 15px; }

  .search .searchSeparate_title {
    font-size: 1.3rem;
    margin: 5px 0 10px; }

  .searchSeparate_figure {
    margin: 20px 0; }

  .searchSeparate .btn_detail {
    padding: 10px;
    font-size: 1.2rem; }

  .searchSeparate_ichiran_title {
    font-size: 1.2rem; }

  .searchSeparate .standardTable {
    margin: 0; }

  .searchSeparate .standardTable th {
    display: block;
    padding: 4px 8px;
    width: 100%;
    white-space: normal; }

  .searchSeparate .standardTable td {
    display: block;
    padding: 4px 8px; }

  .searchSeparate_prefectureMulti {
    display: inline-block;
    margin: 0 10px 0 0; }

  .searchSeparate_prefectureMulti:last-child {
    margin: 0; }

  /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
about
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .aboutIntro_memList {
    font-size: 1.2rem; }

  .aboutIntro_memItem {
    width: 50%; }

  .aboutIntro_memRow {
    display: table;
    width: 100%;
    padding: 7px 0; }

  .aboutIntro_memName, .aboutIntro_memNum {
    display: block;
    padding: 0;
    box-sizing: border-box; }

  .aboutIntro_memName {
    width: 100%;
    text-align: center; }

  .aboutIntro_memNum {
    text-align: center;
    width: 100%; }

  .aboutInfo_infoTable {
    font-size: 1.2rem; }

  .aboutIntro_systemList {
    padding: 5px 15px; }

  .aboutIntro_systemItem {
    float: none;
    width: 100%; }

  .aboutIntro_isoHead {
    font-size: 1.4rem;
    margin: 0 0 10px; }

  /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
seminar
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .seminarHeader_inner {
    padding: 40px 20px 30px; }

  .seminarHeader_upper {
    margin: 0 0 10px;
    padding: 0 0 5px; }

  .seminarHeader_box {
    flex-wrap: wrap;
    text-align: center; }

  .seminarHeader_titleBox {
    width: 100%; }

  .seminarHeader_img {
    min-width: 0;
    max-width: 100px;
    width: 100%;
    margin: auto; }

  .seminarHeader_catch {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 0 8px; }

  .seminarHeader_title {
    font-size: 1.8rem; }

  .seminarHeader_upper.spring_2018 .seminarHeader_catch {
    font-size: 1.5rem;
    margin-bottom: 0; }

  .seminarHeader_upper.spring_2018 .seminarHeader_title {
    font-size: 1.5rem; }

  .seminarHeader_upper.spring_2019 .seminarHeader_catch {
    font-size: 2rem;
    margin-bottom: 0; }

  .seminarHeader_upper.spring_2019 .seminarHeader_title {
    font-size: 1.5rem; }

  .seminarHeader_lower_info {
    font-size: 1.3rem;
    margin: 0 0 10px; }

  .seminarHeader_lower_info dt {
    width: 4em; }

  .seminarHeader_lower_info dd {
    margin: 0 0 0 4em; }

  .btn_wrap.seminarHeader_lower_btn {
    position: static; }

  .btn_wrap.seminarHeader_lower_btn .btn_detail {
    padding: 10px 0;
    width: 100%;
    font-size: 1.3rem;
    text-align: center; }

  .standardTable02 {
    border: 0; }

  .standardTable02 thead {
    display: none; }

  .standardTable02 tr {
    border: 1px solid #ddd;
    display: block;
    padding: 0 15px;
    margin: 0 0 20px; }

  .standardTable02 tr:last-child {
    margin: 0; }

  .standardTable02 td {
    border: 0;
    border-bottom: 1px dotted #ddd;
    display: block;
    padding: 10px 0 10px 7em;
    font-size: 1.1rem;
    position: relative; }

  .standardTable02 td:last-child {
    border: 0; }

  .standardTable02 td:before {
    content: attr(aria-label);
    font-weight: bold;
    width: 6em;
    position: absolute;
    left: 0; }

  .seminarApplication_btn .btn_detail {
    padding: 10px 0;
    width: 100%;
    font-size: 1.3rem;
    text-align: center; }

  .seminarApplication_supplementListWrap {
    text-align: left; }

  .seminarApplication_supplementList {
    margin: 20px auto 0;
    font-size: 1.1rem; }

  .seminarContact_supplementList {
    font-size: 1.1rem; }

  .seminarTabArea_text {
    font-size: 1.3rem; }

  .seminarTabArea_tabList li {
    width: 20%; }

  .seminarTabArea_tabList li a {
    font-size: 1.2rem; }

  .seminarTabArea_note {
    font-size: 1.1rem; }

  .seminarTabArea_tabList_btn, .seminarTable_viewBtn {
    font-size: 1.1rem;
    display: block;
    text-align: center; }

  .seminaProgram_list, .seminaProgram_list02 {
    font-size: 1.2rem; }

  .seminarImgCaption {
    font-size: 1.2rem; }

  .seminarDocumen_item {
    font-size: 1.4rem; }

  /* ondemand */
  .ondemandProgram .sp-mb0 {
    margin-bottom: 0;
    border-bottom: none; }

  .standardTable02.ondemandProgram .bdr-none {
    border: none; }

  .ondemandProgram td {
    font-size: 1.2rem; }

  .ondemandProgram caption {
    font-size: 1.3rem; }

  .ondemandProgram .ondemandProgram__title--pc {
    display: none; }

  .ondemandProgram .ondemandProgram__title--lv2, .ondemandProgram .ondemandProgram__title--lv2-osusume, .ondemandProgram .ondemandProgram__title--lv3, .ondemandProgram .ondemandProgram__title--lv4 {
    text-indent: 0;
    padding: 10px 0 10px 7em; }

  .ondemandProgram .ondemandProgram__title--lv1 {
    border: 0; }

  .ondemandProgram .ondemandProgram__title--lv2 {
    font-size: 1.2rem; }

  .standardTable02.ondemandProgram tr {
    padding: 0; }

  .standardTable02.ondemandProgram td::before {
    margin-left: 20px; }

  .ondemandProgram .ondemandProgram__title--lv2[aria-label="内容"] {
    width: 100%;
    padding: 10px 0 10px 20px;
    background: #f8f8f8; }

  .ondemandProgram .ondemandProgram__title--lv2[aria-label="内容"]::before {
    display: none; }

  .standardTable02.ondemandProgram .ondemandProgram__title--lv4 {
    padding-left: 20px; }

  .standardTable02.ondemandProgram .ondemandProgram__title--lv4::before {
    display: none; }

  .standardTable02.ondemandProgram .ondemandProgram__case {
    padding: 0 3% 3% 6em;
    border-top: none;
    border-bottom: none; }

  .standardTable02.ondemandProgram .ondemandProgram__case.bdr-bottom {
    border-bottom: 1px solid #ddd; }

  .standardTable02.ondemandProgram .ondemandProgram__case td {
    background: #f8f8f8; }

  .ondemandProgram .seminarTable_viewBtn {
    width: 90%; }

  .ondemandProgram .sub__text {
    font-size: 1.2rem; }

  .youtube-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }

  .youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

  .seminar_info {
    font-size: 12px;
    margin-bottom: 7px; }

  .seminar_newicon {
    padding: 0 0 0 5px;
    height: 20px;
    line-height: 20px; }

  .seminar_newicon::before {
    border: 10px solid transparent;
    border-left-color: #e50405;
    border-right-width: 0;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: -10px;
    top: 0;
    width: 0; }

  /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
information
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .informationHeader {
    text-align: center;
    margin: 30px 0; }

  .informationNotice .informationNotice_point {
    font-size: 1.4rem; }

  .ithojoAbout_figure {
    margin: 0;
    width: 100%; }

  /*.lineup_item_figure.lineup_no1 > img {
 margin: 0 55px 0 0;
}
.lineup_item_figure.lineup_no1::after {
 width: 74px;
 height: 63px;
 background: url(/media_library/fx4/images/fx4c_lineup_no1.png) no-repeat;
}*/
  /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
lineup
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .lineup_item {
    width: 100%;
    margin: 0 0 20px; }

  .lineup_banner {
    text-align: center;
    margin: 30px 0 0; }

  /*******************************************************
201802セミナー用
*******************************************************/
  .icon_01_mr {
    float: left;
    margin-right: 5px;
    margin-bottom: 0 !important; }

  .icon_02_tp {
    float: left;
    margin-bottom: 0 !important; }

  /*******************************************************
 //201802セミナー用 END
*******************************************************/
  .funcBanner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box; }

  .common_banner {
    width: 100%; }

  .common_banner h4 {
    font-size: 1.5rem; }

  .common_banner h4 span {
    font-size: 1.4rem; } }
/**/
.movie {
  text-align: center; }

/*******************************************************
オンデマンド アーカイブ用
*******************************************************/
.ondemand_archive .ondemandProgram {
  margin-bottom: 20px; }

.ondemand_archive .ondemandProgram .ondemandProgram__title--lv2 {
  width: 700px;
  font-weight: normal; }

.copy-pw {
  text-align: center;
  margin-bottom: 8px; }

.copy-pw input {
  max-width: calc(100% - 7em); }

.copy-btn {
  text-align: center;
  position: relative; }

.copy-btn button {
  background: #f0f0f0;
  border: 0;
  padding: 5px 20px;
  font-size: 13px;
  display: inline-flex;
  align-items: center; }

.copy-btn button::before {
  content: '';
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black' width='18px' height='18px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z'/%3E%3C/svg%3E") no-repeat center;
  width: 18px;
  height: 18px;
  margin-right: 3px; }

.copy-text {
  position: absolute;
  background: #1dd52b;
  color: #fff;
  font-size: 12px;
  height: 20px;
  top: 3.5px;
  right: -10em;
  padding: 2px 5px;
  transition: all .4s;
  border-radius: 3px;
  opacity: 0; }

.copy-text::before {
  content: '';
  position: absolute;
  display: block;
  border-right: 5px #1ddd2b solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  top: calc((25px - 10px)/2);
  left: -25px;
  width: 20px;
  height: 0; }

@media screen and (max-width: 767px) {
  .ondemand_archive * {
    box-sizing: border-box; }

  .ondemand_archive .ondemandProgram {
    margin-bottom: 40px; }

  .ondemand_archive .ondemandProgram .ondemandProgram__title--lv1 {
    margin-bottom: 20px; }

  .ondemand_archive .standardTable02 tr {
    margin-bottom: 0; }

  .ondemand_archive .standardTable02 tr:last-child {
    border-top: none; }

  .ondemand_archive .ondemandProgram .ondemandProgram__title--lv2 {
    width: 100%; }

  .copy-pw {
    text-align: left; }

  .copy-btn {
    text-align: left; }

  .copy-text {
    left: 0;
    top: auto;
    right: auto;
    bottom: -25px; }

  .copy-text::before {
    display: none; } }
/*******************************************************
オンデマンド 予告ページ用
*******************************************************/
.notice .sec_titleLv4 span {
  color: #0078d7;
  font-size: 1.6rem;
  display: inline-block; }

.notice .sec_titleLv5 {
  border-bottom: 2px solid #dbdbdb;
  padding: 0 0 2px 2px;
  margin-bottom: 10px; }

.notice p + .sec_titleLv5 {
  margin-top: 30px; }

em.strong {
  font-size: 1.8rem;
  font-weight: bold; }

em.fcBlue {
  color: #0078d7; }

em.yokoku {
  font-size: 1.6rem;
  font-weight: bold;
  color: #0078d7; }

em.yokoku .strong {
  font-size: 2.2rem; }

.overview {
  display: flex;
  justify-content: space-between; }

.overview__text {
  width: calc(100% - 240px); }

.float-movie {
  display: flex;
  flex-wrap: wrap; }

.float-movie__item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 40px; }

.float-movie__item:nth-last-child(-n+2) {
  /*  margin-bottom: 0;*/ }

.float-movie__item:nth-child(even) {
  margin-right: 0; }

.float-movie__item .sec_titleLv4 {
  margin-top: 0; }

.float-movie__img {
  width: 100%;
  height: auto; }

.tokuten {
  display: flex;
  justify-content: space-between; }

.tokuten__text {
  width: calc(100% - 290px); }

.tokuten__tit {
  font-size: 2.4rem;
  margin-bottom: 20px;
  color: #0078d7;
  padding-top: 30px; }

.tokuten__detail {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 1em; }

.tokuten__detail::before {
  content: '■';
  margin-right: .5em;
  color: #dbdbdb; }

.tokuten__pic {
  margin: 0 0 20px 40px; }

.method {
  display: flex;
  justify-content: space-between; }

.method__text {
  width: calc(100% - 520px); }

.method__text .sec_titleLv5 {
  display: flex;
  align-items: center; }

.method__text .sec_titleLv5 .circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  margin-right: .5em;
  background: #e14040;
  color: #fff; }

.method__pic {
  margin: 0 0 40px 40px; }

@media screen and (max-width: 768px) {
  .notice .sec_titleLv4 span {
    font-size: 1.3rem; }

  em.yokoku, em.strong {
    font-size: 1.5rem; }

  em.yokoku .strong {
    font-size: 1.6rem; }

  .notice .fL, .notice .fR {
    float: none !important; }

  .overview, .tokuten, .method {
    flex-wrap: wrap; }

  .float-movie__item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0; }

  .overview__text, .tokuten__text, .method__text {
    width: 100%; }

  .overview__text {
    margin-bottom: 30px; }

  .overview__img {
    width: 60%;
    margin: 0; }

  .tokuten {
    flex-direction: column-reverse; }

  .tokuten__pic {
    width: 60%;
    margin: 0 auto 20px; }

  .method {
    flex-direction: column-reverse; }

  .method__pic {
    margin: 10px 10px 20px; } }
/*******************************************************
202102 seminar
*******************************************************/
.ondemand202102 .ondemandProgram .ondemandProgram__title--lv2 {
  text-indent: -3.5em;
  padding-left: 4.5em; }

.ondemand202102 .ondemand__consul {
  margin: 30px auto 50px;
  width: 96%; }

.ondemand202102 .ondemand__consul-inner {
  padding: 25px 50px;
  border-radius: 20px; }

.ondemand202102 .ondemand__consul-box {
  justify-content: space-between;
  width: 100%;
  align-items: stretch; }

.ondemand202102 .ondemand__consul-txt {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
  width: 68%; }

.ondemand202102 .ondemand__consul-subtitle {
  background: #e14040;
  color: #fff;
  padding: 2px 5px;
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
  width: 9em;
  font-size: 1.7rem;
  letter-spacing: .1em; }

.ondemand202102 .ondemand__consul-title {
  font-weight: normal;
  line-height: 1.8;
  font-size: 1.8rem; }

.ondemand202102 .ondemand__consul-title strong {
  font-size: 2.8rem;
  display: inline-block; }

.ondemand202102 .ondemand__consul-box figure {
  padding: 0;
  margin: 0; }

.ondemand202102 .ondemand__consul-btn {
  margin-top: auto;
  margin-bottom: 0;
  width: 80%; }

.ondemand202102 .ondemand__consul-btn::after {
  top: calc(50% - 7.5px); }

.ondemand202102 #btn_close {
  margin-bottom: 10px; }

.ondemand202102 .movie_caution {
  background: #e8f5ff;
  width: 640px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 1.4rem;
  padding: 10px; }

.ondemand202102 .movie_caution .underline {
  text-decoration-color: #0078d7;
  text-decoration-line: underline;
  text-underline-offset: 0.1em;
  text-underline-position: auto;
  text-decoration-thickness: 2px; }

@media all and (-ms-high-contrast: none) {
  .ondemand202102 .movie_caution .underline {
    text-decoration-color: #0078d7;
    text-decoration: underline; } }
.ondemand202102 #mov iframe {
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-right: 2px solid #efefef;
  border-bottom: 2px solid #efefef; }

.ondemand202102.movie_inner {
  width: 800px;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .ondemand202102 .ondemand__consul-inner {
    padding: 4%; }

  .ondemand202102 .ondemand__consul-box {
    flex-direction: column-reverse; }

  .ondemand202102 .ondemand__consul-txt {
    margin: 0 auto 10px;
    width: 100%; }

  .ondemand202102 .ondemand__consul-subtitle {
    font-size: 1.4rem;
    margin-bottom: 10px; }

  .ondemand202102 .ondemand__consul-title {
    font-size: 1.4rem; }

  .ondemand202102 .ondemand__consul-title strong {
    font-size: 1.5rem; }

  .ondemand202102 .ondemand__consul-btn {
    width: 100%; }

  .ondemand202102 .ondemand__consul-box figure {
    width: 70%;
    margin: 0 auto 6%;
    padding-left: 15px; } }
/* ラインアップ */
.sec02-lineup__title-wrap {
  text-align: center;
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .sec02-lineup__title-wrap {
      margin-bottom: 10px; } }
.sec02-lineup__title {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  color: #0078d7;
  line-height: 1.6;
  font-size: 2.4rem;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .sec02-lineup__title {
      font-size: 1.5rem;
      width: calc(100% - 24vw); } }
  .sec02-lineup__title::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -60px;
    width: 70px;
    height: 70px;
    background-image: linear-gradient(to right top, transparent 50%, #707070 50%, #707070 51%, transparent 51%); }
    @media only screen and (max-width: 768px) {
      .sec02-lineup__title::before {
        width: 10vw;
        height: 10vw;
        margin-top: 5vw;
        left: -12vw; } }
  .sec02-lineup__title::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -60px;
    width: 70px;
    height: 70px;
    background-image: linear-gradient(to left top, transparent 50%, #707070 50%, #707070 51%, transparent 51%); }
    @media only screen and (max-width: 768px) {
      .sec02-lineup__title::after {
        width: 10vw;
        height: 10vw;
        margin-top: 5vw;
        right: -12vw; } }
.sec02-lineup__box {
  border: #DAE6EA 5px solid;
  padding: 25px;
  font-size: 1.6rem; }
.sec02-lineup__inner {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px; }
  @media print, screen and (min-width: 769px) {
    .sec02-lineup__inner {
      width: 100%;
      flex-basis: 100%;
      max-width: 100%;
      flex: 1;
      flex-wrap: nowrap; } }
.sec02-lineup__def {
  width: 270px;
  -ms-flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #DAE6EA; }
  @media only screen and (max-width: 768px) {
    .sec02-lineup__def {
      width: 100%;
      box-sizing: border-box;
      -ms-flex: 1;
      display: -ms-flexbox;
      flex-basis: 100%;
      border-right: none;
      padding-right: 0;
      margin-right: 0;
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 2px solid #DAE6EA; } }
  .sec02-lineup__def:last-of-type {
    width: 255px;
    border-right: none;
    padding-right: 0;
    margin-right: 0; }
    @media only screen and (max-width: 768px) {
      .sec02-lineup__def:last-of-type {
        width: 100%;
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; } }
  .sec02-lineup__def-tit {
    margin-bottom: 20px;
    width: 250px;
    line-height: 1; }
    @media print, screen and (min-width: 769px) {
      .sec02-lineup__def-tit {
        width: 100%; } }
  .sec02-lineup__def-data {
    max-width: 100%; }
.sec02-lineup__list {
  padding: 0 5px;
  margin: 0; }
  .sec02-lineup__list-item {
    text-indent: -1.2em;
    padding-left: 1.2em;
    line-height: 1.8; }
    .sec02-lineup__list-item::before {
      content: '●';
      color: #0078d7;
      font-size: .8em;
      margin-right: .5em; }

/* 業種別 */
.industry-lineup {
  margin-top: 40px;
  padding: 30px 20px 20px;
  background: #f1f7fb; }
  @media only screen and (max-width: 768px) {
    .industry-lineup {
      padding: 4vw 4vw 4vw 4vw; } }
  .industry-lineup__title {
    text-align: center;
    margin-top: 0px;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .industry-lineup__title {
        font-size: 4.347826087vw;
        margin-bottom: 7.2463768116vw; } }
  .industry-lineup__name {
    text-align: center;
    font-size: 1.8rem;
    color: #0078d7;
    margin-bottom: 10px; }
    @media only screen and (max-width: 768px) {
      .industry-lineup__name {
        font-size: 3.8647342995vw; } }
  .industry-lineup .sec02-lineup__inner {
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 15px; }
    @media only screen and (max-width: 768px) {
      .industry-lineup .sec02-lineup__inner {
        column-gap: 2.4154589372vw; } }
  .industry-lineup .sec02-lineup__def {
    width: calc((100% - 30px)/3);
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .industry-lineup .sec02-lineup__def {
        width: 100%; } }
    @media print, screen and (min-width: 769px) {
      .industry-lineup .sec02-lineup__def:not(:nth-child(-n+3)) {
        margin-top: 30px; } }
  .industry-lineup .sec02-lineup__def-tit {
    margin-bottom: 0; }
  .industry-lineup .sec02-lineup__def-tit img, .industry-lineup .sec02-lineup__def-tit a {
    display: block;
    margin: 0 auto; }
  .industry-lineup .sec02-lineup__inner {
    margin-bottom: 0; }
  .industry-lineup__fx4c {
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 40px;
    margin-bottom: 50px; }
    @media only screen and (max-width: 768px) {
      .industry-lineup__fx4c {
        flex-direction: column;
        grid-row-gap: 4.8309178744vw; } }




