@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500');
@font-face {
  font-family: 'takaraCP';
  src:  url('../fonts/takaraCP.eot?r6slkb');
  src:  url('../fonts/takaraCP.eot?r6slkb#iefix') format('embedded-opentype'),
    url('../fonts/takaraCP.ttf?r6slkb') format('truetype'),
    url('../fonts/takaraCP.woff?r6slkb') format('woff'),
    url('../fonts/takaraCP.svg?r6slkb#takaraCP') format('svg');
  font-weight: normal;
  font-style: normal;
}
.iconBlank:before {content: "\e907";}
.iconSearch:before {content: "\e905";}
.iconQuestion:before {content: "\e904";}
.iconArrow:before {content: "\e900";}
.iconArrowBold:before {content: "\e901";}
.iconArrowhead:before {content: "\e902";}
.iconMail:before {content: "\e903";}
.iconTel:before {content: "\e906";}

/* ======================================

	CommonElements

======================================= */
body {
	width: 100%;
	color: #000;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	position: relative;
	overflow: hidden;
	background: #fff;
}

a:link { text-decoration:none; color: #68aabc;}
a:visited { text-decoration:none; color: #68aabc;}
a:active { text-decoration:none; color: #68aabc;}
a:hover { text-decoration:underline; color: #68aabc;}

br.sp {
  display: none;
}

@media only screen and (max-width: 980px) {
	body {
		width: 980px;
	}
}

@media screen and (max-width: 720px){
	body {
		min-width: 320px;
		width: 100%;
	}
	.tel a {
		text-decoration: underline;
	}
	br.pc {
		display: none;
	}
  br.sp {
    display: block;
  }
}

/* ------------------------------------
	baselayout
------------------------------------ */
.contBaseWrap {
	width: 1180px;
	margin: 0 auto;
}
.contBaseWrap.baseShort {
	width: 980px;
}

@media only screen and (max-width: 1180px) {
	.contBaseWrap {
		width: 100%;
		padding: 0 30px;
	}
	.contBaseWrap.baseShort {
		padding: 0;
	}
}

@media only screen and (min-width: 721px) and (max-width: 980px) {
	#container {
		width: 980px;
		overflow-x: scroll;
	}
	.contBaseWrap {
		width: 980px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 720px) {
	#container {
		width: auto;
	}
	.contBaseWrap {
		width: 88%;
		margin: 0 6%;
		padding: 0 0;
	}
	.contBaseWrap.baseShort {
		width: 88%;
	}
	.contBaseWrap .contBaseWrap.baseShort {
		width: 100%;
		margin: 0 auto;
	}
}

/* ------------------------------------
	google search
------------------------------------ */
form.gsc-search-box {
	position: relative;
}
form.gsc-search-box:before {
	font-family: 'takaraCP';
	content: "\e905";
	font-size: 1.15em;
	color: #a5a5a5;
	position: absolute;
	top: 9px;
	right: 12px;
}
#gsc-i-id1 {
	text-indent: 52px !important;
	background: #f6f7f5 url("https://www.google.com/cse/static/images/1x/googlelogo_lightgrey_46x16dp.png") no-repeat 10px center !important;
}
input#gsc-i-id1[type="text"]:focus {
	text-indent: 10px !important;
	background: #f6f7f5 none no-repeat 10px center !important;
}
.cse .gsc-control-cse, .gsc-control-cse {
	padding: 0 !important;
	border: none !important;
}
.gsc-clear-button {
	display: none;
}
.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
	padding-right: 0 !important;
}
.cse form.gsc-search-box, form.gsc-search-box {
	padding: 0 !important;
	margin-bottom: 0 !important;
}
.cse input.gsc-input, input.gsc-input {
	height: 40px !important;
	padding: 3px 35px 3px 6px !important;
	border-top: none !important;
	border-right: 1px solid #e2e2e2 !important;
	border-bottom: 1px solid #e2e2e2 !important;
	border-left: 1px solid #e2e2e2 !important;
}
/* IE hack */
@media all and (-ms-high-contrast:none){
	.cse input.gsc-input, input.gsc-input {
		padding: 3px 35px 0 6px !important;
	}
}
.cse input.gsc-search-button, input.gsc-search-button {
	height: 40px !important;
	padding: 0 !important;
	min-width: 40px !important;
	color: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	cursor: pointer;
	background: transparent !important;
}
td.gsc-search-button {
	width: auto !important;
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
}

