.top-image img {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #6aba7b;
    padding-bottom: 0px;
}
@media only screen and (min-width: 768px) {
.top-image img {
        width: 100%;
        margin-bottom: 0px;
        border: 1px solid #6aba7b;
        padding-bottom: 0px;
    }
}

/* -------------------------------- 

吹き出し

-------------------------------- */
.kaiwa-img-left {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: right;
  padding-top: 14px;
}

@media only screen and (min-width: 768px) {
.kaiwa-img-left {
  width: 10%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: right;
  padding-top: 14px;
}
}

.kaiwa-img-left img {
  width: 100%;
  max-width: 75px!important;
}

.kaiwa-name-left {
  font-size:14px;
  position: relative;
  width: 72%;
  display: inline-block;
  vertical-align: top;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
}
.kaiwa-text-left {
  display: inline-block;
  background-color: #e0edff;
  padding: 10px;
  border-radius: 10px;
  font-size: 110%;
  font-weight: 600;
  line-height: 23px;
  color: #069;
}
.kaiwa-text-left a {
color: #3780a4;
}
@media only screen and (min-width: 768px) {
.kaiwa-text-left {
  display: inline-block;
  background-color: #e0edff;
  padding: 20px;
  border-radius: 10px;
  font-size: 130%;
  font-weight: 600;
  line-height: 25px;
  color: #069;
}
.kaiwa-text-left a {
color: #209fdf;
}
.kaiwa-text-left a:hover {
text-decoration: underline;
color: #209fdf;
}
}
.kaiwa-text-left:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 15px 7px 0;
  border-color: transparent #e0edff transparent transparent;
  top: 30px;
  left: -13px;
}

.kaiwa-name-right {
  font-size: 14px;
  position: relative;
  width: 73%;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
  margin-left: 2%;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: right;
}
@media only screen and (min-width: 768px) {
.kaiwa-img-right {
  width: 10%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding-top: 14px;
  text-align: left;
}
}
.kaiwa-img-right {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding-top: 14px;
  text-align: left;
}

.kaiwa-img-right img {
  width: 100%;
  max-width: 75px!important;
}

.kaiwa-img-right p {
  text-align: left;
  padding: 0px;
  margin: 0px;
}
.kaiwa-text-right {
  display: inline-block;
  text-align: left;
  background-color: #fadce9;
  padding: 10px;
  border-radius: 10px;
  font-size: 110%;
  font-weight: 600;
  line-height: 23px;
  color: #d22488;
}
@media only screen and (min-width: 768px) {
.kaiwa-text-right {
  display: inline-block;
  text-align: right;
  background-color: #fadce9;
  padding: 20px;
  border-radius: 10px;
  font-size: 130%;
  font-weight: 600;
  color: #d22488;
  line-height: 25px;
}
}

.kaiwa-text-right:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 15px;
  border-color: transparent transparent transparent #fadce9;
  top: 30px;
  right: -13px;
}

/* -------------------------------- */
.kaizen-inner{
               margin-left: 10px;
               }
.kaizen{
         background-color: #00479d;
         border-radius:20px;
         padding: 3px;
         margin:10px 0;
         color: #ffffff;
         list-style: none!important;
         max-width: 120px;
         font-size: 18px;
         }
@media screen and (max-width: 420px) {
.kaizen{
         background-color: #00479d;
         border-radius:20px;
         padding: 3px;
         margin:10px 0;
         color: #ffffff;
         list-style: none!important;
         max-width: 120px;
         font-size: 16px;
         }
         }

/* -------------------------------- */
#download img{
               border:1px solid #595757;
               padding-bottom: 0px;
               }
#download .column-2 {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-right: 10px;
    margin-bottom: 40px;
    margin-left: 10px;
}

/* -------------------------------- 

カラム

-------------------------------- */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: center;
  justify-content: center;
  gap:10px;
}
.item {
  border-radius: 10px;
  padding: 15px;
  text-align: center;
}

