
@charset "utf-8";
/* CSS Document */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

reset

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* --HTML-- */
html {
  background: #fff;
  color: #333;
  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: '';
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
strong, sub, sup, var,
b, i,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/* 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: #333;
  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;
}
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;
}
.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;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

common

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#container {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 80px 0 0;
}
a {
  text-decoration: none;
  color: #970520;
}
a:hover {
  text-decoration: underline;
  color: #970520;
}
img.over:hover {
  opacity: 0.7;
}
.linkExternal:before {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/media_library/fx4/koueki/images/icon_blank.svg) no-repeat scroll 0 50%;
  background-size: contain;
  padding: 0 4px 0 0;
  margin: 0 0 0 3px;
}
.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;
}
.pcnone {
  display: none !important;
}
.spnone {
  display: block!important;
}
.colorBlue {
  color: #0078d7;
}
.note {
  font-size: 12px;
  font-size: 1.2rem;
}
.underline--gray {
  border-bottom: 2px #d1d1d1 solid;
  padding-bottom: 4px;
}
.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/koueki/images/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/koueki/images/icon_arrow01.svg) right 50% no-repeat;
  background-size: contain;
}
.btn_detail.green {
  background: #970520;
}
.btn_detail.green:hover {
  background: #08ce78;
}

.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;
}
.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: 100;
  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_logo {
  width: 130px;
  margin: 2px 0;
  transition: all 0.2s ease;
}
.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 16px;
  font-size: 14px;
  font-size: 1.4rem;
}
.siteHeader_nav_item a {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #333;
  position: relative;
  transition: all 0.18s ease 0s;
}
.siteHeader_nav_item a:after {
  content: "";
  color: #970520;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 3px;
  background: #970520;
  transition: all 0.18s ease 0s;
}
.siteHeader_nav_item a:hover {
  text-decoration: none;
  color: #970520;
}
.siteHeader_nav_item a:hover:after {
  width: 100%;
}
.siteHeader_nav_item a.current {
  color: #970520;
  position: relative;
  transition: none;
}
.siteHeader_nav_item a.current:after {
  content: "";
  color: #970520;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 3px;
  background: #970520;
}
.siteHeader_nav_item.lineup a:before {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/media_library/fx4/koueki/images/icon_blank.svg) no-repeat scroll 0 50%;
  background-size: contain;
  padding: 0 4px 0 0;
  margin: 0 0 0 3px;
}
.siteHeader_nav_item.search, .siteHeader_nav_item.about {
  display: none;
}
.siteHeader_btn_cv a {
  display: block;
  background: #e84c13;
  color: #fff;
  padding: 6px 30px;
  margin: 0 0 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  transition: all 0.18s ease 0s;
  position: relative;
}
.siteHeader_btn_cv a:hover {
  text-decoration: none;
  background: #ff7340;
}
.siteHeader_btn_cv a:after {
  display: block;
  content: " ";
  width: 7px;
  height: 10px;
  background: url(/media_library/fx4/koueki/images/icon_arrow01.svg) right 50% no-repeat;
  background-size: contain;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mainVisual {
  width: 100%;
  height: 400px;
  background: url(/media_library/fx4/koueki/images/main_bg.jpg) no-repeat center 0;
  background-size: cover;
}
.mainVisual_body {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}
.mainVisual_text1 {
  color: #fff;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 180px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.02em;
}
.mainVisual_text2 {
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  position: absolute;
  top: 95px;
  left: 10px;
  box-sizing: border-box;
  padding: 3px 5px 10px;
  background: none;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid #fff;
}

@media all and (-ms-high-contrast:none) {
.mainVisual_text2 {
  padding: 4px 12px 0;
}
}
/* top banner area */
.banner-area {
  padding: 0 20px 80px;
  text-align: center;
}
.banner-area__title {
  font-size: 2rem;
  width: 680px;
  margin: 0 auto 15px;
}
@media screen and (max-width:767px){
  .banner-area__title {
    width: 100%;
    font-size: 1.6rem;
  }
}
/*contact*/
.siteContact {
  background: #333;
}
.siteContact_inner {
  padding: 70px 0;
  color: #fff;
  text-align: center;
}
.siteContact_title {
  font-size: 28px;
  font-size: 2.8rem;
  margin: 0 0 50px;
}
.siteContact_btn_cv {
  color: #fff;
  background: #e84c13;
  box-sizing: border-box;
  font-size: 26px;
  font-size: 2.6rem;
  display: inline-block;
  padding: 20px 100px;
  transition: all 0.18s ease 0s;
  position: relative;
}
.siteContact_btn_cv:hover {
  text-decoration: none;
  color: #fff;
  background: #ff7340;
}
.siteContact_btn_cv:after {
  display: block;
  content: " ";
  width: 10px;
  height: 17px;
  background: url(/media_library/fx4/koueki/images/icon_arrow01.svg) right 50% no-repeat;
  background-size: contain;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/*footer*/
.siteFooter .siteUtility_nav_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.siteFooter .siteFooter_nav_item {
  margin: 0 6% 0 0;
}
.siteFooter .siteUtility_item {
  display: inline-block;
  margin: 0 20px 0 0;
}
.siteFooter .siteUtility_list a {
  color: #333;
  font-size: 12px;
  font-size: 1.2rem;
}
.siteFooter .siteUtility_list a:hover {
  color: #333;
}
.siteFooter .copyright {
  margin: 10px 0 0;
}
footer small {
font-size:12px;
}
#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;
  background: url(/media_library/fx4/koueki/images/icon_document.png) no-repeat 50% 12px #ff6f37;
  color: #fff;
  padding: 50px 16px 10px;
  border-radius: 6px;
  font-size: 13px;
  transition: all 0.18s ease 0s;
}
.cvFixed_link:hover {
  background-color: #e84505;
  color: #fff;
  text-decoration: none;
}
.cvFixed_closeBtn {
  position: absolute;
  right: -5px;
  top: -14px;
  background: url(/media_library/fx4/koueki/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,.095);
}
.cvFixed_closeBtn:hover {
  background-color: rgba(255, 255, 255, .6);
}
/*topicpath*/
.topicPath {
  background: #f2f1f0;
  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/koueki/images/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: #333;
}
.topicPath_list .end strong {
  font-weight: normal;
}
.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;
}
.main_inner {
  padding: 0;
}
/* bannar */
#banner {
  padding: 30px 0;
  background-color: #f2f1f0;
}
#banner_inner {
  width: 900px;
  margin: 0 auto;
}
#banner_inner .fL, #banner_inner .fR {
  background-color: #fff;
  width: 420px;
  box-sizing: border-box;
}
/*common*/
.indexReason_inner, .indexCase_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}
.indexFunc_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px 0;
}
.indexSupport_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
}
.indexReason_title, .indexFunc_title, .indexCase_title, .indexSupport_title, .indexTaiken_title{
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  margin: 0 0 60px;
}

