@charset "utf-8";
/* CSS Document */
*{
	box-sizing: border-box;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
	font-weight: 500;
}
body.agfca-bg {
	background-color: #FFF;
	background-image: url(./img/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
.w-100{
	width: 100%!important;
}
#second_contents{
	box-shadow: none;border:0;
	background-color: transparent;
}
.agfca-bg #second_contents{
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.35);
	background-color: #FFF;
}
.agfca-bg section li a{
	border:  none;
	display: inline;
}

/* font
------------------------------*/
.min-font{
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}



/* color
------------------------------*/
.red{
	color: #e40211;
}
.pink {
	color: #fc69c9;
}
.poca{
	color: rgba(65, 119, 233, 0.8);
}
.green{
	color:
	#99bee0;
}
.d-blue{
	color: #0037a1;
}



*, *::before, *::after {
    box-sizing: border-box;
}
.img-fluid {
	max-width: 100%;
	height: auto;
  }

	.img-fluid02 {
		max-width: 86%;
		height: auto;
	}



.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
  }
  .col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
  }
  .col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
  }

  .col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
  }
  @media (min-width: 576px) {
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px){
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
}
@media (min-width: 576px){
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
	  }
	.col-sm-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	}
}


/* text
------------------------------*/
.text-center {
	text-align: center !important;
}
.text-left {
	text-align: left !important;
}

@media (min-width: 576px){
	.pos_b{
		position: absolute;
		bottom: 0;
		left: 0;
		padding-left: 15px;
	}
	.pos_c{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-right {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}
.text_and{
	font-size: 2rem;
}
.l_font{
	font-size: 1.5rem;
}
/* space
------------------------------*/
.inner section{
	padding: 2rem 3rem ;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}


/* list
------------------------------*/
ul{
	list-style-type: none;
}
ul.comment_list{
	padding-left: 1em;
	text-indent: -1.3em;
	/* text-indent: -1em; */
	font-size: 0.875rem;
}
ul.common_list li:not(:last-child){
	margin-bottom: .5rem;
}
ul.comment_list li:not(:last-child){
	margin-bottom: .2rem;
}
.comment_list li::before{
	content: "※ ";
	/* content: "・"; */
}

ul.common_list{
	padding-left: 1em;
	text-indent: -1.2em;
}
.common_list li > ul li::before {
	content: "※";
}
.common_list li::before{
	content: "・";
	width: 20px;
}

/* box
------------------------------*/
.box_oubo{
    background-color: #f7f7f7;
    border: 1px solid #bcbcbc;
    padding: 1.5rem;
}






#pan,#pan a {
	color: #555;
}
#pan a:hover {
	color: #555;
	text-decoration: underline;
}
#second_contents p,
#second_contents ul{
	line-height: 1.6;
}
.bold{
	font-weight: 600;
}
.b_font{
	font-size: 110%;
}
.small{
	font-size: 90%;
}
.small-xs{
	font-size: 60%;
}

.text-left{
	text-align: left;
}
/* //text */
/* list */
section li{
	list-style: none;
    text-align: left;
    background: none;
}

ul.attention_text{
	padding-left: 1em;
	text-indent: -1em;
	margin-left: 7px;
}
ul.attention_text li::before{
	content: "※";
	color: #333;
}
/* //list */

.inner{
	margin: 0 auto;
	background-color: #FFFFFF;
}


.event_outline dl {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}
.event_outline dt{
	font-weight: 600;
}





/* button */
.button_area{
	text-align: center;
	padding: 1.5rem 0 1rem;
}
.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a.oubo_button {
	color: #FFF;
}
.oubo_button {
	width: 100%;
    /* height: 64px; */
    /* line-height: 64px; */
    background-color: #1b19bc;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    padding: 1.5rem 0.5rem;
}
.oubo_button:hover {
	background-color: rgba(65, 119, 233, 0.8);
	text-decoration: none;
	color: #FFF;
}
.reset_button,
.submit_button{
	width: 160px;
    height: 46px;
    line-height: 46px;
	font-size: 14px;
    font-weight: 600;
	margin: .5rem;
}
.reset_button{
    background-color: #e5e5e5;
    color: #51565b;
}
.reset_button:hover {
	background-color: #d0d0d0;
	text-decoration: none;
	color: #51565b;
}

.submit_button{
  background-color: #e40211;
  color: #ffffff;
	letter-spacing: .1em;
	text-indent: .1em;
}
.submit_button:hover{
	background-color: #b2000c;
	text-decoration: none;
	color: #FFF;
}
.reset_button.return-btn ,
.submit_button.return-btn {
	padding: 1rem;
  width: auto;
  height: auto;
  line-height: 1.8;
}

