@charset "utf-8";
@media screen and (max-width:374px) {
  .box_2nd_01 {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 58px;
  }
  /*  ▼▼パンくずナビ▼▼  */
  .page_navi_area {
    margin: 15px 15px 30px;
  }
  #page_navi_box {
    font-size: 13px;
  }
  #page_navi_box a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
  }
  #page_navi_box a:before {
    content: url("../img/home_icon.jpg");
    margin-right: 5px;
  }
  .navi_sp {
    padding-left: 10px;
    padding-right: 10px;
  }
  /*  ▲▲パンくずナビ▲▲  */
  .sub_title {
    text-align: center;
    margin-bottom: 45px;
  }
  .sub_title h3 {
    font-size: 5vw;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    max-width: 94%;
    margin-right: auto;
    margin-left: auto;
  }
  /*----- ▼▼▼ご挨拶(374px以下)▼▼▼ -----*/
  .greeting_box p {
    font-size: 17px;
    text-align: justify;
    line-height: 28px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  /*----- ▲▲▲ご挨拶(374px以下)▲▲▲ -----*/
  /*----- ▼▼▼会社概要(374px以下)▼▼▼ -----*/
  #overview {
    box-sizing: border-box;
    border-collapse: collapse;
    width: 100%;
  }
  #overview th, #overview td {
    font-size: 17px;
    padding: 10px 10px 10px 20px;
    display: block;
  }
  #overview th {
    background: #eee;
    text-align: left;
  }
  /*----- ▲▲▲会社概要(374px以下)▲▲▲ -----*/
}
@media screen and (min-width:375px) and (max-width:1000px) {
  .box_2nd_01 {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 58px;
  }
  /*  ▼▼パンくずナビ▼▼  */
  .page_navi_area {
    margin: 15px 15px 30px;
  }
  #page_navi_box {
    font-size: 13px;
  }
  #page_navi_box a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
  }
  #page_navi_box a:before {
    content: url("../img/home_icon.jpg");
    margin-right: 5px;
  }
  .navi_sp {
    padding-left: 10px;
    padding-right: 10px;
  }
  /*  ▲▲パンくずナビ▲▲  */
  .sub_title {
    text-align: center;
    margin-bottom: 45px;
  }
  .sub_title h3 {
    font-size: 4vw;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    max-width: 94%;
    margin-right: auto;
    margin-left: auto;
  }
  /*----- ▼▼▼ご挨拶(375-1000px)▼▼▼ -----*/
  .greeting_box p {
    font-size: 17px;
    text-align: justify;
    line-height: 28px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  /*----- ▲▲▲ご挨拶(375-1000px)▲▲▲ -----*/
  /*----- ▼▼▼会社概要(375-1000px)▼▼▼ -----*/
  #overview {
    box-sizing: border-box;
    border-collapse: collapse;
    width: 100%;
  }
  #overview th, #overview td {
    font-size: 17px;
    padding: 10px 10px 10px 20px;
    display: block;
  }
  #overview th {
    background: #eee;
    text-align: left;
  }
  /*----- ▲▲▲会社概要(375-1000px)▲▲▲ -----*/
}
@media screen and (min-width:1001px) and (max-width:1375px) {
  .box_2nd_01 {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
  }
  /*  ▼▼パンくずナビ▼▼  */
  .page_navi_area {}
  #page_navi_box {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 13px;
  }
  #page_navi_box a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
  }
  #page_navi_box a:before {
    content: url("../img/home_icon.jpg");
    margin-right: 5px;
  }
  .navi_sp {
    padding-left: 10px;
    padding-right: 10px;
  }
  /*  ▲▲パンくずナビ▲▲  */
  .sub_title {
    text-align: center;
    margin-bottom: 45px;
  }
  .sub_title h3 {
    font-size: 32px;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    width: 1100px;
  }
  /*----- ▼▼▼ご挨拶(1001-1375px)▼▼▼ -----*/
  .greeting_box p {
    font-size: 17px;
    text-align: justify;
    line-height: 28px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  /*----- ▲▲▲ご挨拶(1001-1375px)▲▲▲ -----*/
  /*----- ▼▼▼会社概要(1001-1375px)▼▼▼ -----*/
  #overview {
    box-sizing: border-box;
    border-collapse: collapse;
    width: 100%;
  }
  #overview th, #overview td {
    border: 1px solid #999;
    font-size: 17px;
    padding: 15px 10px 15px 20px;
  }
  #overview th {
    background: #eee;
    text-align: left;
  }
  /*----- ▲▲▲会社概要(1001-1375px)▲▲▲ -----*/
}
@media screen and (min-width:1376px) {
  .box_2nd_01 {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
  }
  /*  ▼▼パンくずナビ▼▼  */
  .page_navi_area {}
  #page_navi_box {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 13px;
  }
  #page_navi_box a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
  }
  #page_navi_box a:before {
    content: url("../img/home_icon.jpg");
    margin-right: 5px;
  }
  .navi_sp {
    padding-left: 10px;
    padding-right: 10px;
  }
  /*  ▲▲パンくずナビ▲▲  */
  .sub_title {
    text-align: center;
    margin-bottom: 45px;
  }
  .sub_title h3 {
    font-size: 32px;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    width: 1100px;
  }
  /*----- ▼▼▼ご挨拶(1376px以上)▼▼▼ -----*/
  .greeting_box {}
  .greeting_box p {
    font-size: 17px;
    text-align: justify;
    line-height: 28px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  /*----- ▲▲▲ご挨拶(1376px以上)▲▲▲ -----*/
  /*----- ▼▼▼会社概要(1376px以上)▼▼▼ -----*/
  #overview {
    box-sizing: border-box;
    border-collapse: collapse;
    width: 100%;
  }
  #overview th, #overview td {
    border: 1px solid #999;
    font-size: 17px;
    padding: 15px 10px 15px 20px;
  }
  #overview th {
    background: #eee;
    text-align: left;
  }
  /*----- ▲▲▲会社概要(1376px以上)▲▲▲ -----*/
}

