@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Staatliches&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");
@import url("https://fonts.googleapis.com/css?family=Great+Vibes&display=swap");
@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Staatliches&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");
@import url("https://fonts.googleapis.com/css?family=Great+Vibes&display=swap");
.font_jp {
  font-family: "Kosugi Maru", sans-serif;
}

.font_en {
  font-family: "Lobster", cursive;
}

.mintyou {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

a:link, a:visited {
  color: #1972cc;
  text-decoration: none;
}

a:hover {
  color: rgba(25, 114, 204, 0.6);
}

.font_jp {
  font-family: "Kosugi Maru", sans-serif;
}

.font_en {
  font-family: "Lobster", cursive;
}

.mintyou {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

a:link, a:visited {
  color: #1972cc;
  text-decoration: none;
}

a:hover {
  color: rgba(25, 114, 204, 0.6);
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333;
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: bold;
}

@media (max-width: 479px) {
  body {
    font-size: 1.4rem;
  }
}

.wrap {
  position: relative;
  padding: 80px 0;
  z-index: 100;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}

@media (max-width: 479px) {
  .wrap {
    padding: 32px 0;
  }
}

@media (max-width: 960px) {
  .wrap {
    width: calc(100% - 16px);
  }
}

.wrap_sub {
  max-width: 800px;
  margin: 32px auto;
  padding: 80px;
}

@media (max-width: 960px) {
  .wrap_sub {
    padding: 16px;
    margin: 16px auto;
  }
}

.no_wrap {
  padding: 80px 0;
  z-index: 100;
}

@media (max-width: 479px) {
  .no_wrap {
    padding: 32px 0;
  }
}

.column {
  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;
}

.column .side {
  width: 300px;
}

.column .main {
  width: calc(100% - 330px);
}

@media (max-width: 960px) {
  .column {
    display: block;
  }
  .column .side {
    width: 100%;
  }
  .column .main {
    width: calc(100% - 0px);
  }
}

#wrap_column {
  width: 1150px;
  padding: 30px 0px 30px;
  margin: 0 auto;
}

#main {
  float: left;
  width: calc(100% - 330px);
}

#main section {
  margin-bottom: 60px;
}

#sidewrap {
  width: 300px;
  margin-left: 30px;
  float: right;
}

#side {
  width: 300px;
}

@media (max-width: 960px) {
  #wrap_column {
    width: 100%;
    margin-bottom: 30px;
  }
  #main {
    float: none;
    width: 95%;
    margin: 0 auto 20px;
  }
  #sidewrap {
    display: none;
    float: none;
    width: 95%;
    margin: 0 auto;
    height: auto;
    padding: 0;
  }
}

.letter_img figure {
  margin-right: 48px;
}

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

.letter_img_r figure {
  margin-left: 48px;
}

.letter_img,
.letter_img_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  padding: 32px;
  position: relative;
}

.letter_img figure figcaption,
.letter_img_r figure figcaption {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  text-align: left;
  background-color: #f2f2f2;
  padding: 6px;
  max-width: 400px;
}

@media (max-width: 479px) {
  .letter_img figure figcaption,
  .letter_img_r figure figcaption {
    font-size: 1.2rem;
  }
}

.letter_img .info,
.letter_img_r .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.letter_img .info p,
.letter_img_r .info p {
  text-align: justify;
  text-justify: inter-ideograph;
}

@media (max-width: 960px) {
  .letter_img,
  .letter_img_r {
    display: block;
    padding: 8px;
  }
  .letter_img figure,
  .letter_img_r figure {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 16px;
  }
  .letter_img figure img,
  .letter_img_r figure img {
    width: auto;
  }
}

.flexbox_ttl {
  background: #0069c8;
  position: absolute;
  top: -8px;
  left: -8px;
  color: #fff;
  width: 50px;
  height: 50px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  line-height: 1;
  font-size: 3rem;
  border-radius: 50%;
  text-align: center;
}

.flexbox_ttl span {
  font-size: 1.3rem;
}

.flexbox_2_2 {
  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;
}

.flexbox_2_2:after {
  content: "";
  display: block;
  width: calc((100% / 3) - 16px);
}

.flexbox_2 {
  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;
}

.flexbox_2:after {
  content: "";
  display: block;
  width: calc((100% / 2) - 16px);
}

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

.flexbox_3 {
  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;
  margin-bottom: 32px;
}

.flexbox_3:after {
  content: "";
  display: block;
  width: calc((100% / 3) - 16px);
}

.flexbox_4 {
  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;
  margin-bottom: 32px;
}

.flexbox_4:after {
  content: "";
  display: block;
  width: calc((100% / 4) - 16px);
}

.flexbox_4center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}

.flexbox_5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -8px;
}

.flexbox_5:after {
  content: "";
  display: block;
  width: calc((100% / 5) - 16px);
}

.flexbox_2 .bx {
  position: relative;
  margin-bottom: 32px;
  position: relative;
  /* 
	box-shadow: rgba($black,0.2) 0 0 2px 2px;
	*/
  width: calc(50% - 16px);
}

.flexbox_2 .bx img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.flexbox_2 .bx .bx_in {
  padding: 16px;
}

@media (max-width: 479px) {
  .flexbox_2 .bx {
    margin-bottom: 24px;
  }
}

.flexbox_3 .bx {
  position: relative;
  margin-bottom: 32px;
  position: relative;
  /* 
	box-shadow: rgba($black,0.2) 0 0 2px 2px;
	*/
  width: calc((100% / 3) - 16px);
}

.flexbox_3 .bx img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.flexbox_3 .bx .bx_in {
  padding: 16px;
}

@media (max-width: 479px) {
  .flexbox_3 .bx {
    margin-bottom: 24px;
  }
}

.flexbox_4 .bx {
  position: relative;
  margin-bottom: 32px;
  position: relative;
  /* 
	box-shadow: rgba($black,0.2) 0 0 2px 2px;
	*/
  width: calc(25% - 16px);
  margin: 8px;
}

.flexbox_4 .bx img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.flexbox_4 .bx .bx_in {
  padding: 16px;
}

@media (max-width: 479px) {
  .flexbox_4 .bx {
    margin-bottom: 24px;
  }
}

.flexbox_4center .bx {
  position: relative;
  margin-bottom: 32px;
  position: relative;
  /* 
	box-shadow: rgba($black,0.2) 0 0 2px 2px;
	*/
  width: calc(25% - 16px);
  margin: 8px;
}

.flexbox_4center .bx img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.flexbox_4center .bx .bx_in {
  padding: 16px;
}

@media (max-width: 479px) {
  .flexbox_4center .bx {
    margin-bottom: 24px;
  }
}

.flexbox_5 .bx {
  position: relative;
  margin-bottom: 32px;
  position: relative;
  /* 
	box-shadow: rgba($black,0.2) 0 0 2px 2px;
	*/
  width: calc(20% - 16px);
  margin: 0 8px 16px;
  padding: 8px 16px;
  border: 1px solid #ccc;
}

.flexbox_5 .bx img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.flexbox_5 .bx .bx_in {
  padding: 16px;
}

@media (max-width: 479px) {
  .flexbox_5 .bx {
    margin-bottom: 24px;
  }
}

.flexbox_5 .bx img {
  margin-bottom: 8px;
}

@media (max-width: 479px) {
  .flexbox_2,
  .flexbox_3 {
    display: block;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flexbox_2 .bx,
  .flexbox_3 .bx {
    width: calc(100% - 0px);
  }
  .flexbox_4 .bx {
    width: calc(50% - 16px);
  }
  .flexbox_4center .bx {
    width: calc(100% - 16px);
  }
  .flexbox_5 .bx {
    width: calc(100% - 16px);
  }
}

.list_check {
  font-size: 1.5rem;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
}

.list_check li {
  padding-left: 1.2em;
  padding-top: 8px;
  padding-bottom: 8px;
  text-indent: -1.2em;
  border-bottom: dotted 1px #aaa;
}

.list_check li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
  margin-right: 5px;
  color: #0069c8;
}

.list_check li:last-child {
  border-bottom: dotted 0px #aaa;
}

.list_check_L {
  overflow: hidden;
  line-height: 1.5;
}

.list_check_L li {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  padding: 16px 0 16px 1.2em;
  text-indent: -1.2em;
  font-weight: normal;
  border-top: 1px solid #ccc;
}

@media (max-width: 1024px) {
  .list_check_L li {
    font-size: 1.8rem;
  }
}

.list_check_L li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  margin-right: 5px;
  color: #ff6600;
}

.list_check_L li:last-child {
  border-bottom: 1px solid #ccc;
}

.link_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.link_img li {
  width: calc((100% / 5) - 32px);
  margin: 0 16px;
}

.link_img li img {
  width: 100%;
}

@media (max-width: 479px) {
  .link_img li {
    text-align: center;
    width: calc((100% / 3) - 0px);
    margin: 0 0px 8px;
  }
}

.list_flex {
  padding: 5px 0;
  font-weight: bold;
  overflow: hidden;
  line-height: 1.5;
  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;
}

.list_flex li {
  width: calc((100% / 3) - 8px);
  padding-left: 2em;
  padding-top: 16px;
  padding-bottom: 16px;
  text-indent: -1.6em;
  margin: 8px 0;
  background-color: rgba(0, 105, 200, 0.2);
}

.list_flex li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  margin-right: 8px;
  font-weight: 600;
  color: #0069c8;
}

@media (max-width: 479px) {
  .list_flex li {
    width: calc((100% / 1) - 8px);
  }
}

.ol-list {
  counter-reset: li;
  /* Initiate a counter */
  list-style: none;
  /* Remove default numbering */
  margin: 10px 0;
  display: block;
}

.ol-list li {
  font-size: 15px;
  margin-bottom: 10px;
  padding: 5px 0px;
  background: #f2f2f2;
}

.ol-list li:last-child {
  margin-bottom: 0px;
}

.ol-list span {
  display: table-cell;
  position: relative;
  padding-left: 10px;
  color: #555;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.ol-list span b {
  color: #a40000;
}

.ol-list span:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 50%;
  margin-top: -1.6em;
  background-color: #2f9cff;
  margin-left: -3.4em;
  color: #fff;
  height: 3em;
  width: 3em;
  line-height: 2.2em;
  border: 0.3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.dl_list dt {
  float: left;
  width: 9em;
  background: #0069c8;
  padding: 5px 0px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin: 2px 0 0;
}

.dl_list dd {
  padding-left: 10em;
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 1.6;
  border-bottom: dotted 1px #aaa;
  margin: 5px 0;
}

.dl_list dd:last-child {
  border-bottom: 0px;
}

@media (max-width: 960px) {
  .dl_list dt {
    float: none;
    width: 100%;
    margin: 2px 0 0;
  }
  .dl_list dd {
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px 0;
  }
}

.dl_list_line dt {
  float: left;
  width: 9em;
  padding: 16px 0px;
  line-height: 1.3;
  margin: 2px 0 0;
  font-weight: bold;
  color: #0069c8;
}

.dl_list_line dd {
  padding-left: 11em;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.6;
  border-bottom: solid 1px #aaa;
}

.dl_list_line dd:first-child {
  border-top: solid 1px #aaa;
}

@media (max-width: 960px) {
  .dl_list_line dt {
    float: none;
    width: 100%;
    margin: 2px 0 8px;
    padding: 0;
    text-align: left;
  }
  .dl_list_line dd {
    padding-left: 0;
    padding-top: 3px;
    padding-bottom: 8px;
    margin: 2px 0 16px;
  }
}

.dl_list_line_normal dt {
  padding: 8px 0px;
  line-height: 1.3;
  margin: 2px 0 0;
  font-weight: bold;
  color: #0069c8;
  display: inline-block;
  border-bottom: 1px solid #0069c8;
}

.dl_list_line_normal dd {
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.6;
  border-bottom: solid 1px #ccc;
}

.dl_list_line_normal dd:last-child {
  border-bottom: solid 0px #aaa;
}

@media (max-width: 960px) {
  .dl_list_line_normal dt {
    float: none;
    width: 100%;
    margin: 2px 0 8px;
    padding: 0;
    text-align: left;
  }
  .dl_list_line_normal dd {
    padding-left: 0;
    padding-top: 3px;
    padding-bottom: 8px;
    margin: 2px 0 16px;
  }
}

.faq {
  margin-bottom: 32px;
}

.faq dt {
  color: #0069c8;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 18px;
}

.faq dt:before {
  content: "Q";
  margin-right: 5px;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  background: #0069c8;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
}

.faq dd {
  margin-bottom: 20px;
  background: #f2f2f2;
  padding-right: 16px;
  padding-bottom: 0px;
  padding-left: 40px;
  text-indent: -40px;
}

.faq dd:before {
  content: "A";
  text-indent: 0px;
  font-size: 20px;
  margin-right: 7px;
  line-height: 35px;
  color: #fff;
  background: #b4cc27;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center !important;
}

.faq b {
  padding: 3px 5px;
  margin: 10px 0;
  line-height: 40px;
  background: #dad2b9;
  font-size: 11px;
}

.day_flow dt {
  background-color: #005caf;
  color: #fff;
  padding: 5px 15px;
  font-weight: 700;
  font-size: 1.1em;
  border-radius: 3px;
}

.day_flow dd {
  border-left: 4px dotted #0069c8;
  margin-left: 25px;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.day_flow._ptn02 dt {
  background-color: #ffd000;
  color: #444;
}

.day_flow._ptn02 dd {
  border-left: 4px dotted #ffd000;
  color: #444;
}

.btn_main_f {
  margin-bottom: 8px;
}

.btn_main_f a {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  font-weight: bold;
  padding: 8px 0px;
  font-size: 1.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  color: #fff;
}

.btn_main_f a:hover {
  opacity: 0.6;
}

@media (max-width: 960px) {
  .btn_main_f a {
    margin: 0 auto !important;
  }
}

.btn_main_f a:link, .btn_main_f a:visited, .btn_main_f a:hover {
  color: #fff;
}

.btn_main_f a.white:link, .btn_main_f a.white:visited, .btn_main_f a.white:hover {
  color: #fff;
}

.btn_main_f.center a {
  margin-right: auto !important;
  margin-left: auto !important;
}

.btn_main_f.right a {
  margin-left: auto !important;
}

@media (max-width: 960px) {
  .btn_main_f.right a {
    margin: 0 auto !important;
  }
}

.b_btn {
  display: block;
  margin-top: 30px;
  width: 300px;
  padding: 1em;
  text-align: center;
  color: #0069c8;
  border: 1px solid #0069c8;
  background-color: transparent;
  position: relative;
  -webkit-transition: 0.46s;
  transition: 0.46s;
}

.b_btn:hover {
  background-color: #0069c8;
  color: #fff;
}

.b_btn:hover .b_btn_icon {
  color: #00192f;
  right: -30px;
  width: 60px;
}

.b_btn:hover .b_btn_icon:before {
  border-left: 4px solid #00192f;
  border-bottom: 4px solid #00192f;
}

.b_btn .b_btn_icon {
  position: absolute;
  top: calc(50% - 1px);
  right: 26px;
  width: 30px;
  height: 1px;
  -webkit-transition: inherit;
  transition: inherit;
  background-color: #0069c8;
}

.b_btn .b_btn_icon:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid #0069c8;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #0069c8;
  -webkit-transition: inherit;
  transition: inherit;
}

.b_btn.b_btn_01 {
  margin: 30px auto 0;
}

.b_btn.b_btn_white {
  color: #fff;
  border: 1px solid #fff;
}

.b_btn.b_btn_white:hover {
  background-color: #fff;
  color: #0069c8;
}

.b_btn.b_btn_white:hover .b_btn_icon {
  background-color: #0069c8;
}

.b_btn.b_btn_white:hover .b_btn_icon:before {
  border-left: 4px solid #0069c8;
  border-bottom: 4px solid #0069c8;
}

.b_btn.b_btn_white .b_btn_icon {
  background-color: #fff;
}

.b_btn.b_btn_white .b_btn_icon:before {
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

.btn_inline {
  margin: 16px 0;
}

.btn_inline .btn_main {
  display: inline-block;
  margin: 0 0 8px;
  width: 240px;
}

@media (max-width: 479px) {
  .btn_inline .btn_main {
    width: 100%;
  }
}

.btn_main a {
  display: block;
  width: 100%;
  max-width: 320px;
  border: 1px solid #0069c8;
  font-weight: bold;
  padding: 8px 0px;
  font-size: 1.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  background: #fff;
  color: #0069c8;
}

.btn_main a:hover {
  opacity: 0.6;
}

@media (max-width: 960px) {
  .btn_main a {
    margin: 0 auto !important;
  }
}

.btn_main a:link, .btn_main a:visited, .btn_main a:hover {
  color: #0069c8;
}

.btn_main a.white:link, .btn_main a.white:visited, .btn_main a.white:hover {
  color: #fff;
}

.btn_main.center a {
  margin-right: auto !important;
  margin-left: auto !important;
}

.btn_main.right a {
  margin-left: auto !important;
}

@media (max-width: 960px) {
  .btn_main.right a {
    margin: 0 auto !important;
  }
}

.btn_inline .btn_s {
  display: inline-block;
  margin: 0 4px;
}

@media (max-width: 479px) {
  .btn_inline {
    text-align: center;
  }
  .btn_inline .btn_s {
    margin: 0 4px;
  }
}

.btn_s {
  margin: 16px 0;
}

.btn_s a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  background: #0069c8;
  padding: 4px 0px;
  font-size: 1.3rem;
  border: 2px solid #2f9cff;
  display: block;
  width: 160px;
  text-align: center;
}

@media (max-width: 479px) {
  .btn_s a {
    font-size: 1.2rem;
  }
}

.btn_s a:link, .btn_s a:visited {
  color: #fff;
}

