@charset "UTF-8";

header{
width:100vw;
background-color:#004EA2;
padding:0;
}

footer{
width:100vw;
}

h1 img {
width: 1000px !important;
height: auto;
margin:0 auto;
}

header .tit {
    display: none;
}

#wrapper{
 width:100vw;
 background : #ffffff;
}

#all{
 width:100vw;
 margin: 50px 0 100px 0;
}

h2{
    background : #0067b5;
}

.h2alart {
    background : #c22a1f;
}

.w100{
    width:100vw;
    margin: 0;
    background : #C7E1F5;
    padding:10px 0;
}

.w100B{
    width:100vw;
    margin: -50px 0 0 0;
    background : #0086CD;
    padding:10px 0;
}

.textblue{
    color:#0067b5;
}

h2.m1{
	position: relative;
	max-width:980px;
	text-align: center;
	margin:0 auto;
	background : none;
	color:#FFFFFF;
}
h2.m1:before, h2.m1:after{
	content: '';
	position: absolute;
	top: 48%;
	display: inline-block;
	width: 25%;
	height:1px;
	border-bottom: double 10px #FFFFFF;
}
h2.m1:before {left:0;}
h2.m1:after {right: 0;}

h2.m2{
	position: relative;
	max-width:980px;
	text-align: center;
	margin:0 auto;
	background : none;
	color:#0067b5;
}
h2.m2:before, h2.m2:after{
	content: '';
	position: absolute;
	top: 48%;
	display: inline-block;
	width: 25%;
	height:1px;
	border-bottom: double 10px #0067b5;
}
h2.m2:before {left:0;}
h2.m2:after {right: 0;}


h2.m3{
	max-width:980px;
	text-align: center;
	color:#0067b5;
	background-color: #FFFFFF;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.m3 span{
	background: linear-gradient(transparent 90%, yellow 10%);
}

.bluebox{
	padding: 0em 0.25em;
	margin: 0;
	color: #FFFFFF;
	background: #0067b5;
	border-bottom: solid 1px #0067b5;
	border-radius: 8px;
}

#email1_box,#email2_box,.personal,.privacy_box,.consent,.Btn_box,.input_box,.input_box_error{
  max-width:1000px;
  margin-left:auto;
  margin-right:auto;
}

p{
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

ul{
	max-width: 980px;
  margin:30px auto;
}

p.txtcenter{
text-align: center;
}

.choice div label p {
	word-break: break-all;
}

/* 2409presentから追加 */
.privacy_box a {
  text-decoration: underline;
}


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

#html{
#-webkit-transform:scale(0.8);
#-moz-transform:scale(0.8);
#-ms-transform:scale(0.8);
#-o-transform:scale(0.8);
#transform:scale(0.8);
#-moz-transform-origin: 0px 0px;
#-webkit-transform-origin: 0px 0px;
#-o-transform-origin: 0px 0px;
#-ms-transform-origin: 0px 0px;
#transform-origin: 0px 0px;
#}

#header,footer,#wrapper,#all,.w100,.w100B{
#    width:125vw;
#}

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:0.25em auto;
	font-size: 1.8em;
}

.m3 {
  font-size: 1.5em;
}

}