@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* デフォルトのリセット・補助用CSS */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio[controls], canvas, video {
  display: inline-block;
*display: inline;
  zoom: 1;
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
  color: #333;
  /*background-color: #f7f7f7;*/
}
body, button, input, select, textarea {
  font-family: sans-serif;
  background: #fff;
  font-size: 1.4rem !important;
}
a, a:link, a:active, a:visited {
  text-decoration: none;
  /*color: #fff;*/
}
a:hover {
  color: #fff;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul, ol {
  margin:0;
  padding:0;
}
dd {
  margin: 0px;
}
nav ul, nav ol {
  list-style: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  *margin-left: -7px;
}
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
 *overflow: visible;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none !important;
  -webkit-backface-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

input[type="radio"],input[type="checkbox"] {
  display: none;
}

/* Chrome, Safari */
input::-webkit-input-placeholder {
  color: #979797;
  font-size: 1.4rem;
}
 
/* Firefox */
input::-moz-placeholder{
  color: #979797;
  font-size: 1.4rem;
}
 
/* Firefox 18以前 */
input:-moz-placeholder{
  color: #979797;
  font-size: 1.4rem;
}
 
/* IE */
input:-ms-input-placeholder{
  color: #979797;
  font-size: 1.4rem;
}
/* Chrome, Safari */
::-webkit-input-placeholder{
  color: #979797;
  font-size: 1.4rem;
}
 
/* Firefox */
::-moz-placeholder{
  color: #979797;
  font-size: 1.4rem;
}
 
/* Firefox 18以前 */
:-moz-placeholder{
  color: #979797;
  font-size: 1.4rem;
}
 
/* IE */
:-ms-input-placeholder{
  color: #979797;
  font-size: 1.4rem;
}

label {
  cursor: pointer;
  }

/* 縦横共にリサイズ可能（デフォルト）
textarea {
    resize: both;
} */
/* 縦のみリサイズ可能 */
textarea {
  margin: 0;
  resize: vertical;
}
/* 横のみリサイズ可能
textarea {
    resize: horizontal;
} */
/* 縦横共にリサイズ不可
textarea {
    resize: none;
} */


/*input:focus, select:focus, textarea:focus {
  background-color: #effbfe !important;
}*/


textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body, textarea {
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.0rem;
  /*line-height:100%;*/
  color:#000;
}
input, select {
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","Arial", "ＭＳ Ｐゴシック", sans-serif;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-weight:normal;
  font-size: 62.5%;
}
img, abbr, acronym, fieldset {
  border: 0;
}
li {
  list-style:none;
}