/*20180406*/
.gsc-input-box {
	border: none!important;
	background: #fff!important;
	height: auto!important;
}
.gsib_a {
	padding: 0!important;
}
.gsc-search-box .gsc-input>input:hover,
.gsc-input-box-hover {
	box-shadow: none!important;
}
.cse .gsc-search-button-v2, .gsc-search-button-v2 {
	width: 40px !important;
	height: 40px !important;
	padding: 13px 15px 14px!important;
	-webkit-border-radius: 0!important;
	margin-top: 0!important;
	border: none!important;
}
.cse .gsc-search-button-v2:hover,
.gsc-search-button-v2:hover {
	cursor: pointer;
}
.gsc-input-box-focus #gsc-i-id1 {
	text-indent: 10px !important;
	background: #f6f7f5 none !important;
}
.gsc-search-button-v2 svg {
	display: none !important;
}
.cse .gsc-search-button-v2,
.gsc-search-button-v2 {
	background: transparent !important;
	background-image: none !important;
}
.gsib_b {
	display: none !important;
}

@media only screen and (max-width: 720px) {
	.cse input.gsc-input, input.gsc-input {
		height: 52px !important;
		padding: 13px 50px 13px 25px !important;
		background-position: 6% center !important;
		border-right: none !important;
		border-left: none !important;
	}
	form.gsc-search-box:before {
		top: 15px;
		right: 20px;
	}
	.cse .gsc-search-button-v2,
	.gsc-search-button-v2 {
		width: 52px !important;
		height: 52px !important;
	}
}

/* ------------------------------------
	header
------------------------------------ */
header {
	width: 100%;
	height: 120px;
	position: relative;
}
header h1 {
	margin: 38px 0 0 60px;
	float: left;
	position: relative;
	z-index: 1;
}
header .subMenu {
	position: absolute;
	top: 0;
	right: 0;
}
header .subMenu li {
	width: 120px;
	margin: 0 0 0 1px;
	float: left;
}
header .subMenu li.hEnglish a,
header .subMenu li.contact a {
	width: 120px;
	height: 40px;
	padding: 8px 0;
	color: #FFF;
	display: block;
	text-decoration: none;
}
.search .search_container{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.search .search_container::before {
	content: "";           /* 疑似要素に必須 */
	width: 20px;           /* アイコンの横幅 */
	height: 20px;          /* アイコンの高さ */
	background: url(/img/common/iconSearch.png) no-repeat center center / auto 100%; /* 背景にアイコン画像を配置 */
	display: inline-block; /* 高さを持たせるためにインラインブロック要素にする */
	position: absolute;    /* 相対位置に指定 */
	top: 25%;              /* アイコンの位置。微調整してね */
	right: 5%;
	z-index: 2;         
}
.search_container input[type="search"]{
	border: 1px solid #e2e2e2;
	width:100%;
	height:40px;
	margin: 0;
	overflow: hidden;
}
.search_container input::placeholder{
	color:#d0d0d0;
}
.search_container input[type="search"]:focus {
	outline: 0;
}
.search_container input[type="submit"]{
	cursor: pointer;
	border: none;
	background: #ca0817;
	border: 1px solid #ca0817;
	color: #fff;
	outline : none;
	width:19%;
	height:40px;
	display: inline-block;
	vertical-align: middle;
}
.search_container .search_input{
	position: relative;
}
.search_container .search_submit{
	position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 40px;
    background: none;
    display: block;
    cursor: pointer;
    border: none;
    z-index: 2;
}
/*PC HOVER*/
@media only screen and (min-width: 720px) {
	body:not(.setTb) header .subMenu li.hEnglish a:hover,
	body:not(.setTb) header .subMenu li.contact a:hover {
		opacity: .6;
	}
}
header .subMenu li.takaraandcompany {
	width: 210px;
	height: 40px;
  text-align: left;
	margin: 0;
  border-top : 1px solid #e2e2e2;
  border-bottom : 1px solid #e2e2e2;
  border-left : 1px solid #e2e2e2;
}
header .subMenu li.takaraandcompany a {
  padding: 4px 18px;
  display: block;
  position: relative;
}
header .subMenu li.takaraandcompany a > div {
  display: none;
}
ul li.takaraandcompany a::after {
  font-family: 'takaraCP';
  content: "\e907";
  color:  #1698bb;
  font-size: 0.8em;
  position: absolute;
  top: 9px;
  right: 17px;
  display: inline-block;
}
header .subMenu li.takaraandcompany a:hover {
  opacity: .6;
}
header .subMenu li.search {
	width: 260px;
	height: 40px;
	margin: 0;
}

header .subMenu li.hEnglish a {
	background: #222222;
}
header .subMenu li.contact a {
  background: #ca0817;
}
header .subMenu div.poplink.pcia{
	width: 100%;
	top:40px;
}
body div.poplink {
	z-index: 33;
}
body div.poplink > div.poplink_suggest > div.word {
	padding: 10px;
}
body div.poplink div.highlighted {
    color: #000000;
    background-color:unset;
}
body div.poplink > div.poplink_suggest > div.word:hover {
	background-color: unset;
}
input[type="search"]::-webkit-search-cancel-button {   
	-webkit-appearance: none;
}


@media only screen and (max-width: 1180px) {
	header h1 {
		margin: 38px 0 0 30px;
	}
}

@media only screen and (max-width: 720px) {
	header {
		height: 60px;
	}
	header h1 {
		width: 160px;
		margin: 20px 0 0 5%;
	}
	header h1 img {
		width: 100%;
		height: auto;
		display: block;
	}
	header .subMenu li.hRecruit,
	header .subMenu li.hEnglish,
	header .subMenu li.search {
		display: none;
	}
	header .subMenu li.contact,
	header .subMenu li.contact img {
		width: 60px;
		height: 60px;
	}
  header .subMenu li.takaraandcompany {
    display: none;
  }
  header .subMenu li.contact {
    width: 60px;
    height: 60px;
  }
  header .subMenu li.contact a {
    width: 60px;
    height: 60px;
    font-size: 0.5em;
    text-align: center;
    position: relative;
    padding: 36px 0 0;
  }
  header .subMenu li.contact a::after {
    content: '';
    background-image: url('../img/common/header_contact_q.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 18px;
    display: block;
    position: absolute;
    top: 13px;
    left: 20px;
  }
}

/* ------------------------------------
	global
------------------------------------ */
header #global {
	width: 63%;
	position: absolute;
	bottom: 0;
	right: 240px;
}
header #global > ul {
	text-align: center;
	float: right;
  padding-right: 30px;
}
header #global > ul > li {
	float: left;
}
header #global > ul > li > a {
	height: 50px;
	padding: 0 27px;
	display: block;
	color: #000;
	font-size: 1.15em;
	font-weight: bold;
	position: relative;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