/*reasson*/
.indexReason_detail {
  -js-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
.indexReason_text {
  width: 48%;
  vertical-align: top;
}
.indexReason_figure {
  width: 48%;
}
.indexReason_description {
  line-height: 2;
  margin: 0 0 30px;
}
.indexReason_about_dataReception {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 90%;
  margin-bottom: 20px;
}
/*func*/
.indexFunc, .indexSupport {
  background: #f2f1f0;
}
.indexFunc_subTitleWrap {
  margin: 0 20px 50px;
}
.indexFunc_subTitle {
  display: table;
  width: 100%;
  margin: 0 0 50px;
  min-height: 100px;
}
.indexFunc_subTitle_category {
  display: table-cell;
  vertical-align: middle;
  width: 18%;
  background: #970520;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
}
.indexFunc_subTitle_description {
  display: table-cell;
  vertical-align: middle;
  width: 82%;
  padding: 15px 30px;
  font-size: 24px;
  font-size: 2.4rem;
  background: #fff;
  line-height: 1.5;
}
.indexFunc_description {
  margin: 0 0 40px;
  font-weight: bold;
}
.indexFunc .funcCnt_sec_container {
  background: #fff;
  margin: 0 auto 30px;
  box-sizing: border-box;
  padding: 40px;
  line-height: 2;
}
.indexFunc .funcCnt_sec_container p {
  margin: 0 0 10px;
}
.indexFunc .funcCnt_sec_inner {
  margin: 40px 0;
  padding: 20px 20px 0;
}
.indexFunc .funcCnt_sec_inner:last-child {
  margin: 0;
}
.indexFunc .funcCnt_sec_titleLv3 {
  text-align: center;
  font-size: 25px;
  font-size: 2rem;
  margin: 0 0 40px;
  line-height: 1.5;
  color: #970520;
}
.indexFunc p.funcCnt_sec_description {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 50px;
}
.indexFunc .funcCnt_sec_figure {
  text-align: center;
  margin: 30px auto 40px;
}
.indexFunc .funcCnt_sec_titleLv4 {
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 2px solid #d1d1d1;
  margin: 0 0 30px;
}
.indexFunc .funcCnt_sec_grid {
  display: table;
}
.indexFunc .funcCnt_sec_gridItem_text {
  width: 60%;
  display: table-cell;
  vertical-align: top;
  padding: 0 40px 0 0;
  box-sizing: border-box;
}
.indexFunc .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;
}
.indexFunc .funcCnt_sec_point_item {
  border: 1px solid #970520;
  box-sizing: border-box;
  width: 31.91489%;
  padding: 15px 15px 10px;
  font-size: 1.5rem;
}
.indexFunc .funcCnt_sec_point_item_title {
  text-align: center;
  color: #970520;
  font-weight: bold;
  margin: 0 0 8px;
}
#convenientID:before {
  content: "";
  display: inline-block;
  height: 160px;
  margin-top: -160px;
  vertical-align: top;
}
.indexFunc_list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.indexFunc_listItem {
  width: 33.3333%;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
  margin: 0 0 80px;
}
.indexFunc_ItemIcon {
  display: block;
  width: 170px;
  height: 170px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
}
.indexFunc_listItem_text {
  margin: 30px 0 0;
}
.indexFunc_listItem_title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 20px;
  color: #970520;
}
.indexFunc_listItem_description {
  text-align: left;
  line-height: 1.8;
}
/*case*/
.indexCase_list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.indexCase_item {
  width: 32%;
  box-sizing: border-box;
  margin: 0 0 40px;
  border: 1px solid #dedede;
  margin-right: 2%;
}
.indexCase_item:nth-child(3n) {
  margin-right: 0;
}
.indexCase_itemLink {
  display: block;
  color: #333;
}
.indexCase_itemLink:hover {
  color: #333;
  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;
  color: #970520;
  font-weight: bold;
}
.indexCase_btn {
  text-align: center;
}
.indexCase .btn_detail.green {
  width: 400px;
  max-width: 95%;
  text-align: center;
  margin: 20px auto 0;
}
.indexSupport_description {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 60px;
}
.indexSupport_detail_title {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 20px;
}
.indexSupport_detail_title > span {
  border-bottom: 3px solid #970520;
}
.indexSupport_detail_figure {
  text-align: center;
}
.indexSupport_kenkyuukai {
  background: #fff;
  margin: 30px 0 0;
  padding: 25px 30px;
  box-sizing: border-box;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.indexSupport_kenkyuukai_text {
  width: 58%;
  font-size: 14px;
  font-size: 1.4rem;
}
.indexSupport_kenkyuukai_text_title {
  margin: 0 0 10px;
}
.indexSupport_btnWrap {
  width: 38%;
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
}
.indexSupport_btnDetail {
  display: block;
  background: #970520;
  box-sizing: border-box;
  color: #fff;
  padding: 18px 20px;
  transition: all 0.18s ease 0s;
  text-align: center;
  position: relative;
}
.indexSupport_btnDetail:hover {
  text-decoration: none;
  background: #be2b46;
  color: #fff;
}
.indexSupport_btnDetail:after {
  display: block;
  content: " ";
  width: 7px;
  height: 10px;
  background: url(/media_library/fx4/koueki/images/icon_arrow01.svg) right 50% no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.indexTaiken_title{
  margin: 0;
}
.indexTaiken{
    background: url(/media_library/fx4/images/fx4c_top_seminar_bg.png) no-repeat 50% 0;
    background-size: cover;
}
.indexTaiken_inner{
    padding: 80px 40px;
}

.indexTaiken_box{
display: flex;
    max-width: 620px;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding-left: 160px;
    flex-wrap: nowrap;
}
.indexTaiken_description{
    font-size: 17px;
    font-size: 1.7rem;
    text-align: center;
}
.btn_ps_center{
    text-align: center;
}
.btn_taiken{
  background:#970520 !important;
}

.btn_taiken:hover{
  background:#be2b46 !important;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

lower page

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.pageHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  background-color: #ccc;
  position: relative;
  margin: 0 0 50px;
  background: url(/media_library/fx4/koueki/images/fx4c_welfare_system_mv.jpg);
  margin-bottom: 0;
  background-size: cover;
}
.pageHeader__inner {
  text-align: center;
}
.pageHeader__title {
  padding: 0;
  
  color: #fff;
  letter-spacing: 1px;
  font-size: 3rem;
}
.pageHeader__text {
  padding: 0;
  color: #fff;
  letter-spacing: 1px;
  font-size: 1.4rem;
  border-top: 1px solid #fff;
  padding-top: 10px ;
}
.low-section {
}
.low-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}
.low-section__title-wrap {
  text-align: center;
  background: #f2f1f0;
  padding: 40px 0;
}
.low-section__title {
  font-size: 3rem;
  text-align: center;
  margin: 0;
}
.low-section__title-sub {
  display: flex;
  font-size: 2rem;
  margin: 0 0 10px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}
.low-section__title-point {
  background: #970520;
  display: inline-block;
  padding: 0 20px;
  font-size: 1.7rem;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}

.low-section__title-text {
  text-align: left;
  border-bottom: 1px solid #333;
}
.low-section__title-sup {
  font-size: 1.4rem;
  width: 1000px;
  margin: 0 auto;
  text-align: right;
}
/*intro*/
.low-section__detail {
  -js-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
.low-section__text {
}
.low-section__description {
  line-height: 2;
  margin: 0 0 20px;
}
.low-section__description--small {
  font-size: 1.4rem;
}
.cont-block {}
.cont-block__title {
  font-size: 2.6rem;
  border-left: 4px solid #970520;
  padding-left: 10px;
  margin-bottom: 25px;
}
.cont-block h4 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  color: #770016;
}
.cont-block h5 {
  margin-bottom: 10px;
}
.cont-block__description {
  margin-bottom: 40px;
}
.cont-block__text {
  margin-bottom: 20px;
}
.cont-block__figure {
  text-align: center;
}
.cont-block__figure img {
  border: 1px #ddd solid;
}
.cont-block__figure figcaption {
  font-size: 1.3rem;
  font-weight: bold;
}
.profile-box {
  background: #f2f1f0;
  padding: 15px;
  font-size: 1.4rem;
  margin-bottom: 40px;
}
.profile-box__title {}
.profile-box__name {font-weight: bold;}
.profile-box__name span { font-weight: normal;}
.profile-box__text {font-size: 1.3rem;}
@media screen and (max-width: 1000px) {
#container {
  padding: 48px 0 0;
}
.siteHeader {
  display: block;
  position: fixed;
  top: 0;
  z-index: 100;
  background: #fff;
  padding: 0;
  height: 48px;
}
.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: fixed;
  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: 10px 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: #333;
  position: relative;
  transition: none;
}
.siteHeader_nav_item a:after {
  content: " ";
  display: inline-block;
  width: 5px;
  height: 10px;
  background: url(/media_library/fx4/koueki/images/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: #333;
  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: #333;
}
.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);
}
#banner #banner_inner,  #banner_it-hojo {
  width: 95%;
}
#banner_inner .fL, #banner_inner .fR, #banner_it-hojo a {
  width: 48%;
}
}/**/

