<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.group {
    clear: both;
    border: solid 5px #d5eeff;
    border-radius: 10px;
    margin: 20px 0 0;
    padding: 20px;
}
.group:first-child {
    margin-top: 0;
}
.group h1 {
    color: #007aec;
    border-bottom: solid 2px #007aec;
    font-size: 157%;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.group p {
    font-size: 16px;
}
.group table {
    border-collapse: separate;
    width: 100%;
}
.group th, .group td {
    padding: 15px;
    font-size: 114.2857%;
    border: solid #fff;
    border-width: 0 2px 2px 0;
}
.group th {
    background: #d9ecff;
    color: #007aec;
    font-weight: 600;
    width: 18%;
}
.group tr:nth-child(odd) td {
    background: #eee;
}
#second #footer_grp {
    margin-top: 80px;
}
/*
---------------------------------------
index.html
---------------------------------------
*/
#contents &gt; h1 {
    text-align: center;
}
#contents &gt; h1 a{
    display: block;
    background: url(../../../img/useful/move/bg_page_head.jpg) no-repeat 50% 0;
    border-radius: 20px 20px 0 0;
    min-height: 160px;
}
#contents &gt; h1 span {
    display: block;
    color: #fff;
    font-size: 25px;
    background: #007aec;
    border-radius: 0 0 20px 20px;
    padding: 12px 0 10px;
    letter-spacing: 0.2em;
}
#step {
    margin: 20px 0 24px;
}
#step:after {
    content: "";
    display: table;
    clear: both;
}
#step li {
    float: left;
    width: 24.3902439%;
    height: 46px;
    line-height: 46px;
    margin-right: 0.81300813%;
}
#step li:last-child {
    margin-right: 0;
}
#step li a {
    font-size: 19px;
    font-weight: bold;
}
#step .btn a::before {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    border-top: solid 3px #007bff;
    border-right: solid 3px #007bff;
    margin-top: -6px;
}
.group &gt; section {
    overflow: hidden;
    margin-bottom: 20px;
}
.group &gt; section h2 {
    background: #007aec;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 10px 20px;
}
.img_l figure {
    float: left;
}
.img_l &gt; div {
    width: 100%;
    box-sizing: border-box;
    margin-left: -240px;
    padding-left: 240px;
    float: right;
}
.img_r figure {
    float: right;
}
.img_r &gt; div {
    width: 100%;
    box-sizing: border-box;
    margin-right: -240px;
    padding-right: 240px;
    float: left;
}
.blue_box {
    border: #007aec solid 1px;
    padding: 10px;
    margin-top: 15px;
}
.blue_box p {
    color: #007aec;
    font-weight: bold;
}
.blue_box ul {
    overflow: hidden;
}
.blue_box ul li {
    float: left;
    font-size: 16px;
    margin-right: 50px;
}
.blue_box ul li:last-child {
    margin-right: 0;
}
#step03 ul {
    margin-left: 30px;
}
#step03 ul li {
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
}
#step03 ul li:before {
    content: "●";
    color: #f8007b;
    margin-right: 10px;
}

@media screen and (max-width: 899px) {
#second #side {
    margin: 40px 0 0 0;
}
}

@media (max-width: 768px) {
#page_ttl_bg {
    margin-bottom: 20px;
}
.group th, .group td {
    width: 100%;
    display: block;
    box-sizing: border-box;
    border: none;
}
.group td {
    margin-bottom: 10px;
    background: #eee;
}
#useful_list li {
    float: none;
    width: 100%;
    margin-right: 0 !important;
}
#step li {
    width: 48%;
    margin: 0 2% 15px 0;
}
#step li:nth-child(even) {
    margin-right: 0;
}
}

@media (max-width: 640px) {
.group &gt; section figure {
    float: none !important;
    margin-top: 10px;
}
.group &gt; section &gt; div {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.group &gt; section figure img {
    display: block;
    width: 100%;
}
}

@media (max-width: 500px) {
#contents &gt; h1 {
    padding: 0 2%;
    position: relative
}
}

@media (max-width: 400px) {
.group {
    padding: 2%;
}
.group h1 {
    margin-bottom: 10px;
    padding-bottom: 0;
}
.group th, .group td {
    padding: 3%;
}
#contents &gt; h1 {
    padding-top: 25px;
}
.group &gt; section h2 {
    padding: 10px;
    margin-bottom: 10px;
}
.blue_box {
    margin-top: 5px;
}
#step03 ul {
    margin-left: 0;
}
}
</pre></body></html>