@charset "UTF-8";
/* ==================================================
	breadcrumb（パンくず）
================================================== */
#breadcrumb {
  display: none;
  padding: 10px 0;
}

#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 767px) {
  #breadcrumb {
    display: block;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* ========== end △ */
#breadcrumb li {
  font-size: 13px;
  margin-right: 10px;
}

#breadcrumb li:first-child {
  color: #28a1c4;
  text-align: left;
  font-weight: bold;
}

#breadcrumb li::before {
  content: "\f105";
  margin-right: 6px;
  color: #28a1c4;
  font-size: 15px;
  font-family: FontAwesome;
}

#breadcrumb li:first-of-type::before {
  display: none;
}

#breadcrumb li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

#breadcrumb li a:hover {
  text-decoration: underline;
}

/* ==================================================
	pagination
================================================== */
.pagination {
  margin-top: 30px;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 767px) {
  .pagination {
    margin-top: 50px;
  }
}

/* ========== end △ */
.pagination .prev {
  float: left;
}

.pagination .next {
  float: right;
}

.pagination .back {
  text-align: center;
}

/* ==================================================
	breadcrumb（パンくず）
================================================== */
#breadcrumb {
  display: none;
  padding: 10px 0;
}

#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 767px) {
  #breadcrumb {
    display: block;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* ========== end △ */
#breadcrumb li {
  font-size: 13px;
  margin-right: 10px;
}

#breadcrumb li:first-child {
  color: #28a1c4;
  text-align: left;
  font-weight: bold;
}

#breadcrumb li::before {
  content: "\f105";
  margin-right: 6px;
  color: #28a1c4;
  font-size: 15px;
  font-family: FontAwesome;
}

#breadcrumb li:first-of-type::before {
  display: none;
}

#breadcrumb li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

#breadcrumb li a:hover {
  text-decoration: underline;
}

/* ==================================================
	pagination
================================================== */
.pagination {
  margin-top: 30px;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 767px) {
  .pagination {
    margin-top: 50px;
  }
}

/* ========== end △ */
.pagination .prev {
  float: left;
}

.pagination .next {
  float: right;
}

.pagination .back {
  text-align: center;
}

.cm_tt4 {
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.cm_tt4 span {
  font-size: 18px;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #27384a;
}

.cm_tt4 span:after {
  display: block;
  width: 8px;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(0%, #01b6e2), to(#2d6dfb));
  background: -webkit-linear-gradient(bottom, white 0%, #01b6e2 0%, #2d6dfb 100%);
  background: -o-linear-gradient(bottom, white 0%, #01b6e2 0%, #2d6dfb 100%);
  background: linear-gradient(0deg, white 0%, #01b6e2 0%, #2d6dfb 100%);
  z-index: 1;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  height: 100%;
}

.cm_tt1 {
  font-size: 24px;
  text-align: center;
  background-position: center bottom;
}

.cm_tt3 {
  font-size: 24px;
  letter-spacing: 3px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  background: url(../images/tt1_icon2.png) no-repeat center bottom;
  text-align: center;
}

.cm_tt3 em {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  color: #00b7df;
}

.cm_tt3 span {
  display: block;
  width: 100%;
}

.cm_tt3 span:first-letter {
  color: #00b7df;
}

.tt_page {
  background: url(../about/images/tt_page_bg.png) no-repeat center top;
  background-size: cover;
}

.tt_page.contact {
  background: url(../contact/images/tt_page_bg.png) no-repeat center top;
  background-size: cover;
}

.tt_page.corporate {
  background: url(../corporate/images/tt_page_bg.png) no-repeat center top;
  background-size: cover;
}

.tt_page.private {
  background: url(../private/images/tt_page_bg.png) no-repeat center top;
  background-size: cover;
}

.tt_page.zeimukaikei {
  background: url(../zeimukaikei/images/tt_page_bg.png) no-repeat center top;
  background-size: cover;
}

.tt_page .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 160px;
}

.tt_page .container h1 {
  font-size: 26px;
  letter-spacing: 3px;
  text-align: center;
}

.tt_page .container h1 span {
  font-size: 45px;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  display: block;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  font-weight: 500;
}

.tt_page .container h1 span:after {
  display: block;
  width: 60px;
  height: 1px;
  background: #fff;
  margin: 15px auto 10px;
  content: "";
}

.tt_page .container h1 strong {
  font-size: 16px;
  color: #fff;
}

/* about_sec*/
#main .about_sec .box1 {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 40px;
}

#main .about_sec .box1 .left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 30px 0;
  background: #f4f4f4;
  z-index: 2;
}

#main .about_sec .box1 .left .content {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0px;
}

#main .about_sec .box1 .left .content h2 {
  text-align: left;
  background-position: left bottom;
}

