@charset "UTF-8";
/* CSS Document */

/*customize(common)--------------------------------*/
html {
  background-color: #3e99be;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 0rem;
}

a {
  color: #3e99be;
}
a:hover {
  color: #888888;
}

p {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

/*font-size(*1rem=16px)*/
.fsz-09 {
  font-size: 0.9rem;
}
.fsz-08 {
  font-size: 0.8rem;
}
.fsz-095 {
  font-size: 0.95rem !important;
}
.fsz-0925 {
  font-size: 0.925rem !important;
}
.fsz-10 {
  font-size: 1rem !important;
}
.fsz-15 {
  font-size: 1.5rem !important;
}
/*Image-effect*/
.img-wrap img {
  width: 100%;
}
.img-wrap-link {
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.img-wrap-link img {
  width: 100%;
  transition-duration: 0.5s;
}
.img-wrap-link:hover img {
  transform: scale(1.1);
  transition-duration: 0.5s;
}

.img-wrap-bnr {
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.img-wrap-bnr img {
  width: 100%;
  transition-duration: 0.5s;
}
.img-wrap-bnr:hover img {
  opacity: 0.6;
  transition-duration: 0.3s;
}

.img-wrap-nolink img {
  width: 100%;
}
/*fontawesome font-icon*/
.icon-color {
  color: #3e99be;
}

/*customize(common)END-----------------------------*/

/*header----------*/
/*nav*/
.bg-white {
  background-color: #fff !important;
}
.navbar {
  border-bottom: 4px solid #3e99be;
  padding: 1rem 1rem;
}

@media screen and (min-width: 992px) {
  .navbar {
    border-bottom: none;
    padding: 1rem 1rem 0 1rem;
  }
}

.navbar-en {
  border-bottom: 4px solid #3e99be;
  padding: 1rem 1rem;
}

/*nav link color*/
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

/*nav-sub*/
.nav-sub {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.nav-sub-ja {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.nav-sub li + li {
  border-left: 1px dotted #888;
}
.nav-sub-link {
  padding: 0rem 0.5rem !important;
}

/*serch*/
.sch-font {
  font-size: 0.865rem !important;
}

/*dropdown*/
.bg-drop {
  background-color: #888888;
}
.dropdown-item {
  color: #fff;
}
.dropdown-item :focus {
  color: #000 !important;
}

/*navbar-toggler*/
.navbar-light .navbar-toggler {
  border-color: transparent;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(65,155,191)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/*navbar-brand(logo)*/
@media screen and (max-width: 400px) {
  .navbar-brand {
    width: 60%;
  }
}
/*header END------*/

/*main--------------*/
/*carousel*/
.carousel-caption {
  color: #3e99be;
  bottom: 30%;
}
@media screen and (max-width: 575px) {
  .carousel-caption {
    padding-bottom: 0;
  }
  .carousel-caption h1 {
    font-size: 1rem;
  }
  .carousel-caption p {
    font-size: 0.6rem;
  }
}
@media screen and (min-width: 576px) {
  .carousel-caption h1 {
    font-size: 1.25rem;
  }
  .carousel-caption p {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .carousel-caption h1 {
    font-size: 2rem;
  }
  .carousel-caption p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .carousel-caption h1 {
    font-size: 2.5rem;
  }
  .carousel-caption p {
    font-size: 1.25rem;
  }
}

/*section product*/
#product {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f4f5f5;
}

#product h2 {
  display: inline-block;
  position: relative;
  color: #000;
  font-size: 1.85rem;
  margin-bottom: 2.5rem;
}
#product h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.8rem;
  display: inline-block;
  width: 50px;
  height: 5px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #888888;
}

#product a {
  color: #000;
  text-decoration: underline;
}
#product a:hover {
  color: #3e99be;
  text-decoration: none;
}

.pr-title {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}

.pr-title a {
  color: #3e99be !important;
  text-decoration: none !important;
}
.pr-title a:hover {
  text-decoration: underline !important;
}

.pr-comment {
  margin-top: 0 !important;
}

/*section release*/
#release {
  margin-top: 0rem;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../images/bg-menuindex.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#release h2 {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.85rem;
  margin-bottom: 2.5rem;
}
#release h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.8rem;
  display: inline-block;
  width: 50px;
  height: 5px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #000;
}

