

@charset "UTF-8";

/* 見出し
----------------------------------------------- */
.h2KeiyakuCommon {
	font-size: 157%;
	font-weight: bold;
	line-height: 1.5;
}

/* テキスト
----------------------------------------------- */
.txNormalKeiyakuCommon {
	font-size: 114%;
	line-height: 1.56;
}
.txSmallKeiyakuCommon {
	font-size: 93%;
}
.txMediumKeiyakuCommon {
	font-size: 129%;
	line-height: 1.56;
}
.txBlueLinkKeiyakuCommon {
	font-weight: bold;
	text-decoration: none;
	color: #00a5d9;
}
a.txBlueLinkKeiyakuCommon {
	font-weight: bold;
	text-decoration: none;
	color: #00a5d9;
}

/* アフラックのお店でお手続き
----------------------------------------------- */
.flexAreaProcedureShopKeiyakuCommon {
	display: block;
}
.flexAreaProcedureShopKeiyakuCommon > div:nth-of-type(1) {
	width: 100%;
}
.flexAreaProcedureShopKeiyakuCommon > div:nth-of-type(2) {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
.flexAreaProcedureShopKeiyakuCommon > div:nth-of-type(2) > img {
	width: 100%;
	max-width: 544px;
}
.flexBorderAreaProcedureShopKeiyakuCommon {
	border: solid 1px #d9d9d9;
	display: block;
	padding: 30px 20px;
}
.flexBorderAreaProcedureShopKeiyakuCommon > div:nth-of-type(1) {
	width: 100%;
	margin-bottom: 40px;
	padding-bottom: 35px;
	border-bottom: solid 1px #d9d9d9;
}
.flexBorderAreaProcedureShopKeiyakuCommon > div:nth-of-type(1) > p:nth-of-type(1) {
	margin-bottom: 20px;
}

/* btnSearchShopShopKeiyakuCommon
----------------------------------------------- */
a.btnSearchShopShopKeiyakuCommon {
	display: flex;
	width: 100%;
	max-width: 296px;
	height: 56px;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	background-color: #00a5d9;
	border-radius: 64px;
	box-shadow: 0px 2px 3px 0px rgba(4,0,0,0.25);
	font-size: 129%;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
a.btnSearchShopShopKeiyakuCommon > span {
	padding-left: 40px;
	background-image: url(/content/dam/aflac/jp/ja/static/sp/keiyaku/seikyu/images/ico_shopsearch.png);
	background-repeat: no-repeat;
	background-size: 27px auto;
	background-position: top 50% left;
}

/* txFreedialKeiyakuCommon
----------------------------------------------- */
a.txFreedialKeiyakuCommon {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 296px;
	width: 100%;
	height: 56px;
	margin: 0 auto;
	padding-left: 0;
	border-radius: 56px;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	font-size: 24px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	line-height: 1;
}
a.txFreedialKeiyakuCommon > span {
	padding-left: 43px;
	background-image: url(/content/dam/aflac/jp/ja/static/sp/shared/images/icon_tel_free.png);
	background-size: 37px auto;
	background-repeat: no-repeat;
	background-position: top 50% left 0;
}

/* 各種お手続き
----------------------------------------------- */
.ulVariousProceduresKeiyakuCommon {
	width: calc(100% + 40px);
	margin-left: -20px;
}
.ulVariousProceduresKeiyakuCommon > li {
	border-top: solid 1px #d9d9d9;
}
.ulVariousProceduresKeiyakuCommon > li:last-child {
	border-bottom: solid 1px #d9d9d9;
}
.ulVariousProceduresKeiyakuCommon > li > a {
	display: block;
	width: 100%;
	padding: 15px 80px 15px 20px;
	background-image: url(/content/dam/aflac/jp/ja/static/keiyaku/seikyu/images/icon_keiyaku_seikyu_list_gray_arrow_01.png);
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-position: top 50% right 20px;
	font-size: 114%;
	line-height: 1.56;
	color: #333333;
	text-decoration: none;
}


/* -----------------------------------------------
 pc-style
----------------------------------------------- */
@media only screen and (min-width: 768px) {
	
	/* 汎用
	----------------------------------------------- */
	.pb40-pc {
		padding-bottom: 40px !important;
	}
	
	/* 見出し
	----------------------------------------------- */
	.h2KeiyakuCommon {
		font-size: 186%;
	}
	
	/* テキスト
	----------------------------------------------- */
	.txNormalKeiyakuCommon {
		font-size: 114%;
		line-height: 1.75;
	}
	.txSmallKeiyakuCommon {
		font-size: 100%;
	}
	.txMediumKeiyakuCommon {
		font-size: 129%;
		line-height: 1.56;
	}
	
	/* アフラックのお店でお手続き
	----------------------------------------------- */
	.flexAreaProcedureShopKeiyakuCommon {
		display: flex;
	}
	.flexAreaProcedureShopKeiyakuCommon > div:nth-of-type(1) {
		width: calc(100% - 394px);
	}
	.flexAreaProcedureShopKeiyakuCommon > div:nth-of-type(2) {
		width: 394px;
		margin-bottom: 0;
		text-align: right;
	}
	.flexAreaProcedureShopKeiyakuCommon > div:nth-of-type(2) > img {
		width: 345px;
	}
	.flexBorderAreaProcedureShopKeiyakuCommon {
		border: solid 1px #d9d9d9;
		display: flex;
		padding: 40px 45px 33px;
	}
	.flexBorderAreaProcedureShopKeiyakuCommon > div:nth-of-type(1) {
		width: 325px;
		margin-bottom: 0;
		padding-right: 50px;
		padding-bottom: 0;
		border-right: solid 1px #d9d9d9;
		border-bottom: 0;
	}
	.flexBorderAreaProcedureShopKeiyakuCommon > div:nth-of-type(1) > p:nth-of-type(1) + div {
		display: flex;
		height: calc(100% - 2em - 20px);
		justify-content: center;
		align-items: center;
	}
	.flexBorderAreaProcedureShopKeiyakuCommon > div:nth-of-type(2) {
		width: calc(100% - 325px);
		padding-left: 50px;
	}
	
	/* btnSearchShopShopKeiyakuCommon
	----------------------------------------------- */
	a.btnSearchShopShopKeiyakuCommon {
		display: flex;
		width: 274px;
		height: 64px;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		background-color: #00a5d9;
		border-radius: 64px;
		font-size: 129%;
		font-weight: bold;
		text-decoration: none;
		color: #ffffff;
	}
	a.btnSearchShopShopKeiyakuCommon:hover {
		opacity: 0.7;
	}
	a.btnSearchShopShopKeiyakuCommon > span {
		padding-left: 40px;
		background-image: url(/content/dam/aflac/jp/ja/static/sp/keiyaku/seikyu/images/ico_shopsearch.png);
		background-repeat: no-repeat;
		background-size: 27px auto;
		background-position: top 50% left;
	}
	
	/* txFreedialKeiyakuCommon
	----------------------------------------------- */
	.txFreedialKeiyakuCommon {
		padding-left: 47px;
		background-image: url(/content/dam/aflac/jp/ja/static/sp/shared/images/icon_tel_free.png);
		background-size: 42px auto;
		background-repeat: no-repeat;
		background-position: top 50% left 0;
		font-size: 28px;
		font-weight: bold;
		line-height: 1;
	}
	
	/* よりそうネットログインリンク画像
	------------------------------------------- */
	a.linkYorisounetLoginFigKeiyakuCommon:hover {
		opacity: 0.7;
	}
}



