@charset "utf-8";
/* CSS Document */

/*===============================================
●共通
===============================================*/

/* mainteImg
---------------------------------------- */
#mainteImg img {width: 100%;}

/* titMain
---------------------------------------- */
#titMain {margin-bottom: 6.25em;}
#titMain h2 {
	text-align: center;
	line-height: 1.5em; word-break: normal;  
	font-family: "Jost", sans-serif;
	color:#0052a4;
}
#titMain p {
	/* font-family: "ゴシックMB101 DB"; */
	font-size: 1.2em; font-weight: 600;
	color: #030f5d;
	text-align: center
}

/* flexBox02
---------------------------------------- */
#point01 .flexBox02,
#point02 .flexBox02,
#point03 .flexBox02,
#point04 .flexBox02,
#point05 .flexBox02 {
	/*width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;*/
	margin-bottom: 2em;
	position: relative;
}
#point01 .flexBox02 .titBox h3,
#point02 .flexBox02 .titBox h3,
#point03 .flexBox02 .titBox h3,
#point04 .flexBox02 .titBox h3,
#point05 .flexBox02 .titBox h3 {
	/* font-family: "ゴシックMB101 DB"; */
	font-weight: 600;
	line-height: 1.2em;
	color: #0052a4;
	border-bottom: #0052a4 2px solid;
}
#point01 .flexBox02 .titBox h4,
#point02 .flexBox02 .titBox h4,
#point03 .flexBox02 .titBox h4,
#point04 .flexBox02 .titBox h4,
#point05 .flexBox02 .titBox h4 {
	/* font-family: "ゴシックMB101 DB"; */
	font-weight: 600;
	line-height: 1.2em;
}
#point01 .flexBox01 .tIndent {
	padding-left: 1em;
	text-indent: -1em;
	line-height:1.8em;
}

/* point03
---------------------------------------- */
#point03 ul .colorRed {
	color: #ff0000;
	font-weight: bold;
}
#point03 .pBox img {border: 1px solid #cccccc;}

/* point05
---------------------------------------- */
#point05 ul .linkBlue a {
	color: #0052a4;
	font-weight: bold;
	text-decoration: none;
}
#point05 ul .linkBlue a:hover {opacity: 0.6;}
#point05 ul .linkBlue a span {
	margin-left: 0.5em;
	vertical-align: -5%;
}

/* selfmainte
---------------------------------------- */
#selfmainte ul {
	border-top: #0052a4 2px dotted;
	text-align: center;
}
#selfmainte ul .selfTit {
	/* font-family: "ゴシックMB101 DB"; */
	font-weight: 600;
	line-height: 1.2em;
	color: #0052a4;
}
#selfmainte ul .selfTit img {
	width: 5%;
	margin-top: -2em;
}
#selfmainte ul .selfTit span {font-size: 0.8em;}
#selfmainte ul .selfText {
	/* font-family: "ゴシックMB101 M"; */
	font-weight: 500;
	font-size: 1.15em;
	margin-bottom: 2em;
}
#selfmainte div {text-align: center;}
#selfmainte div img {margin-bottom: 2.5em;
}
#selfmainte .mainteBtn,
#howToVideo .howToBtn  {
	padding-bottom: 4em;
	border-bottom: #0052a4 2px dotted;
}
#selfmainte .mainteBtn a,
#howToVideo .howToBtn a {
	display: block;
	width: 17em;
	font-size: 1.2em;
	line-height: 2.2em;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	margin: 0 auto;
	padding: 0.5em 0;
	color: #FFFFFF;
	background-color: #0052a4;
}
#selfmainte .mainteBtn a:hover,
#howToVideo .howToBtn a:hover {opacity: 0.6;}
#selfmainte .mainteBtn a span,
#howToVideo .howToBtn a span {
	margin-left: 0.5em;
	font-size: 0.7em;
	vertical-align: 10%;
}

