* {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

*:focus {
    outline: none
}

body {
    font-size: 16px;
    font-family: HiraginoCustom, "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "Noto Sans JP", helvetica, arial, sans-serif;
    background-color: #eff2f4
}

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
    margin: 0;
    padding: 0;
    line-height: 1em;
    border: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word
}

@font-face {
    font-family: 'HiraginoCustom';
    font-weight: 100;
    src: local("HiraginoSans-W1"), local("Hiragino Sans")
}

@font-face {
    font-family: 'HiraginoCustom';
    font-weight: 200;
    src: local("HiraginoSans-W2"), local("Hiragino Sans")
}

@font-face {
    font-family: 'HiraginoCustom';
    font-weight: 300;
    src: local("HiraginoSans-W3"), local("Hiragino Sans")
}

@font-face {
    font-family: 'HiraginoCustom';
    font-weight: 400;
    src: local("HiraginoSans-W3"), local("Hiragino Sans")
}

@font-face {
    font-family: 'HiraginoCustom';
    font-weight: 500;
    src: local("HiraginoSans-W5"), local("Hiragino Sans")
}

@font-face {
    font-family: 'HiraginoCustom';
    font-weight: 600;
    src: local("HiraginoSans-W6"), local("Hiragino Sans")
}

@font-face {
    font-family: 'HiraginoCustom';
    font-weight: 700;
    src: local("HiraginoSans-W6"), local("Hiragino Sans")
}

@font-face {
    font-family: 'HiraginoCustom';
    font-weight: 800;
    src: local("HiraginoSans-W7"), local("Hiragino Sans")
}

@font-face {
    font-family: 'HiraginoCustom';
    font-weight: 900;
    src: local("HiraginoSans-W8"), local("Hiragino Sans")
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

* html .clearfix {
    zoom: 1
}

*:first-child + html .clearfix {
    zoom: 1
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure {
    margin: 0px;
    padding: 0px;
    font-size: 1em;
    font-weight: normal
}

ul, ol {
    list-style-type: none
}

img {
    border: none
}

a {
    color: #000000;
    text-decoration: none;
    cursor: pointer
}

a:hover {
    text-decoration: none;
    filter: alpha(opaCity=70);
    -moz-opacity: 0.7;
    opacity: 0.7
}

a:hover img {
    opaCity: .7;
    filter: alpha(opaCity=70)
}

.headline_01 {
    font-size: 20px;
    font-weight: 500
}

.headline_02 {
    font-size: 26px;
    font-weight: 200
}

.card {
    background-color: #fff;
    border-radius: 10px
}

.card.shadow {
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2)
}

button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer
}

button:hover {
    opacity: .8;
}

button img {
    width: 30px;
    height: auto
}

.agency button:hover {
    background-color: #007c99
}

.shop button:hover {
    opacity: .8;
}

.note {
    font-size: 14px
}

.button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 10px;
    width: 180px;
    height: 50px;
    background-color: #f9d800;
    border: 2px solid #333;
    border-radius: 8px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
    text-align: center;
    font-weight: 500
}

.button::after {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    content: '\f0a9';
    font-weight: 900
}

.button-print {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 10px;
    width: 180px;
    height: 50px;
    background-color: #f9d800;
    border: 2px solid #333;
    border-radius: 8px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
    text-align: center;
    font-weight: 500
}

.button-print::after {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    content: '\f0a9';
    font-weight: 900
}

/*.button-print {*/
/*    background-color: #007c99;*/
/*    color: #fff*/
/*}*/

.button-print::after {
    width: 30px;
    height: 30px;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icon_print.png);
    content: ""
}

.button.delete {
    background-color: #ccc
}

.button.delete::after {
    width: 30px;
    height: 30px;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icon_delete.png);
    background-size: auto 100%;
    content: ""
}

.button.edit::after {
    width: 30px;
    height: 30px;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icon_add.png);
    background-size: auto 100%;
    content: ""
}

.button.tab::after {
    width: 30px;
    height: 30px;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icon_tab.jpg);
    background-size: auto 100%;
    content: ""
}


.button.save::after {
    width: 30px;
    height: 30px;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icon_save.png);
    background-size: auto 100%;
    content: ""
}

.button.small {
    width: 120px;
    height: 40px
}

.buttondw {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 10px;
    width: 180px;
    height: 50px;
    background-color: #f9d800;
    border: 2px solid #333;
    border-radius: 8px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
    text-align: center;
    font-weight: 500
}

.buttondw.download {
    position: unset;
    margin-left: 30px;
    width: 200px;
    height: 40px
}

.button-inactive {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 10px;
    width: 180px;
    height: 50px;
    background-color: #cccc;
    border: 2px solid #333;
    border-radius: 8px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
    text-align: center;
    font-weight: 500
}

.button-inactive.invoice {
    margin-top: 20px;
}

.button-active {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 10px;
    width: 180px;
    height: 50px;
    background-color: #f9d800;
    border: 2px solid #333;
    border-radius: 8px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
    text-align: center;
    font-weight: 500
}

.agency .button.print {
    background-color: #007c99
}

.shop .button.print {
    background-color: #3d5471
}

.craftsman_affiliation .button.print {
    background-color: #308471
}

