@charset "UTF-8";

/* margin */
.mt0 {
	margin-top: 0px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

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

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

.mt30 {
	margin-top: 30px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.ml0 {
	margin-left: 0px;
}

.mr0 {
	margin-right: 0px;
}

.ml10 {
	margin-left: 10px;
}

.mr10 {
	margin-right: 10px;
}

.ml15 {
	margin-left: 15px;
}

.mr15 {
	margin-right: 15px;
}

.ml20 {
	margin-left: 20px;
}

.mr20 {
	margin-right: 20px;
}

.ml30 {
	margin-left: 30px;
}

.mr30 {
	margin-right: 30px;
}

.ml40 {
	margin-left: 40px;
}

.mr40 {
	margin-right: 40px;
}


/* padding */
.pt0 {
	padding-top: 0px !important;
}

.pb0 {
	padding-bottom: 0px !important;
}

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

.pr0 {
	padding-right: 0px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.pr15 {
	padding-right: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pr40 {
	padding-right: 40px !important;
}


/*float*/
.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*font*/
.fs14 {
	font-size: 14px !important;
	font-size: 1.4rem !important;
}

.fs16 {
	font-size: 16px !important;
	font-size: 1.6rem !important;
}

.fs18 {
	font-size: 18px !important;
	font-size: 1.8rem !important;
}

.fs20 {
	font-size: 20px !important;
	font-size: 2rem !important;
}

.bold {
	font-weight: bold !important;
}

.text-underline {
	text-decoration: underline;
}

.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

/*RWD*/
.d-none {
	display: none;
}

.d-md {
	display: block;
}

.d-md-none {
	display: none;
}

@media screen and (max-width: 767px) {
	.d-sm {
		display: block;
	}

	.d-sm-none {
		display: none;
	}
}

@media screen and (max-width: 575px) {
	.d-xs {
		display: block;
	}

	.d-xs-none {
		display: none;
	}
}

/*windowsのwebfont調整*/
.js_isNotWin {
	font-family: 'M PLUS Rounded 1c', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
}

.js_isWin {
	font-family: 'Kosugi Maru', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
	line-height: 2.7rem;
}





.header {
	background-color: #fff;
	border-bottom: 1px solid #333;
	left: 0;
	padding: 0.75rem 0 0.6875rem;
	/*position: fixed;*/
	right: 0;
	top: 0;
	z-index: 900;
}

.header__inner {
	align-items: center;
	display: flex;
	padding: 0 0.5rem;
}

.header__logo {
	display: flex;
}

.header__logo a {
	display: inline-block;
	height: inherit;
	width: 162px;
}

.header__logo img {
	-o-object-fit: contain;
	aspect-ratio: 120/51;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__buttons {
	display: flex;
	flex-direction: column;
	gap: 0.0625rem;
	margin-left: auto;
}
.button,
.button--green {
	background-color: #5a2800;
	border-radius: 0.375rem;
	color: #fff;
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1;
	padding: 12px 0;
	text-align: center;
	width: 164px;
}

.button--green {
	background-color: #00b900;
	text-transform: uppercase;
}
@media screen and (min-width: 768px) {
.header {
	padding: 0.9375rem 0 0.875rem;
}

.header__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1020px;
}

.header__logo a {
	width: 162px;
}

.header__buttons {
	flex-direction: initial;
	gap: 1.25rem;
}
.button,
.button--green {
	font-size: 16px;
	padding: 0.9375rem 1.25rem;
	width: 180px;
}}

.l-attention {
	max-width: 560px;
	padding: 0 32px;
	margin: 0 auto 80px;
	font-size: 12px;
	font-weight: 500;
}

.btn {
	width: 320px;
	background: url(../img/button-qa.png) no-repeat;
	background-size: contain;
	font-size: 2.4rem;
	font-weight: bold;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
}

.btn a {
	width: 320px;
	padding: 20px 0;
	color: #1584DB;
	justify-content: center;
	align-items: center;
	text-align: center;
	overflow: hidden;
}
.btn a span {
	position: relative;
	margin-left: -24px;
}
.btn a span::after {
	content:'';
	width: 25px;
	height: 25px;
	position: absolute;
	background: url(../img/button-qa-arrow.png) no-repeat;
	background-size: contain;
	right: -30px;
	top: 3px;
	bottom: 0;
}

.btn-howtouse {
	width: 220px;
	background: url(../img/button-howtouse.png) no-repeat;
	background-size: contain;
	font-size: 2rem;
	font-weight: bold;
	overflow: hidden;
	margin: 0 auto 40px;
	display: flex;
}

.btn-howtouse a {
	width: 220px;
	padding: 10px 0;
	color: #fff;
	justify-content: center;
	align-items: center;
	text-align: center;
	overflow: hidden;
}
.btn-howtouse a span {
	position: relative;
	margin-left: -24px;
}
.btn-howtouse a span::after {
	content:'';
	width: 23px;
	height: 21px;
	position: absolute;
	background: url(../img/button-howtouse-arrow.png) no-repeat;
	background-size: contain;
	right: -30px;
	top: 3px;
	bottom: 0;
}

.btn-install {
	background-color: #e0e444;
}

.btn-dl {
	display: flex;
	justify-content: space-around;
	padding-top: 10px;
	margin: 0 auto;
	font-size: 1.4rem
}
.btn-dl p {
	font-size: 12px;
	font-weight: normal;
	}
.btn-dl img {
	height: 49px;
}

.l-content-install {
	width: 350px;
	margin: 50px auto;
	border: 5px solid #93D2E1;
	position: relative;
	font-weight: 600;
	padding: 14px;
	box-sizing: border-box;
}
.install-title {
	font-size: 21px;
	color: #666666;
}
.install-logo {
	width: 77px;
	position: absolute;
	right: 18px;
	top: 10px;
}
.install-logo img {
	width: 77px;
	}
	.install-free {
		position: absolute;
		right: 18px;
		top: 100px;
	}
	.install-free img {
		width: 112px;
		}
	
.install-logo-text {
	font-size: 50px;
	color:#4AC5E4;
	line-height: 60px;
	margin-left: -5px;
}
.install-text {
	font-size: 16px;
	color: #666666;
}

@media screen and (max-width: 991px) {
	.btn-dl {
		width: 96%;
		max-width: 400px;
		font-size: 1.1rem;
	}
	.l-content-install .btn-dl {
		width: 100%;
	}

	.btn-dl img {
		width: 98%;
		height: auto;
	}
}

.pagetop {
	bottom: 5.5rem;
	height: 3rem;
	padding: 0;
	position: fixed;
	right: 0.75rem;
	width: 3rem;
	z-index: 100;
}
.footer__pagetop {
	width: 60px;
	height: 60px;
	bottom: 20px;
	background: none!important;
}

img {
	width: 100%;
}
div {
	box-sizing: border-box;
}

/*header*/
.h-main {
	height: 100px;
	border-bottom: 1px solid #a79e7f;
}

.h-inner {
	height: 100px;
}

.l-inner {
	width: 960px;
	margin: 0 auto;
}
.l-content {
	width: 760px;
	margin: 0  auto;
}
.l-sideWrp--both {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.l-linkBlock {
	display: block;
	margin-top: 8px
}

.h-logoBox_logo {
	width: 166px;
}

@media screen and (max-width: 991px) {
	.l-inner {
		width: 93%;
	}
}

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


/*footer*/
.f-main {
	height: 50px;
	color: #5a3c00;
	border-top: 1px solid;
}

.f-inner {
	height: 50px;
}

.f-copy {
	font-size: 12px;
	font-weight: 400;
	line-height: 3.6;
	text-align: center;
	letter-spacing: .04em;
	color: #000;
}
.sp {
	display: block;
}
/*common*/
h1 {
	font-size: 6.2rem;
	color:#4AC5E4;
	margin-left: -8px;
}

h4 {
	color:#1683DB;
	border-top: 1px dashed #1683DB;
	border-bottom: 1px dashed #1683DB;
	padding: 4px 0 4px 20px;
	text-align: center;
}

main {
	display: block;
	background-size: 28px 28px;
	overflow: hidden;
}


.nav__items {
	grid-gap: 0.125rem;
    display: grid;
    gap: 0.125rem;
	grid-template-columns:repeat(4, 1fr);
	box-sizing:border-box;
}
	.nav__items li {
		background: #1584DB;
		text-align: center;
	}
	.nav__items li a {
		padding: 1.2rem 0 1.2rem;
		line-height: 1.35;
		display: block;
		color: #fff;
		font-weight: 500;
	}


/*main-visual*/
.main-v {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	background: url(../img/mv-bg.png) no-repeat;
	background-size: 509px;
	background-position: right bottom;
	position: relative;
}
.main-v-left {
	max-width: 166px;
	z-index: 10;
	margin-bottom: 45px;
}
.main-v-left img,
.main-v-logo img {
	width: 100%;
}

.main-v-title {
	width: 280px;
	font-size: 2rem;
	color: #666666;
	font-weight: bold;
	margin-left: 21px;
	position: relative;
}
.main-v-logo {
	width: 140px;
	margin:  0 auto;
	display: block;
}
.main-v-icon {
	width: 57px;
	position: absolute;
	top: 16px;
	left: 80%;
}

.main-v-text {
	width: 38%;
	font-size: 2rem;
	font-weight: bold;
	position: absolute;
	right: 0;
	line-height: 1.7;
}
.main-v-dl {
	width: 350px;
	position: absolute;
	bottom: 40px;
	right: 40px;
	text-align: center;
}
.main-v-dl-text img {
	width: 220px;
}
.main-v-sp {
	width: 60%;
	display: flex;
}

@media screen and (max-width: 768px) {
	.nav__items {
		grid-gap: 0.125rem;
		display: grid;
		gap: 0.125rem;
		grid-template-columns:repeat(2, 1fr);
		box-sizing:border-box;
	}
	h1 {
		font-size: 4.9rem;
	}
	.container {
		width: 100%;
		margin: 0;
	}
	.main-v {
		display: flex;
		margin: 0 auto;
		flex-direction: column;
		text-align: center;
		padding-bottom: 32px;
	}
	.main-v-sp {
		width: 90%;
		display: flex;
		margin: 0 auto;
		justify-content: center;
	}
	.main-v-text,
	.main-v-dl {
		width: 100%;
		position:initial;
		margin:  0 auto;
	}
	.main-v-title {
		font-size: 1.8rem;
		text-align: left;
		margin-left: 3%;
	}
	.main-v-left {
		width: 30%;
		max-width: 166px;
		min-width: 120px;
		z-index: 10;
		margin-bottom: 32px;
	}
	.main-v-icon {
		width: 40px;
	}
	.main-v-logo {
		width: 60%;
	}
	.main-v-text {
		margin-bottom: 56px;
	}
}


/*contents*/
.panel-head {
	position: absolute;
	top: 0;
	border-bottom: 1px dashed #1683DB;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	color: #fff;
}


.h2-60 {
	margin-top: -60px;
}

.section-index {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 60px 50px;
}

.section-index li {
	width: calc(50% - 10px);
	height: 120px;
	margin-bottom: 20px;
	border-radius: 20px;
	background-color: #fff;
	border: 3px solid #ed5c5f;
	box-sizing: border-box;
	color: #ed5c5f;
	display: flex;
}

.section-index li a {
	width: 100%;
	font-size: 2rem;
	padding: 20px;
	display: flex;
	align-items: center;
}

.section-index .circle span {
	height: 44px;
	width: 44px;
	line-height: 44px;
	font-size: 3.2rem;
	margin-right: 12px;
}

.section-index li:hover {
	background-color: #ed5c5f;
}

.section-index li a:hover {
	opacity: 1;
}

.section-index li:hover .index-title {
	color: #fff;
}

.section-index li:hover .circle span {
	background-color: #fff;
	color: #ed5c5f;
}

.panel-intro {
	padding: 30px 0 80px 0;
}

.panel-intro .intro-pic {
	position: absolute;
	top: 40px;
	right: 40px;
}

.section-intro {
	margin: 32px 110px 64px;
}
.section-intro:last-child {
	margin-bottom: 0;
}
.section-intro p {
	color: #1584DB;
	margin-bottom: 32px;
	font-weight: 500;
}

.wrap {
	width: 900px;
	margin: 0 auto;
	padding: 50px 0 0;
}
@media screen and (max-width: 991px) {

	.wrap {
		width: 100%;
	}
}