/* Navbar & Navmenu color */
:root {
  --background-navbar: rgba(55, 55, 55, 0.98);
}

.header {
  background: var(--background-navbar);
  position: fixed;
  width: 100%;
  height: 52px;
  top:0;
  z-index: 9999;
}

/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  margin-top: 52px;
  padding: 0 0 10px 0;
  clear: both;
  background: var(--background-navbar);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: capitalize;
  color: #ddd;
  opacity: 0;
  transition: 0.5s;
}

.menu li {
  border-top: 1px solid rgb(75, 75, 75);
  padding: 15px 0;
  margin: 0 54px;
  opacity: 0;
  transition: 0.5s;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navicon {
  background: #ddd;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #ddd;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Navbar Text */
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #ddd;
  letter-spacing: 4px;
  font-size: 20px;
}
.catch {
	background-image: url("../img/catchbg_sm.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
 @media screen and (max-width: 768px) {
p {
	font-size: 20px;
}
.koushimidashi {
background: #87D0FF;
font-size: 48px;
font-weight: 600;
text-align: center;
padding: 40px 0px;
}
.exampleji table {
border: 1px #000000 none;
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
}
.boxc {
background-color: #f3f8fc;
background-position: center top;
margin-left: auto;
margin-right: auto;
margin-top: 150px;
}
.boxb {
background-image: url("../img/rbg_b.png");
background-repeat:repeat-y; 
background-position: center top;
margin-left: auto;
margin-right: auto;
margin-top: 150px;
}
.exampleji td {
border: 1px #000000 none;
vertical-align: top;
}
.radius_test {
width: 96%;               /* 幅指定 */
height: auto;              /* 高さ指定 */
border: solid 2px #fff;     /* 枠線指定 */
background-color: #fff;     /* 背景色指定 */
border-radius: 10px;        /* 角丸指定 */
margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
}
.example_coach table {
border: 1px #000000 none;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
}
.example_coach td {
border: 1px #000000 none;
vertical-align: top;
}
.radius_testb {
width: 90%;               /* 幅指定 */
height: auto;              /* 高さ指定 */
border: solid 2px #C9F4FF;     /* 枠線指定 */
background-color: #C9F4FF;     /* 背景色指定 */
border-radius: 10px;        /* 角丸指定 */
padding-top: 30px;
padding-bottom: 30px;
padding-left: 20px;
margin-left: auto;
margin-right: auto;
}
.radius_jib {
width: 96%;               /* 幅指定 */
height: auto;              /* 高さ指定 */
border: solid 2px #fff;     /* 枠線指定 */
background-color: #fff;     /* 背景色指定 */
border-radius: 10px;        /* 角丸指定 */
margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
margin-top: 30px;
padding-top: 30px;
padding-left: 2%;
}
.last_a {
	background-color: #d9eef;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	padding-bottom: 40px;
	margin-left: auto;
    margin-right: auto;
	background-size: cover;
}
.last_b {
	background-image: url("../img/lastbg_sm.png");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: auto;
    margin-right: auto;
}
.riyuu {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 410px;
	padding-left: 5%;
	padding-bottom: 20px;
}
.koushi {
	padding-left: 2%;
	padding-bottom: 20px;
}
.gazou {
	width: 50%;
}
.exampleji {
	margin-top: 50px;
}
.radius_teste {
width: 95%;               /* 幅指定 */
border: solid 2px #fff;     /* 枠線指定 */
background-color: #fff;     /* 背景色指定 */
border-radius: 10px;        /* 角丸指定 */
margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
}
.exampleqq table {
border: 1px #000000 none;
}

.exampleqq td {
border: 1px #000000 none;
}
.privacy{
width: 96%;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
}
.privacy h3{
	margin-top: 60px;
	border-left: 5px solid #e43828;
	padding-left: 10px;
	margin-bottom: 30px;
	font-size: 32px;
}
.privacy ul li{
	padding-left: 20px;
	position: relative;
	font-size: 24px;
}
.privacy ul li:before{
	content: '・';
	position: absolute;
	left: 0px;
}
ul li{
	list-style:none;
}
.radius_testg {
width: 95%;               /* 幅指定 */
border: solid 2px #ecedf9;     /* 枠線指定 */
background-color: #ecedf9;     /* 背景色指定 */
border-radius: 10px;        /* 角丸指定 */
margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
padding-top: 20px;
}
.exampleqa table {
border: 1px #000000 none;
width: 100%;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
margin-top: 20px;
}
}
 @media screen and (max-width: 648px) {
.riyuu {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 200px;
	padding-left: 5%;
	padding-right: 2%;
	padding-bottom: 20px;
}
.boxc {
background-color: #f3f8fc;
background-position: center top;
margin-left: auto;
margin-right: auto;
margin-top: 150px;
padding-right: 5%;
}
.radius_testb {
width: 90%;               /* 幅指定 */
height: auto;              /* 高さ指定 */
border: solid 2px #f3f8fc;     /* 枠線指定 */
background-color: #f3f8fc;     /* 背景色指定 */
border-radius: 10px;        /* 角丸指定 */
padding-top: 30px;
padding-bottom: 30px;
padding-left: 2%;
padding-right: 2%;
margin-left: auto;
margin-right: auto;
}
.gazou {
	width: 80%;
}
.gazoub {
	width: 80%;
}
.exampleqa {
	padding-left: 2%;
}
.sss {
	margin-top: 50px;
}
}