@charset "utf-8";

/* 共通設定
------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
}
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #000;/*4D4D4D*/
  /*min-width: 1040px;*/
}
h1,h2,h3,h4,h5,h6 {
  font-size: 12px;
  font-weight: normal;
}
table {
  border-collapse: collapse;
}
img {
  border: none;
  vertical-align: bottom;
  /* width: 100%;
  height: auto; */
}
li {
  list-style-type: none;
}
a:link {
  color: #1d3994;
  text-decoration: none;
}
/*a:visited {
  color: #4D4D4D;
  text-decoration: none;
}*/
a:hover {
  color: #B22D2D;
  text-decoration: underline;
}
.ecmblue {
  color: #1F2879;
}
.flex {
  display: flex;
}
/* png透過用 */
.png{
  behavior: expression(sIEPNGFIX.fix(this));
}
.t_left {
  text-align: left !important;
}
.t_center {
  text-align: center !important;
}
.t_right {
  text-align: right !important;
}

/* 背景高さ調整用
------------------------------------------------------------ */
div, p {
    min-height: 1px; /*min-height: 1em;*/
    display: inline-table;
}
div:after, p:after {
    content: "";
    display: block;
    clear: both;
    height: 0.1px; 
    overflow: hidden;
}

div#contents:after{content:none;}


/*\*/
* html div {
    height: 1em;
}
div {
    display: block;
}
/**/

/* clearfix
------------------------------------------------------------ */
.clearfix:after {
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
  content: ".";
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
/* End hide from IE-mac */
.clearfix {
  display: block;
}
/* clear */
.clear {
  clear: both;
}

p,ul {
  display: block;
}

/* wrapper
------------------------------------------------------------ */
#wrapper {
  width: auto;
  margin: -10px auto 0;
  padding: 10px 0 0;
  overflow: hidden;
}

/* --------------------------------------------------------- */
/*                      header fix
------------------------------------------------------------ */
.hwrapper {
  position: relative;
}
.header {
  width: 1000px;
  height: 90px;
  margin: 0 auto;
}
.header .top-line {
  justify-content: space-between;
}
.header .top-line::after {
  content: none;
  width: 0;
  padding: 0;
}
.header .top-line_right {
  align-items: center;
  padding-top: 10px;
}
.header .bottom-line {
  justify-content: space-between;
}
.header .bottom-line::after {
  content: none;
}
.header h1,
.header p#headtxt {
  font-size: 11px;
  line-height: 20px;
}
.hlogo {
}
.header .hinquiry {
  font-size: 15px;
  line-height: 20px;
  margin-left: 20px;
}
.header .hinquiry img {
  margin: 0 5px 0 0;
}
.header .hinquiry a {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 7px 15px;
  background: #000;
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  text-decoration: none;
}
.header .hlang {
}
.header .hlang li {
  line-height: 20px;
  font-weight: bold;
}
.header .hlang li:last-child:before {
  content: "/";
  padding: 0 5px;
  font-weight: normal;
}
.header .hlang li a {
  font-weight: normal;
}
.hborder {
  height: 20px;
  background: #1F2879;
  display: none;
}

#breadcrumbs {
  position: relative;
  z-index: 10;
  margin: 15px 0 0;
  font-size: 11px;
  line-height: 21px;
  background: #1F2879;
  color: #fff;
}
#breadcrumbs p {
  position: relative;
  width: 1000px;
  height: 20px;
  margin: 0 auto;
}
#breadcrumbs a {
  color: #fff;
}


.hnav {
  padding: 0;
  font-size: 13px;
  line-height: 13px;
  text-align: right;
}
.hnav a {
  color: #1F2879;
}
.hnav .single_menu,
.hnav .gnav_menu01,
.hnav .gnav_menu02,
.hnav .gnav_menu03,
.hnav .gnav_menu04,
.hnav .gnav_menu05 {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #ccc;
}
.hnav .gnav_menu06 {
  display: inline-block;
  padding: 0 0 0 10px;
  border-right: none;
}
/* .hnav .gnav_menu06 > a {
  position: relative;
}
.hnav .gnav_menu06 > a::after {
  position: absolute;
  content: "";
  top: 0;
  right: -15px;
  width: 10px;
  height: 10px;
  background-image: url(../images/link_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
} */

