@charset "utf-8";

/*
-----------------------------------------------------
◆◆あんしんネット保険申込サイトスタイルシート◆◆
◇◇◇「ほけん選びサポート」用カスタム定義◇◇◇
■■■■■スマートフォン用設定■■■■■
-----------------------------------------------------
-----------------------------------------------------
【改訂履歴】
17/04/28：初版作成
-----------------------------------------------------
*/
/* ページ背景 */

.BodyWrapper { background:#effff7; }

/*--◆◆SubTitle◆◆--*/



/*◆◆◆スタートページ（start）◆◆◆*/

/*タイトル画像指定*/

.TitleBlock .dc80OnlyBlock h1 {
	background:url("../../img/excelaid/logo_excelaid_iryo.svg") no-repeat 0% 0%;
	background-size:cover;
}

.SubTitleBlock .dc80OnlyBlock h1 {
	width:100%;
	height:30px;
	height:60px;
	margin:10px auto;
	background:url("../../img/excelaid/eadc80_long_title.png") no-repeat center 0%;
	background-size:auto 30px;
	background-size:auto 60px;
	text-indent:-999em;
	}

.db300OnlyBlock,
.db80OnlyBlock,
.SupportOnlyBlock,
.KaigoOnlyBlock,
.SougiOnlyBlock,
.Sougi1OnlyBlock,
.Sougi2OnlyBlock,
.Sougi3OnlyBlock,
.SupportOnly,
.KaigoOnly,
.SougiOnly,
.Sougi1Only,
.Sougi2Only,
.Sougi3Only {
	display:none !important ;
	}

/* STEP1 */

/*プラン選択（selectplan）*/

.Product_dc80 { border-left:20px solid #e73357; }
/*20250404*/

.ForPC
{
	display:none;
}
.ForSP
{
	display:block;
}

/* 見出し右の注意文*/
.PlanSelectBlock h1 span{
	display:inline-block;font-size:10pt;
}

.Product_ea_iryo .ProductHead h2
{
	width:250px;
}
/* ロゴ画像欄 */
.ProductHead .LogoArea
{
	width:160px;
}

/* ロゴ画像:医療*/
.Product_ea_iryo .ProductHead .Logo_iryo_f
{
	background:url("../../img/excelaid/logo_excelaid_iryo.svg") no-repeat;
	/**width:160px;
	height:125px;
	margin-top:44px;**/
	width:200px;
	height:90px;
	margin-top:3px;
}
/* ロゴ画像:定期*/
.Product_ea_iryo .ProductHead .Logo_teiki
{
	background-image:url("../../img/excelaid/logo_excelaid_teiki_t.svg");
	margin-bottom:8px;
}

/* 商品選択欄 */
.ProductHead
{
	border:3px solid #2e238e;
	border-radius:10px;
	webkit-border-radius:10px;
	/*display:flex;*/
}
.ProductHead .SelectLogoArea
{
	display:flex;
	width:275px;
	margin:0 auto;
}
/* 商品選択：チェックボックス欄 */
.ProductHead .SelectCheckArea
{
	/*border:1px solid red; */
	min-width:16px;
	padding-top:42px;
	margin-right:20px;
}
.ProductHead .SelectCheckArea_teiki
{
	/**padding-top:90px;**/
}
/* 商品選択：チェックボックス欄：チェックボックス */
.ProductHead .SelectCheckArea .SelectCheck
{
	transform:scale(4.0);
}
/* 商品選択：リンク欄 */
.PlanSelectBlock .P_Outline{
	/*border:1px solid red; */
	/**width:80px;**/
}
.ProductHead ul li
{
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
}
.ProductHead .P_Outline ul
{
	display:flex;
}
/* 商品選択：リンクボタン */
.PlanSelectBlock ul li a{
	/**width:40px;
	height:40px;**/
	font-size:80%;
	/**margin-left:8px;**/
/*	padding-top:5px;
	padding-bottom:10px;*/
	word-break: keep-all;
	overflow-wrap: break-word;
	border-radius:15px;
	-webkit-border-radius:15px;
	padding:5px;
}
/* 商品選択：リンクボタンのアイコン打ち消し*/
.PlanSelectBlock ul li:nth-child(1) a{
	background-image:none;
}
.PlanSelectBlock ul li:nth-child(2) a{
	background-image:none;
}

/* 商品選択：ロゴ欄：保険金メッセージ */
.ProductHead .LogoArea .SelectHokenkin
{
	/**margin-bottom:5px;**/
	word-break: keep-all;
	overflow-wrap: break-word;
	width:400px;
	position:relative;
	left:-120px;
	font-size:80%;
}
/* 商品選択：ロゴ欄：保険金select */
.ProductHead .LogoArea  select
{
	font-size:20px;
	/*margin-bottom:10px;*/
}


/* 商品選択：保険料欄 */
.ProductHead .TotalArea
{
	/*border:1px solid red; */
	/**width:200px;
	padding-top:70px;**/
	color:red;
}
.ProductHead .TotalAreaWrap
{
	height:19px;
	padding-top:4px;
}
.ProductHead .TotalArea_teiki
{
	/**padding-top:75px;**/
}

/* 商品選択：保険料欄：月額 */
.ProductHead .TotalArea span {
	display:inline-block;
	/**margin:0px 10px;**/
	margin:0px 0px 0px 10px;
	font-size:100%;
	font-weight:bold;
	}

.PCBR
{
	display:none;
}


/* STEP2 意向確認文のレイアウト */
.Intention3 ul li {
	/*width:50%;
	font-size:110%;
	float:left;*/
	width:100%;
	font-size:85%;

	}
.IntentionBlock ul.IntentionList{
	list-style:decimal;
	text-align:left;
	margin-left:30px;
	margin-right:10px;

}
/* STEP2 意向確認欄のチェック　 */
.IntentionBlock input[type=checkbox] {
	display: none;
}
.IntentionBlock label {
	box-sizing: border-box;
	position: relative;
	display: block;
	margin: 5px 15px 10px 15px;
	padding: 10px 10px 10px 42px;
	border:2px solid #bbbbbb;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#eeeeee));/* webkit系 */
	background: -moz-linear-gradient(top,  #ffffff,  #eeeeee);/* Mozilla系 */
	background: -ms-linear-gradient(top,  #ffffff,  #eeeeee);/* IE8-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0)";/* IE10 */
	vertical-align: middle;
	font-weight:bold;
	line-height:125%;
	text-align:left;
	cursor: pointer;
}
.IntentionBlock label:after {
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #bbb;
	border-radius: 6px;
	content: '';
}
.IntentionBlock input:checked + label {
	border:2px solid #2fa721;
	background: -webkit-gradient(linear, center top, center bottom, from(#fff799), to(#fffcdb));/* webkit系 */
	background: -moz-linear-gradient(top,  #fff799,  #fffcdb);/* Mozilla系 */
	background: -ms-linear-gradient(top,  #fff799,  #fffcdb);/* IE8-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff799', endColorstr='#fffcdb', GradientType=0)";/* IE10 */
	color: #000;
	font-weight:bold;
	box-shadow: 5px 5px 5px -5px #b9b396 inset;
}
.IntentionBlock input:checked + label:after {
	border: 2px solid #2fa721;
}
.IntentionBlock label:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 21px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #2fa721;
	border-bottom: 3px solid #2fa721;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.IntentionBlock input[type=checkbox]:checked + label:before {
	opacity: 1;
}

.Product_dc80 .ProductHead h2 { background-image:url("../../img/excelaid/logo_excelaid_iryo.svg"); }

.Product_db300,
.Product_db80,
.Product_Kaigo,
.Product_Iryo,
.Product_Sougi2,
.Product_Sougi3 {
	display:none !important ;
	}


.ResultBlock .ResultAvatar:before {
	background:url("../../img/excelaid/logo_excelaid_iryo_t.svg") no-repeat 0px 0px;
	}

.ResultBlock .AvatarBlock {
	/*height:95px;*/
	width:100%;
	margin:0 0 20px 0;
	padding:0 0px 20px 0;
	border-bottom:1px solid #000;
	text-align:center;
	}

.ResultBlock .Logo_teiki_t {
	display:inline-block;
	width:200px;
	height:95px;
	background:url("../../img/excelaid/logo_excelaid_teiki_t.svg") no-repeat 0px 0px;
	background-size:200px 95px;
	margin-left:5px;
	margin-right:5px;
	}

.ResultBlock .Logo_iryo {
	display:inline-block;
	width:200px;
	height:95px;
	background:url("../../img/excelaid/logo_excelaid_iryo.svg") no-repeat 0px 0px;
	background-size:200px 95px;
	margin-left:5px;
	margin-right:5px;
	}

.ResultBlock .Keiyakusya
{
	display:block;
}
/*STEP2〜STEP5　選択内容表示部分*/

.StepResult .Iryo,
.StepResult .Kaigo,
.StepResult .Sougi {
	display:none;
	}

.StepResult .dc80 {
	display:table !important;
	}