@charset "utf-8";
/* CSS Document */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/*----------------------------------------------------------------------------
 ***                                                                    space
----------------------------------------------------------------------------*/

.mgb30 {
    margin-bottom: 30px;
}
.mgb20 {
    margin-bottom: 20px;
}
.mgb15 {
    margin-bottom: 15px;
}
.mgb10 {
    margin-bottom: 10px;
}
.mgb5 {
    margin-bottom: 5px;
}
.mgb0 {
    margin-bottom: 0;
}
.mgt30 {
    margin-top: 30px;
}
.mgt20 {
    margin-top: 20px;
}
.mgt15 {
    margin-top: 15px;
}
.mgt10 {
    margin-top: 10px;
}
.mgt5 {
    margin-top: 5px;
}
.mgt0 {
    margin-top: 0;
}
.mgr30 {
    margin-right: 30px;
}
.mgr20 {
    margin-right: 20px;
}
.mgr15 {
    margin-right: 15px;
}
.mgr10 {
    margin-right: 10px;
}
.mgr5 {
    margin-right: 5px;
}
.mgr0 {
    margin-right: 0;
}
.mg30 {
    margin: 30px;
}
.mg20 {
    margin: 20px;
}
.mg15 {
    margin: 15px;
}
.mg10 {
    margin: 10px;
}
.mg5 {
    margin: 5px;
}
.mg0 {
    margin: 0;
}
.pdt15 {
    padding-top: 15px;
}
.pdt20 {
    padding-top: 20px;
}
/*----------------------------------------------------------------------------
 ***                                                                    text
----------------------------------------------------------------------------*/

.tac {
    text-align: center;
}
.tar {
    text-align: right;
}
.tal {
    text-align: left;
}
.ol {
    text-decoration: line-through;
}
.txtColorBl {
    color: #0033FF;
}
.txtColorRd {
    color: #CC3300;
}
.txtSizeSS {
    font-size: 74%
}
.txtSizeS {
    font-size: 86%
}
.txtSizeL {
    font-size: 120%
}
.txtSizeLL {
    font-size: 146%
}
.attention {
    color: #ED1C24;
}
.attentionR {
    color: #ED1E79;
}
.notice {
    color: #000000;
}
.attenG {
    color: #666;
    text-align: right;
    margin: 0;
}
.planudBlock {
    border-bottom: 2px solid #EAFF00;
    color: #E3017F;
}
.bold {
    font-weight: bold;
}
.floatR {
    float: right;
}
.floatL {
    float: left;
}
.imgfloatR {
    float: right;
}
.imgfloatR span,
.imgfloatR img {
    padding-left: 14px;
}
.imgfloatL {
    float: left;
}
.imgfloatL span,
.imgfloatL img {
    padding-right: 14px;
}

