@charset "UTF-8";
/*======================-
reset
======================-*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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 {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-family: "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック", sans-serif;
}

body {
	font-size: 16px;
	line-height: 1;
}

img {
	height: auto;
	max-width: 100%;
	width: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

li, nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none;
	content: "";
}

a {
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	border: 0;
	border-top: 1px solid #ccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

/*======================-
layout
======================-*/
.l-wrapper {
	overflow: hidden;
}

/*======================-
header
======================-*/
.l-header {
	background: #fff;
	box-sizing: border-box;
	/*padding: 10px;*/
	padding: 10px 15px;/*171003変更*/
	position: fixed;
	width: 100%;
	z-index: 3;
}

.js_hamburger_open .l-header {
	position: static;
}

/*======================-
container
======================-*/
.l-container {
  /*padding-top: 30px;*/
  padding-top: 20px;/*171004変更*/
	width: 100%;
}
.l-container__inner {
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
}

.l-container--green {
	background: #e1e4de;
}

.l-container--usecase {
	background-image: url(/img/usr/freepage/corporate/use_case_backtop_img.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.l-container--insertname {
	background-image: url(/img/usr/freepage/corporate/insert_name_backtop_img.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: -3px;
}

.l-container--contact {
	margin-top: -20px;
}
.l-container--gray {/*171005追記*/
	background-color: #f7f7f7;
}

.l-container--black {
	background: #000;
}

.l-container--naire {
	background-image: url(/img/usr/freepage/corporate_naire/naire_back_img.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.l-naire_inner {
	background: #fff;
	margin: 10px;
	padding: 10px;
}

.l-footer {
	background: #000;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: center;
	width: 100%;
}
.l-footer__inner {
	padding: 20px 10px;
}

/*======================-
component
======================-*/
.c-sp_logo {
	/*width: 200px;*/
	width: 76%;/*171003変更*/
}

.c-hamburger_btn {
	cursor: pointer;
	display: block;
	float: right;
	position: fixed;
  /*right: 10px;*/
	right: 15px;/*171003変更*/
	top: 10px;
	-webkit-transform: translate3d(0, 0, 1px);
	transform: translate3d(0, 0, 1px);
	z-index: 60;
}
.c-hamburger_btn_default {
	height: 40px;
	width: 40px;
}
.c-hamburger_btn_close {
	display: none;
}

.js_hamburger_open {
	overflow: hidden;
}

.js_hamburger_open .c-hamburger_btn_default {
	display: none;
}

.js_hamburger_open .c-hamburger_btn_close {
	display: block;
	height: 40px;
	position: relative;
	width: 40px;
	z-index: 61;
}

.c-header__tel {/*171003追記*/
	float: left;
  width: 49%;
  margin-top: 20px;
}
.c-header__text {
	float: left;
	font-size: 12px;
	line-height: 1.5;
	margin-top: 20px;
	width: 53%;
}
.c-header__text small {
	font-size: 12px;
	font-weight: bold;
}
.c-header__text span {
	font-size: 16px;
	font-weight: bold;
}

.c-header__img {
	float: right;
	margin-top: 20px;/*180614変更*/
	width: 49%;/*180614変更*/
}
.c-header__img a {
	display: block;
}

.c-hamburgermenu {
	background: rgba(0, 0, 0, .8);
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0px);
	transform: translate3d(0, 0, 0px);
	-webkit-transition: all .5s;
	visibility: hidden;
	width: 100%;
}

.js_hamburger_open .c-hamburgermenu {
	opacity: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: visible;
	z-index: 51;
}

.c-hamburgermenu__inner {
	box-sizing: border-box;
	color: #fff;
	margin: 65px 0;
	width: auto;
}
.c-hamburgermenu__inner__item {
	margin-bottom: 10px;
	position: relative;
}
.c-hamburgermenu__inner__item_naire{
	margin-bottom: 0px;
}
.c-hamburgermenu__inner__item_naire::after{
	border: none;
}
.c-hamburgermenu__inner__item a,
.c-hamburgermenu__inner__item span.arrow-n {
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
	vertical-align: middle;
}
.c-hamburgermenu__inner__item a span,
.c-hamburgermenu__inner__item span.arrow-n {
	margin-left: 10px;
}
.c-hamburgermenu__inner__item a:after {
	border: 2px solid;
	border-color: #fff #fff transparent transparent;
	content: "";
	display: inline-block;
	height: 6px;
	position: absolute;
	right: 25px;
	top: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
	width: 6px;
}
.c-hamburgermenu__inner__item--sub {
	display: none;
	margin: 0 0 10px 15px;
	position: relative;
}
.c-hamburgermenu__inner__item--sub a {
	color: #fff;
	display: block;
	font-weight: bold;
	margin-left: 20px;
	padding: 10px;
	text-decoration: none;
	vertical-align: middle;
}
.c-hamburgermenu__inner__item--sub a:before {
	border: 2px solid;
	border-color: #fff #fff transparent transparent;
	content: "";
	display: inline-block;
	height: 6px;
	left: 10px;
	position: absolute;
	top: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
	width: 6px;
}
.c-hamburgermenu__inner__item--boreder {
	border-bottom: 1px solid #444;
	border-top: 1px solid #444;
}

.c-hamburgermenu__inner__item .c-arrow_margin:after {
	right: 50px;
}

.c-hamburgermenu__inner__item--sub.open {
	display: block;
}

.js-hamburgermenu__ac {
	background: url(/img/usr/freepage/corporate/s-hamburgermenu__ac_plus.jpg) no-repeat;
	background-size: 20px 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 6px;
	width: 20px;
}

.js-hamburgermenu__ac.active {
	background: url(/img/usr/freepage/corporate/s-hamburgermenu__ac_minus.jpg) no-repeat;
	background-size: 20px 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 6px;
	width: 20px;
}

.c-web_catalog {
	margin-bottom: 20px;
	text-align: center;
}
.c-web_catalog img {
	width: 40%;
}

.c-web_catalog a {
	color: #fff;
	text-decoration: none;
}

.c-web_catalog p {
	margin-top: 5px;
}

.c-sns {
	margin: 0;
	text-align: center;
}

.c-sns li {
	display: inline-block;
	vertical-align: middle;
	width: 15%;
}

.c-wrapicon_plus-minus {
	background: #333;
	cursor: pointer;
	display: inline-block;
	line-height: .8;
	padding: 3px;
	position: absolute;
	/*right: 10px;
	top: 15px;*/
	right: 20px;/*171010変更*/
	top: 23px;/*171010変更*/
}

.c-wrapicon_plus-minus02 {
	background: #fff;
	cursor: pointer;
	display: inline-block;
	line-height: .8;
	padding: 3px;
	position: absolute;
	right: 10px;
	top: 15px;
  margin-top: 2.7%;/*171010追記*/
  margin-right: 2.7%;/*171010追記*/
}

.c-icon_plus-minus {
	display: inline-block;
	height: 15px;
	position: relative;
	width: 15px;
}

.c-icon_plus-minus:after, .c-icon_plus-minus:before {
	background-color: #fff;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 15px;
}

.c-icon_plus-minus:before {
	height: 15px;
	left: 6px;
	top: 0;
	width: 2px;
}

.c-icon_plus-minus .icon_minus {
	display: inline-block;
	height: 20px;
	position: relative;
	width: 20px;
}

.active > .c-icon_plus-minus:before {
	background-color: #fff;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 15px;
}

.c-minus--mod:before, .c-minus--mod:after {
	background-color: #4d4394;
}

.c-header_caption {
	background: rgba(69, 60, 133, .8);
	box-sizing: border-box;
	color: #fff;
	/*padding: 20px 10px;*/
  padding: 20px 10px 12px 10px;/*171003変更*/
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2;
}
.c-header_caption__read {
	font-size: 18px;
	font-weight: bold;
}
.c-header_caption__text {
	font-size: 14px;
	margin-top: 5px;
}
.c-header_caption img {/*171003追記*/
  width: 70%;
}

/*======================-
js-carousel
======================-*/
#js-carousel {
	/*margin-top: 116px;*/
  margin-top: 35%;/*171003変更*/
	position: relative;
}

.slick-slider {
	-khtml-user-select: none;
	box-sizing: border-box;
	display: block;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.slick-list {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: hand;
	cursor: pointer;
}

.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 {
	display: block;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	border: 1px solid transparent;
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots {
	bottom: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
}
.slick-dots li {
	background: #ccc;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 0 10px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: -9999px;
	vertical-align: middle;
	width: 12px;
}
.slick-dots li button {
	background: #ccc;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 0 5px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: -9999px;
	vertical-align: middle;
	width: 12px;
}
.slick-dots .slick-active {
	background: #4d4394;
}

.slick-next, .slick-prev {
	border: none;
	color: transparent;
	cursor: pointer;
	font-size: 0;
	height: 60px;
	line-height: 0;
	outline: 0;
	position: absolute;
	top: 36vw;		/*171031 40%から変更 171102 30%から変更*/
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	width: 20px;
	z-index: 2;
}

.slick-next {

	background: url(/img/usr/freepage/corporate/carousel_next.png) no-repeat;
	background-size: 100%;
	right: 10px;
}

.slick-prev {
	background: url(/img/usr/freepage/corporate/carousel_prev.png) no-repeat;
	background-size: 100%;
	left: 10px;
}

.c-anchornavi {
	overflow: hidden;
	font-size: 0;/*171006追記*/
}
.c-anchornavi_item {
	float: left;
	width: 33.33%;
}
.c-anchornavi_item a {
	display: block;
}
.c-anchornavi_item img {
	height: 80px;
	width: 100%;
}

/*======================-
heading
======================-*/
.c-h2heading {
	/*font-size: 20px;*/
	font-size:6vw;			/*171006変更*/
	font-weight: bold;
	padding: 45px 0 40px 0;
	position: relative;
	text-align: center;
}

.c-h2heading--pickup:before {
	/*	content: url(/img/usr/freepage/corporate_naire/sp_h2_pickitem.png);
	left: 0;
	position: absolute;
	right: 0;
	top: 0;*/

  /*171006追記*/
  content: "";
  position: absolute;
  top: 13%;
  right: 0;
  left: 37%;
  bottom: 0;
  width: 27%;
  height: 100%;
  background-image: url(/img/usr/freepage/corporate/sp_h2_pickitem.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.c-h2heading--pickup:after {
	/*bottom: 0;
	content: url(/img/usr/freepage/corporate_naire/sp_h2_bottomimg.png);
	left: 0;
	position: absolute;
	right: 0;*/

  /*171006追記*/
  content: "";
  position: absolute;
  top: 80%;
  right: 0;
  left: 42.5%;
  bottom: 0;
  width: 15%;
  height: 74%;
  background-image: url(/img/usr/freepage/corporate/sp_h2_bottomimg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.c-h2heading--usecase:before {
	/*content: url(/img/usr/freepage/corporate_naire/sp_h2_usecase.png);
	left: 0;
	position: absolute;
	right: 0;
	top: 0;*/

  /*171006追記*/
  content: "";
  position: absolute;
  top: 13%;
  right: 0;
  left: 30%;
  bottom: 0;
  width: 40%;
  height: 100%;
  background-image: url(/img/usr/freepage/corporate/sp_h2_usecase.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.c-h2heading--usecase:after {
	/*bottom: 0;
	content: url(/img/usr/freepage/corporate_naire/sp_h2_bottomimg.png);
	left: 0;
	position: absolute;
	right: 0;*/

  /*171006追記*/
  content: "";
  position: absolute;
  top: 80%;
  right: 0;
  left: 42.5%;
  bottom: 0;
  width: 15%;
  height: 74%;
  background-image: url(/img/usr/freepage/corporate/sp_h2_bottomimg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.c-h2heading--insertname {
	/*padding: 75px 0 40px 0 !important;*/
  padding: 60px 0 40px 0 !important;/*171006変更*/
}
.c-h2heading--insertname:before {
	/*content: url(/img/usr/freepage/corporate_naire/sp_h2_insert_name.png);
	left: 0;
	position: absolute;
	right: 0;
	top: 30px;*/

  /*171006追記*/
  content: "";
  position: absolute;
  top: 26%;
  right: 0;
  left: 30%;
  bottom: 0;
  width: 40%;
  height: 100%;
  background-image: url(/img/usr/freepage/corporate/sp_h2_insert_name.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.c-h2heading--insertname:after {
	/*bottom: 0;
	content: url(/img/usr/freepage/corporate_naire/sp_h2_bottomimg.png);
	left: 0;
	position: absolute;
	right: 0;*/

  /*171006追記*/
  content: "";
  position: absolute;
  top: 80%;
  right: 0;
  left: 42.5%;
  bottom: 0;
  width: 15%;
  height: 74%;
  background-image: url(/img/usr/freepage/corporate/sp_h2_bottomimg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.c-h2heading--contact {
	/*padding: 75px 0 40px 0 !important;*/
  padding: 70px 0 40px 0 !important;/*171006変更*/
  margin-top: 10px;/*171004追記*/
}
.c-h2heading--contact:before {
	/*content: url(/img/usr/freepage/corporate_naire/sp_h2_contact.png);
	left: 0;
	position: absolute;
	right: 0;
	top: 35px;*/

  /*171006追記*/
  content: "";
  position: absolute;
  top: 30%;
  right: 0;
  left: 42%;
  bottom: 0;
  width: 17%;
  height: 100%;
  background-image: url(/img/usr/freepage/corporate/sp_h2_contact.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.c-h2heading--contact:after {
	/*bottom: 0;
	content: url(/img/usr/freepage/corporate_naire/sp_h2_bottomimg.png);
	left: 0;
	position: absolute;
	right: 0;*/

  /*171006追記*/
  content: "";
  position: absolute;
  top: 80%;
  right: 0;
  left: 42.5%;
  bottom: 0;
  width: 15%;
  height: 74%;
  background-image: url(/img/usr/freepage/corporate/sp_h2_bottomimg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.c-heading_read {
	/*	line-height: 1.5;
	padding: 10px 0;*/
	line-height:1.7;
	padding: 10px 10px;		/*171006変更*/
}

.c-h3heading {
	/*font-size: 18px;*/
  font-size: 5.5vw;/*171010変更*/
	font-weight: bold;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.c-h3heading span {
	display: inline-block;
	padding: 0 .5em;
	position: relative;
}
.c-h3heading span:before, .c-h3heading span:after {
	border-top: 7px double #ccc;
	content: "";
	position: absolute;
	/*top: 50%;*/
  top: 25%;/*171010変更*/
	width: 99em;
}
.c-h3heading span:before {
	right: 100%;
}
.c-h3heading span:after {
	left: 100%;
}

/*======================-
c-pickitemlist
======================-*/
.c-pickitemlist {
	padding-top: 40px;
}
.c-pickitemlist__item {
	position: relative;
	width:90%;			/*171006変更*/
	margin:auto;		/*171006変更*/
}
.c-pickitemlist__item a {
	display: block;
	position: relative;
}
.c-pickitemlist__item--2column {
	float: left;
	margin-bottom: 20px;
	width: 49%;
}
.c-pickitemlist__item--2column:nth-child(odd) {
	margin-right: 2%;
}

.c-pickitem__img001:before {
	content: url(/img/usr/freepage/corporate//pickup_img01.png);
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: -40px;
	z-index: 2;
}

.c-pickitem__img002:before {
	content: url(/img/usr/freepage/corporate//pickup_img02.png);
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: -40px;
	z-index: 2;

	/*171006変更*/
	/*content:"";
	left:32%;
	top:-17%;
	background-size:100%;
	background-repeat:no-repeat;
	background-image: url(/img/usr/freepage/corporate//pickup_img02.png);
	width:36%;
	height:30%;*/
}

.c-pickitem__img003:before {
	content: url(/img/usr/freepage/corporate//pickup_img03.png);
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: -40px;
	z-index: 2;
}

.c-pickitemlist__icon {
	background: #333;
	/*bottom: 3px;*/
	bottom: 0;			/*171006変更*/
	cursor: pointer;
	display: inline-block;
	line-height: .8;
	/*padding: 3px;*/
	padding:5px;		/*171006変更*/
	position: absolute;
	right: 0;
}
.c-pickitemlist__icon__plus {
	display: inline-block;
	height: 20px;
	position: relative;
	width: 20px;
}
.c-pickitemlist__icon__plus:before, .c-pickitemlist__icon__plus:after {
	background-color: #fff;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	top: 50%;
	width: 15px;
}
.c-pickitemlist__icon__plus:before {
	height: 15px;
	left: 50%;
	margin-left: 0;
	margin-top: -7px;
	top: 50%;
	width: 1px;
}

/*======================-
read_text
======================-*/
.c-itemtext {
	font-weight: bold;
	/*line-height: 1.2;*/
	line-height:1.7;	/*171006変更*/
	padding: 10px 0;
	text-align: center;
}

.c-itemsum {
	line-height: 1.2;
	text-align: center;
	font-weight:bold;		/*171006追記*/
}

.c-text {
	/*line-height: 1.2;*/
  line-height: 1.7;/*171010変更*/
}

.c-text_middle {
	/*line-height: 1.5;*/
  line-height: 1.7;/*171010変更*/
}

.c-sp2column {
	margin: 30px 0;
	text-align:center;	/*171006追記*/
}
.c-sp2column__item {
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: middle;
	width: 48%;
}
.c-sp2column__item:nth-child(odd) {
	margin-right: 2%;
}
.c-sp2column__item__text {
	line-height: 1.7;
	padding:10px;		/*171006追記*/
	text-align:left;	/*171006追記*/
}

/*======================-
usecase
======================-*/
.c-diamond {
	margin: 20px 0;
}

.c-diamond__rotate {
	background: #4d4394;
	height: 80px;
	left: 0;
	margin: auto;
	overflow: hidden;
	right: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 80px;
}

.c-diamond__read {
	background: transparent;
	color: #fff;
	height: 50px;
	left: 16px;
	line-height: 1.2;
	position: absolute;
	top: 17.5px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 1s;
	transition: all 1s;
	width: 50px;
}
.c-diamond__read .c-diamond__text {
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
}

/*======================-
insertname
======================-*/
.c-insertname__caption {
	background: #312a5e;
	/*margin: 0 10px;
	padding: 10px;*/
	margin: 0 20px;/*171003変更*/
	padding: 10px 20px 20px 20px;/*171003変更*/
	text-align: center;
}
.c-insertname__caption__label {
	color: #d5c88a;
	font-size: 18px;
	padding: 20px 0;
  line-height: 1.7;
}
.c-insertname__caption__text {
	color: #fff;
	/*line-height: 1.5;*/
  line-height: 1.6;/*171003変更*/
	text-align: left;
}

/*======================-
carouse
======================-*/
#c-carousel__sub {
	background: #000;
	margin: 20px 0;
}

#c-carousel__sub .slick-dots {
	bottom: 10px;
}

.js-carousel_block__sub {
	/*padding: 40px;*/
  padding: 7px 40px 40px 40px;/*171003変更*/
}

.js-carousel_block__sub p {
	color: #fff;
	line-height: 1.5;
	margin-top: 10px;
}

.c-border {
	background: #333;
	/*height: 10px;*/
	height: 5px;/*171004変更*/
}

.c-contact_text {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
  color: #44397b;
}

.c-contact_tell {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 0 0;
	text-align: center;
}
.c-contact_tell span {
	color: #4d4394;
	font-size: 24px;
}
.c-contact_tell,
.c-contact_btn {
  width:80%;
}
.c-contact_tell,
.c-contact_btn {/*180614追記*/
  text-decoration: none;
  margin: 0 auto 5%;
}

.c-contact_hours {
	font-size: 12px;
	margin: 10px 0 30px 0;
	text-align: center;
}

/*.c-contact_btn__inner {
	color: #fff;
	display: block;
	margin: 30px 0;
	padding: 20px 10px;
	text-align: center;
	text-decoration: none;
}*/

#c-page-top {
  bottom: 10px;/*元は「20px」171004変更*/
	position: fixed;
  right: 10px;/*元は「20px」171004変更*/
  z-index: 2; /*171006追記*/
}

#c-page-top img {
	/*height: 60px;
	width: 60px;*/
	height: 49px;/*171003変更*/
	width: 49px;/*171003変更*/
}

.c-footer__link {
	margin: 20px 0;
}
.c-footer__link__item {
	border-right: 1px solid #fff;
	display: inline-block;
	font-size: 12px;
	padding-right: 20px;
	vertical-align: middle;
}
.c-footer__link__item:last-child {
	border-right: none;
	padding-left: 20px;
	padding-right: 0;
}
.c-footer__link__item a {
	color: #fff;
	text-decoration: none;
}

.c-copyright {
	color: #777;
	font-size: 12px;
	padding: 10px 0;
}

/*======================-
modal-content
======================-*/
.modal-content {
	display: none;
	height: 90%;
	/*height:calc( 90% - 60px);*//*171003変更*/
	margin: 0;
	overflow: auto;
	position: fixed;
	text-align: center;
	width: 90%;
	z-index: 15;
}
.modal-content img {
	width: 100%;
}

.modal_caption {
	background: #322c5f;
  margin-top: -3px;/*171010追記*/
}
.modal_caption_title {
	color: #d5c88a;
	/*font-size: 18px;*/
  font-size: 5vw;
	line-height: 1.7;
	padding: 10px 0;
}
.modal_caption_spec {
	color: #fff;
	/*font-size: 14px;
	margin: 10px 0;*/
  font-size: 4.5vw;/*171010変更*/
}
.modal_caption_text {
	color: #fff;
	/*font-size: 14px;*/
  font-size: 4vw;/*171030変更*/
	/*line-height: 2;*/
  line-height: 1.6;/*171030変更*/
	/*padding: 0 20px;*/
  padding: 0 20px 20px 20px;/*171010変更*/
	text-align: left;
}

.modal_caption_border {
	border-top: #fff 1px solid;
	margin: 20px auto;
	text-align: center;
	width: 50px;
}

.modal-overlay {
	background-color: rgba(38, 38, 38, .95);
	display: none;
	height: 120%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 14;
}

.modal-open {
	cursor: pointer;
}
.modal-open img {
	display: block;
}
.modal_btn{/*171003追記*/
  /*position: absolute;
  bottom: 16.666%;*/
  left: 0;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  z-index: 100;
}
.modal-close {
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	/*margin-top: 20px; *//*171003コメントアウト*/
  margin-top: 15px;
	padding: 13px;
	position: relative;
	text-decoration: none;
	/*width: 100%;*/
  width: 70%;
  border: solid 1px;
}

/*171031 追加*/
.modal_close_btn {
  position: fixed;
  top: 2.5%;
  right: 3%;
  width: 45px;
  height: 45px;
  z-index: 100;
}
.modal-close-btn {
  width: 100%;
  z-index: 1000;
  position: absolute;
}
/*171031 end*/

.modal-close:hover {
	color: #fff;
}
.modal-close_icon {
	background: #fff;
	display: inline-block;
	height: 17px;
	left: 5px;
	margin-left: 10px;
	padding: 0;
	position: relative;
	transform: rotate(45deg);
	vertical-align: bottom;
	width: 1px;
  margin-bottom: 2px;/*171010追記*/
}
.modal-close_icon:after {
	background: #fff;
	content: "";
	display: block;
	height: 1px;
	left: -8px;
	position: absolute;
	top: 8px;
	vertical-align: bottom;
	width: 17px;
}
.c-footer_logo {
  height: 50px;/*171002修正 元は84px*/
	width: 96px;/*171002修正 元は162px*/
}

/*======================-
second
======================-*/
.s-anchornavi {
	background: #000;
	margin-top: -3px;
}
.s-anchornavi__item {
	box-sizing: border-box;
	float: left;
	width: 50%;
}
.s-anchornavi__item a {
	display: block;
}
.s-anchornavi__item:nth-child(1) {
	border-left: none;
	/*border-right: none;*//*171010変更*/

	/*171010追記*/
	border-bottom: 1px solid #444444;
	border-right: 1px solid #444444;
}
.s-anchornavi__item:nth-child(2) {
	border-right: none;

	/*171010追記*/
	border-bottom: 1px solid #444444;
	border-left: 1px solid #444444;
}
.s-anchornavi__item:nth-child(3) {
	border-left: none;
	/*border-right: none;*//*171010変更*/
	/*border-top: none;*//*171010変更*/

	/*171010追記*/
	border-top: 1px solid #444444;
	border-right: 1px solid #444444;
}
.s-anchornavi__item:nth-child(4) {
	/*border-left: none;*//*171010変更*/
	border-right: none;
	/*border-top: none;*//*171010変更*/

	/*171010追記*/
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
}

.s-h2heading {
	padding-top: 0;
}
.s-h2heading:after {
	/*bottom: 0;
	content: url(/img/usr/freepage/corporate_naire/h2_naire_bottom.png);
	left: 0;
	position: absolute;
	right: 0;*/

	/*171010追記*/
  content: "";
  position: absolute;
  top: 61%;
  right: 0;
  left: 46%;
  bottom: 0;
  width: 8%;
  height: 100%;
  background-image: url(/img/usr/freepage/corporate_naire/h2_naire_bottom.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.s-h3heading {
	background: #4e4495;
	color: #fff;
	line-height: 1.5;
	margin: 20px -50px;
	padding: 20px 50px;
	text-align: center;
	width: 100%;
}

.s-h4heading {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	margin: 20px 0;
	padding-bottom: 10px;
}

.s-step {
	background: linear-gradient(#5e549f, #4e4495);
	/*margin: 20px -50px;*/
  margin: 10px -50px;/*171010変更*/
	padding: 0 50px;
}

.oem_flow_sp{
	width: 95%;
	margin: 0 auto;
}

.s-naire_flow_list {
	line-height: 1.7;
	margin-left: 1em;
  /*padding: 0 10px;*/
	padding: 10px 10px 0 5px;/*171010変更*/
}

.s-naire_flow_list_item {
	position: relative;
}

.s-naire_flow_list_item:before {
	background: #4d4394;
	border-radius: 50%;
	content: "";
	height: 15px;
	left: -20px;
	position: absolute;
	text-align: center;
	top: 5px;
	width: 15px;
}

.s-naire_flow__block {
	border: 2px solid #a09acb;
	/*margin: 20px 0;*/
  margin: 20px auto;/*171010変更*/
  width: 95%;
}
.s-naire_flow__block p {
	color: #4d4394;
	font-weight: bold;
	/*padding: 10px;*/
  padding: 22px 0;/*171010変更*/
	text-align: center;
}

.s-naire_flow_list_item-square {
	position: relative;
}

.s-naire_flow_list_item-square:before {
	border-radius: 0;
}

.s-acMenu {/*171010追記*/
  width: 95%;
  margin: 0 auto;
  border: #dce0d9 1px solid;
}

.s-acMenu dt {
	/*border: #dce0d9 1px solid;*//*171010変更*/
	cursor: pointer;
	display: block;
	/*padding: 20px;*/
  padding: 25px 20px;/*171010変更*/
	position: relative;
}

.s-acMenu dd {
	/*border: #dce0d9 1px solid;*//*171010変更*/
	display: none;
	padding: 0 20px;
}

.s-acMenu02 {
	background: #ecefe9;
  width: 95%;/*171010追記*/
  margin: 0 auto;/*171010追記*/
}

.s-acMenu02 dt {
	background: #4e4494;
	cursor: pointer;
	display: block;
	/*padding: 20px;*/
  padding: 26px 20px 26px 25px;/*171010変更*/
	position: relative;
}
.s-acMenu02 dt span {
	color: #fff;
  font-size: 5vw;/*171010追記*/
  font-weight: bold;/*171010追記*/
}

.s-acMenu02 dd {
	display: none;
	padding: 10px 20px;
}

.s-acMenu03 {
	background: #fff;
  width: 100% !important;/*171010追記*/
  margin: 0 auto !important;/*171010追記*/
}

.s-naire_inner_label {
	font-weight: bold;
	margin: 20px 0;
}

.table_label {
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0 10px 0;
	text-align: left;
}

.table {
	display: table;
	font-size: 18px;
	margin: 0 auto;
	width: 100%;
}

.table_left {
	background: #776fad;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #ccc;
	color: #fff;
	padding: 20px 10px;
	text-align: center;
	/*width: 30%;*/
  width: 37%;/*171010変更*/
  font-size: 4.5vw;/*171010追記*/
  font-weight: bold;/*171010追記*/
  vertical-align: middle;/*171010追記*/
}

.table_right {
	background: #fff;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	line-height: 1.2;
	padding: 20px 10px;
	text-align: left;
	/*width: 70%;*/
  width: 63%;/*171010変更*/
}

.table_center_label {
	position: relative;
	/*top: 30px;*//*171010変更*/
}

.s-product__list__item {
	cursor: pointer;
	float: left;
	/*margin-bottom: 10px;*/
	margin-bottom:1.5%;/*171010変更*/
	position: relative;
	width: 49%;
}
.s-product__list__item:nth-child(odd) {
	margin-right: 2%;
}

.s-product_list_detail {
	display: none;
	opacity: 0;
	-webkit-transition: opacity .1s ease;
	-moz-transition: opacity .1s ease;
	-o-transition: opacity .1s ease;
	transition: opacity .1s ease;
}

.s-product_list_detail {
	animation: show .3s linear 0s;
	background: #000;
	color: #fff;
	cursor: auto;
	display: block;
	height: auto;
	opacity: 1;
	padding: 10px;
	position: relative;
	text-align: center;
}

.s-product_list_detail::before {
	border: 20px solid transparent;
	border-bottom: 15px solid #000;
	content: "";
	left: -50%;
	margin: auto;
	position: absolute;
	right: 0;
	top: -35px;
	width: 0px;
}

.s-product_list_detail_rigt::before {
	left: 50%;
}

.s-product_list_detail_read {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7;
}

.s-product_list_detail_number {
	padding-top: 10px;
}

.s-product_list_detail_border {
	border-top: 1px solid #fff;
	margin: 10px auto;
	width: 35px;
}

.s-product_list_detail_btn {
	border: 1px solid #fff;
	margin: 10px 40px;
	position: relative;
}

.s-product_list_detail_btn a {
	color: #fff;
	display: block;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

.s-product_list_detail_btn a::after {
	border: 2px solid;
	border-color: #fff #fff transparent transparent;
	content: "";
	display: inline-block;
	height: 6px;
	position: absolute;
	right: 25px;
	top: 12px;
	transform: rotate(45deg);
	vertical-align: middle;
	width: 6px;
}

.s-detail {
	background: #000;
	color: #fff;
	left: 1px;
	position: absolute;
	z-index: 2;
}

.s-product__list__item:nth-child(2n) .s-detail {
	left: inherit;
	right: 1px;
}

.s-detail_close {
	position: absolute;
	right: 10px;
	top: 10px;
}

.s-h3_product_heading {
	font-size: 16px;
	margin: 20px 0;
	position: relative;
	text-align: center;
}
.s-h3_product_heading:before {
	border-top: 1px solid #4d4394;
	content: "";
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -10px;
	width: 20px;
}

/*======================-
utility
======================-*/
/*======================-
margin_padding
======================-*/
.u-mt00 {
	margin-top: 0 !important;
}

.u-mt10 {
	margin-top: 10px !important;
}

.u-mt20 {
	margin-top: 20px !important;
}

.u-mt30 {
	margin-top: 30px !important;
}

.u-mt40 {
	margin-top: 40px !important;
}

.u-mt50 {
	margin-top: 50px !important;
}

.u-mr00 {
	margin-right: 0 !important;
}

.u-mr10 {
	margin-right: 10px !important;
}

.u-mr20 {
	margin-right: 20px !important;
}

.u-mr30 {
	margin-right: 30px !important;
}

.u-mr40 {
	margin-right: 40px !important;
}

.u-mr50 {
	margin-right: 50px !important;
}

.u-mb00 {
	margin-bottom: 0 !important;
}

.u-mb10 {
	margin-bottom: 10px !important;
}

.u-mb20 {
	margin-bottom: 20px !important;
}

.u-mb30 {
	margin-bottom: 30px !important;
}

.u-mb40 {
	margin-bottom: 40px !important;
}

.u-mb50 {
	margin-bottom: 50px !important;
}

.u-ml00 {
	margin-left: 0 !important;
}

.u-ml10 {
	margin-left: 10px !important;
}

.u-ml20 {
	margin-left: 20px !important;
}

.u-ml30 {
	margin-left: 30px !important;
}

.u-ml40 {
	margin-left: 40px !important;
}

.u-ml50 {
	margin-left: 50px !important;
}

.u-pt00 {
	padding-top: 0 !important;
}

.u-pt10 {
	padding-top: 10px !important;
}

.u-pt20 {
	padding-top: 20px !important;
}

.u-pt30 {
	padding-top: 30px !important;
}

.u-pt40 {
	padding-top: 40px !important;
}

.u-pt50 {
	padding-top: 50px !important;
}

.u-pr00 {
	padding-right: 0 !important;
}

.u-pr10 {
	padding-right: 10px !important;
}

.u-pr20 {
	padding-right: 20px !important;
}

.u-pr30 {
	padding-right: 30px !important;
}

.u-pr40 {
	padding-right: 40px !important;
}

.u-pr50 {
	padding-right: 50px !important;
}

.u-pb00 {
	padding-bottom: 0 !important;
}

.u-pb10 {
	padding-bottom: 10px !important;
}

.u-pb20 {
	padding-bottom: 20px !important;
}

.u-pb30 {
	padding-bottom: 30px !important;
}

.u-pb40 {
	padding-bottom: 40px !important;
}

.u-pb50 {
	padding-bottom: 50px !important;
}

.u-pl00 {
	padding-left: 0 !important;
}

.u-pl10 {
	padding-left: 10px !important;
}

.u-pl20 {
	padding-left: 20px !important;
}

.u-pl30 {
	padding-left: 30px !important;
}

.u-pl40 {
	padding-left: 40px !important;
}

.u-pl50 {
	padding-left: 50px !important;
}

.fz18 {
	font-size: 113% !important;
}

.fz17 {
	font-size: 106% !important;
}

.fz16 {
	font-size: 100% !important;
}

.fz15 {
	font-size: 93% !important;
}

.fz14 {
	font-size: 88% !important;
}

.fz13 {
	font-size: 84% !important;
}

.fz12 {
	font-size: 82% !important;
}

.fz11 {
	font-size: 69% !important;
}

.fz10 {
	font-size: 63% !important;
}

.u-fwb {/*171010追記*/
  font-weight: bold;
}

.u-lh14 {
  line-height: 1.4;
}

.c-indent {
	padding-left: 1em;
	text-indent: -1em;
}
.c-indent02 {/*171010追記*/
	padding-left: 2.7em;
	text-indent: -2.7em;
}

/*======================-
clearfix
======================-*/
.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
}

.indent {
	padding-left: 1em;
	text-indent: -1em;
}

.u-color__white {
	color: #fff !important;
}

/*======================-
ヘッダー固定のズレ回避　171005追記
======================-*/
/*#watch,
#trophymedal,
#interior,
#glass {
margin-top: -38%;
padding-top: 38%;
}*/