@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css2?family=Open+Sans:ital@1&display=swap);
/* ----------------------------------------------------
	reset
---------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  /*font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

body {
  background: url(/global/img/bg_body.png) repeat;
  color: #000;
  line-height: 1.7;
}

img {
  border: 0px;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
}

a:link,
a:visited {
  color: #000;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  list-style-type: none;
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

th, caption {
  text-align: left;
  font-weight: normal;
}

legend {
  color: #333;
}

input[type=text] {
  font-size: 100%;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #333;
  border: 1px solid #D4D4D4;
  background: #FFF;
  height: 26px;
  line-height: 26px\9;
  padding: 0 8px;
  width: 100px;
}

input[type=text]:focus {
  outline: 0;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #CCC;
}

textarea {
  resize: none;
  outline: none;
  font-size: 100%;
  font-family: verdana, sans-serif;
  color: #333;
  border: 1px solid #D4D4D4;
  background: #FFF;
  padding: 5px;
}

textarea:focus {
  outline: 0;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #CCC;
}

button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
  cursor: pointer;
  font-family: inherit;
}

button:focus {
  outline: 0;
}

::-moz-selection {
  background: #595656;
  color: #FFF;
}

::selection {
  background: #595656;
  color: #FFF;
}

::-moz-selection {
  background: #595656;
  color: #FFF;
}

img {
  max-width: 100%;
  height: auto;
}

#page-wrapper {
  min-width: 1220px;
}
/* ----------------------------------------------------
パーツ
---------------------------------------------------- */
.mg-top-40 {
  margin-top: 40px;
}

.mg-bottom-20 {
  margin-bottom: 20px;
}

