@charset "UTF-8";

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

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

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

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

.atk_header_nav a:hover,
.atk_header_nav a.on {
	opacity: 0.3;
}

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

.atk_bg_blind {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: -1;
	opacity: 0;
	transition: .3s;
}

.atk_header_nav > div > div.atk_bg_blind {
	opacity: 0;
}

.atk_header_nav > div > div.atk_bg_blind.on {
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 1;
}

.atk_header_nav > div > div:nth-of-type(2) {
	display: flex;
	align-items: center;
	gap: 30px;
	font-size: 1.4rem;
	position: relative;
	padding: 0 30px;
	margin: 0 auto;
}

.atk_header_nav > div > div:nth-of-type(2) > div:nth-of-type(1) a {
	transition: .3s;
}

.atk_header_nav > div > div:nth-of-type(2) > div:nth-of-type(1) a:hover {
	opacity: 0.3;
}

.atk_header_nav > div > div:nth-of-type(2) > div:nth-of-type(1) img {
	width: 100%;
	max-width: 120px;
	vertical-align: bottom;
}

.atk_header_nav > div > div:nth-of-type(2) > ul {
	display: flex;
	gap: 0 30px;
}

.atk_header_nav > div > div:nth-of-type(2) > ul > li {
	width: min-content;
	position: relative;
}

.atk_header_nav > div > div:nth-of-type(2) > ul > li > a {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	white-space: nowrap;
	position: relative;
}

.atk_header_nav > div > div:nth-of-type(2) > ul > li:nth-of-type(2) > a::after {
	content: "";
	width: 6px;
	height: 6px;
	border-right: solid 2px #fff;
	border-top: solid 2px #fff;
	position: absolute;
	bottom: 10px;
	transform: rotate(135deg);
	transition: .3s;
}

.atk_header_nav > div > div:nth-of-type(2) > ul > li:nth-of-type(2) > a.on::after {
	transform: rotate(-45deg);
}

.atk_header_nav > div > div:nth-of-type(2) > ul > li a + ul {
	width: 250px;
	height: 0;
	background: #fff;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 5px 4px 0 rgb(0, 0, 0, 20%);
	position: absolute;
	top: 60px;
	left: -75px;
	opacity: 0;
	overflow: hidden;
	padding: 0 20px;
	transition: .3s;
}

.atk_header_nav > div > div:nth-of-type(2) > ul > li a + ul li {
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px;
	margin: 0 0 20px;
}

.atk_header_nav > div > div:nth-of-type(2) > ul > li a + ul li:last-of-type {
	border-bottom: none;
	padding: 0;
	margin: 0;
}

.atk_header_nav > div > div:nth-of-type(2) > ul > li a.on + ul {
	height: auto;
	opacity: 1;
	padding: 20px;
}

.atk_header_nav > div > div:nth-of-type(2) > ul > li > ul > li a {
	padding: 5px 0;
}

.atk_header_nav > div > div:nth-of-type(2) > ul > li:nth-of-type(3) a {
	position: relative;
}

.atk_header_nav > div > div:nth-of-type(2) > ul > li:nth-of-type(3) a::after {
	content: "\f35d";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	margin: 0 0 0 5px;
}

.atk_header_nav > div > div:nth-of-type(2) > a {
	color: #D0711E;
	background: #fff;
	position: absolute;
	right: 30px;
	border-radius: 5px;
	padding: 10px;
}

.atk_header_nav > div > div:nth-of-type(2) > a:hover {
	opacity: 0.3;
}

.atk_header_nav > div > div:nth-of-type(2) > a::after {
	content: "\f019";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 15px;
	margin-left: 10px;
}

.atk_header_nav .atk_sp_btn {
	display: none;
}

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

ul {
	display: flow-root;
}

body {
	overflow-y: scroll;
	overflow-x: hidden !important;
}

a:hover {
	transition: .3s !important;
	opacity: .6
}

.red {
	color: red
}

a:hover img {
	transition: .5s;
	opacity: .7
}

img {
	max-width: 100%;
	height: auto
}

#container h3 {
	line-height: 1.5;
}

:root {
	--color1: #D0701D;
	--color2: #fff
}

/*menu*/

.mainlink a {
	padding: 12px 25px !important;
}

.mainlink a img {
	width: 110px;
}

.shadow {
	filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.19));
}





/*menu*/

main#hardware {
	font-size: 18px;
	color: #202020;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.bnr_box {
	max-width: 800px;
	margin: 0 auto;
}

.bnr_box img {
	width: 100%;
}

.bnr_100 {
	width: 100% !important;
}

