@media screen and (max-width: 750px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .sp-only {
    display: none;
  }
}

/********* Debug ********/
.cake-sql-log {
  color: #000;
}

.cake-sql-log td {
  border-bottom: 1px solid #000;
  padding: 10px;
}

/*************** Btn    *****************/
.btn {
  -webkit-font-smoothing: antialiased;
  -webkit-transition: none;
  transition: none;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  position: relative;
  border-radius: 0px;
}

.btn-default,
.label-default {
  border-color: #f2f2f2;
  background-color: #f2f2f2;
  color: #000;
}

.btn-default {
  box-shadow: 0 4px 0 #b0b0b0;
}

.btn-default:hover {
  background: #fff;
  border-color: #fff;
}

.btn-default-flat {
  box-shadow: 0 0px 0 #b0b0b0;
  text-shadow: 0 0px 0px rgba(0, 0, 0, .3);
  border-color: #999;
  background-color: #fff;
  color: #000;
}

.btn-default-flat:hover {
  background: #e2e2e2;
  border-color: #999;
}

.btn-success,
.label-success {
  border-color: #bab78c;
  background-color: #bab78c;
}
.progress-bar-warning{
    background-color: #bab78c;
}

.btn-success {
  box-shadow: 0 4px 0 #999673;
}

.btn-success:hover {
  background: #999673;
  border-color: #999673;
}

.btn-primary,
.label-primary {
  background: #91a68f;
  border-color: #91a68f;
}

.btn-primary {
  box-shadow: 0 4px 0 #859984;
}

.btn-primary:hover {
  background: #859984;
  border-color: #859984;
}

.btn-info,
.label-info {
  background: #313131;
  border-color: #313131;
}

.btn-info {
  box-shadow: 0 4px 0 #058;
}

.btn-info:hover {
  background: #0ad;
  border-color: #0ad;
}

.btn-info-flat {
  box-shadow: 0;
  text-shadow: 0;
  background: #09c;
  border-color: #09c;
  color: #fff;
}

.btn-info-flat:hover {
  background: #0ad;
  border-color: #0ad;
  color: #fff;
}

.btn-danger,
.label-danger {
  background: #c44;
  border-color: #c44;
}

.btn-danger {
  box-shadow: 0 4px 0 #800;
}

.btn-danger:hover {
  background: #f44;
  border-color: #f44;
}

.btn:active,
.btn-primary:active,
.btn-info:active,
.btn-success:active,
.btn-danger:active {
  top: 1px;
  box-shadow: 0px;
}

.sns_icon{
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
}
.sns_icon img{
    padding: 10px;
}

.login_box_wrap .btn-success{
    border-color: #91a68f;
    background-color: #91a68f;
    box-shadow: 0 4px 0 #859984;
}
.login_box_wrap .btn-success:hover{
    border-color: #859984;
    background-color: #859984;
}
.login_box_wrap .btn-primary{
    border-color: #039;
    background-color: #039;
    box-shadow: 0 4px 0 #005;
}

.login_box_wrap .btn-info{
    border-color: #09c;
    background-color: #09c;
    box-shadow: 0 4px 0 #058;
}

.login_box_wrap .btn-success:focus{
    outline: none;
}

/************ viewport ***************/
@-ms-viewport {
  width: auto;
  initial-scale: 1;
}

@viewport {
  width: device-width;
  initial-scale: 1;
}

/************* html body *******************/
html {
  height: 100%;
  min-height: 100%;
}

/************* body *******************/
body {
  height: 100%;
  min-height: 100%;
  font-family: "-apple-system", Arial, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  vertical-align: baseline;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background: #fff;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 12px;
  }
}

/************* none *******************/
.none {
  display: none;
}

/************* spacing *******************/
.pt-20 {
  padding-top: 20px;
}

/************* error message *******************/
.error-message {
  color: red;
}

/************* a *******************/
a, a:hover {
  text-decoration: none;
}
a img{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
    opacity: 1 ;
}

