@charset "UTF-8";

/******************************************************************** structure
*/
#wrapper { width: 100%; margin: 0 auto;}
header, #container { width: auto; margin: 0 auto; text-align: left;}
#contents { position: relative;}
footer { clear: both;}

@media screen and (min-width: 640px) {
	#wrapper { width: 100%;}
	body { background: #fff;}
	footer {}
}

.contentsArea {
	background: url("../img/bg2.png") repeat 50% 0;
}
.contentsArea2 {
	background: url("../img/bg.png");
	background-size: 256px;
}
@media screen and (min-width: 640px) {
	.contentsArea2 {
		background-size: 512px;
	}
}

/******************************************************************** main
*/

#main {
	position: relative;
	background: url("../introduction/partner_company/img/main_bg_sp.png") no-repeat 50% 100%;
	background-size: 100% auto;
	padding-bottom: 60px;
	margin-top: 44px;
	z-index: 2;
}

#main h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

#main h3 {
	width: 350px;
	padding: 40px 0 20px;
	margin: 0 auto;
}

#main ul {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	gap: 0 18px;
	padding: 0;
	margin: 0 10px;
}
#main ul li {
	width: 158px;
	padding: 0;
}
#main ul li:nth-child(3) {
	width: 100%;
	margin-top: -19px;
	text-align: center;
}
#main ul li:nth-child(3) img {
	width: 158px;
}
#main ul li:nth-child(4),
#main ul li:nth-child(5) {
	margin-top: -19px;
}

@media screen and (min-width: 640px) {
	#main {
		background-image: url("../introduction/partner_company/img/main_bg_pc.png");
		padding-bottom: 200px;
		margin-top: 70px;
	}

	#main h2 {
		width: 750px;
	}

	#main h3 {
		width: 700px;
		padding: 80px 0 40px;
		margin: 0 auto;
	}

	#main ul {
		gap: 0 34px;
		width: 998px;
		margin: 0 auto;
	}
	#main ul li {
		width: 310px;
		padding: 0;
	}
	#main ul li:nth-child(3) {
		width: 310px;
		margin-top: 0;
	}
	#main ul li:nth-child(3) img {
		width: 100%;
	}
	#main ul li:nth-child(4),
	#main ul li:nth-child(5) {
		margin-top: -6px;
	}
}


/******************************************************************** area1
*/

#area1 {
	position: relative;
	background: url("../img/bg.png");
	background-size: 256px;
	padding: 85px 0 167px;
	margin-top: -56px;
	overflow: hidden;
}
#area1::after {
	content: "";
	position: absolute;
	bottom: -200px;
	left: 50%;
	transform: translateX(-50%);
	background: url("../img/bg2.png") repeat 12% 0;
	border-radius: 50%;
	width: 112%;
	height: 280px;
}

#area1 h3 {
	width: 270px;
	margin: 0 auto;
}

#area1 p {
	padding: 15px 0 0;
}

#area1 .link {
	padding: 20px 20px 0;
}
#area1 .link a {
	position: relative;
	display: block;
	background-color: #044398;
	border-radius: 50px;
	box-shadow: 5px 5px 0 #ced8df;
	padding: 20px 0;
	color: #fff;
	text-decoration: none;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.2em;
	text-align: center;
}
#area1 .link a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	display: inline-block;
	border-style: solid;
	border-width: 6px 0px 6px 8px;
	border-color: transparent transparent transparent #fff;
	width: 0;
	height: 0;
}

@media screen and (min-width: 640px) {
	#area1 {
		background-size: 512px;
		padding: 90px 0 320px;
		margin-top: -24px;
	}
	#area1::after {
		background-position: 7% 0;
	}

	#area1 h3 {
		width: 480px;
	}

	#area1 p {
		padding: 30px 0 0;
		text-align: center;
	}

	#area1 p img {
		width: 650px;
	}

	#area1 .link {
		width: 400px;
		padding: 40px 0 0;
		margin: 0 auto;
	}
}


/******************************************************************** area2
*/