/* .hnav .gnav > li > a:hover */
/* #hnav .current,
#hnav .parentsLink */
 {
  text-decoration: none;
  border-bottom: 2px solid #1F2879;
}
.hnav .gnav > li > a {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.hnav .gnav > li > a[target="_blank"] {
  padding-right: 20px;
  position: relative;
}

.hnav .gnav > li > a[target="_blank"]::after {
  position: absolute;
  content: "";
  top: 5px;
  right: 0;
  width: 12px;
  height: 12px;
  background-image: url(../images/link_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 　　　　　　　　　　　　グロナビ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
ul.gnav {
  /* padding-top: 20px; */
  margin-top: 20px;
}
.gnav_drop {
  background: rgba(0,0,0,.1);
  /* display: block; */
  overflow: hidden;
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  /* opacity: 0; */
  height: 0;
  min-height: 0;
  transition-duration: .4s;
  transition-delay: .5s;
  z-index: 9999;
}
.gnav_drop_content {
  padding: 0;
  /* padding: 30px 40px; */
  background: #fff;
  border: 1px solid #1F2879;
  max-width: 1000px;
  margin: 0 auto 30px;
  position: relative;
  height: 0;
  transition-duration: .4s;
  transition-delay: .5s;
  overflow: hidden;
  opacity: 0;
}
.gnav_drop_content::before {
  content: "";
  position: absolute;
  display: none;
  top: -15px;
  left: 858px;
  border-style: solid;
  border-width: 0 8px 15px 8px;
  border-color: transparent transparent #1F2879 transparent;
  width: 0px;
  height: 0px;
}
.gnav_drop_content::after {
  content: "";
  position: absolute;
  display: none;
  top: -13px;
  left: 858px;
  border-style: solid;
  border-width: 0 8px 15px 8px;
  border-color: transparent transparent #fff transparent;
  width: 0px;
  height: 0px;
}
.gnav > li:hover > .gnav_drop {
  display: block;
  overflow: visible;
  height: 350px;
  opacity: 1;
  z-index: 9999;
}
.gnav > li:hover > .gnav_drop > .gnav_drop_content::before,
.gnav > li:hover > .gnav_drop > .gnav_drop_content::after {
  display: block;
}
.gnav_drop ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hnav .gnav_drop a {
  color: #000;
  line-height: 1.3;
}
.hnav .gnav_drop li.gnav_tit {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.hnav .gnav_drop li.gnav_tit::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 25%;
  line-height: 0;
  border-top: solid 1px #1F2879;
  border-right: solid 1px #1F2879;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
.hnav .gnav_drop li.gnav_item .item_tit {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
}
.hnav .gnav_drop li.gnav_item .item_tit::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 25%;
  line-height: 0;
  border-top: solid 1px #1F2879;
  border-right: solid 1px #1F2879;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}
.hnav .gnav_drop li.gnav_item img {
  box-shadow: 2px 4px 4px rgba(0,0,0,0.2);
  width: 100%;
  height: auto;
}

.hnav .gnav_menu01 .gnav_drop li.gnav_item {
  width: 250px;
}

/* 会社情報 */
/* ------------------------------------------------- */
.gnav_menu01 .gnav_drop_content {
  padding: 0px 40px;
}
.gnav_menu01:hover .gnav_drop_content {
  padding: 20px 40px;
  height: 360px;
  overflow: visible;
  opacity: 1;
}
.gnav_menu01 .gnav_drop .col01 {
  display: flex;
  width: 100%;
  margin-bottom: 32px;
}

/* サービス */
/* ------------------------------------------------------ */
.hnav .gnav_menu02 .gnav_drop li.gnav_tit {
  margin-left: 40px;
}
.gnav_menu02 .gnav_drop_content .gnav_drop_inner {
  display: flex;
}
.gnav_menu02:hover .gnav_drop_content {
  padding: 20px 0 26px;
  height: 350px;
  /* display: flex; */
  overflow: visible;
  opacity: 1;
}
.gnav_menu02 .gnav_drop_content::before {
  content: "";
  left: 436px;
}
.gnav_menu02 .gnav_drop_content::after {
  content: "";
  left: 436px;
}
.gnav_menu02 .gnav_drop_content .left {
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #707070;
}
.gnav_menu02 .gnav_item {
  width: 249px;
  padding: 0 16px;
  border-right: 1px solid #707070;
  min-height: 225px;
}
.gnav_menu02 .gnav_item.border-none {
  border: none;
}
.gnav_menu02 .gnav_item_tit {
  text-align: center;
  background: #1F2879;
  color: #fff!important;
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  font-size: 15px;
  padding: 14px 12px;
  margin-bottom: 20px;
  position: relative;
  font-weight: bold;
}
/* .gnav_menu02 a.gnav_item_tit::before {
  position: absolute;
  content: "";
  top: 13px;
  right: 10px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url(/images/gnav-ttl-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
} */
.gnav_menu02 span.tit_small {
  font-size: 12px;
}
.gnav_menu02 ul {
  text-align: left;
  font-size: 14px;
  display: block;
}
.gnav_menu02 ul li {
  margin-bottom: 20px;
  display: block;
  padding-left: 14px;
  position: relative;
}
.gnav_menu02 ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  line-height: 0;
  border-top: solid 1px #1F2879;
  border-right: solid 1px #1F2879;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}
.gnav_menu02 ul li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #1f2879;
}
.gnav_menu02 .gnav_bottom_link {
  width: 100%;
  text-align: center;
  height: 40px;
  font-size: 12px;
  font-weight: 700;
  background: #C0C4E6;
  color: #fff;
  border: 1px solid #1F2879;
  border-radius: 5px;
  padding: 13px 0;
}
.gnav_menu02 .left .gnav_bottom_link {
  margin: 24px 16px 0;
}
.gnav_menu02 .right .gnav_bottom_link {
  margin: 25px auto 0;
  width: 88%;
}
.gnav_menu02 .gnav_bottom_link a span {
  color: #1F2879;
  position: relative;
}
.gnav_menu02 .gnav_bottom_link a span::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -17px;
  width: 10px;
  height: 10px;
  background-image: url(/images/gnav-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.gnav_menu02 .gnav_item a::before {
  content: "";
  position: absolute;
  top: 19px;
  right: 5px;
  width: 12px;
  height: 10px;
  background-image: url(/images/arrow-white.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* 実績・成功事例 */
/* ------------------------------------------------- */
.hnav .gnav_menu03 .gnav_drop li.gnav_tit {
  margin-left: 40px;
}
.gnav_menu03 .gnav_drop_content .gnav_drop_inner {
  padding: 0;
  display: flex;
}
.gnav_menu03:hover .gnav_drop_content {
  padding: 20px 0;
  height: 350px;
  /* display: flex; */
  overflow: visible;
  opacity: 1;
}
.gnav_menu03 .gnav_drop_content::before {
  content: "";
  left: 652px;
}
.gnav_menu03 .gnav_drop_content::after {
  content: "";
  left: 652px;
}
.gnav_menu03 .gnav_item {
  width: 25%;
  /* flex: 1; */
  padding: 0 16px;
  border-right: 1px solid #707070;
  /* min-height: 225px; */
}
.gnav_menu03 .gnav_item.wide {
  width: 51%;
  /* flex: 2; */
}
.gnav_menu03 .gnav_item_tit {
  text-align: center;
  background: #1F2879;
  color: #fff!important;
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 14px 12px;
  margin-bottom: 20px;
  /* position: relative; */
}
/* .gnav_menu03 a.gnav_item_tit::before {
  position: absolute;
  content: "";
  top: 13px;
  right: 10px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url(/images/gnav-ttl-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
} */
/* .gnav_menu03 .gnav_item:last-child a.gnav_item_tit {
  text-align: left;
} */
.gnav_menu03 .gnav_item.wide .flex {
  justify-content: space-between;
}
.gnav_menu03 .gnav_item.wide .category {
  width: 170px;
}
.gnav_menu03 .gnav_item.wide .category:first-child {
  width: 160px;
}
.gnav_menu03 .gnav_item.wide .category:last-child {
  width: 180px;
}
.category-ttl {
  display: block;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 0 8px;
  margin: 0 5px 12px 0;
  text-align: center;
  color: #1F2879;
  border: 1px solid #C0C4E6;
}
.co-img {
  width: 120px;
  margin: 0 auto;
}
.co-img img {
  width: 100%;
  height: auto;
}
.gnav_menu03 ul {
  text-align: left;
  font-size: 14px;
  display: block;
}
.gnav_menu03 ul li {
  margin-bottom: 20px;
  display: block;
  padding-left: 14px;
  position: relative;
}
.gnav_menu03 ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  line-height: 0;
  border-top: solid 1px #1F2879;
  border-right: solid 1px #1F2879;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}
.gnav_menu03 ul li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #1f2879;
}
.gnav_menu03 .gnav_item.border-none {
  border: none;
}
.gnav_menu03 .gnav_item a {
  position: relative;
}
.gnav_menu03 .gnav_item a::before {
  content: "";
  position: absolute;
  top: 19px;
  right: 40px;
  width: 12px;
  height: 10px;
  background-image: url(/images/arrow-white.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.gnav_menu03 .gnav_item:nth-child(2) ul {
  display: flex;
  flex-wrap: wrap;
}
.gnav_menu03 .gnav_item:nth-child(2) ul li {
  margin-left: auto;
  width: 30%;
}
/* ニュース・ナレッジ */
/* ------------------------------------------------- */
.gnav_menu05 .gnav_drop_content {
  padding: 0 60px;
}
.gnav_menu05:hover .gnav_drop_content {
  padding: 22px 60px;
  height: 350px;
  /* display: flex; */
  overflow: visible;
  opacity: 1;
}
.gnav_menu05 .gnav_drop_content::before {
  content: "";
  left: 846px;
}
.gnav_menu05 .gnav_drop_content::after {
  content: "";
  left: 846px;
}
.gnav_menu05 .gnav_drop .gnav_tit {
  display: block;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 60px;
  padding-left: 30px;
  position: relative;
}
.gnav_menu05 .gnav_drop .gnav_tit::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 25%;
  line-height: 0;
  border-top: solid 1px #1F2879;
  border-right: solid 1px #1F2879;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
.gnav_menu05 .flex {
  width: 742px;
  margin: 0 auto;
  justify-content: space-between;
}
.gnav_menu05 .gnav_item {
  width: 338px;
}
/* 採用情報 */
/* ------------------------------------------------- */
.gnav_menu06 .gnav_drop_content {
  padding: 0 48px;
}
.gnav_menu06:hover .gnav_drop_content {
  padding: 24px 48px;
  height: 350px;
  /* display: flex; */
  overflow: visible;
  opacity: 1;
}
.gnav_menu06 .gnav_drop_content::before {
  content: "";
  left: 964px;
}
.gnav_menu06 .gnav_drop_content::after {
  content: "";
  left: 964px;
}
.gnav_menu06 .flex {
  justify-content: space-between;
}
.gnav_menu06 .gnav_item {
  width: 280px;
}
.gnav_menu06 .gnav_item_tit {
  text-align: center;
  background: #1F2879;
  color: #fff!important;
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 0 11px;
  margin-bottom: 20px;
  /* position: relative; */
}
.hnav .gnav_menu06 .gnav_drop li.gnav_tit {
  margin-bottom: 30px;
}
/* .gnav_menu06 a.gnav_item_tit::before {
  position: absolute;
  content: "";
  top: 11px;
  right: 14px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url(/images/gnav-ttl-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
} */
.gnav_menu06 .gnav_drop li.gnav_item .item_tit {
  text-align: left;
  display: inline-block;
  padding: 0;
  padding-left: 30px;
  margin-top: 16px;
}
.gnav_menu06 .gnav_drop li.gnav_item .item_tit::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 25%;
  line-height: 0;
  border-top: solid 1px #1F2879;
  border-right: solid 1px #1F2879;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
.gnav_menu06 .gnav_drop li.gnav_item .item_tit::after {
  position: absolute;
  content: "";
  top: -2px;
  right: 40px;
  width: 12px;
  height: 12px;
  background-image: url(../images/link_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.gnav_menu06 .gnav_drop li.gnav_item:nth-child(2) .item_tit::after {
  right: 52px;
}
/* .gnav_menu06 .gnav_drop li.gnav_item .item_tit::before {
  background-image: url(/images/gnav-threeline-icon.png);
  top: 0;
  left: 30px;
  border: none;
  width: 15px;
  height: 15px;
  transform: none;
} */
/*.gnav_menu06 .gnav_item:last-child a {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #00B99D;
  margin-bottom: 16px;
  padding: 13px 0;
  border-radius: 3px;
}
.gnav_menu06 .gnav_item:last-child a::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 40px;
  width: 12px;
  height: 10px;
  background-image: url(/images/arrow-white.png);
  background-repeat: no-repeat;
  background-size: cover;
}*/
/* .gnav_menu06 .gnav_item:last-child a::after {
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  width: 15px;
  height: 15px;
  background-image: url(../images/link_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
} */

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 　　　　　　　　　　　　グロナビ ここまで*/
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ---------------------------------------------------------- */
/* 　　　　　　　　　　　　ヘッダー　ここまで */
/* ---------------------------------------------------------- */




/* cwrapper
------------------------------------------------------------ */
#cwrapper {
  width: 100%;
	max-width: 1080px;
	padding: 50px 20px;
  margin: 0 auto;
  /*overflow: hidden;*/
}
#cwrapper.actual {
  position: relative;
}

#category {
  padding: 0 0 15px;
}

/* contents
------------------------------------------------------------ */
#cwrap {
  float: none;
/*  overflow-x: hidden;*/
  width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
}
#contents {
  width: 100%;
}

#contents.has-wauto {
  width: auto;
}

#contents.home {
  width: 1000px;
}
#contents.contents2 {
  margin: 0 -30px 0 0;
  /*width: 760px;*/
  width: auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
#contents h1,
#contents h2,
#contents h3 {
  clear: both;
}
#contents .ttl1 {
  position: relative;
  height: 40px;
  margin: 40px 0 30px;
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
  border-bottom: 1px solid #333;
}
#contents .ttl1 a:visited,
#contents .ttl1 a:link {
  color: #1f2879;
}
#contents .ttl2,
.appli_system .ttl2 {
  margin: 80px 0 20px;
  padding: 29px 0;
  color: #333;
  border-top: 1px solid #333;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
}
#contents .ttl3,
.appli_system .ttl3{
  clear: both;
  margin: 0 0 20px;
  padding: 0;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
#contents .ttl4 {
  clear: both;
  margin: 50px 0;
  color: #333;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
#contents .ttl3 b {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  background: #000;
  color: #fff;
  text-align: center;
}
#contents .ttlbox {
  float: left;
  display: inline-block;
  min-width: 345px;
  height: 24px;
  margin: 0 20px 0 0;
  padding: 0;
  background: #000;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
}
#contents p {
  padding: 0 0 30px;
}
#contents p.btm0 {
  padding-bottom: 0;
}
#contents p.btm15 {
  padding-bottom: 15px;
}
#contents p.btm30 {
  padding-bottom: 30px;
}
#contents p.btm45 {
  padding-bottom: 45px;
}
#contents p.btm60 {
  padding-bottom: 60px;
}
#contents p.btm75 {
  padding-bottom: 75px;
}
#contents p.pend {
  padding-bottom: 50px;
}
#contents p.pl35 {
  padding-left: 35px;
}
#contents p.pR20 {
  padding-right: 20px;
}
#contents .pimg {
  margin: 30px auto;
  text-align: center;
}
#contents .pimg2 {
  margin: 60px auto;
  text-align: center;
}
#contents .pimgbox {
  margin: 30px auto;
  text-align: center;
}
#contents .pimgbox img {
  margin: 0 auto;
  border: 10px solid #e6e6e6;
}
#contents .pimgl img {
  float: left;
  margin: 0 20px 20px 0;
}
#contents .pimgl .ttl3 {
  clear: none;
  float: left;
  width: 600px;
}
#contents .point {
  margin: 0 0 20px;
  padding: 0;
  color: #B22D2D;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
#contents .pointtxt {
  color: #B22D2D;
  font-weight: bold;
}
#contents .pointbox {
  margin: 0 0 30px;
  padding: 10px;
  background: #B22D2D;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
}
#contents .pointbox2,
.appli_system .pointbox2 {
  margin: 0 0 30px;
  padding: 10px;
  background: #1F2879;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
}
#contents .pointbox3 {
  margin: 0 0 30px;
  padding: 10px;
  color: #B22D2D;
  border: 5px solid #e6e6e6;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
}

#contents a:link {
  color: #000;
  text-decoration: none;
}
#contents a:visited {
  color: #000;
  text-decoration: none;
}
#contents a:hover {
  color: #B22D2D;
  text-decoration: underline;
}

.hline {
  border-bottom: 1px solid #5876B8;
}
.clink {
  clear: both;
  text-align: right;
}
.imgl {
  float: left;
  padding: 0 20px 20px 0;
}
.ifl {
  float: left;
  padding: 0 5px 5px 0;
}
.ifl2 {
  float: left;
  padding: 0 5px 35px 0;
}
.center,
.centerLink {
  text-align: center;
}
.centerLink a {
  padding: 0 0 0 15px;
  background: url(../images/link_circlearrow.png) left center no-repeat;
}
#contents iframe {
  margin: 0 0 20px;
}
.inquiryBtn {
  clear: both;
  position: relative;
  width: 590px;
  height: 100px;
  margin: 0 0 0 30px;
}
.inquiryBtn2 {
  clear: both;
  position: relative;
  width: 590px;
  height: 100px;
  margin: 0 0 0 30px;
}
#contents .inquiryBtn p,
#contents .inquiryBtn2 p {
  padding-left: 0;
}

.col1_2 {
  float: left;
  width: 490px;
  margin: 0 20px 0 0;
  padding: 0;
}
.col1_2:nth-child(2n+1) {
  margin-right: 0;
}
.col1_3 {
  position: relative;
  float: left;
  width: 310px;
  margin: 0 35px 0 0;
}
.col1_3:nth-child(3n+2) {
  margin-right: 0;
}
.col1_4 {
  position: relative;
  float: left;
  width: 235px;
  margin: 0 20px 0 0;
  padding: 0;
}
.col1_4:nth-child(4n+1) {
  margin-right: 0;
}
.txtlink {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 10px;
  background: url(../images/bg_snav_arrow.png) left center no-repeat;
  float: right;
	color: #1d3994;
}

.voice_index #contents .c2column .voice_list{
  margin: 0;
  align-items:center;
}
#contents .c2column img {
    width: 100%;
    max-width: 250px;
}

.voice_index #contents .c2column{
  width:50%;
}
.voice_index #contents .c2column img{
  max-width: inherit;
}
.voice_index #contents .logo {
  text-align: center;
  padding: 5px 0;
}
.voice_index #contents .logo img{
  width: 100%;
    max-width: max-content;
    max-height: 50px;
}
.voice_index #contents .consul{
  background:#e6e6e6;
  font-size: 13px;
  padding: 13px 0px 10px 0;
  text-align: center;
}
.voice_index #contents .consul strong{
    color: #B22D2D;
    display: block;
    font-size: 22px;
    margin-left: 0.3em;
    padding-bottom: 3px;
    margin-bottom: 0;
}