a img:hover{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
    opacity: 0.8 ;
}

/************* h *******************/
h1 span {
  font-size: 40px;
}

h2 {
  font-size: 23px;
  margin-bottom: 20px;
}

h3 {
  font-size: 20px;
  padding: 5px;
  margin: 0 0 5px 0;
  color: #333;
  margin: auto;
}


h4 {
  font-size: 15px;
  font-weight: bold;
  padding: 5px;
  margin: 0 0 10px 0;
}

dt{
    margin-bottom: 20px;
}

img{
    max-width: 100%;
}

.hader-image img {
    width: 100%;
}
/************* Footer *******************/
footer{
    background: #f4f6f4;
    padding-top: 20px;
    margin: 40px 0;
}

.footer-wrap{
    width: 90%;
    max-width: 1200px;
    margin: 30px auto;
}

footer .top_guide{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    margin: 10px auto 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap    : wrap;
    flex-wrap        : wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
 }
footer .categories{
    width: 33.33%;
    line-height: 2em;
}
@media screen and (max-width: 750px) {
    footer .categories{
        width: 50%;
    }
}

footer .menu{
    margin: 30px auto;
    text-align: center;
}
@media screen and (max-width: 750px) {
    footer .menu{
        width: 80%;
    }
}

footer a{
    color: #333;
}

/*************** Pagenation *****************/
.pagenation_container{
    width: 100%;
    text-align: center;
}
.pagination>li>a, .pagination>li>span{
    color: #333;
}
/*************** Logo *****************/

/*************** TopBack *****************/
.top_back {
  position: relative;
  width: 100%;
  height: 40px;
}

/*************** Menu *****************/
#menu_bar {
  position: absolute;
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}
#menu_bar .inner{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 1200px;
    margin: auto;
}

#menu_bar #brand {
  padding: 9px 0;
}

#menu_bar .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;}

#menu_bar a, #menu_bar a:hover {
  color: #000;
}

#menu_bar .menu a, #menu_bar .menu a:hover {
  padding-right: 20px;
}

#menu_bar .menu_right {
  position: absolute;
  height: 100%;
  display: table;
  right: 0;
  top: 0;
}

#menu_bar .menu_right div {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}

#menu_bar #sub_menu {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  width: 100%;
  padding: 10px 0;
  z-index: 2;
}

#menu_bar #sub_menu a {
  color: #fff;
}

#menu_bar #sub_menu div {
  padding: 7px 0px 7px 20px;
}

#menu_bar .icon-bar {
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 40%;
  cursor: pointer;
  color: #000;
}

#menu_bar .icon-bar:hover {
  font-size: 18px;
  padding-top: 9px;
}

@media screen and (max-width: 749px) {
  #menu_bar .menu,
  #menu_bar .menu_right {
    display: none;
  }

  #menu_bar #brand {
    width: 100%;
    position: absolute;
    top: 0;
    padding: 10px 0px 0 0px;
  }
}

@media screen and (min-width: 750px) {
  .icon-bar {
    display: none;
  }

  #menu_bar #sub_menu {
    display: none;
  }
}

/************  social  ******************/
.social_btn_top {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #eee;
}

.social_btn {
  padding: 2px;
}

.social_btn table {
  margin: 0px auto;
}

.social_btn td.fb {
  padding-right: 0px;
}

.social_btn td.tw {
  padding-top: 5px;
}

/*************** facebook btn *****************/
.facebook_btn, .twitter_btn {
  max-width: 90%;
  padding-bottom: 20px;
}

/*************** Flash *****************/
.flash_wrap {
  position: absolute;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0px;

  -moz-animation: fadein_out 5s ease 0s 1;
  -moz-animation-fill-mode: forwards;
  -webkit-animation: fadein_out 5s ease 0s 1;
  -webkit-animation-fill-mode: forwards;
}

.flash {
  background-color: rgba(255, 210, 50, 0.95);
  color: #000;
  min-width: 300px;
  max-width: 500px;
  border-radius: 0 0 10px 10px;
  padding: 10px;
  position: relative;
  top: 0px;
  z-index: 100;
  text-align: center;
  margin: 0 auto;
}

