@charset "UTF-8";

#container {
    /* scroll-snap-type: y proximity;
    overflow-y: scroll; 
	height: 100vh; */
}

.pagesnap {

    scroll-snap-align: start;
	scroll-snap-stop: always; 
	padding-top: 60px;
	margin-top: -60px;
}
/*----- キャンペーンバナー -----*/

.bnr_cam a:hover img {
	opacity: 1;
}

/*----- キャンペーンバナーここまで -----*/

.optionbox{    color: #0a5f75 !important;
    padding: 6px 5px;
    font-size: 13px !important;
    border: solid 1px #0a5f75;
    margin-left: 10px;
    vertical-align: middle;
    border-radius: 7px;
    font-weight: 600 !important; }

.pconly3 {
	display: block !important;
}

.sponly3 {
	display: none !important;
}

/*  */
.koreitidai_box {
	max-width: 800px;
	margin: 0 auto;
}

.koreitidai_box > p:nth-of-type(1) {
	font-size: 2rem;
	line-height: 1.5;
	margin: 0 0 20px;
}

.koreitidai_box > div:nth-of-type(1) > div {
	width: fit-content;
	margin: 0 auto;
}

.koreitidai_box > div:nth-of-type(1) > div > p:nth-of-type(1) {
	display: inline-block;
	color: #fff;
	background: #121418;
	border-radius: 15px;
	padding: 2px 20px;
	margin-bottom: 10px;

}

.koreitidai_box > div:nth-of-type(1) > div > p:nth-of-type(2) {
	font-size: 3rem;
	line-height: 1.1;
	margin: 0 0 10px;
	font-weight: 700;
}

.koreitidai_box > div:nth-of-type(1) > div > p:nth-of-type(2) span:nth-of-type(1) {
	font-size: 4rem;
}

.koreitidai_box > div:nth-of-type(1) > div > p:nth-of-type(2) span:nth-of-type(2) {
	color: #c91c2a;
	font-size: 4rem;
	font-weight: bold;
}
.span_red{
	color: #c91c2a;
	font-size: 4rem;
	font-weight: bold;
}


.koreitidai_box > div:nth-of-type(1) > img {
	width: 100%;
	max-width: 600px;
	display: block;
	margin: 0 auto 30px;
}

.koreitidai_box > div:nth-of-type(2) {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	text-align: center;
	margin: 0 0 20px;
}

.koreitidai_box > div:nth-of-type(2) img {
	width: 100%;
	object-fit: contain;
}

.koreitidai_box > div:nth-of-type(2) > div:nth-of-type(odd) img {
	height: 180px;
	margin: 0 0 10px;
}

.koreitidai_box > div:nth-of-type(2) > div:nth-of-type(2) img {
	height: 130px;
	margin: 0 0 20px;
}

.koreitidai_box > div:nth-of-type(2) p:nth-of-type(1) {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
}

.koreitidai_box > div:nth-of-type(2) p:nth-of-type(2) {
	color: #ff0000;
}

.koreitidai_box > div:nth-of-type(2) p:nth-of-type(2) span:nth-of-type(1) {
	font-size: 2rem;
}

.koreitidai_box > div:nth-of-type(2) p:nth-of-type(2) span:nth-of-type(2) {
	font-size: 1.2rem;
}


/*--- 固定ボタン ---*/

.fixed_btn {
	background: #0a5f75;
}

.fixed_btn_mitumori {
	background: #4CBFC6;
}

.fixed_btn_otoiawase {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 1.6rem;
	writing-mode: vertical-rl;
	white-space: nowrap;
	border-radius: 10px 0 0 10px;
	box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 20%);
	position: fixed;
	right: 0;
	z-index: 2;
	padding: 40px 15px;
	transition: 0.3s;
}

.fixed_btn_app {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 1.6rem;
	writing-mode: vertical-rl;
	white-space: nowrap;
	border-radius: 10px 0 0 10px;
	box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 20%);
	position: fixed;
	right: 0;
	z-index: 2;
	padding: 30px 15px;
	transition: 0.3s;
}

.fixed_btn_app span {
	writing-mode: initial;
	margin: 0 0 -5px 0;
}

.fixed_btn_app {
	color: #fff;
	font-weight: bold;
	font-family: auto;
	background: #0A5F75;
	border: 1px solid #fff;
	top: 380px;
}

.fixed_btn_app::before {
	content: '\f019';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
}

.fixed_btn_app:hover {
	color: #fff;
	padding: 30px 30px 30px 15px;
}

.fixed_btn_otoiawase {
	color: #0A5F75;
	font-weight: bold;
	background: #fff;
	border: 1px solid #0A5F75;
	top: 200px;
}

.fixed_btn_otoiawase:hover {
	color: #0A5F75;
	padding: 40px 30px 40px 15px;
}

.fixed_btn_otoiawase::before {
	content: "\f0e0";
	font-family: 'Font Awesome 5 Free';
	font-weight: normal;
}

/*--- 固定ボタン ここまで ---*/

.ma {
	margin: auto;
}

/*--- ヘッダーメニュー ---*/

.header_nav {
	width: 100%;
	height: 60px;
	position: sticky;
	top: 0;
	z-index: 3;
}

.header_nav.on {
	position: fixed;
	z-index: 1000;
}

.header_nav>div {
	width: 100%;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}

.header_nav a {
	display: block;
	transition: .3s;
}

.header_nav a:hover {
	opacity: 0.3;
}

.header_nav li a:hover,
.header_nav a.on {
	color: #4CBFC6;
	text-decoration: none;
	opacity: 1;
}

.header_nav .bg_blind {
	background: rgba(0, 0, 0, .5);
	opacity: 0;
}

.header_nav .bg_blind.on {
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 1;
}

.header_nav .main_menu {
	height: 60px;
	display: flex;
	align-items: center;
	gap: 30px;
	background: #fff;
	position: relative;
	z-index: 3;
	padding: 0 30px;
	margin: 0 auto;
}

.header_nav .main_menu>div:nth-of-type(1) img {
	width: 110px;
	vertical-align: bottom;
}

.header_nav .main_menu>ul {
	display: flex;
	gap: 0 40px;
	background: #fff;
}

.header_nav .main_menu>ul>li {
	width: min-content;
	position: relative;
}

.header_nav .main_menu>ul>li>a {
	height: 60px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	position: relative;
}

.header_nav .sp_btn {
	display: none;
}

.header_nav .main_menu > div:nth-of-type(3) {
    display: flex;
    gap: 20px;
    position: absolute;
    right: 30px;
}

.support_btn{
	color: #fff;
	background: #1d6996;
	border: 1px solid #1d6996;
	border-radius: 5px;
	padding: 10px;
	position: relative;
	min-width: 85px;
    text-align: center;
}
/* 
.header_nav .main_menu > div:nth-of-type(3) a:nth-of-type(1) {
	color: #D64550;
	background: #fff;
	border: 1px solid #D64550;
	border-radius: 5px;
	padding: 10px;
} */

.header_nav .main_menu > div:nth-of-type(3) a:nth-of-type(2) {
	color: #fff;
	background: #D64550;
	border-radius: 5px;
	position: relative;
	padding: 10px 10px 10px 35px;
}

.header_nav .main_menu a:hover {
	opacity: 0.3;
}

.header_nav .main_menu > div:nth-of-type(3) a:nth-of-type(2)::before {
	content: "\f234";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	position: absolute;
	margin: 0 0 0 -25px;
}

/*--- ヘッダーメニューここまで ---*/
.hero_payment_image {
	position: relative;

}

.hero_logo {
	position: absolute;
	content: "";
	padding-right: 0px;
	bottom: -12px;
	right: -10px;

	width: 40%;
	background-size: contain;
	background-repeat: no-repeat;
}

.fixed_btn {
	background-color: #0A5F75;
	bottom: 70px;
}

/*common*/
.pcnone {
	display: none;
}

.link2 {
	color: #1c3ab5;
	text-decoration: underline;
	font-weight: 500;
}

.full-width h2 {
	font-size: 3.5rem;
	text-align: center;
	line-height: 1.5;
	position: relative;
	margin: 0 0 20px;
}

.full-width h2::after {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 60px;
	height: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #78b7ed;
	border-radius: 2px;
}

.full-width h2 span {
	font-size: 21px;
	font-weight: 400;
	color: #525252;
	margin-right: 10px;
}

.full-width h2 img {
	width: 260px;
	margin-right: 15px;
	margin-bottom: -2px;
}

.table_kessai {
	width: 100%;
	max-width: 800px;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
	margin: 0 auto;
}

.table_kessai>tbody>tr>.money {
	width: 24%;


}


.table_kessai>tbody>tr>.credit {
	width: 25%;
}


.table_kessai th:nth-child(1) {
	width: 25%;
}

.table_kessai_rp th:nth-child(2) {
	width: 37%;
}

.table_kessai_rp th:nth-child(3) {
	width: 38%;
}

.table_kessai th {
	text-align: center;
	vertical-align: middle;
	font-size: 1.4rem;
	font-weight: bold;
	background: #ddf0fd;
	padding: 10px;
	border: 1px solid #ccc;
}

.table_kessai td {
	position: relative;
	color: #000;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
	padding: 20px;
}

.w_150 {
	width: 100%;
	max-width: 150px;
}

.w_200 {
	width: 100%;
	max-width: 200px;
}

.w_300 {
	width: 100%;
	max-width: 300px;
}

/* device */

.trial {
	background: #1c5361;
	padding:10px 0;
}
.pside-30{padding: 0 30px;}
.trial_app{
background: #fff;
/* width:80%; */
margin: auto;
padding:40px 0 40px;
border-radius: 10px;
}

.trial_app>.col-12{    justify-content: space-around;}

.trial_app h3{position: relative;}

.trial_app h3::before{content: "－";
color: #0A5F75;
font-weight: 600;}

.trial_app h3::after{content: "－";
	color: #0A5F75;
	font-weight: 600;}




.trial h2{color: rgb(255, 255, 255)!important}

.trial p{color: rgb(255, 255, 255)!important}

.device {
	background: #3590a7
}

.device_box {
	padding: 20px 0;
}

.device h3 {
	color: #fff;
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 30px;
}




/*index*/

.text_green {
	color: #0b3544;
	font-size: 23px;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: -.2px;
	display: block;

}

.text_green span {
	font-size: 23px;
}


.check_title {
	position: relative;
	display: inline !important;
	margin: auto;
}