#main .about_sec .box1 .left .content p {
  margin-bottom: 20px;
  line-height: 2;
}

#main .about_sec .box1 .right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  z-index: 2;
  width: 100%;
  text-align: right;
}

#main .about_sec .box1 .right img {
  float: right;
}

#main .about_sec .box2 {
  padding: 40px 0 40px;
  background: url(../about/images/bg1.png) no-repeat center top 80px;
  background-size: 100% auto;
}

#main .about_sec .box2 h2 {
  margin-bottom: 40px;
}

#main .about_sec .box2 .container .wrap_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#main .about_sec .box2 .container .wrap_content:last-child {
  margin-bottom: 0;
}

#main .about_sec .box2 .container .wrap_content .content {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  border: 1px solid #17bde3;
  background: #fff;
  padding: 40px 20px;
}

#main .about_sec .box2 .container .wrap_content .content:last-child {
  margin-right: 0;
}

#main .about_sec .box2 .container .wrap_content .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 40px;
  top: -30px;
  background: #fff;
  padding: 0 20px;
}

#main .about_sec .box2 .container .wrap_content .content .title .number {
  color: #20719b;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 32px;
  margin-right: 10px;
}

#main .about_sec .box2 .container .wrap_content .content .title h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 100;
  padding-top: 0px;
}

#main .about_sec .box2 .container .wrap_content .content ul li {
  background: url(../about/images/ac.png) no-repeat left 5px;
  padding-left: 30px;
  margin-left: 0px;
}

#main .about_sec .box3 {
  padding: 40px 0;
  background: #20719b;
}

#main .about_sec .box3 .container h2 {
  color: #fff;
}

#main .about_sec .box3 .container h2:first-letter {
  color: #fff;
}

#main .about_sec .box3 .container table tr {
  border-bottom: 1px solid #fff;
}

#main .about_sec .box3 .container table tr th {
  color: #fff;
  padding: 20px 20px;
  font-size: 16px;
  font-weight: bold;
  width: 130px;
}

#main .about_sec .box3 .container table tr td {
  color: #fff;
}

#main .about_sec .box4 {
  padding: 40px 0;
}

#main .about_sec .box4 .container p {
  margin-bottom: 30px;
}

/* contact */
.contact_sec .box1 {
  padding: 40px 0;
}

.contact_sec .box1 .container .banner {
  border: 5px solid #55cfea;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0px;
  position: relative;
}

.contact_sec .box1 .container .banner .left {
  width: 100%;
  position: relative;
  z-index: 2;
}

.contact_sec .box1 .container .banner .left h2 {
  text-align: left;
  background-position: left bottom;
  position: relative;
  margin-bottom: 30px;
  padding-right: 70px;
}

.contact_sec .box1 .container .banner .left h2 span {
  position: absolute;
  top: -20px;
  width: 100px;
  height: 70px;
  background: url(../contact/images/ac.png) no-repeat center top;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: -25px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}

.contact_sec .box1 .container .banner .left p {
  font-size: 16px;
  margin-bottom: 10px;
}

.contact_sec .box1 .container .banner .left .ac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_sec .box1 .container .banner .left .ac ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact_sec .box1 .container .banner .left .ac ul li {
  width: 100%;
  color: #00b7df;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1;
}