/*utility*/
.mb05 {
  margin-bottom:5px;
}
.mb10 {
  margin-bottom:10px;
}
.mb12 {
  margin-bottom:12px;
}
.mb15 {
  margin-bottom:15px;
}
.mb20 {
  margin-bottom:20px;
}
.mb30 {
  margin-bottom:30px;
}
.mb40 {
  margin-bottom:40px;
}
.mb50 {
  margin-bottom:50px;
}
.mb60 {
  margin-bottom:60px;
}
.mt05 {
  margin-top:5px;
}
.mt10 {
  margin-top:10px;
}
.mt12 {
  margin-top:12px;
}
.mt15 {
  margin-top:15px;
}
.mt20 {
  margin-top:20px;
}
.mt30 {
  margin-top:30px;
}
.mt40 {
  margin-top:40px;
}
.mt50 {
  margin-top:50px;
}
.mt60 {
  margin-top:60px;
}
.ml05 {
  margin-left:5px;
}
.ml10 {
  margin-left:10px;
}
.ml12 {
  margin-left:12px;
}
.ml15 {
  margin-left:15px;
}
.ml20 {
  margin-left:20px;
}
.ml30 {
  margin-left:30px;
}
.ml40 {
  margin-left:40px;
}
.ml50 {
  margin-left:50px;
}
.ml60 {
  margin-left:60px;
}
.mr05 {
  margin-right:5px;
}
.mr10 {
  margin-right:10px;
}
.mr15 {
  margin-right:15px;
}
.mr20 {
  margin-right:20px;
}
.mr30 {
  margin-right:30px;
}
.mr40 {
  margin-right:40px;
}
.mr50 {
  margin-right:50px;
}
.mr60 {
  margin-right:60px;
}
.pt05 {
  padding-top:5px;
}
.pt10 {
  padding-top:10px;
}
.pt15 {
  padding-top:15px;
}
.pt20 {
  padding-top:20px;
}
.pt30 {
  padding-top:30px;
}
.pt40 {
  padding-top:40px;
}
.pb05 {
  padding-bottom:5px;
}
.pb10 {
  padding-bottom:10px;
}
.pb15 {
  padding-bottom:15px;
}
.pb20 {
  padding-bottom:20px;
}
.pb30 {
  padding-bottom:30px;
}
.pb40 {
  padding-bottom:40px;
}
.pl05 {
  padding-left:5px;
}
.pl10 {
  padding-left:10px;
}
.pl15 {
  padding-left:15px;
}
.pl20 {
  padding-left:20px;
}
.pl30 {
  padding-left:30px;
}
.pl40 {
  padding-left:40px;
}
.pr05 {
  padding-right:5px;
}
.pr10 {
  padding-right:10px;
}
.pr15 {
  padding-right:15px;
}
.pr20 {
  padding-right:20px;
}
.pr30 {
  padding-right:30px;
}
.pr40 {
  padding-right:40px;
}
.flt {
  float:left;
}
.flr {
  float:right;
}
.txt_l, td.txt_l, .txt_l td {
  text-align:left;
}
.txt_r, td.txt_r, .txt_r td {
  text-align:right;
}
.txt_c, td.txt_c, .txt_c td {
  text-align:center;
}
.valign_t, td.valign_t, .valign_t td {
  vertical-align:top;
}
.valign_m, td.valign_m, .valign_m td {
  vertical-align:middle;
}
.valign_b, td.valign_b, .valign_b td {
  vertical-align:bottom;
}
.clear {
  clear:both;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: block;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}





/*
--------------------------------------

全ページ共用CSS

--------------------------------------
*/
@media screen and (min-width: 769px) {
  /* PC用のスタイル記述 */
  .pc_only {
    display: block !important;
  }
  .sp_only {
    display: none !important;
  }
}


@media screen and (max-width: 768px) {
  /* スマートフォン用のスタイル記述 */
  .pc_only {
    display:none !important;
  }
  .sp_only {
    display:block !important;
  }
}





/* 汎用ボタン */
.multi__btn--blue {
  cursor: pointer !important;
  display: inline-block;
  margin-right: 10px;
  padding: 10px;
  min-width: 50px;
  color: #fff;
  background: #002679;
  text-align: center;
}
.multi__btn--blue:hover {
  background: #2dbbde;
  transition: all .5s ease;
}


.multi__btn--white {
  cursor: pointer !important;
  display: inline-block;
  margin-right: 10px;
  padding: 10px;
  min-width: 50px;
  background: #fff;
  border: solid 1px #ccc;
  text-align: center;
}
.multi__btn--white:hover {
  background: #ddd;
  transition: all .5s ease;
}
/* 汎用ボタン ここまで */





/* ヘッダー */
.common__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  border-bottom: solid 4px #000;
}

.common__head.sticky {
  position: sticky;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 9999;
}


.head__logo {
  display: flex;
  padding-left: 20px;
  font-size: 1.1rem;
  color: #333 !important;
}


.head__logo span {
  display: block;
}


.head__logo em {
  display: block;
  margin-top: -7px;
  font-size: 2.6rem;
  font-weight: bold;
}


.head__logo img {
  display: block;
  margin-right: 10px;
  width: 40px;
  height: auto;
}


.head__logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.head__logo:hover {
  transition: all .5s ease;
  opacity: 0.7;
}


.head__gda {
  margin-left: -100px;
  width: 180px;
}


.head__gda img {
  width: 100%;
}


.ttl__area {
  width: 40%;
  text-align: center;
}

.ttl__area__title {
  font-size: 2.1rem;
  font-weight: bold;
}

.ttl__area__subtitle {
  color: rgba(51, 51, 51, .5); /* #333 */
  font-size: 1.5rem;
  font-weight: normal;
}

.head__left{
  min-width: 360px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head__right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}


.head__link {
  cursor: pointer;
  margin: 0 10px 0 0;
  font-size: 1.4rem;
  text-align: right;
  background: transparent;
  white-space: nowrap;
}