.btn_s a:hover {
  color: #fff;
  background: #fff;
  color: #0069c8;
  border-color: #0069c8;
}

@media (max-width: 960px) {
  .btn_s {
    margin: 16px auto !important;
  }
}

.btn_s.center a {
  margin-right: auto !important;
  margin-left: auto !important;
}

.btn_s.right a {
  margin-left: auto !important;
}

@media (max-width: 960px) {
  .btn_s.right a {
    margin: 0 auto !important;
  }
}

.telbtn {
  font-size: 3.5rem;
  padding: 0px 0;
  font-weight: normal;
  letter-spacing: 2px;
}

.telbtn:before {
  font-family: "Font Awesome 5 Free";
  font-size: 3rem;
  font-weight: 900;
  content: "\f095";
  margin-right: 5px;
  color: #0069c8;
}

.telbtn a:link, .telbtn a:visited {
  color: #0069c8;
  text-decoration: none;
}

.telbtn a:hover {
  color: #0069c8;
  text-decoration: none;
  opacity: 0.6;
}

@media (max-width: 479px) {
  .telbtn {
    font-size: 2rem;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 8px 0;
    margin: 16px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px 1px;
            box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px 1px;
  }
  .telbtn:before {
    font-size: 1.8rem;
  }
}

.ttl_base {
  font-size: 8rem;
  font-family: "Lobster", cursive;
  color: #0069c8;
  font-weight: normal;
  line-height: 0.8;
  margin-bottom: 24px;
  position: relative;
}

.ttl_base span {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: bold;
  display: block;
  font-weight: bold;
  color: #555;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

@media (max-width: 479px) {
  .ttl_base span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .ttl_base {
    font-size: 12vw;
    margin-bottom: 24px;
    text-align: center;
  }
}

.ttl_bar {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  color: #0069c8;
  margin-bottom: 16px;
  padding: 4px 0;
  font-weight: bold;
  border-bottom: 1px solid #0069c8;
}

@media (max-width: 1024px) {
  .ttl_bar {
    font-size: 1.8rem;
  }
}

.ttl_check {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  color: #0069c8;
  margin-bottom: 16px;
  padding: 4px 0 0;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .ttl_check {
    font-size: 1.8rem;
  }
}

.ttl_check:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
  margin-right: 5px;
  color: #0069c8;
}

.ttl_lead {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  position: relative;
  background-image: url(../img/line.gif);
  background-repeat: repeat-x;
  background-position: bottom left;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .ttl_lead {
    font-size: 1.8rem;
  }
}

.ttl_ic {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  color: #0069c8;
  margin-bottom: 16px;
  padding: 4px 0 0;
  font-weight: bold;
  border-bottom: 1px solid #0069c8;
}

@media (max-width: 1024px) {
  .ttl_ic {
    font-size: 1.8rem;
  }
}

.ttl_ic:before {
  content: "";
  margin-top: 8px;
  margin-right: 8px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/ttl_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-family: "object-fit: contain;";
  /*IE対策*/
  vertical-align: middle;
}

.ttl_elegant {
  font-size: 4rem;
  font-family: "Great Vibes", cursive;
  color: rgba(180, 204, 39, 0.4);
  font-weight: normal;
  line-height: 1.2;
  position: absolute;
  top: -24px;
  left: -30px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  z-index: 1;
}

@media (max-width: 479px) {
  .ttl_elegant {
    font-size: 6rem;
  }
}

.ttl_point {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  color: #1258a3;
  font-weight: bold;
  line-height: 20px;
  margin: 10px 0;
  padding: 3px 0;
}

@media (max-width: 1024px) {
  .ttl_point {
    font-size: 1.8rem;
  }
}

.ttl_point span {
  background: #1258a3;
  display: inline-block;
  padding: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  margin-right: 15px;
}

.ttl_point_square {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  color: #0069c8;
  font-weight: bold;
  line-height: 20px;
  margin: 10px 0;
  padding: 3px 0;
}

@media (max-width: 1024px) {
  .ttl_point_square {
    font-size: 1.8rem;
  }
}

.ttl_point_square span {
  background: #0069c8;
  display: inline-block;
  padding: 10px;
  height: 40px;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  margin-right: 15px;
}

.ttl_point_center {
  color: #0069c8;
  font-weight: bold;
  line-height: 20px;
  margin: 24px 0;
  padding: 3px 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: bold;
}

@media (max-width: 479px) {
  .ttl_point_center {
    font-size: 1.4rem;
  }
}

.ttl_point_center span {
  background: #0069c8;
  display: block;
  padding: 6px;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  font-size: 2.3rem;
  margin: 0 auto 10px;
}

.ttl_bot {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  color: #0069c8;
  display: table;
  margin-bottom: 16px;
  line-height: 1.2;
  padding: 4px 0;
  font-weight: bold;
  border-bottom: 3px dotted #0069c8;
}

@media (max-width: 1024px) {
  .ttl_bot {
    font-size: 1.8rem;
  }
}

.ttl_bot span {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
}

@media (max-width: 479px) {
  .ttl_bot span {
    font-size: 1.2rem;
  }
}

.ttl_bot.tcenter {
  margin-right: auto;
  margin-left: auto;
}

.ttl_biger {
  font-size: 10vw;
  font-family: "Lobster", cursive;
  color: rgba(0, 0, 0, 0.2);
  z-index: 0;
  line-height: 1;
  position: relative;
}

.ttl_biger span {
  font-size: 4rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  font-weight: 300;
  font-weight: bold;
  font-family: "Kosugi Maru", sans-serif;
  color: #0069c8;
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
}

@media (max-width: 960px) {
  .ttl_biger span {
    font-size: 2.2rem;
  }
}

@media (max-width: 479px) {
  .ttl_biger span {
    font-size: 2.2rem;
  }
}

@media (max-width: 479px) {
  .ttl_biger {
    font-size: 2.8rem;
    color: rgba(0, 105, 200, 0.6);
    text-align: center;
  }
}

.look_bk {
  font-size: 6rem;
  color: rgba(0, 105, 200, 0.2);
  z-index: 0;
  line-height: 1;
}

@media (max-width: 479px) {
  .look_bk {
    font-size: 2.8rem;
    color: rgba(0, 105, 200, 0.6);
    text-align: center !important;
  }
}

.look {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  z-index: 1;
  line-height: 1.5;
  margin-bottom: 24px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  color: #0069c8;
  margin-top: -16px;
  margin-bottom: 24px;
}

@media (max-width: 1024px) {
  .look {
    font-size: 1.8rem;
  }
}

@media (max-width: 960px) {
  .look {
    margin-top: -0px;
    font-size: 1.5rem !important;
    text-align: center;
  }
}

.ttl_bg {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  background: #82d5f0;
  color: #000000;
  text-indent: 2rem;
  margin: 16px 0;
  padding: 4px 0;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .ttl_bg {
    font-size: 1.8rem;
  }
}

.ttl_border {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  background: #0069c8;
  color: #fff;
  margin-bottom: 16px;
  padding: 4px 0;
  font-weight: bold;
  border: 1px solid #0069c8;
  text-align: center;
  font-weight: normal;
}

@media (max-width: 1024px) {
  .ttl_border {
    font-size: 1.8rem;
  }
}

.ttl_cl {
  font-size: 4rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  font-weight: 300;
  color: #b4cc27;
  text-align: center;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 45px;
  position: relative;
}

@media (max-width: 960px) {
  .ttl_cl {
    font-size: 2.2rem;
  }
}

@media (max-width: 479px) {
  .ttl_cl {
    font-size: 2.2rem;
  }
}

.ttl_cl:after {
  content: "";
  width: 160px;
  height: 2px;
  background: #0069c8;
  display: block;
  position: absolute;
  top: 80px;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
}

.ttl_cl span {
  font-size: 15px;
  display: block;
}

@media (max-width: 479px) {
  .ttl_cl {
    font-size: 2rem;
    margin-bottom: 24px;
  }
  .ttl_cl:after {
    top: 50px;
  }
}

.ttl_bl {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  color: #0069c8;
  text-indent: 0.8em;
  overflow: hidden;
  font-weight: normal;
  border-left: 3px solid #0069c8;
  margin: 32px 0;
  padding: 4px 0;
}

@media (max-width: 1024px) {
  .ttl_bl {
    font-size: 1.8rem;
  }
}

.ttl_bl span {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: bold;
}

@media (max-width: 479px) {
  .ttl_bl span {
    font-size: 1.4rem;
  }
}

.ttl_cl_line {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  color: #0069c8;
  text-align: center;
  padding: 16px 0;
  background: url("../img/ttl_cl_line.png") repeat-x center;
}

@media (max-width: 1024px) {
  .ttl_cl_line {
    font-size: 1.8rem;
  }
}

.ttl_cl_line h1,
.ttl_cl_line h2,
.ttl_cl_line h3,
.ttl_cl_line h4,
.ttl_cl_line h5 {
  background-color: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 3px 32px;
  line-height: 1.3;
}

.ttl_cl_line span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  color: #333;
}

@media (max-width: 479px) {
  .ttl_cl_line span {
    font-size: 1.2rem;
  }
}

.ttl_cl_line:after {
  content: "";
  height: 100px;
}

.ttl_rs {
  margin: 16px 0;
}

.ttl_rs span {
  background: #0069c8;
  color: #fff;
  padding: 5px 15px;
  font-size: 1.8rem;
  display: block;
  max-width: 230px;
  text-align: center;
}

.ttl_rs.center span {
  margin-right: auto !important;
  margin-left: auto !important;
}

.ttl_rs.right span {
  margin-left: auto !important;
}

@media screen and (max-width: 768px) {
  .ttl_rs.right span {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

.ttl_arrow {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  background: #ebebef;
  padding: 5px 10px;
  position: relative;
  padding: 5px 0 5px 70px;
}

@media (max-width: 1024px) {
  .ttl_arrow {
    font-size: 1.8rem;
  }
}

.ttl_arrow:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  background: #0069c8;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.ttl_arrow:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0;
  height: 100%;
  border: 28px solid transparent;
  border-left: 20px solid #0069c8;
}

.yajirusi {
  position: relative;
  background: #0069c8;
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 16px 0;
}

@media (max-width: 1024px) {
  .yajirusi {
    font-size: 1.8rem;
  }
}

.yajirusi span {
  margin-right: 8px;
  font-weight: bold;
}

.yajirusi:after, .yajirusi:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.yajirusi:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #0069c8;
  border-width: 15px;
  margin-left: -15px;
}

.yajirusi:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #0069c8;
  border-width: 20px;
  margin-left: -20px;
}

.ttl_dotted {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  font-weight: bold;
  color: #0069c8;
  padding: 10px 0;
  border-top: dotted 3px #0069c8;
  border-bottom: dotted 3px #0069c8;
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}

@media (max-width: 1024px) {
  .ttl_dotted {
    font-size: 1.8rem;
  }
}

.ttl_double {
  background: #0069c8;
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  border: 4px double #fff;
  padding: 16px 0;
  line-height: 1.2;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

@media (max-width: 1024px) {
  .ttl_double {
    font-size: 1.8rem;
  }
}

.ttl_double span {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  background: #fff;
  padding: 3px 8px;
  border-radius: 30px;
  color: #0084fb;
  margin-left: 10px;
  letter-spacing: 1.5px;
}

@media (max-width: 479px) {
  .ttl_double span {
    font-size: 1.2rem;
  }
}

.ttl_double i {
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .ttl_double {
    padding: 8px 0;
  }
  .ttl_double i {
    font-size: 2.5rem;
  }
}

.hukidasi {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  color: #fff;
  width: 100%;
  background: #0069c8;
  font-weight: normal;
  line-height: 1;
  margin: 20px 0px 15px 0px;
  padding: 32px 0;
  border-radius: 10px;
  border: 2px solid #aaa;
}

@media (max-width: 1024px) {
  .hukidasi {
    font-size: 1.8rem;
  }
}

.hukidasi:after, .hukidasi:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
}

.hukidasi:after {
  left: 33px;
  border: 8px solid transparent;
  border-top: 11px solid #0069c8;
}

.hukidasi:before {
  left: 30px;
  border: 11px solid transparent;
  border-top: 13px solid #aaa;
}

.text_S {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
}

@media (max-width: 479px) {
  .text_S {
    font-size: 1.2rem;
  }
}

.text_M {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  color: #0069c8;
  margin: 16px 0;
}

@media (max-width: 1024px) {
  .text_M {
    font-size: 1.8rem;
  }
}

.text_L {
  font-size: 4rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  font-weight: 300;
  color: #0069c8;
  margin-bottom: 32px;
}

@media (max-width: 960px) {
  .text_L {
    font-size: 2.2rem;
  }
}

@media (max-width: 479px) {
  .text_L {
    font-size: 2.2rem;
  }
}

.point_text {
  position: relative;
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  line-height: 1;
  color: #59ad42;
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}

@media (max-width: 1024px) {
  .point_text {
    font-size: 1.8rem;
  }
}