.box-design-leftborder {
  padding: 0.5em 1em;
  margin: 2em 0;
  border-left: solid 5px #c82c55;
  border-image: linear-gradient(to bottom, #c82c55 0%, #f182a7 100%);
  border-image-slice: 1;
}

.mark1{ background: linear-gradient(transparent 60%, #e5ec59 60%);}

/* ----------------------------------------------------
共通ヘッダー
---------------------------------------------------- */
#header-container {
  position: relative;
  line-height: 1.0;
  /*background-color: #000;*/
}

#header-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo,"ＭＳ Ｐゴシック", "Osaka", sans-serif;
}

/* ----------------------------------------------------
	ヘッダー
---------------------------------------------------- */
.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.header-top {
  height: 60px;
  background: #FFF;
  -webkit-box-shadow: 0 0 21px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 21px 6px rgba(0, 0, 0, 0.2);
}

.header-inner {
  zoom: 1;
  width: 950px;
  height: 60px;
  margin: 0 auto;
}

.header-inner:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.header-gr {
  float: left;
  margin: 14px 0 0 0;
  position: relative;
  zoom: 1;
}

.header-gr:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.header-gr a {
  float: left;
  display: block;
}

.header-gr span {
  float: left;
  display: block;
  padding: 6px 0 0 15px;
  font-size: 80.0%;
}

.header-nav {
  float: right;
  zoom: 1;
  margin: 17px 0 0 0;
}

.header-nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.header-nav li {
  float: left;
  margin: 0 10px 0 0;
}

.header-nav li a {
  display: block;
  border: 1px solid #CCC;
  height: 22px;
  line-height: 22px;
  padding: 0 8px 0 18px;
  background: url(/global/img/icn_arrow01.png) no-repeat 10px center;
  font-size: 80.0%;
}

.header-nav li .external {
  /*	padding: 0 17px 0 0;
	background: url(/global/img/icn_external03.png) no-repeat right center;*/
}

.header-nav li a:hover {
  text-decoration: none;
  background-color: #E5E5E5;
}

.header-nav-informationarea{
  border: none !important;
  margin-top: 1px;
  color:blue !important;
}

.header-iij {
  float: right;
  margin: 8px 0 8px 5px;
}

.header-gnv {
  width: 100%;
  background: url(/global/img/bg_header.png) repeat left top;
  height: 40px;
  position: absolute;
  left: 0;
  top: 60px;
}

.header-gnv.is-fixed {
  left: 0;
  top: 0;
}

.header-gnv ul {
  zoom: 1;
  width: 950px;
  margin: 0 auto;
  background: url(/global/img/bg_nav.png) no-repeat 0 bottom;
  height: 40px;
}

.header-gnv ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.header-gnv ul li {
  float: left;
  margin: 0 0 0 1px;
}

.header-gnv ul li a {
  height: 40px;
  line-height: 41px;
  color: #FFF;
  text-align: center;
  display: block;
  font-size: 93.3%;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.header-gnv ul li a:hover,
.header-gnv .is-current a {
  background: #CE1125;
  text-decoration: none;
}

.header-gnv-home a {
  width: 143px;
}

.header-gnv-global a {
  width: 196px;
}

.header-gnv-service a {
  width: 249px;
}

.header-gnv-challenge a {
  width: 225px;
}

.header-gnv-column a {
  width: 131px;
}

.header-gnv-icn {
  display: none;
}

/* ----------------------------------------------------
	トピックパス
---------------------------------------------------- */
.topicpath {
  padding: 20px 0;
  width: 950px;
  margin: 0 auto;
}

.topicpath ul {
  zoom: 1;
  margin: 0 0 0 10px;
}

.topicpath ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.topicpath li {
  float: left;
  margin: 0 18px 0 0;
  font-size: 80%;
  line-height: 1.4;
}

.topicpath-home {
  background: url(/global/img/icn_home.png) no-repeat 0 0;
  width: 30px;
  height: 10px;
  margin: 3px 18px 0 0 !important;
}

.topicpath-home a {
  text-indent: -9999px;
  display: block;
}

.topicpath span,
.topicpath a {
  padding: 0 20px 0 0;
  background: url(/global/img/icn_arrow01.png) no-repeat right 2px;
}

/* ----------------------------------------------------
	コンテンツ
---------------------------------------------------- */
/* add 20150825 shibata */
.extlink {
  padding: 0 20px 0 0;
  background-image: url(/global/img/icn_external02.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.container {
  padding: 40px 0 0 0;
  margin: 0 0 40px 0;
}

.is-margin-bottom140 {
  margin-bottom: 140px;
}

.contents {
  width: 950px;
  margin: 0 auto;
  zoom: 1;
}

.contents:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

/* メイン */
.main {
  width: 710px;
  float: left;
}

.main-title {
  margin: 0 0 20px 0;
}

.main-bg {
  background: #FFF;
  padding: 1px 20px 30px 20px;
}

.main-bg.column-bg {
  padding: 1px 20px 1px 20px;
}

/* サイド */
.side {
  width: 210px;
  float: right;
}

.banner li {
  background: #FFF;
  margin: 0 0 20px 0;
}

.banner li img {
  background: #FFF;
}

.lnv-title {
  background: #404040;
  color: #FFF;
  font-weight: normal;
  font-size: 86.7%;
  margin: 0 0 -1px 0;
}

.lnv-title a {
  color: #FFF;
  display: block;
  padding: 9px 10px;
}

.lnv-title a:hover {
  text-decoration: none;
}

.lnv ul {
  overflow: hidden;
  margin: 0 0 20px 0;
}

.lnv li {
  margin: 1px 0 -1px 0;
  border-bottom: 1px solid #DDD;
}

.lnv li a {
  padding: 9px 0 9px 30px;
  background: url(/global/img/icn_arrow01.png) no-repeat 20px 14px #FFF;
  display: block;
  font-size: 80%;
  line-height: 1.4;
}

/* ページナビ */
.pnv {
  zoom: 1;
  margin: 30px 0 0 0;
}

.pnv:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.pnv li {
  float: left;
  text-align: center;
  width: 31%;
  padding: 10px 0 10px 2%;
  background: #4C4C4C;
}

.pnv-34 {
  width: 32%;
}

.pnv li a {
  display: block;
  color: #FFF;
  line-height: 1.3;
  padding: 8px 0;
  background: url(/global/img/icn_arrow04.png) no-repeat left center #4C4C4C;
  border-right: 1px solid #666;
  font-size: 80%;
}

.pnv li a {
  text-decoration: none;
}

.pnv-2l {
  padding: 0 !important;
}

/* お問い合わせ */
.main-contact {
  background: #f8f7f7;
  margin: 40px 0 0 0;
  text-align: center;
  padding: 35px 30px;
  zoom: 1;
}

.main-contact:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.main-contact-btn a {
  background: #222;
  color: #FFF;
  width: 260px;
  height: 50px;
  line-height: 50px !important;
  font-size: 130% !important;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.main-contact-btn .external {
  background: url(/global/img/icn_external04.png) no-repeat right center;
  padding: 0 18px 0 0;
}

.main-contact-btn a:hover {
  text-decoration: none;
  background: #CE1125;
}

/* ----------------------------------------------------
	トップ
---------------------------------------------------- */
/* 記事アイコン */
.home .article .entries-com-column {
  background: url(/global/img/icn_column.png) no-repeat right center #937D3E;
}

.home .article .entries-com-event {
  background: url(/global/img/icn_event.png) no-repeat right center #FF8000;
}

.home .article .entries-com-press {
  background: url(/global/img/icn_press.png) no-repeat right center #539B3F;
}

.home .article .entries-com-case {
  background: url(/global/img/icn_case.png) no-repeat right center #CE1125;
}

.home .article .entries-com-service {
  background: url(/global/img/icn_service.png) no-repeat right center #3568B2;
}

.home .article .entries-com-challenge {
  background: url(/global/img/icn_challenge.png) no-repeat right center #353F48;
}

/* スペシャルメインビジュアル */
.specialMainvisual {
  position: relative;
  overflow: hidden;
  min-width: 950px;
  height: 300px;
  background: url(/global/img/bg_special_mv_01.png) repeat-x 0 0;
}

.specialMainvisual .wrapper {
  position: absolute;
  left: 50%;
  width: 1222px;
  margin-left: -611px;
}

.specialMainvisual .article {
  position: absolute;
  top: 0;
  right: 136px;
  width: 475px;
}

.specialMainvisual .article ul {
  margin: 0 14px;
  padding: 14px 0 0;
}

.specialMainvisual .article ul li {
  height: 129px;
  margin: 0 0 14px;
}

.specialMainvisual .article ul li:last-of-type {
  margin: 0;
}

.specialMainvisual .article ul li .image,
.specialMainvisual .article ul li .text {
  float: left;
}

.specialMainvisual .article ul li .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 129px;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.specialMainvisual .article ul li a:hover .image img {
  opacity: 0.8;
}

.specialMainvisual .article .new::after {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 50px;
  height: 22px;
  content: "";
  background: url(/global/img/icn_new.png) no-repeat left top;
}

.specialMainvisual .article .image span {
  position: absolute;
  right: 7px;
  top: 7px;
  color: #FFF;
  font-size: 85%;
  padding: 3px 19px 2px 4px;
  font-weight: bold;
}

.specialMainvisual .article .text {
  width: 233px;
  /* 261px */
  padding: 0 0 0 14px;
}

.specialMainvisual .article ul li .text dt {
  margin: 0 0 5px;
  padding: 8px;
  background: #f4c644;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
}

.specialMainvisual .article ul li .text dd {
  color: #fff;
  font-size: 14px;
  line-height: 1.6em;
}

/* .entries */
.entries {
  width: 950px;
  margin: 0 auto;
  padding: 40px 0 0;
}

.entries h2 {
  position: relative;
  margin: 0 0 10px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-bottom: 2px #333333 solid;
  font-size: 18px;
  line-height: 1em;
  font-weight: normal;
}

.entries h2:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 4px;
  margin-top: -2px;
  background: #02a4b7;
  content: "";
}

/* .article */
.entries .article {
  position: relative;
  width: 468px;
  border: 1px #bbbbbb solid;
  border-bottom-width: 3px;
}

.entries .article a {
  display: block;
  background: #fff;
}

.entries .article a:hover {
  background: #f5f5f5;
}

.entries .article .icon {
  position: absolute;
  right: 6px;
  top: 6px;
  color: #FFF;
  font-size: 85%;
  padding: 3px 19px 2px 4px;
  font-weight: bold;
}

.entries .article .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 128px;
  float: left;
  margin: 5px;
  margin-right: 10px;
  overflow: hidden;
}

.entries .article .image img {
  border: 1px #bbbbbb solid;
}

.entries .article .text {
  float: left;
  width: 247px;
  /* 263px */
  padding: 38px 0 6px;
}

.entries .article .text dt {
  margin: 0 0 5px;
  color: #cc0000;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4em;
}

.entries .article .text dd {
  font-size: 14px;
  line-height: 1.4em;
}

/* .arrow_button */
.entries .arrow_button a {
  display: block;
  height: 33px;
  background: #fff;
  border: 1px #bbbbbb solid;
  text-align: center;
  font-size: 12px;
  line-height: 33px;
}

.entries .arrow_button a:hover {
  background: #f5f5f5;
  text-decoration: none;
}

.entries .arrow_button a span {
  padding-top: 3px;
  padding-left: 10px;
  background: url(../img/icn_arrow01.png) no-repeat left center;
}

/* What's new */
.entries .whatsnew {
  margin: 0 0 40px;
}

.entries .whatsnew > .clearfix {
  margin: 0 -10px -10px 0;
  overflow: hidden;
}

.entries .whatsnew .article {
  float: left;
  margin: 0 10px 10px 0;
}

/* 注目コラム */
.entries .column {
  float: left;
  width: 470px;
  padding: 0 0 40px;
}

.entries .column .article {
  margin-bottom: 9px;
}

.entries .challenge {
  width: 470px;
  float: right;
}

.entries .challenge .button a {
  display: block;
  width: 468px;
  height: 290px;
  margin: 0 0 10px;
  border: 1px #bbbbbb solid;
  border-bottom-width: 3px;
  background: url(/global/img/btn_challenge_01.jpg) no-repeat left top;
}

.entries .challenge .button a:hover {
  background-position: left bottom;
}

.entries .challenge .button a span {
  position: relative;
  z-index: -1;
}

.entries .challenge p + p {
  margin-top: 0;
}

/* プレスリリース */
.entries .press {
  float: left;
  width: 470px;
}

.entries .press ul {
  height: 181px;
  margin: 0 0 10px;
  padding: 15px 20px;
  background: #fff;
  border: 1px #bbbbbb solid;
  border-bottom-width: 3px;
  font-size: 14px;
  line-height: 1.6em;
  overflow: hidden;
}

.entries .press ul li {
  margin-left: 1.5em;
  margin-bottom: 10px;
}

.entries .press ul li a {
  padding-right: 15px;
  background: url(/global/img/icn_external03.png) no-repeat right center;
}

.entries .press ul li span {
  display: inline-block;
  color: #00a9b3;
  width: 1.5em;
  margin-left: -1.5em;
}

.entries .press .arrow_button span:after {
  display: inline-block;
  width: 11px;
  height: 11px;
  padding-left: 3px;
  background: url(/global/img/icn_external03.png) no-repeat right top;
  content: "";
}

/* バナー */
.entries .banners {
  float: right;
  width: 470px;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
}

.entries .banners ul {
  padding: 17px;
  margin: 0 -16px -16px 0;
}

.entries .banners ul li {
  float: left;
  margin: 0 16px 16px 0;
}

.entries .banners ul li a:hover {
  opacity: 0.8;
}

/* お問い合わせ */
.entries .mainContact {
  width: 675px;
  /* 710px */
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

/* ----------------------------------------------------
	コラム一覧
---------------------------------------------------- */
.column .main-bg.column-bg {
  padding: 1px 20px 1px 20px;
}

.column-set {
  padding: 20px 0 50px;
}

.column-set .articleWrapper {
  margin: 0 0 60px;
}

.column-set .articleWrapper:last-of-type {
  margin-bottom: 0;
}

.column-set .articleWrapper .article {
  display: block;
  background: url(../img/bg_culumn01_off.png) no-repeat right center;
}

.column-set .articleWrapper .article:hover {
  background-color: #f5f5f5;
  background-image: url(../img/bg_culumn01_on.png);
}

.column-set .articleWrapper .article .image {
  float: left;
}

.column-set .articleWrapper .article .text {
  float: right;
  width: 410px;
}

.column-set .articleWrapper .article .text .articleType {
  position: relative;
  display: block;
  margin: 0 0 10px;
  background: #ccc;
  line-height: 1.0;
}

.column-set .articleWrapper .article .text .articleType .type {
  display: inline-block;
  height: 24px;
  padding: 0 10px;
  background: #666666;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}

.column-set .articleWrapper .article .text dl {
  padding: 0 50px 0 0;
}

.column-set .articleWrapper .article .text dl dt {
  margin: 0 0 5px;
  color: #cc0000;
  font-size: 16px;
  line-height: 1.4em;
}

.column-set .articleWrapper .article .text dl dt small {
  display: block;
  padding: 5px 0 0;
  color: #333333;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: bold;
}

.column-set .articleWrapper .article .text dl dd {
  font-size: 12px;
  line-height: 1.6em;
}

/*コラムテーマカラー*/
.articleType .mark {
  position: absolute;
  top: 0;
  right: 0;
}

.articleType .new {
  display: inline-block;
  height: 24px;
  padding: 0 10px;
  background: #ce1125;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}

.articleType .categ {
  display: inline-block;
  height: 24px;
  padding: 0 10px;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}

.articleType .categ.cloud {
  background: #4084d1;
}

.articleType .categ.governance {
  background: #d18d40;
}

.articleType .categ.business {
  background: #1cb2ad;
}

.articleType .categ.law {
  background: #53146c;
}

.articleType .categ.overseas {
  background: #ec4568;
}

.articleType .categ.color1 {
  background: #cff93d;
  color: #18583c;
  font-weight: bold;
}

.articleType .categ.color2 {
  background: #ff553e;
}

.articleType .categ.color3 {
  background: #ffe33e;
  color: #333;
  font-weight: bold;
}

.articleType .categ.color4 {
  background: #333;
}

.articleType .categ.color5 {
  background: #e7f4e6;
  color: #3892c6;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* .backnumber */
.column-set .articleWrapper .backnumber {
  margin: 20px 0 0;
  padding: 15px 0 10px;
  background: #f5f5f5;
  font-size: 14px;
  line-height: 1.6em;
}

.column-set .articleWrapper .backnumber a.blank {
  padding-right: 15px;
  background: url(../img/icn_external03.png) no-repeat right center;
}

.column-set .articleWrapper .backnumber .accordionWrapper {
  position: relative;
  padding: 0 15px 10px;
}

.column-set .articleWrapper .backnumber .accordionWrapper.close {
  padding-bottom: 0;
}

.column-set .articleWrapper .backnumber .accordionWrapper.close:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 17px;
  background: url(../img/bg_culumn02.png) repeat-x left bottom;
  content: "";
}

.column-set .articleWrapper .backnumber .accordionWrapper a {
  text-decoration: underline;
}

.column-set .articleWrapper .backnumber .accordionWrapper a:hover {
  text-decoration: none;
}

.column-set .articleWrapper .backnumber .accordionWrapper ul li {
  margin: 10px 0 0;
}

.column-set .articleWrapper .backnumber .accordionButton {
  text-align: center;
}

.column-set .articleWrapper .backnumber .accordionButton a {
  display: inline-block;
  width: 650px;
  height: 36px;
  background: url(../img/btn_column01_on.png) no-repeat left top;
}

.column-set .articleWrapper .backnumber .accordionButton.close a {
  background-image: url(../img/btn_column01_off.png);
}

.column-set .articleWrapper .backnumber .accordionButton a span {
  position: relative;
  z-index: -1;
}

/* ----------------------------------------------------
	コラム記事
---------------------------------------------------- */
.column .main-bg {
  padding: 25px 30px 30px;
}

.column-link {
  display: block;
  zoom: 1;
  padding: 0 55px 0 0;
  background: url(/global/img/icn_arrow07.png) no-repeat 98% center;
  text-decoration: none !important;
}

.column-link:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.column-link:hover {
  text-decoration: none;
  background: url(/global/img/icn_arrow08.png) no-repeat 98% center #F5F5F5;
}

.column-banner-link {
  box-shadow: 0px 9px 5px -5px rgba(0,0,0,0.5);
}

.column-banner-link:hover {
  opacity: 0.6;
  transition-duration: 0.2s;
}

.column-img {
  float: left;
  margin: 7px 20px 10px 0;
  position: relative;
  font-size: 85%;
  line-height: 1.5;
  width: 250px;
  color: #666;
  text-align: center;
}

.column-img.col1 {
  width: 100%;
  margin: 20px 0;
  float: none;
  text-align: center;
}

.column-img-block + .column-img-block {
  margin: 15px 0 0;
}

.column-entry p + .column-img {
  margin-top: 20px;
}

.column-entry .caption {
  font-size: 12px;
  text-align: center;
  color: #666;
}

.caption-bold {
  text-align: center;
  font-weight: bold;
}

.column-img-l {
  float: left;
  margin-bottom: 10px;
}

.column-img-r {
  float: right;
  margin: 7px 0 10px 20px;
}

.column-icn {
  position: absolute;
  left: 5px;
  top: 5px;
}

.column-data {
  overflow: hidden;
  zoom: 1;
}

.column-data-cat {
  font-size: 88%;
  background: url(/global/img/bg_cat.png) repeat;
  display: inline-block;
  padding: 0 5px;
  margin: 20px 0 7px 0;
}

.column-data-title01 {
  color: #CE1125;
  font-weight: normal;
  font-size: 113.3%;
  font-style: italic;
  margin: 0 0 10px 0;
  line-height: 1.4;
}

.column-data-txt {
  line-height: 1.45;
  margin: 0 0 18px 0;
}

.column-data-more {
  text-align: right;
}

.column-data-more a {
  text-decoration: underline;
  padding: 0 0 0 20px;
  background: url(/global/img/icn_arrow01.png) no-repeat 10px center;
}

.column-data-more a:hover {
  text-decoration: none;
}

.column-entry p {
  font-size: 106.7%;
  line-height: 1.9;
}

.column-entry p + p,
.column-entry div + p {
  margin-top: 20px;
}

.column-entry a {
  text-decoration: underline;
  word-break: break-all;
}

.column-entry a:hover {
  text-decoration: none;
}

.column-read {
  font-weight: bold;
  font-size: 110%;
  margin: 0 0 30px 0 !important;
  color: #1db2ae;
}

.column-entry .h_style10 {
  margin: 0 0 20px 0;
}

.column-entry .h_style02 {
  margin: 0 0 20px 0;
}

.column-txt {
  margin: 20px 0 0;
}

.column-txt + p {
  margin-top: 20px;
}


/* pager */
.column-entry .pager {
  clear: both;
  overflow: hidden;
  margin: 30px 0 38px;
}

.column-entry .pager ul {
  position: relative;
  left: 50%;
  float: left;
}

.column-entry .pager li {
  position: relative;
  float: left;
  left: -50%;
  margin: 0 5px;
  border: 2px #d5d5d5 solid;
  border-radius: 2px;
}

.column-entry .pager li a {
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
}

.column-entry .pager li.current a,
.column-entry .pager li a:hover {
  background: #d5d5d5;
}

.column-list {
  margin-top: 20px;
}

.column-list li {
  list-style-type: disc;
  margin: 0 0 0 15px;
  line-height: 1.5;
  padding: 5px 0;
  font-size: 106.7%;
}

.column-list li li {
  font-size: 100%;
}

.column-list + p {
  margin-top: 30px;
}

.column-list.indent li {
  margin: 0 0 0 30px;
}

.column-section + .column-list {
  margin-top: 40px;
}

/* column-listnum 2016/08/12追記 */
.column-listnum {
  margin: 0 0 15px 0;
}

.column-listnum li {
  list-style-type: decimal;
  margin: 0 0 0 30px;
  line-height: 1.5;
  padding: 5px 0;
  font-size: 93.3%;
}

.column-listnum li li {
  font-size: 100%;
}

/* /column-listnum 2016/08/12追記 */
/* column-listatt 2016/08/12追記 */
.column-listatt {
  margin: 15px 0 15px 0;
}

.column-listatt li {
  text-indent: -2em;
  list-style-type: none;
  margin: 0 0 0 2em;
  line-height: 1.5;
  padding: 5px 0;
  font-size: 93.3%;
  color: #666;
}

.column-listatt li li {
  font-size: 100%;
}

.column-listatt .fs-small {
  font-size: 86.7%;
}

/* /column-listatt 2016/08/12追記 */
/* column-listfree 2016/08/12追記 */
.column-listfree {
  margin: 15px 0 15px 0;
}

.column-listfree li {
  text-indent: -2em;
  list-style-type: none;
  margin: 0 0 0 2em;
  line-height: 1.5;
  padding: 5px 0;
  font-size: 93.3%;
}

.column-listfree li li {
  font-size: 100%;
}

.column-listfree.style02 li {
  margin-left: 1em;
  text-indent: -1em;
}

/* /column-listfree 2016/08/12追記 */
.column-list-nm {
  margin: 20px 0;
  font-weight: bold;
}

.column-list-nm li {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}

.column-list-li {
  margin: 20px 0;
}

.column-list-li ul {
  padding-left: 1em;
}

.column-list-li li {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}

/* /column-list-baloon 2021/10/27追記 */
.column-list-baloon {
  list-style: none;
  counter-reset: list;
  display: inline-block;
  padding: 20px 0;
}

.column-list-baloon li {
  position: relative;
  padding: 0.5rem 1rem;
  margin: 10px 8px 20px 42px;
  line-height: 30px;
  border: 2px solid #192f60;
}

.column-list-baloon li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -45px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  background: #192f60;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.column-list-baloon li:after {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  height: 0;
  width: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #192f60;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* column-service_link 2021/10/27追記 */
.column-service_link {
	margin: 2em auto;
	padding:2em;/*内側余白*/
	border: 2px solid #d7063b;	
	position: relative;
	z-index: 0;
  text-align: center;
}
.column-service_link:before {
	border-bottom:2px solid #333;
	border-left:2px solid #333;
	content: '';
	display: block;
	position: absolute;
  pointer-events: none;
	bottom: -2px;
	left: -2px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.column-att {
  color: #666;
}

.column-entry .column-att {
  font-size: 12px;
  word-break: break-all;
}

.col-red {
  color: #f00;
}

.column-profile {
  border: 2px solid #CCC;
  zoom: 1;
  margin: 15px 0 0;
  padding: 20px;
}

.column-profile-img {
  width: 150px;
  float: left;
  margin: 0 20px 0 0;
  text-align: center;
}

.column-profile-txt {
  overflow: hidden;
}

.column-profile-career {
  overflow: hidden;
  margin: 20px 0 0;
}

.column-profile-cl {
  clear: left;
  padding: 20px 0 0 0;
}

.column-profile .h_style08,
.column-profile .column-profile-txt p.h_style08 {
  font-size: 106.7%;
}

.column-profile .column-profile-txt p.h_style08 + p,
.column-profile .column-profile-txt p.h_style08:last-child {
  margin: 0;
}

.column-profile .column-profile-txt p {
  font-size: 14px;
}

.column-profile .column-profile-career p {
  font-size: 14px;
}

.column-section + .column-profile {
  margin: 40px 0 0;
}

.column-table {
  margin: 20px 0;
  border: 1px solid #ccc;
  width: 100%;
}

.column-table th {
  background: #dddddd;
}

.column-table th,
.column-table td {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}

.column-table .column-list {
  margin: 0;
}

.column-table.list-table .column-list {
  margin: 20px 0 0;
}

.column-table.style02 th {
  width: 32%;
}

.column-table.style02 td {
  width: 68%;
}

.column-entry .column-table-wrap2 .caption {
  margin: 0 0 5px;
}

.column-entry .column-table-wrap2 {
  margin-top: 15px;
}

.column-table-wrap2 .column-table {
  margin: 0 0 20px;
}

.dotlist-table {
  margin: 20px 0;
  font-weight: bold;
  font-size: 100%;
}

.dotlist-table td {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}

.dotlist-table td.arrow {
  padding: 0 10px;
}

.column-q {
  color: #1db2ae;
  margin: 0 0 10px 0 !important;
}

.column-header {
  margin: 0 0 23px;
  position: relative;
}

.column-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../img/bg_line02.png) repeat-x left top;
  position: absolute;
  bottom: 0;
  left: 0;
}

.column-header .column-category {
  margin: 0 0 3px;
  padding: 7px 10px 2px 10px;
  font-size: 106.7%;
  letter-spacing: 0.08em;
  line-height: 1.9;
  background: #1db2ae;
  color: #fff;
}

.column-header .column-category--head {
  font-size: 200%;
  line-height: 1.5;
  height: 165px;
  padding: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/bg_column_head.jpg) no-repeat right center;
  background-size: cover;
}

.column-header .column-category--head + .column-share {
  margin: 20px 0;
}

.column-header .column-category--head small {
  font-size: 81.3%;
}

.column-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  background: #ebebeb;
  border: solid 1px #b5b5b5;
  position: relative;
}

.h_column {
  width: 524px;
  padding: 0 39px 0 29px;
  font-size: 120%;
  letter-spacing: 0.05em;
  line-height: 1.5;
  border-right: solid 1px #b5b5b5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.h_column.col1 {
  width: 100%;
  border-right: none;
}

.column-header .bucknumber-btn {
  width: 123px;
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.08em;
  position: relative;
  cursor: pointer;
  text-align: center;
}

.column-header .bucknumber-btn span {
  display: inline-block;
  padding: 0 13px 0 0;
}

.column-header .bucknumber-btn span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #1db2ae transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
  margin: auto;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.column-header .bucknumber-btn.is-open span::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.column-nav {
  display: none;
  width: 100%;
  background: #ebebeb;
  border: solid 1px #b5b5b5;
  border-top: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: 1;
}

.column-nav ul {
  padding: 15px 32px;
}

.column-nav li + li {
  margin: 13px 0 0;
}

.column-nav li a {
  font-size: 106.7%;
  text-decoration: none;
  padding: 0 0 0 15px;
  background: url(../img/icn_arrow09.png) no-repeat left center;
  background-size: 7px auto;
}

.column-nav li a:hover {
  text-decoration: underline;
}

.column-elm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 28px 0 10px;
  position: relative;
}

.challenge-elm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 20px 0;
  position: relative;
}

.column-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 -5px;
}

.column-share li {
  margin: 0 5px;
  line-height: 0;
}

.column-elm .column-date {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
}

.column-section {
  clear: both;
  border-top: solid 1px #999;
  margin: 32.5px 0 0;
  padding: 40px 0 0;
}

.column-section.top {
  padding: 0;
  margin: 0;
  border-top: none;
}

.column-entry .h_style10 {
  margin: 0 0 22.5px;
  padding: 0 0 0 17px;
  font-size: 160.0%;
  font-weight: 700;
  line-height: 1.25;
  color: #000;
  background: none;
  position: relative;
}

.column-entry .h_style10::before {
  content: "";
  display: block;
  width: 8px;
  height: 28px;
  background: #1db2ae;
  position: absolute;
  top: 0;
  left: 0;
}

.column-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0 -20px;
}

.column-flex .column-img {
  float: none;
  margin: 0 0 20px;
  width: 315px;
}

.column-box {
  border: 2px solid #ccc;
  margin: 20px 0 0;
  padding: 20px;
}

.column-box-txt {
  color: #666;
}

.column-box-txt.em {
  font-style: italic;
}

.column-movie {
  height: 366px;
  margin: 20px 0;
}

.column-movie iframe {
  width: 100%;
  height: 100%;
}

.column-index {
  background: #a4e4e1;
  padding: 10px 40px;
  position: relative;
  min-height: 80px;
}

.column-index p {
  font-family: 'Open Sans', sans-serif;
  font-size: 106.7%;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.1em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 28px;
  left: -5px;
}