.head__operation--btn {
  display: inline-block;
  padding-left: 15px;
  background: url(../image/arrow.png) no-repeat;
  background-position: 0 50%;
  color: #333 !important;
}
.head__operation--btn:hover {
  color: #333;
  transition: all .5s ease;
  opacity: 0.7;
}


/* ログイン名 */
.userinfo {
  margin: 0 20px;
  text-align: right;
  font-size: 1.6rem;
  font-weight: bold;
}
.userinfo span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  white-space: nowrap;
}
/* ログイン名 ここまで */


.head__logout {
  cursor: pointer;
  margin: 0;
  width: 80px;
  height: 56px;
  background: url(../image/icon_logout.png) no-repeat #c00000;
  background-position: 55% 30%;
  background-size: 22px 22px;
}
.head__logout:hover {
  transition: all .5s ease;
  opacity: 0.7;
}


.logout__inner {
  display: block;
  padding: 36px 0 0;
  width: 100%;
  text-align: center;
  text-decoration: none !important;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  background: transparent;
}


.head__login {
  cursor: pointer;
  margin: 0;
  width: 80px;
  height: 56px;
  background: url(../image/icon_login.png) no-repeat #002679;
  background-position: 55% 30%;
  background-size: 22px 22px;
}
.head__login:hover {
  transition: all .5s ease;
  opacity: 0.7;
}


.login__inner {
  display: block;
  padding: 36px 0 0;
  width: 100%;
  text-align: center;
  text-decoration: none !important;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  background: transparent;
}
/* ヘッダーここまで */





/* コンテンツの両端にあるページャー */
.contents__pageer--l {
  position: fixed;
  top: 500px;
  left: 15px;
  width: 30px;
  height: auto;
  background: transparent;
}


.arrow_l {
  cursor: pointer;
  width: 30px;
  height: 52px;
  background: url(../image/arrow_left.png) no-repeat;
}
.arrow_l:hover {
  transition: all .5s ease;
  opacity: 0.5;
}


.contents__pageer--r {
  position: fixed;
  top: 500px;
  right: 15px;
  width: 30px;
  height: auto;
  background: transparent;
}


.arrow_r {
  cursor: pointer;
  width: 30px;
  height: 52px;
  background: url(../image/arrow_right.png) no-repeat;
}
.arrow_r:hover {
  transition: all .5s ease;
  opacity: 0.5;
}
/* コンテンツの両端にあるページャー ここまで */

.my-space-between{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-flex-pack: justify;
  width: calc(100% - 100px);
}

/* コンテンツ幅 */
.head__menu--wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 60px 0;
}


.head__menu--btn {
  margin-right: 20px;
  padding: 5px 20px 5px 30px;
  max-width: 280px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border: solid 1px #ccc;
  background: url(../image/icon_menu_b.png) no-repeat;
  background-position: 10px 50%;
}
.head__menu--btn:hover {
  background: url(../image/icon_menu_w.png) no-repeat #002679;
  background-position: 10px 50%;
  color: #fff;
  transition: all .5s ease;
}


/* プルダウン */
.contents__navi {
  padding: 0;
  box-shadow: 4px 8px 6px 6px rgba(0,0,0,0.1);
  border-radius: 0;
}


.contents__navi li {
  position: relative;
  border-bottom: solid 1px #ccc;
  font-size: 1.6rem;
}


.contents__navi li a {
  padding: 20px 40px 20px 15px;
  width: 280px;
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background: url(../image/arrow.png) no-repeat #eee;
  background-position: 95% 50%;
}
.contents__navi li a:hover {
  background: url(../image/arrow_active.png) no-repeat #8dc6ed;
  background-position: 95% 50%;
  color: #002679;
}
/* プルダウンここまで */


/* プルダウン横の白ボタン */
.head__menu--wrap .btn-group {
  margin-right: 10px;
}


.head__menu--wrap .btn-group div {
  cursor: pointer;
  padding: 5px 10px;
  border: solid 1px #ccc;
}
.head__menu--wrap .btn-group div:hover {
  color: #fff;
  border: solid 1px #002679;
  background: #002679;
  transition: all .5s ease;
}
/* プルダウン横の白ボタン ここまで */


