@charset "utf-8";
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-sans-jp-v56-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/noto-sans-jp-v56-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/noto-sans-jp-v56-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/noto-sans-jp-v56-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/noto-sans-jp-v56-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/noto-sans-jp-v56-latin-regular.svg#NotoSansJP') format('svg');
    /* Legacy iOS */
}
/* noto-sans-jp-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/noto-sans-jp-v56-latin-700.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/noto-sans-jp-v56-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/noto-sans-jp-v56-latin-700.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/noto-sans-jp-v56-latin-700.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/noto-sans-jp-v56-latin-700.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/noto-sans-jp-v56-latin-700.svg#NotoSansJP') format('svg');
    /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    min-height: 100%;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
body {
    color: #6F7072;
    font: 400 0.938em/1.3em 'Noto Sans JP', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    overflow: hidden;
    background-color: #fff;
}
:is(h1, h2, h3, h4, strong) {
    font-weight: 700;
}
header a {
    position: absolute;
    top: 1%;
    right: 3.5%;
    width: 17.5%;
    height: 56%;
    display: block;
    z-index: 9999;
}
header {
    position: relative;
}
article {
    line-height: 1.5;
}
.flex {
    padding: 0 22px 0 30px;
    display: flex;
    justify-content: space-between;
    gap: 16px 24px;
    align-items: flex-start;
}
footer {
    position: absolute;
    bottom: 3%;
    right: 0;
    width: 38.625%;
    padding-right: 22px;
    font-size: 1em;
    line-height: 1.5;
}
footer>div {
    background-color: #FCF2EA;
    padding: 16px;
}
.p {
    margin-bottom: 16px;
}
footer strong {
    display: block;
}
p {
    margin: 0 0 0;
    padding: 0;
}
h1 {
    margin: -82px 22px 19px 0;
    padding: 0;
    font-size: 28px;
    line-height: 1.1;
    color: #fff;
    z-index: 99;
    position: relative;
}
.icon {
    position: relative;
}
.icon img {
    position: absolute;
    top: 5px;
    left: -30px;
}
.line {
    line-height: 2;
}
h1 strong {
    background-color: rgba(0, 157, 224, 0.7);
    display: block;
    padding: 14px 28px;
    font-weight: 600;
    font-size: 1.75em;
}
h1 small {
    background-color: #DE813A;
    display: block;
    padding: 8px 28px;
    font-size: 1.125em;
    line-height: 1.3;
}
h2 {
    font-size: 1.5em;
    line-height: 1.3em;
    font-weight: 600;
    margin: 0 0 15px;
}
h2 strong {
    display: inline-block;
    margin: 0 0 0 -30px;
    padding: 5px 30px 5px 30px;
    width: 272px;
    color: #fff;
    background-color: #009DE0;
}
h3 {
    font-size: 1.5em;
    line-height: 1.2em;
    margin-bottom: 12px;
    margin-top: 17px;
}
h4 {
    font-size: 1.6em;
    line-height: 1.3;
    background-color: #DE813A;
    padding: 9px 18px;
    color: #fff;
    font-weight: 600;
}
.main {
    padding-top: 0;
    width: 59.5%;
}
.main p {
    margin-bottom: 20px;
    text-align: justify;
}
.main ul {
    margin: 23px 0 38px;
}
.right {
    padding: 8px 10px 0;
    width: 39%;
    border: 1px solid #009DE0;
    color: #009DE0;
    font-size: 0.85em;
    line-height: 1.3;
}
.border {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.info {
    padding: 10px 16px 19px 50px;
}
a {
    color: #6F7072;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li {
    padding-left: 32px;
    background: url('../images/icon.jpg') no-repeat 0 0;
    margin: 1px 0;
}
ul.list li {
    padding-left: 32px;
    background: url('../images/icon2.jpg') no-repeat 0 0;
    margin: 1px 0 7px;
}
ul.list li.ul {
    padding-left: 51px;
    background: url('../images/iconlist.jpg') no-repeat 0 -4px;
    margin: 11px 0 7px -18px;
}
ul.list li.ul strong {
    color: #EAA871;
}
.right ul li {
    padding-left: 18px;
    margin-top: 12px;
}
.right strong {
    display: block;
}
figure {
    text-align: center;
    margin: 3px 0;
}
a ins {
    text-decoration: underline;
    color: #5B7ABA;
}
.font {
    font-size: 2.4em;
    line-height: 1.2em;
    margin: 5px 0 15px;
}
@media all and (max-width:929px) {
    #wrapper {
        margin: 0;
        border: none;
    }
    br {
        display: none;
    }
    footer br {
        display: inline;
    }
    h1 {
        margin-right: 0;
        margin-top: 0;
    }
    h1 strong {
        font-size: 1.5em;
        padding: 8px 16px;
    }
    h1 small {
        padding: 8px 16px;
        font-size: 1em;
    }
    .main {
        padding-top: 0;
        width: 100%;
    }
    .flex {
        padding: 0 16px;
        flex-direction: column;
    }
    h2 strong {
        display: inline-block;
        margin: 0 0 0 -16px;
        padding: 5px 16px;
        width: 100%;
        color: #fff;
        background-color: #009DE0;
    }
    .flex>div {
        width: 100% !important;
    }
    .main p {
        margin-bottom: 16px;
        text-align: left;
    }
    .main ul {
        margin: 16px 0;
    }
    footer {
        margin: 16px 16px 0;
        position: static;
        bottom: 0;
        right: 0;
        width: auto;
        padding-right: 0;
    }
    ul li {
        padding-left: 24px;
    }
    .border br {
        display: none;
    }
}
@media all and (max-width:480px) {
    h1 strong {
        font-size: 1.125em;
    }
    h1 small{
        font-size: 0.8em;
    }
    .font{
        font-size: 1.7em;
    }
    h2{
        font-size: 1.313em;
    }
    h4{
        font-size: 1.4em;
    }
}