@charset "utf-8";
/* CSS Document */

@media print, screen and ( min-width : 481px ) {/*PC用*/
.inner {
	width: 960px!important;
	margin: 0 auto!important;
	padding-bottom: 60px;
}

section.form_item_info {
    padding: 0 0 30px;
}

/*ベース*/
p{word-wrap: break-word;}
input , select {vertical-align:middle!important;}
.form_body{box-sizing: border-box;line-height:1.8em;}
.form_body img{ margin-right:0px;}
.form_body h1{color:#000;transition: all 0.3s; display:block; vertical-align:middle; margin: 0;}
.form_body h1:hover{color:#dbe6e5;}
.form_body h1 img{height:30px; }
.form_body h2{ font-size:30px; padding:14px 10px 10px; margin:0 0 30px!important;}
.form_body h3{
	border:none;
	background-color:#04a18b;
	color:#fff;
	font-size:140%;
	font-weight:normal;
	padding:20px 0 16px;
	margin:0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
	text-align:center;
}
.form_body a{color: #04a18b;}
.form_body p, .form_body ul, .form_body li,.form_body a{margin:0;padding:0;}

/*装飾・微調整*/
#top_bar,#top_bar .inner,.form_body h2,.container{ margin: 0;}
#top_bar,#top_bar .inner,.container{ padding: 0;}
#top_bar .inner{
	margin: 0!important;
}
#top_bar {
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
}
#top_bar .inner{
    display: inline-block;
    font-size: 14px;
    padding: 12px 10px;
    font-weight: bold;
}
h1 {
    font-weight: bold;
    font-size: 14px;
}
#top_bar h1 img {
    width: 250px;
    display: inline-block;
    padding: 0;
    margin-right: 6px;
    vertical-align: middle;
}
.form_body h2 {
    font-size: 26px;
    padding: 1em;
    line-height: 1.5;
    background: linear-gradient(320deg, rgba(255, 242, 42, 0.5), rgba(103, 255, 223, 0.5));
    border-top: solid 2px #04a18b;
    border-bottom: solid 2px #04a18b;
}
h2.kanryo_h2{
    margin: 20px auto 0!important;
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 1.3em;
	background: #04a18b;
}
.choice h3{
	border-radius: 0;
}
.notes h2{
	background: none;
	border: none;
	font-size: 1.6em;
	padding: 10px 15px;
    line-height: 1.2;
}
span.form_important::after,span.form_important01::after,label.agree_btn::after{
	background: #e5002c;
	color:#fff;
	padding: 0.4em;;
	content:"必須";
	border-radius:4px;
	margin-left:10px;
	font-size:12px;
	font-weight: bold;
	display:inline-block;
	line-height: 1;
}
dd.address_input p {
    color: #04a18b;
    font-weight: bold;
    margin: 0.5em 0 0;
    line-height: 1;
}
.form_mt6{margin-top:6px;}
.form_mt10{margin-top:10px!important;}
.form_mb10{margin-bottom:10px;}
.form_mr20{margin-right: 16px;}
.form_ml20{margin-left: 16px;}
.form_ml5{margin-left: 5px;}

