@charset "UTF-8";
/***********************************************/
/* 目次 */
/*=============================================*/
/*   00.setting                                */
/*   01.common                                 */
/*   02.botton                                 */
/*   03.list                                   */
/*   04.content                                */
/*   05.animation                              */
/*   99.other                                  */
/*=============================================*/
/***********************************************/
/*=============================================*/
/*00.setting*/
/*=============================================*/
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

/*=============================================*/
/*01 common*/
/*=============================================*/
/* commons */
.mb2m {
	margin: 0 0 1.5em 0;
}
.mb10 {
    margin-bottom: 10px;
}
.fln {
    float: none !important;
}

.font-color01 {
	color: #db0000;
}
.bold {
    font-weight: bold;
}
html {
	font-size: 62.5%;
}

body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p, span, li, dt, dd, th, td {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: normal;
}

a {
	color: black;
}
a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration: none;
}

.page-header {
	margin: 10px auto 0;
	width: 980px;
	overflow: hidden;
}
.page-header .logo {
	float: left;
}
.page-header .tell {
	float: left;
	margin: 15px 0 0 50px;
}
.page-header span {
	display: block;
}

.page-footer {
	margin: 100px 0 0 0;
	background: url('../img/cmn/bg_footer01.gif') repeat-x 0 0;
	height: 266px;
}
.page-footer .re-top {
	margin: 0 auto;
	width: 980px;
	height: 30px;
}
.page-footer .re-top a {
	margin: -30px auto 0;
	float: right;
}
.page-footer nav {
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
}
.page-footer ul {
	float: left;
}
.page-footer .nav-list01 {
	width: 196px;
}
.page-footer .nav-list01 .retop {
	margin: 0 0 1.5em;
}
.page-footer .nav-list02 {
	width: 196px;
}
.page-footer .nav-list03 {
	margin: 1.5em 0 0 0;
	width: 196px;
}
.page-footer .nav-list04 {
	width: 196px;
}
.page-footer .nav-list05 {
	width: 196px;
}
.page-footer a {
	font-size: 13px;
	font-size: 1.3rem;
	text-decoration: underline;
}
.page-footer .foot-logo {
	margin: 1.5em 0 0 0;
}

.footer-text {
	margin: 25px 0 0 0;
	background: url('../img/cmn/bg_footer02.gif') repeat-x 0 0;
	height: 46px;
}
.footer-text .footer-text-inner {
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
}
.footer-text .footer-text-inner .foot-numbar {
	float: left;
	line-height: 46px;
}
.footer-text .footer-text-inner .foot-cr {
	float: right;
	line-height: 46px;
}

.bg_tile01 {
	margin: 10px 0;
	padding: 0 0 0 25px;
	background: url('../img/form/bg_title01.png') no-repeat 0 0;
	width: 980px;
	height: 40px;
	line-height: 40px;
	color: white;
}

/*=============================================*/
/*04 content*/
/*=============================================*/
.wiz {
	margin: 0 auto;
	width: 980px;
}

#content-warp {
	margin: 0 auto;
	width: 980px;
}

