@charset "utf-8";
/* CSS Document */

/*デフォルトCSSをリセット */
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kdb, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, select, input, textarea, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td,
figure,section,header,main,footer,article,aside,video,audio,nav{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	font-size: 15px;
	line-height: 25px;
	vertical-align: baseline;
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
}
html,
body{
	width: 100%;
	background: #fff;
}
body{
	font-size: 15px;
	color: #000;
	display: flex;
	flex-flow: column;
	min-height: 100vh;
}
ol, ul{
	list-style: none;
}
img{
	max-width: 100%;
	height: auto;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
	color: #27AE60;
}
a:hover{
	color: #3BCC76;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a.link-text{
	text-decoration: none!important;
	color: #27AE60!important;
}
a.link-text:hover{
	color: #3BCC76;
	-webkit-transition: all .3s!important;
	transition: all .3s!important;
}
a img:hover{
	opacity: 0.7;
	transition: all .3s;
}
.clear{
	clear: both;
}
.sptrue{
	display: none!important;
}
.gray{
	background: #F8F6F2!important;
}
.green{
	background: #6CD3CC!important;
}
.red{
	background: #FC6F9C;
}
.red02{
	background: #E71F19!important;
}
.red02-button{
	background: #E71F19!important;
	margin-top: 0!important;
}
.gray-white{
	background: #F8F6F2;
}
.yellow{
	background: #FFE200!important;
}
.mt0{
	margin-top: 0!important;
}
.mt2{
	margin-top: 2!important;
}
.mt5{
	margin-top: 5px!important;
}
.mt10{
	margin-top: 10px!important;
}
.mt20{
	margin-top: 20px!important;
}
.mt30{
	margin-top: 30px!important;
}
.mt40{
	margin-top: 40px!important;
}
.mt60{
	margin-top: 60px!important;
}
.mt80{
	margin-top: 80px!important;
}
.mt90{
	margin-top: 90px!important;
}
.mt100{
	margin-top: 100px!important;
}
.mt110{
	margin-top: 110px!important;
}
.mt120{
	margin-top: 120px!important;
}
.mb10{
	margin-bottom: 10px!important;
}
.mb20{
	margin-bottom: 20px!important;
}
.mb30{
	margin-bottom: 30px!important;
}
.mb40{
	margin-bottom: 40px!important;
}
.mb60{
	margin-bottom: 60px!important;
}
.ml10{
	margin-left: 10px!important;
}
.mt-25{
	margin-top: -25px!important;
}
.padding-tb{
    padding-top: 80px;
    padding-bottom: 80px;
}
.padding-tb40{
    padding-top: 40px;
    padding-bottom: 40px;
}
.padding-tb-contact{
    padding-top: 40px;
    padding-bottom: 60px;
}
.padding-tb001{
    padding-top: 40px;
    padding-bottom: 40px;
}
.border-none{
	border: none!important;
}
.va-top{
	vertical-align: top!important;
}
.display-none{
	display: none;
}
.sp-none{
	display: block!important;
}
.pc-none{
	display: none!important;
}
.blue{
	background: #00365D!important;
}
.t-pc-center-sp-left{
	text-align: center!important;
}
.lh0{
	line-height: 0px!important;
}
.mt-pc40-sp20{
	margin-top: 40px!important;
}
.mt-pc50-sp25{
	margin-top: 50px!important;
}
.mt-pc80-sp40{
	margin-top: 80px!important;
}
.mt-pc100-sp90{
	margin-top: 100px!important;
}
.mb-pc95-sp27{
	margin-bottom: 95px!important;
}
/* ****************
text
***************** */
.t-middle{
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
}
.t-small{
	font-size: 13px;
	line-height: 20px;
}
.t-number span{
	font-size: 30px;
	font-weight: bold;
	padding-right: 5px;
}
.t-center{
	text-align: center!important;
}

.t-bold{
	font-weight: bold!important;
}
.t-black{
	color: #3B3A3A!important;
}
.t-red{
	color: #FC6F9C!important;
}
.t-title{
	font-size: 24px!important;
	line-height: 35px!important;
	font-weight: bold!important;
}
.t-pc-center-spleft{
	text-align: center!important;
}
/* ****************
title
***************** */
.box-center{
	text-align: center;
}
/* ****************
header
***************** */
header{
	width: 100%;
	border-bottom: 1px solid #CCC;
}
header div#top-in,
header div#header-in{
	width: 1024px;
	margin: 0 auto;
}
header div#header-in{
	margin-top: 10px;
}
/* ****************
main
***************** */
main{
	width: 100%;
}
main div.main_contents{
	width: 1024px;
	margin: 0 auto;
}
div.main_contents_in{
	margin-top: 20px;
}
/* ***********************************
ニコノリ応援リース入り口
/reexamination-about/
* ***********************************/
.reex-contents-box,
.reex-contents-box02{
	padding: 30px 0 50px;
	color: #231815;
	font-weight: bold;
}
.reex-contents-box02{
	padding-top: 50px;
}
div#reex-h1-box{
	background: #FFAF00;
	padding: 20px 0;
}
h1#reex-h1{
	font-size: 30px;
	font-weight: 900;
	line-height: 30px;
	color: #231815;
	text-align: center;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