.check_title::before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: 900;
	left: -28px;
	color: #DF5656;
	display: inline !important;
	/* display: contents; */
}

/* 
h2.index_h2 span {
	font-size: 2rem;
	color: #000;
	font-weight: bold;
	margin-right: 0;
} */

h2.index_h2 {

	position: relative;

}

h2.index_h2::after {
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	background: #369da7;
	border-radius: 0;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}


h2.white_h2 {
	color: #fff;
	position: relative;

}

h2.white_h2::after {
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	background: #ffffff;
	border-radius: 0;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}



.index_hero_box {
	width: 100%;

	background-image: url("/product/rearegi/terminal-app/img/payment_hero.png"), url("/product/rearegi/terminal-app/img/index_hero_bg.png");
	background-size: 55%, cover;
	/*後ろに配置したい画像のサイズ*/
	background-position: center right;

	background-repeat: no-repeat;

	display: flex;
	flex-wrap: wrap;
	position: relative;
}



.index_hero_box>div {
	max-width: 1010px;
	width: 100%;
	/* height: 400px; */
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px 30px;
	padding: 30px;
	margin: 0 auto;
}

/* .index_hero_box > div > div:first-of-type h1 img {
	max-width: 320px;
	margin: 0 0 3px;
	width: 100%;
} */

.index_hero_box>div>div:first-of-type>img {
	max-width: 280px;
	margin: 0 0 12px;
}

.index_hero_box>div>div:first-of-type>p {
	font-size: 18px;
	margin: 15px 0 15px 0;
	line-height: 27px;

}

/* .index_hero_box > div > div:first-of-type > div {
	display: flex;
	align-items: center;
	gap: 20px 30px;
} */

/* .index_hero_box > div > div:first-of-type > div > img {
	max-width: 300px;
} */

