
@charset "UTF-8";

@page {
    size: A4;
	margin: 0mm 0mm;
}
@-ms-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}

* {
    font-size: inherit;
}

p,
div,
dl,
dt,
dd,
dl dt,
dl dd,
ul,
ul li ul,
ul li ol,
ol,
ol li ul,
ol li ol,
table,
form,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    font-size: inherit;
}

img {
    max-width: initial;
}

/* ローディングイメージ */
img.loading {
    background-color: white;
    background-image: url(../img/loading.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.off-canvas-wrap {
    overflow-x: auto;
}

.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
.hidden {
    display: none!important;
}

/* 強制非表示クラス */
.phantom {
    display: none !important;
}

body,dt,dd,li,h1, h2, h3, h4, h5, h6, div, a, p, button, input, textarea, select, option {
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif!important;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none !important;
}
.font-number {
    font-family: 'Roboto'!important;
}
.font-mincho {
    font-family: 'Noto Serif JP', serif!important;
}
.font-handwritten {
    font-family: 'Courgette', cursive!important;
    color: #ff9933;
}
.font-double-space {
    letter-spacing: 1em;
    margin-right: -1em!important;
}
.font-half-space {
    letter-spacing: 0.5em;
    margin-right: -0.5em!important;
}
.font-single-space {
    letter-spacing: 0;
    margin-right: 0!important;
}

/* 基本的なBODY設定 */
body {
    background-color: #faf9f5;
    color: #333;
    font-size: 5.0vw;
    line-height: 140%;
}
.off-canvas-wrap {
    background-color: transparent!important;
    width: 100%;
    overflow-x: hidden;
}
.inner-wrap {
    background-color: transparent!important;
    width: 100vw;
}
.showtime {
    opacity: 100!important;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    -ms-transition: 1.5s;
    transition: 1.5s;
}

/* ヘッダー */
#header {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    background-color: white;
    z-index: 9999;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
#header.close {
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}
#header > .logo {
	display: inline-block;
}
#header > .logo > img {
    width: auto;
}
#header > .command {
    float: right;
    display: inline-block;
    position: relative;
    width: auto;
    text-align: center;
    color: #FF9933;
    cursor: pointer;
}
#header > .command > img {
    
}
#header > .command > p {
    width: auto;
    line-height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.menu {
    display: block;
    position: fixed;
    left: 0;
    background-color: white!important;
    color: #ff9933!important;
}
.menu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.menu > ul > li {
    display: inline-block;
    position: relative;
    width: auto;
    text-align: center;
    color: #ff9933;
    cursor: pointer;
}
.menu > ul > li > img {
    
}
.menu > ul > li > p {
    width: auto;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

#footer {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #ff9933!important;
    color: white!important;
    text-align: center;
}
#footer > p {
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: center;
    color: white!important;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}

.base-section {
    width: 100%;
    padding: 0;
}
.base-section.logined {
    
}

#pagetop {
    position: fixed;
    z-index: 32766;
    display: none;
}
body:not(.logined) > #pagetop {
    
}
#pagetop > div {
    display: block;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    outline: none;
    cursor: pointer;
    opacity: .8!important;
}
#pagetop > div:hover {
    text-shadow: none;
    opacity: .9!important;
}
#pagetop > div > div {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #f93!important;
}
#pagetop > div > div > div {
    position: relative;
    transform: rotate(45deg);
}

