@charset "UTF-8";
/*!
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0px;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  clear: both;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dotted rgb(127.5, 127.5, 127.5);
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

input,
select {
  vertical-align: middle;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #header-PT {
    display: none;
  }
}
#header-PT {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  padding: 0px 0 0;
  line-height: 1;
  z-index: 100;
  background: #fff;
  height: 90px;
}
#header-PT:after {
  content: "";
  display: block;
  width: 1240px;
  margin: 10px auto 0;
}
#header-PT .inner {
  position: relative;
  width: 94%;
  margin: 0 auto;
}
#header-PT .inner:after {
  content: "";
  clear: both;
  display: block;
}
#header-PT .logo {
  max-width: 350px;
  width: 30%;
  position: absolute;
  top: 22px;
  left: 0px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #header-PT .logo {
    width: 36%;
    left: 0;
    top: 12px;
  }
}
#header-PT .tel {
  position: absolute;
  top: 18px;
  right: 2%;
  color: rgb(76.5, 76.5, 76.5);
  text-align: right;
}
#header-PT .tel a {
  font-size: 16px;
  font-size: 1.6rem;
}
#header-PT .tel a:link, #header-PT .tel a:visited {
  color: rgb(76.5, 76.5, 76.5);
  text-decoration: none;
}
#header-PT .tel a:hover {
  color: rgb(76.5, 76.5, 76.5);
  text-decoration: none;
}

/* Fixed */
#header-PT.fixed {
  height: 67px;
  padding-top: -15px;
  box-shadow: none;
  background: rgb(242.25, 242.25, 242.25);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}
#header-PT.fixed .logo {
  max-width: 300px;
  width: 26%;
  position: absolute;
  top: 12px;
  left: 0px;
}
@media screen and (max-width: 768px) {
  #header-PT.fixed .logo {
    width: 28%;
    left: 0;
    top: 10px;
  }
}
#header-PT.fixed .tel {
  top: -20px;
}
#header-PT.fixed .header__nav {
  top: 20px;
  right: 0px;
  width: 100%;
  display: flex;
  justify-content: right;
}
#header-PT.fixed .header__nav a:link, #header-PT.fixed .header__nav a:visited {
  display: block;
  color: #333333;
}
#header-PT.fixed .header__nav a:hover, #header-PT.fixed .header__nav a:focus {
  color: #fff;
}
#header-PT {
  transition: all 0.5s ease-out;
}
#header-PT:after,
#header-PT .logo,
#header-PT .tel,
#header-PT .header__nav {
  transition: all 0.5s ease-out;
}

.header__nav {
  padding-top: 9px;
  padding-bottom: 15px;
  position: absolute;
  top: 40px;
  right: 0%;
  width: 100%;
  display: flex;
  justify-content: right;
}
.header__nav a {
  transition-duration: 0.1s;
}
.header__nav a:link, .header__nav a:visited {
  display: block;
  color: #333333;
}
.header__nav a:hover {
  color: #fff;
}
.header__nav a:focus {
  color: #fff;
}

.header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
}

.header__navItemLink {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 0 12px;
  margin: 0 6px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .header__navItemLink {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.header__navItemLink::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0px;
  z-index: -1;
  height: 26px;
  width: 100%;
  background: #1c237a;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.1s;
}
@media screen and (max-width: 768px) {
  .header__navItemLink::after {
    height: 22px;
    bottom: 3px;
  }
}

.header__navItemLink:hover::after {
  transform: scale(1, 1);
}

.header__navItemLink:focus::after {
  transform: scale(1, 1);
}

.header-S {
  display: none;
}
@media screen and (max-width: 480px) {
  .header-S {
    display: inline;
  }
}
.header-S {
  background: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 70px;
}
.header-S .tel-S {
  position: absolute;
  top: 22px;
  left: 75%;
  padding: 1px 6px;
  border-radius: 6px;
  border: 1px solid #a4b7dc;
}
.header-S .tel-S a:link, .header-S .tel-S a:visited {
  display: block;
  color: #a4b7dc;
}
.header-S .logo-S {
  position: absolute;
  top: 20px;
  left: 5%;
  width: 60%;
  max-width: 300px;
}

/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 */
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 28rem;
  height: 100%;
  color: #222;
  background: #fff;
}

.drawer-brand {
  font-size: 1rem;
  font-weight: 700;
  display: block;
  padding: 0.75rem;
  text-decoration: none;
  color: #ec0006;
}

.drawer-menu {
  margin: 0;
  padding-top: 70px;
  list-style: none;
  background: #efefef;
}

.drawer-menu-item {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  padding: 1.2rem 0.5rem 1.2rem 0.5rem;
  text-decoration: none;
  color: #333333;
  border-bottom: 3px solid #fff;
  line-height: 1.2;
}