/* howToVideo 
---------------------------------------- */
#howToVideo h3 {
	text-align: center;
}
#howToVideo h3 .addIcon {
	position: relative;
	color: #0052a4;
	/* font-family: "ゴシックMB101 DB"; */
	font-weight: 600;
	line-height: 1.2;
}
#howToVideo h3 .addIcon::before {
	content: "";
	display: block;
	background: url(../../img/maintenanceLp/sweat.png) no-repeat center / 100%;
	position: absolute;
}
#howToVideo .howtoText {
	/* font-family: "ゴシックMB101 M"; */
	font-size: 1.15em; font-weight: 500;
	margin-bottom: 2em;
	text-align: center;
	line-height: 1.5em;
}
#howToVideo .flexBox > div p {
	margin-top: 0.3em;
}
#howToVideo .flexBox .videoBox > div{
	position: relative;
	width: 100%;
	background-color: #000;
}
#howToVideo .flexBox .iconArrow {
	width: 70px;
}
#howToVideo .flexBox .videoBox > div iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


/* repairingGuide
---------------------------------------- */
#repairingGuide p {
	text-align: center;
	/* font-family: "ゴシックMB101 DB"; */
	font-weight: 600;
	color: #0052a4;
	margin-bottom: 1em;
}
#repairingGuide p img {
	width: 2.5em;
	margin: -0.3em 0.5em 0 0;
}
#repairingGuide div {text-align: center;}
#repairingGuide img {width: 5em;}

/* repairing
---------------------------------------- */
#repairing .blueBack {
	background: url(../../img/maintenanceLp/bluePoint.gif);
	padding: 10px;
}
#repairing .whiteBack {background:#FFF;}
#repairing .repairText01 {margin:0 auto;}
#repairing .repairText01 p {text-align: center;}
#repairing .repairText01 .repairTit {
	/* font-family: "ゴシックMB101 B"; */
	font-weight: bold;
	line-height: 1.2em;
	color: #0052a4;
	margin-bottom: 0.6em;
}
#repairing .repairText01 .repairSebTit01 {
	/* font-family: "ゴシックMB101 M"; */
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 1.1em;
}
#repairing .repairText01 .repairSebTit02 {
	/* font-family: "ゴシックMB101 DB"; */
	font-weight: 600;
	line-height: 1.5em;
}
#repairing .repairText01 .repairSebTit02 span {font-size: 0.8em;}
#repairing .repairText02 {
	width: 80%;
	margin: 0 auto;
	padding: 1em 0 3em;
}
#repairing .repairText02 .repairFlex {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#repairing .telBox address  {
	margin-bottom: 0.25em;
	text-align: center;
}
#repairing .telBox  address a {
	font-weight: 500;
	color: #0052a4;
	text-decoration: none;
}
#repairing .telBox address a svg {
	font-size: 0.5em;
	width: 1.7em;
	height: 1.7em;
	line-height: 2em;
	fill: #fff;
	text-align: center;
	padding: 0.3em;
	margin-right: 0.4em;
	background-color: #0052a4;
	border-radius: 100%;
	vertical-align: -4%;
}
#repairing .telBox p {text-align: center;}
#repairing .formBox a {
	display: block;
	line-height: 2.2em;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	margin: 0 auto;
	padding: 0.5em 0;
	color: #FFFFFF;
	background-color: #0052a4;
}
#repairing .formBox a:hover {opacity: 0.6;}
#repairing .formBox a svg {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: #fff;
	vertical-align: -5%;
	margin-right: 0.5em;
	}
