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

/*------------------------------------------------
  base
------------------------------------------------*/
html {
    font-size: 62.5%; /* 10px */
}
body {
    font-size: 14px;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
    line-height: 1;
    background-color: #fff;
    color: #3e3a39;
}
img{
    outline: none;
    border-style: none;
}
a {
    color: #2b2c2a;
    border: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
a:hover, button:hover {
    cursor:pointer;
    opacity:0.7;
}
p {
    line-height: 1.8;
    margin-bottom: 20px;
}
ul li, ol li {
    line-height: 1.8;
}
main a {
    color: #2b2c2a;
    text-decoration: underline;
}
main a:hover {
    text-decoration: none;
}
/*
h1 {
    font-size: 4.3rem;
    line-height: 1.6;
}
h2 {
    font-size: 4.0rem;
    line-height: 1.6;
}
h3 {
    font-size: 2.6rem;
    line-height: 1.4;
}
*/
@media screen and (max-width: 1024px) {
 /*
   p {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    h1 {
        font-size: 3.0rem;
    }
    h2 {
        font-size: 2.8rem;
    }
    h3 {
        font-size: 2rem;
    }
    .Pc_Only {
        display: none; /*PCのみ表示・改行*/
    }
*/
}

@media screen and (max-width: 767px) {
    .Pc-Tb_Only {
        display: none; /*PC・タブレットのみ表示・改行*/
    }
}

@media screen and (min-width: 1025px) {
    .Tb-Sp_Only {
        display: none; /*タブレット・スマホのみ表示・改行*/
    }
}

@media screen and (min-width: 768px) {
    .Sp_Only {
        display: none; /*スマホのみ表示・改行*/
    }
}


/*------------------------------------------------
  section MainVisual
------------------------------------------------*/

#GIGA_SectionMainVisual {
  text-align:center;
  height:320px;
  background-image: url(../img/MainImg_Town.png),url(../img/MainImg_Bg.jpg);
  background-repeat: repeat-x,no-repeat;
  background-position: center bottom,center top;
  background-size: auto 120px,cover;
}

#GIGA_SectionMainVisual_Logo {
  width:150px;
}

#GIGA_SectionMainVisual_Logo img {
  width:100%;
}

#GIGA_SectionMainVisual h1 {
  font-size:28px;
  font-weight:bold;
  line-height:130%;
  margin:0 15px;
}

#GIGA_SectionMainVisual h1 span {
  display:block;
  font-size:16px;
}

#GIGA_SectionMainVisual h1 br {
  display:block;
}

@media (min-width:481px) {

  #GIGA_SectionMainVisual {
    height:400px;
    background-size: auto 200px,cover;
  }

  #GIGA_SectionMainVisual h1 {
    font-size:34px;
    line-height:150%;
  }

  #GIGA_SectionMainVisual h1 span {
    font-size:26px;
  }

#GIGA_SectionMainVisual h1 .noPC {
  display:none;
}

/*
  #GIGA_SectionMainVisual h1 br {
    display:none;
  }
*/

}


@media (min-width:768px) {

  #GIGA_SectionMainVisual {
    height:500px;
    background-size: auto 200px,cover;
  }

  #GIGA_SectionMainVisual h1 {
    font-size:46px;
  }

  #GIGA_SectionMainVisual h1 span {
    font-size:32px;
  }

}


/*------------------------------------------------
  Common Inner style
------------------------------------------------*/

.GIGA-Section_Inner {
  max-width:1200px;
  margin:0 auto;
}

/*------------------------------------------------
  section Msg
------------------------------------------------*/

#GIGA_SectionMsg {
  text-align:center;
}

#GIGA_SectionMsg p {
  display:inline-block;
  font-size:16px;
  line-height:180%;
  text-align:left;
  margin:25px auto 0 auto;
  padding:0 25px;
}

#GIGA_SectionMsg p br {
  display:none;
}


