@charset "utf-8";


/*
.menu {
  width: 300px;
  text-align: center;
  background: navy;
  color: white;
}

.sub-menu {
  background: white;
}



li{
    border: 1px solid navy;
}
ul {
  width: 300px;
  list-style: none;
  margin: 0; 
  padding: 0;
}

 
a {
  text-decoration: none;
  color: navy;
}
.sub-menu {
  display: none; /
  background: white;
}

 
.menu:hover .sub-menu {
  display: block;
}

*/
#aaa-list{ 
    background-color:#ffff66;
}

#aaa-list a:hover {
    background-color:#fff000;
    color;blue;
    height:40px;
}

#acd-list{
    background-color:#ccff66;
}

#acd-list a:hover{
    background-color:#ccf000;
    color;blue;
    height:40px;
}

#bbb-list{
    background-color:#99ccff;
}

#bbb-list a:hover{
    background-color:#55ccff;
    color;blue;
    height:40px;
}


#ccc-list{
    background-color:#9999ff;
}

#ccc-list a:hover{
    background-color:#9977ff;
    color;blue;
    height:40px;
}

#ddd-list{
    background-color:#99ffff;
}

#ddd-list a:hover{
    background-color:#33ffff;
    color;blue;
    height:40px;
}

#eee-list{
    background-color:#ff99ff;
}

#eee-list a:hover{
    background-color:#ff9999;
    color;blue;
    height:40px;
}

/*#menubar{
   width:100%;
   height:30px;
   border-bottom:3px solid #33ff00;
   background-color:tomato;
}
    */
#menubar li{
    list-style-type:none;
    width:150px;
    font-size:16px;
    text-align:center;
    line-height:40px;
    float:left;
    position:relative;
}

#menubar li a{
    display:block;
    text-decoration:none;
    color:#000000;
    width:150px;
}

#menubar li ul {
    position:absolute;
    padding-left:0px;
    margin-top:0px;
    overflow:hidden;
    height:0px;
}

#menubar li:hover ul#menu-1-1 {
    height:80px;
    transition:0.5s;
    background-color:#c0c0c0;
    z-index: 100;
}

#menubar li:hover ul#menu-2-1 {
    height:160px;
    transition:0.5s;
    background-color:#c0c0c0;
    z-index: 100;
}

#menubar li:hover ul#menu-3-1 {
    height:120px;
    transition:0.5s;
    background-color:#c0c0c0;
    z-index: 100;
}

#menubar li:hover ul#menu-4-1 {
    height:160px;
    transition:0.5s;
    background-color:#c0c0c0;
    z-index: 100;
}

#menubar li:hover ul#menu-5-1 {
    height:80px;
    transition:0.5s;
    background-color:#c0c0c0;
    z-index: 100;
}

#menubar li:hover ul#menu-6-1 {
    height:0px;
    transition:0.5s;
    background-color:#c0c0c0;
    z-index: 100;
}


h1 {
  position: relative;
  color: #158b2b;
  font-size: 28px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
h1:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}


h2 {
  padding: 0.5em;/*文字周りの余白*/
  color: #000000;/*文字色*/
  background: #dbffdb;/*背景色*/
  border-left: solid 5px #00cc66;/*左線（実線 太さ 色）*/
}

h3 {
  position: relative;
  color: #333;
  text-shadow: 0 0 2px white;
}
h3:before {
  content: "";
  position: absolute;
  background: #9de5ff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}


h4 {
  color: #505050;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #ffd700;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}

h4:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

article {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}


header {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}

footer {
    background-color: #98fb98;
    width: 100%;
    margin-right: auto;
    margin-left: auto;    
}

.under1 {
  background: linear-gradient(transparent  50%, #84ffc1  70%);
}
box29{
    margin: 2em 0;
    background: #dcefff;
}
box29 .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}


/*
box29 p {
    padding: 15px 20px;
    margin: 0;


a.tj-btn-1 {
   position:relative;
   text-align:center;
   display:inline-block;
   margin:10px 0;
   padding:.6em 2em .6em 1em;
   font-size:15px;
   font-weight:bold;
   line-height:1.3em;
   text-decoration:none;
   color:black;
   background:orange;
    transition: .4s;
    list-style:none;
}

a.tj-btn-1:after{
   position:absolute;
   top:50%;
   right:.5em;
   transform: translateY(-50%);
   content: "≫";
   animation:infinite movearrow 1.5s ;
}

a.tj-btn-1:hover {
  background: orangered;
  color: white;
}



    
btn{
  display: inline-block;
  max-width: 180px;
  text-align: left;
  border: 2px solid #9ec34b;
  font-size: 16px;
  color: #9ec34b;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
}

btn:hover{
  background-color: #9ec34b;
  border-color: #cbe585;
  color: #FFF;
}

btn{
  display: inline-block;
  text-decoration: none;
  color: #668ad8;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  border: solid 2px #668ad8;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  transition: .4s;
}

btn:hover {
  background: #b3e1ff;
}

.box1 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box1 .Memo {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box1 p {
    margin: 0; 
    padding: 0;
}
*/



*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*font-size: 62.5%;rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn,
a.tj-btn-1 {
  /*font-size: 1.6rem;*/
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}





/*a.btn-flat*/
a.tj-btn-1{
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #7466cc;
  text-decoration:none;
}

/*a.btn-flat*/
a.tj-btn-1 span {
  position: relative;
}

/*a.btn-flat*/
a.tj-btn-1:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #483d8b;
  /*color:black;*/
}

/*a.btn-flat*/
a.tj-btn-1:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  
}

a.tj-btn-1:hover{
    /*position: absolute;*/
    color:white; 
}




.hitokoto{
  background: rgba(135, 206, 235, 0.51);
  margin: 2em 0;
  padding: 25px;
  border-radius: 10px;
}

.hitokoto-circle1{
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  margin-top: -37px;
  font-weight: bold;
  color: #fff;
  background-color:#4169e1;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle1:after{
  content: "E";
  position: absolute;
  margin-top: .2em;
  font-weight: bold;
  color: #fff;
  background-color:#4169e1;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle2:before{
  content: "";
  position: absolute;
  top: 100%;
  margin-left: -12px;
  border: 5px solid transparent;
  border-top: 10px solid #4169e1;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.hitokoto-circle2{
  position: absolute;
  font-size: 16px;
  line-height: 1.5;
  margin-top: -37px;
  margin-left: 40px;
  font-weight: bold;
  color: #fff;
  background-color:#4169e1;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle2:after{
  content: "O";
  position: absolute;
  margin-top: .2em;
  font-weight: bold;
  color: #fff;
  background-color:#4169e1;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto p{
  margin: 0;
  padding: 0;
}

.balloon-left{
  position: relative;
  padding: 20px;
  background-color: #b3e5fc;
  margin-bottom: 2em;
  margin-left: 1em;
}
.balloon-left::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #b3e5fc;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}


/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 1000px;/*最大幅*/
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    color :#2f8fcf;
    font-weight: bold;
    background :#a4cbf3;
    cursor :pointer;
    transition: all 0.5s;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#85baef;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    background: #eaeaea;
    opacity: 1;
}



