@charset "utf-8";

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

.mente_contentsbox {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}
.mente_contentsbox:last-child {
    margin-bottom: 0;
}

h4.mainte_ttl01 {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 10px;
}
h5.mainte_ttl01_sub {
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 30px;
}
h6.mainte_ttl02 {
    font-size: 17px;
    border-bottom: 1px solid #999;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.mainte_txt {
    margin-bottom: 30px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.flexbox_mente_221 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.f_item_mente_221:nth-child(1) {
    width: 58%;
}
.f_item_mente_221:nth-child(2) {
    width: 40%;
}

.creche {
    position: absolute;
    top: 0;
    right: 0;
}
.creche a:hover {
  transition: 0.5s ;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

.flexbox_mente_331 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.f_item_mente_331 {
    display: inline-block;
    width: 31.3333%;
}

.caption{
    display: inline-block;
    margin-top: 5px;
}

.flexbox_mente_221_left {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}
.f_item_mente_221_left:nth-child(1) {
    width: 33%;
}
.f_item_mente_221_left:nth-child(2) {
    width: 62%;
}

.mente_heading {
    font-size: 16px;
    margin-bottom: 15px;
}
.mente_content {
    text-align: justify;
    text-justify: inter-ideograph;
}
