@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@700&display=swap");
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex[@extend .flex;]
f-wrap[@extend .f-wrap;]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
.flex,
#banner .border-title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.col-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/*　////////////////////////////////
flex
//////////////////////////////////　*/
.flex-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  zoom: 1;
}
.flex-style:after {
  display: block;
  content: "";
  clear: both;
}
.flex-style .box-3,
.flex-style .box-2a,
.flex-style .box-2b,
.flex-style .box-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 480px) {
  .flex-style {
    margin: 0 -1% 0;
  }
  .flex-style .box-4 {
    width: 48%;
    margin: 0 1% 20px;
  }
}
@media (min-width: 768px) {
  .flex-style {
    margin: 0 -1% 0;
  }
  .flex-style .box-3 {
    width: 31.33%;
    margin: 0 1% 40px;
  }
  .flex-style .box-4 {
    width: 23%;
    margin: 0 1% 40px;
  }
  .flex-style {
    margin: 0 -2% 0;
  }
  .flex-style .box-2a,
  .flex-style .box-2b {
    margin: 0 2% 40px;
  }
  .flex-style .box-2a {
    width: -webkit-calc($l-width - $mlr * 2);
    width: 46%;
  }
  .flex-style .box-2b {
    width: -webkit-calc($r-width - $mlr * 2);
    width: 46%;
  }
}
/*　////////////////////////////////
改行
//////////////////////////////////　*/
.pc-br {
  display: none;
}
@media (min-width: 480px) {
  .pc-br {
    display: block;
  }
}

@media (min-width: 480px) {
  .sp-br {
    display: none;
  }
}

.tb-br {
  display: none;
}
@media (min-width: 768px) {
  .tb-br {
    display: block;
  }
}

@media (min-width: 768px) {
  .br-tb {
    display: none;
  }
}

.br-tb2 {
  display: none;
}
@media (min-width: 480px) {
  .br-tb2 {
    display: block;
  }
}
@media (min-width: 768px) {
  .br-tb2 {
    display: none;
  }
}

.md-br {
  display: none;
}
@media (min-width: 987px) {
  .md-br {
    display: block;
  }
}

@media (min-width: 987px) {
  .br-md {
    display: none;
  }
}

.lg-br {
  display: none;
}
@media (min-width: 1220px) {
  .lg-br {
    display: block;
  }
}

@media (min-width: 1220px) {
  .br-lg {
    display: none;
  }
}

/*　////////////////////////////////
画像切り替え
//////////////////////////////////　*/
.pc-img {
  display: none !important;
}

.sp-img {
  display: block !important;
}

@media (min-width: 768px) {
  .pc-img {
    display: block !important;
  }
  .sp-img {
    display: none !important;
  }
}
/*　////////////////////////////////
margin
//////////////////////////////////　*/
.mb05 {
  margin: 0px 0px 5px 0px;
}

.mb10 {
  margin: 0px 0px 10px 0px;
}

.mb15 {
  margin: 0px 0px 15px 0px;
}

.mb20 {
  margin: 0px 0px 20px 0px !important;
}

.mb25 {
  margin: 0px 0px 25px 0px;
}

.mb30 {
  margin: 0px 0px 30px 0px !important;
}

.mb40 {
  margin: 0px 0px 40px 0px !important;
}

.mb45 {
  margin: 0px 0px 45px 0px !important;
}

.mb50 {
  margin: 0px 0px 50px 0px !important;
}

.mt05 {
  margin: 5px 0px 0px 0px;
}

.mt10 {
  margin: 10px 0px 0px 0px;
}

.mt15 {
  margin: 15px 0px 0px 0px;
}

.mt20 {
  margin: 20px 0px 0px 0px;
}

.mt25 {
  margin: 25px 0px 0px 0px;
}

.mt30 {
  margin: 30px 0px 0px 0px;
}

.mt50 {
  margin: 50px 0px 0px 0px;
}

.mt80 {
  margin: 80px 0px 0px 0px;
}

/*　////////////////////////////////
list-style
//////////////////////////////////　*/
.list-style {
  text-indent: -1em;
}
.list-style li {
  margin-left: 1em;
  margin-bottom: 5px;
}

.list-style-b {
  text-indent: -1.3em;
}
.list-style-b li {
  margin-left: 1.3em;
  margin-bottom: 15px;
}

.circle-list {
  text-indent: -1.2em;
}
.circle-list li {
  margin-left: 1.2em;
  margin-bottom: 3px;
}
.circle-list li::before {
  content: "●";
  margin-right: 2px;
}