input[type=button],input[type=submit] {
	-webkit-appearance: none;
	outline: none;
	border-radius: 0;
	border: 1px solid #51565b;
	padding: 0;
}
input[type=button]:disabled,input[type=submit]:disabled {
	background-color: #717171;
}
/* //button */






section h2{
	border-top: none;
    border-bottom: none;
}
.lead_text h2{
    background: none;
    line-height: 1.5;
    padding: 1.5rem 0 2rem;
    color: #000000;
    margin: 0!important;
    font-size: 21px;
    font-weight: 600;
}

#second_contents h3.tit_outline{
    text-align: left;
    font-weight: 600;
    font-size: 21px;
    position: relative;
    padding: 0.5rem 0;
    border-bottom: 4px solid #f7698f;
    margin: 0 0 1.5rem;
    color: #348f28;
}
#second_contents h3.tit_outline02{
    text-align: left;
    font-weight: 600;
    font-size: 21px;
    position: relative;
    padding: 0.5rem 0;
    border-bottom: 4px solid rgba(65, 119, 233, 0.8);
    margin: 0 0 1.5rem;
    color:
		/* #348f28 */
		#1b19bc;
}
#second_contents h3.tit_outline:before {
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 20%;
	height: 4px;
	content: '';
	background: #348f28;
}
#second_contents h3.tit_outline02:before {
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 20%;
	height: 4px;
	content: '';
	background: #1b19bc;
}
.prize-list {
	display: flex;
    text-indent: 0px;
    margin-left: -20px;
}
.prize img {
	width: 134px;
	padding: 0.5rem 0 0.5rem 1em;
}
.prize-text {
	display: inline-block;
	width: 65%;
}






/* form */
::placeholder {
	color: #CCC;
}
.oubo_table{
	border-collapse:  collapse;
	width: 100%;
}
.oubo_table th {
	background: #eda366; /*#656565;*/
	border: solid 1px #733d09;
	color: #fff;
	padding: 12px 10px;
	width: 30%;
	line-height: 1.8;
	text-align: center;
}
#form.oubo_table th {
	width: 36%;
}
.oubo_table td {
	border: 1px solid #733d09;
	padding: 12px 10px;
	width: auto;
	line-height: 1.8;
}
.form-text {
	height: 2.4em;
    width: 100%;
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-text:focus,.form-textarea:focus{
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
.mandatory{
	font-size: 90%;
	color: #c52929;
}

.contact-size + .contact-size {
    margin-left: 10px;
}

.contact-size-txt {
    margin-left: 5px;
}
.form-textarea {
	height: 200px;
	display: block;
	width: 100%;
	padding: 4px 16px;
	border-radius: 4px;
	border: none;
	box-shadow: 0 0 0 1px #ccc inset;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	resize: vertical;
}
.box_precautions {
	margin: 2em 0;
    background: #f8f8f8;
    border: 1px solid #656565;
}
#second_contents .box_precautions h4.title {
    font-size: 1.2em;
    background: #656565;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
	margin: 0;
}
.box_precautions .text_area {
    padding: 15px 20px;
    margin: 0;
}
.filelabel{
	display: inline-block;
	position: relative;
	background-color: #ca722a;
	color: #fff;
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 2px;
	transition: all 0.5s;
	width: 100%;
    max-width: 400px;
	text-align: center;
	margin: .1em 0;
}
.filelabel:hover{
	background-color: #a75c20;
}

.fileinput{
	top: 0;
    left: 50%;
    max-width: 400px;
    transform: translateX(-50%);
	visibility: hidden;
	/* padding: 2px 0; */
	/* display: none; */
}

span.msg {
	color: #e40211;
}

/* //form */


@media screen and (min-width: 581px) {
	.to-top{
		padding-bottom: 1rem;
	}
	.to-top a{
		color: #666!important;
	}

	.event_outline dt {
		clear: left;
		float: left;
		width: 15%;
	}
	.event_outline dd {
		margin-left: 16%;
	}
	.lead_text h2,
	.text-center.m150 span.sab-title.aka {
		font-size: 31px;
		padding: 3rem 0 2rem;
	}
	/* button */
	.oubo_button {
		width: 60%;
		font-size: 21px;
	}
	ul.attention_text{
		margin-left: 0;
	}
	ul.attention_text.pc-inline {
		margin-left: 16px;
	}
	ul.attention_text.pc-inline li {
		display: inline-block;
		margin-right: 20px;
	}
	/* //button */
	/* form */
	.form-text {
		max-width: 400px;
	}
	.fileinput{
		left: 0;
		transform: none;
		/* display: none; */
	}
	/* //form */
}
@media screen and (max-width: 580px) {
	.text-ps-center{
		text-align: center;
	}
	.inner section{
		padding: 1rem 15px!important;
		width: auto;
		margin: 0;
	}
	.lead_text h2 br{
		display: none;
	}
	.event_outline dl {
		font-size: 16px;
	}
	.event_outline dt{
		font-weight: 600;
		padding: 0 0.5rem;
		border-left: 5px solid #1b19bc;
		margin-bottom: 1rem;
	}
	/* form */
	#second_contents .box_precautions h4.title{
		border: none;
	}
	.last td:last-child {
		border-bottom: solid 1px #a7a7a7;
		width: 100%;
	}
	.oubo_table {
		width: 100%;
	}
	.oubo_table th,
	.oubo_table td {
		border-bottom: none;
		display: block;
		width: 100%;
	}
	#form.oubo_table th {
		width: 100%;
	}
	#form.oubo_table tr:last-child {
		border-bottom: 1px solid #a7a7a7;
	}
	.reset_button.return-btn ,
	.submit_button.return-btn {
		padding: 0.5rem 1rem;
	}

	/* //form */

}

