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


/*-------------------------------------------*/
/* 992px-1199px
/*-------------------------------------------*/

@media (min-width: 992px) and (max-width: 1199px) {

}





/*-------------------------------------------*/
/* 768px-
/*-------------------------------------------*/

@media (min-width: 768px) {

}





/*-------------------------------------------*/
/* -767px
/*-------------------------------------------*/
@media (max-width: 767px) {

	

/* CSS
 * --------------------------------------- */
     .img_margin2 {
        margin: 10px auto;
    }
    .plus-sign {
	    margin: 10px auto ;
        text-align: center;
        width: 100%;
}
    .contact_telform {
        margin: 10px auto;
}
    .contact_telform-box {
        margin: 10px auto;
        width: 95%;
    }
    h2 {
        padding-top: 40px;
        margin-top: 0;
    }

/* cont0
 * --------------------------------------- */
    .box__toppage {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 50px;
        margin-left: 0;
        width: 480px;
        height: 100%;
    }
    .box__toppage .sp {
        margin-top: 50px;
        margin-bottom: 50px;
    }

 /* nav
  * --------------------------------------- */
    #menu {
        position: fixed;
        top:0;
        left:0;
        height: auto;
        width: 100%;
        padding: 0;
        margin: 0;
        width: 100%;
        z-index: 70;
    }
    #menu ul.nav {
        display: none;
        width: 100%;
        margin-top: 0;
    }
    #menu ul.nav li {
        margin: 0 auto;
        line-height: 1.4em;
        width: 100%;
    }
    #menu ul.nav &gt; li:first-child {
        margin: 20px auto;
        background-size: contain;
    }
    #menu ul.nav &gt; li:last-child {
        margin: 20px auto;
    }
    #menu ul.nav li ul.nav-sub {
        display: none;
    }
    #menu ul.nav &gt; li.noto-linkbutton a {
        width: 222px;
        margin: 10px auto;
    }
    #menu ul.nav li a {
        display: block;
        text-align: center;
        background-color: transparent;
    }
    #menu #toggle {
        display: block;
        position: relative;
        width: 100%;
        background: #e8413f;
    }
    #menu #toggle a {
        display: block;
        position: relative;
        padding: 10px 0;
        color: #fff;
        text-align: center;
        text-decoration: none;
        border-bottom: 1px solid #fff;
    }
    #menu #toggle:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        background: #fff;
    }
    #menu #toggle a:before,
    #menu #toggle a:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 20px;
        height: 4px;
        background: #e8413f;
    }
    #menu #toggle a:before {
        margin-top: -6px;
    }
    #menu #toggle a:after {
        margin-top: 2px;
    }


/* Global
 * --------------------------------------- */
    #cont1,
    #cont2, 
    #cont3,
    #cont4,
    #cont5,
    #cont6, 
    #cont7 {
        float: none;
        margin: 0;
        width: 100%;
    }
    .width_box {
        padding: 0 30px;
        margin-left: 0;
    }

	/* table
 * --------------------------------------- */
	
}



/*-------------------------------------------*/
/*  480px-
/*-------------------------------------------*/

@media (max-width: 480px) {

/* CSS
 * --------------------------------------- */

    .contact_telform {
        margin: 5px auto;
    }

/* cont0
 * --------------------------------------- */
    .box__toppage h1 {
        margin: 0 35px;
        font-size:  1.7em;
    }
    .box__toppage p {
        font-size: 14px;
        line-height: 1.6em;
        color: #ffffff;
        margin-bottom: 30px;
    }
    .box__toppage .row:last-child {
        margin-top: 10px;
    }
    .box__toppage {
        top: 0;
        width: 100%;
        height: 100%;
    }
    .box__toppage .sp {
        margin-top: 30px;
        margin-bottom: 30px;
    }


/* nav
 * --------------------------------------- */
    #menu ul.nav &gt; li.noto-linkbutton a {
        display: inline-block;
        width: 155px;
        height: 30px;
        float: left;
        padding: auto 10px;
    }
    #menu ul.nav &gt; li:last-child {
        padding-top: 20px;
        clear: both;
    }

}



/* tabel
 * --------------------------------------- */
@media screen and (max-width: 767px) {
    table {
        border: none;
    }
    table thead {
        display: none;
    }
    table tr {
        border-top: 1px solid #999;
        display: block;
        margin-bottom: 20px;
    }
    table td {
        border-right: 1px solid #999;
        border-bottom: 1px solid #999;
        display: block;
        padding: 10px;
        text-align: right;
    }
    table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }
    .hanrei {
        display: none;
    }
    .dp_non {
        display: block;
    }
    
    .teble_767tate td {
        display: block;
        text-align: center;
        margin-bottom: 0 ;
  }
    
    .teble_767tate th {
        display: block;
        border-top: none;
        border-bottom: none;
        width: 100%;
  }
    .teble_767tate {
        width: 100%;
    }
    .table_btm-non {
        margin-bottom: 0;
    }
    .tabele_bg-info {
        background-color: #d9edf7;
    }
}



</pre></body></html>