@charset "UTF-8";

body {
	background-color: #71b8ff;
}


.text {
	font-size: 14px;
	letter-spacing: -0.02em;
	max-width: 800px;
	margin: 0 auto;
	padding: 15px;
	text-align: left;
	font-family: sans-serif;
	font-weight: 300;
}

.arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-width: 88px;
	height: 34px;
	padding: 0 16px 0 28px;
	background-color: rgb(128, 128, 128);
	color: rgb(255, 255, 255);
	font-weight: 600;
	line-height: 1;
	transition: 0.2s;
	clip-path: polygon(20px 0, 100% 0, 100% 100%, 20px 100%, 0 50%);
}

.arrow:hover {
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	transition: 0.2s;
}


.text_in {
	padding-left: 30px;
}

.text_in a {
	text-decoration: underline;
}

.text_in span {
	font-size: 14px;
	line-height: 14px;
	color: rgb(128, 128, 128);
}

.icon {
	vertical-align: top;
	width: 25px;
	margin: 0 3px;
	line-height: -5px;
}


.qa {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	margin: 0 0 10px 0;
	padding: 0;
}

.qa th {
	padding: 10px;
}

.qa td {
	padding: 10px;
}

.t1,
.t2 {
	text-align: center;
	width: 50px;
	color: #fff;
}

.t1 {
	color: #71b8ff;
	background-color: #dcf1ff;
}

.t2 {
	vertical-align: top;
	color: #ff73a2;
	background-color: #f0f7fc;
}

.t3 {
	font-weight: 600;
	background-color: #dcf1ff;
}

.t4 {
	background-color: #f0f7fc;
}

.sub_title {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	color: #000;
	border: 2px solid rgb(175, 215, 255);
}

.sub_title_in {
	font-weight: 600;
	width: 100%;
	padding: 5px 0;
	margin-bottom: 10px;
	border-bottom: 2px solid rgb(180, 180, 180);
}

.text h2 {
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	margin-left: 13px;
}

.type {
	text-align: center;
	width: 100%;
	border-collapse: collapse;
	border: 0;
	margin: 0 0 5px 0;
	padding: 0;
}

.type th {
	padding: 5px;
	color: #fff;
	background-color: #71b8ff;
}

.type td {
	padding: 10px;
	border-top: 1px solid #fff;
}

.ban {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	list-style: none;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 0;
	background-color: #ffb5ce;
}

.ban li {
	float: left;
	height: 100%;
	padding: 0;
}

.space {
	padding-bottom: 10px;
}


/* サポート */

.support {}

a {
	text-decoration: none;
	color: rgb(0, 0, 0);
}

.su_buttom_out {
	font-family: 'M PLUS 1p';
	font-weight: 600;
	display: block;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
	padding: 0 15px 15px;
	width: 100%;
	height: 100%;
}

.su_buttom {
	font-size: 14px;
	font-weight: 600;
	width: 140px;
	display: inline-block;
	padding: 20px 5px;
}

.su_buttom a {
	display: block;
	text-decoration: none;
	background-color: #71b8ff;
	border-radius: 10px;
	padding: 10px;
	color: #fff;
}

.su_buttom a:hover {
	background-color: #aedaff;
	border-radius: 10px;
	padding: 10px;
	color: #fff;
}