.point_text::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  margin-left: 15px;
  vertical-align: middle;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
  background: #4ddfae;
  background: -webkit-gradient(linear, left top, right top, from(#4ddfae), to(#14baf8));
  background: linear-gradient(to right, #4ddfae 0%, #14baf8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$mint_green", endColorstr="#14baf8",GradientType=1 );
}

.radius {
  border-radius: 25px;
  overflow: hidden;
}

.shadow {
  -webkit-box-shadow: rgba(51, 51, 51, 0.1) 0 1px 15px 10px;
          box-shadow: rgba(51, 51, 51, 0.1) 0 1px 15px 10px;
}

.frame {
  padding: 32px;
  background-color: #fff;
}

.frame h2,
.frame p {
  text-align: justify;
  text-justify: inter-ideograph;
}

@media (max-width: 479px) {
  .frame {
    padding: 16px;
  }
}

.inbox {
  margin: -32px;
}

@media (max-width: 479px) {
  .inbox {
    margin: -8px;
    padding: 16px;
  }
}

.border {
  border: 1px solid #888;
}

.img_frame {
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.img_frame:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  background: #fff;
  z-index: -1;
}

.img_shadow {
  -webkit-box-shadow: rgba(0, 105, 200, 0.1) -80px 80px 0;
          box-shadow: rgba(0, 105, 200, 0.1) -80px 80px 0;
}

.img_r {
  border-radius: 50%;
}

.pattern01 {
  background-image: url(../img/pattern01.jpg);
}

.pattern02 {
  background-image: url(../img/pattern02.jpg);
}

.pattern03 {
  background-image: url(../img/pattern03.png);
}

.pattern_half_l {
  position: relative;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pattern_half_l:after {
  content: "";
  display: block;
  background-image: url(../img/pattern01.jpg);
  background-repeat: repeat !important;
  position: absolute;
  top: 15%;
  left: 0;
  z-index: -1;
  height: 70%;
  width: 80%;
}

.pattern_half_r {
  position: relative;
  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;
}

.pattern_half_r:after {
  content: "";
  display: block;
  background-image: url(../img/pattern01.jpg);
  background-repeat: repeat;
  position: absolute;
  top: 0%;
  left: auto;
  right: 0;
  z-index: -1;
  height: 70%;
  width: 80%;
}

.bg_half {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #62b4ff), color-stop(50%, #eee));
  background-image: linear-gradient(to right, #62b4ff 50%, #eee 50%);
}

.bg_half_l {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #62b4ff), color-stop(70%, #fff));
  background-image: linear-gradient(to right, #62b4ff 70%, #fff 70%);
}

.bg_half_r {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(80%, #62b4ff), color-stop(70%, #fff));
  background-image: linear-gradient(to left, #62b4ff 80%, #fff 70%);
}

.bg_img_half_l {
  position: relative;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bg_img_half_l:after {
  content: "";
  display: block;
  background-image: url(../img/bg_img_half_l.jpg);
  background-repeat: repeat !important;
  position: absolute;
  top: 15%;
  left: 0;
  z-index: -1;
  height: 70%;
  width: 80%;
}

.bg_img_half_r {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space;
      -ms-flex-pack: space;
          justify-content: space;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bg_img_half_r:after {
  content: "";
  display: block;
  background-image: url(../img/bg_img_half_l.jpg);
  background-repeat: repeat;
  position: absolute;
  top: 0%;
  left: auto;
  right: 0;
  z-index: -1;
  height: 70%;
  width: 80%;
}

.bg_center {
  position: relative;
}

.bg_center:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 60px);
  height: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#023893), to(#6f66d1));
  background-image: linear-gradient(to right, #023893 0%, #6f66d1 100%);
  opacity: 0.8;
  z-index: -2;
}

.bg_half_b {
  position: relative;
}

.bg_half_b:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #62b4ff;
  width: 100%;
  height: 80%;
  z-index: -1;
}

.bg_img1 {
  background-image: url(../img/bg_img1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 479px) {
  .bg_img1 {
    background-position: center center;
  }
}

.bg_img2 {
  background-image: url(../img/bg_img2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_img3 {
  background-image: url(../img/bg_img3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_img4 {
  background-image: url(../img/bg_img4.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_img5 {
  background-image: url(../img/bg_img5.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_grid {
  width: 100%;
  background-image: linear-gradient(#ddd 1px, transparent 0), linear-gradient(90deg, #ddd 1px, transparent 0);
  background-size: 20px 20px;
}

.bg_linear {
  background: -webkit-gradient(linear, left bottom, left top, from(#0069c8), color-stop(30%, #0069c8), color-stop(30%, #fff), to(#fff));
  background: linear-gradient(0deg, #0069c8 0%, #0069c8 30%, #fff 30%, #fff 100%);
}

.bg_stripe {
  background-image: linear-gradient(45deg, #fff 25%, #95cdff 25%, #95cdff 50%, #fff 50%, #fff 75%, #95cdff 75%, #95cdff);
  background-size: 20px 20px;
}

.scr {
  width: 100%;
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.scr::-webkit-scrollbar {
  width: 5px;
}

.scr::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.scr::-webkit-scrollbar-thumb {
  background-color: rgba(50, 50, 50, 0.5);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.bg-area {
  background-image: url(../img/bg-area.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.bg-area .lsingle {
  padding-bottom: 150px;
  float: left;
  width: 49%;
}

@media (max-width: 960px) {
  .bg-area {
    background-size: 100%;
    background: none;
  }
  .bg-area .lsingle {
    padding-bottom: 200px;
    float: none;
    width: 100%;
  }
}

table {
  width: 100%;
}

table th {
  vertical-align: middle;
  padding: 16px 8px;
  font-weight: normal;
  line-height: 1.5;
  border-top: #aaa 1px solid;
  border-bottom: #aaa 1px solid;
  border-left: #aaa 0px solid;
  border-right: #aaa 0px solid;
  text-align: left;
  background: #c8e5ff;
}

table td {
  padding: 16px 8px;
  vertical-align: middle;
  border-top: #aaa 1px solid;
  border-bottom: #aaa 1px solid;
  border-left: #aaa 0px solid;
  border-right: #aaa 0px solid;
}

table td b {
  color: #0069c8;
}

.tbl_normal {
  margin: 16px 0;
  width: 100%;
  background: #fff;
}

.tbl_normal.col_2 th {
  width: 50%;
}

.tbl_normal th {
  padding: 10px 10px;
  font-weight: normal;
  line-height: 1.5;
  border: #aaa 1px solid;
  text-align: center;
  background-color: #eee;
}

.tbl_normal td {
  padding: 10px 10px;
  border: #aaa 1px solid;
  vertical-align: top;
}

.tbl_normal td b {
  color: #a40000;
}

table.tbl-2l {
  margin: 15px 0;
}

table.tbl-2l th {
  padding: 15px 10px;
  font-weight: bold;
  line-height: 1.5;
  border: #ddd 0px solid;
  color: #555;
  background: none !important;
  text-align: left;
}

table.tbl-2l tr:nth-child(odd) {
  background: #f2f2f2;
}

table.tbl-2l td {
  padding: 15px 10px;
  border: #eee 0px solid !important;
  background: none;
}

table.tbl-2l .price {
  text-align: center;
}

.tbl_menu {
  margin: 15px 0;
}

.tbl_menu th {
  padding: 15px 10px;
  font-weight: bold;
  line-height: 1.5;
  border: #ddd 0px solid;
  color: #555;
  background: none !important;
  text-align: left;
}

.tbl_menu th p {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
}

@media (max-width: 479px) {
  .tbl_menu th p {
    font-size: 1.2rem;
  }
}

.tbl_menu tr:nth-child(odd) {
  background: #f2f2f2;
}

.tbl_menu td {
  text-align: right;
  padding: 15px 10px;
  border: #eee 0px solid !important;
  background: none;
}

.tbl_menu td b {
  color: #ea68a1;
}

.tbl_tr th:nth-child(4) {
  text-align: left;
}

.tbl_tr td:nth-child(1), .tbl_tr td:nth-child(2), .tbl_tr td:nth-child(3) {
  text-align: center;
}

.tbl_tr tr:hover {
  background: rgba(0, 105, 200, 0.1);
}

@media (max-width: 479px) {
  .tbl_tr {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .tbl_tr tr {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .tbl_tr th {
    padding: 8px 0px;
    vertical-align: middle;
    border-top: #aaa 1px solid;
    border-bottom: #aaa 1px solid;
    border-left: #aaa 0px solid;
    border-right: #aaa 0px solid;
  }
  .tbl_tr th:nth-child(1), .tbl_tr th:nth-child(2), .tbl_tr th:nth-child(3) {
    width: 33.33% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .tbl_tr td {
    padding: 8px 0px;
    vertical-align: middle;
    border-top: #aaa 0px solid;
    border-bottom: #aaa 1px solid;
    border-left: #aaa 0px solid;
    border-right: #aaa 0px solid;
  }
  .tbl_tr td:nth-child(1), .tbl_tr td:nth-child(2), .tbl_tr td:nth-child(3) {
    width: 33.33% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .tbl_tr th:nth-child(4) {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none !important;
    width: 100% !important;
  }
  .tbl_tr td:nth-child(4) {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block !important;
    width: 100% !important;
    margin-bottom: 8px;
  }
}

.tbl_sinryou {
  margin: 16px 0;
  text-align: center;
  border-left: #0069c8 1px solid;
  border-right: #0069c8 1px solid;
  background: #fff;
}

.tbl_sinryou th {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  vertical-align: middle;
  background: #0069c8;
  color: #fff;
  padding: 16px 0px !important;
  margin: 0;
  line-height: 1.5;
  text-align: center;
  border-top: #0069c8 1px solid;
  border-bottom: #0069c8 1px solid;
  border-left: #aaa 0px solid;
  border-right: #aaa 0px solid;
  font-weight: normal;
  width: 10%;
}

@media (max-width: 479px) {
  .tbl_sinryou th {
    font-size: 1.2rem;
  }
}

.tbl_sinryou th:first-child {
  width: 15%;
}

.tbl_sinryou td {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  padding: 16px 0px !important;
  margin: 0;
  vertical-align: middle;
  border-top: #0069c8 1px solid;
  border-bottom: #0069c8 1px solid;
  border-left: #aaa 1px solid;
  border-right: #aaa 1px solid;
  text-align: center;
}

@media (max-width: 479px) {
  .tbl_sinryou td {
    font-size: 1.2rem;
  }
}

.tbl_sinryou td b {
  color: #0069c8;
  font-size: 1.8rem;
}

@media (max-width: 479px) {
  table.rs {
    width: 100%;
  }
  table.rs th {
    display: block;
    width: calc(100% - 2px) !important;
    overflow: hidden;
    padding: 16px 0;
    border: 0px;
    color: #0069c8;
  }
  table.rs td {
    display: block;
    width: calc(100% - 2px) !important;
    padding: 16px 0;
  }
}

@media (max-width: 479px) {
  .table_scr {
    height: auto;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .table_scr table {
    width: 600px;
  }
}

.marker-c {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #a8d8fa));
  background: linear-gradient(transparent 70%, #a8d8fa 0%);
  z-index: 0;
}

.marker-m {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ff7c81));
  background: linear-gradient(transparent 70%, #ff7c81 0%);
  z-index: 0;
}

.marker-y {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fef36c));
  background: linear-gradient(transparent 70%, #fef36c 0%);
  z-index: 0;
}

.marker-k {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #cccccc));
  background: linear-gradient(transparent 70%, #cccccc 0%);
  z-index: 0;
}

.marker-p {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffd0e1));
  background: linear-gradient(transparent 70%, #ffd0e1 0%);
  z-index: 0;
}

.bg_grd_black {
  background-image: -webkit-gradient(linear, left top, right top, from(#434343), to(#000));
  background-image: linear-gradient(to right, #434343 0%, #000 100%);
}

.bg_grd_blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#1799c2), to(#1460d1));
  background-image: linear-gradient(to right, #1799c2 0%, #1460d1 100%);
}

.bg_grd_green {
  background: linear-gradient(45deg, #27ffed, #abffaf);
}

.bg_mask_black {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

.bg-base {
  background-color: #0069c8 !important;
}

.bg-orange {
  background-color: #ff6600 !important;
}

.bg-old {
  background-color: #c69c6d !important;
}

.bg-purple {
  background-color: #930063 !important;
}

.bg-red {
  background-color: #a40000 !important;
}

.bg-blue {
  background-color: #1258a3 !important;
}

.bg-green {
  background-color: #59ad42 !important;
}

.mint_green {
  background-color: #4ddfae !important;
}

.bg-skyblue {
  background-color: #caf0ff !important;
}

.bg-yellow {
  background-color: #ffe766 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-glass {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.bg-glass_blue {
  background-color: rgba(18, 88, 163, 0.6) !important;
}

.bg-pink {
  background-color: #ea68a1 !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-beige {
  background-color: #f5edd9 !important;
}

.bg-brown {
  background-color: #9b8871 !important;
}

.bg-111 {
  background-color: #111 !important;
}

.bg-222 {
  background-color: #222 !important;
}

.bg-333 {
  background-color: #333 !important;
}

.bg-aaa {
  background-color: #aaa !important;
}

.bg-bbb {
  background-color: #bbb !important;
}

.bg-ccc {
  background-color: #ccc !important;
}

.bg-ddd {
  background-color: #ddd !important;
}

.bg-eee {
  background-color: #eee !important;
}

.bg-f2 {
  background-color: #f2f2f2 !important;
}

.bg-line {
  background-color: #2bac38 !important;
}

.bg-facebook {
  background-color: #365491 !important;
}

.bg-twitter {
  background-color: #3596d4 !important;
}

.bg-insta {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat !important;
}

.tcenter {
  text-align: center !important;
}

.tcenter_sp {
  text-align: center !important;
}

.tright {
  text-align: right !important;
}

.tleft {
  text-align: left !important;
}

.tinline {
  display: inline-block;
}

.m0 {
  margin: 0px !important;
}

.t-m0 {
  margin-top: 0px !important;
}

.r-m0 {
  margin-right: 0px !important;
}

.b-m0 {
  margin-bottom: 0px !important;
}

.l-m0 {
  margin-left: 0px !important;
}

.h-m0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.w-m0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.p0 {
  padding: 0px !important;
}

.t-p0 {
  padding-top: 0px !important;
}

.r-p0 {
  padding-right: 0px !important;
}

.b-p0 {
  padding-bottom: 0px !important;
}

.l-p0 {
  padding-left: 0px !important;
}

.h-p0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.w-p0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.m0 {
  margin: 0px !important;
}

.t-m0 {
  margin-top: 0px !important;
}

.r-m0 {
  margin-right: 0px !important;
}

.b-m0 {
  margin-bottom: 0px !important;
}

.l-m0 {
  margin-left: 0px !important;
}

.m5 {
  margin: 8px !important;
}

.t-m5 {
  margin-top: 8px !important;
}

.r-m5 {
  margin-right: 8px !important;
}

.b-m5 {
  margin-bottom: 8px !important;
}

.l-m5 {
  margin-left: 8px !important;
}

.h-m5 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.w-m5 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.p5 {
  padding: 8px !important;
}

.t-p5 {
  padding-top: 8px !important;
}

.r-p5 {
  padding-right: 8px !important;
}

.b-p5 {
  padding-bottom: 8px !important;
}

.l-p5 {
  padding-left: 8px !important;
}

.h-p5 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.w-p5 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.m-5 {
  margin: -8px !important;
}

.t-m-5 {
  margin-top: -8px !important;
}

.r-m-5 {
  margin-right: -8px !important;
}

.b-m-5 {
  margin-bottom: -8px !important;
}

.l-m-5 {
  margin-left: -8px !important;
}

.m10 {
  margin: 16px !important;
}

.t-m10 {
  margin-top: 16px !important;
}

.r-m10 {
  margin-right: 16px !important;
}

.b-m10 {
  margin-bottom: 16px !important;
}

.l-m10 {
  margin-left: 16px !important;
}

.h-m10 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.w-m10 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.p10 {
  padding: 16px !important;
}

.t-p10 {
  padding-top: 16px !important;
}

.r-p10 {
  padding-right: 16px !important;
}

.b-p10 {
  padding-bottom: 16px !important;
}

.l-p10 {
  padding-left: 16px !important;
}

.h-p10 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.w-p10 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.m-10 {
  margin: -16px !important;
}

.t-m-10 {
  margin-top: -16px !important;
}

.r-m-10 {
  margin-right: -16px !important;
}

.b-m-10 {
  margin-bottom: -16px !important;
}

.l-m-10 {
  margin-left: -16px !important;
}

.m15 {
  margin: 24px !important;
}

.t-m15 {
  margin-top: 24px !important;
}

.r-m15 {
  margin-right: 24px !important;
}

.b-m15 {
  margin-bottom: 24px !important;
}

.l-m15 {
  margin-left: 24px !important;
}

.h-m15 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.w-m15 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.p15 {
  padding: 24px !important;
}

.t-p15 {
  padding-top: 24px !important;
}

.r-p15 {
  padding-right: 24px !important;
}

.b-p15 {
  padding-bottom: 24px !important;
}

.l-p15 {
  padding-left: 24px !important;
}

.h-p15 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.w-p15 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.m-15 {
  margin: -24px !important;
}

.t-m-15 {
  margin-top: -24px !important;
}

.r-m-15 {
  margin-right: -24px !important;
}

.b-m-15 {
  margin-bottom: -24px !important;
}

.l-m-15 {
  margin-left: -24px !important;
}

.m20 {
  margin: 32px !important;
}

.t-m20 {
  margin-top: 32px !important;
}

.r-m20 {
  margin-right: 32px !important;
}

.b-m20 {
  margin-bottom: 32px !important;
}

.l-m20 {
  margin-left: 32px !important;
}

.h-m20 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.w-m20 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.p20 {
  padding: 32px !important;
}

.t-p20 {
  padding-top: 32px !important;
}

.r-p20 {
  padding-right: 32px !important;
}

.b-p20 {
  padding-bottom: 32px !important;
}

.l-p20 {
  padding-left: 32px !important;
}

.h-p20 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.w-p20 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.m-20 {
  margin: -32px !important;
}

.t-m-20 {
  margin-top: -32px !important;
}

.r-m-20 {
  margin-right: -32px !important;
}

.b-m-20 {
  margin-bottom: -32px !important;
}

.l-m-20 {
  margin-left: -32px !important;
}

.m25 {
  margin: 40px !important;
}

.t-m25 {
  margin-top: 40px !important;
}

.r-m25 {
  margin-right: 40px !important;
}

.b-m25 {
  margin-bottom: 40px !important;
}

.l-m25 {
  margin-left: 40px !important;
}

.h-m25 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.w-m25 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.p25 {
  padding: 40px !important;
}

.t-p25 {
  padding-top: 40px !important;
}

.r-p25 {
  padding-right: 40px !important;
}

.b-p25 {
  padding-bottom: 40px !important;
}

.l-p25 {
  padding-left: 40px !important;
}

.h-p25 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.w-p25 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.m-25 {
  margin: -40px !important;
}

.t-m-25 {
  margin-top: -40px !important;
}

.r-m-25 {
  margin-right: -40px !important;
}

.b-m-25 {
  margin-bottom: -40px !important;
}

.l-m-25 {
  margin-left: -40px !important;
}

.m30 {
  margin: 48px !important;
}

.t-m30 {
  margin-top: 48px !important;
}

.r-m30 {
  margin-right: 48px !important;
}

.b-m30 {
  margin-bottom: 48px !important;
}

.l-m30 {
  margin-left: 48px !important;
}

.h-m30 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.w-m30 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.p30 {
  padding: 48px !important;
}

.t-p30 {
  padding-top: 48px !important;
}

.r-p30 {
  padding-right: 48px !important;
}

.b-p30 {
  padding-bottom: 48px !important;
}

.l-p30 {
  padding-left: 48px !important;
}

.h-p30 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.w-p30 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.m-30 {
  margin: -48px !important;
}

.t-m-30 {
  margin-top: -48px !important;
}

.r-m-30 {
  margin-right: -48px !important;
}

.b-m-30 {
  margin-bottom: -48px !important;
}

.l-m-30 {
  margin-left: -48px !important;
}

.m35 {
  margin: 56px !important;
}

.t-m35 {
  margin-top: 56px !important;
}

.r-m35 {
  margin-right: 56px !important;
}

.b-m35 {
  margin-bottom: 56px !important;
}

.l-m35 {
  margin-left: 56px !important;
}

.h-m35 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.w-m35 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}

.p35 {
  padding: 56px !important;
}

.t-p35 {
  padding-top: 56px !important;
}

.r-p35 {
  padding-right: 56px !important;
}

.b-p35 {
  padding-bottom: 56px !important;
}

.l-p35 {
  padding-left: 56px !important;
}

.h-p35 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.w-p35 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

.m-35 {
  margin: -56px !important;
}

.t-m-35 {
  margin-top: -56px !important;
}

.r-m-35 {
  margin-right: -56px !important;
}

.b-m-35 {
  margin-bottom: -56px !important;
}

.l-m-35 {
  margin-left: -56px !important;
}

.m40 {
  margin: 64px !important;
}

.t-m40 {
  margin-top: 64px !important;
}

.r-m40 {
  margin-right: 64px !important;
}

.b-m40 {
  margin-bottom: 64px !important;
}

.l-m40 {
  margin-left: 64px !important;
}

.h-m40 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.w-m40 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.p40 {
  padding: 64px !important;
}

.t-p40 {
  padding-top: 64px !important;
}

.r-p40 {
  padding-right: 64px !important;
}

.b-p40 {
  padding-bottom: 64px !important;
}

.l-p40 {
  padding-left: 64px !important;
}

.h-p40 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.w-p40 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.m-40 {
  margin: -64px !important;
}

.t-m-40 {
  margin-top: -64px !important;
}

.r-m-40 {
  margin-right: -64px !important;
}

.b-m-40 {
  margin-bottom: -64px !important;
}

.l-m-40 {
  margin-left: -64px !important;
}

.m45 {
  margin: 72px !important;
}

.t-m45 {
  margin-top: 72px !important;
}

.r-m45 {
  margin-right: 72px !important;
}

.b-m45 {
  margin-bottom: 72px !important;
}

.l-m45 {
  margin-left: 72px !important;
}

.h-m45 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.w-m45 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

.p45 {
  padding: 72px !important;
}

.t-p45 {
  padding-top: 72px !important;
}

.r-p45 {
  padding-right: 72px !important;
}

.b-p45 {
  padding-bottom: 72px !important;
}

.l-p45 {
  padding-left: 72px !important;
}

.h-p45 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.w-p45 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

.m-45 {
  margin: -72px !important;
}

.t-m-45 {
  margin-top: -72px !important;
}

.r-m-45 {
  margin-right: -72px !important;
}

.b-m-45 {
  margin-bottom: -72px !important;
}

.l-m-45 {
  margin-left: -72px !important;
}

.m50 {
  margin: 80px !important;
}

.t-m50 {
  margin-top: 80px !important;
}

.r-m50 {
  margin-right: 80px !important;
}

.b-m50 {
  margin-bottom: 80px !important;
}

.l-m50 {
  margin-left: 80px !important;
}

.h-m50 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.w-m50 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.p50 {
  padding: 80px !important;
}

.t-p50 {
  padding-top: 80px !important;
}

.r-p50 {
  padding-right: 80px !important;
}

.b-p50 {
  padding-bottom: 80px !important;
}

.l-p50 {
  padding-left: 80px !important;
}

.h-p50 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.w-p50 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.m-50 {
  margin: -80px !important;
}

.t-m-50 {
  margin-top: -80px !important;
}

.r-m-50 {
  margin-right: -80px !important;
}

.b-m-50 {
  margin-bottom: -80px !important;
}

.l-m-50 {
  margin-left: -80px !important;
}

.m55 {
  margin: 88px !important;
}

.t-m55 {
  margin-top: 88px !important;
}

.r-m55 {
  margin-right: 88px !important;
}

.b-m55 {
  margin-bottom: 88px !important;
}

.l-m55 {
  margin-left: 88px !important;
}

.h-m55 {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}

.w-m55 {
  margin-left: 88px !important;
  margin-right: 88px !important;
}

.p55 {
  padding: 88px !important;
}

.t-p55 {
  padding-top: 88px !important;
}

.r-p55 {
  padding-right: 88px !important;
}

.b-p55 {
  padding-bottom: 88px !important;
}

.l-p55 {
  padding-left: 88px !important;
}

.h-p55 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

.w-p55 {
  padding-left: 88px !important;
  padding-right: 88px !important;
}

.m-55 {
  margin: -88px !important;
}

.t-m-55 {
  margin-top: -88px !important;
}

.r-m-55 {
  margin-right: -88px !important;
}

.b-m-55 {
  margin-bottom: -88px !important;
}

.l-m-55 {
  margin-left: -88px !important;
}

.m60 {
  margin: 96px !important;
}

.t-m60 {
  margin-top: 96px !important;
}

.r-m60 {
  margin-right: 96px !important;
}

.b-m60 {
  margin-bottom: 96px !important;
}

.l-m60 {
  margin-left: 96px !important;
}

.h-m60 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.w-m60 {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.p60 {
  padding: 96px !important;
}

.t-p60 {
  padding-top: 96px !important;
}

.r-p60 {
  padding-right: 96px !important;
}

.b-p60 {
  padding-bottom: 96px !important;
}

.l-p60 {
  padding-left: 96px !important;
}

.h-p60 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.w-p60 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

.m-60 {
  margin: -96px !important;
}

.t-m-60 {
  margin-top: -96px !important;
}

.r-m-60 {
  margin-right: -96px !important;
}

.b-m-60 {
  margin-bottom: -96px !important;
}

.l-m-60 {
  margin-left: -96px !important;
}

.m65 {
  margin: 104px !important;
}

.t-m65 {
  margin-top: 104px !important;
}

.r-m65 {
  margin-right: 104px !important;
}

.b-m65 {
  margin-bottom: 104px !important;
}

.l-m65 {
  margin-left: 104px !important;
}

.h-m65 {
  margin-top: 104px !important;
  margin-bottom: 104px !important;
}

.w-m65 {
  margin-left: 104px !important;
  margin-right: 104px !important;
}

.p65 {
  padding: 104px !important;
}

.t-p65 {
  padding-top: 104px !important;
}

.r-p65 {
  padding-right: 104px !important;
}

.b-p65 {
  padding-bottom: 104px !important;
}

.l-p65 {
  padding-left: 104px !important;
}

.h-p65 {
  padding-top: 104px !important;
  padding-bottom: 104px !important;
}

.w-p65 {
  padding-left: 104px !important;
  padding-right: 104px !important;
}

.m-65 {
  margin: -104px !important;
}

.t-m-65 {
  margin-top: -104px !important;
}

.r-m-65 {
  margin-right: -104px !important;
}

.b-m-65 {
  margin-bottom: -104px !important;
}

.l-m-65 {
  margin-left: -104px !important;
}

.m70 {
  margin: 112px !important;
}

.t-m70 {
  margin-top: 112px !important;
}

.r-m70 {
  margin-right: 112px !important;
}

.b-m70 {
  margin-bottom: 112px !important;
}

.l-m70 {
  margin-left: 112px !important;
}

.h-m70 {
  margin-top: 112px !important;
  margin-bottom: 112px !important;
}

.w-m70 {
  margin-left: 112px !important;
  margin-right: 112px !important;
}

.p70 {
  padding: 112px !important;
}

.t-p70 {
  padding-top: 112px !important;
}

.r-p70 {
  padding-right: 112px !important;
}

.b-p70 {
  padding-bottom: 112px !important;
}

.l-p70 {
  padding-left: 112px !important;
}

.h-p70 {
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}

.w-p70 {
  padding-left: 112px !important;
  padding-right: 112px !important;
}

.m-70 {
  margin: -112px !important;
}

.t-m-70 {
  margin-top: -112px !important;
}

.r-m-70 {
  margin-right: -112px !important;
}

.b-m-70 {
  margin-bottom: -112px !important;
}

.l-m-70 {
  margin-left: -112px !important;
}

.m75 {
  margin: 120px !important;
}

.t-m75 {
  margin-top: 120px !important;
}

.r-m75 {
  margin-right: 120px !important;
}

.b-m75 {
  margin-bottom: 120px !important;
}

.l-m75 {
  margin-left: 120px !important;
}

.h-m75 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.w-m75 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.p75 {
  padding: 120px !important;
}

.t-p75 {
  padding-top: 120px !important;
}

.r-p75 {
  padding-right: 120px !important;
}

.b-p75 {
  padding-bottom: 120px !important;
}

.l-p75 {
  padding-left: 120px !important;
}

.h-p75 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.w-p75 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.m-75 {
  margin: -120px !important;
}

.t-m-75 {
  margin-top: -120px !important;
}

.r-m-75 {
  margin-right: -120px !important;
}

.b-m-75 {
  margin-bottom: -120px !important;
}

.l-m-75 {
  margin-left: -120px !important;
}

.m80 {
  margin: 128px !important;
}

.t-m80 {
  margin-top: 128px !important;
}

.r-m80 {
  margin-right: 128px !important;
}

.b-m80 {
  margin-bottom: 128px !important;
}

.l-m80 {
  margin-left: 128px !important;
}

.h-m80 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}

.w-m80 {
  margin-left: 128px !important;
  margin-right: 128px !important;
}

.p80 {
  padding: 128px !important;
}

.t-p80 {
  padding-top: 128px !important;
}

.r-p80 {
  padding-right: 128px !important;
}

.b-p80 {
  padding-bottom: 128px !important;
}

.l-p80 {
  padding-left: 128px !important;
}

.h-p80 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

.w-p80 {
  padding-left: 128px !important;
  padding-right: 128px !important;
}

.m-80 {
  margin: -128px !important;
}

.t-m-80 {
  margin-top: -128px !important;
}

.r-m-80 {
  margin-right: -128px !important;
}

.b-m-80 {
  margin-bottom: -128px !important;
}

.l-m-80 {
  margin-left: -128px !important;
}

.m85 {
  margin: 136px !important;
}

.t-m85 {
  margin-top: 136px !important;
}

.r-m85 {
  margin-right: 136px !important;
}

.b-m85 {
  margin-bottom: 136px !important;
}

.l-m85 {
  margin-left: 136px !important;
}

.h-m85 {
  margin-top: 136px !important;
  margin-bottom: 136px !important;
}

.w-m85 {
  margin-left: 136px !important;
  margin-right: 136px !important;
}

.p85 {
  padding: 136px !important;
}

.t-p85 {
  padding-top: 136px !important;
}

.r-p85 {
  padding-right: 136px !important;
}

.b-p85 {
  padding-bottom: 136px !important;
}

.l-p85 {
  padding-left: 136px !important;
}

.h-p85 {
  padding-top: 136px !important;
  padding-bottom: 136px !important;
}

.w-p85 {
  padding-left: 136px !important;
  padding-right: 136px !important;
}

.m-85 {
  margin: -136px !important;
}

.t-m-85 {
  margin-top: -136px !important;
}

.r-m-85 {
  margin-right: -136px !important;
}

.b-m-85 {
  margin-bottom: -136px !important;
}

.l-m-85 {
  margin-left: -136px !important;
}

.m90 {
  margin: 144px !important;
}

.t-m90 {
  margin-top: 144px !important;
}

.r-m90 {
  margin-right: 144px !important;
}

.b-m90 {
  margin-bottom: 144px !important;
}

.l-m90 {
  margin-left: 144px !important;
}

.h-m90 {
  margin-top: 144px !important;
  margin-bottom: 144px !important;
}

.w-m90 {
  margin-left: 144px !important;
  margin-right: 144px !important;
}

.p90 {
  padding: 144px !important;
}

.t-p90 {
  padding-top: 144px !important;
}

.r-p90 {
  padding-right: 144px !important;
}

.b-p90 {
  padding-bottom: 144px !important;
}

.l-p90 {
  padding-left: 144px !important;
}

.h-p90 {
  padding-top: 144px !important;
  padding-bottom: 144px !important;
}

.w-p90 {
  padding-left: 144px !important;
  padding-right: 144px !important;
}

.m-90 {
  margin: -144px !important;
}

.t-m-90 {
  margin-top: -144px !important;
}

.r-m-90 {
  margin-right: -144px !important;
}

.b-m-90 {
  margin-bottom: -144px !important;
}

.l-m-90 {
  margin-left: -144px !important;
}

.m95 {
  margin: 152px !important;
}

.t-m95 {
  margin-top: 152px !important;
}

.r-m95 {
  margin-right: 152px !important;
}

.b-m95 {
  margin-bottom: 152px !important;
}

.l-m95 {
  margin-left: 152px !important;
}

.h-m95 {
  margin-top: 152px !important;
  margin-bottom: 152px !important;
}

.w-m95 {
  margin-left: 152px !important;
  margin-right: 152px !important;
}

.p95 {
  padding: 152px !important;
}

.t-p95 {
  padding-top: 152px !important;
}

.r-p95 {
  padding-right: 152px !important;
}

.b-p95 {
  padding-bottom: 152px !important;
}

.l-p95 {
  padding-left: 152px !important;
}

.h-p95 {
  padding-top: 152px !important;
  padding-bottom: 152px !important;
}

.w-p95 {
  padding-left: 152px !important;
  padding-right: 152px !important;
}

.m-95 {
  margin: -152px !important;
}

.t-m-95 {
  margin-top: -152px !important;
}

.r-m-95 {
  margin-right: -152px !important;
}

.b-m-95 {
  margin-bottom: -152px !important;
}

.l-m-95 {
  margin-left: -152px !important;
}

.m100 {
  margin: 160px !important;
}

.t-m100 {
  margin-top: 160px !important;
}

.r-m100 {
  margin-right: 160px !important;
}

.b-m100 {
  margin-bottom: 160px !important;
}

.l-m100 {
  margin-left: 160px !important;
}

.h-m100 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.w-m100 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}

.p100 {
  padding: 160px !important;
}

.t-p100 {
  padding-top: 160px !important;
}

.r-p100 {
  padding-right: 160px !important;
}

.b-p100 {
  padding-bottom: 160px !important;
}

.l-p100 {
  padding-left: 160px !important;
}

.h-p100 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.w-p100 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

.m-100 {
  margin: -160px !important;
}

.t-m-100 {
  margin-top: -160px !important;
}

.r-m-100 {
  margin-right: -160px !important;
}

.b-m-100 {
  margin-bottom: -160px !important;
}

.l-m-100 {
  margin-left: -160px !important;
}

.m105 {
  margin: 168px !important;
}

.t-m105 {
  margin-top: 168px !important;
}

.r-m105 {
  margin-right: 168px !important;
}

.b-m105 {
  margin-bottom: 168px !important;
}

.l-m105 {
  margin-left: 168px !important;
}

.h-m105 {
  margin-top: 168px !important;
  margin-bottom: 168px !important;
}

.w-m105 {
  margin-left: 168px !important;
  margin-right: 168px !important;
}

.p105 {
  padding: 168px !important;
}

.t-p105 {
  padding-top: 168px !important;
}

.r-p105 {
  padding-right: 168px !important;
}

.b-p105 {
  padding-bottom: 168px !important;
}

.l-p105 {
  padding-left: 168px !important;
}

.h-p105 {
  padding-top: 168px !important;
  padding-bottom: 168px !important;
}

.w-p105 {
  padding-left: 168px !important;
  padding-right: 168px !important;
}

.m-105 {
  margin: -168px !important;
}

.t-m-105 {
  margin-top: -168px !important;
}

.r-m-105 {
  margin-right: -168px !important;
}

.b-m-105 {
  margin-bottom: -168px !important;
}

.l-m-105 {
  margin-left: -168px !important;
}

.m110 {
  margin: 176px !important;
}

.t-m110 {
  margin-top: 176px !important;
}

.r-m110 {
  margin-right: 176px !important;
}

.b-m110 {
  margin-bottom: 176px !important;
}

.l-m110 {
  margin-left: 176px !important;
}

.h-m110 {
  margin-top: 176px !important;
  margin-bottom: 176px !important;
}

.w-m110 {
  margin-left: 176px !important;
  margin-right: 176px !important;
}

.p110 {
  padding: 176px !important;
}

.t-p110 {
  padding-top: 176px !important;
}

.r-p110 {
  padding-right: 176px !important;
}

.b-p110 {
  padding-bottom: 176px !important;
}

.l-p110 {
  padding-left: 176px !important;
}

.h-p110 {
  padding-top: 176px !important;
  padding-bottom: 176px !important;
}

.w-p110 {
  padding-left: 176px !important;
  padding-right: 176px !important;
}

.m-110 {
  margin: -176px !important;
}

.t-m-110 {
  margin-top: -176px !important;
}

.r-m-110 {
  margin-right: -176px !important;
}

.b-m-110 {
  margin-bottom: -176px !important;
}

.l-m-110 {
  margin-left: -176px !important;
}

.m115 {
  margin: 184px !important;
}

.t-m115 {
  margin-top: 184px !important;
}

.r-m115 {
  margin-right: 184px !important;
}

.b-m115 {
  margin-bottom: 184px !important;
}

.l-m115 {
  margin-left: 184px !important;
}

.h-m115 {
  margin-top: 184px !important;
  margin-bottom: 184px !important;
}

.w-m115 {
  margin-left: 184px !important;
  margin-right: 184px !important;
}

.p115 {
  padding: 184px !important;
}

.t-p115 {
  padding-top: 184px !important;
}

.r-p115 {
  padding-right: 184px !important;
}

.b-p115 {
  padding-bottom: 184px !important;
}

.l-p115 {
  padding-left: 184px !important;
}

.h-p115 {
  padding-top: 184px !important;
  padding-bottom: 184px !important;
}

.w-p115 {
  padding-left: 184px !important;
  padding-right: 184px !important;
}

.m-115 {
  margin: -184px !important;
}

.t-m-115 {
  margin-top: -184px !important;
}

.r-m-115 {
  margin-right: -184px !important;
}

.b-m-115 {
  margin-bottom: -184px !important;
}

.l-m-115 {
  margin-left: -184px !important;
}

.m120 {
  margin: 192px !important;
}

.t-m120 {
  margin-top: 192px !important;
}

.r-m120 {
  margin-right: 192px !important;
}

.b-m120 {
  margin-bottom: 192px !important;
}

.l-m120 {
  margin-left: 192px !important;
}

.h-m120 {
  margin-top: 192px !important;
  margin-bottom: 192px !important;
}

.w-m120 {
  margin-left: 192px !important;
  margin-right: 192px !important;
}

.p120 {
  padding: 192px !important;
}

.t-p120 {
  padding-top: 192px !important;
}

.r-p120 {
  padding-right: 192px !important;
}

.b-p120 {
  padding-bottom: 192px !important;
}

.l-p120 {
  padding-left: 192px !important;
}

.h-p120 {
  padding-top: 192px !important;
  padding-bottom: 192px !important;
}

.w-p120 {
  padding-left: 192px !important;
  padding-right: 192px !important;
}

.m-120 {
  margin: -192px !important;
}

.t-m-120 {
  margin-top: -192px !important;
}

.r-m-120 {
  margin-right: -192px !important;
}

.b-m-120 {
  margin-bottom: -192px !important;
}

.l-m-120 {
  margin-left: -192px !important;
}

.m125 {
  margin: 200px !important;
}

.t-m125 {
  margin-top: 200px !important;
}

.r-m125 {
  margin-right: 200px !important;
}

.b-m125 {
  margin-bottom: 200px !important;
}

.l-m125 {
  margin-left: 200px !important;
}

.h-m125 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.w-m125 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}

.p125 {
  padding: 200px !important;
}

.t-p125 {
  padding-top: 200px !important;
}

.r-p125 {
  padding-right: 200px !important;
}

.b-p125 {
  padding-bottom: 200px !important;
}

.l-p125 {
  padding-left: 200px !important;
}

.h-p125 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.w-p125 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

.m-125 {
  margin: -200px !important;
}

.t-m-125 {
  margin-top: -200px !important;
}

.r-m-125 {
  margin-right: -200px !important;
}

.b-m-125 {
  margin-bottom: -200px !important;
}

.l-m-125 {
  margin-left: -200px !important;
}

.m130 {
  margin: 208px !important;
}

.t-m130 {
  margin-top: 208px !important;
}

.r-m130 {
  margin-right: 208px !important;
}

.b-m130 {
  margin-bottom: 208px !important;
}

.l-m130 {
  margin-left: 208px !important;
}

.h-m130 {
  margin-top: 208px !important;
  margin-bottom: 208px !important;
}

.w-m130 {
  margin-left: 208px !important;
  margin-right: 208px !important;
}

.p130 {
  padding: 208px !important;
}

.t-p130 {
  padding-top: 208px !important;
}

.r-p130 {
  padding-right: 208px !important;
}

.b-p130 {
  padding-bottom: 208px !important;
}

.l-p130 {
  padding-left: 208px !important;
}

.h-p130 {
  padding-top: 208px !important;
  padding-bottom: 208px !important;
}

.w-p130 {
  padding-left: 208px !important;
  padding-right: 208px !important;
}

.m-130 {
  margin: -208px !important;
}

.t-m-130 {
  margin-top: -208px !important;
}

.r-m-130 {
  margin-right: -208px !important;
}

.b-m-130 {
  margin-bottom: -208px !important;
}

.l-m-130 {
  margin-left: -208px !important;
}

.m135 {
  margin: 216px !important;
}

.t-m135 {
  margin-top: 216px !important;
}

.r-m135 {
  margin-right: 216px !important;
}

.b-m135 {
  margin-bottom: 216px !important;
}

.l-m135 {
  margin-left: 216px !important;
}

.h-m135 {
  margin-top: 216px !important;
  margin-bottom: 216px !important;
}

.w-m135 {
  margin-left: 216px !important;
  margin-right: 216px !important;
}

.p135 {
  padding: 216px !important;
}

.t-p135 {
  padding-top: 216px !important;
}

.r-p135 {
  padding-right: 216px !important;
}

.b-p135 {
  padding-bottom: 216px !important;
}

.l-p135 {
  padding-left: 216px !important;
}

.h-p135 {
  padding-top: 216px !important;
  padding-bottom: 216px !important;
}

.w-p135 {
  padding-left: 216px !important;
  padding-right: 216px !important;
}

.m-135 {
  margin: -216px !important;
}

.t-m-135 {
  margin-top: -216px !important;
}

.r-m-135 {
  margin-right: -216px !important;
}

.b-m-135 {
  margin-bottom: -216px !important;
}

.l-m-135 {
  margin-left: -216px !important;
}

.m140 {
  margin: 224px !important;
}

.t-m140 {
  margin-top: 224px !important;
}

.r-m140 {
  margin-right: 224px !important;
}

.b-m140 {
  margin-bottom: 224px !important;
}

.l-m140 {
  margin-left: 224px !important;
}

.h-m140 {
  margin-top: 224px !important;
  margin-bottom: 224px !important;
}

.w-m140 {
  margin-left: 224px !important;
  margin-right: 224px !important;
}

.p140 {
  padding: 224px !important;
}

.t-p140 {
  padding-top: 224px !important;
}

.r-p140 {
  padding-right: 224px !important;
}

.b-p140 {
  padding-bottom: 224px !important;
}

.l-p140 {
  padding-left: 224px !important;
}

.h-p140 {
  padding-top: 224px !important;
  padding-bottom: 224px !important;
}

.w-p140 {
  padding-left: 224px !important;
  padding-right: 224px !important;
}

.m-140 {
  margin: -224px !important;
}

.t-m-140 {
  margin-top: -224px !important;
}

.r-m-140 {
  margin-right: -224px !important;
}

.b-m-140 {
  margin-bottom: -224px !important;
}

.l-m-140 {
  margin-left: -224px !important;
}

.m145 {
  margin: 232px !important;
}

.t-m145 {
  margin-top: 232px !important;
}

.r-m145 {
  margin-right: 232px !important;
}

.b-m145 {
  margin-bottom: 232px !important;
}

.l-m145 {
  margin-left: 232px !important;
}

.h-m145 {
  margin-top: 232px !important;
  margin-bottom: 232px !important;
}

.w-m145 {
  margin-left: 232px !important;
  margin-right: 232px !important;
}

.p145 {
  padding: 232px !important;
}

.t-p145 {
  padding-top: 232px !important;
}

.r-p145 {
  padding-right: 232px !important;
}

.b-p145 {
  padding-bottom: 232px !important;
}

.l-p145 {
  padding-left: 232px !important;
}

.h-p145 {
  padding-top: 232px !important;
  padding-bottom: 232px !important;
}

.w-p145 {
  padding-left: 232px !important;
  padding-right: 232px !important;
}

.m-145 {
  margin: -232px !important;
}

.t-m-145 {
  margin-top: -232px !important;
}

.r-m-145 {
  margin-right: -232px !important;
}

.b-m-145 {
  margin-bottom: -232px !important;
}

.l-m-145 {
  margin-left: -232px !important;
}

.m150 {
  margin: 240px !important;
}

.t-m150 {
  margin-top: 240px !important;
}

.r-m150 {
  margin-right: 240px !important;
}

.b-m150 {
  margin-bottom: 240px !important;
}

.l-m150 {
  margin-left: 240px !important;
}

.h-m150 {
  margin-top: 240px !important;
  margin-bottom: 240px !important;
}

.w-m150 {
  margin-left: 240px !important;
  margin-right: 240px !important;
}

.p150 {
  padding: 240px !important;
}

.t-p150 {
  padding-top: 240px !important;
}

.r-p150 {
  padding-right: 240px !important;
}

.b-p150 {
  padding-bottom: 240px !important;
}

.l-p150 {
  padding-left: 240px !important;
}

.h-p150 {
  padding-top: 240px !important;
  padding-bottom: 240px !important;
}

.w-p150 {
  padding-left: 240px !important;
  padding-right: 240px !important;
}

.m-150 {
  margin: -240px !important;
}

.t-m-150 {
  margin-top: -240px !important;
}

.r-m-150 {
  margin-right: -240px !important;
}

.b-m-150 {
  margin-bottom: -240px !important;
}

.l-m-150 {
  margin-left: -240px !important;
}

.m155 {
  margin: 248px !important;
}

.t-m155 {
  margin-top: 248px !important;
}

.r-m155 {
  margin-right: 248px !important;
}

.b-m155 {
  margin-bottom: 248px !important;
}

.l-m155 {
  margin-left: 248px !important;
}

.h-m155 {
  margin-top: 248px !important;
  margin-bottom: 248px !important;
}

.w-m155 {
  margin-left: 248px !important;
  margin-right: 248px !important;
}

.p155 {
  padding: 248px !important;
}

.t-p155 {
  padding-top: 248px !important;
}

.r-p155 {
  padding-right: 248px !important;
}

.b-p155 {
  padding-bottom: 248px !important;
}

.l-p155 {
  padding-left: 248px !important;
}

.h-p155 {
  padding-top: 248px !important;
  padding-bottom: 248px !important;
}

.w-p155 {
  padding-left: 248px !important;
  padding-right: 248px !important;
}

.m-155 {
  margin: -248px !important;
}

.t-m-155 {
  margin-top: -248px !important;
}

.r-m-155 {
  margin-right: -248px !important;
}

.b-m-155 {
  margin-bottom: -248px !important;
}

.l-m-155 {
  margin-left: -248px !important;
}

.m160 {
  margin: 256px !important;
}

.t-m160 {
  margin-top: 256px !important;
}

.r-m160 {
  margin-right: 256px !important;
}

.b-m160 {
  margin-bottom: 256px !important;
}

.l-m160 {
  margin-left: 256px !important;
}

.h-m160 {
  margin-top: 256px !important;
  margin-bottom: 256px !important;
}

.w-m160 {
  margin-left: 256px !important;
  margin-right: 256px !important;
}

.p160 {
  padding: 256px !important;
}

.t-p160 {
  padding-top: 256px !important;
}

.r-p160 {
  padding-right: 256px !important;
}

.b-p160 {
  padding-bottom: 256px !important;
}

.l-p160 {
  padding-left: 256px !important;
}

.h-p160 {
  padding-top: 256px !important;
  padding-bottom: 256px !important;
}

.w-p160 {
  padding-left: 256px !important;
  padding-right: 256px !important;
}

.m-160 {
  margin: -256px !important;
}

.t-m-160 {
  margin-top: -256px !important;
}

.r-m-160 {
  margin-right: -256px !important;
}

.b-m-160 {
  margin-bottom: -256px !important;
}

.l-m-160 {
  margin-left: -256px !important;
}

.m165 {
  margin: 264px !important;
}

.t-m165 {
  margin-top: 264px !important;
}

.r-m165 {
  margin-right: 264px !important;
}

.b-m165 {
  margin-bottom: 264px !important;
}

.l-m165 {
  margin-left: 264px !important;
}

.h-m165 {
  margin-top: 264px !important;
  margin-bottom: 264px !important;
}

.w-m165 {
  margin-left: 264px !important;
  margin-right: 264px !important;
}

.p165 {
  padding: 264px !important;
}

.t-p165 {
  padding-top: 264px !important;
}

.r-p165 {
  padding-right: 264px !important;
}

.b-p165 {
  padding-bottom: 264px !important;
}

.l-p165 {
  padding-left: 264px !important;
}

.h-p165 {
  padding-top: 264px !important;
  padding-bottom: 264px !important;
}

.w-p165 {
  padding-left: 264px !important;
  padding-right: 264px !important;
}

.m-165 {
  margin: -264px !important;
}

.t-m-165 {
  margin-top: -264px !important;
}

.r-m-165 {
  margin-right: -264px !important;
}

.b-m-165 {
  margin-bottom: -264px !important;
}

.l-m-165 {
  margin-left: -264px !important;
}

.m170 {
  margin: 272px !important;
}

.t-m170 {
  margin-top: 272px !important;
}

.r-m170 {
  margin-right: 272px !important;
}

.b-m170 {
  margin-bottom: 272px !important;
}

.l-m170 {
  margin-left: 272px !important;
}

.h-m170 {
  margin-top: 272px !important;
  margin-bottom: 272px !important;
}

.w-m170 {
  margin-left: 272px !important;
  margin-right: 272px !important;
}

.p170 {
  padding: 272px !important;
}

.t-p170 {
  padding-top: 272px !important;
}

.r-p170 {
  padding-right: 272px !important;
}

.b-p170 {
  padding-bottom: 272px !important;
}

.l-p170 {
  padding-left: 272px !important;
}

.h-p170 {
  padding-top: 272px !important;
  padding-bottom: 272px !important;
}

.w-p170 {
  padding-left: 272px !important;
  padding-right: 272px !important;
}

.m-170 {
  margin: -272px !important;
}

.t-m-170 {
  margin-top: -272px !important;
}

.r-m-170 {
  margin-right: -272px !important;
}

.b-m-170 {
  margin-bottom: -272px !important;
}

.l-m-170 {
  margin-left: -272px !important;
}

.m175 {
  margin: 280px !important;
}

.t-m175 {
  margin-top: 280px !important;
}

.r-m175 {
  margin-right: 280px !important;
}

.b-m175 {
  margin-bottom: 280px !important;
}

.l-m175 {
  margin-left: 280px !important;
}

.h-m175 {
  margin-top: 280px !important;
  margin-bottom: 280px !important;
}

.w-m175 {
  margin-left: 280px !important;
  margin-right: 280px !important;
}

.p175 {
  padding: 280px !important;
}

.t-p175 {
  padding-top: 280px !important;
}

.r-p175 {
  padding-right: 280px !important;
}

.b-p175 {
  padding-bottom: 280px !important;
}

.l-p175 {
  padding-left: 280px !important;
}

.h-p175 {
  padding-top: 280px !important;
  padding-bottom: 280px !important;
}

.w-p175 {
  padding-left: 280px !important;
  padding-right: 280px !important;
}

.m-175 {
  margin: -280px !important;
}

.t-m-175 {
  margin-top: -280px !important;
}

.r-m-175 {
  margin-right: -280px !important;
}

.b-m-175 {
  margin-bottom: -280px !important;
}

.l-m-175 {
  margin-left: -280px !important;
}

.m180 {
  margin: 288px !important;
}

.t-m180 {
  margin-top: 288px !important;
}

.r-m180 {
  margin-right: 288px !important;
}

.b-m180 {
  margin-bottom: 288px !important;
}

.l-m180 {
  margin-left: 288px !important;
}

.h-m180 {
  margin-top: 288px !important;
  margin-bottom: 288px !important;
}

.w-m180 {
  margin-left: 288px !important;
  margin-right: 288px !important;
}

.p180 {
  padding: 288px !important;
}

.t-p180 {
  padding-top: 288px !important;
}

.r-p180 {
  padding-right: 288px !important;
}

.b-p180 {
  padding-bottom: 288px !important;
}

.l-p180 {
  padding-left: 288px !important;
}

.h-p180 {
  padding-top: 288px !important;
  padding-bottom: 288px !important;
}

.w-p180 {
  padding-left: 288px !important;
  padding-right: 288px !important;
}

.m-180 {
  margin: -288px !important;
}

.t-m-180 {
  margin-top: -288px !important;
}

.r-m-180 {
  margin-right: -288px !important;
}

.b-m-180 {
  margin-bottom: -288px !important;
}

.l-m-180 {
  margin-left: -288px !important;
}

.m185 {
  margin: 296px !important;
}

.t-m185 {
  margin-top: 296px !important;
}

.r-m185 {
  margin-right: 296px !important;
}

.b-m185 {
  margin-bottom: 296px !important;
}

.l-m185 {
  margin-left: 296px !important;
}

.h-m185 {
  margin-top: 296px !important;
  margin-bottom: 296px !important;
}

.w-m185 {
  margin-left: 296px !important;
  margin-right: 296px !important;
}

.p185 {
  padding: 296px !important;
}

.t-p185 {
  padding-top: 296px !important;
}

.r-p185 {
  padding-right: 296px !important;
}

.b-p185 {
  padding-bottom: 296px !important;
}

.l-p185 {
  padding-left: 296px !important;
}

.h-p185 {
  padding-top: 296px !important;
  padding-bottom: 296px !important;
}

.w-p185 {
  padding-left: 296px !important;
  padding-right: 296px !important;
}

.m-185 {
  margin: -296px !important;
}

.t-m-185 {
  margin-top: -296px !important;
}

.r-m-185 {
  margin-right: -296px !important;
}

.b-m-185 {
  margin-bottom: -296px !important;
}

.l-m-185 {
  margin-left: -296px !important;
}

.m190 {
  margin: 304px !important;
}

.t-m190 {
  margin-top: 304px !important;
}

.r-m190 {
  margin-right: 304px !important;
}

.b-m190 {
  margin-bottom: 304px !important;
}

.l-m190 {
  margin-left: 304px !important;
}

.h-m190 {
  margin-top: 304px !important;
  margin-bottom: 304px !important;
}

.w-m190 {
  margin-left: 304px !important;
  margin-right: 304px !important;
}

.p190 {
  padding: 304px !important;
}

.t-p190 {
  padding-top: 304px !important;
}

.r-p190 {
  padding-right: 304px !important;
}

.b-p190 {
  padding-bottom: 304px !important;
}

.l-p190 {
  padding-left: 304px !important;
}

.h-p190 {
  padding-top: 304px !important;
  padding-bottom: 304px !important;
}

.w-p190 {
  padding-left: 304px !important;
  padding-right: 304px !important;
}

.m-190 {
  margin: -304px !important;
}

.t-m-190 {
  margin-top: -304px !important;
}

.r-m-190 {
  margin-right: -304px !important;
}

.b-m-190 {
  margin-bottom: -304px !important;
}

.l-m-190 {
  margin-left: -304px !important;
}

.m195 {
  margin: 312px !important;
}

.t-m195 {
  margin-top: 312px !important;
}

.r-m195 {
  margin-right: 312px !important;
}

.b-m195 {
  margin-bottom: 312px !important;
}

.l-m195 {
  margin-left: 312px !important;
}

.h-m195 {
  margin-top: 312px !important;
  margin-bottom: 312px !important;
}

.w-m195 {
  margin-left: 312px !important;
  margin-right: 312px !important;
}

.p195 {
  padding: 312px !important;
}

.t-p195 {
  padding-top: 312px !important;
}

.r-p195 {
  padding-right: 312px !important;
}

.b-p195 {
  padding-bottom: 312px !important;
}

.l-p195 {
  padding-left: 312px !important;
}

.h-p195 {
  padding-top: 312px !important;
  padding-bottom: 312px !important;
}

.w-p195 {
  padding-left: 312px !important;
  padding-right: 312px !important;
}

.m-195 {
  margin: -312px !important;
}

.t-m-195 {
  margin-top: -312px !important;
}

.r-m-195 {
  margin-right: -312px !important;
}

.b-m-195 {
  margin-bottom: -312px !important;
}

.l-m-195 {
  margin-left: -312px !important;
}

.m200 {
  margin: 320px !important;
}

.t-m200 {
  margin-top: 320px !important;
}

.r-m200 {
  margin-right: 320px !important;
}

.b-m200 {
  margin-bottom: 320px !important;
}

.l-m200 {
  margin-left: 320px !important;
}

.h-m200 {
  margin-top: 320px !important;
  margin-bottom: 320px !important;
}

.w-m200 {
  margin-left: 320px !important;
  margin-right: 320px !important;
}

.p200 {
  padding: 320px !important;
}

.t-p200 {
  padding-top: 320px !important;
}

.r-p200 {
  padding-right: 320px !important;
}

.b-p200 {
  padding-bottom: 320px !important;
}

.l-p200 {
  padding-left: 320px !important;
}

.h-p200 {
  padding-top: 320px !important;
  padding-bottom: 320px !important;
}

.w-p200 {
  padding-left: 320px !important;
  padding-right: 320px !important;
}

.m-200 {
  margin: -320px !important;
}

.t-m-200 {
  margin-top: -320px !important;
}

.r-m-200 {
  margin-right: -320px !important;
}

.b-m-200 {
  margin-bottom: -320px !important;
}

.l-m-200 {
  margin-left: -320px !important;
}

.base_color {
  color: #0069c8 !important;
}

.orange {
  color: #ff6600 !important;
}

.red {
  color: #a40000 !important;
}

.blue {
  color: #1258a3 !important;
}

.green {
  color: #59ad42 !important;
}

.skyblue {
  color: #caf0ff !important;
}

.white {
  color: #fff !important;
}

.pink {
  color: #ea68a1 !important;
}

.black {
  color: #000000 !important;
}

.yellow {
  color: #ffd700 !important;
}

.old {
  color: #c69c6d !important;
}

.f-s10 {
  font-size: 1rem !important;
}

.f-s11 {
  font-size: 1.1rem !important;
}

.f-s12 {
  font-size: 1.2rem !important;
}

.f-s13 {
  font-size: 1.3rem !important;
}

.f-s14 {
  font-size: 1.4rem !important;
}

.f-s15 {
  font-size: 1.5rem !important;
}

.f-s16 {
  font-size: 1.6rem !important;
}

.f-s18 {
  font-size: 1.8rem !important;
}

.f-s20 {
  font-size: 2rem !important;
}

.f-s22 {
  font-size: 2.2rem !important;
}

.f-s24 {
  font-size: 2.4rem !important;
}

.text_rl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media (max-width: 479px) {
  .text_rl {
    -webkit-writing-mode: lr-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: lr-tb;
  }
}

hr {
  clear: both;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.hr-sl {
  margin: 2em 0;
  height: 12px;
  background: linear-gradient(-70deg, transparent 35%, #aaa 45%, #aaa 55%, transparent 65%);
  background-size: 8px 12px;
  border: none;
}

.none {
  display: none;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.map iframe {
  width: 100%;
  height: 450px;
}

.scroll_news p {
  border-bottom: 1px dotted #c8c6c3;
  padding: 0px 0 5px 0px;
  margin-bottom: 5px;
}

.scroll_news p span {
  width: 100px;
  display: inline-block;
}

@media (max-width: 960px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .vd_frame {
    margin-top: 20%;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .vd_frame iframe {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 479px) {
  .tcenter_sp {
    text-align: left;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

.space_width {
  padding: 0 0px;
  width: calc(100% - 0px);
  margin: 0 auto;
}

@media (max-width: 479px) {
  .space_width {
    padding: 0 0px;
    width: calc(100% - 0px);
  }
}

#top_image {
  min-width: 1150px;
  width: 100%;
  height: 100vh;
  z-index: -999999;
  position: relative;
  height: 100vh;
}

@media screen and (max-width: 768px) {
  #top_image {
    min-width: 100%;
  }
}

.textbox {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 1200px;
  height: 360px;
}

@media screen and (max-width: 768px) {
  .textbox {
    width: 100%;
  }
  .textbox img {
    width: 100%;
  }
}

.movie_frame {
  width: 100%;
  height: 100vh;
}

.movie {
  width: 100%;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  /* background: url('../img/bg_image1.jpg') no-repeat;  */
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.movie video {
  left: 0;
  min-height: 100%;
  min-height: auto;
  min-width: 100%;
  min-width: 100vw;
  position: fixed;
  top: 0;
  z-index: -1;
}

.movie img {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.movie .fimg {
  width: 100%;
  position: absolute;
  height: 100vh;
  background-image: url("../img/fimg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  font-family: "object-fit: cover;";
  z-index: 100;
}

.movie .catch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1150px;
  height: 300px;
}

@media (max-width: 479px) {
  .movie .catch {
    height: 100px;
  }
}

@media (max-width: 479px) {
  .flash {
    height: 60px;
  }
  .movie {
    height: 40vh;
  }
  .movie video {
    min-height: 50vh;
    height: 50vh;
  }
  .movie .fimg {
    height: 50vh;
  }
}

.scrbar {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin: auto;
  height: 40px;
  z-index: 500;
  line-height: 0.3;
  font-size: 3rem;
  background: #0069c8;
  border-radius: 100%;
  -webkit-animation-name: scr;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  /*-webkit-animation-direction:alternate;*/
  -webkit-animation-timing-function: ease;
  -moz-animation-name: scr;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  /*-moz-animation-direction:alternate;*/
  -moz-animation-timing-function: ease;
}

.scrbar a:link, .scrbar a:visited, .scrbar a:hover {
  color: #fff;
  text-decoration: none;
}

@-webkit-keyframes scr {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

header {
  width: 100%;
  z-index: 100;
  position: fixed;
  height: 80px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.6);
}

header #head {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 8px 0 8px;
  padding: 0 32px;
  width: calc(100% - 64px);
  margin: 0 auto;
}

@media (max-width: 960px) {
  header #head {
    padding: 0 0px;
    width: calc(100% - 0px);
  }
}

header #head .logo {
  margin-right: auto;
  margin-top: px;
  padding: 5px 0 0;
}

header #head .logo img {
  height: auto;
}

#header_info {
  text-align: right;
  line-height: 1;
  padding-top: 8px;
  padding-right: 16px;
}

#header_info .telbtn {
  font-size: 2.5rem;
  margin-left: 8px;
  color: #0069c8;
}

#header_info .telbtn:before {
  font-size: 2rem;
  color: #0069c8;
}

#header_info .telbtn a:link, #header_info .telbtn a:visited {
  color: #0069c8;
  text-decoration: none;
}

#header_info .telbtn a:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.6;
}

@media (max-width: 479px) {
  #header_info .telbtn {
    font-size: 2rem;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 8px 0;
    margin: 16px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px 1px;
            box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px 1px;
  }
  #header_info .telbtn:before {
    font-size: 1.8rem;
  }
}

#navi {
  margin-left: auto;
  margin-top: 8px;
  width: calc(100% - 260px);
}

#navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100%);
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

#navi li {
  list-style: none;
  width: auto;
  overflow: hidden;
  line-height: 1.3;
  font-size: 1vw;
  font-family: "Lobster", cursive;
}

#navi li span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  display: block;
  color: #000000;
  font-size: 0.8vw;
}

#navi li i {
  margin: 0 4px;
  display: inline;
  color: #0069c8;
}

#navi li.accent a {
  background: #0069c8;
  color: #fff;
}

#navi li.accent a span {
  color: #fff;
}

#navi li.accent a:link, #navi li.accent a:visited {
  color: #fff !important;
  text-decoration: none;
}

#navi li.accent a:hover {
  color: #fff !important;
}

#navi li a {
  height: calc(100%);
  padding: 8px 24px;
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  line-height: 1.4 !important;
  letter-spacing: 0.1rem;
  position: relative;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.9rem;
}

#navi li a:hover {
  opacity: 0.6;
}

#navi li a:link, #navi li a:visited {
  color: #0069c8;
  text-decoration: none;
}

#navi li.white a {
  color: #fff;
}

#navi li.white a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  margin-right: 5px;
}

#navi li.white a:link, #navi li.white a:visited {
  color: #fff;
  text-decoration: none;
}

#navi li.white a:hover {
  background: #ffa366;
}

#navi ul li:hover ul {
  top: 90px;
  opacity: 1;
  visibility: visible;
}

#navi ul li ul {
  top: 92px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: block;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 270px !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 2px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 2px;
}

#navi ul li ul:before {
  top: -30px;
  left: 20%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-bottom-color: #0069c8;
  border-width: 20px;
  margin-left: -20px;
}

#navi ul li ul li {
  width: 100%;
  border-right: 0px;
  border-left: 0px;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

#navi ul li ul li a {
  padding: 16px 0 !important;
  font-size: 1.6rem;
  margin: 0 !important;
  width: 100%;
  text-align: left;
  text-indent: 10px;
  border: none;
  background: #0069c8;
}

#navi ul li ul li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 5px;
}

#navi ul li ul li a:link, #navi ul li ul li a:visited {
  color: #fff;
}

#navi ul li ul li a:hover {
  color: #fff;
  opacity: 1;
  background: #003362;
}

@media (max-width: 960px) {
  header {
    height: auto;
    width: 100%;
    padding: 0px 0;
    position: relative;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  header #head {
    width: 100%;
    padding: 0;
  }
  header #head .logo {
    text-align: left;
    margin: 0 0 auto 16px;
  }
  header #head .logo img {
    display: block;
    margin: 0 auto;
    height: 50px;
  }
  #navi {
    display: none;
  }
}

#navi_footer {
  margin: 80px auto;
}

#navi_footer li {
  display: inline-block;
  font-size: 1.4rem;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 2;
}