.contact_sec .box1 .container .banner .left .ac ul li:first-child p {
  text-align: left;
  font-size: 14px;
  margin-left: 40px;
  text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 420px) {
  .contact_sec .box1 .container .banner .left .ac ul li:first-child p {
    font-size: 12px;
    margin-left: 0;
  }
}

/* ========== end △ */
.contact_sec .box1 .container .banner .left .ac ul li span {
  font-size: 22px;
  font-family: "Barlow Condensed", sans-serif;
  padding-bottom: 2px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 420px) {
  .contact_sec .box1 .container .banner .left .ac ul li span {
    font-size: 16px;
  }
}

/* ========== end △ */
.contact_sec .box1 .container .banner .left .ac ul li em {
  font-size: 35px;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1.3;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 420px) {
  .contact_sec .box1 .container .banner .left .ac ul li em {
    font-size: 25px;
  }
}

/* ========== end △ */
.contact_sec .box1 .container .banner .left .ac ul li p {
  color: #333;
  font-size: 14px;
  text-align: center;
}

.contact_sec .box1 .container .banner .right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32vw;
  z-index: 1;
}

.contact_sec .box2 {
  padding-bottom: 40px;
}

.contact_sec .box2 .container > p {
  margin-bottom: 30px;
}

.contact_sec .box2 .container > p a {
  color: #20719b;
}

