@charset "UTF-8";

body{
	font-family: "YuGothic","Yu Gothic","Meiryo","ヒラギノ角ゴ","MS Pゴシック",sans-serif;
}

header{
    background : #e60012;
    padding: 10px 0;
}

header h1 {
    display: none;
}

header .tit {
    margin-top: 0px;
   font-size:1.25em;
}

#all {
margin: 30px 20px 100px 20px;
}

h2{
    background : #e60012;
}

footer{
    background : #e60012;
}

dt{
  float: left;
}
dd{
  margin-left: 80px;
}

h3.txttitle{
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 8px #e60012;
}

/* PC用文字サイズ */
@media screen and (min-width:1080px) {
body {font-size: 2.0rem;}
.input-block {font-size: 3.0rem;}
.choice{font-size: 2.0rem;}
.choice div label p {top: -4px;}
.required {font-size: 2.0rem;font-weight: normal;}
.rem25{font-size: 2.5rem;line-height: 1.6em;}
h2{max-width:980px;margin:4.0rem auto 0 auto;}
.m3 {font-size: 1.1em;}
}