/*Style Template Komatsu */
@charset "utf-8";
*{
    padding:0px;
    margin:0px;
}

body{
 font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    margin: 0px;
    padding: 0px;
    background: #fff;
    font-size: 100%;
    line-height: 1;
}

/*----------------------------------------------------
    #page（ページ全体）
----------------------------------------------------*/

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
    display:block;
}
ol,ul,li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
dl,dd,dt {
    margin: 0;
    padding: 0;
}
small {
    font-size: 10px;
}
blockquote {
  background: #eee url(https://komaz.co.jp/blog/assets/quote.gif) no-repeat 10px 10px;
    padding: 25px;
margin: 0 20px;
}
p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0
}

iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
/*  height: 100%;*/
}

a{
    text-decoration: none;
    color: #000000;
}
a:hover {
    text-decoration: none;
}
a img:hover {
    opacity: 0.8;
}
img{
    max-width: 100%;
    vertical-align: bottom;
}
img [align="left"] {
    margin: 0 10px 0 0;
    float: left;
    vertical-align: top;
}
img [align="right"] {
    margin: 0 0 0 10px;
    float: right;
    vertical-align: top;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}

/*Custom CSS*/
main {
margin: 0 0 100px;
}

.container{
    width: 1000px;
    margin: auto;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}
.row{
    width: 100%;
    display: inline-block;
}
.bg-set{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.loadMore{
    width: 100%;
}

.sideContent{
    width: 634px;
    margin-right: 30px;
    float: left;
}
.sideBar{
    float: left;
    width: 336px;
    box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .sideBar {
    margin: auto;
        width: 336px;
        float: unset;
  }
}

/*Font Hack for Any Header Text*/
/*font-feature-settings: "palt";
letter-spacing: 2px;*/

/*Start Custom*/

#headerSp {
  display: none; }
  @media screen and (max-width: 1024px) {
    #headerSp {
      position: fixed;
      height: 70px;
      display: block;
      z-index: 99;
      width: 100%;
      top: 0;
      background-color: #2a5ba6; } }
  @media screen and (max-width: 1024px) and (max-width: 767px) {
    #headerSp {
      height: 50px; } }
  @media screen and (max-width: 1024px) {
      #headerSp .headerSpInner {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        height: 70px; } }
    @media screen and (max-width: 1024px) and (max-width: 767px) {
      #headerSp .headerSpInner {
        height: 50px; } }
  @media screen and (max-width: 1024px) {
        #headerSp .headerSpInner .logo {
          margin-left: 10px; }
          #headerSp .headerSpInner .logo a img {
            width: 370px;
           }
          }
      @media screen and (max-width: 1024px) and (max-width: 767px) {
        #headerSp .headerSpInner .logo a img {
          width: 196px; } }
  @media screen and (max-width: 1024px) {
        #headerSp .headerSpInner .iconNav {
          width: 55px;
          height: 70px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: flex-end;
          -moz-justify-content: flex-end;
          -ms-justify-content: flex-end;
          justify-content: flex-end;
          -ms-flex-pack: flex-end;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          padding-right: 10px;
          background: #7796c6;
          position: relative; }
          #headerSp .headerSpInner .iconNav:after {
            content: " ";
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            right: 12px;
            z-index: -1;
            background: #7796c6;
            border-bottom: 0 solid rgba(42, 91, 166, 0.3);
            border-left: 13px solid rgba(42, 91, 166, 0.3);
            transform-origin: bottom left;
            -ms-transform: skew(30deg, 0deg);
            -webkit-transform: skew(30deg, 0deg);
            transform: skew(30deg, 0deg); }
          #headerSp .headerSpInner .iconNav .nav-close {
            display: none; } }
@media screen and (max-width: 1024px) and (max-width: 1250px) and (max-width: 767px) {
  #headerSp .headerSpInner .iconNav {
    top: 0; } }
      @media screen and (max-width: 1024px) and (max-width: 1250px) {
        #headerSp .headerSpInner .iconNav a img {
          width: 28px; }
        #headerSp .headerSpInner .iconNav a.icon-open img:first-child {
          display: none; }
        #headerSp .headerSpInner .iconNav a.icon-open img.nav-close {
          display: block;
          width: 20px; } }
      @media screen and (max-width: 1024px) and (max-width: 767px) {
        #headerSp .headerSpInner .iconNav {
          height: 50px; } }

