
/* 追加
--------------------------------- */
/* base design
--------------------------------- */
body {
  color: #333;
}

main {
  padding: 3em 0 5em;
  margin: 0 0 3em;
}

/* Header
--------------------------------- */
.l-header {
  width: 100%;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

.l-header_inner{
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
  height: 62px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-header_logo{
  flex: 0 0 132px;
}

.l-header_logo img{
  width: 100%;
}

/* Navigation */
.l-header_nav{
  margin-left: auto;
  height: 100%;
}

.l-header_nav_list{
  display: flex;
  align-items: center;
  list-style: none;
  height: 100%;
}

.l-header_nav_item{
  font-size: 15px;
  font-weight: bold;
  margin: 0 0.5em;
}
.l-header_nav_item a:hover{
  text-decoration: none;
}

.l-header_nav_item i{
  font-size: 1.2em;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 0.3em;
}

/* account */
.l-header_account{
  margin-left: 1em;
  height: 100%;
  display: flex;
  align-items: center;
}

.l-header_account .account_name{
  font-size: 12px;
}

.l-header_account .account_name i{
  font-size: 1.6em;
  color: #999;
  vertical-align: middle;
  margin-right: 0.3em;
  margin-top: -2px;
}
.l-header_account .account_button{
  appearance: none;
  background-color: #fff;
  border: 1px solid #00b187;
  color: #00b187;
  font-size: 12px;
  line-height: 1;
  padding: 0.5em 1em;
  border-radius: 3px;
  font-weight: bold;
  margin-left: 1em;
  transition: all .2s;
}

.l-header_account .account_button:hover{
  background-color: #00b187;
  color: #fff;
}


/* footer
--------------------------------- */
footer {
  background-color: #00b187;
  color: #fff;
  width: 100%;
}

/* title
--------------------------------- */
.c-title_border{
  border-left: 5px solid #00b187;
}


/* tabs
--------------------------------- */
.nav-tabs .nav-link{
  background-color: #00b187;
  color: #fff;
  margin-right: 0.2em;
  transition: all 0.3s;
}

.nav-tabs .nav-link:not(.active):hover{
  background-color: rgb(0, 177, 135, 0.7);
  border-color: rgb(0, 177, 135, 0.7) rgb(0, 177, 135, 0.7)
}

/* font-size
--------------------------------- */
.c-text_sm{
  font-size: 0.8rem !important;
}

/* bg-color
--------------------------------- */
.bg-active{
  background-color: rgba(0, 0, 0, 0.075);
}

/* table-hover
--------------------------------- */
.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgb(0, 177, 135, 0.15);

}

/* btn-hover
--------------------------------- */
/* .btn-primary:hover {
  background-color: rgba(0, 177, 135, 0.7);
  border-color: #00b187;
}
.btn-secondary:hover {
    background-color: rgb(108, 117, 125, 0.7);
    border-color: #6c757d;
}
.btn-danger:hover {
    background-color: rgb(220 53 69 / 0.7);
    border-color: #dc3545;
}
.btn-warning:hover {
    color: #212529;
    background-color: rgb(255 193 7 / 0.7);
    border-color: #ffc107;
}
.btn-success:hover {
    background-color: rgb(0 177 135 / 0.7);
    border-color: #00b187;
} */


/* Settings 設定管理画面用CSS
--------------------------------- */
.settings_group{
  padding: 0 8px;
}
.settings_group .settings_item{
  margin-bottom: 14px;
  padding: 0 7px;
}

.button_settings{
  width: 100%;
  height: 100%;
  border: 1px solid #00b187;
  border-radius: 5px;
  position: relative;
}

.button_settings .fas{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #00b187;
}

.button_settings a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.8em 1.4em 0.8em 0.8em;
  text-decoration: none;
  color: inherit;
  transition: all 0.1s;
}

.button_settings a:hover{
  background-color: rgb(0, 177, 135, 0.3);
}

.button_settings_title{
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #00b187;
}

.button_settings a:hover .button_settings_title{
  color: #00926f;
}

.button_settings_desc{
  display: block;
  font-size: 14px;
}

/* Dashboard ダッシュボードCSS
--------------------------------- */
/* news */
.dashboard_news{
  border: 1px solid #00b187;
  padding: 0.8em 1em;
}

.dashboard_news_list{
  margin-bottom: 0;
}

.dashboard_news_item{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding: 0.5em;
}

.dashboard_news_item:not(:last-of-type){
  border-bottom: 1px dotted #999;
}

  .dashboard_news_item .item_head{
    width: 9em;
    font-weight: normal;
    font-size: 0.8em;
  }

  .dashboard_news_item .item_body{
    margin-bottom: 0;
  }

/* search */
.dashboard_seach{
  border-radius: 3px;
  background-color: #efefef;
  padding: 1em;
}