.back {
    display: block;
    padding: 0;
    width: 20px;
    height: 20px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

input, select {
    height: 40px;
    line-height: 40px;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #cccc
}

input.long, select.long {
    width: 500px
}

select {
    cursor: pointer
}

textarea {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #cccc
}

.new {
    background-color: #71cd9d
}

.reform {
    background-color: #54e2e7
}

.sb {
    background-color: #f58da2
}

.kitchen {
    background-color: #f4bf73
}

.sk {
    background-color: #fac1e0
}

.ub {
    background-color: #9cd6f8
}

.sb {
    background-color: #9cf8b8
}

.admin .side-nav__wrapper, .admin .header__notice_count {
    background-color: #4e5859
}

.admin .header {
    background-color: rgba(78, 88, 89, 0.2)
}

.agency .side-nav__wrapper, .agency .header__notice_count {
    background-color: #007c99
}

.agency .header {
    background-color: rgba(0, 124, 153, 0.2)
}

.shop .side-nav__wrapper, .shop .header__notice_count {
    background-color: #3d5471
}

.shop .header {
    background-color: rgba(61, 84, 113, 0.2)
}

.craftsman_affiliation .side-nav__wrapper, .craftsman_affiliation .header__notice_count {
    background-color: #308471
}

.craftsman_affiliation .header {
    background-color: rgba(48, 132, 113, 0.2)
}

.craftsman_external .side-nav__wrapper, .craftsman_external .header__notice_count {
    background-color: #5f8430
}

.craftsman_external .header {
    background-color: rgba(95, 132, 48, 0.2)
}

.content__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    min-height: 100vh;
    border-radius: 10px 0 0 10px
}

.side-nav__wrapper {
    width: 270px;
    border-radius: 10px 0 0 10px
}

.side-nav__wrapper_inner {
    position: sticky;
    position: -webkit-sticky;
    top: 0
}

.logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 80px
}

.logo img {
    width: 80%;
    height: auto
}

.global-nav {
    max-height: calc(100vh - 80px);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.global-nav::-webkit-scrollbar {
    display: none
}

.global-nav__headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    height: 40px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    opacity: .6;
    background-color: rgba(255, 255, 255, 0.1)
}

.global-nav ul {
    margin-top: 10px
}

.global-nav li {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.global-nav li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 55px;
    height: 60px;
    -webkit-transition: .3s all;
    transition: .3s all;
    border-radius: 10px 0 0 10px;
    color: #fff;
    text-align: center;
    font-weight: 300
}

.global-nav li a.active, .global-nav li a:hover {
    background-color: #eff2f4;
    color: #000
}

.global-nav li a::before {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35px;
    height: 30px;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    content: ""
}

.global-nav li a.list::before {
    background-image: url(../images/icon_list.png)
}

.global-nav li a.calendar::before {
    background-image: url(../images/icon_calendar.png)
}

.global-nav li a.changes::before {
    background-image: url(../images/icon_changes.png)
}

.global-nav li a.craftsman::before {
    background-image: url(../images/icon_craftsman.png)
}

.global-nav li a.ledger::before {
    background-image: url(../images/icon_ledger.png)
}

.global-nav li a.plans {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    letter-spacing: -1px;
    text-align: left
}

.global-nav li a.plans span {
    margin-top: -15px;
    width: 100%;
    font-size: 12px
}

.global-nav li a.plans::before {
    background-image: url(../images/icon_plans.png)
}

.global-nav li a.account::before {
    background-image: url(../images/icon_user.png)
}

.global-nav li a.notice::before {
    background-image: url(../images/icon_notice.png)
}

.global-nav li a.add::before {
    background-image: url(../images/icon_add.png)
}

.global-nav li a.shop::before {
    background-image: url(../images/icon_shop.png)
}

.admin .global-nav li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.admin .global-nav li a {
    padding-left: 50px;
    font-size: 15px;
    letter-spacing: -.5px
}

.admin .global-nav_row a {
    padding-left: 75px !important
}

.admin .global-nav_row a::before {
    left: 40px;
    background-size: auto 60%
}

.main-content {
    width: 100%
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    border-radius: 0 10px 0 0
}

.header .headline_01 {
    margin-right: 30px
}

.header .headline_01.left {
    margin-right: 30px;
    margin-left: 30px;
}

.header__serch select {
    width: 200px
}

.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

.header__button {
    margin-right: 30px
}

.header__button:hover {
    opacity: .8
}

.header__notice {
    position: relative;
    margin-top: 5px
}

.header__notice_wind {
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 1;
    position: absolute;
    right: -20px;
    top: 40px;
    padding: 20px;
    padding-bottom: 10px;
    width: 400px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 10px
}

.header__notice_wind * {
    color: #fff;
    font-size: 14px;
    font-weight: 200
}

.header__notice_wind::after {
    position: absolute;
    right: 32px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, 0.8);
    content: ""
}

.header__notice_wind ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2)
}

.header__notice_wind ul .date {
    width: 20%;
    font-size: 12px
}

.header__notice_wind ul .text {
    width: 80%
}

.header__notice_more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px
}

.header__notice_more a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 10px;
    width: 120px;
    height: 30px;
    background-color: #000;
    border-radius: 8px
}

.header__notice_more a::after {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    content: '\f0a9';
    font-weight: 900
}

.header__notice_wrapper {
    position: relative;
    display: block;
    width: 44px;
    height: 33px
}

.header__notice_wrapper input {
    display: none
}

.header__notice_wrapper input:checked ~ .header__notice_wind {
    opacity: 1
}

.header__notice_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.header__notice_icon:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icon_notice.png);
    content: ""
}

.header__notice_count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    color: #fff;
    font-size: 12px
}

