
button, input[type="text"], input[type="password"], textarea, select{
    border: 1px solid #ccc;
    background-color: #fff;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%);
}
.modal.show .modal-dialog {
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border: solid 2px #0099CC;
    border-radius: 5px;
    outline: 0;
}
.modal-content.red {
    border: 2px solid #c82333;
}
.modal-content.black {
    background-color: #333;
    border: 2px solid #fff;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background-color: #fff;
    color: #000;
    /* background-image: url("/-/media/Project/Daikin/hyd_daikin_com/dps_common/images/logoLarge png"); */
    /* background-position: left top; */
    /* background-repeat: no-repeat; */
}
.modal-header.black {
    background-color: #333;
    color: #fff;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 30px 30px 20px 30px;
    text-align: left;
    background-color: #fff;
    color: #000;
}
.modal-body.black {
    background-color: #333;
    color: #fff;
}
.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 15px 0px 15px;
    border-top: 1px solid #e9ecef;
    background-color: #fff;
    color: #000;
}
@media all and (-ms-high-contrast: none) { /* IEのみ適用 */
    #modal-l .modal-header {
        position: absolute !important;
        width: calc(100%) !important;
        top: 0px !important;
    }
    #modal-l .modal-footer {
        position: absolute !important;
        width: calc(100% + 4px) !important;
        margin-left: -2px !important;
    }
}


.modal-footer.black {
    background-color: #333;
    color: #fff;
}
.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}
.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
        margin: 30px auto;
    }

    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 1100px;
    }
}

.modal-content .close {
    border: 0px;
    background-color: #0099CC;
    color: #fff;
    cursor:pointer;
}

.btn-primary {
  color: #fff;
  background-color: #004098;
  border-color: #004098;
  cursor: pointer;
}
.btn-primary:hover {
  color: #fff;
  background-color: #004098;
  border-color: #004098;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(8, 102, 198, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #004098;
  border-color: #004098;
}
.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  background-color: #004098;
  background-image: none;
  border-color: #004098;
}

.btn-secondary {
  color: #fff;
  background-color: #999;
  border-color: #999;
  cursor: pointer;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #212529;
  border-color: #212529;
}
.btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  background-color: #727b84;
  background-image: none;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #23BF08;
  border-color: #23BF08;
  cursor: pointer;
}
.btn-success:hover {
  color: #fff;
  background-color: #1c9a06;
  border-color: #1a8e06;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 3px rgba(35, 191, 8, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #23BF08;
  border-color: #23BF08;
}
.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  background-color: #1c9a06;
  background-image: none;
  border-color: #1a8e06;
}

.btn-info {
  color: #fff;
  background-color: #004098;
  border-color: #004098;
  /* background-color: #17a2b8; */
  /* border-color: #17a2b8; */
  cursor: pointer;
}
.btn-info:hover {
  color: #fff;
  background-color: #23CBFF;
  border-color: #004098;
  /* background-color: #138496; */
  /* border-color: #117a8b; */
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #004098;
  border-color: #004098;
}
.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  background-color: #23CBFF;
  background-image: none;
  border-color: #117a8b;
}

.btn-warning {
  color: #111;
  background-color: #c82333;
  border-color: #c82333;
  cursor: pointer;
}
.btn-warning:hover {
  color: #111;
  background-color: #df4655;
  border-color: #df4655;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 3px rgba(223, 70, 85, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #c82333;
  border-color: #c82333;
}
.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  background-color: #be2131;
  background-image: none;
  border-color: #be2131;
}

.btn-danger {
  color: #fff;
  background-color: #004098;
  border-color: #004098;
  cursor: pointer;
}
.btn-danger:hover {
  color: #fff;
  background-color: #004098;
  border-color: #004098;
}
.btn-danger:focus, .btn-danger.focus {
  /* box-shadow: 0 0 0 1px rgba(220, 53, 69, 0.5); */
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #004098;
  border-color: #004098;
}
.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  background-color: #004098;
  background-image: none;
  border-color: #004098;
}

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  cursor: pointer;
}
.btn-light:hover {
  color: #111;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  background-color: #e2e6ea;
  background-image: none;
  border-color: #dae0e5;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  cursor: pointer;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  background-color: #23272b;
  background-image: none;
  border-color: #1d2124;
}

.btn-outline-primary {
  color: #000;
  background-color: #efefef;
  background-image: none;
  border-color: #fff;
  cursor: pointer;
}
.btn-outline-primary:hover {
  opacity: 0.7;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 3px #666;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #666;
  background-color: transparent;
}
.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #666;
  border-color: #fff;
}