/* プルダウン横の白ボタンのプルダウン */
.head__menu--wrap .btn-group .dropdown-menu {
  
}

.head__menu--wrap .btn-group .dropdown-menu .dropdown-item {
  padding: 5px 0;
  border-bottom: solid 1px #ccc;
  background: #eee;
}
.head__menu--wrap .btn-group .dropdown-menu .dropdown-item:hover {
  background: #8dc6ed;
  transition: all .5s ease;
}
.head__menu--wrap .btn-group .dropdown-menu .dropdown-item a:hover {
  background: #8dc6ed;
  color: #002679;
  transition: all .5s ease;
}
/* プルダウン横の白ボタンのプルダウン ここまで */





.contents__wrap {
  position: relative;
  padding: 7px 60px 0px;
  width: 100%;
  /* height: auto !important; */
}


.contents__area {
  margin-bottom: 0px;
  width: 100%;
  overflow-x: auto;
}
/* コンテンツ幅 ここまで */





/* ページャーとボタンのレイアウト */
.page__navi--wrap,
.paginationjs-pages {
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px;
}
/* ページャーとボタンのレイアウトここまで */


/* ページャー */
.page__navi,
.paginationjs-pages ul {
  display: flex;
  flex-wrap: wrap;
}


.page__navi li,
.paginationjs-pages ul li {
  margin: 0 10px 0 0;
  background: #ddd;
  text-align: center;
  max-height: 40px;
}


.paginationjs-pages ul li {
  margin: 0 10px 0 0;
}


.page__navi li:last-child, 
.paginationjs-pages ul li:last-child {
  margin-right: 0;
}


.page__navi li a, 
.paginationjs-pages ul li a {
  display: block;
  width: 40px;
  max-height: 40px;
  color: #aaa;
  line-height: 40px;
}


.page__navi li a:hover,
.paginationjs-pages ul li a:hover {
  background: #002679;
  color: #fff;
  transition: all .5s ease;
}


.page__navi li.active a,
.paginationjs-pages ul li.active a {
  background: #002679;
  color: #fff;
}


.page__navi li a span {
  line-height: 40px;
}


.page__navi--block {
  
}


/* bootstrap打ち消し用 */
.page-item {
  margin: 0;
  padding: 0;
}


.change__count {
  display: flex;
}

.change__count .number {
  width: 60px;
  color: #333;
  background: #fff;
  border: solid 1px #ddd;
}
.change__count .number:hover {
  color: #333;
  background: #fff;
}

.change__count--dropdown {
  padding: 0;
  width: 120px;
  min-width: 120px;
  border-radius: 0;
}

.change__count--dropdown li {
  margin-bottom: 0;
  width: 100%;
  border-bottom: solid 1px #ccc;
  background: #ddd;
}
.change__count--dropdown li:last-child {
  border-bottom: none;
}

.change__count--dropdown li > a {
  display: block;
  padding: 0 0 0 10px;
  width: 120px;
  color: #333;
  text-align: left;
}
/* ページャーここまで */





/* 上部ページャー横ボタン */
.btn__head--wrap {
  display: flex;
  margin-right: -10px;
}


.btn__head--wrap > .btn-group .btn-primary {
  margin-right: 10px;
  background: #002679;
  border: none;
  border-radius: 0;
}
.btn__head--wrap > .btn-group .btn-primary:hover {
  background: #2dbbde;
  transition: all .5s ease;
}


.btn__head--wrap .btn-group .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
}


.btn__head--wrap .btn-group .dropdown-menu .dropdown_menu_item {
  padding: 5px 10px;
  border-bottom: solid 1px #ccc;
  background: #eee;
}
.btn__head--wrap .btn-group .dropdown-menu .dropdown_menu_item:hover {
  background: #8dc6ed;
  transition: all .5s ease;
}


.btn__head--wrap .btn-group .dropdown-menu .dropdown_menu_item a {
  display: block;
  width: 100%;
  color: #333;
}
.btn__head--wrap .btn-group .dropdown-menu .dropdown_menu_item a:hover {
  color: #002679;
  transition: all .5s ease;
}
/* 上部ページャー横ボタンここまで */





/* バブルチャート編集ページのプルダウン */
.btn__head--wrap .btn-group .dropdown-menu {
  
}


