﻿/*
    style Stylesheet
*/
header {
    background: #fff;
    border-top: solid 8px #3d9dd8;
    border-bottom: solid 1px #ccc;
}
header h1 {
    padding: 8px;
    color: #3d9dd8;
    min-height: 35px;
}
header h1 .img-link:hover {
    opacity: 0.8;
}
header h2 {
    background: #e1edf4;
    color: #4480b7;
    padding: 5px 8px;
    text-align: left;
    min-height: 30px;
    font-weight: normal;
}
header h3 {
    padding: 10px;
}
header h3 .ttl {
    display: block;
    text-align: center;
}
header h3 .ttl.main {
    color: #4480b7;
    font-size: 1.2em;
}
header h3 .ttl.sub {
    color: #6a6a6a;
}

footer {
    background-color: #808080;
}
footer .ft {
    text-align: right;
}
footer img {
    /* footer logo */
    margin: 3px;
    margin-right: 5px;
}

.l-wrapper {
    padding: 20px 10px;
}
.l-main {
    background: #fff;
    margin: 0 0 30px;
}
.l-form {
    
}
.l-btn {
    text-align: center;
}
.l-btn > p {
    margin: 0 0 20px;
}

.l-btn > p:last-child {
    margin: 0;
}

.btn-logout:active, .btn-logout:hover {
    opacity: 0.8;
}

.pagettl {
    padding: 10px 0px;
    font-size: 18px;
    font-weight: normal;
    background: #437cbf;
    color: #fff;
    overflow: hidden;
}
.pagettl.icttl {
    padding-left: 60px;
    background-position: 16px center;
    background-repeat: no-repeat;
    background-color: #437cbf;
    background-size: 32px 32px;
}

.step-img {
    text-align: center;
    margin: 0 0 20px;
}
.step-img img {
    width: auto;
    height: 50px;
}

.inp-ttl {
    background: #437cbf;
    color: #fff;
    padding: 12px 24px;
    font-weight: normal;
}
.inp-area {
    padding: 30px;
}
.inp-item select {
    width: 100%;
}

.l-chart {
    width: 100px;
    margin: 0 auto;
}
.circliful {
    position: relative;
}
.chart-txt {
    text-align: center;
    margin: 5px 0 0;
}
.circle-text {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
    font-size: 18px !important;
    color: #1058a0;
    font-weight: bold;
}

.progress {
    height: 20px;
    margin-bottom: 2px;
    overflow: hidden;
    background: #d2d2d2;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-bar-info {
    background: #095696;
}
.progress-bar-warning {
    background: #CF3523;
}
.progress-lbl {
    display: flex;
    justify-content: space-between;
}

.accordion {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}
.accordion-ttl,
.accordion-content {
    background: url(../images/icon/ico-q.svg) 20px top no-repeat;
    background-size: 20px 20px;
    padding: 0 0 0 50px;
    min-height: 20px;
}
.accordion-ttl {
    cursor: pointer;
    font-weight: bold;
    color: #666;
    position: relative;
    padding-right: 40px;
}
.accordion-ttl:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0px;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 2px #808080;
    border-right: solid 2px #808080;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.accordion-ttl.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
}
.accordion-content {
    display: none;
    background-image: url(../images/icon/ico-a.svg);
    color: #095696;
    margin: 20px 0 0;
    padding-right: 40px;
    word-wrap: break-word;
}