.line-blue-b ul {
             text-align: left;
             line-height: 25px;
             font-size: 14px;
             padding-left: 10px;
             margin-top: 5px;
    }
    
.line-blue-b ul li{ 
             margin-left: 30px!important;
             }
.bold-text-left{
         text-align: left;
         font-size: 16px;
         font-weight: 600;
         border-left:5px solid #ccc;
         padding-left: 10px;
         margin:0 0 20px 0;
         }
@media only screen and (min-width: 768px) {
.grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: center;
  justify-content: center;
}
}
/*Niagara部長*/
.line-blue-a .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: center;
  justify-content: center;
  gap:10px;
}
@media only screen and (min-width: 400px) {
.line-blue-a .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  align-items: center;
  justify-content: center;
}
}           
.bold-text-left{
         text-align: left;
         font-size: 20px;
         font-weight: 600;
         border-left:5px solid #ccc;
         padding-left: 10px;
         margin:30px 30px 30px 0;
         }
         }
.title-underline{
         font-weight: 600;
         font-size: 23px;
         border-bottom: 3px dotted #ccc;
         margin-bottom: 30px;
         padding-bottom: 5px;
         }
#article .text-bold-c {
    font-weight: 600;
    text-align: center;
    font-size: 100%;
    line-height: 27px;
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
#article .text-bold-c {
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
}
}

.flex-container{
  justify-content: center;
  align-items: center;
}
#download img{
               max-width: 210px;
               }

@media screen and (min-width: 768px){   
  .pc-img { display:block; }
  .sp-img { display:none; }
}
@media screen and (max-width: 768px){   
  .pc-img { display:none; }
  .sp-img { display:block; }
}

.line-blue ul li{
                  line-height: 27px!important;
                  }
.contact-img{
             width: 60%;
             margin: 0 auto;
             text-align: center;
             }
             
.line-blue-a {
    border: 2px solid #0080cb;
    padding:20px 40px 0px 20px;
    background-color: #d3edfb;
    margin: 20px 0;
    width: auto;
    border-radius:5px;
    position:  relative;
}
@media screen and (max-width: 768px){   
.line-blue-a {
    border: 2px solid #0080cb;
    padding:20px 20px  0 20px;
    background-color: #d3edfb;
    margin: 15px 0;
    width: auto;
    border-radius:5px;
}
}
            
.line-blue-b {
    border: 2px solid #0080cb;
    padding:20px;
    background-color: #d3edfb;
    margin: 20px 0;
    width: auto;
    border-radius:5px;
    min-height: 600px;
    position:  relative; 
}
@media screen and (max-width: 768px){   
.line-blue-b {
    border: 2px solid #0080cb;
    padding:20px 20px  0 20px;
    background-color: #d3edfb;
    margin: 15px 0;
    width: auto;
    border-radius:5px;
}
}
.line-blue p{
    text-align: center!important;
    font-weight: 600;
    }
.line-blue span{
    background: #e68e21;
    padding: 5px;
    color: #ffffff;
    }
/*3カラム*/
#cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 1em auto;
    max-width: 660px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

#cardlayout-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
}

.card-figure {
    margin: 0;
    padding: 0;
}
.card-title-b {
    margin: 10px;
    color: #0080cb;
    text-align: center;
    font-size: 130%;
    font-weight: 600;
}
@media all and (min-width: 768px) {
.card-title-b {
    margin: 10px;
    color: #0080cb;
    text-align: center;
    font-size: 1.6em;
    font-weight: 600;
}
}

.card-text-tax {
    margin: 0;
    padding: 0 10px;
    color: #818181;
    text-align: center!important;
}

.card-list {
    margin: 0.5em auto;
    padding: 0;
    width: 96%;
}

@media all and (min-width: 400px) {
    .card-list {
        margin: 0.5em 0;
        width: calc(90% / 2);
        font-weight: 600;
    }
}

