@charset "UTF-8";

.mfcd__app {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height:500px;
    overflow: hidden;

    _font-family: "Hiragino Sans", "HiraginoSans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "HiraKakuProN", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
    font-family:osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Verdana;
}

@media screen and (min-width: 768px) {
  .mfcd__app {
    height: 560px;
  }
}

.mfcd__app *, .mfcd__app *::before, .mfcd__app *::after {
  box-sizing: border-box
}

.mfcd__main {
  display: flex;
  height: 100%;
}

/* 左右ボタン */
.mfcd__main-lt, .mfcd__main-rt {
  align-items: center;
  display: flex;
  flex: 0 0 12.5vw;
  justify-content: center;
  z-index: 10
}
@media screen and (min-width: 576px) {
  .mfcd__main-lt, .mfcd__main-rt {
    flex-basis: 50px
  }
}
@media screen and (min-width: 1120px) {
  .mfcd__main-lt, .mfcd__main-rt {
    flex-basis: 60px
  }
}

.mfcd__nav-prev, .mfcd__nav-next {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  cursor: pointer;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.5));
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  height: 12.5vw;
  width: 12.5vw
}
@media screen and (min-width: 576px) {
  .mfcd__nav-prev, .mfcd__nav-next {
    background-size: 19px auto;
    height: 50px;
    width: 50px
  }
}
@media screen and (min-width: 768px) {
  .mfcd__nav-prev, .mfcd__nav-next {
    transition: all .1s linear
  }
}
@media screen and (min-width: 1120px) {
  .mfcd__nav-prev, .mfcd__nav-next {
    background-size: 24px auto;
    height: 60px;
    width: 60px
  }
}

@media screen and (min-width: 768px) {
  .mfcd__nav-prev:hover, .mfcd__nav-next:hover {
    filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.6));
    transform: translateY(-2px)
  }
}
@media screen and (min-width: 768px) {
  .mfcd__nav-prev:active, .mfcd__nav-next:active {
    transform: translateY(0)
  }
}

.mfcd__nav-prev {
  background-image: url(../vp/img/ixam/nav_lt.svg)
}
.mfcd__nav-next {
  background-image: url(../vp/img/ixam/nav_rt.svg)
}

.mfcd__main-ct {
    display: flex;
    flex-grow: 2;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
    width:100%;
    max-width: 1000px;
    padding:0;
}
@media screen and (min-width: 1120px) {
  .mfcd__main-ct {
    width: 1000px
  }
}

.mfcd__contents {
    flex-grow: 0;
    flex-shrink: 0;
    height:500px;
    margin: 0 auto;
    padding: 0;
    position: relative;

    width: 100%;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mfcd__contents {
      height:560px;
  }
}
@media screen and (min-width: 1120px) {
  .mfcd__contents {
    width: 1000px
  }
}

[class^=mfcd__cont__] {
  height: 100%;
    
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all .4s ease-in-out;
  width: 100%
}

@media screen and (min-width: 768px) {
  [class^=mfcd__cont__] {
    display: flex;
    justify-content: space-between;
  }
}

[class^=mfcd__cont__].left {
  left: calc(-100% - 100vw)
}

[class^=mfcd__cont__].right {
  left: 100vw
}

[class^=mfcd__cont__].center {
  left: 0;
  opacity: 1
}

.mfcd__contents h4{
    margin:20px auto 10px auto;
    font-size:17px;
    text-align:center;
    font-weight:500;
    line-height:1.4;
    text-shadow: 10px 10px 20px #fff, -10px 10px 20px #fff, 10px -10px 20px #fff, -10px -10px 20px #fff,
        10px 10px 20px #fff, -10px 10px 20px #fff, 10px -10px 20px #fff, -10px -10px 20px #fff;
}
@media screen and (min-width: 576px) {
    .mfcd__contents h4{
        margin:20px 0 10px 15px;
        font-size:24px;
        text-align:left;
    }
}
@media screen and (min-width: 768px) {
    .mfcd__contents h4{
        margin:30px 0 20px 20px;
        line-height:1.5;
    }
}
@media screen and (min-width: 1120px) {
    .mfcd__contents h4{
        margin:80px 0 50px 20px;
        font-size:28px;
    }
}