.column-index ul li a {
  display: inline-block;
  font-size: 106.7%;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  letter-spacing: 0;
  line-height: 2.25;
  padding: 0 0 0 20px;
  position: relative;
  text-decoration: none;
}

.column-index ul li a::before {
  content: "";
  display: block;
  width: 13px;
  height: 9px;
  background: url(../img/icn_arrow_bottom.svg) no-repeat center center;
  background-size: 13px 9px;
  position: absolute;
  top: 14px;
  left: 0;
}

.index-medium {
  padding-left: 5%;
  margin-bottom: 10px;
}

.index-small {
  padding-left: 5%;
  margin-bottom: 10px;
}

.column-bottom {
  margin-top: 30px;
}

.column-recommend {
  margin: 40px 0 0;
  padding: 40px 0 0;
  border-top: solid 1px #999;
}

.column-recommend h2 {
  font-size: 120%;
  line-height: 1.1;
  margin: 0 0 18px;
}

.column-recommend ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -8.5px;
}

.column-recommend ul li {
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  width: calc(((100% - 15px * (3 - 1)) / 3) - .01px);
  margin: 0 8.5px;
}

.column-recommend ul li a {
  display: block;
  color: #cc0000;
  font-size: 86.7%;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  letter-spacing: 0;
  line-height: 1.5;
  text-decoration: none;
}

.column-recommend ul li a img {
  margin: 0 0 9px;
}

.column-recommend ul li a p {
  padding: 0 15px 15px;
}

.baseminar {
  width: auto;
  border: solid 3px #1db2ae;
  color: #333;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
  background-color: #eeffee;
  margin: 20px 0;
  padding: 10px 15px;
}

.baseminar a {
  background: url(../img/icn_external02.png) no-repeat right center;
  padding-right: 13px;
}

.baseminar_yellow {
  width: auto;
  border: solid 3px #ffd55c;
  color: #333;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
  background-color: #ffffcc;
  margin: 0 0;
  padding: 10px 15px;
}

.baseminar_yellow a {
  background: url(../img/icn_external02.png) no-repeat right center;
  padding-right: 13px;
}

.baseminar_red {
  width: auto;
  border: solid 3px #f00;
  color: #333;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
  background-color: #ffe3eb;
  margin: 0 0;
  padding: 10px 15px;
}

.baseminar_red a {
  background: url(../img/icn_external02.png) no-repeat right center;
  padding-right: 13px;
}

.baseminar2 {
  background: none;
  border-color: #ccc;
}

.baseminar .column-list {
  margin: 0;
}

.baseminar.top {
  margin-top: 0;
}

.ext {
  background-image: url(../img/icn_external02.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px;
}

.column-quote {
  border: solid 1px #ddd;
  background: #f4f4f4;
  margin: 30px 0;
  padding: 30px 60px;
  position: relative;
}

.column-quote::before, .column-quote::after {
  content: "";
  display: block;
  width: 20px;
  height: 17px;
  background: url(../img/icn_qt.svg) no-repeat center center;
  background-size: 20px 17px;
  position: absolute;
}

.column-quote::before {
  top: 10px;
  left: 10px;
}

.column-quote::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: 10px;
  right: 10px;
}

.column-quote p {
  line-height: 2.25;
}

/* 20230519追加 */

.agenda-and-points {
  background: #eee;
}

.agenda-and-points-title {
  font-size: 1.2em;
    background: #000;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.agenda-and-points-ul {
  margin-top: 15px;
}

.agenda-and-points-ul.indent li {
  margin: 0 0 0 30px;
}

.agenda-and-points-ul li {
  list-style-type: disc;
    line-height: 1.5;
    padding: 0px 10px 15px 10px;
    font-size: 106.7%;
}

/* 20240220追加 */
.table_design_steps {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}
.table_design_steps th, .table_design_steps td {
  padding: 1em;
}
.table_design_steps th {
  color: #4d9bc1;
  font-weight: bold;
  text-align: left;
  width: 20%;
  min-width: 4em;
  position: relative;
}
.table_design_steps th::after {
  content: '';
  background-color: #c1c7c6;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
}

/* 20250128追加 */
.pricing {
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
}

.plans {
  display: flex;
  gap: 20px;
  width: 650px;
  justify-content: center;
}

/* 各プランのカードデザイン */
.plan {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  width: 310px; /* PC版では固定幅 */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.plan:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* プランのタイトル */
.plan-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}

/* 価格表示 */
.plan-price {
  font-size: 3rem;
  font-weight: bold;
  color: #192f60;
  margin: 10px 0;
}

.plan-price span {
  font-size: 0.9rem;
  font-weight: normal;
  color: #555;
}

/* 特徴リスト */
.plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
  text-align: left;
}

.plan-features li {
  padding: 10px;
  border-bottom: #192f60 dotted 1px;
}

/* 奇数行の背景色 */
.plan-features li:nth-child(odd) {
  background: #e6f2ff;
}

/* ボタン */
.plan-button {
  background: #ca0f30;
  border: none;
  border-radius: 5px;
  margin: 10px 0;
  padding: 8px 12px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.plan-button a {
  color: #fff !important;
  text-decoration: none;
}

.plan-button:hover {
  background: #f7113a;
}

/* ▼ スマホ対応 ▼ */
@media screen and (max-width: 768px) {
  .pricing {
    display: block; /* 横並びを解除 */
    text-align: center;
    padding: 20px 0;
  }

  .plans {
    display: block; /* 横並び解除し、縦配置 */
    width: 100%; /* レスポンシブ対応 */
  }

  .plan {
    width: auto; /* 幅指定を解除し、親要素にフィット */
    margin: 0 auto 20px auto; /* 中央配置＆下に余白 */
  }

  /* プランのタイトル */
.plan-title {
  font-size: 2rem;
}

/* 価格表示 */
.plan-price {
  font-size: 3.5rem;
}

.plan-price span {
  font-size: 2rem;
}

/* ボタン */
.plan-button {
  font-size: 2rem;
  margin: 10px 0;
}

.plan-button a {
  text-decoration: none !important;
}

}

/* 20250131追加 */
.banner-pc-ssa-dl {
  display: block !important;
  margin-bottom: 30px !important;
}

.banner-sp-ssa-dl {
  display: none !important;
  margin-bottom: 30px !important;
}

.banner-pc-ssa-dl:hover {
    opacity: 0.6;
    transition-duration: 0.2s;
}

.banner-shadow-ssa-dl {
  box-shadow: 0px 9px 5px -5px rgba(0,0,0,0.5);
}

@media screen and (max-width: 768px) {

  .banner-pc-ssa-dl {
    display: none !important;
  }

  .banner-sp-ssa-dl {
    display: block !important;
  }

}

/* 20250527追加 */
.banner-inline-ttr {
  display: block !important;
  margin-bottom: 30px !important;
}

.banner-inline-ttr:hover {
    opacity: 0.6;
    transition-duration: 0.2s;
}

.banner-shadow-inline-ttr {
  box-shadow: 0px 9px 5px -5px rgba(0,0,0,0.5);
}


/* ----------------------------------------------------
  グローバル展開
---------------------------------------------------- */
.global .link-txt {
  font-weight: bold;
}

.global .link-txt a {
  border-bottom: solid 1px #000;
  padding: 0 0 3px;
}

.global .link-txt a:hover {
  text-decoration: none;
  border-bottom: none;
}

.global .link-txt.arrow {
  margin: -5px 0 0;
  padding: 0 0 0 15px;
  background: url(../img/icn_arrow09.png) no-repeat left center;
  background-size: 6px auto;
}

.global .main p + p {
  margin: 15px 0 0;
}

.global .main p + h2 {
  margin-top: 30px;
}

.global .main p + h3 {
  margin-top: 30px;
}

.global .main .image-area {
  margin: 0 0 20px;
}

.global_2column {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

.global_2column_1 {
  width: 30%;
  height: 100%;
  margin-left: 5%;
  margin-right: 5%;
}

.global_2column_2 {
  width: 55%;
  height: 100%;
  margin-right: 5%;
}

/* ----------------------------------------------------
	サービス・ソリューション
---------------------------------------------------- */
/* タブui */
.service .tab-nav {
  border-bottom: 1px solid #000;
  zoom: 1;
  padding: 0 0 0 16px;
}

.service .tab-nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.service .tab-nav li {
  float: left;
  width: 116px;
  margin: 0 0 0 10px;
}

.service .tab-nav a {
  display: block;
  margin: 0 0 -1px 0;
  background: #4C4C4C;
  color: #FFF;
  border: 1px solid #4C4C4C;
  height: 35px;
  line-height: 35px;
  font-size: 80%;
  text-align: center;
}

.service .tab-nav a span {
  background: url(/global/img/icn_arrow05.png) no-repeat left center;
  padding: 0 0 0 18px;
}

.service .tab-nav a:hover {
  text-decoration: none;
}

.service a.tab-nav-cu {
  background: #FFF;
  color: #4C4C4C;
  border-bottom: 1px solid #FFF;
  cursor: default;
  font-weight: bold;
}

.service a.tab-nav-cu span {
  background: url(/global/img/icn_arrow04.png) no-repeat left center;
  padding: 0 0 0 18px;
}

.service .tab-con {
  zoom: 1;
}

/* サービス一覧 */
.service .area-info .h_style01 {
  margin-bottom: 20px;
}

.service-filter {
  background: url(/global/img/bg_cat02.png) repeat;
  position: relative;
  padding: 0 0 14px 0;
}

.service-filter img {
  position: absolute;
  left: 50%;
  bottom: -14px;
  margin: 0 0 0 -6px;
}

.service-filter .h_style06 {
  margin: 0 0 0 15px;
  padding: 10px 0 0 0;
}

.service-filter ul {
  zoom: 1;
  padding: 0 0 0 15px;
}

.service-filter ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.service-filter li {
  float: left;
  margin: 10px 14px 0 0;
}

.service-filter a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 202px;
  height: 25px;
  background-color: #fff;
  border: solid 1px #d0d0d0;
  font-size: 80.0%;
}

.service-filter a:hover {
  text-decoration: none;
}

.service-filter li.service-filter-consul span {
  letter-spacing: -0.1em;
}

.service-filter span {
  display: inline-block;
  padding: 0 0 0 12px;
  line-height: 1.3;
  position: relative;
}

.service-filter span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #ca0f30;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.service-filter-current a {
  background-color: #ca0f30;
  color: #fff;
}

.service-filter-current span::before {
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
}

.service-name {
  border: 3px solid #ECECEC;
  border-top: none;
  margin: 0 0 30px 0;
}

.service-name ul {
  zoom: 1;
  padding: 20px 0 20px 20px;
}

.service-name ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.service-name li {
  float: left;
  margin: 0 20px 0 0;
  font-size: 80%;
}

.service-name a,
.service-name em {
  border-bottom: 1px dotted #D9D9D9;
  padding: 5px 0 5px 10px;
  display: block;
  width: 290px;
  background: url(/global/img/icn_arrow01.png) no-repeat left center;
}

.service-name a {
  text-decoration: underline;
}

.service-name a:hover {
  text-decoration: none;
}

.service-name em {
  text-overflow: ellipsis;
  overflow: hidden;
}

.service-name span {
  background: url(/global/img/icn_external02.png) no-repeat right center;
  padding: 0 18px 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 270px;
  display: block;
}

/* エリア・国別サービス 画像 */
.service-area {
  width: 670px;
  height: 348px;
  margin: 20px 0 15px;
}

.service-img {
  float: right;
  margin: 5px 0 20px 20px;
}

.service .area-con p {
  margin-bottom: 30px;
}

/* フォーカスサービス */
.service-focus {
  background: #f8f7f7;
  zoom: 1;
  padding: 16px 0 16px 14px;
}

.service-focus:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.service-focus li {
  float: left;
  margin: 0 14px 10px 0;
}

.service-focus li.bottom {
  margin: 0 14px 0 0;
}

.service-focus li a,
.service-focus li em {
  display: block;
  background: #4C4C4C;
  color: #fff;
  text-align: center;
  font-size: 80.0%;
  height: 30px;
  padding: 0 20px;
  line-height: 31px;
}

.service-focus li em {
  background: #d0d0d0;
  cursor: default;
}

.service-focus li a:hover {
  background: #ce1125;
  text-decoration: none;
}

.service-focus li span {
  background: url(/global/img/icn_arrow02.png) no-repeat left center;
  padding: 0 0 0 10px;
}

/* クラウドオフィス */
.service-title-cloud {
  font-size: 240%;
  font-weight: bold;
  color: #098512;
  margin: 0 0 10px 0;
}

.service-title-cloud small {
  font-size: 38.9%;
  margin: 0 0 0 10px;
}

