@charset "UTF-8";

:root {
  --main-color: #39beb5;
  --sub-color: #b6701e;
  --link-color: #ef83a3;
}

/*
  header
========================================================================== */
header {
  position: relative;
  line-height: 1;
  font-feature-settings: "palt";
}
header .header_lead {
  position: absolute;
  padding-top: max(0.714vw,9px);
  padding-left: max(1.143vw,14px);
  font-family: "Noto Sans JP";
  font-size: max(0.893vw,11px);
  font-weight: 400;
  letter-spacing: .1em;
  text-shadow: 0 0 max(0.714vw,9px) #fff, 0 0 max(0.714vw,9px) #fff, 0 0 max(0.714vw,9px) #fff, 0 0 max(0.714vw,9px) #fff, 0 0 max(0.714vw,9px) #fff, 0 0 max(0.714vw,9px) #fff, 0 0 max(0.714vw,9px) #fff, 0 0 max(0.714vw,9px) #fff;
}
.header_logo {
  position: absolute;
  top: max(3.143vw,40px);
  left: max(2.286vw,29px);
  z-index: 1;
}
.header_logo img {
  width: max(22vw,286px);
}
.header_supplement {
  position: absolute;
  top: max(4.643vw,60px);
  left: max(17.357vw,225px);
  width: max(20.714vw,269px);
  height: max(4.286vw,55px);
  background: url(../images/common/header_supplement_bg.png) left top no-repeat;
  background-size: cover;
}
.header_supplement p {
  font-family: "Noto Sans JP";
  font-size: max(1.083vw,14px);
  font-weight: 400;
  letter-spacing: .06em;
  color: #fff;
}
.header_supplement p:first-of-type {
  padding-top: max(0.286vw,3px);
  padding-left: max(5.643vw,73px);
}
.header_supplement p:last-of-type {
  padding-top: max(1.429vw,18px);
  padding-left: max(7vw,91px);
}

/** header_fix_btn **/
.header_fix_btn {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999;
  transform: translateY(-50%);
}
.header_fix_btn a {
  display: block;
}
.header_fix_btn a + a {
  margin-top: max(0.286vw,3px);
}
.header_fix_btn a img {
  width: max(5.714vw,74px);
}

.header_fix_btn a.monitor {
    aspect-ratio: 160 / 280;
    display: flex;
		flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #ef83a3;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    font-size:max(1vw,13px);
		position: relative;
}
.header_fix_btn a i.fa{
	font-size: 220%;
  margin: 0 0 0.3em;
}
.header_fix_btn a.monitor:after {
	position: absolute;
	content: "";
	right: 0.35em;
  bottom: 0.35em;
	aspect-ratio: 1/1;
	clip-path: polygon(100% 0,100% 100%,0 100%);
	background-color: #fff;
	width: 0.8em;
}

.header_fix_btn_low {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
}
.header_fix_btn_low .tel {
  width: max(17.5vw,227px);
  margin-right: max(1.214vw,15px);
}
.header_fix_btn_low .tel span {
  display: block;  
  text-align: center;
}
.header_fix_btn_low .tel span:nth-of-type(1) {
  padding: max(1.286vw,16px) 0 max(0.857vw,11px) max(2.143vw,27px);
  font-family: 'Noto Sans JP';
  font-size: max(1.191vw,15px);
  font-weight: 400;
  border-bottom: #444 1px solid;
  background: url(../images/common/header_fix_btn_low_tel.png) left 11px bottom 8px no-repeat;
  background-size: max(1.429vw,18px);
}
.header_fix_btn_low .tel span:nth-of-type(2) {
  margin-top: max(0.857vw,11px);
  font-family: 'Times New Roman', Times, serif;
  font-size: max(2.381vw,30px);
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.05em;
}
.header_fix_btn_low div {
  font-size: 0;
}
.header_fix_btn_low div a img {
  width: max(8.571vw,111px);
}

/*
  gnav
========================================================================== */
.gnav {
  width: 100%;
  line-height: 1;
  font-feature-settings: "palt";
}
.gnav ul {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: max(3.071vw,39px);
}
.gnav ul li {
  border-right: #333 solid 1px;
}
.gnav ul li:first-of-type {
  border-left: #2e2e2e solid 1px;
}
.gnav ul li a {
  display: block;
  padding: max(0.714vw,9px) max(3.214vw,41px) max(0.571vw,7px);
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: max(1.071vw,13px);
  font-weight: 400;
  letter-spacing: .1em;
}
.gnav ul li:first-of-type a {
  font-size: max(1.143vw,14px);
}
.gnav li a span {
  display: block;
  margin-top: max(0.714vw,9px);
  font-family: 'Roboto';
  font-size: max(1.071vw,13px);
  font-weight: 300;
  color: #ccc;
  letter-spacing: .1em;
}

