

html,body,h1, h2, h3, h4, h5, h6,textarea,select{
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
  font-weight: 500;
}

h3 { padding:5px 0; margin: 5px 0;}

.e5_inner h3{
  color:#690!important;
  height: 24px;
  background-image: url(../img/h_icon1.png)!important;
  background-position: 0 center;
  background-size: 24px;
  padding-left: 38px;
  background-repeat: no-repeat;
}
.e5_inner p{
  padding: 0 0 15px;
  font-size: 16px!important;
}

.button {
  display: block;
}
.button a {}

.bigbullstv-btn {
  background-color: #000000;
  color: #fff!important;
  display: block;
  margin: 20px auto;
  padding: 20px 10px!important;
  font-size: 14px;
  border-radius: 4px;
  transition: 0.3s;
  clear: both;
  position: relative;
  width: 200px;
  height: 20px;
}
.bigbullstv-btn a {
  color: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 62px;
  text-align: center;
  text-decoration: none;
}
.bigbullstv-btn:hover {
  background-color: #595959;
}
/* .bigbullstv-btn a:hover {
  color: #000000;
} */
@media screen and (max-width: 580px) {
  .bigbullstv-btn {
    margin: 20px auto 30px;
  }
}


.btn-form{
  display: inline-block!important;
  background-color: #0e9079;
  color: #fff;
  display: block;
  margin: 20px 0;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 4px;
  transition: 0.3s;
}

.btn-form:hover{
  background-color: #2fcbaf;
}
.column-50 {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.btn dl{width: 100%; display: table;width: 100%}

.button dt{
  display: block;
  width: 100px;
  float: left;
}

.button dd{
  display: block;
  float: left;
  padding: 13px 10px 2px;
  box-sizing: border-box;
  line-height: 45px;
}

.select-wrap {
    position: relative;
}
.select-wrap:before {
    /* z-index: 1;
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 43px;
    color: #7F878C;
    pointer-events: none; */
}
.select-wrap select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    height: 40px;
    padding: 8px 12px;
    border:1px solid #ccc;
    color:#1f1f1f;
    width:100%;
    border-radius:3px;
}
.select-wrap select option{
  background-color: #fff;
  color: #333;
}
.select-wrap select::-ms-expand {
  display: none;
}
.select-wrap select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
.select-wrap.select-primary:before{
  color:#fff;
}
.select-wrap.select-primary > select{
  /* background:#fff7f7;
  color:#1f1f1f;
  border-color:#ccc; */
}
.select-wrap.select-primary > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}


#QandA {
	width: 100%;
  display: block;
	font-size: 14px;
  padding: 20px;
  margin-top: 25px;
  background-color: #ff949a;
  border-radius: 10px;
  border: 7px solid #ffd8da;
  box-sizing: border-box;
}

#QandA>h3{
  color: #fff!important;
  margin-top: 0!important;
  text-align: center;
  border-bottom: 1px solid #e67379;
  padding-bottom: 10px;
  line-height: 1.8;
}
#QandA>p{
  color: #fff!important;
  margin-bottom: 20px;
  line-height: 1.8;
}
#QandA h3 {
	font-size: 18px;
	margin-top: 32px;
}
#QandA dl {
	border: 1px solid #ccc;
}
#QandA dt {
font-weight: bold;
	color: #111;
	background: #f4f4f4; /* 「Q」タイトルの背景色 */
	padding: 8px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#QandA dt:first-child {
	border-top: none;
}
#QandA dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
#QandA dd {
	padding: 26px 16px 17px 16px;
	margin: 0;
  background-color: #fff;
	line-height: 1.8;
}
#QandA dd:first-line {
	font-weight: bold;
	/* color: #bf0000; */
}
#QandA dd:before {
	/* content: "A."; */
	font-weight: bold;
	margin-right: 8px;
	margin-left: -21px;
}

