@charset "UTF-8";
/* line 2, ../scss/color_box.scss */
html.open {
  overflow: hidden;
  position: relative;
}

/* line 6, ../scss/color_box.scss */
body.open {
  overflow: hidden;
  width: 100%;
}

/* line 13, ../scss/color_box.scss */
.colorbox {
  font-family: "微軟正黑體";
}
/* line 16, ../scss/color_box.scss */
.colorbox .colorbox_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background: #fff;
  opacity: 0;
  top: 0;
  visibility: hidden;
  transition: all linear 0.3s;
}
/* line 26, ../scss/color_box.scss */
.colorbox .colorbox_mask.open {
  visibility: visible;
  opacity: 1;
}
/* line 33, ../scss/color_box.scss */
.colorbox .colorbox_content {
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
}
/* line 40, ../scss/color_box.scss */
.colorbox .colorbox_content.open {
  visibility: visible;
  opacity: 1;
}
/* line 45, ../scss/color_box.scss */
.colorbox .colorbox_content > .colorbox_main {
  position: fixed;
  width: 80%;
  margin: 0 10%;
  top: 5vh;
  height: 90vh;
  overflow-y:auto; 
  padding: 0;
  z-index: 10000000;
  transition: all linear 0.3s;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
/* line 61, ../scss/color_box.scss */
.colorbox .colorbox_content > .colorbox_main.open {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 69, ../scss/color_box.scss */
.colorbox .colorbox_content > .colorbox_main > .colorbox_close {
  color: #727272;
  font-size: 35px;
  height: auto;
  letter-spacing: 2px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10000000;
  padding: 5px 5px;
  text-align: center;
}
/* line 82, ../scss/color_box.scss */
.colorbox .colorbox_content > .colorbox_main > .main {
  overflow-y: auto;
  height: 100%;
  width: 100%;
  z-index: 1000000;
}
/* line 89, ../scss/color_box.scss */
.colorbox .colorbox_content > .colorbox_main > .main > iframe {
  height: 100%;
  top: 5%;
  width: 100%;
}

.colorbox_main >h2{
  margin-top: 60px;
  margin-left: 1%;
  margin-bottom: 30px;
}
.colorbox_main >h2 img{
  max-width: 100%;
}

/*
.form{
  font-size: 0;
}

.form input[type="text"]{
  height: 40px;
  background-color: #eaeaea;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 98%;
  margin: 0 1% 20px 1%;
  padding: 0 10px ;
  font-size: 17px;
  border-radius: 0;

}

.form input[type="checkbox"]{
width: 20px;
  height:20px;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  }

.form select{
  height: 40px;
  background-color: #eaeaea;
  box-sizing: border-box;
  border: 0;
  width: 48%;
  margin: 0 1% 20px 1%;
  padding: 0 10px ;
  font-size: 17px;
  border-radius: 0;
  font-family: '微軟正黑體';
   font-style: italic;


}
form>div{
  margin: 0 1% 20px 1%;
  padding: 0 10px ;
}
form>p{
 font-style: italic;
 font-size: 24px;
 font-weight: bold;
  margin: 0 1% 20px 1%;
}

form>div>p{
 font-style: italic;
 font-size: 17px;
 display: inline-block;
 vertical-align: middle;
 margin-right: 15px;
 font-weight: bold;
}
.form .checkbox{
  margin: 10px 20px 10px 0;
  padding: 0;
  display: inline-block;
}

.form .checkbox label{
  font-size: 17px;
  font-style: italic;
  padding-left: 5px;
  vertical-align: middle;
}


.form input.wd50 {
  width: 48%;
}
.form button {
  height: 40px;
  background-color: #943737;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 98%;
  margin: 0 1% 20px 1%;
  color: #fff;
  padding: 0 10px ;
  font-size: 17px;
  font-style: italic;

}
*/


.consent__content{
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.06em;
  padding: 0 50px;
}

@media (max-width: 480px) {
  .consent__content{
  padding: 0 15px ;
}
  }

.consent__content p{
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.06em;
}

.consent__content h2{
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.06em;
  text-align: center;
  padding-top: 50px;
  font-weight: bold;
  margin-bottom: 50px;
}

.close_btn{
      background-color: #4d9fad;
    color: #fff;
    letter-spacing: 0.06em;
    font-weight: bold;
    width: 100%;
    max-width: 150px;
    display: block;
    padding: 15px 0;
    margin: 30px auto 50px auto;
}

/*
.consent__content h3{
  font-weight: bold;
  font-size: 17px;
}*/

@media (max-width: 480px) {
  /* line 115, ../scss/color_box.scss */
  .colorbox .colorbox_content > .colorbox_main {
    top: 10vh;
    height: 80vh;
  }
  .form input.wd50 {
  width: 98%;
}
.form select{
  width: 98%;
}
.colorbox .colorbox_content > .colorbox_main {

  width: 90%;
  margin: 0 5%;
}
}

.photo__content{
  padding-top: 60px;
  font-size: 0;
}
.photo__content .img{
  display: inline-block;
  vertical-align: middle ;
  width: 48%;
  margin: 0 1%;
  text-align: center;
}

.photo__content .img img{
  width: auto;
  height: 400px;
  max-width: 100%;
}