@charset "UTF-8";
@import url("//use.fontawesome.com/releases/v5.5.0/css/all.css");
#header {
  border-top: 0;
}

.outsideBanner {
  display: none;
}

#main {
  padding: 0;
}
#main #main_wrap {
  width: auto;
  padding: 0;
}
#main #main_wrap #breadcrumb, #main #main_wrap .title-wrap {
  display: none;
}
#main #main_wrap #contents {
  float: none;
  padding: 0;
  width: 100%;
}
#main #main_wrap #contents a {
  text-decoration: none;
}

@media only screen and (max-width: 480px) {
  #pagetop {
    display: none !important;
  }
}

#__restructuring__ {
  position: relative;
  color: #212121;
  text-align: left;
}
#__restructuring__ img {
  max-width: 100%;
}

.button {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}
.button:hover {
  color: #fff;
  margin: 2px 0 -2px;
}

.head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: url(./img/bg_head.jpg) no-repeat center bottom;
  background-size: cover;
  height: 454px;
  position: relative;
}
.head__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  max-width: 1000px;
  position: relative;
}
.head__text01 {
  margin-bottom: 40px;
}
.head__text02 {
  margin: 0 auto 20px 0;
}
.head__text03 {
  margin-right: auto;
}
@media only screen and (max-width: 480px) {
  .head {
    background: url(./img/bg_head@480w.jpg) no-repeat center bottom;
    height: auto;
  }
  .head__inner {
    padding: 15px;
  }
  .head__text01 {
    margin-bottom: 16px;
  }
  .head__text02 {
    margin: 0 0 216px;
  }
  .head__text03 {
    margin-bottom: 36px;
  }
}

.news {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  padding: 26px;
}
@media only screen and (max-width: 480px) {
  .news {
    padding: 20px 0 0 0;
  }
}
.news__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-flow: row;
  justify-content: center;
  max-width: 1000px;
}
@media only screen and (max-width: 480px) {
  .news__inner {
    flex-flow: column;
  }
}
.news__title {
  font-size: 18px;
}
.news__list {
  position: relative;
  padding: 30px;
  margin-left: 30px;
}
.news__list:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  content: "";
  background: #000;
}
@media only screen and (max-width: 480px) {
  .news__list {
    padding: 20px;
    margin: 0;
  }
  .news__list:before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3rem;
    height: 1px;
  }
}
.news__item:not(:last-child) {
  margin-bottom: 7px;
}
.news__link {
  font-size: 18px;
  line-height: 1.5;
  text-decoration: underline !important;
  color: #000;
}
.news__link:hover {
  text-decoration: none !important;
  color: #000;
  opacity: 0.7;
}
@media only screen and (max-width: 480px) {
  .news__link {
    position: relative;
    text-align: center;
  }
}

