@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	padding-top: 87px;
	height: 568px;
	position: relative;
	background: url("../../image/main_visual_bg.jpg") no-repeat center bottom / cover;
	box-sizing: border-box;
}
.mainVisual .photo {
	margin: 0 auto;
	max-width: 1180px;
}
.mainVisual .scroll {
	position: absolute;
	bottom: 19px;
	left: calc(50% + 19px);
	animation: scroll 2s infinite;
}
@keyframes scroll {
	0% {
		bottom: 19px;		
	}
	50% {
		bottom: 6px;				
	}
	100% {
		bottom: 19px;		
	}
}
.mainVisual .scroll a:hover {
	opacity: 0.7;
}
#main .sec01 {
	padding-top: 47px;
}
#main .sec01 .content {
	display: flex;
	justify-content: space-between;
}
#main .sec01 .photo {
	width: 382px;
}
#main .sec01 .textList {
	padding: 20px 0 0 30px;
	width: calc(100% - 382px);
	box-sizing: border-box;
}
#main .sec01 .textList li {
	padding-left: 44px;
	font-size: 2.2rem;
	line-height: 2;
	background: url("../image/icon01.png") no-repeat top 8px left / 36px;
}
#main .sec01 .textList li:not(:last-of-type) {
	margin-bottom: 4px;
}
#main .sec01 .textList li span {
	font-weight: bold;
}
#main .sec02 {
	padding: 44px 0 0;
	background-color: #E3F3FF;
}
#main .sec02 .content {
	padding-bottom: 69px;
	position: relative;
}
#main .sec02 .content::after,
#main .sec02 .content::before {
	width: 196px;
	height: 198px;
	position: absolute;
	bottom: -9px;
	left: 0;
	background: url("../../image/sec02_img06.png") no-repeat center / 196px;
	content: '';
}
#main .sec02 .content::before {
	width: 167px;
	height: 211px;
	bottom: -22px;
	left: auto;
	right: 0;
	background: url("../../image/sec02_img07.png") no-repeat center / 167px;
}
#main .sec02 .pTop {
	margin-bottom: 52px;
	color: #333;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-align: center;
}
#main .sec02 .imgList {
	display: flex;
	justify-content: space-between;
}
#main .sec02 .imgList > li {
	padding: 21px 0 42px;
	position: relative;
	width: 329px;
	height: 249px;
	background-color: #FFF;
	border-radius: 30px;
	text-align: center;
	box-sizing: border-box;
}
#main .sec02 .imgList > li:not(:last-of-type)::after {
	width: 110px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: -118px;
	background: url("../../image/dot_img01.png") no-repeat center / 110px;
	content: '';
}
#main .sec02 .imgList > li h3 {
	margin-bottom: 26px;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}