#navi_footer li span {
  display: block;
  font-weight: normal;
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
}

#navi_footer li a:link, #navi_footer li a:visited, #navi_footer li a:hover {
  color: #fff !important;
  text-decoration: none;
}

.logo_f {
  margin-bottom: 16px;
}

@media (max-width: 960px) {
  #navi_footer {
    display: none;
  }
  .logo_f {
    width: 100%;
    text-align: center;
    margin: 32px auto 0;
  }
  .logo_f img {
    display: block;
    margin: 0 auto;
  }
}

.sec_r {
  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;
  width: 100%;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sec_r p {
  margin-bottom: 8px;
}

@media (max-width: 960px) {
  .sec_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    margin: 0 auto;
  }
}

.sec_l {
  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;
  width: 100%;
  position: relative;
}

.sec_l p {
  margin-bottom: 8px;
}

@media (max-width: 960px) {
  .sec_l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    margin: 0 auto;
  }
}

.sec_text {
  width: 35%;
  vertical-align: middle;
  padding: 3% 5%;
}

.sec_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sec_img img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50% !important;
     object-position: 50% 50% !important;
  font-family: "object-fit: cover;";
  /*IE対策*/
}

@media (max-width: 960px) {
  .sec_text {
    width: calc(100% - 10%);
    vertical-align: middle;
    padding: 5% 5%;
  }
  .sec_img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .sec_img img {
    -o-object-fit: cover;
       object-fit: cover;
    text-align: center;
    width: 100%;
    height: auto;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

.contact_box {
  padding: 64px 0;
  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;
  margin: 0 auto;
  border-radius: 20px;
}

.contact_box .accessmap iframe {
  width: 100%;
  height: 260px;
}

.contact_box .contact_box_frame {
  width: calc(50% - 0px);
  padding: 0 40px;
}

.contact_box .contact_box_frame:nth-child(1) {
  border-right: 1px solid #aaa;
  width: calc(50% - 0px);
}

@media (max-width: 960px) {
  .contact_box {
    padding: 16px 0;
  }
  .contact_box .contact_box_frame {
    width: calc(100% - 0px);
    padding: 0 16px;
  }
  .contact_box .contact_box_frame img {
    max-width: 95%;
  }
  .contact_box .contact_box_frame:nth-child(1) {
    border-right: 0px solid #aaa;
    padding-right: 0px;
    width: calc(100% - 0px);
    padding: 0 16px;
  }
}

#blog_flexwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  margin: 40px auto;
}

@media (max-width: 960px) {
  #blog_flexwrap {
    width: calc(100% - 16px);
  }
}

