/* -------- Common -------- */


@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

h1,h2,h3,h4,h5,h6,p,ul li, dl dt, dl dd {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  letter-spacing: 0.1rem;
  font-weight: 300;
  font-family: 'Noto Sans Japanese', sans-serif;
}
body  {
  min-height: 2000px;
  background-color: #f7f7f7;
  word-wrap:break-word;
}

/*
body  {
  min-height: 2000px;
  background-color: #1c3475;
  word-wrap:break-word;
}

h1,h2,h3,h4,h5,h6,p,ul li, dl dt, dl dd {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  letter-spacing: 0.15rem;
  color: #666;
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Meiryo", "メイリオ";
}
*/

p {
  line-height: 2.5rem;
}

a {
/*   color: #344b95; */
}

a:hover {
  cursor: pointer;
}

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


/* -------- Page Top -------- */

#page-top  {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 100%;
  z-index: 99999;
  
}
#page-top a  {
  background: #31478c;
  background-size: 60px 60px;
  text-decoration: none;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  vertical-align: middle;
  display: block;
  border-radius: 30px;
  -webkit-border-radius: 30px;  
  -moz-border-radius: 30px;  
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  -moz-opacity: 0.60;
  opacity: 0.60;
}
#page-top a:hover  {
  text-decoration: none;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  -moz-opacity: 0.80;
  opacity: 0.80;
}



/* -------- 追加 -------- */



.selectType_wrapper {
  background-color: #223a86;
  padding: 6rem 0;
  margin-bottom: 6rem;
  margin-top: 51px;
}



.selectType button {
  width: 100%;
  padding: 0;
  background-color: #344b95;
  border: none;
  -webkit-transition: 0.10s;
  -moz-transition: 0.10s;
  -o-transition: 0.10s;
  -ms-transition: 0.10s;
  transition: 0.10s;
  margin-bottom:30px;
}

.selectType button img {
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 50%;
}

.selectType button p {
  margin-bottom: 3rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
}

/* line 137, ../sass/cabinet_style.scss */
.selectType .btn-tag {
  margin-bottom: 3rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  height: 100px;
  letter-spacing: 0.1em;
}

@media (max-width: 1200px) {
  /* line 147, ../sass/cabinet_style.scss */
  .selectType button p.txt_long {
    font-size: 1.2rem;
  }
}
@media (max-width: 470px) {
  /* line 153, ../sass/cabinet_style.scss */
  .selectType button p.txt_long {
    font-size: 1.0rem;
  }
}
@media (max-width: 400px) {
  /* line 159, ../sass/cabinet_style.scss */
  .selectType button p {
    font-size: 1.0rem;
  }

  /* line 162, ../sass/cabinet_style.scss */
  .selectType button p.txt_long {
    font-size: 0.7rem;
  }
}

.selectType_img img {
  margin-bottom: 1.5rem;
}

.selectType_img p {
  color: #344b95;
  font-weight: 500;
  text-align: center;
  font-size: 2rem;
}

.selectType_poster_size {
  margin-bottom: 2rem;
}

.selectType_poster_size button {
  width: 100%;
  padding: 0;
  margin-bottom: 2rem;
  background-color: #344b95;
  border: none;
  -webkit-transition: 0.10s;
  -moz-transition: 0.10s;
  -o-transition: 0.10s;
  -ms-transition: 0.10s;
  transition: 0.10s;
}

.selectType_poster_size button img {
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 50%;
}

