@charset "utf-8";
:root {--main-color: #ffffff;}
:root {--text-color: #000000;}
:root {--text-font: "Noto Sans JP";}

html{
	scroll-behavior: smooth;
}

body{
	
	background: linear-gradient(#050909, #313e44);
	width: 100%;
	min-width: 360px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
}

h1,h2,h3,h4,h5,h6{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.05em;
}
h1{
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
}

h2{ 
	font-size: 17px;
	text-align: center;
}

h3{
	font-size: 15px;
	text-align: center;
}

h4{
	font-size: 14px;
	text-align: center;
}

h5{
	font-size: 13px;
}
h6{
	font-size: 11px;
}

p{
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
    letter-spacing: 0.1em;
	margin-top: 10px;
	margin-bottom: 30px;
}

dl{
	line-height: 1.6;
	margin-bottom: 50px;
}

dt{
    font-size: 15px;
    margin-bottom: 10px;
	font-weight: 700;
}
dd{
	font-size: 14px;
}
.tos{
   background-color: #ffffff;
   border: solid 4px #a6d7e0;
   color: #000000;
   width: 80%;
   margin: 0 auto;
   padding: 20px;
}
.font-space-02 {
	letter-spacing: 0.2em
}
.font-space-01 {
	letter-spacing: 0.1em
}

@media screen and (min-width: 768px) {
	h1{
		margin-top: 20px;
		font-size: 20px;

	}
	.tos{
		width: 70%;
		padding-left: 30px;
		padding-right: 30px;
	}
}
/**
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 900

.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
**/

/*==================================================================================================*/
/*header-*/
header{
	display: block;
	width: 100%;
}

.logo{
	width: 170px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #ffffff;
}

.logo a{
	display: block;
}

.company-logo{
    width: 100px;
    height: 100px;
    margin: 0 auto;

}

@media screen and (min-width: 768px) {
	.logo{
		width: 220px;

	}
}

/*==================================================================================================*/
/*main-*/
main{
	width: 100%;
	overflow: hidden;
	color: #000000;
	margin: 0 auto;
}

article{
   margin-top: 20px;
   margin-bottom: 10px;
}

section{
	margin-top: 10px;
    margin-bottom: 10px;
}


/*==================================================================================================*/
/*-*/
footer{
	display: block;
	padding-bottom:40px;
	text-align: center;
}
.info-link{
    margin-top: 50px;
}
.info-link a{
    display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.2em;
	color: #ffffff;
}
.info-link a:hover{
    color: #81c6f7;
}
.copyright{
    margin-top: 20px;
}
.copyright p{
    font-size: 12px;
	color: #ffffff;
}