h1#reex-h1 span{
	font-size: 30px;
	font-weight: 900;
	line-height: 30px;
	color: #F08300;
	background: #FFFF00;
	padding: 0 10px;
	margin-left: 10px;
}
h2.reex-h2{
	text-align: center;
}
h2.reex-h2,
h2.reex-h2 picture,
h2.reex-h2 picture img{
	line-height: 0;
}
h3.reex-h3{
	font-size: 30px;
	font-weight: 900;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	padding: 10px;
	background: #FFAF00;
	border-radius: 5px;
}
h3.reex-h3 span{
	font-size: 30px;
	font-weight: 900;
	line-height: 30px;
	color: #FFFF00;
}
div.reex-list-link{
	width: 500px;
	margin: 40px auto 0;
}
div.reex-list-link dl dt{
	position: relative;
    display: table;
    margin: 5px auto 7px;
	padding: 20px 40px;
    font-weight: bold;
    text-align: center;
    color: #231815;
    font-size: 18px;
	line-height: 0;
    border: 4px solid #FF3838;
    border-radius: 10px;
    background: #fff;
    z-index: 1;
}
div.reex-list-link dl dt:before{
	content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top: 20px solid #fff;
    z-index: 3;
}
div.reex-list-link dl dt:after{
	content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-top: 32px solid #FF3838;
    z-index: 2;
}
div.reex-list-link dl dd a{
	position: relative;
    font-size: 36px;
    font-weight: bold;
    line-height: 0;
    color: #fff;
    display: block;
    text-align: center;
    background-color: #FF3838;
    border-radius: 10px;
    filter: drop-shadow(0px 3px 0px rgba(255,56,56,0.6));
	padding: 40px 0 40px 85px;
}
div.reex-list-link dl dd a:before{
	position: absolute;
    content: "";
    display: inline-block;
	width: 75px;
    height: 44px;
	background: url(../images/niconori-reexamination/reex-easytime.png) no-repeat;
    background-size: 75px 44px;
    top: 50%;
    transform: translateY(-50%);
	margin-left: -105px;
}
div.reex-list-link dl dd a:after{
    content: "";
    width: 15px;
    height: 15px;
    border: 0;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit- transform: translateY(-50%) rotate(45deg);
    right: 20px;
}
div.reex-list-link p{
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}
ul.reex-flexlist01{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.reex-flexlist01 li{
    width: calc(50% - 26px);
	line-height: 0;
}
ul.reex-flexlist01 li img{
	line-height: 0;
}
#reex-jouken{
	background: #fff;
	border: 2px solid #FFAF00;
	padding: 20px 15px;
	margin-top: 20px;
}
#reex-jouken ul{
	margin-top: 10px;
}
#reex-jouken ul li{
	position: relative;
	font-size: 20px;
	line-height: 30px;
	border-bottom: 1px dotted #3E3A39;
	text-indent: 20px;
	padding: 5px 0px;
}
#reex-jouken ul li:last-child{
	border: none;
	padding-bottom: 0;
}
#reex-jouken ul li:before{
	position: absolute;
	content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
	line-height: 0;
    width: 15px;
    height: 15px;
    background: #FFAF00;
    border-radius: 100%;
}
ol#reex-flow-list{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 40px;
}
ol#reex-flow-list li{
    width: calc(50% - 15px);
	box-sizing: border-box;
	border: 3px solid #FFAF00;
	border-radius: 5px;
	padding: 20px;
}
ol#reex-flow-list li:nth-child(3),
ol#reex-flow-list li:nth-child(4){
	margin-top: 30px;
}
ol#reex-flow-list li dl dt{
	font-size: 20px;
	text-align: center;
}
ol#reex-flow-list li dl dt span{
	font-size: 20px;
	color: #fff;
	display: block;
	background: #FFAF00;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 15px;
}
ol#reex-flow-list li dl dd{
	margin-top: 15px;
}
ol#reex-flow-list li dl dd p:first-child{
	text-align: center;
	line-height: 0;
}
ol#reex-flow-list li dl dd p:first-child img{
	height: 150px;
	width: auto;
	line-height: 0;
}
ol#reex-flow-list li dl dd p:last-child{
	margin-top: 15px;
}
/* *********************************** */
.mb0{
	margin-bottom: 0!important;
}
.mt-pc0-sp10{
	margin-top: 0!important;
}
.mt-pc7-sp0{
	margin-top: 7px!important;
}
.mt-pc60-sp40{
	margin-top: 60px!important;
}
div#reex_logo{
	text-align: center;
	line-height: 0;
	margin-top: 12px;
	margin-bottom: 20px;
}
div#reex_logo img{
	max-width: 414px;
}
footer{
	position: sticky;
	top: 100vh;
}
/* お申込み～ご納車までの流れを確認 */
div.modal_reexamination_flow_box_in,
div.modal_reexamination_flow_box_in_last{
	position: relative;
	padding: 20px;
	margin-top: 40px;
	background: #fff;
	box-shadow: 0 0 8px #BCBCBC;
	border-radius: 5px;
}
div.modal_reexamination_flow_box_in:first-child{
	margin-top: 0;
}
div.modal_reexamination_flow_box_in_last:before{
	border: none!important;
}
div.modal_reexamination_flow_box_in:before {
    content: "";
    position: absolute;
    bottom: -37px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #c4c4c4;
    z-index: 2;
}
div.modal_reexamination_flow_step{
	background: #FC6F9C;
	border-radius: 5px;
	padding: 10px;
}
div.modal_reexamination_flow_step p{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff!important;
}
p.modal_reexamination_flow_title{
	margin: 20px 0 10px;
	font-size: 22px;
	font-weight: bold;
	color: #FC6F9C!important;
	line-height: 25px;
	text-align: center;
}
div.modal_reexamination_flow_img{
	margin: 15px 0 20px;
	text-align: center;
}
div.modal_reexamination_flow_img img{
	width: 50%;
}
p.modal_reexamination_flow_text{
	text-align: center;
}
/* 収入を確認できる書類 */
p.income-document-link{
	text-align: center;
}
p.income-document-link a{
	text-decoration: underline;
}
dl.income-document-box dt{
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	padding: 5px 10px;
	border-left: 8px solid #FC6F9C;
	background: #FEEDF3;
}
dl.income-document-box dd ul{
	margin-top: 10px;
	padding-left: 16px;
}
dl.income-document-box dd ul li{
	margin-top: 5px;
	list-style-type: disc;
}
/* reexamination関連のモーダルウィンドウ */
a.reexamination-a{
	color: #27AE60!important;
}
p.examinatoin-modal-tel-title{
	position: relative;
	text-align: center;
}
p.examinatoin-modal-tel-title span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
}
p.examinatoin-modal-tel-title::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}
p.examinatoin-modal-tel-text{
	margin-top: 10px;
	text-align: center;
}
p.examinatoin-modal-tel-text span{
	display: block;
}
div.modal_terms_box,
div.modal_terms_box li,
div.modal_terms_box p,
div.modal_terms_box th,
div.modal_terms_box td{
	font-size: 13px!important;
}
div.modal_terms_box table{
	width: 100%;
	box-sizing: border-box;
}
div.modal_terms_box table th,
div.modal_terms_box table td{
	padding: 5px;
	border: 1px solid #000;
	vertical-align: top;
}
div.modal_terms_box ol{
    list-style: decimal;
    margin-left: 20px;
	margin-top: 20px;
}
div.modal_terms_box ol li{
	margin-top: 10px;
}
div.modal_terms_box ol li:first-child{
	margin-top: 0;
}
div.terms-box-text{
	overflow-y: auto;
	height: 100px;
	padding: 20px;
	margin: 10px 0;
	background: #fff;
	border: 1px solid #CCC;
	font-size: 13px;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
 
::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.5);
}
::-webkit-scrollbar-track {
  background: #f2f2f2;
}
/*モーダルウィンドウ*/
.modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	border-top: none!important;
}
.modal__bg{
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
	border-top: none!important;
}
.modal__content{
	background: #fff;
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 60%;
	border-top: none!important;
	max-height: 80%;
	overflow: auto;
}
p#modal-close-btn{
	text-align: center;
	margin-top: 20px;
}
a.js-modal-close{
	position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    line-height: 0;
	width: 35px;
}
#maintenance-btn{
	text-align: center;
	margin: 20px 0 1px;
}
#maintenance-btn a{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #3B3A3A;
	text-align: center;
	text-decoration: none;
	padding: 7px 40px 7px 20px;
	background: #F8F6F2;
	border: 1px solid #959595;
	filter: drop-shadow(0px 3px 0px rgba(0,0,0,0.2));
	border-radius: 5px;
}
#maintenance-btn a:after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url(images/common/popup-ico.png) no-repeat;
    background-size: 20px 18px;
    margin-top: -1px;
}
#modal02 .modal__content{
	width: 460px;
}
#modal02 .modal__content section h3{
    background: #333;
    color: #fff;
    font-size: 24px;
    padding: 5px 0;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
}
#modal02 .modal__content section.matome-pink h3{
	background: #FC6F9C;
}
.modal02-text{
	font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
	padding-bottom: 10px;
}
#modal02 .modal__content section#modal02-border{
	border-bottom: 1px dotted #707070;
	padding-bottom: 20px;
    margin-bottom: 25px;
}
#modal02 .modal__content section section{
	margin: 15px 40px 0;
}
#modal02 .modal__content section section h4{
	background: #333;
    color: #fff;
    font-size: 18px;
	line-height: 30px;
	text-align: center;
}
#modal02 .modal__content section.matome-pink section h4{
	background: #FC6F9C;
}
p.matome-text{
	font-size: 18px;
	line-height: 30px;
	margin-top: 7px;
}
#modal02 .modal__content section section ul{
	margin-top: 10px;
}
#modal02 .modal__content section section ul li{
	position: relative;
	padding-left: 12px;
	font-size: 20px;
	line-height: 30px;
}
#modal02 .modal__content section section ul li:before{
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    background: #333;
}
#modal02 .modal__content section.matome-pink section ul li:before{
	background: #FC6F9C;
}
/* ダウンロード */
div.download-text a{
	position: relative;
	padding-left: 30px;
	text-decoration: none!important;
}
div.download-text a:before{
    position: absolute;
	content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/niconori-reexamination/pdf.png) no-repeat;
    background-size: 25px 25px;
    margin-left: -18px;
	top: 50%;
    transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