#area2 {
	position: relative;
	padding: 0 20px 136px;
	margin: -100px 0 0;
	overflow: hidden;
}
#area2::after {
	content: "";
	position: absolute;
	bottom: -200px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	border-radius: 50%;
	width: 112%;
	height: 280px;
}
#area2 h3 {
	width: 320px;
	margin: 0 auto;
}
#area2 p {
	width: 320px;
	padding: 0;
	margin: 0 auto;
}
#area2 dl {
	background-color: #fff;
	border: 1px solid #044398;
	border-radius: 14px;
	margin-top: 40px;
}
#area2 dt {
	position: relative;
	background-color: #044398;
	border-radius: 14px;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 85px;
	letter-spacing: 0.2em;
	cursor: pointer;
}
#area2 dt::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 28px;
	display: inline-block;
	border-style: solid;
	border-width: 10px 8px 0px 8px;
	border-color: #044398 transparent transparent transparent;
	width: 0;
	height: 0;
	margin-top: -3px;
	z-index: 2;
	transition-duration: 0.2s;
}
#area2 dt::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background-color: #fff;
	border-radius: 50vh;
	width: 32px;
	height: 32px;
}
#area2 dt.open::before {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	margin-top: -5px;
}
#area2 dd {
	display: none;
	padding: 15px 12px;
}
#area2 ul {
	padding: 0;
	margin: 0;
}
#area2 ul li {
	border-bottom: 2px dashed #ebebeb;
	padding: 15px 0;
	font-size: 19px;
	font-weight: 600;
	text-align: center;
}

@media screen and (min-width: 640px) {
	#area2 {
		padding-bottom: 260px;
		margin: -200px 0 0;
	}
	
	#area2 h3 {
		width: 640px;
	}
	#area2 p {
		width: 640px;
	}
	#area2 dl {
		width: 640px;
		margin: 40px auto 0;
	}
}


/******************************************************************** area3
*/

#area3 {
	position: relative;
	background-color: #fff;
	padding: 0 0 90px;
	z-index: 2;
}
#area3 h3 {
	background: url("../introduction/img/border.png") no-repeat 50% 100%;
	background-size: 220px auto;
	padding-bottom: 34px;
	color: #044398;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3em;
	text-align: center;
}
#area3 ul {
	width: 300px;
	margin: 50px auto 0;
}
#area3 ul li {
	position: relative;
	padding-bottom: 77px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5em;
}
#area3 ul li img {
	margin-bottom: 15px;
}
#area3 ul li::after {
	content: "";
	position: absolute;
	bottom: 21px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	border-style: solid;
	border-width: 23px 45px 0px 45px;
	border-color: #7cc6b9 transparent transparent transparent;
	width: 0;
	height: 0;
}
#area3 ul li:last-child {
	padding-bottom: 0;
}
#area3 ul li:last-child::after {
	content: none;
}

@media screen and (min-width: 640px) {
	#area3 {
		padding: 100px 0;
	}
	#area3 h3 {
		background-size: 340px auto;
		padding-bottom: 48px;
		font-size: 42px;
	}
	#area3 ul {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		width: 1140px;
	}
	#area3 ul li {
		width: 28%;
		padding-bottom: 0;
	}
	#area3 ul li::after {
		content: "";
		bottom: inherit;
		left: inherit;
		top: 50%;
		right: -60px;
		transform: translateX(0) translateY(-50%);
		display: inline-block;
		border-style: solid;
		border-width: 45px 0px 45px 23px;
		border-color: transparent transparent transparent #7cc6b9;
		width: 0;
		height: 0;
	}
}


/******************************************************************** area3
*/

#area3 {
	position: relative;
	background-color: #fff;
	padding: 0 0 90px;
	z-index: 2;
}
#area3 h3 {
	background: url("../introduction/img/border.png") no-repeat 50% 100%;
	background-size: 220px auto;
	padding-bottom: 34px;
	color: #044398;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3em;
	text-align: center;
}
#area3 ul {
	width: 300px;
	margin: 50px auto 0;
}
#area3 ul li {
	position: relative;
	padding-bottom: 77px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5em;
}
#area3 ul li img {
	margin-bottom: 15px;
}
#area3 ul li::after {
	content: "";
	position: absolute;
	bottom: 21px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	border-style: solid;
	border-width: 23px 45px 0px 45px;
	border-color: #7cc6b9 transparent transparent transparent;
	width: 0;
	height: 0;
}
#area3 ul li:last-child {
	padding-bottom: 0;
}
#area3 ul li:last-child::after {
	content: none;
}

