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

/* common */
#pickUp &gt; .pickup_ttl {
    margin-top: 2%;
    background-color: #481707;
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding: 1% 0;
    margin-bottom: 30px;
    font-weight: 700;
}
.useful+.subnav + .breadcrumbs {
    margin-top: 10px !important;
}
.nav.snav.fixed {
    display: none;
}
.useful+.subnav + .breadcrumbs {
    padding: 10px 0;
}

/* SP */
@media screen and (min-width:1px) and (max-width:768px) {
    #pickUp &gt; .pickup_ttl {
        font-size: 5vw;
        padding: 3% 0;
        margin-bottom: 0;
    }
    .nav.bnav .bnav-lists {
        display: block;
        width: 89.33333%;
        margin: 0 auto;
        min-width: auto;
        padding: 0;
    }

    .nav.bnav .bnav-lists &gt; li {
      display: inline;
    }

    .nav.bnav .bnav-lists &gt; li a {
      font-size: 0.85333rem !important;
      letter-spacing: 0;
    }

    .nav.bnav .bnav-lists &gt; li:not(:first-child) {
      margin-left: 0.7rem;
      display: inline;
    }

    .nav.bnav .bnav-lists &gt; li:not(:first-child):before {
      color: #CCCCCC;
      margin-right: 0.5rem;
    }

    .nav.bnav .bnav-lists &gt; li:last-child a {
      pointer-events: none;
    }
}

