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

スライド画像

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

.text-btn {
    padding: 3px;
    background-color: #0f78b1;
    margin: 0 3px;
    border-radius: 3px;
    padding: 0 7px;
    font-weight: 600;
    color: #ffffff;
}

ol.list_parentheses{
  padding:0 0 0 2em;
  margin:0;
}
ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
  margin-left: 0px;
}
ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

.kome{
        font-size: 14px!important;
        text-align: left!important;
        line-height: 20px!important;
        font-weight: 400!important;
        padding-left:1em;
    	text-indent:-1em;
        }

.kome a:hover{
               text-decoration: underline;
               }

.line-blue {
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #f0f8ff;
    margin: 40px 0;
    width: auto;
}

.text-bold-l{
       font-weight: 600;
       font-size: 16px;
       text-align: left;
       }
       
blockquote {
    position: relative;
    padding: 10px 15px 10px 60px;
    box-sizing: border-box;
    font-style: italic;
    background: #f5f5f5;
    color: #777777;
    border-left: 4px solid #9dd4ff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    color: #9dd4ff;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    padding: 0;
    margin: 7px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

/* -------------------------------- 
テーブル
-------------------------------- */

#article .table01 th{
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	background: linear-gradient(135deg, #007ac5, #1a1e80);
	border:0px solid #ccc;
	color: #ffffff;
	font-weight: 600;
}

#article .table01 td{
	padding: 10px;
	border:1px solid #ccc;
	vertical-align: middle;
}

#article .text-nomal{
             font-weight: 400;
             }

#article .table01 tr th:nth-of-type(1),
#article .table01 tr th:nth-of-type(2),
#article .table01 tr th:nth-of-type(3),
#article .table01 tr th:nth-of-type(4){
}

@media only screen and (min-width: 768px) {
#article .table01 tr th:nth-of-type(1),
#article .stable01 tr th:nth-of-type(2) {
	width: 20% !important;
}
}

.table01 a{
          color: #595757;
          }

.text-nomal{
             font-weight: 400;
             }

/* -------------------------------- 
3つのTSNテーブル
-------------------------------- */

#article .table00 td{
	padding: 10px;
	border:1px solid #ccc;
	vertical-align: top;
	border:0px;
}
.tsn{
       width:155px;
            }

#article .table00 tr th:nth-of-type(1),
#article .table00 tr th:nth-of-type(2),
#article .table00 tr th:nth-of-type(3),
#article .table00 tr th:nth-of-type(4){
}

@media only screen and (min-width: 768px) {
#article .table00 td{
	padding: 10px;
	border:1px solid #ccc;
	vertical-align: middle;
	border:0px;
}
#article .table00 tr th:nth-of-type(1),
#article .stable00 tr th:nth-of-type(2) {
	width: 20% !important;
}
}
@media only screen and (min-width: 919px) {
.tsn{
       max-width:25%;
            }
            }
.inner-box{
            padding:0 20px 20px;
                        }
@media only screen and (min-width: 768px) {
.inner-box{
            padding: 30px 0;
                        }
                        }
.inner-box ul{
               margin-top: 20px;
               }
/*Beetle*/
.flex-product2 {
  display: block;
  width: auto;
  border:1px solid #ccc;
  margin-top: 30px;
  background-color: #ffffff;
  }
.flex-product2 .item2 {
    display: block;
    padding-right: 10px;
}
.flex-product2 .item1 {
    width: 50%;
    margin: 0 auto;
    background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
.flex-product2 {
  display: flex;
  width: auto;
  border:1px solid #ccc;
  margin-top: 30px;
  background-color: #ffffff;
  }
    .flex-product2 .item1 {
        flex: 0 0 220px;
        margin-right: 10px;
        background-color: #ffffff;
        display: flex;
    	align-items: center;
	    justify-content: center;
	    padding-left:20px;
    }
    .flex-product2 .item2 {
        flex: 1;
        padding-right: 30px;
        padding-left: 30px;
    }
}
.flex-product-title {
    font-size: 20px;
    font-weight: 600;
    color: #0F78B1;
    border-bottom: 1px solid #0F78B1;
    padding: 0px 2px 20px 0px;
}
@media only screen and (min-width: 768px) {
.flex-product-title {
    font-size: 20px;
    font-weight: 600;
    color: #0F78B1;
    border-bottom: 1px solid #0F78B1;
    padding: 30px 30px 20px 0px;
}
}
/* -------------------------------- */
#download img{
               border:1px solid #595757;
               padding-bottom: 0px;
               max-width: 210px;
               }
#download .column-2 {
    margin-top: 40px;
    margin-right: 10px;
    margin-bottom: 40px;
    margin-left: 10px;
    display: flex;
	align-items: center;
	justify-content: center;
}