.hero {
	background: radial-gradient(#fff 60%, #e6e6e6);
	width: 100%;
}

.hero.index {
	display: flex;
	justify-content: center;
	gap: 30px;
}

.hero.index > div:nth-of-type(2) {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero.index > div:nth-of-type(2) > img {
	width: 100%;
	max-width: 600px;
}

.heroinner h1 {
	font-size: 3rem;
	line-height: 1.2;
	margin: 0 0 30px;
}

.heroinner h1 span {
	font-size: 2.4rem;
}

.heroinner > p img {
	width: 100%;
	max-width: 300px;
	margin: 0 0 30px;
}

.heroinner ul {
	display: flex;
	align-items: flex-end;
	gap: 30px;
}

.heroinner li:first-child {
	margin-right: 10px
}

.heroinner li span {
	display: block;
	text-align: center;
	font-size: 14px
}

.heroinner li img {
	width: 80%
}

.flex_img {
	max-width: 1010px;
	text-align: center;
	margin: 30px auto 50px auto;
}

section.cashless {
	width: 100%;
	background-color: #a29388;
	margin: 0 auto;
	text-align: center
}

.cashless h2,
.payment h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin: 0 0 20px;
}

.cashless p {
	color: #fff;
}

.clicon {
	margin-bottom: 20px !important;
}

.clicon img {
	max-height: 130px;
	margin: 0 0 10px;
}

.clicon h4 {
	width: 100%;
	max-width: 200px;
	color: #A29387;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	border-radius: 20px;
	padding: 5px 10px;
	margin: 0 auto;
}

.os h2 {
	text-align: center;
	margin-bottom: 2rem
}

.os h3 {
	width: 80%;
	margin: 0 auto 30px;
	background-color: #CA8E68;
	padding: 2rem 0;
	text-align: center;
	color: #fff;
	font-weight: 700
}

.osp img:nth-child(1) {
	max-height: 55px
}

.osp img:nth-child(2) {
	max-height: 265px;
	width: auto
}

.osp h4 {
	font-size: 2.6rem;
	font-weight: 700;
	color: #757575
}

.osp span {
	font-size: 1.4rem;
	color: #666
}

section.payment {
	width: 100%;
	background-color: #ca8e68;
	margin: 0 auto;
	text-align: center
}

.payment p {
	color: #fff;
	margin-bottom: 20px
}

.payment_layout {
	display: flex;
	justify-content: space-between
}

.paymentbox {
	text-align: center;
	width: 30%
}

.paymentbox img {
	max-height: 110px
}

.paymentbox p {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px
}

.cardbox {
	min-height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #CA8E68;
	border-radius: 5px;
	padding: 20px 10px;
}

.cardbox img {
	max-height: 80px;
	width: auto !important
}

.card_layout p {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
}

table.kessai {
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 100%;
	padding: 1rem
}

table.kessai th {
	background-color: #A29387;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	padding: .4rem
}

table.kessai td {
	width: 50%;
	vertical-align: middle;
	padding: 1.8rem
}

table.kessai td ul li {
	display: inline-block;
	vertical-align: middle
}

table.kessai td ul li:first-child {
	width: 32px;
	height: 32px
}

table.kessai td ul li .ttl {
	font-size: 1.8rem;
	color: #707070;
	margin-left: 10px
}

.type_w {
	position: relative;
	z-index: 1;
	display: block;
	background-color: #fff;
	border: 2px solid #D0701D;
	padding: 2rem;
	color: #D0701D;
	text-align: center;
	width: 100%
}

.type_n {
	position: relative;
	z-index: 1;
	width: 100%;
	display: block;
	background-color: #D0701D;
	border: 2px solid #D0701D;
	padding: 2rem;
	color: #fff;
	text-align: center;
	width: 100%
}

.type_w a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.type_n a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

section.bottomicon {
	width: 100%;
	background-color: #A29387;
	margin: 0 auto;
	text-align: center
}

.bottomiconbox {
	margin: auto;
	text-align: center;
	width: 32%
}

.bottomiconbox img {
	max-width: 170px
}

.bottomiconbox p {
	font-size: 2.2rem;
	font-weight: 700;
	color: #fff
}

.bottomiconbox p a {
	color: #fff
}

#square,
#stores {
	border-bottom: 2px dotted #ccc;
}

section.price {
	width: 100%;
	background-color: #a29388;
	margin: 0 auto;
	text-align: center
}

.price h2 {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px
}

.price p {
	color: #fff;
}

.pricebox {
	width: 22%;
	display: inline-block;
	text-align: center;
	border-radius: 8px;
	border: 3px solid #fff;
	margin: 0 20px 20px;
	padding: 0 0 10px 0;
	font-size: 134px;
	color: #fff
}

.pricebox p {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px
}

.pricebox span {
	font-size: 18px
}

.windows_layout {
	display: flex;
	justify-content: center;
	margin: 20px auto;
	align-items: center
}

.windows_layout2 {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	align-items: center
}

.windowsbox {
	width: 30%
}

.windowsbox img {
	max-height: 400px
}

.windowsbox h4 {
	font-size: 22px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px
}

.windowsbox p {
	font-size: 16px;
	color: #000;
	margin-bottom: 20px
}

.btn {
	display: inline-block;
	background-color: #D0701D;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 15px 40px
}

section.start {
	background-color: #ca8e68;
	margin: 0 auto;
	text-align: center
}

.start h2 {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px
}

.start p {
	color: #fff;
	margin-bottom: 20px;
}

.start_layout {
	display: flex;
	justify-content: space-between;
	max-width: 640px;
	margin: 0 auto
}

.startbox_layout {
	display: flex;
	justify-content: space-between
}

.startbox {
	width: 30%
}

.startbox img {
	width: 60% !important
}

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: space-evenly;
	align-items: flex-start;
	margin: 0 auto
}

.endingbox ul li {
	margin: 0 2rem
}

.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
}

section.option {
	background-image: url(/product/atkessai/images/shop.png);
	background-size: 130%
}

.optionimg {
	width: 80%
}

section.shop {
	width: 100%;
	background: #ca8e68;
	padding: 25px 0;
	margin: 0 auto;
	text-align: center;
	color: #fff
}

.shop h2 {
	color: #000;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center
}

.shop h5 {
	font-size: 1.5rem;
	color: #000;
	text-align: center;
	line-height: 25px;
}

.shopinfo {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #D0701D;
	padding: 5px 0;
	border-radius: 20px
}

.shopinfo:hover {
	opacity: .6
}

.infobox {
	font-size: 1.5rem;
	color: #D0701D;
	display: inline-block;
	vertical-align: middle;
	padding: 0 .5rem
}

.infobox a {
	color: #D0701D
}

.sn_bnr {
	border: 1px solid #ccc
}

