@charset "utf-8";
/* CSS Document */
/* SP用スタイルシート */

/* 上部タイトルの背景画像 */
h1 {
	background: url(../img/sp/bg_feature_01_sp.png) no-repeat;
	background-size: cover;
}
h1 img{
	width: auto;
	height: 53px;
}

/* ===================================
.messageArea
=================================== */
.messageArea {
	position: relative;
	margin: 80px 20px 50px;
	padding: 225px 0 40px 0;
	background: #F5F5F5;
	overflow: visible;
}
.messageArea:after {
	content: "";
	position: absolute;
	top: -80px;
	left: 50%;
	display: block;
	width: 311px;
	height: 286px;
	margin-left: -155px;
	background: url(../img/sp/img_feature_01_sp.png) no-repeat center top;
	background-size: 311px 286px;
}
.messageArea img {
	display: none;
}
.messageArea p {
	color: #3FB7EC;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

/* ===================================
#feature
=================================== */
#feature {
	width: 100%;
	overflow: hidden;
}
#feature li {
	position: relative;
	padding: 220px 20px 0;
	margin-bottom: 60px;
}
#feature h3 {
	margin-bottom: 10px;
	border: none;
	color: #191919;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
}
#feature h3 span {
	color: #41B7EE;
}
#feature p {
	font-size: 18px;
	line-height: 1.8;
}
#feature p span {
	background: linear-gradient(transparent 75%, #FFED00 0%);
}
#feature .btn a {
	width: 295px;
	padding: 13px 0 11px;
	font-size: 16px;
	text-align: center;
	color: #0B6EC3;
}
#feature .btn a:before {
	top: 21px;
	right: 20px;
}
.feature01:after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 89.33vw;
	max-width: 500px;
	height: 205px;
	background: url(../img/bg_feature_001.png) no-repeat left center;
	background-size: cover;
	z-index: -9;
}
.feature02:after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	right: 0;
	width: 89.33vw;
	max-width: 500px;
	height: 205px;
	background: url(../img/bg_feature_002.png) no-repeat left top;
	background-size: cover;
	z-index: -9;
}
.feature03:after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 89.33vw;
	max-width: 500px;
	height: 205px;
	background: url(../img/bg_feature_003.png) no-repeat left center;
	background-size: cover;
	z-index: -9;
}
.feature04:after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	right: 0;
	width: 89.33vw;
	max-width: 500px;
	height: 205px;
	background: url(../img/bg_feature_004.png) no-repeat left center;
	background-size: cover;
	z-index: -9;
}
.feature05 {
	margin-bottom: 40px !important;
	padding-top: 255px !important;
}
.feature05:after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 89.33vw;
	max-width: 500px;
	height: 240px;
	background: url(../img/bg_feature_005.png) no-repeat right bottom;
	background-size: cover;
	z-index: -9;
}
/* 灰色の装飾 */
.feature01:before {
	position: absolute;
	content: "";
	display: block;
	top: 65px;
	right: 0;
	width: 73.33vw;
	height: 180px;
	background: #F5F5F5;
	z-index: -10;
}
.feature02:before {
	position: absolute;
	content: "";
	display: block;
	top: -40px;
	left: 0;
	width: 73.33vw;
	height: 180px;
	background: #F5F5F5;
	z-index: -10;
}
.feature04:before {
	position: absolute;
	content: "";
	display: block;
	top: -40px;
	left: 0;
	width: 73.33vw;
	height: 180px;
	background: #F5F5F5;
	z-index: -10;
}
.feature05:before {
	position: absolute;
	content: "";
	display: block;
	top: -40px;
	right: 0;
	width: 73.33vw;
	height: 180px;
	background: #F5F5F5;
	z-index: -10;
}

@media screen and (max-width:360px) {
.messageArea p {
	font-size: 26px;
}
#feature h3 {
	font-size: 24px;
}
#feature .btn a {
	width: 100%;
}
}

/* ===================================
.contactArea
=================================== */
.contactArea {
	background: url(https://cosmobank.co.jp/img/sp/bg_contact_01_sp.png) no-repeat;
	background-size: cover;
	padding: 40px 0;
}
.contactArea .inner {
	margin-left: 0;
	margin-right: 0;
}
.contactArea h2 {
	background: none;
	color: #FFF;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
.contactArea .text01 {
	color: #FFF;
	text-align: center;
	background: rgba(255,255,255,0.3);
	border-radius: 19px;
	font-size: 14px;
	line-height: 38px;
	margin: 15px 10px 0;
}
.contactArea .tel {
	margin: 30px 0 28px;
	padding: 0;
	background: none;
	color: #FFF;
	text-align: center;
}
.contactArea .tel span {
	margin-top: 5px;
	padding: 0 0 0 48px;
	font-size: 16px;
}
.contactArea .tel a {
	display: inline-block;
	padding: 0 0 0 48px;
	background: url(../../common/img/sp/ico_tel_01.png) no-repeat left 5px;
	background-size: 36px;
	text-decoration: none;
	color: #FFF;
	font-size: 43px;
	text-align: center;
}
.contactArea .btn {
	background: #FFF;
	margin: 0 20px;
}
.contactArea .btn a {
	width: 100%;
	font-size: 34px;
	text-align: center;
	color: #153E9D;
	line-height: 1.3;
	padding: 18px 0 15px;
}
.contactArea .btn a span {
	font-size: 18px;
	display: block;
}
.contactArea .btn a:before {
	display: none;
}
.contactArea .text02 {
	color: #FFF;
	font-size: 15px;
	text-align: center;
}
@media screen and (max-width:370px) {
.contactArea h2 {
	font-size: 28px;
}
.contactArea .text01 {
	font-size: 12px;
}
.contactArea .tel span {
	font-size: 13px;
}
.contactArea .tel a {
	padding-top: 3px;
	font-size: 38px;
}
.contactArea .btn a {
	font-size: 30px;
}
.contactArea .text02 {
	font-size: 13px;
}
}
