.completion-box {
    margin: 0 0 10px;
    padding: 40px 0;
    border-top: 2px dotted #226942;
    border-bottom: 2px dotted #226942;
    text-align: center;
}

.completion-box p.orange {
    color: #f29600;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
}

.note {
    margin: 20px 0px 40px 0px;
}

.survey-input-text {
    position: relative;
    -webkit-appearance: none;
    background: #f8f8f8 !important;
    font-family: inherit;
    border: none;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    margin: 0 0 1rem 0;
    padding: 20px;
    font-size: 0.875rem;
    width: 100%;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

.news-content {
    background: #fff;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    padding: 20px;
    margin: 20px 0;
}

.attachments li{
    background: #226942;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 10px 20px;
    margin: 10px 0px;
}

.attachments li a{
    color: #fff !important;
}

.check-white {
    background: url(../img/icon_check.png) no-repeat;
    background-size: 1em auto;
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    margin-right: 20px;
}

.setting-content p{
    margin-top: 20px;
    text-align: left;
    font-size:0.8125rem;
}


.header-green h2 em:not(:first-child){
	margin-left: 10px;
}

.index .btn_common.btn_green em:not(:first-child){
	margin-left: 20px;
}

.cautions {
    color: #f20000;
}

.cautions a{
    color: #f20000;
    text-decoration:underline;
}

.kosa-site {
    margin-top: -1rem;
    margin-left: 2rem;
    visibility : hidden;
    margin-bottom: 1.3rem !important;
}

@media only screen and (max-width: 768px) {
.sp-block{
    display: flex;
    flex-direction: column;
}
}

pre {
    font-family: inherit;
}