@charset "utf-8";
/* CSS Document */

body{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	background-color: #fff!important;
	color: #222;
}

a{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

a:hover {
	opacity: 0.8;
}

.bold{
	font-weight: bold!important;
}

.red{
	color: #e60012;
}

h1{
	font-size: 36px;
	margin-bottom: 80px;
	margin-top: 80px;
	text-align: center;
}

h2{
	font-size: 30px;
	margin-bottom: 20px;
	text-align: center;
}

h3{
	font-size: 24px;
	background-color: #d3ddec;
	padding: 12px 25px;
	position: relative;
	margin-bottom: 40px;
}

h3::before{
	background-color: #004998;
	content: "";
	width: 10px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

h4{
	font-size: 18px;
	color: #004998;
	margin-bottom: 20px;
	font-weight: bold;
}

p{
	font-size: 16px;
	line-height: 1.7;
	color: #333;
	word-break: normal!important;
	line-break: strict!important;
	word-wrap: break-word!important;
	overflow-wrap: break-word!important;
    hanging-punctuation: allow-end;
}

li{
	font-size: 16px;
	line-height: 1.7;
}

.wrapper{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.mb10{
	margin-bottom: 10px!important;
}

.mb20{
	margin-bottom: 20px!important;
}

.mb30{
	margin-bottom: 30px!important;
}

.mb40{
	margin-bottom: 40px!important;
}

.mb50{
	margin-bottom: 50px!important;
}

.mb60{
	margin-bottom: 60px!important;
}

.mb80{
	margin-bottom: 80px!important;
}

.mb100{
	margin-bottom: 100px!important;
}

.sp{
	display: none;
}


/*-----------------------故障かな？と思ったら----------------------------*/

.gray_bg{
	background-color: #e6e6e6;
	padding: 40px;
}

.pink_bg{
	background-color: #f0e6eb;
	padding: 40px;
}

#top_block{
	text-align: center;
	margin-bottom: 80px;
}

.blue_btn{
	background: rgb(17,96,151);
	background: linear-gradient(0deg, rgba(45,122,187,1) 0%, rgba(17,96,151,1) 100%);
	text-align: center;
	width: 340px;
	padding: 2px;
	border-radius: 5px;
	box-shadow: 4px 4px 4px gray;
}

.blue_btn__inner {
	background: rgb(17,96,151);
	background: linear-gradient(0deg, rgba(17,96,151,1) 0%, rgba(45,122,187,1) 100%);
	border-radius: 5px;
}

.blue_btn a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 20px;
	font-size: 18px;
}

.blue_btn:hover {
	box-shadow: none;
	transform: translate(2px, 2px);
	transition: all 0.2s;
}

.flex2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}



/*-----------------------修理に関するお客様サポート一覧----------------------*/


#top_support{
	margin-bottom: 100px;
}

#top_support p{
	text-align: center;
	margin-bottom: 30px;
}

.navy_btn{
	background: rgb(37,58,110);
	background: linear-gradient(180deg, rgba(37,58,110,1) 0%, rgba(24,87,145,1) 100%);
	text-align: center;
	width: 240px;
	padding: 2px;
	border-radius: 5px;
	box-shadow: 4px 4px 4px gray;
}

.navy_btn__inner,.navy_btn__inner2 {
	background: rgb(37,58,110);
	background: linear-gradient(0deg, rgba(37,58,110,1) 0%, rgba(24,87,145,1) 100%);
	border-radius: 5px;
	position: relative;
}

.navy_btn a,.navy_full_btn a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 20px;
}

.navy_btn:hover,.navy_full_btn:hover {
	box-shadow: none;
	transform: translate(2px, 2px);
	transition: all 0.2s;
}

.navy_full_btn{
	background: rgb(37,58,110);
	background: linear-gradient(180deg, rgba(37,58,110,1) 0%, rgba(24,87,145,1) 100%);
	text-align: center;
	width: 100%;
	padding: 2px;
	border-radius: 5px;
	box-shadow: 4px 4px 4px gray;
}

.flex_bet{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.navy_btn__inner::after{
	content: "";
	background-image: url("../images/under_arrow.svg");
	width: 16px;
	height: 8px;
	position: absolute;
	bottom: 5px;
	left: 47%;
}



/*-----------------------修理のお申し込み方法について----------------------*/

.gray_icn{
	background-color: #666;
	text-align: center;
	width: 20px;
	color: #fff;
	padding: 5px 10px;
	margin-right: 15px;
}

.number_list li{
	text-indent: -45px;
	padding-left: 36px;
	margin-bottom: 30px;
}

#request_p{
	margin-top: 10px;
	margin-bottom: 70px;
}

.blue_txt{
	text-align: center;
	font-size: 18px;
	color: #004998;
}