.lead {
  background: #00155e;
  height: 376px;
  position: relative;
}
.lead__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-flow: row;
  justify-content: flex-end;
  max-width: 1222px;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 815px) {
  .lead {
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .lead {
    padding: 0;
  }
}

.solution {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  background: url(./img/bg_pattern_02.jpg) no-repeat center bottom fixed;
  background-size: cover;
  padding: 70px 0 95px;
}
@media only screen and (max-width: 815px) {
  .solution {
    padding: 30px 0 40px;
  }
}
.solution__title {
  text-align: center;
  position: relative;
  margin: 0 auto 40px;
  max-width: 1000px;
}
.solution__title:after {
  content: "";
  background: url(./img/bg_printer_01.png) no-repeat center top;
  display: block;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1000px;
  height: 192px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 815px) {
  .solution__title {
    margin: 0 auto 30px;
    max-width: 60%;
  }
  .solution__title:after {
    display: none;
  }
}
.box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto 60px;
  background: #fff;
  border: #00155e solid 4px;
  position: relative;
}
@media only screen and (max-width: 815px) {
  .box {
    max-width: 90%;
  }
}
.box__title01 {
  margin-right: auto;
}
.box__title01--w100 {
  margin-right: auto;
}
.box__title02 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 815px) {
  .box__title {
    max-width: 100%;
  }
  .box__title01 {
    max-width: 95%;
  }
  .box__title01--w100 {
    max-width: 100%;
  }
  .box__title02 {
    margin-bottom: 30px;
  }
}
.box__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  max-width: 880px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 815px) {
  .box__inner {
    max-width: 90%;
    margin-bottom: 30px;
  }
}
.box__img {
  margin-bottom: 40px;
}
@media only screen and (max-width: 480px) {
  .box__img {
    margin-bottom: 30px;
  }
}
.box__img--left {
  display: block;
  margin: 0 auto 40px 0;
}
@media only screen and (max-width: 480px) {
  .box__img--left {
    margin: 0 auto 30px 0;
  }
}
.box__img--center {
  display: block;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 480px) {
  .box__img--center {
    margin: 0 auto 30px;
  }
}
.box__img--right {
  display: block;
  margin: 0 0 40px auto;
}
@media only screen and (max-width: 480px) {
  .box__img--right {
    margin: 0 0 30px auto;
  }
}
.box__text {
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: bold;
}
@media only screen and (max-width: 815px) {
  .box__text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.box__line {
  width: 100%;
  background: #00155e;
  text-align: center;
  padding: 30px 0;
  display: block;
}
@media only screen and (max-width: 815px) {
  .box__line {
    padding: 30px 10px;
  }
}
.box__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px 25px;
  width: 100%;
}
@media only screen and (max-width: 815px) {
  .box__list {
    width: 100%;
  }
}
.box__item {
  position: relative;
  width: calc((100% - 25px) / 2);
}
.box__item:first-child {
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .box__item {
    width: 100%;
  }
}
.box__seminar-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-flow: row;
  justify-content: space-between;
  gap: 0 22px;
  max-width: 780px;
  width: calc(100% - 40px);
}
@media only screen and (max-width: 815px) {
  .box__seminar-list {
    width: 100%;
    flex-flow: wrap;
    gap: 24px 2%;
  }
}
.box__seminar-list--row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-flow: row;
  justify-content: space-between;
  gap: 0 10px;
  width: 100%;
}
.box__seminar-item {
  position: relative;
  flex-grow: 1;
  max-width: 205px;
  width: 23%;
}
@media only screen and (max-width: 815px) {
  .box__seminar-item {
    max-width: 310px;
    width: 48%;
  }
}
.box__seminar-item--row {
  position: relative;
  flex-grow: 1;
  width: 100px;
}
@media only screen and (max-width: 815px) {
  .box__seminar-item--row:nth-of-type(2) {
    width: 10%;
  }
}
.box__seminar-link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-flow: column;
  justify-content: center;
}
.box__seminar-link:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 815px) {
  .box__seminar-link {
    margin: 0 auto;
  }
}
.box__seminar-more {
  background-color: #E95D19;
  color: #fff;
  border-radius: 3px;
  padding: 5px 0;
  max-width: 135px;
  width: 90%;
  display: table;
  text-align: center;
  margin: 15px auto 0;
}
.box__seminar-btn {
  padding-top: 15px;
}
.box:nth-of-type(2) .box__title01 {
  margin-bottom: 40px;
}
.box:nth-of-type(2) .box__img:nth-of-type(3), .box:nth-of-type(2) .box__img:nth-of-type(4) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 815px) {
  .box:nth-of-type(2) .box__title01 {
    margin-bottom: 30px;
  }
  .box:nth-of-type(2) .box__img:nth-of-type(3), .box:nth-of-type(2) .box__img:nth-of-type(4) {
    margin-bottom: 30px;
  }
}
.box:nth-of-type(3) .box__img:nth-of-type(2) {
  margin-bottom: 20px;
}

.seminar-single__info {
  width: 100%;
  margin-bottom: 30px;
}
.seminar-single__info-th {
  font-size: 16px;
  width: 22%;
}
.seminar-single__program {
  width: 100%;
}
.seminar-single__p-unit-title {
  font-size: 18px;
  line-height: 140%;
  color: #61A3B8;
  margin-bottom: 5px;
}
.seminar-single__teacher-box {
  font-size: 18px;
}
.seminar-single__teacher-box:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 815px) {
  .seminar-single__teacher-box {
    font-size: 16px;
  }
}
.seminar-single__title-box {
  margin-top: 15px;
  border-top: solid 1px #ecece8;
  padding: 15px 0 5px;
}
.seminar-single__l-profile {
  font-size: 16px;
}

.about {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  background: #ffe5c2;
  padding: 70px 0 95px;
}
@media only screen and (max-width: 815px) {
  .about {
    padding: 30px 0 40px;
  }
}
.about__title {
  text-align: center;
  position: relative;
  margin: 0 auto 40px;
  max-width: 1000px;
}
@media only screen and (max-width: 815px) {
  .about__title {
    margin: 0 auto 20px;
    max-width: 60%;
  }
  .about__title:after {
    display: none;
  }
}
.about__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  max-width: 1000px;
  margin-bottom: 60px;
}
.about__inner:nth-child(2) .about__title:after {
  content: "";
  background: url(./img/bg_printer_02.png) no-repeat center top;
  display: block;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1000px;
  height: 110px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 815px) {
  .about__inner {
    margin-bottom: 30px;
    max-width: 90%;
  }
  .about__inner:nth-child(2) .about__title:after {
    display: none;
  }
}
.about__img:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 480px) {
  .about__img {
    max-width: 600px;
    width: 600px;
  }
  .about__img:not(:last-child) {
    margin-bottom: 20px;
  }
}
.about__img--left {
  margin: 0 auto 40px 0;
}
@media only screen and (max-width: 480px) {
  .about__img--left {
    margin: 0 auto 30px 0;
  }
}

