@charset "utf-8";
/*------------------------------------------------------------
	requirements
------------------------------------------------------------*/
#main .mainVisual {
	margin-bottom: 89px;
}
#main .headLine01 {
	margin-bottom: 34px;
}
#main .centerTxt {
	margin-bottom: 79px;
}
#main .tabUl {
	padding: 0 60px;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	gap: 20px;
}
#main .tabUl li {
	width: calc((100% - 40px)/3);
	position: relative;
}
#main .tabUl li::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 9999px;
	height: 4px;
	transform: translateX(-50%);
	background-color: #0C0C0C;
	display: none;
	z-index: 5;
}
#main .tabUl a {
	padding-bottom: 3px;
	width: 100%;
	height: 74px;
	border-radius: 10px 10px 0 0;
	border: 2px solid #0C0C0C;
	border-bottom: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.05em;
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
	transition: 0s;
}
#main .tabUl a::after {
	content: "";
	position: absolute;
	bottom: 4px;
	left: -4px;
	width: calc(100% + 8px);
	height: 5px;
	background-color: #fff;
	z-index: 5;
}
#main .tabUl .on::after {
	display: block;
}
#main .tabUl .on a::after {
	display: none;
}
#main .tabUl .on a {
	padding-bottom: 5px;
	z-index: 10;
	border-width: 4px;
}
#main .tabUl .item01.on::after {
	background-color: #C00;
}
#main .tabUl .item01.on a {
	border-color: #C00;
	color: #C00;
}
#main .tabUl .item02.on::after {
	background-color: #008496;
}
#main .tabUl .item02.on a {
	border-color: #008496;
	color: #008496;
}
#main .tabUl .item03.on::after {
	background-color: #00964E;
}
#main .tabUl .item03.on a {
	border-color: #00964E;
	color: #00964E;
}
#main .notesTxt {
	margin-top: 9px;
	line-height: 1.6;
	letter-spacing: 0;
}
@media all and (min-width: 768px) {
	#main .tabUl li:hover::after {
		display: block;
		z-index: 20;
	}
	#main .tabUl li:hover a::after {
		display: none;
	}
	#main .tabUl li:hover a {
		padding-bottom: 5px;
		z-index: 22;
		border-width: 4px;
	}
	#main .tabUl .item01:hover::after {
		background-color: #C00;
	}
	#main .tabUl .item01:hover a {
		border-color: #C00;
		color: #C00;
	}
	#main .tabUl .item02:hover::after {
		background-color: #008496;
	}
	#main .tabUl .item02:hover a {
		border-color: #008496;
		color: #008496;
	}
	#main .tabUl .item03:hover::after {
		background-color: #00964E;
	}
	#main .tabUl .item03:hover a {
		border-color: #00964E;
		color: #00964E;
	}
}
@media all and (max-width: 767px) {
	#main .mainVisual {
		margin-bottom: 41px;
	}
	#main .headLine01 {
		margin-bottom: 19px;
	}
	#main .centerTxt {
		margin-bottom: 32px;
	}
	#main .tabUl {
		padding: 0 20px;
		gap: 8px;
	}
	#main .tabUl li {
		width: calc((100% - 16px)/3);
	}
	#main .tabUl a {
		font-size: 16px;
		text-align: center;
		line-height: 1.2;
	}
}