@-moz-keyframes fadein_out {
  0% {
    top: -200px;
    opacity: 0;
  }
  20% {
    top: 0px;
    opacity: 1;
  }
  80% {
    top: 0px;
    opacity: 0.9;
  }
  100% {
    top: -200px;
    opacity: 0;
  }
}

@-webkit-keyframes fadein_out {
  0% {
    top: -200px;
    opacity: 0;
  }
  20% {
    top: 0px;
    opacity: 1;
  }
  80% {
    top: 0px;
    opacity: 0.9;
  }
  100% {
    top: -200px;
    opacity: 0;
  }
}

/************* client_resize(img file form) *******************/
.client_resize {
  max-width: 100%;
}

/*************** BackTop *****************/
#back_top {
  position: absolute;
  position: fixed;
  z-index: 100;
  width: 40px;
  height: 40px;
  cursor: pointer;
  bottom: 20px;
  right: 20px;
}

#back_top img {
  opacity: 0.8;
}

#back_top img:hover {
  opacity: 1;
}

@media screen and (max-width: 750px) {
  #back_top {
    right: 5px;
    bottom: 25px;
  }
}


/*************** Pages *****************/
.about_box_wrap{
    margin: 60px auto 0;
}
.about_contents{
    margin: auto;
    width: 1200px;
}
@media screen and (max-width: 750px) {
.about_contents{
    width: 90%;
}
}
.about_contents img{
    width: 100%;
}

.about_contents h2{
    margin: 40px 0;
}
.about_contents h2.list-title{
    margin: 100px 0 40px;
}
.about_contents h4{
    margin: 30px 0 20px;
    border-left: 4px solid #8fba8c;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-size: 20px;
    font-weight: normal;
}
.about_contents .row{
    margin: 10px 0;
}
.about_contents p{
    text-indent: -1.5em;
    padding-left: 2em;
}
.about_contents .guide span{
    color: #8fba8c;
    font-size: 1.2em;
    
}

.about_contents section h3{
    font-size: 1em;
    margin-bottom: 20px;
    font-weight: bold;
}

/*************** report & category  *****************/
#container_report{
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.report{
    border: 1px solid #dedede;

}
.report .row{
    margin: 0;
}
.report_img{
    overflow: hidden;
    /*height: 200px;*/
    padding: 0;
}
.report_date{
    padding: 10px 0;
}

/*************** Projects *****************/
footer .top_guide,
.projects_wrap,
.return_list{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    max-width: 1200px;
    margin: 10px auto 30px;
    flex-wrap: wrap;
}

.projects_wrap .project,
.all_project .project,
.new_project .project,
.return_list .return{
    width: 32%;
    border: 1px solid #dedede;
    overflow: hidden;
    margin-bottom: 20px;
    margin-right: 1.3%;
}

@media screen and (max-width: 750px) {
    .projects_wrap .project,
    .all_project .project,
    .new_project .project,
    .return_list .return{
        width: 48%;
    }
}
.return_list .return{
    width: 25%;
}
@media screen and (max-width: 750px) {
    .return_list .return{
        width: 48%;
    }
}
.project .project_title,
.return_list .return_title{
    padding: 14px 10px;
    height: 70px;
    overflow: hidden;
}

.project .project_title a,
.return_list .return_title a{
    color: #000;
}

.project .project_graph{
    padding: 0 14px 8px;
}
.return_list .return_graph{
    padding: 8px 14px;
    background: #f4f6f4;
}
.return_list .return_graph{
    background: #f4f6f4;
    padding: 10px 0;

}
.project .project_count,
.return_list .return_count{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.return_list .return_count{
    margin-bottom: 0;
    font-size: 0.8em;
}
.project .project_graph .progress,
.return_list .return_graph .progress{
    height: 24px;
    margin-bottom: 16px;
}

.progress-bar{
    font-size: 15px;
}

