@charset "utf-8";
body {
	margin: 0;
}
#chinese-body {
	font-family: "メイリオ", "微軟正黑體", "Helvetica Neue", Arial, sans-serif !important;
	color: #333333;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
ol, ul, li, dl, dt, dd {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	color: #fff !important;
}
/* 新サイトここから */
/* FV */
.fv {
	width: 100%;
	position: relative;
	background: transparent linear-gradient(90deg, #48C6EF 0%, #6F86D6 100%) 0% 0% no-repeat padding-box;
}
.fv-info-flex {
	max-width: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 0 0 40px;
	overflow: hidden;
	align-items: center;
}
.fv-logo {
	padding-top: 33px;
	padding-left: 29px;
}
.fv-logo img {
	width: 161px;
}
.fv-info {
	text-align: center;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
.fv-left img {
	width: 360px;
}
.fv-right img {
	width: 350px;
}
.fv-title{
	z-index: 999;
	position: relative;
}
.fv-title img {
	width: 500px;
}
.fv-text {
	margin-bottom: 40px;
	margin-top: 43px;
	color: #fff;
}
.fv-link-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 401px;
	height: 82px;
	border: 2px solid #FFFFFF;
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	border-radius: 50px;
	margin-top: 25px;
	position: relative;
	margin: 0 auto;
}
.fv-link-button::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 5px);
	right: 34px;
}
/* アイコン */
.icon-flex {
	max-width: 900px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 166px auto 0;
	gap: 24px;
}
.icon-flex .icon {
	width: calc(50% - 24px);
	text-align: center;
}
.icon img {
	width: 165px;
	height: 165px;
	margin: 0 auto;
	display: block;
}
.icon p {
	width: 100%;
	max-width: 200px;
	text-align: center;
	font-size: 17px;
	margin: 16px auto;
}
.icon span {
	font-weight: 700;
	color: #2F6AA8;
}
/* info1 */
.info1 {
	margin: 115px 0 77px;
}
.sub-title {
	color: #2F6AA8;
	font-size: 32px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
}
.sub-title span {
	background: linear-gradient(transparent 50%, #FFEC70 50%);
}
.title-border {
	width: 38px;
	margin: 16px auto 0;
	border: #2F6AA8 3px solid;
}
.info1-box {
	width: calc(50% - 32px);
	box-shadow: 0px 0px 15px #2F6AA859;
	padding-bottom: 38px;
	margin: 16px;
}
.info1-flex {
	width: 900px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 58px auto 0;
}
.info1-box img {
	width: 100%;
	height: auto;
}
.info1-title {
	color: #2F6AA8;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 27px auto 20px;
}
.info1-text {
	width: calc(100% - 32px);
	margin: 0 auto;
	padding: 16px;
	font-size: 14px;
	color: #414141;
	line-height: 24px;
}
/* info2 */
.info2 {
	background: #EEF8FF;
	padding-bottom: 87px;
}
.sub-title2 {
	padding-top: 80px;
}
.sub-text {
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	color: #414141;
	line-height: 30px;
	margin-top: 36px;
}
/* 表 */
.pc_img {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 60px auto 12px;
	gap: 170px;
}
.pc_img img {
	width: calc(50% - 85px);
	height: auto;
}
table {
	margin: 0 auto;
	font-size: 14px;
	border-spacing: 0;
}
table td {
	background-color: #ffffff;
	padding: 15px;
	border: 2px solid #EEF8FF;
	border-top: none;
	line-height: 23px;
}
table td img {
	width: 160px;
	display: block;
	text-align: center;
	margin: 0 auto;
}
table .compare-jp {
	background-color: #F03C61;
}
table .compare-en {
	background-color: #FEAC0A;
}
table .compare-ttl {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	border: none;
	text-align: center;
}
table td:nth-child(1) {
	border-right: none;
}
table td:not(.cont-th) {
	width: 320px;
}
table .cont-th {
	width: 170px;
	color: #ffffff;
	background-color: #414141;
	padding: 0;
	border-bottom: 2px solid #EEF8FF;
	text-align: center;
}
table .none {
	background-color: transparent;
	border: none;
}
table span {
	font-size: 12px;
}
.sp_hidden {
	display: none;
}
.pc_hidden {
	display: block;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.pc_hidden table{
	width: 100%;
}
.info2-link {
	max-width: 900px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.info2-link-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 330px;
	height: 71px;
	background: #F03D61;
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	border-radius: 50px;
	margin: 25px 16px 0;
	position: relative;
}
.ba-or {
	background: #FFAC0C;
}
.info2-link-button::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 33px;
}
.attention {
	max-width: 900px;
	width:100%;
	background: #fff;
	display: flex;
	align-items: center;
	margin: 42px auto 85px;
	border-radius: 20px;
	box-shadow: 0px 0px 15px #2F6AA829;
}
.attention img {
	width: 59px;
	display: block;
	margin-left: 25px;
}
.attention p {
	font-size: 14px;
	color: #414141;
	line-height: 25px;
	margin: 16px;
}
/* info3 */
.info3 {
	width: calc(100% - 80px);
	padding: 0 40px 100px;
}
.flow {
	width: 900px;
	box-shadow: 0px 0px 15px #2F6AA859;
	border-radius: 15px;
	margin: 0 auto;
}
.flow-1st {
	margin-top: 69px;
}
.flow-title p {
	width: 90%;
	margin: 0 auto;
	padding-top: 5px;
}
.flow-title {
	border-radius: 15px 15px 0px 0px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	background: transparent linear-gradient(270deg, #6F86D6 0%, #48C6EF 100%) 0% 0% no-repeat padding-box;
	display: flex;
	align-items: center;
	height: 55px;
}
.flow-text {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 14px;
	line-height: 25px;
	padding-bottom: 30px;
}
.flow-text .flow-text-box {
	width: calc(100% - 220px);
	margin-top: 30px;
}
.flow-text img {
	width: 220px;
	height: auto;
	display: block;
	margin: 40px 0 0 16px;
}
.flow-text span {
	font-weight: 700;
}
.info3-link-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 366px;
	height: 50px;
	background: #2F6AA8;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 50px;
	margin-top: 25px;
	position: relative;
}
.info3-link-button::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 5px);
	right: 22px;
}
.yajirushi {
	text-align: center;
	margin: 0 auto 28px;
}
.yajirushi img {
	width: 60px;
}
/* info4 */
.info4 {
	background: transparent linear-gradient(90deg, #48C6EF 0%, #6F86D6 100%) 0% 0% no-repeat padding-box;
	position: relative;
	z-index: 1;
}
.sub-title3 {
	padding-top: 73px;
	color: #fff;
}
.title-border2 {
	border: 3px solid #fff;
}
.info4-box {
	max-width: 1490px;
	width: 95%;
	background: #fff;
	box-shadow: 0px 0px 15px #2F6AA859;
	margin: 54px auto 0;
	padding-top: 59px;
	padding-bottom: 20px;
	position: relative;
	z-index: 999;
}
.item {
	margin-bottom: 30px;
}
.item-flex {
	display: flex;
	align-items: center;
}
.item-flex img {
	width: 26px;
}
.item-title {
	font-size: 16px;
	font-weight: bold;
	color: #2F6AA8;
	margin-left: 15px;
	line-height: 24px;
	word-break: break-word;
}
.item-text {
	max-width: 330px;
	color: #414141;
	margin-top: 5px;
	font-size: 14px;
	line-height: 21px;
}
.info4-flex {
	width: 90%;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	gap: 24px;
}
.info5 {
	text-align: center;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.back-w {
	width: 100%;
	position: absolute;
	bottom: -50px;
	background: #fff;
	height: 300px;
	z-index: 998;
}
.info5-text {
	display: inline-block;
	font-size: 30px;
	font-weight: 700;
	color: #2F6AA8;
	margin-top: 80px;
}
.info5-text:before {
	transform: rotate(-35deg);
	margin: 0px 24px -10px 5px;
}
.info5-text:after {
	transform: rotate(35deg);
	margin: 0px 5px -10px 24px;
}
.info5-text:before {
	content: '';
	display: inline-block;
	width: 2px;
	height: 37px;
	background-color: #2F6AA8;
	border-radius: 2px;
}
.info5-text:after {
	content: '';
	display: inline-block;
	width: 2px;
	height: 37px;
	background-color: #2F6AA8;
	border-radius: 2px;
}
.info5-link-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 585px;
	height: 100px;
	background: transparent linear-gradient(90deg, #48C6EF 0%, #6F86D6 100%) 0% 0% no-repeat padding-box;
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	border-radius: 50px;
	margin-top: 25px;
	position: relative;
	box-shadow: 0px 5px 15px #2F6AA86B;
	margin: 25px auto 86px;
}
.item-flex_img img {
	width: 16px;
}
footer {
	background: #414141;
	padding: 60px 20px 20px;
}
.footer {
	max-width: 1072px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 55px;
}
.footer-img img {
	max-width: 598px;
	width: 95%;
}
.footer-cap {
	max-width: 400px;
	width: 100%;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 40px;
}
.footer-info {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	border-top: 1px #fff solid;
	padding-top: 40px;
}
.conpany {
	margin-bottom: 15px;
}
.flex {
	display: flex;
	margin-bottom: 10px;
}
.footer-title {
	font-size: 14px;
	font-weight: 400;
	min-width: 60px;
}
.footer-text {
	width: 263px;
	font-size: 14px;
	font-weight: 400;
	margin-left: 24px;
}
.sns {
	display: flex;
	justify-content: space-between;
	width: 192px;
	margin-top: 35px;
}
.sns a:hover {
	opacity: 0.7;
}
.fb img {
	width: 15px;
}
.ig img {
	width: 34px;
}
.pi img {
	width: 65px;
}
.li img {
	width: 33px;
}
.copyright {
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
}
@media screen and (max-width: 940px) {
	.fv {
		width: 100%;
	}
	.fv-title img {
		width: 370px;
	}
	.fv-text {
		font-size: 14px;
		margin-bottom: 25px;
		margin-top: 25px;
	}
	.fv-link-button {
		width: 330px;
		height: 65px;
		border: 2px solid #FFFFFF;
		color: #ffffff;
		font-size: 18px;
	}
	.fv-right img {
		width: 240px;
	}
	.fv-left img {
		width: 273px;
	}
	.icon-flex {
		max-width: 450px;
		width: 95%;
		flex-wrap: wrap;
	}
	.icon {
		text-align: center;
		margin: 0 auto;
	}
	.icon p {
		font-size: 15px;
	}
	.info1 {
		margin: 100px 0 50px;
	}
	.info1-flex {
		max-width: 800px;
		width: 90%;
		margin: 38px auto 0;
	}
	.info1-box {
		box-shadow: 0px 0px 15px #2F6AA859;
		padding-bottom: 28px;
	}
	.info1-text {
		margin: 0 auto;
		font-size: 14px;
	}
	.sub-title2 {
		padding-top: 64px;
	}
	.pc_img {
		margin: 40px auto 10px;
		gap: 0;
	}
	.pc_img img {
		width: 40%;
	}
	table td:not(.cont-th) {
		width: 40%;
	}
	table .cont-th {
		width: auto;
	}
	.attention {
		max-width: 850px;
		margin: 32px auto 65px;
	}
	.info2 {
		padding: 0 24px 60px;
	}
	.flow {
		max-width: 850px;
		width: 100%;
	}
	.info4-box {
		max-width: 900px;
		width: 95%;
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.item-title {
		font-size: 15px;
		line-height: 21px;
	}
	.item-text {
		font-size: 13px;
		line-height: 19px;
	}
	.footer {
		width: 100%;
		margin: 0 auto 40px;
	}
	.footer-img {
		text-align: center;
		margin: 0 auto 30px;
	}
	.footer-cap {
		text-align: center;
		text-align: left;
		margin: 0 auto 30px;
	}
	.footer-img img {
		width: 90%;
	}
	.footer .footer-right{
		padding-right: 16px;
	}
	.footer-info {
		font-size: 16px;
		padding-top: 30px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 670px) {
	.fv {
		width: 100%;
	}
	.fv-title img {
		width: 80%;
	} 
	.fv-sp {
		text-align: center;
		margin: 0 auto;
	}
	.fv-info-flex {
		padding: 0;
	}
	.fv-sp img {
		width: 90%;
		max-width: 420px;
		height: auto;
		padding-left: 6%;
	}
	.fv-logo img {
		width: 100px;
	}
	.fv-logo {
		padding-top: 20px;
		padding-left: 20px;
	}
	.fv-text {
		width: 90%;
		color: #fff;
		margin: 21px auto 20px;
		font-size: 14px;
		text-align: left;
	}
	.fv-link-button {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 90%;
		height: 52px;
		font-size: 14px;
		margin: 15px auto 0;
	}
	.icon-flex {
		width: 95%;
		display: flex;
		justify-content: space-between;
		margin: 48px auto 0;
		gap: 8px;
	}
	.fv-title {
		margin-top: 20px;
	}
	.icon-flex .icon {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 164px;
	}
	.icon p {
		font-size: 14px;
	}
	.icon img {
		width: 140px;
		height: 140px;
	}
	.info1 {
		margin: 54px 0 35px;
	}
	.info1-flex {
		width: 90%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 34px auto 0;
	}
	.sub-title {
		font-size: 18px;
		line-height: 27px;
	} 
	.title-border {
		width: 26px;
		margin: 12px auto 0;
		border: #2F6AA8 2px solid;
	} 
	.info1-box {
		width: 100%;
		box-shadow: 0px 0px 15px #2F6AA859;
		padding-bottom: 25px;
		margin: 0 auto 28px;
	}
	.info1-title {
		font-size: 14px;
		margin: 15px auto 10px;
	}
	.info1-text {
		margin: 0 auto;
	}
	.pc_img img {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		display: flex;
	}
	tbody {
		width: 100%;
		display: inline-table;
	}
	.info2 {
		padding-bottom: 30px;
	}
	.sub-title2 {
		padding-top: 57px;
	}
	table td:not(.cont-th) {
		width: 70%;
	}
	table .cont-th {
		width: 30%;
		min-width: 90px;
	}
	.flow-text {
		width: 90%;
		margin: 0 auto;
		display: flex;
		flex-direction: column-reverse;
		font-size: 14px;
	}
	.flow-text img {
		width: 150px;
		margin: 24px auto 0;
	}
	.flow-text .flow-text-box {
		width: 100%;
		margin-top: 10px;
	}
	.flow-1st {
		margin-top: 30px;
	} 
	.info3 {
		width: calc(100% - 48px);
		padding: 0 24px 80px;
	}
	.info3-link-button {
		width: 100%;
		height: 62px;
		background: #2F6AA8;
		color: #ffffff;
		font-size: 14px;
		font-weight: 600;
		border-radius: 50px;
		margin-top: 24px;
		position: relative;
	}
	.flow-title p {
		width: 90%;
		margin: 0 auto;
		padding-top: 5px;
		font-size: 18px;
		display: block;
		margin: 0 auto;
		text-align: center;
	} 
	.sub-text {
		width: 100%;
		text-align: left;
		margin: 0 auto;
		font-size: 14px;
		line-height: 26px;
		margin-top: 34px;
	} 
	.attention {
		width: 100%;
		background: #fff;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 42px auto 58px;
		border-radius: 20px;
		box-shadow: 0px 0px 15px #2F6AA829;
		padding-top: 20px;
		padding-bottom: 25px;
	}
	.attention p {
		width: 90%;
		font-size: 14px;
		margin: 10px auto 0;
	}
	.attention img {
		width: 42px;
		display: block;
		margin-left: 0px;
	}
	.info2-link-button {
		width: 100%;
		height: 64px;
		margin: 25px auto 0;
	}
	.ba-or {
		background: #FFAC0C;
	}
	.info4-box {
		max-width: 90%;
		width: 90%;
		background: #fff;
		box-shadow: 0px 0px 15px #2F6AA859;
		margin: 25px auto 0;
		padding-top: 23px;
		padding-bottom: 20px;
	}
	.info4-flex {
		width: 90%;
		display: block;
		margin: 0 auto;
	} 
	.info5-link-button {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 90%;
		height: 58px;
		color: #ffffff;
		font-size: 16px;
		margin-top: 25px;
		margin: 15px auto 43px;
	} 
	.info5-text {
		font-size: 20px;
		color: #2F6AA8;
		margin-top: 40px;
	}
	.info5-text:before {
		content: '';
		width: 2px;
		height: 25px;
	}
	.info5-text:after {
		content: '';
		width: 2px;
		height: 25px;
	}
	.title-border2 {
		border: 2px solid #fff;
	}
	.sub-title3 {
		padding-top: 25px;
	}
	.item-title span {
		font-size: 12px;
	}
	.footer {
		width: 90%;
		display: block;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 55px;
	}
	.footer-img img {
		width: 100%;
	}
	.footer-cap {
		width: 90%;
		font-size: 20px;
		margin: 20px 0;
	}
	.footer-text {
		width: 230px;
		font-size: 14px;
		font-weight: 400;
		margin-left: 22px;
	}
	.sns {
		display: flex;
		justify-content: space-between;
		width: 192px;
		margin-top: 49px;
		margin:48px auto 0;
	}
	.flex {
		display: flex;
		margin-bottom: 19px;
	}
	.sp_hidden {
		display: flex;
		justify-content: center;
	}
	.pc_hidden {
		display: none;
	}
	.table .cont-th {
		width: 20%;
	} 
	.compare-ttl {
		width: 100%;
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		padding: 13px 0px 13px 0px;
		border: none;
		text-align: center;
	}
	tr{
		width: 90%;
		margin: 0 auto;
	}
	.compare-sp img {
		width: 200px;
	}
}