@media (min-width:768px) {

  #GIGA_SectionMsg p {
    line-height:200%;
    margin:50px auto 0 auto;
    padding:0 10px;
  }

  #GIGA_SectionMsg p br {
    display:block;
  }

}


/*------------------------------------------------
  section Solution
------------------------------------------------*/

#GIGA_SectionSolution {
  position: relative;
  text-align:center;
  background-color:#f2f2f3;
  padding:50px 0 25px 0;
  margin-top:25px;
}

#GIGA_SectionSolution:before {
  content: "";
  position: absolute;
  top:0;
  right: 0;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #FFF transparent transparent transparent;
  border-width: 35px 40px 0 40px;
  z-index:10;
}

#GIGA_SectionSolution .GIGA-Section_Inner {
  display:block;
}

.GIGA_SectionSolution_Box {
  background-color:#FFF;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align:center;
  margin:0 10px 25px 10px;
  padding:0 0 25px 0;
}

#GIGA_SectionSolution_BoxLAN {
  border:4px solid #e8a025;
}

#GIGA_SectionSolution_BoxGuard {
  border:4px solid #2b939c;
}

.GIGA_SectionSolution_Box h1 {
  color:#FFF;
  font-size:24px;
  font-weight:bold;
  line-height:60px;
  height:60px;
}

#GIGA_SectionSolution_BoxLAN h1 {
  background-color:#e8a025;
}

#GIGA_SectionSolution_BoxGuard h1 {
  background-color:#2b939c;
}

.GIGA_SectionSolution_Box ul {
  background-color:#efefef;
  text-align:left;
  margin:15px 15px 0 15px;
  padding:20px;
}

.GIGA_SectionSolution_Box li {
  padding-top:12px;
}

.GIGA_SectionSolution_Box li:first-child {
  padding-top:0;
}

.GIGA_SectionSolution_Box li br {
  display:none;
}

.GIGA_SectionSolution_BoxImg {
  margin:15px 15px 0 15px;
}

.GIGA_SectionSolution_BoxImg img {
  width:100%;
}

.GIGA_SectionSolution_Box h2 {
  color:#e34514;
  font-size:18px;
  font-weight:bold;
  line-height:130%;
  margin:25px 25px 0 25px;
}

.GIGA_SectionSolution_Box h2 br {
  display:none;
}

.GIGA_SectionSolution_Box a {
  display:block;
  background-color:#c9caca;
  font-size:24px;
  text-decoration:none;
  line-height:50px;
  height:50px;
  border-radius:25px; 
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  margin:15px 25px 0 25px;
  color:#FFF;
}

#GIGA_SectionSolution_BoxLAN a {
  background-color:#e8a025;
}

#GIGA_SectionSolution_BoxGuard a {
  background-color:#2b939c;
}


@media (min-width:481px) {

  #GIGA_SectionSolution {
    padding:75px 0 50px 0;
    margin-top:25px;
  }

  #GIGA_SectionSolution:before {
    content: "";
    position: absolute;
    top:0;
    right: 0;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #FFF transparent transparent transparent;
    border-width: 50px 60px 0 60px;
    z-index:10;
  }

  .GIGA_SectionSolution_Box {
    margin:0 25px 25px 25px;
    padding:0 0 50px 0;
  }

  .GIGA_SectionSolution_Box ul {
    margin:25px 25px 0 25px;
    padding:25px;
  }

  .GIGA_SectionSolution_BoxImg {
    margin:25px 50px 0 50px;
  }

  .GIGA_SectionSolution_Box h2 {
    font-size:22px;
    line-height:150%;
  }

  .GIGA_SectionSolution_Box h2 br {
    display:block;
  }

  .GIGA_SectionSolution_Box a {
    margin:25px 25px 0 25px;
  }

}


