@charset "UTF-8";

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

header{
    background : #8bcdee;
}

header h1 {
    display: none;
}

header .tit {
    margin-top: 0px;
    font-weight: bolder;
    color: #4d4c4c;
}

h2{
    background : #8bcdee;
    color: #4d4c4c;
}

footer{
    background : #8bcdee;
}

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

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

/* 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;}
}

footer .copyright{
    font-size:0;
}
footer .copyright:after {
    font-size: 28px; color:#4d4c4c; font-weight: bolder; content: "Copyright(C) AEON CO., LTD. All Right Reserved.";
}

/* PC用文字サイズ */
@media screen and (min-width:1080px) {
    footer .copyright:after {
        font-size: 24px; color:#4d4c4c; font-weight: bolder; content: "Copyright(C) AEON CO., LTD. All Right Reserved.";
    }
}

.redfont {
  color: #da0000
}