.header__user {
    position: relative;
    margin-left: 30px;
    z-index: 99999;
}

.header__user_wind {
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 1;
    position: absolute;
    right: -20px;
    top: 50px;
    width: 160px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 10px
}

.header__user_wind * {
    color: #fff;
    font-size: 14px;
    font-weight: 200
}

.header__user_wind::after {
    position: absolute;
    right: 27px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, 0.8);
    content: ""
}

.header__user_wind ul li:first-child {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2)
}

.header__user_wind ul a {
    display: block;
    padding: 10px 20px
}

.header__user_wind ul .date {
    width: 20%;
    font-size: 12px
}

.header__user_wind ul .text {
    width: 80%
}

.header__user_wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    height: 55px;
}

.header__user_wrapper input {
    display: none
}

.header__user_wrapper input:checked ~ .header__user_wind {
    opacity: 1
}

.header__user_icon {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    cursor: pointer
}

.header__user_icon:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: "";
    border-radius: 100%
}

.header__user_name {
    width: 100%;
    font-size: 10px;
    text-align: center
}

.header__user_count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    color: #fff;
    font-size: 12px
}

main {
    padding: 30px;
    /* margin-top: 50px; */
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    background-color: #6c828d
}

.footer * {
    color: #fff
}

.footer__wrapper {
    padding: 30px;
    width: 20%
}

.footer dt {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 200
}

.footer dd li {
    margin-top: 10px;
    font-size: 14px
}

.footer dd li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 200
}

.footer dd li i {
    margin-right: 5px;
    font-size: 10px;
    opacity: .5
}

.footer__login {
    width: 200px
}

.footer__logo {
    margin-top: 40px
}

.footer__logo a {
    display: block;
    width: 200px;
    height: auto
}

.footer__logo a img {
    width: 200px;
    height: auto
}

.footer__low_wrapper {
    width: 100%;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: right;
    font-size: 12px;
    color: #000;
    font-weight: 200
}

.login {
    padding: 30px
}

.login__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(100vh - 60px);
    border-radius: 10px;
}

.login__wrapper.admin {
    background-color: #4e5859
}

.login__wrapper.agency {
    background-color: #007c99
}

.login__wrapper.shop {
    background-color: #3d5471
}

.login__wrapper.craftsman_affiliation {
    background-color: #308471
}

.login__wrapper.craftsman_external {
    background-color: #5f8430
}

.login__wrapper > div {
    margin-top: 30px;
    width: 100%;
    text-align: center
}

.login__wrapper > div input {
    width: 300px
}

.login__logo {
    margin-top: 0 !important
}

.login__logo img {
    width: 200px;
    height: auto
}

.login__button .button {
    margin: 0 auto;
    width: 300px
}

.login .note {
    margin-top: 30px;
    color: #fff
}

.login .note a {
    color: #fff;
    text-decoration: underline;
    font-weight: 300
}

.admin .dashbord__menu li a {
    background-color: #4e5859
}

.agency .dashbord__menu li a {
    background-color: #007c99
}

.shop .dashbord__menu li a {
    background-color: #3d5471
}

.craftsman_affiliation .dashbord__menu li a {
    background-color: #308471
}

.craftsman_external .dashbord__menu li a {
    background-color: #5f8430
}

.dashbord__notice {
    margin: 20px auto 0 auto;
    padding: 20px 30px;
    z-index: -1;
}

.dashbord__notice li > a {
    display: block;
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2)
}

.dashbord__notice .header__notice_more {
    padding-top: 10px
}

.dashbord__notice .header__notice_more a {
    color: #fff;
    font-size: 14px
}

.dashbord__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px
}

.dashbord__menu li {
    width: 18%
}

.dashbord__menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    height: 160px;
    color: #fff;
    font-size: 20px;
    font-weight: 300
}

.dashbord__menu li a img {
    width: 40px;
    height: auto;
    margin-bottom: 20px
}

.agency .list__item_flow .step.current {
    background-color: #007c99
}

.agency .list__item_flow .step.current::before, .agency .list__item_flow .step.current::after {
    background-color: #007c99
}

.shop .list__item_flow .step.current {
    background-color: #3d5471
}

.shop .list__item_flow .step.current::before, .shop .list__item_flow .step.current::after {
    background-color: #3d5471
}

.admin .list__item_flow .step {
    background-color: #ccc
}

.admin .list__item_flow .step::before, .admin .list__item_flow .step::after {
    background-color: #ccc
}

.admin .list__item_flow .step::after {
    top: 0;
    -webkit-transform: skew(30deg);
    transform: skew(30deg)
}

.admin .list__item_flow .step.current {
    background-color: #4e5859
}

.admin .list__item_flow .step.current::before, .admin .list__item_flow .step.current::after {
    background-color: #4e5859
}

.list__body > ul > li:not(:first-child) {
    margin-top: 30px
}

.list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
}

.list__item > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.list__item_01 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-top: 37px;
    margin-right: 20px
}

.list__item_01 img {
    margin-right: 10px;
    width: auto;
    height: 20px
}

.list__item_02 li {
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
    margin-right: 20px;
    padding: 0 10px;
    border-radius: 8px;
    text-align: center;
    color: #fff
}

.list__item_03 {
    z-index: 2;
    margin-left: auto
}

.list__item_03 li {
    margin-right: 10px
}

.list__item_03 li:last-child {
    margin-right: 0
}

.list__item_04 {
    z-index: 2;
    margin-left: 20px
}