.btn-outline-secondary {
  color: #fff;
  background-color: #666;
  background-image: none;
  border-color: #fff;
  cursor: pointer;
}
.btn-outline-secondary:hover {
  opacity:0.7;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #212529;
  background-color: transparent;
}
.btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-success {
  color: #23BF08;
  background-color: transparent;
  background-image: none;
  border-color: #23BF08;
  cursor: pointer;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #23BF08;
  border-color: #23BF08;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 3px rgba(35, 191, 8, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #23BF08;
  background-color: transparent;
}
.btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #23BF08;
  border-color: #23BF08;
}

.btn-outline-info {
  color: #004098;
  background-color: transparent;
  background-image: none;
  border-color: #004098;
  cursor: pointer;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #f796a0;
  border-color: #004098;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 3px rgba(184, 23, 23, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #004098;
  background-color: transparent;
}
.btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #004098;
  border-color: #004098;
}

.btn-outline-warning {
  color: #c82333;
  background-color: transparent;
  background-image: none;
  border-color: #c82333;
  cursor: pointer;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #c82333;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 3px rgba(244, 153, 23, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #c82333;
  background-color: transparent;
}
.btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #c82333;
  border-color: #c82333;
}

.btn-outline-danger {
  color: #004098;
  background-color: transparent;
  background-image: none;
  border-color: #004098;
  cursor: pointer;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #E77480;
  border-color: #004098;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #004098;
  background-color: transparent;
}
.btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #004098;
  border-color: #004098;
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
  cursor: pointer;
}
.btn-outline-light:hover {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:active, .btn-outline-light.active, .show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
  cursor: pointer;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:active, .btn-outline-dark.active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.g-pc {
    display:block !important;
}
.g-pc2 {
    display:inline-block !important;
}
@media screen and (max-width: 960px) {
    .g-pc {
        display:none !important;
    }
    .g-pc2 {
        display:none !important;
    }
}
.g-mb {
    display:none !important;
}
.g-mb2 {
    display:none !important;
}
@media screen and (max-width: 960px) {
    .g-mb {
        display:block !important;
    }
    .g-mb2 {
        display:inline-block !important;
    }
}
.g-errbox {
    position: relative;
    width: 100%;
    border: solid 2px #C60019;
    background-color:#FFF2F4;
    padding: 0px 20px 20px 20px;
    margin: 20px 0px;
    border-radius:3px;
}
.g-stage {
    width:100%;
    margin:15px 0px;
}
.g-stage>div{
    position: relative;
    display:inline-block;
    height:80px;
    padding:15px;
    margin-right:15px;
	background: #ffffff;
    vertical-align:middle;
    text-align:center;
    border: 3px solid #0098CE;
}
.g-stage>div>div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display:inline-block;
}
.g-stage>div>div>img {
    width:24px;
    position:relative;
    top:0px;
    margin-right:5px;
    vertical-align: middle;
}
@media screen and (max-width: 570px) {
    .g-stage>div>div>img {
        display: block;
        text-align: center;
        margin: 0px auto;
    }
}
.stage2>div {
    width:250px;
    font-size:18px;
}
.stage2>div:first-child {
    letter-spacing: -1.7px;
}
.stage3>div {
    width:250px;
    margin-top: 5px;
    font-size:18px;
    padding:0px;
}
.stage3>div:first-child {
    letter-spacing: -1.7px;
}
@media screen and (max-width: 850px) {
    .stage3>div{
        width:150px;
        font-size:15px;
    }
}
@media screen and (max-width: 570px) {
    .stage2>div{
        width:41%;
        font-size:14px;
    }
    .stage3>div{
        width:25%;
        font-size:14px;
    }
}
.g-stage>div.on{
    background-color:#0098CE;
    color:#ffffff;
}
/*
.g-stage>div:not(:first-child){
    left:15px;
}
*/
.g-stage>div:not(:last-child):after, .g-stage>div:not(:last-child):before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.g-stage>div:not(:last-child):after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 10px;
	margin-top: -10px;
}
.g-stage>div.on:not(:last-child):after{
    border-left-color: #0098CE;
}
.g-stage>div:not(:last-child):before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #0098CE;
	border-width: 15px;
	margin-top: -15px;
}

.g-stage>div>div>div{
    margin-top: 5px;
    line-height: 15px;
    font-size:18px;
}
@media screen and (max-width: 570px) {
    .g-stage>div>div>div{
        font-size:13px;
    }
}