/*　////////////////////////////////
ボタン
//////////////////////////////////　*/
.btnA {
  display: block;
  margin: 20px 0;
  text-align: center;
}
.btnA a {
  display: inline-block;
  line-height: 1;
  padding: 12px 40px 12px 20px;
  text-decoration: none;
  color: #fff;
  background-color: #00967b;
  border: 2px solid #00967b;
  font-weight: bold;
  font-size: 1.4rem;
}
.btnA a span {
  position: relative;
}
.btnA a span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -25px;
  border-left: 11px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.btnA a:hover {
  color: #00967b;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btnA a:hover span {
  position: relative;
}
.btnA a:hover span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -25px;
  border-left: 11px solid #00967b;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
@media (min-width: 768px) {
  .btnA a {
    padding: 15px 60px 15px 30px;
    font-size: 1.6rem;
  }
}

.tel-style {
  text-align: center;
  margin: 10px 0;
}
.tel-style img,
.tel-style p {
  display: inline-block;
}
.tel-style p {
  font-family:
    "Century Gothic", "Avenir-Light", "ヒラギノ角ゴ StdN W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic,
    "メイリオ", Meiryo, sans-serif;
  font-size: 3rem;
  font-weight: bold;
  vertical-align: -6px;
}

/*　////////////////////////////////
reset
//////////////////////////////////　*/
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family:
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic,
    "メイリオ", Meiryo, sans-serif;
}
body p {
  font-size: 1.4rem;
}
body img {
  max-width: 100%;
}

@media (max-width: 768px) {
  h2.plan_h2 {
    font-size: 2.4rem;
  }
}

/*///////////////////////////////////////
responsive 共通
//////////////////////////////////////*/
.lg-center {
  text-align: left;
}
@media (min-width: 1220px) {
  .lg-center {
    text-align: center;
  }
}

.md-center {
  text-align: left;
}
@media (min-width: 987px) {
  .md-center {
    text-align: center;
  }
}

.sm-center {
  text-align: left;
}
@media (min-width: 768px) {
  .sm-center {
    text-align: center;
  }
}

.responsive {
  padding: 0 15px;
  font-family:
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic,
    "メイリオ", Meiryo, sans-serif;
  /*------------------------------------------
  お問い合わせ欄
  ----------------------------*/
  /*--スマホ時スムーズスクロール--*/
}
.responsive a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .responsive {
    padding: 0 30px;
  }
}
.responsive section {
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .responsive section {
    margin: 0 0 60px;
  }
}
.responsive .row {
  margin-bottom: -15px;
}
.responsive .row div {
  margin-bottom: 15px;
}
.responsive .h-style-a {
  text-align: left;
  font-size: 1.8rem;
  border-left: 10px solid #00967b;
  border-bottom: 1px solid #00967b;
  padding: 5px 0 5px 10px;
  font-weight: bold;
  margin-bottom: 20px;
}
.responsive .h-style-b {
  text-align: left;
  font-size: 2.6rem;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .responsive .h-style-b {
    font-size: 2.1rem;
  }
}
.responsive .contact-wrap {
  margin-top: 100px;
  border: 4px solid #9cc857;
}
.responsive .contact-wrap .contact-title {
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff;
  background: #9cc857;
  padding: 10px;
}
.responsive .contact-wrap .contact-inner {
  padding: 15px;
}
.responsive .contact-wrap .contact-inner h4 {
  font-weight: bold;
  font-size: 1.8rem;
}
.responsive .contact-wrap .contact-inner .btnA {
  margin-bottom: 0;
}
.responsive .contact-wrap .contact-inner .contact-tel {
  font-family:
    "Century Gothic", "Avenir-Light", "ヒラギノ角ゴ StdN W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic,
    "メイリオ", Meiryo, sans-serif;
  color: #00967b;
  font-size: 3.8rem;
  font-weight: bold;
}
.responsive .contact-wrap .flex-style .box-2a,
.responsive .contact-wrap .flex-style .box-2b {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.responsive .contact-wrap .flex-style .box-2a {
  border-bottom: 1px solid #9cc857;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.responsive .contact-wrap .flex-style .box-2b {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .responsive .contact-wrap {
    margin-top: 150px;
  }
  .responsive .contact-wrap .contact-title {
    font-size: 2.8rem;
  }
  .responsive .contact-wrap .contact-inner h4 {
    font-size: 2.2rem;
    letter-spacing: -0.05em;
  }
  .responsive .contact-wrap .contact-inner .btnA {
    margin-top: 10px;
  }
  .responsive .contact-wrap .contact-inner .contact-tel {
    font-size: 4.6rem;
  }
  .responsive .contact-wrap .flex-style .box-2a,
  .responsive .contact-wrap .flex-style .box-2b {
    margin-bottom: 0;
  }
  .responsive .contact-wrap .flex-style .box-2a {
    border-right: 1px solid #9cc857;
    border-bottom: none;
  }
}
.responsive html {
  -webkit-overflow-scrolling: touch;
}