/* content */
/* ttl */
.ttl_area {
    overflow: hidden;
}
.ttl_area .img {
    min-height: 600px;
    border-bottom-right-radius: 2000px 300px;
    border-bottom-left-radius: 2000px 300px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
    background-size: cover !important;
    background-position: center !important;
}
.ttl_text_area {
    margin-top: 70px;
    text-align: center;
}
.ttl_text_area .bg_ttl {
    background: #db394c;
    width: fit-content;
    margin: 0 auto;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    padding: 6px 45px;
    border-radius: 35px;
    position: relative;
    line-height: 1.8;
}
.ttl_text_area .bg_ttl:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 16px 10px;
    border-color: transparent transparent #db394c transparent;
    position: absolute;
    top: -16px;
    left: 95px;
}
.ttl_text_area .bg_ttl:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 16px 10px;
    border-color: transparent transparent #db394c transparent;
    position: absolute;
    top: -16px;
    right: 95px;
}
.ttl_text_area .bg_ttl.dog:before {
    border: none;
    width: 40px;
    height: 20px;
    border-radius: 50%;
    top: -13px;
    background: #db394c;
}
.ttl_text_area .bg_ttl.dog:after {
    border: none;
    width: 40px;
    height: 20px;
    border-radius: 50%;
    top: -13px;
    background: #db394c;
}
.ttl_text_area .main_ttl {
    font-size: 46px;
    font-weight: bold;
    padding-top: 20px;
    line-height: 1.4;
    border-bottom: 2px dashed #000;
    padding-bottom: 40px;
}
/* content */
.text_nowrap a {
    text-decoration: underline;
}
.sub_ttl {
    font-size: 32px;
    font-weight: bold;
    position: relative;
    padding-top: 85px;
    line-height: 1.8;
}
.sub_ttl:before {
    content: "";
    width: 30px;
    height: 27px;
    background: url(../images/useful/pickup/ico_hand.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50px;
    left: calc(50% - 15px);
}
#toc_area ol {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 25px;
}
#toc_area ol a {
    font-size: 18px;
    text-decoration: underline;
    font-weight: 600;
    margin-left: 75px;
    position: relative;
}
#toc_area ol a .num {
    width: 30px;
    height: 30px;
    background: #db394c;
    font-size: 16px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: absolute;
    top: -5px;
    left: -40px;
}
.l_img {
    position: relative;
    margin: 20px -100px;
}
.l_img_in {
    margin: 0 auto;
    width: fit-content;
    position: relative;
}
.l_img img{
    position: relative; 
}
.l_img_in:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -10px;
    right: -10px;
    background: #e6e6e6;
}
.howto_temp {
    color: #000000;
    font-size: 16px;
    line-height: 2.25;
    letter-spacing: 0.02em;
}
.border_wrap {
    border: 1px solid #dcdcdc;
    background: #fff;
    padding: 30px 60px 50px;
    max-width: 1000px;
    margin: 35px auto 0;
}
.border_wrap &gt; .ttl {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #db395c;
}
.bg_on {
    background: #fef6cb;
    padding: 100px 0;
}
.bg_off {
    margin: 75px auto;
}
.howto_temp .inner {
    max-width: 1040px;
    width: 100%;
    padding: 0 20px;
}
.bg_on .l_img_in::before {
    background: #f3e491;
}
.sec_ttl {
    font-size: 32px;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 60px;
    line-height: 2;
    padding-bottom: 15px;
    position: relative;
    padding-left: 55px;
}
.sec_ttl .num{
    width: 40px;
    height: 40px;
    background: #db394c;
    font-size: 22px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 70px;
    left: 0;
}
.ttl_list {
    margin-top: 20px;
}
.ttl_list .ttl{
    color: #db394c;
    font-size: 18px;
    font-weight: bold;
        padding-left: 30px;
}
.ttl_list .ttl span{
    position: relative;
}
.ttl_list .ttl span:before {
    content: "";
    width: 20px;
    height: 18px;
    background: url(../images/useful/pickup/ico_hand.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    left: -28px;
}
.ttl_list .text + .ttl {
    margin-top: 25px;
}
.ttl_list .text + .kanren {
    color: #db394c;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}
.ttl_list .kanren + .kanren {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.border_wrap.row2 .ttl_list .text + .ttl {
    border-top: 1px solid #dcdcdc;
    margin-top: 40px;
    padding-top: 40px;
}
.kanren_bttl {
    color: #db394c;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}
.kanren_btext a {
    text-decoration: underline;
}
.border_wrap + .border_wrap {
    margin-top: 50px;
}
.ttl_list .kanren + .kanren a {
    text-decoration: underline;
}
.bottom_btn {
    margin-bottom: 70px;
}
.bottom_btn a {
    font-size: 18px;
    font-weight: bold;
    background: #db394c;
    color: #fff;
    margin: 0 auto;
    display: block;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 35px;
    min-width: 350px;
    text-align: center;
}
/* 2col */
.border_wrap .img_2col {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-top: 25px;
}
.border_wrap .img_2col .img{
    width: 300px;
    box-shadow: 0.707px 0.707px 12.88px 1.12px rgba(221, 221, 221, 0.6);
}
.border_wrap .img_2col .text{
    width: calc(100% - 350px);
    margin-left: 50px;
}
.border_wrap .img_2col ul li {
    position: relative;
    font-size: 18px;
    font-weight: 600;
}
.border_wrap .img_2col ul li strong{
    color: #db394c;
    font-weight: 600;
}
.border_wrap .img_2col ul li + li{
    margin-top: 20px;
}
.border_wrap .img_2col ul li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: -18px;
    font-weight: bold;
}
.item_list {
    margin-top: 35px;
}
.item_list .item {
    display: flex;
}
.item_list .item .text_area {
    width: calc(100% - 340px);
    margin-left: 40px;
}
.item_list .item .text_area .ttl{
    position: relative;
    color: #db394c;
    font-size: 18px;
    font-weight: bold;
    padding-left: 30px;
    margin-top: -10px;
}
.item_list .item .text_area .ttl:before {
    content: "";
    width: 20px;
    height: 18px;
    background: url(../images/useful/pickup/ico_hand.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 10px;
    left: -2px;
}
.item_list .item .img {
    box-shadow: 0.707px 0.707px 12.88px 1.12px rgb(221 221 221 / 60%);
    width: 300px;
    height: 100%;
}
.item_list .item .text_area .text {
    margin: -5px 0 0;
}
.item_list .item .text_area .text + .kanren {
    font-size: 18px;
    color: #db394c;
    font-weight: bold;
    padding-top: 30px;
}
.item_list .item .text_area .kanren a {
    text-decoration: underline;
}
.item_list .item + .item {
    margin-top: 50px;
}
.osusume_wrap {
    background: #f7f7f7;
    padding:30px 60px 40px;
}
.osusume_wrap .ttl {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #db394c;
}
.osusume_wrap .item_list {
    display: flex;
    flex-wrap: wrap;
        margin-top: 20px;
}
.osusume_wrap .item_list .item {
    width: calc((100% - 80px)/2);
}
.osusume_wrap .item_list .item + .item {
    margin: 0 0 0 80px;
}
.osusume_wrap .item_list .item .img {
    box-shadow: none;
    width: auto;
    height: auto;
}
.osusume_wrap .item_list .text {
    text-align: center;
    font-size: 18px;
    line-height: 2;
    font-weight: 600;
    padding-top: 20px;
}
.osusume_wrap .item_list a{
    display: block;
    transition: 0.5s;
}
.osusume_wrap .item_list a:hover{
    opacity: 0.5;
}

.num_list {
    margin-top: 25px;
}
.num_list .ttl {
    color: #db394c;
    font-size: 18px;
    font-weight: bold;
    padding-left: 40px;
    position: relative;
}
.num_list .ttl .num {
    width: 30px;
    height: 30px;
    background: #db394c;
    font-size: 16px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 6px;
    left: 0;
}
.num_list .ttl + .text {
    margin-left: 40px;
}
.num_list .text + .ttl {
    margin-top: 30px;
}
.num_list + .ttl_list {
    border-top: 1px solid #dcdcdc;
    margin-top: 40px;
    padding-top: 40px;
}
.num_list + .ttl_list .text + .ttl {
    border-top: none !important;
    margin-top: 25px !important;
    padding-top: 0 !important;
}
.item_list.col3 {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -32.5px 0;
}
.item_list.col3 &gt; .item {
    width: calc((100% - 195px)/3);
    margin: 32.5px 32.5px 0;
    display: block;
}
.item_list.col3 .item .img {
    width: auto;
    height: 200px;
    overflow: hidden;
}
.item_list.col3 .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item_list.col3 .item .text_area {
    width: 100%;
    margin: 20px 0;
}
.item_list.col3 .item .text_area .ttl:before{
    display: none;
}
.item_list.col3 .item .text_area .ttl {
    padding-left: 0;
}
.item_list.col3 .item .text_area .text {
    margin: 0;
    line-height: 1.8;
}
.bg_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.bg_list .item {
    width: calc((100% - 80px)/2);
    margin: 20px;
}
.bg_list .item .ttl {
    background: #333333;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 3px;
}
.bg_list .item .ttl span:before{
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/useful/pickup/ico_batu.png) no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 15px;
}
.bg_list .item .ttl span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.bg_list .item .ttl.red span:before,
.bg_list .item .ttl.blue span:before{
    background: url(../images/useful/pickup/ico_check.png) no-repeat;
background-size: contain;
}
.bg_list .item .ttl.red{
background: #db394c;
}
.bg_list .item .ttl.blue{
background: #4157a9;
}
.bg_list .item ul {
    margin-top: 20px;
}
.bg_list .item ul li {
    font-size: 16px;
    padding-left: 20px;
    font-weight: 600;
    position: relative;
}
.bg_list .item ul li:before{
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}
.bg_list .item ul li + li {
    margin-top: 10px;
}
@media screen and (max-width:1250px) {
    .l_img {
        margin: 20px -15px;
    }
    .ttl_text_area .main_ttl {
        font-size: 34px;
    }
    .bg_off .inner, .bg_on .inner {
        padding: 0 30px;
    }
}
@media screen and (max-width:1024px) {
    #toc_area ol {
        max-width: 600px;
        margin: 25px auto 0;
    }
    #toc_area ol li {
        width: 100%;
    }
    #toc_area ol a {
        text-align: left;
        display: block;
        margin-left: 0;
        padding-left: 50px;
    }
    #toc_area ol a .num {
        top: 5px;
        left: 0;
    }
    .ttl_area .img{
        min-height: 400px;
    }
    .border_wrap {
        padding: 30px 40px 50px;
    }
    .item_list.col3 &gt; .item {
        margin: 20px;
        width: calc((100% - 120px)/3);
    }
    .item_list.col3 {
        margin: 0 -20px;
    }
    .item_list.col3 .item .img {
        height: 20vw;
    }
    .bg_list .item .ttl {
        font-size: 20px;
    }
    .bg_list .item .ttl span:before {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
}
@media screen and (min-width:1px) and (max-width:768px) {
.howto_temp {
    font-size: 13px;
    line-height: 2.1;
}
.ttl_area .img {
    min-height: 45vw;
    background-size: 55% !important;
}
.ttl_text_area {
    margin-top: 35px;
}
.ttl_text_area .bg_ttl {
    font-size: 16px;
    padding: 3px 25px;
}
.ttl_text_area .bg_ttl:before {
    left: 60px;
    border-width: 0px 6px 12px 6px;
    top: -12px;
}
.ttl_text_area .bg_ttl:after {
    right: 60px;
    border-width: 0px 6px 12px 6px;
    top: -12px;
}
.ttl_text_area .bg_ttl.dog:before,
.ttl_text_area .bg_ttl.dog:after {
    width: 24px;
    height: 16px;
    top: -9px;
}
.ttl_text_area .main_ttl {
    font-size: 22px;
    padding: 15px 0 25px;
}
.sub_ttl {
    font-size: 20px;
    padding-top: 50px;
}
.sub_ttl:before {
    width: 24px;
    height: 22px;
    top: 20px;
    left: calc(50% - 12px);
}
#toc_area ol a br {
    display: none;
}
#toc_area ol {
    justify-content: flex-start;
    margin-top: 20px;
}
#toc_area ol li {
    width: 100%;
}
#toc_area ol a {
    text-align: left;
    width: 100%;
    display: block;
    font-size: 15px;
    margin: 0;
    padding-left: 30px;
}
#toc_area ol a .num {
    width: 24px;
    height: 24px;
    left: -4px;
    font-size: 13px;
    top: 1px;
}