@media (min-width:768px) {

  #GIGA_SectionSolution {
    padding:100px 0;
    margin-top:50px;
  }

  #GIGA_SectionSolution .GIGA-Section_Inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .GIGA_SectionSolution_Box li br {
    display:block;
  }

  .GIGA_SectionSolution_Box {
    margin:0 15px;
    padding:0 0 50px 0;
  }

}

/*------------------------------------------------
  section footer
------------------------------------------------*/

#GIGA_SectionFooter {
  text-align:center;
  background-color:#fff;
  border-top:5px solid #b81649;
  font-size:12px;
  font-weight:normal;
  padding:35px 10px;
}

@media (min-width:481px) {

  #GIGA_SectionFooter {
    padding:50px 15px;
  }

}























/*------------------------------------------------
  header
------------------------------------------------*/
/* ヘッダー */
.SiteHeader {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.2);
}
.SiteHeader__Inner {
    max-width: 1064px;
    margin: 0 auto;
    padding: 0px 20px;
    width: 100%;
    height: 100px;
    position: relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: .3s;
}
/* ヘッダー スクロール時 切り替えアニメーション */
.SiteHeader__Inner.Transform {
    height: 70px;
}
/* ロゴ */
.SiteHeader__Logo img {
    height: 36px;
    width: 138px;
}
/* グローバルメニュー */
.SiteHeader__GNav__Menu {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.SiteHeader__GNav__Menu__Item {
    font-weight: 500;
    margin-right: 30px;
}
.SiteHeader__GNav__Menu__Item:last-child {
    margin-right: 0px;
}
.SiteHeader__GNav__Menu__Item a {
    text-decoration: underline;
}

.SiteHeader__GNav__Menu__Item_Style_Btn a {
    display: block;
    color: #fff;
    background: #DF0615;
    padding: 0 25px;
    height: 36px;
    line-height: 36px;
  text-decoration:none;
}
/* スマホ時 グローバルメニュー非表示 */
.SiteHeader__GNavSp {
    display: none;
}

@media screen and (max-width: 1024px) {
    .SiteHeader__Inner {
        height: 70px;
    }
    .SiteHeader__Logo img {
        height: 26px;
        width: 100px;
    }
    .SiteHeader__GNav__Menu__Item {
        margin-right: 25px;
        font-size: 15px;
    }
}

@media screen and (max-width: 900px) {
    /* PC時 グローバルメニュー非表示 */
    .SiteHeader__GNav {
        display: none;
    }
    /* スマホ時 グローバルメニュー */
    .SiteHeader__GNavSp {
        display: block;
    }
    /* ハンバガーメニュー */
    .SiteHeader__GNavSp__Toggle {
        position: absolute;
        top: 22px;
        right: 20px;
        width: 32px;
        height: 26px;
    }
    .SiteHeader__GNavSp__Toggle span {
        width: 100%;
        height: 3px;
        display: block;
        background: #2b2c2a;
        position: absolute;
        left: 0;
        transition: transform .5s ease-in-out, top .5s ease;
    }
    .SiteHeader__GNavSp__Toggle span:nth-child(1) {
        top: 0px;
    }
    .SiteHeader__GNavSp__Toggle span:nth-child(2) {
        top: 11.5px;
    }
    .SiteHeader__GNavSp__Toggle span:nth-child(3) {
        top: 23px;
    }
    /* ハンバガーメニュー → バツボタン 切り替えアニメーション */
    .open .SiteHeader__GNavSp__Toggle span:nth-child(1) {
        -webkit-transform: translateY(11px) rotate(135deg);
        -moz-transform: translateY(11px) rotate(135deg);
        transform: translateY(11px) rotate(135deg);
    }
    .open .SiteHeader__GNavSp__Toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open .SiteHeader__GNavSp__Toggle span:nth-child(3) {
        -webkit-transform: translateY(-11px) rotate(-135deg);
        -moz-transform: translateY(-11px) rotate(-135deg);
        transform: translateY(-11px) rotate(-135deg);
    }
    /* メニュー */
    .SiteHeader__GNavSp__Menu {
        font-size: 1.4rem;
        background: #333;
        padding: 10px;
        position: fixed;
        top: 75px;
        left: 0;
        right: 0;
        bottom: auto;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        visibility: hidden;
        opacity: 0;
        transition: opacity .5s ease, visibility .5s ease;
    }
    .SiteHeader__GNavSp__Menu__Item {
        display: block;
        width: 100%;
        background: #fff;
        position: relative;
    }
    .SiteHeader__GNavSp__Menu__Item a {
        display: block;
        width: 100%;
        border-bottom: 1px solid #e3d9bb;
        font-weight: 500;
        text-decoration: none;
        padding: 15px;
    }
    .SiteHeader__GNavSp__Menu__Item:last-child a {
        border-bottom: none;
    }
    .SiteHeader__GNavSp__Menu__Item a:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        width: 9px;
        height: 9px;
        margin-top: -4.5px;
        border-top: 2px solid #c7b98f;
        border-right: 2px solid #c7b98f;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    /* メニュー非表示→表示へ切り替え */
    .open {
        overflow: hidden;
    }
    .open .SiteHeader__GNavSp__Menu {
        visibility: visible;
        opacity: 1;
    }
}



/*------------------------------------------------
  Common Inner style
------------------------------------------------*/

.ITMK2-Section_Inner {
  max-width:1200px;
  margin:0 auto;
}

/*------------------------------------------------
  section MainVisual
------------------------------------------------*/

#ITMK2-SectionMainVisual {
  width: 100%;
  height: 250px;
  margin: 70px auto 0 auto;
  background-color: #fff;
  background-image: url(../img/main_img_S.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

#ITMK2-SectionMainVisual_Inner {
  max-width:1000px;
  margin:0 auto;
}

#ITMK2-SectionMainVisual_Inner img {
  width:100%;
}

