@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.st-cardbox {
    padding: 15px;
    border: 1px solid #E0E0E0;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 1px 4px rgb(0, 0, 0, .1), 0 3px 3px -3px rgb(0, 0, 0, .1);
    transition: all .5s;
    width: 100%;
    box-sizing: border-box;
}
.st-embed-cardlink .st-cardbox .clearfix dd p.st-cardbox-t, #side .st-cardbox .clearfix dd h5.st-cardbox-t, .st-cardlink .st-cardbox .clearfix dd h5.st-cardbox-t {
    font-weight: bold;
    font-size: inherit;
    padding-top: 0;
    margin-bottom: 5px;
    color: #333;
}
#footer p.cardbox-more, #side p.cardbox-more,p.cardbox-more {
    margin-bottom: 5px;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    text-align: center;
    text-decoration: none;
    color: #757575;
	max-width: 120px;
    font-size: 12px;
}
.kanren.st-cardbox>dl{
	display: flex;
	justify-content:space-between;
}
.kanren.st-cardbox>dl dd{
	width:calc(100% - 170px);
}
.st-card-img{
	width: 150px;
    height: 150px;
    margin-right: 20px;
	position:relative;
}
.st-card-img img{
    position: absolute;
	width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.post .st-minihukidashi, .st-minihukidashi {
    font-size: 100%;
    display: inline-block;
    position: relative;
    background: #f3f3f3;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 20px;
    padding: 10px 20px;
    border-radius: 30px;
    z-index: 2;
}
.post .st-minihukidashi span.st-minihukidashi-arrow, .st-minihukidashi span.st-minihukidashi-arrow {
    content: '';
    position: absolute;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #f3f3f3;
    top: 100%;
    left: 40px;
}
.st-marumozi-big {
    padding: 8px 20px;
    margin: 0 10px 0 0;
    display: inline-block;
    font-weight: bold;
}
.st-kaiwa-box {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: table;
}
.st-kaiwa-area2 {
    display: table-cell;
    vertical-align: top;
    text-align: right;
}
.st-kaiwa-face2 {
    text-align: center;
    display: table-cell;
    width: 60px;
    vertical-align: top;
}
.st-kaiwa-face {
    text-align: center;
    display: table-cell;
    width: 60px;
    vertical-align: top;
}
.st-kaiwa-face-name {
    color: #616161;
    font-size: 70%;
    line-height: 1.5;
    max-width: 60px;
}
.st-kaiwa-area {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding-top: 5px;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.st-kaiwa-hukidashi {
    display: inline-block;
    padding: 15px 20px;
    margin-left: 20px;
    border-radius: 7px;
    position: relative;
    background-color: #f9f9f9;
    word-break: break-all;
}
.st-kaiwa-hukidashi2 {
    display: inline-block;
    padding: 15px 20px;
    margin-right: 20px;
    border-radius: 7px;
    position: relative;
    background-color: #f9f9f9;
    text-align: left;
    word-break: break-all;
}
.st-kaiwa-hukidashi, .st-kaiwa-hukidashi2 {
    background-color: #eefaff;
}
.st-kaiwa-box .st-kaiwa-face img, .st-kaiwa-box .st-kaiwa-face2 img {
    border-radius: 60px;
}
.st-kaiwa-hukidashi::after {
    content: "";
    position: absolute;
    top: 30px;
    left: -10px;
    margin-top: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f9f9f9 transparent transparent;
}
.st-kaiwa-hukidashi::after {
    border-color: transparent #eefaff transparent transparent;
}
.st-kaiwa-hukidashi2::after {
    content: "";
    position: absolute;
    top: 30px;
    right: -10px;
    margin-top: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #f9f9f9;
}
.kaiwaicon2 .st-kaiwa-hukidashi2::after {
    border-color: transparent transparent transparent #edf6fb;
}
.st-mybox {
    position: relative;
    margin: 25px 0;
    padding: 0 20px;
    border: solid 2px #9E9E9E;
    border-radius: 8px;
}
.st-in-mybox {
    padding: 20px 0;
    z-index: -2;
}
.st-fa{
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
	font-style: normal;
}
.clip-memobox {
    display: flex;
    background: #f3f3f3;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 10px;
}
.clip-fonticon {
    align-self: center;
    padding: 0 .7em 0 calc(.7em - 5px);
    text-align: center;
    flex-shrink: 0;
    border-right: 1px solid #E0E0E0;
}
.clip-memotext {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    padding-left: 1em;
    box-sizing: border-box;
}
.yellowbox {
    padding: 20px;
    background-color: #ffffe0;
    margin-bottom: 20px;
}
.yellowbox:not(.noborder) {
    border: solid 1px #fffacd;
}
.ymarker-s {
    background: linear-gradient(transparent 70%, #FFF9C4 0%);
}
.ymarker, .ymarker-s, .gmarker, .gmarker-s, .rmarker, .rmarker-s, .bmarker, .bmarker-s {
    font-weight: bold;
}
.hutoaka {
    font-weight: bold;
    color: #ff3333;
}
.st-in-mybox .st-point, .st-point {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1.5;
    padding-left: calc(2em + 20px);
    margin-bottom: 20px;
}
.st-point::before {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "POINT";
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 50%;
    line-height: 1.5;
    background: #ccc;
    border-radius: 2em;
    width: 4em;
    height: 4em;
}
.st-point::before {
    color: #3dc2ff;
    background: #eefaff;
}
.st-step-title {
    position: relative;
    border-bottom: solid 2px #3dc2ff;
	font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    padding: 10px 10px 10px 65px;
    background: #fff;
    margin-top: 30px;
}
.st-step-box {
    position: absolute;
    left: -5px;
    display: block;
    bottom: 15px;
}
.st-step {
    position: relative;
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 5px 7px;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
    font-size: 13px;
    background: #ccc;
    box-sizing: border-box;
    line-height: 18px;
}
.st-step {
    color: #3dc2ff;
    background: #eefaff;
    border-radius: 5px;
}
.st-step-title .st-step {
    font-weight: normal;
}
.st-step::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 13px solid #ccc;
    z-index: 0;
}
.st-step::before {
    border-top-color: #eefaff;
}
.st-step-no {
    font-size: 150%;
    font-weight: bold;
}
[class*=rankh]{
	border: none !important;
}
.st-mybtn {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.st-mybtn:not(.st-mybtn-noborder) {
    border: 1px solid #ccc;
}
.st-mybtn.st-btn-default {
    min-width: 40%;
}
.st-mybtn a {
    padding: .7em 1.5em;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    height: 100%;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}
.st-reflection-on:not(.no-reflection), .st-mybtn.st-reflection:not(.no-reflection) a {
    position: relative;
    overflow: hidden;
}
.freebox {
	border-top: solid 1px #FEB20A;
    padding: 0 0 10px;
    background: #f3f3f3;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
    position: relative;
    border-top-color: #3dc2ff;
    background: #eefaff;
}
.free-inbox {
    padding: 10px 15px 10px;
    text-align: left;
}
.p-entry-f {
    padding: 3px 20px;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    background: #FEB20A;
    color: #fff;
    top: 0;
    left: 0;
    max-width: 80%;
    display: inline-block;
}
.p-entry-f {
    background: #3dc2ff;
    color: #ffffff;
}
main, .st-count-reset, .st-link-guide, .st-link-guide .sub-menu {
    counter-reset: stcnt !important;
}
.post .st-timeline, .st-timeline {
    margin-left: .5em;
}
.post .st-timeline {
    padding: 0 !important;
}
.st-timeline > li {
    position: relative;
    padding-left: 26px;
    list-style: none;
    border-left: 1px solid #ccc;
	margin-top:0!important;
	margin-bottom:0!important;
}
.st-timeline.st-timeline-count > li, .st-timeline > li {
    border-left-color: #3dc2ff;
}
.st-timeline > li > div {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
}
.st-timeline-list-text a, .st-timeline-list-text {
    font-size: 105%;
    margin-bottom: 10px;
    line-height: 1.5;
}
.st-timeline > li .st-timeline-list-text {
    position: relative;
}
.st-timeline > li.has-no-text::after, .st-timeline > li.is-align-center::after, .st-timeline > li.has-text.is-align-default .st-timeline-list-text::after {
	content: "●";
    font-family: stsvg;
    font-size: 13px;
    color: #ccc;
	font-weight: bold;
}
.st-timeline > li::after, .st-timeline > li.has-text.is-align-default .st-timeline-list-text::after {
    position: absolute;
    top: 0;
    left: -.5em;
}
.st-timeline > li.has-text.is-align-default .st-timeline-list-text::after {
    left: calc((26px + .5em)* -1);
}
.st-timeline > li.is-align-center::after, .st-timeline > li.has-text.is-align-default .st-timeline-list-text::after {
    top: 50%;
    transform: translate(0, -50%);
}
.st-timeline > li.has-no-text::after, .st-timeline > li.is-align-center::after, .st-timeline > li.has-text.is-align-default .st-timeline-list-text::after {
    color: #3dc2ff;
}
.st-marumozi {
    font-size: 85%;
    padding: 8px 20px;
    margin: 0 10px 0 0;
    display: inline-block;
}
.st-square-checkbox:not(.st-square-checkbox-nobox) {
    border: 3px solid #f3f3f3;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.st-mcbtn-box {
    border-radius: 5px;
}
.st-mcbox-title, .post .st-mcbox-title {
    font-weight: bold;
    margin-bottom: 10px;
}
.center {
    text-align: center;
}
.st-in-mybox {
    padding: 20px 0;
    z-index: -2;
}
.st-tab-content {
    margin-bottom: 20px;
}
.st-tab-content-type-button {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.st-in-mybox > *:last-child {
    margin-bottom: 0;
}
.st-tab-content-type-button > label {
    position: relative;
    margin: 0;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    width: 50%;
    border-radius: 0;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.st-tab-label {
    display: none;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="radio"] {
        opacity: 1;
    }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="radio"] + label {
        display: inline;
        padding: inherit;
    }
}
.st-tab-content-type-button.st-tab-content-tab-3 label {
    width: 33.33333%;
}
.st-tab-content-type-button > label:first-of-type {
    border-radius: 5px 0 0 5px;
}
.st-tab-content input[type="radio"] + label {
    padding: 7px;
    display: inline-block;
}
.st-tab-main {
    display: none;
}
.st-tab-content-type-button .st-tab-main {
    width: 100%;
    margin-top: 20px;
}
.st-tab-content-type-button .st-tab-main {
    animation-name: StFedeIn;
    animation-duration: 2s;
}
.st-tab-label[value="1"]:checked ~ .st-tab-main-1,.st-tab-label[value="2"]:checked ~ .st-tab-main-2,.st-tab-label[value="3"]:checked ~ .st-tab-main-3,.st-tab-label[value="4"]:checked ~ .st-tab-main-4 {
    display: block;
}
.st-tab-content > label::after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: calc(100% + 2px);
    height: 100%;
    opacity: 0.4;
    border: 1px solid #fff;
    top: -1px;
    left: -1px;
}
.st-tab-content .st-tab-label:checked + label::after {
    opacity: 0 !important;
}
.st-wide-background {
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 15px;
    margin-bottom: 20px;
}
.is-style-st-maruno > li,.is-style-st-maruck > li,.maruno li,.maruck li {
    list-style-type: none;
    padding-left: 2.25em;
    position: relative;
}
.maruck ul{
	list-style:none!important
}
.is-style-st-maruck > li::before,.maruck li::before {
	content: "\f00c";font-weight: bold;
	font-family: "Font Awesome 6 Free";
}
.is-style-st-maruno > li::before,.is-style-st-maruck > li::before,.maruno li::before,.maruck li::before {
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    background: #f3f3f3;
    color: #333;
    box-sizing: border-box;
    left: .25em;
    position: absolute;
    transform: scale(.8);
}
.is-style-st-maruck > li::before,.maruck li::before {
    background: #3dc2ff;
    color: #ffffff;
}
.y-star, .w-star {
    font-size: 90% !important;
    margin: 0;
}
.st-svg-star:before {
    content: "\f005";
}
.st-svg-star-o:before {
    content: "\f006";font-weight: normal;
}
.st-svg-star-half-o:before {
    content: "\f123";
}
.y-star .st-svg-star, .w-star .st-svg-star-half-o, .w-star .st-svg-star-o {
    color: #ffb400;
}
@media only screen and (min-width: 600px) {
    .responbox50 .lbox {
        float: left;
        padding-right: 7px;
        width: 50%;
        box-sizing: border-box;
    }
    .responbox50 .rbox {
        float: left;
        padding-left: 7px;
        box-sizing: border-box;
        width: 50%;
    }
}
.st-blackboard {
    padding: 30px 30px 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
    border: 3px solid #f3f3f3;
    background: #fff;
    border-radius: 0;
}
.st-blackboard-title-box {
    text-align: center;
    margin-bottom: 10px;
}
.st-blackboard-title {
    color: #424242;
    display: inline-block;
    border-bottom: 2px solid #424242;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px 5px;
    background: #fff;
}
.st-blackboard-title::before {
    content: "\f0f6\00a0";
	font-family: "Font Awesome 6 Free";
}
.st-blackboard ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list) {
    display: block;
    margin-bottom: 0;
    padding: 10px 0 0;
}
#side aside .st-blackboard ul li, .st-blackboard ul li {
    position: relative;
    display: block;
    line-height: 1.7;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 0.5em;
    padding-top: .25em;
    padding-bottom: 0.75em;
    padding-left: calc(1em + 20px);
}
.st-blackboard:not(.square-checkbox) ul.st-blackboard-list:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) li::before {
    content: "\f058\00a0\00a0";
	font-family: "Font Awesome 6 Free";
    color: #ff0000;
    position: absolute;
    top: calc(50% - 1em);
    left: .4em;
    z-index: 2;
    margin-right: 15px;
    font-size: 90%;
    line-height: 1.5;
}
.graybox:not(.noborder) {
    border: solid 1px #ccc;
}
.graybox {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fafafa;
}
    p, .post h5 {
        margin-bottom: 20px;
    }
.post_content table {
    box-sizing: border-box;
    border-top: 1px #d4d4d4 solid;
    border-right: 1px #d4d4d4 solid;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
}
.st-mybox .st-mybox-title {
    position: absolute;
    display: inline-block;
    top: -.5em;
    left: 10px;
    padding: 0 5px 10px;
    line-height: 1;
    color: #9E9E9E;
    font-weight: bold;
    margin-bottom: 10px;
    z-index: 1;
}
.st-mybox.has-title .st-mybox-title {
    padding-right: 10px;
    padding-left: 10px;
}
.st-svg-check-circle:before {
    content: "\f058";
	font-family: "Font Awesome 6 Free";
}
.st-mybox .st-fa, .st-mybox .fa {
    margin-right: 5px;
    margin-left: 5px;
}