<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* =============================================================================
   コンテンツ
   ========================================================================== */

.first_read {
   margin-bottom: 50px;
}

.supp_ul &gt; li {
   float: right;
   width: 530px;
   line-height: 2;
}

.supp_ul &gt; li:first-child {
   float: left;
   width: 200px;
   margin-top: 5px;
}

.supp_ul &gt; li p{
  color: #666;
}

.supp_ul {
   margin-bottom: 20px;
}

.section {
   margin-top: 50px;
}

#main_column .sub_tit{
  background: #666;
  color: #fff;
  font-size: 18px;
  letter-spacing: 3px;
  font-feature-settings: "palt";
}

.supp_ul &gt; li p em {
   display: block;
   font-size: 16px;
   color: #69b5b7;
   line-height: 1.8;
   margin-bottom: 3px;
   font-weight: bold;
}

.img_hatten {
   text-align: center;
}

.step_ol {
   box-sizing: border-box;
   padding: 27px;
   border: solid 1px #ccc;
   margin-top: 20px;
   color: #666;
}

.step_ol &gt; li + li {
   border-top: solid 1px #ccc;
   padding-top: 20px;
   margin-top: 20px;
}

.step_ol &gt; li table {
   width: 100%;
}

.step_ol &gt; li table th {
   width: 135px;
   padding-top: 4px;
}

.step_ol &gt; li table th img{
  max-width: 100px;
}

.step_ol &gt; li table td {
   vertical-align: middle;
   line-height: 2;
}

.step_img {
   margin-top: 10px;
   max-width: 516px;
}

#step .attention {
    line-height: 1.8;
    color: #999;
    margin-top: 20px;
    font-size: 11px;
    text-align: right;
}

.step_img2 {
    text-align: center;
    margin-top: 45px;
}

.vaccine_text {
    background-color: #fdf4f4;
    padding: 15px;
    text-align: center;
}

.vaccine_text dt {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1.12px;
}

.vaccine_text dd {
    display: inline-block;
    font-size: 14px;
    padding-left: 120px;
    background-image: url(https://www.tvert.jp/img2016/support/bg_dot.png);
    background-repeat: no-repeat;
    background-position: 20px center;
}

.vaccine_text dd .fs-20 {
    font-size: 20px;
    letter-spacing: 0.04em;
}

.vaccine_tb {
    width: 100%;
}

.vaccine_tb th {
    background-color: #f9f9f9;
    text-align: center;
    padding: 15px;
    border: solid 1px #e7e7e7;
    font-size: 15px;
    letter-spacing: 0.75px;
}

.vaccine_tb td {
    padding: 15px;
    text-align: center;
    border: solid 1px #e6e6e6;
}

.vaccine_tb td.date {
    font-size: 15px;
    letter-spacing: 0.75px;
    width: 280px;
}

.people .num {
    display: inline-block;
    width: 130px;
    font-size: 20px;
    text-align: right;
    letter-spacing: 0.04em;
    padding: 0 10px;
    box-sizing: border-box;
}

.people .num span {
    font-size: 13px;
}
</pre></body></html>