@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
  display: block;
}

nav ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

ul ul {
  list-style: circle;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

mark {
  background: none;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input[type=submit], input[type=button], button {
  margin: 0;
  padding: 0;
}

input, select, a img {
  vertical-align: middle;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  min-width: 1000px;
}

  @media screen and (max-width: 769px) {
    html {
      min-width: 0;
    }
  }

main {
  display: block;
}

*, *:before, *:after {
  -webkit-text-size-adjust: 100%;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
  list-style: none;
}

h1, h2, h3, h4, h5 {
  line-height: 1;
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

li ul {
  list-style: none;
}

li ul li {
  line-height: none;
}

em {
  font-style: normal;
}

img {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.pc-br {
  display: block;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 769px) {
  img {
    width: 100%;
    max-width: 100%;
  }

  .pc-br {
    display: none;
  }

  .sp-br {
    display: block;
  }
}

.u-clearfix:after {
  content: "";
  clear: both;
  display: block;
}

a, a:visited, a:hover {
  display: inherit;
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-family: "游ゴシック", "YuGothic","Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,'suns-serif';
  font-weight: 500;
  line-height: 1.7647;
  word-break: normal;
  background-color: #fff;
  background-image: none;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

* {
  -webkit-appearance: none;
  border-radius: 0;
}

form * {
  font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,'suns-serif';
  font-weight: 500;
}

main {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 0;
  }
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
  letter-spacing: 0.01em;
}

.l-container {
  width: 980px;
  margin: 0 auto;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .l-container {
    width: 100%;
    padding: 40px 14px;
  }
}

main section h1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 60px;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  main section h1 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

/*///////////////////
 tci class 
///////////////////*/
/* =========================================================
container
========================================================= */
div#container {
  margin: 0 auto;
  height: 100%;
  text-align: left;
  position: relative;
  min-width: 980px;
}

@media screen and (max-width: 767px) {
  div#container {
    min-width: 0;
  }
}

/* =========================================================
header_area
========================================================= */
div#container div#header_area {
  background: url("https://www.trans-cosmos.co.jp/images/shared/wide_bg_header.gif") repeat-x left bottom #fafafa;
  height: 72px;
}

/* =========================================================
header
========================================================= */
@media screen and (max-width: 767px) {
  #header_area {
    padding: 0 14px;
  }
}

div#header {
  width: 980px;
  position: relative;
  padding: 0;
  margin: 0 auto;
  height: 100%;
  min-height: 37px;
}

@media screen and (max-width: 767px) {
  div#header {
    width: 100%;
  }
}

div#header * {
  margin-bottom: 0;
}

div#header a:hover {
  text-decoration: none;
}

div#header div.logoTCI {
  width: auto;
  height: auto;
  padding: 10px 0 0 15px;
  float: left;
}

@media screen and (max-width: 767px) {
  div#header div.logoTCI {
    width: 120px;
    padding-top: 15px;
    padding-left: 0;
  }
}

div#header div.logoTCI a {
  text-decoration: none;
}

div#header h1, div#header h2 {
  position: absolute;
  left: 195px;
}

@media screen and (max-width: 767px) {
  div#header h1, div#header h2 {
    display: none;
  }
}

div#header h1 {
  top: 3.5em;
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  div#header h1 {
    display: none;
  }
}

div#header h1.service_h1 {
  top: 2.5em;
  color: #C44A4E;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  div#header h1.service_h1 {
    display: none;
  }
}

div#header h2 {
  top: 2.1em;
  color: #C44A4E;
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  div#header h2 {
    display: none;
  }
}

div#header p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  position: absolute;
  top: 20px;
  right: 0;
}

@media screen and (max-width: 767px) {
  div#header p {
    line-height: 1.3;
    top: 17px;
  }
}

div#header .wClose {
  float: right;
  padding-left: 11px;
  background: url("https://www.trans-cosmos.co.jp/images/shared/btn_close.gif") no-repeat scroll 0 50% transparent;
  margin: 16px 21px;
}

div#header .wClose a:hover {
  text-decoration: underline;
}