/*テーブル*/
.form_body dl{
	background: #d7f5f5;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.form_body dt,.form_body dd{padding: 1em 0 1em 1em;border-top: 1px solid #ccc;}
.form_body dt{
	width: 23%;
    float: left;
    background: #d7f5f5;
    color: #04a18b;
    font-weight: bold;
}
.form_body dd{
	background: #fff;
	margin-left: 25%;
	padding-bottom: 10px;
	word-break: break-word;
}
.form_body dd:after{
	content: '';
	display: block;
	clear: both;
}

/*section別css*/
section.form_custom_info{
	padding: 0 0 2em;
}
.form_item_info span{padding-right:10px; word-break: break-word;}
.form_item_info img{ width:200px; display:inline-block; vertical-align:middle;}
span.form_cell{ display:inline-block!important; width:3em!important;}

/*テキストボックス*/
.form_body input[type="text"],.form_body input[type="tel"]{
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 0;
    width: 50%;
    border: solid 2px #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 12px;
    transition: all 0.3s;
    font-size: 18px;
}
input::placeholder {
	font-size: 12px;
}
.form_body input[type="text"]:focus,.form_body input[type="tel"]:focus{
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
	border: solid 2px #666;
	}
.form_body input[type="text"]:focus + span,.form_body input[type="tel"]:focus + span{display: inline;}
.width150{ width:600px!important;}
.width100{ width:90%!important;}
.width30{ width:80px!important; margin-right:5px!important;}
.width30 + .arrow_box{margin:0px;}

/*規約部分*/
.form_kiyaku{
	font-size: 14px;
    text-align: center;
	line-height: 1.5;
}
.form_body span.form_attention{
    text-align: center;
    color: #db324d;
    font-size: 14px;
    display: block;
    font-weight: bold;
	margin: 1em auto 0;
}

p.daytime_input span.form_cell{
    padding: 1.35em 0;
    text-align: center;
	color: #04a18b;
    font-weight: bold;
}
p.daytime_input select{
	width: 35%;
    margin: 2% 0;
}

/*テキストエリア*/
.form_body textarea{
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 20px;
	width: 90%;
	height: 60px;
	border: solid 2px #ccc;
	border-radius: 4px;
	box-shadow: none;
	padding: 16px;
	transition: all 0.3s;
	font-size:18px;
}
	.form_body textarea:focus {
		box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
		border: solid 2px #666;
		}
	.form_body textarea:focus + span{display: inline;}

/*セレクト*/
.form_body select{
    cursor: pointer;
	font-size:16px!important;
    display: inline-block;
    width: 35%;
    padding:10px 10px;
    color: #000;
    border: 2px solid #ccc;
    border-radius: 4px;
}
@-moz-document url-prefix() {/*FF*/
.form_body select{padding:10px;}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {/*GC*/
.form_body select{padding:6px 10px 10px 10px;}
#pickupDate{ padding-top:10px!important;}
}
	.form_body select:focus {
		box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
		border: solid 2px #666;
		}
	.form_body select:focus + span{display: inline;}

input[type="radio"] {
	display: none;
}
input[type="radio"] + label{
	background:none;
	border-radius:6px;
	display: block;
	float: left;
	cursor: pointer;
	width: 118px;
	height:130px;
	margin:10px;
	padding: 10px 10px 6px;
	border: 2px solid #ccc;
	color: #04a18b;
	font-size: 14px;
	font-weight:bold;
	text-align: center;
	line-height: 1.4;
	transition: .2s;
}
input[type="radio"]:checked + label {
	background-color: #04a18b;
	color: #fff;
}
#boxSize{ padding-bottom:5px; width:100%; display: flow-root;}
#boxSize span{
	display:block;
	border-radius:4px;
	border: 2px solid #ccc;
	background: #ccc;
	color:#333;
	padding: 6px;
	font-size:11px;
	font-weight:normal;
	margin-top:2px;
	line-height:160%;
}
#boxSize img{ margin-top:2px;}
input[type="radio"] + label:hover{border: 2px solid  #04a18b;}
#boxSize input[type="radio"]:checked + label span{
	color: #333!important;
}
/*ラジオボタン
.form_body input[type="radio"]{
  display: none;
}
	.form_body input[type="radio"] + label{
	  padding-left: 30px;
	  position:relative;
	  margin-right: 20px;
	}
	.form_body input[type="radio"] + label::before{
	  content: "";
	  display: block;
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 20px;
	  height: 20px;
	  border: 1px solid #999;
	  border-radius: 50%;
	}
	.form_body input[type="radio"]:checked + label{
	  color: #e5002c;
	}
	.form_body input[type="radio"]:checked + label::after{
	  content: "";
	  display: block;
	  position: absolute;
	  top: 3px;
	  left: 3px;
	  width: 16px;
	  height: 16px;
	  background: #e5002c;
	  border-radius: 50%;
	}*/

/*注意事項*/
.arrow_box{
	margin:10px 20px 10px -16px;
	font-size:12px;
	color:#e5002c;
}
#agree{font-size: 16px;}

/*ボタン*/
.form_info_send{
	text-align:center;}
.form_btn {
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	width: 50%;
	margin: 1em 0;
	box-sizing: border-box;
	transition: 0.3s;
	padding: 0.6em;
	font-size: 1.8em;
}
#agree:checked ~ * .form_btn {
	background: #DB324D!important;
    border: 1px solid #DB324D;
    box-shadow: 0 8px 0 #a72037;
}
label.agree_btn {
    width: 20%;
}
.form_btn:hover {
	cursor: pointer;
	background: #ec506a;
}
/* 送信ボタン */
.form_btn {
	/* buttonタグのリセットCSS */
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	appearance: none;
	background: #DB324D!important;
    border: 1px solid #DB324D;
    box-shadow: 0 8px 0 #a72037;
	cursor: pointer; /* ポインターカーソルを表示 */
}
.form_btn[disabled] {
    background: #ddd!important;
    border: 1px solid #ddd;
    box-shadow: 0 8px 0 #ccc;
	cursor: not-allowed; /* クリック不可のカーソルを表示 */
}
.form_return_btn {
    text-align: center;
    background: #eee;
    display: block;
    text-decoration: none!important;
    color: #04a18b!important;
    font-size: 16px;
    z-index: 100;
    box-shadow: 0 3px 0 #aaa;
    font-weight: bold;
    width: 30%;
    padding: 0.5em!important;
    border-radius: 10px;
    margin: 4em auto 0!important;
}
.form_return_btn:hover {background:#ddd;}

/*SSL*/
.form_ssl ul{
	width: 100%;
    padding: 10px;
    background: #f2f2f2;
    border-radius: 4px;
    text-align: center;
    margin-top: 20px;
    list-style-type: none;
    font-size: 14px;
}
.form_ssl li{
	display:inline-block;
	vertical-align:middle;
}
div.privacy_policy{
	margin: 10px auto;
	text-align: center;
	font-size: 14px;
}

/*注意書き*/
.form_intro { margin:0 0 60px;}
.form_intro ul{margin-left:20px;}
.form_intro li{padding-top:6px;}

/* バー式ステップ表示 */
.step_bar li {
    line-height: 46px;
    color: #a6a6a6;
    text-decoration: none;
    padding: 0 15px 0 35px;
    background: #f7f7f7;
    display: inline-block;
}
/*スマホ・携帯電話買取前の注意事項*/

a.notes_btn {
	font-size:20px;
	text-align:left;
	position: relative;
	display: block;
	width: 500px;
	margin:10px auto;
	padding: 10px 10px 10px 100px;
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
	background: #DF0101;
	border-bottom: 2px solid #610B0B;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	background-image:url(/imgs/notes_btn_bk.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:cover;
}
	a.notes_btn:active {
		border-bottom: 2px solid #610B0B;
		box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	}
	a.notes_btn:active, a.notes_btn:hover{
		background: tomato;
		background-image:url(/imgs/notes_btn_bk.png);
		background-repeat:no-repeat;
		background-position:left top;
		background-size:cover;
	}
a.notes_btn span{
	color:#FF0;
}
.form_frame{
	border-left:1px solid #ccc; 
	border-right:1px solid #ccc; 
	border-bottom:1px solid #ccc; 
	padding:40px;
	text-align:center;
	display:block;
	vertical-align:middle;
	margin-bottom:-60px!important;
	}
.form_frame .btn01{
	margin: 1em auto;
}
.form_frame .btn01 a:after,.form_frame .btn01 a:before{display: none;}
.form_frame_top{ margin-top:40px;}

/*完了画面の宅配買取の流れ*/
.kanryo_flow{ width:1000px; margin:40px auto -100px;}
 }

 @media only screen and ( max-width : 480px ) {/*スマホ用*/


.kaisyu_attention{
	font-size: 14px;
	line-height: 1.2;
}

.kaisyu_attention p{
    margin: 1em 0!important;
}

.kaisyu_attention ul.form_bottom_reset{
    border: solid 1px #04a18b;
    padding: 1em;
    margin: 1em 0 0;
}

.kaisyu_attention ul.form_bottom_reset li:first-child{
	float: none;
	width: 100%;
	list-style: none;
	margin: 0 auto;
	list-style: none;
	padding: 0;
}
.kaisyu_attention ul.form_bottom_reset li:last-child{
	float: none;
	width: 100%;
	line-height: 1.5;
	list-style: none;
	color: #04a18b;
}
.kaisyu_attention ul.form_bottom_reset li:last-child a{
	text-decoration: underline;
}
.kaisyu_attention ul.form_bottom_reset li h3 {
    background: none;
    font-size: 1em;
    border-radius: 0;
    line-height: 1.5;
    border-bottom: solid 1px #04a18b;
    font-weight: bold;
	margin: 0 0 0.5em;
    padding: 0;
}
.form_body .container {
    margin: 0;
}
p{word-wrap: break-word;}
input , select {vertical-align:middle!important;}
.form_body{
	box-sizing: border-box;
	line-height:1.8em;
}
h1 {margin-left:3px; font-size:10px!important; margin-bottom:5px;line-height:100%;} 
span.h1{margin:0; display:block;}
#top_bar {
    height: 20px!important;
    margin: 0;
    padding: 0;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
}
#top_bar .inner {
	padding: 0!important;
}
h1 img{
    display: block;
    width: 250px!important;
}
h1 {
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 100;
    line-height: 1.6;
    text-align: left;
	width: 250px;
}
.form_body h1{color:#000;transition: all 0.3s;}
.form_body h2{
	font-size: 20px;
    padding: 1em;
    margin: 36px 0 0;
    background: linear-gradient(320deg, rgba(255, 242, 42, 0.5), rgba(103, 255, 223, 0.5));
    border-top: solid 2px #04a18b;
    border-bottom: solid 2px #04a18b;
}
.notes h2{
	background: none;
	border: none;
	font-size: 1.6em;
	padding: 10px 15px;
    line-height: 1.2;
}
.form_body h3{
	border:none;
	background-color:#04a18b;
	color:#fff;
	font-size:16px;
	font-weight:normal;
	padding:10px 0;
	margin:20px 0 0;
	border-radius: 10px 10px 0 0;
	text-align:center;
}
.form_body a{color: #04a18b;}
.form_body p, .form_body ul, .form_body li,.form_body a{margin:0;padding:0;}
section{ font-size:20px;}

/*装飾・微調整*/
h3.h2_satei{ width: 100%!important;}
dd.address_input p {
    color: #04a18b;
    font-weight: bold;
    margin: 0.5em 0 0;
    line-height: 1;
}
dd.address_input select {
	margin-bottom: 4%;
}
span.form_important::after,
span.form_important01::after,
.agree_btn::after{
	background: #e5002c;
    color: #fff;
    padding: 0.3em;
    content: "必須";
    border-radius: 4px;
    margin-left: 0.5em;
    font-size: 12px;
}
		.form_mt6{margin-top:6px;}
		.form_mb10{margin-bottom:10px;}
		.form_mr20{margin-right: 16px;}
		.form_ml20{margin-left: 16px;}
		
/*注意書き*/
.form_intro { 
	font-size: 14px;
    line-height: 1.5;
    border: solid 2px #f2f2f2;
    padding: 1.5em;
	margin: 3em 0 0;
}
.form_intro ul{margin-left:5%;}
.form_intro li{padding-top:6px;}

#agree{font-size: 16px;}

/*ボタン*/
.form_info_send{
	text-align:center;}
.form_btn {
    color: #fff;
    position: relative;
    display: inline-block;
    text-decoration: none;
    border-radius: 10px;
    padding: 0.75em;
    font-weight: bold;
    width: 95%;
    margin: 1.5em 0 3em;
    box-sizing: border-box;
    transition: 0.3s;
    font-size: 1.5em;
}
#agree:checked ~ * .form_btn {
	background: #DB324D!important;
    border: 1px solid #DB324D;
    box-shadow: 0 8px 0 #a72037;
}
label.agree_btn {
    width: 50%;
}
/* 送信ボタン */
.form_btn {
	/* buttonタグのリセットCSS */
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	appearance: none;
	background: #DB324D!important;
    border: 1px solid #DB324D;
    box-shadow: 0 8px 0 #a72037;
	cursor: pointer; /* ポインターカーソルを表示 */
}
.form_btn[disabled] {
    background: #ddd!important;
    border: 1px solid #ddd;
    box-shadow: 0 8px 0 #ccc;
	cursor: not-allowed; /* クリック不可のカーソルを表示 */
}


.form_btn:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 8px solid #ffffff;
}
.form_return_btn {
    text-align: center;
    background: #eee;
    display: block;
    text-decoration: none!important;
    color: #04a18b!important;
    font-size: 16px;
    position: relative;
    z-index: 100;
    box-shadow: 0 3px 0 #aaa;
    font-weight: bold;
    border-radius: 6px;
    padding: 10px!important;
    width: 50%;
    margin: auto!important;
}