/*
  footer
========================================================================== */
footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: max(85vw,1105px);
  line-height: 1;
  margin-top: max(5vw,65px);
  background: url(../images/common/footer_bg.jpg) left top no-repeat;
  background-size: cover;
  font-feature-settings: "palt";
}
footer::before {
  content: "";
  position: absolute;
  top:0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #e2a0b3;
  mix-blend-mode: multiply;
}
.ft_left {
  width: 50%;
  padding: max(3.643vw,47px) max(3.571vw,46px) 0 max(7.143vw,92px);
  font-family: 'Noto Serif JP';
  font-weight: 400;
}
.ft_right {
  width: 50%;
  padding: max(5vw,65px) 0 0 max(3.571vw,46px);
  font-family: 'Noto Sans JP';
  font-weight: 400;
  color: #fff;
}
.ft_logo img {
  width: max(34.429vw,447px);
}
.ft_info {
  display: flex;
  justify-content: space-between;
  margin-top: max(2.929vw,38px);
}
.ft_info .btn {
  position: relative;
  display: block;
  width: max(17.857vw,232px);
  height: max(5.714vw,74px);
  line-height: max(5.714vw,74px);
  padding-left: max(4.571vw,59px);
  font-size: max(1.488vw,19px);
  letter-spacing: .05em;
  color: #fff;
  text-decoration: none;
  background: #f29cb5 url(../images/common/footer_icon_web.png) left max(1.286vw,16px) center no-repeat;
  background-size: max(2.214vw,28px) auto;
}
.ft_info .btn::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  width: max(0.714vw,9px);
  aspect-ratio: 1 / 1;
  right: max(0.429vw,5px);
  bottom: max(0.429vw,5px);
  background-color: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.ft_info .tel {
  width: max(20vw,260px);
  height: max(5.786vw,75px);
  padding-top: max(0.714vw,9px);
  text-align: center;
  font-size: max(1.205vw,15px);
  letter-spacing: .08em;
  border-top: #333 solid 1px;
  border-bottom: #333 solid 1px;
}
.ft_info .tel span {
  display: block;
  margin-top: max(0.571vw,7px);
  padding-left: max(2.143vw,27px);
  font-size: max(2.381vw,30px);
  letter-spacing: .05em;
  background: url(../images/common/footer_icon_tel.png) left max(1.071vw,13px) top max(0.571vw,7px) no-repeat;
  background-size: max(1.357vw,17px) auto;
} 
.ft_access {
  margin-top: max(1.929vw,25px);
}
.ft_access p {
  min-height: max(5vw,65px);
  line-height: 1.6;
  padding-left: max(6.286vw,81px);
  font-size: max(1.191vw,15px);
  letter-spacing: .1em; 
}
.ft_access .address {
  padding-top: max(0.714vw,9px);
  background: url(../images/common/footer_icon_address.png) left top no-repeat;
  background-size: max(5vw,65px);
}
.ft_access .traffic {
  margin-top: max(1.643vw,21px);
  background: url(../images/common/footer_icon_access.png) left top no-repeat;
  background-size: max(5vw,65px);
}
.ft_access .traffic span {
  display: block;
}
.ft_bnr {
  width: 100%;
  margin-top: max(2.143vw,27px);
}
.ft_sns {
  position: relative;
  margin-right: max(7.143vw,92px);
  text-align: right;
}
.ft_sns a {
  display: inline-block;
  width: max(5vw,65px);
  margin-left: max(0.857vw,11px);
}
.ft_sns img {
  aspect-ratio: 1 / 1;
}
.ft_timetable {
  position: relative;
  margin-top: max(3.429vw,44px);
  margin-right: max(7.143vw,92px);
}
.ft_timetable table {
  width: 100%;
  table-layout: fixed;
  border-top: #fff solid 1px;
  border-bottom: #fff solid 1px;
}
.ft_timetable table th,
.ft_timetable table td {
  text-align: center;
  vertical-align: middle;
}
.ft_timetable table thead th {
  width: max(12.571vw,163px);
  padding: max(0.857vw,11px) 0;
  font-size: max(1.413vw,18px);
  letter-spacing: .05em;
  border-bottom: #fff solid 1px;
}
.ft_timetable table thead td {
  padding: max(0.857vw,11px) max(1vw,13px);
  font-size: max(1.413vw,18px);
  border-bottom: #fff solid 1px;
}
.ft_timetable table tbody th {
  padding: max(0.857vw,11px) 0;
  font-size: max(1.361vw,17px);
  letter-spacing: .1em;
  white-space: nowrap;
  border-bottom: #fff solid 1px;
}
.ft_timetable table tbody th span {
  display: block;
  margin-top: max(0.571vw,7px);
  font-size: max(1vw,13px);
}
.ft_timetable table tbody td {
  padding: max(0.857vw,11px) 0;
  font-size: max(1.143vw,14px);
  border-bottom: #fff solid 1px;
}
.ft_timetable ul {
  margin-top: max(0.5vw,6px);
  text-align: right;
  font-family: 'Noto Sans JP';
  font-size: max(1.041vw,13px);
  letter-spacing: .05em;
  color: #fff;
}
.ft_nav {
  position: relative;
}
.ft_nav nav {
  margin-top: max(2.5vw,32px);
}
.ft_nav nav:not(:first-of-type) {
  display: flex;
  flex-wrap: wrap;
}
.ft_nav dt {
  margin-bottom: max(0.714vw,9px);
  font-size: max(0.952vw,12px);
  letter-spacing: .05em;
}
.ft_nav ul.flex {
  display: flex;
  flex-wrap: wrap;
  max-width: max(28.571vw,371px);
}
.ft_nav ul li {
  position: relative;
  padding-left: 1em;
}
.ft_nav ul.flex li {
  width: 50%;
}
.ft_nav ul li::before {
  content: "▶";
  position: absolute;
  top: 1.35em;
  left: 0;
  display: block;
  font-size: max(0.594vw,7px);
}
.ft_nav ul li a {
  line-height: 2.19;
  font-size: max(0.952vw,12px);
  letter-spacing: .05em;
  white-space: nowrap;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: max(0.5vw,6px);
  text-decoration-color: #fff;
}