.btn__head--wrap .btn-group .dropdown-menu .dropdown-item {
  padding: 5px 0;
  border-bottom: solid 1px #ccc;
  background: #eee;
}
.btn__head--wrap .btn-group .dropdown-menu .dropdown-item:hover {
  background: #8dc6ed;
}
.btn__head--wrap .btn-group .dropdown-menu .dropdown-item a:hover {
  background: #8dc6ed;
  color: #002679;
  transition: all .5s ease;
}
/* バブルチャート編集ページのプルダウン ここまで */




/* タブ用クラス */
.list__tab--wrap {
  display: flex;
  margin: 20px 0;
  border-bottom: solid 1px #ccc;
}


.list__tab--wrap li {
  margin-right: 10px;
  padding: 5px;
  text-align: center;
  font-size: 1.6rem;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
.list__tab--wrap li:last-child {
  margin-right: 0;
}
.list__tab--wrap li:hover {
  color: #fff;
  background: #002679;
  transition: all .5s ease;
}

.list__tab--wrap li a {
  padding: 8px 10px;
}

.list__tab--wrap li.active a {
  color: #fff;
  font-weight: bold;
}


.list__tab--wrap li.active {
  background: #002679;
  border-top: solid 1px #002679;
  border-left: solid 1px #002679;
  border-right: solid 1px #002679;
}
/* タブ用クラス ここまで */





/* 画像管理ページ用クラス */
.image__wrap {
  display: flex;
}

.contents__img--navi {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}


.img__manage--wrap {
  display: flex;
}


.img__manage--item {
  /*position: relative;*/
  margin: 0 10px 10px 0;
  padding: 10px;
  width: 25%;
  border: 1px solid #ddd;
}
.img__manage--item img {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}

.img__manage--item .thumbnail {
  margin: 0;
  border: none;
}

.img__manage--item .caption {
  /*position: absolute;
  bottom: 10px;
  left: 0;*/
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 1.2rem;

}
/* 画像管理ページ用クラス ここまで */





/* preview-showタグ用クラス */
.list-change-btn__wrap {
  margin: 0 0 15px 0;
}
/* preview-showタグ用クラス ここまで */





/* MyPage、公開ファイル一覧ののリスト一覧表示 */
.card__wrap {
  width: 100%;
}


.card__block {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 20px;
  padding: 10px 20px;
  width: 100%;
  border: solid 2px #ccc;
}


.card__block--img {
  width: 10%;
}


.card__block--img img {
  width: 100%;
  height: auto;
}


.card__block--item {
  margin: 0 20px;
  width: 84%;
}


.card_ttl__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}


.card__ttl {
  width: 100%;
  color: #337ab7;
  font-size: 2rem;
  font-weight: bold;
  order: 1;
}
.card__ttl a:hover {
  color: #2dbbde;
  transition: all .5s ease;
}


.card__ttl--option {
  padding: 5px 10px;
  background: #61aa0b;
  color: #fff;
  order: 2;
}


.card__bottom--wrap {
  display: flex;
  margin-right: -10px;
}


.card__txt {
  width: 80%;
  font-size: 1.6rem;
}


.card__date {
  padding-top: 5px;
}


.imgbox_sub {
  margin-right: 10px;
  width: 8%;
}
/* MyPage、公開ファイル一覧のリスト一覧表示 ここまで */





/* ユーザー管理ページtable */
.user__table {

}


.user__table td {
  vertical-align: middle;
  padding: 10px;
}


.user__table td.lastcell {
  width: 15%;
  text-align: center;
}
/* ユーザー管理ページtable ここまで */





/* file-list.ect内 クラスview__map内のボタン */
.view__map {
  margin: 0 0 20px;
  max-height: calc(20px * 6);
  overflow-y: scroll;
}

.btn {
  border-radius: 0;
}

