/* ----------------------------------------------------------------------------
/* reset
---------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
}
body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}
a, a:link, a:active, a:visited, a:hover, a:focus {
  text-decoration: none;
}
body * {
  text-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: normal;
}
dl, dl dt, dl dd {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  vertical-align: top;
}
input[type=button],input[type=text],input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="email"], input[type="number"], input[type="tel"] {
  ime-mode: disabled;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
  position: relative;
  z-index: 1;
}
select::-ms-expand {
  display: none;
}
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
sup {
  font-size: 70%;
  vertical-align: top;
}
sub {
  font-size: 70%;
  vertical-align: bottom;
}
a {
  color: #333333;
}





/* ----------------------------------------------------------------------------
/* common
---------------------------------------------------------------------------- */
body {
  position: relative;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6em;
  color: #333333;
  -ms-transform: rotate(0.001deg);
}

header {
  position: fixed;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  text-align: center;
  z-index: 100;
}
header #logo img {
  height: 30px;
}

footer {
  width: 100%;
  margin-top: 100px;
  padding-top: 10px;
  padding-bottom: 40px;
  border-top: 1px solid #eeeeee;
  text-align: center;
}
footer #copyright {
  font-size: 14px;
  font-weight: 400;
}
#container {
  padding-top: 70px;
}

#container a[target="_blank"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  content: "\f24d";
  margin-left: 10px;
}

.title_block {
  position: relative;
  width: 780px;
  margin: 60px auto;
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}
.title_block:after {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: -1;
  content: '';
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}
.title_block h1 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
}
.title_block h1 span:nth-of-type(1) {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 4px dotted #cccccc;
  font-size: 30px;
}
.title_block h1 span:nth-of-type(2) {
  background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffff7f 0%) repeat scroll 0 0;
}
.title_block p {
  padding-left: 60px;
  padding-right: 60px;
}
.title_block p + p {
  margin-top: 10px;
}
.title_block .btn_block {
  width: 200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.title_block .btn_block a {
  display: block;
  padding: 20px;
  border: 1px solid #999999;
  font-weight: 700;
  font-size: 20px;
  color: #666666;
}
.title_block .btn_block a:after {
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  content: "\f078";
  margin-top: 5px;
}
.title_block .btn_block a:hover {
  background-color: #999999;
  color: #ffffff;
}
.subject_block {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #005bac;
}
.subject_block dl {
  color: #ffffff;
}
.subject_block dl dt {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
}
.subject_block dl dd {
  margin-left: auto;
  margin-right: auto;
}
.subject_block ul {
  margin-left: 20px;
  margin-right: 20px;
  line-height: 1.8em;
  text-align: center;
}
.subject_block ul li + li {
  margin-top: 20px;
}
.subject_block a {
  padding-bottom: 2px;
  border-bottom: 2px dotted #ffffff;
  color: #ffffff;
}
.subject_block a:hover,
.subject_block a:active,
.subject_block a:focus {
  border-bottom: none;
}

@media screen and (max-width: 900px) {
  .title_block {
    width: calc(100% - 122px);
  }
  .title_block p {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .subject_block ul li + li {
    margin-top: 0;
  }
  .subject_block ul {
    margin-left: 0;
    margin-right: 0;
    line-height: 1.6em;
    text-align: left;
  }
  .subject_block li {
    border-top: 1px solid #ffffff;
  }
  .subject_block a {
    position: relative;
    display: block;
    padding: 20px 20px 20px 40px;
    border: none;
  }
  .subject_block a:before {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
  }
  .subject_block a:hover,
  .subject_block a:active,
  .subject_block a:focus {
    background-color: #ffffff;
    color: #005bac;
  }
}

section {
  padding-top: 80px;
  padding-bottom: 100px;
}
section:nth-of-type(even) {
  background-color: #fafafa;
}
section h1 {
  margin-bottom: 20px;
  font-size: 46px;
  line-height: 1.2em;
  text-align: center;
}
section h1:nth-of-type(2) {
  margin-top: 100px;
}
section h2 {
  margin-top: 80px;
  margin-bottom: 40px;
  color: #005bac;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
}
section h2 span {
  font-size: 24px;
}
section h2 .sub{
 font-size: 18px;
 font-weight: 200;
 line-height: 0rem;
}
section .inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
section p + p {
  margin-top: 20px;
}
section figure {
  margin: 40px 20px;
  text-align: center;
}
section table {
  width: calc(100% - 1px);
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
section table th,
section table td {
  padding: 10px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  vertical-align: middle;
}
section table th {
  font-weight: 700;
}
section table thead th {
  background-color: #333333;
  color: #ffffff;
}
section table tbody th {
  background-color: #eeeeee;
}
section table td {
  font-size: 30px;
}
section table .btn_block {
  margin-top: 5px;
  margin-left: 40px;
  margin-right: 40px;
}
section table .btn_block a {
  display: block;
  padding: 5px;
  border: 2px solid #005bac;
  border-radius: 6px;
  background-color: #005bac;
  color: #ffffff;
  font-weight: 500;
}
section table .btn_block a:hover,
section table .btn_block a:active,
section table .btn_block a:focus {
  background-color: #ffffff;
  color: #005bac;
}
section .table_block + p {
  margin-top: 40px;
  font-weight: 500;
}

section .case_block {
  margin-top: 60px;
  padding: 20px 40px;
  border: 1px solid #999999;
  background-color: #ffffff;
}
section .case_block h3 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
section .case_block ul {
  list-style: disc;
  padding-left: 20px;
}
section .set_block {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #333333;
  background-color: #ffffff;
  text-align: center;
}
section .set_block dt {
  padding: 10px;
  background-color: #333333;
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
}
section .set_block li {
  padding: 10px;
}
section .set_block li + li {
  border-top: 2px dotted #cccccc;
}
section .set_block a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 10px;
}

@media screen and (max-width: 900px) {
  section .table_block {
    width: calc(100% - 4px);
    border: 2px solid #cccccc;
    overflow-x: scroll;
  }
  section .table_block table {
    width: 820px;
  }
}
@media screen and (max-width: 844px) {
  section .set_block {
    width: calc(100% - 44px);
  }
}
@media screen and (max-width: 600px) {
  section .set_block {
    text-align: left;
  }
  section .set_block dt {
    text-align: center;
  }
  section .set_block li {
    padding: 0;
  }
  section .set_block a {
    display: block;
    position: relative;
    padding: 20px 20px 20px 40px;
  }
  section .set_block a:before {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  section .set_block a:hover,
  section .set_block a:active,
  section .set_block a:focus {
    background-color: #666666;
    color: #ffffff;
  }
}

#end_block {
  background-color: #666666;
  color: #ffffff;
}
#end_block h1 {
  margin-bottom: 40px;
}
#end_block h2 {
  color: #ffffff;
}
#end_block ul {
  list-style: disc;
  padding-left: 20px;
}

