@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  background: #fff;
  line-height: 1.5;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  opacity: .8;
}

img {
  max-width: 100%;
}

.container {
  width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 1150px) {
  .container {
    width: 94%;
  }
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.center {
  text-align: center;
}

.textRight {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .allLink {
    cursor: pointer;
  }
  .allLink:hover {
    opacity: 0.8;
  }
  .allLink a:hover {
    opacity: 1;
  }
}

.allLinkNone {
  cursor: default;
}

.allLinkNone:hover {
  opacity: 1;
}

input[type="submit"] {
  border: 0;
  cursor: pointer;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

input[type="submit"]:hover {
  opacity: .8;
}

.headerTop {
  margin-top: -86px;
  padding-top: 86px;
}

.checkbox {
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 400px) {
  .checkbox {
    font-size: 13px;
    letter-spacing: -.5px;
    padding: 3px 0 3px 32px;
  }
}

.checkbox:before, .checkbox:after {
  content: '';
  position: absolute;
}

.checkbox:before {
  width: 16px;
  height: 16px;
  border: 1px solid #c8c9ca;
  border-radius: 3px;
  z-index: 3;
  top: 0;
  left: 0;
}

@media screen and (max-width: 400px) {
  .checkbox:before {
    width: 23px;
    height: 23px;
  }
}

.checkbox:after {
  width: 4px;
  height: 9px;
  margin-top: -6px;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: 1;
  display: block;
  top: 8px;
  left: 6px;
}

@media screen and (max-width: 400px) {
  .checkbox:after {
    width: 6px;
    height: 14px;
    left: 9px;
  }
}

.checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 41px 0px #fff;
  box-shadow: 41px 0px #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: 2;
  display: block;
  position: absolute;
  left: -40px;
}

@media screen and (max-width: 400px) {
  .checkbox input[type="checkbox"] {
    width: 23px;
    height: 23px;
  }
}

.checkbox input[type="checkbox"]:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.radio {
  padding-left: 22px;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.radio:before, .radio:after {
  content: '';
  position: absolute;
}

.radio:before {
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 50%;
  z-index: 3;
  top: 7px;
  left: 0;
}

.radio:after {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #5876b6;
  z-index: 1;
  top: 12px;
  left: 5px;
}

.radio input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0;
  -webkit-box-shadow: 20px -1px #fff;
  box-shadow: 20px -1px #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: 2;
  position: absolute;
  top: 7px;
  left: -23px;
}

.radio input[type="radio"]:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.radio input[type="radio"]:focus {
  opacity: 0.2;
  -webkit-box-shadow: 20px -1px #fff;
  box-shadow: 20px -1px #fff;
}

#cboxText01 {
  text-indent: 0;
  color: #fff;
  margin-top: 30px;
  line-height: 1.5;
  float: none !important;
  position: static;
}

@media screen and (max-width: 640px) {
  body #kandaicommon_header ul#kandaicommon_navi {
    width: 343px;
  }
  body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi01 {
    display: none;
  }
  body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi02 {
    width: 80px;
  }
  body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi03 {
    width: 98px;
  }
  body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi04 {
    width: 76px;
  }
  body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi05 {
    width: 89px;
  }
}

@media screen and (max-width: 480px) {
  body #kandaicommon_header {
    height: 42px;
    background-position: bottom left;
    background-color: #fff;
  }
  body #kandaicommon_header img.kandaicommon_title {
    padding: 8px 0 0 0;
  }
  body #kandaicommon_header ul#kandaicommon_navi {
    width: 190px;
    height: 42px;
  }
  body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi01 {
    display: none;
  }
  body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi02 {
    width: 86px;
  }
  body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi03 {
    width: 104px;
  }
  body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi04 {
    width: 91px;
  }
  body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi04 a {
    margin-left: 9px;
  }
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*a{
	&:hover{
		opacity: 0.5;
		transition: 0.3s;
	}
}*/
.navList {
  display: none;
}

#kandaicommon_header {
  border-bottom: solid 3px #43964e;
}

.header {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: auto;
  padding: 25px 30px 0px 23px;
  /*border-top: solid 3px #43964e;*/
}

@media screen and (max-width: 1190px) {
  .header {
    padding: 20px 10px 0px 10px;
  }
}

