@charset "utf-8";





/* CMS Template(CSS編集はCMS管理画面から)

 Update:  2021-06-07*/





/* -- common -- */
main h2 {
	font-weight: 600;
}
.to-list a {
	font-size: 1.4rem;
	line-height: 1;
	background: url(/img/arw_link.png) no-repeat 12px center;
	display: block;
	padding: 13px 12px 11px 30px;
}

/* -- slider -- */
#slider {
	margin: 0;
	padding: 0;
	list-style: none;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
	overflow: hidden;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img {
    display: block;
	width: 100%;
	height: auto;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-initialized .slick-slide a:hover,
.slick-initialized .slick-slide a:focus {
	opacity: 1;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow {
	background: url(/img/slide_arrow.png) no-repeat;
	text-indent: -99em;
	display: block;
	width: 22px;
	height: 45px;
	border: 0;
	outline: 0;
	position: absolute;
	top: calc(50% -  23px);
	overflow: hidden;
	z-index: 9;
	cursor: pointer;
	transition: all 0.3s ease;
}
.slick-arrow:hover,
.slick-arrow:focus {
	opacity: 0.7;
}
.slick-prev {
	left: 20px;
}
.slick-next {
	background-position: right 0;
	right: 20px;
}
.slick-dots {
	text-align: center;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
}
.slick-dots li {
	display: inline-block;
	width: 48px;
	height: 24px;
	margin: 0 4px;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.5;
	position: relative;
}
.slick-dots li button {
	font-size: 0;
	text-indent: -99px;
	background: #dadada;
	width: 96px;
	height: 2px;
	padding: 0;
	border: 0;
	border-left: solid #fff 48px;
	outline: 0;
	position: absolute;
	left: 0;
	top: 11px;
}
.slick-dots li.slick-active button {
	animation: line 3.3s linear 0s 1;
}
@keyframes line {
	0% { left: -48px; }
	100% { left: 0; }
}
.slick-dots li.slick-active ~ li button {
	left: -48px;
}
.slick-dots li:hover {
	opacity: 1;
}

/* -- information -- */
#info {
	padding: 25px 0 45px;
	position: relative;
}
#info::before {
	content: "";
	background: url(/common/img/bg_dot1.png) repeat;
	width: 300%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: -100%;
	right: -100%;
}
#info > * {
	position: relative;
	z-index: 1;
}
/* #info p.return {
	float: left;
	display: block;
	width: calc(50% - 20px);
} */
#info p.return {
	float: left;
	display: block;
	width: calc(36% - 20px);
}
#info p.return a {
	font-size: 1.4rem;
	line-height: 18px;
	color: #FFF;
	background: #b82234 url(/img/arw_warning.png) no-repeat right 14px center;
	text-align: center;
	display: block;
	padding: 12px 0;
}
#info p.return a::before {
	line-height: 0;
	content: url(/img/icon_warning.png);
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
}
/* #info dl {
	background: #efefef;
	float: right;
	display: table;
	width: calc(50% - 20px);
} */
#info dl {
	background: #efefef;
	float: right;
	display: table;
	width: calc(64% - 20px);
}
#info dl dt,
#info dl dd {
	font-size: 1.4rem;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	display: table-cell;
}
#info dl dt {
	padding: 12px 17px;
	font-weight: 600;
	width: 100px;
	border-right: solid 1px #dfdfdf;
}
#info dl dd {
	padding: 12px 24px;
}
#info dl dd time {
	display: inline-block;
	margin-right: 25px;
}
#info .company {
	clear: both;
	padding-top: 70px;
	margin: 0 -7px 21px;
	overflow: hidden;
}
#info .company li {
	float: left;
	display: block;
	width: 25%;
	padding: 0 7px 14px;
	box-sizing: border-box;
}
#info .company li a {
	font-size: 1.6rem;
	line-height: 30px;
	background: #fff;
	text-align: center;
	display: block;
	padding: 35px 0;
	height: 30px;
}
#info .company li:nth-child(2) a { color: #108ece; }
#info .company li:nth-child(3) a { color: #bb4e63; }
#info .company li:nth-child(4) a { color: #87459a; }
#info .company li:nth-child(5) a { color: #957655; }
#info .company li:nth-child(6) a { color: #43b443; }
#info .company li:nth-child(7) a { color: #d0733c; }
#info .company li:nth-child(8) a { color: #4360b5; }
#info .company li a::before {
	line-height: 0;
	vertical-align: middle;
	display: inline-block;
	margin-right: 16px;
}
#info .company li:nth-child(1) a::before { content: url(/img/info_icon01.png); }
#info .company li:nth-child(2) a::before { content: url(/img/info_icon02.png); }
#info .company li:nth-child(3) a::before { content: url(/img/info_icon03.png); }
#info .company li:nth-child(4) a::before { content: url(/img/info_icon04.png); }
#info .company li:nth-child(5) a::before { content: url(/img/info_icon05.png); }
#info .company li:nth-child(6) a::before { content: url(/img/info_icon06.png); }
#info .company li:nth-child(7) a::before { content: url(/img/info_icon07.png); }
#info .company li:nth-child(8) a::before { content: url(/img/info_icon08.png); }
#info h2 {
	font-size: 2rem;
	margin-bottom: 30px;
}
#info .to-list {
	float: right;
	top: -10px;
	z-index: 2;
}
#info .topics {
	display: table;
	width: 100%;
}
#info .topics li {
	display: table-cell;
	width: 25%;
	padding: 0 10px;
	box-sizing: border-box;
}
#info .topics li a {
	font-size: 1.4rem;
	line-height: 1.71;
	background: #fff;
	display: block;
	padding-bottom: 15px;
	position: relative;
}
#info .topics .mod-new {
	content: url(/img/topics_icon_new.png);
	position: absolute;
	left: 0;
	top: 0;
}
#info .topics li a span {
	display: block;
	margin: 15px 15px 0;
}
#info .topics span.topics-cat{
  font-size: 11px; font-size: 1.1rem;
  background: #F1F1F1;
  display: inline-block;
  color: #636363;
  padding: 1px 3px 1px 3px;
}
/* -- product -- */
#product {
	padding: 90px 0 0;
}
#product h2 {
	font-size: 2.8rem;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
}
#product ul {
	margin: 0 -15px;
	overflow: hidden;
}
#product ul li {
	display: block;
	float: left;
	width: 33.333%;
	padding: 0 15px 30px;
	box-sizing: border-box;
}
#product ul li:nth-child(3n+1) {
	clear: both;
}
#product ul li a {
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
	display: block;
	padding-bottom: 12px;
}
#product ul li a img {
	display: block;
	margin-bottom: 20px;
}
#product ul li a b {
	font-size: 1.6rem;
	font-weight: 500;
	display: block;
	margin-bottom: 12px;
}
#product ul li a[target="_blank"] b::after {
	content: url(/common/img/ico_blank_blue.png);
	vertical-align: middle;
	margin-left: 8px;
}
/*18.04.06tuiki*/
#product ul li div {
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
	display: block;
	padding-bottom: 12px;
}
#product ul li div img {
	display: block;
	margin-bottom: 20px;
}
#product ul li div b {
	font-size: 1.6rem;
	font-weight: 500;
	display: block;
	margin-bottom: 12px;
}
#product ul li div span {
	font-size: 1.1rem;
	line-height: 1;
	text-align: center;
	display: block;
  color:#CB891C;
  display: inline-block;
  padding: 5px 0 0 0;
}