.center_btn{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.big_txt{
	font-size: 120%;
}

.blue_arrow{
	width: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.area_table{
	width: 100%;
}

.area_table th{
	background-color: #ccc;
	border: 1px solid #222;
	padding: 10px;
	width: 20%;
	vertical-align: middle;
}

.area_table td{
	background-color: #fff;
	border: 1px solid #222;
	padding: 15px;
	vertical-align: middle;
}

.area_table span{
	font-weight: bold;
	display: inline-block;
}

.packing img{
	width: 100%;
	margin-bottom: 30px;
}

.annotation{
	font-size: 80%;
	text-indent: -1em;
	padding-left: 1em;
}



/*-----------------------修理料金について----------------------------*/

#price_formula{
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #004998;
	font-size: 24px;
	text-align: center;
}

#price_formula span{
	display: inline-block;
	background-color: #004998;
	color: #fff;
	padding: 10px 20px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 20px;
}

.mini_txt{
	font-size: 80%;
}

/*-----------------------修理に関するお問合せ先について----------------------*/

#advance_red{
	font-size: 21px;
	font-weight: bold;
	color: #f00;
	text-align: center;
	border: 1px solid #f00;
	padding: 15px;
	margin-top: 60px;
	margin-bottom: 40px;
}

.circle_list{
	margin-top: 30px;
	margin-bottom: 30px;
}

.circle_list li::before{
	content: "●";
	margin-right: 5px;
	color: #666;
}

.circle_list2 li::before{
	content: "●";
	margin-right: 5px;
	color: #666;
}

.tel{
	font-size: 24px;
	font-weight: bold;
}

.tel a{
	text-decoration: none;
	color: #333;
}



@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.holiday_wrap{
	border: solid 1px #333;
	padding: 30px;
	margin-bottom: 80px;
}

.holiday_wrap h4{
	text-align: center;
}

.holiday_ttl{
	font-weight: bold;
}





/*--------------------デジタルミラーの修理依頼---------------------*/

.DigiMirror{
	margin-bottom: 50px;
}

.DigiMirror h5{
	background-color: #444;
	display: inline-block;
	color: #fff;
	padding: 5px 20px;
	margin-bottom: 10px;
	font-size: 16px;
}

.DigiMirror .blue_btn{
	width: 300px;
	padding: 2px;
	border-radius: 5px;
	box-shadow: 3px 3px 3px gray;
}

.pink_txt{
	color: #d01330!important;
}

#digi_blue{
	color: #004998;
}

.DigiMirror .center_btn{
	margin-bottom: 20px!important;
}

 



/*--------------------------SP--------------------------------*/

@media screen and (max-width:768px){
	
.pc{
	display: none;
}
	
.sp{
	display: block;
}
	
.mb10{
	margin-bottom: 10px!important;
}

.mb20{
	margin-bottom: 15px!important;
}

.mb30{
	margin-bottom: 20px!important;
}

.mb40{
	margin-bottom: 25px!important;
}

.mb50{
	margin-bottom: 30px!important;
}

.mb60{
	margin-bottom: 40px!important;
}

.mb80{
	margin-bottom: 50px!important;
}

.mb100{
	margin-bottom: 70px!important;
}
	
img{
	width: 100%;
}
	
.wrapper{
	width: 94%;
}

h1{
	font-size: 30px;
	margin-bottom: 60px;
	margin-top: 20px;
}

h2{
	font-size: 24px;
	margin-bottom: 20px;
}

h3{
	font-size: 21px;
	background-color: #d3ddec;
	padding: 15px 25px;
	margin-bottom: 30px;
}
	
p{
	line-height: 1.8;
}
	
.blue_btn{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	box-shadow: 3px 3px 3px gray;
	margin-bottom: 20px;
}

.blue_btn a{
	font-size: 16px;
}

.gray_bg,.pink_bg{
	padding: 30px 20px;
}
	
.flex_bet{
	justify-content: center;
}
	
.navy_btn{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	box-shadow: 3px 3px 3px gray;
	margin-bottom: 20px;
}
	
#top_block{
	margin-bottom: 60px;
}
	
#top_support{
	margin-bottom: 80px;
}
	
.center_btn{
	margin-top: 30px;
	margin-bottom: 30px;
}
	
.blue_txt{
	font-size: 16px;
}
	
.number_list li{
	margin-bottom: 20px;
}
	
.tel{
	font-size: 21px;
}
	
.holiday_wrap{
	padding: 20px 15px;
	margin-bottom: 50px;
}
	
#price_formula{
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: calc(100vw / 25);
	text-align: center;
}

#price_formula span{
	display: inline-block;
	background-color: #004998;
	color: #fff;
	padding: 5px 10px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: calc(100vw / 25);
	margin-bottom: 10px;
}

.DigiMirror{
	margin-bottom: 40px;
}
	
.DigiMirror .center_btn{
	margin-bottom: 10px!important;
}

.mini_txt{
	font-size: 90%;
}
	


}