@charset "utf-8";

/*
-----------------------------------------------------
◆◆あんしんネット保険申込サイトスタイルシート◆◆
◇◇◇「ペダルワン」用カスタム定義◇◇◇
■■■■■■■■PC用設定■■■■■■■■
-----------------------------------------------------
-----------------------------------------------------
【改訂履歴】
2025.06.01

/* ◆◆◆ 全ページ ◆◆◆ */
.StepBlock {
	margin: 0px auto;
    padding: 20px 0px 0px;
    width: 850px;
}

.SpBlock {
	display: none;
}

/* ◆◆◆ STEP1 プラン選択ページ ◆◆◆ */
/* ロゴ */
.Product_PedalOne .ProductHead h2 {
	background: url(../../img/pedalone/title.svg) no-repeat;
	width: 360px;
	height: 133px;
	margin-right: 60px;
}

/* 商品ページ、パンフレットリンク */
.ProductHead ul {
	 clear: none;
}
.ProductHead ul li {
	margin: 0; padding-top: 10px; width: 45%;
}

/*---------- プラン選択ブロック Start ----------*/
.SelectPlanBlock {
	text-align: left;
}
/* 見出し */
.InputBlock h2 {
    margin-bottom: 10px;
    padding: 15px;
    background: #00A458;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: left;
    font-size: 120%;
    color: #fff;
    position: relative;
}
/* 保険プラン選択チェックボックス */
.SelectPlanBlock input[type=checkbox] {
	display: none;
}

.SelectPlanBlock label {
	box-sizing: border-box;
	position: relative;
	display: block;
	margin: 5px 5px 0px 5px;
	padding: 15px 15px 15px 55px;
	border:2px solid #bbbbbb;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background:linear-gradient(to bottom, #ffffff, #eeeeee);
	background:-webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#eeeeee));
	box-shadow:0px 5px 5px -3px #cccccc;
	-webkit-box-shadow:0px 5px 5px -3px #cccccc;
	vertical-align: middle;
	line-height:150%;
	cursor: pointer;
	font-weight: bold;
	font-size: 120%;
}

.SelectPlanBlock label ul li {
	font-weight: normal;
	font-size: 80%;
	padding-left: 15px;
	float: none;
}

.SelectPlanBlock label:after {
	position: absolute;
	top: 22%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 25px;
	height: 25px;
	border: 2px solid #bbb;
	border-radius: 6px;
	content: '';
}