/*responsive*/
/*------------------------------------------
setting
----------------------------*/
* {
  -webkit-box-sizing: initial;
  box-sizing: initial;
}

#banner {
  /*------------------------------------------
  共通スタイル
  ----------------------------*/
  /* 下ボーダー表スタイル */
  /* 背景色有の表スタイル */
  /*--------------------------------------------------------
  -----------------------------------
  ここから看板専用のスタイル
  -----------------------------------
  -------------------------------------------------------*/
  /* 連絡方法 */
}
#banner p {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  #banner p {
    font-size: 1.6rem;
  }
}
#banner li {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  #banner li {
    font-size: 1.6rem;
  }
}
#banner a {
  text-decoration: none;
}
#banner a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#banner .btnS {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: left;
}
#banner .btnS a {
  padding: 12px 40px 12px 20px;
}
#banner .border-title {
  position: relative;
  margin-bottom: 30px;
  margin-top: 60px;
}
@media (min-width: 768px) {
  #banner .border-title {
    margin-bottom: 30px;
  }
}
#banner .border-title::before,
#banner .border-title::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: #00947b;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .border-title::before {
  left: 0;
}
#banner .border-title::after {
  right: 0;
}
#banner .border-title span {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  #banner .border-title span {
    font-size: 2.4rem;
  }
}
#banner .border-title span::before,
#banner .border-title span::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #00947b;
}
#banner .border-title span::before {
  margin-right: 1rem;
}
#banner .border-title span::after {
  margin-left: 1rem;
}
#banner .h-square {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#banner .h-square::before {
  content: "■";
  color: #0077ab;
}
#banner section {
  margin: 0 0 60px;
}
@media (min-width: 768px) {
  #banner section {
    margin: 0 0 0px;
  }
}
#banner dl dt,
#banner dl dd {
  float: initial;
  width: initial;
  padding: 0;
}
#banner .border-table {
  width: 100%;
  margin-bottom: 15px;
}
#banner .border-table .bt-wrap {
  border-bottom: 1px solid #cbcbcb;
}
#banner .border-table .bt-wrap th,
#banner .border-table .bt-wrap td {
  display: block;
}
#banner .border-table .bt-wrap th {
  font-size: 1.5rem;
  font-weight: bold;
  color: #00947b;
  padding-top: 15px;
  padding-bottom: 5px;
}
#banner .border-table .bt-wrap td {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  #banner .border-table .bt-wrap th,
  #banner .border-table .bt-wrap td {
    padding: 15px 0;
    display: table-cell;
  }
  #banner .border-table .bt-wrap th {
    width: 240px;
  }
  #banner .border-table .bt-wrap td {
    width: calc(100% - 240px);
  }
}
#banner .bg-table {
  margin-bottom: 10px;
}
#banner .bg-table table {
  width: 100%;
}
#banner .bg-table table th,
#banner .bg-table table td {
  padding: 15px 10px;
  font-size: 1.5rem;
  text-align: center;
  border: 1px solid #fff;
}
#banner .bg-table table .table-head th {
  background: #0077ab;
  color: #fff;
  font-weight: bold;
}
#banner .bg-table table .table-left {
  background: #d6edf8;
}
#banner .bg-table table td {
  background: #f1f1f1;
}
@media (max-width: 768px) {
  #banner .bg-table {
    margin-bottom: 10px;
    overflow-x: auto;
  }
  #banner .bg-table table {
    white-space: nowrap;
  }
}
#banner .btnA {
  width: 335px;
}
@media (max-width: 768px) {
  #banner .btnA {
    width: auto;
  }
}
#banner .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6%;
  width: 96%;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  #banner .btn_wrap {
    gap: 0%;
    display: block;
  }
}
#banner .btn_box01 {
  width: 45%;
}
@media (max-width: 768px) {
  #banner .btn_box01 {
    width: 96%;
  }
}
#banner .btn_box02 {
  width: 45%;
}
@media (max-width: 768px) {
  #banner .btn_box02 {
    width: 96%;
  }
}
#banner .contract {
  margin-bottom: 70px;
}
#banner .signboard_category {
  color: #00947b;
  font-weight: bold;
  padding-top: 25px;
  padding-bottom: 10px;
}
#banner .main_img,
.main_mb_image {
  max-width: 100%;
  margin-bottom: 30px;
}
#banner .blue {
  color: #0077ab;
}
#banner .contract li {
  border-bottom: solid 1px #cacaca;
  padding-bottom: 25px;
  padding-top: 25px;
}
#banner #works ul.list li.work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  text-align: left;
  border: 1px solid #dcdcdc;
  width: 100%;
  padding: 20px 10px;
  margin: -0.3px 0;
}
@media (min-width: 768px) {
  #banner #works ul.list li.work {
    width: 46%;
  }
}
#banner #works ul.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#banner .cboxElement {
  text-align: center;
}
#banner .mb05 {
  margin-top: 10px;
  text-align: center;
}
#banner .example {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#banner .chart {
  margin-top: 45px;
  margin-bottom: 45px;
}
#banner .chart p {
  font-weight: bold;
  margin-bottom: 10px;
}
#banner .fee-table-style {
  margin-top: 20px;
  margin-bottom: 10px;
}
#banner .fee-table-style table {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 100%;
}
#banner .fee-table-style table th,
#banner .fee-table-style table td {
  padding: 10px 5px;
  font-size: 1.6rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
