/* ==========================================================================
   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: 84%;
	/*margin-bottom: 10px;
  padding: 35px;*/
	transform: translate3d(0, 0, 0);
	color: #2b2e38;
	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: 10px;
	right: 10px;

	display: block;
	overflow: visible;

	width: 32px;
	height: 30px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	transition: color 0.2s;
	text-decoration: none;

	color: #95979c;
	border: 0;
	outline: 0;
	background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
	color: #2b2e38;
}

/*.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}*/

/* 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-wrapper {
	padding: 30px 0;
}
.remodal h2,
.remodal p {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size: 100%;
	line-height: 1.4;
}
.remodal {
	background-color: #333f48;
}
.remodal .modalBG01 {
	background-color: #333f48;
}
.remodal .modalBG02 {
	background-color: #465662;
}
.remodal .modalBG03 {
	background-color: #596f7d;
}
.remodal .modalBG04 {
	background-color: #465662;
}
.remodal .modalBG05 {
	background-color: #EEF0F2;
}
.remodal .modalBG05 h3,
.remodal .modalBG05 h4,
.remodal .modalBG05 p {
	color: #4b5b69;
}
#modalwindow02 {
	background-color: #4b5b69;
}
#modalwindow02 .modalBG01,
#modalwindow05 .modalBG01 {
	background-color: #4b5b69;
}
#modalwindow02 .modalBG02,
#modalwindow05 .modalBG02 {
	background-color: #eef0f2;
}

#modalwindow01 .modalBG02 .ico_badge p,
#modalwindow02 .modalBG01 .ico_badge p,
#modalwindow05 .modalBG01 .ico_badge p {
	width: 67%;
	float: left;
}
#modalwindow01 .modalBG02 .ico_badge img,
#modalwindow02 .modalBG01 .ico_badge img,
#modalwindow05 .modalBG01 .ico_badge img {
	width: 30%;
	float: right;
}
#modalwindow02 .modalBG02 h2,
#modalwindow02 .modalBG02 h3,
#modalwindow02 .modalBG02 p,
#modalwindow05 .modalBG02 h2,
#modalwindow05 .modalBG02 h3,
#modalwindow05 .modalBG02 p {
	color: #4b5b69;
}

.remodal .section {
	padding: 50px 5%;
	text-align: left;
	color: #fff;
}
.remodal .section .mb30 {
	margin-bottom: 30px;
}
.remodal .section .textLeft {
	float: left;
	width: 55%;
	margin-right: 5%;
}
.remodal .section .textRight {
	float: right;
	width: 55%;
}
.remodal .section h2 {
	font-size: 30px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	line-height: 1.3;
}
.remodal .section #ico_kscan {
	margin-bottom: 40px;
	min-height: 89px;
	display: table;
}
.remodal .section #ico_kscan h2 {
	display: table-cell;
	vertical-align: middle;
}
.remodal .section #ico_kscan img {
	display: table-cell;
	margin-right: 10px;
	width: 106px;
	height: 89px;
	vertical-align: middle;
}

.remodal .section h2[data-icon='sect05'], .remodal .section h2[data-icon='sect_k-load'] {
	position: relative;
	padding-right: 120px;
	display: inline-block;
}

.remodal .section h2[data-icon='sect05']::after, .remodal .section h2[data-icon='sect_k-load']::after {
	content: '';
	display: inline-block;
	background: url(../images/img_sec05_icon.png) no-repeat right center;
	width: 100px;
	height: 100px;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 0;
}



.remodal .section h2[data-icon='sect_k-load']::after {
	background: url(../images/img_sec_k-load_icon.png) no-repeat right center;
	background-size: contain;
}

.remodal .section h3 {
	font-size: 22px;
	margin: 0 0 20px 0;
	letter-spacing: 1px;
	line-height: 1.2;
}
.remodal .section p {
	line-height: 2;
}
.remodal .section .number {
	font-size: 16px;
	color: #00adb0;
	line-height: 1.2;
	letter-spacing: 3px;
	margin-bottom: 3px;
}
.remodal .section .new {
	font-size: 12px;
	color: #fff;
	background-color: #FF0000;
	letter-spacing: 3px;
	line-height: 1.2;
	padding: 2px 5px;
	margin: 0px 0px 0px 10px;
	vertical-align:15%;
}
.remodal .section sup {
	font-size: 0.7em;
}
.remodal .section .mediaLeft {
	float: left;
	width: 40%;
}
.remodal .section .mediaRight {
	float: right;
	width: 40%;
}
.remodal .section .boxHalf {
	width: 50%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
}
.remodal .section .boxHalf.boxHalfRight{
	float: right;
}
.remodal .section img {
	width: 100%;
	height: 100%;
}

.remodal .remodal-cancel {
	text-align: center;
	vertical-align: middle;
	width: 260px;
	height: 46px;
	display: block;
	margin: 20px auto;
	padding-left: 20px;
	letter-spacing: 3px;
	border: 1px solid #fff;
	background: url(../../shared/images/btn_close_off2.png) no-repeat 75px center;
	background-color: transparent;
	line-height: 1;
	transition: all 0.25s;
}
.remodal .remodal-cancel:hover {
	border: 1px solid #a8bac7;
	color: #a8bac7;
	background: url(../../shared/images/btn_close_on2.png) no-repeat 75px center;
}
.remodal .section .annotation {
	font-size: 0.9em;
	line-height: 1.6;
}

.remodal .section .movie iframe {
	height: 620px;
}

.remodal .section .movie .button {
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	background-color: #00adb0;
	color: #fff !important;
	letter-spacing: 3px;
	font-size: 125%;
	width: 300px;
	height: 54px;
	text-align: center;
	border-radius: 4px;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	box-shadow: 0 2px 4px 0px #333;
}

.remodal .section .movie .button:hover {
	opacity: 0.6;
}
.remodal .section .movie-text {
	color: #333;
	font-size: 90%;
	margin-top: 40px;
}
.remodal .section .movie-text span {
	font-size: 80%;
}

.remodal .section .movie-text ul li > ul {
	display: flex;
	font-size: 90%;
	flex-wrap: wrap;
	margin: 0 0 0 20px;
}

.remodal .section .movie-text ul li > ul li {
	display: flex;
	font-size: 95%;
	flex-wrap: wrap;
	margin: 3px 0;
}

.remodal .section .movie-text ul li {
	margin: 5px 0;
}

.remodal .section .movie-text ul li > ul li span {
	font-size: 80%;
	display: contents;
}

/******************************* K-LOAD専用 *******************************/
#modalwindow_k-load h4{
	margin-bottom: 15px;
	font-size: 18px;
}
#modalwindow_k-load .k-load_navigationBox{
	display: flex;
	flex-wrap: wrap;
}