header #global > ul > li.active > a {
	color: #CA0817;
}
header #global > ul > li > a:hover {
	text-decoration: none;
}
header #global > ul > li > a:before {
	font-family: 'takaraCP';
	content: "\e901";
	font-size: 0.5em;
	color: #ca0817;
	position: absolute;
	top: 31px;
	left: 45%;
}
header #global > ul > li:hover > a:before {
	top: 31px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
header #global .ddNav {
	margin: 0 -500%;
	padding: 0 500%;
	height: 0;
	text-align: center;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 130;
	overflow: hidden;
	visibility: hidden;
	background: rgba(0,0,0,0.9);
	opacity: 0;
}
header #global .ddNav a {
	color: #FFF;
	text-decoration: none;
}
header #global .ddNav .ddInner {
	padding: 30px 0;
	position: relative;
}
header #global .ddNav .ddInner dl {
	width: 100%;
	text-align: left;
}
header #global .ddNav .ddInner dl > dt {
	width: 240px;
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	height: 60px;
	line-height: 60px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	position: relative;
}
header #global .ddNav .ddInner dl > dt:before {
	font-family: 'takaraCP';
	content: "\e900";
	font-size: 0.6em;
	color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
}
header #global .ddNav .ddInner dl > dt:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: -webkit-gradient(linear, right top, left bottom, from(transparent), color-stop(0.5, transparent), color-stop(0.5, #FFF), color-stop(0.6, #FFF), color-stop(0.6, transparent) to(transparent));
	background: linear-gradient(45deg, transparent, transparent 49.5%, #FFF 50%, #FFF 60%, transparent 60%, transparent);
	background-size: 4px 4px;

}
header #global .ddNav .ddInner dl > dd {
	width: 100%;
	text-align: left;
	color: #fff;
	font-size: 1em;
}
header #global .ddNav .ddInner dl > dd p {
	width: 240px;
}
header #global .ddNav .ddInner dl > dd ul {
	width: 300px;
	/*float: left;*/
	position: absolute;
	top: 30px;
	left: 290px;
}
header #global .ddNav .ddInner dl > dd ul li {
	width: 300px;
	line-height: 140%;
}
header #global .ddNav .ddInner dl > dd ul li br {
	display:none;
}
header #global .ddNav .ddInner dl > dd ul li a {
	padding: 8px 10px;
	display: block;
	text-decoration: none;
	position: relative;
}
header #global .ddNav .ddInner dl > dd ul li.hasChild > a:before {
	height: 35px;
	line-height: 35px;
	font-family: 'takaraCP';
	content: "\e900";
	color: #FFF;
	font-size: 0.8em;
	position: absolute;
	top: 0;
	right: 10px;
}
header #global .ddNav .ddInner dl > dd ul li ul {
	width: 400px;
	top: 0;
	left: 300px;
	position: absolute;
	/*display: none;*/
}
header #global .ddNav .ddInner dl > dd ul li ul li {
	width: 400px;
}
header #global .ddNav .ddInner dl > dd ul li ul li a {
	padding: 8px 10px 8px 30px;
}
header #global .ddNav .ddInner dl > dd ul li ul li a:before {
	width: 3px;
	height: 3px;
	content: "";
	position: absolute;
	top: 16px;
	left: 18px;
	background: #FFF;
	border-radius: 50%;
}
header #global .ddNav .ddInner dl > dd ul li ul li a.iconBlank:after {
	padding: 0 0 0 5px;
	font-family: 'takaraCP';
	content: "\e907";
	color: #FFF;
	font-size: 0.8em;
}
header #global .ddNav .ddInner dl > dd ul li ul {
	background: #B21824;
}
header #global .ddNav .ddInner dl > dd ul li ul li ul {
	background: #B21824;
}
/*PC HOVER*/
@media only screen and (min-width: 720px) {
	body:not(.setTb) header #global > ul > li:hover > a,
	body:not(.setTb) header #global .ddNav dt a:hover {color: #CB0818;}
	body:not(.setTb) header #global .ddNav .ddInner dl > dd ul li:hover {background-color: #CB0818;}
	body:not(.setTb) header #global .ddNav .ddInner dl > dd ul li.chdAcv {background-color: #B21824;}
	body:not(.setTb) header #global .ddNav .ddInner dl > dd ul li ul li:hover {background-color: #CB0818;}
	body:not(.setTb) header #global .ddNav .ddInner dl > dd ul li ul li ul li:hover {background-color: #CB0818;}
}

