@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: bottom;
    font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif , 'ヒラギノ角ゴ Pro W3';
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.2;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body{
    margin: 0;
}

/* リセットCSS　ここまで */


/* ----------- プライバシーポリシー ----------- */

*{
    margin: 0;
    padding: 0;
}
h1{
    padding: 40px 0 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 32px;
    text-align: center;
    font-size: 3em;
    line-height: 1.2;
    background: #224ea4;
    margin-top: 3%;
}
h2{
    text-align: left;
}

.pc{
    display: block;
}
.sp{
    display: none;
}



#content{
    margin: 0 auto;
    /*max-width: 800px;
    width: 90%;*/
    text-align: left;
    background-color: #fff;
    padding: 15px 0 10%;
}

.box{
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    padding: 10px;
}


#company h2.first{
    background-color: #fff;
    font-weight: bold;
    padding: 2% 2%;
}
#company h2{
    background-color: #dae9ff;
    color: #000;
    padding: 2% 3%;
    margin-top: 20px;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}
#company .box p{
    padding: 10px;
    line-height: 1.5;
}
.box b{
    font-weight: bold;
}

/* 表 */
.company_info_table{
    margin: 31px 0;
}
.company_info_table {
    border-collapse: collapse;
    width: 100%;
  }
  .company_info_table {
    max-width: 800px;
    width: 90%;
    margin: 2% auto;
  }
  .company_info_table table {
    width: 100%;
  }
  .company_info_table th, td {
    border: 2px solid #5a5a5a;
  }
  .company_info_table tbody {
    font-size: 14px;
  }
  .company_info_table td {
    padding: 8px;
    display: table-cell;
    vertical-align: middle;
  }
  .company_info_table td.name{
    background-color: #d8f2ff;
    width: 25%;
    text-align: center;
    line-height: 1.2;
  }
  .company_info_table th {
    padding: 8px;
  }


/* SP表示 */
@media screen and (max-width:800px){
.pc{
    display: none;
}
.sp{
    display: block;
}

    /* 会社概要 */
    h1{
        font-size: 2em;
        margin-top: 12%;
    }
    #content{
        padding: 0;
        width: 100%;
    }
    .box{
        padding: 0 0 20%;
        width: 95%;
    }
    .company_info_table {
        width: 100%;
        margin: 5% auto;
    }
}