/* methodBox */
#main .bgBox {
	margin-bottom: 70px;
	padding: 44px 100px 50px;
	border-radius: 10px;
	background: #F4F4F4;
	position: relative;
}
#main .bgBox .title {
	margin-bottom: 38px;
	padding-bottom: 21px;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	border-bottom: 1px dashed #C00;
}
#main .bgBox .ttl {
	text-align: center;
	color: #C00;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.1;
	margin-bottom: -8px;
}
#main .bgBox .txt {
	text-align: center;
	line-height: 1.8;
}
#main .bgBox .txt .col {
	color: #C00;
}
#main .bgBox .comBtn03 {
	margin-top: 43px;
}
#main .bgBox .notes {
	text-align: center;
	font-size: 16px;
	margin: 5px 0 39px 0;
	letter-spacing: 0;
	border-top: none !important;
}
#main .tabBox {
	padding-top: 50px;
}
#main .subBox + .subBox {
	margin-top: 71px;
}
#main .comTable p {
	margin-bottom: 5px;
}
#main .bgBox .time {
	font-size: 14px;
	position: absolute;
	bottom: 21px;
	right: 30px;
}
@media all and (max-width: 767px) {
	#main .bgBox {
		margin-bottom: 30px;
		padding: 25px 30px 35px;
	}
	#main .bgBox .title {
		font-size: 20px;
	}
	#main .tabBox {
		padding-top: 30px;
	}
	#main .methodBox .title {
		padding-bottom: 16px;
		margin-bottom: 27px;
	}
	#main .bgBox .txt {
		margin: 0 -15px;
		line-height: 1.45;
		letter-spacing: 0;
	}
	#main .bgBox .comBtn03 {
		margin-top: 16px;
	}
	#main .subBox + .subBox {
		margin-top: 39px;
	}
	#main .comTable p {
		margin-bottom: 7px;
	}
	#main .bgBox .ttl {
		font-size: 18px;
	}
	#main .bgBox .notes {
		font-size: 13px;
	}
	#main .bgBox .time {
		font-size: 10px;
		bottom: 10px;
		right: 10px;
	}
}

/* flowUl */
#main .flowUl {
	margin-right: 19px;
	display: flex;
	flex-wrap: wrap;
	gap: 19px;
}
#main .flowUl li {
	border-radius: 0 0 5px 5px;
	width: calc((100% - 57px)/4);
}
#main .flowUl p {
	line-height: 1.6;
	letter-spacing: 0;
}
#main .flowUl .ttl {
	padding-top: 1px;
	height: 80px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .flowUl .ttl span {
	margin-top: -7px;
	color: #fff;
	display: block;
	line-height: 1;
	text-align: left;
}
#main .flowUl .ttl::before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #C00;
	border-radius: 5px 0 0 0;
	content: "";
	z-index: -1;
	opacity: 0.55;
}
#main .flowUl .item02 .ttl::before,
#main .flowUl .item02 .ttl::after {
	opacity: 0.7;
}
#main .flowUl .item03 .ttl::before,
#main .flowUl .item03 .ttl::after {
	opacity: 0.85;
}
#main .flowUl .item04 .ttl::before,
#main .flowUl .item04 .ttl::after {
	opacity: 1;
}
#main .flowUl .btmBox {
	padding: 21px 27px 27px;
	background: #F4F4F4;
}
#main .flowUl .ttl::after {
	opacity: 0.55;
}
@media all and (min-width: 768px) {
	#main .flowUl .ttl::after {
		position: absolute;
		width: 0;
		height: 100%;
		border-top: 40px solid transparent;
		border-bottom: 40px solid transparent;
		border-left: 19px solid #C00;
		left: 100%;
		top: 0;
		content: '';
		box-sizing: border-box;
	}
}
@media all and (max-width: 767px) {
	#main .flowUl {
		margin: 0;
		display: block;
	}
	#main .flowUl li {
		margin-bottom: 18px;
		width: auto;
		display: flex;
		border-radius: 5px;
	}
	#main .flowUl li:last-child {
		margin-bottom: 0;
	}
	#main .flowUl .ttl {
		width: 150px;
		height: auto;
		min-height: 120px;
		font-size: 20px;
	}
	#main .flowUl .btmBox {
		padding: 16px 30px;
		flex: 1;
		display: flex;
		align-items: center;
	}
	#main .flowUl .ttl::after {
		position: absolute;
		width: 60px;
		height: 19px;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 18px solid #C00;
		left: 50%;
		transform: translateX(-50%);
		top: 100%;
		content: '';
		box-sizing: border-box;
	}
	#main .flowUl .ttl::before {
		border-radius: 5px 0 0 5px;
	}
	#main .flowUl .ttl span {
		text-align: center;
	}
}

