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

/* ────────────────────── *
 *                                              *
 * コンテンツ                                   *
 *                                              *
 * ────────────────────── */

.contents {
    position: relative;
    overflow: hidden;
}
.contents h2 {
    width: 100%;
}
.contents h2 img {
    width: 100%;
    max-width: none;
}
.contents .inner {
    width: 930px;
    margin: 0 auto;
}
.contents .inner ol.pagination {
    margin: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contents .inner ol.pagination li {
    width: 220px;
    filter: drop-shadow(0 0 4px rgba(145,0,44,0.35));
}
.contents .merit {
    background: url("../../completed/image/bg-contents.png") repeat-y center center / cover;
    padding: 110px 0;
}
.contents .merit .inner {
    background: #fff;
    padding: 0 74px 74px;
    margin: 0 auto 110px;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    border: 1px solid #c21500;
    border-image: linear-gradient(90deg, rgba(228, 0, 127, 1) 0%, rgba(249, 183, 0, 1) 100%);
    border-image-slice: 1;
}
.contents .merit .inner#merit-04 {
    margin: 0 auto;
}
.contents .merit .inner p.label {
    position: absolute;
    left: 0;
    top: 0;
}
.contents .merit .inner h3 {
    font-size: 26px;
    font-weight: 700;
    background: url("../../completed/image/bg-title.png") no-repeat center bottom;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 35px 0;
    margin: 0 auto 30px;
}
.contents .merit .inner p.read {
    font-family: "YakuHanJP_Noto", "Noto Sans JP";
    font-size: 16px;
    line-height: 1.625;
    text-align: center;
    margin: 0 auto 30px;
}
.contents .merit .inner p.read em {
    color: #e85298;
    font-style: normal;
}
.contents .merit .inner ol#checkpoint {
    margin: 0 auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contents .merit .inner ol#checkpoint li {
    filter: drop-shadow(0 0 4px rgba(145,0,44,0.35));
}
.contents .merit .inner p.image {
    margin-bottom: 10px;
}
.contents .merit .inner p.notice {
    font-family: "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
    font-size: 10px;
    line-height: 1.2;
}
.contents .merit .inner h4 {
    font-family: "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 6px;
}
.contents .merit .inner#merit-03 h4 {
    background : -moz-linear-gradient(0% 50% 0deg,rgba(238, 135, 180, 1) 0%,rgba(232, 82, 152, 1) 100%);
    background : -webkit-linear-gradient(0deg, rgba(238, 135, 180, 1) 0%, rgba(232, 82, 152, 1) 100%);
    background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(238, 135, 180, 1) ),color-stop(1,rgba(232, 82, 152, 1) ));
    background : -o-linear-gradient(0deg, rgba(238, 135, 180, 1) 0%, rgba(232, 82, 152, 1) 100%);
    background : -ms-linear-gradient(0deg, rgba(238, 135, 180, 1) 0%, rgba(232, 82, 152, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EE87B4', endColorstr='#E85298' ,GradientType=0)";
    background : linear-gradient(90deg, rgba(238, 135, 180, 1) 0%, rgba(232, 82, 152, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EE87B4',endColorstr='#E85298' , GradientType=1);
}
.contents .merit .inner#merit-04 h4 {
    background : -moz-linear-gradient(0% 50% 0deg,rgba(163, 166, 200, 1) 0%,rgba(102, 107, 163, 1) 100%);
    background : -webkit-linear-gradient(0deg, rgba(163, 166, 200, 1) 0%, rgba(102, 107, 163, 1) 100%);
    background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(163, 166, 200, 1) ),color-stop(1,rgba(102, 107, 163, 1) ));
    background : -o-linear-gradient(0deg, rgba(163, 166, 200, 1) 0%, rgba(102, 107, 163, 1) 100%);
    background : -ms-linear-gradient(0deg, rgba(163, 166, 200, 1) 0%, rgba(102, 107, 163, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A3A6C8', endColorstr='#666BA3' ,GradientType=0)";
    background : linear-gradient(90deg, rgba(163, 166, 200, 1) 0%, rgba(102, 107, 163, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A3A6C8',endColorstr='#666BA3' , GradientType=1);
}
.contents .merit .inner .flow {
    padding: 25px;
}
.contents .merit .inner#merit-03 .flow {
    background : -moz-linear-gradient(50% 0% -90deg,rgba(252, 229, 239, 1) 0%,rgba(248, 203, 224, 1) 100%);
    background : -webkit-linear-gradient(-90deg, rgba(252, 229, 239, 1) 0%, rgba(248, 203, 224, 1) 100%);
    background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(252, 229, 239, 1) ),color-stop(1,rgba(248, 203, 224, 1) ));
    background : -o-linear-gradient(-90deg, rgba(252, 229, 239, 1) 0%, rgba(248, 203, 224, 1) 100%);
    background : -ms-linear-gradient(-90deg, rgba(252, 229, 239, 1) 0%, rgba(248, 203, 224, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCE5EF', endColorstr='#F8CBE0' ,GradientType=0)";
    background : linear-gradient(180deg, rgba(252, 229, 239, 1) 0%, rgba(248, 203, 224, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCE5EF',endColorstr='#F8CBE0' , GradientType=0);
}
.contents .merit .inner#merit-04 .flow {
    background : -moz-linear-gradient(50% 0% -90deg,rgba(232, 233, 241, 1) 0%,rgba(209, 211, 227, 1) 100%);
    background : -webkit-linear-gradient(-90deg, rgba(232, 233, 241, 1) 0%, rgba(209, 211, 227, 1) 100%);
    background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(232, 233, 241, 1) ),color-stop(1,rgba(209, 211, 227, 1) ));
    background : -o-linear-gradient(-90deg, rgba(232, 233, 241, 1) 0%, rgba(209, 211, 227, 1) 100%);
    background : -ms-linear-gradient(-90deg, rgba(232, 233, 241, 1) 0%, rgba(209, 211, 227, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8E9F1', endColorstr='#D1D3E3' ,GradientType=0)";
    background : linear-gradient(180deg, rgba(232, 233, 241, 1) 0%, rgba(209, 211, 227, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8E9F1',endColorstr='#D1D3E3' , GradientType=0);
}
.contents .merit .inner .flow p.head {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}
.contents .merit .inner#merit-03 .flow p.head {
    color: #e4007f;
}
.contents .merit .inner#merit-04 .flow p.head {
    color: #666ba3;
}
.contents .merit .inner .flow ol {
    font-family: "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
}
.contents .merit .inner .flow ol li {
    background: #fff;
    padding: 8px;
    margin-bottom: 20px;
    border-radius: 3px;
    position: relative;
}
.contents .merit .inner .flow ol li:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 13px 0 13px;
    position: absolute;
    left: 50%;
    top: calc(100% + 6px);
    transform: translateX(-50%);
}
.contents .merit .inner .flow ol li:last-child {
    margin-bottom: 0;
}
.contents .merit .inner .flow ol li:last-child:after {
    content: none;
}
.contents .merit .inner#merit-03 .flow ol li:after {
    border-color: #ee87b4 transparent transparent transparent;
}
.contents .merit .inner#merit-04 .flow ol li:after {
    border-color: #8a8cb9 transparent transparent transparent;
}
.contents .merit .inner .flow ol li em {
    font-style: normal;
    font-weight: 700;
}
.contents .merit .inner#merit-03 .flow ol li em {
    color: #e4007f;
}
.contents .merit .inner#merit-04 .flow ol li em {
    color: #666ba3;
}
.contents .merit .inner .flow dl.completed-merit {
    font-family: "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
    padding: 2px;
    margin-top: 20px;
    position: relative;
    z-index: 0;
}
.contents .merit .inner .flow dl.completed-merit:after {
    content: "";
    background : -moz-linear-gradient(23.98% -553.13% -45deg,rgba(228, 0, 127, 1) 0%,rgba(249, 183, 0, 1) 100%);
    background : -webkit-linear-gradient(-45deg, rgba(228, 0, 127, 1) 0%, rgba(249, 183, 0, 1) 100%);
    background : -webkit-gradient(linear,23.98% -553.13% ,76.02% 658.48% ,color-stop(0,rgba(228, 0, 127, 1) ),color-stop(1,rgba(249, 183, 0, 1) ));
    background : -o-linear-gradient(-45deg, rgba(228, 0, 127, 1) 0%, rgba(249, 183, 0, 1) 100%);
    background : -ms-linear-gradient(-45deg, rgba(228, 0, 127, 1) 0%, rgba(249, 183, 0, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4007F', endColorstr='#F9B700' ,GradientType=0)";
    background : linear-gradient(135deg, rgba(228, 0, 127, 1) 0%, rgba(249, 183, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4007F',endColorstr='#F9B700' , GradientType=1);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 3px;
    z-index: -1;
}
.contents .merit .inner .flow dl.completed-merit dt {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.08em;
    text-align: center;
    padding: 8px;
    background : -moz-linear-gradient(23.98% -553.13% -45deg,rgba(228, 0, 127, 1) 0%,rgba(249, 183, 0, 1) 100%);
    background : -webkit-linear-gradient(-45deg, rgba(228, 0, 127, 1) 0%, rgba(249, 183, 0, 1) 100%);
    background : -webkit-gradient(linear,23.98% -553.13% ,76.02% 658.48% ,color-stop(0,rgba(228, 0, 127, 1) ),color-stop(1,rgba(249, 183, 0, 1) ));
    background : -o-linear-gradient(-45deg, rgba(228, 0, 127, 1) 0%, rgba(249, 183, 0, 1) 100%);
    background : -ms-linear-gradient(-45deg, rgba(228, 0, 127, 1) 0%, rgba(249, 183, 0, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4007F', endColorstr='#F9B700' ,GradientType=0)";
    background : linear-gradient(135deg, rgba(228, 0, 127, 1) 0%, rgba(249, 183, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4007F',endColorstr='#F9B700' , GradientType=1);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.contents .merit .inner .flow dl.completed-merit dd {
    font-size: 17px;
    background: #fff;
    padding: 0 25px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.contents .merit .inner .flow dl.completed-merit dd ul li {
    min-height: 50px;
    padding: 15px 0 15px 65px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contents .merit .inner .flow dl.completed-merit dd ul li:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.contents .merit .inner .flow dl.completed-merit dd ul li:nth-child(1) {
    background: url("../../completed/image/bg-title.png") no-repeat left bottom;
}
.contents .merit .inner .flow dl.completed-merit dd ul li:nth-child(1):before {
    background: url("../../completed/image/point-01@2x.png") no-repeat center center / cover;
}
.contents .merit .inner .flow dl.completed-merit dd ul li:nth-child(2):before {
    background: url("../../completed/image/point-02@2x.png") no-repeat center center / cover;
}

.contents .merit .inner .flow ol li.exmaple {
    background: none;
    padding: 0;
    border-radius: 0;
}
.contents .merit .inner .flow ol li.exmaple dl {
    font-family: "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
    padding: 2px;
    position: relative;
    z-index: 0;
}
.contents .merit .inner .flow ol li.exmaple dl:after {
    content: "";
    background : -moz-linear-gradient(0% 50% 0deg,rgba(102, 107, 163, 1) 0%,rgba(232, 82, 152, 1) 100%);
    background : -webkit-linear-gradient(0deg, rgba(102, 107, 163, 1) 0%, rgba(232, 82, 152, 1) 100%);
    background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(102, 107, 163, 1) ),color-stop(1,rgba(232, 82, 152, 1) ));
    background : -o-linear-gradient(0deg, rgba(102, 107, 163, 1) 0%, rgba(232, 82, 152, 1) 100%);
    background : -ms-linear-gradient(0deg, rgba(102, 107, 163, 1) 0%, rgba(232, 82, 152, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#666BA3', endColorstr='#E85298' ,GradientType=0)";
    background : linear-gradient(90deg, rgba(102, 107, 163, 1) 0%, rgba(232, 82, 152, 1) 100%);
    border-radius : 3px;
    -moz-border-radius : 3px;
    -webkit-border-radius : 3px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666BA3',endColorstr='#E85298' , GradientType=1);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 3px;
    z-index: -1;
}
.contents .merit .inner .flow ol li.exmaple dl dt {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.08em;
    text-align: center;
    padding: 8px;
    background : -moz-linear-gradient(0% 50% 0deg,rgba(102, 107, 163, 1) 0%,rgba(232, 82, 152, 1) 100%);
    background : -webkit-linear-gradient(0deg, rgba(102, 107, 163, 1) 0%, rgba(232, 82, 152, 1) 100%);
    background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(102, 107, 163, 1) ),color-stop(1,rgba(232, 82, 152, 1) ));
    background : -o-linear-gradient(0deg, rgba(102, 107, 163, 1) 0%, rgba(232, 82, 152, 1) 100%);
    background : -ms-linear-gradient(0deg, rgba(102, 107, 163, 1) 0%, rgba(232, 82, 152, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#666BA3', endColorstr='#E85298' ,GradientType=0)";
    background : linear-gradient(90deg, rgba(102, 107, 163, 1) 0%, rgba(232, 82, 152, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666BA3',endColorstr='#E85298' , GradientType=1);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.contents .merit .inner .flow ol li.exmaple dl dd {
    font-size: 17px;
    background: #fff;
    padding: 15px 25px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.contents .merit .inner .flow ol li.exmaple dl dd strong {
    font-size: 24px;
    font-style: normal;
}
.contents ul.btn {
    width: 900px;
    margin: 100px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contents ul.btn li {
    width: 434px;
    filter: drop-shadow(0 4px 4px rgba(81,117,141,0.5));
}
.contents ul.btn li a {
    display: block;
    transition: opacity .5s;
}
.contents ul.btn li a:hover {
    opacity: 0.7;
}
</pre></body></html>