@media only screen and (min-width: 1000px) {

    body {
        background-color: gray;
        font-size: 18px;
    }
    .off-canvas-wrap {
        background-color: #faf9f5!important;
        width: 20em;
        margin: 0 auto;
        min-height: 100%;
    }
    .inner-wrap {
        width: 100%;
    }

    #header {
        width: 20em;
        height: 3em;
        padding: 0 0;
        margin: 0 calc((100% - 20em) / 2);
    }
    #header.close {
        top: -3em;
    }
    #header > .logo {
        
    }
    #header > .logo > img {
        height: 2.0em;
        margin: 0.5em 0.5em;
    }
    #header > .command {
        height: 3.0em;
        padding: 0 0.5em 0 0;
    }
    #header > .command > img {
        height: 1.2em;
        margin: 0.6em 0 0.2em 0;
    }
    #header > .command > p {
        min-width: 2.6em;
        font-size: 0.6em;
    }

    .menu {
        bottom: 1.4em;
        width: 20em;
        height: 3.2em;
        padding: 0;
        margin: 0 calc((100% - 20em) / 2);
    }
    .menu > ul {
        height: 3.2em;
    }
    .menu > ul > li {
        height: 3.2em;
        padding: 0 0.2em;
        margin: 0 0.6em;
    }
    .menu > ul > li > img {
        height: 1.4em;
        margin: 0.5em 0 0.1em 0;
    }
    .menu > ul > li > p {
        min-width: 6.25em;
        font-size: 0.7em;
    }

    #footer {
        width: 20em;
        height: 1.4em;
        padding: 0.1em 0 0 0;
        margin: 0 calc((100% - 20em) / 2);
    }
    #footer > p {
        font-size: 65%;
    }

    .base-section {
        min-height: calc(100vh - (3.0em + 1.4em));
        margin: 3.0em 0 1.4em 0;
    }
    .base-section.logined {
        min-height: calc(100vh - (3.0em + 3.2em + 1.4em));
        margin: 3.0em 0 calc(3.2em + 1.4em) 0;
    }

    #pagetop {
        bottom: 3.5em;
        right: calc((100% - 20em) / 2 + 0.4em);
    }
    body:not(.logined) > #pagetop {
        bottom: 1.8em;
    }
    #pagetop > div {
        
    }
    #pagetop > div:hover {
        
    }
    #pagetop > div > div {
        width: 2.2em;
        height: 2.2em;
    }
    #pagetop > div > div > div {
        width: 1em;
        height: 1em;
        left: 0.6em;
        top: 0.7em;
        border-left: solid 0.28em #fff;
        border-top: solid 0.28em #fff;
    }

}
@media only screen and (max-width: 999px) {

    @media screen and (orientation: portrait) {
        #header {
            width: 100vw;
            height: 15vw;
            padding: 0;
            margin: 0;
            font-size: 0;
            line-height: 0;
        }
        #header.close {
            top: -15vw;
        }
        #header > .logo {
            
        }
        #header > .logo > img {
            height: 10vw;
            margin: 2.5vw 2.5vw;
        }
        #header > .command {
            height: 15vw;
            padding: 0 2.5vw 0 0;
        }
        #header > .command > img {
            height: 6vw;
            margin: 3vw 0 1vw 0;
        }
        #header > .command > p {
            min-width: 14vw;
            font-size: 3.0vw;
        }

        .menu {
            bottom: 7vw;
            width: 100vw;
            height: 16vw;
            padding: 0;
            margin: 0;
        }
        .menu > ul {
            font-size: 0;
        }
        .menu > ul > li {
            height: 16vw;
            padding: 0 1vw;
            margin: 0 3vw;
        }
        .menu > ul > li > img {
            height: 7vw;
            margin: 2.5vw 0 0.5vw 0;
        }
        .menu > ul > li > p {
            min-width: 22vw;
            font-size: 3.5vw;
        }

        #footer {
            width: 100vw;
            height: 7vw;
            padding: 0.8vw 0 0 0;
            margin: 0;
            font-size: 0;
            line-height: 7vw;
        }
        #footer > p {
            font-size: 3.2vw;
        }

        .base-section {
            min-height: calc(100vh - (15vw + 7vw));
            margin: 15vw 0 7vw 0;
        }
        .base-section.logined {
            min-height: calc(100vh - (15vw + 7vw));
            margin: 15vw 0 23vw 0;
        }

        #pagetop {
            bottom: 17.5vw;
            right: 2vw;
        }
        body:not(.logined) > #pagetop {
            bottom: 9.0vw;
        }
        #pagetop > div {
            
        }
        #pagetop > div:hover {
            
        }
        #pagetop > div > div {
            width: 11vw;
            height: 11vw;
        }
        #pagetop > div > div > div {
            width: 5vw;
            height: 5vw;
            left: 3.0vw;
            top: 3.8vw;
            border-left: solid 1.4vw #fff;
            border-top: solid 1.4vw #fff;
        }
    }
    @media screen and (orientation: landscape) {
        /* ヘッダー */
        #header {
            width: 100vw;
            height: 8vw;
            padding: 0 24vw;
            margin: 0;
            font-size: 0;
            line-height: 0;
        }
        #header.close {
            top: -8vw;
        }
        #header > .logo {
            
        }
        #header > .logo > img {
            height: 5.2vw;
            margin: 1.4vw 0;
        }
        #header > .command {
            height: 8vw;
            padding: 0 0 0 0;
        }
        #header > .command > img {
            height: 3.5vw;
            margin: 1.0vw 0 0.8vw 0;
        }
        #header > .command > p {
            min-width: 8vw;
            font-size: 1.6vw;
        }

        .menu {
            bottom: 3vw;
            width: 100vw;
            height: 7vw;
        }
        .menu > ul {
            font-size: 0;
        }
        .menu > ul > li {
            height: 7vw;
            padding: 0 1vw;
            margin: 0 3vw;
        }
        .menu > ul > li > img {
            height: 3.5vw;
            margin: 0.7vw 0 0.2vw 0;
        }
        .menu > ul > li > p {
            min-width: 11vw;
            font-size: 1.6vw;
        }

        #footer {
            width: 100vw;
            height: 3.0vw;
            padding: 0.2vw 0 0 0;
            margin: 0;
            font-size: 0;
            line-height: 3.0vw;
        }
        #footer > p {
            font-size: 1.75vw
        }

        .base-section {
            min-height: calc(100vh - (8vw + 3vw));
            margin: 8vw 0 3vw 0;
        }
        .base-section.logined {
            min-height: calc(100vh - (8vw + 10vw));
            margin: 8vw 0 10vw 0;
        }
        
        #pagetop {
            bottom: 3.4vw;
            right: 2vw;
        }
        body:not(.logined) > #pagetop {
            bottom: 4.0vw;
        }
        #pagetop > div {
            
        }
        #pagetop > div:hover {
            
        }
        #pagetop > div > div {
            width: 6.2vw;
            height: 6.2vw;
        }
        #pagetop > div > div > div {
            width: 2.9vw;
            height: 2.9vw;
            left: 1.65vw;
            top: 2.2vw;
            border-left: solid 0.8vw #fff;
            border-top: solid 0.8vw #fff;
        }
    }

}