@media only screen and (max-width: 1180px) {
	header #global > ul > li > a {
		padding: 0 22px;
	}
}

@media only screen and (max-width: 720px) {
	header #global {
		position: absolute;
		bottom: 60px;
	}
}

/* ------------------------------------
	TAKARA & COMPANY ir btn
------------------------------------ */

  .tac_ir {
    position: absolute;
    width: 241px;
    height: 80px;
    right: 0;
    bottom: 0;
    border-left: 1px solid #e2e2e2;
  }
  .tac_ir a {
    display: block;
    color: #000;
    font-size: 1.15em;
    font-weight: bold;
    padding: 18px 0;
    position: relative;
  }
  .tac_ir a .sub_t {
    display: block;
    color: #b8b8b8;
    font-size: 0.75em;
    font-weight: normal;
  }
  .tac_ir a:hover {
    text-decoration: none;
    opacity: .6;
  }
  .tac_ir a::after {
    font-family: 'takaraCP';
    content: "\e907";
    color: #1698bb;
    font-size: 0.8em;
    font-weight: normal;
    position: absolute;
    top: 28px;
    right: 30px;
    display: inline-block;
  }

  @media only screen and (max-width: 720px) {
    div.tac_ir {
      display: none;
    }
  }

/* ------------------------------------
	SP nav
------------------------------------ */
#spNav {
	position: absolute;
}