.index_hero_box>div>div:last-of-type {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.index_hero_box>div>div:last-of-type>img {
	/* max-width: 330px; */
	width: 90%;
	margin: 0 0 20px;
}

.index_hero_box>div>div:last-of-type>div {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px 30px;
}

.index_hero_box>div>div:last-of-type>div img {
	width: auto;
	height: 20px;
}

.index_hero_box>div>div:last-of-type>div img:first-of-type {
	height: 30px;
}

.index_hero_box img {
	/* width: 100%; */
	width: 320px;
	margin-bottom: 10px;
}

.hero_box1 {
	text-align: left;
	width: 100%;
	flex-flow: wrap;
	display: inline-table;
}

.hero_box2 {
	text-align: left;
}

.index_hero_ryoukin {
	/* display: grid;
	min-width: 230px; */
	/* height: 90px; */
	gap: 10px;
	color: #fff;
	text-align: center;
}


/* .index_hero_ryoukin > div:first-of-type,
.index_hero_ryoukin > div:nth-of-type(2) {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
} */
/* 
.index_hero_ryoukin > div:first-of-type p {
	font-size: 1rem;
	line-height: 1.5;
	margin: 0 0 5px;
}

.index_hero_ryoukin > div:first-of-type img {
	max-width: 26px;
} */

.index_hero_ryoukin>div:nth-of-type(2) p {
	font-size: 1rem;
}

.index_hero_ryoukin>div:nth-of-type(2) p span {
	font-size: 2.8rem;
}

.hero_price2 {

	max-width: 230px;
}

.hero_price2>p {
	background: #369da7;
	margin: 0 0 18px;
}

.hero_price2>div {
	/* display: flex; */
	justify-content: space-around;
	align-items: flex-start;
	color: #000;
}


.price_small{font-size: 12px;}


.price_container {
	display: flex;
	width: 100%;
	margin-bottom: 5px;
	justify-content: space-around;
}


.price_inner1 {
	width: 48%;
	display: block;
	color: #fff;
	background: #369da7;
	padding: 5px;
	border-radius: 5px;

}

.price_inner1 img:first-of-type {
	height: 30px;
	width: auto;
	margin-bottom: 0px;

}

.price_inner1 p {
	font-size: 1rem;
	line-height: 1.5;
	border-bottom: 1px dotted;
	margin: 0 0 5px;
}

.price_inner2 {
	background: #369da7;
	border-radius: 5px;
	color: #fff;
	width: 48%;
	padding: 4px;

}

.price_inner2 p {
	font-size: 1rem;
}

.price_inner2 p span {
	font-size: 2.8rem;
}

.price_inner4 {
	width: 100%;
	border-radius: 5px;
	color: #fff;
	width: 100%;
}

.price_inner4>p {
	background: #369da7;
	color: #fff;
	border-radius: 5px 5px 0 0;
}

.price_inner3 {
	padding: 15px 0;
	justify-content: center;
	text-align: center;
	display: flex;
	border-radius: 0 0 5px 5px;
	border: 1px solid #369da7;
	background: #fff;
	width: 100%;
}

.price_inner3>p {
	border: 1px solid;
	border-radius: 5px;
	padding: 0 5px;
	display: inline;
	height: 28px;
	margin-right: 10px;
}

.price_inner3>div p {
	font-size: 3.5rem;
	font-weight: bold;
}

.price_inner3>div p span {
	font-size: 1.4rem;
	font-weight: normal;
	position: relative;
}

.price_inner3>div p span::before {
	content: '（税別）';
	font-size: 1.2rem;
	position: absolute;
	top: -17px;
	left: 0;
}




.hero_banner {
	height: 77px;
	width: auto;
}

.rearegi_logotitle {
	width: 300px;
	margin-right: 5px;
	margin-bottom: -4px;
}

.index_intro_box h2.index_h2 img {
	width: 250px;
	margin-right: 5px;
	margin-bottom: -4px;
}

/*point  */
.point_box {
	/* display:flex; */

	/* flex-wrap: nowrap; */
	width: 100%;
}

.point_inner {
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.point_inner>.white_box {
	/* height: 250px; */
}

/* kessai2 */
.index_kesai_type2 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 0;
	/* margin: 0 0 30px; */
}

.index_kesai_type2>div {
	display: flex;
	flex-flow: column;
	align-items: center;
	border-right: 1px solid #dddddd;
	padding: 0 10px;
	margin: auto 0;
}

.index_kesai_type2>div:last-of-type {
	border-right: none;
}

.index_kesai_type2>div>div:first-of-type {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;

	/* height: 50px; */
	/* margin: 0 0 10px; */
}

.index_kesai_type2>div>div:last-of-type {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	margin: auto;
}

.index_kesai_type2>div>div:last-of-type>img {
	width: 100%;
	max-width: 280px;
}

.index_kesai_type2>div:first-of-type>div:last-of-type img {
	max-width: 120px;
}

.index_kesai_type2>div>div:first-of-type img {
	width: 100%;
	max-width: 45px;
	/* max-height: 50px; */
	margin: 0 10px 0 0;
}

.index_kesai_type2>div:last-of-type>div img {
	margin: 0;
}

.index_kesai_type2>div>div p {
	color: #727171;
}



/*  */
.index_tanmatu_box h2.index_h2 img {
	width: 290px;
	margin-right: 5px;
	margin-bottom: -4px;
}

.index_tanmatu_box>p {
	margin: 0 0 50px;
}

.index_tanmatu_box>div {
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(4, 1fr);
	text-align: center;
	gap: 30px 20px;
	margin: 0 auto;
}

.index_tanmatu_box>div>div {
	border: 1px solid #ababc4;
	padding: 20px 10px;
}

.index_tanmatu_box>div>div>p:first-of-type {
	font-size: 2rem;
	/* color: #5E5E5E; */
	margin: 0 0 20px;
}

.t_title {
	font-size: 20px;
	font-weight: 500;
	color: #000;
}

.index_tanmatu_box>div>div>div {
	position: relative;
	margin: 0 0 30px;
	display: inline-flex;
}

.index_tanmatu_box>div>div>div p {
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	position: absolute;
	bottom: 0;
	left: 10%;
	padding: 5px 10px;

}




.tbox {
	position: relative;
	width: auto;
}

.tlogo {
	font-size: 20px;
	content: "";
	position: absolute;
	padding-right: 12px;
	bottom: -18px;
	left: 0;
	width: 100%;
	text-align: right;
	/* logo */
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;

}

.stera2 {
	background-image: url('/assets/img/logo/steraterminal_logo.png');
	height: 30px;
}

.paycas2 {
	background-image: url('/assets/img/logo/paycas_mobile_logo.png');
	height: 22px;
}


.tance {
	background-image: url('/assets/img/logo/tance_logo.png');
	height: 25px;
}

.index_tanmatu_box>div>div>p:last-of-type {
	min-height: 50px;
	margin: 0 0 10px;
}

.index_tanmatu_box>div>div>a {
	display: block;
	width: fit-content;
	color: #fff;
	background: #d64550;
	border-radius: 5px;
	position: relative;
	padding: 12px 15px;
	margin: 0 auto;
	transition: .3s;
}

.index_tanmatu_box>div>div>a:hover {
	opacity: 0.3;
}

.index_tanmatu_box>div img {
	width: 100%;
	max-width: 200px;
	height: 150px;
	object-fit: contain;
}

.index_douga_box .youtube_box>div:first-of-type>p,
.index_douga_box .youtube_box>div:last-of-type>p {
	max-width: 420px;
	font-size: 1.6rem;
	color: #fff;
	border-radius: 5px;
	padding: 5px;
	margin: 0 auto 10px;
}

.index_douga_box .youtube_box>div:first-of-type>p {
	background: #82c936;
}

.index_douga_box .youtube_box>div:last-of-type>p {
	background: #0070c0;
}

.index_douga_box .youtube_box>p {
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.index_douga_box .youtube_box>p:first-of-type img {
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.index_douga_box .youtube_box>p:last-of-type img {
	width: 260px;
	margin: 0 5px -3px;
}

.index_rendou_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.index_rendou_box img {
	max-width: 300px;
}


.index_tokuchou_box h2.index_h2 img {
	width: auto;
	max-height: 40px;
	margin-right: 0;
	margin-bottom: 0;
}

.index_tokuchou_box h3 {
	display: flex;
	align-items: center;
	color: #369da7;
	margin: 0 0 30px;
}

.index_tokuchou_box h3::after {
	content: '';
	flex-grow: 1;
	height: 1px;
	background: #369da7;
	margin: 0 0 0 10px;
}

.index_tokuchou_box>div:first-of-type {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin: 0 0 30px;
}

.index_tokuchou_box>div:first-of-type>div {
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
	padding: 16px 0 0 0;
}

.index_tokuchou_box>div:first-of-type>div img {
	width: 100%;
	max-width: 280px;
	object-fit: contain;
	background: #e8e8e8;
	border-radius: 10px 10px 0 0;
	padding: 30px 30px 0;
}

.index_tokuchou_box>div:first-of-type>div p {
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
	background: #747092;
	border-radius: 18px;
	position: absolute;
	top: 0;
	padding: 5px 15px;
}

.index_tokuchou_box>div:last-of-type {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	background: #eef6fa;
	border-radius: 0 10px 10px 10px;
	padding: 30px;
}

.index_tokuchou_box>div:last-of-type>div>div {
	position: relative;
	margin: 0 0 20px;
}

.index_tokuchou_box>div:last-of-type>div>div>p {
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
	background: linear-gradient(to right, #16657a, #15b1c2);
	position: absolute;
	bottom: 35px;
	left: 0;
	padding: 5px;
}

.index_tokuchou_box>div:last-of-type>div:last-of-type>div>p {
	bottom: 10px;
}

.index_tokuchou_box>div:last-of-type>div>div>div {
	display: flex;
	justify-content: space-between;
}

.index_tokuchou_box>div:last-of-type>div>div>div img:first-of-type {
	width: auto;
	max-height: 35px;
	margin: 30px 0 0;
}

.index_tokuchou_box>div:last-of-type>div>div>div img:last-of-type {
	width: 100%;
	max-width: 220px;
	border-radius: 10px;
}

.index_tokuchou_box h2.index_h2 img {
	width: auto;
	max-height: 40px;
	margin-right: 0;
	margin-bottom: 0;
}

.index_tokuchou_box h3 {
	display: flex;
	align-items: center;
	color: #369da7;
	margin: 0 0 30px;
}

.index_tokuchou_box h3::after {
	content: '';
	flex-grow: 1;
	height: 1px;
	background: #369da7;
	margin: 0 0 0 10px;
}

.index_tokuchou_box>div:first-of-type {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin: 0 0 30px;
}

.index_tokuchou_box>div:first-of-type>div {
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
	padding: 16px 0 0 0;
}

.index_tokuchou_box>div:first-of-type>div img {
	width: 100%;
	max-width: 280px;
	object-fit: contain;
	background: #e8e8e8;
	border-radius: 10px 10px 0 0;
	padding: 30px 30px 0;
}

.index_tokuchou_box>div:first-of-type>div p {
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
	background: #747092;
	border-radius: 18px;
	position: absolute;
	top: 0;
	padding: 5px 15px;
}

.index_tokuchou_box>.hero_prie2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	background: #eef6fa;
	border-radius: 0 10px 10px 10px;
	padding: 30px;
}

.index_tokuchou_box>.hero_prie2>div>div {
	position: relative;
	margin: 0 0 20px;
}

.index_tokuchou_box>.hero_prie2>div>div>p {
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
	background: linear-gradient(to right, #16657a, #15b1c2);
	position: absolute;
	bottom: 35px;
	left: 0;
	padding: 5px;
}

.index_tokuchou_box>.hero_prie2>div:last-of-type>div>p {
	bottom: 10px;
}

.index_tokuchou_box>.hero_prie2>div>div>div {
	display: flex;
	justify-content: space-between;
}

.index_tokuchou_box>.hero_prie2>div>div>div img:first-of-type {
	width: auto;
	max-height: 35px;
	margin: 30px 0 0;
}

.index_tokuchou_box>.hero_prie2>div>div>div img:last-of-type {
	width: 100%;
	max-width: 220px;
	border-radius: 10px;
}

/*  */

.index_kesai {
	position: relative;
	padding-top: 60px;
	align-items: center;
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
	margin: 0 auto 50px;
}

.index_kesai::before {
	width: 60px;
	height: 190px;
	content: '';
	background: #f7f7f7;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	transform: rotate(90deg);
	position: absolute;
	align-items: center;
	top: -70px;

}


.index_kesai_box>div {
	border: 1px solid #369da7;
	border-radius: 10px;
	padding: 30px;
	margin: 0 0 30px;
}

.kessai_box {
	display: flex;
	width: 100%;
	align-items: center;
}

.kessai_box .btm_btn04 {
	width: 260px;
}

.kessai_inner1 {
	width: 55%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-right: 30px;
}

.kessai_inner1 p {
	font-size: 2.5rem;
	font-weight: bold;
}

.kessai_info {
	display: flex;
	justify-content: left;
	margin-top: 10px;
}

.kessai_info>th {
	border: 1px solid #e2e2e2;
	border-collapse: collapse;
	width: 80%;
	margin: auto;
}

.kessai_info td:first-of-type {
	width: 30%;
	background-color: rgb(240, 240, 240);
}

.kessai_info td:nth-of-type(2) {
	width: 70%;
}

/* td, th {
	padding: 3px;
	width: 30px;
	height: 25px;
} */
.kessai_inner2 {
	width: 45%;
}

s .kessai_inner2 p {
	font-size: 1.8rem;
	font-weight: bold;
}

/* .index_kesai_box > div > div > p:first-of-type {
    font-size: 1.4rem;
    line-height: 25px;
} */

/* .index_kesai_box > div > div:first-of-type,
.index_kesai_box > div > div:nth-of-type(3) {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin: 0 0 30px;
} */

.index_kesai_box>div>div:first-of-type img,
.index_kesai_box>div>div:nth-of-type(3) img {
	width: 100%;
	max-width: 210px;
	object-fit: contain;
}

.index_kesai_box>div:nth-of-type(4)>div:first-of-type img {
	width: 100%;
	max-width: 180px;
}

.index_kesai_box>div>div:first-of-type p:last-of-type,
.index_kesai_box>div>div:nth-of-type(3) p:last-of-type {
	width: 50%;
	margin-bottom: 10px;
}

.index_kesai_box>div>div:nth-of-type(3) {
	border-top: 1px solid #369da7;
	padding: 30px 0 0;
}

.index_kesai_box>a {
	width: fit-content;
	display: flex;
	align-items: center;
	color: #fff;
	text-align: center;
	background: #369da7;
	border-radius: 5px;
	position: relative;
	padding: 15px 10px;
	margin: 0 auto 50px;
	transition: .3s;
}

.index_kesai_box>a:last-of-type {
	margin: 0 auto;
}

.index_kesai_box>a:hover,
.index_kesai_box>div.pay_tance a:hover {
	color: #fff;
	opacity: 0.3;
}

.index_tanmatu_box>div>div>a::after,
.index_kesai_box>a::after,
.index_kesai_box>div.pay_tance a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f101";
	font-weight: 900;
	margin: 0 0 0 10px;
}

.index_kesai_box>div.pay_tance {
	display: flex;
	justify-content: space-around;
	border: none;
	padding: 0;
	margin: 0 auto 50px;
}

.index_kesai_box>div.pay_tance a {
	width: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	background: #369da7;
	border-radius: 5px;
	position: relative;
	padding: 15px 10px;
	transition: .3s;
}

.index_kesai_type {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 0;
	margin: 0 0 30px;
}

.index_kesai_type>div {
	display: flex;
	flex-flow: column;
	align-items: center;
	border-right: 1px solid #dddddd;
	padding: 0 20px;
}

.index_kesai_type>div:last-of-type {
	border-right: none;
}

.index_kesai_type>div>div:first-of-type {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	margin: 0 0 10px;
}

.index_kesai_type>div>div:last-of-type {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
}

.index_kesai_type>div>div:last-of-type>img {
	width: 100%;
	max-width: 280px;
}

.index_kesai_type>div:first-of-type>div:last-of-type img {
	max-width: 150px;
}

.index_kesai_type>div>div:first-of-type img {
	width: 100%;
	max-width: 45px;
	max-height: 50px;
	margin: 0 10px 0 0;
}

.index_kesai_type>div:last-of-type>div img {
	margin: 0;
}

.index_kesai_type>div>div p {
	color: #727171;
}


/* hikaku */

.sub {
	font-size: 13px !important;
	color: #0046c0 !important;
	font-weight: 500 !important;
}

span.sblue {
	color: #0046c0 !important;
}

.scroll {
	overflow: visible;
	white-space: nowrap;
	max-width: 1280px;
	/* height: 650px; */
	overflow-x: scroll;
	overflow-y: hidden;
	cursor: grab;

}

table.compare01 {
	table-layout: unset;
}

table.compare01 a {
	color: #153899;
	text-decoration: underline;
}

table.compare01 a:hover {
	opacity: .8
}

table.compare01 td,
table.compare01 th {
	border: 1px solid #dadada;
	border-collapse: collapse;
	position: relative;
	line-height: 18px;
	min-width: 90px;
}


table.compare01 td :after {
	position: absolute;
	border: 1px solid #dadada;
}

table.compare01 th {
	width: auto;
	font-size: 13px;
	padding: .5em .8em;
	background-color: #e9f1ff;
}

table.compare01 th:first-child {
	background-color: #f4f4f4;
}

table.compare01 td:first-child {
	position: relative;
	padding: 25px 20px;
	height: 100px;
	font-weight: 500;
	text-align: center;
	min-width: 170px;
}


.free {
	font-size: 18px;
	font-weight: 500;
	line-height: 50px;
}

.shape {
	font-size: 25px;
	font-weight: 900;
	line-height: 60px;
}

.small {
	font-size: 9px;
	color: rgb(136, 136, 136);
}

.fixed01 {
	text-align: center;
	position: -webkit-sticky;
	position: sticky;
}

.fixed02 {
	/* 縦スクロール時に固定する */
	position: -webkit-sticky;
	position: sticky !important;
	left: 0;
	/* tbody内のセルより手前に表示する */
	z-index: 1;
	background: #f4f4f4;
}

.fixed02::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: .5px solid #ebebeb;
}



.compare01 th:first-child {
	width: 180px;

}

.compare01 td:first-child {
	padding: 10px;
}

.hikaku_img img {
	height: 85px;
	width: auto;
	object-fit: contain;
}

.hikaku_img>.tbox>.tlogo {
	font-size: 16px;
	content: "";
	position: absolute;
	padding-right: 15px;
	bottom: -14px;
	left: 10px;
	width: 100%;
	height: 22px;
}

/*  */


.index_mousikomi_box>div {
	display: flex;
	justify-content: space-around;
}

.index_mousikomi_box>div>div>div:first-of-type {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.index_mousikomi_box>div>div {
	max-width: 430px;
	border-radius: 5px 0 0 5px;
	position: relative;
	margin: 0 30px 0 0;
}

.index_mousikomi_box>div>div:first-of-type {
	display: flex;
	justify-content: space-between;
	border: 1px solid #7ab4bb;
}

.index_mousikomi_box>div>div:first-of-type::after {
	content: '';
	background-color: #7ab4bb;
	width: 30px;
	height: 87px;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	position: absolute;
	top: -1px;
	right: -31px;
}

.index_mousikomi_box>div>div:first-of-type>div:last-of-type,
.index_mousikomi_box>div>div:last-of-type>div:last-of-type {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 5px 20px;
}

.index_mousikomi_box>div>div:first-of-type>div:last-of-type {
	background: #7ab4bb;
}

.index_mousikomi_box>div>div:first-of-type>div:last-of-type p {
	text-shadow: 1px 1px 1px rgb(0 0 0 / 25%);

}

.index_mousikomi_box>div>div:last-of-type {
	display: flex;
	justify-content: space-between;
	border: 1px solid #369da7;
}

.index_mousikomi_box>div>div:last-of-type::after {
	content: '';
	background-color: #369da7;
	width: 30px;
	height: 87px;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	position: absolute;
	top: -1px;
	right: -31px;
}

.index_mousikomi_box>div>div:last-of-type>div:last-of-type {
	background: #369da7;
}

.index_mousikomi_box img {
	width: auto;
	height: 30px;
}

/*header*/
.logosvg {
	max-width: 220px
}

.mainlink a {
	padding: 13px 25px !important
}

.mainlink a img {
	width: 110px
}

.btn.type1 {
	padding: 20px 10px !important;
	font-size: 19px;
	width: 80%;
	border-radius: 4px;
	background: #298d9a;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #D64550), color-stop(98%, #e35862));
	background: linear-gradient(#D64550 60%, #e35862 98%);
	border: none;
	color: white;
	display: block;
	-webkit-box-shadow: 0px 3px 5px #e0dada;
	box-shadow: 0px 3px 5px #e0dada;
	position: relative
}

.btn.type1 i {
	padding-left: 10px
}

.btn.type2 {
	padding: 15px 10px !important;
	font-size: 15px;
	width: 90%;
	margin: auto;
	border-radius: 200px;
	background: #2f3131;
	border: none;
	color: white;
	-webkit-box-shadow: 0 10px 40px -6px #afafafb8;
	box-shadow: 0 10px 40px -6px #afafafb8
}

.btn.type3 {
	padding: 15px 10px !important;
	font-size: 16px;
	width: 90%;
	margin: auto;
	border-radius: 200px;
	background: #f5ffff;
	border: none;
	color: #0A5F75;
	-webkit-box-shadow: 0 10px 40px -6px #afafafb8;
	box-shadow: 0 10px 40px -6px #afafafb8
}

.buttons {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	right: 10px;
	z-index: 100
}

.buttons li {
	display: inline-block;
	margin-top: 8px
}

.buttons li a {
	font-weight: 400;
	text-decoration: none;
	padding: 15px 25px 13px 40px;
	vertical-align: middle;
	display: block;
	font-size: 14px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s
}

.login {
	background: #fff;
	border: 1px solid #0A5F75;
	margin-right: 15px;
	position: relative;
	border-radius: 0px
}

.login a {
	color: #0A5F75
}

.login::before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 15px;
	position: absolute;
	top: 28%;
	left: 12%
}

.register {
	background: #2DB4AF;
	margin-right: 10px;
	position: relative
}

.register a {
	color: #fff
}

.register a:hover {
	color: #fff
}

.register::before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 15px;
	position: absolute;
	top: 33%;
	left: 11%;
	color: #fff
}

.buttons2 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	top: 5%;
	right: 2%
}

.buttons2 li {
	display: inline-block;
	margin-top: 8px;
	padding: 5px 0px;
	width: 100%;
	height: 100%
}

.buttons2 li a {
	font-weight: 400;
	text-decoration: none;
	padding: 5px 25px 5px 40px;
	vertical-align: middle;
	display: block;
	font-size: 12px;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s
}

.login2 {
	border: 1px solid #fff;
	margin-right: 15px;
	position: relative
}

.login2::before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 15px;
	position: absolute;
	top: 30%;
	left: 12%
}