.nav-sp {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #2a5ba6;
  overflow-y: auto;
  padding-bottom: 80px;
  margin-top: -1px; }
  .nav-sp .first {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.nav-sp .first .sdgs-header {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  height: 18px;
}

.nav-sp .first .sdgs-header img {
  width: 135px;
}

.nav-sp .first li {
  font-size: 14px;
  text-align: center;
}

.nav-sp .first li a {
  display: block;
  color: #FFF;
  padding: 10px;
}
  .nav-sp .second li {
    background-color: rgba(226, 233, 244, 0.3);
    padding: 10px;
    border-bottom: 1px solid #2a5ba6; }
    .nav-sp .second li a {
      display: block;
      font-size: 16px;
      color: #FFF; }
      .nav-sp .second li a i {
        float: right;
        margin-right: 15px;
        font-size: 18px; }
    .nav-sp .second li .subMenu {
      display: none;
      width: 100%;
      padding: 10px 0; }
      .nav-sp .second li .subMenu li {
        background-color: unset;
        border-bottom: 1px solid #f5f5f5; }
        .nav-sp .second li .subMenu li a {
          font-size: 13px; }
  .nav-sp .third {
    margin-top: 30px; }
    .nav-sp .third li {
      text-align: center; }
      .nav-sp .third li a {
        font-size: 16px;
        font-weight: bold;
        color: #FFF; }
        .nav-sp .third li a i {
          margin-right: 10px; }


.contactTop {
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 100;
  transition: transform 0.6s ease-in-out; }
  .contactTop .left {
    width: 172px;
    height: 45px;
    background-color: #2a5ba6;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    transform: skew(30deg);
    position: relative;
    right: -15px; }
    .contactTop .left a {
      color: #FFF;
      font-size: 16px;
      font-weight: bold;
      transform: skew(-30deg); }
      .contactTop .left .sdgs-header {
        position: absolute;
        height: 18px;
        transform: skewX(-30deg);
        left: -144px;
      }
      
      .contactTop .left .sdgs-header img {
        width: 135px;
        margin-bottom: 10px;
      }
  .contactTop .right {
    background-color: #FFF;
    height: 45px;
    width: 116px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; 
    margin-right: 0;}
    .contactTop .right a {
      font-size: 15px;
      color: #9b9b9b;
      font-weight: bold;
      margin-left: 10px; }
      .contactTop .right a.jp {
        color: #2a5ba6; }
      .contactTop .right a.en {
        margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .contactTop {
      display: none; } }

#header {
  width: 100%;
  background: linear-gradient(to bottom, #2A5BA6 50%, #173D82 50%);
  position: fixed;
  transition: transform 0.6s ease-in-out;
  top: 0;
  height: 90px;
  z-index: 99; }
  #header .headerInner {
    height: 90px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    #header .headerInner .logo {
      margin-left: 40px; }
      @media screen and (max-width: 1200px) {
        #header .headerInner .logo {
          margin-left: 25px; } }
    #header .headerInner .logo a img {
      width: 400px;
    }
    #header .headerInner .navBar {
      flex: 1;
      text-align: right;
      padding-right: 30px;
      padding-top: 45px; }
      #header .headerInner .navBar ul li {
        display: inline-block;
        margin-left: 30px;
        position: relative; }
        @media screen and (max-width: 1366px) {
          #header .headerInner .navBar ul li {
            margin-left: 15px;
          }
        }
        #header .headerInner .navBar ul li .primaryMenu {
          color: #FFF;
          font-size: 15px;
          position: relative;
          padding: 10px;
          display: block;
          line-height: 1.4 }
          #header .headerInner .navBar ul li .primaryMenu:after {
            opacity: 0;
            content: "";
            display: block;
            width: 13px;
            height: 6px;
            position: absolute;
            bottom: -3px;
            right: 50%;
            margin-right: -10px;
            background: url(https://komaz.co.jp/blog/assets/arrowTopNav.gif) no-repeat top center;
            -webkit-transition: opacity .4s;
            transition: opacity .4s; }
        #header .headerInner .navBar ul li .dropdownMenu {
          position: absolute;
          text-align: left;
          background-color: #FFF;
          display: none;
          opacity: 0;
          width: 224px;
          top: 43px; }
          #header .headerInner .navBar ul li:last-child .dropdownMenu {
          left: -120px;
          }
          #header .headerInner .navBar ul li .dropdownMenu .dropdownInner {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-align-items: stretch;
            -moz-align-items: stretch;
            -ms-align-items: stretch;
            align-items: stretch; }
            #header .headerInner .navBar ul li .dropdownMenu .dropdownInner .left {
              width: 40%; }
              #header .headerInner .navBar ul li .dropdownMenu .dropdownInner .left .inner {
                width: 195px;
                margin-left: auto;
                margin-right: 45px; }
                #header .headerInner .navBar ul li .dropdownMenu .dropdownInner .left .inner .heading {
                  margin-bottom: 10px; }
                  #header .headerInner .navBar ul li .dropdownMenu .dropdownInner .left .inner .heading p {
                    font-size: 18px;
                    font-weight: bold; }
                  #header .headerInner .navBar ul li .dropdownMenu .dropdownInner .left .inner .heading span {
                    font-size: 13px;
                    color: #666666; }
            #header .headerInner .navBar ul li .dropdownMenu .dropdownInner .right {
              width: 100%;
              margin-right: 0; }
                  #header .headerInner .navBar ul li .dropdownMenu .dropdownInner .right .navi ul li {
                    display: block;
                    margin-left: 0;
                    text-align: left; }
                    #header .headerInner .navBar ul li .dropdownMenu .dropdownInner .right .navi ul li a {
                      display: block;
                      font-size: 15px;
                      color: #1f4384;
                      padding: 10px 20px;
                      line-height: 1.4; }
                      #header .headerInner .navBar ul li .dropdownMenu .dropdownInner .right .navi ul li a i {
                        font-size: 18px;
                        margin-right: 10px;
                        color: #2a5ba6; }
                      #header .headerInner .navBar ul li .dropdownMenu .dropdownInner .right .navi ul li:hover a {
                        color: #FFF;
                        background-color: #335fa8; }
        #header .headerInner .navBar ul li:hover .primaryMenu:after {
          opacity: 1; }
        #header .headerInner .navBar ul li:last-child .primaryMenu:after {
          display: none; }
      @media screen and (max-width: 1200px) {
        #header .headerInner .navBar {
          padding-right: 0; } }
  @media screen and (max-width: 1200px) and (max-width: 1024px) {
    #header .headerInner .navBar {
      text-align: left; } }
      @media screen and (max-width: 1200px) {
          #header .headerInner .navBar ul li {
            margin-left: 0;
            margin-right: 40px; } }
    @media screen and (max-width: 1200px) and (max-width: 1024px) {
      #header .headerInner .navBar ul li {
        margin-right: 0;
        margin-left: 40px; } }

  #header.sticky {
    z-index: 99;
    position: fixed;
    top: 0;
    width: 100%; }
  @media screen and (max-width: 1024px) {
    #header {
      display: none; } }

  
      @media screen and (max-width: 1200px) {
        #header .headerInner .navBar {
          padding-right: 0; } }
  @media screen and (max-width: 1200px) and (max-width: 1024px) {
    #header .headerInner .navBar {
      text-align: left; } }
      @media screen and (max-width: 1200px) {
          #header .headerInner .navBar ul li {
            margin-left: 0;
            margin-right: 10px; } }
    @media screen and (max-width: 1200px) and (max-width: 1024px) {
      #header .headerInner .navBar ul li {
        margin-right: 0;
        margin-left: 40px; } }