@media all and (min-width: 440px) {
    .card-list {
        width: calc(96% / 3);
        font-weight: 600;
    }
    
    #cardlayout-wrap::after{
        content: "";
        display: block;
        width: calc(96% / 3);
        
    }
}
.indent-r {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 12px;
    text-align: right;
}
@media all and (min-width: 768px) {
.indent-r {
        padding-left: 1em;
        text-indent: -1em;
        font-size: 12px;
        text-align: right;
    }
}
.card-subtitle{
                font-size: 100%;
                font-weight: 600;
                text-align: center;
                line-height: 25px;
                } 
      
@media all and (min-width: 768px) {
.card-subtitle{
                font-size: 20px;
                font-weight: 600;
                text-align: center;
                line-height: 25px;
                } 
                }
.line-green-b {
    border:double 7px #ffffff;
    padding:20px;
    margin: 40px 0;
    width: auto;
    border-radius:5px;
    font-weight: 600;
    background: #1c5e31;
}
.line-green-b ul li{
                     font-size: 20px!important;
                     line-height: 30px!important;
                     color: #ffffff;
                     }
                     
@media screen and (min-width: 768px){   
.line-green-b {
    border: double 7px #ffffff;
    padding:20px;
    margin: 50px 0;
    width: auto;
    border-radius:5px;
    background: #1c5e31;
}
.line-green-b ul li{
                     font-size: 22px!important;
                     line-height: 40px!important;
                     }
                     }

#article .table01 {
    width: auto!important;
    height: auto;
    font-size: 1.4rem;
    margin: 0 auto;
    table-layout: fixed;
    margin-bottom: 50px;
}
.table01 th {
    font-weight: 600;
    text-align: center;
    border-top: 1px solid #ccc;
    line-height: 20px;
    padding: 5px;
    font-size: 15px;
    vertical-align: middle;
    }
@media screen and (min-width: 768px){ 
.table01 th {
    font-weight: 600;
    text-align: center;
    border-top: 1px solid #ccc;
    line-height: 20px;
    padding: 20px;
    font-size: 18px;
    }
    }
.table01 td{
              text-align: center!important;
              border-bottom: 1px solid #ccc;
              }
.bg-green{
           background: #6bbb7b;
           color: #ffffff;
           text-align: center;
           font-weight: 600;
           }
#article .table01 img{
                        width: 100%;
                        vertical-align: middle;
                        }
@media screen and (min-width: 440px){  
#article .table01 {
    width: 100%!important;
    height: auto;
    font-size: 1.4rem;
    margin: 0 auto;
    table-layout: fixed;
    margin-bottom: 50px;
}
#article .table01 img{
                        width: 70%;
                        vertical-align: middle;
                        }
}
.chara-title{
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        color: #595757;
        font-weight: 700;
        margin-left: 0px;
        margin-top: 0px;
        border-bottom: 1px dotted #595757;
        padding-bottom: 10px;
    }
@media screen and (min-width: 768px){ 
.chara-title{
        font-size: 20px;
        line-height: 25px;
        text-align: center;
        color: #595757;
        font-weight: 700;
        margin-left: 0px;
        margin-top: 0px;
        border-bottom: 1px dotted #595757;
        padding-bottom: 10px;
    }
    }
.line-blue-a img{
              width: 80%;
              margin-bottom: 10px;
              } 
.line-blue-b img{
              width: 80%;
              margin-bottom: 10px;
              }
.ribbon {  
  display: inline-block;
  position: absolute; 
  right: 30px;
  top: -6px;
  right: 10px;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  width: 40px;
  text-align: center;
  color: white;
  font-size: 17px;
  background: linear-gradient(#3fb8a9 0%, #3aa394 100%);
  border-radius: 2px 0 0 0;
  font-family: "sicprintempspetit", sans-serif;
  }
.img-box {
  position: relative;
  text-align: center;
}
.img-box .active {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  opacity: 0;
  transition: 0.5s; // ゆっくり
  text-align: center;
  margin: 0 auto;
}
.img-box:hover .active {
  opacity: 1;
}