.service-title-cloud02 {
  background: #e6f3e7;
  color: #098512;
  margin: 0 0 20px 0;
  padding: 10px;
  font-size: 126.7%;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

.service-title-cloud02 span {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #E50102;
}

.service-txt-cloud {
  font-weight: bold;
  font-size: 100%;
  padding: 22px 0 0 0;
}

.service-txt-cloud strong {
  color: #098512;
}

.service-txt-cloud02 {
  font-size: 93.3%;
  margin: 0 0 25px 0;
}

.service-txt-cloud02 + .service-title-cloud02 {
  margin-top: 50px;
}

.service-box-cloud {
  color: #098512;
  text-align: center;
  font-size: 100%;
  background: #e6f3e7;
  font-weight: bold;
  padding: 20px 0;
  margin: 40px 0;
}

.service-cols-cloud {
  zoom: 1;
  overflow: hidden;
  width: 690px;
  margin: 0 -20px 25px 0;
}

.service-cols-cloud:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.service-cols-cloud dl {
  float: left;
  width: 323px;
  border: 1px solid #D6D6D6;
  border-top: 2px solid #09AD00;
  margin: 0 20px 20px 0;
  min-height: 210px;
}

.service-cols-cloud dl:nth-child(odd) {
  clear: left;
}

.service-cols-cloud dt {
  color: #098512;
  font-weight: bold;
  font-size: 120.0%;
  line-height: 1.2;
  padding: 10px 0 10px 105px;
  height: 40px;
  background-position: 15px center;
  background-repeat: no-repeat;
  margin: 15px 0 0 0;
}

.service-cols-cloud dd {
  font-size: 93.3%;
  padding: 10px 20px 20px 20px;
  line-height: 1.5;
}

.service-col-cloud02 dt,
.service-col-cloud03 dt,
.service-col-cloud06 dt {
  line-height: 50px;
}

.service-col-cloud01 dt {
  background-image: url(/global/img/icn_service_cloud01.png);
}

.service-col-cloud02 dt {
  background-image: url(/global/img/icn_service_cloud02.png);
}

.service-col-cloud03 dt {
  background-image: url(/global/img/icn_service_cloud03.png);
}

.service-col-cloud04 dt {
  background-image: url(/global/img/icn_service_cloud04.png);
}

.service-col-cloud05 dt {
  background-image: url(/global/img/icn_service_cloud05.png);
}

.service-col-cloud06 dt {
  background-image: url(/global/img/icn_service_cloud06.png);
}

.service-table-cloud {
  width: 100%;
  border: 1px solid #D6D6D6;
  margin: 0 0 20px 0;
}

.service-table-cloud th {
  color: #FFF;
  background: #666;
  font-size: 93.3%;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  border-right: 1px solid #D6D6D6;
}

.service-table-cloud td {
  font-size: 86.7%;
  padding: 5px 20px;
  border-right: 1px solid #D6D6D6;
}

.service-table-cloud-odd {
  background: #F3F3F3;
}

.service-txt-note {
  font-size: 12px;
  margin-bottom: 20px;
}

/* ITセキュリティ診断 */
.service-title-security {
  font-size: 240%;
  font-weight: bold;
  color: #0443a2;
  margin: 0 0 10px 0;
}

.service-title-security02 {
  background: #e5f3fa;
  color: #0443a2;
  margin: 0 0 20px 0;
  padding: 10px;
  font-size: 126.7%;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

.service-txt-security {
  font-weight: bold;
  font-size: 100%;
  padding: 22px 0 0 0;
}

.service-txt-security02 {
  font-size: 93.3%;
  margin: 0 0 25px 0;
}

.service-txt-security02 strong {
  color: #cf1126;
}

.service-list-security {
  font-size: 93.3%;
  margin: 0 0 40px;
}

.service-cols-security {
  zoom: 1;
  overflow: hidden;
  width: 690px;
  margin: 0 -20px 0 0;
}

.service-cols-security + h3 {
  margin-top: 25px;
}

.service-cols-security:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.service-cols-security dl {
  float: left;
  width: 323px;
  border: 1px solid #D6D6D6;
  border-top: 2px solid #0443a2;
  margin: 0 20px 20px 0;
  min-height: 145px;
}

.service-cols-security dl:nth-child(odd) {
  clear: left;
}

.service-cols-security dl:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

.service-cols-security dt {
  color: #0443a2;
  font-weight: bold;
  font-size: 120.0%;
  letter-spacing: 0.04em;
  padding: 10px 0 10px 105px;
  height: 40px;
  line-height: 50px;
  background-position: 15px center;
  background-repeat: no-repeat;
  margin: 15px 0 0 0;
}

.service-cols-security dd {
  font-size: 93.3%;
  padding: 10px 20px 20px 20px;
  line-height: 1.5;
}

.service-col-security01 dt {
  background-image: url(/global/img/icn_service_security01.png);
}

.service-col-security02 dt {
  background-image: url(/global/img/icn_service_security02.png);
}

.service-col-security03 dt {
  background-image: url(/global/img/icn_service_security03.png);
}

.service-col-security04 dt {
  background-image: url(/global/img/icn_service_security04.png);
}

.service-col-security05 dt {
  background-image: url(/global/img/icn_service_security05.png);
}

.service-col-security06 dt {
  background-image: url(/global/img/icn_service_security06.png);
}

.service-col-security07 {
  float: none !important;
  width: 668px !important;
  margin: 0 0 20px 0 !important;
}

.service-col-security07 dt {
  padding: 0 0 0 20px;
}

.service-col-security08 {
  min-height: 240px !important;
}

.service-col-security08 dt {
  padding: 5px 0 5px 20px;
  line-height: 1.2;
  height: auto;
}

.service-col-security08 ul li {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.service-col-security07 ol li {
  list-style: decimal;
  margin: 0 0 0 25px;
}

/* 海外現地調査パッケージ20231003 */
.service-local-it-3column div {
  width: calc(33.33% - 22px);
  float: left;
  margin: 20px 0 25px 0;
  border: 1px solid #D6D6D6;
  border-top: 2px solid #0443a2;
}

.service-local-it-3column .service-local-it-3column-01 {
  margin-right: 15px;
  padding: 5px;
}

.service-local-it-3column .service-local-it-3column-02 {
  margin-right: 15px;
  padding: 5px;
}

.service-local-it-3column .service-local-it-3column-03 {
  padding: 5px;
}

/* 日中間通信ソリューション */
.service-title-highspeed {
  font-size: 300%;
  color: #008ba0;
  margin: 0 0 15px 0;
}

.service-title-highspeed02 {
  background: #e9fbf8;
  color: #008ba0;
  margin: 0 0 20px 0;
  padding: 15px 10px;
  font-size: 126.7%;
  line-height: 1;
  text-align: center;
}

.service-title-highspeed03 {
  background: #e9fbf8;
  color: #008ba0;
  margin: 0 0 20px 0;
  padding: 10px;
  font-size: 126.7%;
  line-height: 1;
}

.service-txt-highspeed {
  font-weight: bold;
  font-size: 125%;
  padding: 22px 0 0 0;
}

.service-txt-highspeed02 {
  font-size: 115%;
  margin: 0 0 25px 0;
}

.service-txt-highspeed02 strong {
  font-size: 115%;
  color: #cf1126;
}

.service-txt-highspeed02 {
  font-size: 115%;
  margin: 0 0 25px 0;
}

.service-txt-highspeed02 strong {
  font-size: 115%;
  color: #cf1126;
}

.service-cols-highspeed {
  zoom: 1;
  overflow: hidden;
  width: 690px;
  margin: 0 -20px 25px 0;
}

.service-cols-highspeed:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.service-cols-highspeed dl {
  float: left;
  width: 323px;
  border: 1px solid #D6D6D6;
  border-top: 2px solid #008ba0;
  margin: 0 20px 20px 0;
  min-height: 265px;
}

.service-cols-highspeed dl:nth-child(odd) {
  clear: left;
}

.service-cols-highspeed dt {
  color: #008ba0;
  font-weight: bold;
  font-size: 150%;
  padding: 5px 0 5px 20px;
  line-height: 1.2;
  background-position: 15px center;
  background-repeat: no-repeat;
  margin: 15px 0 0 0;
}

.service-cols-highspeed dd {
  font-size: 115%;
  padding: 10px 20px 20px 20px;
  line-height: 1.5;
}

/* ----------------------------------------------------
	事例
---------------------------------------------------- */
/* 一覧 */
.case-more {
  float: right;
  margin: 13px 0 0 0;
}

.case-more a {
  color: #FFF;
  display: block;
  width: 120px;
  text-align: center;
  height: 28px;
  line-height: 28px;
  padding: 0 0 0 10px;
  background: url(/global/img/icn_arrow02.png) no-repeat 25px center #4C4C4C;
}

.case-more a:hover {
  background-color: #ce1125;
  text-decoration: none;
}

/* 詳細 */
.case-col {
  margin: 0 0 50px 0;
}

.case-txt {
  margin: 0 0 12px 0;
}

/* ----------------------------------------------------
	課題
---------------------------------------------------- */
.challenge .main-bg {
  padding-top: 30px;
}

.challenge .tab-nav {
  border-bottom: 1px solid #000;
  zoom: 1;
}

.challenge .tab-nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.challenge .tab-nav li {
  float: left;
  width: 210px;
  margin: 0 0 0 10px;
}

.challenge .tab-nav a {
  display: block;
  margin: 0 0 -1px 0;
  background: #4C4C4C;
  color: #FFF;
  border: 1px solid #4C4C4C;
  height: 35px;
  line-height: 36px;
  text-align: center;
  font-size: 110%;
}

.challenge .tab-nav a span {
  background: url(/global/img/icn_arrow05.png) no-repeat left center;
  padding: 0 0 0 18px;
}

.challenge .tab-nav a:hover {
  text-decoration: none;
}

.challenge a.tab-nav-cu {
  background: #FFF;
  color: #4C4C4C;
  border-bottom: 1px solid #FFF;
  cursor: default;
  font-weight: bold;
}

.challenge a.tab-nav-cu span {
  background: url(/global/img/icn_arrow04.png) no-repeat left center;
  padding: 0 0 0 18px;
}

.challenge .tab-con {
  padding: 25px 0 0 0;
}

.challenge .tab-con p {
  font-size: 110%;
}

.challenge-img01 {
  float: right;
  margin: -10px 0 0 20px;
}

.challenge-list {
  margin: 0 0 30px 0;
}

.challenge-list li {
  font-size: 110%;
}

.challenge-btn {
  padding: 10px 0;
}

.challenge-btn a {
  display: block;
  width: 280px;
  margin: 0 auto;
  text-align: center;
  background: #4C4C4C;
  height: 42px;
  line-height: 42px;
  color: #FFF;
  font-size: 93.3%;
}

.challenge-btn a:hover {
  background: #ce1125;
  text-decoration: none;
}

.challenge-btn span {
  background: url(/global/img/icn_arrow02.png) no-repeat left center;
  padding: 0 0 0 18px;
}

/* タイトル */
.challenge-title {
  margin: -30px 0 30px -20px;
}

/* リスト */
.challenge-list02 {
  border: 1px solid #CCC;
  margin: 0 0 20px;
  padding: 10px 30px;
}

.challenge-list02 li {
  list-style-type: disc;
  line-height: 1.4;
  padding: 4px 0;
}

.challenge-list02 li strong {
  font-size: 110%;
  display: block;
  padding: 6px 0;
}

.challenge-list02 .external {
  background: url(/global/img/icn_external02.png) no-repeat right center;
  padding: 0 20px 0 0;
}

.challenge-list03 {
  padding: 0 30px;
}

.challenge-list03 li {
  list-style-type: disc;
  line-height: 1.4;
  padding: 4px 0;
}

.challenge-list03 .external {
  background: url(/global/img/icn_external02.png) no-repeat right center;
  padding: 0 20px 0 0;
}

/* その他テキスト */
.challenge .h_style01 {
  margin: 40px 0 20px;
}

.challenge .h_style10 {
  margin: 30px 0 20px;
}

.challenge .h_style09 {
  margin: 20px 0 10px;
}

.challenge p + p {
  margin-top: 20px;
}

.challenge p + .challenge-list02 {
  margin-top: 20px;
}

.challenge p + .caption {
  margin-top: 10px;
  text-align: center;
}

.challenge p strong {
  font-size: 110%;
  color: #666;
  line-height: 2;
}

.challenge .main-bg a {
  text-decoration: underline;
}

.challenge p small {
  font-size: 88%;
  color: #666;
}

.challenge .note {
  margin: 10px 0 0 20px;
}

.challenge .note p + p {
  margin-top: 10px;
}

/* ----------------------------------------------------
	よくあるご質問
---------------------------------------------------- */
/* 一覧 */
.faq-list {
  overflow: hidden;
  margin: 0 0 15px 0;
}

.faq-list a {
  display: block;
  zoom: 1;
  font-size: 115%;
  margin: 0 0 -1px 0;
}

.faq-list a:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.faq-list em {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 15px 0 0;
  color: #ce1125;
  padding: 9px 0;
  line-height: 1.4;
}

.faq-list span {
  display: block;
  overflow: hidden;
  zoom: 1;
  border-bottom: 1px dotted #D9D9D9;
  padding: 9px 0;
  line-height: 1.4;
}

/* 詳細 */
.faq-back a {
  padding: 0 0 0 10px;
  background: url(/global/img/icn_arrow03.png) no-repeat left center;
}

.faq-txt {
  margin: 0 0 30px 0;
}

/* ----------------------------------------------------
	サイトマップ
---------------------------------------------------- */
.sitemap-list {
  padding: 40px 15px 10px 60px;
  font-size: 110%;
  width: 240px;
  float: left;
}

.sitemap-list li {
  margin: 0 0 40px 0;
}

.sitemap-list ul {
  margin: 25px 0 0 0;
}

.sitemap-list ul li {
  margin: 0 0 10px 20px;
  font-size: 90%;
}

.sitemap-list a {
  background: url(/global/img/icn_arrow01.png) no-repeat left 7px;
  padding: 0 0 3px 12px;
  border-bottom: 1px solid #DDD;
  display: block;
}

.sitemap-list ul li a {
  border-bottom: none;
}

/*------------------------------
  .mainContact
------------------------------*/
.mainContact {
  margin-top: 20px;
  padding: 19px 19px 19px 14px;
  border-radius: 4px;
  border: 1px #ccc solid;
  border-bottom-width: 3px;
  background: #fff;
}

.mainContact .text {
  float: left;
}

.mainContact .text dt {
  min-height: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
}

.mainContact .text dt + dd {
  min-height: 68px;
  font-size: 14px;
  line-height: 1.4em;
}

.mainContact .text dd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 330px;
  height: 52px;
  background: #2da71b;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 0 0 #237c13;
          box-shadow: 0 4px 0 0 #237c13;
  font-size: 20px;
  color: #fff;
  position: relative;
}

.mainContact .text dd a::before {
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  background: url(/global/img/icn_external04.png) no-repeat center center;
  background-size: 9px auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}

.mainContact .text dd a:hover {
  text-decoration: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mainContact .text dd a span {
  position: relative;
  padding: 0 0 0 30px;
  background: url(/global/img/icn_mail.png) no-repeat 8px center;
  background-size: 18px auto;
}

.mainContact .image {
  float: right;
}

/*------------------------------
  .sideContact
------------------------------*/
.sideContact {
  padding: 14px;
  margin-top: 20px;
  border-radius: 4px;
  border: 1px #ccc solid;
  border-bottom-width: 3px;
  background: #fff;
}

.sideContact dl dt {
  margin: 0 0 15px;
  font-size: 12px;
}

.sideContact dl dt a {
  display: inline-block;
  width: 180px;
  height: 53px;
  background: url(/global/img/sidecontact_btn_01.png) no-repeat left top;
}

.sideContact dl dt a:hover {
  background-image: url(/global/img/sidecontact_btn_01_on.png);
}

.sideContact dl dt a span {
  position: relative;
  z-index: -1;
}

.sideContact dl dd {
  font-size: 12px;
  line-height: 1.6em;
}

/*------------------------------
  .columnRecomend
------------------------------*/
.columnRecomend {
  padding: 14px;
  margin-top: 20px;
  border-radius: 4px;
  border: 1px #ccc solid;
  border-bottom-width: 3px;
  background: #fff;
}

.columnRecomend dl dt {
  margin: 0 0 15px;
  padding: 9px 10px;
  color: #fff;
  background: #14bebc;
  line-height: 1.2em;
}

.columnRecomend dl dd ul li {
  margin: 0 0 10px 1.3em;
  font-size: 12px;
  line-height: 1.6em;
}

.columnRecomend dl dd ul li:before {
  display: inline-block;
  width: 1.3em;
  margin-left: -1.3em;
  color: #00a9b3;
  content: "■";
}

.columnRecomend dl dd ul li:last-of-type {
  margin-bottom: 0;
}

/*------------------------------
  .columnTheme
------------------------------*/
.columnTheme {
  padding: 14px;
  margin-top: 20px;
  border-radius: 4px;
  border: 1px #ccc solid;
  border-bottom-width: 3px;
  background: #fff;
}

.columnTheme dt {
  margin: 0 0 15px;
  padding: 9px 10px;
  color: #fff;
  background: #14bebc;
  line-height: 1.2em;
}

.columnTheme ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2.5px -10px;
}

.columnTheme li {
  margin: 0 2.5px 10px;
  border-radius: 2px;
  border: solid 1px #3e3e3e;
}

.columnTheme li a {
  display: block;
  padding: 2px 8px 1px;
  color: #2e2e2e;
  font-size: 86.7%;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-align: center;
}

.columnTheme li a:hover,
.columnTheme li a.active {
  text-decoration: none;
  background: #3e3e3e;
  color: #fff;
}

.columnTheme.column-top {
  display: none;
}

/* ----------------------------------------------------
  共通フッター
---------------------------------------------------- */
#footer-container img {
  width: auto;
}

/* ----------------------------------------------------
	フッター
---------------------------------------------------- */
.footer {
  background: url(/global/img/bg_footer.png) repeat;
  width: 100%;
}

.is-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
}

.footer-bnr {
  padding: 20px 0;
}

.footer-bnr ul {
  width: 950px;
  margin: 0 auto;
  zoom: 1;
}

.footer-bnr ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.footer-bnr ul li {
  float: left;
  background: #FFF;
  margin: 0 10px 0 0;
}

.footer-bnr ul li:last-child {
  margin: 0;
}

.footer-bnr ul li img {
  background: #FFF;
}

.footer-bottom {
  background: #CE1125;
  padding: 20px 0;
}

.footer-inner {
  zoom: 1;
  width: 950px;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
}

.footer-inner:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.footer-nav {
  zoom: 1;
}

.footer-nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.footer-nav li {
  float: left;
  margin: 0 15px 0 0;
  border-right: 1px solid #FFF;
  height: 12px;
  line-height: 12px;
  padding: 0 15px 0 0;
}

.footer-nav li a {
  color: #FFF;
  font-size: 88%;
  display: block;
  line-height: 12px;
}