@media screen and (min-width: 640px) {
	#area3 {
		padding: 100px 0;
	}
	#area3 h3 {
		background-size: 340px auto;
		padding-bottom: 48px;
		font-size: 42px;
	}
	#area3 ul {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		width: 1140px;
	}
	#area3 ul li {
		width: 28%;
		padding-bottom: 0;
	}
	#area3 ul li::after {
		content: "";
		bottom: inherit;
		left: inherit;
		top: 50%;
		right: -60px;
		transform: translateX(0) translateY(-50%);
		display: inline-block;
		border-style: solid;
		border-width: 45px 0px 45px 23px;
		border-color: transparent transparent transparent #7cc6b9;
		width: 0;
		height: 0;
	}
}


/******************************************************************** area4
*/

#area4 {
	position: relative;
	background-color: #fff;
	padding: 0 20px 60px;
	z-index: 2;
}
#area4 h3 {
	background: url("../introduction/img/border.png") no-repeat 50% 100%;
	background-size: 220px auto;
	padding-bottom: 34px;
	color: #044398;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3em;
	text-align: center;
}

#area4 .box {
	border: 2px solid #ececec;
	border-radius: 14px;
	margin-top: 20px;
}
#area4 .box_title {
	position: relative;
	background: #ececec url("../introduction/img/q.png") no-repeat 8px 12px;
	background-size: 22px 17px;
	border-radius: 12px;
	padding: 10px 40px 10px 35px;
	font-size: 16px;
	font-weight: 700;
	color: #1b4394;
	cursor: pointer;
}
#area4 .box_title .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	background-color: #8ec5ba;
	border-radius: 50vh;
	width: 21px;
	height: 21px;
}
#area4 .box_title .i_box i {
	display: block;
	width: 10px;
	height: 10px;
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}
#area4 .box_title.open .i_box {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
#area4 .box_title .i_box i:before,
#area4 .box_title .i_box i:after {
	display: flex;
	content: '';
	background-color: #fff;
	border-radius: 10px;
	width: 10px;
	height: 2px;
	position: absolute;
	top: 4px;
	left: 0;
}
#area4 .box_title .i_box i:before {
  width: 2px;
  height: 10px;
  top: 0;
  left: 4px;
}
#area4 .box_title.open .i_box i:before {
  content: none;
}

#area4 .box_inner {
	display: none;
	position: relative;
	background: url("../introduction/img/a.png") no-repeat 8px 12px;
	background-size: 22px 17px;
	padding: 10px 40px 10px 35px;
	color: #8ec5ba;
	font-size: 16px;
}
#area4 .box_inner p {
	padding: 0;
	font-weight: 500;
}
#area4 .close_box a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 5px;
	right: 5px;
	background-color: #8ec5ba;
	border-radius: 50vh;
	box-sizing: border-box;
	transform-origin: center center;
	transition-duration: 0.2s;
	width: 21px;
	height: 21px;
}
#area4 .close_box a i {
	display: block;
	width: 10px;
	height: 10px;
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}
#area4 .close_box a i:before {
	display: flex;
	content: '';
	background-color: #fff;
	border-radius: 10px;
	width: 10px;
	height: 2px;
	position: absolute;
	top: 4px;
	left: 0;
	transform-origin: center center;
}

@media screen and (min-width: 640px) {
	#area4 {
		padding: 100px 0;
	}
	#area4 h3 {
		background-size: 340px auto;
		padding-bottom: 48px;
		font-size: 42px;
	}

	#area4 .box {
		border: 5px solid #ececec;
		border-radius: 30px;
		width: 1140px;
		margin: 50px auto 0;
	}
	#area4 .box_title {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		background-position: 50px 50%;
		background-size: 45px 36px;
		border-radius: 24px;
		height: 157px;
		padding: 0 90px 0 110px;
		font-size: 25px;
		line-height: 1.5em;
	}
	#area4 .box_title .i_box {
		right: 33px;
		width: 42px;
		height: 42px;
	}

	#area4 .box_inner {
		background-position: 50px 40px;
		background-size: 45px 36px;
		padding: 40px 90px 40px 110px;
		font-size: 25px;
		line-height: 1.5em;
	}
	#area4 .box_title .i_box {
		width: 40px;
		height: 40px;
	}
	#area4 .box_title .i_box i {
		width: 20px;
		height: 20px;
	}
	#area4 .box_title .i_box i:before,
	#area4 .box_title .i_box i:after {
		width: 20px;
		height: 4px;
		top: 8px;
		left: 0;
	}
	#area4 .box_title .i_box i:before {
	  width: 4px;
	  height: 20px;
	  top: 0;
	  left: 8px;
	}
	#area4 .close_box a {
		bottom: 33px;
		right: 33px;
		width: 40px;
		height: 40px;
	}
	#area4 .close_box a i {
		width: 20px;
		height: 20px;
	}
	#area4 .close_box a i:before {
		width: 20px;
		height: 4px;
		top: 8px;
		left: 0;
	}
}