.base-section > .img-section {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
.base-section > .img-section > .img-main {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
.base-section > .body-section {
    width: 100%;
    height: auto;
    padding: 1.6em 2.0em;
    margin: 0;
    text-align: center;
}
.base-section > .body-section > .title {
    display: inline-block;
    width: auto;
    height: 1.85em;
    padding: 0 0.3em;
    margin: 0 auto 2.8em auto;
    text-align: center;
    border-bottom: solid 0.16em #333;
}
.base-section > .body-section > .title > h1 {
    width: auto;
    height: auto;
    padding: 0 0 0.3em 0;
    margin: 0;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}
.base-section > .body-section > .title > p {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 80%;
    text-align: center;
    white-space: nowrap;
}
.base-section > .body-section > .comment {
    font-size: 90%;
    text-align: justify;
    margin: 0 0 1.6em 0;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    width: 100%;
    height: 1.8em;
    padding: 0.1em 0.4em 0.2em 0.4em;
    margin: 0;
    border: solid 1px #ff9933;
    border-radius: 0.2em;
    color: #333;
    font-weight: normal;
}
input[type="text"].non-required,
input[type="password"].non-required,
input[type="date"].non-required,
input[type="datetime"].non-required,
input[type="datetime-local"].non-required,
input[type="month"].non-required,
input[type="week"].non-required,
input[type="email"].non-required,
input[type="number"].non-required,
input[type="search"].non-required,
input[type="tel"].non-required,
input[type="time"].non-required,
input[type="url"].non-required,
textarea.non-required {
    border: solid 1px #999;
}
input[type="submit"] {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0.4em 1.5em 0.5em 1.5em;
    margin: 0;
    border: solid 1px #ff9933;
    border-radius: 0.2em;
    color: white;
    background-color: #ff9933;
    font-weight: bold;
    line-height: 100%;
    outline: 0;
    cursor: pointer;
}
input[type="submit"].disabled {
    border: solid 1px #aaa;
    color: #aaa;
    background-color: #ddd;
    cursor: initial;
}
input[type="radio"] {
/*    display: none;*/
    width: 0!important;
}
input[type="radio"]+label {
    position: relative;
    display: inline-block;
    height: 1.8em;
    font-size: 95%;
    line-height: 100%;
    font-weight: normal;
    vertical-align: middle;
    margin: 0 0.24em 0 -0.2em;
    padding: 0.3em 0.5em 0 1.7em;
    border: solid 1px #ff9933;
    border-radius: 0.2em;
    color: #333;
    background-color: white;
}
input[type="radio"]+label:after {
    position: absolute;
    display: block;
    content: '';
    width: 0.9em;
    height: 0.9em;
    top: 0.40em;
    left: 0.40em;
    padding: 0;
    margin: 0;
    border: solid 1px #ff9933;
    border-radius: 50%;
    background-color: transparent;
}
input[type="radio"]:checked+label {
    color: white;
    background-color: #ff9933;
}
input[type="radio"]:checked+label:after {
    border: solid 0.3em white;
    background-color: #f93;
}
input[type="checkbox"] {
/*    display: none;*/
    width: 0!important;
}
input[type="checkbox"]+label {
    position: relative;
    display: inline-block;
    height: 1.8em;
    font-size: 95%;
    line-height: 100%;
    font-weight: normal;
    vertical-align: middle;
    margin: 0 0.24em 0 -0.2em;
    padding: 0.3em 0.5em 0 1.7em;
    border: solid 1px #ff9933;
    border-radius: 0.2em;
    color: #333;
    background-color: white;
}
input[type="checkbox"]+label:after {
    position: absolute;
    display: block;
    content: '';
    width: 0.9em;
    height: 0.9em;
    top: 0.40em;
    left: 0.40em;
    padding: 0;
    margin: 0;
    border: solid 1px #ff9933;
    border-radius: 0.15em;
    background-color: transparent;
}
input[type="checkbox"]:checked+label {
    color: white;
    background-color: #ff9933;
}
input[type="checkbox"]:checked+label:before {
    position: absolute;
    display: block;
    content: '';
    width: 0.35em;
    height: 0.65em;
    top: 0.45em;
    left: 0.70em;
    padding: 0;
    margin: 0;
    border-right: solid 0.15em #f93;
    border-bottom: solid 0.15em #f93;
    background-color: transparent;
    transform: rotate(45deg);
    z-index: 1;
}
input[type="checkbox"]:checked+label:after {
    border: solid 1px white;
    background-color: white;
}
input[type="checkbox"].disabled+label {
    border: solid 1px #aaa;
    color: #aaa;
    background-color: #eee;
}
input[type="checkbox"].disabled+label:after {
    border: solid 1px #aaa;
    background-color: transparent;
}
input::placeholder {
	color: #ccc;
	font-weight: normal;
}

select,
select:hover {
    background-image: linear-gradient(60deg, transparent 50%, #f93 52%), linear-gradient(120deg, #f93 50%, transparent 52%), linear-gradient(to bottom, #f93, #f93), linear-gradient(to bottom, white, white)!important;
    background-repeat: no-repeat;
    background-position: calc(100% - 0.6em) calc((1.8em - 0.500em) / 2), calc(100% - 0.6em + 0.353em) calc((1.8em - 0.500em) / 2), calc(100% - 1.2em) 0, 100% 0;
    background-size: 0.353em 0.500em, 0.353em 0.500em, 1px 1.8em, 1.2em 1.8em;
    background-color: white!important;
    outline: 0;
    border: thin solid #f93;
    border-radius: 0.2em;
    display: inline-block;
    font: inherit;
    height: 1.8em;
    line-height: 1em;
    padding: 0.15em 1.6em 0.2em 0.4em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
select.non-required,
select.non-required:hover {
    background-image: linear-gradient(60deg, transparent 50%, #999 52%), linear-gradient(120deg, #999 50%, transparent 52%), linear-gradient(to bottom, #999, #999), linear-gradient(to bottom, white, white)!important;
    border: thin solid #999;
}

.cnnotation {
    position: relative;
    display: inline-block;
    font-size: 80%;
    line-height: 125%;
    text-align: justify;
    padding: 0 0 0 1.2em;
    margin: 0;
    color: #333;
}
.cnnotation:before {
    content: '※';
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0.125em;
    padding: 0;
    margin: 0;
}
.font-red,
.font-red:hover,
.font-red:active,
.font-red:focus {
    color: #ff4400!important;
}
.font-blue,
.font-blue:hover,
.font-blue:active,
.font-blue:focus {
    color: #000066!important;
}

/* メッセージダイアログ */
#base-overlay {
    background: transparent!important;
    opacity: 1!important;
    filter: Alpha(Opacity=100)!important;
}
.ui-widget-overlay {
    z-index: 9999998;
}
.ui-dialog {
    padding: 0;
    border-radius: 0.2em;
    z-index: 9999999;
    left: 50%!important;
    top: 50%!important;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.ui-dialog .ui-dialog-titlebar {
    border: none;
    border-radius: unset;
    padding: 0.2em 0.4em;
    background-image: none;
    background: linear-gradient(#8cc6ff, dodgerblue);
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.06em 0 0.06em 0;
    white-space: nowrap;
    width: 14em;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.8em;
    line-height: 1.0em;
    font-weight: bold;
}
.ui-dialog .ui-dialog-content {
    padding: 1.0em;
    font-size: 0.96em;
    line-height: 150%;
    text-align: justify;
}
.ui-dialog .ui-dialog-buttonpane {
    border: none;
    background-image: none;
    margin-top: 0;
    padding: 0 1.0em 1.0em 1.0em;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: 0 0 0 0.8em;
    padding: 0.3em 0.6em;
    font-size: 0.9em;
    line-height: 0.9em;
    cursor: pointer;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    top: 50%;
    width: 1.0em;
    margin: 0;
    padding: 0;
    height: 1.0em;
    transform: translateY(-50%) translateX(0);
    -webkit- transform: translateY(-50%) translateX(0);
}

/* 吹き出し */
.balloon{
    position: absolute;
    padding: 0.3em 0.6em 0.5em 0.6em;
    background-color: honeydew;
    color: gray;
    line-height: 125%;
    text-align: justify;
    border-radius: 0.5em;
    border: solid 1px forestgreen;
    filter: drop-shadow(0.15em 0.15em 0.15em rgba(66, 66, 66, 0.6));
    opacity: 0;
    transform: scale(0.5);
//    transform: matrix(1, 0, 0, 1, 0, 100);
}
.balloon.show{
    opacity: 100;
    transform: scale(1.0);
//    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -ms-transition: 0.6s;
    transition: 0.6s;
}
.balloon.bottom > .balloon-arrow{
    position: absolute;
    display: block;
    width: 0.5em;
    height: 0.9em;
    bottom: calc(-0.9em - 1px);
}
.balloon.bottom > .balloon-arrow:before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border-right: 0.5em solid transparent;
    border-top: 0.9em solid forestgreen;
}
.balloon.bottom > .balloon-arrow:after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: -3.5px;
    left: 1px;
    border-right: 0.5em solid transparent;
    border-top: 0.9em solid honeydew;
}
.balloon > span {
    font-size: 80%;
    line-height: 100%;
    text-align: justify;
}

.notice-balloon {
    position: absolute;
    padding: 0.3em 0.6em 0.5em 0.6em;
    background-color: cornsilk;
    color: gray;
    line-height: 125%;
    text-align: justify;
    border-radius: 0.5em;
    border: solid 1px peru;
    filter: drop-shadow(0.15em 0.15em 0.15em rgba(66, 66, 66, 0.6));
    opacity: 0;
    transform: translate(100%, 0);
    max-width: 13em;
    bottom: -1.3em;
    right: 1.5em;
}
.notice-balloon.show {
    -moz-animation: cssAnimation 6s ease-in 0s forwards;
    -webkit-animation: cssAnimation 6s ease-in 0s forwards;
    -o-animation: cssAnimation 6s ease-in 0s forwards;
    animation: cssAnimation 6s ease-in 0s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    0% {
        opacity: 0;
        transform: translate(100%, 0);
    }
    4% {
        opacity: 100;
        transform: translate(0, 0);
    }
    95% {
        opacity: 100;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, 0);
    }
}
@-webkit-keyframes cssAnimation {
    0% {
        opacity: 0;
        transform: translate(100%, 0);
    }
    4% {
        opacity: 100;
        transform: translate(0, 0);
    }
    95% {
        opacity: 100;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, 0);
    }
}
.notice-balloon > .balloon-arrow {
    position: absolute;
    display: block;
    width: 0.9em;
    height: 0.5em;
    top: 0.5em;
    right: calc(-0.9em - 1px);
}
.notice-balloon > .balloon-arrow:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border-bottom: 0.5em solid transparent;
    border-left: 0.9em solid peru;
}
.notice-balloon > .balloon-arrow:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 1px;
    left: -3.5px;
    border-bottom: 0.5em solid transparent;
    border-left: 0.9em solid cornsilk;
}
.notice-balloon > span {
    font-size: 90%;
    line-height: 100%;
    text-align: justify;
}

/* フロート対応 */
.float-clear::after {
    content:"";
    display:table;
    clear:both;
}
a:focus {
    color: #333;
	outline: none;
}
