<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.idt2 &gt; li {
    list-style: none;
    text-indent: -1.4em;
}
.calendar-container {
	width: 80%;
	margin: 0 auto;
	border-radius: 5px;
	background: #f6f5f4;
	color: #1a1a1a;
}
table.calendar {
  padding: 0 30px 30px 30px;
}
table.calendar {
  width: 100%;
}
table.calendar th, table.calendar td {
  text-align: center;
  padding: 10px 7px 10px 7px;
}
table.calendar th {
  font-weight: normal;
  font-size: 14px;
}
table.calendar td {
  font-weight: bold;
}
table.calendar tr:nth-child(3) td:first-child,
table.calendar tr:nth-child(5) td:first-child,
table.calendar tr:nth-child(6) td:first-child {
  color: #ff838b;
}
table.calendar tr:nth-child(2) td:last-child,
table.calendar tr:nth-child(3) td:last-child,
table.calendar tr:nth-child(4) td:last-child,
table.calendar tr:nth-child(5) td:last-child,
table.calendar tr:nth-child(6) td:last-child {
  color: #6fb5ff;
}
.starting_date {
  height:25px;
  width:40px;
  border-radius:50%;
  text-align:center;
  background: #004387;
  padding-left: 8px;
  padding-right: 8px;
  color: #f6f5f4;
}
.last_date {
  height:25px;
  width:40px;
  border-radius:50%;
  text-align:center;
  background:pink;
  padding-left: 5px;
  padding-right: 5px;
}
.impress{
	color: #9C4836 !important;
	height:25px;
	width:40px;
	text-align:center;
	background:pink;
	padding-left: 5px;
	padding-right: 5px;
}
@media screen and (max-width: 769px){
	.calendar-container {
		width: 100%;
	}
	table.calendar th, table.calendar td {
		text-align: center;
		padding: 8px 5px 8px 5px;
	}
}