/*section menuIndex*/
#menuIndex {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../images/bg-menuindex.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#menuIndex h2 {
  display: inline-block;
  position: relative;
  color: #000;
  font-size: 1.625rem;
  margin-top: 3rem;
  margin-bottom: 2.5rem;
}
#menuIndex h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.8rem;
  display: inline-block;
  width: 50px;
  height: 5px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #888888;
}
@media screen and (max-width: 470px) {
  #menuIndex h2 {
    font-size: 1.1rem;
  }
}

.menuBox {
  background-color: #fff;
  margin: 0rem;
  padding: 1rem;
  min-height: 12rem;
}
.menuBox li {
  list-style-type: none;
}
.menuBox a {
  color: #000;
  text-decoration: underline;
}
.menuBox a:hover {
  color: #3e99be;
  text-decoration: none;
}

/*section news*/
#news {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#news h2 {
  display: inline-block;
  position: relative;
  color: #000;
  font-size: 1.85rem;
  margin-bottom: 2.5rem;
}
#news h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.8rem;
  display: inline-block;
  width: 50px;
  height: 5px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #888888;
}

#news table th,
#news table td {
  border-top: none;
  border-bottom: 1px solid #c8dfeb;
}

/*section navMenu*/

#navMenu {
  border-bottom: 4px solid #3e99be;
}
#navMenu .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 1199px) {
  #navMenu {
    font-size: 95%;
  }
}

/*dropdown*/
#navMenu .bg-drop {
  background-color: #888888;
}
#navMenu .dropdown-item {
  color: #fff;
}
#navMenu .dropdown-item:hover {
  color: #000 !important;
}



.caution {
  color: #ff0000;
  font-weight: bold;
}

.tech-caution {
  color: #1ec25b;
  font-weight: bold;
}

.btn-aic {
  color: #fff;
  background-color: #3e99be;
  border-color: #3e99be;
}
.btn-aic:hover {
  color: #3e99be;
  background-color: #fff;
  border-color: #3e99be;
}

.btn-outline-aic {
  color: #3e99be;
  border-color: #3e99be;
}
.btn-outline-aic:hover {
  color: #fff;
  background-color: #3e99be;
  border-color: #3e99be;
}

.btn-calc {
  color: #fff;
  background-color: #6f7fd9;
  border-color: #6f7fd9;
}
.btn-calc:hover {
  color: #3e99be;
  background-color: #fff;
  border-color: #3e99be;
}

.btn-page {
  color: #fff;
  background-color: #076a90;
  border-color: #076a90;
}
.btn-page:hover {
  color: #076a90;
  background-color: #fff;
  border-color: #076a90;
}



/*footer----------*/
#footerMain {
  color: #fff;
  background: #3e99be;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
#footerMain ul {
  padding-left: 0;
}
.ft-nav a {
  color: #fff;
}
.ft-nav li + li {
  border-left: 1px solid #fff;
}
.ft-nav-link {
  padding: 0rem 1rem;
}
.ft-nav .list-inline-item:not(:last-child) {
  margin-right: 0 !important;
}
@media screen and (max-width: 440px) {
  .ft-nav a {
    font-size: 0.8rem;
  }
}

.ft6 {
  font-size: 1rem;
  font-weight: 500;
}
.ft6 a {
  color: #fff;
}
.ft-list {
  list-style-type: none;
  padding-left: 0.5rem;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.ft-list a {
  color: #fff;
}
/*footer END------*/

/*page-top*/
#page-top {
  position: fixed;
  bottom: 200px;
  right: 20px;
  font-size: 1rem;
}
#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: auto;
  padding: 0.65rem 1rem;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}