.list__item_04 li {
    margin-right: 10px
}

.list__item_04 li:last-child {
    margin-right: 0
}

.list__item_flow {
    margin-top: 15px;
    width: 100%
}

.list__item_flow .stepBar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    *zoom: 1
}

.list__item_flow .step {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 50px 0 20px;
    background-color: #7fbdcc;
    color: #fff;
    font-weight: 300
}

.list__item_flow .step::before, .list__item_flow .step::after {
    position: absolute;
    display: block;
    left: -15px;
    background-color: #7fbdcc;
    border-left: 2px solid #fff;
    width: 20px;
    height: 26px;
    content: ""
}

.list__item_flow .step::after {
    top: 0;
    -webkit-transform: skew(30deg);
    transform: skew(30deg)
}

.list__item_flow .step::before {
    bottom: -1px;
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg)
}

.list__item_flow .step:first-child {
    padding-left: 20px;
    border-radius: 4px 0 0 4px
}

.list__item_flow .step:first-child::before, .list__item_flow .step:first-child::after {
    content: none
}

.list__item_flow .step:last-child {
    padding-right: 20px;
    border-radius: 0 4px 4px 0
}

.list__item_flow .step.current {
    background-color: #007c99;
    font-weight: 400
}

.list__item_flow .step.current::before, .list__item_flow .step.current::after {
    background-color: #007c99
}

.list_new__item li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px
}

.list_new__item li label {
    display: block;
    width: 15%
}

.list_new__item li:nth-child(even) {
    background-color: rgba(78, 88, 89, 0.1)
}

.list_new__item input[name="name"] {
    width: 40%;
}

.list_new__item input[name="address"] {
    width: 40%;
}

.list_new__item input[name="email"] {
    width: 40%;
}

.list_new__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px
}

.agency .calendar__button {
    border: 1px solid #007c99;
    background-color: rgba(0, 124, 153, 0.1)
}

.shop .calendar__button {
    border: 1px solid #3d5471;
    background-color: rgba(61, 84, 113, 0.1)
}

.craftsman_affiliation .calendar__button {
    border: 1px solid #308471;
    background-color: rgba(48, 132, 113, 0.1)
}

.craftsman_external .calendar__button {
    border: 1px solid #5f8430;
    background-color: rgba(95, 132, 48, 0.1)
}

.calendar .header__month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.calendar .header__month_text {
    margin: 0 20px;
    font-size: 40px;
    font-weight: 600;
    opacity: .4
}

.calendar .header__month_before, .calendar .header__month_next {
    opacity: .4;
    margin-top: 5px
}

.calendar .header__month_before a, .calendar .header__month_next a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px
}

.calendar .header__month_before a::after, .calendar .header__month_next a::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 40px
}

.calendar .header__month_before a::after {
    content: '\f191'
}

.calendar .header__month_next a::after {
    content: '\f152'
}

.calendar__table {
    width: 100%;
    min-height: 80vh;
    border-collapse: separate;
    border-spacing: 5px
}

.calendar__table th, .calendar__table td {
    padding: 0 10px 10px 10px;
    width: 14.28%;
    border-radius: 6px;
    background-color: rgba(204, 204, 204, 0.2);
    font-weight: 300;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.calendar__table th {
    height: 40px;
    line-height: 40px;
    background-color: rgba(204, 204, 204, 0.4)
}

.calendar__table td {
    position: relative;
    padding-top: 30px
}

.calendar__table .today {
    background: orange;
    opacity: .7;
}

.calendar__date {
    position: absolute;
    left: 10px;
    top: 10px;
    font-weight: 500;
    font-size: 12px;
    border-radius: 6px
}

.calendar__button {
    display: block;
    padding: 5px;
    width: 100%;
    border: 1px solid #007c99;
    border-radius: 6px;
    font-size: 12px;
    background-color: rgba(0, 124, 153, 0.1)
}

.calendar__button:not(:first-child) {
    margin-top: 5px
}

.changes__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.changes__content dt {
    margin-right: 20px
}

.changes__content dt img {
    margin-right: 10px;
    width: auto;
    height: 20px
}

.changes__content dt, .changes__content dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.craftsmen__body > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.craftsmen__body > ul > li {
    margin-top: 10px;
    width: 100%
}

.craftsmen__body > ul > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px
}

.craftsmen__img {
    margin-right: 20px
}

.craftsmen__img img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%
}

.craftsmen__authority {
    width: 15%;
}

.craftsmen__authority label span {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4e5859;
    color: #fff;
    padding: 10px;
    opacity: .8;
    margin-right: 20px;
}

.craftsmen__authority label span.system {
    border-radius: 10px 10px
}

.craftsmen__authority label span.agency {
    border-radius: 10px 10px;
    background-color: rgba(0, 124, 153, 0.6)
}

.craftsmen__authority label span.construction {
    border-radius: 10px 10px;
    background-color: rgba(61, 84, 113, 0.6)
}

.craftsmen__authority label span.craftsman_external {
    border-radius: 10px 10px;
    background-color: rgba(95, 132, 48, 0.6)
}

.craftsmen__authority label span.craftsman_affiliation {
    border-radius: 10px 10px;
    background-color: rgba(48, 132, 113, 0.6)
}

.craftsmen__name {
    text-align: center;
    width: 20%;
}

.craftsmen__furigana {
    text-align: left;
}

.craftsmen__remarks {
    text-align: left;
    margin-left: 30px;
    margin-right: 30px;
}

