/**
 * Layout.cssの補点ようふぁいる
 */
/* origin */

body.delayScreen { /*display: none;*/ visibility: hidden; background: #CCC; }
#LoadImg { background-color: #FFFFFF; z-index: 1000; width: 100%; height: 100%; top: 0px; left: 0px; position: fixed; _position: absolute; _top:expression(eval(document.body.scrollTop)); }
#LoadImg #loadImage { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
#LoadImg { opacity: 1.0; background-color: rgba(80, 80, 80, 0.7); }
#LoadImg #loadImage { opacity: 1.0; border-radius: 12px; z-index: 1001; }

/* override */

/* common */
.material-icons {
    font-size: 24px;
    letter-spacing: normal;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
}

div.contents #nav_next div.next a.btn,.input_btn span a.btn,.btn.cv { transition: 0s; }
.has_check input + label.btn { transition: 0s; }
body#result .block_form .choice .btn { transition: 0s; }
#floating_footer { transition: 0s; }

div.contents #nav_next div.next a.btn,.input_btn span a.btn,.btn.cv { box-shadow: 0px 0px 2px #004C22; }
.input_btn span a.btn:hover { box-shadow: 0 0 4px black; }
a.btn.redo,#nav_back a.btn,#nav_next div.back a.btn,#msg_thanks div.back a.btn,.content_note>footer.close span { border: 1px solid #DFE2E4;box-shadow: 1px 1px 2px #D8DBDD; }
#nav_back {z-index:10;}
#nav_back a.btn {box-shadow: 0 0 4px gray;z-index:11;}
body#customer .q_address .add_btn{ box-shadow: 0px 0px 2px #004C22; }
body#customer .q_address .add_btn:hover { box-shadow: 0 0 4px black; }

.has_check {position: relative;}
.has_check input {display: block; opacity: 0;position: absolute;}
.note.baloonA .error_note.baloonC {
    background-color: #fff;
}
#sub_aeb .error_note.baloonC {
    color: #3B4043;
    background-color: #fff;
}

#gmn_errorMsgFld.block_error .note ul li {color: #D01A09;}

div.block_error p.msg i.material-icons {
    font-size: 24px;
}

div.block_warn {margin-bottom:30px;color: #3B4043;}
div.block_warn p.msg {color:#3B4043;}
div.block_warn p.msg i.material-icons {color:#3B4043;}
div.block_warn div.note ul {list-style-type: square;}
div.block_warn div.note ul li a {color:#3B4043;}

div.komoku_error, div.komoku_warn {
    float: left;
    border: 3px solid #ff0000;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: left;
    font-size: 0.85em;
    width: 100%;
}
div.komoku_warn {
    border: 3px solid #004C22;
    background: #E5F3EF;
}
div.komoku_error .close, div.komoku_warn .close {
    text-align: right;
    margin: 5px 5px 0;
    float: right;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}
div.komoku_error .body, div.komoku_warn .body {
    text-align: left;
    margin: 0 10px;
    padding: 15px 15px 5px 10px;
}
div.komoku_warn .body {
    padding: 15px 25px 5px 10px;
}
div.komoku_error .body i, div.komoku_warn .body i {
    font-size: 24px;
    margin-right: 10px;
    color: #D01A09;
}
div.komoku_warn .close i {
    color: #3B4043;
}
.contents .block_notes .indent2 {
    display: block;
    margin-left: 2em;
    text-indent: -2em;
}

body#dantailogin #section_pagetitle {
    padding-top: 15px;
}

body#errpage>footer .inner,
body#maintpage>footer .inner,
body#dantailogin>footer .inner,
body > footer .inner.single {flex-direction: row;}

body#result > footer .inner.shokuiki {flex-direction: row-reverse;}

body > footer .inner.shokuiki > div {
    justify-content: flex-end;
}

body > footer .inner.shokuiki .inq_tel {
    width: 100%;
    width: auto;
}

body > .content_note {
    opacity: 0;
}

body.cboxdisplay{overflow:hidden;}
#cboxContent{overflow:auto;}
#cboxLoadedContent{margin-left:auto;margin-right:auto;}
.delConf #cboxLoadedContent{
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	border-radius:15px;
	box-shadow: 0 1px 1px #333;
	padding:30px 15px;
}

/* header */
body > header .inner > p#logo {
    width: auto;
}
body > header .inner > nav#head_menu {
    width: auto;
    float: right;
}
body > header .inner > p#logo img#logo_zenrosai {
    margin-right: 15px;
}

