@charset "UTF-8";

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

header{
    width:100%;
    background : #D80C18;
    padding: 15px 0 20px 0;
    color: #fff;
}

header .tit {
    margin: 0.5em 0;
    font-weight: 700;
}

#all {
    margin-top:0px;
}

#wrapper {
    margin: 0 auto auto;
}

p {
    margin: 20px auto;
}

header h1 {
    display: none;
}

h2 {
    background : #D80C18;
    margin: 4.0rem auto 2.0rem auto;
    color: #fff;
}

footer {
    background : #D80C18;
    margin-top: 3.0rem;
    color: #fff;
}

/*
a:link{
    color: #aa187a;
    font-weight: bold;
    text-decoration: underline;
}
*/

a {
    text-decoration: underline;
}

.page-top-mark a {
    text-decoration: none !important;
    color: #FFF !important;
}

a:link {
    color: -webkit-link;
}

#all {
margin-top:0px;
}

h1 img{
    display: none;
}

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

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

.Btn_box2{
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0 0;
}

.Btn_box2 .Big_button_gray{
 margin: auto 40px;
 width: 100%;
 background: #fed700;
 color: #000;
 cursor: text;
}

/*
#waon_box p.waon{
	font-size:6.5rem;
	float:left;
	margin:2.0rem 1.5rem 0 0;
}

#waon_box input{
	width:80%;
}
*/

#agree_box .consent strong {
    font-size:0;
    margin-left: 1.5rem;
}

#agree_box .consent strong:after {
    font-size: 42px; color:#333; content: "上記に同意する";
}

/* PC用文字サイズ */
@media screen and (min-width:768px) {
    #agree_box .consent strong:after {
        font-size: 3rem; color:#333; content: "上記に同意する";
    }
}

/* PC用文字サイズ */
@media screen and (min-width:768px) {

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;
		font-size: 1.125em;
	}

	.m3 {
		font-size: 1.1em;
	}
}


/*
#waon_box p.waon{
	font-size:3.0rem;
	margin:1.75rem 1.0rem 0 0;
}

#waon_box input{
	width:92%;
}
*/


/*ボタンのデザイン*/
.btn-border {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #fed700;
  border: 4px solid  #fed700;
  color: #000;
  font-size: 1.25em;
  text-decoration: none;
  font-weight: bold;
  padding: 1.0em 1.0em;
  border-radius: 8px;
  transition: .4s;
  margin:1em auto;
}

.btn-border:hover {
  border: 4px solid  #fed700;
  background-color: #FFF;
  color: #000;
}

.choice div {
width: 100%;
}

div.noview{
	display:none;
}

footer .copyright{
    font-size: 0;
}

footer .copyright:after {
    font-size: 24px; color: #fff; content: "Copyright Aichi Prefecture. All Rights Reserved.";
}

/* PC用文字サイズ */
@media screen and (min-width: 768px) {
    footer .copyright:after {
        font-size: 18px; color: #fff; content: "Copyright Aichi Prefecture. All Rights Reserved.";
    }
}

.tIndent {
    text-indent: 1em;
}

ul {
    margin: 15px 0 0 0;
}
