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

吹き出し

-------------------------------- */
.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: 20px;
  border-radius: 10px;
  font-size: 110%;
  font-weight: 600;
  line-height: 23px;
  color: #069;
}
@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: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: #c5dfbc;
  padding: 20px;
  border-radius: 10px;
  font-size: 110%;
  font-weight: 600;
  line-height: 23px;
  color: #225b30;
}
@media only screen and (min-width: 768px) {
.kaiwa-text-right {
  display: inline-block;
  text-align: left;
  background-color: #c5dfbc;
  padding: 20px;
  border-radius: 10px;
  font-size: 130%;
  font-weight: 600;
  color: #225b30;
  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 #c5dfbc;
  top: 30px;
  right: -13px;
}

.blue-text{
            color: #069;
            font-size: 150%;
            font-weight: 600;
            }
/*CIA-table*/

.table00{
    width:100%;
    table-layout:fixed;
    margin: 0;
}

.table00 td{
          border:0px!important;
          }
          
.table00 td:nth-child(1){
         width: 35%;
         vertical-align: middle;
         padding-left: 0px!important;
           }
           
.table00 td:nth-child(2){
         padding-right: 0px!important;
         width: 20%;
           }
           
.table00 td:nth-child(3){
         padding-right: 0px!important;
           }
@media only screen and (min-width: 768px) {
.table00 td{
          border:0px!important;
          }
.table00 td:nth-child(1){
         width: 25%;
         vertical-align: middle;
           }
.table00 td:nth-child(2){
         width: 15%;
         vertical-align: middle;
           }
           }
/*table*/   
.table01 th{
     background: linear-gradient(135deg, #007ac5, #1a1e80);
     font-weight: 600;
     font-size: 14px;
     color: #ffffff;
     text-align: center;
     padding:3px;
     vertical-align: middle;
     }
.table01 img{
              width: 50%;
              margin-bottom: 0px;
              }
.table01 th:nth-child(2){
         width: 25%;
         background: #606060;
         vertical-align: middle;
           }
.table01 th:nth-child(3){
     background: linear-gradient(135deg, #00a13d, #225e31);
     }

#article .table-left{
    background: #ccc!important;
    text-align: center;
    font-weight: 600!important;
    color: #595757;
    border-bottom:1px solid #ffffff!important;
    vertical-align: middle;
    text-align: center;
}
#article .table01 td{
             font-weight: 400;
             border-bottom: 1px solid #ccc;
             text-align: center;
             }
@media only screen and (min-width: 768px) {
.table01 {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 15px;
}
.table01 th{
     background: linear-gradient(135deg, #007ac5, #1a1e80);
     font-weight: 600;
     font-size: 16px;
     color: #ffffff;
     text-align: center;
     padding: 10px;
     }

#article .table01 td{
             font-weight: 500;
             border-bottom: 1px solid #ccc;
             text-align: center;
             }

#article .table-left{
    background: #ccc!important;
    text-align: center;
    font-weight: 600!important;
    color: #595757;
    border-bottom:1px solid #ffffff!important;
    vertical-align: middle;
    text-align: center;
}

.table01 th:nth-child(2){
     width: 20%;
     background: #606060;
     font-weight: 600;
     font-size: 16px;
     color: #ffffff;
     text-align: center;
     }
.table01 th:nth-child(3){
     background: linear-gradient(135deg, #00a13d, #225e31);
     font-weight: 600;
     font-size: 16px;
     color: #ffffff;
     text-align: center;
     }
           }

.cd-fixed-bg-2 h3 {
    font-size: 18px;
    margin: 20px 0px 0px 0px;
    line-height: 23px;
    text-align: left;
    border-bottom: 1px dotted #595757;
    color: #595757;
    border-top:1px dotted #595757;
    background: #e6e6e6;
    padding: 15px;
}
@media only screen and (min-width: 768px) {
.cd-fixed-bg-2 h3 {
        font-size: 20px;
        line-height: 25px;
        text-align: left;
        color: #595757;
        font-weight: 700;
        margin-left: 0px;
        margin-top: 20px;
        border-bottom: 1px dotted #595757;
        border-top:1px dotted #595757;
        background: #e6e6e6;
        padding: 20px;
    }
    }

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

#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: 18px;
    line-height: 27px;
    margin-bottom: 20px;
}
}

/* -------------------------------- 
インデント
-------------------------------- */
.indent-1 {
	padding-left:1em;
	text-indent:-1em;
	font-size: 12px;
	text-align: left;
	margin-top: 0px;
}
@media only screen and (min-width: 768px) {
.indent-1 {
	padding-left:1em;
	text-indent:-1em;
	font-size: 14px;
	text-align: left;
	margin-top: 0px;
}
.indent-1 a:hover{
             text-decoration: underline;
             }
}

/* -------------------------------- 
参考
-------------------------------- */
.hosoku {
    border: 1px solid #ccc;
    background-color: #ffffff;
    margin: 40px 0;
    width: auto;
    padding: 10px;
    text-align: left;
    font-size: 14px;
    }
.hosoku a:hover{
          text-decoration: underline;
          }

.hosoku a {
              word-break:break-all !important;
              }
@media only screen and (min-width: 768px) {
.hosoku {
    border: 1px solid #ccc;
    background-color: #ffffff;
    margin: 40px 0;
    width: auto;
    padding: 20px;
    text-align: left;
    font-size: 16px;
    }
.hosoku-text{
              word-break:break-all !important;
              }
              }
.mgt30{ margin-top: 30px;}

#article .line-blue ul li {
    text-align: left;
    margin-bottom: 10px;
    line-height: 23px;
}
@media only screen and (min-width: 768px) {
#article .line-blue ul li {
    text-align: left;
    margin-bottom: 10px;
    line-height: 25px;
    margin-left: 20px;
}
#article .line-gray ul li {
    text-align: left;
    margin-bottom: 10px;
    line-height: 25px;
    margin-left: 20px;
}
#article .line-gray ul li {
    text-align: left;
    margin-bottom: 10px;
    line-height: 25px;
    margin-left: 20px;
}
}
.line-gray {
    border: 1px solid #888888;
    padding: 20px;
    background-color: #f1f1f1;
    margin: 40px 0;
    width: auto;
    font-weight: bold;
}

.flex-product .item2  a:hover{
   text-decoration:underline;
   }
.flex-container {
    justify-content: center;
    align-items: center;
}

.line-blue {
    border: 1px solid #ccc;
    padding:20px;
    background-color: #f0f8ff;
    margin: 40px 0;
    width: auto;
    font-weight:600;
}
@media only screen and (min-width: 768px) {
.line-blue {
    border: 1px solid #ccc;
    padding:30px;
    background-color: #f0f8ff;
    margin: 40px 0;
    width: auto;
    font-weight: bold;
}
.line-blue ul{
       font-weight: 600;
       }
}
