@charset "utf-8";

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	padding: 7px 0;
	background: url("../img/index/bg01.jpg") no-repeat center top / cover;
}

#main .mainVisual .image {
	text-align: center;
}

@media all and (max-width: 896px) {
	#main .mainVisual {
		padding: 0;
		background: none;
	}

	#main .mainVisual .image img {
		width: 100%;
	}
}

/*------------------------------------------------------------
	slideBox
------------------------------------------------------------*/
#main .slideBox {
	margin-top: -92px;
	padding: 5px 0;
	position: relative;
	bottom: -49px;
	height: 83px;
	overflow: hidden;
}

#main .slideBox .title {
	width: 197px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

#main .slideBox .listUl {
	display: flex;
}

#main .slideBox .listUl li {
	margin: 0 -1px 0 -2px;
	flex-shrink: 0;
	width: 153px;
}

@media all and (max-width: 896px) {
	#main .slideBox .title {
		width: 117px;
	}

	#main .slideBox {
		margin-top: -90px;
		height: 73px;
	}

	#main .slideBox .listUl li {
		margin: 0 -3px 0 -4px;
		width: 133px;
	}
}


/*------------------------------------------------------------
	sec01
------------------------------------------------------------*/
#main .sec01 {
/*	padding: 83px 0 167px;*/
    padding: 83px 0 30px;
	background: url("../img/index/bg03.jpg") no-repeat center top / cover;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#main .sec01 .flex {
	align-items: flex-start;
	justify-content: space-between;
}

#main .sec01 .leftBox {
	width: 467px;
}

#main .sec01 .title {
	margin: 0 0 9px -1px;
}

#main .sec01 .rightBox {
	margin: -18px 0 0 -17px;
	/*height: 490px; */
	border-radius: 12px;
	overflow-y: auto;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	flex: 1;
	margin-bottom: 33px;
}

@media all and (max-width: 896px) {
	#main .sec01 {
/*		padding: 70px 0 166px;*/
		background-image: url("../img/index/bg03_sp.jpg");
	}

	#main .sec01 .title {
		margin: 0 0 4px;
		text-align: center;
	}

	#main .sec01 .flex {
		display: block;
	}

	#main .sec01 .rightBox {
		margin: -2px 0 0 0;
		/* height: 810px; */
	}

	#main .sec01 .leftBox {
		width: auto;
	}

	#main .sec01 .image {
		text-align: center;
	}

	#main .sec01 .image img {
		width: 100%;
		max-width: 251px;
	}
}

/*------------------------------------------------------------
	sec02
------------------------------------------------------------*/
#main .sec010 .textImg {
        margin-top: 30px;
		text-align: center;
	}
#main .sec02 {
	margin-bottom: 8px;
}

#main .sec02 .textImg {
/*	margin: -186px 0 19px;*/
    margin-top: 30px;
	text-align: center;
}

#main .sec02 .listUl {
	margin-top: -30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#main .sec02 .listUl li {
	width: calc(50% - 15px);
	background-color: #e8e8f2;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	margin-top: 30px;
}

#main .sec02 .listUl .title {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 900;
	text-align: center;
	background-color: #8c5ab4;
	line-height: 1.29;
	padding: 13px 10px 16px;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	letter-spacing: 0.05em;
	position: relative;
}

#main .sec02 .listUl .title::after {
	margin-left: -20px;
	width: 40px;
	height: 25px;
	position: absolute;
	bottom: -22px;
	left: 50%;
	background: url("../img/index/sec02_icon.png") no-repeat left top / 100% 100%;
	content: "";
}

#main .sec02 .listUl .title span {
	color: #fff028;
}

#main .sec02 .headLine01 {
	margin-bottom: 25px;
}

#main .sec02 .listUl .photo {
	width: 281px;
}

#main .sec02 .listUl .textBox {
	flex: 1;
	line-height: 1.733;
	margin: 28px 17px 22px 8px;
	text-align: justify;
}

#main .sec02 .listUl .flex {
	padding: 0 12px;
}

@media all and (max-width: 896px) {
    #main .sec010 .textImg {
		text-align: center;
	}
	#main .sec02 .textImg {