.g-stage>div>div>span{
    display:block;
    width:100%;
    line-height: 15px;
    font-size:13px;
}
@media screen and (max-width: 570px) {
    .g-stage>div>div>span{
        font-size:10px;
    }
}
.g-back {
    max-width:150px;
}
@media screen and (max-width: 570px) {
    .g-back {
        margin:0px auto;
    }
}
.g-input {
    width:100%;
    background-color:#eafafd;
    padding:20px;
    margin-bottom:20px;
}
.g-input .wrap_login{
    display:block;
    width:100%;
    margin-bottom:5px;
}
.g-input .wrap{
    display:block;
    width:100%;
}
.g-input .left_login{
    width:100px;
    display:table-cell;
    font-size:14px;
    line-height:30px;
    clear:both;
}
.g-input .right_login{
    width:320px;
    display:table-cell;
    line-height:30px;
}
.g-input .right_login_partner{
    width:500px;
    display:table-cell;
    line-height:30px;
}
@media screen and (max-width: 960px) {
    .g-input .left_login{
        display:block;
        width:100%;
        margin-bottom:10px;
    }
    .g-input .right_login{
        display:block;
        width:100%;
    }
    .g-input .right_login_partner{
        display:block;
        width:100%;
    }
}
.g-input .left{
    width:210px;
    display:table-cell;
    font-size:14px;
    line-height:30px;
    clear:both;
}
.g-input .right{
    width:490px;
    display:table-cell;
    line-height:30px;
}
@media screen and (max-width: 570px) {
    .g-input .left{
        display:block;
        width:100%;
        margin-bottom:10px;
    }
    .g-input .right{
        display:block;
        width:100%;
    }
}
.g-input .right>input[type="text"]{
    width:100%;
    padding: 10px;
}

.g-ttl-1{
    line-height: 30px;
}
@media screen and (max-width: 570px) {
    .g-ttl-1 sub{
        font-size: 15px;
    }
    .g-ttl-1 strong{
        font-size: 25px;
    }
}

.half{
    width: calc(50% - 57px) !important;
    padding: 10px;
}
.half-title{
    width: 50px !important;
    padding: 10px 10px 10px 0px;
    display: inline-block;
}

.g-input .right>select{
    height: 45px;
    /* width: auto; */
    width: 100%;
    padding-left: 5px;
}
.g-input .right>input.short{
    width: 70px;
}
.g-input .atten{
    font-size:12px;
    color:#C60019;
}
.g-input .message{
    display:block;
    width:100%;
    font-size:12px;
    margin-bottom:20px;
    line-height: 20px;
}
.required {
    display:inline-block;
    padding:2px 5px;
    color:#ffffff;
    background-color:#C60019;
    margin-left:10px;
}
.required2 {
    display:inline-block;
    padding:2px 5px;
    color:#C60019;
    font-weight:600;
    margin-left:10px;
}
.wrapflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.colflex {
    padding: 20px;
    width: calc(50% - 40px);
    display:flex;
}

.tleft {
    text-align:left !important;
}

.region {
    float:left;
    margin:30px 0 0 20px;
    color: #666;
    font-size:12px;
}
@media screen and (max-width: 960px) {
    .region {
        margin: 3px 0 0 15px;
        font-size: 8px;
    }
}
.warning {
    width:100%;
    height:300px;
    padding:15px;
    overflow:hidden;
    overflow-y:scroll;
    background-color:#ffffff;
    border:solid 1px #cccccc;
}

