/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */
 @charset "utf-8";



#logo img {
    height: auto;
   
}


.bold {
	font-weight: bold;
}



/*テーブル col-head-type1 */

.col-head-type1 {
  border-collapse: collapse;
  width: 100%;
}
 
.col-head-type1 th,
.col-head-type1 td {
  border: 1px solid #dbe1e8;  
  padding: 8px;
}
 
.col-head-type1 th {
  background: #f9fafc;
  text-align: left;
  width: 120px;
}
 
@media only screen and (max-width: 800px) {
  .col-head-type1 tr,
  .col-head-type1 th,
  .col-head-type1 td {
    display: block;
    width: auto;
  }
  
  .col-head-type1 tr:first-child {
    border-top: 1px solid #dbe1e8;  
  }
  
  .col-head-type1 th,
  .col-head-type1 td {
    border-top: none;
  }
}

/*テーブル row-head */

.row-head {
  border-collapse: collapse;
  vertical-align: middle;
  width: 100%;
}
 
.row-head th,
.row-head td {
  border: 1px solid #dbe1e8;  
  padding: 8px;
}
 
.row-head th {
  background: #f9fafc;
}
 
.row-head label {
  line-height: 34px;
  margin: 0;
}
 
@media only screen and (max-width: 800px) {
  .row-head thead {
    display: none;
  }
  
  .row-head tr,
  .row-head td {
    display: block;
    width: auto;
  }
  
  .row-head tr {
    border: 1px solid #dbe1e8;
    border-radius: 5px;
    box-shadow: 3px 3px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    padding: 8px 8px 0;
  }
  
  .row-head td {
    border: none;
    border-bottom: 1px solid #dbe1e8;
    display: flex;
    justify-content: space-between;
    text-align: right;
  }
  .row-head td:last-child {
    border-bottom: none;
  }
  .row-head td::before {
    content: attr(aria-label);
    display: inline-block;
    font-weight: bold;
    float: left;
    text-align: left;
    padding-right: 20px;
    white-space: nowrap;
  }
  
  .row-head td.bt-area::before {
    display: none;
  }
  .row-head td.bt-area a {
    background: #007aff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    flex: 1;
    height: 40px;
    margin: 0 2px;
    overflow: hidden;
    width: auto;
  }
  .row-head td.bt-area a::before {
    align-items: center;
    content: attr(aria-label);
    display: flex;
    font-size: 14px;
    height: 100%;
    justify-content: center;
    line-height: 40px;
    width: 100%;
  }
  
  .row-head.header-check tr {
    padding-left: 40px;
    position: relative;
  }
  .row-head.header-check td:first-child {
    align-items: center;
    background: #fff;
    border-right: 1px solid #dbe1e8;
    border-bottom: none;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
  }
  .row-head.header-check td:first-child::before {
    display: none;
  }
}





/*テーブル demo */



#demo03 table {
    border-top: 1px solid #4f4d47;
    border-right: 1px solid #4f4d47;
    width: 640px;
    border-spacing: 0;
    margin: 0 auto;
}
#demo03 th, 
#demo03 td {
    border-bottom: 1px solid #4f4d47;
    border-left: 1px solid #4f4d47;
    text-align: center;
    padding: 5px;
}

#demo03 th { background-color: #61c5bb; color: #fff;}


@media only screen and (max-width: 640px){

#demo01 table { width: 100%; border:none; padding: 10px;}
#demo01 thead { display: none;}
#demo01 tr {
    border-top: 1px solid #4f4d47;
    display: block;
    margin-bottom: 20px;
}
#demo01 td {
    border-right: 1px solid #4f4d47;
    border-bottom: none;
    display: block;
    padding: 0;
}

/* tdのデザイン */
#demo01 td:nth-of-type(1) { background-color: #61c5bb; color: #fff;}
#demo01 td:last-child { border-bottom: 1px solid #4f4d47;}
     
/*td:beforeのデザイン*/
#demo01 td:before {
    background-color: #f5f3ec;
    color: #4f4d47;
    display: block;
}
 