/* お客様情報入力画面 */
body#customer .q_ymd span.select select:disabled {
    background: #dedede;
}
body#customer .q_address .add_btn {
    position:relative;
    top:0;
    left:10px;
    background: #004C22;
    text-align:center;
    color:#fff;
    text-decoration:none;
    display:inline-block;
    padding:3px 15px;
	   border-radius: 4px;
}
body#customer input[type="text"] {border-radius: 4px;}
.input_btn input[type="text"], .input_txt input[type="text"],span.select,.block_form.has_check .choice .btn {border-width: 1px;}
.block_form.has_check .choice input:checked+label.btn {border-width:2px;}
body#customer tr.q_name input { ime-mode: active; }
body#customer tr.q_address input { ime-mode: active; }
body#customer tr.q_address #q_zipcode input { ime-mode: disabled; }
body#customer tr.q_tel input { ime-mode: disabled; }
body#customer tr.q_mail input { ime-mode: disabled; }

/* shinki04 : modal */
#sch_result_true .result_jusho a {
    color: #00f;
    margin: 3px 0 0 10px;
    display: inline-block;
}
#sch_result_false .errmsg i {
    color: #A32320;
}
/* PCのみ */
@media screen and (min-width: 768px) {
    /* common */
    span.sp {display: none!important;}
    span.pc.inline {display: inline!important;}
    /* ファイル選択エリア_車検証電子化の注釈 */
    body#customer .chushaku_blk {background-color: #D7EEFF; }
    body#customer .chushaku_flex {display: inline-flex;justify-content: center;align-items: center;margin-top: 10px;padding: 10px; }
    body#customer .chushaku_col {width: 100%;background-color: white; }
    body#customer .chushaku_col .shaken_indent {line-height: 2em; }
    /* お客様情報入力画面 */
   span[id^="upload_file"] label,span[id^="upfiletext"] {
	   max-width:360px;
}
	tr.upfile td {
		line-height:1.5;
	}
    body#customer table.s_dantai > tbody > tr > td {padding: 30px 15px;}
    body#customer table.j_dantai > tbody > tr > td {padding: 15px 15px;}
    body#customer table.customerinfo .q_name .input_txt.col_2 {display:block;width:100%;table-layout: fixed;}
    body#customer table.customerinfo .q_name .input_txt.col_2>div {display:table;width:100%;table-layout: fixed;}
    body#customer table.customerinfo .q_name .input_txt.col_2>div>div {display:table-cell;width:50%;}
    body#customer table.customerinfo .q_name .input_txt.col_2 input {width:90%}
    body#customer table.customerinfo .q_name .input_txt.col_2>div:first-child{margin-bottom:15px;}
    body#customer .block_form.has_check .choice .btn {padding:15px 5px 15px 10px;}
    body#customer .block_form.has_check .choice input:checked + label.btn {padding:12px 2px 12px 9px;}

    .result_campagin{
        margin-left:23px;
        margin-right:23px;
    }
}
/* SPのみ */
@media screen and (max-width: 767px) {
    /* common */
    span.sp.inline {display: inline!important;}
    span.pc {display: none!important;}
.input_file,
.input_file3{
	padding:0 5% 20px;
	margin-bottom :20px;
	border-bottom: 10px solid #E5F3EF;
    position: relative;
}
html.ios .input_file,
html.android .input_file,
html.ios .input_file3,
html.android .input_file3 {
	width:100vw;
    left: 50%;
    transform: translateX(-50%);
}
    /* お客様情報入力画面 */
    body#customer table.s_dantai td{padding: 15px 0 30px;}
    body#customer table.j_dantai td{padding: 15px 0 30px;}
    body#customer table.customerinfo .q_name .input_txt.col_2 {display:table;width:100%;table-layout: fixed;}
    body#customer table.customerinfo .q_name .input_txt.col_2>div:first-child {margin-bottom:30px;}
    body#customer .q_address .add_btn {top: 0;left: 0px;margin-top: 10px;}
    body#customer .block_form.has_check .choice input:checked + label.btn {padding:7px 2px 7px 9px;}
    body#customer table.chushaku_col td {font-size: 1.1em; }
    body#customer .chushaku_msg {font-size: 1.1em; }

    /*以下見積もり依頼フォーム用に追加*/
span[id^="upload_file"] label {
	   max-width:320px;
	   margin-left: auto;
	   margin-right: auto;
}
    body#customer table.uploadinfo td {padding:15px 0 15px;}
   	body#customer table.customerinfo th {padding: 0;background-color: inherit;font-size:16px;}
    body#customer table.uploadinfo tr.upfile th {display: none;} 
    body#customer table.uploadinfo tr.upfile td {padding: 0 3%;} 
	   body#customer table.customerinfo td {padding-bottom: 45px;}
	   body#customer table.customerinfo .q_name strong.sp {display:block;margin-bottom:0.5em;}

    .result_campagin{
        margin-left:20px;
        margin-right:20px;
    }

    /* ページタイトルエリア */
    #section_pagetitle_gazou .inner {
	padding: 0 3%;
    }
    
    /* ファイル選択エリア_車検証電子化の注釈 */
    body#customer .chushaku_msg .sp_none {display: none; }
    body#customer .chushaku_tbl .shaken_title::before {content:  "";width: 5px;height: 5px;display:  inline-block;background-color: #000000;border-radius:  50%;position:  relative;top: -1px;margin-right: 5px; }
    body#customer .chushaku_tbl .shaken_msg {margin-left: 1em; }
    td#mgn_top {margin-top: 5px; }
    td#mgn_bottom {margin-bottom: 5px; }
}

