@charset "UTF-8";
/* CSS Document */
/*--------------------------------*/
.top_hero_area {
  width: 100%;
  background-color: #f0f0f0;

}

.top_hero {
  display: flex;
  width: 100%;
	  max-width: 2000px;
  overflow: hidden;
  margin: auto;
}


.top_hero_left_area{

width: 50%
}
.top_hero_right_area{
width: 50%

}

/*--------------------------------*/
.top_copy_bold {
  font-size: 2.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 3.4rem;
  margin: 0px 0px 2.6rem 0px;
  text-align: center
}
.top_copy {
  width: 88%;
  margin: 36px auto 50px auto;
  font-size: 2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 3.4rem;

}
.top_b_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: #ccc 1px solid;
  margin: 0px auto 20px auto;

}
a.top_b {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  border-top: #ccc 1px solid;
  padding: 30px 5px 30px 5px;
  position: relative;
  cursor: pointer;
}
a.top_b:hover {
  opacity: 1.0;
}
a.top_b.half {
  width: calc(50% - 10px);
  display: flex;
  flex-wrap: nowrap;

}
.top_b_left {
  flex: 1 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start
}
a.top_b.half .top_b_left {
 flex: 0 0 auto;
width: 40%;
  display: flex;
  flex-direction: column;
}
.top_b_right {
  flex: 1 0 ;
  min-width: 300px;
  transition: .3s opacity linear;
  align-self: center;
  border: #ccc 3px solid;
  overflow: hidden;
  border-radius: 6px;
}
a.top_b.half .top_b_right {
 flex: 0 0 auto;
  width: 60%;
  min-width:100px;
  margin-right: 0.5rem;
  transition: .3s opacity linear;
  align-self: center;
  border: none;
  border-radius: 0px;

}
.top_b_right.av {
  opacity: 0.7
}
.top_b_bar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 238px;
  height: 8px;
  overflow: hidden;
  background: url(../../images/top_menu_bar.png) bottom right / 476px 8px no-repeat, url(../../images/top_menu_bar02.jpg) bottom right / 476px 8px no-repeat;
  transition: .2s background linear;
}
.top_b_bar.av {
  width: 238px;
  height: 8px;
  background: url(../../images/top_menu_bar.png) bottom left / 476px 8px no-repeat, url(../../images/top_menu_bar02.jpg) bottom right / 476px 8px no-repeat;
}
.top_b_txt_l {
  font-size: 3.4rem;
  font-family: "AbelPro";
  line-height: 2.6rem;
  margin: 1rem 2rem 1rem 0px;
  white-space: nowrap
}
h2.top_b_txt_ss {
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 2.6rem;
  margin: 0px 2rem 1rem 0px;
}
.top_b_txt_s {
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 2.8rem;
  margin: 0px 4.5rem 0px 0px;
  word-break: break-all
}