/* -- search -- */
#search {
	font-size: 0;
	text-align: center;
	border-top: solid 1px #d7d7d7;
}
#search h2 {
	font-size: 1.8rem;
	line-height: 26px;
	font-weight: 600;
	background: #fff url(/img/search_tit_icon.png) no-repeat 20px 0;
	display: block;
	width: 176px;
	padding: 0 0 0 40px;
	margin: 0 auto 12px;
	position: relative;
	top: -13px;
}
#search div {
	font-size: 1.4rem;
	text-align: left;
	vertical-align: top;
	display: inline-block;
}
#search .category {
	width: 300px;
  position: relative;
}
#search .keyword {
	width: calc(100% - 315px);
	padding-left: 15px; 
}
#search div form {
	background: #f3f3f3;
	display: block;
	padding: 20px 20px 25px;
  min-height: 95px;
  height: auto !important;
  height: 95px;
}
#search div h3 {
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 15px;
}
#search div h3 a {
	display: inline-block;
	background: url(/common/img/ico_blank_blue.png) no-repeat right center;
	padding-right: 20px;
}
#search div input,
#search div select {
	vertical-align: top;
}
#search input[type="text"],
#search select {
	font-size: 1.4rem;
	line-height: 24px;
	vertical-align: top;
	padding: 7px 15px;
	height: 38px;
	border: none;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#search select {
	background: #fff url(/common/img/arw_select.png) no-repeat right 17px center;
	width: 222px;
	border-radius: 3px;
	margin-bottom: 10px;
	position: relative;
}
::-ms-expand {
	display: none;
}
#search input[type="text"] {
	background: #fff;
	width: 227px;
	border-radius: 3px 0 0 3px;
	margin-bottom: 10px;
}
#search input[type="image"] {
	width: 38px;
	height: 38px;
	margin-right: 18px;
}
#search .keyword ul,
#search .keyword ul li {
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
}
#search .keyword ul li:not(:first-child) {
	margin-left: 10px;
}
#search input[type="radio"] {
	position: absolute;
	margin: 15px 0 0 15px;
}
#search label {
	font-size: 1.2rem;
	line-height: 1.43;
	background: #fff;
	vertical-align: middle;
	display: block;
	padding: 10px 10px 10px 36px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
