@charset "utf-8";
/* CSS Document */

.tith202 {
margin: 40px 0;
font-size: 30px;}

.tit0301 {
margin-bottom: 30px;
padding-top: 30px;
font-size: 20px;
border-top: 1px dashed #ddd;}

.tit0401 {
margin-bottom: 20px;
font-size: 16px;
font-weight: bold;}

.tit0402 {
margin-bottom: 8px;
font-size: 16px;
font-weight: normal;}

.ol01 > li {
margin: 0 0 20px 1.6em;
font-size: 16px;
line-height: 1.7;
list-style: decimal none outside;}

.ol01 .ol0101 li {
margin-top: 12px;
list-style: none none inside;
counter-increment: cnt;}

.ol01 .ol0101 li:before{
display: marker;
content: "(" counter(cnt) ") ";}

.ol01 .ol0102 li  {
margin: 12px 0 0 0.1em;
padding-left: -0.1em;}

.ol02 > li {
margin: 0 0 4px 1.6em;
font-size: 16px;
line-height: 1.7;
list-style: disc none outside;}

.dl02s {
display: flex;
flex-wrap: wrap;
font-size: 16px;
border-top: 1px solid #f3f3f3;
border-right: 1px solid #f3f3f3;}

.dl02s dt {
padding: 28px 0 28px 40px;
width: 25%;
background-color: #f3f3f3;
border-bottom: 1px solid #fff;
box-sizing: border-box;}

.dl02s dd {
padding: 28px 0 28px 40px;
width: 75%;
border-bottom: 1px solid #f3f3f3;
box-sizing: border-box;}

.txt02 {
font-size: 16px;
line-height: 1.8;}

.txt02 strong {display: block;}

.mt12 {margin-top: 12px;}
.mb12 {margin-bottom: 12px;}
.mb20 {margin-bottom: 20px;}
.mb40 {margin-bottom: 40px;}
.mb60 {margin-bottom: 60px;}
.mb80 {margin-bottom: 80px;}
.mb100 {margin-bottom: 100px;}
.mb120 {margin-bottom: 120px;}
.txt_center {text-align: center;}
.txt_right {text-align: right;}
.f_bold {font-weight: bold;}