/*		margin: -154px 13px 15px 2px;*/
		text-align: center;
	}

	#main .sec02 .textImg img {
		width: 100%;
	}

	#main .sec02 .listUl {
		margin: 0;
		display: block;
	}

	#main .sec02 .listUl li {
		margin: 0 0 15px;
		width: auto;
		border-radius: 10px;
	}

	#main .sec02 .listUl li:last-child {
		margin-bottom: 0;
	}

	#main .sec02 .headLine01 {
		margin-bottom: 15px;
	}

	#main .sec02 .listUl .title {
		padding: 9px 10px 11px;
		font-size: 2rem;
		line-height: 1.25;
	}

	#main .sec02 .listUl .title::after {
		margin-left: -13px;
		width: 26px;
		height: 13px;
		bottom: -11px;
	}

	#main .sec02 .listUl .photo {
		width: 135px;
	}

	#main .sec02 .listUl .flex {
		padding: 0 0;
		align-items: flex-end;
	}

	#main .sec02 .listUl .textBox {
		line-height: 1.5;
		margin: 0;
		padding: 14px 22px 14px 6px;
		font-size: 1.4rem;
	}

	#main .sec02 {
		margin-bottom: 20px;
	}

}

@media all and (max-width: 374px) {
	#main .sec02 .listUl .title {
		font-size: 1.8rem;
	}
}


/*------------------------------------------------------------
	sec03
------------------------------------------------------------*/
#main .sec03 .showBox {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 10;
}

#main .sec03 .showBox img {
	width: 100%;
}

#main .sec03 .comBg .flex {
	justify-content: space-between;
}

#main .sec03 .comBg .rightBox {
	flex: 1;
	margin: -13px -3px 0 37px;
}

@media all and (max-width: 896px) {
	#main .sec03 .showBox {
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	}

	#main .sec03 .comBg .flex {
		margin: 0 13px;
		display: block;
	}

	#main .sec03 .comBg .rightBox {
		margin: 0;
		text-align: center;
	}

	#main .sec03 .comBg .rightBox img {
		width: 100%;
	}
}

/*------------------------------------------------------------
	sec04
------------------------------------------------------------*/
#main .sec04 {
	padding: 80px 0;
	background-color: #e0f2fc;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	position: relative;
}

#main .sec04 .imgBox {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#main .sec04 .imgBox .photo {
	width: 735px;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 24px;
}

#main .sec04 .imgBox .photo img {
	width: 100%;
}

#main .sec04 .imgBox .textBox {
	padding: 39px 40px 34px 129px;
	margin-left: -160px;
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	position: relative;
	flex: 1;
	overflow: hidden;
	border-radius: 15px;
	box-sizing: border-box;
}

#main .sec04 .imgBox p {
	line-height: 1.93;
	font-size: 1.6rem;
	text-align: justify;
}

#main .sec04 .imgBox p small {
	font-size: 1.2rem;
}

#main .sec04 .headLine01 {
	margin-bottom: 26px;
}

#main .sec04 .imgBox .numImg {
	position: absolute;
	top: 38px;
	left: 26px;
}

#main .sec04 .imgBox .title {
	margin-bottom: 13px;
}

#main .sec04 .imgBox.left {
	margin-bottom: 0;
}

#main .sec04 .imgBox.left .photo {
	order: 3;
}

#main .sec04 .imgBox.left .textBox {
	margin: 0 -160px 0 0;
}

@media all and (max-width: 896px) {
	#main .sec04 .imgBox {
		margin: 0 0 20px -15px;
		display: block;
	}

	#main .sec04 .imgBox.left {
		margin: 0 -15px 0 0;
	}

	#main .sec04 .imgBox .photo {
		width: auto;
		border-radius: 0 10px 10px 0;
	}

	#main .sec04 .imgBox .textBox {
		margin: -40px 15px 0 0;
		border-radius: 0 10px 10px 0;
		padding: 29px 30px 21px 20px;
	}

	#main .sec04 .imgBox.left {
		margin: 0 -15px 0 0;
	}

	#main .sec04 {
		padding: 38px 0 40px;
	}

	#main .sec04 .imgBox.left .textBox {
		margin: -40px 0 0 15px;
		border-radius: 10px 0 0 10px;
	}

	#main .sec04 .headLine01 {
		margin-bottom: 18px;
	}

	#main .sec04 .imgBox .numImg {
		top: 15px;
		left: auto;
		right: 10px;
		width: 52px;
	}

	#main .sec04 .imgBox p {
		line-height: 1.73;
		font-size: 1.4rem;
		letter-spacing: -0.01em;
	}

	#main .sec04 .imgBox .title img {
		width: 100%;
		max-width: 282px;
	}

	#main .sec04 .imgBox .title {
		margin-bottom: 10px;
	}

	#main .sec04 .imgBox.left .photo {
		border-radius: 10px 0 0 10px;
	}

	#main .sec04 .imgBox.left .title img {
		max-width: 292px;
	}
}