/* もらえるパック、標準パックとはのモーダルウィンドウ */
div#moraeru-box{
	background: rgba(252,111,156,.5);
	padding: 20px;
}
div#hyojun-box{
	background: rgba(0,179,211,.5);
	padding: 20px;
}
div#moraeru-box figure,
div#hyojun-box figure{
	line-height: 0;
}
div.moraeru-box-in,
div.hyojun-box-in{
	background: #fff;
	padding: 20px;
	margin-top: 20px;
}
div.moraeru-box-in:first-child,
div.hyojun-box-in:first-child{
	margin-top: 0;
}
p.niconori-reexamination-title{
  position: relative;
  padding-bottom: 10px;
  text-align: center;
}
p.niconori-reexamination-title span{
	font-size: 24px;
	font-weight: bold;
}
p.niconori-reexamination-title:before{
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
}
div.niconori-lr01{
	display: table;
	margin-top: 30px;
}
div.niconori-lr01-in{
	display: table-cell;
	vertical-align: middle;
}
div.niconori-lr01-in:first-child{
	width: 200px;
	padding-right: 20px;
}
p.niconori-contents-title{
	font-size: 18px;
	font-weight: bold;
}
div.niconori-lr02{
	display: flex;
	justify-content: space-between;
}
div.niconori-lr02-in{
	width: 200px;
	text-align: center;
	margin-top: 30px;
}
div.niconori-point-box-in{
	font-weight: bold;
}
div.niconori-point-box-in p{
	line-height: 18px;
}
div.niconori-point-box-in p span{
	display: block;
}
p.niconori-point-title{
	margin: 20px 0 10px;
	line-height: 25px;
}
div.niconori-lr03{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
	margin-top: 30px;
}
div.niconori-lr03-in{
	box-sizing: border-box;
	padding: 10px 0;
	width: calc(15% - 0px / 6);
	text-align: center;
	background: #FCFF01;
}
div.niconori-lr03-in p{
	font-weight: bold;
}
p.niconori-yen-text{
	margin-top: 5px;
	font-size: 18px;
}
p.niconori-yen-text span{
	font-size: 35px;
}
div.niconori-lr04{
	display: table;
	margin-top: 20px;
}
div.niconori-lr04-in{
	display: table-cell;
	vertical-align: top;
}
div.niconori-lr04-in:first-child{
	width: 100px;
}
div.niconori-lr04-in:first-child figure{
	padding: 10px;
}
div.niconori-lr04-in:last-child{
	padding-left: 20px;
}
p.niconori-oil-text,
p.niconori-oil-text span{
	font-size: 18px;
	font-weight: bold;
}
div#moraeru-box p.niconori-reexamination-title span,
div#moraeru-box p.niconori-point-title,
div#moraeru-box p.niconori-yen-text,
div#moraeru-box p.niconori-oil-text span{
	color: #FC6F9C;
}
div#hyojun-box p.niconori-reexamination-title span,
div#hyojun-box p.niconori-point-title,
div#hyojun-box p.niconori-yen-text,
div#hyojun-box p.niconori-oil-text span{
	color: #00B3D3;
}
div#moraeru-box p.niconori-reexamination-title:before,
div#moraeru-box div.niconori-lr04-in:first-child figure{
	background: #FC6F9C;
}
div#hyojun-box p.niconori-reexamination-title:before,
div#hyojun-box div.niconori-lr04-in:first-child figure{
	background: #00B3D3;
}
p.niconori-sp-text{
	display: none;
}
p.niconori-normal-text{
	line-height: 20px;
}
/* ****************
審査フォーム
***************** */
div.reexamination-form-box{
	width: 800px;
	margin: 20px auto 0;
}
div.reexamination-form-box p,
div.reexamination-form-box li{
	color: #3d3d3d;
}
/*フォームタイトル*/
.title-reexamination {
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 0 45px;
	font-size: 26px;
	font-weight: bold;
	color: #FC6F9C;
}
.title-reexamination:before,
.title-reexamination:after {
	content: '';
	position: absolute;
	top: 44%;
	display: inline-block;
	width: 35px;
	height: 7px;
	background-color: #FC6F9C;
}
.title-reexamination:before {
	left:0;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}