@media only screen and (max-width: 720px) {
	#spNav {
		display: none;
		width: 100%;
		top: 60px;
		left: 0;
		z-index: 3;
	}
	#spNav #global {
		position: relative;
		top: 0;
		left: 0;
	}
	#spNav #global > ul {
		text-align: left;
		background: rgba(0,0,0,0.9);
	}
	#spNav #global > ul > li > a {
		display: block;
		padding: 15px 55px 15px 6%;
		color: #FFF;
		font-weight: bold;
		text-decoration: none;
	}
	#spNav #global > ul > li > a:before {
		font-family: 'takaraCP';
		content: "\e900";
		font-size: 0.8em;
		color: #ca0817;
		position: absolute;
		top: 16px;
		left: initial;
		right: 6%;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#spNav #global > ul > li > a.no-arrow:before {
		content: none;
	}
	#spNav #global .ddNav .ddInner dl > dt,
	#spNav #global .ddNav .ddInner dl > dd p {
		display: none;
	}
	#spNav #global .ddNav .ddInner dl > dd ul {
		width: 100%;
		height: auto !important;
		position: static;
	}
	#spNav .ddNav,
	#spNav .ddNav .ddInner dl dd ul li ul {
		display: none;
	}
	#spNav .ddNav .ddInner dl > dd ul li a {
		padding: 6px 6% 6px 4em;
		display: block;
		position: relative;
		color: #FFF;
		text-decoration: none;
	}
	#spNav .ddNav .ddInner dl > dd ul li a:before {
		font-family: 'takaraCP';
		content: "\e900";
		font-size: 0.8em;
		color: #FFF;
		position: absolute;
		top: 8px;
		left: 3.5em;
	}
	#global > ul > li {
		position: relative;
	}
	#spNav #global > ul > li.switch > a:before {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	#spNav #global > ul > li span {
		width: 55px;
		height: 55px;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
	}

	#spNav #global .hEnglish a:before,
  #spNav #global .takaraandcompany a:before,
  #spNav #global .tac_ir a:before {
		content: "";
	}
	#spNav #global .hEnglish span {
		display: none;
	}

  #spNav #global .tac_ir > span,
  #spNav #global .takaraandcompany > span {
    display: none;
  }

  #spNav #global .takaraandcompany {
    display: block;
  }
  #spNav #global .takaraandcompany > div {
    display: block;
  }
  #spNav #global .takaraandcompany img {
    display: none;
  }
  #spNav #global .takaraandcompany a::after {
    font-weight: normal;
    top: 16px;
    right: 6%;
  }

  #spNav #global .tac_ir {
    display: block;
    width: 100%;
    height: auto;
    border: none;
  }
  #spNav #global .tac_ir a {
    font-size: 0.95rem;
  }
  #spNav #global .tac_ir a:hover {
    opacity: 1;
  }
  #spNav #global .tac_ir a .sub_t {
    display: inline;
    font-size: 0.75em;
    padding-left: 11px;
  }
  #spNav #global .tac_ir a::after {
    top: 16px;
    right: 6%;
    font-weight: normal;
  }
  #spNav #global .search {
	padding:10px;
  }
  .main .search_container{
	  width:auto;
  }
}

/* ------------------------------------
	RWD MENU
------------------------------------ */
#spMenu {
	display: none;
}

@media only screen and (max-width: 720px) {
	header #spMenu {
		display: block;
		width: 60px;
		height: 60px;
		position: absolute;
		top: 0;
		right: 60px;
		z-index: 1;
		background: #222222;
	}
	header #spMenu #switchBtn {
		width: 60px;
		height: 60px;
		display: block;
	}
	header #spMenu #switchBtn span {
		width: 50%;
		height: 2px;
		background-color: #FFF;
		border-radius: 2px;
		transition: all 0.3s linear;
		position: absolute;
		left: 25%;
	}
	header #spMenu #switchBtn,
	#switchBtn span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	header #spMenu #switchBtn span:nth-of-type(1) {
		top:10px;
		transform: rotate(0);
	}
	header #spMenu #switchBtn span:nth-of-type(2) {
		top:20px;
		transform: scale(1);
	}
	header #spMenu #switchBtn span:nth-of-type(3) {
		top:30px;
		transform: rotate(0);
	}
	header #spMenu #switchBtn.btnClose {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	header #spMenu #switchBtn.btnClose span:nth-of-type(1) {
		top: 0 !important;
		-webkit-transform: translateY(20px) rotate(-45deg);
		transform: translateY(20px) rotate(-45deg);
	}
	header #spMenu #switchBtn.btnClose span:nth-of-type(2) {
		top:20px;
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	header #spMenu #switchBtn.btnClose span:nth-of-type(3) {
		opacity: 0;
	}
	header #spMenu .navText {
		font-size: 0.64em;
		text-align: center;
		color: #FFF;
		margin: auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 9px;
		z-index: -1;
	}
}