/*===============================================
●画面の横幅が729px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 729px){

	/* mainImg
	---------------------------------------- */
	#mainteImg {margin-bottom: 3em;}

		/* titMain
	---------------------------------------- */
	#titMain {margin-bottom: 3.25em;}
	#titMain h2 {font-size:2.5em;}

	/* flexBox02
	---------------------------------------- */
	.pointBox img {width: 5em;}
	#point01 .flexBox02 .pointBox,
	#point02 .flexBox02 .pointBox,
	#point03 .flexBox02 .pointBox,
	#point04 .flexBox02 .pointBox,
	#point05 .flexBox02 .pointBox {
		position: absolute;
		top: 0;
		left: 0;
		margin-top: -1.3em;
		padding-top: 0; width: auto;
	}
	#point01 .flexBox02 .titBox,
	#point02 .flexBox02 .titBox,
	#point03 .flexBox02 .titBox,
	#point04 .flexBox02 .titBox,
	#point05 .flexBox02 .titBox {
		width: 100%;
		padding-left: 5.3em;
	}
	#point01 .flexBox02 .titBox h3,
	#point02 .flexBox02 .titBox h3,
	#point03 .flexBox02 .titBox h3,
	#point04 .flexBox02 .titBox h3,
	#point05 .flexBox02 .titBox h3 {
		font-size: 1.4em;
		padding: 0 0 0.4em 0;
		margin-bottom: 0.3em;
	}
	#point01 .flexBox02 .titBox h4,
	#point02 .flexBox02 .titBox h4,
	#point03 .flexBox02 .titBox h4,
	#point04 .flexBox02 .titBox h4,
	#point05 .flexBox02 .titBox h4 {font-size: 1.2em;}
	#point01 .cBox ul,
	#point02 .cBox p,
	#point03 .cBox ul,
	#point04 .cBox p,
	#point05 .cBox ul {margin-bottom: 2em;}
	#point01 .pBox img,
	#point02 .pBox img,
	#point03 .pBox img,
	#point04 .pBox img,
	#point05 .pBox img{
		margin-bottom: 6em;
		width: 100%;
	}

	/* point05
	---------------------------------------- */
	#point05 ul .linkBlue {
		text-align: center;
	}

	/* selfmainte
	---------------------------------------- */
	#selfmainte {margin-bottom: 2.5em;}
	#selfmainte ul .selfTit {
		padding: 0 0.5em 0.7em;
		font-size: 1.4em;
	}

	#selfmainte ul .selfDeco {margin: 2em 0 -1em;}
	#selfmainte ul .selfText {line-height: 1.5em;}
	#selfmainte div img {width: 100%;}

	/* howToVideo
	---------------------------------------- */
	#howToVideo {margin-bottom: 3em;}
	#howToVideo h3 {
		margin-bottom: 0.7em;
		padding: 0 2em;
	}
	#howToVideo h3 .addIcon {
		font-size: 1.4em;
	}
	#howToVideo h3 .addIcon::before {
		width: 1em;
		height: 1em;
		left: -1.3em;
		top: 0;
	}
	#howToVideo h3 .addIcon span {
		display: inline-block;
	}
	
	#howToVideo .flexBox {
		display: block;
		text-align: center;
		/* margin-bottom: 2.5em; */
	}
	#howToVideo .flexBox > div {
		display: block;
		width: 100%;
	}
	#howToVideo .flexBox .iconArrow {
		margin-bottom: 1.5em;
	}

	#howToVideo .flexBox .imgBox {
		margin-bottom: 1.5em;
	}
	#howToVideo .flexBox .videoBox {
		margin-bottom: 3em;
	}
	#howToVideo .flexBox .imgBox img {
		width: 100%;
	}
	#howToVideo .flexBox .videoBox > div{
		padding-top: 63%;
	}

	/* repairingGuide
	---------------------------------------- */
	#repairingGuide {margin-bottom: 3em;}
	#repairingGuide p {
		line-height:1.5em;
		font-size: 1.5em;
	}

	/* repairing
	---------------------------------------- */
	#repairing {margin-bottom: 5em;}
	#repairing .repairText01 {
		width: 80%;
		padding: 2em 0 0;
	}
	#repairing .repairText01 .repairTit {font-size: 2em;}
	#repairing .repairText01 .repairSebTit01 {font-size: 1.2em;}
	#repairing .repairText01 .repairSebTit02 {font-size: 1.6em;}
	#repairing .telBox {
		width: 100%;
		margin-bottom: 1.5em;
	}
	#repairing .telBox  address a {
		line-height:1.2em;
		font-size: 1.8em;
	}
	#repairing .formBox {width: 100%;}
	#repairing .formBox a {
		width: 100%;
		font-size: 1em;
	}
}

