@charset "UTF-8";
a:hover {
  opacity: .5;
}
img{vertical-align: bottom;}
.lead {
  margin: 30px auto 0;
  text-align: center;
}
.lead_text {
  font-size: 18px;
}
h3 {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 60px auto 0;
}
.sec01 {
  text-align: center;
  margin: 60px auto 0;
  width: 900px;
}
.sec02 {
  text-align: center;
  margin: 80px auto 0;
  width: 900px;
}
.sec01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  margin-top: 40px;
}
.sec02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
}
.sec01 ul li, .sec02 ul li {
  display: flex;
  flex-direction: column;
  max-width: 48%;
}
.sec01 ul img, .sec02 ul img {
  width: 100%;
}
.sample img {
  margin-top: 5px;
  width: 60%;
}
.sample span {
  color: #cc0033;
  font-size: 85%;
}
.sec_sample {
  text-align: center;
  margin: 20px auto 0;
  width: 900px;
  font-size: 14px;
}
.balloon {
  position: relative;
  border-bottom: #e6c5cc 4px solid;
  padding-bottom: 10px;
  font-weight: bold;
}
.balloon:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -21px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #e6c5cc transparent transparent transparent;
  border-width: 20px 10px 0 10px;
}
.balloon_02 {
  position: relative;
  border-bottom: #e6c5cc 4px solid;
  padding: 10px 0 5px;
  font-weight: bold;
  background-color: #e6c5cc
}
.balloon_02:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -21px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #e6c5cc transparent transparent transparent;
  border-width: 20px 10px 0 10px;
}
.block-fp-container ul p {
  text-align: left;
}
.block-fp-container ul p.name {
		font-size: 1.4em;
	margin-top: 0.2em;
	font-weight: bold;
	}
.block-fp-container ul p a {
  background-color: #000000;
  text-align: center;
  padding: 1em;
  margin-top: 20px;
  color: #ffffff;
  display: block;
font-weight: bold;	
}
.block-fp-container ul p.noHref {
  background-color: #999999;
  text-align: center;
  padding: 1em;
  margin-top: 20px;
  color: #ffffff;
  display: block;
font-weight: bold;	
}
/* PC1つ分スペース空ける場合 */
/*
.flexbox:after {
    content: "";
    width: 22%;}
*/
/* PC2つ分スペース空ける場合 */
.flexbox:after {
  content: "";
  width: 20%;
}
.flexbox:before {
  content: "";
  width: 24%;
  order: 1;
}
.secBtn {
  width: 900px;
    display: flex;
    justify-content: flex-end;
	  margin-top: 80px;
}
.secBtnInner a {
  width: 400px;
  border: #e6c5cc 1px solid;
  padding: 15px;
display: block;	
}