/* snav
------------------------------------------------------------ */
#snav {
  float: left;
  width: 240px;
  margin: 40px 0 0;
  color: #000;
}
#snav span {
  display: block;
  border-bottom: 1px solid #333;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
}
#snav li li {
  display: block;
  border-bottom: 1px solid #ccc;
  line-height: 50px;
}
#snav li li.li2 {
  font-size: 11px;
}
#snav li li a {
  display: block;
  width: 221px;
  padding: 19px 0 19px 19px;
  color: #000;
  line-height: 12px;
  background: url(../images/bg_snav_arrow.png) 6px center no-repeat;
}
#snav li li a:hover {
  background-color: #ccc;
  text-decoration: none;
}
#snav li li a.current {
  background-color: #444;
  color: #fff;
  text-decoration: none;
}
#snav li li a.navnone,
#snav li li a.navnone:hover {
  background: none;
}

/* footer
------------------------------------------------------------ */
#pagetop {
  position: fixed;
  bottom: 180px;
  right: 0;
  width: 100%;
}
#pagetop a {
  background: url(../images/pagetop_bg.png) no-repeat 50% 50% #fff;
  border: 2px solid #202879;
  border-radius: 50%;
  display: block;
  height: 60px;
  overflow: hidden;
  text-indent: -9999px;
  width: 60px;
  position: absolute;
  right: 30px;
  top: 0;
}
#pagetop a:hover {
  background: url(../images/pagetop_bg_on.png) no-repeat 50% 50% #202879;
  opacity: 1 !important;
}
#pagetop a img {
  display: none;
}
/* メディア掲載実例 */
.fmedia {
  text-align: left;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.fmedia_ttl {
  padding: 0 0 15px;
}
.fmedia .ttl1 {
  height: 40px;
  margin: 40px 0 30px;
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
  border-bottom: 1px solid #333;
}
.fmedia ul.first-line {
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #B9B9B9;
  width: 736px;
  margin: 0 auto;
}
.fmedia ul.second-line {
  display: flex;
  justify-content: space-between;
  padding: 36px 0 0;
  width: 736px;
  margin: 0 auto;
}
.fmedia li {
  display: inline-block;
  margin: 0 10px;
}
#fwrap {
  margin-top: 50px;
  clear: both;
  background: #4d4d4d;
  color: #fff;
}
.fmedia + #fwrap {
  margin-top: 0;
}
#footer {
  clear: both;
  width: 1020px;
  margin: 0 auto;
}
#fnav {
  position: relative;
}
#flogo {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: auto;
}
#flogo img {
  margin: 50px 0 0 20px;
  width: 80px;
  height: auto;
}
#fnav #fnavbox {
  float: left;
  width: 1020px;
  margin: 20px 0;
  line-height: 20px;
  font-size: 14px;
}
#fnav #fnavbox > li {
  display: inline-block;
  float: left;
}
#fnav #fnavbox > li li {
  padding: 0 35px 0 0;
}
#fnav #fnavbox b {
  display: block;
  margin: 0 0 10px;
  padding: 0 30px 5px 0;
  border-bottom: 1px solid #fff;
}
#fnav #fnavbox > li:nth-of-type(4) li {
  padding-right: 15px;
}
#fnav #fnavbox > li:last-child li {
  padding-right: 0;
}
#fnav #fnavbox a {
  color: #fff;
}
#fnavsub {
  border-top: 1px solid #ddd;
  margin-bottom: 60px;
  margin-top: 10px;
  padding-top: 8px;
  text-align: right;
}
#fnavsub ul {
  display: inline;
}
#fnavsub li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #ccc;
}
#fnavsub li:last-child {
  padding: 0 10px;
  border-right: none;
}
#fnavsub a:hover {
  color: #000;
}
#copyright {
  display: inline;
  color: #4d4d4d;
}

/* */

.tl15b10 {
  padding:0 0 10px 15px; 
}



/* ----------------------------------------------------------------------
 個別設定
---------------------------------------------------------------------- */

/* top
------------------------------------------------------------ */
#ecm-top {
  background:#ffffff url(../images/top_bg.gif) center top repeat-x;
}

#ecm-top #header h1 {
  background: none;
}
.btn_recruit {
  position: absolute;
  top: -20px;
  right: -20px;
}
#homeService img {
  margin: 0 0 10px;
}
#homeVoice p {
  float: left;
  margin: 10px 0 0;
  line-height: 20px;
}
#homeVoice p img {
  float: left;
  margin: 0 10px 0 0;
}
#homeVoice h3 {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: bold;
}
#homeVoice h3 img {
  margin: 10px 0 0;
}
#homeVoice a {
  display: block;
  overflow: hidden;
}
#homeVoice a:hover {
  color: inherit;
  text-decoration: none;
}
#homeCase img {
  margin: 0 0 10px;
}
#homeTopics {
  clear: both;
}
#homeTopics ul {
  margin: 0 0 80px;
}
#homeTopics li,
#homeColumn li {
  padding: 5px 0;
  border-bottom: 1px solid #E6E6E6;
  height: 45px;
}
#homeTopics li img {
  padding: 0 20px;
}

/* home creative */
#homeCreative {
  margin-bottom: 10px;
  position: relative;
}
#homeCreative .homeCreativeWrap {
  width: 1000px;
  overflow: hidden;
}
#homeCreative .swiper-container {
  width: 1020px;
  margin-right: -20px;
}
#homeCreative .swiper-pagination {
}
#homeCreative .swiper-button-prev,
#homeCreative .swiper-button-next {
  top: 170px;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  background: none;
}
#homeCreative .swiper-button-prev {
  left: -40px;
  transform: rotate(-45deg);
}
#homeCreative .swiper-button-next {
  right: -40px;
  transform: rotate(135deg);
}

#homeCreative .swiper-slide {
  position: relative;
  display: block;
}
#homeCreative .swiper-slide a {
  display: block;
  width: 235px;
  margin: 0 20px 0 0;
}
#homeCreative .crtvImg {
  position: relative;
  display: block;
  height: 200px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  overflow: hidden;
}
#homeCreative .crtvImg img {
  position: relative;
  width: 100%;
  height: auto;
}
#homeCreative .crtvTtl {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 170px;
  display: block;
  width: 235px;
  height: 30px;
  margin: 0;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
}
#homeCreative .crtvTxtWrap {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 80px;
  overflow: hidden;
  display: block;
  width: 235px;
  height: 90px;
}
#homeCreative .crtvTxtBox {
  position: absolute;
  top: 90px;
  left: 0;
  display: block;
  width: 235px;
  height: 90px;
  box-sizing: border-box;
  padding: 5px;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  line-height: 20px;
  transition: 0.5s;
}
#homeCreative .swiper-slide:hover .crtvTxtBox {
  top: 0;
}
#homeCreative .crtvTxt1 {
  display: table-cell;
  width: 225px;
  height: 42px;
  padding: 0 5px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  overflow: hidden;
}
#homeCreative .crtvTxt2 {
  display: block;
  height: 40px;
  margin: 0 5px;
  border-bottom: 1px solid #999;
  overflow: hidden;
}
#homeCreative .crtvTxt3 {
  display: block;
  margin: 5px 0;
}
#homeCreative .crtvTxt3 b,
#homeCreative .crtvTxt3 strong {
  font-size: 14px;
  font-weight: normal;
}

#homeCreative.opt-under {
  margin-bottom: 0;
}

#contents #homeCreative.opt-under p {
  padding-bottom: 0;
}



/* corporate > index */
#contents .c2column {
  float: none;
  width: 47%;
  margin: 0;
	padding: 10px;
    position: relative;
}
/*#contents .c2column:nth-last-child(2),
#contents .c2column:nth-last-child(1) {
  margin-bottom: 0;
}*/
#contents .c2column:nth-child(5){
  margin:0 auto 0 0;
}
#contents .c2column:nth-last-child{
  margin:0 0 0 auto;
}
#contents .c2column h2 {
  margin: 0;
  padding: 15px 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  border: none;
}
#contents .c2column h4 {
  margin: 0;
}
#contents .c2column p {
  padding: 0;
  margin-bottom:30px;
}
#contents .c2column p img {
  padding-bottom: 0;
}
#contents .c2column p .txtlink{
  position: absolute;
  right:10px;
  bottom:10px;
}
.corporate #contents .c2column h2{background:#1F2879;color:#fff;margin-bottom:20px;padding:10px 20px;}
.corporate #contents .c2column h2 a{color:#fff;}
.corporate #contents .c2column h2 a:hover{opacity:0.9!important;}
.corporate #contents .c2column a {
  display: block;
  overflow: hidden;
}#contents .c2column p a:hover img{opacity:0.9!important;}

#contents .c2column a.has-black:hover {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .corporate #contents .c2column p img{
    float: none;
    width: 100%;
    max-width: inherit;
      padding:0;
  }
}

/* corporate > profile */
#contents #profile {
	width: 100%;
  /*max-width: 730px;*/
  margin: 0 auto 40px;
}
#contents #profile th,
#contents #profile td {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
}
#contents #profile th {
  width: 150px;
}

#contents #profile th {
    /* width: 150px; */
    min-width: 8em;
}
#contents #profile td img {
  margin: 0 0 0 10px;
  vertical-align: baseline;
}
#contents #profile td ul {
  float: left;
  display: inline-block;
  margin: 20px 0 20px 0;
}
#contents #profile td ul:nth-of-type(1) {
  margin-right: 0;
}
#contents #profile td ul:nth-of-type(1) li {
  float: left;
  display: inline-block;
  min-width: 280px;
}
/*
#contents #profile td li {
  display: inline-block;
  padding: 0;
  width: 270px;
}
#contents #profile td li:nth-child(2n) {
  width: 305px;
}
*/
#contents #profile td b {
  display: block;
  clear: both;
}
#contents #profile td b.notice {
  margin: 0 30px 0 0;
  text-align: right;
}

/* corporate > office */
#contents.office {
  position: relative;
}
#contents.office h2 {
  height: 50px;
  margin: 50px 0 30px;
  padding-left: 20px;
  background: #4d4d4d;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  font-weight: bold;
}
#contents.office p {
  margin: 0 0 30px;
  padding: 0;
}
#contents.office .officeimg {
  position: relative;
}
#contents.office .officeimg img {
  width: 100%;
  height: auto;
}
#contents.office .officeimg span {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  padding: 10px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  line-height: 12px;
}

/* floormap nav */
#snav .floormap {
  position: relative;
  margin: 20px 0 0;
}
#snav .floormap.fixed {
  position: fixed;
  top: 0;
  display: block;
  margin: 0;
}
.floorimg {
  position: relative;
  z-index: 1;
}
.floorimg div {
  padding: 5px;
  background: #4d4d4d;
  color: #fff;
}
.floorbtn {
  position: absolute;
  z-index: 100;
  left: 5px;
  top: 23px;
}
.floorbtn .btn_entrance {
  position: absolute;
  display: block;
  left: 12px;
  top: 125px;
}
.floorbtn .btn_seminar {
  position: absolute;
  display: block;
  left: 12px;
  top: 12px;
}
.floorbtn .btn_mtgroom {
  position: absolute;
  display: block;
  left: 12px;
  top: 81px;
}
.floorbtn .btn_staff {
  position: absolute;
  display: block;
  left: 68px;
  top: 12px;
}
.floorbtn .btn_mtgspace {
  position: absolute;
  display: block;
  left: 172px;
  top: 40px;
}
.floorbtn .btn_reflesh {
  position: absolute;
  display: block;
  left: 172px;
  top: 91px;
}
.floormsg {
  width: 240px;
}
.floortitle {
  margin: 30px 0 10px;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}
.floortxt {
}

/*
#contents.office .floormap {
  position: absolute;
  left: -270px;
  top: 340px;
  width: 240px;
}
#contents.office .floorimg p {
  margin: 0;
  padding: 0;
}*/