#modalwindow_k-load .k-load_navigationBox .k-load_navigationImage{
	width: 300px;
	margin-bottom: 30px;
}

#modalwindow_k-load .k-load_navigationBox .k-load_navigationText{
	width: calc( 100% - 300px );
	padding: 0 45px;
	box-sizing: border-box;
}

#modalwindow_k-load .specTable{
	padding: 0 15px;
}

#modalwindow_k-load .specTable .specTableTitle{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}

#modalwindow_k-load .specTable .specTableTitle h3{
	margin-bottom: 0;
	padding-bottom: 15px;
}

#modalwindow_k-load .specTable .specTableTitle .specTableDesc{
	font-size: 90%;
}

#modalwindow_k-load .specTable h4{
	background-color: #465662;
	padding: 15px;
	margin-bottom: 0;
	margin-top: 10px;
}

#modalwindow_k-load .specTable table{
	background-color: #fff;
	color: #465662;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}

#modalwindow_k-load .specTable table thead th{
	border: solid 2px;
	padding: 5px;
}

#modalwindow_k-load .specTable table tbody td{
	border: solid 2px;
	padding: 15px;
}
#modalwindow_k-load .k-load_attention p{
	text-indent: -1em;
	padding-left: 1em;
}

#modalwindow_k-load .k-load_historyContainer .boxHalf.boxHalfParent{
	padding: 5px;
}

#modalwindow_k-load .k-load_historyContainer .k-load_historyBanner{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
#modalwindow_k-load .k-load_historyContainer .k-load_historyBanner a{
	display: flex;
	flex-wrap: wrap;
	background: #00adaf;
  color: #fff;
  text-decoration: none;
  align-items: center;
	font-weight: bold;
	letter-spacing: .8px;
}
#modalwindow_k-load .k-load_historyContainer .k-load_historyBanner .k-load_historyBannerImage{
	width: 50%;
	font-size: 0;
}
#modalwindow_k-load .k-load_historyContainer .k-load_historyBanner .k-load_historyBannerText{
	width: 50%;
	box-sizing: border-box;
	font-size: 24px;
	padding-left: 36px;
}
#modalwindow_k-load .k-load_historyContainer .k-load_historyBanner .k-load_historyBannerText span{
	display: block;
	font-size: 17px;
}