.map_btn_pattern1 {
  border-radius: 0;
  border: none;
  background: #c00000;
}
.map_btn_pattern2 {
  border-radius: 0;
  border: none;
  background: #ff9600;
}
.map_btn_pattern3 {
  border-radius: 0;
  border: none;
  background: #002679;
}
.map_btn_pattern4 {
  border-radius: 0;
  border: none;
  background: #61aa0b;
}
.map_btn_pattern5 {
  border-radius: 0;
  border: none;
  background: #2dbbde;
}
.map_btn_pattern6 {
  border-radius: 0;
  border: none;
  background: #e86ed8;
}
.map_btn_pattern7 {
  border-radius: 0;
  border: none;
  background: #3a8d03;
}
.map_btn_pattern8 {
  border-radius: 0;
  border: none;
  background: #d0bb07;
}
/* file-list.ect内 クラスview__map内のボタン ここまで */



/* リスト一覧の右にあるドロップダウン上書き */
.hamburger_wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
  border: solid 1px #ccc;
}

.hamburger_wrapper button {
  padding: 10px;
}


.dropdown-menu-right {
  position: absolute;
  right: -1px;
  left: auto;
  top: 35px;
}


.dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

.dropdown_menu_item {
  padding: 10px;
  min-width: 200px;
  border-bottom: solid 1px #ccc;
  background: #eee;
}
.dropdown_menu_item:hover {
  background: #8dc6ed;
  transition: all .5s ease;
}

.dropdown_menu_item a {
  display: block;
  width: 100%;
  color: #333;
}
.dropdown_menu_item a:hover {
  color: #002679;
  transition: all .5s ease;
}
/* リスト一覧の右にあるドロップダウン上書き ここまで */





/* 画像用コンテンツ */
.img__area {
  width: 100%;
  text-align: center;
}
/* 画像用コンテンツ ここまで */





/* text-showタグ用スタイル */
.text-show__panel {
  margin: 10px 0 20px;
  padding: 20px;
  width: 100%;
  border: solid 1px #ddd;
}
/* text-showタグ用スタイルここまで */





/* プロジェクト設定用クラス */
.form-horizontal {
  margin: 20px auto;
  width: 70%;
}


.form-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 30px !important;
}


.project__ttl {
  margin-right: auto;
  font-size: 2rem;
  font-weight: bold;
  color: #002679;
}


.project__ttl--sub {
  min-width: 270px;
  font-size: 1.6rem;
  font-weight: bold;
}


.form__item {
  width: 70%;
}


.form__adjust {
  display: flex;
  align-items: center;
}


.form-control {
  border-radius: 0;
}


.form__txt-area {
  padding: 10px;
  width: 100%;
  border: solid 1px #ccc;
}


.form-inline {
  display: flex;
  align-items: center;
  width: 100%;
}


.list-group-item {
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}


.glyphicon-remove:before {
  cursor: pointer;
  color: #002679;
}


.project__cate--item li {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
/* プロジェクト設定用クラス ここまで */






/* 追加ボタンのリスト、画像・テキストの編集画面 */
.import__wrap {
  display: flex;
  margin-bottom: 10px;
  width: 100%;
  padding: 30px 60px;
  border: solid 1px #ccc;
  justify-content: space-between;
}

.import__wrap .form-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 !important;
  width: 90%;
}


.import__label {
  width: 10%;
}

.import__textarea {
  flex: auto;
  width: 85%;
}

.import__label + .import__textarea {
  width: 75%;
}

.import__btnarea {
  width: 7%;
}

.import__select {
  width: 15%;
}

.import__drop--wrap {
  width: 100%;
  padding: 30px 60px;
  border: solid 1px #ccc;
}


.import__drop--area {
  padding: 40px;
  min-height: 400px;
  max-height: 750px;
  border: solid 1px #ccc;
  text-align: center;
  background-color:#f4fafb;
  overflow-y: scroll;
}



/* リスト一覧のテキスト */
.list-show__link {
  color: #337ab7;
}
.list-show__link:hover {
  color: #c00000;
  transition: all .5s ease;
}
/* リスト一覧のテキスト ここまで */

/* データ表示リストの歯車マークのプルダウン */
.table .btn-group .dropdown-menu {
  
}

.table .btn-group .dropdown-menu .dropdown-item {
  padding: 5px 0;
  border-bottom: solid 1px #ccc;
  background: #eee;
}
.table .btn-group .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.table .btn-group .dropdown-menu .dropdown-item:hover {
  background: #8dc6ed;
  transition: all .5s ease;
}
.table .btn-group .dropdown-menu .dropdown-item a:hover {
  background: #8dc6ed;
  color: #002679;
  transition: all .5s ease;
}
/* データ表示リストの歯車マークのプルダウン ここまで */