.craftsmen__type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    width: 10%;
}

.craftsmen__type label {
    display: block;
    width: 100px;
    height: 40px
}

.craftsmen__type label span {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4e5859;
    color: #fff;
    opacity: .8
}

.craftsmen__type label span.affiliation {
    border-radius: 10px 10px
}

.craftsmen__type label span.external {
    border-radius: 10px 10px;
    background-color: #007c99;
}

.craftsmen__type input {
    display: none
}

.craftsmen__type input:checked + span {
    background-color: rgba(78, 88, 89, 0.8);
    font-weight: 600;
    opacity: 1
}

.craftsmen__button {
    margin-left: auto
}

.craftsmen__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px
}

.craftsmen__name {
    margin-right: 20px
}

.admin .craftsmen__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px
}

.admin .craftsmen__name {
    margin-right: 20px
}

.admin .craftsmen_new__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 20px
}

.plans .header__button a {
    width: 250px
}

.plans .header__button a span {
    font-size: 12px
}

.plans__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.plans__select li {
    width: 25%
}

.plans__select_inner {
    z-index: 2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 80px;
    background-color: rgba(249, 216, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    content: ""
}

.plans__select_inner > span {
    display: block;
    margin-bottom: 5px;
    font-size: 14px
}

.plans__select input {
    display: none
}

.plans__select input:checked + .plans__select_inner {
    border: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.5)
}

.plans__select.type .plans__select_inner {
    -webkit-transform: translate(1, 1);
    transform: translate(1, 1);
    background-color: rgba(249, 216, 0, 0.2)
}

.plans__select.type .checked + .plans__select_inner {
    background-color: #f9d800
}

.plans__select.area {
    margin-top: 30px
}

.plans__select.area .plans__select_inner {
    background-color: rgba(138, 206, 107, 0.2)
}

.plans__select.area .checked + .plans__select_inner {
    background-color: #8ace6b
}

.plans__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px
}

.plans__item > li {
    width: 23%
}

.plans__item > li:nth-child(n+5) {
    margin-top: 30px
}

.plans__item > li a {
    position: relative;
    display: block;
    padding: 30px
}

.plans__item_button {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #3d5471;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 5px;
    content: "";
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    opacity: 0
}

.plans__item_button_applied {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #3d5471;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 5px;
    content: "";
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    opacity: .8
}

.plans__item_button_applied span {
    width: 100%;
    font-size: 15px;
}

.plans__item_inner li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.plans__item_img {
    margin-right: 5px;
    width: 30px;
    text-align: center
}

.plans__item_img img {
    width: auto;
    height: 20px
}

.plans__item > li a:hover .plans__item_button {
    opacity: .8
}

.agency .ledger__total {
    color: #007c99
}

.shop .ledger__total {
    color: #3d5471
}

.craftsman_affiliation .ledger__total {
    color: #308471
}

.craftsman_external .ledger__total {
    color: #5f8430
}

.ledger__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    background-color: #fff;
    border-radius: 10px;
    color: #007c99
}

.ledger__total > div {
    padding: 0 30px;
    font-size: 40px;
    font-weight: 500
}

.ledger__total > div span {
    font-size: 20px
}

.ledger__date {
    border-right: 1px solid #ccc
}

.ledger__item > li {
    margin-top: 10px;
    padding: 10px 30px
}

.ledger__item > li > ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ledger__item > li > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ledger__item > li > ul > li img {
    margin-right: 10px;
    width: auto;
    height: 20px
}

.ledger__item > li > ul > li span {
    padding: 5px 10px;
    border-radius: 6px
}

.flow__man {
    margin-right: 30px;
    width: 200px
}

.flow__man select {
    width: 100%
}

.flow__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px;
    width: 100%;
    border: 1px solid #007c99;
    border-radius: 6px;
    font-size: 12px;
    background-color: rgba(0, 124, 153, 0.1)
}

.flow__button span {
    padding: 5px 10px;
    border-radius: 6px
}

.flow__button img {
    margin-right: 5px;
    width: auto;
    height: 10px
}

.flow__button:not(:first-child) {
    margin-top: 5px
}

.agency .project__menu li a.active {
    border-color: #007c99
}

.agency .project__menu li a.active::after {
    border-top: 8px solid #007c99
}

.agency .project__menu li a.active, .agency .project__menu li a:hover {
    border-color: #007c99
}

.shop .project__menu li a.active {
    border-color: #3d5471
}

.shop .project__menu li a.active::after {
    border-top: 8px solid #3d5471
}

.shop .project__menu li a.active, .shop .project__menu li a:hover {
    border-color: #3d5471
}

.craftsman_affiliation .project__menu li a.active {
    border-color: #308471
}

.craftsman_affiliation .project__menu li a.active::after {
    border-top: 8px solid #308471
}

.craftsman_affiliation .project__menu li a.active, .craftsman_affiliation .project__menu li a:hover {
    border-color: #308471
}

.project__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.project__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.project__menu li {
    padding: 0 10px
}

.project__menu li a {
    padding: 0 10px 5px 10px;
    border-bottom: 2px solid #fff
}

.project__menu li a.active {
    position: relative
}

.project__menu li a.active::after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: ""
}

/*.project__item_01 {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-pack: justify;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between;*/
/*    -webkit-box-align: start;*/
/*    -ms-flex-align: start;*/
/*    align-items: flex-start;*/
/*    padding: 30px*/
/*}*/