@media screen and (max-width: 767px) {
#container {
  font-size: 1.4rem;
}

.pcnone {
  display: block !important;
}
.spnone {
  display: none !important;
}
.btn_detail {
  padding: 12px 15px;
  font-size: 1.3rem;
}
  img {
    max-width: 100%;
    height: auto;
  }
.main_inner {
  padding: 0;
}
#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;
}
.mainVisual {
  height: 240px;
  background-position: 0 0;
}
.mainVisual_inner {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}
.mainVisual_bodyWrap {
  background: rgba(151, 5, 32, 0.7);
  width: 100%;
  height: 100%;
}
.mainVisual_body {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}
.mainVisual_text1 {
  position: static;
  text-align: center;
  font-size: 1.8rem;
  margin: 0 0 10px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.mainVisual_text2 {
  display: inline-block;
  position: static;
  font-size: 1.3rem;
  text-align: center;
  background: 0;
  border: 1px solid #fff;
  padding: 5px;
}
#banner #banner_inner {
  width: 100%;
  margin: 0 auto;
}
#banner #banner_inner .fL, #banner #banner_inner .fR {
  width: 95%;
  margin: 0 auto;
  float: none !important;
  margin-bottom: 10px;
}
.indexReason_inner {
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}
.indexCase_inner, .indexSupport_inner, .indexTaiken_inner{
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}
.indexFunc_inner {
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px 0;
  box-sizing: border-box;
  overflow: hidden;
}
.indexReason_title, .indexFunc_title, .indexCase_title, .indexSupport_title, .indexTaiken_title{
  font-size: 1.9rem;
  text-align: center;
  margin: 0 0 20px;
}
.indexReason_detail {
  display: block;
  padding: 0;
}
.indexReason_figure {
  display: block;
  width: 100%;
  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;
}
.indexFunc .funcCnt_sec_container {
  padding: 10px;
}
.indexFunc p.funcCnt_sec_description {
  text-align: left;
}
.indexFunc .funcCnt_sec_point_item {
  width: 100%;
  margin-bottom: 20px;
}
.indexFunc_listWrap {
  background: #fff;
  margin: 0 0 40px;
}
.indexFunc_subTitleWrap {
  margin: 0 0 40px;
}
.indexFunc_subTitle {
  display: block;
  min-height: auto;
  margin: 0 0 30px;
  border-bottom: 1px dashed #970520;
}
.indexFunc_subTitle_category {
  display: block;
  width: 100%;
  font-size: 1.7rem;
  padding: 5px 0;
}
.indexFunc_subTitle_description {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  box-sizing: border-box;
  padding: 15px 10px;
}
.indexFunc_description {
  padding: 0 20px;
}
.indexFunc_listItem {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 0 40px;
  text-align: center;
}
.indexFunc_listItem_description {
  min-height: auto;
}
.indexFunc_ItemIcon {
  width: 150px;
  height: 150px;
  background: #f3f3f3;
}
/*case*/
.indexCase_list {
  margin: 0 -10px;
  flex-wrap: wrap;
}
.indexCase_item {
  width: 100%;
  margin: 0 10px 30px;
}
.indexCase_item:last-child {
  margin: 0 10px;
}
.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;
}
.indexSupport_description {
  font-size: 1.6rem;
  margin: 0 0 40px;
}
.indexSupport_detail_title {
  font-size: 1.6rem;
  margin: 0 0 20px;
}
.indexSupport_kenkyuukai {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 20px;
  margin: 20px 0 0;
}
.indexSupport_kenkyuukai_text {
  width: 100%;
  margin: 0 0 20px;
}
.indexSupport_btnWrap {
  width: 100%;
}
.indexSupport_btnDetail:after {
  right: 8px;
  top: 50%;
}
.indexSupport_btnDetail {
  padding: 17px 20px;
}
.indexTaiken_title{
  margin: 0;
}
.indexTaiken_box{
  flex-wrap: wrap;
  padding-left: 0;
}
.indexTaiken_description{
  width: 100%;
  font-size: 1.4rem;
}
.btn_ps_center{
  margin-top: 10px;
}