.contact_sec .box2 .container form .ninni {
  background: #00b7df;
  width: 50px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  float: right;
  font-size: 13px;
  color: #fff;
  position: absolute;
  right: 20px;
  height: 30px;
  top: 0px;
  bottom: 0;
  margin: auto;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", 'Noto Sans JP', "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contact_sec .box2 .container form .hissu {
  background: #f79f07;
  color: #fff;
  width: 50px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  float: right;
  font-size: 13px;
  position: absolute;
  right: 20px;
  height: 30px;
  top: 0px;
  bottom: 0;
  margin: auto;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", 'Noto Sans JP', "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contact_sec .box2 .container form .wrap_table {
  background: #f8f8f8;
  padding: 25px;
  margin-bottom: 50px;
}

.contact_sec .box2 .container form table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact_sec .box2 .container form table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.contact_sec .box2 .container form table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px dotted #cdcdcd;
}

.contact_sec .box2 .container form table tr:first-child {
  border-top: 1px dotted #cdcdcd;
}

.contact_sec .box2 .container form table tr:last-child {
  border-bottom: none;
}

.contact_sec .box2 .container form table tr .inner {
  height: auto !important;
}

.contact_sec .box2 .container form table tr th {
  min-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  padding: 20px 0 20px 0;
  height: auto;
  color: #333;
}

.contact_sec .box2 .container form table tr th.spec .inner {
  padding-left: 105px;
}

.contact_sec .box2 .container form table tr th em {
  font-size: 12px;
  font-weight: normal;
}

.contact_sec .box2 .container form table tr th strong {
  font-weight: bold;
}

.contact_sec .box2 .container form table tr th .inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 0px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_sec .box2 .container form table tr th .inner p {
  margin-top: -30px;
}

.contact_sec .box2 .container form table tr td {
  padding: 0px 10px 20px 10px;
  width: 900px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_sec .box2 .container form table tr td .w70 {
  width: 70%;
}

.contact_sec .box2 .container form table tr td .w30 {
  width: 15%;
}

.contact_sec .box2 .container form table tr td .red {
  color: red;
}

.contact_sec .box2 .container form table tr td .wrap {
  width: 100%;
}

.contact_sec .box2 .container form table tr td .wrap .flex_spec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_sec .box2 .container form table tr td .wrap .flex_spec span.mr10 {
  width: 70px;
}

.contact_sec .box2 .container form table tr td .wrap .flex_spec .w100 {
  width: 35%;
}

.contact_sec .box2 .container form table tr td p {
  margin-bottom: 20px;
}

.contact_sec .box2 .container form table tr td p:last-child {
  margin-bottom: 0;
}

.contact_sec .box2 .container form table tr td .w60 {
  width: 30%;
}

.contact_sec .box2 .container form table tr td .list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.contact_sec .box2 .container form table tr td .list1 li {
  width: auto;
  margin-bottom: 10px;
}

.contact_sec .box2 .container form table tr td .list1 li input[type=radio] {
  height: auto;
}

.contact_sec .box2 .container form table tr td .list1 li:last-child {
  width: 100%;
}

.contact_sec .box2 .container form table tr td .list1 li:nth-child(1) {
  margin-right: 120px;
}

.contact_sec .box2 .container form table tr td .list1 li:last-child input[type=text] {
  width: 50%;
  margin-left: 20px;
}

.contact_sec .box2 .container form table tr td .list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.contact_sec .box2 .container form table tr td .list2 li {
  width: 33%;
}

.contact_sec .box2 .container form table tr td .list2 li:first-child {
  margin-right: 30px;
}

.contact_sec .box2 .container form table tr td .spec {
  margin: 10px 0;
}

.contact_sec .box2 .container form table tr td .w360 {
  width: 480px;
  margin-left: 10px;
}

.contact_sec .box2 .container form table tr td .w370 {
  width: 360px;
}

.contact_sec .box2 .container form table tr td .w490 {
  width: 430px;
}

.contact_sec .box2 .container form table tr td .w130 {
  width: 130px;
  margin-left: 10px;
}

.contact_sec .box2 .container form table tr td .w100 {
  width: 100%;
}

.contact_sec .box2 .container form table tr td input, .contact_sec .box2 .container form table tr td select {
  border: 1px solid #dadada;
  height: 40px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", 'Noto Sans JP', "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contact_sec .box2 .container form table tr td textarea {
  border: 1px solid #dadada;
  height: 150px;
  width: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", 'Noto Sans JP', "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow: auto;
}

.contact_sec .box2 .container form table tr td .flex_spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact_sec .box2 .container form table tr td .zip {
  display: inline-block;
  color: #f89b00;
  margin-left: 20px;
  background: url(../common_img/side_row.png) no-repeat left center;
  padding-left: 20px;
}

.contact_sec .box2 .container form .box_submit {
  text-align: center;
  font-size: 14px;
  margin: 40px 0 0;
}

.contact_sec .box2 .container form .box_submit a {
  color: #333;
}

.contact_sec .box2 .container form .box_submit span {
  line-height: 1.8;
}

.contact_sec .box2 .container form .box_submit.confirm input {
  padding: 10px 20px;
  width: 224px;
  cursor: pointer;
  margin-bottom: 5px;
  color: #333;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", 'Noto Sans JP', "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  z-index: 2;
}

.contact_sec .box2 .container form .box_submit.confirm input:hover {
  background: #f4c2c1;
  color: #fff;
  border: 1px solid #4d4d4c;
}

.contact_sec .box2 .container form .link_spec {
  margin-top: 10px;
}

.contact_sec .box2 .container form .btn_sec_wrap {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.contact_sec .box2 .container form .btn_sec_wrap span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  color: #fff;
  min-width: 90%;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  position: absolute;
  bottom: -3px;
  right: -3px;
  z-index: 1;
}

.contact_sec .box2 .container form .btn_sec_wrap:hover .btn_confirm2 {
  color: #fff;
}

.contact_sec .box2 .container form .btn_sec_wrap:hover:after {
  right: 0;
  opacity: 0;
}

.contact_sec .box2 .container form .btn_sec_wrap1 {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.contact_sec .box2 .container form .btn_sec_wrap1 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  color: #fff;
  min-width: 90%;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  position: absolute;
  bottom: -3px;
  right: -3px;
  z-index: 1;
}

.contact_sec .box2 .container form .btn_sec_wrap1:hover .btn_confirm2 {
  color: #fff;
}

.contact_sec .box2 .container form .btn_sec_wrap1:hover:after {
  left: 0;
  opacity: 0;
}

.contact_sec .box2 .container form .btn_sec_wrap .btn_confirm2, .contact_sec .box2 .container form .btn_sec_wrap1 .btn_confirm2 {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  width: 100%;
  padding: 0 30px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-top: 20px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", 'Noto Sans JP', "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #20719b;
  border: none;
  position: relative;
  z-index: 2;
}

.contact_sec .box2 .container form .btn_sec_wrap .btn_confirm2:hover, .contact_sec .box2 .container form .btn_sec_wrap1 .btn_confirm2:hover {
  background: #f89b00;
  color: #fff;
}

.contact_sec .box2 .container form .btn_sec_wrap .btn_confirm2:hover:after, .contact_sec .box2 .container form .btn_sec_wrap1 .btn_confirm2:hover:after {
  right: 0;
  opacity: 0;
}

.contact_sec .box2 .container form .contact_sec .box2 .container form .btn_sec_wrap:after, .contact_sec .box2 .container form .btn_sec_wrap:after {
  width: 32px;
  height: 100%;
  position: absolute;
  right: 20px;
  top: 0;
  color: #fff;
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 3;
}

.contact_sec .box2 .container form .contact_sec .box2 .container form .btn_sec_wrap1:after, .contact_sec .box2 .container form .btn_sec_wrap1:after {
  content: "\f105";
  width: 32px;
  height: 100%;
  position: absolute;
  right: 0;
  left: 20px;
  font-family: "FontAwesome";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 0;
  color: #fff;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background: url(../common_img/row1.png) no-repeat center center;
  z-index: 3;
}

.contact_sec .box3 {
  padding: 40px 0;
  background: #f4f4f4;
}

.contact_sec .box3 .container p {
  margin-bottom: 20px;
}

.contact_sec .box3 .container p a {
  color: #20719b;
  letter-spacing: 0;
}

.contact_sec .box3 .container p:last-child {
  margin-bottom: 0;
}

.contact_sec .box3 .container ul {
  margin-bottom: 20px;
}

.contact_sec .box3 .container ul li {
  list-style-type: disc;
  margin-left: 20px;
  color: #20719b;
}

.contact_sec .box3 .container ul li span {
  color: #000;
}

/* zei */
.zei_sec .box1 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.zei_sec .box1 .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.zei_sec .box1 .container ul .module-border-wrap {
  width: 48%;
  background: -webkit-gradient(linear, left bottom, left top, from(#2f6afc), to(#00b7e1));
  background: -webkit-linear-gradient(bottom, #2f6afc, #00b7e1);
  background: -o-linear-gradient(bottom, #2f6afc, #00b7e1);
  background: linear-gradient(to top, #2f6afc, #00b7e1);
  padding: 1px;
  margin-bottom: 20px;
}

.zei_sec .box1 .container ul .module {
  background: #fff;
  color: white;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #000;
  text-align: center;
  position: relative;
  padding: 10px 0;
}

.zei_sec .box1 .container ul .module span {
  font-size: 16px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.zei_sec .box1 .container ul .module:hover {
  background: #00b7df;
}

.zei_sec .box1 .container ul .module:hover:after {
  bottom: 0;
  opacity: 0;
}

.zei_sec .box1 .container ul .module:hover span, .zei_sec .box1 .container ul .module:hover strong {
  color: #fff;
}

.zei_sec .box1 .container ul .module strong {
  display: block;
  color: #00b7df;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-top: -5px;
  font-size: 12px;
}

.zei_sec .box2 {
  padding: 40px 0;
}

.zei_sec .box2.bg0 {
  background: #f4f4f4;
  position: relative;
}

.zei_sec .box2.bg2 {
  background: #f4f4f4;
  position: relative;
}

.zei_sec .box2 .container {
  position: relative;
  z-index: 2;
}

.zei_sec .box2 .container .wrap_spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zei_sec .box2 .container .wrap_spec .wrap_spec_inner {
  width: 100%;
  margin-right: 20px;
}

.zei_sec .box2 .container .wrap_spec .wrap_spec_inner > table {
  width: 100%;
  margin-bottom: 30px;
  margin-left: 20px;
}

.zei_sec .box2 .container .wrap_spec .wrap_spec_inner > table tr td {
  border: 1px solid #d3d3d3;
  padding: 15px;
}

.zei_sec .box2 .container .wrap_spec .wrap_spec_inner > table tr td:last-child {
  width: 50px;
}

.zei_sec .box2 .container .wrap_content .content {
  margin-bottom: 40px;
  margin-left: 20px;
}

.zei_sec .box2 .container .wrap_content .content .cm_tt4 {
  margin-left: -20px;
}

.zei_sec .box2 .container .wrap_content .content h4 {
  font-size: 16px;
  color: #20719b;
  margin-bottom: 10px;
}

.zei_sec .box2 .container .wrap_content .content p {
  margin-bottom: 20px;
}

.zei_sec .box2 .container .wrap_content .content p .red {
  color: red;
}

.zei_sec .box2 .container .wrap_content .content p:last-child {
  margin-bottom: 0;
}

.zei_sec .box2 .container .wrap_content .content p.spec {
  font-weight: bold;
}

.zei_sec .box2 .container .wrap_content .content p.spec2 span {
  display: inline-block;
  border: 1px solid #00b7df;
  color: #00b7df;
  padding: 10px 20px;
  font-weight: bold;
}

.zei_sec .box2 .container .wrap_content .content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.zei_sec .box2 .container .wrap_content .content dl dt {
  min-width: 100px;
}

.zei_sec .box2 .container .wrap_content .blue_sec {
  background: url(../corporate/images/bg.png) no-repeat center top;
  background-size: cover;
  padding: 15px;
  color: #fff;
}

.zei_sec .box2 .container .wrap_content .blue_sec h5 {
  font-size: 18px;
  margin-bottom: 20px;
}

/* Corporate */
.corporate_sec .box1 {
  padding-top: 40px;
}

.corporate_sec .box1 .container .banner {
  background: url(../corporate/images/bg.png) no-repeat center top;
  background-size: cover;
  padding: 20px;
  margin-bottom: 40px;
}

.corporate_sec .box1 .container .banner h2 {
  color: #fff;
  margin-bottom: 30px;
}

.corporate_sec .box1 .container .banner h2::first-letter {
  color: #fff;
}

.corporate_sec .box1 .container .banner .ac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.corporate_sec .box1 .container .banner .ac .left {
  width: 100%;
}

.corporate_sec .box1 .container .banner .ac .left p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px;
}

.corporate_sec .box1 .container .banner .ac .left p:last-child {
  margin-bottom: 0;
}

.corporate_sec .box1 .container .banner .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.corporate_sec .box1 .container .banner .right img {
  width: 60%;
}

.corporate_sec .box2 {
  padding-bottom: 40px;
}

.corporate_sec .box2 .container h2 {
  margin-bottom: 50px;
}

.corporate_sec .box2 .container .wrap_content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.corporate_sec .box2 .container .wrap_content .content:last-child {
  margin-bottom: 0;
}

.corporate_sec .box2 .container .wrap_content .content .left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  margin-bottom: 20px;
}

.corporate_sec .box2 .container .wrap_content .content .left p {
  margin-bottom: 30px;
}

.corporate_sec .box2 .container .wrap_content .content .left p:last-child {
  margin-bottom: 0;
}

.corporate_sec .box2 .container .wrap_content .content .left h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.corporate_sec .box2 .container .wrap_content .content .left h3 strong {
  font-size: 20px;
}

.corporate_sec .box2 .container .wrap_content .content .right {
  width: 100%;
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
}

.corporate_sec .box2 .container .wrap_content .content .right span {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 24px;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #20719b;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  position: absolute;
  top: -20px;
  left: 10px;
  z-index: 2;
}
.check_lst li {
  padding-left: 18px;
  position: relative;
  color: #fff;
}

.check_lst li::before {
  content: "";
    position: absolute;
    top: .3em;
    left: 0;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 5px;
    height: 10px;
    border-right: 3px solid #00B7DF;
    border-bottom: 3px solid #00B7DF;
}