.search_box {
    position:absolute;
    top:-120px;
    right: -10px;
    padding:10px;
    width: 500px;
    height: 135px;
    background-color:#ffffff;
    box-shadow: 2px 2px 4px #999999;
    border: 7px solid #d3d9db;
}
@media screen and (max-width: 850px) {
    .search_box {
        position: static;
        width:100%;
    }
}
@media screen and (max-width: 767px) {
    .search_box {
        display:none;
    }
}
.search_link {
    width:50%;float:left;
}
.search_option {
    background:#efefef;
    border-radius:10px;
    width:100%;
    margin-top:20px;
    padding:10px;
}
.g-logout {
    position: absolute;
    right: 0px;
    margin-top: 7px;
    padding:5px;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    background: -webkit-linear-gradient(#fff, #f2f2f2);
    background: linear-gradient(#fff, #f2f2f2);
    display: inline-block;
    z-index:1;
    cursor:pointer;
}
.g-logout-side {
    display:block;
    color: #737373;
    font-size: 14px;
    font-weight: 600;
    height: auto;
    display: block;
    text-align: left;
    padding: 11px;
    cursor:pointer;
}
.table_attention {
    color:#C60019;
    margin:5px 0px 0px 0px;
    font-size:10px;
    font-weight:600;
}
.table_attention img{
    width:25px;
    margin-right:5px;
    vertical-align:middle;
}
.datatable_wrap {
    margin:0px;
    padding:0px;
    width:100%;
    /* max-width: 750px; */
    margin: 0px auto;
    overflow:hidden;
    overflow-x:scroll;
}
#datatable {
    width: 100%;
    /* max-width: 750px; */
    min-width: 550px;
    margin: 0px auto;
}
#datatable th {
    font-size: 15px;
    background-color:#0098CE;
    color:#ffffff;
    height:50px;
    padding:5px;
    border-bottom: 1px solid #ccc;
}
#datatable tr:first-child th {
    border-top: 1px solid #ccc;
}
#datatable tr:first-child th:first-child {
    border-top-left-radius: 5px;
}
#datatable tr:first-child th:last-child {
    border-top-right-radius: 5px;
}
#datatable td {
    word-break: break-all;
    font-size: 15px;
    padding:5px;
    border-bottom: 1px solid #ccc;
}
#datatable td.dd0 {
    font-size: 15px;
    text-align:left;
}
#datatable td.dd1 {
    font-size: 15px;
    text-align:center;
}
#datatable td.dd2 {
    font-size: 15px;
    text-align:center;
}
#datatable td.dd3 {
    font-size: 15px;
    text-align:center;
}
.hyoji {
    margin-bottom:10px;
}
.attention {
    margin:30px 10px 50px 10px;
    color:#C60019;
}
.search_category {
    display:inline-block;
    border-radius:5px;
    padding:3px;
    font-size:12px;
    font-weight:600;
    color:#ffffff;
    background-color:#006688;
    margin:0px 0px 5px 0px;
}
.search_title {
    font-size:20px;
    font-weight:600;
    margin: 20px auto 10px auto;
    max-width: 700px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#cccccc;
    font-size:18px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#cccccc;
    font-size:18px;
}
::placeholder{ /* Others */
    color:#cccccc;
    font-size:18px;
}

