@charset "UTF-8";
/*
 *  File : r9u00_moshikomi.css
 *
 * Date            Author                 Changes
 * 2023/05/24      D.Shinkawa(TDI)        新規作成
 * 2023/08/15      S.Shindo(NIT)          HA2300275：【ダイレクト申込】（未決の※1に該当する対応）　固定文言、アイコン等のレイアウト変更対応
 * 2023/09/12      D.Fudamoto(TDI)        HA2300590：画面審査突き合わせ取り込み
 * 2023/10/05      M.Uemura(TDI)          SA2300537：【所管検証】控えDLログイン画面 PW欄に目のマークと鍵マークが同時存在
 * 2023/10/05      S.Shindo(NIT)          SA2300546：【所管検証】意向確認画面・最終確認画面「意向確認書面作成責任者」の文言表示位置ずれ
 * 2023/10/12      D.Shinkawa(TDI)        SA2300573：【所管検証】未選択／選択済項目の枠線にずれがある
 * 2023/11/15      M.Uemura(TDI)          HA2300880：2023/11変更 （審査_2） 申込手続 アフターフォロー文言変更対応（FD委員会指摘）
 * 2023/11/21      M.Uemura(TDI)          HA2300916：【ダイレクト申込】クエリストリング申請に伴うPG修正対応
 * 2023/11/30      S.Shindo(NIT)          SA2300648：【所管検証】証跡HTMLのレイアウト、文言不正
 * 2023/12/01      S.Shindo(NIT)          SA2300461：【所管検証】見積り　画面により次へボタンの縦サイズが違う
 * 2023/12/06      D.Shinkawa(TDI)        SA2300573：【所管検証】未選択／選択済項目の枠線にずれがある
 * 2024/01/20      Y.Hoshina(HIT)		  202503_01H:WEB完結商品の口振収束
 */

/* ------------------------------------------------------ */
/*  ダイレクト申込手続共通CSS                                  */
/* ------------------------------------------------------ */

/* ヘッダー */
header {
	min-height: 0;
	max-width: 700px;
}

/* メイン部分幅 */
#top .container {
    max-width: 700px;
    width: auto;
}

/* CIマーク */
.logo-header {
	margin-top: 0;
}

/* h1タグ */
.hdg1 {
	font-size: 2.0rem;
	line-height: 1.3;
	width: 100%;
	margin: 12px 0;
	color: #333;
	background: initial;
	padding: 5px;
	border-bottom: 4px solid #f00;
}

/* HA2300275 modify start */
/* yellow_frame */
.yellow_frame {
	padding: 12px; 
	border: initial;
	background-color: #ffffcc;
}
/* HA2300275 modify end */

/* frame1 */
.frame1 {
	margin: 8px;
	padding: 8px 4px; 
	border: 1px solid #EEEEEE;
	border-radius: 8px;
	background-color: #FFFFFF;
}

/* frame2 */
.frame2 {
	margin: 0;
	padding: 4px; 
	border: 1px solid #EEEEEE;
	border-radius: 8px;
	background-color: #FFFFFF;
	font-weight:bold;
	text-align: center;
}

/* frame3 */
.frame3 {
	margin: 0;
	padding: 4px; 
	border: 1px solid #EEEEEE;
	border-radius: 8px;
	background-color: #FFFFFF;
	text-align: center;
}

/* ラジオボタン色変更 */
.input-check::before{
	background: url(../image/r9uCmnCheckmark.png?20240104) no-repeat;
	background-size: 18px;
}

input:checked + .input-check::after{
	background: #11AAF6;
}


/* button */
.btn {
	background: #ffffff;
	box-shadow: 0 5px 10px -5px #cccccc;
	border-radius: 25px;
}

.btn-next {
	border: 1px solid #f00000;
	border-radius: 30px;
	background: #f00000;
	box-shadow: 0 5px 10px -5px #cccccc;
}

.btn-next:disabled {
	border: 1px solid #cccccc;
	border-radius: 25px;
	border-bottom: 1px solid #cccccc;
	background: #bfbfbf;
	box-shadow: 0 5px 10px -5px #cccccc;
}

.btn-next:disabled > span {
	color: #fff;
}

.btn.nav-back {
	border-radius: 25px;
	border-bottom: 1px solid #cccccc;
	border: 1px solid #f5f5f5;
	background: #f5f5f5;
}

.nav-back .btn-nav::after {
	position: initial;
	top: initial;
	left: initial;
	display: initial;
	width: initial;
	height: initial;
	margin-top: initial;
	content: initial;
	-webkit-transform: initial;
	transform: initial;
	border-bottom: initial;
	border-left: initial;
}

.btn.btn-cancel {
	border-radius: 25px;
	border-bottom: 1px solid #cccccc;
	border: 1px solid #f5f5f5;
	background: #f5f5f5;
}

.btn.btn-full {
	border-radius: 25px;
}

.btn-square {
	background: #ffffff;
	box-shadow: 0 5px 10px -5px #cccccc;
	border-radius: 5px;
}

.btn-square.btn-full-square {
	border-radius: 5px;
}

/* チェックボックスバルーン */
.balloonCB {
	position: relative;
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 2px 2px 2px 2px;
	min-width: 60px;
	max-width: 100%;
	color: #555;
	font-size: 13px;
	background: #f00;
	border: 3px solid #f00;
	border-radius: 4px;
	top: 0%;
}