.register2 {
	border: 1px solid #fff;
	margin-right: 10px;
	position: relative
}

.register2::before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 15px;
	position: absolute;
	top: 30%;
	left: 12%
}

a.hover_sp .arrow2 {
	border-top: 1px solid #2DB4AF;
	border-left: 1px solid #2DB4AF
}

#menuresp li a.hover_sp {
	color: #2DB4AF
}

#menuresp li.sousmenu li a.hover_sp {
	color: #2DB4AF;
	border-left: 3px solid #0a5f75
}

h4.row.mega-title {
	color: #eee;
	border-bottom: 1px solid #2DB4AF;
	background-color: #2f8298
}

.footermenu>ul>li {
	display: block;
	float: left;
	width: 14%
}

.footermenu>ul>li:first-child,
.footermenu>ul>li:last-child,
.footermenu>ul>li.home {
	width: 8%;
	overflow: hidden;
	text-align: left
}

.footermenu>ul>li.products {
	width: 18%
}

.footermenu>ul>li.news {
	width: 29%
}

.footermenu>ul>li.support {
	width: 23%
}

.footermenu>ul>li.about {
	width: 17%
}

.footermenu>ul>li.document {
	width: 13%;
	white-space: nowrap
}


/*common*/

.bg_green {
	background-color: #1e6d81;
	background-image: linear-gradient(0deg, #1e6d81 0%, #17a3b3 100%);

}

.bg_gray {
	background: #e3eaef
}


.bg_gray1 {
	background: #e7edff;
}

.bg_gray2 {
	background: #3b3b3b;
}

.bg_gray3 {
	background: #eaebf4;
}

.bg_gray5 {
	background: #eef3f5
}

.bg_gray6 {
	background: #f7f7f7;
}

.bg_gray7 {
	background:#f3f3f4;}

.green2 {
	background: #68686a;
	color: #fff
}

.white_box {
	background: #fff;
	padding: 10px 20px;
}

.tline {
	border-top: 1px dashed rgb(199, 199, 199);
	padding-top: 15px;
}

/* .process a { display: contents;
} */
/*btn_common*/
.btm_btn01,
.btm_btn02,
.btm_btn03,
.btm_btn03r,
.btm_btn03s {

	max-width: 300px !important;
	margin: auto;
	min-width: 200px;
	display: block;
	text-align: center;
	padding: 1.5rem 0;
	position: relative;
	z-index: 1;
	font-size: 13px;
	color: white;
	border-radius: 2px
}


.btm_btn04 {
	/* width: 300px !important; */
	min-width: 200px;
	display: block;
	text-align: center;
	padding: 1.5rem 0;
	position: relative;
	z-index: 1;
	font-size: 13px;
	color: white;
	border-radius: 2px
}



.btm_btn01 a,
.btm_btn02 a,
.btm_btn03 a,
.btm_btn03r a,
.btm_btn03s a,
.btm_btn04 a,
.btm_btn05 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2
}


.btm_btn01 {
	background-color: #414141;
	border: 1px solid #c4c4c4;
}


.btm_btn02 {
	background-color: #9f9f9f;
	border: 1px solid #c4c4c4;
}

.btm_btn03 {
	background-color: #19416a;
	border: 1px solid #c4c4c4;
	font-size: 17px;
	width: 80% !important;

}

.btm_btn03r{
	background-color:#ffffff;
	border: 2px solid 	#19416a;
	color:  	#19416a;
	font-weight: 700;
	font-size: 17px;
	width: 80% !important;

}

.btm_btn03s {
	background-color: #19416a;
	border: 1px solid #c4c4c4;


}

.btm_btn04 {
	background-color: #c4373c;
	/* border: 1px solid #c4c4c4; */
	border-radius: 40px;
	font-size: 15px;
	display: inline-table;
	padding: 16px 40px;
	/* width: 80% !important; */

}


.btm_btn05 {
	background-color: rgb(7, 113, 121);
	/* border: 1px solid #c4c4c4; */
	border-radius: 40px;
	font-size: 15px;
	/* width: 80% !important; */

}

/*-----hero-----*/

#hero {
	background: #f6f5fd;
}

.hero_box {
	height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px 30px;
	padding: 0 30px 10px;
}

.hero_box>div:nth-of-type(1) {
	display: flex;
	flex-flow: column;
	gap: 20px 0;
}

.hero_box>div:nth-of-type(1) h1 img {
	width: auto;
	height: 60px;
}

.hero_box>div:nth-of-type(1)>p {
	font-size: 1.6rem;
	line-height: 1.5;
}

.hero_box>div:nth-of-type(1)>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px 30px;
}

.hero_box>div:nth-of-type(1)>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px 30px;
}

.hero_box>.stera_logo {
	width: auto;
	height: 50px;
}

.hero_box>div:nth-of-type(1)>div img.paycas_logo {
	width: auto;
	height: 30px;
}

.hero_box>div:nth-of-type(1)>div img.tance_logo {
	width: auto;
	height: 30px;
}

.hero_box>div:nth-of-type(1)>div>div {
	display: flex;
	flex-flow: column;
	align-items: center;
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	padding: 10px;
}

.hero_box>div:nth-of-type(1)>div>div>div {
	display: flex;
	align-items: baseline;
	gap: 0 5px;
	font-weight: bold;
	margin: 0 0 5px;
}

.hero_box>div:nth-of-type(1)>div>div>div div:nth-of-type(1) {
	font-size: 1.6rem;
}

.hero_box>div:nth-of-type(1)>div>div>div div:nth-of-type(2) {
	color: #a31e1e;
	font-size: 2.8rem;
}

.hero_box img.stera_hero {
	width: 100%;
	max-width: 280px;
}

.hero_box>div:nth-of-type(2) img.paycas_hero {
	width: 100%;
	max-width: 250px;
}

.hero_box>div:nth-of-type(2) img.tance_hero {
	width: 100%;
	max-width: 250px;
}

.hero_box>div:nth-of-type(2) img.jtvt10_hero {
	width: 100%;
	max-width: 300px;
}

/*-----hero ここまで-----*/


.fee p {
	margin-right: 10px;
	font-size: 17px;
	line-height: inherit;
}

.caption {
	font-size: 12px !important;
	margin-top: 10px;
}