.project__item_01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    padding: 30px
}

.project__item_01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.project__item_01 ul li {
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.project__item_01 ul img {
    margin-right: 10px;
    width: auto;
    height: 20px
}

.project__item_01__map iframe {
    width: 180px;
    height: 80px;
    border-radius: 10px
}

.project__item_01__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.project__item_01__item01 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px
}

.project__item_01__item02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%
}

.project__item_01__item02 li {
    margin-right: 0px
}

.project__item_01__item03 {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%
}

.project__item_01__item03 li {
    margin-right: 0px
}

.project__item_01__item04 {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%
}

.project__item_01__item04 li {
    margin-right: 0px
}

.project__item_02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    padding: 30px
}

.project__item_02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.project__item_02 ul li {
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.project__item_02 ul li span {
    padding: 5px 10px;
    border-radius: 8px
}

.project__item_02 ul li > img {
    margin-right: 10px;
    width: auto;
    height: 20px
}

.project__item_02__price {
    margin-left: 10px;
    padding: 0 10px 5px 10px;
    font-weight: bold;
    border-bottom: 1px solid #ccc
}

.project__item_02__price_wrapper {
    margin-top: 10px
}

.project__item_02__item01 {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%
}

.project__item_02__item01 li {
    margin-right: 0px
}

.project__item_02__item02 {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%
}

.project__item_02__item02 li {
    margin-right: 0px
}

.project__item_02__item03 {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%
}

.project__item_02__item03 li {
    margin-right: 0px
}

.project__item_02__item04 {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%
}

.project__item_02__item04 li {
    margin-right: 0px
}

.project__item_03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    padding: 30px
}

.project__item_03__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.project__item_03__date dt, .project__item_03__date dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.project__item_03__date dt {
    margin-right: 10px
}

.project__item_03__date dt > img {
    margin-right: 10px;
    width: auto;
    height: 20px
}

.project__item_03__date dd {
    margin-right: 30px
}

.project__item_03__date > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.project__item_03__date > li:not(:first-child) {
    margin-top: 20px
}

.project__item_03__date label {
    display: block;
    width: 10%
}

.project__item_03__date .custom-file-label {
    display: block;
    width: 40%
}

.project__item_03__date input {
    margin: 0 10px;
    width: 40%
}

.project__item_03__date__icon {
    width: 50px
}

.project__item_03__date__icon img {
    width: 100%;
    height: auto
}

.project__item_03_data, .project__item_03_craftsman {
    padding: 0 10px 5px 10px;
    border-bottom: 1px solid #ccc
}

.project__item_03_construction-period {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px
}

.project__item_03_construction-period li:first-child {
    position: relative;
    margin-right: 40px
}

.project__item_03_construction-period li:first-child::after {
    position: absolute;
    right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 20px;
    content: "～"
}

.project__item_03__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.project__item_03__button li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.project__item_03__button li {
    margin-right: 30px
}

/*.project__item_03__button li:first-child {*/
/*    margin-right: 20px*/
/*}*/

.project__item_03__photo {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%
}

.project__item_03__photo dt {
    margin-right: 0px
}

project__item_03__photo dt, .project__item_03__photo dd {
    margin-right: 10px
}

.project__item_03 .project__button {
    margin-top: 30px
}

.agency .chat__box.right .chat__message {
    background-color: #007c99
}

.agency .chat__box.left .chat__message {
    background-color: rgba(0, 124, 153, 0.2)
}

.shop .chat__box.right .chat__message {
    background-color: #3d5471
}

.shop .chat__box.left .chat__message {
    background-color: rgba(61, 84, 113, 0.2)
}

.craftsman_affiliation .chat__box.right .chat__message {
    background-color: #308471
}

.craftsman_affiliation .chat__box.left .chat__message {
    background-color: rgba(48, 132, 113, 0.2)
}

.chat main {
    padding-bottom: 0 !important
}

.chat__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: calc(100vh - 130px)
}

.chat__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    width: 100%
}

.chat__box__wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px 30px 30px 30px;
    overflow-y: scroll
}

.chat__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.chat__photo {
    width: 40px
}

.chat__photo img {
    width: 100%;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%
}

.chat__message {
    margin-top: 10px;
    padding: 10px 20px;
    font-weight: 300;
    line-height: 2em
}

.chat__box.right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.chat__box.right .chat__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.chat__box.right .chat__message {
    margin-right: 20px;
    border-radius: 30px 0 30px 30px;
    color: #fff
}

.chat__box.left .chat__message {
    margin-left: 20px;
    border-radius: 0 30px 30px 30px
}

.chat__send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-top: 10px;
    padding-bottom: 10px; */
    width: 100%;
    height: 100px
}

.chat__send textarea {
    resize: none;
    width: 50%;
    height: 55px
}

.chat__send .button {
    margin-left: 30px;
    width: 100px
}

.claim__item li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 10px 30px

}

.claim__date {
    width: 15%;
    height: 50px;
}

.claim__text {
    width: 75%;
    height: 50px;
}

.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}

.modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
}

.agency .invoice__table th {
    background-color: rgba(0, 124, 153, 0.6)
}

.shop .invoice__table th {
    background-color: rgba(61, 84, 113, 0.6)
}

.craftsman_affiliation .invoice__table th {
    background-color: rgba(48, 132, 113, 0.6)
}

.craftsman_external .invoice__table th {
    background-color: rgba(95, 132, 48, 0.6)
}

.invoice__body {
    padding: 30px
}