@media screen and (min-width: 1001px) {
  section .inner {
    width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1000px) {
  section .inner {
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 900px) {

}

@media screen and (max-width: 600px) {

}


#contact dl {
  width: 800px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #aaaaaa;
  word-break: break-all;
}
#contact dl dt {
  padding: 20px;
  border-bottom: 1px solid #aaaaaa;
  font-size: 24px;
  color: #666666;
}
#contact dl dd {
  padding: 20px;
}
#contact dl dd p {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
}
#contact dl dd p span {
  display: block;
  font-weight: 500;
  font-size: 20px;
}
#contact dl dd div div {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
}
#contact dl dd div {
  margin-top: 20px;
}
#contact dl dd .mail div {
  line-height: 1.4em;
}
#contact dl dd .tel div:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2a0";
  margin-right: 10px;
}
#contact dl dd .mail div:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 10px;
}
#contact dl a:hover {
  background-color: #005bac;
  color: #ffffff;
}

@media screen and (max-width: 880px) {
  #contact dl {
    width: calc(100% - 80px);
  }
}

#contact_form {
  display: table;
  position: fixed;
  right: 50px;
  bottom: 40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 4px solid #ff6700;
  background-color: #ff6700;
  text-align: center;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
#contact_form a {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
  color: #ffffff;
}
#contact_form a:before {
  display: block;
  margin-bottom: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 40px;
  content: "\f0e0";
}
#contact_form:hover {
/*
  transform: scale(1.1);
*/
  background-color: #ffffff;
}
#contact_form:hover a {
  color: #ff6700;
}





/* ----------------------------------------------------------------------------
/* .form
---------------------------------------------------------------------------- */
.form #container {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1040px) {
  .form #container {
    width: calc(100% - 40px);
  }
}
.form #container h1 {
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
}
.form #container h2 {
  margin-bottom: 40px;
  color: #000000;
  font-size: 30px;
  text-align: center;
}
.form #container h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
.form #container .lead_block {
  margin-bottom: 40px;
}

