@charset "UTF-8";

/* ------------------------------------
    PC
   ------------------------------------ */

footer{
	margin: 0 0 60px;
}




#scWorry{
	overflow: hidden;
	width:90%;
	margin-left: auto;
	margin-right: auto;
}

#scWorry > div{
	width:46%;
}
#scWorry > div:nth-of-type(1){
	float:left;
}
#scWorry > div:nth-of-type(2){
	float:right;
}
#scWorry > div:nth-of-type(3){
	padding-top:60px;
	width:100%;
	min-height:390px;
	clear: both;
	position: relative;
}
#scWorry > div:nth-of-type(3) > div{
	width:38%;
}
#scWorry > div:nth-of-type(3) > img{
	position: absolute;
	bottom:0px;
	left:calc(50% - 92px);
}
#scWorry > div:nth-of-type(3) > div:nth-of-type(1){
	float:left;
}
#scWorry > div:nth-of-type(3) > div:nth-of-type(2){
	float:right;
}

#scWorry dl{
	padding:0;
	position: relative;
}
#scWorry > div:nth-of-type(1) dl:after,#scWorry > div:nth-of-type(2) dl:after,#scWorry > div:nth-of-type(3) dl:after{
  content: "";
  position: absolute;
  right: auto;
  bottom: -30px;
  left: 25%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
}
#scWorry > div:nth-of-type(1) dl:after{
	border-color: #41B8D8 #41B8D8 transparent transparent;
	border-width: 15px 15px 15px 15px;
}
#scWorry > div:nth-of-type(2) dl:after{
  border-color: #41B8D8 transparent transparent #41B8D8;
  border-width: 15px 15px 15px 15px;
	left: auto;
	right: 25%;
}
#scWorry > div:nth-of-type(3) > div:nth-of-type(1) dl:after{
  border-color: transparent transparent #41B8D8 #41B8D8;
  border-width: 15px 15px 15px 15px;
	left: auto;
	right: -30px;
	bottom:auto;
	top:50px;
}
#scWorry > div:nth-of-type(3) > div:nth-of-type(2) dl:after{
  border-color: transparent #41B8D8 #41B8D8 transparent;
  border-width: 15px 15px 15px 15px;
	left: -30px;
	right: auto;
	bottom:auto;
	top:50px;
}
#scWorry dl dt, #scWorry dl dd{
	margin:0;
	padding:15px;
	border:2px solid #41B8D8;
	line-height: 1.4;
}
#scWorry dl dt{
	position: relative;
	padding-top:30px;
	color:#FFF;
	background:#41B8D8;
	border-radius: 8px 8px 0 0;
	font-size:1.5em;
	vertical-align: middle;
}
#scWorry dl dt strong{
	position: absolute;
	top:-20px;
	left:calc(50% - 20px);
	border:3px solid #41B8D8;
	background:#FFF;
	color:#41B8D8;
	display: block;
	width:40px;
	height:40px;
	border-radius: 40px;
	text-align: center;
	line-height:40px;
	font-size: 1.3em;
}
#scWorry dl dt strong span{
	position: absolute;
	top:-22px;
	font-size:0.65em;
	width:100px;
	line-height: 1;
	left:calc(50% - 50px);
	text-align: center;
}
#scWorry dl dd{
	position: relative;
	padding-top:30px;
	padding-bottom:60px;
	background:#FFF;
	border-radius:0 0 8px 8px;
}
#scWorry dl dd strong{
	font-size:1.4em;
	color:#56a800;
}
#scWorry dl dd p{
	position: absolute;
	bottom:0px;
	right:10px;
	text-align: right;
}
#scWorry dl dd p a{
	position: relative;
	padding:5px 35px 5px 10px;
	border:1px solid #bf2121;
	color:#FFF;
	border-radius: 4px;
	background:#bf2121;
}
#scWorry dl dd p a::after{
	content: "";
	position: absolute;
	top:10px;
	right:10px;
	display: block;
	width: 6px;
	height: 6px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#scWorry > div:nth-of-type(1) > p, #scWorry > div:nth-of-type(2) > p{
	text-align: center;
}

.arrow {
	display: block;
	position:absolute;
	bottom:-8px;
	left:0;
	right:0;
	margin:auto;
	height:16px;
	width:16px;
	/*
	background-color:#bf2121;
	*/
	z-index: 10;
}
.arrow::before {
	position:absolute;
	content:"";
	border:solid 16px transparent;
	border-top:solid 16px #41B8D8;
	top:10px;
	left:-8px;
}


#scProposal > div{
	overflow: hidden;
}
#scProposal > div p{
	margin:0;
}
#scProposal > div p strong{
	display: block;
	padding:30px 0 20px 0px;
	padding-left: 80px;
	position: relative;
	line-height: 1.3;
}
#scProposal > div p strong span{
	display: block;
	border-bottom:2px solid #000;
	font-size: 1.2em;
}
#scProposal > div:nth-of-type(1) p strong{
		background:url(../img/img_case_01_no.png) no-repeat left top;
}
#scProposal > div:nth-of-type(2) p strong{
	background:url(../img/img_case_02_no.png) no-repeat left top;
}
#scProposal > div:nth-of-type(3) p strong{
	background:url(../img/img_case_03_no.png) no-repeat left top;
}
#scProposal > div:nth-of-type(4) p strong{
	background:url(../img/img_case_04_no.png) no-repeat left top;
}