#ITMK2-SectionMainVisual_Inner p {
  width:100%;
  height: 250px;
  background-image: url(../img/MainVisual_Img_S.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#ITMK2-SectionMainVisual_Inner p span {
  display:none;
}

@media (min-width:481px) {

  #ITMK2-SectionMainVisual {
    height: 300px;
    background-image: url(../img/main_img.jpg);
  }

  #ITMK2-SectionMainVisual_Inner p {
    height: 300px;
    background-image: url(../img/MainVisual_Img.png);
  }

}

@media (min-width:768px) {

  #ITMK2-SectionMainVisual {
    height: 400px;
  }

  #ITMK2-SectionMainVisual_Inner p {
    height: 400px;
  }

}

@media (min-width:1024px) {

  #ITMK2-SectionMainVisual {
    margin: 100px auto 0 auto;
  }

}

/*------------------------------------------------
  section MainText
------------------------------------------------*/

#ITMK2-SectionMainText {
  width:100%;
  background-color:#333333;
}

#ITMK2-SectionMainText h1 {
  color: #fff;
  text-align:left;
  font-size:22px;
  font-weight:bold;
  padding:15px 15px;
}

#ITMK2-SectionMainText h1 span {
  display:block;
  font-size:18px;
}

@media (min-width:481px) {

  #ITMK2-SectionMainText h1 {
    font-size:32px;
    padding:25px 15px;
  }

  #ITMK2-SectionMainText h1 span {
    font-size:24px;
  }

}

@media (min-width:768px) {

  #ITMK2-SectionMainText h1 {
    font-size:42px;
    padding:35px 25px;
  }

}

@media (min-width:992px) {

  #ITMK2-SectionMainText h1 {
    font-size:50px;
  }

}

@media (min-width:1200px) {

  #ITMK2-SectionMainText h1 {
    padding:35px 0;
  }
}


/*------------------------------------------------
  text
------------------------------------------------*/

.ITMK2-Text_Caption {
  font-size:22px;
  font-weight:bold;
}

