@charset "utf-8";
/*------------------------------------------------------------------------------
サイト共通
------------------------------------------------------------------------------*/
body { font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif; position:relative; }

#box{ position:fixed; top:50%; left:50%; transform:translate(-50%, -50%); display:block; width:90%; height:auto; padding:20px; }

#box p.fukidashi{ margin-top:25px; font-size:14px; background-color:#3f3f3f; color:#FFF; padding:15px; border-radius:25px; /*position:absolute; left:50px; width:220px;*/ position: relative; max-width: 250px; margin-left: auto; margin-right: auto; }
#box p.fukidashi:after{ position:absolute; border-right:10px solid #3f3f3f; border-top: 10px solid transparent; content:""; width:10px; height:15px; top:30px; top:-10px; left:20%; }

h1{ display:block; width:auto; margin:0px auto; }

#box p.txt{  margin:0px 0px; margin-top:30px; margin-bottom: 40px; }  
#box p.txt a{ border-bottom:dotted 1px #fb91e3; color:#fb91e3; font-weight:bold; }
#box p.txt a:hover{ opacity:0.8; border-bottom:dotted 1px #FFF; }