#scProposal > div p > span{
	display: block;
	padding-left:80px;
}
#scProposal > div p span em{
	color:#56a800;
	font-weight: bold;
}


#scProposal > div:nth-of-type(2n+1){
    margin: 0 0 0;
    padding: 30px;
    font-size: 1.3em;
    line-height: 1.6;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #EFFFD7), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #EFFFD7),color-stop(.75, #EFFFD7), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 14px 14px;
}
#scProposal > div:nth-of-type(2n+1) p:nth-of-type(1){
	width:50%;
	padding:2% 5% 0 0;
	float:left;
	padding-left:0px;
}
#scProposal > div:nth-of-type(2n+1) p:nth-of-type(2){
	width:45%;
	padding:0 0 0 0;
	float:right;
}
#scProposal > div p img{
	display: block;
	margin:0 auto;
	width:90%;
	height:auto;
}
#scProposal > div:nth-of-type(3) img{
	max-width:360px;
}
#scProposal > div:nth-of-type(2n+1) p:nth-of-type(2) small{
	display: block;
	margin:0 0 20px;
	font-size:0.7em;
	text-align: right;
}
#scProposal > div:nth-of-type(2n+1) p:nth-of-type(2) a{
	display: block;
  background: #418a00;
  border-radius: 4px;
  color: #FFF;
	width:80%;
	margin:0 auto;
  padding: 10px 0px;
  font-size: 0.9em;
	text-align: center;
}

#scProposal > div:nth-of-type(2n){
	margin: 0 0 0;
	padding: 30px;
	font-size: 1.3em;
	line-height: 1.6;
	background:url(../img/bg_01.png);
}
#scProposal > div:nth-of-type(2n) p:nth-of-type(1){
	width:50%;
	padding:2% 0 0 5%;
	float:right;
	padding-left:0px;
}
#scProposal > div:nth-of-type(2n) p:nth-of-type(2){
	width:45%;
	padding:0 0 0 0;
	float:left;
}



/* ------------------------------------
    SP
   ------------------------------------ */

@media only screen and (max-width: 640px) {

	section h2 span {
    font-size: 1.1em;
	}



	#scWorry > div{
		width:100%;
	}
	#scWorry > div:nth-of-type(1){
		float:none;
		margin-top:100px;
	}
	#scWorry > div:nth-of-type(2){
		float:none;
		margin-top:100px;
	}
	#scWorry > div:nth-of-type(3){
		padding-top:60px;
		width:100%;
		min-height:390px;
		clear: both;
		position: relative;
	}
	#scWorry > div:nth-of-type(3) > div{
		width:100%;
	}
	#scWorry > div:nth-of-type(3) > img{
		position: absolute;
		bottom:400px;
		left:calc(50% - 92px);
	}
	#scWorry > div:nth-of-type(3) > div:nth-of-type(1){
		float:none;
	}
	#scWorry > div:nth-of-type(3) > div:nth-of-type(2){
		margin-top:465px;
		float:none;
	}

	#scWorry > div:nth-of-type(3) > div:nth-of-type(1) dl:after{
	  border-color: #41B8D8 #41B8D8 transparent transparent;
	  border-width: 15px 15px 15px 15px;
		left: 25%;
		right: auto;
		bottom:-30px;
		top:auto;
	}

	#scWorry > div:nth-of-type(3) > div:nth-of-type(2) dl{
		margin-top: 200px;
	}
	#scWorry > div:nth-of-type(3) > div:nth-of-type(2) dl:after{
	  border-color: transparent transparent #41B8D8 #41B8D8;
	  border-width: 15px 15px 15px 15px;
		left: auto;
		right: 25%;
		bottom:auto;
		top:-30px;
	}






	#scProposal > div:nth-of-type(2n+1){
	    margin: 0 0 0;
	    padding: 30px;
	    font-size: 1.3em;
	    line-height: 1.6;
	    background-color: #FFF;
	    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #EFFFD7), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #EFFFD7),color-stop(.75, #EFFFD7), color-stop(.75, transparent),to(transparent));
	    -webkit-background-size: 14px 14px;
	}
	#scProposal > div:nth-of-type(2n+1) p:nth-of-type(1), #scProposal > div:nth-of-type(2n) p:nth-of-type(1){
		width:100%;
		padding:2% 5% 0 0;
		float:none;
		padding-left:0px;
	}
	#scProposal > div:nth-of-type(2n+1) p:nth-of-type(2), #scProposal > div:nth-of-type(2n) p:nth-of-type(2){
		margin-top:30px;
		width:100%;
		padding:0 0 0 0;
		float:none;
	}

}