.shop .btn02 {
	background-color: #D0701D;
	border: solid 1px #ffff;
	color: #fff;
	width: 400px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 15px 40px;
	margin: auto
}

.shop .btn02 a {
	color: #fff
}

.shop .btn02:hover {
	cursor: pointer;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	-khtml-opacity: .6;
	opacity: .6
}


.breadcrumb {
	max-width: 1010px;
	padding: 10px 30px;
}

.breadcrumb li {
	display: inline-block;
}

.breadcrumb li:after {
	content: "\f105";
	margin: 0 .5em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900
}

.breadcrumb li:first-child:before {
	display: none
}

.breadcrumb li:last-child:after {
	display: none
}

.breadcrumb li {
	font-size: 14px
}

.fixed2 {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 50
}

.logo_head {
	max-width: 1010px;
	margin: auto
}

.logo_head_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	height: 60px
}

.logo_head_item img {
	margin: 3px auto;
	width: 150px
}

.logo_head_item a {
	color: #fff;
	margin: 10px
}

.logo_head_item li {
	float: left;
	margin: auto;
	*/padding: 0;
	vertical-align: middle;
	border-right: .5px solid #fff
}

.logo_head_item .shopneeds a {
	color: #fff;
	margin: 5px
}

.logo_head_item li.shopneeds::before {
	background-image: url(/product/atkessai/images/gaibu.svg);
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: -3px;
	margin-left: 5px;
	background-size: contain
}

.logo_head_item i {
	font-size: 15px;
	vertical-align: middle
}

.logo_head_item li:hover {
	transition: .5s;
	opacity: .7
}

table.kessai_tbl {
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 100%;
	padding: 1rem
}

table.kessai_tbl th {
	background-color: #fff;
	color: #000;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 10px;
}

table.kessai_tbl td {
	text-align: center;
	vertical-align: middle;
	color: #000;
	border: 1px solid #ccc
}

.orange {
	background-color: #D0701E;
	color: #fff !important;
	font-size: 1.6rem;
	font-weight: 700;
	padding-bottom: .8rem
}

table.kessai_tbl td span {
	font-size: 1rem;
	padding: 1rem;
	display: block
}

section.intro {
	max-width: 1010px
}

.intro h2 {
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.intro p {
	text-align: center;
}

.intro_layout {
	width: 100%;
	text-align: center;
	margin: 40px auto 60px;
	padding-top: 20px;
}

.intro_layout h3 {
	font-size: 2rem;
	color: #000;
	font-weight: 700;
	text-align: center;
	margin: 30px auto 0;
}

.introbox {
	width: 100%;
	text-align: center;
	padding: 30px
}

.introbox h4 {
	font-size: 1.8rem;
	font-weight: 700;
	color: #000;
	margin-bottom: 30px
}

.introbox img {
	width: 90%;
}

.intro_buttonlayout {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center
}

.intro_button {
	display: inline-block;
	flex-basis: 40%;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #eee;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #999;
	position: relative;
	z-index: 1;
	vertical-align: middle
}

.intro_button h5 {
	text-align: center;
	font-size: 18px;
	color: #000;
	padding-top: 20px
}

.intro_button a {
	color: #000;
	position: absolute;
	top: 14px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}

.intro_button:hover {
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7;
	zoom: 1
}

.intro_button p {
	font-size: 12px;
	color: #999
}

section.qrkessai {
	max-width: 1010px;
	margin: 70px auto 0;
	border-top: 1px solid #ccc
}

.qrkessai h2 {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin: 60px auto 0
}

.qrkessai p {
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px
}

.qrkessai_wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px
}

.qrkessai_caution1 {
	display: inline-block;
	float: left;
	width: 49%;
	margin-bottom: 10px;
	border: 1px solid #999
}

.qrkessai_caution1 span {
	padding: 15px;
	font-size: 16px;
	text-align: left;
	color: red;
	margin: 0;
	padding: 0
}

.qrkessai_caution1 dt {
	padding: 10px;
	background: #41778b;
	color: #fff;
	text-align: center
}

.qrkessai_caution1 ul {
	padding: 10px
}

.qrkessai_caution2 ul {
	padding: 10px
}

.qrkessai_caution2 {
	float: left;
	width: 49%;
	border: 1px solid #999;
	margin-bottom: 10px
}

.qrkessai_caution2 dt {
	padding: 10px;
	background: #4c7b3b;
	color: #fff;
	text-align: center
}

.qricon_layout {
	max-width: 640px;
	display: flex;
	justify-content: center;
	margin: 10px auto
}

.qr_icon {
	width: 15%;
	margin: 0 auto;
	text-align: center
}

.qr_icon img {
	max-width: 80px
}

.qrkessai_txt {
	max-width: 1010px;
	text-align: left
}

.qrkessai_txt h3 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	margin-bottom: 15px
}

.qrkessai_txt h4 {
	font-size: 17px;
	font-weight: 700;
	color: #000;
	margin-bottom: 15px;
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom: 2px #bbe3d2 solid
}

.qrkessai_txt h5 {
	font-size: 17px;
	color: #000;
	margin-bottom: 20px;
	margin-top: 30px
}

.qrkessai_txt p {
	margin-top: 20px;
	text-align: left;
	font-size: 15px;
	line-height: 30px
}

.regist_layout {
	display: flex;
	justify-content: space-between
}

.btnbox {
	position: relative;
	z-index: 1;
	display: block;
	background-color: #eee;
	border: 1px solid #999;
	color: #000;
	font-size: 1.8rem;
	padding: 15px 0;
	text-align: center;
	width: 73%
}

.btnbox a {
	display: block;
	color: #000
}