#modal_main {
    display: none;
    position:fixed;
    width: calc(100% - 40px);
    max-width: 800px;
    height: 80%;
    max-height: 600px;
    margin: 0px;
    padding: 20px;
    background-color: #ffffff;
    color: #666666;
    border-radius:10px;
    z-index: 1001;
}
#modal_title {
    font-size:18pt;
    font-weight:600;
    white-space: nowrap;
    text-align:left;
}
#modal_mes {
    width:100%;
    height:calc(100% - 50px);
    overflow:hidden;
    overflow-y:scroll;
    text-align:left;
    margin: 0px;
}
#modal_close {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
}
#modal_bg {
    display:none;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.5);
    position:fixed;
    top:0;
    left:0;
    z-index: 1000;
}
.modal_open {
    color: #0033CC;
    cursor: pointer;
}
.modal_mes_stock {
    display:none;
}
.modal_mes_title {
    margin:20px 0px 10px 0px;
    font-size:17px;
    font-weight:600;
}
.modal_mes1 {
    margin-top:20px;
    font-size:15px;
    font-weight:600;
}
.modal_mes2 {
    font-size:14px;
}
.old_design {
    position:relative;
    display: inline-block;
    top:-2px;
    width: 120px;
    text-align: center;
    color:#ffffff;
    font-size:11px;
    font-weight:600;
    background-color:#669900;
    border-radius:5px;
    padding:1px 2px;
}
.new_design {
    position:relative;
    display: inline-block;
    top:-2px;
    width: 60px;
    text-align: center;
    color:#ffffff;
    font-size:11px;
    font-weight:600;
    background-color:#C60019;
    border-radius:5px;
    padding:1px 2px;
}
.marker_pink {
    background: linear-gradient(transparent 0%, #ffff00 0%);
}
.g-invoice {
    width: 95%;
    height: 50px;
    padding: 10px 40px;
    color: #ffffff;
    background-color: #0099CC;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.g-cprice {
    display:inline-block;
    width:200px;
    height: 50px;
    padding: 10px 40px;
    color: #ffffff;
    background-color: #0099CC;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-top:10px;
}
@media screen and (max-width: 570px) {
    .g-cprice {
        width: 100%;
    }
}
.cprice-search-wrap {
    padding:20px;
    position: relative;
    clear: both;
    width: 100%;
    border:solid 1px #333;
}
.cprice-search-title {
    padding: 10px;
    font-size: 20px;
    background-color: #333;
    color:#fff;
}
.cprice-mes {
    margin:10px auto;
    font-size: 15px;
    color:#C60019;
}
.cprice-date {
    font-size: 18px;
    font-weight: 600;
    color:#333;
}
.select_box {
    display: inline-block;
    position : relative;
    top: 1px;
    width: 350px;
    height: 45px;
    cursor: pointer;
}
.select_kwd {
    display: inline-block;
    width: 350px;
}
.select_kwd2 {
    width: auto;
    padding:10px;
    font-size:18px;
    font-weight:600;
    display: inline-block;
}
#search_kwd {
    margin:5px auto;
    margin-right:-5px;
    width:300px;
    padding: 5px;
    height: 45px;
}
#search_btn {
    margin: 10px auto 0px auto;
    max-width:500px;
}
#search_btn2 {
    position:relative;
    display:inline-block !important;
    top: 18px;
    width: 45px;
    cursor:pointer;
}
@media screen and (max-width: 960px) {
    .search_option {
        font-size:12pt;
    }
}
@media screen and (max-width: 960px) {
    .select_box {
        width:100%;
    }
    .select_kwd {
        width:100%;
        margin-top:20px;
    }
    .select_kwd2 {
        width:100%;
        margin-top:20px;
    }
    #search_kwd {
        margin-right:0px;
        width:100%;
    }
    #search_btn2 {
        display:none !important;
    }
}
.select_label {
    top:16px;
    display: block;
    font-size:18px;
    text-align: left;
    overflow:hidden;
    white-space: nowrap;
}
.select {
    display: block;
    font-size:18px;
    text-align: left;
    width: 100%;
    position: absolute;
    top: 18px;
    padding: 5px 0;
    height: 40px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: none transparent;
    border: 0 none;
    cursor: pointer;
}
.select_box .select_label {
    position: relative;
    padding: 7px 10px;
    background-color:#efefef;
    border:solid 1px #cccccc;
    cursor: pointer;
}
.select_box .select_label::after {
    content: ' ';
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url("/-/media/Project/Daikin/hyd_daikin_com/dps_common/images/arrow_b png") no-repeat;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: -2px;
}
.adobe {
    margin:20px auto;
    text-align:left;
    background:#efefef;
    font-size:12px;
    padding:20px;
}
.sort_on {
    margin-left:5px;
    padding:2px 7px;
    background-color:#0098CE;
    border-radius:10px;
    color:#ffffff;
}
.sort_off {
    margin-left:5px;
    padding:2px 7px;
    background-color:#cccccc;
    border-radius:10px;
    color:#ffffff;
}
.sort_off:hover {
    opacity:0.5;
}
.yukichan_left {
    width:530px;
    float:left;
}
@media screen and (max-width: 960px) {
    .yukichan_left {
        width:100%;
        float:none;
    }
}
.yukichan_right {
    padding-top:20px;
    margin-left: 60px;
    float:left;
}
.yukichan_right .side_pc{
    display:block;
}
.yukichan_right .side_mb{
    display:none;
}
@media screen and (max-width: 960px) {
    .yukichan_right {
        width:100%;
        float:none;
        margin-left: 0px;
        margin-bottom:30px;
    }
    .yukichan_right li{
        display:inline;
    }
    .yukichan_right img{
        height:100px;
    }
}
@media screen and (max-width: 767px) {
    .yukichan_right {
        width:100%;
        float:none;
        margin-left: 0px;
        margin-bottom:30px;
    }
    .yukichan_right .side_pc{
        display:none;
    }
    .yukichan_right .side_mb{
        display:block;
    }
    .yukichan_right img{
        height:auto;
    }
}
.yukichan_slider {
    width:100%;
}
@media screen and (min-width: 570px) and ( max-width:960px) {
    .yukichan_slider {
        width:600px;
        margin:0px auto;
    }
}


.yukichan_slider img{
    width:100%;
}
.yukichan_pickup {
    height:20px;
    font-weight:600;
}
.yukichan_news {
    clear:both;
    width:100%;
    margin:60px auto 0px auto;
    text-align:left;
    font-size:14px;
}
@media screen and (max-width: 960px) {
    .yukichan_news {
        width:600px;
        margin:0px auto;
    }
}
@media screen and (max-width: 570px) {
    .yukichan_news {
        margin-top:0px;
    }
}
.yukichan_news .news_date {
    font-weight:600;
    color:#0096e0;
}
.yukichan_news .news_text {

}
.yukichan_main {
    color: #555555;
    font-size: 40px;
    font-weight:600;
    margin-bottom:10px;
}
@media screen and (max-width: 570px) {
    .yukichan_main {
        font-size:25px;
    }
}