/******************************************************************** area5
*/

#area5 {
	position: relative;
	padding: 60px 20px;
}
#area5 h3 {
	background: url("../introduction/img/border.png") no-repeat 50% 100%;
	background-size: 220px auto;
	padding-bottom: 34px;
	color: #044398;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3em;
	text-align: center;
}
#area5 h4 {
	background-color: #1b4394;
	border-radius: 12px 12px 0 0;
	padding: 15px 0;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
#area5 h5 {
	display: block;
	background-color: #d7deec;
	border-radius: 50vh;
	width: calc(100% - 20px);
	padding: 10px 0;
	margin: 20px auto 10px;
	color: #1b4394;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

#area5 .box {
	background-color: #fff;
	border: 2px solid #1b4394;
	border-radius: 14px;
	margin-top: 20px;
}

#area5 .box dl {
	padding: 20px 10px;
	margin: 0;
	text-align: center;
}
#area5 .box dl:first-of-type {
	border-bottom: 2px dashed #1b4394;
}
#area5 .box dt {
	display: block;
	background-color: #d7deec;
	border-radius: 50vh;
	width: fit-content;
	padding: 10px 45px;
	margin: 0 auto 10px;
	color: #1b4394;
	font-size: 18px;
	font-weight: 700;
}
#area5 .box dd {
	font-size: 16px;
	font-weight: 600;
}

#area5 .list {
	padding: 0;
	margin: 0;
}
#area5 .list li {
	position: relative;
	border-bottom: 1px solid #d4ddec;
	padding: 15px 20px 15px 35px;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
}
#area5 .list li:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 22px;
  left: 20px;
  background: #7b8cbe;
  border-radius: 100%;
  width: 8px;
  height: 8px;
}
#area5 .list li:last-child {
	border-bottom: none;
}

#area5 .list2 {
	padding: 10px 20px;
	margin: 0;
}
#area5 .list2 li {
	padding: 0 0 10px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

#area5 .memo {
	font-size: 16px;
	color: #1b4394;
}

@media screen and (min-width: 640px) {
	#area5 {
		padding: 100px 0;
	}
	#area5 h3 {
		background-size: 340px auto;
		padding-bottom: 48px;
		font-size: 42px;
	}
	#area5 h4 {
		border-radius: 27px 27px 0 0;
		padding: 30px 0;
		font-size: 30px;
	}
	#area5 h5 {
		width: fit-content;
		padding: 15px 140px;
		margin: 40px auto 0;
		font-size: 27px;
	}

	#area5 .box {
		border: 3px solid #1b4394;
		border-radius: 30px;
		width: 1140px;
		margin: 80px auto 0;
	}

	#area5 .box div {
		display: -webkit-box;
		display: flex;
	}

	#area5 .box dl {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		width: 50%;
		padding: 54px 0;
	}
	#area5 .box dl:first-of-type {
		border-bottom: none;
		border-right: 3px dashed #1b4394;
	}
	#area5 .box dt {
		padding: 10px 50px;
		margin: 0 auto 30px;
		font-size: 27px;
	}
	#area5 .box dd {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		flex-grow: 1;
		font-size: 24px;
		line-height: 1.5em;
	}

	#area5 .list {
		padding: 0;
	}
	#area5 .list li {
		padding: 20px 30px 20px 64px;
		font-size: 24px;
		line-height: 1.5em;
	}
	#area5 .list li:before {
	  top: 30px;
	  left: 30px;
	  width: 18px;
	  height: 18px;
	}

	#area5 .list2 {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		padding: 52px 100px 70px;
		margin: 0;
	}
	#area5 .list2 li {
		width: 50%;
		padding: 0 0 10px;
		font-size: 24px;
		line-height: 1.5em;
		text-align: center;
	}

	#area5 .memo {
		width: 1140px;
		padding: 20px 0 0;
		margin: 0 auto;
		font-size: 20px;
		text-align: right;
	}
}

/******************************************************************** contact
*/

