@charset "utf-8";
/*
*###########################################
*# 基本的に編集しない
*###########################################
*/

p, dd, dt{font-size:17px;}
html{font-size:15px;}



/*
*******************************
* ヘッダー
*******************************
*/

li.gloval-menu:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    margin: auto;
    background: #fff;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: .4s;
    transition: .4s;
}

.top-header{
	font-weight: 800;
    margin: 0 5px;
    line-height: 1.5;
    font-size: 1.5rem;
}

.gloval-menu{
  font-size:20px;
  font-weight: bold;
}

.sub-icon{
  padding: 10px;
  font-size: 26px;
  cursor:pointer;
}


.sub-icon:hover{
 opacity:0.7;
}

.sub-icon-group li{
	padding: 0.25rem 0.55rem;

}

.sns-icon{
  background: #4d97b3;
  border-radius: 30px;
  color: white;
}


.fc-red{color:#fb3535;}
.fc-green{color:#0e8c0e;}


.disp_toast_area{
	display:none;
}


.circle1{
    border-radius: 50% 50% 0 0/100% 100% 0 0;
    background: #414141;
    height: 100px;
}
.circle2{
border-radius: 0 0 70% 70% /0 0 80% 80%;
    background: #414141;
    height: 100px;
}


.square-icon{
  padding: 7px;
  font-size: 15px;
  background: #12bdce;
  border-radius: 10px;
  color: white;
}

.info-icon{
    font-size: 21px;
    color: #005aff;
}

.blur-white-block{
    box-shadow: 0px 0px 10px 10px white;
    background:white;
}


.gloval-menu{cursor: pointer;}
.gloval-menu:hover{

/*     background: #1587ff; */
    -webkit-transition: .5s;
    transition: .5s;
    color: #00bbbe;
    border-radius: 10px !important;
}


/*
*******************************
* フッダー
*******************************
*/

footer ul.menu {
    padding: 0;
}

footer .menu li a{
    color:#FFF;
    letter-spacing: 1px;
    text-decoration:none;
    font-size:13px;
}

footer .menu li{
    margin:10px 0px;
    list-style: none;
}

footer .menu li a:hover{
    color: #da3e44;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}