.humanity_logo {
  position: absolute;
  right: max(3.143vw,40px);
  bottom: max(1.357vw,17px);
}
.humanity_logo img {
  width: max(8.286vw,107px);
}

.copyright {
  position: absolute;
  bottom: max(1.786vw,23px);
  width: 100%;
  font-family: 'Noto Sans JP';
  font-size: max(1.143vw,14px);
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
}

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: max(2.143vw,27px);
  right: max(0.714vw,9px);
  z-index: 1000;
  cursor: pointer;
}
.pagetop img {
  width: max(5.643vw,73px);
}

/*
  mainPhoto
========================================================================== */
.mainPhoto {
  margin: 0 auto;
  width: 100%;
}

/*
  sidemenu / sidebanner
========================================================================== */
.sidemenu {
  position: relative;
  width: 300px;
  padding: 35px 20px 27px;
  font-family: 'Noto Sans JP';
  background-color: #eef9f8;
}
.sidemenu h2 {
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  font-size: 41.67px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #444;
  line-height: 1;
}
.sidemenu h3 {
  margin-top: 18px;
  padding: 5px 0;
  text-align: center;
  font-size: 16.67px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #48c0b1;
}
.sidemenu p {
  margin-top: 20px;
  padding: 0 0 10px 10px;
  font-size: 16.67px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #48c0b1;
  border-bottom: #48c0b1 solid 2px;
}
.sidemenu ul + p {
  margin-top: 50px;
}
.sidemenu a {
  position: relative;
  display: block;
  padding: 18px 0 13px 30px;
  font-size: 16px;
  font-weight: 400px;
  letter-spacing: .1em;
  white-space: nowrap;
  color: #333;
  border-bottom: #000 dashed 1px;
}
.sidemenu a::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  aspect-ratio: 1 / 1;
  left: 9px;
  top: 28px;
  border-bottom: 1px solid #787979;
  border-right: 1px solid #787979;
  transform: rotate(-45deg);
}

/* sidebanner */
.sidebanner {
  margin-top: 68px;
}
.sidebanner ul li + li {
  margin-top: 22px;
}

