@charset "utf-8";

.setting__heading{
	text-align: center;
	margin-bottom: 30px;
}
.settingcol{
	margin-bottom: 40px;
	border: 1px solid #B6B6B6;
}
.settingcol__heading{
	padding: 10px;
	background-color: #ededed;
}
.settingcol__icon{
	margin-right: 5px;
}
.settingcol__body{
	margin: 30px;
}
.settingcol__article{
	margin-bottom: 30px;
}
.settingcol__title{
	color: #0F63B9;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.settingcol__title2{
	color: #595757;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.settingcol__table{
	color: #595757;
	
	font-size: 16px;
	line-height: 2em;
}

.naviBtnA li:nth-child(1),
.naviBtnA li:nth-child(2){
	width: 45%;
}
/* parts */
.sp_table {
	display: none !important;
}

/* link_inner */
.link_inner {
	display: flex;
	justify-content: center;
	align-items: center;
}

.link_inner .-img {
	width: 220px;
	text-align: center;
	margin-right: 30px;
}

.a_box {
	flex-shrink: 0;
	width: 700px;
}

.a_box .col2 {
	float: left;
	width: 345px;
}

.a_box .col2.last {
	float: right;
	margin: 0 0 0 10px;
}

.module-page_link .-item .-txt.tal {
	text-align: left;
}

/* setting_flow */

.setting_flow {
	font-size: 1.4rem;
}

.setting_flow .sp_hide {
	padding: 0;
}

/* data_roaming */

.sp_scroll {
	margin-top: 20px;
}

.scroll_box {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 920px;
	padding-top: 4px;
}

.scroll_box .-img {
	position: relative;
	margin-right: 20px;
	-ms-flex: 1;
	min-width: 0;
}

.scroll_box .-img:last-child {
	margin-right: 0;
}

.step_num {
	position: absolute;
	top: -4px;
	left: -4px;
	width: 78px;
	height: 78px;
}

.scroll_box .-ico {
	font-size: 3.0rem;
	font-weight: 700;
	color: #008ae1;
}
.introduction .scroll_box {
	align-items: center !important;
}

/* WSYS-12225 【フロント】introduction　設定・接続方法ページ修正 20250515 J.Jiyun  */
.introduction .-header {
	width: 100%;
}