#main .sec02 .imgList > li .subBox {
	position: relative;
	cursor: pointer;
}
#main .sec02 .imgList > li .subBox .pho {
	position: relative;
}
#main .sec02 .imgList > li .subBox .pho .hover-icon {
	position: absolute;
	right: 80px;
	bottom: 0px;
	animation: icon-hover 2s linear 1s infinite;
	opacity: 0;
}
@keyframes icon-hover {
	0% {
		right: 80px;
		bottom: 0px;		
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	60% {
		opacity: 1;
	}
	80% {
		right: 120px;
		bottom: 20px;		
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
#main .sec02 .imgList > li .subBox .txtList {
	padding: 0 20px 0 48px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.9);
	box-sizing: border-box;
	opacity: 0;
	transition: all 0.3s;
}
#main .sec02 .imgList > li .subBox .txtList li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.39;
	letter-spacing: 0.1em;
	text-align: left;
}
#main .sec02 .imgList01 {
	margin-top: 56px;
	position: relative;
	justify-content: center;
}
#main .sec02 .imgList01::after,
#main .sec02 .imgList01::before {
	width: 60px;
	height: 160px;
	position: absolute;
	top: -35px;
	left: 152px;
	background: url("../../image/dot_img02.png") no-repeat center / 60px;
	content: '';
}
#main .sec02 .imgList01::before {
	left: auto;
	right: 148px;
	background-image: url("../../image/dot_img03.png");
}
#main .sec02 .imgList01 > li {
	margin: 0 76px;
	z-index: 1;
}
#main .sec03 {
	padding: 168px 0 159px;
}
#main .sec03 ul {
	margin: -60px auto 0;
	max-width: 1180px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .sec03 li {
	margin-top: 60px;
	width: 577px;
	height: 310px;
	display: flex;
	position: relative;
}
#main .sec03 li img {
	width: 100%;
}
#main .sec03 li:not(:first-of-type)::after {
	position: absolute;
	top: 17px;
	left: 17px;
	right: 16px;
	bottom: 16px;
	border: 2px solid #FFF;
	content: '';
}
#main .sec03 .photo {
	width: 220px;
}
#main .sec03 .text {
	padding: 0 30px 0 77px;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: calc(100% - 220px);
	color: #fff;
	background-color: #0171C6;
	box-sizing: border-box;
}
#main .sec03 .num {
	width: 110px;
	height: 110px;
	position: absolute;
	left: -55px;
	top: calc(50% - 55px);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0171C6;
	font-size: 5.1rem;
	font-weight: 900;
	letter-spacing: 0.05rem;
	background-color: #fff;
}
#main .sec03 h3 {
	margin-bottom: 9px;
	font-size: 2.5rem;
	line-height: 1.28;
	letter-spacing: 0.1em;
}
#main .sec03 .text p {
	font-size: 1.6rem;
	line-height: 1.77;
	letter-spacing: 0.1em;
}
#main .sec04 {
	padding: 104px 0 100px;
	background-color: #E3F3FF;
	text-align: center;
}
#main .sec04 .pTop {
	margin-bottom: 32px;
	color: #333333;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.05rem;
}
#main .sec04 .pho {
	margin: 0 auto 75px;
	max-width: 1180px;
}
#main .sec04 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .sec04 li {
	margin-bottom: 37px;
	width: 370px;
}
#main .sec04 li .photo {
	padding-top: 20px;
	width: 370px;
	height: 170px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	box-sizing: border-box;
}
#main .sec04 li .photo::after {
	position: absolute;
	top: 12px;
	left: 11px;
	right: 14px;
	bottom: 0;
	border: 2px solid #0171C6;
	border-bottom: 0;
	content: '';
}
#main .sec04 li .photo img {
	width: 121px;
}
#main .sec04 .text {
	padding: 20px 42px 47px;
	position: relative;
	color: #fff;
	background-color: #0171C6;
}
#main .sec04 .text::after {
	position: absolute;
	top: 0;
	left: 11px;
	right: 14px;
	bottom: 20px;
	border: 2px solid #FFF;
	border-top: 0;
	content: '';
}
#main .sec04 .text h3 {
	margin-bottom: 13px;
	font-size: 2rem;
	line-height: 1.65;
	letter-spacing: 0.08rem;
}
#main .sec04 .text p {
	font-size: 1.6rem;
	font-weight: 500;
	text-align: left;
	line-height: 1.9;
	letter-spacing: 0.1em;
}
#main .sec05 {
	padding: 100px 0 100px;
}
#main .sec05 .headLine01 {
	margin-bottom: 49px;
}
#main .sec05 dl {
	padding: 16px 0;
	display: flex;
	background-color: #E3F3FF;
	border-radius: 20px;
}
#main .sec05 dl:not(:last-of-type) {
	margin-bottom: 63px;
	position: relative;
}
#main .sec05 dl:not(:last-of-type)::after {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: -55px;
	left: 0;
	background: url("../../image/dot_img04.png") no-repeat center / 10px;
	content: '';
}
#main .sec05 dt {
	padding-top: 25px;
	width: 140px;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	box-sizing: border-box;
}
#main .sec05 dd {
	padding: 18px 0 19px 46px;
	border-left: 2px dotted #707070;
}
#main .sec05 dd h3 {
	margin-bottom: 1px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#main .sec05 dd p {
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}
#main .sec05 .text dd {
	padding: 33px 0 37px 46px;
	position: relative;
}
#main .sec05 .text dd::after {
	width: 380px;
	height: 73px;
	position: absolute;
	top: 52px;
	right: 125px;
	background: url("../../image/bg01.png") no-repeat center / 380px;
	content: '';
}
#main .sec05 .text dd .title {
	margin-top: 20px;
	color: #0171C6;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#main .sec05 .text dd .title .line {
	position: relative;
}
#main .sec05 .text dd .title .line::after {
	width: 100%;
	height: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #FAF115;
	content: '';
}
#main .sec05 .text dd .title span {
	position: relative;
	z-index: 1;
}
#main .sec05 .text dd .ttl {
	margin: 21px 0 53px; 
	color: #0171C6;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#main .sec05 .text dd ul {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
