/* --------------------------------
	タイトルエリア
-------------------------------- */

.titleArea {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 13px 16px;
}

.titleArea h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}
.titleArea h1:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 19px;
	margin-right: 7px;
	background: #ec1d00;
	border-radius: 4px;
	vertical-align: -3px;
}

/* --------------------------------
  ページトップ
-------------------------------- */
.page_top {
  visibility: visible;
  opacity: 1;
  position: fixed;
  z-index: 999;
  right: 24px;
  bottom: 24px;
  cursor: pointer;
  transition: opacity 0.3s, visibility 0.3s, background 0.3s;
  background: #c00;
  font-size: 0;
}
.page_top img {
  width: 50px;
  transition: all 0.3s;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.page_top:hover {
  background: #d11919;
}
.page_top:hover img {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.page_top.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.page_top.is-absoluted {
  position: absolute;
  bottom: 0;
}

@media (max-width: 767.98px) {
  .page_top img {
    width: 37px;
  }
}
@media (max-width: 767.98px) {
  .page_top  {
    bottom: 219px;
  }
}

@media (max-width: 767.98px) {
  .page_top.is-absoluted {
    margin-bottom: 0px;
  }
}


/* --------------------------------
	汎用クラス
-------------------------------- */

/* フォントサイズ -------- */
/*
.txt10 { 10px/15px }
.txt12 { 12px/17px }
.txt14 { 14px/19px }
.txt16 { 16px/20px }
.txt18 { 18px/22px }
*/
.txt10 { font-size:62.5%; line-height:1.5em; } * html .txt10 { font-size:63%; }/* Win IE 6 以前 */
.txt12 { font-size:75%; line-height:1.417em; }
.txt14 { font-size:87.5%; line-height:1.357em; } * html .txt14 { font-size:88%; }/* Win IE 6 以前 */
.txt16 { font-size:100%; line-height:1.25em; }
.txt18 { font-size:112.5%; line-height:1.222em; } * html .txt18 { font-size:113%; }/* Win IE 6 以前 */

/* スキップナビ -------- */
.skipnav { display:block; position:absolute; left:-9999px; top:0; width:0; height:0; overflow:hidden; }
#skipnav { display:block; position:absolute; left:-9999px; top:0; width:0; height:0; overflow:hidden; }

/* 非表示 -------- */
.none { display:block; position:absolute; left:-9999px; top:0; width:0; height:0; overflow:hidden; }

/* clearfix: Ver. 2007.05.31 -------- */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; font-size:0; line-height:1; overflow:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/

/* --------------------------------
	SPコンテンツ末尾調整
-------------------------------- */

/* コンテンツ末尾 ページトップリンクなど */
@media only screen and (max-width: 767px) {
  .container_nav_subinfo { margin-bottom: 0px !important; }
}

/* --------------------------------
	h1タイトル下のエリア調整
-------------------------------- */

/* ========================================================= サイトトップ VIカルーセル */

.content_main .container_mainvi_sitetop { margin-top: 1px !important; }


@media only screen and (max-width: 959px){
  .content_main .container_mainvi_sitetop { margin-top: 0px !important; }
}

/* ========================================================= サブカテゴリトップ */
/* メインVI(カテゴリトップ) */
.container_mainvi_category { margin-top: 1px !important; }

@media only screen and (max-width: 767px) {
  .container_mainvi_category { margin-top: 0px !important; }
}


/* 9月9日追加 */

#content_box{
  box-sizing: content-box;
}

.v0006__container {
  position: relative;
}

/* TCID Adding Style */

.content_main .icon_inline { 
  padding-left: 0px !important; 
  vertical-align: -1px !important; 
  margin-left: 12px !important; }

@media only screen and (max-width: 767px){
.titleArea {
    padding-top: 16px;
    padding-bottom: 16px;
}
}

@media print, screen and (max-width: 767px){
  .global-footer {
      font-size: 14.08px!important;
  }}

/* Header */
@media only screen and (max-width: 1099px){
  .gh-location .gh-menu__header .gh-inner {
      padding: 19px 60px 19px 15px !important;
  }
  }

a:link {
    text-decoration: none;
    word-break: break-all;
}
.bold {
    font-weight: 700;
}

h1,h2,h3,h4,h5,h6{
  font-size:100%;
}

address, blockquote, div, dl, h1, h2, h3, h4, h5, h6, ol, p, pre, th, ul {
    font-weight: 400;
    font-style: normal;
}
.base14 {
    font-size: 87.5%;
}

ol, ul {
    list-style: none;
}

@media only screen and (max-width:767px) {
  img {
      margin: 0;
      padding: 0;
      border: 0;
      font-size: 100%;
      font: inherit;
      vertical-align: baseline
  }

  .pc_only {
      display: none !important;
  }
  .sp_only{
    display: block !important;
  }
}

.sp_only{
  display: none;
}