#contact {
	padding: 40px 10px;
	text-align: left;
	color: #010127;
	letter-spacing: 0.2em;
}
#contact h3 {
	background: url("../introduction/img/border.png") no-repeat 50% 100%;
	background-size: 220px auto;
	padding-bottom: 34px;
	color: #044398;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3em;
	text-align: center;
}

#contact h4 {
	border-bottom: 2px solid #1b4394;
	padding-bottom: 5px;
	color: #1b4394;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5em;
}

#contact .box1 {
	background-color: #d7eae7;
	border-radius: 15px;
	padding: 20px 10px 0;
	margin-bottom: 3px;
}

#contact .box2 {
	background-color: #f3e6ab;
	border-radius: 15px;
	padding: 20px 10px 0;
}

#contact .form_area {
	background-color: #d6e3ea;
	border-radius: 15px;
	padding: 20px 10px;
}

#contact table {
	display: block;
	width: 100%;
	margin-top: 10px;
}
#contact table th,
#contact table td {
	display: block;
	width: 100%;
}
#contact table th {
	padding: 20px 0 10px;
	font-size: 12px;
	font-weight: 700;
}
#contact table th label {
	font-weight: 700;
}
#contact table th strong {
	background-color: #ff676c;
	padding: 2px 5px;
	margin-left: 5px;
	color: #fff;
	font-size: .8em;
}
#contact table th span {
	background-color: #404040;
	padding: 2px 5px;
	margin-left: 5px;
	color: #fff;
	font-size: .8em;
}
#contact table td {
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	font-size: 11px;
	letter-spacing: normal;
}
#contact table tr:last-of-type td {
	border-bottom: none;
}

#contact table td p {
	padding: 5px 0 0;
}

#contact table ul {
	padding: 0;
	margin: 0;
}
#contact table ul.set {
	display: -webkit-box;
	display: flex;
}
#contact table ul.set li {
	width: 50%;
}

#contact table ul.check {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	gap: 0 8px;
}
#contact table ul.check li label {
	display: block;
	background-color: #fff;
	border-radius: 10px;
	width: 100%;
	padding: 4px 8px;
	letter-spacing: normal;
}

#contact table dl {
	margin: 0;
}
#contact table dt {
	padding-top: 10px;
}

.level0 { }
.level1 { width: 50%; }
.level2 { width: 80%; }
.level3 { width: 100%; }
.level4 { width: 100%; }
textarea { width: 100%; font-size: 11px;}

.buttons {
	text-align: center;
}

input#cConf:disabled {
	background: #ddd;
	cursor: default;
	color: #aaa;
}

.cBtn {
	position: relative;
	padding: 0;
	z-index: 0;
}
.cBtn::after {
	content: "";
	position: absolute;
	bottom: -5px;
	right: -5px;
	background-color: rgba(145,161,168,.5);
	border-radius: 50vh;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#cSubmit  {
	position: relative;
	display: block;
	background: #1b4394 url("../img/arw.png") no-repeat 94% 50%;
	background-size: 15px 13px;
	border-radius: 50vh;
	width: 100%;
	padding: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 68px;
	color: #fff;
	text-align: center;
}

#search {
	position: relative;
	background: #404040;
	border-radius: 50vh;
	border: none;
	width: 100%;
	padding: 10px 20px;
	text-align: left;
	color: #fff;
}
#search:after {
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
	pointer-events: none;
}

#cReset {
	position: relative;
	display: block;
	background: #fff;
	background-size: 15px 13px;
	border-radius: 50vh;
	width: 100%;
	padding: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 68px;
	color: #1b4394;
	text-align: center;
}

.button p {
	margin: 20px 0 0;
}