.ITMK2-Text_CaptionQuestion {
  margin-top:20px;
}

.ITMK2-Text_CaptionFeatures {
  margin:0 25px;
  text-align:center;
}

.ITMK2-Text_CaptionPoints {
  padding-top:25px;
}

.ITMK2-Text_SubCaption {
  color:#DF0615;
  font-size:24px;
  font-weight:bold;
  text-align:center;
  background-image: url(../img/Line_Red.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 2px 25px;
  margin-top:35px;
  padding-bottom:25px;
}

@media (min-width:481px) {

  .ITMK2-Text_Caption {
    font-size:24px;
  }

  .ITMK2-Text_CaptionQuestion {
    margin-top:25px;
  }

  .ITMK2-Text_CaptionPoints {
  padding-top:50px;
  }  

  .ITMK2-Text_CaptionFeatures {
    margin:0 25px;
    text-align:left;
  }

  .ITMK2-Text_SubCaption {
    font-size:28px;
    background-size: 2px 30px;
    margin-top:50px;
    padding-bottom:35px;
  }

}

@media (min-width:768px) {

  .ITMK2-Text_Caption {
    font-size:36px;
  }

  .ITMK2-Text_SubCaption {
    margin-top:125px;
  }

}

@media (min-width:1200px) {

  .ITMK2-Text_CaptionFeatures {
    margin:0;
  }

}



/*------------------------------------------------
  section Issue
------------------------------------------------*/

#ITMK2-SectionIssue {
  text-align:center;
}

#ITMK2-SectionIssue_Answer {
  background-color:#DF0615;
  width:100%;
  background-image: url(../img/Line_White.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 2px 20px;
}

#ITMK2-SectionIssue_Answer .ITMK2-Text_Caption {
  color:#FFF;
  text-align:left;
  padding:25px;
  background-image: none;
  margin:0;
}

#ITMK2-SectionIssue_Answer .ITMK2-Text_Caption br {
  display:none;
}

#ITMK2-SectionIssue_Guide {
  display:block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding:0 25px;
}

#ITMK2-SectionIssue_GuideDiscription {
}

#ITMK2-SectionIssue_GuideDiscription_Logo {
  text-align:left;
  background-image:none;
  padding:25px 0 10px 0;
  margin-bottom:0;
  line-height:150%;
}

#ITMK2-SectionIssue_GuideDiscription_Logo img {
  max-width:300px;
  margin-top:15px;
}

#ITMK2-SectionIssue_GuideDiscription_Text {
  text-align:left;
  margin:0 10px 0 0;
  border-top:2px solid #DF0615;
  padding-top:10px;
}

#ITMK2-SectionIssue_GuideDiscription_Link {
  text-align:left;
  margin-top:15px;
}

#ITMK2-SectionIssue_GuideDiscription_Link a {
  color:#DF0615;
  text-decoration:none;
  background-image: url(../img/Line_Gray.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size:30px 2px;
  padding-right:50px;
}

#ITMK2-SectionIssue_GuideImg {
  max-width:300px;
  margin-top:25px;
  margin-left:auto;
  margin-right:auto;
}

#ITMK2-SectionIssue_GuideImg img {
  width:100%;
}

@media (min-width:481px) {

  #ITMK2-SectionIssue_Answer .ITMK2-Text_Caption {
    padding:30px 25px 25px 25px;
  }

  #ITMK2-SectionIssue_Guide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding:0 25px;
  }

  #ITMK2-SectionIssue_GuideImg {
    width:350px;
    max-width:initial;
    margin-top:50px;
    margin-left:15px;
  }

}