/*main-visual*/
.main-visual {
    width: 100%;
    background-color: #EDEDED;
    border-bottom: 3px solid #333333;
    box-sizing: border-box;
    margin-bottom: 35px;
    margin-top: 90px;
}
@media screen and (max-width: 1024px) {
  .main-visual {
    margin-top: 70px;
  }
}
.main-visual .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .main-visual {
    margin-top: 50px;
  }
  .main-visual .pc {
    display: none;
  }
  .main-visual .sp {
    display: block;
  }
}
.main-visual img {
    width: 100%;
}
.desc-blog {
    font-size: 14px;
    width: 73%;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #FFF;
    position: absolute;
    top: 56%;
    left: 51%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .desc-blog {
    display: none;
  }
}

/*content*/
.content {

}
.head-content-title {
    height: 34px;
    margin: 0 0 15px 0;
    background-image: url(https://komaz.co.jp/blog/assets/bg-title.png);
}
.head-content-title h2 {
    padding: 5px 0 0 55px;
    color: #333333;
    font-size: 18px;
    font-feature-settings: "palt";
    letter-spacing: 1px;
}
/*article-list*/
.article-list li {
    float: left;
    width: 100%;
    padding: 15px;
    border: 2px solid #eee;
    box-sizing: border-box;
    margin: 0 0 20px 0;
}
.article-list-inner-left {
    float: left;
    width: 40%;
    height: 189px;
    margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
    .article-list-inner-left {
        width: 100%;
        margin: 0 0 1rem;
    }
}
.article-list-inner-right {
    float: left;
    width: 56%;
}
@media screen and (max-width: 767px) {
    .article-list-inner-right {
        width: 100%;
    }
}
.article-list-inner-left .article-image {
    width: 100%;
    height: 189px;
}
.article-list-inner-right .article-title {
    font-size: 18px;
    font-feature-settings: "palt";
    color: #333333;
    padding: 0 0 5px;
    font-weight: normal;
    border-bottom: 1px solid #173D83;
    letter-spacing: 1px;
    line-height: 1.3;
}
.article-list-inner-right .article-time {
    font-size: 10px;
    color: #333333;
    line-height: 1;
    margin: 10px 0;
}
.article-list-inner-right .article-desc {
    overflow: hidden;
    height: 100px;
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
}
.article-list li:hover {
    opacity: 0.8;
}

/*== LOADMORE ==*/
.loadMore{
    font-feature-settings: "palt";
    width: 400px;
    height: 50px;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: 40px auto 10px;
}
/*.loadMore .fa-chevron-right {
    position: absolute;
    top: 18px;
    right: 10px;
}
.loadMore .fa-chevron-left {
    position: absolute;
    top: 18px;
    left: 10px;
}*/

.loadMore-album-author {
    height: 50px;
    margin-top: 15px;
}

a.loadMore-album:hover{
        /*transform: scale(1.05);*/
        opacity: 0.6;
        text-decoration: none;
}

.loadMore-album {
    font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN";
    font-size: 16px;
    float: left;
    display: block;
    width: 400px;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    color: #FFFFFF !important;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    background: linear-gradient(to bottom, #6080B2 50%, #4E6B8F 50%);
    border: 1px solid #315BA7;
    box-sizing: border-box;
}

.loadMore .fa-picture-o {
    font-size: 18px;
    margin: 0 3px 0 0;
}

a.loadMore-before, a.loadMore-next {
    font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN";
    cursor: pointer;
    display: inline-block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF !important;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    background: linear-gradient(to bottom, #6080B2 50%, #4E6B8F 50%);
}

a.loadMore-before:hover, a.loadMore-next:hover{
        /*transform: scale(1.05);*/
        opacity: 0.6;
        text-decoration: none;
}
a.loadMore-before {
    position: absolute;
    top: 0;
    left: 0%;
}
a.loadMore-next {
    position: absolute;
    top: 0;
    right: 0%;
}

/*FOOTER*/
footer .ft1 {
  background-color: #eaeaea;
  padding-top: 40px;
  padding-bottom: 60px; }
  @media screen and (max-width: 767px) {
    footer .ft1 {
      display: none; } }
  footer .ft1 .ft1Inner {
    max-width: 983px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  box-sizing: border-box; }
    @media screen and (max-width: 900px) {
      footer .ft1 .ft1Inner {
        padding: 0 15px; } }
    footer .ft1 .ft1Inner ul li {
      margin-bottom: 10px; }
      footer .ft1 .ft1Inner ul li a {
        font-size: 14px;
        color: #686868; }
      footer .ft1 .ft1Inner ul li:first-child {
        margin-bottom: 10px; }
        footer .ft1 .ft1Inner ul li:first-child a {
          color: #4e6b8f;
          font-size: 15px;
          font-weight: bold; }
    footer .ft1 .ft1Inner ul:last-child li {
      margin-bottom: 10px; }
      footer .ft1 .ft1Inner ul:last-child li a {
        color: #4e6b8f;
        font-size: 15px;
        font-weight: bold; }
footer .ft2 {
  width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    footer .ft2 {
      display: none; } }
  footer .ft2 .simply-scroll {
    width: 100%;
    height: 219px;
    margin-bottom: 0; }
    @media screen and (max-width: 900px) {
      footer .ft2 .simply-scroll {
        height: 175px; } }
    footer .ft2 .simply-scroll .simply-scroll-clip {
      width: 100%;
      height: 219px; }
      @media screen and (max-width: 900px) {
        footer .ft2 .simply-scroll .simply-scroll-clip {
          height: 175px; } }
      footer .ft2 .simply-scroll .simply-scroll-clip .simply-scroll-list li {
        width: 328px;
        height: 219px; }
        @media screen and (max-width: 900px) {
          footer .ft2 .simply-scroll .simply-scroll-clip .simply-scroll-list li {
            height: 175px;
            width: 280px; } }
        footer .ft2 .simply-scroll .simply-scroll-clip .simply-scroll-list li img {
          width: 100%; }
footer .ft3 {
  background-color: #4e6b8f;
  width: 100%;
  padding: 0 0;
  border-top: 3px solid #444444; }
  footer .ft3 .ft3Inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 130px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0 35px; }
    footer .ft3 .ft3Inner .logoFoot {
      margin-right: 20px; }
    footer .ft3 .ft3Inner .descFoot {
      margin-top: 10px; }
      footer .ft3 .ft3Inner .descFoot .title {
        color: #FFF;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        letter-spacing: 3px; }
      footer .ft3 .ft3Inner .descFoot .address {
        color: #FFF;
        font-size: 12px;
        margin-bottom: 5px;
        letter-spacing: 1px; }
      footer .ft3 .ft3Inner .descFoot .copyright {
        color: #c7cfd8;
        font-size: 12px; }
    footer .ft3 .ft3Inner .certificate {
      flex: 1;
      text-align: right; }
      footer .ft3 .ft3Inner .certificate img {
        width: 93px; }
  @media screen and (max-width: 767px) {
    footer .ft3 {
      padding: 0 10px;
      border-top: 0; }
      footer .ft3 .ft3Inner .certificate {
        display: none; } }
  @media screen and (max-width: 480px) {
    footer .ft3 {
      padding: 0; }
      footer .ft3 .ft3Inner {
        display: block;
        height: unset;
      padding: 0; }
        footer .ft3 .ft3Inner .logoFoot {
          margin-right: 0;
          text-align: center;
          padding: 17px 2rem 0; }
          footer .ft3 .ft3Inner .logoFoot a img {
            width: 93px; }
        footer .ft3 .ft3Inner .descFoot .title {
          text-align: center;
          font-size: 16px;
        width: 75%;
      display: block;
    margin: 0 auto 0.5rem; }
        footer .ft3 .ft3Inner .descFoot .address {
          text-align: center;
          font-size: 12px;
          margin-bottom: 20px;
        padding: 0 2rem; 
      line-height: 1.5; }
          footer .ft3 .ft3Inner .descFoot .address span {
            display: none; }
        footer .ft3 .ft3Inner .descFoot .copyright {
          text-align: center;
          background-color: #555555;
          color: #cacaca;
          font-size: 11px;
          padding: 14px 10px; } }
footer.ftSubPage {
  position: relative;
  margin-top: -150px; }
  @media screen and (max-width: 1024px) {
    footer.ftSubPage {
      margin-top: -120px; } }
footer .scrolltop {
  position: fixed;
  right: 30px;
  bottom: 30px; }
  @media screen and (max-width: 480px) {
    footer .scrolltop {
      right: 15px;
      bottom: 15px; }
      footer .scrolltop img {
        width: 40px; } }

/*  ..Sidebar.. */

.wa-sidebar__body,
.calender,
.subscription,
.category,
.sitemap_category,
.recententry,
.qrcode,
.profile,
.inquiry,
.counter,
.recententry_img,
.archives,
.comment,
.search,
.link,
.blog_entry,
.tag_cloud,
.ad,
.custom-ad img { 
    margin-bottom: 30px;
    background-color: #FFF;
}

.wa-sidebar__title,
.sidetitle{ 
    font-feature-settings: "palt";
    height: 34px;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    color: #333333;
    margin-bottom: 15px;
    padding: 0 0 0 55px;
    background-image: url(https://komaz.co.jp/blog/assets/bg-sidebar.png);
}

.side {
    padding: 0 10px
 }
 .ad{
/*    padding: 30px 0;*/
}
.ad .sidebody {
    margin: 20px 0;
}
.ad .sidetitle{
    padding: 0 45px;
 /*   padding: 10px 0;
    margin: -10px 0 0 0;*/
}
.search .side, .counter .side, .subscription .side,
.inquiry .side {
    margin-top: 15px;
}

.sidebody { 
    margin: 10px 0;
    line-height: 1.8;
    font-size: 14px;
    color: #525555;
 }
.sidebody a{
    line-height: 1;
    color: #333333;
    text-decoration: none;
    font-weight: normal;
}
.sidebody a:hover{
    color: #1B74F5;

}
.profile .side {
    padding: 0;
}
.profile .photo {
    width: 150px;
    height: 100px;
    overflow: hidden;
    margin: 0 auto 15px;
}
.profile .photo img {
    width: 150px;
}
.profile .nickname { 
    font-feature-settings: "palt";
    line-height: 1;
    margin: 0 0 10px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
/*    letter-spacing: 2px;*/
}
.profile .message{
    text-align: left;
    color: #333333;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 2px;
    width: 90%;
    margin: 15px auto 0;
    box-sizing: border-box;
    font-feature-settings: "palt";
    background-color: #f8f8f8;
    padding: 15px;
}
.profile span img {
    border-radius: 5px;
}
.search .sidebody {
    width: 100%;
}
.search .side {
    padding: 0;
}

/*.subscription .sidebody form, .search .sidebody {
    display: flex;
}*/
.search .input_general_box {
    border-radius: 0;
    width: 70.3% !important;
    border: 1px solid #999!important;
    padding: 14px 10px 16px !important;
    transition: all 0.35s ease 0s;
    outline: none!important;
    margin: 0 5px 0 0 !important;
    font-size: 14px!important;
}
.subscription .input_general_box {
    border-radius: 0;
    width: 63% !important;
    border: 1px solid #999!important;
    padding: 14px 10px 16px !important;
    transition: all 0.35s ease 0s;
    outline: none!important;
    margin: 0 5px 0 0 !important;
    font-size: 14px!important;
}
.search input.button,
.subscription input.button {
    margin: 0!important;
    height: inherit!important;
    line-height: inherit!important;
    font-size: 14px!important;
    font-weight: normal!important;
    border: none!important;
    background: linear-gradient(to bottom, #6080B2 50%, #4E6B8F 50%) !important;
    color: #fff!important;
    padding: 12.5px 20px;
    border-radius: 0 !important;
    letter-spacing: 0px;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    -webkit-appearance: normal;
    -moz-appearance: normal;
    appearance: normal;
    -webkit-appearance: none;
    outline: none;
}
input.button{
    cursor: pointer;
    margin: 0!important;
    height: inherit!important;
    line-height: inherit!important;
    font-size: 14px!important;
    font-weight: normal!important;
    border: none!important;
    background: linear-gradient(to bottom, #6080B2 50%, #4E6B8F 50%)!important;
    color: #fff!important;
    padding: 12px 20px;
    border-radius: 0px !important;
    letter-spacing: 0px;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    -webkit-appearance: normal;
    -moz-appearance: normal;
    appearance: normal;
    -webkit-appearance: none;
    outline: none;
}
input.button:hover{
    opacity: 0.8;
}
.blog_entry .sidebody div{
    padding: 10px 0 15px !important;
}
.blog_entry .sidebody { 
    line-height: 1.9;
 }
.category .sidetitle,
.archives .sidebosidetitledy,
.comment .sidetitle,
.recententry .sidetitle{
    margin-bottom: 5px;
}
.category .sidebody,
.archives .sidebody,
.comment .sidebody,
.recententry .sidebody{
    line-height: 2;
    border-bottom: 1px solid #173D83;
    padding: 0 0 0 15px;
    margin: 5px 0;
}
.category .side,
.archives .side,
.recententry .side,
.comment .side {
    padding: 0 15px !important;
}
.archives select{
    width: 100%;
    height: 40px;
    margin-top: 20px;
    padding: 10px;
}
.recententry_img .side .sidebody {
    line-height: 1;
    margin: 0 0 8px;
    display: block;
}
.recententry_img .side .sidebody .text-aside a{
    font-weight: normal;
}
/*.recententry_img .side .sidebody:visited .text-aside a,
.recententry_img .side .sidebody:link .text-aside a{
    color: #597031;
}*/
.recententry_img .side .sidebody .text-aside a:hover{
    opacity: 0.6;

}

.recententry_img .text-aside {
    line-height: 1.6;
    width: 66% !important;
    max-height: inherit!important;
    overflow: hidden;
}
.recententry_img .image-aside img {
    width: 100%;
    border-radius: 0;
}
.recententry_img .image-aside {
    text-align: center;
    float: left;
    margin: 0 2% 0 0;
    display: block;
    width: 100%;
    overflow: hidden;
    max-height: 70px;
    max-width: 95px;
}

#album-link img{
    vertical-align: middle;
}
#album-link {
    font-weight: normal !important;
    background: linear-gradient(to bottom, #6080B2 50%, #4E6B8F 50%) !important;
    border-radius: 0px;
    text-align: center;
    border: none!important;
    padding: 17.5px 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    width: 96%;
    margin-right: 0;
    margin-left: 0;
}
/***** Calendar ******/

.calendarhead { 
    line-height: 25px;
    text-align: left;
    height: 34px;
    font-size: 18px;
    box-sizing: border-box;
    color: #373A3C;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0px 55px;
    background-image: url(https://komaz.co.jp/blog/assets/bg-sidebar.png);
}
.calendarhead a{ 
    color: #373A3C !important;
    text-decoration: underline;
}
.calendarhead a:hover{ 
    opacity: 0.6; 
    text-decoration: underline !important;   
}
.calendartable {
    width: 100%;
/*    padding: 5px  20px;*/
}
.calendard {
    text-align: center;
    color: #666;
    padding: 3px 0;
    width: 20px;
    height: 25px;
    font-size: 14px;
}
.calendard a {
    border-radius: 0px;
    color: #FFF !important;
    display: block;
    line-height: 31px;
    border: 1px solid #315BA7;
    box-sizing: border-box;
    text-decoration: none;
    background: linear-gradient(to bottom, #6080B2 50%, #4E6B8F 50%);
}
.calendard:hover a{ 
    opacity: 0.8; 
}
.calendarwd{
    background: #cfcfcf;
    color: #373A3C;
    text-align: center;
    padding: 7px 0;
}
.calendarwd.sun { 
    color: red;
}
.calendard.sun {
    color: red;
}
.qrcode .sidetitle {
    margin-bottom: 5px;
}
.rss {
    text-align: center;
    margin: 0 auto 35px;
    display: table;
}

ul.rss{
    margin: 0 auto 10px;
}
.rss li a{ 
    font-weight: normal;
    color: #fff; 
    text-decoration: none;
}
.rss li:hover { 
     opacity: 0.8;
}
.rss li:hover a {
}
.rss li { 
    margin: 2.5px;
    display: inline-block;
    cursor:pointer;
    border-radius: 0px;
    padding: 18px 15px;
    font-size: 14px;    
    background: linear-gradient(to bottom, #6080B2 50%, #4E6B8F 50%);
    letter-spacing: 1px;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    -webkit-appearance: normal;
    -moz-appearance: normal;
    appearance: normal;
    -webkit-appearance: none;
    outline: none; 
}
a:hover #album-link{
    opacity: 0.8 !important;
}
#album-link :hover {
    text-decoration: none !important;
}
.tag_cloud .sidebody span {
    font-size: 100% !important;
    font-weight: normal !important;
}
/*END SIDEBAR*/

/*RETURNTOP*/
#return-top {
    position: fixed;
    right: 40px;
    bottom: 254px;
    z-index: 99;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
#return-top a {
    font-size: 26px;
    line-height: 78px;
    color: #FFF;
    text-align: center;
    position: relative;
    display: block;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    text-decoration: none;
    background-color: #003399;
}
#return-top a:hover {
    background: #93B1DD;
}

/*== Entry Article ===*/

.entry-wrap{
}

.entry-wrap .entry-content {
    line-height: 23px;
    margin: 0 0 30px;
    font-size: 14px;
}
.entry-wrap .entry-content a{
    color: #333333;
    font-weight: normal;
}
.entry-wrap .entry-content a:hover{
    color: #1B74F5;
}
.entry-wrap .title-blog{
    line-height: 1.5;
    font-size: 24px;
    padding-bottom: 5px;
    border-bottom: 2px solid #173D83;
    margin-bottom: 10px;
    color: #333333;
    font-feature-settings: "palt";
    letter-spacing: 2px;
    font-weight: bold;
}
.entry-wrap .date-blog{
    color: #333333;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 30px;
}
.entry-wrap .entry-content img{
    max-width: 100%;
}
.entry-category{
    margin: 0 5px;
}
.entry-category a{
    color: #333333;
    border-right: 1px solid #cfcfcf;
    padding: 0 5px;
}
.entry-category a:last-child{
    border:none;
}
.entry-wrap .entry-text img{
    max-width: 100%;
    margin: 1rem 0;
}
.entry-wrap .entry-text {
    line-height: 1.5;
}
.entry-wrap .entry-text {
    line-height: 2;
}
.set-relevance { 
    margin-bottom: 10px !important;
    display: inline-block; 
    font-size: 14px;
    width: 100%;
}
.set-relevance a{ 
    margin-right: 5px;
    font-size: 14px;
    line-height: 1.4;
}
.set-relevance a:link,
.set-relevance a:visited{
    color: #333;
    font-weight: normal;
}
.set-relevance a:hover{ 
    color: #1B74F5;
}
.category-bar{ 
    background-color: #FFF !important;
    line-height: 30px;
    padding-top: 2px !important;
    padding-bottom: 0px !important;
    padding-left: 55px !important;
    clear: both;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold !important;
    font-size: 18px !important;
    margin-right: 3px;
    margin-left: 3px;
    border: 1px solid #FFFFFF;
     background-image: url(https://komaz.co.jp/blog/assets/bg-title.png);
    color: #333 !important;
}
.category-bar a:visited {
    color: #333 !important;
    text-decoration: none;
}
.category-bar a:link {
    color: #333 !important;
    text-decoration: underline;
}
.category-bar a{
    color: blue;
}

.image-relevance{
    width: 40% !important;
    margin: 0 2% !important;
}
.text-relevance {

}
/* Comment */
.comment-form{
    width: 100%; 
    box-sizing: 
    border-box;}
.comment-form td{ 

}
.comment-form .label{ 
    font-size: 12px; 
    width: 65px; 
}
.comment-form .label.colm{ 
    display: block; 
    padding-top: 10px 
}
.comment-form input[ name="keystring"]{ 
    width: 150px;  
} 
.comment-form input[ style="display:none"]{ 
    display: block !important;  
}
.comment-form input, .comment-form textarea{ 
    border: 1px solid #FDDF45 !important;
    width: 100%;
    background-color: #EAEAEA; 
    margin: 0 0 10px;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 5px;
    height: 30px;
    color: #666666;
    box-sizing: border-box;
}
.comment-form textarea{
    border: 1px solid #FDDF45;
    box-sizing: border-box;
    padding: 5px 10px; 
    height: 115px;
    outline: none;
    transition: all 0.35s ease 0s;
    overflow: hidden; 
}
input.comments-btn{ 
    border: 0;
    cursor: pointer;
    font-size: 14px;
    margin: 10px 0;
    letter-spacing: 1px;
    width: 68px;
    height: 50px;
    border-radius: 0px !important;
    background: linear-gradient(to bottom, #6080B2 50%, #4E6B8F 50%);
    color: #FFF;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}
input.comments-btn:hover{
    opacity: 0.8;
}
.comment-input{
    font-size: 12px;
}
.comment-author span{ 
    font-size: 10px; 
    color: #AAAAAA;
}
.comment-author h5{ 
    color: #666666; 
    font-weight: normal; 
}
.comment-count{ 
    width: 100%;
    margin-bottom: 40px; 
}
.comment-head { 
    padding: 0 0 0 55px;
    color: #333;
    line-height: 25px;
    background-image: url(https://komaz.co.jp/blog/assets/bg-title.png);
    margin: 20px 0 0;
    font-size: 18px;
    height: 34px;
    font-weight: bold;
}
.comment-body{ 
    line-height: 20px;
    font-size: 12px; 
    color: #333333; 
}
.comment-post{ 
    text-align: right; 
    font-size: 10px; 
}
.comment-style{ 
    background-color: #FFF; 
    padding: 10px; 
    margin: 10px 0; 
    border: 1px solid #cfcfcf;
}
span.comments-body{
    border: 1px solid #cfcfcf;
    width: 100%;
    background-color: #fff; 
    margin: 0 0 10px;       
    font-size: 12px;
    border-radius: 0px;
    padding: 6px 15px;
    display: inline-block;
    color: #525555;
    box-sizing: border-box;
}
textarea#text{
    box-sizing: border-box;
    height: 115px !important;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(225, 225, 225);
    border-image: initial;
    padding: 5px 10px;
    outline: none;
    transition: all 0.35s ease 0s;
    overflow: hidden;
    border: 1px solid #cfcfcf !important;
    width: 100%;
    background-color: #fff;
    margin: 0 0 10px;
    font-size: 12px;
    border-radius: 0;
    height: 30px;
    color: #525555;
}
input#url, input#author{
    border: 1px solid #cfcfcf !important;
    width: 100%;
    background-color: #ffffff;
    margin: 0 0 10px;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 0;
    height: 30px;
    color: #525555;
    box-sizing: border-box;

}
.comments-body{
    line-height: 1.5;
    color: #666666;
    font-size: 12px;
}
.form td label{
    font-size: 12px;
}

/*Custom Plugin*/
.adv-sec {
    margin-bottom: 30px;
}
.adv-sec .adv-title {
    font-feature-settings: "palt";
    height: 34px;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    color: #333333;
    margin-bottom: 15px;
    padding: 0 0 0 55px;
    background-image: url(https://komaz.co.jp/blog/assets/bg-sidebar.png);
}
.adv-sec .adv-side {
    text-align: center;
}
.adv-sec .adv-side img {
    margin-bottom: 15px;
}

.entryCustom .banner {
    width: 100%;
}
.entryCustom .titleBanner {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin: 20px 0;
}
.entryCustom .overview {
    margin-bottom: 30px;
}
.entryCustom .overview h4 {
    background: linear-gradient(to bottom, #2A5BA6 50%, #173D82 50%);
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: normal;
    color: #FFF;
    padding: 7px 10px;
}
.entryCustom .overview div {
    background-color: #f8f8f8;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 15px;
    color: #333333;
    letter-spacing: 0.3px;
}
.entryCustom .desc {
    position: relative;
}
.entryCustom .desc .image {
    position: absolute;
    top: 0;
    right: 0;
}
.entryCustom .desc .text {
    margin-bottom: 30px;
}
.entryCustom .desc .text .title {
    font-size: 24px;
    color: #2a5ba6;
    margin-bottom: 10px;
}
.entryCustom .desc .text .info {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
}

.interviewLower .banner {
    margin-bottom: 50px;
}
.interviewLower .heading {
    max-width: 480px;
    width: 100%;
    margin: auto;
    margin-bottom: 35px;
}
.interviewLower .heading h2 {
    font-size: 24px;
    font-weight: bold;
    color: #222222;
    line-height: 30px;
    margin-bottom: 20px;
}
.interviewLower .heading .headDesc {
    display: flex;
}
.interviewLower .heading .headDesc .date {
    font-size: 14px;
    margin-right: 20px;
    letter-spacing: 1.5px;
}
.interviewLower .heading .headDesc .nameJapan {
    font-size: 24px;
}
.interviewLower .heading .headDesc .name {
    flex: 1;
    font-size: 13px;
    color: #0096df;
    font-weight: 900;
    text-align: right;
    font-family: 'Roboto', sans-serif;
}
.interviewLower .questionBox .box .headline {
    background-color: #2a5ba6;
    font-size: 14px;
    color: #FFF;
    padding: 5px 10px;
    margin-bottom: 15px;
}
.interviewLower .questionBox .box .desc h2 {
    color: #2a5ba6;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}
.interviewLower .questionBox .box .desc p {
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
}
.interviewLower .questionBox .box img {
    margin-bottom: 53px;
}




.interviewSales .banner {
    margin-bottom: 50px;
}
.interviewSales .heading {
    text-align: center;
    width: 100%;
    margin: auto;
    margin-bottom: 35px;
}
.interviewSales .heading h2 {
    width: 295px;
    margin: auto;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    color: #222222;
    line-height: 30px;
    margin-bottom: 20px;
}
.interviewSales .heading .headDesc {
    display: block;
}
.interviewSales .heading .headDesc .date {
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
    letter-spacing: 1.5px;
}
.interviewSales .heading .headDesc .nameJapan {
    font-size: 24px;
    display: inline-block;
    margin-right: 15px;
}
.interviewSales .heading .headDesc .name {
    display: inline-block;
    flex: 1;
    font-size: 13px;
    color: #0096df;
    font-weight: 900;
    text-align: right;
    font-family: 'Roboto', sans-serif;
}
.interviewSales .questionBox .box .headline {
    background-color: #2a5ba6;
    font-size: 14px;
    color: #FFF;
    padding: 5px 10px;
    margin-bottom: 15px;
}
.interviewSales .questionBox .box .desc h2 {
    color: #2a5ba6;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}
.interviewSales .questionBox .box .desc p {
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
}
.interviewSales .questionBox .box .desc p .img-left {
    float: left;
    margin-right: 20px;
}
.interviewSales .questionBox .box .desc p .img-right {
    float: right;
    margin-left: 20px;
    position: relative;
    top: -30px;
}

.sitemap table {
  width: 100%;
  margin-bottom: 50px;
}
.sitemap table tbody tr th {
  background: linear-gradient(to bottom, #2A5BA6 50%, #173D82 50%);
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: normal;
    color: #FFF;
    padding: 7px 10px;
    text-align: left;
}
.sitemap table tbody tr th:first-child {
  width: 30%;
}
.sitemap table tbody tr th a {
  color: #FFFFFF !important;
}
.sitemap table tbody tr th a i {
  font-size: 20px;
  margin-right: 10px;
}
.sitemap table tbody tr th a:hover {
  opacity: 0.7;
}
.sitemap table tbody tr td {
  padding: 10px 15px;
  background-color: #F4f4f4;
}
.sitemap table tbody tr td ul {
  width: 70%;
  margin-left: auto;
}
.sitemap table tbody tr td li a {
  font-size: 14px;
}
.sitemap table tbody tr td li a i {
  margin-right: 10px;
  font-size: 18px;
}

.ISO {
  letter-spacing: 1px;
}
.ISO p.firstText {
  margin-bottom: 30px;
}
.ISO .item h2 {
  background: linear-gradient(to bottom, #2A5BA6 50%, #173D82 50%);
  font-size: 16px;
  color: #FFF;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.ISO .item h1 {
  margin-top: 10px;
  text-align: center;
  font-size: 24px;
  margin: 15px 0 30px;
  color: #2a5ba6;
  font-weight: normal;
}
.ISO .itemList h2 {
  background: linear-gradient(to bottom, #2A5BA6 50%, #173D82 50%);
  font-size: 16px;
  color: #FFF;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.ISO .itemList ul {
  margin-left: 20px;
}
.ISO .itemList ul li {
  list-style-type: disc;
  line-height: 2;
}
.ISO .itemList ul li p {
  margin-left: 0;
}
.ISO .itemList ul li ul {
  margin-left: 20px;
}
.ISO .itemList ul li ul li {
  list-style-type: decimal;
}

.policy .firstRow p {
  margin-bottom: 20px;
}
.policy .firstRow p span {
  display: block;
}
.policy .firstRow table {
  margin-bottom: 20px;
}
.policy .firstRow table tr td {
  vertical-align: top;
}
.policy .firstRow ul {
  padding-left: 20px;
  margin-bottom: 50px;
}
.policy .firstRow ul li {
  list-style-type: decimal;
}
.policy .secondRow .item {
  margin-bottom: 50px;
}
.policy .secondRow .item .heading {
  background: linear-gradient(to bottom, #2A5BA6 50%, #173D82 50%);
  font-size: 16px;
  color: #FFF;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.policy .secondRow .item ul { 
 margin: 0;
}
.policy .secondRow .item p {
  margin-bottom: 20px;
}
.policy .secondRow .item table {
  margin-bottom: 20px;
}
.policy .secondRow .item table tr td {
  vertical-align: top;
}


@media screen and (max-width: 900px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .main-visual .container {
    width: 100%;
    padding: 0;
  }
  main .container {
    width: 100%;
    padding: 0 15px;
  }
  .sideContent {
    width: 600px;
    margin: auto;
    margin-bottom: 3rem;
    float: unset;
  }
}

@media screen and (max-width: 767px) {
  .sideContent {
    width: 100%;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 2.5px !important;
  border: 0 !important;
  padding: 0 !important;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  font-size: 14px;
}
.wp-pagenavi span {
  padding: 0 !important;
}
.wp-pagenavi span.pages {
  border: 0 !important;
  margin-right: 1.25rem !important;
  padding: 0 !important;
  width: auto;
  height: auto;
}
.wp-pagenavi span.current {
  background-color: #cdcdcd;
}
.wp-pagenavi a:hover {
  background-color: #2A5BA6;
  color: #FFF;
}
.wp-pagenavi span.extend {
  width: 18px;
  height: 18px;
}
.wp-pagenavi a.last {
  width: auto;
  height: auto;
  padding: 0.25rem 0.75rem !important;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    flex-wrap: wrap;
  }
}

.post-views {
  margin: 2.5rem 0 0;
  background-color: #EEE;
  padding: 1rem;
}