@media screen and (min-width: 640px) {
	#contact {
		padding: 160px 0;
	}
	#contact h3 {
		background-size: 340px auto;
		padding-bottom: 48px;
		margin-bottom: 40px;
		font-size: 42px;
	}

	#contact h4 {
		border-bottom: 3px solid #1b4394;
		margin-bottom: 20px;
		font-size: 26px;
		line-height: 1.5em;
	}

	#contact .box1,
	#contact .box2,
	#contact .form_area {
		border-radius: 30px;
		width: 1140px;
		padding: 90px 70px;
		margin: 0 auto;
	}

	#contact .box1 {
		margin-bottom: 20px;
	}

	#contact .inner {
		width: 1140px;
		margin: 0 auto;
	}

	#contact table {
		display: table;
		border-collapse: collapse;
		width: 100%;
		margin-top: 10px;
	}
	#contact table th,
	#contact table td {
		display: table-cell;
		padding: 30px 0;
		font-size: 18px;
	}
	#contact table th {
		border-bottom: 1px solid #fff;
		width: 38%;
		font-size: 18px;
		vertical-align: middle;
	}
	#contact table th strong {
		transform: translateY(-50%);
		background-color: #ff676c;
		padding: 2px 5px;
		margin-left: 5px;
		color: #fff;
		font-size: .8em;
	}
	#contact table th span {
		background-color: #404040;
		padding: 2px 5px;
		margin-left: 5px;
		color: #fff;
		font-size: .8em;
	}
	#contact table td {
		width: auto;
	}
	#contact table tr:last-of-type td {
		border-bottom: 1px solid #fff;
	}
	
	#contact table td p {
		width: 370px;
		padding: 10px 0 0;
	}

	#contact table ul {
		padding: 0;
		margin: 0;
	}
	#contact table ul.set1 {
		margin: 0 0 0 -1.5em;
	}
	#contact table ul.set2 {
		margin: 0 0 0 -2.8em;
	}
	#contact table ul li {
		padding: 0;
	}

	#contact table ul.check {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		gap: 10px 15px;
	}
	#contact table ul.check li label {
		padding: 8px 16px;
	}

	#contact table ul.radio li:first-child {
		margin-bottom: 10px;
	}
	#contact table ul.radio li .level1 {
		width: 40%;
		margin-left: 20px;
	}
	
	#contact table dl {
		margin: 0 0 0 -13em;
	}
	#contact table dt {
		width: 12em;
		float: left;
		clear: left;
		text-align: right;
	}
	#contact table dd {
		padding: 0 0 20px 13em;
	}
	
	
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="password"],
	textarea,
	select {
		font-size: 18px;
	}

	.level0 { }
	.level1 { width: 30%; }
	.level2 { width: 80%; }
	.level3 { width: 100%; }
	.level4 { width: 100%; }
	textarea { width: 100%; }

	.buttons {
		text-align: center;
	}

	input#cConf:disabled {
		background: #ddd;
		cursor: default;
		color: #aaa;
	}

	.cBtn {
		width: 600px;
		margin: 0 auto;
	}
	#cSubmit  {
		background-size: 30px 26px;
		font-size: 29px;
		line-height: 136px;
	}
	.cBtn::after {
		bottom: -10px;
		right: -10px;
	}

	#search {
		font-size: 18px;
	}
	
	#cReset  {
		background-size: 30px 26px;
		font-size: 29px;
		line-height: 100px;
	}

	.button {
		width: 600px;
		padding-top: 20px;
		margin: 0 auto;
	}
	.button p {
		margin: 40px 0 0;
	}
}


#contact .caution_ssl {
	padding: 40px 0;
	text-align: center;
}
#contact .caution_ssl img {
	width: 18px;
	margin: 0 5px;
}


#contact #policy label {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	gap: 0 5px;
	background-color: #fff;
	border: 1px solid #a6a6a6;
	width: 100%;
	height: 60px;
	padding: 0;
	font-size: 14px;
	text-align: center;
}
#contact #policy strong {
	background-color: #ff676c;
	padding: 0 5px;
	margin-left: 5px;
	color: #fff;
	font-size: .8em;
}

@media screen and (min-width: 640px) {
	#contact .caution_ssl {
		width: 860px;
		padding: 30px 0;
		margin: 40px auto;
		font-size: 18px;
		text-align: center;
	}

	#contact #policy label {
		height: 105px;
		padding: 0;
		margin-top: 10px;
		font-size: 25px;
	}
	#contact #policy strong {
		padding: 5px 10px;
		font-size: 16px;
	}
}

/******************************************************************** main2
*/

#main2 {
	position: relative;
	background-color: #1b4394;
	margin-top: 44px;
	color: #fff;
}
#main2::after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	background-color: #1b4394;
	width: 100%;
	height: 2px;
}
#main2 h2 {
	padding: 30px 0;
	font-size: 20px;
	text-align: center;
}
#main2 h2 span {
	font-size: 16px;
}

@media screen and (min-width: 640px) {
	#main2 {
		margin-top: 70px;
	}
	#main2 h2 {
		padding: 65px 0;
		font-size: 45px;
		line-height: 1em;
	}
	#main2 h2 span {
		font-size: 24px;
		line-height: 1em;
	}
}