.invoice__address {
    font-size: 20px;
    font-weight: 200
}

.invoice__address span {
    margin-right: 10px;
    font-size: 30px
}

.invoice__status {
    font-size: 17px;
    font-weight: 400;
    text-align: right;
    padding: 10px 30px;
    border: 2px solid;
}

.invoice__date, .invoice__name {
    margin-top: 10px;
    text-align: right;
    font-weight: 300
}

.invoice__date span::before {
    content: "："
}

.invoice__name {
    font-size: 20px;
    font-weight: 300
}

.invoice__amount {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 3px double #ccc;
    font-size: 20px
}

.invoice__amount span {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 40px;
    font-weight: 400
}

.invoice .note {
    margin-top: 30px
}

.invoice__table {
    margin-top: 30px;
    width: 100%;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    border-collapse: collapse
}

.invoice__table td, .invoice__table th {
    padding: 20px;
    border-top: 1px solid #333;
    border-right: 1px solid #333
}

.invoice__table th {
    font-weight: normal;
    background-color: rgba(0, 124, 153, 0.6);
    color: #fff
}

.invoice__button {
    margin-top: 30px
}

.invoice__button .button {
    margin: 0 auto
}

.account__item > li {
    margin-top: 10px;
    padding: 10px 30px
}

.account__item > li > ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.account__item > li > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.notice__item > li {
    margin-top: 10px;
    padding: 10px 30px
}

.notice__item > li > ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.notice__item > li > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.notice__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    margin-top: 10px;
}

.notice__item_text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 20px;
    margin-left: 20px;
    line-height: 1.5em
}

.notice__item_button {
    margin-left: auto
}

.notice__item_type label span {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4e5859;
    color: #fff;
    padding: 10px;
    opacity: .8;
}

.notice__item_type label span.site_all {
    border-radius: 10px 10px
}

.notice__item_type label span.craftsman {
    border-radius: 10px 10px;
    background-color: #308471;
}

.shop__body > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.shop__body.shop .card {
    padding: 0
}

.shop__body.shop > ul > li {
    margin-top: 20px;
    width: 100%
}

.shop__body.shop .shop__name {
    padding: 30px;
    width: 24.25%;
    background-color: rgba(78, 88, 89, 0.5);
    border-radius: 10px 0 0 10px;
    color: #fff
}

.shop__body.worker {
    margin-top: 30px
}

.shop__body.worker > ul > li {
    width: 24.25%;
    margin-top: 20px
}

.shop__body.worker > ul > li:not(:nth-child(4n)) {
    margin-right: 1%
}

.shop__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    background-color: #fff;
    margin-top: 10px;
}

.shop__item_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1%;
    width: 74.75%;
    padding: 1% 1% 1% 0
}

.shop__item_row li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32.666%;
    border-radius: 8px;
    background-color: rgba(78, 88, 89, 0.1)
}

.shop__item_row li:not(:last-child) {
    margin-right: 1%
}

.shop__img {
    margin-right: 20px
}

.shop__img img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%
}

.shop__name {
    text-align: center
}

.admin .shop__item {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.admin .shop__item_name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 20px
}


@media print {
    .print {
        display: none;
    }
    .tabs label {
        display: none;
    }
}

.alert {
    position: relative;
    padding: .10rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger li {
    margin: 10px;
}

.alert-danger .alert-link {
    color: #491217
}

.alert-notice {
    color: #1c7430;
    background-color: #baeeba;
    border-color: #aacd4e;
}

.alert-notice li {
    margin: 10px;
}

.alert-notice .alert-link {
    color: #491217
}

.require {
    display: block;
    width: 30%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f8d7da;
    color: #491217;
    opacity: .8;
    border-radius: 5px;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.notice_new__item li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px
}

.notice_new__item li label {
    display: block;
    width: 15%;
}

.notice_new__item li:nth-child(even) {
    background-color: rgba(78, 88, 89, 0.1)
}

.notice_new__item li textarea {
    width: 80%;
    height: 100px;
    resize: none;
}

#input_plural {
    margin: 10px 0;
}

#input_plural input.pluralBtn {
    border: 1px solid #ccc;
    background: #eff2f4;
    border-radius: 5px;
    margin: 0;
}

#input_plural input.pluralBtn:hover {
    opacity: .8;
}

.custom-file-input:lang(ja) ~ .custom-file-label::after {
    background: #f0f0f0;
    border-left: 0 !important;
    cursor: pointer !important;
    height: 35px;
    line-height: 22px;
}

.custom-file-label {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #cccc;
    margin: 0 10px;
    width: 120px;
    color: #808080;
}

.custom-file {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #cccc;
    margin: 0 10px;
    width: 40%;
}

:focus {
    outline: 0;
}

.custom-file-input {
    display: none;
}

.shop__body > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.shop__body.shop .card {
    padding: 0
}

.shop__body.shop > ul > li {
    margin-top: 20px;
    width: 100%
}

.shop__body.shop .shop__name {
    padding: 30px;
    width: 24.25%;
    background-color: rgba(78, 88, 89, 0.5);
    border-radius: 10px 0 0 10px;
    color: #fff
}

.shop__body.worker {
    margin-top: 30px
}

.shop__body.worker > ul > li {
    width: 24.25%;
    margin-top: 20px
}

.shop__body.worker > ul > li:not(:nth-child(4n)) {
    margin-right: 1%
}

.shop__inner.worker {
    margin-top: 40px
}