/*business*/

.business h3 {
	font-size: 25px;
	font-weight: 800;
	color: #0a5f75;

}


.slick_box_auto {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.slick_box_auto li {
	position: relative;
	overflow: hidden;
	padding: 10px 5px 0;
	width: calc(33% - 10px);
	/* 10pxは間隔の幅 */
	margin-bottom: 30px;
	/* 下の間隔を追加 */

}

.slick_box_auto li img {
	object-fit: cover;
	border-radius: 10px;
	width: 100%;
	height: 170px;
}

.slick_box_auto li p {
	width: 70px;
	height: 70px;
	font-size: 13px;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: YakuHanJP, 'Noto Sans JP', 'noto-fallback', 'rome_num', sans-serif;
	border-radius: 50px;
	background: #031919;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 30%));
	position: absolute;
	top: 0;
	right: 0;
	padding-top: -3px;
	line-height: 17px;
}

.slick_box_auto li p.small {
	font-size: 1.1rem;
}


/*list*/

.stera_list {
	max-width: 70%;
}

.point p {
	font-size: 14px;
	font-weight: 600;
}

.point img {
	width: 90px;
}

.list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 800px;
	margin: auto;
	gap: 10px;
}

.list li {
	width: calc(100%/6)
}

#list h3 {
	font-size: 1.5rem;
	background: #ddf0fd;
	padding: 8px 10px;
	width: 65.7%;
}

/*introduce*/
.screen_box {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.screen_inner {
	width: calc(90%/4);
}

/*flow1*/

.movie {
	width: 100%;
	display: block;
	/* grid-template-columns: repeat(3, 1fr); */
	gap: 30px;
	text-align: center;
	margin: 0 auto;
}

/* .movie>div {
	border: 1px solid #ccc;
} */

.movie>div>p {
	font-weight: bold;
font-size: 13px;
	padding: 1px;
	margin: 2px 0 2px 0 ;
}

.movie video {
	width: 100%;
	max-width: 300px;
}

.movie>div a div {
	position: relative;
}

.movie>div a div::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(90, 90, 90, .8);
	margin: -25px 0 0 -25px;
}

.movie>div a div::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	border-top: 10px solid transparent;
	border-left: 16px solid #fff;
	border-bottom: 10px solid transparent;
	margin: -10px 0 0 -6px;
}

.movie div a {
	display: block;
	/* padding: 10px; */
}

.movie div a:hover {
	opacity: 0.3;
}

.movie div a img {
	width: 100%;
}
#flow1 img {
	height: 240px;
	object-fit: contain;
	padding: 0 20px;
}

#flow1 p {
	text-align: left;
}

#flow1 h4 {
	font-size: 15px;
	font-weight: 500;
	line-height: 0px;
	color: #ffffff;
	background-color: #042027;
	padding-left: 0;
	padding: 18px 20px;
	display: inline-block;
	border-radius: 25px;
}

#flow1 h4 span {
	font-size: 20px;
	display: contents;
}

#flow1 h3 {
	font-size: 25px;
	margin-bottom: 10px;
}

/*flow2*/


.flow2_box .col-2-5 {
	width: 20%;
}

.flow2_box figure {
	position: relative;
	width: 80%;
	margin: 0 auto;
	max-width: 150px;
}

.flow2_box.plan02 figure::after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	right: -120px;
	width: 47px;
	height: 14px;
	background: url('/product/taxfree/images/20210625/arrow01.png');
	background-size: cover;
}

.flow2_box p {
	width: 50%;
	margin: auto;
}

.flow2_box li:last-child figure::after {
	content: none;
}

.flow2_box figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*youtube*/
.youtube_box {
	max-width: 800px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px 0;
	text-align: center;
	margin: 0 auto;
}

.youtube_box>div,
.youtube_box2>div,
.youtube_box2>p {
	width: calc(98%/2);
}

.youtube_box>div a {
	display: block;
	width: 100%;
	max-width: 420px;
	border: 1px solid #ababc4;
	padding: 10px;
	margin: 0 auto;
	transition: 0.3s;
}

.youtube_box video,
.youtube_box2 video,
.youtube_box3 video {
	width: 100%;
}

.youtube_box>div a div,
.youtube_box2>div a div,
.youtube_box3>div a div {
	position: relative;
}

.youtube_box>div a div::before,
.youtube_box2>div a div::before,
.youtube_box3>div a div::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(90, 90, 90, .8);
	margin: -25px 0 0 -25px;
}

.youtube_box>div a div::after,
.youtube_box2>div a div::after,
.youtube_box3>div a div::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	border-top: 10px solid transparent;
	border-left: 16px solid #fff;
	border-bottom: 10px solid transparent;
	margin: -10px 0 0 -6px;
}

.youtube_box2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
}

.youtube_box2 div a,
.youtube_box3 div a {
	display: block;
	border: 1px solid #ababc4;
	padding: 10px;
}

.youtube_box div a:hover,
.youtube_box2 div a:hover,
.youtube_box3 div a:hover {
	opacity: 0.3;
}

.youtube_box2 div a img,
.youtube_box3 div a img {
	width: 100%;
}

.youtube_box3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.youtube_box3>div {
	width: calc(98%/3);
}

.youtube_stera {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	text-align: center;
	margin: 0 auto;
}

.youtube_stera>div {
	border: 1px solid #ccc;
}

.youtube_stera>div>p {
	font-weight: bold;
	background: #ddf0fd;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}

.youtube_stera video {
	width: 100%;
}

.youtube_stera>div a div {
	position: relative;
}

.youtube_stera>div a div::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(90, 90, 90, .8);
	margin: -25px 0 0 -25px;
}

.youtube_stera>div a div::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	border-top: 10px solid transparent;
	border-left: 16px solid #fff;
	border-bottom: 10px solid transparent;
	margin: -10px 0 0 -6px;
}

.youtube_stera div a {
	display: block;
	padding: 10px;
}

.youtube_stera div a:hover {
	opacity: 0.3;
}

.youtube_stera div a img {
	width: 100%;
}

/*ryoukin_box*/
.ryoukin_box {
	padding: 20px 10px;
	border: .5px solid #eaeaea;
	border-radius: 5px;
}

.fee {
	font-size: 20px;
	font-weight: 600;
}

.fee span {
	color: #a31e1e;
	font-size: 40px;
}

/*form1*/
#form1 p {
	font-size: 17px;
}

/*form2*/
#form2 p {
	font-size: 16px;
	color: aliceblue;
}

/*form*/
.content {
	display: flex;
}

/*title2*/
.title2 {
	background: #d2e2ef;
	padding: 10px;
	font-weight: 400;
	font-size: 16px;
	color: #284db2;
	font-weight: 600;
}

/*title3*/
.title3 {
	background: #d2eae1;
	color: #129836;
	font-weight: 600 !important;
	padding: 10px;
	font-weight: 400;
	font-size: 16px;

}

/* hardset */

.title4 {

	background: #f1f1f1;
	color: #5a5a5a;
	font-weight: 600 !important;
	padding: 3px 5px;
	margin-bottom: 5px;

}

/*  */
.howto1,
.howto2 {
	font-size: 1.6rem;
	line-height: 1.5;
}

.howto1 span {
	background: #2c3965;
	padding: 3px 14px;
	display: inline-block;
	font-size: 17px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: aliceblue;
	font-weight: 500;
}

.howto2 span {
	background: #2c6535;
	padding: 3px 14px;
	display: inline-block;
	font-size: 17px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: aliceblue;
	font-weight: 500;
}

.memo {
	border: 1px solid #cecece;
	padding: 10px;
	width: 80%;
	margin: auto;
}

/*hard*/
article.subContent h4:hover {
	background: none !important;
	cursor: inherit;
}

h4 span.open:after {
	content: "" !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-left: 0em;
}

h4 span:after {
	content: "" !important;
	font-family: "Font Awesome 5 Free";
}

.productName {
	font-size: 2rem;
	margin-bottom: 10px;
}

.rtext br {
	display: none;
}

.swiper-slide img {
	max-width: 200px;
	display: flex;
	border: 1px solid #a0909080;
	margin: auto;
}

.swiper-button-prev {
	border-radius: 25%;
	background: #0A5F75;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027%2044%22%3E%3Cpath%20d%3D%22M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") !important;
	background-size: 30% !important;
	background-repeat: no-repeat;
	background-position: center;
	top: 43% !important;
	z-index: 2 !important;
	padding: 18px;
}

.swiper-button-next {
	border-radius: 25%;
	background: #0A5F75;
	background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027%2044%22%3E%3Cpath%20d%3D%22M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E) !important;
	background-size: 30% !important;
	background-repeat: no-repeat;
	background-position: center;
	top: 43% !important;
	z-index: 2 !important;
	padding: 18px;
}

.arrow_container {
	position: relative;
	width: 100%;
	padding: 0px 35px;
}

.ProductTitle {
	padding-left: 0px !important;
}

.hardimg {
	margin-right: 10px;
	width: 90% !important;
	min-width: 107px !important;
}

.appryoukin_box>img {
	width: 100%;
	max-width: 500px;
	display: block;
	margin: 0 auto 20px;
}

.appryoukin_box>div {
	display: flex;
	justify-content: center;
	gap: 30px;
	border-bottom: 1px solid #eaeaea;
	padding: 0 0 20px;
	margin: 0 0 20px;
}

.appryoukin_box>div>div {
	text-align: center;
}

.appryoukin_box>div img {
	width: 100%;
	height: 200px;
	object-fit: contain;
	margin: 0 0 20px;
}

.appryoukin_box>div>div p:nth-of-type(1) {
	font-size: 2rem;
	font-weight: bold;
	border-bottom: 1px solid #eaeaea;
	position: relative;
	padding: 0 0 20px;
	margin: 0 0 10px;
}

.appryoukin_box>div>div p:nth-of-type(1)::after {
	content: '';
	width: 60px;
	height: 3px;
	display: inline-block;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #78b7ed;
	border-radius: 2px;
	position: absolute;
	bottom: 10px;
	left: 50%;
}

.appryoukin_box>div>div p:nth-of-type(2) {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 10px;
}

.appryoukin_box>div>div p:nth-of-type(3) {
	color: #a31e1e;
	font-size: 3rem;
	font-weight: bold;
	margin: 0 0 10px;
}

.appryoukin_box>div>div p:nth-of-type(3) span {
	color: #000;
	font-size: 1.6rem;
}

