@charset "UTF-8";

body{
  font-size : 15px;
  line-height : 180%;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}


.space_s{
  height : 10px;
}

.space_m{
  height : 20px;
}

.space_l{
  height : 40px;
}

.font_red{
  color : #cc0000;
}

.font_blue{
  color : #005bb7;
}

.marker_yellow{
  background-color : #ffff00;
}



.font115{
  font-size : 115%;
}

.marker_green{
  background-color : #f7fbcb;
}

.kyoku_title{
  font-size : 115%;
  color : #bb3d00;
  padding-bottom : 10px;
}

.kyokumei{
    color : #ffffff;
    font-size: 120%;
    position: relative;
    padding: 4px 8px;
    background : none 0% 0% / auto auto repeat scroll padding-box border-box #7c4d25;
    &:before{
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        border: 8px solid #fff;
        border-top: 8px solid rgba(0,0,0,0.5);
        border-left: 8px solid rgba(0,0,0,0.5);
  width : 97%;
  margin-left : auto;
  margin-right : auto;
}
.q_font{
  font-size : 115%;
  color : #0000cc;
  margin-bottom : 10px;
}
.a_in{
  width : 100%;
  margin-top : 20px;
}




.note{
	background-image: url("image/line.gif");
line-height : 36px;
margin: 0px;
}
}

.a_font{
       width : 100px;
	position: relative;
	padding : 0.2em 0.75em;
	background-color: #cc0000;
       color : #ffffff;
	border-radius: 6px;
  margin-bottom : 20px;
  font-size : 115%;
  margin-top : 10px;
}
.a_font::after{
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border-top-width : 15px;border-right-width : 10px;border-bottom-width : 10px;border-left-width : 10px;border-top-style : solid;border-right-style : solid;border-bottom-style : solid;border-left-style : solid;border-top-color : #cc0000;border-right-color : transparent;border-bottom-color : transparent;border-left-color : transparent;
	
  margin-bottom : 20px;
}