/* ページタイトルエリア */
#section_pagetitle_gazou {
    line-height: 1.5;
}
#section_pagetitle h1,
#section_pagetitle_gazou h1,
body#check .section_form h2,
body#check .section_pagetitle h1{
	border-bottom: 2px solid #094;
	margin-bottom: 0;
	padding-left:5px;
}
body#check .section_form h2.no_deco {
	border-bottom: none;
	margin-bottom:5px;
}
body#check .section_pagetitle h1 {
	margin-left:2%;
	margin-right: 2%;
}
body#check #section_pagetitle h1,
body#check .section_form h2 {
	margin-bottom: 15px;
}

/*#section_pagetitle_gazou h1:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 23px;
	margin-right: 5px;
	background-size: contain;
}*/
#section_pagetitle h1:before {
	display:none;
}

/*以下入力画面*/
/*入力画面タイトル*/
.form_title{
    padding: 5px;
    width: 100%;
    background: #054C21;
    text-align:center;
    color:#fff;
}
.form_title h1{
    margin-bottom: 0;
}
/*入力画面タイトル下の補足*/
.form_title_comment{
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
}
/*.icon1 h1:before {
    background: url(../img/ico_h1.png) no-repeat left center;
}
.icon2 h1:before {
    background: url(../img/ico_camera_h1.png) no-repeat left center;
}*/
/*ファイル選択*/
table.uploadinfo {
	margin-bottom: 45px;
}
.input_file , .input_file2 , .input_file3{
     margin-bottom: 30px;
}
span[id^="upload_label"] {
     display: inline-block;
     width:100%;
	    margin-bottom: 5px;
 	   font-weight: bold;
}
span[id^="upload_file"] label {
    display: flex;
	   flex-direction: column;
	   justify-content: center;
    text-align:center;
    border-radius:3px;
    border:1px dashed #080;
	   padding: 15px 10px;
    cursor: pointer;
	   font-size: 10px;
	   font-weight: bold;
	   color: #054C21;
	   min-height: 160px;
}
#upload_file1 label {background: url("../img/bg_upload_file1.png") no-repeat center center;background-size: contain;}
#upload_file2 label {background: url("../img/bg_upload_file2.png") no-repeat center center;background-size: contain;}
#upload_file3 label {background: url("../img/bg_upload_file3.png") no-repeat center center;background-size: contain;}
#upload_file4 label {background: url("../img/bg_upload_file4.png") no-repeat center center;background-size: contain;}
span[id^="upload_file"] span.bg_circle {
    display:block;
	   background-color:#054C21;
	   width: 48px;
	   height: 48px;
	   border-radius: 50%;
	   margin: 1% auto;
	   position: relative;
	   opacity: 0.8;
}
span[id^="upload_file"] span.bg_circle img {
	   position: absolute;
	   top: 50%;
	   left: 50%;
   	transform: translateY(-50%) translateX(-50%);
}
span[id^="upload_file"] label strong {
	font-size:18px;
	line-height: 1.5;
}
#upload_file1 label:hover ,#upload_file2 label:hover ,#upload_file3 label:hover ,#upload_file4 label:hover {
    /*background:#999;*/
}
.up_img.sel_ok {
    cursor: pointer;
}
.up_img.sel_ok:hover {
    opacity: 0.8;
}
.uploadButton input[type="file"] {
    position:absolute;
    display:none !important;
    top:0;
    left:0;
    cursor:pointer;
    zoom: 2;
    width: 200px;
    height: auto;
}
span[id^="upfiletext"] {
    display: block;
	   text-align: center;
}
img[id^="upfileval"] {
    border:1px solid #ddd;
}
.ico_required {
	display:inline-block;
	border: 1px solid #A71F06;
	padding: 1px 6px;
	border-radius: 3px;
	color:#A71F06;
	font-size: 10px;
	margin-right:0.75em;
	font-weight: normal;
	vertical-align: middle;
}
/* 車検証電子化の注釈 */
.chushaku_blk {
    background-color: #D7EEFF;
}
.chushaku_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 10px;
}
.chushaku_flex .chushaku_msg {
    margin: 0px; 
    padding: 0px;
}
.chushaku_flex img {
    max-width: none;
    margin: 0; 
    padding-right: 20px; 
    overflow: visible;
    position: relative; 
}
.chushaku_tbl {
    padding: 10px;
}
.chushaku_col {
    margin: auto;
    width: 100%;
    table-layout: fixed;
    background-color: white;
}
.kensasho_yellow {
    background: linear-gradient(transparent 75%, #FFFF88 75%);
    background-size: 1px 25px;
    background-repeat: repeat-x;
    background-position: bottom 4px left 0px;
}
.kensasho_mihon_call {
    text-align: center;
    padding: 10px;
    background-color: white;
    padding: 10px 10px 20px 10px;
}
/*ファイルクリアボタン*/
.delete_btn:hover { box-shadow: 0 2px 2px #ccc; }
.delete_btn {
    position:relative;
    background: #F5F5F5;
	   border: 1px solid #7E7E7E;
	   border-radius: 15px;
    text-align:center;
    color:#7E7E7E;
    text-decoration:none;
    display:block;
	   width: 25%;
    padding:3px;
    margin:5px auto 15px;
}
.delete_btn .material-icons {
	font-size: 16px;
	color:inherit;
	vertical-align: text-bottom;
}
/*削除モーダル*/
#dialog_delete .box_btn {
	display: flex;
	justify-content: space-between;
	padding: 30px 0 0;
}
#dialog_delete .box_btn .btn {
	border:1px solid #6F7579;
	padding: 10px;
	width: 45%;
	text-align: center;
}
#dialog_delete .box_btn .btn.btn_delete {
	border:1px solid #A71F06;
	background:#A71F06;
	color:#fff;
}