/* 追加ボタンのリスト、画像・テキストの編集画面  ここまで */





/* モーダル用クラス */
.modal__name {
  margin: 10px 0 20px;
}
.modal__name input {
  margin-left: 10px;
  padding: 5px;
  width: 85%;
  border: solid 1px #ccc;
}


.modal__ttl {
  margin-bottom: 20px;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  background: #ddd;
  border-radius: 4px;
}


.modal__content {
  margin-bottom: 20px;
  padding: 0 20px;
  width: 600px;
  height: 470px;
  overflow-y: scroll;
  border-bottom: solid 1px #ccc;
}
.modal__content .form-group {
  display: block;/* 全体のform-groupにかかっているdisplay: flex;の解除*/
}






.column-settings__wrap {
  margin: 10px 0;
}





/* ラジオボタン */
.radio__btn + label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 25px;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: bold;
}
.radio__btn + label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  transform: translateY(-50%);
}
.radio__btn[type="radio"]:checked + label::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 5px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  background: #002679;
  border-radius: 100%;
}


input.radio__btn--inlabel {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 8px;
  border-radius: 10px;
  border: 1px solid #ccc;
}
input.radio__btn--inlabel[type="radio"]:checked::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 3px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  background: #002679;
  border-radius: 100%;
}
/* ラジオボタン ここまで */


.checkbox {
  margin: 0 0 10px;
}
/* チェックボタン */
.check__btn + label {
  position: relative;
  margin-right: 20px;
  padding: 3px 0 3px 30px;
  cursor: pointer;
  font-size: 1.4rem;
}
.check__btn + label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #c4cea5;
  transform: translateY(-50%);
}
input.check__btn[type="checkbox"]:checked + label::after {
  position: absolute;
  content: '';
  top: 15%;
  left: 6px;
  width: 6px;
  height: 10px;
  border-right: 3px solid #002679;
  border-bottom: 3px solid #002679;
  transform: rotate(45deg);
}


input.check__btn--inlabel {
  position: relative;
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
  padding: 10px;
  max-width: 22px;
  max-height: 22px;
  border: 1px solid #ccc;
}
input.check__btn--inlabel[type="checkbox"]:checked::after {
  position: absolute;
  content: '';
  top: 17%;
  left: 7px;
  width: 7px;
  height: 10px;
  border-right: 3px solid #002679;
  border-bottom: 3px solid #002679;
  transform: rotate(45deg);
}
/* チェックボタン ここまで */


/* テキスエリア */
.txt__area--wrap {
  margin-bottom: 10px;
  width: 400px;
}


.txt__area {
  margin-bottom: 10px;
  width: 100%;
  height: 200px;
  border: solid 1px #ddd;
}


.txt__area--small {
  display: inline-block;
  margin: 0 0 10px 5px;
  padding: 5px;
  width: 50%;
  height: 30px;
  border: solid 1px #ddd;
}


/* テキストエリア ここまで */




/* セレクトボックス */
.select__box {
  padding: 10px 30px 10px 10px;
  width: 100%;
  height: 40px;
  font-size: 1.4rem;
  border: solid 1px #ccc;
  background: url(../image/arrow_down.png) no-repeat #fff;
  background-size: 10px 8px;
  background-position: 96% center;
}
/* セレクトボックス ここまで */


/* 集計タブ */
.select__name {
  margin-bottom: 10px;
  width: 10%;
}


.modal__caution {
  margin: 0 0 20px;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ff0000;
}


.modal__txt {
  padding: 0 0 20px;
}
/* 集計タブ ここまで */


/* 詳細タブ */
.modal__detail--wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
}


.modal__detail--item {
  width: 70%;
}


/* graph-setting.tagではなくbasic.tag内 */
.modal__detail--txt {
  /*text-align:right;*/
}
/* 詳細タブ ここまで */


/*  */
.modal__txtarea {
  max-width: 800px;
  max-height: 600px;
  overflow-y: scroll;
}
/*  ここまで */

/* バブルチャートの設定モーダル「条件」タブの並び順の部分 */
.modal__sort--wrap {
  display: flex !important;
}


.modal__sort--wrap label {
  margin-right: 10px;
  width: 28%;
}


