@charset "utf-8";

.header {
  text-align: center;
}


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

.container a {
    display: block;
    color: #333;
    text-decoration: none;
}
.container a:hover {
    color: #ab2a2a;
    text-decoration: underline;
}
.container p,
.container ol li,
.container ul li {
    line-height: 1.7;
    font-size: 100%;
    text-align: left;
}
/*==============================

technology index

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

.desc {
  text-align: center;
}

.container .cell {
  float: left;
  margin: 0 16px 1.8em;
  width : -webkit-calc(100%/2 - 32px);
  width: calc(100%/2 - 32px);
}

.cell h2 {
    font-size: 1.25em;
    line-height: 1.5;
    padding-left: 0.25em;
}
.cell p {
padding-left: 0.3125em;
}

.cell img {
width: 100%;
height: auto;
margin-bottom: 8px;
}

.btm10 {margin-bottom: 10px;}
.btm15 {margin-bottom: 15px;}
.btm20 {margin-bottom: 20px;}
.btm25 {margin-bottom: 25px;}
.btm30 {margin-bottom: 30px;}
.btm35 {margin-bottom: 35px;}
.btm40 {margin-bottom: 40px;}

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

technology start

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

.start {
  text-align: center;
}

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

.bottom-sec {
  margin-top: 72px;
    border: 1px solid #ccc;
    background-color: #eee;
}

.bottom-sec .tech-title {
    font-size: 1.6em;
    line-height: 1.9;
    border-bottom: 1px dotted #ccc;
    text-align: left;
    padding: 0 30px;
}

.bottom-sec dl {
    padding: 30px;
    text-align: left;
}

.bottom-sec dt {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.9;
  padding-bottom: 15px;
}

.bottom-sec dd {
  font-size: 1em;
  line-height: 1.5;
}

/*.bottom-sec .tech-title span {
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    line-height: 1.9;
    margin-right: 10px;
    background-color: #666;
    color: #fff;
}*/

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

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

technology mechanism

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

.mecha {
    max-width: 90%;
    text-align: center;
}

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

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

.mecha h3 {
    /*bfont-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: 30px;
}

.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: 26.3vw;
    height: auto;
    margin-right: 162px;
    margin-right: 18%;
}
.tech-section .effect-box .photo {
    width: 48%;
    width: 45vw;
    height: auto;
}

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

.tech-section .effect-box ul li {
    display: inline-block;
    padding: 10px 30px;
    font-weight: bold;
    font-size: 16px;
}

.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%;
    margin-bottom: 5px;
}
.tech-section .alt {
    font-size: 12px;
    text-align: center;
}

.tech-section .normal-effect,
.tech-section .ns-effect2 {
    clear: both;
    width: 90%;
    margin: auto;
    text-align: center;
    font-size: 25px;
    border-radius: 6px;
    padding: 0.25em;
    box-sizing:border-box;
}
.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: 63%;
    background-color: #999999;
    color:#ffffff;
    padding: 5px 15px;
    border-radius: 6px;
    font-size: 1.7vw;
    width: 26vw;
    text-align: center;
}

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

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

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

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

/* for IE */
.tech-section .tooltip .effect-1:after,
.tech-section .tooltip .effect-2:after,
.tech-section .tooltip .ns-effect:after {
display:none\9; /* IE9, 10 */
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .tech-section .tooltip .effect-1:after,.tech-section .tooltip .effect-2:after,
  .tech-section .tooltip .ns-effect:after { display:none; } /* IE11 */
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .tech-section .tooltip .effect-1:after,.tech-section .tooltip .effect-2:after,
  .tech-section .tooltip .ns-effect:after { display:none; } /* IE11 */
}
/* END for IE */

.link-btn {
    max-width: 400px;
    margin: 72px auto 0;
}

.link-btn p {
    text-align: center;
    margin-bottom: 20px;
}

.link-btn a {
    display: block;
    padding: 15px 0 15px 0px;
    background-color: #000;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
}

.link-btn a:hover {
    color: #ab2a2a;
}

.link-btn a span {
    padding-left: 10px;
}

.pageTop {
    width: 96%;
    text-align: right;
    margin: 30px auto 30px auto;
    clear: both;
}
.sitenavi {
    width: 100%;
}