@media (min-width:768px) {

  #ITMK2-SectionIssue_Answer {
    background-size: 2px 30px;
  }

  #ITMK2-SectionIssue_Answer .ITMK2-Text_Caption {
    padding:50px;
    background-image: url(../img/Line_Angle_White.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size:400px 300px;
    margin:0 25px;
  }

  #ITMK2-SectionIssue_GuideDiscription_Logo {
    background-image: url(../img/Line_Angle_Red.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size:25px 300px;
    padding:75px 0 25px 50px;
  }

  #ITMK2-SectionIssue_GuideDiscription_Logo img {
    max-width:420px;
  }

  #ITMK2-SectionIssue_GuideDiscription_Text {
    margin:0 10px 0 50px;
    padding-top:25px;
  }

  #ITMK2-SectionIssue_GuideDiscription_Link {
    text-align:right;
    margin-top:25px;
  }

}

@media (min-width:1200px) {

  #ITMK2-SectionIssue_Answer .ITMK2-Text_Caption {
    margin:0;
  }

  #ITMK2-SectionIssue_Answer .ITMK2-Text_Caption br {
    display:block;
  }

  #ITMK2-SectionIssue_Guide {
    padding:0;
  }

}


/*------------------------------------------------
  section Points
------------------------------------------------*/

#ITMK2-SectionPoints {
  text-align:center;
  background-color:#CCC;
  margin-top:15px;
  padding-bottom:1px;
}

#ITMK2-SectionPoints .ITMK2-Text_Caption span {
  display:block;
  font-size:18px;
}

#ITMK2-SectionPoints_List {
  margin-top:15px;
  display:block;
}

#ITMK2-SectionPoints_List li {
  position: relative;
  display:block;
  background-color:#FFF;
  margin:10px;
  padding-top:25px;
}

#ITMK2-SectionPoints_List li span {
  position: absolute;
  top:0;
  right:0;
  display:inline-block;
  background-color:#DF0615;
  color:#FFF;
  height:60px;
  line-height:60px;
  font-size:24px;
  width:56px;
  text-align:center;
}

#ITMK2-SectionPoints_List li img {
  width:100px;
  height:100px;
}

#ITMK2-SectionPoints_List li p {
  height:80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height:130%;
}

@media (min-width:481px) {

  #ITMK2-SectionPoints {
    padding-bottom:50px;
  }

}


@media (min-width:601px) {

  #ITMK2-SectionPoints_List {
    margin-top:25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #ITMK2-SectionPoints_List li {
    display:inline-block;
    width:250px;
    margin:12px;
    padding-top:60px;
  }

  #ITMK2-SectionPoints_List li p {
    height:100px;
    line-height:150%;
  }

}

@media (min-width:768px) {

  #ITMK2-SectionPoints {
    margin-top:25px;
    padding-bottom:75px;
  }

}


@media (min-width:1200px) {

  #ITMK2-SectionPoints_List li {
    width:300px;
    margin:15px;
  }

}


/*------------------------------------------------
  section Features
------------------------------------------------*/

#ITMK2-SectionFeatures {
  margin-top:50px;
}

.ITMK2-SectionFeatures_Frame {
  margin-top:25px;
  display:block;
}

#ITMK2-SectionFeatures_FrameRisk {
  background-image: url(../img/Bg_Feature_Risk_S.jpg);
  background-repeat: no-repeat;
  background-position:center center;
  background-size:cover;
  margin-top:25px;
}

#ITMK2-SectionFeatures_FrameInvestigation {
  background-image: url(../img/Bg_Feature_Investigation_S.jpg);
  background-repeat: no-repeat;
  background-position:center center;
  background-size:cover;
}

#ITMK2-SectionFeatures_FrameNormaltimes {
  background-image: url(../img/Bg_Feature_Normaltimes_S.jpg);
  background-repeat: no-repeat;
  background-position:center center;
  background-size:cover;
}

.ITMK2-SectionFeatures_Box {
  background-color: rgba(51,51,51,0.8);
  color:#FFF;
  width::100%;
  padding:50px 25px;
}

.ITMK2-SectionFeatures_Box h1 {
  font-size:24px;
  font-weight:bold;
}