.modal__sort--item {
  width: 60%;
}


.modal__filter--wrap {
  display: flex !important;
}


.modal__filter--wrap label {
  margin-right: 10px;
  width: 28%;
}


.modal__filter--item {
  width: 60%;
}
/* バブルチャートの設定モーダル「条件」タブの並び順の部分 ここまで */


/* ご利用上の注意 */
.modal-backdrop {
  z-index: 1;
}


.modal-title {
  font-size: 1.4rem;
  font-weight: bold;
}

.term__link {
  color: #337ab7 !important;
  font-weight: bold;
}
/* ご利用上の注意 ここまで */


/* モーダル用クラス ここまで */

/* コンテンツエリア ここまで */





/* フッター */
.common__foot {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  width: 100%;
  background: #000;
  z-index: 10;
}


.foot__navi {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  color: #fff;
  background: #000;
}


.foot__navi--inner {
  margin-right: 30px;
  font-size: 1.2rem;
  color: #fff;
  background: #000;
}


.foot__navi--inner a {
  color: #fff;
}
.foot__navi--inner a:hover {
  color: #c00000;
  transition: all .5s ease;
}
/* フッターここまで */












/*
--------------------------------------

ログインページ用CSS

--------------------------------------
*/
.login__wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  background: url(../image/img_login_bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 40px;
  width: 100%;
  height: 80vh;
}


.login__contents {
  margin: 15px auto 0;
  padding: 120px 0 60px;
  width: 100%;
  background: url(../image/logo_login.png) no-repeat;
  background-position: 50% 0;
  text-align: center;
}


.login__contents--ttl {
  margin-bottom: 30px;
  font-size: 5rem;
  font-weight: bold;
  color: #fff;
}


.login__contents--txt01 {
  margin-bottom: 30px;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}


.login__contents--txt02 {
  margin-bottom: 30px;
  font-size: 1.4rem;
  color: #fff;
}


.error__txt {
  color: #f99000;
  font-size: 1.6rem;
  font-weight: bold;
}


.login__input--area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 20px auto 40px;
  max-width: 600px;
}


.login__input--area span {
  margin-right: 20px;
  width: 15%;
  color: #fff;
  font-size: 1.6rem;
  text-align: right;
}


.login__input--area input {
  padding-bottom: 3px;
  width: 80%;
  max-width: 500px;
  border-bottom: solid 1px #fff;
  color: #fff;
  font-size: 1.6rem !important;
  background: transparent;
}


.login__contents--btn {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 40px;
  width: 360px;
  font-size: 1.6em !important;
  font-weight: bold;
  color: #002679;
  background: #fff;
}
.login__contents--btn:hover {
  color: #3063d3;
  background: #d1f7ff;
  transition: all .5s ease;
}





/*
--------------------------------------

メニューページ用CSS

--------------------------------------
*/
.menu__wrap {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
  padding: 60px;
  width: 100%;
  background: url(../image/img_login_bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}


.menu__ttl {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}


.wrap__file {
  margin-right: 30px;
  width: 48%;
}


.wrap__user {
    width: 48%;
}


.menu__btn {
  display: block;
  margin-bottom: 30px;
  padding: 30px;
  width: 100%;
  min-height: 160px;
  text-align: center;
  border: solid 4px #fff;
  background: transparent;
  color: #fff;
  text-align: left;
}
.menu__btn:hover {
  background: #222;
  border: solid 4px #222;
  transition: all .5s ease;
}


.menu__btn--mypage {
  padding-left: 120px;
  min-height: 80px;
  background: url(../image/icon_mypage.png) no-repeat;
  background-position: 0 50%;
  background-size: 80px 80px;

}


.menu__btn--file {
  padding-left: 120px;
  min-height: 80px;
  background: url(../image/icon_list.png) no-repeat;
  background-position: 0 50%;
  background-size: 80px 72px;
}


.menu__btn--user {
  padding-left: 120px;
  min-height: 80px;
  background: url(../image/icon_user.png) no-repeat;
  background-position: 0 50%;
  background-size: 80px 80px;
}

.menu__btn--ttl {
  margin-bottom: 20px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}

.menu__btn--txt {
  font-size: 1.4rem;
  color: #fff;
}