/*------------------------------------------------------------
	sec05
------------------------------------------------------------*/
#main .sec05 .bgBox {
	padding: 77px 0 80px;
	background: url("../img/index/sec05_bg.jpg") no-repeat center top / cover;
}

#main .sec05 .listUl {
	margin: -20px -15px 0;
	display: flex;
	flex-wrap: wrap;
}

#main .sec05 .listUl li {
	margin: 20px 15px 0;
	width: calc(33.33% - 30px);
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
}

#main .sec05 .listUl li img {
	width: 100%;
}

#main .sec05 .listUl .textBox {
	padding: 17px 24px 30px;
	text-align: justify;
}

#main .sec05 .listUl .title {
	margin-bottom: 9px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.33;
}

#main .sec05 .listUl .title span {
	color: #f03c3c;
}

#main .sec05 .listUl p {
	line-height: 1.733;
}

#main .sec05 .headLine01 {
	margin-bottom: 29px;
}

#main .sec05 .comBg {
	padding-top: 0;
}

#main .sec05 .comBg .image {
	text-align: center;
	position: relative;
	top: -31px;
	margin-bottom: -31px;
}

@media all and (max-width: 896px) {
	#main .sec05 .listUl {
		margin: 0;
		display: block;
	}

	#main .sec05 .listUl li {
		margin: 0 0 15px;
		width: auto;
		border-radius: 15px;
	}

	#main .sec05 .listUl li:last-child {
		margin-bottom: 0;
	}

	#main .sec05 .bgBox {
		padding: 38px 0 40px;
	}

	#main .sec05 .headLine01 {
		margin-bottom: 15px;
	}

	#main .sec05 .listUl .title {
		margin-bottom: 7px;
		font-size: 2.1rem;
		line-height: 1.23;
	}

	#main .sec05 .listUl .textBox {
		padding: 14px 25px 23px;
	}

	#main .sec05 .listUl p {
		line-height: 1.7;
		letter-spacing: -0.01em;
	}

	#main .sec05 .comBg .image {
		top: -13px;
		margin-bottom: -29px;
	}

	#main .sec05 .comBg .image {
		top: -13px;
		margin: 0 0 -33px 7px;
	}

	#main .sec05 .comBg .image img {
		width: 100%;
	}

	#main .sec05 .comBg {
		background-image: url("../img/index/bg04.jpg");
	}
}

@media all and (max-width: 374px) {
	#main .sec05 .listUl .textBox {
		padding: 14px 15px 23px;
	}
}

/*------------------------------------------------------------
	sec06
------------------------------------------------------------*/
#main .sec06 {
	padding: 77px 0 73px;
}

#main .sec06 .headLine01 {
	margin-bottom: 25px;
}

#main .sec06 .listUl {
	margin: -20px -11px 0;
	display: flex;
	flex-wrap: wrap;
}

#main .sec06 .listUl li {
	margin: 20px 11px 0;
	width: calc(33.33% - 22px);
	background-color: #e8e8f2;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	border-radius: 17px;
	overflow: hidden;
}

#main .sec06 .listUl .flex {
	padding: 10px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

#main .sec06 .listUl .textBox {
	margin: 8px 0 0 16px;
	flex: 1;
	line-height: 1.733;
}

#main .sec06 .listUl .photo {
	width: 140px;
	border-radius: 12px;
	overflow: hidden;
}

#main .sec06 .listUl .title {
	padding: 9px 10px 11px;
	color: #fff;
	font-size: 2rem;
	background-color: #8c5ab4;
	line-height: 1.25;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-align: center;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	position: relative;
}

#main .sec06 .listUl .title span {
	color: #fff000;
}

#main .sec06 .listUl .title::after {
	width: 30px;
	height: 20px;
	position: absolute;
	bottom: -17px;
	left: 50%;
	transform: translateX(-50%);
	background: url("../img/index/sec06_icon.png") no-repeat left top / 100% 100%;
	content: "";
}