/*main END----------*/

/*CONTENT----------*/
/*eyecatch*/
.eyecatch {
  background: #3e99be;
}
.eyecatch h1 {
  color: #fff;
  font-size: 2.15rem;
  text-align: center;
  padding: 3.5rem 1rem;
}

/*breadcrumb*/
.breadcrumb {
  background-color: transparent !important;
  font-size: 0.875rem;
}
.breadcrumb a {
  color: #545454;
  text-decoration: underline;
}
.breadcrumb a:hover {
  color: #3e99be;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #545454 !important;
}

#content-area {
  margin-bottom: 2rem;
  min-height: 30rem;
}

#content-area h2 {
  display: inline-block;
  position: relative;
  color: #000;
  font-size: 1.85rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
#content-area h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.8rem;
  display: inline-block;
  width: 50px;
  height: 5px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #888888;
}

.h2-small {
  font-size: 1rem;
}

#content-area h3 {
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: solid 2px #cccccc;
  padding-bottom: 0.5rem;
  position: relative;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

#content-area h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #3e99be;
  bottom: -2px;
  width: 15%;
}

#content-area h4 {
  color: #3e99be;
  font-weight: bold;
  font-size: 1.25rem;
  background: #eeeeee;
  padding: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

#content-area h5 {
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

#content-area h6 {
  color: #3e99be;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

#content-area strong {
	font-weight: bold!important;
}

#content-area em {
	font-style: italic!important;
}
.vision {
  font-size: 1.25rem;
  font-weight: bold;
}
.vision li {
  margin-bottom: 0.8rem;
}

.alert-vison {
  color: #383d41;
  background-color: #f3f3f3;
  border-color: #3e99be;
}
.alert-vison-light {
  color: #3e99be;
  background-color: #f8f8f8;
  border-color: #888888;
}
.aic-color {
  color: #3e99be;
}

/*CONTENT END------*/

/*Extra*/
#powered_by_me {
  color: #eee;
  font-size: 0.8rem;
}

.card-body {
  min-height: 8.5rem;
}
.card-body-en {
  min-height: 9rem !important;
}
.card-text {
  margin-top: 0 !important;
}
.list-font {
  font-size: 0.9rem;
}

.card-nobg {
  background-color: transparent;
  border: none;
  
}