/*===============================================
●画面の横幅が730px以上(PCのみ)
===============================================*/
@media screen and (min-width: 730px){

	/* mainImg
	---------------------------------------- */
	#mainteImg {margin-bottom: 6em;}

	/* titMain
	---------------------------------------- */
	#titMain {margin-bottom: 6.25em;}
	#titMain h2 {font-size:3.5em;}

	/* flexBox01
	---------------------------------------- */
	#point01 .flexBox01,
	#point02 .flexBox01,
	#point03 .flexBox01,
	#point04 .flexBox01,
	#point05 .flexBox01 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 8em;
	}
	#point01 .flexBox01 .cBox,
	#point03 .flexBox01 .cBox,
	#point05 .flexBox01 .cBox {
		width: 48.5%;
		margin-right: 1.5%;
	}
	#point01 .flexBox01 .pBox,
	#point03 .flexBox01 .pBox,
	#point05 .flexBox01 .pBox {
		width: 48.5%;
		margin-left: 1.5%;
	}
	#point02 .flexBox01 .cBox,
	#point04 .flexBox01 .cBox {
		width: 48.5%;
		margin-left: 1.5%;
	}
	#point02 .flexBox01 .pBox,
	#point04 .flexBox01 .pBox {
		width: 48.5%;
		margin-right: 1.5%;
	}

	/* flexBox02
	---------------------------------------- */
	.pointBox img {width: 6.7em;}
	#point01 .flexBox02 .pointBox,
	#point02 .flexBox02 .pointBox,
	#point03 .flexBox02 .pointBox,
	#point04 .flexBox02 .pointBox,
	#point05 .flexBox02 .pointBox {
		position: absolute;
		top: -1em;
		left: 0;
		padding: 0; width: auto;
	}
	#point01 .flexBox02 .titBox,
	#point02 .flexBox02 .titBox,
	#point03 .flexBox02 .titBox,
	#point04 .flexBox02 .titBox,
	#point05 .flexBox02 .titBox {
		width: 100%;
		padding-left:7em;
	}
	#point01 .flexBox02 .titBox h3,
	#point02 .flexBox02 .titBox h3,
	#point03 .flexBox02 .titBox h3,
	#point04 .flexBox02 .titBox h3,
	#point05 .flexBox02 .titBox h3 {
		font-size: 1.8em;
		padding: 0 0 0.7em 0;
		margin-bottom: 0.5em;
	}
	#point01 .flexBox02 .titBox h4,
	#point02 .flexBox02 .titBox h4,
	#point03 .flexBox02 .titBox h4,
	#point04 .flexBox02 .titBox h4,
	#point05 .flexBox02 .titBox h4 {font-size: 1.4em;}

	/* selfmainte
	---------------------------------------- */
	#selfmainte {margin-bottom: 5em;}
	#selfmainte ul .selfTit {
		padding: 0 3em 0.7em;
		font-size: 1.8em;
	}
	#selfmainte ul .selfDeco {margin: 2em 0 -2em;}
	#selfmainte ul .selfText {line-height: 1.2em;}
	#selfmainte div img {width: 50%;}

	/* howToVideo
	---------------------------------------- */
	#howToVideo {margin-bottom: 6em;}
	#howToVideo h3 {
		font-size: 1.8em;
		margin-bottom: 0.8em;
	}
	
	#howToVideo .flexBox {
		display: flex;
		justify-content: space-between;
		margin-bottom: 2.5em;
	}
	#howToVideo .flexBox > div {
		display: block;
		width: 41.8%;
		max-width: 400px;
	}
	#howToVideo .flexBox > div p {
		margin-top: 0.3em;
	}
	#howToVideo h3 .addIcon::before {
		width: 2em;
		height: 2em;
		left: -2.5em;
		top: -0.8em;
	}
	#howToVideo .flexBox .iconArrow {
		transform: rotate(-90deg);
	}
	
	#howToVideo .flexBox .videoBox > div{
		padding-top: 63%;
	}

	/* repairingGuide
	---------------------------------------- */
	#repairingGuide {margin-bottom: 4.5em;}
	#repairingGuide p {font-size: 2em;}

	/* repairing
	---------------------------------------- */
	#repairing {margin-bottom: 8em;}
	#repairing .whiteBack {
		background-image: url(../../img/maintenanceLp/toolBack01.jpg),url(../../img/maintenanceLp/toolBack02.jpg);
		background-repeat: no-repeat;
		background-position: 3% 10%,97% 10%;
		background-size: 10em;
	}
	#repairing .repairText01 {
		width: 65%;
		padding: 2em 0 1em;
	}
	#repairing .repairText01 .repairTit {font-size: 2.4em;}
	#repairing .repairText01 .repairSebTit01 {font-size: 1.4em;}
	#repairing .repairText01 .repairSebTit02 {font-size: 1.8em;}
	#repairing .telBox {width: 50%;}
	#repairing .telBox  address a {font-size: 2.5em;}
	#repairing .formBox {width: 50%;}
	#repairing .formBox a {
		font-size: 1.2em;
		width: 17em;
	}
}