.shop__title {
    font-size: 26px;
    opacity: .6
}

.shop__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    margin-top: 20px;
    padding: 10px;
    background-color: #fff
}

.shop__item label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px;
}

.shop__item label:hover {
    opacity: .8;
}

.shop__item label input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked + span {
    background-color: cornflowerblue;
}

.shop__item label span {
    margin-right: 20px;
    padding: 20px 40px
}

.shop__item_shop {
    border-radius: 10px;
    border: 1px solid #333;
    /*background-color: rgba(78, 88, 89, 0.2)*/
}

.shop__item_person {
    background-color: rgba(78, 88, 89, 0.1)
}

.shop__item_person {
    border-radius: 10px;
}

.shop__item_worker {
    background-color: rgba(78, 88, 89, 0.1);
    border-radius: 10px
}

.shop__item_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1%;
    width: 74.75%;
    padding: 1% 1% 1% 0
}

.shop__item_row li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32.666%;
    border-radius: 8px;
    background-color: rgba(78, 88, 89, 0.1)
}

.shop__item_row li:not(:last-child) {
    margin-right: 1%
}

input#profile_image {
    /*display: none;*/
    margin: 20px 0px;
}

label img {
    margin: 20px 50px;
}

input:disabled {
    opacity: .7;
}

.activeR {
    background-color: #FFE3E4 !important;
}

.inputGroupAppendW {
    background: #f0f0f0;
    min-width: 80px !important;
    text-align: center !important;
    padding: 11px 10px 11px 10px !important;
    border-top: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-radius: 0 5px 5px 0;
    vertical-align: middle;
}

.inputGroupL {
    width: auto;
    border-left: solid 1px #ddd !important;
    border-top: solid 1px #ddd !important;
    border-right: 0 !important;
    border-bottom: solid 1px #ddd !important;
    border-radius: 5px 0 0 5px !important;
}

/*タブ切り替え全体のスタイル*/
.tabs {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

/*タブのスタイル*/
.tab_item {
    position: relative;
    width: 140px;
    height: 46px;
    background-color: #fff;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    color: #3d5471;
    font-weight: 600;
    transition: all 0.2s ease;
    cursor: pointer;
    border: 1px solid #ddd;
    top: 1px;
}

.tab_item:hover {
    opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    clear: both;
    overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#a:checked ~ #a_content,
#b:checked ~ #b_content,
#c:checked ~ #c_content,
#d:checked ~ #d_content,
#e:checked ~ #e_content,
#f:checked ~ #f_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    position: relative;
    background-color: #3d5471;
    color: #fff;
    border: 1px solid #3d5471;
    top: 1px;
}

.text-ar {
    text-align: right;
}

.text-ac {
    text-align: center;
}

.margin-l20 {
    margin-left: 20px;
}

.footer-invoice a {
    margin-top: 20px;
    /*margin-left: 88%;*/
}

.button.send::after {
    content: '\f1d8';
}

/*タブのスタイル*/
.constructionPeriodStartStatus, .constructionPeriodEndStatus, .constructionAtStatus {
    position: relative;
    background-color: #fff;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: #3d5471;
    transition: all 0.2s ease;
    cursor: pointer;
    border: 1px solid #ddd;
}

.left-radius {
    border-radius: 8px 0px 0px 8px;
}

.right-radius {
    border-radius: 0px 8px 8px 0px;
}

.constructionPeriodStartStatus, .constructionPeriodEndStatus, .constructionAtStatus {
    width: 5% !important;
}

.constructionPeriodStartStatus:hover, .constructionPeriodEndStatus:hover, .constructionAtStatus:hover {
    opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="construction_period_start_status"], input[name="construction_period_end_status"], input[name="construction_at_status"] {
    display: none;
}

/*選択されているタブのスタイルを変える*/
input:checked + .constructionPeriodStartStatus {
    position: relative;
    background-color: #3d5471;
    color: #fff;
    border: 1px solid #3d5471;
    top: 1px;
}

input:checked + .constructionPeriodEndStatus {
    position: relative;
    background-color: #3d5471;
    color: #fff;
    border: 1px solid #3d5471;
    top: 1px;
}

input:checked + .constructionAtStatus {
    position: relative;
    background-color: #3d5471;
    color: #fff;
    border: 1px solid #3d5471;
    top: 1px;
}

div.search-area-box div.search-border .search-main-box {
    display: flex;
    flex-wrap: wrap;
}

.search-main-box div.search-text {
    box-sizing: border-box;
}

.form-control {
    border-radius: 5px;
    border: solid 1px #a0a2a6;
    background-color: #ffffff;
    width: 100%;
}

.btn-search {
    background-color: #3d5471;
    border-color: #3d5471;
    color: #FFFFFF;
    margin: 0;
}

.btn {
    display: inline-block;
    padding: 6px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

body {
    background-color: #eff2f4 !important;
}

/*# sourceMappingURL=style.css.map */

.required-item-suffix {
    padding-left: 0.5em;
    color: red;
    user-select: none;
}

.common-link, .common-link:hover {
    color: #639fd1;
}

thead tr{
    background: #A2C2DD;
}

.justify-content-center {
    justify-content: center!important;
}

.admin-button-width-240 {
    width: 240px;
}

.admin-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em 1em;
    background-image: linear-gradient(180deg, #819DBA, #6897B9);
    color: #fff;
    border: none;
    border-radius: 5px!important;
    cursor: pointer;
    transition: opacity 0.2s;
}