@media screen and (max-width: 860px) {
  .header {
    padding: 13px 10px 0px 10px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding: 0px 10px 3px 10px;
    height: 54px;
    -webkit-box-shadow: 0px 3px 5px -5px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 3px 5px -5px rgba(0, 0, 0, 0.6);
  }
}

.header .logoArea {
  float: left;
  width: 19.5%;
  /*@media screen and (max-width: 635px){
			width: 70%;
		}
		@media screen and (max-width: 460px){
			width: 60%;
		}
		@media screen and (max-width: 320px){
			width: 63%;
		}*/
}

@media screen and (max-width: 1190px) {
  .header .logoArea {
    width: 16.5%;
  }
}

@media screen and (max-width: 767px) {
  .header .logoArea {
    width: 100px;
  }
}

.header .logoArea .logomark {
  padding: 22px 0;
}

@media screen and (max-width: 880px) {
  .header .logoArea .logomark {
    padding-top: 18px;
    padding: 17px 0;
  }
}

@media screen and (max-width: 767px) {
  .header .logoArea .logomark {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}

.header .logoArea .logomark h1 {
  display: inline-block;
  font-size: 33px;
  color: #333333;
  font-weight: bold;
  /*position: relative;*/
  /*margin-left: 55px;*/
}

@media screen and (max-width: 1190px) {
  .header .logoArea .logomark h1 {
    font-size: 25px;
    margin-left: 40px;
  }
}

@media screen and (max-width: 880px) {
  .header .logoArea .logomark h1 {
    font-size: 19px;
    margin-left: 32px;
  }
}

@media screen and (max-width: 767px) {
  .header .logoArea .logomark h1 {
    padding: 15px 0;
  }
}

@media screen and (max-width: 635px) {
  .header .logoArea .logomark h1 {
    padding: 19px 0;
  }
}

@media screen and (max-width: 460px) {
  .header .logoArea .logomark h1 {
    padding: 16px 0;
  }
}

.header .logoArea .logomark .logo {
  width: 60%;
  display: inline-block;
  /*position: absolute;*/
  /*left: 39px;*/
  /*@media screen and (max-width: 635px){
					top: 45px;
				}
				@media screen and (max-width: 480px){
					top: 75px;
				}*/
}

@media screen and (max-width: 1190px) {
  .header .logoArea .logomark .logo {
    width: 65%;
    /*left: 12px;
					top: 67px;
					vertical-align:text-top;*/
  }
}

@media screen and (max-width: 880px) {
  .header .logoArea .logomark .logo {
    width: 66%;
    /*left: 15px;
					top: 54px;*/
  }
}

@media screen and (max-width: 767px) {
  .header .logoArea .logomark .logo {
    width: 120px;
    /*left: 15px;
					top: 41px;*/
  }
}

.header .hover01:hover, .header .hover02:hover, .header .hover03:hover {
  /*border-bottom: solid 3px #43964e;*/
  background: url(../../common/img/ico_header22.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  /*transition: 0.3s;*/
  /*.hoverIcon{
				visibility: visible;
				opacity: 1;
			}*/
}

.header .Section {
  float: left;
  width: 12.3%;
  max-width: 170px;
  padding-bottom: 17px;
  text-align: center;
  /*.menu__single:hover > .menu__second-level*/
}

.header .Section:hover .areaHover {
  visibility: visible;
  z-index: 999;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1190px) {
  .header .Section {
    width: 14%;
  }
}

@media screen and (max-width: 767px) {
  .header .Section {
    display: none;
  }
}

.header .Section a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.header .Section .list01 {
  border-left: dashed 1.5px #e2e2e2;
}

.header .Section .list {
  height: 90px;
  border-right: dashed 1.5px #e2e2e2;
  position: relative;
}

@media screen and (max-width: 1190px) {
  .header .Section .list {
    height: 70px;
  }
}

@media screen and (max-width: 860px) {
  .header .Section .list {
    height: 50px;
  }
}

.header .Section .list img {
  margin-bottom: 7px;
}

@media screen and (max-width: 1190px) {
  .header .Section .list img {
    width: 22%;
  }
}

.header .Section .list .area {
  margin-top: 1px;
}

@media screen and (max-width: 1190px) {
  .header .Section .list .area {
    margin-top: 0px;
    width: 22%;
  }
}

@media screen and (max-width: 1190px) {
  .header .Section .list .course {
    margin-top: 0px;
    width: 22%;
  }
}

.header .Section .list .topics {
  margin-top: 4px;
}

@media screen and (max-width: 1190px) {
  .header .Section .list .topics {
    margin-top: 0px;
    width: 22%;
  }
}

.header .Section .list .history {
  margin-top: 2px;
}

@media screen and (max-width: 1190px) {
  .header .Section .list .history {
    margin-top: 0px;
    width: 22%;
  }
}

.header .Section .list h2 {
  font-weight: bold;
  margin-bottom: 7px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

@media screen and (max-width: 1190px) {
  .header .Section .list h2 {
    font-size: 13px;
  }
}

@media screen and (max-width: 860px) {
  .header .Section .list h2 {
    font-size: 10px;
  }
}

.header .Section .list p {
  font-size: 10px;
  color: #43964e;
  font-weight: bold;
}

@media screen and (max-width: 860px) {
  .header .Section .list p {
    font-size: 8px;
  }
}

.header .Section .areaHover {
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 156px;
  left: 0;
  width: 100%;
  padding-top: 25px;
  background: url(../../common/img/bg_header00.png);
  background-size: cover;
  /*&:hover{
				visibility: visible;
				opacity: 1;
			}*/
}

@media screen and (max-width: 1190px) {
  .header .Section .areaHover {
    top: 132px;
  }
}

@media screen and (max-width: 860px) {
  .header .Section .areaHover {
    top: 105px;
    padding-top: 16px;
  }
}

.header .Section .areaHover ul {
  width: 61.5%;
  margin: 0 auto;
  padding-left: 20px;
}

@media screen and (max-width: 1300px) {
  .header .Section .areaHover ul {
    width: 75%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 923px) {
  .header .Section .areaHover ul {
    width: 85%;
    margin: 0 auto;
  }
}

.header .Section .areaHover ul li {
  width: 33%;
  margin-right: 0%;
  margin-bottom: 22px;
  /*display: inline-block;*/
  float: left;
  text-align: left;
}

.header .Section .areaHover ul li a {
  display: block;
  cursor: pointer;
}

.header .Section .areaHover ul li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header .Section .areaHover ul li a img {
  width: 77px;
  margin-right: 10px;
  float: left;
}

@media screen and (max-width: 1300px) {
  .header .Section .areaHover ul li a img {
    width: 68px;
  }
}

@media screen and (max-width: 923px) {
  .header .Section .areaHover ul li a img {
    width: 51px;
  }
}

.header .Section .areaHover ul li a p {
  font-size: 15px;
  color: #333333;
  font-weight: bold;
  vertical-align: middle;
  float: left;
  text-align: left;
  padding-top: 30px;
}

@media screen and (max-width: 1300px) {
  .header .Section .areaHover ul li a p {
    font-size: 13px;
  }
}

@media screen and (max-width: 923px) {
  .header .Section .areaHover ul li a p {
    font-size: 12px;
    padding-top: 20px;
  }
}

.header .Section .areaHover ul li a .hoverTxt {
  padding-top: 21px;
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (max-width: 1300px) {
  .header .Section .areaHover ul li a .hoverTxt {
    font-size: 12px;
  }
}

@media screen and (max-width: 923px) {
  .header .Section .areaHover ul li a .hoverTxt {
    font-size: 11px;
    padding-top: 11px;
  }
}

.header .snsArea {
  float: left;
  width: 19%;
  padding: 10px 0;
  text-align: right;
}

.header .snsArea #twitter {
  margin-right: 5px;
}

@media screen and (max-width: 1190px) {
  .header .snsArea {
    width: 10%;
  }
  .header .snsArea #twitter, .header .snsArea #facebook {
    width: 35%;
  }
}

@media screen and (max-width: 767px) {
  .header .snsArea {
    padding: 0;
    margin-top: 4px;
    margin-right: 45px;
    width: 77px;
    float: right;
  }
  .header .snsArea #twitter, .header .snsArea #facebook {
    width: 32px;
  }
}

@media screen and (max-width: 335px) {
  .header .snsArea {
    margin-top: 7px;
  }
}

@media screen and (min-width: 768px) {
  .header .inner {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header .inner .nav_toggle {
    position: relative;
    display: block;
    z-index: 100;
  }
  .header .inner .nav_toggle .menu-trigger {
    position: absolute;
    top: 0;
    left: 98%;
    margin-left: -25px;
    width: 40px;
    /* クリックエリアの横幅*/
    height: 40px;
    /* クリックエリアの高さ*/
  }
  .header .inner .nav_toggle .menu-trigger .line {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    /* 横幅 */
    height: 2px;
    /* 1本辺りの高さ */
    background: #000;
    /* 線の色 */
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}

@media screen and (max-width: 767px) and (max-width: 460px) {
  .header .inner .nav_toggle .menu-trigger .line {
    width: 28px;
  }
}

@media screen and (max-width: 767px) and (max-width: 425px) {
  .header .inner .nav_toggle .menu-trigger .line {
    width: 28px;
  }
}

@media screen and (max-width: 767px) {
  .header .inner .nav_toggle .menu-trigger .line_01 {
    top: 14px;
  }
  .header .inner .nav_toggle .menu-trigger .line_02 {
    top: 25px;
  }
  .header .inner .nav_toggle .menu-trigger .line_03 {
    top: 36px;
  }
  .header .inner .nav_toggle .menu-trigger.active .line_01 {
    top: 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header .inner .nav_toggle .menu-trigger.active .line_02 {
    opacity: 0;
  }
  .header .inner .nav_toggle .menu-trigger.active .line_03 {
    top: 26px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    /*@media screen and (max-width: 375px){
								top: 24px;
							}
							@media screen and (max-width: 320px){
							top: 25px;
						}*/
  }
}

@media screen and (max-width: 767px) and (max-width: 460px) {
  .header .inner .nav_toggle .menu-trigger.active .line_03 {
    top: 26px;
  }
}

@media screen and (max-width: 767px) {
  .header .inner nav {
    position: absolute;
    top: 104px;
    width: 100%;
    background: #fff;
    left: 0;
    z-index: 999;
  }
}

@media screen and (max-width: 767px) {
  .header .inner nav li {
    position: relative;
    font-size: 14px;
    border-bottom: solid 0.75px #dddddd;
    /*p{
						display: inline-block;
						width: 30px;*/
    /*}*/
  }
  .header .inner nav li a {
    width: 100%;
    display: inline-block;
    padding: 16px 20px;
  }
  .header .inner nav li a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (max-width: 767px) and (max-width: 390px) {
  .header .inner nav li a {
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) and (max-width: 375px) {
  .header .inner nav li a {
    padding: 16px 11px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .header .inner nav li a span {
    line-height: 1.6;
  }
  .header .inner nav li a .touyou {
    line-height: 1.6;
    padding-left: 30px;
    background-image: url(../../common/img/ico_header13.png);
    background-repeat: no-repeat;
    background-size: 20px;
  }
  .header .inner nav li a .yuenchi {
    line-height: 1.6;
    padding-left: 30px;
    background-image: url(../../common/img/ico_header15.png);
    background-repeat: no-repeat;
    background-size: 20px;
  }
  .header .inner nav li .inner {
    display: none;
    background-color: #f9f9f4;
  }
  .header .inner nav li .inner li {
    padding-left: 28px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) and (max-width: 375px) {
  .header .inner nav li .inner li {
    padding-left: 21px;
  }
}

@media screen and (max-width: 767px) {
  .header .inner nav li img {
    width: 3%;
    margin-right: 10px;
    vertical-align: text-bottom;
  }
}

@media screen and (max-width: 767px) and (max-width: 635px) {
  .header .inner nav li img {
    width: 6%;
  }
}

@media screen and (max-width: 767px) and (max-width: 320px) {
  .header .inner nav li img {
    width: 8%;
  }
}

@media screen and (max-width: 767px) {
  .header .inner nav li .fas {
    position: absolute;
    right: 19px;
    top: 20px;
    color: #43964e;
  }
}

@media screen and (max-width: 767px) and (max-width: 375px) {
  .header .inner nav li .fas {
    right: 13px;
  }
}

@media screen and (max-width: 767px) and (max-width: 320px) {
  .header .inner nav li .fas {
    right: 11px;
  }
}

@media screen and (max-width: 767px) {
  .header .inner nav li .accordion-icon {
    position: absolute;
    right: 0px;
    top: 17px;
    width: 2.7%;
  }
}

@media screen and (max-width: 767px) and (max-width: 635px) {
  .header .inner nav li .accordion-icon {
    width: 4%;
    top: 15px;
  }
}

@media screen and (max-width: 767px) and (max-width: 320px) {
  .header .inner nav li .accordion-icon {
    width: 5%;
    top: 17px;
  }
}

@media screen and (max-width: 767px) {
  .header .inner nav li .hogehoge01-2 {
    display: none;
  }
  .header .inner nav li .hogehoge02-2 {
    display: none;
  }
  .header .inner nav li .hogehoge03-2 {
    display: none;
  }
  .header .inner nav li .hogehoge02 {
    display: inline-block;
  }
  .header .inner nav li .hogehoge01 {
    display: inline-block;
  }
  .header .inner nav li .hogehoge03 {
    display: inline-block;
  }
}

.iconFix {
  z-index: 999;
}

.iconFix:hover {
  z-index: 9999;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.fixedIcon {
  width: 50px;
  height: 50px;
  background-color: #438e4e;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999;
  text-align: center;
  z-index: 100;
}

.fixedIcon:hover {
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .fixedIcon {
    right: 35px;
    z-index: 100;
  }
}

@media screen and (max-width: 425px) {
  .fixedIcon {
    right: 13px;
    bottom: 25px;
    width: 40px;
    height: 40px;
    z-index: 100;
  }
}

.fixedIcon .fas {
  font-weight: 600;
  color: #fff;
  font-size: 46px;
}

.mainContent {
  height: auto;
}

.footer .footerText {
  text-align: center;
}

.footer .footerText .Uni {
  margin: 100px 0 23px 0;
}

.footer .footerText .Uni img {
  width: 287px;
}

@media screen and (max-width: 1190px) {
  .footer .footerText .Uni img {
    width: 250px;
  }
}

@media screen and (max-width: 860px) {
  .footer .footerText .Uni img {
    width: 200px;
  }
}

@media screen and (max-width: 460px) {
  .footer .footerText .Uni img {
    width: 180px;
  }
}

@media screen and (max-width: 460px) {
  .footer .footerText .Uni img {
    width: 160px;
  }
}

@media screen and (max-width: 460px) {
  .footer .footerText .Uni img {
    width: 150px;
  }
}

@media screen and (max-width: 1190px) {
  .footer .footerText .Uni {
    font-size: 34px;
    margin: 80px 0 13px 0;
  }
}

@media screen and (max-width: 860px) {
  .footer .footerText .Uni {
    font-size: 28px;
    margin: 50px 0 13px 0;
  }
}

.footer .footerText .adress {
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 1190px) {
  .footer .footerText .adress {
    margin-bottom: 25px;
    font-size: 13px;
  }
}

@media screen and (max-width: 860px) {
  .footer .footerText .adress {
    margin-bottom: 25px;
    font-size: 12px;
  }
}

@media screen and (max-width: 425px) {
  .footer .footerText .adress {
    margin: 0px 10px 25px 10px;
    font-size: 11px;
  }
}

.footer .footerText span {
  vertical-align: top;
}

.footer .footerText img {
  width: 50px;
  vertical-align: text-bottom;
}

@media screen and (max-width: 1190px) {
  .footer .footerText img {
    width: 38px;
  }
}

@media screen and (max-width: 860px) {
  .footer .footerText img {
    width: 30px;
  }
}

@media screen and (max-width: 460px) {
  .footer .footerText img {
    width: 26px;
  }
}

.footer .copyright {
  text-align: center;
  border-top: solid 2px #765f4d;
}

.footer .copyright p {
  margin: 24px 0;
  font-weight: bold;
  font-size: 13px;
}

@media screen and (max-width: 860px) {
  .footer .copyright p {
    font-size: 11px;
  }
}

@media screen and (max-width: 425px) {
  .footer .copyright p {
    margin: 10px 0;
    font-size: 10px;
  }
}