@media all and (max-width: 896px) {
	#main .sec06 .listUl {
		margin: 0;
		display: block;
	}

	#main .sec06 .listUl li {
		margin: 0 0 15px;
		width: auto;
		border-radius: 10px;
	}

	#main .sec06 .listUl li:last-child {
		margin-bottom: 0;
	}

	#main .sec06 {
		padding: 38px 0 37px;
	}

	#main .sec06 .headLine01 {
		margin-bottom: 17px;
	}

	#main .sec06 .listUl .photo {
		border-radius: 7px;
	}

	#main .sec06 .listUl .textBox {
		margin: 6px 5px 0 16px;
		line-height: 1.65;
	}
}

@media all and (max-width: 374px) {
	#main .sec06 .listUl .flex {
		padding: 20px 10px 10px;
	}

	#main .sec06 .listUl .textBox {
		margin-top: 0;
	}
}

/*------------------------------------------------------------
	sec07/sec08/sec09
------------------------------------------------------------*/
#main .sec07 {
	padding: 79px 0 73px;
	box-shadow: 0px 0px 4px 0px rgba(0, 60, 120, 0.3);
	background-color: #E0F2FC;
}

#main .sec07 h2 {
	margin-bottom: 23px;
	text-align: center;
}

#main .sec07 .voiceUl {
	margin: -20px 0 30px;
	display: flex;
	flex-wrap: wrap;
}

#main .sec07 .voiceUl li {
	margin: 20px 22px 0 0;
	width: 385px;
	padding: 2px;
	box-sizing: border-box;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0.7px 0.7px 3px 0px rgba(0, 60, 80, 0.2);
}

#main .sec07 .voiceUl li:nth-child(3n) {
	margin-right: 0;
}

#main .sec07 .voiceUl dl {
	padding: 10px 0 10px 10px;
	border-radius: 12px 12px 0 0;
	display: flex;
	align-items: center;
	background-color: #0064C8;
	justify-content: space-between;
}

#main .sec07 .voiceUl dt {
	width: 50px;
	margin-right: 13px;
}

#main .sec07 .voiceUl dt img {
	border-radius: 50%;
}

#main .sec07 .voiceUl dd {
	flex: 1;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	letter-spacing: 0.04em;
}

#main .sec07 .voiceUl dd .txtSpan {
	margin: -2px 0 0 3px;
	flex-shrink: 0;
	font-size: 1.2rem;
	font-weight: 500;
	vertical-align: middle;
}

#main .sec07 .voiceUl dd .txtSpan span {
	margin-right: 7px;
	font-size: 3.1rem;
	line-height: 1;
	font-weight: 700;
	vertical-align: -7px;
}

#main .sec07 .voiceUl .sub {
	padding: 3px 3px 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #ECF6FA;
}

#main .sec07 .voiceUl .sub .textImg {
	width: 113px;
	margin-right: 12px;
}

#main .sec07 .voiceUl .sub p {
	flex: 1;
	letter-spacing: 0.04em;
}

#main .sec07 .voiceUl .sub p span {
	margin-bottom: -1px;
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0;
}

#main .sec07 .voiceUl .whiteBox {
	padding: 14px 21px 25px;
}

#main .sec07 .voiceUl .whiteBox p {
	line-height: 1.6;
	letter-spacing: 0.02em;
}

#main .sec07 .voiceUl .inner {
	margin-bottom: 2px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#main .sec07 .voiceUl .inner .photoBox {
	width: 60px;
	margin-right: 5px;
}

#main .sec07 .voiceUl .inner .textBox {
	flex: 1;
}

#main .sec07 .voiceUl .inner .textBox p {
	margin: -4px 0 0;
	font-size: 2.3rem;
	letter-spacing: 0.04em;
	font-weight: 700;
	line-height: 1.45;
}

#main .sec07 .voiceUl .inner .textBox p .red {
	color: #f03c3c;
}

#main .sec07 .voiceUl .inner .textBox p .red .num {
	font-size: 3rem;
	line-height: 1;
	vertical-align: -2px;
}

#main .sec08 {
	padding: 75px 0 80px;
}

#main .sec08 h2 {
	margin-bottom: 24px;
	text-align: center;
}

#main .sec08 .steptList {
	width: 765px;
}

#main .sec08 .steptList li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#main .sec08 .steptList li::before {
	position: absolute;
	width: 31px;
	height: 31px;
	left: 11px;
	bottom: -18px;
	background: url("../img/index/sec08_arrow.png") no-repeat;
	background-size: 31px;
	content: "";
}

#main .sec08 .steptList li:last-child:before {
	display: none;
}

#main .sec08 .steptList li .num {
	padding-top: 22px;
	width: 58px;
	position: relative;
}

