@charset "utf-8";

.container {
  max-width: 90%;
  margin: 0 auto 50px auto;
}

/*.container a {
    display: block;
    color: #fff;
    text-decoration: none;
}*/
.container a:hover {
    color: #ab2a2a;
    text-decoration: underline;
}

.cell img {width: 100%;
height: auto;}

.container p,
.container ol li,
.container ul li {
    line-height: 1.7;
    font-size: 1em;
    /* margin-bottom: 0; */
}

.container p {
  line-height: 1.8;
}

/*==============================

technology index

==============================*/
.tech-top {
  width:calc(100% - 16px);
  margin-top: 72px;
}

.header .desc {
  text-align: center;
}

/*==============================

technology start

==============================*/

.start {
width: 90%;
}

.startSec {}
.startSec img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 45%;
}

.bottom-sec .Photo {
    float: left;
    width: 150px;
    padding-right: 30px;
    padding-bottom: 10px;
}


/*==============================

technology mechanism

==============================*/

.mecha {
    max-width: 90%;
}

/*.mecha h2 {
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: 10px;
}*/

.mecha .medical_text p {
    background: url(/img/technology/2016/icon_medical_trace.png) no-repeat 0 top;
    background-size: 73px;
    padding-left: 67px;
    padding-top: 10px;
    padding-bottom: 0px;
}

.mecha h3 {
  /*font-size: 2em;
  font-weight: normal;
  padding: 20px 7px 17px 7px;
  margin-bottom: 50px;
  color: #000;
  text-align: center;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;*/
}

/*.tech-section {
    margin-bottom: 0px;
}

.tech-section .effect-box {
    margin-bottom: 72px;
}

.tech-section .effect-box h4 {
  font-size: 1.375em;
  border-bottom: 2px dotted #666;
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
  padding-left: 8px;
}*/

.tech-section .effect-box .illust {
    width: 270px;
    width: 34.3vw;
    height: auto;
    margin-right: 162px;
    margin-right: 8%;
}
.tech-section .effect-box .photo {
    width: 48%;
    width: 44.8vw;
    height: auto;
}

.tech-section .effect-box ul {
    display: table;
    width: 100%;
    height: auto;
    margin-top: 50px;
    text-align: center;
    /* border: 2px solid #000000; */
}

.tech-section .effect-box ul li {
    display: table-cell;
    padding: 0;
    font-weight: bold;
    font-size: 14px;
}

.tech-section .effect-box ul li span {
}

.tech-section .effect-box .illust2 {
    float: left;
    width: 46%;
    width: 42vw;
    height: auto;
    margin-right: 30px;
    margin-right: 3.5%;
    margin-bottom: 35px;
}

.tech-section .effect-box .photo2 {
    float: left;
    width: 48%;
    width: 42vw;
    height: auto;
    margin-bottom: 35px;
}

.tech-section .effect-box .illust2 img,
.tech-section .effect-box .photo2 img {
    width: 100%;
}
.tech-section .alt {
    font-size: 12px;
    text-align: center;
}

/*.tech-section .normal-effect,
.tech-section .ns-effect2 {
    clear: both;
    width: 80%;
    margin: auto;
    text-align: center;
    font-size: 25px;
    border-radius: 6px;
}
.tech-section .normal-effect {
    color: #666;
    border: 3px solid #666;
}

.tech-section .ns-effect2 {
    color: #CC0001;
    border: 3px solid #CC0001;
}*/

/*.tech-section .normal-effect:before,
.tech-section .ns-effect2:before {
content: "▼";
display: block;
text-align: center;
font-size: 100px;
line-height: 1;
}*/

/* tooltip */
.tech-section .tooltip {
    position: relative;
}

.tech-section .tooltip h5 {
    position: absolute;
    left: 0;
    top: 0;
    color: #333;
    font-size: 14px;
}

.tech-section .tooltip .effect {
    position: absolute;
    right: 44%;
    top: 83%;
    background-color: #999999;
    color:#ffffff;
    padding: 5px 15px;
    border-radius: 6px;
    font-size: 18px;
    font-size: 2.5vw;
    width: 267px;
    width: 35vw;
    text-align: center;
}

.tech-section .tooltip .effect-1:after {
    content: "";
    position: absolute;
    top: 18%;
    right: -39.5%;
    margin-top: -9%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 19vw solid #999;
    transform: rotate(270deg);            /* 傾きをつける */
    -webkit-transform: rotate(333deg);
    -o-transform:rotate(270deg);
    z-index:100;
}

.tech-section .tooltip .effect-2:after {
    content: "";
    position: absolute;
    top: 0%;
    right: -53%;
    margin-top: -8%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 23vw solid #999;
    transform: rotate(270deg);            /* 傾きをつける */
    -webkit-transform: rotate(338deg);
    -o-transform:rotate(270deg);
    z-index:100;
}

.tech-section .tooltip .ns-effect {
    top: 56%;
    background-color: #CC0001;
    font-weight: normal;
    width: 37.5vw;
    top: 63%;
}

.tech-section .tooltip .ns-effect:after {
    content: "";
    position: absolute;
    top: 8%;
    right: -31%;
    margin-top: -7%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 15vw solid #CC0001;
    transform: rotate(270deg);            /* 傾きをつける */
    -webkit-transform: rotate(330deg);
    -o-transform:rotate(270deg);
    z-index:100;
}

.sitenavi {
    width: 100%;
}