.scrl {
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .scrl {
    width: 100%;
    overflow: scroll;
  }
}
@media only screen and (max-width: 480px) {
  .scrl .scrl__img {
    max-width: 800px !important;
    width: 800px;
    overflow: scroll;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .scrl .scrl__table {
    max-width: 500px !important;
    width: 500px;
    overflow: scroll;
    margin: 0;
  }
}

.inquiry {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  background: #fff;
  padding: 0 0 50px;
}
@media only screen and (max-width: 815px) {
  .inquiry {
    padding: 0 0 40px;
  }
}
.inquiry__title01 {
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
  padding: 45px 0;
  width: 100%;
  max-width: 100%;
  background: #00155e;
  text-align: center;
}
.inquiry__title01:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #00155e;
}
@media only screen and (max-width: 815px) {
  .inquiry__title01 {
    margin-bottom: 30px;
  }
}
.inquiry__tel {
  text-align: center;
  margin: 0 auto 60px;
  display: block;
  text-decoration: none;
}
.inquiry__tel:hover {
  margin: 2px auto 58px;
  opacity: 0.7;
}
.inquiry__tel .catch {
  background: #01155e;
  color: white;
  padding: 0.2em 2em;
  font-weight: bold;
  font-size: 20px;
}
.inquiry__tel .number {
  font-size: 60px;
  font-weight: bold;
  color: #353535;
  padding-left: 55px;
  line-height: 1.3;
  background: url("img/icon_freedial.svg") no-repeat left center/38px 25px;
  font-family: "Arial", "Helvetica", "sans-serif";
  margin-top: 0.1em;
}
.inquiry__tel .time {
  color: #353535;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .inquiry__tel {
    margin: 0 5% 0% !important;
  }
  .inquiry__tel .catch {
    font-size: 5vw;
  }
  .inquiry__tel .number {
    font-size: 10.8vw;
  }
  .inquiry__tel .time {
    font-size: 5vw;
  }
}
.inquiry__btn {
  margin-bottom: 45px;
}
.inquiry__btn:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 815px) {
  .inquiry__btn {
    max-width: 90%;
  }
}

