@charset "utf-8";

#spring19 section ul li a {
	text-decoration: underline;
}
.mainArea {margin-bottom:50px;}
/*===============================================
●PC 画面の横幅が768px
===============================================*/
@media only screen and (min-width: 768px) {
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
#spring19 .title {
	background-image: url(../../img/common/bg_pc.jpg);
	width: 1280px;
	margin: 0 auto;
	height: 800px;
}
#spring19 section {
	width: 800px;
	margin: 50px auto;
}
#spring19 .fv {
	width: 1024px;
	margin: 0 auto;
}
#spring19 section h2 {
	background-color: #A5CD50;
	font-size: 24px;
	color: #fff;
	padding: 15px;
	float: left;
}
#spring19 section h3 {
	font-size: 16px;
	line-height: 1.6em;
	float: right;
	font-weight: bold;
	margin-bottom: 20px;
}
#spring19 section h4 {
	clear: both;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
#spring19 section ul {
	clear: both;
	margin-bottom: 20px;
}
#spring19 section ul li {
	font-size: 15px;
	line-height: 1.4em;
	margin-left: 20px;
}
#spring19 section ul li:before {
	font-size: 14px !important;
	content: '※' !important;
	margin-left: -14px;
}
#spring19 section ul li a {
	font-size: 15px;
}
.cp_end{
text-align:center; 
margin:0px; padding:20px; 
background-color:#000;
}
.cp_end h3{
 font-size:24px; 
	color:#FFF; 
	line-height:1.3;
}
.br-pc { display:none; }
}

/*===============================================
●SP 画面の横幅が768pxまで
===============================================*/
@media only screen and (max-width: 768px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
img {
	max-width: 100%;
}
#spring19 {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #FFF;
}
#spring19 section {
	margin-bottom: 20px;
}
#spring19 section .txt01 {
	font-size: 13px;
	line-height: 1.6em;
	margin: 0 auto 10px;
	padding: 0 8px;
}
#spring19 section ul {
	margin: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
}
#spring19 section ul li {
	font-size: 13px;
	line-height: 1.4em;
	margin-bottom: 0;
}
#spring19 section ul li:before {
	font-size: 13px !important;
	content: '※' !important;
	margin-left: -10px;
}
#spring19 section ul li a {
	font-size: 13px;
}
#spring19 section h2 {
	background-color: #A5CD50;
	font-size: 16px;
	color: #fff;
	padding: 10px;
	margin-top: 20px;
}
#spring19 section h3 {
	font-size: 14px;
	line-height: 1.6em;
	float: right;
	padding: 10px;
	font-weight: bold;
}
#spring19 section h4 {
	font-size: 14px;
	font-weight: bold;
}
.cp_end{
text-align:center; 
margin:0px; padding:10px; 
background-color:#000;
}
.cp_end h3{
 font-size:18px; 
	color:#FFF; 
	line-height:1.3;
}
}

/*　ありがとうボタン　*/
 .button03_cp {
    display: block;
    background: #C90027;
    text-align: center;
    padding: 18px 0;
    position: relative;
    transition: all .3s;
    pointer-events: none;
  }
  .button03_cp span {
    color: #fff;
    font-size: 1.8rem;
    line-height: 24px;
  }
@media only screen and (min-width: 768px) {
		 .button03_cp {
    width: 400px; }
				}
@media only screen and (max-width: 768px) {
		 .button03_cp {
    width: 100%; }
				}