/* ------------------------------------
	contactArea
------------------------------------ */
.contactArea {
	overflow: hidden;
	border-top: 4px solid #ca0817;
}
.contactArea .contactInclude > div {
	width: 100%;
	float: none;
}
.contactArea .contact {
	background: #FFF url(../img/common/contact_bg.png);
	background-size: cover;
  padding: 32px 0;
}
.contactArea .telephone {
	background: #FFF url(../img/common/tel_bg.png);
	background-size: cover;
}
.contactArea .contactInclude div > a,
.contactArea .contactInclude div > div {
  width: 580px;
  margin: 0 auto;
  padding: 25px 0;
  display: block;
  color: #FFF;
  text-decoration: none;
  border: 2px solid #fff;
}
.contactArea .contactInclude div dl {
	padding: 50px 0 0;
	position: relative;
}
.contactArea .contactInclude div dl:before {
	font-family: 'takaraCP';
	line-height: 1;
	color: #FFF;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.contactArea .contact dl:before {
	content: "\e904";
	font-size: 2.5em;
}
.contactArea .telephone dl:before {
	content: "\e906";
	font-size: 2.5em;
}
.contactArea .contactInclude div dl dt {
	font-size: 1.15em;
	letter-spacing: 0.2em;
}
.contactArea .contact dl dd span {
	font-size: 2.15em;
	display: block;
}
.contactArea .telephone dl dd span {
	font-size: 2.7em;
	letter-spacing: 0.1em;
	line-height: 1.27;
	display: block;
}
.contactArea .telephone dl dd span.tel a {
	color: #FFF;
	text-decoration: none;
}
body:not(.setTb) .contactArea .contact a:hover {
  background: rgba(255,255,255, 0.2);
}