.mfcd__contents .mfcd_logo{
    width:80%;
    height:120px;
    margin:0 auto;
}
@media screen and (min-width: 576px) {
    .mfcd__contents .mfcd_logo{
        width:300px;
        height:150px;
        margin:0;
    }
}
@media screen and (min-width: 768px) {
    .mfcd__contents .mfcd_logo{
        width:400px;
        height:200px;
    }
}

.mfcd__contents .mfcd_logo img{
    width:100%;
    height:auto;
}

.mfcd_prod{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
}
.mfcd_prod1 {
    background:url(../vp/img/ixam/slide_1-fig.png) no-repeat center bottom 50px;
    background-size:contain;
}
.mfcd_prod2 {
    background:url(../vp/img/ixam/slide_2-fig.png) no-repeat center bottom 50px;
    background-size:contain;
}
.mfcd_prod3 {
    background:url(../vp/img/ixam/slide_3-fig.png) no-repeat center bottom 50px;
    background-size:contain;
}
@media screen and (min-width: 576px) {
    .mfcd_prod1 {
        background:url(../vp/img/ixam/slide_1-fig.png) no-repeat right center;
        background-size:50%;
    }
    .mfcd_prod2 {
        background:url(../vp/img/ixam/slide_2-fig.png) no-repeat right center;
        background-size:50%;
    }
    .mfcd_prod3 {
        background:url(../vp/img/ixam/slide_3-fig.png) no-repeat right center;
        background-size:50%;
    }
}
@media screen and (min-width: 768px) {
    .mfcd_prod1 {
        background:url(../vp/img/ixam/slide_1-fig.png) no-repeat right center;
    }
    .mfcd_prod2 {
        background:url(../vp/img/ixam/slide_2-fig.png) no-repeat right center;
    }
    .mfcd_prod3 {
        background:url(../vp/img/ixam/slide_3-fig.png) no-repeat right center;
    }
}

.mfcd__nav-dots {
    align-items: center;
    display: flex;
    justify-content: center;
    z-index:20;
    position:absolute;
    bottom:0;
    left:50%;
    height: 50px
}
[class^=mfcd__nav-dot__] {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex: 0 0 40px;
    height: 75%;
    justify-content: center
}

[class^=mfcd__nav-dot__] .dot {
    background: rgba(125, 125, 125, .5);
    border-radius: 50%;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
    flex: 0 0 12px;
    height: 12px;
    transition: all .1s linear
}

@media screen and (min-width: 768px) {
  [class^=mfcd__nav-dot__]:hover .dot {
    transform: translateY(-2px);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .4)
  }
}

@media screen and (min-width: 768px) {
  [class^=mfcd__nav-dot__]:active .dot {
    background-color: #888;
    transform: translateY(0)
  }
}

[class^=mfcd__nav-dot__].active .dot {
    background-color: #888;
}

.mfcd__backgrounds {
    background-color: #fff;
    height:500px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

@media screen and (min-width: 768px) {
  .mfcd__backgrounds {
    height: 560px
  }
}

[class^=mfcd__bg__] {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: opacity 1s ease-in-out
}

[class^=mfcd__bg__].active {
  opacity: 1
}

[class^=mfcd__bg__]>img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%
}