#blog_flexwrap #blog_side {
  width: 300px;
  margin-left: 40px;
}

#blog_flexwrap #blog_side section {
  margin-bottom: 25px;
}

#blog_flexwrap #blog_main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#blog_flexwrap #blog_main section {
  background: #fff;
  padding: 24px;
  margin-bottom: 25px;
}

.blog_sttl01 {
  text-indent: 5px;
  border-top: 2px solid #0069c8;
  color: #0069c8;
  background: #fff;
  padding: 16px 0;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center;
}

.blog_mttl {
  width: calc(100% - 20px);
  color: #0069c8;
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  overflow: hidden;
  font-weight: bold;
  margin: 0px 0 16px;
  line-height: 1.8;
}

@media (max-width: 1024px) {
  .blog_mttl {
    font-size: 1.8rem;
  }
}

.blog_time {
  padding-top: 0px;
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
}

@media (max-width: 479px) {
  .blog_time {
    font-size: 1.2rem;
  }
}

.blog_time:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}

.blog_box {
  min-height: 500px;
  position: relative;
}

.blog_box img {
  max-width: 100%;
  padding: 16px 0;
}

.pages {
  width: calc(100% - 20px);
  margin-top: 40px;
  font-size: 1.2rem;
}

.pages a {
  display: block;
  padding: 5px 10px;
  border: 1px solid #0069c8;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pages a:link, .pages a:visited {
  color: #0069c8;
}