.footer-nav li .external {
  background: url(/global/img/icn_external02.png) no-repeat right center;
  padding: 0 18px 0 0;
}

.footer-nav li:last-child {
  border-right: none;
}

.footer-copyright {
  padding: 0 0 0 0;
  position: absolute;
  right: 0;
  top: 2px;
}

.footer-btn {
  position: absolute;
  right: 0;
  top: 10px;
  margin: 0 !important;
}

.footer-btn a {
  background: #222;
  color: #FFF;
  width: 140px;
  height: 36px;
  line-height: 36px !important;
  font-size: 100% !important;
  text-align: center;
  display: block;
}

.footer-btn a:hover {
  text-decoration: none;
  background: #292929;
}

/* ----------------------------------------------------
	infinite-scroll
---------------------------------------------------- */
.inf-loader {
  position: fixed;
  top: 50%;
  width: 50px;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  background: url(/global/img/ajax-loader.gif) no-repeat center center #000;
}

#infscr-loading img {
  display: none;
}

/* ----------------------------------------------------
	ページ上部へ
---------------------------------------------------- */
.pagetop {
  position: fixed;
  right: 22px;
  bottom: 16px;
  display: none;
}

/* ----------------------------------------------------
	汎用class
---------------------------------------------------- */
/* ---------- pickup ---------- */
.pickup {
  zoom: 1;
  margin: 0 -14px 50px 0;
  width: 684px;
  overflow: hidden;
}

.pickup:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.pickup-col {
  float: left;
  width: 214px;
  background: #666;
  margin: 0 14px 0 0;
  padding: 0 0 10px 0;
  color: #FFF;
  line-height: 1.4;
}

.pickup-col dt {
  font-weight: bold;
  display: block;
  font-weight: normal;
}

.pickup-col dd {
  padding: 0 10px 0 10px;
}

.pickup-col dd strong {
  color: #24d6cc;
  display: block;
  font-size: 115%;
  margin: 8px 0 5px 0;
}

.pickup-col dd small {
  display: block;
  margin: 8px 0 0 0;
  min-height: 48px;
}

/* icn */
.icn-area {
  zoom: 1;
  width: 200px;
  margin: 0 -5px 0 0;
  overflow: hidden;
  padding: 5px 0 0 0;
}

.icn-area:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.icn-area li {
  float: left;
  width: 43px;
  text-align: center;
  background: #CE1125;
  font-size: 73.3%;
  height: 20px;
  line-height: 21px;
  margin: 0 5px 0 0;
  border: 1px solid #FFF;
}

.icn-area-none {
  background: #FFF !important;
  color: #666 !important;
}

.icn-external {
  background: url(/global/img/icn_external02.png) no-repeat right center;
  padding: 0 15px 0 0;
  margin: 0 5px 0 0;
}

/* ---------- imgset ---------- */
.imgset {
  zoom: 1;
  margin: 0 0 20px;
}

.imgset-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 55px 0 0;
  background: url(/global/img/icn_arrow07.png) no-repeat 98% center;
  text-decoration: none !important;
}

.imgset-link:hover {
  text-decoration: none;
  background: url(/global/img/icn_arrow08.png) no-repeat 98% center #F5F5F5;
}

.imgset-img {
  margin: 0 20px 0 0;
}

.imgset-link .imgset-txt {
  width: 400px;
  line-height: 1.5;
}

.imgset-link .imgset-txt p {
  font-size: 93.3%;
  line-height: 1.9;
}

.imgset-link .imgset-img {
  width: 195px;
  margin: 0 20px 0 0;
}

.imgset.comming {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icn-case {
  zoom: 1;
  margin: 15px 0 0 0;
}

.icn-case:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.icn-case li {
  width: 75px;
  height: 21px;
  line-height: 21px;
  background: url(/global/img/bg_icn.png) repeat 0 0;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  float: left;
  margin: 0 5px 0 0;
  font-size: 90%;
}

.imgset-icn {
  margin: 0 0 6px;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
}

.imgset-icn li {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  background: #1db2ae;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
}

.imgset-icn li + li {
  margin-left: 7px;
}

/* ---------- 見出し ---------- */
.h_style01 {
  background: url(/global/img/icn_square01.png) no-repeat 20px center #DDD;
  font-size: 120.0%;
  font-weight: normal;
  margin: 25px 0 35px 0;
  padding: 15px 0 15px 50px;
}

.h_style01 small {
  font-size: 88.2%;
}

.h_style02 {
  background: url(/global/img/bg_line01.png) repeat-x left bottom;
  padding: 0 0 12px 0;
  font-size: 128%;
  font-weight: normal;
  margin: 0 0 10px 0;
  line-height: 1.4;
}

.h_style02 span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border: 1px solid #12A0A2;
  vertical-align: top;
  margin: 0 10px 0 0;
}

.h_style02 strong {
  display: inline-block;
  font-weight: normal;
  line-height: 20px;
  height: 20px;
  background: #12A0A2;
  color: #FFF;
  vertical-align: top;
  padding: 0 8px;
}

.h_style02 em {
  display: inline-block;
  font-weight: bold;
  line-height: 20px;
  height: 20px;
  vertical-align: top;
  width: 26px;
  text-align: center;
}

.h_style02 small {
  font-size: 95%;
  position: relative;
  top: -1px;
}

.h_style03 {
  font-size: 126.7%;
  font-weight: normal;
  color: #ce1125;
  margin: 0 0 5px 0;
}

.h_style03.external {
  background: url(/global/img/icn_external02.png) no-repeat right center;
  padding: 0 20px 0 0;
  display: inline-block;
}

.h_style04 {
  font-size: 130%;
  margin: 0 0 10px 0;
}

.h_style05 {
  font-size: 126.7%;
  font-weight: normal;
  margin: 0 0 20px 0;
}

.h_style05 span {
  font-weight: bold;
}

.h_style06 {
  font-weight: normal;
  font-size: 100%;
  color: #ce1125;
}

.h_style07 {
  font-size: 100%;
  font-weight: bold;
  margin: 0 0 20px 0;
  border-bottom: 2px solid #CCC;
  padding: 0 0 10px 0;
}

.h_style07 em {
  font-weight: normal;
  font-style: italic;
  padding: 0 8px 0 5px;
  height: 20px;
  font-size: 93.3%;
  line-height: 20px;
  display: inline-block;
  margin: 0 10px 0 0;
  background: #CC1125;
  color: #FFF;
}

.h_style08 {
  font-weight: normal;
  font-size: 93.3%;
  margin: 0 0 10px 0;
}

.h_style09 {
  font-size: 106.7%;
  font-weight: bold;
  color: #ce1125;
}

.h_style10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #1DB2AE;
  color: #FFF;
  padding: 8px 15px;
  font-size: 120.0%;
  font-weight: normal;
  line-height: 1.3;
  margin: 0 0 30px 0;
}

.h_style10 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  vertical-align: top;
  margin: 0 10px 0 0;
}

.h_style10 strong {
  font-weight: normal;
  line-height: 22px;
  height: 22px;
  background: #fff;
  color: #1db2ae;
  vertical-align: top;
  padding: 0 8px;
}

.h_style10 em {
  font-weight: bold;
  line-height: 20px;
  height: 20px;
  vertical-align: top;
  width: 26px;
  border: 1px solid #fff;
  text-align: center;
}

.h_style10 small {
  font-size: 100%;
}

.h_style11 {
  background: #d5eae9;
  font-size: 106.7%;
  line-height: 1.9;
  font-weight: bold;
  margin: 20px 0 20px 0;
  padding: 5px 18px;
}