/*
  lowinfo
========================================================================== */
.lowinfo {
  height: 460px;
  line-height: 1;
  margin-top: 20px;
  padding-top: 28px;
  padding-left: 28px;
  font-family: 'Noto Sans JP';
  background: url(../images/common/lowinfo_bg.jpg) center top no-repeat;
  background-size: cover;
  font-feature-settings: "palt";
}
.lowinfo .logo img {
  width: 425px;
}
.lowinfo ul {
  display: flex;
  margin-top: 35px;
}
.lowinfo li a {
  display: block;
  width: 210px;
  height: 65px;
  line-height: 65px;
  padding-left: 85px;
  font-size: 20.85px;
  font-weight: 400;
  letter-spacing: .05em;
  color: #fff;
}
.lowinfo li:nth-of-type(1) a {
  background: url(../images/common/lowinfo_btn01.png) center top no-repeat;
  background-size: cover;
}
.lowinfo li:nth-of-type(2) a {
  background: url(../images/common/lowinfo_btn02.png) center top no-repeat;
  background-size: cover;
}
.lowinfo .lowinfo_tel {
  width: 420px;
  margin-top: 25px;
  text-align: center;
}
.lowinfo .lowinfo_tel span {
  display: block;
}
.lowinfo .lowinfo_tel span:nth-of-type(1) {
  font-size: 16.67px;
  font-weight: 400;
  letter-spacing: .1em;
}
.lowinfo .lowinfo_tel span:nth-of-type(2) {
  margin-top: 8px;
  padding: 7px 0 5px 35px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 400;
  font-size: 37.5px;
  letter-spacing: 0.07em;
  border-top: #333 1px solid;
  border-bottom: #333 1px solid;
  background: url(../images/common/lowinfo_tel.png) left 79px top 15px no-repeat;
  background-size: 23px auto;
}
.lowinfo_info {
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
  row-gap: 15px;
  width: 445px;
  margin-top: 25px;
  margin-left: 5px;
}
.lowinfo_info p {
  min-height: 19px;
  font-family: 'Noto Serif JP';
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .05em;
  color: #4b4b4b;
}
.lowinfo_info p em {
  font-style: normal !important;
  color: #7d6451;
}
.lowinfo_info p:nth-of-type(1) {
  padding-left: 25px;
  background: url(../images/common/lowinfo_icon_train.png) left center no-repeat;
  background-size: 13px auto;
}
.lowinfo_info p:nth-of-type(2) {
  padding-left: 30px;
  background: url(../images/common/lowinfo_icon_info.png) left center no-repeat;
  background-size: 19px auto;
}
.lowinfo_info p:nth-of-type(3) {
  padding-left: 25px;
  background: url(../images/common/lowinfo_icon_time.png) left center no-repeat;
  background-size: 16px auto;
}
/*
  monitor
========================================================================== */
.low_monitor {
  position: relative;
  width: 800px;
  height: 236px;
  line-height: 1;
  margin-bottom: 50px;
  font-family: "Noto Serif JP";
  font-weight: 400;
}

.low_monitor a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/top/monitor_bg.png) center top no-repeat;
  background-size: 100% auto;
}

.low_monitor .lead {
  padding-top: 68px;
  margin-left: 430px;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: .12em;
  color: #fff;
}

.low_monitor .lead span {
  position: absolute;
	top: 33px;
  left: 263px;
  line-height: 1.27;
  padding-left: 2px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: .05em;
  color: #eb8c0b;
  transform: rotate(-10deg);
}

.low_monitor .lead span em {
  font-weight: 500;
  font-size: 26px;
  font-style: normal !important;
}

.low_monitor h2 {
  margin-top: 48px;
  margin-left: 276px;
  font-weight: 400;
  font-size: 47px;
  letter-spacing: .05em;
  color: #ed9216;
}

.low_monitor h2 span {
  font-size: 34px;
}

.low_monitor .eligible {
  display: flex;
  margin-top: 20px;
  margin-left: 234px;
}

.low_monitor .eligible p {
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .1em;
  color: #ed9216;
  border-bottom: #ed9216 solid 1px;
}

.low_monitor .eligible ul {
  display: flex;
  column-gap: 18px;
  margin-left: 20px;
}

.low_monitor .eligible ul li {
  padding-left: 17px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .1em;
  background: url(../images/top/monitor_check.png) left center no-repeat;
  background-size: 13px auto;
}

/*
  ページキャッチ・見出し・コラム
========================================================================== */
/* page-catch */
.page-catch {
  /* margin-bottomは固定値 */
  position: relative;
  margin-right: 10px;
  margin-bottom: 40px;
  padding: 55px 30px 40px 30px;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: .1em;
  color: #282828;
  border: #39beb5 solid 1px;
}