/*SSL*/
.form_ssl ul{
	width:90%;
	padding:5%;
	background:#f2f2f2;
	border-radius:4px;
	text-align:center;
	margin-top:20px;
	list-style-type:none;
	font-size: 14px;
    line-height: 1.5;
}
.form_ssl li{
	display:inline-block;
	vertical-align:middle;
}
div.privacy_policy{
	margin: 10px auto;
	text-align: center;
	font-size: 12px;
    line-height: 1.5;
	font-weight: bold;
}
	 
/*section別css*/
section.form_item_info{
	text-align:center;
	padding: 0;
}
section.form_custom_info{
	padding: 0;
}
.form_item_info span{padding-right:5px;}
.form_item_info img{ width:200px; display:block; vertical-align:middle; margin:-20px auto 0px;}
.form_item_info dd > span{ display:block; word-break: break-word;}
span.form_cell{ display:inline-block!important; width:40px!important;}
p.daytime_input span.form_cell{
    display: block!important;
    width: 18%!important;
    float: left;
    padding: 1.35em 0;
    text-align: center;
	color: #04a18b;
    font-weight: bold;
}
p.daytime_input select{
    width: 80%;
    float: right;
    margin: 2% 0;
}
#fm .form_body .form_custom_info dl dd:first-child{
	width: 30%;
}
.form_pay_info p{ margin-bottom:10px;}

