@charset "utf-8";

/*
	=====================================================================
	宮崎信販
	キャッシングサービス追加申請受付フォーム
	=====================================================================
*/

/*pagetitle*/
#main .pagetitle{
	padding-bottom: 8px;
	height: auto;
	background: url(/common/img/sec/h1_bg.gif) bottom 0 left repeat-x;
}

/* h1
---------------------------------------------------------------------- */
#main .pagetitle h1{
	width: fit-content;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-indent: unset !important;
	height: auto;
}
#main .pagetitle .fontSmall{
	font-size: 14px;
}
#main .pagetitle .fontExSmall{
	font-size: 12px;
}

/* h3
---------------------------------------------------------------------- */
#main .main-inner h3.h3-01,
#main .main-inner h3.h3-02,
#main .main-inner h3.h3-03,
#main .main-inner h3.h3-04 {
	display: block;
	width: 660px;
	height: 32px;
	margin-bottom: 20px;
	text-indent: -9999px;
}

#main .main-inner h3.h3-01 {
	background: url(/cashing/addition/img/h3_01.gif) top left no-repeat;
}

#main .main-inner h3.h3-02 {
	background: url(/cashing/addition/img/h3_02.gif) top left no-repeat;
}

#main .main-inner h3.h3-03 {
	background: url(/cashing/addition/img/h3_03.gif) top left no-repeat;
}

#main .main-inner h3.h3-04 {
	background: url(/cashing/addition/img/h3_04.gif) top left no-repeat;
}

/* h4
---------------------------------------------------------------------- */
#main .main-inner h4.miyashin {
	display: block;
	width: 660px;
	height: 35px;
	margin-bottom: 10px;
	text-indent: -9999px;
	background: url(/get/mc_card/img/h4_miyashin.gif) top left no-repeat;
}


/* main visual
---------------------------------------------------------------------- */
.main_visual a:hover{
	opacity: 0.8;
}

/* 注意事項
---------------------------------------------------------------------- */
dl.caution_list{
	margin: 20px 0 40px;
	padding: 20px;
	width: 100%;
	background: #fff4f4;
	box-sizing: border-box;
	border: 3px solid #ff4444;
	border-radius: 12px;
}
dl.caution_list dt{
	margin-bottom: 14px;
	color: #ff4444;
	font-size: 18px;
	font-weight: 600;
}
dl.caution_list dd{}
dl.caution_list dd ul{
	color: #333 !important;
	font-size: 14px !important;
	display: flex;
	flex-direction: column;
	gap: 0.4em;
}
dl.caution_list dd ul li{
	margin: 0;
	padding: 0 0 0 1.6em !important;
	list-style-type: none;
	line-height: 1.6 !important;
	position: relative;
}
dl.caution_list dd ul li:before{
	content: "";
	width: 0.5em;
	height: 0.5em;
	display: block;
	background: #ff4444;
	border-radius: 100%;
	position: absolute;
	left: 0.4em;
	top: calc(0.8em - 0.25em);
}

.btn_outer{
	margin: 40px;
}
.btn_outer a.btn_detail{
	margin: 0 auto;
	padding: 20px 60px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	background: linear-gradient(#2a3faa, #4e65d9);
	border-radius: 14px;
	min-width: 200px;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid #fff;
	box-shadow: 0px 3px 5px 0px rgba(24, 24, 24, 0.2);
	position: relative;
}
.btn_outer a.btn_detail:before{
	content: "";
	margin: auto;
	width: 12px;
	height: 12px;
	display: block;
	box-sizing: border-box;
	border: 3px solid #fff;
	border-width: 3px 3px 0 0;
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	transition: 0.3s;
}
.btn_outer a.btn_detail:hover:before{
	right: 14px;
	transition: 0.3s;
}

form{
	margin-top: 60px;
}

/* table
---------------------------------------------------------------------- */
#main .main-inner table.data-form {
	width: 100%;
	font-size: 75%;
	line-height: 180%;
	border: 0;
	margin-bottom: 30px;
}

#main .main-inner table.data-form th {
	color: #333;
	font-weight: 600;
	width: 25%;
	font-weight: normal;
	border: 0;
	padding: 8px 10px;
	vertical-align: top;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

#main .main-inner table.data-form thead th{
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	background: linear-gradient(#1f1f1f, #818181) !important;
}

#main .main-inner table.data-form tr:nth-child(odd) th{
	background: #FFCE09 url(/service/campaign/img/th_odd.jpg) top left repeat-x;
}

#main .main-inner table.data-form tr:nth-child(even) th{
	background: #FFF366 url(/service/campaign/img/th_even.jpg) top left repeat-x;
}

#main .main-inner table.data-form td {
	color: #666;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	padding: 8px 10px;
}

#main .main-inner table.data-form td strong {
	color: #f00;
	font-weight: normal;
}

#main .main-inner table.data-form tr:nth-child(odd) td{
	background-color: #F2F2F2;
}

#main .main-inner table.data-form tr:nth-child(odd) td.required{
	width: 8%;
	vertical-align: top;
	background-color: #E8E0C8;
}

#main .main-inner table.data-form tr:nth-child(even) td{
	background-color: #F7F7F7;
}

#main .main-inner table.data-form tr:nth-child(even) td.required{
	vertical-align: top;
	background-color: #F1EEE0;
}

#main .main-inner table.data-form label{
	white-space: nowrap;
}
#main .main-inner table.data-form label:hover{
	cursor: pointer;
}

/*入力欄調整用*/
#main .main-inner table.data-form #address,
#main .main-inner table.data-form #workplace{
	width: 360px;
}

/* キャンペーン終了メッセージ */
#main .main-inner .thanks_campaign{
	margin-top: 60px;
	color: #f00 !important;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	line-height: 2.4rem;
}

/*項目縦並びスタイル*/
.item_vertical{
	display: flex;
	flex-direction: column;
}
.item_vertical label{
	width: fit-content;
}

/*テーブル内説明文スタイル*/
.explanation{
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.3em;
}