.selectType_poster_size button p {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.selectType_tateyoko {
  margin-bottom: 2rem;
}

.selectType_tateyoko button {
  width: 100%;
  margin-bottom: 2rem;
  background-color: #344b95;
  border: none;
  -webkit-transition: 0.10s;
  -moz-transition: 0.10s;
  -o-transition: 0.10s;
  -ms-transition: 0.10s;
  transition: 0.10s;
  padding: 0;
}

.selectType_tateyoko button img {
  margin-bottom: 3rem;
  margin-top: 3rem;
  width: 50%;
}

.selectType_tateyoko button p {
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 3rem;
}

.selectType_img_meishi {
  width: 100%;
  padding: 2rem 5rem;
  margin-bottom: 2rem;
  -webkit-transition: 0.10s;
  -moz-transition: 0.10s;
  -o-transition: 0.10s;
  -ms-transition: 0.10s;
  transition: 0.10s;
}

.selectType_img_meishi img {
  margin-bottom: 2rem;
}

.selectType_img_meishi p {
  color: #344b95;
  font-weight: 500;
  text-align: center;
  font-size: 2rem;
}


.selectType_back {
  text-align: center;
}

.selectType_back button {
  padding: 1.5rem 9rem;
  font-size: 2rem;
}

.selectType_title {
  margin-bottom: 4rem;
}

.selectType_title h2 {
/*
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
*/
/*
  background-image: url(/static/biziprint/image/selectType_title_icon.png);
  background-size: 50px 50px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 70px;
*/
  color: #fff;
  font-weight: 500;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}

.selectType_title p {
  font-size: 1.8rem;
  color: #fffeaf;
/*
  height: 50px;
  line-height: 50px;
*/
  vertical-align: middle;
  text-align: center;
}

@media (max-width: 768px)  {
  .selectType_title h2 {
    font-size: 2.0rem;
  }
  .selectType_title p {
    font-size: 1.5rem;
  }
  .selectType button img {
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 40%;
  }
  .selectType button p {
    margin-bottom: 2rem;
    font-size: 1.2rem;
  }
  
  .selectType_tateyoko button img {
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 40%;
  }
  .selectType_tateyoko button p {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
  .selectType_poster_size button img {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 60%;
  }
  
  .selectType_poster_size button p {
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .selectType_wrapper {
    padding: 4rem 0;
    margin-bottom: 4rem;
  }
}

/* -------- cabinet List -------- */

.cabinet_list {
  margin-bottom: 6rem;
}

.cabinet_list li {

}

.cabinet_list_title {
  text-align: center;
  margin-bottom: 1rem;
  color: #344b95;
  font-weight: 500;
  font-size: 2.5rem;
}

.cabinet_list_num {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 1.8rem;
}

.cabinet_thum {
  padding: 1px;
  background-color: #e6e6e6;
  -webkit-transition: 0.20s;
  -moz-transition: 0.20s;
  -o-transition: 0.20s;
  -ms-transition: 0.20s;
  transition: 0.20s;
}

.cabinet_thum:hover {
  cursor: pointer;
/*   background-color: #3ec314; */
}

.cabinet_thum img {
  width: 100%;
}





.list_wrapper {
  padding: 2rem;
  background-color: #fff;
  float: left;
  width: 100%;
  min-height: auto;
  border-radius: 0.5rem;
  -webkit-transition: 0.40s;
  -moz-transition: 0.40s;
  -o-transition: 0.40s;
  -ms-transition: 0.40s;
  transition: 0.40s;
}

/* line 418, ../sass/cabinet_style.scss */
.list_temp {
  padding: 2rem;
  background-color: #fff;
  float: left;
  width: 100%;
  min-height: auto;
  border-radius: 0.5rem;
  -webkit-transition: 0.40s;
  -moz-transition: 0.40s;
  -o-transition: 0.40s;
  -ms-transition: 0.40s;
  transition: 0.40s;
}

.list_left {
  float: left;
  width: 46%;
  padding-right: 1rem;
}

.list_right {
  float: left;
  width: 54%;
}

.element_title {
  margin-bottom: 0rem;
  font-size: 1.3rem;
  font-weight: 500;
}

.element_num {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #344b95;
}

.element_type {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}

.element_date {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

/* line 467, ../sass/cabinet_style.scss */
.element_tag {
  list-style: none;
  padding: 0;
  margin: 10px -5px 0 -5px;
  float: left;
}
@media (max-width: 991px) {
  /* line 467, ../sass/cabinet_style.scss */
  .element_tag {
    float: left;
  }
}
/* line 475, ../sass/cabinet_style.scss */
.element_tag li {
  font-size: 1.1rem;
  float: left;
  margin: 10px 5px 0 5px;
}
/* line 479, ../sass/cabinet_style.scss */
.element_tag li a {
  border: none;
  -webkit-transition: 0.10s;
  -moz-transition: 0.10s;
  -o-transition: 0.10s;
  -ms-transition: 0.10s;
  transition: 0.10s;
  letter-spacing: 0.1rem;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 1.1rem;
  border-radius: 15px;
  background-color: #a4a9b7;
  padding: 4px 12px;
}

.list_wrapper button {
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: #344b95;
  border: none;
  -webkit-transition: 0.10s;
  -moz-transition: 0.10s;
  -o-transition: 0.10s;
  -ms-transition: 0.10s;
  transition: 0.10s;
  font-size: 0;
  text-indent: -9999px;
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  overflow : hidden;
  outline : none;
  border-radius: 0.3rem;
  float: left;
  -webkit-transition: 0.40s;
  -moz-transition: 0.40s;
  -o-transition: 0.40s;
  -ms-transition: 0.40s;
  transition: 0.40s;
}

.list_wrapper button:hover  {
  background-color: #449d44;
}


.btn_edit {
  margin-right: 2rem;
  background-image: url(/static/biziprint/image/common/icon_edit_card.png);
}

.btn_function {
  margin-right: 2rem;
  background-image: url(/static/biziprint/image/common/icon_function.png);
}

.btn_delete {
  background-image: url(/static/biziprint/image/common/icon_trash.png);
}


@media (max-width: 1199px)  {
  
  .list_wrapper {
    min-height: 300px;
  }
  .element_num {
    font-size: 1.5rem;
  }
  .list_wrapper button {
    width: 35px;
    height: 35px;
    background-size: 20px 20px;
  }
  .btn_edit {
    margin-right: 1rem;
  }

  .btn_function {
    margin-right: 1rem;
  }
}

@media (max-width: 991px)  {
  .list_wrapper {
    min-height: auto;
  }
  .element_num {
    font-size: 1.5rem;
  }
  .list_wrapper button {
    width: 40px;
    height: 40px;
    background-size: 24px 24px;
  }
  .btn_edit {
    margin-right: 1.5rem;
  }

  .btn_function {
    margin-right: 1.5rem;
  }
}

@media (max-width: 768px)  {
  .list_wrapper {
    min-height: auto;
  }
  .list_wrapper button {
    width: 35px;
    height: 35px;
    background-size: 20px 20px;
  }
  .element_num {
    font-size: 1.4rem;
  }
  .btn_edit {
    margin-right: 1.0rem;
  }

  .btn_function {
    margin-right: 1.0rem;
  }
  
  .cabinet_list_num {
    margin-bottom: 4rem;
    font-size: 1.5rem;
  }
  .cabinet_list_title {
    font-size: 2rem;
  }

}

/* -------- header -------- */



.navbar-brand {
  padding: 10px 15px;
}

.navbar-brand img {
  width: 180px;
}

.navbar-default .navbar-nav>li>a  {
  color: #344b95;
  font-size: 1.2rem;
}

.navbar-default .navbar-nav>li>a:hover  {
  color: #449d44;
}

.box-shadow  {
  box-shadow: 0 2px 2px rgba(0,0,0,0.05), 0 1px 0 rgba(0,0,0,0.05);
}

/* -------- TAG -------- */
/* line 646, ../sass/cabinet_style.scss */
.selectTag ul {
  list-style: none;
  margin: 0 -10px 0 -10px;
  padding: 0;
}
/* line 650, ../sass/cabinet_style.scss */
.selectTag ul li {
  margin: 0 10px 20px 10px;
  float: left;
}
/* line 653, ../sass/cabinet_style.scss */
.selectTag ul li button {
  background-color: #344b95;
  border: none;
  -webkit-transition: 0.10s;
  -moz-transition: 0.10s;
  -o-transition: 0.10s;
  -ms-transition: 0.10s;
  transition: 0.10s;
  letter-spacing: 0.1rem;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  border-radius: 20px;
  padding: 6px 16px;
}

/* line 672, ../sass/cabinet_style.scss */
.selectTag_back {
  margin-top: 30px;
}
/* line 674, ../sass/cabinet_style.scss */
.selectTag_back button {
  letter-spacing: 0.1rem;
  font-weight: 500;
  font-size: 2rem;
  width: 100%;
  padding: 1.5rem 9rem;
}

.section_tool_label {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
  -webkit-transition: 0.20s;
  -moz-transition: 0.20s;
  -o-transition: 0.20s;
  -ms-transition: 0.20s;
  transition: 0.20s;
  
}

@media (max-width: 800px) {
  .section_tool_label {
    font-size: 12px;
    padding: 6px 0px;
    text-align: center;
  }
}

.section_tool_label:hover {
  border-color: #38ffe1;
  color: #64ffe5;
}

.section_tool_label:focus  {
  border-color: #38ffe1;
  color: #64ffe5;
}

.section_tool_label:active  {
  border-color: #38ffe1;
  color: #64ffe5;
}