/*TOP ボタン間隔 item 87px*/
@media screen and (min-width: 1200px) {
  .btn-sp {
  /*margin-bottom: 28.9px;  */
  margin-bottom: 38px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .btn-sp {
  /*margin-bottom: 39.1px;*/
  margin-bottom: 50px;  
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .btn-sp {
  /*margin-bottom: 39.1px;*/
  margin-bottom: 39.1px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .btn-sp {
  /*margin-bottom: 39.1px;*/
  margin-bottom: 39.1px;
  }
}

@media screen and (max-width: 575px) {
  .btn-sp {
  /*margin-bottom: 27.1px;*/
  margin-bottom: 40px;  
  }
}


.condenserBox {
  /*min-height:5rem;*/
}
.condenserTitle {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.tbl-font-small {
  font-size: 0.8rem;
  white-space: normal;
}
.tbl-nowrap {
  white-space: normal;
}
.br-lg {
  display: none;
}
.br-md {
  display: none;
}

@media screen and (min-width: 1200px) {
  .tbl-font-small {
    white-space: nowrap;
  }
  .tbl-nowrap {
    white-space: nowrap;
  }
}
@media screen and (min-width: 992px) {
  .br-lg {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .br-md {
    display: inline-block;
  }
}

.h-100 {
  height: 100%;
}
.ft-idx {
  font-size: 1.5rem;
}

/*video*/
.video-container {
  position: relative;
  margin-bottom: 0rem;
  text-align: center;
  background-color: #000;
}

.video-sidebar {
  position: absolute;
  top: 0;
  left: 1rem;
  width: 30%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
}

video {
  width: 76%;
  /*width: 100%*/
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media only print, only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .video-container {
    margin-bottom: 2rem;
  }
}

/*schedule*/
.list-group-item.active {
  color: #fff;
  background-color: #337f9d;
  border-color: #337f9d;
}

.scheduleTitle {
  color: #3e99be;
  font-weight: 700;
  font-size: 1.125rem;
}

.scheduleSub {
  color: #222;
  font-weight: 600 !important;
  font-size: 1.05rem !important;
}

/*font*/

.caution-fs {
  font-size: 0.9rem;
}
.h1-small {
  font-size: 1.2rem;
}

.err-msg {
  font-size: 0.8rem;
  color: #bd1518;
}

/*Google Form Enquete*/
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
}

/*スマートフォン*/
.iframe-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 300%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .iframe-wrap {
    padding-top: 150%;
  }
}
/*PC*/
@media (min-width: 980px) {
  .iframe-wrap {
    padding-top: 110%;
  }
}

iframe[src^="https://docs.google.com/forms/d/e"]
{
  width: 100%;
  min-height: 950px;
}

/*List Finder Contact Form Modify*/
#mod-contact {
  background-color: #fff !important;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif !important;
  padding-bottom: 0rem !important;
}

#mod-contact .container {
  width: auto !important;
  border: none !important;
  background-color: transparent !important;
}

.lf table.items {
  border: none !important;
}

@media screen and (max-width: 999.98px) {
  div.wrapper {
    width: 100% !important;
  }
  div.button_area {
    width: 100% !important;
  }
}

.card-body-contact {
  min-height: 9rem;
}

.card-img-overlay-line {
  border-bottom: 5px double #e5a301;
  margin-bottom: 0.5rem;
}

.tbl-search th {
  background-color: #bde5f4;
  border-color: #3e99be;
}

.card-img-mod {
  width: auto !important;
}

.card-text-des {
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
  color: #000 !important;
  font-size: 0.85rem;
}

/*info-detail*/
.info-detail p {
  font-size: 1.1rem;
  margin-top: 1rem !important;
  margin-bottom: 1.5rem !important;
}
#dl-pdf p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.hr-dot {
  border-top: 2px dotted #bbb;
}
.profile-ttl {
  font-weight: 500;
  font-size: 1.25rem !important;
}
.profile-lst-ttl {
  font-size: 1rem;
  margin-bottom: 0.5rem !important;
}
.profile-lst {
  font-size: 1rem;
}
.profile-lst li {
  margin-bottom: 0.8rem !important;
}

.p-strg {
  font-weight: bold;
}

ol.list_parentheses {
  padding: 0 0 0 4em;
  margin: 0 3.5em 0 0;
}
ol.list_parentheses li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  font-size: 1.1rem;
  line-height: 1.6;
  position: relative;
}
ol.list_parentheses li:before {
  display: inline-block;
  margin-left: -3em;
  width: 3em;
  content: "（" counter(cnt) "）";
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}

.aic-blue {
  color: #3e99be;
}

