@charset "utf-8";
/*スマホ縦横、タブレット縦用*/
body {
  line-height: 1.7;
}

a {
  color: #ff6600;
}

.bc-FFB620{
	background-color: #FFB620;
}


.btn-warning:hover {/*詳細へボタンopacity追加*/
  background-color: #7d4911;
  opacity: 0.7;
  color:#ffffff;
}

.btn-success:hover {/*Moreボタンopacity追加*/
  background-color:#ff6600;
  opacity: 0.6;
}

.list-unstyled .btn-link a { /*footer内リンク文字色*/
  color: #ffffff;
}

.list-unstyled .btn-link a:hover { /*footer内ホーバー時文字色*/
  color: #ffffff;
}

.bc-333333 {
  background-color: #333333;
}

.bc-7d4911 {
  background-color: #7d4911;
}

.bc-fae5ad{
	background-color: #fae5ad;
}

.bc-ff6600 {
  background-color: #ff6600;
}

.pl-30 {
  padding-left: 30px;
}

.bier {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 20px;
}

.ansin {
  text-align: center;
  margin-bottom: 50px;
}

.osusume-iroiro {
  font-size: 20px;
  margin-top: 60px;
  margin-bottom: 50px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-20 {
  font-size: 20px;
}

.fc-ff6600 {
  color: #ff6600;
}

.mt-30 {
  margin-top: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-250 {
  margin-top: 250px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}
.text-center {
  text-align: center;
}
.pb-40 {
  padding-bottom: 40px;
}

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

.sub_header {
  color: #5A5959;
  font-size: 16px;
  text-align: center;
  padding: 10px;
}
.for_pc {
  display: none;
}

.for_sp {
  display: block;
}

.border-none{
border:none
}


.line-height-2{
	line-height:2;
}

table {
  background-color: #FBFBFB;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

th, td {
  padding: 10px;
  border: solid 1px #EDEDED;
}

th {
  width: 20%;
  text-align: left;
  font-weight: 500;
}

td {
  text-align: left;
}



/*--------------------------------------------------------------------*/
/*タブレット横、パソコン用*/
@media screen and (min-width:1024px) {
  .for_pc {
    display: block;
  }
	
  .for_sp {
    display: none;
  }
	
  table {
    width: 650px;
    margin-right: auto;
    margin-left: auto;
  }
	
}