@charset "UTF-8";
/* follower CSS Document */

.follower #mainContents {
	font-size: 1.6rem;
}
.ctsInner > section + section {
	margin-top: 60px;
}

.txtLead {
	font-size: 1.6rem;
	display: table;
	width: 100%;
}
.txtLead > * {
	vertical-align: bottom;
	display: table-cell;
}
.txtLead .btnStyle01 {
	width: 400px;
	padding-left: 50px;
}

.outlineArea figure {
	margin-top: 50px;
}
.supportArea .floatLayout figure {
	margin-left: 70px !important;
	padding-right: 30px;
}
.supportArea .txtArrow {
	margin-top: 30px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #005c3e;
	background-color: #ecf8f4;
	padding: 20px 35px;
	max-width: 570px;
	position: relative;
}
.supportArea .txtArrow:before {
	content: "";
	width: 0;
	height: 0px;
	border-style: solid;
	border-width: 58px 0 58px 40px;
	border-color: transparent transparent transparent #ecf8f4;
	position: absolute;
	top: 0px;
	right: -40px;
}

.meritArea .colLayout-two .col {
	border: 1px solid #11a979;
}
.meritArea .colLayout-two .col figure img {
	width: 100%;
	height: auto;
}
.meritArea .colLayout-two .col dl {
	padding: 22px;
}
.meritArea .colLayout-two .col dl dt {
	font-size: 2.2rem;
	font-weight: bold;
}
.meritArea .colLayout-two .col dl dd {
	margin-top: 25px;
}

.howtoArea h3 + p {
	margin-top: 40px;
}
.howtoArea .btnStyle01 {
	width: 450px;
	margin: 55px auto 0px;
}
.howtoArea .btnStyle01 a {
	font-size: 2.3rem;
}
.howtoArea .txtMessage {
	font-size: 1.8rem;
	text-align: center;
	margin-top: 60px;
}


/*SP
------------------------------------------------------ */
@media only screen and (max-width: 768px) {
.follower #mainContents {
	font-size: 1.3rem;
}
.ctsInner > section + section {
	margin-top: 30px;
}

.txtLead {
	font-size: 1.3rem;
	display: block;
}
.txtLead > * {
	display: block;
}
.txtLead .btnStyle01 {
	width: 80%;
	margin: 10px auto 0px;
	padding-left: 0px;
}

.outlineArea figure {
	margin-top: 15px;
}
.supportArea .floatLayout figure {
	margin-left: 15px !important;
	padding-right: 0px;
	width: 50px;
}
.supportArea .txtArrow {
	margin-top: 15px;
	font-size: 1.4rem;
	padding: 15px;
	max-width: auto;
}
.supportArea .txtArrow:before {
	display: none;
}

.meritArea .colLayout-two .col dl {
	padding: 10px;
}
.meritArea .colLayout-two .col dl dt {
	font-size: 1.4rem;
	font-weight: bold;
}
.meritArea .colLayout-two .col dl dd {
	margin-top: 10px;
}

.howtoArea h3 + p {
	margin-top: 10px;
}
.howtoArea .btnStyle01 {
	width: 80%;
	margin: 15px auto 0px;
}
.howtoArea .btnStyle01 a {
	font-size: 1.4rem;
}
.howtoArea .txtMessage {
	font-size: 1.4rem;
	margin-top: 15px;
}




@media all and (orientation: landscape) {
	
}

}


/* Clearfix
------------------------------------------------------ */
dummy:after {
	content: "";
	display: block;
	clear: both;
}