@charset "UTF-8";
/* CSS Document */
.panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 1;
  transition: 0.2s;
  border-radius: 4px;
  overflow: hidden
}
.panel:hover {
  opacity: 0.7
}
a.panel {
  text-decoration: none;
}
.panel_a {
  flex: 0 0 440px;
  height: 440px;
  min-height: 440px;
  background-color: #f7f7f7;   margin: 0px 14px 30px 0px;
}
.panel_b {
  flex: 0 0 308px;
  background-color: #f7f7f7;   margin: 0px 14px 30px 0px;
}
.panel_c_area {
  flex: 0 0 440px;
		    height: 210px;
	  display: flex;
  flex-direction: column;
  justify-content: space-between;	 margin: 0px 14px 30px 0px; 

}
.panel_c {
  flex: 0 1 100%;
  width: 100%;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: row;
  align-items: center
}
.panel_d {

  width: 100%;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: row;
  align-items: stretch;
	justify-content: flex-start;
	cursor: pointer
}
.panel_e {
  flex: 0 0 528px;
  height: 440px;
  min-height: 440px;
  background-color: #f7f7f7;
}
.panel_img {
  flex: 0 1 65%;
  overflow: hidden;
  min-height: 0%;
  background-color: #eeeeef
}
.panel_img_02 {

  overflow: hidden;
  min-height: 0%;
  background-color: #eeeeef
}
.panel_img_02 img {
  width: 100%;
  max-width: 308px
}
.panel_a .panel_img img {
  width: 100%;
  max-width: 440px
}
.panel_b .panel_img img {
  width: 100%;
  max-width: 308px
}
.panel_txt_area {
  flex: 0 1 35%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 20px;
}
.panel_txt_area_02 {

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 20px;
}
.panel_txt_link {
  width: 100%;
  margin: 10px 0px 0px 0px;
  text-align: center;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 3.5rem;
  text-decoration: underline
}
.panel_txt_upper {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.panel_txt_upper_s {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.panel_txt_lower {
  font-family: mr-eaves-xl-modern, sans-serif;
  font-size: 1.8rem;
  margin: 20px 0px 0px 0px;
}
.panel_txt_solo {
  font-size: 1.8rem;
  line-height: 2.8rem;
  padding: 20px 20px;
}

.panel_img_d {
  width: 440px;
	min-width: 440px;
  background-color: #eeeeef
}
.panel_txt_area_d {

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 20px;
	
}


@media (max-width: 1200px) {
  .panel_a {
    flex: 0 0 440px;
    min-height: 400px;
    margin: 0px 4% 4% 0px;
  }
  .panel_b {
    min-height: 440px;
    flex: 0 0 308px;
    margin: 0px 4% 4% 0px;
  }
  .panel_c_area {
    flex: 1 0 100%;
    height: 210px;
	  margin-bottom:  4%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;

  }
  .panel_c {
    flex: 0 0 440px;
    margin: 0px 4% 0px 0px;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: row;
    align-items: center
  }
}