.yukichan_title {
    text-align:left;
    color:#0096E0;
    font-size:30px;
}
@media screen and ( max-width:570px) {
    .yukichan_title img {
        width:100%;
    }
}
.yukichan_title_w {
    color:#ffffff;
    font-size:20px;
    margin-left:10px;
}
.yukichan_title_sub {
    text-align:left;
    color:#0096E0;
    font-size:20px;
}
#yukichan_top_flow_base{
    position: relative;
    width: auto;
    height: 430px;
    text-align:left;
    background-image: url("/-/media/Project/Daikin/hyd_daikin_com/dps_common/images/bg_color gif");
    background-repeat: repeat-y;
    border-radius: 30px;
    padding: 40px 20px 40px 20px;
}
@media screen and ( max-width:960px) {
    #yukichan_top_flow_base{
        width:520px;
        height:750px;
        margin:0px auto 30px auto;
        padding: 40px 20px 40px 20px;
    }
}
@media screen and ( max-width:570px) {
    #yukichan_top_flow_base{
        width:95%;
        height:1400px;
        margin:0px auto 30px auto;
        padding: 40px 10px 40px 10px;
    }
}

#yukichan_phase{
    margin-left: 7px;
}
li.yukichan_phase_item{
    position: relative;
    width: 200px;
    padding:10px 0px;
    background-color:#ffffff;
    text-align:center;
    float: left;
    box-shadow: 0px 0px 12px rgba(6,145,207,0.9);
    -webkit-box-shadow: 0px 0px 12px rgba(6,145,207,0.9);
    -moz-box-shadow: 0px 0px 12px rgba(6,145,207,0.9);
}
li.yukichan_phase_item:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    right: -40px;
    border-left: 40px solid #ffffff;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    z-index: 20;
}
li.yukichan_phase_item:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    right: -41px;
    border-left: 40px solid rgba(6,145,207,0.5);
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    z-index: 15;
}
@media screen and ( max-width:960px) {
    li.yukichan_phase_item{
        width: 47%;
    }
    li.yukichan_phase_item:after{
        border:none;
    }
    li.yukichan_phase_item:before{
        border:none;
    }
}
@media screen and ( max-width:570px) {
    li.yukichan_phase_item{
        width: 98%;
    }
}

li.yukichan_phase_item:hover{
    opacity:0.5;
}
#yukichan_phase li:nth-child(n+2){
    margin-left: 26px;
}
@media screen and ( max-width:960px) {
    #yukichan_phase li:nth-child(3){
        clear:both;
        margin-left: 0px;
    }
    #yukichan_phase li:nth-child(n+3){
        margin-top:15px;
    }
}
@media screen and ( max-width:570px) {
    #yukichan_phase li:nth-child(n+1){
        clear:both;
        margin-left: 0px;
    }
    #yukichan_phase li:nth-child(n+2){
        margin-top:15px;
    }
}
nav{
    position: absolute;
    left:0px;
    width: 100%;
    height: 100px;
}
nav.fixed{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}
#phase_nav{
    position: relative;
    width: 100%;
    height: 100px;
    overflow:hidden;
    background-color: #96cfe8;
}
#phase_nav ul{
    margin: 0 auto;
    position: relative;
    width:960px;
    height: 100px;
    background-color: #8bcae5;
    background-image: url("/-/media/Project/Daikin/hyd_daikin_com/dps_common/images/bg_color gif");
    background-repeat: repeat-y;
    z-index: 20;
}
#phase_nav:before{
    content:"";
    position: absolute;
    width: 50%;
    height: 100px;
    right: 0;
    top: 0;
    background-color: #0096e0;
    z-index: 9;
}
li.yukichan_list_nav{
    position: relative;
    float: left;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px rgba(6,145,207,1);
    -webkit-box-shadow: 0px 0px 8px rgba(6,145,207,1);
    -moz-box-shadow: 0px 0px 8px rgba(6,145,207,1);
}
#yukichan_list_nav0{
    margin: 5px 4px;
    width: 107px;
    height: 90px;
}
li.yukichan_list_nav_arw{
    height: 82px;
    background-color: #ffffff;
    margin-top: 10px;
    margin-bottom: 5px;
    border: 4px solid #ffffff;
}
@media screen and (max-width: 960px) {
    li.yukichan_list_nav_arw{
        width:150px;

    }
    li.yukichan_list_nav_arw img{
        width: 130px;
        margin-top: 13px;
        margin-left: 10px;
    }
}
li.yukichan_list_nav_arw + li.yukichan_list_nav_arw{
    margin-left: 43px;
}
@media screen and (max-width: 960px) {
    li.yukichan_list_nav_arw + li.yukichan_list_nav_arw{
        margin-left: 21px;
    }
}
.nav_menu {
    display:block;
}
@media screen and (max-width: 720px) {
    .nav_menu {

    }
}
li.yukichan_list_nav_arw.on{
    background-color: #fbec8b;
}
li.yukichan_list_nav_arw:before{/*鐃緒申鐃緒申鐃処�ワ申���鐃遵�・申鐃�*/
    content:"";
    position: absolute;
    width: 0;
    height: 0;
    right: -41px;
    top: -9px;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    border-left: 39px solid #fff;
    z-index: 110;
}
li.yukichan_list_nav_arw:after{/*鐃緒申��誌申��誌申羹�鐃醇��鐃緒申*/
    content:"";
    position: absolute;
    width: 0;
    height: 0;
    right: -35px;
    top: 0;
    border-top: 38px solid transparent;
    border-bottom: 38px solid transparent;
    border-left: 36px solid #ffffff;
    z-index: 120;
}
@media screen and (max-width: 720px) {
    #phase_nav ul {
        width:100%;
    }
    li.yukichan_list_nav_arw {
        width:25%;
        height:auto;
        margin-left:0px !important;
    }
    li.yukichan_list_nav_arw:before{
        border:none;
    }
    li.yukichan_list_nav_arw:after{
        border:none;
    }
    li.yukichan_list_nav_arw img {
        width: 100px;
        margin-left: -5px;
    }
}
li.yukichan_list_nav_arw.on:after{
    border-left: 36px solid #fbec8b;
}


