@charset "UTF-8";
/*----------------------------------------

	- mv
	+ content
		- sec01
		- sec02
		
-----------------------------------------*/

/*----------------------------------------
	mv
-----------------------------------------*/
#mv {
	background: #62b1d9 url("../../img/c_mv_bg01.jpg") no-repeat right top;
	background-size: 1320px auto;
}

@media screen and (max-width: 767px) {
	#mv {
		background-size: auto 100%;
	}
}

/*----------------------------------------
	content
-----------------------------------------*/
#content {
	padding: 53px 0 79px;
}

@media screen and (max-width: 767px) {
	#content {
		padding: 40px 0 14px;
	}
}

/*----------------------------------------
	sec01
-----------------------------------------*/
.sec01 > .title {
	margin: 54px 0 34px;
	padding: 5px 0 5px 15px;
	border-left: 5px solid #00a0e9;
	color: #000;
}

.sec01 > p:nth-of-type(2) {
	margin-top: 28px;
}

.sec01 > p:nth-of-type(2) > a {
	text-decoration: underline;
	text-underline-position: under;
}

.sec01 > figure {
	max-width: 900px;
	width: calc(100% - 110px);
	margin: 34px auto 0;
	padding-bottom: 6px;
}

.sec01 .taR {
	text-align: right;
}

@media screen and (max-width: 767px) {
	.sec01 > .title {
		margin: 34px 0 24px;
		line-height: 1.15;
	}

	.sec01 > p:nth-of-type(2) {
		margin-top: 18px;
	}

	.sec01 > figure {
		max-width: initial;
		width: 100%;
		margin: 24px auto 0;
	}
}

/*----------------------------------------
	sec02
-----------------------------------------*/
.sec02 > .title {
	margin: 54px 0 34px;
	padding: 5px 0 5px 15px;
	border-left: 5px solid #00a0e9;
	color: #000;
}

.sec02 > div > div > .title {
	margin-bottom: 8px;
	color: #000;
	text-align: left;
}

.sec02 > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}

.sec02 > div > div {
	width: calc(50% - 40px);
}

.sec02 > div > div:nth-child(n+3){
	margin-top: 55px;
}

.sec02 > div > div p {
	margin-bottom: 13px;
}

.sec02 > div > div p a {
	text-decoration: underline;
	text-underline-position: under;
}

.sec02 > div > div > figure {
	width: 80%;
	margin: auto;
}

.sec02 .title02 {
  position: relative;
	font-weight: bold;
  margin-bottom: 16px;
  padding-left: 35px;
}

.sec02 .title02::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 4px solid #00a0e9;
  border-radius: 100px;
  box-sizing: border-box;
}

@media screen and (min-width:788px) and ( max-width:1248px) {
	.sec02 > div > div:nth-of-type(1) > p, .sec02 > div > div:nth-of-type(2) > p {
		min-height: 112px;
	}
}

@media screen and (min-width:768px) and ( max-width:787px) {
	.sec02 > div > div:nth-of-type(1) > p, .sec02 > div > div:nth-of-type(2) > p {
		min-height: 140px;
	}
}

@media screen and (max-width: 767px) {
	.sec02 > .title {
		margin: 26px 0 25px;
	}

	.sec02 > div > div > .title {
		margin-bottom: 5px;
	}

	.sec02 > div {
		display: block;
	}

	.sec02 > div > div {
		width: 100%;
		padding-bottom: 35px;
	}

	.sec02 > div > div p {
		margin-bottom: 8px;
	}

	.sec02 > div > div:nth-child(n+3) {
		margin-top: 0;
	}

	.sec02 .title02 {
		margin-bottom: 10px;
	}
	
	.sec02 .title02::before {
		top: 3px;
	}
}