.pages a:hover {
  opacity: 0.6;
}

.pages .page_next {
  float: left;
  width: calc(45% - 20px);
}

.pages .page_prev {
  float: right;
  text-align: right;
  width: calc(45% - 20px);
}

.archive * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.archive ul {
  margin: 8px 0 0;
}

.archive li {
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px;
}

.archive li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px;
}

.archive li a:link, .archive li a:visited {
  color: #333;
}

.archive li a:hover {
  color: #0069c8;
}

.blog_side_list {
  position: relative;
  margin: 0 0 16px !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.blog_side_list .blog_bx {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: calc(100% - 0) !important;
  border: 1px solid #ccc;
  position: relative;
  padding: 8px;
  margin-bottom: 8px;
  background: #fff;
}

.blog_side_list .blog_bx a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.blog_side_list .blog_bx .blog_bx_flex {
  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;
}

.blog_side_list .blog_bx .blog_bx_flex div {
  width: calc(100% - 120px);
  padding: 0;
}

.blog_side_list .blog_bx:hover {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 16px 20px 10px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 16px 20px 10px;
}

.blog_side_list .blog_bx figcaption {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  margin-bottom: 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 1px 1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 0 1px 1px;
}

.blog_side_list .blog_bx * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog_side_list .blog_bx img {
  vertical-align: middle;
  height: 100px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.blog_side_list .blog_bx:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog_side_list .blog_bx .ttl {
  font-weight: bold;
  font-size: 1.2rem;
  color: #0069c8;
  float: none;
  background: #fff;
  padding: 0 0px;
}

.blog_side_list .blog_bx .ttm {
  float: none;
  padding-top: 0px;
  font-size: 1.2rem;
  color: #888;
  font-weight: normal;
}

.blog_side_list .blog_bx .ttm:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}

.blog_side_list .blog_bx .blog_ttl {
  clear: both;
  font-weight: bold;
  color: #0069c8;
  margin-bottom: 8px;
}

.blog_top_list {
  position: relative;
  margin: 0 0px 16px 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
  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;
}

.blog_top_list:after {
  content: "";
  display: block;
  width: 31%;
}

.blog_top_list .blog_bx {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: calc(33.33% - 16px) !important;
  font-size: 12px;
  margin-bottom: 24px;
  position: relative;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  background-color: #f2f2f2;
  /*
		&:hover img {
            opacity: 1 !important;
            transform: scale(1.1);
        } */
}

.blog_top_list .blog_bx:nth-child(3) {
  margin-right: 0px;
}

.blog_top_list .blog_bx a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.blog_top_list .blog_bx .blog_bx_flex {
  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;
  background: #fff;
}

.blog_top_list .blog_bx .blog_bx_flex div {
  width: 100%;
  padding: 16px;
}

.blog_top_list .blog_bx:hover {
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}

.blog_top_list .blog_bx figcaption {
  display: block;
  text-align: center;
  width: 100%;
  height: 230px;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  float: none;
}

.blog_top_list .blog_bx * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog_top_list .blog_bx p {
  line-height: 1.6em;
  font-size: 13px;
}

.blog_top_list .blog_bx img {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.blog_top_list .blog_bx .ttl {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  float: left;
  background: #0069c8;
  padding: 0 15px;
  margin-bottom: 5px;
}

.blog_top_list .blog_bx .ttm {
  padding-top: 0px;
  font-size: 12px;
  font-weight: normal;
  color: #aaa;
}

.blog_top_list .blog_bx .ttm:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}

.blog_top_list .blog_bx .blog_ttl {
  clear: both;
  font-weight: bold;
  font-size: 1.6rem;
  color: #0069c8;
}

.blog_top_list .blog_bx .blog_text {
  margin-top: 5px;
}

@media (max-width: 960px) {
  .blog_top_list {
    position: relative;
    margin: 0 0 16px !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .blog_top_list .blog_bx {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: calc(100% - 0) !important;
    border: 1px solid #ccc;
    position: relative;
    padding: 8px;
    margin-bottom: 8px;
    background: #fff;
  }
  .blog_top_list .blog_bx a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .blog_top_list .blog_bx .blog_bx_flex {
    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;
  }
  .blog_top_list .blog_bx .blog_bx_flex div {
    width: calc(100% - 120px);
    padding: 0;
  }
  .blog_top_list .blog_bx:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 16px 20px 10px;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 16px 20px 10px;
  }
  .blog_top_list .blog_bx figcaption {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    margin-bottom: 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 1px 1px;
            box-shadow: rgba(0, 0, 0, 0.1) 0 0 1px 1px;
  }
  .blog_top_list .blog_bx * {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .blog_top_list .blog_bx img {
    vertical-align: middle;
    height: 100px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .blog_top_list .blog_bx:hover img {
    opacity: 1 !important;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .blog_top_list .blog_bx .ttl {
    font-weight: bold;
    font-size: 1.2rem;
    color: #0069c8;
    float: none;
    background: #fff;
    padding: 0 0px;
  }
  .blog_top_list .blog_bx .ttm {
    float: none;
    padding-top: 0px;
    font-size: 1.2rem;
    color: #888;
    font-weight: normal;
  }
  .blog_top_list .blog_bx .ttm:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal;
  }
  .blog_top_list .blog_bx .blog_ttl {
    clear: both;
    font-weight: bold;
    color: #0069c8;
    margin-bottom: 8px;
  }
  .blog_top_list .blog_bx {
    width: calc(50% - 16px);
  }
  #blog_flexwrap {
    display: -webkit-block;
    display: block;
    width: 95%;
    margin: 20px auto 30px;
  }
  #blog_flexwrap #blog_main {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 32px;
  }
  #blog_flexwrap #blog_side {
    width: 100%;
    margin-left: 0px;
  }
  .pages {
    width: 100%;
  }
  .pages .page_next {
    float: none;
    width: calc(100% - 20px);
    margin-bottom: 8px;
  }
  .pages .page_prev {
    float: none;
    text-align: left;
    width: calc(100% - 20px);
  }
}

