/**************************************************************
  カスタマイズ用のCSSです。
  案件ごとに必要な書き込みをしてから、
  このファイルをassets\css\customフォルダの中にいれてください。
**************************************************************/


/*コンテンツのコンテナフッターの調整*/
#content-container .container {
  position: relative;
  padding-bottom: 110px;
  min-height: calc(100vh - 140px);
}
@media (max-width: 991px) {
_::-webkit-full-page-media, _:future, :root #content-container .container {
        min-height: calc(100vh - 240px);
      }
}

/*次へ、前への位置固定*/
#footer-nav {
  position: absolute;
  bottom: 0;
}

/* 画像サイズ調整
ul.list>li>img[src$=".png"]{
  width:120px;
  height: 120px;
} */

/*　タイトル、生成リソース画像、生成リソーステキストを包括するdivのクラス　*/
.yit-jumbotron{
    margin-top: -19px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
}

/*　プロジェクトタイトル　*/
.jumbotron-h1 h1{
    color:black;
}

/*　生成リソースの画像　*/
.jumbotron-img{
    text-align: center;
}

/*　生成リソースのテキストノード
　　使用している各要素についてそれぞれスタイル設定します。
*/
.jumbotron-contents p{
    font-size:1.5rem;
}

.jumbotron-contents li{
    font-size:1.5rem;
}

.jumbotron-contents figure{
    text-align: center;
}

/*　トップページ用　ここまで　*/


/* ヘッダーの動き。下スクロールで消す、戻すスクロールで表示 */
navbar scroll view hide
.schema-navbar {
	transition:.3s;
}

.content-container{
	position: relative;
	top:0px;
 }

#content-container{
  /*padding-right:335px !important;*/
  z-index:0;
  width:100%;
  /*height:100vh;*/
 }

/* ここまで */


/*　 Display and icons 　*/
div.D-actab {
	width: 100%;
  height:100%;
  max-width:800px;
  padding: 5px;
	margin-top:10px;
  margin-bottom: 10px;
  border: solid 3px rgb(0,94,184);
  border-radius: 10px;
}
.D-actab input {
	position: absolute;
	display:none;
}
.D-actab label {
  position: relative;
  overflow: hidden;
	display: flex;
	padding: 0px 30px 0px 5px;
	cursor: pointer;
	margin: 0;
}
.D-actab>label>img[src$=".png"] {
  width:100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
  float: left;
}
.D-actab>label>img[src$=".svg"] {
  width:50px;
  height: 50px;
  float: left;
}
.D-actab>label>span {
  font-weight: bold;
  font-size: 120%;
  margin: auto 0 auto 10px;
}
.D-actab .D-actab-contents {
	overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
	max-height: 0;
	-webkit-transition: 0.35s height 0s;
	transition: 0.35s height 0s;
}

.D-actab .D-actab-contents>table>tbody>tr>td>p>img{
  width: 100%;
}
/* :checked */
.D-actab input[type=checkbox]:checked~.D-actab-contents {
	max-height: 100%;
}
/* Icon */
.D-actab label::after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 1.5em;
	-webkit-transition: 0.35s all 0s;
	transition: 0.35s all 0s;
	text-align: center;
}
.D-actab input[type=checkbox] + label::after {
  font-family: "schema-glyphs";
	content: "\e604";
  margin: auto 0;
  color: rgb(0,94,184);
}
.D-actab input[type=checkbox]:checked + label::after {
	transform: rotate(180deg);
}
/* Display and icons ここまで*/


/*　トラブルシューティング用　*/
.tm-actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
.tm-actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
/* .tm-actab label {
	font-weight: bold;
  font-size: 120%;
	position: relative;
	display: block;
	padding: 5px 35px 5px 10px;
	cursor: pointer;
	margin: 10px 0 0 0;
	background: #9DBEDD;
} */
label.tm-actab
,dl.tm-actab {
	font-weight: bold;
  font-size: 120%;
	position: relative;
	display: block;
	padding: 5px 35px 5px 10px;
	cursor: pointer;
	margin: 10px 0 0 0;
	background: #9DBEDD;
} 
.tm-actab .tm-actab-contents {
	overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
	max-height: 0;
	-webkit-transition: 0.35s height 0s;
	transition: 0.35s height 0s;
	color: #333;
	background: #fff;
  display: none;
}
.tm-actab .tm-actab-content p {
	margin: 0.3em;
}
/* :checked */
.tm-actab input[type=checkbox]:checked~.tm-actab-contents {
	max-height: 150em;
  display: block;
}
/* Icon */
.tm-actab label::after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 1.5em;
	-webkit-transition: 0.35s all 0s;
	transition: 0.35s all 0s;
	text-align: center;
}
.tm-actab input[type=checkbox] + label::after {
  font-family: "schema-glyphs";
	content: "\e114";
  margin-top: 0.3em;
}
.tm-actab input[type=checkbox]:checked + label::after {
	transform: rotate(135deg);
}

/*Sitting Correctlyのlegend table*/
.table-type01>table{
  table-layout: auto !important;
  max-width: 800px;
}
.table-type01>table col{
  width: auto !important;
  height: auto !important;
}
.table-type01>table>tbody>tr>td{
  vertical-align: middle;
  border: none  !important;
}
#content-container .containertop {
  position: relative;
  padding-bottom: 0px;
  min-height: 0;
}

/*badge icon size*/
#App_Store_Badge{
  height: 50px;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 10px;
  width: initial;
  width: auto;
}

#google-play-badge{
  height: 70px;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 5px;
  width: initial;
  width: auto;
}

@media (max-width: 991px) {
	#off-canvas-menu { 
    display: none;
  }
  .showMenu3 #off-canvas-menu { 
    display: block;
  }
 
  div.showMenu #off-canvas-menu,
  div.showMenu #off-canvas-menu.animated,
  div.showMenu2 #off-canvas-menu.animated { 
    display: block;
    
  }
  div.showMenu #off-canvas-menu{
    box-shadow: 5px 0px 10px 2px rgba(0, 0, 0, 0.2);
  }
}

/* アコーディオンメニュー */
ul#accordion_f  {
  margin: 0;
  padding: 0;
  list-style: none;
}
#accordion_f > li {
  margin-bottom: -1px;
}

#accordion_f a[data-toggle="collapse"]{
  display: block;
  padding: 5px 35px 5px 10px;
  text-decoration: none;
  position: relative;
}
#accordion_f a[data-toggle="collapse"]::after{
  font-family: "schema-glyphs";
  content: "\e114";
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
  width: 3em;
  height: 1.5em;
  -webkit-transition: 0.35s all 0s;
  transition: 0.35s all 0s;
  text-align: center;
}
#accordion_f a[aria-expanded=false]::after{
  transition-duration: 0.3s;
}
#accordion_f a[aria-expanded=true]::after{
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  transition-duration: 0.3s;
}
.acf_t a {
  font-weight: bold;
  font-size: 120%;
  position: relative;
  display: block;
  padding: 5px 35px 5px 10px;
  cursor: pointer;
  margin: 10px 0 0 0;
  background: #9DBEDD;
  color: #333;
}
.acf_c {
  padding-left: 10px;
  padding-right: 10px;
}