.appryoukin_box>p {
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.5;
	margin: 0 0 30px;
}

.title_green {
	display: inline-block;
	color: #0A5F75;
	font-size: 15px;
	font-weight: 700;
	line-height: 0;
	border: 1px solid #0A5F75;
	padding: 13px 8px;
	margin: 0 0 5px;
}

.frame_glay {
	border: 1px solid #eaeaea;
	padding: 30px;
}

.btn_entry {
	max-width: 600px;
	display: block;
	color: #fff;
	line-height: 1.5;
	background-color: #414141;
	border: 1px solid #c4c4c4;
	position: relative;
	padding: 15px 20px;
	margin: 0 auto;
	transition: .3s;
}

.btn_entry:hover {
	color: #fff;
	opacity: 0.3;
}

.btn_entry::after {
	font-family: "Font Awesome 5 Free";
	content: "\f35d";
	font-weight: 900;
	margin: 0 0 0 10px;
}

.btn_darkgreen {
	width: 100%;
	max-width: 300px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #0A5F75;
	border-radius: 5px;
	position: relative;
	padding: 0 10px;
	transition: .3s;
}

.btn_darkgreen:hover {
	color: #fff;
	opacity: 0.3;
}

.btn_darkgreen::after {
	content: "\f101";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 600;
	margin: 0 0 0 5px;
}

.text_small {
	font-size: 1.1rem;
}

.text_medium {
	font-size: 1.6rem;
}

.w_200 {
	width: 100%;
	max-width: 200px;
}

.w_250 {
	width: 100%;
	max-width: 250px;
}

.w_300 {
	width: 100%;
	max-width: 300px;
}

.w_400 {
	width: 100%;
	max-width: 400px;
}

/* kinou */

.tunagaru_box {
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
	margin: 0 auto 0px;
}

.kinou_box {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
}

.kinou_box>div {
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 10px;
	color: #333;
	text-decoration: none;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 1px 3px 3px rgb(0 0 0 / 20%);
	padding: 10px;
}

.kinou_box>div img {
	width: 30%;
	max-width: 40px;
	max-height: 40px;
	object-fit: contain;
}

.kinou_box>div p {
	width: 67%;
	max-width: 110px;
}



/*--- hardware.html ---*/

.hard_box {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.hard_box img {
	width: 130px;
	height: 80px;
	object-fit: contain;
}

.hard_box h3 {
	min-height: 30px;
	font-size: 1.5rem;
	margin: 0 0 15px;
}

.hard_box h3 span {
	font-size: 1.3rem;
	display: inline-flex;
}

.hard_box>a {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	border: 1px solid #b5b5b5;
	border-radius: 5px;
	position: relative;
	transition: .3s;
	background: #fff;
}

.hard_box>a:hover {
	color: #09f;
	opacity: 0.3;
}

.hard_box>a>div:nth-of-type(1)>div:nth-of-type(1) {
	display: flex;
	justify-content: center;
	background: #f3f3f3;
	border-radius: 5px 5px 0 0;
	padding: 10px;
}

.hard_box>a>div:nth-of-type(1)>div:nth-of-type(2) {
	padding: 10px;
}

.hard_box>a>div:nth-of-type(1)>div:nth-of-type(2) p {
	font-size: 1.1rem;
	line-height: 1.5;
}

.hard_box>a>div:nth-of-type(2) {
	border-radius: 5px 5px 0 0;
	padding: 0 10px 10px;
}

.hard_box>a>div:nth-of-type(2) p {
	position: relative;
}

.hard_box>a>div:nth-of-type(2) p::after {
	font-family: "Font Awesome 5 Free";
	content: "\f101";
	font-weight: 900;
	margin: 0 0 0 10px;
}


span.h_black::after {
	font-size: 15px;
	content: "黒";
	padding: 5px 5px;
	background: #000000;
	color: #fff;
	margin-left: 5px;
	vertical-align: 2px;
	font-weight: 400;
	border-radius: 4px;
}

span.h_white::after {
	font-size: 15px;
	content: "白";
	padding: 5px 5px;
	background: #ffffff;
	color: #000000;
	border: 1px solid rgb(211, 211, 211);
	margin-left: 5px;
	vertical-align: 2px;
	font-weight: 400;
	border-radius: 4px;
}

.t_none{display: none!important;}

/* price */
.tprice_box {
	width: 100%;
	display: flex;
	justify-content: space-around;
	text-align: center;
}

.price-card1 {
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 10px;
	text-align: center;
	width: calc(50% - 10px);
}

.price-card2 {
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}


.price-card1>h3 {
	width: 100%;
	/* margin-bottom: 20px; */
	text-align: center;
	font-weight: 700;
}

.price-value {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}


.price-value span {
	color: #D64550;
	font-size: 50px;
	font-weight: bold;
}

.price-value2 {
	margin-top: 20px;
}

.price-value2 span {
	color: #153899;

	font-size: 30px;
	font-weight: bold;
}


.price-value3 {
	color: #2e2e2e;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 400;
}

.per-month {
	font-size: 16px;
}

.note {
	font-size: 14px;
	color: #888;
}

.option {
	font-size: 20px;
	font-weight: 600;
	padding: 20px 0 5px 0;
}



/* ending */

section.ending {
	/* background-color: #D0701D; */
	margin: 0 auto;
	text-align: center
}

.endingbox {
	width: 100%;
	text-align: center;
	margin: 0 auto
}

.endingbox h2 {
	font-size: 32px;
	/* color: #fff; */
	font-weight: 700;
	margin: 0 0 20px 0;
}

.endingbox h5 {
	font-size: 1.4rem;
	/* color: #fff; */
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 20px
}

.endingbox ul {
	display: flex;
	justify-content: center;
	gap: 30px;
    align-items: flex-start;
    margin: 0 auto;
    align-items: center;
    padding: 0 15px;
}


.endingbox ul li span {
	display: block;
	font-size: 14px;
	color: #fff
}

/* .endingbox p {
	font-size: 30px;
	color: #fff;
	font-weight: 700
} */

.endingbox span {
	display: inline-block;
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	padding: 0 10px
}

.appqr{max-width: 80px;}
/* flow */

.small2{font-size: 12px;}

.point2 {
	/* display: flex; */
	text-align: center;
	margin-top: 20px;
	padding: 10px;
	background-color: #23828d;
	color: #ffffff;
	font-size: 19px;
	font-weight: 400;

}

.flow_box {
	margin-left: 30px;
	min-height: 130px;
}


.flow_par span {
	font-weight: 600;
	color: #c4373c;
	font-size: larger;
}

/* .flow_par .small {
	color: #535353;
	font-size: 10px;
} */

.banner {
	max-width: 250px;
	margin-top: 30px;
}

.process>ul>li {
	font-size: 1.2em;
	line-height: 1em;
	border-top: 3px solid;
	border-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
	border-image-slice: 1;
	margin: 0;
	padding: 35px 35px 0 35px;
	counter-increment: section;
	position: relative;
	color: #34435e;
}

.process>ul>li h3 {
	margin-bottom: 20px;
	font-size: 25px;
	/* color: #1f8312; */
}

.process>ul>li:before {
	content: counter(section);
	position: absolute;
	border-radius: 50%;
	padding: 10px;
	height: 1.25em;
	width: 1.25em;
	background-color: #147087;
	text-align: center;
	line-height: 1.25em;
	color: #ffffff;
	font-size: 1.5em;
	left: 0px;
}

/* faq */

#faq h2 {
	margin-bottom: 0
}

#faq .container2 {
	margin: 0 auto;
}

#faq h3 {
	color: #373d51;
	padding: 1.3rem;
	margin: 0
}
#faq .accordion2  {
counter-reset: number 0; 
}

#faq .cp_qa02 {
	width: 100%;
	display: flex;
	flex-direction: column;
	color: #0f1406;
	font-size: 1.6rem;
	line-height: 1.5;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	padding: 30px 60px 10px 30px;
	margin: 0;
	text-align: justify;
	font-weight: 600;

}
.cp_qa02::before {
	counter-increment: number;
    content: counter(number) ". ";
	position: absolute;
	top: 50;
	left: 0;
	position: absolute;
  }

.cp_qa02.active3{color: #147087!important;}


#faq .accordion2 a:hover,
#faq .accordion2 a:hover::after {
	cursor: pointer;
	color: #147087;
}

#faq .accordion2 a:hover::after {
	border: 1px solid #147087;
}

#faq .accordion2>a.active3 {
	color: #147087;
	border-bottom: 1px solid #147087;
	background: #f1fafc
}

#faq .accordion2 a:after {
	content: "+";
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	position: absolute;
	bottom: 9px;
	right: 1rem;
	font-size: 3.3rem;
	color: #7288a2;
	padding: 5px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 1px solid #7288a2;
}

#faq .accordion2 a.active3:after {
	content: "-";
	font-size: 2.5rem;
	font-weight: 600;
	color: #147087;
	border: 1px solid #147087;
}

#faq .accordion2 a.link_faq {
	width: 20pc;
	color: green;
	text-align: center;
	position: relative;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 600;
	background-color: #fff;
	border: 1px solid green;
	border-radius: 20px;
	padding: 10px 0;
	margin: 10px 0 20px;
	transition: .3s
}

#faq .accordion2 a.link_faq:hover {
	color: #0f1406;
	border: 1px solid #0f1406
}

/* #faq .accordion2 a.link_faq:after {
	display: none
} */

#faq .accordion2 a.link_faq.active2 {
	background: 0
}

#faq .accordion2 .content {
	opacity: 0;
	padding: 0 1rem;
	max-height: 0;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	clear: both;
	transition: all .2s ease .15s
}

#faq .accordion2 .content p {
	font-size: 1.5rem;
    line-height: 1.7;
	text-align: left;
}

#faq .accordion2 .content.active3 {
	opacity: 1;
	padding: 1.6rem 0;
	max-height: 100%;
	transition: all .35s ease .15s
}

/* cta */

.cta_inner {
	padding: 30px 20px;

}

.cta_inner h4 {
	font-size: 22px;
}

/* cta */

/* .process > ul > li:nth-child(even) {
	border-right: 3px solid;
	padding-left: 0;
}

.process > ul > li:nth-child(even):before {
	left: 100%;
	margin-left: -20px;
}

.process > ul > li:nth-child(odd) {
	border-left: 3px solid;
	padding-right: 0;
}

.process > ul > li:nth-child(odd):before {
	right: 100%;
	margin-right: -20px;
} */

