@charset "utf-8";
/* pageLink
============================================================================================================ */
.pagination{
margin-top:initial;
    font-size: 1.2rem;
    	color: #808080;
}
.pageLink {
	margin-top: 90px;
	font-size: 1.3rem;
}
.pageLink .pageInfo {
	font-size: 1.2rem;
	color: #808080;
}
.pageLink ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.pageLink ul li {
	padding: 0 6px;
}
.pageLink ul a {
	display: block;
	height: 30px;
	min-width: 30px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #000;
	color: #000;
	text-decoration: none;
}
.pageLink ul a.prevnext {
	min-width: 48px;
}

.pageLink li.active a {
	color: #fff;
	background-color: #000;
    pointer-events: none;
}

a.box_btn {
	display: block;
	width: 340px;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 2rem;
	padding: 5px 0;
	background-color: #00326f;
	border: 1px solid #00326f;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.5;
	text-decoration: none;
	text-align: center;
}

@media screen and (min-width: 769px), print {
	.pageLink {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
	}
	.pageLink .total {
		margin-right: 12px;
	}
	.pageLink ul a:hover {
		color: #fff;
		background-color: #000;
	}
	.case_listimg {
	float: left;
    width: 350px;
    margin-right: 20px;
    text-align: center;
}
.case_listwidth { 
	float: right;
	width: calc(100% - 370px);}

.case_listtext {
	color: #808080;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  
  display: inline-flex;
  vertical-align: middle;
}
.module_block .size_l {
	font-size: 1.6rem;
}
.module_block .size_s {
	font-size: 1.2rem;
}
.module_block .size_xl {
	font-size: 2rem;
}
.module_block .size_xxl {
	font-size: 2.4rem;
}

.content__leftBox__tel {
	font-size: 24px;
	width: 50%;
    background-color: #ecf7ff;
    padding: 35px 0;
    margin-bottom: 40px;
    text-align: center;
    color: #004fa9;
}
.support__repair__tel {
	font-size: 24px;
	text-align: center;
}
}

@media screen and (max-width: 768px) {
	.pageLink {
		position: relative;
		margin-top: 60px;
		padding-bottom: 16px;
	}
	.pageLink .pageInfo {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.pageLink ul {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.pageLink ul li {
		padding: 0 4px 8px;
	}
	.pageLink ul a.prevnext {
		min-width: 42px;
	}
.case_listimg {
    width: 100%;
    text-align: center;
}
.case_listwidth { 
	width: 100%;}

.case_listtext {
	color: #808080;
}
.module_block .size_l {
	font-size: 1.6rem;
}
.module_block .size_s {
	font-size: 1.2rem;
}
.module_block .size_xl {
	font-size: 2rem;
}
.module_block .size_xxl {
	font-size: 2.4rem;
}

.content__leftBox__tel {
	font-size: 16px;
    background-color: #ecf7ff;
    padding: 35px 0;
    margin-bottom: 40px;
    text-align: center;
    color: #004fa9;
}
.support__repair__tel {
	font-size: 24px;
	text-align: center;
}
}

.confirm__button {
    height: 50px;
    line-height: 50px;
    width: 300px;
    color: #FFF;
    background-color: #BAD3FF !important;
    font-size: 14px;
    border-radius: 3px;
    border: 0px none;
}
.back__button {
    height: 50px;
    line-height: 50px;
    width: 200px;
    color: #FFF;
    background-color: #BAD3FF !important;
    font-size: 18px;
    border-radius: 3px;
    border: 0px none;
}

.cp_box_t {
   
   background-image: linear-gradient( 180deg, rgba(255,255,255,0.5), white );   /* 上から下へ：[白色半透明]から[白色]へグラデーション */
   padding-top: 4.5em;   /* ボタンの上側でグラデーションを見せる距離(長さ) */
   margin-top: -6.5em;   /* ボックスを上側に重ねる距離(長さ) */
   position: relative;   /* ボックス全体を上に重ねるために必要 */
}