#search label::before {
	content: "";
	background: #f6f7f8;
	display: block;
	width: 12px;
	height: 12px;
	margin-top: -8px;
	border: solid 2px #bbb;
	border-radius: 3px;
	position: absolute;
	left: 10px;
	top: 50%;
}
input[type=radio]:checked + label::after {
	content: "";
	background: #58bbdb;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 13px;
}
#search .category p{
  font-size: 10px; font-size: 1.0rem;
  line-height: 14px;
  height: 14px;
  margin: 0 !important;
  padding: 0 !important;
}
#search .category .inr{ position: relative; width: 260px;}
#search .category input[type="image"] {
  position: absolute; top: 0; right: -18px;
}
#search .category p img {
  width: 14px !important;
  height: auto;
}

/* -- release・notice -- */
#release,
#notice div {
	position: relative;
}
.news h2 {
	font-size: 2.6rem;
	line-height: 1;
	margin-bottom: 18px;
}
.news dl {
	font-size: 1.5rem;
	line-height: 1.5;
}
.news dt {
	padding: 15px 0 0 10px;
}
.most,
.most + dd {
	background: #faf1f4;
}
.most + dd a::before {
	content: url(/img/icon_news_warning.png);
	vertical-align: top;
	display: inline-block;
	margin-right: 8px;
}
.news dl dd {
	display: block;
	border-bottom: solid 1px #e9e9e9;
}
.news dl dd a {
	display: block;
}
.news dl dd a:hover {
	text-decoration: underline;
}
.news .to-list {
	position: absolute;
	right: 0;
	top: 0;
}

/* -- release -- */
#release {
	margin-top: 145px;
	position: relative;
}
#release dd {
	margin: -1.5em 0 0;
	padding: 0 0 15px 270px;
}

/* -- notice -- */
#notice {
	display: table;
	margin-top: 60px;
}
#notice div {
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
}
#notice div:first-child { border-right: solid 50px #fff; }
#notice div:last-child { border-left: solid 50px #fff; }
#notice div h2 {
	margin-bottom: 30px;
}
#notice dt {
	padding-bottom: 10px;
}
#notice dd {
	padding: 0 10px 15px;
}

/* -- office -- */
#office {
	margin-top: 160px;
}
#office h2 {
	font-size: 2.6rem;
	line-height: 1;
	text-align: center;
	margin-bottom: 50px;
}
#office > ul {
	margin: 0 -15px;
	overflow: hidden;
}
#office > ul li {
	float: left;
	display: block;
	padding: 0 15px 30px;
	width: 33.333%;
	box-sizing: border-box;
}
#office > ul li:nth-child(3n+1) {
	clear: both;
}
#office > ul li a {
	display: block;
}
#office > ul li a span {
	font-size: 1.4rem;
	display: block;
	padding: 10px 5px;
}
#office > ul li a span::after {
	content: url(/common/img/ico_blank_blue.png);
	vertical-align: middle;
	margin-left: 8px;
}
#office .sns {
	display: table;
	width: 100%;
	margin-top: 50px;
}
#office .sns dl {
	text-align: center;
	display: table-cell;
	border-left: solid 1px #cfcfcf;
}
#office .sns dl:first-child {
	border-left: none;
}
#office .sns dl dt {
	font-size: 1.2rem;
	line-height: 1;
	padding: 0 30px;
}
#office .sns dl dd {
	display: inline-block;
	padding: 0 30px;
}
#office .sns dl dd ul {
	display: table;
	margin: 12px auto 5px;
}
#office .sns dl dd ul li {
	display: table-cell;
	padding: 0 8px;
}
#office .sns dl dd strong {
	font-size: 1.2rem;
	font-weight: 500;
}
.saigai{
	padding: 20px 15px;
	background: #fff;
	margin: 0 0 20px;
	border-left: none !important;
	border-bottom: solid 1px #e9e9e9;
}
.saigai p{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	line-height: 1.5;
}
/*#notice dl.important dt:nth-of-type(2),
#notice dl.important dd:nth-of-type(2){
	display: none;
}*/