@charset "UTF-8";

/* -----------------------------------------------------------
	layout
----------------------------------------------------------- */
/* .wrap_main {
  padding-top: 60px;
} */

.pd-t_20 {
  padding-top: 20px;
}

.pd-t_30 {
  padding-top: 30px;
}

.pd-t_40 {
  padding-top: 40px;
}

.mg-t_20 {
  margin-top: 20px;
}

.mg-b_10 {
  margin-bottom: 10px;
}

.mg-b_15 {
  margin-bottom: 15px;
}

.mg-b_20 {
  margin-bottom: 20px;
}

.width_base.news_detail_top {
  padding-top: 0px;
}

.width_intro {
  margin-bottom: 70px;
  padding: 180px 0 50px;
  text-align: center;
}

.width_intro.privacy {
  margin-bottom: 0;
  padding: 200px 0 0;
}

.bg_intro {
  background-color: #f5f5f5;
  position: relative;
}

.bg_about:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_about.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 1.3s ease-out;
  -moz-transition: all 1.3s ease-out;
  -ms-transition: all 1.3s ease-out;
  transition: all 1.3s ease-out;
  opacity: .2;
}

.bg_access:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_access.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 1.3s ease-out;
  -moz-transition: all 1.3s ease-out;
  -ms-transition: all 1.3s ease-out;
  transition: all 1.3s ease-out;
  opacity: .2;
}

.bg_news:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_news.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 1.3s ease-out;
  -moz-transition: all 1.3s ease-out;
  -ms-transition: all 1.3s ease-out;
  transition: all 1.3s ease-out;
  opacity: .2;
}

@media only screen and (max-width: 767px) {
  .width_intro {
    padding-top: 120px !important;
  }
}


/* -----------------------------------------------------------
	text
----------------------------------------------------------- */
.chrome .title_large, .firefox .title_large, .opera .title_large, .safari .title_large {
  text-align: center;
  font-size: 80px;
}

.txt_intro {
  text-align: center;
}

.txt_intro {
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .chrome .title_large, .firefox .title_large, .opera .title_large, .safari .title_large {
    font-size: 56px;
  }
  .txt_intro {
    margin-top: 15px;
    font-size: 13px;
  }
}