/* corporate > mrec */
.mrectxt {
  position: relative;
  height: 520px;
}
.mrectxt img {
  position: absolute;
  top: 0;
  right: 0;
  width: 340px;
}

.corporate #contents .c2column {
    width: 45%;
    margin: 0 0 40px 0;
}

.corporate #contents .c2column p .txtlink {
    position: absolute;
    right: 10px;
    bottom: 35px;
}

@media screen and (max-width: 768px) {
  .mrectxt {
    height:auto;
  }
  .mrectxt img {
    position: relative;
    width: 90%;
    display: block;
    margin: 0 auto;
  } 

    .corporate #contents .c2column {
        width: 100%;
        margin: 0 0 -20px 0;
    }
    
    .corporate #contents .c2column p .txtlink {
    bottom: 50px;
}
    
}

/* actual > index */
.actual_eyecatch {
  position: absolute;
  right: 0;
}
.img2col {
  width: 750px;
  padding: 0;
  margin: 0;
}
.img2col div {/* bak */
  float: left;
  display: inline-block;
  width: 355px;
  margin: 0 20px 40px 0;
}
.img2col div img {/* bak */
  border: 5px solid #000;
}
.img2col div {
  float: left;
  display: inline-block;
  width: 250px;
  margin: 0 0 20px 30px;
}
.img2col div img {
  border: 5px solid #000;
}
#contents .actualbox img {
  float: left;
}
#contents .actualbox span {
  float: left;
  display: block;
  /* width: 230px; */
  /* height: 80px; */
  padding: 10px;
  background: #eee;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
}
#contents .actualbox b {
  color: #b22d2d;
  font-weight: bold;
}
.actual #summary #client {
  width: 750px;
}
.actual #summary #client h2 {
  width: 730px;
}
.actual #summary #client dt {
  width: 120px;
  margin: 0;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  line-height: 30px;
  text-align: left;
}
.actual #summary #client dd {
  width: 235px;
  margin: 0 20px 0 0;
  line-height: 30px;
  border-bottom: 1px solid #ccc;
}

#contents p.actualLink {
  clear: both;
  margin: 0;
  padding-right: 10px;
}
.actualLink a {
  margin: 0 20px 0 0;
  padding: 0 0 0 10px;
  line-height: 30px;
  background: url(../images/bg_snav_arrow.png) left center no-repeat;
}


#actualH3 {
  margin: 0;
  padding: 0;
}
#actualH3 img {
  border-bottom: 2px solid #888888;
}
#actualFlow {
  float: left;
  width: 385px;
  padding: 0 0 0 20px;
}
#actualFlow h4 ,
#actualFlow .sttl {
  margin: 0;
  padding: 0;
}
#actualFlow p,
#actualFlow ul {
  padding: 0;
}
#actualFlow p.aArrow {
  margin: 15px auto;
  padding: 0;
  text-align: center;
}
#actualFlow table {
  width: 385px;
  margin-bottom: 20px;
}
#actualFlow th {
  width: 120px;
  padding: 3px 5px;
  background: #eee;
  border: 1px solid #888888;
  text-align: left;
  vertical-align: top;
}
#actualFlow td {
  padding: 3px 5px;
  background: #fff;
  border: 1px solid #888888;
  vertical-align: top;
}
#actualFlow .aFlow0 {
  padding: 0 0 10px 0;
}
#actualFlow .aFlow0 img {
  padding: 0 5px 0 0;
}
#actualFlow .aFlow1,
#actualFlow .aFlow2 {
  padding: 5px;
  border: 1px solid #B0BEDD;
  background: #EDEEF4;
}
#actualFlow .aFlow1 li,
#actualFlow .aFlow2 li {
  background: url(../images/li_circle.png) no-repeat 4px 5px;
  padding: 0 0 0 16px;
}
#actualFlow p.aFlow3 {
  margin: 0 0 15px;
}
#actualFlow p.aFlow4 {
  padding: 5px;
  margin: 0 0 15px;
  border: 1px solid #888888;
  background: #FFFFFF;
}
#acturalCaption {
  float: right;
  width: 202px;
  padding: 0 10px 0 0;
}
#acturalCaption p {
  margin: 0 0 15px;
  padding: 0;
}

/* advantage > index */
#advantage h5 ,
#advantage #ssttl {
  margin-bottom: 0px;
  padding: 0 0 0 20px;
}

/* privacy > index */
#privacy h3 {
  margin-bottom: 20px;
}
#privacy h4 {
  border-bottom: 1px solid #5876B8;
  font-size: 14px;
  font-weight: bold;
}

/* service */
#consulting .clink,
#mobilefriendly .clink,
#promotion .clink,
#usability .clink,
#promotion .clink {
  margin: 0;
}
#consulting .inquiryBtn,
#mobilefriendly .inquiryBtn,
#promotion .inquiryBtn,
#usability .inquiryBtn,
#promotion .inquiryBtn {
  margin: 0 0 0 30px;
}
.casebox {
  display: table;
  margin: 20px 0;
  font-size: 20px;
  line-height: 50px;
  font-weight: bold;
}
.casebox .cb1 {
  display: table-cell;
  width: 150px;
  background: #4d4d4d;
  color: #fff;
  text-align: center;
}
.casebox .cb2 {
  display: table-cell;
  width: 450px;
  background: #e6e6e6;
  color: #b22d2d;
  text-align: center;
}
.casebox .cb3 {
  display: table-cell;
  width: 350px;
  background: #4d4d4d;
  color: #fff;
  text-align: center;
}
.casebox .cb4 {
  display: table-cell;
  width: 250px;
  background: #e6e6e6;
  color: #b22d2d;
  text-align: center;
}

/* service > index */
#servicetopimg {
  width: 750px;
  height: 540px;
  margin: 28px auto 35px;
  position: relative;
}
#servicetopimg .servicetopimg05,
#servicetopimg .servicetopimg03,
#servicetopimg .servicetopimg01,
#servicetopimg img {
  position: absolute;
  z-index: 0;
}
#servicetopimg .servicetopimg_text {
  left: 274px;
  top: 289px;
}
#servicetopimg .servicetopimg05,
#servicetopimg .servicetopimg03,
#servicetopimg .servicetopimg01 {
  display: inline-block;
  z-index: 1 !important;
}

#servicetopimg .servicetopimg01 {
  left: 182px;
  top: 0;
}

#servicetopimg .servicetopimg02 {
  left: 165px;
  top: 123px;
}

#servicetopimg .servicetopimg03 {
  left: 0;
  top: 284px;
}

#servicetopimg .servicetopimg04 {
  left: 131px;
  top: 268px;
}

#servicetopimg .servicetopimg05 {
  left: 446px;
  top: 279px;
}

#servicetopimg .servicetopimg06 {
  left: 389px;
  top: 217px;
}
#servicetopbg {
  z-index: 100;
  margin-top: -50px;
}
#servicetop02 {
  margin: 40px 0;
  text-align: center;
}

#contents .serviceItem {
  display: flex;
  font-size: 13px;
}

#contents .serviceItem.opt-index {
  margin-bottom: 150px;
}

#contents .serviceItem .serviceItem_inner a {
  display: block;
  text-decoration: none;
}

#contents .serviceItem .serviceItem_inner a:hover {
  color: #000;
  opacity: 1 !important;
  text-decoration: none;
}

#contents .serviceItem .serviceItem_inner {
  text-align: left;
  width: 320px;
}

#contents .serviceItem .serviceItem_inner + .serviceItem_inner {
  margin-left: auto;
}

#contents .serviceItem h3 {
  background: #ff9900;
  border: 2px solid transparent;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 23px;
  padding: 10px 0;
  text-align: center;
}

#contents .serviceItem .serviceItem_inner.opt-orange h3 {
  background: #ff9900;
}

#contents .serviceItem .serviceItem_inner.opt-green h3 {
  background: #006600;
}

#contents .serviceItem .serviceItem_inner.opt-aqua h3 {
  background: #3563be;
}

#contents .serviceItem .serviceItem_inner.opt-blue h3 {
  background: #1f2879;
}

#contents .serviceItem .serviceItem_inner.opt-orange a:hover h3 {
  background: #fff;
  border: 2px solid #ff9900;
  color: #ff9900;
}

#contents .serviceItem .serviceItem_inner.opt-green a:hover h3 {
  background: #fff;
  border: 2px solid #006600;
  color: #006600;
}

#contents .serviceItem .serviceItem_inner.opt-aqua a:hover h3 {
  background: #fff;
  border: 2px solid #3563be;
  color: #3563be;
}

#contents .serviceItem .serviceItem_inner.opt-blue a:hover  h3 {
  background: #fff;
  border: 2px solid #1f2879;
  color: #1f2879;
}

#contents .serviceItem.opt-blue h3 {
  border: 2px solid #202879 !important;
  color: #202879 !important;
}

#contents .serviceItem.opt-blue .serviceItem_inner a:hover h3 {
  background: #202879 !important;
  color: #fff !important;
}

#contents .serviceItem p {
  font-size: 13px;
  padding-bottom: 15px;
}

#contents .service-solution {
  font-size: 13px;
  margin-bottom: 150px;
}

#contents .service-solution ul {
  display: flex;
}

#contents .service-solution ul li {
  width: 320px;
}

#contents .service-solution ul li + li {
  margin-left: auto;
}

#contents .service-solution ul li a:hover {
  color: inherit;
  text-decoration: none;
}

#contents .service-solution figure {
  border-radius: 30px;
  overflow: hidden;
}

#contents .service-solution h3 {
  background: #1f2879;
  border-radius: 50px;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  margin-top: 20px;
  padding: 12px 0;
  text-align: center;
}

#contents .service-solution p {
  font-size: 13px;
  margin-bottom: 15px;
  margin-top: 20px;
  padding-bottom: 0;
}

/* service > consulting */
#consulting h4,
#consulting h5 {
  clear: both;
}
#consulting .consulFlow {
  padding: 0 0 30px 20px;
}
#consulting .consulFlow p {
  padding: 5px;
}
#consulting #consulFlowWrapper .consulFlow {
  width: 590px;
  padding: 0 0 30px 30px;
}
#consulting #consulFlowWrapper .consulFlow p {
  background: #F2F2F2;
}

/* service > mobilefriendly */
#mobilefriendly .circleList {
  padding: 0 0 30px 30px;
}
#mobilefriendly .circleList li {
  background: url(../images/li_circle.png) no-repeat 4px 5px;
  padding: 0 0 0 16px;
  font-size: 14px;
  line-height: 20px;
}
#mobilefriendly #mf01 {
  position: relative;
}
#mobilefriendly #mf01 #mf011 {
  position: absolute;
  left: 375px;
  top: 40px;
  width: 230px;
  height: 155px;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
#mobilefriendly #mf01 #mf011 b {
  color: #b22d2d;
  text-decoration: underline;
}
#mobilefriendly h5 ,
#mobilefriendly .ssttl {
  padding: 0 0 0 20px;
}

/* service > promotion */
#promotion h5 ,
#promotion #ssttl {
  clear: both;
  margin: 15px 0 0 0;
}
#promotion #promoFlowWrapper {
  width: 590px;
  padding: 0 0 30px 30px;
}
#promotion .promoFlow {
  padding: 5px;
  background: #F2F2F2;
}
#promotion .promoFlow p {
  clear: both;
  padding: 0 0 5px 0;
}

/* service > usability */
#usability h4 ,
#usability .sttl {
  clear: both;
  margin: 15px 0 15px 20px;
}
#usability .left30 {
  padding: 0 10px 30px 30px;
}

