/*===========================================================
Contact Page
===========================================================*/
.contact_us h3 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: inherit;
}

.contact_us a{
    color: #e9537d;
    margin-bottom: 10px;
    text-decoration: underline;
}

.contact_us a:hover { 
    color: #4D4D4D;
}

.contact_us .contact a{
    padding-left: 10px;
    margin-top: 10px;
}

.contact_us .contact a::before {
    content: " ▶ ";
    text-decoration: none;
}

.contact_us .line {
    margin: 0 auto 40px;
    border-bottom: 2px solid #F3ACC8;
}
/*===========================================================
layout
===========================================================*/
p { margin: 0;}
.w-container{
  width: 95%;
  margin: auto;
  padding-bottom: 5px;
}
.mb50 { margin-bottom: 50px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb-4 { margin-bottom: 2rem!important;}
.ml10 { margin-left: 10px !important;}
.mt40 { margin-top: 40px !important;}
.mt10 { margin-top: 10px !important;}
.pl10 { padding-left: 10px !important;}
.txt_center { text-align: center;}
.fl {
  float: left;
  margin: 0px;
}
.fr {
  float: right;
  margin: 0px;
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jc {justify-content: space-between;}
.ai {align-items: center;}