<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'uf-8';

section ol{
    margin-left: 20px;
}

.faq_list{

}

.faq_list dl{
    padding-bottom: 30px;   
    padding-top: 30px;  
    border-bottom:  1px solid #aaa;
}

.faq_list dl dt{
    margin-bottom: 30px;    
}

.faq_list dl dt:before{
    content: "Q";
    margin-right: 10px;
    width: 32px;
    line-height: 32px;
    background: #888888;
    color: #fff;    
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    display: inline-block;  
    vertical-align: top; 
    border-radius: 32px;

}

.faq_list dl dt span {
    width: calc( 100% - 50px );
    display: inline-block;  
    line-height: 32px;  
    vertical-align: top; 
    font-size: 1rem;
}

.faq_list dl dd:before{
    content: "A";
    margin-right: 10px;
    width: 32px;
    line-height: 32px;
    background: #4DB101;
    color: #fff;    
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    display: inline-block;  
    vertical-align: top; 
    border-radius: 32px;
    
}

.faq_list dl dd p {
    font-size: 0.875rem;
    width: calc( 100% - 50px );
    display: inline-block;  
    line-height: 32px;  
    vertical-align: top; 
}


h2 {
    margin: 0 auto 2.5%;
}

section ol.boxed{
        padding: 3% 4% 1%;
        border: 1px solid #DDDDDD;
}

section ol.boxed &gt; li{
        padding-bottom: 2%;
        font-size: 0.875em;
}

section ol.boxed ol{;;
        padding: 0px 0px 10px 15px;
}

section ol.boxed ol &gt; li{
    text-indent: -26px;
      list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
    margin-left: 13px;
}
section ol.boxed ol &gt; li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

section ol.boxed ol &gt; li ol &gt; li{
    list-style-type: upper-roman;
  content: " ";
}

section ol.boxed ol &gt; li ol li:before{
    display: none;
}

section ol.boxed ol &gt; li ul{
    margin-left: 15px;
}

section ol.boxed ul li{
    font-size: 1em;
}

span.bold{
    font-size: 1em;
    color: #0E3A58;
}

section ol.inner{
    padding: 0 3% 2%;
}

section#main ul.tag_menu li span, section#main ul.tag_menu li a:hover {
    background: #1E445B;
}

section#main section{
    margin-bottom: 3%;
}

form table p{
    line-height: 200%;
    font-size: 1em;
}

.bold.big{
    font-size: 1.2em;
}

.table01 tr td,
.table01 tr th {
    padding: 1% 3% 1%;
}

.table01 tr th:nth-child(1),
.table01 tr td:nth-child(1) {
    width: 40%;
}

.table01 tr th:nth-child(2),
.table01 tr td:nth-child(2) {
    width: 60%;
}

a.pdf{
    background: url(../../common/img/other/icon_pdf.png) no-repeat 100% 50%;
    padding-right: 30px;
}

section p,
section ol li,
section table th,
section table td {
    line-height: 200%;
}

section &gt; ol,
section ul,
section &gt; ol &gt; li &gt; ol,
section table th,
section table td {
    font-size: inherit;
    line-height: 200%;
}

a.f_left{
    display: inline-block;
    margin-right: 3%;
}

h1.sub_page {
    display: block;
    width: 100%;
    float: left;
    padding: 5.2% 5%;
    font-size: 1.875em;
    text-align: left !important;
    background: #F1F2F6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1.sub_page span{
    border-left: 2px solid #103A53;
    padding: 10px 2%;
}

h1.sub_page span:after {
    display: none !important;
}

#address:not("input"){
    margin-bottom: 40px;
}


#mark{
    float: left;
    margin-right: 20px;
}

section p.right{
    clear: both;
}

section #p_mark{
    margin: 0 auto 50px;
    padding: 25px;
    width: 100%;

    border: 1px solid #ccc;
    
    background: #F1F2F6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section #p_mark:after{
        content: " "; 
        display: block; 
        height: 0; 
        clear: both;
}

section ul.list_style01 li{
    margin-left: 1em;
    text-indent: -1em;
}
section ul.list_style01 ol li{
    margin-left: 0;
    text-indent: 0;
}

.ie7 section#main ul.tag_menu{
        *padding-bottom: 72px;
        font-size: 14px;
}

.ie7 section#main ul.tag_menu li{
        *display: inline !important;
        *zoom: 1 !important;
}
.ie7 section#main ul.tag_menu li a,
.ie7 section#main ul.tag_menu li span{
        *display: inline !important;
        *zoom: 1 !important;
}

.ie7 section#main ul.tag_menu li a{
        *padding-top: 28px !important;
        *padding-bottom: 21px !important;
        *margin-top: 13px !important;
    }
.ie7 section#main ul.tag_menu li span{
        *padding-top: 32px !important;
        *padding-bottom: 31px !important;
        *margin-top: 0px !important;
}

.ie7 section#main ul.tag_menu li a:hover{
        *padding-top: 32px !important;
        *padding-bottom: 31px !important;
        *margin-top: 0px !important;
}

body.ie7 .table01 tr th,
body.ie7 .table01 tr td{
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}</pre></body></html>