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

カラム

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

#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;
}
}