@charset "utf-8";
/* このスタイルシートについて

JQや共通で使用するCSSです
JavaScriptから参照される要素（スタイルは当てない）


例：フォント色の定義
.fc-red   {color: #ff0000 !important;}



/* スクロールすると表示されるボタン
------------------------------------------------------------ */

#bottombar {
	position: fixed;
	bottom: 0px;
	
	width: 100%;
	/* ▼バーの装飾 */
	background-color: rgba(128,128,128,0.9);  /* 背景色 */
	z-index: 100;
	margin: 0 -1px;
}

/* 


#content01 {
    position: relative;
    color: #fff;
}
#content01 a {
    color: #fff;
}
.close-content01 {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
    border: 1px #fff solid;
    padding: 0 10px;
}


#cosntent2 {
    position: relative;
    color: #102E27;
    background-color: rgba(255,255,255,0.8) !important;
}
#content02 a {
    color: #102E27;
}

.open-menu {
    -webkit-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}
.close-menu {
    -webkit-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
}
.close-content02 {
    font-size: 24px;
    cursor: pointer;
}
.close-content02_ {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
    padding: 0 10px;
}
.modal-content {
    padding: 20px;
}
.modal-content ul {
    width: 300px;
    margin: 50px auto;
    font-size: 24px;
}
.modal-content ul li {
    display: inline-block;
    margin: 0 10px 20px;
}
.modal-content ul li i {
    margin: 0 10px 0 0;
}
.pagetop2 {
    position: fixed;
    z-index: 3000;
    bottom: 20px;
    right: 200px;
}
    
.pagetop3 {
    z-index: 200;
}
    
.tr-txt-kage-white {
    text-shadow: 1px 1px 0px #fff;

}

*/

/*　タブ全体　*/
#panels section main {
    box-sizing: border-box;
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 600ms;
    transition: opacity 600ms;
    overflow-y: hidden;
}
/*　タブ個別　*/
#panel-1-ctrl:checked ~ #panels #panel-1 main {
    max-height: initial;
    opacity: 1;
}
#panel-2-ctrl:checked ~ #panels #panel-2 main {
    max-height: initial;
    opacity: 1;
}
#panel-3-ctrl:checked ~ #panels #panel-3 main {
    max-height: initial;
    opacity: 1;
}
#panel-4-ctrl:checked ~ #panels #panel-4 main {
    max-height: initial;
    opacity: 1;
}
#panel-5-ctrl:checked ~ #panels #panel-5 main {
    max-height: initial;
    opacity: 1;
}
    
/*　タブ部分　*/

ul#tabs-list {
    display: flex;
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

ul#tabs-list li {
 width: 20%  ;
 position: relative;
}
    
/*　タブ　チェックボックスを表示しない　*/
.panel-radios {
    display: none;
}
    
.tr-mousepoint:hover {
    color: #ff0000;
    transition: .3s;
    opacity: 1;
}