.drawer-menu-item:hover {
  text-decoration: none;
}

.drawer-menu-item:focus {
  text-decoration: none;
}

.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
	Right
	\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -28rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0rem;
}

/*!------------------------------------*\
	Hamburger
	\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 16px;
  margin-right: 10px;
  display: block;
  box-sizing: content-box;
  width: 4rem;
}
@media screen and (max-width: 768px) {
  .drawer-hamburger {
    width: 3rem;
  }
}
.drawer-hamburger {
  padding: 10px 0.75rem 20px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: white;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: #fff;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #a4b7dc;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -12px;
}
@media screen and (max-width: 768px) {
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    top: -10px;
  }
}
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: 12px;
}
@media screen and (max-width: 768px) {
  .drawer-hamburger-icon:after {
    top: 10px;
  }
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*!------------------------------------*\
	iPhone対策
	\*!------------------------------------*/
.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.swiper-container {
  width: 100%;
  height: auto;
  margin: 0px auto;
}

.slide-img img {
  width: 100%;
}

.swiper-slide {
  position: relative;
}

.swiper-slide .slide-content {
  position: absolute;
  text-align: center;
  width: 90%;
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: clamp(16px, 4vw, 60px);
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}
@media screen and (max-width: 480px) {
  .swiper-slide .slide-content {
    bottom: 8%;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.swiper-slide-active .slide-content {
  animation: fadein 7s ease-in-out 0s 1 normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoomUp 11s linear 0s 1 normal both;
}

.slide-img img {
  display: block;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
  text-align: justify;
  text-justify: inter-ideograph;
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}
@media screen and (max-width: 480px) {
  html {
    scroll-padding-top: 0px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "LINE Seed JP", sans-serif;
  line-height: 1.7;
  margin: 0;
  padding: 0px;
  background-color: #fff;
}

html,
body {
  color: #333333;
}

br {
  letter-spacing: normal;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.forP {
  display: inline;
}
@media screen and (max-width: 768px) {
  .forP {
    display: none;
  }
}

.forPT {
  display: inline;
}
@media screen and (max-width: 480px) {
  .forPT {
    display: none;
  }
}

.forTS {
  display: none;
}
@media screen and (max-width: 768px) {
  .forTS {
    display: inline;
  }
}

.forS {
  display: none;
}
@media screen and (max-width: 480px) {
  .forS {
    display: inline;
  }
}

a {
  color: #333333;
  text-decoration: none;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #333333;
}
a:active {
  text-decoration: none;
}

.clb {
  clear: both;
  height: 1px;
}

.taL {
  text-align: left;
}

.taR {
  text-align: right;
}

.taC {
  text-align: center;
}

.foSS {
  font-size: 60%;
}

.foS {
  font-size: 80%;
}

.foB {
  font-weight: 700;
}

.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.bg_white, .bg_gray {
  width: 100%;
  background-color: #fff;
  height: auto;
  padding: 0px 0 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bg_white, .bg_gray {
    padding: 0px 0 30px;
  }
}

.bg_gray {
  background-color: rgb(242.25, 242.25, 242.25);
}

.wrap {
  padding: 0px 0px 0px;
  width: 90%;
  max-width: 992px;
  height: auto;
  margin: 50px auto 0px;
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0px 10px 10px;
    margin: 30px auto 0px;
  }
}

.h1 {
  position: relative;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 2;
  color: #1c237a;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .h1 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.9;
  }
}
.h1 span {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 100;
  color: rgb(76.5, 76.5, 76.5);
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .h1 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.h1::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%; /* 左右位置 */
  transform: translate(-50%); /* 左右位置 */
  bottom: 40px; /* 下線の位置 */
  width: 120px; /* 下線の幅 */
  height: 1px; /* 下線の太さ */
  background-color: rgb(127.5, 127.5, 127.5); /* 下線の色 */
}
@media screen and (max-width: 768px) {
  .h1::after {
    bottom: 34px; /* 下線の上下位置調整 */
    width: 80px; /* 下線の幅 */
    margin: 0px auto;
  }
}

.h2 {
  text-align: left;
  width: 100%;
  margin: 30px auto 0;
  position: relative;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.3;
  color: #333333;
  border-bottom: 2px dotted rgb(127.5, 127.5, 127.5);
  padding: 0px 0px 5px 30px;
}
@media screen and (max-width: 768px) {
  .h2 {
    margin: 20px auto 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.h2::before {
  position: absolute;
  top: 10%;
  left: 5px;
  width: 10px;
  height: 80%;
  content: "";
  border-radius: 5px;
  background: #1c237a;
}

.h3 {
  margin: 20px auto 0px;
  text-align: left;
  padding-left: 5px;
  padding-bottom: 5px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #333333;
  font-weight: 400;
  border-bottom: 1px dotted rgb(76.5, 76.5, 76.5);
}
@media screen and (max-width: 768px) {
  .h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

p {
  color: #333333;
  margin-top: 10px;
  text-align: left;
  font-size: clamp(14px, 1.5vw, 17px);
  text-align: justify;
  text-justify: inter-ideograph;
}

.flex, .flex_rev {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .flex, .flex_rev {
    margin-top: 30px;
  }
}

.flex_rev {
  flex-direction: row-reverse;
}

.img-45 {
  margin: 30px 2.5% 5px;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .img-45 {
    margin: 20px auto 5px auto;
    width: 90%;
  }
}

.txt_45, .txt_45_contact {
  margin: 30px 2.5% 5px;
  width: 45%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .txt_45, .txt_45_contact {
    float: none;
    margin: 5px auto 5px auto;
    width: 90%;
  }
}
.txt_45 h1, .txt_45_contact h1 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #3b68a1;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .txt_45 h1, .txt_45_contact h1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.txt_45 ul, .txt_45_contact ul {
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  list-style-type: disc;
  margin-left: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .txt_45 ul, .txt_45_contact ul {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.space-h90 {
  background: #fff;
  background: rgb(242.25, 242.25, 242.25);
  height: 90px;
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .space-h90 {
    height: 90px;
  }
}
@media screen and (max-width: 480px) {
  .space-h90 {
    height: 0px;
  }
}

.space-h30 {
  width: 0;
  background: #fff;
  height: 30px;
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .space-h30 {
    height: 20px;
  }
}

.fadeIn {
  opacity: 0;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

.fadeIn-right {
  opacity: 0;
  transform: translate(10%, 0);
  transition: 2s;
}

.fadeIn-right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn-left {
  opacity: 0;
  transform: translate(-10%, 0);
  transition: 2s;
}

.fadeIn-left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn-up {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 2s;
}

.fadeIn-up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.footer {
  margin-top: 30px;
  margin-top: auto;
  width: 100%;
  background-color: #1c237a;
}

.footerCont {
  background-color: #1c237a;
  padding: 0px 0px 0;
  height: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footerCont {
    width: 100%;
    height: 100px;
  }
}
.footerCont p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1px;
  color: #cccccc;
  display: inline;
}

.copyright {
  padding-top: 15px;
  margin: 0px 0px 0 0px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: rgb(242.25, 242.25, 242.25);
}

div.page_top {
  z-index: 1000;
  position: fixed;
  right: 20px;
  bottom: 30px;
  background-color: #1c237a;
  text-align: center;
  border-radius: 32px;
  border: 2px solid rgb(242.25, 242.25, 242.25);
}

div.page_top a {
  padding-top: 5px;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 30px;
}

div.page_top a:hover {
  text-decoration: none;
  background-color: rgb(128.12, 135.4, 225.88);
}

.info {
  text-align: left;
  width: 90%;
  margin: 20px auto 0;
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .info {
    width: 100%;
    margin-top: 10px;
  }
}
.info dl {
  color: rgb(76.5, 76.5, 76.5);
  padding: 0 10px;
  font-size: clamp(14px, 1.5vw, 17px);
}
.info dl dt {
  float: left;
  width: 10em;
  padding: 8px 0.5em;
}
@media screen and (max-width: 480px) {
  .info dl dt {
    float: none;
    padding: 8px 0.5em 0px;
  }
}
.info dl dd {
  margin-left: 0;
  padding: 8px 0.5em 8px 10em;
  border-bottom: dotted 1px rgb(127.5, 127.5, 127.5);
}
@media screen and (max-width: 480px) {
  .info dl dd {
    padding: 0px 0.5em 8px 2em;
  }
}
.info ul {
  padding: 10px 0 10px 50px;
  font-size: clamp(14px, 1.5vw, 17px);
}

.line_plus {
  width: 100%;
  height: auto;
  position: relative;
}
.line_plus::after {
  position: absolute;
  inset: 10px -10px -10px 10px;
  border: 1px solid #1c237a;
  content: "";
}

.txt_45_contact {
  padding: 10px 15px;
  border: 3px solid #cccccc;
  border-radius: 12px;
  background: #fff;
  margin: 0px 2.5% 0;
  width: 45%;
  font-size: 30px;
  font-size: 3rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .txt_45_contact {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 auto 25px auto;
    width: 90%;
  }
}

.map {
  width: 100%;
  height: 510px;
  margin-top: 10px;
  border: 5px solid #cccccc;
}
@media screen and (max-width: 480px) {
  .map {
    float: none;
  }
}