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

.contents * img {
	width: auto;
	height: auto;
}

/*----------------------------------
	index用のCSSです
----------------------------------*/
h1 {
	position: relative;
}
.Register {
	position: absolute;
	bottom: 0;
    right: 110px;
    width: 255px;
    height: 76px;
}
.Register-btn {
	transition: opacity 0.3s;
}
.Register-btn:hover {
	opacity: 0.5;
}

.apppage-btn:hover {
	opacity: 0.5;
}

.text__seo {
	font-size: 1.5rem;
    line-height: 1.8;
	padding: 20px 0 40px;
}

.text__seo-inner {
	border-bottom: dotted 1px #73BFE6;
}

.text__caption {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 50px;
}
.text__caption em {
	font-weight: 600;
	font-style: normal;
	color: #F64437;
}
.Member__wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.Member__inner-col {
	width: 484px;

	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.Member__image img {
	width: 100%;
}

.col01 .Member__image {
	width: calc(100% - 484px - 20px);
}

.col02 .Member__image {
	position: relative;
	margin-bottom: 30px;
}

.col01 .Member__link {
	padding: 0 50px 0 10px;
}

.col02 .Member__link {
	padding: 0 15px;
}

.Member__link {
	position: relative;
}

.Member__wrapper col01 Member__image {
	width: 80%;
}

.Member__inner-col .favlist {
	position: absolute;
}
.favlist img {
	width: 53px;
	position: absolute;
    top: 7px;
    left: 8px;
}
.favlist_txt01 {
	background-color: #E0E0E0;
    font-size: 2.3rem;
    font-weight: 300;
    margin-bottom: 20px;
    padding: 8px 10px 8px 17px;
    line-height: 1.3em;
}
.favlist_txt02 {
	text-align: center;
	background-color: #E0E0E0;
    font-size: 2.3rem;
    font-weight: 300;
    margin-bottom: 20px;
    padding: 8px 10px 8px 17px;
    line-height: 1.3em;
}
/*
.il01::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 60px;
	width: 60px;
	height: 101px;
	background-image: url(../images/cili_kuma011.png);
	background-size: cover;
	background-repeat: no-repeat;
}
*/

.il02::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -30px;
/*	left: -30px;*/
	width: 91px;
	height: 109px;
	background-image: url(../images/il13-63491C.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.il03::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -58px;
    right: 15px;
	width: 72px;
	height: 88px;
	background-image: url(../images/cili_kuma009.png);
	background-size: cover;
	background-repeat: no-repeat;
}

/*
.il04::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -38px;
    left: -30px;
    width: 90px;
    height: 90px;
	background-image: url(../images/cili_kuma013.png);
	background-size: cover;
	background-repeat: no-repeat;
}
*/

.il05::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
    left: 0;
    width: 109px;
    height: 69px;
	background-image: url(../images/cili_kuma003.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.il06::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
    left: 0;
    width: 95px;
    height: 83px;
	background-image: url(../images/cili_kuma005.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.il07::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
    right: 0;
    width: 97px;
    height: 104px;
	background-image: url(../images/cili_kuma002.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.il08::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
    right: 0;
    width: 120px;
    height: 99px;
	background-image: url(../images/il14-34896C.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.il09::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
    right: -25px;
    width: 124px;
    height: 95px;
	background-image: url(../images/cili_kuma015.png);
	background-size: cover;
	background-repeat: no-repeat;
}

/* --------------------start_見出し-------------------- */
.Member__section-ttl-lev1 {
	border-left: solid 7px var(--corporate-color);
	width: 100%;
    margin-bottom: 15px;
	padding-left: 10px;
    font-size: 2.3rem;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
}
.Member__section-ttl-lev2 {
	background-color: #E0E0E0;
    font-size: 2.3rem;
    font-weight: 300;
	margin-bottom: 20px;
    padding: 8px 10px 8px 17px;
    line-height: 1.3em;
}

/* --------------------end_見出し-------------------- */

/* --------------------start_ボタン-------------------- */
.Member__line-btn {
	display: block;
	background-color: #ffb700;
	border-radius: 5px;
	box-shadow: 0px -5px 0px 0px #fe9900 inset;
	transition: opacity 0.3s;
}
.Member__line-btn:hover {
	opacity: 0.5;
}
.Member__line-btn-inner {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.col01 .Member__line-btn-inner {
	padding: 12px 0 17px;
}
.col02 .Member__line-btn-inner {
	padding: 10px 0 15px;
}

.Register__link {
	position: relative;
	width: 50%;
	margin: 0 auto 50px;
}
.Register__line-btn {
	display: block;
	background-color: #18A1E6;
	border-radius: 5px;
	box-shadow: 0px -5px 0px 0px #127DB3 inset;
	transition: opacity 0.3s;
}
.Register__line-btn:hover {
	opacity: 0.5;
}
.Register__line-btn-inner {
	display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
	padding: 25px 0 30px 25px;
}
.banner {
	margin: 0 auto 3rem;
    display: table;
}
/* --------------------end_ボタン-------------------- */
