@charset "UTF-8";

.hide{
    display: none;
}

body {
    padding: 0;
    margin: 0;
}

.logo {
    border-bottom: solid 3px #f19501;
    padding: 10px;
}

.logo img {
    width: 100%;
    max-width: 460px;
}

.title {
    color:#f19501;
    padding: 10px;
}
p {
    padding: 0 10px;
}

.btnlist {
    padding: 10px;
}
.btnlist .btn {
    width: 100%;
    display: block;
}

.clear {
    clear: both;
}

#pict {
    padding: 20px;
    border: solid 1px #ccc;
}
#pict img {
    width: 100%;
}

.btn_area {
    padding: 20px 0;    
    text-align: center;
}
.btn {
    display: block;
    margin: 0 auto;
    padding: 10px 30px;
    max-width: 100%;
    width: 350px;
    box-sizing: border-box;
    background-color: #f19501;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

#footer{
    height: 35px;
    background: #f7f7f2 url(../../images/footer-bg.png) bottom repeat no-repeat;
    position: relative;
}

#footer .copy {
    color: #fff;
    font-size: 10px;
    text-align: center;
    position: absolute;
    bottom: 5px;
    width: 100%;
}
  

#main {
	padding: 50px;
}


@media screen and ( min-width:781px ){
    .wrapper {
        width: 920px;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .btnlist {
        width: 220px;
        float: left;
    }

    #footer{
        height: 170px;
    }
	
}

@media screen and ( max-width:780px ) and  (orientation: portrait) {


    .wrapper {
        padding-bottom: 20px;
    }


}

@media screen and ( max-width:780px ) and  (orientation: landscape) {
    .btnlist {
        float: left;
    }
}


.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modalContent {
  position: relative;
  width: 90%;
  max-width: 300px;
  background: #000;
}

video {
  width: 100%;
  display: block;
}

.close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 32px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
}

.thumbnail_container {
  width: 300px;
  text-align:center;
}


.thumbnail {
  width: 100%;
  cursor: pointer;
}