.title-reexamination:after {
	right: 0;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
div.subtitle-reexamination p,
div.subtitle-reexamination h1{
	padding: .5em .75em;
	background-color: #FEEDF3;
	border-left: 8px solid #FC6F9C;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
}
div.subtitle-reexamination p span,
div.subtitle-reexamination h1 span{
	font-size: 18px;
	color: #808080!important;
	padding-left: 10px;
}
div.subtitle-reexamination_terms p{
	padding: .5em .75em;
	background-color: #f2f2f2;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
}
div.subtitle-reexamination_terms p span{
	font-size: 18px;
	color: #808080!important;
	padding-left: 10px;
}
div.subtitle-reexamination02{
	margin-top: 20px;
}
div.subtitle-reexamination02 p{
	padding: .2em .75em;
	border-left: 8px solid #3d3d3d;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
}
.subtitle03-reexamination_terms{
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
p.lease-img{
	text-align: center;
	width: auto;
}
/*ステップ*/
.progressbar {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: 20%;
    color: #999999!important;
    font-weight: bold;
    counter-increment: steps;
}
.progressbar li:before {
    display: block;
    width: 26px;
    height: 26px;
    margin: 7px auto 10px auto;
    content: '';
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    background-color: #F5F5F5;
    content: counter(steps);
}
.progressbar li:after {
    position: absolute;
    z-index: -1;
    top: 19px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #F5F5F5;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active,
.progressbar li.complete{
    color: #FC6F9C!important;
}
.progressbar li.active:before,
.progressbar li.complete:before {
    background-color: #FC6F9C;
    color: #FFF;
}
.progressbar li.active:after,
.progressbar li.complete:after {
    background-color: #FC6F9C;
}
/*注意書き*/
div.reexamination-info-box{
	background: #f5f5f5;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
    padding: 20px 0;
}
div.reexamination-info-box p{
	font-size: 18px;
	font-weight: bold;
}
div.reexamination-info-box p span{
	font-size: 18px;
}
div.reexamination-info-box div{
	margin-top: 5px;
}
div.reexamination-info-box div a{
	font-size: 15px;
	text-decoration: underline;
}
div.reexamination-info-box div a:hover{
	text-decoration: none;
}
/*免許証*/
div.license-box{
	width: 450px;
	margin: 20px auto 0;
}
div.license-box dl dt{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
div.license-box dl dd{
	margin-top: 5px;
}
div.license-box dl dd p{
	text-align: center;
}
div.license-box dl dd p.license-img{
	width: 200px;
	margin: 5px auto 0;
}
/*入力チェック（オリジナル※jqueryなし）*/
p.error-message-original{
	background: #ff3838;
	box-sizing: border-box;
	font-size: 11px;
	line-height: 16px;
	color: #fff!important;
	padding: 4px 10px;
}
/*時間・電話*/
div.clock-tel-box{
	margin-top: 20px;
	text-align: center;
}
div.clock-tel-box p{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
}
div.clock-tel-box p:before{
    position: absolute;
	content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/niconori-reexamination/clock.png) no-repeat;
    background-size: 25px 25px;
    margin-left: -18px;
	top: 50%;
    transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
div.clock-tel-box p span{
	font-size: 22px;
	color: #FC6F9C;
	padding-left: 3px;
    padding-right: 3px;
}
div.clock-tel-box div{
	margin-top: 5px;
}
div.clock-tel-box div a{
	position: relative;
	line-height: 20px;
	padding-left: 10px;
	font-size: 15px;
	text-decoration: underline;
}
div.clock-tel-box div a:before{
    position: absolute;
	content: "";
    display: inline-block;
    width: 10px;
    height: 13px;
    background: url(../images/niconori-reexamination/tel.png) no-repeat;
    background-size: 10px 13px;
    margin-left: -8px;
	top: 50%;
    transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
div.clock-tel-box div a:hover{
	text-decoration: none;
}
/*ご選択中のお車*/
div.select-car-box{
	border: 2px solid #FC6F9C;
	border-radius: 10px;
	padding: 20px;
	width: 600px;
    margin-left: auto;
    margin-right: auto;
}
div.select-car-box-title {
	position: relative;
	display: inline-block;
	width: 100%;
	background: #FC6F9C;
	padding: 5px 0;
}
div.select-car-box-title:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	border: 10px solid transparent;
	border-top: 10px solid #FC6F9C;
}
div.select-car-box-title p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
ul.select-car-box-ul{
	display: table;
	width: 100%;
	margin-top: 20px;
}
ul.select-car-box-ul li.select-car-box-li{
	display: table-cell;
	vertical-align: middle;
}
ul.select-car-box-ul li.select-car-box-li:first-child{
	vertical-align: top;
	width: 180px;
	padding-right: 20px;
}
ul.select-car-box-ul li.select-car-box-li:first-child div{
	line-height: 0;
}
ul.select-car-box-ul li.select-car-box-li:last-child p{
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
}
ul.select-car-box-ul li.select-car-box-li:last-child ul{
	margin-top: 10px;
}
ul.select-car-box-ul li.select-car-box-li:last-child ul li{
	font-size: 15px;
	line-height: 20px;
}
/*フォームの項目*/
div.reexamination-contents{
	display: table;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #EAEAEA;
}
div.reexamination-contents-in{
	display: table-cell;
	vertical-align: top;
}
div.reexamination-contents-in:first-child{
	width: 200px;
	padding-right: 20px;
}
div.reexamination-contents-in:first-child div.subtitle-reexamination-hissu,
div.reexamination-contents-in:first-child div.subtitle-reexamination-nini{
	margin: 5px 0;
}
div.reexamination-contents-in:first-child div.subtitle-reexamination-hissu p,
div.reexamination-contents-in:first-child div.subtitle-reexamination-nini p{
	position: relative;
	font-size: 15px;
	font-weight: bold;
    padding-left: 42px;
}
div.reexamination-contents-in:first-child div.subtitle-reexamination-hissu p:before{
	position: absolute;
	content: "必須";
	font-size: 13px; 
	font-weight: bold;
    line-height: 20px;
    padding: 0px 4px;
	color: #FC6F9C;
	border: 1px solid #FC6F9C;
	border-radius: 3px;
    display: inline-block;
	top: 2px;
	left: 0;
}
div.reexamination-contents-in:first-child div.subtitle-reexamination-nini p:before{
	position: absolute;
	content: "任意";
	font-size: 13px; 
	font-weight: bold;
    line-height: 20px;
    padding: 0px 4px;
	color: #999;
	border: 1px solid #999;
	border-radius: 3px;
    display: inline-block;
	top: 2px;
	left: 0;
}
/*▼フォームアイテム▼*/
/*ラジオボタン*/
div.radio_box{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:start;
}
div.radio_box input[type=radio] {
    opacity: 0;
	position: absolute;
}
div.radio_box label.radio {
    box-sizing: border-box;
	width: 100%;
    cursor: pointer;
    display: block;
    padding: 12px 10px 12px 38px;
    position: relative;
	background-color: #F3F4F5;
	border-radius: 8px;
	font-size: 15px;
    font-weight: bold;
	color: #27AE60;
    line-height: 25px;
}
div.radio_box label.radio::before {
    background: #fff;
    border: 2px solid #c4c9ce;
    border-radius: 50%;
    content: '';
    display: block;
	width: 11px;
    height: 11px;
    left: 15px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
}
div.radio_box label.radio::after {
    background: #27AE60;
    border-radius: 50%;
    content: '';
    display: block;
	width: 9px;
    height: 9px;
    left: 18px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
}
div.radio_box input[type=radio]:checked + label.radio{
	background-color: #27AE60;
	color: #fff;
	transition: all .2s;
}
div.radio_box input[type=radio]:checked + label.radio::before {
	border: 2px solid #fff;
}
div.radio_box input[type=radio]:checked + label.radio::after {
    opacity: 1;
	transition: all .2s;
}
/*ラジオボタン01*/
div.radio_box01{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:start;
}
div.radio_box01 input[type=radio] {
    opacity: 0;
	position: absolute;
}
div.radio_box01 label.radio01 {
    box-sizing: border-box;
	width:calc(50% - 10px / 2);
    cursor: pointer;
    display: block;
    padding: 12px 10px 12px 38px;
    position: relative;
	background-color: #F3F4F5;
	border-radius: 8px;
	font-size: 15px;
    font-weight: bold;
	color: #27AE60;
    line-height: 25px;
}
div.radio_box01 label.radio01::before {
    background: #fff;
    border: 2px solid #c4c9ce;
    border-radius: 50%;
    content: '';
    display: block;
	width: 11px;
    height: 11px;
    left: 15px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
}
div.radio_box01 label.radio01::after {
    background: #27AE60;
    border-radius: 50%;
    content: '';
    display: block;
	width: 9px;
    height: 9px;
    left: 18px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
}
div.radio_box01 input[type=radio]:checked + label.radio01{
	background-color: #27AE60;
	color: #fff;
	transition: all .2s;
}
div.radio_box01 input[type=radio]:checked + label.radio01::before {
	border: 2px solid #fff;
}
div.radio_box01 input[type=radio]:checked + label.radio01::after {
    opacity: 1;
	transition: all .2s;
}
/*ラジオボタン02*/
div.radio_box02{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:start;
	margin-left: -10px;
}
div.radio_box02 input[type=radio] {
    opacity: 0;
	position: absolute;
}
div.radio_box02 label.radio02 {
    box-sizing: border-box;
	width:calc(33.3% - 30px / 3);
	margin-left: 10px;
    cursor: pointer;
    display: block;
    padding: 12px 10px 12px 38px;
    position: relative;
	background-color: #F3F4F5;
	border-radius: 8px;
	font-size: 15px;
    font-weight: bold;
	color: #27AE60;
    line-height: 25px;
}
div.radio_box02 label.radio02::before {
    background: #fff;
    border: 2px solid #c4c9ce;
    border-radius: 50%;
    content: '';
    display: block;
	width: 11px;
    height: 11px;
    left: 15px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
}
div.radio_box02 label.radio02::after {
    background: #27AE60;
    border-radius: 50%;
    content: '';
    display: block;
	width: 9px;
    height: 9px;
    left: 18px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
}
div.radio_box02 input[type=radio]:checked + label.radio02{
	background-color: #27AE60;
	color: #fff;
	transition: all .2s;
}
div.radio_box02 input[type=radio]:checked + label.radio02::before {
	border: 2px solid #fff;
}
div.radio_box02 input[type=radio]:checked + label.radio02::after {
    opacity: 1;
	transition: all .2s;
}
/*テキストボックス*/
input.input-text{
	font-size: 16px;
	line-height: 25px;
	color: #3d3d3d;
	background: rgb(246,241,185);
	background: linear-gradient(180deg, rgba(246,241,185,1) 0%, rgba(255,251,210,1) 2%, rgba(255,251,210,1) 100%);
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 5px 7px;
	width: 100%;
}
input.input-50{
	width: 50%!important;
}
input.input-pc25-sp50{
	width: 25%!important;
}
input.input-gray{
	background: rgb(255,255,255)!important;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 2%, rgba(245,245,245,1) 100%)!important;
}
input.input-text:read-only{
	color: #3d3d3d!important;
}
/*テキストエリア*/
textarea.textarea01{
	font-size: 16px;
    line-height: 25px;
    color: #3d3d3d;
    background: rgb(246,241,185);
    background: linear-gradient(180deg, rgba(246,241,185,1) 0%, rgba(255,251,210,1) 2%, rgba(255,251,210,1) 100%);
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 5px 7px;
    width: 100%;
}
/*プレイスホルダー*/
input::placeholder{
	color: #C4C4C4;
}
/*コメント*/
p.reexamination-comment{
	font-size: 13px;
    line-height: 20px;
	margin-top: 10px;
}
p.reexamination-comment02{
	font-size: 13px;
	color: #999!important;
    line-height: 20px;
	margin-left: 3px;
    margin-top: 2px;
}
/* 規約box */
div.reexamination-terms-box{
    background: #f5f5f5;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding: 30px 40px 40px;
}
/* 規約box内のチェックボックス */
div.reexamination-terms-box input[type=checkbox] {
    opacity: 0;
    position: absolute;
}
div.reexamination-terms-box label.checkbox-terms {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0 5px 30px;
    position: relative;
    width: auto;
}
div.reexamination-terms-box label.checkbox-terms,
div.reexamination-terms-box label.checkbox-terms a{
	font-size: 15px;
	line-height: 24px;
}
div.reexamination-terms-box label.checkbox-terms::before {
    background: #fff;
    border: 1px solid #34495e;
    content: '';
    display: block;
    height: 20px;
    left: 10px;
    position: absolute;
    top: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
    width: 20px;
}
div.reexamination-terms-box label.checkbox-terms::after {
    border-right: 3px solid #34495e;
    border-bottom: 3px solid #34495e;
    content: '';
    display: block;
    height: 11px;
    left: 10px;
    margin-top: -2px;
    opacity: 0;
    position: absolute;
    top: 50%;
	transform: translateY(-50%) translateX(-50%) rotate(45deg);
	-webkit- transform: translateY(-50%) translateX(-50%) rotate(45deg);
    width: 5px;
}
div.reexamination-terms-box input[type=checkbox]:checked + .checkbox-terms::after {
    opacity: 1;
}
div.reexamination-terms-box div.error-message{
	text-align: left;
}
/*チェックボックス*/
div.checkbox_box01{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:start;
}
div.checkbox_box01 input[type=checkbox] {
    opacity: 0;
	position: absolute;
}
div.checkbox_box01 label.checkbox01 {
    box-sizing: border-box;
	margin: 0 0 10px;
	width:calc(50% - 10px / 2);
    cursor: pointer;
    display: block;
    padding: 12px 10px 12px 38px;
    position: relative;
	background-color: #F3F4F5;
	border-radius: 8px;
	font-size: 15px;
    font-weight: bold;
	color: #27AE60;
    line-height: 25px;
}
div.checkbox_box01 label.checkbox01::before {
    background: #fff;
    border: 2px solid #c4c9ce;
    content: '';
    display: block;
	width: 11px;
    height: 11px;
    left: 15px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
div.checkbox_box01 label.checkbox01::after {
    border-right: 3px solid #27AE60;
    border-bottom: 3px solid #27AE60;
    content: '';
    display: block;
	width: 5px;
	height: 7px;
    left: 18px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
}
div.checkbox_box01 input[type=checkbox]:checked + label.checkbox01{
	background-color: #27AE60;
	color: #fff;
	transition: all .2s;
}
div.checkbox_box01 input[type=checkbox]:checked + label.checkbox01::before {
	border: 2px solid #fff;
}
div.checkbox_box01 input[type=checkbox]:checked + label.checkbox01::after {
    opacity: 1;
	transition: all .2s;
}
div.checkbox_box02 input[type=checkbox] {
    opacity: 0;
	position: absolute;
}
div.checkbox_box02 label.checkbox02 {
    box-sizing: border-box;
	margin: 0 0 10px;
    cursor: pointer;
    display: block;
    padding: 12px 10px 12px 38px;
    position: relative;
	background-color: #fff;
	border-radius: 8px;
	font-size: 15px;
    font-weight: bold;
	color: #27AE60;
    line-height: 25px;
}
div.checkbox_box02 label.checkbox02::before {
    background: #fff;
    border: 2px solid #c4c9ce;
    content: '';
    display: block;
	width: 11px;
    height: 11px;
    left: 15px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
div.checkbox_box02 label.checkbox02::after {
    border-right: 3px solid #27AE60;
    border-bottom: 3px solid #27AE60;
    content: '';
    display: block;
	width: 5px;
	height: 7px;
    left: 18px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
}
div.checkbox_box02 input[type=checkbox]:checked + label.checkbox02{
	background-color: #27AE60;
	color: #fff;
	transition: all .2s;
}
div.checkbox_box02 input[type=checkbox]:checked + label.checkbox02::before {
	border: 2px solid #fff;
}
div.checkbox_box02 input[type=checkbox]:checked + label.checkbox02::after {
    opacity: 1;
	transition: all .2s;
}
div.checkbox_box03 input[type=checkbox] {
    opacity: 0;
	position: absolute;
}
div.checkbox_box03 label.checkbox03 {
    box-sizing: border-box;
	margin: 0 0 10px;
    cursor: pointer;
    display: block;
    padding: 12px 10px 12px 38px;
    position: relative;
	background-color: #F3F4F5;
	border-radius: 8px;
	font-size: 15px;
    font-weight: bold;
	color: #27AE60;
    line-height: 25px;
}
div.checkbox_box03 label.checkbox03::before {
    background: #fff;
    border: 2px solid #c4c9ce;
    content: '';
    display: block;
	width: 11px;
    height: 11px;
    left: 15px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
div.checkbox_box03 label.checkbox03::after {
    border-right: 3px solid #27AE60;
    border-bottom: 3px solid #27AE60;
    content: '';
    display: block;
	width: 5px;
	height: 7px;
    left: 18px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
}
div.checkbox_box03 input[type=checkbox]:checked + label.checkbox03{
	background-color: #27AE60;
	color: #fff;
	transition: all .2s;
}
div.checkbox_box03 input[type=checkbox]:checked + label.checkbox03::before {
	border: 2px solid #fff;
}
div.checkbox_box03 input[type=checkbox]:checked + label.checkbox03::after {
    opacity: 1;
	transition: all .2s;
}
/*進むボタン*/
div.reexamination-terms-btn-box{
	margin-top: 20px;
}
div.reexamination-terms-btn-box button.reexamination-next-button{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,56,56,1) 3%, rgba(255,56,56,1) 100%);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	border: none;
	cursor: pointer;
}
div.reexamination-terms-btn-box button.reexamination-next-button:before{
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%) rotate(45deg);
	-webkit- transform: translateY(-50%) translateX(-50%) rotate(45deg);
	right: 25px;
}
button.reexamination-next-button:hover{
	opacity: 0.9;
	transition: all .3s;
}
div.confirm-next-button{
	margin: 40px 0 20px;
}
div.confirm-next-button a{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,56,56,1) 3%, rgba(255,56,56,1) 100%);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}
div.confirm-next-button a:before{
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%) rotate(45deg);
	-webkit- transform: translateY(-50%) translateX(-50%) rotate(45deg);
	right: 25px;
}
div.confirm-next-button a:hover{
	opacity: 0.9;
	transition: all .3s;
}
/*戻るボタン*/
div.reexamination-back-btn-box{
	margin-top: 20px;
}
div.reexamination-back-btn-box button.reexamination-back-button{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	font-size: 15px;
	font-weight: bold;
	color: #3d3d3d;
	text-align: center;
	background: #fff;
	border: 1px solid #666;
	border-radius: 10px;
	cursor: pointer;
}
button.reexamination-back-button:hover{
	opacity: 0.9;
	transition: all .3s;
}
div.confirm-back-button{
	margin-top: 20px;
}
div.confirm-back-button a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0;
	font-size: 15px;
	font-weight: bold;
	color: #3d3d3d;
	text-align: center;
	background: #fff;
	border: 1px solid #666;
	border-radius: 10px;
}
div.confirm-back-button a:hover{
	opacity: 0.9;
	transition: all .3s;
}
/*横均等並びのパーツ・コメント*/
div.sidebyside-box{
	width: 100%;
}
div.sidebyside-box ul{
	display: table;
	table-layout: fixed;
	width: 100%;
}
div.sidebyside-box ul li{
	display: table-cell;
}
div.sidebyside-box ul li:first-child{
	padding-right: 10px;
}
div.sidebyside-box ul li:last-child{
	padding-left: 10px;
}
/**/
div.sidebyside-box02{
	width: 100%;
}
div.sidebyside-box02 ul{
	display: table;
	table-layout: fixed;
	width: 100%;
}
div.sidebyside-box02 ul li{
	display: table-cell;
	padding-left: 5px;
	padding-right: 5px;
	box-sizing: border-box;
}
div.sidebyside-box02 ul li:first-child{
	padding-left: 0;
	padding-right: 5px;
	width: 40%
}
div.sidebyside-box02 ul li:last-child{
	padding-left: 5px;
	padding-right: 0;
}
/**/
p.item-comment{
	font-size: 15px;
    line-height: 20px;
	margin-top: 2px;
	margin-left: 3px;
}
p.item-comment span.hissu,
p.item-comment-title span.hissu{
	font-size: 12px;
    color: #FC6F9C;
    font-weight: bold;
    padding-left: 5px;
}
p.item-comment span.nini,
p.item-comment-title span.nini{
	font-size: 12px;
    color: #999;
    font-weight: bold;
    padding-left: 5px;
}
p.item-comment-title{
	font-size: 15px;
    line-height: 20px;
	margin-bottom: 10px;
    padding: .25em 0 .25em .75em;
    border-left: 6px solid #ccc;
}
p.item-comment-title-border-none{
	padding: .25em 0 .25em 0;
    border-left: none;
	margin-bottom: 0;
}
/*セレクトボックス*/
.cp_ipselect {
	overflow: hidden;
	width: 100%;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	font-size: 16px;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	background: url(../images/niconori-reexamination/select.png) no-repeat;
    background-size: 22px 8px;
	background-position: right center;
	background-color: #FFFBD2;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01 select {
	padding: 5px 38px 5px 8px;
	color: #3d3d3d;
}
/*郵便番号*/
div.yubin ul{
	display: table;
	table-layout: fixed;
	width: 100%;
}
div.yubin ul li{
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
}
div.yubin ul li:first-child{
	padding-right: 10px;
}
div.yubin ul li:last-child{
	padding-left: 10px;
}
div.yubin ul li div.yubin-ico{
	position: relative;
}
div.yubin ul li div.yubin-ico:before{
	content: "－";
	position: absolute;
	top: 6px;
    left: -17px;
}
/*任意項目の背景*/
div.reexamination-contents-in .nini-input{
	background: #fff;
}
div.reexamination-contents-in .nini-input-select{
	background-color: #fff;
}
/*必須項目入力済みのinput背景を変える*/
div.reexamination-contents-in input[type="text"].inputOk,
div.reexamination-contents-in input[type="tel"].inputOk,
div.reexamination-contents-in input[type="email"].inputOk,
div.reexamination-contents-in textarea.inputOk{
	background: #fff!important;
}
div.reexamination-contents-in select.inputOk{
	background-color: #fff!important;
}
/*実質的支配者の表table*/
div.ruler-box{
	margin-top: 20px;
}
div.ruler-box table{
	width: 100%;
	box-sizing: border-box;
	border-collapse: collapse;
}
div.ruler-box table thead{
	background: #f2f2f2;
	border-bottom: double;
}
div.ruler-box table tbody tr.ruler-bg-blue{
	background: rgba(0,113,188,0.1);
}
div.ruler-box table tbody tr.ruler-bg-green{
	background: rgba(39,174,96,0.1);
}
div.ruler-box table tbody tr.ruler-bg-gray{
	background: #f2f2f2;
}
div.ruler-box table thead tr th,
div.ruler-box table tbody tr td{
	border: 1px solid #000;
	box-sizing: border-box;
}
div.ruler-box table thead tr th{
	vertical-align: middle;
	text-align: center;
}
div.ruler-box table thead tr th.ruler-section{
	width: 120px;
}
div.ruler-box table thead tr th.ruler-th-number{
	width: 55px;
	padding: 5px;
}
div.ruler-box table thead tr th:last-child{
	padding: 5px;
}
div.ruler-box table tbody tr td{
	padding: 10px;
}
div.ruler-box table tbody tr td.ruler-td-number{
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
p.ruler-select-text{
	font-weight: bold;
	color: #27AE60!important;
	margin: 10px 0;
}
p.ruler-select-text span{
	font-size: 20px;
	padding: 0 2px;
}
div.ruler-box table tbody tr td div{
	background: #fff;
	border-radius: 5px;
	padding: 10px;
}
div.ruler-box table tbody tr td div p{
	color: #808080;
	border-left: 5px solid #808080;
	padding: 0 10px;
	margin-top: 5px;
	line-height: 20px;
	font-weight: bold;
}
div.ruler-box table tbody tr td div ul{
	margin-top: 5px;
}
div.ruler-box table tbody tr td div ul li{
	list-style: disc;
	margin-left: 16px;
}
div.ruler-box table thead tr th.ruler-th-number{
	width: 30px;
	padding: 3px;
	line-height: 16px;
}
div.ruler-box table tbody tr td.ruler-td-number2{
	width: 30px;
	padding: 3px;
	line-height: 16px;
	vertical-align: middle;
	text-align: center;
}
label.ruler_label span{
	font-size: 20px;
	font-weight: bold;
}
p.item-comment-rulerTitle {
  position: relative;
  padding: 1em 0;
  font-weight: bold;
  font-size: 15px;
}
p.item-comment-rulerTitle::before,
p.item-comment-rulerTitle::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
p.item-comment-rulerTitle::before {
  top: 0;
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
}
p.item-comment-rulerTitle::after {
  bottom: 0;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
}
/*実質的支配者の吹き出し*/
div.ruler3_navi_box {
	position: relative;
	display: inline-block;
	margin: 20px 0 0;
	padding: 20px;
	min-width: 120px;
	max-width: 100%;
	font-size: 16px;
	font-weight: bold;
	background: #FEEDF3;
	border: solid 3px #ccc;
	box-sizing: border-box;
}

div.ruler3_navi_box:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FEEDF3;
	z-index: 2;
}