#main .sec05 .text dd li {
	padding: 42px 10px 0 20px;
	width: 325px;
	height: 175px;
	position: relative;
	background-color: #FFFFFF;
	box-sizing: border-box;
}
#main .sec05 .text dd li .num {
	width: 73px;
	position: absolute;
	top: -33px;
	left: 20px;
}
#main .sec05 .text dd li p {
	font-size: 1.6rem;
	line-height: 1.9;
	letter-spacing: 0;
}
#main .sec06 {
	padding: 129px 0 154px;
}
#main .sec06 .headLine01 {
	margin-bottom: 85px;
}
#main .sec06 dl {
	border-radius: 20px;
	background-color: #E3F3FF;
}
#main .sec06 dl:not(:last-of-type) {
	margin-bottom: 50px;
}
#main .sec06 dt,
#main .sec06 dd {
	padding: 34px 110px 30px 52px;
	display: flex;
	color: #333;
	font-size: 2rem;
	line-height: 1.52;
	align-items: center;
}
#main .sec06 dt {
	cursor: pointer;
	background: url("../image/icon02.png") no-repeat right 40px center / 32px;
}
#main .sec06 dt.on {
	background: url("../image/icon03.png") no-repeat right 40px center / 32px;
}
#main .sec06 dd {
	padding-top: 2px;
	display: none;
	letter-spacing: 0.1em;
}
#main .sec06 dd .sub {
	display: flex;
}
#main .sec06 .ttl {
	margin-right: 32px;
	margin-top: -3px;
	color: #333;
	font-size: 3rem;
	font-weight: 700;
}
#main .sec07 {
	padding: 145px 0 180px;
	background-color: #E3F3FF;
}
#main .sec07 .headLine01 {
	margin-bottom: 45px;
}
#main .sec07 .pTop {
	margin-bottom: 50px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.67;
	letter-spacing: 0.08em;
	text-align: center;
}
#main .sec07 .tel {
	margin-bottom: 92px;
}
#main .sec07 .subBox {
	padding: 41px 100px 74px;
	background-color: #FFF;
}
#main .sec07 table {
	width: 100%;
	border-collapse: collapse;
}
#main .sec07 th,
#main .sec07 td {
	padding: 42px 44px 35px 0;
	width: 71.22%;
	color: #333;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dashed #707070;
	box-sizing: border-box;
}
#main .sec07 th {
	padding: 42px 0 0 40px;
	width: 28.78%;
}
#main .sec07 th .must {
	margin: 0 10px 0 0px;
	padding: 3px 0 6px;
	width: 50px;
	display: inline-block;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 400;
	background-color: #CB3737;
	text-align: center;
}
#main .sec07 tr:not(:first-of-type) th {
	padding-top: 52px;
}
#main .sec07 .radioList {
    margin-top: -3px;
}
#main .sec07 .radioList li {
	margin: 0 15px 7px 0;
	font-size: 1.6rem;
	font-weight: 500;
    letter-spacing: 0.08em;
}
#main .sec07 .radioList li:last-of-type {
	margin-bottom: 0;
}
#main .sec07 td input[type="radio"] {
}
#main .sec07 td input[type="radio"] + span {
    padding: 1px 0 4px 40px;
	display: inline-block;
	background: url("../image/icon04.png") no-repeat left center / 20px;
}
#main .sec07 td input[type="radio"]:checked + span {
    background-image: url("../image/icon05.png");
}
#main .sec07 td input[type="email"],
#main .sec07 td input[type="text"],
#main .sec07 td textarea {
	padding: 10px;
	width: 100%;
	color: #000;
	font-size: 1.6rem;
	background-color: #F4F4F4;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	border-radius: 0;
	appearance: none;
}
#main .sec07 td textarea {
	height: 159px;
	resize: vertical;
}
#main .sec07 .subBox .inner {
	margin-bottom: 41px;
	padding: 45px 0 35px;
	border-bottom: 1px dashed #707070;
}
#main .sec07 .subBox p {
	color: #333;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align: center;
}
#main .sec07 .subBox p a {
	text-decoration: underline;
}
#main .sec07 .subBox p.agree {
	margin-top: 25px;
}
#main .sec07 .subBox p.agree input[type="checkbox"] {
}
#main .sec07 .subBox p.agree input[type="checkbox"] + span {
    padding: 2px 0 6px 35px;
	display: inline-block;
	background: url("../image/icon06.png") no-repeat left center / 21px;
}
#main .sec07 .subBox p.agree input[type="checkbox"]:checked + span {
    background-image: url("../image/icon07.png");
}
#main .sec07 .submit {
	text-align: center;
}
#main .sec07 .submit li input {
	width: 455px;
	height: 66px;
	color: #FFF;
	font-size: 2.3rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	background-color: #0171C6;
	cursor: pointer;
}
@media all and (min-width: 897px) {
	#main .sec02 .imgList > li .subBox:hover .txtList {
		opacity: 1;
	}
	#main .sec06 dt:hover {
		opacity: 0.7;
	}
	#main .sec07 .subBox p a:hover {
		text-decoration: none;
	}
	#main .sec07 .submit li input:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.mainVisual {
		padding: 50px 0 94px;
		height: auto;
		background: url("../../image/sp_main_visual_bg.jpg") no-repeat center bottom / cover;
	}
	.mainVisual .photo {
		margin: 0 -18px 0 -36px;
		width: inherit;
	}
	.mainVisual .photo img {
		width: 100%;
	}
	.mainVisual .scroll {
		position: absolute;
		bottom: 7px;
		left: calc(50% - 25px);
	}
	#main .sec01 {
		padding: 33px 0 49px;
	}
	#main .sec01 .content {
		display: block;
	}
	#main .sec01 .photo {
		width: auto;
		text-align: center;
	}
	#main .sec01 .textList {
		padding: 19px 0 0;
		width: auto;
		box-sizing: border-box;
	}
	#main .sec01 .textList li {
		padding-left: 30px;
		font-size: 1.4rem;
		line-height: 1.43;
		background: url("../image/icon01.png") no-repeat top left / 25px;
	}
	#main .sec01 .textList li:not(:last-of-type) {
		margin-bottom: 12px;
	}
	#main .sec02 {
		padding: 59px 0 0;
	}
	#main .sec02 .content {
		padding-bottom: 47px;
	}
	#main .sec02 .content::after,
	#main .sec02 .content::before {
		width: 86px;
		height: 87px;
		position: absolute;
		bottom: auto;
		left: 0;
		top: 77px;
		background: url("../../image/sec02_img06.png") no-repeat center / 86px;
		content: '';
	}
	#main .sec02 .content::before {
		width: 72px;
		height: 91px;
		bottom: auto;
		left: auto;
		right: 0;
		top: 73px;
		background: url("../../image/sec02_img07.png") no-repeat center / 72px;
	}
	#main .sec02 .pTop {
		margin-bottom: 80px;
		font-size: 1.4rem;
		line-height: 1.64;
	}
	#main .sec02 .imgList {
		margin: 0 15px;
		display: block;
	}
	#main .sec02 .imgList > li {
		padding: 21px 0 23px;
		width: auto;
		height: auto;
		border-radius: 30px;
		background: #FFF url("../../image/sp_sec02_img01.png") no-repeat center bottom 25px / 114px;
	}
	#main .sec02 .imgList > li:nth-of-type(2) {
		background-image: url("../../image/sp_sec02_img02.png");
	}
	#main .sec02 .imgList > li:nth-of-type(3) {
		background-image: url("../../image/sp_sec02_img03.png");
	}
	#main .sec02 .imgList > li:not(:last-of-type)::after {
		display: none;
	}
	#main .sec02 .imgList > li h3 {
		margin-bottom: 10px;
		color: #0171C6;
		font-size: 1.6rem;
		letter-spacing: 0.1em;
	}
	#main .sec02 .imgList > li .subBox .txtList {
		padding: 0 10px 0 20px;
		position: static;
		background: none;
		opacity: 1;
	}
	#main .sec02 .imgList > li .subBox .txtList li {
		padding-left: 1em;
		text-indent: -1em;
		font-size: 1.4rem;
		font-weight: 400;
		line-height: 1.78;
	}
	#main .sec02 .imgList > li .pho {
		display: none;
	}
	#main .sec02 .imgList > li:not(:last-of-type) {
		margin-bottom: 30px;
	}
	#main .sec02 .imgList01 {
		margin-top: 30px;
	}
	#main .sec02 .imgList01 > li {
		background-image: url("../../image/sp_sec02_img04.png");
	}
	#main .sec02 .imgList01 > li:nth-of-type(2) {
		background-image: url("../../image/sp_sec02_img05.png");
	}
	#main .sec02 .imgList01::after,
	#main .sec02 .imgList01::before {
		display: none;
	}
	#main .sec02 .imgList01 > li {
		margin: 0;
	}
	#main .sec03 {
		padding: 50px 0 40px;
	}
	#main .sec03 ul {
		margin: 0 32px;
		width: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#main .sec03 li {
		margin-top: 0;
		width: 100%;
		height: auto;
	}
	#main .sec03 li:not(:last-of-type) {
		margin-bottom: 35px;
	}
	#main .sec03 li:not(:first-of-type) {
		height: 207px;
	}
	#main .sec03 li:not(:first-of-type)::after {
		top: 8px;
		left: 9px;
		right: 9px;
		bottom: 9px;
	}
	#main .sec03 .photo {
		width: 104px;
	}
	#main .sec03 .text {
		padding: 0 20px 0 38px;
		width: calc(100% - 104px);
	}
	#main .sec03 .num {
		width: 56px;
		height: 56px;
		left: -28px;
		top: calc(50% - 28px);
		font-size: 2.4rem;
	}
	#main .sec03 h3 {
		margin-bottom: 9px;
		font-size: 1.6rem;
		line-height: 1.125;
	}
	#main .sec03 .text p {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	#main .sec04 {
		padding: 52px 0 56px;
		background-color: #E3F3FF;
		text-align: center;
	}
	#main .sec04 .headLine01 {
		margin-bottom: 24px;
	}
	#main .sec04 .pTop {
		margin-bottom: 36px;
		font-size: 1.4rem;
		font-weight: 400;
		line-height: 1.78;
		text-align: left;
	}
	#main .sec04 .pho {
		margin: 0 auto 28px;
		width: auto;
	}
	#main .sec04 .pho {
		/*overflow-x: scroll;*/
	}
	#main .sec04 .pho img {
		max-width: 800px;
	}
	#main .sec04 ul {
		display: block;
	}
	#main .sec04 li {
		margin-bottom: 32px;
		width: auto;
	}
	#main .sec04 li .photo {
		padding-top: 17px;
		width: auto;
		height: 117px;
	}
	#main .sec04 li .photo::after {
		top: 10px;
		left: 10px;
		right: 10px;
		bottom: 0;
	}
	#main .sec04 li .photo img {
		width: 76px;
	}
	#main .sec04 .text {
		padding: 26px 30px 33px
	}
	#main .sec04 .text::after {
		top: 0;
		left: 10px;
		right: 10px;
		bottom: 10px;
	}
	#main .sec04 .text h3 {
		margin-bottom: 11px;
		font-size: 1.6rem;
		line-height: 1.56;
	}
	#main .sec04 .text p {
		font-size: 1.4rem;
		line-height: 1.78;
	}
	#main .sec05 {
		padding: 55px 0 63px;
	}
	#main .sec05 .headLine01 {
		margin-bottom: 52px;
	}
	#main .sec05 dl {
		padding: 0 16px;
		display: block;
		border-radius: 20px;
	}
	#main .sec05 dl:not(:last-of-type) {
		margin-bottom: 40px;
	}
	#main .sec05 dl:not(:last-of-type)::after {
		width: 100%;
		height: 50px;
		position: absolute;
		bottom: -45px;
		left: 0;
		background: url("../../image/dot_img04.png") no-repeat center / 6px;
		content: '';
	}
	#main .sec05 dt {
		padding: 12px 0 9px;
		width: auto;
		font-size: 2.9rem;
		letter-spacing: 0.1em;
		text-align: center;
	}
	#main .sec05 dd {
		padding: 19px 0 12px;
		border-left: 0;
		border-top: 1px dotted #707070;
		text-align: center;
	}
	#main .sec05 dd h3 {
		margin-bottom: 9px;
		font-size: 1.6rem;
	}
	#main .sec05 dd p {
		font-size: 1.4rem;
		line-height: 1.78;
		letter-spacing: 0.05em;
	}
	#main .sec05 .text dd {
		padding: 19px 0 37px;
	}
	#main .sec05 .text dd::after {
		width: 189px;
		height: 73px;
		top: auto;
		bottom: 0;
		right: 16px;
		background: url("../../image/bg01.png") no-repeat center / 189px;
	}
	#main .sec05 .text dd .title {
		margin: 19px 0 5px;
		font-size: 1.6rem;
	}
	#main .sec05 .text dd .title .line::after {
		height: 10px;
	}
	#main .sec05 .text dd .ttl {
		margin: 18px 0 53px;
		font-size: 1.6rem;
		line-height: 1.56
	}
	#main .sec05 .text dd ul {
		display: block;
		margin-top: 20px;
	}
	#main .sec05 .text dd li {
		padding: 24px 15px 20px;
		width: auto;
		height: auto;
	}
	#main .sec05 .text dd li:not(:last-of-type) {
		margin-bottom: 26px;
	}
	#main .sec05 .text dd li .num {
		width: 102px;
		top: -15px;
		left: 14px;
	}
	#main .sec05 .text dd li p {
		font-size: 1.4rem;
		line-height: 1.78;
		text-align: left;
	}
	#main .sec06 {
		padding: 48px 0 55px;
	}
	#main .sec06 .headLine01 {
		margin-bottom: 43px;
	}
	#main .sec06 dl:not(:last-of-type) {
		margin-bottom: 30px;
	}
	#main .sec06 dt,
	#main .sec06 dd {
		padding: 16px 50px 11px 16px;
		font-size: 1.4rem;
		line-height: 1.78;
	}
	#main .sec06 dt {
		background: url("../image/icon02.png") no-repeat right 16px top 21px / 14px;
	}
	#main .sec06 dt.on {
		background: url("../image/icon03.png") no-repeat right 16px top 21px / 14px;
	}
	#main .sec06 dd {
		letter-spacing: 0;
	}
	#main .sec06 .ttl {
		margin-right: 14px;
		margin-top: -5px;
		font-size: 1.8rem;
	}
	#main .sec07 {
		padding: 55px 0 79px;
	}
	#main .sec07 .headLine01 {
		margin-bottom: 29px;
	}
	#main .sec07 .pTop {
		margin-bottom: 22px;
		font-size: 1.4rem;
		line-height: 1.79;
		letter-spacing: 0;
	}
	#main .sec07 .tel {
		margin-bottom: 22px;
		text-align: center;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	#main .sec07 .tel a {
		padding: 9px 0;
		display: block;
	}
	#main .sec07 .subBox {
		padding: 11px 15px 33px;
	}
	#main .sec07 th,
	#main .sec07 td {
		padding: 0 15px 13px;
		width: 100%;
		display: block;
		color: #000;
		font-size: 1.5rem;
		font-weight: 700;
		box-sizing: border-box;
	}
	#main .sec07 th {
		padding: 15px 15px 0;
		width: 100%;
		border-bottom: 0;
	}
	#main .sec07 th .must {
		margin: 0 0 0 3px;
		padding: 2px 0 1px;
		width: 25px;
		font-size: 0.8rem;
		vertical-align: 3px;
	}
	#main .sec07 tr:not(:first-of-type) th {
		padding-top: 15px;
	}
	#main .sec07 tr:not(:first-of-type) td {
		padding-top: 8px;
	}
	#main .sec07 .radioList {
		margin-top: 7px;
	}
	#main .sec07 .radioList li {
		margin: 0 15px 1px 0;
		font-size: 1.4rem;
	}
	#main .sec07 .radioList li:last-of-type {
		margin-bottom: 0;
	}
	#main .sec07 td input[type="radio"] + span {
		padding: 1px 0 1px 23px;
		background: url("../image/icon04.png") no-repeat left center / 14px;
	}
	#main .sec07 td input[type="email"],
	#main .sec07 td input[type="text"],
	#main .sec07 td textarea {
		height: 40px;
		box-sizing: border-box;
	}
	#main .sec07 td textarea {
		height: 100px;
	}
	#main .sec07 .subBox .inner {
		margin-bottom: 18px;
		padding: 13px 0 0;
		border-bottom: 0;
	}
	#main .sec07 .subBox p {
		font-size: 1.2rem;
		line-height: 1.83;
		text-align: center;
	}
	#main .sec07 .subBox p.agree {
		margin-top: 9px;
		padding-right: 16px;
		font-size: 1.4rem;
	}
	#main .sec07 .subBox p.agree input[type="checkbox"] + span {
		padding: 2px 0 6px 22px;
		display: inline-block;
		background: url("../image/icon06.png") no-repeat left center / 16px;
	}
	#main .sec07 .subBox p.agree input[type="checkbox"]:checked + span {
		background-image: url("../image/icon07.png");
	}
	#main .sec07 .submit li input {
		width: 285px;
		height: 54px;
		font-size: 1.5rem;
	}
}
@media all and (max-width: 374px) {
	#main .sec02 .content::before {
		top: 134px;
	}
	#main .sec02 .content::after {
		top: 136px;
	}
	#main .sec03 h3 {
		font-size: 1.2rem;
	}
	#main .sec03 .text p {
		font-size: 1rem;
	}
	#main .sec05 dd p {
		font-size: 1.1rem;
	}
	#main .sec07 .pTop {
		font-size: 1.2rem;
	}
	#main .sec07 .radioList li {
		font-size: 1.1rem;
	}
	#main .sec07 .submit li input {
		width: 230px;
	}
}