.h_style12 {
  margin: 0 0 30px;
  padding: 10px 20px;
  background: #ebebeb;
  border-left: solid 10px #1db2ae;
  font-size: 120%;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.h_style13 {
  font-size: 106.7%;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-weight: 700;
  color: #1db2ae;
  letter-spacing: 0.1em;
}

.h_style13 small {
  font-size: 86.7%;
}

.h_style14 {
  margin: 15px 0;
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-weight: bold;
}

.h_style14:before, .h_style14:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.h_style14:before {
  left:0;
}

.h_style14:after {
  right: 0;
}

/* ---------- table01 ---------- */
.table01 {
  width: 100%;
  border-top: 1px solid #CCC;
}

.table01 th {
  vertical-align: top;
  border-bottom: 1px solid #CCC;
  padding: 22px 0 22px 20px;
}

.table01 td {
  vertical-align: top;
  font-size: 90%;
  padding: 3px 10px 3px 0;
}

.table01-border {
  border-bottom: 1px solid #CCC;
  padding: 3px 10px 25px 0 !important;
}

.table01-padding {
  padding: 25px 10px 3px 0 !important;
}

/* ---------- table02 ---------- */
.table02 {
  width: 100%;
}

.table02 th {
  background: #F5F5F5;
  font-weight: bold;
  padding: 8px 0;
  text-align: center;
  line-height: 1.5;
}

.table02 td {
  padding: 8px 0;
  border-bottom: 1px solid #D6D6D6;
  line-height: 1.5;
}

.table02 td a {
  text-decoration: underline;
}

.table02 td a:hover {
  text-decoration: none;
}

.table02 .al-l {
  padding-left: 10px;
}

.table02 small {
  font-size: 100%;
  font-weight: bold;
}

.table02 strong {
  padding: 2px 0 2px 28px;
  font-weight: normal;
}

.table02-add {
  font-size: 90%;
}

.table02 .icn-us {
  background: url(/global/img/icn_us.png) no-repeat left center;
}

.table02 .icn-en {
  background: url(/global/img/icn_en.png) no-repeat left center;
}

.table02 .icn-de {
  background: url(/global/img/icn_de.png) no-repeat left center;
}

.table02 .icn-cn {
  background: url(/global/img/icn_cn.png) no-repeat left center;
}

.table02 .icn-hk {
  background: url(/global/img/icn_hk.png) no-repeat left center;
}

.table02 .icn-th {
  background: url(/global/img/icn_th.png) no-repeat left center;
}

.table02 .icn-sg {
  background: url(/global/img/icn_sg.png) no-repeat left center;
}

.table02 .icn-id {
  background: url(/global/img/icn_id.png) no-repeat left center;
}

.table02 .icn-vn {
  background: url(/global/img/icn_vn.png) no-repeat left center;
}

/* ---------- clearfix ---------- */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

/* ---------- 罫線 ---------- */
.line01 {
  height: 2px;
  background: url(/global/img/bg_line01.png) repeat-x;
}

.line01 hr {
  display: none;
}

/* ---------- 要素の状態 ---------- */
.is-none {
  display: none;
}

.is-hidden {
  visibility: hidden;
}

/* ---------- 文字揃え ---------- */
.al-l {
  text-align: left !important;
}

.al-r {
  text-align: right !important;
}

.al-c {
  text-align: center !important;
}

/* ---------- 文字色 ---------- */
.font-red {
  color: #ce1125;
}

/* ---------- 幅 ---------- */
.wid10 {
  width: 10px !important;
}

.wid20 {
  width: 20px !important;
}

.wid30 {
  width: 30px !important;
}

.wid40 {
  width: 40px !important;
}

.wid50 {
  width: 50px !important;
}

.wid60 {
  width: 60px !important;
}

.wid70 {
  width: 70px !important;
}

.wid80 {
  width: 80px !important;
}

.wid90 {
  width: 90px !important;
}

.wid100 {
  width: 100px !important;
}

.wid110 {
  width: 110px !important;
}

.wid120 {
  width: 120px !important;
}

.wid130 {
  width: 130px !important;
}

.wid140 {
  width: 140px !important;
}

.wid150 {
  width: 150px !important;
}

.wid160 {
  width: 160px !important;
}

.wid200 {
  width: 200px !important;
}

.wid250 {
  width: 250px !important;
}

.wid260 {
  width: 260px !important;
}

.wid270 {
  width: 270px !important;
}

.wid300 {
  width: 300px !important;
}

.wid350 {
  width: 350px !important;
}

.wid490 {
  width: 490px !important;
}

.wid600 {
  width: 600px !important;
}

.wid700 {
  width: 700px !important;
}

.wid720 {
  width: 720px !important;
}

/* ---------- マージン ---------- */
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mtm4 {
  margin-top: -4px !important;
}

.mtm5 {
  margin-top: -5px !important;
}

.mtm20 {
  margin-top: -20px !important;
}

/**/
.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr7 {
  margin-right: 7px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

/**/
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

/**/
.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.for-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  body * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  img {
    width: 100%;
    height: auto;
  }
  a:hover {
    text-decoration: none;
  }
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }
  #page-wrapper {
    min-width: inherit;
  }
  /* ----------------------------------------------------
    ヘッダー
  ---------------------------------------------------- */
  .header-top {
    width: 100%;
    height: auto;
    position: relative;
  }
  .header-top.is-fixed {
    position: fixed;
    top: 0;
    bottom: inherit;
  }
  .header-inner {
    width: 100%;
    height: auto;
  }
  .header-gr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 43px;
    float: none;
    margin: 0 15px;
  }
  .header-gr::after {
    display: none;
  }
  .header-gr a {
    width: 144px;
    line-height: 0;
  }
  .header-gr span {
    padding: 0 0 0 6px;
    font-size: 10px;
  }
  .header-nav {
    display: none;
  }
  .header-iij {
    display: none;
  }
  .header-gnv {
    height: 0;
    margin: 0;
    background: url(../img/bg_body.png) repeat left top;
    overflow: hidden;
    position: relative;
    top: 0;
    -webkit-transition: height .5s,margin .5s;
    transition: height .5s,margin .5s;
  }
  .header-gnv.is-open {
    height: 106px;
    margin: 0 0 10px;
  }
  .header-gnv.is-fixed {
    position: fixed;
    bottom: inherit;
    top: 43px;
  }
  .header-gnv ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 1px 0 0;
    background: none;
  }
  .header-gnv ul:after {
    display: none;
  }
  .header-gnv ul li {
    width: 33.3333333%;
    margin: 0;
    border-right: solid 1px rgba(255, 255, 255, 0.7);
    float: none;
  }
  .header-gnv ul li:nth-child(-n+3) {
    border-bottom: solid 1px rgba(255, 255, 255, 0.7);
  }
  .header-gnv ul li:nth-child(3n) {
    border-right: none;
  }
  .header-gnv ul li a {
    height: 52.5px;
    line-height: inherit;
    display: block;
    background: url(../img/bg_dot.png) repeat left top;
    background-size: 4px;
    font-size: 83.3%;
    font-weight: normal;
  }
  .header-gnv ul li a img {
    width: inherit;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
  .header-gnv ul li a:hover,
  .header-gnv .is-current a {
    background: url(../img/bg_dot.png) repeat left top;
    background-size: 4px;
  }
  .header-gnv ul li span {
    display: block;
    margin-top: -3px;
  }
  .header-gnv-icn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 36px;
  }
  .header-gnv-home a {
    width: auto;
  }
  .header-gnv-global a {
    width: auto;
  }
  .header-gnv-service a {
    width: auto;
  }
  .header-gnv-challenge a {
    width: auto;
  }
  .header-gnv-column a {
    width: auto;
  }
  .header-gnv ul li.header-gnv-contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    background: url(../img/bg_dot02.png) repeat left top;
    background-size: 4px;
  }
  .header-gnv ul li.header-gnv-contact a span {
    margin: 0 -9px 0 0;
    padding: 0 19px 0 0;
    background: url(../img/icn_external04.png) no-repeat right center;
    background-size: 11.5px auto;
  }
  .header-sp-menu {
    height: 22px;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    top: -5px;
    bottom: 0;
    right: 16px;
    margin: auto;
  }
  .header-sp-menu span {
    padding-bottom: 12px;
    position: relative;
  }
  .header-sp-menu span::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4.5px 0 4.5px;
    border-color: #d5103f transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .header-sp-menu.is-open span::before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  /* ----------------------------------------------------
    トピックパス
  ---------------------------------------------------- */
  .topicpath {
    padding: 12px 0 12px 15px;
    width: 100%;
  }
  .topicpath ul {
    margin: 0;
  }
  .topicpath li {
    margin: 0 8px 0 0;
    font-size: 91.7%;
  }
  .topicpath li:last-child {
    float: none;
  }
  .topicpath-home {
    width: 24px;
    margin: 2px 8px 0 0 !important;
  }
  /* ----------------------------------------------------
    コンテンツ
  ---------------------------------------------------- */
  .container {
    padding: 0;
    margin: 0 0 50px;
  }
  .container.is-open {
    -webkit-transition: padding-top .5s;
    transition: padding-top .5s;
  }
  .contents {
    width: auto;
    margin: 0;
  }
  /* メイン */
  .main {
    width: 100%;
    float: none;
  }
  .main p {
    line-height: 1.8;
  }
  .main-title {
    margin: 0 0 15px;
  }
  .main-bg {
    margin: 0 15px;
    padding: 15px 12px 20px 12px;
  }
  .main-bg.column-bg {
    padding: 15px 12px 20px 12px;
  }
  /* サイド */
  .side {
    width: auto;
    float: none;
    margin: 40px 15px 0;
  }
  .banner li {
    margin: 0 0 40px;
  }
  .lnv-title {
    font-size: 150.0%;
  }
  .lnv-title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding: 0 20px;
  }
  .lnv-title a:hover {
    text-decoration: none;
  }
  .lnv {
    margin: 0 0 40px;
  }
  .lnv ul {
    margin: 0;
  }
  .lnv li {
    margin: 0;
    border-bottom: none;
  }
  .lnv li + li {
    margin: 1px 0 0;
  }
  .lnv li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    padding: 0 0 0 42.5px;
    background-position: 25px center;
    font-size: 116.7%;
  }
  .side .mainContact {
    margin-top: 40px;
  }
  /*画像スクロール*/
  .image-area {
    border: solid 2px #ddd;
    position: relative;
  }
  .image-area.image-scroll::before {
    content: "";
    display: block;
    width: 50px;
    height: 21px;
    background: url(../img/icn_hand.png) no-repeat center center;
    background-size: 50px auto;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
  }
  /* ----------------------------------------------------
    トップ
  ---------------------------------------------------- */
  /* 記事アイコン */
  .home .article .entries-com-column {
    background-size: 15px auto;
  }
  .home .article .entries-com-event {
    background-size: 15px auto;
  }
  .home .article .entries-com-press {
    background-size: 15px auto;
  }
  .home .article .entries-com-case {
    background-size: 15px auto;
  }
  .home .article .entries-com-service {
    background-size: 15px auto;
  }
  .home .article .entries-com-challenge {
    background-size: 15px auto;
  }
  /* スペシャルメインビジュアル */
  .specialMainvisual {
    overflow: auto;
    min-width: 100%;
    height: auto;
  }
  .specialMainvisual .wrapper {
    position: static;
    left: 0;
    width: 100%;
    margin-left: 0;
  }
  .specialMainvisual .article {
    position: static;
    right: 0;
    width: 100%;
    padding: 10px 0 15px;
    background: #3e403f;
  }
  .specialMainvisual .article h2 {
    position: relative;
    margin: 0 15px 12px;
    padding: 0 20px 0 28.5px;
    color: #fff;
    font-size: 18px;
    line-height: 1.0;
    letter-spacing: 0.02em;
    font-weight: normal;
  }
  .specialMainvisual h2::before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 4px;
    margin-top: -2px;
    background: #02a4b7;
    content: "";
  }
  .specialMainvisual .article ul {
    margin: 0 14px;
    padding: 0;
  }
  .specialMainvisual .article ul li {
    height: auto;
    margin: 0 0 14px;
  }
  .specialMainvisual .article ul li:last-of-type {
    margin: 0;
  }
  .specialMainvisual .article ul li a {
    display: block;
  }
  .specialMainvisual .article ul li .image,
  .specialMainvisual .article ul li .text {
    float: left;
  }
  .specialMainvisual .article ul li .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48.41498559%;
    height: auto;
    padding-top: 31.268011527%;
    overflow: hidden;
    position: relative;
  }
  .specialMainvisual .article ul li .image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .specialMainvisual .article ul li a:hover .image img {
    opacity: 1;
  }
  .specialMainvisual .article .new::after {
    left: 5px;
    top: 5px;
    width: 40px;
    height: 18px;
    content: "";
    background-size: 40px auto;
  }
  .specialMainvisual .article .image span {
    right: 5px;
    top: 5px;
    font-size: 83.3%;
    padding: 1.5px 15px 1.5px 4px;
    font-weight: bold;
  }
  .specialMainvisual .article .text {
    width: 48.270893371%;
    margin: 0 0 0 2.88184438%;
    padding: 0;
  }
  .specialMainvisual .article ul li .text dt {
    width: 100%;
    margin: 0 0 2px;
    padding: 10px 12px 8px;
    font-size: 116.7%;
    letter-spacing: 0.02em;
    line-height: 1.3em;
  }
  .specialMainvisual .article ul li .text dd {
    font-size: 100%;
    line-height: 1.5em;
    letter-spacing: 0.02em;
  }
  /* .entries */
  .entries {
    width: 100%;
    padding: 20px 15px 0;
  }
  .entries h2 {
    position: relative;
    margin: 0 0 10px;
    padding: 8px 20px 8px 28.5px;
    background: url(../img/bg_dot.png) repeat left top;
    background-size: 4px auto;
    letter-spacing: 0.02em;
    font-weight: normal;
  }
  .entries h2::before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 4px;
    margin-top: -2px;
    background: #02a4b7;
    content: "";
  }
  /* .article */
  .entries .article {
    position: relative;
    width: 100%;
    border: 1px #bbbbbb solid;
    border-bottom-width: 3px;
  }
  .entries .article a {
    padding: 4px 8px 4px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .entries .article a::after {
    display: none;
  }
  .entries .article a:hover {
    background: #f5f5f5;
  }
  .entries .article .icon {
    padding: 1.5px 16px 1.5px 4px;
    font-size: 83.3%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .entries .article .image {
    width: 42.4242424%;
    float: none;
    padding: 26.66666% 0 0;
    margin: 0;
    height: auto;
    border: 1px #bbb solid;
    position: relative;
    overflow: hidden;
  }
  .entries .article .image img {
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .entries .article .text {
    float: none;
    width: 54.5454545%;
    padding: 0;
  }
  .entries .article .text dt {
    margin: 0 0 4px;
    color: #cc0000;
    font-weight: bold;
    font-size: 116.7%;
    line-height: 1.4;
  }
  .entries .article .text dd {
    height: 36px;
    font-size: 100%;
    line-height: 1.5;
    overflow: hidden;
  }
  /* .arrow_button */
  .entries .arrow_button a {
    height: 42px;
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 0.02em;
  }
  .entries .arrow_button a:hover {
    background: #fff;
  }
  .entries .arrow_button a span {
    padding-top: 0;
    padding-left: 12px;
    margin-left: -20px;
    background: url(../img/icn_arrow09.png) no-repeat left center;
    background-size: 6px auto;
  }
  /* What's new */
  .entries .whatsnew {
    margin: 0 0 20px;
  }
  .entries .whatsnew > .clearfix {
    margin: 0;
  }
  .entries .whatsnew .article {
    float: none;
    margin: 0 10px 10px 0;
  }
  /* 注目コラム */
  .entries .column {
    float: none;
    width: 100%;
    padding: 0 0 30px;
  }
  .entries .column .article {
    margin-bottom: 10px;
  }
  .entries .challenge {
    width: 100%;
    float: none;
  }
  .entries .challenge .button a {
    width: 100%;
    height: auto;
    padding-top: 61.739130434%;
    background-size: cover;
    font-size: 0;
    line-height: 0;
  }
  .entries .challenge .button a:hover {
    background-position: left top;
  }
  .entries .challenge .arrow_button a span {
    margin-left: -16px;
  }
  /* プレスリリース */
  .entries .press {
    float: none;
    width: 100%;
    margin: 32px 0 0;
  }
  .entries .press ul {
    height: auto;
    margin: 0 0 10px;
    padding: 10px;
  }
  .entries .press ul li {
    margin-bottom: 15px;
  }
  /* バナー */
  .entries .banners {
    float: none;
    width: 100%;
    margin: 25px 0 0;
  }
  .entries .banners ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px;
    margin: 0 0 -10px;
  }
  .entries .banners ul::after {
    display: none;
  }
  .entries .banners ul li {
    float: none;
    margin: 0 0 10px;
    width: 48.461538461%;
  }
  .entries .banners ul li a:hover {
    opacity: 0.8;
  }
  /* お問い合わせ */
  .entries .mainContact {
    width: 100%;
    margin-top: 30px;
  }
  /* ----------------------------------------------------
    コラム一覧
  ---------------------------------------------------- */
  .column .main-bg.column-bg {
    padding: 15px 12px 20px;
  }
  .column-set {
    padding: 0;
  }
  .column-set .articleWrapper {
    margin: 0 0 20px;
  }
  .column-set .articleWrapper:last-of-type {
    margin-bottom: 0;
  }
  .column-set .articleWrapper .article {
    background: none;
  }
  .column-set .articleWrapper .article:hover {
    background: none;
  }
  .column-set .articleWrapper .article::after {
    display: none;
  }
  .column-set .articleWrapper .article .image {
    width: 31.152647975%;
    margin: 0 0 10px;
  }
  .column-set .articleWrapper .article .text {
    float: none;
    width: auto;
    margin: 0;
  }
  .column-set .articleWrapper .article .text .articleType {
    margin: 0 0 7px 34.267912772%;
  }
  .column-set .articleWrapper .article .text .articleType .type {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 8px;
  }
  .column-set .articleWrapper .article .text .articleType .mark {
    line-height: 1.0;
  }
  .column-set .articleWrapper .article .text .articleType .new {
    height: 20px;
    font-size: 10px;
    line-height: 20px;
  }
  .column-set .articleWrapper .article .text .articleType .categ {
    height: 20px;
    font-size: 10px;
    line-height: 20px;
  }
  .column-set .articleWrapper .article .text dl {
    padding: 0;
  }
  .column-set .articleWrapper .article .text dl dt {
    margin: 0 0 5px 34.267912772%;
    font-size: 14px;
  }
  .column-set .articleWrapper .article .text dl dt small {
    font-size: 12px;
  }
  .column-set .articleWrapper .article .text dl dd {
    clear: both;
    margin: 5px 0 0;
  }
  /* .backnumber */
  .column-set .articleWrapper .backnumber {
    margin: 15px 0 0;
    padding: 10px 12px;
    font-size: 12px;
  }
  .column-set .articleWrapper .backnumber .accordionWrapper {
    padding: 0 0 10px;
  }
  .column-set .articleWrapper .backnumber .accordionWrapper a:hover {
    text-decoration: underline;
  }
  .column-set .articleWrapper .backnumber .accordionWrapper ul li {
    margin: 10px 0 0;
  }
  .column-set .articleWrapper .backnumber .accordionButton a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    background: #fff;
    border: solid 1px #d0d0d0;
  }
  .column-set .articleWrapper .backnumber .accordionButton.close a {
    background-image: none;
  }
  .column-set .articleWrapper .backnumber .accordionButton a span {
    z-index: 1;
    padding: 0 0 0 20px;
  }
  .column-set .articleWrapper .backnumber .accordionButton a span::before {
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    background: url(../img/icn_arrow09.png) no-repeat center center;
    background-size: 6px auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .column-set .articleWrapper .backnumber .accordionButton.close a span::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  /* ----------------------------------------------------
    コラム記事
  ---------------------------------------------------- */
  .column .main-bg {
    padding: 15px 12px 20px;
  }
  .column-link {
    display: block;
    zoom: 1;
    padding: 0 55px 0 0;
    background: url(/global/img/icn_arrow07.png) no-repeat 98% center;
    text-decoration: none !important;
  }
  .column-link:hover {
    text-decoration: none;
    background: url(/global/img/icn_arrow08.png) no-repeat 98% center #F5F5F5;
  }
  .column-img {
    float: none;
    margin: 15px 0;
    position: relative;
    font-size: 12px;
    line-height: 1.5;
    color: #666;
    width: 100%;
  }
  .column-img.col1 {
    margin: 15px 0;
    float: none;
  }
  .column-entry p + .column-img {
    margin-top: 15px;
  }
  .column-txt {
    margin: 15px 0 0;
  }
  .column-txt + p {
    margin-top: 15px;
  }
  .column-entry .caption {
    margin: 10px 0 0;
    text-align: center;
    font-size: 12px;
  }
  .column-img-l {
    float: none;
  }
  .column-img-r {
    float: none;
    margin: 15px 0;
  }
  .column-icn {
    position: absolute;
    left: 5px;
    top: 5px;
  }
  .column-data {
    overflow: hidden;
    zoom: 1;
  }
  .column-data-cat {
    font-size: 100%;
    margin: 15px 0 7px 0;
  }
  .column-data-title01 {
    font-size: 113.3%;
  }
  .column-data-txt {
    line-height: 1.45;
    margin: 0 0 18px 0;
  }
  .column-data-more a:hover {
    text-decoration: underline;
  }
  .column-entry p {
    font-size: 16px;
  }
  .column-entry p + p,
  .column-entry div + p {
    margin-top: 15px;
  }
  .column-entry a {
    text-decoration: underline;
  }
  .column-entry a:hover {
    text-decoration: none;
  }
  .column-read {
    font-weight: bold;
    font-size: 110%;
    margin: 0 0 30px 0 !important;
    color: #1db2ae;
  }
  .column-entry .h_style10 {
    margin: 0 0 20px 0;
  }
  .column-entry .h_style02 {
    margin: 0 0 20px 0;
  }
  /* pager */
  .column-entry .pager {
    margin-bottom: 35px;
  }
  .column-entry .pager li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .column-entry .pager li a:hover {
    background: #fff;
  }
  /*list*/
  .column-list {
    margin-top: 15px;
  }
  .column-list li {
    margin: 0 0 0 25px;
    font-size: 16px;
  }
  .column-list li li {
    font-size: 100%;
  }
  .column-section .column-list li {
    margin: 0 0 0 15px;
  }
  .column-list + p {
    margin-top: 15px;
  }
  .column-list.indent li {
    margin: 0 0 0 20px;
  }
  .column-section + .column-list {
    margin-top: 20px;
  }
  .column-listnum {
    margin: 0 0 15px 0;
  }
  .column-listnum li {
    list-style-type: decimal;
    margin: 0 0 0 30px;
    line-height: 1.5;
    padding: 5px 0;
    font-size: 93.3%;
  }
  .column-listnum li li {
    font-size: 100%;
  }
  .column-listatt {
    margin: 0 0 15px 0;
  }
  .column-listatt li {
    text-indent: -2em;
    margin: 0 0 0 2em;
    font-size: 100%;
  }
  .column-listatt li li {
    font-size: 100%;
  }
  .column-listatt .fs-small {
    font-size: 100%;
  }
  .column-listfree {
    margin: 0 0 15px 0;
  }
  .column-listfree li {
    text-indent: -1em;
    margin: 0 0 0 1em;
    font-size: 133.3%;
  }
  .column-listfree li li {
    font-size: 100%;
  }
  .column-list-nm li {
    font-size: 133.3%;
  }
  .column-list-li li {
    font-size: 133.3%;
  }
  .column-att {
    color: #666;
  }
  .column-profile {
    border: 1px solid #ccc;
    margin: 15px 0 0;
    padding: 14px;
  }
  .column-profile .h_style08,
  .column-profile .column-profile-txt p.h_style08 {
    font-size: 133.3%;
  }
  .column-profile .column-profile-txt p {
    font-size: 13px;
  }
  .column-profile-img {
    width: 34.364261168%;
    max-width: 100px;
    margin: 0 20px 10px 0;
  }
  .column-profile-career {
    clear: both;
    margin: 0;
  }
  .column-profile .column-profile-career p {
    font-size: 13px;
  }
  .column-profile-cl {
    clear: left;
    padding: 20px 0 0 0;
  }
  .column-section + .column-profile {
    margin: 20px 0 0;
  }
  .column-table {
    margin: 15px 0;
    border: 1px solid #CCC;
    width: 100%;
  }
  .column-table th {
    background: #dddddd;
  }
  .column-table th,
  .column-table td {
    border: 1px solid #CCC;
    padding: 8px;
    text-align: center;
    font-size: 12px;
  }
  .column-table td p {
    font-size: 12px;
  }
  .column-table-wrap {
    margin: 15px 0 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .column-table-wrap .column-table {
    width: 500px;
    margin: 0;
  }
  .column-table.list-table .column-list {
    margin: 15px 0 0;
  }
  .column-table.list-table,
  .column-table.list-table td {
    display: block;
    width: 100%;
  }
  .column-table .column-list li {
    font-size: 12px;
  }
  .column-entry .column-table-wrap2 {
    margin-top: 10px;
  }
  .column-table-wrap2 .column-table {
    margin: 0 0 15px;
  }
  .dotlist-table {
    margin: 15px 0;
    font-size: 133.3%;
  }
  /*見出し*/
  .column-header {
    margin: 0 0 7px;
    position: relative;
  }
  .column-header .column-category {
    margin: 0 0 5px;
    padding: 7px 10px 7px 10px;
    font-size: 133.3%;
    letter-spacing: 0.08em;
    line-height: 1.3;
  }
  .column-header .column-category--head {
    font-size: 166.7%;
  }
  .column-headline {
    display: block;
    padding: 0;
    border-bottom: none;
    position: relative;
  }
  .h_column {
    width: 100%;
    padding: 5px 9px 2px;
    font-size: 150.0%;
    letter-spacing: 0.05em;
    line-height: 1.5;
    border-right: none;
    border-bottom: solid 1px #b5b5b5;
  }
  .column-header .bucknumber-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 38px;
    margin: 0;
    border-bottom: solid 1px #b5b5b5;
    font-size: 10px;
    font-weight: bold;
  }
  .column-header .bucknumber-btn span {
    padding: 0 22px 0 0;
    position: relative;
  }
  .column-header .bucknumber-btn span::before {
    right: 0;
  }
  .column-header .bucknumber-btn.is-open {
    border-bottom: none;
  }
  /*バックナンバー*/
  .column-nav {
    padding: 0 10px;
  }
  .column-nav ul {
    padding: 16px 6px;
  }
  .column-nav.is-open ul {
    border-top: solid 1px #b5b5b5;
  }
  .column-nav li + li {
    margin: 18px 0 0;
  }
  .column-nav li a {
    display: block;
    font-size: 116.7%;
    padding: 0 0 0 18px;
    background-position: left 5px;
    background-size: 7px auto;
  }
  .column-nav li a:hover {
    text-decoration: none;
  }
  /*日付・シェア*/
  .column-elm {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 0;
    position: relative;
  }
  .column-elm::after {
    content: "";
    display: "";
    width: 100%;
    height: 1px;
    background: url(../img/bg_line02.png) repeat-x left top;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .column-share {
    margin: 0 -2.5px;
  }
  .column-share li {
    margin: 0 2.5px;
  }
  .column-elm .column-date {
    font-size: 12px;
  }
  .column-elm.name .column-share {
    margin-top: 10px;
  }
  /*セクション　コンテンツ*/
  .column-section {
    border-top: solid 1px #999;
    margin: 25px 0 0;
    padding: 30px 8px 0;
  }
  .column-section.top {
    padding: 0 8px;
    margin: 0;
    border-top: none;
  }
  .column-entry .h_style10 {
    margin: 0 0 12px;
    padding: 0 0 0 17px;
    font-size: 133.3%;
    line-height: 1.4;
  }
  .column-flex {
    display: block;
    margin: 20px 0 0;
  }
  .column-flex .column-img {
    width: 100%;
    float: none;
    margin: 0 0 15px;
  }
  .column-box {
    border: 1px solid #ccc;
    margin: 15px 0 0;
    padding: 15px;
  }
  .column-box-txt.em {
    font-size: 100%;
  }
  .column-movie {
    height: auto;
    padding-top: 56.307692307%;
    position: relative;
  }
  .column-movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .column-index ul li a::before {
    top: 10px;
    left: 0;
  }
  .column-quote {
    padding: 40px 20px;
  }
  .column-recommend h2 {
    font-size: 150.0%;
  }
  .column-recommend ul {
    display: block;
    margin: 0 0 -20px;
  }
  .column-recommend ul li {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-recommend ul li a {
    font-size: 1.3rem;
  }
  .baseminar {
    border-width: 2px;
    padding: 8px;
    font-size: 16px;
  }
  .baseminar .column-list li {
    margin: 0 0 0 20px;
  }
  /* ----------------------------------------------------
    グローバル展開
  ---------------------------------------------------- */
  .global .link-txt a {
    border-bottom: solid 1px #000;
    padding: 0 0 3px;
  }
  .global .link-txt a:hover {
    text-decoration: none;
    border-bottom: none;
  }
  .global .link-txt.arrow {
    margin: -5px 18px 0;
    padding: 0 0 0 17px;
    background-position: left 5px;
    font-size: 116.7%;
    font-weight: normal;
  }
  .global .link-txt.arrow a {
    padding: 0 0 5px;
  }
  .global .main p {
    margin: 0 10px;
    letter-spacing: 0.02em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .global .main p + p {
    margin: 11px 10px 0;
  }
  .global .main p + h2 {
    margin-top: 20px;
  }
  .global .main p + h3 {
    margin-top: 26px;
  }
  /*.global .main .image-area {
    margin: -5px auto 10px;
    max-width: 540px;
    height: 434px;
  }
  .global .main .image {
    height: 390px;
    margin: 0;
    overflow: auto;
  }
  .global .main .image img {
    max-width: inherit;
    width: auto;
    height: 390px;
  }

  .global .main .image-area .image-scroll {
    margin: 0;
  }*/
  .global .main .image {
    position: relative;
  }
  .global .main .image::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.16);
    box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.16);
  }



  /* ----------------------------------------------------
    サービス・ソリューション
  ---------------------------------------------------- */
  .service .main-bg {
    padding-bottom: 20px;
  }
  .service .h_style01 {
    margin-bottom: 10px;
  }
  /* タブui */
  .service .tab-wrap {
    margin: 0 0 28px;
  }
  /* サービス一覧 */
  .service .area-info .h_style01 {
    margin-bottom: 16px;
  }
  .service .area-info .lead {
    padding: 0 10px;
    font-size: 116.7%;
    line-height: 1.4;
  }
  .service-filter {
    background: url(/global/img/bg_cat02.png) repeat;
    position: relative;
    padding: 20px 9.345794392%;
  }
  .service-filter img {
    position: absolute;
    left: 50%;
    bottom: -14px;
    margin: 0 0 0 -6px;
    width: inherit;
  }
  .service-filter .h_style06 {
    display: none;
  }
  .service-filter ul {
    padding: 0;
  }
  .service-filter ul:after {
    display: none;
  }
  .service-filter li {
    float: none;
    margin: 0 0 10px;
  }
  .service-filter li:last-child {
    margin: 0;
  }
  .service-filter a {
    width: 100%;
    height: 37px;
    padding: 0;
    font-size: 14px;
  }
  .service-filter span {
    padding: 0 0 0 15px;
  }
  .service-name {
    border: 3px solid #ECECEC;
    border-top: none;
    margin: 0;
  }
  .service-name ul {
    padding: 22px 8.253968253% 24px;
  }
  .service-name li {
    float: none;
    margin: 0;
  }
  .service-name a,
  .service-name em {
    padding: 10px 0 7px 10px;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-decoration: none;
  }
  .service-name span {
    width: 100%;
  }
  /* エリア・国別サービス 画像 */
  .service-area {
    width: 100%;
    height: auto;
    margin: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .service-area img {
    width: 100%;
    max-width: inherit;
  }
  .service-img {
    float: right;
    margin: 5px 0 20px 20px;
  }
  .service .image-area {
    margin: 18px auto 15px;
    border: none;
    max-width: 670px;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .service .area-con p {
    font-size: 100%;
    margin: 0 0 10px;
    padding: 0 10px;
  }
  /* フォーカスサービス */
  .service-focus {
    padding: 30px;
  }
  .service-focus li {
    float: none;
    width: 100%;
    margin: 0;
  }
  .service-focus li + li {
    margin: 10px 0 0;
  }
  .service-focus li + li.bottom {
    margin: 10px 0 0;
  }
  .service-focus li.bottom {
    margin: 0;
  }
  .service-focus li a,
  .service-focus li em {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 45px;
    line-height: 1.3;
    font-size: 116.7%;
    padding: 0 10px;
  }
  .service-focus li em {
    background: #d0d0d0;
    cursor: default;
  }
  .service-focus li a:hover {
    background: #4c4c4c;
    text-decoration: none;
  }
  .service-header-img {
    margin: 0 15px;
  }
  /* クラウドオフィス */
  .service-title-cloud {
    font-size: 200.0%;
  }
  .service-title-cloud small {
    display: block;
    font-size: 12px;
    margin: 5px 0 0;
  }
  .service-title-cloud02 {
    margin: 0 0 10px;
    font-size: 116.7%;
  }
  .service-title-cloud02 span {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #E50102;
  }
  .service-txt-cloud {
    padding: 0;
  }
  .service-txt-cloud strong {
    color: #098512;
  }
  .service-txt-cloud02 {
    font-size: 116.7%;
    margin: 0 0 10px;
  }
  .service-txt-cloud02 + .service-title-cloud02 {
    margin-top: 30px;
  }
  .service-box-cloud {
    font-size: 116.7%;
    padding: 15px;
    margin: 0 0 20px;
  }
  .service-cols-cloud {
    width: 100%;
    margin: 0 0 20px;
  }
  .service-cols-cloud dl {
    float: none;
    width: 100%;
    margin: 0 0 10px;
    min-height: inherit;
  }
  .service-cols-cloud dl:last-child {
    margin: 0;
  }
  .service-cols-cloud dt {
    font-size: 125.0%;
    line-height: 1.3;
    padding: 10px 0 11px 105px;
    height: auto;
    margin: 10px 0 0 0;
  }
  .service-cols-cloud dd {
    font-size: 108.3%;
    padding: 10px 15px 12px 15px;
  }
  .service-col-cloud02 dt,
  .service-col-cloud03 dt,
  .service-col-cloud06 dt {
    line-height: 35px;
  }
  .service-table-cloud {
    margin: 0 0 10px;
  }
  .service-table-cloud th {
    font-size: 91.7%;
    padding: 5px 0;
    border-right: 1px solid #D6D6D6;
  }
  .service-table-cloud td {
    font-size: 91.7%;
    padding: 5px 10px;
    border-right: 1px solid #D6D6D6;
  }
  .service-table-cloud td:nth-child(2) {
    width: 85px;
  }
  .service-table-cloud td:last-child {
    width: 80px;
  }
  /* ITセキュリティ診断 */
  .service-title-security {
    font-size: 200%;
    margin: 0 0 10px 0;
  }
  .service-title-security02 {
    margin: 0 0 10px;
    font-size: 116.7%;
  }
  .service-txt-security {
    padding: 0;
  }
  .service-txt-security02 {
    font-size: 116.7%;
    margin: 0 0 10px;
  }
  .service-list-security {
    font-size: 116.7%;
    margin: 0 0 20px;
  }
  .service-cols-security {
    width: 100%;
    margin: 0;
  }
  .service-cols-security dl {
    float: none;
    width: 100%;
    margin: 0 0 10px;
    min-height: inherit;
  }
  .service-cols-security dl:nth-last-child(-n + 2) {
    margin-bottom: 10px;
  }
  .service-cols-security dl:last-child {
    margin-bottom: 0;
  }
  .service-cols-security dt {
    font-size: 125.0%;
    padding: 13px 0 13px 105px;
    height: auto;
    line-height: inherit;
    margin: 10px 0 0 0;
  }
  .service-cols-security dd {
    font-size: 108.3%;
    padding: 10px 15px 12px 15px;
  }
  .service-col-security07 {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .service-col-security07 dt {
    padding: 0 0 0 15px;
  }
  .service-col-security07 ol li {
    list-style: decimal;
    margin: 0 0 0 20px;
  }
  .service-col-security08 {
    min-height: 100% !important;
  }
  .service-col-security08 dt {
    padding: 5px 0 5px 15px;
    line-height: 1.2;
    height: auto;
  }

  /* 海外現地調査パッケージ20231003 */
  .service-local-it-3column div {
    width: calc(33.33% - 10px);;
  }

  /* ----------------------------------------------------
    事例
  ---------------------------------------------------- */
  /* 一覧 */
  .case-more {
    float: right;
    margin: 13px 0 0 0;
  }
  .case-more a {
    color: #FFF;
    display: block;
    width: 120px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 10px;
    background: url(/global/img/icn_arrow02.png) no-repeat 25px center #4C4C4C;
  }
  .case-more a:hover {
    background-color: #ce1125;
    text-decoration: none;
  }
  /* 詳細 */
  .case-col {
    margin: 0 0 50px 0;
  }
  .case-txt {
    margin: 0 0 12px 0;
  }
  /* ----------------------------------------------------
    課題
  ---------------------------------------------------- */
  .challenge .main-bg {
    padding-top: 15px;
  }
  .challenge .tab-nav {
    border-bottom: 1px solid #000;
    zoom: 1;
  }
  .challenge .tab-nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0.1em;
    line-height: 0;
  }
  .challenge .tab-nav li {
    float: left;
    width: 210px;
    margin: 0 0 0 10px;
  }
  .challenge .tab-nav a {
    display: block;
    margin: 0 0 -1px 0;
    background: #4C4C4C;
    color: #FFF;
    border: 1px solid #4C4C4C;
    height: 35px;
    line-height: 36px;
    text-align: center;
    font-size: 110%;
  }
  .challenge .tab-nav a span {
    background: url(/global/img/icn_arrow05.png) no-repeat left center;
    padding: 0 0 0 18px;
  }
  .challenge .tab-nav a:hover {
    text-decoration: none;
  }
  .challenge a.tab-nav-cu {
    background: #FFF;
    color: #4C4C4C;
    border-bottom: 1px solid #FFF;
    cursor: default;
    font-weight: bold;
  }
  .challenge a.tab-nav-cu span {
    background: url(/global/img/icn_arrow04.png) no-repeat left center;
    padding: 0 0 0 18px;
  }
  .challenge .tab-con {
    padding: 25px 0 0 0;
  }
  .challenge .tab-con p {
    font-size: 110%;
  }
  .challenge-img01 {
    float: right;
    margin: -10px 0 0 20px;
  }
  .challenge-list {
    margin: 0 0 30px 0;
  }
  .challenge-list li {
    font-size: 110%;
  }
  .challenge-btn {
    padding: 10px 0;
  }
  .challenge-btn a {
    display: block;
    width: 280px;
    margin: 0 auto;
    text-align: center;
    background: #4C4C4C;
    height: 42px;
    line-height: 42px;
    color: #FFF;
    font-size: 93.3%;
  }
  .challenge-btn a:hover {
    background: #ce1125;
    text-decoration: none;
  }
  .challenge-btn span {
    background: url(/global/img/icn_arrow02.png) no-repeat left center;
    padding: 0 0 0 18px;
  }
  /* タイトル */
  .challenge-title {
    margin: -15px -12px 20px;
  }
  /* リスト */
  .challenge-list02 {
    border: 1px solid #CCC;
    margin: 0 0 15px;
    padding: 10px 30px;
  }
  .challenge-list02 li {
    list-style-type: disc;
    line-height: 1.4;
    padding: 4px 0;
  }
  .challenge-list02 li strong {
    font-size: 110%;
    display: block;
    padding: 6px 0;
  }
  .challenge-list03 {
    padding: 0 15px 0 30px;
  }
  .challenge-list03 li {
    list-style-type: disc;
    line-height: 1.4;
    padding: 4px 0;
  }
  .challenge-list03 .external {
    background: url(/global/img/icn_external02.png) no-repeat right center;
    padding: 0 20px 0 0;
  }
  /* その他テキスト */
  .challenge .h_style01 {
    margin: 30px 0 15px;
  }
  .challenge .h_style10 {
    margin: 20px 0 15px;
  }
  .challenge .h_style09 {
    margin: 15px 0 10px;
  }
  .challenge p {
    font-size: 116.7%;
  }
  .challenge p + p {
    margin-top: 15px;
  }
  .challenge p + .challenge-list02 {
    margin-top: 15px;
  }
  .challenge p strong {
    font-size: 110%;
    color: #666;
    line-height: 2;
  }
  .challenge p small {
    font-size: 10px;
  }
  .challenge .note {
    margin: 10px;
    font-size: 12px;
  }
  .challenge .note p + p {
    margin-top: 10px;
  }
  .challenge .caption {
    font-size: 12px;
  }
  /*------------------------------
    .mainContact
  ------------------------------*/
  .mainContact {
    padding: 15px 11px 15px 12px;
    border-radius: 0;
  }
  .mainContact .text {
    float: none;
    margin: 15px 0 0;
  }
  .mainContact .text dt {
    margin: 0 0 5px;
    min-height: inherit;
  }
  .mainContact .text dt + dd {
    min-height: inherit;
    font-size: 14px;
    line-height: 1.6em;
  }
  .mainContact .text dd + dd {
    margin: 5px 0 0;
  }
  .mainContact .text dd a {
    width: 100%;
    height: 48px;
    font-size: 16px;
  }
  .mainContact .text dd a::before {
    width: 11.5px;
    height: 11.5px;
    background-size: 11.5px auto;
    right: 10px;
  }
  .mainContact .text dd a span {
    margin: 0 0 0 -30px;
    padding: 0 0 0 25px;
    background-position: left center;
  }
  .mainContact .image {
    float: none;
  }
  /*------------------------------
    .sideContact
  ------------------------------*/
  .sideContact {
    display: none;
  }
  /*------------------------------
    .sideContact
  ------------------------------*/
  .columnRecomend {
    margin-top: 40px;
    border-radius: 0;
  }
  .columnRecomend dl dt {
    font-size: 15px;
  }
  .columnRecomend dl dd ul li {
    font-size: 12px;
  }
  /*------------------------------
    .columnTheme
  ------------------------------*/
  .columnTheme {
    margin-top: 40px;
    border-radius: 0;
  }
  .columnTheme dt {
    font-size: 15px;
  }
  .columnTheme li a {
    font-size: 12px;
  }
  .columnTheme li a:hover {
    background: #fff;
    color: #2e2e2e;
  }
  .columnTheme.column-top {
    display: block;
    margin: 0 15px 20px;
  }
  /* ----------------------------------------------------
    infinite-scroll
  ---------------------------------------------------- */
  .inf-loader {
    position: fixed;
    top: 50%;
    width: 50px;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    background: url(/global/img/ajax-loader.gif) no-repeat center center #000;
  }
  #infscr-loading img {
    display: none;
  }
  /* ----------------------------------------------------
    汎用class
  ---------------------------------------------------- */
  /* ---------- pickup ---------- */
  .pickup {
    margin: 0 0 40px;
    width: 100%;
  }
  .pickup:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0.1em;
    line-height: 0;
  }
  .pickup-col {
    float: none;
    width: 100%;
    border-bottom: solid 2px #515151;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.5;
  }
  .pickup-col:last-child {
    margin-bottom: 0;
  }
  .pickup-col dd {
    padding: 6px 10px 7px 10px;
  }
  .pickup-col dd small {
    display: block;
    margin: 0;
    min-height: auto;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  /* icn */
  .icn-area {
    zoom: 1;
    width: 200px;
    margin: 0 -5px 0 0;
    overflow: hidden;
    padding: 5px 0 0 0;
  }
  .icn-area:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0.1em;
    line-height: 0;
  }
  .icn-area li {
    float: left;
    width: 43px;
    text-align: center;
    background: #CE1125;
    font-size: 88%;
    height: 20px;
    line-height: 21px;
    margin: 0 5px 0 0;
    border: 1px solid #FFF;
  }
  .icn-area-none {
    background: #FFF !important;
    color: #666 !important;
  }
  .icn-external {
    background: url(/global/img/icn_external02.png) no-repeat right center;
    padding: 0 15px 0 0;
    margin: 0 5px 0 0;
  }
  /* ---------- imgset ---------- */
  .imgset {
    margin: 0 0 20px;
  }
  .imgset:after {
    display: none;
  }
  .imgset-link {
    padding: 0;
    background: none;
  }
  .imgset-link:hover {
    background: none;
  }
  .imgset-img {
    width: 100px;
    float: left;
    margin: 0 10px 10px 0;
  }
  .imgset-link {
    display: block;
  }
  .imgset-link .imgset-img {
    width: 31.152647975%;
    margin: 0 3.115264797% 10px 0;
  }
  .imgset-link .imgset-txt {
    width: 100%;
  }
  .imgset-link .imgset-txt p {
    clear: both;
  }
  .imgset.comming .imgset-img {
    float: none;
    margin: 0 10px 0 0;
  }
  .icn-case {
    zoom: 1;
    margin: 15px 0 0 0;
  }
  .icn-case:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0.1em;
    line-height: 0;
  }
  .icn-case li {
    width: 75px;
    height: 21px;
    line-height: 21px;
    background: url(/global/img/bg_icn.png) repeat 0 0;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    float: left;
    margin: 0 5px 0 0;
    font-size: 90%;
  }
  .imgset-icn {
    margin: 0 0 6px;
    font-size: 0;
    letter-spacing: 0;
    word-spacing: 0;
  }
  .imgset-icn li {
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    font-size: 12px;
  }
  /* ---------- 見出し ---------- */
  .h_style01 {
    background-position: 12px 15px;
    font-size: 150.0%;
    font-weight: normal;
    margin: 0 0 20px;
    padding: 11px 0 11px 37px;
  }
  .h_style01 small {
    font-size: 90%;
  }
  .h_style02 {
    background: url(/global/img/bg_line01.png) repeat-x left bottom;
    padding: 0 0 12px 0;
    font-size: 113.3%;
    font-weight: normal;
    margin: 0 0 10px 0;
    line-height: 1.4;
  }
  .h_style02 span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    border: 1px solid #12A0A2;
    vertical-align: top;
    margin: 0 10px 0 0;
  }
  .h_style02 strong {
    display: inline-block;
    font-weight: normal;
    line-height: 20px;
    height: 20px;
    background: #12A0A2;
    color: #FFF;
    vertical-align: top;
    padding: 0 8px;
  }
  .h_style02 em {
    display: inline-block;
    font-weight: bold;
    line-height: 20px;
    height: 20px;
    vertical-align: top;
    width: 26px;
    text-align: center;
  }
  .h_style02 small {
    font-size: 95%;
    position: relative;
    top: -1px;
  }
  .h_style03 {
    font-size: 116.7%;
  }
  .h_style03.external {
    background: url(/global/img/icn_external02.png) no-repeat right center;
    padding: 0 20px 0 0;
    display: inline-block;
  }
  .h_style04 {
    font-size: 130%;
    margin: 0 0 10px 0;
  }
  .h_style05 {
    font-size: 126.7%;
    font-weight: normal;
    margin: 0 0 20px 0;
  }
  .h_style05 span {
    font-weight: bold;
  }
  .h_style06 {
    font-weight: normal;
    font-size: 125%;
    color: #ce1125;
  }
  .h_style07 {
    font-size: 133.3%;
    line-height: 1.3;
    margin: 0 0 10px;
    border-bottom: 4px solid #ccc;
    padding: 0 0 7px;
  }
  .h_style07 span {
    display: block;
    margin: 0 0 8px;
  }
  .h_style07 em {
    padding: 2px 10px 2px 8px;
    height: auto;
    line-height: inherit;
    font-size: 100%;
    letter-spacing: 0.08em;
    margin: 0;
  }
  .h_style08 {
    font-weight: normal;
    font-size: 116.7%;
    letter-spacing: 0.02em;
    margin: 0 0 10px 0;
  }
  .h_style09 {
    font-size: 125%;
    color: #ce1125;
  }
  .h_style10 {
    padding: 9px 8px;
    font-size: 150%;
    line-height: 1.3;
    font-weight: normal;
    margin: 0 0 14px 0;
  }
  .h_style10 span {
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    vertical-align: top;
    margin: 0 6.5px 0 0;
  }
  .h_style10 strong {
    font-weight: normal;
    line-height: 25px;
    height: 25px;
    padding: 0 7px;
  }
  .h_style10 em {
    font-weight: normal;
    line-height: 25px;
    height: 25px;
    width: 25px;
  }
  .h_style10 small {
    width: 225px;
    font-size: 100%;
  }
  .h_style11 {
    color: #1db2ae;
    font-size: 133.3%;
    font-weight: bold;
    margin: 15px 0 10px 0;
  }
  .h_style12 {
    margin: 0 0 20px;
    padding: 10px;
    border-left: solid 5px #1db2ae;
    font-size: 125.0%;
  }
  .h_style13 {
    font-size: 133.3%;
  }
  .h_style13 small {
    font-size: 108.3%;
  }
}