/* service > appli_system */
#appliKikaku {
  position: relative;
  width: 730px;
  height: 640px;
  padding: 0 0 120px;
}
#appliKikaku:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  padding-top: 20px;
  border: 30px solid transparent;
  border-top: 20px solid #666;
}
#appliKikaku img {
  position: absolute;
  top: 0;
  left: 0;
}
#appliExample {
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap;
}
.appliExample {
  /*float: left;*/
  width: 47%;
  margin-bottom:30px;
}
/*.appliExample:nth-of-type(2n) {
  margin-left: 30px;
}*/
#appliExample .appliExample:last-of-type {
  margin-bottom: 60px;
}
.appliExample img {
  float: left;
}
.appliExTtl {
  float: left;
  width: 240px;
  margin-left: 20px;
}
.appliExTtl h3 {
  margin: 0 0 20px -1px;
  color: #B22D2D;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
#contents .appliExTtl p,
.appli_system .appliExTtl p {
  /*padding: 0 0 20px;*/
  min-height: 70px;
}
.appliExBox {
  clear: both;
  display: table;
  width: 100%;
  height: 80px;
  background-color: #666;
  color: #fff;
}
.appliExBox h4 {
  display: table-cell;
  width: 90px;
  padding: 0 20px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
#contents .appliExBox p,
.appli_system  .appliExBox p{
  display: table-cell;
  padding: 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  vertical-align: middle;
}

#appliFlow {
  margin-left: 20px;
}
#appliFlow h3 {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}
#appliFlow h3 span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.appliFlowBox {
  position: relative;
  width: 690px;
  height: 360px;
  padding: 0 0 120px;
}
.appliFlowBox i {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 390px;
  z-index: 2;
}
.appliFlowBox i:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 20px solid #666;
}
.appliFlowBox img {
  position: relative;
  z-index: 2;
}
.appliFlowBox span {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 690px;
  height: 330px;
  background-color: #f2f2f2;
}

.appliPerformance {
  width: 690px;
  margin: 0 auto 100px;
}
.appliPerformance p.appliPfmType{
    margin: 0 0 15px;
    padding: 0;
    line-height: 2;
}
.appliPerformance h3 {
  padding: 10px;
  background-color: #666;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
.appliPfmType {
  margin: 5px 0;
  text-align: right;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
.appliPerformance img {
  float: left;
}
.appliPfmContent {
  float: left;
  width: 430px;
  margin-left: 40px;
}
.appliPfmContent h4 {
  display: inline-block;
  min-width: 180px;
  margin-bottom: 20px;
  padding: 10px 0;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.appliPfmContent p{
  margin: 0 0 15px;
  padding: 0;
  line-height: 2;
}
.appliPfmResult {
  clear: both;
}
.appliPfmResult h4 {
  position: relative;
  float: left;
  width: 120px;
  padding: 15px 0;
  background-color: #B22D2D;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
}
.appliPfmResult h4:after {
  float: left;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-left: 15px solid #B22D2D;
}
#contents .appliPfmResult p,
.appli_system  .appliPfmResult p{
  float: left;
  width: 540px;
  padding: 15px 0 15px 30px;
  background-color: #f2f2f2;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
.appliPfmResult p span {
  color: #B22D2D;
}


/* service > webdesign */
#designKnowhow {
  position: relative;
  width: 730px;
  height: 200px;
  margin: 0 0 50px;
}
#designKnowhow img {
  position: absolute;
  top: 0;
  left: 0;
}
.designKh ul {
  position: absolute;
  top: 150px;
  left: 0;
}
.designKh li {
  float: left;
  display: block;
  width: 200px;
  margin-right: 65px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.designKh li:nth-of-type(3n) {
  margin: 0;
}
.designGenre {
  float: left;
  width: 350px;
  margin: 0 0 60px;
}
.designGenre:nth-of-type(2n) {
  margin-left: 30px;
}
#designGenre .designGenre:last-of-type {
  margin-bottom: 60px;
}
.designGenre img {
  float: left;
}
.designGenreTtl {
  float: left;
  width: 270px;
  margin-left: 20px;
}
.designGenreTtl h3 {
  margin: 0 0 10px -1px;
  color: #B22D2D;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
#contents .designGenreTtl p {
  padding: 0;
}

#designDirc {
  position: relative;
  width: 730px;
  height: 530px;
}
#designDirc img {
  position: absolute;
  bottom: 0;
  left: 0;
}

@-webkit-keyframes heightUp {
  from {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes heightUp {
  from {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.heightUp {
  -webkit-animation-name: heightUp;
  animation-name: heightUp;
}

#contents #designDircPoint {
  position: relative;
  padding: 10px 10px 0;
}
#designDircPoint li {
  padding: 10px;
  font-size: 17px;
  line-height: 1;
  text-align: left;
  background-color: #fff;
  color: #B22D2D;
  border-bottom: 10px solid #B22D2D;
}
#designDircPoint li span {
  margin-right: 10px;
  font-size: 30px;
  vertical-align: middle;
}
#designDircPoint:after {
  position: absolute;
  top: -45px;
  left: 102px;
  display: block;
  content: "";
  border: 30px solid transparent;
  border-bottom: 15px solid #B22D2D;
}

#designPhase {
}
.designPhase01 {
  float: left;
  width: 540px;
}
.designPhase02 {
  float: left;
  width: 190px;
}
.designPhase01 h3 {
  padding: 10px 0;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.designPhase02 h3 {
  padding: 10px 0;
  background-color: #B22D2D;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}


#designPhase {
  margin: 0 0 30px;
}
#designPhase ul {
  margin: 30px 0;
}
.designPhase01 li {
  position: relative;
  float: left;
  display: block;
  width: 160px;
  height: 90px;
  margin-right: 20px;
  background-color: #fff;
  border: 2px solid #333;
  border-right: none;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}
.designPhase01 li:before {
  position: absolute;
  top: -2px;
  right: -65px;
  display: block;
  content: "";
  border: 45px solid transparent;
  border-left: 20px solid #333;
}
.designPhase01 li:after {
  position: absolute;
  top: -2px;
  right: -63px;
  display: block;
  content: "";
  border: 45px solid transparent;
  border-left: 20px solid #fff;
}
.designPhase02 li {
  position: relative;
  float: left;
  display: block;
  width: 170px;
  height: 90px;
  margin-right: 20px;
  background-color: #1f2879;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}
.designPhase02 li:before {
  position: absolute;
  top: 0;
  right: -65px;
  display: block;
  content: "";
  border: 45px solid transparent;
  border-left: 20px solid #1f2879;
}
#designPhase li span {
  display: table-cell;
  width: 176px;
  height: 86px;
  text-align: center;
  vertical-align: middle;
}

#contents #designPdcaPoint {
  position: relative;
  padding: 10px 10px 0;
}
#designPdcaPoint li {
  padding: 20px 5px;
  font-size: 17px;
  line-height: 1;
  background-color: #fff;
  color: #B22D2D;
  border-bottom: 10px solid #B22D2D;
}
#designPdcaPoint li span {
  margin-right: 10px;
  font-size: 30px;
  vertical-align: middle;
}
#designPdcaPoint:after {
  position: absolute;
  top: -45px;
  right: 70px;
  display: block;
  content: "";
  border: 30px solid transparent;
  border-bottom: 15px solid #B22D2D;
}

#designPdcaCycle {
  margin: 80px 0;
  border: 5px solid #1f2879;
}
#designPdcaCycle h3 {
  padding: 10px 0;
  background-color: #1f2879;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}



/* sitemap > index */
.sitemapL {
    float: none;
    display: flex;
    /* width: 33%; */
    flex-flow: wrap;
}
.sitemapR {
  float: right;
  width: 300px;
}
.sitemap {
  clear: both;
  margin: 0 0 30px;
}
.sitemap ul {
  padding: 0;
    width: 100%;
}
.sitemap ul li {
  padding: 10px 0;
  margin: 0;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
    width: 33%;
}
.sitemap ul li a {
  display: block;
  padding: 0;
}
.sitemap ul li ul {
  padding: 0;
}
.sitemap ul li ul li {
  border: none;
  padding: 0;
  margin: 0 10px 0 0;
  font-size: 12px;
  font-weight: normal;
  width: 100%;
}
.sitemap ul li ul li a {
  display: block;
  margin: 0;
  padding: 0 0 0 19px;
  background: url(../images/bg_snav_arrow.png) 6px center no-repeat;
}
#contents .sitemap h2 {
  margin: 0 0 15px -10px;
  padding: 0 0 10px 10px;
  font-size: 16px;
  font-weight: bold;
}
/* old */
#sitemapL {
  float: left;
  width: 300px;
}
#sitemapR {
  float: right;
  width: 300px;
}
#sitemap ul {
  padding: 0 0 0 10px;
}
#sitemap ul li {
  padding: 10px 0;
  margin: 0;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
}
#sitemap ul li a {
  display: block;
  padding: 0 0 0 10px;
}
#sitemap ul li ul {
  padding: 0 0 0 10px;
}
#sitemap ul li ul li {
  border: none;
  padding: 0;
  margin: 0 10px 0 0;
  font-size: 12px;
  font-weight: normal;
}
#sitemap ul li ul li a {
  display: block;
  margin: 0;
  padding: 0 0 0 16px;
  border: none;
}


/* news > index */
#newslist h4 ,
#newslist .sttl {
  background: url(../images/bg_hbar_btm.png) no-repeat center bottom;
  margin: 0 0 15px 20px;
  padding: 0 0 5px;
  font-size: 14px;
  font-weight: bold;
}
#newslist ul {
  padding: 0 0 30px;
}
#newslist li {
  padding: 5px;
  border-bottom: 1px solid #E6E6E6;
}
#newslist li:after {
  display: block;
  content: "";
  clear: both;
}
#newslist li span {
  float: left;
  display: block;
  margin-right: 10px;
}
#newslist li img {
  float: left;
  margin-right: 10px;
  padding: 0;
}
#newslist li a {
  float: left;
  display: block;
  width: calc(100% - 160px);
}

/* news > (article) */
.contents2 #news {
  width: 730px;
}
h1#newstitle ,
p#newstitle {
  margin: 10px 0 30px;
  padding: 10px 0;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}
#news .title {
  clear: both;
  margin: 0 0 10px 10px;
  padding: 0 0 0 10px;
  font-size: 14px;
  font-weight: bold;
}
#contents #news a {
  color: #00f;
}
#news table {
  margin: 0;
}
#news table th {
  padding: 3px;
  background: #000;
  border: 1px solid #ccc;
  color: #fff;
  font-weight: normal;
}
#news table td {
  padding: 5px;
  border: 1px solid #ccc;
  background: #fff;
}
#news .name {
  padding: 0 0 3px 0;
}
#news .newsimg {
  float: left;
  width: 250px;
  padding: 0 0 0 30px;
  margin: 0 0 20px;
}
#news .newsimg img {
  border: 5px solid #000;
}

/* inquiry > index */
#inquiry {
  position: relative;
}
#inquiry .sslseal {
  position: absolute;
  top: 53px;
  right: 0;
  border: none;
  padding: 0;
}
#inquiry .sslseal a {
  float: left;
}
#inquiry .sslseal span {
  float: right;
  display: block;
  width: 110px;
  margin-left: 5px;
  font-size: 10px;
  line-height: 1.4;
}
#inquiry h3 {
  padding: 15px 0 45px 15px;
}
#inquiry h4 {
  width: 600px;
  padding: 3px 5px;
  margin: 0 0 0 15px;
  background: #1F2879;
  color: #fff;
}
#inquiry table {
  width: 730px;
  margin: 0 0 45px;
}
#inquiry th {
  width: 170px;
  padding: 8px 35px 10px 10px;
  background: #eee url(../images/inquiry_icon01.png) no-repeat 175px 10px;
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
}
#inquiry th.formoption {
  background: #eee url(../images/inquiry_icon02.png) no-repeat 175px 10px;
}
#inquiry th.formoptionNone {
  background-image: none;
}
#inquiry td {
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
}
#inquiry .inputS {
  width: 200px;
}
#inquiry .inputM {
  width: 245px;
}
#inquiry .inputL {
  width: 490px;
}
#inquiry input {
  height: 20px;
  font-size: 14px;
}
#inquiry label input {
  vertical-align: middle;
}
#inquiry textarea {
  height: 150px;
  font-size: 14px;
}
#inquiry #submit {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 300px;
  height: 40px;
  background: #900;
  color: #fff;
  border: none;
  font-size: 16px;
  line-height: 40px;
}
#inquiry #hisback {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 300px;
  height: 40px;
  background: #808080;
  color: #fff;
  border: none;
  font-size: 16px;
  line-height: 40px;
}
#inquiry #totop {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  width: 300px;
  height: 40px;
  background: #000;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
}