@media only screen and (max-width: 720px) {
	.contactArea .contactInclude div > a,
	.contactArea .contactInclude div {
		width: 100%;
		float: none;
  	padding: 25px 0;
    border: none;
	}
  .contactArea .contactInclude div {
    padding: 0;
  }
	.contactArea .contactInclude div dl {
		padding: 0 6% 0 30%;
		text-align: left;
	}
	.contactArea .contactInclude div dl:before {
		position: absolute;
		top: 50%;
		left: 10%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.contactArea .contactInclude div dl dt {
		font-size: 1em;
		letter-spacing: 0;
	}
	.contactArea .contact dl dd span {
		font-size: 1.5em;
	}
	.contactArea .telephone dl dd span {
		font-size: 1.8em;
		letter-spacing: 0;
	}
	.contactArea .telephone dl dd span a {
		padding: 0;
		color: #FFF;
	}
  body:not(.setTb) .contactArea .contact a:hover {
    background: none;
  }
}

/* ------------------------------------
	footer
------------------------------------ */
footer {
	padding: 80px 0 0;
	text-align: left;
	border-top: 4px solid #ca0817;
	background: #f6f7f5;
}
footer .ftWrap {
	width: 1180px;
	margin: 0 auto;
}
footer .ftLogo {
	padding: 0 0 70px;
}
footer .ftLogo img {
	vertical-align: middle;
}
footer .ftLogo .snsArea {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 40px;
}
footer .ftLogo .snsArea a {
	display: inline-block;
	overflow: hidden;
}

footer .ftLogo .snsArea a + a {
	margin-left: 5px;
}

footer .ftLogo .snsArea img {
	width: 40px;
}

footer .mapList {
	padding: 0 0 70px;
	overflow: hidden;
}
footer .mapList .inner,
footer .mapList .fnav2row {
	width: 210px;
	margin: 0 0 0 20px;
	padding: 10px 0 0 0;
	float: left;
	text-align: left;
	position: relative;
}
footer .mapList .company-info {
	width: 170px;
}
footer .mapList .media {
	width: 110px;
	margin: 0 0 0 5px;
}
footer .mapList .fnav2row {
	padding: 0;
}
footer .mapList .inner:before {
	content: "";
	width: 16px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background: #ca0817;
}
footer .mapList > .inner:first-child {
	margin: 0;
	width: 400px;
}
footer .mapList .inner dt a {
	margin: 0 0 15px;
	padding: 0 0 0 20px;
	font-weight: bold;
	font-size: 1.3em;
	display: inline-block;
	text-decoration: none;
	color: #000;
	overflow: hidden;
	position: relative;
}
footer .mapList .inner dt a:before {
	font-family: 'takaraCP';
	content: "\e902";
	color: #ca0817;
	font-size: 0.5em;
	position: absolute;
	top: 0.8em;
	left: 0;
}
footer .mapList .inner dd {
	padding: 0 0 0 17px;
	overflow: hidden;
}
footer .mapList .inner dd li {
	margin: 0 0 10px 1em;
	line-height: 1.3;
}
footer .mapList .inner dd li:before {
	content: '';
	width: 3px;
	height: 3px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	position: relative;
	left: -8px;
	top: -5px;
}
footer .mapList .inner dd a {
	text-decoration: none;
	color: #000;
	word-break: break-all;
}
footer .otherList {
	padding: 30px 0;
	text-align: center;
	border-left: 1px solid #FFF;
	background: #808080;
}
footer .otherList li {
	padding: 0 22px;
	display: inline-block;
	line-height: 1;
	border-right: 1px solid #FFF;
}
footer .otherList li:first-child {
	border-left: 1px solid #FFF;
}
footer .otherList li a {
	font-size: 0.85em;
	color: #FFF;
}
footer .copyrightWrap {
  width: 1180px;
  margin: 0 auto;
}

footer .footerCopyright {
	display: block;
	text-align: center;
  padding: 3;
	color: #FFF;
	font-size: 0.95em;
	line-height: 1;
	letter-spacing: 0.19em;
	background: #000;
  height: 90px;
}
footer .TnCbanner {
  width: 202px;
  height: 42px;
  background: #fff;
  padding: 6px 13px;
  display: block;
  position: relative;
  text-align: left;
  float: left;
  margin-top: 24px;
}
footer .TnCbanner::after {
  font-family: 'takaraCP';
  content: "\e907";
  color:
  #1698bb;
  font-size: 0.8em;
  position: absolute;
  top: 15px;
  right: 17px;
  display: inline-block;
}
footer small {
  float: right;
  margin-top: 40px;
}
footer .mapList .fnav2col ul {
	width: 180px;
	float: left;
}
footer .mapList .fnav2col ul:first-child {
	margin: 0 20px 0 0;
}
footer .mapList .fnav2row .inner {
	margin: 0;
}
footer .mapList .fnav2row .inner:last-child {
	margin: 35px 0 0 0;
}

@media only screen and (max-width: 1180px) {
	footer .ftWrap {
		width: 100%;
		padding: 0 30px;
	}
	footer .mapList > .inner,
	footer .mapList .fnav2row {
		width: 19%;
		margin: 0 0 0 3%;
	}
	footer .mapList > .inner:first-child {
		margin: 0;
		width: 34%;
	}
	footer .mapList .fnav2col ul {
		width: 48%;
	}
	footer .mapList .fnav2col ul:first-child {
		margin: 0 4% 0 0;
	}
	footer .mapList .fnav2row .inner {
		width: 100%;
	}
}

@media only screen and (max-width: 720px) {
	footer {
		padding: 40px 0 0;
		border-top: 0;
		background: #f6f7f5;
	}
	footer .ftWrap {
		padding: 0;
	}
	footer .ftLogo {
		margin: 0 0 20px 6%;
		padding: 0;
	}
	footer .ftLogo > a {
		display: inline-block;
		width: 220px;
	}
	footer .ftLogo > a img {
		width: 100%;
	}
	footer .ftLogo .snsArea {
		padding: 0 0 0 5%;
	}
	footer .mapList {
		padding: 0;
		border-top: 2px solid #ca0817;
	}
	footer .mapList .inner,
	footer .mapList .inner:first-child,
	footer .mapList .fnav2col ul,
	footer .mapList .fnav2col ul:first-child,
	footer .mapList .fnav2row,
	footer .mapList .fnav2row .inner:last-child {
		width: 100%;
		margin: 0;
		padding: 0;
		float: none;
		border-bottom: 2px solid #ca0817;
	}
	footer .mapList .fnav2col ul,
	footer .mapList .fnav2col ul:first-child,
	footer .mapList .fnav2row {
		border-bottom: 0;
	}
	footer .mapList .inner dl {
		margin: 0;
	}
	footer .mapList .inner dt {
		position: relative;
	}
	footer .mapList .inner dt a {
		margin: 0;
		padding: 15px 12% 15px 6%;
		display: block;
	}
	footer .mapList .inner dt a:before {
		content: "\e900";
		margin: -11px 0 0 0;
		font-size: 14px;
		position: absolute;
		top: 50%;
		right: 6%;
		left: auto;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	footer .mapList .media dt a:before {
		content: none;
	}
	footer .mapList .inner dt.switch a:before {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	footer .mapList .inner dt > span {
		width: 50px;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
	}
	footer .mapList .inner dd {
		display: none;
		padding: 0 6% 10px 12%;
	}
	footer .mapList .inner dd li {
		margin: 0 0 10px 1em;
		line-height: 1.3;
		position: relative;
	}
	footer .mapList .inner dd li:before {
		font-family: 'takaraCP';
		content: "\e900";
		display: inline-block;
		font-size: 0.71em;
		color: #ca0817;
		background: transparent;
		position: absolute;
		left: -15px;
		top: 4px;
	}
	footer .mapList .inner dd a {
		margin: 0 0 5px 0;
		display: block;
	}
	footer .mapList .inner:before {
		content: none;
	}
	footer .otherList {
		width: 88%;
		margin: 0 auto;
		padding: 20px 0 10px;
		text-align: center;
		overflow: hidden;
		border-left: none;
		background: #f6f7f5;
	}
	footer .otherList li {
		width: 48%;
		margin: 0 4% 10px 0;
		padding: 0;
		display: block;
		border-right: none;
		float: left;
	}
	footer .otherList li:first-child {
		border-left: none;
	}
	footer .otherList li.odd {
		margin: 0 0 10px 0;
	}
	footer .otherList li a {
		padding: 10px;
		text-decoration: none;
		font-size: 0.8em;
		line-height: 1.6;
		display: block;
		background: #808080;
	}
	footer .footerCopyright {
		font-size: 0.75em;
		letter-spacing: 0;
    height: auto;
    padding: 20px 0;
	}
  footer .copyrightWrap {
    width: 88%;
  }
  footer .TnCbanner {
    float: none;
    margin: 0 0 15px;
    width: 100%;
    text-align: center;
  }
  footer .TnCbanner::after {
    font-size: 0.8rem;
  }
  footer small {
    float: none;
}
}

@media only screen and (min-width: 720px) {
	footer .mapList .inner dd {
		display: block !important;
	}
}

/* ------------------------------------
	pagetop
------------------------------------ */
#fixedTop {
	width: 90px;
	height: 90px;
	position: fixed;
	right: 60px;
	bottom: 60px;
	background: url(../img/common/pagetop.png) no-repeat right bottom;
	opacity: 0;
	transition: all 0.3s ease-out;
	transform: scale(0);
	cursor: default;
}
#fixedTop.hide {
	opacity: 0;
	cursor: default;
}
#fixedTop.show {
	opacity: 0.7;
	transform: scale(1);
	cursor: pointer;
}