.btnbox2 a {
	display: block;
	color: #000
}

.btnbox2 {
	position: relative;
	z-index: 1;
	display: block;
	background-color: #eee;
	border: 1px solid #999;
	color: #000;
	font-size: 1.8rem;
	padding: 15px 0;
	text-align: center;
	width: 100%;
	margin-top: 10px
}

h3.case {
	margin-top: 40px;
	background: #a7cfe8;
	padding: 10px
}

.mailsend {
	display: block;
	border: 1px solid #999;
	background-color: #eee;
	color: #000;
	font-size: 1.8rem;
	text-align: center;
	padding: 15px 0
}

.mailsend a {
	color: #000
}

section.cardkessai {
	max-width: 1010px;
	margin: 70px auto 0;
	border-top: 1px solid #ccc
}

.cardkessai h2 {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin: 0 auto;
}

.cardkessai p {
	text-align: center;
	font-size: 14px;
}

.kessai_icon {
	width: 30%;
	margin: 0 auto;
	text-align: center
}

.kessai_icon img {
	max-width: 200px;
	margin: 20px auto
}

.cardkessai_txt {
	max-width: 1010px;
	text-align: center;
	margin: 0 auto
}

.cardkessai_txt h3 {
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	color: #000
}

.cardkessai_txt p {
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 22px
}

.documents {
	color: green;
	padding: 5px;
	font-weght: 600;
	border: 2px solid green
}

.square_box .coiney_box .jumps_box {
	text-align: left
}

.square_box img {
	max-width: 130px;
}

.square_box > div p {
	margin: 4px 0 0;
}

.square_box img:last-child {
	margin-top: 2rem;
	width: 15% !important
}

.coiney_box img {
	width: 40% !important;
	margin: 0 0 30px;
}

.coiney_box img:last-child {
	margin-top: 2rem;
	width: 15% !important
}

.jumps_box img {
	width: 30% !important;
	margin: 0 0 30px;
}

.jumps_box img:last-child {
	margin-top: 2rem;
	width: 25% !important
}

.swapimage {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	position: relative
}

.swapimage .caption {
	font-size: 2rem;
	text-align: center;
	color: #fff
}

.swapimage .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all .6s ease;
	transition: all .6s ease
}

.swapimage:hover .mask {
	opacity: 1;
	padding-top: 130px
}

#install {
	counter-reset: number
}

#install h3 {
	font-family: 'Roboto Slab', serif;
	color: #777777;
	font-size: 2.4rem;
	font-weight: bold;
	border-bottom: solid 1px #e39963;
	margin: 0 0 10px;
}

#install h4 {
	text-align: center;
	line-height: 1.5;
	margin: 20px 0 0;
}

#install .box:first-of-type {
	padding-top: 0;
	border-top: none
}

#install .box {
	padding-top: 30px;
	border-top: 1px solid #d1d1d1
}

#install img {
	border: solid 1px #ddd
}

#install p {
	line-height: 25px;
	counter-reset: my-counter;
	padding-left: 1em;
	text-indent: -3em;
	width: 90%;
	margin: auto;
	letter-spacing: -.2px;
	margin-bottom: 40px
}

#install p::before {
	counter-increment: number;
	content: counter(number);
	padding: 5px 10px;
	border: 1px solid #d4d4d4;
	margin-right: 10px
}

.DLBox:nth-of-type(1) > div {
	text-align: left;
}

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

.DL1 .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 0
}

h1.DL1 {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: left
}

h1.DL1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
	margin-top: 1.4rem
}

.mt20 {
	margin-top: 20px !important
}

.mb20 {
	margin-bottom: 20px !important
}

.faq {
	margin-top: 20px
}