/* 404 */
#err404 {
  width: 500px;
  margin: 0 auto;
}
#err404 h1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin: 10px 0;
}
#err404 h2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin: 10px 0;
}
#err404 p {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin: 10px 0;
}

/* form */
#formcontents {
  width: 730px;
  margin: 0 auto;
  padding: 0 15px;
}
#formcontents #formHeader{
  height: 80px;
  margin: 15px 0 0;
}
#formcontents #formLogo {
  float: left;
}
#formcontents #formTel {
  float: right;
}
#formcontents h1 {
  clear: both;
  background: #000;
  color: #fff;
  height: 30px;
  margin: 15px auto 30px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}
#formcontents h2 {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: bold;
}
#formcontents p {
  margin: 0 0 30px;
}
#formcontents #copyright {
  margin: 60px auto 15px;
  padding: 5px;
  text-align: center;
}

/* news */
ul.number{
  padding: 0 0 30px 20px;
  }
ul.number li{
  list-style: decimal;
  margin: 0 0 0 14px;
}

/* contents new*/


#cattitle {
  position: relative;
  height: 40px;
  margin: 40px 0 30px;
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
  border-bottom: 1px solid #333;
}
#cattitle img {
  position: absolute;
  right: 0;
  top: 2px;
}

/* voice */
.voice_index .c2column p {
  margin: 10px 0 0;
  padding: 0;
  line-height: 20px;
}
#contents .voicelist {
  float: left;
  width: 355px;
  margin: 0 20px 30px 0;
}
#contents .voicelist p {
  padding: 15px 0;
}
#contents .voicelist p a span {
  color: #00f;
  text-decoration: underline;
}
.voice #contents h2 {
  clear: both;
  margin: 80px 0 20px;
  color: #333;
  border-top: 1px solid #333;
  font-size: 22px;
  line-height: 80px;
  font-weight: bold;
}
.voice #contents h3 {
  clear: both;
  margin: 0 0 20px;
  padding: 0;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.voice #contents .voicepoint {
  color: #B22D2D;
}
.voice #contents h3 span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  background: #000;
  color: #fff;
  text-align: center;
}
.voice #contents p {
  margin: 0 0 40px;
  padding: 0;
  line-height: 20px;
}
.voice #contents b {
  font-size: 14px;
  font-weight: bold;
  color: #B22D2D;
}
.voice img.photol {
  float: left;
  margin: 0 20px 20px 0;
}
.voice img.photor {
  float: right;
  margin: 0 0 20px 20px;
}
.voice #contents #main {
  background: #000;
  color: #fff;
}
.voice #contents #main p {
  display: table-cell;
  width: 295px;
  height: 160px;
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  vertical-align: middle;
}
.voice #contents #main img {
  float: right;
}
.voice #contents #clientname {
  clear: both;
  margin: 10px 0 30px 0;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: bold;
  text-align: right;
}
.voice #summary {
  float: right;
  width: 520px;
  margin: 0 0 30px;
}
.voice-single #summary h2 {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  border: none;
}
#summary #offer {
  height: 30px;
}
#summary #offer li {
  float: left;
  display: block;
  width: 24.5%;
  height: 30px;
  margin: 0 0 0 1px;
  background: #e6e6e6;
  color: #808080;
  line-height: 30px;
  text-align: center;
}
#summary #offer li.offeron {
  background: #B22D2D;
  color: #fff;
}
.voice img#capture {
  float: left;
}
.voice #summarytxt {
  clear: both;
  width: 518px;
  margin: 10px 0 0;
  padding: 0;
  background: #e6e6e6;
  border: 1px solid #ccc;
  text-align: center;
}
#summary #client {
  width: 100%;
  margin: 0 -10px 0 0;
}
#summary #client h2 {
  width: 100%;
  margin: 30px 0 0;
  border-bottom: 1px solid #ccc;
}
#summary #client dl {
  float: none;
  line-height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; 
}
#summary #client dt {
  float: none;
  width: 10%;
  border-bottom: 1px solid #ccc;
}
#summary #client dd {
  float: none;
  width: 38%;
  margin: 0 10px 0 0;
  border-bottom: 1px solid #ccc;
}
#summary #client dd.col2 {
  width: 90%;
  margin:0;
}
.voice #contents .voiceimg {
  margin: 80px 0;
  text-align: center;
}
.voice #contents .voiceimgs {
  margin: 80px 0 40px 0;
  text-align: center;
}
.voice-single .catch_copy{
  font-size:20px;
  font-weight: bold;
  color:#B22D2D;
  margin: 10px 0;
}
@media screen and (max-width: 992px) {
  #summary #client dt {
    width: 15%;
  }
  #summary #client dd {
    width: 80%!important;
  }
  #summary #client dd.col2 {
    width: 85%;
    margin:0;
  }
}
@media screen and (max-width: 768px) {
  .voice-single .capture{
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  #summary #client dd {
    width: 82%!important;
  }
  .voice-single .catch_copy{
    font-size:16px;
  }
}

/* recruit */
#recruit .c2column a {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
#recruit .c2column a img {
  width: 300px;
  margin: 10px 0 0;
  border: 5px solid #1F2879;
}
#snav #recnavi_entry {
  margin: 30px 0 0;
}


/* creative */
#blog #contents #creative-index p,
#blog #contents #creative-detail p {
}
#creative-index .crtv-list {
  display: flex;
  flex-wrap: wrap;
}
#creative-index .crtv-lists {
  position: relative;
  display: block;
  width: 320px;
  margin: 0 20px 70px 0;
  font-size: 14px;
}
#creative-index .crtv-lists:nth-of-type(3n) {
  margin-right: 0;
}
#creative-index .crtv-lists a {
  display: block;
  width: 100%;
}
.crtvBox {
  position: relative;
  display: block;
}
#creative-index .crtvImg {
  position: relative;
  display: block;
  height: 250px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  overflow: hidden;
}
#creative-index .crtvImg img {
  position: relative;
  width: 100%;
  height: auto;
}
#creative-index .crtvTtl {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 30px;
  margin: 5px 0 0;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
}
#creative-index .crtvTxtWrap {
  position: absolute;
  z-index: 10;
  bottom: 30px;
  left: 0;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 90px;
}
#creative-index .crtvTxtBox {
  position: absolute;
  top: 90px;
  left: 0;
  display: block;
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  padding: 5px;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  line-height: 20px;
  transition: 0.5s;
}
#creative-index .crtv-lists:hover .crtvTxtBox {
  top: 0;
}
#creative-index .crtvTxt1 {
  display: block;
  height: 20px;
  margin: 5px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
}
#creative-index .crtvTxt2 {
  display: block;
  height: 40px;
  margin: 0 5px;
  padding: 0 0 10px;
  border-bottom: 1px solid #999;
  overflow: hidden;
}
#creative-index .crtvTxt3 {
  display: block;
  /*height: 60px;*/
}
#blog #creative-index .crtvTxt3 p {
  margin-bottom: 0;
}
#creative-index .crtvTxt3 b,
#creative-index .crtvTxt3 strong {
  color: #B22D2D;
  font-weight: bold;
}
#creative-index .crtvType {
  clear: both;
  margin: 10px 0;
}
#creative-index .crtvType li {
  display: table-cell;
  width: 57px;
  height: 30px;
  border-left: 1px solid #fff;
  background-color: #e6e6e6;
  color: #b3b3b3;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  vertical-align: middle;
}
.crtvType li.on {
  background-color: #000;
  color: #fff;
}
#creative-index a:hover {
  text-decoration: none;
}

#creative-index .creative-category {
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  border-top-left-radius: 0;
  margin-bottom: 40px;
  margin-top: 82px;
  padding: 15px 30px;
  position: relative;
}

#creative-index .creative-category .creative-category_title {
  background: #fff;
  border: 1px solid #c7c7c7;
  border-bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 17px;
  height: 52px;
  padding-top: 20px;
  text-align: center;
  width: 200px;
  position: absolute;
  left: -1px;
  top: -52px;
}

#blog #creative-index .creative-category .creative-category_title p {
  color: #1f2879;
  font-size: 17px;
  margin-bottom: 0;
  line-height: 1.1;
}

#creative-index .creative-category_inner + .creative-category_inner {
  border-top: 1px dotted #c7c7c7;
  margin-top: 10px;
  padding-top: 10px;
}

#creative-index .creative-category strong {
  font-size: 15px;
}

#creative-index .creative-category ul li {
  font-size: 13px;
}

#creative-index .creative-category strong,
#creative-index .creative-category ul,
#creative-index .creative-category ul li {
  display: inline-block;
}

#creative-index .creative-category ul li + li {
  margin-left: 10px;
}

#creative-index .creative-category .creative-category_inner strong {
  color: #1f2879;
  width: 105px;
}

#creative-index .creative-category ul li a {
  border: 1px solid #1f2879;
  border-radius: 30px;
  color: #1f2879;
  display: inline-block;
  line-height: 1.1;
  padding: 5px 9px;
}

#creative-index .creative-category ul li a.is-active {
  background: #1f2879;
  color: #fff;
  text-decoration: none;
}

#blog #creative-index .wp-pagenavi {
  margin-top: 0;
  text-align: center;
}

#blog #creative-index .wp-pagenavi a,
#blog #creative-index .wp-pagenavi span {
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

#creative-index .crtv-industry a {
  background: #000;
  color: #fff;
  display: block;
  padding: 8px;
  text-align: center;
}


/* creative detail */
#creative-detail .ttl1 {
  height: auto;
  padding: 0 0 10px;
  line-height: 30px;
}
#creative-detail .ttl1 span {
  display: block;
  font-size: 18px;
}
#creative-detail .crtvTxt3 {
  float: left;
  width: 350px;
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 30px;
}
#creative-detail .crtvTxt3 div {
  display: table-cell;
  width: 350px;
  height: 95px;
  background-color: #e6e6e6;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}
#blog #creative-detail .crtvTxt3 p {
  margin: 0;
  line-height: 30px;
}
#creative-detail .crtvTxt3 div b,
#creative-detail .crtvTxt3 div strong {
  color: #b22d2d;
  font-size: 22px;
}
#creative-detail .crtvType {
  float: right;
  display: block;
  width: 370px;
  height: 95px;
}
#creative-detail .crtvType li {
  float: left;
  display: block;
  width: 60px;
  height: 95px;
  margin-left: 1px;
  background-color: #e6e6e6;
  color: #b3b3b3;
  font-size: 10px;
  line-height: 10px;
}
#creative-detail .crtvImg {
  clear: both;
  float: left;
  width: 350px;
  margin: 0 0 30px;
}
#creative-detail .crtvImg span {
  position: relative;
  display: block;
  height: 300px;
  overflow: hidden;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#creative-detail .crtvImg span img {
  width: 100%;
  height: auto;
}
#creative-detail .crtvTtl,
#creative-detail .crtvUrl {
  margin: 5px 0 0;
  line-height: 20px;
}
#creative-detail .crtvPoint {
  float: right;
  width: 360px;
  font-size: 14px;
}
#blog #creative-detail .crtvPoint p {
  line-height: 20px;
}
#creative-detail .crtvHead {
  margin: 0 0 10px;
  padding-left: 10px;
  border-left: 5px solid #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
