﻿/*
    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;
}