#modalwindow_k-load .k-load_historyContainer .k-load_historyBanner .k-load_historyBannerText span::after{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 8px;
    background: url(/pickup/generation10/shared/images/img_sec_k-load_historyBannerLink.png);
}
#modalwindow_k-load .k-load_historyContainer .k-load_historyBanner:hover img{
	opacity: 0.8;
}
#modalwindow_k-load .k-load_historyContainer .pointHeader{
	display: flex;
}
#modalwindow_k-load .k-load_historyContainer .pointHeader span{
	padding-right: 0.5em;
}
@media screen and (max-width: 1200px) {
	#modalwindow_k-load .section .boxHalf .boxHalf{
		float: none;
		width: 100%;
		padding: 0;
	}
	#modalwindow_k-load .k-load_historyContainer .k-load_historyBanner .k-load_historyBannerImage{
		width: 100%;
	}
	#modalwindow_k-load .k-load_historyContainer .k-load_historyBanner .k-load_historyBannerText{
		width: 100%;
		font-size: 19px;
		padding: 19px;
	}
	#modalwindow_k-load .k-load_historyContainer .k-load_historyBanner .k-load_historyBannerText span{
		font-size: 13px;
	}
}

@media screen and (max-width: 767px) {
	#modalwindow_k-load .k-load_navigationContainer{
		padding: 0 15px;
	}
	#modalwindow_k-load .k-load_navigationBox .k-load_navigationImage{
		width: 100%;
		text-align: center;
	}
	#modalwindow_k-load .k-load_navigationBox .k-load_navigationImage img{
		max-width: 300px;
	}
	#modalwindow_k-load .k-load_navigationBox .k-load_navigationText{
		width: 100%;
		padding: 0;
	}
	#modalwindow_k-load h4{
		font-size: 16px;
	}
	#modalwindow_k-load .specTable h4{
		text-align: center;
		padding: 12px;
	}
  #modalwindow_k-load .specTable table tr {
    display: block;
    float: left;
  }
  #modalwindow_k-load .specTable table tr td,
  #modalwindow_k-load .specTable table tr th {
    display: block;
    height: 25px;
		line-height: 25px;
		padding: 10px;
		font-size: 14px;
		border-bottom: none;
  }
	#modalwindow_k-load .specTable table tr th {
		border-right: none;
	}
  #modalwindow_k-load .specTable table thead {
    display: block;
    float: left;
    width: 60%;
  }
  #modalwindow_k-load .specTable table thead tr {
    width: 100%;
  }
  #modalwindow_k-load .specTable table tbody {
    display: block;
    float: left;
    width: 40%;
  }
  #modalwindow_k-load .specTable table tbody tr {
    width: 100%;
  }
  #modalwindow_k-load .specTable table tr td + td {

  }
	#modalwindow_k-load .specTable table tr td:last-child,
  #modalwindow_k-load .specTable table tr th:last-child {
    border-bottom: solid 2px;
  }
	#modalwindow_k-load .k-load_attention{
		padding: 0 15px;
	}
	#modalwindow_k-load .k-load_historyContainer{
		padding: 0 15px;
	}
}

/****************************** SP調整 ******************************/
@media screen and (max-width: 767px) {
	.remodal {
		width: 100%;
	}
	.remodal .section {
		padding: 50px 0;
	}
	.remodal-wrapper {
		padding: 0;
	}
	.remodal .section .textLeft,
	.remodal .section .textRight,
	.remodal .section .mediaLeft,
	.remodal .section .mediaRight,
	.remodal .section .boxHalf {
		float: none;
	}
	.remodal .section .textLeft,
	.remodal .section .textRight {
		padding: 0 5%;
		width: 90%;
		margin-bottom: 30px;
	}
	.remodal .section .mediaLeft,
	.remodal .section .mediaRight,
	.remodal .section .boxHalf {
		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 .section .new {
		font-size: 11px;
	}
	.remodal .remodal-cancel {
		margin: 30px auto;
	}
	.remodal .section #ico_kscan {
		margin: 0 5% 40px;
	}

	.remodal .section h2[data-icon='sect05'], .remodal .section h2[data-icon='sect_k-load'] {
		padding-right: 70px;
	}

	.remodal .section h2[data-icon='sect05']::after, .remodal .section h2[data-icon='sect_k-load']::after {
		width: 65px;
		height: 65px;
	}

	.remodal .section .movie iframe {
		height: calc(420 / 750 * 100vw);
	}

	.remodal .section .movie-text {
		padding: 0 20px;
	}
}