.seminar {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  background: url(./img/bg_pattern_01.svg) no-repeat center bottom fixed;
  background-size: cover;
  padding: 0 0 95px;
}
@media only screen and (max-width: 815px) {
  .seminar {
    padding: 0 0 40px;
  }
}
.seminar__title01 {
  position: relative;
  display: inline-block;
  margin: 20px 0 60px;
  padding: 30px 0;
  width: 100%;
  max-width: 100%;
  background: #E95D19;
  text-align: center;
}
.seminar__title01:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #E95D19;
}
@media only screen and (max-width: 815px) {
  .seminar__title01 {
    margin-bottom: 30px;
    padding: 22px 0;
  }
}
.seminar__title02 {
  margin-bottom: 56px;
}
@media only screen and (max-width: 815px) {
  .seminar__title02 {
    margin-bottom: 30px;
  }
}
.seminar__big {
  font-size: 50px;
  line-height: 120%;
  color: #fff;
}
@media only screen and (max-width: 815px) {
  .seminar__big {
    font-size: 8.2vw;
  }
}
@media only screen and (max-width: 815px) {
  .seminar__img {
    width: 95%;
  }
}
.seminar__link:hover {
  opacity: 0.7;
}
.seminar .s_box {
  box-sizing: border-box;
  border: #00155e solid 4px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto 60px;
  background: #fff;
  position: relative;
}
.seminar .s_box:not(:first-of-type) {
  display: none;
}
@media only screen and (max-width: 815px) {
  .seminar .s_box {
    max-width: 90%;
    border: #00155e solid 2px;
  }
}
.seminar .s_box__mv--link:hover {
  opacity: 0.7;
}
.seminar .s_box__body {
  width: 100%;
  padding: 50px 0;
  box-sizing: border-box;
  border-top: none;
}
@media only screen and (max-width: 750px) {
  .seminar .s_box__body {
    padding: 30px 0;
  }
}
.seminar .s_box__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  width: calc(100% - 60px);
  max-width: 750px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .seminar .s_box__inner {
    width: calc(100% - 40px);
  }
}
.seminar .s_box__sub {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 8150x) {
  .seminar .s_box__sub {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.seminar .s_box__link {
  max-width: 550px;
  width: calc(100% - 40px);
  display: table;
  margin: 50px auto 0;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  background-color: #E95D19;
  border-radius: 15px;
}
@media only screen and (max-width: 815px) {
  .seminar .s_box__link {
    font-size: 20px;
    padding: 10px 0;
    margin: 30px auto 0;
    border-radius: 7px;
  }
}
.seminar .s_box__link:hover {
  opacity: 0.7;
}
.seminar .s_box__list {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 815px) {
  .seminar .s_box__list {
    width: 100%;
  }
}
.seminar .s_box__item:first-child {
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .seminar .s_box__item {
    width: 100%;
  }
}
.seminar .s_box__title {
  background-color: #61A3B8;
  width: 160px;
  display: block;
  margin: 0 0 15px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding: 2px 0;
}
@media only screen and (max-width: 480px) {
  .seminar .s_box__title {
    width: 100%;
  }
}
.seminar .s_box__em {
  color: #61A3B8;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .seminar .s_box__em {
    width: 100%;
  }
}
.seminar .s_box__day {
  font-size: 16px;
  font-weight: bold;
  line-height: 160%;
}
@media only screen and (max-width: 480px) {
  .seminar .s_box__day {
    width: 100%;
  }
}

@media only screen and (max-width: 750px) {
  .br-pc {
    display: none;
  }
}

.float {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 21, 95, 0.9);
  padding: 1rem 0;
  margin: 0 auto;
  z-index: 5;
}
@media only screen and (max-width: 750px) {
  .float {
    height: auto;
    padding: 15px 0;
  }
}
.float__inner {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .float__inner {
    width: calc(100% - 30px);
  }
}
.float__content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .float__content {
    justify-content: space-around;
  }
}
.float__text {
  font-size: 18px;
  color: #fff;
}
.float__right {
  position: absolute;
  right: 0;
  color: #fff;
  line-height: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.float__title {
  font-size: 12px;
  line-height: 1.5;
  display: block;
  font-style: normal;
  text-align: center;
  color: #fff;
}
.float__tel {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.02em;
  display: block;
  text-align: center;
  line-height: 1;
}
.float__tel:hover {
  color: #fff;
  text-decoration: underline !important;
}
.float__left {
  max-width: 1020px;
  width: 75%;
}
@media only screen and (max-width: 750px) {
  .float__left {
    width: 84%;
  }
}
.float__item {
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 4px;
}
@media only screen and (max-width: 750px) {
  .float__item {
    font-size: 12px;
    line-height: 19px;
  }
}
.float__item:first-child {
  width: 57%;
  margin-right: 3%;
}
@media only screen and (max-width: 750px) {
  .float__item:first-child {
    width: 40%;
  }
}
@media only screen and (max-width: 750px) {
  .float__item:first-child a {
    line-height: 36px;
  }
}
.float__item--contact {
  max-width: 320px;
  width: 40%;
  background: #dc2833;
  border: solid 1px #dc2833;
}
@media only screen and (max-width: 750px) {
  .float__item--contact {
    width: 50%;
  }
}
.float__link {
  color: #dc2833;
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 5px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .float__link {
    padding: 8px 5px;
  }
}
.float__link:hover {
  opacity: 0.7;
}
.float__link--contact {
  color: #fff !important;
  background: #dc2833;
  border: solid 1px #dc2833;
}
.float__link--contact:hover {
  opacity: 0.7;
  border-bottom: none;
  background: #EB3632;
}
.float__link--contact2 {
  height: 3.5rem;
  line-height: 35px;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 5px;
  display: block;
  margin-right: 10px;
  position: relative;
  top: 0;
  text-decoration: none;
  transition: 0.1s ease-in-out;
  background: linear-gradient(180deg, #f32815 50%, #f64638 51%);
  box-shadow: 0 3px 0 #a72e2d;
  text-align: center;
  color: #FFF !important;
  font-weight: bold;
  width: 370px;
  max-width: 100%;
  line-height: 3.5rem;
  padding: 0 10px;
}
.float__link--contact2:hover {
  box-shadow: 0 0 0 transparent !important;
  top: 3px;
}
@media only screen and (max-width: 750px) {
  .float__link--contact2 {
    width: 12rem;
  }
}
.float__icon {
  display: inline-block;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 750px) {
  .float__icon {
    display: block;
    margin: 0 auto 2px;
  }
}
.float__icon--btn01 {
  width: 20px;
  height: 14px;
  background: url(img/icon_btn01.png) no-repeat center/100%;
}
.float__icon--btn02 {
  width: 13px;
  height: 17px;
  background: url(img/icon_btn02.png) no-repeat center/100%;
}
.float__fa {
  position: absolute;
  right: 12px;
  top: 15px;
  font-size: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .float__fa {
    display: none;
  }
}
.float__fa--tel {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 750px) {
  .float__fa--tel {
    font-size: 57px;
    margin-right: 0;
  }
}

.out {
  display: none;
}

@media only screen and (max-width: 750px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media only screen and (max-width: 750px) {
  .sp-only {
    display: block;
  }
}/*# sourceMappingURL=styles.css.map */