.alert-secondary-bgc {
  background-color: #f8f8f8;
}
.alert-secondary-bgc p {
  font-size: 1rem;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.alert-summary {
  background-color: #e2eff8;
}

.alert-summary p {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.ttl-sum {
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: solid 2px #3e99be;
  padding-bottom: 0.5rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}

.ttl-sum-idx {
	font-size: 1rem!important;
	list-style-type: disc!important;
	margin-left: 1rem !important;
	margin-bottom: 0.5rem !important;
}

.badge-tips {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: normal;
  padding-bottom: 0.5rem;
  margin-left: 1rem;
}

.ttl-tips {
  font-size: 1.3rem;
  line-height: 1.2;
  color :#3e99be;
  font-weight: bold;
  margin-left: 1rem;
}

.alert-tips {
  background-color: #fff;
  border: dotted 2px #3e99be;
}

ul.list_infodetail {
  font-size: 1.1rem;
  padding: 0 0 0 1em;
}
ul.list_infodetail li {
  list-style-type: disc;
  line-height: 1.6;
}

.list-nonestyle {
  list-style-type: none;
  margin-left: 1rem;
}

.list-pdl {
  padding-left: 1rem;
}

.list-pd0 {
  padding-left: 0!important;
}

.tbl-index-font {
  font-size: 1.1rem !important;
  line-height: 1.6 !important;
}
.tbl-index {
  list-style-type: disc !important;
  margin-left: 1rem !important;
}

.figure-caption {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000 !important;
}

.case-color {
  color: #ed7d2f !important;
}

.h-underline {
  border-bottom: solid 2px #000;
}

.fig-cap-thin {
  font-size: 1rem;
  font-weight: normal;
}

/*info-detail (EN)*/
.nodsp {
  display: none;
}

.nomargin-top {
  margin-top: 0 !important;
}

.info-detail-en p {
  font-size: 1.225em;
  margin-top: 1rem !important;
  margin-bottom: 1.5rem !important;
}

.info-detail-en h4 {
  margin-top: 5rem!important;
} 

/*br*/
/*xl-1200*/
@media screen and (max-width: 1199px) {
  .br-xl {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .br-lg {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br-md {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .br-sm {
    display: none;
  }
}

/*Case padding-left*/
@media screen and (min-width: 576px) {
  .case-padding-left {
    padding-left: 5rem;
  }
}


/*Alert*/
.alert-secondary-light {
  color: #383d41;
  background-color: #f6f6f6;
  border-color: #d6d8db;
}

.alert-form {
  color: #212529;
  background-color: transparent;
  border: 3px solid #f98b77;
}

/*CAD*/
.border-bottom-none {
  border-bottom: none !important;
}

/*ref popup caution*/
.caution-font {
  font-size: 0.9rem;
}

.list-en-font {
  font-size: 0.86rem;
}
.table-list-en th {
  padding: 0.4rem !important;
}

.table-list-en td {
  padding: 0.4rem !important;
  vertical-align: middle !important;
}

/*List Finder Modify*/
.list-ol li {
  list-style: decimal !important;
  margin-left: 1rem !important;
  padding: 0.125rem 0 0.125rem 0 !important;
}

#LF p {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

/*search*/
.search-th-jp th {
  font-size: 0.9rem;
  padding: 0.4rem;
}

.search-th-en th {
  font-size: 0.9rem;
  padding: 0.4rem;
}
.search-th-jp td {
  padding: 0.4rem;
}

.search-th-en td {
  padding: 0.4rem;
}

#supplement {
  display:none;
}

/*Infortation Title*/
.infoTitle {
  color: #3e99be;
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 2rem;    
}

/*calculator*/
.calc-ipt {
  font-size: 0.9rem;
}
.calc-ans {
  font-weight: bold;
  font-size: 1.15rem;
}
.cal-unit {
  font-size: 0.65rem;
}

.cal-en-title {
  font-size: 1.25rem;
}
.cal-en-sub {
  font-size: 0.95rem;
}
.cal-en {
  font-size: 0.8rem;
  padding-left: 0.25rem;
}
.cal-cmn {
  font-weight: normal;
  font-size: 0.9rem;
}

/*sup*/
.blue {
  color: #3e99be;
}

/*balloon*/
.balloon-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 100%;
  /*max-width: 100%;*/
  color: #555;
  font-size: 16px;
  background: #eeeeee;
	border-radius: 15px;
}

.balloon-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #eeeeee;
}

.balloon-right p {
  margin: 0.8;
  padding: 0;
}

.balloon-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 100%;
  /*max-width: 100%;*/
  color: #555;
  font-size: 16px;
  background: #eeeeee;
	border-radius: 15px;
}

.balloon-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #eeeeee;
}

.balloon-left p {
  margin: 0.8;
  padding: 0;
}

.bal-cmt {
	font-size: 1.3rem;
	font-weight: bold;
  margin: 0.5rem;
  padding: 0.5rem;	
}

.bal-cap {
	margin-top: 0!important;
}