@charset "utf-8";
/************************************************
Font Style
************************************************/
body{
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
line-height:1.5;
color:#333333;
font-size: 18px;
-webkit-text-size-adjust:none;
}

h1,h2,h3,h4,h5,h6,
.heading p{
line-height: normal;
}

h1{
font-size:110%;
}

h2{
margin: 0px;
}

h2.mb2p{
margin: 0px 0px 2% 0px;
}

h3,h4,h5,h6{
font-size:100%;
}

a {
color: #004b91;
text-decoration: underline;
}

a:visited {
color: #1AA4C9;
text-decoration: underline;
}

.font10 {
font-size: 10px;
}

.font15 {
font-size: 15px;
}

.bold {
font-weight: bold;
}

.big {
font-size: 140%;
font-weight: bold;
}

.red {
color: #F00;
}

.underline {
text-decoration: underline;
}

.green {
color: #00A04B;
}

.imp {
color: #F00;
background: #fff4a0;
}

.imp02 {
color: #fff4a0;
font-size: 20px;
font-weight: bold;
text-align: center;
background: #F00;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
padding: 15px;
}

.imp03 {
color: #c11c22;
}

.imp04 {
background: #fff4a0;
}

.font_fin {
color: #F00;
font-size: 20px;
font-weight: bold;
text-shadow: 1px 1px 2px #999;
text-align: center;
padding: 20px 0px 0px 0px;
}

.font_style01 {
color: #fff;
background: #df4b65;
padding: 5px;
font-size: 16px;
font-weight: bold;
text-align: center;
}

.font_style02 {
color: #ff0000;
background: #fff0f5;
padding: 5px;
font-size: 16px;
}

.block_fix_copy {
width: 100%;
font-size: 150%;
margin: 0px 0px 20px 0px;
font-weight: bold;
line-height:1.6;
text-align: center;
color: #f00;
text-shadow:
-1px -1px 0px #ffffff,
1px -1px 0px #ffffff,
1px 1px 0px #ffffff,
-1px 1px 0px #ffffff,
1px 2px 3px rgba(0, 0, 0, 0.6);
}

.sup{
vertical-align:super;
font-size:0.5em;
display: inline !important;
background: none !important;
padding: 0px !important;
}




/* ルビ */


[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1.5em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.35em;
}