#main .sec08 .steptList dl {
	padding: 13px 0 11px 11px;
	width: 695px;
	min-height: 96px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	border-top: 1px solid #D2DCE6;
}

#main .sec08 .steptList li:last-child dl {
	border-bottom: 1px solid #D2DCE6;
}

#main .sec08 .steptList dt {
	margin-bottom: 2px;
	width: 205px;
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 1.19;
}

#main .sec08 .steptList dd {
	width: calc(100% - 210px);
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

#main .sec08 .photo {
	width: 385px;
}

#main .sec09 {
	padding: 76px 0 80px;
	background-color: #F2F4F6;
}

#main .sec09 h2 {
	margin-bottom: 29px;
	text-align: center;
}

#main .sec09 li {
	margin-bottom: 20px;
	padding: 2px;
	border-radius: 6px;
	background-color: #FFF;
	box-shadow: 1px 1px 3px 0px rgba(0, 60, 80, 0.1);
}

#main .sec09 li:last-child {
	margin-bottom: 0 !important;
}

#main .sec09 dt {
	padding: 15px 35px 17px 60px;
	position: relative;
	font-size: 2.1rem;
	font-weight: 700;
	cursor: pointer;
	border-radius: 3px 3px 0 0;
	border-bottom: 2px solid #0064C8;
	background-color: #E0F2FC;
}

#main .sec09 dt::before {
	position: absolute;
	left: 20px;
	top: 15px;
	color: #0064c8;
	font-size: 2.6rem;
	line-height: 1.2;
	font-family: 'Roboto', sans-serif;
	content: "Q";
}

#main .sec09 dt::after {
	position: absolute;
	width: 25px;
	height: 25px;
	right: 10px;
	top: 15px;
	background: url("../img/index/sec09_icon.png") no-repeat;
	background-size: 25px;
	content: "";
}

#main .sec09 dt.on::after {
	background-image: url("../img/index/sec09_icon_on.png");
}

#main .sec09 dd {
	padding: 16px 25px 19px 61px;
	display: none;
	position: relative;
	line-height: 1.75;
	font-size: 1.6rem;
	letter-spacing: 0.04em;
}

#main .sec09 dd::before {
	position: absolute;
	left: 22px;
	top: 17px;
	color: #0064c8;
	font-size: 2.6rem;
	line-height: 1.2;
	font-family: 'Roboto', sans-serif;
	content: "A";
}

@media all and (max-width: 896px) {
	#main .sec07 {
		padding: 38px 0 37px;
	}

	#main .sec07 h2 {
		margin-bottom: 14px;
	}

	#main .sec07 .voiceUl {
		margin: 0 0 20px;
		display: block;
	}

	#main .sec07 .voiceUl li {
		width: auto;
		margin: 0 0 15px;
	}

	#main .sec07 .voiceUl li:last-child {
		margin-bottom: 0;
	}

	#main .sec07 .voiceUl dl {
		border-radius: 10px 10px 0 0;
	}

	#main .sec07 .voiceUl dd .txtSpan {
		margin-left: 5px;
		text-align: center;
	}

	#main .sec07 .voiceUl dd .txtSpan span {
		margin: 0 0 3px;
		display: block;
	}

	#main .sec07 .voiceUl .sub p {
		font-size: 1.5rem;
	}

	#main .sec07 .voiceUl .sub p span {
		font-size: 1.8rem;
	}

	#main .sec07 .voiceUl .sub p .sml01 {
		font-size: 1.4rem;
	}

	#main .sec07 .voiceUl .whiteBox p {
		line-height: 1.57;
		font-size: 1.4rem;
	}

	#main .sec07 .voiceUl .whiteBox {
		padding: 15px 20px 25px;
	}

	#main .sec07 .voiceUl .inner {
		margin-bottom: 7px;
		height: inherit !important;
	}

	#main .sec07 .voiceUl .inner .photoBox {
		margin-right: 13px;
		width: auto;
	}

	#main .sec07 .voiceUl .inner .photoBox img {
		width: auto;
		height: 60px;
	}

	#main .sec07 .voiceUl .inner .textBox p {
		font-size: 2.1rem;
		line-height: 1.38;
	}

	#main .sec07 .voiceUl .inner .textBox p .red .num {
		font-size: 2.6rem;
	}

	#main .sec08 {
		padding: 40px 0 40px;
	}

	#main .sec08 h2 {
		margin-bottom: 18px;
	}

	#main .sec08 .inner {
		display: block;
	}

	#main .sec08 .steptList {
		margin-bottom: 30px;
		width: auto;
	}

	#main .sec08 .steptList li .num {
		padding-top: 22px;
	}

	#main .sec08 .steptList dl {
		padding: 15px 11px 16px;
		width: calc(100% - 60px);
		display: block;
	}

	#main .sec08 .steptList dt {
		margin-bottom: 5px;
		width: auto;
		font-size: 1.8rem;
	}

	#main .sec08 .steptList dd {
		width: auto;
		font-size: 1.3rem;
		line-height: 1.46;
		letter-spacing: 0;
	}

	#main .sec08 .photo {
		width: auto;
		text-align: center;
	}

	#main .sec08 .photo img {
		width: 100%;
	}

	#main .sec09 {
		padding: 39px 0 40px;
	}

	#main .sec09 h2 {
		margin-bottom: 17px;
	}

	#main .sec09 li {
		margin-bottom: 15px;
	}

	#main .sec09 dt {
		padding: 9px 40px 11px 41px;
		font-size: 1.8rem;
		line-height: 1.33;
	}

	#main .sec09 dt::before {
		left: 12px;
		top: 7px;
	}

	#main .sec09 dt::after {
		top: 10px;
	}

	#main .sec09 dd {
		padding: 12px 15px 13px 42px;
		line-height: 1.54;
		font-size: 1.3rem;
		letter-spacing: 0;
	}

	#main .sec09 dd::before {
		left: 14px;
		top: 12px;
	}

	#main .sec08 .steptList li:nth-child(3):before {
		width: 30px;
		height: 50px;
		background-image: url("../img/index/sec08_arrow_sp.png");
		background-size: 100% auto;
	}
}