#creative-detail .crtvSummary {
  margin: 0 0 60px;
}
#creative-detail .crtvSummary .crtvHeadLine {
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
#creative-detail .crtvSummaryBox {
  float: left;
  width: 350px;
  padding: 10px;
  background-color: #f2f2f2;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
}
#creative-detail .crtvSummaryBox:nth-of-type(2n+1) {
  margin-left: 30px;
}
#creative-detail .crtvSummaryBox h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}
#creative-detail .crtvSummaryBox li {
  height: 40px;
  margin: 0 0 10px;
  background-color: #ccc;
  color: #fff;
  line-height: 40px;
}
#creative-detail .crtvSummaryBox li.on {
  background-color: #1f2879;
  font-weight: bold;
}




#creative-detail .crtvRelated {
  clear: both;
  position: relative;
  border: 5px solid #000;
}
#creative-detail .crtvRelated h3 {
  padding: 5px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
#creative-detail .crtvRelated ul {
  margin: 25px 0;
}
#creative-detail .crtvRelated ul:after {
  clear: both;
  display: block;
  content: "";
}
#creative-detail .crtvRelated li {
  float: left;
  display: block;
  width: 150px;
  margin-left: 24px;
  text-align: center;
  box-sizing: border-box;
}
#creative-detail .crtvRelated li a {
  display: block;
  width: 150px;
  font-weight: bold;
  text-decoration: none;
}
#creative-detail .crtvRelated li span {
  position: relative;
  display: block;
  width: 150px;
  height: 105px;
  margin: 0 0 10px;
  border: 1px solid #ccc;
  overflow: hidden;
}
#creative-detail .crtvRelated li img {
  width: 100%;
  height: auto;
}
/* for swiper */
#creative-detail .crtvRelatedWrap {
  width: 680px;
  margin-left: 20px;
  overflow: hidden;
}
#creative-detail .crtvRelated .swiper-container {
  width: 700px;
  margin-right: -20px;
}
#creative-detail .crtvRelated .swiper-slide {
  margin: 0;
}
#creative-detail .crtvRelated .swiper-button-prev,
#creative-detail .crtvRelated .swiper-button-next {
  top: 120px;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  background: none;
}
#creative-detail .swiper-button-prev {
  left: -40px;
  transform: rotate(-45deg);
}
#creative-detail .swiper-button-next {
  right: -40px;
  transform: rotate(135deg);
}


@import url("animate.css");

/* waypoints */
#contents .effimg {
  position: relative;
  margin: 30px auto 0;
  text-align: center;
}
#contents .effimg img {
  margin: 0 auto;
}
.eff1,
.eff2,
.eff3,
.eff4,
.eff5 {
  opacity: 0;
}
.effbody {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.animated {
  opacity: 1;
}

.sec1.animated {
  animation-delay: 0s;
  -moz-animation-delay: 0s; /* Firefox */
  -webkit-animation-delay: 0s; /*Safari and Chrome */
}
.sec2.animated {
  animation-delay: 0.3s;
  -moz-animation-delay: 0.3s; /* Firefox */
  -webkit-animation-delay: 0.3s; /*Safari and Chrome */
}
.sec3.animated {
  animation-delay: 0.6s;
  -moz-animation-delay: 0.6s; /* Firefox */
  -webkit-animation-delay: 0.6s; /*Safari and Chrome */
}
.sec4.animated {
  animation-delay: 0.9s;
  -moz-animation-delay: 0.9s; /* Firefox */
  -webkit-animation-delay: 0.9s; /*Safari and Chrome */
}
.sec5.animated {
  animation-delay: 1.2s;
  -moz-animation-delay: 1.2s; /* Firefox */
  -webkit-animation-delay: 1.2s; /*Safari and Chrome */
}
.sec6.animated {
  animation-delay: 1.5s;
  -moz-animation-delay: 1.5s; /* Firefox */
  -webkit-animation-delay: 1.5s; /*Safari and Chrome */
}
.sec7.animated {
  animation-delay: 1.8s;
  -moz-animation-delay: 1.8s; /* Firefox */
  -webkit-animation-delay: 1.8s; /*Safari and Chrome */
}
.sec8.animated {
  animation-delay: 2.1s;
  -moz-animation-delay: 2.1s; /* Firefox */
  -webkit-animation-delay: 2.1s; /*Safari and Chrome */
}
#homeService .col1_3 {
  position: relative;
}
#homeService h4 span {
  position: absolute;
  left: 10px;
  top: 10px;
  opacity: 0;
}


@-webkit-keyframes windowIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(10);
    transform: scale(10);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes windowIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.windowIn {
  -webkit-animation-name: windowIn;
  animation-name: windowIn;
}



/* 0617~ TOP改修 */

/* セミナー情報 */
#homeSeminar .ttl1 a {
  position: relative;
}
#homeSeminar .ttl1 a::after {
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  width: 15px;
  height: 15px;
  background-image: url(../images/link_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#homeSeminar ul.seminar-list {
  width: 100%;
  display: flex;
  justify-content: center;
}
#homeSeminar ul.seminar-list li {
  width: 33%;
  position: relative;
}
#homeSeminar ul.seminar-list li::after {
  position: absolute;
  content: "";
  top: -20px;
  right: 0;
  width: 15px;
  height: 15px;
  background-image: url(../images/link_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#homeSeminar ul.seminar-list li:hover {
  opacity: 0.6;
}
#homeSeminar ul.seminar-list li a:hover {
  color: inherit;
  text-decoration: none;
}

#homeSeminar ul.seminar-list li .seminar-ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background: #1F287A;
  padding: 9px 8px;
  height: 62px;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  overflow: hidden;
  white-space: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#homeSeminar ul.seminar-list li .seminar-img {
  position: relative;
  max-height: 160px;
}
#homeSeminar ul.seminar-list li .seminar-img::before {
  content: "";
  display: block;
  /* padding-top: 66.66%; */
  padding-top: 48.48%;
}
#homeSeminar ul.seminar-list li .seminar-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover;'
}
#homeSeminar ul.seminar-list li .seminar-info {
  background: #E6E6E6;
  /* border: 1px solid #707070; */
  height: 170px;
  word-break: break-all;
}
#homeSeminar ul.seminar-list li .seminar-info p {
  padding: 8px 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  /* letter-spacing: .1rem; */
}
#homeSeminar ul.seminar-list li .seminar-info .date,
#homeSeminar ul.seminar-list li .seminar-info .place {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: .1rem;
}
#homeSeminar ul.seminar-list li .seminar-info .date {
  display: block;
  margin-bottom: 10px;
}
#homeSeminar ul.seminar-list li .seminar-info .place {
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  overflow: hidden;
  white-space: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#homeSeminar ul.seminar-list li .seminar-desc {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 8px 16px;
  line-height: 27px;
  border-bottom: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  /* min-height: 140px; */
  height: 120px;
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  /* display: -ms-flexbox; */
  overflow: hidden;
  white-space: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#homeSeminar ul.seminar-list li .seminar-desc span {
  /* display: block; */
  font-weight: bold;
}
#homeSeminar ul.seminar-list li .seminar-lecturer {
  background: #E6E6E6;
  display: flex;
}
#homeSeminar ul.seminar-list li .seminar-lecturer .left_txt {
  display: inline-block;
  padding: 9px 22px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #fff;
  background: #868686;
}
#homeSeminar ul.seminar-list li .seminar-lecturer .right_txt {
  padding: 10px 0 8px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}



/* フッターナビ */
#fnav #fnavbox {
  margin-bottom: 80px;
}
#fnav #fnavbox > li {
  width: 226px;  
}
#fnav #fnavbox > li:last-child {
  width: 110px;
}
/* #fnav #fnavbox > li:last-child > b a {
  position: relative;
}
#fnav #fnavbox > li:last-child > b a::after {
  position: absolute;
  content: "";
  top: 0;
  right: -15px;
  width: 10px;
  height: 10px;
  background-image: url(../images/link_icon_w.png);
  background-size: cover;
  background-repeat: no-repeat;
} */
#fnav #fnavbox > li:last-child > ul a {
  position: relative;
}
#fnav #fnavbox > li:last-child > ul a::after {
  position: absolute;
  content: "";
  top: 0;
  right: -15px;
  width: 10px;
  height: 10px;
  background-image: url(../images/link_icon_w.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#fnav #fnavbox > li:last-child > ul li:nth-child(3) a::after {
  content: none;
}

.link_icon {
  position: relative;
}
.link_icon::after {
  position: absolute;
  content: "";
  top: -45px;
  right: -20px;
  width: 15px;
  height: 15px;
  background-image: url(../images/link_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
}

/* 会社情報ページ　修正 */
.corporate-top
.corporate-top #cwrapper {
  display: flex;
}
.corporate-top #cwrap {
  order: 1;
  /* display: flex; */
}
.corporate-top #contents.contents2 {
  display: flex;
  flex-wrap: wrap;
}
.corporate-top #contents.contents2 h1 {
  display: block;
  width: 100%;
}
.corporate-top #snav {
  order: 0;
  margin: 40px 30px 0 0;
}


/* content-title
============================================== */
#contents .content-title {
  border: 1px solid #e9e9e9;
  display: flex;
  margin-bottom: 30px;
  overflow: hidden;
}

#contents .content-title h2 {
  color: #1f2879;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.3;
  padding: 20px;
  text-align: left;
  min-width: 320px;
  position: relative;
}

#contents .content-title h2:before {
  background: #f5f5f5;
  border-right: 1px solid #e9e9e9;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: -15px;
  top: 0;
  transform: skew(15deg);
  z-index: -1;
}

#contents .content-title p {
  font-size: 14px;
  padding: 23px 0;
  line-height: 1.3;
  width: calc(100% - 320px);
}

#contents .content-title.opt-single {
  display: block;
  margin-bottom: 20px;
}

#contents .content-title.opt-single:after {
  content: none;
}

#contents .content-title.opt-single h2 {
  background: #f5f5f5;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: left;
  width: auto;
}


/* local-title
============================================== */
#contents .local-title {
  border-bottom: 1px solid #000;
  margin: 60px 0 50px;
  padding-bottom: 30px;
}

#contents .local-title h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
}

/* m-btn
============================================== */
.m-btn,
#contents .m-btn {
  text-align: center;
}

.m-btn a,
#contents .m-btn a {
  -webkit-appearance: none;
  background: linear-gradient(180deg, #f68c38, #f36d01, #ce5c01, #c75901);
  border: none;
  border-radius: 4em;
  color: #fff;
  display: block;
  font-feature-settings: "palt";
  font-weight: bold;
  font-size: 22px;
  height: inherit;
  letter-spacing: 1px;
  margin: 0 auto;
  outline: none;
  padding: 3px;
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 2px 0 rgba(0,0,0, .5);
  width: 100%;
  position: relative;
  transition: all .3s;
}

.m-btn a:hover,
#contents .m-btn a:hover {
  opacity: .8 !important;
  text-decoration: none;
}

.m-btn a:after,
#contents .m-btn a:after {
  background: url(../images/icon-arw_bg.png) no-repeat 0 0;
  content: '';
  height: 14px;
  width: 9px;
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
}

.m-btn a span,
#contents .m-btn a span {
  background: #f36d01;
  border-radius: 4em;
  display: block;
  line-height: 64px;
}

/* m-lead
============================================== */
#contents .m-lead {
  margin-bottom: 90px;
  padding-top: 70px;
  text-align: center;
}

#contents .m-lead h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}

#contents .m-lead p {
  font-size: 14px;
  line-height: 1.7;
  padding-bottom: 0;
}

/* m-media
============================================== */
#contents .m-media {
  display: flex;
  margin-bottom: 60px;
}

#contents .m-media + .local-title {
  margin-top: 200px;
}

