/**
 *
 *
 **/

.btn{
    border:1px solid #ccc;
    border-radius: 0.5em;
}

table.datalist td, table.datalist th{
    padding:1em;
}

a{
    color:blue;
}
a:hover{
    color:blue;
}
/**
 * 
 */
.siteContent{
    padding: 1rem 0 2rem;
}
/**
 *
 *
 */
.header-container{
    position: relative;
    padding: 80px 0 42px;
    color: #fff;
    line-height: 1.2;
    background: #00384e;
    margin-bottom: 2rem;
}

.header-container .user-name{
    font-size: 2rem;
    border-bottom: solid 4px #fff;
    word-break: break-all;
    display:inline;
}

.header-container .logout-btn{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #94aab3;
    font-size: 12px;
    border: solid 2px #336071;
    border-radius: 30px;
    padding: 4px 20px;
    background-color :#00384e;
}

.container .container-h2{
    text-align: center;
    font-size: 1.5rem;
    font-weight:bold;
    border:none;
}
.container h2.container-h2 {
    position: relative;
    display: block;
    padding: 0 2em;
    text-align: center;
  }
  
  .container h2.container-h2:before,
  .container h2.container-h2:after {
    font-family: 'Font Awesome 5 Free';
    line-height: 1;
    top: calc(50% - .5em);
    color: #009c84;
    padding: 10px;
  }
  
  .container h2.container-h2:before {
    left: 0;
    content: '\f101';
  }
  
  .container h2.container-h2:after {
    right: 0;
    content: '\f100';
  }

.info-cards li.list-group-item{
    border-left: none;
    border-right: none;
    border-top: 1px solid #009C84;
    border-bottom: none;
    border-radius:0;
    margin-bottom:0;
}
.info-cards li.list-group-item:last-child{
    border-bottom: 1px solid #009C84;
}

.info-cards .list-item-date{
    display:inline-block;
    width: 10em;
}
.info-cards .list-item-title{
    display:inline-block;
}

.content-box-wrap .content-in{
    display: block;
    width: 100%;
    border: solid 4px #599C83;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    padding: 10px 0 10px;
    min-height: 250px;
}
.content-box-wrap a.content-in{
    color: #599C83;
    text-decoration: none;
}
.content-box-wrap a.content-in:hover{
    color:#ffffff;
    background-color:#599C83;
}

.content-box-wrap .content-in dl{
    /* color: #599C83; */
    font-weight:bold;
    margin:0;
}
.content-box-wrap .content-in dt{
    font-size: 1.5rem;
    margin:0;
    margin-bottom: 1rem;
    border:none;
    padding:0;
}
.content-box-wrap .content-in dd{
    font-size: 0.8rem;
    margin:0;
    margin-bottom: 1rem;
    padding:0;
}

.return-mypage a{
    font-size: 12px;
    color: #fff;
    /*
    position: absolute;
    top: -70px;
    left: 0;
    */
    /* left: -8.3%; */
    padding: 0 0 10px 4.6%;
    border-bottom: 2px solid #336071;
    text-decoration:none;
}

.return-mypage-btn{
    font-size: 20px;
    font-weight: bold;
    padding: 22px 0 18px;
    position: relative;
    -webkit-appearance: none;
    background: #00384e;
    color:white;
    width:100%;
    text-align:center;
    display:inline-block;
    text-decoration:none;
    border-radius: 15px;
}
.return-mypage-btn:hover{
    opacity: 0.75;
    color:white;
    text-decoration:none;
}

.arrow-left{
    position: relative;
    display: inline-block;
    padding-left: 40px;
}
.arrow-left:before{
    content: '';
    width:  12px;
    height: 12px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
}


.power, .price{
    font-size: 2rem;
}

.power-link, .pdf-link{
    
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0 8px;
    position: relative;
    -webkit-appearance: none;
    background: #00384e;
    color:white;
    width:50%;
    text-align:center;
    display:block;
    text-decoration:none;
    border-radius: 15px;
    margin:auto;
}

.power-link a:hover, 
.pdf-link a:hover{
    color:white;
    text-decoration:none;
    opacity:0.75;
}

.content-top-box .card{
    min-height: 300px;
    border: solid 4px #599C83;
    border-radius: 10px;
}

.content-top-box .card-header{
    border-bottom: solid 4px #599C83;
    color: #fff;
    background-color: #599C83;
    font-weight:bold;
    font-size: 1.5rem;
}

.content-top-box .card-footer{
    border-top: solid 0px #599C83;
}

.pdf-dw{
    margin-top:2em;
    text-align:center;
    color:blue;
}
.pdf-dw .bi-cloud-download{
    height:24px;
    width:24px;
}

.btn100{
    width:100%;
}

span.required{
    color:red;

    display: inline-block;
    width: 40px;
    height: 24px;
    color: #FFFFFF;
    font-family: 'Noto Sans CJK JP Medium', sans-serif !important;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    margin-top: 1px;
    padding-top: 2px;
    border-radius: 4px;
    background-color: #ff8178;
    margin-left:1em;
}
.error-msg{
    color:tomato;
}