/* Help navigation
--------------------------------- */
.help_navigation_button{
  width: 150px;
  background-color: #fff;
  padding: 0.5em 1em;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  position: fixed;
  bottom: 15px;
  right: 70px;
  z-index: 500;
}
.help_navigation_button:hover{
  cursor: pointer;
  color: #00b187;
}
  .help_navigation_button i{
    font-size: 1.5em;
    color: #00926f;
  }

.help_navigation_inner{
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 499;
  width: 240px;
  padding: 1.5em 0 1em;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  transform: scale(0);
  transform-origin: right bottom;
}
.help_navigation_inner.is-open{
  transform: scale(1);
}
.help_navigation_close{
  position: absolute;
  right: -9px;
  top: -12px;
  color: #acacac;
}
.help_navigation_close:hover{
  cursor: pointer;
}
.help_navigation_close:before{
  content: '\f057';
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 23px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  line-height: 1;
}
.help_navigation_list{
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.help_navigation_item:first-of-type{
  border-right: 1px solid #acb1b4;
}
  .help_navigation_item a{
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 0 1em;
    color: inherit;
    transition: all 0.3s;
  }
  .help_navigation_item a:hover,
  .help_navigation_item a:hover i{
    color: #00b187 ;
    text-decoration: none;
  }
    .help_navigation_item a i{
      font-size: 3em;
      margin-bottom: 8px;
      color: #00926f;
      transition: all 0.3s;
    }


.p-contact_sendbox {
    width: 100%;
    padding: 0px;
    text-align: center;
    margin: 15px 0px 15px 0;
}

    .p-contact_sendbox input {
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #ffffff;
        background-color: #01906D;
        border-radius: 5px 5px 5px 5px;
        padding: 10px 10px 10px 10px;
        margin-bottom: 25px;
    }

        .p-contact_sendbox input:hover {
            background: #ffc136;
        }

        .p-contact_sendbox input:disabled {
            width: 100%;
            text-align: center;
            font-size: 18px;
            border: 1px solid #999999;
            background-color: #cccccc;
            color: #666666;
            border-radius: 5px 5px 5px 5px;
            padding: 10px 10px 10px 10px;
            margin-bottom: 25px;
        }

    .p-contact_sendbox button {
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #ffffff;
        background-color: #01906D;
        border-radius: 5px 5px 5px 5px;
        padding: 10px 10px 10px 10px;
        margin-bottom: 25px;
    }

        .p-contact_sendbox button:hover {
            background: #ffc136;
        }

        .p-contact_sendbox button:disabled {
            width: 100%;
            text-align: center;
            font-size: 18px;
            border: 1px solid #999999;
            background-color: #cccccc;
            color: #666666;
            border-radius: 5px 5px 5px 5px;
            padding: 10px 10px 10px 10px;
            margin-bottom: 25px;
        }

.p-top_contact_button input[type="submit"] {
    -webkit-transition: all 0.3s;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffc136), to(#ffa236));
    background-image: -webkit-linear-gradient(left, #ffc136, #ffa236);
    background-image: linear-gradient(to right, #ffc136, #ffa236);
    border: solid 2px #ffffff;
    border-radius: 7px;
    color: #ffffff;
    display: block;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.35;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    width: 100%;
}

.p-contact_form_box_left {
    text-align: left;
    width: auto;
}

.p-contact_title {
    font-size: 43px;
    margin-bottom: 50px;
    color: #01906D;
    font-weight: bold;
    text-align: center;
}

.p-contact_kn {
    border: solid 3px #01906D;
    border-radius: 5px 5px 5px 5px;
    padding: 50px 0px 50px 0px;
}

.p-contact_form_box_right {
    text-align: right;
    width: auto;
}

.p-contact_form_box_left {
    text-align: left;
    width: auto;
}

.l-wrapper {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100vh;
    min-height: 100%;
    position: relative;
    width: 100%;
    word-break: break-all;
    font-size: 16px;
    min-width: 1240px;
}

.p-top_contact_button {
    margin: auto;
    max-width: 470px;
    width: 90%;
}

    .p-top_contact_button input[type="submit"] {
        -webkit-transition: all 0.3s;
        background-image: -webkit-gradient(linear, left top, right top, from(#ffc136), to(#ffa236));
        background-image: -webkit-linear-gradient(left, #ffc136, #ffa236);
        background-image: linear-gradient(to right, #ffc136, #ffa236);
        border: solid 2px #ffffff;
        border-radius: 7px;
        color: #ffffff;
        display: block;
        font-weight: bold;
        letter-spacing: 0.05em;
        line-height: 1.35;
        position: relative;
        text-align: center;
        text-decoration: none;
        transition: all 0.3s;
        width: 100%;
    }

    .p-top_contact_button input[type="submit"] {
        font-size: 25px;
        padding: 28px;
    }

        .p-top_contact_button input[type="submit"]:hover {
            cursor: pointer;
            opacity: 0.8;
        }

.p-contact_item_title {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 3px;
    color: #333333;
    font-weight: bold;
}

.p-contact_item_text {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 3px;
    color: #333333;
    font-weight: normal;
}

