﻿@charset "UTF-8";

body {
	margin: 0 auto;
}

a {
	text-decoration: none;
}

a:hover{
	text-decoration: none !important;
}

p {
	margin: 0;
}


/*header*/
.header{
	background-color: #e9ecef;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.8rem;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.header .logo {
	width: 240px;
}

.header .none {
	margin-left: 0;
}

@media (max-width: 767px) {
	.header .none {
		display: none;
	}

	.header .logo {
		width: 180px;
	}

}
/*header終わり*/

/*footer*/
footer {
	background-color: #e9ecef;
	text-align: center;
}

footer .copyright {
    padding-top: 30px;
    padding-bottom: 5px;
	font-size: 0.8rem;
}

/*footer終わり*/


/*共通設定*/
.main-container {
	padding-left: 30px;
	padding-right: 30px;
}

.title {
	font-size:1.5em;
	font-weight: bold;
	opacity: 0.8;
	margin-top: 10px;
	margin-bottom: 10px;
}

.title i {
	padding-right: 10px;
}

.tgl i {
	padding-right: 10px;
}

.con-A {
	margin: 20px 0;
}


@media(max-width: 768px){
	.text {
	font-size: 0.8em;
	}
}

	.padding-bottom {
		padding-bottom: 5px;
	}

/*関連事例などのリンクボタン*/

.link-botton {
	margin-bottom: 10px;
	box-shadow: 2px 2px 4px gray;
	background-color: #f5f5f5;
	padding: 10px;
	position: relative;
}

.link-botton a:hover {
	background-color:rgba(16,6,159,0.5) !important;
}


.link-botton .squareBox {

	background-color: #fff;
  	position: relative;
  }

.link-botton .squareBox:before {
	display: block;
    content: '';
    padding-top: 100%;

}

.link-botton .content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;  /* 画像がエリアからはみ出さないようにする*/

}
.link-botton .thumb {

  width: 100%;
  height: auto;
}
.link-botton .centerTable {

  display: table;
  /* ID display: table, table-cell 内で max-width が効かないバグを回避する*/
  table-layout: fixed;
  text-align: center;
  width: 100%;
  height: 100%;
}

.link-botton .centerTable .tableCell {
    display: table-cell;
    vertical-align: middle;
}


.link-botton .text {
	text-align: center;
	color: #212529;
}

/*----------------------------------------*/


.mybox {
	height: 100%;
	margin-left: -10px;
	margin-right: -10px;
	box-shadow: 2px 2px 4px gray;
	background-color: #f5f5f5;
	padding: 10px;
	position: relative;
}

.myribbon-content {
	position: absolute;
	top: -6px;
	right: -6px;
	width: 89px;
	height: 91px;
	overflow: hidden;
}

.myribbon {
	display: inline-block;
	position: absolute;
	padding: 7px 0;
	left: -23px;
	top: 22px;
	width: 160px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	background: #ff1010aa;
	color: #fff;
	letter-spacing: 0.05em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.myribbon:before, .myribbon:after {
	position: absolute;
	content: "";
	border-top: 4px solid #aa0808;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	bottom: -4px;
}

.myribbon:before {
	left: 14px;
}

.myribbon:after {
	right: 18px;
}


.mybox a:hover {
	background-color:rgba(16,6,159,0.5) !important;
}



.mybox .squareBox {

	background-color: #fff;
  	position: relative;
  }

.mybox .squareBox:before {
	display: block;
    content: '';
    padding-top: 100%;

}

.mybox .content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;  /* 画像がエリアからはみ出さないようにする*/

}

.mybox .thumb {
  width: 100%;
  height: auto;
}

.mybox .centerTable {
  display: table;
  /* ID display: table, table-cell 内で max-width が効かないバグを回避する*/
  table-layout: fixed;
  text-align: center;
  width: 100%;
  height: 100%;
}

.mybox .centerTable .tableCell {
    display: table-cell;
    vertical-align: middle;
}

.mybox .text {
	text-align: center;
	color: #212529;
}


/*リンクボタン終わり*/


/*top*/

.top{
	margin: 30px auto;
	text-align: center;

}

.topimage {
	width: 100%;
	max-width: 760px;
	height: auto;
}

/*loginBox*/

#LoginForm{
	padding:10px;
}

.form-heading {
 color:#fff;
  font-size:23px;
  }


.login-form .form-control {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}
.main-div {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 2px;
  margin: 10px auto 30px;
  max-width: 70%;
  padding: 50px 30px 50px 30px;
}

.login-form .form-group {
  margin-bottom:10px;
}
.login-form{
	 text-align:center;
	 }

.login-form  .btn.btn-primary {
text-align:center;
margin-top: 30px;
  background: #f0ad4e none repeat scroll 0 0;
  border-color: #f0ad4e;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  height: 60px;
  line-height: 50px;
  padding: 0;
}