.balloonCB:before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 25px;
	margin-left: -10px;
	border-style: solid;
	border-color: #f00 transparent transparent transparent;
	border-width: 10px 5px 0 5px;
	z-index: 2;
}

.balloonCB:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 25px;
	margin-left: -10px;
	border-style: solid;
	border-color: #f00 transparent transparent transparent;
	border-width: 10px 5px 0 5px;
	z-index: 1;
}


.balloonCB p {
	margin: 0;
	padding: 0;
}

/* チェックボックスバルーン グレーアウト */
.balloonCB_gray {
	position: relative;
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 2px 2px 2px 2px;
	min-width: 60px;
	max-width: 100%;
	color: #555;
	font-size: 13px;
	background: #cccccc;
	border: 3px solid #cccccc;
	border-radius: 4px;
	top: 0%;
}

.balloonCB_gray:before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 25px;
	margin-left: -10px;
	border-style: solid;
	border-color: #cccccc transparent transparent transparent;
	border-width: 10px 5px 0 5px;
	z-index: 2;
}

.balloonCB_gray:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 25px;
	margin-left: -10px;
	border-style: solid;
	border-color: #cccccc transparent transparent transparent;
	border-width: 10px 5px 0 5px;
	z-index: 1;
}


.balloonCB_gray p {
	margin: 0;
	padding: 0;
}

/* チェックボックスバルーンエリア */
.balloonArea {
	height: 29px;
	margin-bottom: 10px;
}

/* アコーディオンバルーン */
.balloonAC {
	position: relative;
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 2px 2px 2px 2px;
	min-width: 60px;
	max-width: 100%;
	color: #555;
	font-size: 13px;
	background: #f00;
	border: 3px solid #f00;
	border-radius: 4px;
	top: 0%;
	float: right;
}

.balloonAC:before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 98px;
	margin-left: -10px;
	border-style: solid;
	border-color: #f00 transparent transparent transparent;
	border-width: 10px 5px 0 5px;
	z-index: 2;
}

.balloonAC:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 98px;
	margin-left: -10px;
	border-style: solid;
	border-color: #f00 transparent transparent transparent;
	border-width: 10px 5px 0 5px;
	z-index: 1;
}


.balloonAC p {
	margin: 0;
	padding: 0;
}

.nen_select_center {
	position: relative;
}

.nen_select_center select {
	box-sizing: border-box;
	width: 269px;
	height: 56px;
	border-radius: 8px;
	background-color: #ffffff;
	border: 1px solid #DDDDDD;
	box-shadow: 0 5px 10px -5px #cccccc;
	padding: 10px;
	margin: 0;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	font: 400 13.3333px Arial;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	opacity: 0;
}

.nen_select_label {
	box-sizing: border-box;
	width: 90%;
	height: 48px;
	border-radius: 4px;
	background-color: #fff0ef;
	border: 1px solid #b3b1b1;
	box-shadow: 0 5px 10px -5px #cccccc inset;
	padding: 10px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	font: 400 1.6rem Arial;
	display: flex;
	align-items: center;
	background-image: url(../image/r9uCmnSelect.png?20240104);
	background-repeat: no-repeat;
	background-position: right top;
}

/* 生年月日_月,生年月日_日 */
.seinengappi_mm, .seinengappi_dd {
	background-image: url(../image/r9uCmnSelect.png?20240104);
	background-repeat: no-repeat;
	background-position: right top;
}

.tsuki_text {
	font-size:1.6rem;
}

.shonin_no {
	text-align: right;
	padding-right: 15px;
}

.uke_zokugara {
	background-image: url(../image/r9uCmnSelect.png?20240104);
	background-repeat: no-repeat;
	background-position: right top;
}

.btn-work span {
	padding: 15px 10px;
	text-align: center;
}


.zokugara-radio {
	position: relative;
	display: block;
}

.zokugara-radio span {
	font-size: 1.4rem;
	display: block;
	box-sizing: border-box;
	font-weight: normal;
}

.checkedZokugara-radio {
	background: #e8f4ff;
}

.bobun_no {
	text-align: right;
	padding-right: 15px;
}

input::-webkit-credentials-auto-fill-button {
	margin: 0;
	width: 0;
	background-color: transparent;
}

/* SA2300546 add start */
.ikosekininsya-table {
	margin-bottom: 8px;
}

.ikosekininsya-table tr:nth-child(1) td:nth-child(1) {
	width: 0;
	white-space: nowrap;
	
}
/* SA2300546 add end */

/* SA2300573 add start */
.border0 {
	border: 0;
}
/* SA2300573 add end */

/* HA2300880 add start */
@media screen and (min-width: 520px){
	.sp-only {
		display: none;
	}
}
/* HA2300880 add end */

/* SA2300461 add start */
@media screen and (max-width: 480px){
.back_wh {
	width: 160px;
	height:50px;
}
}
@media screen and (min-width: 481px){
.back_wh {
	width: 200px;
	height:48px;
}
/* SA2300461 add end */
}

/* SA2300869 add start */
/* frame_kojinjohodoi */
.frame_kojinjohodoi {
	padding: 8px 5px; 
	border: 3px dashed #CCCCCC;
	background-color: #FFFFFF;
}
/* SA2300869 add end */

/* 202503_01H add start */
.help_title_text {
	display: inline-block;
	text-align: left;
	padding: 5px;
	width: 100%;
}
/* 202503_01H add end */