.process>ul>li:first-child {
	border-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.process>ul>li:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.mo_slider1 {
	position: relative;
	background: url(../img/iphone_mock.png) center top no-repeat;
	background-size: contain;
	width: 320px;
	height: 550px;
	display: flex;
	margin: auto !important;
}

.support_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.support_box img {
	width: 5%
}

.support_box div {
	width: 90%
}

/* footter */
.footNav .rearegi > div > div > ul {
	width: 100%;
	max-width: 800px;
	display: flex;
	justify-content: space-between;
	text-align: left;
	margin: 0 auto;
}

.footermenu > ul > li {
	display: block;
	float: left;
	width: 14%
}

.footermenu > ul > li:first-child,
.footermenu > ul > li:last-child,
.footermenu > ul > li.home {
	width: 8%;
	overflow: hidden;
	text-align: left
}

.footermenu > ul > li.products,
.footermenu > ul > li.news,
.footermenu > ul > li.support,
.footermenu > ul > li.about,
.footermenu > ul > li.document {
	width: auto;
}

.rearegi {
	background: #f7fafa;
	padding: 0 10px;
}

/*--- hardware.html ここまで---*/

@media screen and (max-width:1260px) {

	.index_hero_box {

		display: block;

	}

	/*--- ヘッダーメニュー ---*/

	body.fixed {
		width: 100%;
		height: 100%;
		position: fixed;
		overflow-y: scroll;

	}

	.header_nav .bg_blind.on {
		background: #dbe5e5;
	}

	.header_nav .main_menu {
		padding: 0 10px;
	}

	.header_nav .main_menu>ul {
		width: 100%;
		height: 0;
		overflow-y: hidden;
		flex-flow: column;
		background: #dbe5e5;
		position: absolute;
		top: 60px;
		left: 0;
		opacity: 0;
		transition: .3s;
	}

	.header_nav .main_menu>ul>li {
		width: 100%;
		border-bottom: 1px solid #f6f6f6;
	}

	.header_nav .main_menu>div:nth-of-type(1) img {
		max-width: 100px;
	}

	.header_nav .sp_btn {
		width: 30px;
		height: 30px;
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: center;
		gap: 5px 0;
		position: absolute;
		right: 10px;
	}

	.header_nav .sp_btn>div {
		width: 30px;
		height: 3px;
		background: #797979;
		transition: .3s;
	}

	.header_nav .sp_btn.on>div:nth-of-type(1) {
		position: absolute;
		transform: rotate(45deg);
	}

	.header_nav .sp_btn.on>div:nth-of-type(2) {
		opacity: 0;
	}

	.header_nav .sp_btn.on>div:nth-of-type(3) {
		position: absolute;
		transform: rotate(-45deg);
	}

	.header_nav .sp_btn.on+ul {
		height: auto;
		opacity: 1;
	}

	.header_nav .main_menu>div:nth-of-type(3) {
		gap: 10px;
		right: 60px;
	}

	/*--- ヘッダーメニュー ここまで---*/

	/*-----index.html hero-----*/

	.index_hero_box>div>div:first-of-type>div>img {
		max-width: 250px;
	}

	.index_hero_box>div>div:last-of-type>div {
		flex-flow: column;
	}

	.index_hero_box>div>div:last-of-type>img {
		width: 95%;
	}

	/*-----index.html heroここまで-----*/


	/*-----hero-----*/

	.hero_box>div:nth-of-type(1)>p {
		font-size: 1.4rem;
	}

	.hero_box>div:nth-of-type(2) img.stera_hero {
		max-width: 250px;
	}

	/*-----hero ここまで-----*/

	.index_tanmatu_box>div {
		max-width: 800px;
		grid-template-columns: repeat(2, 1fr);
	}

	.index_tokuchou_box>div:first-of-type {
		max-width: 600px;
		grid-template-columns: repeat(2, 1fr);
		margin: 0 auto 30px;
	}

	.index_tokuchou_box>div:last-of-type>div:nth-of-type(1)>div>p {
		bottom: 10px;
	}


	.list li p {
		font-size: 1.2rem;
	}

	.busicom_logo a {
		right: 200px;
		top: 19px;
		width: 80px
	}

	.buttons {
		top: 4px;
		right: 50px
	}

	.buttons li a {
		padding: 11px 10px 11px 30px;
		font-weight: 300;
		font-size: 12px
	}

	.login {
		margin-right: 5px;
		position: relative
	}

	.login::before {
		font-family: "Font Awesome 5 Free";
		font-size: 10px;
		top: 37%;
		left: 6%
	}

	.register {
		margin-right: 10px;
		position: relative
	}

	.arrow2::after {
		display: none
	}

	.menu2 {
		display: none
	}

	.menu2 li a.arrow2 {
		padding: 20px 25px
	}

	.mobile-menu {
		display: block;
		position: relative;
		padding: 30px
	}

	.mobile-menu:hover::after {
		color: #0a5f75
	}

	.mobile-menu2 {
		display: block;
		position: relative;
		padding: 30px
	}

	nav {
		margin: 0;
		background: none
	}

	.menu2 li {
		display: block;
		margin: 0
	}

	.sub-menu {
		display: none !important
	}

	.menu2 li a {
		background: #fff;
		color: #797979;
		border-top: 1px solid #e0e0e0;
		border-left: 3px solid #fff
	}

	.menu2 li a:hover {
		background: #f0f0f0;
		color: #797979;
		border-left: 3px solid #0a5f75
	}

	.menu li:hover>a {
		background: #f0f0f0;
		color: #797979;
		border-left: 3px solid #0a5f75
	}

	/*level 2 and 3 - make same width as all items*/
	.menu2 ul {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		width: 100%
	}

	.menu2 ul ul {
		left: 0
	}

	.realdepos_list {
		margin: 0px 0px;
		width: calc(95%/4)
	}

	.realdepos_list img {
		width: 50%;
		margin-bottom: 20px
	}

	.youtube_stera {
		max-width: 600px;
		grid-template-columns: repeat(2, 1fr);
	}

	.hard_box {
		grid-template-columns: repeat(3, 1fr);
	}

	.mainlink a {
		padding: 15px 25px 20px 8px !important
	}

	.mainlink a img {
		width: 100px
	}

	.btn_box {
		margin: auto;
		display: table;
		text-align: center;
	}



}

@media screen and (max-width:1010px) {

	/*  */
	.point_box {
		display: block;
		gap: 10px;
		margin: auto;

	}

	.point_inner {
		display: block;
		gap: 10px;
		margin: auto;
		width: 70% !important;
	}

	.price {
		max-width: 400px;
	}

	.point_inner>.white_box {
		height: auto;
	}

	.text_green {
		font-size: 18px;

	}

	.text_green span {
		font-size: 18px;
	}

	/*  */
	.kessai_info table td {
		display: block;
		border-top: none;
		border-bottom: none;
	}


	.kessai_info td:first-of-type {
		width: 100%;
		/* background-color: rgb(240, 240, 240); */
	}

	.kessai_info td:nth-of-type(2) {
		width: 100%;
	}
}


@media screen and (max-width:767px) {


	.full-width h2 {
		font-size: 3rem;
	}

	.device h3 {
		font-size: 1.8rem;

	}

	.pconly3 {
		display: none !important;
	}

	.sponly3 {
		display: block !important;
		margin: auto;
	}

	/*----- 固定ボタン -----*/

	.fixed_btn_app,
	.fixed_btn_otoiawase {
		width: 50%;
		height: 50px;
		justify-content: center;
		writing-mode: initial;
		border-radius: 0;
		top: auto;
		bottom: 0;
		right: auto;
		padding: 0;
	}

	.fixed_btn_app {
		right: 0;
	}

	.fixed_btn_otoiawase {
		left: 0;
	}

	.fixed_btn_app:hover,
	.fixed_btn_otoiawase:hover {
		padding: 0;
	}

	/*  */
		/* hikaku */

		table.compare01 td:first-child {

			min-width: 130px;
		}
	
		.hikaku_img img {
			height: 55px;
			width: auto;
			object-fit: contain;
		}
	
		table.compare01 {
			table-layout: unset !important;
		}
	
		table.compare01 tr td,
		table.compare01 th {
			display: table-cell;
			;
			/*tdをブロックレベルに（セルをやめる）*/
			border-top: 0.4px solid #ccc;
			border-bottom: none;
		}

	/*----- 固定ボタン ここまで -----*/

	/*----- キャンペーンバナー -----*/

	.bnr_cam {
		bottom: 70px;
	}

	/*----- キャンペーンバナーここまで -----*/

	.pagetop {
		bottom: 65px;
	}

	/*-----index.html hero-----*/
	.index_hero_box {
		width: 100%;
		display: block;
		background-image: url("/product/rearegi/terminal-app/img/index_hero_bg.png");
		background-size: cover;
		/*後ろに配置したい画像のサイズ*/
		background-position: center right;

		background-repeat: no-repeat;

	}

	.index_hero_box>div {
		/* height: 520px; */
		flex-flow: column;
		padding: 30px 10px;
	}

	.index_hero_box>div>div:first-of-type {
		display: flex;
		flex-flow: column;
		align-items: center;
	}

	.index_hero_box>div>div:first-of-type>div {
		flex-flow: column;
	}

	.index_hero_box>div>div:last-of-type {
		display: flex;
		flex-flow: column;
		align-items: center;
	}

	/* .index_hero_box > div > div:last-of-type > img {
		display: none;
	} */

	.index_hero_box>div>div:last-of-type>div {
		max-width: 230px;

		flex-flow: nowrap;
	}


	/*  */
	.point_box {
		display: block;
		gap: 10px;
		margin: auto;

	}

	.point_inner {
		display: flex;
		gap: 10px;
		margin: auto;
		width: 100% !important;
	}

	.price {
		max-width: 400px;
	}


	/* kessai2 */

	.index_kesai_type2 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 30px 0;
		/* margin: 0 0 30px; */
	}

	.index_kesai_type2>div {
		display: flex;
		flex-flow: column;
		align-items: center;
		border-right: 1px solid #dddddd;
		padding: 0 10px;
		margin: auto 0;
	}

	.index_kesai_type2>div:last-of-type {
		border-right: none;
	}

	.index_kesai_type2>div>div:first-of-type {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;

		/* height: 50px; */
		/* margin: 0 0 10px; */
	}

	.index_kesai_type2>div>div:last-of-type {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 200px;
		margin: auto;
	}



	.index_tanmatu_box>div {
		max-width: 400px;
		grid-template-columns: repeat(1, 1fr);
	}

	.index_tanmatu_box>div>div>p:last-of-type {
		min-height: auto;
		font-size: 2.2rem;
	}

	.index_douga_box .youtube_box>p img {
		margin: 0 5px 7px;
	}

	.index_rendou_box {
		margin: 0 0 30px;
	}

	.index_tokuchou_box>div:first-of-type {
		grid-template-columns: repeat(1, 1fr);
	}

	.index_tokuchou_box>div:first-of-type>div {
		width: 100%;
		max-width: 250px;
		margin: 0 auto;
	}

	.index_tokuchou_box>div:first-of-type>div:last-of-type {
		margin: 0 auto;
	}

	.index_tokuchou_box>div:last-of-type {
		grid-template-columns: repeat(1, 1fr);
		padding: 20px;
	}

	.index_tokuchou_box>div:last-of-type>div>div>div img:first-of-type {
		margin: 10px 0 0;
	}

	.index_tokuchou_box>div:last-of-type>div>div>p {
		bottom: 40px;
		left: 0;
	}

	.index_tokuchou_box>div:last-of-type>div:nth-of-type(1)>div>p,
	.index_tokuchou_box>div:last-of-type>div:last-of-type>div>p {
		bottom: 15px;
	}

	.index_tokuchou_box>div:last-of-type>div>div>div img:last-of-type {
		max-width: 200px;
		height: auto;
	}


	/* kessai */


	.kessai_box {
		display: block;
		text-align: center;
	}

	.kessai_inner1 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding-right: 0px;
	}

	.kessai_inner1 p {
		font-size: 25px;
		margin-bottom: 20px;
	}

	.kessai_inner2 {
		width: 100%;
	}

	.kessai_inner2 p {
		width: 90%;
		margin: auto;
	}

	.kessai_info+.banner {

		margin: auto;
	}


	.index_kesai_box>div.pay_tance a:first-of-type {
		margin: 0 0 30px;
	}

	.index_kesai_box>div {
		max-width: 500px;
		padding: 30px 10px;
		margin: 0 auto 30px;
	}

	.index_kesai_box>div.pay_tance {
		flex-flow: column;
		align-items: center;
	}

	/* .index_kesai_box>div>div>p:first-of-type {
		font-size: 1.4rem;
	} */

	.index_kesai_box>div>div:first-of-type img,
	.index_kesai_box>div>div:nth-of-type(3) img {
		max-width: 200px;
		margin-bottom: 10px;
	}

	.index_kesai_box>div>div:first-of-type p:last-of-type,
	.index_kesai_box>div>div:nth-of-type(3) p:last-of-type {
		width: 100%;
		/* margin: 20px 0 0; */
	}

	.index_kesai_type {
		grid-template-columns: repeat(1, 1fr);
		margin: 0;
	}

	.index_kesai_type>div,
	.index_kesai_type>div:first-of-type {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #dddddd;
		padding: 0 0 30px;
	}

	.index_kesai_type>div:last-of-type {
		border-bottom: none;
		padding: 0;
	}

	.index_kesai_type>div>div,
	.index_kesai_type>div>div:last-of-type {
		height: auto;
	}

	.index_mousikomi_box>div {
		flex-flow: column;
		align-items: center;
	}

	.index_mousikomi_box>div>div {
		border-radius: 5px;
		margin: 0 0 60px 0;
	}

	.index_mousikomi_box>div>div:first-of-type {
		height: 87px;
	}

	.index_mousikomi_box>div>div:first-of-type::after {
		transform: rotate(90deg);
		top: 73px;
		right: 50%;
		margin: 0 -15px 0 0;
	}

	.index_mousikomi_box>div>div:last-of-type {
		margin: 0;
	}

	.index_mousikomi_box>div>div:last-of-type::after {
		display: none;
	}

	/*-----index.html hero ここまで-----*/

	/*-----hero-----*/

	.hero_box {
		height: auto;
		flex-flow: column;
		padding: 30px 20px;
	}

	.hero_box>div:nth-of-type(1)>div {
		flex-flow: column;
	}

	.hero_box>div:nth-of-type(2) img.stera_hero,
	.hero_box>div:nth-of-type(2) img.paycas_hero,
	.hero_box>div:nth-of-type(2) img.tance_hero {
		max-width: 200px;
	}

	/*-----hero ここまで-----*/



	.slick_box_auto li {
		position: relative;
		overflow: hidden;
		padding: 10px 5px 0;
		width: calc(50% - 10px);
		/* 10pxは間隔の幅 */
		margin-bottom: 30px;
		/* 下の間隔を追加 */

	}


	/*business*/


	.table_kessai {
		max-width: 400px;
	}

	.table_kessai th {
		display: none;
	}

	.table_kessai td {
		display: block;
		margin: 35px 0 0 0;
	}

	.table_kessai td:nth-child(1)::before,
	.table_kessai td:nth-child(2)::before,
	.table_kessai td:nth-child(3)::before,
	.table_kessai td:nth-child(4)::before {
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100.7%;
		height: 35px;
		background: #ddf0fd;
		box-sizing: border-box;
		font-weight: bold;
		top: -36px;
		left: -1px;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
		padding: 10px;
	}

	.table_kessai td:nth-child(1)::before {
		content: "クレジットカード";
		border-top: 1px solid #ccc;
	}

	.table_kessai td:nth-child(2)::before {
		content: "電子マネー";
	}

	.table_kessai td:nth-child(3)::before {
		content: "QR・バーコード決済";
	}

	.table_kessai td:nth-child(4)::before {
		content: "現金";
	}

	.rtext {
		text-align: center;
	}

	.rtext br {
		display: block;
	}

	.col-6 {
		width: 100%;
	}

	.pcnone {
		display: block;
	}

	/*list*/
	.list li {
		width: calc(100%/4);
		margin-bottom: 10px;
	}

	#list h3 {
		width: 100%;
		margin-top: 15px;
	}

	/*flow2*/

	
	.process>ul>li:before {

		top: 14px;
	}

	.process>ul>li h3 {
		line-height: 30px;
	}

	.process>ul>li {

		padding: 60px 35px 0 35px;

	}

	#flow1 img {
		display: block;
		max-width: 300px;
		height: auto;
		margin: 0 auto;
	}

	.flow2_box {
		flex-flow: column wrap;
		justify-content: center;
		width: 70%;
		margin: 0 auto;
	}

	.flow2_box .col-2-5,
	.flow2_box .col-4 {
		width: 100%;
	}


	.flow2_box figure {
		position: relative;
		width: 80%;
		margin: 0 auto;
	}

	.flow2_box.plan01 figure::after {
		content: none;
	}

	.flow2_box.plan02 figure::after {
		content: none;
	}

	.flow2_box.plan03 figure::after {
		content: none;
	}

	.flow2_box li:last-child figure::after {
		content: none;
	}

	.flow2_box figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.flow2_box p br {
		display: none;
	}


	.plans .adjust {
		height: auto !important;
	}

	/*hard*/
	.flow_box {
		margin-left: 0px;
		min-height: 130px;
	}

	.flow2_box p {
		width: 100%;
		margin: auto;
	}

	.flow2_box p br {
		display: block;
	}

	/*youtube*/
	.youtube_stera {
		max-width: 500px;
		grid-template-columns: repeat(1, 1fr);
	}

	.youtube_box {
		max-width: 400px;
	}

	.youtube_box div,
	.youtube_box2 div,
	.youtube_box2 p,
	.youtube_box3 div {
		width: 100%;
	}

	.youtube_box2 div a {
		margin: 0 0 10px;
	}

	.youtube_box2 {
		max-width: 300px;
		text-align: center;
	}

	.youtube_box3 {
		max-width: 300px;
	}

	.youtube_box3 div {
		margin: 0 0 30px;
	}

	.youtube_box3 div:last-of-type {
		margin: 0;
	}

	.appryoukin_box>div {
		flex-flow: column;
	}

	.appryoukin_box>div>div:nth-of-type(1) {
		border-bottom: 1px solid #eaeaea;
		padding: 0 0 20px;
	}

	.appryoukin_box>div>div p:nth-of-type(1) {
		border-bottom: none;
	}

	/*--- hardware.html ---*/

	.hard_box {
		max-width: 500px;
		grid-template-columns: repeat(2, 1fr);
		margin: 0 auto;
	}

	.hard_box h3 {
		font-size: 1.5rem;
	}

	.hard_box p {
		font-size: 1.2rem;
	}

	/*--- hardware.html ここまで---*/

	.mb-10-sp {
		margin-bottom: 1rem !important;
	}

	.mb-20-sp {
		margin-bottom: 2rem !important;
	}

	.mb-30-sp {
		margin-bottom: 3rem !important;
	}


	/* kinou */
	.kinou_box {
		grid-template-columns: repeat(2, 1fr);
	}

	.kinou_box>a p {
		font-size: 1.2rem;
	}

	/* pricebox */
	.tprice_box {
		display: flex;
		flex-direction: column;
	}

	.price-card1,
	.price-card2 {
		width: 100%;
	}


	/* ending */
	.endingbox h2 {
		font-size: 2.8rem;
	}

	.endingbox img {
		width: 80%
	}

	.endingbox ul li img {
		width: 80%;
		max-width: 150px;
	}

	.endingbox ul {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.endingbox ul li {
		width: 60%;
		margin: 0 auto;
	}

	/* .endingbox ul li:first-of-type {
		width: 60%;
		margin: 0 auto 20px auto;
	} */

	.endingbox ul li span {
		display: block;
		font-size: 14px;
		color: #fff
	}

	.endingbox ul li span img {
		width: 86px
	}

	/* .endingbox p {
		font-size: 26px;
		color: #fff;
		font-weight: 700
	} */

	.endingbox span {
		display: inline-block;
		font-size: 40px;
		font-weight: 700;
		color: #fff;
		padding: 0 10px
	}


	/* cta */
	.cta_box {
		gap: 10px;
	}


	.support_box {
		display: block;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.support_box img {
		width: 8%;
		margin-bottom: 20px
	}

	.support_box div {
		width: 100%
	}

}

/*印刷*/
@media print {

	.slide-left,
	.slide-right {
		opacity: 1 !important;
		visibility: visible !important;
		position: relative !important;
		right: 0 !important
	}

	#nav {
		display: none;
	}

	body {
		margin-top: -90px;
	}
}