.ITMK2-SectionFeatures_Box h1 span {
  display:block;
  font-size:16px;
}

.ITMK2-SectionFeatures_Box h1 br {
  display:none;
}

.ITMK2-SectionFeatures_Box p {
  border-top:2px solid #CCF6FF;
  border-left:none;
  margin-top:15px;
  padding:15px 0 0 0;
}

#ITMK2-SectionFeatures_FrameInvestigation p {
  border-right:none;
  border-left:none;
  padding:25px 0 0 0;
}

.ITMK2-SectionFeatures_Box dl {
  margin-top:20px;
}

.ITMK2-SectionFeatures_Box dl dt {
  font-size:18px;
  line-height:150%;
  margin-top:15px;
  background-image: url(../img/Icon_RecCircle.svg);
  background-repeat: no-repeat;
  background-position:left 7px;
  background-size:14px 14px;
  padding-left:23px;
}

.ITMK2-SectionFeatures_Box dl dd {
  font-size:14px;
  line-height:170%;
  margin-top:15px;
}

.ITMK2-SectionFeatures_Box a {
  display:inline-block;
  background-color:#FFF;
  font-size:12px;
  text-decoration:none;
  background-image: url(../img/Line_Blue.svg);
  background-repeat: no-repeat;
  background-position:right 15px center;
  background-size:20px 2px;
  padding:10px 50px 10px 20px;
  margin-top:20px;
}

@media (min-width:481px) {

  .ITMK2-SectionFeatures_Frame {
    margin-top:50px;
  }

  #ITMK2-SectionFeatures_FrameRisk {
    background-image: url(../img/Bg_Feature_Risk.jpg);
  }

  #ITMK2-SectionFeatures_FrameInvestigation {
    background-image: url(../img/Bg_Feature_Investigation.jpg);
  }

  #ITMK2-SectionFeatures_FrameNormaltimes {
    background-image: url(../img/Bg_Feature_Normaltimes.jpg);
  }

}

@media (min-width:768px) {

  .ITMK2-SectionFeatures_Frame {
    margin-top:100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #ITMK2-SectionFeatures_FrameRisk {
    background-position:left 200px top 100px;
    margin-top:50px;
  }

  #ITMK2-SectionFeatures_FrameInvestigation {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-position:right 200px top 100px;
  }

  #ITMK2-SectionFeatures_FrameNormaltimes {
    background-position:left 200px top 100px;
  }

  .ITMK2-SectionFeatures_Box {
    max-width:600px;
    padding:50px;
  }

  .ITMK2-SectionFeatures_Box h1 {
    font-size:36px;
  }

  .ITMK2-SectionFeatures_Box h1 br {
    display:block;
  }

  .ITMK2-SectionFeatures_Box p {
    border-top:2px solid #CCF6FF;
    border-left:2px solid #CCF6FF;
    margin-top:40px;
    padding:25px 0 0 25px;
  }

  #ITMK2-SectionFeatures_FrameInvestigation p {
    border-right:2px solid #CCF6FF;
    border-left:none;
    padding:25px 25px 0 0;
  }

  .ITMK2-SectionFeatures_Box dl {
    margin-top:50px;
  }

  .ITMK2-SectionFeatures_Box dl dt {
    font-size:24px;
    margin-top:25px;
    background-position:left 10px;
    background-size:18px 18px;
    padding-left:30px;
  }

  .ITMK2-SectionFeatures_Box dl dd {
    margin-top:15px;
  }

}

/*------------------------------------------------
  section Migration
------------------------------------------------*/

#ITMK2-SectionMigration {
  background-color:#008DB6;
  color:#FFF;
  margin-top:25px;
  padding:35px 25px;
}

#ITMK2-SectionMigration h1 + p {
  margin-top:20px;
}