.faq *,
.faq :after,
.faq :before {
	margin: auto;
	max-width: 1010px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.label1::after {
	font-size: 13px;
	content: "導入";
	padding: 6px;
	background: #506f53;
	color: #fff;
	margin-left: 10px;
	vertical-align: 2px;
	font-weight: 400
}

.label2::after {
	font-size: 13px;
	content: "機能";
	padding: 6px;
	background: #7b6d59;
	color: #fff;
	margin-left: 10px;
	vertical-align: 2px;
	font-weight: 400
}

.label3::after {
	font-size: 13px;
	content: "決済";
	padding: 6px;
	background: #5c4040;
	color: #fff;
	margin-left: 10px;
	vertical-align: 2px;
	font-weight: 400
}

.label4::after {
	font-size: 13px;
	content: "その他";
	padding: 6px;
	background: #3b3b3b;
	color: #fff;
	margin-left: 10px;
	vertical-align: 2px;
	font-weight: 400
}

.faq div {
	margin: 0 0 .8em;
	padding: 0 0 0 2em
}

.faq h2 {
	position: relative;
	margin-bottom: 1.1em;
	font-size: 15px
}

.faq h2::before {
	background-image: url(/product/atkessai/images/Q.svg);
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background-size: contain;
	vertical-align: -9px;
	margin-left: -10px;
	background-size: contain
}

.faq p {
	position: relative;
	padding-bottom: 10px;
	font-size: 15px;
	position: relative;
	margin-left: 30px
}

.faq p::before {
	float: left;
	background-image: url(/product/atkessai/images/A.svg);
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	margin-left: -40px;
	background-size: contain
}

.faq span.addition {
	font-size: 14px
}

.faq .highlight {
	background-color: #ffe08b;
	padding: 2px 0
}

.list li {
	padding-top: 20px;
	border-bottom: 1px dotted #0097a7;
}

.list li p {
	line-height: 27px;
}

.faq > ul > li.is-hidden {
	display: none
}

.faq__notfound {
	text-align: center;
	font-size: 20px;
	display: none
}

.faq__notfound.is-visible {
	margin: auto;
	display: block;
	padding: 20px 0
}

.search_container {
	box-sizing: border-box;
	position: relative;
	border: 1px solid #999;
	padding: 3px 10px;
	border-radius: 40px;
	height: 2.5em;
	width: 265px;
	overflow: hidden
}

.search_container input[type="search"] {
	border: none;
	height: 2em
}

.search_container input[type="search"]:focus {
	outline: 0
}

.search_container div {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	border: none;
	background: #505357;
	color: #fff;
	position: absolute;
	width: 6em;
	height: 3.3em;
	right: 0;
	top: -3px;
	outline: none
}

.search_container i {
	position: absolute;
	top: 15px;
	right: 45px;
	font-size: 16px
}

.faq form {
	display: block;
	position: relative;
	width: 70%;
	margin: auto
}

.faq input {
	display: block;
	margin: auto;
	position: relative;
	padding: 10px;
	width: 90%;
	font-size: 1.1em;
	border: solid 2px #ccc;
	text-align: center;
	margin-bottom: 20px
}

.win_spec {
	width: 100%
}

.win_title td {
	background-color: #d6c3a0;
	font-weight: 600;
	padding: 5px 20px
}

.win_spec td:nth-of-type(1) {
	width: 20%;
	padding: 5px 20px
}

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

.searchList li {
	display: inline-block;
	margin-bottom: 10px;
	text-align: center;
	margin-right: 20px
}

.table {
	width: 100%;
	margin: 0 0 30px;
}

.table h2 {
	margin-top: 20px;
	color: #fff;
	font-size: 15px;
	background: #776f5b;
	padding: 7px 10px
}

.table span {
	padding-left: 20px;
	font-size: 12px
}

.table span::before {
	content: "※"
}

.table table {
	width: 100%
}

.table table th {
	text-align: left;
	padding: 30px 5px 5px;
	font-weight: 300
}

td:nth-child(1) {
	width: 20%
}

td:nth-child(2) {
	width: 30%
}

td:nth-child(3) {
	width: 20%
}

td:nth-child(4) {
	width: 20%
}

td:nth-child(5) {
	width: 20%
}

td {
	font-size: 14px;
	vertical-align: middle;
	padding: 10px;
	border: solid 1px #ccc
}

.kessai_tbl td:nth-child(1) {
	width: 18%
}

.kessai_tbl td:nth-child(2) {
	width: 13%
}

.kessai_tbl td:nth-child(3) {
	width: 23%
}

.kessai_tbl td:nth-child(4) {
	width: 23%
}

.kessai_tbl td:nth-child(5) {
	width: 23%
}

.kessai_tbl td {
	vertical-align: bottom;
	padding: 20px;
	border: solid 1px #ccc
}

.kessai_tbl td.orange {
	background-color: #D0701E;
	color: #fff !important;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 10px 0;
}

.kessai_tbl_sp img.logo_small {
	max-width: 80px;
}

.th01 {
	font-size: 14px;
	white-space: nowrap;
	text-align: center;
	margin: 0 auto;
	padding: 0 30px
}

.td01 {
	font-size: 12px;
	color: #55f;
	padding: 0;
	border-width: 1px 0 0;
	padding-top: 10px;
}

.td02 {
	text-align: center;
	padding: 0
}

/*nav*/
/*#menuresp li {height: 60px;}*/
.menuchild li {
	height: auto !important;
}

.fixed-width2 {
	display: block;
	margin: 0 auto;
	max-width: 1010px;
}

.buttons {
	display: flex;

	position: absolute;
	right: 10px;
	z-index: 100;
}

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

.buttons li {
	font-weight: 500;
	text-decoration: none;
	/*    padding: 15px 40px 10px 12px;*/
	vertical-align: middle;
	display: block;
	font-size: 14px;
	transition: all 0.2s ease-in-out 0s;
}

.buttons li a {
	background: #ffffff;
	margin-top: 8px;
	border-radius: 5px;
}

.register {
	margin-right: 10px;
	position: relative;
	border-radius: 5px;
	border-bottom: none !important;
}

.register a {
	color: #D0701D !important;
	padding: 12px 10px !important;
}

.register ::after {
	content: "\f019";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 15px;
	top: 34%;
	right: 7%;
	margin-left: 10px;
}

.title {
	color: #fff !important;
	font-size: 14px !important;
}

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

#menuresp li a.hover_sp {
	color: #D0711E;
}

#menuresp li.sousmenu li a.hover_sp {
	color: #D0711E;
	border-left: 3px solid #D0711E;
}

#nav {
	background: #D0711E !important;
}

nav.common_header {
	background: #D0711E;
	z-index: 1000
}

.smenu .arrow2 {
	border-top: 1px solid #fff !important;
	border-left: 1px solid #fff !important;
	top: 64% !important;
}

#menuresp .menucross span {
	background: #fff !important;
}

.buttons li a {
	font-weight: 300;
	font-size: 12px;
}

.bnr {
	max-width: 1000px;
	margin: 10px auto
}

.text_jt {
	font-size: 2.4rem;
	font-weight: bold;
}

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

.pc {
	display: block;
	margin: 0 auto;
	width: 100%;
	margin-bottom: .5em
}

.sp {
	display: none
}

a.link_text {
	color: #D0701D;
}

a.link_window {
	color: #D0701D;
}