.apply-btn{
	min-height: 80px;
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.apply-btn:hover {
	background-color: #004387;
	border-color: #fff;
	color: #fff;
}
p.required{
	font-size:13px;
	color:white;
	background-color: #FF8C00;
    border-radius: 15px;
    padding: 5px;
	width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
	float: right;
}
p.optional{
	font-size:13px;
	color:white;
	background-color: #deb887;
    border-radius: 15px;
    padding: 5px;
	width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
	float: right;
}
input.validate{
	background-color: #F8D8D6;
	border: 2px solid #ec5223 !important;
}
.idt &gt; li &gt; .head2 {
    display: inline-block;
    width: 5em;
    text-indent: 0;
    text-align: right;
    padding-right: 0.5em;
}
dt{
	float: left;
	width: 200px;
	height: 70px;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
dd{
	margin-left: 80px;
	height: 70px;
	border-left: none;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

dd ul.telephone li:nth-child(even) {
	display: inline-block;
	width: 25px;
}
dd ul.telephone li:nth-child(1){
	width: 120px;
}
dd ul.telephone li{
	width: 100px;
}

dd ul.radio li {
	display: inline-block;
	width: 100px;
	-webkit-align-items: center;
	align-items: center;
}
dd ul.radio_mid li {
	display: inline-block;
	width: 120px;
	-webkit-align-items: center;
	align-items: center;
}
dd ul.radio_large li {
	display: inline-block;
	width: 150px;
	-webkit-align-items: center;
	align-items: center;
}
dd ul li {
	display: inline-block;
}
dd ul{
	padding-left: 0;
}
dd ul.application_number li:nth-child(even) {
	display: inline-block;
	width: 25px;
}
dd ul.application_number li:nth-child(1) {
	display: inline-block;
	width: 60px;
}
dd ul.application_number li:nth-child(3) {
	display: inline-block;
	width: 70px;
}
dd ul.application_number li:nth-child(5) {
	display: inline-block;
	width: 110px;
}
dd ul.application_number li:nth-child(7) {
	display: inline-block;
	width: 60px;
}
dd ul.application_number li:nth-child(8) {
	display: inline-block;
	width: 170px;
}
dd ul.policy_number li:nth-child(odd) {
	display: inline-block;
	width: 20px;
}
dd ul.policy_number li:nth-child(2) {
	display: inline-block;
	width: 90px;
}
dd ul.policy_number li:nth-child(4) {
	display: inline-block;
	width: 100px;
}
dd ul.policy_number li:nth-child(6) {
	display: inline-block;
	width: 60px;
}
dd ul.policy_number li:nth-child(7) {
	display: inline-block;
	width: 170px;
}
dd ul.pension_number li:nth-child(odd) {
	display: inline-block;
	width: 20px;
}
dd ul.pension_number li:nth-child(2) {
	display: inline-block;
	width: 84px;
}
dd ul.pension_number li:nth-child(4) {
	display: inline-block;
	width: 92px;
}
dd ul.pension_number li:nth-child(6),
dd ul.pension_number li:nth-child(8) {
	display: inline-block;
	width: 60px;
}

dd ul.pension_number li:nth-child(9) {
	display: inline-block;
	width: 170px;
}

ul, ol{
	margin-bottom: 0em;
}
ul li, ol li{
	margin-bottom: 0em;
	text-align: left;
	vertical-align: middle;
}
input[type="radio"]{
	appearance: auto;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	width: 26px;
	height: 26px;
	margin-right: 10px;
}
input[type="checkbox"]{
	appearance: auto;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	width: 40px;
	height: 40px;
	display: inline-block !important;
	vertical-align: middle;
}
form.cooling_off_apply input[type="text"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px 14px;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: #707070 1px solid;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 53px;
	min-width: 1px;
	max-width: 100%;
	width: 80%;
	caret-color: #015DB2;
	font-size: 1.6rem;
}
form.cooling_off_apply dl.bank dd:nth-of-type(3) input[type="text"] {
	display:inline;
}
.checkbox-coolingoff{
	border:5px solid #D9D9D9;
}
.checkbox-coolingoff div:nth-child(1){
	margin: 30px auto 23px auto;
}
.checkbox-coolingoff div:nth-child(2){
	margin: 23px 30px 23px 0px;
}
table.cooling-off th{
	background-color: #E7E7E7;
}
.entry-btn{
	border: 1px solid #808080;
	border: double 5px #808080;
	text-align: center;
	padding: 15px;
	padding-left: 25px;
	font-size: 25px;
}
.return-btn{
	border: 1px solid #808080;
	border: double 5px #808080;
	text-align: center;
	padding: 15px;
	padding-left: 25px;
	font-size: 25px;
	margin-right: 30px;
}
.entry-btn:enabled:hover {
	background-color: #004387;
	border-color: #fff;
	color: #fff;
}
.return-btn:hover{
	background-color: #004387;
	border-color: #fff;
	color: #fff;
}
table.cooling-off {
	width: 100%;
    border-collapse: collapse;
    border-bottom: #b3b3b3 1px solid;
}
table.cooling-off p{
    margin-bottom: 1em;
}
table.cooling-off p:last-child{
    margin-bottom: 0;
}
table.cooling-off th p{
    font-weight: bold;
}
table.cooling-off th,
table.cooling-off td{
    border-top: #b3b3b3 1px solid;
    border-right: #b3b3b3 1px solid;
    padding: 2em;
    text-align: left;
    vertical-align: top;
}
table.cooling-off-middle th,
table.cooling-off-middle td{
    vertical-align: middle;
}
table.cooling-off th{
    width: 250px;
    font-weight: bold;
}
table.cooling-off th:last-child,
table.cooling-off td:last-child{
    border-right: none;
}
/* .step_detail */
.step_detail{
	display:table;
	list-style-type:none;
	width:100%;
	text-align: left;
	border-spacing: 25px 0;
	padding: 20px 48px;
}
.step_detail li{
	display:table-cell;
	position:relative;
	right: 8px;
	width:40px;
	padding: 8px;
	color:#004387;
	background-color: #D9D9D9;
	vertical-align: middle;
	text-align: center;
}
.step_detail .blue_icon{
	background-color: #004387;
	color: #FFFFFF;
}
.step_detail li:after{
	content: "";
	position: absolute;
	top: 25px;
	right:-22px;
	margin: auto;
	border-style: solid;
	border-width: 16px 0 16px 1em;
	z-index: 10;
	background: #D9D9D9;
	border-color: #FFFFFF transparent #FFFFFF #D9D9D9;
}
.step_detail li:last-child:after{
	display: none;
}
.step_detail li p{
	margin:0;
}
img.ex-mark{
	display:inline-block;
	height:1.8em;
}
p.pending{
	background-color: rgba(255,0,0,0.1);
	margin:0 20%;
	padding: 0.5rem;
	color: red;
}
@media screen and (max-width: 576px){
	.checkbox-coolingoff div:nth-child(2){
		margin: 23px 15px 23px 0px;
	}
}
@media screen and (min-width: 769px) and (max-width: 1200px){
	.key_type_block dt,.key_type_block dd{
		height: 100px;
	}
}
@media screen and (max-width: 769px){
	dl dt{ 
		float: none;
		width: 100%;
		height: 50px;
	}
	dl dd{
		margin-left: 0px;
	}
	.key_type_block dd{
		margin-top: 15px;
	}
	.key_type_block dd li
	{
		margin-bottom: 5px;
	}
	dd ul.radio_large{
		height: auto;
	}
	dd ul.radio_large li {
		display: inline-block;
		width: 150px;
		-webkit-align-items: center;
		align-items: center;
	}
	dl.bank dt:nth-of-type(3){
		display: none;
	}
	form.cooling_off_apply dl.bank dd:nth-of-type(3) input[type="text"] {
		display: block;
		width: 100%;
	}	
	.step_detail li{
		padding:5px;
	}
	.step_detail li p,
	.step_detail li:after{
		display: none;
	}
	p.pending{
		margin: 0;
	}
}

@media screen and (max-width: 500px){
	dl dd{
		width: 100%;
		height: auto;
	}
	div.checkbox-coolingoff input[type="checkbox"]{
		width: 25px;
		height: 25px;
	}
	.branch_type{
		height: 150px;
	}
	form.cooling_off_apply input[type="text"] {
		padding: 2px 8px;
		width: 100%;
	}
	dd ul.application_number li:nth-child(even) {
		width: auto;
	}
	dd ul.application_number li:nth-child(1),
	dd ul.application_number li:nth-child(7) {
		width: 45px;
	}
	dd ul.application_number li:nth-child(3) {
		width: 50px;
	}
	dd ul.application_number li:nth-child(5) {
		width: 70px;
	}
	dd ul.application_number li:nth-child(8),
	dd ul.policy_number li:nth-child(7) {
		width: 100%;
		text-align: left;
	}
	dd ul.policy_number li:nth-child(2) {
		width: 60px;
	}
	dd ul.policy_number li:nth-child(4) {
		width: 65px;
	}
	dd ul.policy_number li:nth-child(6) {
		width: 45px;
	}
	dd ul.pension_number li:nth-child(odd) {
		width: 14px;
	}
	dd ul.pension_number li:nth-child(2) {
		width: 54px;
	}
	dd ul.pension_number li:nth-child(4) {
		width: 62px;
	}
	dd ul.pension_number li:nth-child(6),
	dd ul.pension_number li:nth-child(8) {
		width: 35px;
	}
	dd ul.pension_number li:nth-child(9) {
		width: 100%;
		text-align: left;
	}
	dd ul.telephone li:nth-child(even) {
		display: inline-block;
		width: auto;
	}
	dd ul.telephone li input[type="text"]{
		width: 100%;
	}
	dd ul.telephone li:nth-child(1) {
		width: 60px;
	}
	dd ul.telephone li:nth-child(3),
	dd ul.telephone li:nth-child(5) {
		width: 80px;
	}
}

@media screen and (min-width:1050px){
	table.cooling-off th, table.cooling-off td {
		border-left: #b3b3b3 1px solid;
		border-right: #b3b3b3 1px solid !important;
	}
}

@media screen and (max-width: 1050px){
	table.cooling-off {
		border-bottom: none !important;
	}
	table.cooling-off th,
	table.cooling-off td{
		border: none  !important;
		display: block;
		width: 100% !important;
	}
	.br-pc{
		display:none;
	}
}
.attention{
	width: 100%;
}
.warning{
	width: 100%;
	color: #CB0A23 !important;
}
.err{
	background:#f8d8d6;
	border-color: #fc562d !important;
}
dt.caution, dt.caution + dd{
	height: 60px;
	align-items: flex-end;
}
dt.warning, dt.warning + dd{
	height: 30px;
	align-items: flex-start;
}
span.warning{
	background-color: rgba(255,0,0,0.1);
}</pre></body></html>