.bg_off {
    margin: 50px auto;
}
.bg_on{
    padding: 50px 0;
}
.l_img_in:before {
    bottom: -5px;
    right: -5px;
}
.l_img {
    margin: 20px -10px;
}
.sec_ttl {
    font-size: 20px;
    padding-top: 35px;
    padding-bottom: 10px;
    line-height: 2.1;
    padding-left: 35px;
}
.sec_ttl .num {
width: 28px;
    height: 28px;
    font-size: 15px;
    top: 42px;
}
.border_wrap {
    margin-top: 20px;
    padding: 30px 20px;
}
.border_wrap &gt; .ttl {
    font-size: 18px;
}
.border_wrap .img_2col {
    display: block;
    margin-top: 10px;
}
.border_wrap .img_2col .text {
    width: 100%;
    margin: 0 0 0 10px;
}
.border_wrap .img_2col ul li {
    font-size: 14px;
}
.border_wrap .img_2col ul li + li {
    margin-top: 15px;
}
.border_wrap .img_2col .img {
    width: 100%;
    margin-top: 20px;
}
.ttl_list {
    margin-top: 15px;
}
.ttl_list .ttl {
    font-size: 16px;
    padding-left: 20px;
}
.ttl_list .ttl span:before {
    width: 18px;
    height: 16px;
    top: -1px;
    left: -23px;
}
.ttl_list .text + .ttl {
    margin-top: 20px;
}
.item_list {
    margin-top: 20px;
}
.item_list .item {
    display: block;
}
.item_list .item .img {
    width: 100%;
}
.item_list .item .text_area {
    width: 100%;
    display: block;
    margin: 20px 0 0;
}
.item_list .item .text_area .ttl {
    font-size: 16px;
    margin-top: -5px;
    padding-bottom: 10px;
}
.item_list .item .text_area .ttl:before {
    width: 18px;
    height: 16px;
    top: 7px;
}
.item_list .item .text_area .text + .kanren {
    font-size: 15px;
    padding-top: 15px;
}
.item_list .item + .item {
    margin-top: 25px;
}
.osusume_wrap .ttl {
    font-size: 18px;
}
.osusume_wrap {
    padding: 20px;
}
.osusume_wrap .item_list {
    display: block;
}
.osusume_wrap .item_list .item {
    width: 100%;
}
.osusume_wrap .item_list .item + .item {
    margin: 20px 0 0;
}
.osusume_wrap .item_list .text {
    font-size: 15px;
    padding-top: 15px;
}
.ttl_list .text + .kanren,
.kanren_bttl {
    font-size: 16px;
}
.ttl_list .kanren + .kanren {
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.border_wrap.row2 .ttl_list .text + .ttl,
.num_list + .ttl_list{
    margin-top: 25px;
    padding-top: 25px;
}
.bottom_btn a {
    width: 90%;
    min-width: auto;
    font-size: 16px;
    padding: 5px 10px;
}
.item_list.col3 &gt; .item {
    width: 100%;
    margin: 20px 0;
}
.item_list.col3 {
    margin: 0;
}
.item_list.col3 .item .img {
    height: 45vw;
}
.item_list.col3 .item .text_area {
    margin-bottom: 0;
}
.bg_list {
    display: block;
    margin: 0;
}
.bg_list .item {
    width: 100%;
    margin: 0;
}
.bg_list .item + .item{
    margin-top: 20px;
}
.bg_list .item .ttl {
    font-size: 16px;
}
.bg_list .item .ttl span:before {
    width: 14px;
    height: 14px;
    margin-right: 10px;
}
.bg_list .item ul li {
    font-size: 14px;
    padding-left: 16px;
}
.bg_list .item ul li + li {
    margin-top: 5px;
}
}</pre></body></html>