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

カラム

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

#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;
    font-weight: 400;
}
#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;
}
/*table*/   
.table01 th{
     background: linear-gradient(135deg, #007ac5, #1a1e80);
     font-weight: 600;
     font-size: 14px;
     color: #ffffff;
     text-align: center;
     padding:3px;
     width: 50%;
     }
.table01 th:nth-child(1){
         width: 20%;
           }

#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: left;
             }
@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;
     }

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

#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(1){
         width: 35%;
           }
           }
.line-blue {
    border: 1px solid #ccc;
    padding:20px;
    background-color: #f0f8ff;
    margin: 40px 0;
    width: auto;
    font-weight: bold;
}
@media only screen and (min-width: 768px) {
.line-blue {
    border: 1px solid #ccc;
    padding:0px 30px 60px 30px;
    background-color: #f0f8ff;
    margin: 40px 0;
    width: auto;
    font-weight: bold;
}
}

.blue-text{
            font-weight: 600;
            font-size: 120%;
            color: #0F78B1;
            line-height: 50px;
            }
#dl img {
    border: 1px solid #ccc;
}
.title-23-c {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .title-23-c {
        font-size: 23px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 30px;
    }
}
.blue-title{
             padding: 8px;
             background-color: #007ac5;
             color: #fff;
             font-weight: 600;
             font-size: 20px;
             border-radius:50px;
             text-align: center;
             line-height: 25px;
             }
@media only screen and (min-width: 768px) {
.blue-title{
             padding: 15px;
             background-color: #007ac5;
             color: #fff;
             font-weight: 600;
             font-size: 25px;
             border-radius:50px;
             text-align: center;
             margin-top: 30px;
             line-height: 30px;
             }
             }