table {
  border-collapse: collapse;
}


input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}
.btn_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(#4fb5ef, #0076b9 100%);
  border: 1px solid #005e94;
  border-radius: 12px;
  box-shadow: inset 0px 0px 2px 0px rgb(255, 255, 255);
  box-shadow: 0px 4px 4px 0px rgb(175, 175, 175);
  box-sizing: border-box;
  width: 30%;
  height: 50px;
  padding: 0 20px 0 20px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
.btn_01:hover {
  opacity: .7;
}
.btn_01:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 23px;
  margin-top: -7px;
}
.btn_01:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #005e94;
  box-shadow: 0px 0px 2px 0px rgb(255, 255, 255);
  position: absolute;
  top: 0;
  left: 50px;
}
 
input[type="text"],
textarea {
  background: #f8f8f8;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 480px;
  transition: 0.8s;
  border-radius: 0;
}
 
input[type="text"]:focus,
textarea:focus {
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
 
textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}
 
input::placeholder,
textarea::placeholder {
  color: #ccc;
}
 
::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
 
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
 
:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
 
.form-table {
  width: 100%;
  margin-bottom: 50px;
}
 
.form-table th,
.form-table td {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 20px;
}
 
.form-table th {
  background: #e5f3ff;
  padding-left: 50px;
  position: relative;
  text-align: left;
  width: 300px;
}

@media screen and (min-width:375px) and (max-width:1000px) {
.form-table th,
.form-table td {
  display: block;
  width: 100%;
  border-bottom: none;
}
}

.mandatory {
	font-size: 14px;
	font-weight: bold;
	color: #E41B62;
}

  /*----- ▼▼▼プライバシーポリシー▼▼▼ -----*/
.privacy01 {
  color: #494949;/*文字色*/
  border-bottom: double 5px #FFC778;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.privacy02 {
	margin-bottom: 50px;
}
.privacy03 {
	margin-bottom: 20px;
}