#QandA .quiz{
  border: 1px solid #407d0c;
  margin-bottom: 40px;
}
#QandA .quiz dt {
  color: #ffffff;
  background-color: #64a32e;
  border-bottom: 1px solid #407d0c;
}
#QandA .quiz dd {
}
.contents_detail input{
  width: 40%;
}
/* css checkbox0*/
.checkbox01 label{
  display: inline-block;
  margin-bottom: 10px;
}
.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #009a9a;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
}
.textareabox textarea{
  border: 1px solid #999;
}
.selectareabox select,
.contents_detail input,
.textareabox textarea {
  padding: 6px;
  background: #eee;
  border: 1px solid #bebebe;
  box-sizing: border-box;
}
.textareabox textarea {
  min-height: 108px;
}
.contents_detail input:focus,
.textareabox textarea:focus {
  background: #edfffa;
  border: 1px solid #009a9a;
}

.description-list li {
  display: block;
  float: left;
  box-sizing: border-box;
}
.description-list li img {width: 289px;}
.description-list li img,dt img {max-width: 100%;}

.description-list .thumbnail {
  width: 43%;
  margin-right: 2%;
  color: #fff;
  border-radius: 5px;
  background-color: #029a82;
  border: 7px solid #029a82;
  box-sizing: border-box;
}
.thumbnail .thum-text {
  padding: 7px;
  text-align: center;
  display:block;
  line-height: 1.4;
}
.buttonform {
  text-align: right;
  padding-bottom: 0!important;
}
.description-list .textdescription {
  width: 55%;
  padding: 40px 10px;
  box-sizing: border-box;
}

.item-description {
	display: table;
	width: 100%;
	margin: 15px 0;
}
.jrview {font-size:20px;font-weight: 600;}


/*　form
************************************************/
@media screen and (min-width: 768px) {
    body {font-size: 14px; }
    table {
      margin-left: auto;
      margin-right: auto;
      width: 95%;
    }
    #QandA dl dt, #QandA dl dd {
      height: auto;
      min-height: 30px;
      line-height: 30px;
    }
    .contents_question button, .contents_question input {
      width: 30%;
    }
    #second_contents.e5-contents #container{
      width: 70%;
      margin-left: auto;
      margin-right: auto;
      float: none;
    }
}