/* contentでタイトルを追加 */
#demo01 td:nth-of-type(2):before { content: &quot;データ容量&quot;;}
#demo01 td:nth-of-type(3):before { content: &quot;バージョン管理&quot;;}
#demo01 td:nth-of-type(4):before { content: &quot;料金&quot;;}




#demo02 {
    box-sizing: border-box;
    border-right: 1px solid #4f4d47;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
#demo02 table { border-right: none;}


/*-------------- レイアウトを変更し、一部スクロールにする --------------*/

#demo03 table { width: 100%;}
 
/*thとtdを縦並びにする*/
#demo03 th,
#demo03 td { display: block;}


/*trを横並びにする*/
#demo03 tr { font-size: 12px; display: inline-block;}
 
/*theadとtbodyをblock要素にしてfloat*/
#demo03 thead { display: block; float: left;}
#demo03 tbody {
   display: block;
white-space: nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;

}
 
/*その他装飾*/
#demo03 tbody tr { width: 60%; margin-right: -6px;}/*px指定だとはみ出る*/
#demo03 tbody td:first-child { background-color: #f5f3ec;}


}


/*----------------------------------------------------
    テーブル比較表1
----------------------------------------------------*/

.hikaku1 table   { width: 100%; margin-bottom:20px;  line-height: 1.5;}
.hikaku1 th, .hikaku1 td  { padding: 10px; border: 1px solid #ddd; }
.hikaku1 th  { background: #f5f5f5; }
.hikaku1 th, .hikaku1 td { font-size: 16px; }

/*----------------------------------------------------
    .hikaku1
----------------------------------------------------*/
.hikaku1 th  { width: 30%; text-align: left; }
 
@media only screen and (max-width:480px){
    .hikaku1 { margin: 0 auto; }
    .hikaku1 th,
    .hikaku1 td{
        width: 100%;
        display: block;
        border-top: none;
    }
    .hikaku1 tr:first-child th   { border-top: 1px solid #ddd; }
}


/*----------------------------------------------------
    テーブル比較表2
----------------------------------------------------*/

.hikaku2 table   { width: 100%; margin-bottom:20px;  line-height: 1.5;}
.hikaku2 th, .hikaku2 td  { padding: 10px; border: 1px solid #ddd; }
.hikaku2 th  { background: #639fdb; }
.hikaku2 th, .hikaku2 td { font-size: 16px; }

/*----------------------------------------------------
    .hikaku2
----------------------------------------------------*/
.hikaku2 th  { width: 13%; text-align: center;}
.hikaku2 td  { text-align: center; }
.hikaku2 td:first-child  { text-align: left; }
@media only screen and (max-width: 800px) { 
    .hikaku2 { 
        display: block; 
        width: 100%; 
        margin: 0 auto;
    }
    .hikaku2 thead{ 
        display: block; 
        float: left;
        overflow-x:scroll;
    }
    .hikaku2 tbody{ 
        display: block; 
        width: auto; 
        overflow-x: auto; 
        white-space: nowrap;
    }
    .hikaku2 th{ 
        display: block;
        width: auto;
        height:auto;

    }
    .hikaku2 tbody tr{ 
        display: inline-block; 
        margin: 0 auto;
    }
    .hikaku2 td{ 
        display: block;
    }
}



/*----------------------------------------------------
    テーブル比較表3
----------------------------------------------------*/

.hikaku3 table   { width: 100%; margin-bottom:20px;  line-height: 1.5;}
.hikaku3 th, .hikaku3 td  { padding: 10px; border: 1px solid #ddd; }
.hikaku3 th  { background: #639fdb; }
.hikaku3 th, .#hikaku3 td { font-size: 16px; }

/*----------------------------------------------------
    .hikaku3
----------------------------------------------------*/
.hikaku3 th, .hikaku3 td  { width: 20%; text-align: left; }

@media only screen and (max-width: 480px) { 
    .hikaku3 { margin: 0 auto; }
    .hikaku3 tr {
        display:block;
        margin-bottom: 10px;
    }
    .hikaku3 th {
        display:block;
        width: 100%;
    }
    .hikaku3 td {
        display: list-item;
        width: 90%;
        margin-left: 10%;
        border:none;
    }
}

/*----------------------------------------------------
    .voice
----------------------------------------------------*/

.voice .name {font-size: .7em;}