.introduction .-header .-block {
	background: url(../../images/contents/introduction/mv_pc.png?date=20250515);
	background-size: cover;
	height: 310px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.introduction .-header .-block .-logo img {
	width: 70%;
	background-color: #ffffff;
	border-radius: 5px;
	margin-bottom: 10px;
}

.introduction .-header .-block .-text {
	position: absolute;
	transform: translateY(-50%);
	display: flex;
	top: 50%;
	right: 19%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.introduction .-header .-block .-text .-title_1 {
	color: #ffffff;
	font-size: 3.0rem;
}

.introduction .-header .-block .-text .-title_1:before,
.introduction .-header .-block .-text .-title_1:after {
	position: relative;
	display: inline-block;
	content: "";
	background: #ffffff;
	width: 2px;
	height: 1.0em;
	margin: -0.2em 0.3em 0 0;
	vertical-align: middle;
}

.introduction .-header .-block .-text .-title_1:before {
	transform: rotate(-30deg);
}

.introduction .-header .-block .-text .-title_1:after {
	transform: rotate(30deg);
}

.introduction .-header .-block .-text .-title_2 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.introduction .-header .-block .-text .-title_2 .-circle {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 90px;
	margin: 5px;
	border-radius: 50%;
	background-color: #ffffff;
}

.introduction .-header .-block .-text .-title_2 .-circle span {
	color: #ff903b;
	font-size: 6.0rem;
	font-weight: bold;
	margin-bottom: 8px;
}

.introduction .-header .-block .-text .-title_3 {
	color: #ffffff;
	font-size: 3.8rem;
	font-weight: bold;
}

.-content_inner {
	width: 980px;
	margin: 0 auto;
}

.-content_inner .-inner {
	padding: 20px;
}

.-content_inner .-page_link {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style-type: none;
}

.introduction .-inner .-page_link .-item {
	width: 50%;
	box-sizing: border-box;
	padding: 10px;
}

.-page_link .-item .-txt,
.-centering_title {
	background: #4cadea;
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: bold;
	display: flex;
	justify-content: flex-start;
	padding: 5px 45px 5px 20px ;
	position: relative;
}

.-page_link .-item .-txt::before,
.-centering_title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 100%;
	background-color: #008ae1;
}

.-page_link .-item .-txt:hover {
	text-decoration: none;
}

.-page_link .-item .-txt:after {
	content: "\f0d7";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 100%;
}

.-centering_title {
	font-size: 2.4rem;
}

.-content_inner .module-inner {
	background: #ffffff;
	padding: 30px 0;
}

.-content_inner .module-inner .pd {
	font-size: 1.8rem;
	padding: 0px 40px 20px 40px;
}

.-content_inner .module-inner .use_box,
.-content_inner .module-inner .before_box,
.-content_inner .module-inner .img_box,
.-content_inner .module-inner .access_box .method {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.-content_inner .module-inner .use_box .box {
	width: 45%;
	height: 350px;
	padding: 10px;
	background-color: #e0f2fe;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.box-img1 {
	height: 65%;
	margin-bottom: 10px;
	object-fit: contain;
}

.box-img2 {
	height: 55%;
	margin-bottom: 10px;
	object-fit: contain;
}

.-content_inner .module-inner .use_box .box .box_text,
.-content_inner .module-inner .access_box .box .box_text {
	font-size: 1.8rem;
	text-align: center;
	margin: 0;
}

.-content_inner .module-inner .use_box .box .box_text span {
	font-size: 1.4rem;
}

.-content_inner .module-inner .before_box .box1,
.-content_inner .module-inner .before_box .box2 {
	width: 45%;
	height: auto;
	font-size: 1.8rem;
	padding: 10px 20px;
	border-radius: 5px;
	align-items: center;
}

.-content_inner .module-inner .before_box .box1 {
	background-color: #feeeee;
	border: #f95454 2px solid;
}

.-content_inner .module-inner .before_box .box2 {
	background-color: #e5f8f9;
	border: #00b8bf 2px solid;
}

.-content_inner .module-inner .before_box .box_text span:first-of-type {
	width: 40%;
}

.-content_inner .module-inner .before_box .box1 .box_text .txt2 {
	background-color: #f95454;
}

.-content_inner .module-inner .before_box .box2 .box_text .txt2 {
	background-color: #00b8bf;
}

.-content_inner .module-inner .before_box .box_text span:nth-of-type(2) {
	font-size: 1.0rem;
	margin-right: 10px;
}

.-content_inner .module-inner .before_box .box_text span:nth-of-type(3) {
	color: #ffffff;
	padding: 0 4px 2px 4px;
	border-radius: 5px;
}

.-content_inner .module-inner .before_box .box1 .box_text span:nth-of-type(4),
.-content_inner .module-inner .before_box .box1 .box_text span:nth-of-type(2) {
	color: #f95454;
	font-weight: bold;
}

.-content_inner .module-inner .before_box .box2 .box_text span:nth-of-type(4),
.-content_inner .module-inner .before_box .box2 .box_text span:nth-of-type(2) {
	color: #00b8bf;
	font-weight: bold;
}

.-content_inner .module-inner .img_box .img {
	width: 50%;
}

.-content_inner .module-inner .img_box .img img {
	width: 100%;
}

.-content_inner .module-inner .img_box .text {
	width: 40%;
}

.-content_inner .module-inner .box1 {
	height: auto;
	padding: 15px;
	margin: 10px;
	background-color: #e0f2fe;
	border-radius: 10px;
	height: auto;
}

.-content_inner .module-inner .img_box .box1 .box_text,
.-content_inner .module-inner .-method .box1 .box_text {
	position: relative;
	padding-left: 35px;
	text-align: left;
	font-size: 1.6rem;
}

.-content_inner .module-inner .img_box .box1 .box_text::before,
.-content_inner .module-inner .-method .box1 .box_text::before {
	content: "!";
	width: 25px;
	height: 25px;
	background-color: #008ae1;
	border-radius: 50%;
	color: #ffffff;
	font-size: 2.0rem;
	margin-right: 10px;
	position: absolute;
	top: 1px;
	left: 5px;
	padding-left: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.-content_inner .module-inner .img_box .box1 .box_text::before {
	top: 3px;
}

.-content_inner .module-inner .access_box {
	text-align: -webkit-center;
}

.-content_inner .module-inner .access_box .box {
	width: 45%;
	height: auto;
	margin-top: 5px;
	border-radius: 5px;
	align-items: center;
	text-align: center;
	background-color: #fff4eb;
	border: #ff913a 2px solid;
}

.-content_inner .module-inner .access_box .top_text {
	width: 92%;
	text-align: center;
}

.-content_inner .module-inner .access_box .top_text p {
	width: 49%;
	font-size: 1.8rem;
	color: #ff913a;
	font-weight: bold;
}

.-content_inner .module-inner .access_box .top_text p:before,
.-content_inner .module-inner .access_box .top_text p:after {
	position: relative;
	display: inline-block;
	content: "";
	background: #ff913a;
	width: 2px;
	height: 1.0em;
	margin: 0 0.5em;
	vertical-align: middle;
}

.-content_inner .module-inner .access_box .top_text p:before {
	transform: rotate(-30deg);
}

.-content_inner .module-inner .access_box .top_text p:after {
	transform: rotate(30deg);
}

.-content_inner .module-inner .access_box .box-title {
	width: 100%;
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: bold;
	background-color: #ff913a;
	padding: 0 3px 3px 3px;
	margin-right: 5px;
}

.-content_inner .module-inner .-method {
	display: flex;
	justify-content: center;
}

.-content_inner .module-inner .-method .box {
	position: relative;
	width: 92%;
	height: auto;
	margin-top: 30px;
	border-radius: 5px;
	border: #008ae1 5px solid;
}

.-content_inner .module-inner .-method .box .-title {
	width: 100%;
	background-color: #008ae1;
	padding: 10px 10px 13px 10px;
}

.-method .box .-title .top_text {
	color: #ffffff;
	font-weight: bold;
	font-size: 2.2rem;
}

.-method .box .-title .top_text span {
	padding: 3px 10px;
	margin-right: 20px;
	border-radius: 5px;
	background-color: #ff913a;
	border: #ffffff 2px solid;
}

.-content_inner .module-inner .-method .step_box1 {
	display: flex;
	gap: 12px;
	margin-bottom: 16px;
	position: relative;
}

.-content_inner .module-inner .-method .step_box1 .-badge {
	width: 50px;
	margin: 20px 10px 0px 30px;
	z-index: 1;
}

.-content_inner .module-inner .-method .step_box1 .-content {
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
}

.-content_inner .module-inner .-method .step_box1 .-img {
	width: 65%;
	height: auto;
	margin-left: 20px;
}

.-content_inner .module-inner .-method .step_box1 .-content .step-line {
	overflow: hidden;
	position: relative;
}

.-content_inner .module-inner .-method .step_box1 .-content .step-text {
	display: flex;
	margin: 0;
}

.-content_inner .module-inner .-method .step_box1 .-content .step1_icon {
	width: 30px;
}

.-content_inner .module-inner .-method .step_connector_box {
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 30px;
}

.-content_inner .module-inner .-method .step_connector {
	position: absolute;
	top: 15%;
	width: 4px;
	height: 65%;
	background-color: #008ae1;
	z-index: 0;
}

.-content_inner .module-inner .-method2 .step_connector {
	top: 5%;
	height: 80%;
}

.-content_inner .module-inner .-method3 .step_connector {
	top: 5%;
	height: 72%;
}

.-content_inner .module-inner .-method .step_box1 .setting_img {
	width: 20px;
	padding-bottom: 2px;
}

.-content_inner .module-inner .download_box .d_box {
	position: relative;
	width: 92%;
}

.-content_inner .module-inner .-method .step_box1 .download_img {
	width: 40%;
	height: auto;
	margin-top: 20px;
	margin-left: 20px;
}

.regist_btn_area {
	text-align: center;
	margin: 60px;
}

.regist_btn_area .-content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.regist_btn_area ._text {
	font-size: 2.2rem;
}

.regist_btn_area .-content .regist_img {
	width: 25px;
	height: 25px;
}

.regist_btn_area .regist_btn {
	background: #ff205a;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	width: 430px;
	border-radius: 10px;
	line-height: 60px;
	height: 60px;
	display: inline-block;
	border: 2px solid #ff205a;
	box-sizing: content-box;
	box-shadow: 5px 5px 10px #a48d8d;
	position: relative;
	margin-top: 10px;
}

.regist_btn_area .regist_btn:hover {
	color: #ff205a;
	background: #ffffff;
	text-decoration: none;
}

.regist_btn_area .regist_btn:after {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	position: absolute;
	right: 35px;
	top: 0;
	color: #ffffff;
}

.regist_btn_area .regist_btn:hover:after {
	color: #ff205a;
}

.font11 {
	font-size: 1.1rem;
}

.font18 {
	font-size: 1.8rem;
}

.font18 {
	font-size: 1.8rem;
}

.font20 {
	font-size: 2.0rem;
}

.pleft40 {
	padding-left: 40px;
}

@media screen and (max-width: 767px) {
	.-content_inner {
		width: auto;
	}

	.introduction .-header .-block {
		background: url(../../images/contents/introduction/mv_sp.png?date=20250515);
		width: 100vw;
		height: 180px;
		background-size: cover;
	}

	.introduction .-header .-block .-logo {
		width: 250px;
	}

	.introduction .-header .-block .-logo img {
		width: 70%;
		margin-bottom: 2px;
	}

	.introduction .-header .-block .-text {
		right: 3%
	}

	.introduction .-header .-block .-text .-title_1 {
		font-size: 1.8rem;
	}

	.introduction .-header .-block .-text .-title_2 .-circle {
		width: 50px;
		height: 50px;
		margin: 1.5px;
	}

	.introduction .-header .-block .-text .-title_2 .-circle span {
		font-size: 3.0rem;
		margin-bottom: 5px;
	}

	.introduction .-header .-block .-text .-title_3 {
		font-size: 2.0rem;
	}

	.-page_link .-item .-txt:after {
		width: 30px;
	}

	.-content_inner .-inner {
		padding: 20px 10px 20px 10px;
	}

	.introduction .-inner .-page_link .-item {
		padding: 3px;
	}

	.-page_link .-item .-txt {
		font-size: 1.4rem;
		padding: 10px 15px 10px 20px;
	}

	.-centering_title {
		font-size: 1.6rem;
		padding: 10px 30px 10px 20px;
	}

	.-content_inner .module-inner {
		padding: 15px 0;
	}

	.-content_inner .module-inner .pd {
		font-size: 1.2rem;
		padding: 0px 20px 20px 20px;
	}

	.-content_inner .module-inner .use_box {
		gap: 5px;
	}

	.-content_inner .module-inner .use_box .box {
		width: 45%;
		height: 180px;
	}

	.-content_inner .module-inner .use_box .box .box_text,
	.-content_inner .module-inner .access_box .box .box_text {
		font-size: 1.2rem;
	}

	.-content_inner .module-inner .use_box .box .box_text span {
		font-size: 0.8rem;
	}

	.-content_inner .module-inner .before_box,
	.-content_inner .module-inner .img_box,
	.-content_inner .module-inner .access_box .method {
		display: block;
	}

	.-content_inner .module-inner .before_box .box1,
	.-content_inner .module-inner .before_box .box2 {
		width: 95%;
		height: auto;
		margin: 10px;
		padding: 5px;
		font-size: 1.2rem;
	}

	.-content_inner .module-inner .before_box .box_text {
	display: flex;
	align-items: center;
	padding: 0px 3px 0px 3px;
}

	.-content_inner .module-inner .img_box .img {
		width: 90%;
		margin: 0 auto;
	}

	.-content_inner .module-inner .img_box .text {
		width: 100%;
	}

	.-content_inner .module-inner .box1 {
		padding: 5px;
	}

	.-content_inner .module-inner .img_box .box1 .box_text,
	.-content_inner .module-inner .-method .box1 .box_text {
		padding-left: 25px;
		font-size: 1.0rem;
	}

	.-content_inner .module-inner .img_box .box1 .box_text::before,
	.-content_inner .module-inner .-method .box1 .box_text::before {
		width: 15px;
		height: 15px;
		top: 0px;
		font-size: 1.0rem;
	}

	.-content_inner .module-inner .access_box .box {
		width: 90%;
		margin: 2px auto 10px auto;
	}

	.-content_inner .module-inner .-method .box .-title {
		padding: 10px 5px 13px 5px;
	}

	.-content_inner .module-inner .access_box .top_text p {
		width: 100%;
		font-size: 1.2rem;
	}

	.-method .box .-title .top_text span {
		width: 25%;
		padding: 7px;
		margin: 0 30px 0 10px;
	}

	.-content_inner .module-inner .access_box .box-title {
		font-size: 1.2rem;
	}

	.-method .box .-title .top_text {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-size: 1.4rem;
		text-align: center;
	}

	.-content_inner .module-inner .-method .step_box1 {
		gap: 5px;
	}

	.-content_inner .module-inner .-method .step_box1 .-badge {
		margin: 10px 10px 0 10px;
		border-width: 2.5px;
	}

	.-content_inner .module-inner .-method .step_box1 .-content .step-text {
		display: contents;
	}

	.-content_inner .module-inner .-method .step_box1 .-content .step1_icon {
		width: 19px;
		height: 19px;
	}

	.font18 {
		font-size: 1.2rem;
	}

	.font20 {
		font-size: 1.4rem;
	}

	.-content_inner .module-inner .-method .step_box1 .-img {
		width: 90%;
		margin-left: 0px;
	}

	.-content_inner .module-inner .-method .step_box1 .-badge {
		width: 40px;
		height: 40px;
	}

	.-content_inner .module-inner .-method .step_connector_box {
		width: 40px;
		margin-left: 10px;
	}

	.-content_inner .module-inner .-method .step_connector {
		width: 3.0px;
	}

	.-content_inner .module-inner .-method1 .step_connector {
		top: 19%;
	}

	.-content_inner .module-inner .-method2 .step_connector {
		top: 8%;
		height: 79%;
	}

	.-content_inner .module-inner .-method3 .step_connector {
		top: 3%;
		height: 75%;
	}

	.-content .-text {
		margin-right: 15px;
	}

	.-content_inner .module-inner .-method .step_box1 .setting_img {
		width: 15px;
	}

	.-content_inner .module-inner .-method .step_box1 .download_img {
		width: 80%;
	}

	.regist_btn_area {
		margin: 30px;
	}

	.regist_btn_area .regist_btn {
		width: 280px;
		height: 40px;
		font-size: 1.6rem;
		line-height: 40px;
	}

	.regist_btn_area ._text {
		font-size: 1.4rem;
	}

	.regist_btn_area .-content .regist_img {
		width: 18px;
		height: 18px;
	}

	@media screen and (max-width: 380px) {
		.introduction .-header .-block .-text {
			right: -1%
		}

		.-method .box .-title .top_text span {
			margin: 0 30px 0 5px;
		}
	}

	@media screen and (min-width: 430px) {
		.introduction .-header .-block .-text {
			right: 5%
		}

		.-content_inner .module-inner .-method2 .step_connector {
			top: 7%;
		}

		.-content_inner .module-inner .-method3 .step_connector {
			height: 77%;
		}
	}
}