@charset "utf-8";
body{
	margin: 0;
font-family: -apple-system,Segoe UI,Helvetica Neue,Hiragino Kaku Gothic ProN,"メイリオ",meiryo,sans-serif;
}
.footer{
	width: 100%;
	clear: both;
	text-align: center;
	height: auto;
	padding-top: 40px;
	display: block;
	background-color: hsla(0,0%,57%,0.29);
	padding-bottom: 60px;
}
.footer h3 {
	height: 18px;
	padding-bottom: 2px;
	font-size: 16px;
}
.footer p {
	font-size: 16px;
	height: 14px;
}
.main a:hover {
	text-decoration:none;
}
@media screen and (min-width: 320px)   {
header {
	background-color: #333;
	height: 50px;
}
.temptulogo .top-logo {
	width: 160px;
}
.temptulogo {
	text-align: center;
	padding-top: 14px;
}
a{
	text-decoration: none;
	color: hsla(0,0%,0%,1);
}
a:hover{
	color: hsla(30,100%,35%,0.92);
	border-bottom: 4px solid hsla(180,100%,54%,1.00);
}
.container {
	width: 100%;
	margin-top: px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	max-width: 800px;
	height: auto;
}
.container .main, .container .article, .container .right {
	height: 440px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
.JO_box h1 {
	font-size: 14px;
	color: hsla(0,0%,100%,1);
	text-align: center;
	background-color: hsla(30,100%,66%,0.41);
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.container .main {
	background-image: url(../top-img/TEMPTU-Air-Hero-Shot-REVISED.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 30%;
}
.JO_box {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}
.JO_box label {
	display: inline-block;
	width: 240px;
	text-align: center;
	font-size: 14px;
	color: #15FFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 12px 24px;
	position: relative;
	border: 2px solid hsla(180,100%,54%,1.00);
	transition: .4s;
	margin-top: 10%;
}
.JO_box label:hover {
	border: 2px solid transparent;
	color: #F9F9F9;
}
.JO_box label:before, .JO_box label:after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transform: scale(0);
  transition: .2s;
}
.JO_box label:before {
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
  transform-origin: 100% 0%;
}
.JO_box label:after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform-origin: 0% 100%;
}
.JO_box label:hover:after,
.JO_box label:hover:before {
  transform: scale(1);
}
.JO_box input {
    display: none;
}
.JO_box .JO_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.JO_box input:checked ~ .JO_show {
	height: auto;
	opacity: 1;
	color: hsla(0,0%,100%,1.00);
	text-align: left;
	padding-left: 16px;
}
.JO_show ul {
	list-style-type: none;
	padding-left: 0px;
}
ul li a {
	color: hsla(0,100%,99%,1.00);
	font-size: 14px;
}
li a .smguide {
	padding-left: 0px;
	line-height: 16px;
	font-size: 10px;
}
.JO_show ul li {
	list-style-position: inside;
	list-style-type: square;
	line-height: 24px;
	margin-left: 20%;
}
}
@media screen and (min-width: 768px) {
header {
	background-color: #333;
	height: 60px;
}
.temptulogo .top-logo {
	width: 200px;
}
.temptulogo {
	text-align: center;
	padding-top: 16px;
}
a{
	text-decoration: none;
	color: hsla(0,0%,0%,1);
}
a:hover{
	color: hsla(30,100%,35%,0.92);
	border-bottom: 4px solid hsla(180,100%,54%,1.00);
}
.container {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left:  0px;
	margin-bottom: 0;
	max-width: 100%;
	height: auto;
}
.container .main, .container .article, .container .right {
	height: 440px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
.JO_box h1 {
	font-size: 16px;
	color: hsla(0,0%,100%,1);
	text-align: center;
	background-color: hsla(30,100%,66%,0.41);
	width: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.container .main {
	background-image: url(../top-img/TEMPTU-Air-Hero-Shot-REVISED.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0%;
}
.JO_box {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}
.JO_box label {
	display: inline-block;
	width: 320px;
	text-align: center;
	font-size: 14px;
	color: #15FFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 12px 24px;
	position: relative;
	border: 2px solid hsla(180,100%,54%,1.00);
	transition: .4s;
	margin-top: 10%;
}
.JO_box label:hover {
	border: 2px solid transparent;
	color: #F9F9F9;
}
.JO_box label:before, .JO_box label:after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transform: scale(0);
  transition: .2s;
}
.JO_box label:before {
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
  transform-origin: 100% 0%;
}
.JO_box label:after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform-origin: 0% 100%;
}
.JO_box label:hover:after,
.JO_box label:hover:before {
  transform: scale(1);
}
.JO_box input {
    display: none;
}
.JO_box .JO_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.JO_box input:checked ~ .JO_show {
	height: auto;
	opacity: 1;
	color: hsla(0,0%,100%,1.00);
	text-align: left;
	padding-left: 16px;
}
.JO_show ul {
	list-style-type: none;
	padding-left: 0px;
}
ul li a {
	color: hsla(0,100%,99%,1.00);
	font-size: 14px;
}
li a .smguide {
	padding-left: 0px;
	line-height: 16px;
	font-size: 10px;
}
.JO_show ul li {
	list-style-position: inside;
	list-style-type: square;
	line-height: 24px;
	margin-left: 30%;
}
}
@media screen and (min-width:1024px) {
header {
	background-color: #333;
	height: 60px;
}
.temptulogo .top-logo {
	width: 200px;
}
.temptulogo {
	text-align: center;
	padding-top: 16px;
}
a{
	text-decoration: none;
	color: hsla(0,0%,0%,1);
}
a:hover{
	color: hsla(30,100%,35%,0.92);
	border-bottom: 4px solid hsla(180,100%,54%,1.00);
}
.container {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left:  0px;
	margin-bottom: 0;
	max-width: 100%;
	height: auto;
}
.container .main, .container .article, .container .right {
	height: 648px;
	width: 100%;
	margin-bottom: 0px;
	margin-right: 0px;
}
.JO_box h1 {
	font-size: 16px;
	color: hsla(0,0%,100%,1);
	text-align: center;
	background-color: hsla(30,100%,66%,0.41);
	width: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.container .main {
	background-image: url(../top-img/TEMPTU-Air-Hero-Shot-REVISED.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0%;
}
.JO_box {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.JO_box label {
	display: inline-block;
	width: 450px;
	text-align: center;
	font-size: 14px;
	color: #15FFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 12px 24px;
	position: relative;
	border: 2px solid hsla(180,100%,54%,1.00);
	transition: .4s;
	margin-top: 10%;
}
.JO_box label:hover {
	border: 2px solid transparent;
	color: #F9F9F9;
}
.JO_box label:before, .JO_box label:after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transform: scale(0);
  transition: .2s;
}
.JO_box label:before {
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
  transform-origin: 100% 0%;
}
.JO_box label:after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform-origin: 0% 100%;
}
.JO_box label:hover:after,
.JO_box label:hover:before {
  transform: scale(1);
}
.JO_box input {
    display: none;
}
.JO_box .JO_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.JO_box input:checked ~ .JO_show {
	height: auto;
	opacity: 1;
	color: hsla(0,0%,100%,1.00);
	text-align: left;
	padding-left: 16px;
}
.JO_show ul {
	list-style-type: none;
	padding-left: 0px;
}
ul li a {
	color: hsla(0,100%,99%,1.00);
	font-size: 14px;
}
li a .smguide {
	padding-left: 0px;
	line-height: 16px;
	font-size: 10px;
}
.JO_show ul li {
	list-style-position: inside;
	list-style-type: square;
	line-height: 24px;
	margin-left: 30%;
}
}