.space {
  width: 100%;
  height: 65px;
  background-color: #f9f7ef;
}

@media (max-width: 960px) {
  .space {
    display: none;
  }
}

#title_bg1 {
  background-image: url(../img/firstview/1.jpg);
}

#title_bg2 {
  background-image: url(../img/firstview/2.jpg);
}

#title_bg3 {
  background-image: url(../img/firstview/3.jpg);
}

#title_bg4 {
  background-image: url(../img/firstview/4.jpg);
}

#title_bg5 {
  background-image: url(../img/firstview/5.jpg);
}

#title_bg6 {
  background-image: url(../img/firstview/6.jpg);
}

#title_bg7 {
  background-image: url(../img/firstview/7.jpg);
}

#title_bg8 {
  background-image: url(../img/firstview/8.jpg);
}

#title_bg1,
#title_bg2,
#title_bg3,
#title_bg4,
#title_bg5,
#title_bg6,
#title_bg7,
#title_bg8 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  background-color: #0069c8;
}

@media (max-width: 960px) {
  #title_bg1,
  #title_bg2,
  #title_bg3,
  #title_bg4,
  #title_bg5,
  #title_bg6,
  #title_bg7,
  #title_bg8 {
    background-size: cover;
    background-position: center center;
  }
}

#title {
  padding: 12% 5% 8%;
  margin: 0px auto 0;
  background-color: rgba(0, 105, 200, 0.8);
}

#title h2 {
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 3.8rem;
  position: relative;
  letter-spacing: 0.2rem;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  font-family: "Lobster", cursive;
}

#title h2 span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  display: block;
}

@media (max-width: 960px) {
  #title {
    background-color: rgba(0, 105, 200, 0.6);
    padding: 60px 0 60px;
  }
  #title h2 {
    font-size: 3rem;
    text-align: center;
    color: #fff;
  }
}

#breadcrumb_bg {
  width: 100%;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  padding: 5px 0;
}

#breadcrumb {
  font-size: 1.1rem;
  margin: 0px auto 0px;
  max-width: 1150px;
}

#breadcrumb li {
  display: inline;
}

#breadcrumb li a {
  display: inline;
  padding: 0;
}

#breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}

@media (max-width: 479px) {
  #breadcrumb_bg {
    display: none;
  }
}

.listFlow li {
  margin-bottom: 9px;
  padding-bottom: 9px;
}

.listFlow .lastItem {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}

.listFlow h4 {
  font-size: 20px;
  font-weight: normal;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
  overflow: hidden;
  color: #0069c8;
}

.listFlow dl {
  display: table;
  width: 100%;
}

.listFlow dl dt {
  display: table-cell;
  padding: 10px 0;
  border: 1px solid #0069c8;
  width: 100px;
  background: #0069c8;
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}

.listFlow dl dt .num {
  display: block;
  font-size: 3rem;
}

.listFlow dl dd {
  display: table-cell;
  padding: 15px 20px;
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  vertical-align: middle;
  background-color: white;
}

@media (max-width: 960px) {
  .listFlow h4 {
    font-size: 18px;
    font-weight: normal;
    border-bottom: solid 1px #ccc;
    margin-bottom: 5px;
    overflow: hidden;
  }
  .listFlow dl {
    display: block;
    width: 100%;
  }
  .listFlow dl dt {
    display: block;
    padding: 5px 0;
    width: 100%;
    border: none;
  }
  .listFlow dl dt .num {
    display: block;
  }
  .listFlow dl dd {
    display: block;
    padding: 15px 10px;
    border: none;
  }
}

.slider1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-repeat: repeat;
}

.slider1 .viewport {
  width: 100%;
  margin: 0 auto;
  height: 230px;
  position: relative;
}

.slider1 .buttons {
  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;
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 100%;
  color: #fff;
  text-decoration: none;
  margin: auto;
  z-index: 5;
  cursor: pointer;
  font-size: 50px;
  text-align: center;
  vertical-align: bottom;
}

.slider1 .next {
  right: 0;
  left: auto;
}

.slider1 .buttons:hover {
  opacity: 0.6;
}

.slider1 .disable {
  visibility: hidden;
}

.slider1 .overview {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: -1px;
}

.slider1 .overview li {
  width: 350px;
  height: 230px;
  float: left;
  text-align: center;
  vertical-align: middle;
  display: table;
  z-index: 99999;
  overflow: hidden;
  font-weight: bold;
  padding: 0px;
  margin: 0px 16px;
}

.slider1 .overview li p {
  text-align: center;
  color: #555 !important;
  font-weight: normal;
  font-size: 13px !important;
  background: #f2f2f2;
}

.slider1 img {
  background: #fff;
  width: 100%;
  height: 230px;
  vertical-align: middle;
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.bg_text1 {
  background-image: url(../img/text1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.bg_text2 {
  background-image: url(../img/text2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

#particle-bg {
  position: relative;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  #particle-bg {
    height: 100vh;
  }
}

.page_menu_bg {
  text-align: center;
  padding: 16px 0;
}

.page_menu {
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3px 3%;
}

.page_menu li {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  margin: 0 5px 1px;
  display: table;
}

@media (max-width: 479px) {
  .page_menu li {
    font-size: 1.4rem;
  }
}

.page_menu li a {
  width: 110px;
  height: 110px;
  display: table-cell;
  vertical-align: middle;
  padding: 8px 0px;
  line-height: 1.3;
  border-radius: 50%;
  border: 1px solid #0069c8;
  background: #0069c8;
}

.page_menu li a:link, .page_menu li a:visited {
  color: #fff;
}

.page_menu li a:hover {
  background: #fff;
  color: #0069c8 !important;
}

@media (max-width: 479px) {
  .page_menu {
    margin: 6px 0;
  }
  .page_menu li {
    width: calc((100% / 4) - 10px);
    font-size: 1rem;
    margin: 0 2px 3px;
    border: 1px solid #fff;
  }
  .page_menu li a {
    width: 100%;
    height: 100%;
    padding: 43% 0px;
  }
}

#pagetop {
  position: fixed;
  bottom: 60px;
  right: 0px;
  font-size: 12px;
  font-weight: bold;
  z-index: 9999;
}

@media (max-width: 479px) {
  #pagetop {
    bottom: 55px;
    display: none;
  }
}

.price_txt {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.price_txt .icn_circle {
  background: #0069c8;
  color: #fff;
  width: 100px;
  height: 100px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  line-height: 1.3;
  font-size: 1.6rem;
  border-radius: 50%;
  text-align: center;
  margin-right: 16px;
}

.price_txt .icn_circle span {
  color: #ffd700;
}

.price_txt div {
  line-height: 100px;
}

.price_txt div b {
  font-size: 4.5rem;
  margin-right: 0.2rem;
  color: #ea68a1;
}

.price_txt div b span {
  font-size: 3.2rem;
  margin-left: 0.5rem;
}

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

.form dt span {
  color: #fff;
  background: #ff4f4f;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 1.1rem;
  border-radius: 2px;
  position: relative;
  top: -2px;
}

.form dl {
  margin: 10px 0;
  font-size: 1.6rem;
}

.form dt {
  float: left;
  width: 280px;
  padding-top: 20px;
}

.form dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
}

.form dd p {
  padding-top: 5px;
  color: #888;
}

.form dd:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.textarea,
textarea,
.dropdown {
  border-radius: 2px;
  border: 1px solid #bbb;
  width: calc(100% - 10px) !important;
  padding: 0 5px;
  border-radius: 2px;
}

.textarea {
  height: 30px;
}

textarea {
  height: 350px !important;
}

.form-button {
  margin: 32px 0;
}

#mailform button {
  cursor: pointer;
  font-size: 1.5rem;
  display: block;
  margin: 0 auto;
  padding: 8px 0;
  color: #fff;
  text-align: center;
  width: 250px;
  border-radius: 30px;
  background: #0069c8;
  font-weight: normal;
  letter-spacing: 0.1rem;
  border: 2px solid #0069c8;
}

#mailform button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 6px;
}

#mailform button:hover {
  background: #fff;
  color: #0069c8;
}

#mailform button * {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.form-button * {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*Radio Text*/
label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}

label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}

label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 5px;
  background-color: #64bcff;
  z-index: 1;
}

label.radio_text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  -webkit-box-shadow: 20px -1px #fff;
          box-shadow: 20px -1px #fff;
}

label.radio_text input[type="radio"]:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}

label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  -webkit-box-shadow: 20px -1px #fff;
          box-shadow: 20px -1px #fff;
}

label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  margin-bottom: 8px;
  overflow: hidden;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}

label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #0069c8;
  border-bottom: 3px solid #0069c8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}

label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-box-shadow: 41px 0px #fff;
          box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}

label.checkbox_text input[type="checkbox"]:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}

label.checkbox_text input[type="checkbox"]:checked:focus {
  -webkit-box-shadow: 40px 0px #666;
          box-shadow: 40px 0px #666;
  opacity: 0.1;
}

label.checkbox_text input[type="checkbox"]:focus {
  -webkit-box-shadow: 41px 0px #eee;
          box-shadow: 41px 0px #eee;
}

.fm-text {
  padding: 8px;
  margin: 16px 0;
  text-align: center;
  border: 2px solid #eee;
}

@media (max-width: 479px) {
  .form dl {
    margin: 10px 0;
  }
  .form dt {
    float: none;
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding-top: 10px;
  }
  .form dd {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 0px solid #eee;
  }
  .form dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
  .textarea,
  textarea {
    font-size: 16px;
  }
  .dropdown {
    font-size: 16px;
  }
  .fm-text {
    text-align: left;
  }
  label.radio_text {
    margin-right: 0;
    padding-left: 20px;
    width: calc(100% - 20px);
    display: block;
  }
  label.checkbox_text {
    margin-right: 0px;
  }
}

.pvc {
  background: #eee;
  padding: 32px;
}

.pvc h4 {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  color: #0069c8;
  margin-bottom: 32px;
  position: relative;
}

@media (max-width: 1024px) {
  .pvc h4 {
    font-size: 1.8rem;
  }
}

.pvc h4:after {
  content: "";
  width: 80px;
  height: 2px;
  background: #0069c8;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 0;
}

.pvc h5 {
  display: block;
  margin: 8px 0;
  display: block;
  margin: 8px 0;
}

.pvc h5:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
  margin-right: 5px;
  color: #0069c8;
}

.newsbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  color: #fff !important;
  background: #0069c8;
  margin: 0 auto 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

.news-ttl {
  font-weight: normal;
  font-family: "Lobster", cursive;
  width: 230px;
  padding: 24px 0 16px;
  vertical-align: middle;
  text-align: left;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: normal;
  line-height: 0.8;
}

.news-ttl span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.3rem !important;
  display: block;
  color: #fff;
  font-weight: normal;
  margin-top: 5px;
}

.news-ttl span a {
  background: #fff;
  padding: 2px 10px;
  border-radius: 20px;
}

.news-bx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 40px);
  padding: 20px 20px;
  background: #f2f2f2;
}

.news-bx .news {
  overflow: hidden;
  line-height: 1.6;
  margin: 10px auto 0;
}

.news-bx .news dt {
  float: left;
  width: 8em;
  font-weight: bold;
}

.news-bx .news dd {
  padding-left: 8em;
  border-bottom: 1px solid #fff;
  margin-bottom: 8px;
  padding-bottom: 5px;
  color: #333;
}

.news-bx .news dd:last-child {
  border-bottom: 0px solid #fff;
}

.news {
  overflow: hidden;
  line-height: 1.6;
  margin: 10px auto 0;
}

.news dt {
  float: left;
  width: 5em;
  font-weight: bold;
  color: #0069c8;
}

.news dd {
  padding-left: 6em;
  border-bottom: 1px solid #fff;
  margin-bottom: 8px;
  padding-bottom: 5px;
}

.news dd:last-child {
  border-bottom: 0px solid #fff;
}

.scrbr {
  width: 100%;
  padding: 0px 0px;
  max-height: 80px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.scrbr::-webkit-scrollbar {
  width: 5px;
}

.scrbr::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.scrbr::-webkit-scrollbar-thumb {
  background-color: rgba(50, 50, 50, 0.5);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

@media (max-width: 960px) {
  .newsbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 0px);
    position: static;
  }
  .news-ttl {
    width: 100% !important;
    border-right: 0px solid #0069c8;
    border-bottom: 1px solid #0069c8;
    padding: 5px 16px;
    text-align: center;
  }
  .news-ttl span {
    font-size: 1.3rem !important;
    display: inline-block;
    margin: 0 8px;
  }
  .news-bx {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: calc(100% - 0px);
    padding: 0 0px;
  }
  .scrbr {
    width: 100%;
    padding: 16px 16px;
    max-height: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

.calendar_head {
  color: #fefefe;
  background: #555;
  text-align: center;
  padding: 4px;
}

.calendar-box {
  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;
  font-size: 0.9em;
}

.calendar-box div.calendar {
  width: 49%;
}

@media (max-width: 479px) {
  .calendar-box div.calendar {
    width: 100%;
    margin-bottom: 10px;
  }
}

.calendar-box table {
  width: 100%;
  text-align: center;
}

.calendar-box table th,
.calendar-box table td {
  width: 14.28%;
  border: 0.9px solid #aaa;
  font-weight: normal;
  padding: 5px;
  height: 45px;
  font-size: 1.3rem;
  color: #9b8871;
}

@media (max-width: 479px) {
  .calendar-box table th,
  .calendar-box table td {
    height: 40px;
    font-size: 1.2rem;
  }
}

.calendar-box table th {
  background: #f0ebdd;
  vertical-align: middle;
  font-weight: 600;
  text-align: center;
}

.calendar-box table td {
  background: #fefefe;
}

.calendar-box th.sun,
.calendar-box td.sun {
  color: #a40000;
}

.calendar-box th.sat,
.calendar-box td.sat {
  color: #1258a3;
}

.calendar-box .off {
  background: #fdeef5;
}

.calendar-box .item {
  background: #afd9ff;
  font-size: 1rem;
  color: #000000;
}

.calendar-box .item-td {
  background: #62b4ff;
}

.calendar-box .item-td .days {
  color: #9b8871;
}

.calendar-box .item-td .item {
  display: none;
}

.arrow {
  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;
  text-align: center;
  margin-bottom: 5px;
  font-size: 1.6rem;
}

.arrow a {
  display: block;
  background: #eee;
  padding: 5px 8px;
  cursor: pointer;
}

.arrow a:link, .arrow a:visited {
  color: #333;
}

.arrow a:first-of-type {
  margin-right: 5px;
}

.arrow a.arrow-before:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d9";
  font-weight: 700;
  margin-right: 5px;
}

.arrow a.arrow-after:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 700;
  margin-left: 5px;
}

.greeting_box {
  float: right;
  width: 720px;
}

.greeting {
  max-width: 1060px;
  margin: 0 auto 32px;
}

.greeting h4 {
  font-weight: normal;
}

.greeting .text {
  position: relative;
  top: 22px;
  right: 102px;
  width: 800px;
  padding: 52px 60px 60px 103px;
  background-color: #f2f2f2;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}

.greeting .text p {
  margin-bottom: 8px;
}

.greeting_img {
  position: relative;
  float: left;
  z-index: 1;
  left: 70px;
}

.greeting_img dt {
  margin-bottom: 16px;
}

@media (max-width: 960px) {
  .greeting_box {
    float: none;
    width: 100%;
  }
  .greeting .text {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 16px;
    width: 100%;
    padding: 5%;
    letter-spacing: 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 1;
  }
  .greeting .text p {
    margin-bottom: 8px;
  }
  .greeting_img {
    float: none;
    z-index: 1;
    left: 0;
  }
  .greeting_img dt {
    margin: 16px auto;
    text-align: center;
  }
  .greeting_img dt img {
    width: 270px;
  }
}

.text_box p {
  margin-bottom: 24px;
}

.photo {
  width: 100%;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.photo li {
  width: calc((100% / 4) - 21px);
  margin: 10px;
}

.photo li * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.photo li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  max-height: 250px;
  overflow: hidden;
  background: url(../img/more.png) no-repeat center center #f2f2f2;
}

.photo li img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;;";
}

.photo li p {
  margin: 0px 0;
  text-align: center;
  text-overflow: ellipsis;
  color: #fff;
  background: #59ad42;
  padding: 8px 0;
}

.photo li a:hover img {
  opacity: 0.6;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (max-width: 480px) {
  .photo li {
    width: calc(50% - 21px);
    margin: 10px;
  }
  .photo li a {
    width: 100%;
    height: 100px;
    max-height: 100px;
  }
}

.photo2 {
  width: 100%;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.photo2 li {
  width: calc(33.33% - 21px);
  margin: 10px;
}

.photo2 li * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.photo2 li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  max-height: 200px;
  overflow: hidden;
  background: url(../img/more.png) no-repeat center center #111;
}

.photo2 li img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;;";
}

.photo2 li p {
  height: 30px;
  margin: 5px 0 10px;
  text-align: center;
  text-overflow: ellipsis;
}

