@charset "utf-8";
*{
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
  margin: 0;
	padding: 0;
  border: 0
  }

/*読み込む外部サイトを表示する場所*/
#other-website { 
    margin: 0 auto;
    position: absolute;
    top: 20%;
  left: 60%;
  z-index: 100;
}

#myframe {
    width: 600px;
  height: 600px;
}

#popup_window{ 
    margin: 0 auto;
    position: absolute;
    top: 20%;
  left: 60%;
  z-index: 100;
}


body,html{
  background-color: #f8f8f8;
  box-sizing: border-box;
  font-weight: 300;
  height: 100%;
  position: relative;
  width: 100%;
}
body{
  line-height: 1;
}

main{display: block;}

a{
  color: rgba(51, 51, 51, 1);
  text-decoration: none;
  }

ul{
  list-style: none;
}

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

#container {
  height: 100%;
  padding: 0;
  margin: 0;
}
iframe {
  width: 100%;
  height: 100%;
  /*border:1px solid #CCC;*/
}


.modal {
			display: none;
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.7);
			cursor: pointer;
			vertical-align: middle;
			text-align: center;
		}
		.modal-inner {
			position: relative;
			width: 100%;
			margin: auto;
			vertical-align: middle;
			text-align: center;
			height: 100%;
		}
		.modal-v {
			width: 80%;
			height: 80%;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translateY(-50%) translateX(-50%);
			-webkit- transform: translateY(-50%) translateX(-50%);
		}










 .glHdrWrap{
   position: absolute;
   right: 0;
   top: 0;
   z-index: 400;
}
.glHdrTglBlk{}
.glHdrTgl{
  align-items: center;
  background-color: rgba(20, 90, 195, 1);
  border: 1px rgba(20, 90, 195, 1) solid;
  cursor: pointer;
  display: flex;  
  justify-content: center;
  margin: 0 0 0 auto;
  transition: all 0.3s;
  height: 60px;
  width: 60px;
}
.glHdrTglLineBlk{
  height: 25px;
  position: relative;
  width: 25px;
}
.glHdrTglLine{
  background-color: rgba(255, 255, 255, 1);
  height: 2px;
  position: absolute;
  transition: all 0.3s;
  width: 100%;
}
.glHdrTglLine:nth-of-type(1){
  top: calc(50% - 11px);
}
.glHdrTglLine:nth-of-type(2){
  top: calc(50% - 1px);
}
.glHdrTglLine:nth-of-type(3){
  top: calc(50% + 9px);
}

/* ----------------------------
scheme
---------------------------- */
.glHdrMenuUsr{
  margin: 1rem 0 0;
  padding: 0 20px;
}
.glHdrMenuUsr .glHdrMenuLnk{
  background-color: rgba(40, 150, 100, 1);
  border-bottom: none;
  border-radius: 30px;
}

/* ----------------------------
SP menu open
---------------------------- */
#glNav{
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
}
.glNavOpen #glNav{
  opacity: 1;
  visibility: visible;
}
.glNavOpen .glHdrTgl{
  /*border: 1px rgba(255, 255, 255, 1) solid;*/
}
.glNavOpen .glHdrTglLine:nth-of-type(1){
  top: 0.65rem;
  transform: rotate(315deg);
}
.glNavOpen .glHdrTglLine:nth-of-type(2){
  left: 50%;
  width: 0;
}
.glNavOpen .glHdrTglLine:nth-of-type(3){
  top: 0.65rem;
  transform: rotate(-315deg);
}

.glHdrMenuGrp{
  background-color: rgba(255, 255, 255, 1);
  width: 150px;
}
.glHdrMenuInr{}
.glHdrMenuLst{
  list-style: none;
  margin: 0;
  padding: 0;
}
.glHdrMenu{}
.glHdrMenuLnk{
  align-items: center;
  background-color: rgba(20, 90, 195, 1);
  border-bottom: 1px rgba(255, 255, 255, 1) solid;
  color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  height: 70px;
  text-decoration: none;
  width: 100%;
}
.glHdrMenu:last-of-type .glHdrMenuLnk{
  border-bottom: none;
}
.glHdrMenuTxt{}