.round {    border-radius: 8px;
  -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;   /* Firefox用 */
  -khtml-border-radius: 8px;
}
@media screen and (max-width:767px) {
  * {
     -webkit-appearance: none;
  }
  #second_contents .contents_detail h3 {
    border: 0;
    font-size: 1em;
    height: auto;
    margin: 0;
    line-height: 1.5;
    text-align:center;
    color: #ffffff;
    background: #FF959A;
    padding: 15px 0;
  }

  .e5_inner h3 {
    margin-bottom: 15px;
    font-size: 90%;
  }
  .jrview {
    font-size: 81%;
    display: block;
    font-weight: 600;
    line-height: 33px;
  }
  .yt {
    /* background-color: #222; */
    /* padding: 6px 0 0 0; */
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
  }
  .yt iframe{
    /* max-height: 200px; */
    margin: 0;
    padding: 0
  }
  .contents_detail input{
    width: 100%;
  }
  .button {margin-bottom: 20px;}
  .btn,.btn-form{
    font-size: 14px;
    padding: 5px 10px;
    /* color: #fff !important; */
  }
  .button dt{
    width: 19%;
  }
  .button dd{
    padding:5px 10px 0;
    width: 81%;
  }
  .description-list li{
    width: 100% !important;
    margin-bottom: 0;
  }
  .textdescription {
    padding: 15px 0 0;
  }
  .textdescription p strong{
    font-size: 100%;
  }
  .description-list {
    display: table;
    width: 100%;
    margin-bottom: 15px;
  }
  .textdescription p {
    font-size: 16px;
    padding: 10px 0;
  }
  .buttonform {
    text-align: center;
  }
  .buttonform,.buttonform a{
    margin-bottom: 0;
    padding-bottom: 0!important;
  }
  .buttonform a {
    /*width: 90%;*/
    line-height: 2.8;
    display: block!important;
  }
  .item-description {
    margin:　20px 0 0;
  }
  .description-list {
    margin-bottom: 0 !important;
  }
  .description-list li img {width: 100%;}

  /*　form
  ************************************************/
  #bottom {clear: both; background-color: #000;}
  #bottom #page_back{ text-align: center;}
  #bottom #page_back a { width: 100%; display: block;padding: 10px 0; color: #fff;}
  .contents_question dl dt, .contents_question dl dd {
      font-size: 16px;
  }
  #second_contents .contents_question h3 {font-size: 16px;line-height: 2;}

  .description-list .textdescription {
    padding: 10px;
    box-sizing: border-box;
  }


  .error, .notice, .success, .other,.notice-radius {
  	border: 1px dotted #DDD;
  	margin-bottom: 1em;
  	padding: 0.6em 0.8em;
    font-size: 12px;
  }

  .error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
  .error a {color: #8A1F11;}

  .notice,.notice-radius {background: #FFF6BF; color: #514721; border-color: #FFD324;}
  .notice a,.notice-radius a {color: #514721;}

  .notice-radius { border-radius:10px;}

  .success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
  .success a {color: #264409;}

  .other {background: #f5f5f5; color: #264409; border-color: #c0c0c0;}

  /*end*/
  .end {width:100%;text-align:center;padding-top:10px;}



  table.timetable{
  	border-collapse: collapse;
  	margin-bottom: 0;
  	line-height: 1.5em;
  	width: 100%;
  }
  table.timetable td{
  	padding: 2%;
  }
  table.timetable .time{
  	width: 15%;
  }
  table.timetable .name{
  	width: 85%;
  }
  table.timetable .day{
  	background: #e6e6e6;
  }
  .contents_detail dl{
      text-align:left;
      font-size:16px;
      border: 1px solid #F9B5B8;
      border-top: none;
      background: #ffe2e3;
      margin:0 ;
  }
  .contents_detail dl dt:first-child {}
  .contents_detail dl dt,
  .contents_detail dl dd{ padding: 10px 5px;  height: auto; text-align: center;}
  .contents_detail dl dt{
      background: none;
      border-top: 1px solid #F9B5B8;
      text-align:center;f7b1b5
      line-height:1.5;font-weight:bold;
  }
  .contents_detail dl dd strong{
      color:#F00;
      font-weight:bold;
  }
  .contents_detail dl dd{
      background:#FFF;
      border-top: 1px solid #F9B5B8;

      line-height:1.5;
  }
  .contents_detail dl dt dd{
      padding:5px;
  }
  .Agreement-post h2 {
      background:rgba(112,96,84,1.00);
      color:rgba(255,253,253,1.00);
      line-height: 2.6em;
      font-size: 1.2em;
      font-weight: bold;
      text-align: center;
      color: #FFF;
      margin: 5px 0 10px;
    }
  .Agreement-post ul { list-style:none; margin:10px; padding:0;}
  .Agreement-post li { font-size:0.9em; margin:10px; padding: 5px 5px 13px; line-height: 154%;clear: both; border-bottom:1px dotted #ccc;height: auto;}
  .Agreement-post li:last-child { border-bottom:0;}
  input {
    border:1px solid #CCC;
    padding: 10px 15px;
    margin-bottom: 10px;
  }
  textarea {border:1px solid #CCC; }
  input,textarea {
    width: 88%;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    transform: scale(1);
    line-height: 1.8;
  }
  .postcodes { width: 88% !important;}

  /*アンケート*/
  .contents_question,.NextSubmit,.NextSubmit input {
    box-sizing: border-box;
  }
  .contents_question{
    padding: 10px;
  }
  #QandA{
    margin-bottom: 15px;
  }
  #QandA>h3{
    font-size: 16px;
    font-weight: bold;
  }
  #QandA>p{
    font-size: 13px;
  }
  .contents_question dl dt, .contents_question dl dd{
    font-size: 14px;
  }
  .NextSubmit {
    padding: 10px;
    display: inline-block;
    width: 100%;
  }
  .NextSubmit input{
    color: #333;
    margin-bottom: 5px;
    width: 50%;
    float: left;
  }
  .NextSubmit .btn{
    background-color: #eee;
    border: 2px solid #ccc;
  }

  .NextSubmit .btn:focus,.NextSubmit .btn:hover{
    color: #fff;
    background-color: #009a9a;
  }
}


#second_contents #container {
  float: none;
  margin: 0 auto;
  padding: 10px;
}
.hero {
  /* width: 100%;
  overflow: hidden;
  height: 140px;
  position: relative; */
  width: 100%;
  margin-top: 10px;
}
.hero img {
  width: 100%;
  top: -40px;
  margin-bottom: 10px;
  /* position: absolute; */
}
.bigbulls-lead {
  font-size:16px;
  padding:10px 0 15px;
}
p.bigbulls-gallery {
  text-align: center;
  font-weight: bold;
}

.yt {
  text-align: center;
  background: none;
}
.yt iframe {
  max-width: 100%;
  /* width: 100%; */
  /* height: 100%; */
}
.bigbulls-comment {
  /* display: inline-block; */
  display: block;
  text-align: center;
  margin: 10px;
}
.bigbulls-comment span {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}
.bigbulls-comment p {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  line-height: 1.4!important;
}
.thumb-movie {
  /* padding: 10px; */
  overflow: hidden;
  box-sizing: border-box;
  clear: both;
}
.thumb-movie .col-1 {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.thumb-movie .col-2 {
  width: 100%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}
.thumb-movie .col-3 {
  width: 50%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}
.thumb-movie iframe {
  width: 100%;
  max-width: 100%;
  /* height: 230px; */
}
@media screen and (min-width: 581px) {
  .hero {
    /* height: 300px; */
    /* overflow: hidden;
    height: 140px;
    position: relative; */
    height: 345px;
    width: 30%;
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
    margin-top: 0;
  }
  .hero img {
    top: -60px;
    margin-bottom: 0;
    /* position: static; */
  }
  .bigbulls-yt {
    float: right;
    width: 70%;
  }
  .bigbulls-yt.fullwidth {
    float: none;
    width: 100%;
  }
  .thumb-movie .col-1 ,
  .yt {
    /* height: 400px; */
  }
  .thumb-movie .col-1 iframe ,
  .yt iframe {
    /* max-width: 100%; */
    /* width: 100%; */
    /* height: 100%; */
    /* width: 640px; */
    /* height: 400px; */
    height: 327px;
  }
  .fullwidth .yt iframe {
    height: 400px;
  }
  .thumb-movie .col-1 {
    width: 560px;
    margin: 0 auto;
    padding: 0;
  }
  .bigbulls-comment {
    /* display: inline-block; */
    display: block;
    text-align: center;
    margin: 10px;
  }
  .bigbulls-comment span {
    font-weight: bold;
  }
  .bigbulls-comment p {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    /* width: 560px; */
  }
  .bigbulls-comment {
    /* display: inline-block; */
  }
  .bigbulls-comment span {
    font-weight: bold;
    line-height: 1.5;
  }
  .thumb-movie .col-2 {
    width: 50%;
    float: left;
  }
  .thumb-movie .col-3 {
    width: 33.333333%;
    float: left;
  }
  .thumb-movie .col-1 .bigbulls-comment p ,
  .thumb-movie .col-2 .bigbulls-comment p ,
  .thumb-movie .col-3 .bigbulls-comment p {
    width: 100%;
  }

  #second_contents p {
    line-height: 120%;
  }

}