.photo2 li a:hover img {
  opacity: 0.6;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (max-width: 480px) {
  .photo2 li {
    width: calc(50% - 21px);
    margin: 10px;
  }
  .photo2 li a {
    width: 100%;
    height: 100px;
    max-height: 100px;
  }
}

#sp_icon,
.humberger {
  display: none;
}

#page {
  padding: 0;
  position: relative;
  z-index: 2;
  left: 0;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

#drawernav {
  background: #fff;
  color: #fff;
  overflow: auto;
  position: fixed;
  top: 0;
  left: -240px;
  width: 240px;
  height: 100%;
  color: #333;
  z-index: 9999899998;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) -3px 0 2px 0;
          box-shadow: rgba(0, 0, 0, 0.2) -3px 0 2px 0;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

#drawernav .drawernav_ttl {
  text-align: center;
  font-size: 1.8rem;
  height: 50px;
  background: #0069c8;
  color: #fff;
  line-height: 50px;
  letter-spacing: 0.2rem;
}

#drawernav ul.phone_navi {
  list-style: none;
  padding: 0;
}

#drawernav ul.phone_navi:first-child {
  margin-top: 60px;
}

#drawernav ul.phone_navi li {
  position: relative;
  border-bottom: 1px solid #cccccc;
}

#drawernav ul.phone_navi li a {
  background: #fff;
  color: #333;
  font-size: 1.3rem;
  display: block;
  padding: 10px 8px;
  text-decoration: none;
  line-height: 1.2;
}

#drawernav ul.phone_navi li a span {
  font-size: 1.1rem;
  display: block;
}

#drawernav ul.phone_navi li a:hover {
  color: #333;
}

#drawernav ul.phone_navi li ul {
  display: none;
}

#drawernav ul.phone_navi li ul li:first-child {
  border-top: 1px solid #cccccc;
}

#drawernav ul.phone_navi li ul li:last-child {
  border-bottom: 0px;
}

#drawernav ul.phone_navi li ul li a {
  font-size: 1.1rem;
  color: #333;
  display: block;
  padding: 8px 20px;
  text-decoration: none;
  border-top: none;
  border-bottom: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f2f2f2;
}

#drawernav ul.phone_navi li ul li a:before {
  content: "・";
  margin-right: 3px;
}

#drawernav ul.phone_navi li ul img {
  display: block;
  width: 90%;
  padding: 5px 0;
  margin: 0 auto;
}

#drawernav .open_btn {
  position: absolute;
  font-weight: 900;
  font-size: 1.8rem;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  cursor: pointer;
  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;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#drawernav img {
  display: block;
  width: 90%;
  padding: 5px 0;
  margin: 0 auto;
}

.fixed-content {
  right: inherit;
  width: 100%;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

#overlay {
  z-index: -1;
  opacity: 0;
  background: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

@media (max-width: 479px) {
  #sp_icon {
    background: #0069c8;
    position: fixed;
    top: 2px;
    right: 62px;
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #sp_icon li {
    font-size: 2.2rem;
    display: block;
    width: 30px;
    height: 30px;
    padding: 13px 15px 17px;
    cursor: pointer;
    color: #111;
    text-align: center;
    line-height: 1.2;
    margin-right: 2px;
    position: relative;
    border-radius: 100%;
  }
  #sp_icon li span {
    font-size: 1.3rem;
    display: block;
  }
  #sp_icon li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -999px;
  }
  .humberger {
    font-size: 2.2rem;
    cursor: pointer;
    color: #0069c8;
    text-align: center;
    line-height: 1.3;
    position: absolute;
  }
  .humberger span {
    font-size: 1.1rem;
    display: block;
  }
  header .humberger {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #0069c8;
    color: #fff;
    width: 60px;
    height: 60px;
    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;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .drawer-opened .humberger {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    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;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .drawer-opened .close {
    padding: 10px 16px !important;
  }
  .drawer-opened #page {
    left: -240px;
    -webkit-box-shadow: 1px 0 2px #000;
            box-shadow: 1px 0 2px #000;
  }
  .drawer-opened .fixed-content {
    left: -240px;
  }
  .drawer-opened #drawernav {
    left: 0;
  }
  .drawer-opened .humberger .icon-menu {
    opacity: 0;
  }
  .drawer-opened .humberger .icon-menu {
    opacity: 0;
  }
  .drawer-opened #overlay {
    opacity: 0.5;
    right: -240px;
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100%;
  }
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

#sp_navi {
  display: none;
}

@media (max-width: 960px) {
  .youtube {
    margin-top: 20%;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
  }
  footer {
    padding-bottom: 0px !important;
  }
  #sp_navi {
    background: rgba(180, 204, 39, 0.9);
    -webkit-box-shadow: rgba(180, 204, 39, 0.4) 2px 0 4px 0px;
            box-shadow: rgba(180, 204, 39, 0.4) 2px 0 4px 0px;
    position: fixed;
    bottom: 0;
    z-index: 999999999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sp_navi li {
    font-size: 2.2rem;
    display: block;
    width: calc((100% / 4) - 1px);
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    position: relative;
    padding: 5px 0;
    border-right: 1px solid #b4cc27;
  }
  #sp_navi li:last-child {
    border-right: 0px solid #b4cc27;
  }
  #sp_navi li span {
    font-size: 1rem;
    display: block;
  }
  #sp_navi li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -999px;
  }
}

.phone_btn {
  padding: 16px 8px;
}

.phone_btn li {
  margin-bottom: 3px;
}

.phone_btn a {
  padding: 6px 0px;
  font-size: 1.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-indent: 0em;
  display: block;
  text-decoration: none;
  text-indent: 0.5rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 2px 0px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 2px 2px 0px;
}

.phone_btn a span {
  font-size: 1.3rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.phone_btn a:hover {
  text-decoration: none;
  opacity: 0.6;
  color: #0069c8;
}

.phone_btn a:link, .phone_btn a:visited {
  color: #fff;
}

.case {
  padding: 19px 15px;
  margin-bottom: 20px;
  background-color: #faf7f4;
}

.implant01 {
  overflow: hidden;
  display: table;
  margin-bottom: 20px;
}

.implant02 {
  overflow: hidden;
  display: table;
}

.implant01 p {
  font-size: 15px;
  font-weight: bold;
  padding: 12px 0 12px 30px;
  background: url("../img/bg_light.png") no-repeat right;
  float: left;
  width: 422px;
}

.implant02 p {
  font-size: 15px;
  font-weight: bold;
  padding: 12px 0 12px 30px;
  background: url("../img/bg_dark.png") no-repeat right;
  float: left;
  width: 422px;
}

.implant01 span,
.implant02 span {
  text-align: right;
  color: #0069c8;
  font-size: 28px;
  display: table-cell;
  vertical-align: middle;
  width: 175px;
  font-weight: bold;
}

.less_left {
  padding: 12px 23px 12px 9px !important;
}

@media (max-width: 960px) {
  .implant01 {
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
  }
  .implant02 {
    overflow: hidden;
    display: block;
  }
  .implant01 p {
    font-size: 15px;
    font-weight: bold;
    padding: 12px 0 12px 8px;
    background: #f5efe9;
    float: none;
    width: 100%;
  }
  .implant02 p {
    font-size: 15px;
    font-weight: bold;
    padding: 12px 0 12px 8px;
    background: #e8e0d8;
    float: none;
    width: 100%;
  }
  .implant01 span,
  .implant02 span {
    text-align: center;
    color: #0069c8;
    font-size: 28px;
    display: block;
    vertical-align: middle;
    width: 100%;
    font-weight: bold;
  }
  .less_left {
    padding: 12px 23px 12px 9px !important;
  }
}

#footer_bg {
  background: #333333;
  color: #fff;
}

#footer {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  margin: 0 auto 0;
  text-align: center;
  padding: 72px 0;
}

@media (max-width: 960px) {
  #footer {
    width: calc(100% - 16px);
  }
}

@media (max-width: 479px) {
  #footer {
    font-size: 1.2rem;
  }
}

.copyright {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  text-align: center;
  background-color: #0069c8;
  color: #fff;
  padding: 2px 0;
  width: 100%;
}

@media (max-width: 479px) {
  .copyright {
    font-size: 1.2rem;
  }
}

.footer_logo {
  margin-bottom: 8px;
}

.footer_nav_wrap {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 16px;
  text-align: left;
}

.footer_nav_wrap .footer_nav_ul {
  width: calc((100% / 3) - 24px);
}

.footer_nav_wrap .footer_nav_ul .footer_nav_ttl {
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  border-bottom: #fff 1px solid;
  margin-bottom: 16px;
}

.footer_nav_wrap .footer_nav_ul li {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
}

@media (max-width: 479px) {
  .footer_nav_wrap .footer_nav_ul li {
    font-size: 1.2rem;
  }
}

.footer_nav_wrap .footer_nav_ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "・";
  margin-right: 5px;
  color: #fff;
}

.footer_nav_wrap .footer_nav_ul li a:link, .footer_nav_wrap .footer_nav_ul li a:visited {
  color: #fff;
  text-decoration: none;
}

.footer_nav_wrap .footer_nav_ul li a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
}

@media (max-width: 960px) {
  .footer_nav_ttl {
    width: 100%;
    font-weight: normal;
    cursor: pointer;
    text-align: left;
    font-size: 1.6rem;
  }
}

/* toggle */
.toggle {
  cursor: pointer;
  padding: 16px 0;
  border-top: 1px solid #333;
  color: #fff;
  text-align: center;
}

.toggle:after {
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  content: "＋";
  color: #fff;
  float: right;
}

.toggle.active:after {
  font-family: "FontAwesome";
  margin-right: 3px;
  content: "ー";
}

.tgbox {
  display: none;
}

@media (max-width: 479px) {
  address {
    text-align: center;
  }
  small {
    text-align: center;
  }
  .footer_nav_wrap {
    display: block;
    margin-bottom: 16px;
  }
  .footer_nav_wrap .footer_nav_ul {
    width: calc(100% - 0px);
    margin-bottom: 8px;
  }
  .footer_nav_wrap .footer_nav_ul .footer_nav_ttl {
    margin-bottom: 8px;
  }
  .footer_nav_wrap .footer_nav_ul li {
    padding: 2px 0;
    background: #555;
    margin-bottom: 2px;
  }
  .footer_nav_wrap .footer_nav_ul li a {
    padding: 3px;
  }
}

#inline {
  background-color: #fff;
  width: 700px;
}

@media (max-width: 960px) {
  #inline {
    width: calc(100% - 16px);
    padding: 8px;
  }
}

#inline .letter_img figure {
  margin-right: 48px;
}

#inline .letter_img_r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#inline .letter_img_r figure {
  margin-left: 48px;
}

#inline .letter_img,
#inline .letter_img_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
}

#inline .letter_img figure,
#inline .letter_img_r figure {
  /* 画像の説明文 */
}

#inline .letter_img figure.mini img,
#inline .letter_img_r figure.mini img {
  width: 380px;
}

#inline .letter_img figure figcaption,
#inline .letter_img_r figure figcaption {
  text-align: left;
}

#inline .letter_img .info,
#inline .letter_img_r .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#inline .letter_img .info p,
#inline .letter_img_r .info p {
  text-align: justify;
  text-justify: inter-ideograph;
}

@media (max-width: 960px) {
  #inline .letter_img,
  #inline .letter_img_r {
    display: block;
    padding: 16px;
  }
  #inline .letter_img figure,
  #inline .letter_img_r figure {
    margin: 0 auto;
    text-align: center;
    background-color: #f2f2f2;
    margin-bottom: 16px;
  }
  #inline .letter_img figure img,
  #inline .letter_img_r figure img {
    width: 220px !important;
    margin-bottom: 0px;
  }
}

/* top_bnr_parent */
.top_bnr_parent .top_bnr {
  position: relative;
  margin-bottom: 60px;
}

.top_bnr_parent .top_bnr:last-child {
  margin-bottom: 0;
}

.top_bnr_parent .top_bnr:nth-child(odd) .top_bnr_detail {
  right: 0;
}

.top_bnr_parent .top_bnr:nth-child(odd) .top_bnr_detail .top_bnr_detail_sub:after {
  margin-right: 0;
  margin-left: auto;
}

.top_bnr_parent .top_bnr:nth-child(odd) .top_bnr_image {
  margin-left: 0;
  margin-right: auto;
}

.top_bnr_parent .top_bnr:nth-child(odd) .top_bnr_detail {
  right: 0;
}

.top_bnr_parent .top_bnr:nth-child(odd) .top_bnr_detail .top_bnr_detail_sub:after {
  margin-right: 0;
  margin-left: auto;
}

.top_bnr_parent .top_bnr:nth-child(odd) .top_bnr_image {
  margin-left: 0;
  margin-right: auto;
}

.top_bnr_parent .top_bnr a {
  display: block;
}

.top_bnr_parent .top_bnr a:hover .top_bnr_detail .top_bnr_detail_sub:after {
  -webkit-animation: a 0.5s cubic-bezier(0.05, 0.75, 0.35, 0.93);
          animation: a 0.5s cubic-bezier(0.05, 0.75, 0.35, 0.93);
  width: 100px;
}

.top_bnr_parent .top_bnr a:hover .top_bnr_image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.top_bnr_parent .top_bnr .top_bnr_detail {
  background: rgba(0, 105, 200, 0.9);
  -webkit-box-shadow: rgba(51, 51, 51, 0.2) 0 1px 8px 4px;
          box-shadow: rgba(51, 51, 51, 0.2) 0 1px 8px 4px;
  width: 40%;
  padding: 30px 40px;
  margin: 0 5%;
  position: absolute;
  top: 30%;
  z-index: 2;
  color: #fff;
}

.top_bnr_parent .top_bnr .top_bnr_detail._base_color {
  background-color: rgba(0, 105, 200, 0.9);
  background-position: top 20px right 20px;
  background-repeat: no-repeat;
}

.top_bnr_parent .top_bnr .top_bnr_detail .top_bnr_detail_ttl {
  /*font-family: $font_mincho;*/
  font-weight: 500;
  font-size: 3.8rem;
  line-height: 1;
  color: #fff;
}

.top_bnr_parent .top_bnr .top_bnr_detail .top_bnr_detail_sub {
  /*font-family: $font_mincho;*/
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 16px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.top_bnr_parent .top_bnr .top_bnr_detail .top_bnr_detail_note {
  letter-spacing: 2px;
}

.top_bnr_parent .top_bnr .top_bnr_image {
  overflow: hidden;
  margin-left: auto;
  width: 70%;
  height: 450px;
  position: relative;
  z-index: 1;
}

.top_bnr_parent .top_bnr .top_bnr_image:before {
  padding-top: 63.41%;
  content: "";
  display: block;
}

.top_bnr_parent .top_bnr .top_bnr_image mask {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -5%;
  z-index: 1;
}

.top_bnr_parent .top_bnr .top_bnr_image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 768px) {
  /* top_bnr */
  .top_bnr_parent {
    width: 100%;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .top_bnr_parent .top_bnr {
    width: 100%;
  }
  .top_bnr_parent .top_bnr a .top_bnr_detail {
    width: calc(100% - 0px);
    margin: 0;
    padding: 15px;
    top: 0px;
    position: static;
  }
  .top_bnr_parent .top_bnr a .top_bnr_detail .top_bnr_detail_ttl {
    font-size: 3rem;
  }
  .top_bnr_parent .top_bnr a .top_bnr_detail .top_bnr_detail_sub {
    font-size: 2rem;
  }
  .top_bnr_parent .top_bnr a .top_bnr_detail .top_bnr_detail_sub:after {
    margin-top: 10px;
  }
  .top_bnr_parent .top_bnr a .top_bnr_detail .top_bnr_detail_note {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .top_bnr_parent .top_bnr a .top_bnr_image {
    top: 0px;
    padding: 0;
    width: 100%;
    height: 20%;
  }
  .top_bnr_parent .top_bnr a .top_bnr_image:before {
    padding-top: auto;
  }
  .top_bnr_parent .top_bnr a .top_bnr_image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.mtitle_balloon {
  font-size: 3.2rem;
  margin-bottom: 30px;
  color: #111;
}

.mtitle_balloon span {
  position: relative;
  display: inline-block;
  padding-bottom: 24px;
  line-height: 1em;
  overflow: hidden;
}

.mtitle_balloon span:before, .mtitle_balloon span:after {
  content: "";
  display: block;
  border-bottom: 3px solid #555;
  position: absolute;
  width: 50%;
  bottom: 6px;
}

.mtitle_balloon span:before {
  left: -5px;
}

.mtitle_balloon span:after {
  right: -5px;
}

.mtitle_balloon span i {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #555;
  border-right: 3px solid #555;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 2px;
}

.mtitle_balloon.mtitle_balloon_01 {
  text-align: center;
}

.gallery ul {
  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;
  list-style: none;
  padding: 0;
}

.gallery img {
  padding: 20px;
}

.form-contents form dl {
  margin-bottom: 0!important;
}

.form-contents {
  padding: 0!important;
}

.form-contents .submit-btn{
  background: #0069c8!important;
  border: solid 2px #0069c8!important;
}
.form-contents :not(.pattern-exclusion) button:hover {
  color: #0069c8!important;
  background: #fff!important;
  border: solid 2px #0069c8!important;
}
.form-contents .submit-btn:hover::before {
      background-color: #0069c8!important;
}

.form-contents dl dt:not(.pattern-exclusion) span.optional::before {
  padding:0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form-contents dl dt:not(.pattern-exclusion) span.optional::before {
  content: '任意';
  color: #fff!important;
  background: #aaa!important;
border: solid 2px #aaa!important;
}

@media screen and (max-width: 800px){
  .form-contents form dl dt:not(.pattern-exclusion) {
      padding-top: 8px!important;
  }
  }
  
  

/*# sourceMappingURL=style.css.map */