/*県番号、団体番号*/
body#customer table.customerinfo .input_txt #ken_bango,
body#customer table.customerinfo .input_txt #dantai_bango{
    width:initial;
}

/*団体番号*/
.dantaibangofld {
    margin-top:10px;
}

/*注意事項*/
.notes{
	margin-top: 30px;
}
.readonly{
     background-color:#d6d3ce;
     outline: none;
     opacity: 1;
}

/*COOPマイカーキャンペーンバナー*/
.goods_campaign_01 {
    text-align: center;
}

.goods_campaign_01 img {
    width: 940px;
    height: auto;
}

@media screen and (max-width: 767px) {
    .goods_campaign_01 img{
        width: 710px;
        height: auto;
    }
}

/*以下確認画面*/
/*確認画面の画像プレビュー*/
.thumbnail {
    height:100px
}
.up_img {
    padding: 5px;
    border:1px solid #094;
    width:100%;
    height:120px;
    text-align:center;
}
.up_img_title {
    padding: 5px;
    border:1px solid #094;
    background:#E5F3EF;
    width:100%; height:30px;
    white-space: nowrap;
}
.imgfld {
    display: inline-block;
    width:50%;
    vertical-align: top;
}
.imgblock {
    width:100%;
    height:auto;
}

body#check .contents .section_form.open table {
	margin-top:0;
}

/*以下完了画面*/
.result_blk{
    text-align:center;
    background:#E5F3EF;
    margin-left:20px;
    margin-right:20px;
    margin-bottom:10px;
    border-radius:10px;
    padding:10px;
}
.result_txt{
    text-align:center;
    background:#fff;
}

.result_img{
    margin-left:10px;
    margin-right:10px;
    margin-bottom:20px;
    text-align:center;
}

.result_campagin{
    margin-bottom:60px;
    text-align:center;
    padding:10px;
    border:3px solid #094;
}

.result_campagin_inner{
    margin-left:10px;
    margin-right:10px;
    text-align:center;
    word-break: break-all;
}
#logo_mycar_pit {
	text-align:center;
}

.bold{font-weight:bold;}

.result_keyword{
    border-top:1px solid black;
    border-bottom:1px solid black;
    padding:10px;
    margin:10px;
}

.kenshou_campaign {
    margin: 20px 0 0 0;
}