/*contentsContainer*/
/*==========*/
/*page*/
.page-form01 label, .page-form02 label, .page-form03 label {
	display: inline-block;
	margin: 0 10px 0 0;
}
.page-form01 table, .page-form02 table, .page-form03 table {
	width: 100%;
}
.page-form01 table th, .page-form02 table th, .page-form03 table th {
	padding: 25px 12px;
	background-color: #fffce7;
	border: 1px solid #e2e2e2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 300px;
	text-align: left;
	vertical-align: middle;
}
.page-form01 table th span, .page-form02 table th span, .page-form03 table th span {
	padding: 0 2px;
	vertical-align: middle;
    font-weight: bold;
}
.page-form01 table th img, .page-form02 table th img, .page-form03 table th img {
	vertical-align: middle;
}
.page-form01 table td, .page-form02 table td, .page-form03 table td {
	padding: 25px 15px;
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-form01 table .hint-box-area, .page-form02 table .hint-box-area, .page-form03 table .hint-box-area {
	padding: 0;
}

.page-form01 .b-box {
	padding: 15px;
	border: 1px solid #e2e2e2;
	background-color: #fff;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-form01 .b-box dt {
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
    font-weight: bold;
}
.page-form01 .b-box dt:first-child {
	margin: 0;
}
.page-form01 .b-box dd, .page-form01 .b-box span {
	overflow: hidden;
	font-size: 13px;
	font-size: 1.3rem;
}
.page-form01 .b-box .download-pdf {
	color: blue;
	text-decoration: underline;
	float: right;
}
.page-form01 .b-box .download-pdf:hover {
    text-decoration: none;
}
.page-form01 .hint-box01 {
	padding: 25px;
	background-color: #fafafa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-form01 .hint-box01 h2 {
	margin: 0 0 10px 0;
	text-indent: 1em;
}
.page-form01 .hint-box01 h2 a {
	margin: 0 5px 0 0;
}
.page-form01 .dam-size {
	float: left;
	background: url('../img/form/icn_dam.png') no-repeat 10px 50%;
	padding: 0 10px 0 116px;
	height: 79px;
}
.page-form01 .dam-size img {
	margin: 0 0 10px 0;
}
.page-form01 .dam-num {
	float: left;
	padding: 0 0 0 20px;
}
.page-form01 .dam-num img {
	margin: 0 0 10px 0;
}
.page-form01 .hint-box02 {
	padding: 25px;
	background-color: #fafafa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-form01 .hint-box02 h2 {
	margin: 0 0 10px 0;
	text-indent: 1em;
}
.page-form01 .hint-box02 h2 a {
	margin: 0 5px 0 0;
}
.page-form01 .hint-box02 dl {
	float: left;
	width: 500px;
}
.page-form01 .hint-box02 dd a {
	color: blue;
	text-decoration: underline;
}
.page-form01 .hint-box02 dd a:hover {
    text-decoration: none;
}
.page-form01 .hint-box02 .address-box {
	float: right;
}
.page-form01 .hint-box02 .address-box h3 {
	margin: 0 0 5px;
	text-indent: 10px;
    text-align: center;
}
.page-form01 .hint-box02 .address-box p {
	padding: 25px 15px;
	background-color: #fff4b1;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-form01 .approval-area .font-color01 {
    margin-left: 10px;
	font-size: 13px;
	font-size: 1.3rem;
}

.page-form02 input[type=email],
.page-form02 input[type=text] {
	display: block;
	width: 300px;
}
.page-form02 .user-data-address-area input[type=text] {
	display: inline-block;
}
.page-form02 input[type=text].user-data-address01 {
	width: 200px;
	margin: 0 5px;
}
.page-form02 .user-data-address02 {
	width: 150px;
}
.page-form02 .job-area span {
	display: block;
}
.page-form02 #seekAddress {
	display: inline;
}
.page-form02 textarea {
	width: 100%;
}
.page-form02 article {
	margin: 35px 0;
	width: 980px;
	height: 300px;
	border: 1px solid #e2e2e2;
	overflow: scroll;
}
.page-form02 article .rule {
	padding: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-form02 article .rule h2 {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #e2e2e2;
}
.page-form02 article .rule h3 {
	margin: 0 0 10px;
}
.page-form02 article .rule ol {
	padding: 0 0 0 20px;
    list-style-type: decimal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-form02 article .rule ol li {
    margin-bottom: 10px;
    list-style-type: decimal;
}
.page-form02 article .rule section {
	margin: 0 0 25px 0;
}
.page-form02 article .rule section:last-child {
	margin: 0;
}
.page-form02 .name_input {
    float: left;
    width: 40%;
}
.page-form02 .name_input input {
    display: inline-block;
    width: 180px;
}
.page-form02 .user-data-address-area p {
    margin-bottom: 4px;
}

.page-form03 td {
	overflow: hidden;
	vertical-align: middle;
}
.page-form03 td .goods-image {
	float: left;
	width: 110px;
	vertical-align: middle;
	text-align: center;
}
.page-form03 td .goods-data {
	display: inline-block;
	padding: 15px 10px 0 10px;
	float: left;
	width: 370px;
	border-right: 1px solid #e2e2e2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-form03 td .goods-data .goods-name {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.page-form03 td .decision-area {
	padding: 0 0 0 10px;
	float: left;
	width: 160px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-form03 td .decision-area .icon {
	margin: 0 0 15px;
	display: block;
}
.page-form03 td .decision-area label {
	display: block;
	/*float: left;*/
	margin: 0 10px 0 0;
}
.page-form03 .hint-box03 {
	border: 1px solid #e2e2e2;
}
.page-form03 .hint-box03 .b-box {
	padding: 25px;
	border: 1px solid #e2e2e2;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-form03 .hint-box03 h2 {
	margin: 0 0 10px 0;
	text-indent: 1em;
}
.page-form03 .hint-box03 h2 a {
	margin: 0 5px 0 0;
}
.page-form03 .hint-box03 section {
	padding: 25px;
	background-color: #fafafa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-form03 .hint-box03 dt {
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
}
.page-form03 .hint-box03 dt:first-child {
	margin: 0;
}
.page-form03 .hint-box03 dd {
	margin: 15px 0 0;
	overflow: hidden;
	font-size: 13px;
	font-size: 1.3rem;
}
.page-form03 .hint-box03 dd:first-child {
	margin: 0;
}
.page-form03 .hint-box03 span {
	overflow: hidden;
	font-size: 13px;
	font-size: 1.3rem;
}

.page-form04 .comp-info {
	padding: 10px 0;
	font-size: 13px;
	font-size: 1.3rem;
}
.page-form04 .from-comp-box {
	margin: 0 0 15px;
	padding: 20px;
	background-color: #fffbea;
}
.page-form04 .from-comp-box span, .page-form04 .from-comp-box p {
	font-size: 13px;
	font-size: 1.3rem;
}
.page-form04 .from-comp-box .comp-inner-title {
	display: block;
	padding: 0 0 15px;
	font-size: 18px;
	font-size: 1.8rem;
}
.page-form04 .from-comp-box .tell {
	margin: 10px 0 10px 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.page-form04 .info-text {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.page-form04 .pict-list {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.page-form04 .pict-list li {
	margin: 20px 10px;
	display: inline-block;
}
.page-form04 .info-comp-foot {
	background: url('../img/form/bg_comp_foot.gif') repeat-x 0 150px white;
}
.page-form04 .form-comp-retop {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.page-form04 .form-comp-retop a {
	text-decoration: underline;
	color: blue;
}

.submit-area {
	margin: 15px auto 0px;
	width: 980px;
	text-align: center;
}
.submit-area input {
    display: inline-block;
    padding: 10px;
}
.caution {
	display: block;
	color: #ff0000;
	margin: 10px 0;
}
.page-form01.type02 > form > table {
    margin-bottom: 30px;
}
.page-form01.type02 table th {
    padding: 15px;
    background: #f2e0cb;
    border: none;
}
.page-form01.type02 table td {
    padding: 20px;
    background: #f7f4e1;
    border: none;
}
.page-form01.type02 table td .bg-white {
    background: #fff;
    padding: 15px;
    overflow: hidden;error
}
.page-form01.type02 table .radio-area {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.page-form01.type02 table .radio-area .radio-item.current label {
    border: 2px solid #ffa346;
}

.page-form01.type02 table .radio-area p {
    padding-right: 13px;
    height: 90px;
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page-form01.type02 table .radio-area label {
    display: table-cell;
    width: 100%;
    height: 90px;
    padding: 6px 5px;
    background: #fff;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
}
.page-form01.type02 table .radio-area.radio-area02 p {
    height: 60px;
}
.page-form01.type02 table .radio-area.radio-area02 label {
    width: 470px;
    height: 60px;
}
.page-form01.type02 table .radio-area.radio-area03 {
    margin: 0;
}
.page-form01.type02 table .radio-area.radio-area03 p {
    display: block;
    width: 940px;
    height: 60px;
}
.page-form01.type02 table .radio-area.radio-area03 p.approval-auto {
    margin-bottom: 20px;
}
.page-form01.type02 table .radio-area.radio-area03 label {
    width: 940px;
    height: 60px;
}
.page-form01.type02 table .radio-area p.dam02 {
    width: 292px;
}
.page-form01.type02 table .radio-area p.dam01 {
    width: 376px;
}
.page-form01.type02 table .radio-area p.dam03 {
    width: 345px;
    padding-right: 0;
}
.page-form01.type02 table .radio-area p.transport-dam01 {
    width: 50%;
}
.page-form01.type02 table .radio-area p.transport-dam02 {
    width: 50%;
    padding-right: 0;
}
.page-form01.type02 table .radio-area label span {
    font-size: 1.3rem;
}
.page-form01.type02 .hint-box01,
.page-form01.type02 .hint-box02{
    background: #fff;
    padding: 15px;
}
.page-form01.type02 .hint-box-area h2 {
    margin: 0;
}
.page-form01.type02 .hint-box-area h2 a {
    display: block;
    padding: 3px; 
    background: url(../img/form/icn_08.png) 0 center no-repeat;
    font-size: 1.5rem;
    color: #ff6b1d;
}
.page-form01.type02 .hint-box-area h2 a.open {
    background: url(../img/form/icn_07.png) 0 center no-repeat;
}
.page-form01.type02 .b-box {
    padding: 15px 0;
    border: none;
}
.page-form01.type02 .b-box dd table th {
    background: #ffa346;
    color: #fff;
    font-weight: bold;
}
.page-form01.type02 .b-box dd table td {
    background: #fffadc;
}
.page-form01.type02 .b-box dd table td div.arrive-txt {
    float: left;
    width: 300px;
    font-size: 13px;
    font-size: 1.3rem;
}
.page-form01.type02 .b-box dd table td .arrive-table {
    float: right;
    width: 560px;
}
.page-form01.type02 .b-box dd table td .arrive-table table {
    width: 100%;
}
.page-form01.type02 .b-box dd table td .arrive-table th,
.page-form01.type02 .b-box dd table td .arrive-table td {
    padding: 5px;
    text-align: center;
    border: 1px solid #dcdcdc;
}
.page-form01.type02 .b-box dd table td .arrive-table th.thin {
    background: #ffe9d3;
    color: #000;
}
.page-form01.type02 .b-box dd table td .arrive-table td {
    background: #fff;
}
.page-form01.type02 .b-box dd table td .arrive-table .first {
    width: 30%;
}
.page-form01.type02 .b-box dd table td .arrive-table .red {
    color: #db0000;
    font-weight: bold;
}


    





/*=============================================*/
/*99.other*/
/*=============================================*/
.ui-datepicker-trigger {
	margin: 0 0 0 10px;
	font-size: 10px;
	font-size: 1rem;
}
.error {
    clear: both;
    display: block;
    color: #ff0000;
}