@media all and (max-width: 350px) {
	#main .sec07 .voiceUl dd {
		font-size: 1.4rem;
	}

	#main .sec07 .voiceUl dd .txtSpan span {
		font-size: 2rem;
	}

	#main .sec07 .voiceUl .sub .textImg {
		width: 80px;
	}

	#main .sec07 .voiceUl .sub p span {
		font-size: 1.2rem;
	}
}

@media all and (max-width: 374px) {
	#main .sec08 .steptList li:nth-child(3)::before {
		bottom: -21px;
	}
}


@media all and (max-width: 896px) {
	iframe {
		padding: 21px 21px 21px 21px;
		width: 87%;
	}
}

@media all and (min-width: 897px) {
	iframe {
		padding: 21px 21px 21px 21px;
		width: 95%;
	}
}

/*------------------------------------------------------------
	フォーム
------------------------------------------------------------*/
.mv_form {
	display: block;
	padding: 60px;
	text-align: center;
	background: #f5f5f5;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width: 769px) {
	.mv_form {
		width: 100%;
		padding: 25px;
	}
}

.mv_form form input {
	width: 100%;
	border: none;
	border-radius: 5px;
}

@media screen and (max-width: 769px) {
	.mv_form form input {
		font-size: 1.6rem;
	}
}

.form-field {
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	background: #fff;
	padding: .4rem;
	position: relative;
	z-index: 0;
	display: block;
	overflow: hidden;
	margin-bottom: 1em;
}

.form-field input::placeholder {
	color: #d3d3d3;
}

.form-field:focus-within {
	outline-color: rgb(93, 190, 163);
	outline-style: solid;
	outline-width: 2px;
}

.form-head1 {
	font-weight: bold;
	text-align: left;
}

.form-head2 {
	color: #94a9b6;
	font-size: .8em;
	text-align: left;
}

.form-flex--container {
	display: flex;
	gap: 1em;
}

.flex-2col {
	width: 100%;
}

*:focus {
	outline: none;
}

form input[type="submit"] {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	height: 60px;
	margin: 1.2em auto;
	padding: 1rem 4rem;
	font-size: 1.4em;
	font-weight: bold;
	border: 2px solid #5DBEA3;
	background: #5DBEA3;
	color: #fff028;
	transition: 0.5s;
}

form input[type="submit"]:hover {
	color: #5DBEA3;
	background: #fff;
}

@media screen and (max-width: 769px) {
	form input {
		font-size: 16px;
	}

	form input[type="submit"] {
		font-size: 16px;
		line-height: 13px;
	}
}

.form-notes {
	font-size: .6em;
	margin-top: 2rem;
	text-align: left;
	line-height: 1.4;
	letter-spacing: 2px;
}

.form-notes a {
	text-decoration: underline;
}