/*----------------------------------------------------------------------------
 ***                                                                   img
----------------------------------------------------------------------------*/
/*2020年10月20日追記ここから*/
/*----------------------------------------------------------------------------
***                                                                    display
----------------------------------------------------------------------------*/
.none{display:none;}
.pcNone{display:none;}
.spNone{}
.table{display:table;}
.table > *{display:table-cell;}
.table_child{display:table-cell;}
.child_a > *{width:auto;}
.child_1 > *{width:100%;}
.child_2 > *{width:50%;}
.child_3 > *{width:calc(100% / 3);}
.child_4 > *{width:25%;}
.child_5 > *{width:20%;}
.child_6 > *{width:calc(100% / 6);}
.child_7 > *{width:calc(100% / 7);}
.flex{display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:start; -ms-flex-pack:start; justify-content:start; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.dispBlock{display: block;}
.dispInBlock{display: inline-block;}
.dispInFlex{display:-webkit-inline-box; display:-ms-inline-flexbox; display:inline-flex;}
.dispFlex{display: -webkit-box; display: -ms-flexbox; display: flex;}
.dispFlexWrap{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; }
.flex-wrap{-ms-flex-wrap:wrap; flex-wrap:wrap;}
.flex-noWrap{-ms-flex-wrap:nowrap; flex-wrap:nowrap;}
.flex-column{-webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; }
.j-cont-s{-webkit-box-pack:start; -ms-flex-pack:start; justify-content:start; }
.j-cont-l{-webkit-box-pack:left; -ms-flex-pack:left; justify-content:left; }
.j-cont-r{-webkit-box-pack:right; -ms-flex-pack:right; justify-content:right; }
.j-cont-c{-webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; }
.j-cont-sb{-webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; }
.j-cont-sa{-ms-flex-pack:distribute; justify-content:space-around; }
.j-cont-fe{-webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end; }
.a-items-c{-webkit-box-align:center; -ms-flex-align:center; align-items:center; }
.a-items-s{-webkit-box-align:start; -ms-flex-align:start; align-items:start; }
.a-items-fe{-webkit-box-align:end; -ms-flex-align:end; align-items:flex-end; }
.order01{-webkit-box-ordinal-group:2; -ms-flex-order:1; order:1; }
.order02{-webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; }
.order03{-webkit-box-ordinal-group:4; -ms-flex-order:3; order:3; }
.order04{-webkit-box-ordinal-group:5; -ms-flex-order:4; order:4; }
.order05{-webkit-box-ordinal-group:6; -ms-flex-order:5; order:5; }
.order06{-webkit-box-ordinal-group:7; -ms-flex-order:6; order:6; }


/*2020年10月20日追記ここまで*/

/*----------------------------------------------------------------------------
 ***                                                                   table
----------------------------------------------------------------------------*/

table {
    border-collapse: collapse;
    margin-bottom: 10px;
}
td,
th {
    line-height: 1.8em;
    padding: 3px;
    border: 1px solid #CCC;
}
th {
    font-weight: bold;
}
.hec {
    background: #F3F7FF;
}
/* 幅　-------------------*/

.twA {
    width: auto;
}
.tw5 {
    width: 5%;
}
.tw10 {
    width: 10%;
}
.tw20 {
    width: 20%;
}
.tw25 {
    width: 25%;
}
.tw30 {
    width: 30%;
}
.tw33 {
    width: 33%;
}
.tw34 {
    width: 34%;
}
.tw35 {
    width: 35%;
}
.tw40 {
    width: 40%;
}
.tw45 {
    width: 45%;
}
.tw50 {
    width: 50%;
}
.tw60 {
    width: 60%;
}
.tw70 {
    width: 70%;
}
.tw80 {
    width: 80%;
}
.tw90 {
    width: 90%;
}
.tw100 {
    width: 100%;
}
/*----------------------------------------------------------------------------
 ***                                                                   error
----------------------------------------------------------------------------*/

#mainSectErrArea li {
    font-size: 23px;
    color: red;
}
input.btn
{
	cursor:pointer;
}
/*----------------------------------------------------------------------------
 ***                                                                   住所検索子画面
----------------------------------------------------------------------------*/
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
}
#searchAddress {
    z-index: 1200;
    width: 450px;
    height: 310px;
    margin: 0 auto;
    margin-top: 20%;
    border: 5px solid #00A2AF;
    ;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #ffffff;
}
.modal-header {
    background-color: #00A2AF;
    ;
    color: #fff;
    padding: 5px;
}
.modal-header h3 {
    display: inline-block;
    font-size: 16px;
    margin: 0;
    line-height: 1.4;
    color: #fff;
    font-weight: normal;
}
.modal-header .close {
    cursor: pointer;
    font-weight: bold;
    text-align: right;
    border: 0;
    box-shadow: none;
    color: #f1f1ff;
    padding: 5px;
    font-size: 12px;
    background: transparent;
    float: right;
}
.modal-contents span {
    margin-top: 15px;
    text-align: center;
    display: block;
    font-weight: bold;
}
.modal-contents table {
    border-collapse: collapse;
    border: 1px solid #CCCCCC;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
}
.modal-contents thead,
.modal-contents tbody {
    display: block;
}
.modal-contents table thead th {
    background-color: #eee;
    color: #000000;
    padding: 2px;
}
.modal-contents table thead th.check {
    width: 50px;
    padding: 2px 5px;
}
.modal-contents table thead th.zip {
    width: 100px;
    padding: 2px 5px;
}
.modal-contents table thead th.addr {
    width: 280px;
    padding: 2px 5px;
}
.modal-contents table tbody td.check {
    width: 50px;
    padding: 2px 5px;
    text-align: center;
}
.modal-contents table tbody td.check button {
    background: #269BC3;
    color: #FFF;
    border: #DEEBFE solid 1px;
    font-size: 90%;
    padding: 5px;
    border-radius: 3px;
}
.modal-contents table tbody td.zip {
    width: 100px;
    padding: 2px 5px;
    text-align: center;
}
.modal-contents table tbody td.addr {
    width: 280px;
    padding: 2px 5px;
}
.modal-contents table tbody {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 150px;
}
.modal-footer {
    padding: 2px;
    background-color: #ffffff;
    text-align: center;
}
.modal-footer button.close {
    cursor: pointer;
    background: #269BC3;
    color: #FFF;
    border: #DEEBFE solid 1px;
    font-size: 120%;
    padding: 5px 15px;
    border-radius: 3px;
    line-height: 1.2em;
}
/*----------------------------------------------------------------------------
 ***                                                                   ローディング画面
----------------------------------------------------------------------------*/
#loading {
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10000;
    opacity:0.8;
}
#loadingImg {
	position: fixed;
	top:50%;
	left:50%;
	margin-left:-72px;
	margin-top:-72px;
    width: 144px;
    height: 144px;
    transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
     z-index: 10001;
}
.loadingCircle {
    position: absolute;
    background-color: rgb(255, 255, 255);
    height: 26px;
    width: 26px;
    border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    animation-name: loadingCircle ;
    -o-animation-name: loadingCircle ;
    -ms-animation-name: loadingCircle ;
    -webkit-animation-name: loadingCircle ;
    -moz-animation-name: loadingCircle ;
    animation-duration: 1.35s;
    -o-animation-duration: 1.35s;
    -ms-animation-duration: 1.35s;
    -webkit-animation-duration: 1.35s;
    -moz-animation-duration: 1.35s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}
