@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
  /*padding: 10px 10px 0;*/
}
.remodal {
  box-sizing: border-box;
  width: 85%;
  max-width: 1200px;
  min-width: 800px;
  transform: translate3d(0, 0, 0);
  color: #111111;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  overflow: visible;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  opacity:1.0;
  cursor: pointer;
  transition: opacity 0.2s;
  text-decoration: none;
  border: 0;
  outline: 0;
  background: #333f48;
}
.remodal-close::before,
.remodal-close::after {
  position: absolute;
  top: 25px;
  left: 0;
  content: "";
  display: block;
  width: 50px;
  border-top: 1px solid #fff;
}
 
.remodal-close::before {
  transform: skewY(-45deg);
}
.remodal-close::after {
  transform: skewY(45deg);
}
.remodal-close:hover,
.remodal-close:focus {
  opacity:0.75;
}


/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    transform: none;

    opacity: 1;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);

    opacity: 1;
  }
  to {
    transform: scale(0.95);

    opacity: 0;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

/*@media only screen and (min-width: 768px) {
  .remodal {
    max-width: 82%;
  }
}*/

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/******************************* modalカスタム *******************************/

.remodal{	background-color: #fff;}

.remodal h2, .remodal h3, .remodal h4{
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.remodal a{ color: #00a7ac;}

.remodal-wrapper {
  padding: 30px 0 30px 0;
}
.remodal .section{
	padding:0 0 80px;
	text-align:center;
	color:#111;
}
.remodal h2, .remodal p{
	margin:0;
	padding:0;
	vertical-align: baseline;
	font-size:100%;
	line-height:1.8;
}
.remodal .intro{
	padding-top: 50px;
	/*padding-top: 150px;
	background: url(../parts/genuine/images/logo_kgsp.png) no-repeat center top;
	background-size: 120px;*/
}
.remodal .intro h2{
	font-weight: 800;
	font-size:36px;
	margin-bottom:20px;
	letter-spacing:1px;
	line-height:1.4;
}
.remodal .intro a{
	display: inline-block;
	position: relative;
	font-weight: bold;
	padding: 10px 0 0 15px;
	color: #00a7ac;
	text-decoration:underline;
}
.remodal .intro a:before{
	content: "";
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #00a7ac;
	border-right: solid 2px #00a7ac;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
}
.remodal .intro .bggray{
	position: relative;
}
.remodal .intro .bggray::before{
	position: absolute;
	content: "";
	height: 300px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -150px;
	background-color: #eee;
	z-index: -1;
}
.remodal .intro .bggray img{
	width: auto;
	height: auto;
	padding: 30px 0;
}

.remodal .section .sectionInner{}
.remodal .section h3{
	font-weight: 800;
	font-size: 28px;
	position: relative;
	display: table;
	letter-spacing: 1px;
	margin:0 auto 30px;
	padding:0 110px;;
}
.remodal .section h3::before,
.remodal .section h3::after{
	content: "";
	position: absolute;
	top:50%;
	display: inline-block;
	width: 100px;
	height: 1px;
	background-color: #000;
}
.remodal .section h3::before{left: 0;}
.remodal .section h3::after{right: 0;}

.remodal .section .sectionInner h4{
	color: #00a7ac;
	font-weight: 300;
	font-size: 24px;
	letter-spacing: 1px;
	padding:3px 10px;
	margin: 0 auto 20px;
	display: inline-block;
	background-color: #e5f6f7;
	position: relative;
}
.remodal .section .sectionInner h4::before{
	content: "";
	position: absolute;
	bottom:-12px;
	left: 48%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 12px 0 12px;
	border-color: #e5f6f7 transparent transparent transparent;
}
.remodal .section .sectionInner .caption{
	margin-bottom: 5px;
	text-align: center;
}
.remodal .section .sectionInner .photoBox{
	/*margin-bottom: 40px;*/
	padding: 60px;
}
.remodal .section .sectionInner .photoBox_space{
	width: 92%;
	padding: 0 4%;
}
.remodal .section .sectionInner .photoBox .floatLeft,
.remodal .section .sectionInner .photoBox .floatRight{
	width: 50%;
	margin: 0;
}

.remodal .section .fitTable{
	background-color: #eee;
	padding:40px 0 50px;
	margin-bottom: 50px;
}
.remodal .section .fitTable p{
	margin:0 auto;
}
.remodal .section .fitTable p img{
	width: auto;
	margin: 0 auto;
}

.remodal .section .contactTxt{
	font-size: 125%;
	margin-bottom: 40px;
}
/*
.remodal .section img{
	width:100%;
	height:100%;
}
*/
.remodal .section .width75{
	width: 75%;
	margin: 0 auto;
}
.remodal .section .widthAuto{
	width: auto;
	margin: 0 auto;
}

.remodal .remodal-cancel{
	display:block;
	position: relative;
	color: #ffffff;
	background-color: #333f48;
	width: 360px;
	margin: 0 auto;
	padding: 12px;
	text-decoration:none;
	border-radius: 22px;
	opacity: 1.0;
	transition: opacity .2s;
}
.remodal .remodal-cancel::after {
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	content: "×";
	font-size: 18px;
	font-weight: 200;
	position: absolute;
	right: 16px;
	top: 8px;
}

.remodal .remodal-cancel:hover{
	opacity: 0.8;
}






/****************************** SP調整 ******************************/
@media screen and (max-width: 767px){



.remodal{
	width: 90%;
	margin: 0 auto;
	max-width:inherit;
	min-width:inherit;
}

/*.remodal h2, .remodal h3, .remodal h4{
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.remodal a{ color: #00a7ac;}
*/
.remodal-wrapper {
  padding: 20px 0;
}
.remodal .section{
	padding:0 0 50px;
	/*text-align:center;
	color:#111;*/
}
.remodal h2, .remodal p{
	font-size: 90%;
	line-height:1.6;
	/*margin:0;
	padding:0;
	vertical-align: baseline;*/
}
.remodal .intro{
	padding: 120px 0 0 0;
	/*background: url(../kgsp/images/logo_kgsp.gif) no-repeat center top;*/
	background-size: 100px;
}
.remodal .intro h2{
	font-weight: 800;
	font-size:25px;
	/*margin-bottom:20px;
	letter-spacing:1px;
	line-height:1.4;*/
}
.remodal .intro p:first-of-type{
	/*text-align: left;*/
	width: 90%;
	margin: 0 auto;
}
.remodal .intro a{
	font-size: 90%;
	padding:10px 0 0 15px;
	/*display: inline-block;
	position: relative;
	font-weight: bold;
	color: #00a7ac;
	text-decoration: underline;*/
}
.remodal .intro a:before{
	/*content: "";
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #00a7ac;
	border-right: solid 2px #00a7ac;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;*/
}
.remodal .intro .bggray{
	position: relative;
	margin-bottom: 20px;
}
.remodal .intro .bggray::before{
	position: absolute;
	content: "";
	height: 160px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -80px;
	background-color: #eee;
	z-index: -1;
}
.remodal .intro .bggray img{
	width: 85%;
	margin: 0 auto;
	padding: 20px 0;
}
.remodal .intro .bggray .soloImg{
	width: 50%;
}

.remodal .section .sectionInner{}
.remodal .section h3{
	font-size: 22px;
	font-weight: 800;
	position: relative;
	display: table;
	letter-spacing: 1px;
	margin:0 auto 20px;
	padding:0 60px;;
}
.remodal .section h3::before,
.remodal .section h3::after{
	width: 50px;
	/*content: "";
	position: absolute;
	top:50%;
	display: inline-block;
	height: 1px;
	background-color: #000;*/
}
/*.remodal .section h3::before{left: 0;}
.remodal .section h3::after{right: 0;}*/

.remodal .section .sectionInner h4{
	font-size: 16px;
	letter-spacing: 0;
	/*color: #00a7ac;
	font-weight: 300;
	padding:3px 10px 5px;
	margin: 0 auto 20px;
	display: inline-block;
	background-color: #e5f6f7;
	position: relative;*/
}
.remodal .section .sectionInner h4::before{
	/*content: "";
	position: absolute;
	bottom:-12px;
	left: 48%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 12px 0 12px;
	border-color: #e5f6f7 transparent transparent transparent;*/
}
.remodal .section .sectionInner p{
	width: 90%;
	padding: 0 5%;
	text-align: left;
}

.remodal .section .sectionInner .caption{
	font-size: 13px;
	/*margin-bottom: 5px;*/
}
.remodal .section .sectionInner .photoBox{
	margin-bottom: 30px;
	padding: 0;
}
.remodal .section .sectionInner .photoBox_space{
	width: 90%;
	padding: 0 5%;
}
.remodal .section .sectionInner .photoBox .floatLeft,
.remodal .section .sectionInner .photoBox .floatRight{
	width: 100%;
	margin: 0 0 5px 0;
}

.remodal .section .fitTable{
	padding:30px 0 40px;
	margin-bottom: 40px;
	/*background-color: #eee;*/
}
/*.remodal .section .fitTable p{
	margin:0 auto;
}*/
/*
.remodal .section .fitTable p img{
	width: 100%;
}
*/
.remodal .section .contactTxt{
	font-size: 100%;
	width: 90%;
	padding: 0 5%;
	margin-bottom: 30px;
}


.remodal .section .widthAuto{
	width: 100% !important;
}
.remodal .section .widthSP50{
	width: 50% !important;
}
.remodal .section .width75{
	width: 100% !important;
}
.remodal .section .widthSP80{
	width: 80% !important;
}
.remodal .section .widthSP90{
	width: 90% !important;
}
/*
.remodal .section img{
	width:100%;
	height:100%;
}
*/
.remodal .remodal-cancel{
	width: 90%;
	/*display:block;
	position: relative;
	color: #ffffff;
	background-color: #333f48;
	margin: 0 auto;
	padding: 12px;
	text-decoration:none;
	border-radius: 22px;
	opacity: 1.0;
	transition: opacity .2s;*/
}
/*.remodal .remodal-cancel::after {
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	content: "×";
	font-size: 18px;
	font-weight: 200;
	position: absolute;
	right: 16px;
	top: 8px;
}

.remodal .remodal-cancel:hover{
	opacity: 0.8;
}*/





	/*.remodal {
		width: 100%;
	}
	.remodal .section{
		padding:50px 0;
	}
	.remodal-wrapper {
		padding: 0;
	}
	.remodal .section .textLeft,
	.remodal .section .textRight,
	.remodal .section .mediaLeft,
	.remodal .section .mediaRight{
		float:none;
	}
	.remodal .section .textLeft,
	.remodal .section .textRight{
		padding:0 5%;
		width:90%;
		margin-bottom:30px;
	}
	.remodal .section .mediaLeft,
	.remodal .section .mediaRight{
		width:100%;
	}
	div.modalFirst{margin-bottom:0px !important;}
	img.modalFirst{margin-bottom:20px !important;}

	.remodal .section h2{
		font-size:22px;
		margin-bottom:15px;
	}
	.remodal .section h3{
		font-size:18px;
		margin:0 0 12px 0;
		letter-spacing:1px;
		line-height:1.2;
	}
	.remodal .section p{
		font-size:15px;
		line-height:1.8;
	}
	.remodal .section .number{
		font-size:15px;
	}
	.remodal .remodal-cancel{
		margin:30px auto;
	}
	.remodal .section #ico_kscan{
		margin:0 5% 40px;
	}*/
}