/* -- PC Hover -- */
@media only screen and (min-width: 720px) {
	body:not(.setTb) #fixedTop.show:hover {
		opacity: 1;
	}
}

@media only screen and (max-width: 1180px) {
	#fixedTop {
		right: 20px;
		bottom: 20px;
	}
}

@media screen and (max-width: 720px) {
	#fixedTop {
		display: none !important;
	}
}

/* ------------------------------------
	Opacity Hover
------------------------------------ */
header .subMenu li a,
header .tac_ir a,
.contactArea .contactInclude div a,
footer .mapList a,
footer .ftLogo .snsArea a {
	transition: all 0.3s ease-out;
}

@media only screen and (min-width: 720px) {
	body:not(.setTb) header .subMenu li.contact a:hover,
	body:not(.setTb) footer .mapList a:hover,
	body:not(.setTb) footer .ftLogo .snsArea a:hover {
		opacity: 0.6;
	}
}

/* ------------------------------------
	ClearFixElements
------------------------------------ */
.cf:before,
header:before,
.cf:after,
header:after {
	content: " ";
	display: table;
}
.cf:after,
header:after {
	clear: both;
}
.cf,
header {
	*zoom: 1;
}

/* ------------------------------------
	PrintElements
------------------------------------ */
@page {
	size: A4 portrait;
	margin: 12.7mm 9.7mm;
}

@media print {
	body {
		width: 1100px;
		margin: 0 auto;
	}
  .contBaseWrap {
    width: 1040px;
  }
  footer .TnCbanner {
    margin-top: 24px;
    margin-left: 24px;
}
footer small {
    margin-top: 40px;
    margin-right: 100px;
}
.contBaseWrap.baseShort {
    width: 1100px;
}
#fixedTop.show {
display: none;
}
}