/* =========================================================
navigation_area
========================================================= */
div#container div#navigation_area {
  background: url("https://www.trans-cosmos.co.jp/images/shared/wide_bg_navigation.gif") 0 0 repeat-x;
}

/* =========================================================
navigation
========================================================= */
div#navigation {
  width: 980px;
  margin: 0 auto;
  height: 100%;
}

@media screen and (max-width: 767px) {
  div#navigation {
    width: 100%;
  }
}

/* =========================================================
footer_area
========================================================= */
div#footer_area {
  padding-top: 0;
  background: none;
  font-size: 12px;
  letter-spacing: 0;
}

/* =========================================================
footer
========================================================= */
div#footer {
  clear: both;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #000;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  div#footer {
    padding: 20px 14px;
  }
}

div#footer a {
  color: #fff;
  text-decoration: none;
}

div#footer li a:hover {
  text-decoration: underline;
}

/* =========================================================
footerNav
========================================================= */
.newWindow div#footer #footerNav {
  width: 63.5em;
  margin: 0 auto 3px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .newWindow div#footer #footerNav {
    width: 100%;
  }
}

div#footer #footerNav ul {
  clear: both;
  height: 100%;
  margin-left: 0;
}

div#footer ul li {
  float: left;
  padding: 2px 5px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  div#footer ul li {
    padding: 1px 8px;
  }
}

/*IE設定あり*/
div#footer ul li:before {
  content: none;
}

div#footer ul li + li {
  border-left: solid 1px #fff;
}

@media screen and (max-width: 767px) {
  div#footer ul li + li {
    border-left: none;
  }
}

div#footer ul li.first-child:before {
  content: "";
}

/* =========================================================
globalLink
========================================================= */
div#footer #footerNav ul#globalLink {
  margin-left: 0.25em;
  padding-bottom: 6px;
  font-size: 120%;
  width: 52em;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  div#footer #footerNav ul#globalLink {
    width: 100%;
    margin-left: 0;
  }
}

/* =========================================================
copyright
========================================================= */
div#footer #copyright, div#footer #copyright02 {
  clear: both;
  width: 57em;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  div#footer #copyright, div#footer #copyright02 {
    width: auto;
  }
}

div#footer #copyright h3, div#footer #copyright p, div#footer #copyright02 p {
  line-height: 1.2;
}

div#footer #copyright h3 {
  font-weight: normal;
  float: none;
  width: auto;
}

div#footer #copyright h3 a {
  color: #C44A4E;
}

div#footer #copyright p {
  float: none;
  width: 20em;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  div#footer #copyright p {
    width: auto;
  }
}

div#footer #copyright02 p {
  width: 20em;
  color: #fff;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  div#footer #copyright02 p {
    width: auto;
  }
}


/*///////////////////
 utilities 
///////////////////*/
.u-circle {
  border-radius: 50%;
}

.u-align-center {
  text-align: center;
}

.u-align-left {
  text-align: left;
}

.u-align-right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u-align-right {
    text-align: center;
  }
}

.u-text-hidden {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.u-2column-left {
  overflow: hidden;
}

.u-2column-left > * {
  float: left;
}

@media screen and (max-width: 767px) {
  .u-2column-left > * {
    float: none;
  }
}

.u-2column-left > *:last-child {
  overflow: hidden;
  float: none;
}

@media screen and (max-width: 767px) {
  .u-2column-left--sp > * {
    float: left;
  }
}

.u-2column-left--sp > *:last-child {
  float: none;
  display: inline-block;
}

.u-2column-right {
  overflow: hidden;
}

.u-2column-right > * {
  float: right;
}

@media screen and (max-width: 767px) {
  .u-2column-right > * {
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .u-2column-right--sp > * {
    float: right;
  }
}

.u-2column-right--sp > *:last-child {
  float: none;
}

.u-hide--pc {
  display: block!important;
}
.u-hide--sp {
  display: none!important;
}
@media screen and (max-width: 767px) {
  .u-hide--pc {
    display: none!important;
  }
  .u-hide--sp {
    display: block!important;
  }
}

.u-list-dot::before {
  content: "\0030fb";
  display: inline-block;
  width: 23px;
  float: left;
}

.u-list-dot * {
  display: block;
  overflow: hidden;
}