div.ruler3_navi_box:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #ccc;
	z-index: 1;
}

div.ruler3_navi_box p {
	margin: 0;
	padding: 0;
}
/*確認画面*/
div.confirm-box{
	margin-top: 20px;
	padding: 20px;
	background: #f5f5f5;
	border-radius: 10px;
}
p.confirm-box-title{
	font-size: 18px;
	font-weight: bold;
	color: #3d3d3d;
	padding: 10px 30px;
	border-bottom: 1px solid #C4C9CE;
	margin: 0 -20px;
}
p.confirm-box-subtitle {
    padding: 0 5px;
    border-left: 4px solid #E6E6E6;
	background: #f5f5f5;
    line-height: 25px;
    margin: 15px 0 5px;
    color: #666!important;
}
div.confirm-box table{
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	border-radius: 10px;
	margin-top: 10px;
}
div.confirm-box table tbody tr td{
	padding: 15px;
	border-bottom: 2px solid #f5f5f5;
	box-sizing: border-box;
	color: #3d3d3d;
}
div.confirm-box table tbody tr td:first-child{
	width: 200px;
	font-weight: bold;
}
/*お申し込み完了画面*/
div.complete-box{
	background: #f2f2f2;
    width: 100%;
    border-radius: 10px;
    margin: 40px auto;
    padding: 40px;
	box-sizing: border-box;
}
div.complete-box p{
	color: #3d3d3d;
	font-size: 15px;
}
/* プラン選択 */
div.plan-box{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:start;
	margin: 5px 0;
}
div.plan-box div{
    box-sizing: border-box;
	width:calc(50% - 10px / 2);
}
div.plan-box div a{
	font-weight: bold;
	text-decoration: underline;
}
div.plan-box div a.moraeru{
	color: #FC6F9C;
}
div.plan-box div a.hyojun{
	color: #00B3D3;
}
/*お申し込み完了画面*/
#footer-copy {
    background: #FC6F9C!important;
}
/* ****************
セッション切れページ
***************** */
div.time-out-box{
	background: #f5f5f5;
    width: 900px;
    border-radius: 10px;
    margin: 40px auto 60px;
    padding: 40px 0;
}
div.time-out-box p{
	font-size: 18px;
	line-height: 30px;
    font-weight: bold;
	color: #3d3d3d;
	text-align: center;
}
/* ****************
footer
***************** */
#footer-copy{
	background: #2DA23F;
	padding: 10px 0;
}
#footer-copy p{
	color: #fff;
	line-height: 20px;
}
#copyright{
	text-align: center;
}
@media (max-width: 1044px) {
.display_none{
	display: none;
}
.sptrue{
	display: block!important;
}
.sp-none{
	display: none!important;
}
.sp-none-imp{
	display: none!important;
}
.sp-gray{
	background: #F8F6F2;
	padding-bottom: 20px;
}
.gray-white{
	background: #fff;
}
.pc-none{
	display: block!important;
}
.padding-tb{
    padding-top: 40px;
    padding-bottom: 60px;
}
.padding-tb-contact{
	padding-top: 20px;
    padding-bottom: 20px;
}
.padding-tb001{
    padding-top: 20px;
    padding-bottom: 40px;
}
.padding10-0{
	padding: 10px 0!important;
}
.sp-margin-lr10{
	margin-left: 10px;
	margin-right: 10px;
}
.sp-mt40{
	margin-top: 40px;
}
.t-pc-center-sp-left{
	text-align: left!important;
}
.mt-pc40-sp20{
	margin-top: 20px!important;
}
.mt-pc50-sp25{
	margin-top: 25px!important;
}
.mt-pc80-sp40{
	margin-top: 40px!important;
}
.mt-pc100-sp90{
	margin-top: 90px!important;
}
.mb-pc95-sp27{
	margin-bottom: 27px!important;
}
.red02-button {
    margin-bottom: 12px;
}
/* ****************
text
***************** */
.t-middle{
	font-size: 15px;
}
.t-title{
	font-size: 18px!important;
	line-height: 30px!important;
}
.t-pc-center-spleft{
	text-align: left!important;
}
/* ****************
header
***************** */
header#header{
    position: sticky;
    z-index: 100;
    background: #fff;
	position: -webkit-sticky;
	top: 0;
}
header div#top-in,
header div#header-in{
	width: auto;
	padding: 0px 10px;
	position: relative;
}
header div#header-in{
	width: auto;
	padding: 0px 10px;
	position: relative;
}
.form-header-in{
	margin-top: 5px!important;
}
.form-header-in div#logo{
	margin-bottom: 5px!important;
}
/* ****************
main
***************** */
main div.main_contents{
	width: auto;
}
.contents-lr10{
	margin-left: 10px;
	margin-right: 10px;
}
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kdb, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, select, input, textarea, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td,
figure,section,header,main,footer,article,aside,video,audio,nav{
	font-size: 13px;
}
div.main_contents_in{
	margin-top: 10px;
}
/* ***********************************
ニコノリ応援リース入り口
/reexamination-about/
* ***********************************/
.reex-contents-box{
	padding: 30px 14px;
}
.reex-contents-box02{
	padding: 50px 14px;
}
div#reex-h1-box{
	padding: 15px 10px;
}
h1#reex-h1{
	font-size: 20px;
	line-height: 20px;
	max-width: 100%;
}
h1#reex-h1 span{
    display: table;
    font-size: 30px;
    padding: 4px 16px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 7px;
}
h2.reex-h2 img{
	width: 348px;
	max-width: 100%;
}
h3.reex-h3{
	font-size: 24px;
}
h3.reex-h3 span{
	font-size: 24px;
	display: block;
}
div.reex-list-link{
	width: 350px;
	max-width: 100%;
}
div.reex-list-link dl dt{
	padding: 12px 40px 10px;
    font-size: 16px;
	line-height: 8px;
}
div.reex-list-link dl dd a{
    font-size: 30px;
	padding: 40px 0 40px 64px;
}
div.reex-list-link dl dd a:before{
	margin-left: -90px;
}
div.reex-list-link dl dd a:after{
    width: 14px;
    height: 14px;
}
ul.reex-flexlist01{
	display: block;
}
ul.reex-flexlist01 li{
	width: auto;
	text-align: center;
}
ul.reex-flexlist01 li img{
	width: 350px;
	max-width: 100%;
}
ul.reex-flexlist01 li:last-child{
	margin-top: 20px;
}
#reex-jouken ul li{
	font-size: 18px;
	line-height: 26px;
	padding: 10px 0px;
}
#reex-jouken ul li:before{
    top: 22px;
}
ol#reex-flow-list{
	display: block;
    flex-wrap: nowrap;
    justify-content: start;
	margin-top: 0;
}
ol#reex-flow-list li{
    width: auto;
	padding: 15px;
	margin-top: 20px;
}
ol#reex-flow-list li:nth-child(3),
ol#reex-flow-list li:nth-child(4){
	margin-top: 20px;
}
ol#reex-flow-list li dl dt{
	font-size: 18px;
}
ol#reex-flow-list li dl dt span{
	font-size: 18px;
}
/* *********************************** */
.sp-mt5{
	margin-top: 5px!important;
}
.sp-mt10{
	margin-top: 10px!important;
}
.sp-mt15{
	margin-top: 15px!important;
}
.mt-pc0-sp10{
	margin-top: 10px!important;
}
.mt-pc7-sp0{
	margin-top: 0!important;
}
.mt-pc60-sp40{
	margin-top: 40px!important;
}
div#reex_logo{
	margin-top: 0;
	margin-bottom: 10px;
}
div#reex_logo img{
	width: 300px;
	max-width: 100%;
}
/* お申込み～ご納車までの流れを確認 */
div.modal_reexamination_flow_box{
	margin: 10px 0;
}
p.modal_reexamination_flow_title{
	font-size: 18px;
}
div.modal_reexamination_flow_img img{
	width: 80%;
}
p.modal_reexamination_flow_text{
	text-align: left;
}
/* 収入を確認できる書類 */
dl.income-document-box dt{
	font-size: 15px;
}
/* reexamination関連のモーダルウィンドウ */
div.examinatoin-modal-tel-box{
	padding: 20px 10px;
}
p.examinatoin-modal-tel-text{
	text-align: left;
}
p.examinatoin-modal-tel-text span{
	display: inline;
}
/* もらえるパック、標準パックとはのモーダルウィンドウ */
div#moraeru-box{
	padding: 10px;
}
div#hyojun-box{
	padding: 10px;
}
div.moraeru-box-in,
div.hyojun-box-in{
	padding: 20px 15px;
	margin-top: 10px;
}
p.niconori-reexamination-title span{
	font-size: 18px;
}
p.niconori-reexamination-title:before{
  bottom: 0;
}
div.niconori-lr01{
	display: block;
	margin-top: 10px;
}
div.niconori-lr01-in{
	display: block;
	vertical-align: top;
}
div.niconori-lr01-in:first-child{
	width: auto;
	max-width: 295px;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
}
p.niconori-contents-title{
	font-size: 15px;
	margin-top: 10px;
}
div.niconori-lr02{
	display: block;
	justify-content: flex-start;
}
div.niconori-lr02-in{
	width: auto;
	text-align: left;
	margin-top: 30px;
}
div.niconori-point-box{
	display: table;
}
div.niconori-point-box-in{
	display: table-cell;
	vertical-align: middle;
}
div.niconori-point-box-in:first-child{
	width: 80px;
	padding-right: 15px;
}
div.niconori-point-box-in p,
div.niconori-point-box-in p span{
	font-size: 15px;
	line-height: 18px;
}
div.niconori-point-box-in p span{
	display: inline;
}
p.niconori-point-title{
	margin: 0 0 10px;
}
div.niconori-lr03{
	margin-top: 15px;
}
div.niconori-lr03-in{
    width: calc(33% - 10px / 3);
    margin-top: 7px;
}
div.niconori-lr04-in:first-child{
	width: 40px;
}
div.niconori-lr04-in:first-child figure{
	padding: 5px;
}
div.niconori-lr04-in:last-child{
	padding-left: 10px;
}
p.niconori-oil-text,
p.niconori-oil-text span{
	font-size: 15px;
	line-height: 20px;
}
p.niconori-pc-text{
	display: none;
}
p.niconori-sp-text{
	display: block;
}
/*モーダルウィンドウ*/
.modal__content{
	padding: 20px;
	width: 75%;
}
#maintenance-btn{
	margin: 25px 0;
}
#modal02 .modal__content{
	width: 80%;
	max-width: 460px;
	padding-top: 50px;
}
#modal02 .modal__content section h3{
    font-size: 20px;
}
.modal02-text{
	font-size: 20px;
}
#modal02 .modal__content section section{
    margin: 15px 20px 0;
}
#modal02 .modal__content section section h4{
    font-size: 15px;
}
p.matome-text{
	font-size: 15px;
	line-height: 25px;
}
#modal02 .modal__content section section ul li{
	font-size: 18px;
}
/* ダウンロード */
div.download-box{
	padding: 20px!important;
}
/* ****************
審査フォーム
***************** */
div.reexamination-form-box{
	width: auto;
	margin: 20px auto 0;
}
/*フォームタイトル*/
.title-reexamination {
	padding: 0 35px;
	font-size: 20px;
}
.title-reexamination:before,
.title-reexamination:after {
	width: 28px;
	height: 5px;
}
div.subtitle-reexamination p,
div.subtitle-reexamination h1{
	font-size: 15px;
	line-height: 20px;
}
div.subtitle-reexamination p span,
div.subtitle-reexamination h1 span{
	font-size: 15px;
	padding-left: 0;
	display: block;
}
div.subtitle-reexamination_terms p{
	font-size: 13px;
	line-height: 20px;
}
div.subtitle-reexamination_terms p span{
	font-size: 13px;
	padding-left: 0;
	display: block;
}
div.subtitle-reexamination02{
	margin-top: 10px;
}
div.subtitle-reexamination02 p{
	font-size: 15px;
	line-height: 20px;
}
p.lease-img{
	text-align: center;
	width: 200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
/*チェックボックス*/
div.checkbox_box01 label.checkbox01 {
	font-size: 13px;
}
/*注意書き*/
div.reexamination-info-box{
    width: auto;
    margin-top: 20px;
    padding: 20px 10px;
}
div.reexamination-info-box p{
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
}
div.reexamination-info-box p span{
	display: block;
	font-size: 15px;
}
div.reexamination-info-box div a{
	font-size: 15px;
	text-decoration: underline;
}
/*免許証*/
div.license-box{
	width: auto;
}
div.license-box dl dt{
	font-size: 15px;
}
/*時間・電話*/
div.clock-tel-box p{
	font-size: 15px;
}
div.clock-tel-box p span{
	font-size: 18px;
}
div.clock-tel-box div a{
	font-size: 15px;
}
/*ご選択中のお車*/
div.select-car-box{
	padding: 10px;
	width: auto;
}
div.select-car-box-title p {
	font-size: 15px;
}
ul.select-car-box-ul{
	margin: 20px 0 10px;
}
ul.select-car-box-ul li.select-car-box-li:first-child{
	width: 100px;
	padding-right: 10px;
}
ul.select-car-box-ul li.select-car-box-li:last-child p{
	font-size: 15px;
	line-height: 20px;
}
ul.select-car-box-ul li.select-car-box-li:last-child ul{
	margin-top: 5px;
}
ul.select-car-box-ul li.select-car-box-li:last-child ul li{
	font-size: 11px;
	line-height: 15px;
}
/*フォームの項目*/
div.reexamination-contents{
	display: block;
	width: auto;
}
div.reexamination-contents-in{
	display: block;
}
div.reexamination-contents-in:first-child{
	width: auto;
	padding-right: 0;
}
div.reexamination-contents-in:first-child div.subtitle-reexamination-hissu p:before,
div.reexamination-contents-in:first-child div.subtitle-reexamination-nini p:before{
	font-size: 12px; 
	top: 1px;
}
/*▼フォームアイテム▼*/
/*ラジオボタン共通*/
label.radio_Spfont13px{
	font-size: 13px!important;
}
/*テキストボックス*/
input.input-text{
	width: 100%;
	margin-top: 10px;
}
input.input-pc25-sp50{
	width: 50%!important;
}
/*コメント*/
p.reexamination-comment02{
	font-size: 11px;
    line-height: 15px;
}
/* 規約box */
div.reexamination-terms-box{
    width: auto;
    text-align: left;
	margin: 5px -10px -40px;
    padding: 20px 15px 35px 20px;
}
/*進むボタン*/
div.reexamination-terms-btn-box{
	margin-top: 10px;
}
div.reexamination-terms-btn-box button.reexamination-next-button{
	width: 90%;
	max-width: 350px;
	padding: 20px 0;
	font-size: 18px;
}
div.reexamination-terms-btn-box button.reexamination-next-button:before{
	right: 20px;
}
button.reexamination-next-button:hover{
	opacity: 1;
}
div.confirm-next-button{
	margin: 30px 0 10px;
}
div.confirm-next-button a{
	width: 90%;
	max-width: 350px;
	padding: 20px 0;
	font-size: 18px;
}
div.confirm-next-button a:before{
	right: 20px;
}
div.confirm-next-button a:hover{
	opacity: 1;
}
/*戻るボタン*/
div.reexamination-back-btn-box button.reexamination-back-button{
	width: 50%;
}
div.confirm-back-button{
	margin-top: 10px;
}
/*横均等並びのパーツ・コメント*/
div.sidebyside-box ul li:first-child{
	padding-right: 5px;
}
div.sidebyside-box ul li:last-child{
	padding-left: 5px;
}
/*実質的支配者の表table*/
div.ruler-box table thead tr th.ruler-section{
	width: 90px;
}
p.ruler-select-text span{
	font-size: 18px;
}
label.ruler_label span{
	font-weight: bold;
}
/*確認画面*/
div.confirm-box{
	padding: 10px 10px 20px;
}
p.confirm-box-title{
	font-size: 15px;
	padding: 5px 20px 10px;
	border-bottom: 1px solid #C4C9CE;
	margin: 0 -10px;
}
div.confirm-box table tbody tr td{
	padding: 10px;
}
div.confirm-box table tbody tr td span{
	display: block;
}
div.confirm-box table tbody tr td:first-child{
	width: 120px;
}
/*お申し込み完了画面*/
div.complete-box{
    margin: 20px auto 30px;
    padding: 20px;
}
/* ****************
セッション切れページ
***************** */
div.time-out-box{
    width: auto;
    margin: 20px 20px 40px;
    padding: 20px;
}
div.time-out-box p{
	font-size: 15px;
	line-height: 28px;
}
}
@media only screen and ( max-width: 360px ) {
/* ****************
text
***************** */
.t-middle{
	font-size: 13px;
	line-height: 25px;
}
div#top-in h1,
div#top-in p{
	font-size: 10px;
}
/* ****************
title
***************** */
.title01-box{
	margin-top: 15px;
}
.title01{
	width: 90%;
}
.title01 span{
	display: block;
	font-size: 15px;
	line-height: 25px;
	padding-top: 15px;
}
/*モーダルウィンドウ*/
#modal02 .modal__content section section{
    margin: 15px 10px 0;
}
/* ***********************************
ニコノリ応援リース入り口
/reexamination-about/
* ***********************************/
h1#reex-h1{
	font-size: 18px;
}
h1#reex-h1 span{
    font-size: 26px;
    padding: 4px 13px;
    margin-top: 4px;
}
div.reex-list-link p{
	font-size: 11px;
}
/* *********************************** */
/* ****************
審査フォーム
***************** */
/*フォームタイトル*/
.title-reexamination {
	padding: 0 28px;
	font-size: 18px;
}
/*注意書き*/
div.reexamination-info-box p{
	font-size: 13px;
	line-height: 16px;
}
div.reexamination-info-box p span{
	font-size: 13px;
}
div.reexamination-info-box div a{
	font-size: 13px;
}
/*時間・電話*/
div.clock-tel-box p{
	font-size: 13px;
}
div.clock-tel-box p span{
	font-size: 15px;
}
div.clock-tel-box div a{
	font-size: 13px;
}
/*チェックボックス*/
div.checkbox_box01 label.checkbox01 {
	font-size: 11px;
}
/*横均等並びのパーツ・コメント*/
p.item-comment{
	font-size: 14px;
}
/*ラジオボタン01*/
div.radio_box01 label.radio01 {
    font-size: 13px;
}
/*ラジオボタン02*/
div.radio_box02{
	margin-top: -10px;
}
div.radio_box02 label.radio02 {
	width: 100%;
    margin-top: 10px;
}
/*確認画面*/
div.confirm-box table tbody tr td:first-child{
	width: 110px;
}
}