div.yukichan_li_section{
    position: relative;
    margin: -100px auto 60px;
    width: 100%;
    overflow: hidden;
    padding-top: 100px;
}
div.yukichan_li_section + div:before{
    content: "";
    position: absolute;
    height: 0px;
    top: 97px;
    left: 0;
    border-top: #d3d3d3 dotted 3px;
}
li.yukichan_li_item{
    position: relative;
    float: left;
    width: 31%;
    /* height: 270px; */
    overflow: hidden;
    margin: 0 10px 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
}
@media screen and ( max-width:960px) {
    li.yukichan_li_item{
        width:45%;
    }
}
@media screen and ( max-width:570px) {
    li.yukichan_li_item{
        width:98%;
        margin: 0 3px 30px;
    }
}

li.yukichan_li_item:hover{
    opacity:0.5;
}
li.yukichan_li_item a{
    position: relative;
    display: block;
    height: 270px;
}
li.yukichan_li_item .yukichan_li_item_img img{
    width:100%;
    position:relative;
    top:0px;
}
p.yukichan_li_text{
    position: relative;
    text-align: left;
    font-size: 15px;
    margin-left: 10px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.05em;
}
div.yukichan_li_item_img{
    width: 100%;
    overflow: hidden;
    height: 148px;
    margin-bottom: 10px;
}
div.yukichan_li_item_arw{
    position: absolute;
    width: 32px;
    height: 32px;
    right: 10px;
    bottom: 10px;
    background-color: #666666;
}
.yukichan_li_item h4 {
    position: absolute;
    width: 80%;
    left: 10px;
    bottom: 10px;
    margin-left: 5px;
    text-align:left;
    font-size: 12px;
    font-weight: normal;
    color: #888888;
}

#category_nav ul{
    margin: 0 auto;
    width: 960px;
    height: 70px;
}
li.movie_list_nav{
    position: relative;
    float: left;
    height: 70px;
    color: #ffffff;
    background-color: #0096E0;
    background-repeat: no-repeat;
}
li.movie_list_nav a,
li.movie_list_nav a:visited,
li.movie_list_nav a:hover,
li.movie_list_nav a:active {
    color: #ffffff !important;
}
li.movie_list_nav.on{
    height: 70px;
    background-color: #0096e0;
}
li.movie_list_nav.on:after{
    content:"";
    position: absolute;
    width: 0;
    height: 0;
    left: 47%;
    bottom: -12px;
    border-top: 12px solid #0096e0;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
}
li.movie_list_nav.on img{
    opacity: 0;
}
li.movie_list_nav + li{
    border-left: #ffffff solid 1px;
}
.yukichan_movie_btn {
    display:inline-block;
    width:300px;
    height:70px;
    text-align:center;
    font-size:25px;
    color:#ffffff;
    padding-top:17px;
}
@media screen and ( max-width:570px) {
    #category_nav ul {
        width:auto;
    }
    #category_nav li {
        width:50%;
        font-size:15px;
    }
    .yukichan_movie_btn {
        width:100%;
        font-size:15px;
        padding-top:25px;
    }
}
.yukichan_movie_btn:hover {
    opacity:0.5;
    text-decoration:none !important;
}
.movie_new {
    position: absolute;
    width: 80px;
    height: 80px;
    right: 0px;
    top: 0px;
}
.movie_list h4{
    position: relative;
    font-size: 18px;
    top: 10px;
    color: #000000;
}
@media screen and ( max-width:570px) {
    .movie_list h4{
        font-size: 15px;
    }
}

