/* test-rabbit01.css */

body,
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Meiryo UI", "���S�V�b�N��", "Yu Gothic", YuGothic, "�q���M�m�p�S Pro", "Hiragino Kaku Gothic Pro", "���C���I", "Meiryo", "sans-serif";
  }

footer {
  margin-top: auto;
  }

.mainstyle {
  text-align: center;
  margin: auto;
  }

.header-bkcolor {
  background-color: #b0e0e6;
  text-align: center;
  padding: 20px;
  background: linear-gradient(to bottom, #b0e0e6 0%,#ffffff 500%);
  }

.footer-bkcolor {
  background-color: #b0e0e6;
  text-align: center;
  padding: 20px;
  background: linear-gradient(to top, #b0e0e6 0%,#ffffff 500%);
  }

.header-text {
  display: inline-block;
  letter-spacing: -5.5px;
  transform : scaleX(1.05);
  font-size: 5rem;
  font-weight: bold;
  color: #bfe6eb;
  text-shadow: 0 8px 9px #719bad, 0px -2px 1px #ffffff;
  text-align: center;
}

.centering {
  text-align: center;
  }

pblank {
  height: 25px;
  width: 25px;
  display: block;
  }

.main-frame {
  text-align: center;
  width: 90%;
  margin: auto;
  }

.contentstitle-text {
  border-style: solid;
  border-color: #719bad;
  border-width: 2px;
  color: #719bad;
  font-size: 2rem;
  padding: 5px 60px 5px 60px;
  
  }

.contents-text {
  color: #719bad;
  font-size: 2rem;
  padding: 5px 60px 5px 60px;
  
  }

.explanation-text {
  color: #594e52;
  font-size: 1.5rem;
  }

.explanation-textbox {
  max-width: 1200px;
  text-align: center;
  line-height: 2rem;
  width: 90%;
  margin: auto;
  padding: 5px;
  }

.contents-link {
  color: #719bad;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 1px 30px 1px 30px;
  }

.contents-link:hover {
  color: #719bad;
  font-size: 1.5rem;
  font-weight: bold;
  }

.contents-link:active {
  color: #b0e0e6;
  font-size: 1.5rem;
  font-weight: bold;
  }

.footerstyle-text {
  color: #ffffff;
  font-size: 0.9rem;
  }

.movie-frame {
  max-width: 1200px;
  text-align: center;
  width: 90%;
  margin: auto;
  padding: 5px;
  border-style: solid;
  border-color: #e6eae6;
  border-width: 1px;
  box-shadow: 0px 2px 4px #719bad;
}

.movie-frame .box-title {
  font-size: 1.7rem;
  background: #719bad;
  padding: 5px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  border-left: solid 10px #e6eae6;
}

.movie-frame p {
  padding: 15px 20px;
  margin: 0;
  line-height: 2rem;
}

.table-width {
  table-layout: fixed;
  width: 100%;
  }

.movie-box {
  width: 50%;
  }

/* �{�^����CSS */

/* �{�^���T�C�Y�𑵂��邽�߂Ɏg�p */
spandeficon { 
  height: 60px;
  width: 60px;
  display: block;
  position: relative;
  text-align: center;
  margin: auto;
  }

/* �E��{�^���ʒu�𑵂��邽�߂Ɏg�p */
upbtnposition {
  height: 200px;
  width: 80px;
  display: block;
  position: relative;
  position: fixed;
  right: 5%;
  top: 45px;
  }

/* �E���{�^���ʒu�𑵂��邽�߂Ɏg�p */
downbtnposition {
  height: 200px;
  width: 80px;
  display: block;
  position: relative;
  position: fixed;
  right: 5%;
  bottom: 45px;
  }

/* ���������{�^����CSS */
.upbtn-push {
  position: absolute;
  top: 0px;
  display: inline-block;
  max-width: 180px;
  text-align: left;
  background-color: #e6eae6;
  font-size: 16px;
  color: #719bad;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  border-bottom: 4px solid #719bad;
}

.upbtn-push:hover {
  background-color: #d9e1df;
}

.upbtn-push:active {
  transform: translateY(4px);
  border-bottom: none;
}

/* �������牺�{�^����CSS */
.downbtn-push {
  position: absolute;
  bottom: 0px;
  display: inline-block;
  max-width: 180px;
  text-align: left;
  background-color: #e6eae6;
  font-size: 16px;
  color: #719bad;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  border-bottom: 4px solid #719bad;
}

.downbtn-push:hover {
  background-color: #d9e1df;
}

.downbtn-push:active {
  transform: translateY(4px);
  border-bottom: none;
}

/* �{�^���A�C�R�� */
/* ���O�A�E�g */
logoutspan {
  height: 40px;
  width: 40px;
  display: block;
  position: relative;
  align: center;
  margin: auto;
  } 

.logoutSpan1 {
  width: 31px;
  }

.logoutSpan1:before {
  content: '';
  height: 0;
  width: 0;
  display: block;
  border: 12px transparent solid;
  border-right-width: 0;
  border-left-color: #719bad;
  position: absolute;
  top: 0;
  right: 0px;
  }

.logoutSpan1:after {
  content: '';
  height: 25px;
  width: 14px;
  display: block;
  border-top: 5px #719bad solid;
  border-left: 5px #719bad solid;
  border-radius: 20px 0 0 0;
  -webkit-border-radius: 20px 0 0 0;
  -moz-border-radius: 20px 0 0 0;
  position: absolute;
  top: 10px;
  left: 0px;
  }

/* �g�b�v */
topspan {
  height: 40px;
  width: 40px;
  display: block;
  position: relative;
  align: center;
  margin: auto;
  }

.topSpan1 {
  overflow: hidden;
  width: 30px;
  }

.topSpan1:before {
  content: '';
  height: 15px;
  width: 15px;
  display: block;
  border: 5px solid #719bad;
  border-left-width: 0;
  border-bottom-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
  top: 5px;
  left: 5px;
  }

.topSpan1:after {
  content: '';
  height: 35px;
  width: 6px;
  display: block;
  background: #719bad;
  position: absolute;
  top: 5px;
  left: 12px;
  }

/* �z�[�� */
homespan {
  height: 40px;
  width: 40px;
  display: block;
  position: relative;
  align: center;
  margin: auto;
  } 

.homeSpan1 {
  width: 40px;
  height: 40px;
  display: block;
  }

.homeSpan1:before {
  content: '';
  height: 0px;
  width: 0px;
  display: block;
  position: absolute;
  top: 12px;
  left: 6px;
  border: 14px solid transparent;
  border-bottom-color: #719bad;
  border-top: 0;
  transform: scale(1,0.8);
  -webkit-transform: scale(1,0.8);
  -moz-transform: scale(1,0.8);
  -o-transform: scale(1,0.8);
  -ms-transform: scale(1,0.8);
  }

.homeSpan1:after {
  content: '';
  height: 12px;
  width: 11px;
  display: block;
  position: absolute;
  top: 24px;
  left: 7px;
  border: 8px #719bad solid;
  border-top-width: 4px;
  border-bottom: 0;
  }

.homeSpan2:before {
  content: '';
  height: 10px;
  width: 5px;
  display: block;
  position: absolute;
  top: 6px;
  left: 28px;
  background: #719bad;
  }

.homeSpan2:after {
  content: '';
  height: 24px;
  width: 23px;
  border-top: 5px #719bad solid;
  border-right: 5px #719bad solid;
  position: absolute;
  top: 6px;
  left: 6px;
  transform: scale(1,0.8) rotate(-45deg);
  -webkit-transform: scale(1,0.8) rotate(-45deg);
  -moz-transform: scale(1,0.8) rotate(-45deg);
  -o-transform: scale(1,0.8) rotate(-45deg);
  -ms-transform:scale(1,0.8) rotate(-45deg);
  }

/*�����N�ǉ�*/
.cp_link {
	display: inline-block;
	padding: 0;
	transition: all .3s;
  color: #719bad;
  font-size: 20px;  
}

.cp_link:hover {
	color: #fff;
	background-color: #719bad;
}

/*�����N�ꗗ*/
.ul-align-center{
  display: flex;
  justify-content: center;
  align-items: center;
/*  flex-direction: column;*/
}

.links2 {
    background-color: #fff;
    border: 1px solid #719bad;
    border: 1px dashed #719bad;
    list-style: circle;
    position:relative;
    margin: 0em 0;
    padding: 1.5em 10em;
    text-align: left;
    list-style-position: inside;
}

.links2::before {
    content: " Link ";
    color: #ff4f02;
    background-color: #fff;
    font-size: 26px;
    position: absolute;
    top: -1.0em;
    left: 45%;
    padding: 0 .5em;
/*    text-align: center;*/
/*    display: inline-block;*/
}

.explanation-link{
    font-size: 24px;
    text-align: center;
    color: #594e52;
    margin: 0 0 0.5em 0;
}


/*

.links2 {
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 2em 0.5em;
    color: #454545;
    width: 60%;
    list-style-position: inside;
}
*/