a.link_text:hover,
a.link_window:hover {
	color: #D0701D;
}

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

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

	body.fixed {
		width: 100%;
		height: 100%;
		position: fixed;
	}

	.atk_header_nav > div > div.atk_bg_blind {
		background: #eeefe7;
	}

	.atk_header_nav > div > div:nth-of-type(2) {
		width: 100%;
		min-height: 60px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px;
	}

	.atk_header_nav > div > div:nth-of-type(2) > ul {
		width: 100%;
		height: 0;
		flex-flow: column;
		background: #eeefe7;
		position: absolute;
		top: 60px;
		left: 0;
		overflow: hidden;
		opacity: 0;
		transition: .3s;
	}

	.atk_header_nav > div > div:nth-of-type(2) > div.atk_sp_btn.on + ul {
		height: auto;
		overflow-y: scroll;
		opacity: 1;
	}

	.atk_header_nav > div > div:nth-of-type(2) > ul > li {
		width: 100%;
	}

	.atk_header_nav > div > div:nth-of-type(2) > ul > li > a {
		color: #444;
		border-bottom: 1px solid #f6f6f6;
		padding: 20px 10px;
	}

	.atk_header_nav > div > div:nth-of-type(2) > ul > li a + ul {
		width: 100%;
		border-radius: 0;
		position: initial;
	}

	.atk_header_nav > div > div:nth-of-type(2) > ul > li:nth-of-type(2) > a::after {
		border-right: solid 2px #444;
		border-top: solid 2px #444;
	}

	.atk_header_nav > div > div:nth-of-type(2) > a {
		right: 60px;
	}

	.atk_header_nav .atk_sp_btn {
		width: 30px;
		height: 30px;
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: center;
		gap: 5px;
		cursor: pointer;
	}

	.atk_header_nav .atk_sp_btn > div {
		width: 30px;
		height: 3px;
		background: #fff;
		transition: .3s;
	}

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

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

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

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

	.hero.index {
		flex-flow: column;
		align-items: center;
	}

	.hero.index > div:nth-of-type(2) > img {
		max-width: 400px;
	}

	.heroinner h1 {
		text-align: center;
		margin: 0 0 20px;
	}

	.heroinner > p img {
		margin: 0 0 10px;
	}

	h1.DL1 {
		font-size: 30px
	}

	.menuchild_open {
		display: block !important;
	}

	.win_spec td:nth-of-type(1) {
		width: 45%;
		padding: 5px 20px
	}

	.serchlist ul {
		display: block;
		width: 100%;
		text-align: center
	}

	.searchList li {
		position: relative;
		display: inline-block;
		margin-right: 0;
		padding: 0 5px
	}

	.faq form {
		width: 100%
	}

	.faq input {
		font-size: 0.9em;
		height: 2.3em !important;
		text-align: left;
	}

	.faq h2 {
		font-size: 14px;
		margin-left: 30px
	}

	.faq p {
		font-size: 14px
	}

	.faq h2::before {
		width: 25px;
		height: 25px;
		margin-left: -40px
	}

	.faq p::before {
		width: 25px;
		height: 25px
	}

	.label1::after {
		font-size: 10px;
		margin-left: 0
	}

	.label2::after {
		font-size: 10px;
		margin-left: 0
	}

	.label3::after {
		font-size: 10px;
		margin-left: 0
	}

	.label4::after {
		font-size: 10px;
		margin-left: 0
	}

	.clicon {
		flex-basis: 48% !important;
	}

	.clicon img {
		height: 100px;
	}

	.clicon h4 {
		font-size: 1.4rem;
	}

	.table table th {
		padding: 20px 5px 5px
	}

	.th01 {
		font-size: 14px;
		white-space: nowrap;
		text-align: center;
		margin: 0 auto;
		padding: 0 0 0 10px
	}

	.menuchild li {
		height: 54px !important;
	}

	#menuresp li:first-child a {
		color: #fff;
		height: auto !important;
		display: inline-block;
	}

	.buttons {

		height: inherit !important;
	}

	.register {
		background: inherit !important;
		margin-right: 0px !important;
	}

	#menuresp ul {
		width: inherit !important;
	}

	.buttons li {
		display: inline-block;
	}

	.title {
		color: #383838 !important;
	}

	.mainlink {
		color: inherit;
		background: #D0711E !important;
		border-left: 0 solid;
	}

	#menuresp li:first-child {
		background: #D0711E;
		height: 60px;
	}

	#nav {
		background: #efebe7 !important;
	}

	a.hover_sp .arrow2 {
		border-top: 1px solid #D0711E !important;
		border-left: 1px solid #D0711E !important;
	}

	.smenu .arrow2 {
		border-top: 1px solid #D0711E !important;
		border-left: 1px solid #D0711E !important;
		top: 40% !important;
	}


	#menuresp li.sousmenu ul li:first-child a.hover_sp {
		background: #f0f0f0;
		color: inherit;
		border-left: 3px solid #D0711E;
		color: #D0711E !important;
	}

	#menuresp li a.hover_sp {
		color: #D0711E !important;
		background: rgba(240, 240, 240, 0.26) !important;
		color: #797979;
		border-left: 3px solid #D0711E;
	}

	.mainlink a img {
		width: 100px;
	}

	.buttons {
		top: 0px;
		right: 70px;
		display: flex;
		position: absolute;
		/* right: 10px; */
		z-index: 100;
		justify-content: flex-end;
		align-items: flex-start;
	}
}

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

	.fixed_btn {
		position: fixed;
		margin-right: 55px;
		bottom: 0px;
		right: 0px;
		left: 0px;
		padding: 17px 10px;
		font-size: 16px;
		border-radius: 0px;
		color: #fff;
		background: #D0711E;
		text-align: center;
	}

	.fixed_btn i {
		padding-left: 10px;
	}

	.fixed_btn:hover {
		transition: 0.3s;
		color: #fff;
		opacity: 0.6;
	}

	.heroinner {
		background-size: 350px;
		background-repeat: no-repeat;
		background-position: 50% 310px
	}

	.heroinner ul {
		justify-content: center;
	}

	.heroinner li:first-child {
		margin-right: 0
	}

	.flex_img {
		width: 96%;
		text-align: center;
		margin: 20px auto
	}

	.slick-prev {
		display: none !important
	}

	.slick-next {
		display: none !important
	}

	.cashless p {
		text-align: left
	}

	.payment p {
		margin-bottom: 20px;
		text-align: left
	}

	.payment_layout {
		width: 96%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between
	}

	.paymentbox {
		width: 32%;
		text-align: center
	}

	.paymentbox img {
		max-width: 80px;
	}

	.paymentbox:last-child img {
		max-width: 46px;
	}

	.paymentbox p {
		font-size: 10px;
		font-weight: 700;
		color: #fff;
		margin-bottom: 5px;
		text-align: center
	}

	.card_layout {
		width: 100%;
		display: flex;
	}

	.cardbox {
		width: 300px;
		margin: 0 auto 20px;
	}

	.cardbox:first-child {
		border-right: 0
	}

	.cardbox p {
		font-size: 14px;
		font-weight: 700;
		color: #000;
		margin-bottom: 10px
	}

	.cardbox img {
		width: 90%
	}

	.price h2 {
		color: #fff;
		font-size: 22px;
		font-weight: 700;
		text-align: center;
		margin-bottom: 20px
	}

	.pricebox {
		width: 80%;
		display: inline-block;
		text-align: center;
		border-radius: 8px;
		border: 3px solid #fff;
		margin: 0 20px 10px;
		font-size: 100px;
		color: #fff
	}

	.pricebox p {
		font-size: 18px;
		font-weight: 700;
		color: #fff;
		margin-bottom: 20px
	}

	.pricebox span {
		font-size: 18px
	}

	.windows_layout {
		width: 96%;
		display: flex;
		flex-direction: column;
		margin: 20px auto
	}

	.windows_layout2 {
		width: 96%;
		display: flex;
		flex-direction: column;
		margin: 0 auto
	}

	.windowsbox {
		width: 100%;
		text-align: center
	}

	.windowsbox:first-child {
		text-align: center
	}

	.windowsbox img {
		width: 80%
	}

	.windowsbox h4 {
		font-size: 20px;
		font-weight: 700;
		color: #000;
		margin-bottom: 20px;
		margin-top: 10px
	}

	.windowsbox p {
		font-size: 14px;
		color: #000;
		margin-bottom: 0
	}

	.os h2 {
		text-align: center;
		margin-bottom: 2rem;
		font-size: 2rem
	}

	.btn {
		display: block;
		background-color: #D0701D;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		text-align: center;
		padding: 15px 40px
	}

	.start h2 {
		color: #fff;
		font-size: 22px;
		font-weight: 700;
		text-align: center;
		margin-bottom: 20px
	}

	.start p {
		margin-bottom: 20px;
		text-align: left
	}

	.start_layout {
		display: flex;
		justify-content: space-between;
		max-width: 96%;
		margin: 0 auto
	}

	.startbox {
		width: 30%;
	}

	.startbox img {
		width: 90% !important
	}

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

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

	.endingbox img {
		width: 80%
	}

	.endingbox ul li img {
		width: 80%
	}

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

	.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
	}

	.shop .btn {
		width: 300px;
		text-align: center;
		padding: 10px 40px;
		margin-bottom: 20px
	}

	section.option {
		background-image: url(/product/atkessai/images/shop.png);
		background-size: 500%
	}

	table.kessai td:first-child {
		width: 60%;
		vertical-align: middle;
		padding: .8rem
	}

	table.kessai td ul li:first-child {
		width: 20px;
		height: 20px
	}

	table.kessai td ul li .ttl {
		font-size: 1.4rem;
		color: #707070;
		margin-left: 5px
	}

	.shop h2 {
		font-size: 2rem
	}

	.bottomiconbox img {
		max-width: 80px
	}

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

	.btnbox {
		margin-bottom: 1rem
	}

	nav.common_header {
		background: #D0711E;
		z-index: 1000
	}

	.logo_head {
		max-width: 100%;
		margin: 0 auto
	}

	.logo_head_item {
		text-align: center
	}

	.logo_head_item img {
		max-width: 150px
	}

	.logo_head_item a {
		color: #fff;
		margin: 5px
	}

	.logo_head_item li {
		vertical-align: middle;
		font-size: 14px
	}

	.logo_head_item li:hover {
		transition: .5s;
		opacity: .7
	}

	.breadcrumb {
		padding: 10px 20px;
	}

	.breadcrumb li {
		font-size: 12px
	}

	.fixed2 {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 50
	}

	.logo_head {
		max-width: 100%;
		margin: 0 auto;
		display: block
	}

	.logo_head_item {
		display: flex;
		justify-content: space-between;
		text-align: right;
		height: 100%
	}

	.logo_head_item img {
		max-width: 150px
	}

	.head_nav {
		width: 150px;
		margin-left: auto
	}

	.logo_head_item ul {
		display: flow-root !important;
	}

	.logo_head_item li a {
		margin: 25.5px
	}

	.logo_head_item ul {
		position: relative;
		padding-right: -90px;
	}

	.logo_head_item li {
		border-right: none;
		float: left;
		margin: auto;
		padding: 0;
		vertical-align: middle;
		font-size: 14px
	}

	.logo_head_item li:hover {
		transition: .5s;
		opacity: .7
	}

	.logo_head_item li.shopneeds::before {
		width: 15px;
		height: 15px;
		float: left;
		margin-top: 4px
	}

	section.intro {
		max-width: 96%
	}

	.intro p {
		text-align: center;
		font-size: 14px
	}

	.intro .square_logo_box p {
		font-size: 2rem;
		margin: 4px 0 0;
	}

	.intro_layout {
		width: 100%;
		text-align: center;
		margin: 40px auto 60px;
		padding-top: 20px
	}

	.intro_layout h3 {
		font-size: 18px;
		color: #000;
		font-weight: 700;
		text-align: center;
		margin: 30px auto 0
	}

	.introbox {
		width: 100%;
		text-align: center;
		padding: 30px
	}

	.introbox h4 {
		font-size: 18px;
		font-weight: 700;
		color: #000;
		margin-bottom: 30px
	}

	.introbox img {
		width: 90%
	}

	.intro_buttonlayout {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.intro_button {
		display: inline-block;
		flex-basis: 100%;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		background: #eee;
		text-align: center;
		border-radius: 3px;
		border: 1px solid #999;
		position: relative;
		z-index: 1;
		vertical-align: middle;
		margin-bottom: 10px
	}

	.intro_button h5 {
		text-align: center;
		font-size: 16px;
		color: #000;
		padding-top: 20px
	}

	.intro_button a {
		color: #000;
		position: absolute;
		top: 14px;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2
	}

	.intro_button:hover {
		filter: alpha(opacity=70);
		-ms-filter: alpha(opacity=70);
		-moz-opacity: .7;
		-khtml-opacity: .7;
		opacity: .7;
		zoom: 1
	}

	.intro_button p {
		font-size: 12px;
		color: #999
	}

	section.qrkessai {
		width: 96%;
		margin: 70px auto 0;
		border-top: 1px solid #ccc
	}

	.qrkessai h2 {
		font-size: 22px;
		font-weight: 700;
		text-align: center;
		margin: 60px auto 0
	}

	.qrkessai p {
		text-align: center;
		font-size: 14px;
		margin-bottom: 30px
	}

	.qricon_layout {
		max-width: 100%;
		display: flex;
		justify-content: center;
		margin: 10px auto
	}

	.qr_icon {
		width: 15%;
		margin: 0 auto;
		text-align: center
	}

	.qr_icon img {
		max-width: 80px
	}

	.qrkessai_txt {
		max-width: 1010px;
		text-align: left
	}

	.qrkessai_txt h3 {
		font-size: 18px;
		font-weight: 700;
		color: #000
	}

	.qrkessai_txt p {
		margin-top: 20px;
		text-align: left;
		font-size: 16px;
		line-height: 22px
	}

	.qrkessai_caution1 {
		width: 100%
	}

	.qrkessai_caution2 {
		width: 100%
	}

	.qrkessai_wrap {
		display: flex;
		flex-direction: column
	}

	.regist_layout {
		display: flex;
		flex-direction: column
	}

	.btn {
		width: 100%;
		display: block;
		background-color: #eee;
		border: 1px solid #999;
		color: #000;
		font-size: 16px;
		padding: 15px 0;
		text-align: center;
		margin-bottom: 10px;
		font-weight: 400
	}

	.btn a {
		color: #000
	}

	.mailsend {
		width: 100%;
		display: block;
		border: 1px solid #999;
		background-color: #eee;
		color: #000;
		font-size: 16px;
		text-align: center;
		padding: 15px 0
	}

	.mailsend a {
		color: #000
	}

	section.cardkessai {
		width: 96%;
		margin: 0 auto
	}

	.kessai_icon {
		width: 60%;
		margin: 0 auto;
		text-align: center
	}

	.kessai_icon img {
		max-width: 300px;
		margin: 20px auto
	}

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

	.cardkessai_txt h3 {
		font-size: 18px;
		text-align: center;
		font-weight: 700;
		color: #000
	}

	.cardkessai_txt p {
		margin-top: 10px;
		text-align: center;
		font-size: 16px;
		line-height: 22px
	}

	.tbl_logo {
		width: 100%
	}

	.tbl_logo img {
		width: 160px;
		height: 40px;
		object-fit: contain;
	}

	table.kessai_tbl_sp {
		width: 100%;
		border: 1px solid #ccc
	}

	table.kessai_tbl_sp td:first-child {
		background-color: #eee;
		width: 50%;
		padding: 10px 0;
	}

	table.kessai_tbl_sp td:last-child {
		width: 50%;
		padding: 10px 0;
	}

	table.kessai_tbl_sp td span {
		font-size: 1rem;
		padding: 1rem;
		display: block
	}

	table.kessai_tbl_sp td img {
		width: 80%;
	}

	.join_ttl {
		display: block;
		background-color: #D0701E;
		color: #fff;
		font-size: 2rem;
		font-weight: 700;
		line-height: 1.5;
		padding: .8rem;
		text-align: center;
		margin: 2rem auto
	}

	td {
		font-size: 12px;
		padding: 5px;
	}

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

	.fixed-width2 {
		margin: 0 auto;
		max-width: 100%;
	}

	.register::before {
		font-size: 12px;
	}

	.login {
		margin-right: 8px;
		margin-top: 10px;
	}

	.DLBox:nth-of-type(1) > div {
		text-align: center;
		margin: 0 0 30px;
	}

	.DL1 .inner {
		flex-direction: column;
		padding-top: 10px
	}

	h1.DL1 {
		width: fit-content;
		font-size: 2.8rem;
		margin: 0 auto;
	}

	h1.DL1 span {
		font-size: 1.4rem;
	}

	main#hardware {
		font-size: 16px
	}

	.pc {
		display: none
	}

	.sp {
		display: block;
		width: 94%;
		margin: 0 auto;
		margin-bottom: .5em
	}
}
