@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap');
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-size: 14px;
}
h1 {
	text-align: center;
}
#adpos_form {
	max-width: 1200px;
	margin: 0 auto;
	
}
#adpos_form table {
	width: 100%;
    border-collapse: collapse;
}
#adpos_form table tr th,
#adpos_form table tr td {
	text-align: left;
    padding: 15px 10px;
    border: 1px solid #ccc;
    vertical-align: middle;
}
#adpos_form .adpos_table > tbody > tr > td:first-child {
	width: 20%;
	background: #f1f5f1;
}
#adpos_form ul li {
	list-style: none;
}
#adpos_form ul {
	margin: 0;
	padding: 0;
}
ul#paper_size li,
ul#conditions li {
	display: inline-block;
	margin-right: 15px;
	
}
ul#area ul {
	display: none;
}
/*ul#area .sub {
	margin-left: 50px;
	border-left: 1px solid #ccc;
	padding: 0 10px;
	margin-right: -10px;
}*/
/*ul#area .sub li:last-child h4:not(.open) {
	border-bottom: 0;
}*/
ul#area h3 {
	cursor: pointer;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	padding: 15px;
	position: relative;
}
ul#area h3:after {
	content: "\f107";
   	display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 30px;
    line-height: 30px;
    background: #06ab5c;
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    text-align: center;
}
ul#area h3.open:after {
	content: "\f106";
}
ul#area h4 {
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 15px;
	background: #fff;
	position: relative;
	border: 1px solid #abda9d;
}
ul#area h4:after {
	content: "\f107";
   	display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 1.2em;
}
ul#area h4.open:after {
	content: "\f106";
}
ul#area .sub {
	padding: 15px;
	background: #edf7ee;
	border-top: 1px solid #abda9d;
}
ul#area .sub > li {
	margin-bottom: 12px;
}
ul#area .sub > li:last-child {
	margin-bottom: 0;
}
ul#area .sub table {
	display: none;
	font-weight: bold;
	font-size: 14px;
}
ul#area > li {
	border: 1px solid #06ab5c;
    margin-bottom: 25px;
}
@media (min-width: 768px) {
    ul#area .sub > li:not(.open-wrap) {
        float: left;
        width: 32.3333%;
        margin: 0 0.5% 12px;
    }
    ul#area > li:not(.open-wrap) {
        float: left;
        width: 32.3333%;
        margin: 0 0.5% 25px;
    }
    ul#area .sub > li.open-wrap,
    ul#area > li.open-wrap {
        clear: both;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    ul#area .sub {
        overflow: hidden;
    }
}
#adpos_form .sub table tr th,
#adpos_form .sub table tr td {
    border: 1px solid #abda9d;
}
#adpos_form .sub table tr th {
	background: #abda9d;
	font-weight: 500;
}
#adpos_form .sub label {
	font-weight: bold;
}
#adpos_form textarea,
#adpos_form input[type="number"],
#adpos_form input[type="email"],
#adpos_form input[type="text"] {
	background-color: #fff;
	border-radius: 2px;
	color: #333;
	display: block;
	float: none;
	font-size: 14px;
	border: 1px solid #ccc;
	padding: 6px 10px;
	height: 38px;
	width: 100%;
	line-height: 1.3;
	outline: 0;
}
#adpos_form textarea:focus,
#adpos_form input[type="number"]:focus,
#adpos_form input[type="email"]:focus,
#adpos_form input[type="text"]:focus {
	border-color: #999;
}
#adpos_form textarea {
	min-height: 150px;
}
#adpos_form .total {
	font-size: 18px;
	color: #202020;
	font-weight: bold;
	text-align: center;
}
#adpos_form .total td {
	text-align: center;
}
#adpos_form .adpos_table > tbody .total td:first-child {
	background: #fff;
}
#adpos_form .total span {
	font-size: 1.333em;
	color: #ff3600;
}
.submit_btn {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.submit_btn #submit {
	padding: 10px 15px;
	position: relative;
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.06);
	height: auto;
	line-height: 31px;
	max-width: 240px;
	min-width: 200px;
	outline: 0;
	border: 0;
	cursor: pointer;
}
label {
    font-weight: 500;
}

#control-address .form-group {
    margin-left: -15px;
}
.submit_btn #submit {
    background-color: rgb(5, 172, 92);
}
#timeline{
    width:310px !important;
}
#adpos_form input[type=radio],
#adpos_form input[type=checkbox] {
	display: none;
}
#adpos_form input[type=checkbox] ~ label {
	padding-left: 20px;
	position: relative;
}
#adpos_form input[type=checkbox] ~ label:after {
	content: "\f096";
	font-family: FontAwesome;
	font-size: 16px;
    position: absolute;
    top: -3px;
    left: 3px;
    color: #b7b7b7;
    font-weight: 400;
}
#adpos_form input[type=checkbox]:checked + label:after {
    content: "\f14a"; 
    color: #4586e4;
}

#adpos_form input[type=radio] ~ label {
	padding-left: 20px;
	position: relative;
}
#adpos_form input[type=radio] ~ label:after {
	content: "\f1db";
	font-family: FontAwesome;
	font-size: 16px;
    position: absolute;
    top: -3px;
    left: 3px;
    color: #b7b7b7;
    font-weight: 400;
}
#adpos_form input[type=radio]:checked + label:after {
    content: "\f192"; 
    color: #4586e4;
}
.rowcalc .checked,
.rowcalc .checked ~ td {
	background: #fff;
}
#zippost table tr td {
    border: 0px !important;
    padding-left: 0px;
    padding-bottom: 1px !important;
    padding-top: 0px !important;

}
#zippost .addfl input[type="text"] {
       width: 15%;
    float: left;

}



#zippost table tr td {
    padding-left: 0px;
}

#zippost table {
    border: 0px !important;
    margin-bottom: 20px !important;
}

#zippost table tr td {
    padding-top: 8px !important;
    
}


#zippost .wrap_address1 label {
    float: left;
    margin-top: 7px;
     margin-right: 6px;
    margin-left: 6px;
}

#zippost .wrap_address1 .line-through {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 4px;
}

#zippost  .sline {
    padding-top: 0px !important;
}

.wpforms-required-label {
    background-color: #C00;
    padding: 4px 5px;
    font-size: 10px;
    color: #FFF;
    margin: 0;
        margin-right: 0px;
    margin-right: 5px;
    border-radius: 4px;
}

label.wpforms-error {
    display: block;
    color: #C00;
    font-size: 12px;
    float: none;
}

label.wpforms-messenger {
    display: block;
    font-size: 12px;
    float: none;
}


#fzip-error, #ezip-error, #city-error, #state-error, #street-error, 
#paper-size-error, #conditions-error, #area-error, #company-name-error,
#custom-name-error, #timeline-error, #address-error ,
#phone_number-error, #mailer-error, #custom_email_repeat-error{
    display: none;
}


.postcodezip {
  display: table;
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;
}
.itemtd {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.itemtd:nth-child(1) {
    width: 185px;
}.itemtd:nth-child(2) {
   min-width: 90%;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
    height: 28px !important;
}
.flatpickr-months .flatpickr-month {
    height: 35px !important;
}