.g-notice {
    display: none;
}
.g-notice-title {
    border-bottom: solid 1px #333;
    margin: 15px auto 10px auto;
}

.g-clause {
    display: none;
}
.g-clause-title {
    border-bottom: solid 1px #333;
    margin: 15px auto 10px auto;
}
ol.g-clause-list {
    margin: 10px auto;
}
ol.g-clause-list li {
	list-style-type: none;
	counter-increment: cnt;
    position: relative;
    margin-left: 40px;
}
ol.g-clause-list li::before {
	content: "(" counter(cnt) ") ";
    display: inline-block;
    margin-left: -40px;
    position: absolute;
    top: 0;
    left: 0;
}
ol.g-clause-list li:nth-child(1)::before {
	content: "(1) ";
}
ol.g-clause-list li:nth-child(2)::before {
	content: "(2) ";
}
ol.g-clause-list li:nth-child(3)::before {
	content: "(3) ";
}
ol.g-clause-list li:nth-child(4)::before {
	content: "(4) ";
}
ol.g-clause-list li:nth-child(5)::before {
	content: "(5) ";
}
ol.g-clause-list li:nth-child(6)::before {
	content: "(6) ";
}
ol.g-clause-list li:nth-child(7)::before {
	content: "(7) ";
}
ol.g-clause-list li:nth-child(8)::before {
	content: "(8) ";
}
ol.g-clause-list li:nth-child(9)::before {
	content: "(9) ";
}
ol.g-clause-list li:nth-child(10)::before {
	content: "(10) ";
}
ol.g-clause-list li:nth-child(11)::before {
	content: "(11) ";
}
ol.g-clause-list li:nth-child(12)::before {
	content: "(12) ";
}
ol.g-clause-list li:nth-child(13)::before {
	content: "(13) ";
}
ol.g-clause-list li:nth-child(14)::before {
	content: "(14) ";
}
ol.g-clause-list li:nth-child(15)::before {
	content: "(15) ";
}
ol.g-clause-list-alpha {
    margin-left: 30px;
}
ol.g-clause-list-alpha li {
	list-style-type: none;
    position: relative;
    margin-left: 40px;
}
ol.g-clause-list-alpha li::before{
    display: inline-block;
    margin-left: -40px;
    position: absolute;
    top: 0;
    left: 0;
}
ol.g-clause-list-alpha li:nth-child(1)::before {
	content: "(A) ";
}
ol.g-clause-list-alpha li:nth-child(2)::before {
	content: "(B) ";
}
ol.g-clause-list-alpha li:nth-child(3)::before {
	content: "(C) ";
}
ol.g-clause-list-alpha li:nth-child(4)::before {
	content: "(D) ";
}
ol.g-clause-list-alpha li:nth-child(5)::before {
	content: "(E) ";
}

.g-purchase {
    padding-top: 0px;
    font-size:20px;
    font-weight:600;
    line-height:40px;
}
.g-purchase img{
    width: 20px;
}
.g-purchase ul {
	list-style: none;
}
.g-purchase ul li {
	padding-left: 20px;
	background: url("/-/media/Project/Daikin/hyd_daikin_com/dps_common/images/check png") left center no-repeat;
	background-size: 20px auto;
}
@media screen and (max-width: 960px) {
    .g-purchase {
        font-size:16px;
        line-height:20px;
    }
}
@media screen and (max-width: 780px) {
    .g-purchase {
        font-size:14px;
        line-height:20px;
    }
    .g-purchase img{
        width: 12px;
    }
}

.fileup input[type="file"] {
    display: none;
}
.fileup label {
    padding: 5px 40px;
    color: #ffffff;
    background-color: #0099CC;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.fileup p {
    display: inline-block;
    margin: 10px 0 0 20px;
    font-size: 16px;
}