.ui-widget {
    font-family: Meiryo, "メイリオ", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'MS PGothic', sans-serif;
}
.ui-tabs {
    padding: 0;
    color: inherit;
    background: none;
    border: none !important;
}
.ui-tabs .ui-tabs-nav {
    padding: 0;
    background: none;
    border: none;
    border-bottom: 3px solid #437cbf;
    border-radius: 0;
    display: flex;
}
.ui-tabs .ui-tabs-nav li {
    border: none;
    border-radius: 0;
    margin: 0 5px 0 0;
    float: none;
    flex-grow: 2;
    height: 52px;
}
.ui-tabs .ui-tabs-nav li:last-child {
    margin: 0;
}
.ui-tabs-tab {
    background: #f2f2f2 !important;
}
.ui-tabs-active {
    background: #437cbf !important;
}
.ui-tabs-tab a {
    width: 100%;
    padding: 10px !important;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ui-tabs .ui-tabs-panel {
    padding: 20px 0;
}
@media screen and (max-width: 320px) {
    .ui-tabs .ui-tabs-nav li {
        height: auto;
    }
    .ui-tabs-tab a {
        padding: 10px 4px !important;
        font-size: 0.8em;
    }
}

.l-contact {
    margin: 30px 0 0;
}
.l-contact > p {
    color: #095696;
    padding: 0 10px;
    margin: 0 0 20px;
}
.contact {
    background: #fff;
    padding: 30px 20px;
}
.contact > h4 {
    color: #437cbf;
    border-bottom: 2px solid #437cbf;
    margin: 0 0 20px;
}
.contact-info {
    
}
.contact-info p {
    margin: 0 0 5px;
}
.contact-name {
    font-weight: bold;
}
.contact-tel,
.contact-mail {
    font-size: 1.3em;
    margin: 0 0 5px;
}
.contact-mail {
    margin: 5px 0;
    position: relative;
    padding-left: 20px;
    color: #095696;
}
.contact-tel:before {
    content: '';
    display: inline-block;
    background-image: url(../images/icon/ico-tel.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.contact-mail:before {
    content: '';
    display: inline-block;
    background-image: url(../images/icon/ico-mail.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 8px;
    left: 0;
}
.contact-tel a,
.contact-tel a:hover,
.contact-tel a:visited,
.contact-mail a,
.contact-mail a:hover,
.contact-mail a:visited {
    color: #095696;
    text-decoration: underline;
}
.contact-note {
    color: #808080;
    font-size: 0.9em;
    /*font-weight: bold;*/
}

.radio {
    position: relative;
}
/*.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: 101;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.radio input[type="radio"] + label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 1px;
    left: 0;
    margin-right: 8px;
    cursor: pointer;
    z-index: 100;
}
.radio input[type="radio"]:checked + label:before {
    background-color: #1058a0;
    box-shadow: inset 0 0 0 2px #f4f4f4;
}
.radio label {
    line-height: 1.8;
    position: relative;
    padding-left: 24px;
}*/

.check {
    position: relative;
}
/*.check input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: 101;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.check label {
    padding-left: 24px;
    position: relative;
    line-height: 1.8;
}
.check input[type="checkbox"] + label:before,
.check input[type="checkbox"] + label:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 100;
}
.check input[type="checkbox"] + label:before {
    background: #f4f4f4;
    border: 1px solid #b4b4b4;
    width: 16px;
    height: 16px;
    top: 1px;
    left: 0;
    cursor: pointer;
    
}
.check input[type="checkbox"]:checked + label:before {
    background: #1058a0;
    border: 1px solid #1058a0;
}
.check input[type="checkbox"]:checked + label:after {
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
    width: 5px;
    height: 10px;
    left: 5px;
    top: 3px;
    transform: rotate(45deg);
}*/

/* 注意喚起メッセージ用 */
.caution-msg {
    color: #e3324a;
    font-weight: bold;
    font-size: 16px;
}

/*-- Modal Style for bootstrap --------------------------------------*/
.modal-close {
    position: absolute;
    top: -18px;
    right: -18px;
    z-index: 1;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #444;
    background: #fff;
    border: 4px solid #437cbf;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    transition: .2s ease-out;
}
.modal-close:hover,
.modal-close:focus {
    /*color: rgba(0, 0, 0, 0.9);*/
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background: #437cbf;
}
button.modal-close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
}
.modal-open, .modal {
    padding: 0 !important;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    display: flex;
    align-items: center;
    min-height: 100%;
}
.modal-content {
    position: relative;
    background-color: #fff;
   /*-webkit-background-clip: padding-box;*/
    /*background-clip: padding-box;*/
    border: 4px solid #437cbf;
    border-radius: 12px;
    margin: 0 auto;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=30);
    opacity: .3;
}
.modal-header {
    padding: 8px;
    border-bottom: 1px solid #333;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.4;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 20px 10px;
    text-align: center;
    /*border-top: 1px solid #333;*/
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
/* custom */
.modal-close span {
    display: block;
}
.modal-body input[type="text"],
.modal-body input[type="password"],
.modal-body input[type="file"],
.modal-body input[type="number"],
.modal-body select,
.modal-body textarea {
    width: 100%;
}
.modal-body textarea {
    resize: none;
    height: 80px;
}
.modal-footer .btn {
    line-height: 1;
}
@media (min-width: 581px) {
    .modal-body {
        padding: 15px 40px;
    }
}

@media (max-width: 581px) {
    .modal-body {
        max-width: 320px;
    }
}

/*
 * Splide for Custom Style
 * --------------------------------------*/
.splide__pagination__page {
    background: #95a5a6;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin: 10px 0.2rem;
    padding: 0;
    position: relative;
    transition: background-color .2s ease,color .2s ease;
    width: 12px;
    cursor: pointer;
}
.splide__pagination__page.is-active {
    background: #447CBF;
}
.splide__arrow {
    position: absolute;
    display: inline-block;
    padding: 10px;
    border: none;
    font-size: 0;
    width: 50px;
    height: 50px;
    top: calc(50% - 57px);
    z-index: 100;
    background: none;
}
.splide__arrow::before {
    content: '';
    width: 24px;
    height: 24px;
    border-top: solid 5px #1058a0;
    border-right: solid 5px #1058a0;
    position: absolute;
    top: 10px;
    cursor: pointer;
}
.splide__arrow:disabled::before {
    content: '';
    width: 24px;
    height: 24px;
    border-top: solid 5px #ACAEB1;
    border-right: solid 5px #ACAEB1;
    position: absolute;
    top: 10px;
    cursor: initial;
    opacity: 0.7;
}
.splide__arrow--prev::before {
    transform: rotate(-135deg);
    left: 15px;
}
.splide__arrow--next::before {
    transform: rotate(45deg);
    right: 15px;
}
.splide__arrow--prev {
    left: 0;
}
.splide__arrow--next {
    right: 0;
}

/* 2023年度開発：アバターメッセージ用吹き出し */
.balloon-container {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.balloon {
    position: relative;
    display: inline-block;
    padding: 0.8em;
    width: 100%;
    color: #555;
    font-size: 16px;
    background: #e1edf4;
    border: solid 3px #437cbf;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 100%;
    min-height: 50px;
}
.balloon:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -22px;
    margin-top: -11px;
    border: 12px solid transparent;
    border-left: 12px solid #e1edf4;
    z-index: 2;
}
.balloon:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -28px;
    margin-top: -13px;
    border: 14px solid transparent;
    border-left: 14px solid #437cbf;
    z-index: 1;
}

.balloon-label {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar {
    max-height: 130px;
    margin: auto 0 auto 20px;
}
@media screen and (max-width: 500px) {
    .avatar {
        max-height: 100px;
    }
}

/* 文字色：通常 */
.color-normal {
    color: #4d4d4d;
}
/* 文字色：赤 */
.color-red {
    color: #e3324a;
}

/* 問題文のスタイル(アンケート用) */
.ques-txt-style {
    color: #437cbf;
    font-weight: bold;
}

/* 選択肢のスタイル(アンケート用) */
.achieve-choice-style {
    color: #437cbf;
}

/* 投稿フォーム回答完了・終了画面のスタイル */
.fin-form {
    background: #fff;
    text-align: center;
}

.fin-form-msg {
    padding: 80px 20px;
}

.btn-fin-form {
    margin: 40px 0 20px;
}

/* 投稿フォーム棒グラフ */
.graph-area {
    width: 100%;
    margin-bottom: 30px;
}
.graph-ttl {
    color: #437cbf;
    text-align: center;
    /*font-size: 1.1em;*/
    cursor: pointer;
}
.graph-ttl > span {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    border-bottom: 1px solid #437cbf;
}
.graph-ttl > span:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 2px #437cbf;
    border-right: solid 2px #437cbf;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.graph-ttl.open > span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 30%;
}
.graph-content {
    display: none;
    margin: 20px 0 0;
}
.bar-contents {
    position: relative;
    margin-bottom: 8px;
    z-index: 0;
}
.bar-contents:last-child {
    margin-bottom: 0px;
}
.bar-contents .bar {
    background-color: #7dbde5;
    border-radius: 3px;
    opacity: 0.6;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.bar-contents .text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 3px 5px;
    font-size: 0.9em;
}
.bar-contents .item-name {
    margin-right: 8px;
    word-break: break-all;
}
.bar-contents .item-value {
    font-weight: bold;
    width: 54px;
    text-align: right;
}