@media screen and (max-width: 374px) {
  .h_style10 {
    font-size: 133.3%;
  }
  .h_style10 span {
    font-size: 13px;
    height: 22px;
    line-height: 22px;
  }
  .h_style10 strong {
    padding: 0 5px;
    height: 22px;
    line-height: 22px;
  }
  .h_style10 em {
    line-height: 22px;
    height: 22px;
    width: 22px;
  }
  .column-set .articleWrapper .article .text .articleType .type {
    padding: 0 4px;
    font-size: 10px;
  }
  .column-set .articleWrapper .article .text .articleType .new {
    padding: 0 4px;
  }
  .column-set .articleWrapper .article .text .articleType .categ {
    padding: 0 4px;
  }
}

@media screen and (max-width: 360px) {
  .header-gr a {
    width: 105px;
  }
  .header-gnv ul li.header-gnv-contact a {
    font-size: 13px;
  }
  .header-gnv ul li.header-gnv-contact a span {
    margin: 0 -5px 0 0;
    padding: 0 15px 0 0;
  }
  .service-filter {
    padding: 15px;
  }
  /* クラウドオフィス */
  .service-title-cloud02 {
    font-size: 100%;
  }
  .service-txt-cloud02 {
    font-size: 100%;
  }
  .service-cols-cloud {
    width: 100%;
  }
  .service-table-cloud td {
    font-size: 83.3%;
  }
  .service-table-cloud td:nth-child(2) {
    width: 80px;
  }
  .service-table-cloud td:last-child {
    width: 74px;
  }
  .service-txt-note {
    font-size: 91.7%;
  }
  .column-elm {
    display: block;
  }
  .column-share {
    margin: 10px 0 0;
  }
  .h_style10 {
    font-size: 125.0%;
  }
  .h_style10 span {
    font-size: 11px;
    height: 20px;
    line-height: 20px;
  }
  .h_style10 strong {
    height: 20px;
    line-height: 20px;
  }
  .h_style10 em {
    line-height: 20px;
    height: 20px;
    width: 20px;
  }
  .h_style10 small {
    width: 76%;
  }
}

