@charset "utf-8";
#fv{
  background:url(https://shukatsu-koredeyoshi.jp/images/pc_fv.jpg) no-repeat center top;
}
.fv_box{
	width: 100%;
	max-width: 1142px;
	margin: 0 auto;
	clear: both;
}
.fv_box .fv_btn {
    margin-left: 20px;
}
.fv_box .fv_btn img{
    float: left;
    margin: 0 5px;
}
.bread {
    background: #eee
}
div.fv_title{
	text-align: center;
	font-weight: bold;
	font-size: 1.85em;
	border: 3px double #cc0000;
	margin: .5em auto;
	max-width: 993px;
	padding: .25em 0;
	color: #cc0000;
	box-sizing: border-box;
}
.contents_wrap.c_map img{
	width: 100%;
	height: auto;
}
.box_fv .flex_box {
	display: flex;
	justify-content: space-between;
}
.campaign{
	width: 32%;
	border: 2px solid #04ada8;
	border-radius: 6px;
	text-align: center;
	margin-bottom: 1em;
}
.campaign p{
	font-size: 1.6em;
	font-weight: bold;
	color: #04ada8;
}
.campaign p a {
	color: #04ada8;
	font-weight: bold;
}
.campaign a {
	display: block;
}
.box_fv p.ribbon {
 position: relative;
  margin: 0px 30px 25px;
  text-align: center;
}

.box_fv p.ribbon:before,
.box_fv p.ribbon:after {
  position: absolute;
  z-index: 0;
  bottom: -10px;
  display: block;
  content: '';
  border: 1.1em solid #d90606;
}

.box_fv p.ribbon:before {
  left: -30px;
  border-left-width: 21px;
  border-left-color: transparent;
}

.box_fv p.ribbon:after {
  right: -30px;
  border-right-width: 21px;
  border-right-color: transparent;
}

.box_fv p.ribbon span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 5px 2rem 0;
  color: #fff;
  background: #fa4141;
  font-weight: bold;
  font-size: 1.75em;
}

.box_fv p.ribbon span:before,
.box_fv p.ribbon span:after {
  position: absolute;
  bottom: -20px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  border-style: solid;
  border-color: #b70505 transparent transparent transparent;
}

.box_fv p.ribbon span:before {
  left: 0;
  border-width: 10px 0 0 10px;
}

.box_fv p.ribbon span:after {
  right: 0;
  border-width: 10px 10px 0 0;
}
.caution_box{
	max-width: 993px;
	margin: .5em auto 0;
	text-align: left;
}
.caution_box dl.site dt{
	border-bottom: 1px solid #000;
	font-weight: bold;
	font-size: 18px;
}
.caution_box dl.site dt span.price{
	font-size: 100%;
}
.caution_box dl.site dt:before{
	content:"■";
	color:#04ada8; 
}
.caution_box dl.site dd{
	margin: .25em 0 0 1em;
}
.pd_box{
	max-width: 993px;
	margin: .5em auto 0;
}
@media screen and (max-width:768px) {
div.fv_title{
	font-size: 1.2em;
	line-height: 1.2;
}
.caution_box dl.site dt{
	font-size: 22px;
	line-height: 1.2;
}
.caution_box dl.site dd{
	margin: .25em .5em 0 .5em;
}
.box_fv p.ribbon span {
padding: 5px 2rem;
font-size: 1.3em;
line-height: 1.2;
}
.campaign p{
font-size: 1.3em;
line-height: 1.2;
}
}