.form.thanks #container .lead_block p + p {
  margin-top: 20px;
}
.form.thanks #container dl {
  margin-left: 40px;
  margin-right: 40px;
  border: 1px solid #cccccc;
  border-radius: 6px;
}
.form.thanks #container dl dt {
  padding: 20px;
  border-bottom: 1px solid #cccccc;
  font-weight: 500;
}
.form.thanks #container dl dd {
  padding: 20px;
}
.form.thanks #container dl dd .tel div:before {
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: 900;
}
.form.thanks #container dl dd .mail div:before {
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  content: "\f2b6";
  font-weight: 900;
}
.form.thanks #container dl dd .mail {
  margin-top: 10px;
}
.form.thanks #container dl dd div div {
  font-size: 24px;
  font-weight: 700;
}

.form #container #error_message {
  margin-bottom: 40px;
  padding: 20px;
  background-color: #db3a34;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}

.form #powered_by_me {
  display: block;
  font-size: 14px;
  text-align: center;
}
.form #powered_by_me a:after {
  display: none;
}
.form.thanks #powered_by_me {
  margin-top: 40px;
}

form {
  margin-bottom: 100px;
}
form .inner {
  width: 880px;
  margin-left: auto;
  margin-right: auto;
}
form > div {
  padding-top: 60px;
  padding-bottom: 60px;
}
form .company_block {
  background-color: #f2f3ef;
}
form .other_block {
  background-color: #eeeeee;
}
#container form .lead_block {
  margin-bottom: 20px;
}
form table {
  width: calc(100% - 1px);
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
}
form table th,
form table td {
  padding: 20px;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
form table th {
  width: 200px;
  background-color: #fafafa;
  font-weight: 700;
  vertical-align: middle;
}
form table caption {
  width: 200px;
  margin-left: auto;
  padding: 20px;
  background-color: #333333;
  border-radius: 20px 20px 0 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}
form table + table {
  margin-top: 60px;
}
form .alert {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #db3a34;
  color: #ffffff;
  font-weight: 500;
}
form .alert:after {
  position: absolute;
  left: 20px;
  bottom: -10px;
  content: '';
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #db3a34 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}
form .zip_block {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
}
form .zip_block label {
  margin-right: 10px;
  font-size: 20px;
}
form .zip_block input + input {
  margin-left: 20px;
}
form .required {
  padding: 2px 5px;
  border-radius: 4px;
  background-color: #db3a34;
  color: #ffffff;
  font-size: 14px;
}

form .btn_block {
  display: flex;
  margin-top: 80px;
}
form .btn_block li {
  width: calc(100% - 20px);
}
form .btn_block li + li {
  margin-left: 20px;
}

.form #container .btn_block a {
  display: block;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  background-color: #01172f;
  border: 2px solid #01172f;
  border-radius: 6px;
  color: #ffffff;
  font-weight: 700;
  transition: all .3s;
  text-align: center;
}
.form #container .btn_block a:hover,
.form #container .btn_block a:active,
.form #container .btn_block a:focus {
  background: none;
  color: #01172f;
}

@media screen and (max-width: 960px) {
  form .inner {
    width: calc(100% - 80px);
  }
  form table th,
  form table td {
    display: block;
  }
  form table th {
    width: calc(100% - 41px);
    background-color: #eeeeee;
  }
  form table td {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 600px) {
  form .inner {
    width: calc(100% - 40px);
  }
  form .btn_block {
    flex-direction: column-reverse;
  }
  form .btn_block li {
    width: 100%;
  }
  form .btn_block li + li {
    margin-left: 0;
    margin-bottom: 20px;
  }
  form table caption {
    margin-left: 0;
  }
  .form #container .btn_block a {
    width: calc(100% - 84px);
    margin-left: 20px;
    margin-right: 20px;
  }
}




