@charset "UTF-8";
/* CSS Document */

#formWrap {
	width:95%;
	margin:0 auto;
	color:#555;
	line-height:150%;
	font-size:1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


h2 {
  position: relative;
  padding: 0 65px;
  text-align: center;
  color: #ff69b4;
  font-size : 1em;
}

h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #ff69b4;
}

h2 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}


hr {
	border-top: 1px dashed #8c8b8b;
}
#text {
	font-size: 12px;
	line-height:150%;
}


.box {
    padding: 0.5em 1em;
    margin: 1em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 2px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box p {
    margin: 0; 
    padding: 0;
}

.pink-font {
	font-size: 0.8em;
	color: #FF8298;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