.botto-text {
  color: #ffffff;
  font-size: 14px;
  margin: auto;
}
.login-form .btn.btn-primary.reset {
  background: #ff9900 none repeat scroll 0 0;
}
.back { text-align: left; margin-top:10px;}
.back a {color: #444444; font-size: 13px;text-decoration: none;}

/*loginBox終わり*/

/*main-container*/

.main-wrap {
	display: flex;
}

 i {
	padding-right: 10px;
}


.main {
	margin: 20px;
	width: 100%
	}

.main-top {
	align-items: flex-end;
	justify-content: space-around;
	font-size: 0.8em;
	opacity: 0.8;
	display: flex;
	margin-bottom: 20px;
}

.title {
	font-size:1.5em;
	font-weight: bold;
	opacity: 0.8;
	padding-left: 10px;
}

.main .svg img {
	width: 100%;
}

.sidbar-right {
	padding-top: 10px;
	margin: 20px 0;
	min-width: 176px;
	max-width: 176px;
	opacity: 0.8;
	font-size: 0.8em;
}

.sidbar-right .container {
	width: 180px;
	margin: 0 auto;
}

.sidbar-right .title {
	padding-left: 0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: left;
	font-size: 1.2em;
	opacity: 0.8;
}

.side-con {
	margin-bottom: 30px;
}

.wrap {
	margin: 30px;
}

.con-A {
	margin: 20px 0;
}


.con-A .title {
	margin-bottom: 10px;
}
.con-A_flex {
	display: flex;
	margin: 0 auto;
	justify-content: flex-start;
}


.con-A_flex .contents {
	margin: 10px;
}

.con-A_flex .text {
	text-align: center;
}

.con-A_flex .link-botton{
	margin-bottom: 0;
	margin-right: 10px;
}

.con-C {
	display: flex;
	margin-top: 20px;
	margin-left: 30px;

	margin-bottom: 10px;
	box-shadow: 2px 2px 4px gray;
	background-color: #f5f5f5;
	padding: 10px 30px;

}


.con-C .squareBox {
	background-color: #fff;
	padding-left: 30px;
	padding-right: 30px;
}

.con-C .squareBox img {
	height: 180px;
	background-color: #fff;
}

.con-C .text {
	margin-left: 30px;
	color: #212529;
	font-size: 0.95em;
}

.is-hidden {
	display:none;
}




.btn {
	text-align: right;
}


/*library*/

.section .cmw-wrap {
	display: flex;
    align-items: center;

}

.section .cmw-wrap .cmw-1 {
    border-radius: 5%;
    margin-left: 15px;
    border: 1px solid rgb(29, 32, 135);
    padding: 8px;
    background-color: rgb(238, 238, 239);
    font-size: 0.8em;
    font-weight:bold;
}

.section .cmw-wrap .cmw-1 a{
	color: rgb(29, 32, 135);
}
.section .cmw-wrap img{
	max-width: 20%;
}

.section .map .sec-1 {
	position: relative;
	width: 100%;
}

.section .map .sec-1:before {
	content:"";
	display: block;
	padding-top: 41%
}
.section .map .sec-1 .library_map {
	position: absolute;
    background-size: 100% auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.section .map .sec-1 .library_map img {
	position: absolute;
	width: 18%;
}

.section .map .sec-1 .library_map .icon_TH img {
	bottom: 45%;
	left: 45%;
}

.section .map .sec-1 .library_map .icon_TW img {
	bottom: 20%;
	left: 40%;
}

.section .map .sec-1 .library_map .icon_G img {
	bottom: 70%;
	left: 20%;
}

.section .map .sec-1 .library_map .icon_T img {
	bottom: 45%;
	left: 10%;
}

.section .map .sec-1 .library_map .icon_J img {
	bottom: 10%;
	left: 10%;
}

.section .map .sec-1 .library_map .icon_I img {
	bottom: 0;
	left: 28%;
}

.section .map .sec-1 .library_map .icon_A img {
	bottom: 47%;
	right: 0;
}

.section .map .sec-1 .library_map .icon_M img {
	bottom: 30%;
	right: 25%;
}


/*rules*/
.video {
	width:100%;              /*横幅いっぱいにwidthを指定*/
	padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
	height:0px;              /*高さはpaddingで指定するためheightは0に*/
	position: relative;
}

.video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*library accordion表示*/

.toggleBtn{
  /*  position: absolute;
    top: 10px;
    right: 10px;*/
    display: none;
    padding-left: 10px;
}
.toggleBtn.show{
    display: inline;
}
.detail{
    display: none;
}
.detail.show{
    display: table-row;
}
/*library accordion表示終わり*/


