@media (min-width: 768px) {
  #banner .br_mb {
    display: none;
  }
}

@media (max-width: 768px) {
  #banner .fee-table-style table th,
  #banner .fee-table-style table td {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  #banner .fee-table-style table th,
  #banner .fee-table-style table td {
    font-size: 1.3rem;
    padding: 10px 5px;
  }
}
#banner .fee-table-style table th {
  text-align: center;
  background: #eee;
}
#banner .fee-table-style table td {
  text-align: center;
}
#banner .logo_text {
  text-align: center;
  font-weight: bold;
}
#banner .logo_text01,
#banner .logo_text02 {
  border-bottom: solid 2px #e63828;
  line-height: 2em;
  font-weight: bold;
}

@media (min-width: 500px) {
  #banner .main_mb_image {
    display: none;
  }
}
@media (max-width: 499px) {
  #banner .main_img {
    display: none;
  }
}

#banner .fee-table .fee-table-style {
  margin-bottom: 10px;
}
#banner .fee-table .fee-table-style table {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 100%;
}
#banner .fee-table .fee-table-style table th,
#banner .fee-table .fee-table-style table td {
  padding: 10px 15px;
  font-size: 1.6rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
@media (max-width: 768px) {
  #banner .fee-table .fee-table-style table th,
  #banner .fee-table .fee-table-style table td {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  #banner .fee-table .fee-table-style table th,
  #banner .fee-table .fee-table-style table td {
    font-size: 1.3rem;
    padding: 10px 5px;
  }
}
#banner .fee-table .fee-table-style table th {
  text-align: center;
  background: #eee;
}
#banner .fee-table .fee-table-style table td {
  text-align: right;
}

#banner .logo_text03 {
  color: #e63828;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2em;
}
#banner .parts {
  margin-bottom: 30px;
}
#banner .parts01 {
  color: #00947b;
  font-weight: bold;
  margin-bottom: 20px;
}
#banner .order_kinds {
  text-align: center;
  font-size: 1.8rem;
  border-top: solid 4px #f39800;
  border-bottom: solid 4px #f39800;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #banner .order_kinds {
    font-size: 1.8rem;
  }
}
#banner .kinds {
  background-color: #00947b;
  font-size: 1.9rem;
  color: #fff;
  font-weight: bold;
  margin-right: 15px;
  border-radius: 10px;
}
#banner .kinds01 {
  padding: 3px 10px;
  width: 44%;
}
#banner .kinds02 {
  padding: 3px 18px;
  width: 44%;
}
#banner .kinds03 {
  padding: 3px 16px;
}
#banner .kinds_wrap {
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0%;
  margin-top: 30px;
}
@media (min-width: 768px) {
  #banner .kinds_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2%;
  }
}
#banner .kinds_wrap p {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  #banner .kinds_wrap p {
    font-size: 2.7rem;
  }
}
#banner .LINE {
  font-size: 1.8rem;
  font-weight: bold;
  color: #81a62c;
  padding-left: 95px;
}
@media (min-width: 768px) {
  #banner .LINE {
    font-size: 2.1rem;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  #banner .kinds_br {
    display: none;
  }
}
#banner .kinds_box01,
#banner .kinds_box02 {
  width: 100%;
}
@media (min-width: 768px) {
  #banner .kinds_box01,
  #banner .kinds_box02 {
    width: 44%;
  }
}
#banner .procedure {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
#banner .procedure li {
  padding-bottom: 15px;
}
#banner .Registration_wrap {
  display: block;
  gap: 4%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #banner .Registration_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#banner .Registration_box01 {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  #banner .Registration_box01 {
    width: 28%;
  }
}
#banner .Registration_box02 {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #banner .Registration_box02 {
    width: 68%;
    text-align: left;
    margin-top: 0px;
  }
}
#banner .Registration_box02 p {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  #banner .Registration_box02 p {
    font-size: 1.6rem;
  }
}
#banner .big {
  font-weight: bold;
  font-size: 1.5rem;
  border-bottom: solid 2px #00947b;
}
@media (min-width: 768px) {
  #banner .big {
    font-size: 1.7rem;
  }
}

/*----- #flyer_recruit ---------*/
