@charset "UTF-8";

/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;600&display=swap'); */

h1 {
    line-height: 1.2em;
}
h2 {
    border-bottom: 1px solid rgba(230, 220, 220, 0.5);
    padding-bottom: 0.2em;
    background: linear-gradient(
        to right,
        rgba(250, 250, 250, 0),
        rgba(230, 220, 220, 0.4)
    );
    line-height: 1.2em;
    padding: 0.5em 0;
    border-radius: 0 0.5em 3em 0;
}
h1:not(:first-of-type),
h2:not(:first-of-type),
h3:not(:first-of-type) {
    margin-top: 3em;
}
a:visited {
    color: #00f;
}
@media screen and (max-width: 768px) {
    .spbr::before {
        content: "\A";
        white-space: pre;
    }
}
.stripelogo {
    position: relative;
    display: block;
    width: 100px;
    height: auto;
    margin: 2em 0 2em auto;
    transition-duration: 0.2s;
}
a.stripelogo:hover {
    transform: scale(1.1);
}
a.stripelogo:active {
    filter: none;
}
.stripelogo img {
    width: 100%;
}
.mbtmzero {
    margin-bottom: 0;
}
.textspace {
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.tbold {
    font-weight: bold;
}
.uline {
    /* 	text-decoration: underline; */
    border-bottom: 0.7px solid #111;
}
.mypagelink {
    text-align: right;
    margin-bottom: 2em;
    position: relative;
}
.mypagelink a {
    color: blue !important;
}
.mfczip_postcode {
    width: 8em;
}
.mfczip_address,
.mfczip_addresskana,
.mfczip_companyname {
    width: calc(100% - 1em - 2px);
}
.textcenter {
    text-align: center;
}
header {
    position: sticky;
    display: block;
    padding: 1.5em;
    width: calc(100% - 3em);
    top: 0;
    text-align: center;
    background-color: #eee;
    border: 1px solid rgba(230, 220, 220, 0.5);
    z-index: 10;
}
header img.logo {
    position: absolute;
    display: block;
    height: 5em;
    top: 0.4em;
    left: 1.5em;
}
header h1 {
    /* margin: 0 0 0 4em; */
    margin: 0 0 0 5.2em;
    line-height: 1.4em;
}
@media screen and (max-width: 880px) {
    header h1 {
        margin: 0 0 0 6em;
        font-size: 1.6em;
    }
}
@media screen and (max-width: 768px) {
    header {
        padding: 0.7em;
        width: calc(100% - 1.4em);
        font-size: 5vw;
    }
    header img.logo {
        height: 3.3em;
        top: 0.4em;
        left: 0.4em;
    }
    header h1 {
        font-size: 1em;
        margin-left: 28vw;
    }
}
footer {
    position: fixed;
    display: block;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    text-align: center;
    border-top: 1px solid #aaa;
    line-height: 2em;
    color: #555;
}
footer a {
    color: #555 !important;
}
.maincontent {
    display: block;
    width: 80%;
    margin: 3em auto;
    word-break: break-all;
}
@media screen and (max-width: 768px) {
    .maincontent {
        width: 90%;
    }
}
.example {
    position: relative;
    display: block;
    margin: 0.5em 0 2em;
    padding: 0;
    /* min-width: 50%; */
    /*     width: calc(100% - 4em - 20px); */
    width: calc(100% - 20px);
    overflow: hidden;
}
.example .innercotent {
    padding: 0 2em 2em;
}
.example h3 {
    margin-top: 0;
    text-align: center;
    border-bottom: 1px dashed #ddd;
    width: 100%;
    line-height: 3em;
}
@media screen and (max-width: 768px) {
    .example h3 {
        text-align: left;
        font-weight: bold;
        line-height: 2em;
    }
}
.example label {
    display: inline-block;
    margin: 1em 0 0.5em;
    font-size: 12pt;
    font-weight: bold;
}
.example button {
    display: inline-block;
    padding: 0.3em;
    margin: 0 0.5em;
    font-size: 12pt;
}
@media screen and (max-width: 768px) {
    .example button {
        margin-bottom: 1em;
    }
}
.example select,
.example input {
    font-size: 12pt;
    padding: 0.5em;
    margin-bottom: 1em;
    max-width: calc(100% - 1em - 2px);
}
.example .inputmemo {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 0 1em;
    top: -1em;
    font-size: 85%;
    line-height: 1em;
}
.example .inputmemo:before {
    content: "※";
    position: relative;
    display: inline-block;
    margin-left: -1em;
}
.example1 {
    border: 10px solid #fdf;
    border-radius: 0.5em;
    border-top-width: 0;
}
.example1 h3 {
    background-color: #fdf;
}
.example1 select,
.example1 input {
    padding: 1em;
    border: 1px solid #ddd;
    border-radius: 0.5em;
}
.example2 {
    border: 10px solid #fdd;
    border-radius: 0.5em;
    border-top-width: 0;
}
.example2 h3 {
    background-color: #fdd;
}
.example2 label {
    margin-bottom: 0;
}
.example2 select,
.example2 input {
    padding: 0.5em 0.5em;
    border-radius: 0.5em 0.5em 0 0;
    border: none;
    border-bottom: 1px solid #111;
}
.sourcecode {
    background-color: #111;
    color: #eee;
    width: calc(100% - 2em);
    /*     height: 22em; */
    padding: 1em;
    font-size: 12pt;
    white-space: pre;
    overflow: scroll;
}
.sourcecode .red {
    color: #f99;
}
.sourcecode .yellow {
    color: #ff9;
}
.sourcecode .green {
    color: #9f9;
}
.sourcecode .blue {
    color: #99f;
}
.sourcecode .lightblue {
    color: #9ff;
}
.Clause {
    margin: 3em 0;
}
.caution {
    display: inline-block;
    position: relative;
    margin-left: 1.2em;
    width: calc(100% - 1.2em);
}
.caution.red {
    /* 	color: #ef0000; */
    color: #b50000;
}
.caution::before {
    content: "※";
    display: block;
    position: absolute;
    margin-left: -1.2em;
}
.indent1em {
    margin-left: 1em;
    width: calc(100% - 1em);
}
ul.feature {
    list-style: none;
    padding: 0;
}
ul.feature li {
    line-height: 1.2em;
    padding: 0.6em 0;
    border-bottom: 1px solid #bbb;
    margin: 0em 0.7em;
}
ul.feature li:nth-child(1) {
    border-top: 1px solid #bbb;
}
ul.feature li a {
    display: block;
    color: inherit;
    text-decoration: none;
}
ul.feature li a:hover {
    text-decoration: underline;
}
ul.feature li .tbold {
    font-size: 110%;
    line-height: 1.8em;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    h2 {
        font-size: 7vw;
    }
    h3 {
        font-size: 5vw;
    }
}
