@media screen and (min-width: 768px), print {
h2{
	width: 100%;
	display: table;
    font-size: 38px;
	line-height:1.0;
	color:#726F70;
	padding:140px 0 60px;
	background: fff;
	letter-spacing:1px;
	text-align:center;
}
h3{
	width: 100%;
	display: table;
	letter-spacing:1px;
	text-align:center;
    font-size: 15px;
	line-height:1.0;
	color:#E20051;
}
h3 span{
	display:block;
	font-size: 47px;
	color:#726F70;
	/*font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight:900;
	line-height:1.5;
	letter-spacing:-0.5px;
} 
}
@media screen and (max-width: 767px) {
h2{
	width: 100%;
	display: table;
    font-size: 20px;
	line-height:1.0;
	color:#726F70;
	padding:85px 0 25px;
	background: fff;
	letter-spacing:1px;
	text-align:center;
}
h3{
	width: 100%;
	display: table;
	letter-spacing:1px;
	text-align:center;
    font-size: 14px;
	line-height:1.0;
	color:#E20051;
}
h3 span{
	display:block;
	font-size: 30px;
	color:#726F70;
	/*font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight:900;
	line-height:1.3;
} 
}

@media screen and (min-width: 768px), print {
.message{
	width: 100%;
	background: url(../img/rccbc/message_illust_new.png) no-repeat 100% 0%;
}
.message .fukidashi {
    margin: 30px 0 0 ;
	width: 712px;
    position: relative;
    background: #fff;
    border: 1px solid #3E3A3A;
	border-radius:10px;
    padding: 30px 40px;
    text-align: center;
    font-size: 14px;
	line-height:180%;
}
    /* 下三角 */ 
    .message .fukidashi:before{
        content: "";
        position: absolute;
        right: -20px;
        bottom: 50%;
        margin-left: -0px;
        border: 10px solid transparent;
        border-left: 10px solid #fff;
        z-index: 2;
    }
    .message .fukidashi:after {
        position: absolute;
        border: 10px solid transparent;
        border-left-color: #3E3A3A;
        border-right-width: 0;
        right: -11px;
        content: "";
        bottom: 50%;
        z-index: 1;
    }
.message .fukidashi p.txt{
	font-size:150%;
	letter-spacing:3px;
	line-height:200%;
}
}
@media screen and (max-width: 767px) {
.message{
	width: 100%;
	background: url(../img/rccbc/message_illust_new.png) no-repeat 80% 100%;
	background-size:200px auto;
	padding-bottom:200px;
}
.message .fukidashi {
	width: 90%;
    position: relative;
    background: #fff;
    border: 1px solid #3E3A3A;
	border-radius:10px;
    padding: 20px 20px;
    font-size: 14px;
	line-height:180%;
	margin:20px 5% 0;
}
    /* 下三角 */ 
    .message .fukidashi:before{
        content: "";
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -0px;
        border: 10px solid transparent;
        border-top: 10px solid #fff;
        z-index: 2;
    }
    .message .fukidashi:after {
        position: absolute;
        border: 10px solid transparent;
        border-top-color: #3E3A3A;
        border-bottom-width: 0;
        bottom: -11px;
        content: "";
        left: 50%;
        z-index: 1;
    }
.message .fukidashi p.txt{
	font-size:140%;
	letter-spacing:1px;
	margin:0 0 10px;
	text-align:center;
}
}


@media screen and (min-width: 768px), print {
.history{
	width: 100%;
	background: url(../img/rccbc/history_illust.png) no-repeat 0% 30%;
}
.history .fukidashi {
display:table;
    margin: 30px 0 0 270px;
	width: 712px;
    position: relative;
    background: #fff;
    border: 1px solid #3E3A3A;
	border-radius:10px;
    padding: 30px 40px;
    text-align: center;
    font-size: 14px;
	line-height:180%;
}
    /* 下三角 */ 
    .history .fukidashi:before{
        content: "";
        position: absolute;
        left: -20px;
        bottom: 50%;
        margin-right: -0px;
        border: 10px solid transparent;
        border-right: 10px solid #fff;
        z-index: 2;
    }
    .history .fukidashi:after {
        position: absolute;
        border: 10px solid transparent;
        border-right-color: #3E3A3A;
        border-left-width: 0;
        left: -11px;
        content: "";
        bottom: 50%;
        z-index: 1;
    }
.history .fukidashi img{
	width:100%;
}
.history .fukidashi dl {
  display: flex;
  flex-wrap: wrap;
  text-align:left;
  width:48%;
}
.history .fukidashi dl dt {
  width: 20%;
  border-top:1px solid #ddd;
}
.history .fukidashi dl dd {
  width: 80%;
  border-top:1px solid #ddd;
}
}
@media screen and (max-width: 767px) {
.history{
	width: 100%;
	background: url(../img/rccbc/history_illust.png) no-repeat 20% 100%;
	background-size:200px auto;
	padding-bottom:200px;
}
.history .fukidashi {
display:table;
	width: 90%;
    position: relative;
    background: #fff;
    border: 1px solid #3E3A3A;
	border-radius:10px;
    padding: 20px 20px;
    font-size: 14px;
	line-height:180%;
	margin:20px 5% 0;
}
    /* 下三角 */ 
    .history .fukidashi:before{
        content: "";
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -0px;
        border: 10px solid transparent;
        border-top: 10px solid #fff;
        z-index: 2;
    }
    .history .fukidashi:after {
        position: absolute;
        border: 10px solid transparent;
        border-top-color: #3E3A3A;
        border-bottom-width: 0;
        bottom: -11px;
        content: "";
        left: 50%;
        z-index: 1;
    }
.history img{
	width:100%;
	margin-top:5px;
}
.history .fukidashi dl {
  display: flex;
  flex-wrap: wrap;
  text-align:left;
  width:48%;
    line-height:130%;
}
.history .fukidashi dl dt {
  width: 30%;
  border-top:1px solid #ddd;
  font-size:90%;
  padding:5px 0;
}
.history .fukidashi dl dd {
  width: 70%;
  border-top:1px solid #ddd;
  font-size:100%;
  padding:5px 0;
}
}

@media screen and (min-width: 768px), print {
.benefit{
	width: 100%;
	background: url(../img/rccbc/benefit_illust_new.png) no-repeat 100% 50%;
}
.benefit .fukidashi {
    margin: 30px 0 0 ;
	width: 712px;
    position: relative;
    background: #fff;
    border: 1px solid #3E3A3A;
	border-radius:10px;
    padding: 30px 40px;
    text-align: center;
    font-size: 14px;
	line-height:180%;
}
    /* 下三角 */ 
    .benefit .fukidashi:before{
        content: "";
        position: absolute;
        right: -20px;
        bottom: 50%;
        margin-left: -0px;
        border: 10px solid transparent;
        border-left: 10px solid #fff;
        z-index: 2;
    }
    .benefit .fukidashi:after {
        position: absolute;
        border: 10px solid transparent;
        border-left-color: #3E3A3A;
        border-right-width: 0;
        right: -11px;
        content: "";
        bottom: 50%;
        z-index: 1;
    }
.benefit table {
  display:table;
  width: 100%;
  margin: 0px auto 0px;
  border-top: 1px solid #B7B7B7;
  text-align: left;
}
  .benefit table th {
    padding: 12px;
    text-align: left;
    width: 20%;
  border-bottom: 1px solid #B7B7B7;
  font-weight: bold;
	}
  .benefit table td {
    box-sizing: border-box;
  border-bottom: 1px solid #B7B7B7;
    padding: 12px;
    background-color: #FFF;
  }
.benefit table img{
	width:48%;
	margin:1%;
}
}
@media screen and (max-width: 767px) {
.benefit{
	width: 100%;
	background: url(../img/rccbc/benefit_illust_new.png) no-repeat 80% 100%;
	background-size:200px auto;
	padding-bottom:210px;
}
.benefit .fukidashi {
	width: 90%;
    position: relative;
    background: #fff;
    border: 1px solid #3E3A3A;
	border-radius:10px;
    padding: 20px 20px;
    font-size: 14px;
	line-height:180%;
	margin:20px 5% 0;
}
    /* 下三角 */ 
    .benefit .fukidashi:before{
        content: "";
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -0px;
        border: 10px solid transparent;
        border-top: 10px solid #fff;
        z-index: 2;
    }
    .benefit .fukidashi:after {
        position: absolute;
        border: 10px solid transparent;
        border-top-color: #3E3A3A;
        border-bottom-width: 0;
        bottom: -11px;
        content: "";
        left: 50%;
        z-index: 1;
    }
.benefit table {
  display:table;
  width: 100%;
  margin: 0px auto 0px;
  border-top: 1px solid #B7B7B7;
  font-size:14px;
  line-height: 1.6;
  text-align: left;
}
  .benefit table th {
    padding: 10px 0 5px;
    text-align: left;
	display:block;
  border-bottom: 1px dotted #B7B7B7;
  font-weight: bold;
	}
  .benefit table td {
	display:block;
    box-sizing: border-box;
  border-bottom: 1px solid #B7B7B7;
    padding: 5px 0 10px;
    background-color: #FFF;
  }
  .benefit table td span {
  font-weight:normal;
  font-size:15px;
}
.benefit table img{
	width:48%;
	margin:1%;
}
}

@media screen and (min-width: 768px), print {
.eco{
	width: 100%;
	background: url(../img/rccbc/eco_illust_new.png) no-repeat 0% 30%;
}
.eco .fukidashi {
    margin: 30px 0 0 270px;
	width: 712px;
    position: relative;
    background: #fff;
    border: 1px solid #3E3A3A;
	border-radius:10px;
    padding: 30px 40px;
    text-align: center;
    font-size: 14px;
	line-height:180%;
}
    /* 下三角 */ 
    .eco .fukidashi:before{
        content: "";
        position: absolute;
        left: -20px;
        bottom: 50%;
        margin-right: -0px;
        border: 10px solid transparent;
        border-right: 10px solid #fff;
        z-index: 2;
    }
    .eco .fukidashi:after {
        position: absolute;
        border: 10px solid transparent;
        border-right-color: #3E3A3A;
        border-left-width: 0;
        left: -11px;
        content: "";
        bottom: 50%;
        z-index: 1;
    }
.eco .fukidashi ol{
	margin:0 0 0 20px;
	background: url(../img/rccbc/eco_img_new.png) no-repeat 100% 0%;
}
.eco .fukidashi ol li{
	text-align:left;
}
}
@media screen and (max-width: 767px) {
.eco{
	width: 100%;
	background: url(../img/rccbc/eco_illust.png) no-repeat 20% 100%;
	background-size:200px auto;
	padding-bottom:230px;
}
.eco .fukidashi {
	width: 90%;
    position: relative;
    background: #fff;
    border: 1px solid #3E3A3A;
	border-radius:10px;
    padding: 20px 20px;
    font-size: 14px;
	line-height:180%;
	margin:20px 5% 0;
}
    /* 下三角 */ 
    .eco .fukidashi:before{
        content: "";
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -0px;
        border: 10px solid transparent;
        border-top: 10px solid #fff;
        z-index: 2;
    }
    .eco .fukidashi:after {
        position: absolute;
        border: 10px solid transparent;
        border-top-color: #3E3A3A;
        border-bottom-width: 0;
        bottom: -11px;
        content: "";
        left: 50%;
        z-index: 1;
    }
.eco .fukidashi ol{
	margin:0 0 0 20px;
	background: url(../img/rccbc/eco_img.png) no-repeat 40% 100%;
	padding-bottom:150px;
}
.eco .fukidashi ol li{
	text-align:left;
	line-height:160%;
}
}

.balloon {
  position: relative;
  display: inline-block;
  margin: 7px 0;
  padding: 5px 8px;
  min-width: 120px;
  max-width: 100%;
  background: #fce3eb;
  font-size: 95%;
  border-radius:10px;
  color: #555;
}
.balloon:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 20%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #fce3eb;
}
.balloon p {
  margin: 0;
  padding: 0;
}
.balloon.left50 {
  margin: 7px 0 7px 50px;
}
.balloon.left40 {
  margin: 7px 0 7px 40px;
}
.balloon.left30 {
  margin: 7px 0 7px 30px;
}
.balloon.left20 {
  margin: 7px 0 7px 20px;
}
.balloon.left10 {
  margin: 7px 0 7px 10px;
}