.top-image img {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #39b3a4;
    padding-bottom: 0px;
}
@media only screen and (min-width: 768px) {
.top-image img {
        width: 100%;
        margin-bottom: 0px;
        border: 1px solid #bf6ca7;
        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;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin-top: 30px;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
}
.item {
  border-radius: 10px;
  background: #f1f1f1;
  padding: 15px;
  text-align: center;
}

.item ul {
             text-align: left;
             line-height: 25px;
             font-size: 14px;
             border-left:5px solid #ccc;
             padding-left: 10px;
             margin-top: 5px;
    }
    
.item ul li{ 
             list-style: none;
             margin-left: 0px;
             }
.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) {               
.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-b {
    border: 2px solid #0080cb;
    padding:20px;
    background-color: #d3edfb;
    margin: 40px 0;
    width: auto;
    border-radius:5px;
}
@media screen and (max-width: 768px){   
.line-blue-b {
    border: 2px solid #0080cb;
    padding:10px 10px  0 10px;
    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: 2em auto;
    max-width: 960px;
    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%;
    background: #ffffff;
}

@media all and (min-width: 768px) {
    .card-list {
        margin: 0.5em 0;
        width: calc(96% / 2);
    }
}

@media all and (min-width: 992px) {
    .card-list {
        width: calc(96% / 3);
    }
    
    #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;
                } 
                }
