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


/*a:link {
	text-decoration: underline;
}*/

#content_wrap_full{
	width:1000px;
	margin: 10px auto 0;
}

#content_full{
	width: 1000px;
}
/*siphoneのデフォルトのスタイル無効化*/
input[type="submit"],
input[type="button"],
input[type="reset"]  {
  -webkit-appearance: none;
  border-radius: 0;
}

select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select {
    border-radius: 0px;
    border-color: rgb(169, 169, 169);
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
	-moz-rtl-ordering: logical;
	rtl-ordering: logical;
    color: dimgray;
    background-color: white;
    cursor: default;
    border-width: 1px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
	height: 40px;
}

.content_inner{
	width: 960px;
	margin: 0 auto 30px;
	line-height: 1.6em;
}

.ttl_spdmt{
	margin: 30px 0;
}

.ttl_step{
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 0 0 10px 0;
}
.sub_ttl_step{
	background: #ccc;
	margin-right: 10px;
	padding: 10px 15px;
	font-size: 1.2em;
	font-weight: bold;
}
.balloon{
	position: relative;
	padding: 17px;
	background-color: #ccc;
	border-radius: 5px; 
	display: inline-block;
	margin-right: 14px;
}
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -10px;
  top: 20px;
  border-left: 10px solid #ccc;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.spdmt_list{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}

.step1_list{
	margin: 0 0 20px 20px;
}

.step1_list li{
	margin: 0 0 5px 0;
}


.y-5{
	font-weight: bold;
	padding: 5px 0 0 5px;
}
caption{
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
}
table{
	margin: 0 auto;
	border-collapse: collapse;
}

td {
	padding: 5px 2px;
}

.table_colorchip{
	color: #f18d3a;
	font-weight: bold;
}

.table_colorchip td:first-child{
	width: 4em;
}

.table_ttl_spdmt{
	background: #a0cc6c;
}

.table_ttl_spdmt td{
	font-weight: bold;
}
.tokutxt{
	width: 950px;
	margin: 0 auto 5px;
	background-color: #eeeeee;
    border: 1px solid #cccccc;
	padding: 5px 10px;
}


ul.hayamihyo{
	margin-left: 40px;
}

.hayamihyo li {
	position: relative;
	display: inline;
	margin-right: 25px;
}

.hayamihyo li:after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.table_step1{
	border-collapse: collapse;
	width: 940px;
	margin-bottom: 10px;
}

.table_step1 td{
	border: 1px solid #cccccc;
}

.btn_back{
	display: inline-block;
	width: 380px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	font-weight: bold;
	border: 2px solid #f58e1d;
	margin: 10px auto 30px;
}

.btn_back::before,
.btn_back::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btn_back,
.btn_back::before,
.btn_back::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn_back {

}
.btn_back:hover {
	background-color: #fac183;
	color:#000;
}



.box_submit{
	width: 950px;
	margin:10px 0 20px;
	text-align: center;
}
.box_submit li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.box_submit form{
	display: inline-block;
}

.spdmt_submit{
	background-color:#f18c32;
	font-weight: bold;
	font-size: 1.2em;
	border: 1px solid #999;
	padding: 10px 30px;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.spdmt_quit{
	padding: 10px 30px;
}

.spdmt_submit:hover{
	background-color:#f4b464;
}


.back_red{
	background-color: #f6d8ad;
	padding: 10px 15px;
	font-size:1.1em;
	width: 940px;
	margin: 0 auto;
}
.txt_explanation{
	margin-bottom: 60px;
}

.s13-red{
	color: #c00; 
	font-weight: bold;
	font-size: 1.3em;
}

.point_title{
	margin-bottom: 10px;
}

.s11-red-b{
	color: #c00;
	font-weight: bold;
	font-size: 1.1em;
}

.s11-b{
	font-weight: bold;
}
.s15-blue{
	color: #136aba;
	font-weight: bold;
	font-size: 1.3em;
}

.s11-black-b{
	font-size: 1.2em;
	margin: 5px 0 10px;
}

.table_step2{
	border-collapse: collapse;
	width: 940px;
	margin-bottom: 10px;
}

.table_step2 td{
	border: 1px solid #cccccc;
}

.tokutxt2{
	margin-bottom: 20px;
}

.table_step2_address{
	border-collapse: collapse;
	width: 800px;
	margin-bottom: 10px;
}

.table_step2_address td{
	border: 1px solid #cccccc;
	padding: 5px 0 5px 5px;
}
.table_step2_address tr:nth-child(odd){
	background: #F9F9F9;
}

.sub_ttl_spdmt{
	font-weight: bold;
	font-size: 1.4em;
	margin: 40px 0 20px;
	padding: 10px 0 10px 15px;
	border-left: 5px solid #a0cc6c;
}


#anq{
	width: 800px;
	margin: 10px auto 20px;	
}
.ttl_anq{
	width: 800px;
	font-size: 120%;
    color: #009442;
	padding: 5px 0;
    border-bottom: 2px dotted #b1b1b1;
    margin: 25px auto 15px;
    font-weight: bold;
}

.box_do{
	width: 800px;
	margin: 0 auto 40px;
}



.ttl_do{
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	color: #cb3a36;
	margin-bottom: 1em;
}
.ttl_do_sp{
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	color: #cb3a36;
	margin-bottom: 1em;
}


.box_do_text p{
	font-size: 110%;
	margin-bottom: 1em;
}

.b-no{
	margin-bottom: 10px;
}
.fs08{
	font-size: 0.8em;
}
.fs12{
	font-size: 1.2em;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb60{
	margin-bottom: 60px;
}
.fl-r{
	float: right;
}

.fl-l{
	float: left;
}

.clearboth{
	clear: both;
	overflow: hidden;
}

.table_step2_block{
	width : 800px;
	margin : 0 auto;
	}

.souryou_text{
	width : 940px;
	margin : 5px auto 60px;
	color: #c00;
	text-align : right;
	}


.error_msg{
	color : #c00;
	margin : 0 0 15px 0;
	}
.error_msg2{
	color : #c00;
	margin : -50px 0 30px 400px;
	}