.page-catch::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  pointer-events: none;
  border: #39beb5 solid 1px;
}

/* 見出し */
.ttl-low {
  /* margin-bottomは固定値 */
  position: relative;
  margin-bottom: 20px;
  padding: 0.55em 2.5em;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: .1em;
  font-feature-settings: "palt";
  color: #fffdfc;
}
.ttl-low::before {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 0;
  width: 6px;
  height: calc(100% - 11px);
  background-color: #FFF;
}
.ttl-low1-1 {
  background: url(../images/common/ttl-low1-1_bg.png) left top repeat;
}
.ttl-low1-2 {
  background: url(../images/common/ttl-low1-2_bg.png) left top repeat;
}
.ttl-low1-3 {
  background: url(../images/common/ttl-low1-3_bg.png) left top repeat;
}

.ttl-low2 {
  /* margin-bottomは固定値 */
  position: relative;
  margin-bottom: 20px;
  padding: 0.55em 1em 0.55em 2.5em;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: .1em;
  font-feature-settings: "palt";
  border-bottom-width: 1px;
  border-left-width: 10px;
  border-style: solid;
}
.ttl-low2::before {
  content: "";
  position: absolute;
  left: 3px;
  bottom: 0;
  width: 3px;
  height: 100%;
}
.ttl-low2-1 {
  color: #39beb5;
}
.ttl-low2-1::before {
  background-color: #39beb5;
}
.ttl-low2-2 {
  color: #b6701e;
}
.ttl-low2-2::before {
  background-color: #b6701e;
}
.ttl-low2-3 {
  color: #ef83a3;
}
.ttl-low2-3::before {
  background-color: #ef83a3;
}


.ttl-low3 {
  /* margin-bottomは固定値 */
  margin-bottom: 20px;
  padding: 0.55em 2.5em;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: .1em;
  font-feature-settings: "palt";
  border-top: 1px dashed;
  border-bottom: 1px dashed;
}
.ttl-low3-1 {
  color: #39beb5;
}
.ttl-low3-2 {
  color: #b6701e;
}
.ttl-low3-3 {
  color: #ef83a3;
}


.ttl-low4 {
  /* margin-bottomは固定値 */
  margin-bottom: 20px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: .1em;
  color: #2e2e2e;
  font-feature-settings: "palt";
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 13px;
}
.ttl-low4 > span:first-of-type { 
  padding: 0.25em 0.6em 0.2em;
  color: #fff;
}
.ttl-low4 > span:nth-of-type(n+2) {
  flex: 1;
}
.ttl-low4-1 > span:first-of-type {
  background-color: #39beb5;
}
.ttl-low4-2 > span:first-of-type {
  background-color: #b6701e;
}
.ttl-low4-3 > span:first-of-type {
  background-color: #ef83a3;
}


.ttl-low5 {
  /* margin-bottomは固定値 */
  margin-bottom: 20px;
  padding: 0.6em 2.7em;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .1em;
  color: #fff;
  border-radius: 100px;
}
.ttl-low5-1 {
  background-color: #39beb5;
}
.ttl-low5-2 {
  background-color: #b6701e;
}
.ttl-low5-3 {
  background-color: #ef83a3;
}

/* コラム */
.colunm {
  padding: 30px;
}

.colunm .ttl-btn {
  position: relative;
  margin-bottom: 1px;
  padding: 10px 30px 10px 90px;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #fff;
}

.colunm .ttl-btn .colum {
  position: absolute;
  top: -4px;
  left: -14px;
  padding: 2px 18px 3px;
  font-family: "Noto Sans JP";
  font-size: 16.5px;
  letter-spacing: 0.1em;
  background: #fff;
  transform: rotate(-20deg);
}
.colunm .ttl-btn .colum::before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 14%;
  border-style: solid;
  border-color: #FFF transparent transparent transparent;
  border-width: 10px 5px 0 5px;
  z-index: 2;
}

.colunm {
  background: #fefcf0;
  border: #9fb98b solid 1px;
}
.colunm .ttl-btn {
  background-color: #9fb98b;
}
.colunm .ttl-btn .colum {
  color: #9fb98b;
  border: #9fb98b solid 1px
}

.colunm + .column {
  background: #fdf9f2;
  border: #7eadc6 solid 1px;
}
.colunm + .column .ttl-btn {
  background-color: #7eadc6;
}
.colunm + .column .ttl-btn .colum {
  color: #7eadc6;
  border: #7eadc6 solid 1px
}