/********************/
/* 動画エリア */
/********************/
.ixam_mv{
    width:100%;
    background: linear-gradient(#edf2f3, #d9f0fa);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top:30px;
    padding-bottom:50px;
    text-align:center;
}

.ixam_mv p{
    margin:0 auto 0 auto;
    font-size:17px;
}
@media screen and (min-width: 768px) {
    .ixam_mv p{
        font-size:17px;
    }
}

.ixam_mv h4{
    margin:10px auto 20px auto;
    font-size:24px;
}
@media screen and (min-width: 768px) {
    .ixam_mv h4{
        font-size:40px;
    }
}

.ixam_mv_movie{
    width:90vw;
    height:45vw;
    background:url(../vp/img/ixam/mv_samnail.jpg) no-repeat center center;
    background-size:cover;
    margin:0 auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
@media screen and (min-width: 768px) {
    .ixam_mv_movie{
        width:400px;
        height:225px;
    }
}

.ixam_mv_movie img{
    opacity : 0.5;
}
.ixam_mv_movie:hover img{
    opacity : 1;
}

.ixam_mv_movie_s{
    width:90vw;
    height:45vw;
    background:url(../vp/img/ixam/mv_samnail_s.jpg) no-repeat center center;
    background-size:cover;
    margin:0 auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
@media screen and (min-width: 768px) {
    .ixam_mv_movie_s{
        width:400px;
        height:225px;
    }
}

.ixam_mv_movie_s img{
    opacity : 0.5;
}
.ixam_mv_movie_s:hover img{
    opacity : 1;
}

/********************/
/* 製品説明エリア */
/********************/
.ixam_prod{
    width:100%;
    min-height:550px;
}
.ixam_prod1{
    background:url(../vp/img/ixam/prod_back1.jpg) no-repeat center center;
    background-size:cover;
}
.ixam_prod2{
    background:url(../vp/img/ixam/prod_back2.jpg) no-repeat center center;
    background-size:cover;
}
.ixam_prod3{
    background:url(../vp/img/ixam/prod_back3.jpg) no-repeat center center;
    background-size:cover;
}

.ixam_prod1 .sect-container,
.ixam_prod2 .sect-container,
.ixam_prod3 .sect-container{
    padding:40px 5px 0 5px;
    text-align:center;
    display:flex;
    flex-direction: column;
}
@media screen and (min-width: 768px) {
    .ixam_prod1 .sect-container, .ixam_prod3 .sect-container{
        padding:55px 0 0 0;   
        text-align:left;
        flex-direction: row;
        justify-content: space-between;
    }
    .ixam_prod2 .sect-container{
        padding:55px 0 0 0;   
        text-align:left;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
}

.ixam_prod .sect-container h5{
    margin:0 auto;
    font-size:1.1em;
    font-weight:500;
    line-height:1.4;
}
@media screen and (min-width: 768px) {
    .ixam_prod .sect-container h5{
        margin:0;
        font-size:1.3em;
    }
}

.ixam_prod .sect-container h4{
    margin:13px auto 0 auto;
    font-size:24px;
    font-weight:600;
}
@media screen and (min-width: 768px) {
    .ixam_prod .sect-container h4{
        margin:13px 0 0 0;
        font-size:26px;
    }
}

.ixam_prod .sect-container p{
    displaly:block;
    width:95%;
    
    margin:30px auto 0 auto;
    font-size:1.1em;
    font-weight:300;
    color:#333;
    line-height: 1.8;
    letter-spacing:0.05em;
    text-align:left;
}
@media screen and (min-width: 768px) {
    .ixam_prod .sect-container p{
        width:550px;
        margin:40px 0 0 0;
        font-size:1.3em;
        line-height: 2.2;
    }
}

.ixam_prod_rt{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ixam_prod_rt img{
    width:320px;
    height:auto;
}
@media screen and (min-width: 768px) {
    .ixam_prod_rt img{
        width:100%;
        height:auto;
    }
}


/********************/
/* まとめ */
/********************/
.ixam_warning{
    text-align:left;
    padding:10px 0;
    font-size:0.8em;
}
@media screen and (min-width: 768px) {
    .ixam_warning{
        text-align:right;
        font-size:1em;
    }
}

.ixam_series{
    width:100%;
    min-height:600px;
    background:url(../vp/img/ixam/prod_back4.jpg) no-repeat center center;
    background-size:cover;
    text-align:center;
    padding:110px 0 20px 0;
    margin-top:110px;
}
.ixam_series p{
    font-size:16px;
    line-height:1.7;
    font-weight:300;
}
@media screen and (min-width: 768px) {
    .ixam_series p{
        font-size:25px;
        line-height:1.85;
    }
}
.ixam_series p .ispan1{
    font-weight:600;
}

.ixam_series p .ispan2{
    font-size:0.6em;
}

.ixam_series img{
    width:300px;
    height:auto;
    margin-top:40px;
}
@media screen and (min-width: 768px) {
    .ixam_series img{
        width:320px;
        height:auto;
        margin-top:60px;
    }
}

/* スクエアボタン */
.ixam_series a.btn_sqr{
    border:#382f2d 2px solid;
    width:210px;
    height:56px;
    padding:0;
    margin:0 auto;
    display:flex;
    justify-content:center;
    align-items: center;
    
    font-size:20px;
    text-decoration:none;
    color:#382f2d;
    font-weight:600;
}

.ixam_series a.btn_sqr:hover{
    background:#382f2d;
    color:#fff;
}

.ixam_prod_rt_btn{
    width:100%;
    text-align:right;
}
.ixam_prod_rt_btn a.btn_sqr{
    border:#382f2d 2px solid;
    width:auto;
    height:auto;
    padding:10px;
    
    margin:10px 0 30px;
    display:inline-block;
    font-size:16px;
    text-decoration:none;
    color:#382f2d;
    font-weight:300;
    transition: .4s;
}

.ixam_prod_rt_btn a.btn_sqr:hover{
    background:#382f2d;
    color:#fff;
    opacity: .9;
}


/********************/
/* ３ステップ */
/********************/

.with_arw_red{
    position: relative;
}

.with_arw_red:after{
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -18px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #c8102e transparent transparent transparent;
    border-width: 18px 25px 0 25px;
}

.ixam_3step .ixam_back_bluegrey{
	width:100%;
	background:#e9f2f4;
    
    display:flex;
    flex-direction: column;
    padding:20px 20px 20px 20px;
    
    font-size:1.16em;
    line-height: 1.8;
}
@media print, screen and (min-width: 1000px) {
    .ixam_3step .ixam_back_bluegrey{
        margin-left:30px;
	    width:970px;
        flex-direction: row; 
        justify-content: space-between;
        
    }
}

.ixam_3step .ix_ste_ttl{
    height:55px;
    width: fit-content;
    padding:0 20px 0 10px;
    margin-bottom:10px;
    border: 1px solid #c8102e;
    background:#fff;
    display:flex;
    flex-direction: row;
    align-items:center;
    
    color:#c8102e;
    font-size:28px;
    font-weight:300;
}

.ixam_3step .ix_ste_ttl img{
    margin:0 30px 1px 0;
}

.ixam_3step .ix_ste_ttl p{
    margin-top:3px;
    vertical-align: bottom;
    
}

/* 右側画像　*/
.ixam_3step .ixam_back_bluegrey figure{
    width:100%;
    padding:0;
    margin:10px auto 0 auto;
}
@media print, screen and (min-width: 1000px) {
    .ixam_3step .ixam_back_bluegrey figure{
        width:380px;
        margin:0 0 0 30px;
    }
}
.ixam_3step .ixam_back_bluegrey figure img{
    width:100%;
	height:auto;
}
@media print, screen and (min-width: 1000px) {
    .ixam_3step .ixam_back_bluegrey figure img{
        width:auto;
    }
}


/*　３つ目だけ縦並び　*/
.ixam_3step .ix_step3{
    flex-direction: column;
}

.ixam_3step .ix_step3 figure{
    width:100%;
    margin:0 auto;
    text-align:center;
}


/*　赤枠囲み　*/
.ixam_waku_red{
	width:100%;
	background:#fff;
    padding:20px;
    margin-bottom:8px;
    border: 2px solid #c8102e;
}

.ixam_waku_red .ix_ttlred{
    color:#c8102e;
    font-size:1.3em;
    font-weight:500;
}

.ixam_waku_red.grad_blue{
    background: linear-gradient( #fff 50%, #e9f2f4 100%);
}

.ix_waku_bs3{
    width: fit-content;
    display:flex;
    flex-direction: column;
    justify-content: start;
	margin:8px 0 10px 0;
}
@media screen and (min-width: 1000px) {
    .ix_waku_bs3{
        flex-direction: row;
	    margin:8px 0 20px 0;
    }
}
.ix_waku_bs3 .ix_waku_b_s{
	border: solid 3px #b9e9ec;
	border-radius:14px;
    background:#edf5f7;
    padding:10px;
	margin:0 0 8px 0;
    font-size:1.15em;
    font-weight:500;
}
@media screen and (min-width: 1000px) {
    .ix_waku_bs3 .ix_waku_b_s{
	    margin:0 12px 0 0;
    }
}

.ix_waku_blue{
	border: solid 3px #b9e9ec;
    background:#fff;
	border-radius:14px;
    padding:20px;
    margin-top:8px;
}
.ix_waku_blue .ix_wb_ttl{
	margin: 0;
	font-size:1.2em;
	font-weight:500;
    background: linear-gradient( #b9e9ec 0%, #b9e9ec 100%);
}
@media screen and (min-width: 1000px) {
    .ix_waku_blue .ix_wb_ttl{
        background: linear-gradient(transparent 0%, transparent 50%, #b9e9ec 50%, #b9e9ec 100%);
    }
    .ix_waku_blue .ix_wb_ttl.no_marker{
        background:none;
    }
}

.ix_waku_blue .ix_wb_cont{
    margin-top:10px;
    display:flex;
    flex-direction: column;
}
@media print, screen and (min-width: 768px) {
    .ix_waku_blue .ix_wb_cont{
        flex-direction: row; 
        justify-content: start;
        
    }
}

.ix_waku_blue .ix_wb_cont img{
    margin-right:20px;
}

 /*　シーンにあわせて選択　*/
.ixam_sys_cont{
    display:flex;
    flex-direction: column;
}
@media print, screen and (min-width: 1000px) {
    .ixam_sys_cont{
        flex-direction: row; 
        justify-content: space-between;
    }
}

.ixam_sys_cont .img1 img{
	width:auto;
    max-width: 100%;
	height:auto;
}

.ixam_sys_cont .img2{
    width:100%;
    text-align:right;
}
@media print, screen and (min-width: 768px) {
    .ixam_sys_cont .img2{
        width:220px;
    }
}
.ixam_sys_cont .img2 img{
    width:157px;
    height:245px;
}

.ixam_sys_cont .txt{
    display:flex;
    flex-direction: column;
}
@media print, screen and (min-width: 768px) {
    .ixam_sys_cont .txt{
        flex-direction: row; 
    }
}
.ixam_sys_cont .txt p:first-child{
    width:100%;
}
.ixam_sys_cont .txt p:last-child{
    margin-left:1em;
}
@media print, screen and (min-width: 768px) {
    .ixam_sys_cont .txt p:first-child{
        width:345px;
    }
    .ixam_sys_cont .txt p:last-child{
        width:380px;
        margin-left:0;
    }
}


/********************/
/* 検査アプリケーション */
/********************/
/* ブルーの角丸２列　*/
.col2_wrap_flex{
    display:flex;
    flex-direction: column;
}
@media print, screen and (min-width: 768px) {
    .col2_wrap_flex{
        flex-direction: row; 
        justify-content: space-between;
    }
}

.kakomi_rad_blue{
	width:100%;
    display:flex;
    flex-direction: column;
    
	margin:0 auto 10px auto;
	background:#d2e6f0;
	padding: 20px;
	border-radius: 10px;
	font-size:15px;
}
@media print, screen and (min-width: 768px) {
	.kakomi_rad_blue{
        flex-direction: row;
        justify-content: space-between;
		margin:0 0 18px 0;
	}
}
.kakomi_rad_blue .ttl_blue{
	font-size:1.3em;
	font-weight:600;
	color:#13587b;
	margin-bottom:8px;
}
/*
.kakomi_rad_blue p{
    flex-grow: 1;
}
*/
.kakomi_rad_blue figure{
    width:100%;
    padding:0;
    margin:0 auto 18px auto;
    text-align:center;
}
@media print, screen and (min-width: 768px) {
    .kakomi_rad_blue figure{
        width:320px;
        margin:0 30px 0 0;
    }
}
.kakomi_rad_blue figure img{
    width:100%;
	height:auto;
    margin:0 auto 0 auto;
}
@media print, screen and (min-width: 768px) {
    .kakomi_rad_blue figure img{
        width:320px;
        margin:0;
    }
}

/* グラデーションのステップ　*/
.step_waku_grad{
	width:100%;
    background: linear-gradient(to right, #e9f2f4, #a6d7ef);
    
    display:flex;
    flex-direction: column;
    padding:25px 20px 20px 25px;
    
}
@media print, screen and (min-width: 1000px) {
    .step_waku_grad{
        flex-direction: row; 
        justify-content: space-between;
        
    }
}

.step_waku_grad figure{
    width:100%;
    padding:0;
    margin:10px auto 0 auto;
    text-align:right;
}
@media print, screen and (min-width: 1000px) {
    .step_waku_grad figure{
        width:380px;
        margin:0 0 0 30px;
    }
}
.step_waku_grad figure img{
    width:100%;
	height:auto;
}
@media print, screen and (min-width: 1000px) {
    .step_waku_grad figure img{
        width:auto;
    }
}


.step_waku_grad .ix_step_ttl{
    font-size:1.18em;
    font-weight:bold;
    margin-bottom:15px;
}
.step_waku_grad p{
    font-size:1.06em;
    line-height: 1.8;
}

/* 応用例　*/
.ix_app_exams{
    margin:30px 0;
}

.ix_appex{
    float:none;
    width:100%;
    margin-bottom:20px;
}
@media print, screen and (min-width: 768px) {
    .ix_appex{
        float:left;
        width:50%;
    }
}
.ix_appex p{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size:1.1em;
    font-weight:500;
    line-height:1;
}
@media print, screen and (min-width: 768px) {
    .ix_appex p{
        font-size:1.16em;
    }
}
.ix_appex p:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../vp/img/ixam/bullet_dot.jpg) no-repeat;
    background-size: contain;
    width: 24px;
    height: 20px;
}

.ix_appex figure{
    width:100%;
}
@media print, screen and (min-width: 768px) {
    .ix_appex figure{
        width:97%;
    }
}
@media print, screen and (min-width: 1000px) {
    .ix_appex figure{
        width:420px;
        margin-right:30px;
    }
}
.ix_appex figure img{
    width:100%;
	height:auto;
}
@media print, screen and (min-width: 1000px) {
    .ix_appex figure img{
        width:auto;
    }
}

/********************/
/* オプション */
/********************/
.opt_lgt{
    width:100%;
    margin: 15px 30px;
}

.opt_lgt figure{
    float:left;
    width: auto;
}
.opt_lgt figure img{
    height:150px;
    width:auto;
}
@media print, screen and (min-width: 1000px) {
    .opt_lgt figure img{
        height:200px;
    }
}
.ixam_option td{
    padding:4px 2px;
    font-size:0.9em;
}
.ixam_option th{
    padding:4px 1px;
    font-size:0.9em;   
}
@media print, screen and (min-width: 768px) {
    .ixam_option td, .ixam_option th{
        padding:4px 15px;
        font-size:1em; 
    }
}

/********************/
/* ®︎マーク */
/********************/
.right_mark{
    font-size:0.8em;
    vertical-align: top;
}
.right_mark_ss{
    font-size:0.5em;
    vertical-align: top;
}


/********************/
/* マイスターWebマニュアル */
/********************/
/* 共通　*/
.ixref-contain{
    /* width:100%; */
    display:flex;
    align-items: stretch;
    margin:20px 0 50px;
    padding: 0 5px;
}
.ixref-contents{
    flex: 1;
    padding:10px;
}

/* マニュアル　左側メニュー　*/
.ixref-leftmenu{
    width:30%;
    min-width:30%;
    /* overflow: hidden; */
    border-right:1px solid #ddd;
}
@media print, screen and (min-width: 768px) {
    .ixref-leftmenu{
        width:220px;
        min-width:220px;
    }
}

.ixref-leftmenu iframe{
    width:100%;
    height:auto; 
    border: none;
    margin: 10px 0;
}


/* マニュアル　右側本文　*/

.ixref-body{
    font-size:1.1em;
    line-height:1.75;
}

.ixref-contents h1{
    font-size:1.1em;
    font-weight:normal;
}
.ixref-ttl2{
    display:flex;
    font-weight:normal;
    width:100%;
    margin:4px 0 24px 0;
    border:#c8102e 1px solid;
}
.ixref-ttl2 h2{
    display:block;
    padding:10px 15px;
    background:#c8102e;
    color:#fff;
    font-size:1.8em;
    font-weight:normal;
}
.ixref-ttl2 h3{
    display:block;
    padding:10px 20px;
    color:#c8102e;
    font-size:1.8em;
    font-weight:normal;
}


.ixref-contents .spec-1{
    border-collapse: collapse;
    border-top:#ddd 1px solid;
    width:100%;
    margin-bottom:20px;
    font-size:1.05em;
}

.ixref-contents .spec-1 td, .ixref-contents .spec-1 th{
    border-bottom:#ddd 1px solid;
    vertical-align:top;
    text-align:left;
    padding: 5px 0;
}
.ixref-contents .spec-1 th{
    padding-right:15px;
}

.ixref-contents .spec-1 .list_function{
    padding:5px 0;
    margin:0 0 0 1em;
}

.ixref-body article{
    margin-bottom:80px;
}
.ixref-body article .post-title{
    margin-top:-150px;
    padding-top: 150px;
}

/* 縦長画像用 */
.ixref_bodytxt{
    padding-left:0;
    margin-bottom:30px;
}

@media print, screen and (min-width: 768px) {
    .ixref_bodytxt{
        padding-left:30px;
        margin-bottom:20px;
    }
}
.ixref_bodytxt img{
    /* width:100%; */
    width:80%;
    /* width:25%; */
    height:auto;
    border:1px solid #ccc;
    box-shadow: 2px 2px 5px #ccc;
}
@media print, screen and (min-width: 768px) {
    .ixref_bodytxt img{
    /* width:100%; */
    /* width:30%; */
    width:25%;
    height:auto;
    }
}
/* 横長画像用 */
.ixref_bodytxt2{
    padding-left:0;
    margin-bottom:30px;
}

@media print, screen and (min-width: 768px) {
    .ixref_bodytxt2{
        padding-left:30px;
        margin-bottom:20px;
    }
}
.ixref_bodytxt2 img{
    /* width:100%; */
    width:90%;
    /* width:25%; */
    height:auto;
    border:1px solid #ccc;
    box-shadow: 2px 2px 5px #ccc;
}
@media print, screen and (min-width: 768px) {
    .ixref_bodytxt2 img{
    /* width:100%; */
    /* width:30%; */
    width:70%;
    height:auto;
    }
}

.ixref_orgsize{
    padding-left:0;
    margin-bottom:30px;
}
@media print, screen and (min-width: 768px) {
    .ixref_orgsize{
        padding-left:30px;
        margin-bottom:20px;
    }
}

.ixref-toptxt{
    font-size:1.05em;
    margin-bottom:30px;
}

/* test start */
/* img 拡大 */
.wrapper {
    display: flex;
    /* justify-content: center; */
    /* justify-content: left; */
    /* align-items: center; */
    /* align-items: top; */
    width: 100%;
    /* height: 100vh; */
}

.wrapper img {
    /* width: 200px; */
    width: 70%;
    object-fit: contain;
    cursor: pointer;
}

/* modal */

.modal-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    pointer-events: none;
    opacity: 0;
    transition: 0.25s ease-out;
}

.modal-wrapper.show {
    opacity: 1;
    pointer-events: all;
}

.modal-image {
    position: absolute;
    max-width: 80%;
    max-height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    opacity: 0;
    transition: 0.5s ease-out;
}

.modal-image.show {
    opacity: 1;
}
/* test end */



/********************/
/* iXAM 事例紹介ページ　 */
/********************/
.ixam_case_study{
    margin:40px 0 100px;
    overflow:hidden;
}
.ixam_case_study h5{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    font-size:4.6vw;
    line-height:1.3;
    font-weight:normal;
    border:1px solid #c8102e;
    color:#c8102e;
    margin:10px auto 10px;
}

@media print, screen and (min-width: 768px) {
    .ixam_case_study h5{
        font-size:20px;
    }
}
.ixam_case_study h5 .case_num{
    display:block;
    width: fit-content;
      white-space: nowrap;
    margin-right:10px;
    background:#c8102e;
    color:#fff;
    line-height:1.1;
    padding:5px 8px;
    text-align:center;
}

.ixam_case_study .case_body{
    text-align:center;
	font-size:24px;
}
.ixam_case_study .case_voice{
    width: fit-content;
    margin:30px auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: left;
    font-size:4.6vw;
    font-weight:bold;
    text-align:left;
  color: #003a8e;
}
@media print, screen and (min-width: 768px) {
    .ixam_case_study .case_voice{
        flex-direction: row;
        align-items: center;
        font-size:24px;
    }
}
.ixam_case_study .case_voice .balloon1-right {
  position: relative;
  display: inline-block;
  margin: 0 15px 10px 0;
  padding: 10px 10px;
  min-width: 120px;
  max-width: 100%;
  background: #e0edff;
    font-weight:bolder;
    border-radius:8px;
}

.ixam_case_study .case_voice .balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #e0edff;
}
.ixam_case_study .case_voice .balloon1-right p {
  margin: 0;
  padding: 0;
}

.ixam_case_study .red_title{
    width: fit-content;
    background:#c8102e;
    color:#fff;
    line-height:1.3;
    padding:10px 15px;

    font-size:5.2vw;
    margin: 10px auto;
}
@media print, screen and (min-width: 768px) {
    .ixam_case_study .red_title{
        font-size:24px;
    }
}
.ixam_case_study figure{
    width: 100%;
    margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
    .ixam_case_study figure{
        width: 80%;
    }
}
.ixam_case_study figure.case_img_medium{
        width: 80%;
}
@media print, screen and (min-width: 768px) {
    .ixam_case_study figure.case_img_medium{
            width: 50%;
    }
}


.ixam_case_study figure img{
    width: auto;
    max-width: 100%;
    height:auto;
    margin:0 auto 0 auto;
}
.ixam_case_study .case_cap{
    margin: 10px auto;
    text-align:left;
    font-size:16px;
}
@media print, screen and (min-width: 768px) {
    .ixam_case_study .case_cap{ 
        text-align:center;
        font-size:20px;
    }
}

.ixam_case_study .post-image_text{ 
    font-size:20px;
}


.ixam_case_study .balloon1-top {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 20px auto;
    padding: 20px 10px;
    background: #e0edff;
    color: #003a8e;
    font-size:4.6vw;
    line-height:1.6;
    font-weight:bold;
    text-align:left;
}
@media print, screen and (min-width: 768px) {
.ixam_case_study .balloon1-top {
        font-size:24px;
        text-align:center;
    }
}
.ixam_case_study .balloon1-top:before {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #e0edff;
}
.ixam_case_study .balloon1-top p {
  margin: 0;
  padding: 0;
}