.form-view.form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}
.form-view.form-control:focus {
    border-color:#e9ecef;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/**
 *
 *
 *
 **/
.apply-form-process {
    width: 100%;
    height: 60px;
    margin-bottom: 40px;
    margin-top: 20px;
}
.apply-form-process .process-list {
    height: 100%;
    font-size: 0;
    list-style: none;
    padding-left:0;
}
.apply-form-process .process-item.done {
    background-color: #bebebe;
}
.apply-form-process .process-item {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(25% - 4px);
    width: calc(25% - 4px);
    margin-right: 4px;
    height: 100%;
    padding-top: 0.5em;
    padding-left: 0.75em;
    background-color: #daecef;
    color: #666666;
    font-size: 16px;
    text-align: center;
    position: relative;
}
.apply-form-process .process-item.current {
    color: #FFFFFF;
    background-color: #39b237;
}

.apply-form-process .process-item.current:after {
    border-color: transparent transparent transparent #39b237;
}

.apply-form-process .process-item:after {
    right: -10px;
    z-index: 3;
    border-color: transparent transparent transparent #daecef;
}
.apply-form-process .process-item:before, .apply-form-process .process-item:after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 10px;
}
.apply-form-process .process-item:before {
    left: 0;
    z-index: 2;
    border-color: transparent transparent transparent white;
}

.apply-form-process .process-item:before, .apply-form-process .process-item:after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 10px;
}
.apply-form-process .process-item.done:after {
    border-color: transparent transparent transparent #bebebe;
}

.apply-form-process .process-item:after {
    right: -10px;
    z-index: 3;
    border-color: transparent transparent transparent #daecef;
}
.apply-form-process .process-item:before, .apply-form-process .process-item:after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 10px;
}
.apply-form-process .process-item small {
    display: block;
    font-family: 'Lato', Lato, sans-serif !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}
.ltbi {
    display: none !important;
}

/**
 *
 *
 **/
.form-box-alert{
    border: 2px solid #ff8178;
    margin-top: 20px;
    padding: 16px 20px;
    background-color: #ffe1e0;
}
.form-box-alert h5{
    margin:0 0 1em 0;
    font-size: 1em;
    font-weight: bold;
    color:tomato;
}
.box-sentence {

}
.box-list li{
    margin-bottom: .4em;
}

/**
 *
 *
 **/
.form-JP06400 {
    padding: 30px;
    background-color: #daecef;
}
.form-JP06400 .form-group > label{
    font-weight:bold;
    text-align:right;
    padding-top: 7px;
}
.form-text{
    display:inline;
}
.form-checkbox{
    width:calc(1.5em + .75rem + 2px);
}

.label-radio{
    padding-top: 0.7em;
}

.pre-textarea.form-control[readonly]{
    background-color:white;
    padding:10px;
    min-height:400px;
    width:100%;
}

.imagePreview{
    width:100%;
    min-width:100%;
    height:300px;
    background-size: contain;
    background-repeat: no-repeat;
}
.imagePreview:before{
    content: "";
    padding-top:100%;
}

.pay-group{
    display:none;
}

.form-JP06400 .alert-danger{
    padding-top:0;
    padding-bottom:0;
    margin-top:0;
    margin-bottom:0;
    white-space:nowrap;
}

.form-JP06400 .form-group .form-checkbox-label{
    text-align:left;
}

a[download] {
    color:blue;
    font-size:1.25em;
    text-decoration: underline;
	padding: 7px 20px 7px 0;
	background: url(../images/icon_download.png) left center/45px auto no-repeat;
}
a[download$=".pdf"] {
	padding: 7px 25px 7px 45px;
	background: url(../images/icon_1r_96.png) left center/45px auto no-repeat;
}
a[download$=".jpg"] {
	padding: 7px 25px 7px 0;
	background: url(../images/icon_jpg.png) left center/45px auto no-repeat;
}


.fit .apply-form-process .process-item {
    width: -webkit-calc(33% - 4px);
    width: calc(33% - 4px);
}



@media only screen and (max-width: 767.98px) {
    .apply-form-process .custom-nav .process-item {
        font-size: 10px;
        line-height:12px;
    }

    .container h2.container-h2{
        padding:0;
        font-size:1.3rem;
    }

    .form-JP06400 .form-group > label{
        text-align:left;
    }

    .col-md-12{
        padding:0.25rem;
    }

    .card-header, .card-body, .card-footer{
        padding:1rem;
    }
    
}

.pre_textarea{
    margin:auto;
    width:80%;
    height:200px;
    overflow:scroll;
    white-space:break-spaces;
    border:1px solid #666;
    padding:10px;
}

.home-dt{
    font-weight:bold;
    min-height:80px;
}
.home-dd-state{
    font-weight:bold;
    font-size:80%
}
.home-dd{
    font-size:80%;
}

.form-col.after-yen::after{
    content: "円";
    display:inline;
    padding: 5px;
    color:#cccccc;
    width:30px;
    height:30px;
}

.form-control[type=number]{
    display:inline-flex;
    margin-right:-40px;
    padding-right:40px;
}
.form-text-after{
    font-size:80%;
    color:#aaa;
    padding-left:1em;
}

.link-white{
    color:white;
}
.link-white:hover{
    color:gray;
}

.sun-bold{
    font-weight:bold;
    color:#ED6D13;
}

.btn-user span{
    font-size:0.8em;
}

.btn-user{
  height:100%;
  display:flex;
  align-items: center;
  justify-content: center;
}

.btn-shop span{
    font-size:0.8em;
}
.btn-shop {
  height:100%;
  display:flex;
  align-items: center;
  justify-content: center;
}

.btn-corp{
  height:100%;
  display:flex;
  align-items: center;
  justify-content: center;
}
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.home .content-in{
    height:100%;
}
.mol_attachfileblock li{
    display:flex;
    align-items:center;
    line-height:2em;
}
.mol_attachfileblock li img{
    margin-right:1em;
    vertical-align: text-bottom;
}

.mol_attachfileblock li p{
    margin-bottom:0;
    margin-left:1em;
}

.alert-doc{
    color:red;
}