.SelectPlanBlock input:checked + label {
	border:2px solid #2fa721;
	background:linear-gradient(to bottom, #fff799, #fffcdb);
	background:-webkit-gradient(linear, center top, center bottom, from(#fff799), to(#fffcdb));
	color: #000;
	box-shadow: 5px 5px 5px -5px #b9b396 inset;
}

.SelectPlanBlock input:checked + label:after {
	border: 2px solid #2fa721;
}

.SelectPlanBlock label:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 13%;
	left: 20px;
	display: block;
	margin-top: -7px;
	width: 15px;
	height: 25px;
	border-right: 5px solid #2fa721;
	border-bottom: 5px solid #2fa721;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* 損壊・盗難プランの購入価格の注意文言 */
.SelectPlanBlock span.PlanNotice1 {
	color: red;
	font-size: 75%;
	line-height: 100%;
	display: block;
}
/* 損壊・盗難プランの必須写真の注意文言 */
.SelectPlanBlock div.PlanNotice2 {
	margin: 5px auto;
	width: 95%;
	font-size: 80%;
	line-height: 140%;
	color: #d40f50;
}
.SelectPlanBlock div.PlanNotice2 div {
	text-indent: -1em;
	padding-left: 1em;
}
.SelectPlanBlock div.PlanNotice2 ul {
	margin-left: 35px;
}
.SelectPlanBlock div.PlanNotice2 ul li {
	float: none;
	list-style: disc;
	text-indent: -5px;
	float: left;
	width: 35%;
}
.SelectPlanBlock div.PlanNotice2 ul li:nth-child(odd) {
	clear: both;
}
/*---------- プラン選択ブロック End ----------*/


/*---------- プラン毎の入力ブロック Start ----------*/
/* [傷害・賠責プラン] 年齢の枠の色 */
#Birth_man_age_show {
	border-color: #00A458;
}

/* プラン選択・保険料・保険金の表 */
.InputBlock .PriceListBlock {
	 background: #eee;
	 border-radius: 5px;
	 padding: 10px;
	 margin-top: 30px;
}
.InputBlock .PriceList table {
	background: white;
}
.InputBlock .PriceList table thead th {
	font-weight: bold;
}
.InputBlock th input {
	display:none;
}
.InputBlock th label {
	width:90%;
	display:block;
	margin:0px auto;
	padding:10px 0px;
	cursor: pointer;
	border:1px solid #bbbbbb;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: .2s;
	background:linear-gradient(to bottom, #ffffff, #eeeeee);
	background:-webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#eeeeee));
	color:#333;
	font-size:100%;
	box-shadow:0px 5px 5px -3px #cccccc;
	-webkit-box-shadow:0px 5px 5px -3px #cccccc;
	margin-top: 3px;
}
.InputBlock th input:checked + label {
	border:1px solid #2fa721;
	background:linear-gradient(to bottom, #fff799, #fffcdb);
	background:-webkit-gradient(linear, center top, center bottom, from(#fff799), to(#fffcdb));
	color: #000;
	font-weight:bold;
	box-shadow: 5px 5px 5px -5px #b9b396 inset;
}

/* [損壊・盗難プラン] 購入金額欄 */
.InputBlock dl.StartCheck_Price dd p {
	width: 100%;
}
.InputBlock dl.StartCheck_Price input {
	margin:5px 10px 0px;
	border:2px solid #ccc;
	padding:10px 15px;
	font-size:16px;
	width: 60%;
}
.InputBlock dl.StartCheck_Price strong {
	font-size:80%;
	font-weight:normal;
	margin-left: 10px;
}
.InputBlock dl.StartCheck_Price dt {
	width: 22%;
}
.InputBlock .PriceNotice {
	text-align: left;
	margin: 5px 10px 15px 200px;
	font-size: 90%;
}
.InputBlock .PriceNotice li {
	float: none;
}
.InputBlockSonkai table {
	width: 95%;
	margin-bottom: 5px;
}
/*---------- プラン毎の入力ブロック End ----------*/

/*---------- フローティングバナー Start ----------*/
/* 保険料計算枠 */
.simulation {
	posigion: fixed;
	bottom: 0;
	left: 50%;
	width: 70%;
	background: rgba(255, 255, 255);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 8px 8px 0 0;
	border: 1px solid #ccc;
	z-index: 100;
}

.simulation .position-center-center-sp {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	margin: auto
}

.simulation_title {
	background-color: #e60000;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	padding: 10px 0;
	border-radius: 8px 8px 0 0
}

.simulation_title .position-center-center-sp {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	margin: auto
}

.simulation_title-small {
	font-size: .67em
}

.simulation_inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 30px;
	border-radius: 0 0 0 8px
}

.simulationtable {
	width: 100%;
	border: none
}

.simulationtable tr {
	border: none
}

.simulationtable tr th, .simulationtable tr td {
	border: none;
	line-height: 1;
	padding: 6px 0;
	vertical-align: middle;
}

.simulationtable tr th .position-center-center-sp, .simulationtable tr td .position-center-center-sp {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	margin: auto
}

.simulationtable_th {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}

.simulationtable_th .position-center-center-sp {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	margin: auto
}

.simulationtable_th_last {
	border-top: 1px solid #000 !important
}

.simulationtable_td {
	text-align: right;
	font-size: 1.45em;
	color: #e60000;
	font-weight: bold
}

.simulationtable_td_last {
	border-top: 1px solid #000 !important
}

.simulationtable_td-small {
	font-size: .586em;
	color: #000
}
/*---------- フローティングバナー End ----------*/



/* ◆◆◆ STEP2 重要事項確認・意向確認ページ ◆◆◆ */
/* その他保険会社の既契約中の確認：詳細入力 */
.IntentionBlock .DetailBox {
	text-align: left;
	padding: 20px;
}
.IntentionBlock .DetailBox input[type=text] {
	border: 2px solid #ccc;
	padding: 10px 15px;
	font-size: 16px;
	margin: 10px 10px 0;
	width: 80%;
}

/* 既契約中の保険商品の有無の確認 */
.AnshinHokenList {
	border: 1px solid #999;
	overflow-y: scroll;
	padding: 5px;
	height: 120px;
}

.Intention3_2 .AnshinHokenTitle,
.Intention3_2 .AnshinHokenList {
	text-align: left;
}
.Intention3_2 .AnshinHokenList {
	margin: 10px;
	height: 150px;
}
.Intention3_2 .AnshinHokenList li {
	float: none;
	width: 100%;
}

/* その他の確認リスト(一括回答) */
.IntentionBlock ul.IntentionList {
	list-style: decimal;
	margin: 10px 30px;
	line-height: 140%;
	font-size: 110%;
}

.IntentionBlock ul.IntentionList li {
	float: none;
	width: 100%;
	text-align: left;
}
/* その他の確認チェックボックス */
.IntentionBlock .IntentionListCheckBox input[type=checkbox] {
	display: none;
	}

.IntentionBlock .IntentionListCheckBox label {
	box-sizing: border-box;
	position: relative;
	display: block;
	margin: 5px 5px 0px 5px;
	padding: 15px 15px 15px 42px;
	border:2px solid #bbbbbb;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background:linear-gradient(to bottom, #ffffff, #eeeeee);
	background:-webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#eeeeee));
	box-shadow:0px 5px 5px -3px #cccccc;
	-webkit-box-shadow:0px 5px 5px -3px #cccccc;
	vertical-align: middle;
	line-height:150%;
	cursor: pointer;
	}

.IntentionBlock .IntentionListCheckBox 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 .IntentionListCheckBox input:checked + label {
	border:2px solid #2fa721;
	background:linear-gradient(to bottom, #fff799, #fffcdb);
	background:-webkit-gradient(linear, center top, center bottom, from(#fff799), to(#fffcdb));
	color: #000;
	font-weight:bold;
	box-shadow: 5px 5px 5px -5px #b9b396 inset;
	}

.IntentionBlock .IntentionListCheckBox input:checked + label:after {
	border: 2px solid #2fa721;
	}

.IntentionBlock .IntentionListCheckBox 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);
	}

/* その他の確認リスト */
ol.IntentionList {
	padding: 0px 5px 10px;
	text-align: left;
	line-height: 130%;
	counter-reset: number;
}
ol.IntentionList li {
  padding-left: 20px;
  position: relative;
}
ol.IntentionList li:before {
  content: counter(number);
  counter-increment: number;
  display: block;
  position: absolute;
  text-align: center;
  height: 14px;
  width: 14px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  border: 1px solid #000;
  font-size: 95%;
  line-height: 16px;
  left: 0;
  top: 0;
}


/* ◆◆◆ STEP3 申込者情報入力ページ ◆◆◆ */
/* 年齢 */
#K_Birth_man_age_disp {
	margin: 5px 15px 0;
}

/* 画像アップロード枠 - 注意書き */
.UploadFileAlert {
	border: 1px solid black;
	display: flex;
	padding: 20px;
	margin: 20px;
}
.UploadFileAlert img {
	max-width: 100%;
}
.UploadFileAlert .AlertLeft {
	width: 310px;
    display: flex;
    margin-right: 12px;
}
.UploadFileAlert .AlertLeftCol1 {
    margin-right: 15px;
    margin-bottom: auto;
}
.UploadFileAlert .AlertLeftCol1 .AlertIcon {
    margin-bottom: 10px;
    width: 50px;
}
.UploadFileAlert .AlertLeftCol1Text {
    font-size: 17px;
}
.UploadFileAlert .AlertLeftCol2 {
    font-size: 14px;
    text-align: left;
    padding-top: 30px;
}
.UploadFileAlert .AlertRight {
	flex-grow: 1;
}

/* 画像アップロード枠 - アップロード入力 */
.OrderBlock dl.ImageUpload dt { width:124px; }
.OrderBlock dl.ImageUpload dd { width:800px; padding:0px 0px; }
.OrderBlock dl.ImageUpload dd dl { width:800px; }
.OrderBlock dl.ImageUpload dd dl dt { width:115px; padding:15px 5px; text-align:center; }
.OrderBlock dl.ImageUpload dd dl dd { width:675px; padding:10px 0px; }

.HissuSyorui dl:nth-child(3) {
	border-top: 1px solid #999;
}

.HissuSyorui dl dd img {
	border: 1px solid #ccc;
	margin: 10px 10px 0px;
	height: 100px;
}

/* 防犯登録番号 */
input#BicycleRegistrationNo {
	width: 40%;
}


/* ◆◆◆ STEP4 申込内容確認ページ ◆◆◆ */
/* 選択結果表示欄 */
.ResultBlock {
	border-color: #00A458;
}
.ResultBlock h2 {
	background: #00A458;
}
.ResultBlock .ResultBlock_Syogai dl dt,
.ResultBlock .ResultBlock_Sonkai dl dt {
	text-indent: 20px;
}
.ResultBlock .ResultBlock_Syogai dl dt {
	width: 50%;
}
.ResultBlock .ResultAvatar {
	padding: 0;
	line-height: 160px;
	border: none;
}
.ResultBlock .ResultAvatar:before {
    background: url(../../img/pedalone/title.svg) no-repeat 0px 0px;
    background-size: 280px;
    width: 300px;
}
.OrderConfirm .ResultBlock div.ResultTitle:nth-child(n+2) {
	border-top: 1px solid #000;
	padding-top: 20px;
	margin-top: 10px;
}
.OrderConfirm .ResultBlock .ResultTitle dl {
	color: #d40f50;
}
.OrderConfirm .Price_Hosyou dl dt {
	text-indent: 20px;
}
.OrderConfirm .Price_Hosyou.Syogai dl dt {
	width: 50%;
}
.OrderConfirm .Price_Hosyou.Syogai dl:nth-child(2) dt {
	text-indent: -22px;
	padding-left: 42px;
}
.OrderConfirm .Price_Hosyou.Syogai dl:nth-child(2) dd {
	vertical-align: middle;
}
.OrderConfirm .ResultBlock .Price_Result.Child {
	border-top: 1px dashed #000;
	margin: 0;
	padding: 0;
}
.OrderConfirm .ResultBlock .Price_Result.Child dl {
	font-size: 100%;
}
.OrderConfirm .ResultBlock .Price_Result .shiharaitype {
	font-size: 100%;
	font-weight: normal;
	display: none;
}
.OrderConfirm .ResultBlock .Price_Result .total {
	color: #d40f50;
}


/* ◆◆◆ STEP6 申込完了ページ ◆◆◆ */
/* お申込みの保険 */
.OrderComplete .SelectPlan p:nth-child(n+2) {
	padding-left: 1em;
}

/* 既契約中の保険商品の有無の確認 */
/* あんしん少額短期保険の次の商品へのご加入 */
.OrderComplete .AnshinHokenList {
	font-size: 80%;
	background: #fff;
}

/* その他の確認 */
.OrderComplete ul.IntentionList {
	list-style: decimal;
	margin: 0 10px 0 20px;
	line-height: 150%;
}

/* 補償内容 */
.OrderBlock dl.Amount dd dl dt {
	width: 20px;
	padding: 0 10px;
}
/* 2025.06.27 ペダルワン申込サイト内のプラン名統一 */
.OrderBlock dl.Amount dd dl dt.vertical {
	writing-mode: vertical-lr;
}
.OrderBlock dl.Amount dd dl dd {
	padding: 0;
}
.OrderBlock dl.Amount dd dl dd dl {
	width: 844px;
}
.OrderBlock dl.Amount dd dl dd dl dt {
	width: 137px;
	padding: 5px 5px 5px 2em;
	text-align: left;
	text-indent: -1.4em;
}
.OrderBlock dl.Amount dd dl dd dl:nth-child(4) dt {
	text-indent:0;
}
.OrderBlock dl.Amount dd dl dd dl dd {
	padding: 1em;
}