#circle_01 {
    left: 0;
    top: 59px;
    animation-delay: 0.51s;
    -o-animation-delay: 0.51s;
    -ms-animation-delay: 0.51s;
    -webkit-animation-delay: 0.51s;
    -moz-animation-delay: 0.51s;
}
#circle_02 {
    left: 17px;
    top: 17px;
    animation-delay: 0.68s;
    -o-animation-delay: 0.68s;
    -ms-animation-delay: 0.68s;
    -webkit-animation-delay: 0.68s;
    -moz-animation-delay: 0.68s;
}
#circle_03 {
    left: 59px;
    top: 0;
    animation-delay: 0.85s;
    -o-animation-delay: 0.85s;
    -ms-animation-delay: 0.85s;
    -webkit-animation-delay: 0.85s;
    -moz-animation-delay: 0.85s;
}
#circle_04 {
    right: 17px;
    top: 17px;
    animation-delay: 1.01s;
    -o-animation-delay: 1.01s;
    -ms-animation-delay: 1.01s;
    -webkit-animation-delay: 1.01s;
    -moz-animation-delay: 1.01s;
}
#circle_05 {
    right: 0;
    top: 59px;
    animation-delay: 1.18s;
    -o-animation-delay: 1.18s;
    -ms-animation-delay: 1.18s;
    -webkit-animation-delay: 1.18s;
    -moz-animation-delay: 1.18s;
}
#circle_06 {
    right: 17px;
    bottom: 17px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}
#circle_07 {
    left: 59px;
    bottom: 0;
    animation-delay: 1.52s;
    -o-animation-delay: 1.52s;
    -ms-animation-delay: 1.52s;
    -webkit-animation-delay: 1.52s;
    -moz-animation-delay: 1.52s;
}
#circle_08 {
    left: 17px;
    bottom: 17px;
    animation-delay: 1.69s;
    -o-animation-delay: 1.69s;
    -ms-animation-delay: 1.69s;
    -webkit-animation-delay: 1.69s;
    -moz-animation-delay: 1.69s;
}
@keyframes loadingCircle  {
    0% {
        background-color: rgba(62, 176, 174, 0.97);
    }
    100% {
        background-color: rgb(255, 255, 255);
    }
}
@-o-keyframes loadingCircle  {
    0% {
        background-color: rgba(62, 176, 174, 0.97);
    }
    100% {
        background-color: rgb(255, 255, 255);
    }
}
@-ms-keyframes loadingCircle  {
    0% {
        background-color: rgba(62, 176, 174, 0.97);
    }
    100% {
        background-color: rgb(255, 255, 255);
    }
}
@-webkit-keyframes loadingCircle  {
    0% {
        background-color: rgba(62, 176, 174, 0.97);
    }
    100% {
        background-color: rgb(255, 255, 255);
    }
}
@-moz-keyframes loadingCircle  {
    0% {
        background-color: rgba(62, 176, 174, 0.97);
    }
    100% {
        background-color: rgb(255, 255, 255);
    }
}