#contents .m-media .m-media_img {
  overflow: hidden;
  max-width: 320px;
}

#contents .m-media .m-media_box {
  margin-left: 40px;
  max-width: calc(100% - 360px);
}

#contents .m-media .m-media_text {
  border-bottom: 1px solid #d2d2d2;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
  padding-bottom: 25px;
}

#contents .m-media .m-media_btn {
  margin-top: 15px;
}

#contents .m-media .m-media_text p {
  padding-bottom: 0;
}

#contents .m-media .m-media_text p + p {
  margin-top: 1.5em;
}

/* m-check
============================================== */
#contents .m-check ul li {
  background: url(../images/icon-check_bg.png) no-repeat 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 28px;
}

/* js-toggle
============================================== */
.js-toggle {
  cursor: pointer;
}

.js-toggle.is-active {
  display: none;
}

.js-toggle-box {
  display: none;
}

/* m-table
============================================== */
.m-table {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
  width: 100%;
}

.m-table td,
.m-table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}

.m-table th {
  background: #eee;
  font-size: 13px;
  font-weight: bold;
  vertical-align: middle;
  width: 280px;
  position: relative;
}

.m-table th:after {
  background: #900;
  color: #fff;
  content: "必須";
  font-size: 11px;
  line-height: 1.1;
  padding: 1px 3px 2px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.m-table th.formoption:after {
  content: none;
}

.m-table td {
  font-size: 12px;
  padding: 10px;
}

.m-table td textarea,
.m-table td input[type="text"] {
  background: #f9f9f9;
  border: 1px solid #ccc;
  min-width: 500px;
  padding: 10px;
}

.m-table td input[type="text"] {
  height: 40px;
}

.m-table td textarea {
  height: 210px;
}

.m-table td.has-small input[type="text"] {
  min-width: 200px;
}

/* m-form-btn
============================================== */
.m-form-btn {
  margin-top: 50px;
  text-align: center;
}

.m-form-btn input {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 11px 0;
  width: 300px;
}

.m-form-btn #submit:disabled {
  background: #ccc;
}

.m-form-btn input#submit {
  background: #900;
}

.m-form-btn input#hisback {
  background: #808080;
}

.m-form-btn input#hisback + input#submit  {
  margin-left: 20px;
}

/* service-inquiry
============================================== */
.service-inquiry_box {
  margin-bottom: 45px;
  overflow: hidden;
}

.service-inquiry_box .service-inquiry_text {
  float: left;
  font-size: 13px;
  width: 690px;
}

#contents .service-inquiry_box .service-inquiry_text p {
  padding-bottom: 0;
}

.service-inquiry_box .service-inquiry_text p strong {
  color: #900;
}

.service-inquiry_box .service-inquiry_text p + p {
  margin-top: 1.5em;
}

.service-inquiry_box .service-inquiry_img {
  float: right;
}

#service-inquiry .sslseal {
  margin-top: 30px;
  width: 230px;
}

#service-inquiry .sslseal a {
  display: inline-block;
}

#service-inquiry .sslseal span {
  display: inline-block;
  width: 110px;
}

.service-inquiry_box > .sslseal {
  margin-left: auto;
}

#service-inquiry .agree {
  display: block;
  margin-top: 10px;
  text-align: center;
}

#service-inquiry .agree input {
  height: 25px;
  vertical-align: middle;
  width: 25px;
}

#service-inquiry .complete-text {
  margin-top: 65px;
}

#service-inquiry .complete-text .ttl3 {
  font-size: 20px;
}

#service-inquiry .complete-text p {
  font-size: 13px;
}

/* online-main
============================================== */
.online-main {
  background: url(../images/online/online_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding-bottom: 75px;
  padding-top: 80px;
  position: relative;
}

.online-main .online-main_text {
  background: rgba(0,0,0, .6);
  border-radius: 15px;
  margin: 0 auto 35px;
  max-width: 740px;
  padding: 30px 0;
}

.online-main .online-main_text p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}

.online-main .online-main_text p span {
  text-decoration: underline;
}

.online-main .m-btn a {
  width: 350px;
}

/* online-flow
============================================== */
.online-flow {
  margin-bottom: 110px;
}

.online-flow ul {
  display: flex;
}

.online-flow ul li {
  border: 1px solid #e3e3e3;
  font-size: 14px;
  height: 330px;
  padding: 20px 20px 0;
  width: 300px;
  position: relative;
}

.online-flow ul li + li {
  margin-left: 50px;
}

.online-flow ul li:not(:last-child):before {
  background: url(../images/online/online-arrow_bg.png) no-repeat 50% 50%;
  content: "";
  height: 100%;
  width: 50px;
  position: absolute;
  right: -50px;
  top: 0;
}

.online-flow ul li .online-flow_img {
  margin-bottom: 20px;
  text-align: center;
}

.online-flow ul li .online-flow_title {
  color: #1f2879;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

.online-flow ul li p {
  line-height: 1.6;
}

#contents .online-flow ul li p {
  padding-bottom: 0;
}

/* online-check
============================================== */
.online-check {
  margin-bottom: 110px;
}

.online-check ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

.online-check ul li {
  background: url(../images/online/online-check_bg.png) no-repeat 19px 50%;
  border: 2px solid #1f2879;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 22px 22px 22px 54px;
  width: 490px;
  position: relative;
}

.online-check ul li:nth-child(2n) {
  margin-left: auto;
}

/* online-tel
============================================== */
.online-tel {
  margin-bottom: 110px;
}

.online-tel_box {
  margin: 45px auto 0;
  max-width: 560px;
  text-align: center;
}

.online-tel_box .online-tel_title {
  background: #1f2879;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  padding: 20px 0;
}

#contents .online-tel_box p {
  padding-bottom: 0;
}

.online-tel_box .online-tel_text {
  border: 2px solid #1f2879;
  font-size: 15px;
  line-height: 1.1;
  padding: 30px 0;
}

#contents .online-tel_box .online-tel_text a {
  color: #b22d2d;
  display: inline-block;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 17px;
}

.online-tel_box .online-tel_text a img {
  margin-right: 5px;
  vertical-align: top;
}

.online-tel_box .online-tel_text span {
  background: #b22d2d;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin-left: 8px;
  margin-top: 5px;
  padding: 5px 7px;
  vertical-align: top;
}

/* footer-content
============================================== */
.footer-content {
  margin-top: 150px;
}

.wrap {
  margin: 0 auto;
  max-width: 1000px;
}

.footer-content .footer-content_title {
  border-top: 4px solid #202879;
  font-size: 23px;
  font-weight: bold;
  padding: 20px 0 17px;
  text-align: center;
}

.footer-content .footer-content_bnr {
  background: url(../images/footer-bnr_bg01.png) no-repeat 0 0, url(../images/footer-bnr_bg02.png) no-repeat 100% 0;
  margin-bottom: 30px;
}

.footer-content .footer-content_bnr a {
  background: url(../images/footer-bnr-btn_bg.png) no-repeat 0 0;
  display: block;
  height: 140px;
  margin: 0 auto;
  width: 424px;
  text-align: left;
  text-indent: -9999px;
}

/*.footer-content .footer-content_bnr a:hover {
  background-position: 0 100%;
  opacity: 1 !important;
}*/

.footer-content .footer-content_tel {
  border: 4px solid #1f2879;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 39px;
  padding: 30px 0;
}

.footer-content .footer-content_tel .footer-content_tel_text {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.footer-content .footer-content_tel .footer-content_tel_box {
  align-items: center;
  display: flex;
  font-size: 16px;
  justify-content: center;
}

.footer-content .footer-content_tel .footer-content_tel_box a {
  color: #b22d2d;
  font-size: 38px;
  font-weight: bold;
}

.footer-content .footer-content_tel .footer-content_tel_box a img {
  margin-right: 5px;
  vertical-align: top;
}

.footer-content .footer-content_tel .footer-content_tel_box span {
  background: #b22d2d;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin: 0 14px 0 10px;
  padding: 5px 7px;
}

.footer-content .footer-content_nav > ul {
  display: flex;
}

.footer-content .footer-content_nav > ul > li {
  font-size: 14px;
  line-height: 1.4;
  width: 180px;
}

.footer-content .footer-content_nav > ul > li:last-child {
  width: 100px;
}

.footer-content .footer-content_nav > ul > li > b {
  border-bottom: 1px solid #ddd;
  display: block;
  margin-bottom: 13px;
  padding-bottom: 8px;
}

.footer-content .footer-content_nav a[target="_blank"] {
  position: relative;
}

.footer-content .footer-content_nav a[target="_blank"]::after {
  position: absolute;
  content: "";
  top: 2px;
  right: -15px;
  width: 10px;
  height: 10px;
  background-image: url(../images/link_icon_w-gray.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-content .footer-content_logo {
  text-align: right;
}

.footer-content .footer-content_btn {
  display: flex;
  margin-bottom: 40px;
}

.footer-content .footer-content_btn a {
  align-items: center;
  background: no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  height: 240px;
  text-align: center;
  width: 50%;
}

.footer-content .footer-content_btn a:nth-child(1) {
  background-image: url(../images/footer-btn_bg01.jpg);
}

.footer-content .footer-content_btn a:nth-child(2) {
  background-image: url(../images/footer-btn_bg02.jpg);
}

.footer-content .footer-content_btn a:hover {
  opacity: 1 !important;
  text-decoration: none;
}

.footer-content .footer-content_btn .footer-content_btn_title {
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 15px;
}

.footer-content .footer-content_btn .footer-content_btn_text {
  font-size: 14px;
  margin-bottom: 20px;
}

.footer-content .footer-content_btn span {
  background: #fff;
  color: #000;
  display: inline-block;
  font-size: 16px;
  padding: 15px 0;
  width: 210px;
  position: relative;
}

.footer-content .footer-content_btn a:hover span {
  background: #f36d01;
  color: #fff;
}

.footer-content .footer-content_btn a[target="_blank"] span::after {
  background-image: url(../images/link_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  margin-top: -7px;
  height: 14px;
  width: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
}

.footer-content .footer-content_btn a[target="_blank"]:hover span::after {
  background-image: url(../images/link_icon_w.png);
}
@media screen and (max-width:769px){
#contents .c2column {
    width: 100%;
	}}


#summary #client dl {
    float: none;
    line-height: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
#summary #client dd {
    float: none;
    width: 39%;
    margin: 0 1px 0 0;
    border-bottom: 1px solid #ccc;
}
#summary #client dt, #summary #client dd {
    min-height: 2.1em;
}

ul#offer {
    display: flex;
    justify-content: space-between;
}

.cg_wrap {
    background: #eee;
    margin: 10px 0;
    border: 1px solid #999;
    padding: 20px;
    font-weight: bold
}

.cg_wrap_center {
    margin: 0 auto;
    text-align: center;
}

.cg_red {
    color: #B22D2D;
}

.cg_big {
    font-size: 120%;
}

.cg_black {
    background: #000;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
}

.cg_wrap td {
    padding-left: 0.5em;
    min-width: 7em;
}

.cg_wrap th {
    min-width: 8.5em;
    max-width: 180px;
    display: block;
    margin-left: auto;
    font-size: 88%;
}

iframe {
    width: 100%;
}

#summary.solution_client #client h2 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    border: none;
}

#summary.solution_client #client dt {
    width: 15%;
}
#summary.solution_client #client dd {
    width: 84%;
}

#contents.contents2.voice_nomg {
	margin: 0 0 0 0;
}


@media screen and (max-width:769px){
.cg_wrap .col-12.col-md-6 + .col-12.col-md-6 {
    margin-top: 20px;
    }}

.crtvType ul {
    display: flex;
    width: 100%;
}

.crtvType li {
	width : 16.6666667% ; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 6) ;
    width: calc(100% / 6);
    box-sizing: border-box;
    padding: 1px;
}

.crtvType li img {
    width: 100%;
}