@charset "utf-8";

.entry-content h2{
    background: #8ED2E0 50% 50% no-repeat;
    padding: 60px;
    font-size: 225%;
    font-weight: 700;
    color: #fff;
}




table.tableStyle th, table.tableStyle td {
    padding: 15px;
    border: 2px solid #D4D4D4;
    font-size: 100%;
    font-weight: 400;
    text-align: center;
}



.entry {
    background-color: #ffffff;
    margin: 0 0 40px 0;
    box-shadow: 0 1px 3px 1px #dddddd;
}


.entry .entry-content {
    padding: 0 20px 20px 20px;
}

.entry .entry-content ul{
    margin: 0 0 1em 1em;
    line-height: 1.6em;
    font-size: 14px;
    list-style-type: square;
}


.entry .entry-header .entry-title {
    padding-left: 20px;
    margin-top: 30px;
    background-color: #69abda;
    background-image: none;
    border: 0;
    line-height: 2.6em;
    color: #fff;
    font-size: 20px;
}

.entry .entry-header {
    margin-bottom: 2em;

}


ol.type{
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.7;

}


p.img{
    text-align: center;
}


p.img2{
    text-align: center;
    margin-bottom: 45px;
}



/*
   スマホ
-------------------------------- */


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


.entry-content h2{
    font-size: 150%;
    width: 100%;
    padding: 30px 10px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    font-weight: 700;
    color: #fff;
}

    .subsection{
        overflow: auto;
    }

    table.tableStyle {
    width: 100%;
    border: 1px solid #ccc;
}
















}