/*contact*/
.siteContact_inner {
  padding: 30px 20px;
  color: #fff;
  text-align: center;
}
.siteContact_title {
  font-size: 1.6rem;
  margin: 0 0 30px;
}
.siteContact_btn_cv {
  font-size: 1.5rem;
  padding: 12px 35px;
  width: 100%;
  box-sizing: border-box;
}
.siteContact_btn_cv:after {
  width: 6px;
  height: 10px;
  right: 10px;
}
.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/koueki/images/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
}
.lo_grid {
  margin: 0;
}
.lo_grid_item {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  float: none;
}
.pageHeader {
  height: 120px;
  background-position: center;
}
.pageHeader h1 {
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 0 5px;
  padding: 0 5% 0;
}
.low-section__inner {
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  }
  .low-section__title-wrap {
    padding: 3%;
  }
  .low-section__title-point {
    padding: 0 2%;
  }
  .low-section__title {
    text-align: left;
    line-height: 1.4;
    padding: 2% 0;
    font-size: 2rem;
  }
  .low-section__title-text {
    font-size: 1.6rem;
  }
  .low-section__title-sup {
    width: 100%;
    font-size: 1.1rem;
  }
.indexCase .btn_detail.green {
  margin-top: 40px;
}
}/**/

@media screen and (max-width:375px) {
.pageHeader h1 {
  font-size: 1.8rem;
}
}/**/