@media (min-width:1200px) {

  #ITMK2-SectionMigration {
    padding:50px 0;
  }

}
@media (min-width:481px) {

  #ITMK2-SectionMigration {
    margin-top:50px;
  }

}

@media (min-width:768px) {

  #ITMK2-SectionMigration {
    margin-top:125px;
    padding:50px 35px;
  }

}

/*------------------------------------------------
  section Link
------------------------------------------------*/

#ITMK2-SectionLink {
  background-color:#C81F2D;
  color:#FFF;
}

#ITMK2-SectionLink .ITMK2-Section_Inner {
  display:block;
  padding:15px 0;
}

#ITMK2-SectionLink .ITMK2-Section_Inner li {
  width:80%;
  text-align:center;
  margin:0 auto;
  padding:15px;
}

#ITMK2-SectionLink .ITMK2-Section_Inner li:first-child {
  border-right:none;
  border-bottom:1px solid #FFF;
}

#ITMK2-SectionLink a {
  color:#FFF;
  text-decoration:none;
  font-size:18px;
  text-align:center;
  padding:15px 0;
}

@media (min-width:481px) {

  #ITMK2-SectionLink .ITMK2-Section_Inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding:25px 0;
  }  

  #ITMK2-SectionLink .ITMK2-Section_Inner li {
    width:50%;
    padding:0;
  }

  #ITMK2-SectionLink .ITMK2-Section_Inner li:first-child {
    border-right:1px solid #FFF;
    border-bottom:none;
  }

}


@media (min-width:768px) {

  #ITMK2-SectionLink .ITMK2-Section_Inner {
    padding:50px 0;
  }

  #ITMK2-SectionLink a {
    font-size:24px;
    padding:15px 0;
  }


}

/*------------------------------------------------
  section Footer
------------------------------------------------*/

#ITMK2-SectionFooter {
  background-color:#333;
  color:#FFF;
  padding:25px 0 1px 0;
}

#ITMK2-SectionFooter .ITMK2-Section_Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding:0 15px;
}

#ITMK2-SectionFooter_Logo {
  width:100px;
  margin-top:10px;
}

#ITMK2-SectionFooter_Logo img {
  width:100%;
}

#ITMK2-SectionFooter_SNS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
}

#ITMK2-SectionFooter_SNS a {
  margin:0 0 0 15px;
  display:inline-block;
}

#ITMK2-SectionFooter_SNSFB {
  width:40px;
}

#ITMK2-SectionFooter_SNSTW {
  width:40px;
}

#ITMK2-SectionFooter_SNSYT {
  width:48px;
}

#ITMK2-SectionFooter_SNS img {
  width:100%;
}

#ITMK2-SectionFooter_Copyright {
  text-align:center;
  font-size:12px;
  font-weight:normal;
  margin-top:0;
}

@media (min-width:481px) {

  #ITMK2-SectionFooter {
    padding:25px 0;
  }

  #ITMK2-SectionFooter .ITMK2-Section_Inner {
    padding:0 25px;
  }

  #ITMK2-SectionFooter_SNS a {
    margin:0 10px;
  }


  #ITMK2-SectionFooter_Copyright {
    font-size:14px;
  }

}


@media (min-width:1200px) {

  #ITMK2-SectionFooter .ITMK2-Section_Inner {
    padding:0;
  }

}


.FadeinUp {
    opacity: 0;
    transform : translate(0, 25px);
    transition : all 1.0s;
  }
.FadeinUp.Scrollin{
    opacity: 1;
    transform: translate(0, 0);
}

.PageTop {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #545656;
}
.PageTop a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
}
.PageTop a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0d8';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}


@media screen and (max-width: 1024px) {
    .FadeinUp {
        transform : translate(0, 15px);
        transition : all .7s;
      }
}

@media screen and (max-width: 767px) {
    .PageTop {
        width: 50px;
        height: 50px;
    }
    .PageTop a {
        width: 50px;
        height: 50px;
    }
}