/* contactBox */
#main .contactBox {
	padding: 51px 100px 50px;
	margin-top: 70px;
}
#main .contactBox .title {
	margin-bottom: 40px;
}
#main .contactBox .comBtn03 {
	margin-top: 30px;
}
#main .contactBox .txt {
	letter-spacing: 0;
}
@media all and (max-width: 767px) {
	#main .contactBox {
		padding: 26px 30px 30px;
		margin-top: 59px;
	}
	#main .contactBox .txt {
		line-height: 1.8;
	}
	#main .contactBox .title {
		margin-bottom: 28px;
		padding-bottom: 17px;
	}
	#main .contactBox .comBtn03 {
		margin-top: 13px;
	}
}


#main .methodBox .title {
	position: relative;
}
#main .methodBox .title::after {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 23px solid transparent;
	border-right: 23px solid transparent;
	border-top: 15px solid #C00;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
	content: '';
}
@media all and (max-width: 767px) {
	#main .methodBox .title::after {
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 11px solid #C00;
		bottom: -12px;
	}
}

@media all and (min-width: 768px) and (max-width: 1100px) {
	#main .tabUl a {
		font-size: 20px;
	}
}

#main .tabBox {
	display: none;
}



/* tab02 */
#main .tab02 .headLine02 {
	border-color: #008496;
}
#main .tab02 .flowUl .ttl::before {
	background-color: #008496;
}
#main .tab02 .bgBox .title {
	border-color: #008496;
}
#main .tab02 .comBtn03 a {
	color: #008496;
	border-color: #008496;
}
#main .tab02 .methodBox .title::after {
	border-top-color: #008496;
}
#main .tab02 .comBtn03 a::after {
	background-image: url("../image/common/icon01_green.png");
}
#main .tab02 .comBtn03.mail a::after {
	background-image: url("../image/common/icon10_green.png");
}
#main .tab02 .bgBox .txt .col {
	color: #008496;
}
#main .tab02 .bgBox .ttl {
	color: #008496;
}
@media all and (min-width: 768px) {
	#main .tab02 .flowUl .ttl::after {
		border-left-color: #008496;
	}
	#main .tab02 .comBtn03 a:hover {
		color: #fff;
		background-color: #008496;
	}
	#main .tab02 .comBtn03 a:hover:after {
		background-image: url("../image/common/icon02.png");
	}
	#main .tab02 .comBtn03.mail a:hover::after {
		background-image: url("../image/common/icon10_over.png");
	}
	#main .tab02 .comBtn03 a::after {
		right: 27px;
	}
}
@media all and (max-width: 767px) {
	#main .tab02 .flowUl .ttl::after {
		border-top-color: #008496;
	}
}



/* tab03 */
#main .tab03 .headLine02 {
	border-color: #00964E;
}
#main .tab03 .flowUl .ttl::before {
	background-color: #00964E;
}
#main .tab03 .bgBox .title {
	border-color: #00964E;
}
#main .tab03 .comBtn03 a {
	color: #00964E;
	border-color: #00964E;
}
#main .tab03 .methodBox .title::after {
	border-top-color: #00964E;
}
#main .tab03 .comBtn03 a::after {
	background-image: url("../image/common/icon05_green02.png");
}
#main .tab03 .comBtn03.mail a::after {
	background-image: url("../image/common/icon10_green02.png");
}
#main .tab03 .bgBox .txt .col {
	color: #00964E;
}
#main .tab03 .bgBox .ttl {
	color: #00964E;
}
@media all and (min-width: 768px) {
	#main .tab03 .flowUl .ttl::after {
		border-left-color: #00964E;
	}
	#main .tab03 .comBtn03 a:hover {
		color: #fff;
		background-color: #00964E;
	}
	#main .tab03 .comBtn03 a:hover:after {
		background-image: url("../image/common/icon04.png");
	}
	#main .tab03 .comBtn03.mail a:hover::after {
		background-image: url("../image/common/icon10_over.png");
	}
	#main .tab03 .comBtn03 a::after {
		right: 27px;
	}
}
@media all and (max-width: 767px) {
	#main .tab03 .flowUl .ttl::after {
		border-top-color: #00964E;
	}
}