/*テーブル*/
.form_body dl{ font-size:16px;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;border-left: 1px solid #ccc;}
.form_body dt,.form_body dd{width: 90%;display: block;padding:1% 5%;margin:0;}
.form_body dt{background: #d7f5f5; color: #04a18b; font-weight: bold; text-align:center;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;}
.form_body dd{background: #fff; padding:5%; word-break: break-word;}

.form_item_info dt {
    font-size: 12px;
    line-height: 1.5;
}

.form_item_info dd {
    padding: 2% 4%;
    line-height: 1.5;
    width: auto;
    font-size: 14px;
}

/*テキストボックス*/
.form_body input[type="text"],.form_body input[type="tel"]{
	display: inline-block;
	vertical-align:middle;
	margin:0 0 2%;
	width:94%;
	height: 30px;
	border: solid 2px #ccc;
	border-radius: 4px;
	box-shadow: none;
    padding:10px;
	font-size:16px;
	transition: all 0.3s;
}
.form_body input[type="text"]:focus ,.form_body input[type="tel"]:focus{
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
	border: solid 2px #666;
}
input::placeholder {
	font-size: 14px;
}

	.form_body input[type="text"]:focus + span,.form_body input[type="tel"]:focus + span{display: inline;}
	.width28{ width:28%!important;}
	.width80{ width:80%!important;}
	.width28 + .arrow_box{margin:0px; display:block!important;}
/*注意事項*/
.arrow_box {
	display:block;
	margin:0px 20px 10px 0px;
	font-size:12px;
	color:#e5002c;
}
p.attention_r {
    float: left;
    margin: 0.9em 1em 0.5em!important;
    padding: 0!important;
	font-size: 80%;
}

/*テキストエリア*/
.form_body textarea{
    display: inline-block;
    width: 90%;
    height: 100px;
    border: solid 2px #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 16px;
    transition: all 0.3s;
    font-size: 16px;
}
	.form_body textarea:focus {
		box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
		border: solid 2px #666;
		}
	.form_body textarea:focus + span{display: inline;}
	
/*セレクト*/
.form_body select{
	cursor: pointer;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 8px 10px 10px;
    margin-bottom: 2%;
    color: #333;
    border: 2px solid #ccc;
    border-radius: 4px;
    background: #fff;
    vertical-align: middle;
    box-shadow: none;
}
	.form_body select:focus {
		box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
		border: solid 2px #666;
		}
	.form_body select:focus + span{display: inline;}
input[type="radio"] {
	display: none;
}
input[type="radio"] + label{
	background:none;
	border-radius:6px;
	box-sizing:border-box;
	display: block;
	float: left;
	cursor: pointer;
	width: 48%;
	margin: 1%;
	padding: 10px 10px 6px;
	border: 2px solid #ccc;
	color: #04a18b;
    font-size: 14px;
	font-weight:bold;
	text-align: center;
	transition: .2s;
	line-height:140%;
}

input[type="radio"]:checked + label {
	background-color: #04a18b;
	color: #fff;
}
#boxSize{ padding-bottom:5px; width:100%; vertical-align:middle; display: flow-root;}
#boxSize span{
	display: block;
	border-radius: 4px;
	background: #f2f2f2;
	color: #333;
	padding: 4px;
	font-size: 12px;
	margin: 2px 0 5px;
	line-height: 1.4;
}
#boxSize img{ width:80%; display:block; margin:auto;}
#boxSize input[type="radio"]:checked + label span{
	color: #333!important;
}
input[type="radio"] + label:hover{border: 2px solid  #04a18b;}
/*ラジオボタン
.form_body input[type="radio"]{
  display: none;
}
	.form_body input[type="radio"] + label{
	  padding-left: 30px;
	  position:relative;
	  margin-right: 20px;
	}
	.form_body input[type="radio"] + label::before{
	  content: "";
	  display: block;
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 20px;
	  height: 20px;
	  border: 1px solid #999;
	  border-radius: 50%;
	}
	.form_body input[type="radio"]:checked + label{
	  color: #e5002c;
	}
	.form_body input[type="radio"]:checked + label::after{
	  content: "";
	  display: block;
	  position: absolute;
	  top: 3px;
	  left: 3px;
	  width: 16px;
	  height: 16px;
	  background: #e5002c;
	  border-radius: 50%;
	}*/

/*規約部分*/
.form_kiyaku{
	margin:5% 0 0;
	font-size: 14px;
    text-align: center;
	line-height: 1.5;
}
.form_body span.form_attention{
    text-align: center;
    color: #db324d;
    font-size: 14px;
    display: block;
    font-weight: bold;
	margin: 1em auto 0;
}


/* バー式ステップ表示 */
.step_bar li {
    line-height: 46px;
    color: #a6a6a6;
    text-decoration: none;
    padding: 0 15px 0 35px;
    background: #f7f7f7;
    display: inline-block;
}
/*スマホ・携帯電話買取前の注意事項*/
.notes ul{
	list-style-type:none;
	padding-left:5px;
	padding-top:20px;
}
.notes li {
	position: relative;
	background:#d3e1e5;
	width:46%;
	margin-right:2%;
	margin-bottom:4%;
	border-radius:6px;
	display:inline-block;
}
.notes img {
	width:100%;
	height:auto;
}

.notes ul > li > p {
  position: absolute;
  font-size:2.4vw;
  line-height:140%;
  bottom: 10px;
  left: 0;
  text-align:center;
  margin:0 auto;
  padding: 10px 0 0;
  width:100%;
  }

.notes p {
  color: #04a18b;
  font-weight:bold;
  font-size:4vw;
  text-align:center;
  margin-bottom:40px;
}
a.notes_btn {
	font-size:16px;
	text-align:left;
	position: relative;
	display: block;
	width:80%;
	margin:10px auto;
	padding: 5% 5% 5% 15%;
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
	background: #DF0101;
	border-bottom: 2px solid #610B0B;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	background-image:url(/imgs/notes_btn_bk.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:cover;
}
	a.notes_btn:active {
		border-bottom: 2px solid #610B0B;
		box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	}
	a.notes_btn:active, a.notes_btn:hover{
		background: tomato;
		background-image:url(/imgs/notes_btn_bk.png);
		background-repeat:no-repeat;
		background-position:left top;
		background-size:cover;
	}
a.notes_btn span{color:#FF0;}
.form_frame{
	border-left:1px solid #ccc; 
	border-right:1px solid #ccc; 
	border-bottom:1px solid #ccc; 
	padding:5% 5% 0;
	text-align:center;
	display:block;
	vertical-align:middle;
	margin:0px -5% 10%!important;
}
.form_frame .btn01 a:after,.form_frame .btn01 a:before{display: none;}
.form_frame .btn01{
	margin: 2em 0;
}
.kanryo_step_box{margin-left:-10%;}
h3.kanryo_h2{
	width: 110%!important;
    margin: 20px -5% 0!important;
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 1.3em;
}
h2.kanryo_h2{
    margin: 20px auto 0!important;
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 1.3em;
	background: #04a18b;
}
.form_err{margin-top:20px;}
/*完了画面の宅配買取の流れ*/
.kanryo_flow{ background:#d3e1e5; margin:0 auto; padding-top:20px!important;}

.form_frame p.recept_num{
	padding: 1em;
	background: #d7f5f5;
	width: 85%;
	margin: 1em auto;
	color: #04a18b;
	font-size: 1.3em;
	font-weight: bold;
}

.formentrance_contents p {
    font-size: 1.5em;
    text-align: center;
    color: #04a18b;
    font-weight: bold;
    margin: 1em 0 0.5em;
}
.input_attention {
	color: red;
    font-weight: bold;
    text-align: center;
    font-size: 13px!important;
    background: #ffe8e8;
    padding: 1em;
    margin: 2em 0;
}
.formentrance_contents .input_attention p {
    color: red;
    margin: 0;
}
.formentrance_contents input[type="text"] {
    display: block;
	margin: auto;
    width: 70%;
    border: solid 2px #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 12px;
    transition: all 0.3s;
    font-size: 18px;
}

}

/* バー式ステップ表示 */
.step_bar_box {
    text-align: center;
    overflow: hidden;
    margin:1.5em 0;
}
.step_bar ol{list-style: none;width:100%!important;}
.step_bar li small {font-size: 80%;}
.step_bar li::after {
    position: relative;
    display: block;
    margin-top: -25px;
    margin-left: auto;
    margin-right: -25px;
    height: 22px;
    width: 20px;
    content: " ";
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    background: #f7f7f7;
    border-right: 1px solid white;
}

.step_bar li::before {
    float: right;
    display: block;
    margin-bottom: -25px;
    margin-left: auto;
    margin-right: -25px;
    height: 21px;
    width: 20px;
    content: "";
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
    background: #f7f7f7;
    border-right: 1px solid white;
}

.step_bar li:first-child {
    padding-left: 20px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.step_bar li:last-child {
    padding-left: 35px;
    padding-right: 40px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
.step_bar li:last-child::before { border: 0; background: transparent !important;}
.step_bar li:last-child::after {border: 0; background: transparent !important;}
.step_bar li.current {background: #04a18b;color: #fff;}
.step_bar li.current::before ,.step_bar li.current::after{background: #04a18b;}
.step_bar li.current:last-child {margin-right: -35px;}
.step_bar li.current:last-child::before {border: 0; background: transparent !important;}
.step_bar li.current:last-child::after { border: 0;background: transparent !important;}

.font80 {
    font-size: 80%;
    line-height: 1.5em;
	color: #333;
}
p.nomal_txt {
	color: #333!important;
	font-weight: normal!important;
	line-height: 1.3!important;
}
.font_r {
    color: #e5002c!important;
    font-weight: bold;
    padding: 0 0 0.8em!important;
}

.form_err{
	background:#FBEFF5;
	border:2px solid #e5002c;
	border-radius:6px;
	padding:20px;
	font-size:16px;
	color:#e5002c;
}
.form_err ul{
	margin-left:20px;
}

label.agree_btn {
    margin: 1em auto;
    text-align: center;
    display: block;
    font-size: 16px;
    padding: 0.5em;
    border-radius: 5px;
	background: #04a18b;
	color: #fff;
    font-weight: bold;
}
input[type=checkbox] {
	transform: scale(1.5);
	margin: 0 6px 3px 0.5em;
}

@media screen and (min-width:1025px) {/*PC用*/

	.kaisyu_attention{
		font-size: 14px;
		line-height: 1.2;
	}

	.kaisyu_attention p{
		margin: 1em 0;
	}

	.kaisyu_attention ul.form_bottom_reset{
		border: solid 1px #04a18b;
		padding: 1em;
		margin: 1em 0 0;
	}

	.kaisyu_attention ul.form_bottom_reset li:first-child{
		float: left;
		width: 22%;
		margin: 0 1em 0 0;
		list-style: none;
	}
	.kaisyu_attention ul.form_bottom_reset li:last-child{
		float: left;
		line-height: 1.5;
		list-style: none;
		color: #04a18b;
	}
	.kaisyu_attention ul.form_bottom_reset li:last-child a{
		text-decoration: underline;
	}
	.kaisyu_attention ul.form_bottom_reset li:last-child a:hover{
		opacity: 0.5;
	}
	.kaisyu_attention ul.form_bottom_reset li h3{
		border-right: solid 1px #04a18b!important;
		padding: 0.2em 1em 0 0;
		font-weight: bold;
		margin: 0;
		background: none!important;
		font-size: 14px!important;
		border-radius: 0;
	}
	.form_frame p.recept_num{
		padding: 1em;
		background: #d7f5f5;
		width: 50%;
		margin: 1em auto;
		color: #04a18b;
		font-size: 1.4em;
		font-weight: bold;
	}

	.formentrance_contents p {
		font-size: 1.5em;
		text-align: center;
		color: #04a18b;
		font-weight: bold;
		margin: 1em 0 0.5em;
	}
	.input_attention {
		color: red;
		font-weight: bold;
		text-align: center;
		font-size: 14px!important;
		background: #ffe8e8;
		padding: 1em;
		margin: 0;
	}
	.formentrance_contents .input_attention p {
		color: red;
		margin: 0;
	}
	.formentrance_contents input[type="text"] {
		display: block;
		margin: auto;
		width: 50%;
		border: solid 2px #ccc;
		border-radius: 4px;
		box-shadow: none;
		padding: 12px;
		transition: all 0.3s;
		font-size: 18px;
	}
}


@media screen and (min-width:481px) and ( max-width:1024px) {/*PC用*/
	.inner {
		width: 90%!important;
		margin: 0 auto!important;
		padding-bottom: 60px;
	}
	.notes li {
		width: calc(90%/3)!important;
	}

	.kaisyu_attention{
		font-size: 14px;
		line-height: 1.2;
	}

	.kaisyu_attention p{
		margin: 1em 0;
	}

	.kaisyu_attention ul.form_bottom_reset{
		border: solid 1px #04a18b;
		padding: 1em;
		margin: 1em 0 0;
	}

	.kaisyu_attention ul.form_bottom_reset li:first-child{
		float: left;
		width: 18%;
		margin: 0 1em 0 0;
		list-style: none;
	}
	.kaisyu_attention ul.form_bottom_reset li:last-child{
		float: left;
		width: 78%;
		line-height: 1.5;
		list-style: none;
	}
	.kaisyu_attention ul.form_bottom_reset li h3{
		border-right: solid 1px #04a18b!important;
		padding: 0.2em 1em 0 0;
		font-weight: bold;
		margin: 0;
		background: none!important;
		font-size: 14px!important;
		border-radius: 0;
	}
	.form_frame p.recept_num{
		padding: 1em;
		background: #d7f5f5;
		width: 50%;
		margin: 1em auto;
		color: #04a18b;
		font-size: 1.4em;
		font-weight: bold;
	}

	.formentrance_contents p {
		font-size: 1.5em;
		text-align: center;
		color: #04a18b;
		font-weight: bold;
		margin: 1em 0 0.5em;
	}
	.input_attention {
		color: red;
		font-weight: bold;
		text-align: center;
		font-size: 14px!important;
		background: #ffe8e8;
		padding: 1em;
		margin: 0;
	}
	.formentrance_contents .input_attention p {
		color: red;
		margin: 0;
	}
	.formentrance_contents input[type="text"] {
		display: block;
		margin: auto;
		width: 50%;
		border: solid 2px #ccc;
		border-radius: 4px;
		box-shadow: none;
		padding: 12px;
		transition: all 0.3s;
		font-size: 18px;
	}

}