@charset "utf-8";

html {
    font-size: 62.5%;
}
body {
    color: #333;
    font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.4;
    width: 172mm;
    page-break-after: always;
    position: relative;
    counter-increment: page_count;
    margin: 0 auto;
}
h1,h2,h3,h4 {
    margin: 0;
    font-size: 14px;
}
p {
    margin: 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
    vertical-align: bottom;
}
header {
    clear: both;
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
}
header .title {
    font-size: 14px;
}
header .title_area span {
    font-size: 14px;
    font-weight: bold;
    float: left;
}
header .title_area h1 {
    font-size: 14px;
}
.top_block {
    display: flex;
    align-items: center;
}
.thumbnail img {
    width: 240px;
    height: 160px;
    object-fit: cover;
    margin-right: 20px;
}
.float_box {
    overflow: hidden;
}
.float_box h3 {
    font-size: 14px;
}
.float_box dl,
.float_box dt,
.float_box dd {
    margin: 0;
}
.float_box dt,
.float_box dd {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 3px 6px 2px;
}
.float_box dt:first-child {
    border-top: 1px solid #999;
}
.float_box dl {
    overflow: hidden;
    font-size: 11px;
}
.float_box dt {
    float: left ;
    clear: left ;
    width: 80px;
    font-weight: bold;
    text-align: center;
    border-left: 1px solid #999;
}
.float_box dd {
    float: left ;
    width: 70px;
}
.component,
.detail {
    float: left;
    width: 185px;
}
.detail_text p {
    margin: 10px 0;
}
.material_area {
    margin: 0 10px 15px;
}
.material_area h2 {
    margin: 0 0 10px 0;
    border-bottom: 1px solid #333;
}
.material_list {
    display: flex;
    justify-content: space-between;
}
.material_list table th,
.material_list table td {
    border-bottom: 1px dotted #ccc;
}
.material_list table th {
    text-align: left;
    font-weight: normal;
}
.material_point {
    width: 220px;
    padding: 10px 12px 15px;
    border: 1px solid #999;
}
.material_point .ico_pointtag {
    text-align: center;
    font-size: 12px;
}
.material_point .material_point_area {
    margin-top: 6px;
}
.material_point .name {
    font-weight: bold;
    font-size: 12px;
}
.material_point p {
    margin: 3px 0 0 0;
}
.howto_list {
    counter-reset: number 0;
    margin: 0 10px 15px;
}
.howto_list h2 {
    margin: 0 0 10px 0;
    border-bottom: 1px solid #333;
}
.howto_list li {
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
}
.howto_list li:first-child {
    padding-top: 0;
}
.howto_list li p.howto_text:before {
    counter-increment: number 1;
    content: counter(number) ".";
    font-weight: bold;
    margin-right: 5px;
}
.howto_list li .howto_point {
    width: 92%;
    margin: 5px auto 0;
    padding: 8px 10px 10px;
    border: 1px double #999;
}
.howto_list li .howto_point h4 {
    font-size: 12px;
}
.summary {
    border: 1px solid #333;
    width: 96%;
    margin: 0 auto;
    padding: 10px 10px;
    counter-reset: number 0;
}
.summary h3 {
    font-size: 14px;
    border-bottom: 1px solid #333;
    margin: 0 0 15px;
    padding: 0px 0 4px 0;
    text-align: center;
}
.summary li {
    border-bottom: 1px dotted #ccc;
    padding: 5px 0;
}
.summary li:first-child {
    padding-top: 0;
}
.summary li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.summary li span.name {
    position: relative;
    font-weight: bold;
    padding-left: 15px;
    display: inline-block;
}
.summary li span.name::before {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: number 1;
    content: counter(number) ".";
}
.summary li p {
    margin: 0;
    padding-left: 15px;
}
.copy {
    margin-top: 15px;
    text-align: center;
}