form .chk_box {
  margin-bottom: 20px;
}
form .chk_box label {
  display: block;
  background-color: #ffffff;
  color: #333333;
  cursor: pointer;
}
form .chk_box label:hover,
form .chk_box label:active,
form .chk_box label:focus {
  background-color: #eeeeee;
}
form .chk_box label a {
  border-bottom: 1px dashed #333333;
}
.form .chk_box input[type="checkbox"] {
  display: none;
}
.form .chk_box li:nth-of-type(n+2) {
  border-top: 1px dashed #cccccc;
  border-left: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
}
.form .chk_box li:nth-of-type(1) {
  border-top: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
}
.form .chk_box li:last-of-type {
  border-bottom: 1px solid #b2b2b2;
}
.form .chk_box li:hover {
  background-color: #eeeeee;
}
.form .chk_box input[type="checkbox"] + span {
  display: block;
  position:relative;
  padding: 20px 20px 20px 60px;
}
.form .chk_box input[type="checkbox"] + span:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #999999;
  border-radius: 4px;
}
.form .chk_box input[type="checkbox"]:checked + span {
  font-weight: 700;
  color: #01172f;
  background-color: #eeeeee;
}
.form .chk_box input[type="checkbox"]:checked + span:after{
  display: block;
  position: absolute;
  top: 20px;
  left: 16px;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  font-size: 30px;
  color: #01172f;
}
.form .chk_box input[type="checkbox"] + span a:after {
  padding-left: 5px;
  padding-right: 5px;
  font-family: "Font Awesome 5 Free";
  content: "\f24d";
  font-weight: 900;
}








input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  width: calc(100% - 24px);
  padding: 16px 10px;
  border: 2px solid #cccccc;
  border-radius: 6px;
  background-color: #ffffff;
  font-size: 18px;
}

textarea {
  resize: vertical;
}
input[type="radio"] + label {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e7f2f4;
  font-weight: 500;
  cursor: pointer;
}
input[type="radio"] + label:hover,
input[type="radio"]:checked + label {
  background-color: #005bab;
  color: #ffffff;
}
input[type="radio"] + label span {
  display: flex;
  height: calc(100% - 40px);
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px){
  input[type="radio"] + label span {
    padding: 20px 10px;
  }
  ul li:first-of-type input[type="radio"] + label {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  ul li:last-of-type input[type="radio"] + label {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}
@media screen and (max-width: 768px){
  input[type="radio"] + label span {
    padding: 20px;
  }
  ul li:first-of-type input[type="radio"] + label {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  ul li:last-of-type input[type="radio"] + label {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}

input::placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder {
  color: #cccccc;
}
input::-ms-input-placeholder {
  color: #cccccc;
}
input[type="text"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="tel"]:focus::placeholder {
  color: #e6eff7;
}
input[type="text"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder {
  color: #e6eff7;
}
input[type="text"]:focus::-ms-input-placeholder,
input[type="email"]:focus::-ms-input-placeholder,
input[type="tel"]:focus::-ms-input-placeholder {
  color: #e6eff7;
}

input[type="submit"],
input[type="button"] {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  width: 100%;
  padding: 20px;
  border: 2px solid #01172f;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}
input[type="submit"] {
  background-color: #01172f;
  color: #ffffff;
}
input[type="submit"]:hover {
  background-color: #ffffff;
  color: #01172f;
}
input[type="button"] {
  background-color: #01172f;
  color: #ffffff;
}
input[type="button"]:hover {
  background-color: #ffffff;
  color: #01172f;
}
.zip_block input[type="button"] {
  padding: 10px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
}



input[type="submit"].first {
  border: 2px solid #ffffff;
  background-color: #01172f;
  color: #ffffff;
}
input[type="submit"].second {
  border: 2px solid #ffffff;
  background-color: #666666;
  color: #ffffff;
}
input[type="submit"].first:hover {
  border: 2px solid #01172f;
  background-color: #ffffff;
  color: #01172f;
}
input[type="submit"].second:hover {
  border: 2px solid #666666;
  background-color: #ffffff;
  color: #666666;
}


select.attention {
  background-color: #f8e5e5;
  outline: 4px solid #bb0000;
  border-color: #bb0000;
}
select {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  padding: 10px;
  border-radius: 6px;
  border: 2px solid #cccccc;
  font-size: 18px;
}
.sel_box {
  position: relative;
}
.sel_box:after {
  content: '';
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 30px;
  position: absolute;
  top: 25px;
  right: 10px;
  transform: translateY(-50%);
  color: #999999;
  z-index: 10;
}

/*
#estimate ul.chk_box {
  border-radius: 6px;
  border: 2px solid #cccccc;
}
.chk_box li + li {
  border-top: 2px solid #eeeeee;
}
*/
#contact ul.chk_box {
  margin-bottom: 0;
}

