@charset "UTF-8";
/**
 * スマホ用固定フッターバーの設定
 */
.icon-file-text:before{content:"\e922";}
.icon-share-alt:before{content:"\e923";}
.icon-phone:before{content:"\e921";}
.icon-envelope:before{content:"\e900";}
.icon-tag:before{content:"\e915";}
.icon-pencil:before{content:"\e902";}
.icon-insta:before{content:"\ea92";}
.icon-tiktok:before{content:"\e94d";}
.icon-twitter:before{content:"\e950"; font-size:13px !important; margin:1px 0 10px !important;}
.icon-facebook:before{content:"\e944";}
.icon-youtube:before{content:"\ea9d";}
.icon-line:before{content:"\e909";}
.icon-close:before{content:"\e91a"; font-family:design_plus;}

.dp-footer-bar {
background: #fff;
border-top: 1px solid #ddd;
display: flex;
flex-wrap: wrap;
font-size: 10px;
/*
position: fixed;
bottom: 0;
*/
table-layout: fixed;
text-align: center;
width: 100%;
z-index: 9998;
}
.dp-footer-bar a {
display: block;
padding: 10px 0;
}

.dp-footer-bar-item {flex: 1;}
.dp-footer-bar-item + .dp-footer-bar-item {border-left: 1px solid #ddd;}
.dp-footer-bar-item:only-child .dp-footer-bar-icon {
display: block;
position: relative;
}
.dp-footer-bar-item:only-child .dp-footer-bar-icon:before {
position: absolute;
right: 15px;
}
.dp-footer-bar-icon:before {
display: block;
font-family:"design_plus";
font-size: 16px;
margin-bottom: .5em;
}
.dp-footer-bar-icon .google_icon {
font-family: 'Material Symbols Rounded'; font-weight: 300 !important; font-style: normal !important; margin:0 0 3px 0;
font-size: 22px; letter-spacing: normal; text-transform: none;
display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr;
-webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased;
}
.dp-footer-bar-label { display:block;}
.modal-overlay {
background: rgba(0, 0, 0, 0.5);
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
}

.modal-content {
margin: auto;
position: fixed;
bottom: 20%;
left: 0;
right: 0;
width: 209px;
z-index: 9999;
}

.modal-close:before {
color: #fff;
font-size: 32px;
position: absolute;
bottom: 20%;
right: 0;
text-align: center;
width: 50px;
}

.share{text-align:center;}

.share-button {
float: left;
vertical-align: center;
width: 50px;
height: 50px;
}
.share-button--rounded-square {
border-radius: 2px;
overflow: hidden;
}
.share-button + .share-button {margin-left:3px;}
.share-button a {
display: block;
position: relative;
width: 100%;
height: 100%;
}
.share-button a img { width:100%; height:auto;}
.hatena-bookmark-button{ background:#00A4DE; border-radius:4px;}