/* event css */

.title-name-logo3 {
    width: auto;
    vertical-align: bottom;
    height: 20px;
    margin-left: 5px;
}



/**
 * Closing Style
 */
div.bloc.mrg-15B.nfd h2 {
	text-align:center;
	background:none;
}
.nfd p{
	text-align: center;
}
.nfd-404{
text-align: center;
	line-height: 1!important;
	color: #eeeeee;
}
#pan.closing ,
#pan.closing a ,
#pan.closing span ,
.to-top a.closing {
	color: #666666!important;
}
@media screen and (min-width:581px) {
	div.bloc.mrg-15B.nfd {
		/* width:958px; */
	}

	.nfd{
		box-sizing: border-box;
		padding: 6rem 2rem;
	}
	.nfd-404{
		font-size: 10rem;
	}
}

@media screen and (max-width:580px) {
	div.bloc.mrg-15B.nfd h2 {
		font-size: 1rem;
}
	div.bloc.mrg-15B.nfd {
		width:100%;
	}

	.nfd{
		box-sizing: border-box;
		padding: 3rem 2rem;
	}
	.nfd-404{
		font-size: 7rem;
	}
}


/**
 * Other Style
 */
.position-relative {
	position: relative;
}
.position-absolute {
	position: absolute;
}
.h-100 {
	height: 100%;
}

/* 抽選スケジュール */
.schedule {
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 1.8em;
}
.schedule span.shimekiri01,
.schedule span.shimekiri02,
.schedule span.shimekiri03,
.schedule span.shimekiri04,
.schedule span.shimekiri05,
.schedule span.shimekiri06,
.schedule span.shimekiri07,
.schedule span.shimekiri08,
.schedule span.shimekiri09,
.schedule span.shimekiri10 {
	margin-right: 15px;
}
.schedule span.shimekiri11 {
	margin-right: 17px;
}
.schedule span.shimekiri12 {
	margin-right: 29px;
}
input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
	border: 1px solid #cccccc;
}
input[type=text]:focus,
textarea:focus {
  border: 1px solid #333333;
}

textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
	margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  /* background-color: #f8f8f8; */
  resize: none;
}

.formrun label span {
	display: inline-block;
	background-color: red;
	color: #ffffff;
	padding: 3px;
	font-size: 13px;
	line-height: 14px;
}
.error {
	margin-top: 15px;
	font-size: 13px;
	line-height: 14px;
}

button[type=button], button[type=submit], button[type=reset] {
	text-align: center;
	margin: auto;
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
	border-radius: 5px;
}
.formrun>div{
	margin-top: 15px;
	transition: 0.3s;
}

.kiyaku{
	padding: 10px;
	background-color: #eeeeee;
	border: 3px solid #cccccc;
	line-height: 1.6;
	margin-top: 15px;
	font-size: 13px;
}


@media (max-width: 580px){
	.error {
		color: #dc3545 !important;
		font-size: 14px;
	}
}
.gen-ty {margin: 30px 0!important;}
.gender {margin-right: 20px;}

@media (min-width: 768px){
	.post-c {width: 30%!important;}
}
@media (max-width: 767px){
	/* .post-c {width: 70%!important;} */
}
div.note-danger {
	margin-bottom: 15px;
}
.note-danger {
	font-size: 14px;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.submit_btn {
	line-height: 34px;
    background-color: #015db2;
    color: #fff!important;
    width: 100%;
    border-radius: 30px;
}
.b-t {
	display: inline-block;
	width: 30%;
	margin: auto;
	text-align: center;
}
@media (max-width: 580px){
	a:visited {
        color: #ffffff!important;
}
