 
@charset "utf-8";

/*----------------------------------------------------------
	common
----------------------------------------------------------*/

.campaingImg img {
	width:100%;
}
.banner img {
	width:100%;
}
.gArrowbtn02 {
	border-radius:4px;
	transition:all 0.5s ease;
}
.mark {
	display:inline-block;
	width:54px;
	margin:0 5px 0 0;
	padding:0;
	color:#fff;
	text-align:center;
	border-radius:15px;
	background:#007f2f;
}
@media screen and (min-width: 769px){
	#entryCamp {
		font-size:16px;
	}
	.campaingImg {
		margin:0 auto 60px;
	}
	.banner {
		padding:0 0 40px;
	}
	.gArrowbtn02 {
		max-width:390px;
	}
}

@media screen and (max-width: 768px){
	.mark {
		display:block;
		margin-bottom:3px;
	}
	#entryCamp {
		font-size:14px;
	}
	.campaingImg {
		margin:0 auto 30px;
	}
	.banner {
		padding:0 10px 20px;
	}
	.gArrowbtn02 {
		max-width:300px;
	}
}


/*----------------------------------------------------------
	planTab
----------------------------------------------------------*/

.planTab{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	width: 100%; 
	border-bottom:5px solid #ffde00;
}
.planTab li{ 
	width: 49.75%; 
	font-size: 1.8rem;
}
.planTab li > span { 
	display: block;
	margin:8px 0 0;
	padding: 10px 15px 10px 45px;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	cursor:pointer;
	background: #00a33c; 
	border-radius: 6px 6px 0 0; 
	position: relative; 
	transition:all 0.5s ease;
}
.planTab li > span:hover { 
	background: #006626; 
}

.planTab li > span::before { 
	display:block;
	content:"";
	width:7px;
	height:9px;
	margin:auto 0;
	background: url(https://www.careco.jp/imgs/common/icon_arrow_ylw_r_01.png) no-repeat 0 50%; 
	background-size: 7px 9px; 
	position:absolute;
	top:0;
	bottom:0;
	left:25px;
}
.planTab li.cur > span { 
	margin-top: 0;
	padding-top: 18px;
	color:#6d5c11;
	cursor:default;
	background: #ffde00; 
}
.planTab li.cur > span::before { 
	display:block;
	content:"";
	width:9px;
	height:7px;
	margin:auto 0;
	background: url(https://www.careco.jp/imgs/common/icon_arrow_gl_d_01.png) no-repeat 0 50%; 
	background-size: 9px 7px; 
	position:absolute;
	top:8px;
	bottom:0;
	left:25px;
}
.planTab li.cur > span:hover { 
	background: #ffde00; 
}

@media screen and (min-width: 769px){
	.planTab{
		margin: 30px 0;
		padding: 0 5px; 
	}
	.planTab li > span { 
		line-height:3;
	}
}
@media screen and (max-width: 768px){
	.planTab{
		margin: 0 0 20px;
		padding: 0 5px; 
	}
	.planTab li > span {
		padding: 10px 0 10px 25px;
		font-size:12px;
		line-height:1.5;
	}
	.planTab li > span::before,
	.planTab li.cur > span::before { 
		left:10px;
	}
}



/*----------------------------------------------------------
	stepList
----------------------------------------------------------*/

.stepList {
	margin:20px 0;
}
.stepList li .image {
	text-align:center;
	border-bottom:1px solid #ccc;
    position: relative;
}
.stepList li .image:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 32px;
    height: 0;
    border-top: solid 1px #004098;
}
.stepList li .data {
	text-align:center;
}
.stepList li .data .number {
	margin:0;
	padding:16px 0 0;
	font-size:24px;
	font-weight:bold;
	font-family:arial;
	letter-spacing:-0.02em;
	color:#004098!important;
}
.stepList li .data .number span {
	display:inline-block;
	margin-left:5px;
	font-size:1.29em;
	font-weight:bold;
}
.stepList li .data .midashi {
	margin: 0;
	padding: 0;
	font-size:18px;
	line-height:1.5;
	font-weight:bold;
}
.stepList li .data .midashi.l1 {
	line-height:3;
}
.stepList li .data .midashi.l3 {
	margin-top:0.75em;
}
.stepList li .data .text {
	margin:0;
	padding:0;
	font-size:16px;
}
.stepList li .data .box{
	margin:8px auto;
	padding:8px;
	max-width:260px;
	background:#dceaf3;
	border-radius:6px;
}

@media screen and (min-width: 769px){
	.stepList {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: space-between;
		-ms-flex-pack: space-between;
		justify-content: space-between;
	}
	.stepList li {
		width:30%;
	}
}
@media screen and (max-width: 768px){
	.stepList li {
		width:100%;
		padding-top:35px;
	}
	.stepList li:first-child {
		padding-top:0;
	}
}


.friendCampBox {
	padding:15px;
	text-align:center;
	border-radius:12px;
}
.friendCampBox.green {
	background:#14973c;
}
.friendCampBox.orenge {
	background:#ff9600;
}
.friendCampBox h3 {
	padding:0 0 10px;
	font-size:2.4rem;
	line-height:1.5;
	letter-spacing:0.05em;
	color:#fff;
}
.friendCampBox .data {
	margin:0;
	padding:12px;
	text-align:center;
	background:#fff;
	border-radius:8px;
}
.friendCampBox .data p {
	margin:0;
	padding:0;
	font-size:2.0rem;
	line-height:1.5;
	letter-spacing:0.05em;
	font-weight:bold;
}
.friendCampBox .data .flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
}
.friendCampBox .data .flex .box {
	box-sizing:border-box;
}
.friendCampBox .data .flex .box:first-child {
	border:none;
}
.friendCampBox .data .flex .box p {
	margin:0;
	padding:0;
}

@media screen and (max-width: 768px){
	.friendCampBox .data .flex .box {
		width:100%;
		margin:0;
		border-top:1px dotted #111;
	}
	.friendCampBox .data .flex .box:first-child {
		margin-top:20px;
		padding:0 0 10px;
	}
	.friendCampBox .data .flex .box:last-child {
		padding:20px 0 0;
	}
}
@media screen and (min-width: 769px){
	.friendCampBox .data .flex .box {
		width:50%;
		margin:10px 0;
		padding:10px 0;
		border-left:1px dotted #111;
	}
}




.btnC2 {
  max-width:800px;
  margin:0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.btnC2 .gArrowbtn02 {
  max-width:350px;
  border-radius:5px;
}

@media screen and (max-width: 768px){
  .btnC2 {
    display:block;
  }
  .btnC2 .gArrowbtn02 {
    margin:15px auto 0;
  }
}

.midashiTxt { font-size:1.8rem; font-weight:bold; }
@media screen and (max-width: 768px){
  .midashiTxt { font-size:1.6rem; }
}


/* -----------------------------------------------------------------
 catchTxt
--------------------------------------------------------------------*/
.catchTxt .txt {
	display:inline-block;
	padding:0 25px;
	font-size:1.6rem;
	font-weight:bold;
	position:relative;
}
.catchTxt .txt::before,
.catchTxt .txt::after{
	display:block;
	content:"";
	width:20px;
	height:2px;
	margin:auto 0;
	background:#000;
	position:absolute;
	top:0;
	bottom:0;
}
.catchTxt .txt::before{
	left:0;
	transform: rotate(60deg);
}
.catchTxt .txt::after{
	right:0;
	transform: rotate(-60deg);
}
@media screen and (min-width: 768px) {
	.catchTxt .txt {
		padding:0 28px;
		font-size:1.8rem;
	}
	.catchTxt .txt::before {
		width:24px;
	}
}