@media screen and (max-width: 340px) {
  .column-set .articleWrapper .article .text .articleType .type {
    padding: 0 3px;
  }
  .column-set .articleWrapper .article .text .articleType .new {
    padding: 0 3px;
  }
  .column-set .articleWrapper .article .text .articleType .categ {
    padding: 0 3px;
    letter-spacing: -0.02em;
  }
}

/* ---------- 2018/06/29 追加：リストスタイル（丸） ---------- */
.column-list li li {
  list-style-type: circle;
}

sup {
  font-size: 90%;
  color: #666;
}

/* ---------- 2019/07/23 追加：マーカー ---------- */
.marker_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

/* ----------------------------------------------------
	セミナー一覧
---------------------------------------------------- */
.seminar .main-bg {
  padding: 25px 30px;
}

.articleCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.articleCard .articleWrapper {
  width: 315px;
  margin: 0 0 46px;
}

.articleCard .articleWrapper a:hover {
  text-decoration: none;
}

.articleCard .articleInfo {
  font-size: 93.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 2.1;
  padding: 14px 0 3px;
  border-bottom: solid 1px #ccc;
}

.articleCard .articleTitle {
  font-size: 106.7%;
  font-weight: 700;
  line-height: 1.8;
  padding-top: 6px;
}

@media screen and (max-width: 768px) {
  .seminar .main-bg {
    padding: 15px 15px 30px;
  }
  .articleCard {
    display: block;
    margin-bottom: -30px;
  }
  .articleCard .articleWrapper {
    width: 100%;
    margin: 0 0 30px;
  }
  .articleCard .articleInfo {
    font-size: 116.7%;
  }
  .articleCard .articleTitle {
    font-size: 133.3%;
  }
}

/* ----------------------------------------------------
	セミナー詳細
---------------------------------------------------- */
.seminar-header p {
  font-size: 106.7%;
  line-height: 1.9;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  margin: 23.5px 0 0;
}

.seminar-header p + p {
  margin: 16px 0 0;
}

.seminar-header .heading {
  background: #1db2ae;
  color: #fff;
  padding: 20px 20px 17px;
}

.seminar-header .heading p {
  font-size: 106.7%;
  line-height: 1.9;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.seminar-header .h_seminar {
  font-size: 160.0%;
  line-height: 1.25;
  font-weight: 700;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.seminar-header .h_seminar + p {
  margin-top: 0;
}

.seminar-mv {
  margin-top: 10px;
}

.seminar-body {
  margin: 30px 0 0;
}

.seminar-body table {
  width: 100%;
  margin: 15px 0 35px;
}

.seminar-body table th {
  background: #d5eae9;
  font-size: 100%;
  line-height: 1.7;
  width: 130px;
  padding: 12px 10px 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #ccc;
  border-right: none;
}

.seminar-body table td {
  padding: 12px 20px;
  font-size: 100%;
  line-height: 1.7;
  border: solid 1px #ccc;
  border-left: none;
}

.seminar-body .caption {
  font-size: 86.7%;
  line-height: 1.6;
}

.apply-btn {
  width: 260px;
  position: relative;
  margin: 30px auto 0;
}

.apply-btn a {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ca0f30;
  color: #fff;
  font-size: 120.0%;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  letter-spacing: 0.02em;
  margin: 0 auto 40px;
  border-radius: 8px;
  position: relative;
  text-decoration: none;
}

.apply-btn a:hover {
  text-decoration: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.apply-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 4px;
  border-radius: 8px;
  background: #93051e;
}

@media screen and (max-width: 768px) {
  .seminar-header p {
    font-size: 133.3%;
  }
  .seminar-header .heading p {
    font-size: 133.3%;
    line-height: 1.3;
  }
  .seminar-header .h_seminar {
    font-size: 166.7%;
  }
  .seminar-header .h_seminar + p {
    margin: 10px 0 0;
  }
  .seminar-mv {
    margin-top: 10px;
  }
  .seminar-body {
    margin: 30px 0 0;
  }
  .seminar-body table {
    margin: 15px 0 35px;
  }
  .seminar-body table th {
    font-size: 116.7%;
    width: 100px;
    padding: 12px 10px 12px 15px;
  }
  .seminar-body table td {
    padding: 12px 15px;
    font-size: 116.7%;
  }
  .seminar-body .caption {
    font-size: 108.3%;
  }
  .apply-btn {
    width: 260px;
    margin: 30px auto 0;
  }
  .apply-btn a {
    font-size: 150.0%;
  }
  .apply-btn a:hover {
    text-decoration: none;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*# sourceMappingURL=style.css.map */
